/**/
.color-y{color:#fedb7e;}
.color-g{color:#baf57a;}
.color-b{color:#82cafd;}
.small{font-size: 75%;}
.red{color: #e30015;}
.pcOnly{display: block !important;}
.spOnly{display: none !important;}
.pcInline{display: inline !important;}


p,dd{line-height: 1.75em;}
/*slick*/
.slick-slide{
    padding:0 65px;
    box-sizing: border-box;
}
.slick-slide img{width: 100%;}
.slick-prev
{
    background-image: url(../../common/img/arrow_prev.png) !important;
    text-indent: -9999px;
    width: 60px !important;
    height: 100px !important;
    background-repeat: no-repeat !important;
}
.slick-next
{
    background-image: url(../../common/img/arrow_next.png) !important;
    text-indent: -9999px;
    width: 60px !important;
    height: 100px !important;
    background-repeat: no-repeat !important;
}
.slick-slide{opacity:0.5;transition: 0.5s;}
.slick-active{opacity:1;}


/**/
html{
    font-size: 16px;
    font-family:'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    color: #000033;
    letter-spacing: .05em;
}

.wrapper{
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

header,footer{
    background-color:#333;
}

/*
 header
*/
header .wrapper{height: 5rem;}
header{
    position: fixed;
    width: 100%;
    z-index: 10000000;
}

#logo_jr{
    position: absolute;
    top:20px;
    left: 0;
}
#logo_ds{
    position: absolute;
    top:10px;
    left: 50%;
    margin-left: -128px;
}
#menubtn{
    position: absolute;
    top:20px;
    right: 0; 
}

/*
 footer
*/
footer{
    text-align: center;
    color: #fff;
    padding: 2rem 0 4rem;
}
footer p{
    font-size: 0.8rem;
    margin-top:1rem;
    font-family:'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}
/*
ヘッダー周り
*/
.open_menu{
    display: none;
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100000;
    background-color: #333333;
    opacity: 0.95;
    color: #fff;
    padding-bottom: 5rem;
    text-align: center;
    font-family:'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}
.open_menu .title{margin-bottom: 2.5rem;}
.open_menu div{
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #bd904b;
}
.open_menu ul{
    font-size: 1.5rem;
    margin-bottom: 3rem;
}
.open_menu li{
    display: inline-block;
    border-right: 1px solid #fff;
    padding-right: 1rem;
    padding-left: 1rem;
}
.open_menu li:first-child{
    padding-left:0;
}
.open_menu li:last-child{
    border: none;
}
.open_menu li a:hover{
    text-decoration: underline;
}



#contents{
    padding-bottom: 5rem;
    background-color: #f2f0dd;   
}
/*
コンテンツヘッダー
*/
.contents_header{
    padding-top: 5rem;
}
#map{
    position: absolute;
    top: -22rem;
    right: 0;
}
.title{
    text-align: center;
    padding:1rem 0;
    background-color: #fff;
}

#mainimg{width: 100%;}
#mainimg .slick-list{
    padding: 0;
}
#mainimg .slick-slide{
    padding: 0;
}
#mainimg img{
    display: inline-block;
    width: 100%;
}

@media screen and (min-width:1440px){
}

#page_menu{
    padding: 1rem 0;
    text-align: center;
}
#page_menu li{
    display:inline-block;
    border-right: 1px solid #fff;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    color: #fff;
    
}
#page_menu li a{
    display: block;
    background-image: url("../img/arrow_bottom.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 2.5rem;
}
#page_menu li:first-child{padding-left: 0;}
#page_menu li:last-child{padding-right: 0;border: none;}


/*
コンテンツボディ
*/

/*汎用*/
h3.ttlbar{
    color: #fff;
    background-color: #000033;
    padding: 0.8rem;
    text-align: center;
    font-size: 1.2rem;
}
.btn{
    padding: 0.8rem 1rem 0.8rem 2rem;
    border: #000033 solid 2px;
    background-color: #fff;
    display: block;
    border-radius: 2rem;
    width: 12rem;
    box-sizing: border-box;
    margin: 0 auto;
    transition: 0.5s;
    font-family:'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}
.btn:hover{background-color: #000033;color: #fff;}
.btn::after{
    content: "→";
    margin-left: 1.5rem;
}
.btn_w{
    width: 20rem;
    text-align: center;
}
.caption{
    font-size: 0.9rem;
    padding-top: 1rem;
    font-weight: bold;
}
.caption li{
    margin-bottom: .75rem;
}

/*tabarea*/
.tabnav ul{display: flex;}
.tabnav li{
    width: 50%;
    font-family:'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
    box-sizing: border-box;
    padding: 2rem 1rem;
    font-weight: bold;
    font-size: 1.75rem;
    background-color: #cccccc;
    color: #fff;
    text-align: center;
    background-image: url("../img/arrow_bottom.png");
    background-repeat: no-repeat;
    background-position: center bottom 0.8rem;
}
.tabnav li:hover{cursor: pointer;}
.tabnav li.active{
    background-color: #fff;
    color: #000033;
    background-image: url("../img/arrow_bottom_active.png");
    background-repeat: no-repeat;
    background-position: center bottom 0.8rem;
}

/*tab content*/
.tabcontent{
    display:flex;
    width: 100%;
    overflow: hidden;
    align-items: flex-start;
}
.tabcontent>div{width: 100%;}
.tabcontent .imgSlide{width: 100%;}
.tabcontent .imgSlide .slidenone{
    padding-top: 65px;
    width: 720px;
    margin:0 auto ;
}
.tabcontent .imgSlide .about{
    text-align: left !important;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.tabcontent .imgSlide .explain{
    text-align: left !important;
    font-size: 1rem;
}
.tabcontent .imgSlide dt{margin-bottom: 1rem;}
.tabcontent .imgSlide dd{line-height: 1.5em;}

.tabcontent dl{
    display: inline-block;
    width: 100%;
    max-width: 720px;
    margin-bottom: 2rem !important;
}
.tabcontent .slick-prev{
    z-index:1000000;
    left: calc( 50% - 450px ) !important;
    top: 40% !important;
}
.tabcontent .slick-next{
    z-index:1000000;
    right: calc( 50% - 450px ) !important;
    top: 40% !important;
}

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


.contents_body{
    position: relative;
}
.contents_body .sections{padding-top: 6rem;}

.contents_body h2{
    text-align: center;
    font-size: 2rem;
    line-height: .55em;
    margin-bottom: 2rem ;
}
.contents_body h2 span{font-size: 0.8rem;}



/*#news*/
#news{
    width: 80%;
}
#news li{
    margin-bottom: 3rem;
}
#news li .date{
    margin-right: 2rem;
}

/*noren対応*/
#news_section{
    width: 100%;
    background: #fff;
    margin-top: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#news_section>div>div{
    width: 63%;
}
#news_section #news{
    width: 100%;
}
#news_section #news li{
    margin-bottom: 1.75rem;
    display: table;
    line-height: 1.75rem;
}
#news_section #news li span{

}
#news_section #news li .date{
    margin-right: 2rem;
    display: table-cell;
    width: 10rem;
}

#news_section .title{
    background: none;
}
#news_section .title a{
    text-decoration: underline;
}
#news_section #news li .pdf{
    font-size: 0;
}
#news_section #news li .pdf:before{
    content: url(https://www.jrkyushu.co.jp/common/img/ico/ico_pdf_file_01.png);

}
#news_section .scrollBox01{
    height: 20rem;
    overflow: scroll;
    scrollbar-color: #000033;
}


#news_section .scrollBox01::-webkit-scrollbar {
  width: 10px;
  height: 0px;
}
#news_section .scrollBox01::-webkit-scrollbar-track {
  background: #eee;
}
#news_section .scrollBox01::-webkit-scrollbar-thumb {
  background: #000033;
}


.tags{
    background-color: #000033;
    color: #fff;
    padding: .5rem;
    border-radius:1rem;
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 0.75rem;
    width: 8rem;
    text-align: center;
}


#schedule article{margin-bottom: 4rem;}
#schedule h3+p{
    background-color: #fff;
    padding: 1.5rem;
    text-align: center;
    font-weight: bold;
}
#schedule .tabcontent>div{
    display: none;
}
#schedule .tabcontent>div:first-child{display:block;}
#schedule table{
    background-color: #fff;
    border-collapse: collapse;
    width: 100%;
}
#schedule tr{
    border-bottom: dotted #999 1px;
}
#schedule th,#schedule td{
    padding: 1.5rem;
    text-align: center;
}
#schedule table th:nth-child(2n),
#schedule table th:nth-child(4n),
#schedule table td:nth-child(2n),
#schedule table td:nth-child(4n){
    background-color: #f1f0f0;
}
#schedule .tabcontent{
    padding-top: 1.75rem;
    background-color: #fff;
}


/*
calendar
*/
#calendar>div{
    background-color: #fff;
    padding: 2rem 0;
}
#calendar .slick-prev{left: 90px !important;z-index: 100000;}
#calendar .slick-next{right: 90px !important;z-index: 100000;}
#calendar .slick-slide{
    padding:0px 135px;
}
#calendar .caption{
    text-align: left;
    width: 550px;
    margin: 0 auto;
}
#calendar .caption li{
    line-height: 1.5em;
}

/*
ticket
*/
.main_ticket{
    display: table;
    margin-bottom: 3rem;
    width: 100%;
}
.main_ticket h4{
    background-color: #000033;
    color: #fff;
    padding: 1rem;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 30%;
}
.main_ticket h4 span{font-size: 110%;}
.main_ticket div{
    background-color: #fff;
    padding: 1rem;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.main_ticket div>p{margin-bottom: 0.75rem;}
/*.main_ticket .price{display: flex;}*/
.main_ticket .price li{
    font-size: 2rem;
    font-weight: bold;
}
.main_ticket .price li span{
    font-size: 1rem;
    font-weight: normal;
}
.pricedown{
    width: 100%;
    margin: 0 auto 4rem;
    display: table;
}
.pricedown h2{
    display: table-cell;
    color: #fff;
    background-color: #000033;
    width: 30%;
    vertical-align: middle;
    font-size: 1.5rem;
}
.pricedown>div{
    display: table-cell;
    background-color: #fff;
}
.pricedown>div>article{
    padding: 2rem 1rem;
}
.pricedown h3{
    margin: 0 auto 2rem;
    text-align: center;
}
.pricedown h3 span{
    font-size: 1.25rem;
}
.pricedown h3 span:nth-child(2n){
    text-align: left;
    padding-left: 1rem;
}
.pricedown .limited{
    color: #fff;
    background-color: #e30015;
    padding: .5rem 1rem;
    font-size: 1rem;;
    width: 30%;
}
.pricedown>div{
    text-align: center;
    margin-bottom: 2rem;
}
.pricedown>div p{
    line-height: 2.5em;
}
.pricedown .price{
    color: #e30015;
    font-size: 1.8rem;
    font-weight: bold;
}

/*
introduce
*/

#introduce>div>p{
    text-align: center;
    margin-bottom: 2rem;
}
#formation dl{
    margin-bottom: 4rem;
    margin-top: 1rem;
    text-align: center;
}
#formation dt{line-height: 1.8em;}

.sample{
    font-size: 0.8rem;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.attention{
    display: table;
    width: 100%;
    margin-bottom: 5rem;
    margin-top: 2rem;
}
.attention>div,.attention>p{
    display: table-cell;
    border:#e30015 2px solid;
    padding: 0.5rem 1rem;
    background-color: #fff;
    color: #e30015;
    font-size: 0.75rem;
    vertical-align: middle;
}
.attention>div{
    color: #fff;
    background-color: #e30015;
    width: 10%;
    text-align: center;
}


#seat h5{
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    margin-top: 4rem;
}
#seat .tabnav li{font-size: 1.2rem;}
.train_img div{
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
}


.view div{
    width:760px;
    margin: 5rem auto 3rem;
}




.page-enjoy #map{top:-28rem;}
#message{
    width: 70%;
    margin-bottom: 5rem;
}
#message .catch{
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
#message h2{
    font-size: 2rem;
    line-height: 2.75rem;
    text-align: left;
}
#message {line-height: 2em;}
.handmade_map{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.handmade_map h3{margin-bottom: 3rem;}
.handmade_map>div{
    display: flex;
    justify-content: space-around;
}
.handmade_map dl{
    width:360px;
    margin-right: 0rem;
}

.handmade_map dd{
    text-align: right
    
}

/*
salses
*/
#sales>p{
    text-align: center;
    margin-bottom: 2rem;
}
.rosen{
    margin-top: 8rem;
    margin-bottom: 4rem;
}

.list{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    width: 90%;
    margin: 3rem auto;
}
.list dl{
    width: 360px;
    margin: 0 2rem 3rem;
}
.list dd{
    margin-top: 0.5rem;
}


.special{
    background-color: #e30015;
    color: #fff;
    display: inline-block;
    padding: 0.5rem;
    margin-top: 0.5rem;
}
.list .name{
    font-size: 1.5rem;
}
.menutbl{
    margin-bottom: 4rem;
}
.reserve{
    margin-bottom: 3rem;
}
.reserve h4{
    border:2px solid #e30015;
    background-color: #e30015;
    color: #fff;
    text-align: center;
    padding: 0.5rem;
}
.reserve p{
    background-color: #fff;
    padding: 1rem 2rem;
    line-height: 2em;
}

.covid{
    margin-bottom: 3rem;
}
.covid h4{
    border:2px solid #000033;
    background-color: #000033;
    color: #fff;
    text-align: center;
    padding: 0.5rem;
}
.covid p{
    background-color: #fff;
    padding: 1rem 2rem;
    line-height: 2em;
}
/*
story
*/
#story h2{
    text-align: center;
    line-height: 2rem;
    font-weight: bold;
    margin-bottom: 5rem;
}
#story h2 span{font-size: 1rem;}
#story article{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
}
#story .txt{width: 48%;}
#story .txt h4{
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    font-size: 2rem;
}
#story .img{width: 48%;}


/*
bnr_reserve
*/

#bnr_reserve{
    position: sticky;
    bottom: 10rem;
    left: 100%;
    width: 220px;
    background: #fff;
    box-shadow: -5px 5px 0 rgba(0,0,0,0.2);
    text-align: center;
    z-index: 1000000;
    margin-bottom: 20px;
}
#bnr_reserve .trainname{padding: 0.5rem;}
#bnr_reserve div{padding: 1rem;}


.gototop{
    color: #fff;
    width: 90px;
    height: 90px;
    bottom: 0;
    margin-bottom: -5rem;
    position: sticky;
    left: 90%;
}
.yoyaku{
    font-family:'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
    font-size: 1rem;
}

/*---*/

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

.pcOnly{display: none !important;}
.spOnly{display: block !important;}
.pcInline{display: none !important;}

html{font-size: 13px;}
.wrapper{
    width: 90%;
}

/*slick*/

/*
 header
*/
header .wrapper{
    height: 6rem;
}
footer{
    text-align: center;
    color: #fff;
    padding: 2rem 0 4rem;
}

#logo_jr{
    position: absolute;
    top:2rem;
    left: 0.5rem;
    width: 10vw;
}
#logo_jr img{
    width: 100%;
}
#logo_ds{
    top:1rem;
    left: 50%;
    margin-left: -128px;
}
#logo_ds img{
    width: 60%;
    margin-left: 20%;
    margin-top: 3%;
}
#menubtn{
    position: absolute;
    top:20px;
    right: 1rem; 
    width: 10vw;
    height: 9vw;
}
.open_menu{
    top:6rem;
    height: 100vh;
}
.open_menu ul{
    margin-bottom: 2rem;
}
.open_menu li{
    display: block;
    border-right: none;
    padding: 0;
    margin-bottom: 1rem;
}
.open_menu li:last-child{
    border: none;
}
/*------*/
.contents_header{
    padding-top: 6rem;
}
.title{padding:1rem 6rem;box-sizing: border-box;}
.title img{width: 100%;}

#map{
    position: relative;
    top: 2rem;
    right:auto;
    text-align: center;
    margin-bottom: 4rem;
}
#map img{
    width: 100%;
}
#contents{padding-bottom: 8rem;}
#page_menu{padding: 1rem 0;text-align: center;}
#page_menu li{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 0.8rem;
}
.contents_body .sections{padding-top: 3rem;}
.contents_body h2{
    margin-bottom: 1rem ;
}

/*noren対応*/
#news_section>div>div{
    width: 100%;
}
#news_section #news{
    width: 100%;
}
#news_section #news li{
    margin-bottom: 1.75rem;
    display: table;
    line-height: 1.75rem;
    text-align: left;
}
#news_section #news li .date{
    margin-right: 1rem;
}

#news_section .title{
    background: none;
    padding: 0;
    text-align: left;
}



#news li{
    margin-bottom: 1rem;
    text-align: center;
}
.tags{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}
#news li .news_title{
    text-align: left;
    display: inline-block;
    margin-bottom: 1rem;
}
#schedule article p{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
#schedule tr{
    border-bottom: dotted #999 1px;
}
#schedule th,#schedule td{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1rem;
}
.tabnav li{font-size: 1rem;}
.tabcontent .imgSlide{
    width: 96%;
    margin: 0 auto 2rem;
}
.tabcontent .slick-slide{
    padding:0 2vw;
    width: 96vw;
}

.slick-slide img{width: auto;}
.tabcontent .slick-prev{
    z-index:1000000;
    left: calc( 50% - 450px ) !important;
    top: 40% !important;
    display: none !important;;
}
.tabcontent .slick-next{
    z-index:1000000;
    right: calc( 50% - 450px ) !important;
    top: 40% !important;
    display: none !important;;
}
.tabcontent .imgSlide .slidenone{
    padding-top: 1rem;
    width: 100%;
    margin:0 auto 2rem;
}
.tabcontent .imgSlide .slidenone dl{
    width: 100%;
}
h5{
    font-size: 1.25rem;
}
.tabcontent dl{
    margin-bottom: 0rem !important;
}

#calendar>div{box-sizing: border-box;padding: 1.5rem 0.5rem 0.5rem;}
#calendar .imgSlide{width: 90%;margin: 0 auto;}
#calendar .slick-list{width: 100%;}
#calendar .slick-prev{display:block;top:60%;left: -5px !important;z-index: 100000;background-size: 45%;}
#calendar .slick-next{display:block;top:60%;right: -35px !important;z-index: 100000;background-size: 45%;}
#calendar .slick-slide{
    padding:0px 25px;
    width: 70vw;
}
#calendar .slick-slide img{width: 100%;}
#calendar .caption{
    padding: 0.5rem;
    text-align: left;
    line-height: 1.75em;
    width: 100%;
}
.main_ticket{
    display: block;
    margin-bottom: 3rem;
}
.main_ticket h4{
    background-color: #000033;
    color: #fff;
    padding: 1rem;
    text-align: center;
    display: block;
    width: 100%;
}
.main_ticket h4 span{
    font-size: 200%;
}
.main_ticket div{
    display: block;
    text-align: center;
}
.main_ticket .price{
    display: block;
}
.main_ticket .price li{
    text-align: center;
}
.pricedown{
    width: 100%;
}
.pricedown>h2{
    background-color: #000033;
    color: #fff;
    padding: 1rem;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.pricedown>div{
    text-align: center;
    display: block;
    margin-bottom: 0.5rem;
    width: 100%;
}
.pricedown h3 span{
    display: block;
    text-align: center;
    font-weight: bold;
}
.pricedown h3 span:nth-child(2n){
    text-align: center;
}
.pricedown .limited{
    width: 10rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.pricedown>div p{
    line-height: 2em;
}
.btn{
    padding: 0.8rem 1rem 0.8rem 2rem;
    width: 15rem;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1.25rem;
}
.btn_w{
    width: 80%;
    margin:0 auto;
}

#introduce>div>p{
    margin-bottom:1rem;
}
#introduce dl img{
    width: 100%;
}
.attention>div,.attention>p{
    font-size: 0.85rem;
}
.train_img div{
    margin-bottom: 2rem;
}
.train_img div img{
    width: 100%;
}
#seat .about{font-size: 1.25rem;margin-bottom: 0.25rem;}
#seat .explain{font-size: 1rem;}
.view div{width:100%;margin-top: 2.5rem;}
.view div iframe{width: 100%;}
.view div .btn_w{
    margin-top: 3rem;
}
.page-enjoy #map{top:auto;margin-bottom: 5rem;}
#message{width: 100%;margin-bottom:2rem;}
#message .catch{
    font-size: 1.5rem;
}
.rosen{
    margin-top: 6rem;
    margin-bottom: 2rem;
}
.rosen.first{
    margin-top: 3rem;
}
.rosen img{
    width: 100%;
    margin: 0 auto;
}
#intrain dl{width: 100%;}
#intrain dl img{width: 100%;}

#intrain .about{font-size: 1rem;}
#intrain .explain{font-size: 0.75rem;}

#intrain dt{
    margin-bottom: 1rem;
}
#intrain dd{
    line-height: 1.5em;
}
.handmade_map{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.handmade_map h3{
    margin-bottom: 3rem;
}
.handmade_map>div{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.menutbl img{
    width: 100%;
}
.menutbl p{
    margin-top: 0.75rem;
    font-size: 0.75rem;
}
#intrain .handmade_map dl{
    width:100%;
    margin-right: 0;
    margin-bottom: 2rem;
}
.handmade_map dt,.handmade_map dd{width: 100%;}
.handmade_map dl img{width: 100%;}

#sales>p{font-size: 1.25rem;}
.list dl{width: 100%;margin: 0 0 3rem;}
.list dl img{width: 100%;}
.list .name{font-size:1.25rem;}
.special{
    margin-top: 1rem !important;
    padding: 0.25rem 0.5rem;
}
.reserve p{font-size: 0.8rem;padding: 1rem;}
#story h2{
    margin-bottom: 2rem;
}
#story article{
    display: block;
}
#story h3{
    width: 50%;
}
#story h3 img{
    width: 100%;
}
#story .txt{
    width: 100%;
    margin-bottom: 2rem;
}
#story .img{
    width: 100%;
}
#story .img img{
    width: 100%;
}


#bnr_reserve{
    position: sticky;
    bottom: 0;
    left: auto;
    width: 65vw;
    margin: 0 auto;
    background: #fff;
    box-shadow: none;
    text-align: center;
    margin-top: 5rem;
    border: none;
}
#bnr_reserve .trainname{
    padding: 1.25rem;
    border: none;
}
.yoyaku{
    font-size: 1.25rem;
}
.gototop{
    width: 10vw;
    height: 10vw;
    left: 88vw;
    margin-bottom: -8rem;
}
.gototop img{
    width: 100%;
}
}











/*menu*/
/*=============================
.btn-trigger
=============================*/
.btn-trigger {
position: relative;
width: 50px;
height: 44px;
cursor: pointer;
}
.btn-trigger span {
position: absolute;
left: 0;
width: 100%;
height: 4px;
background-color: #fff;
border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
display: inline-block;
transition: all .5s;
box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
top: 0;
}
.btn-trigger span:nth-of-type(2) {
top: 20px;
}
.btn-trigger span:nth-of-type(3) {
bottom: 0;
}
#menubtn span:nth-of-type(1) {
-webkit-animation: btn07-bar01 .75s forwards;
animation: btn07-bar01 .75s forwards;
}
@-webkit-keyframes btn07-bar01 {
0% {
    -webkit-transform: translateY(20px) rotate(45deg);
}
50% {
    -webkit-transform: translateY(20px) rotate(0);
}
100% {
    -webkit-transform: translateY(0) rotate(0);
}
}
@keyframes btn07-bar01 {
0% {
    transform: translateY(20px) rotate(45deg);
}
50% {
    transform: translateY(20px) rotate(0);
}
100% {
    transform: translateY(0) rotate(0);
}
}
#menubtn span:nth-of-type(2) {
transition: all .25s .25s;
opacity: 1;
}
#menubtn span:nth-of-type(3) {
-webkit-animation: btn07-bar03 .75s forwards;
animation: btn07-bar03 .75s forwards;
}
@-webkit-keyframes btn07-bar03 {
0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
}
50% {
    -webkit-transform: translateY(-20px) rotate(0);
}
100% {
    -webkit-transform: translateY(0) rotate(0);
}
}
@keyframes btn07-bar03 {
0% {
    transform: translateY(-20px) rotate(-45deg);
}
50% {
    transform: translateY(-20px) rotate(0);
}
100% {
    transform: translateY(0) rotate(0);
}
}
#menubtn.active span:nth-of-type(1) {
-webkit-animation: active-btn07-bar01 .75s forwards;
animation: active-btn07-bar01 .75s forwards;
}
@-webkit-keyframes active-btn07-bar01 {
0% {
    -webkit-transform: translateY(0) rotate(0);
}
50% {
    -webkit-transform: translateY(20px) rotate(0);
}
100% {
    -webkit-transform: translateY(20px) rotate(45deg);
}
}
@keyframes active-btn07-bar01 {
0% {
    transform: translateY(0) rotate(0);
}
50% {
    transform: translateY(20px) rotate(0);
}
100% {
    transform: translateY(20px) rotate(45deg);
}
}
#menubtn.active span:nth-of-type(2) {
opacity: 0;
}
#menubtn.active span:nth-of-type(3) {
-webkit-animation: active-btn07-bar03 .75s forwards;
animation: active-btn07-bar03 .75s forwards;
}
@-webkit-keyframes active-btn07-bar03 {
0% {
    -webkit-transform: translateY(0) rotate(0);
}
50% {
    -webkit-transform: translateY(-20px) rotate(0);
}
100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
}
}
@keyframes active-btn07-bar03 {
0% {transform: translateY(0) rotate(0);}
50% {transform: translateY(-20px) rotate(0);}
100% {transform: translateY(-20px) rotate(-45deg);}
}

@media screen and (max-width: 767px){
    .btn-trigger span:nth-of-type(1) {
    top: 0;
    }
    .btn-trigger span:nth-of-type(2) {
    top: 15px;
    }
    .btn-trigger span:nth-of-type(3) {
    bottom: 0;
    }
    .btn-trigger.active span:nth-of-type(3) {
    bottom: -8px;
    }
}
