@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box
}

/*
font-family: 'Noto Sans JP', sans-serif;
*/

html {
  font-size: 62.5%;
}
body{
font-size: 1.6rem;
margin: 0;
font-family: 'Noto Sans JP', sans-serif;
position: relative;
background: url("/cch/img/back.jpg") top center / 100% auto no-repeat;
}
@media (max-width: 768px) {
body{
font-size: 1.4rem;
}
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/*共通*/
ul{
list-style: none;
}
.inner {
max-width: 1100px;
margin: 0 auto;
position: relative;
}
a{
color: #000;
display: inline-block;
border-bottom: 1px solid #858585;
}
.pc-dn{
display: none;
}
.sp-dn{
display: block;
}
@media (max-width: 768px) {
.pc-dn{display: block;}
.sp-dn{display: none;}
}

header{
width: 100%;
padding: 2rem 0;
}
header img{
width: 100%;
}
header h1{
margin-top: 2rem;
text-align: center;
font-size: 2rem;
letter-spacing: 0.2rem;
}

#ichiran{
max-width: 1100px;
margin: 2rem auto;
padding: 0 2rem;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 2rem;
}
.shop{
padding-bottom: 2rem;
border-bottom: 1px #333 solid;
}
.shop a{
text-decoration: none;
}
.shop h2{
vertical-align:middle;
line-height: 140%;
}
.shop h2 a{
vertical-align: middle;
display: inline-block;
margin-left: 1rem;
background: #CC46BE;
border-radius: 2rem;
padding: 0rem 0.8rem;
font-size: 1.2rem;
color: #fff;
font-weight: 400;
}
.shop li{
margin-top: 0.5rem;
letter-spacing: 0.1rem;
font-size: 1.4rem;
}

@media (max-width: 768px) {
#ichiran{display: block;}
.shop{padding-bottom: 1rem;padding-top: 1rem;}
.shop li{margin-top: 0.1rem;}
}


















copy{
display: block;
padding: 10px 0;
text-align: center;
font-size: 1.4rem;
background: #000;
color: #fff;
margin-top: 5rem;
}

@media (max-width: 768px) {
copy{font-size: 1.2rem;}
}











