@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------

reset

-------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	box-sizing:border-box;
}

html {
	line-height: 1;
}
	body p{
		font-family: 'EB Garamond', serif;
	}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
	content: none;
}

img,a {
	vertical-align:top;
	max-width:100%;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

strong{
	font-weight: bold;
}

h3, h4, h5, h6{
	letter-spacing:.2rem;
}
/* 上付き <sup> */
sup {
	font-size:0.8rem;
}
table{
	font-family: 'EB Garamond', serif;
}

/* --------------------------------------------------
fonts
-------------------------------------------------- */

/* --------------------------------------------------
link
-------------------------------------------------- */

a:link{
  color: #272727;
  text-decoration: none;
}
a:visited{
  color: #272727;
  text-decoration: none;
}
a:hover{
  color: #272727;
  text-decoration: none;
}
a:active{
  color: #272727;
  text-decoration: none;
}


/* --------------------------------------------------
html
-------------------------------------------------- */

html{
	font-size: 62.5%;
	height:100%;
}

@media screen and (max-width: 1080px) {

	html{
		font-size: 58.12%; /* 1.4rem */
	}
}
@media screen and (max-width: 600px) {

	html{
		font-size: 53.75%; /* 1.3rem */
	}
}
@media screen and (max-width: 400px) {

	html{
		font-size: 50%; /* 1.2rem */
	}
}

/* --------------------------------------------------
fontSize
-------------------------------------------------- */

.is-fs-m {
  font-size: 75%;
}
.is-fs-l {
  font-size: 87.5%;
}
.is-fs-xl {
  font-size: 100%;
}
.is-fs-xxl {
  font-size: 112.5%;
}
.is-fs-xxxl {
  font-size: 125%;
}

/* --------------------------------------------------
body
-------------------------------------------------- */

body {
    font-family: 'EB Garamond', serif;
	font-size: 1.4rem;
	line-height:1.8;
	height:100%;
	font-weight:400;
	color:#333333;
	box-sizing:border-box;
	-webkit-text-size-adjust: 100%;
}

/* --------------------------------------------------

form

-------------------------------------------------- */

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
fieldset {
	border: none;
	display: block;
}
legend {
	display: none;
}
label {
	cursor: pointer;
	display: none;
}
textarea {
	overflow: auto;
	padding: 3px;
	vertical-align: middle;
	width: 100%;
	border: 1px solid #D1D1D1;
	padding: 5px 10px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 10px 0;
	box-sizing: border-box;
}
input::-webkit-input-placeholder {
 color: #747484;
}
input:-ms-input-placeholder {
 color: #747484;
}
input::-moz-placeholder {
 color: #747484;
}
select {
	padding: 8px;
	border: 1px solid #D1D1D1;
}
input[type="checkbox"],
input[type="radio"]{
 margin-right: .5rem;
}
input[type="checkbox"] + label,
input[type="radio"] + label{
	display: inline-block;
	margin-right: 1rem;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	vertical-align: middle;
	border: none;
	border: 1px solid #D1D1D1;
	padding: 5px 10px;
	font-size: 1.5rem;
	line-height: 1.8;
	box-sizing: border-box;
	min-height: 38px;
}
input[type="file"] {
	padding: 5px 0;
}

select.text-ss {
	padding: 5px;
	background: #FFF;
}
.label-name {
	margin: 0px 7px 0 0;
	display: inline-block;
}
.text-ss {
	width: 10%;
	margin: 10px 7px 10px 0;
}
.text-s,
.text-s-sp-harf {
	width: 30%;
	margin: 10px 7px 10px 0;
}
.text-m {
	width: 58%;
	margin: 10px 7px 10px 0;
}
.text-l {
	width: 100%;
	margin: 10px 0;
}

@media screen and (max-width: 600px) {

	.text-ss {
		width: 100%;
	}
	.text-s,
	.text-s-sp-harf {
		width: 100%;
	}
	.text-m {
		width: 100%;
	}

}
/* --------------------------------------------------
site-menu
-------------------------------------------------- */

.site-menu{
	z-index:97;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
	display:none;
}

/* site-menu-content */
.site-menu-content{
	width:100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background:rgba(148,119,40,.9);
	padding:3%;
	margin-top:30px;
	position:relative;
}
.site-menu-content a{
	color:#FFF;
}
.site-menu-content .site-btn-close a{
	position:absolute;
	right:5%;
	top:5%;
	color:#FFF;
}

.site-menu{
	z-index:97;
	cursor: pointer;
	position: fixed;
	top: 0;
	right:0;
	width:100%;
	height:100%;
	padding-right:0;
	margin-top:100vh;
	display:block;
	overflow-y: scroll;  
}
.site-menu-content{
	padding-top:90px;
}


/* h-sitemap */
.site-menu .h-sitemap{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width:100%;
	position: relative;
}
.site-menu .h-sitemap > li{
	width:100%;
	margin:5px;
}
.site-menu .h-sitemap > li ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.site-menu .h-sitemap > li{
	width:48%;
}
.site-menu .h-sitemap > li > a{
	width:100%;
	text-align:center;
	display: block;
	padding:1em .5em;
	border:#fff solid 1px;
	transition:background .5s;
	font-family: 'EB Garamond', serif;
}
.site-menu .h-sitemap > li > a:hover{
	background:rgba(255,255,255,.2);
}

@media screen and (max-width: 600px) {

	.site-menu .h-sitemap > li{
		width:100%;
	}

}

/* --------------------------------------------------
spnav
-------------------------------------------------- */

#header .sp-menu-btn{
	position: absolute;
	right: 2%;
	z-index: 99;
}

/* --------------------------------------------------
spnav
-------------------------------------------------- */

#spnav .h-logo{
	padding:10px;
}



	#spnav{
		z-index:100;
		background:#fff;
		display:flex;
		align-items:center;
		position: fixed;
		top:0;
		left:0;
		width:100%;
		transition:all 1s;
		height:70px;
		box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
	}
	#spnav.on{
		top:-100%;
	}
	#spnav .h-logo{
		width:100%;
		height: 50px;
		padding:5px 20px;
	}
	#spnav .h-logo img{
		width:auto;
		height: 100%;
	}
	#spnav .sp-menu-btn{
		order:2;
		padding:20px;
	}
	#spnav.on{
		display:flex;
		top: 0 !important;;
	}		
	@media screen and (min-width: 1200px) {
		#spnav{
		}
		#spnav{
			top:-100%;
		}
		#spnav .sp-menu-btn {
			/*display:none;*/
		}
		#spnav .h-logo {
			height: 70px;
			padding: 15px 20px;
		  }
		
	}
	
@media screen and (max-width: 450px) {
	#spnav .h-logo a img{
	}
}
@media screen and (max-width: 380px) {
	#spnav .h-logo a img{
	}
}

/* --------------------------------------------------
header
-------------------------------------------------- */
#header {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;

}
#header .inner{
	display:flex;
	z-index: 1;
	justify-content: space-between;
	align-items: center;
	padding: 24px 0;
}
#header .h-logo{
	/* display:flex; */
	align-items:center;
	position:relative;
	overflow: hidden;
	width: 90px;
}
#header .h-logo a{
	display:block;
}

@media screen and (max-width: 1200px) {

	#header{
		display:none;
	}
	#header .h-logo{
		display:flex;
		align-items:center;
	}
}

/* --------------------------------------------------
#gnav
-------------------------------------------------- */

#gnav{
}
#gnav ul{
	text-align: right;
	display:flex;
	height: 100%;
	font-family: 'EB Garamond', serif;
	font-size: 1.7rem;
}
#gnav ul li{
	margin-left: 2em;
	position: relative;
}
#gnav ul li a{
	color: #947728;
}
#gnav ul li:first-child a{
	border-left: none;
}
#gnav ul li a:hover:after{
	content: " ";
	display: block;
	width: 30px;
	height: 1px;
	position: absolute;
	bottom: -6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #947728;
}
#gnav ul li.current a:after{
	content: " ";
	display: block;
	width: 30px;
	height: 1px;
	position: absolute;
	bottom: -6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #947728;
}
/* --------------------------------------------------
sec-spot
-------------------------------------------------- */
.sec-spot{
	padding: 4% 0;
}
.sec-spot .ttl{
	margin: 2em 0;
}
.sec-spot .link-post{
	font-family: 'EB Garamond', serif
}
.sec-spot .link-post a::after{
	display: none;
}
.sec-spot .ttl{
	margin: 2em 0 3em;
}
.sec-spot .sp-arrow{
	background: transparent;
}
.sec-spot .sp-black{
	background: #fff;
	color: #333;
}
.sp-previous-arrow:before,
.sp-next-arrow:before{
	text-shadow: #333 1px 1px 8px;
}

@media screen and (max-width: 800px){
	.sec-spot .ttl{
		margin: 2em 0;
	}
	.sec-spot .list-3col ul li{
		padding-bottom: 5%;
	}
	 .sec-spot .sp-layer{
		 transform: none!important;
	 }
	 .sec-spot .sp-layer{
		bottom: -17%!important;
		text-align: center;
	}
	.sec-spot .sp-mask{
		padding-bottom: 8%!important;
		overflow: unset;
	}
	.info-area{
		padding-top: 5%;
	}
	.info-area .txt-area{
		padding: 10% 0 5% 0!important;
	}
	 .sl-caption{
		display: none;
	}

}
/* --------------------------------------------------
pagetop
-------------------------------------------------- */

.pagetop{
	text-align:right;
}
.pagetop a{
	display:inline-block;
	width: 50px;
	height: 50px;
	background: #947728;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.pagetop a i{
	color: #fff;
	font-size: 3rem;
}

@media screen and (max-width: 600px) {

	.pagetop a{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}


/* --------------------------------------------------
footer
-------------------------------------------------- */

#footer {
	padding:1em 0 0;
	width:100%;
	text-align: center;
	border-top: 1px solid #DCE3EB;
}
#footer figure img{
	position: relative;
	top: auto;
	left: auto;
	transform: translate(0);
	max-width: 62px;
	width: 100%;
}

.kumamotoguide-logo-footer {
  	width: 100px;
	margin: 1.5em auto 0;
}

@media screen and (max-width: 800px) {

}
/* f-address */
.f-address address{
	font-size:1.2rem;
}
.f-address dl{
	margin-bottom:6rem;
}
.f-address dt{
	font-weight:bold;
	font-size:2rem;
	line-height:4;
}
.f-address dd p{
	line-height:2;
}
@media screen and (max-width: 600px) {

	.f-address dl{
		margin-bottom:2rem;
	}
	.f-address dt{
		font-size:1.3rem;
		line-height:3;
	}

}

/* copy */
.copy{
	text-align:center;
	font-size:1.1rem;
	letter-spacing:.1rem;
	position: relative;
	padding:1em 0;
}


@media screen and (max-width: 600px) {
	.f-address{
		width:100%;
		order:2;
	}

}

@media screen and (max-width: 400px) {

	.f-address{
		display: block;
	}
	.f-address address{
		padding-left:0;
	}
}


/* --------------------------------------------------
contents
-------------------------------------------------- */

#contents{
	position: relative;
	min-height:calc(100vh - 15%);
/*	padding-bottom:5%;
*/}
@media screen and (max-width: 1200px) {

	#contents{
		padding-top:70px;
	}

}

/* --------------------------------------------------

layout

-------------------------------------------------- */

/* --------------------------------------------------
wrapper
-------------------------------------------------- */

.wrapper{
	overflow: hidden;
}

@media screen and (max-width: 1480px) {
	.wrapper{
	}
}

/* --------------------------------------------------
inner
-------------------------------------------------- */

.inner{
	max-width:1200px;
	margin:0 auto;
}

@media screen and (max-width: 1200px) {

	.inner {
		width:100%;
		margin:0 auto;
		position: relative;
		padding:0 5%;
	}

}

/* --------------------------------------------------
section
-------------------------------------------------- */

section{
	padding: 7% 0;
}

/* --------------------------------------------------
main
-------------------------------------------------- */

#main{
/*	max-width:1200px;*/
	position:relative;
	margin:0 auto;
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 800px) {
}

/* --------------------------------------------------

element

-------------------------------------------------- */

/* --------------------------------------------------
ttl
-------------------------------------------------- */

/* ttl */
.ttl{
	text-align:center;
	letter-spacing:.4rem;
	color:#947728;
	margin: 1em 0;
}
.ttl span{
	font-size:4.8rem;
	display:block;
	font-family: 'EB Garamond', serif;
}

@media screen and (max-width: 800px) {

	.ttl{
		align-items: center;
		padding:1em ;
	}
	.ttl strong {
    padding-left:0;
	}
	.ttl span{
		font-size:3.8rem;
	}
}

/* sttl */
.sttl {
}
.sttl span{
	letter-spacing:.2rem;
	font-size: 4.8rem;
	color: #947728;
	font-family: 'EB Garamond', serif;
	display: block;
}
@media screen and (max-width: 800px) {

	.sttl {
		padding:.3em 0;
		margin-bottom:1em;
	}
	.sttl span{
		letter-spacing:.2rem;
		font-size: 4.4rem;
		line-height: 1.2;
	}
}
@media screen and (max-width: 420px) {

	.sttl {
		padding:.3em 0;
		margin-bottom:1em;
	}
	.sttl span{
		letter-spacing:.2rem;
		font-size: 3rem;
		line-height: 1.2;
	}
}

/* sttl */
.ssttl {
	font-size: 2.8rem;
	color: #205E45;
	font-weight: bold;
	padding:.3em 0;
	margin-bottom:.3em;
}
.ssttl::before{
	content:"";
	width:30px;
	height:5px;
	margin-bottom:.3em;
	background: -webkit-linear-gradient(0deg, #225E45, #567300);
	display:inline-block;
	line-height:1;
	margin-right:.5em;
}
@media screen and (max-width: 800px) {
	.ssttl {
		font-size: 2.2rem;
		padding:.2em 0;
}
}
@media screen and (max-width: 420px) {
	.ssttl {
		font-size: 1.6rem;
		padding:0;
		margin-bottom:.3em;
	}
}

/* ttl-page */
.ttl-page{
	letter-spacing:.2rem;
	font-size: 4rem;
	position:relative;
	color:#2D3751;
	font-weight: bold;
	display: block;
}
@media screen and (max-width: 800px) {

	.ttl-page{
		font-size: 3rem;
		line-height: 1.4;
	}
}
@media screen and (max-width: 420px) {

	.ttl-page{
		letter-spacing:0;
		font-size: 2.2rem;
	}
}

/* ttl-page-sub */
.ttl-page-sub{
	font-size: 2rem;
	display: block;
	margin-bottom: 1em;
	font-weight: normal;
}
@media screen and (max-width: 800px) {

	.ttl-page-sub{
		font-size: 2rem;
		line-height: 1.4;
	}
}
@media screen and (max-width: 420px) {

	.ttl-page-sub{
		font-size: 1.6rem;
	}
}

/* ttl-section */
.ttl-section{
	text-align:center;
	font-size:2rem;
	margin-bottom:1em;
	padding-bottom:.5em;
	line-height:1.2;
	font-family: 'EB Garamond', serif;
}
/* ttl-spot */
.ttl-spot{
	font-size:3rem;
	margin-bottom:.4em;
	line-height:1.7;
	font-family: 'EB Garamond', serif;
}
@media screen and (max-width: 800px) {
	.ttl-spot{
		font-size: 2rem;
	}
}
@media screen and (max-width: 600px) {
}

/* --------------------------------------------------
icon
-------------------------------------------------- */

/* ico-new */
.ico-new{
	background:#2D3751;
	font-size:1.3rem;
	line-height:1.2;
	padding:3px 10px;
	display:inline-block;
	color:#FFF;
	font-weight:bold;
}
/* ico-cate */
.ico-cate{
	background:#2D3751;
	font-size:1.3rem;
	line-height:1.2;
	padding:3px 10px;
	display:inline-block;
	color:#FFF;
	font-weight:bold;
}
/* ico-season */
.ico-season{
	background:#215C45;
	line-height:1.2;
	padding: 3px 10px;
	display:inline-block;
	color:#FFF;
	font-weight:bold;
}
/* ico-time */
.ico-time{
	background:#2D3751;
	line-height:1.2;
	padding: 3px 10px;
	display:inline-block;
	color:#FFF;
	font-weight:bold;
}
.ico-time::before{
	line-height:1;
	content:"\f017";
	font-family:fontawesome;
	margin-right:.5rem;
	display:inline-block;
	font-weight:normal;
}
.link-icon a::before{
	line-height:1;
	content:"\f0c1";
	font-family:fontawesome;
	margin-right:.5rem;
	display:inline-block;
	font-weight:normal;
}
.word-icon a{
	text-decoration: underline;
	margin-left: 1em;
}
.pdf-icon a::before{
	line-height:1;
	content:"\f1c1";
	font-family:fontawesome;
	margin-right:.5rem;
	display:inline-block;
	font-weight:normal;
}
.word-icon a::before{
	line-height:1;
	content:"\f1c2";
	font-family:fontawesome;
	margin-right:.5rem;
	display:inline-block;
	font-weight:normal;
}
.excel-icon a::before{
	line-height:1;
	content:"\f1c3";
	font-family:fontawesome;
	margin-right:.5rem;
	display:inline-block;
	font-weight:normal;
}

/* --------------------------------------------------
label
-------------------------------------------------- */
.label {
	background: #25694D;
	color: #fff;
	padding: 10px 20px;
	margin-right: 20px;
	font-size: 3rem;
	display: inline-block;
}
@media screen and (max-width: 1080px) {
	.label {
		font-size: 100%;
	}
}
@media screen and (max-width: 600px) {
	.label {
		padding: 4px 20px;
	}
}

/* --------------------------------------------------
badge
-------------------------------------------------- */

.badge-new,
.badge-open,
.badge-close,
.badge-soon{
	font-size:1.4rem;
	display:block;
	text-align:center;
	z-index:2;
	color: #000;
	padding: 0 1em;
	letter-spacing: 2px;font-weight: bold;
}
.badge-new{
	background:#FFF500;
}
.badge-open{
	background:#94C8FF;
}
.badge-close{
	background:#666;
	color:#FFF;
}
.badge-soon{
	background:#666;
	color:#FFF;
}
/* page-rank */
.badge-rank,
.badge-rank-1,
.badge-rank-2,
.badge-rank-3{
	font-size:2.5rem;
	display:block;
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	border-radius:23px;
	color:#FFF;
	z-index:2;
	font-weight:bold;
	background:#2D3751;
}
.badge-rank-1{
	background:#D7B737;
}
.badge-rank-2{
	background:#9D9D9D;
}
.badge-rank-3{
	background:#9E7071;
}

/* --------------------------------------------------
meta
-------------------------------------------------- */

/* page-meta */
.page-meta{
	width:100%;
	display:flex;
	align-items:center;
	padding:10px 0;
	flex-wrap: wrap;
	justify-content: center;
	position:relative;
}
.page-meta > .iconset-pht{
	flex:1;
	flex-wrap: wrap;
	display:flex;
	justify-content: center;
	padding-left:207px;
}
.page-meta > .iconset-pht *{
	margin-right:5px;
	margin-bottom:5px;
}
.page-meta .btn-caution{
	margin-left:auto;
}

@media screen and (max-width: 800px) {

	.page-meta > div{
		width:100%;
		display:flex;
		justify-content: center;
		padding-left:0;
	}
	.page-meta .btn-caution{
		width:100%;
		margin-left:0;
		margin-top:10px;
		display:flex;
		justify-content: center;
	}

}
@media screen and (max-width: 600px) {

	.page-meta{
		justify-content: flex-start;
	}

}

/* post-meta */
.post-meta{
	width:100%;
	display:flex;
	align-items:center;
	padding:1em 0;
	flex-wrap: wrap;
}
.post-meta > *{
	margin-right:10px;
}
.post-meta .writer{
	width:auto;
}
.post-meta .writer .post-date{
	display:inline-block;
}
.post-meta .sns-share{
	margin-left:2em;
}


@media screen and (max-width: 600px) {

	.post-meta{
		justify-content: flex-start;
	}

}

/* post-date */
.post-date{
	display:block;
	color:#215E45;
	font-size: 1.7rem;
}
@media screen and (max-width: 1080px) {

.post-date{
	font-size: 100%;
}
}

/* --------------------------------------------------
link
-------------------------------------------------- */

.link-post {
	display:block;
	font-size: 1.6rem;
	margin:10px 0 1em;
}
.link-post a:after{
	content:"\f0da";
	font-family:fontawesome;
	margin-left:1em;
	display: inline-block;
}

@media screen and (max-width: 1080px) {

	.link-post {
		font-size: 100%;
		margin-bottom: 0;
	}
}

/* related-file */
.related-file {
	line-height:1.2;
	padding:1em;
	background:#eef0f1;
	margin-bottom:.5em;
}
.related-file a{
	text-decoration:underline;
	color:#2D3751;
}
.related-file:before{
	content:"\f019";
	font-family:fontawesome;
	margin-right:1rem;
}

/* related-link */
.related-link {
	line-height:1.2;
	background:#eef0f1;
	padding:1em;
	margin-bottom:.5em;
}
.related-link a{
	text-decoration:underline;
	color:#2D3751;
}
.related-link:before{
	content:"\f0c1";
	font-family:fontawesome;
	margin-right:1rem;
}

/* --------------------------------------------------
txt
-------------------------------------------------- */

/* exp */
.exp{
	display:block;
	font-size:1.4rem;
	margin-bottom:.5em;
}
.exp-poto{
	display:block;
	font-size:1.4rem;
	margin: 2em auto;
	max-width:800px;
}
/* read */
.read{
	display:block;
	font-size:1.7rem;
	font-weight:bold;
	padding:1rem 0;
}
.read-center{
	display:block;
	font-size:1.7rem;
	font-weight:bold;
	padding:1rem 0;
	text-align:center;
	margin: 2em 0;
}

/* --------------------------------------------------
btn
-------------------------------------------------- */

/* btn-area  */
.btn-area{
	width:100%;
	text-align: center;
	padding:6rem 0 0;
}
.btn-area p{
}
.btn-area p a{
	font-size: 1.3rem;
	display: inline-block;
	cursor: pointer;
	padding: 1rem 16rem 1rem 17rem;
	background: #947728;
	color: #fff;
}
.btn-area p a:hover{
	opacity: 0.8;
}
@media screen and (max-width: 600px) {
	.btn-area{
		padding:3rem 0 0;
	}
	/* .btn-area >p{
		max-width:80%;
	}
	.btn-area p a{
		padding: .8em;
		font-size: 100%;
		width: 100%;
		display: block;
	} */
}

/* btn-area-col2  */
.btn-area-col2{
	width:80%;
	margin:0 auto;
	text-align: center;
	display:flex;
	justify-content: center;
}
.btn-area-col2 > p:first-of-type{
	order:2;
	padding-left:.5rem;
}
.btn-area-col2 > p:last-of-type{
	order:1;
	padding-right:.5rem;
}

/* btn-area-arrow  */
.btn-area-arrow{
	max-width:600px;
	text-align: center;
	position:relative;
	padding:40px;
	margin:5% auto;
	border-top:#666 solid 2px;
}
.btn-area-arrow:before {
  content: "";
  position: absolute;
  top:-2px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.btn-area-arrow:after {
  content: "";
  position: absolute;
  top:0;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #666;
  z-index: 1;
}
.btn-area-arrow > p{
	min-width:450px;
	margin:10px auto;
}

@media screen and (max-width: 600px) {

	/* btn-area-col2  */
	.btn-area-col2{
		display:block;
		width:90%;
		margin:0 auto;
	}
	.btn-area-col2 > p:first-of-type,
	.btn-area-col2 > p:last-of-type{
		display:block;
		width:100%;
		padding-left:0;
		padding-right:0;
		margin-bottom:10px;
	}
}

/* btn-close */
.btn-close a{
	font-size:1.3rem;
	text-decoration:none;
	display: block;
	vertical-align: middle;
	position:relative;
	text-align:center;
	font-weight:bold;
}
.btn-close a:before{
	content:"\f00d";
	font-family:fontawesome;
	margin-right:.5rem;
}

/* btn-delete */
.btn-delete a{
	text-decoration:none;
	display: inline-block;
	vertical-align: middle;
	position:relative;
	color:#FFF;
	padding:5px 15px;
	background:#333;
	transition: all .5s ease-out;
	font-weight:bold;
	border-radius:5px;
}
.btn-delete a:before{
	content:"\f00d";
	font-family:fontawesome;
	font-weight:normal;
	margin-right:1rem;
}
.btn-delete a:hover{
	background:#666;
	color:#FFF;
}

/* btn-caution */
.btn-caution a{
	text-decoration:none;
	display: inline-block;
	vertical-align: middle;
	position:relative;
	color:#FFF;
	padding:5px 15px;
	background:#C60054;
	transition: all .5s ease-out;
	font-weight:bold;
	border-radius:5px;
}
.btn-caution a:before{
	content:"\f071";
	font-family:fontawesome;
	font-weight:normal;
	margin-right:1rem;
}
.btn-caution a:hover{
	background:#000;
	color:#FFF;
}
.btn-caution a:hover{
	background:#F86252;
}

/*  btn-back */
.btn-back p a:before{
	content:"\f104";
	font-family:fontawesome;
	margin-right:2em;
	margin-left: -1em;
}

/* btn-search btn-enter  */
.btn-search a,
.btn-enter a{
	min-width:350px;
	text-align:center;
	font-size:2rem;
	background:#215C45;
	color:#fff;
	text-decoration:none;
	display: block;
	vertical-align: middle;
	position:relative;
	background:#215C45;
	padding:.8em;
	transition: all .5s ease-out;
	font-weight:bold;
}
.btn-search a:hover,
.btn-enter a:hover{
	background:#449374;
}
.btn-search a:before{
	content:"\f002";
	font-family:fontawesome;
	font-weight: normal;
	margin-right:1em;
}


@media screen and (max-width: 600px) {

	/* btn-search btn-enter  */
	.btn-search a,
	.btn-enter a{
		min-width:0;
	}
}

/* btn-openmap */
.btn-openmap a{
	font-size:1.8rem;
	background:#215C45;
	color:#fff;
	text-decoration:none;
	display: block;
	vertical-align: middle;
	position:relative;
	padding:.8em;
	font-weight:bold;
}
.btn-openmap a:before{
	content:"\f041";
	font-family:fontawesome;
	font-weight: normal;
	margin-right:1em;
}

/* btn-dl */
.btn-dl{
	position:relative;
}
.btn-dl a{
	text-align:center;
	font-size:1.8rem;
	background:#215C45;
	color:#fff;
	text-decoration:none;
	display: block;
	vertical-align: middle;
	position:relative;
	padding:.8em;
	font-weight:bold;
}
.btn-dl a:before{
	content:"\f019";
	font-family:fontawesome;
	font-weight: normal;
	margin-right:1em;
}
.btn-dl span{
	display:inline-block;
	font-size:1rem;
	margin:0 1em;
	line-height:1;
}

/* btn-dl-pht */
.btn-dl-pht{
	margin-bottom:10px;
}
.btn-dl-pht a{
	font-size:2.5rem;
	background:#215C45;
	color:#fff;
	text-decoration:none;
	display: block;
	vertical-align: middle;
	position:relative;
	padding:.5em 0;
	font-weight:bold;
}
.btn-dl-pht a:before{
	content:"\f019";
	font-family:fontawesome;
	font-weight: normal;
	margin-right:1em;
}

/* btn-pdf */
.btn-pdf{
	margin-bottom:10px;
}
.btn-pdf a{
	text-align:center;
	font-size:1.8rem;
	background:#215C45;
	color:#fff;
	text-decoration:none;
	display: block;
	vertical-align: middle;
	position:relative;
	padding:.8em;
	font-weight:bold;
}
.btn-pdf a:before{
	content:"\f1c1";
	font-family:fontawesome;
	font-weight: normal;
	margin-right:1em;
}

.btn-openmap a,
.btn-dl a,
.btn-dl-pht a,
.btn-pdf a{
	transition: all .5s ease-out;
}

.btn-openmap a:hover,
.btn-dl a:hover,
.btn-dl-pht a:hover,
.btn-pdf a:hover{
	background:#449374;
}

/* btn-search-menu */
.btn-search-menu a{
	margin:0 auto;
	text-align:center;
	font-size:1.8rem;
	color:#fff;
	text-decoration:none;
	display: block;
	vertical-align: middle;
	position:relative;
	padding:.5em 3em;
	border-radius:3em;
	font-weight:bold;
	background:#D46443;
	transition: all .5s ease-out;
}
.btn-search-menu a:before{
	content:"\f002";
	font-family:fontawesome;
	font-weight: normal;
	margin-right:1em;
}
.btn-search-menu a:hover{
	background:#F86252;
}

/* btn-more,btn-download */
.btn-more p a:after,
.btn-download p a:after {
	content:"\f0da";
	font-family:fontawesome;
	margin-left:2em;
	display: inline-block;
}

/* btn-back-page */
.btn-back-page a{
	font-size:1.8rem;
	color:#fff;
	text-decoration:none;
	display: block;
	vertical-align: middle;
	position:relative;
	padding:.8em;
	font-weight:bold;
	background:#C60054;
}
.btn-more a,
.btn-back-page a{
	transition: all .5s ease-out;
}
.btn-more a:hover,
.btn-back-page a:hover{
}


/* --------------------------------------------------
pht
-------------------------------------------------- */

.pht-cover,
.pht-contain,
.pht-case,
.pht-cell,
.pht-cell-gallery,
.pht-circle,
.pht-book{
	text-align: center;
/*	margin:0 auto;
*/	position: relative;
	max-width:800px;
}
.pht-cover .frame img,
.pht-case .frame img,
.pht-cell .frame img,
.pht-cell-gallery .frame img,
.pht-circle .frame img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:none;
	max-height:150%;
	max-width:150%;
}
.pht-contain .frame img,
.pht-book .frame img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:none;
	max-height:100%;
	max-width:150%;
}

a .pht-cover .frame img,
a .pht-contain .frame img,
a .pht-case .frame img,
a .pht-cell .frame img,
a .pht-cell-gallery .frame img,
a .pht-circle .frame img{
	transition:all .5s;
}
a:hover .pht-cover .frame img,
a:hover .pht-contain .frame img,
a:hover .pht-case .frame img,
a:hover .pht-cell .frame img,
a:hover .pht-cell-gallery .frame img,
a:hover .pht-circle .frame img{
	transform: translate(-50%, -50%) scale(1.1);
}

/* pht-cover */
.pht-cover .frame{
	position: relative;
	width: 100%;
	padding-top:75%;
  overflow: hidden;
	background:	#fff;
	overflow:hidden;
	background:#FFF;
}
.pht-cover figcaption{
	display:inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding:.5em;
	text-align:right;
	font-size:1.4rem;
	line-height:1.3;
	text-align:right;
	background:#FFFF00;
	font-weight:bold;
}

/* pht-contain */
.pht-contain .frame{
	position: relative;
	width: 100%;
	padding-top:69%;
  overflow: hidden;
	/* background:	#fff; */
	overflow:hidden;
	/* background:#efefef; */
}
.pht-contain figcaption{
	display:inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding:.5em;
	text-align:right;
	font-size:1.4rem;
	line-height:1.3;
	text-align:right;
	background:#FFFF00;
	font-weight:bold;
}

/* pht-case */
.pht-case .frame{
	position: relative;
	width: 100%;
	padding-top:50%;
  overflow: hidden;
	background:	#fff;
	overflow:hidden;
}
.pht-case figcaption{
	display:block;
	text-align: left;
}

/* pht-cell */
.pht-cell{
	position: relative;
}
.pht-cell .frame{
	position: relative;
	width: 100%;
	padding-top:100%;
	overflow:hidden;
}
.pht-cell .frame:after{
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,.54);
	position:absolute;
	left:0;
	top:0;
	transition:all .5s;
}
.pht-cell .frame:hover:after{
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,.2);
	position:absolute;
	left:0;
	top:0;
}
.pht-cell figcaption{
	display:block;
	position: absolute;
	bottom: 1em;
	left: 0;
	width:100%;
	text-align:center;
	padding:.5em;
	line-height:1.3;
	color:#fff;
	font-size:1.8rem;
	text-shadow:black 1px 1px 2px, black -1px 1px 2px,black 1px -1px 2px, black -1px -1px 2px;
}

/* pht-circle */
.pht-circle {
	width:100%;
	display:flex;
	align-items: center;
}
.pht-circle .frame{
	position: relative;
	width: 100px;
	padding-top: 100px;
	overflow: hidden;
	z-index:1;
	border-radius:50%;
}
.pht-circle figcaption{
	padding-left:1rem;
	text-align: left;
}

/* pht-gallery */
.pht-gallery{
	position:relative;
}
.pht-gallery .frame{
	position: relative;
	width: 100%;
	padding-top:65%;
  overflow: hidden;
	background:	#fff;
	overflow:hidden;
}
.pht-gallery img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height:100%;
	max-width:150%;
}
.pht-gallery figcaption{
	display:inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding:.5em;
	text-align:right;
	font-size:1.4rem;
	line-height:1.3;
	text-align:right;
	background:#FFFF00;
	font-weight:bold;
}

/* pht-book */
.pht-book .frame{
	position: relative;
	width: 100%;
	padding-top:75%;
  overflow: hidden;
	background:	#fff;
	overflow:hidden;
	background:#FFF;
}
.pht-book .frame:before{
	position:absolute;
	left:0;
	bottom:0;
	content:"";
	width:100%;
	height:50%;
	background:#efefef;
}
.pht-book figcaption{
	display:inline-block;
	padding:1em;
	font-size:1.8rem;
	line-height:1.3;
	font-weight:bold;
}


/* --------------------------------------------------
pht-gallery-full
-------------------------------------------------- */

/* pht-gallery-full */
.pht-gallery-full {
	background:	#333;
}
.pht-gallery-full .frame{
	position: relative;
	text-align:center;
	width: 100%;
  overflow: hidden;
	overflow:hidden;
	max-width: 1000px;
	margin: 0 auto;
}
.pht-gallery-full .frame img{
	max-height:700px;
}

/* --------------------------------------------------
eyecatch
-------------------------------------------------- */
.eyecatch{
	text-align: center;
	margin:0 auto;
	position: relative;
}
.eyecatch .frame{
	position: relative;
	width: 100%;
	padding-top:40%;
  overflow: hidden;
	overflow:hidden;
}
.eyecatch img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.eyecatch figcaption{
	display:block;
	text-align:center;
	position:absolute;
	top: 50%;
	left:50%;
	height:5em;
	width:2em;
	line-height:1.9;
	color:#fff;
	border:#FFF solid 1px;
	font-size:2em;
	-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	transform: translate(-50%, -50%);
}
a .eyecatch img{
	transition:all .5s;
}
a:hover .eyecatch img{
	transform: translate(-50%, -50%) scale(1.1);
}

/* --------------------------------------------------
eyecatch-blur
-------------------------------------------------- */
.eyecatch-blur{
	text-align: center;
	position: relative;
}
.eyecatch-blur .frame{
	position: relative;
	width: 100%;
	padding-top:20%;
	overflow:hidden;
}
.eyecatch-blur img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	filter: blur(5px);
	transform: translate(-50%, -50%) scale(1.1);
}

/* --------------------------------------------------
movie
-------------------------------------------------- */
.movie{
	width:100%;
	margin-bottom:2%;
}
.movie > div{
  position: relative;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* --------------------------------------------------
map
-------------------------------------------------- */
.map{
	width:100%;
	border:#000 solid 1px;
	margin-bottom:2%;
}
.map > div{
  position: relative;
  padding-top: 35%;
}
.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 800px) {

	.map > div{
		padding-top:120%;
	}

}

/* --------------------------------------------------

module

-------------------------------------------------- */

/* --------------------------------------------------
breadCrumbs
-------------------------------------------------- */

.breadCrumbs{
	width:100%;
}
.breadCrumbs ul{
	display:flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.breadCrumbs li{
	font-size:1.3rem;
	vertical-align:middle;
}
.breadCrumbs li:last-of-type{
	padding:1em 2em;
}
.breadCrumbs a{
	display:block;
	padding:1em 2em;
	vertical-align:middle;
	position: relative;
	color: #225E45;
}
.breadCrumbs a:first-child:before{
	content:"\f105";
	font-family:fontawesome;
	margin-right:1em;
	position: absolute;
	left:98%;
	top:50%;
	margin-top:-.5em;
	line-height:1.2;
}

@media screen and (max-width: 800px) {

	.breadCrumbs{
		padding:0;
	}
	.breadCrumbs li a{
		padding:10px;
	}
	.breadCrumbs li:after{
		content:none;
		margin-left:0;
	}

}

/* --------------------------------------------------
tab
-------------------------------------------------- */

.tab{
	display:flex;
	width:100%;
	justify-content:center;
	flex-flow: wrap;
	margin-bottom:5%;
	align-items:strech;
	padding:2em 0;
	background:#EBEBEB;
}
.tab li a{
	display:block;
	width:100%;
	font-size:1.8rem;
	text-align:center;
	line-height:1;
	padding:0 .5em;
	margin:.5em 1em;
	border-right: #666 solid 1px;
	position:relative;
}
.tab li:first-of-type a{
	border-left: #666 solid 1px;
}
.tab li.current a{
	font-weight:bold;
}

@media screen and (max-width: 600px) {

	.tab{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tab li{
		width:49%;
		margin-bottom:5px;
	}
	.tab li a{
		width:100%;
		text-align:center;
		line-height:1.2;
		display:block;
		padding:15px;
		margin:0;
		border: #fff solid 1px;
		position:relative;
		background:#FFF;
	}
.tab li:first-of-type a{
	border-left: #fff solid 1px;
}
	.tab li.current a:after{
		width:100%;
		left:0;
		bottom:0;
		margin-left:0;
	}

}


/* --------------------------------------------------
spot-list
-------------------------------------------------- */

.spot-list{
	margin:20px 0;
}
.spot-list li{
	position: relative;
	display: flex;
	flex-flow: column;
}
.spot-list .icon-open,
.spot-list .icon-close{
	position:absolute;
	left:10px;
	top:0;
}
.spot-list .btn-icon-delete{
	position:absolute;
	right:10px;
	top:0;
	z-index:1;
}
.spot-list .spot-ttl{
	padding:.5rem 0;
}
.spot-list .spot-ttl a{
	text-decoration:underline;
	color:#333;
	font-weight:bold;
	display:block;
}
.spot-list .spot-date{
	display:inline-block;
	line-height:1.2;
	color:#999;
	font-size:1.3rem;
}
.spot-list .spot-icon{
	line-height:1.2;
	margin-bottom:.5rem;
}

.info-area .txt-area{
	padding: 5% 0;
	max-width: 90rem;
	margin: 0 auto;
}
.info-area .spot-txt{
	font-size:1.4rem;
	line-height:1.6;
}
.spot-list .btn-addfavorite a{
	min-width:0;
	font-size:1.4rem;
	padding:8px 10px;
}

/* --------------------------------------------------
list-2col
-------------------------------------------------- */

/* list-2col */
.list-2col{
	overflow:hidden;
	margin-bottom:5%;
}
.list-2col ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin-right:-2%;
}
.list-2col li{
	width:calc(100% / 2 - 2%);
	margin-right:2%;
	padding-bottom:2%;
}

@media screen and (max-width: 800px) {

	.list-2col li{
		width:calc(100%);
	}

}

/* --------------------------------------------------
list-3col
-------------------------------------------------- */

.list-3col{
	overflow:hidden;
	margin-bottom:5%;
}
.list-3col ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin-right:-2%;
}
.list-3col li{
	width:calc(100% / 3 - 2%);
	margin-right:2%;
	padding-bottom:2%;
}

@media screen and (max-width: 800px) {

	.list-3col li{
		width:calc(100% / 2 - 2%);
	}

}
@media screen and (max-width: 400px) {

	.list-3col li{
		width:calc(100%);
	}

}


/* --------------------------------------------------
list-4col
-------------------------------------------------- */

.list-4col{
	overflow:hidden;
	margin-bottom:5%;
}
.list-4col ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin-right:-2%;
}
.list-4col li{
	width:calc(100% / 4 - 2%);
	margin-right:2%;
	padding-bottom:2%;
}

@media screen and (max-width: 800px) {

	.list-4col li{
		width:calc(100% / 3 - 2%);
	}

}
@media screen and (max-width: 600px) {

	.list-4col li{
		width:calc(100% / 2 - 2%);
	}

}

/* --------------------------------------------------
list-5col
-------------------------------------------------- */

/* list-5col */
.list-5col{
	overflow:hidden;
	margin-bottom:5%;
}
.list-5col ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin-right:-1%;
}
.list-5col li{
	width:calc(100% / 5 - 2%);
	margin-right:2%;
	padding-bottom:2%;
}

@media screen and (max-width: 800px) {

	.list-5col li{
		width:calc(100% / 3 - 2%);
	}

}
@media screen and (max-width: 600px) {

	.list-5col li{
		width:calc(100% / 2 - 2%);
	}

}


/* --------------------------------------------------
list-cell
-------------------------------------------------- */

.list-cell{
	overflow:hidden;
	margin:2%;
}
.list-cell ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin-right:-2%;
}
.list-cell li{
	width:calc(100% / 4 - 2%);
	margin-right:2%;
	padding-bottom:2%;
}

@media screen and (max-width: 800px) {

	.list-cell li{
		width:calc(100% / 3 - 2%);
	}

}
@media screen and (max-width: 600px) {

	.list-cell li{
		width:calc(100% / 2 - 2%);
	}

}
/* --------------------------------------------------
thumb-list
-------------------------------------------------- */

.thumb-list {
	position:relative;
}
.thumb-list li{
	position:relative;
	margin-top:2%;
}
.thumb-list li > a{
	position:relative;
	display:block;
}
.thumb-list .badge-new,
.thumb-list .badge-open,
.thumb-list .badge-close,
.thumb-list .badge-rank,
.thumb-list .badge-rank-1,
.thumb-list .badge-rank-2,
.thumb-list .badge-rank-3{
	position:absolute;
	left:10px;
	top:10px;
	z-index:8;
}
.thumb-list .exp{
	font-size:1.2rem;
}
.thumb-list .txt{
	padding:.5rem;
}
.thumb-list .spot-category{
	padding-left:.5em;
}
.thumb-list .spot-category:before{
	content:"|";
	margin-right:.5em;
	font-family: sans-serif;
}
.thumb-list .photo-category{
	text-align:left;
}
.thumb-list .iconset{
	position:absolute;
	right:0;
	top:0;
	z-index:8;
}
.thumb-list .iconset span{
	padding:10px 15px;
	font-size:1.5rem;
}

/* --------------------------------------------------
card-list
-------------------------------------------------- */

.card-list {
	position:relative;
	max-width:300px;
	margin:0 auto;
}
.card-list li{
	position:relative;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
	margin-bottom:2em;
	padding-bottom:0;
}
.card-list .badge-new,
.card-list .badge-open,
.card-list .badge-close,
.card-list .badge-rank,
.card-list .badge-rank-1,
.card-list .badge-rank-2,
.card-list .badge-rank-3{
	position:absolute;
	left:10px;
	top:10px;
	z-index:8;
}
.card-list li .txt{
	padding:1em;
}


/* --------------------------------------------------
recomend-list
-------------------------------------------------- */

.recomend-list .link-spot,
.recomend-list .link-event,
.recomend-list .link-post,
.recomend-list .link-photo,
.recomend-list .link-page{
	font-size:1.5rem;
	margin-top:.5em;
}
.recomend-list .link-spot,
.recomend-list .link-photo,
.recomend-list .link-page{
	text-align:center;
}


/* --------------------------------------------------
gallery-list
-------------------------------------------------- */

.gallery-list{
	background:#2D3751;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.gallery-list li{
	width:calc(100% / 3);
}

@media screen and (max-width: 800px) {

	.gallery-list li{
		width:calc(100% / 2);
	}

}
@media screen and (max-width: 400px) {

	.gallery-list li{
		width:calc(100%);
	}

}

/* --------------------------------------------------
news-list
-------------------------------------------------- */
.news-list{
	width:100%;
	position:relative;
}
.news-list li{
	border-bottom:#D5E6E0 solid 1px;
}
.news-list li:nth-of-type(1){
	border-top:#D5E6E0 solid 1px;
}
.news-list li a{
	display:block;
	padding:3em 2em 3em 1em;
}
.news-list .post-date{
}
.news-list li p{
	flex:1;
}

@media screen and (max-width: 600px) {

	.news-list li a{
		flex-direction: column;
		align-items: flex-start;
		padding: 1em;
	}

}

/* --------------------------------------------------
search-list
-------------------------------------------------- */
.search-list{
	width:100%;
	position:relative;
}
.search-list li{
	border-bottom:#CCC solid 1px;
	padding:1em;
}
.search-list li:nth-of-type(1){
	border-top:#CCC solid 1px;
}
.search-list li a{
	display:block;
	padding:.5em 0;
}

/* --------------------------------------------------
sitemap-list
-------------------------------------------------- */

.sitemap-list{
	display:flex;
	width:100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sitemap-list > ul{
	width:48%;
	border-top:#CCC solid 1px;
}
.sitemap-list > ul > li{
	border-bottom:#CCC solid 1px;
}
.sitemap-list > ul > li > a{
	display:block;
	position:relative;
	padding:2em 2em 2em 1em;
}
.sitemap-list > ul > li > a:after{
	content:"\f105";
	font-family:fontawesome;
	margin-right:1em;
	position: absolute;
	left:98%;
	top:50%;
	margin-top:-.5em;
	line-height:1.2;
}

.sitemap-list > ul > li > ul{
	margin-bottom:1em;
}
.sitemap-list > ul > li > ul a{
	display:block;
	position:relative;
	padding:.6em 1em;
	margin-left:1em;
	font-size:1.4rem;
}
.sitemap-list > ul > li > ul li a:before{
	content:"\f105";
	font-family:fontawesome;
	margin-right:1em;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-.5em;
	line-height:1.2;
}

@media screen and (max-width: 600px) {

	.sitemap-list > ul{
		width:100%;
	}

}


/* --------------------------------------------------
page-list
-------------------------------------------------- */

.page-list{
	position:relative;
	padding:1em;
}
.page-list li{
	display: inline-block;
}
.page-list li:first-of-type{
	border-right:#CCC solid 1px;
	padding-right:4px;
}

/* --------------------------------------------------
spot-meta
-------------------------------------------------- */

.spot-meta dl{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#efefef solid 1px;
	padding:10px;
}
.spot-meta .event-date{
	display:block;
	font-size:2.5rem;
	margin-right:5px;
	margin-bottom:.5em;
}

/* --------------------------------------------------
spot-data
-------------------------------------------------- */

.spot-data{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin-bottom:5%;
}
.spot-data dl:first-of-type{
	border-top:#CCC solid 1px;
	width:100%;
}
.spot-data dl{
	display: flex;
	flex-wrap:nowrap;
	width:100%;
	table-layout:fixed;
	border-bottom:#CCC solid 1px;
	line-height:1.2;
	font-size:1.4rem;
}
.spot-data dt{
	display: flex;
	align-items:center;
	justify-content: flex-start;
	padding-right:2rem;
	vertical-align:middle;
	margin:1em;
	width:8em;
	font-weight:bold;
}
.spot-data dd{
	display: flex;
	flex-wrap:wrap;
	align-items:center;
	width:70%;
	vertical-align:middle;
	margin:1rem;
	position:relative;
	line-height:1.6;
}
.spot-data dd a{
	text-decoration:underline;
	color:#0052A3;
	display:block;
	margin:.5em 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.spot-data .via{
	width:100%;
	text-align:right;
	margin-top:.5em;
}
.spot-data .related-link{
	width:100%;
}

@media screen and (max-width: 1200px) {

	.spot-data dd{
		margin:.5em 1rem;
		width: auto;
	}

}
@media screen and (max-width: 800px) {

	.spot-data dl:nth-of-type(2){
		border-top:none;
	}

}


/* area-ttl */
.area-ttl{
	text-align: center;
	padding:20px 10px;
}
.area-ttl span{
	display: inline-block;
	letter-spacing:.2rem;
	font-size: 3rem;
	border-bottom: #000 solid 3px;
	padding:10px 0;
	margin:0 auto;
}
.search-menu .select-all{
	display:block;
	width:100%;
	margin:5px 0;
}

/* area genre season */
.search-menu .area,
.search-menu .genre,
.search-menu .season{
	flex:1;
	margin-right:1rem;
	background:#FFF;
}
.search-menu .area dt a,
.search-menu .genre dt a,
.search-menu .season dt a{
	padding:1rem;
	cursor:pointer;
	display:block;
	transition: border .3s ease;
	border:#FFF solid 1px;
}
.search-menu .area dt a:hover,
.search-menu .genre dt a:hover,
.search-menu .season dt a:hover{
	border:#333 solid 1px;
}
.search-menu .area dt a:after,
.search-menu .genre dt a:after,
.search-menu .season dt a:after{
  content: "\f107";
	font-family:fontawesome;
	display:inline-block;
	margin-right:5px;
	position:relative;
	float:right;
}
.search-menu .area dd{
	position: absolute;
	width:120%;
	top:120%;
	right:0;
	padding:30px 30px 20px;
	display:flex;
	z-index:10;
	background:#EBEBEB;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.search-menu .genre dd{
	position: absolute;
	width:120%;
	top:120%;
	right:0;
	padding:30px 30px 20px;
	display:flex;
	z-index:10;
	background:#EBEBEB;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.search-menu .season dd{
	position: absolute;
	width:120%;
	top:120%;
	right:0;
	padding:30px 30px 20px;
	display:flex;
	z-index:10;
	background:#EBEBEB;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.search-menu .area dd a:focus,
.search-menu .genre dd a:focus,
.search-menu .season dd a:focus{
	outline:dotted 1px #000;
}
.search-menu .btn-close a{
	padding:15px 20px;
}
.search-menu .btn-close{
	position:absolute;
	right:0;
	top:0;
}

@media screen and (max-width: 600px) {

	.search-menu .area dd{
		width:100%;
	}
	.search-menu .genre dd{
		width:100%;
	}
}

/* --------------------------------------------------
paging-sort
-------------------------------------------------- */

.paging-sort{
	width:100%;
	display:flex;
	align-items:center;
	padding:1rem 0;
	margin-bottom:1em;
}
.paging-sort form{
	display:inline-block;
}
.paging-result{
	flex:1;
	line-height:1.8;
}
.paging-result em{
	font-size:3rem;
	margin-right:.5em
}
.paging-result strong{
	font-size:2.2rem;
	margin:0 .5rem;
}
.paging-display{
	text-align:right;
	display:inline-block;
	display:flex;
	padding-left:2em;
}
.paging-display ul{
	display:inline-block;
}
.paging-display li{
	display: inline-block;
	padding:7px 15px;
	border-radius:3px;
	border:#fff solid 1px;
}
.paging-display li.active{
	background:#efefef;
	border:#efefef solid 1px;
}
.paging-display li:hover{
	border:#efefef solid 1px;
}
.paging-sort .btn-caution{
	margin-left:auto;
}

@media screen and (max-width: 600px) {

	.paging-sort{
		display:block;
	}
	.paging-result{
		width:100%;
		text-align:right;
		margin-bottom:1rem;
	}
	.paging-display{
		width:100%;
	}
}

/* --------------------------------------------------
paging
-------------------------------------------------- */

.paging .pagingIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.8rem;
	margin-top: 3em;
}
.paging .current {
  color: #FFF;
  background: #947728;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0 0.8rem;
}

.paging span a {
  color: #13102D;
  background: #E9E9E9;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0 0.8rem;
}

@media only screen and (max-width: 800px) {
  .paging .current,
	.paging span a{
    display: none;
  }
  .paging .next a, .paging .prev a {
    display: block;
    padding: 0.5em 1em;
  }

}


/* --------------------------------------------------

post-content

-------------------------------------------------- */

/* post-content */
.post-content{
	max-width:1000px;
	margin:0 auto;
	position:relative;
	padding:5%;
}
/* ttl-post */
.ttl-post {
	font-size: 3rem;
	color: #215E45;
	font-weight:bold;
	padding:.3em 0;
	margin-bottom:.5em;
}

/* post-sttl-large */
.post-sttl-large {
	letter-spacing:.2rem;
	font-size: 3rem;
	padding:.3em 0;
	margin-bottom:1em;
	position:relative;
	font-weight:bold;
	border-bottom:#CCC solid 1px;
	color:#225E45;
}
.post-sttl-large::before{
	content:"";
	width:30px;
	height:5px;
	margin-bottom:.3em;
	background: -webkit-linear-gradient(0deg, #225E45, #567300);
	display:inline-block;
	line-height:1;
	margin-right:.5em;
}
/* post-sttl-small */
.post-sttl-small {
	letter-spacing:.2rem;
	font-size: 2.5rem;
	margin-bottom:1em;
	position:relative;
	font-weight:bold;
	color:#225E45;
}
.post-sttl-small::before{
	content:"";
	width:20px;
	height:5px;
	margin-bottom:.2em;
	background: -webkit-linear-gradient(0deg, #225E45, #567300);
	display:inline-block;
	line-height:1;
	margin-right:.5em;
}

/* post-pht */
.post-pht {
	margin-bottom:1em;
}
.post-pht div{
	width:100%;
	height: auto;
  max-height: 600px;
  text-align: center;
}
.post-pht img {
  height: auto;
  max-height: 600px;
  max-width: 100%;
  width: auto;
}
.post-pht figcaption{
	display:block;
	font-size:1.2rem;
	padding:5px;
	line-height:1.2;
	text-align:center;
}

/* two-post-pht */
.two-post-pht {
	display:flex;
	justify-content: space-between;
}

.two-post-pht .post-pht {
	width:49%;
	font-size:1.6rem;
	vertical-align:top;
}

@media screen and (max-width: 420px) {

	.post-pht div {
		max-height: 300px;
	}

	.post-pht img {
		max-height: 300px;
	}

}

/* wysiwyg */
.wysiwyg {
	word-wrap : break-word;
	overflow-wrap : break-word;
	margin-bottom:4%;
}

/* 段落 <p> */
.wysiwyg p {
	margin-bottom:1em;
}

/* 太字赤文字 <strong> */
.wysiwyg strong {
	font-weight: bold;
	color:#F00;
}

/* 太字 <em> */
.wysiwyg em {
	font-weight: bold;
}

/* 斜体 <i> */
.wysiwyg i {
	font-style:italic;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 斜体 <em> */
.wysiwyg em {
/*	font-style: italic;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 下線 <u> */
.wysiwyg u {
	text-decoration:underline;
}

/* 打ち消し線 <s> */
.wysiwyg s {
	text-decoration:line-through;
}

/* 下付き <sub> */
.wysiwyg sub {
	font-size:0.8rem;
}

/* 上付き <sup> */
.wysiwyg sup {
	font-size:0.8rem;
}

/* 順序のないリスト <ol> */
.wysiwyg ol {
	margin:0.5em 0 1em;
	padding:0 1.5em;
	list-style: decimal outside;
}
.wysiwyg li ol>li {
	text-indent:0;
}

/*順序のないリスト <ul> */
.wysiwyg ul {
	margin:0.5em 0 1em;
	padding:0 0.5em;
	list-style: none;
}
.wysiwyg ul>li {
	padding-left:1em;
	text-indent:-1em;
}
.wysiwyg ul>li:before {
	content: "・";
	margin-right: 0.5em;
}

/* インデント <p class="txt-indent"> */
.wysiwyg .txt-indent {
	text-indent:1em;
}

/* ブロック引用文 <blockquote> */
.wysiwyg blockquote {
	position: relative;
	padding: 1em 2em;
	box-sizing: border-box;
	font-style: italic;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #FBFBFB;
	margin:0.5em 1em;
}

/* 中央揃え <p class="txt-center"> */
.wysiwyg .txt-center {
	text-align:center;
}

/* 右揃え <p class="txt-right"> */
.wysiwyg .txt-right {
	text-align:right;
}

/* 両端揃え <p class="txt-justify"> */
.wysiwyg .txt-justify {
	text-align:justify;
}

/* ハイパーリンク <a href=""> */
.wysiwyg a[href] {
	text-decoration:underline;
	color:#03F;
}

/* アンカー挿入 <a id="" name=""> */
.wysiwyg a {
	text-decoration:none;
	color: inherit;
}

/* テーブル <table> */
.wysiwyg table {
	width: auto;
	margin:1em 0 2em;
	border-collapse:collapse;
	border: 1px solid #DDD;
	max-width:100%;
	min-width:80%;
	border-spacing: 0;
}
.wysiwyg table caption {
	text-align:center;
	margin-bottom:0.5em;
}
.wysiwyg table th {
	background: #f6f6f6;
	padding: 0.5em 0.75em;
	border: 1px solid #DDD;
}
.wysiwyg table td {
	background: #FFFFFF;
	padding: 0.5em 0.75em;
	border: 1px solid #DDD;
	word-break: break-all;
	word-wrap: break-word;
	width:auto;
}
.wysiwyg table .txt-justify {
	-moz-text-align-last: justify;
	text-align-last: justify;
}


/* フォントサイズ小 <span class="font-size-small"> */
.wysiwyg .font-size-small {
	font-size:1.1rem;
}
/* フォントサイズ大 <span class="font-size-large"> */
.wysiwyg .font-size-large {
	font-size:2.2rem;
}
/* 文字の間隔0.5em <span class="font-space-small"> */
.wysiwyg .font-space-small {
	letter-spacing:0.5em;
}
/* 文字の間隔1.0em <span class="font-space-medium"> */
.wysiwyg .font-space-medium {
	letter-spacing:1.0em;
}
/* 文字の間隔1.5em <span class="font-space-large"> */
.wysiwyg .font-space-large {
	letter-spacing:1.5em;
}
/* 文字の間隔2.0em <span class="font-space-xlarge"> */
.wysiwyg .font-space-xlarge {
	letter-spacing:2.0em;
}

/* --------------------------------------------------

tabele

-------------------------------------------------- */

.table-block {

}
.table-block table{
	width: 100%;
}
.table-block th,
.table-block td {
	padding: 10px 25px;
}
.table-block .remarks {
	margin-top: .5em;
	font-size: 1.4rem;
	line-height: 1.3;
}

@media screen and (max-width: 800px) {

	.table-block .remarks {
		font-size: 100%;
	}

}


/* --------------------------------------------------

js-style

-------------------------------------------------- */

/* --------------------------------------------------
slide-list
-------------------------------------------------- */

.slide-list{
	position:relative;
}
.slide-list::after{
	content:"";
	width:30%;
	height:100%;
	background:rgba(0,0,0, .5);
	position:absolute;
	left:0;
	top:0;
}
.slide-list::before{
	content:"";
	width:30%;
	height:100%;
	background:rgba(0,0,0, .5);
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}

/* --------------------------------------------------
gdpr-popup
-------------------------------------------------- */

.gdpr-popup {
	position: absolute;
	left:0;
	bottom:0;
	animation: popup 2s ease 0s 1 normal forwards ;
	-webkit-animation: popup 2s ease 0s 1 normal forwards ;
}

@keyframes popup {
	0% { position:absolute; left:0; bottom:-100%;}
	100% { position:fixed; bottom:0}
}
@-webkit-keyframes popup {
	0% { position:absolute; left:0; bottom:-100%;}
	100% { position:fixed; bottom:0}
}


/* --------------------------------------------------
search-menu
-------------------------------------------------- */

.search-menu .area dt a.is-active:after,
.search-menu .genre dt a.is-active:after,
.search-menu .season dt a.is-active:after{
  content: "\f106";
	font-family:fontawesome;
	display:inline-block;
	margin-right:5px;
	position:relative;
	float:right;
}

.search-menu .area dd{
	display:none;
	opacity:0;
}
.search-menu .area dd.is-active{
	width:80%;
	margin:0 5%;
	display:block;
	opacity: 1;
	animation: fadeOverlay .5s ease 0s 1 normal forwards ;
	-webkit-animation: fadeOverlay .5s ease 0s 1 normal forwards ;
}

.search-menu .genre dd{
	display:none;
	opacity:0;
}
.search-menu .genre dd.is-active{
	width:80%;
	margin:0 5%;
	display:block;
	opacity: 1;
	animation: fadeOverlay .5s ease 0s 1 normal forwards ;
	-webkit-animation: fadeOverlay .5s ease 0s 1 normal forwards ;
}

.search-menu .season dd{
	display:none;
	opacity:0;
}
.search-menu .season dd.is-active{
	width:80%;
	margin:0 5%;
	display:block;
	opacity: 1;
	animation: fadeOverlay .5s ease 0s 1 normal forwards ;
	-webkit-animation: fadeOverlay .5s ease 0s 1 normal forwards ;
}

@keyframes fadeOverlay {
	0% {opacity: 0; margin-top:-10px;}
	100% {opacity: 1; margin-top:0;}
}
@-webkit-keyframes fadeOverlay {
	0% {opacity: 0; margin-top:-10px;}
	100% {opacity: 1; margin-top:0;}
}

/* --------------------------------------------------
modal
-------------------------------------------------- */

.coupon-info.clone{
	position:absolute;
	z-index:10;
}
.modal-content {
	position:fixed;
	display:none;
	z-index:2;
	width:50%;
	margin:0;
	background:#fff;
	border-radius:5px;
}
.modal-content p {
	margin:0;
	padding:0;
}
.modal-overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}
.modal-overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}
.modal-close{
	cursor:pointer;
	text-decoration:none;
	display: block;
	vertical-align: middle;
	position:relative;
	text-align:center;
	margin-top:20px;
}
.modal-close:before{
	content:"\f00d";
	font-family:fontawesome;
	margin-right:.5rem;
}

/* coupon-info */
.modal-content .coupon-info {
	margin-bottom:0;
}

/* --------------------------------------------------
animation for btn
-------------------------------------------------- */

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
	width: 32px;
	height: 26px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #947728;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 12px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

/* --------------------------------------------------
animation for PC
-------------------------------------------------- */

@media screen and (min-width: 1110px) {

	/* --------------------------------------------------
	js-style
	-------------------------------------------------- */

	.fx-col-in li{
		opacity:0;
	}

	.fx-in,
	.fx-down,
	.fx-up,
	.fx-left,
	.fx-right{
		visibility:hidden;
	}

	.fx-panel-right::before,
	.fx-panel-left::before{
		visibility:hidden;
	}

}

/* --------------------------------------------------
animate
-------------------------------------------------- */


.fadeIn{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
 visibility: visible !important;
}
@-webkit-keyframes fadeIn {
 0% { opacity: 0;}
 100% { opacity: 1;}
}
@keyframes fadeIn {
 0% { opacity: 0;}
 100% { opacity: 1;}
}


.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


.fadeInUp {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
 visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


.fadeInLeft {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInLeft;
 animation-name: fadeInLeft;
 visibility: visible !important;
}
@-webkit-keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(50px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}


.fadeInRight {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInRight;
 animation-name: fadeInRight;
 visibility: visible !important;
}
@-webkit-keyframes fadeInRight {
 0% { opacity: 0; -webkit-transform: translateX(-20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInRight {
 0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

.fx-swing {
		-moz-animation: swing linear 2s infinite;
		-moz-transform-origin: center -5px 0;
		-webkit-animation: swing linear 2s infinite;
		-webkit-transform-origin: center -5px 0;
		-ms-animation: swing linear 2s infinite;
		-ms-transform-origin: center -5px 0;
		-o-animation: swing linear 2s infinite;
		-o-transform-origin:center -5px 0;
		animation: swing linear 2s infinite;
		transform-origin: center 70% 0;
}

@-moz-keyframes swing {
		0% { -moz-transform: rotate(0deg) }
		25% { -moz-transform: rotate(2deg); }
		50% { -moz-transform: rotate(0deg); }
		75% { -moz-transform: rotate(-2deg); }
		100% { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes swing {
		0% { -webkit-transform: rotate(0deg); }
		25% { -webkit-transform: rotate(2deg); }
		50% { -webkit-transform: rotate(0deg); }
		75% { -webkit-transform: rotate(-2deg); }
		100% { -webkit-transform: rotate(0deg); }
}
@-o-keyframes swing {
		0% { -o-transform: rotate(0deg); }
		25% { -o-transform: rotate(2deg); }
		50% { -o-transform: rotate(0deg); }
		75% { -o-transform: rotate(-2deg); }
		100% { -o-transform: rotate(0deg); }
}
@-ms-keyframes swing {
		0% { -ms-transform: rotate(0deg); }
		25% { -ms-transform: rotate(2deg); }
		50% { -ms-transform: rotate(0deg); }
		75% { -ms-transform: rotate(-2deg); }
		100% { -ms-transform: rotate(0deg); }
}
@keyframes swing {
		0% { transform: rotate(0deg); }
		25% { transform: rotate(2deg); }
		50% { transform: rotate(0deg); }
		75% { transform: rotate(-2deg); }
		100% { transform: rotate(0deg); }
}

/* --------------------------------------------------
fadePanelRight
-------------------------------------------------- */

.fadePanelRight::before{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadePanelRight;
 animation-name: fadePanelRight;
 visibility: visible !important;
}
@-webkit-keyframes fadePanelRight {
 0% { left: -1000px; }
 100% {  left:0; }
}
@keyframes fadePanelRight {
 0% { left: -1000px; }
 100% { left:0; }
}

/* --------------------------------------------------

youtube

-------------------------------------------------- */

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* --------------------------------------------------

gmap

-------------------------------------------------- */

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 36.25%;
	position: relative;
}
.map-spot{
	padding-bottom: 56.25%;
	margin-bottom: 8%;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 800px){
	.gmap{
		padding-bottom: 56.25%;
	}
}

/* --------------------------------------------------

data-area

-------------------------------------------------- */

.data-area{
	padding-bottom:50px;
	display: flex;
}
.data-area > div{
	width: 48%;
}
.data-area .table-data {
	border-collapse: collapse;
}
.data-area .table-data tr {
	border-bottom: 1px solid #FFF;
}
.data-area .table-data th {
	padding: 1em 10px;
	white-space: nowrap;
	background:#E9E9E9;
	width:20%;
	text-align:center;
}
.data-area .table-data td {
	padding: 1em 10px;
	word-break: break-all;
}
.data-area .list-pict li{
	display: inline-block;
	margin-bottom:3px;
}
@media screen and (max-width: 800px) {

	.data-area{
		display: block;
	}
	.data-area > div{
		width: 100%;
	}
	.data-area .table-data th {
		width: 200px;
		white-space: normal;
	}
}
@media screen and (max-width: 600px) {

	.data-area .table-data th,
	.data-area .table-data td{
		width: 100%;
		display: block;
	}
}

/* --------------------------------------------------

info-area

-------------------------------------------------- */


/* btn-spnav */
.btn-spnav{
	position:relative;
	order: 3;
	display:none;
}
.btn-spnav a{
	display: block;
	padding: .5em;
	width: 6rem;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	background: #000;
	position: absolute;
	right: 0;
	top: -20px;
	z-index: 100;
}
.btn-spnav span{
	font-size:.8rem;
	display:block;
	text-align:center;
	margin-top:-5px;
}
.site-menu-content .btn-access{
	vertical-align: middle;
	padding:0 20px;
}
.site-menu-content .btn-access a{
	background:#fff;
	color:#66CC99;
	display:block;
	padding:13px;
	border-radius:5px;
	text-align:center;
}

@media screen and (max-width: 767px) {
	/* btn-spnav */
	.btn-spnav{
		display:block;
	}
}

/* Menu style */
.site-menu-content {
	text-align: center;
	margin-top:0;
}
.site-menu-content nav > ul {
	width:90%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
}
.site-menu-content nav > ul li {
	display: block;
	width:100%;
}
.site-menu-content nav > ul li > a {
	color:#FFF;
	padding:.5em;
	font-size:1.2rem;
	display:block;
	border:#FFF solid 1px;
	margin-bottom:10px;
}
.site-menu-content nav > ul ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.site-menu-content nav > ul ul li {
	display: block;
	width:calc(50% - 5px);
}

/* language */
.site-menu-content .sp-lang{
	position: relative;
	text-align:center;
	width:80%;
	position:relative;
	overflow:hidden;
	margin:0 auto;
}
.site-menu-content .sp-lang a{
	color:#FFF;
}
.site-menu-content .sp-lang dt{
	font-weight:bold;
}
.site-menu-content .sp-lang dd{
	display:inline-block;
}
.site-menu-content .sp-lang dd:after{
	color:#FFF;
	content:"|";
	margin:0 10px;
}


/* btn */
.btn-postback {
	margin: 100px 0;
	text-align: center;
}
.btn-postback a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 30px;
	background: #947728;
	position: relative;
	min-width: 400px;
	font-size: 1.6rem;
}
.btn-postback a:before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	left: 3rem;
	top: 50%;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
}
.btn-postback a:hover {
	opacity: .8;
	transition: .3s;
}
.btn-addfarrow {
	display: block;
	margin-bottom: 10px;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	height: 100%;
}
.btn-addfarrow a {
	min-width: 250px;
	text-align: center;
	display: inline-block;
	font-size: 2rem;
	display: block;
	color: #FFF;
	background: #000;
	text-decoration: none;
	vertical-align: middle;
	padding: 8px 30px;
	border-radius: 5px;
	position: relative;
	margin: 3% auto;
}
.btn-addfarrow a:hover {
	opacity: .8;
	transition: .3s;
}
.btn-addfarrow a:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 2rem;
	padding: 0;
}
@media screen and (max-width: 600px) {
	.btn-addfarrow a {
		padding: 10px 60px;
		min-width: auto;
	}
	.btn-postback a {
		padding: 10px 60px;
		min-width: auto;
	}
}