@charset "UTF-8";
/*----- 共通 -----*/
body.onlock {
  overflow-y: hidden;
}
.hp_pcNone {
  display: none !important;
  opacity: 0 !important;
}
.l-container {
  width: 1000px;
  margin: 0 auto;
}
.bl_container__bg_brown {
  background-color: #ddceb9;
}
.m-brown {
  color: #98683b;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
/*----- スライダー 共通-----*/
.slick-dots li button {
  display: none;
}
/*----- header -----*/

.con_header {
  padding: 7px 20px;
  background-color: #513534;
}

.con_header h1 {
  text-align: right;
  color: #fff;
  font-size: 13px;
}
header.fixed-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  display: none;
  border-bottom: 1px solid #ddceb9;
  padding: 9px 0 7px;
  z-index: 97;
}
header.fixed-box .btn:hover {
  opacity: .7;
}
/*----- fv -----*/
#fv {
  padding-bottom: 90px;
}
#fv > div {
  position: relative;
  padding-top: 190px;
  z-index: 1;
}
#fv h1 {
  margin-bottom: 46px;
}
#fv h3 {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 500;
  line-height: 2.2;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 10px;
}
#fv h3 span {
  color: #ddceb9;
  letter-spacing: 10px;
}
#fv .txt {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
}
#fv .btn {
  width: 330px;
}
#fv .btn:hover {
  opacity: .7;
}
#fv .btn-list {
  margin-top: 65px;
  position: relative;
  z-index: 2;
}
#fv .btn-list::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #f6f3f0 50%, rgba(0,0,0,0));
  top: -30px;
  left: -459px;
  width: 880px;
  height: 180px;
  z-index: -1;
}
#fv .btn-open {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  line-height: 1.3;
  color: #453526;
  width: 330px;
  border: #88725e solid 1px;
  padding: 9px 0 7px;
  background: url(../img/common_fv_button_sanitation_icon.png) no-repeat right 2px bottom 2px;
}
#fv .btn-open:hover {
  opacity: .7;
}
/*----------- fv modal -----------*/
.ly_modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
.ly_modal.is-active {
  opacity: 1;
  visibility: visible;
}
.bl_modal_container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.bl_modal_close {
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 13px;
}
.bl_modal_close:hover {
  opacity: .7;
}
.bl_modal_content {
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px 0;
}
.bl_modal_content .bl_modal_ttl {
  position: relative;
  height: 200px;
  background: linear-gradient(0deg, rgba(94,158,179,1) 0%, rgba(149,204,207,1) 100%);
  padding-top: 1px;
}
.bl_modal_content .bl_modal_ttl span {
  width: 630px;
  margin: -21px auto 15px;
  display: block;
  font-size: 18px;
  line-height: 1.3;
  color: #453526;
  border: #88725e solid 1px;
  background: #fff;
  padding: 8px 0 7px;
}
.bl_modal_content .bl_modal_txtArea {
  width: 660px;
  margin: 60px auto 0;
}
.bl_modal_content .bl_modal_txt {
  font-size: 16px;
  line-height: 1.13;
  margin-top: 20px;
  letter-spacing: 0.1em;
  text-align: left;
}
.bl_modal_content .bl_modal_txt:nth-of-type(1) {
  margin-top: 0;
}
.bl_modal_content .bl_modal_bottomClose {
  cursor: pointer;
  font-size: 16px;
  color: #74685c;
  border-bottom: 1px solid #74685c;
  width: 80px;
  margin: 90px auto 0;
}
.bl_modal_content .bl_modal_bottomClose:hover {
  opacity: .7;
}
/*----- fvスライダー -----*/
#fv .js-bg-slider {
  width: 687px;
  position: absolute;
  top: 13%;
  right: 0;
  z-index: 0;
}
#fv .js-bg-slider .bg-slide {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 600px;
  margin: 0;
}
#fv .js-bg-slider .bg-slide.image01 {
  background-image: url(../img/fv_main_img01.jpg);
}
#fv .js-bg-slider .bg-slide.image02 {
  background-image: url(../img/fv_main_img02.jpg);
}
#fv .js-bg-slider .bg-slide.image03 {
  background-image: url(../img/fv_main_img03.jpg);
}
#fv .js-bg-slider .bg-slide.image05 {
  background-image: url(../img/fv_main_img05.jpg);
}
#fv .slick-dots {
  position: absolute;
  top: 40px;
  width: 166px;
  right: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}
#fv .slick-dots li {
  width: 40px;
  height: 2px;
  background: #fff;
  cursor: pointer;
  border-radius: unset;
}
#fv .slick-dots li.slick-active {
  background: #88725e;
}
/*----- greeting -----*/
#greeting {
  background: url(../img/greeting_img_bg.jpg) no-repeat center top/cover;
  padding: 60px 0 56px;
  position: relative;
}
#greeting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 80px;
  background-color: #fff;
}
#greeting h2 {
  width: 1000px;
  margin: 0 auto;
}
#greeting .txt {
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 5px;
  font-family: "Noto Serif JP", serif;
  margin: 54px 0 40px;
  text-align: center;
}
#greeting .bottom-txt {
  width: 750px;
  margin: 50px auto 0;
  padding: 22px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #fff;
  line-height: 2.8;
  letter-spacing: 3px;
  background: url(../img/common_greeting_main_txt02_decoration01.png) no-repeat left top,url(../img/common_greeting_main_txt02_decoration02.png) no-repeat right bottom;
}
/*----- greeting slider -----*/
#greeting div.slick-slide {
  width: 450px;
  margin: 0 10px;
}
/*----- point -----*/
#point {
  padding-top: 90px;
}
#point h2 span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 20px 0 0 26px;
}
#point ul li {
  margin-top: 55px;
}
#point ul li:nth-child(odd) div {
  margin-right: 50px;
}
#point ul li:nth-child(even) {
  margin-left: 50px;
  flex-direction: row-reverse;
}
#point h3 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 36px;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 400;
  color: #705538;
  text-align: center;
  letter-spacing: 5px;
  line-height: 1.45;
}
#point h3::after {
  content: "";
  width: 50px;
  height: 6px;
  background: #ddceb9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#point .txt {
  width: 395px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#point .txt span {
  display: block;
  font-size: 14px;
  line-height: 1.14;
  margin-top: 5px;
}
#point .contact {
  text-align: right;
  margin-top: 30px;
}

/*----- plan -----*/
#plan {
  padding: 115px 0 70px;
}
#plan h2 span {
  display: table;
  margin: 0 auto;
  padding: 36px 11px 15px 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 5px;
  border-bottom: #a7977b solid 1px;
}
#plan .caution {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 30px 0 55px;
}
#plan ul.plan_list {
  margin-bottom: 30px;
}
#plan ul.plan_list > li {
  position: relative;
  margin-top: 30px;
}
#plan ul.plan_list > li::before {
  content: "";
  display: inline-block;
  background-color: #f6f3f0;
  height: 400px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}
#plan ul.plan_list > li:nth-of-type(1) {
  margin-top: 0;
}
#plan .desc {
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.5;
  width: 380px;
  margin: 0 auto 55px;
}
#plan .menu-box {
  border: 1px solid #a7977b;
  border-top: 5px solid #a7977b;
  border-radius: 0 0 5px 5px;
  width: 480px;
  position: relative;
  padding: 10px 0 20px;
  background-color: #fff;
}
#plan .menu-box::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/plan_menu_img.png);
  width: 140px;
  height: 30px;
  top: -35px;
  left: -1px;
}
#plan .menu-box .menu-name {
  width: 430px;
  margin: 15px auto 0;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.1em;
}

/* スライダー */
#plan .plan-slider {
  width: 950px;
  min-height: 440px;
  margin: -65px auto 65px;
  position: relative;
  z-index: 10;
}
#plan .plan-slider .cont {
  width: 950px;
  min-height: 440px;
  padding: 27px 33px 20px;
  background: #fff;
  border: solid 1px #a7977b;
}
#plan .slick-dots {
  margin: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}
#plan .slick-dots li {
  width: 48px;
  height: 4px;
  margin: 0 5px;
  background: #d6cfc4;
  cursor: pointer;
  border-radius: unset;
}
#plan .slick-dots li.slick-active {
  background: #88725e;
}
#plan .slick-prev {
  border: none;
  position: absolute;
  top: calc(50% - 20px);
  left: -25px;
  z-index: 11;
}
#plan .slick-next {
  border: none;
  position: absolute;
  top: calc(50% - 20px);
  right: -25px;
  z-index: 11;
}

#plan .plan-slider .cont a:hover {
  opacity: 0.7;
}
#plan .plan-slider .cont .course {
  color: #88725e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  text-decoration: underline;
  height: 48px;
}
#plan .plan-slider .cont .price {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 17px auto;
}
#plan .plan-slider .cont .detail {
  font-size: 14px;
  line-height: 1.14;
  width: 400px;
  min-height: 160px;
  padding: 20px;
  margin-bottom: 10px;
  background: #f6f3f0;
}
#plan .plan-slider .cont .annotation {
  font-size: 12px;
  line-height: 1.16;
  letter-spacing: -0.075em;
  min-height: 28px;
  margin-bottom: 10px;
}
#plan .plan-slider .cont .annotation .red {
  color: #d80808;
}
#plan .plan-slider .cont .comment {
  color: #88725e;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  height: 48px;
  margin: 10px auto -10px;
}
#plan .plan-slider .cont .btns {
  margin: 18px auto 15px;
}
#plan .plan-slider .cont .btns .tel_num {
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  width: 220px;
  height: 60px;
  border: 1px solid #88725e;
}
#plan .plan-slider .cont .store {
  height: 80px;
  padding: 0 28px 0 40px;
  background: #f6f3f0;
}
#plan .plan-slider .cont .store .store_name {
  font-size: 18px;
  line-height: 1.66;
}
#plan .plan-slider .cont .store .data li {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 8px 12px;
  background: #88725e;
}
#plan .plan-slider .cont .store .data li + li {
  margin-left: 9px;
}

.bl_plan_cont {
  margin-bottom: 60px;
  padding-bottom: 80px;
}
.bl_plan_cont_tabList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.bl_plan_cont_tabList.__bottom_tabList li {
  background-color: #fff;
  border: 2px solid #88725e;
  border-radius: 10px 10px 10px 10px;
}
.bl_plan_cont_tabList.__bottom_tabList li.active {
  padding: 17px;
  border: 2px solid #fff;
  background: linear-gradient(to bottom, #88725e, #4d3117);
}
.el_plan_cont_tab {
  text-align: center;
  border-top: 2px solid #88725e;
  border-right: 2px solid #88725e;
  border-left: 2px solid #88725e;
  width: 228px;
  padding: 17px;
  line-height: 1.333;
  font-weight: bold;
  color: rgb(136, 114, 94);
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.el_plan_cont_tab:hover {
  opacity: .8;
}
.el_plan_cont_tab.active {
  color: #fff;
  background-color: rgb(136, 114, 94);
  padding: 23px 17px;
}
.bl_plan_list {
  padding: 40px 0;
}
.bl_plan_desc {
  background-color: #fff;
  border: 1px solid #a7977b;
}
.bl_plan_desc + .bl_plan_desc  {
  margin-top: 20px;
}
.bl_plan_desc_area {
  padding: 18px 45px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.el_plan_img {
  margin: 0 27px 0 5px;
}
.bl_paln_menu_desc {
  padding: 4px 0 5px;
}
.el_plan_menuTitle {
  font-size: 18px;
  line-height: 1.7;
  color: #88725e;
  font-weight: bold;
  margin-bottom: 15px;
}
.el_plan_menu_cource {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  margin-bottom: 18px;
}
.el_plan_menu_cource span {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
}
.bl_plan_menu_btns {
  width: 610px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.el_plan_menu_btn a {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2.2px;
  text-indent: 2.2px;
}
.el_plan_menu_btn a:hover {
  opacity: .7;
}
.el_plan_menu_btn.__reserve a {
  width: 220px;
  background-image: -moz-linear-gradient( 90deg, rgb(175,96,48) 0%, rgb(195,135,99) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(175,96,48) 0%, rgb(195,135,99) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(175,96,48) 0%, rgb(195,135,99) 100%);
}
.el_plan_menu_btn.__other a {
  width: 220px;
  background-image: -moz-linear-gradient( 90deg, rgb(174,132,59) 0%, rgb(190,157,98) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(174,132,59) 0%, rgb(190,157,98) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(174,132,59) 0%, rgb(190,157,98) 100%);
}
.el_plan_menu_btn.__detail a {
  width: 150px;
  font-size: 15px;
  color: #705538;
  border: #705538 solid 1px;
  padding-right: 16px;
  background: #fff url(../img/common_plan_access_details_arrow.png) no-repeat right 10px center;
}
.bl_plan_desc_infoArea {
  background-color: #f6f3f0;
  padding: 1px 50px;
}
.bl_plan_desc_info {
  position: relative;
  padding-left: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 45px 10px 140px;
  min-height: 60px;
  border-bottom: 1px solid #88725e;
}
.el_plan_desc_infoTtl {
  color: #fff;
  background-color: #88725e;
  padding: 13px 45px;
  position: absolute;
  left: 0;
}
.el_plan_desc_infoTxt {
  font-size: 14px;
  color: #705538;
  line-height: 1.714;
}

.bl_plan_desc_cautionTxt {
  padding: 12px;
  color: rgb(112, 85, 56);
  font-size: 13px;
  line-height: 1.846;
}
.el_plan_desc_infoNote {
  font-size: 13px;
  line-height: 1.538;
}

.bl_plan_goTop a {
  display: block;
  width: 580px;
  margin: 0 auto;
  padding: 13px 20px 12px 0;
  background: #fff;
  color: #705538;
  font-size: 15px;
  text-align: center;
  letter-spacing: 2px;
}
.bl_plan_goTop a::after {
  display: inline-block;
  content: url(../img/common_plan_access_details_arrow.png);
  transform: rotate(180deg);
  margin-left: 12px;
}

.el_plan_bottom_img {
  position: relative;
  height: 350px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: #705538;
  line-height: 1.5;
  letter-spacing: 4px;
  background: url(../img/plan_other_img01.png) no-repeat center top;
  padding-top: 104px;
}
.el_plan_bottom_img::after {
  content: "";
  width: 60px;
  height: 10px;
  background: #ddceb9;
  position: absolute;
  left: 50%;
  bottom: 145px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/*----- info -----*/
.info {
  background: url(../img/info_bg_img.png) center no-repeat;
  background-size: auto;
  background-color: #556665;
  padding: 45px 0 30px;
}
.info > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.info h2 span {
  display: block;
  margin: 20px 0 0 26px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 3px;
}
.info .btn {
  padding-top: 25px;
}
.info .btn:hover {
  opacity: .7;
}
/*----- usage-scene -----*/
#usage-scene {
  background-color: #fbf9f3;
  padding: 105px 0 140px;
}
#usage-scene h2 {
  margin-bottom: 50px;
}
#usage-scene h2 span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 20px 0 0 24px;
}
#usage-scene h3 {
  padding: 36px 0 32px 102px;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  color: #705538;
  letter-spacing: 3px;
}
#usage-scene .contents {
  position: relative;
}
#usage-scene li.contents + li.contents {
  margin-top: 120px;
}
#usage-scene figure {
  width: 517px;
  position: relative;
  z-index: 1;
}
#usage-scene figure span {
  display: block;
  font-size: 15px;
  color: #fff;
  letter-spacing: -1px;
  position: absolute;
  top: 17px;
  left: 17px;
  background: rgba(78, 58, 37, 0.5);
  padding: 5px 10px;
}
#usage-scene .box {
  width: 550px;
  background-color: #fff;
  padding-bottom: 28px;
  box-shadow: 2px 6px 10px 0px rgba(113, 111, 111, 0.4);
  position: absolute;
  right: 0;
  bottom: -56px;
  z-index: 0;
}
#usage-scene .box .txt {
  width: 425px;
  margin-left: 100px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#usage-scene .box .btn {
  margin: 24px 0 0 100px;
}
#usage-scene .box .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 3px;
  line-height: 1.3;
  width: 425px;
  height: 56px;
  border: #b3a393 solid 3px;
  background-image: -moz-linear-gradient( 90deg, rgba(74,53,32,0.99608) 0%, rgb(107,90,73) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(74,53,32,0.99608) 0%, rgb(107,90,73) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(74,53,32,0.99608) 0%, rgb(107,90,73) 100%);
}
#usage-scene .box .btn a:hover {
  opacity: 0.7;
}
#compare {
  background-color: #fbf9f3;
  padding-bottom: 120px;
}
#compare h2 {
  margin-bottom: 60px;
}
#compare .box {
  width: 950px;
  margin: 50px auto 0;
}
#compare .table {
  background-repeat: no-repeat;
  position: relative;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  width: 465px;
  height: 476px;
}
#compare .table:nth-of-type(1) {
  background-image: url(../img/compare_table_img01.png);
}
#compare .table:nth-of-type(2) {
  background-image: url(../img/compare_table_img02.png);
}
#compare .table li {
  padding: 25px 8px 22px;
  height: 62px;
  margin-bottom: 7px;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#compare .table li a {
  color: #fff;
}
/*----- column -----*/
#column {
  padding: 95px 0 120px;
}
#column h2 {
  margin-bottom: 60px;
}
#column h2 span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 20px 0 0 24px;
}
#column ul {
  width: 950px;
  margin: 0 auto;
}
#column li {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#column .btn-open {
  width: 430px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  color: #937f5c;
  border-bottom: #ddceb9 solid 1px;
  text-align: right;
  padding: 10px 26px 10px 0;
}
#column .btn-open::after {
  content: "";
  display: block;
  background: url(../img/common_column_arrow.png) no-repeat;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 1px;
  bottom: 13px;
}
#column .btn-open.is_active::after {
  content: "";
  transform: rotate(180deg);
}
.bl_column_box {
  position: relative;
  width: 430px;
  height: 200px;
}
.bl_column_subTtl {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.3;
  border-left: #ddceb9 solid 8px;
  margin: 0 0 0 2px;
  padding: 0 0 0 22px;
}
/*----- #column アコーディオン -----*/
#column .bl_column_content {
  display: none;
  width: 950px;
  margin: 0 auto;
  padding-top: 50px;
}
#column .btn-open,
#column .top-close,
#column .bottom-close {
  cursor: pointer;
}
#column .wrap .text-area p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 30px;
  letter-spacing: 0.1em;
}
#column .wrap .text-area p:nth-of-type(1) {
  margin-top: 0;
}
#column .wrap .text-area p span,
#column .wrap .bottom-txt span {
  font-weight: bold;
}
#column .wrap .image-area {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#column .wrap .bottom-close {
  font-size: 16px;
  color: #74685c;
  border-bottom: 1px solid #74685c;
  width: 80px;
  margin: 60px auto;
}
#column .wrap .bottom-txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

/*----- access -----*/
#access {
  position: relative;
  background-color: #fbf9f3;
  padding: 80px 0;
}
#access::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 325px;
  border-bottom: #88725e solid 1px;
  z-index: 1;
}
#access h2 {
  margin-bottom: 65px;
}
#access h2 span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 20px 0 0 24px;
}
#access .wrapper .contents,
#access .wrapper .content {
  margin-top: 55px;
}

/*----- #access info-box -----*/
#access .tab-links {
  width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#access .tab-links li {
  cursor: pointer;
  display: block;
  width: 186px;
  height: 54px;
  background: #e1d3c6;
  font-size: 20px;
  font-weight: bold;
  color: #88725e;
  border-radius: 4px 4px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#access .tab-links li.active {
  height: 64px;
  background: #88725e;
  color: #fff;
}

#access .wrapper .contents .info-box {
  width: 950px;
  margin: 0 auto;
}
#access .wrapper .contents .info-box > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#access .name {
  margin-bottom: 26px;
  font-size: 18px;
}
.bl_access_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bl_access_tag li {
  font-size: 14px;
  color: #78471b;
  background: #f2e6c4 url(../img/common_access_aso_plan_icon_on.png) no-repeat left 10px center;
  border-radius: 5px;
  margin: 0 5px 5px 0;
  padding: 9px 12px 7px 30px;
}
.bl_access_tag li.is_inactive {
  color: #8c8c8c;
  background: #e3e3e3 url(../img/common_access_aso_plan_icon_off.png) no-repeat left 10px center;
}
#access .info-box .tag {
  margin-right: 25px;
}
#access .tag {
  color: #fff;
  background-color: #88725e;
  margin-bottom: 5px;
  padding: 0 10px;
  line-height: 1.88;
  display: inline-block;
  font-size: 16px;
}
#access .tag.center {
  margin: 0 10px;
}
#access .store-info .btn-box {
  width: 572px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#access .store-info {
  position: relative;
  width: 572px;
  height: 210px;
}
#access .detail-box .tel a,
#access .store-info .tel a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  height: 60px;
  border: 1px solid #88725e;
  font-size: 18px;
  letter-spacing: 0.16em;
}
#access .detail {
  font-size: 16px;
  color: #fff;
  letter-spacing: 3px;
  background-color: #a7977b;
  margin-top: 17px;
  padding: 15px 0;
  cursor: pointer;
  text-indent: 3px;
}
#access .detail::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 6px;
  margin: 5px 0 0 5px;
  background: url(../img/common_access_details_button_open.png) no-repeat;
}
#access .detail.is_active::after {
  background: #a7977b url(../img/common_access_details_button_close.png) no-repeat;
}
#access .info-box .notes-text {
  font-size: 14px;
  color: #f00;
  margin: 10px 0 -7px;
  line-height: 1.36;
}
/*----- #access detail-box -----*/
#access .detail-box {
  margin-top: 65px;
}
.bl_access_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#access .detail-box .tag-box {
  text-align: center;
  margin: 25px 0 15px;
}
#access .detail-box .txt-box {
  width: 440px;
}
#access .detail-box .txt {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#access .detail-box .budget {
  width: 910px;
  height: 60px;
  margin: 70px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#access .detail-box .budget dl dt {
  color: #4d3924;
  font-size: 18px;
  width: 130px;
  height: 43px;
  margin-right: 10px;
  border-top: solid 1px #88725e;
  border-bottom: solid 1px #88725e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#access .detail-box .budget dl dd {
  color: #4d3924;
  font-size: 24px;
}
#access .detail-box .budget a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  height: 60px;
  font-size: 18px;
  color: #fff;
  background-image: -moz-linear-gradient( 90deg, rgb(84,160,180) 0%, rgb(118,179,195) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(84,160,180) 0%, rgb(118,179,195) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(84,160,180) 0%, rgb(118,179,195) 100%);
}
#access .detail-box .budget a:hover {
  opacity: 0.7;
}

#access .detail-box .icon {
  margin-top: 50px;
}
#access .detail-box .summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1000px;
  margin: 30px auto 0;
  background-color: #fff;
  border-top: 1px solid #d6cfc4;
  border-bottom: 1px solid #d6cfc4;
  padding: 25px;
}
#access .detail-box dl.category {
  margin-left: 20px;
}
#access .detail-box dl.category dt {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  margin-top: 25px;
}
#access .detail-box dl.category dt:nth-of-type(1) {
  margin-top: 0;
}
#access .detail-box dl.category dt::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 20px;
  background-color: #d6cfc4;
  top: 2px;
  left: -20px;
}
#access .detail-box dl.category dd {
  font-size: 16px;
  line-height: 1.5;
}
#access .detail-box dl.about {
  background-color: #f7f7f7;
  width: 450px;
  padding: 25px;
}
#access .detail-box dl.about dt {
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #88725e;
  line-height: 2.2;
  width: 340px;
  margin: 0 auto;
}
#access .detail-box dl.about dd {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.5;
}
/*----- #access detail-box auberge -----*/
#access .auberge .detail-box dl.about,
#access .sens .detail-box dl.about {
  padding-top: 10px;
}
#access .auberge .detail-box dl.about dd,
#access .sens .detail-box dl.about dd {
  margin-top: 10px;
}
#access .auberge .detail-box dl.about dd,
#access .sens .detail-box dl.about dd {
  line-height: 1.4;
  margin-top: 10px;
}
#access .detail-box .btn {
  text-align: right;
  margin-top: 25px;
}
#access .detail-box .map-box {
  width: 1000px;
  margin: 30px auto 0;
}
#access .detail-box .map-box dt {
  font-size: 16px;
  line-height:1.5;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.1em;
}
#access .detail-box .map-box dt::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 20px;
  background-color: #d6cfc4;
  top: 2px;
  left: 0px;
}
#access .detail-box .map-box dd {
  width: 1000px;
  height: 300px;
  margin: 30px auto 0;
}
#access .detail-box .btn-box2 {
  width: 866px;
  margin: 22px auto 0;
}
#access .web-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  height: 60px;
  font-size: 18px;
  color: #fff;
  background-image: -moz-linear-gradient( 90deg, rgb(175,96,48) 0%, rgb(195,135,99) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(175,96,48) 0%, rgb(195,135,99) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(175,96,48) 0%, rgb(195,135,99) 100%);
}
.bl_access_webBtn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  height: 60px;
  font-size: 18px;
  color: #fff;
  background-image: -moz-linear-gradient( 90deg, rgb(84,160,180) 0%, rgb(118,179,195) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(84,160,180) 0%, rgb(118,179,195) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(84,160,180) 0%, rgb(118,179,195) 100%);
}
#access .btn-box2 a:hover {
  opacity: .7;
}
/* #access slick-slider */
#access .access-slider {
  width: 500px;
  height: 300px;
}
#access .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}
#access .slick-dots li {
  width: 60px;
  height: 4px;
  margin: 0 3px;
  background: #d6cfc4;
  cursor: pointer;
  border-radius: unset;
}
#access .slick-dots li.slick-active {
  background: #88725e;
}
/*----- footer -----*/
footer h2 {
  background-color: #a7977b;
  padding: 20px 0;
}
footer small {
  display: block;
  font-size: 16px;
  line-height: 1.88;
}
