@charset "utf-8";

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

　　個別設定

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

/*  FV
---------------------------------------------*/
.fv {
  padding: 110px 0;
}
.fv__inner {
  position: relative;
}

.fv__img {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
}

.fv__img img {
  width: 100%;
  max-width: 100%;
}

.fv__panel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 653px;
  height: 320px;
  border-radius: 50%;
  background: rgba(257,257,257,0.7);;
  box-sizing: border-box;
}

.fv__logo {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  width: 320px;
  margin: 0 auto;
}

.fv__title {
  color: #1d391a;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 820px){
  .fv {
    padding: 0;
  }
  .fv__inner {
    position: relative;
  }

  .fv__img {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 0;
    line-height: 0;
    overflow: hidden;
  }

  .fv__img img {
    width: 100%;
    max-width: 100%;
  }

  .fv__panel {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    height: 40%;
    border-radius: 50%;
    background: rgba(257,257,257,0.7);;
    box-sizing: border-box;
  }

  .fv__logo {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    width: 220px;
    margin: 0 auto;
  }


  .fv__title {
    color: #1d391a;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.6;
  }
}


/*  ハマヒアポとは
---------------------------------------------*/
.about {
  padding: 180px 0 0;
}

.about__inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 0 80px;
}

.about__block {
  display: flex;
  align-items: center;
  margin: -60px 0 0;
}

.about__block:nth-child(odd) {
  flex-direction: row-reverse;
}

.about__img {
  width: 470px;
}

.img-move {
  animation-name: anime-float;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

@keyframes anime-float {
  0% {
      transform: translate(0,0px);
  }

  100% {
      transform: translate(0,-15px)
  }
}

.about__text {
  width: 550px;
  line-height: 1.8;
}

.about__block:nth-child(even) .about__text {
  padding: 0 0 0 30px;
}

.about__text p {
  margin: 0 0 20px;
}

.about__text .btn {
  width: 270px;
  padding: 20px 0 0;
}

.about__text .btn a {
  display: block;
  width: 100%;
  padding: 15px 0;
  border-radius: 80px;
  background: #fffcbc;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #210c0c;
  font-size: 2.2rem;
  text-align: center;
}

.about__text .btn a:hover {
  opacity: 0.45;
  box-shadow:0px 0px 10px #666;
  transition : 0.7s;
}

.about__bottom {
  display: flex;
  line-height: 0;
}

.about__bottom .img {
  width: 100%;
}

.about__bottom .img img {
  width: 100%;
}

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

  .about__inner {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4% 80px;
  }

  .about__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 0;
  }

  .about__block:nth-child(odd) {
    flex-direction: column;
  }

  .about__img {
    width: 80%;
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .img-move {
    animation-name: anime-float;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
  }

  @keyframes anime-float {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-8px)
    }
  }

  .about__text {
    width: 100%;
    line-height: 1.8;
  }

  .about__block:nth-child(even) .about__text {
    padding: 0;
  }

  .about__text p {
    margin: 0 0 20px;
  }

  .about__text .btn {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0;
  }

  .about__text .btn a {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-radius: 80px;
    background: #fffcbc;
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #210c0c;
    font-size: 1.8rem;
    text-align: center;
  }

  .about__text .btn a:hover {
    opacity: 0.45;
    box-shadow:0px 0px 10px #666;
    transition : 0.7s;
  }

  .about__bottom {
    display: flex;
    line-height: 0;
  }

  .about__bottom .img {
    width: 100%;
  }

  .about__bottom .img img {
    width: 100%;
  }
}


/*  定期イベント
---------------------------------------------*/
.event {
  padding: 180px 0 0;
}

.event__inner {
  max-width: 945px;
  margin: 0 auto;
}

.event__block {
  margin: 0 0 85px;
  padding: 0 0 80px;
  border-bottom: 1px solid #8E8E8C;
}

.event__block:last-child {
  margin: 0;
  border-bottom: none;
}

.event__img {
  margin: 0 auto 45px;
  text-align: center;
  overflow: hidden;
}

.event__img img {
  border-radius: 30px;
}

.event__title {
  margin: 0 0 45px;
  font-size: 3.6rem;
  text-align: center;
}

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

.event__text p:last-child {
  margin: 0;
}

.event__block .news__text {
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.8;
}

.event__block .news__btn {
  width: 420px;
  margin: 0 auto;
}

.event__block .news__btn a {
  display: block;
  width: 100%;
  padding: 25px 0;
  border-radius: 80px;
  background:#1D391A;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}

.event__block .news__btn a:hover {
  opacity: 0.8;
  box-shadow:0px 0px 10px #666;
  transition : 0.5s;
}


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

  .event__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4%;
  }

  .event__block {
    margin: 0 0 45px;
    padding: 0 0 40px;
    border-bottom: 1px solid #8E8E8C;
  }

  .event__block:last-child {
    margin: 0;
    border-bottom: none;
  }

  .event__img {
    margin: 0 auto 25px;
    overflow: hidden;
  }

  .event__img img {
    border-radius: 10px;
  }

  .event__title {
    margin: 0 0 25px;
    font-size: 2.2rem;
    line-height: 1.8;
    text-align: center;
  }

  .event__text p {
    margin: 0 0 20px;
    line-height: 1.8;
  }

  .event__text p:last-child {
    margin: 0;
  }

  .event__block .news__text {
    margin: 0 0 30px;
    text-align: center;
    line-height: 1.8;
  }

  .event__block .news__btn {
    width: 100%;
    margin: 0 auto;
  }

  .event__block .news__btn a {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-radius: 40px;
    background:#1D391A;
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
  }

  .event__block .news__btn a:hover {
    opacity: 0.8;
    box-shadow:0px 0px 10px #666;
    transition : 0.5s;
  }
}


/*  団体概要
---------------------------------------------*/
.summary {
  padding: 180px 0;
}

.summary__inner {
  max-width: 820px;
  margin: 0 auto;
}

.summary table {
  position: relative;
  width: 100%;
  margin: 0 0 120px;
  border-collapse: collapse;
  font-size: 2.2rem;
}

.summary table::after {
  position: absolute;
  content: "";
  top: 0;
  left: 200px;
  width: 2px;
  height: calc(100% + 60px);
  background: #fff;
}

.summary table th {
  width: 200px;
  padding: 25px;
  border-bottom: 2px solid #fff;
}

.summary table td {
  width: calc(100% - 200px);
  padding: 25px;
  border-bottom: 2px solid #fff;
}

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

  .summary__inner {
    max-width: 820px;
    margin: 0 auto;
    padding:0 4%;
  }

  .summary table {
    position: relative;
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    font-size: 1.6rem;
  }

  .summary table::after {
    display: none;
  }

  .summary table th {
    display: block;
    width: 100%;
    padding:10px 2%;
    border-radius: 2px;
    border-bottom: none;
    background: #fff;
    color: #1d391a;
  }

  .summary table td {
    display: block;
    width: 100%;
    padding:10px 2%;
    border-bottom: none;
  }
}


/*  お問い合わせ
---------------------------------------------*/
.contact {
  padding: 180px 0;
}

.contact__text {
  margin: 0 0 40px;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
  line-height: 1.8;
}


.contact__form {
  width: 640px;
  margin: 0 auto;
}

.form__block {
  margin: 0 0 40px;
}

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

.form__item .required-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  padding: 5px;
  background: #678F98;
  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: 1px solid #4F886B;
}

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

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

.form__btn input[type="submit"]:hover {
  opacity: 0.8;
  box-shadow:0px 0px 10px #666;
  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 {
  border:  2px solid #9DD0AB;
  box-shadow:0px 0px 10px #666;
  transition : 0.5s;
}

.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 0 20px;
  border-bottom: 2px solid #9DD0AB;
}

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

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

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

  .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;
    background: #678F98;
    color: #fff;
    font-size: 1.rem;
  }

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

  .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;
    background:#1D391A;
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
  }

  .form__btn input[type="submit"]:hover {
    opacity: 0.8;
    box-shadow:0px 0px 10px #666;
    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 {
    border:  1px solid #9DD0AB;
    box-shadow:0px 0px 10px #666;
    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 #9DD0AB;
  }

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

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

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

.thanks__text {
  font-size: 2rem;
}

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

.thanks__back {
  font-size: 2rem;
}

.thanks__back a {
  text-decoration: underline;
}

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

@media screen and (max-width: 820px){
  .thanks {
    width: 100%;
    margin: 0 auto;
    padding: 0 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;
  }
}
