@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

html {overflow-y: scroll;}

body {
	height: 100%;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	color:#3a3a3a;
	font-weight:normal;
	font-weight:400;
	background:#ffffff;
	font-size:medium;
	line-height:1.4em;
	letter-spacing:0.5px;
	font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
} 

a{
	outline: none;
	color: #2f9389;
	text-decoration:none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:visited	{color: #2f9389;}
a:hover		{color:#2f9389;
	-webkit-transition:0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

img {
	border:none;
	width: 100%;
	max-width:100%;
	margin:0;
	width: auto\9;
	height: auto;
	vertical-align:bottom;
}

p img {
	max-width: 100%;
	margin:0;
}

a img{
	margin:0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a img:hover	{
	opacity: 0.7;
	-webkit-transition:0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

p{margin:0 0 20px;}

.page-about article p{line-height:1.85em;letter-spacing:0.2px;}

em{color:#cb4435;font-style:normal;}
strong{font-weight:bold;}

figcaption{
	text-align:center;
	font-size:85%;
	margin-top:5px;
	letter-spacing:0;
	line-height:1.4em;
}

.right	{float:right;}
.left	{float:left;}
.center{text-align:center;}
.aligncenter{
	text-align: center;
	margin: 0 auto;
	display: block;
}

.txt_r{text-align: right;}
.txt_xl{font-size:140%;}
.txt_l{font-size:120%;}
.txt_n{font-size:100%;}
.txt_s{font-size:88%;}
.txt_san{font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;}
.txt_serif{font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝B","ＭＳ　Ｐ明朝","MS PMincho",serif;}

hr{
	border:none;
	border-top:#c30d22 solid 1px;
	margin-bottom:20px;
	width:100%;
}

.add{
	display:inline;
	margin-top:5px;
	font-size:92%;
}

/* ------------------------------------------  
header
------------------------------------------ */
#wrapper{
	width:100%;
}

.introduction{
	float:left;
	display:block;
	text-align:left;
	margin:5px 10px;
	font-size:80%;
	letter-spacing:0;
}

header{
	border-top:solid 10px #594e46;
	background:#f1f1f1;
	height:105px;
	margin:0 auto;
	text-align:left;
}

.h_logo{
	height: 65px;
	display:block;
	width:140px;
	float:left;
}

.h_logo a{
	display:block;
	width:100%;
	height:65px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-size:contain;
	overflow:hidden;
	text-align:left;
	text-indent:-9999px;
}

.h_logo a:hover{opacity:0.7;}

.header_r{
	float:right;
}

.header_r > a,
header .inner > a{
	font-size:40px;
}

header .inner > a.h_fb{color:#4a719d;margin-right:10px;}
header .inner > a.h_tw{color:#6fa9ce;margin-right:5px;}

#google_translate_element{
	height: 40px;
	display:inline-block;
	float:right;
}

.goog-te-menu-value img{
	width:auto;
}

.goog-te-gadget-simple{
	border:1px solid #d0d0d0 !important;
	height: 38px !important;
	padding:6px 0 !important;
	margin-right:10px;
	margin-left:5px;
}


#google_translate_element,
header .inner > a,
.search_wrap{
	margin-top:10px;
}

header .inner{
	text-align:right;
}

#google_translate_element,
header .inner > a,
.search_wrap{
	display:inline-block;
	vertical-align:top;
}

.logo_foreigner img{
	height:62px;
	width:auto;
	margin:-11px 8px 0 0;
}

/* search form */
.search_wrap{
	display:block;
	width:250px;
	float:right;
	margin-bottom:10px;
	border:solid 1px #6e5d50;
	background:#fff;
}

.searchform{
	clear:both;
}

input.search-box{
	width: 205px;
	display:block;
	float:left;
	padding:7px 10px;
	color:#3a3a3a;
	font-weight:400;
	font-size:90%;
	background:#fff;
	border:none;
	height:36px;
	margin:0;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

input.search-box::-webkit-input-placeholder,
input.search-box:-moz-placeholder,
input.search-box::placeholder-shown {
	color:#bbbbbb;
	letter-spacing:1px;
	font-weight:700;
}

#searchform input.search-btn{
	border-radius: 0;
	border:none;
	height:36px;
	width:43px;
	display:block;
	float:right;
	margin:0;
	background-image:url(../img/search.jpg);
	background-size:cover;
}


#main .search_wrap{
	float:none;
}

/* breadcrumbs */
.breadcrumbs {
	width: 100%;
	min-height: 1.6em;
	line-height: 1.6em;
	padding:5px 0.9em;
	margin: 0 auto 30px;
	font-size: 90%;
	text-align: left;
	background-color:#f1f1f1;
	color:#3a3a3a;
	letter-spacing:0;

}

.breadcrumbs a,
.breadcrumbs a:visited
{
	color:#3a3a3a;
	font-weight:400;
}

.breadcrumbs a:hover{color:#2f9389; text-decoration:underline;}

.breadcrumbs a:after{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	padding: 0 0.5em;
	color:#3a3a3a;
	font-weight:900;
}

.breadcrumbs a:hover:after{
	text-decoration: none;	

}

@media screen and (max-width: 890px) {
	header{
		height:auto;}
	
	header .inner{
		padding-bottom:10px;
	}

	.goog-te-gadget-simple{margin-right:0;}

	/* search form */
	.search_wrap{
		display:block;
		width:100%;
		margin-top:15px;
	}

	.searchform{
		clear:both;
	}

	input.search-box{
		width: 90%;
		width:calc(100% - 43px);
	}

	input.search-btn{
		float:right;
	}

}

@media screen and (max-width: 640px) {
	header{
		margin-bottom:20px;
	}
	header .inner{
		text-align:center;
	}

    #google_translate_element{
    	float:none;
    }

	.h_logo,.h_logo a,
	.introduction{
		float:none;
		display:inline-block;
		height: 50px;
		vertical-align: top;
	}

	.h_logo{
		width:130px;}

	.introduction{
		margin:0;}
}

@media screen and (max-width: 600px) {
	header .inner > a.h_fb,
	header .inner > a.h_tw{margin-top:5px;}
}

@media screen and (max-width: 450px) {
	header .inner{
		text-align:center;
	}

	header .inner > a{
		margin-top:10px;
		font-size:38px;
	}

	.introduction{
		width:calc(100% - 140px);
		margin-top:5px;}

	header .inner > a.h_fb{margin-right:0;}
	header .inner > a.h_fb,
	header .inner > a.h_tw{margin-top:10px;}

	.search_wrap{
		margin-top:10px;}

}
@media screen and (max-width: 360px) {
	.introduction{
		width:auto;}
}

/* ------------------------------------------  
footer
------------------------------------------ */
footer{
	width:100%;
	font-size:85%;
}

.shopcategory{
	background:#f1f1f1;
	padding:40px 0;
}

.shopcategory table,
.foot_link ul{
	max-width:1000px;
	margin:0 auto;
	width:94%;
	border-top:none;
}

.shopcategory tr{
	border-bottom:10px solid #f1f1f1;
	border-top:10px solid #f1f1f1;
}

.shopcategory th{
	border-right:3px solid #2f9389;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	padding:0.3em 1em 0.3em 0;
}

.shopcategory td{
	padding-left:1em;
}

.shopcategory td li,.foot_link li{
	list-style:none;
	display:inline-block;
	padding-right:7px;
	border-right:1px solid #ccc;
	margin:0.3em 0.6em 0.3em 0;
}

.shopcategory td li:last-of-type,.foot_link li:last-of-type{
	border-right:none;}

.foot_link li{margin:0.3em 0.3em 0.3em 0;}

.shopcategory td li a,
.foot_link a{
	color:#3a3a3a;
}

.shopcategory td li a:hover,
.foot_link a:hover{
	color:#2f9389;
	text-decoration:underline;
}

.foot_link{
	text-align:center;
	padding:20px 0;
	border-bottom:1px solid #dbdbdb;
}

footer .inner{
	padding:20px 0;
	height:100px;
}

footer .inner img{
	width:150px;
	display:block;
	float:left;
}

footer .inner .copy{
	display:block;
	float:right;
	line-height:50px;
}

/* pagemove */		
#pagemove {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	text-indent: -99999px;
	background-image: url(../img/pagemove.png);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 0 0;
	z-index: 200;
}

@media screen and (max-width: 540px) {
	.shopcategory tr{
		border:none;
	}

	.shopcategory th,
	.shopcategory td{
		display:block;
	}

	.shopcategory th{
		border-right:none;
		border-bottom:3px solid #2f9389;
	}

	.shopcategory td{
		padding-left:0;
		padding-top:0.3em;
		margin-bottom:20px;
	}

	footer .inner{padding:20px 0;height:80px;}
	footer .inner img{width:100px;}
	footer .inner .copy{line-height:40px;margin-bottom:0;}
}


/* ------------------------------------------  
CONTENTS BASE
------------------------------------------ */
#contents,
.inner,
.index_inner{
	max-width:1000px;
	width:94%;
	margin:0 auto;
	padding:20px 0;
	text-align:left;
}

.index_inner{width:100%;}

#main{
	width:72%;
	float:left;	
}

#side{
	width:25%;
	float:right;	
}

@media screen and (max-width: 768px) {
	#main,#side{
		font-size:95%;
	}
}

@media screen and (max-width: 540px) {

	#contents,#main,#side{
		width:100%;
		float:none;	
	}

	#main{
		margin-bottom:40px;
	}

	.index_inner{
		width:100%;
	}
}


/* ------------------------------------------  
#side
------------------------------------------ */
#side a{
	margin-bottom:20px;
	display:block;}

.side_feature{
	min-height:130px;
	width:100%;
	padding:15px;
	margin:0 0 20px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
	text-align:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.side_feature p{
	display:inline-block;
	width:100%;
	padding:15px 10px;
	margin:0;
	font-size:150%;
	font-weight:700;
	line-height:1.4;
	background:rgba(255,255,255,0.7);
	text-shadow:0px 0px 9px #ffffff;
	z-index:7;
}

.side_feature a{
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
}

.side_feature a:hover{
	background:rgba(255,255,255,0.3);
}

.selectbox{
	background:#f8f8f8;
	margin:20px 0;
	font-size:85%;
	display:block;
	cursor:pointer;
}

.selectbox dt{
	background:#eee2d9;
	border-top:solid 1px #b9b9b9;;
	padding:0.7em 1em;
	font-weight:700;
	clear:both;
}

.selectbox dt:before{
	display: inline-block;
	font-family:"Font Awesome 5 Free";
	padding:0 5px 0 0;
	content:"\f107";
	font-weight:900;
	line-height:10px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.selectbox dt.active:before{
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.selectbox dd{
	padding:0.5em 1em;
	font-size:93%;
	line-height:2.1em;
	margin-bottom:5px;
	display:none;
}

.selectbox dd:last-of-type{
	display:block;
}

.selectbox label{
	display:block;
	float:left;
	margin-right:13px;
}

.selectbox input[type="checkbox"]{
	border:1px solid #999;
}

.selectbox label input{
	vertical-align:middle;
	margin-right: 2px;
}

.selectbox input.submit[type="submit"],button[type="button"]{
	-webkit-appearance: none;
	border-radius: 0;
	background:#8cc7c1;
	border:none;
	color:#fff;
	font-weight:700;
	font-size:110%;
	padding:0.4em 1em;
	width:100%;
	margin:10px 0;
}

.side_ad,.fb-page {
	margin-bottom:20px;
	display:block !important;}

.fb-page{height:250px;}

#side .side_ad a{
	margin-bottom:10px;
}




@media screen and (max-width: 768px) {

}

@media screen and (max-width: 540px) {
	#side > a,
	/*.selectbox,*/
	.side_ad{
		width:94%;
		margin:0 auto 20px;}

	.selectbox dd{
		line-height:2.5em;
	}

	#side .side_ad a{
		float: left;
		display: block;
		margin: 0 3% 20px 0;
		width:48.5%;
	}

	#side .side_ad a:nth-of-type(2n){
		margin-right:0;
	}

	#side .fb-page{
		width:94%;
		margin:0 auto 20px;
	}
	.fb-page{overflow:hidden;}
}

/* ------------------------------------------  
box
------------------------------------------ */

.grid5{
	float: left;
	display: block;
	margin: 0 1.5% 20px 0;
}

.grid1,
.grid2,
.half > div,
.menubox figure{
	float: left;
	display: block;
	margin: 0 2% 40px 0;
}

.half > div{
	width:49%;
}

.menubox > figure{
	width:32%;
	position:relative;
}

.menubox > figure img{
	width: 100%;
	height: 100%;
	max-height:154px;
	object-fit:cover;
	font-family: 'object-fit: cover';
	vertical-align: middle;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index: 50;
}

.grid1{width:31.33%;}
.grid2{width: 64.67%;}
.grid5{width:18.8%;}

.half > div:nth-of-type(2n),
.menubox > figure:nth-of-type(3n),
.index_ad > a:nth-of-type(5n),
.index_pickup a:nth-of-type(5n){
	margin-right:0;
}

.box_gray{
	background:#f1f1f1;
	padding:10px;
}

.box_beige{
	background:#faf6f3;
	padding:1em;
}

.box_beige p:last-child{margin-bottom:0;}

.mr_0{margin-right:0;}

/* grid
.grid1,
.grid2,
.grid3,
.grid4,
.half > div{
float: left;
display: inline;
margin: 0 2%;
}
.grid3	{width: 29.33%;}
.grid4	{width: 21.00%;}
.half > div	{width: 46%;} */

.flex2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;/* Safari etc. */
	-ms-align-items: stretch;/* IE10 */
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;/* Safari6.1以降 */
	-ms-flex-wrap: wrap;/*IE10*/
	flex-wrap: wrap;
}

.flex2>* {
	width: 48.5%;}

@media screen and (max-width: 768px) {
	.menubox > figure{
		width:49%;
	}

	.menubox > figure:nth-of-type(3n){
		margin-right:2%;
	}

	.menubox > figure:nth-of-type(2n){
		margin-right:0;
	}
}

@media screen and (max-width: 540px) {
	.grid0{
		display:block;
		width:94%;
		margin:0 auto;
	}

	.half > div{
		width:100%;
		float:none;
		margin-right:0;
	}

	.menubox > figure{
		margin-bottom:40px;
	}

	.flex2>*{
		width: 100%;}
}

/* ------------------------------------------  
table
------------------------------------------ */
table{
	border-collapse: collapse;
	word-break:break-all;
	/*overflow-wrap: break-word;*/
	border-spacing: 0;
	width:100%;
	border-top:solid 1px #dbdbdb;
	margin-bottom:20px;
}

#main table{
	border-top:solid 1px #dbdbdb;
	font-size:90%;
}

#main tr{
	border-bottom:solid 1px #dbdbdb;

}

#main th,#main td{
	padding:0.5em 1em;
}

#main th{
	background:#e4f4f2;
	font-size:92%;
	vertical-align:top;
	white-space:nowrap;
}

/* archive */
.box_tax{
	background:#f8f8f8;
	padding: 0;
	font-size:90%;
	margin-bottom:20px;
}

.box_tax table{
	border-top:none;
	margin:0;
}

.box_tax tr{
	border-bottom:5px solid #f8f8f8 !important;
	border-top:5px solid #f8f8f8;
}

.box_tax th{
	background:none;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	padding:0.5em 1em 0.3em !important;
	border:5px solid #f8f8f8;
}

.box_tax td{
	padding-left:1em;
}

.box_tax td li{
	list-style:none;
	display:inline-block;
	padding-right:10px;
	border-right:1px solid #ccc;
	margin: 0.1em 0.3em 0.1em;

}

.box_tax td li:last-child{border-right:none;}

.box_tax td li a{
	color:#3a3a3a;
}

.box_tax td li a:hover{
	color:#2f9389;
	text-decoration:underline;
}

.tag_box{
	margin:10px 0;
	padding:0;
	font-size:80%;
}

.tag_box ul{
	list-style:none;}

.tag_box ul li{
	display:inline-block;}

.tag_box a{
	display:inline-block;
	border:#2f9389 solid 1px;
	color:#2f9389;
	margin-right:7px;
	margin-bottom:10px !important;
	padding:2px 7px;
}

.tag_box a:hover{
	opacity:1;
	background:#2f9389;
	color:#fff;
}

@media screen and (max-width: 540px) {
	#main table{font-size:88%;}

	.box_tax table,.box_tax tbody,.box_tax tr,.box_tax th,.box_tax td{
		display:block;
		border:none !important;
		width:100% !important;
	}

	#main .box_tax th{
		padding:10px 3% !important;
		border-top:1px solid #fff !important;
		font-size:110%;
	}

	.post-type-archive-data .box_tax th:before{
		font-family: "Font Awesome 5 Free";
		vertical-align: baseline;
		padding:0 5px 0 0;
		content:"\f0d7";
		font-weight:900;
		font-size:140%;
	}

	.post-type-archive-data .box_tax td{display:none;}

	#main table.resp th,#main table.resp td{
		display:block;
		width:100%;
	}

	.tag_box{
		width:94%;
		margin:0 auto 10px;
	}

}

/* ------------------------------------------  
list
------------------------------------------ */
.linklist li{
	list-style:none;
}
.linklist li a{
	line-height:2.2em;
}

.linklist ul{
	padding-left:1.5em;
}

.linklist li a:before{
	padding:0 5px;
	content:"\f105";
	font-weight:900;
}

.lstyle{
	padding-left:1.5em;
}

.menubox ul{padding-left:1.5em;}

.pagelink{
	padding:1em 1em 1em 2.5em;
	border: 2px solid #8cc7c1;
}

.pagelink li{margin:4px 0;}

/* ページ内リンク */
.ul_nav{
	margin:20px 0;
	text-align:center;
}

.ul_nav li{
	display:inline-block;
	font-size:90%;
	margin:0 3px 0;
	list-style:none;
	font-weight:400;
}

.ul_nav li a{
	width:auto;
	padding:5px 1em;
	margin-bottom: 8px;
	color:#ffffff;
	display:inline-block;
	background-color:#569990;
}

.ul_nav li a:hover{
	opacity:0.7;
}

.ul_nav li a:before{
	padding:0 5px 0 0;
	content:"\f13a";
	font-weight:900;
}

@media screen and (max-width: 540px) {

	.lstyle{
		width:94%;
		margin:0 auto;
	}
}

/* ------------------------------------------  
link
------------------------------------------ */
a:before{
	font-family: "Font Awesome 5 Free";
	vertical-align: baseline;
}

a.arrow:before{
	padding:0 5px 0 0;
	content:"\f105";
	font-weight:900;
}

a.arrow_up:before{
	font-size:110%;
	padding:0 3px 0 5px;
	content:"\f106";
	font-weight:900;
	vertical-align: text-bottom;
}

a.arrow_down:before{
	font-size:110%;
	padding:0 5px 0 3px;
	content:"\f107";
	font-weight:900;
	vertical-align: text-bottom;
}

a.blank:before{
	padding:0 5px 0 0;
	content:"\f35d";
	font-weight:900;
}

a.mail:before{
	padding:0 3px 0 0;
	content:"\f0e0";
	font-size:105%;
	font-weight:900;
}

a.map:before{
	padding:0 3px 0 0;
	content:"\f3c5";
	font-weight:900;
}

a.map:before{
	padding:0 3px 0 0;
	content:"\f3c5";
	font-weight:900;
}

a.banner{
	display:block;
	margin-bottom:20px;
}


/* ------------------------------------------  
title
------------------------------------------ */

h1,h2,h3,h4{
	font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

h2, h1:not(.h_logo){
	font-weight:500;
	font-size:170%;
	border-bottom:3px solid #8cc7c1;
	margin-bottom:5px;
	padding-bottom:3px;
	line-height: 1.3em;
}

.page h1{margin-bottom:20px;}

h2 span, :not(.home) h1 span{
	font-weight:400;
	font-size:70%;
}

h3, :not(.home) h2{
	color:#594e46;
	font-weight:500;
	background-image: linear-gradient(to left,#e4f4f2 70%,#fff 30%);
	background-size: 3px 3px;
	padding:0.5em;
	margin-bottom:20px;
	font-size:120%;
	border-bottom:none;
}

#contents h2{margin-top:40px;}
#contents　article > h2:first-child{margin-top:0;}

/*:not(.home) #contents h2{
margin-top:40px;
}*/

.home #contents h2{margin-top:0;}

h4, :not(.home) h3{
	color:#594e46;
	font-size:110%;
	margin-bottom:5px;
	margin-top:20px;
	background:none;
	padding:0;
	font-weight:700;
}

:not(.home) h4{
	color:#847870;
	font-size:100%;
	margin-bottom:5px;
	margin-top:20px;
	background:none;
	padding:0;
	font-weight:700;
}

@media screen and (max-width: 540px) {
	h2, :not(.home) h1{
		padding:0 3% 6px;
	}
	.home h1{padding:0;}

	#contents h3,:not(.home) h4{
		width:94%;
		margin:20px auto 10px;}
}


/* ------------------------------------------  
archive
------------------------------------------ */
.shop_archive {
	position: relative;
	border-bottom:solid 2px #cae2df;
	/*background:#cae2df;*/
	padding:20px 0 0;
	display:block;
	letter-spacing:0;
}

.d-text{
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}

.shop_archive > a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:100;
}

.shop_archive img{
	width:25%;
	float:left;
	margin-bottom:20px;
}

.shop_archive div{
	width:73%;
	float:right;
	margin-bottom:10px;
}

.shop_archive h2{
	background:none;
	padding:0;
	font-size:130%;
	margin-bottom:5px;
	margin-top:0 !important;
	font-weight:500;
	color:#2f9389;
}

.shop_archive h2 + p{
	font-weight:700;
	color:#7f7f7f;
}

.shop_archive span{
	display:inline-block;
	background:#8cc7c1;
	font-weight:500;
	color:#fff;
	padding:0 0.3em;
	margin-right:5px;
}

.shop_archive p{
	font-size:85%;
	margin-bottom:10px;
	line-height:1.45em;
}

.shop_archive:hover{
	border-bottom:solid 2px #8cc7c1;
}

.shop_archive:hover h2{
	text-decoration:underline;
}

.shop_archive:hover img{
	opacity:0.7;
}

.post-type-recruit .shop_archive:hover img{
	opacity:1;
}

.shop_archive.box_recruit h2{
	color:#e9adad;
}

.shop_archive.box_recruit p{
	font-size:90%;
}

.shop_archive.box_recruit .recruit-job {
	width:100%;
	float:none;
	font-size:90%;
}

.recruit-job ul{
	list-style:none;
}

.recruit-job li{
	font-weight:500;
}

.recruit-job li:before{
	font-family: "Font Awesome 5 Free";
	vertical-align: baseline;
	content:"\f0c8";
	font-weight:900;
	font-size:90%;
	padding:0 5px 0 0;
	color:#e9adad;
}

.recruit-job li span{
	font-weight:400;
	background:none;
	color:#3a3a3a;
}

/* お知らせ */
.archive_news {
	margin-bottom:30px;
	clear:both;
}

.archive_news h2{
	border:none;
	margin-bottom:15px;
	margin-top:20px;
}

.archive_news > a:first-child{display:block;}

.article_date{
	font-size:90%;
	font-weight:bold;
	color:#cfc0b6;
	display:inline-block;
	margin-bottom:15px;
}

.archive_news img{
	float:right;
	max-width:200px;
	width:50%;
	margin-left:15px;
	margin-bottom:30px;
}

.author_name{
	display:block;
	font-weight:500;
	font-size:110%;
	color:#6e5d50;
	margin-bottom:3px;
}

.search-results .archive_news {
	position: relative;
	border-bottom:solid 2px #cae2df;
	display:block;
	margin-bottom:0px;
	font-size:90%;
}

.search-results .archive_news h2{
	margin-top:20px !important;
}

/* coupon */
.category-coupon div.coupon > div{
	padding:20px 20px 25px;
}

div.coupon a{
	display:block;
	padding:0;
	margin-bottom:13px;
	border-bottom:2px solid #ffe097;
	border-bottom:3px solid #fff;
}

div.coupon h2{
	color:#594e46;
	display:inline-block;
	font-weight:700;
	background-image:none;
	padding:0 0 5px;
	font-size:100%;
	margin:0 10px 0 0 !important;
}

div.coupon a span{
	color:#2f9389;
	font-weight:500;
	font-size:95%;
}

div.coupon a span:before{
	font-family: "Font Awesome 5 Free";
	vertical-align: baseline;
	padding:0 2px 0 0;
	content:"\f05a";
	font-weight:900;
	font-size:98%;
}

@media screen and (max-width: 540px) {
	.shop_archive{
		padding:10px 3% 0;
	}

	.shop_archive h2{
		font-size:115%;
	}

	.shop_archive div{
		margin-bottom:0;
		width:72%;
	}

	.article_date,.author_name{
		margin-left:3% !important;
	}

	.archive_news img{
		margin-right:3%;
		margin-bottom:10px;
		width:30%;
	}
}

/*---- single ----*/
.alignright{
	width:48%;
	float:right;
	margin:0 1% 2.5%;
}

.alignleft{
	width:48%;
	float:left;
	margin:0 1% 2.5%;
}

.alignnone,.aligncenter{
	width: 98%;
	float: none;
	margin: 0 1% 2.5%;
}

.single .shop_archive{
	clear:both;
}

.single.feature figure{
	width:100% !important;}

/*---- form ----*/
.contact_mail form{
	font-weight:400;
}
label{cursor: pointer;}

#main .contact_mail th{vertical-align:middle;}

.contact_mail input,.contact_mail textarea {
	font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",sans-serif;
	padding:3px 4px;
	vertical-align: middle;
	border:solid 1px #bebebe;
	margin:3px 0 10px;
	font-size:110%;
}

.contact_mail td input,.contact_mail td textarea{margin:3px 0;}

.contact_mail span.wpcf7-list-item {
	display: inline-block;
	margin:0;
}

.contact_mail textarea{height:100px;}

.contact_mail span.wpcf7-form-control-wrap.acceptance {
	padding-right: 0.3em;
}

.input_l{width:100%;}
.input_m{width:100%;max-width:400px;}
.input_s{width:80%;max-width:250px;}

.must{
	color:#dca0a0;

	font-weight:500;
}

.contact_mail input[type="submit"],input.submit{
	-webkit-appearance: none;
	border-radius: 0;
	background:#dca0a0;
	border:none;
	color:#fff;
	font-weight:500;
	font-size:110%;
	padding:0.4em 1em;
	width:100px;
	display:block;
	text-align:center;
	margin:10px auto 0;
	font-family:"noto sans JP";
}

input.submit{
	background:#8cc7c1;
}

div.wpcf7 .ajax-loader{display:none !important;}

span.checkbox .wpcf7-list-item{
	display:block;
	line-height:1.8em;
}

.g-recaptcha > div{
	margin:0 auto 20px;
}

/* sns */
.wp_social_bookmarking_light{
	border: 0 !important;
	padding: 40px 0 !important;
	margin: 0 !important;
	text-align:center;
}
.wp_social_bookmarking_light div{
	border: 0 !important;
	padding: 0 !important;
	margin: 0 2px !important;
	min-height: 30px !important;
	line-height: 18px !important;
	text-indent: 0 !important;
	display:inline-block;
	vertical-align: top;
}
.wp_social_bookmarking_light img{
	border: 0 !important;
	padding: 0;
	margin: 0;
	vertical-align: top !important;
}
.wp_social_bookmarking_light_clear{
	clear: both !important;
}
#fb-root{
	display: none;
}
.wsbl_facebook_like iframe{
	max-width: none !important;
}

/* pagenavi */
.wp-pagenavi {
	clear: both;
	width:100%;
	font-size:80%;
	text-align:center;
	margin-bottom: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 10px;
	margin: 2px;
	display:inline-block;
	background:#f1f1f1;
	vertical-align:top;
}

.wp-pagenavi a:hover{
	color:#2f9389;
	background:#e4f4f2;
}

.wp-pagenavi span.current {
	font-weight: bold;
	background:#8cc7c1;
	color:#fff;
}

.wp-pagenavi .pages{
	display:block;
	background: #f1f1f1;
	padding:5px 10px;
	margin: 20px 0 10px;
}

.wp-pagenavi .nextpostslink {
	font-size:140%;
}


/* post-navigation */
.post-navigation h2 {display:none;}
.navigation {
	width:100%;
	margin:0 0 10px;
	margin-top:20px !important;
	padding: 0;
	font-size: 85%;
	clear:both;
	text-align:left;
}

.nav-previous a, .nav-next a, .nav-back a {
	padding:9px 15px;
}

.nav-previous a, .nav-next a {
	display: block;
	margin-bottom: 5px;
	line-height: 1.5em;
	text-decoration: none;
	background:#f1f1f1;
	color:#3a3a3a;
}

.nav-previous a:hover,
.nav-next a:hover{
	display: block;
	background:#e4f4f2;
}

.navigation a span {
	display:inline;
	margin-right: 1em;
	padding-right: 1em;
}

.navigation a span.navitext{
	border-right: 1px solid #a5a5a4;}

/* 404 */
.error404 #main .search_wrap{margin-bottom:2em;}

/* search result */
.box_result{
	background:#f8f8f8;
	padding: 0;
	font-size:85%;
	padding:5px 10px 10px;
	margin-bottom:10px;
}

.box_result p{
	margin:0.2em 0;
}

.box_result span{
	font-weight:500;
	color:#777;
	margin-right:3px;
}

.box_result span:after{
	content:'：';
}

.result_num{
	margin-top:10px;
	border-bottom:3px solid #8cc7c1;
	margin-bottom:0px;
	padding-bottom:4px;
	padding-left:10px;
}

.result_num span{
	font-weight:700;
	font-size:120%;
	color:#6e5d50;
}

/* adsense */
.box_adsense{
	padding: 25px 20px 20px;
	margin:40px 0 0;
	background:#f8f8f8;
	clear:both;
	text-align:center;
}

.half.box_adsense > div {
	margin-bottom:0;
	overflow:hidden;}

.box_adsense iframe{margin:0 auto;display:block;}

.box_adsense img{width:auto;}

.box_adsense > div {
	display:inline-block;
	vertical-align:top;
	margin:0 1% 15px;
}

.box_adsense > div > *{background:#fff;}

.home .box_adsense > div >img {display:block;}

.box_adsense table, .box_adsense table p {margin-bottom:0;}

/*post banner*/
.post_banner{
	width:100%;
	max-width:250px;
}

.post_banner a{margin-bottom:10px;display:block;}

@media screen and (max-width: 540px) {
	/*---- single ----*/
	.alignright,
	.alignleft,
	.alignnone{
		width: 98%;
		float: none;
		margin: 0 auto 20px;
	}

	.wp_social_bookmarking_light{
		padding: 40px 0 0 !important;
	}
}

/* ------------------------------------------  
device width
------------------------------------------ */
.pc{display:block;}
.sp,.tablet,.spbr,#sp_nav{display:none !important;}


@media screen and (max-width: 768px) {
	body{font-size:95%;}
	.pc-tablet,.nbr{display:none;}
	.tablet{display:block !important;}
}

@media screen and (max-width: 540px) {
	body{font-size:95%;}
	.pc,.tablet,.nbr{display:none !important;}
	.sp{display:block !important;}
	.spbr{display:inline !important;}
}

/*===CLEARFIX===*/
header .inner:before,
.index_ad:before,
.half:before,
.selectbox dd:before,
#contents:before,
.shop_archive:before,
.side_ad:before,
#main .search_wrap:before,
.box_adsense:before,
.clearfix:before {
	display: table;
	content: " ";
}
header .inner:after,
.index_ad:after,
.half:after,
.selectbox dd:after,
#contents:after,
.shop_archive:after,
.side_ad:after,
#main .search_wrap:after,
.box_adsense:after,
.clearfix:after {
	display: table;
	content: " ";
	clear: both;
}
/* Localized */


input[type='text'].it {
  width: 100%;
  padding: 8px;
  /*line-height: 20px;*/
}

#tareaShort,#tareaLong {
  width: 100%;
  padding: 8px;
  line-height: 20px;
}



/*↓↓↓kosaka↓↓↓*/
a.submit {
    -webkit-appearance: none;
    border-radius: 0;
	background: #8cc7c1;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 110%;
    padding: 0.6em 1em;
    width: 100px;
    display: block;
    text-align: center;
    margin: 10px auto 0;
    font-family: "noto sans JP";
}


/*↑↑↑kosaka↑↑↑*/