@charset "UTF-8";

body.rooms main {
  padding-top: 80px;
}
body.rooms main .common_wrap {
  padding: 40px 40px 180px;
}
#doubleroom .sec_head {
  border: unset;
}
.page_sec_group {
  /* padding-top: 40px; */
}
.page_sec_group .swiper {
  /* padding-bottom: 33.333%; */
  /* position: relative; */
  /* margin-bottom: 60px; */
  border-radius: 4px;
  overflow: hidden;
  /* height: 70vh; */
}
.page_sec_group .swiper .swiper-button-next {
  right: 0px;
  left: auto;
  width: 80px;
  height: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page_sec_group .swiper .swiper-button-next .arrow-right {
  width: 28px;
}
.page_sec_group .swiper .swiper-button-next .arrow-right::before {
  width: 18px;
  height: 18px;
}

.page_sec_group .swiper .swiper-button-prev {
  right: auto;
  left: 0px;
  width: 80px;
  height: 80px;
  transform: scaleX(-1);
  top: 0;
  bottom: 0;
  margin: auto;
}
.page_sec_group .swiper .swiper-button-prev .arrow-right {
  width: 28px;
}
.page_sec_group .swiper .swiper-button-prev .arrow-right::before {
  width: 18px;
  height: 18px;
}
.page_sec_group .swiper-wrapper {
  height: 100%;
}
.page_sec_group .swiper .swiper-slide .thumb_wrap {
  /* padding-bottom: 50%; */
  position: relative;
  aspect-ratio: 16 /9;
  height: 100%;
}
.page_sec_group .swiper .swiper-slide .thumb_inner {
  width: 100%;
  height: 100%;
}
.page_sec_group .swiper .swiper-slide .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.page_sec_group .explanation {
  max-width: 1400px;
  margin: auto;
  padding: 100px 40px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 160px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page_sec_group .explanation .name {
  margin-bottom: 20px;
  width: 50%;
}
.page_sec_group .explanation .name h2 {
  margin-bottom: 20px;
  font-size: 24px;
}
.page_sec_group .explanation .name h3 {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page_sec_group .explanation .name h3 span {
  margin-right: 15px;
  position: relative;
  padding-right: 15px;
}
.page_sec_group .explanation .name h3 span:before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #757575;
  height: 8px;
  right: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
}
.page_sec_group .explanation .read {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  width: 50%;
}
.page_sec_group .explanation .read .left {
  /* width: 50%; */
  /* width: calc(100% - 300px); */
  /* max-width: 700px; */
  /* padding-right: 40px; */
}
.page_sec_group .explanation .read .left p {
  line-height: 2;
  margin-bottom: 10px;
}
.page_sec_group .explanation .read .left p:last-child {
  margin-bottom: 0;
}
.page_sec_group .explanation .read .left .note p {
  font-size: 12px;
}
.page_sec_group .explanation .read .right {
  /* width: 40%; */
  width: 300px;
}
.page_sec_group .explanation .read .right p {
  line-height: 1.8;
  font-size: 12px;
}
.page_sec_group .explanation .read .right p .group {
  display: block;
  margin-bottom: 5px;
}
.page_sec_group .explanation .read .right .box {
  padding: 10px;
  border: solid 1px #999;
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
}
.page_sec_group .explanation .read .right .box:hover {
  background-color: #2a514d;
  color: #fff;
  transition: 0.5s;
}
.page_sec_group .explanation .detaile {
  margin-bottom: 40px;
  /* left: 50%; */
  position: relative;
  /* padding-right: 40px; */
  width: 100%;
}
.page_sec_group .explanation .detaile .accordion-content {
  padding-top: 40px;
  display: none;
}
.page_sec_group .explanation .detaile .accordion-content .more_detaile {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page_sec_group .explanation .detaile .accordion-content .thumb {
  width: 40%;
}
.page_sec_group .explanation .detaile .accordion-content .text {
  width: 50%;
}
.page_sec_group .explanation .detaile .accordion-content .text .group {
  margin-bottom: 10px;
}
.page_sec_group .explanation .detaile .accordion-content .text .group:last-child {
  margin-bottom: 0;
}
.page_sec_group .explanation .detaile .accordion-content .text .group .head {
}
.page_sec_group .explanation .detaile .accordion-content .text .group p {
  line-height: 2;
  font-size: 12px;
}
.page_sec_group .explanation .detaile .accordion-click {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  transition: 0.3s;
  border-bottom: solid 1px #787878;
  padding-bottom: 5px;
}
.page_sec_group .explanation .detaile .accordion-click:hover {
  opacity: 0.5;
}
.page_sec_group .explanation .detaile .accordion-click p {
  position: relative;
  display: inline-block;
  font-size: 12px;
}

.page_sec_group .explanation .detaile .accordion-click p::before {
  content: "";
  width: 11px;
  position: absolute;
  height: 1px;
  background-color: #dcdcdc;
  right: -20px;
  top: -2px;
  bottom: 0;
  margin: auto;
}

.page_sec_group .explanation .detaile .accordion-click p::after {
  content: "";
  width: 1px;
  position: absolute;
  height: 11px;
  background-color: #dcdcdc;
  right: -15px;
  top: -2px;
  bottom: 0;
  margin: auto;
}
.page_sec_group .explanation .detaile .accordion-click.active p::after {
  opacity: 0;
}
.page_sec_group .explanation .detaile .accordion-click a {
  transition: 0.5s;
  display: block;
  line-height: 1;
}
.page_sec_group .explanation .detaile .accordion-click a:hover {
  /* color: #2a514d; */
  /* opacity: 0.5; */
}
#page,
#single {
  padding-top: 60px;
  transition-delay: 0s;
}
#page .common_wrap {
  padding: 80px 40px 200px;
}
#page.page_goos {
}
#page .sec_head p {
  font-size: 26px;
}
#page.page_goos .page_sec_group .swiper-wrapper {
  justify-content: space-between;
}
#page.page_goos .page_sec_group .swiper-wrapper li {
  /* width: 50%; */
  /* width: calc(50% - 5px); */
  height: 80svh;
}
#page.page_goos .page_sec_group .swiper-wrapper li .thumb_wrap {
  /* aspect-ratio: 3 / 2; */
}
#page.page_goos .page_sec_group .explanation {
  display: flex;
  align-items: center;
}
#page.page_goos .page_sec_group .explanation .logo {
  width: 300px;
}
#page.page_goos .page_sec_group .explanation .logo img {
  border: solid 1px #ebebeb;
  border-radius: 4px;
  overflow: hidden;
}
#page.page_goos .page_sec_group .explanation .text {
  padding-left: 60px;
  width: calc(100% - 500px);
}
#page.page_goos .page_sec_group .explanation .name {
  margin-bottom: 10px;
}
#page.page_goos .page_sec_group .explanation .name h4 {
  font-weight: 400;
}
#page.page_goos .page_sec_group .explanation .text .read {
  margin-bottom: 0;
}
#page.page_goos .page_sec_group .explanation .text .read .left {
  width: 100%;
  max-width: unset;
  padding: 0;
}

#page.page_goos .page_sec_group .explanation .text .read .left p span {
  font-size: 12px;
}

.arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: 0.3s;
}
.arrow-right::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 0;
  box-sizing: border-box;
  transition: 0.3s;
}
.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 30px;
  height: 30px;
  transform: translateX(-25%) rotate(45deg);
}

.dli-chevron-round-right::before,
.dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
#rooms_head {
}
#rooms_head .wrap {
  margin-bottom: 80px;
}

#page.page_rooms #page_head {
}
#page.page_rooms #page_head .wrap {
  padding-bottom: 60px;
}
#page.page_rooms #suite .explanation {
  padding-bottom: 0;
}
#rooms_anker {
}

#rooms_anker .wrap {
  padding: 0 40px;
  margin-bottom: 80px;
}

#rooms_anker ul {
  display: flex;
  flex-wrap: wrap;
}
#rooms_anker ul li {
  width: calc(100% / 3);
  margin-bottom: 10px;
}
#rooms_anker ul li a {
  font-size: 12px;
  position: relative;
  padding-left: 15px;
  line-height: 2;
  transition: 0.5s;
}
#rooms_anker ul li a:hover {
  /* opacity: 0.5; */
}
#rooms_anker ul li a::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 3px;
  border-radius: 100%;
  background-color: #dcdcdc;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /* border: solid 1px #dcdcdc; */
  transition: transform 0.5s ease;
}
#rooms_anker ul li a:hover::before {
  transform: scale(2);
}
#rooms_anker ul li a.coming {
  opacity: 0.3;
  pointer-events: none;
}
#page #kv {
}
#page #kv .sp {
  display: none;
}
#page.page_restaurant {
}
#page.page_restaurant #page_head {
}
#page.page_restaurant #page_head .sec_head {
  margin-bottom: 20px;
}
#page.page_restaurant #page_head .wrap {
  padding-bottom: 40px;
}
#page.page_restaurant #page_head h6 {
  font-size: 14px;
  margin-bottom: 5px;
}
#page.page_restaurant #page_head h5 {
  font-size: 14px;
  line-height: 1.5;
}
#page.page_restaurant #page_read {
}
#page.page_restaurant #page_read .wrap {
  max-width: unset;
  padding: 0;
  padding-bottom: 120px;
}
#page.page_restaurant #page_read .thumb_area {
  position: relative;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  margin-bottom: 80px;
}
#page.page_restaurant #page_read .thumb {
  position: absolute;
  width: 100%;
  height: 120%;
  background-position: center;
  background-size: cover;
  top: -10%;
}
#page.page_restaurant #page_read .tit_area {
  max-width: 1400px;
  margin: auto;
  padding: 0 40px;
  position: relative;
  padding-bottom: 40px;
}
#page.page_restaurant #page_read .tit_area h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
#page.page_restaurant #page_read .tit_area h6 {
  font-size: 18px;
}
#page.page_restaurant #page_read .text_area {
  max-width: 1400px;
  margin: auto;
  padding: 0 40px;
  position: relative;
}
#page.page_restaurant #page_read .text_area p {
  font-size: 16px;
  line-height: 2;
}

#page.page_restaurant #story {
}
#page.page_restaurant #story .wrap {
  max-width: 1100px;
  padding-bottom: 120px;
}
#page.page_restaurant #story .inner {
}
#page.page_restaurant #story .thumb_area {
  position: relative;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  margin-bottom: 20px;
}
#page.page_restaurant #story .thumb_area .thumb {
  position: absolute;
  width: 100%;
  height: 120%;
  background-position: center;
  background-size: cover;
  top: -10%;
}
#page.page_restaurant #story .text_area {
  display: flex;
  justify-content: space-between;
}
#page.page_restaurant #story .text_area .group {
  width: calc(50% - 40px);
}
#page.page_restaurant #story .text_area .group h5 {
  margin-bottom: 10px;
  font-size: 14px;
  height: 20px;
  display: flex;
  align-items: center;
}
#page.page_restaurant #story .text_area .group p {
  font-size: 12px;
  line-height: 1.8;
}
#page.page_restaurant #story .text_area .group p br {
  display: none;
}
#page.page_restaurant #chef {
}
#page.page_restaurant #chef .wrap {
  max-width: 920px;
  border-top: solid 1px #2f2f2f;
  border-bottom: solid 1px #2f2f2f;
  padding: 40px 40px;
  margin-bottom: 40px;
}
#page.page_restaurant #chef .inner {
}
#page.page_restaurant #chef .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page.page_restaurant #chef .thumb_area {
  width: 40%;
  padding-right: 40px;
}
#page.page_restaurant #chef .text_area {
  width: 60%;
}
#page.page_restaurant #chef .text_area h6 {
  font-size: 14px;
  margin-bottom: 5px;
}
#page.page_restaurant #chef .text_area p {
  font-size: 12px;
  line-height: 1.8;
}
#page.page_restaurant #chef .text_area p br {
  display: none;
}

#page.page_restaurant #food {
}

#page.page_restaurant #food .wrap {
  /* max-width: 1200px; */
  padding-bottom: 100px;
}
#page.page_restaurant #food .inner {
  display: flex;
  justify-content: space-between;
}
#page.page_restaurant #food .flex {
  display: block;
  align-items: center;
  position: relative;
  width: calc(100% / 3 - 40px / 3);
  margin-bottom: 40px;
}
#page.page_restaurant #food .img_area {
  width: 100%;
  /* opacity: 0; */
  /* display: none; */
  margin-bottom: 20px;
}
#page.page_restaurant #food .text_area {
  /* position: absolute; */
  right: 0%;
  width: 100%;
  bottom: 0;
  /* height: 20%; */
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 50%); */
}
#page.page_restaurant #food .text_area .group {
  /* margin-bottom: 40px; */
  /* padding: 20px; */
}
#page.page_restaurant #food .text_area h6 {
  line-height: 1;
  font-size: 20px;
}
#page.page_restaurant #food .text_area p {
  font-size: 13px;
}
#page.page_restaurant #food .text_area p br {
  display: none;
}
#page.page_restaurant #food .thumb_wrap {
  aspect-ratio: 2 / 3;
}
#page.page_restaurant #food .top_img_area .thumb {
  height: 100%;
  top: 0;
}

#page.page_restaurant #gallery {
}
#page.page_restaurant #gallery .common_wrap {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#page.page_restaurant #gallery .swiper {
  /* padding-bottom: 33.333%; */
  /* position: relative; */
  /* margin-bottom: 60px; */
  border-radius: 4px;
  overflow: hidden;
  /* height: 70vh; */
}
#page.page_restaurant #gallery .swiper .swiper-button-next {
  right: 0px;
  left: auto;
  width: 80px;
  height: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.page_restaurant #gallery .swiper .swiper-button-next .arrow-right {
  width: 28px;
}
#page.page_restaurant #gallery .swiper .swiper-button-next .arrow-right::before {
  width: 18px;
  height: 18px;
}

#page.page_restaurant #gallery .swiper .swiper-button-prev {
  right: auto;
  left: 0px;
  width: 80px;
  height: 80px;
  transform: scaleX(-1);
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.page_restaurant #gallery .swiper .swiper-button-prev .arrow-right {
  width: 28px;
}
#page.page_restaurant #gallery .swiper .swiper-button-prev .arrow-right::before {
  width: 18px;
  height: 18px;
}
#page.page_restaurant #gallery .swiper-wrapper {
  height: 100%;
}
#page.page_restaurant #gallery .swiper .swiper-slide .thumb_wrap {
  /* padding-bottom: 50%; */
  position: relative;
  aspect-ratio: 2 / 1;
  height: 100%;
}
#page.page_restaurant #gallery .swiper .swiper-slide .thumb_inner {
  width: 100%;
  height: 100%;
}
#page.page_restaurant #gallery .swiper .swiper-slide .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

#page.page_restaurant #info {
}
#page.page_restaurant #info .common_wrap {
  padding-bottom: 0;
}
#page.page_restaurant #info .time {
  margin-bottom: 10px;
}
#page.page_restaurant #info .time .flex {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#page.page_restaurant #info .time .flex:nth-child(2) {
  margin-bottom: 0;
}
#page.page_restaurant #info .time .flex p {
  line-height: 1.5;
  margin-right: 10px;
}
#page.page_restaurant #info .time .cap {
}
#page.page_restaurant #info .time .cap p {
  font-size: 12px;
}

#page.page_archtecture #page_head .sec_head {
  margin-bottom: 20px;
}
#page.page_archtecture #page_head .wrap {
  padding-bottom: 140px;
}
#page.page_archtecture #page_head h4 {
  margin-bottom: 10px;
}
#page.page_archtecture #page_head h5 {
  line-height: 1.6;
}

#page.page_archtecture {
}
#page.page_archtecture #page_head {
}
#page.page_archtecture #page_head .sec_head {
  margin-bottom: 20px;
}
#page.page_archtecture #page_head .wrap {
  padding-bottom: 140px;
}
#page.page_archtecture #page_head h6 {
  font-size: 14px;
  margin-bottom: 5px;
}
#page.page_archtecture #page_head h5 {
  font-size: 14px;
  line-height: 1.5;
}
#page.page_archtecture #page_read {
}
#page.page_archtecture #page_read .wrap {
  max-width: unset;
  padding: 0;
  padding-bottom: 120px;
}
#page.page_archtecture #page_read .thumb_area {
  position: relative;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  margin-bottom: 80px;
}
#page.page_archtecture #page_read .thumb {
  position: absolute;
  width: 100%;
  height: 120%;
  background-position: center;
  background-size: cover;
  top: -10%;
}
#page.page_archtecture #page_read .tit_area {
  max-width: 1400px;
  margin: auto;
  padding: 0 40px;
  position: relative;
  padding-bottom: 40px;
}
#page.page_archtecture #page_read .tit_area h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
#page.page_archtecture #page_read .tit_area h6 {
  font-size: 18px;
}
#page.page_archtecture #page_read .text_area {
  max-width: 1400px;
  margin: auto;
  padding: 0 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
#page.page_archtecture #page_read .text_area .group {
  width: calc(100% / 3 - 20px);
}
#page.page_archtecture #page_read .text_area .group h5 {
  font-size: 15px;
  margin-bottom: 5px;
}
#page.page_archtecture #page_read .text_area p {
  font-size: 12px;
  line-height: 1.8;
}

#page.page_archtecture #concept {
}
#page.page_archtecture #concept .wrap {
  max-width: 1400px;
  padding-bottom: 120px;
}
#page.page_archtecture #concept .inner {
  position: relative;
}
#page.page_archtecture #concept .thumb_area {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin-bottom: 20px;
  width: 60%;
}
#page.page_archtecture #concept .thumb_area .thumb {
  position: absolute;
  width: 100%;
  height: 120%;
  background-position: center;
  background-size: cover;
  top: -10%;
}
#page.page_archtecture #concept .text_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  /* width: 300px; */
  right: 0;
  margin-left: auto;
  right: 10%;
  bottom: -5%;
  max-width: 500px;
}
#page.page_archtecture #concept .text_area .group {
  /* width: calc(50% - 40px); */
}
#page.page_archtecture #concept .text_area .group h5 {
  margin-bottom: 10px;
  font-size: 14px;
  height: 20px;
  display: flex;
  align-items: center;
}
#page.page_archtecture #concept .text_area .group p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
#page.page_archtecture #concept .text_area .group p br {
  /* display: none; */
}
#page.page_archtecture #architect {
}
#page.page_archtecture #architect .wrap {
  max-width: 1000px;
  border-top: solid 1px #2f2f2f;
  border-bottom: solid 1px #2f2f2f;
  padding: 40px 40px;
  margin-bottom: 40px;
}
#page.page_archtecture #architect .inner {
}
#page.page_archtecture #architect .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page.page_archtecture #architect .thumb_area {
  width: 40%;
  padding-right: 40px;
}
#page.page_archtecture #architect .text_area {
  width: 60%;
}
#page.page_archtecture #architect .text_area h5 {
  font-size: 12px;
}
#page.page_archtecture #architect .text_area h6 {
  font-size: 14px;
  margin-bottom: 10px;
}
#page.page_archtecture #architect .text_area p {
  font-size: 12px;
  line-height: 1.8;
}
#page.page_archtecture #architect .text_area p br {
  display: none;
}
#page.page_archtecture #architect .text_area .detaile {
  margin-bottom: 10px;
}
#page.page_archtecture #food {
}

#page.page_archtecture #food .wrap {
  /* max-width: 1200px; */
  padding-bottom: 0;
}
#page.page_archtecture #food .inner {
  display: flex;
  justify-content: space-between;
}
#page.page_archtecture #food .flex {
  display: block;
  align-items: center;
  position: relative;
  /* width: calc(100% / 3 - 40px / 3); */
  margin-bottom: 40px;
}
#page.page_archtecture #food .img_area {
  width: 100%;
  /* opacity: 0; */
  display: none;
}
#page.page_archtecture #food .text_area {
  /* position: absolute; */
  right: 0%;
  width: 100%;
  bottom: 0;
  /* height: 20%; */
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 50%); */
}
#page.page_archtecture #food .text_area .group {
  /* margin-bottom: 40px; */
  padding: 20px;
}
#page.page_archtecture #food .text_area h6 {
  line-height: 1;
  font-size: 20px;
}
#page.page_archtecture #food .text_area p {
  font-size: 13px;
}
#page.page_archtecture #food .text_area p br {
  display: none;
}
#page.page_archtecture #food .thumb_wrap {
  aspect-ratio: 2 / 3;
}

#page.page_terms-privacy {
  padding-top: 100px;
}
#page.page_terms-privacy .article {
  font-family: "source-han-sans-japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#page.page_terms-privacy .article p {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 60px;
}
#page.page_terms-privacy h6 {
  margin-bottom: 10px;
}
#page.page_terms-privacy #content .wrap {
  max-width: 900px;
  padding-left: 100px;
}
#page.page_terms-privacy .inner {
}
#page.page_terms-privacy .page-tit {
  margin-bottom: 40px;
}
#page.page_terms-privacy .page-tit .tit {
  margin-bottom: 10px;
}
#page.page_terms-privacy ul.list {
}
#page.page_terms-privacy ul.list li.list-contents {
  margin-bottom: 20px;
}
#page.page_terms-privacy ul.list li.list-contents h6 {
  margin-bottom: 5px;
}

#page.page_experience {
  padding-top: 120px;
}

#page.page_experience .page_sec_group {
}
#page.page_experience .page_sec_group .wrap {
  max-width: 1400px;
  margin: auto;
  padding: 0px 40px;
  padding-bottom: 80px;
}
#page.page_experience .page_sec_group:last-child .wrap {
  padding-bottom: 0;
}
#page.page_experience .page_sec_group .inner {
  display: flex;
  align-items: center;
}
#page.page_experience .page_sec_group .head_area {
  margin-bottom: 10px;
}
#page.page_experience .page_sec_group .head_area .head {
  font-size: 30px;
  text-transform: uppercase;
}
#page.page_experience .page_sec_group .swiper {
  margin-bottom: 20px;
  /* max-width: 400px; */
  width: 35%;
  margin-left: 40px;
}
#page.page_experience .page_sec_group .swiper .swiper-slide .thumb_wrap {
  aspect-ratio: 2 / 3;
}
#page.page_experience .page_sec_group .text_area_wrap {
  width: 55%;
}
#page.page_experience .page_sec_group .text_area {
}
#page.page_experience .page_sec_group .text_area p {
  margin-bottom: 15px;
  font-size: 15px;
}
#page.page_experience .page_sec_group .text_area h6 {
  font-size: 16px;
}
#page.page_experience .page_sec_group .text_area p span {
  font-size: 12px;
}
#page.page_experience .page_sec_group .time {
  margin-top: 30px;
}
#page.page_experience .page_sec_group .time .group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#page.page_experience .page_sec_group .time .group p {
  font-size: 14px;
  line-height: 1;
}

#page.page_experience .page_sec_group .rule {
  margin-top: 40px;
}
#page.page_experience .page_sec_group .rule .group{
  /* display: flex; */
  margin-bottom: 10px;
}
#page.page_experience .page_sec_group .rule .group p{
    /* width: 50%; */
}
#page.page_experience .page_sec_group .rule h6 {
  margin-bottom: 5px;
  font-size: 12px;
}
#page.page_experience .page_sec_group .rule p {
  margin-bottom: 2px;
  line-height: 1.8;
  font-size: 12px;
}
#page.page_experience .page_sec_group .swiper-button {
  width: 40px;
  height: 40px;
}
#page.page_experience .page_sec_group .swiper-button .dli-chevron-round-right {
  width: 20px;
  height: 20px;
}
#page.page_experience #art.page_sec_group .rule .group{
  display: flex;
}
#page.page_experience #art.page_sec_group .rule .group p{
  width: 50%;
}
