@charset "UTF-8";

/* =============================================================================
   body・基本設定
   ========================================================================== */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    font-size: 15px;
    line-height: 175%;
    font-family: Verdana, Arial, 'メイリオ', 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka,	sans-serif;
    color: #444;
}

/* =============================================================================
   レイアウト
   ========================================================================== */

#background_index {
	background: url("../img/bg_background_index.jpg") repeat-x;
}

#background {
	background: url("../img/bg_background.jpg") repeat-x;
}

#background_footer {
	clear: both;
	background: #6a1609;	
}

#container {
	width: 960px;
    margin: 0 auto;
	position: relative;
}

#header_index {
	height: 530px;
	width: 960px;
	margin-bottom: 40px;
}

#header {
	height: 140px;
	width: 960px;
	margin-bottom: 30px;
}

#content {
	width: 960px;
	margin: 0 0 20px;
}

#main {
	float: left;
	width: 730px;
	margin-bottom: 20px;
}

#side {
	float: right;
	width: 200px;
	margin: 10px 0 20px;
}

#footer {
	position: relative;
	clear: both;
	width: 960px;
	height: 150px;
    margin: 0 auto;
	color: #fff;
}

/* =============================================================================
   ロゴ・電話でのお問い合わせ
   ========================================================================== */

#background_logo {
	position: absolute;
	top: 0;
	left: 20px;
	width: 230px;
	height: 160px;
	background: url("../img/bg_header_logo.png") no-repeat;
	z-index: 10;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
}

#logo {
	position: absolute;
	top: 0;
	left: 6px;
}

#logo a:hover,
#footerlogo a:hover {
	position: relative;
	top: 1px;
}

#tel {
	position: absolute;
	top: 19px;
	right: 20px;
}

/* =============================================================================
   グローバルナビゲーション
   ========================================================================== */

#grobalnavi {
	position: absolute;
	top: 40px;
	left: 285px;	
	font-size: 16px;
	font-weight: bold;
	background: #6a1609;
	border-radius: 5px;
}

#grobalnavi li {
	float: left;
	border-right: 1px solid #8a3629;
}

#grobalnavi li:last-child {
	border: 0;
}

#grobalnavi li a {
	display: block;
	padding: 8px 20px;
	color: #fff;
	text-decoration: none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#grobalnavi li a:hover {
	background: #8a3629;
}

#grobalnavi li:first-child a:hover {
	border-radius: 5px 0 0 5px;
}

#grobalnavi li:last-child a:hover {
	border-radius: 0 5px 5px 0;
}

/* =============================================================================
   フッターナビゲーション
   ========================================================================== */


#footerlogo {
	position: absolute;
	top: 40px;
	left: 20px;
}

#footernavi {
	position: absolute;
	top: 55px;
	left: 260px;
	border-left: 1px solid #8a3629;
	font-size: 16px;
	font-weight: bold;
}

#footernavi li {
	float: left;
	border-right: 1px solid #8a3629;
}

#footernavi li a {
	display: block;
	padding: 8px 20px;
	color: #fff;
	text-decoration: none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#footernavi li a:hover {
	padding: 5px 16px 3px;
	margin: 4px;
	border-radius: 2px;
	background: #8a3629;
}

#footertel {
	position: absolute;
	top: 39px;
	right: 20px;
}


/* =============================================================================
   Cycle
   ========================================================================== */

.slide_header {
	position: absolute;
	top: 120px;
	background: #fff;
	width: 960px;
	height: 350px;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 3px 1px;
}

/* =============================================================================
   ヘッダー
   ========================================================================== */

#main h1 {
	width: 100%;
	height: 110px;
	padding: 45px 0 0 25px;
	margin: 0 0 30px;
	border: 0;
	font-size: 200%;
	color: #640d00;
	background: url("../img/bg_h1.png") no-repeat left;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#main h2 {
	height: 40px;
	padding: 10px 30px 0;
	margin: 30px 0 10px;
	background: url("../img/bg_h2.jpg") no-repeat left;
	border-radius: 4px;
	font-size: 150%;
	color: #b82900;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	clear: both;
}

#main h3 {
	margin: 30px 0 10px;
	font-size: 130%;
	color: #b82900;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#main table h3 {
	margin: 10px 0;
}

#side h2 {
	height: 40px;
	padding: 10px 30px 0;
	margin: 0 0 10px;
	background: url("../img/bg_h2.jpg") no-repeat left;
	border-radius: 4px;
	font-size: 130%;
	color: #b82900;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* =============================================================================
   フッター
   ========================================================================== */

#footer a {
	text-decoration: none;
	color: #eee;
}

#movetop {
	position: fixed;
	bottom: -110px;
	right: 50px;
}

/* =============================================================================
   サイド
   ========================================================================== */

#side {
}

#side_inquiry {
	position: absolute;
	bottom: 19px;
	left: 17px;
}

/* =============================================================================
   テキスト
   ========================================================================== */

#main p {
	padding: 8px 0;
	text-align: justify;
	text-justify: auto;
}

#side p {
	text-align: left;
	padding: 7px 0;
}

.text_left {
	text-align: left !important;
}

.text_center {
	text-align: center !important;
}

.text_right {
	text-align: right !important;
}

.text_bold {
	font-weight: bold;
}

.text_red {
	color: #f40;
}

.blank10 {
	margin-top: 10px !important;
}

.blank20 {
	margin-top: 20px !important;
}

.blank30 {
	margin-top: 30px !important;
}

.blank40 {
	margin-top: 40px !important;
}

.blank_side {
	margin-bottom: 20px;
}

.size_s {
	font-size: 77%;
}

.size_l {
	font-size: 123.1%;
}

.size_xl {
	font-size: 153.9%;
}

blockquote {
	margin: 15px 0;
	padding: 10px 10px 10px 50px;
	border: 6px solid #eee;
	border-radius: 4px;
	background: url("../img/bg_blockquote.jpg") no-repeat left top;
}

.pagetop {
	text-align: center;
	margin-top: 20px;
}

/* =============================================================================
   画像
   ========================================================================== */

.round_left {
	vertical-align: top;
	float: left;
	text-align: left;
	margin: 0 15px 10px 0;
}

.round_right {
	vertical-align: top;
	float: right;
	text-align: left;
	margin: 0 0 10px 15px;
}

.no_bottom_margin {
	margin-bottom: 0;
}

img.frame {
	padding: 5px;
	border: 1px solid #e5e5e5;
}

p + img.frame {
	margin-top: 14px;
}

/*

h1 + img.frame,
h2 + img.frame {
	margin-top: 0;
}

*/

.clear {
	clear: both;
}

#main section a img:hover,
#side a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: relative;
	top: 1px;
}

/* =============================================================================
   アンカー
   ========================================================================== */

#content a {
	color: #dd2b01;
	font-weight: bold;
}

#content nav a {
	text-decoration: none !important;
	color: #444 !important;
	font-weight: normal !important;
}

#content a:visited {
	color: #dd2b01;
}

#content a:hover {
	color: #dd2b01;
	text-decoration: none;
}

#content a:active {
	color: #dd2b01;
	text-decoration: none;
}

#content a:hover img.button {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: relative;
	top: 1px;
}

#content a.linkblank {
    margin: 0 2px 0 0;
    padding: 0 18px 0 0;
    background: url("../img/i_linkblank.jpg") no-repeat right 60% #ffd;
}

/* =============================================================================
   ボックス
   ========================================================================== */

.box_white {
	background: #fff;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

#main .box_white {
	padding: 20px;
}

#side .box_white {
	padding: 5px;
}

.box_half {
	float: left;
	width: 350px;
	margin-right: 15px;
}

/* =============================================================================
   トップページ用メニューボックス
   ========================================================================== */

#index_menu {
	width: 780px;
}

.box_triple {
	display: block;
	float: left;
	width: 214px;
	height: 200px;
	padding: 10px;
	margin: 0 15px 30px 0;
	font-size: 85%;
	line-height: 160%;
	text-align: justify;
	text-justify: auto;
	background: #ffe0d8;
	box-shadow:rgba(200, 100, 60, 0.7) 0px 0px 5px 1px;
	-webkit-box-shadow:rgba(200, 100, 60, 0.7) 0px 0px 5px 1px;
	-moz-box-shadow:rgba(200, 100, 60, 0.7) 0px 0px 5px 1px;
}

.box_triple img {
	margin-bottom: 10px;
}

.box_triple:hover {
	background: #fff4e8;
}

.box_triple:hover img {
	position: relative;
	top: 1px;
}

/* =============================================================================
   リスト
   ========================================================================== */

ul.list,
ul#blogrss {
	list-style: outside;
	padding: 7px 20px;
}

ul#feed {
	list-style: none;
	padding: 0 10px;
}

ol.list {
	list-style: outside decimal;
	padding: 7px 15px 7px 40px;
	margin: 0;
}

ol.list li {
	padding: 4px 0;
}

ul#feed li {
	padding: 4px 0 !important;
}

/* =============================================================================
   定義リスト
   ========================================================================== */

dl {
	overflow: hidden;
	margin: 20px 0 40px;
}

dt {
	clear: both;
	float: left;
	width: 70px;
	text-align: center;
	padding: 5px 10px;
	border-radius: 3px;
	margin: 0 10px 10px 0;
	color: #fff;
	background: #114055;
	font-weight: bold;
}

dl.dl_about dd {
	margin: 0 10px 10px 90px;
	padding: 5px 10px;
	font-size: 120%;
	font-weight: bold;
}

dl.dl_archives dd {
	margin: 0 10px 10px 90px;
	padding: 5px 10px;
	font-weight: bold;
}

.dd_ex {
	font-size: 80%;
	font-weight: normal;
}

/* =============================================================================
   画像サイズ
   ========================================================================== */

.size_100 {
	width: 100% !important;
}

.size_90 {
	width: 90%;
}

.size_80 {
	width: 80%;
}

.size_70 {
	width: 70%;
}

.size_60 {
	width: 60%;
}

.size_50 {
	width: 50%;
}

.size_40 {
	width: 40%;
}

.size_30 {
	width: 30%;
}

.size_20 {
	width: 20%;
}

.size_10 {
	width: 10%;
}

/* =============================================================================
   ギャラリー
   ========================================================================== */

.half_mainright a {
	position: relative;
}

.linkphoto {
	position: absolute;
	bottom: 6px;
	right: 10px;
}

.imglinkblank {
	position: absolute;
	bottom: 10px;
	right: 0;
}

/* =============================================================================
   テーブル
   ========================================================================== */

#content table {
	width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #cccccc;
    border-spacing: 0;
    border-top: 1px solid #cccccc;
    font-size: 14px;
    line-height: 1.6em;
    margin: 0 auto;
	empty-cells: show;
	line-height: 1.5;
}

#content th {
	padding: 8px 10px;
	font-weight: bold;
	background: #fff0e0;
	color: #a20;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

th.header {
	width: 400px;
}

#content td {
	padding: 8px 10px;
	background: #fff;
	vertical-align: middle;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#content th span {
	font-size: 12px;
	background: #f40;
	border-radius: 3px;
	padding: 1px 5px;
	color: #fff;
}

#content tr:nth-child(odd) td {
	background: #f8f8f8;
}

/* =============================================================================
   ボタン
   ========================================================================== */

.button {
	display: inline-block;
	margin: 10px 10px;
	padding: 10px 15px;
	font-weight: bold;
    background: #feda71;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#feda71), to(#febe4d));
    background: -moz-linear-gradient(#feda71, #febe4d);
    background: linear-gradient(#feda71, #febe4d);
    border: solid 1px #eab551;
    border-bottom: solid 2px #b98a37;
	border-radius: 8px;
    box-shadow: inset 0 0 0 1px #fff0ca;
    color: #663300 !important;
	text-decoration: none;
    text-shadow: 0 1px 0 #fff;
	
}
    
.button:hover {
    background: #fec455;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fec455), to(#fecd61));
    background: -moz-linear-gradient(#fec455, #fecd61);
    background: linear-gradient(#fec455, #fecd61);
    border: solid 1px #e6a93d;
    border-bottom: solid 2px #b98a37;
    box-shadow: inset 0 0 0 1px #fedb98;
}
    
.button:active {
	position: relative;
	top: 2px;
	margin: 10px 10px 11px;
    background: #f9bd4f;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f9bd4f), to(#f0b64d));
    background: -moz-linear-gradient(#f9bd4f, #f0b64d);
    background: linear-gradient(#f9bd4f, #f0b64d);
    border: solid 1px #a77f35;
    box-shadow: inset 0 10px 15px 0 #dba646;
}

.button_white {
	display: inline-block;
	margin: 0 10px;
	padding: 10px 15px;
	font-weight: bold;
    background: #f0f0f0;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8f8f8), to(#f2f2f2));
    background: -moz-linear-gradient(#f8f8f8, #f2f2f2);
    background: linear-gradient(#f8f8f8, #f2f2f2);
    border: solid 1px #e8e8e8;
    border-bottom: solid 2px #d0d0d0;
	border-radius: 8px;
    box-shadow: inset 0 0 0 1px #f8f8f8;
	text-decoration: none;
    text-shadow: 0 1px 0 #eee;
}
    
.button_white:hover {
	margin: 0 10px;
    background: #e8e8e8;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0f0f0), to(#e8e8e8));
    background: -moz-linear-gradient(#f0f0f0, #e8e8e8);
    background: linear-gradient(#f0f0f0, #e8e8e8);
    border: solid 1px #e0e0e0;
    border-bottom: solid 2px #d0d0d0;
    box-shadow: inset 0 0 0 1px #f8f8f8;
}
    
.button_white:active {
	position: relative;
	top: 2px;
	margin: 0 10px 1px;
    background: #f9bd4f;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e8e8e8), to(#e0e0e0));
    background: -moz-linear-gradient(#e8e8e8, #e0e0e0);
    background: linear-gradient(#e8e8e8, #e0e0e0);
    border: solid 1px #d0d0d0;
    box-shadow: inset 0 10px 15px 0 #f8f8f8;
}

button.button,
button.button_white {
	padding: 20px 30px;
}

/* =============================================================================
   フォーム
   ========================================================================== */

input, textarea, select {
	background:  #fafafa;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	padding: 3px 4px;
	margin: 2px 0;
}

textarea {
	width: 100%;
	height: 7em;
}

input.noborder {
	border: 0;
	padding: 0;
}

input.buttonframe {
	border: 1px solid;
	padding: 20px 30px;
	margin: 10px;
    border-color: #f0f0f0 #e0e0e0 #c0c0c0;
	border-radius: 3px;
	box-shadow: 0px 1px 2px #ddd;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#ffffff), color-stop(#f8f8f8));
	background: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
	background: -moz-linear-gradient(top, #ffffff, #f8f8f8);
	background: -o-linear-gradient(top, #ffffff, #f8f8f8);
	background: -ms-linear-gradient(top, #ffffff, #f8f8f8);
	background: linear-gradient(top, #ffffff, #f8f8f8);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#f8f8f8');
}

input.buttonframe:hover {
	background: #f8f8f8;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f8f8f8', endColorstr='#f8f8f8');
}

textarea {
  width: 100% !important;
  height: 10em !important;
}

.mfp_ok {
  display: none !important;
}

.mfp_err,
#mfp_hidden {
  display: none;
}

/* =============================================================================
   Instagram
   ========================================================================== */

#instagram {
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}
#instagram img {
    width: 100%;
	padding: 5px;
}


/* =============================================================================
   NoMoreIE6
   ========================================================================== */

#nomore_ie {
	border: 1px solid #f7941d;	background: #feefda;
	text-align: center;
	clear: both;
	padding: 50px 0;
	position: relative;
}

#nomore_ie p {
	padding: 0.5em 0;
}


#mfp_hidden,
.mfp_err,
#mfp_phase_confirm_label {
	display: none;
}

.mfp_err {
	color: #ff0000;
	font-weight: bold;
}