@charset "utf-8";

html {
	scroll-behavior: smooth;
}
/************************************
	clearfix 
************************************/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/* end */
body {
	max-width: 100%;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
}

img {
	max-width: 100%;
	height: auto;
}

.prata-regular {
	font-family: "Prata", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 3px;
}

.drawr_box {
	display: none;
}

header {
	background: url(../img/header3_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom:2%;
	margin-top: 4em;
}

.yoyaku1 {
	font-size: 1.5em;
	text-align: center;
	padding-top: 30px;
}

.yoyaku2 {
	font-size: 1.4em;
	text-align: center;
	line-height: 30px;
	padding-top: 50px;
}

.logo1 {
	text-align: center;
}

nav {
	background: #013763;
}

.nbox00 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.5em 0;
}
.nbox00 a:link {
	color: white;
	text-decoration: none;
	transition-duration: 0.5s;
}
.nbox00 a:visited {
	color: white;
	text-decoration: none;
}
.nbox00 a:hover {
	color: yellow;
	text-decoration: underline;
}
.nbox01 {
	font-size: 1.4em;
	color: white;
	padding-right: 1em;
	border-right: solid 1px #CCC;
}

.nbox02 {
	font-size: 1.4em;
	color: white;
	padding: 0 1em;
	border-right: solid 1px #CCC;
}

.nbox03 {
	font-size: 1.4em;
	color: white;
	padding: 0 1em;
	border-right: solid 1px #CCC;
}

.nbox04 {
	font-size: 1.4em;
	color: white;
	padding: 0 1em;
	border-right: solid 1px #CCC;
}

.nbox05 {
	font-size: 1.4em;
	color: white;
	padding: 0 1em;
	border-right: solid 1px #CCC;
}

.nbox06 {
	font-size: 1.4em;
	color: white;
	padding-left: 1em;
}

main {
	background: url(../img/grid_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.aisatsu {
	font-size: 3.5em;
	font-weight: 100;
	text-align: center;
	padding-top: 120px;
}

.setumei {
	font-size: 1.4em;
	text-align: center;
	line-height: 70px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.price-link-box {
	padding-bottom: 9%;
	margin-top: 3%;
}

.price-msg {
	text-align: center;
	color: #f00;
	margin-bottom: 0.7em;
	font-size: 1.5em;
}

.price-link {
	color: #013763;
	text-decoration: none;
	font-size: 2.3em;
	border: solid 2px #013763;
	padding: 1em 0;
	letter-spacing: 5px;
	display: block;
	text-align: center;
	width: 1000px;
	border-radius: 3px;
	margin: auto;
	transition-duration: 0.2s;
}

.price-link:hover {
	background: #013763;
	color: white;
}

footer {
	/*	background: url(../img/fotter_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat; */
}

.big_oya1 {
	width: 100%;
	float: left;
	background: url(../img/fotter_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 2em;
}

.oya1_left {
	width: 50%;
	float: left;
	clear: both;
}

.ko_left {
	width: 50%;
	float: left;
	text-align: center;
}

.access1 {
	font-size: 1.4em;
	text-align: center;
}

.access2 {
	font-size: 1.4em;
	text-align: center;
	padding-top: 25px;
}

.access3 {
	font-size: 1.4em;
	text-align: center;
}

.access4 {
	font-size: 1.4em;
	text-align: center;
	padding-top: 25px;
}

.ko_right {
	width: 50%;
	float: left;
}

.oya1_right {
	width: 50%;
	float: left;
	text-align: center;
}

.access5 {
	font-size: 3.5em;
	font-weight: 100;
	text-align: center;
	padding: 50px 0;
}

footer {
	background: #013763;
	padding: 10px 0;
	clear: both;
}
.copy_rbox {
	font-size: 1.5em;
	font-weight: 100;
	color: white;
	text-align: center;
}

.number {
	display: none;
}
.number2 {
		display: block;
		position: fixed;
		top: 0;
		background: #013763;
		width: 100%;
		padding: 0.5em 0;
		z-index: 10;
	}

	.icon-text2 {
		display: flex;
		align-items: center;
		gap: 15px;
		color: #FFF;
		justify-content: center;
	}
	

	.number2 a {
		color: #FFF;
		text-decoration: none;
	}

	.number2 p {
		font-size: 110%;
		text-align: center;
		color: #FFF;
		padding: 5px 0;
		line-height: 23px;
	}

	.number2 span {
		font-size: 180%;
	}
.side_sns {
	position: fixed;
	top: 50%;
	right: -40px;
}
.side_sns ui {
	list-style: none;
	margin: 0;
}
.mb {
	margin-bottom: 20px;
}