@charset "UTF-8";




/* --------------------　ヘッダー　-------------------- */

header {
	width:100%;
	height:400px;
	position:relative;
	padding:10px 0;
	margin:0;
	background:url(/img/top/main_s.jpg) left 100px no-repeat;
	background-size:100% auto;
	z-index:10;
}

header #inner {
	background:#fff;
	width:100%;
	padding:0 0 30px;
}

header ul#tNav {
	margin:0 0 30px;
	display:block;
	width:100%;
}

header ul#tNav li {
	font-size:14px;
	padding:0;
	float :right;
	line-height:120%;
	font-weight:700;
}

header ul#tNav li:first-child { border:none; }

header #inner img.logoImg {
	display:block;
	width:160px;
	margin:0 auto;
	padding:30px 0 0;
}

header #btBl {
	position:absolute;
	width:84%;
	bottom:-70px;
	left:0;
	margin:100px 4% 30px;
	padding:20px 4%;
	background:#fff;
}


header #btBl ul#spMenu li {
	margin:0 2% 10px;
}

header #btBl ul#spMenu li:nth-child(1) img {
	margin:0 7px -3px 0;
	height:18px;
}

header #btBl ul#spMenu li:nth-child(2) img {
	margin:0 7px -2px 0;
	height:18px;
}

header #btBl ul#spMenu li a {
	padding:2.5% 2.5% 3%;
	background:#638fa2;
	display:block;
	width:95%;
	color:#FFF;
	font-size:18px;
	font-weight:700;
	text-align:center;
}


header #btBl ul#spMenu li a:hover {
	background:#000;
	text-decoration:none;
}


header #btBl ul#pcMenu { display:none; }



header nav {
	position:absolute;
	left:0;
	top:-400px;
	background:rgba(211,212,213,1);
	width:100%;
	padding:0;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	text-align:left;
	z-index:1;
}
header nav ul {
	margin:0;
	float:left;
	width:50%;
}
header nav ul:nth-child(2) li {
	width:65%;
	font-weight:700;
}
header nav ul li {
	margin:0;
	line-height:2;
}
header nav ul:nth-child(2) li:nth-child(1) {
	border-top:3px solid #000;
	padding-top:5px;
}
header nav ul:nth-child(2) li:last-child {
	border-bottom:3px solid #000;
	padding-bottom:5px;
	margin-bottom:5px;
}
header nav ul:nth-child(3) li:nth-child(1) {
	border-top:3px solid #d3d4d5;
	padding-top:5px;
}
header nav ul:nth-child(3) li:last-child {
	border-bottom:3px solid #d3d4d5;
	padding-bottom:5px;
	margin-bottom:5px;
}
header nav ul:nth-child(4) li:last-child {
	padding-bottom:5px;
	margin-bottom:5px;
}

header nav ul li a { display:block; }




/* SPグローバルナビ */

#navToggle {
	position:absolute;
*	position:fixed;
	left:15px;
	top:10px;
*	left:10px;
*	top:5px;
	width:30px;
	height:30px;
*	padding:5px 5px 0;
*	background:#fff;
	cursor:pointer;
	z-index:999;
	text-align:center;
}
#navToggle div {
	position:relative;
	margin-bottom:10px;
}
#navToggle span.menu {
	font-size:7px;
	font-weight:900;
	letter-spacing:1px;
}
#navToggle div span {
	display:block;
	position:absolute;/*to div*/
	width:100%;
	border-bottom:solid 4px #000;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#navToggle div span:nth-child(1) { top:0; }
#navToggle div span:nth-child(2) { top:7px; }
#navToggle div span:nth-child(3) { top:14px; }

/* Click Toggle(Button) */
.openNav #navToggle span.menu { display:none; }
.openNav #navToggle div span:nth-child(1) {
	top: 16px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.openNav #navToggle div span:nth-child(2),
.openNav #navToggle div span:nth-child(3) {
	top: 16px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}
.openNav {
	background:#d3d4d5 url(/img/top/main_s.jpg) left 100px no-repeat;
	background-size:100% auto;
}
.openNav #inner { background:#d3d4d5; }

/*header menu*/
.openNav nav {
	-moz-transform: translateY(450px);
	-webkit-transform: translateY(450px);
	transform: translateY(450px);
}





header ul#tNav > li:hover > a {/*layer-1*/
	color:#638fa2;
}
header ul#tNav > li ul li:hover > a {/*layer-2*/
	color: #638fa2;
	background:#eee;
}
header ul#tNav li ul {
	top: 28px;
	right: 0;
	position: absolute;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	z-index: 2;
}
header ul#tNav li ul li {
	overflow: hidden;
	height: 0;
	transition: 0.3s;
	float:none;
	background:#fff;
}
header ul#tNav li ul li:first-child { border:none; }
header ul#tNav li ul li a {
	display:block;
	padding:5px;
	width:6em;
}
header ul#tNav li:hover > ul > li {
	border-bottom: 1px solid #eee;
	overflow: visible;
	height: 27px;
}








/* ---------------------　ムービー　*/


#movie {
*	background:#eeeeee;
	padding:5em 0 10px;
}

#movie a {
	display:block;
	margin:0 auto;
}

#movie a img {
	width:100%;
	height:auto;
}






/* ---------------------　コンセプト　*/



#concept #conBlR,
#concept #conBlL {
	padding:0;
	position:relative;
}

#concept #conBlR { margin:0 0 350px; }
#concept #conBlL { margin:0 0 150px; }

#concept #conBlR img,
#concept #conBlL img { width:100%; }

#concept #conBlR .copy,
#concept #conBlL .copy {
	position:absolute;
	top:70%;
	left:4.5%;
	width:91%;
	padding:25px 0 30px;
	background:#fff;
	margin:0 auto 1.5em;
	font-weight:500;
	text-align:center;
	color:#000;
}
	
#concept #conBlR .copy h4,
#concept #conBlL .copy h4 {
	font-size:18px;
	font-weight:700;
	text-align:center;
	margin:0 0 0.5em;
}

#concept #conBlR .copy h4 span,
#concept #conBlL .copy h4 span {
	font-size:17px;
	font-weight:700;
}









/* ---------------------　pickup　*/

#pickup {
	background:#eeeeee;
	border-bottom:1px solid #fff;
	padding:40px 0 10px;
}

#pickup h2 {
	font-size:30px;
	font-weight:700;
	text-align:center;
}

#pickup p.line {
	border-top:3px solid #6490a2;
	width:60px;
	margin:15px auto 30px;
}



#pickup .bxSlider p {
	background:#FFF;
	padding:20px;
	line-height:150%;
	font-size:12px;
	font-weight:500;
}

.bx-wrapper .bx-pager {
	width : -webkit-calc(100% - 100px) ;
	width : calc(100% - 100px) ;
	max-width:300px;
}


.bx-wrapper .bx-controls-direction a,
.bx-wrapper .bx-controls-direction a { z-index:9; }










/* ---------------------　HOTEL LIST　*/

#hList {
	background:#fff;
	padding:40px 0 10px;
}

#hList h2 {
	font-size:30px;
	font-weight:700;
	text-align:center;
}

#hList p.line {
	border-top:3px solid #6490a2;
	width:60px;
	margin:15px auto 30px;
}


#hList .bxSlider2 ul {
	display:table;
	width:100%;
}

#hList .bxSlider2 ul li {
	display:table-cell;
}

#hList .bxSlider2 ul li:nth-child(1) {
	font-weight:700;
	width:70%;
}

#hList .bxSlider2 ul li:nth-child(1) span { font-size:11px; }

#hList .bxSlider2 ul li:nth-child(2) {
	text-align:right;
	width:30%;
}

#hList .bxSlider2 ul li:nth-child(2) a {
	text-decoration:underline;
}


#hList .bx-wrapper .bx-pager {
	width : -webkit-calc(100% - 100px) ;
	width : calc(100% - 100px) ;
	max-width:300px;
	bottom:-60px;
}








/* ---------------------　TOPICS　*/

#topics {
	background:#d8e3e8;
	padding:40px 10px 50px;
}

#topics #wrap {
	width:100%;
	margin:0;
	padding:0;
}

#topics #wrap #blL {
	font-size:24px;
	font-weight:700;
	padding:0 0 30px;
	text-align:center;
}

#topics #wrap #blR {
}

#topics #wrap #blR #scrl {
	height:300px;
	overflow:hidden;
}

#topics #wrap #blR ul {
	margin:0 0 10px;
}

#topics #wrap #blR ul:after {
	content: "";
	display: block;
	clear: both;
}

#topics #wrap #blR ul li {
	float:left;
}

#topics #wrap #blR ul li:nth-child(1) {
	text-align:center;
	margin:0 10px 5px 0;
	padding:0 10px;
	width:100px;
	font-size:12px;
	font-weight:500;
	background:#6490a2;
	color:#FFF;
}

#topics #wrap #blR ul li:nth-child(2) {
	font-size:14px;
	padding:0;
	line-height:150%;
	width:8em;
}

#topics #wrap #blR ul li:nth-child(2) a {
	color:#000;
}

#topics #wrap #blR ul li:nth-child(3) {
	width:23em;
}









/* --------------------　フッター　-------------------- */


footer {
	width:100%;
	padding:20px 0;
	background:#515457;
	color:#fff;
	margin:0;
}

footer #hInfo {
	font-size:12px;
	margin:0 10px;
}

footer #hInfo h2 {
	font-size:13px;
	font-weight:700;
}

footer #hInfo p { line-height:150%; }

footer #hInfo img {
	width:100%;
	max-width:128px;
	margin:0 0 15px;
}

footer #fNav {
	font-size:12px;
	margin:0 10px 50px;
}

footer #fNav ul li {
	width:46%;
	margin:0 2% 0 0;
	float:left;
}







/* --------------------　ウイルスチェック　-------------------- */

#virusChk {
	background:#747679;
	font-size:11px;
	color:#FFF;
	padding:0;
}

#virusChk #virusDate {
	background:url(../img/common/mk_vc.png) 0 7px no-repeat;
	padding:5px 5px 10px 28px;
	margin:0 7px;
}

#virusChk #virusDate .sttl { font-size:14px; }

#virusChk #virusDate .vsCap { font-size:9px; }





.usePC { display:none; }


#scrollUp {
	bottom: 91px;
	right: 0px;
	width: 60px;
	height: 60px;
	margin-bottom: -10px;
	background:url(/img/common/bt_toTop.png) no-repeat;
}
	#scrollUp:hover {
		height: 70px;
		background:url(/img/common/bt_toTop_on.png) no-repeat;
	}







/*media Queries PC
----------------------------------------------------*/
@media only screen and (min-width:769px), print {


header {
	width:100%;
	height:700px;
	background:url(/img/top/main.jpg) right top no-repeat;
	background-size:cover;
	padding:0;
	border:none;
}

header #inner {
	width:420px;
	height:670px;
	padding:0 0 30px;
}

header ul#tNav {
	margin:0 0 240px;
}

header ul#tNav li { padding:10px; }

navToggle { display:block; }

header #inner img.logoImg {
	width:210px;
	margin:0 auto;
	padding:10px 0 0;
}

header #btBl {
	position:absolute;
	width:40px;
	left:auto;
	bottom:auto;
	top:30px;
	right:0;
	margin:0;
	padding:0;
	background:none;
}

header ul li a {
	padding:0;
	margin:0;
}

header #btBl ul#pcMenu { display:block; }

header #btBl ul#spMenu { display:none; }





header nav {
	top:-550px;
	width:380px;
	padding:0 20px;
}

header nav img {
	width:175px;
	margin:3em 0;
	display:block;
}

header nav ul {
	margin:0;
	float:none;
}

header nav ul li {
	float:none;
	font-weight:400;
	width:auto;
}

header nav ul:nth-child(1) {
	border:none;
}
header nav ul:nth-child(1) li:nth-child(1) {
	border:none;
	padding:0;
	margin:0;
}

header nav ul:nth-child(2) {
	width:210px;
	float:left;
	line-height:300%;
}

header nav ul:nth-child(4){
	width:210px;
	float:left;
}


header nav ul:nth-child(3),
header nav ul:nth-child(5) {
	width:170px;
	float:left;
}

header nav ul:nth-child(2) li:nth-child(1) {
	border-top:3px solid #000;
	padding-top:20px;
}
header nav ul:nth-child(2) li:last-child {
	border-bottom:3px solid #000;
	padding-bottom:20px;
	margin-bottom:20px;
}
header nav ul:nth-child(3) li:nth-child(1) {
	border-top:3px solid #d3d4d5;
	padding-top:20px;
}
header nav ul:nth-child(3) li:last-child {
	border-bottom:3px solid #d3d4d5;
	padding-bottom:20px;
	margin-bottom:20px;
}
header nav ul:nth-child(4) li:last-child {
	padding-bottom:20px;
	margin-bottom:20px;
}




.openNav {
	background:url(/img/top/main.jpg) right top no-repeat;
	background-size:cover;
}


/*header menu*/
.openNav nav {
	-moz-transform: translateY(600px);
	-webkit-transform: translateY(600px);
	transform: translateY(600px);
}











/* ---------------------　ムービー　*/


#movie {
	background:#eeeeee;
	padding:5.5em 0 5em;
}

#movie a { text-align:center; }

#movie a img {
	width:100%;
	max-width:1000px;
	height:auto;
}








/* --------------------　コンセプト　-------------------- */


#concept #conBlR {
	padding:0;
	margin:0 0 60px;
	position:relative;
}

#concept #conBlL {
	padding:0;
	margin:0 0 50px;
	position:relative;
	text-align:right;
}

#concept #conBlR img,
#concept #conBlL img {
	width:90%;
	max-width:900px;
	height:auto;
}


#concept #conBlR .copy {
	position:absolute;
	top:40px;
	left:51%;
	width:40%;
	padding:45px 0 45px 5%;
	margin:0 0 1.5em;
	text-align:left;
	line-height:160%;
}

#concept #conBlL .copy {
	position:absolute;
	top:140px;
	left:0;
	width:40%;
	padding:45px 2% 45px 10%;
	margin:0 0 1.5em;
	text-align:left;
	line-height:140%;
}

#concept #conBlR .copy h4,
#concept #conBlL .copy h4 {
	font-size:26px;
	line-height:150%;
	text-align:left;
	margin:0 0 0.3em;
}

#concept #conBlR .copy h4 span,
#concept #conBlL .copy h4 span {
	font-size:24px;
}






/* ---------------------　pickup　*/

#pickup {
	padding:50px 0;
}

#pickup h2 {
	font-size:36px;
}

#pickup p.line {
	width:70px;
}

.bx-wrapper .bx-pager {
	max-width:1200px;
}

#pickup .bxSlider p { font-size:14px; }








/* ---------------------　HOTEL LIST　*/

#hList { padding:50px 0; }

#hList h2 { font-size:36px; }

#hList p.line { width:70px; }

#hList .bx-wrapper .bx-pager { max-width:1200px; }








/* ---------------------　TOPICS　*/

#topics {
	padding:50px 0;
}

#topics #wrap {
	max-width:1000px;
	margin:0 auto;
	padding:0 5%;
	display:table;
	width:90%;
}

#topics #wrap #blL {
	display:table-cell;
	width:28%;
	vertical-align:middle;
	padding:0 0 3% 2%;
	text-align:left;
}

#topics #wrap #blR {
	display:table-cell;
	width:70%;
	padding:0;
}

#topics #wrap #blR #scrl {
	width:100%;
	height:185px;
}

#topics #wrap #blR ul {
	display:table;
	margin:0 0 1.5%;
	width:100%;
}

#topics #wrap #blR ul li {
	display:table-cell;
	float:none;
}

#topics #wrap #blR ul li:nth-child(1) {
	vertical-align:middle;
	width:8em;
	line-height:100%;
}

#topics #wrap #blR ul li:nth-child(2) {
	width:7em;
	padding:0 .5em;
	line-height:100%;
}

#topics #wrap #blR ul li:nth-child(3) {
	padding:0 0 0 3%;
	line-height:180%;
}









/* --------------------　フッター　-------------------- */


footer {
	width:100%;
	padding:50px 0;
	margin:0;
	background:#515457;
	color:#fff;
}

footer #hInfo {
	font-size:14px;
	margin:0 10%;
	width:80%;
}

footer #hInfo h2 {
	font-size:14px;
}

footer #hInfo img { max-width:210px; }

footer #fNav {
	font-size:14px;
	margin:0 10% 50px;
	width:80%;
}

footer #fNav ul li {
	width:33%;
	margin:0 5% 0 0;
}

footer #fNav ul li:nth-child(1) {
	width:24%;
}

footer #fNav ul li:last-child { margin:0;}





/* --------------------　ウイルスチェック　-------------------- */

#virusChk {
	width:100%;
	background:#747679;
	font-size:14px;
	color:#FFF;
	padding:0;
}

#virusChk #virusDate {
	background:url(../img/common/mk_vc.png) 0 50% no-repeat;
	padding:12px 10px 12px 30px;
	max-width:1080px;
	line-height:100%;
	margin:0 20px;
}
	
	




.usePC { display:block; }
.useSP { display:none; }







}



@media screen and (min-width:840px), print {
	
#navToggle { display: block; }

}



/*media Queries SPC
----------------------------------------------------*/
@media only screen and (min-width:900px) {


#navToggle { display: block; }






/* --------------------　TOP　-------------------- */

section#title {
	background:url(/img/top/main.jpg) center top no-repeat;
	background-size:cover;
	padding-top:100px;
}

section#title h1 {
	background:rgba(255,255,255,0.9);
	margin:150px 0;
	float:right;
}

section#title h1 img { margin:85px 45px; }



}





/*media Queries PC
----------------------------------------------------*/
@media only screen and (min-width:970px) {



/* --------------------　フッター　-------------------- */


footer {
	width:100%;
	padding:75px 0;
	background:#515457;
	color:#fff;
}

footer #hInfo {
	font-size:14px;
	float:left;
	margin:0 2.5% 0 8%;
	width:30%;
}

footer #hInfo img {
	width:100%;
	max-width:234px;
	margin:0 0 15px;
}

footer #fNav {
	float:right;
	margin:0 8% 0 0;
	width:51.5%;
}

footer #fNav ul li:last-child { margin:0;}



}




input, select, button { font-family:"NotoSansCJKJP"; }




@media print {
	#navToggle,
	nav { display: none; }
}





