﻿@charset "UTF-8";

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

/*  賞  */
.syozyo_kukuri {
	margin-top: 0px;
	margin-bottom: 15px;
	width: 350px;
	height: 455px;
	background-image: url("../image/washi30.jpg");
}
.syozyo {
	width: 175px;
	height: 130px;
	float: left;
	margin-bottom: 0px;
	vertical-align: bottom;

}
.syozyo_2 {
	width: 175px;
	height: 130px;
	margin-bottom: 0px;
	vertical-align: bottom;

}
.spaice_comment_kukuri{
	width: 340px;
	height: 195px;
	margin-top: 0px;
	margin-left: 5px;
}

.spaice_comment {
	color: yellow;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-shadow: -1px -1px black,1px 1px 1px black;
	font-family: serif;
	padding-top: 15px;
	padding-bottom: 15px;
}
.spaice_comment_2 {	
	font-size: 14px;
	line-height: 16px;
	color: aqua;
	font-weight: bold;
	text-shadow: -1px -1px black,1px 1px 0px black;
	word-break: break-all;
	font-family: serif;
}
.spaice {
	width:350px;
	height: 130px;
	margin-top: 0px;
}

.eigyo_zikan{
	background-image: url("../image/kami2.jpg");
	width: 350px;
	margin: 0 auto;
}
.eigyo_zikan_p {
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}



/* 小見出し　和紙*/
.syokai_kukuri {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 320px;
	height: 60px;
	position: relative;
}

.syokai_washi {
	width: 320px;
	height: 60px;
}

.syokai_title {
	font-size: 22px;
	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 {
	display: table;
	width: 350px;
	height: 118px;
	
}

/* 店内 写真*/
.tennai_photo_left {
	width:178px;
	height: 128px;
	float: left;
}
.tennai_photo_right {
	width:178px;
	height: 128px;
	float: right;
}

/*案内*/
.wood_guide_left {
	width: 172px;
	height: 124px;
	float: left;
	position: relative;
}
.wood_guide_right {
	width: 172px;
	height: 124px;
	float: right;
	position: relative;
}

.wood { /*木の看板（絵）*/
	width: 172px;
	height: 124px;
	margin-left: 0px;
	margin-top: 0px;
}
.wood_comment_left {
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	color: #550000;	
	line-height: 12px;
	top: 35px;
	left: 25px;
}
.wood_comment_right {
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	color: #550000;	
	line-height: 12px;
	top: 35px;
	left: 25px;
}
.wood_comment_big {
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	color: #550000;	
	text-shadow: -0px -0px black,1px 1px black;		
	line-height: 15px;
	top: 40px;
	left: 40px;
}


/*アクセス*/
.access {
	width: 350px;
	height: 287px;
	margin-bottom: 0px;
}
.mise_gaikan {
	width: 175px;
	height: 150px;
	right: 0px;
	float: right;
}
.access_kobuta_yazirusi {
	width: 175px;
	height: 150px;
}
.kobuta {
	width: 175px;
	height: 150px;
	float: left;
	margin-left: 0px;
}
.yazirusi {
	display: none;
	
}
.access_syosai {
	width: 350px;
	height: 100px;
	position: relative;
}
.access_washi {
	width: 350px;
	height: 100px;
	margin-left: 0px;
	margin-top: 0px;
}
.access_comment {
	position: absolute;
	top: 20px;
	left:20px;
	color: black;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.map {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding-top: 56.25%;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


