@charset "utf-8";
html {
  scroll-behavior: auto !important; /* スムーススクロール無効 */
}
.nav ul {
  display: flex;
}
.nav li {
  font-size: 1.8rem;
  margin: 0 10px;
} 

/* swiper */
.swiper {
	width: 100%;
}
.swiper-wrapper {
	width: 100%;
}
.swiper-slide {
	width: 100%;
	text-align: center;
}
.swiper-slide img{
  width:100%;
  height:auto;
  display:block;
}
.swiper-button-prev::after,
.swiper-button-next::after{
  color:#fff;
  font-size:40px;
}
.swiper-pagination .swiper-pagination-bullet{
  width:10px;
  height:10px;
  background:#ccc;
  opacity:1;
}
.swiper-pagination .swiper-pagination-bullet-active{
  background:#666;
}

/*other_nav*/
#other_nav {
  padding: 100px 0;
  background-color: #d4e0e9;
}

.other_nav_buttons{
  display:flex;
  justify-content:center;
  gap:40px;
}

.other_nav_btn{
  width:350px;
  padding:10px 20px;
  background-color: #FFF;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:2px solid #2f3a8f;
  color:#2f3a8f;
  text-decoration:none;
  font-size:2.4rem;
  letter-spacing: 0.3em; 
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.other_nav_btn:hover{
  background:#2f3a8f;
  color:#fff;
}
.other_nav_btn .text{
  flex:1;
  text-align:center;
}

.other_nav_btn .arrow{
  border-left:2px solid #2f3a8f;
  padding-left:18px;
  font-size:34px;
  font-weight:bold;
}

@media (max-width: 768px){
  #other_nav {
  padding: 50px 0;
  background-color: #d4e0e9;
  }
  .other_nav_buttons{
    flex-direction:column; /* 縦並び */
    align-items:center;    /* 中央寄せ（任意） */
    gap:0;                 /* gapをリセット */
  }

  .other_nav_btn{
    width:80%;
    margin-bottom:20px;
    padding: 0;
    font-size:1.8rem;
  }

  /* 最後だけ余白なし */
  .other_nav_btn:last-child{
    margin-bottom:0;
  }
}

/*footer*/
#footer {
  width: 100%;
  padding: 100px 0;
  background:#2f3a8f;
  color: #FFF;
}
.footer_in {
  width: 1080px;
  margin: 0 auto;
  display: flex;
}
.footer_in_L {
  width: 68%;
  display: flex;
  letter-spacing: 0.16em; 
}
.footer_in_L_name {
  margin: 0 0 0 40px;
}
.footer_in_L_name p {
  font-size: 2rem;
}
.footer_in_L_name h2 {
  margin: 0 0 20px 0;
  font-size: 2.8rem;
}
.footer_tel {
  display: flex;
  align-items: center;
  line-height: 1.6;
}
.footer_tel ul {
  font-size: 1.6rem;
}
.footer_tel_L {
  margin: 0 30px 0 0;
}
.footer_in_R {
  width: 32%;
  border-left: 1px solid #fff;
}
.footer_in_R ul {
  margin: 0 0 10px 50px;
  list-style:disc;
  color: #FFF;
}
.footer_in_R a {
  color: #FFF;
}
.footer_in_R a:hover {
  color: #999;
}
.footer_in_R li {
  font-size: 1.6rem;
}
.footer_policy {
  margin: 0 0 0 30px;
  display: flex;
}
.footer_policy_in p {
  font-size: 1.3rem;
}
.footer_policy_in {
  margin: 0 15px 0 0;
}
.footer_policy_in a {
  text-decoration: underline;
}

.copy {
  margin: 30px 0 0 0;
  text-align: center;
}
.copy p {
  font-size: 1.4rem;
}

#footer a[href^="tel:"] {
  color: #fff;
}

@media (max-width: 768px){
#footer {
  padding: 50px 0;
}
.footer_in {
  width: 100%;
  margin: 0;
  flex-direction: column;
}
.footer_in_L {
  width: 100%;
  flex-direction: column;
}
.footer_in_L_logo img {
  width: 120px;
}
.footer_in_L_name {
  margin: 20px 0 0 0;
  text-align: center;
}
.footer_tel {
  width: 280px;
  margin: 0 auto;
  align-items: center;
}

.footer_in_R {
  width: 100%;
  border: none;
  text-align: center;

}
.footer_in_R ul {
  display: none;
}
.footer_policy {
  width: 260px;
  margin: 0 auto;
}
}



/*all*/
.pc_non {
  display: none;
}
.sp_non {
  display: block;
}
.page_top {
  margin: 80px 0 0 0;
}
.bg01 {
  padding: 100px 0;
}
.gry_bg {
  background-color: #E9E8E8;
}
.read_01 {
  width: 800PX;
  margin: 0 auto;
}
.read_02 {
  width: 800PX;
  margin: 0 auto 100px;
}


.read_01 h2, .read_02 h2 {
  margin: 0 0 40px 0;
  font-size: 4.2rem;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.16em; 
}

.read_01 p {
}

.cont_ttl {

}
.cont_ttl_icon {
  margin: 0 auto 10px;
  text-align: center;
}
.cont_ttl h3{
  margin: 0; 
  font-size: 3rem;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.16em; 
  text-align: center;
}
.ttl_sub {
  font-size: 2rem;
}
.cont_ttl .eng{
  margin: 5px 0 0 0 ;   
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  text-align: center;
}
.cont_ttl .ttl_read {
  margin: 30px 0 0 0;
  font-size: 1.8rem;
  text-align: center;
}
.cont_ttl_02 h3 {
  margin: 0 auto 40px;
    background: #fff;
    border: 2px solid #1D2086;
    border-radius: 5px;
    text-align: center;
    max-width: 400px;
    padding: 10px 25px;
    color: #1D2086;
    font-size: 1.8rem;
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.3em;
    box-shadow: 3px 3px #1D2086;
}
.button_center {
  text-align: center;
}
.button_right {
  text-align: right;
}

.button a {
    background: #fff;
    border: 2px solid #1D2086;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #1D2086;
    box-shadow: 3px 3px #1D2086;
}
.button_f01 {
    padding: 5px 10px;
    font-size: 1.4rem;
}
.button_f02 {
    padding: 10px;
    font-size: 1.8rem;
}

.button_wid_01 {
    max-width: 250px;
    margin: 0 auto;
}
.button_wid_02 {
    max-width: 500px;
    margin: 0 auto;
}
.button_wid_03 {
    width: 150px;
    margin: 0 auto;
}
.index_houryu_button {
    width: 400px;
}
.button a:hover {
    background: #1D2086;
    color: #FFF;
}
.button a:after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 3px solid #1D2086;
    border-right: 3px solid #1D2086;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #FFF;
}

.other_site {
  text-align: center;
}
.cont_area {

}
.cont_box {
  display:flex;
  
  gap:15px;
}
.cont_box02 {
  display:flex;
  gap:50px;
}
.cont_box_in2 {
  width:calc((100% - 50px) / 2);
}
.cont_box_in4 {
  width:calc((100% - 45px) / 4);
}


@media screen and (max-width:768px){
  .pc_non {
    display: block;
  }
  .sp_non {
    display: none;
  }
  .bg01 {
  padding: 50px 0;
}
  .read_01 {
    width: 100%;
    margin: 0;
  }
  .read_02 {
    width: 100%;
    margin: 0 0 100px;
  }

  .read_01 h2, .read_02 h2 {
  font-size: 3.4rem;
}
.cont_ttl .ttl_read {
  text-align: left;
}
.cont_ttl h3{
  font-size: 2.6rem;
}

.index_houryu_button {
    width: 300px;
}

.button_f01 {
    font-size: 1.6rem;
}

.cont_box {
  display: flex;
  flex-wrap: wrap;      /* アイテムを折り返す */
  gap: 15px;            /* アイテム間の隙間 */
}

.cont_box02 {
  display:block;
}
.cont_box_in2 {
  width:100%;
}
.cont_box_in2:first-child {
  margin-bottom:30px;
}

.cont_box_in4 {
  flex: 1 1 calc(50% - 7.5px); /* 横幅50% - gapの半分 */
  box-sizing: border-box;       /* paddingやborderも含める */
}

.index_houryu_button {
    margin: 0 auto 20px;
}
.button_right {
  text-align: right;
}
}

#google-maps {
	position: relative;
	padding-bottom: 400px; 
	height: 0;
	overflow: hidden;
}
#google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%  !important;
}



/*index*/
.index_news_cont {
  display: flex;
  gap:50px;
}
.index_news_in {
    width:calc((100% - 50px) / 2);
    padding: 0 0 30px;
    background: #E8E8E8;
}
.index_news_ttl,.index_press_ttl {
  width: 100%;
  background: #1D2086;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
.index_news_ttl h3,.index_press_ttl h3{
  font-size: 2.8rem;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.index_news_ttl h3::before{
  content: "";
  display: inline-block;
  width: 45px;
  height: 40px;
  background-image: url("../images/all/icon_news_before.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.index_press_ttl h3::before{
  content: "";
  display: inline-block;
  width: 45px;
  height: 40px;
  background-image: url("../images/all/icon_press_before.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.index_news_topics {
  margin: 40px;
  font-size: 1.6rem;
  border-bottom: 1px solid #1D2086;
}
.index_news_topics_time {
  font-weight: bold;
}
.index_news_topics_ttl {
  width: 100%;
  padding: 0 0 10px 0;
  display: flex;
}
.index_news_topics_ttl_L {
  width: 90%;
}
.index_news_topics_ttl_R {
  width: 10%;
  text-align: center;
}

.disaster_list{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
}

.disaster_card{
  flex:1;
  padding:10px;

  border:2px solid #1D2086;
  border-radius:10px;
  background:#fff;

  text-align:center;

  display:flex;
  flex-direction:column;
}

.disaster_title{
  margin-top:auto;
  margin-bottom:auto;
  padding: 50px 0;
  font-size: 2.4rem;
  line-height: 1.6;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.disaster_card .button{
  margin-top:auto;
  margin-bottom:-30px;

}

.index_youkoso {
  background: #E8E8E8;
  padding: 80px;
}
.index_youkoso h2 {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.15em;

}
.kouji {
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  color: red;
  line-height: 1.2;
}

.index_cont_in {
  width: 460px;
}

.access_add {
  display: flex;
  gap:50px;
}
.access_add_in {
    width:calc((100% - 50px) / 2);
}
.access_add_box h2 {
  margin: 0 0 24px 0;
  font-size: 2.2rem;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.parking_btn {
   display:flex;
  align-items:center;
  gap:10px;
}
.access_add_box_img {
  width: 260px;
}

@media screen and (max-width:768px){
.index_news_topics {
  margin: 20px;
}
.index_news_cont {
  flex-direction: column;
  gap: 0;
}
.index_news_in {
  width: 100%;
}
.index_news_in:first-child {
  margin-bottom: 50px;
}
.index_news_ttl h3,.index_press_ttl h3{
  font-size: 2.4rem;
}


.disaster_card{
  flex: 0 0 calc(50% - 10px);
}
.disaster_card:nth-child(-n+2){
  margin-bottom:20px;
}
.disaster_title{
  padding: 10px 0;
  font-size: 2rem;
}

.index_youkoso {
  padding: 30px;
}
.index_youkoso h2 {
  font-size: 2.8rem;
}

.index_cont_in {
  width: 100%;
}

.access_add {
  display:block; /* flex解除 */
}

.access_add_in {
  width:100%; /* 横幅を100%に */
}

/* 1つ目だけ下に余白 */
.access_add_in:first-child {
  margin-bottom:30px;
}
.access_add_box h2 {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.6;
}
.access_add_box_img {
  margin: 0 auto;
}
}


/*news_topics*/
#news.bg01:first-child {
  padding: 100px 0 50px;
}
#news.bg01{
  padding: 50px 0;
}
#news.bg01{
  padding: 50px 0;
}
.news_topics_cont {
  width:1000px;
  margin: 0 auto 0;
}
.news_topics {
  padding: 10px 0;
  display: flex;
  font-size: 1.8rem;
  border-bottom: 1px solid #1D2086;
}
.news_topics_time {
  width: 160px;
  text-align: center;
  font-weight: bold;
}
.news_topics_ttl {
  width: 840px;
  display: flex;
}
.news_topics_ttl_L {
  width: 760px;
}
.news_topics_ttl_R {
  width: 80px;
  text-align: center;
}

.news_button {
  margin: 0 0 15px 0;
}
.news_button:last-child {
  margin: 0;
}
.news_button a {
    background: #1D2086;
    border: 2px solid #1D2086;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding:5px 25px;
    color: #333333;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-size: 1.8rem;
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
}
.news_button a:hover {
    background: #fff;
    border: 2px solid #1D2086;
    color: #1D2086;
}
.news_button a:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 35%;
    right: 20px;
    background: url("../images/all/icon_news_after_w.svg") no-repeat center / contain;
    transition: 0.3s ease-in-out;
}
.news_button a:hover:after {
    background: url("../images/all/icon_news_after_b.svg") no-repeat center / contain;
}

@media (max-width: 768px){
.news_topics_cont {
  width:100%;
}
.news_topics {
  display: block;
  font-size: 1.6rem;
}
.news_topics_time {
  width: 100%;
  text-align: left;
}
.news_topics_ttl {
  width: 100%;
  display: flex;
}
.news_topics_ttl_L {
  width: 90%;
}
.news_topics_ttl_R {
  width: 10%;
  text-align: center;
}
}



/*houryu*/
.houryu_pdf {
  width: 100%;
}
.houryu_pdf img {
  margin: 0 0 40px 0;
}

.houryu_area_point {
  width: 90%;
  margin: 30px auto;
}
.houryu_area_point h3 {
  margin: 0 0 10px 0;
  font-size: 2.5rem;
  text-align: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;

}
.houryu_area_point_kara {
  font-size: 1.8rem;
}

.houryu_enjoy {
  margin: 0 0 150px 0;
}

.houryu_enjoy_shibuki {
  width: 100%;
  margin: 0 0 120px 0;
  display:flex;
  align-items: center;
}
.houryu_enjoy_shibuki_L {
  width: 40%;
}
.houryu_enjoy_shibuki_R {
  width: 60%;
  padding: 0 0 0 50px;
}
.houryu_enjoy_shibuki_R h3 {
  margin: 0 0 30px 0;
  font-size: 2.2rem;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.houryu_osusume {
  padding:30px;
  background: #d4e0e9;
  border-radius: 20px;
}

.houryu_osusume_item {
  display:flex;
  flex-wrap: wrap;
  gap:23px;
}

.houryu_osusume_item_in {
  width:calc((100% - 115px) / 6);
}
.houryu_osusume_item_in h4 {
  margin: 20px 0 10px 0;
  padding: 0 0 5px 0;
  font-size: 2rem;
  text-align: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: 3px solid #1D2086;
}
.houryu_osusume_item_in p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 768px){
.pdf-viewer {
  height: 350px;
}

.houryu_area_point h3 {
  font-size: 2rem;
}
.houryu_enjoy_shibuki {
  width: 100%;
  margin: 0 0 120px 0;
  display:block;
  align-items: center;
}
.houryu_enjoy_shibuki_L {
  width: 100%;
  margin: 0 0 30px 0; 
}
.houryu_enjoy_shibuki_R {
  width: 100%;
  padding: 0;
}
.houryu_enjoy_shibuki_R h3 {
  text-align: center;
}

.houryu_osusume_item_in {
  flex: 0 0 calc(50% - 12.5px); /* 横2列にする。gapの半分を引く */
  box-sizing: border-box;
  margin-bottom: 30px;   /* デフォルトは下に30px */
}

/* 最後の行の下マージンを0にする */
.houryu_osusume_item_in:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.houryu_osusume_item_in img {
  width: 80px;
}
.houryu_osusume_item_in p {
  text-align: left;
}

}

/*access*/
.access_root {
  width: 1080px;
  margin: 0 auto;
  display:flex;
  gap:50px;
  align-items: center;
}
.access_root_in {
  width:calc((100% - 50px) / 2);
}

.access_allow {
  width: 100%;
  margin: 50px 0;
  text-align: center;
}
.access_allow02 {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}

.access_aera_link {
  width: 900px;
  margin: 0 auto;
  display: flex;
  gap:50px;
}
.access_aera_link_in {
  width:calc((100% - 50px) / 2);
  text-align: center;
}
.access_aera_link_in h3 {
  font-size: 3.2rem;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.access_aera_link_kara {
  font-size: 2rem;
}

  @media (max-width: 768px){
  .access_root {
    flex-direction: column; /* 縦並び */
    gap:30px;               /* 縦の余白 */
  }
  .access_root_in {
    width:100%;
  }

  .access_aera_link {
    flex-direction: column; /* 縦並び */
    gap:30px;               /* 縦の余白 */
  }
  .access_aera_link_in {
    width:100%;
  }
  .access_aera_link_in a img {
    width: 300px;
    margin: 10px 0 0 0;
  }
  .access_aera_link_in:first-child {
    margin: 0 0 30px 0;
  }
  .access_aera_link_in h3 {
  font-size: 2.6rem;
}
}