@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');

/* Reset CSS
-------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ul,ol,li{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}
input,textarea,select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    *font-size:100%;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

img{
    max-width:100%;
    height:auto;
    vertical-align: bottom;
    margin:0;
    padding:0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

.alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

/* スムーススクロール　（IE以外） */
html {scroll-behavior: smooth;}

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/* 基本設定
-------------------------------*/

body {
    font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	line-height: 1.8em;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
#wrapper{
	margin:0 auto;
	padding:0;
	width:100%;
	overflow:hidden;
}


/* リンク設定
-------------------------------*/
a {
    outline: none;
    color: #2e2e2e;
}

a:hover {
    text-decoration: none;
}

a,
a:hover,
a:hover img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}

/* PCで電話リンクしない */
@media(min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}





.cont01{
    width: 100%;
    height: 937px;
    background: url(../img/c01_bg.jpg) center top no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.cont01 .c-name{
    position: absolute;
    left: 45px;
    top: 45px;
}
.cont01 ._in{
    width: 90%;
    max-width: 1450px;
/*    align-items: flex-end; */
    align-items: center;
}
.cont01 ._in .txt{
width: 50%;    
}
.cont01 ._in .txt .btn{
    margin-top: 120px;
    text-align: center;
}
.cont01 ._in .txt .btn img{
    box-shadow: 0 0 10px #fff;
}

.cont01 ._in .img{
    width: 45%;
}

@media only screen and (max-width:1610px){
    .cont01{
        height: 58vw;
    }
    .cont01 .c-name{
        left: 2.8vw;
        top: 2.8vw;
    }

}
@media only screen and (max-width:810px){

    .cont01{
        height: auto;
        display: block;
        padding-top: 140px;
        padding-bottom: 300px;
        text-align: center;
    }
    .cont01 .c-name{
        position: absolute;
        left: 30px;
        top: 30px;
    }
    .cont01 ._in{
        margin: auto;
    }
    .cont01 ._in .txt{
        width: 100%;
        margin-bottom: 50px;
    }
    .cont01 ._in .img{
        width: 100%;
    }

    .cont01 ._in .txt .btn{
        position: absolute;
        padding: 0 10%;
        left: 0;
        bottom: -180px;
        width: 100%;
    }
    
}
@media only screen and (max-width:640px){

    .cont01{
        padding-top: 100px;
        padding-bottom: 46vw;
    }

    .cont01 .c-name{
        position: absolute;
        left: 20px;
        top: 10px;
        width: 180px;
    }
    .cont01 ._in .txt .btn{
        bottom: -28vw;
    }

}









.cont02{
    width: 100%;
    background: url(../img/c02_bg.jpg) center top no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 180px;
}
.cont02 ._in{
    width: 95%;
    background-color: rgba(255,255,255,0.7);
    border-radius: 25px;
    margin: auto;
    padding: 80px 5% 0;
    text-align: center;
}

.cont02 .txt2{
    margin-top: 70px;
    margin-bottom: 70px;
}
.cont02 .img2{
    margin-top: -30px;
}

.cont03{
    margin-top: -130px;
    width: 100%;
    height: 260px;
    background: url(../img/c03_bg.png) center center no-repeat;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 15%;
    position: relative;
    z-index: 2;
}
.cont04{
    margin-top: -130px;
    width: 100%;
    background-color: #fff0e8;
    padding-top: 200px;
    padding-bottom: 80px;
}
.cont04 ._in{
    width: 90%;
    max-width: 1140px;
    margin: auto;
    text-align: center;
}

.cont04 ul{
    margin-top: 70px;
}
.cont04 ul li{
    width: 46%;
}

@media only screen and (max-width:640px){
    .cont02{
        padding-top: 30px;
        padding-bottom: 110px;
    }
    .cont02 ._in{
        padding-top: 40px;
        border-radius: 15px;
    }
    .cont02 .txt1 img{
        max-width: 90%;
        height: auto;
    }
    .cont02 .txt2{
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .cont03{
        margin-top: -80px;
        height: 160px;
        background-size: 130% 100%;
    }
    .cont04{
        margin-top: -80px;
        padding-top: 120px;
        padding-bottom: 20px;
    }

    .cont04 ul{
        margin-top: 30px;
    }
    .cont04 ul li{
        width: 80%;
        margin: 0 auto 20px;
    }


}







.cont05{
    width: 100%;
    padding: 30px 1% 100px;
    text-align: center;
    background: url(../img/c05_bg.jpg) center center no-repeat;
    background-size: cover;
}

.cont11{
    width: 100%;
    padding: 100px 1% 100px;
    text-align: center;
    background: url(../img/c05_bg.jpg) center center no-repeat;
    background-size: cover;
}


.cont06{
    width: 100%;
    padding: 70px 5%;
    text-align: center;
}
.cont07{
    width: 100%;
    padding: 60px 5% 0;
    background: url(../img/c07_bg.png) center top repeat-x;
    text-align: center;
}
.cont07 .img.sp{
    display: none;
}
@media only screen and (max-width:1222px){
    .cont07{
        background-size: auto 90%;
    }
}

@media only screen and (max-width:768px){
    .cont07{
        padding-top: 20px;
    }

}
@media only screen and (max-width:640px){
    .cont05{
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .cont11{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .cont06{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cont07 .img.pc{
        display: none;
    }
    .cont07 .img.sp{
        display: block;
    }
}






.cont09{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
    background: url(../img/c09_bg.jpg) center bottom no-repeat;
}
.cont09 ._in{
    width: 90%;
    margin: auto;
    text-align: center;
}
.cont09 .txt{
    margin-bottom: 50px;
}
.cont09 .img.mb{
    margin-bottom: 100px;
}
.cont09 .img.mb ul{
    width: 100%;
    max-width: 1191px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.cont09 .img.mb ul li:nth-child(1){
    width: 62.5%;
}
.cont09 .img.mb ul li:nth-child(2){
    width: 37.5%;
}


.cont09 .img ul{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.cont09 .img ul li{
    width: 33%;
}

@media only screen and (max-width:768px){
    .cont09{
        background-size: cover;
    }

}
@media only screen and (max-width:640px){
    .cont09{
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .cont09 .txt{
        margin-bottom: 20px;
    }
    .cont09 .img.mb{
        margin-bottom: 50px;
    }
    
    .cont09 .img.mb ul li:nth-child(1){
        width: 100%;
        margin-bottom: 15px;
    }
    .cont09 .img.mb ul li:nth-child(2){
        width: 59%;
    }

    
    .cont09 .img ul li{
        width: 50%;
    }

}




.cont10{
    width: 90%;
    max-width: 1600px;
    margin: auto;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}
.cont10 .img{
    width: 100%;
    margin-top: 50px;
}
.cont10 .img .sub{
    width: 50%;
    text-align: center;
}
.cont10 .img .sub:nth-child(2){
    padding-left: 30px;
}

@media only screen and (max-width:900px){

    .cont10 .img .sub{
        width: 100%;
        margin-bottom: 30px;
    }
    .cont10 .img .sub:nth-child(2){
        padding-left: 0;
    }
}
@media only screen and (max-width:640px){
    .cont10{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .cont10 .img{
        margin-top: 30px;
    }
}










.f_info{
    width: 100%;
    background-color: #e5e5e5;
    padding-top: 100px;
    padding-bottom: 100px;
}
.f_info ._in{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    position: relative;
    font-size: 16px;
    line-height: 1.7em;
}
.f_info .img01{
    position: absolute;
    right: -5%;
    top: 7%;
    width: 45%;
}
.f_info .img02{
    margin-top: 30px;
    margin-bottom: 30px;
}
.f_info .cap01 li{
    text-indent: -1em;
    margin-left: 1em;
}
.f_info .cap01 li.sub{
    text-indent: -7em;
    margin-left: 7em;
    margin-bottom: 1em;
}
.f_info .cap01 li br.sp{
    display: none;
}

.f_info .txt02{
    margin-top: 30px;
    margin-bottom: 80px;
}

.f_info .cap02{
    margin-bottom: 40px;
}
.f_info .cap02 dt{
    font-size: 120%;
    line-height: 1.8em;
    margin-bottom: 5px;
}
.f_info .cap02 dd{
    margin-bottom: 20px;
}
.f_info .cap02 dd.red{
    color: #e60012;
    line-height: 1.6em;
}
.f_info .cap02 .dot{
    text-indent: -1em;
    padding-left: 1em;
}

.f_info .cap03{
    margin-top: 30px;
}
.f_info .cap03 li{
    width: 46%;
}

@media only screen and (max-width:1200px){
    .f_info .img01{
        width: 40%;
    }
}
@media only screen and (max-width:900px){
    .f_info{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    
    
    .f_info .img01{
        position: static;
        text-align: center;
        margin: 30px 0;
        width: auto;
    }
    .f_info .cap03 li{
        width: 100%;
        margin-bottom: 20px;
    }
    .f_info .cap03 li:last-child{
        text-align: center;
    }
    
}
@media only screen and (max-width:640px){
    
    .f_info .cap01 li.sub{
        text-indent: -1em;
        margin-left: 1em;
    }
    .f_info .cap01 li br.sp{
        display: inline-block;
    }

    .f_info .txt02{
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .f_info .cap03{
        margin-top: 15px;
    }

}







.btn_shop{
    width: 100%;
    padding: 150px 5%;
    text-align: center;
    background: url(../img/btn_shop_bg.jpg) center center no-repeat;
    background-size: cover;
}
.btn_shop img{
    box-shadow: 0 0 10px #fff;
}
@media only screen and (max-width:640px){
    .btn_shop{
        padding-top: 100px;
        padding-bottom: 100px;
    }

}





/* フッター
-------------------------------*/
#footer{
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 34px 0;
}
#footer .copy{
    font-size:18px;
    line-height: 1.3em;
    font-weight: 500;
}
#pageTop{
    position:fixed;
    bottom:50px;
    right:20px;
}
@media only screen and (max-width:640px){
    #footer .copy{
        font-size:12px;
        line-height: 1.3em;
    }
    #pageTop img{
        width:40px;
        height:auto;
    }
}






