﻿html {
	min-width: 1000px; /* viewport */
}



/*=============================================
 * body
 *=============================================*/

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 0.02em;
	background: url('../img/shared/bg.jpg') repeat center top;
	min-width: inherit;
	max-height: 100%;
	color: #333333;
}


/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}


/*=============================================
 * header
 *=============================================*/

#header {
	position: relative;
	height: 850px;
}
#header:before {
	content: url('../img/shared/head_deco.png');
	position: absolute;
	left: 50%;
	margin-left: -800px;
	bottom: -303px;
}
#header h1 {
	position: absolute;
	font-size: 10px;
	line-height: 20px;
	color: #333333;
	letter-spacing: 0.15em;
	top: 80px;
	right: 50%;
	margin-right: -308px;
	z-index: 2;
}
#header .logo {
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
	position: relative;
	z-index: 1;
}
#header #nav {
	background: url('../img/shared/bg-nav.jpg') repeat center top;
	padding: 10px 0;
	position: relative;
	z-index: 1;
}
#header #nav.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
#header .nav-target {
	position: absolute;
	top: 180px;
	left: 0;
}
#header .nav {
	float: left;
}
#header .tel {
	float: right;
}


/*=============================================
 * key
 *=============================================*/

#key {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	height: 100%;
	z-index: 0;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 850px;
}
#key .bx-wrapper .bx-pager, 
#key .bx-wrapper .bx-controls-auto {
    bottom: 20px;
    position: absolute;
    width: 100%;
    z-index: 100;
    text-align: center;
}


/*=============================================
 * container
 *=============================================*/

.box-shadow { 
	-webkit-box-shadow: 5px 6px 18px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: 5px 6px 18px 0px rgba(0,0,0,0.36);
	box-shadow: 5px 6px 18px 0px rgba(0,0,0,0.36);
}
#feed .title {
    word-break: break-word;
}
.img-rss { 
	transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}
.img-rss:hover {
	opacity: 0.8;
}
.txt-center {
	text-align: center;
}
.copy {
	cursor: pointer;
}
.fnt20 {
	font-size: 20px;
}


/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	margin-top: 80px;
}



/*=============================================
 * footer
 *=============================================*/

#footer {
	background: url('../img/shared/partent438.jpg') repeat center top;
	padding: 0 0 32px;
	margin-top: 131px;
	text-align: center;
	font-weight: bold;
	position: relative;
}
#footer:before {
	content: url('../img/shared/foot_deco.png');
	position: absolute;
	top: -171px;
	left: 50%;
	margin-left: -130px;
}
#footer:after {
	content: "";
	background: url('../img/shared/bg-footert.png') no-repeat center top;
	-webkit-background-size: 100% 226px;
	background-size: 100% 226px;
	position: absolute;
	top: -131px;
	left: 50%;
	height: 226px;
	width: 100%;
	min-width: 1600px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#footer .wrap {
	z-index: 1;
}
#footer .tel {
	margin-bottom: 7px;
}
#footer .list {
	width: 500px;
	float: left;
	text-align: left;
}
#footer .list dl {
	padding: 12px 18px 12px 22px;
	line-height: 25px;
	border-bottom: 1px dotted #333;
}
#footer .list dl dt {
	float: left;
	width: 140px;
}
#footer .list dl dd {
	float: right;
	width: 292px;
}
#footer .col-right {
	width: 384px;
	float: right;
	margin-right: 66px;
	padding-top: 84px;
}
#footer .nav {
	font-size: 18px;
	color: #402715;
	line-height: 45px;
	height: 165px;
}
#footer .nav li {
	cursor: vertical-text;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
	vertical-align: top;
	padding-left: 0;
}
#footer .nav li:before {
	content: "◆";
}
#footer .nav li a:hover,
#footer .nav li.active a {
	text-decoration: none;
}
#footer .nav li + li:before {
	content: "◆";
	padding-right: 0;
}



/*=============================================
 * copyright
 *=============================================*/

address {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 10px;
}


/*=============================================
 * BxSlider
 *=============================================*/

.bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom;
}
.bx-wrapper .bx-pager a {
    background: #484340;
    text-indent: -9999px;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.bx-wrapper .bx-pager a.active,
.bx-wrapper .bx-pager a:focus,
.bx-wrapper .bx-pager a:hover {
    background: #fff;
}



.mb30{
    margin-bottom: 30px !important;
}