@charset "UTF-8";
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
	color: #000;
	background: #FFF;
	width: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
	display: none;
}

/* END YUI 3.5.0 - reset.css */
body {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #333;
	-webkit-overflow-scrolling: touch;
}

.f-min {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #1fa9eb;
}

.wrap {
	overflow: hidden;
}

header {
	position: fixed;
	top: 0;
	background-color: #fff;
	border-bottom: 2px solid #0f63a9;
	width: 100%;
	height: 70px;
	z-index: 999;
	transition: .5s;
}

header .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 70px;
}

header .inner .logo {
	margin: 10px;
}

header .inner .logo a {
	display: block;
}

header .inner .logo a img {
	display: block;
	width: 100%;
	min-width: 80px;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.map iframe {
		width: 100%;
	}
	.container {
		padding: 5% 3%;
	}
	h2 {
		font-size: 9.5vw;
	}
	p {
		font-size: 4.2vw;
	}
	dt {
		font-size: 4vw;
	}
	dd {
		font-size: 3vw;
	}
	.attn {
		font-size: 3.4vw;
		margin: 3% 0;
	}
	.hide {
		transform: translateY(-100%);
	}
	header nav {
		position: fixed;
		top: 72px;
		display: none;
		width: 100%;
		z-index: 3;
	}
	header nav ul li a {
		height: 65px;
		display: block;
		text-align: center;
		background-color: #fff;
		border-bottom: 1px dotted #457bb5;
		line-height: 4;
	}
	header nav ul li:nth-of-type(5) a {
		line-height: 1.4;
		height: 55px;
		padding-top: 10px;
	}
	header .sp {
		margin-left: auto;
	}
	header .sp ul {
		display: flex;
	}
	header .sp ul li {
		position: relative;
		width: 70px;
		height: 70px;
	}
	header .sp ul li img {
		position: relative;
		height: 100%;
	}
	header .sp ul li span.name {
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff;
		width: 100%;
		font-size: 90%;
		text-align: center;
		line-height: 1.4;
	}
	header .sp ul li:nth-of-type(3) {
		background-color: #457bb5;
		text-align: center;
		height: 60px;
		padding-top: 10px;
	}
	header .sp ul li:nth-of-type(3) .menu-trigger,
	header .sp ul li:nth-of-type(3) .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	header .sp ul li:nth-of-type(3) .menu-trigger {
		position: relative;
		width: 45px;
		height: 34px;
	}
	header .sp ul li:nth-of-type(3) .menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #fff;
		border-radius: 4px;
	}
	header .sp ul li:nth-of-type(3) .menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	header .sp ul li:nth-of-type(3) .menu-trigger span:nth-of-type(2) {
		top: 15px;
	}
	header .sp ul li:nth-of-type(3) .menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	header .sp ul li:nth-of-type(3) .menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	header .sp ul li:nth-of-type(3) .menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	header .sp ul li:nth-of-type(3) .menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
	}
	.wrap {
		margin-top: 72px;
	}
	.keyvisual {
		display: grid;
	}
	.keyvisual img {
		width: 100%;
	}
	#achievement {
		background-image: url(../img/sp/sp-achievement-bk.png);
		background-repeat: no-repeat;
		background-position: top;
		background-size: 100%;
		background-color: #fdeff0;
		padding-bottom: 5%;
	}
	#achievement .container {
		position: relative;
	}
	#achievement .container .circle {
		position: absolute;
		left: 2%;
		top: -20vw;
	}
	#achievement .container .circle img {
		width: 40vw;
	}
	#achievement .container h2 {
		color: #e65a82;
		text-align: right;
		line-height: 2;
		padding-right: 2rem;
	}
	#achievement .container h2 img {
		height: 0.9em;
	}
	#achievement .container p {
		text-align: center;
		margin: 2% 0;
	}
	#achievement .container .list {
		background-color: #fff;
		padding: 2%;
		overflow: hidden;
	}
	#achievement .container .list dl {
		width: 46%;
		margin: 2%;
		float: left;
	}
	#achievement .container .list dl:nth-child(3) dt,
	#achievement .container .list dl:nth-child(6) dt {
		margin-top: 1rem;
	}
	#achievement .container .list dl:nth-child(4) {
		clear:both;
	}
	#achievement .container .list dl dt {
		color: #e65a82;
	}
	#achievement .container .list dl dd {
		border-bottom: 1px dotted #e65a82;
		padding: 0.23rem 0;
	}
	#achievement .container .attn p {
		text-align: left;
	}
	#introduction .container {
		background: url(../img/sp/sp-introduction-bk.png), url(../img/sp/sp-introduction-bk02.png);
		background-repeat: no-repeat;
		background-color: #fff;
		background-position: top,bottom;
		background-size: 100%;
		padding-bottom: 25%;
	}
	#introduction h2 {
		text-align: center;
		color: #0f63a9;
		margin-top: 5%;
	}
	#introduction h3:nth-of-type(1) img {
		width: 70%;
		margin: 5% 15%;
	}
	#introduction h3:nth-of-type(2) img {
		width: 100%;
		margin: 5% 0;
	}
	#introduction .introduction-point {
		background-color: #cee6f3;
		padding: 10% 2% 5%;
		margin: 15% 0;
		position: relative;
	}
	#introduction .introduction-point:nth-of-type(1) {
		margin-top: 20%;
	}
	#introduction .introduction-point:nth-of-type(1) .circle {
		background-image: url(../img/common/open-book.svg);
	}
	#introduction .introduction-point:nth-of-type(2) {
		margin-bottom: 5%;
	}
	#introduction .introduction-point:nth-of-type(2) .circle {
		background-image: url(../img/common/lightbulb.svg);
	}
	#introduction .introduction-point .circle {
		background-color: #cee6f3;
		background-repeat: no-repeat;
		background-position: center 5vw;
		background-size: 50%;
		border-radius: 50%;
		position: absolute;
		top: -10vw;
		left: 32vw;
		width: 30vw;
		height: 30vw;
	}
	#introduction .introduction-point dl {
		position: relative;
		z-index: 1;
	}
	#introduction .introduction-point dl dt {
		border-bottom: 1px dotted #0f63a9;
	}
	#introduction .introduction-point dl dt img {
		width: 70%;
		margin: 5% 15% 2%;
	}
	#introduction .introduction-point dl dd {
		font-size: 3.79vw;
		color: #555;
		margin: 5% 1.5%;
	}
	#introduction .outline img {
		width: 100%;
	}
	#point .container {
		background: url(../img/common/point-bk.png) repeat;
		background-size: 11px;
	}
	#point .container h2 img {
		width: 100%;
	}
	#point .container nav {
		width: 96%;
		margin: 0% 2% 3%;
	}
	#point .container nav ul {
		display: flex;
	}
	#point .container nav ul li {
		width: 20%;
		padding: 2%;
	}
	#point .container nav ul li img {
		width: 100%;
	}
	#point .container .point-content {
		background-color: #fff;
		margin: 10% 0;
		padding: 0 3%;
		overflow: hidden;
		box-shadow: -1px -2px 0px 2px rgba(0, 0, 0, 0.16) inset;
	}
	#point .container .point-content h3 img {
		height: 10vw;
		margin: 5% 0;
	}
	#point .container .point-content p {
		font-size: 3.8vw;
	}
	#point .container .point-content .point-content-title img {
		width: 100%;
		margin: 5% 0;
	}
	#point .container .point-content .image-content img {
		width: 100%;
	}
	#point .container .point-content .description {
		position: relative;
		background: url(../img/sp/sp-description-BK_02.png) repeat;
		background-size: 100%;
		background-position: 10%;
		margin: 10% 0 5%;
		padding: 0 3% 5%;
	}
	#point .container .point-content .description:before {
		content: "";
		background: url(../img/sp/sp-description-BK_01.png) repeat;
		background-size: 100%;
		background-position: top;
		position: absolute;
		top: -5%;
		left: 0;
		width: 100%;
		height: 5vw;
	}
	#point .container .point-content .description:after {
		content: "";
		background: url(../img/sp/sp-description-BK_03.png) repeat;
		background-size: 100%;
		background-position: bottom;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 5vw;
	}
	#point .container .point-content .description h4 img {
		width: 75%;
		margin: 3% 12.5% 2%;
	}
	#point .container .point-content .description p {
		font-size: 3.24vw;
		line-height: 2.8;
	}
	#point .container .point-content .description p img {
		width: 20%;
		float: left;
		margin-right: 3%;
	}
	#point .container .point-content .description p.point-text {
		font-size: 3vw;
		line-height: 2;
	}
	#point .container .point-content .description hr {
		margin: 5% 0;
	}
	#point .container .point-content:nth-of-type(2) .image-content img {
		width: 86%;
		margin: 0 7.5% 3%;
	}
	#point .container .point-content:nth-of-type(2) h4 img {
		width: 60%;
		margin: 3% 20% 2%;
	}
	#point .container .point-content:nth-of-type(5) .image-content img {
		width: 86%;
		margin: 0 7.5% 3%;
	}
	#point .container .point-content:nth-of-type(5) h4 img {
		width: 60%;
		margin: 3% 20% 2%;
	}
	#point .container .point-content:nth-of-type(5) p {
		padding: 0 0 5%;
	}
	#point .container .point-content:nth-of-type(3) {
		padding-bottom: 5%;
	}
	#point .container .point-content:nth-of-type(3) .image-content img {
		width: 86%;
		margin: 0 7.5% 3%;
	}
	#point .container .point-content:nth-of-type(3) h4 img {
		width: 60%;
		margin: 3% 20% 2%;
	}
	#point .container .point-point {
		padding: 0;
		margin: 10% 0;
		position: relative;
	}
	#point .container .point-point dl {
		position: relative;
		z-index: 1;
		background: url(../img/sp/sp-point-point-dt.png) no-repeat;
		background-size: 100%;
		padding-bottom: 0.1%;
	}
	#point .container .point-point dl dt {
		position: relative;
		padding-top: 18%;
	}
	#point .container .point-point dl dt:before {
		position: absolute;
		content: "";
		top: 8%;
		left: 37.5vw;
		background: url(../img/common/bar-chart.svg) no-repeat;
		width: 30%;
		height: 10vw;
	}
	#point .container .point-point dl dt img {
		width: 76%;
		margin: 0 12% 2%;
	}
	#point .container .point-point dl dd {
		font-size: 3.79vw;
		color: #555;
		margin: 1%;
		padding: 5% 1%;
		background-color: #fff;
		line-height: 2.3;
	}
	#point .container .point-point:nth-of-type(2) dl dt {
		position: relative;
		padding-top: 18%;
	}
	#point .container .point-point:nth-of-type(2) dl dt:before {
		position: absolute;
		content: "";
		top: 10%;
		left: 39vw;
		background: url(../img/common/pencil-striped-symbol-for-interface-edit-buttons.svg) no-repeat;
		width: 10%;
	}
	#point .container .point-point:nth-of-type(2) dl dt img {
		width: 76%;
		margin: 0 12% 2%;
	}
	section.contact {
		background-color: #c6dee9;
		padding: 8% 3%;
	}
	section.contact .container {
		background-color: #fff;
	}
	section.contact .container h3 img {
		width: 70%;
		margin: 5% 15%;
	}
	section.contact .container div img {
		width: 100%;
	}
	section.contact .container div:nth-of-type(2) {
		margin-top: 5%;
	}
	section.contact .container p {
		font-size: 5.5vw;
		vertical-align: middle;
		line-height: 1.4;
		margin-top: 5%;
	}
	section.contact .container p a {
		text-decoration: none;
		color: inherit;
	}
	section.contact .container p img {
		height: 4.7vw;
	}
	section.contact .container p span {
		display: block;
		text-align: right;
		font-size: 4vw;
	}
	#course {
		background-image: url(../img/sp/sp-course-bk.png);
		background-repeat: no-repeat;
		background-position: top;
		background-size: 100%;
		background-color: #fff;
	}
	#course .container h2 {
		display: grid;
		width: 53%;
		margin: 2% auto;
	}
	#course .container h2 img {
		width: 100%;
	}
	#course .container ul {
		overflow: hidden;
	}
	#course .container ul li {
		float: left;
		width: 46%;
		margin: 2%;
	}
	#course .container ul li img {
		width: 100%;
	}
	#course .container ul li:nth-of-type(3) {
		margin: -5% 26% 0;
	}
	#course .course-content {
		margin: 5% 0;
	}
	#course .course-content .container {
		position: relative;
		padding: 5% 3% 0;
	}
	#course .course-content h3 {
		position: relative;
		width: 100%;
	}
	#course .course-content h3 img {
		width: 100%;
		display: block;
	}
	#course .course-content h3:after {
		position: absolute;
		left: 0;
		content: "";
		width: 0;
		height: 0;
		border-left: 50vw solid transparent;
		border-right: 50vw solid transparent;
		border-top: 15vw solid #f4f4f4;
	}
	#course .course-content h4 {
		width: 100%;
		margin: -3% 0 3%;
	}
	#course .course-content h4 img {
		width: 80%;
		margin: 0 10%;
	}
	#course .course-content p {
		font-size: 3.7vw;
		line-height: 2.3;
	}
	#course .course-content .course-dl {
		margin: 10% 0 0;
	}
	#course .course-content .course-dl dl dt {
		border-bottom: 1px dotted #00a0e9;
	}
	#course .course-content .course-dl dl dt img {
		width: 30vw;
	}
	#course .course-content .course-dl dl dd {
		font-size: 3.63vw;
		line-height: 2.3;
		margin: 3% 0;
	}
	#course .course-content .course-dl dl dd span {
		font-size: 120%;
		font-weight: bold;
	}
	#course .course-content .course-dl dl dd img {
		width: 100%;
		margin-top: 3%;
	}
	#kidspal {
		background-color: #ffeeee;
		overflow: hidden;
	}
	#kidspal .container {
		background-color: #fff;
		margin: 8% 3%;
	}
	#kidspal .container h3 {
		text-align: center;
		border-bottom: 1px dotted #e60113;
		padding-bottom: 5%;
	}
	#kidspal .container h3 img:nth-of-type(1) {
		width: 60%;
	}
	#kidspal .container h3 img:nth-of-type(2) {
		width: 96%;
	}
	#kidspal .container h4 {
		text-align: center;
		padding: 6% 0 2%;
	}
	#kidspal .container h4 img {
		width: 65%;
	}
	#kidspal .container p {
		font-size: 3.6vw;
		line-height: 2.3;
	}
	#kidspal .container .examination {
		margin-top: 10%;
	}
	#kidspal .container .examination dt {
		border-bottom: 1px dotted #e60113;
	}
	#kidspal .container .examination dt img {
		width: 36%;
	}
	#kidspal .container .examination dd {
		font-size: 3.6vw;
		line-height: 2.3;
	}
	#kidspal .container .examination dd span {
		font-size: 3.3vw;
		display: block;
		margin: 2rem 0 1rem;
		line-height: 2;
	}
	#kidspal .container .examination .kidspal-image img {
		width: 100%;
	}
	#kidspal .container .examination .kidspal-image span {
		font-size: 3.4vw;
		text-indent: -1rem;
		margin-left: 1rem;
		display: block;
	}
	#service {
		background-image: url(../img/sp/sp-service-bk.png);
		background-repeat: no-repeat;
		background-position: top;
		background-size: 100%;
		background-color: #fff;
	}
	#service .container {
		padding: 5% 3% 10%;
	}
	#service .container h2 {
		display: grid;
		width: 80%;
		margin: 2% auto;
	}
	#service .container h2 img {
		width: 100%;
	}
	#service .container ul {
		overflow: hidden;
	}
	#service .container ul li {
		position: relative;
		border: 1px solid #87dbb8;
		background: #fff;
		width: 46.3%;
		height: 30vw;
		margin: 10% 1% 0 0;
		padding: 15% 1% 0;
		float: left;
		text-align: center;
	}
	#service .container ul li:nth-child(even) {
		margin: 10% 0 0 1%;
	}
	#service .container ul li img {
		width: 96%;
	}
	#service .container ul li .icon-check {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, -20%);
		transform: translate(-50%, -20%);
		width: 30%;
	}
	#service .container ul li .icon-check img {
		width: 100%;
	}
	#service .container .service-content {
		margin: 10% 0 0;
		padding: 2%;
		position: relative;
		border: 1px solid #87dbb8;
	}
	#service .container .service-content .icon-check {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, -20%);
		transform: translate(-50%, -20%);
		width: 14.53%;
	}
	#service .container .service-content .icon-check img {
		width: 100%;
	}
	#service .container .service-content h3 {
		margin-top: 15%;
		text-align: center;
	}
	#service .container .service-content h3 img {
		width: 50%;
	}
	#service .container .service-content dl {
		background-color: #f2f5f6;
		margin: 5% 0;
	}
	#service .container .service-content dl dt {
		text-align: center;
		padding: 5% 0 0;
	}
	#service .container .service-content dl dt img {
		height: 4.5vw;
	}
	#service .container .service-content dl dd {
		padding: 2% 1% 5%;
		font-size: 3.8vw;
	}
	#service .container .service-content dl dd span {
		font-size: 3.2vw;
		text-indent: -1rem;
		margin-left: 1rem;
		display: block;
		margin-top: 0.5rem;
	}
	#service .container .service-content dl:nth-of-type(5) dd span {
		margin-top: 0;
	}
	#voice {
		background-color: #fdeff0;
	}
	#voice .container {
		padding: 10% 3%;
	}
	#voice .container h2 {
		position: relative;
		text-align: center;
		color: #e65a82;
		line-height: 2;
		width: 100%;
		height: 20vw;
		margin-bottom: 8%;
	}
	#voice .container h2 img {
		position: absolute;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	#voice .container h2 img:nth-of-type(1) {
		height: 0.9em;
		left: 21%;
	}
	#voice .container h2 img:nth-of-type(2) {
		width: 65%;
	}
	#voice .container .voice-content {
		background-color: #fff;
		padding: 2%;
	}
	#voice .container .voice-content div img {
		width: 100%;
	}
	#voice .container .voice-content div dl dt {
		border-bottom: 1px solid #ffb3c2;
		color: #e65a82;
		font-size: 4.8vw;
	}
	#voice .container .voice-content div dl dd {
		line-height: 2;
		margin: 0.5rem 0 2rem;
		font-size: 3.7vw;
	}
	#rooms .container {
		padding: 10% 3% 5%;
	}
	#rooms .container h2 {
		text-align: center;
	}
	#rooms .container h2 img {
		width: 65%;
	}
	#rooms .container h2:nth-of-type(2) img {
		margin-top: 5%;
		width: 80%;
	}
	#rooms .container .rooms-rieikai {
		border: 1px solid #0f63a9;
		padding: 2%;
		margin-bottom: 5%;
	}
	#rooms .container .rooms-rieikai h3 {
		color: #0f63a9;
		font-weight: bold;
		font-size: 5.5vw;
		vertical-align: bottom;
		display: inline;
	}
	#rooms .container .rooms-rieikai h3 img {
		height: 8vw;
		margin-right: 1.5vw;
	}
	#rooms .container .rooms-rieikai p {
		font-size: 3.6vw;
		line-height: 2;
		margin: 0 0 5%;
	}
	#rooms .container .rooms-rieikai dl {
		margin: 0 0 5%;
	}
	#rooms .container .rooms-rieikai dl dt {
		font-size: 3.7vw;
		line-height: 2;
		margin: 1% 0;
		color: #0f63a9;
	}
	#rooms .container .rooms-rieikai dl dd {
		font-size: 3.7vw;
		line-height: 2;
	}
	#rooms .container .rooms-rieikai .contact-experience {
		text-align: center;
	}
	#rooms .container .rooms-rieikai .contact-experience img {
		width: 80%;
	}
	#rooms .container .rooms-rieikai:nth-of-type(n + 3) {
		border: 1px solid #e5000b;
	}
	#rooms .container .rooms-rieikai:nth-of-type(n + 3) h3 {
		position: relative;
		color: #e5000b;
		vertical-align: top;
		display: inline;
		font-size: 5vw;
	}
	#rooms .container .rooms-rieikai:nth-of-type(n + 3) h3 img {
		margin-right: 0.5rem;
		height: 8vw;
	}
	#rooms .container .rooms-rieikai:nth-of-type(n + 3) h3 span {
		position: absolute;
		font-size: 4vw;
		vertical-align: middle;
		width: 20vw;
		top: -0.8vw;
	}
	#rooms .container .rooms-rieikai:nth-of-type(n + 3) dl dt {
		color: #e5000b;
	}
	#rooms .container .btn-taiken {
		width: 95%;
		margin: auto;
		padding: 3% 0 10%;
	}
	#rooms .container .btn-taiken:nth-of-type(1) {
		padding: 50% 0 10%;
	}
	#rooms .container .btn-taiken a {
		display: block;
	}
	#rooms .container .btn-taiken a img {
		width: 100%;
		display: block;
	}
	footer p {
		text-align: center;
		background-color: #c6dee9;
		padding-bottom: 2%;
	}
	footer p small span {
		display: block;
	}
}

@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}
	.container {
		max-width: 1000px;
		margin: auto;
	}
	header {
		height: 105px;
	}
	header nav {
		display: none;
	}
	header .inner {
		max-width: 1200px;
		margin: 0 auto;
		height: 105px;
	}
	header .inner .logo a img {
		width: 100%;
	}
	header .inner .pc {
		max-width: 620px;
		width: 60%;
		margin-left: auto;
	}
	header .inner .pc p {
		text-align: right;
		padding: 5px 0;
	}
	header .inner .pc p img {
		height: 1rem;
	}
	header .inner .pc div {
		max-width: 300px;
		width: 48%;
		float: left;
		margin-bottom: 10px;
	}
	header .inner .pc div:nth-of-type(1) {
		margin-right: 2%;
	}
	header .inner .pc div a img {
		display: block;
		width: 100%;
	}
	.keyvisual {
		margin-top: 105px;
	}
	.keyvisual img {
		width: 100%;
		display: block;
	}
	nav.pc .container ul {
		list-style: none;
		display: flex;
		align-items: center;
	}
	nav.pc .container ul li {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1;
		line-height: 1.4;
		text-align: center;
		cursor: pointer;
	}
	nav.pc .container ul li:nth-of-type(5) {
		flex: 1.4;
	}
	nav.pc .container ul li:hover {
		border-bottom: 1px solid #00a0e9;
		color: #1fa9eb;
	}
	nav.pc .container ul li a {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		font-size: 2vw;
		padding: 10px;
		height: 50px;
	}
	nav.pc .container ul li a span {
		font-size: 1.6vw;
	}
	nav.pc .container ul li:nth-of-type(5) a {
		line-height: 0;
	}
	.pc-nav-fixed {
		position: fixed;
		top: 105px;
		width: 100%;
		height: 70px;
		background-color: #fff;
		z-index: 3;
		border-bottom: 2px solid #0f63a9;
	}
	#achievement {
		clear: both;
		background-image: url(../img/pc/pc-achievement-bk.png);
		background-repeat: no-repeat;
		background-position: top;
		background-size: 100%;
		background-color: #fdeff0;
		padding-bottom: 5%;
	}
	#achievement .container {
		position: relative;
		padding-top: 5vw;
	}
	#achievement .container .circle {
		display: inline;
		position: absolute;
		left: 12vw;
		top: 2vw;
	}
	#achievement .container .circle img {
		width: 25vw;
	}
	#achievement .container h2 {
		color: #e65a82;
		text-align: center;
		line-height: 2;
		padding-left: 8rem;
		font-size: 7vw;
		margin: auto;
	}
	#achievement .container h2 img {
		height: 0.9em;
	}
	#achievement .container p {
		font-size: 2vw;
		text-align: center;
		margin: 0 0 7vw 16vw;
	}
	#achievement .container .list {
		background-color: #fff;
		padding: 4% 10% 10%;
		overflow: hidden;
	}
	#achievement .container .list dl {
		width: 45%;
		margin: 0;
		float: left;
	}
	#achievement .container .list dl dt {
		color: #e65a82;
		font-size: 3vw;
		text-align: center;
		line-height: 1.2;
	}
	#achievement .container .list dl dt span {
		font-size: 1.6vw;
		display: block;
	}
	#achievement .container .list dl dd {
		border-bottom: 1px dotted #e65a82;
		padding: 0.23rem 0;
		line-height: 3;
		font-size: 1.7vw;
	}
	#achievement .container .list dl dd span {
		display: block;
		margin-left: 3rem;
	}
	#achievement .container .list dl:nth-of-type(1) {
		margin-right: 10%;
	}
	#achievement .container .list dl:nth-of-type(4) {
		margin: 10% 10% 0 0;
	}
	#achievement .container .list dl:nth-of-type(4) dd {
		text-align: center;
	}
	#achievement .container .list dl:nth-of-type(4) dd span {
		margin-left: 0;
	}
	#achievement .container .list dl:nth-of-type(5) {
	    margin-top: 10%;
	}
	#achievement .container .list dl:nth-of-type(6) {
		margin-top: 15%;
	}
	#achievement .container .list dl:nth-of-type(6) dd {
		text-align: center;
	}
	#achievement .container .list dl:nth-of-type(6) dd span {
		margin-left: 0;
	}
	#achievement .container .list dl:nth-of-type(3) {
		margin-top: 5%;
	}
	#achievement .container .list dl:nth-child(3) dt,
	#achievement .container .list dl:nth-child(6) dt {
		margin-top: 1rem;
	}
	#achievement .container .attn {
		position: absolute;
		bottom: 0.5rem;
		right: 1rem;
		font-size: 1.2vw;
	}
	#achievement .container .attn p {
		text-align: left;
	}
	#introduction {
		background: url(../img/pc/pc-introduction-bk.png);
		background-repeat: no-repeat;
		background-color: #fff;
		background-position: top;
		background-size: cover;
		padding-bottom: 16%;
		overflow: hidden;
	}
	#introduction h2 {
		text-align: center;
		color: #0f63a9;
		margin-top: 10%;
		font-size: 7vw;
	}
	#introduction h3:nth-of-type(1) img {
		width: 64%;
		margin: 5% 18%;
	}
	#introduction h3:nth-of-type(2) img {
		width: 78%;
		margin: 5% 2% 2%;
	}
	#introduction p {
		font-size: 2.2vw;
		width: 98%;
		margin: 0 2%;
		text-align: center;
	}
	#introduction p.outline {
		font-size: 2.2vw;
		width: 74%;
		margin: 0 2%;
	}
	#introduction .introduction-point {
		background-color: #cee6f3;
		padding: 8% 3% 5%;
		margin: 15% 2% 5%;
		position: relative;
		width: 40%;
		float: left;
	}
	#introduction .introduction-point:nth-of-type(1) .circle {
		background-image: url(../img/common/open-book.svg);
	}
	#introduction .introduction-point:nth-of-type(1) dl dt img {
		width: 60%;
		margin: 0 20% 2%;
	}
	#introduction .introduction-point:nth-of-type(1) dl dd {
		margin: 5% 1.5% 7.445%;
	}
	#introduction .introduction-point:nth-of-type(2) {
		padding-bottom: 3%;
	}
	#introduction .introduction-point:nth-of-type(2) .circle {
		background-image: url(../img/common/lightbulb.svg);
	}
	#introduction .introduction-point .circle {
		background-color: #cee6f3;
		background-repeat: no-repeat;
		background-position: center 3vw;
		background-size: 50%;
		border-radius: 50%;
		position: absolute;
		top: -6vw;
		left: 15.5vw;
		width: 15vw;
		height: 15vw;
	}
	#introduction .introduction-point dl {
		position: relative;
		z-index: 1;
	}
	#introduction .introduction-point dl dt {
		border-bottom: 1px dotted #0f63a9;
	}
	#introduction .introduction-point dl dt img {
		width: 70%;
		margin: 0 15% 2%;
	}
	#introduction .introduction-point dl dd {
		font-size: 1.69vw;
		color: #555;
		margin: 5% 1.5%;
		padding: 0 2%;
		text-align: center;
	}
	#introduction .outline img {
		width: 100%;
	}
	#point {
		background: url(../img/common/point-bk.png) repeat;
		background-size: 11px;
		overflow: hidden;
	}
	#point .container h2 {
		text-align: center;
		margin: 12% 0 6%;
	}
	#point .container h2 img {
		width: 80%;
	}
	#point .container nav {
		width: 78%;
		margin: 0% 12% 5%;
	}
	#point .container nav ul {
		display: flex;
	}
	#point .container nav ul li {
		width: 20%;
		padding: 2%;
	}
	#point .container nav ul li img {
		width: 100%;
	}
	#point .container p {
		font-size: 2vw;
		text-align: center;
	}
	#point .container p span {
		font-weight: bold;
		font-size: 2.2vw;
	}
	#point .container .point-content {
		background-color: #fff;
		margin: 10% 0;
		padding: 0 6% 5%;
		overflow: hidden;
		box-shadow: -1px -2px 0px 2px rgba(0, 0, 0, 0.16) inset;
	}
	#point .container .point-content h3 img {
		height: 7.8vw;
		margin: 5% 0;
	}
	#point .container .point-content p {
		font-size: 2vw;
		text-align: left;
	}
	#point .container .point-content .point-content-title img {
		width: 100%;
		margin: 5% 0;
	}
	#point .container .point-content .image-content {
		overflow: hidden;
		width: 96%;
		margin: 0 0 0 3%;
	}
	#point .container .point-content .image-content img {
		width: 46%;
		float: left;
	}
	#point .container .point-content .image-content p {
		padding: 5% 0 10% 49%;
		line-height: 2.3;
	}
	#point .container .point-content .description {
		clear: both;
		position: relative;
		background: url(../img/sp/sp-description-BK_02.png) repeat;
		background-size: 100%;
		background-position: 10%;
		margin: 5% 3% 5%;
		padding: 0 3% 5%;
	}
	#point .container .point-content .description:before {
		content: "";
		background: url(../img/sp/sp-description-BK_01.png) repeat;
		background-size: 100%;
		background-position: top;
		position: absolute;
		top: -5%;
		left: 0;
		width: 100%;
		height: 5vw;
	}
	#point .container .point-content .description:after {
		content: "";
		background: url(../img/sp/sp-description-BK_03.png) repeat;
		background-size: 100%;
		background-position: bottom;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 5vw;
	}
	#point .container .point-content .description h4 img {
		width: 80%;
		margin: 3% 10% 2%;
	}
	#point .container .point-content .description p {
		font-size: 1.7vw;
		line-height: 2.8;
		margin: 0 0.2%;
	}
	#point .container .point-content .description p img {
		width: 15%;
		float: left;
		margin-right: 3%;
	}
	#point .container .point-content .description p.point-text {
		font-size: 1.6vw;
		line-height: 2;
		width: 68%;
		margin: 0 0 0 12%;
		padding-left: 16%;
		position: relative;
	}
	#point .container .point-content .description p.point-text img {
		position: absolute;
		top: -30%;
		left: 0;
	}
	#point .container .point-content .description hr {
		margin: 5% 0;
	}
	#point .container .point-content:nth-of-type(2) .image-content {
		width: 94%;
		margin: auto;
	}
	#point .container .point-content:nth-of-type(2) .image-content img {
		width: 46%;
		float: left;
	}
	#point .container .point-content:nth-of-type(2) .image-content p {
		padding: 2% 1% 5% 49%;
		line-height: 2.3;
	}
	#point .container .point-content:nth-of-type(2) h4 img {
		width: 60%;
		margin: 3% 20% 2%;
	}
	#point .container .point-content:nth-of-type(5) .image-content img {
		width: 46%;
		float: left;
	}
	#point .container .point-content:nth-of-type(5) .image-content p {
		padding: 5% 1% 5% 54%;
		line-height: 2.3;
	}
	#point .container .point-content:nth-of-type(5) h4 img {
		width: 60%;
		margin: 3% 20% 2%;
	}
	#point .container .point-content:nth-of-type(5) p {
		padding: 0 0 5%;
	}
	#point .container .point-content:nth-of-type(3) {
		padding-bottom: 5%;
	}
	#point .container .point-content:nth-of-type(3) .image-content {
		width: 94%;
		margin: auto;
	}
	#point .container .point-content:nth-of-type(3) .image-content img {
		width: 46%;
		float: left;
	}
	#point .container .point-content:nth-of-type(3) .image-content p {
		padding: 2% 1% 5% 50%;
		line-height: 2.3;
	}
	#point .container .point-content:nth-of-type(3) h4 img {
		width: 60%;
		margin: 3% 20% 2%;
	}
	#point .container .point-point {
		padding: 0;
		margin: 5% 1% 5% 0;
		position: relative;
		width: 48%;
		float: left;
	}
	#point .container .point-point:nth-of-type(2) {
		margin: 5% 0 5% 1%;
	}
	#point .container .point-point dl {
		position: relative;
		z-index: 1;
		background: url(../img/sp/sp-point-point-dt.png) no-repeat;
		background-size: 100%;
		padding-bottom: 0.1%;
	}
	#point .container .point-point dl dt {
		position: relative;
		padding-top: 18%;
	}
	#point .container .point-point dl dt:before {
		position: absolute;
		content: "";
		top: 8%;
		left: 18vw;
		background: url(../img/common/bar-chart.svg) no-repeat;
		width: 12%;
		height: 5vw;
	}
	#point .container .point-point dl dt img {
		width: 76%;
		margin: 0 12% 2%;
	}
	#point .container .point-point dl dd {
		font-size: 1.7vw;
		color: #555;
		margin: 1%;
		padding: 5% 4%;
		background-color: #fff;
		line-height: 2.3;
	}
	#point .container .point-point:nth-of-type(2) dl dt {
		position: relative;
		padding-top: 18%;
	}
	#point .container .point-point:nth-of-type(2) dl dt:before {
		position: absolute;
		content: "";
		top: 10%;
		left: 18.8vw;
		background: url(../img/common/pencil-striped-symbol-for-interface-edit-buttons.svg) no-repeat;
		width: 10%;
	}
	#point .container .point-point:nth-of-type(2) dl dt img {
		width: 76%;
		margin: 0 12% 2%;
	}
	#point .container .point-point:nth-of-type(2) dl dd {
		padding: 5% 1.7% 23.6%;
	}
	section.contact {
		background-color: #c6dee9;
		padding: 8% 5%;
	}
	section.contact .container {
		background-color: #fff;
		overflow: hidden;
	}
	section.contact .container h3 img {
		width: 46%;
		margin: 5% 27% 2%;
	}
	section.contact .container div {
		width: 47%;
		float: left;
		margin: 2% 1% 2% 2%;
	}
	section.contact .container div img {
		display: block;
		width: 100%;
	}
	section.contact .container div:nth-of-type(2) {
		margin: 2% 2% 2% 1%;
	}
	section.contact .container p {
		clear: both;
		overflow: hidden;
		font-size: 2.73vw;
		font-weight: bold;
		vertical-align: middle;
		line-height: 1.4;
		margin: 15% auto 5%;
		text-align: center;
	}
	section.contact .container p a {
		text-decoration: none;
		color: inherit;
	}
	section.contact .container p a span {
		font-size: 1.869vw;
	}
	section.contact .container p img {
		height: 2.4vw;
	}
	#course {
		background-image: url(../img/sp/sp-course-bk.png);
		background-repeat: no-repeat;
		background-position: top;
		background-size: 100%;
		background-color: #fff;
		overflow: hidden;
	}
	#course .container h2 {
		display: grid;
		width: 30%;
		margin: 15% auto 5%;
	}
	#course .container h2 img {
		width: 100%;
	}
	#course .container ul {
		overflow: hidden;
		width: 90%;
		margin: auto;
	}
	#course .container ul li {
		float: left;
		width: 29.3%;
		margin: 2%;
	}
	#course .container ul li img {
		width: 100%;
	}
	#course .course-content {
		margin: 10% auto;
		border: 1px solid #a0a0a0;
		overflow: hidden;
		max-width: 1000px;
	}
	#course .course-content .container {
		position: relative;
		padding: 3.8% 3% 0;
	}
	#course .course-content h3 {
		position: relative;
		width: 100%;
	}
	#course .course-content h3 img {
		width: 100%;
		display: block;
	}
	#course .course-content h3:after {
		position: absolute;
		left: 15%;
		content: "";
		width: 0;
		height: 0;
		border-left: 35vw solid transparent;
		border-right: 35vw solid transparent;
		border-top: 10vw solid #f4f4f4;
	}
	#course .course-content h4 {
		width: 60%;
		margin: 0% auto 3%;
	}
	#course .course-content h4 img {
		width: 80%;
		margin: 0 10%;
	}
	#course .course-content p {
		font-size: 1.7vw;
		line-height: 2.3;
		text-align: center;
		letter-spacing: 0.1rem;
	}
	#course .course-content .course-dl {
		margin: 15% 4% 10%;
	}
	#course .course-content .course-dl dl {
		width: 49%;
		position: relative;
	}
	#course .course-content .course-dl dl dt {
		border-bottom: 1px dotted #00a0e9;
	}
	#course .course-content .course-dl dl dd {
		font-size: 1.72vw;
		line-height: 2.3;
		margin: 3% 0;
	}
	#course .course-content .course-dl dl dd span {
		font-size: 120%;
		font-weight: bold;
	}
	#course .course-content .course-dl dl dd img {
		position: absolute;
		top: -40%;
		left: 110%;
		width: 90%;
		margin-top: 3%;
	}
	#course .course-content:nth-of-type(3) .course-dl, #course .course-content:nth-of-type(4) .course-dl {
		margin: 5% 4%;
	}
	#course .course-content:nth-of-type(3) .course-dl dl dd img, #course .course-content:nth-of-type(4) .course-dl dl dd img {
		top: 5%;
	}
	#course #course-third .container h4 {
		width: 100%;
	}
	#kidspal {
		background-color: #ffeeee;
		overflow: hidden;
	}
	#kidspal .container {
		background-color: #fff;
		margin: 8% auto;
		padding: 5%;
		max-width: 800px;
	}
	#kidspal .container h3 {
		text-align: center;
		border-bottom: 1px dotted #e60113;
		padding-bottom: 3%;
		overflow: hidden;
	}
	#kidspal .container h3 img:nth-of-type(1) {
		width: 26%;
		float: left;
	}
	#kidspal .container h3 img:nth-of-type(2) {
		width: 64%;
		float: left;
		padding: 2% 3%;
	}
	#kidspal .container h4 {
		text-align: center;
		padding: 6% 0 2%;
	}
	#kidspal .container h4 img {
		width: 65%;
	}
	#kidspal .container p {
		font-size: 2vw;
		line-height: 2.3;
		text-align: center;
	}
	#kidspal .container .examination {
		margin-top: 5%;
	}
	#kidspal .container .examination dl {
		position: relative;
		width: 49%;
	}
	#kidspal .container .examination dl dt {
		border-bottom: 1px dotted #e60113;
	}
	#kidspal .container .examination dl dd {
		font-size: 1.6vw;
		line-height: 2.3;
		padding-top: 1rem;
	}
	#kidspal .container .examination dl dd span {
		font-size: 1.3vw;
		display: block;
		margin: 2rem 0 0;
		line-height: 2;
	}
	#kidspal .container .examination .kidspal-image {
		position: absolute;
		top: 10%;
		left: 112%;
		width: 92%;
	}
	#kidspal .container .examination .kidspal-image img {
		width: 100%;
	}
	#kidspal .container .examination .kidspal-image span {
		font-size: 1.3vw;
		text-indent: -1rem;
		margin-left: 1rem;
		display: block;
	}
	#service {
		background-image: url(../img/sp/sp-service-bk.png);
		background-repeat: no-repeat;
		background-position: top;
		background-size: 100%;
		background-color: #fff;
	}
	#service .container {
		padding: 5% 0 10%;
	}
	#service .container h2 {
		display: grid;
		width: 54%;
		margin: 10% auto 0;
	}
	#service .container h2 img {
		width: 100%;
	}
	#service .container ul {
		overflow: hidden;
		display: flex;
	}
	#service .container ul li {
		position: relative;
		border: 1px solid #87dbb8;
		background: #fff;
		width: 22.4%;
		margin: 10% 0.5% 0 0;
		padding: 10% 1% 4%;
		float: left;
		text-align: center;
	}
	#service .container ul li:nth-child(4) {
		margin: 10% 0 0 0;
	}
	#service .container ul li img {
		width: 78%;
	}
	#service .container ul li .icon-check {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, -20%);
		transform: translate(-50%, -20%);
		width: 30%;
	}
	#service .container ul li .icon-check img {
		width: 100%;
	}
	#service .container .pc {
		width: 80%;
		margin: 5% auto;
	}
	#service .container .pc img {
		width: 100%;
	}
	#service .container .pc p {
		text-align: center;
		font-size: 2vw;
		margin-top: 1rem;
	}
	#service .container .service-content {
		position: relative;
	}
	#service .container .service-content:after {
		position: absolute;
		background: url(../img/common/success.svg) no-repeat;
		content: "";
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, -20%);
		transform: translate(-50%, -20%);
		width: 7.334%;
		height: 5rem;
	}
	#service .container .service-content .content-wrap {
		padding: 2% 5% 5%;
		position: relative;
		border: 1px solid #87dbb8;
		overflow: hidden;
	}
	#service .container .service-content h3 {
		width: 30%;
		margin: 5% auto 2%;
	}
	#service .container .service-content h3 img {
		width: 100%;
	}
	#service .container .service-content dl {
		background-color: #f2f5f6;
		width: 49.7%;
		height: 14rem;
		float: left;
	}
	#service .container .service-content dl dd {
		padding: 2% 12% 5%;
		font-size: 1.5vw;
		line-height: 2.3;
	}
	#service .container .service-content dl dd span {
		font-size: 1.3vw;
		text-indent: -1rem;
		margin-left: 1rem;
		display: block;
		margin-top: 0.5rem;
	}
	#service .container .service-content dl:nth-of-type(5) dd span {
		margin-top: 0;
	}
	#service .container .service-content dl:last-child {
		width: 100%;
	}
	#service .container .service-content dl:last-child dt {
		padding: 3% 0 0;
	}
	#service .container .service-content dl:nth-of-type(odd) {
		margin: 0.5%  0.5% 0 0;
	}
	#service .container .service-content dl:nth-of-type(even) {
		margin: 0.5%  0 0 0;
	}
	#service .container .service-content dl:nth-of-type(1) {
		margin: 0  0.5% 0.5% 0;
	}
	#service .container .service-content dl:nth-of-type(1) dd {
		padding: 5% 10.6% 5%;
	}
	#service .container .service-content dl:nth-of-type(2) {
		margin: 0;
	}
	#service .container .service-content dl:nth-of-type(5) dd {
		padding: 5% 10.6% 5%;
	}
	#service .container .service-content dl:nth-of-type(6) dd {
		padding: 2% 8.7% 5%;
	}
	#service .container .service-content dl dt {
		text-align: center;
		padding: 5% 0 0;
	}
	#service .container .service-content dl dt img {
		height: 1.2rem;
	}
	#voice {
		background-color: #fdeff0;
	}
	#voice .container {
		padding: 5% 0;
	}
	#voice .container h2 {
		position: relative;
		color: #e65a82;
		line-height: 2;
		width: 100%;
		margin: 3% 0 17%;
	}
	#voice .container h2 img {
		position: absolute;
	}
	#voice .container h2 img:nth-of-type(1) {
		height: 6vw;
		left: 0;
	}
	#voice .container h2 img:nth-of-type(2) {
		width: 80%;
		left: 7%;
	}
	#voice .container .voice-content {
		background-color: #fff;
		padding: 2%;
		overflow: hidden;
	}
	#voice .container .voice-content div img {
		width: 35%;
		float: left;
	}
	#voice .container .voice-content div dl {
		width: 63%;
		float: left;
		margin-left: 2%;
	}
	#voice .container .voice-content div dl dt {
		border-bottom: 1px solid #ffb3c2;
		color: #e65a82;
		font-size: 2.2vw;
		line-height: 2;
	}
	#voice .container .voice-content div dl dd {
		line-height: 2;
		margin: 0.5rem 0 2rem;
		padding-right: 8%;
		font-size: 1.7vw;
	}
	#rooms {
		overflow: hidden;
		margin-bottom: 5%;
	}
	#rooms .container {
		padding: 10% 0 5%;
	}
	#rooms .container h2 {
		text-align: center;
		margin-bottom: 2%;
	}
	#rooms .container h2 img {
		width: 40%;
	}
	#rooms .container h2:nth-of-type(2) img {
		margin-top: 5%;
		width: 96%;
	}
	#rooms .container .rooms-rieikai {
		border: 1px solid #0f63a9;
		padding: 2%;
		margin-bottom: 5%;
		width: 44.7%;
		float: left;
		display: block;
	}
	#rooms .container .rooms-rieikai:nth-of-type(odd) {
		margin: 1%  1%  1% 0;
	}
	#rooms .container .rooms-rieikai:nth-of-type(even) {
		margin: 1%  0  1% 1%;
	}
	#rooms .container .rooms-rieikai h3 {
		color: #0f63a9;
		font-weight: bold;
		font-size: 3vw;
		vertical-align: bottom;
		display: inline;
	}
	#rooms .container .rooms-rieikai h3 img {
		height: 2.5rem;
		margin-right: 1.5rem;
	}
	#rooms .container .rooms-rieikai .map iframe {
		float: left;
		width: 50%;
		height: 200px;
	}
	#rooms .container .rooms-rieikai .map dl {
		float: left;
		width: 48%;
		margin-left: 2%;
	}
	#rooms .container .rooms-rieikai p {
		clear: both;
		font-size: 1.5vw;
		line-height: 2;
		margin: 0;
		padding-top: 2rem;
	}
	#rooms .container .rooms-rieikai dl dt {
		font-size: 1.8vw;
		line-height: 1.4;
		margin: 1% 0;
		color: #0f63a9;
	}
	#rooms .container .rooms-rieikai dl dd {
		margin-top: 1rem;
		font-size: 1.6vw;
	}
	#rooms .container .rooms-rieikai dl dd .tel {
		display: block;
	}
	#rooms .container .rooms-rieikai .contact-experience {
		text-align: center;
	}
	#rooms .container .rooms-rieikai .contact-experience a {
		display: block;
	}
	#rooms .container .rooms-rieikai .contact-experience a img {
		margin: 5% 0 0;
		width: 80%;
	}
	#rooms .container .rooms-rieikai:nth-of-type(n + 3) {
		border: 1px solid #e5000b;
		margin: 1% 1% 1% 0;
	}
	#rooms .container .rooms-rieikai:nth-of-type(n + 3) h3 {
		position: relative;
		color: #e5000b;
		vertical-align: top;
		display: inline;
		font-size: 2.5vw;
	}
	#rooms .container .rooms-rieikai:nth-of-type(n + 3) h3 img {
		margin-right: 0.5rem;
		height: 4.3vw;
	}
	#rooms .container .rooms-rieikai:nth-of-type(n + 3) h3 span {
		position: absolute;
		font-size: 1.8vw;
		vertical-align: middle;
		width: 10vw;
		top: -0.3vw;
	}
	#rooms .container .rooms-rieikai:nth-of-type(n + 3) dl dt {
		color: #e5000b;
	}
	#rooms .container .rooms-rieikai:nth-of-type(5), #rooms .container .rooms-rieikai:nth-of-type(7), #rooms .container .rooms-rieikai:nth-of-type(9) {
		margin: 1% 0 1%  1%;
	}
	#rooms .container .btn-taiken {
		clear: both;
		width: 47%;
		margin: auto;
		padding: 5%;
	}
	#rooms .container .btn-taiken a {
		display: block;
	}
	#rooms .container .btn-taiken a img {
		width: 100%;
		display: block;
	}
	footer p {
		text-align: center;
		background-color: #c6dee9;
		padding-bottom: 2%;
	}
	footer p small span {
		display: block;
	}
}

@media screen and (min-width: 1000px) {
	nav.pc .container ul li a {
		font-size: 20px;
	}
	nav.pc .container ul li a span {
		font-size: 16px;
	}
	#achievement .container {
		padding-top: 50px;
	}
	#achievement .container .circle {
		left: 120px;
		top: 20px;
	}
	#achievement .container .circle img {
		width: 250px;
	}
	#achievement .container h2 {
		font-size: 70px;
	}
	#achievement .container p {
		font-size: 20px;
		margin: 0 0 70px 160px;
	}
	#achievement .container .list dl dt {
		font-size: 30px;
	}
	#achievement .container .list dl dt span {
		font-size: 16px;
	}
	#achievement .container .list dl dd {
		font-size: 17px;
	}
	#achievement .container .attn {
		font-size: 12px;
	}
	#introduction {
		padding-bottom: 120px;
	}
	#introduction h2 {
		font-size: 70px;
	}
	#introduction p {
		font-size: 22px;
	}
	#introduction p.outline {
		font-size: 22px;
	}
	#introduction .introduction-point .circle {
		background-position: center 30px;
		top: -60px;
		left: 155px;
		width: 150px;
		height: 150px;
	}
	#introduction .introduction-point dl dd {
		font-size: 16.9px;
	}
	#point .container h2 {
		margin: 120px 0 60px;
	}
	#point .container p {
		font-size: 20px;
	}
	#point .container p span {
		font-size: 22px;
	}
	#point .container .point-content {
		margin: 50px 0;
	}
	#point .container .point-content h3 img {
		height: 4.9rem;
	}
	#point .container .point-content p {
		font-size: 20px;
	}
	#point .container .point-content .description:before {
		height: 6%;
	}
	#point .container .point-content .description:after {
		height: 6%;
	}
	#point .container .point-content .description p {
		font-size: 17px;
	}
	#point .container .point-content .description p.point-text {
		font-size: 16px;
	}
	#point .container .point-point dl dt:before {
		left: 42%;
		height: 34%;
	}
	#point .container .point-point dl dd {
		font-size: 17px;
	}
	#point .container .point-point:nth-of-type(2) dl dt:before {
		left: 44%;
	}
	section.contact {
		padding: 80px 5% 80px;
	}
	section.contact .container p {
		font-size: 27.3px;
	}
	section.contact .container p a span {
		font-size: 18.69px;
	}
	section.contact .container p img {
		height: 1.5rem;
	}
	#course .container h2 {
		margin: 80px auto 25px;
	}
	#course h2 {
		margin: 50px auto 25px;
	}
	#course .course-content {
		margin: 50px auto;
	}
	#course .course-content h3:after {
		border-left: 350px solid transparent;
		border-right: 350px solid transparent;
		border-top: 100px solid #f4f4f4;
	}
	#course .course-content p {
		font-size: 17px;
	}
	#course .course-content .course-dl dl dd {
		font-size: 18px;
	}
	#course .course-content .course-dl dl dd span {
		font-size: 120%;
	}
	#kidspal .container {
		margin: 80px auto;
	}
	#kidspal .container p {
		font-size: 20px;
	}
	#kidspal .container .examination dl dd {
		font-size: 16px;
	}
	#kidspal .container .examination dl dd span {
		font-size: 13px;
	}
	#kidspal .container .examination .kidspal-image span {
		font-size: 13px;
	}
	#service .container {
		padding: 25px 0 50px;
	}
	#service .container h2 {
		margin: 50px auto 0;
	}
	#service .container .pc p {
		font-size: 20px;
	}
	#service .container .service-content dl dd {
		font-size: 15px;
	}
	#service .container .service-content dl dd span {
		font-size: 13px;
	}
	#voice .container {
		padding: 80px 0;
	}
	#voice .container h2 img:nth-of-type(1) {
		height: 3.75rem;
	}
	#voice .container .voice-content div dl dt {
		font-size: 22px;
	}
	#voice .container .voice-content div dl dd {
		font-size: 17px;
	}
	#rooms {
		margin-bottom: 80px;
	}
	#rooms .container {
		padding: 50px 0 25px;
	}
	#rooms .container .rooms-rieikai h3 {
		font-size: 25px;
	}
	#rooms .container .rooms-rieikai p {
		font-size: 15px;
	}
	#rooms .container .rooms-rieikai dl dt {
		font-size: 18px;
	}
	#rooms .container .rooms-rieikai dl dd {
		font-size: 16px;
	}
	#rooms .container .rooms-rieikai:nth-of-type(n + 3) h3 {
		font-size: 24px;
	}
	#rooms .container .rooms-rieikai:nth-of-type(n + 3) h3 img {
		height: 2.7rem;
	}
	#rooms .container .rooms-rieikai:nth-of-type(n + 3) h3 span {
		font-size: 18px;
		width: 7rem;
		top: -0.2rem;
	}
}



@media screen and (min-width: 769px) {
#rooms .container .rooms-rieikai.tx-long01 h3 {
font-size: 22px;
}

}