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



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

body {
	color: #2d2a22;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight:600;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 1.6px;
	background: url('../img/shared_old/pattern1.jpg');
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}

.pat2{
	background-image: url('../img/shared_old/pattern2.jpg');
}
.pat3{
	background-image: url('../img/shared_old/pattern3.jpg');
	color: #ece6d6;
}
.pat4{
	background-image: url('../img/shared_old/pattern4.jpg');
	color: #ece6d6;
}
.pat5{
	background-image: url('../img/shared_old/pattern5.jpg');
	color: #ece6d6;
}
.line_sh{
	position: relative;
}
.line_sh:before{
	content: '';
	width: 100%;
	height: 5px;
	background-image: url('../img/shared_old/line.jpg');
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
	z-index: 9;
}
.line1{
	position: relative;
}
.line1:before{
	content: '';
	width: 100%;
	height: 5px;
	background-image: url('../img/shared_old/line.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	position: absolute;
	left: 0;
	top: 0;
}
.line2{
	position: relative;
}
.line2:before{
	content: '';
	width: 100%;
	height: 8px;
	background-image: url('../img/shared_old/line2.jpg');
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}
.btn1 img{
	box-shadow: 3px 3px 3px rgba(0,0,0,0.6);
}
.btn img{
	box-shadow: 2px 2px 3px rgba(0,0,0,0.7);
}
/*=============================================
 * 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;
}
@font-face {
    font-family: 'DFKyoKaShoStd';
    src: url('../font/DFKyoKaShoStd-W4.otf');
    font-weight: normal;
    font-style: normal;
}

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

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}
*{
	box-sizing: border-box;
}


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

header {
	position: relative;
}
header .header_group{
	position: absolute;
	top: 135px;
	left: 0;
	z-index: 9;
}
header .header_group .btn_en{
	position: absolute;
	bottom: -65px;
    left: 100px;
}
header h1 {
	font-size: 14px;
	position: absolute;
	left:0px;
	top: 16px;
	z-index: 9;
	letter-spacing: 0.7px;
	width:380px;
	line-height:160%;
}
header .logo {
	margin-left: -2px;
}
header .tel {
	padding-top: 55px;
	padding-bottom: 18px;
}
header nav {
	margin-left: 13px;
}
header nav a{
	margin-right: 29px;
}
.nav-fixed ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	height:80px;
	padding-top: 24px;
}
header .nav-fixed {
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	opacity: 0;
	transition: opacity 0.5s ease;
}
header .nav-fixed.fixed {
	opacity: 1;
}
header .btn_fixed {
	position: fixed;
	top: 157px;
	right: 0;
	z-index: 100;
	opacity: 0;
	transition: opacity 0.5s ease;
}
header .btn_fixed.fixed {
	opacity: 1;
}

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

#key {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height:818px;
	position: relative;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


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

#socialbuttons {
	margin-top: 12px;
	margin-bottom: 36px;
}



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

footer {
	text-align: center;
}
footer .logo {
	padding-top: 57px;
}
footer .logo_txt{
	text-align: center;
	font-size: 15px;
	padding-top: 10px;
	letter-spacing: 1px;
}
footer .tel {
	margin-top: 28px;
}
footer .tel_txt{
	width: 580px;
	margin: 0 auto;
	font-size: 15px;
	border-bottom: 2px solid #ece6d6;
	padding-top: 2px;
	letter-spacing: 1px;
	padding-bottom: 7px;
}
footer .vcard{
	line-height: 29px;
	font-size: 15px;
	width: 580px;
	margin: 0 auto;
	padding-top: 17px;
	letter-spacing: 1px;
}
footer .vcard dt{
	width: 195px;
	float: left;
	text-align: right;
	padding-right: 26px;
}
footer .vcard dd{
	width: 385px;
	float: left;
	text-align: left;
}
footer .footer_bot{
	box-shadow: 3px 0px 7px rgba(0, 0, 0, 1.0),3px 0px 7px rgba(0, 0, 0, 1.0);
	padding-bottom: 18px;
}
footer nav {
	font-size: 15px;
	padding-top: 29px;
}
footer nav > a + a{
	padding-left: 20px;
}
footer nav > a + a:before{
	padding-right: 20px;
}

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

address {
	font-size: 11px;
}

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