@charset "utf-8";

body {font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;}

html{
	font-size: 62.5%;/*初期値10px設定*/
}
body{
	font-size: 1.6em;/*chorome対応注意！*/
	font-size: 1.6rem;
}
a{color:black;}
.spk a{font-size: 1.5em;  color: white;}

/*--------------------------
	共通の設定/スマホ
-------------------------- */
/*.sp_img{margin-bottom: 10%;}*/
/*PCイメージ打ち消し*/
.pc_img{display: none}

/*loader配置*/
.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
	z-index:1000;
	background-color:rgba(255,203,0,0.70);/*背景色設定*/
}

/*ハンバーガーicon設置*/
#toggle {
	display: block;
	text-align: center;
	/*width: 55px;*/
	height: 55px;
	position: fixed;
	top: 10px;
	right: 15px;
	z-index:1001;
	/*color: #fff;*/
	cursor: pointer;
	}

/*グローバルナビ*/
/*spのg_nav設定（open状態）*/
.toggleWrap {
	background-color: rgba(21,21,21,.7);
	padding: 50px 15px 10px 15px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.mainNav li {
	list-style-type: none;
}
.navItem {
	display: block;
	text-decoration: none;
	color: #f66;
	/*border-bottom: 1px solid #ffcb00;*/
	padding: 10px 0;
	text-align: center;
	font-size: 1.3rem;
}
.navItem:hover {
	border-bottom:solid 2px #FCFCFC;
	color: #ECA237;
	font-weight: bold;
}

/*spのg_nav設定（hidden状態）*/
		.hide {
			opacity: 0;
			visibility: hidden;
			overflow: hidden;
		}

		.animation {
			transition-property:visibility;
			transition-duration: .5s;
			transition-timing-function: ease-in;
		}
		.no-scroll {
			overflow: hidden;
		}



#top{position: relative}
.hinner { position:absolute; top:77%;  
	line-height: 25px;
	} 
.hinner p{padding: 8px 0px 0px 88px;
}



h2 {
	font-size: 2rem;
	text-align: center;
}

.me_flex{
	margin: 0 auto;
	width: 80%;
	display: flex;
	justify-content :space-around;
	flex-wrap: wrap;
}

.unit01 {width:48.8%;/*183/375*/
		margin-bottom: 16px;
	padding:4px;		
}



main .inner {
	padding:0 0 50px;
}

footer .sns{ 
	margin: 0 auto; 
	width: 20%; 
	margin-bottom: 1%;
	display : flex ;
	justify-content :space-around ;}
	
footer .copyr{
	font-size: 8px; 
	width: 330px;
	margin: 0 auto;
}

.gototop{
	text-align: right;
}





/*ーーーーーーー↓ニュースティッカー*/
div.title {
    margin: 15px 0px 3px 5px
}

#ul_news {
    display: none;
}
div.tick {
	margin: 10% 14% ;
    width: auto;
    height: 60px;
    line-height: 20px;
    text-align: left;
    border: solid 1px silver;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

div.tick a {
    position: absolute;
    margin-left: 10px;
    font-size: .8em;
    color: gray;
	height:10px;
  line-height:30px;
	
}


.newicon {/*position: absolute;
	top: 0%; left: 12%;*/
	
	font-family: 'Raleway', sans-serif;
    font-weight: bold;
    border: 1px solid #eca776;
    color: #fff;
    background: #eca776;
    border-radius: 4px;
    text-align: center;
    font-size: 10px;
    padding: 1px;
    width: 52px;
	/*line-height: .5em;*/
    margin-top: 5px;
}
#div_ticker3 a{text-decoration:none;}


/*ーーーーーーー↑ニュースティッカー*/








a.btn-radius-solid {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
	text-decoration: none;
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}



/*------------------------*/
.fixed-background {
  min-height: 40vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
	background-repeat: no-repeat;
}
 
.background-1 {
background-image: url("../img/new01.jpg");


}

#cafe{position: relative;
	margin-bottom: 25%;
	width: 100%;
	padding-left: 5%;
	margin-top: 10%;}

#cafe .cofe_icon{width: 10%;
position: absolute;
top: -8% ; left: 8%;}

#cafe h3{
	color: #fff; 
	position: absolute;
	top: 8% ; left: 23%;}

#cafe .box {
	font-size: 70%;
	max-width: 70%;
    position: absolute;
    top: 65%;
    left: 40%;
	border: solid .5px #000000;
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
	}
/*------------------------*/
/*.fixed-background {
  min-height: 30vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}*/
 
.background-2 {
  background-image: url("../img/cacao_main_wide.jpg")
}
#cacao{position: relative;
	margin-bottom: 25%;
	width: 100%;
	padding-right: 5%;
	margin-top: 10%;
	}
.caca_icon{width: 10%;
position: absolute;
top: -8% ; left: 8%;}

#cacao h3{
	color: #fff; 
	position: absolute;
	top: 60% ; left: 5%;}

#cacao .box {
	font-size: 70%;
	max-width: 70%;
    position: absolute;
    top: 70%;
    right: 30%;
	border: solid .5px #000000;
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
	}
/*------------------------*/
/*.fixed-background {
  min-height: 60vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}*/
 
.background-3 {
  background-image: url("../img/rost_wide.jpg")
}
#roaster{
	position: relative;
	margin-bottom: 25%;
	margin-top: 10%;
	}

.rost_icon{width: 10%;
position: absolute;
top: -8% ; left: 8%;}

#roaster  h3{
	color: #fff; 
	position: absolute;
	top: 60% ; right: 2%;}
	
#roaster .box {
	font-size: 70%;
	max-width: 70%;
    position: absolute;
    top: 70%;
    left: 40%;
	border: solid .5px #000000;
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
	}
/*------------------------*/


#interior .inner{
	display : flex ;
	}
#interior .inner p{
	width: 50%;
	height: auto;
	flex-shrink :1}
#interior{
	margin-bottom: 8%;
	position: relative;}
#interior .box {
	font-size: 70%;
	max-width: 70%;
    position: absolute;
    top: 65%;
    right: 30%;
	border: solid .5px #000000;
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
	}

h4, h5{
	width: 70%;
	text-align: center;
	margin: 0 auto;}



#shop_info .inner{
	background-image: url("../img/info.jpg");

	color: #fff;
	width: 100%;
	height: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

.spk{/*width: 500px;*/ margin: 7% auto 3%; }
.spk th,td {font-size: 12px; 
		font-weight:  normal;  
		/*width:  330px; */             /* 幅指定 */
    	height: 60px;               /* 高さ指定 */}
.spk th {padding-right: 20px;}

#blogo{
	position: absolute; 
	top: 80%; left: 45%;  
	width: 40px; 
	}

/*
--------------------------
	タブレット / iPad 768px(横)から1023pxまでの設定 /
-------------------------- */

/* 768px以上に適応するスタイル */
@media screen and (min-width: 768px) {

    body{
        font-size: 1.8rem;}
	
	.sp_img{display: none;}
	.pc_img{display: block;
	max-width: 1100px;
	margin: 0 auto;
	}
	
	
.pc_img{position: relative}
.hinner { position:absolute; top:80%; left: 18%;
	line-height: 25px;
	
	} 
.hinner p{padding: 8px 0px 0px 10px;}

div.tick {
	margin: 7% 13% ;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: left;
    border: solid 1px silver;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
	
	
	
/*↓それぞれのコピーBOXの位地の修正*/
#cafe{margin-top: 8%;}
#cafe .box {top: 70%;}
	
#cacao{margin-top: 5%;}
#cacao .box {top: 75%;}
	
#roaster{margin-top: 5%;
	margin-bottom: 5%;}
#roaster .box {top: 70%; left: 60%;}
	

/*↓それぞれのリードコピー位置*/
	h3{font-size: 1.3em;}

	

#cafe h3{position: absolute;
		top: 5% ; left: 18%;}
#cafe p{font-size: 1.2em;}
	
	
#cacao h3{position: absolute;
		top: 67% ; left: 5%;}
#cacao p{font-size: 1.2em;}
	
#roaster  h3{position: absolute;
		top: 62% ; right: 2%;}
#roaster p{font-size: 1.2em;}
	
#interior p{font-size: 1.2em;}
	

/*各アイコンの大きさ制御*/
#cafe .cofe_icon{width: 6%;}
.caca_icon{width: 6%;}
.rost_icon{width: 6%;}
	

/*↓各メイン写真の大きさ*/
.fixed-background {
  min-height: 65vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
	background-repeat: no-repeat;
}	
	
	
	
	

.me_flex{
	margin: 0 auto;
	width: 90%;
	display: flex;
	justify-content :space-around;
	flex-wrap:nowrap;
}

.unit01 {width:48.8%;/*183/375*/
		margin-bottom: 16px;
		padding:4px;
}	

/*g_nav*/
.toggleWrap {
	background: none;
	height: auto;
	position: fixed;
	padding:  0;
	margin-bottom: 20px;
	background-color: rgb(21 21 21);
}

.mainNav {
	width: 75%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.mainNav li {
	width: 25%;
	padding: 5px 15px;
	
}
.navItem{
		color: #fff;
	}
	
.animation {
	transition: none;
}
	
/* spで非表示にしていたg_navを表示させる */
.hide {
	opacity: 1;
	visibility: visible;
}
/*tb/pcでハンバーガーiconを消す*/
#toggle {
	display: none;
}
	
main .inner {
	padding:0px 0px 50px;
}

footer .sns{ 
	margin: 0 auto; 
	width: 15%; 
	margin-bottom: 1%;
	display : flex ;
	justify-content :space-around ;}
	
footer .copyr{
	font-size: 8px; 
	width: 330px;
	margin: 0 auto;
}

	
.spk{width: 500px; margin: 4% auto 3%; }

/*フッター内のSVGロゴ*/
#blogo{
	position: absolute; 
	top: 78%; left: 45%;  
	width: 60px; 
	}


/*--------------------------
	PC /1024px以上の設定/
-------------------------- */
/*@media screen and (min-width:1024px) {
	
	main .inner,
	footer .inner{
		width: 75%;
		margin: 0 auto;
	}

}*/
}