@charset "UTF-8";
/* CSS Document */

html {
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
	margin:0;
	padding:0;
	border:0;
	outline:0;
	list-style:none;
	page-break-before:avoid;
	page-break-after:avoid;
	vertical-align: baseline;
	background: transparent;
	line-height: 1;
	color: #604C3F;
	font-size:14px;
	line-height: 26px;
}

header,footer,main,menu,nav,section,summary {
	display: block;
	clear: both;
}

img {
	width: 100%;
	height: auto;
	vertical-align:top;
}

.left {
	float: left;
}

.right {
	float: right;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.clear {
	clear: both;
}


/*	link	-----------------------------*/

a {
	color: #604C3F;
	text-decoration:none;
}

a:hover,
a:active {
	color: #604C3F;
	text-decoration:none;
}

a.opacity {
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

a.opacity:hover {
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=50);
}

/*	base	-----------------------------*/

#contents {
	padding: 0 0 80px 0;
}

section {
	width: 1080px;
	min-width: 1030px;
	margin:0 auto;
	padding: 60px 0;
}

br.sp {
		display: none;
	}

.contents_mv {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 100px;
}

.contents_mv_sp {
	display: none;
}

#reservation {
	width: 100%;
	background-color: #F1E9DB;
	padding:5px 0 35px 0;
	
}

.top_back_img {
	width: 100%;
	height: auto;
	padding-bottom: 40%;
	background: url("../img/top_img.png");
	background-size:cover;
	position: relative;
}

.top_contents {
	display: block;
	width: 1030px;
	min-width: 1030px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin:0 auto;
}

.top_logo {
	width: 308px;
	min-width: 308px;
	float: left;
}

.privacy {
	width: 1080px;
	margin: 0 auto;
	padding-top: 50px;
}


/*	nav	-----------------------------*/

#pc_nav {
	display: block;
	width: 100%;
	height: 100px;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	z-index: 999;
}

.header_nav {
	display: block;
	width: 1080px;
	margin: 0 auto;
}

.header_nav a {
	font-size: 20px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, "serif";
	color: #000000;
}

.header_nav_left {
	width: 192px;
	height: auto;
	float: left;
	margin-top: 18px;
}

.header_nav_left img {
	width: 100%;
}

.header_nav_right {
	width: 740px;
	float: right;
}

.header_nav_right ul.header_nav {
	width: 400px;
	text-align: justify;
	clear: both;
	float:left;
	margin-top: 35px;
}

.header_nav_right ul.header_nav li {
    display: inline-block;
}

.header_nav li:hover {
	opacity: 0.7;
	transition: 0.2s;
}

.header_nav_right ul.header_nav:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

.header_nav_right ul.header_nav_info {	
	width: 215px;
	float: right;
	padding:10px 0 10px 0;
}

.header_nav_right ul.header_nav_info li {
	width: 36px;
    float: left;
	margin:22px 10px 0 0;
}

/*	footer	-----------------------------*/

.contact {
	width: 100%;
	height: 144px;
	margin-top: 50px;
}

.contact_line {
	width: 50%;
	height: 144px;
	background-color: #C1B494;
}

.contact_line .line {
	width: 214px;
	margin: 0 auto;
	padding-top: 32px;
}

.contact_line p.line_img {
	width: 78px;
}

.contact_line p.line_text {
	color: #fff;
	letter-spacing: 2px;
	padding-top: 26px;
	font-size: 18px;
}

.contact_mail {
	width: 50%;
	height: 144px;
	background-color: rgba(193,180,148,0.8);
}

.contact_mail .mail {
	width: 214px;
	margin: 0 auto;
	padding-top: 32px;
}

.contact_mail p.mail_img {
	width: 78px;
	padding-top: 12px;
}

.contact_mail p.mail_text {
	color: #fff;
	letter-spacing: 2px;
	padding-top: 26px;
	font-size: 18px;
}


footer {
	width: 100%;
	background-color: #604C3F;
	padding:50px 0;
	color: #fff;
}

#footer_contents {
	width: 1080px;
	margin: 0 auto;
}

.footer_left {
	width: 492px;
	float: left;
	padding-top: 50px
}

ul.footer_info {
	clear: both;
	width: 492px;
}

ul.footer_info li {
	float: left;
	margin: 15px 0 0 0;
}
        
ul.footer_info li:nth-child(odd) {
	width: 86px;
	padding: 2px 0;
	background:#fff;
	color: #604C3F;
	text-align: center;
	margin-right: 15px;
	font-weight: bold;
}

ul.footer_nav {
	clear: both;
	width: 492px;
	text-align: justify;
	clear: both;
	padding-top: 30px;
}

ul.footer_nav li {
    display: inline-block;
	margin-bottom: 10px;
}

ul.footer_nav li a {
	color: #fff;
	text-decoration: underline;
}


p.footer_logo {
	width: 346px;
	padding-bottom: 10px;
}

.footer_right {
	width: 462px;
	float: right;
}

.footer_right iframe{
	width:492px;
	height:364px;
}


/* RESPONSIVE */
@media screen and (max-width: 640px) {
	

	section {
	width: 95%;
	min-width: inherit;
	margin:0 auto;
	padding: 0 0 30px 0;
	overflow: hidden;
}
	
	#contents {
		padding-bottom: 50px;
	}

.contents_mv {
	display: none;
}

.contents_mv_sp {
	display: block;
	padding-top: 55px;
}
	
	br.sp {
		display: block;
	}
	
	.header_nav {
		display: none;
	}
	
	.privacy {
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
}
	
/*	footer	-----------------------------*/
	
.contact {
	width: 100%;
	height: 144px;
	margin-top: 50px;
}

.contact_line {
	width: 50%;
	height: 144px;
	background-color: #C1B494;
}

.contact_line .line {
	width: 100px;
	margin: 0 auto;
	padding-top: 26px;
}

.contact_line p.line_img {
	width: 60px;
	margin: 0 auto;
	float: none;
}

.contact_line p.line_text {
	color: #fff;
	letter-spacing: 2px;
	padding-top: 10px;
	font-size: 14px;
	float: none;
	text-align: center;
}

.contact_mail {
	width: 50%;
	height: 144px;
	background-color: rgba(193,180,148,0.8);
}

.contact_mail .mail {
	width: 100px;
	margin: 0 auto;
	padding-top: 35px;
}

.contact_mail p.mail_img {
	width: 60px;
	padding-top: 0px;
	float: none;
	margin: 0 auto;
}

.contact_mail p.mail_text {
	color: #fff;
	letter-spacing: 2px;
	padding-top: 10px;
	font-size: 14px;
	text-align: center;
	float: none;
}
	
	

footer {
	width: 100%;
	padding: 30px 0 40px 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

#footer_contents {
	width: 90%;
	margin: 0 auto;
}

.footer_left {
	width: 100%;
	float: none;
	padding-top: 20px
}

ul.footer_info {
	clear: both;
	width: 100%;
}

ul.footer_info li {
	float: left;
	margin: 10px 0 0 0;
}
        
ul.footer_info li:nth-child(odd) {
	width: 58px;
	height: 23px;
	text-align: center;
	padding: 2px 0;
	margin-right: 8px;
}

ul.footer_nav {
	clear: both;
	width: 100%;
	text-align: justify;
	clear: both;
	padding-top: 15px;
}

ul.footer_nav li {
    display: inline-block;
	margin-bottom: 10px;
}

ul.footer_nav li a {
	color: #fff;
	text-decoration: underline;
}


p.footer_logo {
	width: 250px;
	margin: 0 auto;
}

.footer_right {
	width: 100%;
	float: none;
	margin: 0 auto;
}
	
.footer_right iframe{
	width: 100%;
	height: 200px;
}
	
}