@charset "utf-8";

:root {
	--color-green: #14AE67;
	--color-white: #FFFFFF;
	--color-lightgray: #B5B5B5;
	--color-gray: #717171;
	--color-black: #222222;
	--color-jet: #000000;
	--color-bg: #F7F3DE;
	--color-bg_sub: #FEFDF5;
	--px-width-page: 1250px;
	--px-width-page-padding: 100px;
}

a {
	transition: 0.2s;
}



body {
	font-family: sans-serif;
	background: var(--color-bg_sub);
	color: var(--color-black);
	font-size: 15px;
	line-height: 1.75em;
}

header {
	background: var(--color-bg);
	border-bottom: solid 6px var(--color-green);
	padding: 4em 0 1.2em 0;
	padding: 60px 0 18px 0;
	min-width: var(--px-width-page);
}
header > div {
	width: var(--px-width-page);
	margin: 0 auto;
	position: relative;
	/* overflow: hidden; */
}
header h1 {
	display: inline-block;
	padding-left: var(--px-width-page-padding);
}
header ul {
	position: absolute;
	bottom: 0;
	right: var(--px-width-page-padding);
}
header ul li {
	display: inline-block;
	float: left;
	margin-left: 1em;
}
header ul li:first-child {
	margin-left: 0;
}
header ul li a {
	display: inline-block;
	min-width: 6em;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
	text-decoration: none;
	background: var(--color-gray);
	color: var(--color-white);
	border-radius: 0.2em;
}
header ul a:hover {
	background: var(--color-white);
	color: var(--color-gray);
	box-shadow: 0 0 0.2em var(--color-gray);
}

footer {
	width: var(--px-width-page);
	margin: 0 auto;
	padding: 1.2em 0 1em 0;
	text-align: center;
	background: var(--color-white);
}
footer strong {
	font-family: serif;
	font-weight: bold;
	font-size: 1.2em;
}



#page_top .main_image {
	width: var(--px-width-page);
	margin: 0 auto;
	background: var(--color-bg_sub);
}
#page_top .main_image img {
	width: 100%;
	width: 1250px;
	height: 640px;
}

#page_top .contents {
	padding: 84px 0;
	background-color: var(--color-bg);
	overflow: hidden;
	min-width: var(--px-width-page);
}
#page_top .contents > div {
	width: var(--px-width-page);
	margin: 0 auto;
	background-image: url(../image/top/image_contents.png);
	background-image: url(../image/top/image_contents.jpg);
	background-repeat: no-repeat;
	background-position: right 40px bottom;
	position: relative;
}
#page_top .contents > div h2,
#page_top .contents > div h3 {
	font-family: serif;
	font-weight: bold;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	text-shadow: 0 0 0.5em  var(--color-bg_sub), 0 0 0.2em var(--color-bg);
	white-space: nowrap;
	position: absolute;
}
#page_top .contents > div h2 {
	font-size: 2.1em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: var(--color-green);
	padding-top: 1em;
	text-indent: -1em;
	right: 50%;
}
#page_top .contents > div h3 {
	font-size: 1.2em;
	line-height: 2.6em;
	right: var(--px-width-page-padding);
	margin-right: 1em;
}
#page_top .contents > div ul {
	display: inline-block;
	width: 23%;
	background: var(--color-bg_sub);
	margin-left: var(--px-width-page-padding);
	padding: 10px 24px;
}
#page_top .contents > div ul li {
	overflow: hidden;
	border-bottom: dotted 2px var(--color-lightgray);
}
#page_top .contents > div ul li:last-child {
	border: none;
}
#page_top .contents > div ul li a {
	display: block;
	height: 5em;
	margin: 1em 0;
	padding-left: 74px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: var(--color-black);
	text-decoration: none;
	white-space: nowrap;
	position: relative;
}
#page_top .contents > div ul li a::before {
	content: '';
	display: block;
	width: 44px;
	height: 52px;
	position: absolute;
	left: 10px;
	top: 10px;
	background-size: contain;
	background-repeat: no-repeat;
}
#page_top .contents > div ul li a:hover {
	opacity: 0.6;
}
#page_top .contents > div ul li a strong {
	display: block;
	font-size: 1.6em;
	line-height: 1.6em;
}
#page_top .contents > div ul li a span {
	display: inline-block;
	font-size: 0.9em;
	border: solid 1px var(--color-black);
	border-radius: 2px;
	line-height: 1em;
	padding: 0.1em 0.5em;
	margin-right: 0.5em;
}
#page_top .contents > div ul li.tougeimura a::before {
	background-image: url(../image/top/icon_tougeimura.png);
}
#page_top .contents > div ul li.echizenyaki a::before {
	background-image: url(../image/top/icon_echizenyaki.png);
}
#page_top .contents > div ul li.midokoro a::before {
	background-image: url(../image/top/icon_midokoro.png);
	top: 6px;
}
#page_top .contents > div ul li.syuhen a::before {
	background-image: url(../image/top/icon_syuhen.png);
	top: 6px;
}
#page_top .contents > div ul li.tougeimura a,
#page_top .contents > div ul li.echizenyaki a {
	padding-top: 1em;
	padding-bottom: -1em;
}
#page_top .contents > div ul li.access a,
#page_top .contents > div ul li.sns a {
	height: 3em;
	padding-top: 0.5em;
	padding-bottom: -0.5em;
}
#page_top .contents > div ul li.access a strong,
#page_top .contents > div ul li.sns a strong {
	display: inline-block;
	margin-right: 1em;
}


