@charset "UTF-8";
/* ////////////////////////////////////////
PC,SP
//////////////////////////////////////// */
#contents{
	padding-bottom:50px;
}
#headerImg h2{
	padding:15px 30px 20px 30px;
}
.head-title{
	width:100%;
	position: relative;
}
.head-title-inner{
	position:absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	color:#fff;
	line-height: 1.5em;
	padding:10px;
}
.head-title-inner>*{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom:4vw;
	width:100%;
	height: 100%;
}
.shadow1{
	text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
}
.shadow2{
	text-shadow: 
    #224359 1px 1px 10px, #224359 -1px 1px 10px,
    #224359 1px -1px 10px, #224359 -1px -1px 10px;
}
.icon-box{
	position: absolute;
	top:50%;
	right:5%;
	margin-top:calc(-47.5px + -2%);
	display: table;
}
@media screen and (min-width:1900px){
	.icon-box{
		right:15%;
	}
}
.icon-box >*{
	display: table-cell;
	vertical-align: middle;
}
/*プルダウンボックス*/
#sightseeing .pulldown-box{
	position: relative;
}
#sightseeing .pulldown-box-inner{
	width:100%;
	position: absolute;
	top:0;
	left:0;
	padding:35px 15px;
	z-index: 3;
}
#sightseeing .pulldown-box .catch{
	max-width: 661px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}
#sightseeing .pulldown-wrap{
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
}
#sightseeing .pulldown-wrap dt{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #ef9aa4;
	text-align: center;
	width:30%;
	color:#2d2825;
	padding:5px;
}
#sightseeing .pulldown-title{
	color:#ef9aa4;
}
#sightseeing .select-area {
 	position: relative;
	cursor: pointer;
}
#sightseeing .select-label {
	background: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
	padding: 20px 30px 20px 20px;
	margin:0;
	cursor: pointer;
	line-height: 1.5em;
}
#sightseeing .select-label:after {
	position: absolute;
	content:'';
	background-image: url("../img/sightseeing/pulldown-arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	width:17px;
	height:11.5px;
	margin-top:-5.75px;
	right:20px;
	top:50%;
}
#sightseeing select {
	cursor: pointer;
	background: #fff;
	opacity: 0;
	position: absolute;
	top: 0;
	width:100%;
	height:100%;
	margin:0;
	color:#125cac;
}
/*CMSで追加*/
#sightseeing .pulldown-detail-wrap .select-label{
	border-top:1px solid #ef9aa4;
	border-right:1px solid #ef9aa4;
	border-bottom:1px solid #ef9aa4;
}
/*/CMSで追加*/
#sightseeing option {
	color:#125cac;
	cursor: pointer;
}
#sightseeing select:focus {
 	opacity: 1;
}
/*/プルダウンボックス*/
/*画像の比率保つ*/
#sightseeing .spot-list a{
	width:100%;
	color:#534741;
}
#sightseeing .spot-list .main-img-box{
	overflow: hidden;
}
#sightseeing .spot-list .main-img{
	transition: 0.3s;	
}
#sightseeing .spot-list a:hover .main-img{
	transform: scale(1.05);
}
#sightseeing .spot-list h4{
	line-height: 1.5em;
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:2px solid #ef9aa4;
}
#sightseeing .spot-list .text-box{
	padding:14px 14px 20px 14px;
}
#sightseeing .spot-list li{
	margin-top:25px;
	background-color: #fffbd4;
}
/*画像の比率保つ*/
#sightseeing .main-img-box{
	position: relative;
	width: 100%;
	background-color: #eeeeee;
}
#sightseeing .main-img-box:before {
	content: "";
	display: block;
	padding-top: 75%;
}
#sightseeing .main-img{
	position: absolute;
	margin:0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#sightseeing .main-img img{
	width:100%;
	height:100%;
}
/*/画像の比率保つ*/
#sightseeing .spot-list li .detail-btn{
	display: inline-block;
	background-color: #fff;
	border-radius:30px;
	padding:0 20px;
	transition: 0.3s;
}
#sightseeing .spot-list li:hover .detail-btn{
	color:#fff;
	background-color: #ef9aa4;
}
#sightseeing li .detail-btn span{
	display: inline-block;
	padding-left:17px;
	position: relative;
}
#sightseeing li .detail-btn span:before{
	position: absolute;
	content:'';
	background-image: url("../img/sightseeing/detail-arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	width:6px;
	height:10.5px;
	left:0;
	top:50%;
	margin-top:-5.25px;
}
#sightseeing li:hover .detail-btn span:before{
	background-image: url("../img/common/detail-arrow-w.png");
}
/* ------------------------------  
 鵜飼の流れ
------------------------------- */
#sightseeing .nagare{
	 display: flow-root;
	background-color: #fffbd4;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:20px;
	margin-top:35px;
	position: relative;
}
#sightseeing .nagare::before{
	content: "";
    position: absolute;
    left: 50%;   /* 縦軸をセンタリングする */ 
    bottom: -90px;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
	margin-left:-15px;
    border: 30px solid transparent;
    border-top: 33px solid #fffbd4; 
}
#sightseeing .nagare:last-of-type::before{
    border-top: none;
}
#sightseeing .nagare h4{
	line-height: 1.5em;
	font-size:1.75rem;
	/*font-family: A1 Mincho,"Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "Meiryo", sans-serif;*/
	/*Googleフォントに置き換え*/
	font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	position: relative;
	padding-bottom:40px;
	margin-bottom:0;
}
#sightseeing .nagare h4:after{
	position: absolute;
	content:'';
	bottom:25px;
	left:0;
	background-color: #534741;
	width:100%;
	height:1px;
}
#sightseeing .nagare:first-of-type{
	margin-top:0;
}
.nagare .thumbnail_box-img{
	background-color: #eeeeee;
}
/*もっと詳しく*/
#sightseeing h4.midashi-ukai{
	font-size:2.125rem;
	/*font-family: A1 Mincho,"Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "Meiryo", sans-serif;*/
	/*Googleフォントに置き換え*/
	font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
    line-height: 1.5em;
	text-align: center;
	padding-bottom:20px;
	color:#534741;
}
#sightseeing .ukai-detail{
	margin-top:50px;
	margin-bottom:40px;
	padding-top:30px;
	padding-bottom:40px;
	background-color: #fffbd4;
}
#sightseeing .ukai-detail-ul .ukai-detail-li{
	margin-top:10px;
}
#sightseeing .ukai-detail-ul .ukai-detail-li a{
	display: block;
	height:100%;
	background-color: #fff;
	border-radius:10px;
	box-shadow: 0 3px 0px #cdc5b9;
	border:1px solid #d8cec3;
	padding:20px;
	transition: 0.3s;
	color:#534741;
}
#sightseeing .ukai-detail-ul .ukai-detail-li p{
	margin-bottom: 0;
}
#sightseeing .ukai-detail-ul .ukai-detail-li a:hover{
	transform: translateY(3px);
	box-shadow:0 0 0 transparent;
}
#sightseeing .ukai-detail-ul .ukai-detail-li a .link-text{
	color: #125cac;text-decoration: underline;
}
#sightseeing .ukai-detail-ul .ukai-detail-li a:hover .link-text{
	color: #43aedd;text-decoration: none;
}
#sightseeing .ukai-detail-ul .ukai-detail-li a .link-text{
	position: relative;
	padding-left:18px;
}
#sightseeing .ukai-detail-ul .ukai-detail-li a .link-text:before{
	position: absolute;
	content:'';
	background-image:url("../img/common/link-icon.png");
	background-repeat: no-repeat;
	background-size: contain;
	width:7px;
	height:12px;
	top:50%;
	left:0;
	margin-top:-6px;
}
#sightseeing .ukai-detail-ul .ukai-detail-li a .gaiyou-text{
	padding-left:18px;
	display: inline-block;
}
/*おまかせパック：予約ボタン*/
#sightseeing .omakase-btn{
	margin-top:10px;
	margin-bottom:10px;
	max-width: 466px;
	margin-left:auto;
	margin-right:auto;
}
#sightseeing .omakase-btn a{
	text-decoration: none;
	text-align: center;
	display: block;
	border-radius:50px;
	padding:20px 10px;
	color:#fff;
	background-color: #FF2424;
	box-shadow: 0 4px 0px #C10000;
	font-weight: bold;
	background-image: url("../img/sightseeing/omakase-arrow.png");
	background-repeat: no-repeat;
	background-size: 15px 27px;
	background-position: center right 30px;
	transition: 0.3s;
}
#sightseeing .omakase-btn a:hover{
	transform: translateY(3px);
	box-shadow:0 0 0 transparent;
}
#sightseeing .table-omakase {
	margin-top:10px;
	margin-bottom:20px;
	background-color: #F7E8E8;
}
#sightseeing .table-omakase th{
	background-color: #EFD8D8;
}
/*////////////////////////////////////////
印刷時　PC・タブレットのみ
//////////////////////////////////////// */
@media screen and (min-width:768px) , print{
	#sightseeing .pulldown-wrap dt span{
		vertical-align: 5px;
	}	
	.spot-list{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		width:100%;
	}
	#sightseeing .spot-list li:nth-child(-n+3){/*最初から3番目まで*/
		margin-top:0;
	}
	#sightseeing .nagare .thumbnail_wrap {
		margin-left:0;
		margin-right:2%;
	}
	#sightseeing .nagare .honbun{
		float: left;
		width: 66%;
	}
	#sightseeing .ukai-detail-ul{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		width:100%;
	}
	#sightseeing .ukai-detail-ul .ukai-detail-li{
		width:49%;
		margin-right:2%;
		float: left;
	}
	#sightseeing .ukai-detail-ul .ukai-detail-li:nth-child(2n){
		margin-right:0;
	}
}
/* ////////////////////////////////////////
印刷時　PCのみ
//////////////////////////////////////// */
@media screen and (min-width:1100px) , print{
	.spot-list li{
		width:32%;
		margin-right:2%;
		float: left;
		display: flex;
	}
	.spot-list li:nth-child(3n){
		margin-right:0;
	}
}
/* ////////////////////////////////////////
タブレット・SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 1100px) {
	#headerImg h2{
		padding:15px 15px 10px 15px;
	}
	.head-title-inner>*{
		padding-bottom:6vw;
	}
}
/* ////////////////////////////////////////
タブレットのみ
//////////////////////////////////////// */
@media screen and (min-width: 767px) and (max-width: 1100px) {
	.spot-list li{
		width:48%;
		margin-right:2%;
		float: left;
		display: flex;
	}
	.spot-list li:nth-child(2n){
		margin-right:0;
	}
	#sightseeing .spot-list li:nth-child(3){/*3番目*/
		margin-top:25px;
	}
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px){
	#sightseeing .pulldown-box .catch{
		margin-bottom:20px;
	}
	#sightseeing .pulldown-box-inner{
		padding-top:5vw;
	}
	#sightseeing .pulldown-wrap dt{
		width:40%;
	}
	#sightseeing .select-label {
		line-height: 1.3em;
	}
	#sightseeing .select-label:after {
		right:10px;
	}
	#sightseeing .select-label {
		padding: 15px 30px 10px 20px;
	}
	#sightseeing .nagare h4{
		font-size:1.4375rem;
	}
	#sightseeing h4.midashi-ukai{
		font-size:1.75rem;
	}
	#sightseeing .spot-list li:first-child{
		margin-top:0;
	}/*
	#sightseeing .ukai-detail{
		background-size: 160px auto;
	}
	#sightseeing .ukai-detail:after{
		width:160px;
		height:87px;
	}*/
	/*おまかせパック：予約ボタン*/
	#sightseeing .omakase-btn a{
		padding:20px 15px 20px 10px;
	}
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
	#sightseeing .pulldown-box-inner{
		padding-top:11vw;
	}
}