@charset "UTF-8";
/* 共通CSS */
html { font-size: 62.5%; } /* 10px */
body {
	font-size: 1.6rem; /* 16px */
	line-height: 1.6;
	font-weight: 400;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #1d1d1d;
}
img {
  width: 100%;
  max-width: 100%;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  box-sizing: border-box; }
  .inner {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }
.wrapper {
  position: relative;
	width: 100%;
	text-align: center;
}
.column,
.columns {
  float: left;
  box-sizing: border-box; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  display: block;
  color: #fe9d1a;
  text-decoration: none;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol, ul {
  list-style: none;
  padding: 0;
  margin:0; }
li {
  list-style: none; }
dl {
  margin: 0;
}
  .list li {
    display: block;
    padding: 0 0 1em 0;
    text-align: center;
  }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  padding: 12px 15px;
  text-align: left; }
th,
td {
  display: block;
  width: 100%;
}

.table_type1 th,
.table_type1 td {
    display: block;
    font-size: 1.3rem;
    color: #131313;
    border: 1px solid #bcbcbc;
    border-collapse: collapse;
}
@media (min-width: 992px) {
  .table_type1 th,
  .table_type1 td {
      font-size: 1.5rem;
  }
}
.table_type1 th {
    padding-left: 1.5em;
    background: none;
}
.table_type1 td {
    padding: 2em;
}
.table_type1 td img {
    width: auto;
}
  
.table_type2 {
  margin: 1em 0;
  border: 1px solid #eeeeec;
}
.table_type2 th,
.table_type2 td {
  display: block;
}
.table_type2 th {
  padding-left: 1.5em;
  color: #FFF;
  font-size: 1.9rem;
  background: #fe9d1a;
}
.table_type2 td {
  padding: 2em;
  font-size: 1.2rem;
  border-bottom: 1px solid #bcbcbc;
}
.table_type2 td:last-child {
  border-bottom: none;
}
.table_type2 td img {
  width: auto;
}

.table_type3 tr {
  border-bottom: 1px solid #ccc;
}
.table_type3 th,
.table_type3 td {
    display: block;
    padding: .5em;
    font-size: 1.3rem;
    color: #131313;
    border:none;
    border-collapse: collapse;
}
@media (min-width: 992px) {
  .table_type3 th,
  .table_type3 td {
      font-size: 1.5rem;
      min-width: 10em;
  }
}
.table_type3 th {
    background: none;
}
.table_type3 td {
    font-weight: bold;
}
.table_type3 td img {
    width: auto;
}

  /* Typography
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  h1,h2,h3,h4,h5,p {
    margin: 0;
  }
.title {
  font-size: 2.2rem;
  color: #1d1d1d;
}
.title.type2 {
  padding-left: 60px;
  text-align: left;
  background:url(../img/common/bg_title_2.png) no-repeat left center;
}
.title_sub {
  font-size: 1.2rem;
  color: #0c0c0c;
  font-weight: bold;
}

/* Button
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn {
  display: inline-block;
  margin: 0 auto;
  padding: 1.5em 5em;
  font-size: 1.4rem;
  line-height: 2;
  color: #FFF;
  text-align: center;
  background: #fe9d1a;
}

.btn2 {
  display: inline-block;
  margin: 0 auto;
  padding: 1.5em 10.1em;
  font-size: 1.4rem;
  line-height: 2;
  color: #FFF;
  text-align: center;
  background: #3a5691;
}

.btn.btn_small {
  padding: .5em 2.5em;
  font-size: 1.2rem;
  line-height: 1.5;
}

.btn2.btn_small {
  padding: .5em 2.5em;
  font-size: 1.2rem;
  line-height: 1.5;
}

.btn.type3 {
  padding: 1.5em 6em;
  color: #767676;
  background: #FFF url(../img/common/bg_btn_3.png) no-repeat center center;
  background-size: contain;
}
.link_index span {
  padding-left: 1em;
  font-size: 1.2rem;
  background: url(../img/common/icon_arrow_1.png) no-repeat left center;
}
.btn.icon {
  background-repeat: no-repeat;
  background-position: left 3em center;
  background-size:1.2em;
}

.btn.icon.icon_1 {
  background-image: url(../img/common/icon_1.png);
}
.btn.icon.icon_2 {
  background-size:.8em;
  background-image: url(../img/common/icon_2.png);
}
.btn2.icon_fb {
    position: relative;
}
.btn2.icon_fb::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-right: 12em;
    width: 30px;
    height: 30px;
    background: url("../img/common/icon_FB.png") no-repeat;
    background-size: contain;
}
.btn.icon.icon_3 {
  background-image: url(../img/common/icon_3.png);
}

/* Utility
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .only_sp {
    display: block;
  }
  .only_pc {
    display: none;
  }
  .margin_t_0 {
    margin-top: 0;
  }
  .margin_t_1 {
    margin-top: 1em;
  }
  .margin_t_2 {
    margin-top: 2em;
  }
  .margin_t_3 {
    margin-top: 3em;
  }
  .margin_b_0 {
    margin-bottom: 0;
  }
  .margin_b_1 {
    margin-bottom: 1em;
  }
  .margin_b_2 {
    margin-bottom: 2em;
  }
  .margin_b_3 {
    margin-bottom: 3em;
  }

.txt_c {
  text-align: center;
}
.txt_l {
  text-align: left;
}
.txt_r {
  text-align: right;
}

.hightText {
    line-height: 3.0!important;
}

a.disabled{
    pointer-events: none;
}

.sp_appear {
    display: none;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrapper::after,
.container::after,
.row::after,
.inner::after,
ul::after,
ol::after,
.clearfix::after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Larger than tablet */
@media (min-width: 768px) {}

/* Larger than desktop */
@media (min-width: 992px) {}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header_wrap {
  background:#FFF;
  font-size: 1.4rem;
}
.header_wrap .logo {
  margin: 15px;
  width: 42%;
}
.header_pc_wrap {
  display: none;
}
.header_wrap .nav_sp,
.header_wrap .nav_pc {
    display: none;
}
.header_wrap .nav_sp {
  font-size: 1.4rem;
  text-align: center;
  color: #000;
  background:#FFF;
  border-top: 1px #fe9d1a dotted;
}
.header_wrap .nav_sp a {
  padding: 1em 0;
  color: #000;
}
.header_wrap .nav_sp li {
  line-height: 1.2;
  border-bottom: 1px #fe9d1a dotted;
}
.btn_sp_close {
  padding: 1em 0;
}
.header_wrap .btn_menu_sp {
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
  padding: 0;
  width: 30px;
}

    /* 231123 */
    #header {
      position: fixed;
      top: 0;
      background: #fff;
      z-index: 10;
    }
    


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer_wrap {
  margin-top: 4em;
  padding: 50px 30px;
  font-size: 1.2rem;
  color: #727272;
  text-align: center;
  border-top: 1px #CCC solid;
}
.footer_logo {
  margin: 1em auto;
  width: 60%;
}
.footer_addr {
  margin: 2em 0;
}
.footer_wrap .btn {
    margin-bottom: 1em;
    width: 100%;
}
.footer_wrap .btn2 {
    margin-bottom: 1em;
    width: 100%;
}

.footer_wrap .footer_telfax {
  margin: 0 auto;
  width: 80%;
}
.copyright {
  margin: 20px 0 50px;
  font-size: 1rem;
  color: #99999c;
  text-align: center;
}

@media (min-width: 992px) {
  .footer_wrap {
    position: relative;
    padding: 50px 30px 0;
    text-align: left;
  }
  .footer_wrap .footer_left {
    float: left;
    padding-right: 100px;
    padding-bottom: 50px;
    width: 30%;
    border-right: 1px #CCC solid;
  }
  .footer_wrap .footer_right {
    float: right;
    padding-left: 40px;
    padding-bottom: 50px;
    text-align: left;
    width: 70%;
  }
  .footer_wrap .btn {
    text-align: left;
      width: auto;
      margin: 0 0 1em;
  }
  .footer_wrap .btn2 {
    text-align: left;
      width: auto;
      margin: 0 0 1em;
  }
  .footer_wrap .btn::after {
    content: "";
    display: block;
    clear: both;
  }
  .footer_wrap .btn2::after {
    content: "";
    display: block;
    clear: both;
  }
  .footer_logo {
    margin: 0;
    width: auto;
  }
  .footer_addr {
    margin: 1.5em 0;
  }
  .footer_wrap .footer_telfax {
    margin: 0;
  }
  .copyright {
    position: absolute;
    margin: 0 0 20px;
    left: 30px;
    bottom: 0;
    text-align: left;
  }
}

/* GoogleMap
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.googlemap_wrap {
  position: relative;
}
.googlemap_wrap .btn_googlemap {
  display: none;
}

/* Mainvisual
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mainvisual_bottom_wrap .mainvisual {
  position: relative;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: left;
  background-size: 80%;
}
.mainvisual_bottom_wrap .title_mainvisual {
  position: absolute;
  display: inline-block;
  margin: auto 0;
  padding: 2em;
  left: 0;
  top: 0;
  bottom: 0;
  height: 180px;
  width: 66%;
  color: #fe9d1a;
  background: url(../img/common/bg_mainvisual_title.png) no-repeat left top;
}
.title_mainvisual .title_1 {
  font-size: 2.2rem;
  text-align: left;
}
.title_mainvisual .eng {
  padding: 1.2em 0 1.8em;
  font-size: 1.4rem;
  background: url(../img/common/line_4.png) no-repeat left bottom;
}

    /* 231123 */
#main {
  margin-top: 60px;
}

/* Message
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.message_wrap {
  padding-top: 37px;
  background: url(../img/common/bg_message_1.png) center top no-repeat;
  background-size: 85px;
}
.message_wrap .inner {
  padding: 2em;
  background-color: #FFF;
  border-top: 5px solid #fe9d1a;
  border-bottom: 5px solid #fe9d1a;
}
.message_wrap .wrap_right {
  font-size: 1.5rem;
  line-height: 1.8;
}
.message_wrap .title {
  margin-top: 1em;
  margin-bottom: .8em;
  padding-left: 2.2em;
  line-height: 1.6;
  color: #fe9d1a;
  background: url(../img/common/icon_4.png) left center no-repeat;
  background-size: 1.4em;
}
@media (min-width: 992px) {
  .message_wrap .title {
    margin-top: 0;
  }
  .message_wrap .inner {
    padding: 60px;
  }
  .message_wrap .wrap_right {
    float: left;
    width: 76%;
  }
  .message_wrap .pic {
    float: left;
    margin-right: 4%;
    width: 20%;
  }
}

/* Pagenavi
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagenavi_wrap {
  margin: 0 0 1em;
  height: 3em;
  vertical-align: top;
  overflow: hidden;
}
.pagenavi_wrap .list_pagenavi li {
  display: inline-block;
  border: 1px solid #cccccc;
  height: 3em;
  width: 3em;
  font-size: 1.5rem;
  line-height: 1;
}
.pagenavi_wrap .list_pagenavi {
  margin: 0 auto;
  text-align: center;
}
.pagenavi_wrap .list_pagenavi li.current {
  padding: 1em;
  color: #FFF;
  background-color: #fe9e1b;
  border-color: #fe9e1b;
}
.pagenavi_wrap .list_pagenavi li a {
  padding: 1em;
  color: #767676;
  box-sizing: border-box;
}

/* Form
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
  display: inline-block;
  position: relative;
  padding-left: 2.5em;
  background-repeat: no-repeat;
  background-size:1.6;
  font-weight: bold;
  background-position: left center;
}
input[type="checkbox"] + span {
  background-image:url("../img/common/btn_checkbox_off.png");
}
input[type="radio"] + span {
  background-image:url("../img/common/btn_radio_off.png");
}
input[type="checkbox"]:checked + span {
  background-image:url("../img/common/btn_checkbox_on.png");
}
input[type="radio"]:checked + span {
  background-image:url("../img/common/btn_radio_on.png");
}


@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}