@charset "utf-8";

/*  見出し
============================================================================= */
.page-ttl.-line:after,
.page-ttltxt span:after{
	background: #ea8076;
}

/*  ルックJTBで行く/海外航空券・海外ホテル
============================================================================= */
.lookjtb{
	background: repeating-linear-gradient(-45deg, rgba(255, 241, 240, 30%), rgba(255, 241, 240, 30%) 2px, rgba(255, 241, 240, 100%) 2px, rgba(255, 241, 240, 100%) 4px);
}
.arrange{
	background: repeating-linear-gradient(-45deg, rgba(243, 251, 255, 30%), rgba(243, 251, 255, 30%) 2px, rgba(243, 251, 255, 100%) 2px, rgba(243, 251, 255, 100%) 4px);
}

/*  JTB特典/画像なしへレイアウト変更/注意文言追加
============================================================================= */
.page-subttltxt2{
text-align:center;
font-weight:bold;
color:#CC0D21;}

/*  マイバス追加　20250404
============================================================================= */
.oppage-subttlbox{
	display: flex;
	flex-direction: column;
	flex-direction: column-reverse;
	margin-left: auto;
	width: auto;
	margin-top:20px;

}

.op-subttl{
	font-size: 3.0rem;
	font-weight: bold;
	text-align:center;
	margin-bottom:-20px;
}
.oppage-subttltxt{
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}

@media screen and (max-width: 759px){
.oppage-subttlbox{
	display: flex;
	flex-direction: column;
	flex-direction: column-reverse;
	margin-left: auto;
	width: auto;
	margin-top:20px;
}
.op-subttl{font-size: 2.0rem;
font-weight: bold;
text-align:center;
margin-bottom:-10px;
}
.oppage-subttltxt{
		font-size: 1.4rem;
		letter-spacing: .1em;
	
}
}



.mybus_box_all {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0 -20px;
    text-align: left;
}
.mybus_box {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 20px 0 0 20px;
    width: calc(100% / 2 - 20px);
    box-shadow: 0 0 0.2em rgb(0 0 0 / 20%);
    background: #fff;
}

.mybus-cas {
    display: flex;
    flex-wrap: nowrap;
}
.mybus-cas_txt {
    padding: 5px;
    width: calc(100% / 2);
}

.oppage-subttlbox {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mybus_box figcaption{text-align: left;}


/*キーワード*/
.c-keyword__list { display: flex; flex-wrap: wrap; margin-top: 1em; }
.c-keyword__list .c-word { align-items: center; background-color: #fff; border: 1px solid; border-radius: 100vh; display: inline-flex; height: 3.125em; justify-content: center; margin: .5em .25em; padding: 0 2em; color: #003B82;}
.c-keyword__list .c-word span { font-weight: bold; }
.c-keyword__list .c-word span::before { content: "＃" !important; padding-right: .25em; }
.c-word:hover { background-color: #003B82 !important; color:#fff !important; }



@media screen and (min-width: 1000px) {
    #op .fbt_txt {
        font-size: 1.6rem;
    }

.mybus-cas_txt img {
    max-width: 100% !important;
    height: 210px;
    object-fit: cover;
}

#op .fbt {margin-top: 45px;}
}

@media screen and (max-width: 999px) {

.mybus_box_all {
    margin: 10px 0 0 -20px;
}

.mybus_box {width:calc(100% - 20px); border:unset;}
.c-keyword__list .c-word {
    height: 2.5em;
    margin: .25em;
    padding: 0 1em;
}

.mybus-cas_txt_s{/*font-size:70%;*/}
#op .fbt a{font-size:70%; min-height:0; padding:2px 5px;}
#op .fbt{margin:5px auto 0;}



.c-keyword__list .c-word span {font-size: 16px;}
.mybus_box figcaption{text-align: center; font-size: 70%;}

.mybus_box .fbt_txt {font-size: 16px;}

}

