@charset "utf-8";
/* default */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body{
    padding:15px;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
    font-size:16px;
    line-height:2;
}
.container{
    max-width: 1000px;
    margin:2em auto 0;
    padding:2em;
    background-color:rgba(255, 255, 255, 0.8);
}
img{
    max-width:100%;
    height:auto;
}
h1{
    text-align:center;
    margin:2rem auto 0;
    max-width:400px;
	width:40%;
}
.coming{
    font-size:9vw;
    font-family: 'Dancing Script', cursive;
    text-align:center;
    margin: 0 0 0 0;
    color:#cbac85;
    line-height:1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content:         center;
    min-height: 12vh;
}
@media screen and (min-width: 1300px) {
    .coming{
    	font-size:7rem;
    }
}

.flex{
  padding:0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  flex-direction : row-reverse;
}
.img{
    width:49%;
    text-align:center;
}
.txt{
    width:49%;
}
.text{
    width:100%;
}
.text p img{
	width: 260px;
	max-width:40%;
	float:right;
	padding:0 0 1rem 1rem;
}
@media screen and (max-width: 640px) {
	.text p img{
		width: 320px;
		max-width:80%;
		float:none;
		display:block;
		padding:0 0;
		margin:1rem auto;
	}
}
h2{
  font-size:1.3em;
  color: #a07948;
  font-weight:bold;
  margin-top:1.5em;
  line-height:1.5;
  margin-bottom:.5em;
  font-weight:700;
  border-bottom:1px solid #cbac85;
  clear:both;
}
h2 strong{
	font-size:1.25em;
}
.cp_h1title{
position: relative;
overflow: hidden;
padding: .3em;
}
.cp_h1title::before,
.cp_h1title::after{
content: "";
position: absolute;
bottom: 0;
}
.cp_h1title:before{
border-bottom: 4px solid #F4511E;
width: 100%;
}
.cp_h1title:after{
border-bottom: 4px solid #FFAB91;
width: 100%;
}
.cp_button08 {display: inline-block;text-align:center;width: 170px;padding: 1em;line-height: 1.4;cursor: pointer;user-select: none;transition: background-color 0.2s, color 0.2s, width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-radius 0.2s;color: #fff;background-color: #cbac85;border: 1px solid #cbac85;border-radius: 0.2em;/* background: transparent; */text-decoration:none;/* font-weight:bold; */}
.cp_button08:hover {
width: 180px;
color: #ffffff;
border-radius: 0.5em;
border: 1px solid #cbac85;
background-color: #2ac2ce;
}
.cp_button08:active {
border-color: #cbac85;
background-color: #cbac85;
}
.cp_button08:focus {
color: #fff;
outline:none;
border: 1px solid #cbac85;
}
.cp_button08:focus:hover {
color: #ffffff;
}
@media (max-width: 900px) {
	.img{
	    width:100%;
	}
	.txt{
	    width:100%;
	    margin-bottom:1rem;
	}
	.pc-only{
		display:none;
	}
}
.btn{
	text-align:center;
	margin: 1em 0;
}
.nairan{
	text-align:center;
	background-color:#fff;
	border:1px solid #cbac85;
	border-radius:10px;
	padding:1em;
	max-width:800px;
	margin:2em auto 3em;
}
.nairan h2{
	margin-top:0;
	margin-bottom:.5em;
	font-size:1.4em;
	text-align:center;
	font-weight: 700;
	color:#cbac85;
	border:none;
}
.pc-text-center{
	text-align:center;
}
.copyright{
	margin-top:2em;
	font-size:.8em;
	text-align:center;
}
.text-center{
  text-align: center;
}
@media (min-width: 901px) {
	.sp-only{
		display:none;
	}
}
@media (max-width: 640px) {
	.nairan{
		text-align:left;
	}
	.pc-text-center{
		text-align:left;
	}
	h2{
		font-size:1.2em;
	}
	h1{
		max-width:100%;
	}
	.coming{
		font-size: 14vw;
		min-height: 6vh;
	}
	.container{
		padding:1em;
	}
	body{
		font-size:15px;
	}
}
ul.check-icon li{
  position:relative;
  padding-left:1.2em;
}
ul.check-icon li:before{
  font-family: 'FontAwesome';
  content: '\f0a9';
  font-size: .9em;
  padding-right:.5em;
  color: #e792b5;
  position: absolute;
  left: 0em;
  top:0.1em;
}
.setsumei{
	margin-bottom:3em;
}
.menu ul{
  padding:0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.menu ul li{
	width:50%;
	text-align:center;
}
.menu ul li a{
	display:block;
	border:1px solid #cbac85;
	color:#cbac85;
	padding:.5em 0;
	text-decoration:none;
	font-weight:bold;
	transition:.4s;
}
.menu ul li a:hover {
	background-color:#cbac85;
	color:#fff;
}
.menu ul li:first-child a{
	border-right:none;
}
h3{
	border-bottom:1px dashed #a58255;
	margin:1em 0 .5em;
	font-size:1.125rem;
	font-weight:700;
	color:#222;
}
ol li{
	list-style:decimal;
	margin-left:1.5em;
}
.menu{
  margin-top: 2em;
}
.map {
	margin-top:1rem;
}
.map iframe{
	width:100%;
}
ul.list {
	list-style-type: none;
}
ul.list li {
	position: relative;
	padding: 0.25em 1em 0.25em 2.3em;
}
ul.list li:after,
ul.list li:before{
	content:'';
	position: absolute;
	border-radius: 50%;
}
ul.list li:before {
	top: 50%;
	left: 0.2em;
	width: 17px;
	height: 17px;
	background: rgb(18 168 180);
	transform: translateY(-50%);
}
ul.list li:after {
	top: 1.1em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgb(18 168 180 / 49%);
}
.yoyaku strong{
	display:block;
	font-weight:bold;
    font-size:1.2em;
    color:#13a8b4;
    margin-top:1em;
    text-align:center;
}
.yoyaku a{
	display:block;
    font-size:2em;
    color:#13a8b4;
    line-height:1;
    text-decoration:none;
    text-align:center;
    margin-bottom:.5em;
}
.btn_area{
	margin:2rem 0 2rem;
}
h4{
	color:#cbac85;
	font-size:1rem;
	font-weight:bold;
	margin:1rem .5rem;
}
ol{
	margin-bottom:2rem;
}
.lead{
	color:#a07948;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "-apple-system", "Helvetica Neue", Roboto, "Droid Sans", serif, Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
	font-weight: bold;
	font-size:2rem;
	text-align:center;
}
@media screen and (max-width: 640px) {
	.lead{
		font-size:6vw;
	}
}
ul li{
	position:relative;
	padding:0 0 0 1em;
}
ul li:after{
	content:'';
	position:absolute;
	top:0.8em;
	left:0;
	width:0.4em;
	height:0.4em;
	border-radius:50%;
	background-color:#cbac85;
}
.two_column{
	display:flex;
	flex-wrap:wrap;
	gap:2rem;
}
.two_column .item{
	width:calc(50% - 1rem);
}
.keireki{
	display:flex;
	flex-wrap:wrap;
}
.keireki dt{
	width:6em;
}
.keireki dd{
	width:calc(100% - 6em);
}
.strong_point{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:1rem 1.5rem;
	margin:1rem 0;
}
.strong_point li{
	display:flex;
	align-items:center;
	justify-content:center;
	width:calc(33.33% - 1rem);
	background-color:#fff;
	border:1px solid #cbac85;
	border-radius:10px;
	padding:1.25em;
	margin:0;
	box-sizing:border-box;
	color:#a07948;
	font-weight:700;
	font-size:1.125em;
	line-height:1.5;
}
.strong_point li:after{
	content:none;
}
@media screen and (max-width: 768px) {
	.two_column {
		gap:0;
	}
	.two_column .item{
		width:100%;
	}
	.strong_point{
		justify-content:flex-start;
		gap:1rem;
	}
	.strong_point li{
		width:calc(50% - 0.5rem);
		padding:1em;
		font-size:1rem;
	}
}
