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

@media only screen and (max-width: 480px) {
.news_box {
    position: relative;
    overflow: hidden;
    padding-bottom: 54%;
    background-color: #FFFFFF;
    margin-top: 6px;
    border: 1px dotted #B4B296;

}
	

body,html {
    margin: 0px;
    padding: 0px;
    color: #3D3C3C;	/*全体の文字色*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
    font-size: 0.9em;	/*文字サイズ*/
    line-height: 2;		/*行間*/
    -webkit-text-size-adjust: none;
    background-color: #4C8C42;
    background-image: url(../img/bg.png);
    min-width: 100%;
    width: 100%;
    height: 100%;
	position: relative
	
}
.br_sp{
	display: block;
}
.br_pc{
	display: none;
}
.header_wrapper {
    width: 100%;
    background-color: #63A45F;
    animation: bg-color 10s infinite;
    -webkit-animation: bg-color 10s infinite;
    border-bottom: 3px solid #A2B365;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 35%;
    padding-bottom: 4%;
}
	
	
/*スマホメニューボタン*/	
#menu-box {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 999;

	
}
	#menu {
    display: none;
	font-size: 1.3em;
		position: fixed;
		width: 100%;
	}
	#menu li {
	width: 100%;
	border-bottom: 1px solid #233519;
	}
	
#menu li a {
    display: block;
    padding: 12px 0 13px;
    background-color: #94B579;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #A43183;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background-color: #E0EDA6;
	color:  #203E17;
}	
	
	#toggle {
    display: block;
    position: relative;
    width: 100%;
    background-color: #122512;
    font-size: 1.5em;
    border-bottom: 2px solid #F4F4F4;
	}
	#toggle a{
	display: block;
	position: relative;
	padding: 20px 0 20px;
	border-bottom: 1px solid #2A562A;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 6px;
	background-color: #122512;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}	
	
.text_red{
	color: #F00;
}
/*@-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: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
   padding-top: 22%;

}
.header_content_box {
}

.header_logo {
    width: 74%;
    margin-top: 2%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.header_logo img:hover {
	opacity: 0.8 ;
}


.click_img:hover {
	opacity: 0.8 ;
}

.header_info {
    float: none;
    width: 95%;
	margin-top: 2%;
    color: #FFFFFF;
    font-size: 1.1em;
    line-height: 140%;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
}
.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: #FFFFFF;
}
.heder_link a:active  { 
    color: #FFFFFF;
}


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

.header_tel .tel {
    color: #FBFF99;
}
.header_tel .tel a:active  { 
    color: #FBFF99;
}
.header_tel .tel a:link { 
    color: #FBFF99;
}
.header_tel .tel a:visited  { 
    color: #FBFF99;
}
.header_tel .tel  a:hover  {
    color: #FBFF99;
}
.header_tel .tel  a:active  { 
    color: #FBFF99;
}	
	

.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: 50%;
    text-align: center;
    margin-top: 3%;
}

.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 {
	display: none;
    margin: 0;
    padding: 0;
  
    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: 1%;
}
.footer_info {
    width: 90%;
    float: none;
    line-height: 140%;
    margin-left: auto;
    margin-top: 2%;
    font-size: 1.2em;
    margin-right: auto;
    text-align: center;
}
.footer_link_box{
    float: none;
    width: 98%;
    color: #705C5C;
    margin-top: 1%;
    margin-left: auto;
    line-height: 150%;
    margin-right: auto;
    text-align: center;
}
.footer_link01 {
    width: 100%;
    color: #705C5C;
    float: none;
}
.footer_link02 {
    width: 100%;
    color: #705C5C;
    float: none;
    margin-top: 1%;
}
.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: 98%;
    margin-left: auto;
    margin-right: auto;
}
.footer_logo {
    width: 50%;
    float: none;
    margin-top: 1.5%;
    margin-left: auto;
    margin-right: auto;
}



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


    margin-top: 0px;

    color: #626262;
}
.content_box {
    margin-top: 1.5%;
    background-color: #FFFFFF;
    width: 94%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 25px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.top_content_right {
    width: 100%;
    float: none;
}
.top_map {
    margin-top: 6%;
    width: 90%;
    height: 100%;
    font-size: 1.5em;
    margin-left: auto;
    margin-right: auto;
}
.top_map_text {
    font-size: 0.7em;
    margin-top: 5px;
}


.facebook {
	margin-top: 6%;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}


.top_content_left {
    width: 100%;
    float: none;
}
.top_comment {
    margin-top: 6%;
    background-color: #FBFFEE;
    padding-top: 2%;
    padding-right: 1.5%;
    padding-bottom: 6%;
    padding-left: 1.5%;
    border: 4px solid #D5C09D;
    line-height: 180%;
    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: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.top_banner_02 {
    float: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}



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

top_comment {
}




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


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

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

.sub_title{
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}		
.sub_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}	
	
	
	
	
		
/*コースメニュー*/	
.course_recommend_title {
    color: #FFFFFF;
    text-align: center;
    background-image: -webkit-linear-gradient(270deg,rgba(255,87,87,1.00) 49.74%,rgba(255,0,0,1.00) 53.37%);
    background-image: -moz-linear-gradient(270deg,rgba(255,87,87,1.00) 49.74%,rgba(255,0,0,1.00) 53.37%);
    background-image: -o-linear-gradient(270deg,rgba(255,87,87,1.00) 49.74%,rgba(255,0,0,1.00) 53.37%);
    background-image: linear-gradient(180deg,rgba(255,87,87,1.00) 49.74%,rgba(255,0,0,1.00) 53.37%);
    font-size: 1.6em;
}
.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.2em;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 5%;
    padding-bottom: 5%;
    letter-spacing: 2px;
}
.course_btn:hover{
    background-color: #E0FBFF;
    color: #00bcd4;

}
.course_list {
	width: 100%;
}
.course_list li {
    float: left;
	width: 49.8%;
	margin-left: 0%;
	margin-top: 1%;
}
.course_list li:nth-child(1) {
	margin-left: 0%;
}

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

	
.course_recommend_box_image {
    margin-top: 2.5%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}	
	
	
	
/*ベルムカイン*/	
.berm_contact {
    text-align: center;
    margin-top: 4%;
    background-color: #F7FFF3;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
    padding-bottom: 3%;
    border-radius: 6px;
    border: 3px solid #ADC59B;
    font-size: 1.2em;
    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.3em;
    padding-top: 2%;
    padding-bottom: 2%;
    line-height: 160%;
}
.berm_top {
    margin-top: 2%;
}
.berm_image {
    margin-top: 4%;
    text-align: center;
    line-height: 140%;
}
.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: 90%;
}
.berm_text_box02 {
    text-align: center;
    margin-top: 4%;
    line-height: 160%;
}
.berm_text_box03 {
    margin-top: 2%;
    text-align: center;
    line-height: 140%;
}

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


.berm_text01 {
    font-weight: bold;
    font-size: 1.2em;
    color: #B32929;
}
	
	
	
/*YOSA*/	
#yosa01{
    width: 100%;
    line-height: 140%;
    text-align: center;
}
.yosa_top{
    width: 100%;
    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.2em;
    text-align: center;
}
.yosa01_text02 {
    margin-top: 2%;
    color: #E46A00;
    font-weight: bold;
    font-size: 1.1em;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid #A7906B;
    padding-bottom: 1%;
}

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






#yosa02{
    width: 100%;
    margin-top: 8%;
    text-align: center;
}
.yosa02_setsumei_box01 {
    margin-top: 4%;
    width: 90%;
    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: 4%;
    width: 90%;
    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: 50%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.yosa02_setsumei_box01_text {
    width: 100%;
    float: none;
    text-align: left;
}

.yosa02_setsumei_box02_image {
    width: 50%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.yosa02_setsumei_box02_text {
    width: 100%;
    float: none;
    text-align: left;
}




#yosa03{
    width: 100%;
    margin-top: 8%;
    text-align: center;
}
.yosa03_text01{
    text-align: left;
    margin-top: 2%;
    font-size: 1.1em;
}
.yosa03_setsumei_box01{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    text-align: left;
    border-bottom: 1px dashed #777777;
    padding-bottom: 1%;
    background-image: -webkit-linear-gradient(270deg,rgba(243,255,246,1.00) 62.18%,rgba(232,255,238,1.00) 93.26%);
    background-image: -moz-linear-gradient(270deg,rgba(243,255,246,1.00) 62.18%,rgba(232,255,238,1.00) 93.26%);
    background-image: -o-linear-gradient(270deg,rgba(243,255,246,1.00) 62.18%,rgba(232,255,238,1.00) 93.26%);
    background-image: linear-gradient(180deg,rgba(243,255,246,1.00) 62.18%,rgba(232,255,238,1.00) 93.26%);
    padding-left: 1.5%;
    padding-right: 1.5%;
}
.yosa03_setsumei_box01_image01{
    width: 70%;
    float: none;
    margin-left: auto;
    margin-right: auto;
	
}
.yosa03_setsumei_box01_text01{
    width: 100%;
    float: none;
    margin-top: 1%;
}

.yosa03_setsumei_box01_image02{
    width: 70%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.yosa03_setsumei_box01_text02{
    width: 100%;
    float: none;
    margin-top: 1%;
	
}





#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.1em;
    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;
    text-align: left;
}

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

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



.yosa_procedure_list{
    list-style-image: url(../img/01.gif);
    font-size: 1.2em;
    width: 70%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
	text-shadow: 1px 1px #FFFFFF;

}
.yosa_procedure_list li{
    position: relative;
	z-index: 1;
	margin-top: 2%;
}

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

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

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

}

.yosa_procedure_list02{
    font-size: 1.2em;
	width: 70%;
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px #FFFFFF;
}
.yosa_procedure_list02 li{
    position: relative;
	z-index: 1;

}
.yosa_procedure_list02 li:nth-child(1){
    list-style-image: url(../img/03.gif);


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

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

}

.yosa_procedure_list03{
    position: relative;
    font-size: 1.2em;
	width: 70%;
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px #FFFFFF;
}
.yosa_procedure_list03 li{
    position: relative;
	z-index: 1;

}
.yosa_procedure_list03 li:nth-child(1){
    list-style-image: url(../img/05.gif);


}


.yosa_procedure_iamge {
    width: 100%;
    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;
	width: 50%;
    top: 22%;
    right: -25%;
	z-index: -1;	
}
.yosa_procedure_iamge04 {
    position: absolute;
	width: 60%;	
    top: 18%;
    right: -20%;
	z-index: -1;	
}
.yosa_procedure_iamge05 {
    position: absolute;
	width: 38%;	
    top: 10%;
    right: -20%;
	z-index: -1;	
}






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



.yosa_menu{
    margin-top: 3%;
    width: 94%;
    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) 15.02%,rgba(225,255,238,1.00) 96.37%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 15.02%,rgba(225,255,238,1.00) 96.37%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 15.02%,rgba(225,255,238,1.00) 96.37%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 15.02%,rgba(225,255,238,1.00) 96.37%);
    width: 100%;
    margin-top: 2%;
}
.yosa_menu_left{
    width: 100%;
    float: none;
	
}
.yosa_menu_name{
    width: 50%;
    color: #2C6813;
    font-weight: bold;
    font-size: 1.3em;
    float: left;
}
.yosa_menu_name02{
    text-align: left;
    width: 50%;
    float: left;
}
.yosa_menu_right{
    width: 100%;
    float: none;
    clear: both;
}
.yosa_menu_time{
    float: left;
    width: 20%;
    text-align: center;
}
.yosa_menu_price{
    float: left;
    padding-left: 2%;
    color: #C4080B;
    font-size: 1.3em;
    font-weight: bold;
    width: 60%;
    text-align: right;
}

.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: 90%;
    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: left;
}
.yosa_link a{
    color: #683044;
    text-shadow: 0px 0px 40px #B82263;
}
.yosa_link a:hover{
    color: #CF7EA1;
    text-shadow: 0px 0px 20px #B8212F;
}

	
.yosa_procedure_iamge02 {
    position: absolute;
    width: 53%;
    top: 10%;
    right: -18%;
}	
.yosa_procedure {
    margin-top: 3%;
    text-align: left;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

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

.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: left;
    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.2em;
    width: 96%;
    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: 62%;
    color: #204BAD;
    font-size: 1em;
}


.cholley_caption {
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.5em;
    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%);
}
.cholley_top {
    margin-top: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.cholley_about {
    margin-top: 2%;

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

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


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


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

.ar_facial_text02 {
    margin-top: 2%;
    line-height: 150%;
}
.ar_facial_plan {
    margin-top: 1.5%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFEEE6;
    text-align: left;
    font-size: 1em;
    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;
    text-align: center;
}

.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: 1.6em;
    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: 100%;
	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: 1.6em;
    padding-top: 1%;
    padding-bottom: 1%;
    border: 2px solid #BFD3E8;
    border-radius: 4px;
    font-weight: bold;
}
.skin_scraiber_top {
	margin-top: 5%;
	width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.skin_scraiber_image {
    width: 70%;
    float: none;
    margin-left: auto;
    margin-right: auto;	
}

.skin_scraiber_comment {
    width: 100%;
    float: none;
    text-align: left;
    font-size: 1.1em;
    line-height: 140%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;	
}
.skin_scraiber_course {
    margin-top: 4%;
    background-color: #FFFCE4;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-top: 1.7%;
    padding-bottom: 1.7%;
    font-size: 1em;
    line-height: 160%;
    border-radius: 4px;
    border: 3px solid #E2E4C1;
    text-align: left;
	padding-left: 2%;
	padding-right: 2%;
}
.skin_scraiber_course_name{
    font-weight: bold;
    font-size: 1.1em;
    color: #585F0A;
    background-color: #FFFFFF;
    width: 90%;
    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: 2%;
    font-weight: bold;
    text-align: center;	
}
.skin_scraiber_attention {
    width: 98%;
    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: 74%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 3%;
}
.skin_scraiber_list li{
    list-style-type: disc;
}

	
	
/*ende*/

#ende{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ende_top {
	width: 96%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 4%;
}
.ende_image {
    float: none;
    width: 70%;
    margin-left: auto;
    margin-right: auto;	
}
.ende_comment {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;	
	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: 1.6em;
    padding-top: 1%;
    padding-bottom: 1%;
    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: left;
    padding-bottom: 1%;
    font-size: 1.2em;
    font-weight: bold;
    color: #446EAF;
}
.ende_course_box {
    margin-top: 4%;
    text-align: center;
    background-color: #EDFFF5;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 3%;
    border: 2px solid #83A78E;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.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: 1em;
    line-height: 140%;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	
}
.ende_course_text02 {
    border-bottom: 1px dotted #325723;
    margin-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 1%;
    font-size: 1.1em;
    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.1em;
    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: 100%;
    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: 1.6em;
    padding-top: 1%;
    padding-bottom: 1%;
    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.5em;
    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 {
    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.3em;
    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: 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   {
    font-size: 0.9em;

}
.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: 1.5em;
    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: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}



.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;
    border: 2px solid #E8BFE3;
    border-radius: 4px;
    font-weight: bold;
    -webkit-box-shadow: 2px 2px 2px #C59FC3;
    box-shadow: 2px 2px 2px #C59FC3;
    font-size: 1.6em;
    padding-top: 1%;
    padding-bottom: 1%;
}

.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: none;
}
.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.3em;
    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 0px #FFE5FD;
    letter-spacing: 2px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    line-height: 120%;
}
.bridal_course {
    margin-top: 2%;
}
.bridal_lista {
    width: 90%;
    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;
    background-image: url(../img/bridal_iamge.png);
    background-repeat: no-repeat;
    background-size: 25% auto;
    background-position: 108% 105%;
}
.bridal_lista li {
    list-style-type: decimal;
}


.bridal_price {
    background-color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    width: 94%;
    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: 2%;
    display: inline-block;
    background-color: #FFFFFF;
    padding-top: 1%;
    padding-right: 0%;
    padding-bottom: 1%;
    padding-left: 0%;
    border-radius: 4px;
    color: #585858;
    border: 1px dashed #B7B7B7;
    width: 100%;
}
	
/*maternity*/
	
#maternity{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}



.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: 1.7em;
    padding-top: 1%;
    padding-bottom: 1%;
    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: none;
}
.maternity_text01 {
    font-size: 1em;
    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;
    text-align: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
}
.maternity_menu {
    margin-top: 3%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    padding-top: 2%;
    padding-bottom: 2%;
    border: 2px solid #D5C4A3;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 140%;
    background-repeat: no-repeat;
    background-size: 35% auto;
    background-position: 110% 100%;
    background-image: url(../img/maternity_image.png);
}
.maternity_menu_box {
    display: inline-block;
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.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;
    text-align: center;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.maternity_attention {
    margin-top: 3%;
    color: #D15400;
    font-size: 0.8em;
}
.maternity_menu_list {
    font-size: 0.8em;
    color: #5A5959;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.maternity_menu_list li {
    border-bottom: 1px dashed #E7E5DB;

}
	

	
	
	
/*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: 96%;
    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: 96%;
    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.5em;
    font-weight: bold;
}
.tubo_box_left01 {
    width: 25%;
    float: left;
    margin-top: 15%;

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

.tubo_box_left02 {
    width: 65%;
    float: left;

}
.tubo_box_right02 {
    width: 33%;
    float: right;
    margin-top: 15%;
}
.tubo_box_left03 {
    width: 33%;
    float: left;
    margin-top: 15%;

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


.tubo_box_left04 {
    margin-top: 0%;
    width: 65%;
    float: left;

}
.tubo_box_right04 {
    width: 33%;
    float: right;
    margin-top: 15%;
}
.tubo_box_left05 {
    width: 33%;
    float: left;
    margin-top: 15%;

}
.tubo_box_right05 {
    width: 65%;
    float: right;
    margin-top: 0%;
}

.tubo_box_left06 {
    margin-top: 0%;
    width: 65%;
    float: left;

}
.tubo_box_right06 {
    width: 33%;
    float: right;
    margin-top: 10%;
}

.tubo_box_left07 {
    width: 33%;
    float: left;
    margin-top: 10%;

}
.tubo_box_right07 {
    width: 65%;
    float: right;
    margin-top: 0%;
}

.tubo_detail{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    border-top: 1px dashed #BDBDBD;
    padding-top: 1%;
}
.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.3em;
    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: 100%;
    text-align: center;
}
.staff_caption{
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #D491AF;
    display: inline-block;
}
.staff_box{
    margin-top: 5%;
    padding-bottom: 2%;
    border-bottom: 1px dashed #DCBACA;
}
.staff_box02{
    margin-top: 10%;
    padding-bottom: 2%;
    border-bottom: 1px dashed #DCBACA;
}
.staff_image{
    float: none;
    width: 50%;
    box-shadow: 10px 12px 12px -10px;
    margin-left: auto;
    margin-right: auto;
}
.staff_comment{
    float: right;
    width: 100%;
    text-align: left;
    padding-top: 0.5%;
    margin-top: 1%;
	
}
.staff_name{
    color: #4EA29E;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-top: 1.2%;
}
.staff_comment_text{
    margin-top: 3%;	
}

#map{
    margin-top: 10%;
}

.map_box{
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
.map_area{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #C9C9C9;
}
	
.map_area {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.map_area iframe,
.map_area object,
.map_area embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.room_info{
	margin-top: 10%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;	
}
.room_info_image{
    float: none;
    width: 65%;
    box-shadow: 10px 12px 12px -10px;
    margin-left: auto;
    margin-right: auto;
}
.room_info_detail{
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 4%;
}
.room_tbl{
    width: 100%;

}
	
.room_tbl th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.room_tbl td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
.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.1em;
    font-weight: bold;
}
.contact_text01 {
    margin-top: 2%;
    line-height: 160%;

}	
#formWrap {
	width:90%;
	margin:0 auto;
	line-height:120%;

}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}	

	
	
	
/*サイトマップ*/	
#sitemap{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
	
.sitemap_box {
    margin-top: 30px;
    border-bottom: 1px dashed #B8C7CF;

}

.sitemap_description {
    width: 100%;
    float: none;
}
.sitemap_neme {
    width: 100%;
    float: none;
    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%;
}
	
}
