@charset "utf-8";
/* CSS Document */
/*---------------------------------
_基本ベース
-----------------------------------*/ 
body{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: 2em;
	letter-spacing: 1px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
}
a:link {
	text-decoration: underline;
	color: #333333;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}


/*---------------------------------
_汎用スタイル
-----------------------------------*/
h1, h2, h3, h4 ,h5 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	line-height: 100%;
	max-width: 100%;
}
p {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
ul,ol  {
	margin: 0px;
	padding: 0px;	
	list-style-type: none;
}
li {
	padding: 0px;
	margin: 0px;
}
dl,dt,dd {
	margin: 0px;
	padding: 0px;
}
a {
	margin: 0px;
	padding: 0px;
}

a img:hover {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a img:hover {
	filter:alpha(opacity=70);
    -moz-opacity:0.70;
    -khtml-opacity: 0.70;
    opacity:0.70;
	filter:none/9;
}

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

/*---------------------------------
_font
-----------------------------------*/
.ff_droid {
	font-family: 'Droid Serif', serif;
}

/*---------------------------------
_clearfix
-----------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*---------------------------------
_sp_pc
-----------------------------------*/
.sp_hide {
	display: none;
}
.sp_cr {
	display: block;
}
.sp_display_none {
	display: none;
}
.pc_cr {
	display: inline;
}

/*---------------------------------
_wrapper
-----------------------------------*/
.wrapper {
	width: 84%;
	margin: 0 auto;
	position: relative;
}

/*---------------------------------
_スマホ横
-----------------------------------*/
#sp_landscape {
	position: fixed;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url(../img/base/landscape.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	display: none;
}

/*---------------------------------
_スタブレット縦
-----------------------------------*/
#tab_portrait {
	position: fixed;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url(../img/base/portrait.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	display: none;
}

/*---------------------------------
_h1
-----------------------------------*/
h1 {
	width: 100%;
	background-color: #fff;
	height: 50px;
}
h1 img {
	width: auto;
	height: 40px;
	padding: 5px 0 5px 4%;
}

/*---------------------------------
_g_navi
-----------------------------------*/
#container {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 2;
}

.side-open #container,
.side-open .overlay {
	-webkit-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
}

.overlay {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 2001;
}

.side-open .overlay {
	visibility: visible;
	cursor: pointer;
	background: rgba(0,0,0,.7);
}

.overlay::after {
	visibility: hidden;
	position: fixed;
	top: 40%;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	color: rgba(255,255,255,0);
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.side-open .overlay::after {
	visibility: visible;
	color: rgba(255,255,255,.8);
}

/* --------------------------------------------------- side menu */
.side-menu {
	position: fixed;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 300px;
	height: 100%;
	padding-top: 60px;
	text-align: center;
	z-index: 1;
	display:none;
}
.side-open .side-menu {
	display: block;
}
.side-menu__ul {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
}

.side-menu__ul > li > a,
.side-menu__ul > li span {
	display: block;
	color: #000;
}

.side-menu__ul span {
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}

/* --------------------------------------------------- ellipsis btn */
.side-menu-btn {
	position: fixed;
	top: 8px;
	right: 10px;
	width: 20px;
	height: 16px;
	padding: 9px 7px 8px 7px;
	cursor: pointer;
	z-index: 4;
}

.ellipsis-v {
	position: relative;
	display: block;
	cursor: pointer;
	width: 16px;
	height: 14px;
}

.ellipsis-v .point {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	width: 20px;
	height: 2px;
	margin: auto;
	background: #000;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ellipsis-v .point.top {
	top: 0;
}

.ellipsis-v .point.mid {
	top: 0;
	bottom: 0;
}

.ellipsis-v .point.bot {
	bottom: 0;
}

.side-menu-btn:hover .top {
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}

.side-menu-btn:hover .bot {
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
}

.side-open .side-menu-btn:hover .top,
.side-open .top {
	left: 4px;
	width: 18px;
	background: #000;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.side-open .mid {
	opacity: 0;
}

.side-open .side-menu-btn:hover .bot,
.side-open .bot {
	left: 4px;
	width: 18px;
	background: #000;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*---------------------------------
_ヘッダー
-----------------------------------*/

.side-menu .side-menu__ul {
	padding-bottom: 10px;
}
.side-menu .side-menu__ul li {
	font-size: 16px;
	margin-bottom: 20px;
}
.side-menu .side-menu__ul li a:link {
	text-decoration: none;
}
.side-menu .side-menu__ul li a:hover {
	filter:alpha(opacity=70);
    -moz-opacity:0.70;
    -khtml-opacity: 0.70;
    opacity:0.70;
	filter:none/9;
}
.side-menu .tel {
	font-size: 18px;
	margin-bottom: 30px;
}
.side-menu .sns {
	text-align: center;
}
.side-menu .sns li {
	display: inline-block;
}
.side-menu .sns li img {
	width: 30px;
}

/*---------------------------------
_loading
-----------------------------------*/
#loading {
	width: 100%;
	height: 100%;
	background: #ffffff; /* gif画像の背景色 */
	/*opacity: 0.9; /* 透過させる */
	position: fixed; /* gif画像をスクロールさせない */
	left: 0; /* gif画像を画面横中央へ */
	top: 0; /* gif画像を画面縦中央へ */
	z-index: 9999;

}

#loading table {
	width: 100%;
	height: 100%;
}
#loading table tr td {
	text-align: center;
	vertical-align: middle;
}
img.loading {
	width: 40px;
	height: auto;
}

/*---------------------------------
_h2 (アイコンつき)
-----------------------------------*/
h2 {
	position: relative;
	font-size: 18px;
	background-image: url(../img/base/border/border_dashed.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 4px 1px;
	padding-bottom: 8px;
	letter-spacing: 2px;
}
h2 span {
	padding-left: 1.2em;
}
h2 .fa {
	position: absolute;
	top: 6px;
	color: #aaaaaa;
	font-size: 14px;
}
h2 span.sub_menu {
	padding-left: 0.5em;
	font-size: 15px;
}

/*---------------------------------
_side
-----------------------------------*/
#side {
	margin-bottom: 30px;
}

#side #shopinfo {
	margin-bottom: 30px;
}
#side #shopinfo h2 {
	margin-bottom: 24px;
}
#side #shopinfo .name {
	font-size: 18px;
	margin-bottom: 16px;
}
#side #shopinfo .address {
	line-height: 1.5em;
	margin-bottom: 16px;
}
#side #shopinfo .tel .memo {
	line-height: 1.5em;
	margin-bottom: 5px;
}
#side #shopinfo .tel .number {
	font-size: 24px;
	margin-bottom: 10px;
}
#side #shopinfo .irregular {
	line-height: 1.5em;
	font-size: 12px;
	margin-bottom: 5px;
}
#side #blog {
	margin-bottom: 35px;
}
#side #facebook .fb-page {
	width: 100%;
  margin-bottom: 40px;
}
#side #links h2 {
	margin-bottom: 16px;
}

/*---------------------------------
_footer
-----------------------------------*/
footer {
	text-align: center;
	font-size: 12px;
}
footer address {
	font-style: normal;
}

#page_bn {
	color: #fff;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	height: 250px;
	line-height: 250px;
	width: 100%;
	font-size: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 40px;
}

/*---------------------------------
_ggmap
-----------------------------------*/
.ggmap {
	position: relative;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width : 768px),print {
	
	#container {
		padding: 0px;
		z-index: 0;
	}
	
	.wrapper {
		width: 1100px;
		margin: 0 auto;
	}
	
	/*---------------------------------
	_sp-pc
	-----------------------------------*/
	.sp_cr {
		display: inline;
	}
	.pc_cr {
		display: block;
	}
	.pc_display_none {
		display: none;
	}
	.sp_display_none {
		display: block;
	}
	
	.textarea p {
		margin-bottom: 2em;
	}

	/*---------------------------------
	_wrapper
	-----------------------------------*/
	.wrapper {
		width: 1100px;
		margin: 0 auto;
	}
	
	/*---------------------------------
	_h1
	-----------------------------------*/
	.side-menu h1 {
		width: 185px;
		background-color: #fff;
		height: 50px;
	}
	.side-menu h1 img {
		width: auto;
		height: 40px;
		padding: 5px 0 5px 4%;
	}

	/*---------------------------------
	_h２
	-----------------------------------*/
	#page_bn {
		width: 1100px;
		margin: 0 auto;
		margin-bottom: 45px;
	}
	/*---------------------------------
	_g_navi
	-----------------------------------*/
	.side-menu {
		position: relative;
		width: 100%;
		height: 105px;
		line-height: 105px;
		text-align: left;
		overflow: hidden;
		padding: 0px;
		display: block;
	}
	.side-menu-wrapp {
		width: 1100px;
		margin: 0 auto;
	}
	.side-menu h1 {
		padding: 15px 0 0 0 ;
		width: 185px;
		float: left;
	}
	.side-menu h1 img {
		width: 185px;
		height: auto;
	}
	.side-menu .side-menu__ul {
		box-sizing: border-box;
		width: 660px;
		height: 105px;
		float: left;
		margin: 0;
		padding: 0 0 0 120px;
		overflow: hidden;
	}
	.side-menu .side-menu__ul li {
		font-size: 14px;
		margin: 0;
		padding: 0 23px;
		float: left;
	}
	.side-menu .tel {
		width: 180px;
		float: left;
	}
	.side-menu .sns {
		width: 60px;
		float: left;
	}
	.side-menu .sns li {
		width: 25px;
		float: left;
		line-height: 105px;
    margin-left: 5px;
	}
	.side-menu .sns li img {
		vertical-align: middle;
	}
	.side-menu .sns li:last-child {
		margin-right: 0px;
	}
	.side-menu-btn {
		display: none;
	}
	
	#main {
		width: 700px;
		float: left;
	}
	#side {
		width: 350px;
		float: right;
		margin-bottom: 80px;
	}
	
	/*---------------------------------
	_footer
	-----------------------------------*/
	footer {
		text-align: left;
	}

}
