@charset "UTF-8";

/*----- 共通 -----*/
body.onlock {
  overflow-y: hidden;
}
img {
  display: block;
  width: 100%;
}
.hp_spNone {
  display: none !important;
}
.bl_container__bg_brown {
  background-color: #ddceb9;
}
.m-brown {
  color: #98683b;
}

/*----- スライダー 共通-----*/
.slick-dots li button {
  display: none;
}

/*----- fixed -----*/
.ly_fixed {
  width: 90.625vw;
  position: fixed;
  bottom: 0;
  left: 4.6875vw;
  right: 4.6875vw;
  background-color: #f6f3f0;
  padding: 3.125vw 0 2.1875vw;
  z-index: 97;
}
.bl_fixed_btn {
  display: block;
  width: 82.8125vw;
  margin: 0 auto;
}

/*----- fv -----*/
#fv {
  padding-bottom: 6.25vw;
}
#fv > div {
  position: relative;
  padding-top: 76.40625vw;
  z-index: 1;
}
#fv h1 {
  width: 45vw;
  margin: 0 0 4.375vw 7.8125vw;
  position: relative;
  z-index: 1;
}
#fv h2 {
  margin: 0 0 3.125vw 7.8125vw;
  position: relative;
  z-index: 1;
  font-size: 4.84375vw;
  font-weight: 500;
  line-height: 2.2;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1.25vw;
}
#fv h2 span {
  color: #ddceb9;
  letter-spacing: 1.25vw;
}
#fv .txt {
  width: 9.21875vw;
  position: absolute;
  right: 3.125vw;
  top: 0;
  z-index: 1;
}
#fv .btn-list {
  width: 90.625vw;
  margin: 0 auto;
  padding: 3.125vw 0;
  background: #f6f3f0;
  position: relative;
  z-index: 2;
}
#fv .btn {
  width: 82.8125vw;
  margin: 0 auto;
}
#fv .btn-open {
  width: 82.8125vw;
  margin: 3.125vw auto 0;
  padding: 2.8125vw 0;
  font-size: 3.75vw;
  text-align: center;
  color: #453526;
  border: #88725e solid 0.2vw;
  background: #fff url(../img/common_fv_button_sanitation_icon.png) no-repeat right 0.625vw bottom 0.625vw;
  background-size: 1.40625vw 1.5625vw;
}
/*----------- 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: 10vw;
}
.bl_modal_close {
  position: absolute;
  top: 0;
  right: 0;
}
.bl_modal_content {
  width: 93.75vw;
  margin: 0 auto 10vw;
  background-color: #fff;
  padding: 12.65625vw 0 9.375vw;
}
.bl_modal_content .bl_modal_ttl {
  position: relative;
  height: 32.8125vw;
  background: linear-gradient(0deg, rgba(94,158,179,1) 0%, rgba(149,204,207,1) 100%);
  padding-top: 0.1vw;
}
.bl_modal_content .bl_modal_ttl img {
  width: 49.0625vw;
  margin: 0 auto;
}
.bl_modal_content .bl_modal_ttl span {
  width: 89.0625vw;
  margin: -1.81875vw auto 3.125vw;
  display: block;
  font-size: 3.4375vw;
  line-height: 1.3;
  color: #453526;
  border: #88725e solid 0.2vw;
  background: #fff;
  padding: 1.09375vw 0 0.625vw;
}
.bl_modal_content .bl_modal_txtArea {
  width: 79.0625vw;
  margin: 3.75vw auto 0;
}
.bl_modal_content .bl_modal_txt {
  font-size: 3.75vw;
  line-height: 1.8;
  margin-top: 8.4375vw;
  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 {
  display: table;
  font-size: 4.0625vw;
  color: #74685c;
  border-bottom: 0.2vw solid #74685c;
  margin: 7.8125vw auto 0;
}
/*----- fvスライダー -----*/
#fv .js-bg-slider {
  width: 91.25vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#fv .js-bg-slider .bg-slide {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 101.5625vw;
  margin: 0;
}
#fv .js-bg-slider .bg-slide.image01 {
  background-image: url(../img/sp_fv_main_img01.jpg);
  background-size: 100% auto;
}
#fv .js-bg-slider .bg-slide.image02 {
  background-image: url(../img/sp_fv_main_img02.jpg);
  background-size: 100% auto;
}
#fv .js-bg-slider .bg-slide.image03 {
  background-image: url(../img/sp_fv_main_img03.jpg);
  background-size: 100% auto;
}
#fv .js-bg-slider .bg-slide.image05 {
  background-image: url(../img/sp_fv_main_img05.jpg);
  background-size: 100% auto;
}
#fv .slick-dots {
  position: absolute;
  top: 3.125vw;
  width: 40.3125vw;
  right: 6.875vw;
  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: 9.375vw;
  height: 0.7vw;
  background: #fff;
  cursor: pointer;
  border-radius: unset;
}
#fv .slick-dots li.slick-active {
  background: #88725e;
}

/*----- greeting -----*/
#greeting {
  background: url(../img/sp_greeting_img_bg.jpg) no-repeat center top/100% 100%;
  padding: 22.96875vw 0 13.125vw;
  position: relative;
}
#greeting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.2vw;
  height: 12.5vw;
  background-color: #fff;
}
#greeting h2 {
  width: 54.6875vw;
  margin-bottom: 4.6875vw;
}
#greeting .txt {
  display: table;
  font-size: 4.53125vw;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.9375vw;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 4.6875vw;
  line-height: 1.5;
}
#greeting .bottom-txt {
  width: 90.625vw;
  margin: 9.375vw auto 0;
  padding: 7.03125vw 0;
  font-family: "Noto Serif JP", serif;
  font-size: 3.90625vw;
  color: #fff;
  line-height: 1.9;
  letter-spacing: 0.9375vw;
  background: url(../img/common_greeting_main_txt02_decoration01.png) no-repeat left top/6.25vw 6.25vw,url(../img/common_greeting_main_txt02_decoration02.png) no-repeat right bottom/6.25vw 6.25vw;
}
/*----- greeting slider -----*/
#greeting div.slick-slide {
  width: 70.3125vw;
  margin: 0 2.03125vw;
}

/*----- plan -----*/
#plan {
  padding: 12.1875vw 0 10vw;
}
#plan h2 {
  width: 51.875vw;
  margin: 0 auto 5vw;
  border-bottom: #a7977b solid 0.2vw;
}
#plan h2 img {
  width: 36.40625vw;
  margin: 0 auto;
}
#plan h2 span {
  display: block;
  width: 51.875vw;
  margin: 0 auto;
  padding: 4.375vw 0 1.875vw;
  font-family: "Noto Serif JP", serif;
  font-size: 5.3125vw;
  font-weight: 400;
  text-align: justify;
  text-align-last: justify;
}
#plan .caution {
  font-size: 3.90625vw;
  letter-spacing: 0.1em;
  margin-bottom: 8.125vw;
  line-height: 1.8;
}
.bl_plan_cont {
  padding: 3.125vw 0 9.0625vw;
}
.bl_plan_cont_tabList {
  width: 90.625vw;
  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: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.el_plan_cont_tab {
  text-align: center;
  border: 0.4vw solid #88725e;
  width: 43.75vw;
  margin-bottom: 3.125vw;
  padding: 2.8125vw 0 2.1875vw;
  line-height: 1.4;
  font-weight: bold;
  color: rgb(136, 114, 94);
  border-radius: 1.5625vw;
  cursor: pointer;
}
.el_plan_cont_tab:hover {
  opacity: .8;
}
.el_plan_cont_tab.active {
  color: #fff;
  background-color: rgb(136, 114, 94);
}
.bl_plan_list {
  padding: 0;
}
.bl_plan_desc {
  background-color: #fff;
  border-top: 0.2vw solid #a7977b;
  border-bottom: 0.2vw solid #a7977b;
}
.bl_plan_desc + .bl_plan_desc  {
  margin-top: 4.53125vw;
}
.bl_paln_menu_desc {
  width: 90.625vw;
  margin: 0 auto;
  padding: 1.25vw 0 5vw;
}
.el_plan_menuTitle {
  font-size: 3.90625vw;
  line-height: 1.7;
  color: #88725e;
  font-weight: bold;
  margin-bottom: 1.875vw;
}
.el_plan_menu_cource {
  font-size: 3.90625vw;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.46875vw;
  margin-bottom: 4.0625vw;
}
.el_plan_menu_cource span {
  font-size: 2.96875vw;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.46875vw;
}
.bl_plan_menu_btns {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.el_plan_menu_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-size: 3.28125vw;
  color: #fff;
  letter-spacing: 0.3125vw;
  text-indent: 0.3125vw;
}
.el_plan_menu_btn.__reserve a {
  width: 43.75vw;
  height: 12.5vw;
  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: 43.75vw;
  height: 12.5vw;
  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: 90.625vw;
  height: 9.375vw;
  margin-top: 1.5625vw;
  font-size: 3.28125vw;
  color: #705538;
  border: #705538 solid 0.2vw;
  background: #fff;
}
.el_plan_menu_btn.__detail a::after {
  content: "";
  display: block;
  background: url(../img/common_plan_access_details_arrow.png);
  background-size: 100% auto;
  width: 2.1875vw;
  height: 1.40625vw;
  margin-left: 2.1875vw;
}
.bl_plan_desc_infoArea {
  background-color: #f6f3f0;
  border-left: #fff solid 0.2vw;
  border-right: #fff solid 0.2vw;
  padding: 4.6875vw;
}
.bl_plan_desc_info {
  padding: 0 0 2.5vw;
  border-bottom: 0.2vw solid #88725e;
}
.el_plan_desc_infoTtl {
  width: 25vw;
  font-size: 3.125vw;
  color: #fff;
  background-color: #88725e;
  text-align: center;
  letter-spacing: 0.9375vw;
  text-indent: 0.9375vw;
  margin-bottom: 2.5vw;
  padding: 0.9375vw 0;
}
.el_plan_desc_infoTxt {
  font-size: 3.125vw;
  color: #705538;
  line-height: 1.5;
}
.bl_plan_desc_cautionTxt {
  color: rgb(112, 85, 56);
  font-size: 3.125vw;
  padding-top: 2.5vw;
}
.el_plan_desc_infoNote {
  font-size: 3.125vw;
  line-height: 1.538;
}

.bl_plan_goTop a {
  display: block;
  width: 90.625vw;
  margin: 5vw auto 0;
  padding: 2.8125vw 0 2.8125vw 0;
  background: #fff;
  color: #705538;
  font-size: 3.28125vw;
  text-align: center;
  letter-spacing: 0.3vw;
}
.bl_plan_goTop a::after {
  content: "";
  display: inline-block;
  background: url(../img/common_plan_access_details_arrow.png);
  background-size: 100% auto;
  width: 2.1875vw;
  height: 1.40625vw;
  transform: rotate(180deg);
  margin: 0 0 0.3125vw 1.5625vw;
}
.el_plan_bottom_img {
  position: relative;
  height: 66.25vw;
  font-family: "Noto Serif JP", serif;
  font-size: 4.53125vw;
  font-weight: 500;
  color: #705538;
  line-height: 1.8;
  letter-spacing: 0.78125vw;
  background: url(../img/sp_plan_other_img01.png) no-repeat center bottom/98.28125vw 36.40625vw;
  padding-top: 7.8125vw;
}
.el_plan_bottom_img::after {
  content: "";
  width: 9.375vw;
  height: 1.5625vw;
  background: #ddceb9;
  position: absolute;
  left: 50%;
  top: 25.9375vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/*----- info -----*/
.info {
  background: url(../img/sp_info_bg_img.png) center top no-repeat;
  background-size: 100% 100%;
  padding: 7.8125vw 0 5.78125vw;
}
.info h2 {
  margin-bottom: 6.71875vw;
  text-align: center;
}
.info h2 img {
  width: 70.3125vw;
  margin: 0 auto;
}
.info h2 span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 3.75vw;
  font-weight: 300;
  color: #fff;
  margin-top: 2.8125vw;
  letter-spacing: 0.625vw;
}
.info .btn {
  width: 88.75vw;
  margin: 0 auto;
}

/*----- usage-scene -----*/
#usage-scene {
  background-color: #fbf9f3;
  padding: 17.96875vw 0 12.5vw;
}
#usage-scene h2 {
  margin-bottom: 6.25vw;
}
#usage-scene h2 img {
  width: 70.3125vw;
}
#usage-scene h2 span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 3.75vw;
  font-weight: 500;
  letter-spacing: 0.78125vw;
  margin: 3.75vw 0 0 4.6875vw;
}
#usage-scene h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 5vw;
  font-weight: 500;
  text-align: center;
  color: #705538;
  margin-bottom: 3.75vw;
  letter-spacing: 1.25vw;
}
#usage-scene .contents {
  position: relative;
}
#usage-scene li.contents + li.contents {
  margin-top: 6.25vw;
}
#usage-scene figure {
  position: relative;
  width: 80.78125vw;
  margin: 0 auto -10.625vw;
  z-index: 1;
}
#usage-scene figure span {
  display: block;
  font-size: 2.34375vw;
  color: #fff;
  letter-spacing: -0.15625vw;
  position: absolute;
  top: 2.65625vw;
  left: 2.65625vw;
  background: rgba(78, 58, 37, 0.5);
  padding: 0.78125vw 1.5635vw;
}
#usage-scene .box {
  width: 93.75vw;
  margin: 0 auto;
  background-color: #fff;
  padding: 15.3125vw 0 9.375vw;
  box-shadow: 0 1.09375vw 2.5vw rgba(0, 0, 0, 0.1);
}
#usage-scene .box .txt {
  margin: 0 6.25vw 4.0625vw;
  font-size: 3.75vw;
  letter-spacing: 0.3125vw;
  line-height: 1.8;
}
#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: 3.75vw;
  color: #fff;
  letter-spacing: 0.78125vw;
  line-height: 1.3;
  width: 82.8125vw;
  margin: 0 auto;
  height: 15.625vw;
  border: #b3a393 solid 0.5vw;
  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%);
}

/*----- column -----*/
#column {
  padding: 12.1875vw 0 9.375vw;
}
#column h2 {
  margin-bottom: 8.75vw;
}
#column h2 img {
  width: 46.875vw;
}
#column h2 span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 3.75vw;
  font-weight: 500;
  letter-spacing: 0.78125vw;
  margin: 3.75vw 0 0 4.6875vw;
}
#column li {
  margin-top: 6.25vw;
}
#column .btn-open {
  font-family: "Noto Serif JP", serif;
  font-size: 4.375vw;
  font-weight: 400;
  color: #937f5c;
  letter-spacing: 0.46875vw;
  border-bottom: #ddceb9 solid 0.2vw;
  text-align: center;
  padding-bottom: 4.375vw;
}
#column .btn-open::after {
  content: "";
  display: block;
  background: url(../img/common_column_arrow.png) no-repeat;
  background-size: 100% 100%;
  width: 1.875vw;
  height: 1.25vw;
  position: absolute;
  right: 33.125vw;
  bottom: 5.5vw;
}
#column .btn-open.is_active::after {
  content: "";
  transform: rotate(180deg);
}
.bl_column_box {
  position: relative;
  margin: 4.0625vw 0 0;
}
.bl_column_subTtl {
  font-family: "Noto Serif JP", serif;
  font-size: 4.375vw;
  font-weight: 400;
  letter-spacing: 0.625vw;
  line-height: 1.4;
  border-left: #ddceb9 solid 1.25vw;
  margin-bottom: 8.4375vw;
  padding: 0 0 0 3.125vw;
}
/*----- #column アコーディオン -----*/
#column .bl_column_content {
  display: none;
  padding-top: 5vw;
}
#column .btn-open,
#column .top-close,
#column .bottom-close {
  cursor: pointer;
}
#column .wrap .text-area p {
  font-size: 3.59374vw;
  line-height: 1.8;
  margin: 7.8125vw 4.6875vw 0;
  letter-spacing: 0.46875vw;
}
#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 {
  width: 70.3125vw;
  margin: 5vw auto;
}
#column .wrap .image-area figure + figure {
  margin-top: 3.125vw;
}
#column .wrap .bottom-close {
  display: table;
  cursor: pointer;
  font-size: 3.28125vw;
  color: #74685c;
  border-bottom: 0.2vw solid #74685c;
  margin: 7.5vw auto 0;
}
#column .wrap .bottom-txt {
  font-size: 3.59374vw;
  line-height: 1.8;
  margin: 0 4.6875vw;
  letter-spacing: 0.46875vw;
}

/*----- access -----*/
#access {
  position: relative;
  background-color: #fbf9f3;
  padding: 12.5vw 0;
}
#access h2 {
  margin-bottom: 7.1874vw;
}
#access h2 img {
  width: 46.875vw;
}
#access h2 span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 3.75vw;
  font-weight: 500;
  letter-spacing: 0.78125vw;
  margin: 3.75vw 0 0 4.6875vw;
}
/*----- #access info-box -----*/
#access .tab-links {
  padding: 0 4.6875vw 4.6875vw;
  border-bottom: #e1d3c6 solid 0.2vw;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#access .tab-links li {
  cursor: pointer;
  display: block;
  width: 43.75vw;
  height: 12.5vw;
  margin-bottom: 1.5625vw;
  background: #e1d3c6;
  font-size: 3.90625vw;
  font-weight: bold;
  color: #88725e;
  border-radius: 1.5625vw;
  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 {
  background: #88725e;
  color: #fff;
}

#access .wrapper .contents .info-box {
  width: 90.625vw;
  margin: 0 auto;
  padding-top: 5.9375vw;
}
#access .wrapper .contents .info-box > div figure {
  width: 54.6875vw;
  margin: 0 auto 4.6875vw;
}
#access .name {
  margin-bottom: 3.125vw;
  font-size: 4.0625vw;
  line-height: 1.5;
}
.bl_access_tag {
  width: 90.625vw;
  margin: 0 auto 3.90625vw;
  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: 2.34375vw;
  color: #78471b;
  background: #f2e6c4 url(../img/common_access_aso_plan_icon_on.png) no-repeat 1.5625vw center;
  background-size: 2.34375vw 2.34375vw;
  border-radius: 0.78125vw;
  margin: 0 0.78125vw 0.78125vw 0;
  padding: 1.25vw 1.5625vw 1.25vw 4.6875vw;
}
.bl_access_tag li.is_inactive {
  color: #8c8c8c;
  background: #e3e3e3 url(../img/common_access_aso_plan_icon_off.png) no-repeat 1.5625vw center;
  background-size: 2.34375vw 2.34375vw;
}
#access .info-box .tag {
  margin-right: 1.875vw;
}
#access .tag {
  color: #fff;
  background-color: #88725e;
  padding: 1.25vw 2.5vw 0.46875vw;
  display: inline-block;
  font-size: 3.125vw;
}
#access .store-info {
  position: relative;
}
#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: 43.75vw;
  height: 12.5vw;
  border: 0.2vw solid #88725e;
  font-size: 3.125vw;
  letter-spacing: 0.46875vw;
}
#access .detail {
  font-size: 3.4375vw;
  color: #fff;
  letter-spacing: 0.625vw;
  background-color: #a7977b;
  margin-top: 6.25vw;
  padding: 2.8125vw 0;
  cursor: pointer;
  text-indent: 0.625vw;
}
#access .detail::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 1.5625vw;
  height: 0.9375vw;
  margin: 0.9375vw 0 0 0.9375vw;
  background: url(../img/common_access_details_button_open.png) no-repeat;
  background-size: 100% 100%;

}
#access .detail.is_active::after {
  background: #a7977b url(../img/common_access_details_button_close.png) no-repeat;
  background-size: 100% 100%;
}
/*----- #access detail-box -----*/
#access .detail-box {
  margin-top: 6.25vw;
  padding-bottom: 6.25vw;
}
#access .detail-box .tag-box {
  margin-bottom: 4.6875vw;
  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: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#access .detail-box .tag-box li {
  margin: 0 0.78125vw;
}
#access .detail-box .txt-box {
  width: 90.625vw;
  margin: 0 auto;
}
#access .detail-box .txt-box .name {
  font-size: 4.6875vw;
  font-weight: bold;
}
#access .detail-box .txt {
  font-size: 3.59374vw;
  letter-spacing: 0.46875vw;
  line-height: 2.0;
}
#access .detail-box .budget {
  width: 90.625vw;
  margin: 5.625vw auto 0;
}
#access .detail-box .budget dl {
  width: 56.25vw;
  margin-bottom: 4.375vw;
  padding-bottom: 1.5625vw;
  border-bottom: solid 0.2vw #88725e;
  text-align: left;
}
#access .detail-box .budget dl dt {
  color: #4d3924;
  font-size: 3.59374vw;
  width: 26.5625vw;
}
#access .detail-box .budget dl dd {
  color: #4d3924;
  font-size: 4.6875vw;
}
#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: 43.75vw;
  height: 12.5vw;
  font-size: 3.125vw;
  color: #fff;
  margin: 9.375vw auto 0;
  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 .summary {
  width: 90.625vw;
  margin: 5.625vw auto 0;
  background-color: #fff;
  border-top: 0.2vw solid #d6cfc4;
  border-bottom: 0.2vw solid #d6cfc4;
  padding: 4.0625vw 4.6875vw;
}
#access .detail-box dl.category {
  margin-left: 3.125vw;
}
#access .detail-box dl.category dt {
  font-size: 3.75vw;
  line-height: 1.5;
  position: relative;
  margin-top: 5.3125vw;
}
#access .detail-box dl.category dt:nth-of-type(1) {
  margin-top: 0;
}
#access .detail-box dl.category dt::before {
  content: "";
  position: absolute;
  width: 0.9375vw;
  height: 4.6875vw;
  background-color: #d6cfc4;
  top: 0.3125vw;
  left: -3.125vw;
}
#access .detail-box dl.category dd {
  font-size: 3.75vw;
  line-height: 1.5;
}
#access .detail-box dl.about {
  background-color: #f7f7f7;
  width: 81.25vw;
  margin-top: 4.0625vw;
  padding: 3.90625vw 5.46875vw;
}
#access .detail-box dl.about dt {
  font-size: 3.75vw;
  font-weight: bold;
  border: 0.2vw solid #88725e;
  line-height: 2.2;
  width: 70.3125vw;
  margin: 0 auto;
}
#access .detail-box dl.about dd {
  font-size: 3.28125vw;
  margin-top: 3.125vw;
  line-height: 1.5;
}
/*----- #access detail-box -----*/
#access .detail-box .btn {
  text-align: right;
  margin: 3.125vw 4.6875vw 0 0;
}
#access .detail-box .btn img {
  display: inline-block;
  width: 20vw;
}
#access .detail-box .map-box {
  width: 90.625vw;
  margin: 5.625vw auto 0;
}
#access .detail-box .map-box dt {
  font-size: 3.75vw;
  line-height:1.5;
  position: relative;
  padding-left: 3.4375vw;
  letter-spacing: 0.625vw;
}
#access .detail-box .map-box dt::before {
  content: "";
  position: absolute;
  width: 0.9375vw;
  height: 4.6875vw;
  background-color: #d6cfc4;
  top: 0.3125vw;
  left: 0;
}
#access .detail-box .map-box dd {
  width: 90.625vw;
  height: 46.875vw;
  margin: 2.5vw auto 0;
}
#access .detail-box .map-box dd iframe {
  width: 100%;
  height: 46.875vw;
}
#access .detail-box .btn-box2 {
  width: 90.625vw;
  margin: 4.6875vw auto 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#access .detail-box .btn-box2 .tel a {
  font-size: 4.0625vw;
  width: 90.625vw;
  margin-bottom: 3.125vw;
}
#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: 43.75vw;
  height: 12.5vw;
  font-size: 3.125vw;
  letter-spacing: 0.46875vw;
  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: 43.75vw;
  height: 12.5vw;
  font-size: 3.125vw;
  letter-spacing: 0.46875vw;
  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 slick-slider */
#access .access-slider {
  width: 78.125vw;
  margin: 0 auto 12.5vw;
}
#access .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.75vw;
  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: 9.375vw;
  height: 0.625vw;
  margin: 0 0.46875vw;
  background: #d6cfc4;
  cursor: pointer;
  border-radius: unset;
}
#access .slick-dots li.slick-active {
  background: #88725e;
}

/*----- footer -----*/
footer h2 {
  background-color: #a7977b;
  padding: 3.90625vw 0 3.4375vw;
}
footer h2 img {
  width: 36.09375vw;
  margin: 0 auto;
}
footer small {
  display: block;
  font-size: 2.5vw;
  line-height: 2;
}
