@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: justify;
	word-wrap: break-word;
	letter-spacing: 0.05em;
}

html,
body {
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12.5pt;
	line-height: 1.6;
	color: #333333;
}

.wrap {
	overflow: hidden;
}

.clear {
	clear: both;
}

a:link {
	text-decoration: none;
}

a img {
	border-style: none;
}

#header,
#header_space {
	width: 100%;
	height: auto;
	background-color: #9dca46;
}

.logo {
	float: left;
	width: 60%;
	padding: 10px 0px 5px 20px;
}

.logo img {
	width: 100%;
}

.head_copy {
	display: none;
}

.nav_s {
	display: block;
	width: 100%;
	list-style: none;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-190%);
	-webkit-transform: translateY(-190%);
	-webkit-transform: translate3d(0px -210px 0ox);
	z-index: 500;
	transition: all 0.8s;
	opacity: 0.9;
}

.nav_s li a {
	width: 100%;
	display: block;
	color: #0C0;
	font-size: 11pt;
	font-weight: bold;
	background-color: #ffffff;
	text-align: left;
	text-indent: 20px;
	height: 40px;
	padding-top: 10px;
	border-bottom: thin solid #0C0;
}

.nav_s li a:hover {
	background-color: #0C0;
	color: #fff;
}

.nav_s .current a {
	background-color: #0C0;
	color: #fff;
}

.nav_s.active {
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
}

.toggle {
	position: fixed;
	/* bodyに対しての絶対位置指定 */
	right: 13px;
	top: 13px;
	display: block;
	width: 48px;
	height: 50px;
	cursor: pointer;
	z-index: 600;
	background: #f4f0f0;
}

.toggle span {
	display: block;
	position: absolute;
	/* .toggleに対して */
	width: 70%;
	border-bottom: solid 3px #0C0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	padding-top: 5px;
	right: 7px;
}

.toggle span:nth-child(1) {
	top: 3px;
}

.toggle span:nth-child(2) {
	top: 13px;
}

.toggle span:nth-child(3) {
	top: 23px;
}

.toggle span:nth-child(4) {
	border: none;
	top: 28px;
	left: 7px;
	font-size: 11px;
	font-weight: 500;
}


/* 最初のspanをマイナス45度に */

.toggle.active span:nth-child(1) {
	top: 15px;
	left: 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* 2番目と3番目のspanを45度に */

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	top: 15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav,
.nav_space,
.g_nav {
	display: none;
}

.slider {
	width: 100%;
	margin: 0 auto;
}

.bx-wrapper .bx-pager {
	display: none;
}

.container {
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding: 30px 10px 10px 10px;
	background-color: #fff;
	margin-bottom: 40px;
}

h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 160%;
	color: #B04D2C;
	text-align: center;
	position: relative;
	padding: 0 55px;
	font-weight: bold;
	padding: 0 3em;
	width: fit-content;
	margin: 0 auto;
}

h1::before,
h1::after {
	content: '';
	background: #B04D2C;
	width: 2em;
	height: 3px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

h1::before {
	left: 0;
}

h1::after {
	right: 0;
}

h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 140%;
	color: #B04D2C;
	text-align: center;
	position: relative;
	padding: 0 55px;
	font-weight: bold;
	padding: 0 3em;
	width: fit-content;
	margin: 40px auto;
}

h2::before,
h2::after {
	content: '';
	background: #B04D2C;
	width: 2em;
	height: 3px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

h2::before {
	left: 0;
}

h2::after {
	right: 0;
}

.top_boxs,
.top_box2s,
.top_imgs,
.top_txts {
	display: block;
}

.top_box,
.top_box2,
.top_img,
.top_txt {
	display: none;
}

.top_boxs {
	width: 96%;
	margin: 20px auto;
}

.top_imgs {
	width: 100%;
	margin: 0 auto;
}

.top_imgs img {
	width: 100%;
	max-width: 450px;
}

.top_txts {
	width: 100%;
	margin-top: 20px;
}

.top_box2s {
	width: 96%;
	margin: 20px auto;
}

.top_img2s {
	width: 100%;
	margin: 0 auto;
}

.top_img2s img {
	width: 100%;
	max-width: 450px;
}

.top_txt2s {
	width: 100%;
	margin-top: 20px;
}

.left.delighter {
	transition: all 1.2s ease-out;
	transform: translateX(-100%);
	opacity: 0;
}


/* スタート時のスタイル */

.left.delighter.started {
	transform: none;
	opacity: 1;
}

.right.delighter {
	transition: all 1.2s ease-out;
	transform: translateX(100%);
	opacity: 0;
}


/* スタート時のスタイル */

.right.delighter.started {
	transform: none;
	opacity: 1;
}

ul.profile {
	list-style-position: outside;
	list-style-image: url(../img/list1.gif);
}

ul.profile li {
	margin: 0px 10px 10px 35px;
}

ul.list2 {
	list-style-position: outside;
	list-style-image: url(../img/list2.gif);
}

ul.list2 li {
	margin: 20px 10px 10px 35px;
	line-height: 2;
}

p.dates {
	text-align: right;
	margin-top: 40px;
}

p.privacy,
p.h1 {
	margin-top: 40px;
}
p {
	margin-top: 20px;
}
p.h1 span {
	font-weight: bold;
	color: #F00;
}

img {
	vertical-align: middle;
}

p.end_com {
	border: thin solid #cccccc;
	margin: 40px auto;
	text-align: center;
	padding: 20px;
}

.item {
	width: 96%;
	margin: 20px auto;
	font-size: 90%;
	text-align: center;
}

.item img {
	width: 100%;
	max-width: 300px;
}

#footer,
#footer_space {
	width: 100%;
	height: auto;
	background-color: #9dca46;
	padding: 10px 10px;
}

.footer_nav,
.address,
.copy {
	text-align: center;
	margin-top: 10px;
	font-size: 95%;
}

.footer_nav p {
	text-align: center;
	color: #333;
}

.footer_nav p a {
	color: #333;
}

.footer_nav p a:hover {
	color: #B04D2C;
}

.address span {
	font-size: 120%;
	color: #F03;
	margin-left: 10px;
}

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

.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 5px;
	width: 98%;
	height: 95%;
	margin: 0 auto;
	text-align: center;
}

.page-top {
	position: fixed;
	bottom: 25%;
	right: 0px;
	padding: 12px 18px;
	background: #e8ffbc;
	border-radius: 20px;
	font-size: 16px;
	-ms-filter: "alpha(opacity=80)";
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

@media all and (min-width: 640px) {
	.nav_s,
	.toggle {
		display: none;
	}
	.logo {
		display: block;
		width: 38%;
		padding: 10px 0px 5px 20px;
		;
	}
	.logp img {
		width: 100%;
		max-width: 380px;
	}
	.head_copy {
		display: block;
		float: right;
		font-size: 12pt;
		padding-top: 10px;
		padding-right: 10px;
	}
	#nav {
		display: block;
		width: 100%;
		height: 40px;
		background-color: #fff;
		border-bottom: solid 2px #9dca46;
		opacity: 0.9;
	}
	.nav_space {
		display: block;
		width: 100%;
		height: 40px;
	}
	.g_nav {
		display: block;
		display: flex;
		list-style: none;
		justify-content: space-between;
	}
	.g_nav li {
		padding: 5px;
		margin: 2px auto;
	}
	.g_nav li a {
		position: relative;
		text-decoration: none;
		color: #333;
	}
	.g_nav a::before,
	.g_nav a::after {
		border-bottom: solid 2px #C30;
		bottom: -2px;
		content: "";
		display: block;
		position: absolute;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		width: 0;
	}
	.g_nav a::after {
		right: 50%;
	}
	.g_nav a::before {
		left: 50%;
	}
	.g_nav a:hover::before,
	.g_nav a:hover::after {
		width: 50%;
	}
	.g_nav .current a {
		border-bottom: solid 2px #C30;
	}
	.fixed {
		position: fixed;
		top: 0;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
		z-index: 10000;
		transition: all 1s ease-in;
	}
	.top_box,
	.top_box2,
	.top_txt,
	.top_img {
		display: block;
	}
	.top_boxs,
	.top_box2s,
	.top_txts,
	.top_imgs {
		display: none;
	}
	.top_box {
		margin: 40px auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.top_txt {
		width: 40%;
	}
	/* 基本のスタイル */
	.left.delighter {
		transition: all 1.2s ease-out;
		transform: translateX(-100%);
		opacity: 0;
	}
	/* スタート時のスタイル */
	.left.delighter.started {
		transform: none;
		opacity: 1;
	}
	.top_img {
		width: 45%;
	}
	.top_img img {
		width: 100%;
		max-width: 450px;
	}
	.top_box2 {
		margin: 40px auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.top_txt2 {
		width: 40%;
	}
	/* 基本のスタイル */
	.right.delighter {
		transition: all 1.2s ease-out;
		transform: translateX(100%);
		opacity: 0;
	}
	/* スタート時のスタイル */
	.right.delighter.started {
		transform: none;
		opacity: 1;
	}
	.top_img2 {
		width: 45%;
	}
	.top_img2 img {
		width: 100%;
		max-width: 450px;
	}
	.container {
		padding: 40px 20px 10px 20px;
	}
	.item_box {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.item {
		width: 33%;
	}
	.page-top {
		bottom: 20%;
	}
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

@media all and (min-width: 900px) {
	#header,
	#header2 {
		height: 120px;
	}
	#header_space,
	#header_space2 {
		width: 960px;
		height: 120px;
		margin: 0 auto;
	}
	.nav_space {
		width: 960px;
		margin: 0 auto;
	}
	.container {
		width: 960px;
		padding: 60px 10px 10px 10px;
	}
	#footer_space {
		width: 960px;
		margin: 0 auto;
	}
	.page-top {
		bottom: 20%;
	}
}
