@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;
}

/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End Hack */

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

.wf-notosansjp { font-family: "Noto Sans JP"; }
.wf-montserrat { font-family: 'Montserrat'; }

@font-face {
  font-family: 'icon-mottokumamoto';
  src:
    url('../fonts/icon-mottokumamoto.ttf?7uq1cj') format('truetype'),
    url('../fonts/icon-mottokumamoto.woff?7uq1cj') format('woff'),
    url('../fonts/icon-mottokumamoto.svg?7uq1cj#icon-mottokumamoto') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* --------------------------------------------------
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: 58.12%; /* 1.4rem */
	}
}
@media screen and (max-width: 400px) {

	html{
		font-size: 58.12%; /* 1.4rem */
	}
}

/* --------------------------------------------------
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: "Montserrat","Noto Sans JP" , "ヒラギノ角ゴ 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:#272727;
	box-sizing:border-box;
	-webkit-text-size-adjust: 100%;
}

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

form

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

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

input[type="file"] {
	padding: 5px 0;
}

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

/* table-form */
.table-form {
	width: 100%;
	margin: 15px 0 30px;
	border-collapse: collapse;
}
.table-form th {
	width: 260px;
	display: table-cell;
	font-weight: bold;
	background: #EEE;
	padding: 10px 20px;
	border-bottom: 1px solid #FFF;
}
.table-form td {
	width:auto;
	background: #F9F9F9;
	padding: 10px 20px;
	border-bottom: 1px solid #E7E7E7;
	word-break: break-all;
	word-wrap: break-word;
}
.table-form td a{
	vertical-align:middle;
}

/* essential */
.essential {
	display: inline-block;
	color: #F00;
	margin-left: 10px;
	vertical-align: middle;
	font-weight: normal;
}

/* form-description */
.form-description{
	line-height: 1.4;
}

/* error-message */
.error-message {
	color: #f00;
	line-height: 1.4;
	margin-bottom: 1rem;
}

/* 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 {
	margin-bottom: 5%;
	padding: 10%;
	text-align: center;
}
.complete-msg h4 {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5%;
}
.complete-msg p {
	font-size: 1.7rem;
	padding-bottom: 5%;
}

/* --------------------------------------------------
table
-------------------------------------------------- */

table{
	width:100%;
	margin:1em 0 2em;
	border-collapse:collapse;
	border: 1px solid #DDD;
	max-width:100%;
	border-spacing: 0;
}
table caption {
	text-align:center;
	margin-bottom:0.5em;
}
table th {
	background: #f6f6f6;
	padding: 0.5em 0.75em;
	border: 1px solid #DDD;
}
table td {
	background: #FFFFFF;
	padding: 0.5em 0.75em;
	border: 1px solid #DDD;
	word-break: break-all;
	word-wrap: break-word;
	width:30%;
}
table td a[href] {
	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.3rem;
	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;
  cursor: pointer;
  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: flex-start;
	align-items: center;
	background:rgba(0,0,0,.9);
	padding:3%;
	margin-top:30px;
}
.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;
	}

}

/* h-serch */
.site-menu .h-serch{
	display:flex;
	margin:0 20px 10px;
	width:100%;
}
.site-menu .h-serch form{
	width:100%;
	display:block;
}
.site-menu .h-serch input{
	background:#FFF;
	border: none;
	border-radius:30px;
	display: inline-block;
	padding-left:20px;
	width:100%;
	font-size:18px;
}
.site-menu .h-serch a{
	font-size:2rem;
	width:40px;
	line-height:42px;
	text-align: center;
	display: inline-block;
	margin-left:-45px;
	vertical-align: middle;
	color:#000;
}
.site-menu .h-serch a i{
	font-size:18px;
}

/* h-link */
.site-menu .h-link{
	width:100%;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.site-menu .h-link a{
	font-size:1.4rem;
	display: block;
	padding:10px;
	line-height:1;
	margin-bottom:10px;
	border-radius:5px;
	text-align:center;
	background:#fff;
	color:#000;
	margin:5px;
}
.site-menu .h-link li{
	width:50%;
}
.site-menu .h-link li a:before{
	color: #000;
	font-size:2rem;
	margin-right: 0.5em;
	vertical-align:middle;
}

.site-menu .h-link li:nth-of-type(1){
	width:100%;
}
.site-menu .h-link li:nth-of-type(1) a{
	padding:13px 70px 13px 70px;
	color:#FFF;
	display:block;
	text-align:center;
	box-shadow: 0px 3px 0px 0px rgba(0,130,78,1);
	background-image:url(../img/common/ico_kumamon.png) ,url(../img/common/ico_beginner.png);
	background-repeat:no-repeat, no-repeat;
	background-position:95% bottom , 30px center;
	background-color:#00a261;
}

.site-menu .h-link li:nth-of-type(2) a:before{
	content:"\f08a";
	font-family:fontawesome;
}

.site-menu .h-link li:nth-of-type(3) a:before {
	color:#F00;
	content: "\e903";
	font-family: icon-mottokumamoto;
}

.site-menu .h-link li:nth-of-type(4) a:before {
    content: "\e902";
    font-family: icon-mottokumamoto;
}

.site-menu .h-sitemap{
	display:flex;
	flex-wrap:wrap;
	width:100%;
}
.site-menu .h-sitemap > li{
	width:100%;
	margin:5px;
}
.site-menu .h-sitemap > li ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.site-menu .h-sitemap > li > a{
	width:100%;
	text-align:center;
	display: block;
	padding:8px;
	border-radius:5px;
	margin-bottom:10px;
	background:#fff;
	color:#000;
}
.site-menu .h-sitemap ul li{
	width:calc(50% - 2.5px);
}
.site-menu .h-sitemap > li ul a{
	width:100%;
	text-align:center;
	display: block;
	padding:3px 20px;
	border-radius:5px;
	margin-bottom:5px;
	border:#5C5C5C solid 1px;
}
.site-menu .h-sitemap > .look > a{
	background:#007AE1;
	color:#FFF;
}
.site-menu .h-sitemap > .stay > a{
	background:#EB4747;
	color:#FFF;
}
.site-menu .h-sitemap > .brand > a{
	background:#ECC837;
	color:#FFF;
}

/* btn */
.site-menu .btn {
	margin:10px;
	width:100%;
	text-align:center;
	font-size:1.3rem;
}
.site-menu .btn a{
	display:inline-block;
	padding:5px;
}

/* lang */
.site-menu .lang{
	position:relative;
	margin-bottom:10px;
	z-index:55;
}
.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{
	display:table;
	margin-bottom:10px;
}
.site-menu .shere li{
	display:table-cell;
}
.site-menu .shere li i{
	border-radius:20px;
	margin:0 2px;
}
.site-menu .shere li i:before{
	display:block;
	text-align:center;
	font-size:2rem;
	line-height:1;
	width:20px;
	color:#FFF;
	margin:5px;
}

/* btn-business */
.site-menu .btn-business {
	display: inline-block;
	margin-bottom:5px;
}
.site-menu .btn-business a{
	display:block;
	width:100%;
	padding:3px 20px;
	border:#5C5C5C solid 1px;
	border-radius:5px;
}


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

#spnav{
	height:70px;
	display:none;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}

@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;
	}
	#spnav.on{
		top:-100%;
	}
	#spnav .h-logo{
		width:100%;
		margin-right:-66px;
	}
	#spnav .h-logo img{
		width:350px;
	}
	#spnav .sp-menu-btn{
		order:2;
		padding:20px;
	}

}
@media screen and (max-width: 400px) {
		#spnav .h-logo img{
			width:260px;
		}
}

/* --------------------------------------------------
header
-------------------------------------------------- */

#header{
	background:#fff;
	position:relative;
	display:flex;
    padding-right: 10px;
}
.h-logo{
    max-width: 550px;
	display:flex;
	align-items:center;
}
.h-logo img{
    width: 100%;
}

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

	#header{
		display:none;
	}
	.h-logo{
        max-width: none;
		min-width:200px;
		display:flex;
		align-items:center;
		justify-content: flex-start;
	}

}

/* --------------------------------------------------
h-menu
-------------------------------------------------- */

.h-menu{
	position:relative;
	flex-grow:1;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	align-content: center;
	flex-wrap:wrap;
	padding:0 10px;
	line-height:1;
	padding:10px 0;
}

/* h-serch */
.h-menu .h-serch{
	display:flex;
    margin-right: 20px;
	font-size:1.4rem;
    margin-bottom: 5px;
}
.h-menu .h-serch input{
	background:#FFF;
	border:1px solid #272727;
	width:100%;
	border-radius:30px;
	display: inline-block;
	padding-left:20px;
	margin-left:10%;
}
.h-menu .h-serch a{
	font-size:2rem;
	width:40px;
	line-height:37px;
	text-align: center;
	display: inline-block;
	margin-left:-20px;
	vertical-align: middle;
}
.h-menu .btn{
	margin-right:10px;
	font-size:1.4rem;
}

/* useful */
.h-menu .useful{
	position:relative;
	font-size:1.4rem;
}
.h-menu .useful dt{
	cursor:pointer;
	position:relative;
	padding:10px;
}
.h-menu .useful dt:before{
  content: "\f107";
	font-family:fontawesome;
	display:inline-block;
	margin-right:5px;
	position:relative;
}
.h-menu .useful dt.active:before{
  content: "\f106";
}
.h-menu .useful 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);
}
.h-menu .useful dd a{
	width:100%;
	display:block;
	padding:10px;
	color:#FFF;
	background:#231F20;
	text-align:center;
	border-bottom:#000 solid 1px;
}
.h-menu .useful dd a:last-of-type{
	border-bottom:none;
}

/* lang */
.h-menu .lang{
	position:relative;
	font-size:1.4rem;
}
.h-menu .lang dt{
	cursor:pointer;
	position:relative;
	padding:10px;
}
.h-menu .lang dt:before{
  content: "\f107";
	font-family:fontawesome;
	display:inline-block;
	margin-right:5px;
	position:relative;
}
.h-menu .lang dt.active:before{
  content: "\f106";
}
.h-menu .lang dd{
	width:100%;
	position: absolute;
	display:none;
	top:100%;
	left:0;
    z-index: 11;
	border:#000 solid 1px;
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
}
.h-menu .lang dd a{
	width:100%;
	display:block;
	padding:10px;
	color:#FFF;
	background:#231F20;
	text-align:center;
	border-bottom:#000 solid 1px;
}
.h-menu .lang dd a:last-of-type{
	border-bottom:none;
}

/* fontsize */
.h-menu .fontsize{
	position:relative;
	font-size:1.4rem;
	}
.h-menu .fontsize dt,
.h-menu .fontsize dd{
	cursor:pointer;
	position:relative;
}
.h-menu .fontsize dt{
	padding:10px;
}
.h-menu .fontsize dt:before{
  content: "\f107";
	font-family:fontawesome;
	display:inline-block;
	margin-right:5px;
	position:relative;
}
.h-menu .fontsize dt.active:before{
  content: "\f106";
}
.h-menu .fontsize dd{
	width:100%;
	position: absolute;
	display:none;
	top:100%;
	left:0;
	z-index:10;
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
}
.h-menu .fontsize dd button{
	color:#FFF;
	background:#231F20;
	border:none;
	text-align:center;
	width:50%;
	float:left;
	padding:5px;
	border:#000 solid 1px;
	cursor:pointer;
}
.h-menu .fontsize dd button:last-of-type{
	border-left:none;
}

/* btn-business */
.h-menu .btn-business{
	align-self: flex-start;
}
.h-menu .btn-business a{
	display:block;
	background:#000;
    font-size: 1.4rem;
	color:#FFF;
    padding: 10px;
	border-radius:5px;
}

/* h-link */
.h-menu .h-link{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items: center;
    width: 100%;
}
.h-menu .h-link a{
	font-size:1.4rem;
	display:block;
	padding:5px;
}
.h-menu .h-link li a:before{
	color: #000;
	font-size:1.6rem;
	margin-right: 5px;
	vertical-align:middle;
}
.h-menu .h-link li:nth-of-type(1) a{
	padding:10px 50px 10px 50px;
	border-radius:30px;
	color:#FFF;
	display:block;
	text-align:center;
	margin-right:1em;
	box-shadow: 0px 3px 0px 0px rgba(0,130,78,1);
}
.h-menu .h-link li:nth-of-type(1) a{
	background-image:url(../img/common/ico_kumamon.png) ,url(../img/common/ico_beginner.png);
	background-repeat:no-repeat, no-repeat;
	background-position:95% 3px , 20px center;
	background-color:#00a261;
}
.h-menu .h-link li:nth-of-type(2) a:before{
	content: "\e902";
	font-family: icon-mottokumamoto;
}

.h-menu .h-link li:nth-of-type(3) a:before {
	content:"\f08a";
	font-family:fontawesome;
}

.h-menu .h-link li:nth-of-type(4) a:before {
	color:#F00;
	content: "\e903";
	font-family: icon-mottokumamoto;
}


/* shere */
.h-menu .shere{
	display:table;
    margin-right: 10px;
}
.h-menu .shere li{
	display:table-cell;
}
.h-menu .shere li i{
	border-radius:20px;
	margin:0 2px;
}
.h-menu .shere li i:before{
	display:block;
	text-align:center;
	font-size:2rem;
	line-height:1;
	width:20px;
	color:#FFF;
	margin:5px;
}
.fa-twitter{
	background:#598DCA;
}
.fa-instagram{
	background:#D162D1;
}
.fa-facebook{
	background:#3A589B;
}

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

#gnav{
	width:100%;
	background:#231F20;
	text-align:center;
}
#gnav a{
	color:#FFF;
}
#gnav > ul{
	display:table;
	width:100%;
    max-width: 1400px;
	margin:0 auto;
}
#gnav > ul > li{
	display:table-cell;
	min-width:80px;
	cursor:pointer;
}
#gnav > ul > li > a{
	display: block;
	padding:10px 0;
	position:relative;
	line-height:1.3;
}
#gnav .gnav-look,
#gnav .gnav-look .mega-menu-inner{
	background: #007AE1;
}
#gnav .gnav-stay,
#gnav .gnav-stay .mega-menu-inner{
	background: #EB4747;
}
#gnav .gnav-brand,
#gnav .gnav-brand .mega-menu-inner{
	background: #ECC837;
}
#gnav .gnav-look > a,
#gnav .gnav-stay > a,
#gnav .gnav-brand > a{
	min-width:150px;
	font-size:2rem;
}


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

	#gnav{
		padding-top:70px;
	}

    #gnav .gnav-look,
    #gnav .gnav-stay,
    #gnav .gnav-brand {
        width: 33.33%;
    }
	#gnav .gnav-look > a,
	#gnav .gnav-stay > a,
	#gnav .gnav-brand > a{
        min-width: auto;
		font-size:2rem;
        width: 100%;
	}
	#gnav > ul{
		display:flex;
		flex-wrap:wrap;
		justify-content: center;
	}
	#gnav > ul > li{
		display:block;
        width: 25%;
	}

}

/* mega-menu */
.mega-menu{
	position:relative;
}
.mega-menu-inner{
	display: block;
	color:#FFF;
	padding:10px 0;
	position:absolute;
	left:0;
	top:100%;
	width:100%;
    padding: 2%;
    background: #444;
}
.mega-menu > li > .mega-menu-inner{
	-webkit-transition: .2s ease;
	transition: .2s ease;
	opacity: 0;
    z-index: 0;
	opacity:0;
	margin-top:-5px;
	overflow:hidden;
}
.mega-menu > li:hover > .mega-menu-inner{
    z-index: 10;
	opacity: 1;
	margin-top:0;
	overflow:hidden;
}
.mega-menu > li > .mega-menu-inner:after{
	content:"";
	position: absolute;
	top: 150%;
	left: -20%;
	width: 140%;
	height: 100%;
	border-radius: 50% 50% 0 0;
	background-color: rgba(0, 0, 0, 0.1);
	top: 100%;
	transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition-delay:.3s;
	z-index:-1;
}
.mega-menu > li:hover .mega-menu-inner:after{
	top: -30%;
	height: 200%;
}

/* mega-menu-list */
.mega-menu-list{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.mega-menu-list li{
	width:200px;
	margin:10px;
	z-index:1;
}
.mega-menu-list .frame{
	border-radius:10px;
	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: 60px;
	display: block;
	text-align: center;
	line-height: 60px;
	border-radius:10px;
	background:#231F20;
	margin-bottom:10px;
}
.mega-menu > li:hover .mega-menu-list li:nth-child(8){transition-delay:0.8s; opacity:1;}
.mega-menu > li:hover .mega-menu-list li:nth-child(9){transition-delay:1s; opacity:1;}
.mega-menu > li .mega-menu-list li{
	transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
	opacity:0;
}
.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;}
.mega-menu > li:hover .mega-menu-list li:nth-child(8){transition-delay:0.8s; opacity:1;}
.mega-menu > li:hover .mega-menu-list li:nth-child(9){transition-delay:1s; opacity:1;}


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

	.mega-menu-inner{
		display:none;
	}

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

#footer{
	padding:20px;
	width:100%;
	background:url(../img/common/bg_footer.jpg) bottom left no-repeat;
	background-size:100% auto;
	background-attachment:fixed;
}
/* f-menu */
.f-menu {
	text-align:center;
	margin:0 0 2%;
}
.f-menu li{
	display:inline-block;
}
.f-menu li:after{
	content:"|";
}
.f-menu li:last-of-type:after{
	content:none;
}
.f-menu a{
	font-size:1.3rem;
	display:inline-block;
	padding: 0 10px;
	vertical-align:middle;
}
/* f-address */
.f-address{
	display:flex;
	align-items:center;
}
.f-address address{
	font-size:1.3rem;
	padding-left:20px;
}
.f-address dl{
	margin-bottom:10px;
}
.f-address dt{
	font-weight:bold;
	font-size:1.3rem;
	margin-bottom: .5em;
}
.f-address .btn-f-more a{
	background: #000;
	color: #fff;
	padding: .4em 1.5em;
	margin-left: 1em;
	border-radius: 5px;
}
.f-address .btn-f-more a:hover{
	background:#333;
}
.copy{
	text-align:center;
	font-size:1rem;
	letter-spacing:.1rem;
	position: relative;
	vertical-align:middle;
	align-items: center;
	justify-content: center;
}

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

	#footer{
		background:url(../img/common/bg_footer.jpg) bottom left no-repeat;
		background-size:auto 100% ;
	}

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

	.f-address{
		display: block;
	}
	.f-address address{
		padding-left:0;
	}
	.mark-kumamoto{
		width:30%;
		margin:0 auto;
		text-align:center;
	}
}


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

#contents{
	position: relative;
	padding: 0  0 3% 0;
	min-height:calc(100vh - 15%);
}

#contents > .wrapper{
	width:100%;
}

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

	#contents{
			padding:0;
	}

}


/* --------------------------------------------------
display control
-------------------------------------------------- */


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

	.pc-hide{
		display: block !important;
	}
	.sp-hide{
		display: none !important;
	}

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

	.pc-hide{
		display:none !important;
	}
	.sp-hide{
		display:block !important;
	}

}

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

	.sp-br{
		display:none !important;
	}

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

	.sp-br{
		display:block !important;
	}

}


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

layout

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

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

.wrapper{
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.wrapper > .inner{
	width:77.5%;
	margin:0 auto;
}

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

	.wrapper{
			padding:0 3%;
	}

}

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

	.wrapper > .inner{
		width:90%;
	}
}

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

section{
	margin:5% 0;
}

/* --------------------------------------------------
article
-------------------------------------------------- */

article{
	margin-bottom:5%;
}

/* --------------------------------------------------
block
-------------------------------------------------- */

.block-row{
	width:100%;
	display:flex;
	justify-content:space-between;
	margin:2% 0;
}
.block-main {
  width: 65%;
	margin-bottom:2%;
	padding-right:5%;
}
.block-side {
  width: 30%;
	margin-bottom:2%;
	flex:1;
}
.block-sticky{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.block-pht {
  width: 40%;
	max-width:750px;
	text-align:center;
}

.block-pht span {
    display: block;
    text-align: left;
}
.block-data {
	flex:1;
 	 width: 50%;
	padding-left:5%;
}

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

	.block-row{
		width:100%;
		display:block;
	}

	.block-main {
		width:100%;
		padding-right:0;
	}

	.block-side {
		width:100%;
	}

	.block-sticky{
		position:relative;
		top: auto;
	}

    .block-pht {
		width:100%;
	}
	.block-pht img{
		width:100%;
	}
	.block-data {
		width:100%;
		padding:3% 0;
	}

}


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

element

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


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


/* ttl */
.ttl{
	background:#CCC;
	height:150px;
	text-align:right;
	padding:0 5%;
	letter-spacing:.4rem;
	color:#FFF;
	text-shadow:black 1px 1px 2px, black -1px 1px 2px,black 1px -1px 2px, black -1px -1px 2px;
	position:relative;
	display: flex;
	flex-direction:column;
	align-items:flex-end;
	justify-content: center;
	background:url(../img/bg_ttl_spots.jpg) no-repeat;
	background-size:cover;
}
.ttl:after{
	content:"";
	width:100%;
	height:100%;
	background:  radial-gradient(circle, rgba(0,0,0,0) 200px, rgba(0,0,0,0.5) 500px);
	position:absolute;
	left:0;
	top:0;
}
.ttl strong{
	font-size:4.4rem;
	display:block;
	line-height:1.2;
	padding-right:5%;
	z-index:1;
}
.ttl span{
	line-height:1.5;
	font-size:1.3rem;
	font-weight:normal;
	display:block;
}

.ttl-look{
	background:url(../img/bg_ttl_look.jpg) no-repeat;
	background-size:cover;
}
.ttl-spots{
	background:url(../img/bg_ttl_spots.jpg) no-repeat;
	background-size:cover;
}
.ttl-stay{
	background:url(../img/bg_ttl_stay.jpg) no-repeat;
	background-size:cover;
}
.ttl-brand{
	background:url(../img/bg_ttl_brand.jpg) no-repeat;
	background-size:cover;
}
.ttl-event{
	background:url(../img/bg_ttl_event.jpg) no-repeat;
	background-size:cover;
}
.ttl-favorite{
	background:url(../img/bg_ttl_favorite.jpg) no-repeat;
	background-size:cover;
}
.ttl-terakoya{
	background:url(../img/bg_ttl_terakoya.jpg) no-repeat;
	background-size:cover;
}
.ttl-coupon{
	background:url(../img/bg_ttl_coupon.jpg) no-repeat;
	background-size:cover;
}
.ttl-useful{
	background:url(../img/bg_ttl_useful.jpg) no-repeat;
	background-size:cover;
}
.ttl-video{
	background:url(../img/bg_ttl_video.jpg) no-repeat;
	background-size:cover;
}
.ttl-gallery{
	background:url(../img/bg_ttl_gallery.jpg) no-repeat;
	background-size:cover;
}
.ttl-season{
	background:url(../img/bg_ttl_season.jpg) no-repeat;
	background-size:cover;
}
.ttl-courses{
	background:url(../img/bg_ttl_courses.jpg) no-repeat;
	background-size:cover;
}
.ttl-local{
	background:url(../img/bg_ttl_local.jpg) no-repeat;
	background-size:cover;
}
.ttl-movie{
	background:url(../img/bg_ttl_movie.jpg) no-repeat;
	background-size:cover;
}
.ttl-photo{
	background:url(../img/bg_ttl_photo.jpg) no-repeat;
	background-size:cover;
}


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

	.ttl{
		text-align:center;
		height:140px;
		display:flex;
		align-items:center;
		background-position: center;
		justify-content: center;
	}
	.ttl strong{
		font-size:3rem;
	}
	.ttl:after{
		background:  radial-gradient(circle, rgba(0,0,0,.5) 100px, rgba(0,0,0,0.7) 200px);
	}
	.ttl strong{
		padding:30px;
		position:relative;
	}
}

/* ttl-top-fl */
.ttl-top-fl{
	text-align:center;
	margin-bottom:2%;
}
.ttl-top-fl span:first-of-type{
	display: inline-block;
	text-align:center;
	font-size:3rem;
	letter-spacing:.5rem;
	font-weight:bold;
	border-bottom:#000 solid 3px;
	letter-spacing:.1rem;
}
.ttl-top-fl span:last-of-type{
	display: block;
	padding:0 10px;
	line-height:2;
}

/* sttl */
.sttl{
	letter-spacing:.2rem;
	font-size: 2rem;
	padding:6px 10px;
	border-bottom:#CFCFCF solid 3px;
	margin-bottom:15px;
	position:relative;
	font-weight:bold;
}

/* ssttl */
.ssttl{
	letter-spacing:.2rem;
	font-size: 2rem;
	padding:6px 10px;
	margin-bottom:15px;
	position:relative;
	font-weight:bold;
}

/* list-ttl */
.list-ttl{
	letter-spacing:.2rem;
	font-size: 1.6rem;
	padding:0 10px;
	margin-bottom:15px;
	position:relative;
	font-weight:bold;
	border-left:#333 solid 4px;
}

/* section-ttl */
.section-ttl,
.section-ttl-look,
.section-ttl-stay,
.section-ttl-brand{
	letter-spacing:.2rem;
	font-size: 2.3rem;
	padding:10px;
	border-bottom:#CFCFCF solid 2px;
	margin-bottom:2%;
	position:relative;
}
.section-ttl:after,
.section-ttl-look:after,
.section-ttl-stay:after,
.section-ttl-brand:after{
	content:"";
	width:20%;
	height:2px;
	background:#000000;
	position:absolute;
	bottom:-2px;
	left:0;
}

.section-ttl-look:after{
	background:#4E6BE4;
}
.section-ttl-stay:after{
	background:#EB4747;
}
.section-ttl-brand:after{
	background:#ECC837;
}

/* post-ttl */
.post-ttl{
	font-size:5rem;
	margin-bottom:20px;
	line-height:1.2;
}

@media screen and (max-width: 600px) {
	.post-ttl{
		font-size:3rem;
	}
}

/* spot-ttl */
.spot-ttl{
	font-size:5rem;
	margin-bottom:20px;
	line-height:1.2;
}

/* event-ttl */
.event-ttl{
	font-size:5rem;
	margin-bottom:20px;
	line-height:1.2;
}

/* photo-ttl */
.photo-ttl{
	font-size:5rem;
	line-height:1.2;
}

/* page-ttl */
.page-ttl{
	letter-spacing:.2rem;
	font-size: 3rem;
	text-align: center;
	padding:20px 10px;
	margin-bottom:2%;
}
.page-ttl span{
	font-size: 1.6rem;
	display:block;
	line-height:1;
}

/* pick-ttl */
.pick-ttl{
	letter-spacing:.2rem;
	font-size: 3rem;
	text-align: center;
	padding:20px 10px;
	margin-bottom:1%;
}
.pick-ttl span{
	font-size: 1.6rem;
	display:block;
	line-height:1;
}

/* search-ttl */
.search-ttl,
.search-ttl-look,
.search-ttl-stay,
.search-ttl-brand{
	font-size: 2.3rem;
	line-height:1.4;
	padding-left:15px;
	border-left:#000 solid 5px;
	flex:1;
    margin: 10px 0;
}
.search-ttl-look{
	border-left:#4E6BE4 solid 5px;
}
.search-ttl-stay{
	border-left:#EB4747 solid 5px;
}
.search-ttl-brand{
	border-left:#ECC837 solid 5px;
}

/* 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;
}

/* coupon-ttl */
.coupon-ttl{
	text-align: center;
	padding:20px 10px;
	position: relative;
	margin-bottom:1%;
}
.coupon-ttl:before{
	content:"";
	height:1px;
	width:100%;
	left:0;
	top:50%;
	position:absolute;
	border-bottom: #FF3333 dashed 2px;
	z-index:-1;
}
.coupon-ttl span{
	display: inline-block;
	letter-spacing:.2rem;
	font-size: 3rem;
	background:#FFF;
	padding:0 20px;
}
.coupon-ttl span:before{
	content: "\e903";
	font-family: icon-mottokumamoto;
	display:inline-block;
	font-size:2rem;
	margin-right:1rem;
	color:#FF3333;
}

/* shop-ttl */
.shop-ttl img{
	max-width:100%;
}

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

/* post-date */
.post-date{
	display:block;
	color:#8B8B8B;
}

/* event-date */
.event-date{
	display:block;
}
.event-date:before{
	content:"\f073";
	font-family:fontawesome;
	margin-right:.5rem;
	display:inline-block;
}

/* place */
.place{
	display:block;
}
.place:before{
	display:inline-block;
	content:"\f041";
	font-family:fontawesome;
	margin-right:.5rem;
}

/* writer-name */
.writer-name{
	display:block;
	color:#8B8B8B;
}


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

/* explan */
.explan{
	display:block;
	font-size:1.4rem;
	margin-bottom:1rem;
}

/* read */
.read{
	display:block;
	font-size:1.4rem;
	font-weight:bold;
	padding:1rem 0;
}

/* note */
.note{
	display:block;
	font-size:1.4rem;
	background:#ebeff4;
	padding:1rem;
	margin-bottom:1rem;
}
.note a{
	text-decoration:underline;
}

/* attention */
.attention{
	display:block;
	color:#FF3333;
	font-size:1.4rem;
	font-weight:bold;
	padding:1rem 0;
}

/* msg-box */
.msg-box{
	border:#CCC solid 1px;
	padding:3%;
	margin-bottom:3%;
}
.msg-box a{
	text-decoration:underline;
}


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

.area-link{
	display:block;
}
.area-link a{
	display:inline-block;
	color:#4BBCA3;
	line-height:1.2;
	text-decoration:underline;
	font-size:1.3rem;
	margin:0 .2rem .5rem 0;
}
.genre-link{
	display:block;
}
.genre-link a{
	display:inline-block;
	color:#FF3333;
	line-height:1.2;
	padding:3px 10px;
	border:#FF3333 solid 1px;
	border-radius:5px;
	font-size:1.3rem;
	margin:0 .2rem .5rem 0;
}
.stay-link{
	display:block;
}
.stay-link a{
	display:inline-block;
	color:#0096DF;
	font-size:1.3rem;
	margin:0;
	font-weight:bold;
	border-bottom:2px solid #0096DF;
	letter-spacing:.1em;
}


.spot-link,
.event-link,
.post-link{
	display:block;
	font-weight:bold;
	font-size:2rem;
	text-decoration:underline;
	margin:.5rem 0;
	line-height:1.4;
}
@media screen and (max-width: 800px) {
    .spot-link,
    .event-link,
    .post-link{
        font-size:1.8rem;
    }
}

.keyword-link a{
	display: inline-block;
	margin-right:1rem;
	margin-bottom:.5rem;
	text-decoration:underline;
}
.writer-link a{
	display:inline-block;
	font-weight:bold;
	text-decoration:underline;
	margin-top:.5rem;
}
.writer-link a:before{
	display:inline-block;
	content:"\f105";
	font-family:fontawesome;
	margin-right:.5rem;
}
.onsen-link a{
	display:block;
	text-decoration:underline;
	margin:.5rem 0;
}
.photo-link a{
	display:block;
	font-weight:bold;
	font-size:1.6rem;
	text-decoration:underline;
	margin:.5rem 0;
}

.gurunav-link {
	width:100%;
	margin:1em 0;
	font-size:1.3rem;
	line-height: 1.2;
	text-align:right;
}
.gurunav-link a{
	text-decoration:underline;
}
.via-link a{
	display:inline-block;
	color:#666;
	line-height:1.2;
	padding:3px 10px;
	border:#666 solid 1px;
	border-radius:5px;
	font-size:1.3rem;
	margin:0 .2rem .5rem 0;
}

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

/* ico-movie */
.ico-movie{
	background:#900;
	color:#FFF;
	line-height:1.2;
	padding:3px 10px;
	display:inline-block;
}

/* ico-coupon */
.ico-coupon{
	background:#FF3333;
	color:#FFF;
	line-height:1.2;
	padding:3px 10px;
	display:inline-block;
}

/* ico-local */
.ico-local{
	background:#272727;
	color:#FFF;
	line-height:1.2;
	padding:3px 10px;
	display:inline-block;
}

/* ico-new */
.ico-new{
	background:#FFFF00;
	line-height:1.2;
	padding:3px 10px;
	display:inline-block;
}

/* ico-add-fav */
.ico-add-fav{
	position:relative;
}

.ico-add-fav:before{
	display:block;
	content:"\f08a";
	font-family:fontawesome;
	margin-right:.5rem;
	cursor:pointer;
	padding:2px 5px;
	font-size:3rem;
	color:#FFF;
	text-shadow:black 1px 1px 2px, black -1px -1px 2px;
	transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}
.ico-add-fav:hover:before{
	color:#FF2835;
	content:"\f004";
	transform: rotateY(180deg);
}

/* ico-remove-fav */
.ico-remove-fav:before{
	cursor:pointer;
	display:block;
	content:"\f004";
	font-family:fontawesome;
	margin-right:.5rem;
	padding:2px 5px;
	font-size:3rem;
	color:#FF2835;
	text-shadow:black 1px 1px 2px, black -1px -1px 2px;
}
.ico-remove-fav:active:before{
	color:#ccc;
	opacity:.5;
	content:"\f08a";
}

/* ico-ouen */
.ico-ouen{
	display:inline-block;
	margin-right:.5rem;
	line-height:1;
}
.ico-ouen img{
	width:80px;
}

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

.badge-new,
.badge-open,
.badge-close{
	display:block;
	width:56px;
	height:56px;
	line-height:56px;
	text-align:center;
	border-radius:28px;
	z-index:2;
}
.badge-new,
.badge-open{
	background:#FFFF00;
}
.badge-close{
	background:#272727;
	color:#FFF;
}

@media screen and (max-width: 600px) {
    .badge-new,
    .badge-open,
    .badge-close{
        display:block;
        width:50px;
        height:50px;
        line-height:50px;
    }
}

/* badge-rank */
.badge-rank-1,
.badge-rank-2,
.badge-rank-3,
.badge-rank{
	position:relative;
	width:38px;
	height:38px;
	display: block;
	color:#FFF;
	font-size:2.2rem;
    line-height: 1.8;
    background:#4eb4e7;
    border-radius: 20px;
    margin-top: 5px;
    margin-left: 5px;
    text-align: center;
}

/* badge-more */
.badge-more{
	display:block;
	width:56px;
	height:56px;
	line-height:56px;
	text-align:center;
	border-radius:28px;
	z-index:2;
	background:#efefef;
	font-size:4rem;
	transition: transform 0.2s ease-out;
	transform: scale(.8);
	cursor:pointer;
}
.badge-more:hover{
	transform: scale(1) rotate(-90deg);
}

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

/* btn-area  */
.btn-area{
	width:100%;
	padding:20px 0;
	text-align:center;
}
.btn-area > p{
	max-width:550px;
	margin:10px auto;
}

/* btn-area-col2  */
.btn-area-col2{
	display:table;
	table-layout:fixed;
	width:100%;
	text-align: center;
	padding:20px 0;
}
.btn-area-col2 > p:first-of-type{
	display:table-cell;
	width:50%;
	text-align:left;
	float:right;
}
.btn-area-col2 > p:last-of-type{
	display:table-cell;
	width:50%;
	text-align:right;
	float:left;
}

@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%;
		text-align:center;
		float:none;
		margin-bottom:10px;
	}
}

/* btn-area-col2-seq */
.btn-area-col2-seq{
    display: flex;
	width:100%;
	text-align: center;
	padding:20px 0;
    flex-wrap: wrap;
}

.btn-area-col2-seq > p{
	max-width:550px;
	margin:0 auto;
    width: 100%;
}
@media screen and (max-width: 600px) {

	/* btn-area-col2-seq  */
	.btn-area-col2-seq > p{
		max-width:90%;
	}
    
}
/* btn-area-col3 */
.btn-area-col3{
	width:100%;
	display:flex;
	text-align:center;
	flex-wrap:wrap;
	margin:2% 0;
}
.btn-area-col3 > p{
	min-width:30%;
	margin-right:.5em;
	margin-bottom:.5em;
}

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

	.btn-area-col3{
		flex-flow: column;
	}
}


/*  btn-back btn-clear */
.btn-back a,
.btn-clear a{
	margin: 1rem 0;
	display: block;
	font-size:1.8rem;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	vertical-align: middle;
	padding:10px 30px;
	border-radius:30px;
	transition: all .3s ease-out;
	background:#808080;
}
.btn-back a:before{
	content:"\f053";
	font-family:fontawesome;
	margin-right:1rem;
	margin-left:-.5rem;
}


/* btn-search btn-enter  */
.btn-search a,
.btn-enter a{
	margin: 1rem 0;
	display: block;
	font-size:1.8rem;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	vertical-align: middle;
	padding:10px 30px;
	border-radius:30px;
	transition: all .3s ease-out;
	background:#000;
}
.btn-search a:before{
	content:"\f002";
	font-family:fontawesome;
	margin-right:1rem;
	margin-left:-.5rem;
}
.btn-search a:hover,
.btn-enter a:hover{
	background:#16BC5D;
}

/* btn-more */
.btn-more a,
.btn-more-new a,
.btn-more-look a,
.btn-more-stay a,
.btn-more-brand a,
.btn-backnumber a{
	font-size:1.8rem;
	color:#fff;
	text-decoration:none;
	display:block;
	vertical-align: middle;
	position:relative;
	color:#FFF;
	padding:10px 40px;
	border-radius:35px;
	background:#333;
	transition: background .3s ease-out;
	line-height:1.3;
}
.btn-more a:after,
.btn-more-new a:after,
.btn-more-look a:after,
.btn-more-stay a:after,
.btn-more-brand a:after,
.btn-backnumber a:after{
	content:"+";
	font-size:4rem;
	font-family:"Montserrat";
	position: absolute;
	right:15px;
	top:50%;
	margin-top:-2rem;
	line-height:1;
}
.btn-more a:hover{
	background:#000;
}
.btn-more-new a{
    color: #333;
	background:#DEEFF8;
    max-width: 350px;
    margin: 0 auto
}
.btn-more-new a:hover{
	background:#b1dff7;
}
.btn-more-look a{
	background:#4E6BE4;
}
.btn-more-stay a{
	background:#EB4747;
}
.btn-more-brand a{
	background:#C4A427;
}
.btn-more-look a:hover{
	background:#000;
}
.btn-more-stay a:hover{
	background:#000;
}
.btn-more-brand a:hover{
	background:#000;
}
.btn-backnumber a:hover{
	background:#000;
}
/* btn-check */
.btn-check a,
.btn-check span{
	font-size:1.8rem;
	color:#fff;
	text-decoration:none;
	display:block;
	vertical-align: middle;
	position:relative;
	padding:10px 40px;
	border-radius:35px;
	background:#333;
	transition: background .3s ease-out;
	line-height:1.3;
}

.btn-check a:hover{
	background:#000;
}

.btn-check a:before,
.btn-check span:before{
	content: "\f0c8";
	font-family: fontawesome;
	margin-right: .5rem;
}

/* btn-checked */
.btn-checked a,
.btn-checked span{
	font-size:1.8rem;
	text-decoration:none;
	display:block;
	vertical-align: middle;
	position:relative;
	padding:10px 40px;
	border-radius:35px;
	background:#DDD;
	transition: background .3s ease-out;
	line-height:1.3;
}

.btn-checked a:before,
.btn-checked span:before{
	content: "\f14a";
	font-family: fontawesome;
	margin-right: .5rem;
}

/* btn-more-plus */
.btn-more-plus a{
	display:block;
	color:#FFF;
	width:76px;
	height:76px;
	line-height:76px;
	text-align:center;
	border-radius:43px;
	z-index:2;
	background:#000;
	font-size:4rem;
	transition: transform 0.2s ease-out;
	transform: scale(.8);
	cursor:pointer;
}
.btn-more-plus a:hover{
	transform: scale(1) rotate(-90deg);
}

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

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

/* btn-download */
.btn-download a{
	font-size:1.8rem;
	text-align:center;
	color:#fff;
	text-decoration:none;
	display:block;
	vertical-align: middle;
	position:relative;
	color:#FFF;
	padding:10px 20px;
	border-radius:35px;
	background:#333;
	transition: all .5s ease-out;
}
.btn-download a:before{
	content:"\f019";
	font-family:fontawesome;
	margin-right:.5rem;
}
.btn-download a:hover{
	background:#000;
	color:#FFF;
}


/* btn-view-map */
.btn-view-map a{
	font-size:1.8rem;
	text-align:center;
	color:#fff;
	text-decoration:none;
	display:block;
	vertical-align: middle;
	position:relative;
	color:#FFF;
	padding:10px 20px;
	border-radius:35px;
	background:#333;
	transition: all .5s ease-out;
}
.btn-view-map a:hover{
	background:#000;
	color:#FFF;
}
.btn-view-map a:before{
	content:"\f041";
	font-family:fontawesome;
	margin-right:.5rem;
}
/* btn-view-next */
.btn-view-next a{
    display: block;
    border: #ccc solid 1px;
    padding: 25px 35px;
    position: relative;
    font-size: 1.8rem;
    line-height: 1;
}

.btn-view-next a:hover{
	background: #CCC;
}

/* btn-view-pdf */
.btn-view-pdf a,
.btn-view-webbook a{
	font-size:1.8rem;
	text-decoration:none;
	display:block;
	vertical-align: middle;
	position:relative;
	padding:10px 30px;
	border-radius:35px;
	background:#fff;
	transition: background .3s ease-out;
	line-height:1.2;
	border:#000 solid 1px;
}
.btn-view-pdf a:hover,
.btn-view-webbook a:hover{
	background:#fff;
	border:#000 solid 1px;
}
.btn-view-pdf a:after,
.btn-view-webbook a:after{
	content:"\f08e";
	font-family:fontawesome;
	margin-left:.5rem;
}

/* btn-openmap */
.btn-openmap a{
	color:#333;
	text-decoration:none;
	display: inline-block;
	vertical-align: middle;
	position:relative;
	padding:6px 27px;
	border-radius:35px;
	background:#fff;
	box-shadow: 0 4px #afacac, 0 0 6px #afacac;
}
.btn-openmap a:before{
	content:"\f041";
	font-family:fontawesome;
	margin-right:.5rem;
}
.btn-openmap a:hover{
	background:#efefef;
}


/* btn-reserve-stay */
.btn-reserve-stay a {
    display: block;
    background: #333;
    padding: 25px 35px;
    color: #FFF;
    position: relative;
    font-size: 1.8rem;
    line-height: 1;
}

.btn-reserve-stay a:after {
    content: "+";
    font-size: 4rem;
    font-family: "Montserrat";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2rem;
    line-height: 1;
}

/* btn-reserve */
.btn-reserve a{
	display:block;
	background:#4E6BE4;
	padding:25px 35px;
	color:#FFF;
	position:relative;
	font-size:1.8rem;
	line-height:1;
}
.btn-reserve a:after{
	content: "\f08e";
	font-family:fontawesome;
	color:#FFF;
	right:20px;
	position:absolute;
	top:auto;
}

/* btn-reserve */
.btn-gurunav a{
	display:block;
	background:#C4A427;
	padding:25px 35px;
	color:#FFF;
	position:relative;
	font-size:1.8rem;
	line-height:1;
}
.btn-gurunav a:after{
	content: "\f08e";
	font-family:fontawesome;
	color:#FFF;
	right:20px;
	position:absolute;
	top:auto;
}
.btn-gurunav a:before{
	content: "\e905";
	font-family: icon-mottokumamoto;
	color:#000;
	left:20px;
	position:absolute;
	top:auto;
	font-size:2.5rem;
	line-height:.8;
}

/* btn-dl-pht */
.btn-dl-pht{
	margin-bottom:10px;
}
.btn-dl-pht a{
	display:block;
	background:#333;
	padding:25px 35px;
	color:#FFF;
	position:relative;
	font-size:1.8rem;
	line-height:1;
	text-align:center;
}
.btn-dl-pht a:after{
	content: "\f019";
    font-family: icon-mottokumamoto;
	color:#FFF;
	right:15px;
	position:absolute;
	top:auto;
}

/* btn-coupon */
.btn-coupon{
	margin-bottom:10px;
}
.btn-coupon a{
	display:block;
	background:#FF3333;
	padding:25px 35px;
	color:#FFF;
	position:relative;
	font-size:1.8rem;
	line-height:1;
}
.btn-coupon a:after{
	content: "\e903";
	font-family: icon-mottokumamoto;
	color:#FFF;
	right:15px;
	position:absolute;
	top:auto;
}

/* btn-more-list */
.btn-more-list{
	margin-bottom:10px;
}
.btn-more-list a{
	display:block;
	border:#ccc solid 1px;
	padding:25px 35px;
	position:relative;
	font-size:1.8rem;
	line-height:1;
}
.btn-more-list a:after{
	content:"\f00a";
	font-family:fontawesome;
	margin-right:.5rem;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-1rem;
}
/* btn-more-spot */
.btn-more-spot{
	margin-bottom:10px;
}
.btn-more-spot a{
	display:block;
	border:#ccc solid 1px;
	padding:25px 35px;
	position:relative;
	font-size:1.8rem;
	line-height:1;
}
.btn-more-spot a:after{
	content:"\f041";
	font-family:fontawesome;
	margin-right:.5rem;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-1rem;
}


/* btn-add-fav */
.btn-add-fav,
.btn-remove-fav{
	margin-bottom:10px;
}
.btn-add-fav a,
.btn-remove-fav a{
	display:block;
	border:#ccc solid 1px;
	padding:25px 35px;
	position:relative;
	font-size:1.8rem;
	line-height:1;
	transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-add-fav a:after{
	content:"\f08a";
	font-family:fontawesome;
	margin-right:.5rem;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-1rem;
}
.btn-add-fav a:hover:after{
	color:#FF2835;
	content:"\f004";
}
.btn-remove-fav a:after{
	content:"\f004";
	color:#FF2835;
	font-family:fontawesome;
	margin-right:.5rem;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-1rem;
}
.btn-remove-fav a:hover:after{
	color:#333;
	content:"\f08a";
}

/* btn-coupon-use */
.btn-coupon-use,
.btn-coupon-used{
	margin-bottom:10px;
}
.btn-coupon-use span,
.btn-coupon-use used{
	color:#16BC5D;
	display:block;
	margin-bottom:5px;
}
.btn-coupon-use a,
.btn-coupon-used a{
	display:block;
	background:#16BC5D;
	padding:20px ;
	color:#FFF;
	position:relative;
	font-size:1.8rem;
	line-height:1;
}
.btn-coupon-use a:before,
.btn-coupon-used a:before{
	content: "\f00c";
	font-family:fontawesome;
	color:#FFF;
	display:inline-block;
	margin-right:.5rem;
}
.btn-coupon-used a{
	background:#ccc;
}

/* btn-refresh */
.btn-refresh{
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:bold;
}
.btn-refresh a{
	background:#FFF;
	border-radius:50%;
	width:40px;
	height:40px;
	font-size:2rem;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	margin:10px;
	color:#F00;
	display:block;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	position:relative;
	overflow:hidden;
}
.btn-refresh a:before{
	content:"";
	position: absolute;
	top: 150%;
	left: -20%;
	width: 140%;
	height: 100%;
	border-radius: 50% 50% 0 0;
	background-color: rgba(0, 0, 0,.1);
	top: 100%;
	transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-refresh a:hover:before{
	top: -50%;
	height: 200%;
}

/* btn-go */
.btn-go{
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:bold;
	margin:0 1rem;
}
.btn-go a{
	background:#FFF;
	border-radius:25px;
	padding:5px 20px;
	font-size:2rem;
	font-weight:bold;
	text-align:center;
	margin:10px;
	background:#F00;
	color:#fff;
	display:block;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
	position:relative;
	overflow:hidden;
}
.btn-go a:before{
	content:"";
	position: absolute;
	top: 150%;
	left: -20%;
	width: 140%;
	height: 100%;
	border-radius: 50% 50% 0 0;
	background-color: rgba(0, 0, 0,.2);
	top: 100%;
	transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-go a:hover:before{
	top: -50%;
	height: 200%;
}

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

.pht-thumb,
.pht-post,
.pht-tile,
.pht-pick,
.pht-case,
.pht-circle{
	text-align: center;
	max-width:500px;
	margin:0 auto;
	position: relative;
}
.pht-circle{
	min-width:30px;
}
.pht-thumb img,
.pht-post img,
.pht-tile img,
.pht-pick img,
.pht-case img,
.pht-circle img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:none;
	max-height:150%;
	max-width:150%;
}

a .pht-thumb img,
a .pht-post img,
a .pht-case img{
	transition:all .5s;
}
a:hover .pht-thumb img,
a:hover .pht-post img,
a:hover .pht-case img{
	transform: translate(-50%, -50%) scale(.9);
}
a .pht-pick img,
a .pht-tile img{
	transition:all .5s;
}
a:hover .pht-pick img,
a:hover .pht-tile img{
	transform: translate(-50%, -50%) scale(1.1);
}

/* pht-thumb */
.pht-thumb{
	position: relative;
}
.pht-thumb .frame{
	position: relative;
	width: 100%;
	padding-top:80%;
  overflow: hidden;
  margin: 0 auto 5px 0;
	background:	#F4F4F4;
	overflow:hidden;
	border-radius:10px;
}

/* pht-post */
.pht-post{
	position: relative;
}
.pht-post .frame{
	position: relative;
	width: 100%;
	padding-top:70%;
  overflow: hidden;
  margin: 0 auto 5px 0;
	background:	#F4F4F4;
	overflow:hidden;
}

/* pht-tile */
.pht-tile .frame{
	position: relative;
	width: 100%;
	padding-top:40%;
  overflow: hidden;
  margin: 0 auto 5px 0;
	overflow:hidden;
}
.pht-tile figcaption{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:#FFF;
	font-size:2.8rem;
	line-height:1;
	width:90%;
	text-shadow:black 1px 1px 2px, black -1px 1px 2px,black 1px -1px 2px, black -1px -1px 2px;
}

/* pht-pick */
.pht-pick .frame{
	position: relative;
	width: 100%;
	padding-top:80%;
  overflow: hidden;
  margin: 0 auto 5px 0;
	overflow:hidden;
}
.pht-pick figcaption{
	position: absolute;
	top: 0;
	left:10%;
	max-height:90%;
	display:block;
}
.pht-pick figcaption span{
	display: inline-block;
	padding:15px;
	max-height:90%;
	font-size:2.3rem;
	line-height:1;
	background:#FFF;
	text-align:left;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

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

	.pht-pick figcaption span{
		font-size:1.7rem;
	}

}

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

	.pht-pick figcaption span{
		font-size:2.3rem;
	}

}


/* pht-case */
.pht-case .frame{
	position: relative;
	width: 100%;
	padding-top:80%;
  overflow: hidden;
  margin: 0 auto 5px 0;
	background:	#F4F4F4;
	overflow:hidden;
}
.pht-case figcaption{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding:15px;
	font-size:2rem;
	line-height:1.3;
	color:#FFF;
	background:rgba(0,0,0,.2);
	text-align:left;
}

/* pht-circle */
.pht-circle .frame{
	position: relative;
	width: 100%;
	padding-top:100%;
  overflow: hidden;
  margin: 0 auto 5px 0;
	background:	#F4F4F4;
	overflow:hidden;
	border-radius:50%;
}

/* pht-gallery */
.pht-gallery .frame{
	position: relative;
	width: 100%;
	padding-top:75%;
  overflow: hidden;
  margin: 0 auto 5px 0;
	background:	#F4F4F4;
	overflow:hidden;
}
.pht-gallery img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:none;
	max-height:100%;
	max-width:100%;
}

/* pht-gnavi. */
.pht-gnavi .frame{
	position: relative;
	width: 100%;
	padding-top:220px;
	overflow: hidden;
	margin: 0 auto 5px 0;
	background:	#F4F4F4;
	overflow:hidden;
}
.pht-gnavi img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:none;
	max-height:100%;
	max-width:100%;
}

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

	.pht-gnavi .frame{
		padding-top:80%;
	}

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

/* pht-gallery-full */
.pht-gallery-full .frame{
	position: relative;
	width: 100%;
	padding-top:40%;
  overflow: hidden;
  margin: 0 auto 5px 0;
	background:	#333;
	overflow:hidden;
}
.pht-gallery-full img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:none;
	max-height:100%;
	max-width:100%;
}

/* --------------------------------------------------
eyecatch
-------------------------------------------------- */

.eyecatch{
	text-align: center;
	margin:0 auto;
	position: relative;
	max-width:1300px;
	margin-bottom:2%;
}
.eyecatch img{
	max-width:100%;
	max-height:800px;
}
.eyecatch .catch{
	font-size:2.5rem;
	line-height:1.4;
	padding:2%;
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	background:#FFF;
}
.eyecatch .catch img{
	transform: scale(0.8);
}

@media screen and (max-width: 600px) {
	.eyecatch .catch{
		position: relative;
		right:auto;
		bottom:auto;
	}
	.eyecatch .catch img{
		transform: scale(0.7);
	}
}

/* eyecatch-onsen */
.eyecatch-onsen{
	text-align: center;
	margin:0 auto;
	position: relative;
	max-width:1300px;
}
.eyecatch-onsen img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:none;
	max-height:150%;
	max-width:150%;
}
.eyecatch-onsen .frame{
	position: relative;
	width: 100%;
	padding-top:20%;
  overflow: hidden;
  margin: 0 auto 5px 0;
	overflow:hidden;
}
.eyecatch-onsen .onsen-name{
	font-size:2.3rem;
	line-height:1.4;
	color:#FFF;
	text-shadow:black 1px 1px 2px, black -1px 1px 2px,black 1px -1px 2px, black -1px -1px 2px;
	letter-spacing:.4rem;
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.eyecatch-onsen .onsen-name span{
	font-size:5rem;
	display:block;
}

/* --------------------------------------------------
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 img, a{
	max-width:none;
}

.map{
	width:100%;
	margin-bottom:5%;
}

.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{
	display:table;
	width:100%;
	table-layout: fixed;
    margin: 1% 0;
}
.breadCrumbs li{
	display:table-cell;
	font-size:1.4rem;
	vertical-align:middle;
}
.breadCrumbs li:first-of-type:before{
	content:"\f015";
	font-family:fontawesome;
	margin-right:.5rem;
	vertical-align:middle;
	line-height:1.5;
	text-decoration:none;
	display:inline-block;
}
.breadCrumbs li:last-of-type{
	padding:5px;
}
.breadCrumbs li:after{
	content:"\f105";
	font-family:fontawesome;
	margin:0 .5rem;
	vertical-align:middle;
	line-height:2;
}
.breadCrumbs li:last-of-type:after{
	content:none;
}
.breadCrumbs a{
	line-height:1;
	display:inline-block;
	background:#FFF;
	padding:5px;
	color:#0052A3;
	text-decoration:underline;
	vertical-align:middle;
}

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

	.breadCrumbs{
		padding:0;
		margin-bottom:2%;
	}
	.breadCrumbs li:last-of-type{
		display:none;
	}
	.breadCrumbs li a{
		padding:10px;
	}
	.breadCrumbs li:after{
		content:none;
		margin-left:0;
	}
	.breadCrumbs li:before{
		content:"\f105";
		font-family:fontawesome;
		vertical-align:middle;
		line-height:2;
	}

}

/* tab */
.tab{
	display:flex;
	width:100%;
	padding:3% 8% 0 8%;
	margin-bottom:5%;
	background:#efefef;
	justify-content:center;
	align-items:strech;
}
.tab li{
	display:flex;
	flex:1;
}
.tab li a{
	width:100%;
	font-size:2rem;
	line-height:1.2;
	text-align:center;
	display:block;
	padding:20px;
	color:#a5a5a5;
}
.tab li a:hover{
	background:#e7e5e5;
}
.tab li.current a{
	border-bottom:none;
	background:#FFF;
	color:#000;
}

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

	.tab{
		display:block;
		padding:3% 8%;
		width:100%;
		background:#efefef;
		justify-content:center;
	}
	.tab li{
		display:block;
		border:#D5D5D5  solid 1px;
		margin:2%;
	}
	.tab li a{
		padding:15px;
	}
	.tab li a{
		box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	}
	.tab li.current a{
		box-shadow:none;
	}
}

/* brand-tab */
.brand-tab{
	display:flex;
	width:100%;
	padding:3% 8% 0 8%;
	background:#efefef;
	justify-content:center;
	align-items:strech;
}
.brand-tab li{
	display:flex;
	flex:1;
}
.brand-tab li a{
	width:100%;
	font-size:2rem;
	line-height:1.2;
	text-align:center;
	display:block;
	padding:30px 20px;
	position:relative;
	opacity:0.7;
}
.brand-tab li a:hover{
	background:#e7e5e5;
}

.brand-tab li:nth-of-type(1) a:before{
	content: "\e906";
	font-size:3.5rem;
	font-family: icon-mottokumamoto;
	vertical-align:middle;
	margin-bottom:5px;
	display:block;
}
.brand-tab li:nth-of-type(2) a:before{
	content: "\e907";
	font-size:3.5rem;
	font-family: icon-mottokumamoto;
	vertical-align:middle;
	margin-bottom:5px;
	display:block;
}
.brand-tab li:nth-of-type(3) a:before{
	content: "\e908";
	font-size:3.5rem;
	font-family: icon-mottokumamoto;
	vertical-align:middle;
	margin-bottom:5px;
	display:block;
}
.brand-tab li.current a{
	opacity:1;
	border-bottom:none;
	background:#ECC837;
	color:#000;
}

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

	.brand-tab{
		padding:0;
	}
	.brand-tab li a{
		font-size:1.5rem;
	}
}
@media screen and (max-width: 600px) {

	.brand-tab li a{
		padding:15px;
	}

}

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

	.brand-tab{
		display:block;
		padding:3%;
		width:100%;
		background:#efefef;
		justify-content:center;
	}
	.brand-tab li{
		display:block;
		border:#D5D5D5  solid 1px;
		margin:2%;
	}
	.brand-tab li a{
		box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
		padding:10px;
	}
	.brand-tab li.current a{
		box-shadow:none;
	}

	.brand-tab li:nth-of-type(1) a:before{
		display: inline-block;
		margin-right:10px;
	}
	.brand-tab li:nth-of-type(2) a:before{
		display: inline-block;
		margin-right:10px;
	}
	.brand-tab li:nth-of-type(3) a:before{
		display: inline-block;
		margin-right:10px;
	}


}

/* --------------------------------------------------
anchor-menu
-------------------------------------------------- */

.anchor-menu{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	margin-bottom:3%;
}
.anchor-menu li{
	text-align:center;
	flex-grow: 1;
	min-width: 11em;
}
.anchor-menu li a{
	display:block;
	padding:10px;
	background:#FFF;
	color:#FFF;
	background:#333;
	border-right:#000 solid 1px;
	border-bottom: #000 solid 1px;
	position:relative;
	overflow:hidden;
}
.anchor-menu li a:after{
	content:"";
	position: absolute;
	top: 150%;
	left: -20%;
	width: 140%;
	height: 100%;
	border-radius: 50% 50% 0 0;
	background-color: rgba(0, 0, 0,.2);
	top: 100%;
	transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}
.anchor-menu li a:hover:after{
	top: -50%;
	height: 200%;
}
.anchor-menu li:last-of-type a{
	border-right:none;
}
.anchor-menu a:before{
	content: "\f107";
	font-family: FontAwesome;
	margin-right: 0.5em;
}

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

	.anchor-menu{
		display:flex;
		flex-wrap:wrap;
		min-width:0;
	}
	.anchor-menu li{
		text-align:center;
		border-bottom:#000 solid 1px;
	}

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

	.anchor-menu li{
		width:100%;
	}

}

/* --------------------------------------------------
pick-area
-------------------------------------------------- */

.pick-area{
	background:#fcf4f4;
	padding:2%;
	margin-top:0;
}
.pick-area > div{
	max-width:1300px;
	margin:0 auto;
}

/* --------------------------------------------------
recommend-area
-------------------------------------------------- */

.recommend-area{
	background:#F0F9FD;
	padding:2%;
	margin-top:0;
}
.recommend-area > div{
	max-width:1300px;
	margin:0 auto;
}


/* --------------------------------------------------
ranking-area
-------------------------------------------------- */

.ranking-area{
	background:#FDFBE0;
	padding:2%;
	margin-top:0;
}
.ranking-area > div{
	max-width:1300px;
	margin:0 auto;
}

/* --------------------------------------------------
grid-col5
-------------------------------------------------- */
.grid-col5 {
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    justify-content: space-around;
}
.grid-col5 .pht-case {
    border-radius: 10px;
    overflow: hidden;
}
.grid-col5 .pht-case .frame {
    padding-top:79%;
    margin: 0 auto ;
}
.grid-col5 .pht-case figcaption {
    font-size: 1.4rem;
    padding: .5em;
}
.grid-col5 .pickup {
    width: 49%;
    position: relative;
}
.grid-col5 .pickup .item {
    width: 100%;
    position: relative;
}
.grid-col5 .pickup .pht-case{
    max-width: none;
}
.grid-col5 .pickup .item > a {
  display: block;
  position: relative;
}
.grid-col5 .grid-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.grid-col5 .grid-right .item {
  width: 50%;
  position: relative;
}
.grid-col5 .grid-right .item:nth-of-type(1) {
  padding-left: 20px;
  padding-bottom: 20px;
}
.grid-col5 .grid-right .item:nth-of-type(2) {
  padding-left: 20px;
  padding-bottom: 20px;
}
.grid-col5 .grid-right .item:nth-of-type(3) {
  padding-left: 20px;
}
.grid-col5 .grid-right .item:nth-of-type(4) {
  padding-left: 20px;
}
.grid-col5 .grid-right .item > a {
  display: block;
  position: relative;
}
.grid-col5 .ico-genre {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.grid-col5 .ico-genre img {
  max-width: 50px;
  margin: 5px;
}
.grid-col5 .link-category {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
  z-index: 1;
}
.grid-col5 .link-category a {
  margin-left: 0.5em;
  font-size: 0.7em;
}
.grid-col5 .badge-rank-1,
.grid-col5 .badge-rank-2,
.grid-col5 .badge-rank-3,
.grid-col5 .badge-rank-4,
.grid-col5 .badge-rank-5,
.grid-col5 .badge-rank{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

@media screen and (max-width: 768px) {
  .grid-col5 {
    display: block;
      padding: 0;
  }
  .grid-col5 .pickup {
    width: 50%;
    margin: 20px auto;
  }
  .grid-col5 .grid-right {
    width: 100%;
    justify-content: space-between;
  }
  .grid-col5 .grid-right .item{
    width: 48%;
   }
  .grid-col5 .grid-right .item:nth-of-type(1) {
      padding-left: 0;
  }
  .grid-col5 .grid-right .item:nth-of-type(2) {
       padding-left: 0;
  }
  .grid-col5 .grid-right .item:nth-of-type(3) {
       padding-left: 0;
  }
  .grid-col5 .grid-right .item:nth-of-type(4) {
       padding-left: 0;
  }
}

/* --------------------------------------------------
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:1%;
}

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

	.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: 420px) {

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

}

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

.list-4col{
	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 - 1%);
	margin-right:1%;
	padding-bottom:1%;
}

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

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

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

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

}

/* --------------------------------------------------
サムネイル変動表示
-------------------------------------------------- */
@media screen and (min-width: 801px) {
    
    /* is-pc-3 */
    .list-4col.is-pc-3 li {
        width: calc(100% / 3 - 2%);
    }
    .list-4col.is-pc-3 li:nth-child(n + 4) {
        display: none;
    }
}

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

    
    /* is-sp-2 */
    .list-3col.is-sp-2 li:nth-child(n + 3) {
        display: none;
    }
    .list-4col.is-sp-2 li:nth-child(n + 3) {
        display: none;
    }

    /* is-sp-4 */
    .list-3col.is-sp-4 li:nth-child(n + 5) {
        display: none;
    }
    .list-4col.is-sp-4 li:nth-child(n + 5) {
        display: none;
    }
    
    /* is-sp-6 */
    .list-3col.is-sp-6 li:nth-child(n + 7) {
        display: none;
    }
    .list-4col.is-sp-6 li:nth-child(n + 7) {
        display: none;
    }
    
    /* is-pc-3 */
    .list-4col.is-pc-3 li {
        width: calc(100% / 2 - 2%);
    }

}
@media screen and (max-width: 400px) {
    
    /* is-sp-2 */
    .list-3col.is-sp-2 li{
        width: calc(100% / 2 - 2%);
    }
    /* is-sp-4 */
    .list-3col.is-sp-4 li {
        width: calc(100% / 2 - 2%);
    }
    /* is-sp-6 */
    .list-3col.is-sp-6 li {
        width: calc(100% / 2 - 2%);
    }
    
    /* is-pc-3 */
    .list-4col.is-pc-3 li:nth-child(n + 4) {
        display: block;
    }

}


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

.thumb-list {
}
.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{
	position:absolute;
	right:5px;
	top:5px;
	z-index:8;
}

.thumb-list .badge-more{
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:8;
}

.thumb-list .badge-rank-1,
.thumb-list .badge-rank-2,
.thumb-list .badge-rank-3,
.thumb-list .badge-rank-4,
.thumb-list .badge-rank-5,
.thumb-list .badge-rank{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.thumb-list .ico-local,
.thumb-list .ico-movie,
.thumb-list .ico-coupon,
.thumb-list .ico-local{
	position:absolute;
	left:20px;
	top:0;
	z-index:1;
}
.thumb-list .ico-add-fav,
.thumb-list .ico-remove-fav{
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
}

.thumb-list .explan{
	font-size:1.3rem;
}

.thumb-list .gurunav-link{
	text-align:left;
}

.thumb-list .place{
	margin:.5rem 0;
}

@media screen and (max-width: 1200px) {
    .thumb-list .explan.is-sp-clamp2{
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
/* --------------------------------------------------
stack-list
-------------------------------------------------- */

.stack-list li{
	display:flex;
	align-items:center;
	margin-bottom:2%;
}
.stack-list li .pht{
	display:block;
	width:50%;
	padding-right:2%;
	max-width:400px;
}
.stack-list li .txt{
	width:50%;
	padding:2%
}

.stack-list .badge-new,
.stack-list .badge-open,
.stack-list .badge-close{
	position:absolute;
	right:-10px;
	top:-10px;
	z-index:8;
}

.stack-list .badge-more{
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:8;
}

.stack-list .badge-rank-1,
.stack-list .badge-rank-2,
.stack-list .badge-rank-3,
.stack-list .badge-rank-4,
.stack-list .badge-rank-5,
.stack-list .badge-rank{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.stack-list .ico-local,
.stack-list .ico-movie,
.stack-list .ico-coupon,
.stack-list .ico-local{
	position:absolute;
	left:20px;
	top:0;
	z-index:1;
}
.stack-list .ico-add-fav,
.stack-list .ico-remove-fav{
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
}

@media screen and (max-width: 1200px) {
    .stack-list .explan.is-sp-clamp2{
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media screen and (max-width: 800px) {

	.stack-list li .pht{
		width:40%;
	}

}

/* --------------------------------------------------
news-list
-------------------------------------------------- */

.news-list {
	border-top:#eef0f1 solid 1px;
	margin-bottom:2%;
}
.news-list li{
	border-bottom:#eef0f1 solid 1px;
	padding:10px;
	display:flex;
	align-items: center;
}
.news-list .post-date{
	width:10%;
}
.news-list li p{
	flex:1;
}
.news-list .post-date{
	width:9em;
}
.news-list a{
	display:inline-block;
	vertical-align:middle;
}
.news-list .ico-new{
	font-size:1.3rem;
	margin-left:1em;
	vertical-align:middle;
}

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

	.news-list li{
		flex-flow: column;
		align-items: center;
		align-items: flex-start;
	}
	.news-list .post-date{
		width:100%;
	}

}

/* --------------------------------------------------
search-list
-------------------------------------------------- */

.search-list {
	border-top:#eef0f1 solid 1px;
	margin-bottom:2%;
}
.search-list li{
	border-bottom:#eef0f1 solid 1px;
	padding:10px;
}


/* --------------------------------------------------
tags-list
-------------------------------------------------- */

.tags-list {
	margin-bottom:20px;
}
.tags-list li{
	display:inline-block;
	line-height:1.2;
}
.tags-list a{
	display:inline-block;
	padding:5px;
	line-height:1.2;
	border-radius:5px;
	text-decoration:underline;
}
.tags-list a:before{
	content:"#";
	display:inline-block;
	margin-right:.3rem;
}

/* --------------------------------------------------
tags-group
-------------------------------------------------- */

.tags-group {
	display:flex;
	flex-wrap:wrap;
}
.tags-group dl{
	width:46%;
	background: #efefef;
	margin:2%;
	padding:10px;
}
.tags-group dt{
	display:inline-block;
	padding:5px;
	line-height:1.2;
	font-size:2.5rem;
}

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

	.tags-group dl{
		width:100%;
		background: #efefef;
		margin:0 2% 2% 2%;
		padding:10px;
	}
}


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

.gallery-list{
	display:flex;
	width:100%;
	flex-wrap: wrap;
	padding:2px;
}
.gallery-list li:nth-of-type(1){
	width:50%;
	padding:2px;
}
.gallery-list li:nth-of-type(2){
	width:50%;
	padding:2px;
}
.gallery-list li:nth-child(n+3){
	width:33.33%;
	padding:2px;
}


/* --------------------------------------------------
coupon-list
-------------------------------------------------- */

.coupon-list li{
	margin-bottom:20px;
}

/* --------------------------------------------------
bnr-list
-------------------------------------------------- */

.bnr-list li {
	margin-bottom:10px;
}
.bnr-list li img{
	max-width:100%;
}

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

	.bnr-list  {
		display:flex;
		flex-wrap:wrap;
	}
	.bnr-list li {
		width:50%;
	}
}


/* --------------------------------------------------
pagemeta
-------------------------------------------------- */

.pagemeta{
	width:100%;
	display:flex;
	align-items:center;
	margin-bottom:10px;
	flex-wrap: wrap;
}
.pagemeta .pht-circle{
	min-width:50px;
	flex-grow:0;
	margin-right:0;
}
.pagemeta .writer-name{
	margin-left:10px;
}
.pagemeta .post-date{
	margin-left:10px;
}
.pagemeta .area-link{
	margin-left:10px;
}
.pagemeta .genre-link{
	margin-left:10px;
}


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

	.pagemeta{
		justify-content: flex-start;
	}
	.pagemeta .post-date{
		width:100%;
		text-align:right;
	}

}


.file-size{
	display:block;
}
.phone{
	display:block;
}



/* --------------------------------------------------
coupon-info
-------------------------------------------------- */
.coupon-info{
	margin-bottom:10px;
	border:#FF3333 solid 2px;
}
.coupon-info h4{
	display:flex;
	align-items:center;
	justify-content:space-between;
	background:#FF3333;
	padding:25px 20px;
	color:#FFF;
	position:relative;
	font-size:1.8rem;
	line-height:1;
}
.coupon-info h4:after{
	content: "\e903";
	font-family: icon-mottokumamoto;
	color:#FFF;
	display:block;
}
.coupon-info h4 a{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
.coupon-info h4 a:before{
  content: "\f105";
	font-family:fontawesome;
	display:inline-block;
	margin-right:.5rem;
}
.coupon-info dl{
	padding:20px;
	text-align:center;
}
.coupon-info dt{
	font-size:2.5rem;
	font-weight:bold;
	line-height:1.2;
	border-bottom:#666 solid 1px;
	padding-bottom:1rem;
	margin-bottom:1rem;
}
.coupon-info dd{
	font-size:1.3rem;
}
.coupon-info .btn-more a{
	margin-top:1rem;
	font-size:1.5rem;
}

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

	.list-4col li.coupon-info{
		width: 100%;
	}

}

/* --------------------------------------------------
spot-meta
-------------------------------------------------- */
.spot-meta dl{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#efefef solid 1px;
	padding:10px;
}
.spot-meta .area-link{
	display:inline-block;
}
.spot-meta .genre-link{
	display:inline-block;
	margin-right:5px;
}

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

.spot-data{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin-bottom:2%;
}
.spot-data dl:first-of-type{
	border-top:#CCC solid 1px;
	width:100%;
}
.spot-data dl{
	display: flex;
	flex-wrap:nowrap;
	width:50%;
	table-layout:fixed;
	border-bottom:#CCC solid 1px;
	line-height:1.2;
	font-size:1.4rem;
}
.spot-data dl.half{
	width:50%;
}
.spot-data dl.full{
	width:100%;
}
.spot-data dt{
	display: flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	padding-right:2rem;
	vertical-align:middle;
	padding:1rem;
	background:#efefef;
	width:150px;
}
.spot-data dl:first-of-type dt{
	width:150px;
}
.spot-data dd{
	display: flex;
	width:70%;
	flex-direction: column;
	vertical-align:middle;
	padding:1rem;
	position:relative;
	flex:1;
}
.spot-data dd a{
	text-decoration:underline;
	color:#0052A3;
    word-break: break-all;
}
@media screen and (max-width: 1200px) {

    .spot-data dl.half{
		width:100%;
	}
}
@media screen and (max-width: 800px) {

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

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

	.spot-data dl{
		flex-direction: column;
		width:100%;
	}
	.spot-data dl:first-of-type dt{
		width:100%;
	}
	.spot-data dt{
		width:100%;
	}
	.spot-data dd{
		width:100%;
	}

}

/* --------------------------------------------------
notice-box
-------------------------------------------------- */

.notice-box{
	max-width:1000px;
	margin:0 auto;
	margin-bottom:20px;
}
.notice-box dt{
	font-size:2rem;
	text-align:center;
	font-weight:bold;
	margin-bottom:1rem;
}
.notice-box dd{
	border:#CCCCCC solid 1px;
	padding:3%;
}
.agree-check{
	text-align:center;
	margin:1rem 0;
}
.agree-check a{
	text-decoration: underline;
}
/* --------------------------------------------------
quick-link
-------------------------------------------------- */

.quick-link{
	background:#E8E8E8;
}
.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 20px;
	border-radius:30px;
	min-width:150px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
	position:relative;
	overflow:hidden;
}
.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%;
}
.quick-link a:before{
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 0.5em;
}
@media screen and (max-width: 600px) {

	.quick-link{
		width:100%;
		overflow-x:scroll;
		-webkit-overflow-scrolling:touch;
		overflow-scrolling:touch;
	}
	.quick-link ul{
		display:flex;
		width:1500px;
		flex-wrap: wrap;
	}

}

/* --------------------------------------------------
writer
-------------------------------------------------- */

.writer{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	line-height:1.2;
	margin-bottom:5px;
}
.writer .pht{
	display:block;
	flex:0.6;
	padding-right:5px;
}
.writer > div{
	flex:3.5;
}
.writer .post-date{
	font-size:1.3rem;
}

/* --------------------------------------------------
writer-info
-------------------------------------------------- */

.writer-info{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	background:#efefef;
	padding:20px;
	margin-bottom:30px;
}
.writer-info .pht{
	display:block;
	padding-right:20px;
	min-width:90px;
}
.writer-info .writer-name{
	font-size:2rem;
	color:#333;
	font-weight:bold;
	margin-bottom:1rem;
}

@media screen and (max-width: 600px){
	.writer-info{
		flex-direction: column;
	}
}
@media screen and (max-width: 400px){
	.writer-info{
		flex-direction:row;
	}
}



@media screen and (max-width: 700px){
	.list-2col .writer-info{
		 width: calc(100%);
	}
}
@media screen and (max-width: 400px){
	.writer-info{
		flex-direction:row;
	}
}


/* --------------------------------------------------
sns-share
-------------------------------------------------- */

.sns-share{
	overflow: hidden;
	margin-bottom: 25px;
}
.sns-share li{
	width: 30%;
	float: left;
	margin: 0 .5%;
}
.sns-share li a{
	display: block;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
	border-radius: 20px;
}
.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;
	}
}

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

.search-menu{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	max-width:1200px;
	position: relative;
    margin: 20px 0;
}

.search-menu .select-all{
	display:block;
	width:100%;
	margin:5px 0;
}

/* area genre */
.search-menu .area{
	width:9em;
	margin-right:1rem;
}
.search-menu .genre{
	width:10em;
	margin-right:1rem;
}
.search-menu .stay{
	width:8em;
	margin-right:1rem;
}
.search-menu .season{
	width:8em;
	margin-right:1rem;
}
.search-menu .area dt span,
.search-menu .genre dt span,
.search-menu .stay dt span,
.search-menu .season dt span{
	padding:1rem;
	border-radius:5px;
	border:#CCC solid 1px;
	cursor:pointer;
	display:block;
	transition: border .3s ease;
}
.search-menu .area dt span:hover,
.search-menu .genre dt span:hover,
.search-menu .stay dt span:hover,
.search-menu .season dt span:hover{
	border:#333 solid 1px;
}
.search-menu .area dt span:after,
.search-menu .genre dt span:after,
.search-menu .stay dt span:after,
.search-menu .season dt span:after{
  content: "\f107";
	font-family:fontawesome;
	display:inline-block;
	margin-right:5px;
	position:relative;
	float:right;
}
.search-menu .area dd{
	position: absolute;
	width:600px;
	top:100%;
	right:15%;
    background:#333;
	padding:30px 30px 20px;
	color:#FFF;
	border-radius: 5px;
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	z-index:10;
	box-shadow: 2px 0px 4px 0px rgba(0,0,0,0.4);
}
.search-menu .genre dd{
	position: absolute;
	width:80%;
	min-width:300px;
	top:100%;
	right:10%;
	background:#333;
	padding:30px 30px 20px;
	color:#FFF;
	border-radius: 5px;
	display:flex;
	z-index:10;
	box-shadow: 2px 0px 4px 0px rgba(0,0,0,0.4);
}
.search-menu .stay dd{
	position: absolute;
	width:80%;
	min-width:300px;
	top:100%;
	right:10%;
	background:#333;
	padding:30px 30px 20px;
	color:#FFF;
	border-radius: 5px;
	display:flex;
	z-index:10;
	box-shadow: 2px 0px 4px 0px rgba(0,0,0,0.4);
}
.search-menu .season dd{
	position: absolute;
	width:80%;
	min-width:300px;
	top:100%;
	right:8%;
	background:#333;
	padding:30px 30px 20px;
	color:#FFF;
	border-radius: 5px;
	display:flex;
	z-index:10;
	box-shadow: 2px 0px 4px 0px rgba(0,0,0,0.4);
}

@media screen and (max-width: 800px) {
	.search-menu .area {
		position: relative;
	}
	.search-menu .area dd{
        width:100%;
		right:0;
		top:100%;
	}
	.search-menu .genre {
		position: relative;
	}
	.search-menu .genre dd{
		width:100%;
		right:0;
		top:100%;
	}
    .search-menu .stay {
		position: relative;
	}
	.search-menu .stay dd{
		width:100%;
		right:0;
		top:100%;
	}
    .search-menu .season{
		position: relative;
	}
	.search-menu .season dd{
		width:100%;
		right:0;
		top:100%;
	}
}

/* area-search */
.area-search{
	width:47%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.area-search .lage-area{
	display:block;
	background: #FFF;
	border-radius:30px;
	padding:7px 0;
	width:48%;
	color:#000;
	text-align: center;
	cursor:pointer;
	margin-bottom:10px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}
.area-search > div{
	width:48%;
}
.area-search > div .lage-area{
	width:100%;
}
.area-search .lage-area.active{
	background:#666;
	color:#fff;
	box-shadow:none;
}
.area-search .small-area span{
	display:block;
	cursor:pointer;
	border-radius:20px;
	text-align:center;
	padding:0 10px;
	margin-bottom:5px;
}
.map-search{
	width:50%;
	display:flex;
	align-items:center;
	padding-left:10px;
}
.map-search img{
	width:100%;
}
.search-menu .btn-close{
	position:absolute;
	right:0;
	top:0;
}
.search-menu .btn-close a{
	padding:15px 20px;
}
.search-menu .btn-search{
	width:100%;
}

.area-search .lage-area:nth-of-type(1){ color:#B265B3;}
.area-search .lage-area:nth-of-type(2){ color:#FE9900;}
.area-search .lage-area:nth-of-type(3){ color:#5699D0;}
.area-search .lage-area:nth-of-type(4){ color:#209851;}
.area-search > div:nth-of-type(1) .lage-area{ color:#E26A74;}
.area-search > div:nth-of-type(2) .lage-area{ color:#F0957A;}
.area-search > div:nth-of-type(1) .small-area span{ color:#E26A74; border:#E26A74 solid 1px;}
.area-search > div:nth-of-type(2) .small-area span{ color:#F0957A; border:#F0957A solid 1px;}

.area-search .lage-area:nth-of-type(1).active,
.area-search .lage-area:nth-of-type(2).active,
.area-search .lage-area:nth-of-type(3).active,
.area-search .lage-area:nth-of-type(4).active,
.area-search > div:nth-of-type(1) .lage-area.active,
.area-search > div:nth-of-type(2) .lage-area.active{
	background:#666;
	color:#fff;
}
.area-search > div:nth-of-type(1) .small-area span.active,
.area-search > div:nth-of-type(2) .small-area span.active{
	background:#666;
	color:#fff;
	border:#666 solid 2px;
}

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

	.area-search{
		width:100%;
	}
	.map-search{
		width:70%;
		margin:0 auto;
	}

}

/* area-search-nomap */
.area-search-nomap{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.area-search-nomap .lage-area{
	display: inline-block;
	background: #FFF;
	border-radius:30px;
	padding:.5em 1em;
	color:#000;
	text-align: center;
	cursor:pointer;
	margin: 3px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}
.area-search-nomap .lage-area.active{
	background:#666;
	color:#fff;
	box-shadow:none;
}

/* genre */
.search-menu .genre .lage-genre{
	display:block;
	background: #FFF;
	border-radius:30px;
	padding:7px 0;
	color:#000;
	text-align: center;
	cursor:pointer;
	margin-bottom:10px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}
.search-menu .genre .lage-genre.active{
	background:#666;
	color:#fff;
	box-shadow:none;
}
.search-menu .genre .stack-genre{
	display: inline-block;
	background: #FFF;
	border-radius:30px;
	padding:.2em 1em;
	color:#000;
	text-align: center;
	cursor:pointer;
	margin: 3px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}
.search-menu .genre .stack-genre.active{
	background:#666;
	color:#fff;
	box-shadow:none;
}
.search-menu .genre .stack-genre{
	display: inline-block;
	background: #FFF;
	border-radius:30px;
	padding:.2em 1em;
	color:#000;
	text-align: center;
	cursor:pointer;
	margin: 3px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}
.search-menu .genre .stack-genre.active{
	background:#666;
	color:#fff;
	box-shadow:none;
}

.search-menu .genre .small-genre{
	display:inline-block;
	color:#fff;
	line-height:1.2;
	padding:3px 10px;
	border:#fff solid 1px;
	border-radius:5px;
	font-size:1.3rem;
	margin:0 .2rem .5rem 0;
	cursor:pointer;
}
.search-menu .genre .small-genre.active{
	background:#666;
	box-shadow:none;
	border:#666 solid 1px;
}


/* genre-box */
.genre-box{
	display:flex;
	flex-wrap: wrap;
}
/* genre-tree */
.genre-tree{
	width: 100%;
}
.genre-tree ul{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:10px;
}

.search-menu .genre-tree .lage-genre{
	padding:3px;
	min-width: 18em;
}

/* keyword */
.search-menu .keyword{
	width:23%;
}
.search-menu .keyword input{
	padding:.85rem;
	width:100%;
	border-radius:5px;
	border:#CCC solid 1px;
	position:relative;
	transition: border .3s ease;
	min-height:46px;
}
.search-menu .keyword:hover input{
	border:#333 solid 1px;
}
.search-menu .keyword{
	position:relative;
}
.search-menu .keyword a{
	font-size:2rem;
	width:40px;
	text-align: center;
	position:absolute;
	top:50%;
	right:0;
	margin-top:-1.5rem;
}

/* period */
.search-menu .period {
    width: 25%;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-menu .period input {
    padding: .85rem;
    width: 45%;
    border-radius: 5px;
    border: #CCC solid 1px;
    position: relative;
    transition: border .3s ease;
    min-height: 46px;
    margin: 0 5px;
}

.search-menu .period input:first-of-type {
    margin-left: 0;
}

.search-menu .period input:last-of-type {
    margin-right: 0;
}

.search-menu .period input:focus {
    border: #333 solid 1px;
}


/* stay */
.search-menu .stay .lage-genre{
	display:block;
	background: #FFF;
	border-radius:30px;
	padding:7px 0;
	color:#000;
	text-align: center;
	cursor:pointer;
	margin-bottom:10px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}
.search-menu .stay .lage-genre.active{
	background:#666;
	color:#fff;
	box-shadow:none;
}
.search-menu .stay .stack-genre{
	display: inline-block;
	background: #FFF;
	border-radius:30px;
	padding:.2em 1em;
	color:#000;
	text-align: center;
	cursor:pointer;
	margin: 3px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}
.search-menu .stay .stack-genre.active{
	background:#666;
	color:#fff;
	box-shadow:none;
}
.search-menu .stay .stack-genre{
	display: inline-block;
	background: #FFF;
	border-radius:30px;
	padding:.2em 1em;
	color:#000;
	text-align: center;
	cursor:pointer;
	margin: 3px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}
.search-menu .stay .stack-genre.active{
	background:#666;
	color:#fff;
	box-shadow:none;
}

.search-menu .stay .small-genre{
	display:inline-block;
	color:#fff;
	line-height:1.2;
	padding:3px 10px;
	border:#fff solid 1px;
	border-radius:5px;
	font-size:1.3rem;
	margin:0 .2rem .5rem 0;
	cursor:pointer;
}
.search-menu .stay .small-genre.active{
	background:#666;
	box-shadow:none;
	border:#666 solid 1px;
}

/* season */
.search-menu .season .lage-genre{
	display:block;
	background: #FFF;
	border-radius:30px;
	padding:7px 0;
	color:#000;
	text-align: center;
	cursor:pointer;
	margin-bottom:10px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}
.search-menu .season .lage-genre.active{
	background:#666;
	color:#fff;
	box-shadow:none;
}
.search-menu .season .stack-genre{
	display: inline-block;
	background: #FFF;
	border-radius:30px;
	padding:.2em 1em;
	color:#000;
	text-align: center;
	cursor:pointer;
	margin: 3px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}
.search-menu .season .stack-genre.active{
	background:#666;
	color:#fff;
	box-shadow:none;
}
.search-menu .season .stack-genre{
	display: inline-block;
	background: #FFF;
	border-radius:30px;
	padding:.2em 1em;
	color:#000;
	text-align: center;
	cursor:pointer;
	margin: 3px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}
.search-menu .season .stack-genre.active{
	background:#666;
	color:#fff;
	box-shadow:none;
}

.search-menu .season .small-genre{
	display:inline-block;
	color:#fff;
	line-height:1.2;
	padding:3px 10px;
	border:#fff solid 1px;
	border-radius:5px;
	font-size:1.3rem;
	margin:0 .2rem .5rem 0;
	cursor:pointer;
}
.search-menu .season .small-genre.active{
	background:#666;
	box-shadow:none;
	border:#666 solid 1px;
}


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

	.search-menu{
		display:block;
	}
	.search-menu .area{
		width:100%;
		margin-bottom:10px;
	}
	.search-menu .area dd{
		width:100%;
	}
	.search-menu .genre{
		width:100%;
		margin-bottom:10px;
	}
	.search-menu .keyword{
		width:100%;
		margin-bottom:10px;
	}

    .search-menu .period {
        width: 100%;
        margin-bottom: 10px;
    }

    .search-menu .period input {
        width: 49%;
    }
    .search-menu .stay{
		width:100%;
		margin-bottom:10px;
	}
    .search-menu .season{
		width:100%;
		margin-bottom:10px;
	}
}



/* --------------------------------------------------
tags-search
-------------------------------------------------- */

.tags-search {
	text-align:right;
}
.tags-search a{
	font-size:1.3rem;
	display:inline-block;
	margin:.5rem .2rem;
	padding:5px;
	line-height:1.2;
	background:#efefef;
	border-radius:5px;
	border:#E2E2E2 solid 1px;
	text-align:center;
	min-width:10rem;
}
.tags-search a:before{
	content:"#";
	display:inline-block;
	margin-right:.3rem;
}
.tags-search a:hover{
	background:#E2E2E2;
}

.btn-tags a{
	background:#fff;
}
.btn-tags a:before{
	content:none;
}

/* --------------------------------------------------
conditions
-------------------------------------------------- */

.conditions{
	position:relative;
	overflow: hidden;
	padding:10px 0;
	margin-bottom:20px;
}
.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{
	border:#D0D0D0 solid 1px;
	background:#fff;
	display:inline-block;
	line-height:1;
	padding:5px 15px;
	border-radius:20px;
	cursor:pointer;
	margin:.2rem;
	vertical-align:middle;
	color:#272727;
}
.conditions dd a:before{
	content:"\f00d";
	font-family:fontawesome;
	margin-right:.5rem;
}


@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%;
	margin-bottom:5%;
	display:flex;
	align-items:center;
}
.paging-sort form{
	display:inline-block;
}
.paging-result{
	flex:1;
}
.paging-result strong{
	font-size:2rem;
	margin:0 .5rem;
}
.paging-display{
	width:70%;
	text-align:right;
	display:inline-block;
}
.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;
}

@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;
}
.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:#d2d2d2 solid 1px;
	background:#FFF;
	border-radius:3px;
}
.paging a:hover{
	opacity:1;
	color:#FFF;
	background:#404040;
	border:#37211F solid 1px;
}
.paging .current{
	line-height:1;
	letter-spacing:normal;
	display:inline-block;
	padding:1rem 1.2rem;
	text-decoration:none;
	color:#FFF;
	border:#404040 solid 1px;
	background:#404040;
	border-radius:3px;
}


/* --------------------------------------------------
othershop-box
-------------------------------------------------- */

.othershop-box{
	padding:2% 5%;
	border:#ECC837 solid 5px;
	border-radius:5px;
	max-width: 550px;
	margin:5% auto;
}
.othershop-box h4{
	text-align:center;
	margin-bottom:2rem;
}
.othershop-box .shop-list{
	display:flex;
	flex-wrap:wrap;
}
.othershop-box .shop-list li{
	width:100%;
}
.othershop-box .shop-list li a{
	background:#F1F1EF;
	display:block;
	padding:15px;
	margin:5px;
	font-size:1.8rem;
}
.othershop-box .shop-list li a:after{
  content: "\f08e";
	font-family:fontawesome;
	display:inline-block;
	margin-right:5px;
	position:relative;
	float:right;
}

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

	.othershop-box .shop-list li{
		width:100%;
	}

}

/* --------------------------------------------------
bnr-box
-------------------------------------------------- */
.bnr-box{
    width: 93%;
     margin: 0 auto 2% auto;
    text-align: center;
}

/* --------------------------------------------------
mawaru-box
-------------------------------------------------- */
.mawaru-box{
	display:flex;
	align-items: flex-end;
	margin:5% auto;
	justify-content: center;
}
.mawaru-box .bnr{
	width: 100%;
	text-align: center;
	max-width: 1300px;
}
.mawaru-box .bnr a{
	display: block;
}
.mawaru-box .bnr img{
	visibility: hidden;
}
.mawaru-box .bnr{
	background:url("/img/common/mawaru_bar_pc.jpg");
	background-repeat: no-repeat;
	background-size: contain;
}

.mawaru-box .store-info{
	margin:0 10px;
}

.mawaru-box .store-info ul{
	display:flex;
}
.mawaru-box .store-info ul li{
	margin:0 5px;
}
.mawaru-box p{
	margin:1em;
}

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

	.mawaru-box{
		flex-direction: column;
		justify-content: center;
	}
	.mawaru-box h4{
		order:2;
	}
	.mawaru-box .store-info{
		align-self: center;
		margin-bottom:20px;
		order:1;
	}
	.mawaru-box .bnr{
		background:none;
	}
	.mawaru-box .bnr img{
		visibility: visible;
	}

}


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

cms

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


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

	.post-content{
		padding:5%;
	}

}

/* post-sttl-large */
.post-sttl-large {
	margin-top:1em;
	margin-bottom:1em;
	font-size:3rem;
	padding-left:20px;
	line-height:1.3;
	border-left:5px solid #ccc;
}
/* post-sttl-small */
.post-sttl-small {
	margin-bottom:2em;
	font-size:1.8rem;
	background:#EEE;
	padding:0.5em;
}

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

.three-post-pht.look-pht figcaption{
	margin-top: .5em;
	font-size:1.2rem;
}
.look-pht  a:hover img,
 a:hover .look-pht img{
	cursor: pointer;
	opacity: 0.8;
}
/* two-post-pht */
.two-post-pht {
	display:flex;
	flex-wrap: wrap;
	margin-right:-2%;
}

.two-post-pht .post-pht {
	width:48%;
	font-size:1.6rem;
	vertical-align:top;
	margin-right:2%;
}


/* three-post-pht */
.three-post-pht {
	display:flex;
	flex-wrap: wrap;
	margin-right:-2.3%;
}

.three-post-pht .post-pht {
	width:31%;
	font-size:1.6rem;
	vertical-align:top;
	margin-right:2.3%;
}

/* four-post-pht */
.four-post-pht {
	display:flex;
	flex-wrap: wrap;
	margin-right:-2%;
}

.four-post-pht .post-pht {
	width:23%;
	font-size:1.6rem;
	vertical-align:top;
	margin-right:2%;
}

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

	.four-post-pht {
		margin-right:-2%;
	}

	.four-post-pht .post-pht {
		width:48%;
		margin-right:2%;
	}

}
.right-side{
	justify-content: flex-end;
}

.center-side{
	justify-content:center;
}

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wysiwyg table td {
	background: #FFFFFF;
	padding: 0.5em 0.75em;
	border: 1px solid #DDD;
	word-break: break-all;
	word-wrap: break-word;
	width:auto;
}
.wysiwyg table .txt-justify {
	-moz-text-align-last: justify;
	text-align-last: justify;
}

@media screen and (max-width: 600px) {
    .wysiwyg table th:first-of-type{
        min-width: 6em;
    }
}

/* フォントサイズ小 <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;
}


/* related-file */
.related-file {
	line-height:1.2;
	border-top:#eef0f1 solid 1px;
	border-bottom:#eef0f1 solid 1px;
	margin-bottom:-1px;
	padding:1em 0;
}
.related-file:before{
	content:"\f019";
	font-family:fontawesome;
	margin-right:1rem;
	color:#999;
}
.related-file a:hover{
	text-decoration:underline;
}

/* related-link */
.related-link {
	line-height:1.2;
	border-top:#eef0f1 solid 1px;
	border-bottom:#eef0f1 solid 1px;
	margin-bottom:-1px;
	padding:1em 0;
}
.related-link:before{
	content:"\f0c1";
	font-family:fontawesome;
	margin-right:1rem;
	color:#999;
}
.related-link a:hover{
	text-decoration:underline;
}

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

page

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

/* --------------------------------------------------
coupon
-------------------------------------------------- */

.about-coupon {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:2% 0;
}

@media screen and (max-width: 800px) {
	.about-coupon {
		flex-wrap:wrap;
	}
	.about-coupon > p{
		width:80%;
		order:1;
		padding:2%;
		margin:0 auto;
		text-align:center;
	}
	.about-coupon > div{
		order:2;
		width:50%;
		padding:2%;
	}
}
@media screen and (max-width: 600px) {
	.about-coupon > div:first-of-type{
		width:80%;
		padding:2%;
		margin:0 auto;
		text-align:center;
	}
	.about-coupon > div:last-of-type{
		display:none;
	}
}


/* --------------------------------------------------
shop
-------------------------------------------------- */

.ouen-info{
	padding:2em;
	margin-bottom:2em;
	background:#FEF3CF;
	text-align:center;
}
.ouen-info p{
	margin-bottom:1em;
	font-size:1.8rem;
}
.ouen-info dt{
	margin-bottom:.5em;
	font-weight:bold;
}
.ouen-info ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.ouen-info li {
	margin:5px;
}
.ouen-info li a{
	display:block;
	background:rgb(141, 194, 31);
	color:#FFF;
	padding:10px;
}


@media screen and (max-width: 600px) {
	.ouen-info p{
		text-align:left;
	}
	.ouen-info p br{
		display:none;
	}
	.ouen-info li {
		width:80%;
	}
}



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

.list-sitemap{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:5%;
	justify-content: space-between;
}
.list-sitemap >  li{
	width:32%;
	margin-bottom:2%;
}
.list-sitemap >  li.look a{
	border-left:#007AE1 solid 2px;
}
.list-sitemap >  li.stay a{
	border-left:#EB4747 solid 2px;
}
.list-sitemap >  li.brand a{
	border-left:#ECC837 solid 2px;
}
.list-sitemap li a{
	padding:20px;
	border:#CCC solid 1px;
}
.list-sitemap li > ul li{
	width:100%;
}
.list-sitemap li > ul a{
	text-indent:1rem;
	font-weight:normal;
	padding:10px;
}
.list-sitemap a{
	display:block;
	font-weight:bold;
	margin-top:.5rem;
}
.list-sitemap a:before{
	display:inline-block;
	content:"\f105";
	font-family:fontawesome;
	margin-right:.5rem;
}

@media screen and (max-width: 800px) {
	.list-sitemap li{
		width:48%;
	}

}
@media screen and (max-width: 600px) {
	.list-sitemap li{
		width:100%;
	}

}

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

.list-link{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:5%;
	justify-content: space-between;
}
.list-link li{
	width:48%;
	padding:10px;
}
.list-link a:before{
	display:inline-block;
	content:"\f105";
	font-family:fontawesome;
	margin-right:.5rem;
}

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

top-popup

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

.top-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
}

.top-popup.is-show {
    opacity: 1;
    visibility: visible;
}

.top-popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1000px;
    background-color: #fff;
    z-index: 2;
}

.top-popup-inner img {
    width: 100%;
}

.top-popup-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
    cursor: pointer;
}

.popup-close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    padding: 20px;
    font-size: 2rem;
    background: #666;
}

/* --------------------------------------------------
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.is-active span:after,
.search-menu .genre dt.is-active span:after,
.search-menu .stay dt.is-active span:after,
.search-menu .season dt.is-active span:after{
  content: "\f106";
	font-family:fontawesome;
	display:inline-block;
	margin-right:5px;
	float:right;
}

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

.search-menu .area dt:before,
.search-menu .genre dt:before,
.search-menu .stay dt:before,
.search-menu .season dt:before{
	content:"";
	position:fixed;
	background:rgba(255,255,255,.8);
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:10;
	display:none;
	opacity:0;
}
.search-menu .area dt.is-active:before,
.search-menu .genre dt.is-active:before,
.search-menu .stay dt.is-active:before,
.search-menu .season dt.is-active:before{
	display:block;
	opacity: 1;
}

.search-menu .area dd{
	display:none;
	opacity:0;
}
.search-menu .area dd.is-active{
	display:flex;
	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{
	display:block;
	opacity: 1;
	animation: fadeOverlay .5s ease 0s 1 normal forwards ;
	-webkit-animation: fadeOverlay .5s ease 0s 1 normal forwards ;
}

.search-menu .stay dd{
	display:none;
	opacity:0;
}
.search-menu .stay dd.is-active{
	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{
	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;
}

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

    .modal-content {
		width:90%;
	}

}

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

/* slide-list */
.slide-list {
	max-width:1000px;
	margin:0 auto;
}
.slide-list li{
	margin:10px;
}

/* slide-1col */
.slide-1col{
	max-width:1300px;
	margin:0 auto;
}

/* slide-2col */
.slide-2col{
	max-width:1300px;
	margin:0 auto;
}
.slide-2col li{
	margin:0 1px;
}
.slide-2col .slick-dots{
	bottom: -30px;
	text-align:left;
}
.slide-2col figure{
	position:relative;
}
.slide-2col figcaption{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#FFF;
	padding:5px;
	background:rgba(0,0,0,.4);
	line-height:1.2;
	font-size:1.3rem;
	text-align:center;
}

/* slide-5col */
.slide-5col{
    position: relative;
	margin:0 auto;
}
.slide-5col li{
    padding: 0 3px;
}
.slide-5col .slick-dots{
    position: relative;
	text-align:center;
    width: 25%;
    margin: 10px auto;
}
.slide-5col .slick-prev,
.slide-5col .slick-next{
    top: 100%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
    margin-top: -5px;
    background: #DEEFF8;
}
.slide-5col .slick-prev:hover,
.slide-5col .slick-prev:focus,
.slide-5col .slick-next:hover,
.slide-5col .slick-next:focus{
    background: #DEEFF8;
}
.slide-5col .slick-prev:before,
.slide-5col .slick-next:before{
    font-size: 32px;
    line-height: 0.8;
}
.slide-5col .slick-prev{
    left: 32%;
}
.slide-5col .slick-next{
    right: 32%;
}

@media screen and (max-width: 600px) {
    .slide-5col .slick-dots{
        width: 70%;
    }
    .slide-5col .slick-prev{
        left: 5%;
    }
    .slide-5col .slick-next{
        right: 5%;
    }
}

/* slide-side */
.slide-side .slick-dots{
	bottom: -30px;
	text-align:left;
}



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

/* slide-main */
.slide-main {
	max-width:1600px;
	margin:0 auto;
	position:relative;
}
.slide-main figure{
	text-align: center;
	position: relative;
	margin-bottom:20px;
}
.slide-main .frame{
	position: relative;
	width: 100%;
	padding-top:60%;
  overflow: hidden;
  margin: 0 auto 5px 0;
	overflow:hidden;
}
.slide-main .frame img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:100%;
	width:100%;
}
.slide-main figure .catch{
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:#FFF;
	font-size:6rem;
	line-height:1.5;
	width:80%;
	text-shadow:black 1px 1px 2px, black -1px 1px 2px,black 1px -1px 2px, black -1px -1px 2px;
}
.slide-main figure .btn-more{
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:30%;
}

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

	.slide-main figure .catch{
		font-size:2.3rem;
	}
	.slide-main figure .btn-more{
		top: 85%;
		width:80%;
	}

}

/* --------------------------------------------------
slide-top
-------------------------------------------------- */

/* slide-top */
.slide-top {
	margin:0 auto;
	position:relative;
}
.slide-top figure{
	text-align: center;
	position: relative;
}
.slide-top figure .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:#FFF;
	font-size:4rem;
	line-height:1.5;
	width:90%;
	text-shadow:black 1px 1px 2px, black -1px 1px 2px,black 1px -1px 2px, black -1px -1px 2px;
}
.slide-top figure .btn-more{
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:30%;
}
.slide-top .frame{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.slide-top .frame img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height:100%;
	min-width:100%;
}
.slide-top .video{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.slide-top .video:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.slide-top iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slide-top .btn-more a{
	color:#000;
	background:rgba(255,255,255,0.7);
}
.slide-top .btn-more a:hover{
	background:rgba(255,255,255,1);
}


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

	.slide-top figure .btn-more{
		width:80%;
	}

}

/* --------------------------------------------------
infiniteslide
-------------------------------------------------- */

.infiniteslide {
	position:relative;
}
.infiniteslide li{
	margin:2px 1px;
}
.more-panel{
	position:absolute;
	z-index:50;
	background:#ECC837;
	width:250px;
	padding:30px;
	height:100%;
	margin-left:10%;
}
.more-panel h3{
	color:#FFF;
	font-size:2.5rem;
	font-weight:bold;
	line-height:1.4;
}
.more-panel-local{
	position:absolute;
	z-index:50;
	width:250px;
	padding:30px;
	height:100%;
	margin-left:10%;
	background:#FFF;
}
.more-panel-local h3{
}

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

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


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

	.menu-trigger {
		width: 30px;
		height: 26px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 11px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(-45deg);
		transform: translateY(11px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-11px) rotate(45deg);
		transform: translateY(-11px) rotate(45deg);
	}

}


/* --------------------------------------------------
emergency-area
-------------------------------------------------- */

.emergency-area {
    position: absolute;
    top: 25%;
    left: 50%;
    max-width: 640px;
	width: 90%;
	transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.7);
    padding: 2em 4em 3em;
}

.emergency-ttl {
    font-weight: bold;
    font-size: 3.0rem;
    margin-bottom: 1em;
    position: relative;
}

.emergency-ttl:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    margin-left: -30px;
    left: 50%;
    bottom: -0.5em;
}

.emergency-txt {
    line-height: 1.8;
    font-size: 1.6rem;
    text-align: left;
}

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


    .emergency-area {
        top: 50%;
        margin-top: -90px;
        padding: 2em;
    }

    .emergency-ttl {
        font-size: 2.2rem;
    }

    .emergency-txt {
        font-size: 1.4rem;
        line-height: 1.6;
    }

}


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


    .emergency-area {
        top: 50%;
        left: 50%;
        width: 300px;
        height: 170px;
        margin-left: -150px;
        margin-top: -85px;
        padding: 1em 1.5em;
    }

    .emergency-ttl {
        font-size: 1.8rem;
    }

    .emergency-txt {
        font-size: 1.2rem;
        line-height: 1.6;
    }

}

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

new-spnav

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

.new-spnav{
	display:none;
}

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

	.new-spnav{
        height:65px;
        z-index: 10;
		background:#fff;
		display:flex;
        justify-content: space-between;
		align-items:center;
		transition:all 1s;
        box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
        position: relative;
        width: 100%;
	}
	.new-spnav.on{
		top:-100%;
	}
	.new-spnav .new-sp-logo{
        width: 350px;
	}
	.new-spnav .new-sp-logo img{
        width: 100%;
	}
    .new-spnav .new-menu-btn{
        cursor: pointer;
    }

}
@media screen and (max-width: 600px) {
    .new-spnav .new-sp-logo{
        width:250px;
    }
}

.new-spnav .menu-trigger  {
    margin-right: 1em;
}
.new-spnav .menu-trigger span {
    background-color:#007BB8;
}

/* --------------------------------------------------
追従header
-------------------------------------------------- */

.new-spnav.is-fixed{
    position: fixed;
    top:0;
    width: 100%;
}

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

new-menu

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

.new-menu{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y:scroll;
    display: none;
}

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

	.new-menu{
        z-index: 97;
		cursor: pointer;
		position: fixed;
		top: 0;
		right:0;
		width:100%;
		height:100%;
		padding-right:0;
		margin-top:120vh;
		display:block;
	}
}

/* new-menu-content */
.new-menu-content{
	width:100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background:#DEEFF8;
	padding:3%;
    padding-top: 65px;
}
.new-menu-content a:link{
	color:#272727;
}
.new-menu-content .site-btn-close a{
	position:absolute;
	right:5%;
	top:5%;
	color:#FFF;
}

/* h-serch */
.new-menu .h-serch{
	display:flex;
	margin:1em 0;
	width:90%;
    max-width: 600px;
}
.new-menu .h-serch form{
	width:100%;
	display:block;
}
.new-menu .h-serch input{
	background:#FFF;
    border: #b9b9b9 solid 1px;
	border-radius:30px;
	display: inline-block;
	padding-left:20px;
	width:100%;
	font-size:18px;
}
.new-menu .h-serch a{
	font-size:2rem;
	width:40px;
	line-height:42px;
	text-align: center;
	display: inline-block;
	margin-left:-45px;
	vertical-align: middle;
	color:#272727;
}
.new-menu .h-serch a i{
	font-size:18px;
}

/* nav-link */
.new-menu h4{
    border-left: #007BB8 solid 3px;
    padding-left: .5em;
    margin-bottom: 1em;
    font-weight: bold;
}

/* nav-link */
.new-menu .nav-link{
    width: 100%;
    max-width: 600px;
    padding: 1em;
    border-radius: 10px;
}
.new-menu .nav-link ul{
    border-top: #0798DF solid 1px;
}
.new-menu .nav-link li a{
    border-bottom: #0798DF solid 1px;
    padding: .5em .3em;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
}
.new-menu .nav-link li a:before {
    content: "\f105";
    color: #333;
    background: #fff;
    padding:6px 7px;
    line-height:.5;
    border-radius: 50%;
    font-family: fontawesome;
    display: inline-block;margin-right: .5em;
    font-weight: normal;
}

/* nav-g-link */
.new-menu .nav-g-link{
    width: 100%;
    max-width: 600px;
    padding: .5em 1em;
    background: #68B1D5;
    border-radius: 10px;
    margin: .5em 0;
}
.new-menu .nav-g-link li a{
    border-top: #9ECDE4 solid 1px;
    padding: .5em .3em;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}
.new-menu .nav-g-link li:first-of-type a{
    border-top: none;
}
.new-menu .nav-g-link li a:before {
    content: "\f105";
    color: #333;
    background: #fff;
    padding:6px 7px;
    line-height:.5;
    border-radius: 50%;
    font-family: fontawesome;
    display: inline-block;margin-right: .5em;
    font-weight: normal;
}

/* biz-link */
.new-menu .biz-link{
    width: 100%;
    max-width: 600px;
    padding: 1em;
    background: #EDF7FC;
    border-radius: 10px;
    margin: .5em 0;
}
.new-menu .biz-link ul{
    display: flex;
    flex-wrap: wrap;
}
.new-menu .biz-link li{
    flex: 1;
    padding-left: 1em;
    text-indent: -.5em;
}
.new-menu .biz-link a{
    display: block;
    padding: .3em;
    font-size: 1.4rem;
    font-weight: bold;
}
.new-menu .biz-link a:before {
    content: "\f105";
    font-family: fontawesome;
    display: inline-block;margin-right: .5em;
    font-weight: normal;
}

/* sp-lang */
.new-menu .sp-lang{
	position:relative;
    width: 100%;
    max-width: 400px;
}
.new-menu .sp-lang dt{
    padding: .5em 1em;
    background: #fff;
    margin: .5em 0;
    border-radius: 10px;
    border: #CDCDCD solid 1px;
    font-weight: bold;
    text-align: center;
}
.new-menu .sp-lang dt:before{
    content: "\f107";
    font-family:fontawesome;
    display:inline-block;
    margin-right:5px;
    position:relative;
}
.new-menu .sp-lang dt.active:before{
  content: "\f106";
}
.new-menu .sp-lang dd{
	text-align:center;
    display: none;
    padding:1em;
    background: #EDF7FC;
    border-radius: 10px;
}
.new-menu .sp-lang dd a{
	display:inline-block;
    text-decoration: underline;
	padding:5px;
    font-size: 1.4rem;
}
.new-menu .sp-lang dd a:first-of-type:before{
	content:none;
}
.new-menu .sp-lang dd a:before{
	content:"/";
	display:inline-block;
	padding-right:10px;
}

/* btn-kpass */
.new-menu .btn-kpass {
    margin: .5em 0;
    width: 100%;
    max-width: 250px;
}
.new-menu .btn-kpass img{
    width: 100%;
}

/* h-shere */
.new-menu .h-shere{
    width: 100%;
    max-width: 400px;
	display:flex;
    justify-content: space-around;
    margin: .5em 0;
}
.new-menu .h-shere a{
    display: block;
    padding: .5em;
}
.new-menu .h-shere img{
    width: 40px;
}

/* h-sitemap */
.new-menu .h-sitemap{
    width: 100%;
    max-width: 600px;
	display:flex;
    justify-content: space-around;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 2em;
}
.new-menu .h-sitemap ul{
    flex: 1;
    border-left: #8FC5E1 1px solid;
    padding-left :.8em;
    line-height: 1.8;
}
.new-menu .h-sitemap .btn a{
    display: inline-block;
    padding: .3em 1em;
    background: #272727;
    color: #fff;
    margin: .5em 0;
    border-radius: 5px;
}

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

new-header

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

#new-header{
	background:#fff;
	position:relative;
	display:flex;
}
.new-h-logo{
    max-width: 480px;
    flex-shrink: 0;
}
.new-h-logo img{
    width: 100%;
}

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

	#new-header{
		display:none;
	}
}

/* --------------------------------------------------
new-h-menu
-------------------------------------------------- */

.new-h-menu{
	position:relative;
	flex-grow:1;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	align-content: center;
	flex-wrap:wrap;
	line-height:1;
}

/* h-serch */
.new-h-menu .h-serch{
	display:flex;
    margin-right: 20px;
	font-size:1.4rem;
    margin-bottom: 5px;
}
.new-h-menu .h-serch input{
	background:#FFF;
	border:1px solid #272727;
	width:100%;
	border-radius:30px;
	display: inline-block;
	padding-left:20px;
	margin-left:10%;
}
.new-h-menu .h-serch a{
	font-size:2rem;
	width:40px;
	line-height:37px;
	text-align: center;
	display: inline-block;
	margin-left:-20px;
	vertical-align: middle;
}
.new-h-menu .btn{
	margin-right:10px;
	font-size:1.4rem;
}

/* useful */
.new-h-menu .useful{
	position:relative;
	font-size:1.4rem;
}
.new-h-menu .useful dt{
	cursor:pointer;
	position:relative;
	padding:10px;
}
.new-h-menu .useful dt:before{
  content: "\f107";
	font-family:fontawesome;
	display:inline-block;
	margin-right:5px;
	position:relative;
}
.new-h-menu .useful dt.active:before{
  content: "\f106";
}
.new-h-menu .useful dd{
	width:100%;
	position: absolute;
	display:none;
	top:100%;
	left:0;
	z-index:10;
	border:#272727 solid 1px;
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
}
.new-h-menu .useful dd a{
	width:100%;
	display:block;
	padding:10px;
	color:#FFF;
	background:#231F20;
	text-align:center;
	border-bottom:#272727 solid 1px;
}
.new-h-menu .useful dd a:last-of-type{
	border-bottom:none;
}

/* lang */
.new-h-menu .lang{
	position:relative;
    margin-right: 1em;
}
.new-h-menu .lang dt{
	cursor:pointer;
	position:relative;
	padding:10px;
}
.new-h-menu .lang dt:before{
  content: "\f107";
	font-family:fontawesome;
	display:inline-block;
	margin-right:5px;
	position:relative;
}
.new-h-menu .lang dt.active:before{
  content: "\f106";
}
.new-h-menu .lang dd{
	width:100%;
	position: absolute;
	display:none;
	top:100%;
	left:0;
    z-index: 11;
	border:#AEDCF3 solid 1px;
    border-radius: 5px;
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
}
.new-h-menu .lang dd a{
	width:100%;
	display:block;
	padding:10px;
	color:#272727;
	background:#DEEFF8;
	text-align:center;
	border-bottom:#AEDCF3 solid 1px;
}
.new-h-menu .lang dd a:first-of-type{
	border-radius: 5px 5px 0 0 ;
}
.new-h-menu .lang dd a:last-of-type{
	border-bottom:none;
    border-radius:0 0 5px 5px;
}

/* h-link */
.new-h-menu .h-link{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items: center;
    width: 100%;
}
.new-h-menu .h-link a{
    display: block;
    padding: .5em;
    margin-right: 1em;
    transition :opacity .5s;
}
.new-h-menu .h-link a:hover{
    opacity :.8;
}

/* btn */
.new-h-menu .btn a{
    display: inline-block;
    padding: .7em 1em;
    background: #007BB8;
    color: #fff;
    margin: .3em 0;
    border-radius: 5px;
    transition : .5s;
}
.new-h-menu .btn a:hover{
    opacity: .8;
}

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

#new-gnav{
	width:100%;
	background:#007BB8;
	text-align:center;
    z-index: 2;
    position: relative;
}
#new-gnav > ul{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}
#new-gnav > ul li{
    width: 100%;
    height: 100%;
    position: relative;
}
#new-gnav > ul li::after{
    content: "";
    height: 20px;
    width: 1px;
    background: #69B2D6;
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -10px;
}
#new-gnav > ul li:last-of-type::after{
    content: none;
}
#new-gnav > ul a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: .5em 0;
    transition : .5s;
    height: 100%;
    font-weight: bold;
}
#new-gnav > ul a:hover{
    background: #1c90cb;
}

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

	#new-gnav{
		display:none;
	}
}

/* --------------------------------------------------
追従header
-------------------------------------------------- */

#new-gnav.is-fixed{
    position: fixed;
    top:0;
    padding-left: 320px;
    height: 53px;
    z-index: 10;
}
#new-gnav.is-fixed li{
    height: 100%;
}
.new-h-logo.is-fixed{
    position: fixed;
    top:0;
    left: 0;
    z-index: 11;
    height: 53px;
}
.new-h-logo.is-fixed img{
    max-height: 100%;
}


/* --------------------------------------------------
topnews
-------------------------------------------------- */
.topnews{
    width: 98%;
    max-width: 900px;
    margin: .5em auto;
    display: flex;
    background: #D2FAC4;
    border-radius: 20px;
    padding: .3em;
    align-items: center;
}
.topnews p{
    padding: 0 1em;
    flex-shrink: 0;
}
.topnews dl{
    display: flex;
    align-items: center;
    line-height: 1.4;
}
.topnews dt{
    margin-right: 1em;
    flex-shrink: 0;
}
.topnews a{
    display: block;
    width: 100%;
}
.topnews a dd:hover{
    text-decoration: underline;
}

@media screen and (max-width: 800px) {
    
    .topnews{
        justify-content: center;
        margin: .5em ;
        width: auto;
        padding: .5em;
        border-radius: 10px;
    }
    .topnews dl{
        flex-wrap: wrap;
    }
}

/* --------------------------------------------------
new-pagetop
-------------------------------------------------- */
.new-pagetop{
    position: fixed;
    z-index: 96;
    bottom: 20px;
    right: 20px;
    width: 60px;
    transition : .5s;
}
.new-pagetop:hover{
    opacity: .8;
}

@media screen and (max-width: 800px) {
	.new-pagetop{
		width: 45px;
        bottom: 10px;
        right: 10px;
	}
}

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

#new-footer{
	width:100%;
    background: #DEEFF8;
}
/* new-f-menu */
.new-f-menu {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 2em 0;
    justify-content: space-around;
}

.new-f-menu dt{
    font-weight:bold;
    margin-bottom: .7em;
    font-size: 1.6rem;
}
.new-f-menu dd a{
    display: inline-block;
    margin-bottom: .3em;
    font-size: 1.4rem;
}
.new-f-menu .btn a{
    display: inline-block;
    padding: .3em 1.5em;
    background: #272727;
    color: #fff;
    margin: .3em 0;
    border-radius: 5px;
    transition :opacity .5s;
}
.new-f-menu .btn a:hover{
    opacity: .8;
}

@media screen and (max-width: 800px) {
	.new-f-menu{
		display:none;
	}
}

/* new-copy */
.new-copy {
    padding: .5em;
}
.new-copy p{
	text-align:center;
	font-size:1rem;
	letter-spacing:.1rem;
	position: relative;
	vertical-align:middle;
	align-items: center;
	justify-content: center;
}
