@charset "utf-8";

@font-face {
	font-family: "";
	src: url("../font/") format("truetype");
}

.pc_only {
	display: none;
}

.pc_only_2 {
	display: none;
}

.pc_only_3 {
	display: none;
}

.sp_only {
	display: inherit;
}

.sp_only_2 {
	display: inherit;
}

.sp_only_3 {
	display: inherit;
}

@media screen and (min-width: 768px) {
    .pc_only{
		display: inherit;
	}

	.sp_only{
		display: none;
	}
}

@media screen and (min-width: 1280px) {
	.pc_only_2 {
		display: inherit;
	}

	.sp_only_2{
		display: none;
	}
}

@media screen and (min-width: 1440px) {
	.pc_only_3 {
		display: inherit;
	}

	.sp_only_3 {
		display: none;
	}
}

html {
	/* scroll-padding-top: 120px; */
	scroll-behavior: smooth;
}

body {
	background-color: #F5F5F5;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 1em 0.5em;
}

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

a :hover{
	cursor: pointer;
}

.en {
	font-family: "Alex Brush", cursive;
}

.inversion_x {
	transform: scale(-1, 1);
}

.inversion_y {
	transform: scale(1, -1);
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: #F7F6F4;
	/* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
	z-index: 100;
}

.header_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	width: 100%;
	height: 100%;
}

.header_logo {
	width: auto;
	height: 100%;
	aspect-ratio: 1 / 1;
}

.header_logo img {
	width: auto;
    max-width: 100%;
	height: 100%;
    max-height: 100%;
}

.header_link img {
	display: block;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (min-width: 768px) {
	.header {
		height: 90px;
		padding: 0;
	}

	.header_inner {
		justify-content: space-between;
		/* gap: 24px; */
		padding: 0px 16px;
	}

	.header_logo {}

	.header_list_inner {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 16px;
		width: 100%;
		margin: 0 auto 0;
	}

	.header_list_inner li {
		width: max-content;
		margin: 0 auto 0;
	}

	.header_list_inner li a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		font-size: 0.7rem;
		color: #3F2305;
	}

	.header_list_inner li a span {
		
	}

	.header_list_inner li a span:nth-of-type(1) {
		
	}

	.header_list_inner li a span:nth-of-type(2) {
		font-size: 0.8em;
	}

	.header_content {
		/* margin-left: 16px; */
	}

	.header_list_inner .dropdown_open {
		position: relative;
	}

	.header_list_inner .dropdown_open .dropdown__lists {
		display: none;
	}

	.header_list_inner .dropdown_open:hover .dropdown__lists {
		/* Gナビメニューにホバーしたら表示 */
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translate(-50%, 0);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: stretch;
		gap: 0;
		width: max-content;
		padding-top: 12px;
	}

	.header_list_inner .dropdown_open .dropdown__lists .dropdown__list {
		position: relative;
		width: 100%;
		margin: 0;
		padding: 1em 2em;
		background-color: #653706;
		transition: all .3s;
		text-align: center;
	}

	.header_list_inner .dropdown_open .dropdown__lists .dropdown__list::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 1em;
		transform: translate(0, -50%) rotate(-45deg);
		width: 0.5em;
		height: auto;
		aspect-ratio: 1 / 1;
		border-right: 1px #fff solid;
		border-bottom: 1px #fff solid;
	}

	.header_list_inner .dropdown_open .dropdown__lists .dropdown__list a {
		display: block;
		width: 100%;
		line-height: 1;
		color: #fff;
	}

	.dropdown_open a span:nth-of-type(2) {
		position: relative;
	}

	.dropdown_open a span:nth-of-type(2)::after {
		content: '';
		display: block;
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		top: 50%;
		right: -12px;
		transform: translate(0, -50%) rotate(135deg);
	}

	.dropdown_open a span:nth-of-type(2)::after.active {
		border-top: 1px solid #1A222D;
		border-right: 1px solid #1A222D;
	}

	.dropdown_open:hover a span:nth-of-type(2)::after {
		transform: rotate(315deg);
	}

	.header_contact {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 16px;
		width: auto;
		height: 35%;
	}

	.header_contact a {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 100%;
	}

	.header_contact a img {
		display: block;
		max-width: 100%;
		max-height: 100%;
	}

	.header_contact a:nth-of-type(1) {}

	.header_contact a:nth-of-type(2) {}
}

@media screen and (min-width: 1280px) {
	.header_inner {
		padding: 0 36px;
	}

	.header_list_inner {
		gap: 24px;
		margin-left: 24px;
	}

	.header_list_inner li a {
		font-size: 1rem;
	}

	.header_contact {
		gap: 24px;
		height: 50%;
	}
}

@media screen and (min-width: 1440px) {
	.header {
		height: 120px;
	}

	.header_inner {
		padding: 0 48px;
	}

	.header_list_inner {
		gap: 24px;
		margin-left: 24px;
	}

	.header_list_inner li a {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	.header_inner {
		gap: 72px;
		padding: 0 60px;
	}

	.header_list_inner {
		gap: 60px;
		margin-left: 60px;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_container {
	position: relative;
	z-index: 1;
}

.heading {
	position: relative;
	z-index: 1;
	width: max-content;
	max-width: 90%;
	margin: 0 auto 0;
	padding: 0;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #3F2305;
}

.heading * {
	display: block;
}

.heading_1 {
	font-size: 1.4rem;
}

.heading_1 .front {
	width: fit-content;
	font-size: 1em;
}

.heading_1 .back {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: fit-content;
	font-size: 2.4em;
	color: #F2EDDF;
}

.heading_2 {
	font-size: 3.6rem;
}

.heading_2 .front {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	font-size: 0.375em;
}

.heading_2 .back {
	width: fit-content;
	font-size: 1em;
	color: #F2EDDF;
}

.heading_3 {
	font-size: 2.4rem;
}

.heading_sub {
	width: max-content;
	max-width: 90%;
	margin: 0 auto 0;
	font-size: 1.6rem;
	line-height: 1;
	color: #3F2305;
}

.belt {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 5%;
	text-align: center;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #653706;
	background-color: #F2EDDF;
}

.belt::before,
.belt::after {
	content: "";
	position: absolute;
	width: 20%;
	height: auto;
	aspect-ratio: 2 / 1;
	background-color: #DFD7BF;
}

.belt::before {
	top: 0;
	left: 0;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}

.belt::after {
	bottom: 0;
	right: 0;
	clip-path: polygon(100% 0%, 0 100%, 100% 100%);
}

.text {
	display: block;
	font-size: 1rem;
}

@media screen and (min-width: 768px) {
	.belt {
		width: 80%;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.heading_1 {
		font-size: 3rem;
	}

	.heading_2 {
		font-size: 7.5rem;
	}

	.heading_3 {
		font-size: 6rem;
	}

	.heading_sub {
		font-size: 2.4rem;
	}

	.belt {
		width: 70%;
	}
}

@media screen and (min-width: 1920px) {}

/* ---------------------------------------------------------------------------------------------------- */

.img {
	display: block;
}

.img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.btn {
	position: relative;
	display: block;
	width: 240px;
	margin: 0 auto;
}

.btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: fit-content;
	max-width: 90%;
	margin: 0 auto;
	color: #3F2305;
}

.mouse_drag_scroll {
	cursor: grab;
}

.mouse_drag_scroll:active {
	cursor: grabbing;
}

@media screen and (min-width: 768px) {
	.mouse_drag_scroll {
		cursor: auto;
	}

	.mouse_drag_scroll:active {
		cursor: auto;
	}
}

@media screen and (min-width: 1440px) {
	.btn {
		width: 280px;
	}

	.btn span {
		font-size: 1.4rem;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_floating {
	position: fixed;
	bottom: 0;
	z-index: 5;
}

.section_floating .section_inner {
	padding: 0;
}

.section_floating .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_floating .flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_contact {
	background-image: url(../img/top_contact_bg_sp.png);
	background-size: cover;
}

.section_contact .section_inner {
    padding: 0;
}

.section_contact .section_inner {}

.section_contact .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_contact .box {
	position: relative;
	width: 100%;
	margin: 0 auto 0;
	padding: 10% 0;
}

.section_contact .box .img {
	display: block;
}

.section_contact .box .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90%;
	height: 90%;
	margin: 0 auto 0;
	padding: 20% 2.5%;
	background-color: rgba(245, 245, 245, 0.85);
}

.section_contact .box .inner .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	height: max-content;
	margin: 0 auto 0;
}

.section_contact .box .inner .content .text {
	width: max-content;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.section_contact .box .inner .content table {
	width: max-content;
	max-width: 100%;
	margin: 0 auto;
}

.section_contact .box .inner .content table th,
.section_contact .box .inner .content table td {
	padding: 0;
	border: 0;
	font-weight: 400;
}

.section_contact .box .inner .content table th {
	padding-right: 12px;
}

.section_contact .box .inner .content .btnarea {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 50%;
	margin: 0 auto;
}

.section_contact .box .inner .content .btnarea .btn {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
	.section_contact {
		background-image: url(../img/top_contact_bg_pc.png);
	}

	.section_contact .section_inner {}

	.section_contact .section_container_inner {}

	.section_contact .box {}

	.section_contact .box .img {}

	.section_contact .box .inner {
		width: 80%;
		padding: 5%;
	}

	.section_contact .box .inner .content {}

	.section_contact .box .inner .content .text {}

	.section_contact .box .inner .content table {}

	.section_contact .box .inner .content table th,
	.section_contact .box .inner .content table td {}

	.section_contact .box .inner .content table th {
		padding-right: 24px;
	}

	.section_contact .box .inner .content .btnarea {
		flex-direction: row;
		gap: 24px;
		width: 65%;
	}

	.section_contact .box .inner .content .btnarea .btn {}
}

@media screen and (min-width: 1280px) {
	.section_contact .box .inner .content .btnarea {
		width: 45%;
	}
}

@media screen and (min-width: 1440px) {
	.section_contact .box {
		padding: 5% 0;
	}

	.section_contact .box .inner .content .text {
		font-size: 1.2rem;
	}

	.section_contact .box .inner .content table th,
	.section_contact .box .inner .content table td {
		font-size: 1.2rem;
	}

	.section_contact .box .inner .content table th {
		padding-right: 36px;
	}

	.section_contact .box .inner .content .btnarea {
		gap: 36px;
	}
}

@media screen and (min-width: 1920px) {
	.section_contact .box .inner .content .btnarea {
		width: 35%;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.map {
    width: 100%;
}

.map iframe {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.footer {
	background-color: #F7F6F4;
}

.footer_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 80%;
	margin: 0 auto 0;
	padding: 10% 0;
}

.footer .logo {
	display: block;
	width: 25%;
	height: auto;
}

.footer .logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.footer .list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
}

.footer .list li {
	width: 25%;
}

.footer .list li a {
	display: block;
	width: max-content;
	max-width: 100%;
	max-height: 100%;
	color: #3F2305;
}

.footer .list li a span {
	display: block;
	width: fit-content;
	max-width: 100%;
	max-height: 100%;
}

.copyright {
	display: block;
	padding: 5% 5%;
	background-color: #F7F6F4;
	text-align: center;
	font-size: 1rem;
}

@media screen and (min-width: 768px) {
	.footer {}

	.footer_inner {
		flex-direction: row;
		gap: 60px;
		padding: 2.5% 0;
	}

	.footer .logo {
		width: 15%;
	}

	.footer .list {}

	.footer .list li {
		width: max-content;
	}

	.footer .list li a {}

	.footer .list li a span {}

	.copyright {
		padding: 2.5% 5%;
	}
}

@media screen and (min-width: 1280px) {
	.footer_inner {
		gap: 120px;
		width: 65%;
	}

	.footer .logo {
		width: 10%;
	}
}

@media screen and (min-width: 1440px) {
	.footer .list li a {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	.footer_inner {
		gap: 180px;
	}
}
