@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

.contents {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
    overflow-x: hidden;
}
.nopc {
    display: none;
}
h2 {
    text-align: center;
    font-size: 2.2em;
    line-height: 1.3;
    padding-bottom: 26px;
}
.section__container{
    padding:50px 0;
}
/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 400px;
	text-align: center;
    overflow: hidden;
    position:relative;
}
#mainvisual img {
	height:100%;
    position:absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/*------------------------------------------------
	ナビ
--------------------------------------------------*/
#navi {
	width: 100%;
    background: #0c315f;
    padding: 3px 0;
}
#navi ul {
    width: 992px;
    margin: 0 auto;
    text-align: center;
	display: flex;
    justify-content: space-between;
}
#navi ul li {
	text-align: center;
    font-size:1.4em;
    width: calc((100% - 24px) / 3);
    margin: 0 3px;
    height:3em;
    
}
#navi ul li a {
    display:block;
    color: #FFF;
    text-decoration: none;
    width: 100%;
    height: 100%;
    background: url("../img/arrow01.png") center 36px no-repeat;
    padding-top:10px;
    padding-bottom: 26px;
    transition: all 0.5s;
}
#navi ul li a:hover {
    transform: translate(0px,-3px);
    padding-bottom:32px;
    background: url("../img/arrow01.png") center 36px no-repeat #c45487;
}

/*------------------------------------------------
	MAP
--------------------------------------------------*/
#map {
    width: 100%;
    padding: 30px 0;
    background-color: #c6ecff;
}

#map p{
    width:90%;
    margin:0 auto;
}

/*------------------------------------------------
	スポット
--------------------------------------------------*/
#spot{
    background: url("../img/spot_bg.jpg") center bottom no-repeat;
    /*background-size: cover;*/
    background-size: 100% auto;
    padding: 30px 0;
}
ul.sightseeing {
    display: flex;
    flex-wrap: wrap;
}
ul.sightseeing li {
    margin: 0 3px 6px 3px;
    width: calc((100% - 24px) / 4);
    color: #444;
    background: #FFF;
    border: 1px solid #FFF;
    line-height: 1.5;
}
ul.sightseeing li p{
    text-align: center;
}
ul.sightseeing li img{width: 100%;}
ul.sightseeing dl {
    padding: 8px;
}
ul.sightseeing dt {
    font-size: 20px;
    margin-bottom: 5px;
    border-bottom: solid 1px #444;
    text-align: center;
}
ul.sightseeing dd {
    padding: 5px;
}
ul.gridCarousel__dots{
    width:auto;
    margin:0 auto;
}
ul.gridCarousel__dots li{
    background: none;
    text-align: center;
    border:none;
    padding: 0 10px;
}
.gridCarousel__dots li button {
    background: #ffffff;
}

/*------------------------------------------------
	CM
--------------------------------------------------*/
#movie {
    background: url("../img/movie_bg.jpg") center bottom no-repeat;
}
.movie_box{
    text-align: center;
}


/*------------------------------------------------
	おすすめツアータブ
--------------------------------------------------*/
#tour {
	width: 100%;
	background-color: #f2f2f2;
    padding: 80px 0;
}
#tourTabWrap {
}
#tourTabWrap h2 {
	text-align: center;
}
#tourTabWrap .inner {
	width: 992px;
	margin: 0 auto;
}
#tourTabWrap .tab {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#tourTabWrap .tab li {
	display: block;
	width: 100%;
	margin: 0 7px;	
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #0085cd;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	border: solid 2px #0085cd;
	transition: ease all 0.3s;
	padding: 15px 0;
	position: relative;
}
#tourTabWrap .tab li.nav_on {
	background-color: #0085cd;
	color: #fff;
	border: solid 2px #0085cd;
}
#tourTabWrap .tab li:hover {
	background-color: #0085cd;
	color: #fff;
}
#tourTabWrap .tab li.nav_on:after {
    font-family: FontAwesome;
    content: "\f0d7";
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
}

/*------------------------------------------------
	おすすめツアー商品
--------------------------------------------------*/
.areabox{
	display:none;
}
.tourWrap .inner-box {
	width: 992px;
	margin: 0 auto;
}
.tourWrap h3 {
	text-align: center;
	background-color: #0085cd;
	color: #fff;
	font-size: 18px;
	line-height: 2.0em;
	margin-bottom: 20px;
}
.tourWrap .tour-list {
	width: 960px;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.tourWrap .tour-list li {
	width: 470px;
	margin-bottom: 30px;
}
.tourWrap .tour-list li:nth-child(odd) {
	margin-right: 20px;
}
.tourWrap .tour-list li a {
	display: block;
	color: #333;
	text-decoration: none;
}
.item-box {
    width: 100%;
	padding: 10px;
    background-color: #fff;
	display: flex;
    border: 1px solid #d9d9d9;
    position: relative;
}
.item-box:hover {
	border: 1px solid #fdd000;
	transition: all 0.4s ease;
}

.item-box:after {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 0.8em solid transparent;
    border-right: 0.8em solid #fdd000;
    position: absolute;
    z-index: 100;
}
.item-box .ico {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #6b27ab;
	color: #fff;
	padding: 0 5px;
}
.item-box .pic {
	width: 200px;
	height: 145px;
	position: relative;
	margin-right: 15px;
}
.item-box .pic img {
	width: 100%;
	height: 145px;
	object-fit: cover;
}
.item-box .pic span {
	position: absolute;
	right: 2px;
	bottom: 2px;
	color: #fff;
	font-size: 11px;
	line-height: 1.1em;
	text-align: right;
	text-shadow: black 1px 1px 1px, black -1px 1px 1px,
             black 1px -1px 1px, black -1px -1px 1px;
}
.item-box .tourdata {
	width: 235px;
}
.item-box .dep {
	margin-bottom: 5px;
}
.item-box .dep .ico-dpt {
	margin-right: 4px;
	font-size: 11px;
	padding: 2px 3px;
	color: #fff;
	background-color: #444;
}
.item-box .dep .ico-air img {
	height: 17px;
	width: auto;
	vertical-align: middle;
}
.item-box .copy {
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 5px;
}
.item-box .ttl {
	font-size: 15px;
	font-weight: bold;
	color: #004098;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.item-box .price {
	color: #C00;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
.item-box .note {
	color: #666;
	font-size: 11px;
	text-align: right;
}

/*商品１カラムの場合*/
.tourWrap .tour-list.type1col li {
	width: 960px;
}
.tourWrap .tour-list.type1col li:nth-child(odd) {
	margin-right: 0;
}
.tourWrap .tour-list.type1col .item-box .tourdata {
	width: 720px;
}


/*別日程ボタン*/
.other-btn {
	width: 80%;
	margin: 10px auto 0;
	font-size: 12px;
	border-radius: 5px;
	text-align: center;
}
.other-btn a {
	background-color: #e5f2ff;
	color: #333;
	border: solid 2px #cce4fc;
	font-weight: bold;
	line-height: 1.8em;
	border-radius: 5px;
	text-decoration: none;
	margin: 0 3px;
	padding: 3px 12px;
}
.other-btn a:before {
	content: "\f0da";
    font-family: FontAwesome;
	margin-right: 3px;
}
.other-btn a:hover {
	border: solid 2px #fdd000;
	opacity: 0.8;
}


/*------------------------------------------------
	注意事項
--------------------------------------------------*/
#attention {
    width: 100%;
    padding: 50px 0;
}
#attention .inner {
    width: 992px;
    margin: 0 auto;
}
#attention h2 {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
    border-bottom: solid 1px #333;
    margin-bottom: 20px;
}
#attention h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
#attention p {
    font-size: 14px;
    margin-bottom: 5px;
}
#attention ul {
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
#attention ul li {
    margin-bottom: 3px;
    position: relative;
    padding-left: 17px;
}
#attention ul li:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}
#attention a {
    color: #0085cd;
}
#attention .red {
    color: red;
}

/*------------------------------------------------
	パスポートバナー
--------------------------------------------------*/
#footerPic{
    width:100%;
    height:300px;
    background: url("../img/info_bg.jpg") center top no-repeat;
    background-size: cover;
}
