@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;600&family=Roboto:wght@100;300;400;700&family=Taviraj:ital,wght@1,100;1,200;1,300&display=swap');

/* CSS Document */
/* ==================================================
    BASE (RESET)FONT
================================================== */
html { font-size: 90%;}
body {
    background-color:rgba(19,19,19,1.00);
	color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
	font-size: 14px;
	font-feature-settings: "palt" 1;
	line-height: 190%;
	text-align: center;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased; /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility; /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale; /* Firefoxサポート */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* iPhoneの文字サイズバグの回避 */
    overflow-x: hidden;
}
img {
    display: block;
    width: 100%;
}

/* ==================================================
    LINK
================================================== */
a { line-height: 1.2; text-decoration:underline; }
a:link { color: #FFF;  text-decoration:underline; transition: .2s ease-in-out; }
a:visited { color: #FFF; }
a:hover { color: #6D6D6D; text-decoration:underline;}
a:active { color: #FFF; }
a img { opacity:1.0; transition: .2s ease-in-out;}
a img:hover { opacity: .7 !important; }

/* ==================================================
    PC/SP 表示切り替え
================================================== */
.sp_only { display:inherit }
.pc_only { display:none }

/* ==================================================
    OTHERS
================================================== */
.clearfix::before,
.clearfix::after { display: table; content: ''; }
.clearfix::after { clear: both; }

/* ==================================================
    COMMON
================================================== */
.common_w {
    width:88%;
    margin: 0 auto;
}
.credit .all_credit {
    font-family: 'Taviraj', serif;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    font-optical-sizing: auto;
    font-size:12px;
    color:#FFF;
    line-height:1.8;
}
.credit span {
    display: inline-block;
    width: 1.05em;
    height:1em;
    line-height: 1;
    position: relative;
}
.credit span.left:before {
    content: "‹";
    left:40%;
}
.credit span.right:before {
    content: "›";
    right:40%;
}
.credit span.left:before,
.credit span.right:before { 
    font-weight:100;
    font-size: 1.85em;
    display: inline-block;
    position:absolute;
    bottom:-0.275em;
}

/* ==================================================
   header
================================================== */
header {
	padding-top: 0%;
	padding-bottom:3%;
	background-color: rgba(19,19,19,1.00);
}
.top {
    width:100%;
    margin:0 auto;
}
.top .top_img {
    width:100%;
    height: auto;
}
.top .lg {
    width: 50%;
    margin: 3em auto 5em;
}

/* ==================================================
   section - gallery
================================================== */

.gallery ul {
    padding-top:5%;
}
.gallery li {
    margin-bottom:20%;
}
.gallery #img05 {
    margin-bottom:10%;
}
.gallery li img {
    margin-bottom:8%
}
.gallery li .image-40 {
    margin: 10% auto;
}
.gallery li .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.gallery li .flex .image-sub {
    width: 49%;
}
.gallery li .flex .image-sub.top {
    order: 2;
}
.gallery li .flex .image-sub.bottom {
    margin:10em 0 0;
    order: 1;
}

.gallery li#img07 .flex .image-sub.top,
.gallery li#img08 .flex .image-sub.top{
    order: 1;
}
.gallery li#img07 .flex .image-sub.bottom,
.gallery li#img08 .flex .image-sub.bottom {
    margin:10em 0 0;
    order: 2;
}



/* ==================================================
   section - staff-credit
================================================== */
.staff-credit {
    margin:0 auto 6em;
    line-height: 2.2;
    font-size: 0.75em;
}
.gallery li .credit img {
        width: 50%;
		margin:1.5em auto 2em;
	 }
.all_credit {
    width: 100%;
    font-family: 'Taviraj', serif;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    font-optical-sizing: auto;
    
}
.credit01 {
    margin:0 auto 0em;
    line-height: 1.8;
    font-size: 1.2em;
    
    
}
.credit02 {
    margin:0 auto 0em;
    line-height: 2.2;
    font-size: 1em;
    padding-bottom: 2em;
    
}

/* ==================================================
   footer - store_address
================================================== */
.store_address {
    margin: 4em auto 4em;
	padding-top: 3em;
}
.store_address,
.store_address h4,
.store_address h5 {
    text-align: center;
}
.store_address a {
    color:#6D6D6D;
}
.store_address h4 {
    font-size:1em;
}
.store_address h5 {
    font-size:1em;
    margin-bottom: .25em
}
.store_address > div {
    font-size:0.75em;
    margin-bottom: 1.5em;
    line-height: 1.75;
}
.store_address > div.excerpt {
    border-bottom: 1px solid #333;
	width: 90%;
    font-size:0.75em;
    padding-bottom:1.5em;
    margin: 0 auto 2em;
}
footer h6.copyright {
    text-align: center;
    font-size: 0.75em;
    line-height: 3em;
    padding-bottom: 5em;
}
footer h6.copyright span {
	font-size:1.125em;
	}

/* ==================================================
    SCROLL UP
================================================== */
.scroll-up {
    position: fixed;
    z-index:100;
	right: 1.25em; 
	top:  1.25em;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    }
.scroll-up a {
    width:30px;
	padding: 8px;
	line-height: 1;
	display: inline-block;
	color:#fff;
	background-color:rgba(0,0,0,0.2);
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;     
    }
.scroll-up a:hover{
	background-color:rgba(0,0,0,0.5);
    }

@media screen and (min-width:1024px){
    .sp_only { display:none }
    .pc_only { display:block }
    
    header {
    width: 100%;
	padding-top: 0%;
	padding-bottom:3%;
	background-color:rgba(19,19,19,1.00);        
        
}
    .top {
        width: 100%;
    }
    .top .lg {
    width: 30%;
    max-width: 400px;
    margin: 5em auto 1em;
}
    .common_w {
        width:90%;
        max-width: 1280px
    }
    .gallery li {
        display:flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12%
    }
    .gallery #img05 {
        display:flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 5%
    }
    .gallery li img {
        margin-bottom:0
     }
    .gallery li .image-50 {
        width: 48.5%
    }
    .gallery li .image-40 {
        width: 48.5%;
        margin: 0 auto;
    }
    .gallery li .image-30 {
        width: 32.5%;
        margin: 0 auto;
    }
    .gallery li .image-100 {
        width: 100%;
        margin: 0 auto;
    }
    .gallery li .credit {
        margin-top: 1.75em;
        margin-bottom: 1.75em;
    }
    .gallery li>.credit {
        width: 100%;
        margin-top: 1.75em;
        margin-bottom: 0;
    }
	.gallery li .credit img {
        width: 30%;
		margin:1.5em auto 2em;
	 }
    .gallery li .flex .image-sub.bottom {
        margin: 40% 0 0;
     }
    .gallery li#img08 .flex .image-sub.bottom {
        margin:0;
    }
    /*すきま*/
    .gallery ul li .box {
        height:6em;
        width: 100%;
    }
}






