@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 14px;
}
img {
    width: 100%;
    vertical-align: bottom;
}
a {
    color: #ccc;
}
.sp_br {
    display: block;
}
h1,h2,h3,h4,p,a,li,dd,dt {
    font-family: 'Noto Sans JP', sans-serif; 
    color: #333;    
}

/*ページトップへ戻る*/
#js-pagetop {
    position: fixed;
    width: 30px;
    bottom: 50px;
    right: 25px;
    cursor: pointer;
    z-index: 10000;
}
 

/*============coming soon!============*/

.kari {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px 3px;
    border:solid 1px #fff;
}
.kari_bg {
    background: #000;
}
.kari_bg > img {
    opacity: .6;
}
/*============infomation============*/
#infomation {
    position: relative;
    top: 46px;
    z-index: 98;
}

.info {
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    box-sizing: border-box;
    height: calc(3em + 20px);
    padding: 10px;
    overflow-y: scroll;
    background: #000; 
}

.info dd,
.info dt {
    box-sizing: border-box;
    width: 100%;
    padding-bottom: .5em;
    padding-left: .5em;
    font-size: 0.8em; 

}

.info dt {
    font-style: normal;
    font-weight: initial
}



.info dt:first-of-type {
    padding-top: .5em;
}

.info dt time {
    margin-right: .5em;
}

.info dt span {
    box-sizing: border-box;
    display: inline-block;
    width: 7em;
    margin-right: 1em;
    padding: 0 .5em;
    border: solid 1px #fff;
    border-radius: 20px;
    color: #fff;
    font-size: .8em;
    line-height: 1.75;
    text-align: center;
}

.info time,.info dd a {
    color: #fff;
	line-height: 1.2rem;
}

.info dd {
    margin-left: 0;
    margin-bottom: .5em;
/*    border-bottom: 1px dotted #ccc;*/
    color: #fff;
}
@media screen and (max-width:420px)  {
    .info {
        height: calc(3em + 20px);
    }
 
}
@media (min-width:768px) {

  .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
  }    
  .info dt {
    width: 12.5em;
    margin-bottom: .5em;
/*    border-bottom: 1px dotted #ccc;  */
  }      
  .info dd {
    width: calc(100% - 12.5em)
  }
  .info dd:first-of-type {
    padding-top: .5em;

  }
}

.info dd:nth-of-type(-n+3) {
  position: relative;
}




/*============lilnk_area============*/
#lilnk_area,footer,#aboutus {
    position: relative;
    top: 46px;
    z-index: 98;
}

#lilnk_area {
	border-top: solid 5px #000;
    display: flex;
    flex-wrap: wrap;   
}

#lilnk_area > a {
    width: calc(100% / 2);
    box-sizing: border-box;   
    border-right: solid .5px #1c100c;  
    border-left: solid .5px #1c100c;  
}
.link_pct {
    position: relative;
    text-align: center;
}

.link_pct > h2 {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
    color: #fff;
    font-size: 1.3em;
    line-height: 1.5em;
    text-shadow: 0 0 20px #000;        
}

.link_pct > h2 > .link_title {
    display: inline-block;
    padding: 5px 10px;
    border-bottom: solid 2px #fff;
}
.link_pct > h2 > .small {
    font-size: 0.9em;
}

.link_pct > p {
    width: 100%;
    min-height: 150px;
    overflow: hidden;     
}
.link_pct p img:hover {
    transform: scale(1.3,1.3);   
    transition: 1s all ease;    
}
.link_btn > p {
    padding: 10px 15px;
    font-size: 0.8em;
    line-height: 2em;  
}

/*============footer============*/
.footer_logo {
	padding: 80px 0;
}

.footer_logo,#about {
    background: #d6d3ce;
    text-align: center;
}
.footer_logo > a img {
    width: 50%;
    margin: 20px auto 0;
    min-width: 280px;
	max-width: 500px;
}
.sns {	
	margin: 5% 0 3%;
	display: flex;
	justify-content: center;
}
.sns > div {
    padding: 10px;	
}
.sns_icon {
    display: flex;
    justify-content: center;
}
.sns_icon:hover {
	opacity: .6;
}
.sns_icon > a > img {
    width: 60%;
    max-width: 80px;
    margin: 10px 0;
}
#inst {
	padding-bottom: 50px;
}
.instagram-media {
	margin: 0 auto;
}

.event_btn a {
	display: inline-block;
	font-size: 0.8rem;
	margin: 20px;
	padding: 4px 10px;
	border: solid 1px #000;
	border-radius: 20px;
	background: #000;
	color: #fff;
}
#about  {
    padding: 10% 0 ;
    height: 300px;
    background: #000;
    padding: 20px 10px;
    position: relative;
}
#about > div {
    min-width: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
    text-align: left;
}
#about > div > h2 {
    font-size: 1.2em;
    margin-bottom: 20px;
}
#about > div > h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
	color: #fff;
}
#about > div > h2, #about > div > ul {
    color: #fff;    
    text-align: left;
}
#about > div > ul > li,#about > div > ul > li a {
    font-size: 0.9em;
    line-height: 2em;
    color: #fff;
}
#about > div > ul > li:hover,#about > div > ul > li a:hover,#about > div > h2 a:hover {
	opacity: .7;
}
#about > div > h2 a {
	color: #fff;
}
@media screen and (min-width:768px)  {
    html {
        font-size: 16px;
    }
    .sp_br {
        display: none;
    }    
    #slider_area,#infomation,#lilnk_area,footer {
        width: calc(100% - 100px);
        position: relative;
        top: 0;
        left: 100px;
        z-index: 100;
    }
	
	.info {
		height: calc(1.8em + 20px);
	}	  
    .link_pct > h2 {
        font-size: 1.4em;
        line-height: 1.5em;
        text-shadow: 0 0 10px #000;        
    } 
	.link_btn {
		display: flex;
		align-items: center;
	}
	.link_pct {
		width: 40%;
	}
	.link_btn > p {
		width: 60%;
	}


}

/*============営業時間のお知らせ============*/
.opening_hours {
	max-width: 360px;
	margin: 20px auto;	
}
.opening_hours li {
	padding: 10px 15px;
    font-size: 0.8em;
    line-height: 1em;	
	text-align: left;
}
.opening_hours > li > span:first-of-type::after {
	content: "＞";
	display: inline-block;
	width: 1em;
	height: 1em;
	font-size: 0.5rem;
	margin: 0 5px 0 3px;
	color: #000;
	vertical-align: top;	
}

/*============スクロールアニメーション============*/
.fade-in {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


/*.modal*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.7);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
	margin: 50px 0 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100vh;
    text-align: center;
}
.js-modal-close {
    text-align: center;
}
.fa-times-circle {
    margin: 10px;
    line-height: 1;  
    font-size: 3em;
    color: #999;    
}
	

@media screen and (min-width:481px) {

    .modal__content{      
        max-width: 600px;
    }  
	
    
}
