@charset "UTF-8";

/* ユーティリティー */

body {
  color: #3c503c;
  font-family: zen-old-mincho, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
}
main {
  /*overflow-x: hidden;*/
  position: relative;
}
article {
  position: relative;
  z-index: 2;
}

a {
  color: #3c503c;
  zoom: 1;
  text-decoration: none;
  transition: opacity 0.7s;
  display: block;
}

a:hover {
  opacity: 0.8;
}

.fgo {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.en {
  font-family: minion-pro, serif;
  font-weight: normal;
  letter-spacing: 1px;
}
.fmin {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.page {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin: 0 auto;
}
.img {
  width: 100%;
  height: auto;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.nolink {
  pointer-events: none;
  cursor: default;
}

.sp {
  display: none;
}

img[src*="_sp"] {
  display: none;
}

.spbr {
  display: none;
}

.blk {
  padding: 50px 0;
  /*margin-bottom:50px;*/
}

/* -------------------------------------
mainimg
------------------------------------- */
#mainimg {
  width: 100%;
  height: auto;
  position: relative;
}
#mainimg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(000, 000, 000, 0.25);
  position: absolute;
  z-index: 1;
}
#mainimg #title {
  color: #fff;
  width: 18%;
  max-width: 263px;
  min-width: 120px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
#mainimg .mainimg {
  width: 100%;
  height: auto;
}

/* -------------------------------------
header
------------------------------------- */
header {
  width: 100%;
  padding-bottom: 90px;
  position: relative;
}
header .hdr_in {
  text-align: center;
  padding: 15px 10px;
}
header .hdr_in #logo {
  width: 60%;
  max-width: 283px;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
header #head {
  padding: 20px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header #head.fixed {
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: rgb(0 0 0 / 12%) 2px 2px 6px 3px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 10;
}

header #head nav {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  /*position:absolute;
 left:0;
 right:0;
 bottom:0;
 z-index:3;*/
}

header #head nav ul#gnav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  padding-right: 5%;
}
header #head nav ul#gnav li a {
  font-size: 18px;
}
header #head nav ul#gnav li a span {
  display: inline-block;
  padding: 10px 0;
  position: relative;
}
header #head.fixed nav ul#gnav li a span {
  padding: 5px 0;
}

header #head nav ul#gnav li a:hover span:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #3c503c;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

header #head nav .sns {
  width: 30px;
}

header #head a#menu_btn,
header #head a#menu_btn span {
  display: inline-block;
  transition: all 0.4s;
}

header #head a#menu_btn {
  width: 53px;
  height: 53px;
  display: none;
  background-color: #3c503c;
  position: relative;
}

header #head a#menu_btn span {
  width: 25px;
  height: 1px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
}

header #head a#menu_btn span:nth-of-type(1) {
  top: 15px;
}

header #head a#menu_btn span:nth-of-type(2) {
  top: 24px;
}

header #head a#menu_btn span:nth-of-type(3) {
  top: 32px;
}

header #head a#menu_btn.active {
  background-color: #3c503c;
  opacity: 1;
}
header #head a#menu_btn.active span {
  background-color: #fff;
}

header #head a#menu_btn.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-315deg);
}

header #head a#menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}

header #head a#menu_btn.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(315deg);
}

/* -------------------------------------
common
------------------------------------- */
.sptel {
  cursor: default;
  pointer-events: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.mttl {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  margin-bottom: 60px;
  position: relative;
}
.mttl:after {
  content: "";
  width: 60px;
  height: 1px;
  margin: 0 auto;
  background-color: #3c503c;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mcopy {
  font-size: 19px;
  text-align: center;
  margin-bottom: 30px;
}
.mcopy span {
  font-size: 15px;
  display: block;
}

/* -------------------------------------
concept
------------------------------------- */
#concept .txtbk {
  margin: 0 auto;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
}
#concept .txtbk .contttl {
  font-size: 25px;
  text-align: left;
  margin-left: 30px;
}
#concept .txtbk p {
  font-size: 17px;
  text-align: left;
  line-height: 2.6;
  display: inline-block;
  letter-spacing: -0.2em;
  padding-top: 1.5em;
}
#concept .txtbk p span {
  letter-spacing: 0.2em;
  display: inline-block;
}

/* -------------------------------------
	gallery
	------------------------------------- */
#gallery .txtbk {
  text-align: center;
  margin-bottom: 50px;
}
#gallery .txtbk .decoimg {
  width: 50%;
  max-width: 526px;
}
#gallery .txtbk strong {
  font-size: 22px;
  display: block;
  margin-bottom: 20px;
}
#gallery .txtbk p {
  line-height: 2.4;
}
#gallery .slide {
  max-width: 1090px;
  margin: 0 auto;
}
#gallery .slide li {
  width: 250px;
  padding: 0 15px;
}
#gallery .slide li img {
  width: 100%;
  height: auto;
}

#gallery .slide .slick-prev:before,
#gallery .slide .slick-next:before {
  font-size: 0;
}
#gallery .slide .slick-prev,
#gallery .slide .slick-next {
  font-size: 0;
  width: 29px;
  height: 35px;
}
#gallery .slide .slick-prev {
  background: url(../imgs/arrow_prev.svg) 0 0 no-repeat;
  background-size: contain;
  right: calc(100% + 20px);
  left: auto;
}
#gallery .slide .slick-next {
  background: url(../imgs/arrow_next.svg) 0 0 no-repeat;
  background-size: contain;
  left: calc(100% + 20px);
  right: auto;
}
/* -------------------------------------
cp_bnr
	------------------------------------- */
#cp_bnr #cp_1 a {
  width: 81%;
  max-width: 900px;
  margin: 0 auto;
}
/* -------------------------------------
	detail
	------------------------------------- */
#detail .inblk {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 85px 20px;
  background-color: #f0f0e1;
  background-image: url(../imgs/detailbg_tl.svg), url(../imgs/detailbg_tr.svg), url(../imgs/detailbg_bl.svg), url(../imgs/detailbg_br.svg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, left bottom, right bottom;
  background-size: 50px 50px;
}
#detail .inblk .sec {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 80px;
}
#detail .inblk .sec.last {
  margin-bottom: 0;
}
#detail .inblk .sec .sttl {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
  background-color: #3c503c;
}

/*detail_map*/
#detail_map {
}
#detail_map .imgbk {
  position: relative;
}
#detail_map .maplavel .lavel {
  width: 11.4%;
  position: absolute;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
#detail_map .maplavel .lavel img {
  width: 100%;
  height: auto;
}
#detail_map .maplavel .lavel#pre3 {
  top: 19%;
  left: 60%;
}
#detail_map .maplavel .lavel#pre5 {
  top: 19%;
  left: 88%;
}
#detail_map .maplavel .lavel#pre6 {
  top: 37%;
  left: 84.5%;
}
#detail_map .maplavel .lavel#pre7 {
  top: 48%;
  left: 84.5%;
}
#detail_map .maplavel .lavel#pre8 {
  top: 59.5%;
  left: 84.5%;
}
#detail_map .maplavel .lavel#pre9 {
  top: 70.5%;
  left: 84.5%;
}
#detail_map .maplavel .lavel#pre10 {
  top: 63%;
  left: 57.5%;
}
#detail_map .maplavel .lavel#pre11 {
  top: 43%;
  left: 57.5%;
}
#detail_map .maplavel .lavel#pre12 {
  top: 43%;
  left: 44.5%;
}
#detail_map .maplavel .lavel#pre13 {
  top: 63%;
  left: 44.5%;
}
#detail_map .maplavel .lavel#pre14 {
  top: 63%;
  left: 32%;
}
#detail_map .maplavel .lavel#pre15 {
  top: 43%;
  left: 32%;
}

/*detail_list*/
#detail .inblk sup {
  font-size: 0.4em;
}
#detail .inblk .sec table {
  font-size: 25px;
  width: 100%;
  border: 2px solid #3c503c;
}
#detail .inblk .sec table th,
#detail .inblk .sec table td {
  padding: 5px 10px;
}

#detail .inblk .sec table th {
  color: #fff;
  background-color: #7d8a68;
  border: 1px solid #3c503c;
}

#detail .inblk .sec table .col1 {
  width: 80px;
}
#detail .inblk .sec table .col2 {
  width: 130px;
}
#detail .inblk .sec table th:first-child {
  border-right: 2px solid #3c503c;
}

#detail .inblk .sec table td {
  text-align: center;
  border: 1px solid #3c503c;
}

#detail .inblk .sec table thead th {
  border-bottom: 2px solid #3c503c;
}
#detail .inblk .sec table thead th {
  border-right: 1px solid #fff;
}

#detail .inblk .sec table tbody th {
  font-size: 35px;
  font-family: minion-pro, serif;
}
#detail .inblk .sec table tbody th,
#detail .inblk .sec table tbody td {
  position: relative;
}
#detail .inblk .sec table tbody tr.lavel th:before {
  content: "";
  display: block;
  /*width:74px;*/
  width: 100%;
  height: 37px;
  background: url(../imgs/icon_negotiation2.svg) 0 0 no-repeat;
  background-size: contain;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
#detail .inblk .sec table tbody tr.lavel.sold th:before {
  background-image: url(../imgs/icon_contracted2.svg);
}
#detail .inblk .sec table tbody tr.lavel td:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #3c503c;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

#detail .inblk .sec table tbody tr.lavel.sold td:after {
  background-color: #943b3e;
}

#detail .inblk .sec#detail_note p {
  word-break: break-all;
  line-height: 2;
}

/* -------------------------------------
access
------------------------------------- */
#access #gmap {
  height: 470px;
  margin-bottom: 30px;
}
#access #gmap iframe {
  width: 100%;
  height: 100%;
}
#access .mapbtn {
  color: #fff;
  text-align: center;
  width: calc(100% - 40px);
  max-width: 390px;
  padding: 5px 10px;
  margin: 0 auto;
  background-color: #3c503c;
}
#access .mapbtn span {
  display: inline-block;
  position: relative;
}
#access .mapbtn span:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../imgs/arrow_rgt_wh.svg) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 140%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* -------------------------------------
booking
------------------------------------- */
#booking {
}
#booking .btn {
  color: #fff;
  font-size: 21px;
  text-align: center;
  line-height: 1;
  /*max-width:400px;*/
  padding: 10px;
  border-radius: 20px;
  background-color: #3c503c;
}
/* #booking #bookinglist {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}
#booking #bookinglist li {
  width: 50%;
}
#booking #bookinglist li:nth-child(1) {
  padding-right: 20px;
  border-right: 1px solid #3c503c;
}
#booking #bookinglist li:nth-child(2) {
  text-align: right;
  padding-left: 20px;
}
#booking #bookinglist li .in {
  text-align: center;
  max-width: 400px;
}
#booking #bookinglist li .in .imgbk {
  margin-bottom: 20px;
}
#booking #bookinglist li .in .imgbk p {
  font-size: 20px;
}
#booking #bookinglist li .in .sptel {
  font-size: 40px;
  line-height: 1;
} */
#bookinglist .in {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0 auto 40px;
}
#bookinglist .in .imgbk {
  display: flex;
  align-items: center;
}
#booking #bookinglist .in .imgbk p {
  font-size: 20px;
}
#booking #bookinglist .in .sptel {
  font-size: 40px;
  line-height: 1;
}

#booking .sptel .tx_sp {
  display: none;
}

#booking .contact_note {
  text-align: center;
  max-width: 1020px;
  margin: 0 auto;
  padding: 30px 20px;
  border: 1px solid #3c503c;
  border-radius: 20px;
}
#booking .contact_note .inblk {
  max-width: 720px;
  margin: 0 auto;
}
#booking .contact_note .inblk dl {
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
#booking .contact_note .inblk dl.bdr {
  border-bottom: 1px solid #3c503c;
}
#booking .contact_note .inblk dl dt {
  font-size: 20px;
}
#booking .contact_note .inblk dl dd {
  text-align: center;
  width: calc(100% - 257px);
  max-width: 415px;
}
#booking .contact_note .inblk dl dd .sptel {
  font-size: 33px;
}

/* -------------------------------------
bnr
------------------------------------- */
#bnr {
  padding-bottom: 130px;
}
#bnr a {
  max-width: 1020px;
  margin: 0 auto;
}
/* -------------------------------------
side_bnr
------------------------------------- */
.side_bnr {
  width: 8%;
  min-width: 60px;
  max-width: 100px;
  position: absolute;
  top: 70px;
  right: 0;
}
.side_bnr.fixed {
  position: fixed;
  top: 70px;
}
/* -------------------------------------
footer
------------------------------------- */
footer {
  padding: 40px 0;
  background-color: #3c503c;
}
footer #ftrlogo {
  max-width: 980px;
  margin: 0 auto 25px;
}
footer #ftrlogo li {
  text-align: center;
  width: 50%;
  padding: 0 15px;
}
footer #ftrlogo li:first-child {
  border-right: 1px solid #fff;
}
footer #ftrlogo li a {
  max-width: 288px;
  margin: 0 auto;
}

#cp {
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  padding: 0 20px;
}

#totop {
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9;
}

#totop img {
  width: 100%;
  height: auto;
}

.inv_mov {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.tl_yb {
  transform: translate(0, 60px);
}

.tl_yt {
  transform: translate(0, -60px);
}

.tl_xl {
  transform: translate(-60px, 0);
}

.tl_xr {
  transform: translate(60px, 0);
}

.tl_rol {
  transform: rotate(-10deg);
}

.tl_ror {
  transform: rotate(10deg);
}

.mov {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: opacity 1s, transform 1s;
}

.mov.delay100 {
  transition-delay: 100ms;
}

.mov.delay200 {
  transition-delay: 200ms;
}

.mov.delay300 {
  transition-delay: 300ms;
}

.mov.delay400 {
  transition-delay: 400ms;
}

.mov.delay500 {
  transition-delay: 500ms;
}

@media screen and (max-width: 1260px) {
  /* -------------------------------------
	gallery
	------------------------------------- */
  #gallery .slide {
    max-width: calc(100% - 100px);
  }
  #gallery .slide li {
    padding: 0 10px;
  }
  #gallery .slide .slick-prev,
  #gallery .slide .slick-next {
    font-size: 0;
    width: 29px;
    height: 35px;
  }
  #gallery .slide .slick-prev {
    background: url(../imgs/arrow_prev.svg) 0 0 no-repeat;
    background-size: contain;
    right: calc(100% + 20px);
    left: auto;
  }
  #gallery .slide .slick-next {
    background: url(../imgs/arrow_next.svg) 0 0 no-repeat;
    background-size: contain;
    left: calc(100% + 20px);
    right: auto;
  }
}

@media screen and (max-width: 1160px) {
}

@media screen and (max-width: 1060px) {
  /* -------------------------------------
	header
	------------------------------------- */

  /* -------------------------------------
	common
	------------------------------------- */

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

@media screen and (max-width: 980px) {
  /* -------------------------------------
footer
	------------------------------------- */
  #totop {
    width: 53px;
    bottom: 30px;
  }
}

@media screen and (max-width: 880px) {
  /* -------------------------------------
	header
	------------------------------------- */

  /* -------------------------------------
	common
	------------------------------------- */

  /* -------------------------------------
	detail
	------------------------------------- */
  #detail .inblk .sec table {
    font-size: 22px;
  }

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

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
  /* -------------------------------------
	header
------------------------------------- */
  header {
    overflow: visible;
    padding: 0;
  }
  header.active {
    /*min-height:50vh;*/
    /*background-color:#fff;
	z-index:15;*/
  }
  header #head {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 3;
  }
  header #head.fixed {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }
  header.active #head {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 12%) 2px 2px 6px 3px;
    z-index: 10;
  }
  header.active .hdr_in #logo {
    z-index: 0;
  }

  header #head .head_top {
    display: flex;
    justify-content: flex-end;
  }

  header #head a#menu_btn {
    display: block;
  }

  header #head nav {
    text-align: center;
    display: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px;
  }
  header #head nav ul#gnav {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  header #head nav ul#gnav li {
    width: 50%;
  }
  header #head nav ul#gnav li a:hover span:after {
    display: none;
  }
  header #head.fixed nav ul#gnav li a span {
    padding: 10px 0;
  }

  header #head nav .sns {
    width: 100%;
  }
  header #head nav .sns a {
    width: 30px;
    margin: 0 auto;
  }

  /* -------------------------------------
mainimg
------------------------------------- */
  #mainimg {
    width: 100%;
    height: 320px;
    position: relative;
    overflow-x: hidden;
  }
  #mainimg .img.mainimg {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* -------------------------------------
	common
	------------------------------------- */

  .mcopy {
    font-size: 17px;
  }
  .mcopy span {
    font-size: 13px;
  }

  /* -------------------------------------
	concept
	------------------------------------- */
  #concept .txtbk .contttl {
    font-size: 21px;
    margin-left: 20px;
  }
  #concept .txtbk p {
    font-size: 15px;
    line-height: 2.2;
  }

  /* -------------------------------------
	gallery
	------------------------------------- */
  #gallery .slide {
    max-width: 100%;
  }

  /* -------------------------------------
	detail
------------------------------------- */
  #detail .inblk {
    padding: 65px 20px;
  }
  #detail .inblk .sec table {
    font-size: 20px;
  }
  #detail .inblk .sec#detail_note p {
    font-size: 15px;
  }

  /* -------------------------------------
booking
------------------------------------- */
  #booking .btn {
    font-size: 19px;
  }
  #booking #bookinglist li .in .imgbk p {
    font-size: 18px;
  }
  #booking #bookinglist li .in .sptel {
    font-size: 36px;
  }
  #booking .contact_note .inblk dl dt {
    font-size: 18px;
  }
  #booking .contact_note .inblk dl dd .sptel {
    font-size: 29px;
  }
}

@media screen and (max-width: 700px) {
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
}

@media screen and (max-width: 640px) {
  /* -------------------------------------
common
------------------------------------- */

  img[src*="_sp"] {
    display: block;
  }

  img[src*="_pc"] {
    display: none;
  }
  /* -------------------------------------
detail
------------------------------------- */
  #cp_bnr #cp_1 a {
    width: 87%;
    max-width: 512px;
  }

  /* -------------------------------------
detail
------------------------------------- */
  #detail .inblk {
    padding: 45px 20px;
  }
  #detail .inblk .sec .table_flm {
    overflow-x: auto;
  }
  #detail .inblk .sec table th,
  #detail .inblk .sec table td {
    padding: 5px;
  }
  #detail .inblk .sec table {
    font-size: 18px;
    /*min-width:600px;*/
  }
  #detail .inblk .sec table thead th {
    font-size: 16px;
  }

  #detail .inblk .sec table .col1 {
    width: 60px;
  }
  #detail .inblk .sec table .col2 {
    width: 100px;
  }
  #detail .inblk .sec table tbody th {
    font-size: 30px;
  }
  #detail .inblk .sec#detail_note p {
    font-size: 12px;
    line-height: 1.8;
  }

  /* -------------------------------------
booking
------------------------------------- */
  #booking .btn {
    font-size: 17px;
  }
  #booking .sptel {
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    border-radius: 20px;
    background-color: #3c503c;
  }
  #booking .sptel .tx_pc {
    display: none;
  }
  #booking .sptel .tx_sp {
    display: block;
  }

  #booking #bookinglist {
    display: block;
  }
  #booking #bookinglist li {
    width: 100%;
  }
  #booking #bookinglist li:nth-child(1) {
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #3c503c;
  }
  #booking #bookinglist li:nth-child(2) {
    padding-left: 0;
  }
  #booking #bookinglist li .in {
    margin: 0 auto;
  }
  #booking #bookinglist li .in .imgbk p {
    font-size: 16px;
  }
  #booking #bookinglist li .in .sptel {
    font-size: 17px;
  }
  #booking .contact_note .inblk dl dt {
    font-size: 16px;
  }
  #booking .contact_note .inblk dl dd .sptel {
    font-size: 17px;
  }

  #booking .contact_note .inblk dl {
    display: block;
  }
  #booking .contact_note .inblk dl dt {
    margin-bottom: 20px;
  }
  #booking .contact_note .inblk dl dd {
    width: 100%;
    margin: 0 auto;
  }

  /* -------------------------------------
	bnr
	------------------------------------- */
  #bnr {
    padding-bottom: 100px;
  }
  #bnr a {
    width: 87%;
    max-width: 512px;
  }
  /* -------------------------------------
	side_bnr
	------------------------------------- */
  .side_bnr,
  .side_bnr.fixed {
    max-width: initial;
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
    z-index: 5;
    border-top: 1px solid #fff;
  }
  .side_bnr a {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3c503c;
  }
  .side_bnr a img {
    width: 45%;
    min-width: 200px;
  }
  /* -------------------------------------
footer
------------------------------------- */
  footer {
    padding-bottom: 90px;
  }
  footer .ftr_in .contact_txt p {
    font-size: 18px;
  }
  footer .ftr_in .contact_txt strong {
    font-size: 24px;
  }
  footer .ftr_contact dl dt {
    font-size: 16px;
    margin-right: 20px;
  }
  footer .ftr_contact dl dd {
    font-size: 14px;
  }

  #totop {
    right: 10px;
    bottom: 60px;
  }
}

@media screen and (max-width: 500px) {
  /* -------------------------------------
common
------------------------------------- */
  body {
    font-size: 13px;
  }

  .page {
    width: calc(100% - 30px);
  }

  .spbr {
    display: block;
  }

  /* -------------------------------------
header
------------------------------------- */
  header #head nav ul#gnav li {
    width: 100%;
  }

  /* -------------------------------------
	concept
	------------------------------------- */
  #concept .txtbk .contttl {
    font-size: 18px;
    margin-left: 15px;
  }
  #concept .txtbk p {
    font-size: 14px;
    line-height: 2;
  }
  #concept .txtbk p {
    letter-spacing: 0;
  }

  /* -------------------------------------
detail
------------------------------------- */
  #detail .inblk .sec table {
    font-size: 15px;
  }
  #detail .inblk .sec table thead th {
    font-size: 14px;
  }
  #detail .inblk .sec table tbody th {
    font-size: 24px;
  }
  #detail .inblk .sec table th,
  #detail .inblk .sec table td {
    padding: 5px 3px;
  }
  #detail .inblk .sec#detail_note p {
    font-size: 11px;
  }

  /* -------------------------------------
footer
------------------------------------- */
  footer .ftr_in {
    padding: 30px 15px;
  }

  footer .ftr_in .contact_txt p {
    font-size: 16px;
  }
  footer .ftr_in .contact_txt strong {
    font-size: 20px;
  }
  footer .ftr_contact dl {
    text-align: center;
    display: block;
  }
  footer .ftr_contact dl dt {
    font-size: 14px;
    margin-right: 0;
  }
  footer .ftr_contact dl dd {
    font-size: 13px;
  }

  #cp {
    font-size: 13px;
  }
}

@media screen and (max-width: 360px) {
  /* -------------------------------------
	concept
	------------------------------------- */
  #concept .txtbk .contttl {
    font-size: 16px;
    margin-left: 10px;
  }
  #concept .txtbk p {
    font-size: 13px;
    line-height: 1.8;
  }
  /* -------------------------------------
detail
------------------------------------- */
  #detail .inblk .sec table {
    font-size: 13px;
  }
  #detail .inblk .sec table thead th {
    font-size: 12px;
  }
  #detail .inblk .sec table tbody th {
    font-size: 21px;
  }
  #detail .inblk .sec#detail_note p {
    font-size: 10px;
  }
}

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

  /* -------------------------------------
common
------------------------------------- */
  .mttl {
    font-size: 22px;
  }

  /* -------------------------------------
detail
------------------------------------- */
  #detail .inblk .sec table {
    font-size: 13px;
  }
  #detail .inblk .sec table thead th {
    font-size: 12px;
  }
  #detail .inblk .sec table tbody th {
    font-size: 18px;
  }

  /* -------------------------------------
footer
------------------------------------- */
  footer .ftr_in .contact_txt strong {
    font-size: 18px;
  }
  #cp {
    font-size: 11px;
  }
}

@media screen and (min-width: 769px) {
  header #head nav {
    display: flex !important;
  }
}
