@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　index
 */

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
ul,ol,li,dl,dt,dd{list-style-type:none;list-style-position:outside;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
img{vertical-align:top;border:0;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select{vertical-align:middle;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/

html{
	overflow-y:scroll;
	font-size:62.5%;
}


/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/

body{
	color:#333;
	background:#FFF;
	font-family:"Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",Meiryo ,"ＭＳ Ｐゴシック" ,"MS P Gothic" ,sans-serif;	
	font-size:1.4rem;
	line-height:1.8;	
}

/* fonts */
.serif{
  font-family:"Noto Serif JP","YuMincho","Yu Mincho","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.baloo{
  font-family: 'Baloo Chettan 2', cursive; 
}

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/

a{
	outline:none;
}
a:link,
a:visited{
	text-decoration:none;
	color:#333;
}

.ophover{
	transition:opacity ease .3s;	
}
.ophover:hover{
	opacity: .7;
}


/*--------------------------------------------------------------------------
   img
---------------------------------------------------------------------------*/
img{
	max-width:100%;
	height: auto;	
}

/*--------------------------------------------------------------------------
   Animation
---------------------------------------------------------------------------*/

.fade,.fade01,.fade02,.fade03,.fade04,
.delay01,.delay02,.delay03,.delay04,.delay05 {
	transition: 1s;
}
.fade {
	opacity: 0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
.fade01{
	opacity: 0;
	transform: translate(0,100px); 
	-webkit-transform: translate(0,100px);	
}
 .fade02 {
	opacity: 0;
	transform: translate(0,-100px); 
	-webkit-transform: translate(0,-100px);
}
.fade03 {
	opacity: 0;
	transform: translate(-100px,0); 
	-webkit-transform: translate(-100px,0);	
}
.fade04 {
	opacity: 0;
	transform: translate(100px,0); 
	-webkit-transform: translate(100px,0);	
}
.delay01{
	transition-delay:0.3s;		
}
.delay02{
	transition-delay:0.6s;		
}
.delay03{
	transition-delay:0.9s;		
}
.delay04{
	transition-delay:1.2s;		
}
.delay05{
	transition-delay:1.5s;		
}

 .mv {
	opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}



/*--------------------------------------------------------------------------
   PC
---------------------------------------------------------------------------*/
.sp{
	display:none;	
}



/* box-sizing
-----------------------------------------------------------------*/
header, footer, section, div, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, th, td, a, span {
	box-sizing: border-box;
}



/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
	content:"";
	display:table;
}
.cf:after{
	clear:both;
}
.cf{
	zoom:1;
}






/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
#Page{
	overflow:hidden;	
}
.inner{
	max-width:830px;
	padding:0 15px;
	margin:0 auto;
}

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
  padding-top: 50px;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
h2{
  margin-bottom: 40px;
  text-align:center; 
  line-height:1.1;
  font-size: 3rem;
  color:#0C4CA0; 
}
/* shop
-----------------------------------------------------------------*/
.shop{
  padding: 50px 0; 
}
.shop-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;  
}
.shop-list li{
  max-width:240px;
  width: calc((100% - 30px)/3);  
}
.shop-list li:nth-child(n+4){
  margin-top: 40px; 
}
.shop .comingsoon{
  padding-top: 35px;
  text-align:center;
  font-size:3rem;
  line-height:1.1;
  letter-spacing:2px;
  color:#0C4CA0;  
}
.shop .comingsoon strong{
  display:inline-block;
  padding: 10px 30px;
  border:5px solid #FEF102;
  background: #FFF;  
}
.shop .comingsoon span{
  display: block;
  margin-top: 10px;
  font-size:1.6rem;
}

/* instagram
-----------------------------------------------------------------*/
.instagram{
  padding: 20px 0 80px;
}
.insta-list{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  
}
.insta-list li{
  width:calc((100% - 30px)/3)  
}
.insta-list li:nth-child(n+4){
  margin-top: 30px;  
}


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
  padding: 50px 0;
  background:#FEF102;	
}
#Footer .inner{
  position: relative;  
}
#Footer .logo{
  float: left;
  margin-right: 40px;  
}
#Footer .txt-area{
  float: left;
  margin-right: 50px;
  color:#0C4C9D;  
}
#Footer .txt-area .name{
  font-size:2.2rem;  
  font-weight:500;
}
#Footer .txt-area .name small{
  display: inline-block;
  font-size: 1.7rem;
  margin-right: 10px;  
}
#Footer .util-nav{
  padding-top: 35px;
  line-height:1.6;
}
#Footer .util-nav a{
  color:#0C4C9D;
  transition: .3s;
  font-size: 1.4rem;
}
#Footer .util-nav a::before{
  content: "-";
  padding-right: 5px;
  font-size: 1.8rem;  
}
#Footer .btn{
  position: absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
}


/*--------------------------------------------------------------------------
   Modal
---------------------------------------------------------------------------*/
.shop-detail{
  display:none;  
}
.shop-modal{
  max-width:800px;
  width: 100%;
  padding: 90px;
  background:url(../images/bg_modal01.png) no-repeat right top, url(../images/bg_modal01.png) no-repeat left bottom;  
}
.shop-box{
  padding: 30px;
  border:10px solid #FEF102;
  background:#FFF; 
  color: #0C4C9D; 
}
.shop-box h3{
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom:1px solid #0C4C9D;
  font-size: 2rem;
  line-height:1.2;
}
.shop-box .info{
  position: relative;  
}
.shop-box .pic{
  position: absolute;
  right:0;
  top:0;
  width: 120px;  
}
.shop-box dl{
  margin-bottom: 15px;
}
.shop-box dt{
  clear:both;
  float: left;
  width: 7em;
  font-size: 1.6rem;
  font-family: 'Baloo Chettan 2', cursive; 
  font-weight:bold;
}
.shop-box dd{
  margin-bottom: 15px;
  padding-left: 8em;
  font-size: 1.6rem;
  line-height:1.5;
}
.shop-box .googlemap{
  position: relative;
  width: 100%;
  height: 300px;  
}
.shop-box .googlemap iframe{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;  
}
.shop-box .tel-num{
	pointer-events: none;
}



/*--------------------------------------------------------------------------
   privacy policy
---------------------------------------------------------------------------*/
.privacy{
  padding: 50px 0;   
}
.privacy h2{
  font-family: 'Kosugi Maru', sans-serif;  
  font-weight: bold;
  letter-spacing: 0.1em;
}
.privacy .txt{
  margin-bottom: 40px;
  font-size: 1.6rem;
  text-align:center;  
}

.privacy dl{
  font-size: 1.6rem;  
}
.privacy dt{
  font-weight: bold;  
}
.privacy dd{
    margin-bottom: 20px;
}
.privacy dd >ul{
  margin: 0;  
}
.privacy ul{
  margin: 10px 0;  
}
.privacy ul ul{
  padding-left: 1.5em;  
}


/*--------------------------------------------------------------------------
   outline
---------------------------------------------------------------------------*/
.outline{
  padding: 50px 0;   
}
.outline h2{
  font-family: 'Kosugi Maru', sans-serif;  
  font-weight: bold;
  letter-spacing: 0.2em;
}

.outline dl{
  border-top: 1px solid #CCC;
  font-size: 1.6rem;  
}
.outline dl > div{
  display: flex;
   padding: 15px 0;
   border-bottom: 1px solid #CCC; 
}
.outline dl dt{
  position: relative;
  flex-shrink:0;
  width: 6em;
  margin-right: 3em;
}
.outline dl dt::after{
  position: absolute;
  right: 0;
  top: 0.5em;
  display: block;
  content: "";
  width: 1px;
  height: 1em;
  background: #CCC;  
}
.outline dl dd{
  transform: translateY(-0.1em);  
}





/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	
	body{
	
	}
	#Page {
		min-width:320px;	
	}
	#Page img{
		width:100%;
		height:auto;
	}
	.pc{
		display:none;	
	}
	.sp{
		display:block;	
	}
	br.sp{
		display:inline;
	}


/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
	.inner{
		max-width:initial;	
	}


/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
  #Header{
    padding: 20px 10px;
  }
  #Header .inner{
    padding: 0;  
  }
  #Header img{
    opacity:1;  
  }

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
  h2{
    margin-bottom: 20px; 
    font-size: 3rem;
  }
/* shop
-----------------------------------------------------------------*/
  .shop{
    padding: 0 0 20px; 
  }
  .shop-list li{
    max-width:none;
    width: calc(50% - 5px);  
  }
  .shop-list li:nth-child(n+3){
    margin-top: 20px; 
  }
  .shop .comingsoon{
    padding-top: 20px;
    font-size:2rem;
    letter-spacing:1px; 
  }
  .shop .comingsoon span{
    margi n-top: 5px;
    font-size:1.3rem;
  }
  

/* instagram
-----------------------------------------------------------------*/
  .instagram{
    padding: 20px 0 50px;
  }
  .insta-list li{
    max-width:initial;
    width:calc(50% - 10px)  
  }
  .insta-list li:nth-child(n+3){
    margin-top: 20px;  
  }
  

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
  #Footer{
    padding: 30px 0;
  }
  #Footer .inner{
    position: relative;  
  }
  #Footer .logo{
    float: left;
    width: 40%;
  }
  #Footer .txt-area{
    float: left;
    margin-right: 5px;
    color:#0C4C9D;  
  }
  #Footer .txt-area .name{
    font-size:1.9rem;
  }
  #Footer .txt-area .name small{
    font-size: 1.6rem;
    margin-right: 8px;  
  }
  #Footer .txt-area .name img{
    width: auto;
    height: 44px;  
  }
  #Footer .txt-area .address{
    font-size: 1.3rem;
    line-height:1.5; 
  }
  #Footer .util-nav{
    clear:both;
    padding-top: 20px;
    text-align:center; 
  }
  #Footer .util-nav li a::before{
    display:none; 
  }
  #Footer .btn{
    clear:both;
    position: static;
    transform:none;
    padding-top: 30px;
    text-align:center;
  }
  #Footer .btn img{
    width: auto;
    height: 45px; 
  }


/*--------------------------------------------------------------------------
   Modal
---------------------------------------------------------------------------*/
  .shop-modal{
    max-width:800px;
    width: 100%;
    padding: 30px;
    background:url(../images/bg_modal01.png) no-repeat right top, url(../images/bg_modal02.png) no-repeat left bottom;
    background-size:220px auto, 220px auto;  
  }
  .shop-box{
    padding: 20px;
    border:5px solid #FEF102;
  }
  .shop-box .pic{
    width: 90px; 
  }
  .shop-box h3{
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .shop-box dl{
    margin-bottom: 10px;
  }
  .shop-box dt{
    float:none;
    width: 100%;
    font-size: 1.4rem;
  }
  .shop-box dd{
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 1.4rem;
  }
  .shop-box .googlemap{
    height: 250px;  
  }
	.shop-box .tel-num{
		pointer-events: auto;
	}



/*--------------------------------------------------------------------------
   privacy policy
---------------------------------------------------------------------------*/
  .privacy{
    padding: 30px 0;   
  }
  .privacy h2{
    font-size: 2.4rem; 
  }
  .privacy .txt{
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align:left;
  }
  
  .privacy dl{
    font-size: 1.3rem;  
  }
  .privacy dd{
      margin-bottom: 15px;
  }
  .privacy ul{
    margin: 15px 0;  
  }



/*--------------------------------------------------------------------------
   outline
---------------------------------------------------------------------------*/
  .outline{
    padding: 30px 0;   
  }
  .outline h2{
    font-size: 2.4rem; 
  }
  .outline dl{
    font-size: 1.3rem;  
  }
  .outline dl > div{
     padding: 10px 0;
  }
  .outline dl dt{   
    width: 5em;
    margin-right: 1em;
  }
  .outline dl dd{
    transform: translateY(-0.1em);  
  }



}

