@charset "utf-8";


body {
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 100%;
  color: #444444;
  background: #ED262B;
  ;
  /*line-height:;*/
  /*letter-spacing:;*/
}
.wrap{
  width: 80%;
  margin: 0 auto;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
}

.bold {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

img {
  width: 100%;
}

.fb {
  display: flex;
}

.main-content{
  position: relative;
}
.sns-block ,.store-block{
background: #fff;
}
.top {
  position: relative;
  width: 100vw;
left: 50%;
transform: translateX(-50%);
}

.top-icon{
  position: absolute;
  width: 35%;
  margin: 0 auto;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
   filter: brightness(0) invert(1) drop-shadow(2px 4px 6px #565656);
}

.title-box{
  text-align: center;
  background: #ED262B;
  color: white;
}

.title-box-main{
  font-size: 45px;
  color: rgba(41, 39, 77, 1);
  font-weight: bold;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
  letter-spacing: 10px;
}

.title-box p{
  padding:20px;
      padding-bottom: 5%;
}
.title-box .title-box-sub{
  font-size: 1.4em;
  padding-bottom: 5%;
}
.sns-block{
 padding: 5% 20%;
}
.dot{
  position: relative;
    width: 90%;
    height: 30px;
    background: white;
    margin: 0 auto;
}
.dot::before{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 10px;
  height: 10px;
  background: transparent;
  box-shadow:
  0px 10px #fff,
  -10px 20px #fff,
   0px 20px #fff,
   0px 30px #fff,
   -10px 30px #fff,
  -20px 30px #fff;
}
.dot::after {
  content: "";
  position: absolute;
  top: -10px;
  right:-10px;
  width: 10px;
  height: 10px;
  background: transparent;
  box-shadow:
  0px 10px #fff,
  10px 20px #fff,
   0px 20px #fff,
   0px 30px #fff,
   10px 30px #fff,
  20px 30px #fff;
}

.bottom-dot::before{
  box-shadow:
  0px 30px #fff,
  -10px 20px #fff,
   0px 20px #fff,
   0px 10px #fff,
   -10px 10px #fff,
  -20px 10px #fff;
}
.bottom-dot::after {
  box-shadow:
  0px 30px #fff,
  10px 20px #fff,
   0px 20px #fff,
   0px 10px #fff,
   10px 10px #fff,
  20px 10px #fff;
}

.sns {
  border: solid;
  border-color: #ED262B;;
  border-radius: 5px;
  padding: 5%;
  text-align: center;
  border-width: medium;
  box-shadow: 0 3px 6px 3px lightgray;
}

.sns .fb{
  justify-content: center;
}

.sns .fb a{
  margin-left: 15px;
}

.sns-title{
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 10%;
}

.sns-title::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left:0;
  top: 53%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../lib/img/star.png);
}

.sns-title::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../lib/img/star.png);
}

.sns-text{
  margin-top: 10px;
}

.sns-icon{
  margin-top: 10px;
}

.sns .fb a{
  width: 10%;
  padding: 0 2%;
}

.store-block{
     padding: 0 13% 5%;
}

.store-block .fb{
      justify-content: space-evenly;
    }

.store-title{
  font-size: 1.5rem;
  margin-bottom: 3%;
  color: #29274D;
  letter-spacing: 2px;
  font-weight: bold;
}
.map{
  padding: 0 3% 0 0;
  width: 50%;
}
.map iframe{
  width: 100%;
  height:calc(100vw / 3);
}

.store-text{
  font-size: 1 rem;
   width: 45%;
}

.store-text-title{
  font-weight: bold;
  font-size: 1.5 rem;
}

.footer{
  background-color: #ED262B;
  color: white;
  font-size: 1rem;
  padding: 5% 6% 3%;
}
.footer-logo{
  width: 30%;
  display:block;
  text-align: center;
  margin: 0 auto;
}

.footer nav{
  padding-bottom: 5%;
}
.footer nav li{
  padding: 0 0 1%
}
.footer nav li a{
  color:white;
  position: relative;
  padding-right: 3%;
}

.footer nav li a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../lib/img/arrow.png);
}



.more_small{
  text-align: center;
  font-size: 0.8rem;
  color:white;
}

/*************
topへ戻す
*************/
.to_top {
  position: fixed;
  bottom: 40px;
  width:15%;
  display: inline-block;
  right: -3%;
  left:unset;
  z-index: 10;
}

.to_top img {
  cursor: pointer;
  width:100px;
}
h3{
  text-align: center;
  font-size: 1.5rem;
    margin-bottom: 5%;
    color: #29274D;
    letter-spacing: 2px;
    font-weight: bold;
}
#about-us .wrap,#staff .wrap{
  margin: 5% auto;
}
#about-us section,#staff section{
  background: white;
  padding:5% 10%;
}
.box {
  display: grid;
  width: calc(80% - 10px);
/*  border-top: 4px solid #96ceb4;
  border-left: 4px solid #96ceb4;*/
  grid-auto-rows: auto;
  grid-template-columns: 20% 80%;
  margin: 0 auto;
}
.box__itmes {
  font-size: 16px;
  padding: .25rem .25rem .25rem .5rem;
  color: #444;
 /* border-right: 4px solid #96ceb4;
  border-bottom: 4px solid #96ceb4;*/
  background-color: #fff;
}

.box__title {
  font-size: 18px;
  font-weight: bold;
 /* background-color: #ffeead;*/
}

@media screen and (max-width: 640px) {
  .pc-only {
    display: none !important;
  }

  img {
    max-width: 100%;
  }

  html {
    font-size: 12px;
  }
  .wrap {
    width: 95%;
}
.top-icon {
  width: 50%;
}
  p.title-box-main{
    font-size: 2rem;
  }
   .title-box .title-box-sub{
    font-size: 1.3em;
    padding-bottom: 10%;
}

  .sns-block {
    padding: 5%;
}
.sns-title{
padding: 0 15%;
}
.store-block .fb{
flex-direction: column-reverse;
}
.map ,.store-text{
  width: 100%;
}
.map iframe{
height: calc(100vw / 1.5);
}
    .dot {
    width: 80%;
  }
  .footer nav li a{
    font-size: 1.1rem;
  padding-right: 10%;
}
.footer nav li a::after{
  width: 12px;
    height: 12px;
}

.to_top {
  width:25%;
  display: inline-block;
  right: 0%;
  left:unset;
}
.to_top img{
 padding: 5%;
    box-sizing: border-box;
}
 .box {
    grid-auto-columns: auto;
  }
 .box__itmes {
    grid-column: 1 / 3;
  }
}

@media screen and (min-width: 641px) {
  .sp-only {
    display: none !important;
  }

}




/*@media screen and (max-width: 640px) {*/
  /*.to_top {*/
    /*position: fixed;*/
    /*width: 14%;*/
    /*bottom: 10%;*/
    /*right: 6.25%;*/
    /*left: auto;*/
    /*text-align: center;*/
  /*}*/

  /*.to_top img {*/
    /*margin-left: 0;*/
  /*}*/
/*}*/


/*************
 slick
*************/

/*.slick-prev, .slick-next{*/
  /*width: auto;*/
  /*height: auto;*/
  /*z-index: 1000;*/
  /*right: 0;*/
  /*top: 50%;*/
/*}*/

/*.slick-prev {*/
  /*left: 3%;*/
/*}*/
/*.slick-next {*/
  /*right: 3%;*/
/*}*/

/*************
  modal
*************/

/*.modal {*/
  /*display: none;*/
  /*height: 100%;*/
  /*position: fixed;*/
  /*top: 0;*/
  /*width: 100%;*/
  /*z-index: 999;*/
/*}*/

/*.modal__bg {*/
  /*background: rgba(0, 0, 0, 0.8);*/
  /*position: absolute;*/
  /*width: 100%;*/
  /*height: 110%;*/
/*}*/

/*.modal__content {*/
  /*background: #fff;*/
  /*z-index: 999;*/
  /*overflow-y: auto;*/
  /*height: 100%;*/
  /*font-size: 14px;*/
  /*border-radius: 5px;*/
  /*letter-spacing: 0;*/

/*}*/

/*.modal__content_inner {*/
  /*padding: 5% 7%;*/
/*}*/

/*.modal_wrap {*/
  /*left: 50%;*/
  /*padding: 40px;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*width: 52%;*/
  /*max-width: 620px;*/
/*}*/

/*.js-modal-close img {*/
  /*position: absolute;*/
  /*top: 10px;*/
  /*right: 10px;*/
  /*width: 10%;*/
/*}*/






