/* smart.css */

/* common
--------------------------------- */
body{
	font-size: 1.3rem;
	-webkit-text-size-adjust : 100%;
	padding-top: 40px;
}

.noSP{ display: none!important;}
.noPC{ display: inherit!important;}

.sm_mt50{ margin-top: 50px!important;}

.fl_l, .fl_r{
	float: none!important;
}

img{
	max-width: 100%!important;
	height: auto!important;
	display: block;
	margin: 0 auto;
	float: none;
}
/* .mv_single1{
	max-width: 100%!important;
	height: auto!important;
	display: block;
	margin: 0 auto;
	float: none;
} */

.mv_single1{
	
	padding-top: 5px;
	text-align: center;
	background: rgb(30, 28, 28);
}
.single_frame{
	max-width: 100%!important;
	height: 300px;
	display: block;
	margin: 0 auto;
	text-align: center;
	
}

.mv_single{
	margin-top: 2px;
}

.mv_s{
	margin-top: 2px;
	height: 100px;
	padding: 10px 0;
	background-size: auto 100%;
}

.inner{
	width: auto;
	max-width: initial!important;
	max-width: auto!important;
}

header{
	height: 42px!important;
	background: rgba(255,255,255,0.8)!important;
	border-bottom: none!important;
	border-top: 2px solid #172f6d!important;
}

header .inner{
	display: block;
}

header .logo,
header nav{
	display: block;
}

header .logo{
	width: auto;
}

header .logo a{
	width: auto;
	height: 40px;
	background: url(../img/logo.png) no-repeat 5px center;
	background-size: auto 80%;
}

header .logo a::before, header .logo a::after{
	display: none;
}

#nav_btn {position: fixed!important; top: 0; right: 0; width:50px!important;height: 40px!important; z-index:999999;cursor:pointer;box-sizing: border-box;}
#nav_btn::before{ position: absolute; top: 0; left: -30px; content: "MENU"; display: inline-block; height: 40px; line-height: 40px; font-size: 1.1rem; color: #8babcb;}
#nav_icon { display: block; position: absolute; top: 50%; right: 10px; width: 28px; height: 3px; margin: -1px 0 0 -14px; background: #8babcb; transition: .2s; }
#nav_icon::before, #nav_icon::after { display: block; content: ""; position: absolute; top: 50%; left: 50%; width: 28px; height: 3px; margin-left: -14px; background: #8babcb; transition: .3s; }
#nav_icon::before { margin-top: -8px; }
#nav_icon::after { margin-top: 4px; }

#nav_btn.close::before{content: "CLOSE";}
#nav_btn.close #nav_icon{ background: transparent!important;}
#nav_btn.close #nav_icon::before, #nav_btn.close #nav_icon::after { margin-top: 0; background: #8babcb;}
#nav_btn.close #nav_icon::before { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
#nav_btn.close #nav_icon::after { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); }

header nav li::before{
	display: none;
}

header nav{
	width: 100%;
	position: fixed;
	top: 41px;
	left: 0;
	height: 0;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	-webkit-transition: transform .5s ease-in-out, height .5s ease-in-out;
	-moz-transition: transform .5s ease-in-out, height .5s ease-in-out;
	transition: transform .5s ease-in-out, height .5s ease-in-out;
}

header nav.open{
	height: 100%!important;
}

body.nc{ overflow: hidden;}

header nav ul{
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	background: #fff;
}

header nav ul li {
	display: block;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #dedede;
}

header nav ul li a{
	height: 50px!important;
	line-height: 50px!important;
	text-align: left!important;
	font-size: 1.6rem!important;
	text-decoration: none!important;
	color: #035ca8!important;
	background: none!important;
	border-bottom: none!important;
	padding: 0 20px!important;
	transition: all 0.2s linear;
}

header nav li a::before{
	display: none;
}

header nav ul li a::after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: scaleX(0.8) rotate(45deg);
	border-right: 1px solid #8babcb;
	border-top: 1px solid #8babcb;
	transition: all 0.3s ease 0s;
}

#snav ul{
	display: block;
	overflow: hidden;
}

#snav li{
	width: 50%;
	display: block;
	float: left;
	border-bottom: 1px solid #303030;
}

#snav li:nth-child(3){ width: 100%;}
#snav li:nth-child(4){ width: 100%;}
#snav li:nth-child(4) br {display: none;}

#snav li::before, #snav li:nth-child(1)::after{
	display: none;
}

#snav li a{
	height: auto;
	line-height: 1.3!important;
	padding: 10px 5px!important;
	font-size: 15px; font-size: 1.5rem;
}

#snav li:nth-child(3) a br{
	display: none;
}

#snav li:nth-child(2) a, #snav li:nth-child(5) a{
	border-left: 1px solid #303030;
}




/* TOP
------------------------------------------*/
#top_mv .catch{
	font-size: 14px; font-size: 1.4rem;
}

#top_mv .catch .txt1{ font-size: 28px; font-size: 2.8rem;}
#top_mv .catch .txt2{
	margin: 1em 0;
	font-size: 18px; font-size: 1.8rem;
}

.backstretch-item img{
	max-width: initial!important;
	max-width: auto!important;
}

#top_mv .scroll{
	bottom: 50px;
}

#top_service{
	padding-bottom: 30px;
}

#top_service li{
	width: 100%;
	float: none;
	margin: 0 0 20px 0;
}

#top_service li a{
	border-bottom: none;
}

#top_service li a::before{
	display: none;
}

#top_service li a p{
	height: auto;
	padding: 10px 0;
}

#top_menu .stage{
	width: 100%;
	height: 150px;
	float: none;
}

#top_menu .stage .in{
	height: 150px;
	padding-top: 50px;
}

#top_menu .stage .in h3{
	font-size: 24px; font-size: 2.4rem;
	margin-bottom: 7px;
}

#top_menu .stage video{
	display: none;
}

#top .tile{
	padding-bottom: 0;
}

#top .tile .btn{
	position: static;
}

.btn{
	margin-top: 15px;
}

.btn a, .submit input{
	width: 90%;
}

.news_list li a{
	position: relative;
	padding-right: 25px;
}

.news_list li a::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: scaleX(0.8) rotate(45deg);
	border-right: 2px solid #ccc;
	border-top: 2px solid #ccc;
	transition: all 0.3s ease 0s;
}

span.news_cate{
	display: block;
	margin-left: 0;
	text-align: center;
}

/* 
----------------------------------------- */
#contents{
	margin-top: 0;
	padding: 0 10px 30px 10px;
}

.tt{
	margin-bottom: 20px;
	padding: 30px 0 0 0;
	font-size: 14px; font-size: 1.4rem;
}

.tt span{
	font-size: 26px; font-size: 2.6rem;
}

.tt2{
	margin: 50px 0 15px 0;
	font-size: 18px; font-size: 1.8rem;
	padding-left: 10px;
}

.tt3{
	margin: 20px 0 0 0; 
	font-size: 18px; font-size: 1.8rem;
}

.tt4{
	margin: 20px 0 0 0; 
	font-size: 16px; font-size: 1.6rem;
}

/* 会社情報（about）
----------------------------------------- */
#message .prof,
#message .prof .txt,
#message .prof .img{
	display: block;
}

#message .prof .img{
	width: auto;
	padding-left: 0;
}

#gaiyo .tb{
	display: block;
}

#gaiyo .tb tr{
	display: block!important;
	margin-bottom: 10px;
	border: 1px solid #dae5f2;
}

#gaiyo .tb tr th, 
#gaiyo .tb tr td{
	display: block!important;
	width: 100%!important;
	box-sizing: border-box;
	border: none;
}

#gaiyo .tb tr th{
	text-align: center;
}

.company_map{
	margin-top: 20px;
}

/* FC加盟店募集（franchise）
---------------------------------------------- */
.fc_condition thead th{
	display: none;
}

.fc_condition tbody tr,
.fc_condition tbody tr td{
	display: block!important;
	width: 100%!important;
	box-sizing: border-box;
	border: none;
}

.fc_condition tbody tr{
	margin-bottom: 10px;
	border: 1px solid #dae5f2;
}

.fc_condition tbody tr td:nth-child(1),
.fc_condition tbody tr td:nth-child(2){
	text-align: center;
}

.fc_condition tbody tr td:nth-child(1){
	padding: 5px 10px;

	background: #dae5f2;
}
	
.banzen{
	margin-top: 30px;
	padding: 10px;
	font-size: 14px; font-size: 1.4rem;
}

/* 事業紹介（service）
----------------------------------------- */
#service #s01, #service #s02, #service #s03, #service #s04 {
    padding-top: 10%;
    margin-top: 0;
}
#service_mv{
	margin-top: 0;
}

#service_mv .mv li.slick-slide{
	height: auto;
}

#service_mv .mv li .inner{
	padding: 20px 30px 40px 30px;
}

#service_mv .mv li .inner p{
	margin-top: 20px;
	font-size: 16px; font-size: 1.6rem;
}

.slick-prev,
.slick-next{
    width: 30px;
    height: 30px;
}

.slick-dots{
    bottom: 10px;
}

.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.slick-prev{
	 left: 3px;
}
[dir='rtl'] .slick-prev{
	    right: 3px;
	}
.slick-next{
	   right: 3px;
	}
[dir='rtl'] .slick-next{
	   left: 3px;
}

#service .sec{
	overflow: hidden;
	padding-bottom: 30px;
}

#service .sec::before{ display: none;}
#service .sec .inner{
	min-height: initial!important;
	min-height: auto!important;
	position: relative;
	padding: 10px;
}

#service .sec h2{
	margin: 0 0 10px 0;
	height: 60px;
	line-height: 60px;
	font-size: 18px; font-size: 1.8rem;
}

#service .sec h2 img{
	width: auto!important;
	height: 60px!important;
	margin: 0 5px;
}

#service .sec ul{
	width: 100%;
	margin: 20px 0 0 0!important;
}

#service #s02 ul, #service #s04 ul{
	left: 10px;
}

#service .sec li{
	width: 48%;
	float: left;
	margin-bottom: 10px;
}

#service #s03 li{
	float: left;
}

#service #s03 li:nth-child(even){
	float: right;
}


.wideslider {
	margin-top: 0;
}

.pagination {
	bottom: 3px;
}

#menu_area .lbox, #menu_area .rbox{
	width: auto;
	display: block;
}

#menu_area .lbox h3{
	heihgt: 40px;
	line-height: 40px;
	font-size: 18px; font-size: 1.8rem;
}

#menu_area .lbox h4{
	font-size: 16px; font-size: 1.6rem;
}

#menu_area .lbox p{
	margin-bottom: 20px;
}

#menu_area .rbox{
	display: block;
	padding: 20px 10px;
}

#menu_area .rbox h3{
	font-size: 18px; font-size: 1.8rem;
	padding: 0 0 10px 40px;
	background: url(../img/service/02/musashi/menu_tt_bg.png) no-repeat left bottom;
	background-size: auto 100%;
}

#menu_area .rbox table{
	width: 100%;
	margin-top: 20px;
	margin-left: 0;
}

#menu_area_ramen .inner{
	display: block;
}
#menu_area_ramen .lbox,
#menu_area_ramen .rbox{
	display: block;
	float: none;
	padding: 20px 10px;
	box-sizing: border-box;
	font-size: 18px; font-size: 1.8rem;
}

#menu_area_ramen .rbox{
	width: auto;
	padding: 0 50px 20px 50px;
}

#shop_list{
	padding: 20px 10px;
}

#shop_list h2{
	padding: 0 0 20px 0;
	font-size: 22px; font-size: 2.2rem;
}

#shop_list li{
	width: 100%;
	float: none;
	margin: 0 0 40px 0!important;
}

#shop_list li a h3 br{
	display: none;
}

#shop_list li a h3 span{
	position: static;
	margin-left: 1em;
}

.shop_detail_wrap{
	padding: 0 10px;
}

.shop_detail_wrap .wbox{
    padding: 10px;
}

.menu_list li{
	width: 100%;
	float: none;
	margin: 0 0 20px 0;
}

#shop_menu{
	height: auto;
}

#shop_menu ul{
	width: 100%;
}

#shop_menu li{
	width: auto;
}

#shop_menu li a{
	padding: 5px 0;
	height: auto;
	line-height: 1.2;
	font-size: 1.2rem;
	letter-spacing: 0;
	vertical-align: middle;
	-webkit-transition: none;
	transition: none;
}

#shop_menu li a::before, #shop_menu li a::after{
	display: none;
}

.shop_catch{
	display:  block;
}

.shop_catch .img, .shop_catch .txt{
	display:  block;
}

.shop_catch .img{
	width: auto;
	padding-right: 0;
	margin-bottom: 10px;
}

.shop_news_list li a span{
	display: block;
}

.shop_news_list li a span::after{
	margin: 0 0 0 10px;
}

.access_info{
	margin-top: 20px;
	display: block;
	padding: 10px;
	width: auto;
}

.access_info li{
	display:  block;
	padding: 0;
	font-size: 1.4rem;
}

.access_info li:nth-child(2){
	border: none;
	padding: 10px 0;
	margin: 10px 0;
	border-top: 1px dashed #c9c9c9;
	border-bottom: 1px dashed #c9c9c9;
}

.access_info li .tel a{
	display: block;
	padding: 10px;
	text-align: center;
	color: #4bacff;
	border-radius: 5px;
	background: -webkit-gradient(linear, 0% 100%, from(#fff), to(#eee));
	background: linear-gradient(#fff, #eee);
	border: 1px solid #ccc;
}

.access_info li .tel a span{
	font-size: 11px; font-size: 1.1rem;
}

.menu_txt {
    display: block;
    width: 100%;
}
.menu_txt tbody {
    display: block;
}
.menu_txt tr {
    border-bottom: 1px solid #e68293;
    display: block;
    width: 100%;
}
.menu_txt th {
    display: block;
    padding: 10px 0 0;
    width: 100%;
}
.menu_txt td {
    display: block;
    font-size: 1.3rem;
    padding: 0;
    width: auto;
}
.menu_txt td li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: table;
    line-height: 1.2;
    overflow: hidden;
    width: 100%;
}
.menu_txt td li span {
    display: table-cell;
    float: none;
    padding: 0;
    vertical-align: middle;
}
.menu_txt td li i.txt_s {
    display: inline-block;
    font-size: 1.2rem;
}
.menu_txt td li span:nth-child(2) {
    min-width: 5em;
    text-align: right;
    white-space: nowrap;
}
.menu_party {
    display: block;
    width: 100%;
}
.menu_party tr {
    display: block;
}
.menu_party th {
    display: block;
    font-size: 1.8rem;
    padding: 10px 0;
    width: 100%;
}
.menu_party tr th:last-child {
    font-size: 1.3rem;
}
.menu_party td {
    display: block;
    font-size: 1.3rem;
    padding: 0 0 10px;
}

/* おすすめ情報 */
.news_shop li{
	display: block;
	width: auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.news_shop li .img, .news_shop li .txt{
	display: block;
}

.news_shop li .img{
	width: auto;
	padding-left: 0;
}

/* 店内 */
.floor_photo li .img{
	width: 28%;
	padding-left: 2%;
}

/* システム */
.system_price{
	width: 100%;
}

/* サイトマップ */
.sitemap dl {
  display: block;
}






/* フッター
---------------------------------------------- */
footer .bottom{
	height: auto;
	padding: 10px 0;
	text-align: center;
	font-size: 12px; font-size: 1.2rem;
}

footer .logo, footer .cbox{
	display: block;
}

footer .logo{
	width: 50%;
	margin: 0 auto 10px auto;
}

footer .cbox{
	padding-right: 0;
}

#fnav{
	display: block;
	padding: 10px;
}

#fnav a{
	display: block;
}
#fnav .box{
	display: block;
	width: 100%!important;
	padding: 0;
	letter-spacing: 0;
	margin-bottom: 10px;
}

#fnav .box li{
	margin-bottom: 5px;
}

footer .cbox p.copy{
	margin-left: 0;
}

footer .cbox p.att{
	text-align: left;
	margin: 10px 10px 0 10px;
}

footer .up{
	position: static;
	right: 0;
	bottom: 0;
}

footer .up li{
	width: 50%!important;
}

footer .up li a{
	height: 60px!important;
	min-height: 60px;
}

footer .up .con a{
	padding-top: 10px;
	background-position: center 35px;
	background-size: auto 14px;
}

@media screen and (max-width: 964px) {
	#snav ul{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#snav li{
		width: 100vw;
		border-bottom: 1px solid #fff;
	}
}





