@charset "UTF-8";
/* ---------------------------------
 mainVisual
--------------------------------- */
#mainVisual{
  width: 100%;
  height: 100vh;
  position: relative;
}
#mainVisual .slider_container{
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#mainVisual .slider_container .slider_item{
  width: 100%;
  height: 100vh;  
  position: relative;
}
#mainVisual .slick-slide img {
  object-fit: cover; 
  width: 100%;
  height: 100%;
}
/* 画像の位置調整 */
#mainVisual .slick-slide img.mvCenterleft {
  object-position: center left;
}
/* 画像の位置調整 */
#mainVisual .slick-slide img.mvCenterRight {
  object-position: center right;
}

#mainVisual h2.cover_catchcopy{
  width: auto;
  height: 70%;
  position: absolute;
  top: 20%;
  right: 10%;
  z-index: 2;
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3.0rem;
  letter-spacing: 3px;
  text-shadow: 
    rgb(0, 0, 0, 0.3) 1px 1px 15px, rgb(0, 0, 0, 0.3) -1px 1px 15px,
    rgb(0, 0, 0, 0.3) 1px -1px 15px, rgb(0, 0, 0, 0.3) -1px -1px 15px;
}
@media screen and (max-width: 896px) {
  #mainVisual{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1; /* 横と縦の比率を 1:1 に固定 */
  }
  #mainVisual .slider_container .slider_item {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1; /* 横と縦の比率を 1:1 に固定 */
  }
  #mainVisual .cover_logo{
    width: 90%;
  }
  #mainVisual h2.cover_catchcopy{
    font-size: 1.0rem;
    line-height: 1.5rem;
    letter-spacing: 2px;
    top: 23%;
  }
}

/* ---------------------------------
 top_first_contents
--------------------------------- */
.top_first_contents{
  width: 100%;
  background-color: #F3EFE2;
  padding-bottom:200px;
  background-image: url("../img/top/top_first_contents_bg_head.svg"), url("../img/common/bg_bottom_white.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 50% auto, 100% auto;
  background-position: right 0px top 180px, left bottom;
}
/* top_h3_box ------------------------------------- */
.top_h3_box{
  width: calc(97% - 80px);
  margin-top: -180px;
  position: relative;
  z-index: 10;
  margin-left: 3%;
}
.top_h3_heading{
  width: 100%;
  line-height: 0.9;
  position: relative;
}
.top_h3_heading span.top_h3_sub{
  font-size: 4vw;
}
.top_h3_heading span.top_h3_main{
  font-size: 16vw;
}
.top_h3_heading_img{
  width: 43%;
  position: absolute;
  bottom:5%;
  right: 7%;
}
@media screen and (max-width: 896px) {
  .top_first_contents{
    padding-bottom:100px;
    background-size: 70% auto, 100% auto;
    background-position: right 0px top 50px, left bottom;
  }
  .top_h3_box{
    width: 97%;
    margin-top: -50px;
    position: relative;
    z-index: 10;
    margin-left: 3%;
  }
  .top_h3_heading span.top_h3_sub{
    font-size: 6vw;
  }
  .top_h3_heading span.top_h3_main{
    font-size: 17vw;
  }
  .top_h3_heading_img{
    width: 44%;
    position: absolute;
    bottom:2%;
    right: 5%;
  }
}

/* top_news_box ------------------------------------- */
.top_news_box{
  width: 80%;
  margin: 100px auto 0 auto;
}
.top_news_box h3{
  width: 100%;
  margin-bottom: 20px;
  font-size: 3.0rem;
}
.top_news_box ul.top_news_list{
  width:100%;
  margin: 0 auto;
  align-items: stretch;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.top_news_box ul.top_news_list li.top_news_list_box{
  width:100%;
  height: 100%; /* 高さ調整用 */
  background-color: #fff;
  border-radius: 20px;
  list-style: none;
}
.top_news_box ul.top_news_list li.top_news_list_box .top_news_list_img{
  width:100%;
  height: 250px;
} 
.top_news_box ul.top_news_list li.top_news_list_box .top_news_list_img img{
  width:100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
} 
.top_news_box ul.top_news_list li.top_news_list_box .top_news_list_note{
  width:100%;
  padding: 5%;
}
.top_news_box ul.top_news_list li.top_news_list_box .top_news_list_date{
  width:100%;
} 
.top_news_box ul.top_news_list li.top_news_list_box h4.top_news_list_title{
  width:100%;
  margin-top: 10px;
} 
@media screen and (max-width: 896px) {
  .top_news_box{
    width: 100%;
    margin: 40px auto 0 auto;
  }
  .top_news_box h3{
    width: 94%;
    margin: 0 auto 20px auto;
    font-size: 2.0rem;
  }
  .top_news_box ul.top_news_list li.top_news_list_box{
    border-radius: 10px;
  }
  .top_news_box ul.top_news_list li.top_news_list_box .top_news_list_img{
    height: 180px;
  } 
  .top_news_box ul.top_news_list li.top_news_list_box .top_news_list_img img{
    height: 180px;
    border-radius: 10px 10px 0 0;
  } 
}

.top_news_control_box {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
/* top_news_arrow_box */
.top_news_arrow_box {
  width: 50%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top_news_arrow_box .prev-arrow,
.top_news_arrow_box .next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: #D4AF37;
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position:relative;
}
.top_news_arrow_box .prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}
.top_news_arrow_box .prev-arrow::before,
.top_news_arrow_box .next-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}
.top_news_box .top_news_slider .slick-list {
  margin: 0 -15px;
}
.top_news_box .top_news_slider .slick-slide {
  margin: 0 15px;
}
.top_news_box .top_news_slider .slick-track {
  display: flex !important;
}
.top_news_box .top_news_slider .slick-slide {
  height: auto !important;
  display: flex !important;
  flex-wrap: wrap;
}
.top_news_box .top_news_slider .slick-slide > div{
  height: 100%;
  width: 100%;
}
/* top_news_more_box --------------- */
.top_news_more_box {
  width: 50%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.top_news_more_box a{
  width: 80%;
  max-width: 300px;
  padding: 15px;
  text-align: left;
  display: block;
  border-radius: 99999px;
  background: linear-gradient(to right, #004225, #17764C);
  color: #fff;
  position: relative;
  transition: 0.3s;
}
.top_news_more_box a::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.top_news_more_box a:hover {
  opacity: 1;
  background: linear-gradient(to right, #17764C, #4d9474);
}
@media screen and (max-width: 896px) {
  .top_news_more_box a{
    width: 100%;
    max-width: 300px;
  }
  .top_news_control_box {
    width: 94%;
    margin: 15px auto 0 auto;
  }
  .top_news_box .top_news_slider .slick-list {
    margin: 0 -10px;
  }
  .top_news_box .top_news_slider .slick-slide {
    margin: 0 10px;
  }
}

/* ---------------------------------
 about_concept
--------------------------------- */
.about_concept{
  width: 100%;
  margin-top: -1px; /* 調整用 */
  background-color: #fff;
}
.about_concept .about_concept_inner{
  width: 80%;
  margin: 0 auto;
  padding: 50px 0 150px 0;
}
.about_concept .about_concept_h3{
  width: 94%;
  margin: 0 auto;
  text-align: center;
  font-size: 4.0rem;
  padding-top: 100px;
  position: relative;
}
.about_concept .about_concept_h3::before{
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 300px;
  height: 100px;
  background-image: url('../img/top/about_concept_img.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.about_concept .about_concept_p{
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}
.about_concept .about_concept_box{
  width: 100%;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
}
.about_concept .about_concept_box .about_concept_on,
.about_concept .about_concept_box .about_concept_off{
  width: 48%;
  height: 400px;
  position: relative;
}
.about_concept .about_concept_box .about_concept_on::before{
  position: absolute;
  top: -30px;
  left: 10px;
  content: '';
  display: block;
  width: 100px;
  height: 110px;
  background-image: url('../img/top/concept_on.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.about_concept .about_concept_box .about_concept_off::before{
  position: absolute;
  top: -30px;
  right: 10px;
  content: '';
  display: block;
  width: 100px;
  height: 110px;
  background-image: url('../img/top/concept_off.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.about_concept .about_concept_box .about_concept_on img,
.about_concept .about_concept_box .about_concept_off img{
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: 400px;
}
@media screen and (max-width: 896px) {
  .about_concept .about_concept_inner{
    width: 94%;
    padding: 50px 0 75px 0;
  }
  .about_concept .about_concept_h3{
    width: 100%;
    font-size: 3.0rem;
    padding-top: 50px;
  }
  .about_concept .about_concept_h3::before{
    width: 150px;
    height: 50px;
  }
  .about_concept .about_concept_p{
    font-size: 1.0rem;
  }
  .about_concept .about_concept_box{
    margin-top: 10px;
  }
  .about_concept .about_concept_box .about_concept_on,
  .about_concept .about_concept_box .about_concept_off{
    width: 100%;
    height: 250px;
    margin-top: 30px;
  }
  .about_concept .about_concept_box .about_concept_on img,
  .about_concept .about_concept_box .about_concept_off img{
    border-radius: 10px;
    height: 250px;
  }
  .about_concept .about_concept_box .about_concept_on::before{
    top: -15px;
    left: 10px;
    width: 75px;
    height: 82px;
  }
  .about_concept .about_concept_box .about_concept_off::before{
    top: -15px;
    right: 10px;
    width: 75px;
    height: 82px;
  }
}

/* ---------------------------------
 top_af
--------------------------------- */
.top_af{
  width: 100%;
  padding: 150px 0 250px 0;
  border-radius: 70px 0 0 0;
}
.top_af .top_af_box{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
}
.top_af .top_af_box .top_af_box_note{
  width: 37%;
  margin-left: 10%;
}
.top_af .top_af_box .top_af_box_img{
  width: 50%;
  height: 500px;
}
.top_af .top_af_box .top_af_box_img img{
  width: 100%;
  height: 500px;
  border-radius: 50px 0 0 50px;
  object-fit: cover;
}
.top_af .top_af_h3{
  margin-bottom: 30px;
  padding: 10px;
  max-width: 350px;
  text-align: center;
  color: #fff;
  border-radius: 99999px;
  background-color: #D4AF37;
  position: relative;
}
.top_af .top_af_h3::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #D4AF37 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.top_af .top_af_h4{
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.top_af .top_af_h4 span{
  font-size: 2.5rem;
}
.top_af_link{
  width: 100%;
  margin-top: 30px;
}
.top_af_link a{
  width: 100%;
  max-width: 400px;
  padding: 10px;
  text-align: center;
  display: block;
  border-radius: 99999px;
  background: linear-gradient(to right, #004225, #17764C);
  color: #fff;
  position: relative;
  transition: 0.3s;
}
.top_af_link a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../img/common/arrow_outlink.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 896px) {
  .top_af{
    width: 100%;
    padding: 75px 0 150px 0;
    border-radius: 40px 0 0 0;
  }
  .top_af .top_af_box{
    width: 94%;
    margin: 0 auto;
  }
  .top_af .top_af_box .top_af_box_note{
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .top_af .top_af_box .top_af_box_img{
    width: 100%;
    height: 250px;
  }
  .top_af .top_af_box .top_af_box_img img{
    width: 100%;
    height: 250px;
    border-radius: 20px;
  }
  .top_af .top_af_h3{
    max-width: initial;
    width: 90%;
    margin: 0 auto 30px auto;
    font-size: 16px;
  }
  .top_af .top_af_h4 span{
    font-size: 2.0rem;
  }
  .top_af_link{
    width: 100%;
    margin-top: 30px;
  }
  .top_af_link a{
    width: 90%;
    margin: 0 auto;
  }
}

/* ---------------------------------
 top_stay
--------------------------------- */
.top_stay{
  width: 100%;
  padding: 150px 0 200px 0;
  border-radius: 0 70px 0 0;
  background-color: #C1CEC8;
  margin-top: -70px;
}
.top_stay .top_stay_inner{
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.top_stay_h3{
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.top_stay_h3 span{
  font-size: 4.0rem;
}
/* タブ */
.stay_tab {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.stay_tab > label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: 10px;
  border-radius: 15px 15px 0 0;
  background-color: #004225;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.stay_tab > label:hover {
  background-color: #004225;
}
.stay_tab input {
  display: none;
}
.stay_tab > div {
  display: none;
  width: 100%;
  padding: 50px 30px;
  background-color: #fff;
}
.stay_tab label:has(:checked) {
  background-color: #fff;
  color: #000;
}
.stay_tab label:has(:checked) + div {
  display: block;
}
.stay_tab span.tab_item{
  font-size: 20px;
}
.stay_tab label:has(:checked) span.tab_item {
  color: #D4AF37;
}
/* タブ本文 */
.stay_tab .top_stay_h4{
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 30px;
}
.stay_tab .top_stay_h4 span{
  font-size: 1.0rem;
}
.stay_tab .top_stay_box{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:space-between;
}
.stay_tab .top_stay_box .top_stay_box_img{
  width: 60%;
}
.stay_tab .top_stay_box .top_stay_box_note{
  width: 35%;
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .top_stay{
    width: 100%;
    padding: 50px 0 100px 0;
    border-radius: 0 40px 0 0;
  }
  .stay_tab > label {
    padding: 10px 5px;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .stay_tab span.tab_item{
    font-size: 16px;
  }
  .stay_tab > div {
    padding: 25px 15px;
  }  
  .stay_tab .top_stay_h4{
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .stay_tab .top_stay_box .top_stay_box_img{
    width: 100%;
  }
  .stay_tab .top_stay_box .top_stay_box_note{
    display: none;
  }
  .top_stay_h3{
    margin-bottom: 25px;
  }
  .top_stay_h3 span{
    font-size: 3.0rem;
  }
}

/* ---------------------------------
 top_flowing_photo
--------------------------------- */
.top_flowing_photo{
  width: 100%;
  margin-top: -100px;
  margin-bottom: 100px;
  overflow: hidden;
}
.top_flowing_slider .slick-list {
  margin: 0 -15px;
}
.top_flowing_slider .slick-slide {
  margin: 0 15px;
}
.top_flowing_slider img {
  border-radius: 20px;
}
@media screen and (max-width: 896px) {
  .top_flowing_photo{
    margin-top: -50px;
    margin-bottom: 50px;
  }
  .top_flowing_slider .slick-list {
    margin: 0 -10px;
  }
  .top_flowing_slider .slick-slide {
    margin: 0 10px;
  }
  .top_flowing_slider img {
    border-radius: 10px;
  }
}

/* ---------------------------------
 top_charm
--------------------------------- */
.top_charm{
  width: 100%;
  padding: 100px 0;
  background-color: #fff;
}
.top_charm .top_charm_inner{
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.top_charm .top_charm_box{
  width: 100%;
  margin: 100px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:space-between;
}
.top_charm .top_charm_box .top_charm_img{
  width: 57%;
  height: 450px;
  position: relative;
}
.top_charm .top_charm_box .top_charm_img img{
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.top_charm .top_charm_box .top_charm_img_no{
  width: 100px;
  height: 100px;
  background-color: #D4AF37;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 5px;
  font-size: 3.0rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom:13px;
}
.top_charm .top_charm_box .top_charm_img_txt{
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 5.0rem;
  color: #fff;
  text-align: right;
  line-height: 0.8;
}
.top_charm .top_charm_box .top_charm_note{
  width: 40%;
}
.top_charm .top_charm_box .top_charm_note p{
  padding-left: 25px;
}
.top_charm .top_charm_box .top_charm_note .top_charm_more{
  margin-top: 20px;
  padding-left: 25px;
}
.top_charm .top_charm_box .top_charm_note .top_charm_more a{
  display: block;
  width: 80%;
  max-width: 300px;
  padding: 15px;
  background-color: #004225;
  color: #fff;
  border-radius: 0 20px 20px 0;
  position: relative;
}
.top_charm .top_charm_box .top_charm_note .top_charm_more a::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
@media screen and (max-width: 896px) {
  .top_charm{
    padding: 50px 0 0 0;
  }
  .top_charm .top_charm_box{
    margin: 70px 0;
  }
  .top_charm .top_charm_box .top_charm_img{
    width: 100%;
    height: 270px;
    margin-bottom: 20px;
  }
  .top_charm .top_charm_box .top_charm_img img{
    width: 100%;
    height: 270px;
  }
  .top_charm .top_charm_box .top_charm_img_no{
    width: 75px;
    height: 75px;
    top: -30px;
    left: 5px;
    font-size: 2.0rem;
    padding-bottom:10px;
  }
  .top_charm .top_charm_box .top_charm_img_txt{
    font-size: 3.0rem;
  }
  .top_charm .top_charm_box .top_charm_note{
    width: 100%;
  }
}

/* ---------------------------------
 top_flowing_photo_2nd
--------------------------------- */
.top_flowing_photo_2nd{
  width: 100%;
  margin-bottom: 100px;
  overflow: hidden;
}
.top_flowing_2nd_slider .slick-list {
  margin: 0 -15px;
}
.top_flowing_2nd_slider .slick-slide {
  margin: 0 15px;
}
.top_flowing_2nd_slider img {
  border-radius: 20px;
}
@media screen and (max-width: 896px) {
  .top_flowing_photo_2nd{
    margin: 50px 0;
  }
  .top_flowing_2nd_slider .slick-list {
    margin: 0 -10px;
  }
  .top_flowing_2nd_slider .slick-slide {
    margin: 0 10px;
  }
  .top_flowing_2nd_slider img {
    border-radius: 10px;
  }
}

/* ---------------------------------
 top_areainfo
--------------------------------- */
.top_areainfo{
  width: 100%;
  padding: 100px 0;
  background-color: #fff;
}
.top_areainfo .top_areainfo_inner{
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.top_areainfo_list{
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
.top_areainfo_list .top_areainfo_box .top_areainfo_img{
  width: 100%;
  height: 280px;
  position: relative;
  margin-bottom: 10px;
}
.top_areainfo_list .top_areainfo_box .top_areainfo_img img{
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.top_areainfo_list .top_areainfo_box .top_areainfo_dogok{
  position: absolute;
  width: 110px;
  padding: 3px 10px;
  top:0;
  left: 0;
  background-color: #004225;
  color: #fff;
  border-radius: 0 0 5px 0;
  text-align: center;
}
.top_areainfo_slider{
  position: relative;
}
.top_areainfo_slider .slick-list {
  margin: 0 -15px;
}
.top_areainfo_slider .slick-slide {
  margin: 0 15px;
}
.top_areainfo_slider .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 5;
}
.top_areainfo_slider .prev-arrow {
  left: 100px;
}
.top_areainfo_slider .next-arrow {
  right: 100px;
}
@media screen and (max-width: 896px) {
  .top_areainfo{
    padding: 25px 0 50px 0;
  }
  .top_areainfo_list{
    margin-top: 25px;
  }
  .top_areainfo_list .top_areainfo_box .top_areainfo_img{
    height: 200px;
  }
  .top_areainfo_list .top_areainfo_box .top_areainfo_img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .top_areainfo_slider .slick-list {
    margin: 0 -10px;
  }
  .top_areainfo_slider .slick-slide {
    margin: 0 10px;
  }
  .top_areainfo_slider .slide-arrow {
    width: 25px;
  }
  .top_areainfo_slider .prev-arrow {
    left: 10px;
  }
  .top_areainfo_slider .next-arrow {
    right: 10px;
  }
}
/* ---------------------------------
 top_access
--------------------------------- */
.top_access{
  width: 100%;
  padding: 100px 0;
}
.top_access .top_access_inner{
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.top_access .top_access_h3{
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.top_access .top_access_h3 span{
  font-size: 4.0rem;
}
.top_access .top_access_map{
  width: 100%;
  margin: 30px 0;
}
.top_access .top_access_map iframe{
  width: 100%;
  height: 500px;
}
.top_access .access_add{
  text-align: center;
}
.top_access .access_box{
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
}
.top_access .access_box .access_box_item{
  width: 48%;
  padding: 30px;
  background-color: #fff;
}
.top_access .top_access_h4_car,
.top_access .top_access_h4_train {
  display: flex;
  align-items: center;
}
.top_access .top_access_h4_car::before{
  content: "";
  background-image: url('../img/common/icon_car.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 3px;
  flex-shrink: 0;
}
.top_access .top_access_h4_train::before{
  content: "";
  background-image: url('../img/common/icon_railway.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 3px;
  flex-shrink: 0;
}
@media screen and (max-width: 896px) {
  .top_access{
    padding: 50px 0;
  }
  .top_access .top_access_map iframe{
    height: 300px;
  }
  .top_access .access_box .access_box_item{
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
  }
}

/* ---------------------------------
 top_magazine
--------------------------------- */
.top_magazine{
  width: 100%;
  padding: 50px 0 100px 0;
}
.top_magazine .top_magazine_bnr{
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.top_magazine .top_magazine_bnr img{
  border: 1px solid #e7e7e7;
}
@media screen and (max-width: 896px) {
  .top_magazine{
    width: 100%;
    padding: 50px 0 50px 0;
  }
}

/* ---------------------------------
 top_news_bnr
--------------------------------- */
.top_news_bnr{
  width: 100%;
  margin: 100px auto 0 auto;
}
.top_news_bnr .top_news_bnr_area{
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.top_news_bnr .top_news_bnr_area .top_news_bnr_box{
  width: 48%;
  margin: 10px 1%;
}
@media screen and (max-width: 896px) {
  .top_news_bnr{
    width: 100%;
    margin: 50px auto 0 auto;
  }
  .top_news_bnr .top_news_bnr_area{
    width: 90%;
  }
  .top_news_bnr .top_news_bnr_area .top_news_bnr_box{
    width: 100%;
    margin: 10px 0;
  }
}