/**
 * style
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. ModuleStyle
 * 6. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "import/reset.css";
@import "import/util.css";
@import "../fonts/style.css";

/*font-family: 'Kosugi Maru', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru&subset=japanese');

/*skinny nessの代用　font-family: 'Amatic SC', cursive;*/
@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700');
.skinny {
	font-family: 'Amatic SC', cursive;
}

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i");


/*.win  { font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }*/
/*.mac, .safari { font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }*/

/* ==========================================================
 font
========================================================== */
/*Noto SansJapanese Regular*/
@font-face {
  font-family: "Noto SansJapanese";
  src: url("../font/NotoSansCJKjp-Regular.otf") format("opentype"), url("/general/font/NotoSansCJKjp-Regular.woff") format("woff");
}

/*Noto SansJapanese Light*/
@font-face {
  font-family: "Noto SansJapanese Light";
  src: url("../font/NotoSansCJKjp-Light.otf") format("opentype"), url("/general/font/NotoSansCJKjp-Light.woff") format("woff");
}

/*Noto Serif Regular*/
@font-face {
  font-family: "Noto Serif";
  src: url("../font/NotoSerifCJKjp-Regular.otf") format("opentype"), url("/general/font/NotoSerifCJKjp-Regular.woff") format("woff");
}

.robo {font-family: 'Roboto Slab', serif;}
.mplus1p { font-family: "Mplus 1p"; }

.hannari { font-family: "Hannari"; }
.sawarabigothic { font-family: "Sawarabi Gothic"; }

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?hffpu1");
	src: url("../fonts/icomoon.eot?hffpu1#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?hffpu1") format("truetype"), url("../fonts/icomoon.woff?hffpu1") format("woff"), url("../fonts/icomoon.svg?hffpu1#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
	content: "\e909";
}

.icon-outline:before {
	content: "\e908";
}

.icon-mobile:before {
	content: "\e907";
}

.icon-printer:before {
	content: "\e901";
}

.icon-route:before {
	content: "\e902";
}

.icon-search:before {
	content: "\e906";
}

.icon-download:before {
	content: "\e903";
}

.icon-mail:before {
	content: "\e904";
}

.icon-map:before {
	content: "\e905";
}

.icon-reserve:before {
	content: "\e913";
}

.icon-tel:before {
	content: "\e914";
}

/**
 * 2. html, body
 */
* {
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

.page {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .1em;

	font-family: "Sawarabi Gothic", sans-serif;
/*
	font-family: "Lato", UDKakugo_SmallPr6-R, sans-serif;
*/
}

@media only screen and (max-width: 640px) {
	.page {
/*
		font-family: sans-serif;
*/
	}
}

em {
	font-style: normal;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

img[src*="_sp."] {
	display: none;
}

@media only screen and (max-width: 640px) {
	img[src*="_pc."] {
		display: none;
	}
	img[src*="_sp."] {
		display: inline;
	}
}

/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
a {
	background-color: transparent;
	color: #b2b2b2;
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
}

/* heading */
.siteTitle {
	/*dont use <h1> selector*/
}

.contentTitle {
	/*dont use <h2> selector*/
}

/* cap */
.cap, .caption {
	background: none;
	color: #888;
	font-size: 10px;
	line-height: 1.5;
}

@media only screen and (max-width: 640px) {
	.cap br, .caption br {
		display: none;
	}
}

.cap {
	padding-top: 5px;
}

/* common */
/* opacity */
.opacity {
	-webkit-transition: .5s;
	transition: .5s;
}

.opacity:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* image-to-text */
.image-to-text > span {
	display: none;
}

@media only screen and (max-width: 640px) {
	.image-to-text > img {
		display: none;
	}
	.image-to-text > span {
		display: inline;
	}
}

/* visible */
.pc-hidden, .sp-visible {
	display: none;
}

@media only screen and (max-width: 640px) {
	.pc-visible, .sp-hidden {
		display: none;
	}
	.pc-hidden, .sp-visible {
		display: block;
	}
}

/**
 * 4. Layout
 */
.wrap {
	width: 1000px;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	-webkit-transition: .5s;
	transition: .5s;
}

@media only screen and (max-width: 640px) {
	.wrap {
		width: auto;
		min-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* header */
.header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10000;
/*
	padding-right: 20px;
	padding-left: 20px;
*/
/*
	border-bottom: 3px solid #89c201;
*/
}

.header__utility {
	font-family: "Lato", UDKakugo_SmallPr6-R, sans-serif;
}

.header__utility > .wrap {
	position: relative;
	max-width: 100%;
	width: 100%;
	min-height: 80px;
	padding-right: 20px;
	padding-left: 20px;
}

.header.is-fixed {
	position: fixed;
	top: -190px;
	border-bottom: 0;
	background-color: rgba(255, 255, 255, .9);
	-webkit-transform: translateY(190px);
	transform: translateY(190px);
	-webkit-transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	/* gNav */
}

.header.is-fixed .header__utility > .wrap {
	min-height: 50px;
}

.header.is-fixed .siteTitle {
	padding-top: 8px;
	text-align: left;
}

.header.is-fixed .siteTitle a, .header.is-fixed .siteTitle div {
	color: #333;
}

.header.is-fixed .siteTitle p {
	margin-top: -8px;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
}

.header.is-fixed .shldrTxt {
	display: none;
}

.header.is-fixed .pNav {
	right: 20px;
}
.header.is-fixed .pNav__link-text {
	margin-top: 14px;
	margin-right: 15px;
}

.header.is-fixed .pNav__link-btn {
	margin-top: 10px;
}

.header.is-fixed .nav-link li a {
	color: #333;
}

.header.is-fixed .nav-link li a:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.header.is-fixed .nav-utillty li {
	font-size: 12px;
}

.header.is-fixed .nav-utillty li a {
	min-height: 25px;
	padding-top: 6px;
}

.header.is-fixed .nav-utillty li span {
	display: none;
}

.header.is-fixed .gNav li a {
/*
	padding-bottom: 9px;
*/
	color: #fff;
}

.header.is-fixed .gNav li a:hover, .header.is-fixed .gNav li a.is-active {
/*
	color: #89c201;
*/
	color: #333;
}

.header.is-fixed #mainContent {
	padding-top: 90px;
}

@media only screen and (max-width: 640px) {
	.header {
		position: fixed;
		padding-right: 0;
		padding-left: 0;
		border: 0;
		background-color: rgba(255, 255, 255, .7);
		-webkit-transition: .2s;
		transition: .2s;
	}
	.header.is-hide {
		top: -60px;
	}
	.header__utility {
		font-family: sans-serif;
	}
	.header__utility > .wrap {
		min-height: 60px;
	}
}

.siteTitle {
	padding-top: 25px;
	text-align: left;
/*
	text-align: center;
*/
	font-size: 22px;
}

.siteTitle a, .siteTitle div {
	display: inline-block;
	color: #333;
	text-decoration: none;
}

.siteTitle p {
	font-size: 12px;
	text-align: left;
}
@media only screen and (max-width: 1200px) {
	.siteTitle {
		padding-top: 30px;
		text-align: left;
	}
}
@media only screen and (max-width: 640px) {
	.siteTitle {
		padding-top: 10px;
		text-align: left;
	}
	.siteTitle p {
		margin-top: -6px;
		font-size: 10px;
	}
}

.shldrTxt {
	position: absolute;
	top: 12px;
	left: 20px;
	color: #888;
	font-size: 10px;
}

@media only screen and (max-width: 640px) {
	.shldrTxt {
		display: none;
	}
}

/* pNav */
.pNav {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

.pNav__link-text, .pNav__link-btn {
	float: left;
}

.pNav__link-text {
	margin-top: 12px;
	margin-right: 20px;
}

@media only screen and (max-width: 640px) {
	.pNav {
		display: none;
	}
}

.nav-link ul {
	font-size: 0;
}

.nav-link li {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	vertical-align: top;
}

.nav-link li a {
	display: block;
	position: relative;
	padding-left: 13px;
	color: #2b2b2b;
	text-decoration: none;
}

.nav-link li a:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	border-left: 8px solid #bdbdbd;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.nav-link li a:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.nav-utillty ul {
	overflow: hidden;
}

.nav-utillty li {
	float: left;
	font-size: 12px;
	line-height: 1;
/*
	font-weight: bold;
*/
	text-align: center;
}

.nav-utillty li a {
	display: block;
	width: 120px;
	min-height: 60px;
	padding-top: 13px;
	font-family: "Sawarabi Gothic";
	color: #333;
	text-decoration: none;
}

.nav-utillty li a:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.nav-utillty li span {
	display: block;
	margin-bottom: 7px;
	color: #333;
	font-size: 11px;
	letter-spacing: 0.5px;
}

.nav-utillty .nav-utillty__greet a {
	background-color: #c6d79c;
}
.nav-utillty .nav-utillty__greet a:hover {
	background-color: #c6d79c;
}

.nav-utillty .nav-utillty__access a {
	background-color: #aed550;
}
.nav-utillty .nav-utillty__access a:hover {
	background-color: #aed550;
}

.nav-utillty .nav-utillty__equipment a {
	background-color: #83bd1d;
}

.nav-utillty .nav-utillty__equipment a:hover {
	background-color: #83bd1d;
}

.nav-utillty .nav-utillty__app a {
	background-color: #83bd1d;
	color: #fff;
}

.nav-utillty .nav-utillty__app a:hover {
	background-color: #83bd1d;
}

.nav-utillty .nav-utillty__contact a {
	background-color: #fcc800;
/*
	color: #fff;
*/
}

.nav-utillty .nav-utillty__contact a:hover {
	background-color: #fcc800;
}

.nav-utillty .nav-utillty__reserve a {
	background-color: #89c201;
	color: #fff;
}
.nav-utillty .nav-utillty__reserve a span {
	color: #fff;
}

.nav-utillty .nav-utillty__reserve a:hover {
	background-color: #89c201;
/*
	background-color: #cca283;
*/
}

/* hNav */
.hNav {
	display: none;
	position: absolute;
	top: 8px;
	right: 15px;
}

.hNav ul {
	overflow: hidden;
	vertical-align: middle;
}

.hNav li {
	overflow: hidden;
	position: relative;
	display: table-cell;
	width: 45px;
	height: 35px;
	font-size: 26px;
	text-align: center;
}

.hNav li a {
	display: block;
	height: 100%;
	text-decoration: none;
}

.hNav li i:before {
	color: #333;
}

.hNav .hNav__line {
	vertical-align: middle;
}
.hNav .hNav__line a {
	display: block;
	width: 32px;
	margin: auto;
	padding-top: 1px;
}
.hNav .hNav__tel a {
	padding-top: 6px;
}
.hNav .hNav__menu {
	width: 30px;
}

@media only screen and (max-width: 640px) {
	.hNav {
		display: block;
	}
}

/* menu */
.menu > div {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 20px;
	height: 14px;
	margin: -8px auto 0;
	text-indent: -9999px;
	cursor: pointer;
}

.menu span, .menu > div:before, .menu > div:after {
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background-color: #333;
	-webkit-transition: .5s;
	transition: .5s;
}

.menu > div:before, .menu > div:after {
	content: "";
}

.menu span {
	top: 50%;
	margin-top: -1px;
}

.menu > div:before {
	top: 0;
}

.menu > div:after {
	bottom: 0;
}

.menu.is-active span {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.menu.is-active > div:before {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}

.menu.is-active > div:after {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}

/* gNav */
.gNav > .overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

.gNav {
	position: relative;
	background: #89c201;
}
.gNav ul {
	overflow: hidden;
	font-size: 0;
	text-align: center;
}

.gNav li {
	display: inline-block;
	position: relative;
	width: 20%;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	-webkit-transition: .5s;
	transition: .5s;
}

.gNav li a {
	display: block;
	padding: 16px 15px;
	color: #fff;
	text-decoration: none;
}

.gNav li a:hover,
.gNav li a.is-active {
	padding: 22px 15px 10px;
	background: #fff;
}
.gNav li a:hover,
.gNav li a.is-active {
	color: #89c201;
	background: #fff;
}
.gNav li a:hover,
.gNav li a.is-active {
	color: #333;
}

.gNav li a:hover span,
.gNav li a.is-active span {
	top: 8px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*
.gNav li a.is-active, .gNav li a.is-nonactive {
	pointer-events: none;
}
*/
.gNav li a.is-nonactive {
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.gNav li span {
	position: absolute;
	top: -15px;
	right: 0;
	left: 0;
	color: #89c201;
	font-size: 10px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .2s;
	transition: .2s;
}


.gNav .gNav__access, .gNav .gNav__equipment, .gNav .gNav__greet, .gNav .gNav__contact {
	display: none;
}

	.header .gNav .keyboard {
		position: absolute;
		bottom: -36px;
		right: 20px;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.header.is-fixed .gNav .keyboard {
		filter:alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}
@media only screen and (max-width: 640px) {
	.gNav {
		display: none;
		background-color: rgba(255, 255, 255, .7);
	}
	.gNav > .overlay {
		display: block;
	}
	.gNav > .wrap {
		padding-right: 0;
		padding-left: 0;
	}
	.gNav li {
		float: left;
		width: 50%;
	}
	.gNav li a {
		padding: 16px 0;
		color: #333;
	}
	.gNav li a:hover {
		padding: 16px 0;
	}
	.gNav li a:hover span, .gNav li a.is-active span {
		color: #89c201;
	}
	.gNav li span {
		display: block;
		position: static;
		top: 0;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		color: #333;
	}
	.gNav li a:hover span {
		position: static;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	.gNav .gNav__access, .gNav .gNav__equipment, .gNav .gNav__greet, .gNav .gNav__contact {
		display: block;
	}
}

@media only screen and (max-width: 640px) {
	.gNav li {
		width: 50%;
	}
}

/* main */
#mainContent {
	position: relative;
	padding-top: 130px;
	-webkit-transition: .5s;
	transition: .5s;

	background: url(../imgs/bg-02.png) center top;
}

@media only screen and (max-width: 640px) {
	#mainContent {
		padding-top: 60px;
	}
}

.contents {
/*
	margin-right: 20px;
	margin-left: 20px;
*/
}

@media only screen and (max-width: 640px) {
	.contents {
		margin-right: 0;
		margin-left: 0;
	}
}

/* breadcrumb  */
.breadcrumb {
	position: relative;
	padding-top: 12px;
	padding-bottom: 10px;
	background: #f1f1f1;
	border-bottom: solid 1px #ccc;
/*
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCffffff,endColorstr=#CCffffff); 
	background: rgba(255, 255, 255, 0.8);
*/
}
.breadcrumb:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}

.breadcrumb ul {
	font-size: 0;
}

.breadcrumb li {
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
}

.breadcrumb li + li:before {
	content: ">";
	margin-right: 5px;
	margin-left: 5px;
}

.breadcrumb li a {
	text-decoration: none;
	color: #000;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 640px) {
	.breadcrumb {
		display: none;
		margin-right: 0;
		margin-left: 0;
		padding-top: 10px;
	}
}

/* pagetop */
.pagetop {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
	text-indent: -9999px;
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: .5s;
	transition: .5s;
}

.pagetop.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.pagetop.is-fixed {
	position: fixed;
}

.pagetop a {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #888;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, .7);
}

.pagetop a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 11px;
	margin-top: -2px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	-webkit-transform: translateX(-50%) scaleY(1.3) rotate(45deg);
	transform: translateX(-50%) scaleY(1.3) rotate(45deg);
	-webkit-transition: .5s;
	transition: .5s;
}

.pagetop a:hover {
	border: 1px solid #333;
	background-color: rgba(51, 51, 51, .7);
}

.pagetop a:hover:before {
	border-top-color: #fff;
	border-left-color: #fff;
}

@media only screen and (max-width: 640px) {
	.pagetop {
		bottom: 10px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: none;
		transition: none;
	}
	.pagetop.is-fixed {
		bottom: 63px;
	}
	.pagetop a {
		width: 40px;
		height: 40px;
	}
	.pagetop a:before {
		width: 9px;
		height: 9px;
		margin-top: -2px;
	}
}

/* list */
.list-btn {
	margin-top: 50px;
}

.list-btn ul {
	margin-top: -10px;
	margin-left: -20px;
	font-size: 0;
	text-align: center;
}

.list-btn li {
	display: inline-block;
	width: 234px;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 10px;
	font-weight: bold;
}

.list-btn .btn {
	padding-top: 14px;
}



@media only screen and (max-width: 640px) {
	.list-btn {
		display: none;
	}
	.btn01 {
		display: inline-block;
		width:100%;
		margin-right:-58px;
		margin-top:26px;
}
}


@media only screen and (max-width: 350px) {
	.btn01 {
		margin-top:5px;
	}
}



/* footer*/
.footer {
	padding-top: 30px;
	border-top: 3px solid #89c201;
}

.footer__contact {
	margin-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	color: #000;
	border-bottom: 1px solid #ddd;
}

.footer__contact .contact__tel {
	font-size: 40px;
	line-height: 1.3;
}

.footer__contact .contact__time {
	margin-top: 15px;
	font-size: 10px;
}

.footer__contact .contact__mail {
	margin-top: 20px;
	font-size: 12px;
}

.footer__contact .contact__mail a {
	display: inline-block;
	width: 193px;
	padding: 9px 5px;
	border: 1px solid #888;
	color: #333;
	text-decoration: none;
}

.footer__contact .contact__mail a i {
	margin-right: 5px;
	vertical-align: -1px;
}

.footer__contact .contact__mail a:hover {
	background-color: #888;
	color: #fff;
}

.footer__contact .contact__mail a:hover i {
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
}

.footer__headline {
	overflow: hidden;
	margin-top: 45px;
	margin-bottom: 25px;
	text-align: center;
}

.footer__headline:first-child {
	margin-top: 0;
}

.footer__headline > span {
	display: inline-block;
	position: relative;
}

.footer__headline > span:before, .footer__headline > span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	border-top: 1px solid #e7e7e7;
}

.footer__headline > span:before {
	right: 100%;
	left: -1000px;
	margin-right: 10px;
}

.footer__headline > span:after {
	right: -1000px;
	left: 100%;
	margin-left: 10px;
}

.footer__bnr {
	overflow: hidden;
	margin-top: 45px;
}

.footer__bnr ul {
	margin-top: -2px;
	margin-left: -10px;
	font-size: 0;
}

.footer__bnr li {
	float: left;
	width: 240px;
	margin-top: 2px;
	margin-left: 10px;
	font-size: 14px;
	vertical-align: top;
}

.footer__bnr li a:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.footer__company {
	margin-top: 45px;
	padding-bottom: 20px;
}

.footer__company > .wrap {
	position: relative;
}

.footer__logo {
	position: relative;
	display: inline-block;
}

.footer__logo span {
	display: block;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 10px;
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

.footer .copyright {
	margin-top: 15px;
	color: #333;
	font-size: 10px;
	font-family: "Lato", UDKakugo_SmallPr6-R, sans-serif;
}

.footer .copyright br {
	display: none;
}

.footer__btn {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
/*
	border-top: 3px solid #fff;
*/
	/*background-color: #89c201;*/
}

.footer__btn ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

	padding: 10px;
}
.footer__btn li {
	float: left;
	width: calc(50% - 10px);
	font-size: 16px;
	text-align: center;
	background-color: #89c201;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.footer__btn li:only-child {
	width: 100%;
}

.footer__btn li.line {
	background-color: #00c300;
}
.footer__btn li.line img {
	position: relative;
	top: -1px;
	width: 22px;
}
.footer__btn li a {
	display: block;
	padding: 8px 10px;
	color: #fff;
	text-decoration: none;
}

.footer__btn li i {
	vertical-align: -1px;
}

.footer__btn li i.icon-mobile {
	margin-right: 5px;
}

.footer__btn li i.icon-reserve {
	margin-right: 10px;
}

.footer__btn li i.icon-request{
	background-color: #89c201;
}

.footer__btn li.login{
	background-color: #bdadad;
}

@media only screen and (max-width: 640px) {
	.footer {
		padding-top: 0;
		padding-bottom: 43px;
		border-top: 0;
	}
	.footer__contact {
		display: none;
	}
	.footer__headline {
		display: none;
	}
	.footer__bnr {
		margin-top: 20px;
	}
	.footer__bnr > .wrap {
		overflow: hidden;
/*
		padding-right: 0;
		padding-left: 0;
*/
	}

	.footer__bnr ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
/*
		display: inline;
		overflow: hidden;
*/
		margin-top: 0;
		margin-left: 0;
		white-space: normal;
	}
	.footer__bnr li {
		width: 48%;
		margin-left: 0;
	}
	.footer__bnr li:nth-child(n+3) {
		margin-top: 20px;
	}
	.footer__bnr li img {
		width: 100%;
	}
	.footer__company {
		margin-top: 30px;
		padding-bottom: 30px;
		text-align: center;
	}
	.footer__logo {
		position: relative;
		display: inline-block;
		text-align: left;
	}
	.footer__logo span {
		margin-left: 0;
	}
	.footer .copyright br {
		display: block;
	}
	.footer__btn {
		display: block;
	}
}

/* nav-footer */
.nav-footer__link {
	font-size: 0;
	text-align: center;
}

.nav-footer__link li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	color: #888;
	font-size: 12px;
	line-height: 1.1;
	vertical-align: top;
}

.nav-footer__link li a {
	position: relative;
	display: block;
	color: #888;
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
}

.nav-footer__link li a:hover, .nav-footer__link li a.is-active {
	color: #89c201;
}

/*
.nav-footer__link li a:hover,
*/
/*
.nav-footer__link li a.is-active:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #89c201;
}
*/

.nav-footer__link li a.is-active {
	pointer-events: none;
}

.nav-footer__link li a > img {
	display: none;
}

.nav-footer__link li > span {
	color: #d5d5d5;
}

.nav-footer__link li.state-off a {
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	pointer-events: none;
}

.nav-footer__contact {
	display: none;
}

@media only screen and (max-width: 640px) {
	.nav-footer > .wrap {
		overflow: hidden;
		padding-right: 0;
		padding-left: 0;
	}
	.nav-footer__link {
		overflow: hidden;
		position: relative;
		margin-right: -1px;
		margin-bottom: -1px;
		border-top: 1px solid #e5e5e5;
		background-color: #f7f7f7;
		text-align: left;
	}
	.nav-footer__link:before {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		border-bottom: 1px solid #e5e5e5;
	}
	.nav-footer__link li {
		display: block;
		float: left;
		width: 50%;
		margin-right: 0;
		margin-left: 0;
		border-bottom: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		color: #333;
		font-size: 10px;
		letter-spacing: normal;
	}
	.nav-footer__link li a {
		position: relative;
		display: block;
		color: #333;
		padding: 5px 25px 5px 10px;
	}
	.nav-footer__link li a:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 8px;
		height: 8px;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		-webkit-transform: translateY(-50%) scaleX(.8) rotate(45deg);
		transform: translateY(-50%) scaleX(.8) rotate(45deg);
	}
	.nav-footer__link li a:hover, .nav-footer__link li a.is-active {
		background-color: #e5e5e5;
		color: #333;
		font-weight: normal;
	}
	.nav-footer__link li a > img {
		display: inline-block;
		width: 35px;
	}
	.nav-footer__link li a > span {
		position: absolute;
		top: 50%;
		left: 50px;
		right: 15px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.nav-footer__link li > span {
		display: none;
	}
	.nav-footer__link li.state-off {
		display: none;
	}
	.nav-footer__contact {
		overflow: hidden;
		display: block;
		margin-top: 15px;
		border-bottom: 3px solid #e5e5e5;
		background-color: #333;
	}
	.nav-footer__contact li {
		float: left;
		width: 50%;
		border-top: 1px solid #666;
		border-left: 1px solid #666;
		color: #fff;
		font-size: 10px;
		line-height: 1.1;
		letter-spacing: normal;
	}
	.nav-footer__contact li:first-child {
		border-top: 0;
	}
	.nav-footer__contact li a {
		position: relative;
		display: block;
		color: #fff;
		padding: 5px 25px 5px 10px;
	}
	.nav-footer__contact li a:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: translateY(-50%) scaleX(.8) rotate(45deg);
		transform: translateY(-50%) scaleX(.8) rotate(45deg);
	}
	.nav-footer__contact li a > i {
		display: inline-block;
		width: 35px;
		height: 35px;
		font-size: 24px;
		text-align: center;
		line-height: 35px;
	}
	.nav-footer__contact li a > i.icon-mail {
		font-size: 18px;
	}
	.nav-footer__contact li a > span {
		position: absolute;
		top: 50%;
		left: 50px;
		right: 15px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

/* btn */
.btn {
	display: block;
	min-height: 60px;
	padding-top: 9px;
	color: #333;
	line-height: 1.2;
	text-decoration: none;
}

.btn span {
	display: block;
	margin-bottom: 8px;
	color: #333;
	font-size: 12px;
}

.btn--default {
	width: 230px;
	padding-top: 0;
	background-color: #e6e6e6;
	color: #000333;
	font-size: 16px;
	line-height: 60px;
}

.btn--default .icon {
	margin-right: 20px;
	font-size: 28px;
	vertical-align: -6px;
}

.btn--default .icon-route {
	margin-right: 10px;
	font-size: 34px;
}

.btn--default:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.btn--double {
	line-height: 1.3;
}

.btn--double > i {
	vertical-align: 3px !important;
}

.btn--double > span {
	display: inline-block;
	margin-top: 10px;
	font-size: 16px;
	text-align: left;
}

.btn--app, .btn--request, .btn--reserve, .btn--login {
	color: #fff;
}

.btn--app span, .btn--request span, .btn--reserve span, .btn--login span {
	margin-bottom: 4px;
	font-size: 14px;
}

.btn--app:hover, .btn--request:hover, .btn--reserve:hover, .btn--login:hover {
	color: #fff;
}

.btn--app {
	background-color: #758996;
}

.btn--app:hover {
	background-color: #758996;
}
.btn--login {
	background-color: #bbadac;
}

.btn--login:hover {
	background-color: #bbadac;
}

.btn--request {
	background-color: #89c201;
}

.btn--request:hover {
	background-color: #89c201;
}

.btn--reserve {
	background-color: #89c201;
}

.btn--reserve:hover {
	background-color: #89c201;
}

@media only screen and (max-width: 640px) {
	.btn--default {
		width: auto;
		background-color: transparent;
		color: #888;
		font-size: 12px;
		line-height: 1.5;
		text-align: center;
	}
	.btn--default .icon {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
		color: #89c201;
		font-size: 32px;
		vertical-align: top;
	}
	.btn--default .icon-route {
		margin-right: 0;
		font-size: 32px;
	}
	.btn--default:hover {
		opacity: .7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}
}

/* content-headline */
.content-headline {
	margin-bottom: 30px;
	text-align: center;
}

.content-headline > .wrap {
	padding-top: 40px;
	padding-bottom: 30px;
}

.content-headline__image {
	position: relative;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.content-headline__image img {
	max-width: none;
}

.content-headline__caption {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
}

.content-headline__caption--rev {
	right: auto;
	left: 10px;
}

.content-headline__visual img {
	width: 100%;
}

.content-headline__headline {
	font-size: 28px;
	font-weight: bold;
}

.content-headline__lead {
	margin-top: 20px;
	line-height: 2.0;
}

@media only screen and (max-width: 640px) {
	.content-headline {
		text-align: left;
	}
	.content-headline > .wrap {
		padding-top: 30px;
		background-color: #e6d8cf;
	}
	.content-headline__image {
		overflow: hidden;
	}
	.content-headline__image img {
		position: relative;
		max-width: 100%;
		min-width: 500px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.content-headline__headline {
		font-size: 22px;
		font-weight: normal;
	}
	.content-headline__headline br {
		display: none;
	}
	.content-headline__lead {
		margin-top: 15px;
	}
	.content-headline__lead br {
		display: none;
	}
	.content-headline--no-visual > .wrap {
		background-color: transparent;
	}
	.content-headline--no-visual .content-headline__headline {
		color: #89c201;
	}
}

/**
 * 5. ModuleStyle
 */
/* headline */
.headline-01 {
	color: #89c201;
	font-size: 22px;
}

.headline-02 {
	color: #d6baa3;
	font-size: 18px;
}

.headline-main {
	font-size: 28px;
	font-weight: 300;
	text-align: center;
}

.headline-border {
	position: relative;
	padding-right: 80px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d6d6d6;
	color: #89c201;
	font-size: 18px;
	line-height: 1.3;
}

.headline-border > em {
	margin-right: .5em;
	font-size: 30px;
}

.headline-border > em > span {
	margin-right: .5em;
	font-size: 24px;
}

.headline-border > em sup {
	font-size: 50%;
}

.headline-border__type {
	display: block;
	position: absolute;
	right: 0;
	bottom: 5px;
	color: rgba(186, 140, 100, .5);
	font-size: 20px;
	font-weight: 300;
	letter-spacing: .1em;
}

.headline-border__type > em {
	font-size: 21px;
	font-weight: 900;
}

@media only screen and (max-width: 640px) {
	.headline-border {
		padding-right: 55px;
		font-size: 16px;
	}
	.headline-border > em {
		display: inline-block;
		font-size: 16px;
	}
	.headline-border > em > span {
		font-size: 16px;
	}
	.headline-border > em sup {
		font-size: 50%;
		-webkit-transform: scale(.6);
		transform: scale(.6);
	}
	.headline-border__type {
		position: static;
		margin-bottom: 5px;
		font-size: 13px;
	}
	.headline-border__type > em {
		font-size: 14px;
	}
}

.headline-03 {
	color: #333;
	font-size: 26px;
}

@media only screen and (max-width: 640px) {
	.headline-03 {
		font-size: 20px;
	}
}

/* text */
.text-lh-wide {
	line-height: 2.0;
}

@media only screen and (max-width: 640px) {
	.text-lh-wide {
		line-height: 1.5;
	}
}

/* media */
.media {
	overflow: hidden;
}

.media__image {
	float: left;
	margin-right: 30px;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
}

.media__image--rev {
	float: right;
	margin-right: 0;
	margin-left: 30px;
}

.media__text {
	overflow: hidden;
}

@media only screen and (max-width: 640px) {
	.media__image {
		float: none;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.media__image--rev {
		float: none;
		margin-left: 0;
	}
}

/* media-vertical */
.media-vertical {
	display: table;
	width: 100%;
}

.media-vertical__text, .media-vertical__image {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: .5s;
	transition: .5s;
}

.media-vertical__text {
	padding-right: 30px;
}

.media-vertical__image + .media-vertical__text {
	padding-right: 0;
	padding-left: 30px;
}

@media only screen and (max-width: 640px) {
	.media-vertical__text, .media-vertical__image {
		display: block;
	}
	.media-vertical__text + .media-vertical__image, .media-vertical__image + .media-vertical__text {
		margin-top: 30px;
	}
	.media-vertical__text {
		padding-right: 0;
	}
	.media-vertical__image + .media-vertical__text {
		padding-left: 0;
	}
}

/* grid */
.grid {
	margin-top: -25px;
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
}

.grid__item {
	display: inline-block;
	margin-top: 25px;
	font-size: 14px;
	letter-spacing: .1em;
	word-spacing: normal;
	vertical-align: top;
	-webkit-transition: .5s;
	transition: .5s;
}

.grid__item--1of2 {
	width: 50%;
}

.grid__item--1of3 {
	width: 33.333%;
}

.grid__item--1of4 {
	width: 25%;
}

.grid__photo img {
	width: 100%;
}

.grid__photo a:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.grid__headline {
	font-size: 18px;
}

.grid__caption {
	margin-top: 7px;
	color: #89c201;
	font-size: 12px;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.grid__item--1of2 {
		width: 100%;
		margin-top: 40px;
	}
	.grid__item--1of2:first-child {
		margin-top: 0;
	}
	.grid__item--1of3 {
		width: 100%;
		margin-top: 40px;
	}
	.grid__item--1of3:first-child {
		margin-top: 0;
	}
	.grid__item--1of4 {
		width: 48.361%;
		margin-top: 3.279%;
		margin-left: 3.279%;
	}
	.grid__item--1of4:nth-child(odd) {
		margin-left: 0;
	}
	.grid__item--1of4:nth-child(-n+2) {
		margin-top: 0;
	}
	.grid__headline {
		font-size: 16px;
	}
	.grid__caption {
		font-size: 10px;
		text-align: left;
	}
}


/* list-inline */
.list-inline {
	padding-top: 50px;
}

.list-inline ul {
	margin-right: -20px;
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
	text-align: center;
}

.list-inline li {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

@media only screen and (max-width: 640px) {
	.list-inline {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.list-inline ul {
		margin-right: 0;
	}
	.list-inline li {
		width: 50%;
		margin-right: 0;
	}
	.list-inline .list-inline__print {
		display: none;
	}
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-slider button {
	outline: 0;
	background-color: transparent;
	cursor: pointer;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: 0;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: inline;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: inline-block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* slick-arrow */
.slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 20px;
	height: 40px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slick-prev:before, .slick-next:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 23px;
	height: 23px;
	border-top: 3px solid rgba(186, 140, 100, .8);
	border-right: 3px solid rgba(186, 140, 100, .8);
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
}

.slick-prev:hover:before, .slick-next:hover:before {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.slick-prev {
	left: 0;
}

.slick-prev:before {
	left: 5px;
	-webkit-transform: translateY(-50%) scaleY(1.1) rotate(225deg);
	transform: translateY(-50%) scaleY(1.1) rotate(225deg);
}

.slick-next {
	right: 0;
}

.slick-next:before {
	right: 5px;
	-webkit-transform: translateY(-50%) scaleY(1.1) rotate(45deg);
	transform: translateY(-50%) scaleY(1.1) rotate(45deg);
}

/* slick-dots */
.slick-dots {
	display: block;
	margin-top: 10px;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots li button {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	font-size: 0;
	line-height: 0;
	border: 1px solid #d6d6d6;
}

.slick-dots li.slick-active button {
	border-color: #89c201;
	background-color: #89c201;
}

@media only screen and (max-width: 640px) {
	/* slick-arrow */
	.slick-prev:before, .slick-next:before {
		width: 10px;
		height: 10px;
		border-top-color: 2px;
		border-right-color: 2px;
	}
	.slick-prev {
		left: -10px;
	}
	.slick-prev:before {
		left: 5px;
		-webkit-transform: translateY(-50%) scaleY(1.5) rotate(225deg);
		transform: translateY(-50%) scaleY(1.5) rotate(225deg);
	}
	.slick-next {
		right: -10px;
	}
	.slick-next:before {
		right: 5px;
		-webkit-transform: translateY(-50%) scaleY(1.5) rotate(45deg);
		transform: translateY(-50%) scaleY(1.5) rotate(45deg);
	}
}

/* modal */
.modal {
	position: relative;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: -1;
}

.modal.is-active {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index: 20000;
}

.modal.is-active .modal__overlay {
	display: block;
}

.modal__overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20001;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.modal__inner {
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 50px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20002;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 50px 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	transition: .5s;
}

.modal__inner.is-active {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.modal__close {
	position: absolute;
	top: 0;
	right: 10px;
	width: 40px;
	height: 40px;
	border: 1px solid #333;
	border-radius: 40px;
	color: #333;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
}

.modal__close:before, .modal__close:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	border: 1px solid #333;
}

.modal__close:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (max-width: 640px) {
	.modal__inner {
		top: 0;
		right: 0;
		left: 0;
		width: auto;
		padding: 60px 30px 0;
	}
	.modal__close {
		top: 10px;
	}
}


body #gHeader #gNav ul li.new .iconNew {
    position: absolute;
    right: 0;
    top: 0px;
    display: inline-block;
    color: #fff;
    font-size: 6px;
    line-height: 6px;
    border: 1px solid #ee0000;
    background-color: #ff0000;
    padding: 2px 2px;
}

	.clmBox {
		overflow: hidden;
	}
	.clmBox > div {
		float: left;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.clmBox.clm2 {
		margin-top: -20px;
		margin-left: -2%;
	}
	.clmBox.clm2 > div {
		width: 48%;
		margin-top: 20px;
		margin-left: 2%;
	}

	.clmBox.clm3 {
		margin-top: -40px;
		margin-left: -3%;
	}
	.clmBox.clm3 > div {
		width: 30.33%;
		margin-top: 40px;
		margin-left: 3%;
	}

	.clmBox.clm4 {
		margin-top: -10px;
	}
	.clmBox.clm4 > div {
		width: 25%;
		margin-top: 10px;
		padding-right: 1px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

	.clmBox > div.cl {
		clear: left;
	}
@media only screen and (max-width: 640px) {
	.clmBox.clm2 {
		margin-left: 0;
	}
	.clmBox.clm2 > div {
		float: none;
		width: auto;
		margin-left: 0;
	}

	.clmBox.clm3 {
		margin-left: 0;
	}
	.clmBox.clm3 > div {
		float: none;
		width: auto;
		margin-left: 0;
	}

	.clmBox.clm4 {
	}
	.clmBox.clm4 > div {
		width: 50%;
	}

	.clmBox > div.cl {
		clear: none;
	}
	.clmBox > div.clsp {
		clear: left;
	}
}

	.btn__addline {
		display: none;
	}
@media only screen and (max-width: 640px) {
	.btn__addline {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 100%;
		max-width: 320px;
		height: 64px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 20px;
		background: #00c300;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		text-align: center;
	}
	.btn__addline:hover {
		color: #fff;
	}
	.btn__addline img {
		position: relative;
		top: 2px;
		display: inline-block;
		width: 30px;
		margin-right: 10px;
	}
}

	.lineContact {
		margin-top: 20px;
	}
	.lineContact a {
		display: block;
		width: auto;
		background: transparent;
		margin-left: auto;
		margin-right: auto;
		text-decoration: none;
	}
	.lineContact a img {
		width: 40px;
	}
	.lineContact a span {
		display: inline-block;
		margin-top: 5px;
		margin-left: 10px;
		font-size: 16px;
		color: #00c300;/* 00c300 */
		vertical-align: top;
	}


