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


/* 
一般
*/
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) 0 0 no-repeat;
	background-size: contain;
	width: 55px;
	height: 43px;
	display: inline-block;
}
.ic-lang {
	background: url(../img/ic-lang.png) 0 0 no-repeat;
	background-size: contain;
	width: 58px;
	height: 55px;	
	display: inline-block;
}



/* 
ボックス
*/
.box-1000 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.box-1100 {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.box-1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

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

/* 
ヘッダー
*/
.header-title {
	text-align: center;
	font-size: 16px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 10px;
}
.header-logo {
	margin-bottom: 10px;
	text-align: center;	
}
.header-logo a {
	font-size: 36px;
	color: #78718c;
	font-weight: bold;
	text-decoration: none;
}
.header-caption {
	text-align: center;
	font-size: 12px;
	color: #a0a0a0;
}
@media all and (max-width: 1140px) {
	.header-title {
		font-size: 12px;
	}
	.header-logo a {
		font-size: 25px;
	}
}
.header-btn-home {
	position: absolute;
	left: 0;
	top: 0;
	width: 10vw;
	height: 10vw;
	max-width: 120px;
	max-height: 120px;
	
}
.header-btn-home a {
	background: #93d0d5;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;	
	flex-direction: column;	
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	box-sizing: border-box;

}

.header-btn-lang {
	position: absolute;
	top: 0;
	right: 0;
	width: 10vw;
	height: 10vw;
	max-width: 120px;
	max-height: 120px;		
}
.header-btn-lang a {
	background: #e5e5e5;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;	
	flex-direction: column;	
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	box-sizing: border-box;
	
}

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


/*
GLOBAL NAVI	
*/
.l-nav .menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;	
}
.l-nav .menu > li {
	width: 10%;
}
.l-nav .menu > li a {
	height: 10vw;
	max-height: 120px;
	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.5em;
}
.l-nav .menu > li a:hover {
	text-decoration: none;
	color: white;
}
.l-nav .menu > li.is-active a {
	color: white;
	text-decoration: none;
}
.l-nav .menu > li:hover {
	opacity: 0.7;
}


/*
パンくず
*/
.bread {
	padding: 0 0px;
	margin: 0 auto;
	height: 110px;
	box-sizing: border-box;
	padding-top: 25px;
	position: relative;
}
.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 {
	
}
.side-ad .side-ad-item {
	margin-bottom: 30px;
}

.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-bottom: 40px;
	clear: both;
}
.bottom-content h2 {
	text-align: center;
	font-size: 24px;
	color: #222222;
	padding-top: 65px;
	margin-bottom: 40px;
}
.list-bottom-item {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
}
.list-bottom-item > li {
	width: 330px;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;	
	flex-direction: column;	
	-webkit-justify-content: center;
	justify-content: center;	
	height: 80px;
	padding-left: 95px;
	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: 80px;
	position: absolute;
	left: 0;
	top: 0;
}
.list-bottom-item .bottom-item-title {
	font-size: 18px;
	margin-bottom: 10px;

}
.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 {
	float: left;
	width: 310px;
}
.footer-logo {
	padding-top: 45px;
	margin-bottom: 10px;
}
.footer-logo a {
	font-size: 30px;
	color: white;
}
.footer-caption {
	
}
.footer-caption a {
	font-size: 12px;
	color: #999999;
}
.footer-social {
	margin-top: 40px;
}
.footer-social ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;	
}
.footer-social ul li {
	margin-right: 20px;
}
.footer-social ul a {
	font-size: 24px;
	color: white;
	text-decoration: none;
}
.footer-social ul a:hover {
	color: #999999;
}
.footer-nav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
	width: 650px;	
	margin-left: 20px;
}
.footer-nav ul {
	padding-top: 30px;
}
.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 li a:before {
	content: "- ";
}
.l-footer .copy-1 {
	line-height: 70px;
	font-size: 12px;
	color: #999999;
}
.l-footer .copy-2 {
	line-height: 70px;	
	font-size: 12px;
	color: #999999;
	position: absolute;
	top: 0;
	right: 0;
}
.l-footer .copy-2 img {
	vertical-align: middle;
	position: relative ;
	top: -3px;	
}
.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: 25px;
	color: #000000;
}
.page-renewal .ic-fuji {
	margin: 40px auto;
}
.page-renewal p {
	text-align: center;
	font-size: 18px;
	color: #000000;
	line-height: 2.222em;
}
.page-renewal p a {
	text-decoration: underline;
}
.renewal-link {
	margin-top: 50px;
}
.renewal-link a {
	text-align: center;
	text-decoration: underline;
	background: #eef7f8;
	padding: 20px;
	display: inline-block;
	font-size: 24px;
	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;
	min-height: 400px;
	min-width: 606px;
	margin: 0 auto;
	box-sizing: border-box;
	line-height: 2.778em;
	padding-top: 90px;	
}
.l-wrap-404 .page-renewal .ic-fuji {
	margin: 40px auto -30px;
}
.l-wrap-404 .page-renewal .renewal-link {
	margin-top: 0;
}