@charset "UTF-8";
/* ================================
	共通
================================ */

/*	type serif
---------------------- */
.serif{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
}

/*	color
---------------------- */
.bg-green{    background: #7ba24e; color: #fff;}
.bg-gray{    background: #737373; color: #fff;}
.bg-yellow{    background: #fddd60; color: #333;}
.bg-lightblue{    background: #98b9be; color: #fff;}
.bg-lightpink{    background: #fceeeb; color: #333;}
.bg-lightgray{    background: #e3eaf1; color: #333;}
.bg-lightbrown{    background: #e8e2cf; color: #333;}

/*	btn
---------------------- */
.btn-toEC{
    display: inline-block;
    padding: 1.3em 4em 1.1em;
    text-align: center;
    line-height: 1;
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    z-index: 1;
}
.btn-toEC:before{
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-right: .8em;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
}
.bg-yellow.btn-toEC:before{
    border-color: #333;
}
.btn-toEC::after{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: .4s;
    transition: .4s;
}
.item__base:hover .btn-toEC::after{
    width: 100%;
}

.bg-green.btn-toEC::after{    background: #578127; color: #fff;}
.bg-gray.btn-toEC::after{    background: #423f3f; color: #fff;}
.bg-yellow.btn-toEC::after{    background: #f9ca13; color: #333;}
.bg-lightblue.btn-toEC::after{    background: #56848b; color: #fff;}
.bg-lightpink.btn-toEC::after{    background: #ba8478; color: #333;}
.bg-lightgray.btn-toEC::after{    background: #708ca7; color: #333;}
.bg-lightbrown.btn-toEC::after{    background: #a5945b; color: #333;}

/*	table
---------------------- */
@media ( min-width : 481px ) {
    .row.table{
        display: table;
        width: 100%;
        min-height: 500px;
        table-layout: fixed;
    }
    .row.table .col{
        display: table-cell;
        vertical-align: middle;
        float: none;
        position: relative;
        overflow: hidden;
    }	
} 

/*	imgCover test
---------------------- */
@media ( min-width : 481px ) {
	.imgCover{
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
} 


/* ================================
	ヘッダ
	.globalHeader
================================ */

/*	logo-chojyunosato
---------------------- */
.logo-chojyunosato{
    display: block;
    width: 100%;
    max-width: auto;
    padding: 10px;
    position: relative;
    text-align: right;
}

@media ( max-width : 767px ) {
    .logo-chojyunosato > img{
        max-width: 120px;
    }	
} 
@media ( min-width : 768px ) {
	.logo-chojyunosato{
        width: 25%;
        max-width: 173px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
} 

/*	globalHeader__txt
---------------------- */
.globalHeader__txt{
    width: 100%;
    margin: 1em auto;
}
.globalHeader__txt--logo{
    width: 20%;
    margin: 0 auto;
}
.globalHeader__txt--h{
    margin-top: .5em;
    line-height: 1.3;    
}
.globalHeader__txt--lead{
    margin-top: .5em;
    font-size: 14px;
    font-size: 1.4rem;
}

@media ( min-width : 768px ) {
	.globalHeader__txt{
        width: 100%;
        position: absolute;
        top: 10%;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
    .globalHeader__txt--h{
        font-size: 32px;
        font-size: 3.2rem;
    }
    .globalHeader__txt--lead{
        margin-top: 1em;
        font-size: 16px;
        font-size: 1.6rem;
    }
} 


/*	globalHeader__vi
---------------------- */
.globalHeader__vi{
    position: relative;
    padding-top: 55%;
    max-height: 300px;
    z-index: -1;
}
.globalHeader__vi li{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.globalHeader__vi li:not(:first-child){
    display: none;
}
.globalHeader__vi li video{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.globalHeader__vi img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media ( max-width : 767px ) {
    .globalHeader__vi.is-sp{
        display: block;
        padding-top: 112%;
    }
	.globalHeader__vi.is-pc{
    	display: none;
	}
} 
@media ( min-width : 768px ) {
	.globalHeader__vi.is-sp{
    	display: none;
	}
	.globalHeader__vi.is-pc{
    	display: block;
	}
} 


/*	btn-yt
---------------------- */
.btn-yt{
    display: block;
    width: 100%;
    padding-top: 22%;
    background: url(/contents/shop/chojyu/lp/sikari/images/side_sp.png) no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.btn-yt > img{
    display: none;
}
@media ( min-width : 768px ) {
    .btn-yt{
        display: block;
        width: 75px;
        padding-top: 0;
        height: 239px; 
        background: none;   
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(-110%,-50%);
        -ms-transform: translate(-110%,-50%);
        transform: translate(-110%,-50%);
        -webkit-transition: .4s;
        transition: .4s;
        z-index: 1000;
        box-shadow: 1px 2px 2px rgba(0,0,0,.2);
    }
    .btn-yt > img{
        display: block;
    }
    .btn-yt.is-open{
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);    
    }	
    
} 

/* ================================
	youtube
================================ */
/*	overlay
---------------------- */
.overlay{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    display: none;
}
.modal-contents{
    width: 90%;
    max-width: 820px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate(-50%, -50%);
    transform: translate3d(-50%, -50%, 0);
}
a.btn-close{
    display: inline-block;
    margin: 2em 0 0;
    padding: .4em 1.3em .4em;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
    font: 1.2rem;
    line-height: 1;
}
.wrap-iframe{
    position:relative;
    width:100%;
    padding-top: 56.25%;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.wrap-iframe iframe{
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important
}

/* ================================
	フッタ
	.globalFooter
================================ */

/*	footerNav
---------------------- */
@media ( max-width : 480px ) {
    .footerNav{
        overflow: hidden;
        background: #efefef;
    }
    .footerNav li{
        display: table;
        width: 50%;
        min-height: 4em;
        float: left;
        border: 1px solid #fff;
    }
    .footerNav a{
        display: table-cell;
        vertical-align: middle;
        padding: .4em;
        text-align: center;
        color: #333;
    }
}

@media ( min-width : 481px ) {
    .footerNav{
        margin: 30px 0;
        text-align: center;
    }
    .footerNav li{
        display: inline-block;
        position: relative;
    }
    .footerNav li:not(:first-child)::before{
        display: inline-block;
        content: "/";
        position: relative;
        left: -.2em;
    }
    .footerNav a{
        display: inline-block;
        padding: 1em;
        color: #333;
    }
    .footerNav a:hover{
        text-decoration: underline;
    }	
} 

/*	copyright
---------------------- */
.copyright{
    margin: 0;
    padding: .6em;
}



/* ================================
	コンテンツ
	.content-message
================================ */

.content-message02{
    background: url(/contents/shop/chojyu/lp/sikari/images/sec-message02/img-water.png) no-repeat center 0 fixed;
}

/*	message__figure
---------------------- */
.message__figure figure{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: 3s;
    transition: 3s;
}
.content-message01 figure{    background-image: url(/contents/shop/chojyu/lp/sikari/images/sec-message01/photo.jpg);}
.content-message02 figure{    background-image: url(/contents/shop/chojyu/lp/sikari/images/sec-message02/photo.jpg);}
.content-message03 figure{    background-image: url(/contents/shop/chojyu/lp/sikari/images/sec-message03/photo.jpg);}
.content-message04 figure{    background-image: url(/contents/shop/chojyu/lp/sikari/images/sec-message04/photo.jpg);}

.content-message01:hover figure,
.content-message03:hover figure{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.content-message02 figure,
.content-message04 figure{
    width: 80%;
    height: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.content-message04 figure{
    background-position: center bottom;
}


.ie .message__figure figure{
    padding-top: 82%;
}

.ie .content-message02 figure,
.ie .content-message04 figure{
    padding-top: 76%;
    top: auto;
    bottom: auto;
    right: auto;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media ( max-width : 480px ) {
    .message__figure{
        padding-top: 50%;
        position: relative;
        overflow: hidden;
    }	
} 

/*	message__txt
---------------------- */
.message__txt{
    max-width: 45em;
    padding: 20px;
}
.message__txt h2{
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 1em;
}
.message__txt p{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
}

@media ( min-width : 768px ) {
    .message__txt{
        padding: 90px 40px;
    }
    .message__txt h2{
        font-size: 32px;
        font-size: 3.2rem;
    }
    .message__txt p{
        font-size: 15px;
        font-size: 1.5rem;
    }
	
} 


/* ================================
	コンテンツ
	.content-item
================================ */

/*	item__header
---------------------- */
.item__header{
    padding: 40px 20px;
}
.item__header p{
    line-height: 1.7;
}

@media ( min-width : 768px ) {
    .item__header{
        padding: 60px 20px;
    }	
} 

/*	itemList
---------------------- */
.itemList .item{
    padding: 20px;
    overflow: hidden;
    position: relative;
    background: no-repeat center bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.itemList .itemList__item01{    background-image: url(/contents/shop/chojyu/lp/sikari/images/sec-item/photo-bontan.jpg);}
.itemList .itemList__item02{    background-image: url(/contents/shop/chojyu/lp/sikari/images/sec-item/photo-sekkai.jpg);}
.itemList .itemList__item03{    background-image: url(/contents/shop/chojyu/lp/sikari/images/sec-item/photo-nenrin.jpg);}
.itemList .itemList__item04{    background-image: url(/contents/shop/chojyu/lp/sikari/images/sec-item/photo-mori.jpg);}
.itemList .item > .inner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

@media ( min-width : 768px ) {
	.itemList .item{
        padding: 40px 20px;
    }
} 

/*	item__catch
---------------------- */
.item__catch{
    margin-bottom: 1em;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
}
@media ( min-width : 810px ) {	
    .item__catch{
        display: inline-block;
        text-align: left;
        position: absolute;
        top: 10%;
        left: 10%;
        color: #fff;
        font-size: 24px;
        font-size: 2.4rem;
        
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode:vertical-rl;
    }
    .itemList__item02 .item__catch,
    .itemList__item04 .item__catch{
        left: auto;
        right: 10%;
    }
} 
@media ( min-width : 1024px ) {
    .item__catch{
        display: inline-block;
        position: absolute;
        top: 10%;
        left: 25%;
        color: #fff;
        
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode:vertical-rl;
    }
    .itemList__item02 .item__catch,
    .itemList__item04 .item__catch{
        left: auto;
        right: 25%;
    }	
} 

/*	item__base
---------------------- */
.item__base{
    width: 100%;
    max-width: 570px;
    padding: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.item__base:hover .btn-toEC::after{
    width: 100%;
}

.item__name{
    margin-bottom: 1em;
}
.item__txt{
    margin: 1em auto;
    max-width: 16em;
}
.item__back{
    width: 120%;
    height: 120%;
    position: absolute;
    top: -15%;
    left: -10%;
    z-index: -1;
}
@media ( min-width : 550px ) {
    .item__back{
        width: 100%;
        height: 140%;
        top: -20%;
        left: 0;
    }
    .item__txt{
        max-width: 30em;
    }
} 

@media ( max-width : 809px ) {
	.item__base{    	
        margin: 0 auto;
        float: none;
	}
} 

/* 調整 */
.itemList__item02 .item__photo{
    position: relative;
    top: 10px;
    left: -98px;
    margin-top: 45px;
}
.itemList__item03 .item__photo,
.itemList__item04 .item__photo{
    margin-top: 30px;
}
@media ( min-width : 768px ) {
    .itemList__item02 .item__photo{
        margin-top: 84px;
    }	
} 