@charset "shift-jis";
/*--------------------------------------------------------------------------------------------------------------
	ベースルール
--------------------------------------------------------------------------------------------------------------*/
a {
	color: #fff;
}
/*--------------------------------------------------------------------------------------------------------------
	レイアウトルール
--------------------------------------------------------------------------------------------------------------*/
.l-content {
	line-height: 1.2;
}
/*--------------------------------------------------------------------------------------------------------------
	モジュールルール
--------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
.ico-common {
	background: url(../images/ico_spr.png) no-repeat;
	background-size: 50px auto;
}
.section-ttl {
	padding: 12px 10px 12px 32px;
	background-color: #0cb172;
	font-size: 0.9375rem;
	color: #FFF;
}
.txt_bold{
	font-weight:bold;
}
.txt_color{
	color: #0cb172;
}

/*------------------------------------------------------------
	main-visual
------------------------------------------------------------*/
.main-visual {
	position: relative;
	color: #FFF;
}
.main-visual_img {
	display: block;
}
.main-visual_body {
	position: absolute;
	top: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.main-visual_ttl {
	padding-top:25px;
	margin-bottom: 4px;
	font-size: 1rem;
}
.main-visual_ttl img{
	margin: auto;
	display: block;
}
.main-visual_btn {
	position:relative;
}
.main-visual_btn:before {
	position: absolute;
	top: 13px;
	left: 18%;
	margin-left: -7px;
	width: 22px;
	height: 36px;
	background: url(../images/ico_spr.png) no-repeat -29px -122px;
	background-size: 50px auto;
	content: "";	
}
.main-visual_btn a{
	display: block;
	width: 85%;
	margin: 20px auto 10px;
	padding: 8px 0 6px;
	color: #fff;
	border-radius: 5px;
	border:1px solid #b9e2ea;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	background-color: #71cdce;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#71cdce), to(#55aabf));
	background-image: linear-gradient(to bottom, #71cdce, #55aabf);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#71cdce, endColorstr=#55aabf);
}
.main-visual_btn_txt{
	display: block;
	font-size: 0.75rem;
	padding-left: 27%;
}
.main-visual_btn_tel{
	display: block;
	padding-top: 5px;
	font-size: 1.5rem;
	font-family:arial, helvetica, sans-serif;
	font-weight: bold;
	padding-left: 27%;
}
.main-visual_time {
	color:#333;
	font-size: 0.75rem;
	text-align: center;
	line-height:1.4;
}
/*------------------------------------------------------------
	ナビゲーション
------------------------------------------------------------*/
.navi {
	height: 50px;
}
.navi_list {
	width: 100%;
	background-color: #0CB172;
}
.navi_list--active {
	position: fixed;
	z-index: 1;
	top: 0;
}
.navi_item {
	float: left;
	width: 33.3%;
}
.navi_item_link {
	position: relative;
	display: block;
	padding-top: 30px;
	height: 20px;
	font-size: 0.75rem;
	text-align: center;
	color: #FFF;
}
.navi_item_link:before {
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -7px;
	width: 21px;
	height: 18px;
	background: url(../images/ico_spr.png) no-repeat -30px -43px;
	background-size: 50px auto;
	content: "";
}
.navi_item:nth-child(2) .navi_item_link:before {
	margin-left: -10px;
	width: 20px;
	background-position: -33px -173px;
}
.navi_item:nth-child(3) .navi_item_link:before {
	margin-left: -8px;
	width: 17px;
	height: 17px;
	background-position: -35px 0;
}
.navi_item_link:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	width: 1px;
	height: 30px;
	background-color: #079C63;
	content: "";
}
.navi_item:last-child .navi_item_link:after {
	background: none;
}
/*---------- スティッキーヘッダー用調整 ----------*/
.menu,
.menu-w,
.schedule,
.map {
	margin-top: -50px;
	padding-top: 50px;
}

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/
.menu .section-ttl,
.menu-w .section-ttl {
	/*margin-bottom: 8px;*/
	background-position: -23px -33px;
}
.menu_body {
	background-color: #f7f6f1;
	padding: 0 15px;
}
.menu_list{
	display: block;
	padding: 10px 0;
	border-top: 1px solid #FFF;
	line-height: 1.4;
}
.menu_item{} /*li*/
.menu_wrap{
	display:block;
	padding-bottom:10px;
}
.menu_ttl {
	float:left;
	display: block;
	width:70%;
	font-weight: bold;
	color: #0cb172;
}
.menu_price {
	float:right;
	display: block;
	font-weight: bold;
	color: #fb4a4a;
}
.menu_txt {
	display: block;
	font-size: 0.9375rem;
}

/*------------------------------------------------------------
	メニュー 女性
------------------------------------------------------------*/
.menu-w_list{
}
.menu-w_item {
	min-height:50px;
	border-top: 1px solid #e6e5e1;
}
.menu-w_item:first-child {
	border-top: none;
}
.menu-w_item:first-child .menu-w_wrap {
	border-top: none;
}
.menu-w_wrap {
	display: block;
	padding: 17px 0;
	border-top: 1px solid #FFF;
	font-size: 0.9375rem;
	color: #333;
}
.menu-w_txt{
	line-height:1.4;
}
.menu_rank{
	padding-left:5px;
	font-size:0.625rem;
	color:#ff3300;
}

/*------------------------------------------------------------
	スケジュール
------------------------------------------------------------*/
.schedule_body{
	background-color: #f7f6f1;
}
.schedule .section-ttl {
	background-position: -23px -162px;
}
.schedule_item{
	font-size: 0.938rem;
}
.schedule_item ul{
	display: table;
	table-layout: fixed;
	width: 100%;
	min-height: 40px;
	border-top: 1px solid #e6e5e1;
}
.schedule_item ul li{
	display: table-cell;
	padding: 12px 0;
	border-top: 1px solid #FFF;
	text-align: center;
}
.schedule_time {
	width: 31%!important;
}
.schedule_date {
	width: 35%!important;
}
.sat{
	color:#008ddb;
}
.sun{
	color:#fb4a4a;
}

/*------------------------------------------------------------
	アクセス
------------------------------------------------------------*/
.map_body{
	background-color: #f7f6f1;
	padding-bottom: 30px;
}
.map .section-ttl {
	background-position: -23px 10px;
}
.googlemap {
	position: relative;
	padding-bottom: 65%;
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.app_btn{
}
.app_btn a{
	display: block;
	width: 50%;
	margin: 10px auto;
	padding: 8px 5px;
	text-align: center;
	color: #fff;
	font-size:0.875rem;
	background: #ccc;
	border-radius:5px;
}
.map_info{
	display: block;
	width: 90%;
	margin: auto;
	font-size: 0.8125rem;
}
.map_address{
	display:block;
	padding:10px;
	text-align:center;
}
/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
.footer{
	padding: 8px 0 16px;
	background:#bdbbab;
}
.footer ul {
	display:table;
	table-layout: fixed;
	width:100%;
}
.footer ul li {
	display:table-cell;
	padding: 14px 0 0 15%;
}
.footer_sns, .footer_pc {
	position:relative;
}
.footer_sns:after {
	position: absolute;
	display: block;
	top: 13px;
	left: 15%;
	margin-left: 0px;
	width: 18px;
	height: 18px;
	background: url(../images/ico_spr.png) no-repeat -23px -65px;
	background-size: 40px auto;
	content: "";
}
.footer_pc:after {
	position: absolute;
	display: block;
	top: 13px;
	left: 15%;
	margin-left: 0px;
	width: 21px;
	height: 18px;
	background: url(../images/ico_spr.png) no-repeat -20px -202px;
	background-size: 40px auto;
	content: "";
}
