/* 専用css */
/* 共通 */
.img01 img{
    width: auto;
    max-width: 100%;
    height: auto;
}

/* トップページ */
.achievements{
    background: #feddc4;
    padding: 70px 0;
    box-sizing: border-box;
}

.achievements_conts{
    border: 8px solid #fbab6c;
    border-radius: 12px;
    padding: 40px 32px;
    background: #fdf0e6;
    box-sizing: border-box;
    margin-top: 40px;
}


.achievements_conts-ttl01{
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 32px;
}

.achievements_conts-ttl01 .br{
    display: block;
}

.achievements_conts01 ul{
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.achievements_conts01 ul li{
    width: calc(50% - 10px);
    margin-right: 20px;
}

.achievements_conts01 ul li:last-of-type{
    margin-right: 0;
}

.achievements_conts02{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.achievements_conts02-conts{
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-top: 0;
}

.achievements_conts02-conts:nth-of-type(n+3){
    margin-top: 32px;
}

.achievements_conts02-conts:nth-of-type(2n),
.achievements_conts02-conts:last-of-type{
    margin-right: 0;
}

.achievements_conts02-ttl{
    background: #fbab6c;
    border-radius: 100px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding: 12px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 24px;
}

.achievements_conts02-ttl:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top: 16px solid #fbab6c;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
    margin: 0 auto;
}

.map_movie{
    width: 100%;
    margin-top: 32px;
}

.map_movie iframe{
    width: 100%;
    min-height: 500px;
}

/* ご予約・お問い合わせページ */
.custom_telconts{
    margin-top: 24px;
}

.custom_telconts-telnum a{
    font-size: 1.5em;
    font-weight: bold;
    color: #FB7207;
}

.custom_telconts-telnum a span{
    font-size: 1.25em;
}

.custom_linereserve{
    margin-top: 32px;
}

.custom_linereserve_conts{
    border: 4px solid #06c755;
    border-top: none;
    background: #fbf7f4;
    box-sizing: border-box;
    padding: 40px;
    border-radius: 0 0 12px 12px;
}

.linereserve_conts-step{
    border: 4px solid #06c755;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
    padding: 32px;
}

.linereserve_conts-step-ttl{
    display: block;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
    line-height: 1.5;
}

.linereserve_conts-step-ttl span{
    color: #06c755;
}

.linereserve_conts-step-ttl span strong{
    font-size: 1.5em;
    vertical-align: baseline;
    line-height: 1;
}

.linereserve_conts-step-wrap{
    display: flex;
    flex-direction: row;
    line-height: 1.5;
}

.linereserve_conts-step-conts{
    width: calc(25% - 24px);
    margin-right: 32px;
    position: relative;
}

.linereserve_conts-step-conts:last-of-type{
    margin-right: 0;
}

.linereserve_conts-step-conts:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-left: 24px solid #06c755;
    position: absolute;
    right: -44px;
    top: 60px;
}

.linereserve_conts-step-conts:last-of-type:after{
    content: none;
}

.linereserve_conts-step-img{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40vw;
    min-height: 100px;
    max-height: 150px;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 16px;
}

.linereserve_conts-step-img img{
    width: auto;
    max-width: 100%;
    height: auto;
}

.linereserve_conts-step-text{
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.linereserve_conts-device{
    margin-top: 40px;
}

.linereserve_conts-device-wrap{
    display: flex;
    flex-direction: row;
}

.linereserve_conts-device-conts{
    width: calc(50% - 20px);
    margin-right: 40px;
}

.linereserve_conts-device-conts:last-of-type{
    margin-right: 0;
}

.linereserve_conts-device-ttl{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #fb7207;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 100px;
    text-align: center;
}

.linereserve_conts-device-textarea{
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.linereserve_conts-device-textarea p{
    font-size: 20px;
    margin-bottom: 16px;
}

.linereserve_conts-device-textarea p:last-of-type{
    margin-bottom: 0;
}

.linereserve_conts-device-textarea p .br{
    display: block;
}

.linereserve_conts-linebtn{
    display: block;
    width: 100%;
    max-width: 320px;
}

.linereserve_conts-linebtn a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;

    background: #06c755;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 8px;

    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.linereserve_conts-linebtn a img{
    width: auto;
    max-width: 100%;
    height: auto;
    margin-right: 8px;
}
