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

/* body */

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #000;
    text-align: center;
}
body {
  width: 100%;
  margin: auto;
  color: #000;
  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;
}




/* 共通 */



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

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

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


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

#breadcrumbs {
    color:#333;
    text-align: left;
    margin: 0 auto;
    padding: 12px 0 12px 30px;
    font-size: 12px;
    background-color:#f2f2f2;
}
#breadcrumbs a{
    color:#4e4e4e;
    text-decoration: none;
}
#breadcrumbs ul{
    display: flex;
}
#breadcrumbs li{
    margin-right:15px;
	font-size: 13px;
}
#breadcrumbs li:not(:first-child):before {
    content: ">";
    margin-right: 8px;
}
@media screen and (max-width:767px) {
    #breadcrumbs {
        max-width:auto;
        margin: 0 auto;
        padding: 0px 15px;
 
        overflow-x: scroll;
        word-break: keep-all;
        white-space: nowrap;
         -webkit-overflow-scrolling: touch;
    }
}


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


}

/* 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;
}

#jaldebyun_all {
	background-color: #bde6fb;
}

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









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

  h2{
    margin:0 auto 40px;
  }



}


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

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

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,
#hok header .departure .chu,
#hok header .departure .shi{
    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;
		z-index: 100;
    }
    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;
    
    }
}


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


#main__visual {
background-image:url("../img/bg_main_pc03.png");
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: 1750px;
	padding-bottom: 30px;
}

.main_v {
	width: 1000px;
	margin: auto;
}

.main_pc{
  width: 868px;
	margin:auto;
	padding-top: 90px;
	padding-left: 80px;
}

.main_sp{
	display: none;
}


h1 {
	margin-top: 0px;
}

.main_lead {
	padding-top: 130px;
	padding-left: 100px;
	margin: auto;
	width: 562px;
}


.main_v p {
	font-size: 17px;
	text-align: center;
	padding-top: 0px;
}

.main_mv_cont {
	display: flex;
	width: 800px;
	margin: auto;
}






.hero {
  padding: 32px 20px 56px;
}

.hero__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
     max-width: 820px;
    padding-top: 70px;
    padding-left: 250px;
}

.hero__text {
  flex: 1;
  min-width: 0;
}

.hero__title {
  margin: 0 0 56px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero__copy + .hero__copy {
  margin-top: 36px;
}

.hero__copy p {
  margin: 0;
  font-size: clamp(13px, 1.6vw, 17px);
  line-height: 1.5;
  text-align: left;
}

.hero__badge {
  flex: 0 0 auto;
padding-top: 50px;
}

.campaign-badge {
  width: 280px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #c00;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}

/* 切り欠き */
.campaign-badge::before,
.campaign-badge::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: #efefef;
  border-radius: 50%;
}

.campaign-badge::before {
  right: -6px;
  top: 78px;
}

.campaign-badge::after {
  left: 52px;
  bottom: -8px;
}

.campaign-badge__date {
  margin: 0 0 8px;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
}

.campaign-badge__route {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.campaign-badge__limit {
  margin: 0;
  display: inline-block;
  padding: 8px 18px;
  background: #000;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 1;
}

/* スマホ */
@media (max-width: 768px) {
  .hero {
    padding: 20px 20px 40px;
  }

  .hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
	  padding-left: 0px;
  }

  .hero__title {
    margin-bottom: 20px;
    font-size: 26px;
  }

  /* 並び順を変更 */
  .hero__badge {
    order: 2;
    align-self: center;
	margin: -32px 0 36px;
	width: 52%;
	padding-left: 177px;
  }

  .hero__text {
    order: 1;
    display: contents;
  }

  .hero__title {
    order: 1;
  }

  .hero__copy:first-of-type {
    order: 3;
  }

  .hero__copy:last-of-type {
    order: 4;
  }

  .campaign-badge {
    width: 152px;
  }

  .campaign-badge::before,
  .campaign-badge::after {
    width: 18px;
    height: 18px;
  }

  .campaign-badge::before {
    right: -4px;
    top: 49px;
  }

  .campaign-badge::after {
    left: 28px;
    bottom: -5px;
  }

  .campaign-badge__date {
    font-size: 33px;
    margin-bottom: 4px;
  }

  .campaign-badge__route {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .campaign-badge__limit {
    font-size: 18px;
    padding: 6px 12px;
    letter-spacing: 0.2em;
  }

  .hero__copy + .hero__copy {
    margin-top: 26px;
  }

  .hero__copy p {
    font-size: 15px;
    line-height: 1.9;
  }
}


.sec_area_select {
	max-width: 900px;
	margin: auto;
}

.tit_area_select {
width: 222px;
	margin: auto;
}

.area_btns {
	display: flex;
	justify-content: space-between;
}




/*.main_sec {
	background-image: url("../img/bg_contents.webp");
	background-repeat: no-repeat;
	background-size: 1750px;
}
*/





/* 背景固定エリア */
.fixed-bg-section {
  position: relative;
  background-image:url("../img/bg_contents.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 0px 20px;
	  /* これ追加（念のため） */
  z-index: 0;
}


/* ★ここを追加 */
.fixed-bg-section::before {
  content: "";
  position: absolute;
  inset: 0;

  /* 上だけ濃く、下にいくほど透明 */
  background: linear-gradient(
    to bottom,
    rgba(191, 232, 255, 0.9) 0%,
    rgba(191, 232, 255, 0.6) 25%,
    rgba(191, 232, 255, 0.3) 50%,
    rgba(191, 232, 255, 0) 100%
  );

  pointer-events: none;
  z-index: 0;
}

/* コンテンツを前に出す */
.fixed-bg-section__inner {
  position: relative; /* ★これ追加 */
  z-index: 1;         /* ★これ追加 */

  /*max-width: 900px;*/
  margin: 0 auto;
}

/* 中央カラム */
.fixed-bg-section__inner {
  max-width: 1060px;
  margin: 0 auto;
}

/* 縦に流れるコンテンツ */
.scroll-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* 各ボックス */
.content-box {
  max-width: 1060px;
  margin: 0 auto;
  padding: 38px 32px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 20px;
  backdrop-filter: blur(4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

#shikoku-box {
	background-color: #d7eef9;
}

#touhoku-box {
	background-color: #cff9f5;
}

#kyushu-box {
	background-color: #ffea92;
	margin-bottom: 60px;
}

.content-box h2 {
  margin: 0 0 16px;
  font-size: 39px;
font-family: serif;
	text-align: left;
}

/*.content-box p {
  margin: 0;
}*/

/* 通常セクション */
.normal-section {
  padding: 120px 20px;
  background: #fff;
}

.normal-section__inner {
  max-width: 900px;
  margin: 0 auto;
}


@media (max-width: 768px) {
	
.fixed-bg-section__inner {
    max-width: 100%;
    margin: 0 auto;
}
	
	/* 各ボックス */
.content-box {
  max-width: 100%;
  margin: 0 auto;
	padding: 0px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 20px;
  backdrop-filter: blur(4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

	
}


/*//////////////////コンテンツ///////////////////*/

.trip-card {
  padding: 0;
}

.trip-card__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 10px 50px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.trip-card__text {
  flex: 1 1 56%;
  min-width: 0;
}

.trip-card__tags {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}


.trip-card__tag::before {
  content: attr(data-label);
}


.trip-card__title {
  margin: 0;
  font-size: 34px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.trip-card__title .is-red {
  color: #c70000;
}

.trip-card__lead {
	font-family: serif;
  margin: 22px 0 2px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
	padding-bottom: 20px;
}

.trip-card__copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}

.trip-card__copy--bottom {
  margin-top: 28px;
}

.trip-card__visual {
  flex: 0 0 330px;
  display: flex;
  justify-content: center;
}

.trip-card__circle {
  position: relative;
  width: 330px;
  aspect-ratio: 1;
  overflow: visible;
	padding-top: 30px;
}

.trip-card__image {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}




/* スマホ */
@media (max-width: 768px) {
  .trip-card__inner {
    padding: 28px 20px 30px;
    flex-direction: column;
    gap: 28px;
  }

  .trip-card__text {
    width: 100%;
  }

  .trip-card__tags {
    margin-bottom: 14px;
	  gap:0px;
  }

  .trip-card__tag {
    min-width: 74px;
    padding: 8px 12px;
    font-size: 12px;
  }

.content-box h2 {
    margin: 0 0 16px;
    font-size: 35px;
    font-family: serif;
}
	
  .trip-card__title {
    font-size: 23px;
    line-height: 1.5;
  }

  .trip-card__lead {
    margin: 18px 0 0px;
    font-size: 17px;
  }

  .trip-card__copy p {
    font-size: 14px;
    line-height: 1.9;
  }

  .trip-card__visual {
    flex-basis: auto;
  }

  .trip-card__circle {
    width: min(78vw, 320px);
	  padding-top: 0px;
  }

  .trip-card__line {
    width: 150px;
    right: 34px;
  }
}








/*///////////////カセット/////////////////////*/



img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.tour-cassette {

}

.tour-cassette__grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tour-card {
  background: #fff;
  padding: 16px 20px 18px;
}

.tour-card__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /*gap: 16px;*/
  margin-bottom: 16px;
}

.tour-card__route {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 6px;
	display: flex;
}

.tour-card__route span {
	font-size: 20px;
	border-bottom: 1px solid rgba(0,0,0,1.00);
	border-top:  1px solid rgba(0,0,0,1.00);
	padding: 5px 0px;
	background-image: url("../img/icon_air.gif");
	background-repeat: no-repeat;
	background-size: 19px;
	background-position: right;
	padding-right: 23px;
	margin-right: 10px;
}


/*.air_icon {
	width: 17px;
}*/

.tour-card__price {
  margin: 0;
  color: #d40000;
  font-size: 25px;
  font-weight: 700;
  white-space: nowrap;
}

.tour-card__price span {
	font-size: 16px;
}



.price_red span {
	font-size: 23px;
	font-weight: bold;
	color: rgba(224,0,3,1.00);
}

.tourdays {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 15px;
}


.price {
	padding-bottom: 10px;
	
}

/*.price_red span {
	font-size: 17px;
	color: #000;
}*/

.tour_link {
	width: 45%;
	margin: auto;
}

.tour_link img {
	width: 90%;
}


.jgt_price {
	font-family: 'Roboto',sans-serif;
	font-style:italic;
  display: none;
	line-height: 1;
}
.jgt_price::after {
  /*content: '円～';*/
  font-size: 15px;
}




.tour-card__slider {
  margin-bottom: 22px;
}

.tour-card__slides {
  position: relative;
  aspect-ratio: 4 / 2.85;
  overflow: hidden;
  background: #ddd;
}

.tour-card__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.tour-card__slide.is-active {
  opacity: 1;
  visibility: visible;
}

.tour-card__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-card__dots {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding-top: 14px;
}

.tour-card__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #aaa;
  padding: 0;
  cursor: pointer;
}

.tour-card__dot.is-active {
  background: #000;
}

.tour-card__body {
  padding: 0 8px;
	text-align: left;
}

.tour-card__title {
  margin: 0 0 10px;
  color: #1d2ea8;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 700;
}

.tour-card__lead {
  font-size: 16px;
  line-height: 1.8;
	height: 70px;
}

.tour-card__point {
  padding-top: 12px;
  background-image: radial-gradient(rgba(234, 223, 179, 0.5) 0.8px,transparent 0.8px);
  background-size: 6px 6px;
}

.tour-card__point-label {
  display: inline-block;
  margin: 0 0 10px 0px;
  padding: 8px 18px;
  background: #00118b;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.13);
}

.tour-card__point-list {
  margin: 0;
  padding: 0 0 15px 22px;
  list-style: none;
}

.tour-card__point-list li {
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
	margin-left: 15px;
}

.tour-card__point-list li::before {
  content: "✓";
  position: absolute;
  left: -22px;
  top: 0;
  color: #bda22a;
  font-weight: bold;
}


.tour_btn {
	width: 299px;
	margin: auto;
	padding: 15px 0px;
}

.tour_btn img {
	width: 100%;
}


/* SP */
@media (max-width: 768px) {
  .tour-cassette {
    padding: 10px;
  }

  .tour-cassette__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tour-card {
    padding: 14px 14px 16px;
  }

  .tour-card__head {
    flex-direction: column;
    align-items: flex-start;
    /*gap: 8px;*/
    margin-bottom: 0px;
	padding: 10px 0px;
  }

  .tour-card__route {
    font-size: 30px;
  }

  .tour-card__price {
    font-size: 22px;
  }

  .tour-card__dots {
    gap: 14px;
  }
	
.tour-card__body {
  padding: 0px;
}

  .tour-card__title {
    font-size: 22px;
  }

  .tour-card__lead,
  .tour-card__point-list li {
    font-size: 15px;
  }

  .tour-card__point-label {
    font-size: 16px;
  }
}















.ann_pc {
	display: block;
}

.ann_sp {
	display: none;
}


.point__list li{
  width: 100%;
}

.point__list {
	display: flex;
	
 justify-content:center;
}

.point__list li img {
	width: 482px;
}


.sp_br {
	display: none;
}

/*-------------------------
pcCont/spCont
-------------------------*/
.spCont{display:none;}
@media only screen and (max-width: 767px) {
	.pcCont{display:none;}
	.spCont{display:block;}
}


@media screen and (max-width: 560px) {
	
.sp_br {
	display: block;
}
	
.spCont{display:block;}
	
#main__visual {
background-image: url("../img/bg_main_sp03.png");
		background-repeat: no-repeat;
		background-size: 100%;
	background-position:top center;
}
	
.main_v {
		width: 100%;
	}
	
	


 h1{
    width: 100%;
    margin-bottom: 20px;
  }
	
	
.main_pc{
	display: none;
}

.main_sp{
	display: block;
  width: 90%;
	margin: auto;
	padding-top: 60px;
}
	

.area_btns {
	display: block;
	justify-content: space-between;
	
}

	.area_btns li {
		width: 70%;
		margin: auto;
	}




/*.vertical {
        writing-mode: vertical-rl;
        text-orientation: upright;
    }*/
	
span.marker {
    background:none;
	font-weight: bold;
}

	





.ann_pc {
	display: none;
}

.ann_sp {
	display: block;
}
	



}



/*////////////////////メインコンテンツ//////////////*/

#main_sec {
	
}

.cpcp_end {
	position: relative;
}

.end_anna {
	position: absolute;
	top: 35%;
	left: 35%;
	color: #fff;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	z-index: 100;
	border: #fff solid 2px;
	padding: 20px;
}


.cp_cupon {

	width: 1000px;
	margin: auto;
	background-image: url("../img/cupon_bg_pc.png");
	background-repeat: no-repeat;
	height: 460px;
	opacity: 0.3;
}

.cupon_btn {
	padding-top: 350px;
	width: 487px;
	margin: auto;
}


.area_title {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.area_title span {
	font-size: 15px;
	letter-spacing : 3px;
}


.area_casets {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cas_sec {
	width: 460px;
	height: 260px;
	margin: 5px;
	background-color:rgba(13,35,80,0.40);
	/*background-color: rgba(17,90,145,0.59);*/
	padding: 20px;
}

.areatxt {
	font-size: 17px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	float: left;
	padding-top: 20px;
	width: 100%;
}

.area_name {
	font-size: 30px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	float: left;
	width: 100%;
}

.area_pr {
	font-size: 13px;
	text-align: left;
	float: left;
	width: 50%;
	line-height: 1.5em;
	color: #fff;
}

.area_link {
	color: #fff;
	display: flow-root;
	padding-top: 20px;
	width: 100%;
}

.area_link ul {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.area_link li {
	background-image: url("../img/sankaku.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 20px;
	text-decoration: underline;
}

.area_link li span {
	font-size: 15px;
}

.area_link li a {
	color: #fff;
}


#cas_kansai {
	background-image: 
		url("../img/area_kansai.png");
	background-size: 205px;
	background-repeat: no-repeat;
	background-position: top 20px right 20px;

}

#cas_kantou {
	background-image: 
		url("../img/area_kantou.png");
	background-size: 205px;
	background-repeat: no-repeat;
	background-position: top 20px right 20px;
}

#cas_touhoku {
	background-image: 
		url("../img/area_touhoku.png");
	background-size: 205px;
	background-repeat: no-repeat;
	background-position: top 20px right 20px;

}

#cas_kyushu {
	background-image: 
		url("../img/area_kyushu.png");
	background-size: 205px;
	background-repeat: no-repeat;
	background-position: top 20px right 20px;

}

#cas_chushikoku {
	background-image: 
		url("../img/area_chushikoku.png");
	background-size: 205px;
	background-repeat: no-repeat;
	background-position: top 20px right 20px;

}


#cas_hokkaido {
	background-image: 
		url("../img/area_hokkaido.png");
	background-size: 205px;
	background-repeat: no-repeat;
	background-position: top 20px right 20px;

}



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

.end_anna {
	position: absolute;
	top: 30%;
	left: 15%;
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	z-index: 100;
}
	
.cp_cupon {
	width: 100%;
	margin: auto;
	background-image: url("../img/cupon_bg_sp.png");
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center top;
	height: auto;

}

.cupon_btn {
	padding-top: 230px;
	width: 90%;
	margin: auto;
}

	

	
.area_title {
}
	
.cas_sec {
	height: auto;
	width: 85%;
	padding: 10px 20px;
}

.areatxt {
	padding-top: 0px;
}
	
.area_pr {
	font-size: 12px;
	}


#cas_kansai,#cas_kantou,#cas_touhoku,#cas_kyushu,#cas_chushikoku,#cas_hokkaido {
	background-size: 175px;
	background-position: top 20px right 10px;
}
	
.area_link li {
	font-size: 18px;
}


	
}


@media screen and (max-width: 320px) {
	.plan_links li {
	text-align: center;
    float: left;
    font-size: 14px;
    padding: 18px;
    border-radius: 6px;
    margin-right: 10px;
	    width: 30%;
}
	.tour_price {
	padding-left: 120px;
}
	
}








/*////////////////////ページTOP//////////////*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size:15px;
	z-index: 100;
}
#page-top a {
	background:#CC0000;
	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:#4F340C;
	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: #000;
  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;
  }
}
