@charset "UTF-8";

/*  reset
----------------------------------------------- */

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/*
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,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; }
*/
html { line-height: 1; }
ol,ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption,th,td { text-align: left; font-weight: normal; vertical-align: middle; }
q,blockquote { quotes: none; }
s, strike, del {text-decoration: line-through;}
q:before,q:after,blockquote:before,blockquote:after { content: ""; content: none; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
a {text-decoration: none;}
a img { border: none; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
img{user-select: none;-moz-user-select: none;-webkit-user-select: none;-khtml-user-select: none;-webkit-user-drag: none;-khtml-user-drag: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary { display: block; }
html,body { height: 100%; width: 100%; background: #fff; min-width: 320px; color: #555; }
html { -webkit-text-size-adjust: none; -moz-text-size-adjust: none; text-size-adjust: none; }
* { outline: none; outline-style: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: antialiased !important; -moz-font-smoothing: antialiased !important; -o-font-smoothing: antialiased !important; -ms-font-smoothing: antialiased !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


/* --------------------------------------------
layout
----------------------------------------------- */

#contents_wrap_inner {
	width: 100%;
	margin: 0 auto;
}

#pankuzu {
	width: 930px;
	margin: 5px auto;
	color: #fff;
	padding-top: 10px;
}

#pankuzu a {
	color: #fff;
	}


#ichioshi-hotel {
	width: 930px;
	margin:0 auto;
	color:#874221;
	border:1px solid #000;
}

.pagetitle-wrap a,#hotel_wrap a{ color: #874221;}
.pagetitle-wrap a:hover,#hotel_wrap a:hover{color: #874221 text-decoration:underline;}
.pagetitle-wrap a:visited,#hotel_wrap a:visited { color: #874221; text-decoration: none; }


/* --------------------------------- 
navigation area
----------------------------------------------- */

.pagetitle-wrap {
    height: 300px;
    margin: -20px auto 50px;
    text-align: center;
	background:url(/info/naha-products/img/mainimage.jpg) no-repeat 0 71%;
	background-size:cover;
}
.pagetitle {
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding: 55px 0 0;
    width: 930px;
}
.pagetitle h2 {
    background-image: url("/info/naha-products/img/icon_food.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 88px auto;
    border-bottom: 2px solid #fff;
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    line-height: 100px;
    height: 100px;
    margin: 0 auto 10px;
    padding: 0 0 0 96px;
    color: #fff;
    text-shadow: 0 0 10px #000;
}
.pagetitle .read {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    text-shadow: 0 0 10px #000;
}
.pagetitle ul {
	margin:124px 0 0;
	text-align:left;
}
.pagetitle ul li {
	width:33%;
	margin:0 0.3% 0 0;
	text-align:center;
	font-size:24px;
	display: inline-block;
	position:relative;
}
.pagetitle ul li a {
	display:block;
	margin:-33px auto;
	line-height:90px;
	background-color:#d1c0a5;
}
.pagetitle ul li a:hover {
	text-decoration:none;
}
.pagetitle ul li:before {
	content: url(/info/naha-products/img/arrowL.png);
	position: absolute;
	top:0px;
	left:15px;
}

/* --------------------------------------------
contents
----------------------------------------------- */
#hotel_wrap{
	width:930px;
	margin:0 auto;
	font-size:14px;
	line-height:1.4;
}

h3 {
	margin:0 0 25px;
	font-size:24px;
	line-height:44px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
h3 span {
	padding:5px 0 5px 10px;
	border-left:6px solid #f8b551;
}
#hotel_wrap_inner ul {
	margin:0 0 45px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 930px;
}
#hotel_wrap_inner ul li {
	width: 302px;
	margin:0px 0 35px 0;
	height:405px;
	line-height:1.3;
	border:1px solid #dcdcdc;
	position:relative;
/*	float: left;*/
}

#hotel_wrap_inner ul li span {
	width: 100%;
	display: block;
}
#hotel_wrap_inner ul li span img {
	width: 100%;
	height: auto;
	max-height:204px;
}
#hotel_wrap_inner ul li h4 {
    font-size: 24px;
    font-weight: bold;
    height: 63px;
    padding: 18px 3%;
    text-align: center;
}
	#hotel_wrap_inner ul li:hover h4 {
		text-decoration:none;
	}
#hotel_wrap_inner ul li p {
	margin:0 15px;
	padding:18px 0;
	color:#333;
	height:75px;
	border-top:1px dotted #874221;
}
#hotel_wrap_inner ul li .btn {
	width:94%;
	margin:0 3%;
	text-align:center;
	font-size:16px;
	line-height:50px;
	font-weight:bold;
	position:relative;
	bottom:0px;
	border-radius:5px;
	background:#f8b551;
	box-shadow: 0px 3px 0px 0px #a2610d;
	background-image: url(/info/naha-products/img/arrowS.png);
	background-repeat:no-repeat;
	background-position:22px 18px;
}
#hotel_wrap_inner ul li .btn:hover {
	background-image: url(/info/naha-products/img/arrowS02.png);
}

#hotel_wrap_inner ul li a .btn {
	display:block;
	color: #fff;
}
/*
#hotel_wrap_inner ul li .btn:before {
	content: url(/info/naha-products/img/arrowS.png);
	position: absolute;
	top:17px;
	left:40px;
}
*/
#hotel_wrap_inner ul li a {
	height:100%;
	padding:0 0 20px 0;
	display: block;
}
#hotel_wrap_inner ul li a:hover {
	background: #f5efe5;
}
#hotel_wrap_inner ul li a:hover h4{
	text-decoration:underline;
}
#hotel_wrap_inner ul li a:hover .btn {
	color:#874422;
	background:#fff;
	box-shadow: 0px 3px 0px 0px #f8b551;
	background-image: url(/info/naha-products/img/arrowS02.png);
	background-repeat:no-repeat;
	background-position:22px 18px;
}
/*
#hotel_wrap_inner ul li a:hover .btn:before {
	content:"";
}
*/
/*#hotel_wrap_inner ul li:nth-child(3n) {
	margin: 0px 0 35px !important;
	float: right;
}*/

.ftrbtn {
	margin:70px 0;
	border-top:2px solid #ccc;
}
.ftrbtn p {
	width:70%;
	margin:50px auto;
	text-align:center;
	font-size:30px;
	line-height:85px;
	font-weight:bold;
	letter-spacing:3px;
	position:relative;
	z-index:1;
	border-radius:5px;
	background:url(/info/naha-products/img/arrow.png) no-repeat 80px 26px #f8b551;
	box-shadow: 0px 3px 0px 0px #a2610d;
}
.ftrbtn p a {
	color: #fff !important;
	display:block;
}



/*	clearFix
----------------------------------------------- */

.hide { display: none !important; }

.ovout {
	overflow:auto;
}

/* for modern brouser */
.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clear {
	display: inline-block;
overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* End hide from IE-mac */

.fL {
	float:left;
	}

.fR {
	float:right;
	}
.edge {
	margin:0 !important;
}
.t-right {
	text-align: right;
}
.t-center {
	text-align: center;
	display: block;
	margin:0 0 60px 0;
}
.m-t40 {
	margin:40px 0 0 0;
	border:1px solid #000;
}

.sankaku {
	margin:0 10px 0;
	padding:0 0 0 15px;
	display: inline;
	position:relative;
}
.sankaku:before {
	content: ' ';
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-left-color: #1fadb4;
    position: absolute;
    left: 0%;
    top: 10px;
}

.shadow {
	text-shadow: 2px 2px 2px #fff, 
            /*   9px 8px 0px rgba(0,0,0,0.15); 蜈･繧悟ｭ舌〒縺阪ｋ*/
	position:relative;
	top: -8px
}