@charset "utf-8";
/* ::::::::::::::::::::::::::::::::::::::::: */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
@media screen and (min-width: 1024px) {
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}
/* common style */
body {
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: .05em;
	margin: 0 auto;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	animation: fadeIn 2s ease 0s 1 normal;
}
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}
a {
	color: #cb5541;
}
a:hover {
	color: #A40028;
	text-decoration: none;
}
a[class="blank"]::after {
	content: '';
	display: inline-block;
	background: url("../img/icon/icon-newwin.svg") no-repeat;
	width: 12px;
	height: 12px;
	background-size: contain;
	margin: 0 0 0 8px;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
hr {
	border: 0;
	width: 100%;
	height: 1px;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ccc), to(transparent));
	background-image: linear-gradient(to right, transparent, #ccc, transparent);
	margin: 20px auto;
	clear: both;
}
em {
	font-size: 1em;
	color: #C80000;
	padding: 0 3px;
	font-style: normal;
}
header {
	width: 100%;
	height: auto;
	background: rgba(255, 255, 255, .90);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
.catch {
	position: relative;
	background-size: 100vw;
	height: calc(0.66 * 100vw);
}
@media screen and (min-width: 768px) {
	.catch {
		background-position: center center;
		padding: 170px 0 0 0;
		margin: -170px 0 0 0;
		z-index: -1;
		max-height: 90vh;
	}
}
h1 {
	color: #fff;
	background: -webkit-linear-gradient(to right, rgba(114, 102, 90, .50) 0%, rgba(114, 102, 90, 0) 100%);
	background: -moz-linear-gradient(to right, rgba(114, 102, 90, .50) 0%, rgba(114, 102, 90, 0) 100%);
	background: -ms-linear-gradient(to right, rgba(114, 102, 90, .50) 0%, rgba(114, 102, 90, 0) 100%);
	background: linear-gradient(to right, rgba(114, 102, 90, .50) 0%, rgba(66, 54, 38, 0) 100%);
	text-shadow: 1px 1px 2px black, 0 0 1em #151413, 0 0 .2em #151413;
	padding: .2em 0 .3em 5vw;
	margin: 0;
	width: 100%;
}
/* contents */
.container {
	padding-top: 100px;
	margin-top: -100px;
}
.contents {
	color: #333333;
	line-height: 1.8rem;
	padding: 20px 0 5px 0;
	background-color: rgba(255, 255, 255, .1);
	width: 100%;
}
.contents h2 {
	font-size: 1.4rem;
	text-shadow: 2px 2px 3px rgba(86, 85, 80, .30);
	padding: 10px 0 5px 0;
}
.contents h3 {
	color: #300;
	background-color: rgba(255, 255, 255, .50);
	border-bottom: 1px solid #CFC3C1;
	padding: 10px 0 5px 0;
}
.contents table th {
	background-color: #D5D1C5;
}
.btn_red {
	color: #fff;
	background-color: #C40000;
	-webkit-box-shadow: 0 0 9px #A4A4A4;
	-moz-box-shadow: 0 0 9px #A4A4A4;
	box-shadow: 0 0 9px #A4A4A4;
}
.bnr {
	text-align: center;
}
/* bnr */
.icon-arrow-right3:hover {
	transform: translate(10px, 0);
}
.icon-arrow-right3 {
	fill: #CB0032;
	margin: -3px 0 7px;
	width: 2em;
	height: 2em;
	position: absolute;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease;
}
.bnr a {
	color: #cb5541;
	font-size: 18px;
	display: block;
	padding: 25px 35px 25px 5px;
	border: 1px solid #c2361e;
	background: #f6f2ef;
	text-align: center;
	transition: all .5s;
}
.bnr a::after {
	content: "";
	display: inline-block;
	background: url(../img/icon/icon-arrow-right.svg) no-repeat;
	background-size: contain;
	width: 25px;
	height: 20px;
	margin-left: .5em;
	vertical-align: middle;
}
.bnr a:hover {
	color: #C31C00;
	background: rgba(246, 242, 239, .6);
	border: 1px solid #fff;
}
@media screen and (min-width: 480px) {
	.bnr a::after {
		width: 35px;
		height: 30px;
	}
}
.navbar {
	padding: 0;
	margin: 0;
}
.navbar-brand {
	padding: 5px 0;
	margin: 0 0 0 20px;
	width: 160px;
	height: 80px;
	z-index: 999;
}
/* nav_top */
#nav_top {
	margin: 0 0 0 auto;
}
#nav_top ul.nav {
	padding: 0;
	margin: 0 70px 0 0;
	width: 100%;
	height: 80px;
	background: #72665A;
}
#nav_top ul.nav li {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #7F7562;
}
#nav_top ul.nav li a {
	padding: 0;
	margin: 0 5px;
}
#nav_top ul.nav li:hover {
	color: #72665A;
	background: #9A917D;
}
#nav_top ul.nav li a img {
	width: 70px;
	height: 70px;
}
/* nav_top */
/* nav_icon */
#nav_icon {
	padding: 80px 0 0;
	z-index: 999;
}
#nav_icon ul.nav {
	padding: 0 0 10px;
	background: rgba(223, 219, 211, .70);
	z-index: 999;
}
#nav_icon ul.nav li {
	max-width: 80px;
	max-height: 80px;
}
#nav_icon ul.nav li.nav-item a {
	padding: 0;
	margin: 5px;
	-webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
	-moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
	-ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
}
#nav_icon ul.nav li.nav-item a:hover {
	-webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, .5));
	-moz-filter: drop-shadow(0 0 1px rgba(0, 0, 0, .5));
	-ms-filter: drop-shadow(0 0 1px rgba(0, 0, 0, .5));
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, .5));
}
.nav-item img {
	display: inline-block;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	width: 80px;
	height: 80px;
}
@media screen and (max-width: 300px) {
	#nav_icon {
		padding: 70px 0 5px;
	}
	#nav_icon ul.nav {
		margin: 0 auto;
	}
	#nav_icon ul.nav li {
		max-width: 60px;
		max-height: 60px;
	}
}
@media screen and (max-width: 660px) {
	#nav_icon {
		width: 100%;
		background: rgba(223, 219, 211, .7); /*
		box-shadow: 0 0 5px 5px rgba(223, 219, 211, .7);*/
	}
	#nav_icon ul.nav {
		max-width: 350px;
		margin: 0 auto;
		background: none;
		box-shadow: none;
	}
}
@media screen and (min-width: 601px) {
	.nav-item img {
		width: 80px;
		height: 80px;
	}
}
/* nav_icon */
/* #nav-toggle  */
#nav-toggle {
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer;
	background: #72665A;
	width: 70px;
	height: 80px;
	z-index: 1000;
	text-align: center;
}
#nav-toggle p {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 12px;
	margin: 5px auto 0;
	color: #fff;
}
.menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 60px;
	height: 44px;
}
.menu-trigger span {
	position: absolute;
	left: 20px;
	width: 20px;
	height: 1px;
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 23px;
}
.menu-trigger span:nth-of-type(2) {
	top: 33px;
}
.menu-trigger span:nth-of-type(3) {
	top: 43px;
}
.open .menu-trigger span {
	background: #fff;
}
.open .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.open .menu-trigger span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar .8s forwards;
	animation: active-menu-bar .8s forwards;
	z-index: -1;
}
@-webkit-keyframes active-menu-bar {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar {
	100% {
		height: 0;
	}
}
.open .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
/* #nav-toggle  */
/* #gloval-nav  */
nav a {
	font-size: 14px;
	color: #72665A;
}
nav .disabled {
	background: #C1B7A0;
}
#gloval-nav {
	background: #534B43;
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 20;
	text-align: center;
	display: flex;
	justify-content: center;
	visibility: hidden;
	align-items: center;
	opacity: 0;
	transition: opacity .3s ease, visibility .3s ease;
	overflow: auto;
	margin: 0;
	width: 100%;
	height: 100%;
}
#gloval-nav ul {
	list-style: none;
	padding: 30px 0 150px;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
#gloval-nav ul li {
	font-size: 18px;
	line-height: 2em;
	opacity: 0;
	width: 45%;
	display: inline-block;
	padding: 5px 0;
	margin: 8px 0;
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
	transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .2s ease;
	transition: transform .3s ease, opacity .2s ease, -webkit-transform .3s ease;
}
#gloval-nav ul li:nth-child(1) {
	width: 91%;
}
#gloval-nav ul li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 10px auto 8px;
	text-decoration: none;
	transition: color .3s ease;
	border-bottom: 1px dotted #E1DBCE;
}
#gloval-nav ul li a:hover {
	color: #DBA83B;
}
#gloval-nav ul li a::after {
	content: '';
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 10px;
	bottom: 18px;
	transform: rotate(45deg);
}
#gloval-nav ul li a:hover::after {
	border-top: 2px solid #DBA83B;
	border-right: 2px solid #DBA83B;
	right: 0;
	transition: all .4s ease-out;
}
#gloval-nav ul li img {
	display: inline-block;
	width: 80px;
	height: 80px;
}
@media screen and (max-width: 321px) {
	#gloval-nav ul {
		width: 320px;
		overflow-y: scroll;
	}
	#gloval-nav ul li {
		width: 150px;
	}
	#gloval-nav ul li:nth-child(1) {
		width: 300px;
	}
}
/* open */
.open {
	overflow: hidden;
}
.open #gloval-nav {
	visibility: visible;
	opacity: 1;
}
.open #gloval-nav li {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition: opacity .9s ease, -webkit-transform 1s ease;
	transition: transform 1s ease, opacity .9s ease;
	transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
/* #gloval-nav */
#submenu {
	width: 100%;
	background: #000;
	padding: 0;
	margin: 0;
}
#submenu img {
	opacity: .4;
	width: 100%;
	max-height: 465px;
	object-fit: cover;
}
#submenu div {
	padding: 0;
	margin: 0;
	position: relative;
}
#submenu p {
	color: white;
	font-size: 1.3rem;
	position: absolute;
	top: calc(50% - .6rem);
	width: 100%;
	height: auto;
	text-align: center;
}
#submenu a:hover img {
	opacity: .1;
	transition: opacity .35s, transform .35s;
}
/* Footer */
.footer {
	position: relative;
	text-align: center;
	background-color: #bbb5a8;
	padding: 0 auto;
}
.footer .copy {
	font-size: 11px;
	text-align: center;
}
.footer .copy2 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #35312A;
}
.footer a {
	color: #3b3425;
}
.footer a:hover {
	color: #675121;
}
.icon-arrow-up {
	font-size: 32px;
	fill: #fff;
	margin: 10px 8px 0 8px;
}
.gmap {
	font-size: 13px;
	color: #D1CAB7;
	background: #8F856C;
	text-align: center;
	padding: 3px 10px 2px;
	margin: 0;
	border-radius: 7px;
}
.icon-map {
	font-size: 20px;
	fill: rgba(228, 226, 222, .30);
}
footer a[target="_blank"]::after {
	background: none;
}
/* accordion */
.accordion_one {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
}
.accordion_one .accordion_header {
	padding: 20px 0 0;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: .2s;
}
.accordion_one .accordion_header h2 {
	border-bottom: 1px solid #DBD7CF;
}
.accordion_one .accordion_header .i_box {
	text-align: right;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 5px;
	right: 0%;
	width: 30px;
	height: 30px;
	margin-bottom: 0;
	box-sizing: border-box;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transform-origin: center center;
	transition-duration: .2s;
}
.accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
	margin-bottom: 5px;
}
.accordion_one .accordion_header .i_box .one_i {
	width: 20px;
	height: 20px;
	fill: #907A4A;
}
.accordion_one .accordion_inner {
	display: none;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .50);
	position: relative;
}
.accordion_one .accordion_inner .box_one {
	display: block;
	padding: 10px;
}
.accordion_one .provision {
	position: relative;
}
.modal-header, .modal-footer {
	border: 0;
}
.accordion_block {
	display: block;
	width: 100%;
	height: 100%;
	overflow: auto;
}
/* tooltip */
.tooltip_custom {
	border: none;
	border-bottom: 1px dotted #CC4F4F;
}
.tooltip p {
	font-size: 12px;
	line-height: 1.1rem;
	margin: 0;
	text-align: left;
}
/* fadeinup --> */
.fadeinup {
	opacity: .1;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
/* <-- fadeinup */
.link {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	padding: 5px 35px 5px 40px;
	margin: 15px 0;
	border-radius: 2px;
	background: #000;
	text-align: center;
}
.link:hover {
	color: #fff;
	background: #5A0001;
	transition: .5s;
}
.link::after {
	content: "\02192";
	color: #fff;
	padding: 0 0 0 20px;
}
p.exp {
	font-size: .8rem;
	border-top: 1px dotted #CFC3C1;
	border-bottom: 1px dotted #CFC3C1;
	width: 100%;
	height: auto;
	margin: 30px 0;
	text-align: center;
}
@media screen and (max-width: 320px) {
	* {
		font-size: .9rem;
	}
	h3 {
		font-size: 1.3rem;
	}
}
/* page_top */
#page_top {
	z-index: 10;
	position: fixed;
	bottom: 1%;
	right: 1%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#page_top a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, .6);
	border-radius: 50%;
	border: 1px solid #fff;
}
#page_top a::before {
	position: absolute;
	transform: rotate(0.5turn);
	content: "";
	bottom: 6px;
	left: 5px;
	width: 48px;
	height: 48px;
	background: url("../img/icon/scrollarrow.svg") no-repeat;
	filter: drop-shadow(0 0 10px #fff);
}
/* scrolldown */
.scrolldown {
	position: absolute;
	bottom: 10%;
	right: 1%;
	-ms-writing-mode: lr;
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	animation: arrowmove 1s ease-in-out infinite;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, .6);
	border-radius: 50%;
	border: 1px solid #fff;
}
.scrolldown span {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
}
.scrolldown::before {
	transform: none;
	content: "";
	position: absolute;
	bottom: 2px;
	left: 5px;
	width: 48px;
	height: 48px;
	background: url("../img/icon/scrollarrow.svg") no-repeat;
	filter: drop-shadow(0 0 10px #fff);
}
@keyframes arrowmove {
	0% {
		bottom: 1%;
	}
	50% {
		bottom: 3%;
	}
	100% {
		bottom: 1%;
	}
}
/* scrolldown */
.arrow_down {
	content: '';
	display: block;
	background: url("../img/icon/icon-arrow-down.svg") no-repeat;
	width: 20px;
	height: 40px;
	background-size: contain;
	margin: 0 0 0 5em;
}
.henkou {
	display: block;
	padding: 5px 1em 0;
}
.henkou h6 {
	font-size: 1.05rem;
	background-color: #D5D5CE;
	max-width: 20em;
	padding: .5em;
	margin: 0;
}
.henkou p, .henkou2 p {
	padding: 0 2em;
	margin: 0;
}
.henkou2 {
	display: block;
	padding: .5em 1em 0;
	margin: 0;
}
.henkou2 h6 {
	font-size: 1.1rem;
	padding: .5em;
	margin: 0;
}