/* ---------------------------------------------------------
	ページ共通
--------------------------------------------------------- */
ol#pankuz::before{
	text-shadow:
		white 2px 0px,  white -2px 0px,
		white 0px -2px, white 0px 2px,
		white 2px 2px , white -2px 2px,
		white 2px -2px, white -2px -2px,
		white 1px 2px,  white -1px 2px,
		white 1px -2px, white -1px -2px,
		white 2px 1px,  white -2px 1px,
		white 2px -1px, white -2px -1px;
}
ol#pankuz li{
	text-shadow:
		white 2px 0px,  white -2px 0px,
		white 0px -2px, white 0px 2px,
		white 2px 2px , white -2px 2px,
		white 2px -2px, white -2px -2px,
		white 1px 2px,  white -1px 2px,
		white 1px -2px, white -1px -2px,
		white 2px 1px,  white -2px 1px,
		white 2px -1px, white -2px -1px;
}

#mountain #title h2,
#mountain #lead h3,
#mountain #contents h3{
	color: #AC452B;
	border-bottom: 3px solid #AC452B;
}
#lead h3,
#contents h3{
	position: relative;
	width: calc(100% - 1.7em);
	margin: 0 0 20px 1.7em;
	font-size: 21px;
	font-size: 21rem;
	line-height: 1.2;
	font-weight: bolder;
	color: #0051A3;
}
#lead h3::before,
#contents h3::before{
	position: absolute;
	left: -1.2em;
	font-family: "Font Awesome 5 Free";
	font-size: 1.4em;
	font-weight: 900;
	text-decoration: none !important;
}

#contents a dl dt{
	text-decoration: underline;
}
#contents a:hover dl dt{
	color: #E23035;
	text-decoration: none;
}
#contents a dl dd{
	margin-top: 5px;
	color: #303030;
	text-decoration: none;
}
#contents a:hover figure img,
#contents a:hover dl dd,
#contents a:hover ul li{
	opacity: 0.6;
	text-decoration: none;
}
#contents ul li a:hover span{
	text-decoration: none;
}

#contents #banner li a span::before,
#contents #monthly ul li a::before,
#contents ul li a span::before,
#contents a dl dt::before{
	margin-right: 3px;
	font-family: "Font Awesome 5 Free";
	content: '\f192';
	font-weight: 900;
	text-decoration: none !important;
}

/* ---------------------------------------------------------
	リードタイトル・お知らせ
--------------------------------------------------------- */
#lead{
	width: 100%;
	background-image: url(../images/title_bg.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: repeat-x;
}
#lead #lead_inner{
	width: 960px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
#lead #title{
	width: 550px;
	margin-top: 30px; 
}
#title h2{
	margin-bottom: 30px;
	font-size: 36px;
	font-size: 36rem;
	line-height: 1.5;
	text-align: center;
	font-weight: bolder;
	text-shadow:
		white 2px 0px,  white -2px 0px,
		white 0px -2px, white 0px 2px,
		white 2px 2px , white -2px 2px,
		white 2px -2px, white -2px -2px,
		white 1px 2px,  white -1px 2px,
		white 1px -2px, white -1px -2px,
		white 2px 1px,  white -2px 1px,
		white 2px -1px, white -2px -1px;
}
#title p{
	padding: 10px 20px;
	font-size: 19px;
	font-size: 19rem;
	font-weight: bold;
	line-height: 1.8;
	color: #000;
	background: rgba(255,255,255,0.8);
	border-radius: 10px;
}

#lead #info{
	width: 370px;
	padding: 20px;
	background: rgba(255,255,255,0.8);
}
#info h3{
	margin-bottom: 10px;
}
#info h3::before{
	content: '\f05a';
}
#info dl{
	margin-bottom: 10px;
}
#info dl:last-of-type{
	margin-bottom: 0;
}
#info dl dt{
	font-size: 16px;
	font-size: 16rem;
	font-weight: bolder;
}
#mountain #info dl dt{
	color: #AC452B;
	border-bottom: 1px dotted #AC452B;
}
#kokunai #info dl dt{
	color: #6BA564;
	border-bottom: 1px dotted #6BA564;
}
#oversea #info dl dt{
	color: #DFA32A;
	border-bottom: 1px dotted #DFA32A;
}
#info dl dt span{
	display: block;
	font-size: 12px;
	font-size: 12rem;
	font-weight: initial;
	color: initial;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}

/* ---------------------------------------------------------
	バナー
--------------------------------------------------------- */
#contents ul#banner{
	margin-top: 30px;
}
ul#banner li{
	width: 32%;
}
ul#banner li a span{
	display: inline-block;
	margin: 5px 0 0 1.2em;
	text-indent: -1.2em;
	text-decoration: underline;
	font-weight: bolder;
}
ul#banner li#paperad a{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #0051A3;
	border-radius: 5px;
	-ms-flex-item-align: flex-start;
	-webkit-flex-item-align: flex-start;
	align-self: flex-start;
}
ul#banner li#paperad a dl dt::before{
	content: none;
}
ul#banner li#paperad a dl dt{
	width: 100%;
	font-size: 21px;
	font-size: 21rem;
	font-weight: bolder;
	text-align: center;
	color: #0051A3;
	text-decoration: none;
	border-bottom: 2px solid #0051A3;
}
ul#banner li#paperad a dl dd{
	margin-top: 10px;
}
ul#banner li#paperad a dl dd figure{
	width: 50px;
}
ul#banner li#paperad a dl dd span{
	width: calc(100% - 55px);
	margin: 0;
	text-indent: 0;
	text-decoration: none;
	font-weight: normal;
}
ul#banner li#paperad a dl dd span::before{
	content: none;
}
ul#banner li a:hover span,
ul#banner li#paperad a:hover dl dt{
	color: #E23035;
	text-decoration: none;
}
ul#banner li#paperad a:hover dl dd span{
	color: #303030;
}

/* ---------------------------------------------------------
	マップ・催行表
--------------------------------------------------------- */
#contents #colmn{
	margin-top: 30px;
}
#colmn #map{
	width: 72%;
}
#map h3::before{
	content: '\f5a0';
}
#map #map_inner{
	width: 100%;
	height: 300px;
	background: #CCC;
}
#colmn #monthly{
	width: 25%;
}
#monthly h3::before{
	content: '\f073';
}
#monthly ul li{
	margin-bottom: 10px;
	padding: 0 0 0px 25px;
	font-size: 16px;
	font-size: 16rem;
	border-bottom: 1px dotted #AC452B;
}
#monthly ul li:first-of-type{
	margin-top: 0;
}
#contents #thema{
	width: 25%;
}
#thema h3::before{
	content: '\f277';
}
#thema ul li{
	margin-top: 10px;
}
#thema ul li figure{
	height: 80px;
}
#thema ul li:first-of-type{
	margin-top: 0;
}
#thema ul li a{
	display: block;
}
#thema ul li a span{
	display: inline-block;
	margin: 0 0 0 1.2em;
	text-indent: -1.2em;
	text-decoration: underline;
	font-weight: bolder;
}

/* ---------------------------------------------------------
	おすすめツアー
--------------------------------------------------------- */
#contents #recommend{
	margin-top: 30px;
}
#recommend h3::before{
	content: '\f277';
}
#recommend a.tour_outline{
	width: 48%;
	margin-top: 0;
	text-decoration: none;
	-ms-flex-item-align: flex-start;
	-webkit-flex-item-align: flex-start;
	align-self: flex-start;
}
#recommend a.tour_outline:nth-of-type(n+3){
	margin-top: 30px;
}
a.tour_outline figure{
	width: 180px;
}
a.tour_outline .tour_outline_inner{
	width: calc(100% - 190px);
}
a.tour_outline .tour_outline_inner.no_figure{
	width: 100%;
}
.tour_outline_inner dl dt{
	font-size: 16px;
	font-size: 16rem;
	font-weight: bolder;
}
.tour_outline_inner ul li{
	display: inline-block;
	margin-right: 3px;
	padding: 1px 4px;
	font-size: 12px;
	font-size: 12rem;
	color: #FFF;
	border-radius: 3px;
}
.tour_outline_inner ul li.day{
	background: #FF9900;
}
.tour_outline_inner ul li.cat{
	background: #2F77FD;
}
.tour_outline_inner ul li.cls{
	background: #2AAD39;
}
.tour_outline_inner ul li.cty{
	background: #2AAD39;
}
.tour_outline_inner ul li:last-of-type{
	margin-right: 0;
}
.tour_outline_inner dl{
	margin-top: 5px;
}
.tour_outline_inner dl dt{
	margin-left: 1.2em;
	text-indent: -1.2em;
	font-size: 16px;
	font-size: 16rem;
	font-weight: bold;
}
.tour_outline ul.price{
	width: 100%;
	margin-top: 10px;
	padding-bottom: 5px;
	border-top: 1px dotted #AC452B;
	border-bottom: 1px dotted #AC452B;
}
ul.price li{
	margin: 5px 0 0 1.5em;
	padding-bottom: 5px;
	list-style: disc outside;
	color: #303030;
	border-bottom: 1px dotted #AC452B;
}
ul.price li:last-of-type{
	border-bottom: none;
}
ul.price li span{
	/*
	font-size: 16px;
	font-size: 16rem;
	*/
	font-weight: bolder;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #F00;
}
ul.price li em{
	display: inline-block;
	margin-left: 10px;
	padding: 3px;
	line-height: 1.0;
	font-size: 10px;
	font-size: 10rem;
	font-weight: bolder;
	border: 1px solid #F00;
	border-radius: 3px;
}
ul.price li em.majika{
	color: #F00;
	background: #FF0;
}
ul.price li em.ketsu{
	color: #FF0;
	background: #F00;
}

/* ---------------------------------------------------------
	人気ツアー
--------------------------------------------------------- */
#popular{
	margin-top: 30px;
}
#popular h3::before{
	content: '\f277';
}
#popular ul{
	-webkit-box-pack: flex-start;
	-moz-box-pack: flex-start;
	-webkit-flex-pack: flex-start;
	-moz-flex-pack: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
}
#popular ul li{
	width: 23%;
	margin: 0 2.6% 0 0;
}
#popular ul li:nth-of-type(4n){
	margin-right: 0;
}
#popular ul li:nth-of-type(n+5){
	margin-top: 20px;
}
#popular ul li a{
	display: block;
}
#popular ul li a span{
	display: inline-block;
	margin: 5px 0 0 1.2em;
	text-indent: -1.2em;
	text-decoration: underline;
	font-weight: bolder;
}

/* ---------------------------------------------------------
	レスポンシブ
--------------------------------------------------------- */
@media screen and (max-width: 959px){
	#lead #lead_inner{
		width: 100%;
		padding: 0 10px 30px;
	}
	#lead #title{
		width: 60%;
	}
	#title h2{
		font-size: 28px;
		font-size: 28rem;
	}
	#lead h3,
	#contents h3,
	#title p{
		font-size: 18px;
		font-size: 18rem;
	}
	#lead #info{
		width: 37%;
	}
	ul#banner li{
		width: 30%;
	}
	ul#banner li#paperad{
		width: 35%;
	}
	ul#banner li#paperad a{
		width: 100%;
	}
	ul#banner a figure,
	ul#banner a dl{
		width: 100%;
	}
	ul#banner li#paperad a dl dd span{
		width: calc(100% - 55px);
	}
	#colmn #map{
		max-width: calc(100% - 240px);
	}
	#colmn #monthly,
	#colmn #thema{
		min-width: 210px;
	}
	#recommend a.tour_outline{
		width: 48%;
	}
	a.tour_outline figure{
		width: 35%;
	}
	a.tour_outline .tour_outline_inner{
		width: calc(98% - 35%);
	}
	#popular ul li,
	#popular ul li:nth-of-type(4n){
		width: 31%;
		margin: 0 3.5% 0 0;
	}
	#popular ul li:nth-of-type(3n){
		margin-right: 0;
	}
	#popular ul li:nth-of-type(n+4){
		margin-top: 20px;
	}
}
@media screen and (max-width: 599px){
	#lead{
		background-size: 100vw;
	}
	#lead #lead_inner{
		padding-bottom: 0;
	}
	#lead_inner #title h2{
		margin-bottom: 50px;
		font-size: 28px;
		font-size: 28rem;
		text-align: center;
	}
	#lead_inner #title p{
		padding-bottom: 0;
		font-size: 18px;
		font-size: 18rem;
		background: #FFF;
		border-radius: 0;
	}
	#lead #title{
		width: 100%;
	}
	#lead #info{
		width: 100%;
		margin-top: 20px;
		border: 1px solid #C47C6A;
	}
	ul#banner li{
		width: 48%;
	}
	ul#banner li:nth-of-type(3){
		margin-top: 20px;
		width: 100% !important;
	}
	#colmn #map,
	#colmn #monthly,
	#colmn #thema{
		width: 100%;
		max-width: 100%;
	}
	#colmn #monthly,
	#colmn #thema{
		margin-top: 30px;
	}
	#colmn #monthly ul{
		margin-top: 0;
	}
	#colmn #monthly ul li{
		display: inline-block;
		margin-right: 20px;
		padding: 0 5px;
	}
	#colmn #monthly ul li:nth-of-type(2n){
		margin-right: 0;
	}
	#colmn #thema ul{
		-js-display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-flex-pack: justify;
		-moz-flex-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-content: flex-start;
		-ms-align-content: flex-start;
		align-content: flex-start;
	}
	#colmn #thema ul li{
		width: calc(calc(100% - 20px) / 2);
		margin-right: 20px;
	}
	#colmn #thema ul li a figure{
		height: 100px;
	}
	#colmn #thema ul li:nth-of-type(2){
		margin-top: 0;
	}
	#colmn #thema ul li:nth-of-type(2n){
		margin-right: 0;
	}
	#recommend a.tour_outline{
		width: 100%;
	}
	#recommend a.tour_outline:nth-of-type(n+2){
		margin-top: 30px;
	}
	#popular ul li,
	#popular ul li:nth-of-type(4n){
		width: 31%;
		margin: 0 3.5% 0 0;
	}
	#popular ul li:nth-of-type(3n){
		margin-right: 0;
	}
	#popular ul li:nth-of-type(n+4){
		margin-top: 20px;
	}
}
@media screen and (max-width:479px){
	#lead h3,
	#contents h3{
		font-size: 18px;
		font-size: 18rem;
	}
	#lead_inner #title h2{
		margin-bottom: 0;
		text-align: center;
	}
	#lead_inner #title p{
		margin-top: 30px;
		padding: 0;
		background: none;
		font-size: 16px;
		font-size: 16rem;
	}
	#lead #info{
		padding: 15px;
	}
	ul#banner li{
		width: 100%;
	}
	ul#banner li:nth-of-type(2){
		margin-top: 20px;
	}
	a.tour_outline figure{
		width: 100%;
		height: calc(calc(100vw - 20px) / 1.6);
	}
	a.tour_outline .tour_outline_inner{
		width: 100%;
		margin-top: 5px;
	}
	#popular ul li a span{
		font-size: 12px;
		font-size: 12rem;
	}
	#popular ul li,
	#popular ul li:nth-of-type(4n),
	#popular ul li:nth-of-type(3n){
		margin: initial;
		width: 47.5%;
		margin: 0 5% 0 0;
	}
	#popular ul li:nth-of-type(2n){
		margin-right: 0;
	}
	#popular ul li:nth-of-type(n+3){
		margin-top: 20px;
	}
}
@media screen and (max-width:374px){
	#lead{
		background-size: 120vw;
	}
	#lead_inner #title h2{
		font-size: 24px;
		font-size: 24rem;
	}
}
