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


/*
==========================================================
リセットCSS
==========================================================
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	/* [disabled]position: relative; */
	background-repeat: no-repeat;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p,
dl,
ul,
table {
	line-height: 2em;
	margin-bottom: 20px;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	height: auto;
	width: 100%;
}

/*
==========================================================
フォント設定
==========================================================
*/

body {
	text-align: center;
	font-family: "Noto Sans JP";
	;
	font-size: 15px;
	background-color: #fff;
}

/*ページfade in設定の為*/
body {
	display: none;
}


/*
==========================================================
共通設定
==========================================================
*/

body {
	margin: 0px;
	padding: 0px;
}

#container {
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a.op:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

img.max {
	height: auto;
	width: 100%;
}

.mgb10 {
	margin-bottom: 10px;
}

.mgb20 {
	margin-bottom: 20px;
}

.mgb30 {
	margin-bottom: 30px;
}

.mgb40 {
	margin-bottom: 40px;
}

.mgb50 {
	margin-bottom: 50px;
}

.pdl20 {
	padding-left: 20px;
}

.size50 {
	height: auto;
	width: 50%;
}

.size60 {
	height: auto;
	width: 50%;
}

.size70 {
	height: auto;
	width: 70%;
}

.size80 {
	height: auto;
	width: 80%;
}

.size90 {
	height: auto;
	width: 90%;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

#pagetopbt {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 15px;
}

.pagetop a {
	display: block;
	background-color: #000;
	text-align: center;
	color: #CCC;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.pagetop a:hover {
	display: block;
	background-color: #b2d1fb;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#access .gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#access .gmap iframe,
#access .gmap object,
#access .gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hd {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

figure {
	overflow: hidden;
}

figure img {
	transition: .4s;
}

a:hover figure img {
	transform: scale(1.25);
}


@media print,
screen and (min-width: 641px) {

	/*
==========================================================
PC共通設定
==========================================================
*/

	.sp_only {
		display: none;
	}

	.pchd {
		display: none;
	}

	.inner {
		margin-right: auto;
		margin-left: auto;
		position: relative;
		width: 1200px;
	}

	.topicPath {
		list-style-type: none;
		font-size: 12px;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 50px;
		overflow: hidden;
		padding-top: 10px;
		padding-right: 10%;
		padding-bottom: 10px;
		padding-left: 10%;
		margin-right: 0px;
		margin-left: 0px;
	}

	.topicPath ol {
		font-size: 12px;
		color: #333;
	}

	.topicPath li {
		display: inline-block;
	}

	.topicPath li+li:before {
		content: ">";
		margin: 0 1em;
	}

	.topicPath li a {
		margin-right: 6px;
	}

	.topicPath li a:link,
	.topicPath li a:visited,
	.topicPath li a:active {
		color: #000;
		text-decoration: none;
	}

	.topicPath li a:hover {
		color: #265AA9;
		text-decoration: underline;
	}

	.tleft {
		text-align: left;
	}

	/*
======================
flex設定
=======================
*/

	/*センター揃え*/
	ul.flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}

	ul.flex3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}

	ul.flex3:before {
		content: "";
		display: block;
		width: 31%;
		order: 1;
	}

	ul.flex3:after {
		content: "";
		display: block;
		width: 31%;
	}

	ul.flex3 li {
		width: 31%;
		box-sizing: border-box;
	}

	ul.flex4 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}

	ul.flex4:before {
		content: "";
		display: block;
		width: 31%;
		order: 1;
	}

	ul.flex4:after {
		content: "";
		display: block;
		width: 31%;
	}

	ul.flex4 li {
		width: 31%;
		box-sizing: border-box;
	}

	ul.flex5 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}

	ul.flex5:before {
		content: "";
		display: block;
		width: 23%;
		order: 1;
	}

	ul.flex5:after {
		content: "";
		display: block;
		width: 23%;
	}

	ul.flex5 li {
		width: 23%;
		box-sizing: border-box;
	}

	/*
==========================================================
ヘッダー
==========================================================
*/

	header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100
	}

	header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		min-width: 1180px;
		background-color: #fff;
		border-bottom: solid 1px #ccc;
	}

	header.active {
		background-color: #FFF;
		box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 0.2);
	}

	header .logo {
		width: 290px;
		min-width: 290px;
		margin-left: 2%;
		-ms-flex-item-align: center;
		align-self: center;
		margin-right: 1%;
	}

	header .logo span {
		display: block;
		font-size: 10%;
		text-align: left;
		margin-bottom: 5px;
	}

	header .cancel {
		width: 180px;
		min-width: 180px;
		align-self: center;
		margin-right: 1%;
	}

	header .cancel a {
		display: block;
	}


	header .cancel a img {
		transition: all 0.3s ease 0s;
	}

	header .cancel a img:hover {
		opacity: 0.5;
	}



	header .navi {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 14px;
		letter-spacing: 0.07em;
		/*min-width: 940px;*/
		min-width: 800px;
	}

	header .navi .gnav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	header .navi .gnav ul li {
		margin-right: 50px;
		padding-top: 20px;
		line-height: 1.2em;
		white-space: nowrap;
	}

	header .navi .gnav ul li a {
		-webkit-transition: .3s;
		transition: .3s;
		border-bottom: 1px solid transparent;
		padding-bottom: 0px;
	}

	header .navi .gnav ul li a:hover {
		border-color: #4e5346
	}

	header .navi .gnav ul li a span {
		display: block;
		font-size: 10px;
		color: #aaaaaa;
	}

	header .navi .tel_btn {
		width: 220px;
		margin-right: 20px;
	}

	header .navi .recruit_btn:hover {
		background-color: #4e5346;
		color: #fff
	}

	header .navi .tel_btn span {
		font-size: 9px;
		color: #999999;
		letter-spacing: -0.05em;
	}

	header .navi .contact_btn {
		width: 150px;
		background-color: #226D07;
		color: #fff;
		-webkit-transition: .3s;
		transition: .3s;
		margin: 0px;
		padding: 0px;
		line-height: 90px;
		text-align: center
	}

	header .navi .contact_btn:hover {
		background-color: #4EA137;
	}

	#h_top {
		display: none;
	}


	/*
==========================================================
ナビゲーション
==========================================================
*/

	#navi {
		width: 100%;
		position: relative;
		height: 50px;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		background-color: #C4E7E8;
		box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 50px;
		margin-left: 0px;
	}

	#navi ul {
		list-style-type: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 60px;
		margin-left: 0px;
	}

	#navi ul li {
		width: 14.285%;
		position: relative;
		font-size: 16px;
		text-align: center;
		display: inline-block;
		/display: inline;
		/zoom: 1;
		line-height: 120%;
		margin-top: 0px;
	}

	#navi ul li span {
		font-size: 11px;
		display: block;
		text-align: center;
	}

	#navi ul li a {
		position: relative;
		display: block;
		color: #000;
		text-decoration: none;
		transition: .4s;
		width: 100%;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
	}

	#navi ul li a:hover {
		background-color: #E4FBFA;
	}


	/*
==========================================================
モーダルメニュー（スマホ用ナビ）
==========================================================
*/
	.fat-nav {
		display: none;
	}


	/*
==========================================================
フッター
==========================================================
*/
	footer {
		width: 100%;
		text-align: center;
		background-color: #EEE;
		padding-top: 30px;
		margin: 0px;
		padding-bottom: 10px;
	}

	footer .company {
		margin-bottom: 40px;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	footer .company .com {
		width: 30%;
		margin: 0 0 0 0;
		text-align: left;
	}

	footer .company .com span {
		font-size: 20px;
		display: block;
		margin-bottom: 30px;
		text-align: left;
	}

	footer .company .com address {
		font-size: 16px;
		text-align: left;
		font-style: normal;
		line-height: 1.5em;
		margin-bottom: 20px;
	}

	footer .company .com .btn a {
		color: #fff;
		background-color: #569234;
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
		text-align: center;
		border-radius: 4px;
	}

	footer .company .com .btn a:hover {
		background-color: #21641F;
	}

	footer .company .photo {
		width: 27%;
		margin: 0 0 0 3%;
	}

	footer .company .movie {
		width: 35%;
		margin: 0 0 0 3%;
	}

	footer .company .movie video {
		width: 100%;
	}

	footer .map {
		height: 40vh;
		width: 100%;
		margin: 3% auto 3%;
	}

	footer .map .gmap {
		height: 100%;
		width: 100%;
	}

	footer .inner .footernavi {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 80px;
		position: relative;
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	footer .inner li a {
		font-size: 14px;
		color: #666;
		text-decoration: none;
		-webkit-transition: .3s;
		transition: .3s;
		border-bottom: 1px solid transparent;
		padding-bottom: 2px;
	}

	footer .inner li a:hover {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999;
	}

	/*ページ下部共通：お問い合わせボタン*/
	.foot_bnr {
		background-image: url(../image/contact_bnr.jpg);
		height: 140px;
		width: 720px;
		overflow: hidden;
		margin-top: 30px;
	}

	.foot_bnr .contact_btn {
		height: 64px;
		width: 285px;
		margin: 63px 0px 0px 400px;
		padding: 0px;
	}

	.foot_bnr .contact_btn a {
		display: block;
		height: 64px;
		width: 285px;
		background-image: url(../image/contact_btn.png);
	}

	.foot_bnr .contact_btn a:hover {
		background-position: 0px -63px;
	}

	.copyright {
		font-size: 11px;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 0px;
		color: #999;
		clear: both;
		margin: 0px;
	}

	.copyright span {
		font-size: 11px;
		display: block;
		float: right;
		margin-right: 20px;
		color: #999;
	}

	.copyright span a {
		color: #999;
		text-decoration: none;
	}

	/*
==========================================================
コンテンツ共通
==========================================================
*/

	#container h2 {
		font-size: 24px;
		padding: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		position: relative;
		margin-bottom: 40px;
		line-height: 1.8em;
		display: block;
		overflow: hidden;
		font-weight: normal;
	}

	h2 span {
		font-size: 11px;
		color: #999;
		display: block;
		text-align: center;
		margin: 0px;
		padding: 0px;
	}

	#topImage {
		height: 200px;
		width: 100%;
		padding: 0px;
		margin-top: 100px;
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
	}

	#topImage h1 {
		font-size: 32px;
		color: #FFF;
		font-weight: normal;
		text-align: left;
		padding-right: 10%;
		padding-left: 10%;
		padding-top: 5%;
		line-height: 1.5em;
		margin-bottom: 5px;
	}

	#topImage h1 span {
		font-size: 14px;
		color: #FFF;
		text-align: left;
		display: block;
		line-height: 100%;
		margin: 0px;
		padding: 0px;
	}

	/*============================
contents共通
============================*/
	#mainbody {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
		padding: 0px 0px 0px 0px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
		background: #fff;
		margin-top: 120px;
		margin-bottom: 50px;
	}

	#page {
		text-align: left;
		overflow: hidden;
		padding: 20px 20px 40px 20px;
	}

	#contents {
		width: 720px;
		float: right;
	}

	#page .main_box {
		margin: 0px 0px 0px 0px;
		overflow: hidden;
	}

	#page h1.place_name {
		text-align: left;
		font-size: 20px;
		letter-spacing: 0px;
		line-height: 1.5em;
		padding-left: 50px;
		padding-top: 0px;
		padding-bottom: 5px;
		font-weight: bold;
		color: #000;
		margin: 15px 20px 0px 0px;
		background: url(../image/detail/h1_icon.jpg) no-repeat 0px 0px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	}

	#mainbody #title {
		display: block;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCC;
	}

	#mainbody #title h1 {
		font-size: 17px;
		line-height: 1.5em;
		font-weight: bold;
		color: #333;
		padding-left: 40px;
		margin: 0px;
		padding-top: 5px;
	}

	#mainbody #title h1 i {
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		color: #95AD63;
		font-size: 10px;
		margin-left: 15px;
	}

	#mainbody p {
		color: #333;
		/* [disabled]margin-bottom: 2.2em; */
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 15px;
		padding-left: 0px;
	}

	/*パンくず*/
	.breadcrumb-list {
		font-size: 11px;
		line-height: 100%;
		color: #999;
		font-family: Arial, Helvetica, sans-serif;
		padding-bottom: 5px;
		padding-top: 10px;
		padding-left: 10px;
	}

	.breadcrumb-list ul {
		overflow: hidden;
		position: relative;
	}

	.breadcrumb-list li {
		display: inline;
		float: left;
		padding-right: 5px;
		color: #000;
	}

	.breadcrumb-list a {
		color: #5CA73C;
		text-decoration: none;
	}

	.breadcrumb-list a:hover {
		color: #000;
		text-decoration: underline;
	}

	.breadcrumb-list strong {
		font-weight: bold;
		color: #5CA63D;
	}

	/*============================
side
============================*/
	#side {
		float: left;
		width: 220px;
	}

	#side p {}

	#side #rank1 {}

	#side #rank2 {}

	#side #rank1 p.title,
	#side #rank2 p.title {
		font-size: 17px;
		line-height: 1.5em;
		font-weight: bold;
		color: #000;
		background-image: url(../image/top/title-icon.png);
		background-position: left 10px;
		padding-left: 40px;
		padding-top: 7px;
		padding-right: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 8px;
		margin-left: 0px;
	}

	#side #rank1 .box,
	#side #rank2 .box {
		text-align: center;
		border-top: 1px solid #CCC;
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
		overflow: hidden;
		position: relative;
		padding: 10px;
	}

	#side #rank1 .box a,
	#side #rank2 .box a {
		text-decoration: none;
	}

	#side #rank1 .box:last-child,
	#side #rank2 .box:last-child {
		border-bottom: 1px solid #CCC;
	}

	#side #rank1 .box a:hover,
	#side #rank2 .box a:hover {
		background-color: #FFF5E5;
		text-decoration: none;
	}

	#side #rank1 .box .rank,
	#side #rank2 .box .rank {}

	#side #rank1 .box p.ad,
	#side #rank2 .box p.ad {
		font-size: 12px;
		line-height: 1.5em;
		text-align: left;
		padding-top: 8px;
		padding-bottom: 7px;
		padding-left: 10px;
	}

	#side #rank1 .box .photo,
	#side #rank2 .box .photo {
		text-align: center;
		display: block;
		float: left;
		height: 65px;
		width: 80px;
		overflow: hidden;
	}

	#side #rank1 .box .line,
	#side #rank2 .box .line {
		text-align: left;
		float: right;
		width: 110px;
	}

	#side #rank1 .box .line p,
	#side #rank2 .box .line p {
		font-size: 11px;
		line-height: 1.5em;
		padding-bottom: 5px;
	}

	#side #rank1 .box .line p b,
	#side #rank2 .box .line p b {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
		color: #F00;
		line-height: 1.2em;
	}

	#side .request-bt {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 30px;
	}

	#side .side_bnr {
		text-align: center;
		padding-bottom: 10px;
	}

	#side #link {}

	#side #link p.title {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		color: #000;
		border-left-width: 3px;
		border-left-style: solid;
		border-left-color: #363;
		padding-top: 3px;
		padding-bottom: 2px;
		padding-left: 6px;
		margin-bottom: 10px;
	}

	#side #link ul {
		padding-top: 5px;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}

	#side #link li {
		line-height: 0px;
		display: block;
		overflow: hidden;
	}

	#side #shop {
		border: 1px solid #CCC;
		text-align: center;
	}

	#side #shop .logo {
		padding-top: 10px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#side #shop p.ad {
		text-align: left;
		padding-top: 20px;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 13px;
		line-height: 1.5em;
		padding-bottom: 10px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCC;
	}

	#side #shop .tel {
		padding-top: 10px;
		padding-bottom: 10px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#side #shop .bt {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#side #shop p.link {
		font-size: 14px;
		line-height: 1.5em;
		font-weight: bold;
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	#side #shop p a {
		color: #000;
		text-decoration: underline;
		background-image: url(../image/top/arrow.png);
		background-position: left center;
		padding-left: 20px;
	}

	#side #shop p a:hover {
		color: #900;
	}

	/*
==========================================================
CVバナー
==========================================================
*/

	.cvbanner {
		padding-top: 1%;
		padding-bottom: 1%;
		border: 1px solid #06398A;
		background: rgb(235, 252, 255);
		background: radial-gradient(circle, rgba(235, 252, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(235, 252, 255, 1) 100%);
		overflow: hidden;
		position: relative;
		margin-right: 15%;
		margin-left: 15%;
	}

	.cvbanner dl {
		overflow: hidden;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: auto;
		position: relative;
		padding: 0px;
		margin-right: auto;
		width: 90%;
	}

	.cvbanner dl dt {
		font-size: 32px;
		font-weight: normal;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #93ACCF;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	.cvbanner dl .tel {
		width: 50%;
		float: left;
		margin-left: 2%;
	}

	.cvbanner dl .mail {
		float: left;
		width: 32%;
		margin-left: 10%;
		height: auto;
	}

	.cvbanner dl .mail a {
		display: block;
	}

	.cvbanner dl .mail a:hover {
		opacity: 1;
		-webkit-animation-duration: 1s;
		-webkit-animation-name: flash;
		animation-duration: 1s;
		animation-name: flash;
	}

	@-webkit-keyframes flash {
		0% {
			opacity: .4;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes flash {
		0% {
			opacity: .4;
		}

		100% {
			opacity: 1;
		}
	}



}



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

	/*
==========================================================
SP共通設定
==========================================================
*/


	body {
		line-height: 1;
	}

	.sphd {
		display: none;
	}

	.pc_only {
		display: none;
	}

	img {
		width: 100%;
		height: auto;
	}

	#container section {
		margin-bottom: 50px;
		overflow: hidden;
	}

	#topImage {
		height: 100px;
		width: 100%;
		padding: 0px;
		margin-top: 50px;
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
	}

	#topImage h1 {
		font-size: 20px;
		color: #FFF;
		font-weight: normal;
		text-align: left;
		padding-left: 8%;
		padding-top: 8%;
		line-height: 1.5em;
		margin-bottom: 5px;
	}

	#topImage h1 span {
		font-size: 11px;
		color: #FFF;
		text-align: left;
		display: block;
		line-height: 100%;
		margin: 0px;
		padding: 0px;
	}

	.topicPath {
		display: none;
	}

	.tleft {
		text-align: left;
	}

	p.sub {
		margin-bottom: 20px;
		padding-right: 10px;
		padding-left: 10px;
	}


	/*
======================
flex設定
=======================
*/

	/*センター割り付け*/
	.flex_center {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}

	/*左寄せ　2〜4列*/
	.flex2,
	.flex3 {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}

	.flex2:after {
		content: “”;
		display: block;
		width: 48%;
	}

	.fle2 li {
		flex-basis: 48%;
		margin-bottom: 5%;
	}

	.flex3:after {
		content: “”;
		display: block;
		width: 31%;
	}

	.flex3 li {
		flex-basis: 31%;
		margin-bottom: 5%;
	}


	/*
==========================================================
ヘッダー
==========================================================
*/

	#header {
		width: 100%;
		z-index: 100;
		overflow: hidden;
		text-align: center;
		margin-top: 0px;
		height: 50px;
		padding-top: 0px;
		padding-right: 10px;
		padding-bottom: 10px;
		position: fixed;
		background-color: #FFF;
		padding-left: 10px;
		border-bottom: solid 1px #ccc;
	}

	#header.active {
		background-color: rgba(255, 255, 255, 0.9);
		box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
	}

	#header .logo {
		width: 65%;
		display: block;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 20px;
		float: left;
	}

	#header .logo span {
		display: none;
	}

	#header .inner .name {
		display: none;
	}


	/*
==========================================================
ナビゲーション
==========================================================
※ スマホナビゲーション部分はjquery.fatNav.cssに記述。

*/

	#header .navi {
		display: none;
	}

	/*
==========================================================
フッター
==========================================================
*/

	footer {
		text-align: center;
		background-color: #EEE;
		margin: 0 auto;
		padding: 10% 5% 10%;
		width: 90%;
	}

	footer .company {
		margin-bottom: 40px;
		overflow: hidden;
	}

	footer .company .com {
		margin-bottom: 20px;
		text-align: left;
		width: 100%;
	}

	footer .company .com span {
		font-size: 18px;
		display: block;
		margin-bottom: 30px;
		text-align: left;
	}

	footer .company .com address {
		font-size: 15px;
		text-align: left;
		font-style: normal;
		line-height: 1.5em;
		margin-bottom: 20px;
	}

	footer .company .com .btn a {
		color: #fff;
		background-color: #569234;
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
		text-align: center;
		border-radius: 4px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	footer .company .com .btn a:hover {
		background-color: #21641F;
	}

	footer .company .photo {
		margin: 0 auto 20px;
		width: 100%;
	}

	footer .company .photo img {
		display: block;
		width: 100%;
	}

	footer .company .movie {
		width: 100%;
		margin: 0 auto 3%;
	}

	footer .company .movie video {
		width: 100%;
	}

	footer .map {
		margin-bottom: 20px;
		width: 100%;
		height: 60vw;
	}

	footer .map .gmap {
		height: 100%;
	}

	footer .inner .footernavi {
		display: none;
	}

	.copyright {
		font-size: 11px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #999;
		clear: both;
	}

	.copyright span {
		font-size: 11px;
		display: block;
		float: right;
		margin-right: 20px;
		color: #999;
	}

	.copyright span a {
		color: #999;
		text-decoration: none;
	}

	/*ページ下部共通：お問い合わせボタン*/
	.foot_bnr_sp {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.pagetop {
		display: none;
		position: fixed;
		bottom: 120px;
		right: 15px;
	}

	.pagetop a {
		display: block;
		background-color: #000;
		text-align: center;
		color: #CCC;
		font-size: 14px;
		text-decoration: none;
		padding: 5px 10px;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
	}

	.pagetop a:hover {
		display: block;
		background-color: #b2d1fb;
		text-align: center;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		padding: 5px 10px;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}

	/*============================
side
============================*/
	#side {
		padding: 15px 5% 15px 5%;
		background-color: #FFFCF3;
	}

	#side p {}

	#side #rank1 {}

	#side #rank2 {}

	#side #rank1 p.title,
	#side #rank2 p.title {
		font-size: 17px;
		line-height: 1.5em;
		font-weight: bold;
		color: #000;
		background-image: url(../image/top/title-icon.png);
		background-position: left 10px;
		padding-left: 40px;
		padding-top: 7px;
		padding-right: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 8px;
		margin-left: 0px;
	}

	#side #rank1 .box,
	#side #rank2 .box {
		text-align: center;
		border-top: 1px solid #CCC;
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
		overflow: hidden;
		position: relative;
		background-color: #FFF;
		padding: 10px 3%;
	}

	#side #rank1 .box a,
	#side #rank2 .box a {
		text-decoration: none;
	}

	#side #rank1 .box:last-child,
	#side #rank2 .box:last-child {
		border-bottom: 1px solid #CCC;
	}

	#side #rank1 .box a:hover,
	#side #rank2 .box a:hover {
		background-color: #FFF5E5;
		text-decoration: none;
	}

	#side #rank1 .box .rank,
	#side #rank2 .box .rank {
		width: 50%;
		margin-left: 0;
		margin-right: auto;
	}

	#side #rank1 .box p.ad,
	#side #rank2 .box p.ad {
		font-size: 13px;
		line-height: 1.5em;
		text-align: left;
		padding-top: 10px;
	}

	#side #rank1 .box .photo,
	#side #rank2 .box .photo {
		text-align: center;
		display: block;
		float: left;
		height: 70px;
		width: 35%;
		overflow: hidden;
		margin-bottom: 10px;
		overflow: hidden;
	}

	#side #rank1 .box .photo img,
	#side #rank2 .box .photo img {
		width: auto;
		height: 100%;
		vertical-align: bottom;
	}

	#side #rank1 .box .line,
	#side #rank2 .box .line {
		text-align: left;
		float: right;
		width: 60%;
	}

	#side #rank1 .box .line p,
	#side #rank2 .box .line p {
		font-size: 11px;
		line-height: 1.5em;
		padding-bottom: 5px;
	}

	#side #rank1 .box .line p b,
	#side #rank2 .box .line p b {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
		color: #F00;
		line-height: 1.2em;
	}

	#side .request-bt {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 30px;
	}

	#side .side_bnr {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding-bottom: 15px;
	}

	#side #link {}

	#side #link p.title {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		color: #000;
		border-left-width: 3px;
		border-left-style: solid;
		border-left-color: #363;
		padding-top: 3px;
		padding-bottom: 2px;
		padding-left: 6px;
		margin-bottom: 10px;
	}

	#side #link ul {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}

	#side #link li {
		line-height: 0px;
		display: block;
		overflow: hidden;
	}

	#side #shop {
		border: 1px solid #CCC;
		text-align: center;
		background-color: #FFF;
	}

	#side #shop .logo {
		padding-top: 10px;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}

	#side #shop p.ad {
		text-align: left;
		padding-top: 20px;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 13px;
		line-height: 1.5em;
		padding-bottom: 10px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCC;
	}

	#side #shop .tel {
		padding-top: 10px;
		padding-bottom: 10px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	#side #shop .bt {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	#side #shop p.link {
		font-size: 14px;
		line-height: 1.5em;
		font-weight: bold;
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	#side #shop p a {
		color: #000;
		text-decoration: underline;
		background-image: url(../image/top/arrow.png);
		background-position: left center;
		padding-left: 20px;
	}

	#side #shop p a:hover {
		color: #900;
	}

	/*============================
contents共通
============================*/
	#mainbody {
		margin-left: 3%;
		margin-right: 3%;
		padding: 0px 0px 0px 0px;
		background: #fff;
		margin-top: 50px;
	}

	#page {
		text-align: left;
		overflow: hidden;
		padding: 20px 5% 20px 5%;
	}

	#contents {}

	#page .main_box {
		margin: 0px 0px 0px 0px;
		overflow: hidden;
	}

	#page h1.place_name {
		text-align: left;
		font-size: 20px;
		letter-spacing: 0px;
		line-height: 1.5em;
		padding-left: 50px;
		padding-top: 0px;
		padding-bottom: 5px;
		font-weight: bold;
		color: #000;
		margin: 10px 20px 10px 0px;
		background: url(../image/detail/h1_icon.jpg) no-repeat 0px 0px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	}

	#mainbody #title {
		display: block;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCC;
	}

	#mainbody #title h1 {
		font-size: 17px;
		line-height: 1.5em;
		font-weight: bold;
		color: #333;
		padding-left: 40px;
		margin: 0px;
		padding-top: 5px;
	}

	#mainbody #title h1 i {
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		color: #95AD63;
		font-size: 10px;
		margin-left: 15px;
	}

	#mainbody p {
		color: #333;
		/* [disabled]margin-bottom: 2.2em; */
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 15px;
		padding-left: 0px;
	}

	/*パンくず*/
	.breadcrumb-list {
		font-size: 11px;
		line-height: 100%;
		color: #999;
		font-family: Arial, Helvetica, sans-serif;
		padding-bottom: 5px;
		padding-top: 10px;
		padding-left: 10px;
	}

	.breadcrumb-list ul {
		overflow: hidden;
		position: relative;
	}

	.breadcrumb-list li {
		display: inline;
		float: left;
		padding-right: 5px;
		color: #000;
	}

	.breadcrumb-list a {
		color: #5CA73C;
		text-decoration: none;
	}

	.breadcrumb-list a:hover {
		color: #000;
		text-decoration: underline;
	}

	.breadcrumb-list strong {
		font-weight: bold;
		color: #5CA63D;
	}

	/*
==========================================================
CVバナー
==========================================================
*/

	.cvbanner {
		padding-top: 1%;
		padding-bottom: 1%;
		border: 1px solid #06398A;
		background: rgb(235, 252, 255);
		background: radial-gradient(circle, rgba(235, 252, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(235, 252, 255, 1) 100%);
		overflow: hidden;
		position: relative;
	}

	.cvbanner dl {
		overflow: hidden;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: auto;
		position: relative;
		padding: 0px;
		margin-right: auto;
		width: 90%;
	}

	.cvbanner dl dt {
		font-size: 20px;
		font-weight: normal;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #93ACCF;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	.cvbanner dl .tel {
		margin-bottom: 5px;
	}

	.cvbanner dl .mail {
		width: 90%;
		margin-left: auto;
		height: auto;
		margin-right: auto;
	}

	.cvbanner dl .mail a {
		display: block;
	}

}


@media print {
	.sphd {
		display: block;
	}

	.pchd {
		display: block;
	}

	.no_print {
		display: none;
	}

	body {
		top: 0 !IMPORTANT;
		left: 0 !IMPORTANT;
		width: 172mm !IMPORTANT;
		height: 251mm !IMPORTANT;
	}

}