@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html{
	font-size: 10px;
}

body, h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,td,th{
	color: #000;
	font-size: 1.6rem;
	font-family: 'YakuHanJP', "Roboto", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
	font-weight: 400;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

/* 画像 */
img{
	vertical-align: middle;
	width: 100%;
	height: auto;
}

a{
	display: block;
	transition: 0.5s;
}

a img{
	border: none;
	transition: 0.5s;
}

a:hover img{
	filter:Alpha(opacity=50);
	opacity:0.5;
}

/* テキストリンク */
a:link, a:visited{
	color: #000;
	text-decoration: underline;
}

a:hover, a:active{
	text-decoration: none;
}


/* 標準設定 */
li{
	list-style: none;
}

.br_pc { display: block !important;}
.br_tab { display: none !important;}
.br_sp { display: none !important;}

@media screen and (max-width:1024px){
	.br_tab { display: block !important;}
}

@media screen and (max-width:767px){
	body, h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,td,th{ font-size: 14px;}
	.br_pc { display: none !important;}
	.br_tab { display: none !important;}
	.br_sp { display: block !important;}
}


/*---------------------
スクロールアニメーション
---------------------*/
.is_scrollanime{
	opacity: 0 !important;
	transition: all .8s ease !important;
}

.is_scrollanime.show {
	opacity: 1 !important;
	transform: none !important;
}

.is_rl{         transform: translate(-100px, 0) !important;}
.is_rr{         transform: translate(100px, 0) !important;}
.is_up{         transform: translate(0, 100px) !important;}
.is_down{       transform: translate(0, -100px) !important;}
.is_scaleUp{    transform: scale(.8) !important;}
.is_scaleDown{  transform: scale(1.5) !important;}
.is_rotateL{    transform: rotate(180deg) !important;}
.is_rotateR{    transform: rotate(-180deg) !important;}


/*---------------------
ヘッダー
---------------------*/
.l_header{
	background: url(../img/img_kv.jpg) no-repeat top center;
	background-size: 100% auto;
	background-attachment: fixed;
}

.l_header h1{
	max-width: 900px;
	width: 84%;
	margin: 0 auto;
	padding: 10% 0 14% 0;
}


/*---------------------
フッター
---------------------*/
.l_footer{
	padding: 40px 0;
}

.l_footer p.is_logo{
	max-width: 230px;
	width: 50%;
	margin: 0 auto;
}

.l_footer p.is_logo a:hover{
	opacity: 0.5
}

.l_footer p.is_copy{
	font-size: 75%;
	text-align: center;
	padding-top: 20px;
}


/*---------------------
ページトップへ戻る
---------------------*/
#is_pagetop{
	position: fixed;
	right: 4%;
}

#is_pagetop a{
	border: #fff 0.2rem solid;
	border-radius: 50%;
	background: #bd8f20;
	width: 40px;
	height: 40px;
	padding: 10px;
	display: block;
}

#is_pagetop a .arrow{
	border: 0.5rem solid #bd8f20;
	border-left-color: #fff;
	border-top-color: #fff;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 26px;
	left: 20px;
	transform: rotate(45deg);
}

#is_pagetop a:hover{
	opacity: 0.5;
}

@media screen and (max-width:767px){
	#is_pagetop a{
		width: 20px;
		height: 20px;
	}
	
	#is_pagetop a .arrow{
		width: 10px;
		height: 10px;
		top: 17px;
		left: 13px;
	}
}


/*---------------------
外枠
---------------------*/
.l_main{
	display: block;
	overflow: hidden;
}

.md_cont{
	max-width: 1200px;
	width: 84%;
	margin: 0 auto;
	padding: 6% 0;
}


@media screen and (max-width:767px){

}


/*---------------------
タイトル
---------------------*/
h4.is_h4{
	color: #926e16;
	font-size: 125%;
	text-align: center;
	border-bottom: #be9022 2px solid;
	margin: 0 auto 40px auto;
	padding: 12px 16px;
	width: 240px;
	position: relative;
}

h4.is_h4::after{
	content: "";
	position: absolute;
	top: calc(100% + 5px);
	left: calc( 50% - 13px );
	width: 30px;
	height: 2px;
	box-sizing: border-box;
	background-color: #be9022;
	box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
	rotate: -73deg;
	translate: -25% 0;
}

@media screen and (max-width:767px){

}


/*---------------------
キャッチコピー
---------------------*/
.l_catch h2{
	font-family: 'YakuHanMP', "Zen Old Mincho", serif;
	font-size: 250%;
	text-align: center;
	padding: 6% 0 0 0;
}

.l_catch h2 + p{
	font-family: 'YakuHanMP', "Zen Old Mincho", serif;
	font-size: 150%;
	text-align: center;
	padding-top: 20px;
}

@media screen and (max-width:767px){
	.l_catch h2{
		font-size: 175%;
	}
	
	.l_catch h2 + p{
		font-size: 112%;
	}
	
}


/*---------------------
タブ
---------------------*/
.l_tab{
	border-bottom: #bd8f20 4px solid;
	padding: 40px 2% 0 2%;
}

.l_tab ul{
	display: flex;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.l_tab ul li{
	color: #fff;
	text-align: center;
	font-family: 'YakuHanMP', "Zen Old Mincho", serif;
	font-size: 125%;
    border-radius: 10px 10px 0 0;
	background: #bd8f20;
	width: 42%;
	padding: 10px 4%;
}

@media screen and (max-width:767px){
	.l_tab ul li{
		font-size: 100%;
	}
	
	.l_tab ul li br{
		display: none;
	}
}


/*---------------------
ツアータイトル
---------------------*/
.l_tour h3{
	font-family: 'YakuHanMP', "Zen Old Mincho", serif;
	font-size: 200%;
	background: url(../img/bg_title.png) no-repeat top left;
	background-size: 200px auto;
	padding: 8% 0 4% 0;
}

.l_tour .md_info{
	padding: 0 0 6% 0;
	display: flex;
	justify-content: space-between;
}

.l_tour .md_info li{
	font-size: 86%;
	text-align: right;
	width: 48%;
}

.l_tour .md_info li img{
	padding-bottom: 5px;
}

.l_tour .md_point{
	display: flex;
	justify-content: center;
}

.l_tour .md_point li{
	width: 29%;
	padding: 2%;
}

.l_tour .md_point li:nth-child(2){
	border-left: #b3b3b3 1px solid;
	border-right: #b3b3b3 1px solid;
}

.l_tour .md_point li p{
	font-family: 'YakuHanMP', "Zen Old Mincho", serif;
}

.l_tour .md_point li .is_titpoint{
	font-size: 125%;
	font-weight: 500;
	text-align: center;
	padding: 0 0 20px 0;
}

.l_video{
	max-width: 420px;
	width: 100%;
	margin: 20px auto 0 auto;
}

.md_video{
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width:767px){
	.l_tour h3{
		font-size: 150%;
	}
	
	.l_tour .md_point{
		flex-wrap: wrap;
	}
	
	.l_tour .md_point li{
		width: 100%;
		padding: 0;
	}
	
	.l_tour .md_point li:nth-child(2){
		border-left: none;
		border-right: none;
		border-top: #b3b3b3 1px solid;
		border-bottom: #b3b3b3 1px solid;
		margin: 20px 0;
		padding: 20px 0;
	}
	
	.l_tour .md_point li .is_titpoint{
		padding: 0 0 10px 0;
	}

}


/*---------------------
ツアー内容
---------------------*/
.l_tournaiyo{
	background: rgba( 189, 143, 32, 0.1);
}

.l_tournaiyo .md_days li{
	border-radius: 10px;
	background: rgba( 0, 0, 0, 0.05);
	margin: 0 0 20px 0;
	padding: 20px;
}

.l_tournaiyo .md_days li:last-child{
	margin-bottom: 40px;
}

.l_tournaiyo .md_days li dl{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.l_tournaiyo .md_days li dl dt{
	font-weight: 500;
	text-align: center;
	width: 100px;
}

.l_tournaiyo .md_days li dl dd{
	border-left: #b3b3b3 1px solid;
	width: calc( 96% - 101px );
	margin: 0 0 0 2%;
	padding: 0 0 0 2%;
}

.l_tournaiyo .md_days li dl dd p{
	color: #926e16;
	font-weight: 500;
}

.l_tournaiyo .md_days li dl dd p strong{
	font-size: 150%;
}

.l_tournaiyo .md_days li dl dd .is_present{
	color: #fff;
	background: #926e16;
	margin-top: 10px;
	padding: 5px 10px;
}

.l_tournaiyo .md_schedule > li{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}

.l_tournaiyo .md_schedule > li .is_time{
	max-width: 5em;
	  margin-right: 1em;
	  margin-top: 28px;
	  display: inline-flex;
	  justify-content: flex-end;
	  flex-basis: 5em;
}

.l_tournaiyo .md_schedule .is_area{
	border-left:#b3b3b3 1px solid;
	width: 100%;
	padding: 10px;
	display: block;
}

.l_tournaiyo .md_schedule .is_box{
	min-height: 1em;
	position: relative;
}

.l_tournaiyo .md_schedule .is_box::before{
	content: "";
	position: absolute;
	left: -20px;
	top: 20px;
	background: #926e16;
	width: 20px;
	height: 20px;
	border-radius: 10px;
}

.l_tournaiyo .md_schedule .is_balloon{
	position: relative;
	display: inline-block;
	margin-left: 20px;
	padding: 20px 20px;
	background: rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	border-radius: 10px;
	width: calc( 100% - 12px );
}

.l_tournaiyo .md_schedule .is_balloon:before{
	content: "";
	position: absolute;
	top: 30px;
	left: -26px;
	margin-top: -11px;
	border: 11px solid transparent;
	border-right: rgba(0, 0, 0, 0.05) 15px solid;
	z-index: 2;
}

.l_tournaiyo .md_schedule .is_titschedule{
	color: #926e16;
	font-size: 132%;
	font-weight: 700;
}

.l_tournaiyo .md_schedule .is_schedule{
	padding: 5px 0 0 0;
}

.l_tournaiyo .md_schedule .is_schedule2{
	padding: 20px 0 0 0;
}

.l_tournaiyo .md_schedule li .md_spot{
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
}

.l_tournaiyo .md_schedule li .md_spot li{
	width: 32%;
	padding-right: 2%;
}

.l_tournaiyo .md_schedule li .md_spot li:last-child{
	padding-right: 0;
}

.l_tournaiyo .is_kome{
	font-size: 75%;
	text-align: right;
	padding: 40px 0 0 0;
}

@media screen and (max-width:767px){
	.l_tournaiyo .md_days li dl dt{
		text-align: left;
		width: 100%;
		padding: 0 0 10px 0;
	}
	
	.l_tournaiyo .md_days li dl dd{
		border-top: #b3b3b3 1px solid;
		border-left: none;
		width: 100%;
		margin: 0;
		padding: 10px 0 0 0;
	}
	
	.l_tournaiyo .md_days li dl dd p strong{
		font-size: 112%;
	}
	
	.l_tournaiyo .md_schedule li .md_spot li{
		width: 100%;
		padding: 0 0 10px 0;
	}
	
	.l_tournaiyo .md_schedule .is_titschedule{
		font-size: 112%;
	}
	
	.l_tournaiyo .md_schedule .is_schedule{
		font-size: 86%;
	}
	
}


/*---------------------
注意事項・お問い合わせ
---------------------*/
.md_attention{
	border: #926e16 1px solid;
	margin-bottom: 20px;
	padding: 10px 20px;
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.md_attention div:nth-child(1){
	width: 20%;
}

.md_attention div:nth-child(2){
	border-left: #926e16 1px solid;
	width: 75%;
	margin-left: 2%;
	padding: 2% 0 2% 2%;
}

.md_attention div:nth-child(1) p{
	font-weight: 800;
	text-align: center;
}

.md_attention dt{
	font-size: 86%;
}

.md_attention dd{
	font-size: 86%;
	padding-bottom: 10px;
}

.md_attention dd:last-child{
	padding-bottom: 0;
}

.md_attention .is_disc{
	margin-left: 20px;
}

.md_attention .is_disc li{
	list-style: disc;
	font-size: 86%;
}

.l_attention .is_btn{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 8% 0 10% 0;
}

.l_attention .md_telcontact div:nth-child(1){
	background: #926e16;
	padding: 10px;
}

.l_attention .md_telcontact div:nth-child(1) p{
	color: #fff;
	text-align: center;
}

.l_attention .md_telcontact div.is_telnote{
	border: #926e16 2px solid;
	background: #fff;
	padding: 10px;
}

.l_attention .md_telcontact div.is_telnote p{
	color: #926e16;
	font-weight: 700;
	text-align: center;
}

.l_attention .md_telcontact div.is_telnote p:nth-child(1){
	font-size: 300%;
	line-height: 1.2;
}

.md_telcontact div.is_telnote p{
	font-size: 100%;
}

.md_telcontact div.is_telnote p.is_red{
	color: #c90613;
}


@media screen and (max-width: 767px) {
	.md_attention{
		display: block;
		padding: 10px 4%;
	}
	
	.md_attention div:nth-child(1),
	.md_attention div:nth-child(2){
		width: 100%;
	}
	
	.md_attention div:nth-child(1){
		text-align: left;
		padding-bottom: 10px;
	}
	
	.md_attention div:nth-child(2){
		border-left: none;
		padding-left: 0;
		border-top: #926e16 1px solid;
		padding-top: 10px;
	}
	
	.l_attention .md_telcontact div.is_telnote p:nth-child(1) {
		font-size: 200%;
	}
}


/*---------------------
テキストリンク
---------------------*/
a.is_txtlink{
	color: #000;
	text-decoration: underline;
	word-break: break-all;
	padding: 0 0 0 20px;
	display: inline;
	position: relative;
}

a.is_txtlink::before{
	content: "";
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 8px;
	left: 4px;
	transform: rotate(45deg);
	box-sizing: border-box;
}

a.is_txtlink:hover{
	text-decoration: none;
}
