@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-image: url("../img/bk.jpg");
    background-size:cover;
	color: rgba(51,51,51,1.00);
    font-family:Arial, Helvetica, "sans-serif";
    font-weight: bold;
	font-size: 15px;
	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.25;
    color:rgba(51,51,51,1.00);
    text-decoration:none;
    transition: .2s ease-in-out;
}
a:link {
    color:rgba(51,51,51,1.00);
    text-decoration:none;
    transition: .2s ease-in-out;
    border-bottom: 0px solid rgba(51,51,51,1.00);
}
a:visited {
    color:rgba(51,51,51,1.00);
}
a:hover { 
    color:rgba(0,0,0,1.00);
    border-bottom: 1px solid rgba(0,0,0,1.00); 
}
a:active { 
    color:rgba(51,51,51,1.00);
}
a img { 
    opacity:1.0;
    transition: .3s ease-in-out;
}
a img:hover { 
    opacity: .7 !important;
}


/* ==================================================
    PC/SP 表示切り替え
================================================== */
.sp_only { display:inherit }
.pc_only { display:none }
.common-w {
    width:88%;
    margin: 0 auto;
}
@media screen and (min-width:1024px){
    .sp_only { display:none }
    .pc_only { display:block }
    .common-w {
        /*width:90%;*/
        /*max-width: 1280px*/
    }
}


/* ==================================================
   header
================================================== */
header {}
.top {
    width:100%;
    height: auto;
}
.top .top_sp {
    min-height: 95vh;
    background-image: url("../img/top_sp.jpg");
    background-position: center;
    background-size: cover;
    margin-bottom: 10vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.top .top_sp img {
    margin: 0em auto 2em;
    width: 80%;
}
@media screen and (min-width:1024px){
    .top {
        margin-bottom:10em;
    }
    .top .pc_only {
        position: relative;
    }
    .top .pc_only .top_pc {
        position: absolute;
        left: 0;
        top:0;
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;;
        justify-content: center;
    }
    .top .pc_only .top_pc img {
        width: 70%;
        
    }
}

/* ==================================================
   section / gallery
================================================== */
section.gallery ul {}
section.gallery li {
    margin-bottom: 6em;
}
section.gallery li .gallery-img {
    margin-bottom: 5em
}
section.gallery li .gallery-img img {
    margin-bottom: 1.75em;
}
section.gallery .credit-item {
    line-height: 1.8;
}
section.gallery li#gallery-03 {
    align-items:flex-start;
}

@media screen and (min-width:1024px){
    section.gallery li {
        display:flex;
        flex-wrap: wrap;
        align-items:center;
        justify-content: space-between;
    }
    section.gallery li {
        justify-content:center;
        margin-top: 10em;
    }
    section.gallery li .gallery-img {
        width: 45%;
        margin: 0 1em 5em;
    }
    section.gallery li#gallery-03 .gallery-img {
    width: 40%;
    }
    section.gallery li#gallery-04 {
    margin-top: 0em;
    }
    section.gallery li#gallery-01 .gallery-img:nth-child(1) {
        width: 35%;
        margin: 0em 5em 0 0 ;
        
    }
    section.gallery li#gallery-01 .gallery-img:nth-child(2) {
        width: 55%;
        margin: 0em 0em 0 0 ;
        
    }
    section.gallery li#gallery-02 .gallery-img:nth-child(2) {
        width: 35%;
        margin: 1.5em 0em 0 0 ;
        
    }
    section.gallery li#gallery-02 .gallery-img:nth-child(1) {
        width: 55%;
        margin: 0em 5em 0 0 ;
        
    }
    section.gallery li#gallery-04 .gallery-img:nth-child(2) {
        width: 35%;
        margin: 1.5em 0em 0 0 ;
        
    }
    section.gallery li#gallery-04 .gallery-img:nth-child(1) {
        width: 55%;
        margin: 0em 5em 0 0 ;
        
    }
}


/* ==================================================
   section / credit
================================================== */
section.credit .credit-logo {
     margin-bottom: 5em;
}
section.credit .credit-logo .img {
    width: 70%;
    margin:0 auto 3em;
}
section.credit .credit-logo .lg {
    width: 45%;
    margin:0 auto;
}
section.credit .credit-staff {
    margin:0 auto 6em;
    line-height: 2.2;
    font-size: 14px;
}
@media screen and (min-width:1024px){
    section.credit .credit-logo .img {
        width: 40%
    }
    section.credit .credit-logo .lg {
        width:20%;
    }
}

/* ==================================================
   section / share-button
================================================== */
section.share-button ul {
    display: flex;
    justify-content:center;
    margin-bottom: 5em;
}
section.share-button ul li a {
    margin: 0 0.25em;
    display: flex;
    align-items:center;
    justify-content: center;
    border-radius: 50%;
    border:#666 1px solid;
    line-height:1;
    width: 2.25em;
    height: 2.25em;
    background-color: transparent!important;
    text-decoration: none;
    transition: 0.3s;
}
section.share-button ul li
section.share-button ul li a,
section.share-button ul li i {
    color:#666;
    transition: 0.3s;
}
section.share-button .fab,
section.share-button .fa {
    text-align: center;
    font-size: 1.1em;
}
section.share-button ul li a:hover {
    border:#fff 1px solid;
}
section.share-button ul li a:hover i {
    color: #fff;
}
@media screen and (min-width:1024px){
    section.share-button ul li a {
        font-size:17px !important;
        width: 2.5em;
        height: 2.5em;
    }
}    


/* ==================================================
   footer - store_address
================================================== */
footer {
    background-color:rgba(49,56,82,1.00);
    mix-blend-mode: multiply;
    color: #fff;
}
footer .store>div {
    padding: 5em 0;
}
footer .store h4 {
    font-size: 1.35em;
    margin-bottom: 0.5em;
}
footer .store p {
    font-size:0.85em;
}
footer .store .store-list {
    margin: 3em 0;
}
footer .store .store-list li {
    margin-bottom:1.5em;
}
footer .store .store-list h5 {}
footer .store .store-list a {
    margin-left: .75em;
}
footer .copyright {}
footer .copyright h6 {    
    line-height: 1;
    font-family:helvetica;
    font-size: 12px;
    padding: 0 0 5em;
}
footer .store .store-list a { 
    color:#FFF;
    text-decoration:none;
    transition: .2s ease-in-out;
}
footer .store .store-list a:link {
    color:#FFF;
    text-decoration:none;
    transition: .2s ease-in-out;
    border-bottom: 0px solid #FFF;
}
footer .store .store-list a:visited {
    color:#FFF;
}
footer .store .store-list a:hover { 
    color:#8F8E8E;
    border-bottom: 1px solid #8F8E8E; 
}
footer .store .store-list a:active { 
    color:#FFF;
}


/* ==================================================
    SCROLL UP
================================================== */
.scroll-up {
    width: 3em;
    height: 3em;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(0,0,0,0.1);
    transition: 0.3s;
    overflow: hidden;
    position: fixed;
    z-index:100;
	right: 1.25em; 
	top:  1.25em;
    opacity: 0;
    }
.scroll-up:hover {
    border: 1px solid rgba(255,255,255,0.3);
    background-color:rgba(255,255,255,0.3);
    opacity: 0.5;
}
.scroll-up a {
    width:100%;
    height: 100%;
	background-color:rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    }
.scroll-up a:after {
    content:"";
    display:block;
    transform: rotate(45deg);
    width: 1em;
    height: 1em;
    margin-top: .5em;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}