@charset "utf-8";

/* 基本設定 */
article {
	font-size: 14px;
	color: #333 !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}



/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}

#js-gallery a,#js-gallery2 a {
	position: static!important;
	left: 180px !important; }


/* 共通 */

a:hover {
	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition-property: all;
  transition: 0.3s linear;
}

a img:hover{
	background-color: #FFF;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition-property: all;
	transition: 0.3s linear;
}


    
.btn.focus, .btn:focus, .btn:hover {
	color: #fff;
}

#newsflash-campaign{
	display: none;
}

.sticky-top {
	z-index: 20!important;
}

/* トリミングしたいサイズで枠を作る */
.thumb {
	width: 35%;
	padding-top: 35%;
  position: relative;
  overflow: hidden;
  float: left;
}




/* 横幅に合わせてトリミング */
.thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}



/* モーダル */

.modal-open {
	padding-right:0px !important;
}


.modal-header{
	background:#FAFAFA;
	border-radius:0;
	min-height:35px;
	padding:0;
	padding: 10px;
}

.modal-header .close{
	color:#333;
	font-size:30px;
	padding:0;
	opacity:1.0;
	position: absolute;
	top:23px;
	right:25px;
}


.modal-title{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:100%;
	max-width: 95%;
}

.modal .loc-title-zone{
	margin-bottom:10px;
}

.modal .areaconts{
	width:100%;
}

.modal .main-single,
.modal .box-d3{
	margin-bottom:0;
}

.modal-footer{
	display:block;
	border-top:none;
	text-align:center !important;
	position: sticky;
	position: -webkit-sticky;
	bottom: 0;
	width: 99.5%;
	background: rgba(255,255,255,0.8);
	z-index:10;
}

.modal-footer button{
	width:100%;
	background:#333 !important;
	border:none;
}


.modal-footer button:hover,
.modal-footer button:focus,
.modal-footer button:active{
	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition-property: all;
  transition: 0.3s linear;
} 


.modal-content {
	border-radius: 0 !important;
}

.modal-footer .btn.focus, .modal-footer .btn:focus, .modal-footer .btn:hover {
	color: #fff;
}

/* メインビジュアル */


#main-img .title-main img 
{margin: 0 auto; 	width: 100%;} 


@media (min-width: 768px){
	#main-img {  position: relative; max-height: 550px; } 
	#main-img .title-main {  position: absolute; top: 50%; left: 50%; height: 100%;transform: translate(-50%, -50%);} 
	#main-img .title-main img {margin: 0 auto;height: 100%;width: auto;} 
	#main-img .bg-main { margin: 0 auto; width: 100%;max-height: 550px;object-fit: cover;}
}

@media (min-width: 1366px){
	#main-img .bg-main {
		max-width:1366px;
		width: auto;
	}
}
.tour-type-wrap h5 {
	text-align: center;
	font-weight: bold;
	color: #660000;
	margin-bottom: 15px;
}
.tour-type-wrap {
	border-bottom: 1px dashed #660000;
	margin-bottom: 30px;
}
.tour-type-wrap:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.tour-type-tum{
	float: left;
}
.tour-type-body p {
	padding-left:100px;
	font-size: 14px;
	padding-bottom: 30px;
}
.copy {
	width: 100%;
}
.copy h2 {
	text-align: center;
	font-size: 24px;
	margin: 60px 0;
	color: #045c34;
}
.copy h2:after {
	content: '';
	width: 100%;
	height: 46px;
	display: block;
	background: url(/activity/gifu/shirakawago/img/copy-bg.png) no-repeat 50% 100%; 
}
@media screen and (max-width: 767px) {
	.copy h2 {
		text-align: center;
		font-size: 18px;
		margin: 20px 0;
	}
}

.reason-wrap h5 {
	text-align: center;
	font-weight: bold;
	color: #660000;
	margin-bottom: 15px;
}
.reason-wrap {
	border-bottom: 1px dashed #660000;
	margin-bottom: 30px;
	clear: both;
	padding-bottom: 30px;

}
.reason-wrap:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.reason-tum{
	float: left;

}
.reason-body p {
	padding-left: 175px;
	font-size: 14px;
	padding-bottom: 30px;
	min-height: 160px;
}


/* 予約カセット */
#pickup {
	margin-bottom: 60px;
	text-align: center;
	clear: both;
}

#pickup h2 {
	font-size: 30px;
	margin: 30px auto;
}

#pickup .title-wrap img{
	margin: 0 auto;
}

#pickup .title-wrap {
	margin:0 auto 50px auto;
	position: relative;
}
#pickup .itembox02 h3 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 5px;
}
#pickup .itembox02 h3 a{
	color: #000;
}
#pickup .itembox02{
	border:1px solid #ccc;
	margin-bottom:20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#fff;
	overflow:hidden;
	padding: 15px;
}
#pickup .itembox02 img {
	width: 100%;
}
#pickup .itembox02 .itembox-body{
	padding:10px;
	text-align: left;
}
#pickup .itembox02 .itembox-book{
	padding: 0 10px 10px 10px;
	text-align: left;
}
#pickup .itembox02 .example-txt {
	font-size: 14px;
	padding-right: 3px;
	color: #000;
	margin: 5px 0;
}


.num {
	font-size: 16px;
	font-weight: bold;
	color:#f53c7f;

	display: inline;
}
.yen{
	font-size: 12px;
	font-weight: bold;
	color: #f53c7f;
	display: inline;
	padding-right: 3px;
}


@media(max-width: 767px) {
/* タブレット以下 */
	.num{
		font-size:18px;
	}
}

.price-text-wrap {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
}

#top .price-text-wrap {
	display: inline;
	margin-right: 10px;
	white-space: nowrap;
}
#top .price-text-wrap:lastlastchild {
	margin-right: 0px;
}


@media (max-width: 767px) {
	.num {
		font-size: 16px;
	}
	li.plan-id {
		margin-bottom: 5px;
		float: none!important;
		display: table;
	}
	.modal-body .plan-id {
		margin-bottom: 0px;
	}
}


.spots a {
 color: #333;
}
footer {
	clear: both;
}

.tag {
	padding: 2px 5px;
	color: #333;
	background: #dedfe0;
	border: none;
	border-radius: 2px;
	font-size:10px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.tag:hover {
	color: #333;
}

.data-wrap {color: #333;
	display: inline-block;
	font-size: 12px;
}
.data-wrap li{
	float: left;
	margin-right: 10px;
}
.data-wrap li:last-child{
	margin-right: 0px;
}
.data-wrap li.times {
	background: url(../img/ico-times.png) no-repeat;
	padding-left: 17px;
	background-position: top left;
}
.data-wrap li.spots {
	background: url(../img/ico-spots.png) no-repeat;
	padding-left: 17px;
	background-position: top left;
}
.tag-wrap {
	clear: both;
}


i {
	font-style:normal;
  font-size: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.wrap {
  width: 80px;
  margin: 0 auto;
}
a.btn-main {
	background: #f53d7e;
	border-color: #f53d7e;
	font-weight: bold;
	color: #fff!important;
	margin: 0 auto;
	padding: 10px 10px;
	width: 100%;
	display: block;
}

a.btn-main:after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 15px;
	color: #fff!important;
}

/*追記*/
.itembox-book .btn{
	background: #f53d7e;
    border-radius: .25rem;
}


.btn-detail {
	color: #fff;
	padding: 8px;
	margin: 0 auto;
	position: relative;
	width: 60%;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background: #f30069;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition-property: all;
	transition: 0.3s linear;
	margin-top: 15px;
	clear: both;
}
.btn-detail:after {
	content: "\f720";
	font-family: 'willer_iconsregular';
	position: absolute;
	top: 50%;
	line-height: 1;
	font-size: 16px;
	color: #fff;
	right: 15px;
	margin-top: -8px;
}


@media (max-width: 767px) {
	.btn-detail {
		margin-bottom: 30px;
	}
}

/* メリットエリア */
#merit {
	margin-bottom: 60px;
	clear: both;
}
#merit .itembox02 img {
	width: 100%;
}
#merit .itembox02 h3 {
	color: #803330;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 5px;
}
#merit .itembox02 .example-txt {
	font-size: 14px;
	padding-right: 3px;
	color: #000;
	margin: 5px 0;
}



@media(max-width: 767px) {
/* タブレット以下 */
	#merit .itembox02 {
		margin-bottom: 15px;
	}
	#merit .itembox02 img{
		width:39%;
		float:left;
		margin-right: 0px;
	}
	#merit .itembox02 .itembox-body{
		margin-left:41%;
		padding:6px 0px 5px 0px;
	}
	#merit .itembox02 .itembox-book{
		margin-left:41%;
		padding:6px 0px 5px 0px;
	}
	#merit .itembox02 h3{
		font-size:14px;
		margin-top:0;
	}
}