@charset "utf-8";


/* ------------------------------------------------------------

	施設の安全工事

------------------------------------------------------------ */
.construction .acordion {
  text-align: center;
}

.construction h2.sp {
  display: block;
  font-size: 1.8em;
  color: #630;
}
.construction h2.sp span {
  display: block;
}

.construction.top #head_area {
  background: #FFFFE8;
  padding-bottom: 0;
}

.construction.top h2.sp span {
  display: none;
}

.c-page-container {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.over-sp-none {
  display: none;
}

.u-text-strong {
  font-weight: bold;
}

.c-mainimage {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
}
.c-mainslide {
  width: 100%;
  height: calc(100vh - 100px);
}
.c-mainslide__image {
  width: 100%;
  height: calc(100vh - 100px);
}
.c-mainslide__photo {
  width: 100%;
  object-fit: cover;
  height: calc(100vh - 100px);
}
.c-mainimage__text {
  width: 800px;
  padding: 60px 30px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 50px;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  background-color: rgba(250,102,22,0.7);
}
.c-mainimage__text-sub {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.75;
  font-weight: bold;
}

.p-layout1 {
  padding-top: 30px;
}
.p-layout1-headline {
  margin-bottom: 40px;
}
.p-layout1-contents {
  margin-bottom: 46px;
}
.p-layout1-contents-title {
  margin-bottom: 46px;
}
.p-layout1-contents-title.__vari1 {
  margin-bottom: 80px;
}
.p-layout1-contents-title__headline1 {
  margin-bottom: 24px;
  text-align: center;
  font-size: 28px;
}
.p-layout1-contents-title__maintext {
  text-align: center;
  font-size: 1em;
  line-height: 1.625;
}
.p-layout1-contents-title__maintext.__vari1 {
  margin-bottom: 22px;
}

.p-layout1-features-inner {
  margin-bottom: 80px;
  padding: 36px 56px;
  border: 1px solid #ccc;
}

.p-footer-contact {
  height: 299px;
  min-height: 299px;
  margin-bottom: 20px;
}
.p-footer-contact__image {
  height: 100%;
  position: relative;
}
.p-footer-contact__image-photo {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.p-footer-contact__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
}
.p-footer-contact__inner {
  position: relative;
  height: 100%;
}
.p-footer-contact__inner .c-page-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.p-footer-contact__maintext {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
  line-height: 1.625;
  color: #fff;
}
.p-footer-contact__contact {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-footer-contact__contact-tel {
  display: flex;
  flex-flow: column nowrap;
}
.p-footer-contact__image-tel {
  margin-right: 30px;
}
.p-footer-contact__image-tel:not(:last-child) {
  margin-bottom: 20px;
}

.p-layout1-contents-material,
.p-layout1-contents-color {
  margin-bottom: 80px;
}


.c-box1 {
  width: 470px;
  display: flex;
  flex-flow: column nowrap;
  border: 1px solid #ccc;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.c-box1__wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: 50px;
}
.c-box1__headline {
  margin-bottom: 23px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
.c-box1__image {
  margin-bottom: 23px;
}
.c-box1__text {
  margin-bottom: 54px;
  font-size: 1em;
  line-height: 1.625;
}

.c-box2 {
  width: calc((100% - 112px) / 3);
  margin-bottom: 56px;
  position: relative;
}
.c-box2__wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.c-box2__headline {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}
.c-box2__image {
  position: relative;
}
.c-box2__image-photo {
  width: 100%;
  object-fit: cover;
}
.c-box2__num {
  display: block;
  width: 90px;
  
  padding: 14px 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  
  background-color: #fa6616;
  
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.c-box2__sp {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(250,102,22,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  
  display: none;
}
.c-box2__sp-headline {
  margin-bottom: 25px;
  font-size: 20px;
  text-align: center;
}
.c-box2__sp-num {
  width: 90px;
  padding: 14px 0;
  background-color: #fa6616;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0 auto; 
}

.c-box3 {
  padding: 30px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.c-box3.__last {
  margin-bottom: 80px;
}
.c-box3__num {
  width: 90px;
  padding: 14px 0;
  background-color: #fa6616;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0 auto; 
  margin-bottom: 20px;
}
.c-box3__headline {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #fa6616;
}
.c-box3__text {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.625;
}

.c-box4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.c-box4.__vari1 {
  margin-bottom: 60px;
}
.c-box4__wrapper {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  padding: 30px 36px;
  padding-left: 0;
}
.c-box4__image {
  width: 300px;
  text-align: center;
}
.c-box4__image.__vari1 {
  margin-bottom: 60px;
}
.c-box4__text {
  width: calc(100% - 300px);
}
.c-box4__text-title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.75;
}
.c-box4__text-detail {
  font-size: 0.875em;
  line-height: 1.75;
}
.c-box4__text-detail .u-text-marginleft {
  margin-left: 5.75em;
}
.c-box4__text-detail .u-text-marginleft.__vari1 {
  margin-left: 5.25em;
}
.c-box4__image-image2 {
  text-align: center;
  margin-top: 30px;
}

.c-box5 {
  padding: 30px;
  border: 1px solid #ccc;
}
.c-box5__image-image {
  width: 100%;
  object-fit: cover;
}

.c-box6 {
  width: 470px;
  display: flex;
  flex-flow: column nowrap;
  border: 1px solid #ccc;
  padding: 30px 20px 20px;
  margin-bottom: 30px;
}
.c-box6__wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: 50px;
}
.c-box6__image {
  margin-bottom: 23px;
}
.c-box6__text {
  font-size: 1em;
  line-height: 1.625;
}


a.c-btn1 {
  width: 222px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding: 13px;
  background-image: linear-gradient(#333 50%, #000 50%);
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.215,.61,.355,1);
}
a.c-btn1:hover {
  opacity: 0.7;
}

a.c-anchor-brightness {
  transition: filter .2s cubic-bezier(.215,.61,.355,1);
}
a.c-anchor-brightness:hover {
filter: brightness(1.25);  
}

a.c-anchor-fix {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  position: fixed;
  bottom: 2%;
  left: 2%;
  width: 200px;
  height: 200px;
  z-index: 10;
  border-radius: 999rem;
  background: #000;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: transform .4s cubic-bezier(.215,.61,.355,1);
}
.c-anchor-fix__text-large {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.c-anchor-fix__text-small {
  display: flex;
  align-items: center;
  font-size: 0.875em;
  line-height: 1.5;
  text-align: left;
}
.c-anchor-fix__text-icon {
  margin-right: 5px;
}
a.c-anchor-fix:hover {
  transform: scale(1.2);
}
a.c-anchor-fix.scroll {
  /* top: 5%; */
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 1020px) {
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .c-page-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  
  .c-mainimage__text {
    width: 60%;
    font-size: 30px;
  }
  
  .c-box2__wrapper {
    justify-content: space-around;
  }
  
  .c-box1,
  .c-box2,
  .c-box6 {
    width: calc((100% - 20px) / 2);
  }
	
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  
  .construction {
    padding-bottom: 86px;
  }
  .construction #conts {
    background: url(../images/bg_conts.gif) repeat-x left top;
  }
  
  .c-mainimage,
  .c-mainslide,
  .c-mainslide__image,
  .c-mainslide__photo {
    height: calc(100vh - 136px);
  }
  .c-mainimage__text {
    width: 90%;
    font-size: 30px;
  }
  
  .under-tb-none {
    display: none;
  }

  .c-box4__wrapper {
    width: 100%;
  }
  .c-box4__image {
    width: auto;
    margin-right: 50px;
  }
  .c-box4__text {
    width: auto;
  }

  
  a.c-anchor-fix {
    padding: 0.5rem;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    background: #3c1e00;
    box-shadow: none;
  }
  .c-anchor-fix__text-large {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.75;
    font-size: 24px;
  }
  .c-anchor-fix__text-small {
    font-size: 1em;
    line-height: 1.75;
  }
  .c-anchor-fix__text-icon {
    margin-right: 0;
    position: absolute;
    top: 25px;
    left: 20px;
  }
  a.c-anchor-fix:hover {
    transform: none;
  }
  a.c-anchor-fix.scroll {
    top: auto;
  }
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 599px) {
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  
  .c-box4__wrapper {
    padding: 30px 22px;
  }
  .c-box4__image {
    width: 100%;
    margin-right: 0;
    order: 2;
  }
  .c-box4__text {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }

}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 479px) {
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

  .construction {
    padding-bottom: 86px;
  }
  .construction .acordion {
    margin-bottom: 20px;
  }

  .construction h2.sp {
    font-size: 1.25em;
  }

  .construction h1 {
    height: 100px;
  }
  .construction.top h2.sp span {
    display: block;
  }
  
  .under-sp-none {
    display: none;
  }
  .over-sp-none {
    display: block;
  }

  .c-mainimage,
  .c-mainslide,
  .c-mainslide__image,
  .c-mainslide__photo {
    height: calc(100vh - 178px);
  }
  .c-mainimage__text {
    padding: 30px;
    
    width: 300px;
    font-size: 30px;
    line-height: 1.666666666666667;
  }
  .c-mainimage__text-sub {
    font-size: 14px;
  }
  
  .p-layout1-headline {
    margin-bottom: 40px;
  }
  .p-layout1-contents {
    margin-bottom: 46px;
  }
  .p-layout1-contents-title {
    margin-bottom: 20px;
  }
  .p-layout1-contents-title.__vari1 {
    margin-bottom: 50px;
  }
  .p-layout1-contents-title__headline1 {
    font-size: 20px;
  }
  .p-layout1-contents-title__maintext {
    text-align: justify;
    font-size: 1em;
  }
  .p-layout1-contents-title__maintext.__vari1 {
    text-align: center;
  }
  .p-layout1-features-inner {
    padding: 30px 20px;
    margin-bottom: 50px;
  }

  .p-footer-contact {
    height: 335px;
    min-height: 335px;
  }
  .p-footer-contact__maintext {
    margin-bottom: 30px;
    font-size: 1em;
  }
  .p-footer-contact__contact {
    flex-flow: row wrap;
  }
  .p-footer-contact__contact-tel {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .p-layout1-contents-material {
    margin-bottom: 50px;
  }

  
  .c-box1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-box1__wrapper {
    margin-bottom: 30px;
  }
  .c-box1__headline {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .c-box1__image {
    margin-bottom: 20px;
  }
  .c-box1__text {
    margin-bottom: 20px;
    font-size: 0.875em;
  }

  .c-box2 {
    width: 100%;
  }
  .c-box2__headline {
    display: none;
  }
  .c-box2__image {
    width: 100%;
    height: 185px;
    overflow: hidden;
  }
  .c-box2__image-photo {
    height: 100%;
    object-position: center center;
  }
  .c-box2__num {
    display: none;
  }
  .c-box2__sp {
    display: flex;
  }
  
  .c-box3 {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .c-box3.__last {
    margin-bottom: 50px;
  }
  .c-box3__headline {
    font-size: 20px;
    
    margin-bottom: 20px;
  }
  .c-box3__text {
    text-align: justify;
    font-size: 0.875em;
  }
  .c-box3__image {
    height: 185px;
    overflow: hidden;
  }
  .c-box3__image-photo {
    height: 100%;
    object-fit: cover;
    object-position: 20% center;
    transform: scale(1.1);
  }

  .c-box5 {
    padding: 10px;
  }

  .c-box6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-box6__wrapper {
    margin-bottom: 30px;
  }
  .c-box6__headline {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .c-box6__image {
    margin-bottom: 20px;
  }
  .c-box6__text {
    font-size: 0.875em;
  }

  
  a.c-btn1 {
    width: 100%;
  }

}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


