@charset "UTF-8";


.madesw{
    font-size: 18px;font-size: 1.8rem;
    font-weight: 500;
}


.cta-box {
    margin-top: 6%;
    /*padding: 20px 40px;
    border: 1px solid #888888;*/
    box-sizing: border-box;
}
.ttl-cta {
    font-weight: 400;
    margin-bottom: 1.5em;
    position: relative;
}
.ttl-cta::after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    width: 4%;
    height: 1px;
    display: block;
    content: "";
    background: #252525;
}
.ttl-cta.wht::after {
    background: #ffffff;
}
.cta-box_act {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.cta-box_adr {
    width: 50%;
    text-align: left;
}
.cta-box_adr address {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5;
}
.cta-box_adr address a {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
}
.teltext {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.25;
}
.cta-btn {
    width: 48%;
    font-family: Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight:bold;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}
.cta-btn a{
    width: 100%;
    display: inline-block;
    padding: 30px;
    text-align: center;
    text-decoration: none;
    color:#ffffff;
    border: 2px solid #007bcd;
    background-color: #007bcd;
    box-sizing: border-box;
}
.cta-btn a:before{
    font-family: "FontAwesome";
    content: "\f105" ;
    margin: 0 12px 0 0;
}
.cta-btn a:hover{
    color: #007bcd;
    background-color: rgba(255, 255, 255, 0);
}


.storeprof {
    margin-top: 50px;
}
.storeprof img{
    width: 100%;
    height: auto;
}
.storeprof .btn{
    text-align: left;
}


.tbl_summary {
    width: 100%;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 60px;
}
.tbl_summary th,
.tbl_summary td {
    padding: 15px;
}
.tbl_summary th{
    min-width: 200px;
    font-weight: bold;
    padding-right: 1em;
    border-bottom: 1px solid #ddd;
}
.tbl_summary td{
    border-bottom: 1px solid #ddd;
}
@media screen and ( max-width : 768px ) {
    .tbl_summary th,
    .tbl_summary td {
        display: block;
    }
    .tbl_summary th {
        min-width: auto;
        border-bottom: none;
        padding-bottom: 0;
    }
}


.bg-content_cafe {
    width: 100%;
    color: #ffffff;
    padding: 60px;
    min-height: 400px;
    position: relative;
    z-index: 0;
    background-color: #eee;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-image: url("../images/cafe_bg.jpg");
}
.bg-content_cafe::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.fb-cafe {
    position: relative;
    z-index: 1;
}
.fb-cafe a {
    color: #fff;
}
.fb-cafe h2 {
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.8;
}
.fb-cafe h2 + p{
    letter-spacing: 0.15em;
}
.fb-cafe h4 {
    margin-top: 5em;
}
@media screen and ( max-width : 768px ) {
    .bg-content_cafe {
        width: auto;
        padding: 20px 15px;
    }
    .bg-content_cafe::after {
        background-color: rgba(0, 0, 0, 0.6);
    }
    .fb-cafe h4 {
        margin-top: 2.5em;
    }
}






.content h2.ttl-day {
    font-family: Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
}

.content p.ttl-btm-text {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 30px;
}


.box-telcta {
    margin: 30px 0 40px;
}
.box-telcta address{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.box-telcta address a{
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
    margin: 0 1em;
}
.box-telcta address a span{
    font-size: 14px;
    font-size: 1.4rem;
}


.mf-type-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: left;
}
.mf-type-ttl {
    margin: 10px 0 20px;
}
.mf-type-desc {
    font-size: 14px;
    font-size: 1.4rem;
}
.monitor-lineup {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.monitor-lineup li {
    width: 33.33333%;
    width: calc(100%/3);
    padding: 15px 5px !important;
    box-sizing: border-box;
}
.monitor-lineup li .mdl-name{
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 15px 0 0;
}
.monitor-lineup li .mdl-name em{
    font-size: 23px;
    font-size: 2.3rem;
    font-style: normal;
}
.monitor-lineup li .mdl-price{
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
}
.monitor-lineup li .mdl-cta{
    font-size: 12px;
    font-size: 1.2rem;
    margin: 1em 0 0;
}
.monitor-lineup li .mdl-cta::before{
    font-family: "FontAwesome";
    content: "\f105" ;
    margin: 0 6px 0 0;
}


@media screen and ( min-width : 959px ) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and ( max-width : 768px ) {
    .fstView .monitor-text{
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: 400;
        text-align: center;
        margin: 0 0 5px;
    }
    .fstView .area-text{
        font-size: 17px;
        font-size: 1.7rem;
        text-align: center;
        display: block;
    }
    
    .btn a, .btn span {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .madesw{
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        margin: 0 0 -15px;
        padding-top: 30px;
    }
    .content h2.ttl-day {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .content p.ttl-btm-text {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0 0 1em;
    }
    
    
    .ttl-cta{
        margin-bottom: 10px;
    }
    .ttl-cta::after {
        display: none;
    }
    .cta-box_adr {
        width: 100%;
    }
    .teltext {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .cta-box_adr address {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .cta-box_adr address a {
        font-size: 20px;
        font-size: 2.0rem;
        margin-right: 5px;
    }
    .cta-btn {
        width: 100%;
        margin: 10px 0;
    }
    .cta-btn a {
        padding: 20px;
    }
    
    
    .box-telcta address{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
    }
    .box-telcta address a{
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1;
        text-align: center;
        width: 100%;
        margin: 0.5em 0;
        padding: 8px 15px;
        border: 1px solid #666666;
        box-sizing: border-box;
    }
    .box-telcta address a span{
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    
    .mf-type-desc {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.75;
        margin-bottom: 0;
    }
    .monitor-lineup {
    }
    .monitor-lineup li {
        text-align: center;
        width: 50%;
        padding: 10px 0px !important;
    }
    .monitor-lineup li label{
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }
    .monitor-lineup li label input{
        width: auto;
    }
    .monitor-lineup li picture {
        width: 100%;
    }
    .monitor-lineup li h4 {
        width: 100%;
        text-align: center;
    }
    .monitor-lineup li .mdl-name {
        margin: 10px 0;
    }
    .monitor-lineup li .mdl-name em{
        font-size: 14px;
        font-size: 1.4rem;
    }
    .monitor-lineup li .mdl-price{
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
        margin: 0 0 15px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
    }
    .monitor-lineup li .mdl-price span{
        font-size: 12px;
        font-size: 1.2rem;
    }
    .monitor-lineup li .mdl-cta{
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0px;
    }
    .monitor-lineup li .mdl-cta::before{
        font-family: "FontAwesome";
        content: "\f105" ;
        margin: 0 6px 0 0;
    }

}