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

body,html {
    margin: 0px;
    padding: 0px;
    color: #3D3C3C;	/*全体の文字色*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
    font-size: 15px;	/*文字サイズ*/
    line-height: 130%;
    -webkit-text-size-adjust: none;
    background-color: #68AD5D;
    background-image: url(../img/bg.png);
    min-width: 1150px;
    position: relative;
}
.br_sp{
	display: none;
}
.br_pc{
	display: block;
}
.header_wrapper {
    width: 100%;
    background-image: url(../img/bg_head.png);
    background-color: #418F3D;
    animation: bg-color 10s infinite;
    -webkit-animation: bg-color 10s infinite;
    border-bottom: 5px solid #A2B365;
    background-size: cover;
    padding-bottom: 1%;
}

/*スマホメニューボタン*/
#menu-box {
	display: none;
}


.text_red{
    color: #F00;
}
.text_bule01{
	color: #1B338E;
}
.text_09em{
	font-size: 0.9em;
}
.bold{
    font-weight: bold;	
}
/*@-webkit-keyframes bg-color {
  0% { background-color: #277424; }
  20% { background-color: #348C30; }
  40% { background-color: #30822C; }
  60% { background-color: #267C23; }
  80% { background-color: #2A7A27; }
  100% { background-color: #2A8326; }
}
@keyframes bg-color {
  0% { background-color: #277424; }
  20% { background-color: #348C30; }
  40% { background-color: #30822C; }
  60% { background-color: #267C23; }
  80% { background-color: #2A7A27; }
  100% { background-color: #2A8326; }
}*/
.header_content  {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
.header_content_box {
}

.header_logo {
    width: 34%;
    float: left;
}
.header_logo img:hover {
	opacity: 0.8 ;
}


.click_img:hover {
	opacity: 0.8 ;
}

.header_info {
    float: right;
    width: 25%;
    color: #FFFFFF;
    font-size: 1.1em;
    line-height: 140%;
}
.heder_link {
    font-size: 0.8em;
    margin-top: 4%;
    color: #FFFFFF;
}
.heder_link a:link {
    color: #FFFFFF;
}
.heder_link a:visited  {
    color: #FFFFFF;
}
.heder_link a:hover  {
    color: #FFC0C0;
}
.heder_link a:active  { 
	color: #FFE5E5;
}


.header_tel {
    color: #FBFF99;
    font-weight: bold;
    font-size: 1.7em;
    margin-top: 3%;
    text-shadow: 2px 2px #8F8A14;
}


.header_content_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #FFFFFF;
    border: 2px solid #FFA8A9;
    border-radius: 3px;
    transition: .4s;
    background-color: #FC7678;
    width: 80%;
    text-align: center;
    margin-top: 6%;
}

.header_content_btn:hover {
  background: #FFA8A9;
  color: white;
}



img{
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    border: 0;
	transition: 1.0s ;
}
.top_map img {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: 1px solid #939393;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
}



.clearfix:after {
  display: block;
  clear: both;
  content: "";
}



a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}


ol, ul ,li{
    list-style: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {
    margin: 0px;
    padding: 0px;
    font-size: 90%;
    font-weight: normal;
}

.nav_btn_pc {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    list-style: none;
    height: 66px;

}

.nav_btn_pc li {
    width: 16%;
    border-radius: 5px;
    line-height: 66px;
    color: #5E5E5E;
    /*background-color: #f8b500;*/
    text-align: center;
    font-size: 1.1em;
    transition: 1.0s;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0.8%;
    background-image: url(../img/btn_bg01.png);
}
.nav_btn_pc li:nth-child(1) {
    margin-left: 0%;
}
.nav_btn_pc li:nth-child(2) {
    height: 66px;
    line-height: 20px;

	position: relative;
}
.nav_btn_pc li a {
    display: block;
    margin: 0;
    color: #535353;
    text-decoration: none;
    transition: 1.5s;
}
.nav_btn_pc li a:hover  {
	height: 60px;
    border-radius: 5px;
    background-image: url(../img/btn_bg02.png);
    background-repeat: no-repeat;
}

.nav_btn_text{
    position: absolute;
	width: 100%;
    left: 0%;
    top: 18%;
}

h1{
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #F3F3F3;
}
.wf-roundedmplus1c {
	font-family: "M PLUS Rounded 1c";
}
footer {
    width: 100%;
    background-image: url(../img/footer_bg.png);
    margin-top: 2%;
    border-top: 4px solid #E0D1BC;
    padding-bottom: 0.8%;
}
.footer_info {
    width: 22%;
    float: left;
    line-height: 140%;
    margin-left: 2%;
    margin-top: 2%;
    font-size: 1.2em;
}
.footer_link_box{
    float: right;
    width: 53%;
    color: #705C5C;
    margin-top: 1%;
    margin-left: 2%;
    line-height: 150%;
}
.footer_link01 {
    width: 44%;
    color: #705C5C;
    float: left;
}
.footer_link02 {
    width: 28%;
    color: #705C5C;
    float: left;
}
.footer_link_box li {
    color: #705C5C;
}
.footer_link_box li a:link { 
    color: #705C5C;
}
.footer_link_box li a:visited  { 
	color: #705C5C;
}
.footer_link_box li a:hover  {
    color: #D49F9F;
}
.footer_link_box li a:active  { 
	color: #705C5C;
}

.footer_content {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.footer_logo {
    width: 20%;
    float: left;
    margin-top: 1.5%;
}
.copy{
    text-align: center;
}


#top_main  {
	width: 100%;	
    margin-left: auto;
    margin-right: auto;
    border-bottom: 5px solid #A2B365;
}
#content_wrapper {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;


    margin-top: 0px;

    color: #626262;
}

.content_box {
    margin-top: 1.5%;
    background-color: #FFFFFF;
	width: 1100px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;	
    padding-bottom: 30px;
}

.top_content_right {
    width: 30%;
    float: right;
}
.top_map {
    margin-top: 4%;
    width: 100%;
    height: 100%;
    font-size: 1.5em;
}
.top_map_text {
    font-size: 0.7em;
    margin-top: 5px;
}


.facebook {
    width: 100%;
    height: 300px;
}


.top_content_left {
    width: 68%;
    float: left;
}
.top_comment {
    margin-top: 4%;
    background-color: #FBFFEE;
    padding-top: 2%;
    padding-right: 1.5%;
    padding-bottom: 6%;
    padding-left: 1.5%;
    border: 4px solid #D5C09D;
    line-height: 200%;
    background-image: url(../img/top_comment_bg.png);
    background-repeat: no-repeat;
    background-size: 38% auto;
    background-position: 100% 55%;
    text-shadow: 2px 2px #FFFFFF;
    border-radius: 4px;
    font-size: 1em;
}
.top_banner_box {
    margin-top: 5%;
}
.top_banner_01 {
    float: left;
    width: 48%;
}
.top_banner_02 {
    float: right;
    width: 48%;
}



.top_comment_caption {
    color: #906363;
    font-weight: bold;
    font-size: 1.5em;
}

top_comment {
}



.news_box {
    position: relative;
    overflow: hidden;
    padding-bottom: 28%;
    background-color: #EFEFEF;
    border: 1px dotted #B4B296;

}
.news_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;height: 100% !important;
}


.nav_pc {
    margin-top: 1.5%;
    color: #362F2F;
}

.pagetop {
 	display: none;
	position: fixed;
	bottom: 30px;
	right: 50px;
	z-index: 100;
}
.pagetop a {
	display: block;
	width: 100px;
	height: 80px;
	background-color: rgba(127,59,0,0.59);
	text-align: center;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	line-height: 80px;
	border-radius: 10px;
}

.sub_title{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
}
.sub_box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    position: relative;
}
#course_content{
	width: 100%;
	
}




.tax_text{
    color: #FF0004;
    font-size: 1em;
    text-align: right;
    padding-top: 0.7%;
    padding-bottom: 0.7%;
    margin-top: 0.5%;
}



/*コースメニュー*/
.course_button_box{
    width: 100%;

}
.course_btn{
    width: 100%;
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    background: #00bcd4;
    color: #FFFFFF;
	transition: .4s;
    text-align: center;
    font-size: 1.3em;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 5%;
    padding-bottom: 5%;
    letter-spacing: 2px;
    border: 1px solid #00BCD4;
}
.course_btn:hover{
    background-color: #E0FBFF;
    color: #00bcd4;
    border: 1px solid #00BCD4;
}
.course_list {
}
.course_list li {
    float: left;
	width: 22%;
	margin-left: 4%;
	margin-top: 1%;
}
.course_list li:nth-child(1) {
	margin-left: 0%;
}

.course_list li:nth-child(5) {
	margin-left: 0%;
}
#reserve_read{
    margin-top: 6%;
}


#course_recommend{
    margin-top: 3%;
    background-color: #FCFDE0;
    padding-bottom: 1.5%;
}
.course_recommend_box_text {
    margin-top: 2.5%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.course_recommend_box_image {
    margin-top: 2.5%;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
}
.course_recommend_neme {
    text-align: center;
    color: #FFFFFF;
    background-color: #4E6F2D;
    font-size: 1.5em;
    padding-top: 1.2%;
    padding-bottom: 1.2%;
    font-weight: bold;
}
.course_recommend_box {
    margin-top: 2%;
    border: 1px solid #939393;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    background-color: #FFFFFF;
    padding-bottom: 1.5%;
}
.course_recommend_title {
    background-image: -webkit-linear-gradient(270deg,rgba(251,53,102,1.00) 49.23%,rgba(249,3,64,1.00) 51.81%);
    background-image: -moz-linear-gradient(270deg,rgba(251,53,102,1.00) 49.23%,rgba(249,3,64,1.00) 51.81%);
    background-image: -o-linear-gradient(270deg,rgba(251,53,102,1.00) 49.23%,rgba(249,3,64,1.00) 51.81%);
    background-image: linear-gradient(180deg,rgba(251,53,102,1.00) 49.23%,rgba(249,3,64,1.00) 51.81%);
    color: #FFFFFF;
    text-align: center;
    font-size: 2em;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    font-weight: bold;
    position: relative;
}







/*ベルムカイン*/
.berm_contact {
    text-align: center;
    margin-top: 4%;
    background-color: #F7FFF3;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
    padding-bottom: 3%;
    border-radius: 6px;
    border: 3px solid #ADC59B;
    font-size: 1.4em;
    line-height: 140%;
    background-image: -webkit-linear-gradient(270deg,rgba(246,255,243,1.00) 44.04%,rgba(238,255,232,1.00) 47.15%);
    background-image: -moz-linear-gradient(270deg,rgba(246,255,243,1.00) 44.04%,rgba(238,255,232,1.00) 47.15%);
    background-image: -o-linear-gradient(270deg,rgba(246,255,243,1.00) 44.04%,rgba(238,255,232,1.00) 47.15%);
    background-image: linear-gradient(180deg,rgba(246,255,243,1.00) 44.04%,rgba(238,255,232,1.00) 47.15%);
    color: #324329;
    font-weight: bold;
}

.berm_caption {
    text-align: center;
    background-color: #821A1B;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.8em;
    padding-top: 2%;
    padding-bottom: 2%;
	line-height: 160%;
}
.berm_top {
    margin-top: 2%;
}
.berm_image {
    margin-top: 2%;
    text-align: center;
}
.berm_image_text {
    margin-top: 1%;
}

.berm_text_box01 {
    margin-top: 1%;
    background-color: #FFFDEB;
    border: 2px solid #CDBE97;
    border-radius: 2px;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    line-height: 140%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.berm_text_box02 {
    text-align: center;
    margin-top: 2%;
    line-height: 160%;
}
.berm_text_box03 {
    margin-top: 2%;
    text-align: center;
}

.berm_text02 {
    color: #C74042;
    font-weight: bold;
    font-size: 1.7em;
}


.berm_text01 {
    font-weight: bold;
    font-size: 1.5em;
    color: #B32929;
}


/*YOSA*/	
#yosa01{
    width: 100%;
    line-height: 140%;
    text-align: center;
}
.yosa_text01{
    margin-top: 1%;
    color: #686868;
    font-size: 0.9em;
    font-weight: normal;
}
.yosa_top{
    width: 90%;
    margin-left: auto;
    margin-right: auto;	
}
.yosa_caption {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.yosa01_text01 {
    margin-top: 2%;
    color: #938004;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
}
.yosa01_text02 {
    margin-top: 2%;
    color: #E46A00;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #A7906B;
    padding-bottom: 1%;
}

.yosa_image01 {
    width: 56%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}
.yosa_normal{
    margin-top: 2%;
    text-align: left;
}






#yosa02{
	width: 100%;
    margin-top: 6%;	
    text-align: center;	
}
.yosa02_setsumei_box01 {
    margin-top: 2%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px dashed #DDDDDD;
    padding-top: 2%;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(253,255,244,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(253,255,244,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(253,255,244,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(253,255,244,1.00) 100%);	
    padding-left: 1%;
    padding-right: 1%;
}
.yosa02_setsumei_box02 {
    margin-top: 2%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px dashed #DDDDDD;
    padding-top: 2%;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(253,255,244,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(253,255,244,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(253,255,244,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(253,255,244,1.00) 100%);
    padding-left: 1%;
    padding-right: 1%;
}
.yosa02_setsumei_box01_image {
    width: 30%;
    float: left;
}
.yosa02_setsumei_box01_text {
    width: 68%;
    float: right;
    text-align: left;
}

.yosa02_setsumei_box02_image {
    width: 30%;
    float: right;
}
.yosa02_setsumei_box02_text {
    width: 68%;
    float: left;
}




#yosa03{
	width: 100%;
    margin-top: 6%;	
    text-align: center;	
}
.yosa03_text01{
    text-align: center;
    margin-top: 2%;
    font-size: 1.2em;
}
.yosa03_setsumei_box01{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    text-align: left;
}
.yosa03_setsumei_box01_image01{
	width: 30%;
	float: left;
	
}
.yosa03_setsumei_box01_text01{
	width: 68%;
	float: right;	
}

.yosa03_setsumei_box01_image02{
    width: 30%;
    float: right;
}
.yosa03_setsumei_box01_text02{
    width: 68%;
    float: left;
	
}





#yosa04{
	width: 100%;	
    margin-top: 6%;	
    text-align: center;	
}
.yosa_procedure {
    margin-top: 3%;
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.yosa_procedure_caption {
    margin-top: 3%;
    text-align: center;
    color: #FFFFFF;
    background-color: #F77427;
    border-radius: 4px;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    font-size: 1.2em;
    font-weight: bold;
    -webkit-box-shadow: 2px 2px 2px #625B45;
    box-shadow: 2px 2px 2px #625B45;
}
.yosa04_text01 {
    margin-top: 2%;
    font-size: 1.2em;
    color: #A84041;
}

.yosa04_text02 {
    margin-top: 2%;
    text-align: left;
}

.yosa04_text03 {
    margin-top: 4.5%;
    text-align: center;
}



.yosa_procedure_list{
    list-style-image: url(../img/01.gif);
    font-size: 1.2em;
    width: 78%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 2px 2px #FFFFFF;
    color: #318FD4;
}
.yosa_procedure_list li{
    position: relative;
	z-index: 1;
	margin-top: 6%;	
    font-weight: bold;}

.yosa_procedure_list li:nth-child(1){
	margin-top: 6%;
	list-style-image: url(../img/01.gif);

}
.yosa_procedure_list li:nth-child(2){
	margin-top: 6%;	
    list-style-image: url(../img/02.gif);

}
.yosa_procedure_list li:nth-child(3){
	margin-top: 6%;	
    list-style-image: url(../img/03.gif);

}

.yosa_procedure_list02{
    font-size: 1.2em;
    width: 78%;
	margin-top: 6%;	
	margin-left: auto;
	margin-right: auto;
    color: #318FD4;
}
.yosa_procedure_list02 li{
    position: relative;
	z-index: 1;
	margin-top: 6%;	
    font-weight: bold;
}
.yosa_procedure_list02 li:nth-child(1){
	margin-top: 6%;		
    list-style-image: url(../img/03.gif);


}
.yosa_procedure_list02 li:nth-child(2){
	margin-top: 6%;	
    list-style-image: url(../img/04.gif);

}
.yosa_procedure_list02 li:nth-child(3){
	margin-top: 6%;	
	list-style-image: url(../img/05.gif);

}

.yosa_procedure_list03{
    position: relative;
    font-size: 1.2em;
    width: 78%;
	margin-top: 6%;	
	margin-left: auto;
	margin-right: auto;
    color: #318FD4;
}
.yosa_procedure_list03 li{
	margin-top: 6%;		
    position: relative;
	z-index: 1;
    font-weight: bold;
}
.yosa_procedure_list03 li:nth-child(1){
	margin-top: 6%;		
    list-style-image: url(../img/05.gif);


}


.yosa_procedure_iamge {
    width: 490px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}
.yosa_procedure_iamge02 {
    position: absolute;
    top: -18%;
    right: -20%;
	z-index: -1;
}
.yosa_procedure_iamge03 {
    position: absolute;
    top: 18%;
    right: -25%;
	z-index: -1;	
}
.yosa_procedure_iamge04 {
    position: absolute;
    top: 18%;
    right: -20%;
	z-index: -1;	
}
.yosa_procedure_iamge05 {
    position: absolute;
    top: 35%;
    right: -15%;
	z-index: -1;	
}






#yosa05{
	width: 100%;
    margin-top: 6%;	
    text-align: center;	
}



.yosa_menu{
    margin-top: 3%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;

}
.yosa_menu_box{
    border-bottom: 1px solid #929292;
    padding-bottom: 1.5%;
    padding-top: 1.5%;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 46.11%,rgba(225,255,238,1.00) 96.37%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 46.11%,rgba(225,255,238,1.00) 96.37%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 46.11%,rgba(225,255,238,1.00) 96.37%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 46.11%,rgba(225,255,238,1.00) 96.37%);
}
.yosa_menu_left{
	width: 60%;
	float: left;
	
}
.yosa_menu_name{
	width: 40%;
    color: #2C6813;
    font-weight: bold;
    font-size: 1.3em;
	float: left;
}
.yosa_menu_name02{
    text-align: left;
}
.yosa_menu_right{
	width: 40%;
	float: right;
}
.yosa_menu_time{
	float: left;
}
.yosa_menu_price{
    float: left;
    padding-left: 2%;
    color: #C4080B;
    font-size: 1.3em;
    font-weight: bold;
}

.yosa_kaisuken_caption {
    color: #B53032;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}

.yosa_kaisuken_box_caption {
    color: #922325;
    font-weight: bold;
}
.yosa_kaisuken_box{
	margin-top: 3%;
}

.yosa_tbl01 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    border-color: #CFCFCF;
    background-color: #FFFEF6;
    margin-top: 1.5%;
}
.yosa_tbl01 tbody tr td {
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
}
.yosa_tbl01_text02 {
    color: #E00003;
    font-size: 1.1em;
    font-weight: bold;
}

.yosa_tbl01_text01 {
    color: #72A26A;
    font-weight: bold;
}

.yosa_link{
    margin-bottom: 2%;
    border-bottom: 1px solid #DBE9D5;
    padding-bottom: 1%;
    background-color: #FFE5E5;
    padding-top: 1%;
    text-align: center;
}
.yosa_link a{
    color: #683044;
    text-shadow: 0px 0px 40px #B82263;
}
.yosa_link a:hover{
    color: #CF7EA1;
    text-shadow: 0px 0px 20px #B8212F;
}




/*#cholley*/	
#cholley {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3%;
    font-size: 0.9em;
}
.cholley_menu {
    border-bottom: 1px dashed #709F6E;
    margin-left: auto;
    margin-right: auto;
    width: 86%;
}

.cholley_menu_box {
    border: 1px solid #8E8E8E;
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #FDFFF4;
    margin-top: 3%;
}
.cholley_menu_text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    color: #144E6E;
}

.cholley_menu_flow {
    color: #136C5E;
    text-align: center;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 1%;
    border: 1px dashed #B4B8A5;
    padding-left: 2%;
    padding-right: 2%;
}
.cholley_menu_flow_bg {
    background-color: #FFECE6;
}


.cholley_menu_top {
    font-weight: bold;
    font-size: 1.5em;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #979577;
    padding-bottom: 1.2%;
}
.cholley_menu_price {
    text-align: right;
}


.cholley_menu_name {
    float: left;
    width: 60%;
    color: #204BAD;
    font-size: 1.11em;
}


.cholley_caption {
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 2.2em;
    background-color: #F3BDBD;
    text-shadow: 2px 2px #D3898A;
    padding-top: 2.3%;
    padding-bottom: 2.3%;
    background-image: -webkit-linear-gradient(270deg,rgba(245,202,202,1.00) 47.67%,rgba(253,186,186,1.00) 49.74%);
    background-image: -moz-linear-gradient(270deg,rgba(245,202,202,1.00) 47.67%,rgba(253,186,186,1.00) 49.74%);
    background-image: -o-linear-gradient(270deg,rgba(245,202,202,1.00) 47.67%,rgba(253,186,186,1.00) 49.74%);
    background-image: linear-gradient(180deg,rgba(245,202,202,1.00) 47.67%,rgba(253,186,186,1.00) 49.74%);
    border-radius: 4px;
    border: 2px solid #EBB9BA;
    -webkit-box-shadow: 2px 2px 2px #E7D8D8;
    box-shadow: 2px 2px 2px #E7D8D8;
}
.cholley_top {
    margin-top: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.cholley_about {
    margin-top: 40px;

}
.cholley_about_text {
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.cholley_about_title {
    text-align: center;
    color: #FFFFFF;
    font-size: 2.2em;
    background-color: #ACC76E;
    padding-bottom: 1.5%;
    padding-top: 1.5%;
}


.clearfix:after {
  display: block;
  clear: both;
  content: "";
}


#ar_facial{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
    padding-left: auto;
    padding-right: auto;
}
.ar_facial_box {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
    width: 92%;
    margin-top: 2%;
}

.ar_facial_text02 {
    margin-top: 1.5%;
    line-height: 150%;
}
.ar_facial_plan {
    margin-top: 1.5%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFEEE6;
    text-align: center;
    font-size: 1.2em;
    padding-top: 2%;
    padding-bottom: 2%;
    border: 2px solid #D7C09F;
    line-height: 160%;
    padding-left: 2%;
    padding-right: 2%;
    color: #464646;
}
.ar_facial_price {
    font-size: 1.2em;
    font-weight: bold;
}

.ar_facial_text01 {
    color: #A05051;
}
.ar_facial_tilte {
    text-align: center;
    background-color: #F4FFA9;
    background-image: -webkit-linear-gradient(270deg,rgba(255,246,186,1.00) 50.26%,rgba(255,241,149,1.00) 55.96%);
    background-image: -moz-linear-gradient(270deg,rgba(255,246,186,1.00) 50.26%,rgba(255,241,149,1.00) 55.96%);
    background-image: -o-linear-gradient(270deg,rgba(255,246,186,1.00) 50.26%,rgba(255,241,149,1.00) 55.96%);
    background-image: linear-gradient(180deg,rgba(255,246,186,1.00) 50.26%,rgba(255,241,149,1.00) 55.96%);
    font-size: 2.3em;
    padding-top: 2%;
    padding-bottom: 2%;
    font-weight: bold;
    color: #6B6B6B;
    border: 2px solid #F0E9C2;
    -webkit-box-shadow: 2px 2px 2px #DCDB88;
    box-shadow: 2px 2px 2px #DCDB88;
}



/*keana*/
#keana{
	width: 100%;
}
.skin_scraiber {
    text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.skin_scraiber_title {
    text-align: center;
    background-color: #9CB9D1;
    background-image: -webkit-linear-gradient(270deg,rgba(220,242,255,1.00) 49.22%,rgba(179,228,255,1.00) 50.26%);
    background-image: -moz-linear-gradient(270deg,rgba(220,242,255,1.00) 49.22%,rgba(179,228,255,1.00) 50.26%);
    background-image: -o-linear-gradient(270deg,rgba(220,242,255,1.00) 49.22%,rgba(179,228,255,1.00) 50.26%);
    background-image: linear-gradient(180deg,rgba(220,242,255,1.00) 49.22%,rgba(179,228,255,1.00) 50.26%);
    color: #3F6B84;
    font-size: 2.3em;
    padding-top: 2%;
    padding-bottom: 2%;
    border: 2px solid #BFD3E8;
    border-radius: 4px;
    font-weight: bold;
}
.skin_scraiber_top {
	margin-top: 5%;
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.skin_scraiber_image {
    width: 40%;
    float: left;
}

.skin_scraiber_comment {
    width: 57%;
    float: right;
    text-align: left;
    font-size: 1.1em;
    line-height: 140%;
    margin-top: 5%;
}
.skin_scraiber_course {
    margin-top: 4%;
    background-color: #FFFCE4;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-top: 1.7%;
    padding-bottom: 1.7%;
    font-size: 1.2em;
    line-height: 160%;
    border-radius: 4px;
    border: 3px solid #E2E4C1;
}
.skin_scraiber_course_name{
    font-weight: bold;
    font-size: 1.1em;
    color: #585F0A;
    background-color: #FFFFFF;
    width: 64%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    border-radius: 4px;
}
.skin_scraiber_price{
    font-size: 1.2em;
    margin-top: 1%;
    font-weight: bold;
	
}
.skin_scraiber_attention {
    width: 70%;
    margin-top: 2%;
    background-color: #F4FBFF;
    padding-top: 2%;
    padding-bottom: 2%;
    border: 3px solid #A2B2B8;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}
.skin_scraiber_attention_caption{
    font-size: 1.2em;
    font-weight: bold;
    color: #407F9C;
    text-decoration: underline;
}
.skin_scraiber_list{
    text-align: left;
    font-size: 1.1em;
    line-height: 150%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 3%;
}
.skin_scraiber_list li{
    list-style-type: disc;
}


/*ende*/

#ende{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.ende_top {
	width: 96%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 4%;
}
.ende_image {
    float: left;
    width: 35%;
}
.ende_comment {
    width: 62%;
    float: right;
	margin-top: 5%;
}



.ende_title{
    text-align: center;
    background-image: -webkit-linear-gradient(270deg,rgba(220,255,240,1.00) 49.22%,rgba(179,255,220,1.00) 49.74%);
    background-image: -moz-linear-gradient(270deg,rgba(220,255,240,1.00) 49.22%,rgba(179,255,220,1.00) 49.74%);
    background-image: -o-linear-gradient(270deg,rgba(220,255,240,1.00) 49.22%,rgba(179,255,220,1.00) 49.74%);
    background-image: linear-gradient(180deg,rgba(220,255,240,1.00) 49.22%,rgba(179,255,220,1.00) 49.74%);
    color: #3F8458;
    font-size: 2.3em;
    padding-top: 2%;
    padding-bottom: 2%;
    border: 2px solid #BFD3E8;
    border-radius: 4px;
    font-weight: bold;
    -webkit-box-shadow: 2px 2px 2px #ABD4BF;
    box-shadow: 2px 2px 2px #ABD4BF;
}
.ende_comment_text01 {
    text-align: center;
    padding-bottom: 2%;
    font-size: 1.4em;
    font-weight: bold;
    color: #446EAF;
}
.ende_course_box {
    margin-top: 4%;
    text-align: center;
    background-color: #EDFFF5;
    padding-left: 2.3%;
    padding-right: 2.3%;
    padding-top: 2.3%;
    border: 2px solid #83A78E;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2.3%;
}
.ende_course_text03 {
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}

.ende_course_text01 {
    border-bottom: 1px dotted #325723;
    margin-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 1%;
    font-size: 1.1em;
    line-height: 140%;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
	
}
.ende_course_text02 {
    border-bottom: 1px dotted #325723;
    margin-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 1%;
    font-size: 1.2em;
    line-height: 150%;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 43%,rgba(243,255,254,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 43%,rgba(243,255,254,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 43%,rgba(243,255,254,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 43.00%,rgba(243,255,254,1.00) 100%);
    padding-top: 1%;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}


.ende_course_box_name {
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #FFFFFF;
    font-weight: bold;
    color: #367324;
    font-size: 1.3em;
    line-height: 145%;
    border: 2px solid #B7C9B2;
    background-image: -webkit-linear-gradient(270deg,rgba(250,255,240,1.00) 51.81%,rgba(246,255,230,1.00) 52.33%);
    background-image: -moz-linear-gradient(270deg,rgba(250,255,240,1.00) 51.81%,rgba(246,255,230,1.00) 52.33%);
    background-image: -o-linear-gradient(270deg,rgba(250,255,240,1.00) 51.81%,rgba(246,255,230,1.00) 52.33%);
    background-image: linear-gradient(180deg,rgba(250,255,240,1.00) 51.81%,rgba(246,255,230,1.00) 52.33%);
}


/*ende*/

#aroma{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.aroma_title{
    text-align: center;
    background-image: -webkit-linear-gradient(270deg,rgba(244,222,161,1.00) 51.81%,rgba(232,209,144,1.00) 51.81%);
    background-image: -moz-linear-gradient(270deg,rgba(244,222,161,1.00) 51.81%,rgba(232,209,144,1.00) 51.81%);
    background-image: -o-linear-gradient(270deg,rgba(244,222,161,1.00) 51.81%,rgba(232,209,144,1.00) 51.81%);
    background-image: linear-gradient(180deg,rgba(244,222,161,1.00) 51.81%,rgba(232,209,144,1.00) 51.81%);
    color: #70670F;
    font-size: 2.3em;
    padding-top: 2%;
    padding-bottom: 2%;
    border: 2px solid #E8E3BF;
    border-radius: 4px;
    font-weight: bold;
    -webkit-box-shadow: 2px 2px 2px #BDC59F;
    box-shadow: 2px 2px 2px #BDC59F;
}
.aroma_box01{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #DB8D49;
    margin-top: 4%;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}
.aroma_box01_caption02 {
    margin-top: 4%;
    font-weight: bold;
    font-size: 1.7em;
    background-image: -webkit-linear-gradient(270deg,rgba(241,240,218,1.00) 30.05%,rgba(189,219,178,1.00) 64.25%);
    background-image: -moz-linear-gradient(270deg,rgba(241,240,218,1.00) 30.05%,rgba(189,219,178,1.00) 64.25%);
    background-image: -o-linear-gradient(270deg,rgba(241,240,218,1.00) 30.05%,rgba(189,219,178,1.00) 64.25%);
    background-image: linear-gradient(180deg,rgba(241,240,218,1.00) 30.05%,rgba(189,219,178,1.00) 64.25%);
    padding-top: 1.6%;
    padding-bottom: 1.6%;
    color: #175121;
    border-radius: 4px;
    border: 2px solid #A1C3A2;
}
.aroma_box01_menu {
    background-color: #FFFEF2;
    color: #525252;
    text-align: left;
    margin-top: 3%;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    -webkit-box-shadow: 2px 2px 2px #969379;
    box-shadow: 2px 2px 2px #969379;

}
.aroma_box01_menu_neme {
    color: #5E2728;
    font-weight: bold;
    font-size: 1.3em;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 77.20%,rgba(255,234,161,1.00) 83.93%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 77.20%,rgba(255,234,161,1.00) 83.93%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 77.20%,rgba(255,234,161,1.00) 83.93%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 77.20%,rgba(255,234,161,1.00) 83.93%);
}
.aroma_box01_menu_price {
    margin-top: 2%;
    font-size: 1.3em;
}
.aroma_box01_menu_text01 {
    margin-top: 1%;
    padding-top: 1%;
    border-top: 1px dotted #7A7474;
}





.aroma_box01_text01 {
    margin-top: 2%;
    text-align: left;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.aroma_box01_area01 {
    margin-top: 2%;
    text-align: center;
    background-color: #FFFFFF;
    color: #4A4A4A;
    border-radius: 3px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.aroma_box01_area01_text01 {
    margin-top: 1.5%;
    padding-top: 1.2%;
    padding-bottom: 1.2%;
    border-top-width: 1px;
    border-top-style: dotted;
    text-align: left;
}

.aroma_box01_area01_name {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    background-color: #CD7677;
    padding-top: 0.8%;
    padding-right: 0.8%;
    padding-bottom: 0.8%;
    padding-left: 0.8%;
    border-radius: 8px;
    color: #FFFBEF;
}



.aroma_box01_caption {
    color: #4A3D22;
    text-align: center;
    font-size: 1.4em;
    background-color: #FFFCEB;
    font-weight: bold;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 4px;

    border: 2px solid #B7A97B;
}


.aroma_box02{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #BFD8BA;
    margin-top: 4%;
    border-radius: 4px;
    color: #0D3A1B;
    text-align: center;
    position: relative;
}
.aroma_box02_text01   {
    margin-top: 3%;
    background-color: #FEFFF9;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.2%;
    padding-right: 1.2%;
    padding-bottom: 1.2%;
    padding-left: 1.2%;
    text-align: left;
}
.aroma_box02_course {
    margin-top: 4%;
    background-color: #FFF0CA;
    line-height: 150%;
    display: inline-block;
    padding-top: 1.5%;
    padding-right: 1.5%;
    padding-bottom: 1.5%;
    padding-left: 1.5%;
    border: 2px solid #929A5D;
    color: #463B0B;
}
.aroma_box02_course_name   {
    font-size: 1.5em;
    font-weight: bold;

}
.aroma_box02_course_price {
    margin-top: 1.5%;
    font-size: 1.2em;
}
.aroma_box02_course_text01   {
}
.aroma_box02_text02 {
    margin-top: 3%;
    width: 90%;
    text-align: left;
    background-color: #FFFFFF;
    padding-top: 1.5%;
    padding-right: 1.5%;
    padding-bottom: 1.5%;
    padding-left: 1.5%;
    margin-left: auto;
    margin-right: auto;
    color: #4B4B4B;
}
.aroma_box02_caption {
    font-size: 2em;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    border-radius: 4px;
    border: 2px solid #A4B7A5;
    font-weight: bold;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 28.50%,rgba(225,255,234,1.00) 82.38%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 28.50%,rgba(225,255,234,1.00) 82.38%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 28.50%,rgba(225,255,234,1.00) 82.38%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 28.50%,rgba(225,255,234,1.00) 82.38%);
    text-shadow: 2px 2px 2px #CBD9CB;
}




/*bridal*/

#bridal{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.bridal_title{
    text-align: center;
    background-image: -webkit-linear-gradient(270deg,rgba(250,228,255,1.00) 50.26%,rgba(248,214,255,1.00) 50.26%);
    background-image: -moz-linear-gradient(270deg,rgba(250,228,255,1.00) 50.26%,rgba(248,214,255,1.00) 50.26%);
    background-image: -o-linear-gradient(270deg,rgba(250,228,255,1.00) 50.26%,rgba(248,214,255,1.00) 50.26%);
    background-image: linear-gradient(180deg,rgba(250,228,255,1.00) 50.26%,rgba(248,214,255,1.00) 50.26%);
    color: #700E4E;
    font-size: 2.3em;
    padding-top: 2%;
    padding-bottom: 2%;
    border: 2px solid #E8BFE3;
    border-radius: 4px;
    font-weight: bold;
    -webkit-box-shadow: 2px 2px 2px #C59FC3;
    box-shadow: 2px 2px 2px #C59FC3;
}
.bridal_box{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #FFF3FC;
    margin-top: 4%;
    border-radius: 4px;
    color: #A74C6B;
    text-align: center;
    position: relative;
    border: 2px solid #EDD9E6;
    background-image: url(../img/bridal_iamge.png);
    background-repeat: no-repeat;
    background-size: 30% auto;
    background-position: 105% 100%;
}
.bridal_caption {
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,229,240,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,229,240,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,229,240,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,229,240,1.00) 100%);
    font-size: 1.7em;
    font-weight: bold;
    padding-top: 2.3%;
    padding-bottom: 2.3%;
    color: #C97EBC;
    border: 2px solid #FFD4E4;
    -webkit-box-shadow: 1px 1px 2px #FFE5FD;
    box-shadow: 1px 1px 2px #FFE5FD;
    letter-spacing: 2px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
	
}
.bridal_course {
    margin-top: 2%;
}
.bridal_lista {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
    margin-top: 3%;
    padding-left: 6%;
    padding-right: 3%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    background-color: #FFFFFF;
    border: 2px solid #DDCCE4;
    text-align: left;
    color: #414141;
}
.bridal_lista li {
    list-style-type: decimal;
}


.bridal_price {
    background-color: #FFFFFF;
    font-size: 1.4em;
    font-weight: bold;
    width: 64%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #464646;
    border: 1px solid #C8A5C5;
    border-radius: 4px;
    margin-top: 4%;
}
.bridal_option {
    margin-top: 1%;
    display: inline-block;
    background-color: #FFFFFF;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    border-radius: 4px;
    color: #585858;
    border: 1px dashed #B7B7B7;
    width: 48%;
}


/*maternity*/

#maternity{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.maternity_title{
    text-align: center;
    background-image: -webkit-linear-gradient(270deg,rgba(255,245,239,1.00) 50.26%,rgba(255,230,214,1.00) 51.81%);
    background-image: -moz-linear-gradient(270deg,rgba(255,245,239,1.00) 50.26%,rgba(255,230,214,1.00) 51.81%);
    background-image: -o-linear-gradient(270deg,rgba(255,245,239,1.00) 50.26%,rgba(255,230,214,1.00) 51.81%);
    background-image: linear-gradient(180deg,rgba(255,245,239,1.00) 50.26%,rgba(255,230,214,1.00) 51.81%);
    color: #70320E;
    font-size: 2.3em;
    padding-top: 2%;
    padding-bottom: 2%;
    border: 2px solid #E8CABF;
    border-radius: 4px;
    font-weight: bold;
    -webkit-box-shadow: 2px 2px 2px #C5A79F;
    box-shadow: 2px 2px 2px #C5A79F;
}
.maternity_box{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #FFF5F3;
    margin-top: 4%;
    border-radius: 4px;
    color: #A77E4C;
    text-align: center;
    position: relative;
    border: 2px solid #EDE4D9;
    background-image: url(../img/maternity_image.png);
    background-repeat: no-repeat;
    background-position: 120% 100%;
    background-size: 45% auto;
}
.maternity_text01 {
    font-size: 1.2em;
    line-height: 140%;
    background-color: #FFFFFF;
    border-radius: 4px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    border: 1px solid #CCC8A5;
    color: #726338;
}
.maternity_menu {
    margin-top: 3%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    padding-top: 2%;
    padding-bottom: 2%;
    border: 2px solid #D5C4A3;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 140%;
}
.maternity_menu_box {
    display: inline-block;
    text-align: left;
    width: 54%;
}
.maternity_menu_box02 {
    margin-top: 1%;
}

.maternity_menu_name {
    float: left;
    width: 44%;
}
.maternity_menu_time {
    float: left;
    font-size: 0.8em;
}
.maternity_menu_price {
    float: left;

}
.maternity_menu_text01 {
    font-size: 0.7em;
    font-weight: normal;
    color: #707070;
}

.maternity_attention {
    margin-top: 3%;
    color: #D15400;
    font-size: 0.8em;
}
.maternity_menu_list {
    font-size: 0.8em;
    color: #5A5959;
}



/*tubo*/

#tubo{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.tubo_text01 {
    text-align: center;
    color: #CC4143;
    margin-top: 2%;
    line-height: 155%;
}
.tubo_text02 {
    clear: both;
    margin-top: 2%;
}
.tubo_text03{
    width: 100%;
    color: #AC0964;
    font-weight: bold;
    font-size: 1.1em;
}
.tubo_text04{
    margin-top: 2%;
}
.tubo_box01 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px double #B46F71;
    border-bottom: 2px double #B46F71;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
    background-image: -webkit-linear-gradient(270deg,rgba(255,230,230,1.00) 0%,rgba(255,255,255,1.00) 7.25%,rgba(255,255,255,1.00) 94.81%,rgba(255,230,230,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,230,230,1.00) 0%,rgba(255,255,255,1.00) 7.25%,rgba(255,255,255,1.00) 94.81%,rgba(255,230,230,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,230,230,1.00) 0%,rgba(255,255,255,1.00) 7.25%,rgba(255,255,255,1.00) 94.81%,rgba(255,230,230,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,230,230,1.00) 0%,rgba(255,255,255,1.00) 7.25%,rgba(255,255,255,1.00) 94.81%,rgba(255,230,230,1.00) 100%);
}
.tubo_box02 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px double #B46F71;
    border-bottom: 2px double #B46F71;
    padding-bottom: 6%;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 5%;
    background-image: -webkit-linear-gradient(270deg,rgba(255,230,230,1.00) 0%,rgba(255,255,255,1.00) 7.25%,rgba(255,255,255,0.00) 94.81%,rgba(255,230,230,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,230,230,1.00) 0%,rgba(255,255,255,1.00) 7.25%,rgba(255,255,255,0.00) 94.81%,rgba(255,230,230,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,230,230,1.00) 0%,rgba(255,255,255,1.00) 7.25%,rgba(255,255,255,0.00) 94.81%,rgba(255,230,230,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,230,230,1.00) 0%,rgba(255,255,255,1.00) 7.25%,rgba(255,255,255,0.00) 94.81%,rgba(255,230,230,1.00) 100%);	
}

.tubo_box03 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px double #B46F71;
    border-bottom: 2px double #B46F71;
    padding-bottom: 2%;
}

.tubo_box_caption {
    color: #50657F;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5%;
    font-size: 1.8em;
    font-weight: bold;
}
.tubo_box_left01 {
    width: 25%;
    float: left;

}
.tubo_box_right01 {
    width: 73%;
    float: right;
    margin-top: 4%;
}

.tubo_box_left02 {
    margin-top: 8%;
    width: 73%;
    float: left;

}
.tubo_box_right02 {
    width: 25%;
    float: right;
}
.tubo_box_left03 {
    width: 25%;
    float: left;

}
.tubo_box_right03 {
    width: 73%;
    float: right;
}


.tubo_box_left04 {
    margin-top: 8%;
	width: 75%;
    float: left;

}
.tubo_box_right04 {
    width: 25%;
    float: right;
}
.tubo_box_left05 {
    width: 25%;
    float: left;

}
.tubo_box_right05 {
    width: 73%;
    float: right;
    margin-top: 8%;
}

.tubo_box_left06 {
    margin-top: 8%;
    width: 73%;
    float: left;

}
.tubo_box_right06 {
    width: 25%;
    float: right;
}

.tubo_box_left07 {
    width: 20%;
    float: left;

}
.tubo_box_right07 {
    width: 73%;
    float: right;
    margin-top: 8%;
}
.tubo_detail{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}
.tubo_detail02{
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}





/*room*/

#room{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 5%;
}
.room_caption01 {
    font-weight: bold;
    color: #67461D;
    font-size: 1.7em;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 87.05%,rgba(78,60,21,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 87.05%,rgba(78,60,21,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 87.05%,rgba(78,60,21,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 87.05%,rgba(78,60,21,1.00) 100%);
    padding-bottom: 1.5%;
}
.staff{
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    width: 86%;
    text-align: center;
}
.staff_caption{
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #D491AF;
    display: inline-block;
}
.staff_box{
    margin-top: 5%;
}
.staff_box02{
    margin-top: 10%;
}
.staff_image{
    float: left;
    width: 22%;
	box-shadow: 10px 12px 12px -10px;
}
.staff_comment{
    float: right;
    width: 70%;
    text-align: left;
    padding-top: 0.5%;
	
}
.staff_name{
    color: #4EA29E;
    font-size: 1.4em;
    font-weight: bold;
}
.staff_comment_text{
    margin-top: 3%;	
}

#map{
    margin-top: 10%;
}
.map_box{
	margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    width: 86%;
    text-align: center;
}
.map_area{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #C9C9C9;
}
.room_info{
	margin-top: 5%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;	
}
.room_info_image{
    float: left;
    width: 35%;
	box-shadow: 10px 12px 12px -10px;}
.room_info_detail{
    float: right;
    width: 58%;
    text-align: left;
}

.room_tbl{
  width:100%;
  border: 1px solid #d6ceb4;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.room_tbl th{
    padding: 6px 8px 5px;
    border-top: solid 1px #ffffff;
    width: 28%;
    overflow: hidden;
    color: #444445;
    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
    background-color: #EBE1EA;
}
 
.room_tbl td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}

.room_text01{
    font-weight: bold;
    letter-spacing: 1px;	
}


/*contact*/

#contact{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 5%;
}
.contact_caption {
    text-align: center;
    color: #669E3F;
    font-size: 1.5em;
    font-weight: bold;
}
.contact_text01 {
    margin-top: 4%;
    line-height: 160%;

}


.contact {
    font-weight: bold;
    color: #67461D;
    font-size: 1.7em;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 87.05%,rgba(78,60,21,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 87.05%,rgba(78,60,21,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 87.05%,rgba(78,60,21,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 87.05%,rgba(78,60,21,1.00) 100%);
    padding-bottom: 1.5%;
}
/*メールフォーム*/
#formWrap {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	color: #555;
	line-height: 200%;
}
.form_top {
	line-height: 190%;
	margin-bottom: 4%;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #FFFFFF;
}
table.formTable th{
	width:25%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}


/*サイトマップ*/

#sitemap{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.sitemap_box {
    margin-top: 30px;
    border-bottom: 1px dashed #B8C7CF;

}

.sitemap_description {
    width: 70%;
    float: right;
}


.sitemap_neme {
    width: 30%;
    float: left;
    font-weight: bold;
}



/*プライバシーポリシー*/	

#pp{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    margin-top: 3%;
    line-height: 140%;
}

.privacy_dl {
    margin-top: 20px;
}
.privacy_dl dt {
    color: #3C83B7;
    margin-top: 1%;
}
