@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.anchor {
  scroll-margin-top: 80px; 
}
body {
  word-wrap: break-word;
  word-break: break-all;
  font-family: "Times New Roman", Times, "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 980px;
  color: #000;
  background: #e0e0e2;
  font-weight: 100;
  line-height: 1.5;
}
body a {
  color: #87763d;
  text-decoration: none;
  transition: all ease 0.4s;
}
body a img {
  transition: all ease 0.4s;
}
body a:hover {
  text-decoration: underline;
}
body a:hover img {
  opacity: 0.7;
}
body img {
  vertical-align: top;
  max-width: 100%;
}
body input,
body select,
body label {
  cursor: pointer;
}
body input:disabled,
body textarea:disabled,
body select:disabled {
  color: #ccc;
}
body .btnLink {
  margin: 20px auto 0;
}
body .btnLink a,
body .btnLink input[type=button],
body .btnLink input[type=submit],
body .btnLink button {
  display: block;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 1.6rem;
  color: #212423;
  border: 1px solid #212423;
  text-align: center;
  transition: all ease 0.4s;
}
body .btnLink a:hover,
body .btnLink input[type=button]:hover,
body .btnLink input[type=submit]:hover,
body .btnLink button:hover {
  border: 1px solid #95854f;
  color: #fff;
  background: #95854f;
  text-decoration: none;
}
body .jp {
  font-family: "Times New Roman", Times, "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
body .sp {
  display: none;
}
body .pc {
  display: block;
}
body .playfair {
  font-family: "Playfair Display", serif;
}
body .mb10 {
  margin-bottom: 10px !important;
}
body .mb20 {
  margin-bottom: 20px !important;
}
body .mb20 {
  margin-bottom: 20px;
}
body .mb30 {
  margin-bottom: 30px !important;
}
body .mb30 {
  margin-bottom: 30px;
}
body .mb40 {
  margin-bottom: 40px !important;
}
body .mb50 {
  margin-bottom: 50px !important;
}
body .lh-2 {
  line-height: 2;
}
body .c-br {
  color: #beb16a;
}
body .c-gray {
  color: #646464;
}
body .fz-20 {
  font-size: 2rem;
}
body .alignC {
  text-align: center !important;
}
body .alignL {
  text-align: left !important;
}
body .ttl {
  border-bottom: 1px solid #fff;
  display: inline-block;
}
body .ttl_cnt {
  font-size: 4rem;
  padding-top: 50px;
  color: #b09e6c;
  letter-spacing: 3px;
}
body .ttl_cnt i {
  display: inline;
  font-style: normal;
  border-bottom: 1px solid #671b1e;
}
body .ttl_cnt .jp {
  display: block;
  font-size: 2.4rem;
}
body .ttlA {
  margin: 0 auto 50px;
  font-size: 3.5rem;
  letter-spacing: 3px;
  color: #94844f;
  line-height: 1;
  text-align: center;
  word-break: break-word;
}
body .ttlA strong {
  display: inline-block;
  padding: 0 0 3px;
  border-bottom: 1px solid #671b1e;
  font-weight: normal;
  letter-spacing: 5px;
}
body .ttlA span {
  display: block;
  margin: 10px 0 0;
  font-size: 2rem;
  letter-spacing: 1px;
}
body .ttlF {
  margin: 0 auto 40px;
  font-size: 3rem;
  color: #91814f;
  text-align: center;
  letter-spacing: 5px;
  word-break: break-word;
}
body .ttlF span {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 1px;
}
body .container {
  display: table;
  width: 100%;
  height: 100%;
}
body .list_pagenav {
  margin: 0 auto 40px;
  text-align: center;
}
body .list_pagenav li {
  display: inline-block;
  margin: 0.5em;
  font-size: 1.5rem;
  letter-spacing: 3px;
}
body .list_pagenav li a {
  overflow: hidden;
  position: relative;
  display: block;
  height: 70px;
  padding: 0 4em 0 3em;
  line-height: 70px;
  text-align: center;
  color: #212423;
  border: 1px solid #212423;
}
body .list_pagenav li a i {
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  color: #212423;
  content: "\f107";
  transition: all ease 0.4s;
}
body .list_pagenav li a:hover,
body .list_pagenav li a:active {
  text-decoration: none;
  color: #fff;
  background: #212423;
}
body .list_pagenav li a:hover i,
body .list_pagenav li a:active i {
  color: #fff;
}
body .list_pagenav li a:hover:after {
  color: #fff;
}
body .list_contact {
  display: table;
  width: 100%;
}
body .list_contact li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  letter-spacing: 3px;
}
body .list_contact li a {
  display: table;
  width: 100%;
  padding: 50px 0;
  color: #95854f;
}
body .list_contact li a .sub_lead {
  margin: 0 auto 7px;
  color: #fff;
}
body .list_contact li a:hover {
  text-decoration: none;
}
body .list_contact li a.tel_link {
  pointer-events: none;
}
body .list_contact li .icon {
  display: table-cell;
  width: 100px;
  padding: 0 30px 0 75px;
  vertical-align: middle;
  text-align: right;
}
body .list_contact li .wrap {
  display: table-cell;
  padding: 0 30px 0 0;
  vertical-align: middle;
}
body .list_contact li .lead {
  margin: 0 auto 5px;
  font-size: 1.8rem;
  line-height: 1.3;
}
body .list_contact li .title {
  font-size: 3rem;
  line-height: 1.2;
}
body .list_contact li .sub_lead {
  font-size: 1.5rem;
}
body .list_contact li .hour {
  font-size: 1.5rem;
}
body .list_contact li .hour span {
  font-size: 1.3rem;
}
body .list_contact li:first-child a {
  border-right: 1px solid #95854f;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.nav-open .top-wrap .nav-container {
  transform: translateX(0);
}
.nav-open .top-wrap .overlay {
  opacity: 0.5;
  visibility: visible;
}
.nav-open .top-wrap #navigation .navWrap {
  animation: slide-in 0.2s 0.1s backwards;
  animation-delay: 0.3s;
}
.nav-open .top-wrap #navigation .subTtl {
  margin: 0 auto 10px;
  letter-spacing: 3px;
  font-size: 1.2rem;
  font-family: "Playfair Display", sans-serif;
}

/* ============================================== */
/* class: top-wrap                                */
/* ============================================== */
.top-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto 20px;
  border: solid 10px #fff;
  background: #ccc;
  background-size: cover;
}
.top-wrap .gnav {
  position: absolute;
  top: 27px;
  z-index: 9;
  right: 120px;
}
.top-wrap .gnav li {
  display: inline-block;
  margin-right: 10px;
  width: 120px;
}
.top-wrap .gnav li a {
  display: block;
  border-radius: 30px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.1rem;
  background: rgba(149, 133, 79, 0.85);
}
.top-wrap .gnav li a:hover {
  background: rgba(149, 133, 79, 0.5);
  color: #f1f5f8;
  text-decoration: none;
}
.top-wrap .gnav li.atten a {
  display: block;
  border-radius: 30px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.1rem;
  background: rgba(191, 73, 54, 0.85);
}
.top-wrap .gnav li.atten a:hover {
  background: rgba(191, 73, 54, 0.5);
  color: #f1f5f8;
  text-decoration: none;
}
.top-wrap #navigation .nav_wrap {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.top-wrap #navigation .nav_wrap .is-active {
  position: absolute;
  top: 20px;
  right: 20px;
}
.top-wrap #navigation .nav_wrap .nav_tab {
  margin-bottom: 40px;
}
.top-wrap #navigation .nav_wrap .nav_tab li {
  float: left;
  width: 140px;
  height: 40px;
}
.top-wrap #navigation .nav_wrap .nav_tab li span {
  overflow: hidden;
  display: block;
  width: 140px;
  height: 40px;
  text-indent: -500px;
}
.top-wrap #navigation .nav_wrap .nav_tab .list_menu span {
  background: url(../img/common/nav_tab01.png) no-repeat;
  background-size: 100% auto;
}
.top-wrap #navigation .nav_wrap .nav_tab .list_menu.isCurrent span {
  background: url(../img/common/nav_tab01_on.png) no-repeat;
  background-size: 100% auto;
}
.top-wrap #navigation .nav_wrap .nav_tab .list_reserve span {
  background: url(../img/common/nav_tab02.png) no-repeat;
  background-size: 100% auto;
}
.top-wrap #navigation .nav_wrap .nav_tab .list_reserve.isCurrent span {
  background: url(../img/common/nav_tab02_on.png) no-repeat;
  background-size: 100% auto;
}
.top-wrap #navigation .nav_wrap .nav_tab:after {
  display: block;
  content: "";
  clear: both;
}
.top-wrap #navigation .nav_wrap .jsTabChangeContent {
  display: none;
}
.top-wrap #navigation .nav_wrap .isCurrent {
  display: block;
}
.top-wrap #navigation .nav_wrap .listMenu {
  margin: 0 auto 20px;
  font-size: 0;
}
.top-wrap #navigation .nav_wrap .listMenu li {
  display: inline-block;
  width: 33%;
  margin: 0 auto 30px;
  padding: 0 4%;
}
.top-wrap #navigation .nav_wrap .listMenu li img {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.01);
}
.top-wrap #navigation .nav_wrap .listLink {
  margin: 0 auto 30px;
  letter-spacing: 3px;
  font-size: 1.2rem;
  font-family: "Playfair Display", sans-serif;
  text-align: center;
}
.top-wrap #navigation .nav_wrap .listLink li {
  display: inline-block;
}
.top-wrap #navigation .nav_wrap .listLink li a {
  display: block;
  position: relative;
  padding: 15px 10px 15px 18px;
  line-height: 1.3;
  font-size: 1.4rem;
}
.top-wrap #navigation .nav_wrap .listLink li a i {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -5px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  font-size: 1.4rem;
  content: "\f054";
}
.top-wrap #navigation .nav_wrap .listTranslate {
  text-align: center;
}
.top-wrap #navigation .nav_wrap .listTranslate li {
  display: block;
  width: 23.5%;
  float: left;
  margin-right: 2%;
}
.top-wrap #navigation .nav_wrap .listTranslate li a {
  display: block;
  position: relative;
  padding: 8px 10px;
  line-height: 1.3;
  font-size: 1.2rem;
  border: 1px solid #fff;
  text-decoration: none;
}
.top-wrap #navigation .nav_wrap .listTranslate li a:hover {
  background: #fff;
  color: #000;
}
.top-wrap #navigation .nav_wrap .listTranslate li:last-child {
  margin-right: 0;
}
.top-wrap #navigation .nav_wrap .listTranslate:after {
  display: block;
  content: "";
  clear: both;
}
.top-wrap #navigation .nav_wrap #booking input[type=text],
.top-wrap #navigation .nav_wrap #booking textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #AFBFC7;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: none;
  font-size: 1.8rem;
}
.top-wrap #navigation .nav_wrap #booking input[type=text] {
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
}
.top-wrap #navigation .nav_wrap #booking textarea {
  padding: 6px 10px;
}
.top-wrap #navigation .nav_wrap #booking select {
  min-width: 50px;
  height: 40px;
  font-size: 1.8rem;
  border: 1px solid #AFBFC7;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: none;
  line-height: 40px;
  vertical-align: top;
}
.top-wrap #navigation .nav_wrap #booking input[type=text]:focus,
.top-wrap #navigation .nav_wrap #booking textarea:focus,
.top-wrap #navigation .nav_wrap #booking select:focus {
  background: #d1f2f7;
}
.top-wrap #navigation .nav_wrap #booking input[type=radio] {
  display: block;
  position: relative;
  cursor: pointer;
}
.top-wrap #navigation .nav_wrap #booking input[type=radio],
.top-wrap #navigation .nav_wrap #booking input[type=checkbox] {
  display: inline-block;
  overflow: hidden;
  width: 16px;
  height: 16px;
}
.top-wrap #navigation .nav_wrap #booking input[name=cmbARRY],
.top-wrap #navigation .nav_wrap #booking input[name=cmbARRM],
.top-wrap #navigation .nav_wrap #booking input[name=cmbARRD] {
  padding: 0 20px 0 10px;
  background: url(../img/common/ico_calender.png) 90% 50% no-repeat #fff;
  background-size: 18px auto;
}
.top-wrap #navigation .nav_wrap #booking input[name=cmbARRY]:focus,
.top-wrap #navigation .nav_wrap #booking input[name=cmbARRM]:focus,
.top-wrap #navigation .nav_wrap #booking input[name=cmbARRD]:focus {
  background: url(../img/common/ico_calender.png) 90% 50% no-repeat #d1f2f7;
  background-size: 18px auto;
}
.top-wrap #navigation .nav_wrap #booking input.btn {
  font-size: 1.4rem;
  display: block;
  background: #95854f;
  border-radius: 30px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #95854f;
}
.top-wrap #navigation .nav_wrap #booking input.btn:hover {
  background: #fff;
  color: #95854f;
}
.top-wrap #navigation .nav_wrap #booking input.link {
  color: #fff;
  font-size: 1.4rem;
}
.top-wrap #navigation .nav_wrap #booking input.link:hover {
  text-decoration: underline;
}
.top-wrap #navigation .nav_wrap #booking .ch {
  margin: 0 0 30px;
}
.top-wrap #navigation .nav_wrap #booking .ch li {
  display: block;
  float: left;
  width: 180px;
  height: 60px;
}
.top-wrap #navigation .nav_wrap #booking .ch li a {
  overflow: hidden;
  display: block;
  width: 180px;
  height: 60px;
  text-indent: -500px;
}
.top-wrap #navigation .nav_wrap #booking .ch li #Hotellink {
  background: url(../img/common/pc_booking_bt_01.png) no-repeat 50% 50%;
  background-size: 100% auto;
}
.top-wrap #navigation .nav_wrap #booking .ch li #Hotellink.current,
.top-wrap #navigation .nav_wrap #booking .ch li #Hotellink:hover {
  background: url(../img/common/pc_booking_bt_01_on.png) no-repeat 50% 50%;
  background-size: 100% auto;
}
.top-wrap #navigation .nav_wrap #booking .ch li #withDPlink {
  background: url(../img/common/pc_booking_bt_02.png) no-repeat 50% 50%;
  background-size: 100% auto;
}
.top-wrap #navigation .nav_wrap #booking .ch li #withDPlink.current,
.top-wrap #navigation .nav_wrap #booking .ch li #withDPlink:hover {
  background: url(../img/common/pc_booking_bt_02_on.png) no-repeat 50% 50%;
  background-size: 100% auto;
}
.top-wrap #navigation .nav_wrap #booking .ch:after {
  display: block;
  content: "";
  clear: both;
}
.top-wrap #navigation .nav_wrap #booking .init {
  display: inline-block;
  min-height: 40px;
  vertical-align: top;
  margin: 0 5px;
  line-height: 40px;
}
.top-wrap #navigation .nav_wrap #booking #nitteiarea {
  border-bottom: 1px solid #fff;
  margin: 0 0 15px;
  padding: 0 0 10px;
}
.top-wrap #navigation .nav_wrap #booking #nitteiarea .booking {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.top-wrap #navigation .nav_wrap #booking #nitteiarea #comment1 {
  margin: 0 0 10px;
}
.top-wrap #navigation .nav_wrap #booking #nitteiarea .unit_select_date .box_date {
  margin: 0 0 10px;
}
.top-wrap #navigation .nav_wrap #booking #nitteiarea .unit_select_date .box_mitei #lbchkymd {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-left: 30px;
}
.top-wrap #navigation .nav_wrap #booking #ninzuarea {
  margin: 0 0 15px;
  border-bottom: 1px solid #fff;
}
.top-wrap #navigation .nav_wrap #booking #ninzuarea h4 {
  margin: 0 0 10px;
}
.top-wrap #navigation .nav_wrap #booking .unit_select_people {
  position: relative;
}
.top-wrap #navigation .nav_wrap #booking .unit_select_people #lbchkpsn {
  height: 40px;
  line-height: 40px;
}
.top-wrap #navigation .nav_wrap #booking .unit_select_people .list_select_people dt {
  float: left;
  clear: left;
  width: 20em;
  margin: 0 0 10px;
  line-height: 40px;
}
.top-wrap #navigation .nav_wrap #booking .unit_select_people .list_select_people dd {
  margin: 0 0 10px 21em;
}
.top-wrap #navigation .nav_wrap #booking .unit_select_people .list_select_people:after {
  display: block;
  content: "";
  clear: both;
}
.top-wrap #navigation .nav_wrap #booking #ryokinarea {
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #fff;
}
.top-wrap #navigation .nav_wrap #booking #ryokinarea .booking {
  margin: 0 0 10px;
}
.top-wrap #navigation .nav_wrap #booking #searchtypearea {
  margin: 0 0 30px;
}
.top-wrap #navigation .nav_wrap #booking #searchtypearea .list_select_type li {
  margin: 0 0 10px;
}
.top-wrap #navigation .nav_wrap #booking #searchtypearea .list_select_type li input[type=radio] {
  margin: 0 5px 0 0;
}
.top-wrap #navigation .nav_wrap #booking #airhotel_area iframe {
  width: 100%;
  padding: 0;
  height: 350px;
}
.top-wrap #navigation .nav_wrap #booking .res_wrap {
  margin-top: 30px;
}
.top-wrap #navigation .nav_wrap #booking .res_wrap h3 {
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.top-wrap #navigation .nav_wrap #booking .res_wrap a {
  font-size: 1.4rem;
  display: block;
  background: #95854f;
  border-radius: 30px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #95854f;
  width: 180px;
}
.top-wrap #navigation .nav_wrap #booking .res_wrap a:hover {
  background: #fff;
  color: #95854f;
  text-decoration: none;
}
.top-wrap #navigation .bnr_wrap li {
  display: inline-block;
  width: 48%;
  margin: 0 4% 3% 0;
  padding: 0;
}
.top-wrap #navigation .bnr_wrap li img {
  width: 100%;
  height: auto;
}
.top-wrap #navigation .bnr_wrap li:nth-child(2n) {
  margin: 0 0 3%;
}
.top-wrap .nav-container {
  position: fixed;
  top: 0;
  right: 0;
  overflow: auto;
  width: 30%;
  min-width: 420px;
  height: 100%;
  z-index: 100;
  color: #fff;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transform: translateZ(0);
  transform: translateX(100%);
  transition: transform 0.2s cubic-bezier(0.07, 0.23, 0.34, 1);
  background: rgba(45, 36, 35, 0.95);
}
.top-wrap .nav-container a {
  color: #fff;
}
.top-wrap .top-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.top-wrap .top-content .top-title {
  margin: 0 auto 30px;
}
.top-wrap .top-content .tag {
  font-size: 2rem;
}
.top-wrap .top-content time {
  display: block;
  font-size: 3rem;
}
.top-wrap .top-content .top-news {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.top-wrap .top-content .top-news a {
  color: #fff;
}
.top-wrap .top-content .top-news .swiper-container {
  font-size: 1.5rem;
}
.top-wrap .pc.logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
.top-wrap .top-title {
  font-size: 2.7rem;
  letter-spacing: 3px;
  line-height: 1;
}
.top-wrap .overlay {
  position: fixed;
  z-index: 51;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255) !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibiilty 0.5s;
}

.top-wrap.size_a {
  height: 300px;
}

.hamburger {
  position: absolute;
  top: 27px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
}

.hamburger.is-active {
  position: absolute;
  top: 20px;
  right: 20px;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ============================================== */
/* class: esthetic                                */
/* ============================================== */
.esthetic .top-wrap {
  background: url(../img/esthetic/pc_main.jpg) no-repeat center center;
  background-size: cover;
}
.esthetic .block_contact_exes .list_contact li:first-child a {
  padding: 50px 30px 50px 0;
}
.esthetic .block_contact_exes .list_contact li:last-child a {
  padding: 50px 0 50px 30px;
}
.esthetic .block_contact_exes .list_contact .icon {
  padding: 0 30px 0 0;
}
.esthetic .block_contact_exes .list_contact .title span {
  font-size: 1.3rem;
  letter-spacing: 0;
}
.esthetic .block_contact_exes .list_contact .lead {
  letter-spacing: 2px;
}
.esthetic .block_contact_exes .list_contact .hour {
  margin: 0 0 0.5em;
}
.esthetic .list_define_b dt {
  float: left;
  clear: left;
  width: 12em;
  margin: 0 0 0.5em 0;
  font-weight: bold;
}
.esthetic .list_define_b dd {
  margin: 0 0 0.5em 13em;
}
.esthetic .list_define_b--4em dt {
  width: 4em;
}
.esthetic .list_define_b--4em dd {
  margin: 0 0 0.5em 5em;
}
.esthetic .list_define_b--6em dt {
  width: 6em;
}
.esthetic .list_define_b--6em dd {
  margin: 0 0 0.5em 7em;
}
.esthetic #esthetic_campaign {
  background-color: #f9f7f0;
}
.esthetic .esthetic_menu .item:not(:last-child) {
  border-bottom: 1px dashed #666;
}
.esthetic .esthetic_menu .item-title {
  margin-bottom: 5px;
}
.esthetic .esthetic_menu .esthetic_menu_title {
  color: #646464;
  background-repeat: no-repeat;
  background-color: #c0ba96;
}
.esthetic .esthetic_menu .esthetic_menu_title .ttlA {
  text-align: left;
  color: #646464;
}
.esthetic .esthetic_menu .esthetic_menu_title .ttlA strong {
  width: 100%;
  max-width: 540px;
  color: #fff;
  font-size: 2.5rem;
  border-bottom: 1px solid #d1cba7;
}
.esthetic .esthetic_menu .esthetic_menu_title .ttlA span {
  font-size: 1.4rem;
}
.esthetic .esthetic_menu .esthetic_menu_title .lead {
  font-size: 1.4rem;
}
.esthetic #esthetic_sothys {
  background-color: #eceadf;
}
.esthetic #esthetic_qi {
  background-color: #f9f7f0;
}
.esthetic #esthetic_mens {
  background-color: #e9eaea;
}
.esthetic #esthetic_mens .esthetic_menu_title {
  background-color: #737577;
  color: #fff;
}
.esthetic #esthetic_mens .esthetic_menu_title .ttlA {
  color: #FFF;
}
.esthetic #esthetic_mens .esthetic_menu_title .lead {
  color: #cec58f;
}

.block_lead_box {
  width: 510px;
  margin: 0 auto;
}
.block_lead_box .lead {
  margin-bottom: 1em;
}

/* ============================================== */
/* class: faq                                     */
/* ============================================== */
.faq .top-wrap {
  background: url(../img/others/pc_main.jpg) no-repeat center center;
  background-size: cover;
}
.faq .list_pagenav {
  margin: 0 auto;
}
.faq .accordion_head {
  cursor: pointer;
  padding: 20px;
  color: #fff;
  background: #212423;
  border: 1px solid #eee;
  margin-top: -1px;
  font-size: 1.6rem;
}
.faq .accordion_head:hover {
  background: #000;
}
.faq .accordion_head:before {
  content: "Q";
  color: #94844f;
  margin-right: 5px;
}
.faq .accordion_ans {
  padding: 20px 20px 40px;
}

/* ============================================== */
/* class: news                                    */
/* ============================================== */
.news .top-wrap {
  margin: 0 auto;
  background: url(../img/news/pc_main.jpg) no-repeat center center;
  background-size: cover;
}
.news .article_pager {
  position: relative;
  width: 600px;
  margin: 60px auto 20px;
  height: 62px;
  text-align: center;
}
.news .article_pager li {
  display: inline-block;
  margin: 0 5%;
  vertical-align: bottom;
}
.news .article_pager li img {
  width: 40px;
  height: auto;
}
.news .sns {
  background: url(../img/news/news_main_b2.jpg) no-repeat top left;
  background-size: cover;
  padding: 50px 0 70px;
  color: #fff;
}
.news .sns li {
  display: inline-block;
  margin-right: 20px;
}
.news .sns li.sp {
  display: none;
}
.news .sns li:nth-child(2) {
  margin-right: 0;
}
.news .sns .playfair {
  font-size: 4rem;
}

.single article {
  margin-bottom: 50px;
}
.single article strong {
  font-weight: bold;
}
.single .top-wrap .pc.logo {
  top: 40px;
  left: 40px;
}
.single .art_ttl {
  font-weight: bold;
  font-size: 2.4rem;
  max-width: 980px;
  margin: 0 auto;
}
.single .art_box {
  margin-bottom: 30px;
}
.single .art_box strong {
  font-weight: bold;
  font-size: 1.8rem;
}

.post_content {
  width: 980px;
  margin: 0 auto;
  padding: 40px 0;
}
.post_content p {
  margin-bottom: 1.5em;
}
.post_content ul.article_pager {
  margin-bottom: 20px;
}
.post_content img {
  display: inherit;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px;
  text-align: center;
}

/* ============================================== */
/* class: guestroom                               */
/* ============================================== */
.guestroom .top-wrap {
  background: url(../img/guestroom/pc_main.jpg) no-repeat center center;
  background-size: cover;
}
.guestroom .fig_floor {
  position: relative;
}
.guestroom .on_img {
  position: absolute;
  top: 0;
  left: 331px;
}
.guestroom .on_img li {
  display: none;
}
.guestroom .on_img li.is_active {
  display: block;
}
.guestroom .btn_wrap {
  position: absolute;
  top: 55px;
  left: 175px;
}
.guestroom .btn_wrap li a {
  color: #212423;
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.guestroom .btn_wrap li a:hover {
  color: #c39194;
}
.guestroom .box_full_size.gold {
  background: #75603f;
}
.guestroom .box_full_size.gold .ttlF {
  color: #fff;
}
.guestroom .box_full_size.gold .unit_guestroom .playfair {
  color: #bcbdbd;
}
.guestroom .box_full_size.gold .btnLink a:hover {
  background: #212423;
  border: 1px solid #212423;
}
.guestroom .box_full_size.white {
  color: initial;
  background: #fff;
}
.guestroom .box_full_size.white .unit_guestroom .title {
  color: initial;
}
.guestroom .box_full_size.white .btnLink a {
  color: initial;
  border: 1px solid #212423;
}
.guestroom .box_full_size.white .btnLink a:hover {
  border: 1px solid #95854f;
  color: #fff;
  background: #95854f;
}
.guestroom .col_pc_2 {
  width: 980px;
  margin: 0 auto;
}
.guestroom .col_pc_2 .inner {
  padding: 0;
}
.guestroom .col_pc_2 .inner:after {
  display: block;
  content: "";
  clear: both;
}
.guestroom .col_pc_2 .col {
  display: block;
  float: left;
  width: 49%;
  margin: 0 2% 40px 0;
  vertical-align: top;
}
.guestroom .col_pc_2 .col .image {
  margin: 0 auto 20px;
}
.guestroom .col_pc_2 .col .image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.guestroom .col_pc_2 .col:nth-child(2n) {
  margin: 0 0 40px;
}
.guestroom .unit_guestroom {
  text-align: center;
}
.guestroom .unit_guestroom .image {
  margin: 0 auto 30px;
}
.guestroom .unit_guestroom .title {
  color: #212423;
  font-size: 2rem;
}
.guestroom .unit_guestroom .playfair {
  color: #94844f;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

/* ============================================== */
/* class: section                                 */
/* ============================================== */
.section {
  width: 980px;
  padding: 50px 0;
  margin: 0 auto;
}
.section .ttlB {
  margin: 0 auto 20px;
  font-size: 2.5rem;
  letter-spacing: 3px;
  color: #94844f;
  text-align: center;
  word-break: break-word;
  line-height: 1.3;
}
.section .ttlB.playfair {
  letter-spacing: 3px;
}
.section .c-gray {
  color: #646464;
}
.section .fz-20 {
  font-size: 2rem;
}
.section .block_lead_box {
  width: 510px;
  margin: 0 auto;
}
.section .block_photoB .lead {
  font-size: 1.5rem;
}
.section .block_photoB .sub_title {
  font-size: 1.8rem;
}
.section .esthetic_nav_campaign {
  background-color: #f9f7f0;
}
.section .esthetic_nav_sothys {
  background-color: #eceadf;
}
.section .esthetic_nav_qi {
  background-color: #f9f7f0;
}
.section .esthetic_nav_mens {
  background-color: #e9eaea;
}
.section .esthetic_ex {
  padding: 1rem 1rem;
  color: #000;
  border: 1px solid #000;
}
.section .esthetic_ex li {
  margin-bottom: 0;
}
.section .esthetic_nav a {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
}
.section .esthetic_nav a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.section .esthetic_nav i {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-style: normal;
}
.section .esthetic_nav .ja {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.section .esthetic_nav .fas {
  margin-bottom: 0;
  color: #c5bb7b;
}

.box_full_size {
  color: #fff;
  background: #212423;
}
.box_full_size a {
  color: #fff;
}
.box_full_size .unit_guestroom .title {
  color: #fff;
}
.box_full_size .btnLink a {
  color: #fff;
  border: 1px solid #fff;
}
.box_full_size .btnLink a:hover {
  border: 1px solid #95854f;
}
.box_full_size .plan_asp a {
  color: #fff;
}

.block_contact_exes {
  border-top: 1px solid #111;
}
.block_contact_exes .section {
  padding: 30px 0;
}

.list_contact li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  letter-spacing: 3px;
}
.list_contact li a {
  display: table;
  width: 100%;
  padding: 50px 0;
  color: #95854f;
}
.list_contact li a:hover {
  text-decoration: none;
}
.list_contact li a.tel_link {
  pointer-events: none;
}
.list_contact li .icon {
  display: table-cell;
  width: 100px;
  padding: 0 30px 0 75px;
  vertical-align: middle;
  text-align: right;
}
.list_contact li .wrap {
  display: table-cell;
  padding: 0 30px 0 0;
  vertical-align: middle;
}
.list_contact li .lead {
  margin: 0 auto 5px;
  font-size: 1.8rem;
  line-height: 1.3;
}
.list_contact li .title {
  font-size: 3rem;
  line-height: 1.2;
}
.list_contact li .hour {
  font-size: 1.5rem;
}
.list_contact li .hour span {
  font-size: 1.3rem;
}
.list_contact li:first-child a {
  border-right: 1px solid #95854f;
}

.list_contact.single_menu li .icon {
  width: initial;
  padding: 0 30px 0 75px !important;
}
.list_contact.single_menu li:first-child a {
  border-right: none;
}

.plan_asp {
  font-size: 0;
}
.plan_asp a {
  color: #333;
}
.plan_asp img {
  width: 100%;
  max-width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.01); /* MouseOver対策 */
}
.plan_asp .list_plan_asp {
  text-align: center;
}
.plan_asp .list_plan_asp li {
  display: inline-block;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
  font-size: 1.3rem;
  vertical-align: top;
}
.plan_asp .list_plan_asp li a {
  display: block;
  text-align: center;
}
.plan_asp .list_plan_asp li span {
  vertical-align: middle;
  padding-left: 10px;
}
.plan_asp .list_plan_asp li span a {
  display: block;
  text-align: left;
}
.plan_asp .list_plan_asp li:last-child,
.plan_asp .list_plan_asp li:nth-child(4n) {
  margin-right: 0;
}
.plan_asp .list_button_multi {
  text-align: center;
}
.plan_asp .list_button_multi li {
  display: inline-block;
  margin: 0 1%;
}

.plan_wrap {
  position: relative;
  width: 100%;
  background: url(../img/top/pc_bg_top_09_b.jpg) no-repeat top left;
  background-size: cover;
}
.plan_wrap .base_bg.fadeOut.wow {
  opacity: 0;
}
.plan_wrap .anime_wrap {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding-bottom: 40px;
  z-index: 3;
}
.plan_wrap .anime_wrap .listB {
  display: inline-block;
  width: 480px;
  margin-right: 10px;
  margin-bottom: 20px;
  vertical-align: top;
}
.plan_wrap .anime_wrap .listB a {
  display: block;
  width: 100%;
}
.plan_wrap .anime_wrap .listB a:hover,
.plan_wrap .anime_wrap .listB a:active {
  text-decoration: none;
}
.plan_wrap .anime_wrap .listB img {
  width: 100%;
  height: auto;
}
.plan_wrap .anime_wrap .listB:nth-child(2n) {
  margin-right: 0;
}

.listB figcaption {
  background: #212423;
  color: #fff;
  padding: 20px;
}

.bnr_wrap {
  margin: 50px auto 0;
  font-size: 0;
}

.bnr_wrap.pc {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px;
}
.bnr_wrap.pc li {
  display: inline-block;
  width: 33%;
  margin-bottom: 4%;
  text-align: center;
}
.bnr_wrap.pc li a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.bnr_wrap.pc li:nth-child(1) {
  width: 100%;
  margin-right: 0;
  text-align: center;
  border-bottom: 2px solid #9c9da1;
  padding-bottom: 20px;
}

.link_wrap {
  position: relative;
  width: 100%;
  background: url(../img/top/pc_bg_top_10_b.jpg) no-repeat top left;
  background-size: cover;
}
.link_wrap .base_bg.fadeOut.wow {
  opacity: 0;
}
.link_wrap .anime_wrap {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 40px;
  position: relative;
  z-index: 3;
}
.link_wrap .bnr_wrap {
  margin: 25px auto 0;
}

/* ============================================== */
/* footer                                         */
/* ============================================== */
footer {
  color: #95854f;
  background: #212423;
  padding-bottom: 100px;
}
footer a {
  color: #95854f;
}
footer p {
  font-size: 1.5rem;
}

.foot_link li {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.2rem;
}
.foot_link li:last-child {
  margin-right: 0;
}

.foot_sitemap,
.foot_sitelink {
  float: left;
  width: 25%;
}
.foot_sitemap li,
.foot_sitelink li {
  margin: 0 0 5px;
  padding: 0 10px;
  text-align: left;
  font-size: 1.2rem;
}

address {
  font-size: 1.2rem;
  display: inline-block;
}

.list_link_sns li {
  display: inline-block;
  margin: 0 10px;
  font-size: 1.8rem;
}
.list_link_sns li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  color: #212423;
  background: #b09e6c;
  border: 1px solid #b09e6c;
}
.list_link_sns li a:hover {
  color: #b09e6c;
  background: #212423;
}

.block_sitemap {
  width: 980px;
  margin: 0 auto 20px;
}

.block_sitemap:after {
  display: block;
  content: "";
  clear: both;
}

/* ============================================== */
/* id: change                                     */
/* ============================================== */
#change {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  z-index: 50;
  background: rgba(255, 255, 255, 0.2);
}
#change ul {
  position: absolute;
  top: 0px;
  z-index: 9;
  right: 130px;
}
#change li {
  display: inline-block;
  margin-right: 10px;
  width: 120px;
}
#change li a {
  display: block;
  border-radius: 30px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.1rem;
  background: rgba(149, 133, 79, 0.85);
}
#change li a:hover {
  background: rgba(149, 133, 79, 0.5);
  color: #f1f5f8;
  text-decoration: none;
}
#change li.atten a {
  display: block;
  border-radius: 30px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.1rem;
  background: rgba(191, 73, 54, 0.85);
}
#change li.atten a:hover {
  background: rgba(191, 73, 54, 0.5);
  color: #f1f5f8;
  text-decoration: none;
}
#change .change_wrapper {
  position: relative;
  height: 42px;
  line-height: 42px;
}
#change .change_wrapper .logo img {
  width: auto;
  height: 42px;
}
#change .hamburger {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
}

@media (max-width: 767px) {
  body {
    padding: 0 0 40px;
    min-width: 100%;
    font-size: 1.3rem;
    line-height: 1.7;
    -webkit-overflow-scrolling: touch;
  }
  body a:hover img {
    opacity: initial;
  }
  body section {
    -webkit-overflow-scrolling: touch;
  }
  body .btnLink a,
  body .btnLink input[type=button],
  body .btnLink input[type=submit],
  body .btnLink button {
    width: 150px;
    margin: 0 auto;
  }
  body .container {
    width: 100%;
    padding: 0 10px;
  }
  body .inner {
    width: 100%;
    padding: 0 10px;
  }
  body .innerB {
    width: 100%;
    padding: 0 20px;
  }
  body .swiper-container {
    padding: 0 4%;
  }
  body .sp {
    display: block;
  }
  body .pc {
    display: none;
  }
  body .mb20 {
    margin-bottom: 10px !important;
  }
  body .mb30 {
    margin-bottom: 15px !important;
  }
  body .mb40 {
    margin-bottom: 20px !important;
  }
  body .mb50 {
    margin-bottom: 25px !important;
  }
  body .lh-2 {
    line-height: 1.75;
  }
  body .ttl_cnt {
    font-size: 3rem;
    letter-spacing: 2px;
    line-height: 0.8;
    padding-top: 25px;
  }
  body .ttl_cnt .jp {
    font-size: 1.4rem;
    margin-top: 2em;
  }
  body .ttlA {
    margin: 0 auto 30px;
    font-size: 2.6rem;
  }
  body .ttlA span {
    font-size: 1.2rem;
  }
  body .ttlF {
    margin: 0 auto 30px;
    font-size: 2.8rem;
  }
  body .ttlF span {
    font-size: 1.2rem;
  }
  body .list_pagenav {
    margin: 0 auto 20px;
    border-top: 1px solid #212423;
    border-left: 1px solid #212423;
  }
  body .list_pagenav li {
    display: block;
    margin: 0;
  }
  body .list_pagenav li a {
    display: block;
    height: initial;
    padding: 1em 2.5em 1em 1em;
    line-height: initial;
    border-top: none;
    border-left: none;
  }
  body .list_contact {
    display: block;
  }
  body .list_contact li {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  body .list_contact li a {
    display: block;
    padding: 40px 0;
  }
  body .list_contact li a.tel_link {
    pointer-events: initial;
  }
  body .list_contact li .icon {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
    padding: 0;
    text-align: center;
  }
  body .list_contact li .icon img {
    width: 60px;
    height: auto;
  }
  body .list_contact li .wrap {
    display: block;
    padding: 0;
  }
  body .list_contact li:first-child a {
    border-right: none;
    border-bottom: 1px solid #95854f;
  }
  .page .top-wrap header,
  .single .top-wrap header {
    position: static;
    top: inherit;
  }
  /* ============================================== */
  /* class: top-wrap(SP)                            */
  /* ============================================== */
  .top-wrap {
    width: 100%;
    height: calc(100vh - 50px);
    margin: 0 auto 20px;
    border: none;
  }
  .top-wrap .top-title {
    font-size: 2.5rem;
  }
  .top-wrap .top-content .tag {
    font-size: 1.8rem;
  }
  .top-wrap .top-content time {
    font-size: 2rem;
  }
  .top-wrap .top-content .top-title {
    margin: 0 auto 20px;
    border: none;
  }
  .top-wrap .top-content .top-title:before {
    display: none;
  }
  .top-wrap header {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99;
  }
  .top-wrap header .gnav {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 9;
    top: inherit;
    right: inherit;
  }
  .top-wrap header .gnav ul {
    font-size: 0;
    text-align: center;
  }
  .top-wrap header .gnav ul li {
    display: inline-block;
    margin-right: 1%;
    width: 31%;
    position: relative;
  }
  .top-wrap header .gnav ul li a {
    display: block;
    border-radius: 30px;
    font-size: 1rem;
    background: #f3f4f5;
    color: #212423;
    height: 40px;
    line-height: 40px;
    border: none;
  }
  .top-wrap header .gnav ul li a i {
    position: absolute;
    right: 10px;
    top: 15px;
  }
  .top-wrap header .gnav ul li:last-child {
    margin-right: 0;
  }
  .top-wrap header .pages {
    position: fixed;
    bottom: 0px;
    padding: 10px 0;
    left: 0;
    width: 100%;
    z-index: 9;
    top: inherit;
    right: inherit;
    height: auto;
    background: #95854f;
  }
  .top-wrap header .pages li {
    width: 33.33%;
    margin-right: 0;
    border-right: 1px solid #fff;
  }
  .top-wrap header .pages li a {
    font-size: 1.2rem;
    background: none;
    color: #fff;
    line-height: 30px;
    height: 30px;
  }
  .top-wrap header .pages li:last-child {
    border-right: none;
  }
  .top-wrap header .gnav.pages {
    position: fixed;
    bottom: 0px;
    padding: 10px 0;
    left: 0;
    width: 100%;
    z-index: 9;
    top: inherit;
    right: inherit;
    height: auto;
    background: #95854f;
  }
  .top-wrap header .gnav.pages li {
    width: 33.33%;
    margin-right: 0;
    border-right: 1px solid #fff;
  }
  .top-wrap header .gnav.pages li a {
    font-size: 1.2rem;
    background: none;
    color: #fff;
    line-height: 30px;
    height: 30px;
  }
  .top-wrap header .gnav.pages li:last-child {
    border-right: none;
  }
  .top-wrap header #navigation .nav_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 6% 6%;
  }
  .top-wrap header #navigation .nav_wrap .is-active {
    position: absolute;
    top: 20px;
    right: 6%;
  }
  .top-wrap header #navigation .nav_wrap .nav_tab li {
    width: 120px;
    height: 34px;
  }
  .top-wrap header #navigation .nav_wrap .nav_tab li span {
    width: 120px;
    height: 34px;
  }
  .top-wrap header #navigation .nav_wrap .nav_tab .list_menu span {
    background: url(../img/common/nav_tab01.png) no-repeat;
    background-size: 100% auto;
  }
  .top-wrap header #navigation .nav_wrap .nav_tab .list_menu.isCurrent span {
    background: url(../img/common/nav_tab01_on.png) no-repeat;
    background-size: auto 100%;
  }
  .top-wrap header #navigation .nav_wrap .nav_tab .list_reserve span {
    background: url(../img/common/nav_tab02.png) no-repeat;
    background-size: auto 100%;
  }
  .top-wrap header #navigation .nav_wrap .nav_tab .list_reserve.isCurrent span {
    background: url(../img/common/nav_tab02_on.png) no-repeat;
    background-size: auto 100%;
  }
  .top-wrap header #navigation .nav_wrap .nav_tab:after {
    display: block;
    content: "";
    clear: both;
  }
  .top-wrap header #navigation .nav_wrap .listMenu {
    margin: 0 auto 20px;
  }
  .top-wrap header #navigation .nav_wrap .listLink {
    border-bottom: 1px solid #666;
  }
  .top-wrap header #navigation .nav_wrap .listLink li {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #666;
    text-align: left;
  }
  .top-wrap header #navigation .nav_wrap .listLink li a {
    position: relative;
    display: block;
    padding: 15px 10px 15px 18px;
    line-height: 1.3;
    font-size: 1.4rem;
  }
  .top-wrap header #navigation .nav_wrap .listTranslate li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .top-wrap header #navigation .nav_wrap .listTranslate li a {
    font-size: 1.2rem;
  }
  .top-wrap header #navigation .nav_wrap .listTranslate li:nth-child(2n) {
    margin: 0 0 2% 0;
  }
  .top-wrap header #navigation .nav_wrap .listTranslate li:last-child {
    margin-right: inherit;
  }
  .top-wrap header #navigation .nav_wrap #booking {
    padding: 0;
  }
  .top-wrap header #navigation .nav_wrap #booking [type=button].button {
    display: block;
    height: 40px;
    padding: 0 30px;
    margin-bottom: 10px;
    background: #95854f;
    color: #fff;
    line-height: 40px;
    border-radius: 30px;
    font-size: 1.4rem;
  }
  .top-wrap header #navigation .nav_wrap #booking .ch li {
    width: 50%;
    max-width: 180px;
    height: auto;
  }
  .top-wrap header #navigation .nav_wrap #booking .ch li a {
    width: 100%;
    height: inherit;
    text-indent: inherit;
  }
  .top-wrap header #navigation .nav_wrap #booking .ch li img {
    width: 100%;
    height: auto;
  }
  .top-wrap header #navigation .nav_wrap #booking .ch li #Hotellink,
  .top-wrap header #navigation .nav_wrap #booking .ch li #Hotellink.current,
  .top-wrap header #navigation .nav_wrap #booking .ch li #Hotellink:hover,
  .top-wrap header #navigation .nav_wrap #booking .ch li #withDPlink,
  .top-wrap header #navigation .nav_wrap #booking .ch li #withDPlink.current,
  .top-wrap header #navigation .nav_wrap #booking .ch li #withDPlink:hover {
    background: none;
  }
  .top-wrap header #navigation .nav_wrap #booking .unit_select_date .box_date {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
  }
  .top-wrap header #navigation .nav_wrap #booking .unit_select_people .list_select_people {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .top-wrap header #navigation .nav_wrap #booking .unit_select_people .list_select_people dt,
  .top-wrap header #navigation .nav_wrap #booking .unit_select_people .list_select_people dd {
    float: none;
  }
  .top-wrap header #navigation .nav_wrap #booking .unit_select_people .list_select_people dt {
    width: 65%;
    margin: 0 0 10px;
  }
  .top-wrap header #navigation .nav_wrap #booking .unit_select_people .list_select_people dd {
    width: 35%;
    margin: 0 0 10px;
    text-align: right;
  }
  .top-wrap header #navigation .nav_wrap #booking .res_wrap h3 {
    font-size: 1.4rem;
  }
  .top-wrap header #navigation .bnr_wrap li {
    width: 100%;
    margin-right: 0%;
    padding: 0;
  }
  .top-wrap header #navigation .bnr_wrap li:nth-child(3) {
    margin-right: 0%;
  }
  .top-wrap header .nav-container {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    width: 100%;
    min-width: inherit;
    height: 100%;
    z-index: 100;
    transform: translateZ(0);
    transform: translateX(100%);
    transition: transform 0.2s cubic-bezier(0.07, 0.23, 0.34, 1);
  }
  .top-wrap .logo {
    width: 128px;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .top-wrap .icon img {
    width: 60px;
    height: auto;
  }
  .top-wrap.size_a {
    height: 300px;
  }
  .hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
  }
  .hamburger.is-active {
    position: absolute;
    top: 20px;
    right: 6%;
  }
  /* ============================================== */
  /* class: esthetic(SP)                            */
  /* ============================================== */
  .esthetic .top-wrap {
    background: url(../img/esthetic/sp_main.jpg) no-repeat center center;
    background-size: cover;
  }
  .esthetic .block_contact_exes .list_contact li a {
    padding: 40px 0 !important;
  }
  .esthetic .block_contact_exes .list_contact .icon {
    padding: 0;
  }
  .esthetic .list_define_b dt {
    width: 30%;
  }
  .esthetic .list_define_b dd {
    margin: 0 0 0.5em 35%;
  }
  .esthetic .list_define_b--4em dt {
    width: 4em;
  }
  .esthetic .list_define_b--4em dd {
    margin: 0 0 0.5em 5em;
  }
  .esthetic .esthetic_menu .inner {
    padding: 20px 4%;
  }
  .esthetic .esthetic_menu .item {
    padding: 15px 0;
  }
  .esthetic .esthetic_menu .item-title {
    font-size: 1.8rem;
  }
  .esthetic .esthetic_menu .item-data {
    padding-top: 5px;
  }
  .esthetic .esthetic_menu .esthetic_menu_title {
    padding-top: 160px;
    background-size: auto 160px;
    background-position: center 0;
  }
  .esthetic .esthetic_menu .esthetic_menu_title .ttlA {
    margin-bottom: 0;
  }
  .esthetic .esthetic_menu .esthetic_menu_title .wrap {
    padding: 10px 4%;
  }
  /* ============================================== */
  /* class: faq(SP)                                 */
  /* ============================================== */
  .faq .top-wrap {
    background: url(../img/others/sp_main.jpg) no-repeat center center;
    background-size: cover;
  }
  .faq .pages_nav li {
    width: 48%;
  }
  .faq .accordion_head {
    padding: 10px;
    font-size: 1.4rem;
  }
  .faq .accordion_ans {
    padding: 10px 10px 20px;
  }
  /* ============================================== */
  /* class: news(SP)                                */
  /* ============================================== */
  .news .top-wrap {
    background: url(../img/news/sp_main.jpg) no-repeat center center;
    background-size: cover;
  }
  .news .article_pager {
    width: 100%;
    height: 46px;
    margin: 30px auto 0;
  }
  .news .article_pager li img {
    width: 30px;
  }
  .news .sns {
    background: url(../img/news/sp_news_main_b2.jpg) no-repeat top left;
    background-size: cover;
    padding: 30px 0 40px;
  }
  .news .sns li {
    display: inline-block;
    margin-right: 20px;
  }
  .news .sns li img {
    width: 44px;
    height: auto;
  }
  .news .sns li.sp {
    display: inline-block;
  }
  .news .sns li:nth-child(2) {
    margin-right: 20px;
  }
  .news .sns li:nth-child(3) {
    margin-right: 0px;
  }
  .news .sns .playfair {
    font-size: 3rem;
  }
  .single .top-title {
    margin-top: 10vh;
  }
  .single .top-title {
    margin-top: 20vh;
  }
  .single .art_box {
    margin-bottom: 15px;
  }
  .single .art_box strong {
    font-size: 1.3rem;
  }
  .single article {
    margin-bottom: 20px;
  }
  .single article strong {
    font-weight: bold;
  }
  .single.news .top-title {
    margin-top: 10vh;
  }
  .post_content {
    width: 100%;
    padding: 20px 10px;
  }
  /* ============================================== */
  /* class: guestroom(SP)                           */
  /* ============================================== */
  .guestroom .top-wrap {
    background: url(../img/guestroom/sp_main.jpg) no-repeat center center;
    background-size: cover;
  }
  .guestroom .col_sp_1 {
    width: 100%;
  }
  .guestroom .col_sp_1 .col {
    width: 100%;
  }
  .guestroom .col_sp_1 .col .image {
    margin: 0 auto 10px;
  }
  /* ============================================== */
  /* class: section(SP)                             */
  /* ============================================== */
  .section {
    width: 100%;
    padding: 40px 4%;
  }
  .section .ttlB {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .section .block_lead_box {
    width: 100%;
  }
  .section .block_photoB .wrap {
    margin-top: 10px;
  }
  .section .esthetic_nav a {
    padding: 10px 1em;
  }
  .block_contact_exes .section {
    padding: 0;
  }
  .list_contact {
    display: block;
  }
  .list_contact li {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .list_contact li a {
    display: block;
    padding: 40px 0;
  }
  .list_contact li a.tel_link {
    pointer-events: initial;
  }
  .list_contact li .icon {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
    padding: 0;
    text-align: center;
  }
  .list_contact li .icon img {
    width: 60px;
    height: auto;
  }
  .list_contact li .wrap {
    display: block;
    padding: 0;
  }
  .list_contact li:first-child a {
    border-right: none;
    border-bottom: 1px solid #95854f;
  }
  .list_contact.single_menu li:first-child a {
    border-bottom: none;
  }
  .list_contact.single_menu li:first-child .icon {
    padding: 0 !important;
  }
  .plan_asp .list_plan_asp li {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
  }
  .plan_asp .list_plan_asp li:nth-child(even) {
    margin-right: 0;
  }
  .plan_asp .list_button_multi li {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
  }
  .plan_asp .list_button_multi .btnLink a,
  .plan_asp .list_button_multi .btnLink input[type=button],
  .plan_asp .list_button_multi .btnLink input[type=submit],
  .plan_asp .list_button_multi .btnLink button {
    width: 100%;
  }
  .plan_wrap {
    background: url(../img/top/sp_bg_top_09_b.jpg) no-repeat top left;
    background-size: cover;
  }
  .plan_wrap .base_bg {
    display: none;
  }
  .plan_wrap .listB figure img {
    width: 100%;
    height: auto;
  }
  .plan_wrap .anime_wrap {
    width: 100%;
  }
  .plan_wrap .anime_wrap .listB {
    width: 100%;
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .plan_wrap .anime_wrap .listB a {
    display: block;
    width: 100%;
  }
  .plan_wrap .anime_wrap .listB img {
    width: 100%;
    height: auto;
  }
  .listB figcaption {
    background: #fff;
    color: #000;
    padding: 20px;
  }
  .anime_wrap {
    z-index: 4;
    overflow: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 40px;
  }
  .link_wrap {
    background: url(../img/top/sp_bg_top_10_b.jpg) no-repeat top left;
    background-size: cover;
    height: auto;
    width: 100%;
    position: relative;
  }
  .link_wrap .anime_wrap {
    width: 100%;
  }
  .bnr_wrap {
    font-size: 0;
  }
  .bnr_wrap img {
    width: 100%;
    height: auto;
  }
  .bnr_wrap li {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .bnr_wrap li:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
  .bnr_wrap li:nth-child(3),
  .bnr_wrap li:nth-child(5),
  .bnr_wrap li:nth-child(7),
  .bnr_wrap li:nth-child(9),
  .bnr_wrap li:nth-child(11),
  .bnr_wrap li:nth-child(13) {
    margin-right: 0;
  }
  /* ============================================== */
  /* footer                                         */
  /* ============================================== */
  footer {
    padding-bottom: 30px;
  }
  footer p {
    font-size: 1.2rem;
  }
  .block_sitemap {
    width: 94%;
    margin: 0 3% 20px;
  }
  .foot_sitemap {
    display: flex;
    flex-wrap: wrap;
    float: none;
    width: 100%;
    padding: 8px 0;
    border-top: 1px solid #95854f;
  }
  .foot_sitemap li {
    width: 50%;
    margin: 0;
    padding: 0;
  }
  .foot_sitemap li a {
    display: block;
    padding: 10px;
    text-decoration: none;
  }
  .foot_sitelink {
    display: block;
    width: 100%;
  }
  .foot_sitelink li {
    padding: 0;
    margin: 0 auto 2px;
  }
  .foot_sitelink li a {
    display: block;
    padding: 10px;
    color: #fff;
    background: #95854f;
    border-radius: 4px;
    text-decoration: none;
  }
  address {
    display: block;
    margin-left: 0px;
  }
  /* ============================================== */
  /* id: change                                     */
  /* ============================================== */
  #change {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .block_photoB {
    display: flex;
    justify-content: space-between;
  }
  .block_photoB .photo {
    width: 490px;
  }
  .block_photoB .wrap {
    width: 454px;
  }
  .esthetic_nav {
    display: flex;
    justify-content: space-between;
  }
  .esthetic_nav li {
    width: 240px;
  }
  .esthetic_nav a {
    padding-top: 30px;
    height: 135px;
  }
  .esthetic_menu .inner {
    width: 980px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .esthetic_menu .item {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
  }
  .esthetic_menu .item-meta {
    flex: 1;
  }
  .esthetic_menu .item-action {
    width: 200px;
    padding-top: 30px;
    margin-left: 1em;
  }
  .esthetic_menu .esthetic_menu_title {
    background-size: 44% auto;
    background-position: left center;
  }
  .esthetic_menu .esthetic_menu_title .wrap {
    padding: 20px 0 0 46%;
    height: 176px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .esthetic_menu_title {
    background-size: auto 100%;
  }
}

.post_news{

}
.post_news li{
  padding: 20px; 
}
.post_news li:not(:last-of-type){
  border-bottom: 1px dotted #999;
}
.post_news a{
  color: #fff;
}
.post_news a:hover{
  text-decoration: none;
}
.post_news span{
  display: inline-block;
}
.post_news .post_date{
  width: 80px;
}
.post_news .post_title{
  
}
.post_news ul li div{
  padding-left: 80px;
}
.post_news .post_area, .post_news .post_category{
  /*border: 1px solid #fff;*/
  padding: 3px 7px;
  margin: 3px 10px 0px 0px;
}


.top-column{

}
.top-column a{
  color: inherit;
}
.top-column a:hover{
  text-decoration: none;
  opacity: 1;
}
.top-column img:hover{
  opacity: 1;
  transform: scale(1.2);
}
.top-column__inner{

}
.top-column__title.ttlA{
  margin-top: 90px;
  margin-bottom: 30px;
}
.top-column__cover{
  position: relative;
  background: url(/img/top/top-column-bg.jpg) no-repeat;
  height: 270px;
  background-position: top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-column__cover p{
  font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 1.3;
}
.top-column__cover p span{
  display: block;
  font-size: 28px;
  margin: 10px 0;
  font-weight: 700;
}
.top-column__ctt{
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 50px 0 90px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top-column__item{
  flex: 0 0 25%;  
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.top-column__thumb{
  position: relative;
  overflow: hidden;
}
.top-column__thumb .area{
  display: none;
}
.top-column__thumb .category{
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 22px;
  padding: 0 10px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #333;
  z-index: 1;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.top-column__title{
  font-size: 14px;
  color: #987945;
  font-weight: 700;
  margin-top: 10px;
}
.top-column__title p span{
  color: #ed8c9e;
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.inner-1000 {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}
/* 動画全体の横幅を指定するためのdiv */
.video-wrap {
  max-width: 600px;
  /* ここに動画の横幅を指定 */
  margin: 0 auto;
}

/* 動画を囲うdiv */
.video {
  position: relative;
  margin: 0 auto;
  width: 100%;
  /* 横幅は100%で固定 */
  height: 0;
  /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video iframe {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bestrate__wrap {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.bestrate__ctt {
  margin: 80px auto;
  overflow: hidden;
  box-sizing: border-box;
}

.bestrate__ttl {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 15px;
  padding-left: 45px;
  position: relative;
}

.bestrate__ttl:before {
  content: "";
  position: absolute;
  background-size: contain;
  transform: translateY(-50%);
  background-image: url(../img/20231223.webp);
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  left: 0;
  top: 70%;
}

.bestrate__ttl.has-icon:after {
  content: '';
  position: absolute;
  background-image: url(../img/chara-11.webp);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
}

.bestrate__ttl .en {
  font-size: 12px;
  position: absolute;
  left: 45px;
  top: -1.2rem;
  letter-spacing: 5px;
}

.bestrate__ctt--1 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}

.bestrate__ctt--1__item {
  width: 47%;
}

.bestrate__ctt--1__item h3 {
  font-size: 20px;
  font-weight: bold;
  color: #d926af;
  text-align: center;
  margin: 20px 0;
}

.bestrate__ctt--1__item p {}

.bestrate__ctt--1__item .progressive-elm {
  min-height: 270px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bestrate__ctt--1__item .progressive {
  width: 100%;
}

@media(max-width: 768px) {
  .bestrate__ctt {
    padding: 0 15px;
  }

  .bestrate__ctt--1__item .progressive-elm {
    min-height: 170px;
  }

  .bestrate__ctt--1__item p {
    font-size: 11px;
  }

  .bestrate__ctt--1__item h3 {
    font-size: 18px;
  }
}


.bestrate__ctt--2 {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
}

.bestrate__ctt--2__item {
  width: 50%;
}


.yellow_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff00 0%) repeat scroll 0 0;
  text-shadow: 0 0 10px #fff;
  font-weight: 700;
}

.v-txt {
  position: absolute;
  font-size: 4.9rem;
  color: #000;
  transform: rotate(90deg);
  right: -4rem;
  top: 5.5rem;
  font-weight: 700;
}

.bestrate__ctt--3__img .progressive-elm {
  margin: 10px 0;
}

.bestrate__ctt--3__img .progressive img {
  width: calc(100% - 80px);
  height: 130px;
  object-fit: cover;
}

.bestrate__ctt--3__img {
  position: relative;
}

.bestrate__ctt--3__txt {
  margin-top: 10px;
}

.bestrate__ctt--4 .v-txt {
  right: unset;
  left: -33%;
  top: 8.5rem;
}

.bestrate__ctt--4 .bestrate__ctt--3__img .progressive img {
  margin-left: auto;
  right: 0;
  height: 350px;
}

.bestrate__ctt--4 .bestrate__ctt--3 {
  width: 80%;
  margin-left: auto;
}

.bestrate__ctt--4 {
  position: relative;
  z-index: 0;
}

.bestrate__ctt--4:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 18%;
  height: 100%;
  background-image: radial-gradient(#707070 7%, transparent 10%), radial-gradient(#707070 7%, transparent 10%);
  background-size: 1rem 1rem;
}

.bestrate__ctt--4__ttl {
  border: 1px solid #000;
  font-size: 20px;
  padding: 15px 15px 15px 25px;
  position: relative;
  display: block;
  line-height: 1.2;
  background-color: #fff;
  margin-bottom: 10px;
}

.bestrate__ctt--4__ttl:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  border-bottom: 1px solid #000;
  left: -.5rem;
  top: 50%;
  width: 2.5rem;
  height: .2rem
}

.bestrate__ctt--4__items {
  width: 80%;
  margin-left: auto;
}

.bestrate__ctt--4__item {
  margin: 30px 0;
}

@media(max-width: 768px) {
  .bestrate__ctt--3__img .progressive img {
    width: calc(100% - 60px);
    height: 90px;
  }

  .v-txt {
    font-size: 3.9rem;
    right: -3.4rem;
  }

  .bestrate__ctt--4 .v-txt {
    left: -41%;
  }
}

.bestrate__ctt--5 {
  overflow: hidden;
}

.bestrate__ctt--5__items {}

.bestrate__ctt--5__item {
  height: 100%;
  overflow: hidden;
}

.bestrate__ctt--5__item__img {
  position: relative;
  overflow: hidden;
  max-height: 250px;
}

.bestrate__ctt--5__item__img>span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  background: rgba(35, 35, 35, .8);
  color: #fff;
  border: solid 1px #333;
  font-size: 16px;
  padding: 5px 0;
}

.bestrate__ctt--5__item__img .progressive img.origin {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bestrate__ctt--5__item__desc table {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  border: 1px solid #e1e1e1;
}

.bestrate__ctt--5__item__desc th,
.bestrate__ctt--5__item__desc td {
  padding: 7px 10px;
  border-bottom: 1px dashed #e1e1e1;
}

.bestrate__ctt--5__item__desc th {
  width: 200px;
  background-color: #fee;
}

.bestrate__ctt--5__item__desc .ttl {
  font-size: 20px;
  color: #ff7171;
  border-bottom: 1px dashed #ff7171;
}

.bestrate__ctt--5__item__desc h4 {
  margin: 10px 0;
}

#carousel3d .carousel-3d-slide {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  transition: all .4s;
}

@media(max-width: 768px) {
  .bestrate__ctt--5__item__desc th {
    width: 120px;
  }
}


.bestrate__ctt--6 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.bestrate__ctt--6__item {
  width: 33.33%;
  position: relative;
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.bestrate__ctt--6__item>div {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5px;
  text-align: center;
  background: rgba(35, 35, 35, .8);
  color: #fff;
  border: solid 1px #333;
  font-size: 16px;
  padding: 5px 0;
}

.bestrate__ctt--slide {}

.bestrate__ctt--slide__ttl1 {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 0.1rem;
  font-size: 15px;
  margin: 0;
}

@media(max-width: 768px) {
  .bestrate__ctt--slide__ttl1 {
    padding: 0.5rem 0.5rem;
    font-size: 12px;
  }
}



.bestrate__ctt--slide__ttl {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 30px;
  margin: 0;
}

@media(max-width: 768px) {
  .bestrate__ctt--slide__ttl {
    padding: 1.5rem 1rem;
    font-size: 16px;
  }
}


.bestrate__ctt--7 {
  overflow: hidden;
}

.bestrate__ctt--7__img {
  display: flex;
  gap: 10px;
  min-width: 500px;
}

.bestrate__ctt--7__img .progressive-elm {
  width: 100%;
}

.bestrate__ctt--7__txt {
  margin-top: -35px;
  padding-left: 30px;
  padding-right: 30px;
  background-image: radial-gradient(#707070 7%, transparent 10%), radial-gradient(#707070 7%, transparent 10%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}

.bestrate__ctt--7__txt__inner {
  padding: 1rem;
  border-radius: 2rem;
  position: relative;
  background-color: #fff;
}

.bestrate__ctt--8 .bestrate__ctt--7__img .progressive-elm {
  width: 65%;
  margin-left: 0;
  position: relative;
}

.bestrate__ctt--8 .bestrate__ctt--7__img .progressive-elm>span {
  position: absolute;
  font-size: 70px;
  color: #000;
  transform: rotate(90deg);
  right: -140px;
  top: 100px;
  font-weight: 700;
}

.bestrate__ctt--8 .bestrate__ctt--7__txt {
  background: none;
  margin-top: -22px;
}

.wake_interview4 .bestrate__ctt--7__txt {
  font-size: 14px;
}

.wake_interview4 .bestrate__ctt--8 .bestrate__ctt--7__img .progressive-elm>span {
  top: 140px;
}

@media(max-width: 768px) {
  .wake_interview4 .bestrate__ctt--8 .bestrate__ctt--7__img .progressive-elm {
    width: 57%;
  }

  .wake_interview4 .bestrate__ctt--7__txt__inner {
    padding: 1rem 0;
  }
}



@media(min-width: 769px) {
  .video-gr__inner {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }

  .video-gr__gif {
    width: 100%;
  }

  .video-gr__inner .video {
    padding-top: 28%;
  }

  .video-gr__gif>* {
    height: 100%;
  }

  .video-gr__gif .progressive img {
    height: 100%;
  }

  .bestrate__ctt--1 {
    gap: 30px;
  }

  .bestrate__ctt--1__item {
    width: calc((100% - 60px) / 3);
  }

  .bestrate__ctt--2 {
    justify-content: flex-start;
  }

  .bestrate__ctt--2__item {
    width: 25%;
  }

  .bestrate__mt-100 {
    margin-top: 120px;
  }

  .bestrate__ctt--8 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    overflow: unset;
  }

  .bestrate__ctt--8 .bestrate__ctt--7__txt {
    order: 1;
  }

  .bestrate__ctt--8 .bestrate__ctt--7__img {
    order: 2;
    margin-top: -100px;
  }

  .bestrate__ctt--8 .bestrate__ctt--7__img .progressive-elm {
    width: 80%;
  }

  .bestrate__ctt--8 .bestrate__ctt--7__img {
    min-width: 450px;
  }

  .bestrate__ctt--8 .bestrate__ctt--7__txt {
    margin-top: 0;
    padding: 0;
  }

  .bestrate__ctt--3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    overflow: unset;
  }

  .bestrate__ctt--3__txt {
    order: 1;
  }

  .bestrate__ctt--3__img {
    order: 2;
    margin-top: -120px;
  }

  .bestrate__ctt--3__img {
    min-width: 450px;
  }

  .bestrate__ctt--4 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 60px;
  }

  .bestrate__ctt--4 .bestrate__ctt--3 {
    gap: 0px;
    flex-direction: column;
    width: 350px;
  }

  .bestrate__ctt--4 .bestrate__ctt--3__txt {
    order: 2;
    width: 250px;
    margin-left: auto;
  }

  .bestrate__ctt--4 .bestrate__ctt--3__img {
    order: 1;
    margin-top: 0;
    min-width: 350px;
  }

  .bestrate__ctt--4 .v-txt {
    left: -36%;
    top: 9rem;
  }

  .bestrate__ctt--4 .bestrate__ctt--3__img .progressive-elm {
    margin: 0;
  }

  .bestrate__ctt--4 .bestrate__ctt--3__img .progressive img {
    height: 350px;
    width: 250px;
  }

  .bestrate__ctt--4__items {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px 60px;
  }

  .bestrate__ctt--4__item {
    margin: 0;
    width: calc((100% - 60px) / 2);
  }

  .bestrate__ctt--5__item__desc th {
    width: 150px;
    background-color: #fee;
  }
}
.rotateY-ani {
  animation-name: rotateYAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards
}

@keyframes rotateYAnime {
  from {
    transform: rotateY(0)
  }

  to {
    transform: rotateY(-360deg)
  }
}
@media(min-width: 769px) {
  .video-gr__inner {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }

  .video-gr__gif {
    width: 100%;
  }

  .video-gr__inner .video {
    padding-top: 28%;
  }

  .video-gr__gif>* {
    height: 100%;
  }

  .video-gr__gif .progressive img {
    height: 100%;
  }

  .bestrate__ctt--1 {
    gap: 30px;
  }

  .bestrate__ctt--1__item {
    width: calc((100% - 60px) / 3);
  }

  .bestrate__ctt--2 {
    justify-content: flex-start;
  }

  .bestrate__ctt--2__item {
    width: 25%;
  }

  .bestrate__mt-100 {
    margin-top: 120px;
  }

  .bestrate__ctt--8 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    overflow: unset;
  }

  .bestrate__ctt--8 .bestrate__ctt--7__txt {
    order: 1;
  }

  .bestrate__ctt--8 .bestrate__ctt--7__img {
    order: 2;
    margin-top: -100px;
  }

  .bestrate__ctt--8 .bestrate__ctt--7__img .progressive-elm {
    width: 80%;
  }

  .bestrate__ctt--8 .bestrate__ctt--7__img {
    min-width: 450px;
  }

  .bestrate__ctt--8 .bestrate__ctt--7__txt {
    margin-top: 0;
    padding: 0;
  }

  .bestrate__ctt--3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    overflow: unset;
  }

  .bestrate__ctt--3__txt {
    order: 1;
  }

  .bestrate__ctt--3__img {
    order: 2;
    margin-top: -120px;
  }

  .bestrate__ctt--3__img {
    min-width: 450px;
  }

  .bestrate__ctt--4 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 60px;
  }

  .bestrate__ctt--4 .bestrate__ctt--3 {
    gap: 0px;
    flex-direction: column;
    width: 350px;
  }

  .bestrate__ctt--4 .bestrate__ctt--3__txt {
    order: 2;
    width: 250px;
    margin-left: auto;
  }

  .bestrate__ctt--4 .bestrate__ctt--3__img {
    order: 1;
    margin-top: 0;
    min-width: 350px;
  }

  .bestrate__ctt--4 .v-txt {
    left: -36%;
    top: 9rem;
  }

  .bestrate__ctt--4 .bestrate__ctt--3__img .progressive-elm {
    margin: 0;
  }

  .bestrate__ctt--4 .bestrate__ctt--3__img .progressive img {
    height: 350px;
    width: 250px;
  }

  .bestrate__ctt--4__items {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px 60px;
  }

  .bestrate__ctt--4__item {
    margin: 0;
    width: calc((100% - 60px) / 2);
  }

  .bestrate__ctt--5__item__desc th {
    width: 150px;
    background-color: #fee;
  }
}
@media(max-width: 768px){
  .top-column__cover {
    height: 200px;
  }
  .top-column__cover p {
    font-size: 16px;
  }
  .top-column__ctt {   
    flex-direction: column;
    padding: 30px 0 30px;
  }
  .top-column__item{
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 25px;
  }
  .top-column__item > a{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .top-column__thumb{
    width: 130px;
  }
  .top-column__title{
    width: calc(100% - 130px);
    padding-left: 20px;
    margin-top: 0;
  }
}