@charset "UTF-8";
/* Basic Layout */
html,
body {
	height:100%;
}
body {
	background-color:#fff;
}
html.mopen,
html.mopen body {
	/*overflow: auto;*/

	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}

#wrapper {
	height:auto;
	min-height:100%;
	position:relative;
}

/* 共通 */
.full {
	width:100%;
}

/* ヘッダー部 */
header {
	padding:0;
	text-align:left;
	background-color: #fff;

	/*position:fixed;
	left: 0;
	top: 0;
	z-index: 99;*/
	border-bottom: 1px solid #dcdcdc;
}
header .inner {
	height: 50px;
	position: relative;
	border: 0px solid;
}


#logo {
	width: 124px;
	position: absolute;
	left: 10px;
	top: 12px;

	font-weight:bold;
	margin:0;
	padding:0;
	font-size:12px;
	display: block;
}

#h_phone {
	width: 181px;
	display: none;
	position: absolute;
	right: 337px;
	top: 5px;
}
#h_reserve {
	width: 150px;
	display: none;
	position: absolute;
	right: 181px;
	top: 5px;
}
#h_contact {
	width: 173px;
	display: none;
	position: absolute;
	right: 5px;
	top: 5px;
}

/*telアイコン*/
#h_tel {
	display: block;
	position: absolute;
	right: 100px;
	top: 6px;
	width:42px;
	height: 38px;
	cursor: pointer;
	border: 0px solid blue;
}
#h_tel .icn {
	display: block;
	width: 26px;
	/*height: 39px;*/
	margin: 0 auto;
}
#h_tel .txt {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 44px;
}


/* maillアイコン*/
#h_mail {
	display: block;
	position: absolute;
	right: 53px ;
	top: 6px;
	width: 42px;
	height: 38px;
	cursor: pointer;
	border: 0px solid;
}

#h_mail .icn {
	display: block;
	width: 26px;
	margin: 0 auto;
}
#h_mail span.txt {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 44px;
}


/* headline */
#headline {
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:26px;
}



/* パンくず */
nav#crumb {
	display: block;
	padding:17px 0 0px 0;
	background:#FFF;
	text-align:left;
	font-size:14px;
}

nav#crumb li {
	list-style:none;
	display:inline;
}
nav#crumb li:not(:first-child) {
	padding-left: 0.5em;
}
nav#crumb li a {
	text-decoration: none;
}
nav#crumb li a:hover {
	text-decoration: underline;
}


/* コンテナー */
article {
	clear:both;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:0px solid #000;
}


#bg {
	/*background-color:#fff;*/
	padding-bottom: 12em; /* フッタの高さと合わせる */
}
/* フッタ部 */
footer {
	height: 12em; /* .bgの高さと合わせる */
	clear:both;
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	background-color:#dcdcdc;
}
footer .inner {
	padding: 50px 0 0;
}

/* フッタリンク */
footer #flinks {
	padding-top:0px;
}

footer small {
	display: inline-block;
	text-align:center;
	font-style:normal;
	font-size:13px;
	margin-top:40px;
}

/* トップに戻る */
#btn_top {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	right: 5px;
	bottom: 70px;
	border-radius: 100%;
	vertical-align: middle;
}
#btn_top:after {
	content: '';
	width: 12px;
	height: 12px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 2px;
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
	margin:0  auto;
}
#btn_top span {
	visibility: hidden;
}


/* スマホ・タブレット用ボタン */
#btn_sp {
	display: block;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: 0 auto;
	z-index: 999;
	border-top: 2px solid #e6743c;
}
#btn_sp li {
	clear: none;
	padding: 8px 0;
	position: relative;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(236,236,236,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(236,236,236,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(236,236,236,1) 100%); 
}
#btn_sp li a {
	display: block;
	width: 60px;
	margin: 0 auto;
}


#btn_sp li.bsp1 {
	float: left;
	width: 25%;
	border-right: 1px solid #d0d0d0;
}
#btn_sp li.bsp2 {
	float: left;
	width: 25%;
	border-right: 1px solid #d0d0d0;
}
#btn_sp li.bsp3 {
	float: left;
	width: 25%;
	border-right: 1px solid #d0d0d0;
}
#btn_sp li.bsp4 {
	float: left;
	width: 25%;
}

/* PC用サイドボタン */
#btn_side {
	display: none;
	position: fixed;
	right: 0;
	top: 100px;
}
#btn_side .bside1,
#btn_side .bside2 {
	width: 40px;
}
#btn_side .bside1 {
	margin-bottom: 2px;
}














@media handheld, print, screen and (min-width: 481px) {

header .inner {
	height: 70px;
}

#logo {
	width: 194px;
	left: 10px;
	top: 14px;
}	

/*telアイコン*/
#h_tel {
	display: none;
	right: 150px;
	top: 6px;
	width:57px;
	height: 49px;
}
#h_tel .icn {
	width: 34px;
}
#h_tel .txt {
	width: 57px;
}


/* maillアイコン*/
#h_mail {
	right: 66px ;
	top: 6px;
	width: 57px;
	height: 49px;
	border: 0px solid;
}

#h_mail .icn {
	width: 34px;
	margin-top: 4px;
}
#h_mail span.txt {
	width: 57px;
}

/*  メニューアイコン */
#enc_menu {
	height: 36px;
	width: 57px;
}

#menu {
	right: 8px;
	top: 4px;
	width: 40px;
	height: 46px;
}

#menu div span {
	height: 3px;
}
#menu div span:nth-child(1) {
	top: 0;
}
#menu div span:nth-child(2) {
	top: 12px;
}
#menu div span:nth-child(3) {
	top: 24px;
}
#menu span#menu_txt {
	width: 57px;
	left: -9px;
	bottom: 1px;
}

#bg {
	padding-bottom: 12em; /* フッタの高さと合わせる */
}
/* フッタ部 */
footer {
	height: 12em; /* .bgの高さと合わせる */
}

/* トップに戻る */
#btn_top {
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 70px;
}
#btn_top:after {
	width: 16px;
	height: 16px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	top: 42%;
}

/* スマホ・タブレット用ボタン */
#btn_sp li.bsp1 {
	float: left;
	width: 33.333%;
}
#btn_sp li.bsp2 {
	float: left;
	width: 33.333%;
}
#btn_sp li.bsp3 {
	float: left;
	width: 33.333%;
	border-right: none;
}
#btn_sp li.bsp4 {
	display: none;
}



/* end of media query */	
}




@media handheld, print, screen and (min-width: 621px) {
/* iPad */

/*footer .inner {
	padding-top: 40px;
}*/

/* トップに戻る */
#btn_top {
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 80px;
}
#btn_top:after {
	width: 18px;
	height: 18px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	top: 42%;
}

/* end of media query(iPad) */	
}



















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

header {
	position: relative;
	z-index: 99;
	border-bottom: 0;
	
}
#logo {
	width: 194px;
	left: 10px;
	top: 14px;
}	

#h_phone {
	display: block;
}
#h_reserve {
	display: block;
}
#h_contact {
	display: block;
}

#h_tel {
	display: none;
}
#h_mail {
	display: none;
}
#enc_menu {
	display: none;
}

#bg {
	padding-top: 0;
	padding-bottom: 12em; /* フッタの高さと合わせる */
}
/* フッタ部 */
footer {
	height: 12em; /* .bgの高さと合わせる */
}


/* トップに戻る */
#btn_top {
	width: 70px;
	height: 70px;
	right: 10px;
	bottom: 70px;
}
#btn_top:after {
	width: 18px;
	height: 18px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	top: 42%;
}

/* スマホ・タブレット用ボタン */
#btn_sp {
	display: none;
}

/* PC用サイドボタン */
#btn_side {
	display: block;
}


/* end of media query */
}




