@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
/*color:#333;*/
color:#534741;
font-size:small;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
background-color:#F5EDEA;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#F08972;text-decoration:none;}
/*a:hover{color:#73a51c;}*/
a:hover{color:#E9507C;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
/*background:#fff;*/
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header{
height:150px;
/*background-color:#FFF;*/
}

#header h1{
padding:5px 0 10px 15px;
font-size:10px;
font-weight:normal;
}

/*************
/* ロゴ
*************/
.logo{
float:left;
}

.logo p{float:left;}

.logo img{
width:auto;
float:left;
padding:2px 10px 0 10px;
}

.logo span{display:block;}

/*************
/* 電話番号
*************/
.info{
float:right;
padding-right:20px;
text-align:right;
}

.info .open{font-size:11px;}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .mail{
margin-top:6px;
color:#F08972;
font-size:20px;
font-weight:bold;
}

.logo span,.info span{
color:#333;
font-size:.6em;
font-weight:normal;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:17px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
}

#subpage #mainBanner img{border:4px solid #f1f1f1;}

/*.slogan{
position:absolute;
max-width:100%;
height:auto;
width:520px;
bottom:20px;
left:0;
padding:5px 10px;
line-height:1.4;
color:#939393;
}

.slogan h2{
padding-bottom:5px;
font-size:20px;
font-weight:bold;
color:#534741;
}*/

h2{
font-size:medium;
font-weight:bold;
color:#534741;	
	}



/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius:5px;
background:#fff;
}

.box{
	padding:10px;
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	height: 50vh;
}

.box h3{
	padding:10px 0 5px;
	font-weight:bold;
	font-size:120%;
}

.box h3, .box p{
	text-align:left;
	font-weight:bold;
}

.box p.readmore{
	padding:10px 5px 5px;
	text-align:right;
	bottom:0;
}

.ov{
  background-image: url(images/box_ov.jpg);
}

.no{
  background-image: url(images/box_no.jpg);
}

.another{
  background-image: url(images/box_another.jpg);
}

.oh{
  background-image: url(images/box_oh.jpg);
}

/*************
メイン コンテンツ
*************/
section.content article{
padding:20px;
margin-bottom:20px;
border:1px solid #f1f1f1;
border-bottom-left-radius:16px;
border-bottom-right-radius:16px;
overflow:hidden;
background-color:#FFF;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}


#sidebar h3.heading{
font-weight:bold;
padding:10px 20px;
line-height:28px;
color:#534741;
background-image:url(images/038-22.png);
background-repeat:no-repeat;
background-position:-2px 0px;
}

#main h3.heading{
font-weight:bold;
padding:10px;
line-height:36px;
color:#534741;
background:#fff;
border-bottom:5px dotted #534741;
/*background-image:url(images/109-05.png);
background-repeat:repeat-x;
background-position:bottom;*/
border-top-left-radius:16px;
border-top-right-radius:16px;
}

section.content img{
max-width:90%;
height:auto;
}

section.content iframe{
max-width:100%;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid img,.border,ul.list img{border:4px solid #f1f1f1;}



/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}

/*************
ルームプランリストテーブル
*************/
table.plan {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
  font-size:80%;
  font-weight:bold;
}
table.plan th,
table.plan td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}
table.plan th {
  background-color: #eee;
  text-align: left;
}

.vaca{
	color:#006;
	font-weight:bold;
}

.full{
	color:#903;
	font-weight:bold;
}

@media screen and (max-width: 400px) {
  table.plan {
    border: none;
  }
  table.plan thead {
    display: none;
  }
  table.plan tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
  }
  table.plan td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    display: block;
    padding: 10px;
    text-align: right;
  }
  table.plan td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  
}

/*************
比較リストテーブル
*************/
table.hikaku {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
table.hikaku th,
table.hikaku td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}
table.hikaku th {
  background-color: #eee;
  text-align: left;
}

.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}


/* メッセージ */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* 戻りボタン */
form.back {
	margin-top: 2em;
}

/*************
/* サイドバー
*************/
#sidebar{
	float:left;
	width:245px;
	max-width:90%;
	padding:17px 0 0 15px;
	overflow:hidden;
}
	
#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #f1f1f1;
	overflow:hidden;
/*	background-color:#FFF;*/
}

#sidebar ul{
	padding:10px 20px;
/*	background-color:#FFF;*/
/*	list-style-image:url(images/039-06.png);*/
}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #534741;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{display:block;}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
color:#2192C5;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}



/*************
/* フッター
*************/
#footer{
clear:both;
overflow:hidden;
padding:10px 10px 20px 10px;
/*background:#f3f3f3;*/
background:#F8C8B2;
}

* html #footer{height:1%;}

#footer .grid{
padding:10px 0 5px;
margin:0;
background:transparent;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
color:#333;
}

ul.footnav{
float:right;
width:650px;
padding:10px 0;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
font-size:11px;	
border-right:1px solid #b6b6b6;
}

#footer a{color:#333;}
#footer a:hover{color:#888;}

address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:10px;
color:#333;
background:#dbdbdb;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	#header,#wrapper,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
	
  nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
	}
	
	nav#mainNav .inner{
/*	width:932px;
	padding:0 14px;*/
	width:960px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	background-color:#FFF;
	}

	nav#mainNav li:last-child{border-right:1px dotted #ebebeb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
/*	width:154px;*/
	width:190px;
	height:45px;
	padding-top:9px;
	color:#333;
	border-left:1px dotted #ebebeb;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:#cdcdcd;
	font-size:10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
/*	color:#909090;*/
	color:#F08972;
  background:#f9f9f9;
	padding-top:9px;
	}
	
	#mainBanner{margin-left:15px;}
	#subpage #mainBanner{margin:17px auto;}
	
	#main{
	float:right;
	width:667px;
	padding-right:15px;
	}

	/* 山崎追加 */
	#mainwide{
	float:none;
	width:960px;
	padding-left:15px;
	}
	

	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -10px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:20px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
/*	nav#mainNav a.menu span:before{content: "→ ";}*/
	nav#mainNav a.menu span:before{content:url(imgaes/menu.png);}
/*	nav#mainNav a.menuOpen span:before{content: "↓ ";}*/

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{color:#3CAAB1;}

	nav div.panel{float:none;}
	
	#subpage #mainBanner{max-width:668px;}
	
	#sidebar{padding-bottom:30px;}
	
	#sidebar article{padding:7px 0;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	.zoomup{
	width:100%;
	}
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer .logo,#footer .info{
	width:100%;
	float:none;
	}
	
	#footer .logo p{float:none;display:block;}
	#footer .logo img{float:none;padding:0;}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	}
	
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;
	}
}





/*faq
------------------------------------------------*/	
/*section.qa article.qa{
	padding:20px 0 30px 0;
	border-bottom:2px dotted #999;
}*/

p.q{
	margin-bottom:10px;
	font-weight:bold;
}


p.ind{
	text-indent:2.5em;
}


p.q:before{
	content:"Q";
	margin:0 7px 0 0;
	color:#0091C5;
	font-size:150%;
	font-weight:normal;
}
	
p.a:before{
	content:"A";
	margin:0 7px 0 0;
	color:#0091C5;
	font-size:150%;
}


/*キャンペーン*/
#camp{
	padding:10px;
}

#camp h3{
	font-size:120%;
	font-weight:bold;
	padding:10px 20px;
	line-height:28px;
	color:#534741;
	background-image:url(images/038-22.png);
	background-repeat:no-repeat;
	background-position:-2px 0px;
}

#camp h4{
	font-weight:bold;
}

/*新着情報*/
#newsbox{
	padding:10px;
}

dl#news{
/*    width:450px;*/
}
 
dl#news dt{
    clear:left;
    float:left;
    margin:0;
    padding:10px 0 10px 0.5em;
    width:7em;
    line-height:1.5em;
}
 
dl#news dd{
    margin:0;
    padding:10px 0.5em 10px 7em;
    border-bottom:1px solid #CCC;
    line-height:1.5em;
}
 
dl#news a{
    padding: 5px 20px 5px 0;
    color:#399CCD;
    text-decoration:underline;
}
 
dl#news a:hover{
    text-decoration:none;
}

/* 新着情報スクロール */
dl#news{
    height: 200px;
    overflow: auto;
}

dl#news dt{
    float: left;
    width: 120px;
}
dl#news dd{
    margin: 0 0 10px 0;
    padding: 0 0 10px 120px;
    border-bottom: 1px dotted #aaa;
}


#news{
overflow: auto;
}
/* スクロールバー本体 */
#news::-webkit-scrollbar{
width: 5px;
background: #9aadfc;
}
/* 横方向のスクロールバー本体 */
#news::-webkit-scrollbar:horizontal{
width: 5px;
background: #9aadfc;
}
/* スクロールバーの動く部分 */
#news::-webkit-scrollbar-thumb{
background: #435295;
border-radius: 2px;
}
/* 横方向のスクロールバーの動く部分 */
#news::-webkit-scrollbar-thumb:horizontal{
background: #435295;
border-radius: 2px;
}
/* スクロールバーの動く部分の前 */
#news::-webkit-scrollbar-track-piece:start{
background: #9aadfc;
}
/* スクロールバーの動く部分の後ろ */
#news::-webkit-scrollbar-track-piece:end{
background: #a3d2a0;
}
/* スクロールバー角 */
#news::-webkit-scrollbar-corner{
background: transparent;
}

 
/* 属性セレクタを使って、拡張子によって表示させるアイコンを追加 */
a[href^="http"]{background:url(icons/icon_external.gif) no-repeat center right;}
a[href$=".pdf"]{background:url(icons/icon_pdf.gif) no-repeat center right;}
a[href$=".doc"]{background:url(icons/icon_doc.gif) no-repeat center right;}
a[href$=".xls"]{background:url(icons/icon_xls.gif) no-repeat center right;}
a[href$=".txt"]{background:url(icons/icon_txt.gif) no-repeat center right;}
 
/* 自サイトのURLの場合はアイコン表示をパスする */
a[href^="https://oliveworks.jp"],
a[href^="https://www.oliveworks.jp"]{
    padding:inherit;
    background:transparent;
}


/*画像をセンター揃え*/
.center{
	text-align:center;
}


.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

/*取り消し線*/
.strike{
	text-decoration:line-through;
	color:#930;
}

.strike span{
	color:#000;
}

/*太字*/
.bold{
	font-weight:bold;
}

/*文字色赤*/
.red{
	color:#900;
}
