@charset "utf-8";
/*====================================================================
	初期設定
 ====================================================================*/

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section { display: block; }
audio,
canvas {
	display: inline-block;
	max-width: 100%;
}
a {
	outline: none !important;
	text-decoration: none;
	color: #405532;
}
a:focus {
	outline: none !important;
	color: #999;
}
a:active {
	outline: none !important;
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:hover img { /*
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	*/ }
address { margin-top: 0; }
b,
strong { font-weight: 700; }
cite,
dfn,
em,
i,
b { font-weight: 700; }
mark,
ins { text-decoration: none; }
code,
kbd,
tt,
var,
samp,
pre {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
ul,
ol { list-style: none; }
img { vertical-align: top; }
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
@font-face {
	font-family: impact;
	src: url(http://edogiku.com/fonts/Impact.ttf) format("truetype");
}
@font-face {
	font-family: pt_sans;
	src: url(http://edogiku.com/fonts/PT_Sans-Narrow-Web-Regular.ttf) format("truetype");
}
/*====================================================================
	body設定
 ====================================================================*/

body {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #405532;
	background: #fff;
	font-size: 13px;
	line-height: 1.6;
}
html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
#container {
	overflow: hidden;
	position: relative;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after { clear: both; }
.cf { *zoom: 1;
}

@media screen and (min-width: 641px) {
/*====================================================================
	PC汎用クラス
 ====================================================================*/

.central {
	width: 960px;
	margin: 0 auto;
}
}

@media screen and (min-width:641px) {
/*====================================================================
　PCトップページ
====================================================================*/
header {
	background: url(../images/repeat01.jpg) repeat-x left bottom/auto 10px, url(../images/header_kumo.png) no-repeat right center/auto 96px, url(../images/header_bg.jpg) repeat left top/auto 200px;
	height: 200px;
	top: 0;
	width: 100%;
	box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.3);
	z-index: 100;
}
#header_inner {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0 0;
}
#gnavi {
	float: right;
	overflow: hidden;
	width: 550px;
	text-align: right;
}
#gnavi ul li {
	float: right;
	margin: 0 0 0 40px;
}
#gnavi ul li:nth-child(1) { width: 75px; }
#gnavi ul li:nth-child(1) img {
	width: 100%;
	height: auto;
}
#gnavi ul li:nth-child(2),
#gnavi ul li:nth-child(3),
#gnavi ul li:nth-child(4),
#gnavi ul li:nth-child(5),
#gnavi ul li:nth-child(6),
#gnavi ul li:nth-child(7) { width: 31px; }
#gnavi ul li:nth-child(2) img,
#gnavi ul li:nth-child(3) img,
#gnavi ul li:nth-child(4) img,
#gnavi ul li:nth-child(5) img,
#gnavi ul li:nth-child(6) img,
#gnavi ul li:nth-child(7) img {
	width: 100%;
	height: auto;
}
#gnavi ul li a:hover {
	opacity: 0.4;
	transition: 0.4s;
}
#header_info {
	float: left;
	width: 280px;
	padding: 10px 0 0 0;
}
#header_info ul li:nth-child(1),
#header_info ul li:nth-child(2) {
	margin: 0 0 15px;
	text-align: center;
}
#header_info ul li strong {
	margin: 0 0 7px;
	display: block;
}
#header_info ul li:last-child {
	border: 1px solid #999;
	text-align: center;
	height: 20px;
	padding: 1px 0 0 0;
	box-sizing: border-box;
}
#sp_header { display: none; }
#top_main {
	background: url(../images/repeat01.jpg) repeat-x left bottom/auto 10px, url(../images/kuzufu_bg.jpg) repeat-x left top/600px auto;
	padding: 0 0 10px;
	position: relative;
	height: 500px;
	box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5);
	z-index: 2;
}
#top_main p {
	position: absolute;
	width: 1400px;
	left: -50%;
	right: -50%;
	top: 0;
	bottom: 0;
	margin: auto;
}
#sp_top_img { display: none; }
#kodawari {
	background: url(../images/repeat02.jpg) repeat-x left bottom/auto 10px, url(../images/kodawari_kumo.png) no-repeat bottom 40px center/861px auto, url(../images/black_bg.jpg) repeat left top/500px auto;
	position: relative;
	box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.3);
	z-index: 3;
}
#sp_top_ttl { display: none; }
.kodawari_inner {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	padding: 70px 0 160px;
	overflow: hidden;
}
.kodawari_inner h2 {
	width: 54px;
	float: right;
	margin: 0 0 0 20px;
}
.kodawari_upper {
	overflow: hidden;
	margin: 0 0 25px;
}
.kodawari_upper h3 {
	float: right;
	margin: 0 0 0 20px;
}
.kodawari_upper p {
	float: right;
	text-align: right;
	padding: 5px 0 0 0;
}
.kodawari_upper h4 { display: none; }
.kodawari_upper p img:first-child {
	margin: 0 0 0 20px;
	float: right;
}
.kodawari_txtbox {
	float: left;
	width: 880px;
}
.kodawari_lower { height: 180px; }
.kodawari_lower h3 {
	float: right;
	margin: 0 0 0 30px;
}
.kodawari_lower h4 {
	float: right;
	margin: -8px 0 0 40px;
}
.dish_block {
	text-align: center;
	position: relative;
	background: url(../images/header_bg.jpg) repeat left top/auto 200px;
}
.dish_block img {
	width: 100%;
	height: auto;
}
.course_bnr {
	background: url(../images/repeat02-2.png) repeat-x left top/auto 14px, url(../images/dish_bg.jpg) no-repeat top center/cover;
	padding: 65px 0 50px;
}
.course_bnr ul {
	width: 960px;
	margin: 0 auto;
}
.course_bnr ul li {
	width: 300px;
	float: left;
}
.course_bnr ul li:nth-child(1),
.course_bnr ul li:nth-child(2) { margin: 0 30px 0 0; }
.course_bnr ul li:nth-child(3) { margin: 0; }
.course_bnr ul li a:hover {
	opacity: 0.4;
	transition: 0.4s;
}
#second .bottom_enkai {
	background: url(../images/repeat02.jpg) repeat-x left top/auto 10px, url(../images/black_bg.jpg) repeat left top/500px auto;
	padding: 20px 0 0 0;
}
.bottom_enkai { background: url(../images/black_bg.jpg) repeat left top/500px auto; }
.bottom_enkai div {
	width: 920px;
	margin: 0 auto;
	padding: 0 0 30px;
}
.bottom_enkai h2 {
	background: url(../images/enkai_parts.png) no-repeat center top/920px auto;
	text-align: center;
	padding: 38px 0 0 0;
	margin: 0 0 20px;
}
.bottom_enkai ul {
	width: 640px;
	margin: 0 auto 20px;
	overflow: hidden;
}
.bottom_enkai ul li:nth-child(1) {
	float: left;
	width: 242px;
}
.bottom_enkai ul li:nth-child(2) {
	float: right;
	width: 363px;
}
.bottom_enkai h3 {
	height: 30px;
	text-align: center;
	background: url(../images/d_parts01.png) no-repeat left top/920px auto;
	font-weight: normal;
}
.bottom_enkai h3 span {
	background: #8C7D33;
	color: #eee;
	height: 30px;
	display: inline-block;
	box-sizing: border-box;
	padding: 2px 30px 0;
	border-radius: 30px;
}
#footer_navi ul {
	height: 30px;
	background: url(../images/green_repeat.jpg) repeat-x left top/auto 30px;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
	padding: 4px 0 0 0;
}
#footer_navi ul li { display: inline; }
#footer_navi ul li:after {
	content: "｜";
	color: #f4efe4;
}
#footer_navi ul li:last-child:after { content: ""; }
#footer_navi ul li a { color: #f4efe4; }
#footer_info {
	padding: 30px 0;
	background: url(../images/footer_kumo.png) no-repeat left center/auto 96px, url(../images/header_bg.jpg) repeat left top/auto 200px;
}
#footer_upper {
	width: 960px;
	margin: 0 auto 10px;
	overflow: hidden;
}
footer #gmap {
	width: 710px;
	float: left;
	height: 167px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
#footer_lower {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
footer #facebook {
	float: left;
	width: 250px;
}
footer #facebook a:hover {
	opacity: 0.6;
	transition: 0.4s;
}
#footer_lower ul {
	background: #f8f8f8;
	width: 700px;
	height: 60px;
	box-sizing: border-box;
	padding: 10px;
	float: right;
	border: 1px solid #eee7d9;
}
#footer_lower ul li:nth-child(1) {
	float: left;
	margin: 0 20px 0 0;
	width: 190px;
	border-right: 1px solid #ccc;
}
#footer_lower ul li:nth-child(2) {
	float: left;
	width: 300px;
}
#footer_lower ul li strong,
#footer_lower ul li em { font-weight: normal }
footer span {
	display: block;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
small {
	background: url(../images/repeat03.jpg) repeat-x left top/auto 15px;
	height: 15px;
	display: block;
	color: #eee;
}
/*====================================================================
	下層ページ
 ====================================================================*/

#second_main {
	text-align: center;
	height: 210px;
	background: url(../images/repeat01.jpg) repeat-x left bottom/auto 10px, url(../images/second_img.jpg) no-repeat center top/1400px auto, url(../images/black_bg.jpg) repeat left top/500px auto;
	position: relative;
	z-index: 10;
	box-shadow: 0px 6px 7px -10px rgba(0,0,0,1);
}
#second_main h2 { padding: 60px 0 0 0; }
#pankuzu {
	width: 960px;
	margin: 0 auto;
	text-align: right;
}
#pankuzu p {
	display: inline-block;
	padding: 2px 10px 0;
	text-align: center;
	margin: 30px 0 0 0;
	border-radius: 20px;
	background: #f2f1ee;
	min-width: 200px;
}
.pattern01 {
	background: url(../images/pattern01.jpg) repeat left top/87px auto;
	padding: 50px 0;
}
.pattern02 {
	padding: 20px 0;
	background: url(../images/pattern02.jpg) repeat left top/75px auto;
}
.pattern03 {
	padding: 40px 0;
	background: url(../images/pattern03.jpg) repeat left top/100px auto;
}
.pattern04 {
	padding: 50px 0;
	background: url(../images/pattern04.jpg) repeat left top/56px auto;
	color: #fff;
}
.pattern05 {
	padding: 50px 0;
	background: url(../images/pattern05.jpg) repeat left top/100px auto;
}
.course_head01 {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
}
.course_head02 {
	width: 640px;
	margin: 0 auto;
}
.coure_right {
	width: 110px;
	float: right;
	text-align: right;
	height: 480px;
}
.course_left {
	width: 640px;
	float: left;
}
.course_img img {
	border-radius: 6px;
	margin: 0 0 10px
}
.wamon01 { background: url(../images/wamon01.png) no-repeat right bottom/78px auto; }
.wamon02 { background: url(../images/wamon02.png) no-repeat right bottom/78px auto; }
.wamon03 { background: url(../images/wamon03.png) no-repeat right bottom/78px auto; }
.wamon04 {
	background: url(../images/wamon04.png) no-repeat right bottom/78px auto;
	height: 420px;
}
.wa_ttl {
	background: url(../images/wa_border.png) no-repeat left bottom/640px auto;
	color: #7b6918;
	font-size: 28px;
	text-align: center;
	padding: 0 0 5px;
}
.wa_ttl02 {
	background: url(../images/wa_border02.png) no-repeat left bottom/640px auto;
	color: #7b6918;
	font-size: 28px;
	text-align: center;
	padding: 0 0 5px;
}
.marker01 {
	font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
	background: url(../images/marker01.png) no-repeat left top/30px auto;
	padding: 0 0 2px 40px;
	font-weight: normal;
	min-height: 30px;
}
.marker02 {
	font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
	background: url(../images/marker01.png) no-repeat left top/30px auto;
	padding: 0 0 2px 40px;
	font-weight: normal;
	min-height: 30px;
	color: #fff;
}
.smallsize {
	font-size: smaller;
	padding: 0 3px 0 0;
}
.menu01 {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
.menu01 dl {
	width: 460px;
	float: left;
	border: 1px solid #ddd;
	padding: 5px;
	box-sizing: border-box;
	display: table;
	font-size: 14px;
	height: 100px;
	font-family: "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 0 0 20px;
}
.menu01 dl:nth-child(2n) { float: right; }
.menu01 dl dt {
	display: table-cell;
	width: 90px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #968327;
	box-sizing: border-box;
}
.menu01 dl dd {
	padding: 0 0 0 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.repeat01 {
	background: url(../images/repeat-x_01.jpg) repeat-x left top/83px auto;
	height: 30px;
	border-radius: 4px;
	width: 960px;
	margin: 0 auto;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 2;
}
.repeat02 {
	background: url(../images/repeat-x_01.jpg) repeat-x left top/83px auto;
	height: 20px;
	border-radius: 2px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	display: block;
}
.menu02 {
	width: 960px;
	margin: 0 auto;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.menu_inner {
	width: 960px;
	margin: 0 auto;
}
.mincho_ttl01 {
	font-size: 22px;
	font-family: "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #78660e;
}
.mincho_ttl02 {
	font-size: 22px;
	font-family: "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #fff;
}
.menu03 {
	color: #405532;
	border: 1px solid #ccc;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 14px;
	margin: 0 0 10px;
	background: #f8f8f8;
}
.menu03 li {
	float: left;
	width: 440px;
	border-bottom: 1px dotted #aaa;
	overflow: hidden;
	margin: 0 0 5px;
}
.menu03 li:nth-child(2n) { float: right; }
.menu03 li strong {
	float: left;
	font-weight: normal;
}
.menu03 li strong:before {
	content: "■";
	font-size: smaller;
	margin: 0 2px 0 0;
}
.menu03 li em {
	float: right;
	font-weight: normal;
}
.note01 { color: #837010; }
.access {
	width: 960px;
	margin: 0 auto;
}
.access table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 30px;
}
.access table th {
	padding: 10px 0 10px 4px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	width: 15%;
	vertical-align: middle;
	text-align: left;
	border-right: 5px solid #b8b297
}
.access table td {
	width: 85%;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #ccc;
}
.access table tr:last-child th,
.access table tr:last-child td { border-bottom: none; }
.access_map {
	overflow: hidden;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin: 0 0 30px;
}
.left_img {
	float: left;
	width: 250px;
}
.map_right {
	width: 700px;
	float: right;
}
.map_right #gmap {
	width: 700px;
	height: 300px;
}
.access_txt {
	height: 170px;
	background: url(../images/mapsideimg02.jpg) no-repeat right bottom/300px auto, url(../images/pattern02.jpg) repeat left top/75px auto;
	display: table;
	width: 700px;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
}
.access_txt p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
	line-height: 2;
}
	.houji_bnr img:nth-child(2){ display: none;}
.room .pattern01 { padding: 30px 0 10px; }
.room .pattern02 { padding: 40px 0 20px; }
.room_map_wrap {
	width: 700px;
	margin: 0 auto 40px;
	overflow: hidden;
}
.floor1 {
	float: left;
	width: 505px;
}
.floor2 {
	float: right;
	width: 155px;
}
#room_image {
	width: 960px;
	margin: 0 auto;
}
#room_image ul {
	overflow: hidden;
	margin: 0 0 10px;
}
#room_image ul li {
	float: left;
	width: 150px;
	margin: 0 12px 16px 0;
}
#room_image ul li img {
	border-radius: 2px;
	margin: 0 0 3px;
}
#room_image ul li:nth-child(6n) { margin: 0; }
#room_image ul li:nth-child(7),
#room_image ul li:nth-child(8),
#room_image ul li:nth-child(9),
#room_image ul li:nth-child(10),
#room_image ul li:nth-child(11),
#room_image ul li:nth-child(12) { margin-bottom: 0; }
#room_image ul li a:hover {
	opacity: 0.7;
	transition: 0.4s;
}
#english_bnr {
	position: fixed;
	right: 0;
	bottom: 100px;
	z-index: 200;
}
.shige44_bnr {
	text-align: center;
	padding: 0 0 40px;
}
.shige44_bnr img {
	border-radius: 5px;
}
.shige44_bnr a:hover{
	opacity:0.7;
	transition:0.4s;
}

}

@media screen and (max-width:1600px) {
header { background: url(../images/repeat01.jpg) repeat-x left bottom/auto 10px, url(../images/header_bg.jpg) repeat left top/auto 200px; }
}

@media screen and (min-width:2000px) {
.dish_block img { width: 2000px; }
}