@charset "utf-8";
/**
 * tokutoku style.css 1.0.01
 * Released on: 10.01,2025
 */
/* Noto Sans JP 全ウェイトをGoogle Fontsから読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* 例：太さごとのクラス */
.bold100 { font-weight: 100; }
.bold300 { font-weight: 300; }
.bold400 { font-weight: 400; }
.bold500 { font-weight: 500; }
.bold700 { font-weight: 700; }
.bold900 { font-weight: 900; }

body,
header{
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-feature-settings: "palt";
}
main{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400; /* 標準はRegular */
    width: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased; /* iOS・Mac向け */
    -moz-osx-font-smoothing: grayscale;  /* Firefox向け */
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.txt-link,
.txt-link a:link,
.txt-link a:visited{
    color: #000000;
	word-break: break-all;
}
.txt-link a:hover {
  color: red;
}
.red{
  color: red;
}
/* ==================================================
   パンくず
================================================== */

.jtb-nav-breadcrumb {
	margin: 1px auto 5px;
    max-width: 1230px;
	padding: 0 5px;
	line-height: 1.2;
}
.jtb-nav-breadcrumb li {
	position: relative;
	display: inline-block;
	margin-left: 14px;
	font-size: 1.0rem;
	color: #999;
	line-height: 2.1;
}
.jtb-nav-breadcrumb li:first-child{
	margin-left: 0;
}
.jtb-nav-breadcrumb li:before{
	position: absolute;
	top: 0;
	right: -10px;
	font-size: 1.1rem;
	color: #999;
	line-height: 2.1;
	content: ">";
}
.jtb-nav-breadcrumb li:last-child:before {
	display: none;
}

#breadcrumbs{
    width: 100%;
    max-width: 1230px;
    margin: 0px auto;
    text-align: left!important;
    padding: 0px;
}
@media only screen and (max-width:1199px) {
	#breadcrumbs{
    width: 100%;
    margin: 0px auto;
    padding: 0px;

	}
	.sp_t30{
    padding-top: 30px!important;
	}
}
.tokutoku-pc{
    display: block;
  }
.tokutoku-sp{
    display: none;
  }
.tokutoku-pc680{
    display: block;
  }
.tokutoku-sp680{
    display: none;
  }
.tokutoku-pc420{
    display: block;
  }
.tokutoku-sp420{
    display: none;
  }

@media only screen and (max-width:1230px) {
	.tokutoku-pc{
    display: none;
	}
	.tokutoku-sp{
    display: block;		
  }
}
@media only screen and (max-width:680px) {
	.tokutoku-sp680{
    display: block;		
  }
.tokutoku-pc680{
    display: none;
  }
}

@media only screen and (max-width:420px) {
	.tokutoku-pc420{
    display: none;
	}
	.tokutoku-sp420{
    display: block;		
  }
}



/*--------------------------------------------------------------
# loader
--------------------------------------------------------------*/

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
/* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
	color: #003e8d;
  font-size: 200%;
  margin: 300px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: sk-scaleout 1.3s infinite linear;
  animation: sk-scaleout 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
	
}
/* ローディングアニメーション */
@-webkit-keyframes sk-scaleout {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes sk-scaleouts {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
@keyframes bounce {
  0% , 50% , 100%{
    transform: translate(-50%, 0px);
    height: 20px;
  }
  20% {
    transform: translate(-25%, 85px);
    height: 28px;
  }
  25% {
    transform: translate(-25%, 110px);
    height: 12px;
  }
  70% {
    transform: translate(-75%, 85px);
    height: 28px;
  }
  75% {
    transform: translate(-75%, 108px);
    height: 12px;
  }
}
@keyframes rotate {
  0% , 50% , 100%{ transform: rotate(0deg)}
  25% { transform: rotate(90deg)}
  75%{ transform: rotate(-90deg)}
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap; /* 折返し指定 */
}
/*
# Accordion
----------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
#qa_bx{
    width: 100%;
    background-color: #FFFFFF;
    margin: 0px;
	font-feature-settings: "palt";
}
#qa_bx .accordion-wrap {
    position: relative;
    width: 100%;
    margin: 0;
}

#qa_bx .qa-sub{
    padding-top: 40px;
    width: 95%;
    margin: 0px auto;
    font-size: 160%;
    text-align: center;
}
#qa_bx .qa_title_bx{
    width: 95%;
    margin: 0px auto;
    font-size: 300%;
    text-align: center;
    padding-bottom: 40px;	
}
#qa_bx .accordion-wrap .entry-content {
    margin: 0;
}
#qa_bx .qa-bg{
    margin: 0px;
    width: 100%;
    background: #25b7be!important;
}

/*--------------------------------------------------------------
# tokutoku
--------------------------------------------------------------*/
#tokutoku{
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-feature-settings: "palt";
}

/*--------------------------------------------------------------
# tokutoku_tab_box
--------------------------------------------------------------*/

#tokutoku .tokutoku_tab_box{
    width: 100%;
    max-width: 1230px;
    margin: 0px auto;
    padding: 0px;
}
#tokutoku .tokutoku_tab_a{
    width : calc(98% / 4);
    margin-left: auto;
    margin-right: auto;
    background-color: #006ec9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color: #006ec9;
    border-style: solid;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 4px;
    border-bottom-width: 0px;
}
#tokutoku .tokutoku_tab_a a:link,
#tokutoku .tokutoku_tab_a a:visited{
    pointer-events: none;
    display: block;
    width: 100%;
    color: #FFFFFF!important;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}
#tokutoku .tokutoku_tab_b{
    width : calc(98% / 4);
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color: #006ec9;
    border-style: solid;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 4px;
    border-bottom-width: 0px;
}
#tokutoku .tokutoku_tab_b a:link,
#tokutoku .tokutoku_tab_b a:visited{
    display: block;
    width: 100%;
    color: #006ec9!important;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

#tokutoku .tokutoku_tab_b a:hover{
    color: #fff000!important;
    background-color: #006ec9;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
#tokutoku .tokutoku_tab_c{
    width : calc(98% / 4);
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color: #006ec9;
    border-style: solid;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 4px;
    border-bottom-width: 0px;
}
#tokutoku .tokutoku_tab_c a:link{
    display: block;
    width: 100%;
    color: #006ec9!important;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

#tokutoku .tokutoku_tab_c a:hover{
    color: #fff000!important;
    background-color: #006ec9;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
#tokutoku .tokutoku_tab_d{
    width : calc(98% / 4);
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color: #006ec9;
    border-style: solid;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 4px;
    border-bottom-width: 0px;
}
#tokutoku .tokutoku_tab_d a:link{
    display: block;
    width: 100%;
    color: #006ec9!important;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

#tokutoku .tokutoku_tab_d a:hover{
    color: #fff000!important;
    background-color: #006ec9;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}


@media only screen and (max-width:680px) {

#tokutoku .tokutoku_tab_a a:link,
#tokutoku .tokutoku_tab_b a:link,
#tokutoku .tokutoku_tab_c a:link,
#tokutoku .tokutoku_tab_d a:link{
    font-size: 14px;
    padding: 5px;
}
}

@media only screen and (max-width:420px) {
#tokutoku .information_bg{
    padding: 0px 0px 10px;
}
#tokutoku .tokutoku_tab_a a:link,
#tokutoku .tokutoku_tab_b a:link,
#tokutoku .tokutoku_tab_c a:link,
#tokutoku .tokutoku_tab_d a:link{
    font-size: 11px;
    padding: 5px;
} 
#tokutoku .information_box p{
    padding: 10px 10px 0px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

    
#tokutoku .tokutoku_tab_a,
#tokutoku .tokutoku_tab_b,
#tokutoku .tokutoku_tab_c,
#tokutoku .tokutoku_tab_d{
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 0px!important;
}
    
}
/*--------------------------------------------------------------
# tab-wrap 
--------------------------------------------------------------*/
.tab-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}
#tokutoku-wrap .tab_bg{
    width: 100%;
    background-color: #006EC9;
    padding: 15px 0;
}
#tokutoku-wrap .tab_bx{
    width: 100%;
    max-width: 1230px;   
    margin: 0 auto; 
    display: flex;
    gap: 5px;
}

/* タブラベルとラジオ非表示 */
#tokutoku-wrap input[type="radio"] {
    display: none;
}

/* タブラベル */
.tab-label {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    background-color: #FFF;
    cursor: pointer;
    font-weight: bold;
    border-radius: 8px;
    transition: 0.3s;
    font-size: 22px;
    line-height: 26px;
}

.tab-label:hover {
    background-color: #FFF000;
}

/* 選択中ラベル */
.tab-label.active {
    background-color: #FFF000;
    color: #000092;
}

/* タブコンテンツ */

.tab-content { display: none; }
.tab-label.active { background: #FFF000; color: #000092; }

/* レスポンシブ */
@media (max-width: 1230px) {
#tokutoku-wrap .tab_bx{
    width: 90%;
}
}
@media (max-width: 880px) {
.tab-label {
    font-size: 18px;
    line-height: 22px;
}
}
@media (max-width: 680px) {
    .tab-label {
        border-radius: 5px;
        margin-bottom: 2px;
    }
}
@media (max-width: 480px) {
.tab-label {
    font-size: 14px;
    line-height: 20px;
}
#tokutoku-wrap .tab_bx{
    width: 95%;
}
}

#qa_bx .bl_accordionContent{
    padding: 10px 20px 10px 0px;
}
#qa_bx .bl_accordionContent p{
    font-size: 16px;
    width: 100%;
    margin: 0px auto 0px auto;
    line-height: 20px;
    text-align: justify;
}
/* ==========================
  アコーディオンメニュー
========================== */
.bl_accordion {
    background-color: #006ec9;
    width: 100%;
	margin-bottom: 1px;
    font-family: "Helvetica Neue","Hiragino Kaku Gothic ProN", "Hiragino Sans",YuGothic, "Yu Gothic medium", Meiryo, sans-serif!important;
}
.bl_accordionTitle{
    width: 100%;
    max-width: 1230px!important;
    margin: 0px auto!important;
    color: #FFF;
    font-size: 200%;
    font-weight: bold;
    padding: 30px 90px 30px 40px!important;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.accordion_type_c{
    text-align: center;	
}
.bl_accordionTitle_q{
    background-image: url("../images/common/icon_q.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
}
.bl_accordionTitle::before {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: 0.3s;
}
.bl_accordionTitle::after {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  transition: 0.3s;
}
.bl_accordionTitle.active::after {
  opacity: 0;
}

.bl_accordionTitle:hover::after,
.bl_accordionTitle:hover::before,
.bl_accordionTitle.active::after,
.bl_accordionTitle.active::before {
  background-color: #fff;
}
.bl_accordionTitle:hover,
.bl_accordionTitle.active {
  background-color: #006ec9;
  color: #fff;
}
.bl_accordionTitle + .bl_accordionContent {
  display: none;
  padding: 0px;
    background-color: #FFFFFF;
}
.contents_wbg .bl_accordionContent {
    padding-top: 20px;	
}
#qa_bx .bl_accordionContent {
  padding: 40px;
}
#qa_bx .bl_accordionContent > * + * {
  margin-top: 10px;
}
#qa_bx .bl_accordionContent .anser{
    font-size: 160%;
    line-height: 140%;
    color: #646464;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/common/icon_a.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px auto;
    margin-bottom: 0px;
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
}
@media only screen and (max-width:680px) {
    
.bl_accordionTitle{
  width: 95%!important;
    font-size: 160%;
    }
#qa_bx .bl_accordionContent .anser{
    font-size: 120%;
    line-height: 140%;
    padding-left: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#qa_bx .bl_accordionContent {
  padding: 20px;
}
}
/* ==========================
  その他の出発駅・到着駅から探す
========================== */
#other {
    font-family: "Noto Sans JP";
}
.other-tabbodylist a {
    color: #432c02;
    font-size: 1.6rem;
    text-decoration: none;
}
.other-tabheadlist li {
    font-size: 1.6rem;
}
@media only screen and (min-width:681px) {
   .pc-none {
        display: none;
   }
}

    
    
    
/*--------------------------------------------------------------
# tokutoku_tab_box 固定表示(tab_area_b)
--------------------------------------------------------------*/
#tokutoku-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 6px solid #006ec9;
}

/* tab_area_b を常に表示 */
#tab_area_b { display: block !important; }

/* タブラベル関係は削除済みのため CSS は不要 */
    
    
    