@charset "utf-8";

body{
    font-family: "Noto Serif JP", serif;
}

img{
    min-width: 100%;  /* 画像が親要素の幅を超えないようにする */
    height: auto;  /* 画像の縦横比を保つ */
    vertical-align: bottom; /* 下側の余白を消す */
}
.main-container{
    max-width: 480px;
    width: 100%;
    margin: auto;
}

/*fv*/
.fv{
    height: 100vh;
    background-image: url(img/fv.png);
    background-repeat:no-repeat; /*背景画像の繰り返しを解除*/
    background-size:cover; /*背景画像のサイズ指定*/
    background-position: center top;/*画像の位置指定（これは左右上下中央）*/
    position: relative;
}
.fv h1{
    font-family: "Source Serif 4", serif;
    font-style: italic;
    padding: 40px 25px;
    line-height: 1.2;
    text-shadow: 2px 1px 1px #ffffff;
    color: #e52893;
}
.midium{
    font-size: min(8.0vw,38.3px);
}
.large{
    font-size: min(15vw,72px);
}
.space{
    margin-left: 10px;
}
.lager{
    font-size: min(9.3vw,45px);
}
.small{
    font-size: 27.7px;
}
.down{
    display: inline-block;
    transform: translateY(5px);
}
.fv-intro{
    width: 90%;
    font-size: min(4.5vw,22px);
    text-shadow: 2px 1px 1px #ffffff;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
}
.fv-icons{
    display: flex;
    margin: 0 10px;
    position: absolute;
    bottom: 10px;
}
.fv-icon{
    position: relative;
}
.pink{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%);
    font-size: min(4vw,20px);
    color: #ee2090;
}
.pink span{
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.bg-pink{
    background-color: #ee2090;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
} 
.bg-pink p{
    font-size: min(5vw,20px);
}
.bg-lightpink{
    background-color: #ffecf9;
    padding-top: 20px;
}
.description{
    color: #e52893;
    padding: 30px 10px;
    font-size: min(4.3vw,20px);
    font-weight: bold;
    text-align: center;
}
.text{
    color: #e52893;
    font-size: clamp(10px,2.3vw,11.1px);
    font-weight: bold;
    width: 70%;
    margin: auto;
    padding: 0 0 30px;
} 


/*条件*/
.conditions h2{
    font-size: min(4.9vw,23.6px);
    color: #e52893;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0;
    width: 90%;
    margin: auto;
    font-weight: bold;
}
.conditions-img{
    width: 90%;
    margin: auto;
}
.bg-pink-img{
    width: 90%;
    margin: auto;
    position: relative;
}
.pink-img-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    width: 80%;
    text-align: center;
}
.pink-img-text h3{
    font-size: min(6.4vw,30.5px);
    font-weight: bold;
    margin-bottom: 20px;
}
.pink-img-text p{
    font-size: 10px;
    font-weight: bold;
}

/*ivent*/
.ivent{
    padding: 30px 0;
}
.ivent h2{
    text-align: center;
    font-size: min(18vw,53.3px);
    color: #e52893;
    padding: 20px 0;
    font-weight: bold;
}
.bg-yellow{
    background-color: #fff685;
    color: #f61b1b;
    text-align: center;
    font-size: min(10vw,32.6px);
    font-family: "Source Serif 4", serif;
    font-style: italic;
    font-weight: bold;
    padding: 10px 5px;
    margin-bottom: 20px;
}
.bg-white{
    background-color: #ffffff;
}
.bg-white p{
    width: 80%;
    margin: auto;
    padding: 20px 0 0;
    font-size: clamp(11px,2.8vw,13.3px);
    font-weight: bold;
}
.fee-wrp{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
}
.fee-wrp span.yellow{
    background-color: #fff685;
    font-size: min(3.3vw,15.6px);
    font-weight: bold;
    margin-right: 10px;
    padding: 5px 10px;
}
.fee-wrp span.vertical{
    font-size: min(3.3vw,15.6px);
    font-weight: bold;
    margin-right: 10px;
    transform: translateY(5px);
}
.fee-wrp span.free{
    font-size: min(11vw,45.7px);
    font-weight: bold;
    margin-right: 10px;
    transform: translateY(10px);
}
.fee-wrp span.fee{
    font-size: min(2.7vw,13.1px);
    font-weight: bold;
}
.ivent-title{
    padding: 30px 0;
    text-align: center;
    font-size: min(4.9vw,23.6px);
    font-weight: bold;
    color: #e52893;
}
.forparents-img{
    padding-top: 20px;
    margin: auto;
    width: 90%;
}
p.ivent-detail{
    font-size: 10.2px;
}
p.ivent-detail-pink{
    color: #e52893;
    padding: 30px 0;
    font-size: clamp(12px,3.0vw,15.5px);
}
.bg-pink-img_discount{
    position: relative;
}
.pink-img-text_discount{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    width: 80%;
    text-align: center;
}
.pink-img-text_discount h3{
    font-size: min(9.5vw,45.9px);
    font-weight: bold;
    padding: 10px 0;
}
.large_discount{
    font-size: min(6vw,19.2px);
    font-weight: bold;
    display: inline-block;
    padding: 10px 0;
}
.pink-img-text_discount p{
    font-size: 11.1px;
}
.attention{
    width: 87%;
    margin: auto;
    padding-top: 20px;
    font-size: 9.5px;
    font-weight: bolder;
}

/*voice*/
.voice{
    background-color: #ffffff;
    padding: 20px 0 30px;
}
.voice h2{
    text-align: center;
    font-size: min(7.6vw,36.3px);
    font-weight: bold;
    padding: 30px 0;
}
.voice-item{
    width: 90%;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
}
.voice-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: "Noto Sans JP", sans-serif;
    width: 80%;
}
.voice-text h3{
    font-size: min(3vw,14.2px);
    font-weight: bold;
    padding: 20px 0;
}
.voice-text p{
    font-size: clamp(9.5px,2.3vw,11px);
}

/*料金表*/
.price-title {
    font-family: "Noto Sans JP", sans-serif;
    background: linear-gradient(transparent 50%, #ee2090 50%);
    text-shadow: 
    0.6px 0.6px 0 #FFF,
    -0.6px -0.6px 0 #FFF,
    -0.6px 0.6px 0 #FFF,
    0.6px -0.6px 0 #FFF,
    0 0.6px 0 #FFF,
    0 -0.6px 0 #FFF,
    -0.6px 0 0 #FFF,
    0.6px 0 0 #FFF;
    font-size: min(10vw,36.3px);
    text-align: center;
    margin: 0 0 20px;
}

.price h3 {
    font-size: min(4.2vw,20px);
    font-weight: bold;
    margin-top: 40px;
}

.price {
    margin: 0 10px 40px;
}

/* テーブルスタイル */
table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse; /* 罫線を統一 */
    background-color: #fff;
    border: 1px solid #333;
    font-size: min(2.6vw,15px);
}

thead th {
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    background-color: #ee2090;
    color: #ffffff;
    font-size: min(2.6vw,16px);
}

tbody td {
    padding: 10px;
    border: 1px solid #000;
}

th, td {
    text-align: center;
}

td:first-child{
    background-color: #ee2090;
    color: #ffffff;
}

/* 金額のスタイル */
td:nth-child(2),
td:nth-child(3),
td:nth-child(4) {
    text-align: right;
    font-family: "Noto Sans JP", sans-serif;
}

/*parts*/
.parts-table{
    margin: 0 10px;
}
.parts-table_title{
    font-size: min(4.2vw,20px);
    vertical-align: middle;
}
td.parts-table_content{
    text-align: center;
    vertical-align: middle;
}

/*table-attention*/
.table-attention{
    background-color: #ee2090;
    margin:40px 0 20px;
    padding: 10px;
    color: #ffffff;
    font-size: min(2.3vw,12px);
}
.table-attention p{
    width: 85%;
    margin: auto;
}


/*背景黄色*/
.bg-lightyellow{
    background-color: #fffff4;
    padding: 10px 0 40px;
}
.btn{
    background-color: #e52893;
    border-radius: 18px;
    width: 90%;
    margin: auto;
}
.btn a{
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    font-size: min(5.0vw,22.9px);
    line-height: 1.0;
}
.btn a span{
    font-size: clamp(10px,2.8vw,13.5px);
    font-weight: bold;
}


/*reason*/
.reason h2{
    text-align: center;
    font-size: min(5.7vw,27.2px);
    margin: 30px 0;
}
.reason h2 span{
    font-size: min(3.3vw,16px);
}
.reason-item{
    width: 90%;
    background-color: #ffffff;
    padding: 30px 0 0;
    position: relative;
    margin: 20px auto;
}
.circle{
    background-color: #e52893;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.circle span{
    font-size: 10.6px;
    line-height: 1.2;
    color: #ffffff;
}
.circle span.number{
    font-size: 23.7px;
}
.reason-img{
    width: 80%;
    margin: auto;
}
.reason-item h3{
    font-size: min(3.8vw,18.1px);
    font-weight: bold;
    color: #e52893;
    text-align: center;
    margin: 5px;
}
.reason-item p{
    font-size: 10px;
    font-weight: bold;
    width: 87%;
    margin: auto;
    padding: 10px 0 20px;
}

/*tel*/
.tel-wrp{
    width: 80%;
    margin: 20px auto;
    background-color: #e52893;
    padding: 10px 20px;
    text-align: center;
}
.tel-wrp p{
    font-size: min(3.3vw,15.6px);
    font-weight: bold;
    color: #ffffff;
}
.tel-wrp p span{
    font-size: min(6.0vw,28.7px);
}
.tel-area{
    background-color: #ffffff;
    border-radius: 12px;
    margin-top: 10px;
    padding: 10px;
}
.tel-icons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}
.tel-icons li{
    width: calc((100% - 5px)/2);
    font-size: clamp(10px,2.6vw,12.5px);
    font-weight: bold;
    color: #ffffff;
    background-color: #c2ac8a;
    border-radius: 12px;
    padding: 5px 0;
}
.mark{
    color: #e52893;
    padding: 10px;
    font-size: 15px;
}
.tel a{
    display: block;
    font-style: italic;
    font-size: min(7vw,31.8px);
    padding: 10px 0;
    font-weight: bold;
}
p.hours{
    font-size: 10px;
    color: #000000;
}

/*flow*/
.flow{
    width: 75%;
    margin: auto;
}
.flow h2{
    font-size: min(5.9vw,28.5px);
    text-align: center;
    color: #e52893;
    margin: 50px 0;
}
.flow h3{
    font-family: "Noto Sans JP", sans-serif;
    font-size: min(4.1vw,19.8px);
    color: #e52893;
    font-weight: bold;
}
.flow p{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10.4px;
    color: #e52893;
    padding: 5px 0;
}
.flow i{
    font-size: 30px;
    margin: 20px 0;
    color: #e52893;
}