@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* 1280 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;700&display=swap");
/*　font-family: 'Noto Serif JP', serif;　*/
@import url("https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap");
/*　font-family: 'Yuji Syuku', serif;　*/
.area_contents .block_contents .box_readcopy p {
  margin-bottom: 50px;
}
.area_contents .block_contents .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 670px;
  margin: auto;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tab {
    display: block;
  }
}
.area_contents .block_contents .tab li {
  display: inline-block;
  position: relative;
  border: #2A1710 solid 1px;
  border-radius: 50px;
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: 0.2em;
  padding: 16px;
  text-align: center;
  max-width: 300px;
  min-width: 210px;
  width: 100%;
  cursor: pointer;
  margin: auto;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tab li {
    display: block;
  }
}
.area_contents .block_contents .tab li::after {
  content: "▲";
  font-size: 9px;
  position: absolute;
  top: 35%;
  transform: rotate(180deg);
  right: 16px;
}
.area_contents .block_contents .tab li.jyonai.active {
  border: #E75A25 solid 1px;
  background: #E75A25;
  color: #fff;
}
.area_contents .block_contents .tab li.jyonai:hover {
  border: #E75A25 solid 1px;
}
.area_contents .block_contents .tab li.gassen.active {
  border: #05432C solid 1px;
  background: #05432C;
  color: #fff;
}
.area_contents .block_contents .tab li.gassen:hover {
  border: #05432C solid 1px;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tab li.gassen {
    margin-top: 20px;
  }
}
.area_contents .block_contents .tab.bottom li::after {
  transform: none;
}
.area_contents .block_contents .tabcontents .tablist .root {
  text-align: center;
  padding: 30px 30px 60px;
  background: rgba(255, 255, 255, 0.4);
  margin: 50px 0 20px;
  letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tabcontents .tablist .root {
    padding: 20px 10px 40px;
    margin: 50px 0 10px;
  }
}
.area_contents .block_contents .tabcontents .tablist .root p:first-child {
  position: relative;
  font-size: 4rem;
  line-height: 1em;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tabcontents .tablist .root p:first-child {
    font-size: 2.4rem;
  }
}
.area_contents .block_contents .tabcontents .tablist .root p:first-child::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 60px;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tabcontents .tablist .root p:first-child::after {
    width: 50px;
    bottom: -20px;
    height: 3px;
  }
}
.area_contents .block_contents .tabcontents .tablist .root p:first-child + p {
  font-size: 2rem;
  margin-top: 50px;
  line-height: 1.5em;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tabcontents .tablist .root p:first-child + p {
    font-size: 1.5rem;
    margin-top: 40px;
  }
}
.area_contents .block_contents .tabcontents .tablist .root p:first-child + p span.bold {
  font-weight: bold;
}
.area_contents .block_contents .tabcontents .tablist .root p:first-child + p span.small {
  font-size: 1.5rem;
}
.area_contents .block_contents .tabcontents .tablist .root p:first-child + p span.last {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}
.area_contents .block_contents .tabcontents .tablist.jyonai .root p:first-child::after {
  background-color: #E75A25;
}
.area_contents .block_contents .tabcontents .tablist.gassen .root p:first-child::after {
  background-color: #05432C;
}
.area_contents .block_contents .tabcontents .tablist .map img {
  width: 100%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.area_contents .block_contents .tabcontents .tablist .map p {
  margin-top: 20px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8em;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tabcontents .tablist .map p {
    font-size: 1.5rem;
  }
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn {
  position: relative;
  padding: 100px 0 50px;
}
@media all and (max-width: 480px) {
  .area_contents .block_contents .tabcontents .tablist .box_twocolumn {
    padding: 80px 0 40px;
  }
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .headline_medium {
  display: flex;
  align-items: flex-end;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 1px;
  border-top: none;
  line-height: 1.2em;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .headline_medium {
    font-size: 2.5rem;
  }
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .headline_medium img {
  width: 40px;
  vertical-align: middle;
  margin-right: 10px;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .headline_medium img {
    width: 30px;
  }
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .headline_medium span.ruby {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1em;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .headline_medium span.ruby {
    font-size: 1rem;
  }
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .headline_medium span.kakko {
  font-weight: normal;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .headline_medium span.kakko {
    font-size: 1.8rem;
  }
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt p.copy {
  font-size: 2.2rem;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt p.copy {
    font-size: 2rem;
  }
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .access {
  padding: 3.7vh 0 0;
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .access p {
  padding: 0;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .access .btn_more {
    text-align: left;
  }
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .access .btn_more.map {
  padding: 1vh 0 0;
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .access .btn_more.map a::after {
  content: "";
  background: url(../../../common/images/icon_map.svg);
  width: 15px;
  height: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .access .btn_more.externallink a::after {
  content: "";
  background: url(../../../common/images/icon_externallink.svg);
  width: 20px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .access .btn_more + .btn_more {
  padding: 2vh 0 0;
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .access .btn_more a {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .notice {
  margin-top: 10px;
  line-height: 1.6em;
  font-size: 1.4rem;
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .notice li {
  padding-left: 1em;
  text-indent: -1em;
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn .side_txt .notice.red {
  color: #D50E25;
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn::before {
  position: absolute;
  content: "";
  background: url(../images/icon_foot1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 400px;
  height: 219px;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tabcontents .tablist .box_twocolumn::before {
    background: url(../images/icon_foot2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 300px;
    height: 164px;
    top: -60px;
  }
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn.reverse::before {
  background: url(../images/icon_foot2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tabcontents .tablist .box_twocolumn.reverse::before {
    width: 300px;
    height: 164px;
    top: -60px;
  }
}
.area_contents .block_contents .tabcontents .tablist .box_twocolumn#n1_1::before, .area_contents .block_contents .tabcontents .tablist .box_twocolumn#n1_2::before {
  content: none;
}
.area_contents .block_contents .tabcontents .tablist .btn_more.pdf {
  text-align: center;
  margin-bottom: 40px;
}
.area_contents .block_contents .tabcontents .tablist .btn_more.pdf a {
  letter-spacing: 0.2em;
  text-align: center;
  padding: 16px 0;
  line-height: 1.5em;
  font-size: 1.6rem;
  max-width: 380px;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tabcontents .tablist .btn_more.pdf a {
    font-size: 1.4rem;
    max-width: 300px;
  }
}
.area_contents .block_contents .tabcontents .tablist .btn_more.pdf a span {
  display: block;
}
.area_contents .block_contents .tabcontents .tablist .btn_more.pdf a::after {
  position: absolute;
  content: "";
  background: url(../../../common/images/icon_pdf.svg);
  width: 14px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tabcontents .tablist .btn_more.pdf a::after {
    right: 12px;
  }
}
.area_contents .block_contents .tabcontents .tablist .arrow {
  position: relative;
  font-size: 2rem;
  color: #E83725;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 2px 0 #F4E4CA, -2px -2px 0 #F4E4CA, -2px 2px 0 #F4E4CA, 2px -2px 0 #F4E4CA, 0px 2px 0 #F4E4CA, -2px 0 #F4E4CA, -2px 0 0 #F4E4CA, 2px 0 0 #F4E4CA;
}
.area_contents .block_contents .tabcontents .tablist .arrow::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #e83925 transparent transparent transparent;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .tabcontents .tablist .arrow::after {
    bottom: -40px;
    border-width: 25px 25px 0 25px;
  }
}
.area_contents .block_contents .movielink {
  font-size: 1.5rem;
  line-height: 1.8em;
  padding: 15px 0 0;
}
.area_contents .block_contents .movielink a {
  color: #456fa8;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  margin-left: 1em;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .movielink a {
    margin-left: 0;
    display: block;
  }
}
.area_contents .block_contents .movielink a.ml0 {
  margin-left: 0;
}
.area_contents .block_contents .movielink + .movielink {
  padding: 5px 0 0;
}
.area_contents .block_contents .prmovie {
  text-align: center;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .prmovie {
    margin-top: 40px;
  }
}
.area_contents .block_contents .prmovie img {
  max-width: 1000px;
  width: 100%;
}
.area_contents .block_contents .prmovie .movielink {
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .prmovie .movielink {
    font-size: 1.5rem;
  }
}