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

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

body {
	color: #222;
	width: 100%;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-justify: inter-ideograph;
	font-size: 18px;
	font-feature-settings: 'palt';
	padding: 110px 0 0;
}
a {
	color: #25708e;
}

a:hover {
	transition: 0.5s;
}

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

details summary {
	cursor: pointer;
}

header {
	width: 100%;
	padding: 0 0 0 1.5625dvw;
	height: 110px;
	min-width: 1200px;
	box-sizing: border-box;
	position: fixed;
	display: flex;
	justify-content: space-between;
	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%);
}

header.bg_white {}

header h1{
}
header h1 img{
	width:70px;
	display:block;
}
header h1 strong{
	display:block;
	white-space:nowrap;
	text-align:center;
}
header h1 .eng{
	font-family: "adobe-devanagari", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:28px;
	color:#444444;
	letter-spacing:0.2em;
	display:block;
}
header h1 .jp{
	font-size:14px;
	color:#171717;
	letter-spacing:0.2em;
	display:block;
	font-weight:500;
}
header h1 a {
	text-decoration:none;
	display:flex;
	gap:15px;
	align-items:flex-end;
}
#header_r{
	display: flex;
	align-items: center;
	gap:clamp(20px,2.34375dvw,45px);
}
#gnav_tel{
	font-size:28px;
	display:flex;
	gap:5px;
	align-items:center;
	white-space:nowrap;
	color:#174ea1;
	font-weight:700;
}
#gnav_tel img{
	display:block;
}
#header_contact img{
	display:block;
}
#header_contact a:hover{
	opacity:0.6;
}
#header_reserve{
	margin-bottom:10px;
}
#header_reserve a{
	display:flex;
	gap:10px;
	align-items:center;
	box-sizing:border-box;
	width:140px;
	padding:0 10px;
	border: 1px solid #ff6c00;
	border-radius:20px 0 0 20px;
	background:#ff6c00;
	color:#fff;
	line-height:38px;
	font-weight:700;
	text-decoration:none;
}
#header_access a{
	display:flex;
	gap:10px;
	align-items:center;
	box-sizing:border-box;
	width:140px;
	padding:0 10px;
	border: 1px solid #174ea1;
	border-radius:20px 0 0 20px;
	background:#174ea1;
	color:#fff;
	line-height:38px;
	font-weight:700;
	text-decoration:none;
}
#gnav {
	display: flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content: center;
}

#gnav ul {
	display: flex;
	gap:25px;
}

#gnav ul a{
	display:block;
	padding:0 0 0 10px;
	color: #222;
	line-height:40px;
	font-size: 16px;
	text-decoration:none;
	background:url('../images/common/nav.svg') no-repeat left center;
}

#gnav ul a:hover{
	color:#ff6c00;
}

#gnav1{
	order:2;
}

#gnav1 li{
}


#gnav2{
	order:1;
}



#wrapper {
	padding: 0px 0 0;
}

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

footer {
	padding:50px 0;
	background:#e4f4f8;
}
#footer_inner{
	max-width:1260px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
footer h3{
	font-family: "adobe-devanagari", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:28px;
	color:#444444;
	letter-spacing:0.2em;
	display:flex;
	gap:15px;
	align-items:center;
}
footer h3 img{
	display:block;
	width:70px;
}
footer h4{
	font-size:21px;
	letter-spacing:0.2em;
	font-weight:500;
}
footer address {
	font-style: normal;
	white-space: nowrap;
	line-height: 1.8em;
	margin-bottom:50px;
}

#fnav {
	display: flex;
	gap:45px;
}
#fnav ul {
}
#fnav ul li {
	margin-bottom:10px;
}
#fnav ul li ol{
	list-style:disc;
	padding:10px 0 0 40px;
}
#fnav a {
	position: relative;
	display: block;
	font-weight: 500;
	font-style: normal;
	color: #222;
	text-decoration: none;
}
#fnav a:hover {
	color:#ff6c00;
}

.gotop {
	width: 138px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}
.gotop a{
	display:block;
	background:#fff;
	border:#2155a4 solid 2px;
	color:#222;
	text-align:center;
	line-height:36px;
	text-decoration:none;
	border-radius:20px;
	box-shadow:0 3px 3px rgba(0,0,0,0.5);
}
.gotop a span {
	color:#2155a4;
}

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

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

.sp_only {
	display: none;
}