@charset "utf-8";

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}


/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-size: 16px;
	font-family: "Yu Gothic",YuGothic,"游ゴシック体","游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif,Arial,sans-serif;
}

@font-face {
    font-family: 'yumin';
    font-style: normal;
    font-weight: 400; /*Regular*/
	src: url('../font/yumin.woff') format('woff'),
		 url('../font/yumin.eot') format('eot');
}

@font-face {
    font-family: 'yumindb';
    font-style: normal;
    font-weight: 700; /*bold*/
	src: url('../font/yumindb.woff') format('woff'),
		 url('../font/yumindb.eot') format('eot');
}


article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #222;
	text-decoration: none;
}

a:visited {
	color: #222;
	text-decoration: none;
}

a:hover {
	color: #222;
	opacity: 0.7;
}

a:active {
	color: #222;
}

.SP {
	display: none;
}

.GoTop {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 100px;
	right: 100px;
	z-index: 100;
}

.GoTop a {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	border: 1px solid #222;
	background: #fff;
	border-radius: 50%;
}

.GoTop a::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	transform: rotate(-45deg);
	position: absolute;
	top: 20px;
	right: 16px;
}


section:not(.news_singular) h4 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 1.5em;
}

section:not(.news_singular) h4 span{
	font-size: 14px;
	color: #2C6C67;
	background: #fff;
	position: relative;
}

section:not(.news_singular) h4 span::before {
		content: "";
		display: block;
		position: absolute;
		padding-left: 1em;
		border-top: 1px solid #222;
		top: 0.6em;
		left: -1.5em;
	}
	
section:not(.news_singular) h4 span::after {
		content: "";
		display: block;
		position: absolute;
		padding-right: 1em;
		border-top: 1px solid #222;
		top: 0.6em;
		right: -1.5em;
	}
	
section:not(.news_singular) h6 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 1.5em;
}

section:not(.news_singular) h6 span{
	font-size: 14px;
	color: #2C6C67;
	background: #fff;
	position: relative;
}

section:not(.news_singular) h6 span::before {
		content: "";
		display: block;
		position: absolute;
		padding-left: 1em;
		border-top: 1px solid #222;
		top: 0.6em;
		left: -1.5em;
	}
	
section:not(.news_singular) h6 span::after {
		content: "";
		display: block;
		position: absolute;
		padding-right: 1em;
		border-top: 1px solid #222;
		top: 0.6em;
		right: -1.5em;
	}


.Content {
	margin-bottom: 130px !important;
}

@media screen and (min-width: 0) and (max-width: 768px) {
	.PC {
		display: none !important;
	}
	
	.SP {
		display: block !important;
	}

	body {
		min-width: inherit;
		width: 100%;
	}
	
	#Main {
		padding-top: 20.6vw;
	}
	
	.GoTop {
		width: 12vw;
		height: 12vw;
		position: fixed;
		bottom: 12vw;
		right: 5vw;
		z-index: 100;
	}

	.GoTop a {
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
		border: 1px solid #222;
		background: #fff;
		border-radius: 50%;
	}

	.GoTop a::after {
		content: "";
		display: block;
		width: 3vw;
		height: 3vw;
		border-top: 1px solid #222;
		border-right: 1px solid #222;
		transform: rotate(-45deg);
		position: absolute;
		top: 5vw;
		right: 4.5vw;
	}


	section:not(.news_singular) h4 {
		font-size: 5vw;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
		margin-bottom: 0.5em;
	}

	section:not(.news_singular) h4 span{
		font-size: 3vw;
		color: #2C6C67;
		background: #fff;
		position: relative;
	}

		section:not(.news_singular) h4 span::before {
			content: "";
			display: block;
			position: absolute;
			padding-left: 1em;
			border-top: 1px solid #222;
			top: 0.6em;
			left: -1.5em;
		}
	
		section:not(.news_singular) h4 span::after {
			content: "";
			display: block;
			position: absolute;
			padding-right: 1em;
			border-top: 1px solid #222;
			top: 0.6em;
			right: -1.5em;
		}

	section:not(.news_singular) h6 {
		font-size: 5vw;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
		margin-bottom: 0.5em;
	}

	section:not(.news_singular) h6 span{
		font-size: 3vw;
		color: #2C6C67;
		background: #fff;
		position: relative;
	}

		section:not(.news_singular) h6 span::before {
			content: "";
			display: block;
			position: absolute;
			padding-left: 1em;
			border-top: 1px solid #222;
			top: 0.6em;
			left: -1.5em;
		}
	
		section:not(.news_singular) h6 span::after {
			content: "";
			display: block;
			position: absolute;
			padding-right: 1em;
			border-top: 1px solid #222;
			top: 0.6em;
			right: -1.5em;
		}
		
		#Information, #Overview, #History, #Guide {
			margin-top: -23vw !important;
			padding-top: 23vw;
		}
		
	.Content {
		margin-bottom: 12vw !important;
	}
}




/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

header h1 {
	width: 100%;
	max-width: 1200px;
	font-size: 12px;
	display: block;
	margin: 0.7em auto 0;
}

header .Inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0.95em;
}

header h2 {
	float: left;
	font-size: 12px;
	line-height: 1.8;
	display: block;
}

header h2 a {
	display: block;
	width: 90%;
}

header h2 img {
	width: 100%;
}


header .Inner article {
	float: right;
}


header .Contact {
	font-size: 0;
	margin-top: -7px;
}


header .Tel, header .Mail {
	display: inline-block;
	vertical-align: middle;
}

header .Tel p {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	margin-right: 15px;
	position: relative;
	padding-left: 28px;
}

header .Tel span {
	font-size: 12px;
	font-weight: normal;
	display: block;
}

	header .Tel p::before {
		content: "";
		position: absolute;
		background: url(../images/tel.png) no-repeat;
		background-size: 100%;
		top: 4px;
		left: 0;
		width: 20px;
		height: 30px;
	}

header .Mail a {
	background: #a0b72f;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: block;
	box-sizing: border-box;
	width: 250px;
	padding: 1em 1em 1em 2em;
	text-align: center;
	position: relative;
}

	/* IE11 */
	_:-ms-lang(x)::-ms-backdrop, header .Mail a {
        	padding: 1.2em 1em 1em 2em;
	}

	header .Mail a::before {
		content: "";
		position: absolute;
		background: url(../images/mail.png) no-repeat;
		background-size: 100%;
		top: 24px;
		left: 45px;
		width: 26px;
		height: 17px;
	}
	
	header .Mail a::after {
		content: "";
		position: absolute;
		display: block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		top: 28px;
		right: 15px;
	}
	
header nav, footer nav {
	background: #2c6c67;
	width: 100%;
}

header nav ul, footer nav ul {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

header nav li a, footer nav li a {
	color: #fff !important;
	display: block;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0.8em 4em;
}

	header nav li a:first-child, footer nav li a:first-child {
		padding-left: 0;
	}


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

	header {
		position: fixed;
		top: 0;
		background: #fff;
		z-index: 205;
		width: 100%;
		border-bottom: 1px solid #CCC;
	}

	header h1 {
		font-size: 3vw;
		margin-top: 0;
		padding: 0.5em 2%;
		display: block;
		box-sizing: border-box;
		border-bottom: 1px solid #CCC;
	}

	header .Inner {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	header h2 {
		float: left;
		font-size: 12px;
		line-height: 1.8;
		display: block;
		margin-top: 1.1vw;
		margin-left: 17%;
		width: 35%;
		top: 1em;
	}

	header h2 a {
		display: block;
		width: 100%;
	}

	header h2 img {
		width: 100%;
	}

	header .Inner article {
		float: right;
	}

	header .Contact {
		font-size: 0;
		margin-top: 0;
	}

	header .Tel, header .Mail {
		display: inline-block;
		vertical-align: middle;
	}

	header .Tel .SP {
		width: 13.6vw;
		height: 13.6vw;
		background: #fff;
		display: flex !important;
		align-items: center;
		justify-content: center;
		border-left: 1px solid #ccc;
	}
	
	header .Tel .SP img {
		width: 50%;
	}

	header .Mail img {
		width: 60%;
	}

	header .Tel p {
		font-size: 4vw;
		font-weight: bold;
		line-height: 1.3;
		margin-right: 0;
		position: relative;
		padding-left: 28px;
	}

	header .Tel span {
		font-size: 12px;
		font-weight: normal;
		display: block;
	}

	header .Tel p::before {
		content: "";
		position: absolute;
		background: url(../images/tel.png) no-repeat;
		background-size: 100%;
		top: 4px;
		left: 0;
		width: 20px;
		height: 30px;
	}

	header .Mail a {
		background: #a0b72f;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		width: 13.6vw;
		height: 13.6vw;
		padding: 0;
		text-align: center;
		position: inherit;
	}
	
	header .Mail a .SP {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}

	header .Mail a::before {
		content: "";
		display: none;
	}
	
	header .Mail a::after {
		content: "";
		display: none;
	}
	
	header nav, footer nav {
		background: #2c6c67;
		width: 100%;
	}

	header nav ul, footer nav ul {
		max-width: 1200px;
		margin: 0 auto;
		display: block;
	}

	header nav li a, footer nav li a {
		color: #fff !important;
		display: block;
		font-weight: bold;
		box-sizing: border-box;
		padding: 0.8em 4em;
	}

	header nav li a:first-child, footer nav li a:first-child {
		padding-left: 0;
	}

	.zdo_drawer_menu {
		float: left;
	}

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

footer {
	background: #eee;
	text-align: center;
}

footer nav {
	text-align: left;
}

footer h3 {
	font-size: 0;
	margin-bottom: 25px;
}

footer h3 img {
	width: 83%;
}

footer h3 p {
	display: inline-block;
	font-size: 24px;
	vertical-align: middle;
}

footer h3 p:nth-child(2) {
	margin-top: 15px;
}

footer .Inner {
	padding: 3.5em 0 2em;
}

footer .Inner p {
	line-height: 1.3;
	margin-bottom: 1em;
}

footer .Inner p span {
	font-size: 14px;
}

small {
	font-size: 12px;
}

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

	footer {
	background: #eee;
	text-align: center;
	}

	footer nav {
		display: none;
	}

	footer h3 {
		font-size: 0;
		margin-bottom: 5vw;
	}

	footer h3 img {
		width: 60%;
	}

	footer h3 p {
		display: inline-block;
		font-size: 5vw !important;
		vertical-align: middle;
	}

	footer h3 p:nth-child(2) {
		margin-top: 15px;
	}

	footer .Inner {
		padding: 1.5em 0 1em;
	}

	footer .Inner p {
		line-height: 1.3;
		margin-bottom: 0.5em;
		font-size: 4vw;
	}

	footer .Inner p span {
		font-size: 3.5vw;
	}

	small {
		font-size: 3vw;
		display: block;
		margin-top: 2em;
	}

}



/*------------------------------------------------------------
	ECサイト一覧 楽天市場店　Yahooショッピングへのリンク
------------------------------------------------------------*/
.ec_shop{
	text-align: center;
	margin: 120px auto 130px;	
}

.ec_shop div{
	border: #212121 solid 1px;
	width: 530px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}

.ec_shop div p a{
	color: #212121;
	font-size: 22px;
	font-weight: bold;
	display: block;
	padding: 1.1em 1em 1em 1.8em;
	position: relative;
	letter-spacing: -0.04em;
}




	/* IE11 */
	_:-ms-lang(x)::-ms-backdrop, .ec_shop div p a {
        	padding-top: 1.25em;
		
	}

	.ec_shop div p a::before {
		content: "";
		display: inline-block;
		background-size:contain;
		background-repeat: no-repeat;
		 margin-right: 0.25em;
	}

	.ec_shop .Yahoo p a{
		    margin-left: -1.2em;
	}

	.ec_shop .Rakuten p a{
		    vertical-align: sub;
		margin-left: -1.2em;
	}


	.ec_shop .Yahoo p a::before {
		background-image: url(../images/yahoo_icon.png);
		width: 33px;
		height: 18px;
	}

	.ec_shop .Rakuten p a::before {
		background-image: url(../images/rakuten_icon.png);
		width: 24px;
		height: 25px;
		vertical-align: sub;
}

	.ec_shop div p a::after {
		content: "";
		display: inline-block;
		width: 9px;
		height: 9px;
		border-top: 2px solid #212121;
		border-right: 2px solid #212121;
		transform: rotate(45deg);
		top: 1.6em;
		right: 1em;
		position: absolute;
	}


@media screen and (min-width: 0) and (max-width: 768px) {
.ec_shop{
	margin: 17vw auto 20vw;	
}

.ec_shop div{
	width: 90vw;
	margin-bottom: 4vw;
}	
	
	.ec_shop div p a {
		font-size: 3.6vw;
		font-weight: bold;
		display: block;
		padding: 1em 0 1em 0.5em;
		position: relative;
		box-sizing: border-box;
		width: 100%;
		letter-spacing: -0.04em;
	}

		.ec_shop div p a::before {
			content: "";
			display: inline-block;
			background-size: 100%;
		}
	
		.ec_shop .Yahoo p a{
			    margin-left: -0.5em;
	}

		.ec_shop .Rakuten p a{
			    margin-left: -0.5em;
	}
	
	
		.ec_shop .Yahoo p a::before {
			width: 5.3vw;
			height: 3vw;
			top: 5.4vw;
			left: 4.5vw;
		}

		.ec_shop .Rakuten p a::before {
			width: 4.3vw;
			height: 4.3vw;
			top: 4.5vw;
			left: 15vw;
		}
	
		.ec_shop div p a::after {
			content: "";
			position: absolute;
			display: inline-block;
			width: 2vw;
			height: 2vw;
			border-top: 2px solid #212121;
			border-right: 2px solid #212121;
			transform: rotate(45deg);
			top: 5.6vw;
			right: 0.8em;
		}
}

/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/

#Contact {
	text-align: center;
	font-size: 0;
}

#Contact h4 + p {
	font-weight: bold;
	margin-bottom: 2em;
	font-size: 16px;
}

#Contact .Inner {
	display: flex;
	align-items: center;
}

#Contact .Tel, #Contact .Mail {
	display: flex;
	box-sizing: border-box;
	width: 50%;
}

#Contact .Tel {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	margin-right: 20px;
	flex-direction: row-reverse;
}

#Contact .Tel p {
	position: relative;
	padding-left: 0.9em;
}

	#Contact .Tel p::before {
		content: "";
		position: absolute;
		display: inline-block;
		background: url(../images/tel.png) no-repeat;
		background-size: 100%;
		width: 25px;
		height: 36px;
		top: 5px;
		left: 0;
	}

#Contact .Tel span {
	font-size: 14px;
	font-weight: normal;
	display: block;
}

#Contact .Mail a {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	display: block;
	background: #A0B72F;
	padding: 1em 4em 1em 5em;
	position: relative;
}

	/* IE11 */
	_:-ms-lang(x)::-ms-backdrop, #Contact .Mail a {
        	padding: 1.2em 4em 1em 5em;
	}

	#Contact .Mail a::before {
		content: "";
		position: absolute;
		display: inline-block;
		background: url(../images/mail.png) no-repeat;
		background-size: 100%;
		width: 29px;
		height: 21px;
		top: 1.4em;
		left: 3.5em;
	}
	

	#Contact .Mail a::after {
		content: "";
		position: absolute;
		display: inline-block;
		width: 9px;
		height: 9px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: rotate(45deg);
		top: 1.6em;
		right: 1em;
	}
	
	
@media screen and (min-width: 0) and (max-width: 768px) {

	#Contact {
		text-align: center;
		font-size: 0;
		margin-bottom: 20vw !important;
	}

	#Contact h4 + p {
		font-weight: bold;
		margin-bottom: 2em;
		font-size: 3.5vw;
	}

	#Contact .Inner {
		display: block;
	}

	#Contact .Tel, #Contact .Mail {
		display: flex;
		box-sizing: border-box;
		width: 100%;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	#Contact .Tel {
		font-size: 8vw;
		font-weight: bold;
		line-height: 1.4;
		margin-right: 0;
		margin-bottom: 10vw;
		flex-direction: row-reverse;
		text-align: left;
	}

	#Contact .Tel p {
		position: relative;
		padding-left: 0.9em;
	}

		#Contact .Tel p::before {
			content: "";
			position: absolute;
			display: inline-block;
			background: url(../images/tel.png) no-repeat;
			background-size: 100%;
			width: 5.5vw;
			height: 8vw;
			top: 2vw;
			left: 0;
		}

	#Contact .Tel span {
		font-size: 3.5vw;
		font-weight: normal;
		display: block;
	}
	
	#Contact .Mail a {
		color: #fff;
		font-size: 4.5vw;
		font-weight: bold;
		display: block;
		background: #A0B72F;
		padding: 1em 4em 1em 5em;
		position: relative;
		box-sizing: border-box;
		width: 100%;
	}

		#Contact .Mail a::before {
			content: "";
			position: absolute;
			display: inline-block;
			background: url(../images/mail.png) no-repeat;
			background-size: 100%;
			width: 7.5vw;
			height: 5vw;
			top: 5.5vw;
			left: 12.5vw;
		}
	
		#Contact .Mail a::after {
			content: "";
			position: absolute;
			display: inline-block;
			width: 2vw;
			height: 2vw;
			border-top: 2px solid #fff;
			border-right: 2px solid #fff;
			transform: rotate(45deg);
			top: 6.5vw;
			right: 0.8em;
		}
}


/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/

#Main .Pan {
	max-width: 1200px;
	width: 100%;
	font-size: 14px;
	margin: 2.5em auto 0;
	display: flex;
}

#Main .Pan li {
	position: relative;
	padding-right: 1.5em;
}

	#Main .Pan li::after {
		content: "";
    	display: block;
    	width: 6px;
    	height: 6px;
    	border-top: 1px solid #222;
    	border-right: 1px solid #222;
    	transform: rotate(45deg);
    	position: absolute;
    	top: 0.5em;
    	right: 0.7em;
	}

#Main .Pan li:last-child {
	font-weight: bold;
}
	
	#Main .Pan li:last-child::after {
		display: none;
	}
	
	
@media screen and (min-width: 0) and (max-width: 768px) {

	#Main .Pan {
		max-width: 1200px;
		width: 94%;
		font-size: 3.5vw;
		margin: 1em 3% 0;
		display: flex;
	}

	#Main .Pan li {
		position: relative;
		padding-right: 1.5em;
	}

		#Main .Pan li::after {
			content: "";
    		display: block;
    		width: 6px;
    		height: 6px;
    		border-top: 1px solid #222;
    		border-right: 1px solid #222;
    		transform: rotate(45deg);
    		position: absolute;
    		top: 0.5em;
    		right: 0.7em;
		}

	#Main .Pan li:last-child {
		font-weight: bold;
	}
	
		#Main .Pan li:last-child::after {
			display: none;
		}	
}