@charset "utf-8";
.fadeInUpTrigger{
    opacity: 0;
}
.fadeInDownTrigger{
    opacity: 0;
}
.fadeIn {
    animation-name: fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
}
.fadeDown {
    animation-name: fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body{
    margin:0;
    background-color: #212121;
}
.wrapper-pc{
    display:none;
}
.wrapper-mobile{
    display:block;
    width:100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

/* div.header-base{
    background-color: #212121;
    top:0px;
    left:0px;
    width:100%;
    height: 80px;
    z-index:5;
    position: fixed;
    transform: translate3d(0,0,0);
} */
div.header{
    background-color: #212121;
    top:0px;
    left:0px;
    width:100%;
    height:auto;
    z-index:30;
    position: fixed;
    transform:translate3d(0,0,0);
}
div.header-index{
    background-color:rgba(22,22,22,0.4);
    top:0px;
    left:0px;
    width:100%;
    height:auto;
    z-index:30;
    position: fixed;
    transform:translate3d(0,0,0);
}
.logo-img-mobile{
    left:0px;
    width:230px;
    height:auto;
    margin:5px 0 0 5px;
}
div.burger{
    color:#fff;
    font-size: 20pt;
    position: absolute;
    top:25px;
    right:40px;
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
    position: relative;
    width: 25px;
    height: 22px;
    cursor: pointer;
}
.btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
}
.btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
    top: 0;
}
.btn-trigger span:nth-of-type(2) {
    top: 10px;
}
.btn-trigger span:nth-of-type(3) {
    bottom: 0;
}


/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
    opacity: 0;
}
#btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}
.m-mobile{
    display:none;
}
.open {
    display:block;
    position: absolute;
    top:65px;
    right:10px;
    width:40%;
    background-color: #3e3e3e;
    opacity: 1;
}
.open-mask{
    display:block;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    opacity:.8;
    background-color: #656565;
    z-index: 15;
}
/* ul.menue-mobile{
    padding-left:10px;
} */
.li-mobile{
    list-style-type: none;
    border-bottom:#fff 1px solid;
    padding: 10px 10px 20px 15px;
}
a.menue-mobile{
    font-family: 'Poiret One', cursive;
    font-size:18pt;
    text-decoration: none;
    color:#fff;
    display:block;
    width:100%;
    height: 35px;
    text-align: middle;
    padding:10px;
} 
a.menue-mobile:hover{
background-color: #212121;
}
a.menue-state{
    text-decoration: none;
}
a.menue-state:visited{
    color:#64a9cb;
}

small{
    font-family: 'Poiret One', cursive;
    font-size:10pt;
    color:#fff;
}

.sns-icon{
    width:20px;
    height:20px;
    vertical-align: middle;
}
.sns-icon-line{
    width:23px;
    height:23px;
    vertical-align: middle;
}
.banner{
    position:relative;
    z-index: 8;
}
.banner-img{
    box-sizing: border-box;
    width:100%;
    height:auto;
}

/******************************************/
section{
    background-color: #212121;
    padding: 0 0 20px 0;
}
p.section-title-1{
    color:#fff;
    font-family: 'Poiret One', cursive;
    font-size: 30pt;
    text-align: center;
    margin: 30px;
    padding-top: 50px;
}

/*******************
   about
*******************/
div.state-container{
    display: inline-block;
    margin: 0 10px 0 10px;
}
div.shopkeeper{
    width:50%;
    margin-left: 25%;
    padding-right:20px;
    text-align:right;
}
div.about-state{
    width:80%;
    margin-left: 10%;
    text-align: left;
}
img.shopkeeper{
    width: 100%;
    height:auto;
}
div.shop-info{
    display: inline-block;
    text-align: left;
}
table{
    border-collapse:collapse;
}
.info,.link-list{
    font-family:Meiryo;
    font-size:10pt;
    font-weight:400;
    border:solid 0.5px #fff;
    padding:5px 5px 5px 5px
}
table.link-list{
    margin-left:30px;
    margin-right:30px;
}
a.tel{
    color:#fff;
    font-style:italic;
}
.c1{
    color:#fff;
    width:80px;
    text-align: center;
}
.c2{
    color:#fff;
    width:320px;
    text-align: left;
}



/*******************
   service
*******************/
div.services-state{
    display: inline-block;
    text-align: left;
    padding: 20px 0 20px 0;
}


div.link-list-d{
    display:inline-block;
    text-align: center;
    width:100%;
}


/*********************************************
div.about-state{
    width:100%;
}
div.shopkeeper{
    padding-right:10px;
    text-align:right;
}
img.shopkeeper{
    width:205px;
    height: 120px;
}
div.sign{
    text-align: right;
}
div.services-state{
    width:90%;
    margin-left:40px;
}
.section-title-1{
    margin-left:10px;
}
*********************************************/
      

div.gallery,div.link-list{
    margin-top:50px;
    margin-left:15px;
}
div.gallery-img{
    margin-left:50px;
    margin-right:50px;
}
a.gallery{
    text-decoration: none;
}
.sum-image{
    margin:0px 5px 5px 5px;
    width:280px;
}
.sum-image-v{
    margin:0px 5px 5px 35px;
    width:210px;
}

/*******************
   contact
*******************/
div.wrapper-mobile{
    display:flex;
    justify-content:center ;
}
label.contact{
    color:#fff;
    font-family: 'september-n', sans-serif;
    font-size: 10pt;
}
input.contact{
    color:#000;
    background-color: #fff;
    margin:5px 0 0 10px;
    font-family: 'september-n', sans-serif;
    font-size: 10pt;
}
textarea.contact{
    color:#000;
    background-color: #fff;
    margin:5px 0 0 10px;
    font-family: 'september-n', sans-serif;
    font-size: 10pt;
}
input.soushin{
    color:#fff;
    background-color: #f75600;
    padding: 10px;
    font-family: 'september-n', sans-serif;
    font-size: 10pt;
    font-weight: bold;
    border-radius: 100vh;
}
p.soushin{
    text-align: center;
}
body.confirm{
    background-color:#fff;
}
p.confirm-label{
    color:#000;
    font-family: 'september-n', sans-serif;
    font-size: 12pt;
}
.confirm{
    font-family: 'september-n', sans-serif;
    font-size: 10pt;
}
dl.confirm{
    margin:10px;
}
dd.confirm{
    margin: 0 0 10px 30px;
}
input.confirm{
    margin:20px;
    padding: 5px 10px 5px 10px;
    color: #fff;
    background-color:#6e6e6e;
    border-radius: 10vh;
}



.title1,.title2,.title3,.title4{
    text-align: center;
    color:#fff;
    background-color:rgb(108, 108, 108);
    border-color:#fff
}
.col1{
    width:50px;
    text-align: center;
    color:#fff;
}
.col2{
    width:70px;
    text-align: center;
    color:#fff;
}
.col3{
    width:100px;
    text-align: center;
    color:#fff;
}
.col4{
    text-align: left;
    color:#fff;
}

img.campaign{
    width:200px;
    height:200px;
}

img.campaign2{
    width:200px;
    height:250px;
}

div.campaign{
    padding-left:20px;
}



h1{
    color:#fff;
    padding-top:10px;
    font-family: 'Poiret One', cursive;
    font-size:23pt;
}
h2.oomidashi{
    color:#fff;
    font-family: 'september-n', sans-serif;
    font-style: normal;
    font-size:13pt;
    font-weight:100;
}
h2{
    color:#cbc9c9;
    font-family: 'september-n', sans-serif;
    font-style: normal;
    font-size:12pt;
    font-weight:100;
}
h2.midashi{
    color:#cbc9c9;
    font-family: 'september-n', sans-serif;
    font-style: normal;
    font-size:12pt;
    font-weight:100;
    margin-top:5px;
    margin-left:10px;
}
h2.price{
    color:#cbc9c9;
    font-family: 'september-n', sans-serif;
    font-style: normal;
    font-size:12pt;
    font-weight:100;
    margin-top:5px;
    margin-left:20px;
    margin-bottom:0px;
}

h2.price-red{
    color:red;
    font-family:Meiryo;
    font-size:12pt;
    font-weight:400;
    margin-top:0px;
    margin-left:20px;
}

h3{
    color:#fff;
    font-family:Meiryo;
    font-size:9pt;
    font-weight:400;
}

.footer-A{
    background-color:rgba(22,22,22,0.4);
    display: inline-block;
    position: fixed;
    width:100%;
    bottom:0%;
    text-align: center;
}
.footer-B{
    background-color: #212121;
    display: inline-block;
    position: fixed;
    width:100%;
    bottom:0%;
    border-top: solid 0.5px #fff;
    text-align: center;
}

div.usage{
    position: relative;
    top:70px;
}
p.usage-title{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 14pt;
    margin-left:20px;
}
div.flow-mobile{
    overflow: scroll;
    margin-right: 10px;
}
    

.tab-item {
    width: 80px;
    height: 38px;
    line-height: 38px;
    background-color: lightgray;
    text-align: center;
    display: block;
    float: left;
    flex-wrap: nowrap;
    color: gray;
    text-align: center;
    transition: all 0.2s;
    font-weight: bold; 
    font-size:14px; 
    border-top:solid 0.5px #767676;
    border-left:solid 0.5px #767676;
    border-right:solid 0.5px #767676;
  }
  
  /* inputボタンは目には見えないところで働いてもらう */
  input[name="tab-item"] {
    display: none;
  }
  
  /* タブで切り替えたいコンテンツの部分。ここはお好みで */
  .tab-content {
    display: none;
    padding: 30px 0 0 10px;
    overflow: hidden;
    clear: both;
    /* text-align: center; */
    border-top:solid 1px #222222;
  }
  
  /* 選択されているタブのコンテンツを表示させる */
  #a:checked ~ #a-content,
  #b:checked ~ #b-content,
  #c:checked ~ #c-content {
    display: block;
  }
  
  /* 選択されていることがわかるように、選択されているタブはスタイルを変える */
  .tab-container input:checked + .tab-item {
    background-color: #fff;
    color: #858484;
    border-top:solid 1px #222222;
    border-left:solid 1px #222222;
    border-right:solid 1px #222222;
    box-shadow:0 0 10px #8d8978;
  }
  
  .to-top{
    bottom:30px;
    position:-webkit-sticky;
    position:sticky;
    width:50px;
    height: 100px;
    /* line-height: 100px; */
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    box-shadow:0 0 10px #8d8978;
    border:solid 1px #464545;
    color:#858484;
    font-weight: 800;
}

/*==================================================
スライダーのためのcss
===================================*/
#slider-s {
    width: 100vw;
    height: 100vh;
}

/*======================================
お知らせ蘭
======================================*/
div.news-box{
        position: absolute;
        top: 120px;
        width:100%;
        margin: 0;
        padding: 0;
        z-index: 29;
        text-align: center;
    }
    div.oshirase{
        margin: 0 auto;
        width:80%;
        font-family: 'september-n', sans-serif;
        font-style: normal;
        font-weight: 100;    
        font-size:19pt;
        text-align: center;
        background-color: rgba(230, 230, 230, 0.6);
    }
    .news-list{
        list-style: none outside;
        margin: 0 auto;
        width: 80%;
        background-color: rgba(230, 230, 230, 0.6);
    }
      .news-list .item .item-link{
        display: flex;
        flex-wrap: wrap;
        flex-wrap: nowrap;
        text-decoration: none;
        color: #333;
        border-bottom: 1px solid #CCC;
        padding: 20px 20px;
      }
      .news-list .item:first-child .item-link{
        border-top: 1px solid #CCC;
      }
      .news-list .item .date{
        margin: 0;
        min-width: 100px;
        font-size: 16px;
        color: #333;
        padding: 0 0 0 0;
      }
      .news-list .item .category{
        margin: 0;
        min-width: 140px;
        padding: 0 20 0 0;
      }
      .news-list .item .category span{
        color: #FFF;
        text-align: center;
        display: inline-block;
        padding: 5px 20px;
        font-size: 12px;
        line-height: 1;
        min-width:120px;
      }
    
      .news-list .item .category .red{
        background:red;
      }
      .news-list .item .category .orange{
        background: #f59236;
      }
      .news-list .item .category .gray{
        background: #333;
      }
    
      .news-list .item{
        margin: 0;
        width: 100%;
      }
      .news-info{
        margin-left: 10px;
        font-family: 'september-n', sans-serif;
        font-style: normal;
        font-weight: 100;
        font-size:14px;
        color:#000;
        text-align: left;
      }
      /*
      .news-list .item .item-link:hover .news-info{
        color: rgb(102, 164, 234);
      }
      */


      @media screen and (max-width: 750px){
      .news-list .item .item-link{
        flex-wrap: wrap;
      }
      .news-list .item .date{
        min-width: 100px;
      }
      .news-list .item .title{
        margin-top: 10px;
      }
      }
      /* 装飾 
       
      *{
        box-sizing: border-box;
      }
      */
      .item-link{
        text-decoration: none;
      }
     