body {
    /* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
    /* font-family: "M PLUS Rounded 1c"; */
    font-weight: 500;
    letter-spacing: 0.05em;
}
.wf-mplus1p { font-family: "M PLUS 1p"; }
.wf-hannari { font-family: "Hannari"; }
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }
* {
    box-sizing: border-box;
    line-height: 1.5em;
}
a {
    transition: all 0.5s;

}
a:hover {
    opacity: 0.6;
}
img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
}
small {
    font-size: 70%;
}
#ScrollToTop {
	transition: right 250ms ease-in-out 0s;
    -moz-transition: right 250ms ease-in-out 0s;
	-webkit-transition: right 250ms ease-in-out 0s;
	-o-transition: right 250ms ease-in-out 0s;
	right: 10px;
    bottom: 70px;
    width: 60px;
	height: 60px;
}
#ScrollToTop.Offscreen {
	transition-duration: 250ms;
    -moz-transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
	-o-transition-duration: 250ms;
    right: -100px;
}
.Button {
	margin: 0;
	display: block;
    position: fixed;
    z-index: 4;
	background-color: #009C86;
   	border: 0;
    cursor: pointer;
	transition: all 0.5s ease-in-out 0s;
}
.Button::after{
	content: "";
	width: 10px;
	height: 10px;
	border-left: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 3px 0 0 -9px;
	transform: rotate(45deg) translateY(-50%);
}
.Button:hover{
	opacity: 0.6;
}

/* header  */
header h1 {
    text-align: center;
    font-size: 0;
    max-width: 400px;
    padding: 15px;
}
@media screen and (max-width: 767px) {
    header h1 {
        max-width: 70%;
        margin: 0 auto;
    }
}

/* footer  */
footer {
    text-align: center;
}
footer figure {
    position: relative;
}
footer figure img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
footer figure .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    width: 100%;
    text-align: center;
}
footer .contact a {
    font-size: 40px;
    color: black;
    font-family: "M PLUS 1p";
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
}
footer .contact a img {
    width: 60px;
}
@media screen and (max-width: 767px) {
    footer figure img{
        height: 400px;
    }
    footer .contact a {
        font-size: 35px;
    }
    footer .contact a img {
        width: 50px;
    }
    footer .logo {
        width: 60%;
    }
    footer {
        padding-bottom: 60px;
    }
}


/* cv-btn */
.cv-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.cv-btn a {
    display: inline-block;
    margin-left: 5px;
    background: #009C86;
    color: white;
    padding: 15px 30px;
    font-size: 14px;
}
.cv-btn a.suumo {
    background: #66B613;
}
@media screen and (max-width: 767px) {
    .cv-btn {
       display: flex;
       flex-wrap: wrap;
       bottom: 0;
       right: 0;
       width: 100%;
    }
    .cv-btn a {
        width: 50%;
        margin: 0;
        text-align: center;
    }
}

/* 共通 */
section {
    margin: 100px 0;
}
.section-bg {
    background: #F8F7F3;
    padding: 100px 0;
    margin: 0;
}
.section-bg.sub {
    padding: 1px 0;
}
.section-bg.blue {
    background: #B5DEDE;
    position: relative;
}
.section-bg.blue.fukidashi::after {
    content: "";
    display: inline-block;
    background: #B5DEDE;
    height: calc(tan(60deg) * 40px / 2);
    width: 150px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.section-container {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}
.w950{
	max-width: 950px;
}
@media screen and (max-width: 767px) {
    section {
        margin: 60px 0;
    }
    .section-bg {
        padding: 60px 0;
    }
}

h2 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}
h2 small {
    display: block;
    text-align: center;
    color: #009C86;
    font-size: 70%;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
h2 small.white {
    color: white;
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}
h3 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.5em;
}
@media screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
p {
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    p {
        font-size: 14px;
    }
}
.center {
    text-align: center;
}
.sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .sp {
        display: block;
    }
}
.mb20 {
    margin-bottom: 20px;
}
.mb40 {
    margin-bottom: 40px;
}

/* mv */
.mv {
    margin: 0;
    position: relative;
}
.mv p {
    width: 400px;
    position: absolute;
    left: 5%;
    top: 10%;
}
@media screen and (max-width: 767px) {
    .mv p {
        position: static;
    	width: 70%;
    	margin: 0 auto;
		padding: 20px 0;
    }
}

.serch-nav {
    width: fit-content;
    margin: 0 auto;
}

.serch-nav li {
    padding: 5px;
}
.serch-nav li p {
    margin-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.serch-nav li p::before {
    content: "";
    width: 22px;
    height: 22px;
    /* border: 2px solid; */
    background: white;
    border-radius: 2px;
    display: inline-block;
    margin-right: 10px;
}
.serch-nav li p::after {
    content: "";
    width: 5px;
    height: 10px;
    border-bottom: 3px solid #009C86;
    border-right: 3px solid #009C86;
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 3px;
    transform: rotate(45deg) translateY(-50%);
}
.gaiyo{
	text-align: left;
}
@media screen and (max-width: 767px) {
    .serch-nav li p {
        font-size: 16px;
    }
}

.logo {
    text-align: center;
    margin: 40px 0;
	padding-bottom: 40px;
}
.logo img {
    max-width: 400px;
}

.page-nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.page-nav li {
    width: calc(100% / 3);
    padding: 10px;
}
@media screen and (max-width: 767px) {
    .page-nav li {
        width: calc(100% / 2);
        padding: 5px;
    }
}
.page-nav li p {
    text-align: center;
}
.page-nav li a {
    height: 130px;
    background: #F5EDBC;
    border-radius: 5px;
    position: relative;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
}
.page-nav li a img {
    height: 130px;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}
@media screen and (max-width: 767px) {
    .page-nav li a,.page-nav li a img {
        height: 100px;
    }
}
.page-nav li a p {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    .page-nav li a p {
        font-size: 16px;
    }
}
.page-nav li a p::before {
    content: "→";
    display: inline-block;
    position: absolute;
    right: 7px;
    font-size: 14px;
}
.page-nav li a p::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 30px;
    margin-left: 10px;
}
@media screen and (max-width: 767px) {
    .page-nav li a p::before {
        font-size: 12px;
    }
    .page-nav li a p::after {
        width: 25px;
        height: 25px;
    }
}

.plan-grid {
    background: #F5EDBC;
    padding: 20px;
    margin-top: 40px;
}
.plan-grid h2{
    margin: 20px 0;
    text-align: center;
}
.plan-grid ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.plan-grid ul li {
    padding: 5px;
    width: calc(100% / 2);
}
@media screen and (max-width: 767px) {
    .plan-grid {
        padding: 10px;
        margin-top: 20px;
    }
    .plan-grid ul li {
        width: calc(100% / 1);
    }
}

.res-btn {
    margin-top: 40px;
}
.res-btn a {
    background: #009C86;
    color: white;
    padding: 20px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.res-btn a::before {
    content: "→";
    display: inline-block;
    position: absolute;
    right: 25px;
    font-size: 16px;
    color: white;
    z-index: +1;
}
.location-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -20px -20px;
}
.location-grid li {
    width: calc(100% / 2);
    padding: 20px;
}
.location-grid li figure {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.location-grid li p {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .location-grid {
        margin: 20px -10px -10px;
    }
    .location-grid li {
        width: calc(100% / 1);
        padding: 10px;
    }
}

.grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.grid li{
    width: 50%;
    padding: 20px;
}
.grid li h2,
.grid li h2 small{
    text-align: left;
    line-height: 1.5em;
}
@media screen and (max-width: 767px) {
    .grid li{
        width: 100%;
        padding: 10px;
    }
    .grid.sub {
        flex-direction: column-reverse;
    }
}

/* Contact form */
body.contact {
	color: #454545;
	font-family: sans-serif;
	background: #f0f0f0;
}
body.contact header, body.contact .hd-contact{
	background-color: #FFFFFF;
}
body.contact .contact-title{
	margin: 0;
	padding: 0;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	width: 100%;
	color: #FFF;
  	text-shadow: 0px 0px 7px rgba( 0, 0, 0, 0.9);
}
body.contact .contact-title h1{
	padding-bottom: 10px;
	font-size: 60px;
	text-align: center;
}
body.contact .contact-title h2{
	margin: 0;
	padding: 0;
	font-size: 40px;
}
body.contact footer .contact a{
	margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
	body.contact .mv p {
		position: static;
		width: 70%;
		margin: 0 auto;
		padding: 20px 0;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	body.contact .contact-title{
		top: 70%;
	}
	body.contact .contact-title h1{
		padding-bottom: 5px;
		font-size: 50px;
	}
	body.contact .contact-title h2{
		font-size: 30px;
	}
}
@media screen and (max-width: 480px) {
	body.contact .contact-title h1{
		padding-bottom: 0px;
		font-size: 40px;
	}
	body.contact .contact-title h2{
		font-size: 24px;
	}
}

/* -- div#thanks -------------------------------------------------------------------------------- */
div#thanks * {
	margin: 0;
	padding: 0;
}

div#thanks {
	width: 1000px;
	margin: 50px auto;
	padding: 30px 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	line-height: 1.8;
}

div#thanks h1,
div#thanks h2 {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 135%;
	font-weight: bold;
	border-bottom: 1px solid #454545;
}

div#thanks h2 {
	margin-top: 3em;
}

div#thanks p {
	width: 100%;
	margin: 25px auto 0;
	font-size: 24px;
	font-weight: bold;
}

div#thanks dl {
	width: 90%;
	margin: 0 auto 3em;
}

div#thanks dl dt {
	margin-top: 2em;
}

@media screen and ( max-width: 1000px ) {
	div#thanks {
		width: 95%;
		font-size: 100%;
	}
}