<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
p{
   margin:0;
   padding:0; 
}
img{
    width:100%;
}
.piercingbody{
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    background-color: #FAFAFA;
    color: #2e2e2e;
    line-height: 100%;
    padding: 0;
    margin: 0;
}
.piercingbody p{
    line-height: 160%;
}

.title{
    font-family: 'Cormorant Infant', serif;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    padding: 1em;
    width: 65%;
    margin: 1.5em auto 0.2em auto;
    line-height: 120%;
    border: 2px solid rgba(188,44,95,0.6);  
    color: #bc2c5f;
}

.titletext{
    font-size: 0.9em;
    font-weight: 500;
    text-align: center;
    line-height: 150%;
    padding: 1.7em 0 2em;
}
.subinfo{
    font-size: 0.85em;
    line-height: 140%;
    padding-top:10px;
}
.main{
    text-align: center;
}

.list{
   width: 100%;
    margin: 0 auto;
}

.listtitle{
    padding: 0.4em 0;
    margin: 40px auto 28px auto;
   /* border-bottom: 2px solid rgba(0,0,0,0.3); */
    font-size: 1.0em;
    font-weight: 600;
    background-color: #b5ac9a;
    width: 100%;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
}

.shop{
    width: 93%;
    margin: 0 auto;
}

.shop a{
color: inherit;
text-decoration: none;
}

.shoptitle{
   color: #6c6344;
   font-size: 0.96em;
   width: 93%;
   text-align: left!important;
    font-weight: 700;
    line-height: 150%;
}

.shoptext{
    font-size: 0.78em;
    line-height: 150%;
    margin-top: 0.2em;
    color: #434343;
    text-align: left!important;
}

 .shoptext p{
    line-height: 130%;
    margin-top: 0.2em;
    color: #746640;
    text-align: left;
  }
    
 .btn01{
    display: flex;
    justify-content:flex-end;
 }
 .btn01 button{
    margin: 0 5px !important;
    background-color: #9B9B9B;
    color: #fff;
    height: 17px;
    font-size: 11px;
  outline: none;
    border: none;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    border-radius: 2px;
    padding: 0 7px;
   line-height: 100%;
  }
  .boder{
     width: 100%; 
     height: 1px; 
     background-color: #b3ac9c; 
     margin: 12px 0;
 }
   .wrap{
      display: flex;
      align-content: center;
 }

 .piercingbtn{
    margin: 6em auto;
    text-align: center;
}

.piercingbtn div{
     margin: 1.6em auto;
     border: 1px solid #6c6344;
    width: 260px;
    height: 35px;
    padding: 0.2em;
    line-height: 200%;
    color: #6c6344;
    border-radius: 2px;
    font-size: 0.9em;
        display: flex;
  justify-content: center;
  align-items: center;
}

.piercingbtn a{
    text-decoration: none;
    border: 0;
    color: #6c6344;
}

.caution{
    width: 93%;
    margin: 0 auto;
    font-size: 0.8em;
    margin-top: 10px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 5px;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/7);
  height: 40px;
  border-bottom: 4px solid #B5AC9A;
  background-color: #DFDCD6;
  line-height: 40px;
  font-size: 0.7em;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color:#B5AC9A;
}

@media (hover: hover) and (pointer: fine) {
.tab_item:hover {
  opacity: 0.75;
}
}

.tab_item:active {
  opacity: 1.0;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

/*選択されているタブのコンテンツのみを表示*/
#tokyo:checked ~ #tokyo_content,
#kanto:checked ~ #kanto_content,
#hokkaido:checked ~ #hokkaido_content,
#tyubu:checked ~ #tyubu_content,
#kinki:checked ~ #kinki_content,
#tyugoku:checked ~ #tyugoku_content,
#kyushu:checked ~ #kyushu_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #B5AC9A;
  color: #fff;
}
@media only screen and (min-width: 740px){
    .piercingbody{
      font-size: 16px;
    }
    .piercingbody p {
     line-height: 180%;
   } 

   .titletext{
      line-height: 160%;
       padding: 3em 2em;
    }
    .subinfo{
       font-size: 0.85em;
       padding-top: 7px;
    }
    .listtitle {
        padding: 0 0;
    }
   .btn01 button{
     margin: 0 5px;
     height: 22px;
     font-size: 12px;
     margin: 0 5px;
     line-height: 100%;
     padding: 0 8px;
  }
   .btn01{
     margin-right: 10px;
   }
   .tab_item {
    font-size: 0.8em;
  }
 }
</pre></body></html>