@charset "utf-8";
@import "base.css";
@import "common.css";
/****************************************************************/
@font-face {
	font-family: 'AP-OTF-A1Gothic-M';
	font-style: normal;
	src: url(https://online-test.1smile-s.com/common/fonts/AP-OTF-A1GothicStd-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'AP-OTF-ShueiNMinStd-L';
	font-style: normal;
	src: url(../fonts/AP-OTF-ShueiNMinStd-L_1.otf) format('opentype');
}
@font-face {
	font-family: 'yugothib.ttf';
	font-style: normal;
	src: url(../fonts/yugothib_1.ttf) format('truetype');
}
/****************************************************************/
.sp_view{
	display: none !important;
}
#wpadminbar{
	display: none;
}
body{
	width: 100%;
	color: #000;
	font-size: 15px;
}
body a{
	transition: 0.5s;
}


body a:hover{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
/*####################　ヘッダ　####################*/
#HeaderWall{
	width: 100%;
	background: #00523a;
}
#HeaderWall #Header {
	width: 1240px;
	height: 125px;
	margin: 0 auto;
	position: relative;
}
#HeaderWall #Header h1 {
	width: 269px;
	height: 56px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#HeaderWall #Header h1 a{
	display: block;
	background: url(../images/logo.svg) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-top: calc(56 / 269 * 100%);
	text-indent:-9999px;
}

#HeaderWall #Header h2{
	width: 278px;
	height: 15px;
	text-indent: -9999px;
	background: url(../images/head_title.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#HeaderWall #Header h3{
	width: 256px;
	height: 45px;
	text-indent: -9999px;
	background: url(../images/head_online.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 200px;
	top: 45px;
}
/*#Header #Sns ul{
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#Header #Sns ul li{
	display: inline-block;
	margin: 0;
	margin: 0 0 0 15px;
	vertical-align: middle;
}

#Header #Sns ul li a{
	display: block;
	text-indent: -9999px;
}
#Header #Sns ul li.navi00 a{
	background: url(../img/head_shop.svg) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
}
#Header #Sns ul li.navi01 a{
	background: url(../img/head_sns_fb.svg) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
}
#Header #Sns ul li.navi02 a{
	background: url(../img/head_sns_in.svg) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
}
#Header #Sns ul li.navi03 a{
	background: url(../img/head_sns_tw.svg) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 24px;
}
#Header #Sns ul li.navi04 a{
	background: url(../img/head_sns_li.svg) no-repeat;
	background-size: 100%;
	width: 63px;
	height: 17px;
}
#Header #Sns ul li.navi05 a{
	background: url(../img/head_sns_bl.svg) no-repeat;
	background-size: 100%;
	width: 58px;
	height: 18px;
}
#Header #Sns ul li a:hover{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
*/

#Navi{
	width: 100%;
	padding: 20px 0;
	background: #fff;
}
#Navi ul{
	width: 993px;
	margin: 0 auto;
}
#Navi ul li{
	float: left;
	margin: 0 10px;
}
#Navi ul li a{
	display: block;
	text-indent: -9999px;
	height: 110px;
}
#Navi ul li.navi01 a{
	background: url(../images/navi01.png) no-repeat;
	width: 125px;
}
#Navi ul li.navi02 a{
	background: url(../images/navi02.png) no-repeat;
	width: 120px;
}
#Navi ul li.navi03 a{
	background: url(../images/navi03.png) no-repeat;
	width: 128px;
}
#Navi ul li.navi04 a{
	background: url(../images/navi04.png) no-repeat;
	width: 120px;
}
#Navi ul li.navi05 a{
	background: url(../images/navi05.png) no-repeat;
	width: 120px;
}
#Navi ul li.navi06 a{
	background: url(../images/navi06.png) no-repeat;
	width: 120px;
}
#Navi ul li.navi07 a{
	background: url(../images/navi07.png) no-repeat;
	width: 120px;
}
/**ショッピング***************************************************/
div#sHeaderWall{
	width: 100%;
	background: #00523A;
}
@media screen and (max-width: 1019px){
	div#sHeaderWall div#sHeader{
		width: 94%;
		margin: 0 auto;
		position: relative;
		padding: 20px 0;
	}
}
@media screen and (min-width: 1020px){
	div#sHeaderWall div#sHeader{
		width: 1020px;
		margin: 0 auto;
		position: relative;
		padding: 20px 0;
	}
}
div#sHeaderWall div#sHeader h1{
	width: 269px;
	height: 56px;
	margin: 0 auto;
}
div#sHeaderWall div#sHeader h1 a{
	display: block;
	background: url(../images/logo_sw.svg) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-top: calc(56 / 269 * 100%);
	text-indent:-9999px;
}
div#sHeaderWall div#sHeader h2{
	width: 278px;
	height: 15px;
	text-indent: -9999px;
	background: url(../images/head_title.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width: 1019px){
	div#sHeaderWall div#sHeader h3{
		width: 215px;
		height: 37px;
		text-indent: -9999px;
		background: url(../images/head_h3.png) no-repeat;
		position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}
@media screen and (min-width: 1020px){
	div#sHeaderWall div#sHeader h3{
		width: 215px;
		height: 37px;
		text-indent: -9999px;
		background: url(../images/head_h3.png) no-repeat;
		position: absolute;
		right: 120px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}
@media screen and (max-width: 1039px){
	div.pankuzu{
		width: 94%;
		margin: 0 auto;
		padding: 20px 0 20px;
		color: #000;
	}
}
@media screen and (min-width: 1040px){
	div.pankuzu{
		width: 1040px;
		margin: 0 auto;
		padding: 20px 0 20px;
		color: #000;
	}
}
div.pankuzu a{
	color: #000;	
}
div.pankuzu span.arrow{
	font-size: 80%;
	color: #000;
}
@media screen and (max-width: 1019px){
	div#pankuzu{
		width: 94%;
		margin: 0 auto;
		position: relative;
	}
}
@media screen and (min-width: 1020px){
	div#pankuzu{
		width: 1020px;
		margin: 0 auto;
		position: relative;
	}
}
div#pankuzu ul.shopbtn{
	position: absolute;
	right: 0;
	top: 20px;
}
div#pankuzu ul.shopbtn li{
	float: left;
	margin: 0;
}
div#pankuzu ul.shopbtn li a{
	display: block;
	text-indent: -9999px;
	width: 109px;
	height: 28px;
	background: url(../images/shop_btn.png) no-repeat #ccc;
}
div#pankuzu ul.shopbtn li.btn01 a{
	background-position: 0 0;
}
div#pankuzu ul.shopbtn li.btn02 a{
	background-position: -109px 0;
}
div#pankuzu ul.shopbtn li.btn03 a{
	background-position: -218px 0;
}
div#pankuzu ul.shopbtn li.btn04 a{
	background-position: -327px 0;
}
@media screen and (max-width: 1379px){
	div.bimg{
		width: 94%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1380px){
	div.bimg{
		width: 1380px;
		margin: 0 auto;
	}
}
div.bimg img{
	width: 100%;
	height: auto;
}
/*####################　パンくず　####################*/
div#pankuzu{
	width: 100%;
}
div.pankuzu{
	width: 1240px;
	margin: 0 auto;
	padding: 20px 0 5px;
	color: #000;
}
div.pankuzu a{
	color: #000;	
}
div.pankuzu span.arrow{
	font-size: 80%;
	color: #000;	
}
/*####################　Container　####################*/
div#Container{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}


/*####################　page_index　####################*/
div#page_index{
	position: fixed;
	right: 50px;
	bottom: 200px;
	z-index: 9999999;

}
div#page_index div.btn{
	position: relative;
}
div#page_index div.btn ul{
	padding: 0 0 80px;
	text-align: center;
}
div#page_index div.btn ul li{
	margin: 0 0 5px;
}
div#page_index div.btn ul li a{
	padding: 7px 10px;
	background: #00523A;
	color: #fff;
	border-radius: 5px;
	display: block;
	line-height: 1;
	font-size: 13px;
}
div#page_index a.btn{
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	text-indent: -9999px;
	width: 38px;
	height: 69px;
	background: url(../images/btn_index2.png) no-repeat right bottom;
}
div#page_index a.open{
	background: url(../images/btn_index2_close.png) no-repeat right bottom;
}
/*####################　pageNavi　####################*/
/**一覧****************/
div.wp-pagenavi{
	margin: 50px 0 20px;
	text-align: center;
	font-size: 18px;
}
div.wp-pagenavi span,
div.wp-pagenavi a{
	padding: 3px 10px;
	margin: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
div.wp-pagenavi span{
	background: #00523A;
	color: #fff;
	border: solid 1px #00523A;
}
div.wp-pagenavi a{
	color: #00523A;
	border: solid 1px #00523A;
}
/**詳細****************/

div.paging{
	width: 620px;
	margin: 0 auto;
	position: relative;
}
div.paging div.prev{
	position: absolute;
	width: 200px;
	left: 0;
}
div.paging div.next{
	position: absolute;
	width: 200px;
	right: 0;
}
div.paging div.more{
	width: 200px;
	margin: 0 auto;
}
div.paging div a{
	display: block;
	padding: 10px;
	text-align: center;
	color: #fff;
	background: #00523A;
	border-radius: 10px;
}

/*####################　pageTop　####################*/
#pageTop{
	display: none;
}
p.pageTop{
	position: fixed;
	right: 50px;
	bottom: 100px;
	width: 39px;
	height: 83px;
	margin: 0;
	padding: 0;
	z-index: 999999;
}
p.pageTop a{
	display: block;
	background: url(../images/go_top.png) no-repeat;
	width: 39px;
	height: 83px;
}
p.pageTop a:hover{
	text-decoration: none;
}
div#sideFix{
	position: fixed;
	right: 0;
	top: 300px;
	display: none;
}
div#sideFix a{
	display: block;
	width: 72px;
	height: 285px;
	background: url("../images/btn_order.svg") no-repeat;
	text-indent: -9999px;
	display: none;
}
/*####################　フッター　####################*/
section#shop{
	background: #fff;
	padding: 80px 0;
}
section#shop div.box p{
	text-align: center;
}
section#shop div.box div.title{
	width: 1122px;
	margin: 0 auto;
	background: url(../images/sec_shop_titleBG.png) no-repeat;
}
section#shop div.box div.title h1{
	text-indent: -9999px;
	background: url(../images/sec_shop_title.png) no-repeat;
	width: 151px;
	height: 127px;
	margin: 0 auto;
}
section#shop div.box div.shopBox{
	width: 1011px;
	margin: 20px auto;
}
section#shop div.box div.sbox{
	float: left;
	margin: 10px 20px;
	text-align: center;
}
section#shop div.box div.sbox ul li{
	font-size: 15px;
}
section#shop div.box div.sbox ul li a{
	color: #000;
}
section#shop div.box div.sbox ul li.icon{
	margin: 10px 0;
}
section#shop div.box div.shop1,
section#shop div.box div.shop3{
	width: 283px;
}
section#shop div.box div.shop2{
	width: 325px;
}
#Footer{
	position: relative;
	padding: 20px 0 10px;
	background: #DCDDDD;
}
#Footer div.FootMenu{
	margin: 0 auto;
	position: relative;
	font-size: 14px;
}
@media screen and (min-width: 1228px){
	#Footer div.FootMenu{
		width: 1228px;
		margin: 0 auto;
		position: relative;
		font-size: 14px;
	}
}
#Footer div.FootMenu ul{
	position: relative;
	z-index: 999;
	text-align: left;
	margin: 0 0 10px;
}
#Footer div.FootMenu ul li{
	float: left;
	/*margin: 0 10px 0 0;*/
}
#Footer div.FootMenu ul li::after{
	content: " | ";
}
#Footer div.FootMenu ul li a{
	color: #000;
	padding: 0 8px 0 12px;
}
#Footer div.FootMenu address{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
#Footer div#FootFix{
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	display: none;
}

@media screen and (min-width: 1224px){
	#Footer div.FootFix{
		position: fixed;
		width: 1224px;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 999999;
		display: none;
	}
}
#Footer div.FootFix ul li{
	float: left;
	width: 398px;
	height: 68px;
	margin: 0 5px;
}
#Footer div.FootFix ul li a{
	display: block;
	text-indent: -9999px;
	width: 398px;
	height: 68px;
}
#Footer div.FootFix ul li.btn01 a{
	background: url(../images/foot_btn01.svg) no-repeat;
}
#Footer div.FootFix ul li.btn02 a{
	background: url(../images/foot_btn02.svg) no-repeat;
}
#Footer div.FootFix ul li.btn03 a{
	background: url(../images/foot_btn03.svg) no-repeat;
}

/******************************************/
div#sFooticon{
	padding: 50px 0 30px;
}
div#sFooticon h1{
	text-indent: -9999px;
	width: 132px;
	height: 93px;
	margin: 0 auto;
	background: url(../images/foot_icon.png) no-repeat;
}
div#sFoot{
	padding: 10px 0;
	background: #DCDDDD;
}
@media screen and (max-width: 1019px){
	div#sFoot div.box{
		width: 94%;
		margin: 0 auto;
		position: relative;
	}
}
@media screen and (min-width: 1020px){
	div#sFoot div.box{
		width: 1020px;
		margin: 0 auto;
		position: relative;
	}
}
div#sFoot div.box ul li{
	float: left;
	margin: 0 10px 0 0;
}
div#sFoot div.box ul li a{
	font-size: 13px;
	color: #000;
}
div#sFoot div.box address{
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 12px;
}

/***************************/
@media screen and (max-width: 1039px){
	div.pankuzu{
		width: 94%;
		margin: 0 auto;
		padding: 20px 0 20px;
		color: #000;
	}
}
@media screen and (min-width: 1040px){
	div.pankuzu{
		width: 1040px;
		margin: 0 auto;
		padding: 20px 0 20px;
		color: #000;
	}
}
div.pankuzu a{
	color: #000;	
}
div.pankuzu span.arrow{
	font-size: 80%;
	color: #000;
}
@media screen and (max-width: 1019px){
	div#pankuzu{
		width: 94%;
		margin: 0 auto;
		position: relative;
	}
}
@media screen and (min-width: 1020px){
	div#pankuzu{
		width: 1020px;
		margin: 0 auto;
		position: relative;
	}
}
div#pankuzu ul.shopbtn.shopbtn{
	position: absolute;
	right: 0;
	top: 20px;
}
div#pankuzu ul.shopbtn li{
	float: left;
	margin: 0;
}
div#pankuzu ul.shopbtn li.name{
	font-size: 12px;
	margin: 0 10px 0 0;
}
div#pankuzu ul.shopbtn li a{
	display: block;
	text-indent: -9999px;
	width: 90px;
	height: 23px;
	background: url(../images/shop_btn.png) no-repeat;
}
div#pankuzu ul.shopbtn li.btn01 a{
	background-position: 0 0;
}
div#pankuzu ul.shopbtn li.btn02 a{
	background-position: -90px 0;
}
div#pankuzu ul.shopbtn li.btn03 a{
	background-position: -181px 0;
}
div#pankuzu ul.shopbtn li.btn04 a{
	background-position: -270px 0;
}
@media screen and (max-width: 1379px){
	div.bimg{
		width: 94%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1380px){
	div.bimg{
		width: 1380px;
		margin: 0 auto;
	}
}
div.bimg img{
	width: 100%;
	height: auto;
}
div#headNavi{
	position: relative;
}
div#headNavi > ul.headNavi{
	width: 1040px;
	margin: 0 auto 20px;
}
div#headNavi > ul.headNavi > li{
	float: left;
	width: 188px;
	margin: 0 10px;
	text-align: center;
}
div#headNavi > ul.headNavi > li > a{
	transition: transform .8s;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 17px;
	color: #000;
	padding: 0 0 5px;
	border-bottom: 3px solid #333;
	overflow: visible;
}
div#headNavi > ul.headNavi > li > a::after{
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #00523a;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .8s;
}
div#headNavi > ul.headNavi > li > a:hover::after{
	transform: scale(1, 1);
}
div#headNavi > ul.headNavi > li > ul{
	display: none;
	position: absolute !important;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(0,82,58,1);
	z-index: 9999;
}

div#headNavi > ul.headNavi > li > ul > div.inMenu{
	width: 1020px;
	margin: 0 auto;
	padding: 20px 0;
}
div#headNavi > ul.headNavi > li > ul > div.inMenu li{
	float: left;
	text-align: left;
}
div#headNavi > ul.headNavi > li > ul.aikenoyatsu > div.inMenu li{
	margin: 0 calc(7/300 * 100%) 10px 0;
	width: 31%;
}
div#headNavi > ul.headNavi > li > ul.hitotsugohan > div.inMenu li,
div#headNavi > ul.headNavi > li > ul.sidedish > div.inMenu li{
	margin: 0 2% 10px 0;
	width: 23%;
}

div#headNavi > ul.headNavi > li > ul > div.inMenu h3{
	color: #fff;
	border-bottom: solid 1px #fff;
	margin: 0 0 10px;
}
div#headNavi > ul.headNavi > li > ul > div.inMenu a{
	color: #fff;
	text-decoration: none;
	background: url(../images/menu_arrow.png) no-repeat left 4px;
	padding: 0 0 0 18px;
	transition: transform .8s;
	/*display: block;*/
	position: relative;
}
div#headNavi > ul.headNavi > li > ul > div.inMenu a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .8s;
}
div#headNavi > ul.headNavi > li > ul > div.inMenu a:hover::after{
	transform: scale(1, 1);
}
div#headNavi > ul.headNavi > li > ul > div.inMenu a:hover{
	opacity: 1;

}
div#headNavi > ul.headNavi > li > a:hover{
	opacity: 1;
	border-bottom: 3px solid #fff;
}


/*end*/
