/* header */
header{
    padding:1em 0;;
}
header h1{
    margin:0 auto;
    max-width:15.6em;
}
header h1 a{
    text-decoration:none;
    cursor:pointer;
    color:#0085BD;
}
/* end header */
/* slider 1 */
.slider .slide_now{
    position:relative;
}
.slider .slide_now img{
    width:100%;
}
.slider .slide_now p{
    width:100%;
    background-color:rgba(51,51,51,0.5);
    box-sizing:border-box;
    color:#ffffff;
    padding:0.625em;
    position:absolute;
    bottom:0;
    text-align:right;
}
.slider .slide_now:not(.slick-center) {
	opacity:0.2;
	transition:0.2s linear;
}
.slider .slide_now:not(.slick-center) p {
	background-color:transparent;
	color:transparent;
}
/* image popup */
.test_slide{
    display:none;
}
.image_popup{
    overflow:visible;
    width:720px;
    height:auto;
    position:relative;
    margin:0 auto;
    display:none;
    z-index:1000;
    /* bottom:400px; */
}
.image_popup_now{
    padding:10px;
    width:100%;
    height:auto;
    position:absolute;
    padding:15px;
    transform:translate(0,-55%);
    /* margin:0 auto; */
    /* top:-950px; */
}
.image_popup img{
    width:100%;
    height:auto;
    border:20px solid #ffffff;
    box-sizing:border-box;
    object-fit:cover;
    /* top:0; */
}
.image_popup .close_image{
    position:absolute;
    top:-10px;
    right:0px;
    font-size:36px;
    cursor:pointer;
    z-index:8040;
}
.image_popup .slick-prev{
    left:0;
    background-image:url('../image/top/prev.png');
}
.image_popup .slick-next{
    right:0;
    background-image:url('../image/top/next.png');
}
.nav_overlay{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color:rgba(51,51,51,0.7);
    z-index:1;
    display:none;
}
/* end image popup  */
/* end slider */
/* concept  */
.concept{
    padding:1.875em 0;
}
.concept h2{
    font-family:'Kaushan Script', cursive;
    font-size:2.5em;
    margin-bottom:0.5em;
    text-align:center;
}
.concept p{
    margin-bottom:0.625em;
    text-align:center;
}
/* end concept */
/* gallery */
.gallery{
    background-color:#ffffff;
    padding:1.875em;
}
.gallery h2{
    font-family:'Kaushan Script', cursive;
	font-size:2.5em;
	margin-bottom:0.5em;
	text-align:center;
}
.gallery_container{
    width:100%;
    position:relative;
}
.gallery_container_block{
    width:90%;
    margin:0 auto;
}
.gallery_container .slick-prev,
.gallery_container .slick-next{
    top:50%;
    width:30px;
	height:30px;
	cursor:pointer;
	font-size:0%;
	position:absolute;
	text-indent:-9999px;
    z-index:1;
}
.gallery_container .slick-prev{
    background-image:url('../image/top/prev.png') !important;
    left:0;
}
.gallery_container .slick-next{
    background-image:url('../image/top/next.png') !important;
    right:0;
}
.gallery_element a span{
    display:block;
    overflow:hidden;
}
.gallery_element{
    padding:10px;
}
.gallery_element a{
    border:solid 1px #cccccc;
	margin-bottom:0.3125em;
	position:relative;
	transition:0.2s linear;
    display:block;
}
.gallery_element a span img{
    width:100%;
    position:relative;
	transition:0.2s linear;
	z-index:3;
    padding-right:10px;
}
.gallery_element a span img:hover{
    transform:scale(1.1);
}
.gallery_element p{
    font-size:0.8125em;
}
/* end gallery */
/* shop_list */
.shop_list{
    padding:1.875em 0;
}
.shop_list h2{
    font-family:'Kaushan Script', cursive;
    font-size:2.5em;
    margin-bottom:0.5em;
    text-align:center
}
.shop_list_container{
    display:flex;
    justify-content:center;
    max-width:62.5em;
    margin:0 auto;
}
.shop_list_marina{
    margin-right:3%;
}
.shop_list_marina,
.shop_list_kurume{
    position:relative;
    width:48.5%;
    height:auto;
    border:solid 1px #cccccc;
    box-sizing:border-box;
    transition:0.2s linear;
}


.shop_list_marina::before,
.shop_list_kurume::before{
    width:0;
    height:0;
    border:solid 1px transparent;
    content:'';
    position:absolute;
    z-index:2;
    right:0;
    bottom:0;
    box-sizing:border-box;
}
.shop_list_marina::after,
.shop_list_kurume::after{
    width:0;
    height:0;
    border:solid 1px transparent;
    content:'';
    position:absolute;
    z-index:2;
    box-sizing:border-box;
    left:0;
    top:0;
}
.shop_list_marina:hover::before{
    height:100%;
    width:100%;
    border:1px solid #4C6897;
    border-left:none;
    border-bottom:none;
    transition:height 0.5s linear,
                width 0.5s linear 0.5s;
}
.shop_list_kurume:hover::before{
    height:100%;
    width:100%;
    border:1px solid #008C00;
    border-left:none;
    border-bottom:none;
    transition:height 0.5s linear,
                width 0.5s linear 0.5s;
}
.shop_list_marina:hover::after{
    height:100%;
    width:100%;
    border:1px solid #4C6897;
    border-right:none ;
    border-top:none;
    transition:height 0.5s linear,
                width 0.5s linear 0.5s;
}
.shop_list_kurume:hover::after{
    height:100%;
    width:100%;
    border:1px solid #008C00;
    border-right:none ;
    border-top:none;
    transition:height 0.5s linear,
                width 0.5s linear 0.5s;
}

.shop_list_marina a,
.shop_list_kurume a{
    position:relative;
    text-decoration:none;
    color:#000000;
    z-index:10;
}
.shop_list_marina a span,
.shop_list_kurume a span{
    display:block;
    overflow:hidden;
    transition:0.5s;
}
.shop_list_marina a span img,
.shop_list_kurume a span img{
    transition:0.2s linear;
}
.shop_list_marina:hover a span img,
.shop_list_kurume:hover a span img{
    transform:scale(1.1);
}
.shop_list_marina a::after,
.shop_list_kurume a::after{
    width:0;
    height:0;
    border:solid 1px transparent;
    content:'';
    position:absolute;
    z-index:2;
    bottom:-1px;
    right:-1px;
}
.shop_list_marina p:first-child,
.shop_list_kurume p:first-child{
    transition:0.2s linear;
    text-align:center;
    padding:5px;
}
.shop_list_marina p span:first-child,
.shop_list_kurume p span:first-child{
    border-bottom:solid 1px #cccccc;
    max-width:120px;
    margin:0 auto 5px;
}
.shop_list_marina:hover p span:first-child{
    border-bottom:solid 1px #4C6897;
}
.shop_list_kurume:hover p span:first-child{
    border-bottom:solid 1px #008C00;
}
.shop_list_marina p:last-child,
.shop_list_kurume p:last-child{
    font-size:0.75em;
    margin-bottom:0;
    margin-top:0.3125em;
    padding:0 0.416em;
    overflow:hidden;
}
.shop_list_marina img,
.shop_list_kurume img{
    max-width:100%;
}
/* end shop_list */
/* footer */
footer{
    padding:0.9375em 0;
}
footer p{
    font-family:'Kaushan Script', cursive;
    font-size:0.75em;
    text-align:center;
}
/* end footer */
@media (min-width:750px){
    .shop_telephone{
        display:none;
    }
}
.fancybox__content{
    padding:15px;
}
.fancybox__content .fancybox__image{
    width:600px;
    /* height:auto !important; */
    border:15px solid #ffffff;
    padding:0;
    background-color:#ffffff;
}
.fancybox__content .carousel__button{
    background:#000000;
    border:2px solid #ffffff;
    top:-13px !important;;
    right:-13px !important;
    width:25px;
    height:25px;
    box-shadow:#000000;
}
.fancybox__nav .carousel__button{
    background:#000000;
    border:2px solid #ffffff;
    width:25px;
    height:25px;
}
/* .fancybox-nav span {
    background: 0 none !important;
    color: #fff;
    font-weight: bold
} */