@charset "UTF-8";
/*----------------------------------------------------
	☆Uniq Common Rules
	
bgColor #FFFFF3
theme color #FFFFF3
sub color #FFFFF3
color #333
title color #7A99B2
link color #448EE3

masking layer color #fcfff0;

transition:.2s;
	
	
----------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
body {
	font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 100%;
	min-width: 320px;
}
.gosi {
	/*font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;*/
	font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.min {
	font-family: 游明朝, 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 ProN W3, ヒラギノ明朝 Pro W3, HiraMinProN-W3, HG明朝E, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, ヒラギノ明朝 Pro W6, ＭＳ Ｐ明朝, MS PMincho, MS 明朝, serif;
}
.en1 {
	font-family: 'Questrial', "Times New Roman", Times, sans-serif;
	letter-spacing: 0.1em;
}
.en2 {
	font-family: 'Merriweather', "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}
a {
	/*text-decoration: underline;*/
	cursor: pointer;
	outline: none;
}
a:link {
	/*	text-decoration: underline;*/
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
#contents p {
	line-height: 1.7;
}
ul, ol {
	list-style-type: none;
}
ul li, ol li, dl {
	line-height: 1.7;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.7;
}
::selection {
	background-color: #888;
	color: #FFFFF3; /* Safari */
}
::-moz-selection {
background-color: #888;
color: #FFFFF3; /* Firefox */
}
h1, h2, h3, h4, h5, h6, pre, li, dt, dd, th, td, p {
	font-size: 100%;
}
/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/


.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* for IE 6/7 only */
}
/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/


br.clear_noie {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}
br.clear_all {
	clear: both;
	line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear_noie {
	display: block!important;
	content: " ";
}
}
div.clear_noie {
	clear: both;
	line-height: 0px;
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/


#topcontrol {
	z-index: 100;
}
#topcontrol a {
	background: url(../cmn_js/scrolltop/scrollup.png) center center no-repeat;
	background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
 *background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
	_background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
	font-size: 0;
	display: block;
	height: 60px;
	width: 60px;
	background-size: 50px 50px;
	opacity: 0.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
#topcontrol a:hover {
	background-size: 60px 60px;
	opacity: 1;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}
/*----------------------------------------------------
	☆base 要素
----------------------------------------------------*/



figure {
	line-height: 0;
}
img {
	max-width: 100%;
}
.spEle {
	display: none !important;
}
.inrBox {
	max-width: 1010px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}
.kanda:hover {
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.mdSpan {
	position: relative;
}
.mdSpan i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	line-height: 0 !important;
	margin-top: -110px;
	padding-top: 110px;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- HEADER --*/




.header-ul {
	float: left;
}
.header-ul li {
	float: left;
}
.header-ul li a {
	display: block;
	padding: 15px 15px;
	line-height: 1.2 !important;
	text-align: center;
	box-sizing: border-box;
	color: #000000;
	text-decoration: none;
	border-right: 1px solid #ccc;
}
.header-ul li a:hover {
	background-color: #eee;
}
.header-ul li a span {
	display: block;
}
.header-ul li a .en2 {
	font-size: 13px;
}
.header-ul li a .jp {
	font-size: 12px;
	color: #7e7e7e;
}
.pcHeeader {
	position: relative;
}
.header-btn-box {
	max-width: 630px;
	width: 40%;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	text-align: center;
}
.header-btn-box .header-btn01 {
	width: 55%;
	box-sizing: border-box;
	padding: 0 5px;
	float: left;
}
.header-btn-box .header-btn02 {
	width: 45%;
	box-sizing: border-box;
	padding: 0 5px;
	float: left;
}
.header-mark {
	width: 140px;
	position: absolute;
	left: 10px;
	top: 30px;
	z-index: 10;
}
.header-mark a {
	display: block;
	line-height: 0;
}
.menu-logo {
	text-align: center;
}
.menu-logo a {
	display: block;
	line-height: 0 !important;
	padding: 10px 40px;
}
.menu-zone .contact-bnr-zone {
	padding: 5px 3px;
}
.menu-ul02 {
	background-color: #f1f1f1;
}
.menu-ul02 li a {
	display: block;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	padding: 10px 20px;
}
.menu-ul02 li a span {
	display: block;
	line-height: 1.2 !important;
	font-size: 12px;
}
.menu-ul02 li a .en2 {
	font-size: 18px;
}
#drawer-menu-btn {
	display: none !important;
	background-color: rgba(255,255,255,0.50);
	top: 10px;
	right: 10px;
}
/*-- FOOTER --*/


footer {
	background-color: #f6e9f0;
}
.footer-bnr-zone {
	background-color: rgba(0,0,0,0.70);
	box-sizing: border-box;
	width: 100%;
	/*height: 60px;*/
	position: fixed;
	z-index: 99;
	left: 0;
	bottom: 0;
	padding-top: 5px;
}
.footer-bnr-zone ul {
	text-align: center;
	font-size: 0;
	margin: 0 auto 3px;
	box-sizing: border-box;
}

.footer-bnr-zone:after{
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:4px 10px 2px;
	color: #FFFFFF;
	background-color:#000000;
	content:"平日11:00-20:00/土日祝10:00-20:00 定休日:火曜日";
	text-align:center;
	font-size:11px;
	font-weight:bold;
	}

.footer-bnr-zone ul li {
	display: inline-block;
	width: 48%;
	margin: 0 0.5%;
}
.footer-bnr-zone ul li a {
	display: block;
	background-color: #FFBDBF;
	box-sizing: border-box;
	padding: 5px 10px 8px;
	border-radius: 3px;
	line-height: 0 !important;
}
.footer-bnr-zone ul li:nth-child(1) a {
	border: 1px solid #87e4aa;
	background: rgb(70,213,124);
	background: -moz-linear-gradient(top, rgba(70,213,124,1) 0%, rgba(37,187,93,1) 100%);
	background: -webkit-linear-gradient(top, rgba(70,213,124,1) 0%, rgba(37,187,93,1) 100%);
	background: linear-gradient(to bottom, rgba(70,213,124,1) 0%, rgba(37,187,93,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46d57c', endColorstr='#25bb5d', GradientType=0 );
}
.footer-bnr-zone ul li:nth-child(2) a {
	border: 1px solid #f397ba;
	background: rgb(236,94,148);
	background: -moz-linear-gradient(top, rgba(236,94,148,1) 0%, rgba(217,38,105,1) 100%);
	background: -webkit-linear-gradient(top, rgba(236,94,148,1) 0%, rgba(217,38,105,1) 100%);
	background: linear-gradient(to bottom, rgba(236,94,148,1) 0%, rgba(217,38,105,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5e94', endColorstr='#d92669', GradientType=0 );
}
.footer-bnr-zone ul li a img {
	width: 120px;
}
footer .footer-inr {
	box-sizing: border-box;
	padding: 40px 10px;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #f8f7f2;
}
footer .footer-p01 {
	text-align: center;
	line-height: 0 !important;
	max-width: 100px;
	margin: 0 auto 20px;
}
footer .footer-p02 {
	text-align: center;
	font-size: 22px;
	line-height: 1.5;
}
footer .footer-p03 {
	text-align: center;
	margin: 0 auto 10px;
	line-height: 1.7 !important;
}

footer .footer-p03 span{
	display:inline-block;
	text-align:left;
	}


.map-wrapper {
	margin: 0 auto 20px;
	max-width: 400px;
}
.map-wrapper .map-box {
	position: relative;
	width: 100%;
	padding-top: 80%;
}
.map-wrapper .map-box > * {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
footer .footer-p04 {
	text-align: center;
	margin: 0 auto 30px;
}
footer .footer-p04 a {
	color: #000000;
	position: relative;
	padding-left: 20px;
	display: inline-block;
	font-weight: bold;
}
footer .footer-p04 a:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 6px solid #000000;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
footer .footer-p05 {
	text-align: center;
	margin: 0 auto 20px;
}
footer .footer-p05 a {
	display: inline-block;
	line-height: 0 !important;
	max-width: 130px;
}
footer .footer-p06 {
	text-align: center;
	line-height: 1.4 !important;
}
.copy-right {
	background-color: #000000;
	color: #fff;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0 3px;
}

.footer-dl01{
	max-width:600px;
	margin:0 auto 20px;
	}


.footer-dl01 dt{
	text-align:center;
	font-weight:bold;
	margin:0 auto 5px;
	}

.footer-dl01 dd{
	text-align:left;
	box-sizing:border-box;
	padding-left:1em;
	text-indent:-1em;
	}



/*-- 各ボタン --*/



/*-- 各タイトル --*/




@media screen and (max-width:1450px) {
.header-btn-box {
	position: static;
	transform: translate(0, 0%);
	-moz-transform: translate(0, 0%);
	display: block;
	width: 100%;
	max-width: 100%;
	clear: both;
	float: none;
	border-top: 1px solid #ccc;
	padding: 5px 0;
}
.header-btn-box .header-btn01 {
	float: right;
	max-width: 280px;
}
.header-btn-box .header-btn02 {
	float: right;
	max-width: 220px;
}
}

@media screen and (max-width:900px) {
.header-ul li a {
	padding: 15px 8px;
}
.header-ul li a .jp {
	font-size: 11px;
}
}

@media screen and (max-width:760px) {
/*----------------------------------------------------
	☆base 要素
----------------------------------------------------*/
.spEle {
	display: block !important;
}
br.spEle {
	display: inline-block !important;
}
.pcEle {
	display: none !important;
}
.mdSpan i {
	margin-top: 0px;
	padding-top: 0px;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- HEADER --*/


#drawer-menu-btn {
	display: block !important;
}
/*-- FOOTER --*/

footer {
	padding-bottom: 70px;
}
/*-- 各ボタン --*/

/*-- 各タイトル --*/



	

}
