/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 06 2022 | 01:16:52 */
/*エレメンター用*/
.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:#E46481;}

.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: 1px dashed #FFE9EB;
}
.wsp-shops-list li {
  border-bottom: 1px dashed #FFE9EB;
}

/*end-サイトマップ罫線カラー*/