@charset "UTF-8";
.show_sp,
.show_pc {
  display: none !important;
}

/* SP
-------------------------------------------------- */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .show_sp {
    display: block !important;
  }
}
/* ========== end △ */
/* PC
-------------------------------------------------- */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .show_pc {
    display: block !important;
  }
}
/*============================
	bread_crumb
============================*/
.bread_crumb {
  background-color: #000;
  width: 100%;
  color: #fff;
  padding: 6.5px 0;
  margin-top: 73px;
}

@media screen and (max-width: 1115px) {
  .bread_crumb {
    margin-top: 82px;
  }
}
@media screen and (max-width: 767px) {
  .bread_crumb {
    margin-top: 0;
  }
}
.bread_crumb-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .bread_crumb-pc {
    display: none;
  }
  .bread_crumb-pc.seiransou {
    display: block;
    padding: 8px 0;
    margin-top: 69px;
  }
  .bread_crumb-sp {
    display: block;
    padding: 8px 0;
  }
}
.bread_crumb_list {
  width: 100%;
  max-width: 1180px;
  height: 100%;
  padding: 0 24px;
  margin: 0 auto;
}

.bread_crumb_list-item {
  display: inline;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
}
.bread_crumb_list-item a {
  color: #fff;
  margin-right: 38px;
  position: relative;
}
.bread_crumb_list-item a::after {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/bread_crumb/arw.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 4px;
  height: 6px;
  position: absolute;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  top: 50%;
  right: -17px;
}

/*============================
	underlayer_kv
============================*/
.underlayer_kv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 420px;
  display: grid;
  place-content: center;
}
.underlayer_kv.consider {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/consider/kv_bg.jpg");
}
.underlayer_kv.cuisine {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cuisine/kv_bg.jpg");
}
.underlayer_kv.spa {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spa/kv_bg.jpg");
}
.underlayer_kv.news {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/news/kv_bg.jpg");
}
.underlayer_kv.contact {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/contact/kv_bg.jpg");
}
.underlayer_kv.room {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/room/kv_bg.jpg");
}
.underlayer_kv.access {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/access/kv_bg.jpg");
}
.underlayer_kv.plan-underlayer {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/plan/kv_bg.jpg");
}
.underlayer_kv.spend {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spend/kv_bg.jpg");
}
.underlayer_kv h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.underlayer_kv h1 span {
  font-family: "Hina Mincho", serif;
  display: block;
  font-size: 16px;
  letter-spacing: 0.75em;
  padding-left: 0.75em;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .underlayer_kv {
    margin-top: 70px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .underlayer_kv h1 {
    font-size: 28px;
    line-height: 1.6;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .underlayer_kv h1 span {
    font-size: 14px;
    margin-top: 0;
  }
}
/*============================
	common
============================*/
.common__inner {
  max-width: 1180px;
  height: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .common__inner {
    padding: 0 20px;
  }
}
/*============================
	consider
============================*/
.consider {
  width: 100%;
}
.consider .common__inner {
  padding: 55px 40px 97px;
}

@media screen and (max-width: 767px) {
  .consider .common__inner {
    padding: 40px 20px 80px;
  }
}
.consider__txt {
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}
.consider__txt span {
  display: inline-block;
}

.consider__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 10px;
}

@media screen and (max-width: 1020px) {
  .consider__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .consider__list {
    grid-template-columns: 1fr;
    gap: 40px 0;
    margin-top: 40px;
  }
}
.consider__list-item {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/consider/list_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.consider__list-item h3 {
  height: 72px;
  display: grid;
  place-content: center;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  margin: 20px 24px 15px;
}
.consider__list-item p {
  line-height: 1.8;
  margin: 0 24px 30px;
}

@media screen and (max-width: 1040px) {
  .consider__list-item h3 {
    height: 64px;
    font-size: 18px;
    line-height: 32px;
  }
}
/*============================
	reserve
============================*/
.reserve {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/consider/reserve_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 375px;
}
.reserve .common__inner {
  display: grid;
  place-content: center;
}
.reserve p {
  font-family: "Hina Mincho", serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin-bottom: 44px;
}
.reserve p span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .reserve {
    height: 300px;
  }
}
@media screen and (max-width: 1040px) {
  .reserve p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .reserve p {
    font-size: 20px;
  }
}
.reserve__btn {
  background-color: #a95e20;
  width: 308px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.reserve__btn::before {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/consider/reserve_icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 42px;
  position: absolute;
  left: 39px;
}

@media screen and (max-width: 767px) {
  .reserve__btn {
    width: 260px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .reserve__btn::before {
    width: 24px;
    height: 31.5px;
    left: 30px;
  }
}
/*============================
	que
============================*/
.que {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/consider/que_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 80px 0;
}
.que p {
  line-height: 36px;
  text-align: center;
  margin-bottom: 28px;
}
.que p span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .que {
    padding: 40px 0;
  }
}
.que__btn {
  background-color: #5f7a09;
  width: 308px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.que__btn::before {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/consider/que_icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 43px;
  height: 43px;
  position: absolute;
  left: 31px;
}

@media screen and (max-width: 767px) {
  .que__btn {
    width: 260px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .que__btn::before {
    width: 32px;
    height: 32px;
    left: 30px;
  }
}
/*============================
	cuisine
============================*/
.cuisine .common__inner {
  padding: 20px 40px 40px;
  text-align: center;
}
.cuisine h2 {
  font-family: "Hina Mincho", serif;
  font-size: 36px;
  line-height: 2;
  margin-bottom: 10px;
}
.cuisine h2 span {
  display: inline-block;
}
.cuisine p {
  line-height: 1.8;
}
.cuisine p span {
  display: inline-block;
}

@media screen and (max-width: 1040px) {
  .cuisine h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .cuisine h2 {
    font-size: 24px;
  }
}
.btn__wrapper {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cuisine/btn_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.btn__wrapper .common__inner {
  padding: 80px 40px 20px;
}

@media screen and (max-width: 767px) {
  .btn__wrapper .common__inner {
    padding: 40px 20px 20px;
  }
}
.btn__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

@media screen and (max-width: 1000px) {
  .btn__list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .btn__list {
    grid-template-columns: 1fr;
  }
}
.btn__list-item p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 5px 0;
}
.btn__list-item p::after {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cuisine/list_arw.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 8px;
  display: block;
  margin: 10px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .btn__list-item:hover p:after {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
/*============================
	jibuni
============================*/
.jibuni .common__inner {
  padding: 70px 40px 0;
}

@media screen and (max-width: 767px) {
  .jibuni .common__inner {
    padding: 40px 20px 0;
  }
}
.cuisine__ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.cuisine__ttl span {
  display: block;
  font-family: "Noto Serif JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  margin-top: 22px;
}

@media screen and (max-width: 1040px) {
  .cuisine__ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cuisine__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cuisine__ttl span {
    font-size: 14px;
    margin-top: 15px;
  }
}
.jibuni__img {
  width: 68%;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .jibuni__img {
    width: 100%;
    margin: 30px auto 0;
  }
}
.jibuni p {
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  margin-top: 32px;
}
.jibuni p span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .jibuni p {
    margin-top: 24px;
  }
}
/*============================
	select
============================*/
.select .common__inner {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .select .common__inner {
    padding-top: 40px;
  }
}
.cuisine_slider01 {
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin: 40px 0 80px;
  position: relative;
}
.cuisine_slider01 .swiper-wrapper {
  width: 100%;
}
.cuisine_slider01 .swiper-slide {
  width: 60%;
  max-width: 668px;
  margin: 0 5px;
}
.cuisine_slider01 .swiper-slide .select__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.cuisine_slider01 .swiper-slide .select__img .select-txt {
  display: block;
  width: 100%;
  margin: 24px 0;
}
.cuisine_slider01 .swiper-slide.swiper-slide-active .select__img::before {
  opacity: 0;
}
.cuisine_slider01 .swiper-slide .select__img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .cuisine_slider01 .swiper-slide {
    width: 80%;
    max-width: 668px;
  }
}
/* .cuisine_slider01 .swiper-slide .select__img::before {
  content: "";
  background-color: #303d1b;
  position: absolute;
  inset: 0;
  opacity: .7;
  transition: .3s;
} */
.next-btn-select,
.prev-btn-select {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cuisine/select_arw.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 30%;
  z-index: 10;
  cursor: pointer;
}

.next-btn-select {
  right: 14%;
}

.prev-btn-select {
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
  left: 14%;
}

@media screen and (max-width: 767px) {
  .next-btn-select,
  .prev-btn-select {
    top: 14%;
  }
  .next-btn-select {
    right: 0;
  }
  .prev-btn-select {
    left: 0;
  }
}
.select h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  text-align: center;
}
.select p {
  text-align: center;
  line-height: 1.8;
  margin: 20px 0 84px;
}
.select p span {
  display: inline-block;
}

@media screen and (max-width: 1040px) {
  .select h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .select h3 {
    font-size: 18px;
  }
}
/*============================
	greeting
============================*/
.greeting {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.greeting .common__inner {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cuisine/greeting_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10%;
  -moz-column-gap: 10%;
  column-gap: 10%;
  padding: 60px 0 50px;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .greeting .common__inner {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .greeting .common__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
  }
}
.greeting__img-contents {
  width: 240px;
  margin-left: 6.5%;
  margin-right: auto;
}
.greeting__img-contents p {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.greeting__img-contents p span {
  font-size: 25px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .greeting__img-contents {
    width: 80%;
    max-width: 240px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 1200px) {
  .greeting__img-contents p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .greeting__img-contents p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .greeting__img-contents p span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .greeting__img-contents p span {
    font-size: 18px;
  }
}
.greeting__txt-contents {
  width: 44.3%;
  max-width: 504px;
  margin-right: 6.5%;
}
.greeting__txt-contents h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.greeting__txt-contents h2 span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Noto Serif JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 5px;
  margin: 20px auto 30px;
}
.greeting__txt-contents p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.greeting__txt-contents p:last-of-type {
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .greeting__txt-contents {
    width: 41%;
    max-width: 450px;
  }
  .greeting__txt-contents .none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .greeting__txt-contents {
    width: 80%;
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .greeting__txt-contents h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .greeting__txt-contents h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .greeting__txt-contents h2 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .greeting__txt-contents h2 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .greeting__txt-contents p {
    font-size: 16px;
  }
  .greeting__txt-contents p:last-of-type {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .greeting__txt-contents p {
    font-size: 14px;
  }
  .greeting__txt-contents p:last-of-type {
    margin-top: 20px;
  }
}
/*============================
	kaiseki
============================*/
#breakfast.kaiseki {
  padding: 116px 0 137px;
}

.kaiseki {
  padding: 116px 0 0;
}
.kaiseki .common__inner {
  padding: 0 40px 0 20px;
}

@media screen and (max-width: 767px) {
  #breakfast.kaiseki {
    padding: 60px 0;
  }
  .kaiseki {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .kaiseki .common__inner {
    padding: 0 20px;
  }
}
.cuisine__ttl .ttl__green {
  font-family: "Shippori Mincho", serif;
  font-size: 50px;
  letter-spacing: 0;
  color: #5f7a09;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1040px) {
  .cuisine__ttl .ttl__green {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cuisine__ttl .ttl__green {
    font-size: 30px;
  }
}
.kaiseki__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .kaiseki__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
}
.kaiseki_slider {
  width: 50%;
  max-width: 577px;
  height: 385px;
  overflow: hidden;
  position: relative;
}
.kaiseki_slider .swiper-slide .takumi__img {
  width: 100%;
  height: 100%;
}
.kaiseki_slider .swiper-slide .takumi__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kaiseki_slider .swiper-pagination {
  font-size: 14px;
  color: #fff;
  text-align: right;
  left: 0 !important;
  bottom: 10px !important;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .kaiseki_slider {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .kaiseki_slider {
    height: 300px;
  }
}
.next-btn-kaiseki,
.prev-btn-kaiseki {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cuisine/select_arw.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 10;
  cursor: pointer;
}

.next-btn-kaiseki {
  right: 10px;
}

.prev-btn-kaiseki {
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
  left: 10px;
}

.kaiseki__txt {
  max-width: 520px;
}
.kaiseki__txt p {
  line-height: 1.8;
}
.kaiseki__txt p.small {
  font-size: 12px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .kaiseki__txt {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .kaiseki__txt p .none {
    display: none;
  }
}
.dropdown__btn {
  font-size: 14px;
  border: 1px solid #bfbfbf;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  padding: 6px 28px 7px;
  margin: 20px 0 15px;
  position: relative;
  cursor: pointer;
}
.dropdown__btn.cut {
  cursor: not-allowed;
}
.dropdown__btn::before {
  content: "";
  background-color: #000;
  width: 12px;
  height: 1px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 5px;
}
.dropdown__btn::after {
  content: "";
  background-color: #000;
  width: 12px;
  height: 1px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dropdown__btn.rotate::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .dropdown__btn {
    margin: 30px auto;
  }
}
.dropdown__list-wrapper {
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.dropdown__list {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/consider/list_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
  padding: 20px;
  margin-bottom: 10px;
}

.dropdown__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
}
.dropdown__list-item dt {
  min-width: 30px;
  font-weight: 700;
}

.kaiseki__btn01 {
  font-size: 14px;
  border: 1px solid #bfbfbf;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  padding: 6px 28px 7px;
  margin: 20px 0 15px;
  position: relative;
}
.kaiseki__btn01::after {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cmn/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 8px;
  position: absolute;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  top: 40%;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .kaiseki__btn01 {
    margin: 30px auto;
  }
}
@media screen and (min-width: 768px) {
  .kaiseki__btn01:hover::after {
    right: -5px;
  }
}
.kaiseki__btn02 {
  background-color: #5f7a09;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 11px 31px 12px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .kaiseki__btn02 {
    margin: 30px auto 0;
  }
}
/*============================
	spa
============================*/
.spa .common__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  padding: 129px 40px 111px;
}

@media screen and (max-width: 1080px) {
  .spa .common__inner {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .spa .common__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 20px;
  }
}
.spa__txt {
  width: 540px;
  margin-top: -20px;
  position: relative;
}
.spa__txt::after {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spa/deco01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 227px;
  height: 183px;
  position: absolute;
  right: 0;
  z-index: -1;
}
.spa__txt h2 {
  font-family: "Hina Mincho", serif;
  font-size: 36px;
  line-height: 2;
  margin-bottom: 10px;
}
.spa__txt h2 span {
  display: inline-block;
}
.spa__txt p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .spa__txt {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .spa__txt::after {
    width: 151px;
    height: 122px;
    top: 0;
    right: -20px;
  }
}
@media screen and (max-width: 500px) {
  .spa__txt::after {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .spa__txt h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 820px) {
  .spa__txt h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .spa__txt h2 {
    font-size: 20px;
  }
}
.spa__img {
  width: 620px;
  margin-right: -170px;
}

@media screen and (max-width: 767px) {
  .spa__img {
    width: 100%;
    margin: 0;
  }
}
/*============================
	men
============================*/
.bath .common__inner {
  padding: 90px 40px 30px;
  position: relative;
}
.bath .common__inner::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .bath .common__inner {
    padding: 50px 20px 30px;
  }
}
#men .common__inner::before {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spa/deco02.png");
  width: 247.5px;
  height: 143.5px;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  #men .common__inner::before {
    width: 165px;
    height: 96px;
  }
}
.spa_slider {
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin: 40px 0 24px;
  position: relative;
}
.spa_slider .swiper-wrapper {
  width: 100%;
}
.spa_slider .swiper-slide {
  width: 60%;
  max-width: 668px;
  margin: 0 5px;
}
.spa_slider .swiper-slide .spa__img {
  width: 100%;
  height: 100%;
}
.spa_slider .swiper-slide .spa__img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .spa_slider .swiper-slide {
    width: 80%;
    max-width: 668px;
  }
}
.next-btn-spa,
.prev-btn-spa {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cuisine/select_arw.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 45%;
  z-index: 10;
  cursor: pointer;
}

.next-btn-spa {
  right: 14%;
}

.prev-btn-spa {
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
  left: 14%;
}

@media screen and (max-width: 767px) {
  .next-btn-spa {
    right: 0;
  }
  .prev-btn-spa {
    left: 0;
  }
}
.swiper-pagination {
  position: sticky !important;
  margin-top: 10px;
}

.swiper-pagination-bullet-active {
  background-color: #5f7a09 !important;
}

.swiper-pagination-bullet {
  background-color: #000;
  margin: 0 4px !important;
  opacity: 1 !important;
}

.bath h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.bath p {
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  margin: 20px 0 30px;
}
.bath p span {
  display: inline-block;
}
.bath .spa__time {
  width: 440px;
  border: solid 1px #5f7a09;
  padding: 4px 0;
  margin: 0 auto;
}
.bath .spa__time span {
  color: #5f7a09;
  margin: 0 10px;
}

@media screen and (max-width: 1040px) {
  .bath h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .bath h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bath .spa__time {
    width: 70%;
    padding: 4px 10px;
  }
}
/*============================
	women
============================*/
#women .common__inner::before {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spa/deco03.png");
  width: 229.5px;
  height: 254.5px;
  top: 20px;
  left: 40px;
}

@media screen and (max-width: 767px) {
  #women .common__inner::before {
    width: 153px;
    height: 170px;
    left: -40px;
  }
}
/*============================
	private
============================*/
#private .common__inner::before {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spa/deco04.png");
  width: 263px;
  height: 287.5px;
  left: 50px;
  bottom: 70px;
}

@media screen and (max-width: 767px) {
  #private .common__inner::before {
    width: 175px;
    height: 191px;
    left: -50px;
    bottom: 100px;
  }
}
/*============================
	quality
============================*/
.quality .common__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  padding: 210px 40px 0;
}

@media screen and (max-width: 1000px) {
  .quality .common__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .quality .common__inner {
    padding: 80px 20px;
  }
}
.quality__img {
  width: 54%;
  max-width: 595px;
  position: relative;
}
.quality__img::before {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spa/quality_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
  height: 467px;
  position: absolute;
  top: -60px;
  right: 150px;
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  .quality__img {
    width: 80%;
    max-width: none;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .quality__img {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .quality__img::before {
    width: 80vw;
    height: 55vw;
  }
}
@media screen and (max-width: 767px) {
  .quality__img::before {
    height: 70vw;
  }
}
.quality__txt {
  position: relative;
}
.quality__txt::after {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spa/deco05.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 183px;
  height: 166px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .quality__txt::after {
    width: 122px;
    height: 110px;
    -webkit-transform: none;
    transform: none;
    top: auto;
    bottom: 0;
  }
}
.quality .cuisine__ttl {
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .quality .cuisine__ttl {
    text-align: center;
  }
}
.quality__list {
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  .quality__list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .quality__list {
    width: auto;
  }
}
.quality__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quality__list-item dt {
  width: 100px;
  border-right: solid 1px #d4dbbc;
  padding-bottom: 20px;
  position: relative;
}
.quality__list-item:last-of-type dt {
  padding-bottom: 5px;
}
.quality__list-item dt::before {
  content: "";
  background-color: #6e852e;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  right: -2px;
  top: 13px;
}
.quality__list-item dt::after {
  content: "";
  background-color: #d4dbbc;
  width: 60px;
  height: 1px;
  position: absolute;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 14.5px;
  z-index: -1;
}
.quality__list-item dd {
  width: 335px;
  padding-left: 69px;
  padding-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .quality__list-item dt::after {
    width: 30px;
  }
}
@media screen and (max-width: 500px) {
  .quality__list-item dd {
    width: 275px;
    padding-left: 40px;
  }
}
.efficacy {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spa/efficacy_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.efficacy .common__inner {
  padding: 70px 40px 100px;
  margin-top: 150px;
  position: relative;
}

@media screen and (max-width: 1040px) {
  .efficacy .common__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .efficacy .common__inner {
    padding: 50px 20px;
    margin-top: 0;
  }
}
.efficacy__txt {
  width: 600px;
}
.efficacy__txt h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.efficacy__txt p {
  font-weight: 400;
  line-height: 1.8;
}
.efficacy__txt p:first-of-type {
  margin-bottom: 40px;
}

@media screen and (max-width: 1040px) {
  .efficacy__txt {
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .efficacy__txt h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .efficacy__txt h3 {
    font-size: 20px;
  }
}
.efficacy__img {
  width: 656px;
  position: absolute;
  left: 685px;
}

@media screen and (max-width: 1040px) {
  .efficacy__img {
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}
/*============================
	method
============================*/
.method .common__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 40px;
  position: relative;
}

@media screen and (max-width: 1040px) {
  .method .common__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .method .common__inner {
    padding: 50px 20px;
  }
}
.method__img {
  width: 960px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 100px;
}

@media screen and (max-width: 1040px) {
  .method__img {
    width: 100%;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
.method__txt {
  width: 1100px;
  position: relative;
  padding-left: 600px;
}
.method__txt::after {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spa/deco06.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 162px;
  height: 262px;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
  top: 0;
  right: 40px;
}

@media screen and (max-width: 1040px) {
  .method__txt {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
.method .cuisine__ttl {
  text-align: left;
  margin-bottom: 40px;
}

@media screen and (max-width: 1040px) {
  .method .cuisine__ttl {
    text-align: center;
  }
}
.method__txt h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.method__txt h3:last-of-type {
  margin-top: 50px;
}

@media screen and (max-width: 1040px) {
  .method__txt h3 {
    text-align: center;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .method__txt h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .method__list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .method__list {
    width: 100%;
  }
}
.method__list-item {
  line-height: 1.8;
  padding-left: 33px;
  margin-bottom: 12px;
  position: relative;
}
.method__list-item::before {
  content: "1";
  background-color: #5f7a09;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 3px;
}
.method__list-item:nth-of-type(2)::before {
  content: "2";
}
.method__list-item:nth-of-type(3)::before {
  content: "3";
}
.method__list-item:nth-of-type(4)::before {
  content: "4";
}
.method__list-item:nth-of-type(5)::before {
  content: "5";
}
.method__list-item:nth-of-type(6)::before {
  content: "6";
}

@media screen and (max-width: 1040px) {
  .method__list-item::before {
    top: 1px;
  }
}
/*============================
	news
============================*/
.news .common__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px 0;
}

@media screen and (max-width: 767px) {
  .news .common__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 20px 0;
  }
}
.information_ttl_box {
  width: 190px;
  height: 100%;
  position: relative;
}
.information_ttl_box .ttl {
  font-size: 24px;
  font-weight: bold;
  font-family: "Hina Mincho", serif;
  letter-spacing: 5px;
}
.information_ttl_box .ttl span {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 18px;
  letter-spacing: 0px;
}
.information_ttl_box .tab {
  margin-top: 50px;
}
.information_ttl_box .tab li {
  position: relative;
  padding-left: 25px;
  margin-top: 15px;
}
.information_ttl_box .tab li::before {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #131313;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 900px) {
  .information_ttl_box {
    width: 220px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .information_ttl_box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .information_ttl_box .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .information_ttl_box .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .information_ttl_box .tab li {
    width: 100%;
  }
}
.news__list {
  width: 910px;
  border-left: solid 1px #b2b2b2;
  padding-left: 90px;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .news__list {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news__list {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
.news__list-item {
  border-bottom: solid 1px #e5e5e5;
  padding: 40px 70px 30px 0;
  position: relative;
}
.news__list-item:first-of-type {
  border-top: solid 1px #e5e5e5;
}
.news__list-item::after {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cmn/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 8px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__list-item h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px;
}

@media screen and (max-width: 767px) {
  .news__list-item {
    padding: 40px max(40px, 10%) 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .news__list-item:hover::after {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .news__list-item h2 {
    font-size: 16px;
  }
}
.day {
  display: inline-block;
  font-weight: bold;
  color: #8b8b8b;
}

.cate {
  display: inline-block;
  color: #5f7a09;
  font-size: 11px;
  border: 1px solid #5f7a09;
  padding: 0 8px;
  height: 20px;
  margin-left: 27px;
}

.news__txt {
  font-weight: 400;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

/*============================
	news-detail
============================*/
.news-detail .common__inner {
  padding: 60px 40px 90px;
}

@media screen and (max-width: 767px) {
  .news-detail .common__inner {
    padding: 50px 20px;
  }
}
/* .news-detail-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: solid 1px #e5e5e5;
  padding: 10px 0 20px;
  margin-bottom: 50px;
} */
/*============================
	contact
============================*/
.contact .common__inner,
.privacy .common__inner {
  max-width: 1010px;
  padding: 60px 40px 90px;
}

@media (max-width: 767px) {
  .contact .common__inner {
    padding: 50px 20px;
  }
}
.contact p {
  font-weight: 400;
  line-height: 1.8;
}
.contact p a {
  color: #5f7a09;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.form__list {
  width: 100%;
}

.form__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #e5e5e5;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .form__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.form__list-item--first {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form__list-item--first .form__ttl {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .form__list-item--first .form__ttl {
    margin-top: 0;
  }
}
.form__list-item:last-of-type {
  margin-bottom: 40px;
}

.form__ttl {
  width: 220px;
  height: 25.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .form__ttl {
    width: 100%;
    margin-bottom: 10px;
  }
}
.required,
.optinal {
  font-size: 12px;
  color: #fff;
  padding: 0 11px 2px;
  margin-right: 20px;
}

.required {
  background-color: #5f7a09;
}

.optinal {
  background-color: #000;
}

.form__contents {
  width: 710px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form__contents .error {
  display: block;
  width: 100%;
  color: #ff0000;
}

@media screen and (max-width: 1010px) {
  .form__contents {
    width: 580px;
  }
}
@media (max-width: 767px) {
  .form__contents {
    width: 100%;
  }
}
.form__contents-wrapper {
  width: 710px;
}
.form__contents-wrapper .form__contents {
  width: 100%;
}
.form__contents-wrapper dd:nth-of-type(2) {
  margin: 10px 0;
}

@media screen and (max-width: 1010px) {
  .form__contents-wrapper {
    width: 580px;
  }
}
@media (max-width: 767px) {
  .form__contents-wrapper {
    width: 100%;
  }
}
.form__txt {
  width: 100%;
  height: 100%;
  border: solid 1px #a3a3a3;
  font-family: "Noto Serif JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  padding: 5px 13px;
}

@media (max-width: 1040px) {
  .form__txt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .form__txt {
    padding: 10px;
  }
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
  color: #bfbfbf;
}

.form__textarea {
  width: 100%;
  height: 280px;
  border: solid 1px #a3a3a3;
  font-family: "Noto Serif JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  padding: 5px 13px;
}

@media (max-width: 1040px) {
  .form__textarea {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .form__textarea {
    padding: 10px;
  }
}
#form__checkbox {
  display: none;
}

.form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
}
.form__check::before {
  content: "";
  width: 20px;
  height: 20px;
  border: solid 1px #afafaf;
  position: absolute;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  top: 50%;
  left: 0;
}

#form__checkbox:checked + .form__check::after {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/contact/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  top: 50%;
  left: 3px;
}

.form__checkbox-ttl {
  margin-left: 10px;
}

.form__check-txt {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

.form__btn-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 30px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  max-width: 100%;
}
.form__btn-wrapper .btn {
  position: relative;
  font-weight: bold;
  display: inline-block;
  width: 174px;
}
.form__btn-wrapper .btn::after {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cmn/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 8px;
  position: absolute;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  top: 40%;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .form__btn-wrapper .btn:hover::after {
    right: -5px;
  }
}
.form__btn {
  background-color: transparent;
  font-family: "Noto Serif JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #bfbfbf;
  width: 100%;
  display: block;
  padding: 3px 23px 4px;
  cursor: pointer;
  position: relative;
}

.cm-btn {
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.cm-btn:before {
  content: "";
  width: 50px;
  height: 16px;
  position: absolute;
  background: url(https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cmn/arrow.png) no-repeat;
  top: 70%;
  right: -35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.cm-btn.btn-back:before {
  right: auto;
  left: -35px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}
.cm-btn a {
  font-size: 14px;
  display: inline-block;
  width: 174px;
  height: 29px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #bfbfbf;
}

@media screen and (min-width: 768px) {
  .cm-btn:hover:before {
    right: -48px;
  }
  .cm-btn.btn-back:hover:before {
    left: -48px;
    right: auto;
  }
}
/*============================
	privacy
============================*/
.privacy {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/contact/privacy_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.privacy .common__inner {
  padding: 90px 40px 120px;
}
.privacy h2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Hina Mincho", serif;
  font-size: 35px;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  margin: 0 auto 40px;
  position: relative;
}
.privacy h2::before {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/contact/deco01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 72.5px;
  height: 69.5px;
  position: absolute;
  left: -20px;
  bottom: 0;
}
.privacy h3 {
  font-weight: 700;
  margin: 30px 0 10px;
}
.privacy p {
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .privacy .common__inner {
    padding: 50px 20px;
  }
}
@media (max-width: 1040px) {
  .privacy h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .privacy h2 {
    font-size: 24px;
    margin: 0 auto 30px;
  }
}
.privacy__list {
  margin-top: 10px;
}

.privacy__list-item {
  line-height: 1.8;
}

.privacy a {
  display: block;
  line-height: 2;
  word-wrap: break-word;
}

/*============================
	room
============================*/
.room-about {
  text-align: center;
  padding: 50px 0;
}
.room-about h2 {
  font-family: "Hina Mincho", serif;
  font-size: 36px;
  line-height: 2;
  margin-bottom: 10px;
}
.room-about p {
  line-height: 1.8;
}

@media screen and (max-width: 1040px) {
  .room-about h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .room-about h2 {
    font-size: 24px;
  }
}
.room.guest03 .inner {
  padding: 72px 1% 50px;
}
.room.guest03 h3::after {
  content: "";
  background-image: url(https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cuisine/list_arw.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 8px;
  display: block;
  margin: 10px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .room.guest03 .inner {
    padding: 50px 1%;
  }
}
@media screen and (min-width: 768px) {
  .room.guest03 .item:hover h3::after {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.room_tag {
  background-color: #852e2e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #e7d5d5;
  padding: 3px 8px 4px 11px;
  margin-left: 10px;
}

.room-intro .common__inner {
  padding: 180px 2% 0;
}

@media screen and (max-width: 767px) {
  .room-intro .common__inner {
    padding: 120px 2% 0;
  }
}
.asuka .common__inner {
  padding: 120px 2% 0;
}

.room__contents {
  background-color: #e8e5d9;
  margin: 0 2%;
}

.room__contents-inner {
  padding: 0 40px 0 50px;
  -webkit-transform: translateY(-48px);
  transform: translateY(-48px);
  margin-bottom: -39px;
}

@media screen and (max-width: 767px) {
  .room__contents-inner {
    padding: 0 20px;
    -webkit-transform: translateY(-48px);
    transform: translateY(-48px);
    margin-bottom: -39px;
  }
}
.room_slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .room_slider-wrapper {
    display: block;
  }
}
.room__contents h2 {
  width: 70px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 46px 0;
}
.room__contents h2 .en {
  display: block;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .room__contents h2 {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .room__contents h2,
  .standard .room__contents h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .room__contents h2 .en {
    margin: 0 10px 0 0;
  }
}
.room_slider {
  min-width: 150%;
  overflow: hidden;
  margin-left: 50px;
}
.room_slider .swiper-slide {
  width: 60vw;
  max-width: 840px;
  height: 560px;
  margin-right: 24px;
}
.room_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.room_slider .swiper-pagination {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  left: 17px !important;
  bottom: 10px !important;
  margin-top: 0;
  margin-bottom: -16px;
}

@media screen and (max-width: 767px) {
  .room_slider {
    min-width: 120%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .room_slider .swiper-slide {
    width: 80vw;
    height: auto;
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .room_slider .swiper-pagination {
    font-size: 14px;
  }
}
.next-btn-room {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cmn/plan_arw_right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 40px;
  position: absolute;
  left: 134px;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prev-btn-room {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cmn/plan_arw_right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 40px;
  position: absolute;
  left: 134px;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: 62px;
}

@media screen and (max-width: 1000px) {
  .next-btn-room {
    left: 63px;
  }
  .prev-btn-room {
    left: -9px;
  }
}
@media screen and (min-width: 768px) {
  .next-btn-room:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .prev-btn-room:hover {
    -webkit-transform: scale(-1, 1) scale(1.1);
    transform: scale(-1, 1) scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .next-btn-room {
    bottom: auto;
    left: auto;
    right: 0;
    top: 130px;
  }
  .prev-btn-room {
    bottom: auto;
    left: auto;
    right: 0;
    top: 130px;
    right: 72px;
  }
  .standard .next-btn-room,
  .standard .prev-btn-room {
    top: 210px;
  }
}
.room__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin-top: 67px;
}

@media screen and (max-width: 767px) {
  .room__map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.room__bath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .room__bath {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.room__map-img {
  max-width: 552px;
  margin-left: calc((50px + 4%) * -1);
}

.room__bath-img {
  max-width: 552px;
  margin-right: calc((50px + 4%) * -1);
}

@media screen and (max-width: 767px) {
  .room__map-img,
  .room__bath-img {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.room__map-txt-wrapper {
  width: 100%;
  position: relative;
}

.room__rank {
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  position: absolute;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  top: -18px;
}
.room__rank span {
  font-size: 32px;
  color: #f4d12f;
}

@media screen and (max-width: 767px) {
  .room__rank {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: 20px 0;
  }
}
@media screen and (max-width: 1040px) {
  .room__rank span {
    font-size: 28px;
  }
}
.room__map-list01 {
  /* display: grid;
  grid-template-columns: repeat(4, 1fr); */
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center; */
}

@media screen and (max-width: 920px) {
  .room__map-list01 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .room__map-list01 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .room__map-list01 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.room__map-list01-item {
  background-color: #7a8071;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  opacity: 0.5;
  width: calc((100% - 12px) / 4);
}
.room__map-list01-item.color_01, .room__map-list01-item.color_02, .room__map-list01-item.color_03, .room__map-list01-item.color_04 {
  opacity: 1;
}
.room__map-list01-item.color_01 {
  background-color: #852e2e;
}
.room__map-list01-item.color_02 {
  background-color: #2e5b85;
}
.room__map-list01-item.color_03 {
  background-color: #72852e;
}
.room__map-list01-item.color_04 {
  background-color: #a95e20;
}
.room__map-list01-item p {
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .room__map-list01-item {
    width: calc((100% - 4px) / 2);
  }
}
.room__map-list-img {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.room__map-ttl {
  font-family: "Hina Mincho", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin: 35px 0 25px;
}

.room__bath .room__map-ttl {
  margin-top: 0;
}

@media screen and (max-width: 1040px) {
  .room__map-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .room__map-ttl {
    font-size: 18px;
  }
  .room__bath .room__map-ttl {
    margin-top: 35px;
  }
}
.standard .room__map-ttl {
  margin: 0 0 25px;
}

@media screen and (max-width: 1040px) {
  .room__map-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .room__map-ttl {
    font-size: 18px;
  }
  .standard .room__map-ttl {
    margin: 35px 0 25px;
  }
}
.room__map-txt {
  line-height: 1.8;
  opacity: 0.75;
}

.room__map-txt--margin {
  margin-top: 20px;
}

.room__map-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 20px;
}

.room__map-list02-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
}
.room__map-list02-item dt {
  color: #5f7a09;
  min-width: 50px;
}
.room__map-list02-item dd {
  color: #000;
}

.room__btn {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border: solid 1px #aaa89f;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 52px 10px 42px;
  margin: 53px auto 30px;
  position: relative;
}
.room__btn span {
  display: inline-block;
}

.standard .room__btn {
  margin: 68px auto 30px;
}

@media screen and (max-width: 767px) {
  .room__btn {
    line-height: 1.5;
  }
}
.room__btn::after {
  content: "";
  background-image: url(https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cuisine/list_arw.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 8px;
  position: absolute;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  top: 50%;
  right: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .room__btn:hover::after {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
}
.room__contents-bottom {
  background-color: #d6d1be;
  padding: 30px 0;
}
.room__contents-bottom .room__btn {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border: solid 1px #5f7a09;
  font-size: 14px;
  font-weight: 700;
  color: #5f7a09;
  padding: 11px 22px 11px 24px;
  margin: 0 auto;
  position: relative;
}
.room__contents-bottom .room__btn::after {
  content: "";
  background-image: url(https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/room/arw.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 8px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: -19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .room__contents-bottom .room__btn:hover::after {
    right: -25px;
  }
}
.service {
  background-color: #f2f3f3;
  padding: 40px 0 35px;
}
.service .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
  padding: 0 3%;
}

@media screen and (max-width: 767px) {
  .service .inner {
    grid-template-columns: 1fr;
  }
}
.service__list dt {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #5f7a09;
}
.service__list dd {
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  opacity: 0.75;
}

@media screen and (max-width: 1040px) {
  .service__list dt {
    font-size: 18px;
  }
}
/*============================
	seiransou
============================*/
.seiransou_kv {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/seiransou/kv_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 31px 0 96px;
}
.seiransou_kv h1 {
  width: 206px;
  margin: 0 auto 51px;
}
.seiransou_kv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px 50px;
}

@media screen and (max-width: 767px) {
  .seiransou_kv {
    padding: 31px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .seiransou_kv h1 {
    width: 180px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .seiransou_kv .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.seiransou__img {
  width: 50vw;
  max-width: 960px;
  height: 540px;
  margin-left: calc(50% - 50vw);
}
.seiransou__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .seiransou__img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
.seiransou__txt h2 {
  font-family: "Hina Mincho", serif;
  font-size: 36px;
  letter-spacing: 0.4em;
  line-height: 2;
  background-image: url("../img/seiransou/txt_bg.jpg");
  background-size: cover;
  background-position: center left;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
}
.seiransou__txt p {
  font-weight: 400;
  line-height: 2;
  color: #fff;
}

@media screen and (max-width: 1040px) {
  .seiransou__txt h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .seiransou__txt h2 {
    font-size: 27px;
    margin-bottom: 20px;
  }
}
.seiransou.guest02 {
  background: #111;
}
.seiransou.guest02 .inner {
  padding: 72px 1% 50px;
}
.seiransou.guest02 h3::after {
  content: "";
  background-image: url(https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/seiransou/list_arw.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 8px;
  display: block;
  margin: 10px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .seiransou.guest02 .inner {
    padding: 50px 1%;
  }
}
@media screen and (min-width: 768px) {
  .seiransou.guest02 .item:hover h3::after {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.seiransou-intro-bg {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/seiransou/intro_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.seiransou-intro {
  color: #fff;
  padding: 111px 0 72px;
}

.syakunage.seiransou-intro {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 121px 0 72px;
}

.yamaboushi.seiransou-intro {
  padding: 140px 0 72px;
}

@media screen and (max-width: 767px) {
  .syakunage.seiransou-intro,
  .yamaboushi.seiransou-intro {
    padding: 111px 0 72px;
  }
}
.seiransou-intro .common__inner {
  padding: 0 2%;
}
.seiransou-intro .room__contents {
  background-color: rgba(48, 61, 27, 0.33);
}
.seiransou-intro .room__contents h2 .en {
  color: #c3d0b1;
}

.tsubaki.seiransou-intro .room__contents h2 .en {
  margin-right: 10px;
}

.seiransou-intro .next-btn-room,
.seiransou-intro .prev-btn-room {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/seiransou/arw_right.png");
}
.seiransou-intro .room__map-list02-item dd {
  color: #fff;
}

.seiransou__list-ttl {
  font-family: "Hina Mincho", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 60px 0 20px;
}

@media screen and (max-width: 1040px) {
  .seiransou__list-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .seiransou__list-ttl {
    font-size: 18px;
  }
}
.seiransou__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 34px;
  margin: 0 calc((50px + 4%) * -1);
}

@media screen and (max-width: 767px) {
  .seiransou__list {
    grid-template-columns: 1fr;
    margin: 0;
  }
}
.seiransou__list-item dt {
  aspect-ratio: 23/13;
}
.seiransou__list-item dd {
  line-height: 2;
  opacity: 0.75;
}
.seiransou__list-item dd:first-of-type {
  font-size: 20px;
  opacity: 1;
  margin: 10px 0;
}
.seiransou__list-item dt img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .seiransou__list-item dd:first-of-type {
    font-size: 16px;
    margin: 5px 0;
  }
}
.seiransou-intro .room__btn {
  border: solid 1px #909589;
  color: #fff;
  padding: 10px 31px 10px 21px;
  margin: 40px auto 72px;
}
.seiransou-intro .room__btn::after {
  background-image: url(https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/seiransou/list_arw.png);
}
.seiransou-intro .room__contents-bottom {
  background-color: #303d1b;
  padding: 24px 0;
}
.seiransou-intro .room__contents-bottom .room__btn {
  border: solid 1px #989e8d;
  font-size: 18px;
  color: #fff;
  padding: 14px 52px;
  margin: 0 auto;
}
.seiransou-intro .room__contents-bottom .room__btn::after {
  background-image: url(https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/seiransou/btn_arw.png);
}

@media screen and (max-width: 767px) {
  .seiransou-intro.tsubaki .next-btn-room,
  .seiransou-intro.tsubaki .prev-btn-room {
    top: 60px;
  }
  .seiransou-intro.syakunage .next-btn-room,
  .seiransou-intro.syakunage .prev-btn-room {
    top: 160px;
  }
  .seiransou-intro.yamaboushi .next-btn-room,
  .seiransou-intro.yamaboushi .prev-btn-room {
    top: 185px;
  }
}
@media screen and (max-width: 767px) {
  .seiransou-intro .room__contents-bottom .room__btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.seiransou.service {
  background-color: #111;
}
.seiransou .service__list dd {
  color: #fff;
}
.seiransou .guest02_ttl h2 {
  letter-spacing: 0.2em;
}

/*============================
	access
============================*/
.access__btn__wrapper {
  padding-top: 106px;
}

@media screen and (max-width: 767px) {
  .access__btn__wrapper {
    padding-top: 50px;
  }
}
.access__btn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 18px;
}
.access__btn__list a {
  width: 315px;
  height: 57px;
  border: solid 1px #5f7a09;
  display: grid;
  place-content: center;
  position: relative;
}
.access__btn__list a::after {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spend/arw.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 8px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 12px;
}

@media screen and (max-width: 767px) {
  .access__btn__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .access__btn__list a {
    width: 100%;
    height: 50px;
  }
}
.train {
  padding-top: 76px;
}

.car {
  padding-top: 118px;
}

.plane {
  padding-top: 136px;
}

.bus {
  padding: 132px 0 69px;
}

@media screen and (max-width: 767px) {
  .train,
  .car,
  .plane {
    padding-top: 60px;
  }
  .bus {
    padding: 60px 0 50px;
  }
}
.access__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 73px;
}

.car .access__flex {
  gap: 30px 52px;
}

.bus .access__flex {
  gap: 30px 44px;
}

@media (max-width: 1040px) {
  .access__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .bus .access__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.train__img {
  width: 43.8%;
}

@media (max-width: 1040px) {
  .train__img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.car__map {
  width: 47.8%;
  max-width: 525px;
  margin-left: -24px;
}

@media (max-width: 1040px) {
  .car__map {
    width: 100%;
    height: 350px;
    max-width: none;
    margin-left: 0;
  }
}
.access__time {
  width: 50%;
}

@media (max-width: 1040px) {
  .access__time {
    width: 100%;
  }
}
.access__ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 35px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.car .access__ttl {
  width: 50%;
  margin-left: auto;
}

.plane .access__ttl,
.bus .access__ttl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1040px) {
  .access__ttl {
    font-size: 30px;
  }
  .car .access__ttl {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .access__ttl {
    font-size: 24px;
    margin: 0 auto 30px;
  }
}
.access__ttl::before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.train .access__ttl::before {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/access/train_icon.png");
  width: 36px;
  height: 44px;
  margin-right: 19px;
}

.car .access__ttl::before {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/access/car_icon.png");
  width: 46px;
  height: 31px;
  margin-right: 18px;
}

.plane .access__ttl::before {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/access/plane_icon.png");
  width: 33px;
  height: 35px;
  margin-right: 13px;
}

.bus .access__ttl::before {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/access/bus_icon.png");
  width: 39px;
  height: 37px;
  margin-right: 10px;
}

@media (max-width: 1040px) {
  .train .access__ttl::before {
    width: 27px;
    height: 33px;
  }
}
@media (max-width: 767px) {
  .car .access__ttl::before {
    width: 35px;
    height: 23px;
  }
  .plane .access__ttl::before {
    width: 25px;
    height: 26px;
  }
  .bus .access__ttl::before {
    width: 29px;
    height: 26px;
  }
}
.plane__logo-wrapper {
  border: solid 1px #b3aa85;
  padding: 12px 40px 35px;
}

.rental.plane__logo-wrapper {
  padding: 36px 38px 40px;
}

.plane__logo-wrapper p {
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 25px;
}

.plane__airport-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.plane__airport-list-item {
  max-width: 172px;
}

.rental .plane__airport-list-item {
  max-width: 162px;
}

.plane__airport-txt {
  width: 50%;
  letter-spacing: 0;
  border-left: solid 1px #b3aa85;
  margin-left: auto;
  padding: 23px 0 17px 21px;
}

.rental.plane__airport-txt {
  width: 100%;
  padding: 0px 0 30px 0px;
  text-align: center;
  border: none;
}

.plane__logo {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 1040px) {
  .plane__logo {
    width: 100%;
  }
}
.bus__wrapper {
  width: 50%;
  border: solid 1px #5f7a09;
}
.bus__wrapper h3 {
  background-color: #5f7a09;
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 7px 0 8px;
}
.bus__wrapper .quality__list {
  padding: 36px 33px 28px;
  margin: 0;
}
.bus__wrapper .quality__list-item dd {
  width: 80%;
  letter-spacing: 0;
}
.bus__wrapper .quality__list-item dt::after {
  width: 48px;
}

@media (max-width: 1040px) {
  .bus__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .bus__wrapper h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .bus__wrapper h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bus__wrapper .quality__list {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .bus__wrapper .quality__list-item dd {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .bus__wrapper .quality__list-item dt::after {
    width: 30px;
  }
}
.map__bg {
  background-color: #f0f0f0;
  padding: 70px 60px 76px;
}

@media screen and (max-width: 767px) {
  .map__bg {
    padding: 50px 30px;
  }
}
.map h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
}
.map h2 span {
  display: block;
  font-family: "Noto Serif JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-top: 15px;
}
.map p {
  letter-spacing: 0;
  line-height: 1.8;
}

@media screen and (max-width: 1040px) {
  .map h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .map h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1040px) {
  .map h2 span {
    font-size: 14px;
  }
}
.map__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 53px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .map__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.map__img {
  width: 49.9%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .map__img {
    width: 100%;
  }
}
.map__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 9px;
}
.map__list.map2__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 9px;
}

@media screen and (max-width: 1040px) {
  .map__list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 500px) {
  .map__list {
    grid-template-columns: 1fr !important;
  }
}
.map__map {
  margin: 260px 0 200px 0;
  position: relative;
}

@media screen and (max-width: 1040px) {
  .map__map {
    margin: 140px 0 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .map__map {
    margin: 50px 0 10px 0;
  }
}
.map__map-google {
  position: relative;
  width: 100%;
  max-width: 775px;
  max-height: 720px;
  margin: 0 auto;
}
.map__map-google::before {
  content: "⾦沢駅エリア";
  background-color: #852e2e;
  font-size: 22px;
  letter-spacing: 0;
  color: #fff;
  padding: 8px 30px 9px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.map__map-google iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1040px) {
  .map__map-google::before {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .map__map-google {
    width: 100%;
    height: auto;
  }
  .map__map-google::before {
    font-size: 16px;
  }
}
.map__yuwaku {
  width: 100%;
  max-width: 776px;
  margin: 80px auto 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .map__yuwaku {
    margin: 40px auto 0;
  }
  .map__icon-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .map__icon-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 400px) {
  .map__icon-wrapper {
    grid-template-columns: 1fr;
  }
}
.map_icon a {
  display: block;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) {
  .map_icon {
    width: 270px;
    height: 275px;
    position: absolute;
    z-index: 10;
  }
  .map_icon::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
  }
  .map_icon a {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .map_icon {
    position: static;
    width: 100%;
    height: 100%;
  }
}
.map_icon01 {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -27px;
  top: 46%;
}

.map_icon02 {
  top: -155px;
  right: 300px;
}

.map_icon03 {
  right: -10px;
  top: -45px;
}

.map_icon04 {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -23px;
  top: 60%;
}

.map_icon05 {
  right: 124px;
  bottom: -179px;
}

.map_icon06 {
  left: 188px;
  bottom: -180px;
}

.map_icon07 {
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  top: 52%;
  right: -10px;
}

.map_icon08 {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 51%;
  left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .map_icon {
    max-width: 160px;
    height: 165px;
  }
  .map_icon01 {
    top: 30%;
    left: -8%;
  }
  .map_icon02 {
    top: -45px;
    right: 36%;
  }
  .map_icon03 {
    top: 10%;
    right: -60px;
  }
  .map_icon04 {
    top: 60%;
    right: -50px;
  }
  .map_icon05 {
    right: 10%;
    bottom: -17%;
  }
  .map_icon06 {
    left: 18%;
    bottom: -17%;
  }
  .map_icon07 {
    top: 58%;
    right: -20px;
  }
  .map_icon08 {
    top: 50%;
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .map_icon01,
  .map_icon03,
  .map_icon04,
  .map_icon05,
  .map_icon07,
  .map_icon08 {
    -webkit-transform: none;
    transform: none;
  }
}
.spot {
  padding: 65px 0 123px;
}
.spot h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 767px) {
  .spot {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 1040px) {
  .spot h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .spot h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.spot__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 100px;
}
.spot__list h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .spot__list {
    row-gap: 50px;
  }
}
@media screen and (max-width: 1040px) {
  .spot__list h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .spot__list h3 {
    font-size: 20px;
  }
}
.spot__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 48px;
}

@media screen and (max-width: 767px) {
  .spot__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sopt__img {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .sopt__img {
    width: 100%;
  }
}
.spot__flex p {
  letter-spacing: 0;
  line-height: 2.25;
  margin-top: -10px;
}

.spot .quality__list {
  width: 100%;
  margin-top: 40px;
}
.spot .quality__list-item dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.spot .quality__list-item dd {
  width: auto;
  letter-spacing: 0;
  line-height: 1.8;
}
.spot .quality__list-item dd span a {
  color: #5f7a09;
  -webkit-text-decoration: underline #5f7a09;
  text-decoration: underline #5f7a09;
  text-underline-offset: 10px;
}

@media screen and (max-width: 767px) {
  .spot .quality__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .spot .quality__list-item dd span a {
    text-underline-offset: 5px;
  }
}
/*============================
	plan
============================*/
.plan-underlayer {
  color: #111;
}
.plan-underlayer p {
  letter-spacing: 0;
  line-height: 1.8;
}

.plan-about {
  text-align: center;
  padding: 100px 0 110px;
}
.plan-about h2 {
  font-family: "Hina Mincho", serif;
  font-size: 36px;
  line-height: 2;
  color: #000;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .plan-about {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1040px) {
  .plan-about h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .plan-about h2 {
    font-size: 24px;
  }
}
.plan-underlayer .btn__wrapper .common__inner {
  padding: 67px 40px 43px;
}
.plan-underlayer .btn__list {
  max-width: 880px;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .plan-underlayer .btn__wrapper .common__inner {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .plan-underlayer .btn__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .plan-underlayer .btn__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .plan-underlayer .btn__list {
    grid-template-columns: 1fr;
  }
}
.plan-point {
  padding: 100px 0 80px 0;
}

@media screen and (max-width: 767px) {
  .plan-point {
    padding: 50px 0 0px;
  }
}
.plan__ttl {
  font-family: "Hina Mincho", serif;
  font-size: 40px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1040px) {
  .plan__ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .plan__ttl {
    font-size: 24px;
  }
}
/*---------- START GROUP PLAN ----------*/
.group-plan {
  position: relative;
  margin-bottom: 175px;
}
.group-plan::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 75px;
  width: 100vw;
  height: 100%;
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/plan/plan_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.group-plan__title {
  font-size: 30px;
  line-height: 1.6;
  font-family: "Hina Mincho", serif;
}

.group-plan__desc {
  margin-top: 40px;
  font-size: 14px;
}

.group-plan__btn {
  margin-top: 45px;
}

.group-plan:last-child {
  margin-bottom: 75px;
}

@media only screen and (min-width: 1200px) {
  .group-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .group-plan__left {
    width: 49.5%;
    max-width: 620px;
  }
  .group-plan__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 50.5%;
  }
  .group-plan:nth-child(odd)::before {
    left: 17%;
  }
  .group-plan:nth-child(odd) .group-plan__right {
    padding: 150px 0px 0px 80px;
  }
  .group-plan:nth-child(odd) .group-plan__img {
    margin-left: -75px;
  }
  .group-plan:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .group-plan:nth-child(even)::before {
    right: 17%;
  }
  .group-plan:nth-child(even) .group-plan__right {
    padding: 150px 80px 0px 0px;
  }
  .group-plan:nth-child(even) .group-plan__img {
    margin-right: -75px;
  }
}
@media only screen and (max-width: 1199px) {
  .group-plan {
    margin-bottom: 50px;
    padding-bottom: 40px;
  }
  .group-plan::before {
    top: 50px;
    left: -40px;
    height: calc(100% - 50px);
  }
  .group-plan__left {
    margin-bottom: 20px;
  }
  .group-plan__title {
    font-size: 20px;
  }
  .group-plan:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .group-plan {
    padding-bottom: 35px;
  }
  .group-plan:before {
    left: -20px;
  }
  .group-plan__desc {
    margin-top: 20px;
  }
  .group-plan__btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .group-plan__desc {
    margin-right: -2rem;
    font-size: 2.8vw;
  }
}
/*---------- END GROUP PLAN ----------*/
/*---------- START PLAN POINT ----------*/
.plan-point__groups {
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  .plan-point__groups {
    margin-top: 30px;
  }
}
/*---------- END PLAN POINT ----------*/
.plan-point__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 84px;
  -moz-column-gap: 84px;
  column-gap: 84px;
  padding-bottom: 95px;
  margin-top: 10px;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plan-point__flex::before {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/plan/plan_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 90%;
  max-height: 532px;
  position: absolute;
  left: 17%;
  bottom: 0;
  z-index: -1;
}

/* .plan-point__flex:nth-of-type(2) {
  flex-direction: row-reverse;
  margin-top: 102px;
} */
@media screen and (max-width: 1040px) {
  .plan-point__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    padding-bottom: 80px;
  }
  .plan-point__flex:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .plan-point__flex {
    margin-top: 30px;
    padding-top: 20px;
  }
  /* .plan-point__flex:nth-of-type(2) {
    margin-top: 60px;
  } */
}
.plan-point_list .plan-point__flex:nth-child(even)::before {
  left: auto;
  right: 17%;
}

@media screen and (max-width: 1040px) {
  .plan-point__flex::before {
    max-height: none;
  }
}
.plan-point__img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0;
}

/* .plan-point__flex:nth-of-type(2) .plan-point__img {
  width: 62.3%;
  max-width: 690px;
  margin-left: 0;
  margin-right: -140px;
} */
/* @media screen and (max-width: 1040px) {

  .plan-point__img,
  .plan-point__flex:nth-of-type(2) .plan-point__img {
    width: 100%;
    max-width: none;
    margin: 0;
  }
} */
.plan-point_list .plan-point__flex:nth-child(odd) .plan-point__txt-wrapper {
  margin-left: 20%;
}

.plan-point__txt-wrapper {
  padding-top: 160px;
  width: 80%;
}
.plan-point__txt-wrapper h3 {
  font-family: "Hina Mincho", serif;
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.plan-point__txt-wrapper p {
  margin: 40px 0 20px;
}

/* 
.plan-point__flex:nth-of-type(2) .plan-point__txt-wrapper {
  padding-top: 140px;
} */
@media screen and (max-width: 1040px) {
  .plan-point__txt-wrapper {
    width: 80%;
    padding-top: 0;
  }
  .plan-point__flex:nth-of-type(2) .plan-point__txt-wrapper {
    width: 80%;
    padding-top: 0;
  }
  .plan-point__flex:nth-of-type(1) .plan-point__txt-wrapper {
    margin-left: auto;
  }
}
@media screen and (max-width: 1040px) {
  .plan-point__txt-wrapper h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .plan-point__txt-wrapper h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.plan__btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: bold;
  position: relative;
}
.plan__btn::before {
  content: "";
  width: 50px;
  height: 16px;
  position: absolute;
  background: url(https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cmn/arrow.png) no-repeat;
  top: 70%;
  right: -40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.plan__btn a {
  display: block;
  border: 1px solid #a8a9a9;
  font-size: 14px;
  letter-spacing: 0.03rem;
  text-align: center;
  color: #4d4d4d;
  padding: 6px 30px;
}

@media screen and (min-width: 768px) {
  .plan__btn:hover::before {
    right: -46px;
  }
}
.plan-point__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
  margin-top: 100px;
}
.plan-point__list h4 {
  font-family: "Hina Mincho", serif;
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.plan-point__list p {
  margin-top: 20px;
}

@media screen and (max-width: 1040px) {
  .plan-point__list {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .plan-point__list {
    grid-template-columns: 1fr;
    row-gap: 45px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1040px) {
  .plan-point__list h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .plan-point__list h4 {
    font-size: 20px;
  }
}
/*---------- START CARD PLAN ----------*/
.card-plain {
  background-color: #ffffff;
}

.card-plain__inner {
  padding-bottom: 25px;
}

.card-plain__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 0 0 0;
}

.card-plain__body {
  padding: 0 20px;
}

.card-plain__note {
  margin-top: 10px;
}

.card-plain__box {
  margin-top: 20px;
}

.card-plain__list li {
  padding-left: 1.1em;
  text-indent: -1.1em;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Hina Mincho", serif;
}
.card-plain__list li small {
  font-size: 13px;
}
.card-plain__list li strong {
  color: #852e2e;
}

@media only screen and (max-width: 575px) {
  .card-plain__list li {
    font-size: 15px;
  }
  .card-plain__list li small {
    font-size: 12px;
  }
}
/*---------- END CARD PLAN ----------*/
.plan-option {
  background-color: #f0f0f0;
  padding: 100px 0;
}

.plan-option__cards {
  display: grid;
  grid-gap: 50px 10px;
  margin-top: 60px;
}

.plan-option__note {
  margin-top: 15px;
}

@media only screen and (min-width: 1200px) {
  .plan-option__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .plan-option__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .plan-option {
    padding: 50px 0;
  }
  .plan-option__cards {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .plan-option__cards {
    grid-gap: 40px 0px;
  }
}
.plan-option__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 45px;
  margin-top: 40px;
}
.plan-option__list.list-full {
  grid-template-columns: repeat(1, 1fr);
}
.plan-option__list.list-full .plan-option-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plan-option__list.list-full h3 {
  margin-top: 0;
}
.plan-option__list.list-full .plan-option-item .plan-option__img {
  width: 31%;
}
.plan-option__list.list-full .plan-option-item .plan-option__txt {
  width: 67%;
}
.plan-option__list.list-full .plan-option-item .plan-option__txt p {
  margin-bottom: 1.6em;
}
.plan-option__list h3 {
  font-family: "Hina Mincho", serif;
  font-size: 20px;
  line-height: 1.6;
  margin: 15px 0 5px;
  letter-spacing: 0;
}
.plan-option__list h3 strong {
  color: #852e2e;
}
.plan-option__list h3 small {
  font-size: 16px;
}

@media screen and (max-width: 1040px) {
  .plan-option__list {
    gap: 60px 25px;
  }
}
@media screen and (max-width: 767px) {
  .plan-option__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 25px;
    margin-top: 30px;
  }
  .plan-option__list.list-full .plan-option-item .plan-option__img {
    width: 100%;
    margin-bottom: 30px;
  }
  .plan-option__list.list-full .plan-option-item .plan-option__txt {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .plan-option__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1040px) {
  .plan-option__list h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .plan-option__list h3 {
    font-size: 16px;
  }
  .plan-option__list h3 small {
    font-size: 14px;
  }
}
.plan-guid {
  padding: 80px 0 95px;
}

@media screen and (max-width: 767px) {
  .plan-guid {
    padding: 50px 0;
  }
}
.plan-guid__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 68px;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .plan-guid__list {
    row-gap: 45px;
    margin-top: 30px;
  }
}
.plan-guid__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 90px;
}

@media screen and (max-width: 1040px) {
  .plan-guid__list-item {
    gap: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .plan-guid__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.plan-guid__img {
  width: 56.4%;
  max-width: 620px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* margin-left: -70px; */
}

@media screen and (max-width: 767px) {
  .plan-guid__img {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}
.plan-guid__list span {
  background-color: #5f7a09;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-family: "Hina Mincho", serif;
  font-size: 22px;
  color: #fff;
  display: grid;
  place-content: center;
}
.plan-guid__list h3 {
  font-family: "Hina Mincho", serif;
  font-size: 30px;
  line-height: 1.6;
  margin: 15px 0 20px;
}

@media screen and (max-width: 767px) {
  .plan-guid__list span {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1040px) {
  .plan-guid__list h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .plan-guid__list h3 {
    font-size: 20px;
    margin: 10px 0 15px;
  }
}
.plan-service {
  padding: 100px 0;
}
.plan-service .inner-cont {
  margin-top: 40px;
}
.plan-service .inner-cont p {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .plan-service {
    padding: 50px 0 50px;
  }
  .plan-service .inner-cont {
    margin-top: 30px;
  }
  .plan-service .inner-cont p {
    margin-bottom: 30px;
  }
}
/*---------- START PLAIN PARTY SECTION ----------*/
.plan-party {
  padding: 100px 0;
  background-color: #f0f0f0;
}

.plan-party__title {
  margin-bottom: 50px;
  text-align: left;
}

.plan-party__item {
  margin-bottom: 30px;
}
.plan-party__item:last-child {
  margin-bottom: 0;
}

.plan-party__img {
  position: relative;
  padding-bottom: 100px;
}
.plan-party__img::before {
  position: absolute;
  content: "";
  left: 34%;
  bottom: 0;
  width: 100vw;
  height: 60%;
  background-image: url(https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/plan/plan_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.plan-party__img img {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .plan-party__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .plan-party__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px;
    padding-right: 50px;
  }
  .plan-party__right {
    width: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  .plan-party__body {
    margin-left: -25px;
  }
  .plan-party__img {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-party {
    padding: 50px 0;
  }
  .plan-party__left {
    margin-bottom: 40px;
  }
  .plan-party__title {
    margin-bottom: 25px;
  }
  .plan-party__item {
    margin-bottom: 20px;
  }
  .plan-party__img {
    padding-bottom: 50px;
  }
}
/*---------- END PLAIN PARTY SECTION ----------*/
.plan-party .box-party {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 70px 0 105px;
}
.plan-party .box-party:after {
  position: absolute;
  content: "";
  background-image: url(https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/plan/plan_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100%;
  left: 17%;
  bottom: 0;
  z-index: -1;
}
.plan-party .box-party .img-party {
  width: 45%;
  margin-top: 130px;
}
.plan-party .box-party .txt-party {
  width: 50%;
}
.plan-party .box-party .txt-party .plan__ttl {
  margin-bottom: 80px;
  text-align: left;
}
.plan-party .box-party .txt-party p:not(:last-child) {
  margin-bottom: 1.6em;
}

@media screen and (max-width: 767px) {
  .plan-party .box-party {
    padding: 40px 0 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .plan-party .box-party .txt-party .plan__ttl {
    margin-bottom: 40px;
    text-align: center;
  }
  .plan-party .box-party .img-party {
    width: 100%;
    margin-top: 40px;
  }
  .plan-party .box-party .txt-party {
    width: 100%;
  }
}
.plan-contact {
  background-color: #e8e5d9;
  padding: 80px 0 88px;
}
.plan-contact p {
  text-align: center;
  margin-top: 25px;
}
.plan-contact p span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .plan-contact {
    padding: 40px 0 50px;
  }
}
.plan-contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px 142px;
  margin-top: 60px;
}

@media screen and (max-width: 1040px) {
  .plan-contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .plan-contact__wrapper {
    margin-top: 40px;
  }
}
.plan-contact__tel {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  pointer-events: none;
}
.plan-contact__tel span {
  display: block;
  font-family: "Hina Mincho", serif;
  font-size: 49px;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 5px;
  position: relative;
}
.plan-contact__tel span::before {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/plan/tel_icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35px;
  height: 34.5px;
  position: absolute;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  top: 55%;
  left: -12px;
}

@media screen and (max-width: 1040px) {
  .plan-contact__tel {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .plan-contact__tel {
    font-size: 16px;
    margin-left: 14px;
    pointer-events: all;
  }
}
@media screen and (max-width: 1040px) {
  .plan-contact__tel span {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .plan-contact__tel span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1040px) {
  .plan-contact__tel span::before {
    width: 28px;
    height: 27.5px;
  }
}
@media screen and (max-width: 767px) {
  .plan-contact__tel span::before {
    width: 22px;
    height: 21.5px;
    left: -6px;
  }
}
.plan-contact__btn {
  border: solid 1px #ada96d;
  font-family: "Hina Mincho", serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #5f7a09;
  padding: 34px 117px 34px 43px;
  position: relative;
}
.plan-contact__btn::after {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/plan/btn_arw.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 44px;
  height: 9px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.plan-contact__btn span {
  display: inline-block;
}

@media screen and (max-width: 1040px) {
  .plan-contact__btn {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .plan-contact__btn {
    width: 100%;
    max-width: 400px;
    font-size: 18px;
    padding: 20px 50px 20px 20px;
  }
}
@media screen and (min-width: 768px) {
  .plan-contact__btn:hover::after {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .plan-contact__btn::after {
    width: 30px;
    height: 6px;
    right: 20px;
  }
}
/*============================
	spend
============================*/
.stay {
  padding: 129px 0 112px;
}
.stay .common__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px 20px;
}
.stay h2 {
  font-family: "Hina Mincho", serif;
  font-size: 36px;
  line-height: 1.8;
  color: #000;
  margin-top: -15px;
}
.stay h2 span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .stay {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .stay .common__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 1040px) {
  .stay h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .stay h2 {
    font-size: 24px;
  }
}
.stay__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 70px;
  color: #111;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .stay__list {
    row-gap: 40px;
  }
}
.stay__list-item h3 {
  font-family: "Hina Mincho", serif;
  font-size: 40px;
  line-height: 1.8;
}
.stay__list-item a {
  display: block;
  max-width: 552px;
  font-size: 20px;
  border-bottom: solid 1px #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 0 2px;
  position: relative;
}
.stay__list-item a::after {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spend/arw.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 60%;
  bottom: 10px;
  right: 0;
}
.stay__list-item a span {
  display: block;
  font-size: 16px;
  margin-left: 30px;
}

@media screen and (max-width: 1040px) {
  .stay__list-item h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .stay__list-item h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .stay__list-item a {
    max-width: none;
    font-size: 16px;
  }
}
@media screen and (max-width: 1040px) {
  .stay__list-item a span {
    font-size: 14px;
  }
}
.stay__img {
  width: 47%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: -24px;
  position: relative;
}
.stay__img::before {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/plan/plan_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 60%;
  position: absolute;
  left: 34%;
  bottom: -109px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .stay__img {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .stay__img::before {
    height: 70%;
    bottom: -80px;
  }
}
.day1 {
  padding: 134px 0 118px;
}

.day2 {
  padding: 134px 0 135px;
}

@media screen and (max-width: 767px) {
  .day1 {
    padding: 134px 0 0;
  }
  .day2 {
    padding: 134px 0 0;
    padding: 134px 0 40px;
  }
}
.spend-day h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-bottom: 114px;
  position: relative;
}
.spend-day h2::before {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spend/day_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 234px;
  height: 224px;
  position: absolute;
  -webkit-transform: translate(-60%, -60%);
  transform: translate(-60%, -60%);
  top: 0;
  left: 50%;
  z-index: -1;
}

@media screen and (max-width: 1040px) {
  .spend-day h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .spend-day h2 {
    font-size: 24px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1040px) {
  .spend-day h2::before {
    width: 175.5px;
    height: 168px;
  }
}
@media screen and (max-width: 767px) {
  .spend-day h2::before {
    width: 140px;
    height: 134px;
  }
}
.day__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 140px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .day__list {
    row-gap: 50px;
  }
}
.day1 .day__list::before,
.day2 .day__list::before {
  content: "";
  position: absolute;
  z-index: -1;
}

.day1 .day__list::before {
  background-color: #f5f5f5;
  width: 58.3vw;
  left: calc(50% - 50vw);
  top: 9.7%;
  bottom: 5.25%;
}

.day2 .day__list::before {
  background-color: #e8e5d9;
  width: 46.1vw;
  right: calc(50% - 50vw);
  top: 22.5%;
  bottom: 9%;
}

@media screen and (max-width: 767px) {
  .day1 .day__list::before,
  .day2 .day__list::before {
    width: 85vw;
  }
  .day1 .day__list::before {
    top: 11.5%;
    bottom: 4.5%;
  }
  .day2 .day__list::before {
    top: 24.8%;
    bottom: 8%;
  }
}
.day__list-txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .day__list-txt-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 20px;
    margin-bottom: 30px;
  }
}
.day__list-txt {
  width: 50%;
}
.day__list-txt h3 {
  font-size: 28px;
  color: #111;
  margin-bottom: 15px;
}
.day__list-txt p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .day__list-txt {
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .day__list-txt h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .day__list-txt h3 {
    font-size: 20px;
  }
}
.day__btn {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 1px solid #c8c8c8;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #4d4d4d;
  padding: 2px 43px;
  margin-top: 20px;
  position: relative;
}
.day__btn::before {
  content: "";
  width: 32px;
  height: 8px;
  position: absolute;
  background: url(https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cmn/arrow.png) no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: -17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .day__btn {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .day__btn:hover:before {
    right: -24px;
  }
}
.day__list-img {
  mix-blend-mode: multiply;
}

.day1 .day__list-item:nth-of-type(1) .day__list-img {
  width: 338px;
  height: 220px;
  margin-right: 4%;
}
.day1 .day__list-item:nth-of-type(2) .day__list-img {
  width: 338px;
  height: 224px;
  margin-right: 4%;
}
.day1 .day__list-item:nth-of-type(3) .day__list-img {
  width: 338px;
  height: 220px;
  margin-right: 5%;
}
.day1 .day__list-item:nth-of-type(4) .day__list-img {
  width: 338px;
  height: 221px;
  margin-right: 4%;
}
.day1 .day__list-item:nth-of-type(5) .day__list-img {
  width: 338px;
  height: 230px;
  margin-right: 4%;
}

.day2 .day__list-item:nth-of-type(1) .day__list-img {
  width: 338px;
  height: 225px;
  margin-right: 4%;
}
.day2 .day__list-item:nth-of-type(2) .day__list-img {
  width: 338px;
  height: 221px;
  margin-right: 4%;
}
.day2 .day__list-item:nth-of-type(3) .day__list-img {
  width: 338px;
  height: 233px;
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  .day1 .day__list-item:nth-of-type(1) .day__list-img, .day1 .day__list-item:nth-of-type(2) .day__list-img, .day1 .day__list-item:nth-of-type(3) .day__list-img, .day1 .day__list-item:nth-of-type(4) .day__list-img, .day1 .day__list-item:nth-of-type(5) .day__list-img {
    margin: 0;
  }
  .day2 .day__list-item:nth-of-type(1) .day__list-img, .day2 .day__list-item:nth-of-type(2) .day__list-img, .day2 .day__list-item:nth-of-type(3) .day__list-img {
    margin: 0;
  }
  .day1 .day__list-item:nth-of-type(1) .day__list-img {
    width: 153px;
    height: 107px;
  }
  .day1 .day__list-item:nth-of-type(2) .day__list-img {
    width: 155px;
    height: 149px;
  }
  .day1 .day__list-item:nth-of-type(3) .day__list-img {
    width: 166px;
    height: 107px;
  }
  .day1 .day__list-item:nth-of-type(4) .day__list-img {
    width: 152px;
    height: 154px;
  }
  .day1 .day__list-item:nth-of-type(5) .day__list-img {
    width: 165px;
    height: 106px;
  }
  .day2 .day__list-item:nth-of-type(1) .day__list-img {
    width: 177px;
    height: 163px;
  }
  .day2 .day__list-item:nth-of-type(2) .day__list-img {
    width: 201px;
    height: 147px;
  }
  .day2 .day__list-item:nth-of-type(3) .day__list-img {
    width: 195px;
    height: 129px;
  }
}
/*--エディター用--------------------------*/
@media (max-width: 768px) {
  .deta-box {
    display: block;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.15em;
  }
  .deta-box h1 {
    font-size: 18px;
    border-bottom: #e5e5e5 solid 1px;
    padding-bottom: 14px;
    margin-top: 20px;
  }
  .deta-box h2 {
    display: block;
    font-size: 17px;
    padding: 7px 15px 7px 15px;
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 2.1213px, #e6eef1 2.1213px, #e6f1e7 4.2426px);
    color: #66645d;
    margin-top: 20px;
  }
  .deta-box h3 {
    display: block;
    font-size: 16px;
    border-bottom: #5f7a09 solid 1px;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .deta-box h4 {
    display: block;
    font-size: 15px;
    padding: 9px 15px;
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 2.1213px, #f1f1f1 2.1213px, #f1f1f1 4.2426px);
    margin-top: 20px;
  }
  .deta-box h5 {
    display: block;
    position: relative;
    font-size: 15px;
    padding-left: 14px;
    margin-top: 16px;
  }
  .deta-box h5::before {
    position: absolute;
    left: 0;
    top: 0px;
    content: "";
    width: 1px;
    height: 100%;
    background: #5f5f5f;
  }
  .deta-box h6 {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 18px;
    padding-bottom: 10px;
    color: #5f7a09;
    border-bottom: #e5e5e5 dotted 1px;
  }
  .deta-box p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 25px;
    /*display: inline;*/
  }
  .deta-box ul,
  .deta-box ol {
    margin: 20px 0;
  }
  .deta-box ul li {
    display: block;
    margin-top: 4px;
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    line-height: 1.8;
  }
  .deta-box ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "◆";
    font-size: 1.8rem;
    color: #5f7a09;
  }
  .deta-box ol {
    margin-left: 16px;
  }
  .deta-box ol li {
    list-style-type: decimal;
    font-size: 14px;
    line-height: 1.8;
    color: #5f7a09;
  }
  .deta-box table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    margin-top: 20px;
  }
  .deta-box table thead {
    background: #5f7a09;
  }
  .deta-box table tfoot {
    background: #EFEFEF;
  }
  .deta-box table th,
  .deta-box table td {
    padding: 14px 2%;
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
  }
  table.type-a {
    border-collapse: collapse;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    margin-top: 30px;
  }
  table.type-a thead {
    background: #5f7a09;
    color: #fff;
  }
  table.type-a tfoot {
    background: #EFEFEF;
  }
  table.type-a th,
  table.type-a td {
    padding: 14px 2%;
    font-size: 14px;
    line-height: 1.8;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
  }
  table.type-b {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    margin-top: 30px;
  }
  table.type-b thead {
    background: #5f7a09;
  }
  table.type-b tfoot {
    background: #EFEFEF;
  }
  table.type-b th,
  table.type-b td {
    padding: 14px 2%;
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
  }
  .deta-box dl.type-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .deta-box dl.type-a dt {
    font-size: 14px;
    line-height: 1.8;
    padding: 13px 2%;
    -ms-flex-preferred-size: 13%;
    flex-basis: 13%;
    border-bottom: #ccc dotted 1px;
  }
  .deta-box dl.type-a dd {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 13px 2%;
    -ms-flex-preferred-size: 79%;
    flex-basis: 79%;
    border-bottom: #ccc dotted 1px;
  }
  .deta-box dl.type-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .deta-box dl.type-b dt {
    font-size: 14px;
    line-height: 1.8;
    padding: 13px 2%;
    -ms-flex-preferred-size: 13%;
    flex-basis: 13%;
    border-bottom: #ccc dotted 1px;
  }
  .deta-box dl.type-b dd {
    font-size: 14px;
    line-height: 1.8;
    padding: 13px 2%;
    -ms-flex-preferred-size: 79%;
    flex-basis: 79%;
    border-bottom: #ccc dotted 1px;
  }
  .deta-box dl.type-c {
    display: block;
    margin-top: 20px;
  }
  .deta-box dl.type-c dt {
    font-size: 14px;
    line-height: 1.8;
    padding: 13px 0 5px 0;
  }
  .deta-box dl.type-c dd {
    font-size: 14px;
    line-height: 1.8;
    padding: 3px 2% 13px 2%;
    -ms-flex-preferred-size: 79%;
    flex-basis: 79%;
    border-bottom: #ccc dotted 1px;
  }
  .deta-box dl.type-acc {
    display: block;
  }
  .deta-box dl.type-acc > dt {
    font-size: 14px;
    line-height: 1.8;
    border: #EFEFEF solid 3px;
    padding: 15px 25px;
    margin-top: 20px;
    cursor: pointer;
    background: #f0f0f0;
    position: relative;
  }
  .deta-box dl.type-acc > dt::before {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 15px;
    height: 2px;
    background: #000;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .deta-box dl.type-acc > dt::after {
    position: absolute;
    right: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 2px;
    height: 15px;
    background: #000;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .deta-box dl.type-acc > dt.active::after {
    position: absolute;
    right: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 2px;
    height: 15px;
    background: #000;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  .deta-box dl.type-acc > dd {
    font-size: 14px;
    line-height: 1.8;
    padding: 13px 2% 13px 2%;
    border: #ccc dotted 1px;
    display: none;
    margin-top: 15px;
  }
  .deta-box ul {
    display: block;
    margin-top: 20px;
  }
  .deta-box ul li {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    padding-left: 22px;
    margin: 12px 0;
  }
  .deta-box ul li::before {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    width: 15px;
    height: 15px;
    background: #5f7a09;
  }
  .deta-box ul li ul li {
    font-size: 13px;
    line-height: 1.7;
    padding-left: 24px !important;
    margin: 6px;
    color: #66645d !important;
  }
  .deta-box li li {
    font-size: 13px;
    line-height: 1.7;
    padding-left: 24px !important;
    margin: 6px;
    color: #66645d !important;
  }
  .deta-box ul li ul li::before,
  .deta-box li li::before {
    height: 3px;
    width: 13px;
    top: 22px;
  }
  .deta-box ul li ul li ul li {
    font-size: 13px;
    line-height: 1.7;
    padding-left: 10px;
    margin: 3px 0;
  }
  .deta-box ul li ul li ul li::before {
    height: 2px;
    width: 2px;
    top: 9px;
    border-radius: 50%;
    background: #222;
  }
  .deta-box ol {
    display: block;
    margin-top: 20px;
  }
  .deta-box ol li {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    padding: 12px 0;
    list-style-type: decimal;
    list-style-position: inside;
    color: #5f7a09;
    border-bottom: #ccc dotted 1px;
  }
  .deta-box ol li ol {
    margin-left: 16px;
    margin-top: 0px;
  }
  .deta-box ol li ol li {
    font-size: 13px;
    line-height: 1.7;
    padding: 4px 0 !important;
    color: #000;
    border-bottom: none;
  }
  .deta-box ol li ol li ol {
    margin-left: 24px;
    padding: 0px;
    margin-top: 0px;
  }
  .deta-box ol li ol li ol li {
    font-size: 13px;
    line-height: 1.7;
    padding: 2px;
    color: #000;
    border-bottom: none;
  }
  .deta-box .img-centers {
    text-align: center;
    margin-top: 30px;
  }
  .deta-box .img-centers img {
    display: inline-block;
    max-width: 100%;
  }
  .deta-box .float-l {
    margin-top: 30px;
  }
  .deta-box .float-l::after {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
  }
  .deta-box .float-l figure {
    float: left;
    margin-right: 25px;
  }
  .deta-box .float-l figure img {
    float: none !important;
    clear: both !important;
  }
  .deta-box .float-l figure figcaption {
    display: block;
    clear: both;
    width: 100%;
  }
  .deta-box .img-full {
    margin-top: 30px;
  }
  .deta-box .img-full img {
    width: 100%;
  }
  .deta-box .float-r {
    margin-top: 30px;
  }
  .deta-box .float-r::after {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
  }
  .deta-box .float-r figure {
    float: right;
    margin-left: 25px;
  }
  .deta-box .float-r figure figcaption {
    display: block;
    clear: both;
    width: 100%;
  }
  .inlines {
    display: inline-block;
    margin: 10px;
  }
  .deta-box figcaption {
    font-size: 1.2rem;
    font-weight: 200;
    padding: 4px 0;
    text-align: center;
  }
  .txt-center {
    text-align: center;
  }
  .txt-right {
    text-align: right;
  }
  .txt-justy {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .deta-box iframe {
    width: 100%;
    height: 400px;
    margin-top: 40px;
  }
  .alignright {
    float: right;
  }
  .ml-center {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  .deta-box {
    display: block;
    padding-bottom: 70px;
    font-size: 1.4rem;
    line-height: 2.5;
    letter-spacing: 0.15em;
  }
  .deta-box h1 {
    font-size: 19px;
    border-bottom: #e5e5e5 solid 1px;
    padding-bottom: 25px;
    margin-top: 45px;
  }
  .deta-box h2 {
    display: block;
    font-size: 18px;
    padding: 15px 25px 15px 25px;
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 2.1213px, #e6eef1 2.1213px, #e6eef1 4.2426px);
    color: #66645d;
    margin-top: 30px;
  }
  .deta-box h3 {
    display: block;
    font-size: 17px;
    border-bottom: #5f7a09 solid 1px;
    padding-bottom: 15px;
    margin-top: 30px;
  }
  .deta-box h4 {
    display: block;
    font-size: 16px;
    padding: 13px 15px;
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 2.1213px, #f1f1f1 2.1213px, #f1f1f1 4.2426px);
    margin-top: 30px;
  }
  .deta-box h5 {
    display: block;
    position: relative;
    font-size: 16px;
    padding-left: 24px;
    margin-top: 25px;
  }
  .deta-box h5::before {
    position: absolute;
    left: 0;
    top: 0px;
    content: "";
    width: 1px;
    height: 100%;
    background: #5f7a09;
  }
  .deta-box h6 {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 2.5;
    font-weight: 200;
    margin-top: 25px;
    padding-bottom: 10px;
    color: #5f7a09;
    border-bottom: #e5e5e5 dotted 1px;
  }
  .deta-box p {
    font-size: 15px;
    line-height: 2;
    padding-top: 30px;
    /*display: inline;*/
  }
  .deta-box ul,
  .deta-box ol {
    margin: 30px 0;
  }
  .deta-box ul li {
    display: block;
    margin-bottom: 4px;
    position: relative;
    padding-left: 24px;
    font-size: 15px;
    line-height: 1.9;
  }
  .deta-box ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "◆";
    font-size: 1.8rem;
    color: #5f7a09;
  }
  .deta-box ol {
    margin-left: 16px;
  }
  .deta-box ol li {
    list-style-type: decimal;
    font-size: 15px;
    line-height: 1.9;
    color: #5f7a09;
  }
  .deta-box table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    margin-top: 20px;
  }
  .deta-box table thead {
    background: #5f7a09;
  }
  .deta-box table tfoot {
    background: #EFEFEF;
  }
  .deta-box table th,
  .deta-box table td {
    padding: 14px 2%;
    font-size: 15px;
    text-align: center;
    line-height: 1.9;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
  }
  table.type-a {
    border-collapse: collapse;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    margin-top: 30px;
  }
  table.type-a thead {
    background: #5f7a09;
    color: #fff;
  }
  table.type-a tfoot {
    background: #EFEFEF;
  }
  table.type-a th,
  table.type-a td {
    padding: 14px 2%;
    font-size: 15px;
    line-height: 1.9;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
  }
  table.type-b {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    margin-top: 30px;
  }
  table.type-b thead {
    background: #5f7a09;
  }
  table.type-b tfoot {
    background: #EFEFEF;
  }
  table.type-b th,
  table.type-b td {
    padding: 14px 2%;
    font-size: 15px;
    text-align: center;
    line-height: 1.9;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
  }
  .deta-box dl.type-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .deta-box dl.type-a dt {
    font-size: 15px;
    line-height: 1.9;
    padding: 13px 2%;
    -ms-flex-preferred-size: 13%;
    flex-basis: 13%;
    border-bottom: #ccc dotted 1px;
  }
  .deta-box dl.type-a dd {
    font-size: 1.4rem;
    line-height: 2.5;
    font-weight: 200;
    padding: 13px 2%;
    -ms-flex-preferred-size: 79%;
    flex-basis: 79%;
    border-bottom: #ccc dotted 1px;
  }
  .deta-box dl.type-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .deta-box dl.type-b dt {
    font-size: 15px;
    line-height: 1.9;
    padding: 13px 2%;
    -ms-flex-preferred-size: 13%;
    flex-basis: 13%;
    border-bottom: #ccc dotted 1px;
  }
  .deta-box dl.type-b dd {
    font-size: 15px;
    line-height: 1.9;
    padding: 13px 2%;
    -ms-flex-preferred-size: 79%;
    flex-basis: 79%;
    border-bottom: #ccc dotted 1px;
  }
  .deta-box dl.type-c {
    display: block;
    margin-top: 20px;
  }
  .deta-box dl.type-c dt {
    font-size: 15px;
    line-height: 1.9;
    padding: 13px 0 5px 0;
  }
  .deta-box dl.type-c dd {
    font-size: 15px;
    line-height: 1.9;
    padding: 3px 2% 13px 2%;
    -ms-flex-preferred-size: 79%;
    flex-basis: 79%;
    border-bottom: #ccc dotted 1px;
  }
  .deta-box dl.type-acc {
    display: block;
  }
  .deta-box dl.type-acc > dt {
    font-size: 15px;
    line-height: 1.9;
    border: #EFEFEF solid 3px;
    padding: 15px 25px;
    margin-top: 20px;
    cursor: pointer;
    background: #f0f0f0;
    position: relative;
  }
  .deta-box dl.type-acc > dt::before {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 15px;
    height: 2px;
    background: #000;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .deta-box dl.type-acc > dt::after {
    position: absolute;
    right: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 2px;
    height: 15px;
    background: #000;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .deta-box dl.type-acc > dt.active::after {
    position: absolute;
    right: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 2px;
    height: 15px;
    background: #000;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  .deta-box dl.type-acc > dd {
    font-size: 15px;
    line-height: 1.9;
    padding: 13px 2% 13px 2%;
    border: #ccc dotted 1px;
    display: none;
    margin-top: 15px;
  }
  .deta-box ul {
    display: block;
    margin-top: 20px;
  }
  .deta-box ul li {
    position: relative;
    font-size: 15px;
    line-height: 1.9;
    padding-left: 30px !important;
    margin: 12px 0;
    color: #66645d !important;
  }
  .deta-box ul li::before {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    width: 15px;
    height: 15px;
    background: #5f7a09;
  }
  .deta-box ul li ul li {
    font-size: 13px;
    line-height: 1.9;
    padding-left: 17px;
    margin: 6px;
    margin-left: 30px;
  }
  .deta-box li li {
    font-size: 13px;
    line-height: 1.9;
    padding-left: 17px;
    margin: 6px;
    margin-left: 30px;
  }
  .deta-box ul li ul li::before,
  .deta-box li li::before {
    height: 3px;
    width: 13px;
    top: 22px;
  }
  .deta-box ul li ul li ul li {
    font-size: 13px;
    line-height: 1.9;
    padding-left: 10px;
    margin: 3px 0;
  }
  .deta-box ul li ul li ul li::before {
    height: 2px;
    width: 2px;
    top: 9px;
    border-radius: 50%;
    background: #222;
  }
  .deta-box ol {
    display: block;
    margin-top: 20px;
  }
  .deta-box ol li {
    position: relative;
    font-size: 15px;
    line-height: 1.9;
    padding: 12px 0;
    list-style-type: decimal;
    list-style-position: inside;
    color: #5f7a09;
    border-bottom: #e5e5e5 dotted 1px;
  }
  .deta-box ol li ol {
    margin-left: 16px;
    margin-top: 0px;
  }
  .deta-box ol li ol li {
    font-size: 13px;
    line-height: 1.9;
    padding: 4px 0 !important;
    color: #000;
    border-bottom: none;
  }
  .deta-box ol li ol li ol {
    margin-left: 24px;
    padding: 0px;
    margin-top: 0px;
  }
  .deta-box ol li ol li ol li {
    font-size: 13px;
    line-height: 1.9;
    padding: 2px;
    color: #000;
    border-bottom: none;
  }
  .deta-box .img-centers {
    text-align: center;
    margin-top: 30px;
  }
  .deta-box .img-centers img {
    display: inline-block;
    max-width: 100%;
  }
  .deta-box .float-l {
    margin-top: 30px;
  }
  .deta-box .float-l::after {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
  }
  .deta-box .float-l figure {
    float: left;
    margin-right: 25px;
  }
  .deta-box .float-l figure img {
    float: none !important;
    clear: both !important;
  }
  .deta-box .float-l figure figcaption {
    display: block;
    clear: both;
    width: 100%;
  }
  .deta-box .img-full {
    margin-top: 30px;
  }
  .deta-box .img-full img {
    width: 100%;
  }
  .deta-box .float-r {
    margin-top: 30px;
  }
  .deta-box .float-r::after {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
  }
  .deta-box .float-r figure {
    float: right;
    margin-left: 25px;
  }
  .deta-box .float-r figure figcaption {
    display: block;
    clear: both;
    width: 100%;
  }
  .inlines {
    display: inline-block;
    margin: 10px;
  }
  .deta-box figcaption {
    font-size: 1.2rem;
    font-weight: 200;
    padding: 4px 0;
    text-align: center;
  }
  .txt-center {
    text-align: center;
  }
  .txt-right {
    text-align: right;
  }
  .txt-justy {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .deta-box iframe {
    width: 100%;
    height: 400px;
    margin-top: 40px;
  }
  .alignright {
    float: right;
  }
  .ml-center {
    margin-left: auto;
    margin-right: auto;
  }
}
.deta-box img {
  width: auto !important;
  max-width: 100%;
  margin-bottom: 20px;
}

/* Alignments */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignleft {
    /*rtl:ignore*/
    margin-right: 2rem;
  }
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignright {
    /*rtl:ignore*/
    margin-left: 2rem;
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Clearings */
.clear:before, .clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.entry-content:before, .entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.comment-content:before, .comment-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-header:before, .site-header:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-content:before, .site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.entry .entry-content > * {
  margin: 12px 0 30px 0;
  max-width: 100%;
}
.entry .entry-summary > *,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > * {
  margin: 12px 0 30px 0;
  max-width: 100%;
}
.entry .entry-content > .wp-block-group > .wp-block-group__inner-container > * {
  margin: 12px 0 30px 0;
  max-width: 100%;
}
.entry .entry-content > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.entry .entry-summary > *.alignwide,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.entry .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.entry .entry-content > *.alignfull {
  position: relative;
  left: -1rem;
  width: calc(100% + 2rem);
  max-width: calc(100% + 2rem);
  clear: both;
}
.entry .entry-summary > *.alignfull,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignfull {
  position: relative;
  left: -1rem;
  width: calc(100% + 2rem);
  max-width: calc(100% + 2rem);
  clear: both;
}
.entry .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignfull {
  position: relative;
  left: -1rem;
  width: calc(100% + 2rem);
  max-width: calc(100% + 2rem);
  clear: both;
}
.entry .entry-content > *.alignleft {
  /*rtl:ignore*/
  float: left;
  max-width: 41.6666666667vw;
  margin-top: 0;
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 1rem;
}
.entry .entry-summary > *.alignleft,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignleft {
  /*rtl:ignore*/
  float: left;
  max-width: 41.6666666667vw;
  margin-top: 0;
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 1rem;
}
.entry .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignleft {
  /*rtl:ignore*/
  float: left;
  max-width: 41.6666666667vw;
  margin-top: 0;
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 1rem;
}
.entry .entry-content > *.alignright {
  /*rtl:ignore*/
  float: right;
  max-width: 41.6666666667vw;
  margin-top: 0;
  margin-right: 0;
  /*rtl:ignore*/
  margin-left: 1rem;
}
.entry .entry-summary > *.alignright,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignright {
  /*rtl:ignore*/
  float: right;
  max-width: 41.6666666667vw;
  margin-top: 0;
  margin-right: 0;
  /*rtl:ignore*/
  margin-left: 1rem;
}
.entry .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignright {
  /*rtl:ignore*/
  float: right;
  max-width: 41.6666666667vw;
  margin-top: 0;
  margin-right: 0;
  /*rtl:ignore*/
  margin-left: 1rem;
}
.entry .entry-content > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry .entry-summary > *.aligncenter,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry .entry-content > .wp-block-group > .wp-block-group__inner-container > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry .entry-content > * > *:first-child {
  margin-top: 0;
}
.entry .entry-summary > * > *:first-child {
  margin-top: 0;
}
.entry .entry-content > * > *:last-child,
.entry .entry-summary > * > *:last-child {
  margin-bottom: 0;
}
.entry .entry-content .entry-content,
.entry .entry-content .entry-summary,
.entry .entry-content .entry {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}
.entry .entry-summary .entry-content,
.entry .entry-summary .entry-summary,
.entry .entry-summary .entry {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}
.entry .entry-content p.has-background {
  padding: 20px 30px;
}
.entry .entry-content .wp-block-audio {
  width: 100%;
}
.entry .entry-content .wp-block-audio audio {
  width: 100%;
}
.entry .entry-content .wp-block-audio.alignleft audio, .entry .entry-content .wp-block-audio.alignright audio {
  max-width: 198px;
}
.entry .entry-content .wp-block-video video {
  width: 100%;
}
.entry .entry-content .wp-block-button .wp-block-button__link {
  -webkit-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
  border: none;
  font-size: 0.88889em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  padding: 0.76rem 1rem;
  outline: none;
  outline: none;
}
.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #0073aa;
}
.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: white;
}
.entry .entry-content .wp-block-button .wp-block-button__link:hover {
  color: white;
  background: #111;
  cursor: pointer;
}
.entry .entry-content .wp-block-button .wp-block-button__link:focus {
  color: white;
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}
.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 5px;
}
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  border-width: 2px;
  border-style: solid;
}
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus, .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  border-width: 2px;
  border-style: solid;
}
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background), .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background), .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
  background: transparent;
}
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color), .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color), .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
  color: #0073aa;
  border-color: currentColor;
}
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: white;
  border-color: #111;
}
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
  color: #111;
}
.entry .entry-content .wp-block-archives,
.entry .entry-content .wp-block-categories,
.entry .entry-content .wp-block-latest-posts {
  padding: 0;
  list-style: none;
}
.entry .entry-content .wp-block-archives li > a,
.entry .entry-content .wp-block-categories li > a,
.entry .entry-content .wp-block-latest-posts li > a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 24.75px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
}
.entry .entry-content .wp-block-archives.aligncenter {
  text-align: center;
}
.entry .entry-content .wp-block-categories.aligncenter {
  text-align: center;
}
.entry .entry-content .wp-block-categories ul {
  padding-top: 0.75rem;
}
.entry .entry-content .wp-block-categories li ul {
  list-style: none;
  padding-left: 0;
}
.entry .entry-content .wp-block-categories ul {
  counter-reset: submenu;
}
.entry .entry-content .wp-block-categories ul > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}
.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.71111em;
  color: #767676;
  line-height: 1.2;
}
.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-full-content,
.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.entry .entry-content .wp-block-latest-posts li {
  padding-bottom: 0.5rem;
}
.entry .entry-content .wp-block-latest-posts li.menu-item-has-children, .entry .entry-content .wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}
.entry .entry-content .wp-block-latest-posts li :not(:last-child) .wp-block-latest-posts__post-excerpt {
  padding-bottom: 0.5rem;
}
.entry .entry-content .wp-block-latest-posts.is-grid li {
  border-top: 2px solid #ccc;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.entry .entry-content .wp-block-latest-posts.is-grid li a:after {
  content: "";
}
.entry .entry-content .wp-block-latest-posts.is-grid li:last-child {
  margin-bottom: auto;
}
.entry .entry-content .wp-block-latest-posts.is-grid li:last-child a:after {
  content: "";
}
.entry .entry-content .wp-block-preformatted {
  font-size: 0.71111em;
  line-height: 1.8;
  padding: 1rem;
}
.entry .entry-content .wp-block-verse {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.8;
}
.entry .entry-content .has-drop-cap:not(:focus):first-letter {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 3.375em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
}
.entry .entry-content .wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 1rem;
}
.entry .entry-content .wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-top: 4rem;
  margin-bottom: 4.33rem;
  margin-right: 0;
  padding-left: 0;
}
.entry .entry-content .wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.entry .entry-content .wp-block-pullquote p em {
  font-style: normal;
}
.entry .entry-content .wp-block-pullquote cite {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
  /*
  * This requires a rem-based font size calculation instead of our normal em-based one,
  * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
  */
  font-size: 0.7111111111rem;
}
.entry .entry-content .wp-block-pullquote.alignleft, .entry .entry-content .wp-block-pullquote.alignright {
  width: 100%;
  padding: 0;
}
.entry .entry-content .wp-block-pullquote.alignleft blockquote, .entry .entry-content .wp-block-pullquote.alignright blockquote {
  margin: 1rem 0;
  padding: 0;
  text-align: left;
  max-width: 100%;
}
.entry .entry-content .wp-block-pullquote.alignleft blockquote p:first-child, .entry .entry-content .wp-block-pullquote.alignright blockquote p:first-child {
  margin-top: 0;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color {
  background-color: #0073aa;
  padding-left: 0;
  padding-right: 0;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color p {
  font-size: 1.6875em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color a {
  color: #fff;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  color: #fff;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a {
  color: inherit;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: inherit;
}
.entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large) {
  border-width: 2px;
  border-color: #0073aa;
  padding-top: 0;
  padding-bottom: 0;
}
.entry .entry-content .wp-block-quote p {
  font-size: 1em;
  font-style: normal;
  line-height: 1.8;
}
.entry .entry-content .wp-block-quote cite {
  /*
  * This requires a rem-based font size calculation instead of our normal em-based one,
  * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
  */
  font-size: 0.7111111111rem;
}
.entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large {
  margin: 1rem 0;
  padding: 0;
  border-left: none;
}
.entry .entry-content .wp-block-quote.is-large p, .entry .entry-content .wp-block-quote.is-style-large p {
  font-size: 1.6875em;
  line-height: 1.4;
  font-style: italic;
}
.entry .entry-content .wp-block-quote.is-large cite,
.entry .entry-content .wp-block-quote.is-large footer {
  /*
   * This requires a rem-based font size calculation instead of our normal em-based one,
   * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
   */
  font-size: 0.7111111111rem;
}
.entry .entry-content .wp-block-quote.is-style-large cite,
.entry .entry-content .wp-block-quote.is-style-large footer {
  /*
   * This requires a rem-based font size calculation instead of our normal em-based one,
   * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
   */
  font-size: 0.7111111111rem;
}
.entry .entry-content .wp-block-image {
  max-width: 100%;
}
.entry .entry-content .wp-block-image img {
  display: block;
}
.entry .entry-content .wp-block-image.alignfull img {
  width: 100vw;
  max-width: calc(100% + 2rem);
}
.entry .entry-content .wp-block-cover-image,
.entry .entry-content .wp-block-cover {
  position: relative;
  min-height: 430px;
  padding: 1rem;
}
.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
.entry .entry-content .wp-block-cover-image .wp-block-cover-text,
.entry .entry-content .wp-block-cover-image h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.6875em;
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  color: #fff;
}
.entry .entry-content .wp-block-cover .wp-block-cover-image-text,
.entry .entry-content .wp-block-cover .wp-block-cover-text,
.entry .entry-content .wp-block-cover h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.6875em;
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  color: #fff;
}
.entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright {
  width: 100%;
}
.entry .entry-content .wp-block-cover.alignleft, .entry .entry-content .wp-block-cover.alignright {
  width: 100%;
}
.entry .entry-content .wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
}
.entry .entry-content .wp-block-gallery .blocks-gallery-image:last-child,
.entry .entry-content .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}
.entry .entry-content .wp-block-gallery figcaption a {
  color: #fff;
}
.entry .entry-content .wp-block-audio figcaption,
.entry .entry-content .wp-block-video figcaption,
.entry .entry-content .wp-block-image figcaption {
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}
.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}
.entry .entry-content .wp-block-separator,
.entry .entry-content hr {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left;
  /* Remove duplicate rule-line when a separator
  * is followed by an H1, or H2 */
}
.entry .entry-content .wp-block-separator.is-style-wide,
.entry .entry-content hr.is-style-wide {
  max-width: 100%;
}
.entry .entry-content .wp-block-separator.is-style-dots,
.entry .entry-content hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}
.entry .entry-content .wp-block-separator.is-style-dots:not(.has-text-color):not(.has-background),
.entry .entry-content hr.is-style-dots:not(.has-text-color):not(.has-background) {
  color: #767676;
}
.entry .entry-content .wp-block-separator.is-style-dots:before,
.entry .entry-content hr.is-style-dots:before {
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}
.entry .entry-content .wp-block-separator + h1:before,
.entry .entry-content .wp-block-separator + h2:before {
  display: none;
}
.entry .entry-content hr + h1:before,
.entry .entry-content hr + h2:before {
  display: none;
}
.entry .entry-content .wp-block-embed-twitter {
  word-break: break-word;
}
.entry .entry-content .wp-block-table th,
.entry .entry-content .wp-block-table td {
  border-color: #767676;
}
.entry .entry-content .wp-block-file {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.entry .entry-content .wp-block-file .wp-block-file__button {
  display: table;
  -webkit-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
  border: none;
  border-radius: 5px;
  background: #0073aa;
  font-size: 22px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
  padding: 0.75rem 1rem;
  color: #fff;
  margin-left: 0;
  margin-top: 0.75rem;
}
.entry .entry-content .wp-block-file .wp-block-file__button:hover {
  background: #111;
  cursor: pointer;
}
.entry .entry-content .wp-block-file .wp-block-file__button:focus {
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}
.entry .entry-content .wp-block-code {
  border-radius: 0;
}
.entry .entry-content .wp-block-code code {
  font-size: 1.125em;
  white-space: pre-wrap;
  word-break: break-word;
}
.entry .entry-content .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.entry .entry-content .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.entry .entry-content .wp-block-group.alignfull > .wp-block-group__inner-container {
  max-width: calc(100% - 2rem);
  margin: 0 1rem;
}
.entry .entry-content .wp-block-group.has-background {
  padding: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
.entry .entry-content .wp-block-group.has-background .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.entry .entry-content .wp-block-group.has-background .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.entry .entry-content .wp-block-group.has-background.alignfull {
  padding-left: 0;
  padding-right: 0;
}
.entry .entry-content .wp-block-group.has-background:not(.alignfull) > .wp-block-group__inner-container > .alignfull {
  width: 100%;
  max-width: 100%;
}
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
}
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-weight: normal;
}
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment,
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date,
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
}
.entry .entry-content .wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
  font-size: 0.71111em;
}
.entry .entry-content .has-small-font-size {
  font-size: 0.88889em;
}
.entry .entry-content .has-normal-font-size {
  font-size: 1.125em;
}
.entry .entry-content .has-large-font-size {
  font-size: 1.6875em;
}
.entry .entry-content .has-huge-font-size {
  font-size: 2.25em;
}
.entry .entry-content .has-primary-background-color,
.entry .entry-content .has-secondary-background-color,
.entry .entry-content .has-dark-gray-background-color,
.entry .entry-content .has-light-gray-background-color {
  color: #fff;
}
.entry .entry-content .has-primary-background-color > p,
.entry .entry-content .has-primary-background-color > h1,
.entry .entry-content .has-primary-background-color > h2,
.entry .entry-content .has-primary-background-color > h3,
.entry .entry-content .has-primary-background-color > h4,
.entry .entry-content .has-primary-background-color > h5,
.entry .entry-content .has-primary-background-color > h6,
.entry .entry-content .has-primary-background-color > a {
  color: #fff;
}
.entry .entry-content .has-secondary-background-color > p,
.entry .entry-content .has-secondary-background-color > h1,
.entry .entry-content .has-secondary-background-color > h2,
.entry .entry-content .has-secondary-background-color > h3,
.entry .entry-content .has-secondary-background-color > h4,
.entry .entry-content .has-secondary-background-color > h5,
.entry .entry-content .has-secondary-background-color > h6,
.entry .entry-content .has-secondary-background-color > a {
  color: #fff;
}
.entry .entry-content .has-dark-gray-background-color > p,
.entry .entry-content .has-dark-gray-background-color > h1,
.entry .entry-content .has-dark-gray-background-color > h2,
.entry .entry-content .has-dark-gray-background-color > h3,
.entry .entry-content .has-dark-gray-background-color > h4,
.entry .entry-content .has-dark-gray-background-color > h5,
.entry .entry-content .has-dark-gray-background-color > h6,
.entry .entry-content .has-dark-gray-background-color > a {
  color: #fff;
}
.entry .entry-content .has-light-gray-background-color > p,
.entry .entry-content .has-light-gray-background-color > h1,
.entry .entry-content .has-light-gray-background-color > h2,
.entry .entry-content .has-light-gray-background-color > h3,
.entry .entry-content .has-light-gray-background-color > h4,
.entry .entry-content .has-light-gray-background-color > h5,
.entry .entry-content .has-light-gray-background-color > h6,
.entry .entry-content .has-light-gray-background-color > a {
  color: #fff;
}
.entry .entry-content .has-white-background-color {
  color: #111;
}
.entry .entry-content .has-white-background-color > p,
.entry .entry-content .has-white-background-color > h1,
.entry .entry-content .has-white-background-color > h2,
.entry .entry-content .has-white-background-color > h3,
.entry .entry-content .has-white-background-color > h4,
.entry .entry-content .has-white-background-color > h5,
.entry .entry-content .has-white-background-color > h6,
.entry .entry-content .has-white-background-color > a {
  color: #111;
}
.entry .entry-content .has-primary-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-primary-background-color {
  background-color: #0073aa;
}
.entry .entry-content .has-secondary-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
  background-color: #005177;
}
.entry .entry-content .has-dark-gray-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #111;
}
.entry .entry-content .has-light-gray-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #767676;
}
.entry .entry-content .has-white-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #FFF;
}
.entry .entry-content .has-primary-color {
  color: #0073aa;
}
.entry .entry-content .wp-block-pullquote blockquote.has-primary-color {
  color: #0073aa;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color {
  color: #0073aa;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p {
  color: #0073aa;
}
.entry .entry-content .has-secondary-color {
  color: #005177;
}
.entry .entry-content .wp-block-pullquote blockquote.has-secondary-color {
  color: #005177;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color {
  color: #005177;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p {
  color: #005177;
}
.entry .entry-content .has-dark-gray-color {
  color: #111;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color {
  color: #111;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color > p {
  color: #111;
}
.entry .entry-content .has-light-gray-color {
  color: #767676;
}
.entry .entry-content .wp-block-pullquote blockquote.has-light-gray-color {
  color: #767676;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color {
  color: #767676;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p {
  color: #767676;
}
.entry .entry-content .has-white-color {
  color: #FFF;
}
.entry .entry-content .wp-block-pullquote blockquote.has-white-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > * {
    margin: 12px 0 30px 0;
  }
  .entry .entry-summary > *,
  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > * {
    margin: 12px 0 30px 0;
  }
  .entry .entry-content > .wp-block-group > .wp-block-group__inner-container > * {
    margin: 12px 0 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignwide {
    width: 100%;
    max-width: 100%;
  }
  .entry .entry-summary > *.alignwide,
  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignwide {
    width: 100%;
    max-width: 100%;
  }
  .entry .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignwide {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignfull {
    margin-top: 2rem;
    margin-bottom: 2rem;
    left: calc(-12.5% - 75px);
    width: calc(125% + 150px);
    max-width: calc(125% + 150px);
  }
  .entry .entry-summary > *.alignfull,
  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignfull {
    margin-top: 2rem;
    margin-bottom: 2rem;
    left: calc(-12.5% - 75px);
    width: calc(125% + 150px);
    max-width: calc(125% + 150px);
  }
  .entry .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignfull {
    margin-top: 2rem;
    margin-bottom: 2rem;
    left: calc(-12.5% - 75px);
    width: calc(125% + 150px);
    max-width: calc(125% + 150px);
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignleft {
    max-width: 33.3333333333vw;
    /*rtl:ignore*/
    margin-right: 2rem;
  }
  .entry .entry-summary > *.alignleft,
  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignleft {
    max-width: 33.3333333333vw;
    /*rtl:ignore*/
    margin-right: 2rem;
  }
  .entry .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignleft {
    max-width: 33.3333333333vw;
    /*rtl:ignore*/
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignright {
    max-width: 33.3333333333vw;
    margin-right: 0;
    /*rtl:ignore*/
    margin-left: 2rem;
  }
  .entry .entry-summary > *.alignright,
  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignright {
    max-width: 33.3333333333vw;
    margin-right: 0;
    /*rtl:ignore*/
    margin-left: 2rem;
  }
  .entry .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignright {
    max-width: 33.3333333333vw;
    margin-right: 0;
    /*rtl:ignore*/
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.aligncenter {
    max-width: calc(66.6666666667vw - 28px);
  }
  .entry .entry-summary > *.aligncenter,
  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.aligncenter {
    max-width: calc(66.6666666667vw - 28px);
  }
  .entry .entry-content > .wp-block-group > .wp-block-group__inner-container > *.aligncenter {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content > *.aligncenter {
    max-width: calc(50vw - 28px);
  }
  .entry .entry-summary > *.aligncenter,
  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.aligncenter {
    max-width: calc(50vw - 28px);
  }
  .entry .entry-content > .wp-block-group > .wp-block-group__inner-container > *.aligncenter {
    max-width: calc(50vw - 28px);
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.aligncenter {
    margin-left: 0;
    margin-right: 0;
  }
  .entry .entry-summary > *.aligncenter,
  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.aligncenter {
    margin-left: 0;
    margin-right: 0;
  }
  .entry .entry-content > .wp-block-group > .wp-block-group__inner-container > *.aligncenter {
    margin-left: 0;
    margin-right: 0;
  }
}
/*
 * Unset nested content selector styles
 * - Prevents layout styles from cascading too deeply
 * - helps with plugin compatibility
 */
@media only screen and (min-width: 768px) {
  .entry .entry-content .entry-content,
  .entry .entry-content .entry-summary,
  .entry .entry-content .entry {
    margin: inherit;
    max-width: inherit;
    padding: inherit;
  }
  .entry .entry-summary .entry-content,
  .entry .entry-summary .entry-summary,
  .entry .entry-summary .entry {
    margin: inherit;
    max-width: inherit;
    padding: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-audio.alignleft audio, .entry .entry-content .wp-block-audio.alignright audio {
    max-width: 384px;
  }
}
@media only screen and (min-width: 1379px) {
  .entry .entry-content .wp-block-audio.alignleft audio, .entry .entry-content .wp-block-audio.alignright audio {
    max-width: 385.44px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote p {
    font-size: 2.25em;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color p {
    font-size: 2.25em;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignright, .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignleft {
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignfull {
    padding-left: calc(10% + 58px + 2rem);
    padding-right: calc(10% + 58px + 2rem);
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large {
    margin: 1rem 0;
    padding: 1rem 0;
  }
  .entry .entry-content .wp-block-quote.is-large p, .entry .entry-content .wp-block-quote.is-style-large p {
    font-size: 1.6875em;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-image:not(.alignwide):not(.alignfull) > img {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-image:not(.alignwide):not(.alignfull) > img {
    max-width: calc(50vw - 28px);
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-image .aligncenter {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-image .aligncenter {
    max-width: calc(50vw - 28px);
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-image .aligncenter {
    margin: 0;
    width: calc(66.6666666667vw - 28px);
  }
  .entry .entry-content .wp-block-image .aligncenter img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-image .aligncenter {
    width: calc(50vw - 28px);
  }
  .entry .entry-content .wp-block-image .aligncenter img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-image.alignfull img {
    max-width: calc(125% + 150px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image,
  .entry .entry-content .wp-block-cover {
    padding: 1rem 10%;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image h2 {
    font-size: 2.25em;
    max-width: 100%;
  }
  .entry .entry-content .wp-block-cover .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover .wp-block-cover-text,
  .entry .entry-content .wp-block-cover h2 {
    font-size: 2.25em;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright {
    padding: 1rem 2rem;
  }
  .entry .entry-content .wp-block-cover.alignleft, .entry .entry-content .wp-block-cover.alignright {
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2 {
    max-width: calc(66.6666666667vw - 28px);
  }
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2 {
    max-width: calc(50vw - 28px);
  }
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    max-width: calc(50vw - 28px);
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image.alignfull,
  .entry .entry-content .wp-block-cover.alignfull {
    padding-left: calc(10% + 58px + 2rem);
    padding-right: calc(10% + 58px + 2rem);
  }
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2 {
    padding: 0;
  }
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    max-width: calc(50vw - 28px);
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-separator.is-style-dots,
  .entry .entry-content hr.is-style-dots {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-separator.is-style-dots,
  .entry .entry-content hr.is-style-dots {
    max-width: calc(50vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-file .wp-block-file__button {
    font-size: 22px;
    padding: 0.875rem 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-columns .wp-block-image > img:not(.alignwide):not(.alignfull),
  .entry .entry-content .wp-block-columns .wp-block-image > figure {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-columns .wp-block-image > img:not(.alignwide):not(.alignfull),
  .entry .entry-content .wp-block-columns .wp-block-image > figure {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-columns {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .entry .entry-content .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-group:not(.alignfull) > .wp-block-group__inner-container > .alignfull,
  .entry .entry-content .wp-block-group:not(.alignfull) > .wp-block-group__inner-container > .wp-block-image > img {
    left: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-group.alignfull > .wp-block-group__inner-container {
    max-width: 80%;
    margin: 0 10%;
    padding: 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-group.has-background.alignfull {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-group.has-background:not(.alignfull) > .wp-block-group__inner-container > .alignfull {
    width: calc(100% + 2rem);
    max-width: calc(100% + 2rem);
    margin-left: -1rem;
  }
}
/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.entry .entry-content embed,
.entry .entry-content iframe,
.entry .entry-content object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.avatar {
  border-radius: 100%;
  display: block;
  height: 2.25rem;
  min-height: inherit;
  width: 2.25rem;
}

.entry .entry-content svg {
  -webkit-transition: fill 120ms ease-in-out;
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}

@media (max-width: 768px) {
  .npb-link {
    display: block;
    text-align: center;
    position: relative;
    margin: 15px 0 30px 0;
  }
  .npb-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* padding-top: 7px; */
  }
  .npb-link li {
    display: block;
    width: 126px;
    height: 28px;
    margin: 0 60px;
    font-size: 16px;
    line-height: 1;
  }
  .npb-link p {
    display: block;
    text-align: center;
    position: absolute;
    width: 126px;
    height: 28px;
    top: 95px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
  }
  .npb-link .prev {
    margin: 0 80px 0 auto;
  }
  .npb-link .next {
    margin: 0 auto 0 80px;
  }
}
@media (min-width: 769px) {
  .npb-link {
    display: block;
    text-align: center;
    position: relative;
    margin: 20px 0 50px 0;
  }
  .npb-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* padding-top: 7px; */
  }
  .npb-link li {
    display: block;
    width: 126px;
    height: 28px;
    margin: 0 138px;
    font-size: 16px;
    line-height: 1;
  }
  .npb-link p {
    display: block;
    text-align: center;
    position: absolute;
    width: 126px;
    height: 28px;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
  }
  .npb-link .prev {
    margin: 0 138px 0 auto;
  }
  .npb-link .next {
    margin: 0 auto 0 138px;
  }
}
.npb-link li a {
  border: solid 1px #bfbfbf;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.npb-link p a {
  background-color: #5f7a09;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.npb-link .prev a::before,
.npb-link .next a::before {
  content: "";
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/cmn/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 8px;
  position: absolute;
  top: 55%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.npb-link .prev a::before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
  left: 0;
}
.npb-link .next a::before {
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  right: 0;
}

@media screen and (min-width: 768px) {
  .npb-link .prev a:hover::before {
    left: -5px;
  }
  .npb-link .next a:hover::before {
    right: -5px;
  }
}
div.npb-link {
  border-top: solid 1px #e5e5e5;
  padding-top: 80px;
}

.npb-link p a {
  color: #fff !important;
}
.npb-link p a:hover {
  color: #fff !important;
}
.npb-link a {
  color: #000 !important;
}
.npb-link a:hover {
  color: #2f2f2f !important;
}

@media (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
/*お問い合わせ　プライバーシーチェック用*/
@media (max-width: 768px) {
  .priv-check {
    display: block;
    text-align: center;
    padding-bottom: 35px;
    font-size: 13px;
    line-height: 1.8;
  }
  .priv-check label {
    position: relative;
    padding-left: 19px;
  }
  .priv-check label::before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: #ccc solid 2px;
    background: #FFF;
  }
  .priv-check input {
    display: none;
  }
  .priv-check input[type=checkbox]:checked + .label_ct:before {
    background: #637a80;
  }
}
@media (min-width: 769px) {
  .priv-check {
    display: block;
    text-align: center;
    padding-bottom: 35px;
  }
  .priv-check label {
    position: relative;
    padding-left: 22px;
  }
  .priv-check label::before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #ccc solid 2px;
    background: #FFF;
  }
  .priv-check input {
    display: none;
  }
  .priv-check input[type=checkbox]:checked + .label_ct:before {
    background: #637a80;
  }
}
input[type=button][disabled], input[type=submit][disabled] {
  -webkit-transition: none !important;
  transition: none !important;
  background: #ddd !important;
  cursor: default;
  opacity: 0.7;
  pointer-events: none !important;
}

#submit_btn:disabled {
  -webkit-transition: none !important;
  transition: none !important;
  background: #ddd !important;
  cursor: default;
  opacity: 0.7;
  pointer-events: none !important;
}

.wp-pagenavi {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 100px;
}
.wp-pagenavi .current,
.wp-pagenavi .page {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wp-pagenavi .current {
  color: #5f7a09;
  border-bottom: solid 1px #5f7a09;
}
.wp-pagenavi .page {
  border-bottom: solid 1px #000;
}
.wp-pagenavi .prevpostslink,
.wp-pagenavi .nextpostslink {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-bottom: 50px;
  }
}
/*20230801*/
#men .common__inner::before {
  position: absolute;
  background: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spa/vso3.png") bottom center no-repeat;
  background-size: 100% auto;
  width: 169px;
  height: 234px;
  right: 20%;
  top: 0;
  z-index: 20 !important;
}

#women .common__inner::before {
  position: absolute;
  background: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spa/vso4.png") bottom center no-repeat;
  background-size: 100% auto;
  width: 176px;
  height: 185px;
  left: 17%;
  margin: auto;
  top: 60px;
  z-index: 0 !important;
}

.spa_slider01,
.spa_slider02 {
  margin-top: 90px;
  margin-bottom: 40px;
}

.spa_slider01 .swiper-slide,
.spa_slider02 .swiper-slide {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  /* 左右のスライドを小さくする */
  -webkit-transition: 0.7s;
  transition: 0.7s;
  /* ゆっくり小さくさせる */
}

.spa_slider01 .swiper-slide img,
.spa_slider02 .swiper-slide img {
  height: auto;
  width: 100%;
}

.spa_slider01 .swiper-slide-active,
.spa_slider02 .swiper-slide-active {
  opacity: 1;
  /* 中央のスライドは薄くしない */
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  /* 中央のスライドは小さくしない */
  z-index: 1;
  /* 中央のスライドを一番上にする */
}

.spa_slider01 .swiper-pagination,
.spa_slider02 .swiper-pagination {
  margin-top: 50px !important;
}

.sum-font {
  font-size: 32px;
}

#private .flx1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#private .flx1 .txt {
  display: block;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  text-align: left;
  position: relative;
}
#private .flx1 .txt::before {
  position: absolute;
  right: 0;
  top: -30px;
  content: "";
  background: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spa/vso5.png") top center no-repeat;
  background-size: 100% auto;
  width: 156px;
  height: 170px;
}
#private .flx1 .txt h2,
#private .flx1 .txt .maintxts {
  text-align: left;
}
#private .flx1 .txt p {
  margin-left: 0px !important;
}
#private .flx1 .imgs {
  display: block;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  margin-right: -10%;
}

.spa03-ml {
  position: relative;
  padding-top: 45px;
}

.spa-exslider {
  position: relative;
  margin-left: 0px !important;
}
.spa-exslider .swiper-slide {
  height: 380px;
  max-width: 545px;
}
.spa-exslider .spa-exslider img {
  max-width: 545px;
}

.spa03-ml .prev-btn-room-02,
.spa03-ml .next-btn-room-02 {
  position: absolute;
  left: 0;
  top: -24px;
}
.spa03-ml .prev-btn-room-03 {
  position: absolute;
  top: 0;
}
.spa03-ml .prev-btn-room {
  left: 0;
}
.spa03-ml .next-btn-room {
  left: 65px;
}

.mt60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #men .common__inner::before {
    position: absolute;
    background: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spa/vso3.png") bottom center no-repeat;
    background-size: 100% auto;
    width: 79px;
    height: 104px;
    right: 3%;
    top: 0;
    z-index: 20 !important;
  }
  #women .common__inner::before {
    position: absolute;
    background: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spa/vso4.png") bottom center no-repeat;
    background-size: 100% auto;
    width: 106px;
    height: 125px;
    left: 3%;
    margin: auto;
    top: 10px;
    z-index: 0 !important;
  }
  .spa_slider01,
  .spa_slider02 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .sum-font {
    font-size: 20px;
  }
  #private .flx1 {
    display: block;
  }
  #private .flx1 .txt {
    display: block;
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
    text-align: center;
    margin-bottom: 23px;
    position: relative;
  }
  #private .flx1 .txt::before {
    position: absolute;
    right: 0;
    top: -40px;
    content: "";
    background: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spa/vso5.png") top center no-repeat;
    background-size: 100% auto;
    width: 86px;
    height: 120px;
  }
  #private .flx1 .txt h2,
  #private .flx1 .txt .maintxts {
    text-align: center;
  }
  #private .flx1 .txt p {
    margin-left: auto !important;
  }
  #private .flx1 .imgs {
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0%;
  }
  .spa-exslider .swiper-slide {
    height: 200px;
    max-width: 545px;
  }
  .spa-exslider .spa-exslider img {
    max-width: 545px;
  }
  .spa03-ml .prev-btn-room-02,
  .spa03-ml .next-btn-room-02 {
    position: absolute;
    left: 0;
    top: auto;
    bottom: -45px;
  }
  .spa03-ml .prev-btn-room-03 {
    position: absolute;
    top: 0;
  }
  .spa03-ml .prev-btn-room {
    left: auto;
    right: 65px;
  }
  .spa03-ml .next-btn-room {
    left: auto;
    right: 0;
  }
  .mt40 {
    margin-bottom: 60px;
  }
}
.bass-bottom {
  display: block;
  background: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spa/washitexture12.jpg") top center no-repeat;
  background-size: cover;
  padding-top: 85px;
  position: relative;
}
.bass-bottom::before {
  position: absolute;
  left: -600px;
  right: 0;
  margin: auto;
  top: -170px;
  content: "";
  background: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/spa/vso6.png") top center no-repeat;
  width: 263px;
  height: 288px;
}

.txt-ce {
  display: block;
  text-align: center;
  padding: 30px 0 45px 0;
}

.red-m-txt {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  background: #852e2e;
  padding: 8px 15px;
  z-index: 20;
}

.guest02_flex.just-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.guest02_flex.just-center .item {
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
}

.plane__airport-txt.v2 {
  position: relative;
  margin-top: -60px;
  padding-top: 25px;
}
.plane__airport-txt.v2::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 100%;
  background: #b3aa85;
}
.plane__airport-txt.v2 span {
  background: #FFF !important;
  position: relative;
  display: inline-block;
  z-index: 5;
}

.plane__logo-wrapper.mt60 {
  position: relative;
}
.plane__logo-wrapper.mt60::before {
  position: absolute;
  left: 0;
  top: -61px;
  right: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 61px;
  background: #b3aa85;
}

@media screen and (max-width: 767px) {
  .sp_seirans {
    padding: 0px !important;
  }
  .sp_seirans ul {
    display: none;
  }
  .plane__logo-wrapper.mt60::before {
    position: absolute;
    left: 0;
    top: -41px;
    right: 0;
    margin: auto;
    content: "";
    width: 1px;
    height: 41px;
    background: #b3aa85;
  }
}
/*20230817*/
@media screen and (min-width: 768px) {
  .news-d-sc h1 {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .day-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .day-time p {
    display: block;
    font-weight: bold;
    color: #8b8b8b;
    margin-right: 15px !important;
    font-size: 15px;
    padding-top: 2px;
  }
  .day-time span {
    margin-right: 10px;
    color: #5f7a09;
    font-size: 14px;
    border: 1px solid #5f7a09;
    padding: 6px 14px;
    white-space: nowrap;
    text-align: center;
  }
  .single-news .entry {
    max-width: 100% !important;
    width: 100% !important;
  }
  .news-detail .common__inner {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .news-d-sc h1 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .day-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .day-time p {
    display: block;
    font-weight: bold;
    color: #8b8b8b;
    margin-right: 10px !important;
    font-size: 14px;
    padding-top: 2px;
  }
  .day-time span {
    margin-right: 10px;
    color: #5f7a09;
    font-size: 13px;
    border: 1px solid #5f7a09;
    padding: 4px 8px;
    white-space: nowrap;
    text-align: center;
  }
  .single-news .entry {
    max-width: 100% !important;
    width: 100% !important;
  }
  .news-detail .common__inner {
    display: block !important;
  }
}
/* page error404 */
.error404 .underlayer_kv {
  background-image: url("https://www.yuwaku-kanaya.com/wp-content/themes/stagegroup/asset/img/contact/kv_bg.jpg");
}

.error_404 .inner {
  text-align: center;
  padding: 5% 0;
}
.error_404 .inner a {
  text-decoration: underline;
}
.mr50{
    margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .error_404 .inner {
    padding: 10% 0;
  }
    .mr50{
    margin-right: 30px;
}
}