@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 W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",　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;padding-bottom: 10px;}

@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;}

dl, dt, dd, ol, ul, li {
  margin:0;
  padding:0;
  border:0;
}

@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;
}


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



/* 共通 */
.section__wrap{
  padding:20px 10px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


table th, table td {
    border: 1px solid #a3a3a3;
    padding: 10px;
}

h2{
  margin:30px auto;
}

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

.text__box{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.text__box p{
  margin-bottom: 30px;
  text-align: center;
}

.text__box p:last-of-type{
  margin-bottom: 0;
}


p span.marker{
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffff00;
  padding: 5px 10px;
  margin: 0 5px;
  background: linear-gradient(transparent 0%, #E70055 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%);
}

.pink__box{
  text-align: center;
  margin-top: 40px;
}

.pink__box p{
  display: inline-block;
  text-align: center;
  border: 2px solid #E70055;
  border-radius: 8px;
  padding: 30px;
  box-shadow:4px 4px 0px 0px #E70055;
  background-color: #fff;
}

.black__box{
  text-align: center;
  margin-top: 80px;
}

.black__box--inner{
  display: inline-block;
  text-align: center;
  border: 2px solid #333333;
  border-radius: 8px;
  padding: 30px;
  box-shadow:4px 4px 0px 0px #333333;
  background-color: #fff;
}

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

  h2{
    margin:0 auto 10px;
  }

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

  .pink__box p{
    padding: 20px;
  }

  .black__box--inner{
    padding: 20px;
  }
}



/* トップに戻る */
#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;
}


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

#main__visual {
	background-image:url("../img/bg_pc.webp");
	background-repeat: no-repeat;
	background-position:top center;
	background-size: 1750px;
	height: 560px;
}

#main__visual h1{
  width: 553px;
	margin:auto;
	padding: 20px 0px;
}

.pc_main {
	display: block;
}

.sp_main {
	display: none;
}




.bg-switcher {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  padding: 0 10px;
	background-position:center center;
	background-size: cover;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .bg-switcher {
    margin-top: 64px;
  }
}

@media screen and (max-width: 560px) {
  .bg-switcher {
    height: 400px;
  }

  #main__visual {
	  background-image:url("../img/bg_sp.webp");
	  background-position:center 60px;
	  background-size: 100%;
	  background-repeat: no-repeat;
	  height: 500px;
	  margin-bottom: 20px;
  }
	
	#main__visual h1 {
		width: 70%;
		margin: auto;
		padding-top: 152px;
	}
	
.pc_main {
	display: none;
	
}

.sp_main {
	display: block;
}

	
	.gototravel_logo {
	width: 16%;
	position: absolute;
    left: 76%;
    top: 22%;
}
}


/*ナビゲーション*/
.pc__header{
  border-top: 2px solid #3983bd;
  border-bottom: 2px solid #3983bd;
  padding: 0 10px;
  display: block;
  background-color: #fff;
	margin-bottom: 30px;
}

.pc__header.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 2;
}

.sp__header{
  display: none;
  background-color: #3983bd;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.main__nav{
  width: 850px;
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}

.main__nav li {
	display: table;
  width: 20%;
}

.main__nav li a{
  color: #3983bd;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  transition: background-color ease .3s,color ease .3s;
  padding: 20px 6px;
  font-size: 20px;
	 display: table-cell;
  vertical-align: middle;
}

.main__nav li a:hover{
  color: #fff;
  background-color: #3983bd;
}

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

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


/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 25px;
  height: 22px;
  vertical-align: middle;
  cursor: pointer;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;/*最前面に*/
  width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 600px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/* スマホメニュー */

.drawer__title{
  position: relative;
  padding: 22px 0;
  text-align: center;
  background-color: #33739e;
}

.drawer__title .drawer__title--text{
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  font-size: 2rem;
}

.drawer__title #menu-close{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

.drawer__title #menu-close p{
  line-height: 1;
}

.gnav__sp--menu li a {
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #3983bd;
  font-size: 1.6rem;
	text-align: center;
  }

.gnav__sp--menu li a:hover{
  color: #282828;
}

@media screen and (max-width:960px) {
  .main__nav{
    width: 100%;
  }
  .pc__header{
    display: none;
  }

  .sp__header{
    display: block;
  }
}







/* あとから割 */
#atokara h2{

  margin-bottom: 20px;
}

 .new_campaign_matome {
    font-size: 160%;
    font-weight: bold;
    color: #242424;
	 text-align: center;
}

.new_campaign_img {
	margin: auto;
	width: 824px;
	display: block;
	padding-bottom: 30px;
}

.new_campaign_img_sp {
	display: none;
}

.atokara_towa {
	text-align: center;
	padding: 20px 0px;
}

.atokara_towa img {
	text-align: center;
	width: 237px;
}

.atokara_txt {
	text-align: center;
	padding: 20px 0px;
}

.atokara_taisho {
	background-color: #FFFFD5;
	padding-top: 20px;
	border-radius: 10px;
	border: 1px #176BC4 solid;
}

.atokara_taisho_tit {
	text-align: center;
	border-radius: 30px;
	color: #FFFFFF;
	padding: 10px 20px;
	width: 200px;
	background-color: #176BC4;
	margin: 10px auto;
	font-size: 20px;
}

.atokara_taisho p {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	padding: 20px 0px 20px 0px;
	margin-bottom: 30px;
}



.atokara_taisho_tit p {
	
}



.pc_atokara_catch {
  display: block;
  width:841px;
	text-align: center;
	padding: 20px 0px;
	margin: auto;
}
.sp_atokara_catch {
  display: none;
  width: 90%;
	text-align: center;
	padding: 20px 0px;
	margin: auto;
}

.redbold {
	font-weight: bold;
	color: #F83333;
	font-size: 15px;
}

.nomal {
	font-size: 14px;
}


@media screen and (max-width:560px) {
  #atokara h2{
    width: 70%;
  }
	
	.new_campaign_matome {
		font-size: 18px;
	}
	
	.atokara_txt {
		padding: 20px 10px;
	}
	.new_campaign_img {
		display: none;
	}
	
.new_campaign_img_sp {
		display: block;
	width: 95%;
	margin: auto;
	}
	
	.atokara_towa {
	text-align: center;
	padding: 50px 0px 10px 0px;
}
	
	.atokara_taisho p {
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	padding: 20px 20px;
	margin-bottom: 30px;
}

	.attention_sub {
	/*color: #F83333;*/
	font-size: 15px;
	text-align: center;
		padding: 0px 10px;
}

.pc_atokara_catch {
   display: none;
}
.sp_atokara_catch {
    display: block;
	width: 70%;
	margin: auto;
}

}


/*新着情報*/

#news_box {
	margin: 0 auto;
	
}

#news_box h2 {
	text-align: center;
	background-color:#383838;
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 30px;
	width: 120px;
}

.news_info_box {
	margin: 0 auto;
	background-color: #fff;
	width: 750px;
	height: 170px;
	border: 1px solid #A0A0A0;
	overflow: scroll;
	padding: 0px 20px 20px 20px;
	border-radius:8px;
}

.news_inner_box {
	width: 700px;
}

.day {
	font-size: 87%;
	font-weight: bold;
	float: left;
	width: 125px;
	padding-top: 18px;
	color: #1C3277;
}


.n_txt {
	border-bottom: dotted 1px #757575;
	padding-bottom: 15px;
	padding-top: 15px;
	float: left;
	width: 570px;
	font-size: 90%;
}

.n_txt a {
	text-decoration: underline;
}

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


.news_info_box {
	margin: 0 auto;
	background-color: #fff;
	width: 90%;
	height: 210px;
	border: 1px solid #A0A0A0;
	overflow: scroll;
	padding: 0px 10px 10px 10px;
	font-size: 90%;
	margin: 30px auto 20px auto;
}
	
.news_inner_box {
	width: 76%;
		
}

.day {
	font-size: 110%;
	font-weight: bold;
	float: left;
	color: #1C3277;
	width: 80%;
}


.n_txt {
	border-bottom: dotted 1px #757575;
	padding-bottom: 15px;
	float: left;
	width: 130%;
	padding-top: 5px;
}
	
}




/* 全国旅行支援とは */

#about {
	margin-bottom: 30px;
}

#about h2{
	text-align: center;
	background-image:url("../img/h2_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #0082b9;
	height: 34px;
}

h3 {
	text-align: center;
	padding: 0px;
	font-size: 23px;
	font-weight: bold;
	color: #0082b9;
}

.ryokoshien_table {
	width: 750px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.ryokoshien_table table {
	width: 750px;
	background-color: #fff;
    border: none;
    border-collapse: collapse;
	border: 1px solid #a3a3a3;
    padding: 10px;
	text-align: left;
	font-size: 14px;
}

.table_tit {
	background-color: #0082b9;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0px;
}


.rs_section {
	background-color: #E7E7E7;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0px;
}


.td_tit {
	width: 30%;
	background-color: #f0f9ff;
	font-weight: bold;
	font-size: 16px;
}

.ryokoshien_table table td span {
	font-size: 11px;
}


.hatsubaibi {
	margin-bottom: 20px;
}

.hatsubai_tit {
	font-size: 18px;
	font-weight: bold;
	background-color: #e00000;
	color: #fff;
	width: 15%;
}

.shuppatsu_tit {
	font-size: 18px;
	font-weight: bold;
	background-color: #e00000;
	color: #fff;
	width: 30%;
}

.taisho_ken {
	font-size: 18px;
	font-weight: bold;
	background-color: #e00000;
	color: #fff;
}

.hatsubaibi_box {
		background-color: #fff;
    border: none;
    border-collapse: collapse;
	border: 1px solid #a3a3a3;
    padding: 10px;
	width: 100%;
	margin:15px auto;
	text-align: left;
	
}

.hatsubai_day {
	background-color:#e00000;
	color: #FFFFFF;
	font-size: 23px;
	font-weight: bold;
	
}

.hatsubaibi p {
	text-align: center;
	font-size: 14px;
}

.checkout {
	font-size: 12px;
}

@media screen and (max-width:560px) {
	
	
  #about h2{
	font-size: 22px;
    line-height: 1.5em;
    padding: 10px 0px;
  }
	
#about h3 {
	text-align: center;
	padding: 0px;
	font-size: 23px;
	font-weight: bold;
	color: #0082b9;
	height: auto;
	padding-bottom: 10px;
}

.ryokoshien_table {
	width: 90%;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ryokoshien_table table {
	width: 100%;
	background-color: #fff;
    border: none;
    border-collapse: collapse;
}
	

.ryokoshien_table table th, table td {
    border: 1px solid #a3a3a3;
    padding: 10px;
	text-align: left;
	font-size: 12px;
}

.rs_section {
    font-size: 14px;
}

.td_tit {
	width: 30%;
	background-color: #f0f9ff;
	font-weight: bold;
	font-size: 13px;
}

.hatsubaibi_box {
	width: 90%;
	margin:15px auto;
	
}
	
.hatsubai_day {
	font-size: 18px;
    width: 48%;
}
	
.hatsubai_tit {
	font-size: 15px;
	width: 26%;
}
	

.shuppatsu_tit {
	font-size: 15px;
	width: 33%
}

.taisho_ken {
	font-size: 15px;
}
	
.checkout {
	font-size: 11px;
}
	
}


/* 都道府県別 適用条件 */
#conditions_box {
	padding-top: 10px;
	margin-bottom: 50px;
}
#conditions_box h2 {
	text-align: center;
	background-image:url("../img/h2_bg02.png");
	background-repeat: no-repeat;
	background-position: center;
	padding: 7px;
	font-size: 28px;
	font-weight: bold;
	color: #0082AD;
}
#conditions_box .read_txt {
	text-align: center;
	margin-bottom: 10px;
}
#conditions_box .area_box {
	margin-bottom: 25px;
}
#conditions_box .area_box:last-of-type{
	margin-bottom: 0;
}
#conditions_box .area {
	text-align: center;
	color: #0082AD;
	font-weight: bold;
	border-bottom: 2px solid #0082AD;
	font-size: 24px;
	margin: 0 0 20px;
	padding: 0 0 8px;
}
#conditions_box .area_list {
	display: flex;
	flex-wrap: wrap;
}
#conditions_box li {
	width: calc(16.6% - ((5px * 5) / 6));
	margin: 0 5px 10px 0;
}
#conditions_box li:nth-of-type(6n){
	margin-right: 0;
}



#conditions_box .wrap {
	border: 1px solid #333;
	background: #f2f2f2;
	border-radius: 10px;
	text-align: center;
	display: block;
	line-height: 1.3;
	color: #828282;
	padding: 10px 15px;
	background-image: url("../img/shuryou_icon.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 35%;
	
}
#conditions_box a.wrap {
	border-color: #0082AD;
	background: #fff;
	color: #fff;
	background: #0082AD;
	position: relative;
	background-image: url("../img/hanbai_icon.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 35%;
	padding: 10px 15px;
}
#conditions_box a.wrap::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border: 2px solid #fff;
	border-right: none;
	border-bottom: none;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
}


#conditions_box a.wrap.none{
	pointer-events: none;
	background: #fff;
	color: #46413c;
}



#conditions_box .wrap.end{
	pointer-events: none;
	background:#ccc;
	color: #46413c;
	color: rgb(130, 130, 130);
	background-image: url("../img/shuryou_icon.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 35%;
}

#conditions_box .wrap span{
	display: block;
}
#conditions_box .wrap .name {
	font-size: 15px;
	margin-bottom: 3px;
	font-weight: bold;
}
#conditions_box .wrap .details {
	font-size: 14px;
}

/*販売終了後の適用条件ボタン*/

#conditions_box a.wrap_end {
	border: 1px solid #333;
	background: #f2f2f2;
	border-radius: 10px;
	text-align: center;
	display: block;
	line-height: 1.3;
	color: #828282;
	padding: 10px 15px;
	position: relative;
	background-image: url("../img/shuryou_icon.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 35%;
}
#conditions_box a.wrap_end::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border: 2px solid #828282;
	border-right: none;
	border-bottom: none;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
}

#conditions_box .wrap_end span{
	display: block;
}
#conditions_box .wrap_end .name {
	font-size: 15px;
	margin-bottom: 3px;
	font-weight: bold;
}

#conditions_box .wrap_end .details {
	font-size: 14px;
}


#conditions_box .wrap_mitei {
	border: 1px solid #333;
	background: #f2f2f2;
	border-radius: 10px;
	text-align: center;
	display: block;
	line-height: 1.3;
	color: #828282;
	padding: 10px 15px;
}

#conditions_box a.wrap_mitei::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border: 2px solid #fff;
	border-right: none;
	border-bottom: none;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
}

#conditions_box .wrap_mitei span{
	display: block;
}
#conditions_box .wrap_mitei .name {
	font-size: 15px;
	margin-bottom: 3px;
	font-weight: bold;
}
#conditions_box .wrap_mitei .details {
	font-size: 14px;
}


#conditions_box a.wrap_pre {
	border: 1px solid #333;
	background: #f2f2f2;
	border-radius: 10px;
	text-align: center;
	display: block;
	line-height: 1.3;
	color: #828282;
	padding: 10px 15px;
	position: relative;
	background-image: url("../img/junbi_icon.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 35%;
}
#conditions_box a.wrap_pre::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border: 2px solid #828282;
	border-right: none;
	border-bottom: none;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
}

#conditions_box .wrap_pre span{
	display: block;
}
#conditions_box .wrap_pre .name {
	font-size: 15px;
	margin-bottom: 3px;
	font-weight: bold;
}

#conditions_box .wrap_pre .details {
	font-size: 14px;
}



@media screen and (max-width:700px) {
	#conditions_box li {
		width: calc(33.33% - ((5px * 2) / 3));
	}
	#conditions_box li:nth-of-type(3n){
		margin-right: 0;
	}
}
@media screen and (max-width:560px) {
	#conditions_box{
		width: 90%;
		padding-top: 0;
		margin: 0 auto 40px;
	}
	#conditions_box h2{
		font-size: 22px;
		background-size: 88%;
	}
	#conditions_box .read_txt {
		text-align: left;
		margin-bottom: 5px;
	}
	#conditions_box li{
		margin-bottom: 5px;
	}
	#conditions_box .area_box{
		margin-bottom: 20px;
	}
	#conditions_box .area {
		font-size: 20px;
		margin-bottom: 15px;
		padding-bottom: 6px;
	}
	#conditions_box .wrap{
		padding-top: 7px;
		padding-bottom: 7px;
	}
	#conditions_box a.wrap::after {
		width: 6px;
		height: 6px;
		right: 7px;
	}
	#conditions_box .wrap .name {
		font-size: 14px;
	}
	#conditions_box .wrap .details {
		font-size: 13px;
	}
	
	#conditions_box .wrap_end{
		padding-top: 7px;
		padding-bottom: 7px;
	}
	#conditions_box a.wrap_end::after {
		width: 6px;
		height: 6px;
		right: 7px;
	}
	#conditions_box .wrap_end .name {
		font-size: 14px;
	}
	#conditions_box .wrap_end .details {
		font-size: 13px;
	}
	
}


/*  対象ツアー */

#tour {
	margin-bottom: 30px;
	margin-top: 60px;
}

#tour h2 {
	text-align: center;
	background-image:url("../img/h2_bg02.png");
	background-repeat: no-repeat;
	background-position: center;
	 padding: 7px;
    font-size: 28px;
    font-weight: bold;
    color: #0082AD;
}

.taishou_tour li {
	float: left;
	width: 235px;
	padding-right: 15px;
	padding-bottom: 20px;
	height: 215px;
}

.taishou_tour img {
	width: 230px;
	padding-bottom: 10px;
}

.taishou_tour p {
	font-size: 14px;
	background-image: url("../img/sankaku.png");
	background-position: left;
	padding-left: 15px;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	line-height: 1.5em;
}

.taisyou_area_list {
	background-color: #f4f3d4;
	width: 235px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	display: table;
	padding: 10px 0px;
}

.inner {
	display: table-cell;
  vertical-align: middle;
}

.taisyou_area_list span {
	
}

.jetstar_bnr {
	width: 290px;
	margin: auto;
	padding-top: 30px;
}

.jetstar_bnr img {
	width: 230px;
	padding-bottom: 10px;
	padding-left: 15px;
}


.jetstar_bnr p {
	font-size: 14px;
	background-image: url("../img/sankaku.png");
	background-position: left;
	padding-left: 15px;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	line-height: 1.5em;
}

.linkoff {
	opacity: 0.33;
}


@media screen and (max-width:560px) {
	
#tour h2{
    font-size: 22px;
	background-size: 88%;
}
	
	
	.taishou_tour {
		width: 90%;
		margin: auto;
	}
	
.taishou_tour li {
	float: left;
	width: 47%;
	padding-right: 10px;
	padding-bottom: 20px;
	height: 170px;
}

.taishou_tour img {
	width:100%;
	padding-bottom: 10px;
}
	
.jetstar_bnr {
	width: 47%;
	margin: auto;
}

.jetstar_bnr img {
	width: 100%;
	padding-left: 0px;
}
	
.taisyou_area_list {
	background-color: #f4f3d4;
	width: 100%;
	font-size: 12px;
}
	
}

/* 割引シュミレーター */

#simulator {
	margin-bottom: 30px;
	margin-top: 50px;
}

#simulator p {
	text-align: center;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

.sim_2022 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #0060ac;
	padding-bottom: 20px;
}

.sim_2022 span {
	font-size: 20px;
}

.sim_2023 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #e70027;
	padding-bottom: 20px;
	padding-top: 30px;
}

.sim_2023 span {
	font-size: 20px;
}

.simulator_junbi {
	width: 523px;
	margin: auto;
	display: block;
}

.simulator_junbi_sp {
	display: none;
}

@media screen and (max-width:560px) {
	.simulator_junbi {
	width: 90%;
	margin: auto;
	display: none;
}

.simulator_junbi_sp {
	display: block;
	width: 90%;
	margin: auto;
}

}


/* あとから割とは */

#atokara {
	margin-bottom: 30px;
	margin-top: 60px;
}

#atokara h2{
	text-align: center;
	background-image:url("../img/h2_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	 padding: 7px;
    font-size: 28px;
    font-weight: bold;
    color: #0082AD;
}

.atokara_attention {
background-color: #FFFFD5;
	padding-top: 10px;
	border: 1px #F83333 solid;
	width: 855px;
	margin: auto;
	font-size: 14px;
}

.atokara_attention_tit {
	text-align: center;
	border-radius: 30px;
	color: #FFFFFF;
	padding: 10px 20px;
	width: 200px;
	background-color: #F83333;
	margin: 10px auto;
	font-size: 15px;
}


.atokara_attention ul {
	padding: 10px 20px 10px 20px;
}

.atokara_attention li {
	padding-bottom: 5px;
	font-size: 15px;
}

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

#atokara h2{
    font-size: 22px;
	background-size: 100%;
}
	

.atokara_attention {
background-color: #FFFFD5;
	padding-top: 10px;
	border: 1px #F83333 solid;
	width: 90%;
	margin: auto;
	font-size: 14px;
}
	
.atokara_attention ul {
	padding: 10px 20px 10px 20px;
}
.atokara_attention li {
	padding-bottom: 5px;
	font-size: 14px;
}
	
}

/*よくある質問*/

#question {
    margin-bottom: 30px;
    margin-top: 50px;
}

#question h2{
	text-align: center;
	background-image:url("../img/h2_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	padding: 7px;
    font-size: 28px;
    font-weight: bold;
    color: #0082AD;
	height: 34px;
}

.quebtn_list {
	width: 54%;
	margin: auto;
	margin-bottom: 30px;
}

.que_btn {
	float: left;
	font-size: 20px;
	text-decoration: underline;
	margin-left: 30px;
}

.que_btn span {
	font-size: 13px;
}

.chigai_table {
	width: 800px;
	margin:10px auto;

}

.chigai_table table {
	width: 800px;
	background-color: #fff;
    border: none;
    border-collapse: collapse;
	margin: auto;
	 border: 1px solid #a3a3a3;
    padding: 10px;
	text-align: left;
	font-size: 13px;
}

.atokara_taishou {
	background-color: #E5E997;
	font-weight: bold;
}

.atokara_chuui {
	font-size: 13px;
}

.chigai_tit {
	font-weight: bold;
}

.atokara_taiou_area {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.taishou_dep {
	width: 180px;
}

@media screen and (max-width:560px) {
	
#question h2{
    font-size: 22px;
    background-size: 80%;
}
	
.quebtn_list {
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
}

.que_btn {
	float: left;
	font-size: 17px;
	text-decoration: underline;
	margin-left: 30px;
}
	
.chigai_table {
	width: 90%;
	margin:10px auto;

}

.chigai_table table {
	width: 100%;
	background-color: #fff;
    border: none;
    border-collapse: collapse;
	margin: auto;
	font-size: 12px;
}

	.taishou_dep {
		width: 34%;
	}

	
}




.p-accordion{
	margin-left: 80px;
	padding-bottom: 30px;
}

.p-accordion__item{
  width: 90%;
}

.p-accordion__head a{
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #33739e;
  padding: 14px 12px;
  position: relative;

}

.p-accordion__head a::before,
.p-accordion__head a::after{
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  transition: .2s;
}

.p-accordion__head a::before{
  transform: rotate(90deg);
}

.p-accordion__item[data-active] .p-accordion__head a::before{
  transform: rotate(270deg);
  opacity: 0;
}

.p-accordion__item[data-active] .p-accordion__head a::after{
  transform: rotate(180deg);
}

.p-accordion__content{
  margin-top: 10px;
  padding: 0 12px;
margin-bottom: 10px;
}

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


	
 .p-accordion{
	margin-left: 0px;
	padding-bottom: 30px;
  justify-content: space-between;
}
	
.p-accordion__item{
  width: 100%;
}
	
.p-accordion__head a{

	font-size: 13px;
}
	
.p-accordion__head a::before,
.p-accordion__head a::after{
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  transition: .2s;
}

.p-accordion__head a::before{
  transform: rotate(90deg);
}

.p-accordion__item[data-active] .p-accordion__head a::before{
  transform: rotate(270deg);
  opacity: 0;
}

.p-accordion__item[data-active] .p-accordion__head a::after{
  transform: rotate(180deg);
}

.p-accordion__content{
  margin-top: 8px;
  padding: 0 12px;
margin-bottom: 20px;
}


	
}





/* フッター */
#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;
	margin-bottom: 20px;
}

#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;
}

.footer__nav_area{
  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_area 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_area li a{
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}

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

.area_nav_f {
	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;
	margin-bottom: 20px;
	color: #fff;
	}



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

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

@media screen and (max-width:560px) {
  .footer__nav,
  .footer__wrap,
　.footer__nav_area{
    -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;
  }
	
.area_nav_f {
	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;
	margin-bottom: 20px;
	margin-top: 30px;
	color: #fff;
	}

	.footer__nav_area {
		width: 70%;
	}

  .footer__nav_area li{
    margin-bottom: 20px;
    margin-left: 0;
  }
	


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


}



br.sp{
  display: none;
}

br.pc{
    display: inline;
  }

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