@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* font family
====================================== */
/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
/* Gradation  グラデーション
====================================== */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #333;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
  z-index: -2;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
  display: block;
  transition: 0.6s;
}

a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

.sec-ttl {
  color: #5c4a4a;
  font-size: 3.8rem;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}
@media screen and (max-width: 430px) {
  .sec-ttl {
    font-size: 3rem;
  }
}
.sec-ttl .en {
  display: block;
  color: #ef6f90;
  font-size: 1.6rem;
  margin-top: 10px;
}

.l-gnav.__sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .l-gnav.__sp {
    display: block;
    background: #ef6f90;
    padding-top: 0px;
    padding-bottom: 10px;
    position: fixed;
    padding-left: 12px;
    top: 0;
    right: 0;
    z-index: 9999;
    height: 68px;
  }
  .l-gnav.__sp .nav-unshown {
    display: none;
  }
  .l-gnav.__sp #nav-open {
    display: inline-block;
    width: 51px;
    height: 40px;
    vertical-align: middle;
    padding-top: 16px;
    padding-left: 0px;
  }
  .l-gnav.__sp #nav-open span,
  .l-gnav.__sp #nav-open span:before,
  .l-gnav.__sp #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 37px;
    border-radius: 3px;
    background: #fff;
    display: block;
    content: "";
    cursor: pointer;
  }
  .l-gnav.__sp #nav-open span:before {
    bottom: -10px;
  }
  .l-gnav.__sp #nav-open span:after {
    bottom: -20px;
  }
  .l-gnav.__sp #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
    overscroll-behavior: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
  }
  .l-gnav.__sp #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }
  .l-gnav.__sp #nav-close span {
    display: block;
    height: 100.1%;
  }
  .l-gnav.__sp #nav-close2 {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    vertical-align: middle;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .l-gnav.__sp #nav-input:checked ~ #nav-close2 {
    display: block;
    opacity: 1;
  }
  .l-gnav.__sp #nav-close2 span {
    position: relative;
  }
  .l-gnav.__sp #nav-close2 span:before,
  .l-gnav.__sp #nav-close2 span:after {
    position: absolute;
    height: 3px;
    width: 28px;
    top: 28px;
    left: 10px;
    border-radius: 3px;
    background: #333;
    display: block;
    content: "";
    cursor: pointer;
  }
  .l-gnav.__sp #nav-close2 span:before {
    transform: rotate(45deg);
  }
  .l-gnav.__sp #nav-close2 span:after {
    transform: rotate(-45deg);
  }
  .l-gnav.__sp .menu_ttl {
    display: block;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    position: relative;
    left: 1px;
    top: 3px;
  }
  .l-gnav.__sp #nav-content {
    overflow: auto;
    position: fixed;
    overscroll-behavior: none;
    top: 0;
    right: 0;
    z-index: 10001;
    width: 90%;
    height: 100%;
    padding-top: 54px;
    background: #fff;
    transition: 0.3s ease-in-out;
    transform: translateX(100%);
  }
  .l-gnav.__sp #nav-input.active ~ #nav-content {
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  .l-gnav.__sp #nav-content .wrap_nav_content {
    min-height: 100%;
    height: 100.1%;
    padding-bottom: 50px;
  }
  .l-gnav.__sp .sp_gnav {
    border-bottom: 1px solid #eee;
  }
  .l-gnav.__sp .sp_gnav > li {
    border-top: 1px solid #eee;
  }
  .l-gnav.__sp .sp_gnav a {
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 1.3;
    padding: 12px 16px;
  }
  .l-gnav.__sp .sp_gnav a span {
    font-size: 14px;
    color: #ef6f90;
    display: block;
  }
  .l-gnav.__sp .sp_gnav .ham_btn {
    width: 95%;
    margin: 0 auto 15px;
    padding-top: 15px;
  }
  .l-gnav.__sp .sp_gnav .ham_btn a {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 12px 16px;
    font-weight: 600;
  }
  .l-gnav.__sp .sp_gnav .ham_btn a .icon-container {
    width: 25px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-gnav.__sp .sp_gnav .ham_btn a.ham-tel {
    background: #ef6f90;
  }
  .l-gnav.__sp .sp_gnav .ham_btn a.ham-form {
    background: #1dace0;
  }
}
.l-gnav.__pc {
  padding: 10px;
  background: #a8c66c;
}
.l-gnav.__pc .header-nav .nav-list {
  display: flex;
  justify-content: space-between;
}
.l-gnav.__pc .header-nav .nav-list .nav-item {
  text-align: center;
  padding: 10px 0;
  width: 14.2857142857%;
  border-right: 1px solid #fff;
}
.l-gnav.__pc .header-nav .nav-list .nav-item:first-child {
  border-left: 1px solid #fff;
}
.l-gnav.__pc .header-nav .nav-list .nav-item a {
  font-weight: bold;
  color: #fff;
}
.l-gnav.__pc.fixed {
  position: fixed;
  padding: 10px;
  top: 0px;
  width: 100%;
  z-index: 1000;
  background: rgba(188, 198, 108, 0.9);
}
@media screen and (max-width: 1100px) {
  .l-gnav.__pc {
    display: none;
  }
}

.l-header {
  padding: 15px 0;
}
@media screen and (max-width: 1100px) {
  .l-header {
    height: 68px;
  }
}
.l-header .l-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .l-header .l-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.l-header .l-header-flex .header-top-l {
  width: min(23.43vw, 375px);
}
@media screen and (max-width: 1100px) {
  .l-header .l-header-flex .header-top-l {
    width: 290px;
    display: flex;
    gap: 20px;
  }
}
@media screen and (max-width: 430px) {
  .l-header .l-header-flex .header-top-l {
    width: 217px;
  }
}
.l-header .l-header-flex .header-top-r {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 1100px) {
  .l-header .l-header-flex .header-top-r {
    display: none;
  }
}
.l-header .l-header-flex .header-top-r .contact-tel {
  display: flex;
  align-items: center;
  gap: 3px;
}
.l-header .l-header-flex .header-top-r .contact-tel .tel-icon {
  max-width: 26px;
  margin-right: 10px;
}
.l-header .l-header-flex .header-top-r .contact-tel .tel-num p {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.l-header .l-header-flex .header-top-r .contact-tel .tel-num span {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 19px;
  background: #e34d42;
  border-radius: 4px;
}
.l-header .l-header-flex .header-top-r .contact-form {
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  background: #1dace0;
  padding: 16px 10px 16px 14px;
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px #16779a;
}
.l-header .l-header-flex .header-top-r .contact-form .form-icon {
  width: 30px;
  margin-right: 10px;
}
.l-header .l-header-flex .header-top-r .contact-form .form-txt {
  margin-right: 19px;
}
.l-header .l-header-flex .header-top-r .contact-form .form-arrow {
  width: 14px;
  transform: rotate(-90deg);
}

.l-main {
  overflow: hidden;
  position: relative;
  z-index: -2;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .inner {
    padding: 0 15px;
  }
}

.hide {
  opacity: 0 !important;
  pointer-events: none !important;
}

.l-footer {
  background: #fff9f2;
  padding: 40px 0;
}
@media screen and (max-width: 1100px) {
  .l-footer {
    padding: 40px 0 120px;
  }
}
.l-footer .footer-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 430px) {
  .l-footer .footer-flex {
    flex-direction: column;
    gap: 30px;
  }
}
.l-footer .footer-flex .footer-flex-l .site-name {
  font-size: 24px;
  margin-bottom: 22px;
  max-width: 270px;
}
.l-footer .footer-flex .footer-flex-l .info {
  line-height: 1.6;
}
.l-footer .footer-flex .footer-flex-r {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 430px) {
  .l-footer .footer-flex .footer-flex-r {
    margin-bottom: 30px;
  }
}
.l-footer .footer-flex .footer-flex-r a {
  display: block;
  width: clamp(165px, 14.4vw, 231px);
}
@media screen and (max-width: 430px) {
  .l-footer .footer-flex .footer-flex-r a {
    width: 50%;
  }
}
.l-footer .copyright {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 430px) {
  .l-footer .copyright {
    text-align: center;
  }
}

.c-about {
  padding: max(4.2vw, 67px) 0;
}
.c-about .about {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .c-about .about {
    flex-direction: column;
  }
}
.c-about .about-text {
  line-height: 1.6;
}
.c-about .about-text, .c-about .about-photo {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .c-about .about-text, .c-about .about-photo {
    width: 100%;
  }
}
.c-about .about-text-strong {
  color: #ef6f90;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 430px) {
  .c-about .about-text-strong {
    font-size: 2.6rem;
  }
}

.c-feature {
  padding: max(4.2vw, 67px) 0;
  background: #fff9f2;
}
.c-feature .feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
@media screen and (max-width: 430px) {
  .c-feature .feature-list {
    flex-direction: column;
  }
}
.c-feature .feature-item {
  width: calc(50% - 15px);
  background: #fff;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 430px) {
  .c-feature .feature-item {
    width: 100%;
  }
}
.c-feature .feature-icon {
  font-size: 2.6rem;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  background: #a8c66c;
  background-clip: padding-box;
  border: 5px solid rgba(239, 255, 206, 0.78);
  display: inline;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  font-weight: 600;
}
.c-feature .feature-icon .feature-number {
  font-size: 3.2rem;
}
.c-feature .feature-photo {
  border-radius: 16px 16px 0 0;
}
.c-feature .feature-text-area {
  padding: 20px;
}
.c-feature .feature-title {
  color: #a8c66c;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.2;
}
.c-feature .feature-text {
  line-height: 1.6;
}

.youtube {
  margin-top: 50px;
}
.youtube iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 430px) {
  .youtube iframe {
    height: 192px;
  }
}

.c-plan {
  padding: max(4.2vw, 67px) 0;
}
.c-plan .plan-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 430px) {
  .c-plan .plan-list {
    flex-direction: column;
  }
}
.c-plan .plan-item {
  border: solid 3px #ef6f90;
  border-radius: 16px;
  padding: 30px;
}
.c-plan .plan-item:nth-child(1), .c-plan .plan-item:nth-child(2) {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .c-plan .plan-item:nth-child(1), .c-plan .plan-item:nth-child(2) {
    width: 100%;
  }
}
.c-plan .plan-item:nth-child(3), .c-plan .plan-item:nth-child(4) {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .c-plan .plan-item:nth-child(3), .c-plan .plan-item:nth-child(4) {
    flex-direction: column;
    gap: 20px;
  }
}
.c-plan .plan-title {
  color: #5c4a4a;
  font-size: 3.2rem;
  font-weight: 600;
  position: relative;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 430px) {
  .c-plan .plan-title {
    font-size: 2.6rem;
    line-height: 1.2;
  }
}
.c-plan .plan-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 2px;
  background: #ef6f90;
}
.c-plan .plan-title--none::after {
  display: none;
}
.c-plan .plan-price {
  color: #e85d5d;
  font-size: 5.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 430px) {
  .c-plan .plan-price {
    font-size: 4.5rem;
  }
}
.c-plan .plan-price--option {
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 0;
}
.c-plan .plan-price-fix {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.c-plan .plan-price-fix .fix-yen {
  font-size: 70%;
}
.c-plan .plan-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-plan .plan-tax {
  font-size: 1.4rem;
}
.c-plan .plan-yen {
  font-size: 2.7rem;
}
.c-plan .plan-text {
  background: rgba(223, 223, 223, 0.2);
  padding: 25px 50px;
  flex: 1;
  line-height: 1.6;
}
@media screen and (max-width: 430px) {
  .c-plan .plan-text {
    padding: 25px;
  }
}
.c-plan .plan-block-left {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .c-plan .plan-block-left {
    width: 100%;
  }
}
.c-plan .plan-block-left.flex {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .c-plan .plan-block-left.flex {
    gap: 15px;
  }
}
@media screen and (max-width: 834px) {
  .c-plan .plan-block-left.flex {
    flex-direction: column;
  }
}
.c-plan .plan-block-left.flex .plan-title {
  color: #a8c66c;
}
.c-plan .plan-block-left .option_title {
  color: #ef6f90;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.c-plan .plan-block-right {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .c-plan .plan-block-right {
    width: 100%;
  }
}
.c-plan .plan-item:nth-child(1) {
  border-color: #ff8b6a;
}
.c-plan .plan-item:nth-child(1) .plan-title::after {
  background-color: #ff8b6a;
}
.c-plan .plan-item:nth-child(1) .plan-text {
  background: rgba(255, 139, 106, 0.1);
}
.c-plan .plan-item:nth-child(2) {
  border-color: #7ec8e3;
}
.c-plan .plan-item:nth-child(2) .plan-title::after {
  background-color: #7ec8e3;
}
.c-plan .plan-item:nth-child(2) .plan-text {
  background: rgba(126, 200, 227, 0.1);
}
.c-plan .plan-item:nth-child(3) {
  border-color: #fabc2a;
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .c-plan .plan-item:nth-child(3) {
    margin-top: 0;
  }
}
.c-plan .plan-item:nth-child(3) .plan-title::after {
  background-color: #fabc2a;
}
.c-plan .plan-item:nth-child(3) .plan-text {
  background: rgba(250, 188, 42, 0.1);
}
.c-plan .plan-item:nth-child(4) {
  border-color: #a8c66c;
}
.c-plan .plan-item:nth-child(4) .plan-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.c-plan .plan-item:nth-child(4) .plan-block-right {
  position: relative;
}
.c-plan .plan-item:nth-child(4) .plan-photo {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  max-width: 127px;
}
@media screen and (max-width: 430px) {
  .c-plan .plan-item:nth-child(4) .plan-photo {
    right: 0;
  }
}
.c-plan .plan-item:nth-child(4) .plan-text {
  background: rgba(168, 198, 108, 0.1);
}
.c-plan .br-sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .c-plan .br-sp {
    display: block;
  }
}

.c-flow {
  padding: max(4.2vw, 67px) 0;
  background: rgba(239, 111, 144, 0.1);
  padding-bottom: 400px;
}
@media screen and (max-width: 1100px) {
  .c-flow {
    padding-bottom: 50px;
  }
}
.c-flow .flow-list {
  display: flex;
  flex-direction: column;
  gap: 100px 0;
}
.c-flow .flow-item {
  position: relative;
}
.c-flow .flow-item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 166px solid transparent;
  border-left: 166px solid transparent;
  border-top: 93px solid #ffe1e9;
  border-bottom: 0;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  .c-flow .flow-item {
    display: flex;
  }
}
@media screen and (max-width: 430px) {
  .c-flow .flow-item {
    flex-direction: column;
  }
}
.c-flow .flow-item:nth-child(2)::before {
  border-top: 93px solid #ffc6d5;
}
.c-flow .flow-item:nth-child(3)::before {
  border-top: 93px solid #fdb1c5;
}
.c-flow .flow-item:nth-child(4)::before {
  display: none;
}
.c-flow .flow-photo, .c-flow .flow-text-area {
  width: 50%;
}
.c-flow .flow-photo {
  border-radius: 16px;
  width: 50%;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .c-flow .flow-photo {
    border-radius: 16px 0 0 16px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 430px) {
  .c-flow .flow-photo {
    width: 100%;
    border-radius: 16px 16px 0 0;
  }
}
.c-flow .flow-text-area {
  background: #fff;
  border-radius: 4px;
  width: calc(50% + 25px);
  position: absolute;
  bottom: -10px;
  right: 0;
  padding: 40px;
  z-index: 2;
  min-height: 260px;
}
.c-flow .flow-text-area.bottom330 {
  bottom: -330px;
}
.c-flow .flow-text-area--list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .c-flow .flow-text-area {
    width: 50%;
    border-radius: 0 16px 16px 0;
    position: unset;
  }
}
@media screen and (max-width: 430px) {
  .c-flow .flow-text-area {
    width: 100%;
    border-radius: 0 0 16px 16px;
    padding: 20px;
  }
}
.c-flow .flow-title {
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.c-flow .flow-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #ef6f90, #ffbccd);
}
.c-flow .flow-title--point::after {
  background-image: linear-gradient(90deg, #ffb200, #fdde97);
}
.c-flow .flow-text {
  line-height: 1.6;
}

.c-faq {
  padding: max(4.2vw, 67px) 0;
}
.c-faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: #fff;
}
.c-faq .faq-item {
  padding: 30px;
  box-shadow: 0px 0px 15px 0px rgba(223, 215, 218, 0.5);
}
.c-faq .question {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.c-faq .question, .c-faq .answer {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 430px) {
  .c-faq .question, .c-faq .answer {
    align-items: start;
  }
}
@media screen and (max-width: 834px) {
  .c-faq .answer {
    align-items: start;
  }
}
.c-faq .question-icon, .c-faq .answer-icon {
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.c-faq .question-icon {
  background: #ef6f90;
}
.c-faq .answer-icon {
  background: #a8c66c;
}

.c-temple {
  padding: max(4.2vw, 67px) 0;
  background: rgba(168, 198, 108, 0.1);
}
.c-temple .temple-block {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .c-temple .temple-block {
    flex-direction: column;
  }
}
.c-temple .temple-block-left, .c-temple .temple-block-right {
  width: calc(50% - 15px);
}
@media screen and (max-width: 834px) {
  .c-temple .temple-block-left, .c-temple .temple-block-right {
    width: 100%;
  }
}
.c-temple .temple-title {
  font-size: 2.4rem;
  margin-bottom: 25px;
}
.c-temple .temple-name {
  position: relative;
}
.c-temple .temple-name::before {
  content: "みょうたんじ";
  font-size: 1.4rem;
  position: absolute;
  left: 50%;
  top: -1.4rem;
  transform: translateX(-50%);
  white-space: nowrap;
}
.c-temple .temple-faction {
  font-size: 1.8rem;
}
.c-temple .temple-address {
  margin-bottom: 20px;
}
.c-temple .temple-text {
  margin-bottom: 25px;
  line-height: 1.6;
}
.c-temple .temple-sight {
  border-radius: 16px;
  border: solid 1px #3bae57;
  padding: 20px;
  background: #fff;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.c-temple .temple-sight-title {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-temple .temple-sight-url {
  color: #ef6f90;
  text-decoration: underline;
  word-break: break-all;
}
.c-temple .temple-photo {
  border-radius: 16px;
}

.c-contact {
  padding: max(2.1vw, 30px) 0;
}

.c-sp-cta {
  width: 100%;
  display: flex;
  justify-content: space-around;
  background: #fff;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.c-sp-cta li {
  width: calc(50% - 15px);
  height: 60px;
  line-height: 60px;
}
.c-sp-cta li.cta-tel {
  background: #ef6f90;
}
.c-sp-cta li.cta-mail {
  background: #1dace0;
}
.c-sp-cta li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
}
.c-sp-cta li .icon-container {
  width: 20px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1101px) {
  .c-sp-cta {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */