@charset "utf-8";

body,p,img{
    padding: 0;
    margin: 0;
}
img{
    vertical-align: bottom;
    max-width: 100%;
}
body{
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    width: 100%;
    background-color: #fff;
}
.all{
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    background-color: #fef8ea;
}

.fv{
    position: relative;
}

.fv a img{
    position: absolute;
    bottom: 8.5%;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    transition: all 0.5s;
}
.fv a img:hover{
    opacity: 0.8;
}


.cta1{
    position: relative;
}
.cta2{
    position: relative;
}

.cta3{
    position: relative;
}


.cta1 a img{
    position: absolute;
    bottom: 2.5%;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    transition: all 0.5s;
}
.cta2 a img{
    position: absolute;
    bottom: 11%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    transition: all 0.5s;
}
.cta2 form{
    position: absolute;
    bottom: 11%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
}

/* 選択 */
.search_box {
    position: relative;
}
.search_select {
    position: absolute;
    display: block;
    width: 79.6%;
    height: min(16vw, 120px);
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 79%;
    left: 10.2%;
    color: #959595;
    font-size: min(5vw, 35px);
    box-sizing: border-box;
    padding: 0 0 0 1.5em;
    background: transparent;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 0.1em;
}


/**
.cta1 a img:hover{
    opacity: 0.8;
} **/

.attention{
    font-size: 14px;
    text-align: left;
    margin: 0 5% 50px;
}

footer {
    display: flex; /* フレックスボックスを使用して横並びに */
    justify-content: center; /* 横方向の中央揃え */
    align-items: center; /* 縦方向の中央揃え */
    gap: 10px; /* 要素間の間隔を調整 */
    height: 50px;
    background-color: #fff;
}

footer p {
    margin: 0; /* デフォルトの余白を削除 */
}

footer a{
    text-decoration: none;
    color: black;
}
