@charset "UTF-8";

article {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #3a3a3a;
}

.container {
    padding-left: 12px;
    padding-right: 12px;
}

#newsflash{
   display: none !important;
}
.color-green{
   color: #5f891b;
}
.color-orange{
   color: #e9935a;
}

.content-header{
   margin-bottom: 30px;
   text-align: center;
}
.content-header h2,
.content-header h1{
   text-align: center;
   font-size: 15px;
   font-weight: bold;
   line-height: 1.4;
}
#Sns .content-header h2{
   font-size: 16px;
}
.content-header div img{
	height: 35px;
	width: auto;
}

#Guide .content-header div img{
	height: 68px;
}

.content-header div.sub {
	margin-bottom: 20px;
}
.content-header div + h2,
.content-header div + h1{
   margin-top: 25px;
    color: #3a3a3a;
}
.content-header h2 small,
.content-header h1 small{
   display: block;
   font-weight: bold;
}
.content-header p{
   text-align: left;
   font-size: 14px;
}
.underpage .content-header p{
   font-size:14px;
}
.content-header h2 + p,
.content-header h1 + p{
   margin-top: 20px;
    color: #3a3a3a;
}

.detail-info{
   margin-top: 20px;
   margin-bottom: 20px;
}
.detail-info p{
   font-size: 12px;
   line-height: 1.6;
   padding: 0 10px;
}
.detail-info p small{
   display: block;
   line-height: 1.4;
   margin-top: 10px;
}
.text-sample-plan{
   border-bottom: 2px solid #6790DC;
   font-size: 14px;
   padding: 3px 0px 5px 3px;
   margin-bottom: 20px;
   font-weight: bold;
   display: flex;
   align-items: flex-start;
}
.text-sample-plan span{
   display: inline-block;
   line-height: 1;
   background: #6790DC;
   border-radius: 100px;
   color: #fff;
   font-size: 80%;
   padding: 5px;
   width: 50px;
   text-align: center;
}
.text-sample-plan span.w-100px{
	width: 100px;
	padding: 5px;
}
.text-sample-plan b{
   width: calc(100% - 60px);
   padding-left: 5px;
	font-size: 13px;
}

.student-mainpage .text-sample-plan {
    border-bottom: 2px solid #3a3a3a;
}

.student-mainpage .text-sample-plan span {
    background: #d9f0d6;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
}

.wrap-area .card-plan .text-sample-plan{
   padding: 0 0px 5px;
   margin: 0;
   font-size: 18px;
}
.wrap-area .card-plan .text-sample-plan.title-pokkiri{
   padding-left:60px;
   position: relative;
}

.btn-main{
   background: #C06DBF;
   display: inline-block;
   border-radius: 5px;
   color: #fff;
   text-decoration: none;
   text-align: center;
   font-size: 13px;
   padding: 10px 30px 10px 10px;
   margin:0 auto;
   position: relative;
   box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
   cursor: pointer;
}
.card-plan .btn-main{
   font-size: 16px;
   display: block;
   width: 100%;
   padding: 12px 23px 12px 15px;
}
.btn-main:before,.btn-main:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    font-weight: 900;
}
.btn-main.add-window:before{
    content: "\f24d";
    font-weight: normal;
    font-size: 80%;
}
.card-plan .btn-main:before{
    right: 8px;
}
.btn-main:hover{
   text-decoration: none;
   color: #fff;
   opacity: 0.5;
}
.btn-main b{
   display: block;
}
.btn-main.add-ver2{
   border: solid 2px #5f891b;
   color: #5f891b;
   background: #fff;
   box-shadow: none;
   padding: 8px 20px 8px 15px;
   width: 100%;
   max-width: 330px;
   margin-left: auto;
   margin-right: auto;
}

.student-mainpage .btn-main {
    border-radius: 50px;
    border: 1px solid #838383;
    color: #838383;
    font-size: 11px;
    font-weight: bold;
    background: #E5FCFF;
    text-align: center;
    padding: 6px 8px;
    max-width: 86%;
    box-shadow: none;
}

.student-mainpage .btn-main02 {
    border-radius: 50px;
    border: 1px solid #838383;
    color: #3a3a3a;
    font-size: 11px;
    font-weight: bold;
    background: #E5FCFF;
    text-align: center;
    padding: 6px 8px;
    max-width: 46%;
    box-shadow: none;
}


.student-mainpage .btn-main02:hover {
    opacity: 0.6;
    color: #838383;
}

.btn-otherpage{
   background: #6790DC;
   display: block;
   width: 100%;
   max-width: 560px;
   border-radius: 5px;
   color: #fff;
   text-decoration: none;
   text-align: center;
   font-size: 14px;
   padding: 10px 30px 10px 10px;
   margin:0 auto;
   position: relative;
   box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
}
.btn-otherpage:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    font-weight: 900;
}
.btn-otherpage:hover{
   text-decoration: none;
   color: #fff;
   opacity: 0.5;
}

/* mainpage common btn*/
.student-mainpage .btn-otherpage{
   background: #FFE7ED;
   border: 2px solid #838383;
   border-radius: 100px;
   display: block;
   width: 100%;
    max-width: 86%;
   color: #838383;
   text-decoration: none;
   text-align: center;
   font-size: 14px;
   font-weight: bold;
   padding: 10px 12px;
   margin:0 auto;
   position: relative;
   box-shadow: none;
}
.student-mainpage .btn-otherpage:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    font-weight: 900;
    color: #838383;
}
.student-mainpage .btn-otherpage:hover{
   text-decoration: none;
   color: #3a3a3a;
   opacity: 0.5;
}

.student-mainpage #Busprice .btn-otherpage{
    background: #E4FCFF !important;
}

.wrap-area-other p{
   font-size: 15px;
   margin-bottom: 20px;
   position: relative;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 0;
   font-weight: 900;
}
.wrap-area-other p span{
    padding: 0 20px;
}
.wrap-area-other p:before,
.wrap-area-other p:after{
    content: "";
    display: inline-block;
    width: 4px;
    height: 30px;
    background: #000;
    border-radius: 2px;
}
.wrap-area-other p:before{
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.wrap-area-other p:after{
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

@media (max-width: 340px) {
    .student-mainpage .btn-otherpage {
        max-width: 98%;
    }
}

@media(min-width:768px) {
.content-header{
   margin-bottom: 40px;
}
.content-header h2,
.content-header h1{
   font-size: 22px;
}
#Sns .content-header h2{
   font-size: 18px;
}
.content-header div img{
    zoom:0.5;
    height: 105px;
	width: auto;
}
	
#Guide .content-header div img{
	height: 258px;
}	

.content-header div.img-min img{
   zoom:0.8;
}
.content-header div + h2,
.content-header div + h1{
   margin-top: 25px;
}
.content-header p{
   text-align: center;
   font-size: 18px;
}
.underpage .content-header p{
   font-size: 16px;
}
.content-header h2 + p,
.content-header h1 + p{
   margin-top: 30px;
}
.btn-main{
   font-size: 16px;
   padding: 15px 50px 15px 25px;
}
.card-plan .btn-main{
   font-size: 16px;
   padding: 12px 30px 12px 10px;
}
.btn-main:before {
    right: 20px;
}
.btn-main.add-ver2{
   padding: 8px 30px 8px 10px;
}
.card-plan .btn-main:before {
    right: 10px;
}
    
/*
.student-mainpage .btn-main{
    border-radius: 50px;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    font-size: 11px;
    font-weight: bold;
    background: #E5FCFF;
    text-align: center;
    box-shadow: none;
}
*/
    
.btn-otherpage{
   font-size: 16px;
   padding: 15px 10px;
}
.btn-otherpage:before {
    right: 20px;
}
    
.student-mainpage .btn-otherpage {
    max-width: 563px;
    padding: 20px 30px 20px 10px;  
}

.wrap-area .card-plan .text-sample-plan{
   padding: 0 0px 5px;
   border-bottom: 3px solid #FFD545;
}
.wrap-area-other p{
   font-size: 18px;
}
.detail-info p{
   font-size: 14px;
}	
	.text-sample-plan b{
		font-size: 16px;
	}	
}

@media (min-width: 1024px) {
    .student-mainpage .btn-otherpage {
        font-size: 16px;    
    }
}



/* ====================================
メインビジュアル
==================================== */
#Hero{
   background: #F6F6F6;
}
.hero-logo{
   text-align: center;
}
.hero-logo .pc-on{
   display: none;
}
.underpage .hero-inner{
   background:url(/static/img/campaign/student/bg.jpg) no-repeat center center;
   background-size: cover;
   padding: 10px 10px;
   text-align: center;
}
.underpage .hero-logo img{
   width: 100%;
   max-width: 220px;
   margin-right: auto;
   margin-left: auto;
}
.hero-lead{
   padding-top: 20px;
}
.wrap-recommend{
   width: 100%;
   max-width: 700px;
   position: relative;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}
.wrap-recommend p{
   font-size: 14px;
   line-height: 1.6;
   text-align: left;
}
.wrap-recommend p + p{
   margin-top: 10px;
}
.wrap-recommend p.main-recommend{
   font-size: 20px;
   font-weight: bold;
   text-align: center;
   line-height: 1.4;
}
.wrap-leadimg{
   width: 100%;
   max-width: 680px;
   margin:20px auto 0;
   padding: 0 20px;
}
@media(min-width:768px) {
.hero-logo .pc-on{
   display: inline-block;
}
.hero-logo .sp-on{
   display: none;
}
.underpage .hero-inner{
   padding: 10px 0;
}
.underpage .hero-logo img{
   max-width: 460px;
}
.hero-lead p{
   font-size: 24px;
}
.wrap-recommend p{
   font-size: 16px;
   text-align: center;
}
.wrap-recommend p.main-recommend{
   font-size: 22px;
}
.wrap-leadimg{
   margin:40px auto 0;
   padding: 0;
}
}


#maincontents{
   background: #F6F6F6;
   padding: 20px 12px 50px;
}
.inner-maincontents{
    border: solid 4px #6790DC;
    border-radius: 20px;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    background: #fff;
    padding: 25px 0px 0;
    overflow: hidden;
}
.student-mainpage .inner-maincontents{
   border: solid 3px #CFCFCF;
   border-radius: 20px;
   width: 100%;
   max-width: 1380px;
   margin:0 auto;
   background: #fff;
   padding: 25px 0px 0;
   overflow: hidden;
}
.list-localnav{
    width: 94%;
	max-width: 340px;
    margin:0 auto 60px;
    display: flex;
    justify-content: space-between;	
}
.underpage .list-localnav{
   margin:0 auto 35px;
}
.list-localnav > li{
   width: 29%;
   margin:0 1%;
   padding: 0;
}
.underpage .list-localnav > li{
   width: 45%;
   margin:0 1%;
   padding: 0;
}

.list-localnav > li + li{
   margin-top: 0;
}
.list-localnav > li a{
   display: block;
   text-align: center;
   font-size: 13px;
   font-weight: bold;
   position: relative;
   z-index: 3;
}
.list-localnav > li a span{
   display: block;
   background: #A98FDA;
   color: #fff;
   padding: 15px 0;
   z-index: 2;
   position: relative;
   border-radius: 10px;
	min-height: 75px;
}
.list-localnav > li a.oneline span{
	line-height: 40px;
}

.list-localnav > li a:hover{
   text-decoration: none;
   opacity: 0.5;
}
.list-localnav > li a:after{
   content: "";
   width: 100%;
   height: 100%;
   position: absolute;
   bottom: -7px;
   right: -7px;
   background: #fff;
   border:solid 3px #A98FDA;
   border-radius: 10px;
   z-index: 1;
}

.list-localnav > li a span::before{
	content: "\f107";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translate(-50%, -50%);
    font-weight: 900;
}


/*2025改修用　ページ内ナビ*/
.student-mainpage .list-localnav{
   width: 100%;
   margin: 0 auto 30px;
   display: flex;
   justify-content: space-between;	
}

.student-mainpage .list-localnav > li{
   width: 31%;
   margin: 0 1%;
   padding: 0;
}

.student-mainpage .list-localnav > li + li{
   margin-top: 0;
}

.student-mainpage .list-localnav > li a{
   display: block;
   text-align: center;
   font-size: 13px;
   font-weight: bold;
   position: relative;
   z-index: 3;
}
.student-mainpage .list-localnav > li a span{
   display: block;
   background: #F9F0B9;
   color: #838383;
   padding: 12px 0 14px;
   z-index: 2;
   position: relative;
   min-height: 60px;
   border: 1px solid #838383;
   border-radius: 100px;
}
/*
.student-mainpage　.list-localnav > li a.oneline span{
	line-height: 36px;
}
*/

.student-mainpage .list-localnav > li a:hover{
   text-decoration: none;
   opacity: 0.5;
}

.student-mainpage .list-localnav > li a span::before{
	content: "\f107";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 50%;
    top: 56.5px;
    transform: translate(-50%, -50%);
    font-weight: 900;
}
.student-mainpage .list-localnav > li a:after {
    content: none;
}


@media(min-width:768px) {
    #maincontents{
       padding: 40px 20px 100px;
    }
    .inner-maincontents{
        border: solid 8px #6790DC;
        border-radius: 50px;
        padding: 40px 0px 0;
    }
    
    .student-mainpage .inner-maincontents{
       border: solid 3px #CFCFCF;
       border-radius: 50px;
       padding: 40px 0px 0;
    }

    .list-localnav{
       display: flex;
       margin:0 auto 80px;
       justify-content: center;
        max-width: 960px;
    }
    .underpage .list-localnav{
       margin:0 auto 40px;
    }
    .list-localnav > li{
       width: 31.33%;
       margin:0 1%;
       padding: 0;
    }
    .list-localnav > li + li{
       margin-top: 0;
    }
    .list-localnav > li a{
       font-size: 18px;
    }
    .list-localnav > li a span{
       padding: 20px 12px 20px 0;
        font-size: 17px;
    }
    .list-localnav > li a span::before{
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 50%;
        left: 88%;
        transform: translate(0, -50%);
        font-weight: 900;
    }
    
    /*2025改修用　ページ内ナビ*/
    .student-mainpage　.list-localnav{
       display: flex;
       margin:0 auto 50px;
       justify-content: center;
        max-width: 960px;
    }
    .student-mainpage .list-localnav > li{
       width: 31.33%;
       margin:0 1%;
       padding: 0;
    }
    .student-mainpage .list-localnav > li + li{
       margin-top: 0;
    }
    .student-mainpage .list-localnav > li a{
       font-size: 18px;
    }
    .student-mainpage .list-localnav > li a span{
       padding: 20px 12px 20px 0;
        font-size: 17px;
        line-height: 1.2;
    }
    .student-mainpage .list-localnav > li a span::before{
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 50%;
        left: 88%;
        transform: translate(0, -50%);
        font-weight: 900;
    }

}


/* ====================================
キャンペーン
==================================== */
#Campaign{
   padding: 0 0px 40px;
   width: 100%;
   max-width: 755px;
   margin:0 auto;
}
.title-parkfeature{
   text-align: center;
   margin-bottom: 20px;
}
.title-parkfeature span{
   background: #6790DC;
   color: #fff;
   font-size: 16px;
   text-align: center;
   border-radius: 100px;
   padding: 10px 20px 8px;
   display: inline-block;
   line-height: 1;
}
.card-campaign{
   padding: 0;
}
.card-campaign a{
   text-decoration: none;
   display: block;
   padding-bottom: 10px;
}
.card-campaign a.link-tdr{
   background: #fed8fc;
}
.card-campaign a.link-usj{
   background: #6dcfe9;
}
.card-campaign a.link-fujiq{
   background: #96e4dc;
}
.card-campaign a.link-nagashima{
   background: #f0d473;
}
.card-campaign a.link-nesta{
   background: #d5ace4;
}
.card-campaign a span{
   width: 94%;
   margin:10px auto 0;
   position: relative;
}
.card-campaign a span:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    font-weight: 900;
}
.card-campaign a.link-tdr span{
   display: block;
   background: #d780c6;
   border:3px solid #d780c6;
   color: #fff;
   border-radius: 5px;
   text-align: center;
   padding: 5px 5px;
   font-size: 14px;
}
.card-campaign a.link-usj span{
   display: block;
   background: #6789e2;
   border:3px solid #6789e2;
   color: #fff;
   border-radius: 5px;
   text-align: center;
   padding: 5px 5px;
   font-size: 14px;
}
.card-campaign a.link-fujiq span{
   display: block;
   background: #58afaf;
   border:3px solid #58afaf;
   color: #fff;
   border-radius: 5px;
   text-align: center;
   padding: 5px 5px;
   font-size: 14px;
}
.card-campaign a.link-nagashima span{
   display: block;
   background: #be9f20;
   border:3px solid #be9f20;
   color: #fff;
   border-radius: 5px;
   text-align: center;
   padding: 5px 5px;
   font-size: 14px;
}
.card-campaign a.link-nesta span{
   display: block;
   background: #894ca6;
   border:3px solid #894ca6;
   color: #fff;
   border-radius: 5px;
   text-align: center;
   padding: 5px 5px;
   font-size: 14px;
}
.card-campaign a.link-tdr:hover span{
   background: #fff;
   border:3px solid #d780c6;
   color: #d780c6;
}
.card-campaign a.link-usj:hover span{
   background: #fff;
   border:3px solid #6789e2;
   color: #6789e2;
}
.card-campaign a.link-fujiq:hover span{
   background: #fff;
   border:3px solid #58afaf;
   color: #58afaf;
}
.card-campaign a.link-nagashima:hover span{
   background: #fff;
   border:3px solid #be9f20;
   color: #be9f20;
}
.card-campaign a.link-nesta:hover span{
   background: #fff;
   border:3px solid #894ca6;
   color: #894ca6;
}
.title-campaign{
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 10px;
}
.title-campaign img{
   width: 60px;
}
.title-campaign b{
   width: calc(100% - 80px);
   font-size: 18px;
   padding-top: 12px;
   text-align: left;
}
.wrap-campaign .row > .col-lg-12 + .col-lg-12{
   margin-top: 20px;
}
@media(min-width:768px) {
#Campaign{
   padding: 0 0px 80px;
}
.card-campaign a span{
   max-width: 300px;
}
.card-campaign a.link-tdr span,
.card-campaign a.link-usj span,
.card-campaign a.link-fujiq span,
.card-campaign a.link-nagashima span,
.card-campaign a.link-nesta span{
   border-radius: 10px;
   padding: 10px 5px;
   font-size: 18px;
   font-weight: bold;
}
.title-parkfeature span{
   font-size: 20px;
}
.title-campaign{
   align-items: flex-end;
   justify-content: center;
   margin-bottom: 20px;
}
.title-campaign b{
   padding-top: 0;
   width: auto;
   padding-left: 20px;
}
}




/* ====================================
人気の旅行先
==================================== */
#Area{
   padding:40px 0 40px 0px;
}
.wrap-area{
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 10px;
}
.row-area{
   display: flex;
   width: 500%;
}
#Area .row-area{
   display: flex;
   width: 240%;
}

#Area .btn-otherpage{
   display: flex;
   max-width: 370px;
   justify-content: center;
}

#Pickup .row-area{
   display: flex;
   width: 400%;
}

.col-area{
   width: 33%;
   padding: 0 8px;
}
#Seat .col-area{
   width: 14.28%;
}
.card-area{
   padding: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-top: 5px;
}

.card-area div:last-child{
	margin-top: auto;
}

.title-area{
   position: relative;
}
.wrap-area-other{
   margin-top: 5px;
   text-align: center;
}
#Area .wrap-area-other{
   margin-top: 30px;
}

.card-plan-price span{
	font-size: 16px!important;
}
@media(min-width:768px) {
#Area{
   padding:80px 0 80px 0px;
}
.wrap-area{
  width: 100%;
  overflow-x: scroll;
	padding-bottom: 20px;
}
.row-area{
   display: flex;
   width: 260%;
}
#Area .row-area{
   display: flex;
   width: 120%;
}
    
#Area .btn-main {
   padding: 12px 8px;
   font-size: 12px;
}

#Pickup .row-area{
   display: flex;
   width: 200%;
}
.col-area{
   padding: 0 5px;
}
#Seat .col-area{
   width: 25%;
   padding: 0 5px;
}
.wrap-area-other{
   margin-top: 0;
}
#Area .wrap-area-other{
   margin-top: 60px;
}
}
@media(min-width:992px) {
.col-area{
   padding: 0 10px!important;
}
}





/* ====================================
路線
==================================== */
#rosen{
	padding: 40px 0px;
}
#rosen .api-wrap{
   background: #fff;
   padding: 0 20px;
}
.wrap-shukatsupass{
   width: 100%;
   max-width: 700px;
   margin:0 auto 40px;
}
.title-shukatsupass{
   text-align: center;
   font-size: 18px;
   margin-bottom: 20px;
   position: relative;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 0;
   font-weight: 900;
}
.title-shukatsupass span{
    padding: 0 20px;
}
.title-shukatsupass:before,
.title-shukatsupass:after{
    content: "";
    display: inline-block;
    width: 4px;
    height: 45px;
    background: #000;
    border-radius: 2px;
}
.title-shukatsupass:before{
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.title-shukatsupass:after{
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
@media(min-width:768px) {
#rosen{
   padding: 80px 0px;
}
#rosen .api-wrap{
   padding: 20px 40px;
}
}

/* ====================================
学生旅行・卒業旅行に関するお役立ち情報
==================================== */
#Column{
   padding: 40px 0px;

}
.card-column{
   width: 100%;
   background: #fff;
   padding:10px;
   display: flex;
   text-decoration: none;
   color: #1C1C1C;
   box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
   border-radius: 4px;
   margin-bottom: 10px;
}
.card-column:hover{
   text-decoration: none;
   background:#feebf2;
   color: #1C1C1C;
}
.thum-column{
   width: 30%;
}
.card-column p{
   width: 70%;
   padding-left: 10px;
   font-size: 14px;
   line-height: 1.4;
}
@media(min-width:768px) {
#Column{
   padding: 80px 0px;
}
.card-column{
   width: calc(100% - 20px);
   margin: 0 auto;
   margin-bottom: 30px;
   padding:15px;
   display: block;
}
.thum-column{
   width: 100%;
   margin-bottom: 15px;
}
.card-column p{
   width: 100%;
   padding-left: 0;
   font-size: 16px;
}
}
@media(min-width:992px) {
.card-column{
   margin-bottom: 0px;
}
}

/* ====================================
FAQ
==================================== */
#Faq{
   padding: 40px 0;
   background: #FDF6FD;
}

.student-mainpage #Faq {
    background: #fff7f9;
}

#faq-accordion{
   width: 100%;
   max-width: 960px;
   margin-left: auto;
   margin-right: auto;
   counter-reset:renban;
}
.card-faq{
   position: relative;
   min-width: 0;
   word-wrap: break-word;
   background-color: #fff;
   background-clip: border-box;
   border-radius: 4px;
   box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
}
.card-faq + .card-faq{
   margin-top: 10px;
}
.card-faq-header{
   padding: 0;
   margin-bottom: 0;
}
.card-faq-header button{
   display:block;
   padding:15px 70px 15px 80px;
   position: relative;
   color:#333;
   background:#fff;
   border-radius: 4px;
   width: 100%;
   text-align: left;
   cursor: pointer;
}
.card-faq-header button:hover{
   cursor:pointer;
   background:#feebf2;
   opacity:1.0;
   text-decoration:none;
}
.card-faq-header button:after{
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   right: 20px;
   font-size: 18px;
   content: "\f077";
   font-family: "Font Awesome 5 Free";
   font-weight:900;
   color:#fff;
   background: #C06DBF;
   width: 45px;
   height: 45px;
   display: flex;
   justify-content: center;
   align-items: center;
   line-height: 1;
   border-radius: 100px;
}
.card-faq .card-faq-header button:before{
   counter-increment:renban;
   content:"Q"counter(renban) ;
   color: #fff;
   font-size: 20px;
   font-weight: bold;
   background: #6790DC;
   width: 45px;
   height: 45px;
   display: flex;
   justify-content: center;
   align-items: center;
   line-height: 1;
   border-radius: 100px;
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   left: 20px;
}
.card-faq-header button.collapsed:after{
   content: "\f078";
}

/*2025改修*/
.student-mainpage .card-faq .card-faq-header button:before {
    border: 1px solid #838383;
    background: #F1FDFF;
    color: #858585;
}
.student-mainpage .card-faq .card-faq-header button:after {
    border: 1px solid #838383;
    background: #FDF6FD;
    color: #858585;
}

.card-faq-ttl{
   font-size:14px;
   line-height:1.4;
   display: block;
}
.card-faq-body{
   padding:15px;
}
.card-faq-body p{
   font-size:14px;
   line-height:1.8;
   color:#333;
   margin-left:5px;
}
.card-faq-body p + p{
   margin-top:10px;
}

@media(min-width:768px) {
#Faq{
   padding: 80px 0;
}
.card-faq-header button{
   padding:25px 70px 25px 80px;
}
.card-faq-ttl{
   font-size:18px;
}
}
/* ====================================
テーマパーク
==================================== */
@media(min-width: 768px) {
    .sm-w-80 {
        width: 80%;
    }
}

@media(min-width: 1024px) {
    .lg-w-80 {
        width: 80%;
    }
}

@media (max-width: 340px) {
    #Themepark .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*ブロック*/
.themepark-block {
    padding: 30px 0;
}

/* 背景 */
.bg-light-gray {
    background: #fafafa;
}
.bg-transparent {
    background: transparent;
}

.sp-fwrap-wrap {
    flex-wrap: wrap;
}

.radius-10 {
    border-radius: 10px;
}

.text-underline {
    text-decoration: underline;
}

@media(min-width: 768px) {
    /*ブロック*/
    .themepark-block {
        padding: 70px 0;
    }
}

/*タグ*/
.tag {
    display: inline-block;
    width: fit-content;
    padding: 3px 6px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 500;
    color: #3a3a3a;
}

.tag-blue {
    background: #E5FCFF;
}
.tag-pink {
    background: #FFE7ED;
}
.tag-yellow {
    background: #F7F1B8;
}
.tag-green {
    background: #d2f1d4;
}

@media(min-width: 768px) {
    /*タグ*/
    .tag {
        padding: 4px 8px;
        font-size: 12px;
    }
}


/*ナビ*/
.list-localnav.sub li {
    width: 24%;
    margin: 0 0.5%;
}

.list-localnav.sub > li a span {
    padding: 10px 6px 10px 6px;
    min-height: 35px;
    line-height: 1.2;
    font-size: 11px;
    color: #3A3A3A;
}

.list-localnav.sub > li a span:first-child {
    text-align: left;
}

.list-localnav.sub > li a span::before {
    left: auto;
    right: 2.5px;
    top: 16.5px;
    color: #3A3A3A;
}

@media (max-width: 340px) {
    .list-localnav.sub > li a span {
        font-size: 10px;
    }
}

@media(min-width: 768px) {
    /*ナビ*/
    .list-localnav.sub li {
        width: 24%;
        margin: 0 0.5%;
    }

    .list-localnav.sub > li a span {
        padding: 10px 6px 10px 6px;
        min-height: 35px;
        font-size: 16px;
    }

    .list-localnav.sub > li a span::before {
        left: auto;
        right: 12.5px;
        top: 21.5px;
    }
    
    .list-localnav.sub > li a span:first-child {
        text-align: center;
    }
}


/*title*/
.sharp-title {
    margin-bottom: 16px;
    text-align: center;
    font-size: 16px;
}
.sharp-title span {
    position: relative;
    font-size: 18px;
    color: #3A3A3A;
    text-align: center;
    padding-left: 20px;
    display: inline flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.sharp-title span::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    width: 12px;
    height: 14px;
    background: url("/static/img/campaign/student/2025/ico-sharp.svg") no-repeat center center/100%;
}

@media(min-width: 768px) {
    /*title*/
    .sharp-title {
        margin-bottom: 20px; 
    }
    .sharp-title span {
        font-size: 24px;
        padding-left: 20px;
    }
    .sharp-title span::before {
        left: 0;
        width: 16px;
        height: 20px;
    }
}

/* box */
.border-box {
    border-radius: 13px;
    border: 1px solid #3B3B3B;
    padding: 13px 8px 20px;
    background: #FFFFF8;
}

.border-link {
    background: #fff;
    box-shadow: 1px 3px #3B3B3B;
    padding: 12px 14px 12px 10px;
    border-radius: 13px;
    transition: 0.3s;
    position: relative;
    font-size: 13px;
    display: block;
    margin: auto;
}

.border-link:hover {
    box-shadow: none;
    cursor: pointer;
    margin-top: 5px;
    transform: translateY(5px);
}

.border-link:hover::after {
    right: calc(3.3% - 0.3%);
}

.border-link::after {
    content: '\f105';
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    color: #3a3a3a;
    font-size: 13px;
}
.border-0 {
    border: none;
    box-shadow: none;
    color: #3a3a3a;
}
.border-0:hover {
    opacity: 0.6;
    color: #3a3a3a;
}
.shadow-0 {
    box-shadow: none;
}

@media(min-width: 768px) {
    /* box */
    .border-box {
        border-radius: 13px;
        padding: 20px 28px 20px;
    }

    .border-link {
        padding: 12px 14px 12px 10px;
        border-radius: 13px;
        font-size: 13px;
    }

    .border-link:hover::after {
        right: calc(3.3% - 0.3%);
    }

    .border-link::after {
        top: 50%;
        right: 3%;
        font-size: 16px;
    }
}


/*card*/
.themepark-block .row-area {
    width: 1300px;
    /* width: 1650px; */
}
.themepark-block .row-area.tdr-row {
    width: 1800px;
    /* width: 1650px; */
}
.themepark-block .col-area {
    width: 17.5%;
    padding: 0 5px;
}

.themepark-block .card-area > .btn-modal-plan {
    padding: 0;
    background: transparent;
}

.themepark-block .card-area > .btn-modal-plan:focus {
    box-shadow: none;
}

/*cpy*/
.line-copy {
    position: relative;
    width: fit-content;
    padding: 0 4px;
    font-weight: bold;
    font-size: 20px;
    color: #f54b77;
}
.line-copy::before,
.line-copy::after {
    content: '';
    position: absolute;
    z-index: 2;
    display: inline-block;
    background: #3a3a3a;
/*    background: #f54b77;*/
    width: 2px;
    height: 24px;
    bottom: 3px;
    border-radius: 2px;
}
.line-copy::before {
    left: -6px;
    transform: rotate(-30deg);
}
.line-copy::after {
    right: -6px;
    transform: rotate(30deg);
}

/* category */
.cate-name {
    display: flex;
    align-items: center;
    color: #3a3a3a;
    font-weight: bold;
    font-size: 13px;
}
.cate-name > .cat {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 26px;
}
.cate-name .cat::before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.cat-name-bus-yl::before {
    background: url("/static/img/campaign/student/2025/icon-bus-yellow.svg") no-repeat center center/100%;
}
.cat-name-hotel-gr::before {
    background: url("/static/img/campaign/student/2025/ico-hotel-green.svg") no-repeat center center/100%;
}
.cat-name-ticket-bl::before {
    background: url("/static/img/campaign/student/2025/ico-ticket-blue.svg") no-repeat center center/100%;
}

.btn-modal-plan {
    white-space: inherit;
/*    background: transparent;*/
    text-align: left;
    font-weight: inherit;
    padding: 12px 14px 12px 10px;
    display: block;
    width: 100%;
}

/* card text */
.themepark-block .detail-info {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0;
    font-size: 12px;
}

.detail-card-title {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    color: #3a3a3a;
    margin-bottom: 10px;
}

/* title */
.themepark-block .detail-info p.detail-card-title {
    font-size: 15px;
    line-height: 1.3;
    padding: 0 0 6px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #838383;
}

/* point */
.detail-card-point {
    margin-bottom: 12px;
}

.detail-card-point li{
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 3px;
    padding-left: 14px;
    position: relative;
    color: #3a3a3a;
}
.detail-card-point li::before{
    content: '\f058';
    position: absolute;
    left: 0;
    font-size: 11px;
    font-family: "Font Awesome 5 Free";
    color: #f54b7b;
}

/* price */
.themepark-block .card-plan-price {
    font-size: 12px !important;
    color: #3a3a3a;
}

.themepark-block .card-plan-price .num {
    font-size: 18px!important;
}

.themepark-block .card-plan-price .num.min:after {
    font-size: 12px;
}

/* btn */
.themepark-block .btn-main {
    color: #3a3a3a;
    border-color: #3a3a3a;
}


@media(min-width: 768px) {
    /*card*/
    .themepark-block .row-area {
        width: 1300px;
    }
    .themepark-block .row-area.tdr-row {
        width: 1800px;
    }
    .themepark-block .col-area {
        width: 20.5%;
        padding: 0 5px;
    }
    
    /*card header*/
    .card-box-header {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    /*cpy*/
    .line-copy {
        padding: 0 4px;
        font-size: 28px;
        font-weight: bold;
    }
    .line-copy::before,
    .line-copy::after {
        width: 2px;
        height: 30px;
        bottom: 3px;
    }
    .line-copy::before {
        left: -6px;
    }
    .line-copy::after {
        right: -6px;
    }

    /* category */
    .cate-name {
        font-size: 18px;
    }
    .cate-name > .cat {
        padding-left: 32px;
    }
    .cate-name .cat::before {
        left: 0;
        width: 28px;
        height: 28px;
    }

    .themepark-block .detail-info {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .themepark-block .detail-info {
        padding: 0;
        font-size: 16px;
        line-height: 1.2;
    }

    /* card title */
    .detail-card-title {
        font-size: 12px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    
    /* title */
    .themepark-block .detail-info p.detail-card-title {
        font-size: 16px;
        padding: 0 0 10px 0;
    }
    
    /*point*/
    .detail-card-point li{
        margin-bottom: 5px;
    }
    
    /* price */
    .themepark-block .card-plan-price {
        font-size: 11px !important;
    }

    .themepark-block .card-plan-price .num {
        font-size: 20px !important;
    }

    /* btn */
    .themepark-block .btn-main, .themepark-block .btn-main02 {
        font-size: 12px;
        padding: 10px 8px;
    }
    
    .btn-modal-plan {
        padding: 20px 10px 20px;
    }
}

@media (max-width: 340px) {
    .border-link {
        font-size: 12px;
    }
    
    .cate-name {
        font-size: 12px;
    }
}

@media(min-width: 1024px) {
    /*card*/
    .themepark-block .row-area {
        width: 1600px;
    }
    .themepark-block .row-area.tdr-row {
        width: 2200px;
    }
    .themepark-block .col-area {
        width: 24.5%;
        padding: 0 5px;
    }
}

@media(min-width: 1100px) {
    /*card*/
    .themepark-block .row-area {
        width: 2200px;
    }
    .themepark-block .row-area.tdr-row {
        width: 3200px;
    }
    .themepark-block .col-area {
        width: 26.5%;
        padding: 0 5px;
    }
}

/* pack plan modal */
.pack-plan-modal .modal-header{
    background: #F7F1B8;
}
.pack-plan-modal .modal-header h3{
    color: #3a3a3a;
    font-size: 14px;
    font-weight: bold;
}

.pack-plan-modal .modal-footer {
    justify-content: center;
    color: #3a3a3a;
}

.pack-plan-modal .btn-close {
    border: 1px solid #3b3b3b;
    font-size: 13px;
    color: #3b3b3b;
    border-radius: 3px;
    padding: 3px 4px;
}

.pack-plan-modal .modal-body .row p {
    line-height: 1.2;
}

/* price */
.pack-plan-item a {
    display: flex;
    align-items: center;
    color: #3a3a3a;
    padding: 16px 30px 16px 13px;
    transition: 0;
}
.pack-plan-item a:hover {
    opacity: 0.6;
    text-decoration: none;
    transform: none;
}

.pack-plan-modal .wrap-price .num {
    color: #DF5682;
}
.pack-plan-modal .wrap-price {
    color: #DF5682;
}
 
.ico-detail{
	display: flex;
	margin-top: 5px;
	margin-bottom: 10px;
}

.ico-detail li{
	font-size: 11px;
	background: #81C1C4;
	padding: 5px 6px;
	text-align: center;
	border-radius: 100px;
	color: #fff;
	font-weight: bold;
	margin-right: 4px;
	line-height: 1;
}

.bnr-themepark{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bnr-themepark li{
	width: 49%;
	margin-bottom: 3%;
}

.bnr-themepark li a{
	display: block;
}

.bnr-themepark li a:hover{
	opacity: 0.7;
}


.bnr-themepark li img{
	border-radius: 15px;
	box-shadow: 0px 7px 5px -5px rgba(0,0,0,0.4);
	
}

.bnr-themepark li a:hover img{
	box-shadow: none;
}

@media(min-width:768px) {
    .bnr-themepark li{
        width: 24%;
    }	
}


/* ====================================
下層ページ　概要
==================================== */
#Overview{
   padding: 40px 0px;
   background: #D8E4FC;
}
.underpage #Overview{
   padding: 0 0 20px;
}
.wrap-overview-min + .wrap-overview-min{
   margin-top: 30px;
}
.title-overview-min{
   font-weight: bold;
   margin-bottom: 10px;
   font-size: 18px;
   text-align: center;
}
.table-plan-overview{
   background: #fff;
   width: 100%;
}
.table-plan-overview th,
.table-plan-overview td{
   padding: 10px;
   /*border-bottom: 1px solid #ccc;
   border-left: 1px solid #ccc;*/
   font-size: 14px;
   display: block;
   width: 100%;
}
.table-plan-overview th{
   background: #333;
   color: #fff;
   font-size: 14px;
   position: relative;
   text-align: center;
}
.hotel-check{
   background: #fafafa;
   padding: 10px;
   margin-top: 5px;
   font-size: 80%;
   color: #666;
}
.img-pokkiri{
   display: block;
   text-align: center;
   margin-bottom: 10px;
}
.img-pokkiri img{
   zoom:0.4;
}
.title-pokkiri img{
   width:100%;
   max-width: 60px;
   position: absolute;
   top: -5px;
   left: -10px;
}
.text-pokkiri{
   color: #5f891b;
   background: #fff;
   padding: 3px 8px;
   border: solid 1px #5f891b;
   border-radius: 2px;
   display: block;
   font-size: 14px;
}
.ul-iconoverview{
   display: flex;
}
.ul-iconoverview > li{
   width: 33.33%;
   padding: 0 5px;
   display:flex;
}
.ul-iconoverview > li span{
   display:flex;
   width: 100%;
   background: #fff;
   padding: 20px 10px;
   font-weight: bold;
   text-align: center;
   align-items: center;
   justify-content: center;
}
.ul-linkoverview{
   display: block;
   width: 100%;
   max-width: 860px;
   margin-right: auto;
   margin-left: auto;
   background: #fff;
   padding: 10px 10px;
   font-weight: bold;
   border-radius: 4px;
   text-align: center;
   box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
}
.ul-linkoverview > li{
   text-align: left;
}
.ul-linkoverview > li small{
   display: block;
}
.ul-linkoverview > li a{
   color: #1c1c1c;
   position: relative;
   padding: 15px 60px 15px 40px;
   display: block;
}
.ul-linkoverview > li a:before{
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    font-weight: 900;
}
.ul-linkoverview > li a span{
   background: #FFD545;
   color: #1f1f1f;
   border-radius: 100px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 40px;
   height: 40px;
   font-weight: normal;
   font-size: 13px;
   line-height: 1;
   position: absolute;
   top:50%;
   right: 0;
   transform: translate(0, -50%);
}
.ul-linkoverview > li + li{
   border-top: 1px solid #ccc;
}
.card-plan{
   margin-bottom: 20px;
   background: #fff;
   border-radius: 4px;
   padding: 20px;
}
.modal .card-plan{
   padding: 0;
}
.card-plan .detail-info img{
   margin-bottom: 10px;
}
.card-plan .detail-info p{
   font-size: 14px;
}
.modal-planselect{
   text-align: center;
}
.ul-pricelist > li + li{
/*   margin-top: 10px;*/
   border-top: 1px dotted #ccc;
}
.ul-pricelist > li small{
   font-size: 13px;
   width: 100%;
   display: block;
}
.btn-dep{
   display: block;
   background: #fff;
   position: relative;
   padding: 15px 30px 15px 15px;
   border-radius: 4px;
   color: #1c1c1c;
}
.btn-dep:after{
   content: "\f105";
   font-family: "Font Awesome 5 Free";
   position: absolute;
   top: 50%;
   right: 10px;
   transform: translate(0, -50%);
   font-weight: 900;
   color: #f53d7e;
}
.btn-dep:hover{
   text-decoration: none;
   background:#feebf2;
}
.btn-dep b{
   display: block;
   font-size: 20px;
   line-height: 1;
   margin-bottom: 5px;
}
.price-line{
   text-align: right;
   width: 100%;
   display: block;
}
.btn-dep .price-line{
   line-height: 1;
}
.price-line .num{
    font-size: 20px;
    font-weight: bold;
    color: #f53d7e;
}
.card-plan-pokkiri .price-sample-plan .price-line .num{
   font-size: 24px;
}
.price-line .num.min:after{
   content: "～";
   font-size: 80%;
}
.price-line .num.max:after{
   content: "円";
   font-size: 80%;
}
.card-plan .detail-info{
   margin-bottom: 10px;
}
.price-sample-plan{
   width: 100%;
   padding: 5px 15px;
   background: #fafafa;
}
.price-sample-plan .price-line .num{
   font-size: 20px;
}
.modal-header{
   background: #6790DC;
   color: #fff;
}
.wrap-pokkiri{
   margin-top: 20px;
   margin-bottom: 10px;
}
.table-pokkiri{
/*   border-top: 1px solid #ccc;
   border-right: 1px solid #ccc;*/
   width: 100%;
   background: #fff;
}
.table-pokkiri + .table-pokkiri{
   border-top: 1px dotted #ccc;
}
.table-pokkiri th,
.table-pokkiri td{
   padding: 10px;
   text-align: center;
   display: block;
   width: 100%;
}
.table-pokkiri th{
   font-size: 13px;
   vertical-align: top;
   background: #fafafa;
}
.table-pokkiri td b{
   font-size: 13px;
}
.table-pokkiri td b small{
   margin-left: 3px;
}
.li-dep-plan a{
   display: block;
   padding: 10px 30px 10px 10px;
   border-radius: 4px;
   box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
   color: #111;
   display: flex;
   width: 100%;
   justify-content: space-between;
   align-items: center;
   position: relative;
}
.li-dep-plan a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    font-weight: 900;
    color: #C06DBF;
}
.li-dep-plan a:hover{
   text-decoration: none;
}
.li-dep-plan + .li-dep-plan{
   margin-top: 10px;
}
.wrap-price .num{
  color: red;
  font-size:120%;
  font-weight: bold;
}
.wrap-price .num.min{
  margin-left: 5px;
}
.wrap-price .num.min + .max:before{
  content: "～";
  font-size: 12px;
  margin-left: 3px;
  margin-right: 3px;
}
.wrap-price .num.min + .max:after{
  content: "円";
  font-size: 12px;
  margin-left: 3px;
}
.wrap-price .num.min.only:after{
  content: "円～";
  font-size: 12px;
  margin-left: 3px;
}
@media(min-width:768px) {

.wrap-overview-min{
   margin-right: auto;
   margin-left: auto;
}
.table-plan-overview{
   display: table;
}
.table-plan-overview tr + tr{
   border-top: 2px dashed #EFEACD;
}
.table-plan-overview th,
.table-plan-overview td{
   display: table-cell;
   font-size: 16px;
   padding: 15px;
}
.table-plan-overview th{
   width: 25%;
   vertical-align: top;
   background: #eee;
   color: #212529;
   text-align: left;
}
.ul-linkoverview > li small{
   display: inline;
   margin-right: 5px;
}
.card-plan{
   width: calc(100% - 20px);
   padding: 20px;
   margin-right: auto;
   margin-left: auto;
}
.card-plan .img-pokkiri{
   top:-15px;
   left: 14px;
}
.modal .card-plan{
   width: 100%;
   padding: 0;
}
.card-plan .detail-info{
   display: flex;
   width: 100%;
   flex-wrap: wrap;
}
.card-plan .detail-info > img{
   margin-bottom: 0;
   width: 35%;
}
.card-plan .detail-info > p{
   width: 65%;
}
.title-pokkiri img{
   top: -10px;
   left: -10px;
}
.btn-dep{
   padding: 25px 50px 25px 15px;
   display: flex;
   justify-content: space-between;
}
.btn-dep b{
   display: inline-block;
   margin-bottom: 0;
}
.btn-dep:after{
    right: 20px;
}
.price-sample-plan .price-line .num{
   font-size: 18px;
}
.card-plan-pokkiri .price-sample-plan .price-line .num,
.card-plan-pokkiri .table-pokkiri .price-line .num{
   font-size: 32px;
}
}
@media(min-width:1200px) {
.price-sample-plan .ul-pricelist > li{
   display: block;
}
.price-sample-plan .price-line{
   display: block;
}
.ul-pricelist > li small{
   display: block;
}
.wrap-pokkiri{
   display: flex;
   width: 100%;
}
.table-pokkiri{
   width: 100%;
   border-top: 1px dotted #ccc;
   border-bottom: 1px dotted #ccc;
}
.table-pokkiri + .table-pokkiri{
   border-left: 1px dotted #ccc;
}
.table-pokkiri th,
.table-pokkiri td{
   display: block;
   width: 100%;
}
.table-pokkiri td{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.table-pokkiri td b{
   width: 30%;
}
.table-pokkiri td .price-line{
   width: 70%;
}
.table-pokkiri tr:first-child th{
   border-bottom: 1px dotted #ccc;
}
}


.link-text-button{
   background: none;
   padding: 0;
   margin:0;
   text-decoration: underline;
   cursor: pointer;
}
.link-text-button:hover{
   text-decoration: none;
}


.wrap-attentiontdr{
   padding: 15px 0 0;
}
.wrap-attentiontdr p{
   font-size: 14px;
   text-align: center;
}
.wrap-attentiontdr dl{
   font-size: 14px;
   background: #fff7fa;
   padding: 10px 20px;
   margin:10px auto 0;
}  
.wrap-attentiontdr dl + dl{
   margin-top: 2px;
}
.wrap-attentiontdr dl dt{
   margin-right: 10px;
   color: #f45151;
   margin-bottom: 5px;
}
.wrap-attentiontdr dl dd span{
   background: #f45151;
   color: #fff;
   line-height: 1;
   display: inline-block;
   margin-right: 3px;
   padding: 4px 8px;
   font-size: 80%;
   border-radius: 3px;
   position: relative;
   top: -2px;
}
.wrap-attentiontdr dl dd b{
   margin-right: 5px;
   display: block;
}
@media(min-width:768px) {
.wrap-attentiontdr{
   padding: 25px 45px 0;
}
.wrap-attentiontdr dl{
   display: flex;
   font-size: 14px;
   align-items: center;
   width: 100%;
   max-width: 800px;
}
.wrap-attentiontdr dl dt{
   margin-bottom: 0;
   width: 18%;
}
.wrap-attentiontdr dl dd{
   width: 82%;
}
.wrap-attentiontdr dl dd b{
   display: inline-block;
}
}






/*絞り込みの設定*/
.pref-search{
  margin-bottom: 35px;
  text-align: center;
}
.wrap-select{
  width: 100%;
  border:solid 3px #6790DC;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.wrap-select:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #6790DC;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translate(0, -50%);
}
.wrap-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #6790DC;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translate(0, -50%);
}
.btn-select span{
  font-weight: bold;
  display: block;
  text-align: center;
  color: #6790DC;
}
.table-tr {
  width: 100%;
  display: none;
}
.table-tr.defo-tr{
  display: block;
}
.pref-select{
  font-size: 20px;
  width: 100%;
  padding: 12px 16px 12px 30px;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  height: auto;
  display: block;
  text-align: left !important;
  line-height: 1;
  font-weight: bold;
}
.pref-select optgroup{
  font-size: 13px;
  padding: 6px 0;
}
.pref-select optgroup option{
  font-size: 16px;
}
.pref-select optgroup:first-child{
  background:#ffe5e5;
}
.pref-select optgroup:nth-child(2){
  background:#fff8ee;
}
.pref-select optgroup:nth-child(3){
  background:#fffcee;
}
.pref-select optgroup:nth-child(4){
  background:#eefff5;
}
.pref-select optgroup:nth-child(5){
  background:#eefeff;
}
.pref-select optgroup:nth-child(6){
  background:#eef5ff;
}
.pref-select optgroup:nth-child(7){
  background:#f9f9ff;
}
@media(min-width:768px) {
.wrap-select{
  width: 100%;
  max-width:240px;
  margin-right: 6px;
  margin-bottom: 0;
}
.pref-search{
  margin-bottom: 55px;
}
.btn-select{
   display: flex;
   align-items: center;
   justify-content: center;
}
.btn-select span{
  display: inline-block;
  text-align: left;
}
}




/*.slider-box{
  padding: 0 0 0 5px;
}
.slider-container{
  padding-left: 10px;
}*/
.slider-container{
   width: 100%;
   box-sizing: border-box;
}
.title-selecthotel{
   font-size: 14px;
   padding-bottom: 5px;
   margin-bottom: 10px;
   border-bottom: 2px dotted #C06DBF;
   text-align: center;
}
.slider-box-01{
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 10px;
}
.slider-plan-01{
  display: flex;
}
.slider-plan-01{
  padding-bottom: 5px;
}
.ver-usj-01 .slider-plan-01{
  width: 620%;
}
.ver-usj-02 .slider-plan-01{
  width: 797%;
}
.ver-tdr .slider-plan-01{
  width: 620%;
}
.ver-fujiq .slider-plan-01{
  width: 266%;
}
.slider-plan-01 > li{
   padding: 0 5px;
   display: flex;
   width: 40%;
}
.slider-plan-01.ver-fujiq > li{
  width: 33.33%;
}
.slider-plan-01 .card-plan{
  display: block;
  color: #111111;
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  background: none;
}
.slider-plan-01 .card-plan:hover{
  text-decoration: none;
  color: #111111;
}
/*.slider-plan-01 span.card-plan:hover{
   background: #fff;
}*/
.thum-seat.ver-usj img{
   height: 160px;
   object-fit: cover;
}
.dl-plan{
  padding:10px 2px 0;
}
.dt-planname{
  font-size: 12px;
}
.dd-plantext{
  font-size: 11px;
  margin-top: 5px;
  position: relative;
  padding-left: 12px;
}
.dd-plantext:before{
   content: "\f3c5";
   font-family: "Font Awesome 5 Free";
   position: absolute;
   left: 0;
   top: 1px;
   font-weight: bold;
   font-size: 90%;
}
.col-uniform-text{
   background: #fff;
   padding: 15px;
}
.price-sample-uniform > dt{
   font-size: 14px;
   display: flex;
   align-items: flex-start;
}
.price-sample-uniform > dt span{
   background: #333;
   padding: 5px 5px;
   display: block;
   width: 60px;
   line-height: 1;
   color: #fff;
   font-size: 12px;
   font-weight: normal;
   text-align: center;
   margin-right: 5px;
   border-radius: 2px;
}
.price-sample-uniform > dd{
   text-align: right;
   margin-top: 10px;
}
@media(min-width:767px) {
.slider-box-01{
  padding-bottom: 10px;
}
.slider-box-01.ver-fujiq{
  overflow-x: initial;
  padding-bottom: 0px;
}
.ver-usj-01 .slider-plan-01{
  width: 150%;
}
.ver-usj-02 .slider-plan-01{
  width: 193%;
}
.ver-tdr .slider-plan-01{
  width: 150%;
}
.ver-fujiq .slider-plan-01{
  width: 100%;
}
.slider-plan-01 > li{
   padding: 0 5px;
   display: flex;
}
.ver-usj-01 .slider-plan-01 > li{
   width: 14.28%;
}
.ver-usj-02 .slider-plan-01 > li{
   width: 11.11%;
}
.ver-tdr .slider-plan-01 > li{
   width: 14.28%;
}
.ver-fujiq .slider-plan-01 > li{
   width: 33.33%;
}
.thum-seat.ver-usj img{
   height: 150px;
   object-fit: cover;
}

.dt-planname{
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
}
.dd-plantext{
  font-size: 12px;
}
.title-selecthotel{
   text-align: left;
}
.row-uniform{
   display: flex;
   width: 100%;
   max-width: 1000px;
   margin:0 auto;
}
.col-uniform-img{
   width: 45%;
}
.col-uniform-text{
   width: 55%;
}
.col-uniform-text{
   padding: 25px;
}
.price-sample-uniform > dt{
   font-size: 16px;
}
.price-sample-uniform > dt span{
   background: #333;
   padding: 5px 5px;
   display: block;
   width: 60px;
   line-height: 1;
   color: #fff;
   font-size: 14px;
   font-weight: normal;
   text-align: center;
   margin-right: 5px;
   border-radius: 2px;
}
.price-sample-uniform > dd{
   font-size: 14px;
}
}


.wrap-osusumepoint{
   background: #fffcf2;
   padding: 15px;
}
.title-osusumepoint{
   background: #f97973;
   color: #fff;
   padding: 10px 15px;
   font-weight: bold;
   text-align: center;
   font-size: 14px;
}
.label-hottopic{
   background: #ffc107;
   color: #212529;
   display: inline-block;
   padding: 4px 6px 3px;
   margin-right: 5px;
   border-radius: 2px;
   line-height: 1;
   font-size: 70%;
   position: relative;
   top: -2px;
}
.wrap-inner-osusumepoint{
   margin-top: 20px;
   text-align: center;
}
@media(min-width:767px) {
.wrap-inner-osusumepoint{
   padding:15px;
   background: #fff;
   margin-top: 0;
}
.title-osusumepoint{
   font-size: 16px;
}
}



/*プラン一覧部分*/
#Plan{
  padding: 30px 0;
}
.box-plan > h3{
   border-bottom: 2px solid #6790DC;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    color: #2C2C2C;
    font-weight: bold;
}
.box-plan > h3 + p{
   margin-bottom: 15px;
   font-size: 13px;
}
.card-plan-flex a,
.card-plan-flex button{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-decoration: none;
  padding: 20px 10px;
  background: #fff;
  cursor: pointer;
}
.card-plan-flex + .card-plan-flex{
  border-top: 1px dotted #ccc;
}
.card-plan-flex a:hover,
.card-plan-flex button:hover{
  background: #feebf2;
}
/*.card-plan-thum,
.card-plan-text,
.card-plan-btn{
  width: 100%;
}*/
.card-plan-thum{
  width: 42%;
  margin-bottom: 10px;
}
.card-plan-text{
  width: 58%;
  padding-left: 10px;
}
.card-plan-btn{
  width: 100%;
}
.plan-main-title{
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  text-align: left;
}
.price-text{
  font-size: 13px;
  color: #1f1f1f;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
.price-conditions{
  display: block;
}
.price-text .num{
  color: red;
  font-size:120%;
  font-weight: bold;
}

.price-text .num.min + .max:before{
  content: "～";
  font-size: 12px;
  margin-right: 3px;
}
.price-text .num.min + .max:after{
  content: "円";
  font-size: 12px;
}
.price-text .num.min.only:after{
  content: "円～";
  font-size: 12px;
  margin-left: 3px;
}
.list-planlabel{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.li-label{
  font-size: 11px;
  background: #eee;
  color: #1f1f1f;
  display: block;
  line-height: 1;
  padding: 5px 5px;
  margin-bottom: 5px;
  width: 49%;
}

.card-plan-btn{
  margin-top: 10px;
}
.card-plan-btn span{
  display: block;
  width: 100%;
  background:#C06DBF;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}
@media(min-width:768px) {
.box-plan > h3{
  font-size: 18px;
  margin-bottom: 25px;
}
.box-plan > h3 + p{
   padding: 0 10px;
   font-size: 14px;
}
.card-plan-flex a,
.card-plan-flex button{
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
  align-items: center;
}
.card-plan-flex + .card-plan-flex{
  border-top:none;
  margin-top: 20px;
}
.card-plan-thum{
  width: 20%;
  margin-bottom: 0;
}
.card-plan-text{
  width: 65%;
  margin-top: 0;
  padding-right: 20px;
  padding-left: 30px;
}
.card-plan-btn{
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.plan-main-title{
  font-size: 16px;
}
.price-conditions{
  display: inline-block;
}
.list-planlabel{
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.li-label{
  font-size: 12px;
  width: auto;
}
.li-label + .li-label{
   margin-left: 5px;
}
.price-text .num{
  font-size:150%;
}
.price-text .num.min{
  margin-left: 5px;
}
}


#Busprice,#Themepark,#Pickup{
   padding: 40px 0px;
}
.wrap-coupon{
   background: #fff;
   border:solid 3px #6790DC;
   border-radius: 15px;
   width: 100%;
   max-width: 755px;
   margin: 0 auto 30px;
   overflow:hidden;
}
.wrap-coupon h3{
   background: #6790DC;
   color: #fff;
   text-align: center;
   font-size: 16px;
   padding: 10px 5px;
}
.body-coupon{
   padding: 15px;
   text-align: center;
}
.body-coupon p{
   color: #6790DC;
   font-size: 14px;
}
#lowest-price{
  position: relative;
  border:solid 1px #C7C7C7;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
#lowest-price .tab-pane{
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
#lowest-price .nav{
  padding:20px;
  background:url(/static/3/img/bus_search/ja/bg-stripe.png),#fff;
}
#lowest-price .nav li{
  text-align:center;
  font-size:16px;
  line-height:1.0;
  padding: 0 2.5px;
}

#lowest-price .nav li a{
  display:block;
  color:#333;
  font-weight:bold;
  background:#fff;
  padding:15px 25px;
  border-radius:5px;
  border:1px solid #fdd7e5;
}
#lowest-price .nav li a:hover,
#lowest-price .nav li a.active{
  background:#FDD4E3;
  text-decoration:none;
}
#lowest-price table{
  font-size:14px;
  width:84%;
  margin:30px auto;
}
#lowest-price table th,
#lowest-price table td{
  padding:11px;
  line-height:1.0;
  text-align: center;
  font-size: 20px;
}
#lowest-price table thead th{
  text-align:center;
  border-top:none;
}
#lowest-price table th:first-child,
#lowest-price table td.route_title{
  width:260px;
  background:#F6F6F6;
  padding-left:15px;
  padding-right:15px;
  border-color:#fff;
  text-align: left;
}
#lowest-price table thead th:first-child,
#lowest-price table thead th{
  text-align: center;
}
#lowest-price table td.route_title a{
  color: #111111;
}
.table thead th{
  color:#111111;
  border-bottom:1px solid #E7E7E7;
}
#lowest-price table td.route_title{
  color:#111111;
}
.this_month,
.next_month,
.after_2months,
.after_3months{
  text-align:right;
}
.this_month a,
.next_month a,
.after_2months a,
.after_3months a,
.this_month a:hover,
.next_month a:hover,
.after_2months a:hover,
.after_3months a:hover{
  color:#F53D7E;
  font-size:20px;
  font-weight:bold;
}
.this_month a:before,
.next_month a:before,
.after_2months a:before,
.after_3months a:before{
  content: "￥";
    font-size: 18px;
}
@media(max-width : 1199px) {
  #lowest-price .nav li{
    font-size:14px;
  }
  #lowest-price table{
    font-size:12px;
  }
  .this_month a,
  .next_month a,
  .after_2months a,
  .after_3months a,
  .this_month a:hover,
  .next_month a:hover,
  .after_2months a:hover,
  .after_3months a:hover{
    font-size:20px;
  }
  .this_month a:before,
  .next_month a:before,
  .after_2months a:before,
  .after_3months a:before{
      font-size: 18px;
  }
}
@media(min-width : 768px) and (max-width : 991.98px) {
  #lowest-price .nav li{
    font-size:16px;
  }
  #lowest-price table{
    font-size:14px;
  }
  .this_month a,
  .next_month a,
  .after_2months a,
  .after_3months a,
  .this_month a:hover,
  .next_month a:hover,
  .after_2months a:hover,
  .after_3months a:hover{
    font-size:16px;
  }
  .this_month a:before,
  .next_month a:before,
  .after_2months a:before,
  .after_3months a:before{
      font-size: 14px;
  }
}
@media(max-width : 767px) {
  #lowest-price{
    height:auto;
  }
  #lowest-price .nav{
    padding:15px 8px;
  }
  #lowest-price table{
    margin: 13px auto;
    width: calc(100% - 20px);
  }
  #lowest-price table th,
  #lowest-price table td{
    padding:10px 5px;
    font-size: 12px;
  }
  #lowest-price table td{
    text-align: center;
  }
  #lowest-price table td.route_title{
    text-align: left;
  }
  #lowest-price table th:first-child,
  #lowest-price table td.route_title{
    padding-left:5px;
    padding-right:5px;
    width: 100px;
    font-size: 12px;
  }
  .this_month a,
  .next_month a,
  .after_2months a,
  .after_3months a,
  .this_month a:hover,
  .next_month a:hover,
  .after_2months a:hover,
  .after_3months a:hover{
    font-size:11px;
  }
  .this_month a:before,
  .next_month a:before,
  .after_2months a:before,
  .after_3months a:before{
      font-size: 10px;
  }
}
@media(max-width:374px) {
  #lowest-price .nav li{
    font-size:12px;
  }
  #lowest-price table{
    width:365px;
  }
  #lowest-price table td.route_title{
    padding-left:10px;
  }
  #lowest-price table th:first-child, 
  #lowest-price table td.route_title{
    width:95px !important;
  }
}
#lowest-price .scroll-set .nav{
  padding:12px 13px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
#lowest-price .scroll-set{
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background:none;
  padding:0;
  border-bottom: 1px solid #dee2e6;
}
#lowest-price .scroll-set .nav-tabs li a{
  font-size:18px;
}
#lowest-price .scroll-set .nav{
  width:100%;
}
@media(min-width : 768px) and (max-width : 991.99px) { 
  #lowest-price .scroll-set .nav{
    padding:21px 13px;
  }
  #lowest-price .scroll-set{
    overflow-x: hidden;
    background:none;
    padding:0;
    border-bottom: 1px solid #dee2e6;
  }
  #lowest-price .scroll-set .nav-tabs li a{
    font-size:14px;
  }
  #lowest-price .scroll-set .nav{
    width:100%;
  }
} 
@media(max-width:767px) { 
  #lowest-price .scroll-set .nav{
    padding:10px 7px;
  }
  #lowest-price .scroll-set{
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    background:none;
    padding:0;
    border-bottom: 1px solid #dee2e6;
  }
  #lowest-price .scroll-set .nav-tabs li a{
    padding: 10px 10px;
    font-size:12px;
	  line-height: 1.3em;
	  
  }
}
@media(max-width:420px) {
  #lowest-price .scroll-set .nav{
    width:410px;
    justify-content: flex-start;
  }
  #lowest-price .nav li{
    width: 100%;
  }
  #lowest-price .scroll-set .nav-tabs li a{
    padding: 10px 3px;
  }
}
@media(max-width:394px) {
  #lowest-price .scroll-set .nav{
    width:385px;
  }
}

@media(max-width:376px) {
  #lowest-price .scroll-set .nav{
    width:375px;
  }
}
@media(max-width:361px) {
  #lowest-price .scroll-set .nav{
    width:355px;
  }
}
@media(min-width:768px) {
.wrap-coupon{
   border:solid 6px #6790DC;
   border-radius: 20px;
}
.wrap-coupon h3{
   font-size: 20px;
   padding: 15px 5px;
}
.body-coupon{
   padding: 20px;
}
.body-coupon p{
   font-size: 16px;
}
.underpage #lowest-price table td.route_title a{
  font-size: 14px;
}

#Busprice,#Themepark,#Pickup{
   padding: 80px 0px;
}
	
}

/* ====================================
学生旅行には高速バスがおすすめ
==================================== */

.content-header div.sub img{
	height: 220px;
	width: auto;
}

.detail-why{
	margin: 0 auto 40px;
	text-align: center;
	justify-content: space-between;
	
}
.detail-why .col-12{
	padding: 0;
}

.detail-why h3{
	margin-bottom: 20px;
}
.detail-why p{
	font-size: 14px;
}

.detail-why h3 img{
	width:70%; 
}

.detail-why .img-pt1{
	margin:30px auto 60px;
}


.detail-why .img-pt2{
	margin:20px auto 60px;
}
.txt-link{
display: block;
	}	
.txt-link::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    margin-left: 3px;
    transform: translate(0, -50%);
    font-weight: 900;
}

.obi-coupon{
	background: #e9b6cd;

}
.obi-coupon span{
	color: #f8fca1;
	font-size: 1.2em;
	
}

.obi-coupon a{
	color: #fff;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding: 8px 0;
}

.obi-coupon a:visited{
	text-decoration: none;
}
.obi-coupon a::after {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    margin-left: 2px;
    transform: translate(0, -50%);
    font-weight: 900;
}

.blinking{
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}

@media(min-width:768px) {
.content-header div.sub img{
	height: 220px;
	width: auto;	
}
    
.student-mainpage #Why .txt-link {
   text-decoration: underline;
}
    
#Why .content-header div.sub img {
    zoom: 1;
}
	
.detail-why{
   justify-content: center;
    max-width: 1000px;
	
}
.detail-why h3 img{
	max-width:240px; 
}	

.detail-why p{
	font-size: 16px;
}
	
.detail-why .img-pt1{
	max-width: 100%;
	margin-top: 70px;	
}


.detail-why .img-pt2{
	max-width: 70%;
	margin-top: 10px;
}

	.obi-coupon a{
		font-size: 16px;
	}	
}

@media(max-width:340px) {
	.obi-coupon a{
	font-size: 12px;	
}
}


/***********************************************
SEAT　シート
************************************************/
#Seat{
   padding: 40px 0px;
}
#seat_slides{
    /* margin: 48px auto;
    padding: 24px 0px 32px; */
    position: relative;
  }
    .slick-slider {
        margin-bottom: 0 !important;
    }
  #seat_slides:before{
    content: '';
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 2px);
    top: -1px;
    left: -15px;
    z-index: -1;
  }
  .seat_slides_header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .seat_slides_title{
    font-size: 18px;
    font-weight: bold;
    color: #202F55;
  }
  .link_to_seat{
    font-size: 13px;
    display: flex;
    align-items: center;
  }
  .link_to_seat:hover{
    text-decoration: none;
  }
  .link_to_seat:hover span{
    text-decoration: underline;
  }
  .link_to_seat img{
    zoom:0.4;
  }
  .seat_slides_box{
    margin-top: 16px;
  }

  .original_seats{
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .original_seats .original_seat a{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    display: block;
    padding: 0;
    margin: 0 8px;
  }
  .original_seats .original_seat a:hover{
    text-decoration: none;
    opacity: 0.7;
  }
  .original_seats .original_seat a img{
    width: 100%;
    height: auto;
    transition: all 0.24s ease;
  }
  /* .original_seats .original_seat a:hover img{
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.4))
            brightness(1.04);
  } */
  .original_seats .original_seat a .seat_name{
    font-size: 16px;
    margin-top: 8px;
  }

  .seat_name {
    font-size: 16px;
    margin: auto;
    text-align: center;
    color: #202F55;
    line-height: 1.4;
  }

  .seat-tit_boder {
    margin-bottom: 1rem;
    display: inline-block;
    border-bottom: solid 2px #202F55;
    flex: 1 auto;
  }

  /* .seat-tit_boder h3 {
    height: 60px;
  } */

  .original_seat {
    /* height: 100%;
    min-height: 0%; */
    text-align: center;
    margin:5px;
    padding: 1rem 1rem 0;
    border-radius: 10px;
    display: flex !important;
    justify-content: stretch;
  }

  .original_seat a {
    display: flex;
    height: auto;
    text-decoration: none;

  }

  .original_seat a .seat-tit_boder {
    flex: 2;
    height: 100%;
    /* min-width: 0%; */
  }

  .original_seat a img, .original_seat a p {
    flex: 1;
    height: 100%;
    /* min-width: 0%; */
    text-decoration: none;
  }


  .original_seats .original_seat a .seat_lines{
    font-size: 12px;
    padding-top: 1rem;
    text-align: center;
    font-weight: bold;
    margin-top: auto;
  }

  /* .original_seats .original_seat a:hover .seat_name{
    color: #f43d7d;
  } */
  .original_seats .slick-arrow.seat_slides-arrow{
    display: block!important;
    position: absolute;
    color: #fff;
    background: #202F55;
    padding: 1rem;
    top: 45%;
    z-index: 5;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 100%;
  }
  .fa-chevron-left:before{
    content: "" !important;
    display: inline-block;
    font-family: initial;
    background: url(/static/img/tdr/beginner/triangle-left_w.png) no-repeat;
    width: 10px;
    height: 16px;
    background-size: cover;
    top: 20%;
    left: 28%;
    position: absolute;
  }
  .fa-chevron-right:before{
    content: "" !important;
    display: inline-block;
    font-family: initial;
    background: url(/static/img/tdr/beginner/triangle-right_w.png) no-repeat;
    width: 10px;
    height: 16px;
    background-size: cover;
    top: 20%;
    right: 28%;
    position: absolute;
  }
  .seat_prev-arrow{
    left: -12px;
  }
  .seat_next-arrow{
    right: -12px;
  }

  .slick-track {
    display: flex !important;
  }

  .slick-initialized .slick-slide {
    display: flex !important;
    flex-direction: column;
  }


  /*------------PCサイズ------------*/
  @media screen and (min-width:1200px) {
    /* #seat_slides{
      margin: 64px auto;
      padding: 40px 16px 40px;
    } */
    #seat_slides:before{
      content: none;
    }
    .seat_slides_title{
      font-size: 20px;
    }
    .link_to_seat{
      font-size: 15px;
    }
    .link_to_seat img{
      zoom:0.5;
    }
  }

  @media screen and (max-width:480px) {
    #seats, #pickup, #faq, #blog {
        padding: 0;
    }

    #tdr-pr {
        padding: 0 0 1rem 0;
        margin-bottom: 1rem;
    }


}

.seat-spec{
   margin-top: 10px;
}
.seat-spec dt{
   border-bottom: 2px solid #6790DC;
   padding-bottom: 5px;
   margin-bottom: 5px;
   font-size: 16px;
   text-align: center;
   color: #2C2C2C;
}
.seat-spec dd{
   font-size: 14px;
   color: #2C2C2C;
}
@media(min-width:768px){

}




#Sns{
   padding: 30px 0px 40px;
   background: #F1FDFF;
}
.list-sns{
   display: flex;
   width: 80%;
   margin:0 auto;
   justify-content: space-between;
}
.list-sns > li{
   width: 40px;
}
@media(min-width:768px){
#Sns{
   padding: 60px 0px 80px;
}
.list-sns{
   width: 100%;
   max-width: 380px;
}
.list-sns > li{
   width: 60px;
}
}



/*プラン一覧部分*/
#Guide{
  padding: 20px 0 20px;
  background: #FDF6FD;
}
@media(min-width:768px){
#Guide{
  padding: 40px 0 40px;
}
}


.after_3months{
   display: none;
}




/* モーダル */
.list-2day-plan li + li{
   border-top: 1px dotted #ccc;
}
.list-2day-plan li > .card-plan{
   display: flex;
   color: #1a1a1a;
   margin-bottom: 0;
   padding-top: 10px;
   padding-bottom: 10px;
}
.list-2day-plan li > .card-plan:hover{
   text-decoration: none;
}
.list-2day-plan li > .card-plan .thum-seat{
   width: 40%;
}
.list-2day-plan li > .card-plan .dl-plan{
   width: 60%;
   padding-left: 15px;
   padding-top: 0;
}
.list-2day-plan li .dd-pricetext .price-text{
   text-align: right;
   margin-bottom: 0;
   font-size: 12px;
   margin-top: 10px;
}
.list-2day-plan li .dd-pricetext .price-conditions{
   display: block;
}

/* ふわっとだす */
#Why .fade {
	opacity: 0;
	transform: translateY(60px);
	transition: opacity 3.5s, transform 4.0s;
}
#Why .fade.active {
	opacity: 1;
	transform: translateY(0px);
}


#Why .fade-title{
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.2s, transform 1.0s;
}
#Why .fade-title.active {
	opacity: 1;
	transform: translateY(0px);
}

#Why .fade-subtitle{
	opacity: 0;
	transform: translateY(60px);
	transition: opacity 1.8s, transform 2.5s;
}
#Why .fade-subtitle.active {
	opacity: 1;
	transform: translateY(0px);
}

/* テーマパーク発地タブ追加 */
.nav-tabs.nav-dep{
  width: 100%;
  justify-content: space-between;
  border-bottom: 3px solid #eee;
	margin-bottom: 10px;
}
.nav-tabs .nav-link{
  border: none;
}
.nav-dep > li{
  flex: 1;
  display: flex;
  width: 100%;
}
.nav-dep > li a.nav-link{
  text-align: center;
  padding: 8px 0;
  display: flex;
  width: 100%;
  color: #3664b8;
  align-items: center;
  justify-content: center;
  background: #ecf0f8;
  border: solid 2px #fff;
  border-bottom: none;
}
.nav-dep > li a.nav-link:hover,
.nav-dep > li a.nav-link.active{
	border:solid 2px #6790DC;
  border-bottom: none;
	background: #6790DC;
	color: #fff;
	font-weight: bold;
}



.nav-dep > li.nav-item-tokai a.nav-link{
  color: #ef3c4d;
}
.nav-dep > li.nav-item-kansai a.nav-link{
  color: #f68732;
}
.nav-dep > li.nav-item-hokuriku a.nav-link{
  color: #9435b8;
}
.nav-dep > li.nav-item-tohoku a.nav-link{
  color: #4db8f0;
}
.nav-dep > li.nav-item-chugoku a.nav-link{
  color: #9ba61d;
}
.nav-dep > li.nav-item-kyushu a.nav-link{
  color: #f54b6b;
}
.nav-dep > li.nav-item-kanto a.nav-link{
  color: #1a2975;
}
.nav-dep .nav-item.show.nav-item-tokai a.nav-link,
.nav-dep .nav-item-tokai .nav-link.active{
  background: #ef3c4d;
  color: #fff;
}
.nav-dep .nav-item.show.nav-item-kansai a.nav-link,
.nav-dep .nav-item-kansai .nav-link.active{
  background: #f68732;
  color: #fff;
}
.nav-dep .nav-item.show.nav-item-hokuriku a.nav-link,
.nav-dep .nav-item-hokuriku .nav-link.active{
  background: #9435b8;
  color: #fff;
}
.nav-dep .nav-item.show.nav-item-tohoku a.nav-link,
.nav-dep .nav-item-tohoku .nav-link.active{
  background: #4db8f0;
  color: #fff;
}
.nav-dep .nav-item.show.nav-item-chugoku a.nav-link,
.nav-dep .nav-item-chugoku .nav-link.active{
  background: #9ba61d;
  color: #fff;
}
.nav-dep .nav-item.show.nav-item-kyushu a.nav-link,
.nav-dep .nav-item-kyushu .nav-link.active{
  background: #f54b6b;
  color: #fff;
}
.nav-dep .nav-item.show.nav-item-kanto a.nav-link,
.nav-dep .nav-item-kanto .nav-link.active{
  background: #1a2975;
  color: #fff;
}

.sale-plan{
	position: relative;
}
.sale-plan::before{
	position: absolute;
    content: '';
    top: -5px;
    left: -10px;
    width: 70px;
    height: 70px;
    background: url(/static/img/campaign/student/sale.svg) no-repeat;
    background-size: contain;
}



@media(max-width:767px) { 
	.nav-dep > li a.nav-link{
		font-size: 12px;
	}
}


/* ====================================
4名部屋追加対応
==================================== */
.tit-roomplan{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-flex;
	align-items: center;
    position: relative;
	padding-left: 32px;
	padding-top: 20px;
}
.tit-roomplan::before {
	content: '';
    position: absolute;
    background: url(/static/img/campaign/student/2025/ico-hotel-green.svg) no-repeat center center / 100%;
	left: 0;
	width: 26px;
	height: 26px;
}

.list-roomplan{
	width: 100%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}
.list-roomplan li {
	width: 49%;
}
.list-roomplan li a{
display: block;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    background: #FFE7ED;
    color: #838383;
    padding: 12px 12px 12px 0;
    border: 1px solid #838383;
    border-radius: 100px;
	font-size: 12px;
}

.list-roomplan li a::before{
	content: "\f107";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 50%;
        left: 89%;
        transform: translate(0, -50%);
        font-weight: 900;
}

.list-roomplan li a:hover{
	text-decoration: none;
}
@media screen and (max-width:360px) {
	.list-roomplan li a{
			font-size: 11px;
	}
}


#appdeeplink{
   display: none;
}