@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');
/* CSS Document */
.breadcrumb {
	max-width: 100%;
}
.nopc {
    display: none;
}
.contents {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #222;
	
	& a {
		text-decoration: none;
		color: inherit;
	}
	& a:hover {
		opacity: 0.8;
		transition: all 0.6s ease;
	}
	& .inner {
		width: 992px;
		max-width: 96%;
		margin: 0 auto;
	}
	& img {
		max-width: 100%;
		vertical-align: bottom;
	}
}


/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 550px;
	background: url("../images/main-bg-pc.jpg") no-repeat top center;

	& .title {
        padding-top: 130px;
		text-align: center;
	}
}

/*------------------------------------------------
	導入
--------------------------------------------------*/
#lead {
    width: 100%;
    background-color: #ccf5ff;
    padding: 30px 0;
    & dl {
       text-align: center;
       & dt {
           font-size: 24px;
           font-weight: 700;
           color: #d21477;
           margin-bottom: 15px;
        }
        & dd {
           font-weight: 700;
           font-size: 20px;
        }
    }
}


/*------------------------------------------------
	共通見出し
--------------------------------------------------*/
.contents {
	h2 {
		text-align: center;
		font-size: 32px;
		line-height: 1.3em;
		letter-spacing: 0.02em;
		font-weight: 900;
		margin-bottom: 40px;
		
		&:before {
			content: "";
			display: block;
			height: 50px;
			background: url("../images/kamome.svg") no-repeat top center / contain;
		}
		
		& span {
			display: inline-block;
			border-bottom: dashed 2px #057fdd;
			padding-bottom: 5px;
		}
	}
}

/*------------------------------------------------
	スケジュール
--------------------------------------------------*/
/*#schedule {
	width: 100%;
	padding: 80px 0;
	background: url("../images/schedule-bg.png") no-repeat top center / cover;
	margin-top: -10px;
	
	& table {
		border-collapse: collapse;
		border: solid 2px #222;
		margin: 0 auto;
		width: 100%;
		text-align: center;
		background-color: #fff;
	}
	& thead th {
		border: solid 1px #ccc;
		background-color: #222;
		color: #fff;
		padding: 8px 0;
		font-size: 14px;
	}
	& tbody th {
		text-align: left;
		background-color: #f2f2f2;
		font-weight: bold;
		padding: 5px 15px;
		font-size: 15px;
	}
	& tbody td {
		border: solid 1px #ccc;
		padding: 7px 0;
		font-size: 15px;
		
		&.day span,
		&.dst span{
			display: block;
			font-size: 0.8em;
			line-height: 1.2em;
		}
		&.airline {
			width: 230px;
			text-align: left;
			padding: 10px 5px 10px 15px;
		}
		&.airline img {
			width: 40px;
			vertical-align: middle;
			margin-right: 5px;
		}
		&.dst {
			width: 110px;
			background-color: #fffaa7;
		}
	}
	& .note {
		font-size: 13px;
		margin-top: 10px;
	}
}*/

/*------------------------------------------------
	商品部分枠
--------------------------------------------------*/
#product {
	width: 100%;
	padding: 80px 0 200px;
	background: #ecf8ff url("../images/product-bg.png") no-repeat bottom center;
	border-bottom: solid 10px #b6cedc;
	
	& :not(#product-tour).product-contents {
		margin-top: 80px;
	}
}

/*もっと見るボタン*/
#product .btn-more {
    width: 700px;
    margin: 40px auto;
	& a {
		display: block;
		margin: 0 auto;
		font-size: 18px;
		color: #fff;
		background: #057fdd;
		text-align: center;
		padding: 15px 0;
		border-radius: 30px;
        box-shadow: 3px 3px 0 rgba(0 0 0 / 20%);
		position: relative;
		&::after {
			content: "";
			background: url(/cmn/icon/icon_arrow_right_white.svg) no-repeat center center / cover;
			width: 10px;
			height: 30px;
			position: absolute;
			top: 0;
			right: 15px;
			bottom: 0;
			margin: auto;
		}
	}
    &.flex {
        width: 96%;
        margin: 15px auto 40px;
        display: flex;
        a {
            padding: 15px 50px;
            margin: 0 10px 0 0;
        }
    }
}
#product .more-btn-title {
    text-align: center;
    border-bottom: solid 1px #222;
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
}

/*FIT横並び*/
#product .product-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;

	& .product-contents {
		width: 49%;

		& .product__list {
			grid-template-columns: repeat(2, 1fr);
		}
		& .product__list--text-wrapper {
			min-height: 230px;
		}
		& .btn-more {
			width: 90%;
		}
	}
}

/*------------------------------------------------
	おすすめ特集バナー
--------------------------------------------------*/
.reco-bnr {
    width: 100%;
    background-color: #fff;
    padding: 0 0 70px;
    & .reco-bnr-title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.8;
        text-align: center;
    }
    & ul {
        width: 960px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        & li {
            width: 49%;
            & img {
                width: 100%;
            }
            & a {
                display: block;
                &:hover {
                    opacity: 0.8;
                    transition: all 0.6s ease;
                }
            }
        }
    }
}

/*------------------------------------------------
	円バナー
--------------------------------------------------*/
#fix-bnr {
    display: none;
    position: fixed;
    right: 10px;
    top: 150px;
    z-index: 100;
    & a {
        display: block;
    }
    & .close {
        position: absolute;
        right: 10px;
        top: 10px;
        & a {
            width: 20px;
            height: 20px;
            background-color: #efefef;
            border-radius: 50%;
            text-align: center;
            font-size: 15px;
            font-weight: bold;
            line-height: 20px;
            color: #888;
            text-decoration: none;
        }
    }
}

/*------------------------------------------------
	検索ボックス
--------------------------------------------------*/
#searchArea {
    padding: 50px 0;
    background: url("../images/search-bg.jpg") no-repeat center center / cover;
}
/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
.line-wrap-detail {
        padding: 50px 0 0;/*ページによって調整*/
}
.line-inner {
        width: 992px;
        margin: 0 auto;
        text-align: center;
        letter-spacing: 0.1vw;
        line-height: 1.5;
}
.line-wrap-detail .line-inner {
        background: #fff;
        border: solid 1px #d3d3d3;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        letter-spacing: 1px;
}
.line-inner .head {
        width: 100%;
        text-align: center;
        background-color: #15c618;
        padding: 6px;
        color: #fff;
        font-size: 20px;
        line-height: 1.5;
        font-weight: bold;
}
.line-inner .textarea {
        width: 75%;
        text-align: left;
        padding: 30px 0 30px 30px;
}
.line-inner .btnarea {
        width: 23%;
        padding: 10px 20px 10px 0;
}
.line-inner .text1 {
        font-size: 17px;
        line-height: 1.4;
}
.line-inner .text1 span {
        display: inline-block;
        font-weight: bold;
        color: #fb0b0b;
        background-color: #ffe1e1;
        padding: 0 2px;
}
.line-inner .text2 {
        font-size: 21px;
        font-weight: bold;
        margin-bottom: -2px;
        background: linear-gradient(transparent 60%, #fff231 0%);
        display: inline-block;
        line-height: 1.7em;
        padding: 0 4px;
}
.line-button a {
        display: block;
        color: #fff;
        font-size: 15px;
        text-align: center;
        font-weight: bold;
        border-radius: 8vw;
        box-shadow: 0px 3px 0px 0 rgba(0, 0, 0, .14);
        background: url(/kansai/images/icon/icon-linekansai.png) no-repeat;
        background-size: 50px;
        background-position: 12px;
        background-color: #15c618;
        padding: 10px 10px 6px 70px;
        position: relative;
        text-decoration: none;
}
.line-button a:hover {
        opacity: .8;
        transition: all 0.6s ease;        
}
.line-button a span.small {
        width: 88%;
        display: block;
        font-size: 14px;
        font-weight: normal;
}
.line-button a span.strong {
        display: block;
}
.line-button a span.strong::after {
        font-family: "FontAwesome", "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f138";
        font-size: 15px;
        margin-left: 6px;
        padding-right: 14px;
}
.line-button a span.line-friend {
        font-size: 1.3;
        color: #fff231;
        padding: 0 2px;
}
.line-qr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
}
.line-qr span:nth-child(1) {
        width: 50%;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.3;
}
.line-qr img {
        width: 50%;
}
.line-qr span:nth-child(3) {
        width: 100%;
        font-size: 13px;
}
.line-qr a {
        text-decoration: underline;
}