@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    font-size: 85%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000; /* 標準文字色 */
	background-color: #f1ece2;
	background-color : #fff;
    background-position: top left;
    background-repeat: repeat;
	min-width: 960px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#top_container{
    margin-top: -1px;
}

#header{
    width: 960px;
	height: 98px;
	margin-left: auto;
	margin-right: auto;
}

#inner{
	background-color: #FFFFFF;
    background-position: top left;
    background-repeat: repeat;
}

#inner::after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}

#wrapper{
	position: relative;
	width: 960px;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 65px;
}

#main{
    width: 675px;
    float: left;
	padding-left: 4px;
	padding-right: 20px;
	padding-top: 10px;
}

#aside{
  	width: 261px;
 	float: left;
	padding-bottom: 20px;
	padding-top: 13px;
}
.layoutset-02 #aside{
	padding-top: 0px;
	margin-top: -77px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/* トップページ デザイン定義 */
.layoutset-01 #title{
	width: 960px;
}

.layoutset-01 #title h2{
	width: 960px;
	height: 338px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    overflow: hidden;
    text-indent: -9999px;
    background-image : url(top_mainimg_3K_02.png);
    background-position: top center;
    background-repeat: no-repeat;
	z-index: 0;
}

/* 第二階層 */

.layoutset-02 #title{
	background-image : url(titleBg_3K.png);
    background-position: left bottom;
    background-repeat: no-repeat;
	margin-left: -27px;
	width: 711px;
	height: 93px;
	overflow: hidden;
}

.layoutset-02 #title h2{
	padding-left: 50px;
	padding-top: 20px;
}

.layoutset-02 #title span.en{
	font-size: 1.1em;
	padding-right: 6px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.layoutset-02 #title span.ja{
	display: none;
}


/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

/* ヘッダー内パーツ */
#headerMain {
}

#headerMain h1{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 14px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    font-weight: normal;
    line-height: 15px;
    font-size: 12px;
	color: #000;
}

#headerLogo{
    width: 500px;
	float: left;
}

#headerLogo a{
    display: block;
    margin-top: 5;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
	width: 500px;
    height: 64px;
    background-image : url(logo_3K_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#headerExtra1{
    width: 480px;
	float: right;
	margin-top: -75px;
}

#headerExtra1 p{
	text-align: right;
}
#headerExtra1 p.tel{
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.1;
    text-align: right;
    color: #000;
    font-size: 1.7em;
}

#headerExtra1 p.tel span{
    /* 電話番号の「TEL」文字設定 */
    font-size: 0.65em;
    font-weight: normal;
    color: #000;
    padding-right: 10px;
}

#headerExtra1 p.address{
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 2px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: right;
	color: #000;
}

#headerExtra1 p.mail{
    /* メール文字設定 */
    margin-top: -2px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: right;
	color: #000;
}

/* ナビゲーション */
#nav{
    position: absolute;
    left: 0px;
	top: 98px;
    width: 100%;
	min-width: 960px;
    height: 52px;
    overflow: hidden;
	background-color : #fff;
    background-position: left top;
    background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#nav ul{
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 6px;
    list-style-type: none;
    overflow: hidden;
	width: 954px;
	height: 55px;
	background-image : url(mainmenu_3K.png);
    background-position: left center;
    background-repeat: no-repeat;
}

#nav ul::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#nav li{
	display: inline-block;
}

#nav li a{
    display: block;
	height: 55px;
	line-height: 55px;
	padding-left: 15px;
	padding-right: 25px;
	text-align: center;
	background-image : url(mainmenu_3K.png);
    background-position: right center;
    background-repeat: no-repeat;
	letter-spacing: 0.1em;
}

#nav li span.ja{
	display: none;
}

#nav li span.en{
	text-transform: uppercase;
}

#nav a:link{
    text-decoration: none;
	color: #3d2b28;
}
#nav a:visited{
    color: #3d2b28;
    text-decoration: none;
}
#nav a:hover{
    color: #205e07;
    text-decoration: none;
}
#nav a:active{
   color: #205e07;
    text-decoration: none;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#header{
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}
	#wrapper{
	    width: 100%;
		height: auto;
		padding-top: 0;
	}
	#main{
		width: 96%;
		float: none;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0;
	}
	#aside{
		width: 96%;
		float: none;
		padding-top: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.layoutset-02 #aside{
		margin-top: 0;
	}
	
	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* トップページ デザイン定義 */
	.layoutset-01 #title{
		width: 100%;
	}
	.layoutset-01 #title h2{
		width: 100%;
		height: 200px;
		background-size: contain;
	}
	
	/* 第二階層 */
	
	.layoutset-02 #title{
		background-color:#e2dacb;
		background-image: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: auto;
		border-color: #d6ccb5;
		border-width: 1px;
		border-style: solid;
		box-sizing: border-box;
	}
	
	.layoutset-02 #title h2{
		padding-left: 15px;
		padding-top: 5px;
		padding-right: 15px;
		padding-bottom: 5px;
		word-break: break-all;
	}
	.layoutset-02 #title span.en{
		padding-right: 0;
	}
	
	/*--------------------------------------------------------
	  共通パーツデザイン設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	#headerMain h1{
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		line-height: 1.4;
	}
	
	#headerLogo{
		width: 70%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#headerLogo a{
		max-width: 100%;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		background-size: contain;
		background-position: top center;
	}	
	#headerExtra1{
	    width: 98%;
		float: none;
		margin-top: 10px;
		margin-right: auto;
		margin-left: auto;
		color : #FFFFFF;
	}
	#headerExtra1 p.tel span{
		display: block;
		padding-bottom: 5px;
	}
	
	/* ナビゲーション */
	#nav{
		position: relative;
		top: 0;
		min-width: 100%;
		height: auto;
		border-bottom-width: 0;
	}
	
	#nav ul{
		display: none;
		padding-left: 0;
		width: 100%;
		height: auto;
		background-image: none;
	}
	#nav ul.toggled-on{
		display: block;
	}
	#nav li{
		display: block;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #3d2826;
	}
	#nav li a{
		height: auto;
		line-height: 1.4;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-image: none;
		text-align: left;
	}
}