@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;
}

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;
}

/* --------------------------------------------------
fonts
-------------------------------------------------- */

/*

FOT-TsukuARdGothic Std
font-family: fot-tsukuardgothic-std, sans-serif;

*/

/* --------------------------------------------------
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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 1.5rem;
	line-height:1.6;
	height:100%;
	font-weight:400;
	color:#261F18;
	box-sizing:border-box;
	-webkit-text-size-adjust: 100%;
	overflow-x:hidden;
}



/* --------------------------------------------------

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%;
	}

}

/* form-content */
.form-content{
	background:#FFF;
	padding:3%;
	max-width:1000px;
	margin:5% auto;
	position:relative;
}

/* table-form */
.table-form {
	width: 100%;
	margin: 15px 0 30px;
	border-collapse: collapse;
	border-top: 1px solid #E7E7E7;
}
.table-form th {
	width: 260px;
	display: table-cell;
	font-weight: bold;
	padding: 2em 1em;
	border-bottom: 1px solid #E7E7E7;
}
.table-form td {
	width:auto;
	padding: 2em 1em;
	border-bottom: 1px solid #E7E7E7;
	word-break: break-all;
	word-wrap: break-word;
}
.table-form td a{
	vertical-align:middle;
}

@media screen and (max-width: 800px) {

	.table-form th {
		width: 20%;
	}

}
@media screen and (max-width: 600px) {

	.table-form th {
		display:block;
		width:100%;
		border-bottom:none;
		padding: 2em 1em 0 1em;
	}
	.table-form td {
		display:block;
		width:100%;
		padding: 0 1em 2em 1em;
	}

}

/* essential */
.essential {
	display: inline-block;
	color: #F00;
	margin-left: 10px;
	font-weight: normal;
}
/* form-description */
.form-description{
	line-height: 1.4;
}
/* error-message */
.error-message {
	color: #f00;
	line-height: 1.2;
	margin-bottom: .5em;
}
/* form-caption */
.form-caption {
	font-size: 1.3rem;
	line-height: 1.4;
}
/* sp-block */
.form-group .sp-block{
	display: inline;
}
/* form-list */
.form-list {
	margin: 5px 0;
}
.form-list li {
	display: inline-block;
	margin: 5px 15px 5px 0;
}
/* scroll-box */
.scroll-box {
	border: 1px solid #cccccc;
	background: #FFF;
	height: 200px;
	overflow-y: scroll;
	padding: 10px;
}
/* form-btn */
.form-btn,
.form-btn-delete {
	display: inline-block;
	margin-top: 5px;
	color: #fff;
	vertical-align: middle;
}
.form-btn a:link {
	background-color: #E06F73;
}
.form-btn-delete a:link {
	background-color: #B4B4B4;
}
.form-btn a:link,
.form-btn-delete a:link {
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 3px 3px;
	padding: 2px 8px;
	text-decoration: none;
}
.form-btn a:visited,
.form-btn a:hover,
.form-btn-delete a:visited,
.form-btn-delete a:hover {
	color: #fff;
}

/* complete-msg */
.complete-msg {
	padding: 5% 0;
	text-align: center;
}
.complete-msg h4 {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3%;
}
.complete-msg p {
	font-size: 1.7rem;
}
.check-kiyaku{
	text-align:center;
	margin:1rem;
}
.check-kiyaku a{
	text-decoration:underline;
}


/* --------------------------------------------------
gdpr-popup
-------------------------------------------------- */

.gdpr-popup {
	background: #231F20;
	padding: 10px;
	text-align: center;
	color: #FFF;
	width: 100%;
	z-index:100;
	display: flex;
	align-items: center;
	justify-content:center;
	position: fixed;
	bottom:0;
	left:0;
	font-size:1.2rem;
	line-height:1.2;
}
.gdpr-popup a{
	color: #FFF;
	text-decoration: underline;
}
.gdpr-popup .accept-btn {
	display:inline-block;
	background: #FFF;
	color: #000;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	margin:0 20px;
}
.gdpr-popup .accept-btn:before {
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	margin-right: 5px;
	display: inline;
}
.gdpr-popup .accept-btn:hover {
	opacity: .8;
}

/* --------------------------------------------------
site-menu
-------------------------------------------------- */

.site-menu{
	z-index:97;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	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(0,0,0,.8);
	padding:3%;
	margin-top:30px;
	position:relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
.site-menu-content:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: #2D3751;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.site-menu-content:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.site-menu-content a{
	color:#FFF;
}
.site-menu-content .site-btn-close a{
	position:absolute;
	right:5%;
	top:5%;
	color:#FFF;
}

@media screen and (max-width: 1200px) {

	.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;
	}
	.site-menu-content{
		padding-top:70px;
	}

}

@media screen and (max-width: 600px) {
	.site-menu-content{
		justify-content:flex-start;
	}
}


/* h-sitemap */
.site-menu .h-sitemap{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width:100%;
	position: relative;
	margin-bottom:2em;
}
.site-menu .h-sitemap > li ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.site-menu .h-sitemap > li{
	width:calc(50% - 10px);
	margin:5px;
}

.site-menu .h-sitemap > li.full{
	width:100%;
}
.site-menu .h-sitemap > li > a{
	width:100%;
	text-align:center;
	display: block;
	padding:.5em;
	border:#6b6d81 solid 1px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	transition:background .5s;
}
.site-menu .h-sitemap > li > a:hover{
	background:rgba(255,255,255,.2);
}

@media screen and (max-width: 600px) {
	.site-menu .h-sitemap{
		margin-bottom: 1em;
	}
}


/* lang */
.site-menu .lang{
	position: relative;
	margin-bottom:10px;
	text-align:center;
}
.site-menu .lang dt{
	text-align:center;
	color:#FFF;
}
.site-menu .lang dd{
	text-align:center;
	display:inline-block;
}
.site-menu .lang dd a{
	display:inline-block;
	color:#FFF;
	padding:5px;
}
.site-menu .lang dd a:first-of-type:before{
	content:none;
}
.site-menu .lang dd a:before{
	content:"/";
	display:inline-block;
	padding-right:10px;
}

/* shere */
.site-menu .shere{
	position: relative;
	display:table;
	margin-bottom:10px;
}
.site-menu .shere li{
	display:table-cell;
}
.site-menu .shere li a{
	border-radius:20px;
	padding:0 5px;
	font-size: 3rem;
}
/* h-serch */
.site-menu .h-serch{
	margin-bottom:1em;
	width:96%;
	position: relative;
}
.site-menu .h-serch input{
	width:100%;
	background:#FFF;
	border:1px solid #272727;
	border-radius:30px;
	display: inline-block;
	padding-left:20px;
	font-size:2rem;
}
.site-menu .h-serch a{
	font-size:2rem;
	width:40px;
	text-align: center;
	display: inline-block;
	margin-left:-45px;
	vertical-align: middle;
	color: #333;
}

/* --------------------------------------------------
spnav
-------------------------------------------------- */

#spnav{
	display:none;
}
@media screen and (max-width: 1200px) {

	#spnav{
		z-index:99;
		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%;
		padding:0 10px;
	}
	#spnav .h-logo img{
		width:300px;
	}
	#spnav .sp-menu-btn{
		order:2;
		padding:20px;
	}
}

@media screen and (max-width: 600px) {
	#spnav .h-logo img{
		width:250px;
	}
}
@media screen and (max-width: 380px) {
	#spnav .h-logo img{
		width:200px;
	}
}

.sp-gnav{
	display:none;
}
@media screen and (max-width: 1200px) {

.sp-gnav {
	padding-top:70px;
	display:flex;
	flex-wrap:wrap;
}
.sp-gnav li{
	width:33.3333%;
	border-right:#a52222 solid 1px
}
.sp-gnav li:last-of-type{
	width:33.3333%;
	border-right: none;
}
.sp-gnav a{
	display:block;
	background:#C60054;
	color:#FFF;
	text-align:center;
	padding:1rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
}

/* --------------------------------------------------
header
-------------------------------------------------- */

#header{
	background:#fff;
	position:relative;
	display:flex;
	justify-content: space-between;
	z-index:3;
	font-family: fot-tsukuardgothic-std, sans-serif;
	box-shadow: 0px 0 5px 0 rgba(0,0,0,0.2);
}
#header .h-logo{
	display:flex;
	align-items:center;
}
#header .h-logo img{
	width:100%;
	max-width:500px;
	padding:10px;
}
/* h-menu */
.h-menu{
	width:95%;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-end;
	align-items: flex-start;
	padding-top:1em;
	padding-right:1em;
}



@media screen and (max-width: 1200px) {

	#header{
		display:none;
	}
	#header .h-logo{
		display:flex;
		align-items:center;
	}
}


/* h-link */
.h-link{
	display:flex;
}
.h-link a{
	background:#000;
	color:#FFF;
	display:block;
	background:#2D3751;
	margin-right:3px;
	padding:.5em 1em;
}

.h-link .fa-bell{
	margin-right: .5em;
	display: inline-block;
	position: relative;
}
.h-link .fa-bell .new-active{
	width:7px;
	height: 7px;
	background: #f00;
	position: absolute;
	border-radius: 3px;
	right: -3px;
	top:  0;
}

/* h-serch */
#header .h-serch{
	margin-right:1em;
	width:250px;
}
#header .h-serch input{
	width:100%;
	background:#FFF;
	border:1px solid #272727;
	border-radius:30px;
	display: inline-block;
	padding-left:20px;
}
#header .h-serch a{
	font-size:2rem;
	width:40px;
	text-align: center;
	display: inline-block;
	margin-left:-45px;
	vertical-align: middle;
}

/* lang */
#header .lang{
	position:relative;
	border:#BDB7B0 solid 1px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size:1.2rem;
}
#header .lang dt{
	cursor:pointer;
	position:relative;
	padding:9px 20px;
	display:flex;
}
#header .lang dt:before{
  content: "\f107";
	font-family:fontawesome;
	margin-right:5px;
	position:relative;
	display:inline-block;
}
#header .lang dt.active:before{
  content: "\f106";
}
#header .lang dd{
	width:100%;
	position: absolute;
	display:none;
	top:100%;
	left:0;
	z-index:10;
	border:#000 solid 1px;
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
}
#header .lang dd a{
	width:100%;
	display:block;
	padding:10px;
	color:#FFF;
	background:#231F20;
	text-align:center;
	border-bottom:#000 solid 1px;
}
#header .lang dd a:last-of-type{
	border-bottom:none;
}


/* --------------------------------------------------
#gnav
-------------------------------------------------- */

#gnav{
	font-weight:bold;
	width:100%;
	max-width:1400px;
}

/* mega-menu */
.mega-menu{
	text-align: center;
	overflow: hidden;
	display:flex;
	justify-content: space-around;
}
.mega-menu:hover{
	overflow: visible;
}
.mega-menu > li{
	cursor:pointer;
	z-index:1;
	margin-left:1em;
}
.mega-menu > li > a:before{
	content: url(../img/common/icon_kasuri.png);
	display:inline-block;
	line-height:1;
	vertical-align:-2px;
	margin-right:7px;
}
.mega-menu > li > a{
	position:relative;
	display:block;
	padding:1em 0;
}
.mega-menu > li.current > a::after{
  content: "";
	position:absolute;
	width:50px;
	height:5px;
	left:50%;
	background:#C60054;
	bottom:0;
	margin-left:-25px;
}

/* mega-menu-inner */
.mega-menu-inner{
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	overflow:hidden;
	opacity: 0;
	transition:all .2s ease;
	visibility:hidden;
}
.mega-menu > li:hover .mega-menu-inner{
	visibility: visible;
	opacity: 1;
}
.mega-menu > li .mega-menu-inner:before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: rgba(0,0,0, .1);
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
	transition-delay:.3s;
}
.mega-menu > li:hover .mega-menu-inner:before{
	transform-origin: left top;
	transform: scale(1, 1);
}

/* mega-menu-list */
.mega-menu-list{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	background:#efefef;
	padding:1em 0;
}
.mega-menu-list li{
	width:200px;
	margin:10px;
	z-index:1;
}
.mega-menu-list .frame{
	border-radius:3px;
	overflow:hidden;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}
.mega-menu-list a .frame img{
	transition:all .5s;
}
.mega-menu-list a:hover .frame img{
	transform:scale(1.1);
}
.mega-menu-list .txt-frame{
	width: 200px;
	height: 55px;
	display: block;
	text-align: center;
	line-height: 55px;
	background:#2D3751;
	margin-bottom:10px;
	border-radius:3px;
}
.mega-menu-list a .txt-frame{
	color:#FFF;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}

.mega-menu > li:hover .mega-menu-list li:nth-child(1){transition-delay:0.1s; opacity:1;}
.mega-menu > li:hover .mega-menu-list li:nth-child(2){transition-delay:0.2s; opacity:1;}
.mega-menu > li:hover .mega-menu-list li:nth-child(3){transition-delay:0.3s; opacity:1;}
.mega-menu > li:hover .mega-menu-list li:nth-child(4){transition-delay:0.4s; opacity:1;}
.mega-menu > li:hover .mega-menu-list li:nth-child(5){transition-delay:0.5s; opacity:1;}
.mega-menu > li:hover .mega-menu-list li:nth-child(6){transition-delay:0.6s; opacity:1;}
.mega-menu > li:hover .mega-menu-list li:nth-child(7){transition-delay:0.7s; opacity:1;}

@media screen and (max-width: 800px) {

	.mega-menu-inner{
		display:none;
	}

}


/* --------------------------------------------------
pagetop
-------------------------------------------------- */

.pagetop{
	position: fixed;
	z-index: 96;
	bottom: -5px;
	right: 20px;
}
.pagetop a{
	display:block;
	position: relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	width: 150px;
	height: 150px;
	background: url("../img/common/kuruppa.png") no-repeat;
	background-position: 0 0;
	animation: kuruppa-anim 3s steps(30) infinite;
	transform: scale(0.8,0.8);
}
@keyframes kuruppa-anim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -13500px 0;
  }
}
.pagetop a:hover{
	animation: kuruppa-hover-anim 3s steps(30) infinite;
}
@keyframes kuruppa-hover-anim {
  0% {
    background-position: 0 -150px;
  }
  100% {
    background-position: -13500px -150px;
  }
}


.pagetop a span{
	position: absolute;
	font-family: fot-tsukuardgothic-std, sans-serif;
	color: #272727;
	top: -1.5em;
	left: 0;
	margin: 0 10%;
	width: 80%;
	text-align: center;
	display: inline-block;
	line-height: 1;
	padding: .5em;
	border-radius: 5px;
	background: #FFF;
	font-size: 1.2em;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 800px) {
	.pagetop{
		bottom: 0;
		right: 0;
		margin-bottom: 26px;
	}
	.pagetop a{
		width: 75px;
		height: 75px;
		background: url("../img/common/kuruppa.png") no-repeat;
		background-size: 6750px 150px;
		animation: kuruppa-anim-sp 3s steps(30) infinite;
		transform: scale(1.0,1.0);
	}

	@keyframes kuruppa-anim-sp {
	  0% {
		background-position: 0 0;
	  }
	  100% {
		background-position: -6750px 0;
	  }
	}
	.pagetop a:hover{
		animation: kuruppa-hover-anim-sp 3s steps(30) infinite;
	}
	@keyframes kuruppa-hover-anim-sp {
	  0% {
		background-position: 0 -75px;
	  }
	  100% {
		background-position: -6750px -75px;
	  }
	}

	.pagetop a span{
		font-size: 0.75em;
	}

}


/* --------------------------------------------------
footer
-------------------------------------------------- */

#footer{
	padding:1em 0;
	width:100%;
	background-color:#2D3751;
	background-image: url(../img/common/bg_kasuri.svg) , url(../img/common/bg_kasuri.svg);
	background-repeat:no-repeat;
	background-position:right bottom , top left;
	background-size:auto 35% ;
	color:#FFF;
}

@media screen and (max-width: 600px) {

	#footer{
		background-size: auto 20%;
	}
}

/* f-menu */
.f-menu {
	text-align:center;
}
.f-menu li{
	display:inline-block;
}
.f-menu li:after{
	content:"|";
	font-family:sans-serif;
}
.f-menu li:last-of-type:after{
	content:none;
}
.f-menu a{
	font-size:1.3rem;
	display:inline-block;
	padding: 0 20px;
	vertical-align:middle;
	color:#FFF;
}

/* f-bnr */
.f-bnr{
	text-align:center;
	margin:2% 0;
}
.f-bnr li{
	display:inline-block;
	margin:5px;
	max-width:40%;
}

/* f-bnr-s */
.f-bnr-s {
	text-align:center;
	max-width:1000px;
	margin:2% auto;
}
.f-bnr-s li{
	display:inline-block;
	margin:5px;
	max-width:40%;
}


/* f-wrap */
.f-wrap{
	display:flex;
	align-items: center;
	justify-content: center;
	padding:2% 5%;
}

/* f-wrap */
.f-logo{
	margin-right:2em;
}
.f-logo img{
	margin-right:2em;
	border-radius: 5px;
}

/* f-address */
.f-address address{
	font-size:1.2rem;
}
.f-address dl{
	margin-bottom:10px;
}
.f-address dt em{
	font-size:1.7rem;
}
.f-address dt{
	font-weight:bold;
	font-size:1.3rem;
	line-height:2;
}

/* copy */
.copy{
	text-align:center;
	font-size:1rem;
	letter-spacing:.1rem;
	position: relative;
	padding-top:1em;
}

/* shere */
.f-wrap .shere{
	display:flex;
}
.f-wrap .shere{
	align-self: flex-end;
}
.f-wrap .shere li a{
	display: block;
	color: #FFF;
}
.f-wrap .shere li i{
	border-radius: 20px;
	margin-right: .5em;
	font-size: 3rem;
}

@media screen and (max-width: 600px) {
	.f-wrap{
		display:flex;
		align-items: flex-end;
		justify-content: space-between;
		flex-flow:wrap;
		justify-content: center;
	}
	.f-address{
		width:100%;
		order:2;
	}
	.f-logo{
		margin-right:0;
	}
}

@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;
	}

}


/* --------------------------------------------------
display control
-------------------------------------------------- */


@media screen and (min-width: 600px) {

	.pc-hide{
		display: none;
	}
	.sp-hide{
		display: block;
	}

}
@media screen and (max-width: 600px) {

	.pc-hide{
		display:block;
	}
	.sp-hide{
		display:none;
	}

}

@media screen and (min-width: 801px) {

	.sp-br{
		display:none;
	}

}
@media screen and (max-width: 800px) {

	.sp-br{
		display:block;
	}

}

/* --------------------------------------------------

layout

-------------------------------------------------- */

/* --------------------------------------------------
wrapper
-------------------------------------------------- */

.wrapper{
	width:100%;
	max-width:1400px;
	margin:0 auto;
	position:relative;
}

@media screen and (max-width: 1480px) {
	.wrapper{
		padding:0 3%;
	}
}

/* --------------------------------------------------
inner
-------------------------------------------------- */

.inner{
	max-width:1200px;
	margin:0 auto;
	padding-bottom:5%;
}

@media screen and (max-width: 1480px) {
	.inner{
		width:100%;
		padding:0 5% 5% 5%;
	}
}

/* --------------------------------------------------
section
-------------------------------------------------- */

section{
	margin-bottom:5%;
}

/* --------------------------------------------------
block
-------------------------------------------------- */

.block-row{
	max-width:1500px;
	width:100%;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	z-index:2;
	position:relative;
}
.block-main {
  width: 70%;
	padding:2% 5%;
}
.block-side {
  width: 30%;
	order:2;
	padding:5% 0;
}
.block-pht-main {
  width: 50%;
	max-width:800px;
	margin-top:-1em;
	margin-bottom:1em;
	z-index:1;
}
.block-pht-main figure{
	margin-bottom:1em;
}
.block-pht {
	order:2;
	width: 40%;
	align-self: center;
}
.block-pht-left {
	order:1;
	width: 40%;
	align-self: center;
	margin-right:5%;
}
.block-data {
	order:1;
	flex:1;
  width: 50%;
}
@media screen and (max-width: 1280px) {
	.block-row{
		margin: 0 auto;
	}
	.block-main {
		padding:2%;
	}
}
@media screen and (max-width: 800px) {
	.block-row{
		width:100%;
		flex-direction: column;
	}
	.block-main {
		width:100%;
		order:1;
		margin-bottom:3%;
	}
	.block-side {
		order:2;
		width: auto;
	}
	.block-pht-main {
		order:2;
		width:100%;
		margin-top:0;
	}
	.block-pht {
		order:2;
		width:100%;
	}
	.block-data {
		order:1;
		width: auto;
	}
}

.block-pht-main .sns-share{
	margin-bottom:1em;
}

/* --------------------------------------------------
page-mode
-------------------------------------------------- */

.page-mode{
	max-width:1200px;
	position:relative;
	background:#FFF;
	margin:-2em auto 0 auto;
	z-index:2;
	padding:2em;
}
.page-mode::before{
	content:"";
	width:100%;
	height:150px;
	z-index:-1;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	box-shadow: 0 10px 5px -3px rgba(255,255,255,1), 0 -5px 6px -3px rgba(0,0,0,0.5);
}
@media screen and (max-width: 1280px) {
	.page-mode{
		margin:-1em 3% 0 3%;
		padding:2em;
	}
}

.block-data.page-mode{
	margin:-4em 3% 0 3%;
	padding:2em;
}
.block-side.page-mode{
	max-width:400px;
	margin: -4em 2% 0 0;
}
@media screen and (max-width: 800px) {
	.block-data.page-mode{
		margin:-2em 0 0;
	}
	.block-side.page-mode{
		max-width: none;
		margin: 0 auto;
		width: 90%;
	}
}
@media screen and (max-width: 600px) {
	.block-data.page-mode{
		margin:-1em 0 0;
	}
}

/* --------------------------------------------------

element

-------------------------------------------------- */

/* --------------------------------------------------
ttl
-------------------------------------------------- */

/* ttl */
.ttl{
	background-color:#2D3751;
	background-image: url(../img/common/bg_kasuri.svg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size: contain;
	text-align:center;
	letter-spacing:.4rem;
	color:#FFF;
	position:relative;
	display: flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	padding:2em 0;
	z-index:2;
}
.ttl strong{
	font-size:3.5rem;
	padding-left:2em;
	display:block;
	text-shadow:black 1px 1px 2px, black -1px 1px 2px,black 1px -1px 2px, black -1px -1px 2px;
}
.ttl strong::before{
	content:"";
	width:1em;
	height:1.2em;
	margin-right:.3em;
	vertical-align:-10%;
	background:#000;
	display:inline-block;
	background:url(../img/common/bg_ttl.png) no-repeat left center;
	background-size: contain;
}
.ttl .catch{
	line-height:1.2;
	font-size:2rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	color:#2D3751;
	background:#FFF;
	padding:1em 2em;
	text-align:center;
	margin-top:-5em;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
	position:absolute;
	right:3rem;
	bottom:-2rem;
}


@media screen and (max-width: 800px) {

	.ttl{
		align-items: center;
		padding:1em ;
	}
	.ttl strong {
		font-size: 3rem;
    padding-left:0;
	}
	.ttl .catch{
		position:relative;
		font-size: inherit;
		margin-top:0;
		right:auto;
		bottom:auto;
	}
}

/* sttl */
.sttl{
	letter-spacing:.2rem;
	font-size: 3rem;
	padding:.3em 0;
	margin-bottom:1em;
	position:relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	border-bottom:#CCC solid 1px;
	color:#2D3751;
}
/* ssttl */
.ssttl{
	letter-spacing:.2rem;
	font-size: 2.5rem;
	padding:.3em 0;
	margin-bottom:.5em;
	position:relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	color:#2D3751;
}
/* ttl-page */
.ttl-page{
	letter-spacing:.2rem;
	text-align:center;
	line-height:1.4;
	font-size: 3.5rem;
	padding:.3em 0;
	margin:1em 0;
	position:relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	color:#2D3751;
}
/* ttl-page-mode */
.ttl-page-mode{
	letter-spacing:.2rem;
	text-align:center;
	line-height:1.4;
	font-size: 3.5rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	color:#2D3751;
	max-width:1200px;
	background:#FFF;
	padding:1.5em;
	margin:-1em auto 0 auto;
	position:relative;
	z-index:2;
}
@media screen and (max-width: 1300px) {
	.ttl-page-mode{
		margin:-1em 3% 0 3%;
	}
}

.ttl-page-mode::before{
	content:"";
	width:100%;
	height:100px;
	z-index:-1;
	position: absolute;
	top:0;
	left:0;
	background:#FFF;
	box-shadow: 0 10px 5px -3px rgba(255,255,255,1), 0 -5px 6px -3px rgba(0,0,0,0.3);
}

/* ttl-cate */
.ttl-cate{
	text-align:center;
	border-bottom:#ccc solid 1px;
	font-size:3.5rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	margin-bottom:1em;
	padding-bottom:.5em;
	line-height:1.2;
	color:#2D3751;
}
/* ttl-pick */
.ttl-pick{
	width:100%;
	position:relative;
	letter-spacing:.2rem;
	font-size:2.5rem;
	text-align: center;
	padding:1em 0;
	margin-bottom:1em;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	color:#2D3751;
	margin-bottom:-20px;
}
.ttl-pick:after{
	content:"";
	width:60%;
	height:250%;
	display:block;
	background:#FFFF00;
	position:absolute;
	left:20%;
	top:0;
	z-index:-1;
}

/* ttl-section */
.ttl-section{
	text-align:center;
	font-size:3rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	margin-bottom:.5em;
	padding-bottom:.5em;
	line-height:1.2;
	color:#2D3751;
}

@media screen and (max-width: 800px) {
	.ttl-section{
		padding:1em 2em;
		font-size:2rem;
	}
}


/* ttl-post */
.ttl-post{
	font-size:4rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	margin-bottom:1em;
	line-height:1.2;
	color:#2D3751;
}
/* ttl-spot */
.ttl-spot{
	font-size:3.5rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	margin-bottom:.5em;
	line-height:1.7;
	color:#2D3751;
}
/* ttl-event */
.ttl-event{
	font-size:3.5rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	margin-bottom:.5em;
	line-height:1.7;
	color:#2D3751;
}
/* ttl-course */
.ttl-course{
	text-align:center;
	font-size:3.5rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	margin:.5em 0 1em 0;
	line-height:1.2;
	color:#2D3751;
}
/* ttl-photo */
.ttl-photo{
	text-align:center;
	border-bottom:#ccc solid 1px;
	font-size:3.5rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	padding-bottom:.5em;
	line-height:1.2;
	max-width:1200px;
	margin:2em auto .2em auto;
	color:#2D3751;
}
/* ttl-movie */
.ttl-movie{
	text-align:center;
	border-bottom:#ccc solid 1px;
	font-size:2.5rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	padding-bottom:.5em;
	line-height:1.2;
	margin:1em auto;
	color:#2D3751;
}
/* ttl-rank */
.ttl-rank{
	text-align:center;
	font-size:2rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	padding-bottom:.2em;
	line-height:1.2;
	max-width:1000px;
	margin:5% auto;
	color:#2D3751;
	letter-spacing:.2em;
	position:relative;
}
/* ttl-map */
.ttl-map{
	text-align:center;
	font-size:3.5rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	padding-bottom:.2em;
	line-height:1.2;
	max-width:1000px;
	margin:5% auto 0 auto;
	color:#2D3751;
	letter-spacing:.2em;
	position:relative;
}
.ttl-map:after{
	content:"";
	width:80px;
	height:4px;
	display:block;
	background:#C60054;
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-45px;
}
/* .ttl-member-news */
.ttl-member-news{
	text-align:center;
	font-size:3.5rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	padding-bottom:.2em;
	line-height:1.2;
	max-width:1000px;
	margin:5% auto 0 auto;
	color:#2D3751;
	letter-spacing:.2em;
	position:relative;
}
.ttl-member-news:after{
	content:"";
	width:80px;
	height:4px;
	display:block;
	background:#C60054;
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-45px;
}
/* ttl-form-item */
.ttl-form-item{
	font-size:1.8rem;
	padding:.6em;
	text-align:center;
	background:#F7F7F7;
	margin-bottom:1em;
	line-height:1.2;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	color:#2D3751;
}
/* ttl-fun */
.ttl-fun{
	font-size:2rem;
	padding:.6em 0;
	text-align:center;
	margin:1em 0;
	line-height:1.2;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	color:#2D3751;
	position:relative;
	display: flex;
	align-items: center;
}
.ttl-fun:before,
.ttl-fun:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
.ttl-fun:before {
	margin-right: 1rem;
}
.ttl-fun:after {
	margin-left: 1rem;
}

/* --------------------------------------------------
icon
-------------------------------------------------- */

/* iconset */
.iconset{
	display:flex;
}
.iconset span{
	line-height: inherit;
}

/* ico-new */
.ico-new{
	background:#2D3751;
	font-size:1.3rem;
	line-height:1.2;
	padding:3px 10px;
	display:inline-block;
	color:#FFF;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}
/* ico-cate */
.ico-cate{
	background:#2D3751;
	font-size:1.3rem;
	line-height:1;
	padding:3px 10px;
	display:inline-block;
	color:#FFF;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}
/* ico-season */
.ico-season{
	background:#215C45;
	line-height:1.2;
	padding: 3px 10px;
	display:inline-block;
	color:#FFF;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}
/* ico-time */
.ico-time{
	background:#2D3751;
	line-height:1.2;
	padding: 3px 10px;
	display:inline-block;
	color:#FFF;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}
.ico-time::before{
	line-height:1;
	content:"\f017";
	font-family:fontawesome;
	margin-right:.5rem;
	display:inline-block;
	font-weight:normal;
}

/* ico-reco */
.ico-reco{
	background:#C60054;
	line-height:1.2;
	padding: 3px 10px;
	display:inline-block;
	display:inline-block;
	color:#FFF;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}

/* ico-members */
.ico-members{
	background:#C60054;
	line-height:1.2;
	padding: 3px 10px;
	display:inline-block;
	color:#FFF;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}

.icon_barrier img {
	max-width: 145px;
	width: 50%;
	display: inline-block;
}
@media screen and (max-width: 400px) {
.icon_barrier img {
	max-width: 145px;
	margin: 0 auto 1rem;
	width: 100%;
}
}
/* --------------------------------------------------
badge
-------------------------------------------------- */

.badge-new,
.badge-open,
.badge-close,
.badge-soon{
	font-size:1.5rem;
	display:block;
	width:56px;
	height:56px;
	line-height:56px;
	text-align:center;
	border-radius:28px;
	z-index:2;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}
.badge-new{
	background:#FFFF00;
}
.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-family: fot-tsukuardgothic-std, sans-serif;
	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{
	max-width:1200px;
	margin:0 auto;
	width:100%;
	display:flex;
	align-items:center;
	padding:1em ;
	flex-wrap: wrap;
}
.post-meta > *{
	margin-right:10px;
}
.post-meta .area > *{
	margin-right:5px;
}
.post-meta .writer{
	width:auto;
}
.post-meta .writer .post-date{
	display:inline-block;
	font-size:1.8rem;
}
.post-meta .writer .writer-name{
	font-size:1.8rem;
}
.post-meta .sns-share{
	margin-left:2em;
}
.post-meta .area{
	margin:.5em 0;
}

@media screen and (max-width: 600px) {

	.post-meta{
		justify-content: flex-start;
	}

	.post-meta .sns-share{
		margin-left:0;
	}


}

/* post-date */
.post-date{
	display:block;
	color:#666;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
/* event-date */
.event-date{
	display:block;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
/* member-name */
.member-name{
	color:#666;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
/* place */
.place{
	display:block;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
/* spot-area */
.spot-area01,
.spot-area02,
.spot-area03,
.spot-area04,
.spot-area05,
.spot-area06,
.spot-area07,
.spot-area08,
.spot-area-all{
	display: inline-block;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	line-height:1.2;
	font-size:1.4rem;
}
.spot-area01{
	color:#BA33BA;
}
.spot-area02{
	color:#81670F;
}
.spot-area03{
	color:#4357B6;
}
.spot-area04{
	color:#AB4A28;
}
.spot-area05{
	color:#186B60;
}
.spot-area06{
	color:#C93A41;
}
.spot-area07{
	color:#7f535d;
}
.spot-area-all{
	color:#000;
}

/* spot-area */
.season01,
.season02,
.season03,
.season04{
	display: inline-block;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}

/* spot-category */
.spot-category{
	display: inline-block;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	color:#2D3751;
}
/* photo-category */
.photo-category{
	display: inline-block;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	color:#2D3751;
}
/* file-size */
.file-size{
	display:block;
	font-size:1.2rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
/* via */
.via{
	display:block;
	color:#666;
	font-size:1.4rem;
}

/* --------------------------------------------------
link
-------------------------------------------------- */

.link-spot,
.link-event,
.link-post,
.link-photo,
.link-page,
.link-course{
	display:block;
	font-size:2rem;
	line-height:1.4;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	margin-bottom:.3em;
}
.link-spot a:hover,
.link-event a:hover,
.link-post a:hover,
.link-photo a:hover,
.link-page a:hover,
.link-course a:hover{
	text-decoration:underline;
}

.link-page{
	text-decoration:underline;
}

/* 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;
}

@media screen and (max-width: 800px) {
	.link-spot,
	.link-event,
	.link-post,
	.link-photo,
	.link-page,
	.link-course{
		display:block;
		font-size:1.6rem;
	}
}


/* --------------------------------------------------
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;
}
.exp-movie{
	font-size:1.7rem;
}

/* remark */
.remark{
	font-size:1.4rem;
	margin:.5em;
}
/* read */
.read{
	display:block;
	font-size:1.9rem;
	font-weight:bold;
	padding:1rem 0;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
.read-center{
	display:block;
	font-size:1.9rem;
	font-weight:bold;
	padding:1rem 0;
	font-family: fot-tsukuardgothic-std, sans-serif;
	text-align:center;
	margin: 1em 0;
}
/* note */
.note{
	display:block;
	font-size:1.4rem;
	background:#F1F3F8;
	padding:1rem;
	margin-bottom:1rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
/* attn */
.attn{
	display:block;
	color:#FF3333;
	font-size:1.4rem;
	padding:1rem 0;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

/* txt-attn */
.txt-attn{
	color:#FF3333;
}
/* txt-center */
.txt-center{
	text-align:center;
}
/* txt-right */
.txt-right{
	text-align:right;
}

@media screen and (max-width: 800px) {
	/* read */
	.read{
		font-size:1.6rem;
	}
	.read-center{
		font-size:1.6rem;
	}
}

/* --------------------------------------------------
btn
-------------------------------------------------- */

.note-box{
	padding:1em 2em;
	background:#E6EAF1;
	margin-bottom:2em;
}



/* --------------------------------------------------
btn
-------------------------------------------------- */

/* btn-area  */
.btn-area{
	width:100%;
	text-align: center;
	padding:20px 0;
}
.btn-area > p{
	max-width:400px;
	margin:10px auto;
}

/* btn-area-col2  */
.btn-area-col2{
	width:80%;
	margin:0 auto;
	padding:20px 0;
	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  */
	.btn-area > p{
		max-width:90%;
	}
	/* 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-family: fot-tsukuardgothic-std, sans-serif;
	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-family: fot-tsukuardgothic-std, sans-serif;
	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-family: fot-tsukuardgothic-std, sans-serif;
	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-clear */
.btn-back a,
.btn-clear a{
	min-width:200px;
	text-align:center;
	font-size:2rem;
	color:#fff;
	text-decoration:none;
	display: block;
	vertical-align: middle;
	position:relative;
	background:#DBDBDB;
	padding:.8em;
	transition: all .5s ease-out;
	color:#000;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}
.btn-back a:hover,
.btn-clear a:hover{
	background:#ccc;
}

/* 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-family: fot-tsukuardgothic-std, sans-serif;
	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-family: fot-tsukuardgothic-std, sans-serif;
	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 !important;
	display: block;
	vertical-align: middle;
	position:relative;
	padding:.8em;
	font-family: fot-tsukuardgothic-std, sans-serif;
	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-family: fot-tsukuardgothic-std, sans-serif;
	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-family: fot-tsukuardgothic-std, sans-serif;
	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-family: fot-tsukuardgothic-std, sans-serif;
	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-more a{
	text-align:center;
	font-size:1.8rem;
	background:#C60054;
	color:#fff;
	text-decoration:none;
	display: block;
	vertical-align: middle;
	position:relative;
	padding:.8em;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	margin:0 auto;
	max-width:400px;
}

/* btn-back-page */
.btn-back-page a{
	text-align:center;
	font-size:1.8rem;
	color:#fff;
	text-decoration:none;
	display: block;
	vertical-align: middle;
	position:relative;
	padding:.8em;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	background:#C60054;
	margin:0 auto;
	max-width:400px;
}

.btn-more a,
.btn-back-page a{
	transition: all .5s ease-out;
}

.btn-more a:hover,
.btn-back-page a:hover{
	background:#631810;
}


/* --------------------------------------------------
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-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}

/* pht-contain */
.pht-contain .frame{
	position: relative;
	width: 100%;
	padding-top:75%;
  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-family: fot-tsukuardgothic-std, sans-serif;
	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:70%;
	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: 50%;
	margin-bottom:-2em;
	letter-spacing:.5rem;
	left: 0;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:3rem;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-shadow:black 1px 1px 2px, black -1px 1px 2px,black 1px -1px 2px, black -1px -1px 2px;
}
.pht-cell figcaption span{
	font-size:5rem;
	display:block;
}

@media screen and (max-width: 800px) {

	.pht-cell figcaption span{
		font-size:4rem;
		display:block;
	}

}
@media screen and (max-width: 600px) {

	.pht-cell figcaption span{
		font-size:3rem;
	}

}


/* 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;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

/* pht-gallery */
.pht-gallery{
	position:relative;
}
.pht-gallery .frame{
	position: relative;
	width: 100%;
	padding-top:75%;
  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-family: fot-tsukuardgothic-std, sans-serif;
	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-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}


/* --------------------------------------------------
pht-gallery-full
-------------------------------------------------- */

/* pht-gallery-full */
.pht-gallery-full {
	background:	#333;
	text-align:center;
}
.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;
}

/* --------------------------------------------------
pht-center
-------------------------------------------------- */

/* pht-center */
.pht-center {
	text-align:center;
	margin-bottom:2em;
}

/* --------------------------------------------------
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;
	font-family: fot-tsukuardgothic-std, sans-serif;
	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%;
}

/* --------------------------------------------------
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%;
	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{
	background:#2D3751;
	color:#FFF;
	display:flex;
	align-items: center;
}
.breadCrumbs li{
	font-size:1.2rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	vertical-align:middle;
}
.breadCrumbs li:last-of-type{
	padding:1em 2em;
}
.breadCrumbs a{
	display:block;
	text-decoration:underline;
	padding:1em 4em;
	vertical-align:middle;
	color:#FFF;
	border-right:#6C6C6C solid 1px;
}

@media screen and (max-width: 800px) {

	.breadCrumbs{
		padding:0;
	}
	.breadCrumbs li:last-of-type{
		display:none;
	}
	.breadCrumbs li a{
		padding:10px;
	}
	.breadCrumbs li:after{
		content:none;
		margin-left:0;
	}

}

/* --------------------------------------------------
step-bar
-------------------------------------------------- */

.step-bar{
	display:table;
	max-width:1000px;
	width:100%;
	text-align:center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	margin:5% auto;
}
.step-bar li{
	display: table-cell;
	position:relative;
}
.step-bar li em{
	display:block;
	font-size:1.8rem;
}
.step-bar li em:before{
	background:#E0E0E0;
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:28px;
	margin:0 auto;
	vertical-align:middle;
	font-size:2.5rem;
}
@media all and (-ms-high-contrast:none) {
	.step-bar li em:before{
		line-height:50px;
	}
}
.step-bar li:nth-child(1) em:before{
	content:"1";
	z-index:10;
}
.step-bar li:nth-child(2) em:before{
	content:"2";
}
.step-bar li:nth-child(3) em:before{
	content:"3";
}
.step-bar .visit em:before{
	background:#2D3751;
	color:#FFF;
	position:relative;
}
.step-bar .current em:before{
	background:#2D3751;
	color:#FFF;
	position:relative;
}
.step-bar li em:after{
	content:"";
	height:3px;
	width:86%;
	background:#CCC;
	position:absolute;
	top:20px;
	left:57%;
}
.step-bar li:last-of-type em:after{
	content:none;
}
.step-bar .visit:nth-child(1) em:after{
	background:#2D3751;
}
.step-bar .visit:nth-child(2) em:after{
	background:#2D3751;
}


@media screen and (max-width: 800px) {

.step-bar li em{
	font-size:2rem;
}
.step-bar li em:before{
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:20px;
	font-size:2rem;
}
.step-bar li em:after{
	top:14px;
	width:84%;
	left:58%;
}

}

@media screen and (max-width: 600px) {

.step-bar li em{
	font-size:1.2rem;
}
.step-bar li em:before{
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:20px;
	font-size:1.2rem;
}
.step-bar li em:after{
	top:8px;
	width:76%;
	left:62%;
}

}

/* --------------------------------------------------
writer
-------------------------------------------------- */

.writer{
	width:100%;
}
.writer .pht-circle .frame{
	width: 47px;
	padding-top: 47px;
	margin-bottom:.5em;
}
.writer .post-date{
	font-size:1.2rem;
	line-height:1;
}
.writer .writer-name{
	font-size:1.2rem;
	line-height:1;
}

/* --------------------------------------------------
writer-info
-------------------------------------------------- */

.writer-info{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	background:#fff;
	padding:5% 2%;
	margin:2px;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.writer-info .pht{
	display:block;
	padding-right:20px;
}
.writer-info .writer-name{
	font-size:2rem;
	color:#333;
	font-weight:bold;
	margin-bottom:1rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
.writer-info .writer-link{
	margin-top:1em;
}
.writer-info a{
	font-size:1.3rem;
	text-decoration:underline;
}

/* --------------------------------------------------
spot-info
-------------------------------------------------- */

.spot-info{
	padding:2em;
	margin:2% auto 5% auto;
	background:#F7F7F7;
}
.spot-info .spot-name{
	font-size:2rem;
	color:#333;
	font-weight:bold;
	margin-bottom:1rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

.spot-info .spot-data{
	margin-bottom:0;
}


/* --------------------------------------------------
tags-group
-------------------------------------------------- */

.tags-group {
	display:flex;
	flex-wrap:wrap;
	margin-right:-2%;
}
.tags-group dl{
	width:calc(100% / 2 - 2%);
	background: #E6EAF1;
	padding:2%;
	margin-right:2%;
}
.tags-group dt{
	display:inline-block;
	padding:5px 0;
	line-height:1.2;
	font-size:2.5rem;
}

@media screen and (max-width: 800px) {

	.tags-group{
		margin-right:0;
	}
	.tags-group dl{
		width:100%;
		margin:0 2% 2% 2%;
		padding:10px;
	}
}

.tags-list {
	margin-bottom:20px;
}
.tags-list li{
	display:inline-block;
	line-height:1.2;
}
.tags-list a{
	display:block;
	padding:.5em 1em;
	line-height:1.2;
	border-radius:5px;
	background:#FFF;
	border:#B0C8D9 solid 1px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}
.tags-list a:before{
	content:"#";
	display:inline-block;
	margin-right:.3rem;
}

/* --------------------------------------------------
writer-list
-------------------------------------------------- */

.writer-list {
	display:flex;
	flex-wrap:wrap;
	margin-right:-2%;
}
.writer-list li{
	width:calc(100% / 2 - 2%);
	margin-bottom:2%;
	margin-right:2%;
}

@media screen and (max-width: 800px) {

	.writer-list{
		margin-right:0;
	}
	.writer-list li{
		width:100%;
		margin:0 2% 2% 2%;
		padding:10px;
	}
}


/* --------------------------------------------------
member-list
-------------------------------------------------- */

.member-list {
	display:flex;
	flex-wrap:wrap;
	margin-right:-2%;
}
.member-list li{
	width:calc(100% / 2 - 2%);
	margin-bottom:2%;
	margin-right:2%;
}
.member-list li a{
	display:block;
	background:#fff;
	padding:5% 2%;
	margin:2px;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	position:relative;
	overflow:hidden;
}
.member-list a:after{
	content:"";
	position: absolute;
	top: 0;
	left: -100%;
	width: 50%;
	height: 100%;
	background-color: rgba(168, 168, 168, 0.1);
	transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}
.member-list a:hover:after{
	left:0;
	width: 200%;
}
.member-list li a:before{
	font-size:4rem;
	content:"\f105";
	font-family:fontawesome;
	position: absolute;
	left:95%;
	top:50%;
	margin-top:-.5em;
	line-height:1.2;
}
.member-list li .exp{
	margin-top:1em;
}
.member-list .member-name{
	font-size:2rem;
	font-weight:bold;
	margin-bottom:1rem;
}

.member-list .ico-new{
	margin-left: .5em;
}

@media screen and (max-width: 800px) {

	.member-list{
		margin-right:0;
	}
	.member-list li{
		width:100%;
		margin:0 2% 2% 2%;
		padding:10px;
	}
}

/* --------------------------------------------------
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;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
.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;
	}

}


/* --------------------------------------------------
quick-link
-------------------------------------------------- */

.quick-link{
	background:#E8E8E8;
	padding:2em 0;
}
.quick-link ul{
	text-align:center;
	padding:10px;
}
.quick-link li{
	display: inline-block;
	margin:5px;
}
.quick-link a{
	background:#fff;
	display:block;
	padding:10px 2em;
	border-radius:30px;
	min-width:150px;
	position:relative;
	overflow:hidden;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}
.quick-link .current a{
	color:#FFF;
	background:#2D3751;
}
.quick-link a:after{
	content:"";
	position: absolute;
	top: 150%;
	left: -20%;
	width: 140%;
	height: 100%;
	border-radius: 50% 50% 0 0;
	background-color: rgba(168, 168, 168, 0.1);
	top: 100%;
	transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}
.quick-link a:hover:after{
	top: -50%;
	height: 200%;
}
@media screen and (max-width: 600px) {

	.quick-link li{
		display: block;
		margin:10px;
	}

}

/* --------------------------------------------------
pick-area
-------------------------------------------------- */

.pick-area{
	position:relative;
	margin:5% 0;
}

/* --------------------------------------------------
recomend-area
-------------------------------------------------- */

.recomend-area{
	position:relative;
	margin:5% 0;
}
.recomend-area:before{
	position:absolute;
	left:0;
	bottom:0;
	content:"";
	width:100%;
	height:50%;
	background:#E6EAF1;
	z-index:-1;
}

/* --------------------------------------------------
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: 320px) {

	.list-3col li{
		width:calc(100%);
	}

}

/* --------------------------------------------------
list-3col.sp-4col
-------------------------------------------------- */
.list-3col.sp-4col li:last-child{
	display: none;
}
@media screen and (max-width: 600px) {
	
	.list-3col.sp-4col li:last-child{
		display: block;
	}
	.list-4col li{
		width:calc(100% / 2 - 2%);
	}

}
/* --------------------------------------------------
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 ul{
		margin-right:-2%;
	}
	.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 .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;
}
.card-list li .txt .link-post{
	margin:0;
}


@media screen and (max-width: 800px) {
	.card-list {
		max-width:none;
		display:flex;
		flex-wrap:wrap;
	}
	.card-list li:first-of-type{
		width:100%;
	}
	.card-list li{
		width:calc(100% / 2 - 2%);
		margin-right: 2%;
		padding-bottom: 2%;
	}

}

/* --------------------------------------------------
recomend-list
-------------------------------------------------- */

.recomend-list .link-spot,
.recomend-list .link-event,
.recomend-list .link-post,
.recomend-list .link-photo,
.recomend-list .link-page{
	font-size:2.6rem;
	margin-top:.5em;
}
.recomend-list .link-spot,
.recomend-list .link-photo,
.recomend-list .link-page{
	text-align:center;
}

@media screen and (max-width: 800px) {
	.recomend-list .link-spot,
	.recomend-list .link-event,
	.recomend-list .link-post,
	.recomend-list .link-photo,
	.recomend-list .link-page{
		font-size:1.5rem;
	}
}

/* --------------------------------------------------
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:#CCC solid 1px;
}
.news-list li:nth-of-type(1){
	border-top:#CCC solid 1px;
}
.news-list li a{
	display:block;
	padding:1em 2em 1em 1em;
	display:flex;
	align-items: center;
}
.news-list .post-date{
	width:9em;
}
.news-list li p{
	flex:1;
}
.news-list li div{
	flex:1;
}
.news-list .member-name{
	margin-left:1em;
	color:#666;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
.news-list .ico-members{
	margin-bottom:.5em;
}

@media screen and (max-width: 600px) {

	.news-list li a{
		flex-direction: column;
		align-items: flex-start;
	}

}

/* --------------------------------------------------
sitemap-list
-------------------------------------------------- */

.sitemap-list{
	margin:5% 0;
	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%;
	}

}

/* --------------------------------------------------
member-news-list
-------------------------------------------------- */
.member-news-list{
	width:100%;
	position:relative;
	background:#2D3751;
	padding:1em;
}
.member-news-list li{
	max-width:1200px;
	margin:1em auto;
	background:#FFF;
	border-radius:5px;
}
.member-news-list li:nth-of-type(1){
}
.member-news-list li a{
	display:block;
	padding:1em 2em 1em 1em;
	display:flex;
	align-items: center;
	position:relative;
}
.member-news-list li a:after{
	content:"\f105";
	font-family:fontawesome;
	margin-right:1em;
	position: absolute;
	left:98%;
	top:50%;
	margin-top:-.5em;
	line-height:1.2;
}

.member-news-list .post-date{
	width:9em;
}
.member-news-list li p{
	flex:1;
}

@media screen and (max-width: 600px) {

	.member-news-list li a{
		flex-direction: column;
		align-items: flex-start;
	}

}

/* --------------------------------------------------
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;
}

/* --------------------------------------------------
sns-share
-------------------------------------------------- */

.sns-share{
	position:relative;
}
.sns-share li{
	display: inline-block;
}
.sns-share li a{
	width:150px;
	display: block;
	color: #FFF;
	text-align: center;
	padding: 3px 0;
	border-radius: 20px;
}
.facebook-share a:before{
	content: "\f09a";
	font-family: FontAwesome;
}
.twitter-share a:before{
	content: "\f099";
	font-family: FontAwesome;
}
.facebook-share a{
	background: #3B5A9A;
}
.facebook-share a:before{
	content: "\f09a";
	font-family: FontAwesome;
	margin-right: 0.5em;
}
.twitter-share a{
	background: #2CA7E0;
}
.twitter-share a:before{
	content: "\f099";
	font-family: FontAwesome;
	margin-right: 0.5em;
}
.line-share a{
	background: #28C00B;
}
.googleplus-share a{
	background: #DE4A36;
}
.googleplus-share a:before{
	content: "\f0d5";
	font-family: FontAwesome;
	margin-right: 0.5em;
}

@media screen and (max-width: 420px){
	.sns-share li a{
		display: block;
		color: #FFF;
		text-align: center;
		font-size: .9rem;
		padding: 5px 0;
		border-radius: 20px;
	}
}

/* --------------------------------------------------
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%;
	margin-top:.5em;
}
.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;
	width:100%;
}
.spot-data dd .inquiry{
	width:100%;
	border-bottom:#CCC solid 1px;
	padding-bottom:1em;
	margin-bottom:1em;
}
.spot-data dd .inquiry:last-of-type{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
.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;
	}

}

/* --------------------------------------------------
notice-box
-------------------------------------------------- */

.notice-box{
	max-width:1000px;
	margin:3% auto;
}
.notice-box dt{
	font-size:2rem;
	text-align:center;
	margin-bottom:1rem;
}
.notice-box dd{
	border:#CCCCCC solid 1px;
	padding:3%;
}
.agree-check{
	text-align:center;
	margin:1rem 0;
}

/* --------------------------------------------------
use-box
-------------------------------------------------- */

.use-msg{
	text-align:center;
	background: #E6EAF1;
	margin:2%;
}
.use-msg .balloon {
	margin-top:-50px;
  position: relative;
  display: inline-block;
  padding: .2em 1em;
	background:#FF0;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}
.use-msg .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 7px solid transparent;
  border-top: 7px solid #FF0;
}

/* --------------------------------------------------
search-header
-------------------------------------------------- */

.search-header{
	width:100%;
	padding:1.5em 0;
	background:#EBEBEB;
}

/* --------------------------------------------------
search-menu
-------------------------------------------------- */

.search-menu{
	display:flex;
	align-items: center;
	flex-wrap:wrap;
}

/* ttl-search */
.ttl-search{
	font-size: 2rem;
	line-height:1.2;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	margin-right:2em;
}

@media screen and (max-width: 800px) {
	.ttl-search{
		margin-bottom:2%;
	}
}

/* search-content */
.search-content{
	display:flex;
	align-items:center;
	flex:1;
	position: relative;
}

/* 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;
	min-width:170px;
}
.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 2px;
}
.search-menu .area dt a:hover,
.search-menu .genre dt a:hover,
.search-menu .season dt a:hover{
	border:#333 solid 2px;
}
.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;
	top:120%;
	left:0;
	padding:30px;
	display:flex;
	z-index:10;
	background:#EBEBEB;
	border-radius:0 0 2em 2em;
	box-shadow: 0px 4px 9px -7px rgba(0,0,0,0.6);
}
.search-menu .genre dd{
	position: absolute;
	top:120%;
	left:0;
	padding:30px;
	display:flex;
	z-index:10;
	background:#EBEBEB;
	border-radius:0 0 2em 2em;
	box-shadow: 0px 4px 9px -7px rgba(0,0,0,0.6);
}
.search-menu .season dd{
	position: absolute;
	top:120%;
	left:0;
	padding:30px;
	display:flex;
	z-index:10;
	background:#EBEBEB;
	border-radius:0 0 2em 2em;
	box-shadow: 0px 4px 9px -7px rgba(0,0,0,0.6);
}
.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%;
	}
}

/* area-search */

.area-search{
	display:flex;
	align-items: center;
	flex-wrap:wrap;
}
.area-search .select-area{
	flex:1.5;
	min-width:320px;
}
.area-search .map-area{
	flex:2;
	text-align:center;
}
.area-search .map-area img{
	max-width:500px;
	padding:20px 0;
}

@media screen and (max-width: 600px) {
	.area-search .select-area{
		min-width: 100%;
	}
	.area-search .map-area{
		display:none;
	}
}

.area-search .lage-area{
	display: block;
	background: #FFF;
	padding:.5em 3em;
	border-radius:20px;
	color:#000;
	text-align: center;
	cursor:pointer;
	margin-bottom:.7em;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
	font-size:1.4rem;
}
.area-search .lage-area.active{
	background:#F2C2B3;
	color:#fff;
	box-shadow:none;
}

/* genre-search */
.genre-search .genre-box{
	display:flex;
	flex-wrap: wrap;
}
.genre-search .genre-tree .lage-genre{
	display: block;
}
.genre-search .genre-tree{
	width:31%;
	margin:.5em;
}
.genre-search .genre-tree.wide{
	width:100%;
}
.genre-search .genre-tree ul{
	display: flex;
	flex-wrap: wrap;
}

.genre-search .lage-genre{
	display: inline-block;
	background: #FFF;
	padding:.5em 2em;
	border-radius:20px;
	color:#000;
	text-align: center;
	cursor:pointer;
	margin-right:.7em;
	margin-bottom:1em;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
	font-size:1.4rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}
.genre-search .lage-genre.active{
	background:#F2C2B3;
	box-shadow:none;
}
.genre-search .small-genre{
	display: inline-block;
	background: #FFF;
	padding:.5em 2em;
	border-radius:20px;
	color:#000;
	text-align: center;
	cursor:pointer;
	margin-right:.7em;
	margin-bottom:1em;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
	font-size:1.1rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
}
.genre-search .small-genre.active{
	background:#F2C2B3;
	box-shadow:none;
}

/* season-search */
.season-search .lage-genre{
	display: inline-block;
	min-width:150px;
	background: #FFF;
	padding:.5em 2em;
	border-radius:20px;
	color:#000;
	text-align: center;
	cursor:pointer;
	margin-right:.7em;
	margin-bottom:1em;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
	font-size:1.4rem;
}
.season-search .lage-genre.active{
	background:#F2C2B3;
	box-shadow:none;
}

/* keyword */
.search-menu .keyword{
	flex:1;
}
.search-menu .keyword input{
	padding:.85rem;
	width:100%;
	position:relative;
	transition: border .3s ease;
	min-height:46px;
	border:none;
	border:#FFF solid 2px;
}
.search-menu .keyword input:focus{
	outline:dotted 1px #000;
}
.search-menu .keyword:hover input{
	border:#333 solid 2px;
}
.search-menu .keyword{
	position:relative;
}
.search-menu .keyword a{
	font-size: 2rem;
	width: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -1.1em;
	height: 2.2em;
	line-height: 2;
}
.search-menu .keyword a:focus{
	outline:dotted 1px #000;
}
.search-menu .keyword button{
	font-size: 2rem;
	width: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -1.1em;
	height: 2.2em;
	line-height: 2;
	background: #fff;
	border: none;
	cursor: pointer;
}
.search-menu .keyword button:focus{
	outline:dotted 1px #000;
}

/* period */
.search-menu .period{
	margin-right: 1rem;
	flex:2;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.search-menu .period input:focus{
	outline:dotted 1px #000;
}
.search-menu .period input{
	width:46%;
	border:#FFF solid 1px;
	padding:.85rem;
	border:none;
	position:relative;
	min-height:46px;
}

.search-menu .season{
	max-width:15%;
}


@media screen and (max-width: 1200px) {

	.search-content{
		width: 100%;
	}
	.search-menu{
		flex-direction: column;
	}
	.ttl-search{
		margin-bottom:1em;
		margin-right: 0;
	}
}

@media screen and (max-width: 800px) {

	.search-content{
		flex-direction: column;
	}
	.search-menu .area{
		width:100%;
		margin-bottom:10px;
		margin-right:0;
		position:relative;
	}
	.search-menu .genre{
		width:100%;
		margin-right:0;
		margin-bottom:10px;
		position:relative;
	}
	.genre-search .genre-tree{
		width:47%;
	}
	.search-menu .season{
		width:100%;
		margin-right:0;
		margin-bottom:10px;
		position:relative;
		max-width:none;
	}
	.search-menu .keyword{
		width:100%;
		margin-bottom:10px;
		margin-right:0;
	}
	.search-menu .period {
		width:100%;
		margin-bottom:10px;
		margin-right:0;
		position:relative;
	}

}

@media screen and (max-width: 600px) {
	.genre-search .genre-tree{
		width:100%;
	}
}

/* --------------------------------------------------
conditions
-------------------------------------------------- */

.conditions{
	position:relative;
	overflow: hidden;
	padding:1rem 0;
}
.conditions .btn-delete{
	float:right;
}
.conditions dl{
	width:80%;
	float:left;
}
.conditions dt{
	display: inline;
	vertical-align:middle;
	margin-right:1rem;
}
.conditions dd{
	display: inline-block;
}
.conditions dd a{
	font-size:1.3rem;
	border:#D0D0D0 solid 1px;
	background:#fff;
	display:inline-block;
	line-height:1;
	padding:.5em 1em;
	border-radius:5px;
	cursor:pointer;
	margin:.2rem;
	vertical-align:middle;
	background:#efefef;
}
.conditions dd a:before{
	content:"\f00d";
	font-family:fontawesome;
	margin-right:.5em;
}


@media screen and (max-width: 600px) {

	.conditions .btn-delete{
		float:none;
		text-align:right;
		margin-top:10px;
		display:block;
	}
	.conditions dl{
		width:100%;
		float:none;
	}

}

/* --------------------------------------------------
paging-sort
-------------------------------------------------- */

.paging-sort{
	width:100%;
	display:flex;
	align-items:center;
	padding:1rem 0;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	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{
	padding:20px 0;
	text-align:center;
	clear:both;
	position:relative;
	overflow: hidden;
	margin:2% 0;
}
.paging span{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:.5rem;
}
.paging a{
	line-height:1;
	letter-spacing:normal;
	display:inline-block;
	padding:1rem 1.2rem;
	text-decoration:none;
	color:#272727;
	border: #efefef solid 1px;
	background:#efefef;
	border-radius:3px;
}
.paging a:hover{
	opacity:1;
	border:#2D3751 solid 1px;
	background:#efefef;
	border-radius:3px;
}
.paging .current{
	line-height:1;
	letter-spacing:normal;
	display:inline-block;
	padding:1rem 1.2rem;
	text-decoration:none;
	color:#FFF;
	border:#2D3751 solid 1px;
	background:#2D3751;
	border-radius:3px;
}


/* --------------------------------------------------

post-content

-------------------------------------------------- */

/* post-content */
.post-content{
	max-width:1000px;
	margin:0 auto;
	position:relative;
	padding:5%;
	font-size:1.7rem;
	line-height:1.8;
}
/* post-sttl-large */
.post-sttl-large {
	letter-spacing:.2rem;
	font-size: 3rem;
	padding:.3em 0;
	margin-bottom:1em;
	position:relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	border-bottom:#CCC solid 1px;
	color:#2D3751;
}
.post-sttl-large::before{
	content:"";
	width:30px;
	height:5px;
	margin-bottom:.3em;
	background:#2D3751;
	display:inline-block;
	line-height:1;
	margin-right:.5em;
}
.post-sttl-large span{
	font-size: .8em;
	margin-left:.5em;
}
/* post-sttl-small */
.post-sttl-small {
	letter-spacing:.2rem;
	font-size: 2.5rem;
	margin:1em 0;
	position:relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight:bold;
	color:#2D3751;
}
.post-sttl-small::before{
	content:"";
	width:20px;
	height:5px;
	margin-bottom:.2em;
	background:#2D3751;
	display:inline-block;
	line-height:1;
	margin-right:.5em;
}

/* post-pht */
.post-pht {
	margin-bottom:1em;
	position:relative;
}
.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;
	padding:5px;
	line-height:1.4;
	text-align:center;
}

/* two-post-pht */
.two-post-pht {
	display:flex;
	justify-content: space-between;
	position:relative;
}

.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-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;
}
.wysiwyg ul>li {
	padding-left:1em;
	text-indent:-1em;
	list-style: none;
}
.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;
}

/* --------------------------------------------------

page-content

-------------------------------------------------- */

/* page-content */
.page-content{
	max-width:1000px;
	margin:0 auto;
	position:relative;
}

.page-content section{
	margin-bottom:5%;
}
.page-content section a{
	text-decoration:underline;
}


/* table */
.page-content table{
	width:100%;
	margin:1em 0 2em;
	border-collapse:collapse;
	border: 1px solid #DDD;
	border-spacing: 0;
}
.page-content table caption {
	margin-bottom:0.5em;
	font-weight:bold;
	font-size:1.8rem;
}
.page-content table th {
	background: #f6f6f6;
	padding:1em 1.5em;
	border: 1px solid #DDD;
	white-space: nowrap;
	font-weight:bold;
}
.page-content table td {
	background: #FFFFFF;
	padding:1em ;
	border: 1px solid #DDD;
	word-break: break-all;
	word-wrap: break-word;
}
.page-content table th a[href] {
	text-decoration:underline;
	color:#0052A3;
}
.page-content table td a[href] {
	text-decoration:underline;
	color:#0052A3;
}

.page-content table .fa-phone{
	margin-right:.5em;
}

@media screen and (max-width:1400px) {
	.page-content{
		padding:0 3em;
	}
}
@media screen and (max-width: 800px) {
	.page-content table {
		border:none;
		margin-bottom: 10px;
		width: 100%;
	}
	.page-content table tr {
		display: block;
		margin-bottom: 20px;
	}
	.page-content table tr:first-child {
		display:none;
	}
	.page-content table tr:last-child {
		margin-bottom: 0;
	}
	.page-content table tr th {
		display: block;
		border-bottom:none;
	}
	.page-content table tr td {
		display: block;
	}

}

/* ol */
.page-content ol{
	margin:0.5em 0 1em;
	padding:0 1.5em;
	list-style: decimal outside;
}
.page-content ol li {
	text-indent:0;
}

/* ul */
.page-content ul {
	list-style: none;
}
.page-content ul li {
	padding-left:1em;
	text-indent:-1em;
}
.page-content ul li:before {
	content: "・";
}


/* --------------------------------------------------

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,
.search-menu .genre dt a.is-active,
.search-menu .season dt a.is-active{
	border:#ccc solid 2px;
}
.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:100%;
	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:100%;
	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:100%;
	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: #000;
  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; }
}

/* --------------------------------------------------
fadePanelLeft
-------------------------------------------------- */

.fadePanelLeft::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: fadePanelLeft;
 animation-name: fadePanelLeft;
 visibility: visible !important;
}
@-webkit-keyframes fadePanelLeft {
 0% { left: 1000px; }
 100% { left:0; }
}
@keyframes fadePanelLeft {
 0% { left: 1000px; }
 100% { left:0; }
}
