@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
} 
body {
	font-size: 16px;
	color: #1a1a1a;
	letter-spacing: 1px;
	font-family: 'Montserrat', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-size: cover;
}
body::before{
	position: fixed;
	content: "";
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: #E4E2D5
}
img{
	vertical-align:bottom;
	width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight: normal; 
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
}
address{
	font-style: normal;
}
a{
	transition: all 0.3s;
}
a:hover{
	opacity: 0.5;
}
/*共通スタイル*/
.table{
	width: 100%;
	display: table;
	margin: 50px 0;
}
.table_cell{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.bold{
	font-weight: bold;
}
.pchide{
	display: none;
}
.inline_b{
	display: inline-block;
}
#wrap{
	width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
	box-sizing: border-box;
	background-color:#F9F9F7;
	position: relative
}
header #header{
	width: 70%;
	max-width: 400px;
	margin: 0 auto 100px;
}
section{
	text-align: center;
}
h2{
	font-size: 24px;
	letter-spacing: 2px;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 30px;
}
h3{
	background-color: #DDB462;
	color: #fff;
	padding: 10px;
	width: 80%;
	margin: 0 auto;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.search_box{
	padding: 10px;
	box-sizing: border-box;
	background-color: #E4E2D5;
	width: 80%;
	text-align: left;
	border-radius: 5px;
	font-weight: bold;
	font-size: 20px;
}
.search_box img{
	width: 30px;
	display: inline-block;
	margin-right: 10px;
}
.box{
	text-align: left;
	margin-bottom: 30px;
}
.box h4{
	font-size: 20px;
}
#get{}
#get hgroup{
	text-align: center;
}
#get .table{
	margin: 0;
}
#get #qr{
	width: 50%;
	padding: 20px;
}
#get #store_link{
	width: 50%;
	padding: 20px;
}
#get #store_link li{
	margin-bottom: 20px;
}
#shop{}
#shop .table div{
	text-align: left;
}
#shop .table:first-of-type div{
	padding-left: 10%;
}
#shop .table:last-of-type{
	width: 80%;
	margin: 50px auto;
}
#shop .table:last-of-type figure{
	padding: 100px 20px;
}
.search_box{
	margin-bottom: 20px;
}
footer{
	text-align: center;
}
footer #return_bt{
	display: inline-block;
	margin-bottom: 50px;
}
footer #return_bt a{
	display: block;
	padding: 20px;
	background-color: #488C7A;
	color: #fff;
}
#copyright{
	padding: 10px 0;
}
/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
	body {
		background-image: none;
	}
	#wrap{
		width: 90%;
		font-size: 0.8rem;
	}
}
/*ここからスマートフォン用（700px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
	.sphide{
		display: none!important;
	}
	.pchide{
		display: block!important;
	}
	.table,.table_cell{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
h2{
	font-size: 20px;
	letter-spacing: 0px;
}	
	#get figure.img1{
		text-align: left;
	}
	#shop figure.img1{
		text-align: right;
	}
	.img1 img{
		width: 80%;
	}
#get .box{
	width: 80%;
	margin: 0 auto 50px;
	font-size: 14px;
	}
.box h4{
	font-size: 18px;
}
#get #qr{
	width: 70%;
	padding: 5%;
	margin: 0 auto;
}
#get #store_link{
	width: 70%;
	padding: 5%;
	margin: 0 auto;

}
#copyright{
	font-size: 14px;
}
}

