@charset "utf-8";

/* ======================

 [brake-point]
 min-width:769px
 max-width:768px

====================== */

.sentTtl {
	text-align: center;
	padding: 15px 0 20px 0;
	font-size: 4.2rem;
	font-weight: normal;
}

#wrapMainSlide {}

#wrapMainSlideInner {
    position: relative;
    width: 100%;
}

#wrapMainSlideInner .wrapSlide {
    position: relative;
    width: 100%;
	height: 100vh;
}


.nanana {
	position: absolute;
	top:0;
	left: 0;
	background-image: url(../img/top/bg_pager.png);
	width: 80px;
	height: 100vh;
	z-index: 1003;
}

.waka {
	position: absolute;
	top:240px;
	right: 0;
	z-index: 1003;
}




#wrapMainSlideInner .wrapSlide > h2 {
	z-index: 1002;
    width: 100%;
	text-align: center;
	position: absolute;
	top:50%;
	margin-top: -30px;
}


#wrapMainSlideInner .wrapSlide > p {
	z-index: 1001;
	position: absolute;
	top:0;
	left:0;
}

#wrapMainSlideInner .wrapSlide > h2 img,
#wrapMainSlideInner .wrapSlide > p img{
	vertical-align: bottom;
}

#wrapMainSlideInner .wrapSlide li{
    overflow: hidden;
    width: 100%;
	height: 100vh;
	background-image: url(../img/top/bg_001.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

#wrapMainSlideInner .wrapSlide li{
    overflow: hidden;
    width: 100%;
	height: 100vh;
	background-image: url(../img/top/bg_001.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

#wrapMainSlideInner .wrapSlide li.s01{background-image: url(../img/top/bg_001.png);}
#wrapMainSlideInner .wrapSlide li.s02{background-image: url(../img/top/bg_002.png);}
#wrapMainSlideInner .wrapSlide li.s03{background-image: url(../img/top/bg_003.png);}
#wrapMainSlideInner .wrapSlide li.s04{background-image: url(../img/top/bg_004.png);}
#wrapMainSlideInner .wrapSlide li.s05{background-image: url(../img/top/bg_005.png);}



@keyframes fadeIn {
    from {
        opacity:0;
		transform: scale(1.1, 1.1);
    }
    to {
        opacity:1;
		transform: scale(1.0, 1.0);
    }
}

#wrapMainSlideInner .wrapSlide .active-slide span {
	animation-name: fadeIn;
    animation-duration: 2s;
    animation-timing-function: liner;
}



#main_read {
	padding: 80px 0;
}

#main_read .innerContainer{
	width: 1000px;
	margin: 0 auto;
}

#main_read .main_read_ttl{
	display: table;
	margin-bottom: 40px;
}

#main_read .main_read_ttl i{
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px 0 50px;
}

#main_read .main_read_ttl h2{
	display: table-cell;
	vertical-align: middle;
	font-size: 2.4rem;
}




#main_read .main_lr{
	width: 100%;
	display:table;
}

#main_read .main_l{
	width: 630px;
	position: relative;
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}

#main_read .main_l img{
	vertical-align: bottom;
}

#main_read .main_l .t01{
	position: absolute;
	left: -30px;
	top: -15px;
}

#main_read .main_l .t02{
	position: absolute;
	right: 16px;
	bottom: -40px;
}

#main_read .main_r{
	width: 370px;
	display: table-cell;
	background-image: url(../img/top/bg_tsuru.png);
	background-position: right top;
	vertical-align: bottom;
	padding: 20px;
	box-sizing: border-box;
}

#main_read .main_r p{
	line-height: 2.5em;
}
#main_read .main_r .mincho{
	font-size: 1.8rem;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0 15px 0;
}


.ttl_top_comi {
	text-align: center;
	color: #fff;
}

.ttl_top_comi .ttl{
	font-size: 1.8rem;
	margin-bottom: 10px;
	padding-bottom: 13px;
	background-image: url(../img/common/line_ttl_bottom.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.ttl_top_comi span{
	font-size: 1.2rem;
}

#main_story {
	padding: 73px 0;
	background-image: url(../img/top/bg_story.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#main_story .innerContainer{
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
	width: 1000px;
	margin: 0 auto;
}

#main_story .innerContainer h3{
	font-size: 2.4rem;
	padding: 30px 0;
}

#main_story .innerContainer p.c{
	font-size: 1.6rem;
	line-height: 2.5em;
}

#main_story .innerContainer .btn {
	text-align: center;
	margin-top: 120px;
}

#main_story .innerContainer .btn a{
	font-size: 1.4rem;
	display: inline-block;
	color: #fff;
	background-color:#000;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	padding: 10px 65px;
	transition: all .4s;
}

#main_story .innerContainer .btn a:hover{
	color: #000;
	background-color:#fff;
	text-decoration: none;
}



/* テーマ別紹介
---------------------------------------------------------------------- */

#main_theme .main_lr{
	width: 100%;
	display:table;
	color: #fff;
}

#main_theme .main_l{
	width: 50%;
	display: table-cell;
	background-color:#09F;
	padding: 73px 0;
	text-align: center;
	vertical-align: middle;
}

#main_theme .main_r{
	width: 50%;
	display: table-cell;
	position:relative;
	vertical-align: top;
}

#main_theme .main_r .the01{
	background-color:#333
}

#main_theme .main_r .the02 {
	background-color: #000;
}

#main_theme .main_r .the_inner {
	height: 340px;
	width: 100%;
}

#main_theme .main_r .the_inner .content {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

#main_theme .main_r .the01 .the_inner .content{
	background-image: url(../img/top/bg_theme01_off.png);
}

#main_theme .main_r .the01 .the_inner .content:hover{
	background-image: url(../img/top/bg_theme01_on.png);
}

#main_theme .main_r .the02 .the_inner .content{
	background-image: url(../img/top/bg_theme02_off.png);
}

#main_theme .main_r .the02 .the_inner .content:hover{
	background-image: url(../img/top/bg_theme02_on.png);
}

#main_theme .main_r .the_inner .content .of {
	position: absolute;
	top: 50%;
	left: 50%;
	display:block;
	opacity: 1;
	transition: all .4s;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#main_theme .main_r .the_inner .content .on {
	position: absolute;
	top: 48%;
	left: 50%;
	display:block;
	opacity: 0;
	transition: all .4s;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#main_theme .main_r .the_inner .content:hover .of {
	opacity: 0;
}

#main_theme .main_r .the_inner .content:hover .on {
	opacity: 1;
}

#main_theme .innerContainer h3 {
	font-size: 3.6rem;
	padding: 30px 0;
}

#main_theme .innerContainer h3 span {
	font-size: 2.2rem;
}

#main_theme .innerContainer p.c {
	font-size: 1.6rem;
	line-height: 2.5em;
}

#main_theme .innerContainer .btn {
	text-align: center;
	margin-top: 100px;
}

#main_theme .innerContainer .btn a {
	font-size: 1.4rem;
	display: inline-block;
	color: #fff;
	background-color:#000;
	border-radius: 3px;
	padding: 10px 65px;
	transition: all .4s;
}

#main_theme .innerContainer .btn a:hover {
	color: #000;
	text-decoration: none;
	background-color:#fff;
}



/* グルメ・土産・宿
---------------------------------------------------------------------- */

#main_kanko {
	width: 100%;
	padding-top: 70px;
	background: url(../img/top/bg-texture.jpg) center top repeat;
}

#main_kanko .ttl_top {
	padding-bottom: 22px;
	text-align: center;
}

#main_kanko .ttl {
	position: relative;
	margin-bottom: 7px;
	padding-bottom: 8px;
	font-size: 1.8rem;
}

#main_kanko .ttl::before {
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	display: block;
	width: 64px;
	height: 1px;
	margin: auto;
	content: '';
	background-color: #d3cecb;
}

#main_kanko .ttl::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 20px;
	height: 3px;
	margin: auto;
	content: '';
	background-color: #07aee5;
	z-index: 1;
}

#main_kanko .main_l,
#main_kanko .main_c,
#main_kanko .main_r {
	position: relative;
	float: left;
	width: 33.3333%;
	padding-bottom: 100px;
}

#main_kanko .main_l a,
#main_kanko .main_c a,
#main_kanko .main_r a {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 67%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#main_kanko .main_l a { background-image: url(../img/top/bg_kanko03.jpg);}
#main_kanko .main_c a { background-image: url(../img/top/bg_kanko01.jpg);}
#main_kanko .main_r a { background-image: url(../img/top/bg_kanko02.jpg);}

#main_kanko .main_l a::before,
#main_kanko .main_c a::before,
#main_kanko .main_r a::before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: block;
	width: 73px;
	height: 73px;
	margin: auto;
	margin-top: -90px;
	content: '';
	z-index: 2;
}

#main_kanko .main_l a::before { background-image: url(../img/top/ic_kanko03.png);}
#main_kanko .main_c a::before {	background-image: url(../img/top/ic_kanko01.png);}
#main_kanko .main_r a::before {	background-image: url(../img/top/ic_kanko02.png);}

#main_kanko .main_l a:hover::after,
#main_kanko .main_c a:hover::after,
#main_kanko .main_r a:hover::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

#main_kanko .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	width: 83%;
	max-width: 500px;
	min-height: 150px;
	margin: auto;
	padding: 20px 20px 0 20px;
	background: #fff none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	z-index: 3;
}

#main_kanko .caption h3 {
	color: #07aee5;
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 20px;
}

#main_kanko .caption p {
	text-align: center;
}



/* 新着情報
---------------------------------------------------------------------- */

#main_news {
	padding: 70px 0;
}

#main_news .innerContainer {
	font-size: 1.8rem;
	width: 920px;
	margin: 0 auto;
}

#main_news .main_lr {
	width: 100%;
	display:table;
}

#main_news .main_l{
	width:120px;
	display: table-cell;
}

#main_news .main_l h2 {
	background-image: url(../img/top/ttl_news.png);
	width: 26px;
	height: 181px;
}

#main_news .main_l p {
	margin-top: 43px;
}

#main_news .main_l p a {
	display: block;
	background-image: url(../img/top/btn_list_off.png);
	width: 26px;
	height: 121px;
}

#main_news .main_l p a:hover{
	display: block;
	background-image: url(../img/top/btn_list_on.png);
	width: 26px;
	height: 121px;
}

#main_news .main_r {
	display: table-cell;
	position:relative;
	vertical-align: top;
}

#main_news .main_r a {
	color: #07aee5;
	text-decoration: underline;
}

#main_news .main_r a:hover {
	color: #07aee5;
	text-decoration: none;
}

.news_item {
	display:table;
	width: 100%;
	background-color: #f8f8f8;
	padding: 15px;
	border-bottom: 1px dotted #e1dddb;
}
.news_item:first-child {
	border-top: 1px solid #e1dddb;
}
.news_item:last-child {
	border-bottom: 1px solid #e1dddb;
}

.news_item:nth-child(even) {
	background-color: #fff;
}

.news_data {
	width:17em;
	font-size: 1.2rem;
	display: table-cell;
}

.news_data span{
	display: inline-block;
	font-size: 1.1rem;
	margin-left: 30px;
	color: #fff;
	background-color:#e15a00;
	padding: 5px 20px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.news_ttl {
	font-size: 1.4rem;
	display: table-cell;
}

.ic_pdf {
	position: relative;
	padding-right: 26px;
}

.ic_pdf:after {
	position: absolute;
	content: "";
	display: inline-block;
	background-image: url(../img/common/ic_pdf.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 26px;
	height: 26px;
	padding-left: 32px;
}

/* バナー
---------------------------------------------------------------------- */
#bnrLeaflet {
	text-align: center;
	margin: 30px 0;
}
#bnrLeaflet a {
	transition: all 0.8s;
}
#bnrLeaflet a:hover {
	opacity: 0.7;
}

/* ギャラリー
---------------------------------------------------------------------- */

#main_gallery {
	width: 100%;
	padding-top: 70px;
	background: url(../img/top/bg-texture.jpg) center top repeat;
}

#main_gallery .ttl_top {
	text-align: center;
}

#main_gallery .ttl {
	position: relative;
	margin-bottom: 7px;
	padding-bottom: 8px;
	font-size: 1.8rem;
}

#main_gallery .ttl::before {
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	display: block;
	width: 64px;
	height: 1px;
	margin: auto;
	content: '';
	background-color: #d3cecb;
}

#main_gallery .ttl::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 20px;
	height: 3px;
	margin: auto;
	content: '';
	background-color: #07aee5;
	z-index: 1;
}

#main_gallery .btn {
	display: block;
	width: 200px;
	height: 36px;
	margin: 35px auto 45px auto;
	color: #fff;
	font-size: 1.4rem;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	transition: all .4s;
}

#main_gallery .btn:hover {
	color: #000;
	background-color: #fff;
}

#main_gallery .list {
	width: 100%;
}

#main_gallery .list li {
	float: left;
	width: 33.33333333333333333333%;
}

#main_gallery .list li:nth-child(4n) {
	clear:both;
}

#main_gallery .list img {
	display: block;
	width: 100%;
	height: auto;
}