
@charset "utf-8";


body{
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	margin: 0;
	padding: 0;
	background: url("../img/bg.png");
}

p {
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 12px;
}

img {
	border-style:none;
}
.img_100 img{
	width: 100%;
}

h1 {
	margin: 0;
	padding: 5px 0;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	background: url("../img/sp_h1_back.png");
}

h2 {

}

h3 {
	margin: 5px 0 5px 8px;
	padding-left: 5px;
	box-shadow:-2px 0px 0px 0px #d4686c, -4px 0px 0px 0px #fff, -8px 0px 0px 0px #d4686c;
	-moz-box-shadow:-2px 0px 0px 0px #d4686c, -4px 0px 0px 0px #fff, -8px 0px 0px 0px #d4686c;
	-webkit-box-shadow:-2px 0px 0px 0px #d4686c, -4px 0px 0px 0px #fff, -8px 0px 0px 0px #d4686c;
	line-height: 150%;
	font-size: 14px;
	color: #3e3e3e;
}

a{
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl {
	margin: 0;
	padding: 0;
}
dd {
	margin: 0;
	padding: 0;
}

hr.hr_heart {
	border-top: 4px double #68d489;
	text-align: center;
	margin: 15px 0;
}
hr.hr_heart:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -10px;
	padding: 0 10px;
	background: #fff;
	color: #68d489;
	font-size: 16px;
}


.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after { clear:both }
.clearfix { zoom:1 } /* For IE 6/7 */


.sp_none {
	display: none;
}

.fontsize_s {
	font-size: 8px;
}
/* ------------------------------
	共通
------------------------------ */

header {
	background: #fcf5fd;
}
#logo {
	margin-top: 5px;
}
#logo img{
	width: 96%;
	margin-left: 2%;
}

#contents_warp {

}
#top_img img{
	width: 96%;
	margin-left: 2%;
}

nav {
	width: 100%;
	margin-bottom: 20px;
}

nav li{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: url("../img/sp_nav_back.png");
	background-size: 35px 35px;
	margin-top: 3px;
}

nav a{
	display: block;
	width: 92%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #3e3e3e;
	padding-left: 5px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #fff;
}

#main_contents {

}

.tolink {
	text-align: center;
}
.tolink a{
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	border: 4px solid #fff;
	border-radius: 10px;
	background: #685ffd;
	margin: 10px auto 5px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #3e3e3e;
}

footer {
	background: #ffe8e9;
}

#side_contents {

}
.side_contents_box {
	position: relative;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: rgba(255,255,2555,0.85);
	margin-bottom: 15px;
}
.side_contents_title {
	margin-bottom: 15px;
	font-weight: bold;
	color: #fff;
	background: #3cd768;
	border-top: 2px solid #1cad3b;
	border-bottom: 2px solid #1cad3b;
	padding:  8px 0;
	text-align: center;
}

.side_contents_box p{
	padding-left: 12px;
	margin-bottom: 5px;
}

.ifrm {
	width: 100%;
}

#footer_warp {
	margin: 0 auto;
	padding: 20px 0;
}
#footer_nav {
	margin-bottom: 10px;
	padding: 10px;
}
#footer_nav li{
	float: left;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#footer_nav a{
	color: #555;
}
address {
	text-align: right;
	color: #555;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
}
address a{
	color: #555;
	text-decoration: none;

}

small {
	font-size: 10px;
	color: #555;
}
/* ------------------------------
	INDEX
------------------------------ */

.index_contents_box {
	padding: 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: rgba(255,255,2555,0.85);
	margin-bottom: 15px;
}
.index_contents_box p{
	padding-left: 12px;
	margin-bottom: 5px;
}

.contents_box {
	margin: 0 auto;
	text-align: center;
	border: 2px solid #676f6a;
	background: #fff9f2;
	padding: 15px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.contents_title {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #e88a8e;
	border: 2px solid #d4686c;
	padding:  8px 0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-shadow: 1px 1px 0px #3e3e3e;
}
.contents_txt {
	font-size: 12px;
	margin-bottom: 3px;
}

.hr_indexinfo {
	margin: 5px 0;
}

.osusume_img {
	display: block;
	margin: 0 auto;
	width: 246px;
	height: 246px;
	border: 2px solid #d4686c;
}
.osusume_img img{	
	width: 100%;
}
.osusume_txt p{
	line-height: 150%;
}
.osusume_menu_title {
	font-size: 14px;
	font-weight: bold;
}

#index_slider {
	margin-bottom: -40px;
}

#index_attention ul{
	padding-left: 35px;
	list-style-type: decimal;
}
#index_attention li{
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 130%;
}

article {
	max-height: 100px;
}
.more_link_btn {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #2c35a2;
	padding:  8px 0;
	text-align: center;
	margin-bottom: 20px;
}
/* ------------------------------
	店舗紹介
------------------------------ */

.shop_contents_box {
	padding: 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: rgba(255,255,2555,0.85);
	margin-bottom: 15px;
}
.shop_contents_box p{
	padding-left: 12px;
	margin-bottom: 5px;
}

#business_hours {
	margin: 0 auto;
	text-align: center;
	border: 2px solid #676f6a;
	background: #fff9f2;
	padding: 15px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.bh_title {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #e88a8e;
	border: 2px solid #d4686c;
	padding:  8px 0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-shadow: 1px 1px 0px #3e3e3e;
}
.bh_info {
	font-size: 12px;
	margin-bottom: 3px;
}
.bh_houres {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#shop_map {
	margin: 0 auto;
	text-align: center;
	border: 2px solid #676f6a;
	background: #fff9f2;
	padding: 15px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.sm_title {
	margin-bottom: 10px;
	font-weight: bold;
	color: #fff;
	background: #8ae891;
	border: 2px solid #68d46f;
	padding:  8px 0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-shadow: 1px 1px 0px #3e3e3e;
}
.sm_info {
	font-size: 12px;
	margin-bottom: 3px;
}


/* ------------------------------
	スタッフ紹介
------------------------------ */

#staff_list li{
	float: left;
	width: 120px;
	height: 160px;
	background: url(../img/staff/staff_list_back.png);
	background-size: 120px 160px;
	margin: 0 5px 15px;

}

.staff_img {
	margin:2px;
	width: 87px;
	height: 122px;
	border-right: 2px solid #9f282d;
	border-bottom: 2px solid #9f282d;
	background: #9f282d;
}
.staff_img img{
	width: 100%;
}
.staff_name {
	margin-top: 10px;
	margin-left: 5px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.stafffontsize_s {
	font-size: 12px;
}

/* ------------------------------
	MENU
------------------------------ */
 .menu_box {

}
 .h3_menu {
 	margin: 0 auto 10px;
	padding-left: initial;
	box-shadow: initial;
	-moz-box-shadow: initial;
	-webkit-box-shadow: initial;
	line-height: initial;
	font-size: 14px;
	color: #e88a8e;
	border: 1px solid #e88a8e;
	width: 80%;
        text-shadow: 1px 1px 0px #3e3e3e;
}
 .menu_box p{
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 130%;
}

.menu_box_left p{

}
.menu_box_right p{

}



.hr_menu {
	border-width: 0 0 4px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 0%, 65%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
	margin: 5px 10px 10px;
}

.menu_subtitle {
	font-weight: bold;
}
.menu_bikou {
	display: block;
	font-size: 8px;
}

/* ------------------------------
	よくある質問
------------------------------ */

.faq_q {
	text-align: left;
	background: url(../img/faq/faq_q.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	line-height: 16px;
	padding-top: 2px;
	padding-left: 20px;
	margin-bottom: 5px;
}

.faq_a {
	text-align: left;
	background: url(../img/faq/faq_a.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	line-height: 16px;
	padding-top: -1px;
	padding-left: 20px;
}

/* ------------------------------
	求人
------------------------------ */
.rec_title {
	color: #fff;
	background: #b28ae8;
	text-align: center;
	padding: 5px 0;
}
.rec_info {
	background: #fff;
	margin-bottom: 5px;
	padding: 5px;
	border: 2px solid #b28ae8;
	text-align: left;
}


/* ------------------------------
	お問い合わせ
------------------------------ */

#contact_tel {
	text-align: center;
}
#contact_tel a{
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	border: 4px solid #63cd51;
	border-radius: 10px;
	background: #6cdc5d;
	margin: 10px auto 5px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #3e3e3e;
}


/* ------------------------------
	アイドル部門
------------------------------ */

#mailform_link a{
	display: block;
	width: 80%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 300%;
	border: 2px solid #ff26f2;
	border-radius: 10px;
	background: rgba(255,38,242,0.5);
	margin: 5px auto;
	color: #fff;
}


#contact_contents {
	font-size: 12px;
	padding: 0 5px;
}

#contact_form h2{
	font-size: 12px;
}

#contact_form table{
	margin: 10px 0;
	width: 100%;
}
#contact_form summary,th,td{
	font-size: 12px;
	font-weight: normal;
}
#contact_form summary{
	text-align: center;
	border-top: 1px solid #fc9298;
	padding: 5px 0;
	background: rgba(255,255,255,0.7);
}
#contact_form th{
	width: 100px;
	white-space: nowrap;
	border-bottom: 1px solid #fc9298;
	padding: 5px 10px;
	background: #fccacc;
}
#contact_form td{
	border-bottom: 1px solid #fc9298;
	padding: 5px 10px;
}

.form_text input{
	width: 160px;
}


/* ------------------------------
	LINK
------------------------------ */
.link_box img{
	display: block;
	margin-bottom: 5px;
	width: 100%;
}

.link_box a{
	display: block;
	width: 80%;
	color: #3e3e3e;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #d4686c;
	margin: 10px auto 5px;
	padding: 5px;
	text-decoration: none;
	text-align: center;
}


