/*--------------------------------------------------------------*/
/* MainReset */
/*--------------------------------------------------------------*/
html {
	font-size: 62.5%;
	background: #000;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased
}
body, div, dl, dt, dd, ul, ol, li, pre, code, 
form, fieldset, legend, input, textarea, figure, 
p, blockquote, th, td {
	font-size: 1.8rem;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 2.7rem;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
/* min767 */
@media screen and (min-width: 767px) {
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
/* 768 */
@media (max-width: 768px) {
	body, div, dl, dt, dd, ul, ol, li, pre, code, 
	form, fieldset, legend, input, textarea, figure, 
	p, blockquote, th, td {
		font-size: 1.7rem;
	}
	h1, h2, h3, h4, h5, h6 {
		font-size: 2.4rem;
	}
}
/* 580 */
@media (max-width: 580px) {
	body, div, dl, dt, dd, ul, ol, li, pre, code, 
	form, fieldset, legend, input, textarea, figure, 
	p, blockquote, th, td {
		font-size: 1.6rem;
	}
	h1, h2, h3, h4, h5, h6 {
		font-size: 2.1rem;
	}
}
/* font */
body {
	color: #fff;
	font-family: "kozuka-gothic-pro", "小塚ゴシック Pro", "Kozuka Gothic Pro", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
	-mts-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	max-width: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
input, textarea, select, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
}
input, select, button {
	vertical-align: middle;
}
textarea::placeholder,
input::placeholder {
	color: #ccc;
}
input:-ms-input-placeholder {
	color: #ccc;
}
input::-ms-input-placeholder {
	color: #ccc;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
address, caption, code, th {
	font-style: normal;
	font-weight: normal;
}
img, fieldset {
	border: 0;
}
ol, ul {
	list-style-type: none;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=checkbox],
input[type=submit],
input[type=button],
input[type=number],
button,
select,
textarea {
	border-radius: 2px;
	border: 1px solid #aaa;
	margin: 0;
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
	outline: none;
	background-color: #FFFFDF;
}
input[type=submit],
input[type=button],
button {
	outline: none;
	cursor: pointer;
	background-color: #F4F4F4;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover {
	background-color: #fff;
}
input[type=submit]:active,
input[type=button]:active,
button:active {
	background-color: #FFFFDF;
}
select {
	background: url(../images/arrow.png) right 50% no-repeat #fff;
	background-size: contain;
	padding: 10px 40px 10px 10px;
}

/*--------------------------------------------------------------*/
/* FONT */
/*--------------------------------------------------------------*/
.imp {
	font-family: "impact", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*--------------------------------------------------------------*/
/* 共通 base */
/*--------------------------------------------------------------*/
::selection {
	background: #acbf55;
	color: #fff;
}
a:active, a:hover {
	color: #ccc;
	outline: 0;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all 0.5s;
}
p {
	line-height: 1.8;
}
strong {
	background: linear-gradient(transparent 60%,#cde177 40%)!important;
}
.content {
	max-width: 1240px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	transition: .3s padding ease;
}
.content.wide {
	max-width: 1640px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.center {
	text-align: center;
}

/*--------------------------------------------------------------*/
/* section.white */
/*--------------------------------------------------------------*/
section.white,
aside.white {
	background: #fff;
	color: #000;
}

/*--------------------------------------------------------------*/
/* header.type01 */
/*--------------------------------------------------------------*/
header.type01 {
	text-align: center;
	margin-bottom: 120px;
}
#header div.stitle {
	text-align: center;
}
header.type01 span.eng,
#header div.stitle span.eng {
	font-size: 6.0rem;
	white-space: nowrap;
}
header.type01 h1,
#header div.stitle h1 {
	font-size: 2.5rem;
	font-weight: bold;
	color: #a0ba2e;
}
header.type01.white span.eng,
header.type01.white h1 {
	color: #fff;
}
/* 1240 */
@media (max-width: 1240px) {
	header.type01 {
		margin-bottom: max(9.677vw, 60px); //120px;
	}
	header.type01 span.eng,
	#header div.stitle span.eng {
		font-size: max(4.84vw, 4.2rem); //6.0rem;
	}
	header.type01 h1,
	#header div.stitle h1 {
		font-size: max(2.02vw, 1.8rem); //2.5rem;
	}
}

/*--------------------------------------------------------------*/
/* .fixed */
/*--------------------------------------------------------------*/
.fixed {
	position: fixed!important;
	top: 0px;
	z-index: 99;
	animation: moveimg 1s 1;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	border-bottom: none!important;
}
@keyframes moveimg {
	0% { top: -350px; }
	100% { top: 0px; }
}

/*--------------------------------------------------------------*/
/* パララックス */
/*--------------------------------------------------------------*/
.mv_left,
.mv_right,
.mv_up,
.mv_down,
.mv_bk {
	position: relative;
}
.lv_fade,
.mv_fade {
	opacity: 0;
}
.mv_fade0 {
	opacity: 1;
}
.mv_left {
	opacity: 0;
	left: -40px;
}
.mv_right {
	opacity: 0;
	right: -40px;
}
.mv_up {
	opacity: 0;
	top: 40px;
}
.mv_down {
	opacity: 0;
	top: -40px;
}

/*--------------------------------------------------------------*/
/* 共通 .btn_link */
/*--------------------------------------------------------------*/
.btn_link {
	display: block;
	position: relative;
	max-width: 300px;
	width: 100%;
	text-align: center;
	margin: 40px auto;
	padding: 12px 12px 10px 12px;
	border-radius: 3px;
	color: #fff;
	background: #a0ba2e;
	font-size: 1.6rem;
	transition: box-shadow 0.3s ease, background 0.3s ease;
}
.btn_link::after {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	content: '\f105';
	font-size: 1.4rem;
	font-weight: bold;
	transition: right 0.3s ease;
}
.btn_link:hover {
	color: #fff;
	background: #ef6f2e;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}
.btn_link:hover::after {
	right: 10px;
}
/* 580 */
@media (max-width: 580px) {
	.btn_link {
		max-width: 180px;
		margin: 35px auto 20px auto;
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------*/
/* 共通 button.btn */
/*--------------------------------------------------------------*/
button.btn {
	background: #ef6f2e;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px;
	transition: .3s;
}
button.btn:hover {
	background: #f55200;
	border-radius: 8px;
}

/*--------------------------------------------------------------*/
/* 共通 a.btn */
/*--------------------------------------------------------------*/
a.btn {
	display: inline-block;
	line-height: 1;
	background: #a0ba2e;
	color: #fff;
	max-width: 220px;
	width: 100%;
	padding: 16px 10px 14px 10px;
	border-radius: 3px;
	text-align: center;
	position: relative;
	transition: .3s ease;
}
a.btn:hover {
	background: #ef6f2e;
	color: #fff;
}

/*--------------------------------------------------------------*/
/* 共通 .btn_link */
/*--------------------------------------------------------------*/
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	border-style: none;
	line-height: 1.2;
	background: #a0ba2e;
	color: #fff;
	padding: 16px 10px 14px 10px;
	width: 220px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin: 0 auto;
	transition: .3s ease;
}
input[type="submit"]:hover {
	background-color: #ef6f2e;
}
/* 580 */
@media (max-width: 580px) {
	input[type="submit"] {
		margin: 30px auto 0 auto;
	}
}

/*--------------------------------------------------------------*/
/* common -> zoom */
/*--------------------------------------------------------------*/
.zhover {
	display: block;
	overflow: hidden;
	z-index: 2;
	position: relative;
}
.zhover img {
	transform: scale(1);
	transition: all 1.0s linear;
}
body.is-pc a:hover .zhover img:hover {
	transform: scale(1.1);
	opacity: 1;
}

/*---------------------------------------------*/
/* common -> pd_std */
/*---------------------------------------------*/
.pd_std {
	padding-top: 120px;
	padding-bottom: 120px;
}
.pd_std.bzero {
	padding-bottom: 0px;
}
.pd_std.tzero {
	padding-top: 0px;
}
/* 1240 */
@media (max-width: 1240px) {
	.pd_std {
		padding-top: max(9.677vw, 60px); //120px;
		padding-bottom: max(9.677vw, 60px); //120px;
	}
}

/*--------------------------------------------------------------*/
/* 共通 レスポンシブ関連 */
/*--------------------------------------------------------------*/
.sp_view {
	display: none;
}
.tb_view {
	display: none;
}
.unique {
	display: none;
}

/* 768 */
@media (max-width: 768px) {
	.pc_view {
		display: none;
	}
	.tb_view {
		display: block;
	}
	.tb_none {
		display: none!important;
	}
}
/* 580 */
@media (max-width: 580px) {
	.sp_view {
		display: block;
	}
	.sp_none {
		display: none!important;
	}
}

/*--------------------------------------------------------------*/
/* START */
/*--------------------------------------------------------------*/
.start {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 98;
	/*display: none;*/ /* debug */
}
.start img {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 300px;
	width: 70%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}
/* body.sub */
body.sub .start {
	display: none;
}

/*--------------------------------------------------------------*/
/* #header */
/*--------------------------------------------------------------*/
#header {
	position: relative;
	height: 100svh;
	overflow: hidden;
}
#header div.main_visual {
	height: 100%;
}
#header div.main_visual img {
	object-fit: cover;
	object-position: top center;
	width: 100%;
	height: 100%;
}
#header div.name {
	position: absolute;
	top: 50%;
	right: 7%;
	max-width: 480px;
	width: 70%;
	transform: translate(0, -50%);
	transition: .3s ease;
	text-align: center;
}
#header div.name span.imp {
	font-size: 3.2rem;
	margin: 0 -30px;
	transition: .3s ease;
}
#header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	mix-blend-mode: multiply;
	pointer-events: none;
	opacity: 0;
	transition: opacity 1.2s ease;
}
body.sub #header::before {
	opacity: 1;
}
#header.show-overlay::before {
	opacity: 1;
}
#header::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 140px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	pointer-events: none;
}
#header div.stitle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* body.sub */
body.sub #header {
	height: 340px;
}
/* 900 */
@media (max-width: 900px) {
	#header div.name {
		position: absolute;
		top: 53%;
		right: initial;
		left: 50%;
		max-width: 480px;
		width: 70%;
		transform: translate(-50%, -50%);
	}
}
/* 580 */
@media (max-width: 580px) {
	#header div.name span.imp {
		font-size: 2.2rem;
	}
}

/*--------------------------------------------------------------*/
/* #header -> #gnav */
/*--------------------------------------------------------------*/
#gnav {
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 40px;
	transition: padding .3s ease, background .3s ease;
	z-index: 8;
}
#gnav.white {
	background: rgba(0,0,0,0.7);
}
#gnav nav {
	display: flex;
	align-items: center;
	gap: 0 10%;
}
#gnav nav div.logo {
	width: 240px;
	flex-shrink: 0;
	transition: width .3s ease;
}
#gnav nav div.logo img {
	width: 100%;
	display: block;
}
#gnav nav ul {
	display: flex;
	align-items: center;
	gap: 0 10%;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
#gnav nav ul li a {
	font-size: 2.4rem;
}
#gnav div.tel365 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 10px;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
#gnav div.tel365 .head_tel {
	font-size: 2.4rem;
	font-weight: bold;
}
#gnav div.tel365 .head_tel i {
	font-size: 2.2rem;
	margin-right: 2px;
}
#gnav div.tel365 div.eigyou dl {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 10px;
}
#gnav div.tel365 div.eigyou dl dt {
	display: inline-block;
	background: #e11919;
	color: #fff;
	line-height: 1.2;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 4px 5px 5px 5px;
}
/* 1300 */
@media (max-width: 1300px) {
	#gnav {
		padding-right: 20px;
	}
}
/* 1220 */
@media (max-width: 1220px) {
	#gnav div.tel365 {
		opacity: 0;
		visibility: hidden;
	}
}
/* 1120 */
@media (max-width: 1220px) {
	#gnav div.tel365 {
		display: none;
	}
}
/* 900 */
@media (max-width: 900px) {
	#gnav {
		padding: 15px 20px;
	}
	#gnav nav div.logo {
		width: 180px;
	}
	#gnav nav ul {
		opacity: 0;
		visibility: hidden;
	}
}
/* 800 */
@media (max-width: 800px) {
	#gnav nav ul {
		display: none;
	}
}


/*--------------------------------------------------------------*/
/* #header -> sp_menu_btn */
/*--------------------------------------------------------------*/
#header .sp_menu_btn {
	width: 35px;
	position: fixed;
	top: 23px;
	right: 16px;
	cursor: pointer;
	z-index: 99;
	display: none;
}
#open {
	height: 23px;
}
.menu_line {
	background: #fff;
	display: block;
	height: 3px;
	position: absolute;
	transition: transform .3s ease;
	width: 100%;
}
.menu--active .menu_line {
	background: #ccc!important;
}
.menu_line-center {
	top: 10px;
}
.menu_line-bottom {
	bottom: 0;
}
.menu--active .menu_line-top {
	top: 9px;
	transform: rotate(45deg);
}
.menu--active .menu_line-center {
	transform:scaleX(0);
}
.menu--active .menu_line-bottom {
	bottom: 11px;
	transform: rotate(135deg);
}
/* 1220 */
@media (max-width: 1220px) {
	#header .sp_menu_btn {
		display: block;
	}
}

/*--------------------------------------------------------------*/
/* #header -> sp_menu_right & sp_menu_left */
/*--------------------------------------------------------------*/
/* sp_menu_right */
.sp_menu_right {
	background: #000;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 60%;
	padding: 70px 0 0 60px;
	z-index: 98;
	-webkit-overflow-scrolling: touch;
}
.sp_menu_right ul.nav {
	margin-bottom: 30px;
}
.sp_menu_right ul.nav li {
	font-size: 2.0rem;
	padding: 15px 0;
	position: relative;
}
.sp_menu_right ul.nav li a {
	font-family: "impact", sans-serif;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	background: #000;
	padding-left: 1px;
	transition: .3s ease;
}
.sp_menu_right ul.nav li::after {
	content: '';
	width: 20px;
	height: 1px;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 2px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: -1;
}
body.is-pc .sp_menu_right ul.nav li a:hover {
	opacity: 1;
	transform: translateX(6px);
}
.menu--active .sp_menu_right {
	right: 60%;
}
/* sp_menu_left */
.sp_menu_left {
	transform: translateX(-100%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background: url(../images/main_visual.jpg) no-repeat;
	background-size: auto 100%;
	background-position: center center;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 40%;
	z-index: 97;
}
.sp_menu_left::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 98;
	pointer-events: none;
}
.sp_menu_left img {
	max-width: 300px;
	width: 90%;
	margin-top: 40px;
	position: relative;
	z-index: 99;
}
.menu--active .sp_menu_left {
	left: 40%;
	text-align: center;
}
/* 580 */
@media (max-width: 580px) {
	/* sp_menu_right */
	.sp_menu_right {
		padding: 70px 0 0 40px;
	}
	/* sp_menu_left */
	.sp_menu_left {
		animation: act_anime 10s infinite alternate linear;
	}
	.sp_menu_left img {
		width: 40%;
		margin-left: auto;
		margin-right: auto;
	}
}
@keyframes act_anime {
	0% { 
		background-position: right 63% center;
	}
	100% { 
		background-position: right 37% center;
	}
}
/*--------------------------------------------------------------*/
/* CONCEPT */
/*--------------------------------------------------------------*/
#Concept {
	text-align: center;
	padding-top: 120px;
	padding-bottom: 160px;
}
#Concept header {
	margin-bottom: 80px;
}
#Concept header h1 {
	text-align: center;
	font-weight: bold;
}
/* 1240 */
@media (max-width: 1240px) {
	#Concept {
		padding-top: max(9.677vw, 100px); //120px;
		padding-bottom: max(12.903vw, 80px); //160px;
	}
	#Concept header {
		margin-bottom: max(6.452vw, 56px); //80px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#Concept p.txt {
		text-align: left;
	}
}

/*--------------------------------------------------------------*/
/* Menu */
/*--------------------------------------------------------------*/
#Menu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 120px 5%;
}
#Menu ul li {
	width: calc(95% / 2);
}
#Menu ul li dl dt {
	text-align: center;
	line-height: 1.3;
	font-size: 3.2rem;
	font-weight: bold;
	margin: 25px 0;
}
/* 1240 */
@media (max-width: 1240px) {
	#Menu ul {
		gap: max(9.677vw, 60px) 5%;
	}
	#Menu ul li dl dt {
		font-size: max(2.58vw, 2.0rem); //3.2rem;
		margin: max(2.016vw, 18px) 0;
	}
}
/* 580 */
@media (max-width: 580px) {
	#Menu ul li {
		width: 100%;
	}
}

/*--------------------------------------------------------------*/
/* COMPANY */
/*--------------------------------------------------------------*/
#Company {
	background: #a0ba2e;
}
#Company table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	border-top: 1px solid #dbdfc9;
	margin-bottom: 120px;
}
#Company table tr {
	border: none;
	border-bottom: 1px solid #dbdfc9;
}
#Company table tr th {
	text-align: left;
	white-space: nowrap;
}
#Company table tr th,
#Company table tr td {
	padding: 25px;
}
#Company div.ceo {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px 5%;
}
#Company div.ceo figure {
	width: 35%;
}
#Company div.ceo p.txt {
	flex: 1;
}
/* 580 */
@media (max-width: 580px) {
	#Company table {
		margin-bottom: 60px;
	}
	#Company table tr th {
		display: block;
		font-weight: bold;
		padding-bottom: 0;
	}
	#Company table tr td {
		display: block;
		padding-top: 20px;
	}
	#Company div.ceo figure {
		width: 100%;
		text-align: center;
	}
	#Company div.ceo figure img {
		max-width: 300px;
		width: 80%;
	}
	#Company div.ceo p.txt {
		flex: 1;
	}
}

/*--------------------------------------------------------------*/
/* GMAP */
/*--------------------------------------------------------------*/
iframe.gmap {
	display: block;
	width: 100%;
	height: 600px;
}

/*--------------------------------------------------------------*/
/* TopBLOG */
/*--------------------------------------------------------------*/
#TopBlog ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 3%;
	margin-bottom: 90px;
}
#TopBlog ul li {
	width: calc(94% / 3);
}
#TopBlog ul li figure {
	margin-bottom: 5px;
}
#TopBlog ul li figure img {
	aspect-ratio: 6 / 4;
	display: block;
	object-fit: cover;
	object-position: center;
}
#TopBlog ul li figure figcaption {
	font-size: 1.8rem;
	text-align: center;
}
/* 580 */
@media (max-width: 580px) {
	#TopBlog ul {
		gap: 30px 3%;
		margin-bottom: 40px;
	}
	#TopBlog ul li {
		width: 100%;
	}
	#TopBlog ul li figure figcaption {
		font-size: 1.6rem;
		line-height: 1.7;
	}
}

/*--------------------------------------------------------------*/
/* BLOG */
/*--------------------------------------------------------------*/
#Blog {
	background: #fff;
	color: #000;
}

/*--------------------------------------------------------------*/
/* NEWS */
/*--------------------------------------------------------------*/
#News {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#News ul {
	margin-bottom: 80px;
}
#News ul li {
	border-bottom: 1px solid #aaa;
	padding: 20px 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
}
#News ul li:first-child {
	padding-top: 0px;
}
#News ul li time {
	font-size: 2.0rem;
	line-height: 1.6;
	margin-right: 60px;
}
#News ul li p {
	font-size: 2.0rem;
	line-height: 1.7;
	flex: 1;
}
/* 1240 */
@media (max-width: 1240px) {
	#News ul {
		margin-bottom: max(6.452vw, 56px); //80px;
	}
	#News ul li {
		padding: 20px max(1.21vw, 2px); //15px;
	}
	#News ul li time {
	font-size: max(1.61vw, 1.6rem); //2.0rem;
		margin-right: max(4.839vw, 0px); //60px;
	}
	#News ul li p {
	font-size: max(1.61vw, 1.6rem); //2.0rem;
	}
}
/* 580 */
@media (max-width: 580px) {
	#News ul li time {
		width: 100%;
		font-weight: bold;
	}
	#News ul li p {
		width: 100%;
	}
}

/*--------------------------------------------------------------*/
/* CONTACT */
/*--------------------------------------------------------------*/
#Contact {
	background: #fff;
	border-top: 1px solid #000;
	padding-bottom: 5px;
}
#Contact header {
	text-align: center;
	margin-bottom: 80px;
}
#Contact .content {
	max-width: 1040px;
}
/* form */
#Contact form {
	margin-bottom: 80px;
}
#Contact form p {
	line-height: 1.4;
}
#Contact form table {
	width: 100%;
	border: none;
}
#Contact form table tr th,
#Contact form table tr td {
	border: none;
}
#Contact form table tr {
	border-top: 1px solid #e2e2e2;
}
#Contact form table tr th,
#Contact form table tr td {
	padding-top: 25px;
	padding-bottom: 25px;
}
#Contact form table tr td {
	padding-left: 0;
	padding-right: 0;
}
#Contact form table th {
	vertical-align: top;
	width: 210px;
	white-space: nowrap;
	text-align: left;
	padding: 25px 55px 0 10px;
	position: relative;
}
#Contact form table tr th span.item {
	position: absolute;
	top: 38px;
	left: 10px;
}
#Contact form table tr th span.hissu {
	position: absolute;
	top: 40px;
	right: 10px;
	display: inline-block;
	padding: 2px 4px 1.5px 4px;
	background: red;
	color: #fff;
	font-size: 1.2rem;
}
#Contact form table tr td textarea {
	width: 100%;
	height: 200px;
}
#Contact form table tr td.control {
	position: relative;
}
#Contact form input[type=text],
#Contact form input[type=tel],
#Contact form input[type=email],
#Contact form textarea {
	padding: 10px;
	width: 100%;
}
#Contact form input[type=tel] {
	max-width: 300px;
}
/* focus */
#Contact form input[type=text]:focus,
#Contact form input[type=password]:focus,
#Contact form input[type=email]:focus,
#Contact form input[type=tel]:focus,
#Contact form select:focus,
#Contact form textarea:focus {
	outline: none;
	background-color: #ecf8ff;
	border: 1px solid #777;
}
/* wpcf7 */
#Contact ul li:last-child {
	display: flex;
	align-items: center;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 8px 10px 6px 10px;
	border: 2px solid red;
	background: #ffff80;
	border-radius: 6px;
	text-align: center;
	color: red;
}
/* sent */
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #a0ba2e;
	background: #e6ffe6;
	color: #3500ff;
}
/* err */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ff0000;
}
.wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: calc(50% + 120px);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #a0ba2e;
	opacity: 1;
}
.wpcf7-not-valid-tip {
	margin-top: 3px;
}
/* turnstile */
#Contact form table tr td.turnstile {
	text-align: center;
	padding: 0;
}
/* 580 */
@media (max-width: 580px) {
	#Contact header {
		margin-bottom: 40px;
	}
	/* table */
	#Contact form table tr th {
		width: 100%;
		padding: 20px 5px 5px 5px;
		display: flex;
		align-items: center;
		gap: 0 6px;
	}
	#Contact form table tr th span.item {
		position: initial;
		top: initial;
		left: initial;
	}
	#Contact form table tr th span.hissu {
		position: initial;
		padding: 1px 4px 1px 4px;
		font-size: 1.1rem;
	}
	#Contact form table tr td {
		display: block;
		width: 100%;
		padding: 5px 5px 20px 5px;
	}
	#Contact form table td textarea {
		height: 180px;
	}
	#Contact form input[type=text],
	#Contact form input[type=email],
	#Contact form textarea {
		padding: 10px;
		width: 100%;
	}
}

/*--------------------------------------------------------------*/
/* BANNER */
/*--------------------------------------------------------------*/
#Banner ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 5%;
}
#Banner ul li {
	width: calc(95% / 2);
}
/* 580 */
@media (max-width: 580px) {
	#Banner ul li {
		width: 100%;
	}
}

/*--------------------------------------------------------------*/
/* body.blog お知らせ一覧 */
/*--------------------------------------------------------------*/
body.blog header#sub_visual,
body.single header#sub_visual,
body.archive header#sub_visual {
	margin-bottom: 30px;
}
body.blog,
body.single,
body.archive {
	line-height: 1.4;
}
body.blog .col2,
body.single .col2,
body.archive .col2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0 20px;
}
/* main */
body.blog .col2 div.main *
body.single .col2 div.main *
body.archive .col2 div.main * {
	line-height: 1!important;
}
body.blog .col2 div.main,
body.single .col2 div.main,
body.archive .col2 div.main {
	width: 70%;
}
body.blog .col2 div.main ul.post_list > li,
body.archive .col2 div.main ul.post_list > li {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
body.blog .col2 div.main ul.post_list > li a,
body.archive .col2 div.main ul.post_list > li a {
	display: block;
	height: 100%;
}
body.blog .col2 div.main ul.post_list > li figure,
body.archive .col2 div.main ul.post_list > li figure {
	aspect-ratio: 1 / 1;
	max-width: 250px;
	height: 100%;
	width: 33%;
	margin-right: 27px;
}
body.blog .col2 div.main ul.post_list > li figure img,
body.archive .col2 div.main ul.post_list > li figure img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}
body.blog .col2 div.main ul.post_list > li div.text,
body.archive .col2 div.main ul.post_list > li div.text {
	flex: 1;
}
body.blog .col2 div.main ul.post_list > li div.text time,
body.single .col2 div.main time,
body.archive .col2 div.main ul.post_list > li div.text time {
	font-size: 1.4rem;
	display: block;
}
body.blog .col2 div.main ul.post_list > li div.text ul.tags li,
body.single .col2 div.main ul.tags li,
body.archive .col2 div.main ul.post_list > li div.text ul.tags li {
	display: inline-block;
	margin: 0 10px 12px 0;
}
body.blog .col2 div.main ul.post_list > li div.text ul.tags li a,
body.single .col2 div.main ul.tags li a,
body.archive .col2 div.main ul.post_list > li div.text ul.tags li a {
	display: inline-block;
	font-size: 1.2rem;
	background: #23ac38;
	color: #fff;
	padding: 3px 15px 1px 15px;
	border-radius: 10px;
	transition: .2s;
}
body.blog .col2 div.main ul.post_list > li div.text ul.tags li a:hover,
body.single .col2 div.main ul.tags li a:hover,
body.archive .col2 div.main ul.post_list > li div.text ul.tags li a:hover {
	background: #ef6f2e!important;
}
body.blog .col2 div.main ul.post_list > li div.text h2,
body.archive .col2 div.main ul.post_list > li div.text h2 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #a0ba2e;
	margin-bottom: 8px;
}
body.blog .col2 div.main ul.post_list > li div.text h2 + p.txt,
body.archive .col2 div.main ul.post_list > li div.text h2 + p.txt {
	margin-bottom: 11px;
	font-size: 1.6rem;
}
body.blog .col2 div.main ul.post_list > li div.text .btn_link.more,
body.archive .col2 div.main ul.post_list > li div.text .btn_link.more {
	margin: 0 0 0 auto;
	border-radius: 20px;
	padding: 8px 8px 6px 8px;
	max-width: 220px;
}
/* sidebar */
body.blog .col2 aside#sidebar,
body.single .col2 aside#sidebar,
body.archive .col2 aside#sidebar {
	width: 25%;
}
body.blog .col2 aside#sidebar h3,
body.single .col2 aside#sidebar h3,
body.archive .col2 aside#sidebar h3 {
	position: relative;
	color: #a0ba2e;
	font-size: 2.2rem;
	padding-bottom: 8px;
}
body.blog .col2 aside#sidebar h3::after,
body.single .col2 aside#sidebar h3::after,
body.archive .col2 aside#sidebar h3::after {
	content: '';
	width: 40px;
	border-bottom: 2px solid #e17975;
	position: absolute;
	bottom: 0;
	left: 0;
}
body.blog .col2 aside#sidebar h3 + ul,
body.single .col2 aside#sidebar h3 + ul,
body.archive .col2 aside#sidebar h3 + ul {
	margin-bottom: 55px;
}
body.blog .col2 aside#sidebar h3 + ul li,
body.single .col2 aside#sidebar h3 + ul li,
body.archive .col2 aside#sidebar h3 + ul li {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	font-size: 1.8rem;
}
/* 768 */
@media (max-width: 768px) {
	/* main */
	body.blog .col2 div.main,
	body.single .col2 div.main,
	body.archive .col2 div.main {
		width: 100%;
		margin-bottom: 40px;
	}
	/* sidebar */
	body.blog .col2 aside#sidebar,
	body.single .col2 aside#sidebar,
	body.archive .col2 aside#sidebar {
		width: 100%;
	}
}
/* 580 */
@media (max-width: 580px) {
	/* ul.post_list */
	body.blog .col2 div.main ul.post_list > li,
	body.archive .col2 div.main ul.post_list > li {
		display: block;
	}
	body.blog .col2 div.main ul.post_list > li figure,
	body.archive .col2 div.main ul.post_list > li figure {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	body.blog .col2 div.main ul.post_list > li div.text time,
	body.single .col2 div.main time,
	body.archive .col2 div.main ul.post_list > li div.text time {
		margin-bottom: 5px;
	}
	body.blog .col2 div.main ul.post_list > li figure img,
	body.archive .col2 div.main ul.post_list > li figure img {
		width: 100%;
	}
	body.blog .col2 div.main ul.post_list > li div.text,
	body.archive .col2 div.main ul.post_list > li div.text {
		width: 100%;
	}
	body.blog .col2 div.main ul.post_list > li div.text .btn_link.more,
	body.archive .col2 div.main ul.post_list > li div.text .btn_link.more {
		margin: 0 auto;
	}
	/* col2 */
	body.blog .col2,
	body.single .col2,
	body.archive .col2 {
		padding: 20px 20px;
	}
	body.blog .col2 div.main ul.post_list > li div.text h2 + p.txt,
	body.archive .col2 div.main ul.post_list > li div.text h2 + p.txt {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
}

/* single */
body.single section#page_parent article.post-wrap {
	padding: 0;
}
article.post-wrap header {
	margin-bottom: 30px;
}
article.post-wrap header h1 {
	font-size: 2.8rem;
	color: #a0ba2e;
	margin-bottom: 30px;
}
article.post-wrap header figure {
	margin-bottom: 20px;
	height: 300px;
}
article.post-wrap header figure img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
article.post-wrap div.entry {
	border: 1px solid #ccc;
	padding: 30px 30px 20px 30px;
	background: #fff;
}
article.post-wrap div.entry p {
	font-size: 1.6rem;
	margin-bottom: 15px;
}
article.post-wrap div.entry figure {
	line-height: 1;
	margin-bottom: 20px;
}
article.post-wrap div.entry figure figcaption {
	padding: 7px 5px;
	margin-top: -3px;
	background: #fbfbfb;
	line-height: 1.3;
	font-size: 1.4rem;
}
/* h1～h6 */
article.post-wrap div.entry h1 {
	font-size: 2.8rem;
	font-weight: bold;
	background: #fffcf3;
	border-left: 5px solid #a0ba2e;
	padding: 9px 5px 5px 12px;
	margin-top: 35px;
	margin-bottom: 25px;
}
article.post-wrap div.entry h2 {
	font-size: 2.8rem;
	font-weight: bold;
	background: #fffcf3;
	border-left: 5px solid #a0ba2e;
	padding: 6px 3px 3px 10px;
	margin-top: 35px;
	margin-bottom: 25px;
}
article.post-wrap div.entry h3 {
	font-size: 2.6rem;
	font-weight: bold;
	background: #fffcf3;
	padding: 9px 5px 5px 12px;
	margin-top: 35px;
	margin-bottom: 25px;
	border-bottom: 2px solid #a0ba2e;
}
article.post-wrap div.entry h4 {
	font-size: 2.6rem;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 25px;
	padding: 5px;
	border-bottom: 2px solid #a0ba2e;
}
article.post-wrap div.entry h5 {
	font-size: 2.6rem;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 25px;
	padding: 5px;
	border-bottom: 2px solid #666;
}
article.post-wrap div.entry h6 {
	font-size: 2.6rem;
	font-weight: bold;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 25px;
	padding: 5px;
}
article.post-wrap div.entry ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
}
article.post-wrap div.entry ul li {
	font-size: 1.6rem;
}
/* blockquote */
article.post-wrap div.entry blockquote {
	position: relative;
	padding: 35px 15px 10px 15px;
	box-sizing: border-box;
	font-style: italic;
	background: #fffcf3;
	color: #333;
	border-left: 4px solid #a0ba2e;
}
article.post-wrap div.entry blockquote::before{
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 3px;
	content: "“";
	font-family: sans-serif;
	color: #a0ba2e;
	font-size: 55px;
	line-height: 1;
}
article.post-wrap div.entry blockquote p {
	padding: 0;
	margin: 7px 0;
	line-height: 1.7;
}
article.post-wrap div.entry blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}
/* hr */
article.post-wrap div.entry hr {
	border-top: none;
	border-bottom: 1px dotted #dcdcdc;
	margin: 30px 0;
}
/* wp-block-columns */
.wp-block-columns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
/* wp-block-button */
.wp-block-button {
	display: inline-block;
	margin: 10px;
}
.wp-block-button .wp-block-button__link {
	display: block;
	position: relative;
	max-width: 200px;
	width: 100%;
	text-align: center;
	margin: 20px;
	padding: 10px;
	color: #fff;
	background: #a0ba2e;
	border: none;
	font-size: 1.6rem;
	transition: 0.3s all;
}
.wp-block-button .wp-block-button__link::after {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font-family: "Ionicons";
	content: '\f488';
	font-size: 1.4rem;
	transition: 0.3s all;
}
.wp-block-button .wp-block-button__link:hover {
	background: #a0ba2e;
	color: #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	opacity: 0.9;
}
.wp-block-button .wp-block-button__link:hover::after {
	right: 10px;
}
/* table */
article.post-wrap div.entry table {
	width: 100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
article.post-wrap div.entry table th {
	color: #fff;
	background: #708392;
	text-align: center;
}
article.post-wrap div.entry table th,
article.post-wrap div.entry table td {
	padding: 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1.6rem;
}
article.post-wrap div.entry table.page_navi {
	margin-top: 30px;
	width: 100%;
	background: #fff;
	border: none;
}
article.post-wrap div.entry table.page_navi th,
article.post-wrap div.entry table.page_navi td {
	border: none;
	width: calc(100%/3);
	text-align: center;
}
/* gallery */
article.post-wrap div.entry ul.blocks-gallery-grid {
	list-style-type: none;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
/* 580 */
@media (max-width: 580px) {
	article.post-wrap div.entry {
		padding: 15px 10px;
	}
	article.post-wrap header h1 {
		font-size: 2.2rem;
	}
	article.post-wrap div.entry p {
		font-size: 1.4rem;
	}
	/* h1～h6 */
	article.post-wrap div.entry h1 {
		font-size: 2.2rem;
	}
	article.post-wrap div.entry h2 {
		font-size: 2.2rem;
	}
	article.post-wrap div.entry h3 {
		font-size: 2.0rem;
	}
	article.post-wrap div.entry h4 {
		font-size: 2.0rem;
	}
	article.post-wrap div.entry h5 {
		font-size: 2.0rem;
	}
	article.post-wrap div.entry h6 {
		font-size: 2.0rem;
	}
	article.post-wrap div.entry ul li {
		font-size: 1.4rem;
	}
	article.post-wrap div.entry table th,
	article.post-wrap div.entry table td {
		font-size: 1.4rem;
	}
	/* sidebar */
	body.blog .col2 aside#sidebar h3,
	body.single .col2 aside#sidebar h3,
	body.archive .col2 aside#sidebar h3 {
		font-size: 2.2rem;
	}
}

/*--------------------------------------------------------------*/
/* pager */
/*--------------------------------------------------------------*/
.navigation {
	margin-top: 20px;
	overflow: hidden;
}
.navigation ul li:hover::before {
	position: initial;
	left: 0;
	content: "";
	border-left: none;
	height: 0;
	top: 0;
}
ul.page-numbers {
	padding: 10px 0;
	text-align: center;
	margin-top: 50px;
}
ul.page-numbers li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}
ul.page-numbers li span,
ul.page-numbers li a {
	display: inline-block;
	padding: 4px 8px;
	color: #000;
	border: 1px solid #849597;
	text-decoration: none;
	vertical-align: middle;
}
ul.page-numbers li span {
	border-color: #0074c1;
	color: #fff;
	background-color: #0074c1;
}
ul.page-numbers li a:hover {
	border-color: #0074c1;
	background-color: #0074c1;
	color: #fff;
}

/*--------------------------------------------------------------*/
/* breadcrumbs */
/*--------------------------------------------------------------*/
.breadcrumbs {
	margin: 0 0 -30px 0;
	padding-top: 20px;
	background: #fff;
}
.breadcrumbs span {
	font-size: 1.4rem;
	color: #000;
}
.breadcrumbs i {
	font-size: 1.2rem;
	margin: 0 6px 0 7px;
	color: #000;
}
.breadcrumbs a span {
	color: #000;
}
.breadcrumbs a:hover span {
	color: #a0ba2e;
}
body.tax-area .breadcrumbs,
body.single-hall .breadcrumbs {
	margin: 20px 0 40px 0;
}

/*--------------------------------------------------------------*/
/* 404 */
/*--------------------------------------------------------------*/
#Fn404 {
	background: #fff;
	color: #000;
	padding: 160px 0;
}
#Fn404 p {
	text-align: center;
	line-height: 2;
}
#Fn404 p a {
	color: #462273;
	text-decoration: underline;
	transition: .3s ease;
}
#Fn404 p a:hover {
	color: #37b4ec;
	text-decoration: none;
}
/* 1240 */
@media (max-width: 1240px) {
	#Fn404 {
		padding: max(12.903vw, 80px) 0;
	}
}

/*--------------------------------------------------------------*/
/* form validation message */
/*--------------------------------------------------------------*/
div.alert-success {
	color: blue;
	margin-bottom: 20px;
}
div.alert-danger {
	color: red;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------*/
/* footer */
/*--------------------------------------------------------------*/
footer {
	padding-top: 30px;
}
footer img.logo {
	max-width: 180px;
	width: 30%;
}
/* .copy */
footer .copy {
	font-size: 1.4rem;
	padding: 15px 0 17px 0;
	text-align: center;
}
footer .copy a:hover {
	color: #feffb2;
}
/* 580 */
@media (max-width: 580px) {
	/* .copy */
	footer .copy {
		font-size: 1.2rem;
	}
}

