@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;
}

.sukimaH {
  width: 100%;
  background-color: #fff;
  height: 100px;
}

#section02_equipment {
  width: 100%;
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 10px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section02_equipment {
    padding-top: 10vw;
  }
}
#section02_equipment .section__in {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}
#section02_equipment .minitext {
  position: absolute;
  top: 0.5em;
  color: #fff;
  right: 5px;
}
#section02_equipment .section__ins {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
#section02_equipment h2 {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section02_equipment h2 {
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
  }
}
#section02_equipment h2 figure {
  width: 53.7%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section02_equipment h2 figure {
    width: 85%;
  }
}
#section02_equipment .sublogo {
  width: 27.14%;
  margin: 0 auto 0 auto;
}
@media screen and (max-width:800px) {
  #section02_equipment .sublogo {
    width: 40%;
  }
}
#section02_equipment .sub_text {
  text-align: center;
  margin-top: 1.25em;
  margin-bottom: 4em;
}
@media screen and (max-width:800px) {
  #section02_equipment .sub_text {
    margin-top: 1em;
    margin-bottom: 2em;
  }
}
#section02_equipment .imgs {
  width: 100%;
  margin-bottom: 55px;
}
@media screen and (max-width:800px) {
  #section02_equipment .imgs {
    margin-bottom: 30px;
  }
}
#section02_equipment ul.list6 {
  width: 90%;
  max-width: 555px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02_equipment ul.list6 li {
  width: 30.5%;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.list6 li {
    width: 46.5%;
  }
}
#section02_equipment ul.list6 li figure {
  width: 100%;
}
#section02_equipment ul.list6 li h4 {
  text-align: center;
  padding: 1em 0 0.5em 0;
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.list6 li h4 {
    padding: 1em 0 0em 0;
  }
}
#section02_equipment ul.list6 li .icon1 {
  width: 120%;
  margin-left: -10%;
  margin-right: -10%;
  margin-top: 0.75em;
}
#section02_equipment ul.list6 li .icon2 {
  width: 50%;
  margin: 0 auto;
  margin-top: 0.25em;
}
#section02_equipment ul.list6 li .icon3 {
  width: 60%;
  margin: 0 auto;
  margin-top: 0.35em;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.list6 li .icon3 {
    margin-top: 0.25em;
  }
}
#section02_equipment ul.list6 li .icon4 {
  width: 37.5%;
  margin: 0 auto;
  margin-top: 0.35em;
}
#section02_equipment .line01 {
  width: 100%;
  height: 55px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
@media screen and (max-width:800px) {
  #section02_equipment .line01 {
    height: 50px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
  }
}
#section02_equipment ul.list3 {
  width: 90%;
  max-width: 555px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02_equipment ul.list3 li {
  width: 30.5%;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.list3 li {
    width: 46.5%;
  }
}
#section02_equipment ul.list3 li figure {
  width: 100%;
}
#section02_equipment ul.list3 li h4 {
  text-align: center;
  padding: 1em 0 0.5em 0;
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.list3 li h4 {
    padding: 1em 0 0em 0;
  }
}
#section02_equipment ul.list3 li .title_long {
  width: 215%;
  text-align: center;
  background-color: #927141;
  line-height: 100%;
  color: #fff;
  padding: 0.25em 0;
  margin: 0 -115% 1em 0;
}
#section02_equipment ul.list3 li .title {
  width: 100%;
  text-align: center;
  background-color: #927141;
  line-height: 100%;
  color: #fff;
  padding: 0.25em 0;
  margin: 0 0 1em 0;
}
#section02_equipment .title_otehr {
  width: 100%;
  max-width: 700px;
  margin: 2em auto 1em auto;
  text-align: center;
  background-color: #927141;
  line-height: 100%;
  color: #fff;
  padding: 0.25em 0;
}
@media screen and (max-width:800px) {
  #section02_equipment .title_otehr {
    width: 90%;
    max-width: 555px;
    margin: 2em auto 1em auto;
  }
}
#section02_equipment ul.list4 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.list4 {
    width: 90%;
    max-width: 555px;
    margin: 0 auto;
  }
}
#section02_equipment ul.list4 li {
  width: 23.57%;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.list4 li {
    width: 46.5%;
  }
}
#section02_equipment ul.list4 li figure {
  width: 100%;
}
#section02_equipment ul.list4 li h4 {
  text-align: center;
  padding: 1em 0 0.5em 0;
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
@media screen and (max-width:800px) {
  #section02_equipment ul.list4 li h4 {
    padding: 1em 0 0em 0;
  }
}
#section02_equipment ul.list4 li .title_long {
  width: 215%;
  text-align: center;
  background-color: #927141;
  line-height: 100%;
  color: #fff;
  padding: 0.25em 0;
  margin: 0 -115% 1em 0;
}
#section02_equipment ul.list4 li .title {
  width: 100%;
  text-align: center;
  background-color: #927141;
  line-height: 100%;
  color: #fff;
  padding: 0.25em 0;
  margin: 0 0 1em 0;
}
#section02_equipment .tenjyobox {
  width: 100%;
  padding: 40px 0 0 0;
  border-top: 1px solid #ccc;
}
#section02_equipment .tenjyobox .tenjyobox__in {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#section02_equipment .tenjyobox .tenjyobox__in .ttllss {
  text-align: center;
  margin-bottom: 1.25em;
}
#section02_equipment .tenjyobox .tenjyobox__in .base_texts {
  text-align: left;
  line-height: 160%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section02_equipment .tenjyobox .tenjyobox__in .base_texts {
    margin-bottom: 15px;
  }
}
#section02_equipment .tenjyobox .tenjyobox__in .imgzu {
  width: 100%;
}
#section02_equipment .tenjyobox .tenjyobox__in .imgzu figcaption {
  padding-top: 0.5em;
  text-align: left;
}
#section02_equipment .takuhaibox {
  width: 100%;
  padding: 40px 0 80px 0;
  border-top: 1px solid #ccc;
  margin-top: 40px;
}
#section02_equipment .takuhaibox .tenjyobox__in {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#section02_equipment .takuhaibox .tenjyobox__in .ttllss {
  text-align: center;
  margin-bottom: 1.25em;
}
#section02_equipment .takuhaibox .tenjyobox__in .base_texts {
  text-align: left;
  line-height: 160%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section02_equipment .takuhaibox .tenjyobox__in .base_texts {
    margin-bottom: 15px;
  }
}
#section02_equipment .takuhaibox .tenjyobox__in .base_texts .minis {
  display: block;
  padding-top: 1.5em;
}
#section02_equipment .takuhaibox .tenjyobox__in .imgzu {
  width: 100%;
}
#section02_equipment .takuhaibox .tenjyobox__in .imgzu figcaption {
  padding-top: 0.5em;
  text-align: left;
}

#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;
  }
}

/****************************/
#equipment_section {
  width: 100%;
  background-color: #000;
  padding: 160px 0 110px 0;
  color: #fff;
}
@media screen and (max-width:800px) {
  #equipment_section {
    padding: 60px 0;
  }
}
#equipment_section .section__ins {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
}
#equipment_section h2 {
  text-align: left;
  color: #927141;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #equipment_section h2 {
    margin-bottom: 20px;
  }
}
#equipment_section h2 .tagline {
  margin-bottom: 0.75em;
}
#equipment_section h2 figure {
  width: 59%;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #equipment_section h2 figure {
    width: 100%;
  }
}
#equipment_section h2 .sub {
  text-align: left;
}
#equipment_section .mainimg {
  width: 100%;
}
#equipment_section figcaption {
  text-align: right;
  padding-top: 0.5em;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #equipment_section figcaption {
    margin-bottom: 20px;
  }
}
#equipment_section figcaption.las {
  text-align: right;
  padding-top: 0.5em;
  margin-bottom: 0px;
}
@media screen and (max-width:800px) {
  #equipment_section figcaption.las {
    margin-bottom: 0px;
  }
}
#equipment_section .logo01 {
  width: 45%;
  max-width: 242px;
  margin: 0 auto 45px 0;
}
@media screen and (max-width:800px) {
  #equipment_section .logo01 {
    margin: 0 auto 15px 0;
  }
}
#equipment_section .base_text {
  line-height: 200%;
  margin-bottom: 110px;
}
@media screen and (max-width:800px) {
  #equipment_section .base_text {
    margin-bottom: 50px;
  }
}
#equipment_section h3 {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #999;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #equipment_section h3 {
    padding-bottom: 0.25em;
    margin-bottom: 20px;
  }
}
#equipment_section h3.seconds {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #999;
  margin-bottom: 40px;
  margin-top: 180px;
}
@media screen and (max-width:800px) {
  #equipment_section h3.seconds {
    margin-top: 40px;
    padding-bottom: 0.25em;
    margin-bottom: 20px;
  }
}
#equipment_section h3.therd {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #999;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #equipment_section h3.therd {
    margin-top: 40px;
    padding-bottom: 0.25em;
    margin-bottom: 20px;
  }
}
#equipment_section .clums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
  align-items: flex-start;
}
@media screen and (max-width:800px) {
  #equipment_section .clums {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width:800px) {
  #equipment_section .clums.no_sp_line {
    border-bottom: 0px solid #999;
  }
}
#equipment_section .clums.no_pcsp_line {
  border-bottom: 0px solid #999;
}
@media screen and (max-width:800px) {
  #equipment_section .clums.no_pcsp_line {
    border-bottom: 0px solid #999;
  }
}
#equipment_section .clums .logolong {
  width: 100%;
  margin-bottom: 1em;
}
#equipment_section .clums .logolong figure {
  width: 23.78%;
}
#equipment_section .clums .items {
  width: 48.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#equipment_section .clums .items .titles {
  width: 100%;
  color: #927141;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #equipment_section .clums .items .titles {
    width: 100%;
    order: 2;
    margin-bottom: 0.5em;
    padding-top: 0.5em;
    letter-spacing: -0.1em;
  }
}
#equipment_section .clums .items .text {
  width: 51.75%;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #equipment_section .clums .items .text {
    width: 100%;
    order: 3;
  }
}
#equipment_section .clums .items .text_long {
  width: 100%;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #equipment_section .clums .items .text_long {
    width: 100%;
    order: 3;
  }
}
#equipment_section .clums .items .photo {
  width: 42.75%;
}
@media screen and (max-width:800px) {
  #equipment_section .clums .items .photo {
    width: 100%;
    order: 1;
  }
}
#equipment_section .clums .items .deli {
  width: 40%;
  display: none;
}
@media screen and (max-width:800px) {
  #equipment_section .clums .items .deli {
    display: block;
    order: 4;
  }
}
#equipment_section .clums .items .deli2 {
  width: 60%;
  margin-left: 0;
  margin-right: auto;
  margin-top: 0.5em;
}
@media screen and (max-width:800px) {
  #equipment_section .clums .items .deli2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0%;
    display: block;
    order: 4;
  }
}
#equipment_section .clums .items .deli3 {
  width: 35%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0.5em;
}
@media screen and (max-width:800px) {
  #equipment_section .clums .items .deli3 {
    width: 35%;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
}
#equipment_section .photocap {
  position: relative;
}
#equipment_section .photocap .las {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  text-align: right;
  letter-spacing: -0.05em;
}
@media screen and (max-width:800px) {
  #equipment_section .photocap .las {
    top: auto;
    bottom: 4px;
    right: 8px;
    color: #000;
    font-size: 60%;
  }
}
#equipment_section .lastaten {
  width: 100%;
  margin-top: 100px;
  letter-spacing: -0.05em;
}
@media screen and (max-width:800px) {
  #equipment_section .lastaten {
    margin-top: 50px;
  }
}/*# sourceMappingURL=equipment6.css.map */