@charset "utf-8";
/* CSS Document */

/**********************************************************/
/* リセット */
/**********************************************************/

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-style:normal;
	font-weight: normal;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}


table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.center {
	text-align:center;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

h1,h2,h3 {
	font-family: 'Noto Sans Japanese',   sans-serif;
	font-weight:300;
}

img {
	vertical-align:bottom;
}

a {
	text-decoration: none;
	color:#444;
}

a:hover{
	color:#F75C0C;
	text-decoration:none;
}



/* ページの先頭に戻る(すべてのページ) */

.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #000;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.pagetop a:hover {
    display: block;
    background-color: #222;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 1;
}


/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 400;
   src: local("Noto Sans CJK JP"),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 700;
   src: local("Noto Sans CJK JP"),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}




@media screen and (min-width:768px){

/**********************************************************/
/* ベース部分 */
/**********************************************************/

body {
	width:100%;
    line-height: 1.5;
	color: #333;
    background: url(../images/bg.jpg);
    position:relative;
    z-index:0;
	font-family: 'Noto Sans Japanese',   sans-serif;
	font-weight:300;
	font-size:15px;
}

.pc_none,.hidden {
	display:none;
}


/**********************************************************/
/* ヘッダー */
/**********************************************************/


header {
	width:1100px;
	height:210px;
	margin:0 auto;
	position:relative;
}

.header_bg {
	width:1420px;
	height:210px;
	background: none;
	position:absolute;
	left:-155px;
	bottom:0;
	z-index:-1;
	margin:0 auto;
}

header #logo{
    float: left;
	margin-top:40px;
}

header #logo a:hover {
	opacity:0.6;
	transition:0.3s;
}




/* 宿泊予約へのリンク */

header p.booking a {
	background:url(../images/header/booking.png) no-repeat;
	width:370px;
	height:36px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	position:absolute;
	top:0;
	right:0;
}
header p.booking a:hover{
	background-position:0 -36px;
	transition:0.3s;
}


/* ナビゲーションメニュー */

header nav {
	float:left;
	width:845px;
	height:42px;
	margin-left:55px;
	margin-top:150px;
}

header nav ul {
	width:845px;
	height:42px;
}

header nav ul li {
	height:42px;
	float:left;
}

header nav ul li a {
	background:url(../images/header/nav.png) no-repeat;
	height:42px;
	display:block;
	white-space:nowrap;
	text-indent:100%;
	overflow:hidden;
}
header nav ul li a:hover {
	transition:0.3s;
}

header nav ul li.news a {
	width:139px;
	background-position:0 0;
}
header nav ul li.news a:hover {
	background-position:0 -52px;
}

header nav ul li.shop a {
	width:173px;
	background-position:-139px 0;
}
header nav ul li.shop a:hover {
	background-position:-139px -52px;
}

header nav ul li.restaurant a {
	width:118px;
	background-position:-313px 0;
}
header nav ul li.restaurant a:hover {
	background-position:-313px -52px;
}

header nav ul li.hotel a {
	width:82px;
	background-position:-432px 0;
}
header nav ul li.hotel a:hover {
	background-position:-432px -52px;
}

header nav ul li.banquet a {
	width:163px;
	background-position:-513px 0;
}
header nav ul li.banquet a:hover {
	background-position:-513px -52px;
}

header nav ul li.wedding a {
	width:97px;
	background-position:-678px 0;
}
header nav ul li.wedding a:hover {
	background-position:-678px -52px;
}

header nav ul li.access a {
	width:70px;
	background-position:-775px 0;
}
header nav ul li.access a:hover {
	background-position:-775px -52px;
}


/* SNS */

header ul.sns {
	position:absolute;
	top:150px;
	right:-130px;
}

header ul.sns li {
	float:left;
	margin-left:10px;
}

header ul.sns li a:hover {
	opacity:0.7;
	transition:0.3s;
}



/**********************************************************/
/*  トップイメージ */
/**********************************************************/

#top_img {
	background:url(../images/border_gray.jpg) ;
	width:100%;
	height:100px;
	margin:0 auto 10px;
	position:relative;
}

#top_img h1 {
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
	width: 1300px;
	height: 100px;
	line-height: 1.3;
	background-image: none !important;
	font-size: 1.8em;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;}
#top_img h1 span {
	display: block;
	font-size: 0.8em;
	font-family: "rift-soft", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;}


/**********************************************************/
/*  メインエリア */
/**********************************************************/

#main {
	width:100%;
	margin:0 auto;
}


/* レイアウト */

.left {
	float:left;
}

.right {
	float:right;
}
 
/* パンクズリスト */
.pan_list{
    width:1100px;
    margin: 0 auto 50px;
}
    
.pan_list li{
    display: inline-block;
}


/**********************************************************/
/* 見出し・本文・リスト設定 */
/**********************************************************/

hr {
	width:1100px;
	height:5px;
	border:none;
	background:url(../images/hr.png) 0 0 repeat-x;
	clear:both;
	margin:40px auto;
}

.bold {
	font-weight:bold;
}

.red {
	color: #F00;
}

.red_bold {
	color: #F00;
	font-weight:bold;
}

.orange {
	color:#DC5800;
}

.clear {
	clear:both;
}



/**********************************************************/
/* テーブル */
/**********************************************************/

#content table {
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    margin: 20px auto;
}

#content th {
    background: #F0F8FF;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    font-weight: bold;
    line-height: 1.2;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}

#content td {
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding: 5px 10px;
	text-align:center;
    vertical-align: middle;
}



/**********************************************************/
/* フッター */
/**********************************************************/

footer {
	font-family: 'Noto Sans Japanese',   sans-serif;
	background: url(../images/footer/footer_bg.jpg);
	width:100%;
	padding-top:30px;
	margin:0 auto;
	clear:both;
}

footer p {
	color:#333;
	text-align:center;
}

footer p .name {
	font-size:17px;
}

footer ul.links {
	width: 400px;
	margin: 30px auto;
}

footer ul.links li {
	/* margin: 0 5px; */
	margin: 0 auto;
	padding:2px 20px;
	/* float:left; */
	width: 100px;
	text-align: center;
	border-radius:15px;
	background:#F9BE00;
	height: 24px;
	line-height:24px;
}

footer ul.links li:last-child {
	/* margin-right: 0; */
}

footer p.copy {
	margin-top:20px;
}

footer .daiwa {
	width: 100%;
	color: #4d4d4f;
	background-color: #fff;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
}

footer .daiwa .container {
	margin: 0 auto;
	position: relative;
	width: 1100px;
	height: 96px;
}

footer .daiwa .daiwahouse {
	position: absolute;
	left: 20px;
	top: 14px;
}
footer .daiwa ul {
	margin: 0;
	position: absolute;
}

footer .daiwa ul li {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: solid 1px #4d4d4f;
	float: left;
	height: 1em;
	line-height: 1.0;
	background-color: inherit;
	border-radius: 0;
}

footer .daiwa ul.linkA {
	/*left: 102px;*/
	left: 129px;
	top: 24px;
}

footer .daiwa ul.linkA li {	
	font-size: 11px !important;
}

footer .daiwa ul.linkB {
	left: 102px;
	top: 51px;
}

footer .daiwa ul.linkB li {	
	font-size: 11px !important;
}

footer .daiwa .daiwaroyal {
	right: 32px;
	position: absolute;
	top: 24px;
}

footer .daiwa .daiwaroyal img {
	vertical-align: inherit;
}

footer .daiwa p.copy {
	margin-top: 0;
	position: absolute;
	right: 32px;
	top: 51px;
	text-align: right;
	font-size: 11px;
}



}

