/***************************
 *
 * モジュール
 *
 **************************/


/* 
一般
*/
img{

}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	height: 0px;
	display: block;
	content: ".";
	visibility: hidden;
}
.center {
	text-align: center;
}
.mt-0 {
	margin-top: 0 !important;
}

/* 
カラー
*/

/* #天気 */
.bg-1 {
	background: #b7e2ea !important;
}
/* #観光イベント */
.bg-2 {
	background: #f7c371 !important;
}
/* #キャンプ登山アウトドア */
.bg-3 {
	background: #9ec884 !important;
}
/* #スポーツ */
.bg-4 {
	background: #67c0cd !important;
}
/* #絶景カメラ */
.bg-5 {
	background: #bf97d6 !important;
}
/* #花と自然 */
.bg-6 {
	background: #f7699f !important;
}
/* #体験 */
.bg-7 {
	background: #6098c2 !important;
}
/* #宿泊 */
.bg-8 {
	background: #889d81 !important;
}
/* #温泉リラクゼーション */
.bg-9 {
	background: #e6ce85 !important;
}
/* #ランチグルメスイーツ */
.bg-10 {
	background: #ff8369 !important;
}
/* おすすめ */
.bg-rec {
	background: #93d0d5 !important;
}


/* 
OVER
*/
@keyframes flash {
      0% {
          opacity: 1;
      }

      100% {
          opacity: 0.5;
      }
  }

.over {
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;		
}

.over:hover {
	-ms-filter: "alpha(opacity=7)";
	opacity: 0.6;
	-webkit-transition: 0s ease;
	-moz-transition: 0s ease;
	-ms-transition: 0s ease;
	-o-transition: 0s ease;
	transition: 0s ease;	
}


.zoom {
	
}
.zoom:hover {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);	
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}

/* 
フォント
*/
.en {
	font-family: 'Lato', sans-serif;
}
.en-all * {
	font-family: 'Lato', sans-serif;
}



/* 
ボタン
*/

/* 
アイコン
*/
.ic-fuji {
	background: url(../img/ic-fuji.png) center center no-repeat;
	background-size: contain;
	width: 55px;
	height: 43px;
	display: inline-block;
}
.ic-lang {
	background: url(../img/ic-lang.png) center center no-repeat;
	background-size: contain;
	width: 58px;
	height: 55px;	
	display: inline-block;
}



/* 
ボックス
*/
.box-1000 {

	margin: 0 auto;
	position: relative;
}
.box-1100 {

	margin: 0 auto;
	position: relative;
}
.box-1200 {

	margin: 0 auto;
	position: relative;
}

.box {
	background: white;
	padding: 30px;
}

/* 
ヘッダー
*/
.header-title {
	text-align: center;
	font-size: 9px;
	color: #222222;
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: 4px;
}
@media screen and (max-width:320px){
	.header-title {
		font-size: 6px;
	}
}

.header-logo {
	margin-bottom: 5px;
	text-align: center;	
}
.header-logo a {
	font-size: 22px;
	color: #78718c;
	font-weight: bold;
	text-decoration: none;
}
.header-caption {
	text-align: center;
	font-size: 9px;
	color: #a0a0a0;
}
.header-caption a {
	color: #a0a0a0;
}
.header-btn-home {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;	
}
.header-btn-home a {
	background: #93d0d5;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 9px;
	color: #222222;
	font-weight: bold;
	box-sizing: border-box;
	padding-top: 10px;
}

.header-btn-lang {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;		
}
.header-btn-lang a {
	background: #e5e5e5;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 9px;
	color: #222222;
	font-weight: bold;
	box-sizing: border-box;
	padding-top: 10px;		
}

.header-btn-home .ic, .header-btn-lang .ic {
	display: block;
	height: 25px;
	margin: 0 auto 10px;
}
.header-btn-home a:hover, .header-btn-lang a:hover {
	text-decoration: none;
	color: white;
}


/*
GLOBAL NAVI	
*/
.btn-nav-wrap {
	background: #fafafa;
	border-bottom: 1px solid #eeeeee;
}
.btn-nav {
	width: 42px;
	height: 40px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.l-nav .btn-nav:hover {
	cursor: pointer;
}
.btn-nav small {
	display: block;
	color: #222222;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 7px;
	top: 24px;
}
.btn-nav span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.btn-nav span {
	position: absolute;
	left: 12px;
	width: 20px;
	height: 2px;
	background-color: #222222;
}

.btn-nav span:nth-of-type(1) {
	top: 7px;
}
.btn-nav span:nth-of-type(2) {
	top: 13px;
}
.btn-nav span:nth-of-type(3) {
	top: 19px;
}
.btn-nav.is-active span:nth-of-type(1) {
	-webkit-transform: translateY(6px) translateX(-0px) rotate(-45deg);
	transform: translateY(6px) translateX(-0px) rotate(-45deg);
}
.btn-nav.is-active span:nth-of-type(2) {
	opacity: 0;
}
.btn-nav.is-active span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) translateX(-0px) rotate(45deg);
	transform: translateY(-6px) translateX(-0px) rotate(45deg);
}
.btn-nav.is-active span:before {
	display: none;
}

.l-nav .menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
}
.l-nav .menu > li {
	width: 20%;
}
.l-nav .menu > li a {
	height: 70px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;	
	line-height: 1.2em;
	font-size: 13px;
}
.l-nav .menu > li a:hover {
	text-decoration: none;
	color: white;
}
.l-nav .menu > li.is-active a {
	color: white;
	text-decoration: none;
}


/*
パンくず
*/
.bread {
	padding: 0 0px;
	margin: 0 auto;
	height: 110px;
	box-sizing: border-box;
	padding-top: 25px;
	position: relative;
	display: none;
}
.bread ul {

	line-height: 50px;
}
.bread li {
	display: inline;
	font-size: 13px;
	color: black;

}
.bread li * {
	font-size: 13px;
	color: #222;
}
.bread li a {
	color: #222;
	text-decoration: none;
}
.bread i {
	padding: 0 5px;
}
.bread li:first-child i {
	padding-right: 15px;
	padding-left: 0;
}

.single-info .bread ul {
	line-height: 1.5em;
	padding-bottom: 20px;
}

/*
サイドバー
*/
.box-side {
	margin-bottom: 20px;
}
.box-side .box-side-title {
	text-align: center;
	font-size: 20px;
	color: #222222;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	line-height: 42px;
	margin-bottom: 24px;
}
.list-tag {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 20px;
}
.list-tag > li {
	width: 48%;
	margin-bottom: 15px;
}
.list-tag > li a {
	font-size: 15px;
	color: #222222;
	background: url(../img/tag.png) 0 0 no-repeat;
	background-size: 35px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding-left: 45px;
	min-height: 35px;
}


.side-ad {
	margin-left: -20px;
	margin-right: -20px;
}
.side-ad .side-ad-item {
	margin-bottom: 30px;
	text-align: center;
}

.btn-more {
	margin: 15px auto;	
}
.btn-more a {
	display: block;
	text-align: center;
	line-height: 45px;
	color: #222;
	border: 1px solid #222;
	font-size: 18px;

}
.btn-more a:hover {
	background: #222;
	color: white;
	text-decoration: none;
}

/*
BOTTOM CONTENT
*/
.bottom-content {
	background: #93d0d5;
	padding: 0 30px 15px;
	clear: both;
}
.bottom-content h2 {
	text-align: center;
	font-size: 20px;
	color: #222222;
	padding-top: 30px;
	margin-bottom: 25px;
}

.list-bottom-wrap {
	position: relative;
}
.list-bottom-wrap .list-bottom-item {
	overflow: hidden;
	height: 200px;	
	position: relative;
}
.list-bottom-wrap .list-bottom-item:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(147,208,213,0) 0%, rgba(147,208,213,0) 53%, rgba(147,208,213,1) 100%);
	background: -webkit-linear-gradient(top, rgba(147,208,213,0) 0%,rgba(147,208,213,0) 53%,rgba(147,208,213,1) 100%);
	background: linear-gradient(to bottom, rgba(147,208,213,0) 0%,rgba(147,208,213,0) 53%,rgba(147,208,213,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0093d0d5', endColorstr='#93d0d5',GradientType=0 );
}
.list-bottom-wrap .btn-col {
	
}
.list-bottom-wrap .btn-col span {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	border: 1px solid #222;
	color: #222;
	cursor: pointer;
}
.list-bottom-wrap .btn-col span:after {
	content: "\f107";
	padding-left: 10px;
	font-family: fontawesome;
}
.list-bottom-wrap .btn-col.is-active span:after {
	content: "\f106";
	padding-left: 10px;
	font-family: fontawesome;
}

.list-bottom-wrap .list-bottom-item.is-active {
	overflow: auto;
	height: auto;
	background: none;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}
.list-bottom-wrap .list-bottom-item.is-active:after {
	background: none;
}

.list-bottom-item {
	display: block;	
}
.list-bottom-item > li {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;	
	flex-direction: column;	
	-webkit-justify-content: center;
	justify-content: center;	
	min-height: 50px;
	padding-left: 65px;
	box-sizing: border-box;
	position: relative;
}
.list-bottom-item > li .bottom-item-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.list-bottom-item > li .bottom-item-link:hover + .bottom-item-pic {
	opacity: 0.7;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}
.list-bottom-item > li .bottom-item-link:hover + .bottom-item-pic + .bottom-item-title {
	text-decoration: underline;
}
.list-bottom-item .bottom-item-pic {
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
}
.list-bottom-item .bottom-item-title {
	font-size: 15px;
	margin-bottom: 5px;

}
.list-bottom-item .bottom-item-title small {
	font-size: 12px;
	display: block;
	margin-bottom: -8px;
}
.list-bottom-item .bottom-item-title a {
	text-decoration: none;
}
.list-bottom-item .bottom-item-text {
	font-size: 12px;
	line-height: 1.5em;

}



/*
フッター
*/
.footer-left {

}
.footer-logo {
	padding-top: 35px;
	margin-bottom: 10px;
	text-align: center;
}
.footer-logo a {
	font-size: 30px;
	color: white;
}
.footer-caption {
	text-align: center;	
}
.footer-caption a {
	font-size: 12px;
	color: #999999;
}
.footer-social {
	margin-top: 20px;
	border-bottom: 1px solid #333333;
	padding-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
}
.footer-social ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;	
}
.footer-social ul li {
	margin: 0 10px;
}
.footer-social ul a {
	font-size: 24px;
	color: white;
	text-decoration: none;
}
.footer-social ul a:hover {
	color: #999999;
}
.footer-nav {
	margin: 0 30px;
	padding-top: 20px;
}
.footer-nav ul {
	
}
.footer-nav ul li {
	margin-bottom: 10px;
	line-height: 1.5em;
}
.footer-nav ul li a {
	font-size: 13px;
	color: white;
}
.footer-nav .footer-nav-normal {
	border-top: 1px solid #333;
	padding-top: 20px;
	margin-top: 20px;
	
}
.footer-nav .footer-nav-normal li a:before {
	content: "- ";
}
.l-footer .copy-1 {
	border-top: 1px solid #333;	
	margin: 0 30px;
	line-height: 2em;;
	font-size: 12px;
	color: #999999;
	text-align: center;
	padding: 10px 0;
}
.l-footer .copy-2 {
	padding: 10px 0;
	margin: 0 30px;
	line-height: 2em;;	
	font-size: 12px;
	color: #999999;
	text-align: center;
}
.page-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999;
	width: 35px;
}

/* renewal */
.l-wrap-renewal {
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;	
	background: url(../img/bg-renewal.jpg) center top no-repeat;
	background-size: cover;
}
.l-wrap-404 {
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;	
	background: url(../img/bg-404.jpg) center top no-repeat;
	background-size: cover;
}

.page-renewal {
	text-align: center;
}
.page-renewal h1 {
	text-align: center;
	font-size: 20px;
	color: #000000;
	margin-top: -50px;
}
.page-renewal .ic-fuji {
	margin: 20px auto;
}
.page-renewal p {
	text-align: center;
	font-size: 15px;
	color: #000000;
	line-height: 2em;
}
.page-renewal p a {
	text-decoration: underline;
}
.renewal-link {
	margin-top: 30px;
}
.renewal-link a {
	text-align: center;
	text-decoration: underline;
	background: #eef7f8;
	padding: 20px;
	display: inline-block;
	font-size: 18px;
	color: #78718e;
}
.l-wrap-renewal .copyright {
	text-align: center;
	font-size: 12px;
	color: #999999;
	line-height: 70px;
	background: #444444;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
}

.l-wrap-404 .page-renewal p {
	background: url(../img/404.png) center center no-repeat;
	background-size: contain;
	min-height: 200px;
	min-width: 303px;
	margin: 0 auto;
	box-sizing: border-box;
	line-height: 2.778em;
	padding-top: 30px;
	font-size: 13px;	
}
.l-wrap-404 .page-renewal .ic-fuji {
	margin: 20px auto 20px;
}
.l-wrap-404 .page-renewal .renewal-link {
	margin-top: 0;
}
.l-wrap-404 .l-contents {
	padding-top: 0;
}