@charset "utf-8";

body {
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	background-color: #f7f3e8;
	line-height: 30px;
	margin: 0px;
}

a{
	color: #333333;
	text-decoration: none;
}

a:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
	opacity: 0.5;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  
h4 , h3{
font-family: "Roboto Slab", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "游明朝", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

 
header{
	width: 100%;
	height: auto;
	float: left;
	position: fixed;
	z-index: 1000;
	padding: 0px;
	margin: 0px;

	background-color: #FFCA00;
}
header .top{
	width: 1000px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
}

header .top h2{
	width: 88%;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	text-align: left;
	padding: 0px;
	float: left;
	font-size: 18px;
	font-family: "Roboto Slab", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "游明朝", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2%;
}


header .top .box{
	float: left;
	height: 30px;
	width: 10%;
}

.top_menu span{
	text-align: center;
	float: right;
	height: 20px;
	width: 68px;
	font-size: 14px;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #333333;
	margin-right: 2px;
	border-radius: 5px;
}

.top_menu .fujob span{
	background-color: #FFDA46;
}
.top_menu .futown span{
	background-color: #f7f3e8;
}


header .navi{
	height: 30px;
	width: 100%;
	text-align: left;
	padding: 2px;
	float: left;
	margin-top: 5px;
    -webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: hidden;
	background-color: #eee;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
header .menu{
	height: 20px;
	width: 100%;
	text-align: left;
	padding: 2px;
	float: left;
	margin-top: 1px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
header nav{
	height: 30px;
	width: 1000px;
	text-align: left;

	border-radius: 3px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;

}

main{
	float: left;
	height: auto;
	width: 100%;
	margin-top: 70px;
	background-color: #F7F7F7;
}

main .main{
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

main .main .contents{
	box-sizing: border-box;
	height: auto;
	min-height:500px;
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-right: 0%;
	padding-bottom: 100px;
	padding-left: 0%;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
}


main .main h1{
	float: left;
	font-family: "Roboto Slab", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "游明朝", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	height: auto;
	width: 92%;
	text-align: center;
	margin-right: 2%;
	margin-left: 2%;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 20px;
	line-height: 30px;
}
.top_menu{
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}



.site_menu{
	
	
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.site_menu span{
	margin: 0.5%;
	float: left;
	height: 20px;
	width: 24%;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	border-radius: 3px;
}
.site_menu .on span{

	background-color: #FFCC00;

}

.site_menu .off span{

	background-color: #eee;

}
.no_shop {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #999999;
	padding-right: 0px;
	padding-left: 0px;
}
.error_comment {
	margin: 2%;
	padding: 2%;
	float: left;
	height: auto;
	width: 92%;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}

.parent{
	float: left;
	height: auto;
	width: 94%;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin-top: 10px;
	text-decoration: none;
	font-weight: normal;
	margin-right: 2%;
	margin-left: 2%;
	padding: 1%;
}
.parent:after{
	float: right;
	font-family: FontAwesome;
	content: '\f107';
}
.active{
	color: #666666;
	text-decoration: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #F4F4F4;
}
.active:after{
	float: right;
	font-family: FontAwesome;
	content: '\f106';
}

.pref .child{
	float: left;
	height: auto;
	width: 94%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 2%;
	margin-left: 2%;
	padding: 1%;
}
.pref .child a{
	text-align: center;
	float: left;
	height: 20px;
	width: 12%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	margin: 0.25%;
	background-color: #eee;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	font-size: 14px;
	line-height: 20px;
}
.s .child{
	display: none;
	float: left;
	height: auto;
	width: 94%;
	margin-bottom: 10px;
	border-radius: 5px;
	margin-top: 10px;
	text-decoration: none;
	font-weight: normal;
	margin-right: 2%;
	margin-left: 2%;
	padding: 1%;
}
 .search-box_label {
    font-weight: bold;
}
.is-hide {
    display: none;
}
.s .child a{
	text-align: left;
	float: left;
	height: 20px;
	width: 18%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	margin: 0.5%;
	font-size: 14px;
	line-height: 20px;
	padding-right: 0.5%;
	padding-left: 0.5%;
}

.s .child .on{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
	opacity: 0.5;
	padding-left: 3%;
	width: 16%;
}


.s .child .on:before{
	float: left;
	font-family: FontAwesome;
	content: '\f00c';
	margin-right: 10px;
}

.accordion1 .inner{
	box-sizing: border-box;
	width: 100%;
	display: none;
	float: left;
	height: auto;
	border: 1px solid #CCCCCC;
	text-align: left;
	margin-bottom: 5px;
}
.accordion1 .inner .comment{
	box-sizing: border-box;
	float: left;
	height: auto;
	width: 100%;
	padding: 5%;
	font-size: 16px;
	line-height: 30px;
}


.accordion1 .active:after{
	margin-top: 15px;
	float: left;
	font-family: FontAwesome;
	content: '\f106';
}


.accordion2 .inner{
	display: none;
	float: left;
	height: auto;
	width: 95%;
	padding: 5%;

}














/* breadcrumb */

.breadcrumb {

	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

/* 【スクロールバー】 うっとりするぐらいおしゃれにサイトの雰囲気合わせて変更 */

.breadcrumb::-webkit-scrollbar {
    height: 5px;
}

.breadcrumb::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

.breadcrumb::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999;
}

.breadcrumb ul {
    display: table; /* [必須]  */
}

.breadcrumb ul li {
    font-size: 12px;
    font-size: 1.2rem;
    display: table-cell; /* [必須]  */
    white-space: nowrap; /* [必須] テキストを改行させないように */
    vertical-align: middle;
    padding-right: 26px;
    position: relative;
}

.breadcrumb ul li:last-child {
    padding-right: 0;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

/* 【矢印】 ため息がでるぐらいかっこよくサイトの雰囲気に合わせて変更 */

.breadcrumb ul li:after {
    position: absolute;
    display: block;
    content: '';
    content: "/";
    top: 3px;
    right: 8px;
}

/* 【リンクアンダーライン】 適当にサイトの雰囲気に合わせて変更 */


/* スクロール設定解除 */

.breadcrumb.no-scroll ul {
    display: block;
}

.breadcrumb.no-scroll ul li {
    display: inline-block;
    margin-bottom: 12px;
    white-space: normal;
}

.breadcrumb.no-scroll ul li:after {
    top: -4px;
}

/* PC用リンクアニメーション */

@media print,screen and (min-width: 1024px) { /* 1024pxは適宜変更 */
    .breadcrumb ul li a:before {
        transform: scaleX(1);
        transition: transform 0.3s ease;
    }
    .breadcrumb ul li a:hover:before {
        transform: scaleX(0);
    }
}


#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	opacity: 0.6;
	border-radius: 50%;
	background-color: #000000;
	top: 90%;
	right: 5%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


#page_back{
	width: 50px;
	height: 50px;
	position: fixed;
	opacity: 0.6;
	border-radius: 50%;
	background-color: #000000;
	top: 90%;
	left: 5%;
}
#page_back button{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}
#page_back button::before{
  font-family: FontAwesome;
  content: '\f104';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 5px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


.shop{
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCA00;
	border-right-color: #FFCA00;
	border-bottom-color: #FFCA00;
	border-left-color: #FFCA00;
	margin-bottom: 5px;
	margin-top: 5px;
}

.shop .shop_name{
	font-size: 18px;
	line-height: 20px;
	color: #333333;
	background-color: #eee;
	float: left;
	height: 20px;
	width: 98%;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
}
.shop [class*="shop_img_"]{
	float: left;
	height: 12%;
	width: 21.5%;
	text-align: center;
	padding: 1%;
}

.shop_img_1 img{
	height: auto;
	max-height: 120px;
	max-width: 100%;
}
.shop_img_2 img{

	height: auto;
	max-height: 40px;
	max-width: 100%;
}
.shop_img_3 img{

	height: 0px;
	max-height: 0px;
	max-width: 100%;
}

.shop .gals_img{
	padding: 1%;
	float: left;
	height: auto;
	width: 8%;
	text-align: center;
}

.shop .gals_img img{
	float: left;
	max-width:80px;
	max-height:110px;
	width: auto;
	height: auto;
}
.shop .shop_comment{
	padding: 1%;
	float: right;
	height: 12%;
	width: 35.5%;
	text-align: left;
}
.shop p{
	float: left;
	height: 20px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	margin: 0px;
}
.shop .shop_comment .subtitle{
	color: #FF9900;
}
.shop .shop_comment .system_play{
	color: #FF6600;
	font-size: 18px;
	line-height: 24px;
	font-family: "Roboto Slab", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "游明朝", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
}



.shop .shop_box_1,.shop_box_2,.shop_box_3{
	padding: 0px;
	float: left;
	height: 100px;
	width: 26.5%;
	margin-top: 1%;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: 1%;
}

.shop .shop_box_1 span{
	padding: 2px;
	margin: 2px;
	float: left;
	height: 20px;
	width: 80px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #FF6600;
	border-radius: 2px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #FF6600;
}

.shop .shop_box_2 span{
	padding: 2px;
	margin: 2px;
	float: left;
	height: 20px;
	width: 80px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #FF6600;
	border-radius: 2px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #FF6600;
}
.shop .shop_box_3 span{
	padding: 2px;
	margin: 2px;
	float: left;
	height: 20px;
	width: 80px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #FF6600;
	border-radius: 2px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #FF6600;
}

.shop .sale{
	float: left;
	height: 20px;
	width: 100%;
	background-color: #FFCC00;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.shop .sale span{
	float: left;
	height: auto;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	color: #CC3300;
	line-height: 20px;
}


.shop .sale .time{
	float: left;
	height: auto;
	width: auto;
	color: #333333;
}

.shop .sale .price{
	text-decoration: line-through;
	color: #999999;
}

.shop .sale .sale{
	font-weight: bold;
	width: auto;
	color: #CC0000;
	float: left;
	height: auto;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}


.area .shop .shop_name{
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	background-color: #eee;
	padding: 1%;
	float: left;
	height: 20px;
	width: 98%;
}

.area .shop .shop_comment{
	padding: 1%;
	float: left;
	height: 12%;
	width: 98%;
	text-align: left;
}

.area .shop .shop_comment span{
	float: left;
	width: 33.3%;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
}








.fr .shop{
	float: left;
	height: auto;
	width: 95%;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCA00;
	border-right-color: #FFCA00;
	border-bottom-color: #FFCA00;
	border-left-color: #FFCA00;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2.5%;
	margin-left: 2.5%;
}

.fr .shop a{
	float: left;
	height: 80px;
	width: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.fr .shop .shop_img{
	float: left;
	height: 80px;
	width: 100px;
	margin: 0px;
}

.fr .shop .shop_img img{
	height: 80px;
	width: 100px;
}

.fr .shop .shop_data{
	float: left;
	height: 80px;
	width: 88%;
	width: -webkit-calc((100% - 110px));
	width: calc((100% - 110px));
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.fr .shop .hp{
	background-color: #eee;
}

.fr .shop .map{
	background-color: #E8F5FF;
}
.fr .shop p{
	float: left;
	height: 20px;
	width: 96%;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 2%;
	padding-left: 2%;
}


.fr .shop .rank span{
	float: left;
	width: 100px;
}






.shop_html {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
}

.shop_html .shop_top{
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
}
.shop_html .shop_top .shop_img_1,.shop_img_2,.shop_img_3{
	text-align: center;
	float: left;
	height: auto;
	min-height:10px;
	width: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.shop_html .shop_top .shop_text{
	text-align: left;
	float: left;
	height: 130px;
	width: 50%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.shop_html .shop_top .shop_box{
	text-align: left;
	float: left;
	height: 160px;
	width: 20%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.shop_html .shop_top .shop_box span{
	box-sizing: border-box;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	height: 30px;
	width: 98%;
	text-align: center;
	color: #FF6600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	float: left;
	margin: 1px;
	font-size: 14px;
	line-height: 20px;
	padding: 3px;
}
.shop_html .shop_top h3{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	color: #FF9900;
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
}
.shop_html .shop_top .text{
	font-size: 14px;
	line-height: 20px;
}
.shop_html .shop_top .tel a{
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	color: #FFCA00;
}

.shop_html .shop_top .shop_box .line_box{
	float: left;
	height: auto;
	width: 100%;
}

.shop_html .shop_top .shop_box .line_box .line_shop{
	float: left;
	height: auto;
	width: 90%;
	color: #FFFFFF;
	background-color: #00BB00;
	font-size: 14px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 5%;
	padding-bottom: 5px;
	padding-left: 5%;
	text-align: center;
	border-radius: 3px;
	margin-top: 5px;
}
.shop_html .shop_top .shop_box .line_box .line_shop_nolink{
	
	
	float: left;
	height: auto;
	width: 90%;
	color: #00BB00;
	font-size: 14px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 5%;
	padding-bottom: 5px;
	padding-left: 5%;
	text-align: center;
	border-radius: 3px;
	margin-top: 10px;
	border: 1px solid #00BB00;
	margin-bottom: 10px;
}
.shop_html .kome{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #FF3300;
	margin: 0px;
}

.shop_html .label_name {
	background-color: #eee;
	float: left;
	height: 20px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.shop_html h4{
	
	float: left;
	height: auto;
	width: 95%;
	text-align: left;
	color: #666666;
	margin: 0px;
	padding-top: 10px;
	padding-right: 2.5%;
	padding-bottom: 10px;
	padding-left: 2.5%;
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
}

.shop_html .shop_area{
	float: left;
	height: auto;
	width: 100%;
}
.shop_html .shop_area .area_data{
	box-sizing: border-box;
	border-radius: 3px;
	height: 30px;
	width: 19%;
	text-align: center;
	color: #666666;
	float: left;
	font-size: 14px;
	line-height: 20px;
	padding: 3px;
	margin: 0.5%;
	border: 1px solid #666666;
}
.shop_html .box{
	float: left;
	height: auto;
	width: 50%;
}


.shop_html .parent{
	float: left;
	text-align: center;
}
.shop_html .child{
	display: none;
	text-align: center;
	padding: 2.5%;
	float: left;
	height: auto;
	width: 95%;
	overflow: auto;
}




.shop_html .line{
	float: left;
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #eee;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.shop_html .line .line_name{
	box-sizing: border-box;
	float: left;
	width: 28%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	height: 20px;
	padding-left: 2%;
	text-align: left;

}
.shop_html .line .line_data{
	float: left;
	height: auto;
	width: 68%;
	padding-left: 2%;
	text-align: left;
}
.shop_html .line .line_data img{
	vertical-align: middle;
	line-height: 26px;
	height: 26px;
	margin-left: 5px;
	float: left;
}
.shop_html .line .line_data input{
	margin-top: 0px;
	vertical-align: middle;
	float: left;
}

.shop_html .system table{
	border-collapse: collapse;
	margin-top: 20px;
}


.shop_html .system td, th{
	border: 1px solid #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.shop_html .system .top{
	width: 95%;
	float: none;
	box-sizing: border-box;
	height: auto;
	margin: 2.5%;
}
.shop_html .system .play{
	width: 45%;
	float: left;
	box-sizing: border-box;
	height: auto;
	margin: 2.5%;
}

.shop_html .system .name{
	background-color: #eee;
	height: auto;
	width: 50%;
}
.shop_html .system .data{
	height: auto;
	width: 50%;
}

.shop_html .system .data .url_shop{
	float: left;
	height: auto;
	width: 90%;
	color: #FFFFFF;
	background-color: #0078D7;
	font-size: 14px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 0%;
	padding-bottom: 5px;
	padding-left: 0%;
	text-align: center;
	border-radius: 3px;
	margin-top: 5px;
	margin-right: 5%;
	margin-left: 5%;
}

.shop_html .system .data .r_com{
	float: left;
	height: auto;
	width: 90%;
	white-space: pre-wrap;
	font-size: 14px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 0%;
	padding-bottom: 5px;
	padding-left: 0%;
	margin-top: 5px;
	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
	color: #FF3300;
}

.shop_html .discount_html{
	
	
	text-align: left;
	float: left;
	height: auto;
	width: 90%;
	font-size: 20px;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5%;
	padding-left: 5%;
}
.shop_html .access{
	max-width:95%;
	padding: 2.5%;
	float: left;
	height: auto;
	width: 95%;
}


.shop_html .map_img{
	float: left;
	height: auto;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.shop_html .map_img img{
	max-width:80%;
}

.shop_html .googlemap{
	float: left;
	height: auto;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;

}

.shop_html .googlemap a{
	color: #FFFFFF;
	background-color: #3399FF;
	font-size: 24px;
	line-height: 30px;
	padding: 10px;
	height: auto;
	width: 50%;
	border-radius: 5px;
}
.shop_html a.tel_shop{
	color: #FFCA00;
	text-decoration: underline;
}


.shop_html .schedule_week{
	float: left;
	height: auto;
	width: 100%;
	background-color: #eee;
	overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
.shop_html .schedule_week .gals_week{
	float: left;
	height: auto;
	width: 948px;
	background-color: #eee;
	clear: left;
}


.shop_html .schedule_week .gals_week .week_box {
	float: left;
	height: 180px;
	width: 12%;
	background-color: #FFFFFF;
	margin: 0.25%;
}
.shop_html .schedule_week .gals_week a.week_box {
	width: 110px;
}

.shop_html .schedule_week .gals_week .week_box_n{
	float: left;
	height: 180px;
	width: 12%;
	background-color: #FFFFFF;
	margin: 0.25%;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
	opacity: 0.5;
}

.shop_html .schedule_week .gals_week .week_box .day0{
	color: #FF3300;
}
.shop_html .schedule_week .gals_week .week_box .day6{
	color: #3366FF;
}
.shop_html .schedule_week .gals_week .week_box_n [class*="day"]{
	float: left;
	text-align: center;

	height: 30px;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

.shop_html .schedule_week .gals_week .week_box [class*="day"]{
	float: left;
	text-align: center;

	height: 30px;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

.shop_html .schedule_week .gals_week .week_box .time{
	text-align: center;
	margin: 0px;
	float: left;
	height: 130px;
	width: 100%;
}

.shop_html .schedule_week .gals_week .week_box p{
	text-align: center;
	margin: 0px;
	float: left;
	height: 30px;
	width: 100%;
}


.shop_html .schedule_week .gals_week .gals_img {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 130px;
	position: relative;
}
.shop_html .schedule_week .gals_week .gals_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.shop_html .schedule_week .gals_week .gals_text{
	width: 100%;
	height: 48px;

}
.shop_html .schedule_week .gals_week .gals_text p{
	box-sizing: border-box;
	width: 100%;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}






.gals_data{
	float: left;
	height: auto;
	width: 100%;
}
.gals_data .listname {
	box-sizing: border-box;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 0px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0%;
	padding-bottom: 10px;
	padding-left: 0%;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #eee;
}
.gals_data .gals_list {
	background-color: #eee;
	min-height: 200px;
	height: auto;
	width: 100%;
	float: left;
}

.gals_data .item_box {
	float: left;
	height: 340px;
	width: 18%;
	padding: 0.5%;
	background-color: #FFFFFF;
	margin: 0.5%;
}

.gals_data .gals_img {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 240px;
	position: relative;
}
.gals_data .gals_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 240px;
}
.gals_data .gals_img p{
	position: absolute;/*絶対配置*/
	color: white;/*文字は白に*/
	top: 190px;
	left: 0px;
	font-size: 14px;
	line-height: 20px;
	background-color: #000000;
	height: 20px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
	opacity: 0.8;
}



.gals_data .gals_img .time_1{
	background-color: #FF3300;
}
.gals_data .gals_img  .time_2{
	background-color: #FF6600;
}


.gals_data .gals_img .time_4{
	background-color: #FF9900;
}



.gals_data .gals_text{
	width: 100%;
	height: 100px;

}
.gals_data .gals_text .time{
	width: 100%;
	text-align: center;
	background-color: #eee;
}

.gals_data .gals_text p{
	box-sizing: border-box;
	width: 100%;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.gals_data .box{
	width: 100%;
	height: 29px;
	background-color: #eee;
}
.gals_data .update{
	width: 100%;
	height: 25px;
	background-color: #eee;
	font-size: 16px;
	line-height: 25px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: center;
}




.gals_data .box span{
	box-sizing: border-box;
	width: 31%;
	height: 25px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FF6600;
	float: left;
	border: 1px solid #FF6600;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 2px;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-right: 1%;
	margin-bottom: 1px;
	margin-left: 1%;
}
.job_link{
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.job_link a{
	height: 24px;
	width: 95%;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #f7f3e8;
	border: 1px solid #ae9a66;
	color: #3c3c3c;
}
.item_search {
	box-sizing: border-box;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	height: 30px;
	width: 18%;
	text-align: center;
	color: #FF6600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	float: left;
	margin: 1%;
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.item_search.item_active {
    color: white;
    background-color: #FF6600;
}

.item_hide {
    display: none;
}


.shop_menu{
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}




#slideShow {
	width: 70%;
	position: relative;
	height: 520px;
	margin-top: 0;
	margin-right: 15%;
	margin-bottom: 0;
	margin-left: 15%;
}


#slideList {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

#slideListInner {
	float: left;
	height: 525px;
	width: 100000px;
}

#slideList #slideListInner .slide img{
	float: left;
	height: auto;
	width: 350px;
}

#pageNationNav {
	text-align: center;
	padding-top: 0px;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
}
#pageNationNav span {
	width: auto;
	height: 52px;
	cursor: pointer;
	float: left;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
}
#pageNationNav img {
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	border: 3px solid #FFFFFF;
}
#pageNationNav span:hover img,
#pageNationNav .current img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	border: 3px solid #FFCC00;
}
#prevBtn,
#nextBtn {
	position: absolute;
	top: 250px;
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px; 
	border-radius: 20px;
	text-align: center;
	color: #f4f4f4;
	background: #5d5d5d;
}
#prevBtn {
	left: -50px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
#nextBtn {
	right: -50px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.gals_html{

	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
}
.gals_html .gals_top{

	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #333333;
}
.gals_html .gals_coment_s{
	color: #FF9900;
	text-align: center;
}

.gals_html .gals_photo{
	height: auto;
	width: 50%;
	margin-top: 10px;
	float: left;
	text-align: center;
}



.gals_catalog ,.gals_play{
	height: auto;
	width: 50%;
	float: left;
}
.gals_catalog .box{
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
}

.gals_catalog .time_box{
	height: auto;
	width: 50%;
	float: left;
}


.gals_catalog .time_box p{
	color: white;
	font-size: 14px;
	line-height: 20px;
	background-color: #000000;
	height: 20px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
	opacity: 0.8;
	margin-top: 0px;
	margin-bottom: 0px;
}



.gals_catalog .time_box .time_1{
	background-color: #FF0000;
}
.gals_catalog .time_box .time_2{
	background-color: #FF6600;
}


.gals_catalog .time_box .time_4{
	background-color: #FF9900;
}

.gals_catalog .gals_box{
	5height: 20px;
	width: 50%;
	float: left;
	padding-top: 2px;
	padding-bottom: 1px;
	height: auto;
	background-color: #eee;
}
.gals_catalog .gals_box span{
	box-sizing: border-box;
	width: 31%;
	height: 25px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FF6600;
	float: left;
	border: 1px solid #FF6600;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 2px;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-right: 1%;
	margin-bottom: 1px;
	margin-left: 1%;
}
.gals_html .line{
	float: left;
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #eee;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

.gals_html .line .line_name{
	box-sizing: border-box;
	float: left;
	width: 28%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	height: 24px;
	padding-left: 2%;
	text-align: left;
}
.gals_html .line .line_data{
	float: left;
	height: auto;
	width: 68%;
	padding-left: 2%;
	text-align: left;
}

.gals_html .gals_comment{
	height: auto;
	width: 90%;
	float: left;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 20px;
}

.gals_html .line_name_10{
	box-sizing: border-box;
	float: left;
	width: 98%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	height: 24px;
	padding-left: 2%;
	text-align: left;
}
.gals_html .line_data_10{
	float: left;
	height: auto;
	width: 98%;
	padding-left: 2%;
	text-align: left;
	clear: left;
	background-color: #FFFFFF;
	margin-top: 10px;
}

.gals_html .play_on{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	height: 24px;
	width: 33.3%;
	float: left;
	margin-left: 0%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
}

.gals_html .play_off{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	height: 24px;
	width: 33.3%;
	float: left;
	margin-left: 0%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	color: #CCCCCC;
}


.gals_html h4{

	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}

.gals_html .gals_schedule{
	height: auto;
	width: 90%;
	float: left;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 20px;
}

.gals_html .gals_schedule .box{
	height: 80px;
	float: left;
	width: 14%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 18px;
	line-height: 20px;
}


.gals_html .gals_schedule .box [class*="day"]{
	float: left;
	text-align: center;
	float: left;
	height: 20px;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;	
}

.gals_html .gals_schedule .box .day0{
	color: #FF3300;
}
.gals_html .gals_schedule .box .day6{
	color: #3366FF;
}

.gals_html .gals_schedule .time{
	float: left;
	text-align: center;
	float: left;
	height: 20px;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;	
}
.shop_info{
	float: left;
	height: 60px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;

}
.shop_info:after{
	float: left;
	font-family: FontAwesome;
	content: '\f107';
	margin-top: 15px;
}

.shop_info .img {
	box-sizing: border-box;
	overflow: hidden;
	width: 60px;
	height: 60px;
	position: relative;
	float: left;
	background-color: #F9F9F9;
}
.shop_info .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.shop_info .text{
	width: 780px;
	width: -webkit-calc((100% - 80px));
	width: calc((100% - 80px));
	margin: 0px;
	float: left;
	height: 60px;
}




.shop_info .time{
	width: 38%;
	float: left;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 2%;
	margin: 0px;
}

.shop_info .time span{
	box-sizing: border-box;
	border: 1px solid #FF6600;
	border-radius: 2px;	
	width: 50px;
	height: 22px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #FF6600;
	float: left;
	
	padding-top: 5px;
	padding-bottom: 5px;

	background-color: #FFFFFF;
	margin: 1px;
}


.shop_info .title{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	width: 60%;
	float: left;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}

.machi_list{
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCA00;
	border-right-color: #FFCA00;
	border-bottom-color: #FFCA00;
	border-left-color: #FFCA00;
	margin-bottom: 5px;
	margin-top: 5px;
}

.machi_list .box_1{
	float: left;
	height: 60px;
	width: 60%;
}
.machi_list .box_2{
	float: left;
	height: 60px;
	width: -webkit-calc((40% - 20px));
	width: calc((40% - 20px));
	font-size: 24px;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FF3300;
}
.machi_list .shop_name{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	background-color: #eee;
	float: left;
	height: 20px;
	width: 98%;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	margin-top: 5px;
}
.data_list{
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCA00;
	border-right-color: #FFCA00;
	border-bottom-color: #FFCA00;
	border-left-color: #FFCA00;
	margin-bottom: 5px;
	margin-top: 5px;
}

.data_list .shop_name{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	background-color: #eee;
	float: left;
	height: 20px;
	width: 98%;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	margin-top: 5px;
}

.gals_scroll .gals_data {
	float: left;
}
.gals_scroll .gals_data .item_box{
	float: left;
	height: 320px;
	width: 180px;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 5px;
}
.time_sale {
	float: left;
	height: auto;
	width: 95%;
	font-size: 24px;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFCC00;
	padding-right: 2.5%;
	padding-left: 2.5%;
}


.time_sale .sale{
	float: left;
	height: auto;
	width: 55%;
}
.time_sale .sale span{
	float: left;
	height: auto;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	color: #CC3300;
}
.time_sale .sale .time{
	float: left;
	height: auto;
	width: auto;
	color: #333333;
}

.time_sale .sale .price{
	text-decoration: line-through;
	color: #999999;
}

.time_sale .sale .sale{
	font-weight: bold;
	width: auto;
	color: #CC0000;
}

.time_sale .title{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	float: left;
	height: auto;
	width: 45%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}


.inner .comment img{
	float: right;
	max-width:50%;
	margin: 10px;
	border-radius: 5px;
}



.list_search{
	float: left;
	height: auto;
	width: 100%;
	background-color: #eee;
}

.list_search .list_item {
	float: left;
	height: 240px;
	width: 48%;
	padding: 0.5%;
	background-color: #FFFFFF;
	margin: 0.5%;
}
.list_search .gals_box {
	float: left;
	height: 240px;
	width: 39%;
	padding: 0.5%;
	vertical-align: top;
}
.list_search .gals_img {
	overflow: hidden;
	width: 100%;
	height: 240px;
	position: relative;
}
.list_search .gals_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.list_search .gals_img p{
	position: absolute;
	color: white;
	top: 190px;
	left: 0px;
	font-size: 14px;
	line-height: 20px;
	background-color: #000000;
	height: 20px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
	opacity: 0.8;
}



.list_search .gals_img .time_1{
	background-color: #FF3300;
}
.list_search .gals_img  .time_2{
	background-color: #FF6600;
}


.list_search .gals_img .time_4{
	background-color: #FF9900;
}



.list_search .gals_text{
	width: 55%;
	height: auto;
	float: left;
	padding: 2.5%;
}
.list_search .gals_text .time{
	width: 100%;
	text-align: center;
	background-color: #eee;
}

.list_search .gals_text p{
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	float: left;
	margin: 0px;
}
.list_search .box{
	width: 100%;
	height: 29px;
	background-color: #eee;
}
.list_search .update{
	width: 100%;
	height: 25px;
	background-color: #eee;
	font-size: 16px;
	line-height: 25px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: center;
}




.list_search .box span{
	box-sizing: border-box;
	width: 31%;
	height: 25px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FF6600;
	float: left;
	border: 1px solid #FF6600;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 2px;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-right: 1%;
	margin-bottom: 1px;
	margin-left: 1%;
}











footer {
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #282828;
	font-size: 12px;
}

footer .main{
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


footer .main a.footer_link{
	float: left;
	height: 20px;
	width: 40%;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	margin-top: 10px;
	margin-right: 2.5%;
	margin-bottom: 10px;
	margin-left: 2.5%;
	padding: 2.5%;
}
.stop {
	font-family: "Roboto Slab", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "游明朝", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 20px;
	line-height: 30px;
	float: left;
	height: 30px;
	width: 100%;
	color: #FFCC00;
	text-align: center;
	padding-top: 50px;
}

.copyright {
	font-family:  "MS 明朝", serif;
	font-size: 12px;
	line-height: 20px;
	float: left;
	height: 20px;
	width: 100%;
	color: #CCCCCC;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}



