@charset "utf-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
*/
@font-face {
	font-family: 'KelptA1';
	src: url(KelptA1-Medium.ttf);
}
html {
	height: 100%;
}
body {
	font-feature-settings: "palt";
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 2em;
	color: #000;
	height: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: auto;
	min-width: 1060px;
	background-color: #DCB;
	font-weight: bold;
}
a {
	color: #E52;
}
ul, ol, dl {
	margin-top: 20px;
	line-height: 1.5em;
}
li {
	margin-left: 1.5em;
	margin-top: 0.5em;
}
li:first-child {
	margin-top: 0;
}
input, textarea, select {
	font-size: 16px;
	line-height: 2em;
	max-width: 100%;
	padding: 5px;
	box-sizing: border-box;
}
input[type="submit"] {
	padding: 0px 5em;
	border: none;
	background-color: #FB1;
	line-height: 50px;
	display: inline-block;
	background-image: url(../images/arrow01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	cursor: pointer;
}
table.waku {
	margin-top: 20px;
	line-height: 1.5em;
}
table.waku th {
	font-weight: normal;
	color: #000;
	background-color: rgba(0, 0, 0, 0.05);
}
table.waku th, table.waku td {
	padding: 1em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
table.waku2 {
	margin-top: 20px;
	line-height: 1.5em;
}
table.waku2 tr {
	background-color: #FFF;
}
table.waku2 th {
	font-weight: normal;
	color: #000;
	background-color: rgba(0, 0, 0, 0.1);
}
table.waku2 th, table.waku2 td {
	padding: 1em;
	border: 1px solid #CCC;
}
p {
	margin-top: 20px;
}
h2 {
	margin-top: 80px;
	font-weight: normal;
	color: #000;
	font-family: 'KelptA1', sans-serif;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
}
h3 {
	margin-top: 40px;
	font-size: 120%;
	font-weight: normal;
	line-height: 2em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	padding: 5px 15px;
	display: inline-block;
	color: #000;
	border: solid 1px #DDD;
	background-color: #EEE;
}
h4 {
	font-weight: bold;
	margin-top: 40px;
	font-size: 110%;
	line-height: 2em;
	padding-bottom: 5px;
	color: #000;
	border-bottom: 1px solid #000;
	text-align: center;
}
section.sectionBox {
	padding-top: 60px;
	padding-bottom: 60px;
}
section.sectionBox:nth-of-type(2n+1) {
	position: relative;
	background-color: #EFECD8;
}
.inner {
	padding-right: 30px;
	padding-left: 30px;
	margin: auto;
	width: 1000px;
}
.innerWide {
	padding-right: 30px;
	padding-left: 30px;
}
#header {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	z-index: 100;
}
#logoBox {
	display: flex;
	align-items: center;
}
#logoBox .logo img {
	height: 20px;
	width: auto;
}
#logoBox .name {
	font-weight: bold;
	font-size: 110%;
	color: #000;
	line-height: 20px;
	margin-left: 15px;
}
#globalNav ul {
	margin: 0;
	padding: 0;
	display: flex;
}
#globalNav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#globalNav ul li a {
	text-decoration: none;
	font-size: 24px;
	color: #FFF;
	margin-left: 5px;
	display: block;
	height: 36px;
	width: 36px;
	line-height: 36px;
	border-radius: 999px;
	text-align: center;
	background-color: #FB1;
}
#firstView {
	height: 100%;
	background-image: url(../images/img01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	background-size: cover;
}
#firstView h1 {
	padding-bottom: 4%;
}
#firstView .bnrBox {
	position: absolute;
	left: 0px;
	bottom: 5%;
	width: 100%;
}
#bnr02 {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 101;
}
#bnr02 a {
	text-decoration: none;
	text-align: center;
	color: #FFF;
	background-color: #035;
	line-height: 60px;
	display: block;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#bnr03 {
	display: flex;
	justify-content: center;
}
#bnr03 .inBox {
	padding: 0 15px;
}
.pointBox {
	margin-top: 80px;
}

.pointBox .inBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 40px;
}
.pointBox .inBox:nth-child(2n) {
	flex-direction: row-reverse;
}
.pointBox .inBox .summary {
	padding: 15px;
	width: 440px;
	position: relative;
}
.pointBox .inBox .summary .title {
	position: absolute;
	width: 100%;
	top: -20px;
	left: 0px;
}
.pointBox .inBox .summary .title img {
margin: auto;
}
.pointBox .inBox .summary h2 {
	margin-top: 10px;
	font-size: 42px;
	line-height: 42px;
}
.pointBox .inBox .summary p {
	font-size: 14px;
	line-height: 2em;
	margin: 0px;
}
.pointBox .inBox .main {
	width: 530px;
}
#mapInfo .title  {
	font-size: 130%;
	line-height: 1.5em;
	margin-top: 10px;
	text-align: center;
}
#mapInfo ul {
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	font-size: 90%;
	line-height: 1.5em;
	justify-content: center;
}
#mapInfo ul li {
	margin: 0px 0.5em;
	padding: 0px;
	list-style: none;
}
#nayamiBox {
	/* [disabled]background-image: url(../images/bg_nayamiBox.jpg); */
	background-position: center center;
	background-size: cover;
	padding-top: 40px;
	margin-top: 40px;
}
#nayamiBox .bnrBox {
	background-image: url(../images/bg_nayamiBox2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 25% 0 10px;
	background-size: contain;
}
#fixBox {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
#bnr_form {
	display: flex;
	align-items: center;
	padding: 0 5px;
	justify-content: center;
}
#bnr_form .inBox {
	padding: 0 5px;
}
#footer {
	margin-top: 80px;
	padding-bottom: 80px;
}
#ciBox {
	text-align: center;
	margin: auto;
	max-width: 400px;
}
#ciBox .logo .name {
	color: #000;
	font-weight: bold;
	font-size: 200%;
	line-height: 1.5em;
	margin-top: 40px;
}
#ciBox .add {
	margin-top: 10px;
	line-height: 1.5em;
	font-size: 80%;
}
#ciBox p {
	font-size: 80%;
	line-height: 1.5em;
	margin-top: 0px;
}
#ciBox .tel {
	font-size: 200%;
	line-height: 1.2em;
	color: #000;
	font-weight: bold;
	margin-top: 5px;
	background-image: url(../images/ico_freedial.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding-left: 1.4em;
	display: inline-block;
}
#ciBox .tel a {
	text-decoration: none;
}
#pageTop {
	padding: 20px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-image: url(../images/black_alpha50percent.png);
	z-index: 10;
}
#pageTop:hover {
	cursor: pointer;
}
.text_small {
	font-size: 80%;
	line-height: 1.5em;
	margin-top: 0.5em;
	letter-spacing: 0em;
	font-weight: normal;
}
.text_large {
	font-size: 110%;
	line-height: 2em;
	margin-top: 20px;
	font-weight: bold;
	color: #000;
}
.text_caption {
	margin-top: 10px;
	line-height: 1.5em;
	font-weight: normal;
}
.text_tel {
	font-size: 240%;
	line-height: 1em;
	letter-spacing: normal;
	text-align: center;
}
.text_tel a {
	text-decoration: none;
	color: #000;
}
.text_price {
	font-size: 200%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	line-height: 1em;
	font-weight: normal;
	color: #F39;
}
.appeal_color {
	color: #E52;
}
.appeal_color2 {
	color: #0AE;
}
.box_waku01 {
	padding: 20px;
	margin-top: 20px;
	background-color: rgba(0, 0, 0, 0.05);
}
.box_waku02 {
	padding: 20px;
	border: 1px solid #EEE;
	margin-top: 20px;
	background-color: #FFF;
}
.formBox {
	overflow: hidden;
	margin-top: 40px;
	color: #000;
}
.formBox th, #formBox td {
	margin: 0px;
	padding: 5px;
}
.formBox th {
	font-weight: normal;
	white-space: nowrap;
	text-align: right;
}
.formBox .text_attention {
	font-size: 80%;
	line-height: 1.5em;
}
.formBox ::placeholder {
	color: #CCC;
	font-size: 80%;
}
.img_waku01 {
	border: 1px solid #EEE;
}
.icon_link {
	list-style-type: none;
}
.icon_link::before {
	content: "≫";
	color: #C00;
	margin-right: 0.5em;
}
.button {
	text-align: center;
	overflow: hidden;
}
.button a {
	display: inline-block;
	text-decoration: none;
	background-color: #E52;
	color: #FFF;
	border-radius: 5px;
	padding: 10px 20px;
}
.button a::before {
	content: "≫";
	margin-right: 0.5em;
}
.ankerLink {
	padding-top: 76px;
	margin-top: -76px;
	display: block;
}
.youtubeBox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtubeBox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	box-sizing: border-box;
}
.line_deco01 {
	height: 60px;
	background-image: url(../images/fig02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 40px auto;
	max-width: 1000px;
}
