@charset "utf-8";

/* site ------------------------------------- */
html {
	cursor: auto;
	font-size: 62.5%;
}

body {
	min-width: 320px;
	margin: 0 0 0 0;
	padding: 0 0 calc(96 / 768 * 100vw);
	font-size: 1.6rem;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: lighter;
	letter-spacing: 0.1em;
}
a {
	color: #06f;
}
a img {
	text-decoration: none;
}
a:active {
	color: #06f;
}
a:hover {
	text-decoration: underline;
}
a img {
	transition: all 500ms ease;
}
a img:hover {
	opacity: .9;
}



/* module --------------------------------------- */
.pc_show {
	display: none;
}
span.small {
	font-size: 75%;
}
a.notlink,
a.nolink {
	cursor: default;
}
a.notlink:hover,
a.nolink:hover {
	text-decoration: none;
}



/* body > header --------------------------------------- */
body > header {
}
body > header p {
	margin: 0;
}
body > header .bar {
	display: flex;
	align-items: center;
	height: 24px;
	background: #f39801;
	font-size: 1.2rem;
}
body > header .bar p {
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
}
body > header .logo {
	padding: 10px 0;
}
body > header .logo a {
	display: block;
	width: 200px;
	margin: 0 auto;
}
body > header .logo a img {
	width: 100%;
	height: auto;
}
body > header .contact {
	display: none;
}



/* gnav ----------------------------------------- */
#gnav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 101;
}

#gnav .sp_menu {
	display: flex;
}
#gnav .sp_menu > div {
	/*width: calc(100% / 5);*/
	width: 20%;
}
#gnav .sp_menu > div > a {
	display: block;
	height: 50px;
	padding-top: 32px;
	font-size: 1.0rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
}
#gnav .sp_menu > div > a:hover {
	text-decoration: none;
}
#gnav .sp_menu div.home > a {
	background: #f24fa0 url(../img/sp/common/nav_home.png) center 7px / 21px auto no-repeat;
}
#gnav .sp_menu div.tel > a {
	background: #0074d3 url(../img/sp/common/nav_tel.png) center 7px / 15px auto no-repeat;
}
#gnav .sp_menu div.mail > a {
	background: #ff7200 url(../img/sp/common/nav_mail.png) center 9px / 23px auto no-repeat;
}
#gnav .sp_menu div.appointment > a {
	background: #00b304 url(../img/sp/common/nav_appointment.png) center 7px / 24px auto no-repeat;
}
#gnav .sp_menu div.menu > a {
	background: #00b5f0 url(../img/sp/common/nav_menu.png) center 10px / 27px auto no-repeat;
}

#gnav .spgnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 50px 20px 80px;
	background: rgba(0, 180, 240, 0.95);
	color: #fff;
	z-index: 101;
}
#gnav .spgnav .inner {
	position: relative;
	width: 100%;
	height: 100%;
}
#gnav .spgnav .inner .navbox {
	width: 100%;
	overflow-y: auto;
	padding: 10px;
	background: rgba(0, 200, 255, 1);
}
	#gnav .spgnav .inner .navbox nav {
		margin-bottom: 30px;
	}
@media (orientation: portrait) {
	#gnav .spgnav .inner .navbox {
		height: calc(100% - 60px);
	}
	#gnav .spgnav .inner .banner_list {
		position: absolute;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: space-between;
	}
	#gnav .spgnav .inner .banner_list .banner {
		width: calc(50% - 10px);
	}
	
}
@media (orientation: landscape) {
	#gnav .spgnav .inner {
		display: flex;
		justify-content: space-around;
	}
	#gnav .spgnav .inner .navbox {
		width: calc(100% - 220px);
	}
	#gnav .spgnav .inner .banner_list {
		width: 180px;
	}
	#gnav .spgnav .inner .banner_list {
		display: flex;
		align-content: center;
		flex-wrap: wrap;
	}
	#gnav .spgnav .inner .banner_list .banner {
		width: 100%;
	}
	#gnav .spgnav .inner .banner_list .banner + .banner {
		margin-top: 20px;
	}
	
}

#gnav .close {
	position: absolute;
	top: 25px;
	right: 25px;
	color: #fff;
	text-decoration: none;
}
#gnav .spgnav nav li a {
	display: block;
	padding: 0.5em 0em 0.15em;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: "M PLUS Rounded 1c";
	text-align: center;
}
#gnav .spgnav nav li li a {
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0;
}
#gnav .spgnav nav li li a.current,
#gnav .spgnav nav li li a.active {
	background: #f39801;
	color: #fff;
}
#gnav .spgnav nav .subbox {
	width: 100%;
	padding: 0 0 15px;
}
#gnav .spgnav nav .subbox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gnav .spgnav nav .subbox ul li {
	width: calc(50% - 10px);
}
#gnav .spgnav nav .subbox ul li:nth-of-type(2n+1) {
	margin-right: 20px;
}
#gnav .spgnav nav .subbox ul li a {
	text-align: center;
	border-bottom: 1px solid #dd0;
}


/* body > footer --------------------------------------- */
body > footer {
	border-top: 1px solid #8ee78b;
}
body > footer .inner {
	position: relative;
	margin: 0 auto;
	padding: calc(72 / 768 * 100vw) 0 0;
}
body > footer .logo {
	
}
body > footer .logo a {
	display: block;
	width: calc(390 / 768 * 100vw);
	max-width: 320px;
	margin: 0 auto 25px;
}
body > footer .logo a img {
	width: 100%;
	height: auto;
}

body > footer .box1 {
	padding: 0 20px 25px;
}

body > footer .box1 .contact .addr_tel {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
body > footer .box1 .contact .addr_tel p {
	font-size: 1.2rem;
}
body > footer .box1 .contact span.tel {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1em;
	font-size: 2.0rem;
}
body > footer .box1 .contact span.tel::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	background: url(../img/common/ico_tel_or.png) center center / contain no-repeat;
}
body > footer .box1 .mail,
body > footer .box1 .appointment {
	display: none;
}

body > footer .calendar {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 360px;
	margin: 0 auto 10px;
}
body > footer .calendar table {
	width: 100%;
	margin-bottom: 0.5em;
	border-collapse: collapse;
	font-size: 1.2rem;
	line-height: 1.75;
}
body > footer .calendar thead {
	background: #f39801;
}
body > footer .calendar tbody {
	background: #fffbe5;
	color: #000;
}
body > footer .calendar th {
	font-weight: normal;
}
body > footer .calendar td {
	width: 2.0em;
	text-align: center;
}
body > footer .calendar tbody td {
	color: #f39801;
}
body > footer .calendar tbody td.closed {
	color: #000;
}
body > footer .calendar figcaption {
	width: 100%;
	padding: 0 0.2em;
	line-height: 1.0;
	font-size: 1.2rem;
}
body > footer .calendar figcaption span {
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 0.5em;
	background: #fff;
	color: #f39801;
	font-weight: bold;
	line-height: 1.0;
}
body > footer .map {
	width: 100%;
	margin: 0 auto;
	padding: 25px 20px;
	background: #8ee78b;
}
body > footer .map > img {
	width: 100%;
	height: 320px;
}
body > footer .nav {
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px 25px;
	background: #8ee78b;
	font-size: 1.2rem;
}
body > footer .nav a {
	color: #000;
}
body > footer .nav a.current,
body > footer .nav a.active {
	color: #f39801;
}
body > footer .nav > ul {
	width: calc(100% / 2);
	margin-bottom: 20px;
}
body > footer .nav > ul li {
	line-height: 1.75;
}
body > footer .nav > ul > li li::before {
	content: "-";
	display: inline-block;
	margin-right: 0.2em;
}

body > footer .pop {
	position: absolute;
}
body > footer .pop6 {
	top: 40px;
	left: calc(20 / 768 * -100vw);
	width: calc(156 / 768 * 100vw);
	height: calc(383 / 768 * 100vw);
	background: url(../img/common/pop_06.png) center center / contain no-repeat;
	z-index: -1;
}
body > footer .pop7,
body > footer .pop8,
body > footer .pop9 {
	display: none;
}

body > footer .copy {
	margin: 1em 0;
}
body > footer .copy p {
	margin: 0;
	text-align : center;
	font-size: 1.0rem;
	letter-spacing: 0;
}




















