/*
Theme Name: wako
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 
License: 
License URI: 
Tags: 
Text Domain: 
*/@charset "UTF-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(/img/space.gif);
}
table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(/img/space.gif);
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	background-image: url(/img/space.gif);
}
a {
	outline: none;
	text-decoration: none;
	color: #2a2b2b;
}
a:hover {
	text-decoration: none;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
img , iframe { vertical-align: bottom; }
* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}
.Clear { clear: both; }
.SpNo { display: none; }

* {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------body---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background-color: #fff;
	overflow-y: scroll;
	line-height: 1.55;
	font-feature-settings: "palt" 1;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Roboto, Verdana, "Droid Sans", sans-serif;
	font-size: 14px;
	color: #2a2b2b;
}

div#PageTop a {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/img/parts/pagetop.png) no-repeat left top;
	background-size: cover;
	position: fixed;
	bottom: 1%;
	right: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------Header------------------------------------------------------------*/
div#Header {
	position: relative;
	width: 100%;
	border-bottom: 9px solid #f00;
}


/*------------HeaderNav------------------------------------------------------------*/
.IsFixed {
	position: fixed;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	top: 0;
	left: 0;
	z-index: 9999;
}
.IsFixed div#HNav { padding: 5px 0; }
div#HeaderNav {
	width: 100%;
	overflow: hidden;
}
div#HNav {
	width: 100%;
	margin: 0 auto;
	padding: 25px 0 20px;
	overflow: hidden;
}
div#HeaderNav h1 {
	width: 80%;
	margin: 0 auto 10px;
}
div#HeaderNav h1 span {
	display: block;
	width: 100%;
}
div#HeaderNav h1 a {
	display: block;
	height: 0;
	padding-top: 15.28497409326425%;
	background: url(/img/parts/logo.png) no-repeat center top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#HeaderNav ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#HeaderNav ul li {
	position: relative;
	width: 50%;
	float: left;
	z-index: 1;
}
div#HeaderNav ul li:nth-of-type(1) { display: none; }
div#HeaderNav ul li:last-of-type { display: none; }
div#HeaderNav ul li:before {
	position: absolute;
	display: block;
	content: "";
	height: 10px;
	border-left: 1px solid #2a2b2b;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 0;
}
div#HeaderNav ul li:nth-of-type(3):before,
div#HeaderNav ul li:nth-of-type(5):before,
div#HeaderNav ul li:nth-last-of-type(1):before { border-left: 0 none; }
div#HeaderNav ul li a {
	display: block;
	padding: 0.15em 0;
	text-align: center;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-size: 0.87em;
	font-weight: bolder;
	transition: opacity .3s;
}
div#HeaderNav ul li a:hover {
	-webkit-opacity: 1;
	   -moz-opacity: 1;
	    -ms-opacity: 1;
	        opacity: 1;
	         filter: alpha(opacity=100);
	text-decoration: none;
	color: #f00;
}

/*------------Contents---------------------------------------------------------------*/
div#Contents {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}


/*------------Title------------------------------------*/
div#Title {
	position: relative;
	display: block;
	width: 100%;
	min-height: 200px;
	margin-bottom: 80px;
	background: url(/img/parts/title_bg.jpg) no-repeat center center;
	background-size: cover;
	z-index: 1;
	overflow: hidden;
}
div#Title:before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
div#Title h2 {
	position: absolute;
	width: 100%;
	line-height: 1.15;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.85em;
	font-weight: bolder;
	color: #2a2b2b;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-shadow: 
		 2px  2px 6px #ffffff,
		-2px  2px 6px #ffffff,
		 2px -2px 6px #ffffff,
		-2px -2px 6px #ffffff,
		 2px  0px 6px #ffffff,
		 0px  2px 6px #ffffff,
		-2px  0px 6px #ffffff,
		 0px -2px 6px #ffffff;
	z-index: 2;
}
div#Title h2 span {
	display: block;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-size: 0.92rem;
	font-weight: normal;
	color: #572e00;
	text-shadow: none;
}

/*------------Main------------------------------------*/
div#Main {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}


/*------------TopNav---------------------------------------------------------------*/
div#TopNav {
	position: relative;
	width: 96%;
	margin: 0 auto 60px;
	z-index: 5;
}
div#TopNav ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#TopNav ul li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 2%;
	background-color: #572e00;
	float: left;
	transition: opacity .3s;
}
div#TopNav ul li:nth-child(2n) { margin-right: 0; }
div#TopNav ul li a {
	position: relative;
	display: block;
	padding: 0.55em 1em 0.5em;
	line-height: 1.2;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bolder;
	color: #fff;
	transition: opacity .3s;
	z-index: 2;
}
div#TopNav ul li a:before {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	background: url(/img/parts/top_nav.png) no-repeat left top;
	top: 50%;
	right: 0.5em;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 2;
}
div#TopNav ul li:hover,
div#TopNav ul li a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
	color: #ff0;
}

/*------------InBox------------------------------------*/
div.InBox {
	position: relative;
	width: 96%;
	margin: -140px auto 60px;
	padding: 140px 0 60px;
	overflow: hidden;
	z-index: 0;
}
div.InBox:after {
	position: absolute;
	width: 100%;
	border-bottom: 1px dashed #bfbfbf;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	overflow: hidden;
	content: "";
	z-index: 0;
}
section:nth-last-of-type(1) div.InBox { margin-bottom: 0; }
div.InBox table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #bfbfbf;
}
div.InBox table tr th {
	display: block;
	width: auto;
	padding: 5px 10px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox table tr td {
	display: block;
	width: auto;
	padding: 10px 20px;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.ScrollBar {
	width: 100%;
	padding-bottom: 5px;
	white-space: nowrap;
	overflow: auto;
}
div.ScrollBar:-webkit-scrollbar { height: 5px; }
div.ScrollBar:-webkit-scrollbar-track { background: #F1F1F1; }
div.ScrollBar:-webkit-scrollbar-thumb { background: #BCBCBC; }
div.ScrollBar p.Note {
	margin-bottom: 5px;
	font-size: 0.87rem;
	font-weight: bolder;
	color: #f00;
}
div.ScrollBar table tr th,
div.ScrollBar table tr td {
	display: table-cell;
	border-left: 1px solid #bfbfbf;
	text-align: center;
}
div.ScrollBar table tr th:nth-of-type(1),
div.ScrollBar table tr td:nth-of-type(1) {
	border-left: 0 none;
}
div.InBox h3 {
	position: relative;
	margin: 0 auto 40px;
	padding-bottom: 0.55em;
	background: url(/img/parts/title_line01.png) no-repeat center bottom;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.04em;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.42em;
	font-weight: bolder;
	color: #555;
}
div.InBox h4 {
	margin: 0 auto 20px;
	padding-bottom: 0.35em;
	background: url(/img/parts/title_line02.png) no-repeat right bottom;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 2em;
	color: #555;
	overflow: hidden;
}
div.InBox h4 span {
	display: inline-block;
	padding-top: 0.25em;
	float: right;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 0.92rem;
}
div.InBox p + p { margin-top: 0.8em; }
div.Inner {
	width: 100%;
	margin: 20px 0 30px;
	overflow: hidden;
}
div.Inner:nth-last-of-type(1) { margin-bottom: 0; }

/*------------Footer---------------------------------------------------------------*/
div#Footer {
	margin-top: 60px;
	font-size: 0.85rem;
}

/*------------FooterLogo------------------------*/
div#FooterLogo {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
div#FooterLogo h2 {
	width: 80%;
	margin: 0 auto;
}
div#FooterLogo h2 span {
	display: block;
	width: 100%;
}
div#FooterLogo h2 a {
	display: block;
	height: 0;
	padding-top: 15.28497409326425%;
	background: url(/img/parts/logo.png) no-repeat center top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterLogo dl {
	width: 234px;
	margin: 15px auto 0;
}
div#FooterLogo p,
div#FooterLogo dl dt { display: none; }
div#FooterLogo dl dd span,
div#FooterLogo dl dd a {
	display: block;
	height: 57px;
	background: url(/img/parts/footer_tel.png) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------FooterNav------------------------*/
div#FooterNav {
	width: 100%;
	margin-top: 25px;
}
div#FooterNav ul {
	width: auto;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	color: #e03800;
	overflow: hidden;
}
div#FooterNav ul li {
	position: relative;
	width: 33.33%;
	float: left;
	font-weight: bolder;
}
div#FooterNav ul li:nth-last-of-type(1) { width: 100%; }
div#FooterNav ul li:nth-last-of-type(2),
div#FooterNav ul li:nth-last-of-type(3) { width: 50%; }
div#FooterNav ul li:before {
	position: absolute;
	display: block;
	content: "";
	height: 0.8em;
	border-left: 1px solid #2a2b2b;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 0;
}
div#FooterNav ul li:nth-last-of-type(1):before,
div#FooterNav ul li:nth-of-type(3n):before { border-left: 0 none; }

/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
div#FooterAdd dl * { display: inline-block; }
div#FooterAdd dl dd { margin-right: 1em; }
div#FooterAdd dl dd:nth-last-of-type(1) { margin-right: 0; }

/*------------address------------------------*/
div#Footer address {
	margin-top: 15px;
	padding-bottom: 50px;
	text-align: center;
}


/*------------ギャラリー---------------------------------------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-top: 0.8em;
	margin-bottom: 20px !important;
	overflow: hidden;
}
.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/
.gallery-item { /** 画像共通のスタイル **/
	float: left;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
	text-align: center;
}
.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 5px !important;
}
.gallery-caption { /** キャプション **/
	margin: 0 0 20px;
	text-align: center;
}
.gallery-columns-1 .gallery-item { /** カラムなし **/
	width: 100%;
	margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
	width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
	width: 23%;
	margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
	width: 18%;
	margin: 0 1%;
}
@media screen and (max-width: 980px) {
	/* 640px以下用の記述 */
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: 48%;
		margin: 0 1%;
	}
	.gallery-columns-5 .gallery-item {
		width: 31.33333%;
		margin: 0 1%;
	}
}


/*------------求人募集---------------------------------------------------------------*/
#message {
	margin-bottom: 90px;
	padding: 60px 1em;
	background-color: #795833;
}
#message::after { display: none; }
#message p + p { margin-top: 1em; }
#message h3 {
	position: relative;
	margin: 0 auto 40px;
	padding-bottom: 0;
	background: none;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.04em;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.625em;
	font-weight: bolder;
	color: #fff;
	text-shadow: 
		 3px  3px 3px #572e00,
		-3px  3px 3px #572e00,
		 3px -3px 3px #572e00,
		-3px -3px 3px #572e00,
		 3px  0px 3px #572e00,
		 0px  3px 3px #572e00,
		-3px  0px 3px #572e00,
		 0px -3px 3px #572e00;
}
#message p {
	line-height: 1.4;
	text-align: center;
	color: #fff;
}
#message ul {
	display: flex;
	gap: 20px;
	flex-flow: wrap;
	justify-content: center;
	max-width: 620px;
	margin: 20px auto;
	list-style: none;
}
#message ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 20px) / 2);
	max-width: 290px;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	color: #ff0000;
}


/*------------voice------------*/
#voice h4 { overflow: hidden; }
/*#voice h4 em {
	float: right;
	padding-top: 1em;
	font-size: 0.54em;
	font-weight: bold;
}*/
#voice .photoFlex {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	flex-direction: column;
}
.flePho {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.flePho img { width: 100%; }
.fleTxt {
	width: 100%;
	max-width: 450px;
	margin: 1em auto 0;
}
#voice .Inner { counter-reset: number 0; }
#voice h5 {
	text-align: right;
	font-weight: bold;
}
#voice h6:not(:first-of-type) { margin-top: 2em; }
#voice h6 {
	margin-top: 1em;
	font-weight: bold;
	color: #572e00;
}
#voice h6::before {
	counter-increment: number 1;
	content: "Q" counter(number) ".";
}

#method table tr th { width: auto; }


/*------------NoCase---------------------------------------------------------------*/
.NoCase {
	margin: 1.5em 0;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-align: center;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2em;
	color: #ff1d25;
}


/*------------ページリンク共通(一覧)---------------------------------------------------------------*/
div.pagination {
	width: 100%;
	margin-top: 70px;
	text-align: center;
}
div.pagination ul {
	width: 100%;
	list-style: none;
	text-align: center;
}
div.pagination ul li { display: inline; }
div.pagination .page-numbers {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	background: #fff;
	border: 1px solid #f00000;
	line-height: 1.2;
	color: #f00000;
}
div.pagination .page-numbers:hover {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	border: 1px solid #f00000;
	background: #f00000;
	text-decoration: none;
	line-height: 1.2;
	color: #2b2b2b;
}
div.pagination span.page-numbers {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: inherit !important;
	line-height: 1.2;
	font-weight: bold;
	color: #2b2b2b;
}
div.pagination span.page-numbers:hover {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: inherit !important;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
}


/*------------ページリンク共通(詳細)---------------------------------------------------------------*/
div.PageSend01 {
	width: 90%;
	max-width: 980px;
	margin: 70px auto 0;
}
div.PageSend01 ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div.PageSend01 .PSBtn01 { float: left; }
div.PageSend01 .PSBtn02 { float: right; text-align: right; }
div.PageSend01 .PSBtn01 a,
div.PageSend01 .PSBtn02 a,
div.PageSend01 p a { color: #f00000; }
div.PageSend01 p { text-align: center; }


/*------------404---------------------------------------------------------------*/
div#NoPage {
	padding: 40px 0;
	text-align: center;
	font-size: 150%;
}


/*------------記事内画像位置処理---------------------------------------------------------------*/
.alignleft {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
.alignright {
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 10px;
}
.alignnone { clear: both; }


/*------------iframeにdivを追加する---------------------------------------------------------------*/
.movie {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.movieItem {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movieItem iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}