@charset "UTF-8";
/*@import "settings";*/
html { font-size: 62.5%; }

img { width: 100%; height: auto; }

body { color: #600f18; line-height: 1.5; }

@media only screen and (max-width: 768px) { .body__flower { background: url(../img/10.jpg) center bottom/100% auto repeat-y; } }

body { font-family: 'Noto Serif Japanese', serif; font-weight: 600; letter-spacing: 0.06em; }

.w-full { width: 100% !important; }

.h-full { height: 100% !important; }

.h-screen { height: 100vh !important; height: 100dvh !important; }

.object-cover { object-fit: cover !important; }

@media only screen and (min-width: 769px) { .object { object-fit: contain !important; } }

.swiper-container, .swiper-wrapper, .swiper-slide, .plan-swiper, .plan2-swiper, .voice-swiper, .mySwiper2, .mySwiper { touch-action: pinch-zoom !important; }

.swiper { width: 100%; height: 100%; height: 300px; margin-left: auto; margin-right: auto; }

.mySwiper2 { height: 80%; width: 100%; }

.mySwiper { height: 20%; box-sizing: border-box; padding: 10px 0; }

.mySwiper .swiper-slide { width: 25%; height: 100%; opacity: 0.4; }

.mySwiper .swiper-slide-thumb-active { opacity: 1; }

.swiper-container, .swiper-slide2-container, .swiper-slide3-container, .swiper-slide4-container { /*max-width: 750px;*/ width: 100%; height: 100vh; overflow: hidden; margin: 0 auto; /*height: calc(var(--vh, 1vh) * 100);*/ }

.swiper-wrapper { max-width: 558px; margin: 0 auto; text-align: center; }

.swiper-slide { /*max-width: 750px;*/ }
.swiper-slide--wh { background: url("../img/wh_bk.jpg") center center no-repeat; background-size: cover; }
.swiper-slide--gr { background: url("../img/green_bk.jpg") center center no-repeat; background-size: cover; }

.common-swiper { width: 100%; }

.swiper-button-next-bro { background: url("../img/arrow_next_bro.png") center bottom no-repeat; width: 28px; height: 26px; background-size: 100% auto; color: #600f18; margin-bottom: 3.84%; -webkit-transform: translateX(30%); transform: translateX(30%); }

.swiper-button-next-bro p { margin-bottom: 55px; font-size: 1.6rem; }

.swiper-button-prev-bro { background: url("../img/arrow_prev_bro.png") center top no-repeat; width: 28px; height: 26px; background-size: 100% auto; color: #600f18; margin-top: 3.84% !important; -webkit-transform: translateX(30%); transform: translateX(30%); }

.swiper-button-next-wh { background: url("../img/arrow_next_wh.png") center bottom no-repeat; width: 28px; height: 26px; background-size: 100% auto; margin-bottom: 3.84%; -webkit-transform: translateX(30%); transform: translateX(30%); }

.swiper-button-prev-wh { background: url("../img/arrow_prev_wh.png") center bottom no-repeat; width: 28px; height: 26px; background-size: 100% auto; margin-top: 3.84% !important; -webkit-transform: translateX(30%); transform: translateX(30%); }

.swiper-button-next-side { background: url(../img/arrow_right_bro.png) right center no-repeat !important; width: 15px !important; height: 28px !important; background-size: 100% auto !important; top: 50% !important; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: -23px !important; left: auto !important; }

.swiper-button-prev-side { background: url("../img/arrow_left_bro.png") left center no-repeat !important; width: 15px !important; height: 28px !important; background-size: 100% auto !important; top: 50% !important; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0 !important; right: auto !important; }

.swiper-button-next svg, .swiper-button-prev svg { display: none !important; }

.plan-swiper, .plan2-swiper, .voice-swiper { padding: 0; }

.swiper-slide img { -webkit-user-drag: none; -khtml-user-drag: none; -moz-user-drag: none; -o-user-drag: none; user-drag: none; /* ついでにマウスドラッグ時の無駄なテキスト選択も防ぐとよりスムーズになります */ user-select: none; -webkit-user-select: none; }

/* ========================================================= 縦スライド用：下部中央の矢印（NEXT）
========================================================= */
.swiper-button-next-bro, .swiper-button-next-wh { position: absolute !important; /* Swiperデフォルトの「縦中央（top: 50%）」を解除 */ top: auto !important; /* 画面下からの距離を指定（元の margin-bottom: 3.84% の代わり） */ bottom: 2.84% !important; /* 画面の横中央（左から50%）に配置 */ left: 50% !important; /* Swiperデフォルトの「右寄せ（right: 10px等）」を解除 */ right: auto !important; /* 左から50%の位置だと矢印の左端が中央にくるため、矢印自身の幅の半分だけ左に戻す（完全な中央揃え） */ -webkit-transform: translateX(-50%) !important; transform: translateX(-50%) !important; /* 念のためmarginをリセット（bottomで位置決めしているため不要） */ margin: 0 !important; }

/* ========================================================= 縦スライド用：上部中央の矢印（PREV）
========================================================= */
.swiper-button-prev-bro, .swiper-button-prev-wh { position: absolute !important; /* 画面上からの距離を指定（元の margin-top: 3.84% の代わり） */ top: 2.84% !important; /* Swiperデフォルトの「縦中央」などを解除 */ bottom: auto !important; /* 画面の横中央（左から50%）に配置 */ left: 50% !important; /* Swiperデフォルトの「左寄せ（left: 10px等）」を解除 */ right: auto !important; /* 左右の完全な中央揃え */ -webkit-transform: translateX(-50%) !important; transform: translateX(-50%) !important; /* 念のためmarginをリセット */ margin: 0 !important; }

.ttl__h2__wh > h2 { font-size: 2.1rem; text-align: center; margin: 26px auto 0; font-weight: 700; position: relative; color: #fff; }
@media only screen and (min-width: 481px) { .ttl__h2__wh > h2 { font-size: 3.6rem; margin: 16px auto 0; } }
.ttl__h2__wh > h2:after { display: block; content: ""; position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: -10px; width: 70px; height: 4px; background: #fff; }
.ttl__h2__bro > h2 { font-size: 2.1rem; text-align: center; margin: 26px auto 0; font-weight: 700; position: relative; }
@media only screen and (min-width: 481px) { .ttl__h2__bro > h2 { font-size: 3.6rem; margin: 16px auto 0; } }
.ttl__h2__bro > h2:after { display: block; content: ""; position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: -10px; width: 70px; height: 4px; background: #cc3a7b; }

.common__inner > h1 { width: 13.6%; margin: 8% 0 0 5.7%; }

.point__inner { padding: 10% 0; }

.plan__inner { position: absolute; width: 100%; left: 0; top: 56%; transform: translateY(-50%); }
.plan__inner--church { position: absolute; left: 0; bottom: 52%; width: 100%; transform: translateY(50%); }
.plan__inner--bud { position: absolute; left: 0; bottom: 52%; width: 100%; transform: translateY(50%); }

.kv { position: relative; /*&:before{ display: block; content: ""; position: absolute; left: 0; top: 0; background: url(../img/kv.jpg) center top no-repeat; background-size: 125% auto; width: 100%; height: 100%; z-index: -1;
}*/ }
.kv__btn { width: 79.33%; text-align: center; border-radius: 55px; background: #1ab0a8; color: #fff; font-size: 1.8rem; position: absolute; left: 50%; transform: translateX(-50%); bottom: 13.5%; /*&:before{ display: block; content: ""; position: absolute; right: 8.7%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: url("../img/arrow_under_wh.png") right center no-repeat; background-size: 100% auto; width: 5.54%; height: 100%;
}*/ }
@media only screen and (min-width: 481px) { .kv__btn { font-size: 2.8rem; } }
.kv__btn > a { width: 100%; height: 100%; display: block; padding: 17px 9.24%; }
.kv__main { width: 100%; font-size: 1.8rem; font-weight: 700; text-align: left; margin: 17px 5.7% 8px; }
@media only screen and (min-width: 481px) { .kv__main { font-size: 3.2rem; } }
.kv__main > span { color: #1ab0a8; }
.kv__ttl { display: inline-block; background: #fff; padding: 0 8px; font-weight: 700; margin: 0 5.7% 10.8%; font-size: 4.2rem; text-align: left; float: left; letter-spacing: 0; line-height: 1.22; }
@media only screen and (min-width: 481px) { .kv__ttl { font-size: 7.8rem; } }
.kv__ttl > span { color: #1ab0a8; }
.kv__circle { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; width: 100%; background: url(../img/kv_flower.jpg) center top no-repeat; background-size: 100% auto; height: 248px; position: absolute; padding: 0 5.7%; bottom: 15%; }
@media only screen and (min-width: 481px) { .kv__circle { height: 328px; } }
.kv__circle__txt { width: 27.66%; color: #fff; background: url(../img/kv_circle.png) center top no-repeat; background-size: 100% auto; position: absolute; height: 100%; font-weight: 500; }
.kv__circle__txt--1 { font-size: 2.1rem; line-height: 1.28; padding: 6.7% 0; top: -17.24%; }
@media only screen and (min-width: 481px) { .kv__circle__txt--1 { font-size: 4.2rem; } }
.kv__circle__txt--2 { font-size: 1.6rem; top: -17.24%; left: 50%; transform: translateX(-50%); padding: 8.5% 0; line-height: 1.21; }
@media only screen and (min-width: 481px) { .kv__circle__txt--2 { font-size: 3.2rem; } }
.kv__circle__txt--3 { font-size: 1.8rem; top: -17.24%; right: 5.7%; padding: 7.5% 0; line-height: 1.33; }
@media only screen and (min-width: 481px) { .kv__circle__txt--3 { font-size: 3.6rem; } }

.point__box { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-top: 10px; }
.point__item { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; margin-top: 20px; }
@media only screen and (min-width: 481px) { .point__item { margin-top: 35px; } }
.point__item:nth-of-type(2) { -webkit-justify-content: flex-start; justify-content: flex-start; }
.point__item__txt1 { margin-left: 9.3%; }
.point__item__txt2 { margin-left: 6.66%; }
.point__item__txt3 { margin-left: 9.3%; }
.point__item__txt { width: 43.33%; }
.point__item__txt--num { color: #fff; font-size: 4.2rem; text-align: left; }
@media only screen and (min-width: 481px) { .point__item__txt--num { font-size: 7.8rem; line-height: 1.2; } }
.point__item__txt--ttl { color: #fff100; padding: 5px 0; text-align: left; font-size: 1.8rem; }
@media only screen and (min-width: 481px) { .point__item__txt--ttl { font-size: 3.2rem; } }
.point__item__img { width: 44.66%; }
@media only screen and (min-width: 481px) { .point__item__img { max-height: 200px; overflow: hidden; } }

.plan__ttl { padding: 0 3.16% 0 8%; position: relative; color: #fff; font-size: 1.1rem; }
@media only screen and (min-width: 481px) { .plan__ttl { font-size: 2.2rem; } }
.plan__ttl__church { background: #1ab0a8; width: 100%; margin: 25px 0 7px; letter-spacing: 0; }
.plan__ttl__church:before { display: block; content: ""; position: absolute; left: 3.16%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: url("../img/church_img.png") left center no-repeat; background-size: 100% auto; width: 7.6%; height: 50px; }
.plan__ttl__bud { background: #58476c; margin: 30px 0 7px; width: 100%; letter-spacing: 0; }
.plan__ttl__bud:before { display: block; content: ""; position: absolute; left: 3.16%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: url("../img/bud_img.png") left center no-repeat; background-size: 100% auto; width: 7.6%; height: 50px; }
.plan__ttl > span:nth-of-type(2) { font-size: 2.7rem; letter-spacing: 0; display: inline-block; }
@media only screen and (min-width: 481px) { .plan__ttl > span:nth-of-type(2) { font-size: 5.1rem; } }
.plan__ttl > span:nth-of-type(1) { font-size: 1.1rem; letter-spacing: 0; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; display: inline-block; vertical-align: super; }
@media only screen and (min-width: 481px) { .plan__ttl > span:nth-of-type(1) { font-size: 2.2rem; } }
.plan__img { width: 100%; height: auto; }
@media only screen and (max-width: 480px) { .plan__img { height: 140px; overflow: hidden; } }
.plan__explan { border-radius: 20px; color: #fff; font-size: 1.0rem; padding: 4px 0; margin-top: 7px; }
@media only screen and (min-width: 481px) { .plan__explan { font-size: 1.6rem; } }
.plan__explan__church { background: #1ab0a8; }
.plan__explan__bud { background: #58476c; }
.plan__item { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.plan__item__box { width: 48.83%; background: #fff; margin-top: 5px; padding: 6px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
.plan__item__box--img { width: 29.86%; }
.plan__item__box--img > img { max-height: 40px; max-width: 87px; }
.plan__item__txt { width: 64.17%; font-size: 0.9rem; letter-spacing: 0; text-align: left; line-height: 1.2; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
@media only screen and (min-width: 481px) { .plan__item__txt { font-size: 1.8rem; } }
.plan__item__txt > span { font-size: 0.7rem; display: contents; }
@media only screen and (min-width: 481px) { .plan__item__txt > span { font-size: 1.4rem; } }
.plan__option { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 0.7rem; text-align: left; letter-spacing: 0; margin: 5px 0; }
@media only screen and (min-width: 481px) { .plan__option { font-size: 1.4rem; } }
.plan__option > p:nth-of-type(1) { width: 45%; }
.plan__option > p:nth-of-type(2) { width: 17.5%; }
.plan__option > p:nth-of-type(3) { width: 37.33%; }
.plan__btn { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; margin-top: 10px; }
.plan__btn > p { width: 48.33%; position: relative; }
.plan__btn > p > a { background: #cc3a7b; width: 100%; padding: 9px 15px; border-radius: 30px; color: #fff; font-size: 1.0rem; display: block; letter-spacing: 0.02em; /*&:before{ display: block; content: ""; position: absolute; right: 8.7%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: url("../img/arrow_right_wh.png") right center no-repeat; background-size: 100% auto; width: 3.54%; height: 100%;
}*/ }
@media only screen and (min-width: 481px) { .plan__btn > p > a { font-size: 1.6rem; } }
.plan__btn > p:last-of-type > a { background: #58476c; }

.compa__inner { padding: 12% 4% 8%; position: absolute; left: 0; bottom: 46%; width: 100%; transform: translateY(50%); }
.compa__item { margin-top: 25px; padding: 0 8%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.compa__item__box { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
.compa__item__box > p { width: 31.26%; background: #fff; padding: 8px 5px; border-bottom: 1px #cfcfcf solid; text-align: center; font-size: 0.8rem; line-height: 1.4; letter-spacing: 0; }
@media only screen and (min-width: 481px) { .compa__item__box > p { font-size: 1.4rem; } }
.compa__item__box > p > span { font-size: 0.7rem; }
@media only screen and (min-width: 481px) { .compa__item__box > p > span { font-size: 1.3rem; } }
.compa__item__box > p > img { width: 58.37% !important; margin-bottom: 5px; }
.compa__item__box > p:nth-of-type(1) { width: 3.96%; }
.compa__item__box--bro { background: #600f18 !important; color: #fff; font-size: 0.9rem; line-height: 1.25 !important; }
@media only screen and (min-width: 481px) { .compa__item__box--bro { font-size: 1.8rem; } }
.compa__item__box--blue { background: #5a78bb !important; color: #fff; font-size: 0.9rem; line-height: 1.25 !important; }
@media only screen and (min-width: 481px) { .compa__item__box--blue { font-size: 1.8rem; } }
.compa__item__box--black { background: #163259 !important; color: #fff; font-size: 0.9rem; line-height: 1.25 !important; }
@media only screen and (min-width: 481px) { .compa__item__box--black { font-size: 1.8rem; } }
.compa__item__box--ver { background: #aa2661 !important; writing-mode: vertical-rl; line-height: 0.3 !important; color: #fff; }
.compa__item__box--ver:nth-of-type(even) { background: #cc3a7b !important; }
@media only screen and (min-width: 481px) { .compa__item__box--ver { line-height: 1.1 !important; } }
.compa__item__box--center { -webkit-align-items: center; align-items: center; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; }
.compa__item__box--price { font-size: 1.9rem !important; color: #fff100; }
@media only screen and (min-width: 481px) { .compa__item__box--price { font-size: 3.8rem !important; } }
.compa__item__box--yen { font-size: 1.1rem !important; color: #fff100; }
@media only screen and (min-width: 481px) { .compa__item__box--yen { font-size: 2.2rem !important; } }
.compa__item__box--first { background: none; }
.compa__cauti { text-align: left; font-size: 0.7rem; letter-spacing: 0; margin: 5px 8%; }
@media only screen and (min-width: 481px) { .compa__cauti { font-size: 1.4rem; } }
.compa__btn { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; margin-top: 15px; }
.compa__btn > p { width: 48.33%; position: relative; }
.compa__btn > p > a { background: #1ab0a8; width: 100%; padding: 9px 15px; border-radius: 30px; color: #fff; font-size: 1.0rem; display: block; letter-spacing: 0.02em; /*&:before{ display: block; content: ""; position: absolute; right: 8.7%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: url("../img/arrow_right_wh.png") right center no-repeat; background-size: 100% auto; width: 3.54%; height: 100%;
}*/ }
@media only screen and (min-width: 481px) { .compa__btn > p > a { font-size: 1.6rem; } }
.compa__btn > p:last-of-type > a { background: #58476c; }

.gallery__inner { padding: 15% 0; position: absolute; left: 0; bottom: 42%; width: 100%; transform: translateY(50%); }
@media only screen and (min-width: 481px) { .gallery__inner { padding: 10% 0; } }
.gallery__txt { margin: 40px 0 25px; color: #fff100; display: inline-block; font-size: 1.4rem; background: linear-gradient(transparent 60%, #cc3a7b 60%); }
@media only screen and (min-width: 481px) { .gallery__txt { font-size: 2.7rem; } }

.intro__inner { padding: 10% 8%; }
.intro__item { margin-top: 35px; }
.intro__item > h3 { text-align: center; -webkit-align-items: center; align-items: center; display: -webkit-flex; display: flex; font-size: 1.8em; margin-bottom: 20px; }
@media only screen and (min-width: 481px) { .intro__item > h3 { font-size: 3.6rem; } }
.intro__item > h3:before { background-color: #600f18; content: ""; height: 1px; flex-grow: 1; margin-right: 20px; }
.intro__item > h3:after { background-color: #600f18; content: ""; height: 1px; flex-grow: 1; margin-left: 20px; }
.intro__item__txt > p { display: -webkit-flex; display: flex; }
.intro__item__txt > p > span:nth-of-type(1) { width: 5.71%; margin-bottom: 5px; }
.intro__item__txt > p > span:nth-of-type(1) > img { width: 85% !important; }
.intro__item__txt > p > span:nth-of-type(2) { width: 94.28%; font-size: 1.3rem; padding-top: 3px; text-align: left; margin-left: 9px; margin-top: 2px; }
@media only screen and (min-width: 481px) { .intro__item__txt > p > span:nth-of-type(2) { font-size: 2.2rem; } }
.intro__item__txt--car > img { width: 100% !important; }
.intro__item__bl { background: #ededed; padding: 18px 3.71%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
.intro__item__bl > p { width: 48.33%; text-align: left; font-size: 1.1rem; }
@media only screen and (min-width: 481px) { .intro__item__bl > p { font-size: 2.0rem; } }

.staff__inner { padding: 10% 8%; }
.staff__item { width: 100%; border-bottom: 1px #600f18 solid; text-align: left; line-height: 1.5; margin-top: 18px; }
.staff__item:nth-of-type(1) { margin-top: 25px; }
.staff__item > h3 { color: #1ab0a8; font-size: 1.5rem; }
@media only screen and (min-width: 481px) { .staff__item > h3 { font-size: 2.6rem; } }
.staff__item > p { font-size: 0.84rem; margin-top: 7px; margin-bottom: 20px; }
@media only screen and (min-width: 481px) { .staff__item > p { font-size: 1.5rem; } }
.staff__item:last-of-type { border-bottom: none; }

.voice__inner { position: absolute; width: 100%; left: 0; top: 57%; transform: translateY(-50%); }
.voice__item { position: absolute; left: 0; bottom: 53%; width: 100%; transform: translateY(50%); }
.voice__item__ttl { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
.voice__item__ttl > figure { width: 26.56%; }
.voice__item__ttl > h3 { width: 67.79%; color: #1ab0a8; text-align: left; font-size: 1.5rem; display: -webkit-flex; display: flex; /*background:linear-gradient(transparent 60%, #fff100 60%);*/ -webkit-align-items: center; align-items: center; position: relative; /*display: inline-block;*/ }
@media only screen and (min-width: 481px) { .voice__item__ttl > h3 { font-size: 2.6rem; } }
.voice__item__ttl > h3 > span { background: linear-gradient(transparent 60%, #fff100 60%); }
.voice__item > p { padding: 25px 0; text-align: left; font-size: 1.4rem; }
@media only screen and (min-width: 481px) { .voice__item > p { font-size: 2.0rem; } }

.contact { width: 100%; margin: 0 auto; }
.contact__inner { position: absolute; left: 50%; top: 20%; width: 100%; padding: 0 8%; transform: translateX(-50%); }
@media only screen and (min-width: 769px) { .contact__inner { bottom: 21%; padding: 0 4%; } }
@media only screen and (min-width: 769px) { .contact__item { width: 45.45%; } }
@media only screen and (max-width: 480px) { .contact__item { width: 100%; }
  .contact__item:nth-of-type(2) { padding-top: 30px; } }
.contact__item > h3 { color: #FFF; margin: 0 auto; font-weight: 700; text-align: center; }
@media only screen and (min-width: 769px) { .contact__item > h3 { font-size: 1.5rem; margin-bottom: 20px; } }
@media only screen and (max-width: 480px) { .contact__item > h3 { font-size: 1.125rem; margin-bottom: 15px; } }
@media only screen and (min-width: 769px) { .contact__item > p { width: 100%; height: 120px; } }
@media only screen and (max-width: 480px) { .contact__item > p { width: 100%; height: 70px; } }
.contact__btn { width: 100%; text-align: center; border-radius: 55px; padding: 17px 10.24% 17px 9.24%; background: #1ab0a8; color: #fff; font-size: 2.0rem; position: relative; left: 50%; transform: translateX(-50%); bottom: -20.5%; margin-top: 20px; }
.contact__main { color: #00376f; text-align: center; }
@media only screen and (min-width: 769px) { .contact__main { font-size: 2.25rem; padding-bottom: 110px; } }
@media only screen and (max-width: 480px) { .contact__main { font-size: 1.5rem; padding-bottom: 30px; } }
.contact__main__btn { width: 100%; border-radius: 60px; background: #043666; margin: 0 auto; text-align: center; display: block; }
.contact__main__btn > img { height: auto; }
@media only screen and (min-width: 769px) { .contact__main__btn > img { width: 300px; padding: 20px 0; } }
@media only screen and (max-width: 480px) { .contact__main__btn > img { width: 65%; padding: 10px 0; } }
@media only screen and (min-width: 769px) { .contact__tbl { width: 100%; } }
@media only screen and (max-width: 480px) { .contact__tbl { width: 100%; } }
.contact__tbl > tbody > tr { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
@media only screen and (min-width: 769px) { .contact__tbl > tbody > tr { width: 100%; margin-bottom: 15px; } }
.contact__tbl > tbody > tr > th { color: #1ab0a8; font-weight: 700; text-align: left; vertical-align: middle; font-size: 1.6rem; }
@media only screen and (min-width: 769px) { .contact__tbl > tbody > tr > th { padding: 8px 0; font-size: 1.8rem; width: 80%; } }
@media only screen and (max-width: 480px) { .contact__tbl > tbody > tr > th { padding: 14px 0 5px; width: 70%; } }
@media only screen and (min-width: 769px) { .contact__tbl > tbody > tr > td:last-of-type { width: 100%; font-size: 1.5rem; } }
@media only screen and (max-width: 480px) { .contact__tbl > tbody > tr > td:last-of-type { width: 100%; font-size: 1.2rem; } }
.contact__tbl__required { width: 56px; background: #cc3a7b; color: #fff; vertical-align: middle; text-align: center; font-size: 1.4rem; font-weight: 700; padding-top: 1px; height: 24px; }
@media only screen and (min-width: 769px) { .contact__tbl__required { margin-top: 13px; } }
@media only screen and (max-width: 480px) { .contact__tbl__required { margin-top: 17px; } }
.contact__tbl__error { color: #ff4351; }
.contact__tbl__confirm { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
@media only screen and (min-width: 769px) { .contact__tbl__confirm { width: 100%; margin-bottom: 45px; } }
@media only screen and (max-width: 480px) { .contact__tbl__confirm { -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
.contact__tbl__confirm > th { color: #666; font-weight: 700; text-align: left; vertical-align: middle; }
@media only screen and (min-width: 769px) { .contact__tbl__confirm > th { padding: 15px 12px; width: 23.18%; } }
@media only screen and (max-width: 480px) { .contact__tbl__confirm > th { padding: 8px; width: 100%; } }
@media only screen and (min-width: 769px) { .contact__tbl__confirm > td:last-of-type { width: 67.27%; padding-top: 15px; } }
@media only screen and (max-width: 480px) { .contact__tbl__confirm > td:last-of-type { width: 100%; padding-top: 8px; } }
.contact__tbl__btn { background: #cc3a7b !important; }
@media only screen and (min-width: 769px) { .contact__tbl__btn { width: 340px !important; } }
.contact__tbl__finish { margin-bottom: 30px; }
.contact__tbl__center { display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; margin: 0 auto; text-align: center; }
@media only screen and (max-width: 480px) { .contact__tbl__center { -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
@media only screen and (max-width: 480px) { .contact__tbl__mobile { width: 100%; } }
.contact__input { width: 100%; background: #fff; text-align: left; vertical-align: middle; border: 1px #c4c4c4 solid; font-size: 1.4rem; }
@media only screen and (min-width: 769px) { .contact__input { padding: 6px; } }
@media only screen and (max-width: 480px) { .contact__input { padding: 3px; } }
.contact__input__wide { width: 100%; height: 12rem; background: #fff; text-align: left; vertical-align: middle; border: 1px #c4c4c4 solid; font-size: 1.4rem; }
@media only screen and (min-width: 769px) { .contact__input__wide { padding: 15px 12px; } }
@media only screen and (max-width: 480px) { .contact__input__wide { padding: 8px; } }
.contact__radio { position: relative; top: 0; left: 0; height: 22px; width: 22px; background-color: #e0e0e0; border-radius: 50%; margin-right: 5px; }
.contact__radio__label { font-size: 1.4rem; vertical-align: middle; letter-spacing: 0; margin-right: 5px; }
@media only screen and (min-width: 769px) { .contact__radio__label { font-size: 1.5rem; } }
.contact__radio:after { top: 9px; left: 9px; width: 16px; height: 16px; border-radius: 50%; background: #8b8888; }

.flower { max-width: 558px; margin: 0 auto; text-align: center; position: relative; }
.flower__inner { position: absolute; left: 50%; top: 7%; width: 100%; padding: 0 4%; transform: translateX(-50%); }
@media only screen and (min-width: 769px) { .flower__inner { top: 7%; } }
.flower__inner--sub { position: absolute; left: 50%; top: 15%; width: 100%; padding: 0 4%; transform: translateX(-50%); }
@media only screen and (min-width: 769px) { .flower__inner--sub { top: 16%; } }
.flower__inner--confirm { position: absolute; left: 50%; top: 18%; width: 100%; padding: 0 4%; transform: translateX(-50%); }
@media only screen and (min-width: 769px) { .flower__inner--confirm { top: 19%; } }
.flower__product { text-align: left; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.flower__product__point { width: 43%; }
@media only screen and (max-width: 768px) { .flower__product__point { width: 66%; } }
.flower__product__point > span { width: 100%; font-size: 1.4rem; }
.flower__product__ttl { width: 100%; }
@media only screen and (max-width: 768px) { .flower__product__ttl { font-size: 1.6rem; } }
.flower__product__ttl--bud { margin-top: 15px; }
@media only screen and (max-width: 768px) { .flower__product__ttl--bud { font-size: 1.6rem; } }
.flower__product__box { width: 55%; }
@media only screen and (max-width: 768px) { .flower__product__box { width: 100%; } }
.flower__product__box > img { margin: 65px 0 10px; }
@media only screen and (max-width: 768px) { .flower__product__box > img { margin: 30px 0 10px; } }
@media only screen and (max-width: 768px) { .flower__product__box > span { font-size: 1.4rem; } }
.flower__product__bud { width: 100%; }
.flower__product__bud > img { margin: 10px 0; width: 30%; }
.flower__product__bud > span { width: 100%; }
@media only screen and (max-width: 768px) { .flower__product__bud > span { font-size: 1.4rem; } }
@media only screen and (max-width: 768px) { .flower__product__bud { width: 100%; } }
.flower__product__pro > span { display: block; margin-top: 7px; }
@media only screen and (max-width: 768px) { .flower__product__pro > span { font-size: 1.4rem; } }
.flower__btn { width: 100%; text-align: center; border-radius: 55px; padding: 17px 10.24% 17px 9.24%; background: #1ab0a8; color: #fff; font-size: 2.0rem; position: relative; left: 50%; transform: translateX(-50%); bottom: -5.5%; margin-bottom: 60px; margin-top: 45px; }
.flower__btn--confirm { width: 100%; text-align: center; border-radius: 55px; padding: 17px 10.24% 17px 9.24%; background: #1ab0a8; color: #fff; font-size: 2.0rem; position: relative; left: 50%; transform: translateX(-50%); bottom: -5.5%; margin-bottom: 30px; margin-top: 45px; }

.radioButton { appearance: none; position: relative; width: 25px; height: 25px; border-radius: 9999px; background-color: #e0e0e0; cursor: pointer; }

.radioButton:checked::after { content: ""; position: absolute; inset: 0; width: 12px; height: 12px; margin: auto; border-radius: 9999px; background-color: #8b8888; }

.correction__btn { width: 100%; text-align: center; border-radius: 55px; padding: 17px 10.24% 17px 9.24%; background: #cc3a7b; color: #fff; font-size: 2.0rem; position: relative; left: 50%; transform: translateX(-50%); margin-top: 20px; }
.correction__btn--confirm { width: 100%; text-align: center; border-radius: 55px; padding: 17px 10.24% 17px 9.24%; background: #cc3a7b; color: #fff; font-size: 2.0rem; position: relative; left: 50%; transform: translateX(-50%); margin-top: 20px; margin-bottom: 60px; }

/* ======================================== エラーメッセージのスタイル ======================================== */
.error-msg { color: #cc0000; font-size: 1.1rem; font-weight: bold; text-align: left; }

.input-error { border: 2px solid #cc0000 !important; background-color: #fff0f0 !important; }
