@charset "utf-8";
/*
Theme Name: 筒井テーマ最終new
Theme URI: http://kurokodesigns.com/
Description: Tsutsui Templete!
Version: 1.0
Author: kurokodesigns
Author URI: http://kurokodesigns.com/
*/

/*Reset CSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

/*Reset CSS end*/

body {
	text-align: center;
	background: #ffffff url(./images/headbg.jpg) top left repeat-x;
	color: #333333;
	line-height: 170%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 90%;
}

body.page_sakura {
	background: #ffffff url(./images/headbg_sakura.jpg) top left repeat-x;
}

body.page_tsutsui {
	background: #ffffff url(./images/headbg_ktsutsui.jpg) top left repeat-x;
}

strong {
	font-weight: bold;
}

a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #ed6d00;
}

img{
	border: none;
}

a:hover img{
	border: none;
	opacity: 0.8;
	filter: alpha(opacity=70);
}


img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	margin: 0 0 10px 10px;
	display: inline;
}

img.alignleft{
	margin: 0 10px 10px 0;
	display:inline;
}

.alignright{
	float: right;
}

.alignleft {
	float: left
}

.center{
	margin: 0 0 0 0;
	text-align: center;
}

div#head {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 940px;
	height: 400px;
	position: relative;
	*zoom: 1;
}

div#head h1 {
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 6;
}

div#head h1#head_sakura {
	position: absolute;
	top: 15px;
	left: 38px;
	z-index: 6;
}

div#head h1#head_tsutsui {
	position: absolute;
	top: 5px;
	left: 28px;
	z-index: 6;
}

div#head ul#hm {
	border-left: 1px solid #ffffff;
	position: absolute;
	top: 0px;
	left: 295px;
	z-index: 4;
}

div#head ul#hm li {
	margin: 0 0 0 0;
	width: 160px;
	height: 40px;
	border-right: 1px solid #ffffff;
	float: left;
	display: inline;
}

img#headmenubg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

img#illust {
	position: absolute;
	top: 85px;
	left: 10px;
	z-index: 7;
}

img#headcloud {
	position: absolute;
	top: 120px;
	left: -130px;
	z-index: 1;
}

img#headcloud2 {
	position: absolute;
	top: 120px;
	left: -130px;
	z-index: 1;
}

img#cover_mainvis {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

img#mainvis {
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 1;
}

div#top_main {
	margin: 0 auto;
	padding: 80px 0 40px 0;
	width: 940px;
	text-align: left;
	*zoom: 1;
}

div#page_main {
	margin: 0 auto;
	padding: 40px 0 40px 0;
	width: 940px;
	text-align: left;
	*zoom: 1;
}

div#top_main h2 {
	margin: 0 0 10px 0;
	text-align: center;
}

div.kuzu {
	padding: 0 0 10px 10px;
	font-size:12px;
	line-height: 30px;
}

div#page_main h2 {
	margin: 0 0 30px 0;
	padding: 0 0 0 40px;
	color: #595757;
	font-size: 24px;
	font-weight: bold;
	line-height: 65px;
	background: url(./images/h2bg.jpg) top left no-repeat;
}

div#page_main h2.sakura_title {
	background: url(./images/h2bg_sakura.jpg) top left no-repeat;
	color: #595757;
}

div#page_main h2.tsutsui_title {
	background: url(./images/h2bg_ktsutsui.jpg) top left no-repeat;
	color: #595757;
}

div#page_main h3 {
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	font-size: 21px;
	line-height: 40px;
	border-left: 5px solid #8dc556;
	border-bottom: 1px solid #8dc556;
}

div#page_main div.shop_news h3 {
	margin: 0 0 0 0;
}

div#page_main p {
	margin: 0 0 20px 0;
	line-height: 200%;
}

div#page_main p.postdate {
	margin: 60px 0 20px 0;
	text-align: right;
	font-size: 90%;
}

div#page_main p.navigation {
	margin: 0 0 40px 0;
	text-align: center;
}

div#page_main p.navigation button {
	padding: 8px 15px;
	background: #ffffff;
	color: #575757;
	font-size: 14px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	cursor: pointer;
}

div#page_main p.navigation button:hover {
	background: #f3993a;
	color: #ffffff;
	border: 1px solid #f3993a;
}

div#page_main p.view_detail {
	text-align: right;
}

div#page_main p.submit {
	text-align: center;
}

div#top_shopinfo_new {
	margin: 0 auto 40px;
	padding: 0 0 0 0;
	width: 430px;
	font-size: 90%;
	line-height: 150%;
	overflow: hidden;
	*zoom: 1;
}

div.shopinfo_table {
	margin: 0 0 20px 0;
	width: 430px;
	height: 240px;
	*zoom: 1;
}

table.shopinfo {
	margin: 0 0 0 30px;
	border-top: 1px solid #E1CBB4;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 370px;
}

table.shopinfo th {
	padding: 10px;
	border-bottom: 1px solid #E1CBB4;
	background: #fff5d7;
	color: #333;
	text-align: center;
	width: 90px;
}

table.shopinfo td {
	padding: 10px;
	border-bottom: 1px solid #E1CBB4;
	text-align: left;
}


div.shopinfo_logo {
	margin: 25px 0 30px 0;
	padding: 0 0 0 0;
	height: 56px;
	text-align: center;
}

div.shopinfo_photo {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	text-align: center;
}

div.shopinfo_link {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	text-align: center;
}

div#top_shopinfo_tsutsui {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 430px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	float: left;
	display: inline;
}

div#top_shopinfo_sakura_new {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 430px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	float: right;
	display: inline;
}

table.about {
	margin: 0 0 60px 0;
	border-top: 1px solid #E1CBB4;
	border-left: 1px solid #E1CBB4;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 940px;
}

table.about th {
	padding: 10px;
	border-right: 1px solid #E1CBB4;
	border-bottom: 1px solid #E1CBB4;
	background: #fff5d7;
	color: #333;
	text-align: center;
	width: 200px;
}

table.about td {
	padding: 10px;
	border-right: 1px solid #E1CBB4;
	border-bottom: 1px solid #E1CBB4;
	text-align: left;
}

div#accessmap {
	margin: 0 0 50px 0;
}

div.item_wrap {
	margin: 0 0 60px 20px;
	padding: 0 0 0 0;
	width: 900px;
	overflow: hidden;
	*zoom: 1;
}

div.item_photo {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 300px;
	float: left;
	display: inline;
}

div.item_text {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 570px;
	float: right;
	display: inline;
}

table.contact {
	margin: 0 0px 30px 0px;
	border-top: 1px solid #E1CBB4;
	border-left: 1px solid #E1CBB4;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 940px;
}

table.contact th {
	padding: 5px;
	border-right: 1px solid #E1CBB4;
	border-bottom: 1px solid #E1CBB4;
	background: #fff5d7;
	color: #333;
	text-align: center;
	width: 250px;
}

table.contact td {
	padding: 5px;
	border-right: 1px solid #E1CBB4;
	border-bottom: 1px solid #E1CBB4;
	text-align: left;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

input[type="text"].wpcf7c-conf,
input[type="text"].readonly,
input[type="email"].wpcf7c-conf,
input[type="url"].wpcf7c-conf,
textarea.wpcf7c-conf {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: none;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: none;
}

.wpcf7 input.yourName,.wpcf7 input.yourtel {
	width: 50%;
}

.wpcf7 input.yourage {
	width: 30%;
}

.wpcf7 input[type="submit"].wpcf7-submit {
	margin: 0 0 30px 0;
	padding: 0.4em 0.4em;
	font-size: 100%;
	width: 200px;
	background: #f3993a;
	color: #ffffff;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #f3993a;
}

.wpcf7 input[type="submit"].wpcf7-submit:hover {
	box-shadow: 0 0 5px rgba(234,85,4,.2) inset;
	background: #ef845c;
}

div.shopphoto_wrap {
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
	width: 940px;
	overflow: hidden;
	*zoom: 1;
}

div.shopphoto_l {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 450px;
	float: left;
	display: inline;
}

div.shopphoto_r {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 450px;
	float: right;
	display: inline;
}

div.shop_page_wrap {
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
	width: 940px;
	overflow: hidden;
	*zoom: 1;
}

div.shop_news {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 450px;
	float: left;
	display: inline;
}

div.shop_news ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 450px;
}

div.shop_news ul li{
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #C9CACA;	
	line-height: 180%;
}

div.shop_item {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 450px;
	float: right;
	display: inline;
}

div.sakura_map_wrap {
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
	width: 940px;
	overflow: hidden;
	*zoom: 1;
}

div.sakura_map_l {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 550px;
	float: left;
	display: inline;
}

div.sakura_map_r {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 350px;
	float: right;
	display: inline;
}

div.ktsutsui_map_wrap {
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
	width: 940px;
	text-align: center;
	overflow: hidden;
	*zoom: 1;
}

div.top_map {
	margin: 0 auto;
	text-align: center;
}

div#footmenu {
	margin: 0 auto;
	padding: 0 0 5px 0;
	width: 940px;
	clear: both;
	overflow: hidden;
	*zoom: 1;
}

div#footmenu  ul{
	margin: 0 0 0 0;
	text-align: center;
}

div#footmenu  ul li{
	margin: 0 0 0 0;
	padding: 0 5px 0 5px;
	display: inline;
	font-size: 80%;
	border-left: 1px solid #727171;
}

div#footmenu  ul li:first-child{
	border-left: none;
}

div#foot {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 80%;
	background: #8DC556;
	color: #ffffff;
	overflow: hidden;
	*zoom: 1;
}

div#foot_sakura {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 80%;
	background: #eb6ea5;
	color: #ffffff;
	overflow: hidden;
	*zoom: 1;
}

div#foot_tsutsui {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 80%;
	background: #00a080;
	color: #ffffff;
	overflow: hidden;
	*zoom: 1;
}

div#map {
	margin: 0 auto 30px;
}