@charset "UTF-8";

/* //////////////////////////////////////////////////

　サイト共通部分や汎用的に使うモジュールのスタイル

////////////////////////////////////////////////// */


/* Font
-------------------------------------------------- */
body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height: 1;
}
p {
	line-height:1.4;
}
li, dt, dd, th, td {
	line-height:1.4;
}
a:link, a:visited {
	color:#DE4A39;
}
i, em {
	font-style: normal;
}





/* Layout
-------------------------------------------------- */
#wrapper {
	background:url(../img/bg_wrap.png) repeat-y;
	background-size:100%;
}
#contents {
	background:url(../img/bg_contents.png) repeat-y;
	background-size:100%;
}
.container {
	padding-right: 10px;
	padding-left: 10px;
}



/* Module
-------------------------------------------------- */



/* header
-------------------------------------------------- */
#header {
	overflow:hidden;
	padding:10px;
}
#header ._logo {
	float:left;
}
#menu-btn {
	float:right;
}

/* navi */
.gnav {
	position: fixed;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	height:0;
	overflow:hidden;
	background:rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.gnav.visible {
	height:100%;
}
.gnav .inner {
	position:relative;
	background:#fff;
	margin:15px 10px;
	border-radius:8px;
}
.gnav .tit {
	padding:13px 0 8px;
}
#close-btn {
	position:absolute;
	top:8px;
	right:8px;
}
.gnav li {
	border-top:1px solid #bbb;
}
.gnav a {
	display:table;
	width:100%;
	padding:10px;
	color:#333;
	text-decoration:none;
}
.gnav a span {
	display:table-cell;
	vertical-align:middle;
}
.gnav a .en {
	text-align:right;
	font-size:7px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E",serif;
}




/* contents
-------------------------------------------------- */

/* page title */

/* content title */

/* box */
.box01 {
	background-image:url(../img/bg_box1_top.png),url(../img/bg_box1_btm.png),url(../img/bg_box1_mid.png);
	background-repeat:no-repeat, no-repeat, repeat-y;
	background-position:0 0, left bottom, 0 0;
	background-size:100%;
}


/* table */


/* yoyaku_top */
#yoyaku_top {
	border-spacing: 10px;
	background:#382414;
	width: 100%;
}


/* yoyaku_btm */
#yoyaku_btm {
	padding:5px 0 20px;
	background:#382414;
}
#yoyaku_btm .grid-table {
	border-spacing: 10px;
	table-layout:inherit;
	width: 100%;
}
#yoyaku_btm ._cell:nth-child(1) {
	width:79.3%;
}
#yoyaku_btm ._cell:nth-child(2) {
	width:20.9%;
}
#yoyaku_btm .single {
	margin:0 10px;
}


/* bxslider */
.bx-wrapper {
	position: relative;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin: auto;
}
.bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	transform: translatez(0);
}

.bx-pager {
	position: absolute;
	z-index: 200;
	right: 0;
	left: 0;
	bottom: -20px;
	text-align: center;
}
.bx-pager-item {
	display:inline-block;
}
.bx-pager-item a {
	display:block;
	width:10px;
	height:10px;
	margin:0 4px;
	border-radius:10px;
	background: #ccc;
	line-height:1;
	text-indent:-9999px;
}
.bx-pager-item a.active {
	background: #555;
}

.bx-controls-direction a {
	position: absolute;
	z-index: 250;
	top: 50%;
	margin-top: -20px;
	background-size: 15px !important;
	width: 15px;
	height: 40px;
	text-indent: -9999px;
}
.bx-prev {
	left: -6px;
	background: url(../img/btn_prev.png);
}
.bx-next {
	right: -6px;
	background: url(../img/btn_next.png);
}
.bx-controls-direction .disabled {
	display: none;
}






/* footer
-------------------------------------------------- */
#footer {
	padding:5px 10px 0;
}
._flink {
	margin-bottom:15px;
	border-bottom:1px solid #222;
}
._flink ._item {
	padding:10px 0 10px 5px;
	margin-right:20px;
	background:url(../img/mrk_flink.png) no-repeat 0 50%;
	background-size:3px;
}
._flink a {
	color:#333;
	text-decoration:none;
}


#footer h1 {
	margin: 10px 0;
	font-size: 14px;
}
#footer h2 small {
	font-size: 11px;
}
#footer address {
	font-size: 11px;
	line-height: 1.4;
}
#footer .tel {
	margin:5px 0 10px;
}

#footer .banner a {
	display:block;
	margin-bottom:8px;
}

#footer .copy {
	clear:both;
	display: block;
	padding:10px 0;
	text-align: center;
	border-top: 1px solid #222;
	font-size: 8px;
}

#pagetop a {
	display: block;
	padding:15px 0;
	background: #222;
	text-align: center;
}
