/* ==========================================================================
   basic
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #333;
}

body {
    font-size: 1em;
    line-height: 1.4;
	background-color: #FFEBC8;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}
.main-container img {
	max-width:100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
	color:#002793;
}
a:hover {
	color:#e3a365;
}

a:hover img {
	opacity:0.85;
}
nav a:hover img {
	opacity:0.6;
}
.ta_r {
	text-align:right;
}

h5 {
	font-size: 14px;
	margin: 1.8em 0;
}

h6 {
	font-size: 14px;
	margin: 0.7em 0;
}

article ul li {
    background-image: url("../img/li_off.png");
    background-position: 0 0.15em;
    background-repeat: no-repeat;
    background-size: 13px auto;
    list-style: none outside none;
    padding-left: 1.5em;
}

/* ===== Initializr Styles ==================================================
   
   ========================================================================== */

body {
    font: 14px/1.4em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
	padding-top:0;
}

.footer-container,
.main {
    
}

.header-container,
.footer-container,
.main  {
    
}

/* ==========
共通
========== */
.clear {
	clear: both;
}

.displaynone {
	display: block;
}

.arignright {
	text-align: right;
}
.arignleft {
	text-align: left;
}
.arigncenter {
	text-align: center;
}

.paddingtop10 {
	padding-top: 10px;
}

.margintop-12 {
	margin-top: -1.2em;
}

.margintop0 {
	margin-top: 0 !important;
}

.marginbottom0 {
	margin-bottom: 0;
}

.marginbottom1 {
	margin-bottom: 1em !important;
}

.margintop1em {
	margin-top: 1em !important;
}

.red {
	font-weight: bold;
	color: #F00;
}

.brown_normal {
	color: #73000F;
}

.brown {
	font-weight: bold;
	color: #73000F;
}

.sub {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #73000F;
	line-height: 1.3em;
    margin: 0.5em 0;
}

.small {
	font-size: 12px;
}

.fontsize11 {
	font-size: 11px;
}
/* ==============
    ヘッダー
   ============== */
   
.title {
	font-size: 10px;
	font-weight:400;
	margin:0 -5% 0.5em;
	text-align: right;
	line-height: 1.3em;
}
.title a {
	color:#666;
	text-decoration:none;
}
.logo {
    margin: 0;
    padding-bottom: 1.5em;
    text-align: center;
	width: 240px;
}
.logo a {
	display: block;
}
.logo img {
	width: 100%;
	height:auto;
	padding:0;
}

.tel {
	display: none;
}
.tel img {
    width: 100%;
}


/* ==============
    メイン
   ============== */
.main-container {
	overflow: hidden;
}
.main_image {
	width:100%;
}

.main {
    padding: 0 0 20px;
}
.page_head {
	width:100%;
	padding:1.65em 0;
	margin:-1px 0 1.2em;
	color: #333333;
}
.main-container h1 {
    font-size: 1.7em;
	text-align:center;
}
.main h2 {
	color: #002793;
	font-weight:700;
	font-size:1.1rem;
	padding-bottom:0.3em;
	margin:4.8em 0 0.65em 0;
}

/* ==============
    サイドバー
   ============== */
.top_left {
	margin-bottom: 25px;
}

aside ul,
.top_contents nav ul {
	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	list-style: none;
	margin: 0;
	padding: 0;
}

.top_contents nav ul li a  {
	width: 48%;
	margin-right: 2%;
	float: left;
	text-decoration: none;
	color: #3A3A3A;
	padding: 7px 0;
	border-bottom: 1px solid #73000F;
	font-size: 13px;
	display: block;
	background-image: url(../img/li_off.png);
	background-repeat: no-repeat;
	background-position: 100% 45%;
}

aside ul li a {
	text-decoration: none;
	color: #3A3A3A;
	padding: 3px 0;
	border-bottom: 1px solid #73000F;
	font-size: 13px;
	display: block;
	background-image: url(../img/li_off.png);
	background-repeat: no-repeat;
	background-position: 100% 45%;
}

aside ul li a:hover,
.top_contents nav ul li a:hover {
	color: #73000F;
	background-image: url(../img/li_on.png);
}

.side_shopinfo {
}

.welcome a {
	border-bottom: 1px dotted #666;
    color: #3a3a3a;
    display: block;
    margin-top: 30px;
	text-decoration: none;
}

/* ==============
    フッター
   ============== */
.footer-container nav {
	display:none;
}
   
.footer-container {
	background-color: #73000F;
	clear: both;
}

.footer-container a {
	text-decoration: none;
}
.footer-container a:hover {
	opacity: 0.7;
}

.footer-container footer {
    padding: 15px 0;
	color:#FFF;
	text-align: center;
}
.footer-container footer a {
	color:#666;
}
.footer-container h3 {
	margin: 0 0 0.5em;
}
.footer-container h3 img {
	width: 90px;
}
.foot_adress p {
	margin:0;
	font-size:0.84em;
}
.foot_tel {
	font-size: 18px !important;
    font-weight: bold;
	line-height: 18px;
	margin-bottom: 3px !important;
}
.foot_tel img {
	width: 20px;
	padding-right:5px;
	margin-top: -3px;
	vertical-align: middle;
}
.copy {
	font-size:0.84em;
}
.pagetop {
    margin: 0 5%;
    width: 90%;
	overflow: hidden;
}
.pagetop img {
	width:55px;
	height:auto;
	float: right;
}


/* ==========
各ページ
========== */


.top_contents {
	margin:0.4em 0 0;
}
.box {
	padding:5px 0;
	text-align:left;
	margin-bottom:19px;
}
.box a img {
	margin:0 auto;
}
.box h2 {
	margin:1em 0;
	background-color: #73000F;
	background-image: url(../img/h_bg.png);
	background-repeat: no-repeat;
	background-position: 7px 45%;
	color: #FFF;
	font-weight: normal;
	padding: 7px 5px 7px 30px;
	border-radius: 5px;
}
.box p {
	margin:0;
}
.box .top_title {
	margin:1.5em 0 0.75em;
}
.box a img {
	margin:0;
}

.sentence {
	border: 1px solid #73000F;
	padding: 10px;
	margin-bottom: 25px;
}

.sentence h3 {
	color: #73000F;
	border-left: 4px solid #73000F;
	padding-left: 10px;
}

.info_more {
	position: relative;
    right: auto;
    top: auto;
    width: auto;
	text-align: right;
	margin-bottom: 10px !important;
    margin-top: -12px !important;
}

.weightbold {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8em;
}

.underline {
	font-weight: 700;
	text-decoration: underline;
	color: #73000F;
	font-size: 16px;
}


.admin {
    display: block;
    font-size: 11px;
    margin-bottom: -5px;
}

.union {
    display: block;
}

/* トップ */

/*インフォメーション*/
dl.information {
    font-size: 13px;
    padding-top: 14px;
    text-align: left;
}

dl.information dt {
	float: left;
}

dl.information dd {
	padding-left: 5em;
	margin-bottom: 1em;
}

ul.salon {
	list-style: none;
	padding: 0 10px;
	overflow: hidden;
}

ul.salon li {
	float: left;
    margin-bottom: 0.5em;
    margin-right: 2em;
}

ul.salon li a {
	color: #73000f;
}

.study {
	background-color: #FFE3A2;
	border: 1px solid #73000F;
	border-radius: 10px;
	margin-bottom: 25px;
	margin-top: 20px;
	padding: 21px 22px;
	background-image: url(../img/hand_bg.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	position: relative;
}

.study a {	
	font-weight: 700;
	text-decoration: underline;
	color: #73000F;
	font-size: 16px;
}

.inde_photo {
	margin-bottom: 20px;
}

.therapist {
	margin: -8px 0 20px !important;
}

/*育成講座*/
.basic_price {
	margin: 0 auto;
    overflow: hidden;
    width: 95%;
}

.basic_section {
	width: 100%;
}

.basic_section th,
.basic_section td {
	padding: 10px 5px;
	text-align: right;
}

.basic_section th {
	text-align: left;
	width: 300px;
}

.basic_section td {
	width: 8em;
}

.basic_price h4 {
	border-bottom: 1px solid #73000F;
    color: #73000F;
    font-size: 15px;
    margin: 1.33em 0 10px;
    padding-left: 5px;
}

.basic_price h5 {
	border-bottom: 1px dotted #444444;
    padding-bottom: 0.2em;
}

.border_top {
	border-top: 1px solid #444;
}

.basic_course {
	margin-top: 45px;
}

/*お問い合わせ*/
#form dl {
	width: 100%;
	margin: 0 auto;
}

#form dt {
	color: #330000;
	font-weight: bold;
	border-right: none;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 4px;		
}

#form dd {
	color: #330000;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 8px;
	margin-left: 0;
	margin-bottom: 8px;
}

#form span {
	color: #D71F1D;
	margin-left: 6px;
}

.send_btn {
	padding-top: 10px;
    text-align: center;
    width: 100%;
}

.input{
	width: 88%;
}
textarea {
	width: 91%;
}

.send_btn input {
	padding: 3px 10px;
}

.honka td {
	text-align: left;
	padding: 5px;
	border-bottom: 1px dotted #666666;
}

.honka3 {
	width: 12em !important;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px),print {

/* ====================
    INTERMEDIATE: main
   ==================== */

   .logo {
	   width: 250px;
   }
	

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    .oldie nav a {
        margin: 0 0.7%;
    }
	

}
@media only screen and (min-width: 768px),print {

/* ====================
    WIDE: CSS3 Effects
   ==================== */
   
   .fontsize14 {
	   font-size: 14px;
   }
    .displaynone {
		display: none;
	}
	
	.header-container {
		padding-top:18px;
	}

    .header-container,
    .main  {
        
    }
    .logo {
		width: 310px;
		margin:2em 0 1em;
		padding-bottom: 0;
		border: none;
    }
	.logo img {
		padding:0;
    }

	.title {
        float: right;
		margin:0;
		padding-top: 0;
		font-size:11px;
		border:none;
    }
	
	aside ul li a {
		padding: 15px 0;
		font-size: 16px;
	}
	
	aside ul li:last-child {
		margin-top: 35px;
	}
	.main {
		padding: 0 0 70px;
	}
    .main-container h1 {
		text-align: left
	}

    .main article {
       
    }
	.page_head {
		padding:2.55em 0 1.15em 0;
		margin:1em 5% 0.5em;
		width: 90%;
		max-width: 980px;
	}

	
	/* top */
	.top_contents {
		margin:1.45em 0 0;
	}
	.top_left {
		width: 25%;
	}
	.top_right {
		width: 68%;
	}
	.box {
		text-align:left;
	}
	.fl_l {
		float:left;
	}
	.fl_r {
		float:right;
	}

	.side_shopinfo {
		display: block;
		margin-top: 50px;
	}
	
	.info_more {
		position: absolute;
		right: 5px;
		top: 8px;
		width: 100px;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

/* ============
    WIDE: footer
   ============ */

	.pagetop img {
		width:60px;
		height:auto;
	}
	.footer-container nav {
		display:block;
	}
	.footer-container nav ul {
		font-size:0.84em;
		margin:0 0 3em 0;
		border:none;
	}
	.footer-container nav ul li {
		float:none;
		display:inline-block;
	}
	.footer-container nav ul li a {
		font-weight:400;
		width:auto;
		padding:0 24px;
		float:none;
		display: inline-block;
		border-right:1px solid #FFF;
		line-height:1em;
		color:#FFF;
		font-size:0.94em;
		text-decoration: none !important;
	}
	.footer-container nav ul li:first-child a {
		border-left:1px solid #FFF;
	}
	.footer-container nav a:hover {
		color: #FFFF99;
	}
	.foot_main {
		width: 500px;
	}
	.footer-container h3 {
		border-right: 1px dotted #999999;
		float: left;
		height: 60px;
		margin: 0 0 0.5em;
		padding-right: 20px;
		padding-top: 30px;
	}
	.foot_adress {
		float: left;
		padding-left: 25px;
		width: 420px;
		text-align: left;
	}
	
	.foot_main {
		width: 600px;
		overflow: hidden;
	}
	.foot_time {
		display: inline;
	}
	.foot_closed {
		display: inline;
		margin-left: 1em;
	}
	
/* ============
    各ページ
   ============ */
   /* トップ */
   /* メニュー */
   .menu-wrap {
	   max-width:980px;
	   overflow:hidden;
   }
   .menu-wrap section {
	   width:120%;
   }
   
   .menu-table {
	   margin: 0 0 30px 0;
   }
   
   .menu-stage {
	   margin-bottom:60px;
	   border-bottom:1px solid #eee;
   }
   .menu-cat {
		float: left;
		margin-right: 12%;
		width: 35%;
	}
	.menu-cat2 {
		height:300px;
	}
	.menu_banner {
		margin: 0;
   		float: left;
		width: 320px;
	}
	.menu_banner img {
		max-width: 360px;
	}
   
   .basic_section {
		width: 47%;
	}


}



@media only screen and (min-width: 1140px),print {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 980px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
	
	.logo {
		float: left;
	}

	.tel {
		float: right;
		margin-top: 31px;
		text-align: right;
		width: 400px;
		display: block;
	}
	
	.tel img {
		width: 300px;
	}
	
	nav li a {
		width:159px;
    }
	
	.page_head {
		margin:1em auto 0.5em;
	}

	/* footer */
	.footer-container nav ul li a {
		padding:0 32px;
	}
	
	/* shop */
	ul.shop_photo {
	   list-style-type:none;
	   margin:1em 0;
	   width:965px;
	   padding:0;
   }
   ul.shop_photo li {
	   display:block;
	   float:left;
	   border:1px solid #ddd;
	   margin-right:5px;
	   width:314px;
   }
   
	.staf_txt {
		width: 55%;
	}
	
	.menu_sub {
		display: inline;
	}
	
	.pagetop {
		margin: 0 auto;
		width: 980px;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
