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


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

body {
	color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 15px;
	line-height: 30px;
	/* letter-spacing: 0.3px; */
	letter-spacing: 0;
	background: url('../img/shared/bg.jpg') repeat center top;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}



/*=============================================
 * 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;
}



/*=============================================
 * <main>
 *=============================================*/

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



/*=============================================
 * <header>
 *=============================================*/

header {
	position: relative;
}
header h1 {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.04em;
	position: absolute;
	bottom: 25px;
	left: 28px;
	z-index: 2;
}
header .tel {
	position: absolute;
	top: 0;
	right: 250px;
}
header .season_bnr a {
	position: absolute;
	top: 100px;
	right: 50px;
	margin: 10px auto 20px auto;
	padding: 15px 0;
	display: block;
	color:#FFF;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	background: url('../img/shared/bg-navsub.png') repeat center top;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	width: 500px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
header #nav {
	background: url('../img/shared/bg-nav.jpg') repeat center top;
	padding: 10px 0 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
header #nav ul.nav-fl {
	text-align: center;
}
header #nav ul.nav-fl > li {
	background: url('../img/shared/nav-line.png') no-repeat right top;
	width: 220px;
	display: block;
	padding: 25px 0;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.15em;
	position: relative;
	cursor: pointer;
	transition: all ease .3s;
}
header #nav ul.nav-fl > li:first-child {
	background: url('../img/shared/nav-line.png') no-repeat right top,
	url('../img/shared/nav-line.png') no-repeat left top;
}
header #nav ul.nav-fl > li:before {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -4px;
	background: url('../img/shared/nav-arrow.png') no-repeat center top;
	width: 7px;
	height: 6px;
}
header #nav ul.nav-fl > li:hover {
	opacity: .8;
}
header #nav .submenu {
	padding-top: 15px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 220px;
	display: none;
	transition: all ease .3s;
}
header #nav .submenu.active {
	height: auto;
}
header #nav .submenu li {
	background: url('../img/shared/bg-navsub.png') repeat center top;
	padding: 0 20px;
	letter-spacing: 0.15em;
	font-size: 16px;
	transition: all ease .3s;
}
header #nav .submenu li:hover {
	opacity: .8;
}
header #nav .submenu li a {
	border-bottom: 1px solid #060606;
	padding: 12px 0;
	display: block;
}
header #nav .submenu li:last-child a {
	border-bottom: none;
}
header #nav .submenu li a:hover {
	text-decoration: none;
}
header #link {
	position: absolute;
	top: 169px;
	right: 0;
	z-index: 2;
	height: 228px;
	overflow: hidden;
}
header hr.line1 {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
}



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

#key {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 1000px;
	position: relative;
}
#key ul.slide-fade {
	min-height: inherit;
}
#key ul.slide-fade 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;
}


/*=============================================
 * <section>
 *=============================================*/

.txt-center {
	text-align: center;
}
.img-rss {
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.img-rss:hover {
	opacity: .8;
}
hr.line {
	background: url('../img/shared/bg-navf.jpg') repeat center top;
	width: 100%;
	height: 15px;
	border: none;
	position: relative;
	z-index: 1;
}
hr.line1, hr.line2  {
	background: url('../img/shared/line1.jpg') repeat center top;
	width: 100%;
	height: 15px;
	border: none;
	box-shadow: 3px 4px 9.1px 0.9px rgba(0, 0, 0, 0.73),
	3px -2px 9.1px 0.9px rgba(0, 0, 0, 0.73);
	position: relative;
	z-index: 1;
}
hr.line2 {
	background: url('../img/shared/line2.jpg') repeat center top;
	height: 10px;
}
.img-shadow img {
	box-shadow: 10px 10px 16px 0px rgba(0, 0, 0, 0.64);
}
.btn-shared, .btn-vertical {
	color: #000000;
}
.btn-shared span, .btn-vertical span {
	background: url('../img/shared/bg-btn.jpg') repeat center top;
	display: inline-block;
	box-sizing: border-box;
	border: 2px solid #000;
	width: 360px;
	height: 80px;
	line-height: 76px;
	font-size: 20px;
	letter-spacing: 2px;
	position: relative;
	padding-right: 30px;
	font-weight: bold;
	transition: all ease .3s;
	text-align: center;
}
.btn-vertical span {
	width: 80px;
	height: 360px;
	padding-right: 0;
	padding-bottom: 54px;
	letter-spacing: 3px;
}
.btn-shared span:before,
.btn-vertical span:before {
	content: "";
	background: url('../img/shared/arrow-btn.png') no-repeat center top;
	position: absolute;
	top: 24px;
	right: 20px;
	width: 26px;
	height: 26px;
}
.btn-vertical span:before {
	bottom: 30px;
	top: auto;
	right: 50%;
	margin-right: -15px;
}
.btn-shared span:hover,
.btn-vertical span:hover {
	opacity: .8;
}
.title {
	position: relative;
	z-index: 1;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 2px;
	/* font-weight: 500; */
}
.red {
	color: #d50f0f;
}

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

#socialbuttons {
	position: absolute;
	left: 0;
	top: 0;
}
#socialbuttons .fb_iframe_widget {
	display: inline-flex;
}



/*=============================================
 * <footer>
 *=============================================*/

footer #navf {
	background: url('../img/shared/bg-navf.jpg') repeat center top;
	padding: 15px 0 17px;
	text-align: center;
}
footer nav a {
	padding-left: 0;
}
footer nav a:hover {
	text-decoration: none;
}
footer nav a:before {
	margin: 0 27px !important;
}
footer nav span:hover {
	text-decoration: underline;
}
footer .set1 {
	background: url('../img/shared/bg-footer1.jpg') repeat center top;
	padding: 21px 0 22px;
}
footer .set2 {
	background: url('../img/shared/bg-footer2.jpg') repeat center top;
	padding: 23px 0 24px;
}
footer .set3 {
	background: url('../img/shared/bg-footer3.jpg') repeat center top;
	padding: 24px 0 20px;
}
footer .set4 {
	padding: 32px 0 28px;
	line-height: 20px;
}
footer .logo {
	padding-top: 14px;
	margin-left: -22px;
	float: left;
}
footer .boxtel {
	float: right;
	margin-top: 10px;
	width: 241px;
}
.boxtel {
	border: 2px solid #fff;
	text-align: center;
}
.boxtel .tit {
	background-color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 2px;
	color: #000000;
}
.boxtel .tel {
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 28px;
	line-height: 60px;
	color: #000000;
	letter-spacing: 2.8px;
	font-weight: bold;
}
.boxtel .txt {
	padding: 8px 0 15px;
	line-height: 22px;
}
footer .list {
	float: left;
	width: 540px;
	margin-left: 32px;
}
footer .list dl {
	line-height: 18px;
	padding: 9px 0;
}
footer .list dl:after {
	content: "." !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
}
footer .list dl dt {
	letter-spacing: 0;
	width: 120px;
	float: left;
}
footer .list dl dd {
	width: 406px;
	float: right;
}



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

address {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.4px;
}

address a{
 font-size: 10px;
 color: #FFF;
 display: block;
 text-decoration: none;
}


/*=============================================
 * bxslider
 *=============================================*/

.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -40px;
    left: 0;
    text-align: center;
    width: 100%;
	line-height: 0;
    z-index: 100;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
}
.bx-wrapper .bx-pager a {
	display: block;
	border-radius: 50%;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    text-indent: 9999px;
    border: 7px solid #fff;
}
.bx-wrapper .bx-pager a:hover, 
.bx-wrapper .bx-pager a.active {
	opacity: .5;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	height: 45px;
	margin-top: -16px;
	width: 50px;
	z-index: 9999;
	text-indent: -9999px;
}
.bx-wrapper .bx-prev {
	left: 0;
}
.bx-wrapper .bx-next {
	right: 0;
}