@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
.fonts {
  font-family: "Cinzel", serif;
}

#headsp {
  width: 100%;
  height: 90px;
}
@media screen and (max-width:800px) {
  #headsp {
    height: 45px;
  }
}

#section01_equipment {
  width: 100%;
  background-color: #fff;
}
#section01_equipment h1 {
  text-align: center;
  font-weight: 400;
  margin-top: 120px;
  margin-bottom: 40px;
  color: #000;
  width: 100%;
}
@media screen and (max-width:800px) {
  #section01_equipment h1 {
    margin-top: 10vw;
    margin-bottom: 2em;
  }
}
#section01_equipment .subs {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section01_equipment .subs {
    margin-bottom: 3em;
  }
}
#section01_equipment .section__in {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}

ul.submenulist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.submenulist li {
  width: 13.29%;
  transition: all 0.4s ease-out 0.01s;
  border: 1px solid #000;
  text-align: center;
}
@media screen and (max-width:800px) {
  ul.submenulist li {
    width: 48.5%;
    margin-bottom: 2.5vw;
  }
}
ul.submenulist li a {
  display: inline-block;
  width: 100%;
  padding: 0.75em 0 0.5em 0;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  ul.submenulist li a {
    padding: 0.95em 0 0.75em 0;
  }
}
ul.submenulist li a.active {
  background-color: #000;
  color: #fff;
}

#section02_equipment {
  width: 100%;
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width:800px) {
  #section02_equipment {
    padding-top: 10vw;
    padding-bottom: 15vw;
  }
}
#section02_equipment .section__in {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}
#section02_equipment h2 {
  text-align: center;
}
#section02_equipment h3 {
  text-align: center;
  padding: 3em 0 0.5em 0;
  border-bottom: 1px solid #666;
  margin-bottom: 2em;
}
#section02_equipment h3.second {
  margin-top: 100px;
}
@media screen and (max-width:800px) {
  #section02_equipment h3.second {
    margin-top: 50px;
  }
}
#section02_equipment .widephoto {
  width: 100%;
  margin-bottom: 45px;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02_equipment .widephoto {
    margin-bottom: 10vw;
  }
}
#section02_equipment .widephoto figcaption {
  position: absolute;
  bottom: 7px;
  right: 7px;
  color: #fff;
}
#section02_equipment .wide_text {
  text-align: center;
  margin-bottom: 50px;
}
#section02_equipment h5 {
  text-align: center;
  padding: 0.5em 0.15em 0.5em;
  background-color: #2a1608;
  color: #fff;
  line-height: 100%;
  margin-bottom: 25px;
}
#section02_equipment .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02_equipment .clumbox .left {
  width: 39.9%;
}
@media screen and (max-width:800px) {
  #section02_equipment .clumbox .left {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section02_equipment .clumbox .right {
  width: 55.85%;
}
@media screen and (max-width:800px) {
  #section02_equipment .clumbox .right {
    width: 100%;
  }
}
#section02_equipment .clumbox2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: self-end;
}
#section02_equipment .clumbox2 .left {
  width: 39.9%;
}
@media screen and (max-width:800px) {
  #section02_equipment .clumbox2 .left {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section02_equipment .clumbox2 .right {
  width: 55.85%;
}
@media screen and (max-width:800px) {
  #section02_equipment .clumbox2 .right {
    width: 100%;
  }
}
#section02_equipment .iconbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section02_equipment .iconbox .icons {
  width: 10.5%;
}
#section02_equipment .iconbox .text {
  width: 87.5%;
  text-align: left;
}
#section02_equipment .iconbox2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5em;
}
#section02_equipment .iconbox2 .icons {
  width: 15%;
}
@media screen and (max-width:800px) {
  #section02_equipment .iconbox2 .icons {
    width: 10.5%;
  }
}
#section02_equipment .iconbox2 .text {
  width: 82%;
  text-align: left;
}
@media screen and (max-width:800px) {
  #section02_equipment .iconbox2 .text {
    width: 87.5%;
  }
}
#section02_equipment h6 {
  width: 100%;
  padding: 0.5em 0 0.35em 0;
  text-align: center;
  background-color: #b4a482;
  color: #fff;
  margin: 1em 0;
}
#section02_equipment .base_textsub {
  text-align: left;
  margin-bottom: 1em;
}
#section02_equipment .zu {
  margin-bottom: 1.5em;
}
#section02_equipment .inclumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 75px;
}
@media screen and (max-width:800px) {
  #section02_equipment .inclumbox {
    margin-bottom: 10vw;
    display: flex;
    flex-wrap: wrap;
  }
}
#section02_equipment .inclumbox .text {
  width: 60%;
}
@media screen and (max-width:800px) {
  #section02_equipment .inclumbox .text {
    width: 50%;
  }
}
#section02_equipment .inclumbox .text h4 {
  text-align: left;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #666;
  margin-bottom: 0.75em;
}
@media screen and (max-width:800px) {
  #section02_equipment .inclumbox .text h4 {
    display: none;
  }
}
#section02_equipment .inclumbox .text p {
  line-height: 140%;
  text-indent: -1em;
  padding-left: 1em;
}
#section02_equipment .inclumbox .text p.topsp {
  margin-top: 3em;
}
#section02_equipment .inclumbox .photo {
  width: 35%;
}
@media screen and (max-width:800px) {
  #section02_equipment .inclumbox .photo {
    width: 48%;
  }
}
#section02_equipment .spmore0 {
  margin-bottom: 1em;
  width: 100%;
}
#section02_equipment .morettls {
  text-align: left;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #666;
  margin-bottom: 0.75em;
}
#section02_equipment .spmore {
  margin-top: 1em;
}
#section02_equipment ul.contents_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list {
    margin-bottom: 10vw;
  }
}
#section02_equipment ul.contents_list li {
  width: 28.72%;
  margin-bottom: 45px;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list li {
    width: 47.5%;
    margin-bottom: 7.5vw;
  }
}
#section02_equipment ul.contents_list li.long {
  width: 64.36%;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list li.long {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
#section02_equipment ul.contents_list li.splong {
  width: 28.72%;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list li.splong {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
#section02_equipment ul.contents_list h4.color01 {
  width: 100%;
  text-align: left;
  margin-bottom: 0.8em;
  display: flex;
  align-items: center;
  padding: 0.5em 0.75em 0.5em;
  background-color: #9ab376;
}
#section02_equipment ul.contents_list h4.color01 span.centers {
  width: 100%;
  color: #fff;
}
#section02_equipment ul.contents_list h4.color02 {
  width: 100%;
  text-align: left;
  margin-bottom: 0.8em;
  display: flex;
  align-items: center;
  padding: 0.5em 0.75em 0.5em;
  background-color: #e0c05d;
}
#section02_equipment ul.contents_list h4.color02 span.centers {
  width: 100%;
  color: #fff;
}
#section02_equipment ul.contents_list .base_text {
  line-height: 160%;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list .base_text {
    margin-bottom: 1.5em;
  }
}
#section02_equipment ul.contents_list .base_text .mini {
  display: inline-block;
  line-height: 140%;
  margin-top: 0.5em;
}
#section02_equipment ul.contents_list .base_text .mb_2 {
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list .base_text .mb_2 {
    margin-bottom: 1em;
  }
}
#section02_equipment ul.contents_list .base_text .mb_3 {
  margin-bottom: 3em;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list .base_text .mb_3 {
    margin-bottom: 1em;
  }
}
#section02_equipment ul.contents_list .base_text .mb_4 {
  margin-bottom: 4em;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list .base_text .mb_4 {
    margin-bottom: 1em;
  }
}
#section02_equipment ul.contents_list figure.imgtype01 {
  width: 100%;
}
#section02_equipment ul.contents_list figure.imgtype02 {
  width: 100%;
  margin-top: 2em;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list figure.imgtype02 {
    margin-top: 0em;
  }
}
#section02_equipment ul.contents_list figure.imgtype03 {
  width: 100%;
  margin-top: 3em;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list figure.imgtype03 {
    margin-top: 0em;
  }
}
#section02_equipment ul.contents_list figure.imgtypesp {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.contents_list figure.imgtypesp {
    width: 70%;
    margin: 0 auto;
  }
}

#section_last {
  width: 100%;
  background-color: #fff;
}
#section_last .section__in {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}
#section_last .tyuusyaku {
  text-align: left;
  padding-top: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section_last .tyuusyaku {
    padding-top: 10vw;
    padding-bottom: 2em;
  }
}/*# sourceMappingURL=equipment2.css.map */