﻿.font_22{
    font-size: 28px;
}
.font_15 {
    font-size: 20px;
}
.bg_color1{
    background-color: #FAC100;
}
.bg_color2{
    background-color: #32B3B9;
}
.bg_color3{
    background-color: #0F7543;
}
.txt_color1{
    color: #FAC100;
}
.txt_color2{
    color: #32B3B9;
}
.txt_color3{
    color: #0F7543;
}
.border_color3{
    border-color:  #0F7543;
}
.linkStyle{
    color: #333;
    text-decoration: underline;
}
/*header*/
.header-in{
    background-color: #FEFFFA;
}
h1.logo1{
    max-width: 90px;
}
@media (max-width: 960px){
    .pc_nav{
        display: none;
    }
}
@media (max-width: 768px){
    .header-in{
        background-color: transparent;
    }
    header.pd_r-20px_tb{
        padding-right: 0;
    }
    header.pd_l-20px_tb{
        padding-left: 0;
    }
}
@media (max-width: 667px){
    h1.logo1{
        max-width: 60px;
    }
    .header-in .menu_btn{
        margin-right: 20px;
    }
}
/*FV*/
#TOPcatch{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-35%);
    z-index: 2;
}
@media (max-width: 667px){
    .pc_hide{
        display: block;
    }
    #main_img.pd_t-100px{
        padding-top:0;
    }
    #TOPcatch{
        width: 75%;
        transform: translate(-50%,-29%);
    }
}
/*TOP*/
#con1 h2,#con2 p.font_22 ,#con3 h3,#con4 h4{
    font-weight: 600;
}
#con1 h2{
    font-size: 7vmin;
}
#con1 h2 br{
    display: none;
}
#con1 p.font_18{
    font-size: 20px;
}
#con2 .bgtexture{
    max-width: 30%;
    top: 24%;
    right: 20%;
    z-index: -1;
}
#con2 .bgtexture img{
    border-radius: 20px;
}
#con3 .icon img.width_100{
    width: 300px;
}
.con1_squ span{
    content: "";
    width: 50px;
    height: 50px;
    background-image: url('./Dup/img/leaficon.png');
    background-size: contain;
}
#con3 .sl img.width_50{
    width: 28px;
}
.con3title p br{
    display: none;
}
@media (max-width: 960px){
    #con2 .bgtexture{
        display: none;
    }
    #con3 .icon img.width_100{
        max-width: 200px;
    }
}
@media (max-width: 667px){
    #con1 .con1_inner h2.font_20_tb {
        font-size: 9vmin;
    }
    #con1 h2 br{
        display: block;
    }
    #con1 p.font_18{
        font-size: 14px;
    }
    #con2 p.font_15,#con3 p.font_15{
        font-size: 14px;
    }
    .con3title p br{
        display: block;
    }
    #con3 .box .icon{
        margin-top: -30px;
    }
}
/*TOP-cms*/
#topCms h3{
    font-weight: 600;
}
/*期間限定イベント*/
#cms_1-b .date.txt_color2{
    color: #fefefe;
}
/*お問い合わせ*/
#page8 .con_tel_box p a.width_300-max{
    max-width: 570px;
}
#page8 .con_tel_box p.txt_center br{
    display: none;
}
#contact_tel{
    margin-bottom: 5px;
}
#contact_tel a{
    max-width: 800px;
}
#contact_mail a{
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 800px;
    }
#contact_mail a br{
    display: none;
}
#contact_mail a span{
         text-align: left;
     }
#ctmail_message{
    text-align: center;
}
#contact_mail a span br{
    display: none;
}
@media (max-width: 768px){
    #page8 .con_tel_box p.txt_center br{
        display: block;
    }
    #contact_mail a br{
        display: block;
    }
}
@media (max-width: 667px){
    .sp_btBox{
        display: flex;
        justify-content: center;
        gap: 40px;
        padding-top: 30px;
    }
    .sp_btBox p a span{
        display: none;
    }
    #page8 .con_tel_box span.font_14{
        display: none;
    }
    #page8 .under_box.pd_20px_sp{
        padding: 20px 0 20px 20px;
    }
    #contact_mail a span br{
        display: block;
    }
    #page8 .contact__tel h3.font_20_sp{
        font-size: 16.5px;
    }
}
/*footer*/
.footer_contact  .f_contact_box h4{
    font-weight: 600;
    margin-bottom: 20px;
}
.footer_contact  .f_contact_box .tel a{
    font-weight: 600;
}
.footer_contact  .f_contact_box .tel.font_28{
    font-size: 20px;
    margin: 40px 0;
}
@media (max-width: 667px){
    .footer_contact  .f_contact_box h4.font_50 {
        font-size: 38px;
    }
    footer .copy.pd_b-30px{
        padding-bottom: 120px;
    }
}
@media (max-width: 376px){
    footer .copy{
        font-size: 10px;
    }
}
@media (max-width: 330px){
    .footer_contact  .f_contact_box .tel a{
        font-size: 20px;
    }
}
/*こていりんく*/
#fixedlink{
    z-index: 9;
    bottom: -100px;
    right: 100px;
    min-width: 300px;
    transition-duration: 1.0s;
}
#fixedlink.visible{
    bottom: 55px;
    transition-duration: 1.0s;
}
#fixedlink .tel_number{
    padding: 13px;
    border-radius: 50vh;
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #fefefe;
    text-align: center;
    z-index: 5;
}

#fixedlink .arrow{
    width: 0;
    height: 0;
    border-left: 16px solid #0000;
    border-right: 16px solid transparent;
    border-top: 15px solid;
    left: 50%;
    margin-left: -8px;
    bottom: -14px;
}
.telmessage{
    display: block;
    padding: 10px;
    top: 0;
    left: 0;
    color: #fefefe;
    z-index: 4;
    transform: scale(0);
    transition-duration: 0.5s;
}
.telmessage.active{
    width: 95%!important;
    max-width: 100%;
    top: -100px;
    transform:scale(1);
    transition-duration: 0.5s;
}
.tel_number.dsp_none{
    opacity: 0;
}
@media (max-width: 667px){
    #fixedlink{
        min-width: 230px;
        right: 77px;
    }
    #fixedlink.visible{
        bottom: 50px;
    }
    #fixedlink .tel_number{
        padding: 10px;
        font-size: 20px;
    }
    .telmessage{
        display: none;
    }
}