@charset "UTF-8";
/* ======================================================================
	期間限定　おトクな運賃
====================================================================== */
h2.ribbonTtl {
  position: relative;
  margin-top: 25px;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  background-color: #012f64;
}

@media (min-width: 0px) and (max-width: 570px) {
  h2.ribbonTtl {
  font-size: 2.3rem;
  }
}

h2.ribbonTtl span {
  display: inline-block;
  vertical-align: top;
}
h2.ribbonTtl span.ribbon {
  position: absolute;
  right: 64%;
  padding: 6px 15px;
  height: 50px;
  font-size: 2.4rem;
  -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
          transform: skewX(-30deg);
  background-color: #fa1e1e;
}
@media (min-width: 0px) and (max-width: 800px) {
  h2.ribbonTtl span.ribbon {
    right: 70%;
  }
}
@media (min-width: 0px) and (max-width: 570px) {
  h2.ribbonTtl span.ribbon {
    font-size: 1.4rem;
	right: 60%;
    height: 42px;
    line-height: 26px;
    padding: 9px 15px;
  }
}
@media (min-width: 0px) and (max-width: 360px) {
  h2.ribbonTtl span.ribbon {
	right: 66%;
  }
}
h2.ribbonTtl span.ribbon span {
  -webkit-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
          transform: skewX(30deg);
}
h2.ribbonTtl span.ttl {
  margin: 0 60px 0 150px;
  height: 50px;
  line-height: 50px;
}
@media (min-width: 0px) and (max-width: 570px) {
  h2.ribbonTtl span.ttl {
    margin: 0 30px 0 110px;
	margin-right: 0;
    font-size: 1.6rem;
    height: 42px;
    line-height: 48px;
  }
}

.tabSp {
  display: none;
}
@media (min-width: 0px) and (max-width: 570px) {
  .tabSp {
    display: block;
    border-bottom: solid 1px #223f9a;
    margin: 4px 0 0;
  }
}
.tabSp ul {
  border: solid 1px #223f9a;
  border-bottom: none;
  margin: 0 8px;
}
.tabSp ul li {
  cursor: pointer;
  padding: 5px 10px;
}
.tabSp ul li .textAct {
  display: inline-block;
  color: #223f9a;
  padding-top: 5px;
}
.tabSp ul li .tabOpen {
  float: right;
}
.tabSp ul li .tabOpen img {
  width: 30px;
  height: auto;
}

@media (min-width: 0px) and (max-width: 570px) {
  .tabNavWrap {
    display: none;
    padding: 20px 10px;
    margin-top: 0;
    border-bottom: none;
  }
}
.tabNavWrap .tabNav {
  width: 100%;
  margin: 0 auto;
  padding-top: 4px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .tabNavWrap .tabNav {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 570px) {
  .tabNavWrap .tabNav {
    position: relative;
    padding-top: 0;
    text-align: left;
    background: none;
  }
  .tabNavWrap .tabNav:after {
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -12px;
    content: '';
    border: solid 12px #223f9a;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
  }
}
.tabNavWrap .tabNav ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom:#012f64 solid 4px;
}
@media (min-width: 0px) and (max-width: 570px) {
  .tabNavWrap .tabNav ul {
    display: block;
    border: 1px solid #223f9a;
  }
}
.tabNavWrap .tabNav ul li {
  display: table-cell;
  padding: 10px 0;
  cursor: pointer;
  color: #012f64;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: middle;
  background-color: #e2e8f7;
  border: 1px solid #c6cfe4;
  border-bottom:none;
}
@media (min-width: 0px) and (max-width: 570px) {
  .tabNavWrap .tabNav ul li {
    color: #223f9a;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
    font-size: 1.6rem;
    border: none;
    border-bottom: dotted 1px #223f9a;
    background: none !important;
  }
}
.tabNavWrap .tabNav ul li.active {
  color: #fff;
  background-color: #012f64;
}
@media (min-width: 0px) and (max-width: 570px) {
  .tabNavWrap .tabNav ul li.active {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #223f9a;
    background: #e0e7ef !important;
  }
}
.tabNavWrap .tabNav ul li:last-child {
  margin-right: 0;
}
@media (min-width: 0px) and (max-width: 570px) {
  .tabNavWrap .tabNav ul li:last-child {
    border: none;
  }
}

.tabCont {
  /* padding: 40px 20px 20px; */
  /* background-color: #fdf6de; */
}
@media (min-width: 0px) and (max-width: 1024px) {
  .tabCont {
    padding: 40px 0 20px;
  }
}
@media (min-width: 0px) and (max-width: 570px) {
  .tabCont {
    padding: 20px 10px;
  }
}
.tabCont .tabTtl {
  text-align: center;
}
.tabCont .tabTtl h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 37px;
  padding: 0 47px 10px 16px;
  font-size: 3.0rem;
  border-bottom: 1px solid #0331a2;
}
@media (min-width: 0px) and (max-width: 570px) {
  .tabCont .tabTtl h3 {
    font-size: 1.6rem;
  }
}
.tabCont .tabTtl h3:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  display: block;
  width: 29px;
  height: 29px;
}
.tabCont .tabTtl h3.blue {
  color: #0230a1;
  border-bottom: 1px solid #0331a2;
}
.tabCont .tabTtl h3.blue:before {
  background: url(/book-plan/destination/list/images/icon_plane_blue.gif) no-repeat 50% 50%;
}
.tabCont .tabTtl h3.black {
  color: #333333;
  border-bottom: 1px solid #333333;
}
.tabCont .tabTtl h3.black:before {
  background: url(/book-plan/destination/list/images/icon_plane_black.gif) no-repeat 50% 50%;
}
.tabCont .tabBox .coverFare .cover {
  position: relative;
}
.tabCont .tabBox .coverFare .cover .coverImg {
  background-color: #fff;
}
.tabCont .tabBox .coverFare .cover .overlayText {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99333333,EndColorStr=#99333333);
  /*IE8以下用*/
  background-color: rgba(51, 51, 51, 0.9);
}
.tabCont .tabBox .coverFare .cover .overlayText .textInner {
  display: table;
  width: 100%;
  padding: 10px;
  table-layout: fixed;
}
.tabCont .tabBox .coverFare .cover .overlayText .textInner .text, .tabCont .tabBox .coverFare .cover .overlayText .textInner .icon {
  display: table-cell;
  vertical-align: bottom;
}
.tabCont .tabBox .coverFare .cover .overlayText .textInner .text {
  width: 100%;
  color: #fff;
}
.tabCont .tabBox .coverFare .cover .overlayText .textInner .text dd {
  margin-top: 3px;
  line-height: 1;
  font-size: 3.6rem;
}
@media (min-width: 0px) and (max-width: 570px) {
  .tabCont .tabBox .coverFare .cover .overlayText .textInner .text dd {
    font-size: 2.8rem;
  }
}
.tabCont .tabBox .coverFare .cover .overlayText .textInner .icon {
  width: 70px;
  padding-left: 10px;
}
.tabCont .tabBox .coverFare .fareText .res-indent-block.fontS {
  margin-top: 10px;
}
.tabCont .tabBox .coverFare .fareText .res-indent-block.fontS li {
  margin-top: 0;
}
.tabCont .tabBox .coverFare .fareText .res-textbox {
  margin-top: 10px;
}

.res-btn-link.arrow-B a {
  padding: 10px;
}
.res-btn-link.arrow-B .btn-text {
  padding-right: 8px;
  padding-left: 12px;
  text-align: center;
  width: 100%;
}
.res-btn-link.arrow-B .bnt-icon {
  min-width: 18px !important;
  max-width: 18px !important;
}
.res-btn-link.arrow-B .bnt-icon.ficon-arrow-top2 {
  display: none;
}
.res-btn-link.arrow-B .bnt-icon.ficon-arrow-bottom2 {
  position: relative;
}
.res-btn-link.arrow-B .bnt-icon.ficon-arrow-bottom2:before {
  position: absolute;
  right: 10px;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -4px;
  margin-right: -4px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.ie8 .res-btn-link.arrow-B .bnt-icon.ficon-arrow-bottom2:before {
  content: " ";
  background: url(/inttour/common-layout/images/arrow_ui.png) no-repeat -38px -4px;
  width: 14px;
  height: 18px;
  border: none !important;
}

.moreView {
  display: none;
  margin-top: 25px;
}

.bnr {
  margin-top: 20px;
}

h3.balloon {
  position: relative;
  padding: 5px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  border: 2px solid #093567;
  background-color:#002f63;
  margin-bottom:35px;
}
h3.balloon:before, h3.balloon:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -60px;
  border-width: 20px 60px;
  border-style: solid;
  border-color: transparent;
}
@media (min-width: 0px) and (max-width: 570px) {
  h3.balloon:before, h3.balloon:after {
    bottom: -20px;
    border-width: 10px 30px;
    margin-left: -30px;
  }
}
h3.balloon:before {
  bottom: -40px;
  border-top-color: #012f64;
}
@media (min-width: 0px) and (max-width: 570px) {
  h3.balloon:before {
    bottom: -20px;
  }
}
h3.balloon:after {
  bottom: -38px;
}
@media (min-width: 0px) and (max-width: 570px) {
  h3.balloon:after {
    bottom: -18px;
  }
}

.fareListWrap .filter {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .filter {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
  }
}
.fareListWrap .filter li {
  display: inline-block;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .filter li {
    display: block;
  }
}
.fareListWrap .filter li .selectWrap {
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .filter li .selectWrap {
    display: block;
  }
}
.fareListWrap .filter li .selectWrap label, .fareListWrap .filter li .selectWrap .select {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .filter li .selectWrap label, .fareListWrap .filter li .selectWrap .select {
    display: block;
  }
}
.fareListWrap .filter li .selectWrap .select {
  overflow: hidden;
  border: 1px solid #cbcbcb;
  background: url(/book-plan/destination/list/images/bg_select_arrow.gif) no-repeat #fff;
  background-position: right 20px top 50%;
}
.ie9 .fareListWrap .filter li .selectWrap .select, .ie8 .fareListWrap .filter li .selectWrap .select {
  background: none;
}
.fareListWrap .filter li .selectWrap .select select {
  width: 100%;
  padding: 6px 20px;
  font-size: 1.8rem;
  font-family: "メイリオ",Meiryo,Droid Sans,HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Lucida Grande","Lucida Sans","Lucida Sans Unicode","Trebuchet MS","ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  /* IE10以上 */
}
.fareListWrap .filter li .selectWrap .select select::-ms-expand {
  display: none;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .filter li .selectWrap .select select {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fareListWrap .filter li.dep {
  width: 32.65%;
  margin-right: 4.2%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .filter li.dep {
    margin: 0 0 10px;
  }
}
.fareListWrap .filter li.dep label {
  width: 4em;
}
.fareListWrap .filter li.area {
  width: 58.4%;
}
.fareListWrap .filter li.area label {
  width: 11em;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .filter li.dep, .fareListWrap .filter li.area {
    width: auto;
  }
  .fareListWrap .filter li.dep label, .fareListWrap .filter li.area label {
    width: auto;
  }
}

.fareListWrap .fareList .list {
  padding: 9px 21px 7px;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .fareList .list {
    padding: 10px;
  }
}
.fareListWrap .fareList .list .listInner {
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .fareList .list .listInner {
    display: block;
  }
}
.fareListWrap .fareList .list .listInner dt, .fareListWrap .fareList .list .listInner dd {
  display: table-cell;
  padding-right: 1em;
  vertical-align: middle;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .fareList .list .listInner dt, .fareListWrap .fareList .list .listInner dd {
    display: inline-block;
    padding-right: 0 !important;
  }
}
.fareListWrap .fareList .list .listInner dt {
  width: 40%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .fareList .list .listInner dt {
    display: block;
    width: auto;
    margin-bottom: 1em;
  }
}
.fareListWrap .fareList .list .listInner dd.trip {
  width: 3em;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .fareList .list .listInner dd.trip {
    width: auto;
  }
}
.fareListWrap .fareList .list .listInner dd.price {
  width: 43%;
  padding-right: 3em;
  font-size: 1.6rem;
  text-align: right;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .fareList .list .listInner dd.price {
    width: auto;
    font-size: 1.4rem;
  }
}
.fareListWrap .fareList .list .listInner dd.price span {
  display: inline-block;
  vertical-align: middle;
}
.fareListWrap .fareList .list .listInner dd.price span.num {
  color: #da0303;
  font-size: 3.4rem;
}
@media (min-width: 0px) and (max-width: 380px) {
  .fareListWrap .fareList .list .listInner dd.price span.num {
    font-size: 2.4rem;
  }
}
.fareListWrap .fareList .list .listInner dd.btn {
  width: 120px;
  padding-right: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .fareList .list .listInner dd.btn {
    position: relative;
    top: -0.25em;
    float: right;
    width: 90px;
  }
}
.fareListWrap .fareList .list .listInner dd.btn a {
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #002f63;
  background-color: #002f63;
}
.fareListWrap .fareList .list .listInner dd.btn a:hover {
  background-color: #004796;
}
.fareListWrap .fareList .list .listInner dd.btn a .icon-blank, .fareListWrap .fareList .list .listInner dd.btn a .ico-blank-img {
  display: none!important;
}
.fareListWrap .fareList .list.areaTtl {
  padding-left: 5px;
  border-bottom:#012f64 solid 2px;
  margin-top:30px;
}
.fareListWrap .fareList .list.areaTtl .listInner {
  font-weight: bold;
}
.fareListWrap .fareList .list.areaTtl .listInner .icon {
  color: #06147c;
  font-size: 1.5em;
  vertical-align: middle;
}

.res-main-simplebox dl dt {
  margin-bottom: 1em;
}

#contents .res-inner-contents {
  padding-top:5px;
}
	
.tabCont .tabBox .res-contents-parent{
  margin-top:25px;
}

.tabCont #usa .res-contents-parent.comments,
.tabCont #eur .res-contents-parent.comments,
.tabCont #asi .res-contents-parent.comments,
.tabCont #chn .res-contents-parent.comments,
.tabCont #sale .res-contents-parent.comments {
	margin-top: 90px !important;
}

.fareListhead{
	background-color:#eee;}

.fareListWrap .filter {
	padding-bottom:20px;}	
	


.tabNavWrap .tabNav ul li.active {
  position: relative;
}
.tabNavWrap .tabNav ul li.active:before, .tabNavWrap .tabNav ul li.active:after{
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent;
}

.tabNavWrap .tabNav ul li.active:before {
  bottom: -40px;
  border-top-color: #012f64;
}

.fareListWrap{
	margin-top:50px;}

.faretext p{
	text-align:center;}

@media (min-width: 0px) and (max-width: 570px) {
	.faretext p{
	text-align:left;}
	.tabNavWrap .tabNav ul li.active {
	  border:none;
	}
	
	.tabNavWrap .tabNav ul li.active::before, .tabNavWrap .tabNav ul li.active::after {
	border-style: none;
	}
}


/* 年末セール運賃追加時記入 */
#wrap-container {
	width: 1200px;
	padding-right: 0!important;
	padding-left: 0!important;
}

@media (min-width: 0px) and (max-width: 1199px) {
	#wrap-container {
		width: 100%;
	}
}

.tabNavWrap .tabNav ul .sale span {
	background: #F00;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 4px;
	display: inline-block;
	padding: 4px 20px 0;
}
@media (min-width: 0px) and (max-width: 570px) {
	.tabNavWrap .tabNav ul .sale span {
		background: #F00;
		font-weight: bold;
		color: #FFF;
		display: inline-block;
		padding: 4px 20px 0;
		margin-right: 10px;
	}
}

.tabNavWrap .tabNav ul .sale br {
	display: block;
}
@media (min-width: 0px) and (max-width: 570px) {
	.tabNavWrap .tabNav ul .sale br {
		display: none!important;
	}
}

.tabSp ul li .textAct span {
	background: #F00;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	padding: 4px 20px 0;
	margin-right: 10px;
}

.tabSp ul li .textAct br {
	display: none;
}

.saleAnchor {
	width: 100%;
}

.saleAnchor ul {
	text-align: center;
	font-size: 0;
}
@media (min-width: 0px) and (max-width: 1199px) {
	.saleAnchor ul {
		padding: 0 7px;
	}
}


.saleAnchor ul li {
	display: inline-block;
	position: relative;
	width: 23%;
	background: #fff;
	border: solid 1px #0331a2;
	border-radius: 5px;
	margin-right: 2%;
	font-size: 1.6rem;
	vertical-align: middle;
}

.saleAnchor ul li:last-child {
	margin: 0;
}

.saleAnchor ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 0;
	font-weight: bold;
}

.saleAnchor ul li a:hover {
	color: #223f9a;
}

.saleAnchor ul li a::after {
	content:'';
	width: 5px;
	height: 5px;
	position: absolute;
	border-right: solid 2px #0331a2;
	border-bottom: solid 2px #0331a2;
	transform: rotate(45deg);
	right: 10px;
	top: 13px;
}

.saleAnchor ul li.br_eastasia br, .saleAnchor ul li.br_southeastasia br {
	display: none;
}
@media (min-width: 571px) and (max-width: 1130px) {
	.saleAnchor ul li a {
		padding: 18px 0;
	}
	.saleAnchor ul li.br_eastasia a {
		padding: 5px 0;
	}
	.saleAnchor ul li.br_eastasia br {
		display: block;
	}
	.saleAnchor ul li a:after {
		top: 26px;
	}
}
@media (min-width: 571px) and (max-width: 805px) {
	.saleAnchor ul li {
		width: 49%;
		margin-bottom: 20px;
		vertical-align: top;
	}
	.saleAnchor ul li:nth-child(2n) {
		margin-right: 0;
	}
	.saleAnchor ul li.br_eastasia br {
		display: none;
	}
	.saleAnchor ul li a:after {
		top: 13px;
	}
	.saleAnchor ul li a {
		padding: 5px 0;
	}
}

@media (min-width: 0px) and (max-width: 570px) {
	.saleAnchor ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.saleAnchor ul li a {
		padding: 10px 0;
	}
	.saleAnchor ul li:last-child {
		margin-bottom: 0;
	}
	.saleAnchor ul li a::after {
		top: 20px;
	}
	.saleAnchor ul li .br_eastasia {
		display: none;
	}
}

.tabCont .saleTtl {
	margin-top: 90px;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
@media (min-width: 0px) and (max-width: 570px) {
	.tabCont .saleTtl {
		padding-left: 0!important;
		padding-right: 0!important;
	}
}

.tabCont .mt40 {
	margin-top: 40px!important;
}

.tabCont .saleTtl h3 {
  margin-bottom: 37px;
  padding: 10px 47px 5px 16px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #0331a2;
  background-color: #f5ecc5;
}
@media (min-width: 0px) and (max-width: 570px) {
  .tabCont .saleTtl h3 {
    font-size: 1.6rem;
  }
}
.tabCont .saleTtl h3.blue {
  color: #0230a1;
  border-bottom: 3px solid #0331a2;
}
.tabCont .saleTtl h3.black {
  color: #333333;
  border-bottom: 1px solid #333333;
}

.res-btn-link.type-01 a::after {
	display: none;
}

.res-btn-link .btn-text, .res-btn-link .bnt-icon {
	display: table-cell;
	vertical-align: middle;
}

.maring_content .res-contents, .maring_content .title-box {
	padding-left: 10px;
	padding-right: 10px;
}
@media (min-width: 571px) and (max-width: 768px) {
 .maring_content .res-contents, .maring_content .title-box {
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media (min-width: 0) and (max-width: 570px) {
	.maring_content .res-contents, .maring_content .title-box {
		padding-left: 7px;
		padding-right: 7px;
		margin-left: 7px;
		margin-right: 7px;
	}
}


@media (min-width: 769px) and (max-width: 1024px) {
	.tabCont .tabBox .res-contents-parent{
		margin-right: 10px;
		margin-left: 10px;
	}
}
@media (min-width: 571px) and (max-width: 768px) {
	.tabCont .tabBox .res-contents-parent{
		margin-right: 0;
		margin-left: 0;
	}
	.tabCont .tabBox .coverFare {
	    display: block;
	    width: auto;
		margin-right: 10px;
		margin-left: 10px;
	}
}
@media (min-width: 0px) and (max-width: 1199px) {
	.res-main-simplebox {
		margin-right: 10px!important;
		margin-left: 10px!important;
	}
}

@media (min-width: 769px) {
	.res-main-box.coolumn-2 .res-coolumn-box{
		margin-left: 0px !important;
		width: 50% !important;
    }
	.res-main-box.coolumn-2{
		width: auto !important;
		margin-left:0 !important;
	}
	.tabCont .tabBox .coverFare:nth-child(odd) .cover {
		width: 95%;
		/* margin-left: 10.6897%; */
	}
	.tabCont .tabBox .coverFare:nth-child(odd) .fareText {
		width: 95%;
		/* margin-left: 10.6897%; */
	}
	.tabCont .tabBox .coverFare:nth-of-type(even) .cover {
		width: 95%;
		margin-left: 5%;
	}
	.tabCont .tabBox .coverFare:nth-of-type(even) .fareText {
		width: 95%;
		margin-left: 5%;
	}
}
@media (min-width: 571px) and (max-width: 768px) {
	.tabCont .tabBox .res-contents-parent {
		margin-top: 0 !important;
	}
	.res-main-box.coolumn-2{
		width: auto !important;
		margin: 0 20px !important;
		display: block;
	}
	.tabCont .tabBox .coverFare {
		margin: 25px auto 0 !important;
	}
	.tabCont .tabBox .coverFare .cover {
		width: 100%;
	}
	.tabCont .tabBox .coverFare .fareText {
		width: 100%;
	}
}

.fontM {
	font-size: 1.4rem!important;
}

.fontS {
	font-size: 1.2rem!important;
}

.title-box h3.ttl-text {
	font-size: 2rem!important;
}
@media (min-width: 0) and (max-width: 768px) {
	.title-box h3.ttl-text {
		font-size: 1.6rem!important;
	}
}

/* 20181129追記 */
.res-btn-link.arrow-R .btn-text {
  display: inline-block;
  width: 100%;
}

.ficon-arrow-right2 {
  position: relative;
  display: inline-block !important;
}

.ficon-arrow-right2::before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: -6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.no_fare .res-contents {
  margin-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .no_fare .res-contents {
    margin-left: 10px;
    margin-right: 10px;
  }
}
