@charset "UTF-8";

#mainnav{
	z-index: 5;
	position: relative;
	
}
#slide .pc{
	position: relative;
	top: -50px;
}

main{
	position: relative;
	top: -120px;
	z-index: 5;
}
footer{
	margin-top: -120px;
}

/*------ banner_menu ------*/
#banner_menu{
	background: url(../images/bg_banner_menu.png) no-repeat center top;
	padding-top: 23px;
}
#banner_menu li{
	width: 47%;
	float: left;
	margin-left: 2%;
	margin-bottom: 2%;
}


/*------ anniversary ------*/
#anniversary{
	background: url(../images/bg_anniversary.jpg) repeat-x center 140px; 
	padding-bottom: 104px;
}
#anniversary h2{
	text-align: center;
	font-size: 180%;
	margin-bottom: 25px;
}
#anniversary h2 span{
	display: block;
	color: #f15e7b;
	font-size: 130%;
}
#anniversary h2 span em{
	color: #f15e7b;
	font-size: 130%;
}
#anniversary .col{
	width: 273px;
	margin: 0 43px;
	float: left;
	text-align: center;
}
#anniversary .col h3{
	text-align: center;
	font-size: 190%;
	line-height: 1.3;
	font-weight: bold;
	margin: 10px 0;
}
#anniversary .col p{
	font-size: 95%;
	line-height: 1.8;
	min-height: 145px;
}
#anniversary .col .btn_sty{
	display: block;
}
#anniversary .col .btn_sty span{
	font-size: 100%;
	padding: 7px 0;
	margin: 0;
}

/*------ title_top ------*/
.title_top{
	text-align: center;
	margin-bottom: 30px;
}
.title_top img{
	width: 360px;
}
.title_top span{
	font-size: 170%;
	display: block;
	margin-top: 20px;
}

/*------ about ------*/
#about{
	background: #FFF url(../images/bg_about_b.jpg) repeat-x center bottom;
	padding-top: 30px;
	padding-bottom: 180px;
}
#about .box{
	background: url(../images/bg_about.png) no-repeat left bottom;
	padding-bottom: 70px;
}
#about .about_box{
	padding-left: 385px;
	padding-top: 40px;
}
#about .about_box h4{
	font-size: 200%;
	margin-bottom: 10px;
}
#about .about_box li{
	width: 270px;
	display: inline-block;
	text-align: center;
	margin-right: 15px;
}
#about .about_box li img{
	width: 190px;
}



/*------ voice ------*/
#voice{
	background: url(../common_img/bg_flower01.png) no-repeat left bottom, url(../common_img/bg_flower02.png) no-repeat right bottom;
}
#voice .voice_sty{
	background: url(../images/bg_voice02.png) no-repeat;
	width: 346px;
	height: 315px;
	padding: 45px 35px 0 35px;
	box-sizing: border-box;
	text-align: center;
}
#voice .voice_sty img{ margin-bottom: 25px;}
#voice .voice_sty p{
	text-align: left;
	line-height: 1.8;
}

/* -- voice_sty -- */
#voice .video iframe{
	width: 100%;
	height: 160px;
	border: 2px solid #000;
	box-sizing: border-box;
}
#voice .video{ float: left; }
#voice .video .voice_sty{
	background-image: url(../images/bg_voice01.png);
	height: 640px;
}
#voice .video .voice_sty p{ margin-bottom: 37px; }

/* -- voice_box -- */
#voice .voice_box{ 
	width: 734px;
	float: left; 
}
#voice .voice_box .voice_sty{
	float: left;
	margin: 0 0 10px 21px;
}


/* news_box */
#news_box .col2_box .col2{
	width: 48.5%;
	margin-left: 3%;
}
#news_box .col2_box .col2:first-child{
	margin-left: 0%;
}
#news_box .col2 .title_ico{
	font-weight:bold;
	font-size: 170%;
	padding: 0 0 10px 40px;
	background:url(../images/ico_new.png) no-repeat left 3px;
	background-size: 30px auto;
	border-bottom: 2px solid #e0e0e0;
}
#news_box .col2:first-child .title_ico{
	background-image:url(../images/ico_customers.png);
}

#news_box li{
	padding: 20px 0;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
#news_box li span{
	float:left;
	width: 13%;
	color: #777;
	font-size: 85%;
	margin-top:5px;
	display: block;
}
#news_box li a{
	float:right;
	width: 82%;
	color: #f15e7b;
	font-size: 110%;
	font-weight:bold;
}

/* message */
#message{
	background: url(../images/bg_message.png) no-repeat left top;
}
#message .msg{
	width: 65%;
	padding-top: 35px;
}
#message .msg .title_item{
	font-size: 160%;
}

/* */
.bx-wrapper .bx-pager {
  bottom: 64px !important;
  z-index: 1000000;
}

@media screen and (max-width:768px){
  .bx-wrapper .bx-pager {
    bottom: 0 !important;
  }
}

/*-------------------------------------------------
---- media screen for index page
------------------------------------------------- */
@media screen and (max-width:768px){
main{
	top: -10px;
}

/*------ banner_menu ------*/
#banner_menu{
	margin: 0 2%;
	padding-top: 3%;
	background-size: contain;
}
#banner_menu .box{ width: 100%; }
#banner_menu li{
	width: 45.5%;
	margin-left: 3%;
	margin-bottom: 3%;
}


/*------ anniversary ------*/
#anniversary{
	background: none;
	padding-bottom: 6%;
}
#anniversary h2{
	font-size: 150%;
	margin-bottom: 3%;
}
#anniversary .col{
	width: 100%;
	margin: 0 0 6% 0;
	float: none;
	text-align: left;
}
#anniversary .col h3{
	font-size: 150%;
}
#anniversary .col p{
	font-size: 100%;
	line-height: 1.6;
	min-height: inherit;
}
#anniversary .pic_any{
	width: 40%;
	float: left;
}
#anniversary .txt_any{
	width: 57%;
	float: right;
	background: url(../images/bg_anniversary_sp.jpg);
	padding: 4%;
	box-sizing: border-box;
	border: 10px solid #fff2f4;
}


/*------ title_top ------*/
.title_top{
	margin-bottom: 4%;
}
.title_top img{
	width: 250px;
}
.title_top span{
	font-size: 130%;
	margin-top: 3%;
}

/*------ about ------*/
#about{
	background-image: none;
	padding-top: 10%;
	padding-bottom: 0;
}
#about .box{
	background: none;
	padding-bottom: 0px;
}

#about .about_box{
	padding-left: 0;
	padding-top: 0px;
}
#about .about_box .sp{
	text-align: center;
	padding: 0 30%;
	margin-bottom: 4%;
}
#about .about_box h4{
	font-size: 160%;
	text-align: center;
}
#about .about_box ul{ text-align: center;}
#about .about_box li{
	width: 47%;
	margin: 0 1%;
}
#about .about_box li img{
	width: 80%;
}
#about .about_box li .btn_sty span{ font-size: 80%;}



/*------ voice ------*/
#voice{
	background-size: 30%;
}
#voice .voice_sty img{ margin-bottom: 3%;}

/* -- voice_sty -- */
#voice .video{ float: none; }
#voice .video .voice_sty{
	background: #FFF;
	height: auto;
	width: 80%;
	margin: auto;
	padding: 4%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
#voice .video .voice_sty p{ margin-bottom: 3%; }


/* news_box */
#news_box .col2 .title_ico{
	font-size: 140%;
	background-size: 25px auto;
	padding: 0 0 5px 35px;
}
#news_box .col2_box .col2{
	width: 100%;
	float:none;
	margin-left: 0%;
}
#news_box .col2_box .col2:first-child{
	margin-bottom: 5%;
}
#news_box li{ padding: 10px 0; }
#news_box li span{
	float:none;
	width: auto;
	margin-top: 0;
}
#news_box li a{
	float:none;
	display: block;
	width: 100%;
}
	
	
/* message */
#message{
	background: none;
	text-align:center;
	padding-top: 0;
}
#message .msg{
	width: 100%;
	padding-top: 0;
}
#message .msg .title_item{
	font-size: 120%;
}	





} /* End Media 768px */



@media screen and (max-width:420px){
#banner_menu li{
	width: 100%;
	padding: 0 4%;
	box-sizing: border-box;
	margin-left: 0%;
	margin-bottom: 4%;
}

/*------ anniversary ------*/
#anniversary .pic_any{
	width: 100%;
	padding: 0 15%;
	margin-bottom: 4%;
	box-sizing: border-box;
	float: none;
}
#anniversary .txt_any{
	width: 100%;
	float: none;
}



/*------ voice ------*/
/* -- voice_sty -- */
#voice .video .voice_sty{
	width: 100%;
}




} /* End Media 420px */


.section-course {
	padding-top: 56px;
	padding-bottom: 64px;
}

.section-course .caption {
	margin-top: 17px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 2;
	color: #4a1e08;
}

.section-course .title-section {
	margin-bottom: 26px;
}

.section-course .container {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
}

.section-course .title-sm {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 29px;
}

.section-course .img-circle {
	margin-bottom: 21px;
}

.section-course .container-btn {
	max-width: 250px;
	margin-right: auto;
	margin-left: auto;
}

.section-course .btn_sty {
	display: block;
	padding: 7px 15px 6px;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
}

.section-course .thumbnail.no-label .caption {
	margin-top: 60px;
}

@media screen and (max-width: 768px) {
	.section-course {
		padding-top: 40px;
		padding-bottom: 42px;
	}

	.section-course .container {
		margin-bottom: 0;
	}

	.section-course .thumbnail {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 30px;
	}

	.section-course .title-section {
		margin-bottom: 18px;
	}

	.section-course .title-section img {
		width: 250px;
	}

	.section-course .title-sm {
		margin-top: 0;
		margin-bottom: 8px;
		font-size: 24px;
	}

	.section-course .box {
		width: 96%;
		min-width: 96%;
	}

	.section-course .caption {
		margin-top: 15px;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.4;
	}

	.section-course .thumbnail.no-label .caption {
		margin-top: 15px;
	}

	.section-course .btn_sty {
		display: block;
		padding: 7px 15px 6px;
		font-size: 14px;
	}

	.section-course .row {
		margin-right: 0;
		margin-left: 0;
	}

	.section-course .row > div {
		padding-right: 0;
		padding-left: 0;
	}
}

.section-pick-up {
	padding-top: 40px;
}

.section-pick-up * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.section-pick-up .container {
	max-width: 930px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.section-pick-up .title-section {
	margin-bottom: 35px;
}

.section-pick-up .title-sm {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 22px;
	text-align: left;
}

.section-pick-up .title-well {
	border-bottom: 1px solid #eee;
}

.section-pick-up small {
	float: right;
	display: block;
	margin-top: 10px;
}

.section-pick-up small .date {
	font-size: 15px;
	font-weight: bold;
}

.section-pick-up p {
	line-height: 1.786;
}

.section-pick-up .text-note {
	float: right;
}

.section-pick-up .text-note,
.section-pick-up .text-note strong {
	color: #f35c79;
}

@media screen and (max-width: 768px) {
	.section-pick-up .title-sm {
		display: block;
		font-size: 18px;
	}

	.section-pick-up small {
		float: none;
		margin-top: 5px;
	}

	.section-pick-up small .date {
		font-size: 14px;
	}

	.section-pick-up .text-note {
		display: block;
		float: none;
	}

	.section-pick-up .title-section img {
		width: 250px;
	}
}


.section-healing-origin {
	padding-top: 80px;
	padding-bottom: 32px;
	color: #4a1e08;
	text-align: center;
}

.section-healing-origin .title-section {
	margin-bottom: 20px;
}

.section-healing-origin .title-section small {
	display: block;
	margin-top: 35px;
	font-size: 26px;
	font-weight: bold;
}

.section-healing-origin .container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	line-height: 2;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.section-healing-origin {
		padding-top: 50px;
		padding-bottom: 42px;
	}

	.section-healing-origin .title-section {
		margin-bottom: 15px;
	}

	.section-healing-origin .container {
		line-height: 1.4;
		font-size: 14px;
	}

	.section-healing-origin .title-section small {
		margin-top: 5px;
		font-size: 20px;
	}
}

.section-dayori {
	text-align: center;
}

.section-dayori .container {
	max-width: 1070px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.section-dayori .title-section {
	margin-bottom: 20px;
}

.section-dayori .lead {
	margin-bottom: 11px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	color: #f35c79;
}

.section-dayori p {
	line-height: 2;
	color: #4a1e08;
}

.section-dayori .container-btn {
	max-width: 270px;
	margin-right: auto;
	margin-left: auto;
}

.section-dayori .btn_sty {
	display: block;
	padding: 7px 10px 6px;
	margin-top: 25px;
	font-size: 16px;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.section-dayori .title-section {
		margin-bottom: 15px;
	}

	.section-dayori .lead {
		font-size: 15px;
	}

	.section-dayori p {
		line-height: 1.6;
	}

	.section-dayori .btn_sty {
		padding: 7px 10px 6px;
		margin-top: 20px;
		font-size: 14px;
	}
}