@charset "utf-8";

/* 文書全体 */
* {
	margin: 0px;
}

/* 全てのスクリーンサイズで適用される設定・モバイルファースト */

/* body */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* header */
header {
	background-color: #7d6c5b;
	overflow: hidden;
}
#logo {
	float: left;
}
#menuButton {
	float: right;
}
#tel {
	float: right;
	display: none;
}

/* nav */
#nav {
	display: none;
	clear: both;	
}
#nav ul {
	padding: 0px;
}
#nav ul li {
	background-color: #8c7966; /* メニューの背景色 */
	list-style-type: none;
}
#nav ul li a:link {
	color: #FFFFFF; /* リンクの文字色 */
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7d6c5b;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#nav ul li a:visited {
	color: #FFFFFF; /* クリック後のリンクの文字色 */
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7d6c5b;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#nav ul li a:hover {
	color: #FFFFFF; /* マウスカーソルを合わせた時の文字色 */
	text-decoration: none;
	display: block;
	background-color: #7d6c5b; /* マウスカーソルを合わせた時の背景色 */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

/* pageTitle */
#pageTitle {
	clear: both;
	display: block;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 125%;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	color: #6C5E4F;
}
#wrap2 {
	background-image: url(images/bg.png);
	clear: both;
}

/* content1 */
.content1 {
	background-color: #FFFFFF; /* コンテンツ内の背景色 */
	display: inline-block;
	width: 100%;
	clear: both;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.content1 a:link {
	color: #55493E; /* リンクの文字色 */
	-webkit-transition: color 0.5s ease-in-out 0s;
	-moz-transition: color 0.5s ease-in-out 0s;
	-ms-transition: color 0.5s ease-in-out 0s;
	-o-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
}
.content1 a:visited {
	color: #55493E; /* クリック後のリンクの文字色 */
}
.content1 a:hover {
	color: #BEB3A5; /* マウスカーソルを合わせた時の文字色 */
}
.content1 h1 {
	font-size: 125%; /* 見出し1（h1）のフォントサイズ */
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #7d6c5b;
	clear: both;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #7D6C5B;
}
.content1 h2 {
	font-size: 115%; /* 見出し2（h2）のフォントサイズ */
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #7d6c5b;
	clear: both;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #7D6C5B;
}
.content1 p {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.content1 .whatsNew {
	margin-right: 5px;
	margin-left: 5px;
}
.content1 .whatsNew dt {
	padding-top: 5px;
}
.content1 .whatsNew dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7d6c5b;
}

/* access.html 画像の回り込み */
.accessPhoto {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* content1 Menu Price の表*/
.content1 .menuPrice {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.content1 .menuPrice dt {
	clear: left;
	float: left;
	width: 70%;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 10px;
}
.content1 .menuPrice dd {
	text-align: right;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
}
.content1 .menuPrice dt:nth-of-type(even) {
	background-color: #F6F6F6;
}
.content1 .menuPrice dd:nth-of-type(even) {
	background-color: #F6F6F6;
}
.menuPriceSupplement {
	font-size: 80%;
	padding-left: 10px;
	padding-right: 10px;
}

/* content2 */
.content2 {
	background-color: #FFFFFF; /* コンテンツ内の背景色 */
	display: inline-block;
	width: 100%;
	clear: left;
	text-align: justify;
	text-justify: inter-ideograph;  
	word-break: break-all;
}
.content2 a:link {
	color: #55493E; /* リンクの文字色 */
	-webkit-transition: color 0.5s ease-in-out 0s;
	-moz-transition: color 0.5s ease-in-out 0s;
	-ms-transition: color 0.5s ease-in-out 0s;
	-o-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
}
.content2 a:visited {
	color: #55493E; /* クリック後のリンクの文字色 */
}
.content2 a:hover {
	color: #BEB3A5; /* マウスカーソルを合わせた時の文字色 */
}
.content2 h1 {
	font-size: 125%; /* 見出し1（h1）のフォントサイズ */
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #7d6c5b;
	clear: both;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #7D6C5B;
}
.content2 h2 {
	font-size: 115%; /* 見出し2（h2）のフォントサイズ */
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #7d6c5b;
	clear: both;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #7D6C5B;
}
.content2 p {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.content2 .campaign {
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 20px;
}
.content2 .campaign li {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* content2 Menu Price の表*/
.content2 .menuPrice {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.content2 .menuPrice dt {
	clear: left;
	float: left;
	width: 70%;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 10px;
}
.content2 .menuPrice dd {
	text-align: right;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
}
.content2 .menuPrice dt:nth-of-type(even) {
	background-color: #F6F6F6;
}
.content2 .menuPrice dd:nth-of-type(even) {
	background-color: #F6F6F6;
}

/* footer */
footer {
	color: #FFFFFF;
	background-color: #7d6c5b;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 90%;
}
footer a:link {
	color: #FFFFFF; /* リンクの文字色 */
	-webkit-transition: color 0.5s ease-in-out 0s;
	-moz-transition: color 0.5s ease-in-out 0s;
	-ms-transition: color 0.5s ease-in-out 0s;
	-o-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
}
footer a:visited {
	color: #FFFFFF; /* クリック後のリンクの文字色 */
}
footer a:hover {
	color: #D9D1CA; /* マウスカーソルを合わせた時の文字色 */
}
footer p, address {
	padding-top: 3px;
	padding-bottom: 3px;
}
#footerSection1 {
	padding-bottom: 5px;
	
}
#footerSection1 a:link {
	color: #FFFFFF; /* リンクの文字色 */
	text-decoration: none;
	-webkit-transition: color 0.5s ease-in-out 0s;
	-moz-transition: color 0.5s ease-in-out 0s;
	-ms-transition: color 0.5s ease-in-out 0s;
	-o-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
}
#footerSection1 a:visited {
	color: #FFFFFF; /* クリック後のリンクの文字色 */
	text-decoration: none;
}
#footerSection1 a:hover {
	color: #D9D1CA; /* マウスカーソルを合わせた時の文字色 */
	text-decoration: none;
}
footer p, address {
	padding-top: 3px;
	padding-bottom: 3px;
}
#footerSection2 {
	padding-bottom: 5px;
}
footer small {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCAFA3;
	padding-top: 12px;
	text-align: center;
}

/* image */
img {
	max-width: 100%;
	height: auto;
	border-style: none;
	vertical-align: bottom;
}

/* テキストの装飾 */
.font1 {
	color: #F00; /* 赤色の文字 */
}



/* スクリーンサイズ 幅 550px 以上で適用される設定・上から継承したスタイルを上書き */
@media only screen and (min-width: 550px) {

/* header */
#logo {
	float: left;
}
#menuButton {
	display: none;
}
#tel {
	float: right;
	display: block;
}

/* nav */
#nav {
	display: block;
	margin-left: 5px;
}
#nav ul {
}
#nav ul li {
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	background-color: #FFF;
	margin-left: -1px;
	display: block;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#nav ul li a:link {
	background-color: #FFF;
	color: #000;
	border-top-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	-webkit-transition: color 0.5s ease-in-out 0s;
	-moz-transition: color 0.5s ease-in-out 0s;
	-ms-transition: color 0.5s ease-in-out 0s;
	-o-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
}
#nav ul li a:visited {
	color: #000;
	border-top-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	background-color: #FFF;
}
#nav ul li a:hover {
	color: #D9D1CA;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	background-color: #FFF;
}

/* stuff.html の写真 */
.photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

}



/* スクリーンサイズ 幅 650px 以上で営業時間と所在地が右側に回り込む設定 */
@media only screen and (min-width: 650px) {

/* footer */
footer {
}
footer a:link {
}
footer a:visited {
}
footer a:hover {
}
footer p, address {
}
#footerSection1 {
	float: left;
	width: 50%;
}
#footerSection2 {
	float: right;
	width: 50%;
}
footer small {
	clear: both;
}

}



/* スクリーンサイズ 幅 1000px 以上でコンテンツが右側に回り込む設定 */
@media only screen and (min-width: 1000px) {

/* content1 */
.content1 {
	display: block;
	width: 50%;
	float: left;
	clear: both;
}
.content1 h1 {
}
.content1 h2 {
}
.content1 p {
}
.content1 .whatsNew {
	margin-bottom: 10px;
}
.content1 .whatsNew dt {
}
.content1 .whatsNew dd {
}

/* content2 */
.content2 {
	display: block;
	width: 50%;
	float: right;
	clear: none;
}
.content2 h1 {
}
.content2 h2 {
}
.content2 p {
}
.content2 .campaign {
	margin-bottom: 10px;
}
.content2 .campaign li {
}

/* footer */
#footerSection1 p, address {
	margin-right: 5px;
	margin-left: 0px;
}
#footerSection2 p {
	margin-right: 0px;
	margin-left: 5px;
}

}



/* スクリーンサイズ 幅 1200px 以上で適用される設定・上から継承したスタイルを上書き */
@media only screen and (min-width: 1200px) {

/* header */
header {
	background-color: #7d6c5b;
	overflow: hidden;
}
#wrap1 {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#wrap3 {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#mainImg {
	text-align: center;
}
#wrap4 {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#wrap5 {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/* nav */
#nav {
	margin-left: 0px;
}

/* pageTitle */
#pageTitle {
	padding-right: 0px;
	padding-left: 0px;
}

/* content1 */
.content1 {
	display: block;
	width: 50%;
	float: left;
	clear: none;
}
.content1 h1 {
	margin-right: 5px;
	margin-left: 0px;
}
.content1 h2 {
	margin-right: 5px;
	margin-left: 0px;
}
.content1 p {
	margin-right: 5px;
	margin-left: 0px;
}
.content1 .whatsNew {
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.content1 .whatsNew dt {
}
.content1 .whatsNew dd {
}

/* content1 Menu Price の表*/
.content1 .menuPrice {
	margin-left: 0px;
}

/* content2 */
.content2 {
	display: block;
	width: 50%;
	float: right;
	clear: none;
}
.content2 h1 {
	margin-right: 0px;
	margin-left: 5px;
}
.content2 h2 {
	margin-right: 0px;
	margin-left: 5px;
}
.content2 p {
	margin-right: 0px;
	margin-left: 5px;
}
.content2 .campaign {
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.content2 .campaign li {
}

/* content2  Menu Price の表*/
.content2 .menuPrice {
	margin-right: 0px;
}

}
