.kesu {
  background-color: #333333;
  color: white;
  text-decoration: none;
  position: fixed;
  width: 100%;
  top: 0;
  margin: 0;
  z-index: 999;
}

@media screen and (max-width: 767px){
  .kesu {
    background-color: #333333;
    color: white;
    text-decoration: none;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0px;
    font-size: 80%;
  }
}

.kura {
  background-color: #eeeff0;
  color: black;
  text-decoration: none;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 767px){
  .kura {
    background-color: #eeeff0;
    color: rgb(0, 0, 0);
    text-decoration: none;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0px;
    font-size: 80%;
  }
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

body {
  margin: 0px;
  padding-top: 60px;
  background-color: #eeeff0;
  color: black;
  font-family: 'Noto Sans JP', sans-serif;
}

h1{
  padding: 10px;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 30px;
}

.title {
  padding: 5px;  
  font-size: 300%;
  margin-bottom: 0px;
}

.header {
  padding: 0px;
  display: inline-block;
}

div {
  padding: 15px;
}

.oogazou {
  font-size: 150%;
  margin: 3%;
  padding: 0px;
  display: flex;
}

.linkcolor {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 767px){
  .linkcolor {
    text-decoration: none;
    color: #fff;
  }
}

.meigen{
  font-size: 100px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  padding: 0%;
  margin-top: 0px;
  margin-bottom: 3px;
  line-height: 110px;
  letter-spacing: -3px;
}

@media screen and (max-width: 767px){
  .meigen{
    font-size: 60px;
    font-family: "Zen Kaku Gothic Antique Regular";
    padding: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 65px;
    letter-spacing: -3px;
  }
}

.katagazou{
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}


.newslist{
  list-style: none outside;
  margin: 0%;
  padding: 0%;
}

.newslist .news a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid #333333;
  padding: 20px 20px;
}

.newslist .news:first-child{
  border-top: 1px solid #333333;
}

.newslist .news .newstitle{
  margin: 0%;
  min-width: 120px;
  font-size: 16px;
  color: #333333;
  padding: 0 20px 0 0;
}

.newslist .news .hiniti{
  margin: 0;
  width: 150px;
}

.newslist .news a:hover .newstitle{
  color: ffffff;
}

@media screen and (max-width: 767px){
  .newslist .news a{
  flex-wrap: wrap;
  }
    .newslist .news .hiniti{
min-width: 100px;
  }
  .newslist .news .newstitle{
    margin-top: 10px;
  }
}

#peagetop {
  display: block;
  font-weight: bold;
  padding: 7em;
  text-align: center;
  background: #eeeff000;
  color: #fff;
  transition: .3s;
  position: fixed;
  right: 5px;
  bottom: 30px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 90%;
  line-height: 1.5rem;
  color: #737373;
  padding: 0 0 0  35px;
  border-top: solid 1px;
  transform:rotate(90deg)
  
}

#peagetop:hover {
  background: #eeeff000;
  color: #1d1d1d;
}

#peagetop ::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
}

.divsoto {
  padding-bottom: 0px;
}

.divnaka {
 background-color: #777777;
 border-radius: 40px
}

@media screen and (max-width: 767px){
  .divnaka{
    background-color: #777777;
    border-radius: 40px;
  }
}

.divmoji {
  color: #fff;
}

.divmoji1{
  color: #fff;
  font-size: 50px;
}

@media screen and (max-width: 767px){
  .divmoji1{
    color: #fff;
    font-size: 30px;
  }
}

.divkajyou {
 padding-left: 3px;
}

.divshop {
  list-style: none;
  text-decoration: none;
  color: #fff;
}

.kounyubotan{
  font-size: 40px;
}

.newsmidasi{
  padding: 5px;  
  font-size: 300%;
  margin-bottom: 0px;
}

.newsdivnaka {
  color: #fff;
  background-color: #777777;
  border-radius: 20px
 }

 .newsdivkajyou {
  padding-left: 3px;
  margin: 0px;
 }

 .botan {
  text-decoration: none;
 }

 footer{
  background-color: #333333;
  color: #fff;
 }

 .yokosuku{
  overflow-x: auto;
  white-space: nowrap;
 }

 .footermo{
  padding: 3px;
  padding-left: 10px;
  padding-bottom: 0;
  display: block;
  color: #fff;
 }

 .Copyright{
  text-align: center;
 }

.shopgazou{
  width: 100%;
}

@media screen and (max-width: 767px){
  .shopgazou{
    width: 100%;
  }
}

.iamti{
  font-size: 26px;
  margin-bottom: 0;
  padding: 10px;
  padding-bottom: 0;
}

.mati{
  font-size: 26px;
  margin-bottom: 0;
  padding: 0px;
  padding-bottom: 0;
}

.voca{
  width: 496px; height: 279px;
  border-radius: 20px;
}

.ajya{
 border: 1px solid #c6c9cc;
 margin-bottom: 24px;
 margin: 0 5px 12px 5px;
 color: #666;
 border-radius: 8px;
}

.ajya img{
  width: 308px;
  height: 44px;
}

.doit{
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.ajya header h1{
  margin: 0;
}

.hai{
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding: 0;
}

.nari{
  overflow-clip-margin: content-box;
  overflow: clip;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.mail{
  font-size: 19px;
  text-decoration: underline;
  color: #0942fd;
  display: block;
  margin-bottom: 10px;
}

.tel{
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.simasu{
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #bbd0e3;
  background: #fefbe7;
  display: none;
}

.nnn{
  padding-bottom: 10000%;
}

.divnakase {
  margin-right: 10px;
  color: #fff;
  font-size: 23px;
  background-color: #777777;
  border-radius: 40px;
 }
 
 @media screen and (max-width: 767px){
   .divnakase{
     background-color: #777777;
     border-radius: 40px;
   }
 }

 .qqa .aaq{
  padding: 3px;
  
 }

 .qqa{
  padding: 3px;
  font-size: 20px;
 }
 .aaq{
  padding: 3px;
  padding-top: 0;
  border: 0;
  font-size: 20px;
 }

 /*.hanh {
  width: 48px;
  height: 100%;
 }

 .naun {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
 }

 .han {
 display: none;
 z-index: 9999;
 background-color: transparent;
 border-color: transparent;
 }

 .nau {
 width: 100%;
 display: flex;
 align-items: center;
 height: initial;
 justify-content: space-between;
 }

 .noau{
  position: static;
  transform: initial;
  background-color: inherit;
  height: inherit;
  display: flex;
  justify-content: end;
  width: 50%;
 }

 .nuu{
  padding-top: inherit;
  padding-bottom: inherit;
  padding: 0;
  position: inherit;
  top: 0;
  left: 0;
  transform: translate(0,0);
 }

 .itm a {
  color: black;
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
 }

 .itm:last-child a{
  margin-bottom: 0;
 }

 .han span{
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: relative;
  transition: ease .4s;
  display: block;
 }

 .han{
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: relative;
  transition: ease .4s;
  display: block;
 }

 span{
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: relative;
  transition: ease .4s;
  display: block;
 }

 .han span:nth-child(1){
  top: 0;
 }

 .han span:nth-child(2){
  margin: 8px 0;
 }

 .han span:nth-child(3){
  top: 0;
 }

 .naun .ugo{
  transform: translateX(0);
 }

 .han .ugo span:nth-child(1){
  top: 5px;
  transform: rotate(45deg);
 }

 .han .ugo span:nth-child(2){
  opacity: 0;
 }

 .han .ugo span:nth-child(3){
  top: -13px;
  transform: rotate(-45deg);
 }
