@charset "UTF-8";


/* --------------------------------------------
layout
----------------------------------------------- */
#ichioshi-hotel-wrap {
	color:#874221;
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
	overflow:hidden;
}
#ichioshi-hotel {
	width:100%;
    max-width: 640px;
	margin:0 auto;
}

a         { color: #874221 !important;}
a:hover   {	color: #874221 !important;}
/* a:visited  { color: #777; text-decoration: none; } */


/* ---------------------------------------------- 
mainimage area
----------------------------------------------- */

.pagetitle {
	padding:5% 0 5%;
	background:url(/info/naha-products/img/mainimage.jpg) no-repeat 0 73%;
	background-size:cover;
	margin:0 auto 5%;
	color: #fff;
}
.pagetitle h2 {
    background-image: url("/info/naha-products/img/icon_food.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 32px auto;
    border-bottom: 1px dashed;
    font-size: 24rem;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 auto 10px;
    padding: 0 0 0 25px;
    text-align: center;
    width: 238px;
    text-shadow: 0 0 7px #37522d;
}
.pagetitle h2 span {
	font-size:18rem;
	font-weight:normal;
	display: block;
}
.pagetitle .read {
    margin: 0 auto;
    padding: 0 ;
    text-align: center;
    width: 80%;
    text-shadow: 0 0 7px #37522d;
}

/* --------------------------------------------
 contents
----------------------------------------------- */
.list {
	width:94%;
	margin:0 3%;
}
.list li {
	margin:0 0 10px;
	height:100%;
	clear:both;
}
/*
.list li h4 {
	width:91%;
	margin:0 9% 0 0;
	padding:10px 0;
	font-size:18rem;
	font-weight: bold;
	border-bottom:1px dotted #ccc;
}
*/
.list li h4{
    background-color: #fcf3e5;
    border-bottom: 1px dashed #f0e0c6;
    border-top: 3px solid #d1c0a5;
    font-size: 16rem;
    font-weight: bold;
    margin: 0 9% 0 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
.list li p {
	width:100%;
	padding:10px 0 10px;
}
.list li span {
	width:55%;
	padding:0 5% 0 0;
	display: block;
	float:right;
}
.list li p img {
	width: 35%;
	display: block;
	float:left;
	border:1px solid #ccc;
}
.list li a p {
	color: #333;
	background:url(/s/hotel/guide/images/arrow.png) no-repeat 100% 45%;
	background-size: 12px;
}
.list li a {
	display:block;
	/*border-bottom: 2px solid #ccc;*/
}
.ftrbtn {
	width:94%;
	margin:40px 3%;
	padding:0 0 0 -5%;
	text-align:center;
	font-size:16px;
	line-height:50px;
	font-weight:bold;
	position:relative;
	z-index:1;
	border-radius:5px;
	background:#f8b551;
	box-shadow: 0px 3px 0px 0px #a2610d;
}
.ftrbtn a {
	display:block;
	color: #fff !important;
}
.ftrbtn a:before {
	content:" ";
	display:inline-block;
	width:30px;
	height:23px;
	background:url(/s/hotel/guide/images/arrowS.png) no-repeat; 
	background-size:contain;
	vertical-align:middle;
}

/*	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
}