@charset "Shift_JIS";
/*----------------------------------------------------------共通設定（スマホ用） */

*, *:before, *:after {/*padding や border に依存しない width, height 指定*/
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
html {
	font-size: 62.5%;/* この設定で「1rem」 = 「10px」と計算が楽になる*/
	text-align: center;
}
body {
	line-height: 1;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.4rem; /*14px*/
	width: 100%;
	min-width: 320px;
	color: #e0d8cb;
	line-height: 1.8em;
	letter-spacing: 0.6pt;
	/*-webkit-text-size-adjust: none;*/
	-webkit-text-size-adjust: 100%;/*スマホを横向きにすると文字の大きさが急に大きくなるのを防ぐ*/
	background-color: #000;

	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1.4rem;
}
p {
	font-size: 1.5rem;
}
hr {
	border: none;
	width: 100%;
	height: 1px;
}
ol,ul,dl,dt,dd,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
table {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
table,tr,td{
	border-width: 1px;
	border-style: solid;
	text-align: center;
}
table td {
	padding: 0.3rem;
}

a {
color: #ffffce;
	text-decoration: none;
}
a:hover {
color: #ff9900;
	text-decoration: none;
}

/*----------------------------------------------------------画像遅延読み込み */
.lazy_unveil {
opacity: 0;
  transition: opacity .3s ease-in;
}
/*----------------------------------------------------------clearfix */
.cfx {
display: inline-block;
}
.cfx:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*----------------------------------------------------------改行 br */
.br:before {
	content: "\A" ;
	white-space: pre ;
}

/*----------------------------------------------------------table */
.display-table-auto {/*table親要素用*/
	display:table;
	table-layout:fixed;/*テーブル（表）の列幅を自動レイアウト（均等幅）にする（初期値）*/
}

.display-table-fixed {/*table親要素用*/
	display:table;
	table-layout:fixed;/*テーブル（表）の列幅を固定レイアウトにする*/
}
.display-table-cell{/*table子要素用*/
	display: table-cell;
}

.display-table-row{/*tr要素。これを使って複数のテーブル段組みの作成*/
	display:table-row;
}

.vertical-align_middle{/*縦中央*/
	vertical-align: middle;
}

/*----------------------------------------------------------display inline or block */
.display_inline {
	display: inline;
}
.display_block {
	display: block;
}
/*----------------------------------------------------------border */

.border-simple-a {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: 1px dotted #585858;
}
.border-bottom-dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #585858;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/*
この「border: none」処理は、このＣＳＳファイルの最後尾に記入すること→（記入ＯＫ）

.border-none {
	border: none;
}
*/

/*----------------------------------------------------------txt */

.txt_line_height_a {
	line-height: 2.2;
}
.txt_letter-spacing_07 {
	letter-spacing:0.7pt;
}
.txt_letter-spacing_10 {
	letter-spacing:1.0pt;
}
.txt_yellow {
    color: #ffffce;
}
.txt_gray_1 {
	color: #BCBCBC;
}
.txt_white {
	color: #FFFFFF;
}
.txt_red_1 {
    color: #FCCBB6;
}
.txt_red_2 {
	color: #FF0000;
}
.txt_size_10 {
	font-size: 10px;
}

.txt_size_11 {
	font-size: 11px;
}

.txt_size_12 {
	font-size: 12px;
}

.txt_size_13 {
	font-size: 13px;
}

.txt_size_14 {
	font-size: 14px;
}

.txt_size_15 {
	font-size: 15px;
}

.txt_size_16 {
	font-size: 16px;
}

.txt_size_18 {
	font-size: 18px;
}

.txt_size_20 {
	font-size: 20px;
}
.txt_lineheight_16 {
	line-height: 16px;
}

.txt_bold {
	font-weight: bold;
}
.txt_type_hhh1 {
	font-size: 12px;
	color: #F0F0F0;
	text-align: left;
}
.txt_type_hhh2 {
	color: #F0F0F0;
	font-size: 15px;
	line-height: 2.6;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 10px;
	letter-spacing:0.7pt;
}
/*----------------------------------------------------------hr */
.hr_type1 {
	border:none;
	border-top: 1px solid #575757;
}
.hr_type2 {
	border:none;
	border-top: 1px solid #493f2c;
}
.hr_type_585858 {
	border:none;
	border-top: 1px solid #585858;
}
.mark_hr_a1 {
	font-size: 58px;
	line-height: 58px;
	margin-bottom: 30px;
}


/*--------------------------------------------------index ページ　上段*/

#index_sp_head{
	display: table;
	width: 100%;
	text-align: center;
}
.index_sp_top_description{
    font-size: 1.4rem;
	
	display: table;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	padding-top: 20px;
	padding-bottom: 10px;
}
.index_sp_top_description a{
    color: #e0d8cb;
/* text-decoration: underline; */
}

#index_sp_head .logo{
}
#index_sp_head .logo a{
	display: table;
	width: 100%;
}
#index_sp_head .logo h1{
}
#index_sp_head .logo img{
	width: 80%;
	max-width: 400px;
	padding-top: 30px;
	padding-bottom: 20px;
}

#index_sp_head .caution{
	margin-bottom: 20px;
}
#index_sp_head .caution a{
/*	display: table;
	width: 100%;*/
}
#index_sp_head .caution p{
    font-size: 11px;
    color: #A8A8A8;
}
#index_sp_head .caution img{
	width: 8%;
	max-width: 50px;
}

.index_enter{
	margin-bottom: 0px;
}
.index_enter a{
	display: table;
	width: 100%;
}
.index_enter img{
	width: 90%;
	max-width: 300px;
	padding-top: 15px;
	padding-bottom: 20px;
}

/*----------------------------------------------------------ページ設定 */

#main {
	width: 880px;
	padding-top: 30px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	text-align: left;	/*max-width: 640px;*/
}



/*--------------------------------------------------index ページ　メニュー*/

.ii_contents{
	width: 100%;
	margin-bottom: 50px;
}

.ct_title_a{
	font-size: 18px;
	font-weight: bold;
	letter-spacing:0.9pt;
}


#menuTop_type_a1 {

	width: 100%;
	margin-top: 12px;
	margin-bottom: 0px;
	text-align: left;

}
#menuTop_type_a1 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menuTop_type_a1 li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	height: 46px;
	margin-right: 6px;
	margin-top: 6px;
	list-style-type: none;
	white-space: nowrap;
	overflow: hidden;
	background-color: #282828;
	text-align: center;
	vertical-align: bottom;
	line-height: 46px;
	color: #E2D7C7;
	font-size: 12px;
	/*	padding-right: 10px;
	padding-left: 10px;*/
}

#menuTop_type_a1 li a {
	display:block;
	width: 100%;
	color: #E2D7C7;
	padding-right: 14px;
	padding-left: 14px;
}

#menuTop_type_a1 li a:hover {
	background-color: #E2D7C7;
	color: #282828;
}

#menuTop_type_a1 li.last {
	margin-right: 0px;

}

.ii_txt_1 {
	margin-top: 12px;
	border: 1px dotted #585858;
	padding: 18px;
	line-height: 2.4;
	letter-spacing:0.8pt;
}

/*店舗リスト用*/
.ii_txt_2 {
	margin-top: 12px;
	border: 1px dotted #585858;
	padding: 18px;
	line-height: 2.6;
	letter-spacing:0.9pt;
}
.ii_txt_2 li {
	float: left;
}
.ii_txt_2 li a {
	color: #e0d8cb;
	text-decoration: underline;
	/*margin-right: 30px;*/
}
.sh_link {
	width: 255px;
	/*領域をはみ出したときに三点リーダー（…）で省略する*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 20px;
	line-height: 2.8;
}

/*--------------------------------------------------footer*/


#footer {
	margin-top: 10px;
	padding-top: 20px;
	line-height: 26px;
	background-color: #333;
	color: #e0d8cb;
	text-align: center;
	padding-bottom: 128px;
	font-size: 14px;
	padding-right: 8px;
	padding-left: 8px;
}


#footer p {
	font-size: 12px;
	margin-top: 10px;
	/*font-size: 12px;*/
}

/*フッター用*/
.ii_txt_ft {
	width: 880px;
	padding: 18px;
	line-height: 2.6;
	letter-spacing: 0.9pt;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*--------------------------------------------------icon*/


.icon_new_cc1:before {

	margin-top: -12px;
	content: "newface!!";
	content: "\5165\5E97\60C5\5831";/*入店情報・変更用→　https://webutubutu.com/transformation-to-unicode */
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 6px;
	line-height: 12px;
	background-color: #525252;
}
.icon_new_cc2:before {

	margin-top: -12px;
	content: "Latest UP!!";
	content: "\6700\65B0UP!!";/* 最新UP!! */
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 6px;
	line-height: 12px;
	background-color: #525252;
}

/* ==============================================================
	アイコン（2018年10/9追加）
============================================================== */

.icon_fa-camera:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f030";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa-video-camera:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f03d";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa_time:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f017";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa_price:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f157";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa_tel:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f098";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa_detail:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f15c";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}

.icon_fa_ex_link:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f14c";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa_search:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f002";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}

.icon_fa_arrow_right_b1:before {
	margin-right: 5px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 100%;
}
.icon_keisen_aa2:before {
	top: 50%;
	left: 8px;
	content: "\2514";
	font-size: 130%;
	margin-top: 11px;
	margin-right: 4px;
}

.icon_new_aa1:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "NEWS";
	content: "\5165\5E97\60C5\5831";
	content: "news!!";
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 11px;
	background-color: #525252;
}
.icon_new_aa2:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "NEWS";
	content: "\5165\5E97\60C5\5831";
	content: "info";
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 11px;
	background-color: #525252;
}

.icon_new_aa3:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "NEWS";
	content: "\5165\5E97\60C5\5831";
	content: "update";
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 11px;
	background-color: #525252;
}

.icon_new_aa4:before {
	
	top: 50%;
	left: 8px;
	margin-top: -12px;
	
	content: "newface!!";
	content: "\5165\5E97\60C5\5831";/*入店情報・変更用→　https://webutubutu.com/transformation-to-unicode */
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 11px;
	background-color: #525252;
}

.icon_new_aa5:before {
	
	top: 50%;
	left: 8px;
	margin-top: -12px;
	
	content: "Latest UP!!";
	content: "\6700\65B0UP!!";/*最新UP!!*/
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 11px;
	background-color: #525252;
}

.icon_fa-check-square:before {
    margin-right: 7px;
    content: "\f14a";
    font-family: FontAwesome;
    font-size: 90%;
}

.icon_s_point:before {
    margin-right: 5px;
    content: "\02022";
    font-size: 90%;
}
.fa-caret-down:before {
     font-family: FontAwesome;
    margin-right: 5px;
   content: "\f0d7";
    font-size: 100%;
}

.fa-smile-o:before {
    font-family: FontAwesome;
    content: "\f118";
    font-size: 100%;
}

.fa-commenting-o:before {
    margin-right: 5px;
    font-family: FontAwesome;
    content: "\ f27b";
    font-size: 100%;
}

.fa-check-square-o:before {
    margin-right: 3px;
    font-family: FontAwesome;
    content: "\f046";
    font-size: 100%;
}

.icon_fa-g-peace-o:before {
	margin-right: 5px;
	content: "\f25b";
	font-family: FontAwesome;
	font-size: 100%;
}

.icon_fa-hand-stop-o:before {
	margin-right: 5px;
	content: "\f256";
	font-family: FontAwesome;
	font-size: 100%;
}
.icon_fa-star:before {
	margin-right: 5px;
	content: "\f005";
	font-family: FontAwesome;
	font-size: 100%;
}

.icon_fa-star-o:before {
	margin-right: 5px;
	content: "\f006";
	font-family: FontAwesome;
	font-size: 100%;
	color: #666;
}
.icon_fa-star-half-o:before {
	margin-right: 5px;
	content: "\f123";
	font-family: FontAwesome;
	font-size: 100%;
}

/* ==============================================================
	アイコン（2018年6月追加）
============================================================== */

.icon_fa-camera:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f030";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa-video-camera:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f03d";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa_time:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f017";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa_price:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f157";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa_tel:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f098";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa_detail:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f15c";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}

.icon_fa_ex_link:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f14c";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}
.icon_fa_search:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f002";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 4px;
}

.icon_fa-star:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "\f005";
	font-family: FontAwesome;
	font-size: 90%;
	margin-right: 2px;
}

.icon_fa_arrow_right_b1:before {
	margin-right: 5px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 100%;
}
.icon_fa-list-ul:before {
	margin-right: 5px;
	content: "\f0ca";
	font-family: FontAwesome;
	font-size: 100%;
}
.fa-flag-o:before {
	margin-right: 5px;
	content: "\f11d";
	font-family: FontAwesome;
	font-size: 100%;
}
.fa-fa-file-text-o:before {
	margin-right: 5px;
	content: "\f0f6";
	font-family: FontAwesome;
	font-size: 100%;
}
.icon_keisen_aa2:before {
	top: 50%;
	left: 8px;
	content: "\2514";
	font-size: 130%;
	margin-top: 11px;
	margin-right: 4px;
}

.icon_new_aa1:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "NEWS";
	content: "\5165\5E97\60C5\5831";
	content: "news!!";
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 11px;
	background-color: #525252;
}
.icon_new_aa2:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "NEWS";
	content: "\5165\5E97\60C5\5831";
	content: "info";
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 11px;
	background-color: #525252;
}

.icon_new_aa3:before {
	top: 50%;
	left: 8px;
	margin-top: -12px;
	content: "NEWS";
	content: "\5165\5E97\60C5\5831";
	content: "update";
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 11px;
	background-color: #525252;
}

.icon_new_aa4:before {
	
	top: 50%;
	left: 8px;
	margin-top: -12px;
	
	content: "newface!!";
	content: "\5165\5E97\60C5\5831";/*入店情報・変更用→　https://webutubutu.com/transformation-to-unicode */
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 11px;
	background-color: #525252;
}

.icon_new_aa5:before {
	
	top: 50%;
	left: 8px;
	margin-top: -12px;
	
	content: "Latest UP!!";
	content: "\6700\65B0UP!!";/*最新UP!!*/
	margin-right: 5px;
	border-radius: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 11px;
	background-color: #525252;
}


/*--------------------------------------------------　新着用　icon*/

.icon_new1 {
	
	border-radius: 10px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 0 5px;
	background-color: #F29200;
}

.icon_new2 {
	border-radius: 10px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 0 5px;
	background-color: #23B000;
}

.icon_new3 {
	border-radius: 10px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 0 5px;
	background-color: #D83427;
}
.icon_new4 {
	border-radius: 10px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 0 5px;
	background-color: #3300FF;
}

.icon_new5 {
	border-radius: 10px;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	padding: 0 5px;
	background-color: #FFFFFF;
}

/*--------------------------------------------------　店舗評価　icon*/


.icon_new_cc3:before {
    font-size: 11px;
	letter-spacing:1.2pt;
	content: "オススメ";
	content: "\30AA\30B9\30B9\30E1";
	content: "お薦め優良店";
	content: "\304A\85A6\3081\512A\826F\5E97";
	margin-right: 10px;
	border-radius: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 6px;
	line-height: 12px;
	background-color: #525252;
}
.icon_new_cc3 {
	height: 21px;
}
.icon_new_cc4 {
	height: 21px;
}
.icon_new_cc4:before {
    font-size: 11px;
	letter-spacing:1.2pt;
	content: "一般店";
	content: "\4E00\822C\5E97";
	margin-right: 10px;
	border-radius: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 6px;
	background-color: #525252;
}
.icon_new_cc4_arrange {
	height: 28px;
font-size:11px;
margin-right: 10px;


}

.icon_new8_index {
	border-radius: 10px;
	color: #333;
	/* font-size: 10px; */
	/* font-weight: bold; */
	padding: 0px 5px;
	margin: 0px 0px;

	background-color: #C9C9C8;
	background-color: #525252;
	color: #1F1F1F;
	color: #303030;
	color: #E0D8CB;
	
	height:16px;
	line-height:16px;
	text-decoration: none;
}

/*----------------------------------------------------------border-none */


.border-none {
	border: none;
}


