@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	width:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfdbd0+0,ffffff+25,ffffff+75,dfdbd0+100 */
background: #ffffff;/* Old browsers */
	text-align:center;
	font-size: 14px;
	color:#6b6b6b;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul,li{　
	margin:0;
	padding:0;
	list-style:none;
}
a:link {
	color: #f43d0b;
}
#footer_left a:link {
	color: #ffffff;
}
div#menu_list ul li a:hover{
    color: #ffffff;
}
a {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold !important;
}


@media screen and (max-width: 750px) {
    div#header{
width: 100%;
	margin:0 auto;

}
div#header_fix {
	position: fixed;
z-index: 999;
width: 100%;
max-width: 750px;
min-width: 320px;
background: #ffffff;
padding: 12px 0;
border-bottom: solid 2px #f43d0b;
}
div#header_width{
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
}
div#header_left{
	float:left;
	text-align: left;
}
div#menu_button{
	text-align: right;
}
div#menu_button img{
	height: 60px;
	margin-top: 10px;
	margin-right: 15px;
}
div#header_right{
	display: none;
}
div#header_right_S{
	position: absolute;
	top: 0;
	right: 0;
	width: 48%;
	height: 100%;
	pointer-events: none;
	z-index: 100;
	pointer-events: auto;
}
div#header_right_S ul.hamburger{
	display: none;
	background: rgba(255,255,255,0.9);
	padding:10px;
	border:solid#575656;
	border-width: 1px;

}
div#header_right_S ul li {
	padding: 5px;
		border-bottom: solid#575656;
		border-width: 1px;
}
div#header_right_S ul li:last-child{
	border:none;
}
div#header_right_S ul li img{
	width: 100%;
}
div#logo img {
width: 65%;
}
div#contents{
	max-width: 750px;
	min-width: 320px;
	margin:0 auto;
}
div#top_baner{
	clear: both;
background: #ffffff;
	text-align: center;

}

#bg_menu {
/*background-image: url("../img/top_bg.jpg");
background-repeat: no-repeat;
background-size: 100%;
background-position: 80% 75%;*/
max-width: 750px;
min-width: 320px;

margin:0 auto;
position: relative;
}

div#menu h1 {
padding-top: 120px;
}
div#menu h1 img {
width: 90%;
}
div#menu_list{
	background-image: url("../img/top_menu_bg.png");
	background-repeat: no-repeat;
  background-position: center 0;
    height: 47px;
}
div#menu ul {
	margin-left:0;
}
div#menu ul li {
	display: inline-block;
    float: none;
	margin:15px 0px;
}
div#menu ul li a {
	color: #0f79ae;
	padding:10px;
	font-size: 14px;
	font-weight: bold;
}
#slide {
	max-width: 750px;
	min-width: 320px;
	max-height: 400px;
	min-height: 400px;
	margin: 0 auto;
}
#slide ul li{
	width: 100% !important;
	height: 400px !important;
	min-height: 275px !important;
}
#slide img {
position: absolute;
left:0;
top:10%;
width: 100%;
}
div.heading{
max-width: 750px;
min-width: 320px;
margin: 0 auto;
margin-top: -100px; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 100px; /* 打ち消し用のパディング */
}
div.heading img {
    width: 80%;
		margin:20px 0;
}

/*----------------------------ニュース欄------------------------*/
div#news_all {
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
	padding-bottom: 30px;
}
div#information {
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}
div#information div {
	width: 90%;
	margin:0 auto;
}
div#information dl {
	clear: both;
	/*border-bottom: solid 1px #000000;*/
/*	background-image: url("../img/dot.png");
	background-repeat: repeat-x;
	background-position:0 10px;*/
}
div#information dt {
	color: #f43d0b;
	font-weight: bold;
	text-align: left;
	padding:25px 10px 10px 0;
	background-image: url("../img/dot.png");
		background-repeat: repeat-x;
		background-position:0 10px;
}
div#information dd {
	height: 30px;
	overflow:hidden;
	cursor: pointer;
	text-align: left;
  padding:10px 0;
}
div#information dd a{
	text-decoration: underline;

}
/*----------------------------ニュース欄ここまで------------------------*/
div#message_all {
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
	min-height: 530px !important;
}
div#message_all p{
	text-align: left;
	padding :10px 5% 20px 5%;
}
div#message_all p.strong{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-bottom:10px;
}
div#menu_link{
	clear: both;
	position: relative;
	top: -100px;
}
div#message_list_sec{
	position: relative;
	max-width: 750px;
	min-width: 320px;
	height: 400px !important;
	min-height: 480px !important;
	margin: 0 auto;
	clear: both;
}
div#message_list_sec ul li{
  width: 100% !important;
}
div#message_list_sec ul li img {
	width:100%;
}
div#message_list_sec ul li img.display_pc{
	display: none;
}
div#menudetail_all{
	max-width: 750px;
  min-width: 320px;
	margin-top: -100px;
    padding: 0 10px;
		border-top: dotted 2px #f43d0b;
}
div#menudetail_all p{
	text-align: left;
	padding:15px 0;
}
div#menudetail_all img{
	width: 100%
}
div#menudetail_all img.room{
	width: 80%;
	text-align: left;
	display: block
}
div#menudetail_pc{
	display: none;
}
div#menudetail_sp{
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}
div.menuplice {　
clear: both;
color: #6b6b6b;
}
div.menuplice h3 {
	border-bottom: solid 1px #e0e0e0;
	margin:12px 0;
	width: 100%;
	text-align: left;
}
 div.menuplice h3 img {
	width: 40% !important;
}

div.menuplice h3 span {
	color: #f43d0b;
	text-align: left;
	display: block;
}
div.menuplice ul {
	width: 100%;
	display: table;
}
div.menuplice ul li {
    text-align:left;
	float: left;
	font-size: 14px;
    padding: 4px 3px;
}
div.menuplice ul li.plice_right {
	float: right;
}
div#f_menu_all{
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}
div#f_menu_all p{
font-size:18px;
    color: #f55e3d;
    text-align: left;
	}

div#f_menu_right{
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}
div#f_menu_right img{
	padding-top: 15px;
		width: 58%;
		padding-left: 5px;
		vertical-align: top;
	}
	div#f_menu_right img:last-child{
		width: 38%;
	}
div#f_menu_all	p.rental{
		color: #6b6b6b;
		font-size: 14px;
	}
	div#baby_menu{
		border-bottom: dotted 2px #f43d0b;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	div#salon_all{
		max-width: 750px;
		min-width: 320px;
		margin: 0 auto;
	}
div#vist_left img{
	width: 50%;
}
div#vist_right{
	margin:0 auto;
	font-size: 14px;
	width: 60%;
	text-align: left;
}
div#vist_right p span {
	  color: #f55e3d;
		font-size: 18px;
		font-weight: bold;
}
span.tel_pc{
	display: none;
}
div#vist_right img{
  width: 100%;
}
p.reservation{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
div#stylist_all{
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}
div#stylist_all img {
	width: 50%;
	margin: 10px 0;
}
div#stylist_all p {
	text-align: left;
	margin:0 12px;
}
div#stylist_all p.owner{
	text-align: center;
}
div#social{
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}
div#social ul li{
	display: inline-block;
	margin:20px 10px 0px 10px ;
}
div#social ul li img {
	width: 80px;
}
div#social p{
	text-align: center;
}
div#social p img {
	width: 20px;
	margin:0;
}
div#map{
	margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
}

/*------------------フッター-------------------------------*/
div#footer {
clear:both;
max-width: 100%;
max-width: 750px;
min-width: 320px;
background-color: #e55229;
color: #ffffff;
}
div#footer p{
	font-size: 12px;
}
div#copy {
clear:both;
}
div#footer_left {
	width: 50%;
	margin:0 auto;
}
div#footer_left p {
	text-align: left;
}
div#footer_left p span {
	font-size: 18px;
}
div#footer_left img {
width: 80%;
padding-top: 20px;
}
div#footer_right h4{

}
div#footer_social{
	text-align: right;
}
div#footer_social ul li{
	display: inline-block;
	margin:0px 5px 0px 5px ;
}
div#footer_social ul li img {
	width: 80px;
}
div#footer_social p{
	text-align: center;
}
div#footer_social  img {
	margin-right: 10px;
}
div#copy {
color:##202020;
    text-align: center;
    font-size: 10px;
    margin-top: 20px;
}

}/*---------------max-width: 750pxここまで-----------------*/

@media screen and (min-width:751px) {

p {
	font-size: 16px;
}
div#wrap {

}
div#common {
}
div#header{
width: 100%;
	margin:0 auto;
}
div#header_fix {
	position: fixed;
z-index: 999;
width: 100%;
background: #ffffff;
padding-top: 4px;
border-bottom: solid 2px #f43d0b;
}
div#header_width{
    width: 960px;
    margin: 0 auto;
}
div#header_left{
	float:left;
}
div#header_right_S{
	display: none;
}
div#header_right{
	float:right;
	width: 70%;
}
div#header_right ul li {
	float: left;
	margin-left: 3px;
	margin-top: 20px;
	width: 22%
}
div#header_right img{
	width:90%;
}
div#logo {
padding-bottom:4px;
}
div#logo img {
width: 90%;
}
div#contents{
clear: both;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfdbd0+0,ffffff+25,ffffff+75,dfdbd0+100 */
background: #ffffff; /* Old browsers */
}
div#top_baner{
	clear: both;
background: #ffffff;
	text-align: center;
	margin-bottom: 30px;

}
div#top_baner{
	clear: both;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 30px;

}
#slide {
width: 950px;
height: 715px;
margin:0 auto;
position: relative;
}
#slide img {
position: absolute;
left:0;
top:0;
}
#slide img {
position: absolute;
left:0;
top:0;
}

div.heading{
	width: 960px;
	margin: 20px auto;
clear: both;
margin-top: -100px; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 100px; /* 打ち消し用のパディング */

}
div.heading img {
	width: 40%;
}
div#menu_link{

}
/*----------------------------ニュース欄------------------------*/
div#news_all{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 80px;
}
div#information {
	width: 960px;
	margin: 0 auto;
}
div#information div {
	padding-left: 150px;
	width: 600px;
}
div#information dl {
	clear: both;
	/*border-bottom: solid 1px #000000;*/
/*	background-image: url("../img/dot.png");
	background-repeat: repeat-x;
	background-position:0 10px;*/
}
div#information dt {
	color: #f43d0b;
	font-weight: bold;
	text-align: left;
	padding:25px 10px 10px 0;
	/*border-top: solid 1px #000000;*/
	background-image: url("../img/dot.png");
		background-repeat: repeat-x;
		background-position:0 10px;
}
div#information dd {
	height: 30px;
	overflow:hidden;
	cursor: pointer;
	text-align: left;
  padding:10px 0;
}
div#information dd a{
	text-decoration: underline;

}
/*----------------------------ニュース欄ここまで------------------------*/
div#message_all{
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 550px;
}
div#message_all p.strong {
	font-size: 25px;
	font-weight:  normal;
	text-align: center;
	margin-bottom:20px;
}
div#message_all p {
	text-align: left;
	padding-left:20px;
    line-height: 1.5em;
}
div#message_all p.strong{
	margin:50px 0 50px 0;
}
div#message_left{
	/*float:left;
	width: 70%;*/

}
div#message_list_sec{
	position:absolute;
	top: 70px;
	left: 30px;
}
div#message_list_sec ul {
	padding-left: 25px;
}
div#message_list_sec ul li img.display_sp{
	display: none;
}
div#message_list_sec ul li{

}
div#message_list_sec img{
}
/*----------------------------めっせーじ欄ここまで------------------------*/
div#menudetail_sp{
	display: none;
}
div#menudetail_all{
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	border-top: dotted 2px #f43d0b;
}
div#menudetail_all p{
	display: block;
	text-align: right;
}
div#menudetail_left{
	width: 48%;
	float: left;
}
div#menudetail_left img{
	width: 85%;
	margin-bottom: 30px;
}
div#menudetail_right{
	width: 48%;
	float: right;
}
div#fh_menu {
	width: 960px;
	margin: 0 auto;
	clear: both;
	}
	div#fh_menu img {
		width: 50%;
	}
div#f_menu_all{
	width: 960px;
	margin: 0 auto;
  border-bottom: dotted 2px #f43d0b;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
div#f_menu_all p{
	font-size: 20px;
	color: #f55e3d;
	text-align: left;
	margin:20px 0px 30px 0;
}
div#f_menu_all p.rental{
	clear: both;
	font-size: 16px;
	color: #6b6b6b;
	padding-left: 10px;
}
div#f_menu_left{
	float: left;
	width: 48%;
	padding-left: 10px;
}
div#f_menu_right{
	float: right;
	width: 48%;
}
div#f_menu_right img{
	width: 45%;
	margin:0 3px;
	vertical-align: top;
}
div.menuplice {　
clear: both;
color: #6b6b6b;
margin-bottom: 20px;
}
div.menuplice h3 {
	border-bottom: solid 1px #e0e0e0;
	text-align: left;
	margin:12px 0;
}
div.menuplice h3 span{
	color: #f55e3d;
	font-size: 16px;
	padding-left: 80px;
}
div.menuplice h3 img {
	width: 40%;
}
div.menuplice ul {
	width: 100%;
	display: table;
}
div.menuplice ul.menu_spc {
	margin-top: 30px;
}
div.menuplice ul li {
    text-align:left;
	float: left;
	font-size: 14px;
    padding: 4px 3px;
		margin-bottom: 5px;

}
div.menuplice ul li.plice_right {
	float: right;
}
div#baby_menu{
	width: 960px;
		margin: 0 auto;
		clear: both;
		border-bottom: dotted 2px #f43d0b;
		height: 300px;
}
div#baby_left{
	float: left;
	width: 48%;
	margin-bottom: 50px;
}
div#baby_left img {
	width: 90%;
}
div#baby_right{
	float: left;
	width: 50%;
}
div#baby_right p {
	text-align: left;
	margin-top:20px;
}
/*----------------------------メニュー欄ここまで------------------------*/
div#salon_all{
width: 960px;
	margin: 0 auto;
}
div#vist_left{
	float: left;
	width: 48%;
	text-align: right;
}
div#vist_left img{
	width: 45%;
}
div#vist_right{
	float: right;
	width: 48%;
}
div#vist_right p{
	text-align: left;
	line-height: 2em;

}
div#vist_right span{
	color: #f55e3d;
	font-size: 22px;
}
span.tel_sp{
	display: none;
}
div#social{
	clear: both;
	margin:30px 0;
}
div#stylist_all{
	clear: both;
width: 960px;
	margin: 0 auto;
}
div#stylist_left{
	float: left;
	width: 48%;
	text-align: right;
}
div#stylist_left img{
	width: 45%;
}
div#stylist_right{
	float: right;
	width: 48%;
	text-align: left;
	margin-bottom: 60px;
}
div#stylist_right p{
	text-align: left;
}
div#stylist_right img{
	width: 45%;
	padding-bottom: 10px;
}
div#social{
	clear: both;
width: 960px;
	margin: 0 auto;
	text-align: right;
	margin-bottom: 20px;
}
div#social ul li {
	display: inline-block;
	width: 70px;
	margin-left: 10px;
}
div#social ul li img {
	width: 100%;
}
div#social p img {
	width: 25px;
	vertical-align: bottom;
}
div#map{
	clear: both;
    width: 100%;
}
div#map img {
width:100%;
}
div#overview{
	float:left;
	margin-top: 22px;
    margin-left: 35px;
    text-align: left;
}
div#overview h4{
    font-size: 15px;
    margin-bottom: 30px;
}
div#overview p{
    font-size: 14px;
}

/*------------------フッター-------------------------------*/
div#footer {
clear:both;
max-width: 100%;
min-width:960px;
background-color: #f55e3d;
}
div#footer_all{
width: 960px;
	margin: 0 auto;
}
div#footer_left{
	float: left;
	width: 48%;
	text-align: left;
	padding-top: 15px;
}
div#footer_left img{
	width: 45%;
}
div#footer_right{
	float: right;
	width: 48%;
}
div#footer_social{
	clear: both;
	margin: 0 auto;
	text-align: left;
	margin-top: 35px;
}
div#footer_social ul li {
	display: inline-block;
	width: 70px;
	margin-left: 10px;
}
div#footer_social ul li img {
	width: 100%;
}
div#footer_social p img {
	width: 25px;
	vertical-align: bottom;
}
div#footer p{
	font-size: 12px;
	color: #ffffff;
text-align: left;
padding-left: 50%;
}
div#footer p span {
	text-align: left;
}

div#copy {
clear:both;

}

div#footer_area #footer_right {
float: right !important;
width: 400px;
}
div#footer_right h4{
	font-size: 18px ;
	font-weight: bold;
}
div#copy {
color:##202020;
    text-align: center;
    font-size: 10px;
    margin: 20px;
		color: #ffffff;
		padding:20px 0;
}

}
