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


/*--------------------------------------------------
**************************************************
  HEADER
**************************************************
--------------------------------------------------*/
#header_top{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(../imgs/common/bg.gif) repeat-x;
}

#header_contents{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 121px;
}

#header_left{
	width: 263px;
	float: left;
}

#header_left h1{
	padding: 5px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

#logo{
	margin: 5px 0 0 0;
	padding: 0;
}

#header_right{
	width: 508px;
	float: right;
}

#header_right ul{
	float: right;
}

#header_right ul li{
	margin: 0 0 15px 10px;
	padding: 10px 0 0 0;
	float: left;
}

#header_right ul li a{
	padding: 0 0 0 7px;
	background: url(../imgs/common/icon_arrow_white.png) no-repeat 0 5px;
	color: #FFF;
	font-size: 11px;
}

#main_pic {
    width: 100%;
    margin: 10px auto 0;
    padding: 0;
    list-style: none;
}

div.scrollWrapper{
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea{
	margin: 0;
	position: relative;
	width: 100%;
	height: 100%;
}

#makeMeScrollable{
	width: 100%;
	height: 320px;
	position: relative;
}

#makeMeScrollable div.scrollableArea{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}


/*スクロール*/
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 5px;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.scroll-pane {
    overflow: auto;
    width: 675px;
    height: 135px;
    margin: 20px 0;
}
.scroll-pane .jspVerticalBar {
    padding: 0;
    background-color: #e0e0e0;
    width: 8px;
}
.scroll-pane .jspTrack{
    background: #eee;
}
.scroll-pane .jspDrag{
    background: #3DAAA4;
}


/*--------------------------------------------------
**************************************************
  お店のご案内
**************************************************
--------------------------------------------------*/
#top_salon{
	padding-bottom:20px;
}

.salon_box{
	width:690px;
	margin-top:25px;
}

#top_salon #machida{
	background:url(../imgs/top/machida_pic.jpg) no-repeat right center;
	background-size:270px;
}

#top_salon #atsugi{
	background:url(../imgs/top/atsugi_pic.jpg) no-repeat right center;
	background-size:270px;
}

.salon_box dl{
	width:400px;
	padding-right:20px;
}

.salon_text{
	line-height:1.6;
	margin:10px 0;
	font-size:14px;
}

.salon_box dl dd.bt_green{
	width: 210px;
	height: 29px;
	margin: 5px auto 0;
	padding: 8px 0 0 0;
	background: url(../imgs/common/bg_green.png) no-repeat 0 0;
	text-align: center;
}

.salon_box dl dd.bt_green a{
	color: #FFF;
}

.salon_box dl dd.bt_green a:hover{
	color: #fffd30;
}

/*--------------------------------------------------
**************************************************
  当店人気メニューのご紹介
**************************************************
--------------------------------------------------*/
#top_menu{
	margin: 0;
	padding: 0;
}

.menu_left{
	margin: 10px 0;
	padding: 0 0 15px;
	border-bottom: 1px dashed #382219;
}

.menu_left dl{
	width: 430px;
	float: left;
}

.menu_left dl dt{
	background: url("../imgs/common/happa_midashi_bg.png") no-repeat;
	color: #4E120A;
	height: 40px;
	padding: 18px 0 0;
	text-align: center;
	width: 252px;
	font-size: 16px;
}

.menu_left dl dd{
	margin: 8px 0 0 0;
}

.menu_left dl dd.price{
	font-weight: bold;
}

.menu_left dl dd.comment{
	line-height: 1.6em;
}

.menu_left p{
	margin: 10px 0 0 0;
	width: 250px;
	float: right;
}

.center{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/*--------------------------------------------------
**************************************************
  新着ピックアップネイルのご紹介
**************************************************
--------------------------------------------------*/
#top_pickup{
    margin: 15px -6px 0 10px;
    overflow: hidden;
    zoom: 1;
}

#top_pickup dl{
    float: left;
    margin: 0 6px 0 0;
    width: 163px;
    height: 180px;
    display: inline;
}

#top_pickup dl dd{
	margin: 0 0 5px 0;
	line-height: 1.2em;
}

.bt_right{
	margin: 10px 0 0 0;
	text-align: right;
}

/*--------------------------------------------------
**************************************************
  新着情報
**************************************************
--------------------------------------------------*/
#top_news{
	width: 670px;
	margin: 0 auto;
}

#top_news dl{
	margin: 15px 0 0 0;
}

#top_news dt{
	width: 68px;
	height: 20px;
	margin: 0 10px 0 0;
	padding: 2px 0 0 0;
	background: url(../imgs/top/dairy_news_bg.png) no-repeat 0 0;
	font-size: 10px;
	text-align: center;
	color: #e5cb70;
	float: left;
}

#top_news dd{
	width: 590px;
	margin: 2px 0 0 0;
	float: left;
}
/*--------------------------------------------------
**************************************************
  追加コメント
**************************************************
--------------------------------------------------*/
#top_comment_box {
	width: 960px;
  margin: 50px auto;
  border: 5px solid #50140B;
  box-sizing: border-box;
  background: url(../imgs/top/comment_bg.jpg) no-repeat center;
  padding: 20px;
  border-radius: 6px;
}

.comment_inner {
	padding: 20px 15px;
	background: rgba(255,255,255,0.85);
	border-radius: 6px;
}

#top_comment_box h3 {
  font-size: 18px;
  color: #ff3875;
}
#top_comment_box p {
  margin: 12px 0 0;
  line-height: 1.6em;
  font-size: 13px;
}
.align_right {
	text-align: right;
}

/*--------------------------------------------------
**************************************************
  スクールのご案内
**************************************************
--------------------------------------------------*/
.school_contents {
	margin: 15px 0;
}
.school_contents h2 {
	width: 552px;
	height: 48px;
	margin: 0 69px;
	text-align: center;
	padding: 8px 0 0;
	font-size: 28px;
	background: url(../imgs/top/school_title.png) no-repeat;
}
.school_contents p {
	border: 3px double #382219;
	border-radius: 5px;
	padding: 15px;
	margin: 10px 0 0;
	font-size: 15px;
	line-height: 1.6em;
}
.school_contents p.detail_btn {
  text-align: center;
  margin: 10px auto;
  background: #65B821;
  border: 3px double #FFF;
  border-radius: 8px;
  width: 280px;
  padding: 0;
}
.school_contents p.detail_btn a {
  	background: #65B821;
  	color: #FFF;
  	width: 280px;
  	padding: 15px 0;
  	display: block;
  	font-weight: bold;
}
.school_contents p.detail_btn a:hover {
  text-decoration: none;
  color: #FFF;
  background: #5dab1c;
}


