@charset "utf-8";
/** *****************************************************************
コンテンツ
最終更新日：2015.01.09
***************************************************************** **/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html, body, [canvas=container], [off-canvas] {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
html,
body{
	width:100%;
	height:100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

/*レスポンシブ スマホで表示*/
.pc,
.displayblock,
.pconly{	display:inline-block;}

div.pconly,
img.pconly{	display: block !important;}
span.pconly{display: inline}


.sp,
.displaynone,
.sponly{	display: none;}

div.sponly
img.sponly{	display: none !important;}
span.sponly{display: inline}


@media only screen and (max-width: 768px){
.pc,
.displayblock,
.pconly{	display:none;}

div.pconly,
img.pconly{	display: none !important;}
span.pconly{	display: none !important;}

.sp,
.displaynone,
.sponly{	display: block;}

div.sponly,
img.sponly{	display: block !important;}
span.sponly{	display: block !important;}

.sp img,
.displaynone img,
.sponly img{
	max-width: 100%;
	height: auto;
}

}


#gurume{margin-bottom: 60px}
#gurume section h2.h2title{
	background: #80ce63;
}


#snsbox{
    position: fixed;
    z-index: 9999;
    top: 25%;
    right: 0;
}
#snsbox li a{
	display: block;
	white-space: nowrap;	text-indent: 100%;	overflow: hidden;
	width: 60px;  height: 60px;
}
#snsbox li:nth-child(1) a{	background: url(../images/icon_instagram.png) no-repeat;}
#snsbox li:nth-child(2) a{	background: url(../images/icon_twitter.png) no-repeat;}
#snsbox li:nth-child(3) a{	background: url(../images/icon_facebook.png) no-repeat;}

@media only screen and (max-width: 768px) {

#snsbox li a{
    background-size: 100% !important;
	width: 30px;  height: 30px;
}

}


/* ボタン
--------------------------------------------------------------- */
a.kami1viewBTN{
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    color: #ffffff;
    text-align: center;
	font-size:18px;
    letter-spacing: 0.1em;
}
a.kami1viewBTN:hover{
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}
a.kami1viewBTN.btn1{    background-color: #004f7d;}
a.kami1viewBTN.btnINSTAGRAM{    background-color: #b33884;}
a.kami1viewBTN.btnTWITTER{    background-color: #2aa3ef;}
a.kami1viewBTN.btnFACEBOOK{    background-color: #227aee;}
a.kami1viewBTN.btn2{
    background-color: #d5d5d5;
    color: #000000;
}

a.kami1viewBTN span{
	background-image: url(../images/pdfL.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding:20px 40px 20px 0;
}


/* ファーストビュー
--------------------------------------------------------------- */
#MV{
    position: relative;
	width: 100%;
	height: 600px;
    margin-top: -45px;
    margin-bottom: 50px;
}

#MV h1{
	position: absolute;
    width: 777px;
    z-index: 8888;
	left: 0;right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	outline: 0;
	margin: auto;
	text-align: center;
}

#MV li{
	width: 100%;
	height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media only screen and (max-width: 768px) {

#MV{
    position: relative;
	width: 100%;
	height: 300px;
    margin-top: -15px;
}
#MV h1{
    width: 80%;
	top: 50%;
}

#MV li{
	height: 300px;
}


}
/* bxslider
---------------------- */
	.bxslider3 {
		overflow: hidden;
	}
	.bxslider3 .bxslider {
		max-width: 1400px;
		width: 100%;
		margin: 0 auto;
	}
	.bxslider3 ul li img {
		width: 100%;
		height: auto;
	}
	.bxslider3 ul li {
		opacity: 0.25;
	}
	.bxslider3 ul li.active {
        position: relative;
		opacity: 1;
	}
	.bxslider3 .bx-viewport {
		overflow: visible !important;
	}

/*キャプション*/
.bxslider3 ul li .caption{
		opacity: 0;
}


.bxslider3 ul li.active .caption {
		opacity: 1;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
	}
	.bxslider3 .caption > div {
		padding: 20px;
	}


/* マージン
--------------------------------------------------------------- */
#page-map,
#page-toha,
#page-syuku,
#page-kanko,
#page-sanka {
    margin-bottom: 100px;
}
#page-sns h2,
#page-map h2,
#page-toha h2,
#page-syuku h2,
#page-kanko h2,
#page-sanka h2{
    margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {

#page-map,
#page-toha,
#page-syuku,
#page-kanko,
#page-sanka,
.catch{
    margin-bottom: 50px;
}
#page-sns h2,
#page-map h2,
#page-toha h2,
#page-syuku h2,
#page-kanko h2,
#page-sanka h2{
    margin-bottom: 25px;
}

}



/* キャッチ
--------------------------------------------------------------- */
.catch{
    font-family: "Sawarabi Gothic";
    font-size:44px;
    letter-spacing: 0.1em;
    color: #004f7d;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 50px;
}
.catch span{
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
@media only screen and (max-width: 768px) {

.catch{
    font-size:32px;
    letter-spacing: 0.05em;
}

}


/* トピックス
--------------------------------------------------------------- */
.sanka-block{
    background-color: #F3FFEF;
    padding: 50px 80px 10px;
/* 角丸 */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.sanka-block h3{
font-family: "Sawarabi Gothic";
    font-size:28px;
    letter-spacing: 0.1em;
    color: #004f7d;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 50px;
}
.sanka-block .pic{
    margin: 50px auto;
    text-align: center;
}
.sanka-block .pic img{
    margin: auto;
}

.sanka-block ul {
    width: 80%;
    margin: 0 auto 50px;
}
.sanka-block li{
    list-style-type: none;
    font-size:18px;
    border-bottom: 1px dotted #707070;
    padding: .5em 0 .5em 0;
}

.bgINSTAGRAM{    background-color: #b33884;}
.bgTWITTER{    background-color: #279dd5;}
.bgFACEBOOK{    background-color: #227bef;}

.bgINSTAGRAM2{    background-color: #f9ebf4;}
.bgTWITTER2{    background-color: #d4edfc;}
.bgFACEBOOK2{    background-color: #e7f1ff;}

.sanka-block dl dt,
.sanka-block dl dd{
    margin-bottom: 10px;
}

.sanka-block dl dd{
}

@media only screen and (max-width: 768px) {

.sanka-block{
    padding: 25px;
}
.sanka-block h3{
    font-size:24px;
    margin-bottom: 25px;
}
.sanka-block .pic{
    margin: 25px auto;
}
.sanka-block ul{
    margin-left: 20px;
}
.sanka-block li{
    font-size:16px;
}
}

.topics-btn a {
    display: block;
    text-align: center;
  color: #ffffff;
  padding: 0.5em 2.0em;

  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  font-weight: bold;
  background: #80ce63;

  text-decoration: none;
}
.topics-btn a:hover {

  background: #42792e;
    color:#ffffff;
  cursor: pointer;
}




/* カテゴリー
--------------------------------------------------------------- */
.gurume-cat {
    display: block;
    width: auto;
    overflow: hidden;
      margin: 0 auto 30px auto;
  }
  
  .gurume-cat li {
    float: left;
      width: 20%;
    display: inline;
    margin:0 2.5% 1% 2.5%;
    font-weight: normal;
    font-size: 1.2em;
    color: #ffffff;
  }
  .gurume-cat li a {
      display: block;
      text-align: center;
    color: #ffffff;
    padding: 0.5em 2.0em;
  
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    font-weight: bold;
    background: #80ce63;
  
    text-decoration: none;
  }
  .gurume-cat li a:hover,
  .gurume-cat li.active a {
  
    background: #42792e;
      color:#ffffff;
    cursor: pointer;
  }
  
  @media only screen and (max-width: 748px) {
  
  .gurume-cat li {  font-size: 0.8em;}
  .gurume-cat li a {  padding: 0.2em 0.5em;}
  
  }
  @media only screen and (max-width: 640px) {
  
  .gurume-cat li {
  
      width: 45%;
    display: inline;
    margin:5px 2.5%;
    font-weight: normal;
    font-size: 1.2em;
    color: #ffffff;
  }
  
  }

/* タブ */

.tab-list li a.active {
    background: #42792e;
}
.tab-body li a.active {
    display: block;
  }

/* 観光情報、宿泊情報
--------------------------------------------------------------- */
h2.h2-topics,h2.h2-kanko,
h2.h2-syuku{
	display: block;
	white-space: nowrap;	text-indent: 100%;	overflow: hidden;
    margin: auto;
}
h2.h2-topics{
	background: url(../images/h2_topics.png) no-repeat;
	width: 440px;  height: 100px;
}
h2.h2-kanko{
	background: url(../images/h2_kanko.png) no-repeat;
	width: 440px;  height: 103px;
}
h2.h2-syuku{
	background: url(../images/h2_syuku.png) no-repeat;
	width: 440px;  height: 105px;
}

@media only screen and (max-width: 768px) {

.h2wrap{
    width: 80%;
    margin: auto;
}
h2.h2-topics{
	background-size: 100%;
	width:100%;    height:0;
	padding-top: 22.5%;
}
h2.h2-kanko{
	background-size: 100%;
	width:100%;    height:0;
	padding-top: 22.5%;
}
h2.h2-syuku{
	background-size: 100%;
	width:100%;    height:0;
	padding-top: 22.95%;
}

}


.thumbblock{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.thumbblock .item{
    width: 32%;
    margin-bottom: 2%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f9f9f9;
    text-align: center;
}
.thumbblock:after {
    width: 32%;
    display: block;
    content:"";
}


.thumbblock .item.blank{
    background-color: transparent;
}

.thumbblock .item a{
    display: block;
}

.thumbblock .item a:hover{
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}
.thumbblock .item img{
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius:  10px 10px 0 0;
    border-radius:  10px 10px 0 0;
    object-fit: cover;
    width: 403px;
    height: 251px;
}
.thumbblock .item .type{
    margin:  20px auto 0 auto;
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #ededed;
    	font-size:14px;
    color: #333333;
}
/*
.thumbblock .item .taiken span{
    background-image: url(../images/mapicon_taiken.png);
    background-repeat: no-repeat;
    padding-left: 15px;
}
.thumbblock .item .spot span{
    background-image: url(../images/mapicon_spot.png);
    background-repeat: no-repeat;
    padding-left: 15px;
}
.thumbblock .item .shinrin span{
    background-image: url(../images/mapicon_shinrin.png);
    background-repeat: no-repeat;
    padding-left: 15px;
}
.thumbblock .item .hyakkei span{
    background-image: url(../images/mapicon_hyakkei.png);
    background-repeat: no-repeat;
    padding-left: 15px;
}
*/

.thumbblock .item .meisyo{
    text-align: center;
    color: #000000;
    font-weight: bold;
    	font-size:18px;
    margin:20px auto;
}

.thumbblock .item{
    position: relative;
}
.thumbblock .item .icon{
    position: absolute;
    top:-20px;right: -20px;
}


@media only screen and (max-width: 768px) {

.thumbblock{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.thumbblock .item{
    width: 48%;

}
.thumbblock .item .type{
    margin:  10px auto 0 auto;
    padding: 5px 15px;
    font-size:12px;
}
.thumbblock .item .meisyo{
    font-size:16px;
    margin:10px auto;
}

.thumbblock .item.blank{
    display: none;
}
.thumbblock .item .icon{
    position: absolute;
    top:-10px;left: -10px;
    right: 0;
}

}


/* 宿泊割引キャンペーンとは
--------------------------------------------------------------- */
#page-toha{
    background-color: #e2f4ff;
    padding: 50px 100px;
}
#page-toha img{
    display: inline-block;
    width: 147px;
    margin-right: 50px;
    vertical-align: top;
}
.tohaBOX{
    display: inline-block;
	width: -webkit-calc(100% -220px) ;
	width: calc(100% - 220px) ;
}
.tohaBOX h4{
	font-size:28px;
    color: #004f7d;
    margin-bottom: 20px;
}
.tohaBOX h4 .syuryo{
    display: inline-block;
    background-color: #ff0000;
    color: #ffffff;
	font-size:14px;

    padding: 4px;
    margin-left: 10px;
}

.tohaBOX p{
    width: 100% !important;
    margin: 0 0 25px 0 !important;
    font-weight: bold;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {

#page-toha{
    padding: 25px;
}
#page-toha img{
    display:block;
    width: 147px;
    margin-right: auto;
    margin-left: auto;
    vertical-align: top;
}
.tohaBOX{
    display: block;
    width: 100%;
	width: -webkit-calc(100% - 0) ;
	width: calc(100% - 0) ;
}
.tohaBOX h4{
	font-size:24px;
    color: #004f7d;
    margin-bottom: 20px;
    text-align: center;
}
.tohaBOX p{
    margin: 0 0 25px 0 !important;
	font-size:14px !important;
}

}


/* Googleマップ
--------------------------------------------------------------- */
#page-map{
text-align: center;}
#page-map h2{
    font-family: "Sawarabi Gothic";
    font-size:48px;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {

#page-map h2{
    font-size:32px;
}

.gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.gmap iframe,
.gmapr object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

}


/* ビュー割
--------------------------------------------------------------- */
.viewwari{
    max-width: 460px;
    width: 100%;
    margin: 0 auto 60px auto;
}
.viewwari img{
    width: 100%;
    height: auto;
}

#gurume p{
    width:700px;
    margin: 0 auto 80px auto;
	font-size:18px;
}
#gurume p strong{
	font-size:24px;
}

@media only screen and (max-width: 640px) {

.viewwari{
    max-width: 90%;
    width: 100%;
    margin: 0 auto 40px auto;
}

#gurume p{
    width:90%;
    margin: 0 auto 40px auto;
	font-size:16px;
}
#gurume p strong{
	font-size:20px;
}

}