@charset "UTF-8";

/* サイト全体クリア */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	outline: 0;
	vertical-align: baseline;
	text-align: left;
}
html {
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	vertical-align:  bottom;
}
nav ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
	color: #000000;
	font-size: 100%;
	outline: 0;
	vertical-align: baseline;
	text-decoration: none;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline;}
textarea {
	font-size: 100%;
}
ins {
	background: #FF9FF9;
	color: #000000;
	text-decoration: none;
}
mark {
	background: #FF9FF9;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: dotted 1px;
	cursor: help;
}
table, table th, table td {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
}
input, select {
	vertical-align: middle;
}
/* サイト全体クリア */

/* ヘッダー */
#head {
	position: relative;
}
.head-inner {
	background: url(../png2/head-back.png) repeat;
/*	background: rgb(104,133,58,0.6);*/
	position: absolute; top: 0; left: 0;
	z-index: 300;
}
.head-detail {
}
.head-left-box {
}
.head-logo {
}
.head-logo img {
	width: 100%;
	max-width: 212px;
}
.head-logo a {
}
.head-right-box {
}

@media (max-width: 999px) {
	.head-left-box {
		padding: 0 0 0 1%;
	}
}
	/* tablet */
@media (max-width: 840px) {
	.head-left-box {
		width: 50%;
	}
	.head-right-box {
		width: 140px;
		margin: 0 110px 0 0;
	}
}

	/* mobile */
@media (max-width: 640px) {
	.head-inner {
		padding: 5px 0 0 0;
	}
	.head-left-box {
		width: 62%;
	}
	.head-right-box {
		width: 132px;
		margin: 70px 0 0 0;
	}
}
/* ヘッダー */

/* メイン */
body {
}
.page-logo-box {
	height: 80px;
	position: relative;
	background: #6B395C;
	box-shadow: 0px 5px 10px -5px #686868;
	z-index: 2;
}
.page-logo {
	position: absolute;
	bottom: -45px;
	right: 50%;
	transform: translateX(50%);
	z-index: 1;
}
.page-logo img {
	width: 100%;
	max-width: 135px;
}
.main-pic-box,
.page-content-box,
.men-menu {
	background: #F1DCA3;
	}
#back {
	color: #000000;
	font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho Pro",serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	letter-spacing: 2px;
	-webkit-text-size-adjust: 100%;
}

/* アニメーション */
		/* 下からフェードイン */
.scrIn.js {
  opacity: 0;
}
.scrIn.js.active {
  transition: all ease-in 1s; /* 動きの秒数指定 */
  opacity: 1 !important;
  transform: none !important;
}
.scrIn.js.moveBottom {
	transform: translateY(10px);
}

.main-pic-box {
	background: #FFFFFF;
}
.main-pic-box-inner {
	position: relative;
	width: 1366px;
}
#st-trigger-effects {
	display: none;
}
#main {
}
.main-inner {
}
.foot-logo {
	font-size: 24px;
	font-weight: bold;
}
.foot-link img {
	width: 100%;
	max-width: 212px;
}
.page-content-title {
	color: #6B395C;
	font-weight: bold;
	text-align: center;
}
.page-content-subtitle {
	font-family: 'Noto Serif JP', serif;
}
.l-spacing {
	letter-spacing: -.40em;
}
.page-content-box {
	padding: 137px 14px 137px 14px;
}
.page-detail{
}
.page-detail2 {
	width: 1366px;
	position: relative;
}

.page-content-box2 {
}
.content-back {
	background: #DDECE1;
}


@media (max-width: 1365px) {
	.main-pic-box-inner {
		width: 100%;
	}
	.page-content-box {
		padding: 10% 1% 10% 1%;
		box-sizing: border-box;
	}
	.page-detail2 {
		width: 100%;
	}
}

@media (max-width: 999px) {
	.content-back {
		padding: 4% 1% 4% 1%;
	}
}

	/* tablet */
@media (max-width: 840px) {
	.st-menu {
		background: #68853A;
		overflow-y: scroll;
	}
	.st-menu ul li a {
		color: #FFFFFF;
	}
	#st-trigger-effects {
		display: block;
		position: fixed; top: 0; right: 0;
		z-index: 500;
	}
	#st-trigger-effects button {
		margin: 0 0 0 0;
		padding: 20px 20px 20px 20px;
		background: #000000;
		border-style: none;
		color: #FFFFFF;
		font-size: 18px;
	}
	.page-logo-box {
		height: 60px;
	}
	.page-logo {
		bottom: -18px;
	}
	.page-logo img {
		width: 60%;
	}
}

	/* mobile */
@media (max-width: 640px) {
	#st-trigger-effects button {
		padding: 16px 10px 16px 10px;
	}
	.parallax-box {
		margin: 0 0 180px 0;
	}
}

@media print {
	#st-trigger-effects {
		display: none;
	}
}
/* メイン */

/* フッター */
#foot {
	background: url(../pic/foot-imege.jpg);
	background-position: cover;
}
.foot-inner {
	padding: 30px 1% 130px 1%;
}
.foot-left-box {
	margin: 0 5% 0 0;
	padding: 10px 5px 10px 5px;
	background: rgba(255,255,255,0.7);
}
.foot-logo {
}
.foot-address {
	color: #000000;
}
.foot-address a {
	color: #000000;
	pointer-events: none;
}
.foot-right-box {
}
.foot-link {
}
.foot-link ul {
	padding: 0 0 71px 0;
	background: rgba(255,255,255,0.7);
}
.foot-link ul li {
	line-height: 240%;
	text-align: center;
}
.foot-link ul li a {
	color: #000000;
}

@media (max-width: 999px) {
}

	/* tablet */
@media (max-width: 840px) {
	.foot-inner {
		padding: 5% 0 5% 0;
	}
	.foot-left-box {
		float: none;
		width: 100%;
		margin: 0 0 3% 0;
		padding: 2% 1% 2% 1%;
		box-sizing: border-box;
	}
	.foot-logo {
		text-align: center;
	}
	.foot-address {
		text-align: center;
	}
	.foot-address a {
		pointer-events: auto;
	}
	.foot-right-box {
		float: none;
		width: 100%;
	}
	.foot-link {
		float: none;
		width: 100%;
		text-align: center;
	}
	.foot-link ul {
		padding: 0 0 0 0;
	}
	.foot-link ul li {
		float: left;
		width: 50%;
		padding: 8px 10px 8px 10px;
		background: #FFFAF7;
		border-left: solid 1px #875578;
		font-size: 16px;
	}
	.foot-link ul li:hover {
	    background-color: #000000;
	}
	.foot-link ul li:last-child {
		border-right: solid 1px #875578;
	}
	.foot-link ul li a {
		display: block;
		color: #000000;
	}
	.foot-link ul li a:hover {
	    color: #FFFAF7;
	}
}

	/* mobile */
@media (max-width: 640px) {
}
/* フッター */

/* コピーライト */
#copyright {
	background: #6B395C;
}
.copyright-inner {
}
.copyright-inner a {
	color: #FFFFFF;
}
.copyright-inner a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

@media (max-width: 999px) {
	.copyright-inner {
		width: 100%;
	}
}

	/* tablet */
@media (max-width: 840px) {
}

	/* mobile */
@media (max-width: 640px) {
	.copyright-inner {
		padding: 4px 0 4px 0;
		font-size: 7px;
		line-height: 110%;
	}
}
/* コピーライト */

/* clear関係 */
.clear {
	clear: both;
}
/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \ */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* clear関係 */
