@charset "utf-8";

/* =============================================================

　　個別設定

============================================================= */

/*  FV
---------------------------------------------*/
.fv {
  position: relative;
  width: 100%;
  padding: 80px 30px 0;
  background-image: url(../img/fv-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  @media screen and (max-width: 640px){
    padding: 30px 4% 0;
  }

  .fv__text {
    position: absolute;
    top: 60px;
    left: 30px;
    width: 40%;
    @media screen and (max-width: 640px){
      position: relative;
      top: 0;
      left: 0;
      width: 80%;
    }
  }

  .fv__img {
    width: 80%;
    margin: 0 0 0 auto;
    padding: 0 0 80px;
    @media screen and (max-width: 640px){
      width: 100%;
      margin: 0 auto;
      padding: 0 0 20px;
    }
  }
}

/*  sec__nav
--------------------------------------------*/
.sec__nav {
  padding: 20px 0;
  background: #f5f5f5;
  @media screen and (max-width: 820px){
    padding: 20px 4%;
  }
  .nav__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
  }
  .nav__bnr {
    position: relative;
    width: 49%;
    background: #ddd;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    @media screen and (max-width: 640px){
      font-size: 1.4rem;
    }
    &::after {
      position: absolute;
      content: "▼";
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
    }
    &:hover {
      opacity: 0.75;
      transition: all 0.3s ease-in-out;
    }
    &:first-child {
      background: #5fe3ff;
      border: 4px solid #5fe3ff;
      color: #FFFA4A;
      a {
        color: #fff;
      }
    }
    &:last-child {
      background: #fff9cb;
      border: 4px solid #3d8b79;
      color: #3d8b79;
      a {
        color: #3d8b79;
      }
    }
    a {
      display: block;
      padding: 40px 0 50px;
      @media screen and (max-width: 640px){
        padding: 30px 0 40px;
      }
    }
  }
}



/*  sec__content
---------------------------------------------*/
.sec__content {
  padding: 120px 0;
  background: #ccded8;
  @media screen and (max-width: 640px){
    padding: 60px 0;
  }

  .sec__inner {
    max-width: 1120px;
    margin: 0 auto;
    @media screen and (max-width: 820px){
      padding: 0 4%;
    }
  }

  .sec__title {
    position: relative;
    margin: 0 0 80px;
    color: #2d6c48;
    font-weight: 700;
    font-size: 4rem;
    text-align: center;
    @media screen and (max-width: 820px){
      font-size: 2.4rem;
    }
    @media screen and (max-width: 640px){
      margin: 0 0 60px;
      font-size: 2rem;
    }
    &::after {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: -30px;
      margin: 0 auto;
      width: 174px;
      height: 10px;
      background-image: url(../img/title-img.svg);
      background-size: 100%;
      @media screen and (max-width: 640px){
        bottom: -15px;
        width: 80px;
        height: 5px;
      }
    }
  }

  .sec__lead {
    margin: 0 0 60px;
    text-align: center;
    line-height: 1.8;
    @media screen and (max-width: 640px){
      text-align: left;
    }
  }

  .sec__flex {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
    &:nth-child(even) {
      flex-direction: row-reverse;
      @media screen and (max-width: 640px){
        flex-direction: column;
      }
    }
    @media screen and (max-width: 640px){
      flex-direction: column;
      margin: 0 0 40px;
    }
  }

  .sec__img {
    width: 48%;
    border-radius: 20px;
    @media screen and (max-width: 640px){
      width: 100%;
      margin: 0 0 20px;
    }
  }

  .sec__panel {
    width: 48%;
    padding: 35px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.17) ;
    p {
      line-height: 1.8;
    }
    @media screen and (max-width: 640px){
      width: 100%;
    }
  }

  .sec__heading {
    margin: 0 0 20px;
    color: #2d6c48;
    font-weight: 500;
    font-size: 2.4rem;
    text-align: center;
    @media screen and (max-width: 820px){
      font-size: 2.2rem;
    }
    @media screen and (max-width: 640px){
      font-size: 1.8rem;
    }
  }
  .sec__movie {
    display: flex;
    justify-content: center;
    max-width: 1120px;
    margin: 0 auto;
    @media screen and (max-width: 640px){
      flex-direction: column;
    }
  }
  .item__movie {
    width: 33%;
    margin: 0 1% 20px;
    @media screen and (max-width: 640px){
      width: 100%;
      margin: 0 0 20px;
    }
    iframe {
      width: 100%;
      height: 315px;
    }
  }
}


/*  sec__contact
---------------------------------------------*/
.sec__contact {
  padding: 80px 0;
  background: #f5f5f5;
  @media screen and (max-width: 640px){
    padding: 40px 6%;
  }
  .sec__flex {
    display: flex;
    max-width: 1090px;
    margin: 0 auto;
    @media screen and (max-width: 640px){
      flex-direction: column;
    }
  }
  .sec__left {
    position: relative;
    width: 50%;
    padding: 30px 30px 0 30px;
    @media screen and (max-width: 640px){
      width: 100%;
      margin: 0 0 20px;
      padding: 4%;
      border-bottom: 2px solid #8CBEB6;
    }
    &::after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 2px;
      height: 100%;
      background: #8CBEB6;
      @media screen and (max-width: 640px){
        display: none;
      }
    }
  }
  .sec__right {
    width: 50%;
    padding: 30px 0 30px 70px;
    @media screen and (max-width: 640px){
      width: 100%;
      padding: 4%;
    }
  }
  .sec__title {
    margin: 0 0 30px;
    color: #65a4aa;
    font-size: 4rem;
    font-weight: 400;
    @media screen and (max-width: 640px){
      font-size: 2.4rem;
      text-align: center;
    }
  }
  .sec__text {
    line-height: 1.8;
  }
  .sec__tel {
    margin: 0 0 40px;
    @media screen and (max-width: 640px){
      margin: 0 0 20px;
      text-align: center;
    }
    .number {
      margin: 0 0 20px;
      font-weight: 500;
      span {
        padding-right: 10px;
        font-size: 2rem;
        @media screen and (max-width: 640px){
          font-size: 1.4rem;
        }
      }
      a {
        color: #65a4aa;
        font-size: 5rem;
        @media screen and (max-width: 640px){
          font-size: 3rem;
        }
      }
    }
  }
  .btn {
    display: flex;
    align-items: center;
    width: 90%;
    padding: 25px 35px;
    border-radius: 5px;
    background: #65a4aa;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    @media screen and (max-width: 640px){
      width: 100%;
      padding: 15px 4%;
    }
    &:hover {
      box-shadow:none;
      opacity: 0.75;
      transition: all 0.3s ease-in-out;
    }
    .icon {
      display: block;
      width: 38px;
      @media screen and (max-width: 640px){
        width: 24px;
      }
    }
    .text {
      display: block;
      padding: 0 0 0 15px;
      font-size: 2rem;
      font-weight: 400;
      @media screen and (max-width: 640px){
        font-size: 1.6rem;
      }
    }
  }
}



/*  sec__menu
---------------------------------------------*/
.sec__menu {
  .sec__menu__list {
    max-width: 880px;
    margin: 0 auto;
    table {
      width: 100%;
      margin: 0 auto 20px;
      background:#f5f5f5;
      border-collapse: collapse;
    }
    th {
      width: 70%;
      padding: 15px;
      border: 1px solid #2d6c48;
      line-height: 1.5;
    }
    td {
      width: 30%;
      padding: 15px;
      border: 1px solid #2d6c48;
      text-align: right;
      line-height: 1.5;
    }
  }
  .sec__menu__notes {
    text-align: right;
    font-size: 1.4rem;
  }
}



/*  sec__aircon
---------------------------------------------*/
.sec__aircon {
  padding: 40px 0;
  background: #3acbcb;
  text-align: center;
  .sec__title {
    position: relative;
    display: inline-block;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    &::before {
      position: absolute;
      content: "";
      top: -10px;
      left: -20px;
      width: 1px;
      height: 40px;
      margin: 0 auto;
      background: #fff;
      transform: rotate(-45deg);
    }
    &::after {
      position: absolute;
      content: "";
      top: -10px;
      right: -15px;
      width: 1px;
      height: 40px;
      margin: 0 auto;
      background: #fff;
      transform: rotate(45deg);
    }
  }
  .bnr {
    display: block;
    @media screen and (max-width: 640px){
      max-width: 92%;
      margin: 0 auto;
    }
    &:hover {
      opacity: 0.75;
      transition: all 0.3s ease-in-out;
    }
  }
}

/*  sec__company
---------------------------------------------*/
.sec__company {
  padding: 80px 0 40px;
  background: #3acbcb;
  text-align: center;
  @media screen and (max-width: 640px){
    padding: 20px 4%;
  }
  .sec__title {
    position: relative;
    display: block;
    margin: 0 0 40px;
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    @media screen and (max-width: 640px){
      margin: 0 0 20px;
      font-size: 2.4rem;
    }
  }
  table {
    max-width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
    color: #fff;
    line-height: 1.5;
    text-align: left;
    th {
      width: 20%;
      padding: 20px;
      border-bottom: 1px solid #fff;
      @media screen and (max-width: 640px){
        display: block;
        width: 100%;
        padding: 10px;
        border: none;
        background: #fff;
        color: #3acbcb;
      }
    }
    td {
      padding: 20px;
      border-bottom: 1px solid #fff;
      @media screen and (max-width: 640px){
        display: block;
        width: 100%;
        padding: 10px;
        border: none;
      }
    }
  }
}

/*  sec__sns
---------------------------------------------*/
.sec__sns {
  padding: 30px 0;
  .sec__title {
    position: relative;
    display: block;
    margin: 0 0 40px;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    @media screen and (max-width: 640px){
      margin: 0 0 20px;
      font-size: 2.4rem;
    }
  }
  .icon {
    a {
      display: block;
      &:hover {
        opacity: 0.75;
        transition: all 0.3s ease-in-out;
      }
    }
    width: 120px;
    margin: 0 auto;
    @media screen and (max-width: 640px){
      width: 80px;
    }
  }
  .bnr {
    max-width: 680px;
    margin: 0 auto;
    @media screen and (max-width: 640px){
      padding: 0 4%;
    }
    &:hover {
      opacity: 0.75;
      transition: all 0.3s ease-in-out;
    }
  }
}

/*  お問い合わせ
---------------------------------------------*/
.contact {
  padding: 100px 0 120px;
  background: #f5f5f5;
}

.contact .title {
  margin: 0 0 40px;
  font-size: 4rem;
  font-weight: 700;
  color: #2d6c48;
  text-align: center;
}

.contact__text {
  margin: 0 0 40px;
  text-align: center;
  line-height: 1.8;
}


.contact__form {
  width: 640px;
  margin: 0 auto;
  color: #65a4aa;
}

.form__block {
  margin: 0 0 40px;
}

.form__item {
  margin: 0 0 20px;
  font-size: 2rem;
  color: #2d6c48;
}

.form__item .required-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  padding: 5px;
  background: #2d6c48;
  color: #fff;
  font-size: 1.4rem;
}

.form__inputArea [type="text"],.form__inputArea [type="email"],.form__inputArea [type="tel"] {
  width: 100%;
  padding: 20px;
  font-size: 1.8rem;
  border-radius: 10px;
  border: 2px solid #2d6c48;
}

.form__inputArea [type="date"] {
  width: 40%;
  padding: 20px;
  font-size: 1.8rem;
  border-radius: 10px;
  border: 2px solid #2d6c48;
}

.form__inputArea [type="text"].number {
  width: 20%;
  margin-right: 10px;
}

.form__inputArea textarea {
  width: 100%;
  height: 300px;
  padding: 20px;
  font-size: 1.8rem;
  border-radius: 10px;
  border: 2px solid #2d6c48;
}

.form__btn input[type="submit"] {
  display: block;
  width: 60%;
  margin: 20px auto;
  padding: 20px 0;
  border: none;
  border-radius: 60px;
  background:#2d6c48;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

.form__btn input[type="submit"]:hover {
  opacity: 0.8;
  transition : 0.5s;
}


.form__inputArea .error {
  display: block;
  margin: 5px 0 0;
  color: #2d6c48;
}


.form__inputArea input,
.form__inputArea textarea {
  outline: none;
}

.form__inputArea input:focus,
.form__inputArea textarea:focus {
  border:  2px solid #2d6c48;
  transition : 0.5s;
}

.radio-btn li {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 1.8rem;
}

.radio-btn label {
  padding-top: 0;
}

.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 40px;
  position:relative;
  margin-right: 0px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #2d6c48;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #2d6c48;
  font-weight: bold;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #2d6c48;
  border-radius: 50%;
}


.btnArea {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
}

.btnArea .form__btn input[type="submit"] {
  width: 250px;
}

.btnArea .form__btnBack input[type="button"] {
  display: block;
  width: 250px;
  margin: 20px auto;
  padding: 20px 0;
  border: none;
  border-radius: 60px;
  background: #797979;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}

.btnArea .form__btnBack input[type="button"]:hover {
  opacity: 0.8;
  box-shadow:0px 0px 10px #666;
  transition : 0.5s;
}

.contact__form.-confirm .form__inputArea {
  padding: 0 10px 20px;
  border-bottom: 2px solid #2d6c48;
  color: #454545;
}

.contact__form.-confirm .contact__text {
  margin: 0 0 30px;
  text-align: center;
}

.form__item__notes {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 820px){
  .contact {
    padding: 80px 0;
  }

  .contact__form {
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
  }

  .contact .title {
    margin: 0 0 40px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
  }

  .form__block {
    margin: 0 0 20px;
  }

  .form__item {
    margin: 0 0 20px;
    font-size: 1.4rem;
  }

  .form__item .required-item {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    padding: 3px;
    color: #fff;
    font-size: 1rem;
  }

  .form__inputArea [type="text"],.form__inputArea [type="email"],.form__inputArea [type="tel"] {
    width: 100%;
    padding: 20px 10px;
    font-size: 1.4rem;
  }

  .form__inputArea textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    font-size: 1.4rem;
    border: 1px solid #051409;
  }

  .form__btn input[type="submit"] {
    display: block;
    width: 100%;
    margin: 40px auto 0;
    padding: 20px;
    border: none;
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
  }

  .form__btn input[type="submit"]:hover {
    opacity: 0.8;
    transition : 0.5s;
  }


  .form__inputArea .error {
    display: block;
    margin: 5px 0 0;
    color: #000;
  }


  .form__inputArea input,
  .form__inputArea textarea {
    outline: none;
  }

  .form__inputArea input:focus,
  .form__inputArea textarea:focus {
    transition : 0.5s;
  }

  .btnArea {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction:column-reverse;
    margin: 0px auto;
  }

  .btnArea .form__btn input[type="submit"] {
    width: 100%;
  }

  .btnArea .form__btnBack input[type="button"] {
    display: block;
    width: 100%;
    margin: 20px auto;
    padding: 20px 0;
    border: none;
    background: #797979;
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
  }

  .btnArea .form__btnBack input[type="button"]:hover {
    opacity: 0.8;
    box-shadow:0px 0px 10px #666;
    transition : 0.5s;
  }

  .contact__form.-confirm .form__inputArea {
    padding: 0 0 20px;
    border-bottom: 2px solid #2d6c48;
  }

  .contact__form.-confirm .contact__text {
    margin: 0 0 30px;
    text-align: center;
  }
}

@media screen and (max-width: 640px){
  .form__inputArea [type="text"].number {
    width: 30%;
    margin-right: 10px;
  }

  .form__inputArea [type="date"] {
    width: 60%;
    padding: 20px;
    font-size: 1.8rem;
    border-radius: 10px;
  }

}

/*  Thanks
---------------------------------------------*/
.thanks {
  width: 640px;
  margin: 0 auto;
  padding: 0 0 80px;
  text-align: center;
}

.thanks__title {
  margin: 0 0 30px;
  font-size: 4.4rem;
  font-weight: bold;
}

.thanks__text {
  font-size: 2.4rem;
}

.thanks__text p {
  margin: 0 0 30px;
  line-height: 1.8;
}

.thanks__back {
  font-size: 2rem;
}

.thanks__back a {
  color: #2d6c48;
  text-decoration: underline;
}

.thanks__back a:hover {
  text-decoration: none;
}

@media screen and (max-width: 820px){
  .thanks {
    width: 100%;
    margin: 0 auto;
    padding: 60px 4% 80px;
    text-align: center;
  }

  .thanks__title {
    margin: 0 0 30px;
    font-size: 2.4rem;
    font-weight: bold;
  }

  .thanks__text {
    font-size: 1.6rem;
    text-align: left;
  }

  .thanks__text p {
    margin: 0 0 30px;
    line-height: 1.8;
  }

  .thanks__text p br {
    display: none;
  }

  .thanks__back {
    font-size: 2rem;
  }

  .thanks__back a {
    text-decoration: underline;
  }

  .thanks__back a:hover {
    text-decoration: none;
  }
}
