@charset "utf-8";

.tour-mainContent {
    font-size: 10px;
    line-height:1.5em;
}
.tour-mainContent p {
    line-height: 1.7em;
}

.tour-mainContent img {
    width: 100%;
    max-width: 1280px;
}

.tour-mainVisual {
	max-width: 1280px;
	display: block;
	margin: 0 auto;
	width: 100%;
	/* min-width: 980px; */
	position: relative;
}

.tour-mainVisual img {
	width: 100%;
}
.tour-heading {
    margin: 0 0 5em;
    text-align: center;
    position: relative;
}



.tour_title {
    font-size: 5em;
    font-weight: 700;
    line-height: 1.3em;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 99px;
    left: 76px;
    /* transform: translate(-50%,-50%); */
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0,0,0,.5);
    /* border: 1px solid #fff; */
    /* padding: 10px 15px; */
    /* box-shadow: 3px 3px 3px rgba(0,0,0,.5); */
    /* background: rgba(0,0,0,.4); */
    /* min-width: 800px; */
    width: 570px;
}
.tour-introduction {
	position: absolute;
	top: 239px;
	left: 76px;
	width: 570px;
}
.tour-introduction p {
    font-size: 1.8em;
    text-align: center;
    margin: 0 auto 0;
}

.tour-section {
    width: 980px;
    margin: 0 auto 100px;
}

.tour-section img {
	/* max-width: 700px; */
}

.tour_subtitle {
    color: #003894;
    font-size: 2.4em;
    font-weight: 700;
    padding: 0;
    line-height: 50px;
    background-color: #f1f1f1;
	justify-content: start;
	align-items: center;
	display: flex;
}

.tour_subtitle::before {
	content:"";
	width: 10px;
	height: 50px;
	margin-right: 10px;
	background-color:#003894;
	display: block;
}

/*メニュー*/

.tour-menu {
	width: 980px;
	margin: 0 auto;
}
.tour-menu_list {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
}

.tour-menu-item {
	display: flex;
	width: 310px;
	height: 79px;
	margin: 0 8px 0 8px;
	padding: 0;
	background: url(/tour/common/images/special/nav_btn.gif) no-repeat 0 0;
	background-size: 100%;
	/* box-sizing: content-box; */
	align-items: center;
}

.tour-menu-item:last-child {
    border-right: none;
}

.tour-menu-item a {
	display: flex;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	width: 100%;
	height: 79px;
	align-items: center;
	padding: 10px;
}

.tour-menu-item:hover {
	opacity: 0.8;
}
/*content*/
.tour-spot_wrap {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    margin-top: 20px;
    justify-content: space-between;
}

.tour-spot {
    display: flex;
    justify-content: space-between;
    width: 475px;
    border-bottom: solid 1px #003894;
    padding: 2em 0;
}

.tour-spot:last-child {
    /* border-bottom: none; */
}

.tour-spot_photo {
    width: 180px;
}

.tour-spot_text_wrap {
    width: 280px;
    display: flex;
    flex-direction: column;
}

.tour-spot_title {
    font-size: 2em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.tour-spot_text {
    font-size: 1.4em;
}

a.tour-spot-button {
    display:inline-block;
    text-align: right;
    margin: 1em 0 0.5em;
    font-size: 1.6em;
    border: solid 1px #003894;
    border-radius: 3px;
    color: #003894;
    background: #e5ebf4;
    padding: 0.5em;
    position:relative;
    display: flex;
    justify-content:space-between;
    align-items: center;
    width: calc(100% - 1em);
}

a.tour-spot-button::after {
        display: block;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 4px solid transparent;
    border-left: 6px solid #003894;
    content: '';
}

a.tour-spot-button:hover {
	text-decoration: none;
	opacity: 0.8;
}

/*ツアー*/

.tour-content_wrap {
	margin: 50px 0 70px;
	border-bottom: 3px solid #003894;
	padding-bottom: 70px;
}

.tour-content_wrap:last-child {
	border-bottom: none;
	padding-bottom: 0
}
.tour-content-intro {
    margin: 1em 0 2em;
    text-align: center;
}
.tour-content-intro_text {
    font-size: 2.4em;
}

.tour-content-carousel {
    margin: 0 auto 2em;
    width: 700px;
}

.tour-point_wrap, .tour-stay_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 70px;
}
.tour-point {
	margin: 1em;
	width: 260px;
	/* border: 1px solid #999; */
	padding: 20px;
	border-radius: 15px;
	color: #fff;
	background: #549c54;
}

.tour-stay {
	margin: 0 auto 50px;
	width: 660px;
	padding: 20px;
	border-radius: 15px;
	color: #fff;
	background: #549c54;
}

.tour-point_title, .tour-stay_title {
    font-size: 1.8em;
    font-weight: 700;
	margin-bottom: 0.7em;
	text-align: center;
    text-decoration: underline;
}

.tour-point_text, .tour-stay_text {
    font-size: 1.4em;
}

.tour-stay_text .large {
    font-size: 1.3em;
    font-weight: 700;
}

.tour-point_button {
    margin:2em auto 0;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 500px;
}

.tour-point_button a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: 1px solid #d87600;
    border-radius: 3px;
    color: #fff;
    background: #f39c33;
    background: -webkit-linear-gradient(top, #f39c33 0%, #f08300 100%);
    background: linear-gradient(to bottom, #f39c33 0%, #f08300 100%);
    font-size: 1.8em;
    text-decoration: none;
    width: 100%;
    font-weight: 700;
}

.tour-point_button a::after {
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 7px solid #fff;
    content: '';
    margin-left: 0.5em;
}

.tour-point_button a:hover {
	opacity:.8;
}
.tour-content_title {
    font-size: 1.8em;
    color: #003894;
    margin: 1em 0;
    padding: 0.5em 0;
    border-bottom: 1px solid #003894;
}

.tour-content_image {
	max-width:700px;
	margin: 0 auto 50px;
}

.tour-content_text {
    font-size: 1.4em;
    margin-bottom: 30px;
    width: 700px;
    margin: 0 auto 50px;
    }

.tour-info-list {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between
}
.tour-info-item {
	width: 15%;
	margin-bottom: 1em;
}

.tour-info_image {
	position:relative;
}

.tour-info-month {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 1.4em;
	padding: 5px 0.5em;
	background: #023ca1;
}
.tour-info_text {
	text-align: center;
	font-size: 1.4em;
	margin: 0.5em 0;
}
.tour-info_text::before {
	content:">";
	margin-right: 0.2em;
}
/*カルーセル*/
.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev, .slick-next {
    z-index: 10;
}

.slick-prev:before, .slick-next:before {
    color: #fff;
    opacity: 0.8;
    text-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

/*パンくず*/
.pankuzu_margin {
    font-size: 14px;
    margin: 0 auto;
    display: flex;
    overflow-x: auto;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 980px;
}

.pankuzu_margin li {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    font-size: 12px;
}

.pankuzu_margin li a {
    padding: 0;
    display: block;
}

.pankuzu_margin li::after {
    content: ">";
    margin: 0.5em;
}

.pankuzu_margin li:last-child::after {
    display: none;
}

/*検索枠*/
.recommend_season {display: none;}

.ana_otokuinfo {display:none;}