@charset "utf-8";

/* CSS Document */

/***共通項目***/
body { color:#333; text-shadow:1px 1px 1px rgba(0,0,0,0.1); }

@media (min-width: 769px) {
	a[href^="tel:"] { pointer-events: none; }
}

.w100 { width:100%; }
.h100 { height:100%; }

a, a:visited { color:#333; }
a:hover { text-decoration:underline; }
a img { transition:0.6s; }

img { backface-visibility: hidden;}

h2 { font-size:1.4rem; font-weight:bold; line-height:2.0rem; border-left:solid 0.7rem #000; padding-left: 0.5rem; }

/***ヘッダー***/
.img { max-width:200px; margin:1.0rem auto; }
.title { background-color:#000; padding:1.0rem; margin-top: 1.5rem; }


/***コンテンツ***/
.intro { font-size:1.0rem; font-weight:400; line-height: 1.6rem; margin-bottom: 1.0rem; }
.tbn li { width:25%; display:inline-block; padding:0.5rem; }

.model { padding-top: 2.0rem; padding-bottom: 2.0rem; border-bottom: dashed 1px #333;}
.model:last-child { border-bottom: none;}
    @media(min-width:768px){
        .model { border-bottom: none;}
    }

.text { font-size:1.0rem; text-align:center; margin-top: 1.0rem; }
.text span { font-weight:bold; font-size:1.2rem; }

.btn { text-align:center; margin:1.0rem 0; width: 100%; position:relative; border:solid 2px #333; }
.btn a { position:absolute; top:0; left:0; width:100%; height:100%; z-index:999; text-indent:-9999px; display:block; }
.btn:hover { border:solid 2px #F90; color:#F90; }

.shopinfo { background-color: #333; color: #FEFEFE; padding-top: 2.0rem; padding-bottom: 2.0rem;}
.shopinfo h3 { font-size:1.4rem; font-weight:bold; }
.shopinfo a, .shopinfo a:visited { color: #FEFEFE;}
.shopinfo .row:nth-child(n+2){ border-bottom: dashed 1px #FEFEFE;}

/***フッター***/
.footer { width:100%; background-color:#000; color:#FFF; text-align:center; font-size:0.7rem; line-height:1.2rem;}
