/******************************************************************
Theme Name: yakushimaya
Version: beta
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
*/

/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary { display: block;}
audio,canvas,video { display: inline-block; *display: inline; *zoom: 1;}
audio:not([controls]) { display: none; height: 0;}
[hidden] { display: none;}
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
html,button,input,select,textarea { font-family: sans-serif;}
body { margin: 0;}
a:focus { outline: thin dotted;}
a:active,a:hover { outline: 0;}
h1 { font-size: 2em; margin:0;}
h2 { font-size: 1.5em; margin:0;}
h3 { font-size: 1.17em; margin:0;}
h4 { font-size: 1em; margin:0;}
h5 { font-size: 0.83em; margin:0;}
h6 { font-size: 0.75em; margin:0;}
b,strong { font-weight: bold;}
blockquote { margin: 1em 40px;}
dfn { font-style: italic;}
mark { background: #ff0; color: #000;}
p,pre { margin: 0;}
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
q { quotes: none;}
q:before,q:after { content: ''; content: none;}
small { font-size: 75%;}
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup { top: -0.5em;}
sub { bottom: -0.25em;}
dl,menu,ol,ul { margin: 0;}
dd { margin: 0 0 0 0px;}
menu,ol,ul { padding: 0 0 0 0px;}
nav ul,nav ol { list-style: none; list-style-image: none;}
img { border: 0; -ms-interpolation-mode: bicubic;}
svg:not(:root) { overflow: hidden;}
figure { margin: 0;}
form { margin: 0;}
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px;}
button,input,select,textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;}
button,input { line-height: normal;}
button,html input[type="button"],input[type="reset"],input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible;}
button[disabled],input[disabled] { cursor: default;}
input[type="checkbox"],input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0;}
textarea { overflow: auto; vertical-align: top;}
table { border-collapse: collapse; border-spacing: 0;}
p { -webkit-hyphens: auto; -epub-hyphens: auto; -moz-hyphens: auto; hyphens: auto;}
b,strong,.strong { font-weight: bold;}
dfn,em,.em { font-style: italic;}
small,.small { font-size: 75%;}
ul,ol { padding: 0; list-style-type: none;}
dd { margin: 0;}
.sidebar ul,.sidebar ol,.commentlist { list-style: none;}
.clearfix { zoom: 1;}
.clearfix:before,.clearfix:after { content: ""; display: table;}
.clearfix:after { clear: both;} * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.image-replacement { text-indent: 100%; white-space: nowrap; overflow: hidden;}
.text-left { text-align: left;}
.text-center { text-align: center;}
.text-right { text-align: right;}
.alert-help,.alert-info,.alert-error,.alert-success { margin: 10px; padding: 5px 18px; border: 1px solid;}
.alert-help { border-color: #e8dc59; background: #ebe16f;}
.alert-info { border-color: #bfe4f4; background: #d5edf8;}
.alert-error { border-color: #f8cdce; background: #fbe3e4;}
.alert-success { border-color: #deeaae; background: #e6efc2;}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5 {
	text-rendering: optimizelegibility;
	font-weight: 500;
	font-weight:bold;
}
h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a {
	text-decoration: none;
}

h1,.h1 { font-size: 2.5em; }
h2,.h2 { font-size: 1.75em; }
h3,.h3 { font-size: 1.125em; }
h4,.h4 { font-size: 1.1em; }
h5,.h5 { font-size: 0.846em; }

/*ノーマライズCSS　ここまで*/
img{ vertical-align: bottom; }

body {
	font-family:'Meiryo','Lucida Grande','Hiragino Kaku Gothic ProN',
	Meiryo, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	color: #565656;
	letter-spacing: 0.07em;
	background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
	background: linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
	background-size: 4px 4px;	
}

a { 
}
a,a:visited {
	color:#060;
	text-decoration: none;
}
a:hover,a:focus,a:visited:hover,a:visited:focus {
	color: #030;
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	
}
a:link,a:visited:link {
	-webkit-tap-highlight-color: rgba(0,0,0,0.3);
}

.scrolling-bg a,
.scrolling-bg a:visited,
.scrolling-bg a:hover,
.scrolling-bg a:focus,
.scrolling-bg a:visited:hover,
.scrolling-bg a:visited:focus {
	color:#000;
  margin: 0.5rem 0;
}
.nav {
	max-width:1060px;
	margin:0 auto;
	border: 0;
}
.nav ul {
	margin-top: 0;
	float:right;
}
.nav li {
	float: left;
	position: relative;
	width:25%;
}
.nav li a {
	border-bottom: 0;
}
.nav li a:hover,.nav li a:focus {
	opacity:0.8;
}
.nav li ul.sub-menu,.nav li ul.children {
	margin-top: 0;
	border: 1px solid #ccc;
	border-top: 0;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	z-index: 8999;
}
.nav li ul.sub-menu li a,.nav li ul.children li a {
	padding-left: 10px;
	border-right: 0;
	display: block;
	width: 180px;
	border-bottom: 1px solid #ccc;
}
.nav li ul.sub-menu li:last-child a,.nav li ul.children li:last-child a {
	border-bottom: 0;
}
.nav li:hover ul {
	top: auto;
	overflow: visible;
	visibility: visible;
}

.cl1{ width:9.69%;}
.cl2{ width:19.69%;}
.cl3{ width:29.69%;}
.cl4{ width:39.69%;}
.cl5{ width:49.69%;}
.cl6{ width:59.69%;}
.cl7{ width:69.69%;}
.cl8{ width:79.69%;}
.cl9{ width:89.69%;}
.cl10{ width:99.69%;}

.nlcl1{ width:9.69%;}
.nlcl2{ width:19.69%;}
.nlcl3{ width:29.69%;}
.nlcl4{ width:39.69%;}
.nlcl5{ width:49.69%;}
.nlcl6{ width:59.69%;}
.nlcl7{ width:69.69%;}
.nlcl8{ width:79.69%;}
.nlcl9{ width:89.69%;}
.nlcl10{ width:99.69%;}

.bg0{
	background-color:#ccc;
	min-height:10px;
	margin:1px;
}
.fl{ float:left; }

#content {
	margin-top: 2.2em;
	max-width:100%;
	margin:0 auto;
}

.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	margin: 4px 0 7px;
	text-align: center;
}

.pagination,.wp-prev-next {
	margin: 1.1em 0 2.2em;
}
.pagination {
	text-align: center;
}

.pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	margin: 1px;
}

.pagination ul li {
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
}

.pagination ul li a,
.pagination ul li span {
	margin: 0;
	text-decoration: none;
	padding: 0;
	line-height: 1em;
	font-size: 1em;
	font-weight: normal;
	padding: .5em;
	min-width: 1em;
	display: block;
}

.pagination ul li span.current {
	font-weight: bold;
}

.wp-prev-next .prev-link { float: left; }
.wp-prev-next .next-link { float: right; }

#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
	margin: 0 20px 1.1em;
}

.footer {
	clear: both;
}

#main{
	clear:both;
	margin-left:0;
	float:left;	
}

.onecol { width: 5.801104972%;}
.twocol { width: 14.364640883%;}
.threecol { width: 22.928176794%;}
.fourcol { width: 31.491712705%;}
.fivecol { width: 40.055248616%;}
.sixcol { width: 48.618784527%;}
.sevencol { width: 57.182320438000005%;}
.eightcol { width: 65.74585634900001%;}
.ninecol { width: 74.30939226%;}
.tencol { width: 82.87292817100001%;}
.elevencol { width: 91.436464082%;}
.twelvecol { width: 99.999999993%;}
.onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol,.twelvecol { 
	position: relative;
	float: left;
	margin-left: 2.762430939%;
}

img{
	max-width: 100%;
}
.first { margin-left: 0;}
.last	{ float: right; }

.header{
	/*background-color:#fff;*/
	/*border-top: #26318f solid 8px;*/
}
/*サブオリジナル*/
.rental{
	padding: 1%;
	list-style-type:disc;
	margin-left: 2%;
}
.haired{
	background-color: #b11111;
	color: #fff;
	padding: 1px;
}
.red{
	color: #F03;
	padding-top: 1%;
}
.planflow{
	padding: 2%;
}
.planmj{
	background-color: rgba(255,255,255,0.6);
	padding: 2%;
	margin-top: 1%;
}
.syoumds02{
	color: #F60;
	border-bottom: dotted 1px #F60;
	font-size: 1.7em;
	padding-left: 2%;
}
.cal04 img{
	float: left;
	width: 25%;
	padding: 1%;
}
.green {
    color: #060;
    font-size: 1.2em;
    border-bottom: dotted 1px #060;
}
.wrap{
	width: 1200px;
	max-width: 100%;
}
#inner-content{
	width: 1200px;
	max-width: 100%;
}

.syomds{
	background-color: #060;
	color: #fff;
	padding: 1%;
	font-size: 1.5em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 2%;
	margin-top: 2%;
}
/*--topオリジナル--*/
#content{
	width:1200px;
	padding-top: 2%;
}
#telb {
    display: none;
}
.pckesu2{
	display: none;
}
#header-catch{
	display:none;
}
#haikei{
	background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
	background: linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
	background-size: 4px 4px;
}
#topue{
	width: 1200px;
        max-width: 100%;
}
#sabmenu{
	display:none;
}
#topmenu{
	width: 1200px;
}
#topmenu li{
	float: left;
}
.menulogo{
	width: 10%;
}
.menuhoka{
	width: 15%;
	padding-top: 2%;
}
.cl02naka p{
	color: #060;
}
.toptextsukima{
padding: 5%;
text-align: left;
}
.topkuwa{
width: 50%;
}

#topsita{
	width: 1200px;
	max-width: 100%;
}

.setplanga{
	border: solid 5px #060;
}


.cl03naka img{
border: solid 5px #060;
}
.cb{
	clear: both;
}

.toptex{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	font-size: 1.1em;
	line-height: 2em;
}
.kuwa{
	border: 1px #060 solid;
	padding: 1px;
	color: #060;
	font-style: normal;
}
.topnakaga{
	opacity: 0.7;
	padding-top: 3em;
}

.cl02naka{
	width: 50%;
	float:left;
}

.cl02naka01{
	width: 50%;
	float:left;
}

.cl02naka02{
	width: 50%;
	float:left;
}

.cl02naka03{
	width: 50%;
	float:right;
}

.cl02naka04{
	width: 50%;
	float:right;
}

.cl03naka{
	width: 33.3%;
	float: left;
	padding: 1%;
}
.cl04naka{
	width: 50%;
	float:left;
}
/*--footer--*/

#inner-footer{
	width:1280px;
	max-width:100%;
	margin:	0 auto;
}

#f01,#f02,#f03{ float:left; }

#f01{
	width:40%;
	background-color: rgba(255,255,255,0.8);
	padding: 2%;
	color: #060;
	margin-top: 3%;
}
#f02{ width:20%;

text-align: center;
}
#f03{ width:40%;
	margin-top: 3%;
}

.footer{
	background-image: url("http://yakushimaya-yado.com/test/wp-content/uploads/foterga.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.copy{
	background-color: #060;
	color: #fff;
}

.footer p{
	color: #060;
}
/*-- RSS --*/
#rss{
	
}
#rss ul{
	height:200px;
	overflow-y:scroll;
	width:100%;
	padding:10px;
	border:1px solid #CCC;	
	letter-spacing: 0.05em;
}
#rss ul li{
	border-bottom:1px dashed #CCC;	
	padding:2px 0;
}

/*-- お問い合わせメールフォーム --*/
.mailtex{
	background-color: #fff7e0;
	padding: 2%;
	margin-top: 1%;
	margin-bottom: 2%;
	color: #060;
}
.tel{
	color: #060;
	font-size: 3em;
	text-align: center;
}
.tel p{
	font-size: 0.3em;
	background-color: #fff7e0;
	padding: 2%;
	text-align: left;
	margin-bottom: 2%;
}
.mds{
	border-bottom: solid 1px #060;
	margin-bottom: 2%;
}
.mailform{
	background-color: #fff;
	padding: 2%;
	margin-bottom: 2%;
}
.mailform p{
	margin-bottom: 2%;
}
.formkou{
	 background-color: #060;
    color: #fff;
    padding: 1%;
}
span.wpcf7-list-item {
    float: left;
}
.wpcf7{
	width:850px;
	margin:2em auto!important;
	max-width:95%;	
}

.wpcf7 dl{
	width:100%;	
	display:table;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.wpcf7 dt{
	width:35%;	
	display:table-cell;
	border-right:1px solid #CCC;
	background-color:#edeafc;
	padding:2%;
}

.wpcf7 dt span{
	color:#d60101;
	font-size:0.7em;
	padding-left:1%;	
}

.wpcf7 dd{
	width:65%;	
	display:table-cell;
	border-right:1px solid #EEE;
	padding:2%;
}

.wpcf7 dl:nth-child(5n){
	border-bottom:1px solid #CCC;
}

.wpcf7 div{
}

.wpcf7-submit {
	width:30%;
	font-size: 1.2em;
	font-weight: bold;
	padding:3%;
	color: #060;
	border: solid #060 3px;
	background-color: #fff;
	border-radius: 5px;	
	transition:all ease 0.3s;
}

.wpcf7-submit:hover{
	background-color: #CFC;
}

.wpcf7-text {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border:1px solid #ccc;
	padding:1%;
}

.wpcf7-text:focus, .wpcf7-textarea:focus{
	background-color:#fdfcff;	
}

.wpcf7-textarea {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border:1px solid #EEE;
	padding:1%;
}

/* =blog
-------------------------------------------------------------- */
.sidebar {
	margin-top: 2.2em;
	float:left;
}

.widgettitle {
	margin-bottom: 0.75em;
	color: #357729;
  border-bottom: 1px dotted #357729;

}
.screen-reader-text {
	color: #357729;
}

.widget {
  margin: 1rem 2rem; 
  vertical-align: top;
}

.widget ul li {
	margin-bottom: 0.75em;
}

.widget ul li ul {
	margin-top: 0.75em;
	padding-left: 1em;
}
	
	
.blogset .article-footer{
	padding-bottom:10px;
	margin-bottom:10px;	
	border-bottom:1px dashed #CCC;
}

.entry-content h2{
	padding: 0.6rem;
	margin: 1rem 0;
	font-weight: normal;
	font-size: 1.4rem;
	color: #357729;
	border-top: 3px solid #357729;
	background-color: #d6ead2;
}
.entry-content h4{
	padding: 0.6rem;
	margin: 1rem 0;
	font-size: 1rem;
	font-weight: normal;
	color: #357729;
	border-top: 3px solid #357729;
	border-bottom: 3px solid #357729;
}
.entry-content h5{
	padding: 0.6rem;
	margin: 1rem 0;
	font-size: 1rem;
	font-weight: normal;
	color: #357729;
	border-top: 3px solid #357729;
}
.entry-content h6{
	padding: 0.6rem;
	margin: 1rem 0;
	font-size: 1rem;
	font-weight: normal;
	color: #357729;
}

/*****************************************************blogEnd***/




/* =header
-------------------------------------------------------------- */
#header-catch {
	color: #fff;
	text-align:center;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 0.9rem;
}

#sub_header { background: #fff; }
#sub_header #header-catch { color: #000; color: #000; padding: 0 7%; }
#sub_header h1 {width: 15%; }
#sub_header ul { width: 80%; }
#sub_header li { background: url("./images/border_menu_bk.png") repeat-x center center; margin: 0 10px; }
#sub_header a { color: #000; }
#sub_header .wrap {
	padding: 20px 0 10px;
}

/*.header{ border-top: none; }*/
.nav li{ width: 300px; }

header {
	position:absolute;
	z-index:100;
	width: 100%;
}

header.article-header {
	position: initial;
}
header nav { text-align: center; }
header h1 {
	display:inline-block;
}
header h1 img{ width: 100%; }
header ul {
	display:inline-block;
	vertical-align: top;
	text-align: center;
	width: 1200px;
	max-width: 100%;
}
header li {
	display:inline-block;
	text-align:center;
	width: 13.7%;
}
header li img{
	max-width:100%;
}
header li a { display: inline-block; }
#header_concept {
	/*width: 90%;
	margin: 30px 5% 0;*/
    width: 100%;
    margin-bottom: 15%;
    position: absolute;
    top: 250px;
    z-index: 100;
}
#header_concept img {
	
}
header li span {
	display:block;
	line-height:36px;
}
header li span.en {
	font-size: 0.9rem;
	padding: 0 1rem;
}
header li hr {
	border-top: 1rem;
}
header li span.ja {
	font-size: 0.9rem;
	padding: 0 1rem;
}


/*top background*/
.wrap {
	margin: 0 auto;
	zoom: 1;
}

.scrolling-bg {
	position: relative;
	z-index: 9;
}
.fixed-bg {
	position: relative;
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
}
.fixed-bg.bg-1,
.fixed-bg.bg-2,
.fixed-bg.bg-3 {
	height: 500px;
}
.fixed-bg.bg-1 {
	background-image: url("./images/bg_1.jpg");
	text-align: center;
}
.fixed-bg.bg-2 {
	background-image: url("./images/bg_2.jpg");
}
.fixed-bg.bg-3 {
	background-image: url("./images/bg_3.jpg");
	z-index:3;
}
img.h2_title {
	width: 160px;
}
.fixed-bg.bg-1 img.h2_title {
	margin-top: 230px;
}

/*slider*/
.bx-controls { display: none; }
#slider ul img{ width:100%; }

/*top info*/
.box{
	display:inline-block;
	vertical-align: top;
	text-align: center;
}
/* popular menu */
#popular_menu a { display: initial; }
#popular_menu .box img { width:33%; }


/*footer*/
.fixed-bg.bg-footer p,
.fixed-bg.bg-3 p {
	color: #ECECEC;
	text-align:center;
	position: absolute;
	bottom: 70px;
	width: 100%;
}
.fixed-bg.bg-footer #Copyright,
.fixed-bg.bg-3 #Copyright {
	color: #ECECEC;
	position: absolute;
	bottom: 30px;
}
.fixed-bg.bg-3 #link_koubundo {
	text-align:center;
	background-color: rgba(1,1,1,0.5);
}
.fixed-bg.bg-3 #link_koubundo a {
	display:block;
	color:#fff;
	font-size: 1.3rem;
	padding: 30px 0;
}
.fixed-bg.bg-3 #link_koubundo a span {
	font-size: 1rem;
}

/* =subpage header
-------------------------------------------------------------- */
.fixed-bg.bg-greeting { background-image: url("./images/bg_greeting.jpg"); }
.fixed-bg.bg-menu	 { background-image: url("./images/bg_menu.jpg"); }
.fixed-bg.bg-campaign { background-image: url("./images/bg_greeting.jpg"); }
.fixed-bg.bg-service	{ background-image: url("./images/bg_service.jpg"); }
.fixed-bg.bg-news	 { background-image: url("./images/bg_greeting.jpg"); }
.fixed-bg.bg-contact	{ background-image: url("./images/bg_contact.jpg"); }

.fixed-bg.bg-greeting,
.fixed-bg.bg-menu,
.fixed-bg.bg-campaign,
.fixed-bg.bg-service,
.fixed-bg.bg-news,
.fixed-bg.bg-contact {
	height:350px;
}
.fixed-bg.bg-greeting img,
.fixed-bg.bg-menu img,
.fixed-bg.bg-campaign img,
.fixed-bg.bg-service img,
.fixed-bg.bg-news img,
.fixed-bg.bg-contact img {
	margin: 200px 43% 0;
	width: 14%;
}

/* =subpage footer
-------------------------------------------------------------- */
.fixed-bg.bg-footer {
	height:600px;
	background-image: url("./images/bg_footer.jpg");
	z-index: 3;
}


/* =GREETING page
-------------------------------------------------------------- */
#image_greeting {
	text-align: center;
}
#image_greeting li {
	overflow:hidden;
  width: 200px;
  height: 300px;
  display: inline-block;
}

#image_shop {
	text-align: center;
}
#image_shop li {
	overflow:hidden;
  width: 200px;
  height: 200px;
  display: inline-block;
}

/* =CAMPAIGN NEWS page
-------------------------------------------------------------- */
#campaign h1,
#news h1,
#contact h3 {
	background: url("http://hair-kankan.com/wp-content/themes/hair-kankan/images/bg_h3.png") no-repeat left top;
	height:80px;
	line-height:100px;
	padding-left: 100px;
	margin: 20px;
	font-size:1.2rem;
	color: #357729;
	letter-spacing: 7px;
	font-weight: normal;
}
#campaign h3,
#news h3 {
	color: #357729;
  margin: 0 0 20px;
  padding: 0.6rem;
  /*padding-left: 10px;*/
  font-weight: normal;
	font-size: 1.1rem;
  /*border-bottom: 1px dotted #357729*/
  /*border-left: 5px solid #357729;*/
  font-size: 1.2rem;
 	font-weight: normal;
  letter-spacing: 7px;
  background: #d6ead2;
}
#campaign article,
#news article {
  padding: 40px 0;
  border-bottom: 1px dotted #357729;
}
.entry-content {
	font-size: 0.9rem;
}

/* SNS link */
h3.sd-title {
	display: none;
}
.sd-content {
	margin-top: 1rem;

}

/* =CONTACT page
-------------------------------------------------------------- */
#contact h3 {
	margin: 50px 20px 20px;
}

#contact h3 .en { padding-left: 20px; }

/* =list-gr
-------------------------------------------------------------- */
.list-gr {
 font-size:0.8rem;
}
.list-gr dl{
 width:100%;
 overflow:hidden;
}
.list-gr dt{
 width:20%;
 float:left;
 padding:2% 1%;
 color:#429233;
}
.list-gr dd{
 width:80%;
 float:left;
 padding:2% 1%;
}
.list-gr dl:nth-child(even){
 background-color:#ecf2ea; 
}

/* =list-scroll
-------------------------------------------------------------- */
.list-scroll {
	overflow: auto;
	overflow: scroll;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;
	color: #000;
}
.list-scroll a{
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding: 10px 0;
	width:100%;
	text-align:left;
}
.list-scroll a .time {
	padding-right:20px;
	color:#4CD672;
}

/* =select - news
-------------------------------------------------------------- */
#cat,
#archives-dropdown-3 {
	color: #000;
	background: #FFF;
	margin: 0 5px;
	padding: 6px 10px;
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
	border: 1px solid rgba(1,1,1,0.2);
	border: 1px solid #CCCCCC;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-appearance: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	appearance: button;
}

#cat:hover,
#archives-dropdown-3:hover {
	background: #306d23;
	color: #fff;
}

/* =TOP popular menu
-------------------------------------------------------------- */
/*
#popular_menu #btn_greeting { background:url("./images/btn_greeting.jpg") no-repeat center center 100% 100%; }
#popular_menu #btn_greeting figcaption { background:url("./images/btn_greeting_over.png") no-repeat center center fixed; }
#btn_greeting:hover figure { background:url("./images/btn_greeting_over.png") no-repeat center center fixed !important; }
#popular_menu figure p.title{ display: inline-block; background: url("./images/border_menu.png") repeat-x center center; }
*/

#popular_menu span {
	display:block;
	line-height:36px;
}
#popular_menu span.en {
	font-size: 13px;
	padding: 0 5px;
}

#popular_menu figure {
	position: relative;
	text-align: center;
	overflow: hidden;
	width: 100%;
}
#popular_menu figure a {
	color: #fff;
}
#popular_menu figure a:hover {
	opacity: 1;
}
#popular_menu figure .btn_out { display:block; }
#popular_menu figure:hover .btn_out { display:none;}
#popular_menu figure .btn_over { display:none; }
#popular_menu figure:hover .btn_over { display:block;}

#popular_menu figure:hover figcaption,
#popular_menu #btn_greeting figure:hover figcaption {
	opacity: 1;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}
/*#popular_menu figure img {
	vertical-align: bottom;
}*/
#popular_menu #btn_greeting figure figcaption {
	position: absolute;
	bottom: 10%;
	left: 10%;
	height: 80%;
	width: 80%;	

	background: rgba(255,255,255,0.8);

	color: #356711;
	
	opacity: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}
#popular_menu figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	
	height: 100%;
	width: 100%;	
	
	opacity: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}

#popular_menu figcaption p {
	vertical-align: top;
}
#popular_menu figcaption p.title {
	border-bottom: 1px solid #356711;
	padding: 10% 5% 0;
	font-size: 1.2rem;
}
#popular_menu figcaption p.text {
	padding: 5%;
	font-size: 0.9rem;
}
#popular_menu figcaption p.link {
	background:#356711;
	color:#fff;
	display: inline-block;
	padding: 3%;
	margin:0 0 10%;
}

/* =pege title
-------------------------------------------------------------- */
.pege_title {
	text-align: center;
}
.pege_title .title {
	display: inline-block;
	background: url("./images/border_menu.png") repeat-x center center;
	color: #fff;
	font-size: 1rem;
}
.pege_title span {
	display:block;
	line-height:1.5rem;
	padding: 0 5px;
}
.pege_title span.en {
}

.row {
	margin: 0 auto;
}


/* =detail
-------------------------------------------------------------- */
.bd-l {border-left: 1px solid;}
.ta-c {text-align:center;}

.pd0	{padding: 0px;}
.pt0	{padding-top:0px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt45 {margin-top:45px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.z2   {z-index:2;}

/* =リンク
-------------------------------------------------------------- */
.scrolling-bg a.link,
a.link {
	text-decoration:none;
	display:inline-block;
	text-align:center;
	padding:10px;
	color:#fff;
	background-color:#357729;
	border-radius:5px;
  margin-top:1rem;
}


/* =animeation
-------------------------------------------------------------- */
img.grow {
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}

img.grow:hover {
	-webkit-transform:scale(1.5,1.5);
	-moz-transform:scale(1.5,1.5);
	-ms-transform:scale(1.5,1.5);
	-o-transform:scale(1.5,1.5);
	transform:scale(1.5,1.5);
}

#menu #waku {
text-align: center;
border: 1px solid;
padding:5px;
}
#menu .menu-cat{
font-size: 1.2rem;
}
#menu span.menu-gr{
color: #18630a;
color:#459236;
}
#menu .menu-en{
margin-left: 20px;
font-size:1rem;
}

#service .col-md-4 { text-align: center !important; }


/* --------------------------------------------------------------
	tablet
-------------------------------------------------------------- */
/*@media screen and (max-width: 980px){*/
@media screen and (max-width: 1140px){


/*オリジナル*/ 
#inner-content{
	padding: 4%;
}
#f03{
	text-align: center;
	width: 100%;
    float: none;
}
#f01{
	width: 80%;
    background-color: rgba(242, 242, 242, 0.8);
    color: #060;
    margin-top: 3%;
    border: solid 1px #060;
}
#f02{
	width: 20%;
}
.toptex {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
    font-size: 1em;
    line-height: 1.5em;
}
.toptextsukima{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.topkuwa{
	width: 30%;
}
.cl02naka01{
	width: 30%;
	float:left;
	padding-left: 5px;
}

.cl02naka02{
	width: 70%;
	float:left;
}

.cl02naka03{
	width: 30%;
	float:left;
	padding-left: 5px;
}

.cl02naka04{
	width: 70%;
	float:left;
}

.onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol,.twelvecol { 
	position: inherit;
	float: none;
	margin-left: 0;
	width:100%;
}
	
.header{
	-moz-background-size:auto 100%;
	background-size:auto 100%; 
}	

#sub_header .wrap { padding:0; }
#sub_header li { margin:0; }

.wrap{ width:100%; }

.fixed-bg.bg-greeting,
.fixed-bg.bg-menu,
.fixed-bg.bg-campaign,
.fixed-bg.bg-service,
.fixed-bg.bg-news,
.fixed-bg.bg-contact {
	height:250px;
}
	
.fixed-bg.bg-greeting img,
.fixed-bg.bg-menu img,
.fixed-bg.bg-campaign img,
.fixed-bg.bg-service img,
.fixed-bg.bg-news img,
.fixed-bg.bg-contact img {
	width: 20%;
	margin: 100px 40% 0;
}

/* menu */
nav{
	display:none;
}

#top_news .col-xs-12,
#info .col-xs-12{
	margin:20px 0;
	text-align:center;
}
	
/*greeting*/
#greeting .col-xs-12{	margin:20px 0;}
#greeting .list-gr { font-size:1rem; }
#greeting .list-gr dd { text-align:left; }

/*menu*/
#menu { padding: 50px 0; }
#menu .wrap {	padding: 0 10%; }
#menu .bd-l { border-left: none; }
#menu #contact_link { margin: 10% 0; }
#menu .menu-cat { padding-bottom:1rem; }
#menu #waku { display: inline-block; width: initial; }

  
#news .entry-content,
#campaign .entry-content {
	margin: 0 20px;
}

#service p {
	margin: 0 20px;
}
#service .col-xs-12 {
	text-align: center;

	width: initial;
	margin: 20px 0;
}
	
/* menu */
#wprmenu_bar {
	display: block!important;
	border-bottom: 1px solid #D2D2D2;
}

/* header */
header #header-catch {
	width:100%;
	text-align:center;
	display:block;
	position:absolute;
/*	top:0;
	padding:5px 0;*/
  background:rgba(0,0,0,0.3);
}
#inner-header {
	padding:0;
}
#sub_header #header-catch {
	color: #fff;
}
/*
#archives-3 {
	margin: 0 20px;
}
*/
  
  
#wprmenu_menu.wprmenu_levels ul li {
  border-bottom: dashed 1px #ccc !important;
  border-top: none !important;
}
  
  
  
}


/* --------------------------------------------------------------
	SP
-------------------------------------------------------------- */
@media screen and (max-width:640px){
.footer{
	background-image: none;
}

#haikei{
	background: none;
}

body {
	background: -webkit-gradient(linear, left top, right bottom, from(#efefef), color-stop(0.25, #efefef), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #efefef), color-stop(0.75, #efefef), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #efefef 25%, white 25%, white 50%, #efefef 50%, #ddd 75%, white 75%, white);
	background: linear-gradient(-45deg, #efefef 25%, white 25%, white 50%, #ddd 50%, #efefef 75%, white 75%, white);
	background-size: 4px 4px;	
}
.cal04 img{
	float: left;
	width: 50%;
	padding: 1%;
}
.copy {
    padding-bottom: 110px;
    font-size: 0.8em;
}
#telb a{
	float: left;
	width: 50%;
}
#telb {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    max-width: 100%;
}

#f03{
	text-align: left;
	width: 100%;
    float: none;
	padding: 1%;
}
#f01{
	width: 100%;
    float: none;
	margin-top: 5px;
}
#f02{
	width: 100%;
    float: none;
}

.cl03naka {
    width: 100%;
    float: none;
}
.pckesu2{
	display: inherit;
	border: solid 1px #ccc;
	margin-left: 2%;
    margin-right: 2%;
}
.row {
	margin: 0;
}
.col-xs-4{
	width:100%; 
}
	
.sidebar {
	margin-top: 0em;
}
	
.nav {
	border: 1px solid #ccc;
	border-bottom: 0;
}

.pckesu{ display:inline; }
.spkesu{ display:none; }

.cl1,.cl2,.cl3,.cl4,.cl5,.cl6,.cl7,.cl8,.cl9,.cl10{
	width:100%;
	float:none;
}
.cl04naka{
	width: 100%;
	float:none;
}

/* =header
-------------------------------------------------------------- */

header #header-catch {
	width:100%;
	text-align:center;
	display:block;
	position:absolute;
	top:0;
	padding:5px 0;
}
#header_concept {
   display:none;
   display:initial;
    top:70px;
}
  
/* =TOP NEWS
-------------------------------------------------------------- */
.list-scroll a .time {
	display: block;
}

/* =sub page header
-------------------------------------------------------------- */
.fixed-bg.bg-greeting img,
.fixed-bg.bg-menu img, 
.fixed-bg.bg-campaign img,
.fixed-bg.bg-service img,
.fixed-bg.bg-news img,
.fixed-bg.bg-contact img {
	width: 30%;
	margin: 70px 35% 0;
}

/* =TOP background
-------------------------------------------------------------- */
.fixed-bg.bg-1,
.fixed-bg.bg-2,
.fixed-bg.bg-3 {
height: 200px;
}
.fixed-bg.bg-1 img.h2_title {
 margin-top:70px;
 }

/* footer */
.f01,.f02,.f03{
	float:none;
	width:100%;
}

.fixed-bg.bg-footer{
	height: 300px;
}
	
.fixed-bg.bg-3 #link_koubundo a {
	font-size: 1rem;
	padding: 10px 0;
}
.fixed-bg.bg-3 {
	height: 300px;
}
 
.fixed-bg.bg-footer p,
.fixed-bg.bg-3 p {
	bottom: 50px;
	font-size: 0.8rem;
}

.fixed-bg.bg-footer #Copyright, 
.fixed-bg.bg-3 #Copyright {
	bottom: 0;	
}

/* =list-gr
-------------------------------------------------------------- */
.list-gr dl dt{
	width:100%;
	float:none;
	padding:0.3em;
}	
.list-gr dl dd{
	width:100%;
	float:none;
	padding-left:10%;
}

/* =list-scroll
-------------------------------------------------------------- */
.list-scroll {
height:initial;
border:none;
}

/* =MENU page
-------------------------------------------------------------- */
#menu .col-xs-12.bd-l p {
	border-bottom: dashed 1px #ccc;
  padding: 0.5rem 0;
}
  
/* =CONTACT,CAMPAING,NEWS page
-------------------------------------------------------------- */
#campaign h1,
#news h1,
#contact h3 {
	line-height: 1.2rem;
	line-height: 1.5rem;
	height: initial;
	padding: 0;
	padding-top: 90px;
	letter-spacing:1px;
	padding-top: 15%;
  background-size: 30%;
  font-size: 1rem;
}
#campaign h3,
#news h3{
	padding-top: 0;
  padding: 3px;
  text-align: center;
  letter-spacing: initial;
}
#campaign article,
#news article {
	padding: 10px 0 30px;
}

#contact h3 .en {
/*
	display:block;
	padding: 0;
*/
}	
#service .col-xs-12 {
	width: 100%;
}
#contact img {
	width:100%;
}

.wpcf7{
	width:850px;
	margin:1em auto!important;
	max-width:95%;	
}

.wpcf7 dt{
	width:35%;	
	display:table-cell;
	border-right:1px solid #CCC;
	background-color:#edeafc;
	padding:2%;
}

.wpcf7 dt span{
	color:#d60101;
	font-size:0.7em;
	padding-left:1%;
	display:block;
}

.wpcf7 dd{
	width:65%;	
	display:table-cell;
	border-right:1px solid #EEE;
	padding:2%;
}

.wpcf7 div{
	margin:1em auto;
}

.wpcf7-submit {
	width:100%;
	font-size: 1.2em;
	font-weight: bold;
	padding:3%;
	border-radius: 5px;	
	transition:all ease 0.3s;
} 

}

@media screen and (max-width:350px){

.fixed-bg.bg-greeting,
.fixed-bg.bg-menu,
.fixed-bg.bg-campaign,
.fixed-bg.bg-service,
.fixed-bg.bg-news,
.fixed-bg.bg-contact {
	height:250px;
}

.fixed-bg.bg-greeting img,
.fixed-bg.bg-menu img, 
.fixed-bg.bg-campaign img,
.fixed-bg.bg-service img,
.fixed-bg.bg-news img,
.fixed-bg.bg-contact img {
	width: 50%;
	margin: 70px 25% 0;
	width: 30%;
	margin: 100px 35% 0;
}
  
#header_concept {
  top: 50px;
}

}

.flex-direction-nav li:nth-child(1) {
	position: absolute;
	top:0;
	bottom:0;
	left:36px;
	margin:auto;
}
.flex-direction-nav li:nth-child(2) {
	position: absolute;
	top:0;
	bottom:0;
	right:36px;
	margin:auto;
}

.news::after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.news-item {
	float: left;
	width:33.33%;
	padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
@media (max-width:767px){
	.news-item {
		float: none;
		width:100%;
		padding:15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
	}
}
.news-item .date {
	background: #276720;
	color: #fff;
	padding:2px 10px;
	display: inline-block;
	margin:5px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.news-item .date {
	padding:2px 10px;
}
