@charset "UTF-8";
/*
calc(50 / $pc_width * 100vw)
@media screen and (max-width:768px) {
    calc(30 / $sp_width * 100vw)
}
*/
/* aタグ設定
------------------------------------- */
a:hover,
.alpha {
  opacity: 0.75;
}

a {
  color: #595757;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 6.9444444444vw !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 10.6666666667vw !important;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  /* =14px */
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
  line-height: 1;
}

ul {
  list-style: none;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.fade_anime {
  transform: translateY(2.7777777778vw);
  opacity: 0;
  transition: 2s;
}
@media screen and (max-width: 768px) {
  .fade_anime {
    transform: translateY(5.3333333333vw);
  }
}
.fade_anime.on {
  transform: translateY(0);
  opacity: 1;
}

#header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.7638888889vw;
  padding: 1.3888888889vw 0;
  background-color: #F8F9F9;
  z-index: 120;
}
@media screen and (max-width: 768px) {
  #header {
    height: 13.3333333333vw;
    padding: 0 0 0 2.6666666667vw;
  }
}
#header .logo {
  width: 13.3333333333vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #header .logo {
    width: 38.4vw;
    margin: 0;
  }
}
#header .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #header button {
    position: relative;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    margin-left: auto;
    background: initial;
  }
  #header button::before {
    position: absolute;
    top: calc(50% - 1.0666666667vw);
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    display: block;
    content: "";
    width: 8vw;
    height: 0.2666666667vw;
    background-color: #595757;
    transition: 0.5s;
  }
  #header button::after {
    position: absolute;
    top: calc(50% + 1.0666666667vw);
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    display: block;
    content: "";
    width: 8vw;
    height: 0.2666666667vw;
    background-color: #595757;
    transition: 0.5s;
  }
  #header button.on::before {
    top: calc(50% - 0vw);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #header button.on::after {
    top: calc(50% + 0vw);
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

.menu_content {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu_content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: #F8F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13.3333333333vw 0;
  }
  .menu_content ul {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
    width: 64vw;
    margin: 0 auto;
  }
  .menu_content ul li {
    width: 100%;
  }
  .menu_content ul li a {
    display: block;
    width: 100%;
  }
  .menu_content ul li a span {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    font-weight: 500;
    color: #595757;
  }
  .menu_content ul li a img {
    margin-top: 1.8666666667vw;
    width: 100%;
    height: auto;
  }
}

.btn_reservation {
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  width: 16.25vw;
  height: auto;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .btn_reservation {
    width: 39.2vw;
  }
}
.btn_reservation img {
  width: 100%;
  height: auto;
}

#top_main {
  background-color: #F8F9F9;
  margin-top: 5.7638888889vw;
}
@media screen and (max-width: 768px) {
  #top_main {
    margin-top: 13.3333333333vw;
  }
}
#top_main section .inner .common_ttl {
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #top_main section .inner .common_ttl {
    margin-bottom: 10.6666666667vw;
  }
}
#top_main section .inner .common_ttl p {
  display: block;
  margin: 0 auto 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  #top_main section .inner .common_ttl p {
    margin-bottom: 1.3333333333vw;
  }
}
#top_main section .inner .common_ttl p img {
  width: 100%;
  height: auto;
}
#top_main section .inner .common_ttl h2 {
  text-align: center;
  font-size: 1.6666666667vw;
  font-weight: 500;
  line-height: 1.8;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #top_main section .inner .common_ttl h2 {
    font-size: 5.3333333333vw;
  }
}
#top_main .fv {
  position: relative;
  width: 100%;
  background-image: url("../images/fv01.webp");
  background-position: center;
  background-size: cover;
  height: 52.0833333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .fv {
    background-image: url("../images/fv01_sp.webp");
    height: 176vw;
  }
}
#top_main .fv .bg_img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#top_main .fv .bg_img .img {
  width: 50%;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  #top_main .fv .bg_img .img {
    height: 74.6666666667vw;
  }
}
#top_main .fv .bg_img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .fv .text {
  position: absolute;
  top: 6.5972222222vw;
  left: 2.0833333333vw;
  width: 43.3333333333vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .fv .text {
    width: 90.1333333333vw;
    transform: translateX(-50%);
    left: 50%;
    top: 13.3333333333vw;
  }
}
#top_main .fv .text img {
  width: 100%;
  height: auto;
}
#top_main .fv .text02 {
  display: none;
}
@media screen and (max-width: 768px) {
  #top_main .fv .text02 {
    position: absolute;
    display: block;
    width: 90.1333333333vw;
    transform: translateX(-50%);
    left: 50%;
    bottom: 24vw;
    height: auto;
  }
}
#top_main .fv .text02 img {
  width: 100%;
  height: auto;
}
#top_main .text_sec {
  position: relative;
  padding: 6.9444444444vw 0;
  background-color: #fff;
  color: #595757;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_main .text_sec {
    padding: 21.3333333333vw 0;
  }
}
#top_main .text_sec .bg_img01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 39.7916666667vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .text_sec .bg_img01 {
    overflow: hidden;
    width: 53.3333333333vw;
  }
}
#top_main .text_sec .bg_img01 img {
  width: 100%;
  height: auto;
}
#top_main .text_sec .bg_img02 {
  position: absolute;
  left: 0;
  bottom: -6.9444444444vw;
  width: 39.7916666667vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .text_sec .bg_img02 {
    width: 46.1333333333vw;
    bottom: -7.2vw;
  }
}
#top_main .text_sec .bg_img02 img {
  width: 100%;
  height: auto;
}
#top_main .text_sec .inner h2 {
  font-size: 1.6666666667vw;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #top_main .text_sec .inner h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
#top_main .text_sec .inner p {
  font-size: 1.25vw;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  #top_main .text_sec .inner p {
    font-size: 3.7333333333vw;
    margin-top: 6.6666666667vw;
  }
}
#top_main .reservation_sec {
  position: relative;
  padding: 6.9444444444vw 0;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .reservation_sec {
    padding: 21.3333333333vw 0;
    margin-bottom: 10.6666666667vw;
  }
}
#top_main .reservation_sec .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 27.7777777778vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top_main .reservation_sec .bg {
    height: 60vw;
  }
}
#top_main .reservation_sec .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .reservation_sec .inner {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #top_main .reservation_sec .inner {
    width: 90.6666666667vw;
    margin: 0 auto;
  }
}
#top_main .reservation_sec .inner h2 {
  width: 28.2638888889vw;
  height: auto;
  margin: 0 auto 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  #top_main .reservation_sec .inner h2 {
    width: 80.5333333333vw;
    margin-bottom: 3.2vw;
  }
}
#top_main .reservation_sec .inner h2 img {
  width: 100%;
  height: auto;
}
#top_main .reservation_sec .inner .img {
  width: 49.3055555556vw;
  height: auto;
  margin: 0 auto 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .reservation_sec .inner .img {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#top_main .reservation_sec .inner .img img {
  width: 100%;
  height: auto;
}
#top_main .reservation_sec .inner a {
  display: block;
  width: 44.4444444444vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_main .reservation_sec .inner a {
    width: 100%;
  }
}
#top_main .reservation_sec .inner a img {
  width: 100%;
  height: auto;
}
#top_main .img_slider_sec {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
#top_main .img_slider_sec .img_swiper {
  width: 100%;
}
#top_main .img_slider_sec .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 4.1666666667vw;
  width: 2.3611111111vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .img_slider_sec .swiper-button-prev {
    left: 4vw;
    width: 6.4vw;
  }
}
#top_main .img_slider_sec .swiper-button-prev img {
  width: 100%;
  height: auto;
}
#top_main .img_slider_sec .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 4.1666666667vw;
  width: 2.3611111111vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .img_slider_sec .swiper-button-next {
    right: 4vw;
    width: 6.4vw;
  }
}
#top_main .img_slider_sec .swiper-button-next img {
  width: 100%;
  height: auto;
}
#top_main .recommendation_sec {
  position: relative;
  padding: 6.9444444444vw 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec {
    padding: 21.3333333333vw 0 37.3333333333vw;
  }
}
#top_main .recommendation_sec .bg_img01 {
  position: absolute;
  top: -6.25vw;
  right: 0;
  width: 39.7916666667vw;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec .bg_img01 {
    top: -16vw;
    width: 53.3333333333vw;
  }
}
#top_main .recommendation_sec .bg_img01 img {
  width: 100%;
  height: auto;
}
#top_main .recommendation_sec .bg_img02 {
  position: absolute;
  left: 0;
  bottom: -10.4166666667vw;
  width: 39.7916666667vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec .bg_img02 {
    bottom: -16vw;
    width: 46.1333333333vw;
  }
}
#top_main .recommendation_sec .bg_img02 img {
  width: 100%;
  height: auto;
}
#top_main .recommendation_sec .bg_img03 {
  position: absolute;
  top: 7.7777777778vw;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec .bg_img03 {
    top: initial;
    bottom: 3.2vw;
  }
}
#top_main .recommendation_sec .bg_img03 img {
  width: 100%;
  height: auto;
}
#top_main .recommendation_sec .bg_img04 {
  position: absolute;
  right: 6.9444444444vw;
  bottom: 0;
  width: 16.25vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec .bg_img04 {
    right: 10.6666666667vw;
    bottom: 3.2vw;
    width: 25.6vw;
  }
}
#top_main .recommendation_sec .bg_img04 img {
  width: 100%;
  height: auto;
}
#top_main .recommendation_sec .inner {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec .inner {
    width: 90.6666666667vw;
    margin: 0 auto;
  }
}
#top_main .recommendation_sec .inner .common_ttl p {
  width: 8.8194444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec .inner .common_ttl p {
    width: 33.8666666667vw;
  }
}
#top_main .recommendation_sec .inner .recommendation_list {
  width: 41.6666666667vw;
  display: flex;
  flex-direction: column;
  gap: 0.6944444444vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec .inner .recommendation_list {
    width: 100%;
    gap: 1.3333333333vw;
  }
}
#top_main .recommendation_sec .inner .recommendation_list li {
  display: flex;
  align-items: center;
  padding: 1.0416666667vw 1.7361111111vw;
  gap: 1.3888888889vw;
  background-color: #EAF2F2;
  box-shadow: 0.1388888889vw 0.1388888889vw 0.2777777778vw 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec .inner .recommendation_list li {
    box-shadow: 0.5333333333vw 0.5333333333vw 1.0666666667vw 0px rgba(0, 0, 0, 0.25);
    padding: 4vw 2.6666666667vw;
    gap: 2.6666666667vw;
  }
}
#top_main .recommendation_sec .inner .recommendation_list li img {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec .inner .recommendation_list li img {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
#top_main .recommendation_sec .inner .recommendation_list li span {
  width: calc(100% - 5.5555555556vw);
  font-size: 1.1111111111vw;
  color: #595757;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec .inner .recommendation_list li span {
    width: calc(100% - 13.3333333333vw);
    font-size: 3.2vw;
  }
}
#top_main .wedding_style_sec {
  position: relative;
  padding: 11.4583333333vw 0 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .wedding_style_sec {
    padding: 26.6666666667vw 0 21.3333333333vw;
  }
}
#top_main .wedding_style_sec .triangle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36.1805555556vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .wedding_style_sec .triangle {
    width: 58.6666666667vw;
  }
}
#top_main .wedding_style_sec .triangle img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .wedding_style_sec .inner {
    width: 90.6666666667vw;
    margin: 0 auto;
  }
}
#top_main .wedding_style_sec .inner .common_ttl p {
  width: 8.8194444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .wedding_style_sec .inner .common_ttl p {
    width: 33.8666666667vw;
  }
}
#top_main .wedding_style_sec .inner .text {
  text-align: center;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 1.6;
  color: #595757;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #top_main .wedding_style_sec .inner .text {
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1.6;
  }
}
#top_main .wedding_style_sec .inner .speech_bubble {
  width: 42.5694444444vw;
  height: auto;
  margin: 0 auto 3.8194444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .wedding_style_sec .inner .speech_bubble {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
}
#top_main .wedding_style_sec .inner .speech_bubble img {
  width: 100%;
  height: auto;
}
#top_main .wedding_style_sec .inner .wedding_list {
  width: 66.6666666667vw;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #top_main .wedding_style_sec .inner .wedding_list {
    width: 100%;
    gap: 10.6666666667vw;
  }
}
#top_main .wedding_style_sec .inner .wedding_list li {
  width: calc(50% - 1.3888888889vw);
}
@media screen and (max-width: 768px) {
  #top_main .wedding_style_sec .inner .wedding_list li {
    width: 100%;
  }
}
#top_main .wedding_style_sec .inner .wedding_list li .img {
  width: 100%;
  height: 15.8333333333vw;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .wedding_style_sec .inner .wedding_list li .img {
    height: 44.8vw;
    margin-bottom: 1.8666666667vw;
  }
}
#top_main .wedding_style_sec .inner .wedding_list li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .wedding_style_sec .inner .wedding_list li h4 {
  font-size: 1.3888888889vw;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .wedding_style_sec .inner .wedding_list li h4 {
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.8;
  }
}
#top_main .wedding_style_sec .inner .wedding_list li p {
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top_main .wedding_style_sec .inner .wedding_list li p {
    font-size: 3.2vw;
  }
}
#top_main .flow_sec {
  background-image: url("../images/flow_bg.webp");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_main .flow_sec {
    background-image: url("../images/sp_flow_bg.webp");
  }
}
#top_main .flow_sec .inner {
  width: 66.6666666667vw;
  padding: 6.9444444444vw 0;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #top_main .flow_sec .inner {
    width: 90.6666666667vw;
    padding: 21.3333333333vw 0 30.6666666667vw;
  }
}
#top_main .flow_sec .inner .common_ttl p {
  width: 3.0555555556vw;
}
@media screen and (max-width: 768px) {
  #top_main .flow_sec .inner .common_ttl p {
    width: 11.7333333333vw;
  }
}
#top_main .flow_sec .inner .flow_list ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.7361111111vw;
  width: 44.4444444444vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_main .flow_sec .inner .flow_list ul {
    width: 100%;
    gap: 4vw;
  }
}
#top_main .flow_sec .inner .flow_list ul::before {
  position: absolute;
  top: 50%;
  right: 5.5555555556vw;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 0.0694444444vw;
  height: 32.2916666667vw;
  border-left: 0.0694444444vw dashed #595757;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top_main .flow_sec .inner .flow_list ul::before {
    right: 13.3333333333vw;
    width: 0.2666666667vw;
    height: 117.3333333333vw;
    border-left: 0.2666666667vw dashed #595757;
  }
}
#top_main .flow_sec .inner .flow_list ul li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.6944444444vw 0.6944444444vw 0.6944444444vw 1.3888888889vw;
  gap: 1.3888888889vw;
  background-color: #EAF2F2;
  border-radius: 0.6944444444vw;
  box-shadow: 0.1388888889vw 0.1388888889vw 0.2777777778vw 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #top_main .flow_sec .inner .flow_list ul li {
    padding: 2.6666666667vw 4vw;
    gap: 4vw;
    border-radius: 2.6666666667vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 1.0666666667vw 0px rgba(0, 0, 0, 0.25);
  }
}
#top_main .flow_sec .inner .flow_list ul li:first-child {
  margin-top: 0;
}
#top_main .flow_sec .inner .flow_list ul li:nth-child(odd) {
  background-color: #F8F9F9;
}
#top_main .flow_sec .inner .flow_list ul li span {
  display: block;
  width: 2.7083333333vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .flow_sec .inner .flow_list ul li span {
    width: 7.2vw;
  }
}
#top_main .flow_sec .inner .flow_list ul li span img {
  width: 100%;
  height: auto;
}
#top_main .flow_sec .inner .flow_list ul li .box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.6944444444vw;
  padding: 1.0416666667vw 1.3888888889vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #top_main .flow_sec .inner .flow_list ul li .box {
    position: relative;
    gap: initial;
    padding: 1.6vw 0 2.6666666667vw 3.4666666667vw;
  }
}
#top_main .flow_sec .inner .flow_list ul li .box .content {
  width: calc(100% - 8.75vw);
}
#top_main .flow_sec .inner .flow_list ul li .box .content h3 {
  font-size: 1.3888888889vw;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0.3472222222vw;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #top_main .flow_sec .inner .flow_list ul li .box .content h3 {
    font-size: 4.8vw;
    margin-bottom: 1.3333333333vw;
  }
}
#top_main .flow_sec .inner .flow_list ul li .box .content p {
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.6;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #top_main .flow_sec .inner .flow_list ul li .box .content p {
    width: 45.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
#top_main .flow_sec .inner .flow_list ul li .box .img {
  width: 8.0555555556vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .flow_sec .inner .flow_list ul li .box .img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20.2666666667vw;
  }
}
#top_main .flow_sec .inner .flow_list ul li .box .img img {
  width: 100%;
  height: auto;
}
#top_main .form_sec {
  padding: 6.9444444444vw 0;
  background-image: url("../images/form_sec_bg.webp");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec {
    padding: 21.3333333333vw 0;
    background-image: url("../images/sp_form_sec_bg.webp");
  }
}
#top_main .form_sec .inner {
  width: 66.6666666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner {
    width: 90.6666666667vw;
  }
}
#top_main .form_sec .inner .campaign_box {
  width: 100%;
  padding: 1.3888888889vw;
  background-color: #FFE8EB;
  box-shadow: 0.1388888889vw 0.1388888889vw 0.2777777778vw 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .campaign_box {
    padding: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
#top_main .form_sec .inner .campaign_box p {
  text-align: center;
  color: #595757;
}
#top_main .form_sec .inner .campaign_box p:first-child {
  font-size: 0.9722222222vw;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0.2777777778vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .campaign_box p:first-child {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
#top_main .form_sec .inner .campaign_box p:last-child {
  font-size: 1.6666666667vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .campaign_box p:last-child {
    font-size: 5.3333333333vw;
  }
}
#top_main .form_sec .inner .form_contents {
  width: 100%;
  padding: 4.1666666667vw 11.1111111111vw 5.5555555556vw;
  background-color: #fff;
  border: 0.0694444444vw solid rgba(159, 118, 57, 0.5);
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents {
    padding: 10.6666666667vw 4.5333333333vw 16vw;
    border: 0.2666666667vw solid rgba(159, 118, 57, 0.5);
  }
}
#top_main .form_sec .inner .form_contents .common_ttl p {
  width: 3.125vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .common_ttl p {
    width: 12vw;
  }
}
#top_main .form_sec .inner .form_contents .box {
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box {
    margin-top: 5.3333333333vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content_ttl {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content_ttl {
    gap: 2.6666666667vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content_ttl span {
  display: block;
  padding: 0 0.5555555556vw;
  font-size: 0.8333333333vw;
  border-radius: 0.2083333333vw;
  font-weight: 400;
  line-height: 1.6;
  color: #E94868;
  background-color: #FFF2F4;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content_ttl span {
    padding: 0 2.1333333333vw;
    font-size: 3.2vw;
    border-radius: 0.8vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content_ttl p {
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.6;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content_ttl p {
    font-size: 3.7333333333vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content .common_input {
  width: 100%;
  padding: 0.9722222222vw 1.3888888889vw;
  font-size: 0.9722222222vw;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 0.3472222222vw;
  background-color: #F8F9F9;
  border: 0.0694444444vw solid #EAF2F2;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content .common_input {
    padding: 3.2vw 4vw;
    font-size: 3.2vw;
    border-radius: 1.3333333333vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content .small_text {
  font-size: 0.6944444444vw;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content .small_text {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content .desired_date_box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  color: #595757;
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content .desired_date_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content .desired_date_box span {
  white-space: nowrap;
  font-size: 0.9722222222vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content .desired_date_box span {
    padding-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content .desired_date_box .date_time {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content .desired_date_box .date_time {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content .desired_date_box .date_time .date_input,
#top_main .form_sec .inner .form_contents .box .content .desired_date_box .date_time .time_input {
  width: calc(50% - 0.3472222222vw);
  padding: 0.9722222222vw 1.3888888889vw;
  border-radius: 0.3472222222vw;
  background-color: #F8F9F9;
  border: 0.0694444444vw solid #EAF2F2;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content .desired_date_box .date_time .date_input,
  #top_main .form_sec .inner .form_contents .box .content .desired_date_box .date_time .time_input {
    width: 100%;
    padding: 3.2vw 4vw;
    border-radius: 1.3333333333vw;
    border: 0.2666666667vw solid #EAF2F2;
  }
}
#top_main .form_sec .inner .form_contents .box .content .add_btn {
  display: block;
  margin-top: 1.3888888889vw;
  font-size: 0.8333333333vw;
  line-height: 1.6;
  font-weight: 400;
  background-color: initial;
  text-decoration: underline;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content .add_btn {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content #contact_content {
  width: 100%;
  padding: 0.9722222222vw 1.3888888889vw;
  font-size: 0.9722222222vw;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 0.3472222222vw;
  background-color: #F8F9F9;
  border: 0.0694444444vw solid #EAF2F2;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content #contact_content {
    border: 0.2666666667vw solid #EAF2F2;
    padding: 3.2vw 4vw;
    font-size: 3.2vw;
    border-radius: 1.3333333333vw;
  }
}
#top_main .form_sec .inner .form_contents .box .common_text {
  width: 100%;
  font-size: 0.9722222222vw;
  line-height: 1.6;
  font-weight: 400;
  padding: 0.9722222222vw 1.3888888889vw;
  border-bottom: 0.0694444444vw solid #EAF2F2;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .common_text {
    padding: 1.3333333333vw 5.3333333333vw;
    font-size: 3.2vw;
  }
}
#top_main .form_sec .inner .form_contents .box .caveat {
  color: #E94868;
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .caveat {
    font-size: 3.2vw;
  }
}
#top_main .form_sec .inner .form_contents .explanation_text {
  margin: 2.7777777778vw 0 2.0833333333vw;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .explanation_text {
    margin: 10.6666666667vw 0 8vw;
  }
}
#top_main .form_sec .inner .form_contents .explanation_text p {
  font-size: 0.9722222222vw;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .explanation_text p {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
#top_main .form_sec .inner .form_contents .explanation_text .asterisk {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .explanation_text .asterisk {
    font-size: 2.6666666667vw;
  }
}
#top_main .form_sec .inner .form_contents .explanation_text .asterisk a {
  text-decoration: underline;
  color: #595757;
}
#top_main .form_sec .inner .form_contents .privacy_policy_check {
  width: 100%;
  padding: 1.3888888889vw;
  background-color: #F8F9F9;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .privacy_policy_check {
    padding: 4vw;
  }
}
#top_main .form_sec .inner .form_contents .privacy_policy_check input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 1.7361111111vw;
  width: 1.7361111111vw;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .privacy_policy_check input[type=checkbox] {
    width: 4.8vw;
    height: 4.8vw;
  }
}
#top_main .form_sec .inner .form_contents .privacy_policy_check label {
  padding-left: 2.0833333333vw;
  position: relative;
  cursor: pointer;
  display: inline-block;
  line-height: 1.7361111111vw;
  font-size: 0.9722222222vw;
  font-weight: 400;
  line-height: 1.6;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .privacy_policy_check label {
    padding-left: 5.3333333333vw;
    line-height: 4.8vw;
    font-size: 3.2vw;
  }
}
#top_main .form_sec .inner .form_contents .privacy_policy_check label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.7361111111vw;
  height: 1.7361111111vw;
  border: 0.1388888889vw solid #ccc;
  border-radius: 0.2777777778vw;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .privacy_policy_check label::before {
    width: 4.8vw;
    height: 4.8vw;
    border: 0.5333333333vw solid #ccc;
  }
}
#top_main .form_sec .inner .form_contents .privacy_policy_check label::after {
  content: "";
  position: absolute;
  left: 0.625vw;
  top: 0.3472222222vw;
  width: 0.4166666667vw;
  height: 0.8333333333vw;
  border: solid #ff69b4;
  border-width: 0 0.1388888889vw 0.1388888889vw 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .privacy_policy_check label::after {
    left: 1.8666666667vw;
    top: 1.0666666667vw;
    width: 1.3333333333vw;
    height: 2.6666666667vw;
    border-width: 0 0.5333333333vw 0.5333333333vw 0;
  }
}
#top_main .form_sec .inner .form_contents .privacy_policy_check input[type=checkbox]:checked + label::before {
  background-color: #fff;
  border-color: #f1f1f1;
}
#top_main .form_sec .inner .form_contents .privacy_policy_check input[type=checkbox]:checked + label::after {
  opacity: 1;
}
#top_main .form_sec .inner .form_contents .btn_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 4.1666666667vw;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .btn_list {
    gap: 2.6666666667vw;
    flex-wrap: wrap;
    margin-top: 16vw;
  }
}
#top_main .form_sec .inner .form_contents .btn_list .back_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.3472222222vw);
  height: 5vw;
  font-size: 1.3888888889vw;
  border-radius: 0.3472222222vw;
  border: 0.0694444444vw solid #E94868;
  color: #E94868;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .btn_list .back_btn {
    width: 100%;
    height: 17.6vw;
    font-size: 4.2666666667vw;
    border-radius: 1.3333333333vw;
  }
}
#top_main .form_sec .inner .form_contents .btn_list .back_btn::before {
  position: absolute;
  top: 50%;
  left: 1.0416666667vw;
  transform: translateY(-50%);
  content: "";
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  background-image: url("../images/arrow_pink.svg");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .btn_list .back_btn::before {
    left: 2.6666666667vw;
    width: 5.6vw;
    height: 5.6vw;
  }
}
#top_main .form_sec .inner .form_contents .btn_list .submit {
  position: relative;
  width: 29.1666666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .btn_list .submit {
    width: 100%;
  }
}
#top_main .form_sec .inner .form_contents .btn_list .submit::before {
  position: absolute;
  top: 50%;
  right: 4.5138888889vw;
  transform: translateY(-50%);
  content: "";
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  background-image: url("../images/arrow_white.svg");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .btn_list .submit::before {
    right: 2.6666666667vw;
    width: 5.6vw;
    height: 5.6vw;
  }
}
#top_main .form_sec .inner .form_contents .btn_list .submit input {
  display: block;
  width: 100%;
  height: 5vw;
  font-size: 1.3888888889vw;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  border-radius: 0.3472222222vw;
  background: #E94868;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .btn_list .submit input {
    height: 17.6vw;
    font-size: 4.2666666667vw;
    border-radius: 1.3333333333vw;
  }
}
#top_main .form_sec .inner .form_contents .btn_list .submit.confirm {
  width: calc(50% - 0.3472222222vw);
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .btn_list .submit.confirm {
    width: 100%;
  }
}
#top_main .form_sec .inner .form_contents .btn_list .submit.confirm::before {
  position: absolute;
  top: 50%;
  right: 1.0416666667vw;
  transform: translateY(-50%);
  content: "";
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  background-image: url("../images/arrow_white.svg");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .btn_list .submit.confirm::before {
    right: 2.6666666667vw;
    width: 5.6vw;
    height: 5.6vw;
  }
}
#top_main .thanks_sec {
  padding: 20.1388888889vw 0 17.3611111111vw;
  background-color: #fff;
  background-image: url("../images/form_sec_bg02.webp");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_main .thanks_sec {
    padding: 21.3333333333vw 0;
    background-image: url("../images/sp_form_sec_bg.webp");
  }
}
@media screen and (max-width: 768px) {
  #top_main .thanks_sec .inner {
    padding: 0 5.3333333333vw;
  }
}
#top_main .thanks_sec .inner h2 {
  text-align: center;
  font-size: 1.6666666667vw;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .thanks_sec .inner h2 {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
#top_main .thanks_sec .inner p {
  text-align: center;
  font-size: 1.1111111111vw;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .thanks_sec .inner p {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
#top_main .thanks_sec .inner a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.1666666667vw;
  height: 5vw;
  font-size: 1.3888888889vw;
  border-radius: 0.3472222222vw;
  background-color: #E94868;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_main .thanks_sec .inner a {
    width: 80%;
    height: 12vw;
    font-size: 4.2666666667vw;
    border-radius: 1.3333333333vw;
  }
}
#top_main .thanks_sec .inner a::before {
  position: absolute;
  top: 50%;
  right: 4.5138888889vw;
  transform: translateY(-50%);
  content: "";
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  background-image: url("../images/arrow_white.svg");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_main .thanks_sec .inner a::before {
    right: 4vw;
    width: 5.6vw;
    height: 5.6vw;
  }
}

#footer {
  padding: 4.1666666667vw 2.7777777778vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 16vw 0 13.3333333333vw;
  }
}
#footer .inner {
  width: 100%;
  display: flex;
  gap: 4.5138888889vw;
}
@media screen and (max-width: 768px) {
  #footer .inner {
    width: 90.6666666667vw;
    margin: 0 auto;
    flex-direction: column;
    gap: 8vw;
  }
}
#footer .inner .content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 75vw);
  height: 22.2222222222vw;
}
@media screen and (max-width: 768px) {
  #footer .inner .content {
    text-align: center;
    width: 100%;
    height: auto;
  }
}
#footer .inner .content .logo {
  width: 16.3888888889vw;
  height: auto;
  margin-bottom: 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  #footer .inner .content .logo {
    width: 62.9333333333vw;
    margin: 0 auto 4vw;
  }
}
#footer .inner .content .logo img {
  width: 100%;
  height: auto;
}
#footer .inner .content span {
  font-size: 0.7638888889vw;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #footer .inner .content span {
    font-size: 3.2vw;
    margin-bottom: 8vw;
  }
}
#footer .inner .content p {
  font-size: 0.9722222222vw;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #footer .inner .content p {
    font-size: 3.2vw;
  }
}
#footer .inner .link_list {
  margin-top: auto;
}
#footer .inner .link_list .hp_link {
  display: block;
  font-size: 0.9722222222vw;
  line-height: 1.6;
  font-weight: 400;
  color: #595757;
  text-decoration: underline;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #footer .inner .link_list .hp_link {
    text-align: center;
    font-size: 3.7333333333vw;
    margin-bottom: 0;
  }
}
#footer .inner .link_list .sns_list {
  display: flex;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #footer .inner .link_list .sns_list {
    justify-content: center;
    gap: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#footer .inner .link_list .sns_list li:first-child a {
  width: 2.2916666667vw;
}
@media screen and (max-width: 768px) {
  #footer .inner .link_list .sns_list li:first-child a {
    width: 8.8vw;
  }
}
#footer .inner .link_list .sns_list li a {
  display: block;
  width: 2.6388888889vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #footer .inner .link_list .sns_list li a {
    width: 10.1333333333vw;
  }
}
#footer .inner .link_list .sns_list li a img {
  width: 100%;
  height: auto;
}
#footer .inner .map {
  width: 70.4861111111vw;
  height: 22.2222222222vw;
}
@media screen and (max-width: 768px) {
  #footer .inner .map {
    width: 100%;
    height: 68.5333333333vw;
  }
}
#footer .inner .map iframe {
  width: 100%;
  height: 100%;
}

.copyright {
  padding: 0.6944444444vw;
  background-color: #F8F9F9;
}
@media screen and (max-width: 768px) {
  .copyright {
    padding: 1.3333333333vw;
  }
}
.copyright p {
  text-align: center;
  font-size: 0.9722222222vw;
  font-weight: 400;
  line-height: 1.8;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .copyright p {
    font-size: 3.7333333333vw;
  }
}/*# sourceMappingURL=base.css.map */