@charset "UTF-8";
/* 
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* 1280 */
/* フルワイド */
/* フルワイド */
.area_visual .pagettl svg {
  width: 100%;
  height: auto;
  max-width: 22vw;
  min-width: 160px;
}
.area_visual .copy {
  top: 6vw;
}
@media all and (max-width: 896px) {
  .area_visual .copy {
    font-size: 1.7rem;
    top: 40px;
    right: 20px;
    letter-spacing: 0em;
  }
}

.area_history {
  position: relative;
  padding: 0 12vw;
}
@media all and (max-width: 896px) {
  .area_history {
    padding: 0 20px;
  }
}
.area_history .block_history {
  padding: 40px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_history .block_history {
    padding: 30px 0;
  }
}
.area_history .block_history .box_ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 896px) {
  .area_history .block_history .box_ttl {
    justify-content: center;
  }
}
.area_history .block_history .box_ttl .side_ttl {
  width: 50%;
  text-align: center;
}
@media all and (max-width: 896px) {
  .area_history .block_history .box_ttl .side_ttl {
    width: 100%;
  }
}
.area_history .block_history .box_ttl .side_ttl h1 {
  font-family: "Hina Mincho", serif;
  font-size: 3.6rem;
  line-height: 1.1em;
  font-weight: 200;
  letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
  .area_history .block_history .box_ttl .side_ttl h1 {
    font-size: 2.8rem;
  }
}
.area_history .block_history .box_ttl .side_ttl .cloud {
  padding: 5px 0 0;
}
.area_history .block_history .box_ttl .side_ttl .cloud img {
  width: 100%;
  height: auto;
  max-width: 240px;
}
@media all and (max-width: 896px) {
  .area_history .block_history .box_ttl .side_ttl .cloud img {
    max-width: 160px;
  }
}
.area_history .block_history .box_ttl .side_logo {
  width: 40%;
}
@media all and (max-width: 896px) {
  .area_history .block_history .box_ttl .side_logo {
    width: 70%;
    text-align: center;
  }
}
.area_history .block_history .box_ttl .side_logo img {
  width: 100%;
  height: auto;
}
.area_history .block_history .box_copy {
  text-align: center;
  padding: 10px 0 0;
  position: relative;
}
.area_history .block_history .box_copy p {
  font-size: 1.6rem;
  line-height: 2em;
  text-align: center;
}
@media all and (max-width: 896px) {
  .area_history .block_history .box_copy p {
    font-size: 1.5rem;
    text-align: justify;
  }
}
.area_history .elem02 {
  position: absolute;
  width: 24vw;
  mix-blend-mode: multiply;
  bottom: -4vw;
  right: 0px;
}
@media all and (max-width: 480px) {
  .area_history .elem02 {
    bottom: -8vw;
    width: 38vw;
  }
}
.area_history .elem02 img {
  width: 100%;
  height: auto;
}

.area_access {
  position: relative;
  padding: 0 12vw;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .area_access {
    padding: 0 20px;
  }
}
.area_access .block_access {
  padding: 60px 0 0;
  text-align: center;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_access .block_access {
    padding: 30px 0 0;
  }
}
.area_access .block_access h2 {
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.1em;
  font-weight: 400;
  border-left: #A94C42 solid 16px;
  font-family: "Hina Mincho", serif;
  letter-spacing: 0.2em;
  background-image: url(../images/bg_hasen.svg);
  background-position: center center;
  background-repeat: repeat-x;
}
@media all and (max-width: 896px) {
  .area_access .block_access h2 {
    font-size: 1.9rem;
    border-left: #A94C42 solid 10px;
  }
}
.area_access .block_access h2 span {
  background-color: #FFFFF4;
  padding: 6px 11px;
  display: inline-block;
}
.area_access .block_access .box_flow {
  line-height: 0em;
  padding: 30px 0 0;
}
@media all and (max-width: 896px) {
  .area_access .block_access .box_flow {
    padding: 15px 0 0;
  }
}
.area_access .block_access .box_flow img, .area_access .block_access .box_flow svg {
  width: 100%;
  height: auto;
}
.area_access .block_access p {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.7em;
  padding: 20px 0 0;
  text-align: justify;
}
@media all and (max-width: 896px) {
  .area_access .block_access p {
    font-size: 1.4rem;
    padding: 12px 0 0;
  }
}
.area_access .block_map {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_access .block_map {
    padding: 30px 0 50px;
  }
}
.area_access .block_map iframe {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
}
@media all and (max-width: 480px) {
  .area_access .block_map iframe {
    aspect-ratio: 7/6;
  }
}
.area_access .block_map .elem03 {
  position: absolute;
  width: 24vw;
  mix-blend-mode: multiply;
  top: 0vw;
  right: -11vw;
}
@media all and (max-width: 480px) {
  .area_access .block_map .elem03 {
    width: 38vw;
  }
}
.area_access .block_map .elem03 img {
  width: 100%;
  height: auto;
}
.area_access .block_map .elem04 {
  position: absolute;
  width: 24vw;
  mix-blend-mode: multiply;
  bottom: 5vw;
  left: -12vw;
}
@media all and (max-width: 480px) {
  .area_access .block_map .elem04 {
    width: 38vw;
  }
}
.area_access .block_map .elem04 img {
  width: 100%;
  height: auto;
}

.area_large {
  line-height: 0em;
  overflow: hidden;
}
@media all and (max-width: 480px) {
  .area_large {
    aspect-ratio: 3/2;
  }
}
.area_large img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 480px) {
  .area_large img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left top;
       object-position: left top;
    height: 100%;
  }
}

.area_spot {
  padding: 0 12vw;
}
@media all and (max-width: 896px) {
  .area_spot {
    padding: 0 20px;
  }
}
.area_spot .block_spot {
  padding: 60px 0 0;
}
@media all and (max-width: 896px) {
  .area_spot .block_spot {
    padding: 30px 0 0;
  }
}
.area_spot .block_spot .box_ttl {
  position: relative;
}
.area_spot .block_spot .box_ttl h2 {
  max-width: 400px;
  margin: auto;
}
@media all and (max-width: 480px) {
  .area_spot .block_spot .box_ttl h2 {
    width: 80%;
    margin: auto;
  }
}
.area_spot .block_spot .box_ttl h2 img {
  width: 100%;
  height: auto;
}
.area_spot .block_spot .box_ttl p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2em;
  padding: 20px 0 0;
}
@media all and (max-width: 896px) {
  .area_spot .block_spot .box_ttl p {
    padding: 12px 0 0;
    text-align: justify;
  }
}
.area_spot .block_spot .list_spot ul {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
  margin: 0 -12px;
}
@media all and (max-width: 896px) {
  .area_spot .block_spot .list_spot ul {
    padding: 8px 0;
    margin: 0 -8px;
  }
}
.area_spot .block_spot .list_spot ul li {
  width: 33.3333%;
  box-sizing: border-box;
  padding: 12px;
}
@media all and (max-width: 896px) {
  .area_spot .block_spot .list_spot ul li {
    padding: 8px;
  }
}
@media all and (max-width: 480px) {
  .area_spot .block_spot .list_spot ul li {
    width: 50%;
  }
}
.area_spot .block_spot .list_spot ul li .box_img {
  line-height: 0em;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.area_spot .block_spot .list_spot ul li .box_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.area_spot .block_spot .list_spot ul li .box_txt {
  padding: 10px 0 0;
}
.area_spot .block_spot .list_spot ul li .box_txt h3 {
  font-size: 2rem;
  line-height: 1.2em;
  color: #B68458;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .area_spot .block_spot .list_spot ul li .box_txt h3 {
    font-size: 1.8rem;
  }
}
.area_spot .block_spot .list_spot ul li .box_txt p {
  font-size: 1.4rem;
  line-height: 1.7em;
  padding: 5px 0 0;
  text-align: justify;
}
.area_spot .block_spot .list_spot ul li .box_txt .btn_link {
  width: 100%;
  display: flex;
  justify-content: end;
}
.area_spot .block_spot .list_spot ul li .box_txt .btn_link img {
  max-width: 120px;
  height: auto;
}

.area_link {
  padding: 0 12vw;
}
@media all and (max-width: 896px) {
  .area_link {
    padding: 0 20px;
  }
}
.area_link .block_link {
  padding: 60px 0;
}
@media all and (max-width: 896px) {
  .area_link .block_link {
    padding: 30px 0 40px;
  }
}
.area_link .block_link .ttl_link {
  position: relative;
  max-width: 34vw;
  margin: auto;
}
@media all and (max-width: 896px) {
  .area_link .block_link .ttl_link {
    max-width: 60vw;
  }
}
@media all and (max-width: 480px) {
  .area_link .block_link .ttl_link {
    max-width: 80vw;
  }
}
.area_link .block_link .ttl_link .img_cloud {
  position: relative;
}
.area_link .block_link .ttl_link .img_cloud img {
  width: 100%;
  height: auto;
}
.area_link .block_link .ttl_link h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 1.3vw;
  line-height: 1.1em;
}
@media all and (max-width: 896px) {
  .area_link .block_link .ttl_link h2 {
    font-size: 2.4vw;
  }
}
@media all and (max-width: 480px) {
  .area_link .block_link .ttl_link h2 {
    font-size: 3.6vw;
  }
}
.area_link .block_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
}
@media all and (max-width: 896px) {
  .area_link .block_link ul {
    margin: 0 -5px;
  }
}
.area_link .block_link ul li {
  width: 30%;
  box-sizing: border-box;
  padding: 10px;
}
@media all and (max-width: 896px) {
  .area_link .block_link ul li {
    padding: 5px;
    width: 50%;
  }
}
.area_link .block_link ul li img {
  width: 100%;
  height: auto;
}

/***************************************************
 * Generated by SVG Artista on 6/19/2023, 1:52:51 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1052.7559814453px;
    stroke-dasharray: 1052.7559814453px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1052.7559814453px;
  }
}
.svg-elem-1 {
  animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1047.0102539063px;
    stroke-dasharray: 1047.0102539063px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1047.0102539063px;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-2 {
  animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 672.7727661133px;
    stroke-dasharray: 672.7727661133px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 672.7727661133px;
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-3 {
  animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.24s both, animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 272.5225524902px;
    stroke-dasharray: 272.5225524902px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 272.5225524902px;
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-4 {
  animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.36s both, animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 495.9248657227px;
    stroke-dasharray: 495.9248657227px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 495.9248657227px;
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-5 {
  animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.48s both, animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}