@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/

body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #333;
	position: relative;
}

p {
	font-size:16px;
}

a {
	color: #0071bc;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}

img {
	vertical-align: bottom;
}


/* position */
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.center {
	text-align: center;
}

/* sp/pcの切替 */
.sp {
    display: none;
}
.pc {
    display: block;
}
/* sp/pcの切替 */

/*================================================
 *  ヘッダー
 ================================================*/
header {
	width: 100%;
	padding: 15px 0 45px;
	background-color: #fff;
	background-image: url(../images/header_line.png); 
	background-position: left bottom; 
	background-repeat: repeat-x;
}

header h1 {
	color: #333;
    font-size: 13px;
    text-align: left;
	float: left;
}

header p.back a {
	color: #333;
    font-size: 13px;
    text-align: right;
	float: right;
}

header p.logo{
	text-align: center;
	clear: both;
	padding-top: 20px;
}
.contents {
    margin: auto;
    width: 940px;
}

/*メニュー有のヘッダー*/
header.headerMenu {
	padding: 15px 0 10px;
	background-image: none;
	border-bottom: 1px solid #c8c8c8;
}
header.headerMenu .contents {
    margin: auto;
    width: 960px;
}
header.headerMenu ul {
	font-size: 0;
	display: table;
	table-layout:fixed;
	width: 100%;
	margin: 40px auto 0;
}
header.headerMenu ul li {
	font-size: 14px;
	line-height: 26px;
	display: table-cell;
	text-align: center;
	border-right: 1px solid #c8c8c8;
}
header.headerMenu ul li:last-child {
	border-right: 0;
}

header.headerMenu ul li a {
	display: block;
	color: #333;
}

/*================================================
 *  コンテンツ
 ================================================*/
.page {
	width: 940px;
	margin: 0 auto;
}
.page p {
	line-height: 1.75;
}

#pageTitle h2{
	color: #333;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	line-height: 100px;
	background:url(../images/stripe_pattern.png);
}

h3.greenTitle {
	color: #00A73C;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #ccc;   /* 線色 */
	height: 1px;         /* 高さ(※古いIE用) */
}


/*パンくずリスト*/
ol.breadcrumb {
	margin: 1em 0;
}
ol.breadcrumb li {
	color: #0C000A;
	font-size: 12px;
	display: inline;
}
ol.breadcrumb li a {
	color: #0C000A;
}

ol.breadcrumb li:before {
	content: " > ";
}

ol.breadcrumb li:first-child:before {
	content:"";
}

/*予約・お問い合わせバー*/
div#fixed-contact {
	width: 81px;
	position: absolute;
	right: 0;
	top: 140px;
	z-index: 100;
}


/*================================================
 *  SNSエリア
 ================================================*/
.snsArea {
	padding: 0 0 1em;
}

.snsArea ul li {
    float: left;
    margin-right: 5px;
	vertical-align: top;
	height: 30px;
}
 
/*================================================
 *  フッター
 ================================================*/
footer {
	width: 100%;
	border-top: 1px solid #ebebeb;
	position: relative;
}

footer .footerList {
	display: table;
	color: #006A2E;
	font-size: 14px;
	width: 100%;
	padding: 18px 0;
}
footer .footerList a {
	color: #006A2E;
}
footer .footerList dt {
	display: table-cell;
	border-right: 1px solid #006A2E;
	width: 195px;
}
footer .footerList dd {
	display: table-cell;
	text-align: right;
}


.pagetop {
    display: block;
    position: absolute;
    top: -95px;
    left: 50%;
	margin-left: 580px;
    z-index: 100;
	opacity: 0.5;
}

.pagetop_index {
	display: none;
    position: fixed;
    bottom: 30px;
    left: 50%;
    margin-left: 600px;
	z-index: 100;
	opacity: 0.5;
}

/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {
	
p{
	font-size: 4vw;
}

.spSize100 {
	width: 100%;
}

/* sp/pcの切替 */
.sp {
	display: block;
}
.pc {
	display: none;
	}

/*================================================
 *  ヘッダー
 ================================================*/
header{
	padding: 0.5em 0 1.5em;
}
header h1 {
	font-size: 3vw;
	line-height: 1.5;
	text-align: center;
	float: none;
}

header p.logo{
	padding-top: 0.5em;
}

header p.logo img{
	width: 40%;
}
	
.contents {
	width: 100%;
	position: relative;
}
/*メニュー有り*/
header.headerMenu {
	padding: 0.5em 0 0.8em;
}
header.headerMenu h1 {
	font-size: 2.5vw;
}
header.headerMenu ul {
	display: none;
}
header.headerMenu .contents {
	width: 100%;
}

/*SP用ナビゲーション*/
.panel-btn {
	position: absolute;
	right: 0;
	bottom: 0.5vw;
	width: 8vw;
	padding: 2vw 5vw;
	display: inline-block;
	border-left: 1px solid #dcdcdc;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
}

.sb-slidebar li {
	border-bottom: 1px solid #dcdcdc;
	background: #fff url(../images/arrowNavGray.png) no-repeat right 1em top 4.8vw;
	background-size: 3vw;
}

.sb-slidebar li a {
	color: #333;
	display: block;
	padding: 1em 0 1em 6vw;
	font-size: 4vw;
	line-height: 1.2em;
}

.close-btn{
	margin: 6vw 1em 6vw;
	padding: 0.7em 0;
	font-size: 4vw;
	color: #4d4d4d;
	border: 1px solid #ccc;
	background: #ededed;
	line-height: 1.2em;
	text-align: center;
}

/*================================================
 *  コンテンツ
 ================================================*/
.page {
	width: 90%;
}

#pageTitle h2{
	font-size: 5vw;
	line-height: 3;
}

h3.greenTitle {
	font-size: 5vw;
}


/*予約・お問い合わせバー*/
div#fixed-contact {
	display: none;
}

#spFooter {
	position: fixed;
    bottom: 0;
    left: 0;
	background: #ed6d1f;
	text-align: center;
	width: 100%;
	box-shadow:0 0 2vw #888;
	z-index: 50;
}

#spFooter a{
	display: block;
	padding: 5vw 0;
}

#spFooter img {
	width: 70%;
}

 
/*================================================
 *  フッター
 ================================================*/
footer .footerList {
	font-size: 3.5vw;
	display: block;
	padding: 2em 0;
}
footer .footerList dt {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	border-right: none;
	width: 100%;
}
footer .footerList dd {
	display: block;
	text-align: center;
}

.pagetop_index {
	display: none;
    position: fixed;
    bottom: 25vw;
	right: 5vw;
	left: auto;
	margin-left: 0;
}
.pagetop_index img {
	width: 12vw;
}
		
}