@charset "UTF-8";

body {
    font-size: 1.6rem;
}

/*SPメニュー*/
#navTgl {
    display: none;
}

.pc_none {
    display: none;
}

.sp_br {
    display: none;
}

#menu {
    display: none;
}


/*テキストサイズ ベース16px*/

.is_text_small01 {
    font-size: 1.4rem;
}

.is_text_small02 {
    font-size: 1.2rem;
}

.is_text_small03 {
    font-size: 1.0rem;
}

.is_text_big01 {
    font-size: 1.8rem;
}

.is_text_big02 {
    font-size: 2.0rem;
}

.is_text_big03 {
    font-size: 2.2rem;
}

.is_text_big04 {
    font-size: 2.4rem;
}

.is_text_big05 {
    font-size: 2.6rem;
}

.is_text_big06 {
    font-size: 2.8rem;
}

/*=========================
見出し
=========================*/
.md_headding01 {
    width: 100%;
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 0.7em;
    padding-left: 40px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    text-align: left;
}

.md_headding01 span {
    color: #E40D20;
}

.md_headding01.is_news {
    background-image: url("../img/common/ti_ico01.svg");
    background-repeat: no-repeat;
    background-position: top 0.2em left;
    background-size: 32px;
}


.md_headding02 {
    width: 100%;
    font-size: 3.1rem;
    font-weight: bold;
    margin-bottom: 0.7em;
    padding-left: 45px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    text-align: left;
}

.md_headding02 span {
    color: #E40D20;
}

.md_headding02.is_news {
    background-image: url("../img/common/ti_ico01.svg");
    background-repeat: no-repeat;
    background-position: top 0.2em left;
    background-size: 36px;
}

.md_headding02.is_access {
    background-image: url("../img/common/ti_ico02.svg");
    background-repeat: no-repeat;
    background-position: top 0.3em left;
    background-size: 36px;
}

.md_headding02.is_shoplist {
    background-image: url("../img/common/ti_ico03.svg");
    background-repeat: no-repeat;
    background-position: top 0.3em left;
    background-size: 36px;
}

.md_headding02.is_terms {
    background-image: url("../img/common/ti_ico04.svg");
    background-repeat: no-repeat;
    background-position: top 0.3em left;
    background-size: 36px;
}

/*=========================
カラムレイアウト（リスト）
=========================*/
.md_colist {
    overflow: hidden;
}

.md_colist>li {
    float: left;
}

.md_colist01 {
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
}

.md_colist01>li {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.md_linkbt01 a {
    position: relative;
    padding-top: 1.0em;
    padding-right: 4.7em;
    padding-left: 3.5em;
    padding-bottom: 1.0em;
    background-color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 1.00);
    color: rgba(228, 13, 32, 1.0);
    font-weight: bold;
}

.md_linkbt01 a:hover {
    text-decoration: none;
    color: rgba(228, 13, 32, 0.7);
}

.md_linkbt01 a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0;
    height: 0;
    margin: -0.2em 0 0 0;
    border-top: 0.5em solid rgba(228, 13, 32, 1.0);
    border-left: 0.5em solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.md_linkbt01 a:hover:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75em;
    width: 0;
    height: 0;
    margin: -0.2em 0 0 0;
    border-top: 0.5em solid rgba(228, 13, 32, 1.0);
    border-left: 0.5em solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.md_linkbt01.is_dark01 a {
    background-color: rgba(0, 0, 0, 1.00);
    border: 1px solid rgba(0, 0, 0, 1.00);
    color: #FFF;
}

.md_linkbt01.is_dark01 a:hover {
    color: rgba(255, 255, 255, 0.70);
}

.md_linkbt01.is_dark01 a:after {
    border-top: 0.5em solid rgba(255, 255, 255, 1.00);
}

.md_linkbt01.is_dark01 a:hover:after {
    border-top: 0.5em solid rgba(255, 255, 255, 0.70);
}


.md_linkbt01_back a {
    position: relative;
    padding-top: 1em;
    padding-left: 4.5em;
    padding-right: 3.5em;
    padding-bottom: 1em;
    background-color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 1.00);
    color: rgba(228, 13, 32, 1.0);
    font-weight: bold;
    margin-top: 5em;
}

.md_linkbt01_back a:hover {
    text-decoration: none;
    color: rgba(228, 13, 32, 0.7);
}

.md_linkbt01_back a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 1.5em;
    width: 0;
    height: 0;
    margin: -0.2em 0 0 0;
    border-top: 0.5em solid rgba(228, 13, 32, 1.0);
    border-left: 0.5em solid transparent;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.md_linkbt01_back a:hover:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 1.25em;
    width: 0;
    height: 0;
    margin: -0.2em 0 0 0;
    border-top: 0.5em solid rgba(228, 13, 32, 0.7);
    border-left: 0.5em solid transparent;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}



.md_linkbt01_back.is_dark01 a {
    background-color: rgba(0, 0, 0, 1.00);
    border: 1px solid rgba(0, 0, 0, 1.00);
    color: rgba(0, 0, 0, 1.00);
    color: #FFF;
}

.md_linkbt01_back.is_dark01 a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.70);
}

.md_linkbt01_back.is_dark01 a:after {
    border-top: 0.5em solid rgba(255, 255, 255, 1.00);
}

.md_linkbt01_back.is_dark01 a:hover:after {
    border-top: 0.5em solid rgba(255, 255, 255, 0.70);
}



/*=========================
ヘッダー
=========================*/

.md_header_ti {
    text-align: left;
    color: #E40D20;
    font-size: 2.3rem;
    vertical-align: middle;
    max-width: 470px;
    display: flex;
    line-height: 1.2em;
    align-content: center;
    align-items: center;
    font-weight: bold;
    margin: 0;
}

.md_header_ti span{
    width: 400px;
    align-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;

}
.md_header_ti img{
    max-width: 140px;
    max-height: 85px;
}
.md_shopinfo {
    width: 555px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.md_shopinfo .is_img {
    width: 150px;
    overflow: hidden;
    margin-bottom: 0;
}

.md_shopinfo ul {
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;
    font-size: 1.4rem;
    line-height: 160%;
}

.md_shopinfo ul>li {
    margin: 0;
    padding: 0;
}

.md_shopinfo ul>li .is_tel {
    font-size: 2.4rem;
    font-weight: bold;
    vertical-align: middle;
}

.md_gnavi {
    width: 1098px;
    display: flex;
    flex-flow: row;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    justify-content: flex-start;
}

.md_gnavi>li:first-child {
    width: 13%;
    border-left: 1px solid #FFF;
}
.md_gnavi>li {
    border-right: 1px solid #FFF;
    display: flex;
    width: 29%;
    text-align: center;
}

.md_gnavi>li a {
    color: #FFF;
    text-decoration: none;
    padding: 1em 3em;
    line-height: 1.3em;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease-in-out;
    width: 100%;
}

.md_gnavi>li a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}


/*=========================
フッター
=========================*/
footer {
    font-size: 1.5rem;
    overflow: hidden;
    margin-top: 20px;
    float: none;
    clear: both;
}

.md_footer_nav {
    max-width: 1098px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 30px auto;
}

.md_footer_nav li {
    list-style: none;
    padding: 0.5em 3em;
}

.md_footer_ti {
    padding-bottom: 35px;
}

.md_footer_copy {
    width: 100%;
    background-color: #E40D20;
    text-align: center;
    color: #FFF;
    margin: 0;
    padding: 30px 30px 50px 30px;
}

.md_footer_copy p {
    max-width: 1098px;
    padding: 30px;
}


#page-top {
    display: none;
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 1;
}


/*=========================
トップページ
=========================*/

.md_shopbnr01 {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    flex: 1 0 auto;
    /* fix IE11 */

}

.md_shopbnr01 li {
    border-radius: 8px;
    border: 2px solid rgba(228, 13, 32, 1.0);
    display: flex;
    margin: 10px 0 0 0;
    text-align: center;
    align-content: center;
    align-items: center;
    width: 32%;
}
.md_shopbnr01 li img{
    max-height: 53px;
}

.md_shopbnr01 li a {
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    margin:0 auto;
    padding: 14px;
    height: 100%;
}

.md_shopbnr01 li a:hover img {
    opacity: 0.5;
    transition: .2s ease-in-out;
}

.md_shopbnr01:before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}

.md_shopbnr01::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
.md_shopbnr02 {
    list-style: none;
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

.md_shopbnr02 li {
    float: left;
    align-content: center;
    align-items: center;
    margin-right: 28px;
    margin-bottom: 19px;
}

.md_shopbnr02 li:first-child {
    margin-left: 0;
}

.md_shopbnr02 li a {
    height: 100%;
}

.md_shopbnr02 li:nth-child(1) a img,
.md_shopbnr02 li:nth-child(2) a img,
.md_shopbnr02 li:nth-child(3) a img{
    max-width: 212px;
}
.md_shopbnr02 li a img{
    max-width: 343px;
}
.md_shopbnr02 li a:hover img {
    opacity: 0.5;
    transition: .2s ease-in-out;
}


.md_top_news {}

.md_top_news h1 {
    background-color: #323232;
    color: #FFF;
    font-size: 2.1rem;
    padding: 0.3em 0.5em;
    text-align: left;
    margin-bottom: 0.7em;
}




/*=========================
お知らせ
=========================*/
.md_cont_news article {
    border: solid 1px #CDCDCD;
}

.md_cont_news article .is_body {
    padding: 40px;
}

.md_cont_news article .is_body a img{
max-width: 500px;
}
.md_cont_news h1 {
    background-color: #323232;
    color: #FFF;
    font-size: 2.1rem;
    padding: 0.7em 1em;
    text-align: left;
    margin-bottom: 0.7em;
    line-height: 180%;
}


/*=========================
アクセスマップ
=========================*/
.md_cont_access article {}

.md_cont_access .is_body {
    padding: 40px;
}

.md_cont_news h1 {
    background-color: #323232;
    color: #FFF;
    font-size: 2.1rem;
    padding: 0.7em 1em;
    text-align: left;
    margin-bottom: 0.7em;
    line-height: 180%;
}

.md_gmap {
    margin-bottom: 30px;
}

.md_gmap iframe {
    height: 600px;
}

/*=========================
利用規約
=========================*/
.md_terms {
    text-align: left;
}

.md_terms dt {
    margin-top: 1.5em;
}

/*=========================
店舗一覧
=========================*/
.md_shoplist {
    text-align: left;
}

.md_shoplist ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.md_shoplist ul li {
    width: 510px;
    margin: 0;
    padding: 20px 15px 20px 15px;
}

.md_shoplist ul figure {
    width: 160px;
    height: 160px;
}

.md_shoplist ul figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.md_shoplist ul .is_detail {
    width: 300px;
}

.md_shoplist ul li>a,
.md_shoplist ul li>span {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.md_shoplist ul li>a {
    text-decoration: none;
}

.md_shoplist ul li>a:hover {
    text-decoration: none;
}

.md_shoplist ul li h2 {
    color: #E40D20;
}

.md_shoplist dl {}

.md_shoplist dl dt {
    float: left;

}

.md_shoplist dl dfn {
    font-style: normal;

}