﻿@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'dejima-mincho-r227';
	src: local('dejima-mincho-r227'), url('../font/dejima-mincho-r227.ttf'), url('../font/dejima-mincho-r227.woff'), url('../font/dejima-mincho-r227.woff2');
}
.animation {
	margin: 50px 0;
	font-size: 40px;
	font-weight: bold;
	color: #ff0000;
}
.fadeInDown {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
/*===========================HEADER=======================================*/
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 !important;
	background: url(../img/allback.png) #FAEBE4;
	color: #4B1D1C;
}
p.sio {
	clear: both;
	text-align: center;
	padding: 20px 0;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size:14px;
	position:relative;
	top:50px;
	margin:0 auto 25px auto;
	background: #FAEBE4;
		border-top:1px dashed #666;
			border-bottom:1px dashed #666;
			max-width:736px;
}
p.please {
	clear: both;
	text-align: center;
	padding: 20px 0;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	color: #993117;
	position:relative;
	top:50px;
	margin:0 auto 150px auto;
	background: #FAEBE4;
		border-top:1px dashed #993117;
			border-bottom:1px dashed #993117;
			max-width:736px;
}
@media only screen and (max-width:736px) {
	p.please ,
	p.sio {
		position:static;
		margin:20px 30px 0 30px;
		font-size:13px;
	}
}
p.please span {
	display:inline-block;
	margin-top: 15px;
	font-size: 13px;
}
#nav {
	width: 100%;
}
header {
	text-align: center;
	background: url(../img/nav_back.png) no-repeat center bottom;
	padding-bottom: 5px;
	position: relative;
	z-index: 9999;
}
h1.logo {
	text-align: center;
	margin-bottom: 30px;
	padding-top: 40px;
}
header h1 {
	text-align: center;
	padding-top: 40px;
}
header p, header p a {
	display: none;
	float: right;
	padding: 0 !important;
}
header ul {
	display: inline-block;
	padding-bottom: 40px;
}
header ul li {
	float: left;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 16px;
	padding-top: 4px;
	font-weight: bold;
}
header ul li:nth-child(9), header ul li:last-child {
	position: relative;
	top: -10px;
}
header ul li:nth-child(9) img, header ul li:last-child img {
	max-width: 30px;
}
header ul li a {
	color: #330000;
	display: block;
	padding: 22px 15px;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
p.reserved {
	position: fixed;
	top: 50%;
	left: 0;
	margin-top: -100px;
	z-index: 9999;
}
img.teacher {
	margin: 0;
}
@media only screen and (max-width:736px) {
p.reserved {
	position: fixed;
	top: auto;
	bottom: 0px;
	left: 0;
	margin-top: 0;
	z-index: 9999;
}
p.reserved img {
	max-width: 100%;
}
body {
	background-image: none;
	-webkit-text-size-adjust: 100%;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.selected {
	border-bottom: none !important;
	color: #1386C7 !important;
}
header {
	background: none;
}
header h1, h1.logo {
	max-width: 200px;
	margin: 0 auto;
}
header h1 img, h1.logo img {
	max-width: 100%;
}
header ul li.logo {
	border-left: none;
	display: none;
}
header ul {
	text-align: left;
	max-width: 200px;
	margin: 0 auto;
}
header ul li {
	float: none;
	border: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: center
}
header ul li a {
	padding: 0;
}
header p, header p a {
	display: block;
	float: right;
}
header p a {
	max-width: 30px;
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 99999999;
}
header p a img {
	max-width: 100%;
}
}
/*=============================TOP======================================*/
.news {
	background: url(../img/topback.png) no-repeat center top;
	width: 100%;
	height: 1107px;
	margin-top: -100px;
}
.newside {
	max-width: 1024px;
	margin: 0 auto;
	padding-top: 300px;
}
.newside h2 img {
	max-height: 50px;
}
.newside p {
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	margin-top: 20px;
	font-size: 13px;
}
@media only screen and (max-width:736px) {
.newside h2 img {
	max-height: 35px;
}
.news {
	background: url(../img/topback.png) no-repeat 100% 0;
	width: 100%;
	height: auto;
	margin-top: 0;
	background-size: cover;
}
.newside {
	text-align: center;
	position: relative;
	top: 80px;
}
}
/*=============================コンセプト======================================*/
.concept {
	max-width: 1200px;
	height: 950px;
	margin: 0 auto;
}
.conceptwrap {
	max-width: 1024px;
	margin: 0 auto;
}
.conceptsideleft {
	float: left;
	width: 50%;
}
.conceptsideleft img {
	max-width: 100% !important;
}
.conceptsideright {
	float: right;
	width: 47%;
}
.conceptwrap h2:before {
	content: url("../img/line1.png");
	/* width: 10%; */
  /* height: 100%; */
	position: relative;
	top: -20px;
}
.conceptwrap h2:after {
	content: url("../img/line1.png");
	/* width: 10%; */
  /* height: 100%; */

	position: relative;
	top: 20px;
}
.conceptsideright h2 {
	text-align: right;
	padding-top: 130px;
}
.conceptsideright h3 {
	padding: 40px 0 20px 0;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 20px;
	text-align: right;
	line-height: 30px !important;
}
.conceptsideright p {
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 14px;
	line-height: 28px !important;
}
.concept h2 img {
	max-height: 50px;
}
.conceptside2 {
	max-width: 1024px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	zoom: 1;
}
.conceptside2 h3 {
	padding: 0 0 20px 0;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 20px;
	text-align: left;
	line-height: 30px !important;
}
.conceptside2 p {
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 14px;
	line-height: 28px !important;
}
@media only screen and (max-width:736px) {
.concept {
	background: url(../img/back3.png) no-repeat center top;
	width: auto;
	height: auto;
	background-size: cover;
	margin: 0 40px;
}
.conceptsideleft {
	float: none;
	width: 100%;
}
.conceptsideright {
	float: none;
	width: auto;
}
.conceptwrap h2:before {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	text-align: center;
	top: -20px;
}
.conceptwrap h2:after {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	top: 20px;
}
.conceptsideright h2 {
	text-align: center !important;
	padding-top: 130px;
	margin: 0 auto;
	width: 250px;
}
.conceptsideright h2 img {
	max-height: 35px;
}
.conceptsideright h3 {
	text-align: left
}
}
.profile {
	float: right;
	margin-left: 50px;
	position: relative;
	top: -50px;
}
@media only screen and (max-width:736px) {
.profile {
	float: right;
	margin-left: 20px;
	position: static;
	top: -50px;
	max-width: 120px !important;
}
}
/*=============================特徴======================================*/
.feature {
	clear: both;
	width: 100%;
	margin: 0 auto;
	position: relative
}
.featurewrap {
	background: url(../img/line2.png) no-repeat;
	overflow: hidden;
	zoom: 1;
	clear: both;
	max-width: 1024px;
	margin: 0 auto;
	position: relative
}
.featureleft {
	width: 40%;
	float: left;
	background: url(../img/line3.png) no-repeat top right;
	background: url(../img/line4.png) no-repeat bottom right;
	background-image: url(../img/line3.png), url(../img/line4.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom right;
	margin: 20px 0 0 0;
	padding-right: 20px;
	position: relative;
	top: -20px;
}
.featureright {
	width: 50%;
	float: left;
	margin: 20px 0 0 0;
	padding-right: 20px;
	position: relative;
}
@media only screen and (max-width:736px) {
.featurewrap {
	background: none;
}
.featureleft {
	width: auto;
	float: none;
	background: none;
	margin: 0 40px;
	padding: 0;
}
.featureright {
	width: auto;
	float: none;
	margin: 0 40px;
	padding-right: 0;
	position: static;
}
}
.featureleft h3 {
	margin: 40px 0 20px 0;
	overflow: hidden;
	zoom: 1;
	clear: both;
}
.featureleft img {
	float: left;
	margin-right: 20px;
}
.featureleft p {
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 13px;
	line-height: 25px !important;
	overflow: hidden;
	zoom: 1;
	clear: both;
	margin-right: 10px;
}
img.moon {
	float: right;
}
 @media only screen and (max-width:736px) {
.featureleft h3 {
	text-align: center;
	max-width: 391px;
	margin: 50px auto 20px auto;
}
.featureleft h3 img {
	max-width: 100%;
	float: none;
	margin: 0 !important;
}
.featureleft p {
	margin-right: 0;
}
img.moon {
	position: relative;
	top: -100px;
	display: none;
}
}
.featureright h2:after {
	content: url("../img/line1.png");
	/* width: 10%; */
  /* height: 100%; */

	position: relative;
	top: 20px;
}
.featureright h2 {
	padding-top: 20px !important;
}
.featureright h2 img {
	max-height: 45px;
	padding-left: 20px;
}
 @media only screen and (max-width:736px) {
.featureright h2:before {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	text-align: center;
	position: relative;
	top: -20px !important;
}
.featureright h2:after {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	top: 20px;
}
.featureright h2 {
	text-align: center;
	max-width: 300px;
	margin: 50px auto
}
.featureright h2 img {
	max-height: 35px;
}
}
.featureright ol {
	margin-top: 50px;
}
.featureright ol li {
	margin-left: 40px;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 14px;
	line-height: 25px !important;
	margin-bottom: 15px;
}
 @media only screen and (max-width:736px) {
.featureright ol li {
	margin-left: 20px;
}
}
.flower {
	position: absolute;
	top: -100px;
	right: 0;
	background: url(../img/back4.png) no-repeat center top;
	width: 100%;
	height: 563px;
}
.flower2 {
	position: absolute;
	top: -250px;
	left: 0;
	background: url(../img/back4x.png) no-repeat left 100px;
	width: 100%;
	height: 663px;
}
 @media only screen and (max-width:736px) {
.featureright h3, .featureright p {
	margin-left: 0;
}
.flower2 {
	display: none;
}
}
.featurewrap2 {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	clear: both
}
.featureleft2 {
	width: 45%;
	float: left;
	margin: 0 0 0 0;
	position: relative;
	top: -20px;
}
.featureright2 {
	width: 50%;
	float: right;
	margin: 0 0 0 0;
	padding-right: 20px;
	position: relative;
}
.featureright2 h3, .featureleft2 h3 {
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 20px;
	line-height: 35px !important;
	overflow: hidden;
	zoom: 1;
	clear: both;
	margin-left: 20px;
	margin-top: 30px;
}
.featureright2 h3 {
	margin-top: 0 !important;
}
.featureright2 p, .featureleft2 p {
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 14px;
	line-height: 28px !important;
	margin-left: 20px;
	margin-top: 20px;
}
.featureright2 ul, .featureleft2 ul {
	margin-left: 20px;
	margin-top: 20px;
}
.featureright2 ul li, .featureleft2 ul li {
	color: #D90000;
	float: left;
	text-align: center;
	margin-right: 20px;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}
.featureright2 ul li:last-child, .featureleft2 ul li:last-child {
	margin-right: 0;
}
.featureright2 ul li img, .featureleft2 ul li img {
	max-width: 100%;
}
.featureright2 ul li p, .featureleft2 ul li p {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 11px;
	line-height: 18px !important;
}
 @media only screen and (max-width:736px) {
.featureleft2 {
	width: auto;
	float: none;
	margin: 0 40px;
	position: relative;
	top: -20px;
}
.featureright2 {
	width: auto;
	float: none;
	margin: 0 40px;
	padding-right: 0;
	position: relative;
}
.featureright2 img, .featureleft2 img {
	max-width: 100%;
}
.featureright2 h3, .featureleft2 h3 {
	margin-left: 0;
}
.featureright2 p, .featureleft2 p {
	margin-left: 0;
}
.featureright2 ul, .featureleft2 ul {
	margin-left: 0;
}
.featureright2 ul li, .featureleft2 ul li {
	width: 48%;
	margin: 0 2% 0 0;
}
}
img.pregnant {
	position: relative;
	left: -50px;
}
/*=============================流れ======================================*/
.flow {
	clear: both;
	max-width: 1024px;
	margin: 50px auto;
	position: relative;
}
.hand {
	position: absolute;
	top: -12px;
	right: 0;
}
.flow h2:before {
	content: url("../img/line2x.png");
	/* width: 10%; */
  /* height: 100%; */

	position: relative;
	top: -20px;
}
.flow h2:after {
	content: url("../img/line2.png");
	/* width: 10%; */
  /* height: 100%; */

	position: relative;
	top: 20px;
}
.flow h2 {
	padding-top: 100px !important;
	text-align: center;
}
.flow h2 img {
	max-height: 45px;
	padding-left: 20px;
}
.flowleft {
	float: left;
	width: 46%;
	padding-right: 4%;
}
.flowleft h3 {
	text-align: center;
	margin: 30px 0;
}
.flowleft p{
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size:13px;
}
.flowleft ul{
	margin-bottom:20px;
}
.flowleft ul li {
	font-size: 14px;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	background: url(../img/point.png) no-repeat bottom center;
	background-size: 15px auto;
	height: 60px;
	margin-top: 10px;
	line-height: 30px !important;
}
.flowleft ul li:last-child {
	background: none;
	height: auto;
}
.flowleft figcaption {
	font-size: 11px;
	margin-top: 15px;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}
.bed {
	float: right;
	max-width: 130px;
}
.flowright {
	float: right;
	width: 46%;
	padding-left: 4%;
	background: url(../img/line3.png) top left repeat-y;
	padding-bottom: 100px;
}
.flowright p{
	font-size: 13px;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	color:#900;
}
.flowright h3 {
	text-align: center;
	margin: 30px 0;
}
.flowright ul li {
	font-size: 14px;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	background: url(../img/point.png) no-repeat bottom center;
	background-size: 15px auto;
	height: 60px;
	margin-top: 10px;
	line-height: 30px !important;
}
.flowright ul li:last-child {
	background: none;
	height: auto;
}
.flowright p {
	margin-top: 15px;
}
.box {
	background: #993117;
	color: #FFF;
	padding: 7px 10px;
	border-radius:50%;
}
 @media only screen and (max-width:736px) {
	 .flowleft img{
		 max-width:100%;
	 }
.hand, .bed {
	display: none;
}
.flow {
	margin: 0 !important;
	background: none;
}
.flow h2:before {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	text-align: center;
	position: relative;
	top: -20px !important;
}
.flow h2:after {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	top: 20px;
}
.flow h2 {
	padding-top: 0px !important;
	text-align: center;
	max-width: 300px;
	margin: 50px auto
}
.flow h2 img {
	max-height: 35px;
}
.flowleft, .flowright {
	float: none;
	width: auto;
	background: none;
	margin: 0 40px;
	padding: 0;
}
.flowright p img {
	max-width: 100%;
}
.bed {
	float: none;
}
.flowleft ul li, .flowright ul li {
	background: none;
	height: auto;
}
}
/*=============================コース＆料金======================================*/
.course {
	clear: both;
	width: 100%;
	margin: 0 auto 100px auto;
	position: relative;
	overflow:hidden;
}
.coursewrap {
	clear: both;
	max-width: 1024px;
	margin: 0 auto;
}
.course h2:before {
	content: url("../img/line2.png");
	/* width: 10%; */
  /* height: 100%; */

	position: relative;
	top: -20px;
}
.course h2:after {
	content: url("../img/line2.png");
	/* width: 10%; */
  /* height: 100%; */

	position: relative;
	top: 20px;
}
.course h2 {
	padding-top: 15px !important;
	text-align: center;
}
.course h2 img {
	max-height: 45px;
	padding-left: 20px;
}
.courseleft {
	float: left;
	width: 46%;
	padding-right: 4%;
}
.courseleft h3 {
	text-align: center;
	margin: 50px 0;
	background: url(../img/back_course_title.png) bottom center no-repeat;
	padding-bottom: 65px;
}
.courseright h3 {
	text-align: center;
	margin: 50px 0;
	background: url(../img/back_course_title.png) bottom center no-repeat;
	padding-bottom: 50px;
}
.courseleft h3 img {
	max-height: 40px;
}
.courseright h3 img {
	max-height: 55px;
}
.courseleft figcaption {
	font-size: 11px;
	margin-top: 15px;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}
.courseright {
	float: right;
	width: 46%;
	padding-left: 4%;
	margin-bottom: 50px;
}
@media only screen and (max-width:736px) {
.courseleft h3 img, .courseright h3 img {
	max-height: 35px;
	max-width: 100%;
}
.det {
	max-height: 45px !important;
}
.course {
	margin-top: 50px;
	overflow: hidden;
	clear: both;
}
.courseleft, .courseright {
	float: none;
	width: auto;
	padding-left: 0;
	margin: 0 40px;
}
.course h2:before {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	text-align: center;
	position: relative;
	top: -20px !important;
}
.course h2:after {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	top: 20px;
}
.course h2 {
	padding-top: 0px !important;
	text-align: center;
	max-width: 300px;
	margin: 50px auto
}
.course h2 img {
	max-height: 35px;
}
}
.courseright ul {
	overflow: hidden;
	zoom: 1;
	clear: both;
	margin-bottom: 30px;
}
.courseright ul li {
	float: left;
	width: 49%;
	margin: 0 !important;
	padding: 0 !important;
}
.courseright ul li:last-child {
	border-left: 1px solid #EEBCA4;
}
.courseleft h4, .courseright h4 {
	font-size: 22px;
	text-align: center;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}
.courseright h4 + p + div, .courseleft h4 + p, .courseright h4 + p {
	text-align: center;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}
.courseright h4 + p + div {
	text-align: center;
}
.courseleft h5, .courseright h5 {
	font-size: 18px;
	text-align: center;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	background-image: url(../img/course_back.png), url(../img/course_back.png);
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	padding: 20px 0;
}
.courseleft h5 + p, .courseright h5 + p {
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}
.courseleft h5 + p + p {
	font-size: 13px;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}
.big {
	font-size: 20px;
	font-weight: bold;
}
.small {
	font-size: 11px !important;
}
.special h4 {
	color: #B20000;
	border-top: 1px solid #B20000;
	border-bottom: 1px solid #B20000;
	padding: 10px 0;
	margin: 20px 0;
}
.special p + p {
	font-size: 13px;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}
.special p + p img {
	float: right;
}
@media only screen and (max-width:736px) {
.special img {
	max-width: 100%;
}
.special h4 + p + p img {
	width: 150px;
	margin-left: 20px;
}
}
/*=============================お客様の声======================================*/
  
.voice {
	clear: both;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.voicewrap {
	background: url(../img/line2.png) no-repeat;
	overflow: hidden;
	zoom: 1;
	clear: both;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
.voiceleft {
	width: 30%;
	float: left;
	margin: 20px 0 0 0;
	padding-right: 20px;
	position: relative;
	top: -20px;
}
.voiceright {
	background: url(../img/line3.png) no-repeat top left;
	width: 65%;
	float: left;
	margin: 20px 0 0 0;
	padding-left: 30px;
	position: relative;
}
@media only screen and (max-width:736px) {
.voicewrap {
	background: none;
}
.voiceleft {
	width: auto;
	float: none;
	background: none;
	margin: 0 40px;
	padding: 0;
}
.voiceright {
	width: auto;
	float: none;
	margin: 0 40px;
	padding-right: 0;
	position: static;
	background: none;
	padding-left: 0;
}
}
.voiceleft h3 {
	margin: 40px 0 20px 0;
	overflow: hidden;
	zoom: 1;
	clear: both;
}
.voiceleft img {
	float: left;
	margin-right: 20px;
}
.voiceleft p {
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 13px;
	line-height: 25px !important;
	overflow: hidden;
	zoom: 1;
	clear: both;
	margin-right: 10px;
}
.voiceleft h2:after {
	content: url("../img/line6.png");
	/* width: 10%; */
  /* height: 100%; */

	position: relative;
	top: 20px;
}
.voiceleft h2 {
	padding-top: 20px !important;
}
.voiceleft h2 img {
	max-height: 45px;
	padding-left: 20px;
}
.voiceleft ul {
	margin-top: 60px;
}
.voiceleft ul li {
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 15px;
	margin-bottom: 30px;
	background: url(../img/ten.png) no-repeat;
	padding-left: 40px;
}
.voiceright ul li p {
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 14px;
	margin-bottom: 50px;
	line-height: 25px !important;
}
.righttext {
	float: right;
}
.content {
	padding-top: 20px
}
 @media only screen and (max-width:736px) {
.voiceleft h2:before {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	text-align: center;
	position: relative;
	top: -20px !important;
}
.voiceleft h2:after {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	top: 20px;
}
.voiceleft h2 {
	padding-top: 0px !important;
	text-align: center !important;
	max-width: 300px;
	margin: 50px auto;
}
.voiceleft h2 img {
	max-height: 35px;
	padding-left: 90px
}
.content {
	background: url(../img/line2.png) no-repeat;
	padding-top: 50px
}
}
ul.tab li {
	cursor: pointer;
}
ul.tab li.select {
	opacity: 0.5;
}
.hide {
	display: none;
}
/*=============================よくある質問======================================*/
.faq {
	clear: both;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	text-align: center
}
.faq h2:before {
	content: url("../img/line2.png");
	/* width: 10%; */
  /* height: 100%; */

	position: relative;
	top: -20px;
}
.faq h2:after {
	content: url("../img/line2.png");
	/* width: 10%; */
  /* height: 100%; */

	position: relative;
	top: 20px;
}
.faq h2 {
	padding-top: 15px !important;
	text-align: center;
}
.faq h2 img {
	max-height: 45px;
	padding-left: 20px;
}
.faq ul {
	display: inline-block;
	width: 100%;
	margin: 50px 0;
}
.faq li {
	float: left;
	width: 50%;
}
.faq dl {
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}
.faq dl dt {
	cursor: pointer;
	margin-bottom: 20px;
	font-size: 15px;
}
.faq dl dt.active {
	background: url(images/minus.png) no-repeat center right 5px;
}
.faq dl dd {
	display: none;
	margin-bottom: 20px;
	text-align: left;
	border: 1px solid #FFD9B3;
	padding: 10px;
	font-size: 14px;
	line-height: 25px !important;
}
@media only screen and (max-width:736px) {
.faq {
	margin: 0 40px;
	overflow: hidden;
	clear: both;
}
.faq dl dt{
	text-align:left;
}
.faq li {
	float: none;
	width: auto;
}
.faq h2:before {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	text-align: center;
	position: relative;
	top: -20px !important;
}
.faq h2:after {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	top: 20px;
}
.faq h2 {
	padding-top: 0px !important;
	text-align: center;
	max-width: 300px;
	margin: 50px auto 0 auto
}
.faq h2 img {
	max-height: 35px;
}
}
/*=============================ご予約・ご相談======================================*/
.contact {
	max-width: 984px;
	/*height: 811px;*/
	height: 400px;
	background: url(../img/line7.png) no-repeat;
	margin: 0 auto;
	padding: 20px;
}
.contact h2 {
	padding-top: 15px !important;
	text-align: center;
}
.contact h2 img {
	max-height: 45px;
	padding-left: 20px;
}
.contact h3 {
	padding: 15px 0;
	text-align: center;
	font-size: 25px;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	border-top: 1px solid #4B1D1C;
	border-bottom: 1px solid #4B1D1C;
	max-width: 400px;
	margin: 30px auto;
}
.contact ul {
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	clear: both
}
.contact ul li {
	float: left;
	width: 47%;
	font-size: 13px;
		font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
		line-height:170%;
}
.contact ul li:first-child {
	line-height: 25px;
	font-size: 14px;

}
.contact ul li:last-child {
	padding-left: 2%;	border-left: #4B1D1C 1px solid
}
.contact .gmap {
	max-width: 900px;
	height: 400px;
	margin: 30px auto
}
.contact p {
	margin: 25px auto auto auto;
	text-align: center;
}
@media only screen and (max-width:736px) {
.contact {
	margin: 0 40px;
	background: none;
	height: auto;
	padding: 0;
}
.contact p {
	margin-bottom: 50px;
	display:none;
}
.contact p img {
	max-width: 100%;
}
.contact ul li:last-child {
	border-left:none;
}
.contact .gmap {
	height: 200px;
}
.contact ul li {
	float: none;
	width: auto;
	border: none;
	padding: 10px 0;
}
.contact ul li:first-child {
	border-bottom: #4B1D1C 1px solid;
	border-right: none;
}
.contact h2:before {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	text-align: center;
	position: relative;
	top: -20px !important;
}
.contact h2:after {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	position: relative;
	top: 20px !important;
}
.contact h2 {
	padding-top: 0px !important;
	text-align: center;
	max-width: 300px;
	margin-bottom: 50px;
}
.contact h2 img {
	max-height: 35px;
}
}
/*=============================ランキング======================================*/
.ranking {
	clear: both;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	text-align: center
}
.ranking h2:before {
	content: url("../img/line2.png");
	/* width: 10%; */
  /* height: 100%; */

	position: relative;
	top: -20px;
}
.ranking h2:after {
	content: url("../img/line2.png");
	/* width: 10%; */
  /* height: 100%; */

	position: relative;
	top: 20px;
}
.ranking h2 {
	padding-top: 15px !important;
	text-align: center;
	margin-top: 100px;
}
.ranking h2 img {
	max-height: 45px;
	padding-left: 20px;
}
.ranking ul {
	overflow: hidden;
	zoom: 1;
	clear: both;
	margin: 50px 0;
}
.ranking ul li {
	float: left;
	width: 18%;
	margin-right: 2.5%;
	position: relative;
	font-size: 13px;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}
.ranking ul li p {
	margin-top: 10px;
}
.ranking ul li:nth-child(5n) {
	margin-right: 0;
}
.ranking ul li div{
			height:150px;
	overflow:hidden;
}
.ranking ul li img {
	max-height: 120px;
	border-radius: 5px;
}
.no_icon {
	position: absolute;
	left: 0;
	top: 0;
}
 @media only screen and (max-width:736px) {
.ranking {
	margin: 0 40px;
	overflow: hidden;
	clear: both;
	background: none;
	height: auto;
}
.ranking ul li div{
			height:auto;
	overflow:inherit;
}
.ranking ul li img {
	max-height: auto;
	max-width:100%;
	border-radius: 5px;
}
.no_icon{
	width:50px !important;
}
.ranking ul li {
	float: left;
	width: 48%;
	margin-right: 2%;
	position: relative;
	margin-bottom: 4%;
}
.no_icon {
	width: 50px;
}
.ranking ul li:nth-child(3),
.ranking ul li:nth-child(5){
	clear:both;
}
.ranking ul li:nth-child(2n) {
	margin-right: 0;
}
.ranking ul li:nth-child(5n) {
	margin-right: 2%;
}
.ranking p img {
	max-width: 100%;
}
.ranking h2:before {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	text-align: center;
	position: relative;
	top: -20px !important;
}
.ranking h2:after {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	top: 20px;
}
.ranking h2 {
	padding-top: 0px !important;
	text-align: center;
	max-width: 300px;
	margin: 50px auto
}
.ranking h2 img {
	max-height: 35px;
}
}
/*=============================新しい記事======================================*/
.newarticle {
	clear: both;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	text-align: center
}
.newarticle h2:before {
	content: url("../img/line2.png");
	/* width: 10%; */
  /* height: 100%; */

	position: relative;
	top: -20px;
}
.newarticle h2:after {
	content: url("../img/line2.png");
	/* width: 10%; */
  /* height: 100%; */

	position: relative;
	top: 20px;
}
.newarticle h2 {
	padding-top: 15px !important;
	text-align: center;
	margin-top: 100px;
}
.newarticle h2 img {
	max-height: 45px;
	padding-left: 20px;
}
.newarticle ul {
	overflow: hidden;
	zoom: 1;
	clear: both;
	margin: 50px 0;
}
.newarticle ul li {
	float: left;
	width: 9.3%;
	margin-right: 2%;
	position: relative;
	font-size: 13px;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}
.newarticle ul li div{
	overflow:hidden;
	height:64px;
}
.newarticle ul li p {
	margin-top: 10px;
}
.newarticle ul li:nth-child(9n) {
	margin-right: 0;
}
.newarticle ul li img {
	max-width: 100%;
	border-radius: 5px;
}
.no_icon {
	position: absolute;
	left: 0;
	top: 0;
}
 @media only screen and (max-width:736px) {
.newarticle {
	margin: 0 40px;
	overflow: hidden;
	clear: both;
	background: none;
	height: auto;
}
.newarticle ul li {
	float: none;
	width: 100%;
	margin-right: 0;
	position: relative;
	margin-bottom: 4%;
	clear:both;
	overflow:hidden
}
.newarticle ul li div{
	overflow:hidden;
	height:64px;
		float:left;
		margin-right:0;	border-radius: 5px;
	
}
.no_icon {
	width: 50px;
}
.newarticle ul li div img {
	width: 100%;
		border-radius: 0;
}
.newarticle ul li p{
	margin:5px 0 0 0;
	text-align:left !important;
}
.newarticle h2:before {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	text-align: center;
	position: relative;
	top: -20px !important;
}
.newarticle h2:after {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	top: 20px;
}
.newarticle h2 {
	padding-top: 0px !important;
	text-align: center;
	max-width: 300px;
	margin: 50px auto
}
.newarticle h2 img {
	max-height: 35px;
}
}
/*=============================フッター======================================*/

footer {
	text-align: center;
	background: url(../img/footer_back.png) no-repeat center top;
	padding-top: 70px;
}
footer ul {
	display: inline-block;
}
footer ul li {
	float: left;
	border-right: 1px solid #4B1D1C;
	padding: 0 10px;
	cursor: pointer;
}
footer ul li a {
	color: #4B1D1C;
}
footer ul li:last-child {
	border: none;
}
footer p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 30px 0;
	font-size: 11px;
}
@media only screen and (max-width:736px) {
footer ul {
	margin: 0 40px;
}
footer ul {
	border: 1px solid #4B1D1C;
}
footer p {
	margin-bottom: 60px;
}
footer ul li {
	float: left;
	border: 1px solid #4B1D1C;
	padding: 0 10px;
	cursor: pointer;
	width: 50%;
	box-sizing: border-box;
	border-collapse: collapse;
	padding: 10px 0;
	font-size:11px !important;
	font-weight:bold;
}
footer ul li:last-child {
	border: 1px solid #4B1D1C;
}
}
/*===============================================================*/
.fixed {
	position: fixed;
	top: 0;
	height: 60px;
	width: 1024px;
	background: #FAEBE4;
}
@media only screen and (max-width:736px) {
.fixed {
	position: static;
	height: auto;
	width: auto;
	background: none;
}
}
op {
	clear: both !important;
	padding-top: 100px;
}
.pagetop p {
	float: right;
	margin-bottom: 10px;
	margin-right: 100px;
	width: 113px;
}
/*=============================ブログ======================================*/
  
.blog {
	clear: both;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.blogwrap {
	background: url(../img/line2.png) no-repeat;
	overflow: hidden;
	zoom: 1;
	clear: both;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
.blogleft {
	width: 35%;
	float: left;
	margin: 20px 0 0 0;
	padding-right: 20px;
	position: relative;
	top: -20px;
}
.blogright {
	background: url(../img/line3.png) no-repeat top left;
	width: 60%;
	float: right;
	margin: 20px 0 0 0;
	padding-left: 30px;
	position: relative;
}
@media only screen and (max-width:736px) {
.blogwrap {
	background: none;
}
.blogleft {
	width: auto;
	float: none;
	background: none;
	margin: 0 40px;
	padding: 0;
}
.blogright {
	width: auto;
	float: none;
	margin: 0 40px;
	padding-right: 0;
	position: static;
	background: none;
	padding-left: 0;
}
}
.blogleft h3 {
	margin: 40px 0 20px 0;
	overflow: hidden;
	zoom: 1;
	clear: both;
}
.blogleft p {
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 13px;
	line-height: 25px !important;
	overflow: hidden;
	zoom: 1;
	clear: both;
	margin-right: 10px;
}
.blogleft h2:after {
	content: url("../img/line6.png");
	/* width: 10%; */
  /* height: 100%; */

	position: relative;
	top: 20px;
}
.blogleft h2 {
	padding-top: 20px !important;
	display: block !important;
}
.blogleft h2 img {
	max-height: 45px;
	padding-left: 20px;
}
.righttext {
	float: right;
}
.blogright ul, .blogleft ul {
	overflow: hidden;
	zoom: 1;
	clear: both;
	margin: 30px 0 0 0 !important;
}
.blogright ul li, .blogleft ul li {
	position: relative;
	font-size: 16px;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	clear: both;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 20px;
}
.blogright ul li {
	border-bottom: 1px solid #FFF;
	padding-bottom: 20px;
}
.blogright ul li:last-child {
	border: none;
}
.blogright ul li p {
	margin-top: 10px;
}
.blogright ul li img {
	max-width: 150px;
	border-radius: 5px;
	float: left;
	margin-right: 20px;
}
.blogleft ul li p {
	width: 250px;
	display: inline-block;
}
.blogleft ul li img {
	width: 60px;
	border-radius: 5px;
	display: inline-block;
}
.blogright .no_icon {
	position: absolute;
	left: 0;
	top: 0;
}
.blogright h3 {
	font-size: 22px;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	margin-bottom: 40px;
	margin-top: 20px;
}
.blogleft .no_icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
}
.blogright p {
	font-size: 15px;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	margin-bottom: 20px;
}
.allarticletitle {
	border-top: #330000 1px solid;
	border-bottom: #330000 1px solid;
	text-align: center;
	padding: 15px;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	display: none;
}
.blog h2 {
	display: none;
}
 @media only screen and (max-width:736px) {
.blogright p {
	font-size: 14px !important;
}
.blogright h3 {
	font-size: 18px;
	font-family: 'dejima-mincho-r227', 'A-OTF-MidashiGoPro-MB31', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	margin-bottom: 20px;
	margin-top: 0;
}
.blogleft ul li p {
	width: 72%;
	display: inline-block;
}
.blogleft ul li img {
	width: 20%;
	border-radius: 5px;
	display: inline-block;
}
.allarticletitle {
	display: block;
}
.blogleft h2:before, .blog h2:before {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	text-align: center;
	position: relative;
	top: -20px !important;
}
.blogleft h2:after, .blog h2:after {
	margin: 0 auto;
	content: url("../img/line1_sp.png");
	top: 20px;
}
.blogleft h2, .blog h2 {
	padding-top: 0px !important;
	text-align: center !important;
	max-width: 300px;
	margin: 50px auto;
}
.blog h2 {
	display: block;
}
.blogleft h2 {
	display: none !important;
}
.blogleft h2 img {
	max-height: 35px;
}
.blog h2 img {
	max-height: 35px;
	padding-bottom: 20px;
}
.content {
	background: url(../img/line2.png) no-repeat;
	padding-top: 50px
}
}
/*WP*/

.wp-pagenavi {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 25px;
}
.current {
	background: #330000 !important;
}
