@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/


/* Smartphones ----------- */
@media only screen 
and (max-width : 767px) {
/*モバイル専用ヘッダーナビ*/
.mobile-nav {
 overflow: hidden;
}
.mobile-nav {
  height: auto;
}
.mobile-nav li,
.mobile-nav li a {
  height: 40px;
}
.mobile-nav ul {
  overflow-x: hidden;
  margin: 0;
  text-align: center;
 white-space: normal;
}
.mobile-nav li {
  display: inline-block;
  opacity: 0.8;
 width: 32%;
}
.mobile-nav li.current-menu-item {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  opacity: 1;
}
.mobile-nav li a {
  display: block;
  padding: 0 0;
  font-size: small;
  font-weight: bold;
 vertical-align: middle;
  line-height: 40px;
}
.mobile-nav li a:hover {
  opacity: 1;
  text-decoration: none;
}
.shop-title {
    padding-bottom: 2%;
    margin-bottom: 1%;
    font-weight: bold !important;
    line-height: 1.2em;
    border-bottom: 3px solid #111111;
    font-size: 25px !important;
}
.shoplist {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 0%;
    padding-bottom: 0%;
    position: relative;
    z-index: 9;
    overflow: hidden;
    clear: both;
}
.shop_section_L {
    float: left;
    width: 49%;
    display: block;
}
.shop_box_YL {
    width: 100%;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 5%;
    padding-bottom: 7%;
    border-bottom: #dddddd 1px dotted;
    min-height: 245px;
}
.shop_title_YL {
    font-size: 14px;
    /* display: inline-block; */
    line-height: 150%;
    margin-bottom: 2%;
    font-weight: bold;
    letter-spacing: .3em;
}
.shop_txt_YL {
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 2%;
    letter-spacing: .2em;
}
.btn_box_YL {
    list-style: none;
    display: inline-block;
    clear: both;
    padding-top: 5px;
}
}