/* 共通
-------------------------------------*/
main {
  overflow: hidden;
}

#content-wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

h2 {
  margin-top: 80px;
  margin-bottom: 15px !important;
  font-size: 30px;
  line-height: 1.6;
}

h4 {
  margin-bottom: 10px !important;
}

ul.wp-block-list li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 10px;
}

ul.wp-block-list li:before {
  content: "◯";
  position: absolute;
  top: 0;
  left: 0;
}

ol.wp-block-list {
  list-style: decimal;
  margin-left: 20px;
}

.wp-block-spacer {
  margin-bottom: 0 !important;
}

.w860 {
  max-width: 860px;
  margin: 60px auto;
  --wp-column-gap: 60px;
}

/* Google Mapを囲う要素 */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  /* 比率を固定 */
  margin-bottom: 30px;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:1000px) {
  .w860 {
    margin: 0 auto;
    --wp-column-gap: 20px;
  }

  .w860 figure {
    margin-bottom: 5px;
  }
}

@media screen and (max-width:768px) {
  body {
    font-size: 14px;
  }

  ul li {
    font-size: 14px;
  }

  #content-wrap {
    padding-bottom: 100px;
  }

  h2 {
    margin-top: 40px;
    font-size: 18px;
  }

  .gmap {
    padding-top: 75%;
    /* 比率を固定 */
  }
}


/* head-area
-------------------------------------*/
#head-area {
  position: relative;
  z-index: 0;
  height: 450px;
}

#head-area .inner {
  position: relative;
  width: 90%;
  height: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

#head-area .column {
  align-items: center;
  height: 100%;
}

#head-area .column h1 {
  width: fit-content;
  line-height: 1.5;
  font-family: var(--mincho-font_family);
  font-size: 80px;
  text-align: center;
}

#head-area .column h1 span.small {
  font-size: 75%;
}

#head-area .column .title-wrap {
  width: calc(100% - 415px);
  padding-left: 70px;
}

#head-area .column .text-img {
  width: 415px;
}

#head-area .column .text-img img {
  width: 415px;
}

@media screen and (max-width:1536px) {
  #head-area .column h1 {
    font-size: 65px;
  }
}

@media screen and (max-width:1280px) {
  #head-area .column h1 {
    font-size: 50px;
  }

  #head-area .column .text-img {
    width: fit-content;
  }

  #head-area .column .text-img img {
    width: 250px;
  }
}

@media screen and (max-width:1000px) {
  #head-area {
    height: 650px;
  }

  #head-area .column {
    height: auto;
    justify-content: center;
    padding-top: 30px;
  }

  #head-area .column h1 {
    width: auto;
    font-size: 34px;
  }

  #head-area .column .title-wrap {
    width: fit-content;
    padding-left: 40px;
    text-align: center;
  }
}

@media screen and (max-width:768px) {

  #head-area .column .text-img {
    width: 100%;
    text-align: center;
  }

  #head-area .column .title-wrap {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
    text-align: center;
  }
}