@charset "UTF-8";
@import url("editor-style.css");

@font-face {
	font-family: 'Hannari';
	src: url('../font/Hannari.eot');
	src: url('../font/Hannari.eot?#iefix') format('embedded-opentype'),
	     url('../font/Hannari.woff') format('woff');
}


body {
	width: 100%;
	margin: 0 auto;
	color: #6c5d53;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-family: 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/common/body_bg.jpg);
}

body.top {
	color: #303030;
}

img {
	max-width: 100%;
	height: auto;
}


/* 共通
================================================== */

.signature {
	text-align: right;
}

.center {
	text-align: center;
}

/* リンク */
a,
a img {
	color: #600102;
	transition: All 0.4s ease;
}


a:hover {
	color: #a04142;
}

a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}

/* テーブル */
.table-annotation {
	max-width: 750px;
	margin: 0 auto 5px;
}
table.def {
	width: 740px;
	margin: 0 auto;
	letter-spacing: 0;
}
table.def th {
	width: 30%;
	padding: 8px;
	text-align: left;
	vertical-align: top;
	vertical-align: middle;
	border-bottom: 1px solid #d6d3cf;
}
table.def td {
	padding: 8px;
	vertical-align: middle;
	border-bottom: 1px solid #d6d3cf;
}

@media screen and (max-width: 700px) {
	table.def {
		width: 100%;
	}
}


/* パンくずリスト */
.site-breadcrumbs {
	height: 25px;
	margin: 0 0 20px;
	line-height: 25px;
	overflow: hidden;
}
.site-breadcrumbs li {
	display: inline;
}
.site-breadcrumbs a {
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	text-decoration: none;
	background: url(../images/common/icon01.png) right center no-repeat;
}
.site-breadcrumbs a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 700px) {
	.site-breadcrumbs {
		display: none;
	}
}

/* ページネーション */
/*
	#C0B3A3  濃い
	#ECE4D9  中間
	#FBF5E9  薄い
*/
.pagination {
	text-align: center;
}
.pagination * {
	min-width: 19px;
	margin: 0 2px;
	padding: 3px 5px;
	display: inline-block;
	vertical-align: top;
}
.pagination .pagination-current,
.pagination .pagination-inactive:hover {
	color: #fff;
	border: 1px solid #C0B3A3;
	background: #C0B3A3;
}
.pagination .pagination-inactive {
	border: 1px solid #C0B3A3;
	background: #FBF5E9;
}
.pagination-prev,
.pagination-next {
	border: 1px solid #ECE4D9;
	background: #ECE4D9;
}



/* ヘッダー
================================================== */
.top .site-header {
	background: url(../images/common/h_bg.jpg) center top 30px no-repeat;
}

@media screen and (max-width: 700px) {
	.top .site-header {
		border-top: 4px solid #403f3d;
		background-position: center top;
	}
}


/* 黒帯
------------------------- */
.h-line {
	background: url(../images/common/h_line_bg.jpg);
}

.h-line-inner {
	width: 1020px;
	margin: 0 auto 96px;
	line-height: 30px;
	text-align: right;
	color: #fff;
	font-size: 12px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	text-shadow: 0 2px 2px 2px rgba(0,0,0,.7);
}

.h-line-inner p {
	margin: 0 0 0 30px;
	display: inline-block;
	vertical-align: top;
}

.h-line-inner p.h-tel {
	padding: 0 0 0 11px;
	background: url(../images/common/h_tel_icon.png) left center no-repeat;
}

@media screen and (max-width: 700px) {
	.h-line {
		display: none;
	}
}

/* ロゴ、ナビとメインビジュアル
------------------------- */
.h-inner {
	width: 1020px;
	height: 630px;
	margin: 0 auto;
}

@media screen and (max-width: 700px) {
	.h-inner {
		width: auto;
		height: auto;
	}
}

/* ロゴ、ナビ */
.h-right {
	width: 510px;
	float: right;
}

.h-logo {
	margin: 0 0 46px;
	text-align: center;
}

.h-nav {
	width: 448px;
	margin: 0 auto 45px;
}

.h-nav li {
	margin: 0 24px 0 0;
	float: right;
}

.h-nav li:first-child {
	margin: 0;
}

@media screen and (max-width: 700px) {
	.h-right {
		width: auto;
		float: none;
	}

	.h-logo {
		max-width: 45%;
		margin: 0 auto;
		padding: 15px 0;
		text-align: center;
	}

	.h-nav {
		display: none;
	}
}

/* メインビジュアル */
.h-left {
	margin: -40px 0 0 -40px;
	padding: 40px 0 0;
	float: left;
	opacity: 0;
	transition: All 3s ease;
}

.h-left.view {
	margin-top: 0px;
	opacity: 1;
}

@media screen and (max-width: 700px) {
	.h-left {
		margin: 0;
		padding: 0;
		float: none;
		opacity: 1;
		text-align: center;
	}

	.h-left.view {
		opacity: 1;
	}
}

/* サブビジュアル */
.h-sub-visual {
	width: 1020px;
	margin: 0 auto 5px;
	padding: 60px 15px 16px;
	text-align: center;
	border-bottom: 1px solid #000;
}

.lower .h-sub-visual {
	padding-top: 160px;
}

@media screen and (max-width: 700px) {
	.h-sub-visual {
		width: auto;
	}
}

/* 追従ヘッダー
------------------------- */
.fix-nav {
	width: 100%;
	height: 0;
	text-align: center;
	position: fixed;
	top: 0:
	left: 0;
	z-index: 20;
	background: url(../images/common/h_alpha.png) repeat-x;
	overflow: hidden;
	transition: All 0.4s ease;
}

.fix-nav.view {
	height: 100px;
}

.lower .fix-nav {
	height: 100px;
}

.fix-nav-list {
	font-size: 0;
	letter-spacing: 0;
}

.fix-nav-logo {
	height: 0;
}

.fix-nav-list li {
	width: 150px;
	display: inline-block;
	vertical-align: top;
}

.fix-nav-list li.space {
	margin: 0 140px 0 0;
}

.fix-nav-list li a {
	color: #bbb7b1;
	font-size: 18px;
	line-height: 80px;
	text-decoration: none;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	display: block;
}

.fix-nav-list li a:hover {
	color: #efefef;
}

@media screen and (max-width: 700px) {
	.fix-nav-list {
		display: none;
	}
}


/* メインコンテント
================================================== */
.all-wrap {
	min-width: 1200px;
}

.lower .all-wrap {
	background: url(../images/common/h_lower_bg.jpg) center top 10px no-repeat;
}

.lower .site-body {
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
}

.lower .container-main {
	margin: 0 auto;
	padding: 30px 0 0;
}

@media screen and (max-width: 700px) {
	.all-wrap {
		min-width: 0;
	}

	.lower .site-body {
		width: auto;
		margin: 0 auto;
		overflow: hidden;
	}

	.lower .container-main {
		width: auto;
		margin: 0 5px;
		padding: 0;
	}
}

/* 記事骨格 */
.item-box {
	margin: 0 0 60px;
	overflow: hidden;
	clear: both;
}

.item-text {
	overflow: hidden;
}


/* 見出し */
.item-title-h3 {
	margin: 0 0 25px;
	color: #524444;
	font-size: 25px;
	line-height: 75px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	background: url(../images/common/h3_border.png) center bottom no-repeat;
}

@media screen and (max-width: 700px) {
	.item-title-h3 {
		font-size: 16px;
	}
}


.item-date {
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	font-size: 13px;
	background: url(../images/common/icon01.png) left center no-repeat;
	display: block;
}

img.thumb-left {
	max-width: 35%;
	height: auto;
	margin: 0 15px 15px 0;
	float: left;
}
img.thumb-right {
	max-width: 35%;
	height: auto;
	margin: 0 0 15px 15px;
	float: right;
}

img.page-thumb {
	margin: 0 auto 20px;
	display: block;
}

/* フッター
================================================== */
/* facebook
------------------------- */
.facebook-area {
	width: 1020px;
	margin: 0 auto 120px;
	overflow: hidden;
}

.faceboox-wrap {
	width: 500px;
	float: left;
}

@media screen and (max-width: 700px) {
	.facebook-area {
		width: auto;
		margin: 0 8px 20px;
	}

	.faceboox-wrap {
		max-width: 500px;
		margin: 0 auto 15px;
		float: none;
	}
}

/* 会社概要
------------------------- */
.f-address {
	width: 500px;
	letter-spacing: 0;
	float: right;
}

.f-address p {
	margin: 0 0 17px;
}

.f-address p span {
	margin: 0 0 0 65px;
	display: block;
}

@media screen and (max-width: 700px) {
.f-address {
		width: auto;
		font-size: 13px;
		letter-spacing: 0;
		float: none;
	}
	.f-address p {
		margin: 0 0 5px;
	}
}

/* レイアウト
------------------------- */
.site-footer {
	padding: 63px 0 0;
	background: url(../images/common/f_bg.jpg) center top no-repeat;
	box-shadow: 0 -5px 4px rgba(0,0,0,.1);
}

.f-inner {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (max-width: 700px) {
	.site-footer {
		padding: 15px 0 0;
		background-size: cover;
	}

	.f-inner {
		width: auto;
	}
}

/* ロゴ */
.f-logo {
	float: left;
}

@media screen and (max-width: 700px) {
	.f-logo {
		margin: 0 0 15px;
		text-align: center;
		float: none;
	}
}

/* 電話バナー */
.bnr-tel {
	margin: 0 5px 10px;
	text-align: center;
	display: none;
}

@media screen and (max-width: 700px) {
	.bnr-tel {
		display: block;
	}
}

/* ナビ */
.f-nav {
	width: 660px;
	margin: 0 0 25px;
	padding: 41px 0 0;
	font-size: 0;
	letter-spacing: 0;
	float: left;
}

.f-nav li {
	height: 13px;
	margin: 0 0 22px;
	padding: 0 10px;
	border-right: 1px solid #666464;
	display: inline-block;
	vertical-align: top;
}

.f-nav a {
	line-height: 13px;
	color: #303030;
	font-size: 14px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	text-decoration: none;
}

.f-nav a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 700px) {
	.f-nav {
		width: auto;
	}
	.f-nav li {
		width: 48%;
		height: auto;
		margin: 0 1%;
		padding: 8px 0 0;
		text-align: center;
		line-height: 32px;
		border: none;
		border-bottom: 1px dotted #cfcfcf;
	}
}

/* コピーライト
------------------------- */
.f-copy {
	line-height: 38px;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0;
	display: block;
}

.f-copy a {
	color: inherit;
	text-decoration: none;
}

.f-copy a:hover {
	text-decoration: underline;
}

/* トップへ戻る
------------------------- */
.backtotop {
	position: fixed;
	bottom: 0;
	right: -80px;
	z-index: 3000;
	transition: All 0.3s ease;
}
.backtotop.visible {
	right: 0;
}

/* トップページ
================================================== */
/* ごあいさつ
------------------------- */
/* レイアウト */
.greeting-wrap {
	background:
		url(../images/top/greeting_photo.png) center top no-repeat,
		url(../images/top/greeting_bg.jpg) center bottom no-repeat
	;
	overflow: hidden;
}

.greeting-box {
	width: 1020px;
	margin: 0 auto;
}

@media screen and (max-width: 700px) {
	.greeting-wrap {
		padding: 20px 5px 90px;
		background: url(../images/top/greeting_bg.jpg) center bottom / 100% auto no-repeat;
	}

	.greeting-box {
		width: auto;
	}
}

/* タイトル */
.greeting-title {
	width: 140px;
	margin: -8px 0 0;
	font-family: 'Hannari' !important;
	float: right;
}

.greeting-title .red {
	color: #a24046;
}

@media screen and (max-width: 700px) {
	.greeting-title {
		width: auto;
		margin: 0 0 10px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0;
		float: none;
	}
}

/*  */
.greeting-text01 {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif !important;
	float: right;
}

.greeting-text02 {
	width: 410px;
	padding: 20px 0 80px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif !important;
	float: left;
}

@media screen and (max-width: 700px) {
	.greeting-text01 {
		margin: 0 0 15px;
		float: none;
	}

	.greeting-text02 {
		width: auto;
		padding: 0;
		float: none;
	}
}

/* メニュー
------------------------- */
.menu-list {
	padding: 130px 0 97px;
	text-align: center;
	background:
		url(../images/top/topics_shadow.png) center top no-repeat,
		url(../images/top/topics_bg.jpg)
	;
	font-size: 0;
	letter-spacing: 0;
}

.menu-list li {
	margin: 0 15px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.menu-list .title {
	width: 44px;
	height: 205px;
	padding: 16px 0 0;
	line-height: 44px;
	font-size: 23px;
	letter-spacing: 2px;
	text-align: left;
	font-family: 'Hannari' !important;
	background: url(../images/top/topics_title_bg.png) bottom;
	position: absolute;
	top: -45px;
	right: 18px;
	z-index: 10;
	display: block;
	box-sizing: border-box;

    -ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

@media screen and (max-width: 700px) {
	.menu-list {
		padding: 30px 5px;
	}

	.menu-list .title {
		height: 150px;
		font-size: 18px;
		top: 5px;
	}
}

/* 新着情報
------------------------- */
.news-wrap {
	padding: 30px 8px;
	background:
		url(../images/top/news_shadow.png) center top no-repeat,
		url(../images/top/news_bg01.jpg) no-repeat
	;
}

.news-box {
	width: 1020px;
	margin: 0 auto;
	padding: 35px 50px 35px 40px; 
	border-bottom: 8px solid #000;
	background: #fff;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05);
	box-sizing: border-box;
	overflow: hidden;
}

.news-title {
	width: 45px;
	margin: 0 47px 0 0;
	float: left;
}

.news-more {
	margin: 35px 0 0;
	display: block;
}

.news-list {
	width: 838px;
	float: left;
}

.news-list li {
	padding: 17px 0 0;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif !important;
	border-bottom: 1px solid #f0f0f0;
}

.news-list li span {
	margin: 0 20px 0 0;
}

.news-list li a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
	line-height: 24px;
}

.news-list li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 700px) {
	.news-box {
		width: auto;
		min-height: 150px;
		padding: 5px 20px 35px 60px;
		font-size: 13px; 
		background: url(../images/top/news_title.jpg) left 5px top 5px no-repeat #fff;
	}

	.news-title {
		display: none;
	}

	.news-list {
		width: auto;
		float: none;
	}
}

/* 下層ページ
================================================== */

/* サイトマップ
------------------------- */

.sitemap-list li {
	padding: 0 0 0 12px;
	line-height: 50px;
	border-bottom: 1px dotted #cfcfcf;
	background: url(../images/common/icon01.png) left center no-repeat;
}
.sitemap-list a {
	text-decoration: none;
}
.sitemap-list a:hover {
	text-decoration: underline;
}

/* 会社概要
------------------------- */

.access-map {
	background: url(../images/system/loading.gif) center no-repeat #EAE6E8;
}

/* お問い合わせ
------------------------- */

.contact-att span,
.contact-form th span,
.contact-form td .error-text {
	color: #f00;
}
.input-max {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}
.input-min {
	width: 60px;
	padding: 5px;
}
.contact-form .submits {
	padding: 15px 0 0;
	text-align: center;
}
.contact-form .submits input {
	width: 180px;
	margin: 0 5px;
	line-height: 35px;
}
.media-youtube-wrap {
	width: 600px;
	margin: 0 auto 30px;
}

@media screen and (max-width: 700px) {
	table.contact-table,
	table.contact-table tbody,
	table.contact-table tr,
	table.contact-table th,
	table.contact-table td {
		width: auto;
		display: block;
	}

	table.contact-table th {
		border-bottom: none;
	}
	table.contact-table td {
		margin: 0 0 15px;
	}

	.contact-form .submits input {
		height: 35px;
	}
}

/* 店舗案内
------------------------- */
table.about-table th {
	width: 90px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: right;
}

.about-map {
	max-width: 740px;
	margin: 0 auto;
}

@media screen and (max-width: 700px) {
	table.about-table th {
		width: 35%;
		padding: 8px;
		text-align: left;
	}
}
