@charset "UTF-8";

/*clearfix*/
.cf {
	zoom: 1;
	clear: both;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

.pc-only {
	display: none!important;
}

/*-------------
全デバイスとスマホ向け
-------------*/
html,body {
	width:100%;
	height:100%;
}
p {
	background-image: url(../images/clear.gif);
	max-height: 999999px;
	line-height: 1.6;
}
img {
	vertical-align: bottom;
	max-width:100%;
	height: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 30px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*body*/
body {
	width: 100%;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #333333;
	font-size: 1.0em;
}
a {
	color: #2b1c1c;
}
a:hover {
	color: #2b1c1c;
	text-decoration: none;
}

/*header*/
#header {
	width: 92%;
	background: #fff;
	padding: 11px 4% 13px;
}
#header h2 {
	text-align: center;
	font-size: 3.6vw;
	font-weight: 500;
	margin-bottom: 0;
}
#header h1 {
	display: block;
	width: 50%;
	margin: 0 auto;
}

/*メイン*/
#main {
	width: 100%;
	padding: 140px 0;
	background-image: url(../images/bg_main_sp.jpg);
	background-size: cover;
	background-position: center center;
}
.main-img {
	width: 71%;
	margin: 0 auto;
}

/*メイン-フォーム*/
#main-contents {
	clear: both;
	padding: 30px 5% 0;
}
#main-contents h2 {
	font-size: 6vw;
	font-weight: 600;
	text-align: center;
}

/*CV*/
.cv-area {
	width: 100%;
	padding: 20px 0;
}
.cv-btn {
}
.cv-btn a {
	display: block;
	width: 82%;
	margin: 0 auto;
	background: #dc5525;
	color: #fff;
	text-decoration: none;
	padding: 15px 4%;
	position: relative;
}
.cv-btn a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	content: '';
	width: 11px;
	height: 11px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	translate: 0 -50%;
	transform: rotate(45deg);
}
.cv-btn h2 {
	font-size: 4vw;
	font-weight: 700;
	text-align: center;
	margin-bottom: 14px;
}
.cv-detail {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.cv-txt {
	width: 70%;
}
.cv-txt h3 {
	font-size: 3.5vw;
	font-weight: 600;
	display: inline-block;
	background: #fff;
	color: #dc5525;
	padding: 2px 5px 3px;
	margin-bottom: 10px;
}
.cv-txt ul {
	list-style-type: none;
}
.cv-txt ul li {
	font-size: 3.1vw;
	line-height: 1.4;
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
}
.cv-txt ul li:before {
	content: '';
	width: 10px;
	height: 3px;
	background: #fbb096;
	position: absolute;
	top: 9px;
	left: 0;
}
.cv-txt ul li:last-child {
	margin-bottom: 0;
}
.cv-cover {
	width: 27%;
	padding-right: 2%;
}

/*コンテンツ*/
#contents {
	width: 92%;
	margin: 0 auto;
	padding: 30px 0 10px;
}
#contents h2 {
	text-align: center;
	font-size: 4.4vw;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 50px;
}
.content h3 {
	text-align: center;
	font-size: 8.5vw;
	font-family: "Host Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 2px;
}
.content h4 {
	text-align: center;
	font-size: 3.5vw;
	font-weight: 500;
	margin-bottom: 20px;
}

/*特徴*/
.feature-box {
	background: #eee;
	border-radius: 15px;
	padding: 20px 5% 10px;
	margin-bottom: 30px;
}
.feature-box-no {
	font-size: 6.6vw;
	font-family: "Host Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.feature-box h5 {
	font-size: 3.8vw;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 15px;
}
.feature-detail {
	margin-bottom: 20px;
}
.feature-detail p {
	font-size: 3.3vw;
}
.feature-box h6 {
	font-size: 5vw;
	font-family: "Host Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}
.feature-box h6:before {
	content: '';
	width: 20px;
	height: 4px;
	background: #999;
	position: absolute;
	top: 9px;
	left: 0;
}

/*course*/
ul.course-list {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}
ul.course-list li {
	width: 48%;
	margin-bottom: 15px;
}
.img-course {
	margin-bottom: 7px;
}
ul.course-list li p {
	line-height: 1.4;
}

/*specialist*/
ul.specialist-list {
	list-style-type: none;
	margin: 15px auto 0;
}
ul.specialist-list li {
	margin-bottom: 25px;
}
.specialist-info {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}
.img-specialist {
	width: 27%;
}
.txt-specialist {
	width: 70%;
	font-size: 3.2vw;
	font-weight: 600;
	line-height: 1.5;
}
ul.specialist-list li p {
	font-size: 3vw;
}

/*online-school*/
.online-school {
	background: #215231;
	padding: 16px 4% 18px;
	margin-bottom: 30px;
}
.ols-copy {
	text-align: center;
	font-size: 3.6vw;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 5px;
}
.ols-logo {
	width: 75%;
	margin: 0 auto 10px;
}
.ols-txt {
	text-align: center;
	font-size: 3vw;
	color: #fff;
	margin-bottom: 15px;
}
.ols-btn-area {
	text-align: center;
}
.ols-btn {
	display: inline-block;
	margin: 0 auto;
	font-size: 3.3vw;
	font-weight: 500;
}
.ols-btn a {
	display: block;
	background: #fff;
	padding: 6px 30px;
	text-decoration: none;
	color: #215231;
	position: relative;
}
.ols-btn a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 4px solid #215231;
	border-right: 4px solid #215231;
	translate: 0 -50%;
	transform: rotate(45deg);
}

/*curriculum*/
.curriculum-detail {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 20px auto;
}
.curriculum-box {
	width: 40%;
	background: #fff;
	padding: 15px 3.5%;
}
.curriculum-ttl {
	display: block;
	text-align: center;
	font-size: 4vw;
	font-weight: 600;
	margin-bottom: 11px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.curriculum-box ul {
	list-style-type: none;
}
.curriculum-box ul li {
	font-size: 3.1vw;
	margin-bottom: 3px;
}

/*lesson*/
.lesson-ttl {
	font-size: 3.6vw;
	font-weight: 600;
	padding-left: 25px;
	margin-bottom: 10px;
	position: relative;
}
.lesson-ttl:before {
	content: '';
	width: 20px;
	height: 4px;
	background: #999;
	position: absolute;
	top: 7px;
	left: 0;
}
ul.lesson-photo {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
ul.lesson-photo li {
	width: 50%;
}
.lesson-detail {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px;
}
.lesson-img {
	width: 30%;
}
.lesson-detail p {
	width: 66%;
	font-size: 3.3vw;
}

/*brain*/
.brain-txt {
	font-size: 3.3vw;
	margin-bottom: 15px;
}
ul.brain-list {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}
ul.brain-list li {
	width: 48%;
	margin-bottom: 15px;
}
.brain-img {
	width: 80%;
	margin: 0 auto 10px;
}
.brain-name {
	text-align: center;
	font-size: 3.8vw;
	font-weight: 500;
	margin-bottom: 2px;
}
ul.brain-list li p {
	text-align: center;
	font-size: 3.3vw;
}

/*column*/
#column {
}
#column p {
	font-size: 3.2vw;
}
#column p span {
	font-weight: 700;
	background: linear-gradient(transparent 60%, #f6da83 70%);
}
.column-figure {
	width: 98%;
	margin: 15px auto;
}
#column h5 {
	font-size: 4.5vw;
	font-family: "Host Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 3px;
}

/*voice*/
#voice {
	margin-bottom: 40px;
}
.voice-ttl {
	width: 90%;
	text-align: center;
	margin: 0 auto 10px;
	display: block;
	font-size: 3.8vw;
	font-weight: 600;
	line-height: 1.4;
}
#voice ul {
	list-style-type: none;
	width: 90%;
	margin: 0 auto 20px;
}
#voice ul li {
	background: #eee;
	border-radius: 12px;
	padding: 12px 5%;
	font-size: 3.3vw;
	margin-bottom: 15px;
}
.voice-nn {
	font-weight: 500;
	text-align: right;
}

/*life*/
#life {
	margin-bottom: 40px;
}
.life-box {
	width: 80%;
	margin: 0 auto 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px 5%;
}
.life-box p {
	font-size: 3.1vw;
}
.life-parson {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.life-face {
	width: 25%;
}
.life-parson p {
	width: 72%;
	font-weight: 500;
}
.life-parson p span {
	font-size: 4vw;
	font-weight: 600;
}
.life-img {
	width: 95%;
	margin: 10px auto;
}

/*よくある質問*/
#faq {
	background: #f6d884;
	padding: 30px 5%;
}
#faq h2 {
	font-size: 4.4vw;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.accordion-area{
	list-style: none;
	width: 100%;
	max-width: 800px;
	margin:0 auto;
}
.accordion-area li{
	margin: 10px 0;
}
.accordion-area section {
	border: 2px solid #333;
}
.title {
	position: relative;/*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	font-size: 3.6vw;
	font-weight: 500;
	color: #333;
	padding: 3% 3% 3% 50px;
	transition: all .5s ease;
}
.title::before,
.title::after{
	position: absolute;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #333;
}
.title::before{
	top:48%;
	left: 15px;
	transform: rotate(0deg);
}
.title::after{
	top:48%;
	left: 15px;
	transform: rotate(90deg);

}
.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}
.box {
	display: none;/*はじめは非表示*/
	background: #fff;
	margin:0 3% 3% 3%;
	padding: 3%;
}
.box p {
	font-size: 3.3vw;
}

/*アクセス*/
#access {
	padding: 30px 5%;
}
#access h2 {
	font-size: 4.4vw;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.access-copy {
	font-size: 4.2vw;
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 20px;
}
#access h3 {
	font-size: 3.8vw;
	font-weight: 500;
	margin-bottom: 10px;
}
#access iframe {
	margin-bottom: 6px;
}
#access p {
	font-size: 3vw;
}
.tokyoinfo {
	margin-bottom: 15px;
}

/*資料請求フォーム（旧）*/
#guideform {
}
#guideform h2 {
	font-size: 18px;
	text-align: center;
	background: url(../images/bg_kentei.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
}
#contents-form {
	width: 80%;
	margin: 10px auto;
}
.event-lead {
	margin-bottom: 15px;
}
.contact-form {
	width: 100%;
	margin: 0 auto;
	border-bottom: none;
}
.contact-form dt,
.contact-form dd {
	padding: 10px 20px;
	font-size: 100%;
}
.contact-form dt {
	background-color: #f4f4f4;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.contact-form dd {
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff;
}
.contact-form dd textarea {
	width: 100%;
}
.contact-form .w300 {
	font-size: 12px;
	width: 100%;
	height: 24px;
	margin-bottom: 5px;
}
.contact-form .w70 {
	font-size: 12px;
	width: 60px;
	height: 24px;
	margin-bottom: 5px;
}
#consent {
	margin-top: 10px;
	text-align: center;
}
.dd-address {
	line-height: 1.7;
}
.contact-form img {
	width: 15%;
	max-width: 100px;
}
.header_rmesg {
	font-size: 3.5vw!important;
}

/*footer*/
footer {
	width: 100%;
	background: #4c3314;
	padding-top: 15px;
}
.footlogo {
	width: 14%;
	margin-left: auto;
	margin-right: auto;
}
.footlogo img {
	width: 100%;
	max-width: 897px;
}
.schoolinfo {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 3vw;
	line-height: 1.7;
	margin-top: 10px;
	color: #fff;
}
address {
	font-size: 2.6vw;
	font-style: normal;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 110px;
	color: #fff;
}

/*フォーム*/
#seikyu {
	width: 90%;
	margin: 30px auto;
}
.phone-welcome {
	display: block;
	margin-bottom: 25px;
}
.phone-welcome a {
	display: block;
	background: #dc5525;
	border-radius: 10px;
	padding: 15px 4%;
	text-decoration: none;
	color: #fff;
}
.phone-welcome h3 {
	text-align: center;
	font-size: 4vw;
	font-weight: 700;
	margin-bottom: 10px;
}
.phone-welcome p {
	font-size: 3.5vw;
}

#message {
	width: 90%;
	margin: 20px auto;
}

#footbtn {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 9999;
}
#footmenu {
	width: 96%;
	margin: 2% auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.btn-book {
	width: 49.5%;
	display: block;
	text-align: center;
}
.btn-book a {
	display: block;
	padding: 15px 0 17px;
	background: #dc5525;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 3.5vw;
	font-weight: 600;
}
.btn-book a:hover {
	background: #d47655;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn-event {
	width: 49.5%;
	display: block;
	text-align: center;
}
.btn-event a {
	display: block;
	padding: 15px 0 17px;
	background: #215231;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 3.5vw;
	font-weight: 600;
}
.btn-event a:hover {
	background: #396146;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}



/*-------------
PC向け（800px以上）
-------------*/
@media only screen and (min-width: 800px) {

.rollover a:hover img {
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}
a img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

	.pc-only {
		display: block!important;
	}
	.sp-only {
		display: none!important;
	}
	
	/*body*/
	body {
		font-size: 1.0em;
	}
	/*header*/
	#header {
		padding: 11px 4% 13px;
	}
	#header h2 {
		font-size: 18px;
		margin-bottom: 11px;
	}
	#header h1 {
		width: 350px;
		margin: 0 auto;
	}

	/*メイン*/
	#main {
		width: 100%;
		padding: 220px 0;
		background-image: url(../images/bg_main_pc.jpg);
		background-size: cover;
		background-position: center center;
	}
	.main-img {
		width: 440px;
		margin: 0 auto;
	}
	
	/*メイン-フォーム*/
	#main-contents {
		padding: 30px 5%;
	}
	#main-contents h2 {
		font-size: 36px;
	}
	
	/*CV*/
	.cv-area {
		width: 100%;
		padding: 40px 0;
	}
	.cv-btn a {
		width: 600px;
		margin: 0 auto;
		padding: 25px 4%;
		position: relative;
	}
	.cv-btn a:after {
		position: absolute;
		top: 50%;
		right: 5px;
		content: '';
		width: 20px;
		height: 20px;
		border-top: 8px solid #fff;
		border-right: 8px solid #fff;
		translate: 0 -50%;
		transform: rotate(45deg);
	}
	.cv-btn h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.cv-detail {
		align-items: center;
	}
	.cv-txt {
		width: 70%;
	}
	.cv-txt h3 {
		font-size: 21px;
		padding: 4px 10px 6px;
		margin-bottom: 20px;
	}
	.cv-txt ul li {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 10px;
		padding-left: 25px;
		position: relative;
	}
	.cv-txt ul li:before {
		content: '';
		width: 20px;
		height: 3px;
		position: absolute;
		top: 12px;
		left: 0;
	}
	.cv-txt ul li:last-child {
		margin-bottom: 0;
	}
	.cv-cover {
		width: 27%;
		padding-right: 2%;
	}
	
	/*コンテンツ*/
	#contents {
		width: 1000px;
		margin: 0 auto;
		padding: 50px 0 20px;
	}
	#contents h2 {
		font-size: 26px;
		line-height: 1.7;
		margin-bottom: 50px;
	}
	.content h3 {
		font-size: 50px;
		margin-bottom: 5px;
	}
	.content h4 {
		font-size: 21px;
		margin-bottom: 30px;
	}
	
	/*特徴*/
	.feature-box {
		border-radius: 15px;
		padding: 30px 40px 20px;
		margin-bottom: 50px;
	}
	.feature-box-no {
		font-size: 36px;
	}
	.feature-box h5 {
		font-size: 22px;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	.feature-detail {
		margin-bottom: 40px;
	}
	.feature-detail p {
		font-size: 18px;
	}
	.feature-box h6 {
		font-size: 30px;
		margin-bottom: 20px;
		padding-left: 40px;
		position: relative;
	}
	.feature-box h6:before {
		content: '';
		width: 30px;
		height: 6px;
		position: absolute;
		top: 13px;
		left: 0;
	}
	
	/*course*/
	ul.course-list {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		gap: 2.666666666666667%;
	}
	ul.course-list li {
		width: 23%;
		margin-bottom: 30px;
	}
	.img-course {
		margin-bottom: 12px;
	}
	ul.course-list li p {
		line-height: 1.4;
	}
	
	/*specialist*/
	ul.specialist-list {
		margin: 30px auto 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	ul.specialist-list li {
		width: 48%;
		margin-bottom: 40px;
	}
	.specialist-info {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 15px;
	}
	.img-specialist {
		width: 27%;
	}
	.txt-specialist {
		width: 68%;
		font-size: 17px;
		line-height: 1.5;
	}
	ul.specialist-list li p {
		font-size: 17px;
	}
	
	/*online-school*/
	.online-school {
		padding: 20px 40px 20px;
		margin-bottom: 50px;
	}
	.ols-copy {
		font-size: 21px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.ols-logo {
		width: 400px;
		margin: 0 auto 20px;
	}
	.ols-txt {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.ols-btn-area {
	}
	.ols-btn {
		font-size: 19px;
	}
	.ols-btn a {
		padding: 10px 50px 12px;
		position: relative;
	}
	.ols-btn a:after {
		position: absolute;
		top: 50%;
		right: 5px;
		content: '';
		width: 13px;
		height: 13px;
		border-top: 6px solid #215231;
		border-right: 6px solid #215231;
		translate: 0 -50%;
		transform: rotate(45deg);
	}
	
	/*curriculum*/
	.curriculum-detail {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin: 40px auto;
	}
	.curriculum-box {
		width: 40%;
		padding: 30px 35px;
	}
	.curriculum-ttl {
		font-size: 36px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 18px;
	}
	.curriculum-box ul {
	}
	.curriculum-box ul li {
		font-size: 18px;
		margin-bottom: 5px;
	}
	
	/*lesson*/
	.lesson-ttl {
		font-size: 21px;
		padding-left: 45px;
		margin-bottom: 20px;
		position: relative;
	}
	.lesson-ttl:before {
		content: '';
		width: 35px;
		height: 6px;
		position: absolute;
		top: 9px;
		left: 0;
	}
	ul.lesson-photo {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	ul.lesson-photo li {
		width: 25%;
	}
	.lesson-detail {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.lesson-img {
		width: 20%;
	}
	.lesson-detail p {
		width: 76%;
		font-size: 18px;
	}
	
	/*brain*/
	.brain-txt {
		font-size: 19px;
		margin-bottom: 30px;
	}
	ul.brain-list {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		gap: 2.666666666666667%;
		margin-bottom: 30px;
	}
	ul.brain-list li {
		width: 23%;
		margin-bottom: 0;
	}
	.brain-img {
		width: 80%;
		margin: 0 auto 20px;
	}
	.brain-name {
		font-size: 22px;
		margin-bottom: 4px;
	}
	ul.brain-list li p {
		font-size: 19px;
	}
	
	/*column*/
	#column {
	}
	#column p {
		font-size: 18px;
	}
	#column p span {
		background: linear-gradient(transparent 60%, #f6da83 70%);
	}
	.column-figure {
		width: 600px;
		margin: 30px auto;
	}
	#column h5 {
		font-size: 26px;
		margin-bottom: 5px;
	}

	/*voice*/
	#voice {
		width: 1000px;
		margin: 0 auto 40px;
	}
	.voice-ttl {
		width: 100%;
		margin: 0 auto 20px;
		display: block;
		font-size: 22px;
		line-height: 1.4;
	}
	#voice ul {
		width: 90%;
		margin: 0 auto 30px;
	}
	#voice ul li {
		border-radius: 12px;
		padding: 12px 30px;
		font-size: 19px;
		margin-bottom: 25px;
	}
	.voice-nn {
	}

	/*life*/
	#life {
		margin-bottom: 50px;
	}
	.life-content {
		width: 1000px;
		margin: 0 auto 20px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.life-box {
		width: 410px;
		margin: 0 auto;
		border: 1px solid #ccc;
		border-radius: 10px;
		padding: 25px 30px;
	}
	.life-box p {
		font-size: 18px;
	}
	.life-parson {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10px;
	}
	.life-face {
		width: 22%;
	}
	.life-parson p {
		width: 75%;
	}
	.life-parson p span {
		font-size: 24px;
	}
	.life-img {
		width: 95%;
		margin: 10px auto;
	}
	
	/*よくある質問*/
	#faq {
		padding: 40px 0;
	}
	#faq h2 {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.title {
		font-size: 21px;
	}
	.box p {
		font-size: 19px;
	}




/*アクセス*/
#access {
	padding: 50px 0;
}
#access h2 {
	font-size: 22px;
	margin-bottom: 30px;
}
#access h2 span {
	border-bottom: 6px solid #fff7a6;
	padding-bottom: 6px;
}
.access-copy {
	font-size: 20px;
	margin-bottom: 20px;
}
.access-inner {
	width: 1000px;
	margin: 0 auto;
}
#access h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
#access iframe {
	margin-bottom: 10px;
}
#access p {
	font-size: 18px;
}
.tokyoinfo {
	margin-bottom: 25px;
}



.header_rmesg {
	font-size: 18px!important;
}


/*footer*/
footer {
	padding-top: 50px;
}
.footlogo {
	width: 120px;
}
.footlogo img {
	width: 120px;
}
.schoolinfo {
	width: 980px;
	font-size: 95%;
	margin-top: 15px;
}
address {
	font-size: 70%;
	font-style: normal;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 110px;
	}
	
	#footbtn {
	}
	#footmenu {
		width: 700px;
		margin: 10px auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.btn-book {
		width: 49.5%;
		display: block;
		text-align: center;
	}
.btn-book a {
	display: block;
	padding: 15px 0 17px;
	background: #dc5525;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
}
.btn-book a:hover {
	background: #d47655;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn-event {
	width: 49.5%;
	display: block;
	text-align: center;
}
.btn-event a {
	display: block;
	padding: 15px 0 17px;
	background: #215231;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
}
.btn-event a:hover {
	background: #396146;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#seikyu {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
		}
		.footline {
			width: 400px;
			margin: 0 30px 10px auto;
		}
	
	#message {
		width: 600px;
	}
}