@charset "utf-8";
main{
	color: #84614e;
}

/* MainVisual
------------------------------------------------*/
#MainVisual {
	width: 100%;
	height: 400px;
	position: relative;
	overflow-x: hidden;
}
#loop_js {
	display: flex;
	width: calc(1920px*3);
	height: 400px;
	overflow: hidden;
}
#loop_js > * {
	width: 33.333333%;
	height: auto;
}
.mv_heading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 956px;
	margin: auto;
	z-index: 9;
}
.mv_heading .mvttl {
	margin-top: 22px;
	text-align: center;
}
.leadtext {
	text-align: center;
	background: #fdfbe6;
	padding-top: 35px;
}

/* section  
------------------------------------------------*/
.heading--title {
	color: #26bcac;
	font-weight: bold;
	font-size: 2.57rem;
}
.heading--title .heading--subTitle{
	color: #84614e;
	padding-bottom: 6px;
}
.heading--title .heading--text{
	color: #84614e;
	font-size: 1.14rem;
	padding-top: 14px;
}
/* tour ===============*/
.tour {
	padding: 16px 0;
	background: #fdfbe6;
}
.grid-col3,.grid-col4 {
    background: #fff;
    border: 1px #453730 solid;
    padding: 0;
	margin-bottom: 40px;
}
.grid-col3{
    width: calc(33.33% - 10.7px);
}
.grid-col4{
    width: calc(25% - 12px);
}
.grid-col3:not(:nth-child(3n)) {
    margin-right: 16px;
}
.grid-col4:not(:nth-child(4n)) {
    margin-right: 16px;
}
.grid-col__link {
	color: #84614e;
}
.imgContainer--full {
	border-radius: 0;
}
.ctcms_cpn .imgContainer--full:before {
    content: "キャンペーン対象商品";
    display: inline-block;
    background: #ffda2e;
    color: #5c4539;
    font-size: 12px;
    line-height: 1;
    padding: 6px 5px;
    position: absolute;
    top: 0;
    left: 0;
}
.grid-col__body {
	padding: 0 10px 10px;
}
.grid-col__body p {
    font-size: .85rem;
}
.grid-col__body .heading--md {
	font-size: 1rem;
	margin-bottom: 16px;
}
.text--smallPrice {
	padding: 0 10px 16px;
}
.grid-col3 .text--smallPrice {
	font-weight: bold;
}
.grid-col4 .text--smallPrice {
    font-size: 1.35rem;
}
.fuel {
	display: none;
}

/* pickup */
.pickup .grid-row {
	margin: 0;
}

/* recommend */
.recommend .grid-row:not(.grid-row--narrowGutter) {
	margin: 0;
}
.recommend .section__container{
	padding-top: 48px;
}
.recommend .grid-row--narrowGutter {
	margin-bottom: 20px;
}
.recommend .grid-col8 {
    /*width: 14.28%;/*,----ブリスベン非公開のためwidthを変更しています*/
    padding: 0 4px 8px;
}
.recommend .gridTab__item {
	background: #dbd0be;
    font-size: 14px;
	padding: 13px 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 {
	min-width: 310px;
    background-color: #fdfbe6;
	color: #5c4539;
	border-color: #453730;
}
.recommend .button:hover {
    background-color: #ffd92e;
	border-color: #ffd92e;
}

/*cpn*/
.cpn {
	background: #fff;
	border: 8px solid #ffda2e;
	padding: 22px 35px 35px;
	margin-bottom: 40px;
	border-radius:3px;
}
.cpn .cpnttl {
    margin-bottom: 25px;
}
.cpntext {
	color: #5c4539;
	font-size: 1.25rem;
	text-align: center;
	font-weight: bold;
	margin: 20px 0 0;
}
.cpntext span {
	display: block;
	border: 1px solid #5c4539;
	width: 170px;
	margin: 0 auto 5px;
    padding-top: 3px;
}
.cpn .textBox {
	color: #5c4539;
}
.cpn .textBox a {
	color: #5c4539;
}
.cpn .textBox dl {
	margin-bottom: 15px;
}
.cpn .textBox dd {
	display: inline-block;
	width: 84%;
}
.cpn .textBox dt {
	display: inline-block;
	width: 15%;
	vertical-align: top;
}
.cpn .att{
	color: #a79084;
	font-size: .93rem;
    padding-left: 1em;
    text-indent: -1em;
}
/*cpn va  */
.cpn .schedule {
	display: flex;
	justify-content: space-between;
	margin: 15px 0 5px;
}
.cpn .schedule dl {
	width: 443px;
	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 {
	display: flex;
    margin-top: 20px;
}
.cpn .seat .imgBox {
	margin-bottom: 15px;
}
.cpn .seat .imgBox p {
	background: #a79084;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 2px 0;
}
.cpn .seat .textBox {
	margin: 0 0 0 20px;
}
.cpn .seat .textBox dt {
	width: 12%;
}

/* air */
.itemBox .title {
	text-align: center;
	font-size: 36px;
	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;
	display: flex;
	flex-wrap: wrap;
    margin-bottom: 10px;
}
.air .itemList .item {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 18px;
}
.air .itemList .item .box {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-top: 4px;
}
.air .itemList .item .box span {
	display: block;
}
.air .itemList .item .box a {
	border: 1px solid #453730;
	background: #fff;
	color: #5c4539;
	padding: 10px 9px 15px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	transition: all .25s ease-out;
}
.air .itemList .item .box a:hover {
	opacity: .7;
}
.air .itemList .item .country {
	background: #5c4539;
	font-weight: bold;
	font-size:1.14rem;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 8px;
	position: absolute;
	top: 19px;
	left: 9px;
	z-index: 2;
	max-width: 434px;
}
.air .itemList .item .iteminner {
	overflow: hidden;
}
.air .itemList .item .itemttl {
	font-weight: bold;
	font-size: 1.14rem;
	line-height: 24px;
	margin: 0 0 5px 90px;
}
.air .itemList .item .itemttl > span {
	display: inline;
}

.air .itemList .item .img {
	float: left;
	width: 234px;
    height: 153px;
	overflow: hidden;
}
.air .itemList .item .img img {
	width: 100%;
}
.air .itemList .item .text {
	float: right;
	width: 223px;
	line-height: 26px;
	padding-top: 10px;
}
.air .itemList .item .label {
	font-size: 0;
}
.air .itemList .item .label > span {
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	padding: 19px 8px;
	margin-bottom: 10px;
}
.air .itemList .item .label > span:not(:last-of-type) {
	margin-right: 10px;
}
.air .itemList .item .label .imp {
	background: #665877;
}
.air .itemList .item .label .round {
	background: #989928;
}
.air .itemList .item .label .biz {
	background: #c65c5d;
}
.air .itemList .item .price {
	text-align: right;
	margin-top: 38px;
}
.air .itemList .item .price > span {
	display: inline-block;
}
.air .itemList .item .price > span + span {
	margin-left: 20px;
}
.air .itemList .item .price .product {
	color: #f01c1c;
	font-size: 22px;
}
.air .itemList .item .price .fuel {
}
.air .itemList .item .point {
	display: block;
	clear: both;
	padding-top: 15px;
	margin-bottom: 0;
	line-height: 1.5;
}

/* //// col2 //// */
.air .itemList .item.col02 .box a {
	width: 490px;
}
.air .itemList .item.col02 + .item:not(:nth-child(2n+1)) {
 	margin-left: 12px;
}
.air .itemList .item.col02 .label + .price {
	margin-top: 6px;
}


/* searchBoxArea
-------------------------------------------------*/
.search {
	padding: 32px 0;
	background: url(../images/bg_search.jpg) no-repeat center top;
	background-size: cover;
	min-height: 470px;
}
.searchBoxArea {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
}
.searchBoxArea .md_searchTab,
.searchBoxArea .md_searchTab_blank { display: inline-block; }
.searchBoxArea .md_search_tabList {
	margin: 0 3px 0 0;
	display: inline-block;
}
.searchBoxArea .md_search_tabList a.is_block {
	background: url(../images/tab_bg2.png) no-repeat left top;
	padding: 16px 0 10px 0;
	text-align: center;
	width: 180px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	text-decoration: none;
}
.searchBoxArea .md_search_tabList a {
	background: url(../images/tab_bg1.png) no-repeat left top;
	padding: 16px 0 10px 0;
	text-align: center;
	width: 180px;
	font-size: 16px;
	font-weight: bold;
	color: #004098;
	display: block;
	text-decoration: none;
}
.searchBoxArea .md_search_tabList a:hover {
	opacity: 1;
	background: url(../images/tab_bg2.png) no-repeat left top;
	color: #ffffff
}
.searchBoxArea .md_searchTab_blank .md_search_tabList a:after {
	content: url(../images/icn_blank_blue.png);
	background: url(../images/icn_blank_white.png) no-repeat top center;
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: 0 0 0 10px;
	vertical-align: sub;
}
.searchBoxArea .md_searchTab_blank .md_search_tabList a:hover:after { content: ""; }
.searchBoxArea .md_search_tabBody {
	border: solid 4px #004098;
	padding: 15px 20px;
	clear: both;
	background-color: #fff;
}
.searchBoxArea .md_search_tabBody .is_destCity div:first-of-type {
	left: inherit;
	right: 0;
}
.searchBoxArea .md_search_tabBody .md_search_item .md_search_label_reqIcon { width: 33px; }
