@charset "utf-8";
/* CSS Document */

/*リンク無効*/
a.a_none{pointer-events: none;}

/*PCでは改行しない*/
.br_sp{display: none;}

/*スマホでは改行する*/
@media screen and (max-width: 767px) {
    .br_sp{display: block;}
	.plan_box{margin: 0 10px;}
}

/*------------------nav------------------*/
.hitori_nav {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #bdbdbd;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 10px 0;
}
.hitori_nav>li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    width: 100%;
}
.hitori_nav>li>a {
	position: relative;
	display: block;
	width: 100%;
	padding: 5px 0 10px;
	text-decoration: none;
	line-height: 1.3;
	text-align: center;
	transition: .3s;
}
.hitori_nav>li>a {color: #4E3127;padding: 57px 0 5px;}
.hitori_nav>li>a::before {
    position: absolute;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    background-position: center;
    background-size: contain;
    height: 50px;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
}
.hitori_nav>.onsen>a::before {
	background-image: url(/content/dam/jretravel/site/page/feature/hitoritabi/images/ic_1-1.png);
}
.hitori_nav>.business>a::before {
	background-image: url(/content/dam/jretravel/site/page/feature/hitoritabi/images/ic_2-1.png);
}
.hitori_nav>.sightseeing>a::before {
	background-image: url(/content/dam/jretravel/site/page/feature/hitoritabi/images/ic_3-1.png);
}
.hitori_nav>.search>a::before {
	background-image: url(/content/dam/jretravel/site/page/feature/hitoritabi/images/ic_4-1.png);
}
.hitori_nav>.osusume>a::before {
	background-image: url(/content/dam/jretravel/site/page/feature/hitoritabi/images/ic_5-1.png);
}

.hitori_nav>li>a:hover::before {transition: .3s;}
.hitori_nav>.onsen>a:hover::before,.hitori_nav>.onsen.active>a::before {
	background-image: url(/content/dam/jretravel/site/page/feature/hitoritabi/images/ic_1-2.png);
}
.hitori_nav>.business>a:hover::before,.hitori_nav>.business.active>a::before {
	background-image: url(/content/dam/jretravel/site/page/feature/hitoritabi/images/ic_2-2.png);
}
.hitori_nav>.sightseeing>a:hover::before,.hitori_nav>.sightseeing.active>a::before {
	background-image: url(/content/dam/jretravel/site/page/feature/hitoritabi/images/ic_3-2.png);
}
.hitori_nav>.search>a:hover::before,.hitori_nav>.search.active>a::before {
	background-image: url(/content/dam/jretravel/site/page/feature/hitoritabi/images/ic_4-2.png);
}
.hitori_nav>.osusume>a:hover::before,.hitori_nav>.osusume.active>a::before {
	background-image: url(/content/dam/jretravel/site/page/feature/hitoritabi/images/ic_5-2.png);
}


.hitori_nav>li>a:hover {
	transition: .3s;
	opacity: 1!important;
}
.hitori_nav>.onsen>a:hover {color: #4E3127;}
.hitori_nav>.business>a:hover {color: #4E3127;}
.hitori_nav>.sightseeing>a:hover {color: #4E3127;}
.hitori_nav>.search>a:hover {color: #4E3127;}
.hitori_nav>.osusume>a:hover {color: #4E3127;}

.hitori_nav>li>a::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 0;
	left: 0;
}
.hitori_nav>li>a:hover::after {height: 3px;transition: .3s;}
.hitori_nav>li.active>a::after {height: 3px;}

.hitori_nav>.onsen>a::after {background: #57a371;}
.hitori_nav>.business>a::after {background: #ffd869;}
.hitori_nav>.sightseeing>a::after {background: #ff6a48;}
.hitori_nav>.search>a::after {background: #4ac3c6;}
.hitori_nav>.osusume>a::after {background: #FF889F;}

@media screen and (max-width: 767px) {
.hitori_nav>li>a {
	font-size: 0.8em;
}
	.naviArea li:nth-child(1) {
    width: 49.9%;
}
	.naviArea li:nth-child(3) {
    width: 99.9%;
}
}
/*------------------navここまで------------------*/

/*------------------商品コンポネ------------------*/
.bg_white li{background-color: #fff;}
.readbox{
	border-top: dashed 1px #ccc;
	padding: 10px 0;
	font-size: 1.4rem;
}
.midashi{color: #57a371;font-weight: bold;}
.readbox .areaname{
	font-size: 1.5rem;
	font-weight: bold;
	color: #47C4C9;
}


/*------------------h2(見出し）------------------*/
.ttl_read{margin: 10px; text-align: center;}
.sec_h2 {
 	border-bottom: solid 3px #ffd869;
    position: relative;
    font-size: 2.5em;
    margin: 30px 30% 10px 30%;
    text-align: center;
    padding: 0 0 5px 0;
    color: #4d3126;
	font-weight: normal;
}

.sec_h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #4ac3c6;
  bottom: -3px;
  width: 30%;
}

@media screen and (max-width: 767px) {
	.bg_white li{margin-top: 1em;}
	.sec_h2 {
		font-size: 2.1em;
		margin: 20px 5% 0px 5%;
		padding: 0 0 5px 0;
}
	.ttl_read{
		margin: 10px;
		text-align: left;
}
}

/*------------------h3(観光情報）------------------*/
.spotttl {
	margin: 0 auto;
	padding: 10px 0;
	font-size: 20px;
	color:#4d3126;
	margin-top: 30px;
}
/*茶色点線見出し*/
.heading {margin: 10px 0;}
.spot_h3 .heading {
	color: #4d3126;
	text-align: center;
	overflow: hidden;
}
.spot_h3 .heading span {
	display: inline-block;
	position: relative;
}
.spot_h3 .heading span:before,
.spot_h3 .heading span:after {
	content: "";
    border-bottom: 3px #4d3126 dotted;
    width: 50px;
    margin: 0 5px;
    position: absolute;
    bottom: 13px;
}
.spot_h3 .heading span:before {
	right: 100%;
}
.spot_h3 .heading span:after {
	left: 100%;
}


/*------------------バナー------------------*/
.bnr_hitori .imageitem{text-align: left!important}

/*.bnr_ctr div.banner{
	text-align: center!important;
	margin: 0 auto!important;
	flex-direction: column;
}*/
.ml0_bnr .tyo_otherarea_banner {
    margin-left: 0!important;
}

/*バナー位置直し*/
.bnr_negative{margin-top: -30px;/*検索パネル対応0328*/}

@media screen and (max-width: 767px) {
	.bnr_negative{margin-top: 10px;/*検索パネル対応0328*/}
}

/*------------------温泉その他一覧ボタン------------------*/
.onsen_btn li{
	background-color: #fff;
    width: 24%;
    display: inline-block;
    text-align: center;
    border-radius: 7px;
    margin: 2px;
    border: #4d3126 solid 2px;
}
.onsen_btn li:hover {background-color: #EDE1D3;}
.onsen_btn li a:after {
	content: '';
    display: block;
    border-top: 2px solid #4d3126;
    border-right: 2px solid #4d3126;
    width: 10px;
    height: 10px;
    margin: -17px 0 10px 95%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
	}
.onsen_btn li a {
	display: block;
    color: #4d3126;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    font-size: 1.2em;
	opacity: 1!important;
	}

@media screen and (max-width: 767px){
	.onsen_btn{padding: 0 10px;}
	.onsen_btn li{width: 48%;}
}


/*------------------季節のおすすめ------------------*/
.recommend_box{
	padding: 0 10px 0px 10px;
}
.recommend_box img{
	width: 100%;
}
.recommend_box .name{
	font-size: 1.6rem;
	font-weight: bold;
	color: #4ac3c6;
	margin-top: 10px;
}
.cmn_contents .clm_osusume_area {
    margin: 1rem 0 1.5rem;
}

@media screen and (max-width: 767px){
	.recommend_ul{
		border-bottom: dashed 1px #ccc;
    	margin-bottom: 1em;
}
	.recommend_box{
		margin: 0 10px 0px 10px;
}
	.cmn_contents .clm_osusume_area>ul>li {
     border-bottom: none;
}
}

/*------------------観光地------------------*/
	.menu_box{margin: 0px;}
	.menu_box li{
		background-color: #57a371;
		width: 197px;
		display: inline-block;
		border-bottom: solid 1px #fff;
		text-align: center;
}
	.menu_box li:hover {background-color: #22773f;}
	.menu_box li a{
		font-size: 120%;
		font-weight: normal;
		color: #fff;
		display: block;
		text-decoration: none;
		padding: 17px 10px;
		text-align: center;
}
	.menu_box li a:after {
		content: '';
		display: block;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 10px;
		height: 10px;
		margin: -15px 0 0 100%;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-transform-origin: 0 0;
	}

/*おすすめスポット*/
.base_prod.bdr li {
		border: 1px solid #ccc;
		background-color: #fff;
	    padding: 10px;
}
.spot_txt{font-size: 1.4rem; line-height: 160%;}
.spot_access{
	background-color: #f5f5f5;
    padding: 10px;
    margin-top: 10px;
}

/*観光地のボタン*/
.spot_btn{
	background-color: #fff;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 7px;
    margin: 10px 0 5px 0;
	border: solid #4d3126 1px;
}
.spot_btn:hover {background-color: #ede1d3;}

.spot_btn a {
	display: block;
    color: #4d3126;
    text-decoration: none;
    padding: 10px;
    font-size: 1.1em;
	}
.spot_btn a:hover{opacity: 1!important;}
.spot_btn a:after {
	content: '';
    display: block;
    border-top: 2px solid #4d3126;
    border-right: 2px solid #4d3126;
    width: 10px;
    height: 10px;
    margin: -17px 0 10px 95%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
	}


.s_hotel_box {width: 100%;}
	.s_hotel_box li {
    	border: none!important;
}
	.s_hotel_box .img_box{
		display: inline-block;
		width: 45%;
		vertical-align: top;
}
	.s_hotel_box .details_box{
	    display: inline-block;
		width: 52%;
		vertical-align: top;
		padding-left: 10px;
}


@media screen and (max-width: 767px){
	.menu_box{margin: 0 10px;}

	.menu_box li{
		box-sizing: border-box;
		width: 49%;
		background-color: none;
		margin: 0;
	}
	.menu_box li:nth-child(3){
		width: 98.7%;
		border-bottom-right:1px solid #fff;}
	.base_prod.bdr li {width: 80%!important;}
	.base_prod {margin: 0 auto 5%;}
	.spot_btn{padding: 0 10px; width: 100%;}
	
	.s_hotel_boxall {max-width: 100%; overflow: hidden; box-sizing: border-box;}
	.s_hotel_box {width: 120%!important;}
	.s_hotel_box li {
    	border: none!important;
		margin-left: 10px;
}
	.s_hotel_box .img_box{
		display: inline-block;
		width: 45%;
		vertical-align: top;
}
	.s_hotel_box .details_box{
	    display: inline-block;
		width: 52%;
		vertical-align: top;
		padding-left: 10px;
}
	
}



/*------------------コラム------------------*/
.btn01_rt {
	width: auto;
    margin: 20px auto;
    text-align: center;
}
.btn01_rt a {
    background: #57a371;
    font-size: 1.1em;
    color: #fff;
    width: 100%;
    border-radius: 10px;
    /*line-height: 3;*/
    padding: 15px 60px 15px 32px!important;
    position: relative;
    text-decoration: none;
}
.btn01_rt a:hover{
	background-color: #22773f;
	opacity: 1;
}
.btn01_rt a::after {
    /*content: '';*/
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: rotate(45deg) translate(-35%,-40%);
    transform: rotate(45deg) translate(-35%,-40%);
}

/*記事を読むボタン*/
.bnr_box .clm_list_bnr a:hover{
	background-color: #22773f;
}
.column_btn .clm_list_txt{
	height: 0px;
	overflow: visible;
}
.column_bg{
	background-color: #faf3e1;
}
a.bg_green{
	background-color: #41b56a;
}



@media screen and (max-width: 767px){
	.btn_box{margin-top: 0px;}
	.btn01_rt a {padding: 15px 40px 15px 20px;}
	.btn01_rt, .btn01_btm {
		width: 85%;
		background: #029E9A;
		border-radius: 10px;
		position: relative;
		padding: 0;
		margin-top: -10px;
}}


