@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  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;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
body, html {
  background-color: #000;
  color: #fff;
}

.pctab_only {
  display: block;
}
@media screen and (max-width:600px) {
  .pctab_only {
    display: none;
  }
}

.pctab_only_inline {
  display: inline-block;
}
@media screen and (max-width:600px) {
  .pctab_only_inline {
    display: none;
  }
}

.sptab_only {
  display: none;
}
@media screen and (max-width:600px) {
  .sptab_only {
    display: block;
  }
}

.sptab_only_inline {
  display: none;
}
@media screen and (max-width:600px) {
  .sptab_only_inline {
    display: inline-block;
  }
}

/********************************************************************/
.center_contena10 {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  opacity: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.center_contena10.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  .center_contena10 {
    opacity: 1;
    position: relative;
    /*min-height: 100vh;*/
    padding-bottom: 60px;
  }
}
.center_contena10 h3 {
  font-size: 24px;
  line-height: 180%;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width:800px) {
  .center_contena10 h3 {
    font-size: 26px;
    line-height: 180%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:600px) {
  .center_contena10 h3 {
    font-size: 4.2vw;
    line-height: 180%;
  }
}
.center_contena10 .text {
  width: 70%;
  margin: 0 auto 50px auto;
  text-align: center;
  font-size: 14px;
  line-height: 260%;
  letter-spacing: 0em;
}
@media screen and (max-width:800px) {
  .center_contena10 .text {
    width: 90%;
    font-size: 16px;
    line-height: 240%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width:600px) {
  .center_contena10 .text {
    font-size: 3.2vw;
    line-height: 180%;
    letter-spacing: 0.1em;
    text-align: left;
  }
}

.inboxxxx {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  .inboxxxx {
    width: 90%;
  }
}

/***********************************************************************/
#sec01 {
  width: 100%;
}
@media screen and (max-width:800px) {
  #sec01 {
    padding: 25vw 0 80px 0;
  }
}
#sec01 .sec__in {
  width: 100%;
  padding-top: 160px;
}
@media screen and (max-width:800px) {
  #sec01 .sec__in {
    padding-top: 0;
  }
}
#sec01 h2 {
  width: 38%;
  max-width: 440px;
  margin: 0 auto 45px auto;
}
#sec01 h2 img {
  max-height: 80px;
}
@media screen and (max-width:800px) {
  #sec01 h2 {
    width: 75%;
    margin: 0 auto 20px auto;
  }
}
#sec01 p.subtext {
  font-size: 22px;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width:800px) {
  #sec01 p.subtext {
    font-size: 4vw;
    margin-bottom: 45px;
  }
}
#sec01 .base_text {
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 140%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #sec01 .base_text {
    font-size: 6.75vw;
    margin-bottom: 8vw;
    line-height: 180%;
    padding-left: 0.5em;
  }
}
#sec01 .base_text2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 140px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #sec01 .base_text2 {
    font-size: 3.6vw;
    margin-bottom: 40px;
    line-height: 2.4em;
  }
}
@media screen and (min-width:801px) {
  #sec01 .sechead__wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
#sec01 .btnlist_area {
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #sec01 .btnlist_area {
    width: 90%;
  }
}
#sec01 .btnlist_area.btnlist_area_top {
  max-width: 1030px;
  width: 90%;
}
@media screen and (max-width:800px) {
  #sec01 .btnlist_area.btnlist_area_top {
    max-width: 100%;
    margin-bottom: 72px;
  }
}
#sec01 .btnlist_block1 {
  width: 75%;
}
@media screen and (max-width:800px) {
  #sec01 .btnlist_block1 {
    width: 100%;
  }
}
#sec01 .btnlist_block2 {
  width: 24%;
}
#sec01 .classcategory {
  width: 100%;
  background-color: #937346;
  box-sizing: border-box;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 16px;
}
@media screen and (max-width:800px) {
  #sec01 .classcategory {
    margin-bottom: 8px;
    padding: 8px 0;
    font-size: 2.6vw;
  }
}
#sec01 .btnlist {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width:800px) {
  #sec01 .btnlist {
    flex-wrap: wrap;
  }
}
@media screen and (max-width:800px) {
  #sec01 .btnlist li {
    width: 46%;
  }
  #sec01 .btnlist li:first-child, #sec01 .btnlist li:nth-child(2) {
    margin-bottom: 16px;
  }
}
#sec01 .btnlist li a {
  color: #fff;
  opacity: 0.4;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #sec01 .btnlist li a {
    font-size: 6vw;
    width: 100%;
  }
}
#sec01 .btnlist li a:after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  height: 2px;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease-out;
  background-color: #937346;
}
@media screen and (min-width:801px) {
  #sec01 .btnlist li a {
    transition: all 0.4s ease-out;
  }
  #sec01 .btnlist li a:hover {
    color: #937346;
  }
}
#sec01 .btnlist li.active a {
  color: #937346;
  opacity: 1;
}
#sec01 .btnlist li.active a:after {
  opacity: 1;
}
#sec01 .btnlist li .btnsubtext {
  font-size: 18px;
}
@media screen and (max-width:800px) {
  #sec01 .btnlist li .btnsubtext {
    font-size: 4vw;
  }
}
@media screen and (max-width:800px) {
  #sec01 .btnlist li .classcategor {
    font-size: 3vw;
  }
}
#sec01 h3 {
  color: #937346;
  font-size: 40px;
  text-align: center;
  margin-bottom: 75px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #sec01 h3 {
    font-size: 7vw;
    margin-bottom: 35px;
  }
}
#sec01 h3.martop {
  color: #937346;
  font-size: 40px;
  text-align: center;
  margin-bottom: 75px;
  letter-spacing: 0.1em;
  margin-top: 100px;
}
@media screen and (max-width:800px) {
  #sec01 h3.martop {
    font-size: 7vw;
    margin-top: 70px;
    margin-bottom: 35px;
  }
}
#sec01 ul.photolist {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 60px auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #ccc;
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist {
    width: 90%;
    margin: 0 auto 64px auto;
    justify-content: space-between;
  }
}
#sec01 ul.photolist li {
  width: 31%;
  margin-bottom: 40px;
  margin-right: 3.5%;
}
@media screen and (min-width:801px) {
  #sec01 ul.photolist li.mr0 {
    margin-right: 0;
  }
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist li {
    margin-right: 0;
    width: 48%;
    margin-bottom: 24px;
  }
}
#sec01 ul.photolist li.photolist__item2col {
  width: 65.5%;
  margin-right: 0;
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist li.photolist__item2col {
    width: 100%;
    order: 7;
  }
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist li.all07text {
    width: 100%;
  }
}
#sec01 ul.photolist li.all07text p.phototitle {
  padding-top: 0;
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist li.all07text p.phototitle {
    padding-top: 10px;
  }
}
#sec01 ul.photolist li.all07img {
  width: 65.5%;
  margin-right: 0;
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist li.all07img {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist li.all08 {
    order: 8;
  }
}
#sec01 ul.photolist li .photolist__item2colimg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#sec01 ul.photolist li .photolist__item2colimg img {
  width: 47.25%;
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist li .photolist__item2colimg img {
    width: 48%;
  }
}
#sec01 ul.photolist li .photolist__item2colimg .photoimg {
  width: 47.2%;
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist li .photolist__item2colimg .photoimg {
    width: 48%;
  }
}
#sec01 ul.photolist li .photolist__item2colimg .photoimg img {
  width: 100%;
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist li .photolist__item2colimg .photoimg img {
    width: 100%;
  }
}
#sec01 ul.photolist li .photolist__item2colimgmax img {
  width: 50%;
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist li .photolist__item2colimgmax img {
    width: 48%;
  }
}
#sec01 ul.photolist li.photolist__item3col {
  width: 100%;
  margin-right: 0;
}
#sec01 ul.photolist li .photolist__item3colimg {
  display: flex;
  justify-content: space-between;
}
#sec01 ul.photolist li .photolist__item3colimg .photoimg {
  width: 31%;
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist li .photolist__item3colimg .photoimg {
    width: 48%;
  }
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist li .photolist__item3colimg .photoimg.pcone {
    display: none;
  }
}
#sec01 ul.photolist li .photolist__item2text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sec01 ul.photolist li .photolist__item2text p.intext {
  width: 47.2%;
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist li .photolist__item2text p.intext {
    width: 100%;
    margin-bottom: 1em;
  }
}
#sec01 ul.photolist li p {
  text-align: center;
  font-size: 14px;
  padding-top: 15px;
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist li p {
    padding-top: 0px;
  }
}
#sec01 ul.photolist li p.phototitle {
  font-size: 18px;
  color: #937346;
  line-height: 160%;
  padding-top: 25px;
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist li p.phototitle {
    font-size: 3.8vw;
    padding-top: 0px;
    letter-spacing: -0.1em;
    min-height: 3em;
    padding: 11px 0 8px 0;
    line-height: 140%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width:801px) {
  #sec01 ul.photolist li p.phototitle__transform {
    letter-spacing: -0.05em;
    transform: scale(0.7, 1);
    width: 142%;
    position: relative;
    left: -21%;
    top: 0;
  }
}
@media screen and (min-width:801px) {
  #sec01 ul.photolist li p.phototitle__transform2 {
    letter-spacing: -0.05em;
    transform: scale(0.9, 1);
    width: 142%;
    position: relative;
    left: -21%;
    top: 0;
  }
}
#sec01 ul.photolist li p.phototext {
  font-size: 14px;
  text-align: left;
  line-height: 200%;
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist li p.phototext {
    font-size: 3.2vw;
    line-height: 160%;
  }
}
#sec01 ul.photolist li p.phototext .gothic {
  font-family: "Noto Sans JP";
}
#sec01 ul.photolist li p .phototext__attention {
  font-size: 10px;
  width: 100%;
  text-align: right;
  display: block;
}
#sec01 ul.photolist li p .phototext__attention2 {
  font-size: 10px;
  width: 100%;
  text-align: left;
  display: block;
  line-height: 180%;
}
#sec01 ul.photolist li .photoimg {
  position: relative;
  top: 0;
  left: 0;
}
#sec01 ul.photolist li .photoimg figcaption {
  color: #fff;
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 10px;
}
#sec01 ul.photolist li .photoimg figcaption.caption_black {
  color: #000;
}
@media screen and (max-width:800px) {
  #sec01 ul.photolist.photolist__title2em li p.phototitle {
    min-height: 3em;
    padding: 11px 0 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 140%;
  }
}
#sec01 .mainphoto {
  width: 100%;
  margin: 64px auto 130px auto;
  position: relative;
  top: 0;
  left: 0;
}
#sec01 .mainphoto figcaption {
  color: #fff;
  position: absolute;
  bottom: 14px;
  right: 12px;
  font-size: 12px;
  text-shadow: 0px 0px 10px #000;
}
@media screen and (max-width:800px) {
  #sec01 .mainphoto figcaption {
    font-size: 10px;
    bottom: 2px;
    right: 4px;
  }
}
@media screen and (max-width:800px) {
  #sec01 .mainphoto {
    width: 100%;
    margin-left: -6%;
    margin: 0 auto 64px auto;
  }
}
#sec01 .equipattention {
  font-size: 10px;
  margin: 0 auto 80px;
  width: 90%;
  max-width: 1000px;
}
@media screen and (max-width:800px) {
  #sec01 .equipattention {
    width: 90%;
  }
}

/***********************************************************************/
#contents_back {
  margin-top: 100px;
}
@media screen and (max-width:800px) {
  #contents_back {
    margin-top: 10px;
  }
}

.bath_title {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #937346;
  color: #fff;
  text-align: center;
  margin-top: -50px;
  padding: 0.4em 0 0.5em 0;
  line-height: 100%;
  margin-bottom: 35px;
}/*# sourceMappingURL=equipment.css.map */