@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
} 
body {
	font-size: 16px;
	color: #4d4d4d;
	letter-spacing: 1px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-image: url(../img/bg.jpg);
	background-size:100%;
	background-attachment:fixed;
}
#wrap{
	background-image:url(../img/box_bg.jpg);
	
}
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-shadow: 0 0 15px rgba(0,0,0,0.5);
	box-sizing: border-box;
	background-color:rgba(255,255,255,1.00);
}
header #header{
	width: 30%;
	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: #9addef;
	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: #F4F4F4;
	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:  #009c3d;
	color: #fff;
}
#copyright{
	padding: 10px 0;
}
/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
	body {
		background-image: none;
	}
	#wrap{
		width: 100%;
		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;
}
}

.txt_color2{color: #5ab4d8;} /* サブカラー */
.txt_color4{color: #fff4b8;} /* アクセントカラー2 */

/* -- svg -- */
svg {
	fill: currentColor;
}
.svg_box1 svg{
	vertical-align: bottom;
}
.svg_dec{
	width: 70px;
	z-index: -1;
}
.svg_dec2{
	width: 40px;
	left:-15%;
	top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%) ;
	z-index: -1;
}
.svg_dec3{
	width: 60px;
	bottom:0;
	left:0;
	z-index: -1;
}
.svg_dec4{
	width: 60px;
	right:0;
	z-index: -1;
}
.svg_dec5{
	width: 70px;
	right:-15%;
	top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%) ;
	z-index: -1;
}
.svg_dec6{
	width: 40px;
	right:0;
	bottom:0;
	z-index: -1;
}







