/*--------------------
#coupon
-----------------------*/
#coupon {
  margin-top: 80px;
  /*background: url(../img/about_bg.png) no-repeat top center;*/
  background: #f0f8ff;
/*  padding: 50px 0;*/
/*  position: relative;*/
}
#faircontent #coupon h2 p {
  font-size: 30px;
}
/*#coupon:before{
  content: "";
  display: inline-block;
  width: 100%;
  height: 12px;
  background: url(../img/dots.png) repeat-x;
  position: absolute;
  top: -7px;
  left: 0;
}*/
/*#coupon .in_bdy{
  width: 980px;
  margin: 0 auto;
}*/
/*#coupon .coupon_tit{
  font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.1em;
	background: #e5000f;
  padding: 14px 0 14px;
	
}*/
/*#about h2:after{
  content: "|";
  display: block;
  font-size: 20px;
  font-weight: normal;
}*/
#coupon .txt01, #coupon .txt02 {
  color: #555;
  text-align: center;
  line-height: 2.2;
}
#coupon .txt01 {
  margin-top: 40px;
}
#coupon .txt02 {
  margin-top: 120px;
}
/**/
.coupon_list li {
  font-size: 20px;
  line-height: 2;
  position: relative;
  padding-left: 2.428571429rem;
}
.coupon_list li + li {
  margin-top: 2.142857143rem;
}
.coupon_list li:nth-child(1)::after {
  background-image: url(../img/icon_num1.svg);
}
.coupon_list li:nth-child(2)::after {
  background-image: url(../img/icon_num2.svg);
}
.coupon_list li:nth-child(3)::after {
  background-image: url(../img/icon_num3.svg);
}
.coupon_list li:nth-child(4)::after {
  background-image: url(../img/icon_num4.svg);
}
.coupon_list li::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.428571429rem;
  height: 1.428571429rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(25%);
}
.coupon_list span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff66 0);
  padding: 0 3px;
}
#coupon .ph_wrap {
  margin-top: 120px;
}
#coupon .ph_box {
  width: 430px;
  margin-top: 100px;
}
#coupon .ph_box:first-child {
  margin-top: 0;
}
#coupon .ph_box:nth-child(2) {
  margin-top: 270px;
}
#coupon .ph_box:nth-child(odd) {
  float: left;
}
#coupon .ph_box:nth-child(even) {
  float: right;
}
#coupon .ph_box .ph {
  margin-bottom: 30px;
}
#coupon .ph_box h3 {
  text-align: center;
  color: #00506b;
  text-shadow: 1px 2px 0px rgba(255, 255, 255, 0.8);
  font-size: 24px;
  background: url(../img/about_h3_bg.png) no-repeat top left;
  padding: 3px 0;
  margin-bottom: 20px;
}
#coupon .ph_box .lead {
  font-size: 16px;
  color: #0a7da3;
  margin-bottom: 15px;
  line-height: 1.8;
}
#coupon .ph_box p {
  font-size: 13px;
  color: #555;
  line-height: 2;
}
/*クーポン詳細*/
#coupon_d .info_area {
  width: 830px;
  /*	margin: 0 auto 50px;*/
  margin: 0 auto;
  background: #FFFFFF;
  /*padding-bottom: 20px;*/
}
#coupon_d .info_area .info_att {
  width: 100%;
  background: #E4E4E4;
  text-align: center;
  padding: 10px 0;
}
#coupon_d .info_list {
  display: flex;
  flex-wrap: wrap;
  width: 810px;
  margin: 0 auto;
  padding: 15px 30px;
  border-bottom: 1px solid #e3e3e3;
}
#coupon_d .info_ttl {
  width: 150px;
  font-weight: bold;
}
#coupon_d .info_list.last {
  border-bottom: none;
}
#coupon_d .coupon_block {
  padding: 0 20px;
}
#coupon_d .coupon_blockInner {
  margin-top: 30px;
  /*padding: 30px;*/
  /*background: #fff7e1;*/
}
#coupon_d .coupon_box .box.end {
  pointer-events: none;
  cursor: default;
  position: relative;
}
#coupon_d .coupon_box .box.end::before {
  content: '';
  background: url(../img/pt.png);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
#coupon_d .coupon_box .box.end::after {
  content: '終了しました';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  height: 1em;
  line-height: 1;
  z-index: 1001;
}
#coupon_d .coupon_box .box {
/*  background: #fff;*/
/*  border: solid #f2edde 1px;*/
/*
  padding: 10px;
  margin-bottom: 25px;
*/
}
#coupon_d .coupon_box .box .in_box {
  position: relative;
/*  border: #fff182 solid 10px;*/
}
/*
#coupon_d .coupon_box .box .in_box .num {
  background: #e60012;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 5px 15px;
}
#coupon_d .coupon_box .box .in_box .num span {
  font-size: 26px;
}
*/
#coupon_d .coupon_box .box .in_box .title {
  font-size: 30px;
  font-weight: bold;
  margin: 15px 10px 0;
}
#coupon_d .coupon_box .box .in_box .title span {
  display: block;
  padding: 0 15px;
  border-bottom: solid 4px #ffd866;
  line-height: 2;
}
#coupon_d .coupon_box .box .in_box .sub_title {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 10px 0;
}
#coupon_d .coupon_box .box .in_box .discount {
  font-size: 36px;
  font-weight: bold;
  color: #e60012;
  white-space: nowrap;
  text-align: center;
  padding-left: 10px
}
#coupon_d .coupon_box .box .in_box .discount span {
  font-size: 52px;
  letter-spacing: -0.05em;
}
#coupon_d .coupon_box .box .in_box .code_box {}
#coupon_d .coupon_box .box .in_box .code {
  width: 460px;
  background: #fff;
  border-radius: 6px;
  border: #ffd866 solid 3px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  font-weight: bold;
}
#coupon_d .coupon_box .box .in_box .code dt {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  background: #ffd866;
  width: 150px;
  padding: 0 10px;
}
#coupon_d .coupon_box .box .in_box .code dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 120px);
  font-size: 28px;
  /*padding: 5px 10px;*/
  padding: 0px 5px 0px 0;
}
#coupon_d .coupon_box .box .in_box .code dd .js-copytext {
  /*width: 160px;*/
  width: 200px;
  border: none;
  font-size: 28px;
  padding-left: 20px;
	background: #fff;
}
#coupon_d .coupon_box .box .in_box .code dd .js-copytext:focus {
  outline: none;
}
#coupon_d .coupon_box .box .in_box .code dd .btn {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #88cbff;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #88cbff;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-out;
}
#coupon_d .coupon_box .box .in_box .code dd .btn:hover {
  background-color: #88cbff;
  color: #fff;
}
#coupon_d .coupon_box .box .in_box .code dd .btn {
  text-decoration: none;
}
#coupon_d .coupon_box .box .in_box .alert_txt {
  display: none;
  position: absolute;
  right: 150px;
  bottom: 175px;
  padding: 20px;
  background: #fff;
  border: 2px solid #88cbff;
  border-radius: 3px;
  font-size: 18px;
  color: #88cbff;
  font-weight: bold;
}
#coupon_d .coupon_box .box .in_box .alert_txt::before, #coupon_d .coupon_box .box .in_box .alert_txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-right: -10px;
  background: #fff;
  border-style: solid;
  border-width: 10px 10px 0 10px;
}
#coupon_d .coupon_box .box .in_box .alert_txt::before {
  right: 50%;
  bottom: -10px;
  background: none;
  border-color: #88cbff transparent transparent transparent;
}
#coupon_d .coupon_box .box .in_box .alert_txt::after {
  right: 50%;
  bottom: -8px;
  background: none;
  border-color: #fff transparent transparent transparent;
}
#coupon_d .cmt {
  font-size: 14px;
}
#coupon_d .cmt ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
#coupon_d .btn_box {
  width: 100%;
}
#coupon_d .btn_box .btn_list {
  width: 60%;
  margin-left: 120px;
/* */
}
#coupon_d .btn_box .btn_item {}
#coupon_d .btn_box .btn_link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 15px 50px;
	/*	対象ツアーを検索ボタン色*/
/*  background: #11c5bf;*/
  background: #b99898;
  border: none;
/*  border-bottom: solid 4px #1aa09b;*/
	border-bottom: solid 4px #a37e7e;
  border-radius: 6px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
  text-decoration: none;
}
#coupon_d .btn_box .btn_link::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .2s;
  transition: .2s;
}
/*対象ツアーを検索ボタン　ホバー時色*/
#coupon_d .btn_box .btn_link:hover {
  background-color: #a37e7e;
}
/*coupon_box01*/
#coupon_d .coupon_box01 .box .in_box .wrap {
  padding: 15px 25px 20px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
/*coupon_box02*/
#coupon_d .coupon_box02 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#coupon_d .coupon_box02 .box_wrap {
  width: 49%;
}
#coupon_d .coupon_box02 .box_wrap .box {}
#coupon_d .coupon_box02 .box .in_box .wrap {
  padding: 5px 10px 15px;
}
#coupon_d .coupon_box02 .box .in_box .title {
  font-size: 26px;
}
#coupon_d .coupon_box02 .box .in_box .title span {
  line-height: 1.3;
  padding: 0 0 5px;
}
#coupon_d .coupon_box02 .box .in_box .discount {
  font-size: 50px;
}
#coupon_d .coupon_box02 .box .in_box .discount span {
  font-size: 72px;
}
/*#coupon_d .coupon_box .box .in_box .code {
  width: 430px;
  margin-bottom: 10px;
}*/
#coupon_d .coupon_box02 .box .in_box .alert_txt {
  bottom: 140px;
}
/*coupon_box03*/
#coupon_d .coupon_box03 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#coupon_d .coupon_box03 .box_wrap {
  width: 32%;
}
#coupon_d .coupon_box03 .box_wrap .box {}
#coupon_d .coupon_box03 .box .in_box .wrap {
  padding: 5px 10px 15px;
}
#coupon_d .coupon_box03 .box .in_box .title {
  font-size: 24px;
  margin: 15px 10px 0;
}
#coupon_d .coupon_box03 .box .in_box .title span {
  line-height: 1.3;
  padding: 0 0 5px;
}
#coupon_d .coupon_box03 .box .in_box .discount {
  margin: 10px 0;
  font-size: 30px;
}
#coupon_d .coupon_box03 .box .in_box .discount span {
  font-size: 45px;
}
#coupon_d .coupon_box03 .box .in_box .code {
  display: block;
  width: 100%;
  border: none;
}
#coupon_d .coupon_box03 .box .in_box .code dt {
  width: 100%;
  padding: 5px;
  font-size: 12px;
  border-radius: 4px 4px 0 0;
}
#coupon_d .coupon_box03 .box .in_box .code dd {
  width: 100%;
  font-size: 23px;
  border: #ffd866 solid 3px;
  border-top: none;
  border-radius: 0 0 6px 6px;
}
#coupon_d .coupon_box03 .box .in_box .code dd .btn {
  padding: 5px 8px;
}
#coupon_d .coupon_box03 .box .in_box .alert_txt {
  right: 50%;
  bottom: 150px;
  margin-right: -100px;
}
#coupon_d .coupon_box03 .box .in_box .btn_link {
  padding: 15px 25px 15px 0;
  font-size: 22px;
}
#coupon_d .coupon_box03 .box .in_box .btn_link::after {
  right: 15px;
}
.u_line {
  border-bottom: 2px solid #11c5bf;
}
#faircontent #c_info {
  padding-bottom: 35px;
}
#faircontent #c_info h2 p {
  font-size: 30px;
}
#c_info .info_box {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px
}
#c_info p {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
}
#c_info p.main_txt {
  font-size: 20px;
  font-weight: bold;
  color: #DE0003;
}
#c_info .txt01 {
  border: 1px solid #eb0010;
  padding: 20px 30px;
  border-radius: 4px;
  box-shadow: 0 0 4px -1px #9b9b9b;
  text-align: left;
  line-height: 2;
  margin-top: 50px;
}
#c_info .txt01 a {
  text-decoration: underline;
}
#c_info .txt01 a:hover {
  text-decoration: none;
}
/*地域共通*/
#faircontent #c_ticket {
  padding-bottom: 35px;
}
#faircontent #c_ticket h2 p {
  font-size: 30px;
}
#c_ticket .info_box {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px
}
#c_ticket p {
  line-height: 1.5;
  /*text-align: center;*/
  margin-bottom: 15px;
}
#c_ticket p.main_txt {
  font-size: 20px;
  font-weight: bold;
}
#c_ticket .txt01 {
  border: 1px solid #eb0010;
  padding: 20px 30px;
  border-radius: 4px;
  box-shadow: 0 0 4px -1px #9b9b9b;
  text-align: left;
  line-height: 2;
  margin-top: 50px;
}
#c_ticket .txt01 a {
  text-decoration: underline;
}
#c_ticket .txt01 a:hover {
  text-decoration: none;
}
#c_ticket .tBox {
  background: #fff;
  /*margin: 40px auto 0;*/
  padding: 30px;
  font-size: 16px;
}
#c_ticket .tBox .heading {
  padding-bottom: 0.35em;
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
}
#c_ticket .tBox .btn {
  margin: 50px auto 0;
  width: 440px;
}
#c_ticket .tBox .btn a {
  line-height: 1.8;
  display: block;
  padding: 13px 0;
  text-align: center;
  font-size: 18px;
  background: #fff;
  border: 1px solid #1e90ff;
  color: #1e90ff !important;
}
#c_ticket .tBox .btn a:hover {
  text-decoration: none;
}
#c_ticket .list_box {
  margin-bottom: 40px;
  position: relative;
  text-indent: -1em;
}
#c_ticket .list_box li {
  text-align: left;
  margin-top: 1rem;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.5;
}
#c_ticket .red,
#c_info .red
{
  color: #f00;
}
/*--------------------
bottom_sec
-----------------------*/
#faircontent #bottom_sec{
	display: block;
  width: 1000px;
  margin: 0 auto 50px;
  padding-top: 0px;
	padding-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}


#bottom_sec{
  margin-top: 80px;
	/*background: #fffff0;*/
	background: #fffacd;
  padding: 20px 0 50px;
  position: relative;
}
#bottom_sec .in_bdy{
  width: 980px;
  margin: 0 auto;

}
#bottom_sec h3{
  text-align: center;
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 600;
  padding: 50px 0 30px;
}
#bottom_sec .tBox{
	/*background: #fff;*/
    /*margin: 40px auto 0;*/
  padding: 0 30px 0px 30px;
 font-size: 0.9em;
	line-height: 1.8;
}

#bottom_sec .tBox .btn{
 margin: 50px auto 0;
    width: 440px;
}

#bottom_sec .tBox .btn a {
    line-height: 1.8;
    display: block;
    padding: 13px 0;
	text-align: center;
    font-size: 18px;
	background: #fff;
    border: 1px solid #1e90ff;
    color: #1e90ff !important;
}
#bottom_sec .tBox .btn a:hover{
	text-decoration: none;
}
#bottom_sec .list_box{
	/*margin-bottom: 40px;*/
	position: relative;
}
#bottom_sec .list_box li{
	text-align: left;
    margin-top: 1rem;
	padding-left: 1.5em;
	position: relative;
}

#bottom_sec .list_box li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
#bottom_sec .list_box li:nth-child(1):before {
    content: '①';
  }
 #bottom_sec .list_box li:nth-child(2)::before {
    content: '②';
  }
 #bottom_sec .list_box li:nth-child(3):before {
    content: '③';
  }
#bottom_sec .list_box li:nth-child(4)::before {
    content: '④';
  }
 #bottom_sec .list_box li:nth-child(5):before {
    content: '⑤';
  }

#bottom_sec .list_box span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #afeeee 0);
	padding: 0 3px;
}

#bottom_sec .btn{
 margin: 0 auto;
    width: 700px;
	
}
#bottom_sec .btn a {
    line-height: 1.8;
    display: block;
    padding: 13px 0;
	text-align: center;
    font-size: 18px;
	background: #fff;
    border: 1px solid #1e90ff;
    color: #1e90ff !;
	text-decoration: none;
	margin-bottom: 20px;
}
#bottom_sec .tBox .btn a:hover{
	text-decoration: none;
}

/*追記*/
#faircontent #coupon h1{
  font-size: 40px;
	color: #ce0002;
	box-sizing: border-box;
	background: url("../img/coupon_icon02.png") no-repeat left 120px center;
	background-size: 10%;
	text-align:center;
	font-size:35px;
	font-weight: 600;
	line-height: 50px;
}


/*coupon_box01*/
.coupon_box01 .box_wrap{
width:900px;
height:262px;
box-sizing: border-box;
background-image: url('../img/ticket01.png');
background-size: cover;
background-position: center;
border-radius: 10px;
overflow: hidden;
margin:10px 0px;
padding:10px 20px;
filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.5));
margin-left: 30px;
}