@charset "utf-8";
html,body { height:100%; }
/* フォントサイズの基準を10pxに */
html {
  font-size: 10px;
  font-size: 62.5%;
  }

/* body */
body {
  width: 100%;
  margin: auto;
  color: #46413c;
  background-color: #fffff5;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W6","ヒラギノ角ゴ","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",　sans-serif;  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

/* 太字 */
b, strong, .bold, h2{
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",　sans-serif;
}

/*clearfix*/
.cf:before,.cf:after {content:""; display:block; overflow:hidden;}
.cf:after {clear:both;}
.cf {zoom:1;}

/*style*/
p{font-size:1.6rem; text-align:justify; text-justify:inter-ideograph; line-height: 1.8; margin:0;}

@media screen and (max-width:960px) {
  p{font-size: 1.6rem;}
}

@media screen and (max-width:560px) {
  p{font-size: 1.4rem;}
}



a{text-decoration: underline; color:#282828; text-decoration: none;}
a:hover{text-decoration: none;}
h2{line-height: 1; font-weight:normal; letter-spacing: 4;}
main{overflow: hidden;}

.widthfix{width:100%; max-width:640px; margin:0 auto;}
img{width:100%; vertical-align: bottom;}



/* ul */
ul,ol{padding:0;}
ol li,ul li{font-size: 1.8rem; padding:0; list-style:none;}

@media screen and (max-width:960px) {
  ol li,ul li{font-size: 1.6rem;}
}

@media screen and (max-width:560px) {
  ol li,ul li{font-size: 1.4rem;}
}

/* テーブルに関して */
table{
  font-size: 1.6rem;
  text-align: center;
}

/* thの下線を1pxに */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 1px;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
}


/* 最安値 */
.jgt_price {
  display: none;
  color:#c00;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: right;
  margin-top: 8px;
  min-height:41px;
}
.jgt_price::before{
  font-size: 1.7rem;
  margin-right: 6px;
}
#tyo .jgt_price::before{content:'東京発';}
#osa .jgt_price::before{content:'大阪発';}
#ngo .jgt_price::before{content:'名古屋発';}
#fuk .jgt_price::before{content:'福岡発';}
#oki .jgt_price::before{content:'沖縄発';}
#kan .jgt_price::before{content:'金沢発';}
#hok .jgt_price::before{content:'北海道発';}

.jgt_price::after{
  content: '円～';
  font-size: 1.7rem;
}
@media screen and (max-width:600px) {
  .jgt_price {
      font-size: 1.8rem;
      letter-spacing: 0.03em;
      margin-top: 3px;
      min-height:32px;
  }
  .jgt_price::before{
      font-size: 1.3rem;
      margin-right: 3px;
  }
  .jgt_price::after{
      font-size: 1.3rem;
  }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

header {
    display: flex;
    align-items: center;
    background-color: #cc0000;
    padding:0 30px;
    height:80px;
    position:relative;
}

header img {
    width: 103px;
    height: 23px;
}

header h1 {
    position:absolute;
    right:30px;
    width:calc(100% - 60px - 500px);
    font-size: 1.4rem;
    color: #fff;
    text-align:right;
}

header h2{
    margin: 0 40px 0 64px;
    padding: 0;
    color:#fff;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
header h2 big{
    font-size: 19px;
    margin-right: 24px;
}
header select {
    width: auto;
    height: 36px;
    appearance: none;
    padding-right: 20px;
    background: url(../../../wp-content/themes/jumbotours/assets/img/header_select_white.svg) no-repeat right 16px center #000;
    background-size: 10px 12px;
    color: #fff;
    border: 0;
    border-radius: 36px;
    box-sizing: border-box;
    padding: 0 36px 0 24px;
    margin: 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: normal;
    outline: none;
}
#tyo header .departure .tyo,
#osa header .departure .osa,
#ngo header .departure .ngo,
#fuk header .departure .fuk,
#oki header .departure .oki,
#kan header .departure .kan,
#hok header .departure .hok{
    display: none;
}

@media screen and (max-width:767px) {
    header {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #DBDBDB;
        height: auto;
    }
    header .logo {
        position: relative;
        right:auto;
        order: 2;
        width: 100%;
        height: 56px;
        margin: 0;
        padding: 0 0 0 16px;
        background: #BF0101;
        text-align: left;
        display: flex;
        align-items: center;
    }
    header img {
        width: 70px;
        height: auto;
    }
    header h1{
        font-size:1.3rem;
        line-height: 1.4;
        width:calc(100% - 110px);
        top:10px;
        right:16px;
    }
    header h2 {
        order: 3;
        margin: 0;
        padding: 0 15px;
        font-size: 12px;
        font-weight: bold;
        display: flex;
        align-items: center;
        color:#333;
    }
    header h2 big{
        font-size: 17px;
        margin-right: 0;
    }
    header .departure {
        order: 4;
        flex: 1;
        margin: 0;
        padding: 12px 0;
        text-align: left;
        color:#333;
    }
    header select{
        width: auto;
        height: 32px;
        padding-right: 20px;
        background: url(../../../wp-content/themes/jumbotours/assets/img/header_select_black.svg) no-repeat right 16px center #fff;
        background-size: 10px 12px;
        color: #000;
        border: 0;
        padding: 0 36px 0 24px;
        margin: 0;
        box-shadow: 0;
        font-size: 14px;
        font-weight: bold;
    
    }
}




/* 共通 */

#goldenweek_all {
	background-image:url("../img2021/bg.gif");
	background-repeat: repeat;
	background-color: #fff;
}

.section__wrap{
  padding:10px 10px 0;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}

.section__wrap_l{
  padding:10px 0px;
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
}

.section__wrap_ll{
  padding:10px 0px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


h3 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 35px;
}

h3.title_okinawa {
	background-image: url("../img/area_tit_bg_okinawa.png");
	background-repeat: no-repeat;
	    height: 50px;
    background-position: 560px;
}


.pcCont {
    display: block;
}

.spCont {
    display: none;
}



@media screen and (max-width:560px) {
	
	 .pcCont {
        display: none;
    }
    .spCont {
        display: block;
    }
	
	.section__wrap{
  padding:10px 0px;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}
	
	h3.title_okinawa {
	background-image: url("../img/area_tit_bg_okinawa.png");
	width: 100%;
	background-repeat: no-repeat;
	height: 50px;
    background-position: 202px center;
}

}

/* new clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  


h2{
  margin:30px auto 50px;
}



.section__image{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
}




p span.marker{
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffff00;
  padding: 5px 10px;
  margin: 0 5px;
  background: linear-gradient(transparent 0%, #ff78b7 0%);
}

p span.marker_yerrow{
  font-size: 2.4rem;
  font-weight: bold;
  color: #DC5C1F;
  padding: 5px 10px;
  margin: 0 5px;
  background: linear-gradient(transparent 0%, #F9FF37 0%);
}



@media screen and (max-width:560px) {
	
.section__wrap{
  padding:0px;
  width: 100%;
  margin: 0 auto;
}
  .section__image{
    margin: 0 auto 40px;
  }

  h2{
    margin:0 auto 40px;
  }

  p span.marker{
    font-size: 1.8rem;
  }


}




/* メインビジュアル */

#main__visual {
	background-image:url("../img2021/main_bg.jpg");
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-bottom: 20px;
}

h1.main_pc{
  width: 897px;
	padding-top: 20px;
	margin: auto;
}

h1.main_sp{
	display: none;
}



.goldenweek_txt {
	text-align: center;
	font-size: 100%;
	color: #fff;
}




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

@media screen and (max-width: 560px) {
	
  h1{
    width: 95%;
  }
	
h1.main_pc{
		display: none;
}

h1.main_sp{
	display:block;
	margin: auto;
	
}


	
	#main__visual {
	background-image:url("../img2021/main_bg.jpg");
	background-size: 1550px;
	background-repeat: no-repeat;
	background-position: center 0px;
}
	
	.goldenweek_txt {
	text-align: center;
	font-size: 70%;
	color: #fff;
		padding: 0px 20px;
}

  
}

/*///////////////パンくず/////////////////*/



#breadcrumbs_h {
	color: #000;
    padding:20px 0px 30px 30px;
    font-size: 12px;
}

#breadcrumbs_h ul {
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    align-items: center;
}

#breadcrumbs_h li {
    margin: 0 8px 0 0;
    padding: 0;
    font-size: 12px;
    white-space: nowrap;
	color: #000;
}

#breadcrumbs_h a {
    color: #000;
    text-decoration: none;
}

#breadcrumbs_h a:hover {
    color: #000;
    text-decoration: none;
}

#breadcrumbs_h li:not(:first-child):before {
    content: ">";
    margin-right: 8px;
}

@media screen and (max-width: 560px) {
	#breadcrumbs_h {
		width: 300px;
		font-size: 11px;
		margin-bottom: 20px;
	}
	
#breadcrumbs_h li {
	float: left;
}
	
	#breadcrumbs_h li {
    margin: 0 8px 0 0;
    padding: 0;
    font-size: 8px;
    white-space: normal;
	color: #000;
}
	
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■plan_cont
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#plan_cont{
    padding-top:10px;
}
#plan_cont h2 {
    font-family: 'Noto Serif JP', serif;
    font-size:3.2rem;
    font-weight: normal;
    letter-spacing:0.1em;
    background:url(../img/line.png) no-repeat center center;
    text-align: center;
    position: relative;
    margin-bottom: 48px;
}
#plan_cont h2 img{
    margin:0 auto;
}
#plan_cont h2 div{
    width:100%;
    color:#fff;
    position: absolute;
    top:45%;
}
#plan_cont h2 div.price{
    color: #ffd11b;
    font-size: 2.3rem;
    letter-spacing: 0.04em;
    left: calc(50% - 550px);
    top: 80px;
    text-align: center;
    width: 236px;
}
#hok #plan_cont h2 div.price,
#ngo #plan_cont h2 div.price{
    width:243px;
}
#plan_cont h2 div.price span{
    font-size:120%;
}
@media screen and (max-width:1240px) {
    #plan_cont h2 {
        font-size:2.5vw;
        background-position: center 65%;
        margin-bottom:25px;
    }
    #plan_cont h2 img{
        width:100%;
    }
    #plan_cont h2 div.price{
        font-size:1.9vw;
        left:8%;
        top:38%;
        width:auto;
    }
    #plan_cont h2 div.price span{
        font-size:120%;
    }
}
@media screen and (max-width:767px) {
    #plan_cont{
        padding-top:30px;
        background-image:url(../img/sp_bg_autumn.png);
        background-size:100% auto;
    }
    #plan_cont h2 div{
        font-size:5.3vw;
        top:60%;
    }
    #hok #plan_cont h2 div.price,
    #ngo #plan_cont h2 div.price,
    #plan_cont h2 div.price{
        font-size:4.2vw;
        width:100%;
        left:0;
        top:30%;
        padding-left:3px;
        text-align:center;
    }
    #plan_cont .plan_medama,
    #plan_cont .area_plan_box{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0 5px;
    }
    #plan_cont .plan_cas{
      width:49%;
      margin: 0 0 20px;
      float:none;
    }

}




/*gokdenweek*/

#gokdenweek h2{
	
}



.tit_pc {
	display: block;
	width: 845px;
	margin: 0 auto;
	
}

.tit_pc img {
	width: 100%;
}

.tit_sp {
	display: none;
}

.gwsakiwari_point_pc {
	width: 898px;
	margin: auto;
	padding-top: 20px;
}

.gwsakiwari_point_sp {
	display: none;
}

.goldenweek_calender {
	padding-top: 30px;
    width: 950px;
    margin: auto;
}

.plan_cas {
	background-color: #fff;
	float: left;
	width: 295px;
	margin-left: 20px;
	margin-bottom: 40px;
	box-shadow: 3px 4px 0px 0px rgb(0 0 0 / 23%);
}

.plan_area {
	width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px 0px;
	
}

#plan_area_okinawa {
	background-color: #b90026;
}

#plan_area_rito {
	background-color: #0C84CA;
}

#plan_area_shikoku {
	background-color: #D1337B;
}

#plan_area_touhoku {
	background-color: #0D4FAD;
}

#plan_area_hokkaido {
	background-color: #089304;
}

#plan_area_kyushu {
	background-color: #C36904;
}

#plan_area_amami {
	background-color: #016C87;
}

#plan_area_kanto {
	background-color: #07489B;
}

.plan_img {
	padding:10px;
	height: 210px;
}

.plan_txt {
	padding: 0px 15px 15px 15px;
}

.plan_title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	height: 97px;
	 display:table;
	width: 100%;
	font-size: 3rem;
	line-height: 1.5em;
	
}

.plan_title p {
	 display:table-cell;
	 vertical-align:middle;
	text-align: center;
    line-height: 1.5em;
}
.plan_title a {
	color:#AC0002;
}



.plan_setsumei p {
	font-size: 12px;
	height: 60px;
}

.plan_price {
    color: #c00;
    font-weight: bold;
    text-align: right;
    margin-top:12px;
}
.plan_price span {
    font-size: 2.3rem;
}

@media screen and (max-width: 560px) {
	
#goldenweek h2{
	  width: 90%;
    text-align: center;
}
.tit_pc {
		display: none;
}
.tit_sp {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.gwsakiwari_point_pc {
	display: none;
}
.gwsakiwari_point_sp {
	display: block;
	width: 90%;
	margin: auto;
	padding-top: 20px;
}
	.goldenweek_calender {
	padding-top: 30px;
    width: 100%;
}
.plan_cas {
	background-color: #fff;
	/*float: left;
	width:90%;*/
	margin-bottom: 20px;
}
	
.plan_img {
	padding: 6px 6px 0;
	height: auto;
}
.plan_txt {
    padding: 8px 13px;
}	
.plan_title {
	font-weight: bold;
	margin-bottom: 5px;
	height: auto;
}
.plan_title p {
	  font-size: 15px;
    line-height: 1.5;
    text-align: left;
	}
.plan_title a {
	color:#AC0002;
}
.plan_setsumei p {
	font-size: 12px;
  line-height: 1.6;
	padding: 0;
  height: auto;
}
.plan_price{
        margin-top:6px;
    }
	
}


/*エリア別タイムセール*/


#area_timesal h2{
	width: 674px;
	text-align: center;
}

.area_select {
margin: 20px 20px;	
}


#area_okinawa {
}

.area_select li {
	float: left;
	width: 130px;
	height: 60px;
	border-radius: 3px;
	background-color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #CE2E48;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
}

.area_select li a {
	color: #CE2E48;
}

.area_plan_box {
	float: left;
	height: 640px;
}

.btn_area {
	text-align: center;
	padding-bottom: 20px;
	margin: 30px auto 0;
}

p.hok_area,p.hok_area a{
	color: #089304;
}

p.toh_area,p.toh_area a{
	color: #0D4FAD;
}

p.chu_area,p.chu_area a{
	color: #D1337B;
}

p.kyu_area,p.kyu_area a{
	color: #C36904;
}

p.ama_area,p.ama_area a{
	color: #C36904;
}

p.oki_area,p.oki_area a{
	color: #b90026;
}

p.rito_area,p.rito_area a{
	color: #0C84CA;
}

p.kanto_area,p.kanto_area a{
	color: #07489B;
}



.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}

a.btn-border-shadow--radius {
  border-radius: 100vh;
}
a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: #fff;
}



a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow--radius:before {
  border-radius: 100vh;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

@media screen and (max-width: 560px) {
  .area_plan_box {
      float: left;
      height: auto;
  }
  .btn_area{
    margin: 10px auto;
  }
}

/*////////////グレーアウトボタン////////////*/

p.gray,p.gray a{
	color: #fff;
	opacity: 0.5;
}

a.btn-border-shadow-g {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background:#4E4E4E;
}

a.btn-border-shadow-g:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow--radius:before {
  border-radius: 100vh;
}

a.btn-border-shadow-g:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow-g:hover:before {
  top: 0;
  left: 0;
}

a.btn-border-shadow-g {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
pointer-events: none;
  background: #4E4E4E;
}


@media screen and (max-width: 560px) {
	
	#area_timesal h2{
	width: 90%;
	text-align: center;
}
	
	.area_select {
		width: 100%;
}
	.area_select li {
	float: left;
	width: 115px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	background-color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #CE2E48;
	font-weight: bold;
		font-size: 100%;
	text-align: center;
}
	
}

/* ページTOP */


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size:15px;
	z-index: 100;
}
#page-top a {
	background:#AB1436;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background:#333;
}

@media screen and (max-width: 560px) {
	
	#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-size:13px;
}
#page-top a {
	background:#AB1436;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background:#333;
}
	
}


/* トップに戻る */
#page__top{
  width: 80px;
  height: 80px;
  margin: 0 20px 20px auto;
  background: #004678;
  opacity: 0.8;
  border-radius: 8px;
  z-index: 4;
}
#page__top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 1;
  text-decoration: none;
}
#page__top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 4rem;
  color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* スマホ用 */
#nav-drawer {
  position: relative;
  text-align: right;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}


/* フッター */
#footer{
  background-color: #445289;
  padding: 40px 0;
}
#footer .footer__wrap{
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer p{
  padding-right: 20px;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
}


.footer__nav{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
}

.footer__nav li{
  margin-left: 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
}

.footer__nav li a{
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}

.footer__nav li a:hover{
  text-decoration: underline;
}


@media screen and (max-width:960px) {
  #footer p{
    font-size: 1.2rem;
    padding-right: 0;
  }

  .footer__nav li a{
    font-size: 1.2rem;
  }
}

@media screen and (max-width:560px) {
  .footer__nav,
  .footer__wrap{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .footer__nav li{
    margin-bottom: 20px;
    margin-left: 0;
  }

  .footer__nav li:last-of-type{
    margin-bottom: 0;
  }

  #footer p{
    margin-bottom: 40px;
  }

}



br.sp{
  display: none;
}

@media screen and (max-width:560px) {
  br.sp{
    display: inline;
  }
}