﻿html:not(.responsive) {
	min-width: 1000px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 33px;
	letter-spacing: 1px;
	background: #FFF;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}
.clw {
	color: #fff;
}
.clb {
	color: #130c05;
}

.txt-lh{
	line-height: 37px;
}
/*=============================================
 * 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;
}
/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}
/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}
/*=============================================
 * <header>
 *=============================================*/

header {
}
header h1 {
	font-size: 12px;
	color: #838383;
	margin-top: 5px;
}
header .logo {
	margin-top: 23px;
}
header .tel {
	margin-bottom: 27px;
}
header nav {
}
header #sideBar .fr {
	width: 810px;
}
header #sideBar {
	margin-bottom: 17px;
}
/*=============================================
 * key
 *=============================================*/

#key {
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 800px;
	position: relative;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/*=============================================
 * <section>
 *=============================================*/

section {
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
}
/*=============================================
 * <footer>
 *=============================================*/

footer {
	text-align: center;
	background: url(../img/shared/bgft.jpg) repeat center top;
	padding-top: 73px;
}
footer .logo {
}
footer .tel {
}
footer nav {
	color: #b9dce5;
	font-size: 13px;
}
footer nav a {
	padding-left: 25px;
}
footer nav a + a:before {
	padding-right: 25px;
}
footer .detail {
	margin-bottom: 40px;
}
footer .detail .fr {
	width: 390px;
	margin-right: 44px;
}
footer .detail .fr .fb {
	width: 390px;
	margin-bottom: 25px;
}
footer .detail .fl {
	width: 565px;
}
footer .detail .fl .contact {
	width: 515px;
	margin-bottom: 50px;
}
footer .detail .fl dl {
	display: table;
	width: 100%;
	line-height: 20px;
	margin-bottom: 20px;
}
footer .detail .fl dl dt {
	width: 130px;
	float: left;
	margin-left: 10px;
}
footer .detail .fl dl dd {
	width: 415px;
	float: right;
	letter-spacing: 0;
}
/*=============================================
 * copyright
 *=============================================*/

address {
	font-size: 13px;
	background: rgba(0,0,0, 0.6);
	padding: 18px 0;
	letter-spacing: 1.8px;
	margin-top: 13px;
}

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

.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}


#sp_botan a{
	border:1px #060c18 solid;
	padding:25px 5px;
	text-align:center;
	font-size:32px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	background: #060c18; 
}


#yoyaku_bnr{  
	position: fixed;
	right: 0;
	top: 200px;
	z-index: 9999;
	-webkit-text-orientation: upright;
  text-orientation: upright;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	border: double 5px #ffffff;
	padding: 40px 10px 20px;
	font-size: 18px;
	font-weight: 500;
	background-color: #0d1b35;
	color: #FFF;
}


.instabotan a {
   width: 300px;
   margin: 2px auto 30px auto;
   padding: 15px 0;
   display: block;
   color: #fff;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
   text-align: center;
   text-decoration: none;
   font-size: 18px;
   background-color: #0d1b35;
   border: double 5px #ffffff;
   box-sizing: border-box;
}