@charset "UTF-8";


/* ==== color ========================== */
:root {
  --color-black: #595959;
  --color-white: #ffffff;
  --color-gold: #D39F6B;


  --serif: "Zen Old Mincho", serif;
  --noto: "Noto Sans JP", sans-serif;
}

/*================================================
* intro
================================================*/
#intro {
  padding-top: 29rem;
  padding-bottom: 55rem;
}

#intro::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/hd_bg.png);
  width: 100vw;
  height: 20.3vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#intro .deco_right {
  top: 5rem;
}

#intro .deco_left {
  bottom: -5rem;
}

#intro .wrap {
  position: relative;
}

.intro_txt {
  width: 30.5rem;
  margin-left: auto;
  margin-right: 3rem;
}


.intro_txt h2 {
  color: var(--color-gold);
  font-size: 3rem;
  letter-spacing: 0.3em;
}

.intro_txt h2 span {
  display: flex;
  align-items: end;
  font-size: 1.9rem;
  gap: 0.5rem;
  line-height: 1;
}

.intro_txt h2 img {
  width: 7.6rem;
}

.intro_txt p {
  margin-top: 2rem;
  line-height: 2;
}

.intro_img {
  position: absolute;
  border-radius: 1rem;
  overflow: hidden;
}

.intro_img01 {
  width: 69rem;
  top: -7.5rem;
  left: -18rem;
}

.intro_img02 {
  width: 55rem;
  top: 28rem;
  left: 34rem;
}

.intro_img03 {
  width: 43rem;
  top: 42rem;
  left: -3.4rem;
}

.in_top.on .intro_img01,
.in_top.on .intro_img02,
.in_top.on .intro_img03,
.in_top.on .intro_txt {
  opacity: 1;
  transform: translateY(0px);
}

.in_top.on .intro_img01 {
  transition-delay: .2s;
}

.in_top.on .intro_img02 {
  transition-delay: .4s;
}

.in_top.on .intro_img03 {
  transition-delay: .6s;
}


.intro_txt {
  transition-delay: 1s;
}

@media screen and (max-width:767px) {
  #intro {
    padding-top: 10rem;
    padding-bottom: 2rem;
  }

  #intro .deco_right {
    top: 10rem;
  }

  #intro .deco_left {
    bottom: 19rem;
  }

  .intro_img {
    position: static;
  }

  .intro_img01 {
    width: 100%;
  }

  .intro_img02 {
    position: relative;
    top: 0;
    left: -3rem;
  }

  .intro_img03 {
    margin-top: -3rem;
    margin-left: auto;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
  }

  .intro_txt {
    width: 43rem;
    margin: 5rem auto 4rem;
  }

  .intro_txt h2 {
    display: flex;
    align-items: end;
    justify-content: center;
    line-height: 1;
  }

  .intro_txt h2 span {
    margin-bottom: 0.2rem;
  }

  .intro_txt p {
    font-size: 2rem;
  }
}


/*================================================
* message
================================================*/
#message {
  padding-bottom: 23rem;
}

#message .deco_right01 {
  top: -5rem;
}

#message .deco_right02 {
  display: none;
}

#message .deco_left {
  bottom: -17rem;
  z-index: 1;
}

.message_txt {
  width: 44rem;
  margin-left: auto;
  margin-right: 10rem;
  position: relative;
  z-index: 2;
}

.message_txt p {
  font-size: 1.2rem;
  line-height: 2;
}

.message_txt p span {
  font-size: 1.5rem;
}

.message_txt p:not(.ar) {
  margin-bottom: 2rem;
}

#message .wrap {
  position: relative;
}

.message_img {
  position: absolute;
  overflow: hidden;
  border-radius: 1rem;
  z-index: 2;
}

.message_img01 {
  width: 27rem;
  top: 15rem;
  left: 10rem;
  z-index: 2;
}

.message_img02 {
  width: 37rem;
  top: 31rem;
  left: -14rem;
}

@media screen and (max-width:767px) {
  #message {
    padding-bottom: 11rem;
  }

  #message .deco_right01 {
    top: -10rem;
  }

  #message .deco_right02 {
    display: block;
    right: -5rem;
    bottom: 5rem;
  }

  #message .deco_left {
    top: 45rem;
    bottom: auto;
  }

  #message .wrap {
    width: 47rem;
  }

  .message_txt {
    width: 100%;
    margin: 5rem auto;
  }

  .message_txt p {
    font-size: 2rem;
  }

  .message_txt p span {
    font-size: 1.8rem;
  }

  .message_img {
    position: static;
  }

  .message_img01 {
    width: 35rem;
    margin: 0 auto;
  }

  .message_img02 {
    width: 100%;
    margin: 0 auto;
  }

}

/*================================================
* gallery
================================================*/
#gallery {
  background: var(--color-white);
}

#gallery .deco_left {
  display: none;
}

.photo_swiper .swiper-slide {
  text-align: center;
  width: 50rem;
  margin: 0 5rem;
}

.photo_swiper .swiper-slide img {
  border-radius: 1rem;
  overflow: hidden;
}

.photo_swiper .swiper-slide p {
  margin-top: 1rem;
}

.photo_swiper .swiper-button-next,
.photo_swiper .swiper-button-prev {
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  right: auto;
}

.photo_swiper .swiper-button-next {
  left: 50%;
  transform: translate(calc(-50% + 30rem), -50%);
}

.photo_swiper .swiper-button-prev {
  left: 50%;
  transform: translate(calc(-50% - 30rem), -50%);
}


.photo_swiper .swiper-button-next::before,
.photo_swiper .swiper-button-prev::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/slide_arrow.png);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.photo_swiper .swiper-button-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.photo_swiper .swiper-button-next::after,
.photo_swiper .swiper-button-prev::after {
  content: none;
}

@media screen and (max-width:767px) {
  #gallery .deco_left {
    display: block;
    left: -5rem;
    top: 10rem;
  }

  .photo_swiper .swiper-slide {
    margin: 0 1.5rem;
  }

  .photo_swiper .swiper-button-next,
  .photo_swiper .swiper-button-prev {
    display: none;
  }
}

/*================================================
* features
================================================*/
#features .deco_right {
  top: -19rem;
}

#features .deco_left {
  top: 35rem;
}

.features_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem 0;
}

.features_list li {
  width: 33.333%;
}

.features_list li h3 {
  text-align: center;
  font-size: 1.8rem;
  min-height: 10rem;
}

.features_list li h3 span {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  color: var(--color-white);
  display: grid;
  place-content: center;
  margin-bottom: 1rem;
}

.features_list li h3 span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-gold);
  transform: rotate(45deg);
  z-index: -1;
  border-radius: 0.3rem;
}

.features_list li img {
  border-radius: 1rem;
  margin: 1rem auto 1rem;
  width: 28rem;
  display: block;
}

.features_list li p {
  letter-spacing: 0.05em;
  margin: 0 auto;
  width: 28rem;
  display: block;
}

@media screen and (max-width:767px) {
  #features .deco_right {
    top: 1.5rem;
  }

  #features .deco_left {
    top: 55rem;
  }

  .features_list {
    gap: 6rem;
  }

  .features_list li h3 {
    min-height: unset;
    font-size: 2.2rem;
  }

  .features_list li,
  .features_list li img,
  .features_list li p {
    width: 100%;
  }

  .features_list li p {
    font-size: 2rem;
  }
}

/*================================================
* staff
================================================*/
#staff {
  background: var(--color-white);
}

#staff .deco_right {
  top: -23rem;
}

#staff .deco_left {
  top: 32rem;
}

.staff_list {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
}

.staff_list img {
  border-radius: 1rem;
}

.staff_list h3 {
  margin: 1rem 0;
}

.staff_list h3 span {
  font-size: 1.8rem;
}

@media screen and (max-width:767px) {
  #staff {
    padding-bottom: 17rem;
  }

  #staff .deco_right {
    top: 10rem;
  }

  #staff .deco_left {
    top: 61rem;
  }


  #staff .sp_scroll {
    overflow: scroll;
    padding-left: 11.4rem;
    padding-right: 11.4rem;
  }

  .staff_list {
    min-width: 120rem;
    font-size: 2rem;
  }

  .staff_list h3 span {
    margin-left: 1rem;
    font-size: 2rem;
  }
}

/*================================================
* map
================================================*/
#map .deco_right {
  top: 16rem;
}

#map .deco_left {
  top: 71rem;
}

#map .wrap {
  width: 109rem;
}

.map_list {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(4, 1fr);
}

.map_list h3 {
  font-size: 1.4rem;
}

.map_list img {
  margin: 1rem 0;
  border-radius: 1rem;
}

.map_img {
  margin: 2rem 0;
}

@media screen and (max-width:767px) {
  #map .deco_right {
    top: 10rem;
  }

  #map .deco_left {
    top: 65rem;
  }

  #map .wrap {
    width: 100%;
    /* padding-left: 6rem; */
  }

  #map .sp_scroll {
    overflow: scroll;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .map_img,
  .map_list {
    min-width: 109rem;
  }

  .map_list h3 {
    font-size: 2rem;
  }
}

/*================================================
* image
================================================*/
#image {
  background: var(--color-white);
}

#image .deco_right01 {
  top: -20rem;
}

#image .deco_right02 {
  top: 80rem;
}

#image .deco_left01 {
  top: 35rem;
}

#image .deco_left02 {
  bottom: 22rem;
}

.image_block {
  width: 82rem;
  margin: 8rem auto 0;
  display: flex;
  gap: 0 2rem;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.image_block h3 {
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 2rem;
}

.image_block img {
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.image_block-item {
  width: calc(50% - 1rem);
}

.block02 .image_block-item.image_left {
  width: calc(50% - 7rem);
}

.block03 .image_block-item {
  width: calc(50% - 4rem);
}

.image_right div {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  /* margin-bottom: 2rem; */
}

@media screen and (max-width:767px) {

  #image .deco_right01 {
    top: -35rem;
  }

  #image .deco_right02 {
    top: 80rem;
  }

  #image .deco_right03 {
    top: 195rem;
  }

  #image .deco_right04 {
    bottom: 38rem;
  }


  #image .deco_left01 {
    top: 16rem;
  }

  #image .deco_left02 {
    bottom: auto;
    top: 140rem;
  }

  #image .deco_left03 {
    top: 254rem;
  }

  #image .deco_left04 {
    bottom: -18rem;
  }

  .image_block,
  .image_block.block02 {
    width: 46rem;
    margin: 6rem auto 0;
    gap: 0;
  }

  .image_block-item,
  .block02 .image_block-item.image_left,
  .block03 .image_block-item {
    width: 100%;
    font-size: 2rem;
  }

  .image_right div {
    gap: 1.5rem;
  }

  .image_block h3,
  .image_block img {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }

  .block02 .image_right,
  .block03 .image_block-item:first-of-type {
    margin-bottom: 6rem;
  }

  .block02 .image_right div {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*================================================
* format
================================================*/

#format .deco_right01 {
  top: -10rem;
}

#format .deco_left01 {
  top: 52rem;
}


#format h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid;
  position: relative;
  z-index: 1;
}

#format .btn {
  border-top: 1px solid;
  padding-top: 4rem;
  margin-top: 4rem;
}

#format .btn a {
  display: grid;
  place-content: center;
  margin: 0 auto 0;
  width: 50rem;
  height: 4rem;
  background: var(--color-gold);
  color: var(--color-white);
  border-radius: 1rem;
}

.format_block-wrap h4 {
  text-align: center;
}

.format_block-wrap h4 span {
  color: var(--color-gold);
  font-size: 1.8rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid;
  display: inline-block;
}

.format_block {
  background: var(--color-white);
  border-radius: 1rem;
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.format_block:has(.format_block-item.item02) {
  margin-top: 1rem;
}

.format_block h5 {
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 1rem;
}

.format_block h5 span {
  background: #E75775;
  color: var(--color-white);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 10000px;
  margin-left: 1rem;
  font-size: 1.2rem;
  line-height: 1;
}

.format_block-item {
  /* width: calc(50% - 1.5rem); */
  width: calc(100% - 26rem);
}

.format_block-item.item-img {
  width: 23rem;
}

.format_block-wrap img {
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.format_swiper-wrap {
  position: relative;
  width: 69rem;
  margin: 0 auto;
}

.format_swiper-wrap .swiper-button-next.swiper-button-disabled,
.format_swiper-wrap .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.format_swiper-wrap .swiper-button-next,
.format_swiper-wrap .swiper-button-prev {
  width: 4rem;
  height: 4rem;
  transition: .4s;
}

.format_swiper-wrap .swiper-button-next {
  right: -8rem;

}

.format_swiper-wrap .swiper-button-prev {
  left: -8rem;
}


.format_swiper-wrap .swiper-button-next::before,
.format_swiper-wrap .swiper-button-prev::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/slide_arrow.png);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.format_swiper-wrap .swiper-button-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.format_swiper-wrap .swiper-button-next::after,
.format_swiper-wrap .swiper-button-prev::after {
  content: none;
}

@media screen and (max-width:767px) {
  #format .deco_right01 {
    top: 11rem;
  }

  #format .deco_right02 {
    top: 128rem;
    padding: 0 !important;
  }

  #format .deco_left01 {
    top: 65rem;
  }

  #format .deco_left02 {
    bottom: 45rem;
    padding: 0 !important;
  }

  #format h3 {
    border-bottom: none;
  }

  #format .btn {
    border: none;
  }

  #format .btn a {
    width: 34rem;
    height: 4rem;
  }

  #format .sp {
    /* padding-left: 9rem; */
  }

  #format .sp_scroll {
    overflow: scroll;
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .format_block-wrap h4 {
    text-align: left;
    width: 100%;
    padding-left: 18rem;
  }

  .format_block-wrap {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    min-width: 88rem;
    border-top: 1px solid;
    padding: 4rem 0;
  }

  .format_block-wrap02 {
    min-width: 132rem;
  }

  .format_block-wrap:last-of-type {
    border-bottom: 1px solid;
    border-top: none;
  }

  .format_block {
    background: transparent;
    padding: 0 0 3rem 0;
    width: calc(50% - 2rem);
    display: block;
    font-size: 2rem;
  }

  .format_block h5 {
    font-size: 2rem;
  }


  .format_block-wrap02 .format_block {
    width: calc(33.333% - 2rem);
  }

  .format_block-wrap02 h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .format_block-item,
  .format_block-item.item-img {
    width: 100%;
  }

}

/*================================================
* schedule
================================================*/
#schedule {
  background: var(--color-white);
  padding-bottom: 0;
}

#schedule .deco_right {
  top: -24rem;
}

.fixed_section {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.fixed_section .fixed_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  z-index: -1;
}

.fixed_section .fixed_bg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fixed_section.fixd01 .fixed_bg::before {
  background-image: url(../images/fixd01.jpg);
}

.fixed_section.fixd02 .fixed_bg::before {
  background-image: url(../images/fixd02.jpg);
}

.fixed_section.fixd03 .fixed_bg::before {
  background-image: url(../images/fixd03.jpg);
}

.fixed_section.fixd04 .fixed_bg::before {
  background-image: url(../images/fixd04.jpg);
}

.fixed_section.fixd05 .fixed_bg::before {
  background-image: url(../images/fixd05.jpg);
}

.fixed_section .wrap {
  height: 100%;
}

.fixed_section .inner {
  width: 33rem;
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--color-white);
  z-index: 2;
}

.fixed_section h3 {
  font-size: 1.8rem;
  border: 1px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
}

.fixed_section h4 {
  font-size: 1.8rem;
  margin: 2rem 0;
}

@media screen and (max-width:767px) {
  #schedule .deco_right {
    top: -22rem;
  }

  .fixed__box {
    margin-top: 10rem;
  }

  .fixed_section {
    /* min-height: 71rem; */
    min-height: 90vh;
  }


  .fixed_section .fixed_bg::before {
    /* height: 71rem; */
    height: 90vh;
  }

  .fixe .fixed_section.fixd01 .fixed_bg::before {
    background-image: url(../images/fixd01_sp.jpg);
  }

  .fixed_section.fixd02 .fixed_bg::before {
    background-image: url(../images/fixd02_sp.jpg);
  }

  .fixed_section.fixd03 .fixed_bg::before {
    background-image: url(../images/fixd03_sp.jpg);
  }

  .fixed_section.fixd04 .fixed_bg::before {
    background-image: url(../images/fixd04_sp.jpg);
  }

  .fixed_section.fixd05 .fixed_bg::before {
    background-image: url(../images/fixd05_sp.jpg);
  }

  .fixed_section .wrap {
    width: calc(100% - 5rem);
    margin-left: auto;
  }

  .fixed_section .inner {
    margin-left: 0;
    right: auto;
    left: 0;
  }


  .fixed_section h3 {
    font-size: 2.2rem;
  }

  .fixed_section h4 {
    font-size: 2.2rem;
  }

  .fixed_section p {
    font-size: 2rem;
  }
}

/*================================================
* qa
================================================*/
#qa .deco_left {
  top: 48rem;
}

#qa .deco_right {
  bottom: 6rem;
}

#qa .wrap {
  width: 90rem;
}

#accordion li {
  border-bottom: 1px solid;
  padding: 4rem 0;
}

#accordion li:first-child {
  padding-top: 0;
}

#accordion .label {
  cursor: pointer;
  font-size: 1.8rem;
  position: relative;
  padding: 1rem 6rem 1rem 7rem;
}

#accordion .label::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/acc_arrow.png);
  width: 4rem;
  height: 4rem;
  top: 0.2rem;
  right: 0;
  transition: .4s;
}

#accordion .label.open::before {
  transform: rotate(180deg);
}

#accordion .detail {
  display: none;
  position: relative;
  padding: 2rem 0 1rem 7rem;
  margin-top: 3rem;
}

#accordion .detail p {
  margin-bottom: 2rem;
}

#accordion .label span,
#accordion .detail span {
  position: absolute;
  top: 0.2rem;
  left: 1rem;
  font-size: 2rem;
  width: 4rem;
  height: 4rem;
  display: block;
  display: grid;
  place-content: center;
  line-height: 1;
  color: var(--color-white);
  z-index: 1;
}

#accordion .detail span {
  top: 1rem;
}

#accordion .label span::before,
#accordion .detail span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%) rotate(45deg);
  background: #71A4CF;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 0.3rem;
}

#accordion .detail span::before {
  background: #FF9A97;
}

@media screen and (max-width:767px) {
  #qa .deco_left {
    top: 3rem;
  }

  #qa .deco_right {
    display: none;
  }

  #qa .wrap {
    width: 46rem;
  }

  #accordion .label,
  #accordion .detail p {
    font-size: 2rem;
  }
}

/*================================================
* access
================================================*/
#access {
  background: var(--color-white);
}

#access .deco_right01 {
  top: 8rem;
}

#access .deco_right02 {
  bottom: 55rem;
}

#access .deco_left01 {
  top: 65rem;
}

#access .deco_left02 {
  bottom: 0;
}


#access .wrap {
  width: 75rem;
}

.acc_block h3 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.acc_block iframe,
.acc_block img {
  border-radius: 1rem;
  margin-top: 2rem;
}

.acc_block iframe {
  width: 100%;
  display: block;
  aspect-ratio: 295 /166;
  height: auto;
  /* margin-top: 4.5rem; */
}

.acc_top {
  margin-bottom: 6rem;
}

.acc_top p {
  margin-bottom: 2rem;
}

.acc_top .flex>img {
  width: 40rem;
  margin: 0;
}

.acc_top .flex div {
  width: calc(100% - 42rem);
}

.acc_top .flex div img {
  margin-top: 2rem;
}

.acc_under {
  display: grid;
  gap: 6rem;
  grid-template-columns: repeat(2, 1fr);
}

.acc_under .acc_block {
  display: flex;
  flex-direction: column;

}

.acc_txt {
  flex-grow: 1;
}

.acc_under .img02 {
  margin-bottom: 2rem;
}

@media screen and (max-width:767px) {
  #access .deco_right01 {
    top: 10rem;
  }

  #access .deco_right02 {
    bottom: auto;
    top: 134rem;
  }

  #access .deco_right03 {
    top: 250rem;
  }

  #access .deco_right04 {
    bottom: 93rem;
  }

  #access .deco_left02 {
    bottom: auto;
    top: 191rem;
  }

  #access .deco_left03 {
    top: 310rem;
  }

  #access .wrap {
    width: 47rem;
  }

  .acc_top img.sp {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .acc_top .flex {
    margin-top: 2rem;
  }

  .acc_top .flex>img,
  .acc_top .flex div {
    width: 100%;
  }

  .acc_block .address {
    color: var(--color-gold);
    padding: 1rem 1.5rem;
    border: 1px solid;
    border-radius: 0.5rem;
  }

  .acc_under .acc_block {
    display: flex;
    flex-direction: column;
  }

  .acc_under {
    grid-template-columns: repeat(1, 1fr);
  }

  .acc_under .acc_block>* {
    order: 0;
  }

  .acc_under .acc_block h3 {
    order: 1;
    font-size: 2rem;
  }

  .acc_under .acc_block .img01 {
    order: 2;
    margin-top: 0;
  }

  .acc_under .acc_block .acc_txt {
    order: 3;
    margin: 2rem 0;
  }

  .acc_under .acc_block .address {
    order: 4;
  }

  .acc_under .acc_block .img02 {
    order: 5;
  }

  .acc_block .address,
  .acc_under .acc_block .acc_txt,
  .acc_top p {
    font-size: 2rem;
  }
}

/*================================================
* contact
================================================*/
#contact .wrap {
  width: 90rem;
}

#contact .deco_right01 {
  top: 14rem;
}

#contact .deco_right02 {
  bottom: 20rem;
}

#contact .deco_left {
  top: 68rem;
}

.form_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form_list dt {
  width: 27rem;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}

.form_list dt span,
.policy_check .sup {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #E75775;
  color: var(--color-white);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 1000px;
  padding: 0.2rem 1rem;
  font-size: 1.2rem;
  font-family: var(--noto);
}

.form_list dd {
  width: calc(100% - 30rem);
  margin-bottom: 4rem;
}

.form_list dd input,
.form_list dd textarea {
  display: block;
  width: 100%;
  height: 4rem;
  background: var(--color-white);
  font-size: 1.4rem;
  padding: 0 1rem;
  font-family: var(--noto);
}

.form_list dd textarea {
  height: 20rem;
}

.form_policy {
  width: 70rem;
  margin: 0 auto;
}

.form_policy .policy_inner {
  height: 19rem;
  overflow: scroll;
  background: var(--color-white);
  padding: 2rem;
  border: 1px solid;
}

.form_policy h3 {
  font-size: 1.9rem;
  margin-bottom: 1rem;
}

.policy_inner p {
  margin-bottom: 1.5rem;
}

.policy_check .sup {
  position: static;
  transform: unset;
}

.policy_check {
  text-align: center;
  font-size: 1.5rem;
  background: var(--color-white);
  margin-top: 2rem;
  padding: 2rem;
}

.policy_check-inner p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;

}

.wpcf7-list-item {
  margin: 0 !important;
}

.policy_check-inner label {
  cursor: pointer;
}

.policy_check-inner input {
  margin-right: 0.5rem;
  width: 1.4rem;
  display: inline-block;
}


.submit_btn {
  width: 26rem;
  height: 7rem;
  display: grid;
  place-content: center;
  background: var(--color-gold);
  color: var(--color-white);
  font-size: 1.8rem;
  font-family: var(--serif);
  margin: 4rem auto 0;
  border-radius: 0.5rem;
  text-align: center;
}


@media screen and (max-width:767px) {

  #contact .deco_right,
  #contact .deco_left {
    display: none;
  }

  #contact .wrap {
    width: 55rem;
  }

  .form_list dt {
    width: 16rem;
    font-size: 2rem;
    text-align: left;
    letter-spacing: 0;
  }

  .form_list dd {
    font-size: 2rem;
    width: calc(100% - 17rem);
  }

  .form_list dt span {
    position: static;
    transform: unset;
  }

  .form_list .sp_100 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .form_policy {
    width: 55rem;
    margin-top: 4rem;
  }
}

/*================================================
* price
================================================*/

@media screen and (max-width:767px) {}

/*================================================
* access
================================================*/





@media screen and (max-width:767px) {}