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

html {
	position: relative;
	min-width: 1250px;
	width: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}

body {
	color: #222;
	width: 100%;
	font-family: "kozuka-gothic-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-justify: inter-ideograph;
	font-size: 16px;
	font-feature-settings: 'palt';
	padding-top:clamp(60px,9.26dvh,100px);
}
a {
	color: #222;
}

a:hover {
	transition: 0.25s;
	color:#ad4b5a;
}

a:hover img {
	opacity: 0.7;
	transition: 0.25s;
}

details summary {
	cursor: pointer;
}

header {
	width: 100%;
	padding: 0 4dvw;
	height:clamp(60px,9.26dvh,100px);
	min-width: 1200px;
	box-sizing: border-box;
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items:center;
	top: 0;
	left: 0;
	z-index: 10000;
	align-items: center;
	background: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(5px) brightness(110%);
	backdrop-filter: blur(5px) brightness(110%);
}
h2,h3,h4,h5{
	font-family: "kozuka-mincho-pr6n", serif;
	font-weight: 400;
	font-style: normal;
}
header.bg_white {}

header h1{
	max-width: 305px;
}

header h1 a{
	display: block;
	width: 100%;
	height: 67%;
	align-items: center;
	text-decoration: none;
}
header h1 a img{
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
}

#menu{
	position: relative;
	box-sizing: border-box;
	text-align: center;
	z-index: 10001;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
}

.nav-toggle {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
}

.nav-toggle div {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

.nav-toggle span {
	display: block;
	position: absolute;
	margin: 0 auto;
	height: 5px;
	width: 100%;
	background: #000;
	left: 0%;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

.nav-toggle span:nth-child(1) {
	top: 25%;
}

.nav-toggle span:nth-child(2) {
	top: 50%;
/* 	display: none; */
}

.nav-toggle span:nth-child(3) {
	top: 75%;
/* 	display: none; */
}


.open .nav-toggle span:nth-child(1) {
	top: 50%;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}


.open .nav-toggle span:nth-child(3) {
	top: 50%;
	display: block !important;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

.open .nav-toggle span:nth-child(2){
	opacity: 0;
} 

#gnav {
	position: fixed;
	width:325px;
	padding: 10dvh 20px 50px 50px;
	box-sizing: border-box;
	-webkit-backdrop-filter: blur(5px) brightness(110%);
	backdrop-filter: blur(5px) brightness(110%);
	background: rgba(255, 255, 255, 0.95);
	top: 0px;
	right: 3dvw;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 10000;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	font-family: "kozuka-mincho-pr6n", serif;
	font-weight: 400;
	font-style: normal;
	opacity: 0;
	transform: translateX(0px);
	pointer-events: none;
	transition: all 0.3s ease;
}


.open #gnav {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

#gnav ul li{
	margin-bottom:20px;
}

#gnav ul a {
	color: #222;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.8em;
	white-space: nowrap;
}

#gnav ul a:hover {
	color: #ee404a;
}
#gnav ul a img{
	vertical-align:middle;
	margin-right:5px;
}

#wrapper {
	padding: 0px 0 0;
}

main {
	line-height: 1.8em;
	position: relative;
	width: 100%;
}

footer {
	border-top:3px solid #e1e1e1;
	margin:0 auto;
	width:92dvw;
	padding:40px 0 70px;
	display: flex;
	gap: 90px;
	justify-content: center;
	position:relative;
	font-family: "kozuka-mincho-pr6n", serif;
	font-weight: 400;
	font-style: normal;
}
footer address {
	font-style: normal;
	white-space: nowrap;
	line-height: 1.5em;
	font-style: normal;
	display:flex;
	gap:5dvw;
	line-height:1.8em;
}

#fnav {
	display: flex;
	gap:5dvw;
}

#fnav ul {
}

#fnav ul li {
}

#fnav a {
	position: relative;
	display: block;
	font-style: normal;
	color: #222;
	text-decoration: none;
	line-height:1.8em;
}

#fnav a:hover {
	text-decoration: underline;
}

.gotop {
	width: 40px;
	height: 101px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}


.gotop a{
	display:block;
	text-align:center;
	text-decoration:none;
}
.gotop a img {
	display: block;
}

.gotop a:hover {
	color:#fff;
	background:#ad4b5a;
}

#copyright {
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}

.sp_only {
	display: none;
}