@charset "utf-8";

html {
	overflow-y: scroll;
	background-color: #fff;
	font-size: 90%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}


/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定　ハックは最下部に記述
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
html {
}
body {
	color: #6c6c6c;
	font-size: 12px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	line-height: 1.5;
	position: absolute;
	width: 100%;
	background-color: #fff;
}
a:link {
	color: #6c6c6c;
	text-decoration: none;
}
a:visited {
	color: #6c6c6c;
	text-decoration: none;
}
a:hover {
	color: #bbbbbb;
	text-decoration: underline;
}
a:active {
	color: #eeeeee;
	text-decoration: underline;
}
/* 	float
----------------------------------------------------------- */
.box_l { float: left; }
.box_r { float: right; }

.clickbox{
	cursor: pointer;
}



/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 60px;
	background: url(../../images/header/bg_header.png) repeat;
	z-index: 110;
}
h1 {
	width: 110px; margin: 35px auto 0;
}
h1 img {
	width: 100%;
}





/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	position: relative;
	z-index: 1;
}

#main {
	background-color: #fff;
}

#loader {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 102;
	background-color: #ffffff;
}
#loader p{
	position: absolute;
}
.dm_header {
	width: 100%;
	height: 244px;
	background-color: #fff;
}
#menu_489 { display: flex; justify-content: center; margin: 30px 0; }
#menu_489 li a { display: block; font-size: 14px; padding: 0 25px; }
#subnav { display: flex; justify-content: flex-end; position: absolute; top:0; right: 50%;
	margin-right: -475px; }
#subnav li a { font-size: 12px; padding-left: 30px; }
p.su_mainImg {
	background: url(../images/main.jpg) repeat-x center top;
	height: 192px;
	width: 100%;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

#footer #footerBox {
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
	padding: 90px 0;
}

#footer #footerBox p,
#footer #footerBox ul {
	float:  left;
}

#footer #footerBox p.flogo {
	width: 260px;
	text-align: center;
}

#footer #footerBox p.address {
	width: 345px;
	font-size: 90%;
	margin-top: 80px;
}
#footer #footerBox p.address span{
	font-weight: bold;
	line-height: 1.5;
}

#footer #footerBox ul {
	width: 150px;
	padding-top: 20px;
}

#footer #footerBox ul li {
	background: url(../../images/footer/ic_fmenu.jpg) no-repeat left center;
	padding-left:  15px;
	line-height: 2.0;
	position: relative;
}
#footer #footerBox ul li.dm {
	background: none;
}

#gotop {
	position: relative;
	width: 100%;
	z-index: 1;
}
#gotop p.btn_top{
	width: 84px;
	margin: 23px auto 170px;
}
#gotop p.glogo {
	text-align: center;
}

#gotop p.copyright{
	color: #fff;
	font-size: 90%;
	margin-top: 5px;
	text-align: center;
}
#footerBg {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-image: url(../../images/footer/bg_ptop.jpg);
	background-size: cover;
	z-index: 0;
	height: 258px;
}

/*------------------------------------------------

	contents

---------------------------------------------------*/
#contents {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	z-index: 1;
}
/*p.su_mainImg {
	background: url(../rooms/images/main.jpg) repeat-x center top;
}*/




@media (min-width:1001px){
	.for_sp { display: none; }
}
@media (max-width:1000px){
	.for_pc { display: none; }
	#menu_489,#subnav { display: none; }
	p.su_mainImg { margin: 6vw 0; }

html {
    font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho',serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}


.image img {
	width: 100%;
}


/*-------------------------------------------------
	 menu
--------------------------------------------------*/
#menu {
	width: 100%;
	position: fixed;
	z-index: 5;
	bottom: 1rem;
	left: 0;
	opacity: 0;
}
#menu ul {
	width: 100%;
	overflow: hidden;
}

#menu ul li {
	width: 17.2%;
	float: left;
	padding: 0 3.8%;
}
#menu ul li a {
	display: block;
	width: 100%;
}

/*-------------------------------------------------
	 nav
--------------------------------------------------*/
nav {
	width: 100%;
	height: 100vh!important;
	position: fixed;
	z-index: 10;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	opacity: 0;
	display: none;
}

nav ul {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #bfbb9e;
	font-size: 1rem;
}
nav ul li {
	width: 50%;
	border-bottom: 1px solid #bfbb9e;
	float: left;
	position: relative;
}
nav ul li.close {
	width: 100%;
	padding: 2rem 0 1rem;
	text-align: center;
	font-size: 2rem;
	color: #bfbb93;
}
nav ul li.odd {
	width: calc(50% - 1px);
	border-right: 1px solid #bfbb9e;
}
nav ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	width: 90%;
	color: #bfbb93;
	padding: 1.3rem 0 1.3rem 10%;
}

/*-------------------------------------------------
	 footer
--------------------------------------------------*/
footer {
	background: url(../../sp/images/footer/bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 600px;
	height: 100vh;
}

footer h1 {
	width: 55%;
	margin: 0 auto 2rem;
	padding-top: 1rem;
}
footer p.address {
	color: #bfbb9e;
	font-size: 0.8rem;
	line-height: 1.5;
	width: 80%;
	margin: 0 auto;
}
footer p.address a {
	color: #bfbb9e;
	text-decoration: underline;
}
ul#sns {
	width: 53.7%;
	margin: 1.5rem auto;
	overflow: hidden;
}
ul#sns li {
	float: left;
	width: 14.6%;
	margin-right: 11.1%;
}
ul#sns li a {
	display: block;
	width: 100%;
}

ul#sns li.last {
	margin-right: 0;
}

footer ul.menu {
	width: 100%; margin-top: 6vw;
	overflow: hidden;
	border-top: 1px solid #bfbb9e;
	font-size: 1rem;
}
footer ul.menu li {
	width: 50%;
	border-bottom: 1px solid #bfbb9e;
	float: left;
	position: relative;
}
footer ul.menu li.odd {
	width: calc(50% - 1px);
	border-right: 1px solid #bfbb9e;
}
footer ul.menu li a {
	position: relative;
	display: block;
	text-decoration: none;
	width: 90%;
	color: #bfbb93;
	padding: 0.7rem 0 0.7rem 10%;
}
footer #copyright {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	color: #bfbb9e;
	padding-top: 25%;
	font-size: 0.5rem;
}



}
