﻿@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Quicksand:300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
}

/*-------------------- clearfix */
.clearfix:before,
.clearfix:after {
	display: block;
	overflow: hidden;
	content: '';
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

/*-------------------- pankuzu */
#pankuzu ul {
	overflow: auto;
	_zoom: 1;
}
#pankuzu li {
	float: left;
	list-style: none;
}
#pankuzu li+li:before {
	margin: 0 8px;
	content: '>';
}

/*-------------------- container */
#container {
	font-family: 'Noto Sans JP', sans-serif, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN;
	font-size: 1.4rem;
	line-height: 1.7;
	clear: both;
	zoom: 1;
	width: 100%;
	margin: 0 auto;
}
.wrapper {
	position: relative;
	clear: both;
	width: 1000px;
	margin: 0 auto;
}

/*-------------------- often used */
/*p,
li,*/
dt,
dd {
	text-align: justify;
	text-justify: inter-ideograph;
}
/*#container img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}*/
.sp,
.tablet {
	display: none;
}
.sp_list{
	display: none;
}

/*-------------------- main_visual */
#main_visual {
	position: relative;
}
#main_visual .slogan {
	font-family: 'Noto Serif JP', serif;
	font-size: 4rem;
	font-weight: normal;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 1em;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	white-space: nowrap;
	color: #fff;
	border: 1px solid #fff;
}
#main_visual .slogan span {
	display: block;
}
#main_visual img {
	width: 100%;
}


/*--------------------headline */
#headline {
	padding: 5em 0 6em;
}
.season{
	background: #a30013;
	padding: .2em 1em;
	margin: 0 auto 1em;
	text-align: center;
	display: table;
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;	
	color: #FFF;
}
h1.siteTitle {
	font-size: 3.4rem;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
h1.siteTitle span {
	display: inline-block;
}
.destination{
	font-size: 1.8rem;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}

dl.info {
	margin-top: 30px;
	border-top: 1px dotted #AAA;
	display: table;
	margin: 2.5em auto;
	padding-top: 2em;
}
dl.info dt,
dl.info dd {
	text-align: center;
}
h2.catTitle {
	font-size: 2rem;
	text-align: center;
	font-weight: normal;
	margin-bottom: 2em;
}
h2.catTitle span {
	display: inline-block;
}

h2.catTitle:nth-child(n+2) {
	margin-top: 100px;
}
.en {
	font-family: 'Quicksand', sans-serif;
	font-size: 4.0rem;
	/*line-height: 1;*/
	letter-spacing: -1px;
	word-break: break-all !important;
	text-align: center;
	margin-bottom: 50px;
}
.en span{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2rem;
	display: block;
}

.before_type_dep{
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.8rem;
}

/*--------------------intro */
#intro {
	padding: 6em 0 10em;
	background: url(../img/bg_03.jpg) no-repeat center top;
	background-size: cover;
	border-top: 1px solid #959595;
}
ul.type_A,
ul.type_B,
ul.type_C {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.type_A li{
	position: relative;
	width: 48%;
}
ul.type_A li:nth-child(n+3) {
	margin-top: 50px;
}
ul.type_A li p,
ul.type_B li p,
ul.type_C li p{
	position: relative;
}
ul.type_A li img,
ul.type_B li img,
ul.type_C li img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
span.copyRight {
	font-size: 1.2rem;
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-align: right;
	color: #fff;
}
ul.type_B li {
	position: relative;
	width: 32.5%;
}
ul.type_B li:nth-child(4n) {
	width: 100%;
	margin-bottom: 50px;
}
/*ul.type_B li:last-child {
	margin-bottom: 0;
}*/
ul.type_C li {
	position: relative;
	width: 31%;
}
ul.type_C li:nth-child(n+4) {
	margin-top: 50px;
}
dl.detail {
	position: relative;
	margin-top: 1.7em;
}
dl.detail dt {
	font-family: 'Quicksand', sans-serif;
	font-size: 3.0rem;
	line-height: 1;
	margin-bottom: .5em;
	letter-spacing: -1px;
	word-break: break-all !important;
}
dl.detail dd:nth-child(2) {
	font-size: 1.7rem;
	margin-bottom: .8em;
	line-height: 1.4;
}
dl.detail dd.star {
	font-size: 1.2rem;
}
dl.detail dd.note {
	font-size: 1.2rem;
	color: #F00;
}

.introduction_txt{
    font-size: 1.6rem;
    margin: 30px 0 10px;
}
.caution{
    font-size: 1.4rem;
	margin-bottom: 30px;
}






/*--------------------wide layout */
#widelayout {
	padding: 6em 8em 10em;
	background-image: linear-gradient(rgb(240, 240, 240) 0%, white 100%);
	border-top: 1px solid #959595;
}
#breaktime {
	height: 0;
	padding-top: 25%;
	background: url(../img/bg_break.jpg) no-repeat center center;
	background-size: cover;
}

#areaInfo {
	padding: 6em 0 10em;
}

/*-------------------- Other */
#other {
	background: #5c5859;
	padding: 2em 0 2.5em;
}
#other h3 {
	/*font-family: 'Noto Serif JP', serif;*/
	font-size: 1.8rem;
	margin: 0;
	margin-bottom: 20px;
	text-align: center;
	color: #FFF;
}
#other ul.bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}
#other ul.bnr li {
	background: #000;
	color: #FFF;
	position: relative;		
}
#other ul.bnr li:first-child {
	width: 40%;
}
#other ul.bnr li img {
	width: 50%;
	height: auto;
	vertical-align: bottom;
}
#other ul.bnr li:last-child {
	width: 60%;
	padding: 10px 0;
	background: #000;
	color: #FFF;
}

#other .other_tour_title {
	text-align: center;
	margin-top: 20px;
}
#other .other_tour_title span {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
}
#other .other_tour_title span.other_btn {
	font-size: 1.4rem;
	display: block;
}
#other .other_tour_title span.other_btn:after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	margin-left: 10px;
}
#other .other_tour_title a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-indent: -1000px;
}
#other .other_tour_title a:hover {
	opacity: .5;
}


/*-------------------- Call Center */
.callcenter {
	padding: 1.5em 0;
	color: #fff;
	background: url(../img/bg_05.jpg) no-repeat center top #3d3d3d;
	background-size: cover;
}
.callcenter ul.phone {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.callcenter ul.phone li:first-child {
	flex-grow: 1;
}
.callcenter h2 {
	font-size: 1.7rem;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	font-weight: normal;
}
.callcenter h2 span {
	display: inline-block;
}
.callcenter ul.phone li:nth-child(n+2) {
	width: auto;
	margin-left: 3em;
}
.callcenter ul.phone dt {
	font-size: 1.4rem;
	margin-bottom: .3em;
}
.callcenter ul.phone dt span {
	margin-right: .5em;
	padding: 0 .3em .1em;
	color: #3d3d3d;
	background: #fff;
}
.callcenter ul.phone dd {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 2px;
}
.callcenter ul.phone a {
	color: #fff;
}
.callcenter ul.phone dd:nth-child(2):before {
	font-family: FontAwesome;
	padding-right: 7px;
	content: '\f3cd';
}
.callcenter ul.phone dd a {
	letter-spacing: 2px;
}

/*-------------------- page-top */
#page-top {
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: 20px;
}
#page-top a {
	display: block;
	width: 90px;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	background: #ddd;
}
#page-top a:hover {
	text-decoration: none;
	background: #a5a5a5;
}
