<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
Theme Name: かにの食事処 大野屋
Description: 兵庫県美方郡香美町にある「かにの食事処 大野屋」さまのWebサイトです。
*/

/* --------------------------------------------
 *    reset
 * -------------------------------------------- */
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;
	font-size: 100%;
	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;
}
ol, ul { list-style:none; }
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; }
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/*** font
*********************************************************************/
/*
Font-size list (base: 14px)
 72% = 10px
 79% = 11px
 86% = 12px
 93% = 13px
100% = 14px
108% = 15px
115% = 16px
122% = 17px
129% = 18px
136% = 19px
143% = 20px
*/

/*** 初期設定
*********************************************************************/
body {
	background-color: #000;
	color: #ccc;
	font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.ie8 img { width: auto; }

/** clearfix
===================================*/
.clearfix { zoom: 1; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
a { 
	color: #bc7a92;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}

/** table
===================================*/
table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
}
caption {
	padding: 6px 6px 6px 10px;
	color: #fff;
	background: #d8b2c0;
}
th { border-left: 1px solid #ccc; }
th,td {
	padding: 6px 6px 6px 10px;
	text-align: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
thead th {
	color: #555;
	font-weight: normal;
	background: #d8b2c0;
}
tbody th {
	font-weight: normal;
	background: #fbf6f8;
	color: #555;
	vertical-align: middle;
}
td {
	background: #fff;
	color: #555;
}

/*** layout
*********************************************************************/
#page {
	width: 100%;
	margin: 0 auto;
}
.inner {
	max-width: 960px;
	margin: 0 auto;
}
#contents { 
	width: 960px;
	margin: 0 auto;
}
#mainMovie, #mainImage { 
	width: 1200px;
	margin: 0 auto 40px;
}


/** header
================================================*/
header { 
	width: 100%;
	margin: 0 auto;
}
.index #headerBg {
	width: 1300px;
	height: 800px;
	margin: 0 auto 50px;
	overflow: hidden;
}
.cuisine #headerBg, .room #headerBg, .facilities #headerBg,
.reservation #headerBg, .access #headerBg, .area-info #headerBg {
	width: 1300px;
	height: 450px;
	margin: 0 auto 50px;
	overflow: hidden;
}
.cuisine #headerBg { background: url(cuisine/bg_header.jpg) no-repeat; }
.room #headerBg { background: url(room/bg_header.jpg) no-repeat; }
.facilities #headerBg { background: url(facilities/bg_header.jpg) no-repeat; }
.reservation #headerBg { background: url(reservation/bg_header.jpg) no-repeat; }
.access #headerBg { background: url(access/bg_header.jpg) no-repeat; }
.area-info #headerBg { background: url(area-info/bg_header.jpg) no-repeat; }

#headerInner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#logo { float: left; }
#headerInfo { 
	width: auto;
	height: 50px;
	padding: 10px 20px;
	border-radius:0 0 8px 8px;
	float: right;
	background: url(common/bg_headerInfo.png) no-repeat;
	overflow: hidden;
}
#headerInfo ul li { float: left; }
#headerBnr { 
	float: right;
	margin-top: 13px; 
}
#headerBnr li { margin-bottom: 5px; }
#headerBnr li:last-child { margin-bottom: 0; }

/*   gNav
================================================*/
.index nav { margin-top: 515px; }
.cuisine nav, .room nav, .facilities nav,
.reservation nav, .access nav, .area-info nav { margin-top: 310px; }
#gNav {
	width: 1300px;
	height: 50px;
	background: url(common/bg_gNav.png) repeat;
	overflow: hidden;
}
#gNav ul {
	width: 960px;
	margin: 10px auto 0 auto;
}
#gNav li {
	width: 120px;
	float: left;
	overflow: hidden;
	white-space:nowrap;
  	text-indent: 100%;	
}
#gNav li a {
	display: block;
	height: 31px;
	background-image: url(./common/btn_gNav.png);
	background-repeat: no-repeat;
}

/**  gNav Indivisual(css sprite)
----------------------------------------------- */ 
#gNav li#navHome a { background-position: left 0; }
nav#gNav li#navHome a:hover, #gNav li#navHome a:active, .index #gNav li#navHome a {
	background-position: left -31px;
}
#gNav li#navCuisine a { background-position: -120px 0; }
#gNav li#navCuisine a:hover, #gNav li#navCuisine a:active, .cuisine #gNav li#navCuisine a {
	background-position: -120px -31px;
}
#gNav li#navRoom a { background-position: -240px 0; }
#gNav li#navRoom a:hover, #gNav li#navRoom a:active, .room #gNav li#navRoom a {
	background-position: -240px -31px;
}
#gNav li#navFacilities a { background-position: -360px 0; }
#gNav li#navFacilities  a:hover, #gNav li#navFacilities  a:active, .facilities #gNav li#navFacilities  a {
	background-position: -360px -31px;
}
#gNav li#navReservation a { background-position: -480px 0; }
#gNav li#navReservation a:hover, #gNav li#navReservation a:active, .reservation #gNav li#navReservation a {
	background-position: -480px -31px;
}
#gNav li#navAccess a { background-position: -600px 0; }
#gNav li#navAccess a:hover, #gNav li#navAccess a:active, .access #gNav li#navAccess a {
	background-position: -600px -31px;
}
#gNav li#navAreaInfo a { background-position: -720px 0; }
#gNav li#navAreaInfo a:hover, #gNav li#navAreaInfo a:active, .area-info #gNav li#navAreaInfo a {
	background-position: -720px -31px;
}
#gNav li#navBlog a { background-position: right 0; }
#gNav li#navBlog a:hover, #gNav li#navBlog a:active, .blog #gNav li#navBlog a {
	background-position: right -31px;
}

/** contents
================================================*/
section { 
	overflow: hidden;
	margin-bottom: 50px; 
}
section p { margin-bottom: 10px; }
h2 { margin-bottom: 20px; }
.planBnr { margin-bottom: 50px; }
	
/** home   
----------------------------------------------- */
ul#appeal li { 
	width: 280px;
	padding: 0 10px;
	float: left;
	margin-right: 30px;
}
ul#appeal li:last-child { margin-right: 0; }
ul#appeal li dt, ul#appeal li dd img { margin-bottom: 10px; }
ul#appeal li dt { text-align: center; }
#rssArea { 
	overflow: hidden;
	margin-bottom: 50px; 
}
#planRss {
	width: 670px;
	float: left;
}
#blog {
	width: 800px;
	height: 500px;
	margin:0 auto;
}
#blogInner { 
	background: url(images/bg_blog.jpg) repeat;
	padding: 10px;
}

/** cuisine
----------------------------------------------- */
#cuisineAppeal { 
	background: url(common/bg_appeal.png) no-repeat right 0;
	height: 80px;
	margin-bottom: 50px; }
#kaniMain { 
	margin-bottom: 30px;
	overflow: hidden; 
}
#kaniMenu {
	width: 930px;
	height: auto;
	padding: 15px 15px 10px 15px;
	overflow: hidden;
	margin-bottom: 50px;
	background: url(common/bg_washi.jpg) repeat;
}
#kaniMenu ul li {
	width: 225px;
	float: left;
	margin: 0 10px 10px 0;
}
#kaniMenu ul li:nth-child(4n) { margin-right: 0; }
#otherMenu ul li {
	width: 300px;
	float: left;
	margin-right: 30px;
}
#otherMenu ul li:last-child { margin-right: 0; }
#otherMenu ul li dl dt, #otherMenu ul li dl dd img { margin-bottom: 10px; }
#otherMenu ul li dl dt { 
	color: #bc7a92;
	text-align: center;
	font-weight: bold; 
	font-size: 108%;}
.cuisine_movie{
	width:450px;
	float:left;
	margin-right:20px;
}
/** room
----------------------------------------------- */
#roomAppeal { margin-bottom: 50px; }
ul#standard li,  ul#wide li {
	width: 450px;
	float: left;
	margin-right: 60px;
}
ul#standard li:nth-child(2n), ul#wide li:nth-child(2n) { margin-right: 0; }
ul#wide li { margin-bottom: 30px; }
ul#standard li dt, ul#standard li dd img,
ul#wide li dt, ul#wide li dd img
	{ margin-bottom: 10px; }
dl.summary {
	border: 1px solid #999;
	border-top: 0;
	background: #d8b2c0;
}
dl.summary dt {
	color: #555;
	float: left;
	width: 10em;
	border-top: 1px solid #999;
	padding: 10px 0 0 10px;
}
dl.summary dd {
	color: #555;
	margin-left: 10em;
	padding: 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background: url(common/bg_washi.jpg) repeat;
}

/** facilities
----------------------------------------------- */
#facilitiesAppeal { margin-bottom: 50px; }
dl#stove { overflow: hidden; }
dl#stove dt {
	width: 450px;
	float: left;
}
dl#stove dd { margin-left: 470px; }
#restaurant { 
	overflow: hidden;
	margin-bottom: 50px;
}
#works p { margin-bottom: 20px; }
ul.worksItems li  {  }
#spa { 
	margin-bottom: 40px;
	overflow: hidden; 
}
#spa ul {
	width: 510px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
#spa ul li {
	width: 250px;
	float: left;
}
#spa ul li:first-child { margin-right: 10px; }
#aboutSpa { 
	margin-bottom: 30px;
	overflow: hidden;
}
#aboutSpa dt { float: left; }
#aboutSpa dd { margin: 0 0 7px 105px; }
#knowledge {
	color: #555;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#knowledge h2 {
	width: 150px;
	padding: 5px 10px;
	background-color: #262626;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
}

/** reservation
----------------------------------------------- */
#planRss2 {
	width: 920px;
	height: auto;
	background: url(common/bg_washi.jpg) repeat;
	padding: 20px;
}
#price h3 { margin-bottom: 10px; }
table.priceList { 
	width: 100%;
	margin-bottom: 30px;
}
table.priceList th.basic,
table.priceList th.number,
table.priceList th.weekday,
table.priceList th.children  { width: 190px;}
table#orderDish th.dishPrice { width: 190px; }
table#cancelPolicy th { width: 190px; }

/** access
----------------------------------------------- */ 
#gMap {
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Dffffff,endColorstr=#4Dffffff); 
    background: rgba(255, 255, 255, 0.3);
    width: 940px;
	height: 480px;
	padding: 10px;
	margin-bottom: 20px;
}
.route { margin-bottom: 20px; }
.route h3 {
	color: #bc7a92;
	font-size: 108%;
	font-weight: bold;
}
.route p {
	color: #555;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#byCar, #byTrain { margin-bottom: 40px; }
#byCar h3, #byTrain h3 { margin-bottom: 10px; }
#byCar h4 {
	color: #bc7a92;
	font-size: 108%;
	font-weight: bold;
}
#byTrain p.waku { width: 350px; }
#bnrKaniBus { margin-bottom: 50px; }

/** area-info
----------------------------------------------- */
ul#areaInfoDetail li {
	width: 450px;
	float: left;
	margin: 0 60px 40px 0;
}
ul#areaInfoDetail li:nth-child(2n) { margin-right: 0; }
ul#areaInfoDetail li dt, ul#areaInfoDetail dd img { margin-bottom: 10px; }
ul#areaInfoDetail li dt {
	font-size: 122%;
	font-weight: bold;
	text-align: center;
	color: #ffb2cd;
}

/** ページトップに戻る
----------------------------------------------- */ 
#page-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 86%;
}
#page-top a {
	color: #555;
    background: #d8b2c0;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    border-radius: 50%;
}
#page-top a:hover {
	color: #fff;
    text-decoration: none;
    background: #bc7a92;
}

/*   footer
================================================*/
footer { font-size: 86%; }
hr.footer { 
	background: url(common/hr_sakura.png) no-repeat;
	width: 912px;
	height: 66px;
	margin: 30px auto;
	border: none;
}
#footerNav {

}
#footerNav ul {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
}
#footerNav ul li { 
	display: inline-block;
	margin-right: 10px;
}
#footerNav ul li:last-child { margin-right: 0; }
#footerNav ul li a { color: #ccc; }
#footerNav ul li a:hover {
	text-decoration: none;
	color: #ffb2cd;
}
#footerInfoArea {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto 30px;/*
	overflow: hidden;*/
}
dl#address { 
	display: flex;
    width: 740px;
    justify-content: space-between;
    padding-bottom: 20px;
}
dl#address dt {
	width: 167px;
}

#copy {
	padding: 5px;
	text-align:center;
}

/*** attachment
*********************************************************************/
.indent {
	padding-left: 1em; /* 1文字分の左パディング */
	text-indent: -1em; /* 最初の行だけを1文字分左に */
}
.notice { color: #ff0000; }
.waku {
	color: #555;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.nmt30 { margin-top: -30px; }
.pt05 { padding-top: 5px; }
.center { text-align: center; }
.bbn { border-bottom: none; }
img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}


h3.plan_title{
	background-color:#262626;
	color:#FFFFFF;
	font-weight: bold;
	padding: 4px 1em;
	font-size:20px;
	font-family: "游明朝", YuMincho,  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bed h2{
	font-size:20px;
}
.airbed {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.airbed .bed_text{
	width:450px;
	margin-left:50px;
}
.airbed .bed_text h3{
	font-size:18px;
}
.airbed .bed_text p{
	font-size:15px;
	padding:10px 15px;
	background:rgba(255,255,255,0.2);
}
.airbed .bed_text ul{
	padding:10px;
	border:1px dotted #ccc;
	margin-top:-1px;
}
.airbed .bed_text h4{
	width:5em;
	margin-top:14px;
	margin-bottom:0px;
	padding:3px;
	background:rgba(255,255,255,0.8);
	color:#222;
	text-align: center;
}
.airbed .bed_text li{
	font-size:14px;
	padding-left:1em;
	text-indent:-1em;
}
.kikan{
	display:inline-block;font-size:20px;margin-left:0px;padding:5px 15px;background:linear-gradient(to right,rgba(86,39,55,0.05), rgba(86,39,55,0.8) 50%);width:799px;box-sizing:border-box;text-align: right;
}

.thumb {
	width:50%;
}
.thumb p:first-of-type{
	margin-bottom:73px;
}
.thumb p:nth-of-type(2){
	margin-bottom:5px;
}
.breakfast {
	width:100%;
	height: 130px;
    padding: 15px 10px;
    background: url("common/bg_washi2.png") repeat;
    box-sizing: border-box;
    display: flex;
	justify-content: space-around;
	position:relative;
	align-items: center;
	flex-wrap: wrap;
	margin-top:0px;
}

.breakfast li{
	width:31%;
	height:auto;
}
.breakfast li img{
	width:100%;
	height:auto;
}


.morning {
	width:100%;
	display:flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.asagohan {
	width:450px;
	height:auto;
	padding-right:30px;
}

/*お品書き*/

/** table_add_2022
===================================*/
.table02 {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
}
.table02 caption {
	padding: 6px 6px 6px 10px;
	color: #fff;
	background: #d8b2c0;
}
.table02 th { border-left: 1px solid #ccc; }
.table02 tr:nth-child(2) { background: #d8b2c0;}

.table02 th,td {
	padding: 6px 6px 6px 10px;
	text-align: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.table02 thead th {
	color: #555;
	font-weight: normal;
	background: #d8b2c0;
}
.table02 tbody th {
	font-weight: bold;
	font-family: 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
	font-size: 18px;
	background: #d8b2c0;
	color: #555;
	vertical-align: middle;
}
.table02 td {
	background: #fff;
	color: #555;
}


.design07 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.design07 th {
 padding: 10px;
 background: #A36A7F;
 border: solid 1px #666666;
 color: #ffffff;
}
.design07 td {
 padding: 10px;
 border: solid 1px #CCC;
	
}
.design07 tr:nth-child(2) {
 background: #e9faf9;/*#d8b2c0*/
}


.reserve_tel_banner{border:#fff 1px solid; max-width:600px; margin:0 auto; padding:20px 0; text-align: center;}
.reserve_tel_banner h3{font-size: 28px;}</pre></body></html>