@charset "UTF-8";
/* ---------------------------------
 logo_loader 初期表示時にロゴを表示する
--------------------------------- */
#logo_fadein{
	background: #0E2A47;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
}
#logo_fadein p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}
@media screen and (max-width: 896px) {
  #logo_fadein p {
    width: 50%;
  }
}

/* ---------------------------------
 mainVisual
--------------------------------- */
#mainVisual{
  width: 100%;
  position: relative;
  overflow: hidden;
}
#mainVisual.top_mv_swiper {
  width: 100%;
  height: 100vh;
  height: 100svh;
}
#mainVisual.top_mv_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainVisual .cover_catchcopy{
  width: 80%;
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 2;
}
#mainVisual .cover_catchcopy h2.cover_h2{
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 3.0rem;
  letter-spacing: 3px;
}
#mainVisual .cover_catchcopy h2.cover_h2 span.cover_catch01 {
  font-size: 1.0rem;
}
#mainVisual .cover_catchcopy h2.cover_h2 span.cover_catch02 {
  font-size: 1.3rem;
}
@media screen and (max-width: 896px) {
  #mainVisual.top_mv_swiper {
    width: 100%;
    height: 70vh;
    height: 70svh;
  }
  #mainVisual .cover_catchcopy{
    bottom: 5%;
    left: 7%;
  }
  #mainVisual .cover_catchcopy h2.cover_h2{
    font-size: 1.5rem;
    line-height: 2.0rem;
  }
  #mainVisual .cover_catchcopy h2.cover_h2 span.cover_catch01 {
    font-size: 0.8rem;
  }
  #mainVisual .cover_catchcopy h2.cover_h2 span.cover_catch02 {
    font-size: 1.0rem;
  }
}

/* ---------------------------------
 concept
--------------------------------- */
#concept{
  width: 100%;
  padding: 100px 0;
}
#concept .concept_box{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}
#concept .concept_box .concept_box_note{
  width: 35%;
  margin: 0 5% 0 10%;
  line-height: 2.0;
}
#concept .concept_box .concept_box_img{
  width: 50%;
  height: 700px;
}
#concept .concept_box .concept_box_img img{
  width: 100%;
  height: 700px;
  object-fit: cover;
}
#concept .concept_box h3.concept_h3{
  margin-bottom: 30px;
  letter-spacing: 3px;
  font-size: 1.5rem;
}
#concept .concept_img_box{
  width: 80%;
  margin: 50px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#concept .concept_img_box .concept_img_inner_box{
  width: 50%;
}
#concept .concept_img_box .concept_img_inner_box img.concept_img_box_left{
  display: block;
  width: 80%;
}
#concept .concept_img_box .concept_img_inner_box img.concept_img_box_right{
  display: block;
  width: 70%;
  margin: -150px auto 0 auto;
}
@media screen and (max-width: 896px) {
  #concept{
    padding: 50px 0;
  }
  #concept .concept_box .concept_box_note{
    width: 94%;
    margin: 30px auto;
    line-height: 1.7;
  }
  #concept .concept_box .concept_box_img{
    width: 90%;
    margin-right: 10%;
    height: 40vh;
    height: 40svh;
  }
  #concept .concept_box .concept_box_img img{
    height: 40vh;
    height: 40svh;
  }
  #concept .concept_box h3.concept_h3{
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-size: 1.2rem;
  }
  #concept .concept_img_box{
    width: 94%;
    margin: 30px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  #concept .concept_img_box .concept_img_inner_box{
    justify-content:space-between;
  }

  #concept .concept_img_box .concept_img_inner_box img.concept_img_box_left{
    display: block;
    width: 94%;
  }
  #concept .concept_img_box .concept_img_inner_box img.concept_img_box_right{
    display: block;
    width: 94%;
    margin: 0 auto 0 auto;
  }
}

/* ---------------------------------
 top_news
--------------------------------- */
#top_news{
  width:100%;
  padding: 100px 0;
}
#top_news .top_news_inner{
  width:90%;
  max-width: 1400px;
  margin: 0 auto;
}
#top_news h3.top_news_h3{
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.0;
}
#top_news span.news_en{
  font-size: 5.0rem;
  margin-right: 20px;
}
/* top_news_list */
#top_news .top_news_list{
  width:100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
}
#top_news .top_news_list .top_news_list_box{
  width:31%;
}
#top_news .top_news_list .top_news_list_box .news_list_img{
  width:100%;
  height: 250px;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 10px;
}
#top_news .top_news_list .top_news_list_box .news_list_img a img{
  width: 100%;
  height: 250px;
  transition: transform .6s ease;
  object-fit: cover;
}
#top_news .top_news_list .top_news_list_box .news_list_img a:hover{
  opacity: 1;
}
#top_news .top_news_list .top_news_list_box .news_list_img a:hover > img{
  opacity: 1;
}
#top_news .top_news_list .top_news_list_box .news_list_img a:hover img{
  transform: scale(1.1);
}
#top_news .top_news_list .top_news_list_box .news_list_note{
    width: 100%;
}
#top_news .top_news_list .top_news_list_box .news_list_note .news_cat{
  padding: 2px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  background-color: #88A2BD;
}
#top_news.top_news_list .top_news_list_box .news_list_note .news_day{
  margin-left: 15px;
}
#top_news .top_news_list .top_news_list_box .news_list_note h4{
  margin-top: 15px;
}
/* news_more */
#top_news .news_more_link{
  width: 100%;
  margin-top: 70px;
}
#top_news .news_more_link a.more_news{
  padding: 10px 10px;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  width: 70%;
  max-width: 400px;
  border-radius: 99999px;
  transition: 0.3s;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
#top_news .news_more_link a.more_news::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
}
#top_news .news_box .news_title a.more_news:hover {
    border: 1px solid #003350;
    background-color: #fff;
    color: #003350;
}

@media screen and (max-width: 896px) {
  #top_news{
    padding:50px 0;
  }
  #top_news h3.top_news_h3{
    margin-bottom: 15px;
  }
  #top_news span.news_en{
    font-size: 3.0rem;
    margin-right: 20px;
  }
  #top_news .top_news_list .top_news_list_box{
    width:100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content:space-between;
  }
  #top_news .top_news_list .top_news_list_box .news_list_img{
    width:30%;
    height: 100px;
    margin-bottom: 0;
  }
  #top_news .top_news_list .top_news_list_box .news_list_img a img{
    height: 100px;
  }
  #top_news .top_news_list .top_news_list_box .news_list_note{
      width: 65%;
      font-size: 14px;
  }
  #top_news .top_news_list .top_news_list_box .news_list_note h4{
    margin-top: 10px;
  }
  #top_news .news_more_link{
    margin-top: 30px;
  }
}

/* ---------------------------------
 our_commitment
--------------------------------- */
.our_commitment{
  width: 100%;
  padding: 100px 0;
}
.our_commitment .our_commitment_area{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
}
.our_commitment_title{
  width: 10%;
}
.vertical-commitment{
  width: 100%;
  display: flex;
  flex-direction: row;
  writing-mode: vertical-rl;
  text-combine-upright: none;
  color: #A0BAD5;
  margin: 0 auto;
}
/* 上の線 */
.commitment-line {
  width: 1px;
  height: 80px;
  background-color: #A0BAD5;
  margin: 0 auto 20px auto;
}
/* テキスト部分 */
h3.commitment-text {
  letter-spacing: 0.1em;
  font-size: 2.0rem;
  margin: 0 auto;
}
/* our_commitment_contents */
.our_commitment_contents{
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.our_commitment_contents .our_commitment_box{
  width: 49%;
}
.our_commitment_contents .our_commitment_box .our_commitment_box_img{
  width: 100%;
  height: 700px;
  position: relative;
}
.our_commitment_contents .our_commitment_box .our_commitment_box_img img{
  width: 100%;
  height: 700px;
  object-fit: cover;
  opacity: 0.7;
}
.our_commitment_contents .our_commitment_box h4.our_commitment_box_h4{
  width: 90%;
  pointer-events: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 1.2rem;
}
.our_commitment_contents .our_commitment_box h4.our_commitment_box_h4 span{
  font-size: 4.0rem;
}

@media screen and (max-width: 896px) {
  .our_commitment{
    padding: 50px 0 ;
  }
  .our_commitment_title{
    width: 15%;
  }
  h3.commitment-text {
    font-size: 1.2rem;
  }
  .our_commitment_contents{
    width: 85%;
  }
  .our_commitment_contents .our_commitment_box{
    width: 100%;
  }
  .our_commitment_contents .our_commitment_box .our_commitment_box_img{
    height: 40vh;
  }
  .our_commitment_contents .our_commitment_box .our_commitment_box_img img{
    height: 40vh;
  }
  .our_commitment_contents .our_commitment_box h4.our_commitment_box_h4 span{
    font-size: 3.0rem;
  }
}

/* ---------------------------------
 top_feature
--------------------------------- */
.top_feature{
  width: 100%;
  padding: 100px 0;
}
.top_feature .top_feature_inner{
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .top_feature{
    padding: 50px 0;
  }
  .top_feature .top_feature_inner{
    width: 94%;
  }
}
/* カード */
.top_feature_contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding-bottom: 10vh;
}
.top_feature_contents_box{
  height: 80vh;
  max-height: calc(100vh - 110px);
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:space-between;
  background-color: #fff;
  border-radius: 50px;
  padding: 70px;
  box-shadow: 2px 2px 12px 1px rgba(14, 42, 71, 0.45);
}
.top_feature_contents_box .top_feature_contents_img{
  width: 55%;
}
.top_feature_contents_box .top_feature_contents_note{
  width: 40%;
}
.top_feature_contents_box .top_feature_contents_note h4{
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #0E2A47;
}
.top_feature_contents_box .top_feature_contents_note p{
  color: #0E2A47;
}
.top_feature_contents_box .top_feature_contents_note .top_feature_no{
  font-size: 1.5rem;
  color: #0E2A47;
}
.top_feature_contents_box .top_feature_contents_note .top_feature_more{
  width: 100%;
  margin-top: 15px;
}
.top_feature_contents_box .top_feature_contents_note .top_feature_more a{
  width: 80%;
  max-width: 400px;
  display: block;
  padding: 10px;
  border: 1px solid #0E2A47;
  color: #0E2A47;
  text-align: center;
  border-radius: 99999px;
  text-align: center;
  position: relative;
}
.top_feature_contents_box .top_feature_contents_note .top_feature_more a::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #0E2A47;
    border-top: 2px solid #0E2A47;
    content: "";
}
.top_feature_contents_box .top_feature_contents_note .top_feature_more a:hover{
  background-color: #ccd4dd;
}
@media screen and (max-width: 896px) {
  .top_feature_contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-bottom: 0;
  }
  .top_feature_contents_box{
    position: static;
    top: auto;
    height: auto;
    max-height: initial;
    width: 100%;
    margin: 10px 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
  .top_feature_contents_box .top_feature_contents_img{
    width: 100%;
    margin-bottom: 10px;
  }
  .top_feature_contents_box .top_feature_contents_note{
    width: 100%;
  }
  .top_feature_contents_box .top_feature_contents_note h4{
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #fff;
  }
  .top_feature_contents_box .top_feature_contents_note p{
    color: #fff;
  }
  .top_feature_contents_box .top_feature_contents_note .top_feature_no{
    font-size: 1.2rem;
    color: #fff;
  }
  .top_feature_contents_box .top_feature_contents_note .top_feature_more a{
    width: 80%;
    max-width: 400px;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 auto;
  }
  .top_feature_contents_box .top_feature_contents_note .top_feature_more a::after {
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
  }
  .top_feature_contents_box .top_feature_contents_note .top_feature_more a:hover{
    background-color: #1a3e64;
  }
}

/* ---------------------------------
 parallax_section
--------------------------------- */
.parallax_section{
  width: 100%;
  margin: 50px 0 0 0;
  height: 80vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parallax_bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.parallax_img {
  width: 100%;
  height: 140%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 896px) {
  .parallax_section{
    margin: 0;
    height: 40vh;
  }
}

/* ---------------------------------
 top_contents_area
--------------------------------- */
.top_contents_area{
  width: 100%;
  background-color: #fff;
  color: #0E2A47;
  padding: 100px 0 150px 0;
}
.top_contents_inner{
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.top_contents_box{
  width: 100%;
  padding-bottom: 100px;
}
.top_contents_list{
  width: 100%;
  margin-top: 50px;
}
.top_contents_list .top_contents_list_box{
}
.top_contents_list .top_contents_list_box .top_contents_list_box_img{
  width: 100%;
  margin-bottom: 15px;
}
.top_contents_list .top_contents_list_box .top_contents_list_box_note{
  width: 100%;
  padding: 0 15px;
}
.top_contents_list .top_contents_list_box .top_contents_list_box_note h4{
  width: 100%;
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.top-contents-prev,
.top-contents-next {
  --swiper-navigation-color: #fff; 
  --swiper-navigation-size: 20px;
}

@media screen and (max-width: 896px) {
  .top_contents_area{
    padding-top: 50px;
  }
  .top_contents_inner{
    width: 94%;
  }
  .top_contents_box{
    padding-bottom: 50px;
  }
  .top_contents_list{
    margin-top: 20px;
  }
  .top-contents-prev,
  .top-contents-next {
    top: 280px !important;
  }
}
@media screen and (max-width: 400px) {
  .top-contents-prev,
  .top-contents-next {
    top: 130px !important;
  }
}

/* ---------------------------------
 top_sightseeing
 --------------------------------- */
.top_sightseeing{
  width: 100%;
  margin: 50px 0;
}
.top_sightseeing_box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
}
.top_sightseeing_box .top_sightseeing_img{
  width: 70%;
  height: 500px;
  margin-top: -150px;
}
.top_sightseeing_box .top_sightseeing_img img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.top_sightseeing_box .top_sightseeing_note{
  width: 50%;
  text-align: right;
  position: absolute;
  top:0;
  right: 5%;
}
.top_sightseeing_box .top_sightseeing_note h3{
  font-size: 6.0rem;
}
.top_sightseeing_box .top_sightseeing_note h4{
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.top_sightseeing_box .top_sightseeing_more{
  width: 100%;
  margin-top: 15px;
}
.top_sightseeing_box .top_sightseeing_more a{
  width: 80%;
  max-width: 200px;
  margin-left: auto;
  margin-right: 0;
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 99999px;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
}
.top_sightseeing_box .top_sightseeing_more a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
}
.top_sightseeing_box .top_sightseeing_more a:hover {
  opacity: 1;
  background-color: #1a3d63;
}

@media screen and (max-width: 896px) {
  .top_sightseeing_box .top_sightseeing_img{
    width: 90%;
    height: 25vh;
    margin-top: -100px;
    position: static;
  }
  .top_sightseeing_box .top_sightseeing_img img{
    height: 25vh;
  }
  .top_sightseeing_box .top_sightseeing_note{
    width: 94%;
    text-align: left;
    position: static;
    top:auto;
    right: auto;
    margin: -50px auto 0 auto;
  }
  .top_sightseeing_box .top_sightseeing_note h3{
    font-size: 4.0rem;
  }
  .top_sightseeing_box .top_sightseeing_note h4{
    font-size: 1.2rem;
  }
  .top_sightseeing_box .top_sightseeing_more a{
    margin-left: 0;
    margin-right: auto;
  }
}

/* ---------------------------------
 top_instagram
 --------------------------------- */
.top_instagram{
  width: 100%;
  margin: 100px 0;
}
.top_instagram .top_instagram_inner{
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.top_instagram .top_instagram_area{
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 896px) {
  .top_instagram .top_instagram_inner{
    width: 94%;
  }
}

/* ---------------------------------
 top_gallery
 --------------------------------- */
.top_gallery {
  width: 100%;
  margin-top: 100px;
	margin: 0;
	overflow: hidden;
}
.top_gallery ul {
	display: flex;
	margin: 0;
	padding: 0;
	width: max-content;
}
.top_gallery ul li {
	list-style: none;
	padding: 0; /* 余白なし */
	width: calc(100vw / 3 - 10px); /* 3 写真の枚数にあわせる */
}
.top_gallery img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 896px) {
  .top_gallery ul li {
    width: calc(100vw / 2 - 10px); /* 3 写真の枚数にあわせる */
  }
}

/* ---------------------------------
 access
--------------------------------- */
#access{
  width: 100%;
  padding: 100px 0;
  background-color: #fff;
  color: #0E2A47;
}
#access .access_inner{
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
#access .access_map{
  width: 100%;
  margin: 30px 0;
}
#access .access_map iframe{
  width: 100%;
  height: 500px;
}
#access h4.access_h4{
  margin-bottom: 20px;
}
#access h4.access_h4 span{
  padding: 10px 15px;
  background-color: #0E2A47;
  color: #fff;
}
#access .access_box{
  width: 100%;
  margin-top: 30px;
  background-color: #F5F5F5;
  padding: 30px;
}
#access .access_box table.access_table{
  width: 100%;
  border-collapse: separate;
  border-spacing : 5px;
}
#access .access_box table.access_table th{
  width: 30%;
  background-color: #0E2A47;
  color: #fff;
  padding: 20px;
  text-align: left;
}
#access .access_box table.access_table td{
  width: 70%;
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 896px) {
  #access{
    padding: 50px 0;
  }
  #access .access_map iframe{
    height: 300px;
  }
  #access .access_box{
    padding: 15px;
  }
  #access .access_box table.access_table th{
    width: 100%;
    text-align: left;
    display: block;
  }
  #access .access_box table.access_table td{
    width: 100%;
    display: block;
  }
}

/* ---------------------------------
 inuyadomagazine
 --------------------------------- */
.inuyadomagazine{
  width: 100%;
  padding: 100px 0;
}
.inuyadomagazine .inuyadomagazine_bnr{
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
.inuyadomagazine .inuyadomagazine_bnr img{
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 896px) {
  .inuyadomagazine{
    width: 100%;
    padding: 50px 0;
  }
}
