@charset "utf-8";

/*------------------------------------------------------------------------------
  共通部分のみ記述
------------------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
  display: block;
}

a {
  color: #333;
  text-decoration: none;
  transition: all .25s;
}

body {
  font-family: YakuHanJPs_Narrow, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, sans-serif;
  font-size: 14px;
  background: #fff;
  color: #333;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

main {
  background: #E5E4DF;
}

.br_sp {
  display: none;
}

.img_pc {
  display: block;
}

.img_sp {
  display: none;
}

main .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 56px;
  letter-spacing: 0.08em;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  border: 1px solid #333;
  background-color: #E5E4DF;
}

main .button:hover {
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }

  .br_sp {
    display: block;
  }

  .img_pc {
    display: none;
  }

  .img_sp {
    display: block;
  }
}


/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
.header .header_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 4%;
  background: #E5E4DF;
  position: relative;
  z-index: 20;
}

.header .header_nav ul {
  display: flex;
}

.header .header_nav_list ul li a {
  display: block;
  margin: 0 10px;
  letter-spacing: 0.08em;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #333;
}

.header li a:hover {
  opacity: 0.7;
}

.header .menu_toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .header .header_inner {
    padding: 3% 4%;
  }

  .header .menu_toggle {
    display: block;
    width: 33px;
    height: 33px;
    cursor: pointer;
    position: absolute;
    top: 18%;
    right: 4%;
    z-index: 15;
  }

  .header .menu_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 9px 0;
    background: #333;
    border-radius: 5px;
  }

  .header .header_nav_list {
    width: 100%;
    height: 100vh;
    padding: 80px 0 0 0;
    background-color: #D0C4AE;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
  }

  .menu_active .header_nav_list ul {
    display: block;
  }

  .header .menu_active ul li a {
    margin: 0 0 8%;
    text-align: center;
    font-size: 15px;
  }

  .header .menu_active .menu_toggle {
    position: fixed;
    top: 1.5%;
  }
}

/*↓ヘッダー固定時のスタイル↓*/
.h_fixed .header_inner {
  position: fixed;
  padding: 1.5% 4%;
  background-color: rgba(229, 228, 223, 1);
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .h_fixed .header_inner {
    padding: 2.5% 4%;
  }

  .h_fixed .header_nav_list ul {
    display: block;
  }
}

/*↑ヘッダー固定時のスタイル↑*/

.header .menu_active .header_nav_list {
  right: 0;
}


/*------------------------------------------------------------------------------
  下層ページの見出し
------------------------------------------------------------------------------*/
.contents_header .header_inner {
  position: relative;
  overflow: hidden;
  margin: 0 50px;
  transform: translate3d(0, 0, 0);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-size: 30px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 25px;
}

.swiper-pagination-bullet {
  background: #fff;
}

.contents_area {
  padding: 0 50px 80px;
}

.contents_area .contents_top {
  padding: 90px 0;
}

.contents_area .contents_top .title {
  margin: 0 0 10px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #333;
  position: relative;
}

.contents_area .contents_top .title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  margin: 0 10px 0 0;
  vertical-align: 14px;
  background: #333;
}

.contents_area .contents_top .sub {
  display: block;
  margin: 0 0 40px 30px;
}

.contents_area .contents_top .read_txt {
  margin: 0 0 0 30px;
  letter-spacing: 0.08em;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .contents_header .header_inner {
    margin: 0 20px;
  }

  .contents_header .header_inner .slide-img {
    width: 100%;
    height: 335px;
    object-fit: cover;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
  }

  .contents_area {
    padding: 0 20px 80px;
  }

  .contents_area .contents_top {
    padding: 60px 0 90px;
  }

  .contents_area .contents_top .title {
    letter-spacing: 0.05em;
    font-size: 32px;
  }

  .contents_area .contents_top .title::before {
    width: 15px;
    vertical-align: 8px;
  }

  .contents_area .contents_top .sub {
    margin: 0 0 40px 25px;
    font-size: 12px;
  }

  .contents_area .contents_top .read_txt {
    margin: 0;
  }

  .contents_slider .slide-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

/*------------------------------------------------------------------------------
  contents_boxのバリエーション
------------------------------------------------------------------------------*/
.contents_area .contents_box.type01,
.contents_area .contents_box.type02,
.contents_area .contents_box.type03 {
  margin: 0 30px;
}

.contents_area .contents_box.type01:not(:last-child),
.contents_area .contents_box.type02:not(:last-child),
.contents_area .contents_box.type03:not(:last-child) {
  padding-bottom: 90px;
}

.contents_area .contents_box.type01 {
  padding-top: 90px;
  border-top: 1px solid #D3D2CD;
}

.contents_area .contents_box.type03 {
  display: flex;
  padding-top: 90px;
  border-top: 1px solid #D3D2CD;
}

@media screen and (max-width: 768px) {
  .contents_area .contents_box.type01,
  .contents_area .contents_box.type02,
  .contents_area .contents_box.type03 {
    margin: 0;
  }

  .contents_area .contents_box.type03 {
    display: block;
  }
}


/*------------------------------------------------------------------------------
  h3(heading_txt)のバリエーション
------------------------------------------------------------------------------*/

.contents_box .heading_txt01 {
  padding: 0 0 8px;
  line-height: 1.0;
  letter-spacing: 0.08em;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .contents_box .heading_txt01 {
    font-size: 24px;
  }
}

.contents_box .heading_txt02 {
  display: block;
  margin: 0 auto 50px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #333;
}

.contents_box .heading_txt02 .txt_en {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}

.contents_box .heading_txt02 .txt_ja {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .contents_box .heading_txt02 {
    margin: 0 auto 40px;
    padding: 8px 10px;
  }

  .contents_box .heading_txt02 .txt_en {
    font-size: 15px;
  }

  .contents_box .heading_txt02 .txt_ja {
    font-size: 13px;
  }
}

.contents_box .heading_txt03 {
  padding: 0 0 8px;
  line-height: 1.0;
  letter-spacing: 0.08em;
}

.contents_box .heading_txt03 .txt_en {
  margin: 0 0 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
}

.contents_box .heading_txt03 .txt_ja {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .contents_box .heading_txt03 .txt_en {
    margin: 0 0 5px;
    font-size: 24px;
  }
  
  .contents_box .heading_txt03 .txt_ja {
    font-size: 12px;
  }
}



/*------------------------------------------------------------------------------
  reservation
------------------------------------------------------------------------------*/
.sec_reservation {
  padding: 70px 20px;
  background: #D0C4AE;
}

.sec_reservation .inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.sec_reservation .txt {
  flex: 1 0 0%;
  margin-right: 32px;
  line-height: 1.75;
}

.sec_reservation .heading_ttl {
  margin: 0;
  font-size: 24px;
}

.sec_reservation .heading_ttl::before {
  content: none;
}

.sec_reservation .links {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sec_reservation .links .button:first-child {
  margin: 0 30px 0 0;
}

.sec_reservation .links .button {
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #fff;
}

.sec_reservation .links .button:hover {
  background-color: #D0C4AE;
  border-color: #333;
  color: #333;
}

@media screen and (max-width: 768px) {
  .sec_reservation {
    padding: 50px 20px;
  }

  .sec_reservation .inner {
    display: block;
  }

  .sec_reservation .txt {
    margin: 0 0 8%;
  }

  .sec_reservation .links {
    display: block;
  }

  .sec_reservation .links .button {
    width: 100%;
    font-size: 14px;
  }

  .sec_reservation .links .button:first-child {
    margin: 0 0 8% 0;
  }
}



/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/

footer {
  padding: 35px 30px 20px;
  color: #333;
  background: #fff;
  position: relative;
}

/*pagetop*/
.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  cursor: pointer;
  transition: all .25s;
}

.pagetop:hover {
  opacity: 0.7;
}

footer li a:hover {
  opacity: 0.7;
}

footer .footer_inner {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 20px;
}

footer .footer_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 13px;
}

footer .footer_list li:not(:last-of-type) {
  margin: 0 30px 0 0;
}

footer .footer_list a {
  font-family: 'Poppins', sans-serif;
}

footer .copyright {
  text-align: center;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 25px 20px 15px;
  }

  footer .footer_inner {
    display: block;
    width: 100%;
    padding: 0;
  }

  footer .footer_logo img {
    width: 50%;
    margin: 0 auto;
  }

  footer .footer_list {
    margin: 8% 0 4%;
    justify-content: flex-start;
    font-size: 12px;
  }

  footer .footer_list li:not(:last-of-type) {
    margin: 0 30px 20px 0;
  }
}