body {
  background: none;
}

section h2 {
  font-size: clamp(1.125rem, 0.625rem + 2.5vw, 2.5rem);
  text-align: center;
  margin: 55px auto 35px auto;
}

.btn_b a {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  text-decoration: none;
  display: block;
  max-width: 330px;
  background: #009cc4;
  margin: auto;
  padding: 15px 45px;
  text-align: center;
  line-height: 1.8;
  outline: none;
  transition: ease 0.2s;
}
.btn_b a span {
  position: relative;
  z-index: 3;
  color: #fff;
  font-weight: bold;
}
.btn_b a:hover span {
  color: #fff;
}
.btn_b a:after {
  font-family: "Material Icons";
  margin-left: 4px;
  content: "\e409";
  position: relative;
  top: 3px;
  color: #fff;
  font-size: 18px;
}
.ichiran:before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: #97c9ec;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
.ichiran:hover::before {
  animation: skewanime 0.5s forwards;
}

@keyframes skewanime {
  100% {
    left: -10%;
  }
}

#top_slide {
  margin: 15px auto 0 auto;
}
#top_slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 600px;
}
#top_slide .text {
  position: absolute;
  right:5%;
  top:30%;
  font-size: clamp(1.25rem, 0.536rem + 3.57vw, 5rem);
  color: #237abf;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
  font-weight: 600;
  text-align: right;
}

#top_nav ul {
  display: flex;
  justify-content: space-between;
  margin: 25px auto;
}
#top_nav ul li {
  width: 24%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}
#top_nav ul li img {
  display: block;
  margin-bottom: 7px;
  width: 100%;
  height: auto;
}
#top_nav ul li img:hover {
  opacity: 0.8;
}

#info_data {
  margin-top: 80px;
}
#info_data ul {
  margin-bottom: 35px;
}
#info_data ul li {
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
}
#info_data ul li span {
  margin: 0 20px 0 0;
}

.inner_top {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}
#shop {
  padding: 35px 0;
  background: #f9f7f2;
  margin:80px 0 0 0;
}
#shop .imgr {
  margin: 0 0 35px 35px;
}
#shop .rc1 h3 {
  font-size: clamp(1.125rem, 0.625rem + 2.5vw, 2.5rem);
  margin-bottom: 25px;
}
#shop .rc1 h4 {
  font-size: 20px;
  padding-bottom: 7px;
  display: inline-block;
  border-bottom: dotted 2px #333;
  margin: 0 auto 35px auto;
}
#shop .rc2 {
  padding: 35px 35px 20px 35px;
  background: #fff;
  border-radius: 36px;
  width: 100%;
  margin: 35px auto;
}
#shop .rc2 h4 {
  font-size: 20px;
  margin-bottom: 35px;
  border-bottom: solid 1px #999;
  padding-bottom: 7px;
  text-align: center;
}
#shop dl dt {
  clear: left;
  float: left;
  width: 5em;
  font-weight: 600;
  padding-bottom: 15px;
}
#shop dl dd {
  margin-left: 6em;
  padding-bottom: 15px;
}

.akican {
  display: flex;
  justify-content: center;
  border: solid 1px #999;
  padding: 15px;
  margin: 55px auto 0 auto;
  background: #eff5f7;
}
.akican div {
  margin-left: 55px;
}
.akican div h3 {
  margin-bottom: 15px;
  font-size: clamp(1.125rem, 0.625rem + 2.5vw, 2.5rem);
  color: #237ABF;
}

@media screen and (max-width: 960px) {
  #topimg {
    height: 450px;
  }
}
@media screen and (max-width: 769px) {
  #top_slide .text {
    top:20%;
  }
  #topimg {
    height: 350px;
  }
  #top_nav ul {
    flex-wrap: wrap;
  }
  #top_nav ul li {
    width: 48%;
    margin-bottom: 15px;
  }
  #info_data ul li span:nth-of-type(2):after {
    content: "\a";
    white-space: pre;
  }
  #shop .imgr {
    float: none;
    text-align: center;
  }
  #shop .imgr img {
    width: 70%;
    max-width: 374px;
  }
  #shop .rc2 h4 {
    text-align: left;
  }
  #shop dl dt {
    float: none;
    width: 100%;
    margin-bottom: 7px;
    padding-bottom: 0;
  }
  #shop dl dd {
    margin-left: 0;
    padding-bottom: 15px;
  }
  .akican {
    flex-wrap: wrap;
  }
  .akican div {
    margin-left: 0;
  }
  .akican div h3 {
    margin-top: 15px;
}
@media screen and (max-width: 600px) {
  #topimg {
    height: 200px;
  }
}