@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Bellefair&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --base-transition-duration: .3s;
  --base-transition: var(--base-transition-duration) ease-in-out;
  --sp_rate: (100vw/750);
  --theme-gold: #a58f5f;
}

/* 641px以上は消す */
@media print, screen and (min-width:641px) {
	[data-sc-sp] {
		display:none!important;
	}
}

/* 640px以下は消す */
@media screen and (max-width:640px) {
	[data-sc-pc] {
		display:none!important;
	}
}

.splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  transform: none!important;
  opacity: 0;
}
.splide__slide.is-active {
  z-index: 1;
  opacity: 1;
}

/* SPのみ観光ボタン */
.reservations .sightseeing_btn {
  background-color: #000;
  position: relative;
}

.reservations .sightseeing_btn span {
  color: #FFF;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.reservations .sightseeing_btn::after {
  content: "";
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 0.8rem;
  width: 0.8rem;
  mask-image: url(/shinjuku/assets//svg/arrow-a.svg);
  aspect-ratio: 1 / 1;
  height: auto;
  background-color: #fff;
}

.page-container {
  overflow: hidden;
  line-height: 2;
}

/* .mod_main {
  color: #D77850;
  overflow: hidden;
  background-color: #F2F2F2;
} */

.reservation {
  background-color: #D9D9D9;
  border-radius: 1rem;
  margin: 0 1.5rem;
}

@media print, screen and (min-width:641px) {
  .reservation .reservationBlock {
    padding: 8rem 0;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock {
    padding: 5rem 0;
  }
}

.reservation .reservationBlock .reservationTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reservation .reservationBlock .reservationTitle img {
  display: block;
}

.reservation .reservationBlock .reservationTitle span {
  display: block;
  color: #D77850;
  text-align: center;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock .reservationTitle span {
    font-size: 4.5rem;
    line-height: 2, 13;
    letter-spacing: 0.1em;
    margin-top: 1.2rem;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock .reservationTitle span {
    font-size: 2.7rem;
    letter-spacing: 0.2rem;
    margin-top: 0.5rem;
  }
}

.reservation .reservationBlock #Test1 {
  display: flex;
  flex-direction: column;
  width: calc(100% - 10rem);
  margin: 5.1rem auto 0;
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 {
    width: calc(100% - 6rem);
    margin: 2.1rem auto 0;
  }
}

.reservation .reservationBlock #Test1 .custom-calendar-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  background-color: #D77850;
  transition: 0.2s;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .custom-calendar-button {
    width: 4.5rem;
    height: 4.5rem;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .custom-calendar-button {
    width: 4.5rem;
    height: 4.5rem;
    margin-left: 1.5rem;
  }
}

.no-touchevents .reservation .reservationBlock #Test1 .custom-calendar-button:hover {
  opacity: 0.7;
}

.reservation .reservationBlock #Test1 .custom-calendar-button img {
  display: block;
  height: auto;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .custom-calendar-button img {
    width: 2rem;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .custom-calendar-button img {
    width: 2rem;
  }
}

.reservation .reservationBlock #Test1 .selBox01,
.reservation .reservationBlock #Test1 .selBox02 {
  display: flex;
  align-items: center;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01,
  .reservation .reservationBlock #Test1 .selBox02 {
    width: 71.5rem;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01,
  .reservation .reservationBlock #Test1 .selBox02 {
    flex-direction: column;
    width: 100%;
  }
}

.reservation .reservationBlock #Test1 .selBox01 dt,
.reservation .reservationBlock #Test1 .selBox02 dt {
  font-weight: 600;
  color: #000;
  text-align: center;
  white-space: pre;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 dt,
  .reservation .reservationBlock #Test1 .selBox02 dt {
    margin-right: 4rem;
    font-size: 1.6rem;
    line-height: 1.43;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 dt,
  .reservation .reservationBlock #Test1 .selBox02 dt {
    width: 100%;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #000;
  }
}

.reservation .reservationBlock #Test1 .selBox01 select,
.reservation .reservationBlock #Test1 .selBox02 select {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 select,
  .reservation .reservationBlock #Test1 .selBox02 select {
    font-size: 1.5rem;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 select,
  .reservation .reservationBlock #Test1 .selBox02 select {
    font-size: 16px;
  }
}

.reservation .reservationBlock #Test1 .selBox01 .arrowWrap,
.reservation .reservationBlock #Test1 .selBox02 .arrowWrap {
  position: relative;
  height: 100%;
}

.reservation .reservationBlock #Test1 .selBox01 .arrowWrap:before,
.reservation .reservationBlock #Test1 .selBox02 .arrowWrap:before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 50%;
  right: 25%;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid #D77850;
  border-bottom: 1px solid #D77850;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .arrowWrap:before,
  .reservation .reservationBlock #Test1 .selBox02 .arrowWrap:before {
    right: 22%;
  }
}

.reservation .reservationBlock #Test1 .selBox01 .arrowWrap select,
.reservation .reservationBlock #Test1 .selBox02 .arrowWrap select {
  display: block;
  box-sizing: content-box;
  text-align: center;
  text-align-last: center;
  color: #000;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .arrowWrap select,
  .reservation .reservationBlock #Test1 .selBox02 .arrowWrap select {
    width: 8rem;
    height: 100%;
    margin-right: 0.9rem;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .arrowWrap select,
  .reservation .reservationBlock #Test1 .selBox02 .arrowWrap select {
    padding: 0 2.5rem;
    height: 4.5rem;
  }
}

.reservation .reservationBlock #Test1 .selBox01 {
  margin: 0 auto;
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center {
    display: flex;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center {
    display: block;
    width: 100%;
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 {
  display: flex;
  align-items: center;
  height: 4.5rem;
  margin-top: 0.1rem;
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 {
    margin-top: 2.2rem;
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_yyyymm {
  display: block;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_yyyymm {
    width: 12.8rem;
    height: 100%;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_yyyymm {
    height: auto;
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_yyyymm select {
  display: block;
  text-align: center;
  text-align-last: center;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_yyyymm select {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_yyyymm select {
    padding: 0 2rem;
    height: 4.5rem;
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_dd {
  display: block;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_dd {
    width: 8rem;
    height: 100%;
    margin-right: 1rem;
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_dd select {
  display: block;
  text-align: center;
  text-align-last: center;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_dd select {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_dd select {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .ui-datepicker-trigger {
  display: block;
  cursor: pointer;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .ui-datepicker-trigger {
    position: relative;
    width: 1.7rem;
    height: 2rem;
    margin: 0 1.7rem;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .ui-datepicker-trigger {
    position: absolute;
    left: 16.2rem;
    width: 1.3rem;
    height: 1.6rem;
    margin: 0;
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 4.5rem;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 {
    margin-top: 0.1rem;
    margin-left: 4rem;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 .le02Wrap {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 .le02Wrap {
    height: auto;
  }
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 .le02Wrap .append01 {
    font-size: 1.6rem;
    margin-right: 2.1rem;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 .le02Wrap .append01 {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0;
    margin: 0 1rem;
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 .rc02Wrap {
  display: flex;
  align-items: center;
  position: relative;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 .rc02Wrap {
    height: 100%;
  }
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 .rc02Wrap .append02 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 .rc02Wrap .append02 {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0;
    margin: 0 1rem;
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .style_layout {
  display: block;
  width: 100%;
  height: 20%;
}

.reservation .reservationBlock #Test1 .selBox02 {
  margin: 4rem auto 0;
}

.reservation .reservationBlock #Test1 .selBox02 dd {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  height: 4.5rem;
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox02 dd {
    width: 100%;
    margin-top: 1.9rem;
  }
}

.reservation .reservationBlock #Test1 .selBox02 dd .append01 {
  display: block;
  white-space: pre;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox02 dd .append01 {
    font-size: 1.6rem;
    margin-right: 2.1rem;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox02 dd .append01 {
    font-weight: bold;
    margin-right: 0.45rem;
    font-size: 1.5rem;
    line-height: 1.9rem;
    letter-spacing: 0.05em;
  }
}

.reservation .reservationBlock #Test1 .selBox02 dd .append02 {
  display: block;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox02 dd .append02 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox02 dd .append02 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.9rem;
    letter-spacing: 0.05em;
    margin-left: 2rem;
  }
}

.reservation .reservationBlock #Test1 .selBox02 dd .append03 {
  white-space: pre;
  display: block;
  font-size: 1.6rem;
}

.reservation .reservationBlock #Test1 .selBox02 .append04 {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox02 .append04 {
    width: 100%;
    font-weight: bold;
    display: block;
    margin-top: 1.5rem;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

.reservation .reservationBlock #Test1 .reserveLine {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 2.4rem;
  background-color: #D77850;
}

.reservation .reservationBlock #Test1 #booking_inner {
  margin-top: 0;
  padding-top: 0;
}

.reservation .reservationBlock #Test1 .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto 0;
  background-color: #1E1E28;
  transition: 0.2s;
  text-align: center;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .search {
    margin-top: 4rem;
    width: 30rem;
    height: 6rem;
    font-size: 1.6rem;
    line-height: 2.12;
    letter-spacing: 0.04em;
    border-radius: 3rem;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .search {
    margin-top: 2.5rem;
    width: 22rem;
    height: 4.5rem;
    font-size: 1.5rem;
    line-height: 1.13;
    letter-spacing: 0.04em;
    border-radius: 2.25rem;
  }
}

.no-touchevents .reservation .reservationBlock #Test1 .search:hover {
  opacity: 0.7;
}

.reservation .reservationBlock #Test1 .search:before {
  pointer-events: none;
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .search:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    width: 0.5rem;
    height: 0.5rem;
    margin: auto;
    border-radius: 50%;
    background-color: #D77850;;
  }
}

.reservation .reservationBlock #Test1 .search:after {
  pointer-events: none;
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .search:after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    bottom: 0;
    right: 3rem;
    margin: auto;
    border-radius: 50%;
    background-color: #D77850;
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .search:after {
    content: none;
    /* display: block;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.8rem;
    margin: auto;
    border-top: 1px solid #D77850;
    border-right: 1px solid #D77850;
    transform: rotate(45deg) */;
  }
}

.reservation .reservationBlock #Test1 .search .mod_btn01 {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 3.4rem;
  letter-spacing: 0.04em;
  cursor: pointer;
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .search .mod_btn01 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    letter-spacing: 0.02em;
  }
}

.cmntitle01 {
  font-family: "Bellefair", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media print,
screen and (min-width:641px) {
  .cmntitle01 {
    font-size: 5rem;
    letter-spacing: 0.5rem;
    line-height: 1.5;;
  }
}

@media screen and (max-width:640px) {
  .cmntitle01 {
    font-size: 3rem;
    letter-spacing: 0.5rem;
  }
}

.cmntitle01:after {
  content: "";
  display: block;
  background-color: #D77850;
}

@media print,
screen and (min-width:641px) {
  .cmntitle01:after {
    width: 3rem;
    height: 2px;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width:640px) {
  .cmntitle01:after {
    width: 5rem;
    height: 1px;
    margin-top: 0.7rem;
  }
}

.concept {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  /* background-color: #fff */;
}

@media print,
screen and (min-width:641px) {
  .concept {
    padding: 16rem 10rem 0;;
  }
}

@media screen and (max-width:640px) {
  .concept {
    padding: 5rem 0 0;
  }
}

.concept-intro {
  position: relative;
}

@media print,
screen and (min-width:641px) {
  .concept-intro {
    /* display: flex;
    justify-content: space-between; */
    max-width: 130rem;
    width: 100%;
    margin: 8rem auto 0;
  }
}

@media screen and (max-width:640px) {
  .concept-intro {
    margin: 4rem 3rem;;
  }
}

@media print,
screen and (min-width:641px) {
  .concept-intro-left {
    width: 68.5rem
  }
  .concept-intro-left .ph {
    width: 100%;
    height: 46rem;
    border-radius: 1rem;
    overflow: hidden;;
  }
}

.concept-intro-left-p {
  letter-spacing: 0.2rem;
}

@media print, screen and (min-width:641px) {
  .concept-intro-left {
    width: 100%;
  }
  .concept-intro-left-p {
    font-family: "Noto Serif", serif;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 2;
    position: absolute;
    right: -3rem;
    top: 10.4rem;
    max-width: 48rem;;
  }
}

@media screen and (max-width:640px) {
  .concept-intro-left-p {
    font-size: 1.6rem;
    line-height: 1.8;;
  }
}

.concept-intro-left-ph {
  width: 100%;
  border-radius: 1rem;
}

@media print,
screen and (min-width:641px) {
  .concept-intro-left-ph {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: 68.5rem;;
  }
}

@media screen and (max-width:640px) {
  .concept-intro-left-ph {
    margin-top: 3rem;
    width: 100%;
    height: 57.86vw;
    object-fit: cover;
  }
}

.concept-intro-center {
  font-weight: lighter;
  position: absolute;
  top: 0;
  transform-origin: left top;
  transform: rotate(90deg);
  white-space: nowrap;
  line-height: 1;
  font-family: Forum, sans-serif;
  font-weight: 400;
}

@media print,
screen and (min-width:641px) {
  .concept-intro-center {
    left: 50%;
    margin-left: 1.5rem;
    font-size: 2.5rem;
    letter-spacing: 0.3em;
  }
}

@media screen and (max-width:640px) {
  .concept-intro-center {
    margin-left: -1.7rem;
    font-size: 1.3rem;
    letter-spacing: 0.35rem;
  }
}

@media print,
screen and (min-width:641px) {
  .concept-intro-right {
    width: 50.7rem;
    height: 36.4rem;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 1rem;
    overflow: hidden;;
  }
}

@media screen and (max-width:640px) {
  .concept-intro-right {
    position: relative;
    width: 65.33vw;
    height: 46.93vw;
    border-radius: 1rem;
    margin-top: 3rem;
    margin-left: auto;;
  }
}

.concept-intro-right-ph {
  width: 100%;
  height: auto;
}

@media screen and (max-width:640px) {
  .concept-intro-right-ph {
    width: 100%;
    height: 100%;
    object-fit: cover;;
  }
}

.concept-intro-right-lead {
  letter-spacing: 0.2rem;
}

@media print,
screen and (min-width:641px) {
  .concept-intro-right-lead {
    font-size: 2.4rem;
    margin-top: 3rem;
    margin-left: 3rem;
  }
}

@media screen and (max-width:640px) {
  .concept-intro-right-lead {
    width: 100%;
    font-size: 1.8rem;
    margin-top: 6.5rem;
  }
}

@media print,
screen and (min-width:641px) {
  .concept-intro-right-desc {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2;
    margin-top: 8rem;
    margin-left: 8rem;
    max-width: 55rem;;
  }
}

@media screen and (max-width:640px) {
  .concept-intro-right-desc {
    width: 100%;
    font-size: 1.3rem;
    margin-top: 1.5rem;;
  }
}

.concept-offering {
  position: relative;
  background-color: #FFF;
  border-radius: 1rem;
}

@media print,
screen and (min-width:641px) {
  .concept-offering {
    max-width: 140rem;
    width: 100%;
    margin: 20rem auto 0;
    padding: 10rem 10rem 3rem 10rem;
    box-sizing: border-box;
  }
}

@media screen and (max-width:640px) {
  .concept-offering {
    margin-top: 13.8rem;
    padding-bottom: 4rem;
  }
}

.concept-offering-tit {
  position: absolute;
  left: 0;
  width: 100%;
  font-optical-sizing: auto;
  font-weight: 400;
  display: flex;
  justify-content: center;
  color: #1E1E28;
}

@media print,
screen and (min-width:641px) {
  .concept-offering-tit {
    top: -4rem;
    font-size: 4.4rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width:640px) {
  .concept-offering-tit {
    top: -2.5rem;
    font-size: 2.9rem;
    letter-spacing: 0.5rem;
  }
}

.concept-offering-tit:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background-color: #000;
  width: 1px;
}

@media print,
screen and (min-width:641px) {
  .concept-offering-tit:before {
    bottom: 12rem;
    height: 7.4rem;
  }
}

@media screen and (max-width:640px) {
  .concept-offering-tit:before {
    bottom: 7rem;
    height: 4rem;
  }
}

@media print,
screen and (min-width:641px) {
  .concept-offering .slidearea01_content {
    width: auto !important;
    left: auto !important;
    transition: none !important;
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap
  }

  .concept-offering .slidearea01_link {
    width: 48.2rem !important;
    margin-bottom: 7rem
  }

  .concept-offering .slidearea01_link.dammy {
    display: none !important
  }

  .concept-offering .slidearea01_ph {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1rem;
    overflow: hidden;
  }

  .concept-offering .slidearea01_tit {
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 2;
    text-align: center;
    margin-top: 3rem;
    letter-spacing: 0.02em
  }

  .concept-offering .slidearea01_desc {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    padding: 2rem 1.5rem 0;
  }

  .concept-offering .slidearea01_desc b {
    font-weight: normal;
    color: #D77850;
  }
}

@media screen and (max-width:640px) {
  .concept-offering [data-slidearea01] {
    padding: 3rem 8% 0;
    overflow: hidden
  }

  .concept-offering [data-slidearea01][data-slidearea01-slidelimit] .slidearea01_link.dammy {
    opacity: 0
  }

  .concept-offering [data-slidearea01] .slidearea01_wrap {
    max-width: 1180px;
    width: 100%;
    margin: auto;
    position: relative
  }

  .concept-offering [data-slidearea01] .slidearea01_content {
    position: relative;
    display: table
  }

  .concept-offering [data-slidearea01] .slidearea01_content.disableTrs {
    transition: none !important
  }

  .concept-offering [data-slidearea01] .slidearea01_link {
    display: table-cell;
    position: relative;
    top: 0;
    left: 0;
    height: 100%
  }

  .concept-offering [data-slidearea01] .slidearea01_linkin {
    margin: 0 4%
  }

  .concept-offering [data-slidearea01] .slidearea01_ph {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1rem;
  }

  .concept-offering [data-slidearea01] .slidearea01_tit {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.8;
    /* color: #D77850; */
    text-align: center;
    margin-top: 2rem
  }

  .concept-offering [data-slidearea01] .slidearea01_desc {
    font-size: 1.2rem;
    padding: 1rem 1.5rem 0;
    letter-spacing: 0.15rem
  }

  .concept-offering [data-slidearea01] .slidearea01_desc b {
    font-weight: normal;
    color: #D77850;
  }
}

.feature {
  /* background-color: #2C323F; */
  overflow: hidden;
}

@media print,
screen and (min-width:641px) {
  .feature {
    padding-top: 18rem;
    /* padding-bottom: 23rem */;
  }
}

@media screen and (max-width:640px) {
  .feature {
    padding-top: 5rem;
    /* padding-bottom: 7rem */;
  }
}

.feature-tit {
  /* color: #FFF */;
}

.feature-box {
  position: relative;
}

@media print,
screen and (min-width:641px) {
  .feature-box {
    max-width: 140rem;
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width:640px) {
  .feature-box {
    padding-bottom: 5rem;
  }
}

.feature-box:before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  height: 100%;
}

@media print,
screen and (min-width:641px) {
  .feature-box.-type01 {
    margin-top: 15rem;
    padding: 5rem 0 7rem 10rem;
    margin-left: 10rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box.-type01 {
    margin-top: 8rem;
  }
}

@media print,
screen and (min-width:641px) {
  .feature-box.-type01:before {
    left: 0;
    width: calc(100% + 10rem);
    border-radius: 1rem;;
  }
}

@media screen and (max-width:640px) {
  .feature-box.-type01:before {
    left: 0;
    width: 100%;
  }
}

@media print,
screen and (min-width:641px) {
  .feature-box.-type02 {
    display: flex;
    justify-content: space-between;
    margin-top: 16rem;
    padding: 7rem 7rem 7rem 0;
    box-sizing: border-box;
  }
}

@media screen and (max-width:640px) {
  .feature-box.-type02 {
    margin-top: 13rem;
  }
}

@media print,
screen and (min-width:641px) {
  .feature-box.-type02:before {
    left: 10rem;
    width: 100%;
    border-radius: 1rem;;
  }
}

@media screen and (max-width:640px) {
  .feature-box.-type02:before {
    left: 2rem;
    width: 100%;
    top: 12rem;
    height: calc(100% - 12rem);
  }
}

@media print,
screen and (min-width:641px) {
  .feature-box.-type03 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 17rem;
    padding: 5rem 0 7rem 2rem;
    box-sizing: border-box;
  }
}

@media screen and (max-width:640px) {
  .feature-box.-type03 {
    margin-top: 13rem;
  }
}

@media print,
screen and (min-width:641px) {
  .feature-box.-type03:before {
    left: -10rem;
    width: calc(100% + 10rem);
  }
}

@media screen and (max-width:640px) {
  .feature-box.-type03:before {
    right: 2rem;
    width: 100%;
    top: 12rem;
    height: calc(100% - 12rem);
  }
}

.feature-box-phwrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media print,
screen and (min-width:641px) {
  .feature-box-phwrap.-type01 {
    position: absolute;
    top: -7.5rem;
    right: -3rem;
    border-radius: 1rem 0 0 1rem;
    overflow: hidden;;
  }
}

@media screen and (max-width:640px) {
  .feature-box-phwrap.-type01 {
    display: flex;
    justify-content: end;
    top: -4rem;
    margin-bottom: -5rem;
  }
}

@media print,
screen and (min-width:641px) {
  .feature-box-phwrap.-type02 {
    display: flex;
    justify-content: space-between;
    position: relative;
    left: 0;
    width: 81rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-phwrap.-type02 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media print,
screen and (min-width:641px) {
  .feature-box-phwrap.-type03 {
    display: flex;
    justify-content: space-between;
    position: relative;
    left: 12rem;
    width: 81rem;
    margin-bottom: -14rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-phwrap.-type03 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-phwrap.-type03 img:first-child {
    order: 1;
  }
}

@media screen and (max-width:640px) {
  .feature-box-phwrap.-type03 img:nth-child(2) {
    order: 3;
    transform: translateX(-3rem);
  }
}

@media screen and (max-width:640px) {
  .feature-box-phwrap.-type03 img:nth-child(3) {
    order: 2;
    transform: translateX(-3rem);
  }
}

.feature-box-phwrap-main {
  display: block;
  border-radius: 1rem;
}

@media print,
screen and (min-width:641px) {
  .feature-box-phwrap-main {
    width: 79rem;
    height: auto;
    overflow: hidden;
  }
  .feature-box-phwrap-main.-type01 {
    border-radius: 1rem 0 0 1rem;;
  }
}

@media screen and (max-width:640px) {
  .feature-box-phwrap-main {
    width: 100%;
    height: 22rem;
    object-fit: cover;;
  }
}

@media screen and (max-width:640px) {
  .feature-box-phwrap-main.-type01 {
    width: calc(100% - 3rem);
    border-radius: 1rem 0 0 1rem;;
  }
}

.feature-box-phwrap-sub {
  position: relative;
  display: block;
  height: auto;
  object-fit: cover;
  border-radius: 1rem;
}

@media print,
screen and (min-width:641px) {
  .feature-box-phwrap-sub {
    margin-top: 2rem;
    transform: translateX(-9rem);
    overflow: hidden;;
  }
}

@media screen and (max-width:640px) {
  .feature-box-phwrap-sub {
    margin-top: 1rem;
    transform: translateX(3rem);
  }
}

@media print,
screen and (min-width:641px) {
  .feature-box-phwrap-sub.-type01 {
    width: 35.2rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-phwrap-sub.-type01 {
    width: 40%;
    height: 10rem;
  }
}

@media print,
screen and (min-width:641px) {
  .feature-box-phwrap-sub.-type02 {
    width: 43.4rem;
    border-radius: 1rem;
    overflow: hidden;;
  }
}

@media screen and (max-width:640px) {
  .feature-box-phwrap-sub.-type02 {
    position: relative;
    width: 55%;
    height: 10rem;
    left: 1rem;
  }
}

.feature-box-info {
  position: relative;
}

@media print,
screen and (min-width:641px) {
  .feature-box-info {
    width: 44rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-info {
    width: calc(100% - 10rem);
    margin: 3rem auto 0;
  }
}

@media screen and (max-width:640px) {
  .feature-box-info.-type01 {
    margin-left: 3rem;
  }
}

.feature-box-info-num {
  display: flex;
  align-items: center;
  font-family: "Noto Serif", serif;
}

@media print,
screen and (min-width:641px) {
  .feature-box-info-num {
    font-size: 2.2rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-info-num {
    font-size: 1.7rem;
  }
}

.feature-box-info-num:before {
  content: "";
  display: block;
  background-color: #1E1E28;
  height: 1px;
}

@media print,
screen and (min-width:641px) {
  .feature-box-info-num:before {
    width: 2rem;
    margin-right: 1rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-info-num:before {
    width: 1.5rem;
    margin-right: 0.5rem;
  }
}

.feature-box-info-tit {
  font-family: "Bellefair", serif;
  font-weight: 400;
  color: #1E1E28;
  letter-spacing: 0.2rem;
}

@media print,
screen and (min-width:641px) {
  .feature-box-info-tit {
    font-size: 3.6rem;
    margin-top: 3.5rem;
    line-height: 1.4;
  }
}

@media screen and (max-width:640px) {
  .feature-box-info-tit {
    font-size: 2.8rem;
    margin-top: 1rem;
    line-height: 1.5;
  }
}

.feature-box-info-p {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

@media print,
screen and (min-width:641px) {
  .feature-box-info-p {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-info-p {
    font-size: 1.2rem;
    margin-top: 1rem;
    height: 10rem;
    overflow: hidden;
  }
}

@media print,
screen and (min-width:641px) {
  .feature-box-info-more {
    display: none;
  }
}

@media screen and (max-width:640px) {
  .feature-box-info-more {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    border-top: 1px solid #D77850;
    color: #D77850;
    text-align: center;
    font-size: 1.2rem;
    height: 4rem
  }

  .feature-box-info-more:before {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% + 1px);
    left: 0;
    width: 100%;
    height: 3rem;
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  }
}

.feature-box-slide {
  position: relative;
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide {
    margin-top: 8rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-slide {
    margin-top: 3.5rem;
  }
}

.feature-box-slide [data-slidearea01] {
  display: flex;
}

.feature-box-slide [data-slidearea01][data-slidearea01-slidelimit] .slidearea01_link.dammy {
  opacity: 0;
}

@media screen and (max-width:640px) {
  .feature-box-slide [data-slidearea01] {
    flex-direction: column-reverse;
  }
}

.feature-box-slide [data-slidearea01] .slidearea01_controller {
  position: relative;
  z-index: 101;
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide [data-slidearea01] .slidearea01_controller {
    width: 10rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-slide [data-slidearea01] .slidearea01_controller {
    margin-top: 2rem;
  }
}

.feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_count {
  text-align: center;
  color: #D77850;
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_count {
    font-size: 2rem;
    letter-spacing: 0.5rem;
    margin-top: 8rem;
    font-family: "Bellefair", serif;;
  }
}

@media screen and (max-width:640px) {
  .feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_count {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    letter-spacing: 0.5rem;
  }
}

.feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_count_now {
  display: inline-block;
}

.feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_count_total {
  display: inline-block;
}

.feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_btns {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_btns {
    margin-top: 7rem;
    width: 150%;
  }
}

@media screen and (max-width:640px) {
  .feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_btns {
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_btns:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 2rem;
    background-color: #D77850;
    left: -5rem;
  }
}

.feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_btns button {
  position: relative;
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_btns button {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width:640px) {
  .feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_btns button {
    width: 60px;
    height: 90px;
  }
}

.feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_btns button:after {
  position: relative;
  content: "";
  display: block;
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_btns button:after {
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_btns button:after {
    width: 2rem;
    height: 2rem;
  }
}

.feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_btns button.next:after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}

.feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_btns button.prev:after {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width:640px) {
  .feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_btns button.prev:after {
    left: 3rem;
  }
}

.feature-box-slide [data-slidearea01] .slidearea01_controller .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.feature-box-slide [data-slidearea01] .slidearea01_wrap {
  position: relative;
  overflow: hidden;
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide [data-slidearea01] .slidearea01_wrap {
    margin-left: 7rem;
  }
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide [data-slidearea01] .slidearea01_wrapin {
    padding: 0 63% 0 0;
  }
}

.feature-box-slide [data-slidearea01] .slidearea01_content {
  position: relative;
  display: table;
}

.feature-box-slide [data-slidearea01] .slidearea01_content.disableTrs {
  transition: none !important;
}

.feature-box-slide [data-slidearea01] .slidearea01_link {
  display: table-cell;
  vertical-align: top;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide [data-slidearea01] .slidearea01_linkin {
    margin: 0 2.5rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-slide [data-slidearea01] .slidearea01_linkin {
    padding: 0 2rem;
  }
}

.feature-box-slide [data-slidearea01] .slidearea01_phwrap {
  position: relative;
}

.feature-box-slide [data-slidearea01] .slidearea01_ph {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide [data-slidearea01] .slidearea01_ph {
    height: 22rem;;
  }
}

@media screen and (max-width:640px) {
  .feature-box-slide [data-slidearea01] .slidearea01_ph {
    height: 20rem;
  }
}

.feature-box-slide [data-slidearea01] .slidearea01_phlabel {
  position: absolute;
  color: #FFF;
  background-image: linear-gradient(90deg, #9E8853 45%, #8F7B4B 80%);
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide [data-slidearea01] .slidearea01_phlabel {
    font-size: 1.6rem;
    padding: 0 1rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-slide [data-slidearea01] .slidearea01_phlabel {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}

.feature-box-slide [data-slidearea01] .slidearea01_tit {
  color: #1E1E28;
  text-align: center;
  letter-spacing: 0.08em;
  font-family: "Bellefair", serif;
  font-weight: 400;
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide [data-slidearea01] .slidearea01_tit {
    font-size: 2.5rem;
    margin-top: 2rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-slide [data-slidearea01] .slidearea01_tit {
    font-size: 2.1rem;
    margin-top: 2rem;
  }
}

.feature-box-slide [data-slidearea01] .slidearea01_infobox {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  position: relative;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide [data-slidearea01] .slidearea01_infobox {
    margin-top: 1rem;
    padding-bottom: 0.5rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-slide [data-slidearea01] .slidearea01_infobox {
    margin-top: 2rem;
    padding-bottom: 0.5rem;
  }
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide [data-slidearea01] .slidearea01_infobox+.slidearea01_infobox {
    margin-top: 1rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-slide [data-slidearea01] .slidearea01_infobox+.slidearea01_infobox {
    margin-top: 0.5rem;
  }
}

.feature-box-slide [data-slidearea01] .slidearea01_infobox:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33%;
  width: 1px;
  margin: auto;
  background-color: #e5e5e5;
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide [data-slidearea01] .slidearea01_infobox:before {
    height: 1rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-slide [data-slidearea01] .slidearea01_infobox:before {
    height: 1rem;
  }
}

.feature-box-slide [data-slidearea01] .slidearea01_infoboxdt {
  width: 33%;
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide [data-slidearea01] .slidearea01_infoboxdt {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}

@media screen and (max-width:640px) {
  .feature-box-slide [data-slidearea01] .slidearea01_infoboxdt {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}

.feature-box-slide [data-slidearea01] .slidearea01_infoboxdd {
  width: 66%;
  box-sizing: border-box;
}

@media print,
screen and (min-width:641px) {
  .feature-box-slide [data-slidearea01] .slidearea01_infoboxdd {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.5;
    padding-left: 2.5rem;
  }
}

@media screen and (max-width:640px) {
  .feature-box-slide [data-slidearea01] .slidearea01_infoboxdd {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.5;
    padding-left: 1.5rem;
  }
}

.service {
  /* background-color: #fff */;
}

@media print,
screen and (min-width:641px) {
  .service {
    padding: 18rem 10rem 10rem;
  }
}

@media screen and (max-width:640px) {
  .service {
    padding: 7rem 2rem 8rem;
  }
}

.service-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media print,
screen and (min-width:641px) {
  .service-content {
    max-width: 120rem;
    width: 100%;
    margin: 8rem auto 0;
  }
}

@media screen and (max-width:640px) {
  .service-content {
    margin-top: 4rem;
    gap: 3rem 0;;
  }
}

@media print,
screen and (min-width:641px) {
  .service-content-one {
    margin-bottom: 6rem;
  }
}

@media screen and (max-width:640px) {
  .service-content-one {
    width: 46%;
  }
}

.service-content-one-ph {
  object-fit: cover;
  border-radius: 1rem;
}

@media print,
screen and (min-width:641px) {
  .service-content-one-ph {
    width: 36.8rem;
    height: 22.5rem;;
  }
}

@media screen and (max-width:640px) {
  .service-content-one-ph {
    width: 100%;
    height: 9.5rem;
  }
}

.service-content-one-p {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  text-align: center;
}

@media print,
screen and (min-width:641px) {
  .service-content-one-p {
    font-size: 2rem;
    margin-top: 1.5rem;
    letter-spacing: 0.02em;;
  }
}

@media screen and (max-width:640px) {
  .service-content-one-p {
    font-size: 1.3rem;
    /* height: 6rem; */
    line-height: 1.5;
    padding-top: 1.4rem;;
  }
}

.access {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  background-color: #FFF;
  margin: 0 1.5rem;
  border-radius: 1rem;
}

@media print,
screen and (min-width:641px) {
  .access {
    padding: 10rem 10rem 10rem;
  }
}

@media screen and (max-width:640px) {
  .access {
    padding: 5rem 2rem;
  }
}

@media print, screen and (min-width:641px) {
  .access-address {
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    margin-top: 5rem;
  }
}

@media print, screen and (max-width:640px) {
  .access-address {
    margin-top: 4rem;;
  }
}

@media print, screen and (min-width:641px) {
  .access-lead {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    margin-top: 4rem;
  }
}

@media screen and (max-width:640px) {
  .access-lead {
    font-size: 1.3rem;
    margin-top: 2rem;
    padding: 0 1rem;
  }
}

@media print,
screen and (min-width:641px) {
  .access-intro {
    display: flex;
    justify-content: space-between;
    max-width: 120rem;
    width: 100%;
    margin: 10rem auto 0;
  }
}

@media screen and (max-width:640px) {
  .access-intro {
    margin-top: 2rem;
  }
}

.access-left-map {
  display: block;
}

@media print,
screen and (min-width:641px) {
  .access-left-map {
    width: 60rem;
    height: 45rem;
  }
}

@media screen and (max-width:640px) {
  .access-left-map {
    width: 100%;
    height: 25rem;
  }
}

.access-left-p {
  font-weight: bold;
}

@media print,
screen and (min-width:641px) {
  .access-left-p {
    line-height: 1.7;
    letter-spacing: 0;
    margin-top: 5rem;
  }
}

@media screen and (max-width:640px) {
  .access-left-p {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0;
    margin-top: 1rem;
  }
}

@media print,
screen and (min-width:641px) {
  .access-left-p b {
    font-size: 2.2rem;
  }
}

@media print,
screen and (min-width:641px) {
  .access-left-p span {
    font-size: 2rem;
  }
}

.access-right {
  display: block;
}

@media print,
screen and (min-width:641px) {
  .access-right {
    /* margin-top: 10rem; */
    width: 58.0rem;
    height: 45.3rem;
    object-fit: cover;
    border-radius: 1rem;;
  }
}

@media screen and (max-width:640px) {
  .access-right {
    margin-top: 3rem;
    width: 100%;
    height: auto;
  }
}

@media print,
screen and (min-width:641px) {
  .access-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 120rem;
    width: 100%;
    margin: 10rem auto 0;
  }
}

@media screen and (max-width:640px) {
  .access-info {
    margin-top: 4.5rem;
  }
}

@media print,
screen and (min-width:641px) {
  .access-info-box {
    width: 100%;
  }
}

@media print,
screen and (min-width:641px) {
  .access-info-box.-type02 {
    margin-top: 10rem;
    width: 58rem;
  }
}

.access-info-box-tit {
  display: flex;
  align-items: center;
  background-color: #1E1E28;
  color: #FFF;
}

@media print,
screen and (min-width:641px) {
  .access-info-box-tit {
    font-size: 2rem;
    line-height: 1;
    height: 6rem;
    padding-left: 2rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-tit {
    position: relative;
    font-size: 1.6rem;
    line-height: 1;
    height: 4rem;
    padding-left: 1.5rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-tit:after {
    content: "";
    display: block;
    position: absolute;
    top: 0rem;
    bottom: 0;
    right: 1.5rem;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(135deg);
    transition: 0.2s;
    margin: auto;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-tit.active:after {
    top: 0.3rem;
    transform: rotate(-45deg);
  }
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont {
    padding: 2rem 1rem 4rem;
    display: none;
  }
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dl.-type01 {
    width: 56rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont-dl+.access-info-box-cont-dl {
    margin-top: 4rem;
  }
}

.access-info-box-cont-dt {
  border-bottom: 1px solid #000;
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dt {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont-dt {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}

.access-info-box-cont-dd-tit {
  position: relative;
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dd-tit {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    margin-top: 2rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont-dd-tit {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    margin-top: 2rem;
  }
}

.access-info-box-cont-dd-tit:before {
  content: "";
  display: inline-block;
  background: url(../img/index/ico-pin.svg) no-repeat 50%;
  background-size: 100%;
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dd-tit:before {
    margin-left: -1rem;
    width: 1.8rem;
    height: 1.8rem;
    margin-bottom: -0.3rem;
    margin-right: 0.5rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont-dd-tit:before {
    margin-left: -1rem;
    width: 1.8rem;
    height: 1.8rem;
    margin-bottom: -0.4rem;
    margin-right: 0.5rem;
  }
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dd-ul {
    margin-top: 0.5rem;
  }
}

.access-info-box-cont-dd-ul-li {
  list-style-type: disc;
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dd-ul-li {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    margin-left: 2rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont-dd-ul-li {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    margin-left: 1rem;
  }
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dd-ul-li+.access-info-box-cont-dd-ul-li {
    margin-top: 1rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont-dd-ul-li+.access-info-box-cont-dd-ul-li {
    margin-top: 1rem;
  }
}

.access-info-box-cont-dd-aside {
  position: relative;
  background-color: #fff;
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dd-aside {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.1rem;
    margin-top: 3rem;
    padding: 2rem 3rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont-dd-aside {
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.1rem;
    margin-top: 2.5rem;
    padding: 1rem 2rem;
  }
}

.access-info-box-cont-dd-aside:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-bottom: 1rem solid #FFF;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dd-desc {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.1rem;
    margin-top: 0.5rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont-dd-desc {
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.1rem;
    margin-top: 0.5rem;
  }
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dd-detail {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont-dd-detail {
    margin-top: 1rem;
  }
}

.access-info-box-cont-dd-detail-dt {
  font-weight: bold;
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dd-detail-dt {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.1rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont-dd-detail-dt {
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.1rem;
  }
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dd-detail-dd {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.1rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont-dd-detail-dd {
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.1rem;
  }
}

.access-info-box-cont-dd-detail-dd li {
  list-style-type: disc;
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dd-detail-dd li {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    margin-left: 2rem;
    margin-top: 0.75rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont-dd-detail-dd li {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    margin-left: 2rem;
    margin-top: 0.75rem;
  }
}

.access-info-box-cont-dd-iconbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dd-iconbox {
    align-items: center;
  }
}

.access-info-box-cont-dd-iconbox-icon {
  display: block;
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dd-iconbox-icon {
    width: 9.7rem;
    height: 9.7rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont-dd-iconbox-icon {
    width: 6.5rem;
    height: 6.5rem;
  }
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dd-iconbox-desc {
    margin-left: 3rem;
    width: 45rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont-dd-iconbox-desc {
    width: calc(100% - 8.5rem);
  }
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dd-iconbox-desc-p {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.1rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont-dd-iconbox-desc-p {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.1rem;
  }
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dd-iconbox-desc-p+.access-info-box-cont-dd-iconbox-desc-p {
    margin-top: 1rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont-dd-iconbox-desc-p+.access-info-box-cont-dd-iconbox-desc-p {
    margin-top: 1rem;
  }
}

@media print,
screen and (min-width:641px) {
  .access-info-box-cont-dd-iconbox+.access-info-box-cont-dd-iconbox {
    margin-top: 2rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box-cont-dd-iconbox+.access-info-box-cont-dd-iconbox {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width:640px) {
  .access-info-box+.access-info-box {
    margin-top: 2rem;
  }
}

.sightseeing {
  /* background-color: #FFF */;
}

@media print,
screen and (min-width:641px) {
  .sightseeing {
    padding: 8rem 10rem 8rem;
  }
}

@media screen and (max-width:640px) {
  .sightseeing {
    padding: 5rem 1rem 5rem;
  }
}

.sightseeing-in {
  /* background-color: #1E1E28;
  color: #FFF */;
}

@media print,
screen and (min-width:641px) {
  .sightseeing-in {
    padding: 10rem 10rem 10rem;
  }
}

@media screen and (max-width:640px) {
  .sightseeing-in {
    padding: 5rem 0 7rem;
  }
}

.sightseeing-lead {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}

@media print,
screen and (min-width:641px) {
  .sightseeing-lead {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 5rem;
  }
}

@media screen and (max-width:640px) {
  .sightseeing-lead {
    font-size: 1.3rem;
    margin-top: 3rem;
    padding: 0 3rem;
  }
}

.sightseeing-cont {
  /* display: flex */;
}

@media print, screen and (min-width:641px) {
  .sightseeing-cont .sightseeing-cont-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 120rem;
    margin: 8rem auto;
    gap: 0 1.6rem;
    text-align: center;;
  }
}
@media screen and (max-width:640px) {
  .sightseeing-cont .sightseeing-cont-list {
    display: flex;
    gap: 0.4rem 0;
    flex-wrap: wrap;;
  }
}

.sightseeing-cont .sightseeing-cont-list .detail {
  width: 100%;
  max-width: 22.7rem;
}
@media screen and (max-width:640px) {
  .sightseeing-cont .sightseeing-cont-list .detail {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;;
  }
}

.sightseeing-cont .sightseeing-cont-list .detail .ph {
  border-radius: 1rem;
  width: 100%;
  height: 30rem;
  overflow: hidden;
}
@media screen and (max-width:640px) {
  .sightseeing-cont .sightseeing-cont-list .detail .ph {
    width: 48vw;
    height: 26.13vw;;
  }
}

.sightseeing-cont .sightseeing-cont-list .detail .ph img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sightseeing-cont .sightseeing-cont-list .detail .txt {
  font-size: 1.5rem;
  font-weight: 600;
  padding-top: 1.2rem;
  letter-spacing: 0.02em;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width:640px) {
  .sightseeing-cont .sightseeing-cont-list .detail .txt {
    font-size: 1.6rem;
    padding-top: 0;
    line-height: 1.6;
    letter-spacing: 0.01em;
    width: calc(100% - 54.4vw);;
  }
}

@media screen and (max-width:640px) {
  .sightseeing-cont {
    flex-direction: column;
    margin: 3rem 2rem 0;
    gap: 0.4rem 0;
  }
}

.sightseeing-cont .more_btn {
  width: 30rem;
  margin: auto;
}
@media screen and (max-width:640px) {
  .sightseeing-cont .more_btn {
    width: 23rem;
    margin: 4rem auto 0;;
  }
}

.sightseeing-cont .more_btn a {
  width: 100%;
  height: 6rem;
}
@media screen and (max-width:640px) {
  .sightseeing-cont .more_btn a {
    height: 5rem;;
  }
}

@media print,
screen and (min-width:641px) {
  .sightseeing-cont:after {
    content: "";
    display: block;
    width: 36.8rem;
  }
}

@media print,
screen and (min-width:641px) {
  .sightseeing-cont-one {
    width: 36.8rem;
  }
}

.sightseeing-cont-one-phwrap {
  position: relative;
}

.sightseeing-cont-one-phwrap-ph {
  display: block;
  object-fit: cover;
}

@media print,
screen and (min-width:641px) {
  .sightseeing-cont-one-phwrap-ph {
    width: 36.8rem;
    height: 22.5rem;
  }
}

@media screen and (max-width:640px) {
  .sightseeing-cont-one-phwrap-ph {
    width: 100%;
    height: 20rem;
  }
}

.sightseeing-cont-one-phwrap-num {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #A89E85;
  color: #FFF;
}

@media print,
screen and (min-width:641px) {
  .sightseeing-cont-one-phwrap-num {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 2rem;
  }
}

@media screen and (max-width:640px) {
  .sightseeing-cont-one-phwrap-num {
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
  }
}

.sightseeing-cont-one-tit {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}

@media print,
screen and (min-width:641px) {
  .sightseeing-cont-one-tit {
    font-size: 2.2rem;
    line-height: 1;
    margin-top: 2.5rem;
    padding-left: 1rem;
  }
}

@media screen and (max-width:640px) {
  .sightseeing-cont-one-tit {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    margin-top: 3rem;
  }
}

.sightseeing-cont-one-info {
  display: flex;
  align-items: center;
}

@media print,
screen and (min-width:641px) {
  .sightseeing-cont-one-info {
    padding-left: 1rem;
    margin-top: 2rem;
  }
}

@media screen and (max-width:640px) {
  .sightseeing-cont-one-info {
    justify-content: center;
    margin-top: 2rem;
  }
}

@media print,
screen and (min-width:641px) {
  .sightseeing-cont-one-info-dt {
    padding-right: 1.5rem;
  }
}

@media screen and (max-width:640px) {
  .sightseeing-cont-one-info-dt {
    padding-right: 1rem;
  }
}

.sightseeing-cont-one-info-dt-icon {
  display: block;
}

@media print,
screen and (min-width:641px) {
  .sightseeing-cont-one-info-dt-icon {
    width: 5.3rem;
    height: 5.3rem;
  }
}

@media screen and (max-width:640px) {
  .sightseeing-cont-one-info-dt-icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.sightseeing-cont-one-info-dd {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-weight: 200;
}

@media print,
screen and (min-width:641px) {
  .sightseeing-cont-one-info-dd {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

@media screen and (max-width:640px) {
  .sightseeing-cont-one-info-dd {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.sightseeing-cont-one-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-color: #D77850;
  margin: auto;
  transition: 0.2s;
}

@media print,
screen and (min-width:641px) {
  .sightseeing-cont-one-link {
    width: 30rem;
    height: 6rem;
    margin-top: 2rem;
    font-size: 1.6rem;
    border-radius: 3rem;
  }
}

@media screen and (max-width:640px) {
  .sightseeing-cont-one-link {
    width: 24rem;
    height: 4.4rem;
    margin-top: 2rem;
    font-size: 1.3rem;
    border-radius: 2.2rem;
  }
}

.no-touchevents .sightseeing-cont-one-link:hover {
  opacity: 0.7;
}

.sightseeing-cont-one-link:before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media print,
screen and (min-width:641px) {
  .sightseeing-cont-one-link:before {
    width: 5px;
    height: 5px;
    right: 3rem;
  }
}

@media screen and (max-width:640px) {
  .sightseeing-cont-one-link:before {
    width: 2.25rem;
    height: 2.25rem;
    right: 1rem;
  }
}

@media screen and (max-width:640px) {
  .sightseeing-cont-one-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.9rem;
    width: 0.4rem;
    height: 0.4rem;
    margin: auto;
    border-top: 1px solid #D77850;
    border-right: 1px solid #D77850;
    transform: rotate(45deg);
  }
}

/*-----------------------------
FAQ
------------------------------*/
.faq {
  width: 100%;
  max-width: 130rem;
  margin: auto;
  background-color: #FFF;
  border-radius: 1rem;
  padding: 10rem 0 0;
  margin-bottom: 20rem;
}
@media screen and (max-width:640px) {
  .faq {
    padding: 6.4rem 0 0;
    margin-bottom: 8rem;;
  }
}

.faq .faq-section {
  margin-block-start: 0;
}

/*-----------------------------
photoarea
------------------------------*/
.photoarea {
  display: flex;
  flex-wrap: wrap;
}

@media print,
screen and (min-width:641px) {
  .photoarea {
    gap: 2px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width:640px) {
  .photoarea {
    gap: 2px;
    padding-bottom: 2px;
  }
}

.photoarea-box {
  display: grid;
}

@media print,
screen and (min-width:641px) {
  .photoarea-box {
    gap: 2px;
  }
}

@media screen and (max-width:640px) {
  .photoarea-box {
    width: 100%;
    gap: 2px;
  }
}

.photoarea-box.-type01 {
  grid-template-columns: 48% 52%;
}

@media print,
screen and (min-width:641px) {
  .photoarea-box.-type01 {
    width: 60%;
    grid-template-rows: 20.5vw 20.5vw;
  }
}

@media screen and (max-width:640px) {
  .photoarea-box.-type01 {
    order: 1;
    grid-template-rows: 35vw 35vw;
  }
}

.photoarea-box.-type02 {
  grid-template-columns: 50% 50%;
}

@media print,
screen and (min-width:641px) {
  .photoarea-box.-type02 {
    width: calc(40% - 4px);
    grid-template-rows: 24vw 17vw;
    margin-left: 2px;
  }
}

@media screen and (max-width:640px) {
  .photoarea-box.-type02 {
    order: 3;
    grid-template-rows: 62vw 32vw;
  }
}

.photoarea-box.-type03 {
  grid-template-columns: 51% 49%;
}

@media print,
screen and (min-width:641px) {
  .photoarea-box.-type03 {
    width: 50%;
    grid-template-rows: 19vw;
  }
}

@media screen and (max-width:640px) {
  .photoarea-box.-type03 {
    order: 2;
    grid-template-rows: 38vw;
  }
}

.photoarea-box.-type04 {
  grid-template-columns: 100%;
}

@media print,
screen and (min-width:641px) {
  .photoarea-box.-type04 {
    width: calc(50% - 4px);
    grid-template-rows: 19vw;
    margin-left: 2px;
  }
}

@media screen and (max-width:640px) {
  .photoarea-box.-type04 {
    order: 4;
    grid-template-rows: 40vw;
  }
}

.photoarea-phwrap {
  position: relative;
}

.photoarea-phwrap.-type01 {
  grid-column: 1/2;
  grid-row: 1/3;
}

.photoarea-phwrap.-type02 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.photoarea-phwrap.-type03 {
  grid-column: 2/3;
  grid-row: 2/3;
}

.photoarea-phwrap.-type04 {
  grid-column: 1/3;
  grid-row: 1/2;
}

.photoarea-phwrap.-type05 {
  grid-column: 1/2;
  grid-row: 2/3;
}

.photoarea-phwrap.-type06 {
  grid-column: 2/3;
  grid-row: 2/3;
}

.photoarea-phwrap.-type07 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.photoarea-phwrap.-type08 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.photoarea-phwrap.-type09 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.photoarea-ph {
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=index.css.map */