@charset "utf-8";

/* TOP CSS */

/* --------------------------------------

Base settings

---------------------------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {}

.pc-hyde {
	display: block;
}

.sp-hyde {
	display: none;
}

.left, .right, .alignleft, .alignright {
	float: none;
	margin: 0;
}


.wrapper {
	width: 100%;
}



.col4,
.col2 {
	width: 100%;
	margin: 0;
}

.col3 {
	margin: 0;
}

.col4 .col,
.col3 .col,
.col2 .col {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}


.bg-pink,
.bg-brown {
	padding: 16px 4%;
}

.bg-yellow {
	padding: 16px 4%;
	font-size: 14px;
}

.box-border {
	padding: 16px 4%;
	margin-bottom: 0;
}

.box-mini {
	width: 100%;
}


table.calendar {
	border-width: 4px;
}

table.calendar th {
	font-size: 11px;
}


table.calendar td {
	padding: 1px;
	font-size: 14px;
}


.iframe {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 16px 4%;
	width: 100%;
}

.iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box-facilities .right10 {
	margin: 0 0 10px;
}

/* --------------------------------------

header

---------------------------------------*/

header {
	width: 100%;
	background-size: 180% auto;
	background-position: top -10px center;
}

header #headline {
	padding: 8px 4% 6px;
	border-bottom-width: 2px;
}

header #headline h1 {
	width: 100%;
	font-weight: normal;
	line-height: 1;
	font-size: 10px;
	text-align: center;
}

header #headline .right {
	width: 100%;
	display: none;
}

header #mainvisual {
	height: auto;
	padding: 0;
}


header #mainvisual #logo {
	width: 170px;
	border: none;
	padding: 20px 0;
	margin: 0 auto;
	line-height: 0;
}

header #mainvisual #logo img {
	width: 100%;
	height: auto;
}

header #mainvisual .detail {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 14px 4% 16px;
	border-top: 1px dashed #ffb6c4;
}

header #mainvisual .detail h2 {
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ffc1cd;
	margin-bottom: 10px;
}

header #mainvisual .btn-pink-border {
	width: 100%;
	border: none;
	background: #ffb1c1;
	color: #fff;
	font-size: 14px;
}


header #mainvisual #sitenav {
	display: none;
	position: relative;
}


header #gnav {
	background: #fcf6ec;
	padding: 16px 2%;
}



header #gnav ul li {
	width: 29%;
	padding: 0;
	margin: 0 2% 10px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 13px;
	border: 3px solid #ffb6c4;
}

header #gnav ul li a {
	padding: 6px 0;
}

header #gnav ul li a:before {
	height: 50px;
}

header #gnav ul li.features a:before,
header #gnav ul li.facilities a:before,
header #gnav ul li.cost a:before,
header #gnav ul li.first a:before,
header #gnav ul li.faq a:before,
header #gnav ul li.appointment a:before {
	background-size: contain;
}




.sub header #gnav {
	display: none;
}

.sub header #headline h1 {
	width: 230px;
	height: auto;
}

.sub header #headline h1 img {
	max-width: 100%;
	height: auto;
}

.sub header #mainvisual {
	display: none;
	height: 36px;
	overflow: visible;
}

.sub header #mainvisual #sitenav {
	display: block;
	bottom: auto;
	width: 100%;
}

.sub header nav#gnav {
	background: #fff;
}

.sub header #gnav ul li {
	border-color: #ffe8e8;
}

.sub header #gnav ul li a {
	background: #ffe8e8;
	font-size: 12px;
	letter-spacing: -1px;
}

.sub header #gnav ul li a:before {
	display: none;
}



/* ------------ hamburger ------------ */

header #toggle {
	position: absolute;
	width: 34px;
	top: 14px;
	right: 4%;
	display: block;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 100%;
	height: 20px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #a0d28e;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 8px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

/* custom */

.menu-trigger::after {
	position: absolute;
	left: 0;
	bottom: -22px;
	display: block;
	width: 100%;
	color: #a0d28e;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	transition: all .4s;
}

.menu-trigger.active::after {
	bottom: -22px;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}


/* --------------------------------------

breadcrumb

---------------------------------------*/

#breadcrumb {
	padding: 6px 4%;
	background: #ffc1cd;
	color: #fff;
	line-height: 1.2;
	margin: 0;
}

#breadcrumb a {
	color: #fff;
}


/* --------------------------------------

contents

---------------------------------------*/

.sp-contact {
	padding: 16px 4%;
	font-size: 18px;
}

#contents .sp-contact .bottom10 {
	font-size: 20px;
}

#contents .sp-contact .bottom10 .btn:before,
#contents .sp-contact .btn-pink:before {
	top: 12px;
}


#contents .bg-pink h2 {
	margin-bottom: 10px;
	font-size: 10px;
}

#contents .bg-pink h2 .big {
	font-size: 20px;
}

#contents .bg-pink .col3 {
	margin-bottom: 4px;
}

#contents .col3.news .col {
	width: 100%;
}

#contents .col3.news .col .thumbnail {
	width: 30%;
}

#contents .col3.news .col .detail {
	width: 70%;
}


#contents .bg-pink .btn-white-border:before {
	top: 12px;
}


.sub #contents h1 {
	background: #fcf6ec;
	padding: 20px 0;
	font-size: 24px;
	border-bottom: 3px solid #ffb6c4;
	margin-bottom: 20px;
}

.sub #contents h1 .big {
	font-size: 16px;
}

.sub #contents h1:after {
	display: none;
}

.sub #main {
	padding: 0 4%;
}

.sub #main .bottom50,
.sub #main .bottom40 {
	margin-bottom: 30px;
}

.sub #main .box {
	padding-bottom: 30px;
}


.sub #contents h2 {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.sub #contents h2:before {
	width: 24px;
	height: 24px;
	background-size: contain;
	padding-right: 6px;
}

.sub #contents .flow .left.colpink {
	width: 100%;
	color: #fff;
	background: #ffc1cd;
	font-size: 16px;
	margin-bottom: 16px;
}

.sub #contents .flow .left.colgreen {
	width: 100%;
	color: #fff;
	background: #aed89f;
	font-size: 16px;
	margin-bottom: 16px;
}

.sub #contents .flow .right {
	width: 100%;
}

.sub #contents .flow .right h3 {
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.sub #contents .flow .btn-pink {
	width: 90%;
	margin: 0 auto;
}

.sub #contents h3.grayback {
	font-size: 18px;
}


.sub #contents .box-mini .col3 {
	width: 100%;
}

.sub #contents .box-mini .col3 .col {
	width: 33%;
	float: left;
	margin: 0 0 20px 0;
}

.sub #contents .box-mini .col3 .col img {
	width: 80%;
	height: auto;
}

.sub #contents .btns .left, .sub #contents .btns .right {
	width: 100%;
}

.sub #contents .btns .left {
	margin-bottom: 10px;
}

.sub #contents .btns .left:after {
	display: none;
}

.sub #contents .col4 .col {
	float: none;
	width: 100%;
}

.sub #contents .col4 .col h3 {
	background: #f4f4f4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}


.sub #contents .col4 .col .detail {
	padding-right: 0;
	background: none;
	padding-bottom: 10px;
}

.sub #contents .col4 .col:last-of-type {
	margin-bottom: 0;
}

.sub #contents .col4 .col:last-of-type .detail {
	padding-bottom: 0;
}

.sub #contents .bg-yellow h3 {
	font-size: 18px;
}


.sub #contents .qabox .q {
	padding: 0 50px 0 0;
}

.sub #contents .box .box-border {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
}

.sub #contents img {
	width: 100%;
	height: auto;
}

.sub #contents table.form th,
.sub #contents table.form td {
	width: 100%;
	display: block;
}


.sub #contents table.form th.sp-hyde {
	display: none;
}


.sub #contents table.form td button {
	width: 100%;
}


.sub #contents .sitemap ul {
	width: 100%;
}

.sub #contents #entrybody h1 {
	font-size: 16px;
}

.sub #contents #entrybody h1 .big {
	font-size: 22px;
	line-height: 1.5;
	padding-top: 8px;

}

.sub #contents #entrybody .prevnext .alignleft a,
.sub #contents #entrybody .prevnext .alignright a {
	line-height: 40px;
}

.sub #contents #entrybody .prevnext .alignleft {
	float: left;
	font-size: 14px;
	line-height: 1.5;
}

.sub #contents #entrybody .prevnext .alignright {
	float: right;
	font-size: 14px;
	line-height: 1.5;
}

.sub #contents #entrybody .btn-pink02 {
	width: 100%;
	padding: 0;
	line-height: 40px;
}


.sub #contents #entrybody .btn-pink02:before {
	display: none;
}


.sub #contents #entrybody .prevnext {
	padding: 10px 0;
}


.sub .sp-contact {
	border-top: 1px dashed #ffb6c4;
	margin-top: 50px;
}

/* -------- sub results -------- */




.sub #contents.results .bg-pink {
	padding: 30px 4%;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}


.sub #contents.results .bg-pink .flexbox .item {
	width: 100%;
	background: #fff;
	padding: 16px;
	border-radius: 8px;
	/* CSS3草案 */
	-webkit-border-radius: 8px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;
	/* Firefox用 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.sub #contents.results .bg-pink .flexbox .item:first-of-type {
	margin-bottom: 10px;
}


.sub #contents.results .bg-pink .flexbox {
	display: block;
}


.sub #contents.results .tblong {
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
}


.sub #contents.results .tblong table {
	width: 1000px;
}


/* -------- sub links -------- */

.sub #contents .linkbox {
	padding: 10px 4%;
	margin-bottom: 10px;
}

.sub #contents .linkbox h2 {
	font-size: 18px;
}


/* --------------------------------------

footer

---------------------------------------*/


footer .bg-brown {
	margin-bottom: 0px;
}

footer .bg-brown h2 {
	font-size: 15px;
	line-height: 1.5;
	padding-left: 1em;
	margin: 10px 0 20px;
}

footer .bg-brown h2:before {
	width: 60px;
	height: 60px;
	background-size: contain;
	left: 0;
}

footer .bg-brown h2:after {
	width: 40px;
	height: 60px;
	background-size: contain;
	right: 0;
}

footer .bg-brown .col3 .col {
	padding: 14px 6%;
}

footer .bg-brown .col3 .col h3 {
	font-size: 15px;
}

footer .bg-brown .col3 .col:first-of-type .big {
	font-size: 35px;
}

footer .box-border {
	text-align: center;
}

footer .box-border .bottom10 {
	margin-bottom: 0;
}

footer .box-border .bottom10 img {
	width: 230px;
	height: auto;
}

footer address {
	font-size: 12px;
}

footer .left,
footer .right {
	width: 100%;
}


footer table.calendar td img {
	width: 20px;
	height: auto;
}


footer .right.box-green {
	text-align: left;
	width: 100%;
}

footer .right .left {
	margin-bottom: 16px;
}

footer .right .left,
footer .right .right {
	width: 100%;
}

footer .iframe {
	margin-bottom: 16px;
	width: 92%;
}

footer nav.left {
	padding: 0px 4%;
}

footer small.right {
	color: #ff748f;
	font-size: 10px;
	background: #ffc1cd;
	text-align: center;
}

footer .bg-gray ul li {
	margin-right: 0.5em;
}


#totop {
	display: none;
}


.sub footer {
	padding-top: 0px;
}

/*--------------------------------
20191225追加 indexお知らせ
--------------------------------*/
#contents .bg-pink .btn-white-border.wide-box {
	width: 100%;
	margin: 0 auto 10px;
	padding: 1.0em;
	text-align: left;
}

/*--------------------------------
20220714追加 results表
--------------------------------*/

.acd-box .acd-btn h2 {
	padding-right: 40px;
}