/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../img/wellnessretreat/pagetit_bg.jpg) center;
  background-size: cover;
}

.plan_sec {
  padding: 80px 0;
}
.plan_sec .border_tit {
  flex-wrap: wrap;
}
.plan_sec .border_tit .en {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
.plan_sec .slide_wrap {
  position: relative;
  background: #223b52;
  color: #fff;
  font-size: 0;
}
.plan_sec .slide_wrap .common_slide {
  max-width: 900px;
  margin: 0 auto;
}
.plan_sec .slide_wrap .append_arrow {
  position: static;
}
.plan_sec .slide_wrap .slick-prev,
.plan_sec .slide_wrap .slick-next {
  top: 50%;
  bottom: auto;
  height: auto;
  padding: 0 0 32px;
}
.plan_sec .slide_wrap .slick-prev::after,
.plan_sec .slide_wrap .slick-next::after {
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 0;
  bottom: 0;
}
.plan_sec .slide_wrap .slick-prev {
  left: 18px;
}
.plan_sec .slide_wrap .slick-next {
  left: auto;
  right: 12px;
}
.plan_sec .common_slide_thumb {
  margin-top: 12px;
  margin-bottom: 32px;
}
.plan_sec .common_slide_thumb .slick-track {
  display: flex;
  width: 100% !important;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  transform: unset !important;
}
.plan_sec .common_slide_thumb .slick-track::before, .plan_sec .common_slide_thumb .slick-track::after {
  content: none;
}
.plan_sec .common_slide_thumb > .slide_item:not(:first-child) {
  display: none;
}
.plan_sec .common_slide_thumb .slide_item {
  width: 90px;
  cursor: pointer;
  opacity: 0.25;
  transform: opacity 0.5s;
}
.plan_sec .common_slide_thumb .slick-current .slide_item {
  opacity: 1;
}
.plan_sec .plan_note {
  margin-top: 24px;
  font-size: 1.4rem;
}
.plan_sec .plan_box {
  margin-top: 60px;
  padding: 24px;
  background: #223b52;
  color: #fff;
  text-align: center;
}
.plan_sec .plan_box .box_btn {
  flex-grow: 1;
}
.plan_sec .plan_box .box_btn .btn {
  color: inherit;
}
.plan_sec .plan_box .box_btn .btn .arrow {
  background: #fff;
}
.plan_sec .plan_box .box_btn .btn_nolink {
  padding-right: 0;
  cursor: auto;
}
@media (any-hover: hover) {
  .plan_sec .plan_box .box_btn .btn_nolink:hover {
    opacity: 1;
  }
}
.plan_sec .plan_box .box_tel {
  font-size: 1.4rem;
  flex-grow: 1;
}
.plan_sec .plan_box .box_tel a {
  color: inherit;
}
.plan_sec .plan_box .box_tel .sp_tel {
  display: inline-block;
  margin-left: 16px;
  font-size: 2.4rem;
  letter-spacing: 0.088em;
}

.pickup_box {
  position: relative;
  margin-top: 96px;
  padding: 60px 50px 60px;
  background: rgba(255, 255, 255, 0.44);
}
.pickup_box .box_tit {
  position: absolute;
  left: 0;
  top: -20px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.pickup_box .box_tit .en {
  display: inline-block;
  margin-right: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.pickup_box .box_img {
  width: 51.1%;
  max-width: 500px;
}
.pickup_box .box_txt {
  width: 40%;
  margin-left: 3%;
}

.pdf_box {
  margin-top: 48px;
  gap: 32px;
}
.pdf_box .box_btn .btn {
  letter-spacing: 0.1em;
}
.pdf_box .box_btn .btn .icon {
  margin-right: 7px;
}

@media screen and (max-width: 810px) {
  .plan_sec {
    padding: 64px 0 24px;
  }
  .plan_sec .border_tit::after {
    content: none;
  }
  .plan_sec .border_tit .en {
    margin-bottom: 20px;
    font-size: 2rem;
    letter-spacing: 0.15em;
  }
  .plan_sec .slide_wrap {
    width: 100vw;
    margin: 0 -24px;
    padding: 0 24px;
  }
  .plan_sec .slide_wrap .slick-prev,
  .plan_sec .slide_wrap .slick-next {
    display: none !important;
  }
  .plan_sec .common_slide_thumb {
    margin-top: 12px;
    margin-bottom: 32px;
  }
  .plan_sec .common_slide_thumb .slick-track::before, .plan_sec .common_slide_thumb .slick-track::after {
    content: none;
  }
  .plan_sec .plan_note {
    margin-top: 24px;
    font-size: 1.2rem;
  }
  .plan_sec .plan_box {
    display: block;
    margin-top: 24px;
    padding: 16px;
    text-align: center;
  }
  .plan_sec .plan_box .box_btn {
    border-right: none;
  }
  .plan_sec .plan_box .box_btn .btn_nolink {
    letter-spacing: 0;
  }
  .plan_sec .plan_box .box_tel {
    font-size: 1.4rem;
    flex-grow: 1;
  }
  .plan_sec .plan_box .box_tel .sp_tel {
    display: block;
    width: max-content;
    margin: 6px auto 0;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.088em;
  }
  .pickup_box {
    margin-top: 64px;
    padding: 56px 24px 32px;
  }
  .pickup_box .box_tit {
    top: -20px;
    letter-spacing: 0.2em;
  }
  .pickup_box .box_tit .en {
    display: block;
    margin-right: 0;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
  .pickup_box .box_img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .pickup_box .box_txt {
    width: 100%;
    margin-left: 0;
  }
  .pdf_box {
    margin-top: 24px;
    gap: 16px;
  }
  .pdf_box .box_btn .btn {
    letter-spacing: 0.1em;
  }
}
/* ---------------------------------------------------
		about
------------------------------------------------------ */
#about {
  padding: 156px 0 80px;
  background: url(../img/wellnessretreat/about_bg_01.png) no-repeat center top -180px;
}
@media screen and (min-width: 2001px) {
  #about {
    background-size: 100%;
  }
}
#about .about_slide {
  margin-top: 92px;
}
#about .about_slide .slick-slide {
  padding-right: 24px;
}
#about .about_slide > .slide_item:not(:first-child) {
  display: none;
}
#about .about_slide .slide_item {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
#about .about_slide .slide_item img {
  object-fit: cover;
}

@media screen and (max-width: 810px) {
  #about {
    padding: 80px 0 48px;
    background: url(../img/wellnessretreat/about_bg_01.png) no-repeat center top -180px;
    background-size: 1000px;
  }
  #about .about_slide {
    margin-top: 48px;
  }
  #about .about_slide .slick-slide {
    padding-right: 16px;
  }
}
/* ---------------------------------------------------
	plan
------------------------------------------------------ */
#plan {
  padding: 80px 0;
}
#plan .plan_list {
  max-width: 1278px;
  margin: 0 auto 0;
  color: #fff;
  gap: 15px 0;
}
#plan .plan_list > li {
  position: relative;
  width: calc(33.33% - 9px);
  overflow: hidden;
}
@media (any-hover: hover) {
  #plan .plan_list > li:hover .list_img img {
    filter: blur(4px);
    transform: scale(1.01);
  }
  #plan .plan_list > li:hover .list_en {
    opacity: 0;
  }
  #plan .plan_list > li:hover .list_hover {
    transform: translateY(0);
    opacity: 1;
  }
}
#plan .plan_list > li .list_img img {
  transition: all 0.75s;
}
#plan .plan_list > li .list_en {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: all 0.4s;
}
#plan .plan_list > li .list_hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 12%;
  flex-direction: column;
  justify-content: center;
  transition: all 0.75s;
  transform: translateY(5px);
  opacity: 0;
}

@media screen and (max-width: 810px) {
  #plan {
    padding: 48px 0;
  }
  #plan .plan_list {
    max-width: 1278px;
    margin: 0 auto 0;
    color: #fff;
    gap: 8px 0;
  }
  #plan .plan_list > li {
    width: calc(50% - 4px);
  }
  #plan .plan_list > li .list_hover {
    padding: 0 16px 16px;
    justify-content: flex-end;
    transform: unset;
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  #plan .plan_list > li {
    width: 100%;
  }
  #plan .plan_list > li .list_img img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  #plan .plan_list > li .list_en {
    padding-bottom: 80px;
  }
}
/* ---------------------------------------------------
		stay
------------------------------------------------------ */
#stay {
  padding: 80px 0;
}
#stay .stay_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 72px;
  margin-bottom: 32px;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}
#stay .stay_tit::before, #stay .stay_tit::after {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  flex-grow: 1;
  border-top: 1px solid #63768d;
}
#stay .stay_tit::before {
  margin-right: 32px;
}
#stay .stay_tit::after {
  margin-left: 32px;
}
#stay .stay_col_wrap {
  position: relative;
}
#stay .stay_col_wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #b1bac6;
}
#stay .stay_col_wrap + .stay_tit {
  margin-top: 88px;
}
#stay .stay_col + .stay_col {
  margin-top: 16px;
}
#stay .stay_col .col_img {
  width: calc(50% - 40px);
}
#stay .stay_col .col_txt {
  width: calc(50% - 48px);
  max-width: 488px;
  margin: 0 auto 0 88px;
  padding-top: 60px;
}
#stay .stay_col .col_txt .tit {
  position: relative;
  margin-bottom: 16px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
#stay .stay_col .col_txt .tit::before {
  content: "";
  display: block;
  position: absolute;
  left: -59px;
  top: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #b1bac6;
}

@media screen and (max-width: 810px) {
  #stay {
    padding: 48px 0;
  }
  #stay .stay_tit {
    margin-top: 72px;
    margin-bottom: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
  }
  #stay .stay_tit::before {
    margin-right: 20px;
  }
  #stay .stay_tit::after {
    margin-left: 20px;
  }
  #stay .stay_col_wrap::before {
    left: 16px;
  }
  #stay .stay_col_wrap + .stay_tit {
    margin-top: 48px;
  }
  #stay .stay_col {
    position: relative;
  }
  #stay .stay_col + .stay_col {
    margin-top: 32px;
  }
  #stay .stay_col .col_img {
    width: 100%;
  }
  #stay .stay_col .col_txt {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 16px;
    padding-left: 40px;
  }
  #stay .stay_col .col_txt .tit {
    margin-bottom: 8px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
  #stay .stay_col .col_txt .tit::before {
    left: -33px;
    top: 16px;
    width: 16px;
    height: 16px;
  }
}
/* ---------------------------------------------------
		option
------------------------------------------------------ */
#option {
  padding: 80px 0;
}
#option .option_img {
  max-width: 1278px;
  margin-top: 60px;
  flex-wrap: nowrap;
}
#option .option_list {
  max-width: 800px;
  margin: 48px auto 0;
}
#option .option_list li {
  padding: 20px 0 20px 8%;
  border-bottom: 1px solid #b1bac6;
}
#option .option_list li .en {
  display: inline-block;
  margin-right: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}
#option .contact_col {
  margin-top: 60px;
  gap: 24px;
}

@media screen and (max-width: 810px) {
  #option {
    padding: 48px 0;
  }
  #option .option_img {
    width: 100%;
    margin-top: 32px;
  }
  #option .option_list {
    margin-top: 24px;
  }
  #option .option_list li {
    padding: 20px 16px;
  }
  #option .option_list li .en {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  #option .contact_col {
    display: block;
    margin-top: 32px;
  }
  #option .contact_col .col_btn {
    margin-top: 20px;
    text-align: center;
  }
}
/* ---------------------------------------------------
	scene
------------------------------------------------------ */
#scene {
  padding: 80px 0;
}
#scene .scene_img {
  max-width: 1278px;
  margin-top: 60px;
  flex-wrap: nowrap;
}
#scene .scene_list {
  max-width: 800px;
  margin: 24px auto 0;
  text-align: center;
}
#scene .scene_list li {
  padding: 44px 0;
  border-bottom: 1px solid #b1bac6;
}
#scene .scene_list li .tit {
  margin-bottom: 16px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
#scene .scene_list li .tit .icon {
  margin-right: 16px;
}
#scene .plan_box {
  width: 839px;
  max-width: 100%;
  height: 147px;
  margin: 64px auto 0;
  padding-top: 44px;
  background: url(../img/wellnessretreat/scene_bg_01.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
#scene .plan_box .btn {
  color: #fff;
}
#scene .plan_box .btn .arrow {
  background: #fff;
}
#scene .plan_box .btn_nolink {
  color: #fff;
  padding-right: 0;
  cursor: inherit;
}
@media (any-hover: hover) {
  #scene .plan_box .btn_nolink:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 810px) {
  #scene {
    padding: 48px 0;
  }
  #scene .scene_img {
    width: 100%;
    margin-top: 32px;
  }
  #scene .scene_list li {
    padding: 24px 0;
  }
  #scene .scene_list li .tit {
    margin-bottom: 16px;
    font-size: 1.9rem;
    letter-spacing: 0.1em;
  }
  #scene .scene_list li .tit .icon {
    width: 11px;
    height: auto;
    margin-right: 16px;
  }
  #scene .plan_box {
    margin-top: 48px;
    height: auto;
    padding: 24px 10px;
  }
}
/* ---------------------------------------------------
		evidence
------------------------------------------------------ */
#evidence {
  padding: 80px 0 192px;
}
#evidence .border_tit {
  margin-top: 112px;
}
#evidence .evidence_col {
  margin-top: 40px;
}
#evidence .evidence_col .col_img {
  width: 47.9%;
  max-width: 517px;
}
#evidence .evidence_col02 .col_img {
  width: 50%;
}
#evidence .evidence_col02 .col_txt {
  width: 45.6%;
}
#evidence .evidence_note {
  width: 100%;
  margin-top: 24px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
#evidence .bg_box {
  margin-top: 96px;
  background: none;
  padding-top: 64px;
  padding-bottom: 64px;
  border: 1px solid #b1bac6;
}
#evidence .bg_box + .bg_box {
  margin-top: 96px;
}
#evidence .bg_box .container {
  width: 100%;
}
#evidence .bg_box .box_tit {
  margin-bottom: 24px;
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
#evidence .bg_box .box_tit .num {
  display: inline-block;
  margin-right: 24px;
  font-size: 4.8rem;
  line-height: 1;
  vertical-align: middle;
}
#evidence .table_wrap {
  max-width: 980px;
  margin: 48px auto 0;
}
#evidence .table_wrap .table_tit {
  margin-bottom: 24px;
}
#evidence .table_wrap .table_tit .small {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
#evidence .table_wrap .table_col {
  width: 50%;
}
#evidence .table_wrap .table_col + .table_col {
  width: calc(50% + 1px);
  margin-left: -1px;
}
#evidence .table_wrap .table th,
#evidence .table_wrap .table td {
  padding: 10px 10px;
  border: 1px solid #63768d;
  text-align: center;
  vertical-align: middle;
}
#evidence .table_wrap .table th.color01 {
  background: #63768d;
  color: #fff;
}
#evidence .table_wrap .table th.color02 {
  background: #d4e1e8;
}
#evidence .table_wrap .table th.bd_color {
  border-left-color: #fff;
}
#evidence .table_wrap .table td.dotted {
  padding-left: 8%;
  border-right-style: dotted;
  text-align: left;
}
#evidence .table_wrap .table td.dotted + td {
  border-left-style: dotted;
}
#evidence .table_wrap .table .red {
  color: #b9272d;
}
#evidence .table_wrap .table_note {
  margin-top: 24px;
  font-size: 1.4rem;
  line-height: 1.8;
}
#evidence .graph_wrap {
  max-width: 980px;
  margin: 48px auto 0;
}
#evidence .graph_wrap .graph_tit {
  margin-bottom: 24px;
}
#evidence .graph_wrap .graph_tit .small {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
#evidence .graph_wrap .graph_col {
  padding: 20px;
  border: 1px solid #63768d;
}
#evidence .graph_wrap .graph_col .col_img02 {
  margin-top: 48px;
}

@media screen and (max-width: 810px) {
  #evidence {
    padding: 48px 0 96px;
  }
  #evidence .border_tit {
    margin-top: 64px;
  }
  #evidence .evidence_col {
    margin-top: 40px;
    gap: 16px;
  }
  #evidence .evidence_col .col_img {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #evidence .evidence_col .col_img img {
    max-width: 80%;
  }
  #evidence .evidence_col02 .col_img {
    width: 100%;
  }
  #evidence .evidence_col02 .col_txt {
    width: 100%;
    margin-top: 20px;
  }
  #evidence .evidence_note {
    width: 100%;
    margin-top: 24px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  #evidence .bg_box {
    margin-top: 48px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  #evidence .bg_box + .bg_box {
    margin-top: 24px;
  }
  #evidence .bg_box .container {
    width: 100%;
  }
  #evidence .bg_box .box_tit {
    position: relative;
    margin-bottom: 24px;
    padding-left: 32px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  #evidence .bg_box .box_tit .num {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 0;
    font-size: 3.2rem;
  }
  #evidence .table_wrap {
    margin-top: 32px;
  }
  #evidence .table_wrap .table_tit {
    margin-bottom: 16px;
    letter-spacing: 0;
  }
  #evidence .table_wrap .table_tit .small {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  #evidence .table_wrap .table_col {
    width: 100%;
  }
  #evidence .table_wrap .table_col + .table_col {
    width: 100%;
    margin-left: 0;
  }
  #evidence .table_wrap .table th,
  #evidence .table_wrap .table td {
    padding: 10px 10px;
    letter-spacing: 0;
  }
  #evidence .table_wrap .table th.bd_color {
    border-left-color: #63768d;
  }
  #evidence .table_wrap .table td.dotted {
    padding-left: 10px;
  }
  #evidence .table_wrap .table_note {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  #evidence .graph_wrap {
    margin-top: 32px;
  }
  #evidence .graph_wrap .graph_tit {
    margin-bottom: 16px;
    letter-spacing: 0;
  }
  #evidence .graph_wrap .graph_tit .small {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  #evidence .graph_wrap .graph_col {
    padding: 20px;
  }
  #evidence .graph_wrap .graph_col .col_img02 {
    margin-top: 24px;
  }
  #evidence .graph_wrap .graph_col .col_img02 img {
    max-width: 50%;
  }
}