@charset "utf-8";
/* CSS Document */
.bk-green{
    background-color: #42b442;
    color: #ffffff;
}
.bk-green a{color: #ffffff;}
.text-green{color: #42b442;}
.bk-l-brown{
    background-color: #d9cebc;
    margin: 50px 0 20px;
    padding: 60px 0;
}
.col{
    display: flex;
    justify-content: space-between;
} 
.col img{width: 100%;}
.col-2{width: 48%;}
.col-3{width: 32%;}
.col-4{width: 40%;}
section{padding-top: 90px;}
p.read{
    font-size: 22px;
    line-height: 44px;
    margin: 50px 0; 
}
p.read-l{
    font-size: 30px;
    line-height: 48px;
    margin: 80px 0 50px; 
}
p.sub-p{
    font-size: 18px;
    margin-bottom: 10px;
}
.rounded-pill{
    border-radius: 50rem;
    padding: 25px;
    width: 70%;
    margin: 50px auto;
    position: relative;
}
.rounded-pill::after{
    position: absolute;
    content: "";
    background-color: #000000;
    width: 2px;
    height: 65px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.rounded-pill p{font-size: 24px;}
.sp-block{display: none;}
.top-img{
    width: 100%;
    height: 90vh;
    margin: 0 auto;
    background-image: url( "../image/top-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 90px center;
}
.top-img img{padding-top: 250px;}
.business h2{margin-bottom: 50px;}
.business p{
    margin-top: 20px;
    text-align: justify;
}
.bk-img{
    padding: 35px;
    margin: 80px 0 30px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bk-img.bk-img-1{background-image: url("../image/business-bk1.png");}
.bk-img.bk-img-2{background-image: url("../image/business-bk2.png");}
.bk-img img{width: 40%;}
.box-shadow{
    box-shadow: 0 0 6px #d1d1d1;
    padding: 20px;
    margin-bottom: 20px;
}
.box-shadow h3{margin-bottom: 20px;}
.shop .bk-brown{
    background-color: #b6a288;
    box-shadow: 3px 3px 3px #d1d1d1;
    padding: 25px 0;
    margin-bottom: 70px;
}
.shop .bk-brown h3{
    color: #54330c;
    margin-bottom: 15px;
    font-size: 24px;
}
.shop .bk-brown p{
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
}
.shop .bk-brown p.fomt-1{font-size: 18px;}
.bk-label{
    font-size: 20px;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    padding: 3px 0;
    color: #ffffff;
    width: 80px;
    margin-bottom: 15px;
}
.bk-label.yellow{background-color: #e6a928;}
.shop img{width: 80%;}
.shop .shop-area dl{margin:0 0 25px 20px;}
.shop .shop-area dt{font-size: 20px;}
.shop .shop-area dd{font-size: 14px;}
.company{position: relative;}
.company::after{
    position: absolute;
    content: "";
    background-color: #000000;
    width: 2px;
    height: 90px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.company img{width: 75%;}
.company-read h2{
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 30px;
}
.company-read p{font-size: 18px;}
.company-img{margin: 30px 0 100px;}
footer{
    background-color: #e3dcd7;
    padding: 50px 0 30px;
}
footer .rounded-pill{
    margin: 0 auto 20px;
    width: 30%;
    font-size: 20px;
    padding: 20px;
}
footer .rounded-pill::after{display: none;}
/*下層トップイメージ*/
.page-img{
    width: 100%;
    height: 40vh;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/*お問合せ*/
.page-img.contact{background-image: url("../image/inq-img.png");}
.inq-tel{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.inq-tel p{
    width: 50%;
    text-align: right;
    margin-right: 10px;
}
.inq-tel a{
    width: 50%;
    margin-left: 10px;
    font-size: 40px;
    display: flex;
    align-items: center;
}
.inq-tel img{
    width: 40px;
    margin-right: 20px;
}
.contactform {
    background-color: #ffffff;
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    position: relative;
}
.contactform::after{
    position: absolute;
    content: "";
    height: 2px;
    width: 800px;
    background-color: #42b442;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.inq-tel p{font-size: 18px;}
.contactform table{border-collapse:collapse;}
.contactform tr{border-bottom: 1px solid #cccccc;}
.contactform tr.no-border{border-bottom: none;}
.contactform th{
    font-weight: normal;
    width: 30%;
    padding: 30px 10px 30px 0;
    text-align: left;
}
.contactform td {
    padding: 30px 0 30px 20px;
    display: block;
}
.contactform .require{
    background-color: #ed5e5e;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 10px;
    font-style: normal;
    float: right;
    vertical-align: middle;
}
.formError.inline .formErrorContent{clear:both;}
/*ラジオボタンカスタマイズ*/
.radio-btns br{display: none;}
.radio-btns label {
    position: relative;
    padding-left: 30px;
    line-height:30px;
}
.radio-btns input[type=radio] + label::before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    left: 0;
    top: 0;
}
.radio-btns input[type=radio] + label::after {
    position: absolute;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background:#d9cebc;
    left: 3px;
    top: 3px;
    opacity: 0;
    transition: .3s;
}
.radio-btns input[type=radio]:checked + label::after {opacity: 1;}
.privacy-policy-text ul{
    font-size: 16px;
    line-height: 26px;
}
.privacy-policy {
    background-color: #ffffff;
    max-width: 800px;
    width: 100%;
    margin: 10px auto;
    padding: 30px 0;
}
.privacy-policy-text {
    border: 1px solid #b9b9b9;
    height: 200px;
    overflow-y: scroll;
    padding: 20px 20px 0 20px;
    margin:20px 0 30px;
}
.privacy-policy-text div{margin-bottom: 20px;}
.privacy-policy-text ul{
    margin: 10px 0 20px 20px;
    font-size: 14px;
}
.privacy-policy-text ul.decimal{list-style-type:decimal;}
.privacy-policy-text ul.disc{list-style-type:disc;}
.checkbox-btns input[type=checkbox]{display: none;}
.btnArea{
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnArea .btn{
    padding: 0;
    width: 280px;
    height: 50px;
    margin: 0 10px;
    border: 0;
    border-radius: 50rem;
    border: 1px solid #cccccc;
    cursor: pointer;
    color: #ffffff;
}
.btnArea .btn.sendbtn{background-color: #155994;}
.btnArea .btn.gobackbtn{color: #000000;}
.btnArea .btn.submitConfirm{
    color: #000000;
    display: block;
     background-color: #ffffff;
}
.btnArea .btn.submitConfirm.disabled {
    background-color: #dedede;
    color: #ffffff;
    cursor: default;
}
.checkbox-btns .checkbox-label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0px 30px;
    position: relative;
    width: auto;
    margin-left: 15px;
}
.checkbox-btns .checkbox-label::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -1px;
    top: 0%;
}
.checkbox-btns .checkbox-label::after {
    content: '';
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 10px;
    background-color:#d9cebc;
    left: 4px;
    margin-top: -19px;
    opacity: 0;
    position: absolute;
}
.checkbox-btns input[type=checkbox]:checked + .checkbox-label::before {
    border-color: #666;
}
.checkbox-btns input[type=checkbox]:checked + .checkbox-label::after {
    opacity: 1;
}
/*タブレット*/
@media screen and (max-width: 1280px){
    .top-img{height: 60vh;}
    .top-img img{
        width: 70%;
        padding-top: 150px;
    }
    .bk-img img{width: 60%;}
}
@media screen and (max-width:992px) {
    .top-img{background-position: top center;}
    p.read{
        font-size: 15px;
        line-height: 36px;
    }
    p.read-l{font-size: 26px;}
    .rounded-pill{
        padding: 15px;
        font-size: 22px;
    }
    .shop .bk-brown p{font-size: 16px;}
    .shop .shop-area dl{margin: 0 0 25px 10px;}
    .bk-label,
    .shop .shop-area dt{font-size:16px; }
    .bk-label{width: 60px;}
    .contactform{width: 95%;}
    .contactform::after{width: 80%;}
    footer .rounded-pill{
        width: 50%;
        padding: 15px;
    }
    footer .rounded-pill p{font-size: 20px;}
    .tab-none{display: none;}
}
@media screen and (max-width: 767px){
    .col{display: block;}
    .col-2,.col-3,.col-4{
        width: 100%;
        margin-bottom: 20px;
    }
    .mob-nav img{
        width: 40%;
        margin-top: 5px;
    }
    .top-img img{width: 100%;}
    section{padding-top: 50px;}
    p.read{
        margin: 30px 0;
        line-height: 30px;
    }
    .sp-block{display: block;}
    .sp-none{display: none;}
    .rounded-pill{
        width: 90%;
        padding: 10px;
        margin: 30px auto;
    }
    .rounded-pill p{font-size: 18px;}
    p.read-l{
        font-size: 18px;
        line-height: 34px;
        margin: 50px 0 40px;
    }
    p.sub-p{font-size: 14px;}
    .business h2{
        font-size: 22px;
        line-height: 35px;
    }
    .bk-img img{width: 100%}
    .shop .bk-brown{margin-bottom: 20px;}
    .shop .col-4{text-align: center;}
    .shop .shop-area{padding-left: 20px;}
    .company::after{display: none;}
    .company-read h2{font-size: 22px;}
    .company-read p{font-size: 14px;}
    .inq-tel{display: block;}
    .inq-tel p,
    .inq-tel a{
        width:100%;
        text-align: center;
        margin-right: 0;
    }
    .inq-tel a{
        justify-content: center;
        margin: 10px 0 0 0;
        font-size: 32px;
    }
    .inq-tel img{margin-right: 10px;}
    .contactform{padding: 10px;}
    .radio-btns{margin-left: 10px;}
    .radio-btns br{display: block;}
    .radio-btns label{margin-bottom: 20px;}
    .contactform th,
    .contactform td{display: block;}
    .contactform th{
        padding: 30px 0 10px 0;
        width: 100%;
    }
    .contactform td{padding: 0 0 10px 0;}
    .contactform .require{
        float: inherit;
        margin-left: 10px;
    }
    footer .rounded-pill{
        width: 80%;
    }
}







