.drawer_menu a {
	color: inherit;
	text-decoration: none;
}

.drawer_menu a:visited {
	color: inherit;
}

/* PC用ナビゲーション */

.drawer_menu .drawer_nav_wrapper {
	display: none;
	transform: translate(0);
	width: 100%;
	height: 30px;
	/* PC用メニュー高さ */
	position: relative;
	top: auto;
	right: auto;
	z-index: 100;
	/* background-color: #555; */
	/* PC用メニュー背景色 */
	background-color: #ada996;
}

.drawer_menu .drawer_nav {
	max-width: 100%;
	/* コンテンツ幅に合わせる */
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	list-style-type: none;
}

.drawer_menu .drawer_nav li {
	font-size: 11px;
	color: #414345;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
	/* PC用メニュー高さ */
	line-height: 30px;
	/* PC用メニュー高さ */
	/* background-color: #555; */
	/* PC用メニューボタン背景色 */
	text-align: center;
	list-style-type: none;
}

.drawer_menu .drawer_nav li:hover {
	background-color: rgba(0, 0, 0, 0.1);
	/* PC用メニューボタンマウスオーバー背景色 */
}

.drawer_menu .drawer_nav li a {
	color: #414345;
	/* PC用メニューボタン文字色 */
}

/* PC非表示 */

@media screen and (min-width: 1081px) {
	.pc-hidden {
		display: block;
		text-align: center;
	}
}

@media screen and (min-width: 1081px) {
	/* ドロップダウンメニュー2階層目 */
	.drawer_menu .drawer_nav li ul.second-level {
		visibility: hidden;
		display: block;
		list-style-type: none;
		position: absolute;
		z-index: -1;
		top: 30px;
		margin: 0;
		padding-left: 0;
	}

	.drawer_menu .drawer_nav li:hover ul.second-level {
		visibility: visible;
		display: block;
		z-index: 1;
		top: 50px;
		/* PC用メニューの高さに合わせる */
		transition: all 0.3s;
	}

	.drawer_menu .drawer_nav li:hover ul.second-level li {
		visibility: visible;
		display: block;
		width: 200px;
		/* ドロップダウンメニューボタン横幅 */
		height: 50px;
		/* Pドロップダウンメニューボタン高さ */
		text-align: center;
	}

	.drawer_menu .drawer_nav li:hover ul.second-level li a {
		display: block;
		visibility: visible;
		/* background-color: #555; */
		/* ドロップダウンメニューの文字の背景色 */
		color: #414345;
		/* ドロップダウンメニューの文字色 */
		font-size: 100%;
		text-decoration: none;
		line-height: 25px;
		/* Pドロップダウンメニューボタン高さ */
		text-align: center;
	}

	.drawer_menu .drawer_nav li:hover ul.second-level li a:hover {
		background-color: rgba(0, 0, 0, 0.1);
		/* ドロップダウンメニューマウスホバー背景色 */
	}

	.touch-btn {
		color: #414345;
		margin-left: 5px;
	}
}

/*+++ Default Button Color +++*/

.drawer_menu .drawer_button {
	color: #fff;
	/* ハンバーガーメニュー文字色 */
	display: none;
}

.drawer_menu .drawer_button .drawer_bar {
	background-color: #54514c;
	/* ハンバーガーメニュー三本線の色 */
}

/* 1000px以下 */

@media screen and (max-width: 1079px) {
	.drawer_menu .drawer_bg {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		background-color: rgba(51, 51, 51, 0.5);
		display: none;
		top: 0;
		left: 0;
	}

	.drawer_menu .drawer_button {
		display: block;
		background-color: #fff;
		color: #54514c;
		border: none;
		padding: 0px 5px;
		width: 50px;
		/* letter-spacing: 0.1em; */
		cursor: pointer;
		position: fixed;
		/* font-size: 15pt; */
		top: 5px;
		right: 5px;
		z-index: 1001;
		text-align: center;
		outline: none;
	}

	.drawer_menu .drawer_button.active .drawer_bar {
		width: 40px;
	}

	.drawer_menu .drawer_button.active .drawer_bar1 {
		transform: rotate(30deg);
	}

	.drawer_menu .drawer_button.active .drawer_bar2 {
		opacity: 0;
	}

	.drawer_menu .drawer_button.active .drawer_bar3 {
		transform: rotate(-30deg);
	}

	.drawer_menu .drawer_button.active .drawer_menu_text {
		display: none;
	}

	.drawer_menu .drawer_button.active .drawer_close {
		display: block;
	}

	.drawer_menu .drawer_bar {
		display: block;
		height: 3px;
		margin: 7px 2px;
		transition: all 0.2s;
		transform-origin: 0 0;
	}

	.drawer_menu .drawer_text {
		text-align: center;
		margin-top: -4px;
		font-size: 13px;
	}

	.drawer_menu .drawer_close {
		letter-spacing: 0.02em;
		display: none;
	}

	.drawer_menu .drawer_menu_text {
		display: block;
	}

	.drawer_menu .drawer_nav_wrapper {
		display: block;
		width: 250px;
		height: 100%;
		transition: all 0.4s;
		transform: translate(250px);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		background-color: rgba(0, 0, 0, 0.6);
		/* ドロワーメニュー内背景色 */
		overflow-x: hidden;
		overflow-y: auto;
	}

	.drawer_menu .drawer_nav {
		display: block;
		position: relative;
		margin-top: 40px;
	}

	.drawer_menu .drawer_nav li {
		/* background-color: #fff; */
		height: auto;
		line-height: 50px;
		/*  ドロワーメニューリスト項目高さ */
		position: relative;
		/* border-bottom: 1px solid #eee; */
	}

	.drawer_menu .drawer_nav li a {
		/* background-color: #000; */
		/* ドロワーメニューリスト背景色 */
		color: #fff;
		/* ドロワーメニューリスト文字色 */
		font-size: 12pt;
		line-height: 2.5em;
		display: block;
		text-align: left;
		padding-left: 40px;
	}

	/* スマートフォン2階層目 */
	/* .drawer_menu .drawer_nav li:hover ul.second-level {
		display: block;
	} */

	.drawer_menu .drawer_nav li ul.second-level {
		display: none;
		position: relative;
		padding: 0;
		z-index: 1001;
	}

	.drawer_menu .drawer_nav li ul.second-level li a {
		padding-left: 40px;
		font-size: 10pt;
		line-height: 2.3em;
		border-bottom: 0.5px solid #969696;
		border-bottom: 0.5px solid #969696;
		background-color: rgba(62, 58, 57);
	}

	.drawer_menu .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.drawer_menu.left .drawer_button {
		right: auto;
		left: 32px;
	}

	.drawer_menu.left .drawer_nav_wrapper {
		transform: translate(-250px);
		right: auto;
		left: 0;
	}

	.drawer_menu.left .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.pc-hidden {
		text-align: center;
	}

	.touch-btn {
		color: #fff;
		/* position: absolute;
		top: 0.25rem;
		right: 2%; */
		display: block;
		font-size: 12pt;
		z-index: 10;
		width: 100%;
		height: 30px;
		line-height: 30px;
		text-align: left;
		padding-left: 27px;
		/* background-color: #00bf8f; */
		/* vertical-align: middle; */
	}

	.touch-btn::after {
		content: "詳しく見る ↪";
		margin-left: 5px;
		color: #fff;
		border: 0.5px solid #fff;
		padding: 1px 5px;
		font-size: 12px;
		vertical-align: top;
	}

	.touch-btn::before {
		content: "▶";
		color: #fc4a1a;
		margin-right: 5px;
		font-size: 6pt;
		line-height: 4em;
		vertical-align: top;
	}
}

body {
	font-family: "Times New Roman", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	/* background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	background-size: 100%; */
	margin: 0;
	padding: 0;
}

html {
	color: #54514c;
	font-size: 10px;
}

a {
	color: #604c3f;
	text-decoration: none;
}

#headcord {
	width: 100%;
	height: 60px;
	margin: 0px auto 0px auto;
	/* background-color: #00bf8f; */
	background-color: rgba(255, 255, 255, 1);
	text-align: center;
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 12000;
}

.headerbox {
	width: 100%;
	height: 60px;
	margin: 0px auto 0px auto;
	font-size: 100%;
	color: #330000;
	text-align: center;
	position: fixed !important;
	position: absolute;
	top: 25px;
	left: 0;
	/* background-color: rgba(255, 255, 255, 0.7); */
}

.nav_case {
	width: 100%;
	margin: 0;
}

.logo {
	width: 315px;
	height: 60px;
	margin: 0px 0px 0px 7px;
	float: left;
	line-height: 1.8em;
	transition: opacity 0.8s;
	/* background-color: #ccc; */
}
.logo:hover {
	opacity: 0.5;
}

#headright {
	display: none;
	width: 50%;
	height: 70px;
	display: none;
	float: right;
}

.mail {
	width: 80px;
	height: 80px;
	display: none;
	float: right;
}

.mail2 {
	display: none;
	width: 200px;
	/* height: 75px; */
	margin-right: 60px;
	margin-top: 0px;
	float: right;
	/* background-color: #00bf8f; */
}

.mail3 {
	width: 280px;
	/* height: 75px; */
	margin-right: 60px;
	margin-top: 0px;
	display: none;
	float: right;
	/* background-color: #00bf8f; */
}

.reserve {
	display: none;
	width: 170px;
	height: 170px;
	margin: 0px auto 0px auto;
	float: right;
	/* padding-top: 10px; */
	margin-top: -2px;
	position: -webkit-sticky; /* safari対応 */
	position: sticky;
	z-index: 10000;
	top: 65px;
	right: 10px;
}

.key_visual {
	width: 100%;
	margin: 57px auto 5px auto;
}

.key_visual2 {
	display: none;
	width: 100%;
	margin: 5px auto 40px auto;
}

.menu_wrap {
	display: none;
	width: 180px;
	height: 670px;
	padding-top: 10px;
	margin-top: -2px;
	position: -webkit-sticky; /* safari対応 */
	position: sticky;
	z-index: 12000;
	top: 65px;
	background: #414345; /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #414345, #232526, #414345); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #414345, #232526, #414345); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	box-shadow: 3px 3px 3px rgba(102, 68, 0, 0.3);
}

main {
	font-size: 1.4rem;
	background-color: #fff;
}

#m-link {
	display: none;
	width: 660px;
	height: 65px;
	float: right;
	/* font-size: 1.2rem; */
	color: #ccc;
	line-height: 25px;
	margin: 13px 10px 0px 0px;
	text-align: right;
	/* border-top: 2px dotted #6f4b3e; */
	/* background-color: #2c5364; */
}

.news {
	width: 250px;
	height: 35px;
	font-size: 12pt;
	line-height: 35px;
	color: #696969;
	text-align: center;
	/* text-shadow: 1px 2px 3px #969696; */
	margin: 10px auto 25px auto;
	background-color: #fff;
	border: 1.5px solid #808080;
	border-radius: 50px;
	box-shadow: 2px 2px 2px rgba(102, 68, 0, 0.3);
}

.sec01 {
	width: 100%;
	height: auto;
	margin-top: -10px;
	padding-bottom: 10px;
}

.motto {
	width: 90%;
	text-align: center;
	font-size: 15pt;
	color: #696969;
	line-height: 1.5em;
	margin: 0px auto 0px auto;
	text-shadow: 1px 2px 3px #969696;
}

.motto00 {
	width: 68%;
	text-align: center;
	font-size: 16pt;
	color: #2b2b2b;
	/* line-height: 1.5em; */
	margin: -10px auto 15px auto;
	background-color: #fff;
	/* text-shadow: 1px 2px 2px #808080; */
}

.sentence {
	width: 87%;
	text-align: left;
	font-size: 1.5rem;
	line-height: 2.4rem;
	color: #54514c;
	margin: 15px auto 10px auto;
	padding: 0px;
	/* border-bottom: 1px dotted #54514c; */
}

.sick {
	width: 90%;
	margin: 0px auto 10px auto;
}

.block {
	width: 85%;
	height: auto;
	text-align: center;
	font-size: 13pt;
	color: #2b2b2b;
	line-height: 1.5em;
	padding: 0px 5px 5px 5px;
	margin: 25px auto 30px auto;
	border: 1px solid #969696;
	border-radius: 5px;
	box-shadow: 2px 2px 3px rgba(102, 68, 0, 0.2);
}

.image {
	width: 100%;
	margin: 0px auto 5px auto;
}

.caution {
	width: 95%;
	text-align: left;
	font-size: 1.3rem;
	line-height: 1.5rem;
	color: #54514c;
	margin: 0px auto 25px auto;
}

.sentence00 {
	display: none;
	width: 85%;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.6rem;
	color: #2b2b2b;
	margin: 0px auto 10px auto;
	padding: 3px 0px 5px 0px;
	border-bottom: 1px dotted #54514c;
}

.ttl_mobile {
	width: 80%;
	height: 35px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 35px;
	color: #fff;
	/* padding-left: 40px; */
	margin: 30px auto 10px auto;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}

.ttl_mobile2 {
	width: 80%;
	height: 28px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 28px;
	color: #fff;
	/* padding-left: 40px; */
	margin: 30px auto 10px auto;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}

.btm_nav {
	width: 100%;
	text-align: left;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #fff;
	padding-left: 40px;
	margin: 0px auto 10px auto;
}

.detail {
	display: block;
	width: 80%;
	margin: 0px auto 10px auto;
}

.voice {
	width: 85%;
	/* height: 400px; */
	margin: 0px auto 0px auto;
}

.more {
	display: inline-block;
	width: 49%;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1rem;
	color: #2b2b2b;
	/* float: left; */
	margin: 0px auto 15px auto;
}

.n_box {
	width: 85%;
	height: 58px;
	margin: 8px auto 10px auto;
	border-bottom: 1px dotted #2b2b2b;
}

.n_box2 {
	width: 85%;
	height: 58px;
	margin: 8px auto 0px auto;
}

.date {
	display: inline-block;
	height: 18px;
	/* float: left; */
	padding: 0 10px;
	text-align: center;
	font-size: 9pt;
	font-weight: normal;
	margin: 0px auto 5px auto;
	line-height: 18px;
	color: #fff;
	background: #fc4a1a; /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #f7b733, #fc4a1a); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-radius: 5px;
}

.concept {
	width: 100%;
	margin: 0px auto 0px auto;
}

.wrap {
	width: 100%;
	margin: 0px auto 0px auto;
}

.oyster {
	width: 100%;
	margin: -3px auto 0px auto;
}

/* 点滅 */
.blinking {
	-webkit-animation: blink 1s ease-in-out infinite alternate;
	-moz-animation: blink 1s ease-in-out infinite alternate;
	animation: blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.menu_box {
	width: 355px;
	height: 158px;
	margin: 0px auto 10px auto;
	/* background-color: #f5af19; */
}

.menu_box2 {
	width: 355px;
	height: 158px;
	margin: 0px auto 25px auto;
	/* background-color: #f5af19; */
}

.m_small {
	width: 115px;
	height: 139px;
	float: left;
	margin: 0px 4px 0px 0px;
	/* background-color: #ccc; */
}

.m_small2 {
	width: 115px;
	height: 139px;
	float: left;
	margin: 0px 0px 0px 0px;
	/* background-color: #ccc; */
}

.item {
	width: 100%;
	/* height: 150px; */
	float: left;
	margin: 0px 0px 0px 0px;
	/* background-color: #00bf8f; */
}

.item2 {
	width: 32%;
	/* height: 150px; */
	float: left;
	margin: 0px 0px 0px 0px;
}

.menu {
	width: 115px;
	height: 18px;
	/* float: left; */
	margin: 0px auto 0px auto;
	position: absolute;
	bottom: 0;
	text-align: center;
	/* background-color: #00bf8f; */
}

.access {
	width: 100%;
	height: 195px;
	margin: -15px auto 0px auto;
	background-color: #faf0e6;
}

.a-title {
	display: block;
	width: 75%;
	margin: 0px auto -5px auto;
	font-size: 13pt;
	line-height: 1.6em;
	color: #40220f;
}

.a-title2 {
	display: none;
	width: 70%;
	margin: 0px auto 10px auto;
	font-size: 13pt;
	line-height: 1.6em;
	color: #fff;
}

.map {
	display: block;
	width: 100%;
	height: 353px;
	padding-top: 5px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-color: #faf0e6;
}

.map_m {
	display: none;
	width: 65%;
	height: 320px;
	float: left;
	padding-top: 15px;
	margin: 0px auto 0px auto;
	text-align: center;
}

.map_pc {
	display: none;
	width: 70%;
	height: 550px;
	float: left;
	padding-top: 15px;
	margin: 0px auto 0px auto;
	text-align: center;
}

.address {
	display: block;
	width: 95%;
	text-align: center;
	padding: 30px 0px 0px 0px;
	margin: 10px auto 0px auto;
	font-size: 11pt;
	line-height: 1.6em;
	color: #40220f;
}

.address_m {
	display: none;
	width: 95%;
	padding: 15px 0px 0px 0px;
	margin: 10px auto 0px auto;
	font-size: 10pt;
	line-height: 1.6em;
	color: #40220f;
}

.address2 {
	display: block;
	width: 95%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 15px auto 0px auto;
	font-size: 11pt;
	line-height: 1.6em;
	color: #40220f;
}

.address2_m {
	display: none;
	width: 95%;
	padding: 0px 0px 0px 0px;
	margin: 5px auto 0px auto;
	font-size: 10pt;
	line-height: 1.6em;
	color: #fff;
}

main h2 span {
	display: none;
}

#information ul {
	list-style: none;
	font-size: 1.6rem;
}

#information ul li {
	color: orangered;
	padding: 5px 10px 0px 10px;
}

#information ul li time {
	display: block;
	margin: 5px 5px;
	font-size: 1.6rem;
	font-weight: bold;
}

#information ul li p {
	font-size: 1.5rem;
	color: #808080;
	line-height: 1.1em;
	margin: 0;
	padding: 5px 7px 15px 7px;
}

img {
	width: 100%;
}

.page {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}

.footlogo {
	width: 90%;
	margin: 20px auto 65px auto;
}

.contact {
	display: block;
	width: 100%;
	height: auto;
	float: left;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
}

footer ul {
	padding: 0;
}

footer ul li1 {
	width: 100%;
	margin: 0px auto;
}

/* jquery fade in*/
.js-fade {
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: opacity 0.8s, visibility 0.8s, transform 0.8s;
}

.scroll {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 8.6rem;
	right: 1.2rem;
	font-size: 1.5rem;
	width: 7rem;
	height: 7rem;
	line-height: 7rem;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
	display: block;
	position: fixed;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1rem;
	color: #2b2b2b;
	z-index: 3;
	right: 3px;
	top: 3px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	text-align: center;
	opacity: 0.7;
	padding-top: 15px;
}

.hamburger span {
	display: block;
	position: absolute;
	width: 35px;
	height: 2.5px;
	left: 8px;
	right: 10px;
	background: #2b2b2b;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 8px;
}
.hamburger span:nth-child(2) {
	top: 18px;
}
.hamburger span:nth-child(3) {
	top: 28px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top: 17px;
	left: 6px;
	/* background: #fff; */
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 17px;
	/* background: #fff; */
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
	position: fixed;
	z-index: 2;
	top: 60px;
	left: 0;
	line-height: 0.3rem;
	font-size: 14px;
	padding: 10px 0px 0px 0px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	text-align: left;
	width: 100%;
	transform: translateX(-100%);
	transition: all 0.7s;
}

nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: 0.4s all;
}

nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
	background: black;
	opacity: 0.8;
}

nav.globalMenuSp ul li a {
	display: block;
	color: white;
	padding: 1em 0;
	text-decoration: none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
	opacity: 100;
	display: block;
	transform: translateX(0%);
}

/* タブレットブレイクポイント */
@media (min-width: 768px) {
	body {
		font-family: "Times New Roman", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	#headcord {
		width: 100%;
		height: 60px;
		margin: 0px auto 0px auto;
		background-color: #fff;
		text-align: center;
		position: fixed !important;
		position: absolute;
		top: 0px;
		left: 0;
		z-index: 12000;
	}

	#headerbox {
		width: 100%;
		height: 60px;
		margin-top: 3px;
	}
	.hamburger {
		display: none;
	}

	.logo {
		width: 290px;
		margin-top: 0px;
	}

	#headright {
		display: none;
		width: 235px;
		height: 55px;
		margin-right: 65px;
		display: block;
		float: right;
		margin-top: 5px;
		padding-right: 20px;
	}

	.souryou {
		display: none;
		width: 100%;
		height: 22px;
		color: #fff;
		font-size: 14pt;
		font-weight: bold;
		text-align: right;
		line-height: 22px;
	}

	.opentime {
		display: none;
		width: 100%;
		height: 10px;
		color: #fff;
		font-size: 8pt;
		text-align: right;
		font-weight: normal;
		line-height: 10px;
	}

	.mail {
		display: block;
		width: 120px;
		height: 120px;
		margin: 7px;
		float: left;
		position: fixed !important;
		position: absolute;
		top: 58px;
		left: 0;
		z-index: 12000;
	}

	.mail img {
		height: auto;
		transition: transform 0.6s ease; /* ゆっくり変化させる */
	}

	.mail:hover img {
		transform: scale(1.1); /* 拡大 */
	}

	.reserve {
		display: none;
		width: 170px;
		height: 170px;
		margin: 0px auto 0px auto;
		float: right;
		/* padding-top: 10px; */
		margin-top: -2px;
		position: -webkit-sticky; /* safari対応 */
		position: sticky;
		z-index: 10000;
		top: 65px;
		right: 10px;
	}

	.mail2 {
		display: none;
		width: 200px;
		/* height: 75px; */
		margin-right: 60px;
		margin-top: 0px;
		float: right;
		/* background-color: #00bf8f; */
	}

	.mail3 {
		width: 280px;
		/* height: 75px; */
		margin-right: 60px;
		margin-top: 0px;
		display: block;
		float: right;
		/* background-color: #00bf8f; */
	}

	/* 点滅 */
	.blinking {
		-webkit-animation: blink 1.5s ease-in-out infinite alternate;
		-moz-animation: blink 1.5s ease-in-out infinite alternate;
		animation: blink 1.5s ease-in-out infinite alternate;
	}
	@-webkit-keyframes blink {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	@-moz-keyframes blink {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes blink {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}

	.flow {
		width: 60px;
		height: 75px;
		margin: 0px;
		display: block;
		float: right;
		background-color: #f5af19;
	}

	main h2 {
		width: 45%;
		box-sizing: border-box;
		padding: 0 10px;
		margin: 0px auto 30px auto;
		text-align: center;
		color: #fff;
		font-weight: normal;
		line-height: 30px;
		border-radius: 6px;
	}

	main h2 span {
		display: none;
	}

	#m-link {
		display: none;
		width: 660px;
		height: 65px;
		float: right;
		/* font-size: 1.2rem; */
		color: #54514c;
		line-height: 25px;
		margin: 13px 10px 0px 0px;
		text-align: right;
		/* border-top: 2px dotted #6f4b3e; */
		/* background-color: #2c5364; */
	}

	.m-span {
		display: inline-block;
		position: relative;
		z-index: 10;
		overflow: hidden;
		margin-top: 0px;
		margin-left: 2px;
		margin-right: 2px;
		padding: 1px 28px;
		height: 20px;
		font-size: 1.2rem;
		text-align: center;
		line-height: 20px;
		color: #ccc;
		/* border: 1px solid rgba(255, 255, 255, 0.4); */
		background-color: rgba(255, 255, 255, 0.1);
	}

	.m-span ::after {
		content: "";
		position: absolute;
		z-index: -10;
		top: 0;
		left: -120%;
		width: 100%;
		height: 100%;
		transform: skew(-30deg);
		transition: 0.4s;
		background-color: #ccc;
		opacity: 0.1;
	}

	.m-span :hover::after {
		left: 120%;
	}

	.news {
		width: 300px;
		height: 40px;
		font-size: 15pt;
		line-height: 40px;
		color: #54514c;
		text-align: center;
		/* text-shadow: 1px 2px 3px #969696; */
		margin: 30px auto 35px auto;
		background-color: #fff;
		border: 1.5px solid #808080;
		border-radius: 50px;
		box-shadow: 2px 2px 2px rgba(102, 68, 0, 0.3);
	}

	.n_box {
		width: 70%;
		height: 75px;
		margin: 15px auto 20px auto;
		border-bottom: 2px dotted #ada996;
		/* background-color: #00bf8f; */
	}

	.n_box2 {
		width: 70%;
		height: 75px;
		margin: 15px auto 20px auto;
		border-bottom: 2px dotted #ada996;
		/* background-color: #00bf8f; */
	}

	.key_visual {
		display: none;
		width: 100%;
		margin: 95px auto 40px auto;
	}

	.key_visual2 {
		display: block;
		width: 100%;
		margin: 60px auto 10px auto;
	}

	.menu_wrap {
		display: none;
		width: 180px;
		height: 670px;
		padding-top: 10px;
		margin-top: -2px;
		position: -webkit-sticky; /* safari対応 */
		position: sticky;
		z-index: 12000;
		top: 65px;
		background: #414345; /* fallback for old browsers */
		background: -webkit-linear-gradient(to bottom, #414345, #232526, #414345); /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to bottom, #414345, #232526, #414345); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		box-shadow: 3px 3px 3px rgba(102, 68, 0, 0.3);
	}

	.sec01 {
		width: 100%;
		height: auto;
		margin-top: -10px;
		padding-bottom: 10px;
		/* margin-bottom: 30px; */
		/* background-color: rgba(34, 172, 56, 0.1); */
		/* background-color: rgba(25, 40, 65, 0.1); */
		/* background-color: rgba(236, 100, 223, 0.1); */
	}

	.sec02 {
		width: 48%;
		height: auto;
		float: left;
		padding-left: 12px;
		margin-top: 30px;
		/* padding-bottom: 20px; */
	}

	.sec03 {
		width: 50%;
		/* height: 580px; */
		float: left;
		margin: 5px auto 0px auto;
		/* background-color: #00bf8f; */
	}

	.sec04 {
		width: 100%;
		height: auto;
		margin-top: 0px;
		padding-bottom: 20px;
		/* margin-bottom: 30px; */
		/* background-color: rgba(218, 224, 0, 0.1); */
		/* background-color: rgba(25, 40, 65, 0.1); */
		background-color: rgba(236, 100, 223, 0.1);
	}

	.solution {
		width: 375px;
		height: 300px;
		margin-top: 0px;
		/* background-color: #ccc; */
	}

	.factor {
		width: 160px;
		height: 263px;
		float: left;
		font-size: 1.4rem;
		line-height: 2.6rem;
		color: #2b2b2b;
		writing-mode: vertical-rl;
		padding: 10px 0px 0px 25px;
		margin-top: 20px;
		/* background-color: #00bf8f; */
	}

	.human {
		width: 185px;
		height: 300px;
		float: left;
		margin-top: 0px;
		/* background-color: #2c5364; */
	}

	.ttl_introduce {
		width: 90%;
		text-align: center;
		font-size: 32pt;
		color: #2b2b2b;
		padding-top: 20px;
		margin: 35px auto 35px auto;
		text-shadow: 1px 2px 3px #808080;
	}

	.ttl_feel {
		width: 100%;
		text-align: center;
		font-size: 23pt;
		color: #2b2b2b;
		padding-top: 20px;
		margin: 10px auto 10px auto;
		text-shadow: 1px 2px 3px #808080;
	}

	.motto {
		width: 90%;
		text-align: center;
		font-size: 24pt;
		color: #696969;
		line-height: 1.5em;
		margin: 15px auto 0px auto;
		text-shadow: 2px 2px 2px #ccc;
	}

	.motto00 {
		width: 50%;
		text-align: center;
		font-size: 17pt;
		color: #2b2b2b;
		/* line-height: 1.5em; */
		margin: -10px auto -15px auto;
		background-color: #fff;
		/* text-shadow: 1px 2px 2px #808080; */
	}

	.sentence {
		width: 85%;
		text-align: left;
		font-size: 1.6rem;
		line-height: 2.8rem;
		color: #54514c;
		margin: 25px auto 10px auto;
		padding: 0px;
		/* border-bottom: 1px dotted #54514c; */
	}

	.sentence00 {
		display: block;
		width: 85%;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.6rem;
		color: #2b2b2b;
		margin: 0px auto 20px auto;
		padding: 3px 0px 5px 0px;
		border-bottom: 1px dotted #54514c;
	}

	.sick {
		width: 85%;
		margin: 15px auto 10px auto;
	}

	.block {
		width: 75%;
		height: auto;
		text-align: center;
		font-size: 13pt;
		color: #2b2b2b;
		line-height: 1.5em;
		padding: 0px 5px 5px 5px;
		margin: 50px auto 50px auto;
		border: 1px solid #969696;
		border-radius: 5px;
		box-shadow: 2px 2px 3px rgba(102, 68, 0, 0.2);
	}

	.image {
		width: 82%;
		margin: 0px auto 5px auto;
	}

	.caution {
		width: 82%;
		text-align: center;
		font-size: 1.35rem;
		line-height: 1rem;
		color: #54514c;
		margin: 0px auto 50px auto;
	}

	.ttl_mobile {
		width: 80%;
		height: 35px;
		text-align: center;
		font-size: 1.8rem;
		line-height: 35px;
		color: #fff;
		/* padding-left: 40px; */
		margin: 30px auto 10px auto;
		border-top: 1px dotted #fff;
		border-bottom: 1px dotted #fff;
	}

	.ttl_mobile2 {
		width: 80%;
		height: 28px;
		text-align: center;
		font-size: 1.5rem;
		line-height: 28px;
		color: #fff;
		/* padding-left: 40px; */
		margin: 30px auto 10px auto;
		border-top: 1px dotted #fff;
		border-bottom: 1px dotted #fff;
	}

	.btm_nav {
		width: 100%;
		text-align: left;
		font-size: 1.6rem;
		line-height: 2.2rem;
		color: #fff;
		padding-left: 40px;
		margin: 0px auto 10px auto;
	}

	.detail {
		display: block;
		width: 50%;
		margin: 0px auto 10px auto;
	}

	.img_safety {
		width: 100%;
		margin: 0px auto 5px auto;
	}

	.ttl_answer {
		width: 80%;
		text-align: center;
		margin: 10px auto 10px auto;
	}

	.voice {
		width: 80%;
		/* height: 400px; */
		margin: 0px auto 25px auto;
	}

	.map {
		display: none;
		width: 65%;
		height: 350px;
		float: left;
		padding-top: 15px;
		margin: 0px auto 0px auto;
		text-align: center;
		background-color: #000;
	}

	.map_m {
		display: inline-block;
		width: 100%;
		height: 400px;
		padding-top: 0px;
		margin: 0px auto 0px auto;
		text-align: center;
	}

	.map_pc {
		display: none;
		width: 70%;
		height: 550px;
		float: left;
		padding-top: 15px;
		margin: 0px auto 0px auto;
		text-align: center;
	}

	.access {
		width: 220px;
		height: 400px;
		float: right;
		margin-top: -400px;
		background-color: rgba(232, 152, 0, 0.8);
	}

	.a-title {
		display: none;
		width: 180px;
		padding: 0px 0px 0px 0px;
		margin: 15px auto 0px auto;
	}

	.a-title2 {
		display: block;
		width: 220px;
		padding: 0px 0px 0px 0px;
		margin: 15px auto 0px auto;
	}

	.address {
		display: none;
		width: 95%;
		padding: 15px 0px 0px 0px;
		margin: 10px auto 0px auto;
		font-size: 11pt;
		line-height: 1.6em;
		color: #fff;
	}

	.address_m {
		display: block;
		width: 210px;
		float: left;
		margin: -10px 0px 15px 10px;
		font-size: 9pt;
		line-height: 1.7em;
		color: #fff;
	}

	.address2 {
		display: none;
		width: 95%;
		padding: 0px 0px 0px 0px;
		margin: 5px auto 0px auto;
		font-size: 10pt;
		line-height: 1.6em;
		color: #fff;
	}

	.address2_m {
		display: block;
		width: 210px;
		float: left;
		margin: 25px 0px 15px 10px;
		font-size: 9pt;
		line-height: 1.7em;
		color: #fff;
	}

	.profile {
		width: 93%;
		font-size: 1.5rem;
		margin: 0 auto;
		color: #808080;
		line-height: 1.5em;
		padding: 25px 20px 25px 20px;
	}

	.page {
		width: 100%;
		height: px;
		padding-top: 10px;
		padding-bottom: 0px;
		margin: 0px 1px 0px 0px;
	}

	.c_con {
		width: 85%;
		margin: 5px auto 0px auto;
	}

	.menu_item {
		width: 20%;
		margin-bottom: 0px;
		font-size: 1.3em;
		text-align: left;
		margin-bottom: 5px;
		padding-left: 35px;
		padding-bottom: px;
		color: #0f2027;
	}

	.menu_item::before {
		content: "▶︎";
		margin-right: 5px;
		font-size: 1rem;
		vertical-align: top;
	}

	.footlogo {
		width: 400px;
		margin: 5px auto 15px auto;
	}

	.contact {
		display: none;
	}

	#copyright {
		display: inline-block;
		width: 100%;
		height: 25px;
		font-size: 10pt;
		color: #fff;
		text-align: center;
		line-height: 25px;
		background-color: #2b2b2b;
	}

	/* 上に戻るボタン */
	.pagetop {
		color: #fff;
		background-color: rgba(0, 0, 0, 0.6);
		text-decoration: none;
		/* display: none; */
		font-weight: bold;
		position: fixed;
		bottom: 3rem;
		right: 1rem;
		font-size: 10pt;
		width: 7rem;
		height: 7rem;
		line-height: 5.2em;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
	}
	/* パソコンで見たときは"pc"のclassがついた画像が表示される */
	.pc0 {
		display: block !important;
		transition: opacity 0.5s;
	}
	.pc0:hover {
		opacity: 0.7;
	}
	.pc {
		display: block !important;
	}

	.sp {
		display: none !important;
	}

	/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
	@media only screen and (max-width: 767px) {
		.pc {
			display: none !important;
		}
		.sp {
			display: block !important;
		}
	}

	/*　ハンバーガーメニューボタン　*/
	.hamburger {
		display: block;
		font-size: 12px;
		font-weight: bold;
		line-height: 1em;
		color: #604c3f;
		position: fixed;
		font-weight: bold;
		z-index: 3;
		right: 10px;
		top: 8px;
		width: 65px;
		height: 45px;
		cursor: pointer;
		text-align: center;
		padding-top: 19px;
		background: #ada996; /* fallback for old browsers */
		background: -webkit-linear-gradient(to top, #eaeaea, #dbdbdb, #f2f2f2, #ada996); /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to top, #eaeaea, #dbdbdb, #f2f2f2, #ada996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		border-radius: 50%;
	}

	.hamburger span {
		display: block;
		position: absolute;
		width: 30px;
		height: 2.5px;
		left: 17px;
		right: 10px;
		background: #604c3f;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.hamburger span:nth-child(1) {
		top: 17px;
	}

	.hamburger span:nth-child(2) {
		top: 26px;
	}

	.hamburger span:nth-child(3) {
		top: 36px;
	}

	/* スマホメニューを開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
		top: 24px;
		left: 18px;
		background: #000;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 24px;
		background: #000;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/* メニュー背景　*/
	nav.globalMenuSp {
		position: fixed;
		z-index: 2;
		top: 80px;
		left: 0;
		line-height: 1.1rem;
		font-size: 1.5rem;
		padding: 15px 0px;
		color: #fff;
		background: rgba(0, 0, 0, 0.8);
		text-align: center;
		width: 100%;
		transform: translateX(-100%);
		transition: all 0.7s;
	}

	nav.globalMenuSp ul {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}

	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		transition: 0.4s all;
	}

	nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
	}

	nav.globalMenuSp ul li:hover {
		background: #808080;
		opacity: 0.6;
	}

	nav.globalMenuSp ul li a {
		display: block;
		color: white;
		line-height: 0.1rem;
		text-decoration: none;
	}

	/* クリックでjQueryで追加・削除 */
	nav.globalMenuSp.active {
		opacity: 100;
		display: block;
		transform: translateX(0%);
	}
}

/* PCサイズブレイクポイント */
@media (min-width: 1079px) {
	body {
		font-family: "Times New Roman", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	header {
		width: 100%;
		margin: 0 auto;
		/* background-color: #fff; */
	}

	#headcord {
		width: 100%;
		height: 65px;
		margin: 0px auto 0px auto;
		/* background-color: #000; */
		text-align: center;
		position: fixed !important;
		position: absolute;
		top: 0px;
		left: 0;
		z-index: 12000;
		/* background-color: #ccc; */
	}

	#headerbox {
		width: 100%;
		height: 65px;
		margin: 0px auto;
		/* background-color: #fff; */
	}

	.logo {
		display: block;
		width: 310px;
		float: left;
		margin-left: 10px;
		margin-top: 5px;
		transition: opacity 0.5s;
	}

	.logo:hover {
		opacity: 0.5;
	}

	#headright {
		display: block;
		width: 240px;
		height: 60px;
		float: right;
		margin-top: 0px;
		margin-right: 0px;
		padding-right: 0px;
	}

	.mail {
		display: none;
		width: 200px;
		height: 200px;
		margin: 5px;
		float: right;
		position: fixed !important;
		position: absolute;
		top: 65px;
		right: 0px;
		z-index: 12000;
	}

	.mail img {
		height: auto;
		transition: transform 0.6s ease; /* ゆっくり変化させる */
	}

	.reserve {
		display: none;
		width: 170px;
		height: 170px;
		margin: 0px auto 0px auto;
		float: right;
		/* padding-top: 10px; */
		margin-top: -2px;
		position: -webkit-sticky; /* safari対応 */
		position: sticky;
		z-index: 10000;
		top: 65px;
		right: 10px;
	}

	.reserve img {
		height: auto;
		transition: transform 0.6s ease; /* ゆっくり変化させる */
	}

	.reserve:hover img {
		transform: scale(1.1); /* 拡大 */
	}

	.mail2 {
		width: 216px;
		/* height: 75px; */
		margin-right: 10px;
		margin-top: 3px;
		display: none;
		float: right;
		/* background-color: #00bf8f; */
	}

	.mail3 {
		width: 315px;
		/* height: 75px; */
		margin-right: 0px;
		margin-top: 0px;
		display: block;
		float: right;
		/* background-color: #00bf8f; */
	}

	.flow {
		width: 75px;
		height: 80px;
		float: right;
		transition: opacity 0.5s;
	}

	.mail:hover {
		opacity: 0.5;
	}

	.flow:hover {
		opacity: 0.5;
	}

	#m-link {
		display: block;
		width: 430px;
		height: 50px;
		float: right;
		/* font-size: 1.2rem; */
		color: #604c3f;
		line-height: 18px;
		margin: 10px 10px 0px 0px;
		text-align: right;
		/* background-color: #00bf8f; */
	}

	.m-span {
		display: inline-block;
		position: relative;
		z-index: 10;
		overflow: hidden;
		margin-top: 0px;
		margin-left: 2px;
		margin-right: 2px;
		padding: 2px 10px;
		height: 15px;
		font-size: 1.3rem;
		text-align: center;
		line-height: 16px;
		color: #604c3f;
		border: 1px solid #604c3f;
		background-color: rgba(255, 255, 255, 0.1);
		font-family: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
		box-shadow: 1px 1px 1px rgba(102, 68, 0, 0.2);
	}

	.m-span ::after {
		content: "";
		position: absolute;
		z-index: -10;
		top: 0;
		left: -120%;
		width: 100%;
		height: 100%;
		transform: skew(-30deg);
		transition: 0.4s;
		background-color: #f7b733;
		opacity: 0.1;
	}

	.m-span :hover::after {
		left: 120%;
	}

	.key_visual {
		display: none;
		width: 100%;
		margin: 95px auto 40px auto;
	}

	.key_visual2 {
		display: block;
		width: 100%;
		margin: 65px auto 0px auto;
	}

	.sec001 {
		width: 960px;
		margin: 0px auto 0px auto;
	}

	.menu_wrap {
		display: block;
		width: 100%;
		height: 25px;
		margin-top: 0px;
		background: #ada996; /* fallback for old browsers */
		background: -webkit-linear-gradient(to bottom, #ada996, #eaeaea, #dbdbdb, #f2f2f2, #ada996); /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to bottom, #ada996, #eaeaea, #dbdbdb, #f2f2f2, #ada996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		/* box-shadow: 2px 2px 2px rgba(102, 68, 0, 0.2); */
	}

	.ttl_menu {
		display: block;
		width: 160px;
		height: 25px;
		font-size: 16pt;
		text-align: center;
		color: #fff;
		margin: 5px auto 0px auto;
		/* padding-top: 10px; */
		/* background: rgba(255, 255, 255, 0.5); */
		text-shadow: 1px 2px 3px #54514c;
	}

	.menu_number {
		width: 100%;
		height: 25px;
		/* float: left; */
		text-align: center;
		line-height: 25px;
		margin: -5px auto 0px auto;
		transition: opacity 0.5s;
	}

	.menu_number:hover {
		opacity: 0.8;
	}

	.name {
		display: inline-block;
		/* width: 100px; */
		padding: 2px 12px;
		height: 25px;
		font-size: 10pt;
		/* font-weight: bold; */
		text-align: center;
		/* color: #001510; */
		line-height: 22px;
		margin: 0px auto 0px auto;
		color: #604c3f;
		text-shadow: 1px 2px 3px #ccc;
		font-family: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
		transition: opacity 0.5s;
	}

	.name:hover {
		opacity: 0.5;
	}

	.motto {
		width: 90%;
		text-align: center;
		font-size: 24pt;
		color: #696969;
		line-height: 1.5em;
		margin: 15px auto 0px auto;
		text-shadow: 2px 2px 2px #ccc;
	}

	.motto00 {
		width: 50%;
		text-align: center;
		font-size: 22pt;
		color: #2b2b2b;
		/* line-height: 1.5em; */
		margin: -10px auto 22px auto;
		background-color: #fff;
		/* text-shadow: 1px 2px 2px #808080; */
	}

	.sentence {
		width: 85%;
		text-align: left;
		font-size: 2.2rem;
		line-height: 3.8rem;
		color: #54514c;
		margin: 25px auto 10px auto;
		padding: 0px;
		/* border-bottom: 1px dotted #54514c; */
	}

	.sentence00 {
		display: block;
		width: 85%;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.6rem;
		color: #2b2b2b;
		margin: 0px auto 20px auto;
		padding: 3px 0px 5px 0px;
		border-bottom: 1px dotted #54514c;
	}

	.sick {
		width: 85%;
		margin: 15px auto 10px auto;
	}

	.block {
		width: 75%;
		height: auto;
		text-align: center;
		font-size: 13pt;
		color: #2b2b2b;
		line-height: 1.5em;
		padding: 0px 5px 5px 5px;
		margin: 75px auto 70px auto;
		border: 1px solid #969696;
		border-radius: 5px;
		box-shadow: 2px 2px 3px rgba(102, 68, 0, 0.2);
	}

	.image {
		width: 85%;
		margin: 0px auto 5px auto;
	}

	.caution {
		width: 82%;
		text-align: center;
		font-size: 1.35rem;
		line-height: 1rem;
		color: #54514c;
		margin: 0px auto 50px auto;
	}

	.caption {
		width: 167px;
		height: 15px;
		font-size: 8pt;
		text-align: left;
		color: #2b2b2b;
		line-height: 18px;
		padding-left: 7px;
		margin: 0px auto 0px auto;
		font-family: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	}

	main {
		width: 100%;
		/* font-size: 1.4rem; */
		margin: 0 auto;
	}

	#information {
		width: 100%;
	}

	main h2 {
		box-sizing: border-box;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 30px;
		padding-left: 15px;
		background: white;
		color: #2b2b2b;
		font-size: 2.8rem;
		font-weight: normal;
		line-height: 30px;
	}

	.n_box {
		width: 70%;
		height: 75px;
		margin: 15px auto 20px auto;
		border-bottom: 2px dotted #ada996;
		/* background-color: #00bf8f; */
	}

	.n_box2 {
		width: 70%;
		height: 75px;
		margin: 15px auto 20px auto;
		border-bottom: 2px dotted #ada996;
		/* background-color: #00bf8f; */
	}

	.information {
		width: 100%;
		height: 20px;
		text-align: left;
		line-height: 20px;
		font-size: 12pt;
		color: #000;
		margin: 0px auto 0px auto;
		/* background-color: #00bf8f; */
	}

	.ttl_introduce {
		width: 90%;
		text-align: center;
		font-size: 39pt;
		color: #2b2b2b;
		padding-top: 20px;
		margin: 35px auto 35px auto;
		text-shadow: 1px 2px 3px #808080;
	}

	.news {
		width: 400px;
		height: 45px;
		font-size: 18pt;
		line-height: 45px;
		color: #54514c;
		text-align: center;
		/* text-shadow: 1px 2px 3px #969696; */
		margin: 65px auto 50px auto;
		background-color: #fff;
		border: 1.5px solid #808080;
		border-radius: 50px;
		box-shadow: 2px 2px 2px rgba(102, 68, 0, 0.3);
	}

	.motto {
		width: 80%;
		text-align: center;
		font-size: 32pt;
		color: #696969;
		line-height: 1.3em;
		margin: 30px auto 40px auto;
		/* text-shadow: 1px 2px 2px #808080; */
	}

	.motto2 {
		width: 65%;
		text-align: left;
		font-size: 18pt;
		color: #2b2b2b;
		line-height: 1.5em;
		margin: 20px auto 40px auto;
		text-shadow: 1px 2px 2px #ccc;
	}

	.detail {
		display: block;
		width: 40%;
		margin: 0px auto 20px auto;
		transition: opacity 0.5s;
	}

	.detail:hover {
		opacity: 0.5;
	}

	.img_safety {
		width: 75%;
		margin: 0px auto 5px auto;
	}

	.caution {
		width: 75%;
		text-align: left;
		font-size: 12pt;
		line-height: 1.8rem;
		color: #2b2b2b;
		margin: 0px auto 0px auto;
	}

	.sec02 {
		width: 39%;
		height: auto;
		float: left;
		/* padding-left: 12px; */
		margin-top: 30px;
		margin-left: 100px;
		/* padding-bottom: -20px; */
	}

	.sec03 {
		width: 40%;
		/* height: 580px; */
		float: left;
		margin: 5px auto 0px auto;
		/* background-color: #00bf8f; */
	}

	.sec04 {
		width: 100%;
		height: auto;
		margin-top: 0px;
		padding-bottom: 20px;
		/* margin-bottom: 30px; */
		/* background-color: rgba(218, 224, 0, 0.1); */
		/* background-color: rgba(25, 40, 65, 0.1); */
		background-color: rgba(236, 100, 223, 0.1);
	}

	.solution {
		width: 375px;
		height: 300px;
		margin-top: 0px;
		margin-left: 15px;
		/* background-color: #ccc; */
	}

	.factor {
		width: 160px;
		height: 263px;
		float: left;
		font-size: 1.5rem;
		line-height: 2.6rem;
		color: #2b2b2b;
		writing-mode: vertical-rl;
		padding: 10px 0px 0px 25px;
		margin-top: 20px;
		/* background-color: #00bf8f; */
	}

	.human {
		width: 185px;
		height: 300px;
		float: left;
		margin-top: 0px;
		/* background-color: #2c5364; */
	}

	.photo {
		width: 77%;
		margin: 0px auto 0px auto;
	}

	.ttl_answer {
		width: 80%;
		text-align: center;
		margin: 10px auto 10px auto;
	}

	.voice {
		width: 80%;
		/* height: 400px; */
		margin: 0px auto 25px auto;
	}

	.ttl_feel {
		width: 100%;
		text-align: center;
		font-size: 30pt;
		color: #2b2b2b;
		padding-top: 20px;
		margin: 20px auto 20px auto;
		text-shadow: 1px 2px 3px #808080;
	}

	.sick {
		width: 80%;
		margin: 0px auto 10px auto;
	}

	.map {
		display: none;
		width: 65%;
		height: 350px;
		float: left;
		padding-top: 15px;
		margin: 0px auto 0px auto;
		text-align: center;
		/* background-color: #000; */
	}

	.map_m {
		display: none;
		width: 70%;
		height: 350px;
		float: left;
		padding-top: 15px;
		margin: 0px auto 0px auto;
		text-align: center;
		/* background-color: #000; */
	}

	.map_pc {
		display: inline-block;
		width: 100%;
		height: 500px;
		padding-top: 0px;
		margin: 0px auto 0px auto;
		text-align: center;
	}

	.access {
		width: 270px;
		height: 500px;
		float: right;
		margin-top: -500px;
		background-color: rgba(232, 152, 0, 0.8);
	}

	.a-title {
		width: 220px;
		padding: 0px 0px 0px 0px;
		margin: 15px auto 0px auto;
	}

	.a-title2 {
		display: block;
		width: 265px;
		padding: 0px 0px 0px 0px;
		margin: 15px auto 0px auto;
	}

	.address {
		display: none;
		width: 95%;
		padding: 15px 0px 0px 0px;
		margin: 10px auto 0px auto;
		font-size: 11pt;
		line-height: 1.6em;
		color: #fff;
	}

	.address_m {
		/* display: block; */
		width: 250px;
		float: left;
		margin: -10px 0px 15px 10px;
		font-size: 11pt;
		line-height: 1.6em;
		color: #fff;
	}

	.address2 {
		display: none;
		width: 95%;
		padding: 0px 0px 0px 0px;
		margin: 5px auto 0px auto;
		font-size: 10pt;
		line-height: 1.6em;
		color: #fff;
	}

	.address2_m {
		display: block;
		width: 250px;
		float: left;
		margin: 25px 0px 15px 10px;
		font-size: 11pt;
		line-height: 1.6em;
		color: #fff;
	}

	.min {
		display: none;
		width: 90%;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		font-size: 9pt;
		line-height: 1.5em;
		color: #969696;
	}

	.min_m {
		display: block;
		width: 300px;
		float: left;
		padding: 0px 10px;
		margin: 0px auto 0px auto;
		font-size: 10pt;
		line-height: 1.5em;
		color: #969696;
	}

	.works {
		display: block;
		width: 100%;
		height: 1880px;
		margin: 0 auto;
		/* padding: 15px 0px; */
		/* background-color: #dcdcdc; */
	}

	main h4 {
		box-sizing: border-box;
		width: 100%;
		margin: 20px auto 20px auto;
		padding-left: 15px;
		background: white;
		color: #001510;
		font-size: 3rem;
		font-weight: normal;
		line-height: 35px;
	}

	.page {
		width: 100%;
		height: auto;
	}

	.c_con {
		width: 1024px;
		margin: 5px auto 0px auto;
		/* background-color: #696969; */
	}

	.menu_item {
		width: 18%;
		margin-bottom: 0px;
		font-size: 1.5em;
		text-align: left;
		margin-bottom: 5px;
		padding-left: 35px;
		padding-bottom: px;
		color: #0f2027;
		/* background-color: #00bf8f; */
	}

	.menu_item::before {
		content: "▶︎";
		margin-right: 5px;
		font-size: 1rem;
		vertical-align: top;
	}

	.footlogo {
		width: 500px;
		height: auto;
		margin: 0px auto 15px auto;
		transition: opacity 0.5s;
	}
	.footlogo:hover {
		opacity: 0.57;
	}

	.contact {
		display: none;
	}

	#copyright {
		display: none;
		width: 100%;
		height: 25px;
		font-size: 10pt;
		color: #fff;
		text-align: center;
		line-height: 25px;
		background-color: #000;
	}

	/* 上に戻るボタン */
	.pagetop {
		color: #fff;
		background-color: rgba(0, 0, 0, 0.6);
		text-decoration: none;
		/* display: none; */
		font-weight: bold;
		position: fixed;
		bottom: 1rem;
		right: 1rem;
		font-size: 12pt;
		width: 10rem;
		height: 10rem;
		line-height: 6.3em;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
	}

	.pagetop:hover {
		color: #fff !important;
		background-color: rgba(0, 0, 0, 0.6);
		text-decoration: none;
	}

	/*　ハンバーガーメニューボタン　*/
	.hamburger {
		display: none;
		position: fixed;
		font-size: 11px;
		font-weight: normal;
		line-height: 1.1em;
		color: #fff;
		z-index: 3;
		right: 10px;
		top: 8px;
		width: 65px;
		height: 45px;
		cursor: pointer;
		text-align: center;
		padding-top: 19px;
		background: #00bf8f; /* fallback for old browsers */
		background: -webkit-linear-gradient(to bottom, #001510, #00bf8f); /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to bottom, #001510, #00bf8f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}

	.hamburger span {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		left: 17px;
		right: 10px;
		background: #fff;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.hamburger span:nth-child(1) {
		top: 17px;
	}

	.hamburger span:nth-child(2) {
		top: 26px;
	}

	.hamburger span:nth-child(3) {
		top: 36px;
	}

	/* スマホメニューを開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
		top: 26px;
		left: 18px;
		background: #fff;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 26px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/* メニュー背景　*/
	nav.globalMenuSp {
		position: fixed;
		z-index: 2;
		top: 115px;
		left: 0;
		line-height: 0.8rem;
		font-size: 1.4rem;
		padding: 15px 0px;
		color: #fff;
		background: rgba(34, 34, 34, 0.8);
		text-align: center;
		width: 100%;
		transform: translateX(-100%);
		transition: all 0.7s;
	}

	nav.globalMenuSp ul {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}

	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		transition: 0.4s all;
	}

	nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
	}

	nav.globalMenuSp ul li:hover {
		background: #808080;
		opacity: 0.6;
	}

	nav.globalMenuSp ul li a {
		display: block;
		color: white;
		line-height: 0.3rem;

		text-decoration: none;
	}

	/* クリックでjQueryで追加・削除 */
	nav.globalMenuSp.active {
		opacity: 100;
		display: block;
		transform: translateX(0%);
	}
}
