@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------
	01. 既存コンポーネント　変更
---------------------------------------------------------*/
.area_box .circle_ttl{font-size:1.6rem}
.circle_img{width:100%}
.circle_img img{width:inherit;border-radius: 0;}

.bnr_txt{margin-bottom: 1.4em;}
.bnr_txt2{margin-bottom: 0em; /*2行になった場合こちら*/}
.long_bnr .textitem{font-size: 1.3rem;}


/*a img:hover {opacity: 0.8;}*/
a .fourcols_title img:hover {opacity: 1;}
.codeitem .listitem a img:hover {opacity: 1;}

/*---------------------------------------------------------
	02. 背景色
---------------------------------------------------------*/
.color_red01 {background-color: #fff5f2;}
.color_blue01 {background-color: #f2faff;}
.color_blue02 {background-color: #e6f3fc;}
.color_green01 {background-color: #f3fcf0;}
.color_yellow01 {background-color: #fffef2;}
.color_yellow02 {background-color: #fffcf2;}

/*.color_red01 .clm_osusume_area h4 {background-color: #f08c7d;}
.color_green01 .clm_osusume_area h4 {background-color: #86c985;}*/
.color_blue01 .clm_osusume_area h4 {background-color: #71b6eb;}
.color_blue02 .clm_osusume_area h4 {background-color: #4b9ede;}

/*---------------------------------------------------------
	03. ナビゲーション
---------------------------------------------------------*/
.nav_menu {
	display: -webkit-flex;
	display: flex;
}
.nav_menu li {
	background-color: #f7a445;
	border-right: 1px solid #fff;
	width: 17%;
}
.nav_menu li:nth-last-of-type(1) {
	border-right: none;
}
.nav_menu li a {
	display: block;
	color: #fff;
	padding: 12px 12px 30px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.nav_menu li a::after {
	position: absolute;
	content: "";
	display: block;
	bottom: 16px;
	right: 50%;
	margin-left: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.nav_menu li a:hover {
	background-color: #fcb769;
	opacity: 1;
}

/*---------------------------------------------------------
	04. タイトル
---------------------------------------------------------*/
.top .section.osusume_title h2 {
	position: relative;
	padding: 0 42px;
	color: #543e24;
	font-weight: bold;
}
.top .section.osusume_title h2:before,
.top .section.osusume_title h2:after {
  	content: "";
 	position: absolute;
  	top: 50%;
  	display: inline-block;
  	width: 30px;
  	height: 2px;
  	background-color: #584937;
}
.top .section.osusume_title h2:before {
	left: -5px;
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
}
.top .section.osusume_title h2:after {
	right: -5px;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.osusume_bnr_ttl h4 {
	border-bottom: 2px solid #429d41;
	padding: 6px 10px;color: #429d41;
}

.tx_lead {margin: 3px auto 18px;}

/*---------------------------------------------------------
	05. DP商品
---------------------------------------------------------*/
.codeitem .listitem li {background-color: #fff;}
.hotel_box{margin: 0;}

/*---------------------------------------------------------
	06. エリアから探す
---------------------------------------------------------*/
.area_box .list {
	margin-top: 0;
}
.cmn_contents.area_box {
	margin: auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.area_box .list ul {
	padding: 0px 8px;
}
.cmn_contents .clm_osusume_area>h4 {
	color: #fff;
	padding-left: 12px;
}
.cmn_contents .clm_osusume_area>h4::after {content: none;}

@media screen and (max-width:568px) {
	/*---------------------------------------------------------
		03. グロナビ
	---------------------------------------------------------*/
	.nav_menu {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.nav_menu li {
		width: 50%;
	}
	.nav_menu li:nth-of-type(2n) {border-right: none;}
	.nav_menu li:nth-of-type(n+3) {border-top: 1px solid #fff;}
	.nav_menu li a {
		padding: 8px;
		text-align: left;
	}
	.nav_menu li a::after {
		bottom: 50%;
		right: 6px;
		margin: 0 3px 0 0;
		width: 6px;
		height: 6px;
	}
	
	/*---------------------------------------------------------
		04. タイトル
	---------------------------------------------------------*/
	.top .section.osusume_title h2 {padding: 0 25px;}
	.top .section.osusume_title h2:before,
	.top .section.osusume_title h2:after {width: 24px;}
	
	.tx_lead {margin: 0px auto 10px;}
	
	/*---------------------------------------------------------
	05. DP商品
	---------------------------------------------------------*/
	.hotel_box{margin: 0 5px!important;}

	
	
	/*---------------------------------------------------------
		06. エリアから探す
	---------------------------------------------------------*/
	.cmn_contents .clm_osusume_area>h4 {
		padding-left: 0px;
		margin-bottom: 6px;
	}
	
	/*---------------------------------------------------------
		07. バナー
	---------------------------------------------------------*/
	.area_bnr .image:nth-of-type(2n+1) {padding-right: 5px;}
	.area_bnr .image:nth-of-type(2n) {padding-left: 5px;}
	.area_bnr .image:nth-of-type(n+3) {margin-top: 10px;}
	/*.cmn_contents.themebtn_sp_left {margin-right: 5px;}
	.cmn_contents.themebtn_sp_right {margin-left: 5px;}*/
}

/*---------------------------------------------------------
	追記. 連休に人気の観光スポット
---------------------------------------------------------*/
.img_caption {
	display: block;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 8px;
}
.area_box .circle_access_box > .circle_access_ttl {width: auto;}
.area_box .circle_access_box > .circle_hotel {
	float: right;
	margin-right: 3px;
}
/*-------------------- コンポーネント修正 --------------------*/
.cmn_contents.wrap_spot {margin: 10px -10px; max-width: 1020px;}
.cmn_contents.box_col3 {margin: 10px;}

.box_col3 .area_titlebox {margin: 8px 0 5px;}
.box_col3 .area_titlebox > .area_name,
.box_col3 .area_titlebox > .title_name {margin-bottom: 3px;}
.box_col3 .area_titlebox > .area_name {background: #65ab61;}
.box_col3 .area_titlebox > .title_name {font-size: 2rem;}

.box_col3 .feature .section {margin-bottom: .2em; padding: 0;}

.box_col3 .feature .section h4 {
	font-weight: bold;
	margin: 15px auto 0;
	padding: 5px 10px 4px;
	border-color: #c0ccc0;
	background: #ebf5eb;
}
.box_col3 > .base_prod {margin-bottom: 0;}

.box_col3 .btn.btn_wide {display: block; padding: 0;}
.box_col3 .btn.btn_wide:hover {opacity: 1;}
.box_col3 .btn a {
	display: block;
	background: #65ab61;
	padding: 8px 30px 8px 10px;
	color: #fff;
	position: relative;
	border-radius: 3px;
}
.box_col3 .btn a::before {
	position: absolute;
	content: "";
	width: 1rem;
	height: 1rem;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	margin-top: -0.5rem;
}
@media screen and (max-width:568px) {
	.cmn_contents.wrap_spot {margin: 0 auto 10px;}
	.cmn_contents.box_col3 {margin-bottom: 4rem;}
	.box_col3 .area_titlebox {width: 100%;}
	.box_col3 .feature .section h4 {padding: 1.5% 2% 1%;}
}


/*---------------------------------------------------------
	追記. テーマから探す
---------------------------------------------------------*/
.wrap_theme {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.box_theme {
	width: 300px;
	margin: 0 20px;
}
.box_theme:nth-of-type(n+3) {margin-top: 25px;}
.tx_theme {margin-top: 3px;}

@media screen and (max-width:568px) {
	.box_theme {width: 50%; margin: 0 auto;}
	.box_theme:nth-of-type(n+3) {margin-top: 10px;}
	.box_theme:nth-of-type(2n) {padding-left: 5px;}
	.box_theme:nth-of-type(2n+1) {padding-right: 5px;}
	.tx_theme {padding: 0 5px;}
}
/*---------------------------------------------------------
	追記. ナビゲーション
---------------------------------------------------------*/
.nav_menu li {
	width: auto;
	flex: 1;
}
@media screen and (max-width:568px) {
	.nav_menu li {
		flex: 0 1 auto;
		width: 50%;
	}
}
/*---------------------------------------------------------
	追記. タイトル h3
---------------------------------------------------------*/
.top .section.ttl_marker h3 {
	background: linear-gradient(transparent 55%, #fce8ac 55%);
	color: #333;
	font-weight: bold;
	border-radius: 0;
	padding: 0 10px 3px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
