@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Zen+Old+Mincho:wght@500;900&display=swap');



body {
	line-height: 1.75;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	word-break: break-all;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	background-color: rgba(213, 199, 161, .2);
	font-weight: 400;
}

.ja {
	font-weight: 500;
	font-style: normal;
}

.eng {}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*::after,
*::before {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

main {
	display: block;
}



a {
	text-decoration: none;
	color: inherit
}

.clear {
	clear: both;
}

a[href^="tel:"] {
	cursor: default;
}

a[href^="tel:"]:hover {
	text-decoration: none;
}

br {
	font-size: 0;
}

.hv-o:hover {
	opacity: .7;
}


.row {
	display: flex;
	flex-wrap: wrap;
}

.col__12 {
	width: 100%;
}

.border__radius,
.border__radius::before {
	border-radius: 4.1rem;
}

.border__radius_medium,
.border__radius_medium::before {
	border-radius: 2.1rem;
}

.border__radius_min,
.border__radius_min::before {
	border-radius: 1.3rem;
}

.border__black {
	border: 0.2rem solid #3c2f28;
	background-color: #3c2f28;
}

.border__white {
	border: 0.2rem solid #fff;
}

.color__white {
	color: white;
}

.shadow_bg,
.bg_opacity,
.bg_opacity_before,
.gray_gradient,
.blue_gradient,
.button_bg {
	position: relative;
	display: block;
}

.shadow_bg::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background: #3c2f28;
	z-index: -1;
}

.shadow_bg::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: #3c2f28;
	background: linear-gradient(0deg, rgba(60, 47, 40, 1) 38%, rgba(60, 47, 40, 0.2) 100%);
	z-index: 1;
}

.bg_opacity::after {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(60, 47, 40, 0.5);
	transition: all 0.3s ease-in-out;
	border-radius: 1rem;
}

.bg_opacity:hover::after {
	background: rgba(60, 47, 40, 0.8);
}

.bg_opacity_before::before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background: #3c2f28;
}

.hv-a {
	transition: all 0.3s ease-in-out;
}

.border__circle {
	border-radius: 999px;
}

.button__animation,
.button__active {
	position: relative;
	background-color: #008167;
	z-index: 2;
	padding: 1.2rem 0rem 1.3rem;
}

.button__background,
.button__animation,
.button__active {
	display: block;
	text-align: center;
	width: 24rem;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.button__active:hover {
	background-color: #3c2f28;
}

.button__background {
	padding: 1.4rem 0rem 1.5rem;
	background-color: #3c2f28;
	border: 0.2rem solid #3c2f28;
}

.button__background:hover {
	background-color: transparent;
}

.button__right {
	margin-left: auto;
}

.button_bg {
	display: inline-block;
}

.button_bg::before {
	border-radius: 999px;
	position: absolute;
	z-index: 1;
	content: '';
	width: 100%;
	height: 100%;
	left: 1rem;
	top: 1rem;
	background-color: rgba(60, 47, 40, 0.2);
}

.button__animation:hover {
	transform: translate(1rem, 1rem);
	background-color: #3c2f28;
}

.button__icon {
	position: absolute;
	left: 1.8rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8rem;
	height: .8rem;
	background-color: #d8c7a1;

}

.button__center .button__animation {
	margin: 0 auto;
}

button {
	cursor: pointer;
}

.line__title,
.line__title_x,
.line_title_top {
	position: relative;
}

.line__title::before,
.line__title_x::before {
	position: absolute;
	content: '';
	width: 0.6rem;
	height: 4rem;
	background-color: #bb9e71;
	left: 0;
	top: 0;
}

.line_title_top::before {
	position: absolute;
	content: '';
	width: 30rem;
	height: 1rem;
	border-radius: 99px;
	background-color: #3c2f28;
	opacity: 0.2;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.line_title_top.line_title_left::before {
	left: 0;
	transform: translateX(0);
}

.line_title_top.line_title_top_white::before {
	background-color: #fff;
	opacity: 1;
}

.line_title_top.line_title_white::before {
	background-color: #fff;
}

.line_title_top.line_title_top_full::before {
	width: 100%;
}

.line__title_x::before {
	height: 8rem;
}

.border__black img,
.border__white img {
	width: 100%;
}

.scrolltop {
	display: none;
	border: 0;
	cursor: pointer;
	position: fixed;
	z-index: 100;
	bottom: 2rem;
	right: 2rem;
	width: 8rem;
	height: 8rem;
	border-radius: 99px;
	background-color: #008167;
}

.scrolltop:hover {
	opacity: 0.7;
}

.scrolltop img {
	width: 4rem;
}

.txt__center {
	text-align: center;
}

.gray_gradient::after {
	z-index: 1;
	opacity: 50%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(187, 158, 113, 0.5) 0%, rgba(187, 158, 113, 0.5) 60%);
	border-radius: 1rem;
}

.blue_gradient::after {
	transition: all 0.3s ease-in-out;
	z-index: 1;
	opacity: 50%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #272936;
	border-radius: 1rem;
}

a:hover.blue_gradient::after {

	opacity: 80%;
}

.button__txt_center {
	font-weight: 600;
}

.content_z {
	position: relative;
	z-index: 2;
}

.row_text {
	display: flex;
	gap: 5px;
}

.footer_content {
	position: relative;
	background-image: url(../img/common/footer_infor.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}

.footer_content::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #008167;
	opacity: 0.8;
}

.icon_link_white,
.icon_link_full,
.icon_link {
	position: relative;
}

.icon_link_white::after {
	position: absolute;
	content: '';
	width: 1.1rem;
	height: 0.9rem;
	top: .9rem;
	right: -1.3rem;
	background-image: url(../img/common/icon_link.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	filter: brightness(0) invert(1);
}

.icon_link_full::after {
	position: absolute;
	content: '';
	width: 3.4rem;
	height: 3.4rem;
	top: 1rem;
	right: -5rem;
	background-image: url(../img/common/icon_full.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.icon_link::after {
	position: absolute;
	content: '';
	width: 1rem;
	height: 0.8rem;
	top: 2.7rem;
	right: -1.5rem;
	background-image: url(../img/common/icon_link.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width:767px) {
	.icon_link::after {
		right: 12.5rem;
	}
}

.d-inline {
	display: inline-block;
}

/* menu buttom*/

/* menu */
.toggle {
	display: none;
	cursor: pointer;
}

.toggle {
	right: -6rem;
	top: 3rem;
	width: 5rem;
	height: 3.5rem;
	position: relative;
}

.toggle div {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: transform 0.5s ease;
}

.toggle div span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
}

.toggle div span:first-child {
	top: 0;
}

.toggle div span:first-child:before,
.toggle div span:first-child:after {
	top: 0;
}

.toggle div span:last-child {
	bottom: 0;
}

.toggle div span:last-child:before,
.toggle div span:last-child:after {
	bottom: 0;
}

.toggle div span:before {
	border-radius: 99px 0 0 99px;
}

.toggle div span:after {
	border-radius: 0 99px 99px 0;
}

.toggle div span:before,
.toggle div span:after {
	content: "";
	display: block;
	width: 50%;
	height: 0.4rem;
	background: #008167;
	position: absolute;
	transition: transform 0.5s ease;
}

.toggle div span:before {
	left: 0;
	transform-origin: 0 50%;
}

.toggle div span:after {
	right: 0;
	transform-origin: 100% 50%;
}

.toggle .is-active {
	transform: rotate(90deg);
}

.toggle .is-active span:before,
.toggle .is-active span:after {
	background: #3c2f28;
}


.toggle .is-active span:first-child:before {
	transform: rotate(45deg) translate(-0.25rem, -1.35rem);
}

.toggle .is-active span:first-child:after {
	transform: rotate(-45deg) translate(0.25rem, -1.35rem);
}

.toggle .is-active span:last-child:before {
	transform: rotate(-45deg) translate(1rem, 0rem);
}

.toggle .is-active span:last-child:after {
	transform: rotate(45deg) translate(-1rem, 0rem);
}
