@charset "utf-8";
main{
	color: #84614e;
}

* {
	min-height:0;
	min-width : 0;
}


/* MainVisual
------------------------------------------------*/
#MainVisual {
	width: 100%;
	height: 80vw;
	position: relative;
	overflow-x: hidden;
}
#loop_js {
	display: flex;
	width: calc(266.6vw * 3);
	height: 80vw;
	overflow: hidden;
}
#loop_js > * {
	width: 33.333333%;
	height: auto;
}
.mv_heading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
	z-index: 9;
}
.mv_heading .mvttl {
	margin: 40px 40px 0;
	text-align: center;
}
.mv_heading .mvttl img {
	width: 100%;
}
.leadtext {
	text-align: center;
	background: #fdfbe6;
	padding: 24px 24px 0;
}

/* section  
------------------------------------------------*/
.heading--title {
	font-weight: bold;
	color: #26bcac;
	font-size: 1.85rem;
}
.heading--title .heading--subTitle{
	color: #84614e;
    font-size: 1.14rem;
}
.heading--title .heading--text{
	color: #84614e;
	padding: 10px 0 4px;
}
/* tour ===============*/
.tour {
	background: #fdfbe6;
}
.tour .grid-row p{
	font-size: .85rem;
}
.tour .grid-row .text--smallPrice{
	font-size: 1.43rem;
}
.grid-col__link {
	color: #84614e;
}

/* slick */
.gridCarousel__dots li.slick-active button{
	background: #333333;
}
.slick-list * {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.js-gridCarousel--col2 {
	opacity: 0;
	transition: opacity .3s linear;
}
.js-gridCarousel--col2.slick-initialized {
	opacity: 1;
}

/*　tour-api-box */
.tour-api-box .item-data {
  display: none;
}
.tour-api-box .item-detail a {
  color: #333;
  text-decoration: none;
}
.tour-api-box .tour-preview {
  font-size: .85rem;
  margin: 0 0 10px;
  background-color: #fff;
  padding: 10px 3.1%;
  border: 1px #453730 solid;
}
.tour-api-box .tour-preview:after {
    content: "";
    clear: both;
    display: block;
}
.tour-api-box .tour-preview .on-airport {
    color: #5c4539;
	font-weight: bold;
	margin-bottom: 5px;
}
.ctcms_cpn .on-airport:after {
    display: inline-block;
    background: #ffd83c;
    color: #40351a;
    line-height: 1;
    padding: 4px 7px 3px;
    content: "キャンペーン対象商品";
    font-size: .56rem;
    margin-left: 5px;
}
.tour-api-box .tour-preview .tour-img {
	float: left;
    clear: both;
	width: 34%;
    height: 95px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tour-api-box .tour-preview .tour-img .tour-img-container {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tour-api-box .tour-preview .tour-desc {
    float: left;
    width: 63%;
    margin: 0 0 0 3%;
}
.tour-api-box .tour-preview .tour-desc .tour-desc-text02 {
	font-weight: bold;
}
.tour-api-box .tour-preview .tour-desc .tour-desc-text01 {
    font-size: .7rem;
	font-weight: bold;
	color: #898989;
}
.tour-api-box .tour-preview .tour-desc .tour-desc-date {
	display: none;
}
.tour-api-box .tour-preview .tour-desc .tour-desc-text03 {
    font-size: 1.12rem;
	font-weight: bold;
	color: #e41205;
	text-align: right;
	margin: 8px 0 0;
}
.tour-api-box .tour-preview .tour-desc .tour-fuel {
    font-size: .7rem;
	color: #e41205;
	text-align: right;
}

/* pickup */
.pickup .tour-api-box .tour-preview {
  margin: 0 10px 10px;
}
.pickup .tour-api-box .tour-preview{
	padding: 0;
}
.pickup .tour-api-box .tour-preview .on-airport {
    display: none;
}
.pickup .tour-api-box .tour-preview .tour-img {
    width: 100%;
	height: 40vw;
}
.pickup .tour-api-box .tour-preview .tour-desc {
    width: 100%;
	margin: 6px 0 0;
	padding: 10px;
    box-sizing: border-box;

}
.pickup .tour-api-box .tour-preview .tour-desc .tour-desc-text02{
    font-size: 1rem;
}
.pickup .tour-api-box .tour-preview .tour-desc .tour-desc-text03{
    font-size: 1.21rem;
}
.pickup .tour-api-box .tour-preview .tour-desc .tour-fuel{
    font-size: .71rem;
}

/* recommend */
.recommend .categoryWrapper {
    margin-top: 24px;
}
.recommend .grid-col8 {
	width: 50%;
    padding: 0 4px 8px;
}
.recommend .gridTab__item {
	background: #dbd0be;
    font-size: 14px;
	padding: 4px 8px;
}
.recommend .toggleControl--active .gridTab__item {
	background: #ffd92e;
	color: #84614e;
	font-weight: bold;
}
.recommend .toggleControl--active .gridTab__item:after{
	border-top-color: #ffd92e;
}
.recommend .button {
    max-width: 310px;
	margin-top: 24px;
	border-radius: 48px;
    background-color: #fdfbe6;
	color: #5c4539;
}
.recommend .button:hover {
    background-color: #ffd92e;
	border-color: #ffd92e;
}

/* cpn */
.cpn {
	background: #fff;
	border: 4px solid #ffda2e;
	padding: 15px 18px 25px;
	margin-bottom: 20px;
	border-radius:3px;
}
.cpn .cpnttl{
	margin-bottom: 25px;
}
.cpn .cpnttl img{
	width: 100%;
}
.cpntext {
	color: #5c4539;
	text-align: center;
	font-weight: bold;
	margin: 20px 0 0;
}
.cpntext span {
	display: block;
	border: 1px solid #5c4539;
	width: 120px;
	margin: 0 auto 8px;
    padding-top: 3px;
}
.cpn .textBox {
	color: #5c4539;
}
.cpn .textBox a {
	color: #5c4539;
}
.cpn .textBox dt {
	margin: 12px 0 3px;
}
.cpn .att {
	color: #a79084;
    padding-left: 1em;
    text-indent: -1em;
	margin-top: 5px;
}

/*cpn va  */
.cpn .schedule {
	margin: 15px 0 5px;
}
.cpn .schedule dl {
	width: 100%;
	border: 1px solid #a79084;
    text-align: center;
}
.cpn .schedule dt {
	background: #a79084;
	color: #fff;
	padding: 2px 0;
}
.cpn .schedule dd {
	display: inline-block;
	width: 32%;
	color: #5c4539;
}
.cpn .schedule dd + dd {
	border-left: 1px solid #a79084;
}
.cpn .seat {
    margin-top: 20px;
}
.cpn .seat + .seat {
    margin-top: 0;
}
.cpn .seat .imgBox {
	margin-bottom: 15px;
}
.cpn .seat > p {
	background: #a79084;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 8px 0;
    border-top: 1px solid #EEE;
	position: relative;
    cursor: pointer;
}
.cpn .seat > p:after {
	content:"";
	width: 8px;
	height: 8px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	display: block;
    position: absolute;
    top: 32%;
    right: 15px;
    transform: rotate(-45deg);
}
.cpn .seat > p.open:after {
    top: 43%;
    transform: rotate(45deg);
    border-bottom: transparent;
    border-top: 3px solid #fff;
}
.cpn .seat .imgBox img {
	max-width: 100%;
}
.cpn .seat .accordionBox {
	display: none;
}
.close {
    color: #5c4539;
    border: 1px solid #5c4539;
    display: block;
    border-radius: 10px;
    width: 60%;
    text-align: center;
    margin: 0 auto 15px;
    padding: 5px;
    cursor: pointer;
}
.close:before {
	content:"";
	background: url(../images/sp/icon_close.png) no-repeat left center;
	background-size: 15px;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
	margin-top: -2px;
}

/* air */
.itemBox .title {
	text-align: center;
	font-size: 1.85rem;
	color: #5c4539;
	margin-bottom: 16px;
    display: flex;
	align-items: center;
}
.itemBox .title:before,
.itemBox .title:after {
	content: "";
	flex-grow: 1;
	background: url(../images/bg_dotted.png) repeat-x left center;
	display: block;
	height: 4px;
}
.itemBox .title:before {
	margin-right: .7em;
}
.itemBox .title:after {
	margin-left: .7em;
}
.air {
	margin-top: 50px;
}
.air .itemList {
	overflow: hidden;
}
.air .itemList .item {
	margin-bottom: 10px;
}
.air .itemList .item span {
	display: block;
}
.air .itemList .item .box {
	position: relative;
}
.air .itemList .item .box a {
	border: 1px solid #453730;
	background: #fff;
	color: #333;
	padding: 10px 3.1%;
	overflow: hidden;
	display: block;
	text-decoration: none;
	transition: all .25s ease-out;
}
.air .itemList .item .box a:hover {
	opacity: .7;
}
.air .itemList .item .country {
	color: #5c4539;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}
.air .itemList .item .country:before {
    content: "【";
    display: inline;
}
.air .itemList .item .country:after {
    content: "】";
    display: inline;
}
.air .itemList .item .iteminner {
	overflow: hidden;
}
.air .itemList .item .itemttl {
	float: right;
	width: 63%;
    font-size: .85rem;
    font-weight: bold;
    text-align: left;
	margin: 0 0 0 3%;
}
.air .itemList .item .itemttl > span {
	display: inline;
}
.air  ul[class*=" js-media"] .item .itemttl br {
    display: none;
}
.air .itemList .item .img {
	float: left;
	width: 34%;
    height: 95px;
	overflow: hidden;
	position: relative;
}
.air .itemList .item .img img {
	width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.air .itemList .item .text {
	float: right;
	width: 63%;
	margin: 0 0 0 3%;
}
.air .itemList .item .date,
.air .itemList .item .validity {
    display: inline;
	font-size: .7rem;
}
.air .itemList .item .date:before {
    content: "（";
    display: inline;
}
.air .itemList .item .date:after {
    content: " / ";
    display: inline;
}
.air .itemList .item .validity:after {
    content: "）";
    display: inline;
}
.air .itemList .item .price {
	text-align: right;
}
.air .itemList .item .price .product {
	color: #f01c1c;
	font-size: 1.12rem;
    font-weight: bold;
    margin: 8px 0 0;
}
.air .itemList .item .price .fuel {
	font-size: .7rem;
    color: #e41205;
    text-align: right;
}
.air .itemList .item .price .fuel:before {
    content: "[";
    display: inline;
}
.air .itemList .item .price .fuel:after {
    content: "]";
    display: inline;
}

.air .itemList .item .point {
	display: block;
    font-size: 13px;
	clear: both;
	padding-top: 4px;
	margin-bottom: 5px;
}

/* other ===============*/
.other .featured {
	padding: 32px 0;
}

/*  searchArea
-------------------------------------------------*/
#searchArea h3 {
    background: #004098;
    color: #fff;
    font-weight: bold;
    padding: 13px 20px 13px 50px !important;
		font-size: 1rem !important;
}
#tour_search_module {
    padding: 10px 0;
}
#tour_search_module #tbm01-com {
    margin-bottom: 10px;
}
#tour_search_module select.dstselect{
	height: 18px;
}
#tour_search_module a,
#tour_search_module .end-place {
	box-sizing: content-box;
	text-decoration: none;
}
#modal-win * {
	box-sizing: content-box;
	line-height: 1;
}
#search .titleArea.headlines.searchIcon {
    background-image: url( "../images/sp/search.png");
	background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 30px;
}

/*  otherSearch
-------------------------------------------------*/
#otherSearch{
	padding-bottom: 24px;
}
#otherSearch h3 {
    background: #004098;
    color: #fff;
    font-weight: bold;
    padding: 13px 20px 13px 50px !important;
}
#otherSearch .otherLinkArea {
	padding: 10px;
}
#otherSearch .otherLinkText {
	font-size: 12px;
}
#otherSearch .linkArea.btn{
	width: auto;
    margin: 6% 7% 0;
    padding: .5% 0;
    background-color: #FFAE00;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.4);
    box-shadow: 1px 1px 1px rgba(0,0,0,.4);
	text-align: center;
}
#otherSearch .linkArea.btn a{
	display: block;
	color: #fff;
    margin: 0;
	padding: 12px 20px 12px 0;
	font-size: 15px;
	vertical-align: baseline;
    background: transparent;
	text-decoration: none;
    font-weight: 700;
    line-height: 1.5em;
}
.linkArea.btn.newWindow {
	background-image: url("../images/sp/box002.png");
    background-size: 17px 15px;
    background-repeat: no-repeat;
	background-position: 95% 50%;
}