/* ============================================
   Reset CSS (Modern Lean Reset)
   ============================================ */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
 margin: 0;
 line-height: 1;
 }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
 display: block;
 }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul, ol {
 list-style: none;
 padding: 0;
 margin: 0;
 }
a {
 background-color: transparent;
 text-decoration: none;
 color: inherit;
 }
img {
 border-style: none;
 vertical-align: middle;
 max-width: 100%;
 height: auto;
 }
button, input, optgroup, select, textarea {
 font-family: inherit;
 font-size: 100%;
 line-height: 1.15;
 margin: 0;
 border: none;
 background: none;
 cursor: pointer;
 }
h1, h2, h3, h4, h5, h6, p {
 margin: 0;
 font-size: inherit;
 font-weight: normal;
 }
dl, dt, dd{
 padding: 0;
 margin: 0;
}
*{
  box-sizing: border-box;
}
:target::before {
   content: "";
   display: block;
   height: 50px;
   margin-top: -50px;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

@font-face {
  font-family: 'GenJyuuHeavy';
  src: url('/font/GenJyuuGothic-P-Bold.woff2') format('woff2');
  font-display: swap; 
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'GenJyuuGothic';
  src: url('/font/GenJyuuGothic-P-Normal.woff2') format('woff2'),
       url('/font/GenJyuuGothic-P-Normal.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   Base Style
   ============================================ */
body {
  font-size: 1.6rem;
  font-family: 'GenJyuuGothic', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.6;
      letter-spacing: 1px;
  overflow-x: hidden;

}
#domestic, #overseas, #inquiry{
  margin-top:-150px;
  padding-top:150px;
}


.ly-top-main section.un-top-about {
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 20px;
}

.hp-width-1200{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.hp-pc-block{
  display: block !important;
}
.hp-pc-inlineblock{
  display: inline-block !important;
}
.hp-sp-block{
  display: none !important;
}

.hp-txtalign-right{
  text-align: right;
}

.hp-margin-top-20{
  margin-top: 20px !important;
}
.hp-mail-icon{
  display: inline !important;
}
.hp-mail-icon::before{
  content: "@";
}

.hp-border-dotted{
  margin: 10px 0 8px;
  padding: 10px;
  border: 1px dotted #000;
}

/* 電話番号 */
.hp-tel-link,
.un-top-inquiry-tel{
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .hp-tel-link{
    pointer-events: auto;
    cursor: pointer;
    color: #1d9700;
    text-decoration: underline;
  }
  .un-top-inquiry-tel{
    pointer-events: auto;
    cursor: pointer;
  }
}

/* title まわり */
.bl-title-icon01{
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  font-family: 'GenJyuuHeavy', sans-serif;
  letter-spacing: 1px;
}
.bl-title-icon01_noicon{
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  font-family: 'GenJyuuHeavy', sans-serif;
  letter-spacing: 1px;
}
.bl-title-icon01::before{
  content: "";
  display: block;
  width: 35px;
  height: 30px;
  margin: 0 auto 10px;
  background-image: url(/images/title_icon01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.bl-title-icon01_left{
  text-align: left;
}
.bl-title-icon01_left::before{
  content: "";
  display: inline-block;
  width: 35px;
  height: 30px;
  padding: 0 20px 0 0;
  background-image: url(/images/title_icon01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* リンク */

.bl-link-greenbtn{
  padding: 6px 10px;
  text-align: center;
  font-family: 'GenJyuuHeavy', sans-serif;
  color: #fff;
  background: #1d9700;
  border-radius: 5px;
  display: inline-block;
  float: right;
}


/* ----------------- Header ----------------- */

.bl-header-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.bl-header-logo {
  max-width: 300px;
  width: 42%;
  font-weight: bold;
}

.bl-header-gnavi ul {
  display: flex;
  gap: 25px;
}
.bl-header-gnavi a {
  font-weight: bold;
  color: #444;
  transition: color 0.3s;
}
.bl-header-gnavi a:hover {
  color: #008000;
}

/* スマホ用メニュー */
.bl-header-menu-btn {
  display: none;
  width: 30px;
  height: 24px;
  position: relative;
  z-index: 1100;
}

.bl-header-menu-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  transition: transform 0.3s, opacity 0.3s, top 0.3s;
}

.bl-header-menu-btn span:nth-child(1) {
  top: 0;
}
.bl-header-menu-btn span:nth-child(2) {
  top: 11px;
}
.bl-header-menu-btn span:nth-child(3) {
  top: 22px;
}

.bl-header-menu-btn.active span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
.bl-header-menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.bl-header-menu-btn.active span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}

/* ----------------- TOP ----------------- */

/* MV */
.un-top-mv-body{
  background: #f4f9f2;
}
.un-top-mv-body img{
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

/* 日興トラベルとは */
.un-top-about{
  background-color: #f4f9f2;
  background-image: url(/images/top_about_bg_img.png);
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100%;
}
.un-top-about-text{
  padding: 20px 0 200px;
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 2;
}
.un-top-about-text em{
  font-family: 'GenJyuuHeavy', sans-serif;
  background: linear-gradient(transparent 45%, yellow 0%);
}

/* ツアー・旅行 */
.un-top-tour-box{
  width: 100%;
  margin-bottom: 60px;
  padding: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.bx-wrapper{
  width: 45%;
  position: relative;
}
.un-top-tour-box-txt{
  width: 50%;
}
.un-top-tour-box-title{
  margin-bottom: 10px;
  font-size: 3rem;
  font-family: 'GenJyuuHeavy', sans-serif;
}
.un-top-tour-box-txtwrap dl{
  margin-bottom: 25px;
}
.un-top-tour-box-txtwrap dl div{
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.un-top-tour-box-txtwrap dl div dt{
  max-width: 120px;
  width: 20%;
  font-family: 'GenJyuuHeavy', sans-serif;
}
.un-top-tour-box-txtwrap dl div dd{
  flex: 1;
}
.un-top-tour-box-p{
  margin-bottom: 20px;
  white-space: pre-line;
}


/* パララックス */
.un-top-bgimg {
  height: 700px;
  position: relative;
  background-size: cover;
  background-image: url(/images/bl_top_bgimg01_pc.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* 会社概要 */
.un-top-company{
  padding: 100px 20px 230px;
  background: #f4f9f2;
}
.un-top-company-box{
  margin: 60px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.un-top-company-box-img{
  width: 35%;
}
.un-top-company-box-info{
  width: 60%;
}
.un-top-company-box-info div{
  padding: 20px 15px;
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.un-top-company-box-info div:first-child{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.un-top-company-box-info div dt{
  font-family: 'GenJyuuHeavy', sans-serif;
  width: 30%;
}
.un-top-company-box-info div dd{
  width: 68%;
}

/* アクセス */
.un-top-access{
  padding: 30px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.un-top-access-map{
  width: 40%;
}
.un-top-access-map a{
  width: 60%;
  margin: 20px auto 0;
  padding: 8px;
  text-align: center;
  display: block;
  border: 1px solid #008000;
  color: #008000;
}
.un-top-access-map a:hover{
  transition: 0.3s;
  background: #008000;
  color: #fff;
}
.un-top-access-info{
  width: 55%;
}
.un-top-access-info div{
  margin-bottom: 15px;
}
.un-top-access-info div dt{
  margin-bottom: 5px;
  font-family: 'GenJyuuHeavy', sans-serif;
  font-size: 1.7rem;
}
.un-top-access-info div dt::before{
  content: "\025c6";
  color: #008000;
  padding: 0 5px 0 0;
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: middle;
}
.un-top-access-info div dd ul{
  list-style: disc;
  margin-left: 18px;
}

/* お問い合わせ */
.un-top-inquiry{
  padding: 100px 20px 100px;
  background: url(/images/inquiry_bgimg_pc.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position-x: center;
}
.un-top-inquiry > a{
  max-width: 290px;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.un-top-inquiry-box{
  max-width: 600px;
  width: 80%;
  margin : 50px auto 0;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
.un-top-inquiry-title{
  margin: 0 auto;
  font-family: 'GenJyuuHeavy', sans-serif;
  font-size: 4rem;
}
.un-top-inquiry-p,
.un-top-inquiry-info{
  font-family: 'GenJyuuHeavy', sans-serif;
  font-weight: bold;
  margin: 10px auto;
}
.un-top-inquiry-tel{
  font-family: 'GenJyuuHeavy', sans-serif;
  font-size: 5.5rem;
  color: #006708;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.un-top-inquiry-tel::before{
  content: "";
  display: inline-block;
  width: 40px;
  height: 61px;
  margin: 0 20px 0 0;
  background-image: url(/images/inquiry_tel_icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.un-top-inquiry-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


/* ----------------- 下層ページ共通 ----------------- */

.ly-lower-main section{
  padding: 70px 20px;
}

.bl-lower-title-wrap{
  height: 400px;
  background-image: url(/images/lower_mv_bg_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.bl-tour-title-wrap{
  background-image: url(/images/tour_mv_bg_img.jpg) !important;
}

.bl-lower-title{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bl-lower-title h1{
  font-family: 'GenJyuuHeavy', sans-serif;
  font-size: 5rem;
  color: #fff;
  text-shadow: 1px 1px 4px #000;
}
.bl-lower-title p{
  font-family: 'GenJyuuHeavy', sans-serif;
  font-size: 2rem;
  color: #fff;
  text-shadow: 1px 1px 4px #000;
}

/* ----------------- ツアー紹介 ----------------- */

.un-tour-p-wrap{
  font-size: 1.8rem;
  margin: 35px 0 20px;
}
.un-tour-p-wrap p{
  margin: 5px 0;
}
.un-tour-p-wrap p b{
  color: #0b8b15;
  font-family: 'GenJyuuHeavy', sans-serif;
}
.un-tour-attention{
  padding: 20px;
  border: 2px dotted #f10000;
  text-indent: -14px;
  padding-left: 50px;
  font-family: 'GenJyuuHeavy', sans-serif;
}
.un-tour-attention span{
  color: #f10000;
  display: inline-block;
  padding-right: 10px;
}
section.un-tour-wrap{
  padding: 70px 20px 30px;
}
.un-tour-table-wrap{
  padding: 0 20px !important;
  margin-bottom: 100px;
}
.un-tour-table{
  width: 100%;
  min-width: 1000px;
  border: 1px solid #d4d4d4;
}
.un-tour-table th,
.un-tour-table td{
  padding: 8px 10px;
  border: 1px solid #d4d4d4;
}
.un-tour-table td{
  height: 68px;
}
.un-tour-table th{
  background: #e8e8e8;
  font-family: 'GenJyuuHeavy', sans-serif;
  text-align: center;
}
.un-tour-table td:nth-child(1),
.un-tour-table td:nth-child(2){
  text-align: center;
}
.un-tour-table td:nth-child(5){
  text-align: right;
}

.un-tour-table th:nth-child(1),
.un-tour-table td:nth-child(1){ width:12%; }

.un-tour-table th:nth-child(2),
.un-tour-table td:nth-child(2){ width:10%; }

.un-tour-table th:nth-child(3),
.un-tour-table td:nth-child(3){ width:41%; }

.un-tour-table th:nth-child(4),
.un-tour-table td:nth-child(4){ width:25%; }

.un-tour-table th:nth-child(5),
.un-tour-table td:nth-child(5){ width:12%; }

.un-tour-table tr:nth-child(odd):not(:first-child){
  background: #f0f7f0;
}

.un-tour-table td ul{
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  gap: 0 20px;
}

/* ----------------- 個人情報保護に関する基本方針 ----------------- */

.un-privacy-txt-wrap .un-privacy-txt-main{
  margin: 35px 0 50px;
  padding: 30px 40px;
  background: #f4f9f2;
  font-size: 1.7rem;
  line-height: 1.8;
}
.un-privacy-txt-wrap .un-privacy-txt-main p{
  text-indent: 15px;
}
.un-privacy-txt-wrap > dl div{
  margin-bottom: 35px;
}
.un-privacy-txt-wrap > dl dt{
  margin-bottom: 10px;
  font-family: 'GenJyuuHeavy', sans-serif;
  font-size: 2.1rem;
}
.un-privacy-txt-wrap > dl dd{
  font-size: 1.7rem;
}
.un-privacy-txt-wrap > dl dd p{
  text-indent: 15px;
}
.un-privacy-txt-wrap > dl dd p a{
  text-decoration: underline;
  color: #008000;
}
.un-privacy-txt-wrap > dl dd p:not(:first-child){
  margin-top: 10px;
}
.un-privacy-txt-wrap > dl dd strong{
  font-weight: normal;
  display: block;
}
.un-privacy-txt-wrap > dl dd strong + p{
  width: 100%;
  margin-top: 0 !important;
}

.un-privacy-list-style01{
  margin-left: 20px;
}
.un-privacy-list-style01 > li{
  display: flex;
  flex-wrap: wrap;
}
.un-privacy-list-style01 > li::before{
  width: 30px;
  display: block;
}
.un-privacy-list-style01 > li strong,
.un-privacy-list-style01 > li span{
  flex: 1;
}
ol.un-privacy-list-style01 > li:nth-child(1)::before{ content: "\FF08 1\FF09"; }
ol.un-privacy-list-style01 > li:nth-child(2)::before{ content: "\FF08 2\FF09"; }
ol.un-privacy-list-style01 > li:nth-child(3)::before{ content: "\FF08 3\FF09"; }
ol.un-privacy-list-style01 > li:nth-child(4)::before{ content: "\FF08 4\FF09"; }
ol.un-privacy-list-style01 > li:nth-child(5)::before{ content: "\FF08 5\FF09"; }
ol.un-privacy-list-style01 > li:nth-child(6)::before{ content: "\FF08 6\FF09"; }
ol.un-privacy-list-style01 > li:nth-child(7)::before{ content: "\FF08 7\FF09"; }
ol.un-privacy-list-style01 > li:nth-child(8)::before{ content: "\FF08 8\FF09"; }
ol.un-privacy-list-style01 > li:nth-child(9)::before{ content: "\FF08 9\FF09"; }

ol.un-privacy-list-style01 li{
  margin-top: 20px;
}

ol.un-privacy-list-style02{
  margin-left: 20px;
}
ol.un-privacy-list-style02 li:nth-child(1)::before{ content: "\02460"; }
ol.un-privacy-list-style02 li:nth-child(2)::before{ content: "\02461"; }
ol.un-privacy-list-style02 li:nth-child(3)::before{ content: "\02462"; }
ol.un-privacy-list-style02 li:nth-child(4)::before{ content: "\02463"; }
ol.un-privacy-list-style02 li:nth-child(5)::before{ content: "\02464"; }
ol.un-privacy-list-style02 li:nth-child(6)::before{ content: "\02465"; }
ol.un-privacy-list-style02 li:nth-child(7)::before{ content: "\02466"; }
ol.un-privacy-list-style02 li:nth-child(8)::before{ content: "\02467"; }
ol.un-privacy-list-style02 li:nth-child(9)::before{ content: "\02468"; }

ol.un-privacy-list-style02 li{
  margin-top: 8px;
}
.un-privacy-list-style01-only li{
  margin-top: 6px !important;
}
.un-privacy-txt-wrap ul{
  width: 100%;
  margin-left: 20px;
  list-style-type: disc;
}
.un-privacy-txt-wrap ul li{
  margin-top: 4px !important;
}
.un-privacy-txt-inquiry{
  line-height: 1.8;
  max-width: 680px;
  width: 100%;
  margin-top: 10px;
  padding: 20px 30px;
  background: #f4f9f2;
}
.un-privacy-txt-inquiry-info{
  list-style-type: none !important;
}
.un-privacy-txt-inquiry-info li{
  display: flex;
  flex-wrap: wrap;
}
.un-privacy-txt-inquiry-info b{
  width: 130px;
}
.un-privacy-txt-inquiry-info span{
  flex: 1;
  display: block;
}
.un-privacy-txt-inquiry-info a{
  text-decoration: underline;
  color: #008000;
}
.un-privacy-txt-inquiry-info .hp-tel-link{
  text-decoration: none !important;
  color: #333 !important;
}

/* ----------------- 勧誘方針 ----------------- */

.un-kanyu-txt-wrap p:first-child{
  margin: 35px 0 50px;
  padding: 30px 40px;
  background: #f4f9f2;
  font-size: 1.7rem;
  line-height: 1.8;
}

.un-kanyu-txt-wrap dl div{
  margin-bottom: 35px;
}

.un-kanyu-txt-wrap dl dt{
  margin-bottom: 10px;
  font-family: 'GenJyuuHeavy', sans-serif;
  font-size: 2.1rem;
}
.un-kanyu-txt-wrap dl dd{
  padding-left: 25px;
  font-size: 1.7rem;
}
.un-kanyu-txt-wrap dl dd ul{
  list-style: disc;
  margin-left: 18px;
}
.un-kanyu-txt-wrap dl dd ul li:not(:last-child) {
  margin-bottom: 8px;
}

.un-kanyu-txt-shopinfo{
  margin-top: 50px;
}
.un-kanyu-txt-shopinfo h3{
  font-family: 'GenJyuuHeavy', sans-serif;
  font-size: 1.9rem;
}
.un-kanyu-txt-shopinfo h3::before{
  content: "\025c6";
  color: #008000;
  padding: 0 5px 0 0;
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: middle;
}
.un-kanyu-txt-shopinfo h3 + div{
  max-width: 400px;
  width: 100%;
  margin-top: 10px;
  padding: 20px 30px;
  background: #f4f9f2;
}


/* Footer */
.ly-footer {
  background: #005000;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.bl-footer-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bl-footer-logo{
  width: 250px;
}
.bl-footer-wrap nav{
  display: block;
  margin: 10px 0;
}
.bl-footer-wrap nav ul li{
  margin: 0 0 5px 10px;
  display: inline-block;
}
.bl-footer-wrap nav ul li a{
  padding: 5px 15px;
  display: block;
  background: #fff;
  color: #005000;
}
.bl-footer-wrap nav ul li a:hover{
  padding: 5px 15px;
  display: block;
  background: #c6c6c6;
  color: #000;
  transition: 0.3s;
}

/* ----------------------

 動き

-------------------------- */



/* Animation Classes */
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease-out;
}
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- 時間差（ディレイ）の設定 --- */

/* 2番目の要素は0.2秒遅れて表示 */
.delay-1 {
    transition-delay: 0.5s !important;
}

/* 3番目の要素は0.4秒遅れて表示 */
.delay-2 {
    transition-delay: 1s !important;
}

/* もしもっと細かくずらしたい場合はさらに追加 */
.delay-3 {
    transition-delay: 1.5s !important;
}

/* --- じわっと出てくる設定 (ブラー + わずかな拡大) --- */
.fade-in-blur {
    opacity: 0;
    /* 1. ぼかしをかける (10px) */
    filter: blur(10px);
    /* 2. わずかに小さくしておく (0.98倍) */
    transform: scale(0.98) translateY(10px);
    /* 3. アニメーションを「ゆっくり」させる (1.5秒かけてじわっと) */
    transition: 
        opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        filter 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* 4. アニメーションが重ならないよう、少し遅延させる */
    transition-delay: 0.1s;
}

/* --- 画面に現れた時の設定 --- */
.fade-in-blur.is-visible {
    opacity: 1;
    /* 1. ぼかしをなくす */
    filter: blur(0);
    /* 2. 元のサイズと位置に戻す */
    transform: scale(1) translateY(0);
}


/* Responsive */
@media (max-width: 768px) {

  .hp-pc-block{
    display: none !important;
  }
  .hp-pc-inlineblock{
  display:  none !important;
  }
  .hp-sp-block{
    display: block !important;
  }

  /* title まわり */
  .bl-title-icon01,
  .bl-title-icon01_noicon{
    font-size: 2.6rem;
  }
  .bl-title-icon01::before{
    content: "";
    display: block;
    width: 25px;
    height: 23px;
  }
  .bl-title-icon01_left::before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 23px;
  }


  section:not(.un-top-mv-body){
    padding-left: 20px;
    padding-right: 20px;
  }

  .bl-header-menu-btn {
    display: block;
  }
  .bl-header-gnavi {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.98);
    padding-top: 65px;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .bl-header-gnavi.active {
    right: 0;
  }
  .bl-header-gnavi ul {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .bl-header-gnavi ul li{
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .bl-header-gnavi ul li:first-child a{
    border-top: 1px solid #000 !important;
  }
  .bl-header-gnavi a {
    padding: 20px 0;
    font-size: 1.5rem;
    border-bottom: 1px solid #000;
    display: block;
    text-align: center;
  }

  .bl-mv-txt-title {
    font-size: 1.5rem;
  }
  .tour-grid {
    grid-template-columns: 1fr;
  }
  .info-flex {
    flex-direction: column;
    padding: 15px;
  }
  .cta-btns {
    flex-direction: column;
  }

  /* 日興トラベルとは */
  .un-top-about-text{
    padding: 20px 0 80px;
    font-size: 1.6rem;
    text-align: left;
  }


  /* ツアー・旅行 */
  .un-top-tour-box{
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 0 0;
  }
  .un-top-tour-box-title{
    margin: 20px 0 10px;
    font-size: 2.3rem;
  }
  .bx-wrapper{
    width: 100%;
  }
  .un-top-tour-box-txt{
    width: 100%;
  }
  .hp-flex-order_sp .order1{
    order: 2;
  }
  .hp-flex-order_sp .order2{
    order: 1;
  }
  .un-top-tour-box-txtwrap dl div{
    display: block;
  }
  .un-top-tour-box-txtwrap dl div dt{
    width: 100%;
  }
  .un-top-tour-box-txtwrap dl div dd{
    width: 100%;
  }

  /* パララックス */
  .un-top-bgimg {
    height: auto !important;
    background: none !important;
  }


  /* 会社概要 */
  .un-top-company{
    padding: 50px 20px 220px;
  }
  .un-top-company-box{
    margin: 40px 0;
    display: block;
  }
  .un-top-company-box-img{
    width: 100%;
  }
  .un-top-company-box-info{
    width: 100%;
  }
  .un-top-company-box-info div{
    padding: 0;
    border-bottom: 0;
    display: block;
  }
  .un-top-company-box-info div:first-child{
    padding: 20px 0 0;
  }
  .un-top-company-box-info div:first-child{
    border-top: 0;
    border-bottom: 0;
  }
  .un-top-company-box-info div dt{
    width: 100%;
    padding: 5px 10px;
    background: #dedede;
  }
  .un-top-company-box-info div dd{
    width: 100%;
    padding: 5px 10px 10px;
  }

  /* アクセス */
  .un-top-access{
    padding: 30px;
    background: #fff;
    display: block;
  }
  .un-top-access-map{
    width: 100%;
    margin-bottom: 20px;
  }
  .un-top-access-map a{
    width: 100%;
    margin: 20px auto 0;
    padding: 8px;
  }
  .un-top-access-map a:hover{
    transition: 0.3s;
    background: #008000;
    color: #fff;
  }
  .un-top-access-info{
    width: 100%;
  }
  .un-top-access-info div{
    margin-bottom: 15px;
    display: block
  }
  .un-top-access-info div dt{
    width: 100%;
  }



  /* お問い合わせ */

  .un-top-inquiry{
    background-attachment: inherit;
  }
  .un-top-inquiry a{
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .un-top-inquiry-box{
    width: 90%;
  }
  .un-top-inquiry-title{
    font-size: 2rem;
    margin: 0 auto;
  }
  .un-top-inquiry-p{
    margin: 10px 0;
  }
  .un-top-inquiry-tel{
    font-size: 3rem;
  }
  .un-top-inquiry-tel::before{
    width: 25px;
    height: 39px;
    margin: 0 10px 0 0;
  }


  /* 下層ページ共通 */

  .ly-lower-main section{
    padding: 50px 20px;
  }
  .bl-lower-title-wrap{
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/tour_mv_bg_img.jpg);
    text-align: center;
    position: relative;
  }
  .bl-lower-title h1{
    font-family: 'GenJyuuHeavy', sans-serif;
    font-size: 3.6rem;
    color: #fff;
  }

  /* ----------------- ツアー紹介 ----------------- */

  .un-tour-table-wrap{
    overflow-x: scroll;
  }


  /* ----------------- 個人情報保護に関する基本方針 ----------------- */

  .un-privacy-txt-wrap .un-privacy-txt-main{
    margin: 20px 0;
    padding: 20px 15px;
    font-size: 1.6rem;
  }
  .un-privacy-txt-wrap dl div{
    margin-bottom: 15px;
  }
  .un-privacy-txt-wrap dl dt{
    margin-bottom: 10px;
    font-family: 'GenJyuuHeavy', sans-serif;
    font-size: 1.8rem;
  }
  .un-privacy-txt-wrap dl dd{
    font-size: 1.6rem;
  }
  .un-privacy-txt-inquiry{
    padding: 10px 0 !important;
  }
  .un-privacy-txt-inquiry-info li{
    display: block;
  }
  .un-privacy-txt-inquiry-info b{
    width: 100%;
    margin-bottom: 8px;
  }
  .un-privacy-txt-inquiry-info .hp-tel-link{
    text-decoration: underline !important;
    color: #008000 !important;
  }

  /* ----------------- 勧誘方針 ----------------- */

  .un-kanyu-txt-wrap p:first-child{
    margin: 20px 0;
    padding: 20px 15px;
    font-size: 1.6rem;
  }

  .un-kanyu-txt-wrap dl div{
    margin-bottom: 25px;
  }

  .un-kanyu-txt-wrap dl dt{
    margin-bottom: 10px;
    font-family: 'GenJyuuHeavy', sans-serif;
    font-size: 1.8rem;
  }
  .un-kanyu-txt-wrap dl dd{
    padding-left: 25px;
    font-size: 1.6rem;
  }
  .un-kanyu-txt-wrap dl dd ul{
    list-style: disc;
    margin-left: 18px;
  }
  .un-kanyu-txt-wrap dl dd ul li:not(:last-child) {
    margin-bottom: 8px;
  }

  .un-kanyu-txt-shopinfo{
    margin-top: 40px;
  }
  .un-kanyu-txt-shopinfo h3{
    font-family: 'GenJyuuHeavy', sans-serif;
    font-size: 1.8rem;
  }

  .un-kanyu-txt-shopinfo h3 + div{
    margin-top: 10px;
    padding: 15px 20px;
  }


  /* Footer */

  .bl-footer-wrap{
    display: block;
    text-align: center;
  }
  .bl-footer-wrap nav{
    display: block;
    margin: 10px 0;
  }
  .bl-footer-wrap nav ul li{
    margin: 10px 0 0 0;
    display: block;
  }
  .bl-footer-wrap nav ul li a{
    padding: 2px 15px 3px;
    display: block;
    background: #fff;
    color: #005000;
  }
  .bl-footer-wrap nav ul li a:hover{
    padding: 5px 15px;
    display: block;
    background: #c6c6c6;
    color: #000;
    transition: 0.3s;
  }


}