@charset "utf-8";
/* CSS Document */

body{
/*font-family: a-otf-futo-min-a101-pr6n, serif;
font-weight: 400;
font-style: normal;*/
}
.main_cover{
	position: absolute;
    width: 100%;
    z-index: 99;
	min-height: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.t_title span{
	background-image: url(../img/title.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px 20px 0px 20px;
}
.svg_top{
	vertical-align: bottom;
}
.svg_bottom{
	vertical-align: top
}
/*-------------------------------------------------------
					あいさつ
-------------------------------------------------------*/
.catch{
	background-image: url(../img/catch_back2.jpg),url(../img/catch_back3.jpg);
    background-repeat: repeat-y;
    background-position: top left, top right;
    background-size: 150px;
	margin-top: 10px;
}
.catch .catch_wrap{
/*	background-image: url("../img/catch_back.jpg");
	background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 80%;*/
	padding-bottom: 50px;
	padding-top: 30px;
}
.catch h2 span{
	border-bottom: 6px dotted #ffc0cb;
}
.catch p .marker{
	background: linear-gradient(transparent 65%, #fedee5 65%);
	border-radius:6px;
}


.you_tube{
	background-color: rgb(255,192,203,0.15);
}
/*-------------------------------------------------------
					選ばれる理由
-------------------------------------------------------*/

.about .box .box_item{
	width: 45%;
}
.about .box_txt1{
  position: relative;
  display: inline-block;
  margin: 0.9em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #f1b63e;
  border-radius: 50%;
  box-sizing: border-box;
}

.about .box_txt1:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f1b63e;
  z-index: 0;
}



/*-------------------------------------------------------
					コースのご案内
-------------------------------------------------------*/
.course {
	padding: 100px 0
}
.course h2{
	margin-bottom: 80px;
}
.course .box_wrap{
	margin-bottom: 80px;
}
.course .box{
	margin: 0px 1%;
	background-image: url(../img/course_back2.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding: 15px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.course .box:first-child{
	margin: 0px 1% 0px 0%;
}
.course .box:last-child{
	margin: 0px 0% 0px 1%;
}
.course .box figure{
	
/*スマホhover時のborder-radius処理*/	
	position: relative;
	z-index: 1;
/*スマホhover時のborder-radius処理*/		
	
	overflow: hidden;
	border-radius: 10px;

}
.course .box figure img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
		
}
.course .box:hover figure img{
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.course .moe_box{
	position: absolute;
}
.course .box .box_item2{
	background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    bottom: 0;
    overflow: hidden;
    border-radius: 0px 0px 10px 10px;
    padding: 5px 10px;
	z-index: 2;
}
.course .box .more2{
    opacity: 0;
    position: relative;
    display: inline-block;
    padding: 19px 5px 15px;
    width: 110px;
    height: 65px;
    left: -20px;
	top:-20px;
    text-align: center;
    color: #fff;
    background-color: #ffc0cb;
    border-radius: 50%;
    box-sizing: border-box;
	z-index: 99;
	line-height: 1.8;
}

.course .box .more2:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ffc0cb;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.course .box:hover .more2{
	opacity: 1;
	transition:0.5s;
}

/*-------------------------------------------------------
					ブログ
-------------------------------------------------------*/
.blog .box{
	border-bottom: 1px dashed #e7d196;	
}
.blog .box:last-of-type{
	margin-bottom: 40px;
}



/*-------------------------------------------------------
					お問い合わせ
-------------------------------------------------------*/
.contact{
	padding: 80px 0
}
.contact .contact_wrap{
	border: 2px solid #918566;
	padding: 20px 50px;
}
.contact .box a{
	padding: 8px 8px 12px 8px;
}
/*.contact .contact_wrap .box:last-child{
	border-left: 1px dotted #e7d196;
}*/
.contact .box img{
	width: 23px;	
	padding-right: 10px;
	padding-bottom: 0px;
}

/*-------------------------------------------------------
					moreボタン
-------------------------------------------------------*/
.button {
	border: none;
	cursor: pointer;
	padding: 10px 70px 15px;
	position: relative;
}
.button .text {
	position: relative;
	z-index: 100;
}
.more {
	margin: auto;
	border-radius: 10px;
	width: 300px;
	    display: block;
}
.more .button {
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
}
.more .button .text {
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}
.more .button::after {
	content: '';
	position: absolute;
	transition: top .5s ease-in .5s, width .5s ease-out, height .5s ease-out;
	-webkit-transition: top .5s ease-in .5s, width .5s ease-out, height .5s ease-out;
	left: 50%;
	top: -50%;
	transform: translate(-50%, -50%);
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #f1b63e;
}
.more .button:hover .text {
	color: #fff;
	transition: color .5s linear .5s;
	-webkit-transition: color .5s linear .5s;
}
.more .button:hover::after {
	transition: top .5s ease-in, width .5s ease-out .5s, height .5s ease-out .5s;
	-webkit-transition: top .5s ease-in, width .5s ease-out .5s, height .5s ease-out .5s;
	top: 50%;
	width: 400px;
	height: 400px;
}




/*ここからIE用環境の設定
---------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none){
	main{
		display: block;
	}
.main_cover{
	height: 101%;
}
.svg_top{
	max-height: 55px;
	margin-bottom: -10px;
}
.svg_bottom{
	max-height: 55px;
	margin-top: -10px;
}
.course .box figure{
	width: 99%;
	margin: auto;
	overflow: hidden;
	border-radius: 12px;
}
.course .box figure img{
	overflow: hidden;
	border-radius: 12px;	
}
}

/*ここからEdge用環境の設定
---------------------------------------------------------------------------*/
@supports (-ms-ime-align:auto) {
.svg_top{
	max-height: 55px;
	margin-bottom: -10px;
}
.svg_bottom{
	max-height: 55px;
	margin-top: -10px;
}
}

/*ここからFirefox用環境の設定
---------------------------------------------------------------------------*/
@-moz-document url-prefix() {
.svg_top{
	max-height: 55px;
	margin-bottom: -10px;
}
.svg_bottom{
	max-height: 55px;
	margin-top: -10px;
}
}


/*ここから1000px以下用（1000px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 1000px){
.main_cover {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.main_cover img{
    width: auto;
	min-width: 768px;
    height: 100%;
}
/*-------------------------------------------------------
					あいさつ
-------------------------------------------------------*/
.course .box_wrap {
	margin-bottom: 20px;
}
.course .box {
	width: 48%!important;
	margin-bottom: 50px;
}
}



/*ここからタブレットIE用（1000px以下）環境の設定
---------------------------------------------------------------------------*/
@media screen and (max-width: 1300px) and (-ms-high-contrast: none){
.svg_top{
	margin-bottom: -25px;
}
.svg_bottom{
	margin-top: -25px;
}
}


/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
/*-------------------------------------------------------
					あいさつ
-------------------------------------------------------*/
.catch {
    background-size: 60px;
}
.catch .catch_wrap{
	padding-bottom: 130px;
    background-size: 100%;
}
/*-------------------------------------------------------
					お問い合わせ
-------------------------------------------------------*/
.contact .contact_wrap .box{
	width: 45%!important;
}
}



/*ここからスマホ用（667px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
.t_title span {
    padding: 15px 10px 0px 10px;
}
/*-------------------------------------------------------
					あいさつ
-------------------------------------------------------*/
.catch {
    background-size: 20px;
}	
.catch .catch_wrap {
	padding-bottom: 100px;
	background-size: 100%;
}
/*-------------------------------------------------------
					選ばれる理由
-------------------------------------------------------*/
.about .box.box2{
	flex-direction:column-reverse;
}
.about .box .box_item{
	width: 100%;
}
.about .box_txt1{
    font-size: 15px;
	letter-spacing: 0px;
	width: 80px;
    height: 80px;
    line-height: 80px;
}
/*-------------------------------------------------------
					コースのご案内
-------------------------------------------------------*/
.course h2 {
    margin-bottom: 50px;
}
.course .box {
	width: 100%!important;
	margin: 0px 0%;
	margin-bottom: 50px;
}
.course .box:first-child{
	margin: 0px 0% 50px 0%;
}
.course .box:last-child{
	margin: 0px 0% 50px 0%;
}

/*-------------------------------------------------------
					お問い合わせ
-------------------------------------------------------*/
.contact .contact_wrap {
    padding: 10px 30px;
}
.contact .contact_wrap .box{
	width: 100%!important;
}
/*.contact .contact_wrap .box:last-child {
    border-left: none;
    border-top: 1px dotted #e7d196;
    padding-left: 0px;
}*/
/*-------------------------------------------------------
					moreボタン
-------------------------------------------------------*/
.more {
    width: 280px;
}
}