@charset "UTF-8";
/* CSS Document */
/*
font-family: "Noto Sans JP", sans-serif;
font-family: "Oswald", sans-serif;
*/
/* リセット */
html, body, ul, li, dl, dt, dd, div, p, h1, h2, h3, span {
  margin: 0;
  padding: 0;
}
section {
  background: none;
  border: none;
}
main.iwakuni-lp {
  overflow: hidden;
}
.iwakuni-lp section {
  border: none;
  background: none;
}
.iwakuni-lp a:hover {
  color: inherit;
}
.iwakuni-lp a:hover img {
  opacity: 1;
}
.iwakuni-lp i[class*="fa-"] {
  margin-right: 0;
}
.iwakuni-lp a:focus {
  color: inherit;
}
.iwakuni-lp select {
  outline: none;
  appearance: none;
}
@media screen and (max-width:768px) {}
/*=======================================
	共通
=======================================*/
.iwakuni-lp * {
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  box-sizing: border-box;
  list-style-type: none;
}
.iwakuni-lp p, .iwakuni-lp li, .iwakuni-lp dt, .iwakuni-lp dd, .iwakuni-lp th, .iwakuni-lp td, .iwakuni-lp h1, .iwakuni-lp h2, .iwakuni-lp h3, .iwakuni-lp h4, .iwakuni-lp h5 {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
}
.iwakuni-lp span {
  font-size: inherit;
  font-weight: inherit;
}
.iwakuni-lp i {
  font-size: inherit;
  font-weight: bold;
}
.iwakuni-lp strong {
  font-size: inherit;
  font-weight: inherit;
}
.iwakuni-lp a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.iwakuni-lp a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.iwakuni-lp section {
    margin: -100px 0 0 0;
    padding: 100px 0 0 0;
}
.iwakuni-lp .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}
.iwakuni-lp h1, .iwakuni-lp h2, .iwakuni-lp h3 {
  font-weight: 500;
  color: inherit;
}
.iwakuni-lp h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
}
.iwakuni-lp .h2_bottom {
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-size: 20px;
  color: #bc002d;
  margin: 0 0 70px 0;
}
.iwakuni-lp h3 {
  text-align: center;
  margin: 0 0 50px 0;
  font-size: 20px;
  font-weight: 400;
}
.iwakuni-lp img {
  width: 100%;
  height: auto;
}
.iwakuni-lp .pc_none {
  display: none;
}
.iwakuni-lp .slick-active {
  cursor: grab;
}
.iwakuni-lp .slick-active:active {
  cursor: grabbing;
}
@media screen and (max-width:768px) {
  .iwakuni-lp .sp_none {
    display: none;
  }
  .iwakuni-lp .pc_none {
    display: inherit;
  }
  .iwakuni-lp .inner {
    width: 95%;
    padding: 50px 0 40px 0;
  }
  .iwakuni-lp h2 {
    font-size: 24px;
  }
  .iwakuni-lp .h2_bottom {
    margin: 0 0 50px 0;
  }
html {
	scroll-behavior: smooth;
}
}
/*=======================================
	メインビジュアル（mainvisual）
=======================================*/
.iwakuni-lp .mainvisual {
  background: #DDD;
  position: relative;
    margin: 0;
  padding: 20px 0 100px 0;
  height: 560px;
}
.slider {
  width: 100%;
  height: 560px;
  position: absolute;
  top: 0;
  left: 0;
}
.slider li {
  width: 100%;
  height: 560px;
}
.slider li img {
  object-fit: cover;
  height: 100%;
}
.iwakuni-lp .mainvisual .inner {
  padding: 0;
  position: relative;
}
.iwakuni-lp .mainvisual .ttl_wrap {
  max-width: 500px;
  margin: 0 0 40px 0;
}
.iwakuni-lp .mainvisual h1 {
  font-size: 21px;
  color: #FFF;
}
.iwakuni-lp .mainvisual h1 strong {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  letter-spacing: normal;
  position: relative;
  bottom: -1px;
  left: -3px;
  margin: 0 0 0 5px;
}
.iwakuni-lp .mainvisual .day {
  height: 80px;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px 0;
  color: #FFF;
  line-height: 80px;
  position: relative;
  left: -5px;
}
.iwakuni-lp .mainvisual .day strong {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  letter-spacing: normal;
  margin: 0 3px 0 8px;
}
.iwakuni-lp .mainvisual .day span.ttl {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #bc002d;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  line-height: 80px;
  vertical-align: top;
}
.iwakuni-lp .mainvisual .day span.dayofweek {
  font-size: 32px;
  font-weight: 800;
  position: relative;
  left: -12px;
}
.iwakuni-lp .mainvisual .day span.dayofweek::before {
  content: "（";
  font-weight: 400;
}
.iwakuni-lp .mainvisual .day span.dayofweek::after {
  content: "）";
  font-weight: 400;
}
.iwakuni-lp .mainvisual .lead_txt {
  max-width: 500px;
  text-align: justify;
  color: #FFF;
}
.iwakuni-lp .mainvisual .tour_link {
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 5px 10px;
  background: #0062a1;
  border-radius: 3px 0 0 3px;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.iwakuni-lp .mainvisual .tour_link .ttl {
  text-align: center;
  font-size: 15px;
  color: #FFF;
}
.iwakuni-lp .mainvisual .tour_link ul {
  min-width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iwakuni-lp .mainvisual .tour_link li {
  width: calc(100% / 2 - 5px);
  text-align: center;
  margin: 5px 0;
}
.iwakuni-lp .mainvisual .tour_link li a {
  display: block;
  line-height: 40px;
  background: #FFF;
  position: relative;
}
.iwakuni-lp .mainvisual .tour_link li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #0062a1;
  font-weight: bold;
  position: absolute;
  right: 10px;
}
@media screen and (max-width:768px) {
  .iwakuni-lp .mainvisual {
    background: #333;
    height: 570px;
    padding: 40px 0 0 0;
  }
  .iwakuni-lp .mainvisual .slider {
    height: 500px;
  }
  .iwakuni-lp .mainvisual .slider li {
    height: 500px;
  }
  .iwakuni-lp .mainvisual .ttl_wrap {
    max-width: 300px;
    margin: 0 auto 40px auto;
  }
  .iwakuni-lp .mainvisual .ttl_wrap img {
    margin: 0 0 10px 0;
  }
  .iwakuni-lp .mainvisual h1 {
    font-size: 16px;
    text-align: center;
  }
  .iwakuni-lp .mainvisual h1 strong {
    font-size: 18px;
  }
  .iwakuni-lp .mainvisual .day span.ttl {
    width: 60px;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
  }
  .iwakuni-lp .mainvisual .day {
    width: fit-content;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    left: 10px;
    margin: 0 auto 15px auto;
  }
  .iwakuni-lp .mainvisual .day strong {
    font-size: 40px;
    padding: 0;
  }
  .iwakuni-lp .mainvisual .day span.dayofweek {
    font-size: 20px;
  }
  .iwakuni-lp .mainvisual .lead_txt {
    max-width: 300px;
    font-size: 15px;
    margin: 0 auto;
  }
  .iwakuni-lp .mainvisual .tour_link {
    width: 100%;
    bottom: 0;
    border-radius: 0;
    padding: 5px 10px 10px 10px;
  }
  .iwakuni-lp .mainvisual .tour_link .ttl {
    font-size: 14px;
  }
  .iwakuni-lp .mainvisual .tour_link li {
    width: calc(100% / 4 - 3px);
    margin: 3px 0;
    font-size: 15px;
  }
  .iwakuni-lp .mainvisual .tour_link li a {
    line-height: 30px;
    padding: 0 10px 0 0;
  }
  .iwakuni-lp .mainvisual .tour_link li a::after {
    right: 3px;
  }
}
/*=======================================
	コンテンツナビ（content_nav）
=======================================*/
/*スクロールでFix*/
.iwakuni-lp .content_nav {
  background: #333;
  border-top: 2px solid #444;
  border-bottom: 2px solid #000;
  z-index: 10;
    margin: 0;
    padding: 0;
}
.iwakuni-lp .content_nav .inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
}
.iwakuni-lp .content_nav ul {
  display: flex;
  justify-content: space-around;
  border-left: 1px solid #000;
  border-right: 1px solid #444;
}
.iwakuni-lp .content_nav li {
  width: calc(100% / 6);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-left: 1px solid #444;
  border-right: 1px solid #000;
}
.iwakuni-lp .content_nav li a {
  display: block;
  color: #FFF;
  padding: 15px 0;
}
.iwakuni-lp .content_nav.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width:768px) {
  .iwakuni-lp .content_nav .inner {
    width: 100%;
  }
  .iwakuni-lp .content_nav ul {
    flex-wrap: wrap;
    border: none;
  }
  .iwakuni-lp .content_nav li {
    width: calc(100% / 3);
    font-size: 14px;
    font-weight: 400;
  }
  .iwakuni-lp .content_nav li:first-child, .iwakuni-lp .content_nav li:nth-child(2), .iwakuni-lp .content_nav li:nth-child(3) {
    border-bottom: 1px solid #444;
  }
  .iwakuni-lp .content_nav li:nth-child(4), .iwakuni-lp .content_nav li:nth-child(5), .iwakuni-lp .content_nav li:nth-child(6) {
    border-top: 1px solid #000;
  }
  .iwakuni-lp .content_nav li a {
    padding: 7px 0;
  }
}
/*=======================================
	見どころ（lead）
=======================================*/
.iwakuni-lp .lead {
  background: #222;
    margin: 0;
    padding: 0;
}
.iwakuni-lp .lead .h2_bottom {
  color: #0062a1;
}
.iwakuni-lp .lead h2 {
  color: #FFF;
}
.iwakuni-lp .lead ul {
  display: flex;
  justify-content: space-between;
}
.iwakuni-lp .lead li {
  width: calc(100% / 3 - 20px);
  position: relative;
  display: block;
  background: #0062a1;
  color: #FFF;
}
.iwakuni-lp .lead li::before {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  color: #bc002d;
  position: absolute;
  top: -20px;
  left: 10px;
}
.iwakuni-lp .lead li:first-child::before {
  content: "01";
}
.iwakuni-lp .lead li:nth-child(2)::before {
  content: "02";
}
.iwakuni-lp .lead li:last-child::before {
  content: "03";
}
.iwakuni-lp .lead .img_box {
  margin: 0 0 15px 0;
  height: 220px;
  overflow: hidden;
}
.iwakuni-lp .lead .img_box img {
  height: 100%;
  object-fit: cover;
}
.iwakuni-lp .lead h3 {
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 0 10px 0 20px;
}
.iwakuni-lp .lead .txt {
  font-size: 15px;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width:768px) {
  .iwakuni-lp .lead ul {
    flex-direction: column;
  }
  .iwakuni-lp .lead ul li {
    width: 100%;
  }
  .iwakuni-lp .lead ul li + li {
    margin: 30px 0 0 0;
  }
  .iwakuni-lp .lead li::before {
    top: -10px;
  }
}
/*=======================================
	岩国基地航空祭のツアー（tour）
=======================================*/
.iwakuni-lp .tour {
  padding: 200px 0 0 0;
}
.iwakuni-lp .tour .tabMenu {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.iwakuni-lp .tour .tabMenu li {
  line-height: 40px;
  padding: 0 20px;
  margin: 0 5px;
  background: #0062a1;
  color: #FFF;
  cursor: pointer;
  transition: 0.3s;
}
.iwakuni-lp .tour .tabMenu li:hover {
  background: #82cddd;
  color: #FFF;
}
.iwakuni-lp .tour .tabMenu li.active {
  background: #d8e9f0;
  color: #0062a1;
}
.iwakuni-lp .tour .tabMenu li.active:hover {
  background: #d8e9f0;
}
.iwakuni-lp .tour .tabContents {
  background: linear-gradient(#d8e9f0, #82cddd);
  padding: 50px 0 100px 0;
}
.iwakuni-lp .tour .tabContent {
  /* display: none; */
  width: 1100px;
  padding: 0 50px;
  margin: 0 auto;

   opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  position: absolute; /* 必要なら重なり防止 */
}
.iwakuni-lp .tour .tabContent.active {
  /* display: block; */
   opacity: 1;
  visibility: visible;
  position: relative;
}
/*ツアーカード*/
.iwakuni-lp .tour .tour_box {
  display: flex;
  justify-content: space-between;
  background: #FFF;
  padding: 10px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.iwakuni-lp .tour .tour_box + .tour_box {
  margin: 30px 0 0 0;
}
.iwakuni-lp .tour .tour_box .img_box {
  width: 460px;
}
.iwakuni-lp .tour .tour_box .txt_box {
  width: calc(100% - 490px);
  position: relative;
  margin: 0 10px 0 0;
}
.iwakuni-lp .tour .tour_box h3 {
  text-align: left;
  margin: 10px 0 20px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
}
.iwakuni-lp .tour .tour_box h3 span {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  background: #333;
  color: #FFF;
  padding: 5px;
  margin: 0 10px 0 0;
  position: relative;
  top: -1px;
}
.iwakuni-lp .tour .tour_box h3 span.ico_plane { /*飛行機利用*/
  background: #0062a1;
}
.iwakuni-lp .tour .tour_box h3 span.ico_train { /*新幹線利用*/
  background: #2a83a2;
}
.iwakuni-lp .tour .tour_box .recommend_point {
  width: fit-content;
  background: #f8f4e6;
  padding: 10px;
  margin: 0 0 10px 0;
}
.iwakuni-lp .tour .tour_box .recommend_point li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  color: #eb6101;
  margin: 0 10px 0 0;
}
.iwakuni-lp .tour .tour_box .schedule {
  margin: 0 0 15px 0;
}
.iwakuni-lp .tour .tour_box .schedule li {
  font-size: 14px;
}
.iwakuni-lp .tour .tour_box .tour_price {
  font-size: 20px;
  font-weight: 500;
  color: #bc002d;
}
.iwakuni-lp .tour .tour_box .tour_price span {
  font-size: 14px;
  margin: 0 0 0 10px;
  font-weight: 400;
  color: #333;
}
.iwakuni-lp .tour .tour_box .tour_button {
  width: 100%;
  text-align: center;
  font-weight: 500;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.iwakuni-lp .tour .tour_box .tour_button a {
  display: block;
  padding: 10px 20px;
  border-radius: 3px;
  position: relative;
}
.iwakuni-lp .tour .tour_box .tour_button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  position: absolute;
  right: 10px;
}
.iwakuni-lp .tour .tour_box .tour_button.type_a a { /*催行決定販売中*/
  background: #bc002d;
  color: #FFF;
}
.iwakuni-lp .tour .tour_box .tour_button.type_b a { /*販売中*/
  background: #eb6101;
  color: #FFF;
}
.iwakuni-lp .tour .tour_box .tour_button.type_c { /*販売終了*/
  padding: 10px 20px;
  border-radius: 3px;
  border: 1px solid #666;
  color: #666;
}
@media screen and (max-width:768px) {
  .iwakuni-lp .tour .tabMenu li {
    line-height: 36px;
    padding: 0 15px;
    margin: 0 3px;
  }
  .iwakuni-lp .tour .tabContent {
    width: 95%;
    padding: 0;
    margin: 0 auto;
  }
  .iwakuni-lp .tour .tour_box {
    flex-direction: column;
  }
  .iwakuni-lp .tour .tour_box .img_box {
    width: 100%;
  }
  .iwakuni-lp .tour .tour_box .txt_box {
    width: 100%;
    margin: 0;
  }
  .iwakuni-lp .tour .tour_box h3 {
    line-height: inherit;
    font-size: 18px;
  }
  .iwakuni-lp .tour .tour_box h3 span {
    display: block;
    margin: 0 0 5px 0;
  }
  .iwakuni-lp .tour .tour_box .recommend_point {
    width: 100%;
  }
  .iwakuni-lp .tour .tour_box .recommend_point li {
    font-size: 15px;
  }
  .iwakuni-lp .tour .tour_box .tour_button {
    position: static;
  }
  .iwakuni-lp .tour .tour_box .tour_price {
    margin: 0 0 10px 0;
  }
}
/*=======================================
	企画担当者からのアドバイス（advice）
=======================================*/
.iwakuni-lp .advice {
    padding: 100px 0;
}
.iwakuni-lp .advice .ttl_head {
  text-align: center;
  font-size: 18px;
  color: #0062a1;
  margin: 0 0 20px 0;
}
.iwakuni-lp .advice h2 {
  color: #0062a1;
  margin: 0 0 50px 0;
}
.iwakuni-lp .advice .flex_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
.iwakuni-lp .advice .img_box {
  width: 180px;
}
.iwakuni-lp .advice .img_box img {
  width: 100%;
  height: auto;
}
.iwakuni-lp .advice .txt_box {
  width: calc(100% - 280px);
  margin: 0 auto;
}
.iwakuni-lp .advice .txt_box p + p {
  margin: 10px 0 0 0;
}
.iwakuni-lp .advice .txt_box p{
  font-size: 15px;
}
.advice_list {
  display: flex;
  flex-wrap: wrap; /* 横幅が狭い場合は折り返し */
  gap: 20px;       /* 要素間の余白 */
  justify-content: space-between; /* 均等配置 */
  margin-top: 20px;
}
.advice_list_wrap {
  flex: 1 1 calc(25% - 20px); /* 4分割 - gap分を調整 */
  box-sizing: border-box;
  background: #fff; /* デザイン調整用（任意） */
  padding: 10px;    /* 内側余白（任意） */
}

.advice_list_txtbox .advice_list_txtbox_title{
  text-align: center;
  font-size: 16px;

}
.advice_list_txtbox p{
  font-size: 14px;
}
.marker-gradient {
  background: linear-gradient(transparent 60%, #fff799 60%);
}

@media screen and (max-width:768px) {
  .iwakuni-lp .advice h2 {
    margin: 0 0 20px 0;
  }
  .iwakuni-lp .advice .flex_wrap {
    flex-direction: column;
  }
  .iwakuni-lp .advice .img_box {
    width: 160px;
    margin: 0 auto 20px auto;
  }
  .iwakuni-lp .advice .txt_box {
    width: 90%;
  }
   .advice_list {
    flex-direction: column; /* 縦並びに変更 */
  }
  .advice_list_wrap {
    flex: 1 1 100%; /* 横幅を100%に */
  }
}
/*=======================================
	フレンドシップデー情報（about）
=======================================*/
.iwakuni-lp .about {
  background: #0062a1;
  color: #FFF;
}
.iwakuni-lp .about .inner {
    padding: 0 0 150px 0;
}
.iwakuni-lp .about .lead_txt {
  max-width: 800px;
  margin: 0 auto 50px auto;
}
.iwakuni-lp .about .lead_txt p + p {
  margin: 15px 0 0 0;
}
.iwakuni-lp .about .archive_head, .iwakuni-lp .about .archive_content {
  max-width: 800px;
  margin: 0 auto;
}
.iwakuni-lp .about .archive_head {
  padding: 0 0 5px 0;
}
.iwakuni-lp .about .archive_content {
  height: 180px;
  overflow-y: scroll;
  scrollbar-color: #999 #0062a1;
  scrollbar-width: auto;
}
.iwakuni-lp .about table {
  border-collapse: collapse;
  width: 100%;
  color: #000000;
}
.iwakuni-lp .about th {
  background: #0062a1;
  border: none;
  color: #FFF;
  padding: 5px 10px;
  text-align: center;
  font-size: 15px;
}
.iwakuni-lp .about td {
  border: 2px solid #0062a1;
  background: #FFF;
  padding: 5px 10px;
  text-align: center;
  font-size: 15px;
}
.iwakuni-lp .about .day {
  width: 30%;
}
.iwakuni-lp .about .weather {
  width: 10%;
}
.iwakuni-lp .about .num {
  width: 20%;
}
.iwakuni-lp .about .event {
  width: 40%;
}
.iwakuni-lp .about tr.cancel td {
  background: #EEE;
  color: #666;
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .iwakuni-lp .about .lead_txt {
    width: 90%;
  }
}
/*=======================================
	展示内容（contents）
=======================================*/
.iwakuni-lp .contents {
  background: #f6f6f6;
  padding: 100px 0 100px 0;
}
.iwakuni-lp .contents h2 {
  text-shadow: 1px 1px #FFF;
}
.iwakuni-lp .contents h3 {
  width: fit-content;
  margin: 0 auto 50px auto;
  padding: 8px 20px 10px 20px;
  color: #0062a1;
  font-weight: 500;
  position: relative;
  text-shadow: 1px 1px #FFF;
}
.iwakuni-lp .contents h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  border-top: 1px solid #0062a1;
  border-bottom: 1px solid #0062a1;
  border-left: 1px solid #0062a1;
  position: absolute;
  top: 0;
  left: -10px;
}
.iwakuni-lp .contents h3::after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  border-top: 1px solid #0062a1;
  border-bottom: 1px solid #0062a1;
  border-right: 1px solid #0062a1;
  position: absolute;
  top: 0;
  right: -10px;
}
/*飛行展示プログラム*/
.iwakuni-lp .contents .contents_1 {}
.iwakuni-lp .contents .tabMenu {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.iwakuni-lp .contents .tabMenu li {
  line-height: 40px;
  padding: 0 20px;
  margin: 0 5px;
  background: #0062a1;
  color: #FFF;
  cursor: pointer;
  transition: 0.3s;
}
.iwakuni-lp .contents .tabMenu li:last-child {
  margin: 0 0 0 5px;
}
.iwakuni-lp .contents .tabMenu li:hover {
  background: #82cddd;
  color: #FFF;
}
.iwakuni-lp .contents .tabMenu li.active {
  background: #d8e9f0;
  color: #000;
}
.iwakuni-lp .contents .tabMenu li.active:hover {
  background: #d8e9f0;
}
.iwakuni-lp .contents .tabContents {
  background: linear-gradient(#d8e9f0, #82cddd);
  padding: 50px 0;
}
.iwakuni-lp .contents .tabContent {
  /* display: none; */
  width: 1100px;
  margin: 0 auto;
  padding: 0 30px;

   opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  position: absolute; /* 必要なら重なり防止 */

}
.iwakuni-lp .contents .tabContent.active {
  /* display: block; */
  opacity: 1;
  visibility: visible;
  position: relative;
}
.iwakuni-lp .contents .flex_wrap_top {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}
.iwakuni-lp .contents .flex_wrap_top .box {
  width: calc(100% / 2 - 10px);
  margin: 0 20px 20px 0;
  padding: 10px;
  background: #FFF;
}
.iwakuni-lp .contents .flex_wrap_top .box:nth-child(even) {
  margin: 0 0 20px 0;
}
.iwakuni-lp .contents .flex_wrap_top .box h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.iwakuni-lp .contents .flex_wrap_top .box p {
  text-align: center;
}
.iwakuni-lp .contents .flex_wrap_top .txt {
  margin: 0 0 5px 0;
}
.iwakuni-lp .contents .flex_wrap_top .time {
  color: #0062a1;
}
.iwakuni-lp .contents .flex_wrap_top .time::before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: bold;
  margin: 0 5px 0 0;
}
.iwakuni-lp .contents .flex_wrap_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.iwakuni-lp .contents .flex_wrap_bottom .img_box {
  margin: 0 0 10px 0;
}
.iwakuni-lp .contents .flex_wrap_bottom .img_box img {
  border: 1px solid #FFF;
}
.iwakuni-lp .contents .flex_wrap_bottom .txt {
  font-size: 15px;
}
.iwakuni-lp .contents .flex_wrap_bottom .box {
  width: calc(100% / 3 - 20px);
}
.iwakuni-lp .contents .tabContents .note {
  text-align: right;
  font-size: 14px;
  margin: 50px 0 0 0;
}
/*航空機*/
.iwakuni-lp .contents .contents_2 {
  background: linear-gradient(#f6f6f6 30%, #222 30%);
  padding: 100px 0;
}
.iwakuni-lp .contents .contents_2 .flex_wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.iwakuni-lp .contents .contents_2 .box {
  width: calc(100% / 3 - 40px);
  margin: 20px;
  background: #FFF;
  padding: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.iwakuni-lp .contents .contents_2 .box .img_box {
  margin: 0 0 10px 0;
}
.iwakuni-lp .contents .contents_2 .box h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 7px 0;
}
.iwakuni-lp .contents .contents_2 .box .txt {
  font-size: 15px;
  padding: 0 5px 5px 5px;
}
@media screen and (max-width:768px) {
  .iwakuni-lp .contents h3 {
    margin: 0 auto 30px auto;
    padding: 8px 10px 10px 10px;
  }
  .iwakuni-lp .contents .tabMenu {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 3px 0;
  }
  .iwakuni-lp .contents .tabMenu li {
    line-height: 30px;
    width: calc(100% / 4 - 10px);
    max-width: 100px;
    margin: 3px 5px;
  }
  .iwakuni-lp .contents .tabMenu li:last-child {
    margin: 3px 5px;
  }
  .iwakuni-lp .contents .tabContents {
    padding: 20px 0;
  }
  .iwakuni-lp .contents .tabContent {
    width: 100%;
    padding: 0 10px;
  }
  .iwakuni-lp .contents .flex_wrap_top {
    justify-content: space-around;
    margin: 0 0 20px 0;
  }
  .iwakuni-lp .contents .flex_wrap_top .box {
    width: 100%;
    max-width: 380px;
    margin: 10px;
    padding: 5px 10px;
  }
  .iwakuni-lp .contents .flex_wrap_top .box:nth-child(even) {
    margin: 2px 10px;
  }
  .iwakuni-lp .contents .flex_wrap_top .box h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
  }
  .iwakuni-lp .contents .flex_wrap_bottom {
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
  }
  .iwakuni-lp .contents .flex_wrap_bottom .box {
    width: 100%;
  }
  .iwakuni-lp .contents .flex_wrap_bottom .box + .box {
    margin: 20px 0 0 0;
  }
  .iwakuni-lp .contents .contents_2 {
    padding: 50px 0;
  }
  .iwakuni-lp .contents .contents_2 .box {
    width: 100%;
    margin: 10px;
    padding: 10px 5px 5px 5px;
  }
  .iwakuni-lp .contents .contents_2 .box .img_box {
    width: 70%;
    margin: 0 auto 10px auto;
  }
}
/*=======================================
	インフォメーション（info）
=======================================*/
.iwakuni-lp .info {
  background: #0062a1;
  color: #FFF;
}
.iwakuni-lp .info .inner {
    padding: 0 0 50px 0;
}
.iwakuni-lp .info .flex_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
.iwakuni-lp .info .flex_wrap .txt_box {
  width: calc(100% - 440px);
}
.iwakuni-lp .info .txt_box h3 {
  text-align: left;
  font-weight: 500;
  margin: 0 0 20px 0;
  border-left: 7px solid #bc002d;
  padding: 0 0 0 10px;
}
.iwakuni-lp .info .txt_box dt {
  border-bottom: 1px dotted #FFF;
  text-align: justify;
}
.iwakuni-lp .info .txt_box dd {
  padding: 10px 0 0 0;
  text-align: justify;
}
.iwakuni-lp .info .txt_box dd + dt {
  margin: 20px 0 0 0;
}
.iwakuni-lp .info .flex_wrap .img_box {
  width: 400px;
}
.iwakuni-lp .info .flex_wrap .img_box img {
  border: 1px solid #FFF;
}
.iwakuni-lp .info .flex_wrap .img_box .note {
  font-size: 14px;
  margin: 3px 0 0 0;
}
@media screen and (max-width:768px) {
  .iwakuni-lp .info .flex_wrap {
    flex-direction: column;
  }
  .iwakuni-lp .info .flex_wrap .txt_box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .iwakuni-lp .info .flex_wrap .img_box {
    width: 100%;
  }
  .iwakuni-lp .info .map iframe {
    height: 300px;
  }
}
/*=======================================
	レポート（report）
=======================================*/
.iwakuni-lp .report {
  background: url("../img/bk-hougan.png");
}
.iwakuni-lp .report .inner {
    padding: 100px 0 150px 0;
}
.iwakuni-lp .report h2 {}
.iwakuni-lp .report ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
.iwakuni-lp .report li {
  width: calc(100% / 3 - 20px);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #0062a1;
}
.iwakuni-lp .report li a {
  display: block;
  background: #0062a1;
  color: #FFF;
  padding: 10px 10px 15px 10px;
}
.iwakuni-lp .report .img_box {
  margin: 0 0 10px 0;
  height: 220px;
  overflow: hidden;
}
.iwakuni-lp .report .img_box img {
  border: 1px solid #FFF;
  height: 100%;
  object-fit: cover;
}
.iwakuni-lp .report h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
}
.iwakuni-lp .report .txt {
  font-size: 15px;
  padding: 0 10px;
}
.iwakuni-lp .report .link_top {
  text-align: center;
  font-size: 20px;
  width: fit-content;
  min-width: 600px;
  margin: 0 auto;
}
.iwakuni-lp .report .link_top a {
  display: block;
  background: #223a70;
  border-radius: 3px;
  color: #FFF;
  padding: 10px 20px;
}
.iwakuni-lp .report .link_top span {
  font-size: 16px;
  display: block;
  margin: 0 0 5px 0;
}
@media screen and (max-width:768px) {
  .iwakuni-lp .report ul {
    flex-direction: column;
  }
  .iwakuni-lp .report li {
    width: 100%;
  }
  .iwakuni-lp .report li + li {
    margin: 20px 0 0 0;
  }
  .iwakuni-lp .report h3 {
    margin: 0 0 10px 0;
  }
  .iwakuni-lp .report .link_top {
    width: 100%;
    min-width: inherit;
  }
}
/*=======================================
	投稿写真（photo）
=======================================*/
.iwakuni-lp .photo {
  background: #222;
}
.iwakuni-lp .photo .inner {
  padding: 0 0 150px 0;
}
.iwakuni-lp .photo h2 {
  width: fit-content;
  min-width: 600px;
  margin: 0 auto 50px auto;
  color: #FFF;
  border-bottom: 4px double #FFF;
  padding: 15px 0;
}
.iwakuni-lp .photo h2 span {
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 4px double #FFF;
  font-size: 15px;
  display: block;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
}
.iwakuni-lp .photo .gallery {
  columns: 4;
  column-gap: 10px;
  margin: 10px;
}
.iwakuni-lp .photo .gallery img {
  margin-bottom: 10px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
/*モダール表示設定*/
#lean_overlay {
  position: fixed;
  z-index: 21;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.iwakuni-lp .photo .modal_inner {
  display: none;
  width: 90%;
  max-width: 800px;
  height: 80%;
  margin-top: 20px;
  position: relative;
}
.iwakuni-lp .photo .modal_inner img {
  object-fit: contain;
}
.iwakuni-lp .photo .modal_inner span {
  color: #FFF;
  font-size: 14px;
  display: block;
  text-align: center;
}
.iwakuni-lp .photo .modal_inner p.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  /* widthとheightは閉じるボタンの画像の幅を指定 */
  width: 30px;
  height: 30px;
  background: #0062a1;
  z-index: 100;
  cursor: pointer;
}
.iwakuni-lp .photo .modal_inner p.modal_close::after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: bold;
  color: #FFF;
  width: 100%;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .iwakuni-lp .photo h2 {
    width: 100%;
    min-width: inherit;
  }
  .iwakuni-lp .photo .gallery {
    columns: 3;
    column-gap: 10px;
    margin: 5px;
  }
}
/*=======================================
	よくある質問（faq）
=======================================*/
.iwakuni-lp .faq {
  background: linear-gradient(#d8e9f0, #82cddd);
}
.iwakuni-lp .faq .inner {
    padding: 0 0 50px 0;
}
.iwakuni-lp .faq ul {
  max-width: 800px;
  margin: 0 auto;
}
.iwakuni-lp .faq li {
  margin: 0 0 20px 0;
  cursor: pointer;
  background: #FFF;
  border-radius: 3px;
}
.iwakuni-lp .faq .que {
  height: auto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  position: relative;
  padding: 12px 60px 15px 50px;
}
.iwakuni-lp .faq .que::after {
  content: "＋";
  font-weight: bold;
  color: #0062a1;
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1;
}
.iwakuni-lp .faq .que.active::after {
  content: "ー";
  font-weight: normal;
  z-index: 1;
}
.iwakuni-lp .faq .que span {
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  color: #0062a1;
  line-height: 100%;
  margin: 0 20px 0 0;
  position: absolute;
  left: 15px;
  top: 8px;
}
.iwakuni-lp .faq li:hover {
  opacity: 1;
}
.iwakuni-lp .faq .ans {
  padding: 0 60px 20px 82px;
  position: relative;
  color: #333;
}
.iwakuni-lp .faq .ans span {}
.iwakuni-lp .faq .ans span.icon {
  display: inline-block;
  padding: 0;
  font-size: 30px;
  color: #bc002d;
  line-height: 100%;
  font-weight: bold;
  position: absolute;
  top: -3px;
  left: 50px;
}
.iwakuni-lp .faq .ans a {
  text-decoration: underline;
  color: #68a4d9;
}
.iwakuni-lp .faq .ans a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f08e";
  font-weight: bold;
  padding: 0 5px;
}
@media screen and (max-width:768px) {
  .iwakuni-lp .faq .ans {
    padding: 0 60px 20px 50px;
  }
  .iwakuni-lp .faq .ans span.icon {
    left: 18;
    top: 0px;
  }
  .iwakuni-lp .faq .que {
    font-size: 16px;
  }
}
/*=======================================
	おすすめ情報（other）
=======================================*/
.iwakuni-lp .other .inner {}
.iwakuni-lp .other h2 {}
.iwakuni-lp .other ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
.iwakuni-lp .other li {
  width: calc(100% / 3 - 20px);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  background: #0062a1;
}
.iwakuni-lp .other li a {
  display: block;
  color: #FFF;
  padding: 10px;
}
.iwakuni-lp .other .img_box {
  margin: 0 0 15px 0;
  height: 220px;
  overflow: hidden;
}
.iwakuni-lp .other .img_box img {
  border: 1px solid #FFF;
  height: 100%;
  object-fit: cover;
}
.iwakuni-lp .other h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.iwakuni-lp .other .txt {
  font-size: 15px;
  padding: 0 10px;
}
.iwakuni-lp .other .link_top {
  text-align: center;
  font-size: 20px;
  width: fit-content;
  min-width: 600px;
  margin: 0 auto;
}
.iwakuni-lp .other .link_top a {
  display: block;
  background: #223a70;
  border-radius: 3px;
  color: #FFF;
  padding: 20px 20px;
}
@media screen and (max-width:768px) {
  .iwakuni-lp .other ul {
    flex-direction: column;
  }
  .iwakuni-lp .other li {
    width: 100%;
  }
  .iwakuni-lp .other li + li {
    margin: 10px 0 0 0;
  }
.iwakuni-lp .other .link_top {
  width: 100%;
  min-width: inherit;
  margin: 0 auto;
}
}
/*=======================================
	トップに戻るボタン
=======================================*/
.iwakuni-lp .page_top a {
  box-sizing: border-box;
  display: block;
  text-align: center;
  color: #FFF;
  background: #000;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  line-height: 90px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
}
.iwakuni-lp .page_top a:hover {
  opacity: 0.8;
  transition: .3s;
}
@media screen and (max-width:768px) {
  .iwakuni-lp .page_top a {
    display: none;
  }
}