﻿@charset "UTF-8";

body{
	background-image: url("../image/renga2.jpg");
	color: white;
}
/*  ページ見出し和紙タイトル*/
.dai_1 {
	width: 700px;
	height: 90px;
	margin-top: 100px;
	margin-left:150px;
	margin-bottom:40px;
	font-size: 50px;
	font-weight: bold;
	color: yellow;
	line-height: 90px;
	text-align: center;
	text-shadow: -1px -1px black,1px 1px black;
	background-image: url("../image/washi3.jpg");
}
.dai_1_login {
	width: 700px;
	height: 90px;
	margin-top: 15px;
	margin-left: 150px;
	margin-bottom: 40px;
	font-size: 50px;
	font-weight: bold;
	color: yellow;
	line-height: 90px;
	text-align: center;
	text-shadow: -1px -1px black,1px 1px black;
	background-image: url("../image/washi3.jpg");
}

/*  賞  */
.syozyo_kukuri {
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
	width: 1000px;
	height: 800px;
	padding: 0px;
}
.syozyo {
	width: 495px;
	height: 400px;
	float: left;
	margin-right: 10px;
	vertical-align: bottom;
	box-sizing: border-box;
}
.syozyo_2 {
	width: 495px;
	height: 400px;
	margin: 0px;
	vertical-align: bottom;
	box-sizing: border-box;
}

.spaice {
	width:1000px;
	height: 400px;
	margin-top: 10px;
}

.spaice_comment {
	position: absolute;
	top: 425px;
	left: 20px;
	color: yellow;
	font-size: 26px;
	font-weight: bold;
	text-shadow: -0px -0px black,1px 1px 3px black;
	font-family: serif;
}

.spaice_comment_2 {	
	position: absolute;
	font-size: 24px;
	color: cyan;
	font-weight: bold;
	text-shadow: -1px -1px black,1px 1px 3px black;
	bottom: 25px;
	left: 500px;
	font-family: serif;
	word-break: break-all;
}
.eigyo_zikan{
	background-image: url("../image/kami2.jpg");
	width: 600px;
	margin: 0 auto;
}
.eigyo_zikan_p {
	color: black;
	font-size: 20px;
	font-weight: bold;
	margin-left: 80px;
}

/*  和紙*/
.syokai_kukuri {
	margin-top: 40px;
	margin-bottom: 30px;
	width: 1000px;
	height: 100px;
	position: relative;
}

.syokai_washi {
	margin-left: 250px;
	width: 500px;
	height: 100px;
}

.syokai_title {
	font-size: 50px;
	font-weight: bold;
	text-shadow: -1px -1px black,1px 1px black;
	/*  真ん中プログラム*/
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	padding: 0;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* 店内 */
.tennai {
	width: 1000px;
	height: 370px;
}
/* 店内 写真*/
.tennai_photo_left {
	width:510px;
	height: 370px;
	float: left;
}
.tennai_photo_right {
	width:510px;
	height: 370px;
	float: right;
}
/*案内*/
.wood_guide_left {
	width: 490px;
	height: 370px;
	float: left;
	position: relative;
}
.wood_guide_right {
	width: 490px;
	height: 370px;
	float: right;
	position: relative;
}

.wood { /*木の看板（絵）*/
	width: 440px;
	height: 350px;
	margin-left: 30px;
	margin-top: 10px;
}
.wood_comment_left {
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	color: #550000;	
	text-shadow: -0px -0px black,1px 1px black;
	line-height: 32px;
	top: 100px;
	left: 80px;
}
.wood_comment_right {
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	color: #550000;	
	text-shadow: -0px -0px black,1px 1px black;	
	line-height: 32px;
	top: 115px;
	left: 80px;
}
.wood_comment_big {
	position: absolute;
	font-size: 40px;
	font-weight: bold;
	color: #550000;	
	text-shadow: -0px -0px black,1px 1px black;		
	line-height: 40px;
	top: 120px;
	left: 150px;
}


/*アクセス*/
.access {
	width: 1000px;
	height: 370px;
}
.mise_gaikan {
	width: 510px;
	height: 370px;
	right: 0px;
	float: right;
}
.access_kobuta_yazirusi {
	width: 490px;
	height: 220px;
}
.kobuta {
	width: 280px;
	height: 220px;
	float: left;
	margin-left: 0px;
}
.yazirusi {
	width: 190px;
	height: 220px;
	margin-left: 0px;
	margin-top: 0px;
}
.access_syosai {
	width: 470px;
	height: 150px;
	position: relative;
}
.access_washi {
	width: 470px;
	height: 150px;
	margin-left: 0px;
	margin-top: 0px;
}
.access_comment {
	position: absolute;
	top: 20px;
	left:40px;
	color: black;
	font-size: 20px;
	font-weight: bold;
}

.map {
	width: 1000px;
	top:10px;
	text-align: center;
}


