/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 20 2024 | 01:04:45 */
/*エレメンター用*/
.elementor-container p,
.elementor-container div{
  	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
/*追加するならこの下へ*/
/*エレメンター編集でclassもしくはidを付与しデザインを入れる際は[　> div ]をセレクタークラスの後に入れないとスタイルが適用されない*/
.radius-head > div {
  border-radius:5px;
}
/*End-エレメンター用*/

/*変更可能スタイル*/
/*h1コンテンツ*/
.h1-content h1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size:14px;
}
/*全体のフォント*/
html {
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  	font-size:19px;
}
p {
  line-height:1.7em;
}

.menberPrice{display:inline-block;}
/*End-変更可能スタイル*/

/*共通*/
.textcenter{text-align:center;}
.mt-50{margin-top:50px;}

/*ブランドトップ店舗一覧*/

a{color:#E50012;}

.menu-menu-price{
  white-space:nowrap
}

.menu-menu-name{font-size:0.8rem;}
@media screen and ( max-width:639px) {
  .menu-menu-price{
  white-space:normal;
}
  .menu-menu-price div.price-inner{
    display:inline-block;
  }
}
@media screen and (max-width: 750px){
.shop_menu_wrap .menu-menu .menu-menu-name {font-size:16px;}
}

/*サイトマップ罫線カラー*/
.list-bd {
  border-top: 1px dashed #e50012;
}
.wsp-shops-list li {
  border-bottom: 1px dashed #e50012;
}

/*end-サイトマップ罫線カラー*/

/*テーブル*/

.table {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.table th {
 padding: 10px;
 background: #eee;
 border: solid 1px #999;
}
.table td {
 padding: 10px;
 border: solid 1px #999;
}
.sp-bb-no .uk-icon{display:block;width:100%;} 