@charset "utf-8";
/* ===================================================================
 File Name  : page.css
 Style Info : ページに関するスタイル指定
=================================================================== */

/*----------------------------------------------------
  トップページ index
--------------------------------------------------- */

/*トップスライドショー*/
.main_slider {
  height: 700px;
  opacity: 0;
  transition: opacity .3s linear;
}
.main_slider.slick-initialized{
  opacity: 1;
}
.main_slider img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
  @media screen and (max-width: 767px) {
    .main_slider {
      height: 73.33vw;
    }
    .main_slider img {
      height: 73.33vw;
    }
  }

/*当館のご案内*/
#index_info {
  background: url("../img/common/bg/bg01.jpg") center top repeat;
  padding: 80px 10px 60px;
}
.index_info_wrap {
  max-width: 910px;
  margin: 0 auto;
}
.index_info_txt {
  width: 52%;
}
.index_info_txt h2 {
  position: relative;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.index_info_txt h2::after {
  position: absolute;
  right: -80px;
  top: -55px;
  content: "";
  width: 197px;
  height: 195px;
  background: url("/wp/wp-content/themes/ABURAYAtheme/assets/img/index/index_info_txt_bg.png") center center no-repeat;
}
.index_info_txt h2 span {
  position: relative;
  z-index: 5;
}
.index_info_txt p {
  position: relative;
  z-index: 5;
  font-size: 1.4rem;
  line-height: 2.1;
}
.index_info_txt p small {
  font-size: 1.2rem;
}
#index_info figure {
  width: 45%;
}
#index_info figure img {
  width: 100%;
  height: auto;
  box-shadow: 10px 10px 0 rgba(52,19,8,0.1);
}
  @media screen and (max-width: 980px) {
    .index_info_txt h2 {
      font-size: 2.2rem;
      margin-left: 20px;
      margin-right: 20px;
    }
    .index_info_txt h2::after {
      right: -45px;
      top: -50px;
      width: 150px;
      height: 160px;
      background-size: 150px auto;
    }
  }
  @media screen and (max-width: 767px) {
    #index_info {
      padding: 10.66vw 0 0 0;
    }
    .index_info_wrap {
      max-width: 100%;
    }
    .index_info_txt {
      width: 100%;
      padding: 0 5vw 8vw;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
    }
    .index_info_txt h2 {
      font-size: 5vw;
      letter-spacing: 1vw;
      margin: 0 0 2vw;
    }
    .index_info_txt h2::after {
      right: -3.73vw;
      top: -6.66vw;
      width: 30vw;
      height: 31vw;
      background-size: 30vw auto;
    }
    .index_info_txt p {
      font-size: 3.73vw;
      margin-left: 0;
      letter-spacing: 0.7vw;
      line-height: 1.7;
    }
    .index_info_txt p small {
      font-size: 3.2vw;
    }
    #index_info figure {
      width: 100%;
    }
    #index_info figure img {
      box-shadow: none;
    }
  }

/*選ばれる理由*/
#index_reason {
  background: #EBE2D9;
  padding: 80px 0 40px;
}
.index_reason_lead {
  margin-bottom: 45px;
}
.index_reason_lead h2 {
  margin-bottom: 40px;
}
.index_reason_lead p {
  line-height: 2;
  font-size: 1.5rem;
}
  @media screen and (max-width: 767px) {
    #index_reason {
      padding: 9.33vw 2vw 6.66vw;
    }
    .index_reason_lead {
      margin-bottom: 8vw;
    }
    .index_reason_lead h2 {
      margin-bottom: 6.66vw;
    }
    .index_reason_lead p {
      line-height: 1.8;
      text-align: left;
      font-size: 3.73vw;
    }
  }

.index_reason_box {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.index_reason_box figure {
  width: 55%;
}
.index_reason_box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_reason_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  position: relative;
  z-index: 5;
  padding: 30px;
  background: url("/wp/wp-content/themes/ABURAYAtheme/assets/img/index/index_reason_bg01.jpg") #fff right bottom no-repeat;
  background-size: cover;
}
.index_reason_txt h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.index_reason_txt h3 small {
  display: inline-block;
  color: #fff;
  padding: 2px 20px;
  background: #8B0D13;
  margin-bottom: 5px;
}
.index_reason_txt h3 span {
  display: block;
  font-size: 2.2rem;
  color: #8B0D13;
}
.index_reason_txt p {
  font-size: 1.6rem;
  line-height: 1.9;
}
.irt_box {
  position: relative;
}
.reason_btn {
  position: absolute;
  left: 10px;
  bottom: 0;
}
.reason_btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #A68152;
  font-size: 1.5rem;
  padding: 15px 5px;
  letter-spacing: 0.25rem;
}
.reason_btn a:hover {
  opacity: 0.7;
}
  @media screen and (max-width: 1023px) {
    .index_reason_box {
      -webkit-display: block;
      -moz-display: block;
      -ms-display: block;
      -o-display: block;
      display: block;
    }
    .index_reason_box figure {
      width: 100%;
    }
    .index_reason_txt {
      width: 100%;
      padding: 30px;
      writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
    }
    .index_reason_txt h3 {
      margin-left: 0;
      margin-bottom: 10px;
    }
    .index_reason_txt p {
      margin-left: 0;
    }
    .index_reason_txt p br {
      display: none;
    }
    .reason_btn {
      position: relative;
      left: auto;
      bottom: auto;
      margin-top: 30px;
    }
    .reason_btn a {
      text-align: center;
    }
    .irt_box {
      padding-left: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .index_reason_box {
      margin-bottom: 6.66vw;
    }
    .index_reason_txt {
      padding: 8vw 5vw 5.33vw;
    }
    .index_reason_txt h3 {
      position: relative;
      margin-bottom: 3.33vw;
    }
    .index_reason_txt h3 small {
      font-size: 4vw;
      padding: 0.33vw 4vw;
    }
    .index_reason_txt h3 span {
      font-size: 5.33vw;
    }
    .index_reason_txt p {
      font-size: 4vw;
    }
    .reason_btn {
      margin-top: 5.33vw;
    }
    .reason_btn a {
      font-size: 3.73vw;
      padding: 2.66vw;
      letter-spacing: 0.5vw;
    }
  }

/*共通ギャラリー*/
.float_box {
  position: relative;
  z-index: 5;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.media_box {
  width: 50%;
}
.media_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media_slider {
  width: 50%;
}
.media_slider .slick-track,
.media_slider .slick-list {
  height: 100%!important;
}
.media_slider figure {
  height: 100%!important;
}
.media_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media_slider .slick-dots {
  right: 15px;
  bottom: 8px;
}
.media_slider .slick-dots li.slick-active button:before {
  color: #8B0D13;
}
.txt_box {
  width: 50%;
  padding: 4% 3%;
  background: url("../img/common/bg/bg02.jpg") left bottom no-repeat;
  background-size: cover;
}
.txt_box p {
  line-height: 2;
  padding-bottom: 20px;
}
.txt_box p:last-child {
  padding-bottom: 0;
}
.txt_box p span {
  font-size: 2.4rem;
  display: inline-block;
  line-height: 1.4;
}
.txt_box table {
  margin: 10px 0;
}
.txt_box th {
  text-align: left;
  background: #A68152;
  color: #fff;
  font-weight: 500;
  border: solid 1px #F6F2EE;
  width: 170px;
  padding: 12px 22px;
  vertical-align: middle;
}
.txt_box td {
  background: #fff;
  border: solid 1px #F6F2EE;
  padding: 12px 22px;
}
.txt_box .btn01 {
  text-align: right;
  padding-top: 18px;
}
.txt_box .btn01 a {
  background: #8B0D13;
}
.txt_box .btn01 a::before {
  background: #A84A4E;
}
  @media screen and (max-width: 767px) {
    .float_box {
      padding: 0 2vw;
    }
    .media_box {
      width: 100%!important;
    }
    .media_slider {
      width: 100%!important;
    }
    .txt_box {
      width: 100%!important;
      padding: 5vw 3.33vw;
    }
    .txt_box p {
      line-height: 2;
      padding-bottom: 3vw;
    }
    .txt_box p span {
      font-size: 5.33vw;
    }
    .txt_box p a span {
      text-decoration: underline;
    }
    .txt_box table {
      margin: 2vw 0;
    }
    .txt_box th {
      width: 35vw;
      padding: 2vw 5vw;
    }
    .txt_box td {
      padding: 2vw 5vw;
    }
    .txt_box .btn01 {
      padding-top: 5vw;
    }
  }

.float_box_txt {
  width: 50%;
  padding: 50px 20px 0 30px;
}
.float_box_txt h4 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #A68152;
  letter-spacing: 0.4rem;
  margin-bottom: 32px;
  line-height: 1.6;
}
.float_box_txt p {
  line-height: 2;
  letter-spacing: 0.02rem;
}
  @media screen and (max-width: 767px) {
    .float_box_txt {
      width: 100%;
      padding: 0 6vw 8vw;
    }
    .float_box_txt h4 {
      font-size: 5vw;
      letter-spacing: 0.8vw;
      margin-bottom: 4.4vw;
    }
    .float_box_txt p {
      line-height: 1.9;
      letter-spacing: 0.1vw;
    }
  }

/*----------------------------------------------------
  施設・サービスのご案内 facility
--------------------------------------------------- */
.facility_gallery {
  padding-bottom: 30px;
}
.facility_box {
  position: relative;
  width: 32%;
  margin: 0 2% 48px 0;
  background: url("../img/common/bg/bg04.jpg") center top repeat;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
}
.facility_box:nth-child(3n) {
  margin-right: 0;
}
.facility_box figure img {
  width: 100%;
}
.facility_txt {
  padding: 22px 25px 30px;
}
.facility_txt h4 {
  text-align: center;
  color: #8B0D13;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.facility_txt h4 small {
  font-size: 1.8rem;
}
.facility_box p {
  font-size: 1.5rem;
  line-height: 1.9;
  margin-bottom: 20px;
}
.facility_box p span {
  display: inline-block;
}
.floor_box {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -18px;
  background: #1F9323;
  color: #fff;
  padding: 4px 40px;
  z-index: 5;
}
  @media screen and (max-width: 767px) {
    .facility_gallery {
      padding: 0 2vw 2vw;
    }
    .facility_box {
      width: 100%;
      margin: 0 0 10.66vw 0;
    }
    .facility_txt {
      padding: 4vw 5vw;
    }
    .facility_txt h4 {
      font-size: 5vw;
      margin-bottom: 2vw;
    }
    .facility_txt h4 small {
      font-size: 4vw;
    }
    .facility_box p {
      font-size: 3.73vw;
      line-height: 1.9;
      margin-bottom: 2.66vw;
    }
    .floor_box {
      top: -4vw;
      padding: 1vw 9.33vw;
      font-size: 3.33vw;
    }
  }

/*サービスのご案内*/
#service_list {
  padding: 80px 0 20px;
}
#service_list .sub_ttl03 {
  margin-bottom: 50px;
}
#service_list .facility_box {
  background: #fff;
}
#service_list .facility_txt h4 {
  color: #d1974b;
}
#service_list table {
  margin-bottom: 60px;
}
  @media screen and (max-width: 767px) {
    #service_list {
      padding: 9.33vw 0 4vw;
    }
    #service_list .sub_ttl03 {
      margin-bottom: 8vw;
    }
    #service_list table {
      width: 96vw;
      margin: 0 auto 8vw;
    }
  }

#index_access {
  padding-bottom: 60px;
}
#index_access .btn01 {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 2;
  text-align: center;
}
  @media screen and (max-width: 767px) {
    #index_access {
      padding: 0 0 10.66vw;
    }
    #index_access .btn01 {
      left: 3vw;
      bottom: 6vw;
      width: 94vw;
    }
  }

/*----------------------------------------------------
  交通案内 access
--------------------------------------------------- */

/*アクセスマップ*/
#gmap {
  position: relative;
  padding: 75px 0;
}
#gmap h3 {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.4rem;
  font-weight: 500;
  margin-bottom: 50px;
}
.gmap_wrap {
  margin-bottom: 30px;
}
  @media screen and (max-width: 767px) {
    #gmap {
      padding: 10.66vw 2vw;
    }
    #gmap::after {
      right: -8vw;
      top: 3.33vw;
      width: 80vw;
      height: 20vw;
      background-size: 80vw auto;
    }
    #gmap h3 {
      font-size: 5vw;
      letter-spacing: 0.6vw;
      margin-bottom: 9.33vw;
    }
    .gmap_wrap {
      margin-bottom: 5.33vw;
    }
    .gmap_wrap iframe {
      width: 100%;
      height: 70vw;
    }
  }

/*交通機関のご案内*/
#transportation {
  padding: 75px 0 25px;
}
.transportation_wrap {
  padding: 50px 0 20px;
}
.transportation_box {
  max-width: 1142px;
  margin: 0 auto 45px;;
  padding: 30px;
  background: url("../img/common/bg/bg04.jpg") center top repeat;
  border: solid 1px #ddd;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.transportation_box h4 {
  margin-bottom: 30px;
}
.transportation_box h4 span {
  display: inline-block;
  background: #341308;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  padding: 8px 20px;
  min-width: 260px;
  text-align: center;
  margin-right: 15px;
}
.transportation_box h4 small {
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 500;
  color: #341308;
}

  @media screen and (max-width: 980px) {
    .transportation_box li {
      width: 33.33%;
    }
  }

.transportation_box li a {
  background: #A68152;
  min-width: 100%;
}
.transportation_box li a::before {
  background: #B0A76F;
}
  @media screen and (max-width: 767px) {
    #transportation {
      padding: 9.33vw 0 0 0;
    }
    .transportation_wrap {
      padding: 6.66vw 2vw 5.33vw;
    }
    .transportation_box {
      padding: 3vw;
      margin-bottom: 5.33vw;
    }
    .transportation_box h4 {
      margin-bottom: 4vw;
    }
    .transportation_box h4 span {
      display: block;
      font-size: 4vw;
      padding: 2vw;
      min-width: 100%;
      margin: 0;
    }
    .transportation_box h4 small {
      font-size: 3.26vw;
      display: block;
      padding: 2vw 0 1vw;
    }
    .map_click {
      margin-top: 2vw;
    }
  }

.rent-a-car {
  border: solid 1px #AC384F;
  padding: 20px 28px;
  margin-top: 30px;
}
.rent-a-car dt {
  margin-bottom: 5px;
}
.rent-a-car dt:first-letter {
  color: #8B0D13;
}
.rent-a-car dd li {
  width: 520px;
  font-size: 1.4rem;
  line-height: 1.7;
}
  @media screen and (max-width: 767px) {
    .rent-a-car {
      padding: 3vw;
      margin-top: 3vw;
    }
    .rent-a-car dt {
      margin-bottom: 1vw;
    }
    .rent-a-car dd li {
      width: 100%;
      font-size: 3.46vw;
      line-height: 1.7;
    }
  }

#parking {
  padding: 80px 0;
}
#parking table {
  margin-top: 40px;
}
#parking figure {
  margin: 10px 0;
}
  @media screen and (max-width: 767px) {
    #parking {
      padding: 8vw 3vw;
    }
    #parking table {
      margin-top: 6vw;
    }
    #parking figure {
      margin: 2.33vw 0;
    }
  }

/*----------------------------------------------------
  共通パーツ
--------------------------------------------------- */
.btn_area {
  padding-top: 15px;
}
.btn_area li {
  width: 46%;
}
.btn_area li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #8B0D13;
  border: solid 1px #8B0D13;
  padding: 12px 20px;
  text-align: center;
}
.btn_area li a::after {
  position: absolute;
  left: 28px;
  top: 19px;
  content: "";
  background: url("../img/common/ico/ico_arrow02.png") center center no-repeat;
  width: 8px;
  height: 13px;
}
.btn_area li a:hover {
  color: #fff;
  background: #8B0D13;
}
.btn_area li a:hover::after {
  background: url("../img/common/ico/ico_arrow03.png") center center no-repeat;
  width: 8px;
  height: 13px;
}
  @media screen and (max-width: 767px) {
    .btn_area {
      padding-top: 3.33vw;
    }
    .btn_area li {
      width: 48%;
    }
    .btn_area li a {
      padding: 2.33vw 3vw;
    }
    .btn_area li a::after {
      left: 3.66vw;
      top: 4.4vw;
      background-size: 1.8vw auto;
      width: 1.8vw;
      height: 2.8vw;
    }
    .btn_area li a:hover::after {
      background-size: 1.8vw auto;
      width: 1.8vw;
      height: 2.8vw;
    }
  }

.g3_box {
  width: 32%;
  margin: 0 2% 30px 0;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.g3_box:nth-child(3n) {
  margin-right: 0;
}
.g3_box figure img {
  width: 100%;
}
.g3_txt {
  padding: 5% 4%;
}
.g3_txt h4 {
  text-align: center;
  font-size: 2rem;
  color: #8b0d13;
  font-weight: 500;
  margin-bottom: 12px;
}
.g3_txt p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 18px;
  letter-spacing: 0;
}
.g3_txt table {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.g3_txt th {
  width: 34%;
  text-align: center;
  color: #fff;
  background: #8B0D13;
  font-weight: 500;
  padding: 8px 5px;
  vertical-align: middle;
}
.g3_txt td {
  padding: 8px 10px;
}
.g3_btn {
  padding-top: 20px;
}
.g3_btn li {
  width: 47%;
}
.g3_btn li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #8B0D13;
  border: solid 1px #8B0D13;
  padding: 8px 10px;
  text-align: center;
  font-size: 1.5rem;;
}
.g3_btn li a::after {
  position: absolute;
  left: 15px;
  top: 16px;
  content: "";
  background: url("../img/common/ico/ico_arrow02.png") center center no-repeat;
  width: 8px;
  height: 13px;
}
.g3_btn li a:hover {
  color: #fff;
  background: #8B0D13;
}
.g3_btn li a:hover::after {
  background: url("../img/common/ico/ico_arrow03.png") center center no-repeat;
  width: 8px;
  height: 13px;
}
  @media screen and (max-width: 980px) {
    .g3_box {
      width: 46%;
      margin: 0 2% 40px 2%;
    }
    .g3_box:nth-child(3n) {
      margin-right: 2%;
    }
  }
  @media screen and (max-width: 767px) {
    .g3_box {
      width: 100%;
      margin: 0 0 5vw 0;
    }
    .g3_box figure img {
      width: 100%;
    }
    .g3_txt {
      padding: 4vw;
    }
    .g3_txt h4 {
      font-size: 5vw;
      margin-bottom: 2.66vw;
    }
    .g3_txt p {
      font-size: 3.73vw;
      line-height: 1.6;
      margin-bottom: 4vw;
    }
    .g3_txt table {
      font-size: 3.73vw;
    }
    .g3_txt th {
      width: 35%;
      padding: 2vw 1vw;
    }
    .g3_txt td {
      padding: 2vw 3vw;
    }
    .g3_btn {
      padding-top: 4.4vw;
    }
    .g3_btn li {
      width: 48%;
    }
    .g3_btn li a {
      padding: 2.33vw 3vw;
      line-height: 1.6;
    }
    .g3_btn li a::after {
      left: 3.66vw;
      top: 4.4vw;
      background-size: 1.8vw auto;
      width: 1.8vw;
      height: 2.8vw;
    }
    .g3_btn li a:hover::after {
      background-size: 1.8vw auto;
      width: 1.8vw;
      height: 2.8vw;
    }
  }
