:root {
	--green: #59BB9C;
	--orange: #F29818;
	--text-color: #595757;
}
html {
    font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
    font-size: 3.6vw;
	color: var(--text-color);
	background-color: #FFFFFF;
}
a {
	text-decoration: none;
	color: var(--text-color);
    transition: 0.3s;
}
a.textlink:hover {
	text-decoration: underline;
}
p,ul,ol,th,td {
	line-height: 2em;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
}
p.clear {
	margin-bottom: 1em;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
img.aligncenter {
	display: block;
	margin: 1em auto;
}
.pad_tb70 {
	padding: 35px 0;
}
.mar_tb70 {
	margin: 35px 0;
}
.fts_1 {
	font-size: 16px;
}
ul.list li {
	position: relative;
	padding-left: 1em;
}
ul.list li::before {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/** common **/
.title {
	text-align: center;
	font-weight: bold;
	color: var(--green);
	letter-spacing: .05em;
	margin: 1em auto;
	line-height: 1.8em;
}
.title.small {
	font-size: 1em;
}
.title_sub {
	text-align: center;
	margin: 2em auto 1.5em auto;
}
.title_obi {
	background-color: var(--green);
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: .25em 0;
}
.bg_green {
	overflow: hidden;
}
.bg_green .title {
	color: #FFFFFF;
}
.button {
	text-align: center;
	font-size: 5.07vw;
	font-weight: 700;
	letter-spacing: .05em;
	color: var(--orange);
	border: 0.55vw solid var(--orange);
	padding: .5em 0;
	width: 100%;
	display: block;
	border-radius: 1.5em;
	margin: 1.5em 0;
}
.button:hover {
	background-color: var(--orange);
	color: #FFFFFF;
}
.button2 {
	margin: 1.5em auto;
}
.button2 .button {
	margin: .5em auto;
}
.bg_green .button {
	border-color: #FFFFFF;
	color: #FFFFFF;
}
.bg_green .button:hover {
	color: var(--green);
	background-color: #FFFFFF;
}
/** layout **/
section {
	width: 100%;
	display: block;
	margin: 0 auto;
}
header,.hero {
	text-align: center;
	position: relative;
}
.hero img.hero_bg {
	width: 100%;
}
.hero_logo {
	position: absolute;
	top: 55%;
	left: 50%;
	width: 50.23vw;
	transform: translate(-50%,-50%);
}
header {
	width: 100%;
	height: 200px;
}
header .hero_logo {
	max-width: 420px;
}
.reserve {
	width: 20vw;
	position: fixed;
	right: 0.78vw;
	bottom: -300px;
	z-index: 10;
	transition: 0.5s;
	opacity: 0;
}
.reserve.fixed {
	bottom: 0.78vw;
	opacity: 1;
}
a.reserve:hover {
	opacity: .7;
}
.wrap {
	max-width: 1060px;
	width: 90%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.bnr_open {
	max-width: 1130px;
	width: 96%;
	display: block;
	margin: 15px auto;
}
nav {
	margin: 1em 0;
}
.nav_link {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.nav_link li {
	display: inline-block;
	margin: 5px 0.94vw;
}
.nav_link a {
	border: 0.55vw solid var(--orange);
	font-weight: bold;
	color: var(--orange);
	border-radius: 1.5em;
	padding: 0 1em;
	display: block;
}
.nav_link a:hover {
	background-color: var(--orange);
	color: #FFFFFF;
}
.sec_point .point_block {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.sec_point .point_block::before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.sec_point .point_block.sec_point_01 {
	background-image: url('../images/bg_pic1.jpg');
}
.sec_point .point_block.sec_point_02 {
	background-image: url('../images/bg_pic2.jpg');
}
.sec_point .point_block.sec_point_03 {
	background-image: url('../images/bg_pic3.jpg');
}
.sec_point .point_block.sec_point_04 {
	background-image: url('../images/bg_pic4.jpg');
}
.sec_point .point_block.sec_point_01::before {
	background-color: rgba(249,202,154, .8);
}
.sec_point .point_block.sec_point_02::before {
	background-color: rgba(245,236,59, .8);
}
.sec_point .point_block.sec_point_03::before {
	background-color: rgba(199,154,196, .8);
}
.sec_point .point_block.sec_point_04::before {
	background-color: rgba(198,231,247, .8);
}
.sec_point .point_block {
	padding: 25px 0;
}
.sec_point .point_block .point_block_inner {
	max-width: 1150px;
	height: auto;
	width: 95%;
	margin: 0 auto;
	position: relative;
	color: #FFFFFF;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.sec_point .point_block .point_block_inner img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 36.88vw;
	z-index: 2;
}
.sec_point .point_block:nth-child(odd) .point_block_inner {
	flex-direction: row-reverse;
}
.sec_point .point_block:nth-child(even) .point_block_inner img {
	left: auto;
	right: 0;
}
.point_block_txt {
	width: 54vw;
}
.bg_green {
	background-color: var(--green);
	color: #FFFFFF;
}
.shisetu {
	width: 100%;
	max-width: 1280px;
	display: block;
	margin: 35px auto 0 auto;
}
.shisetu_list {
	display: flex;
	flex-wrap: wrap;
}
.shisetu_list li {
	width: 50%;
	position: relative;
}
.shisetu_list li span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(89,187,156, .8);
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.photo_list {
	text-align: center;
	margin-bottom: 35px;
}
.photo_list li {
	display: inline-block;
	margin: 0 auto;
	width: auto;
}
.photo_list img {
	display: block;
	border: 4px solid var(--green);
}
.photo_list li p {
	font-size: 14px;
	margin: .5em auto 1em auto;
}
.addr_info {
	margin: 1.5em;
}
.addr_info dl {	
	display: table;
	line-height: 1.6em;
	margin: .5em 0;
}
.addr_info dt {
	width: 9.38vw;
	display: table-cell;
}
.addr_info dd {
	display: table-cell;
}
.map {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	padding: calc(315 / 560 * 100%) 0 0;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
footer {
	background-color: var(--green);
	color: #FFFFFF;
	text-align: center;
	padding: 15px 0;
}
footer a {
	color: #FFFFFF;
}
footer .ft_link {
	font-size: 15px;
	font-weight: bold;
}
.copy {
	font-weight: 1.64vw;
	font-weight: bold;
	letter-spacing: .05em;
}
.table01 {
	font-size: 15px;
	margin: 0 auto 70px auto;
	max-width: 760px;
	width: 100%;
}
.table01 tr {
	border-bottom: 1px solid #b5b1b1;
}
.table01 th,.table01 td {
	padding: 1.5em 0;
	border: none;
}
.table01 th {
	width: 30%;
	text-align: left;
}
/** contact **/
.contact_form {
	max-width: 760px;
	width: 100%;
	display: block;
	margin: 70px auto;
	font-size: 15px;
}
.contact_form > div {
	margin: 1.5em 0;
}

.contact_form .page_ttl{
	text-align: center;
	margin: 2em auto 1.5em auto;
}

label {
	font-weight: bold;
	margin: 1em 0;
}
.radio {
	margin: 1em 0;
	display: block;
}
.radio li {
	display: inline-block;
	list-style: none;
	margin: .25em 0;
	width: auto;
}
.formrun-system-show,label span {
	color: red;
}
input,textarea,button {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
    font-size: 15px;
} 
input[type="text"],input[type="tel"],input[type="email"],textarea {
    display: block;
	font-size: 1em;
	line-height: 1em;
	padding: 1em;
	margin: 1em 0;
    outline: none;
	border-radius: 3px;
	border: none;
	background-color: #FFFFFF;
	border: 1px solid #d7d7d7;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    box-sizing: border-box;
    color: var(--text-color);
}
input[type="text"]::placeholder {
	color: #f4f4f4;
}
input[type="text"]::-ms-input-placeholder {
	color: #f4f4f4;
}
input[type="text"]::-ms-input-placeholder {
	color: #f4f4f4;
}
input[type="text"]::-webkit-input-placeholder {
	padding-top: 0.2em;
}
textarea {
	height: 150px;
	line-height: 1.8em;
}
button {
	min-width: 160px;
	width: auto;
	margin: 2em auto;
	line-height: 1em;
	padding: 1em 2em;
	display: block;
	font-size: 1.2em;
	letter-spacing: .05em;
	text-align: center;
	background-color: var(--green);
	border: 3px solid var(--green);
	color: #FFFFFF;
	transition: 0.3s;
	border-radius: 2em;
}
button:hover {
	background-color: #FFFFFF;
	color: var(--green);
}
input[type="submit"] {
	font-size: 1em;
	text-align: center;
	font-size: 5.07vw;
	font-weight: 700;
	letter-spacing: .05em;
	color: var(--orange);
	border: 0.55vw solid var(--orange);
	background-color: #FFFFFF;
	padding: .5em 0;
	line-height: 1em;
	width: 100%;
	display: block;
	border-radius: 1.5em;
	margin: 1em 0 2em 0;
}
input[type="submit"]:hover {
	background-color: var(--orange);
	color: #FFFFFF;
}
.contact_thanks {
	text-align: center;
	padding: 10vw 0;
}
.contact_thanks img {
	width: 20vw;
	margin: 0 auto 2.3vw auto;
}
.reserved_list ol li {
	font-size: 1.4em;
	background-color: var(--green);
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-radius: .4em;
	margin-bottom: 70px;
}
.reserved_list ol li p {
	display: inline-block;
	margin: auto;
}
.reserved_list ol li p::before {
	content: "　";
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center left;
	margin-right: 1.67vw;
	width: 5vw;
}
.reserved_list ol li:nth-child(1) p::before {
	background-image: url('../images/icon1.png');
}
.reserved_list ol li:nth-child(2) p::before {
	background-image: url('../images/icon2.png');
}
.reserved_list ol li:nth-child(3) p::before {
	background-image: url('../images/icon3.png');
}
.reserved_list ol li:nth-child(4) p::before {
	background-image: url('../images/icon4.png');
}
.reserved_list ol li:nth-child(5) p::before {
	background-image: url('../images/icon5.png');
}
.reserved_list ol li {
	position: relative;
}
.reserved_list ol li::after {
	content: " ";
	width: 42px;
	display: block;
	border-top: 37px solid #ED849A;
	border-right: 21px solid transparent;
	border-bottom: 37px solid transparent;
	border-left: 21px solid transparent;
	position: absolute;
	bottom: -90px;
	left: 50%;
	margin-left: -21px;
}
.reserved_list ol li:last-child::after {
	display: none;
}
.step_list ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.step_list ul li {
	width: 23%;
}
.step_list ul li dt {
	font-weight: bold;
	color: var(--green);
}
.step_list ul li dd {
	font-size: 19px;
	line-height: 1.6em;
}
.step_list p {
	font-size: 16px;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 70px;
}
@media only screen and (max-width: 480px) {
	.table01 th,.table01 td {
		width: 100%;
		display: block;
	}
	.table01 th {
		width: 100%;
	}
	.table01 td {
		padding-top: 0;
	}
}
@media only screen and (max-width: 750px){
	.pc {
		display: none;
	}
	.nav_link li:nth-child(3),.nav_link li:nth-child(4){
		width: 46%;
	}
	.button span {
		display: block;
		margin-top: .5em;
		font-size: .9em;
	}
	.reserved_list ol li {
		position: relative;
		padding-left: 6vw;
	}
	.reserved_list ol li p {
		line-height: 1.6em;
		padding: .5em;
	}
	.reserved_list ol li p::before {
		background-position: center center;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: .5em;
		transform: translateY(-50%);
		width: 5.8vw !important;
		margin-right: 0;
	}
	.step_list ul {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.step_list ul li {
		width: 48%;
	}
	.step_list ul li dd {
		font-size: 16px;
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 751px){
	body {
		font-size: 2.11vw;
	}
	.fts_1 {
		font-size: 18px;
	}
	.sp {
		display: none;
	}
	.pad_tb70 {
		padding: 70px 0;
	}
	.mar_tb70 {
		margin: 7px 0;
	}
	header {
		height: 300px;
	}
	.reserve {
		width: 15.08vw;
		right: 0.78vw;
	}
	.bnr_open {
		margin: 30px auto;
	}

	.nav_link {
		flex-wrap: nowrap;
		justify-content: center;
	}
	.button,input[type="submit"] {
		font-size: 2.97vw;
	}
	.sec_point .point_block .point_block_inner {
		height: 25vw;
	}
	.sec_point .point_block {
		padding: 45px 0;
	}
	.shisetu {
		margin: 70px auto 0 auto;
	}
	.photo_list {
		margin-bottom: 70px;
		display: flex;
		justify-content: center;
	}
	.photo_list li {
		width: 29.3vw;
		margin: 0 .85vw;
	}
	/** contact **/
	.contact_form {
		margin: 100px auto;
	}
	.formrun > div {
		margin: 40px 0;
	}
	.contact_thanks img {
		width: 10vw;
	}
}
@media only screen and (min-width: 1280px){
	body {
		font-size: 27px;
	}
	.button,input[type="submit"] {
		font-size: 38px;
	}
	.reserve {
		width: 193px;
	}
	.nav_link a,.button {
		border: 7px solid var(--orange);
	}
	.sec_point .point_block .point_block_inner {
		height: 330px;
	}
	.sec_point .point_block .point_block_inner img {
		width: 472px;
	}
	.point_block_txt {
		width: 630px;
	}
	.photo_list li {
		width: 375px;
	}
	.photo_list li p {
		font-size: 18px;
		margin: .5em auto;
	}
}


