@charset "EUC-JP";

/* ---------------------------------------------------
Information
File name:      bace.css
Style Info:     各ページ基本スタイルの設定
--------------------------------------------------- */


/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
-------------------------------------------------------------- */
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, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* html
------------------------------------------------------------*/

html{
	font-size: 62.5%;
}



.clearfix:after{
  content: ""; 
  display: block; 
  clear: both; 
  visibility:hidden;
}


/* ---------------------------------------------------
	common_レイアウト設定
--------------------------------------------------- */

/* body
------------------------------------------------------------*/
body{
	width:100%;	
	margin: 0 auto;
	font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans", "Noto Sans CJK JP","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5rem;/* 15px*/
	line-height: 1.8;
	color:#4B4F52;
	-webkit-text-size-adjust:100%;
}


body div {
	text-align: left;
}


/* section
------------------------------------------------------------*/
section {
	margin-bottom: 2rem;
	overflow: hidden;
}

section.subNavTel {
	margin-bottom: 10px;
	overflow: hidden;
}


/* container
------------------------------------------------------------*/
#container {
	width: 100%;
	margin: 0 auto;
	border: none;
	text-align: center;
}


/* header
------------------------------------------------------------*/

header {
	margin: 0 auto;
	width: 960px;
	height: 100px;
	background: transparent;
	text-align: center;
}


/* ロゴ
------------------------------------------------------------*/
header h1 {
	margin-top: 22px;
	width: 400px;
	float: left;
	text-align: left;
}

header h1 a:hover img {
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
}


/* header右_TEL
------------------------------------------------------------*/
#headerInfo {
	padding: 0px;
	height: 50px;
	background: transparent;
	float: right;
}


/* ContentsArea
------------------------------------------------------------*/
#siteMain {
	margin: 0 auto;
	width: 960px;
    background-color: #FFF;
    min-height: 1em;
    display: inline-table;
}

#siteMain:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #siteMain {
    height: 1em;
}

#siteMain {
    display: block;
}
/**/


/* footer
------------------------------------------------------------*/
footer {
	width: 100%;
	background: #89BDDE;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	clear: both;
}

#footerArea {
	width: 960px;
	padding: 20px 0;
	margin: 0 auto;

}

#footerArea a {
	color: #FFF;
	text-decoration: none;
	transition: border-color 0.5s, color 0.5s;
}

#footerArea a:hover,a:active {
	color: #FFF;
	text-decoration: none;
	opacity: 0.7;
}

#footerArea h1 {
	width: 960px;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: bold;
}

.footerBox {
	width: 40%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0;
	float: left;

}

.footerBox p {
}

.footerBox p i {
	padding: 10px 20px 0 0;
	color: #FFF;
}


/* footer_copyright
------------------------------------------------------------*/
#copyright {
	width: 960px;
	padding: 10px 0;
	margin: 0 auto;
	clear: both;
	text-align: center;
}


#copyright p {
	margin-top: 50px;
	font-size: small;
	letter-spacing: 0;
}





/* ---------------------------------------------------
	top_レイアウト設定
--------------------------------------------------- */

/* top_メイン画像（静止画の場合）
------------------------------------------------------------*/
#topMainImgArea {
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	clear: both;
}

#topMainImg {
	width: 960px;
	background: transparent;
	margin: 0 auto;
	padding: 0;
}


/* top_宿泊予約エリア
------------------------------------------------------------*/
/*  directin.css内#booking_inner  */





/* top_コンテンツエリア
------------------------------------------------------------*/
#topContents {
	box-sizing: border-box;
	margin: 40px 0;
	padding: 0;
	width: 640px;
	height: auto;
	float: left;
	background: #FFF;
}


/* top_サイドバー
------------------------------------------------------------*/
#side {
	box-sizing: border-box;
	margin: 40px 0 40px 40px;
	padding: 0px;
	float: right;
	width: 280px;
	height: auto;
	background: #FFF;
}


/* top_サイドバー_バナーエリア
------------------------------------------------------------*/
.bnrArea {
	margin: 0px auto;
	padding: 0px;
	background: transparent;
	height: 100%;
	text-align: center;
	clear: both;
}

.bnrArea ol {
	background: transparent;
	margin: 0px auto;
}

.bnrArea ol li a img {
	border: #CCC solid 1px;
	text-decoration: none;
	margin-bottom: 15px;
	padding: 2px;
}

.bnrArea ol li a:hover img {
	border: #D2B48C solid 1px;
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}





/* ---------------------------------------------------
	page_レイアウト設定
--------------------------------------------------- */

/* page_ヘッドライン
------------------------------------------------------------*/
#pageHeadline {
	box-sizing: border-box;
	width: 960px;
	height: 257px;
	margin: 0 auto;
	padding: 8px;
	background: #89BDDE;
}

#pageTitle {
	position: relative;
	float: left;
	width: 345px;
	height: 235px;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

#pageTitle h2{
	position: absolute;
	padding-bottom: 6px;
	width: 345px;
	bottom: 50%;
	border-bottom: 1px solid #FFF;
	font-size: 2.4rem;
}

#pageTitle p.en{
	position: absolute;
	margin-top: 6px;
	width: 345px;
    text-transform: uppercase;
	top: 51%;
	font-size: 1.6rem;
	font-weight: bold;
}

#pageMainImg {
	margin-left: 8px;
	padding: 0;
	width: 591px;
	height: 241px;
	float: right;
}

#pageMainImg img {
	padding: 3px;
	background: #FFF;
}


/* page_コンテンツ
------------------------------------------------------------*/
#content {
	padding: 20px 0px 0px 0px;
	width: 640px;
	height: auto;
	background: #FFF;
	float: right;
}


/* page_コンテンツ_sidebarなし特設ページ
------------------------------------------------------------*/
#contentCol1 {
	padding: 0px 0px 0px 0px;
	width: 960px;
	height: auto;
	background: #FFF;
	float: left;
	clear: both;
}





/* ---------------------------------------------------
	ナビゲーション設定
--------------------------------------------------- */

/* topNav
------------------------------------------------------------*/
#topNav {
	padding: 5px 0px 20px;
	width: 500px;
	height: 25px;
	background: transparent;
	float: right;
}

#topNav ul {
	margin: 0;
	float: right;
}

#topNav li {
	display: block;
	margin: 0;
	float: left;
	font-size: 1.3rem;
	padding-left: 15px;
}

#topNav li a {
	color: #686D71;
}

#topNav li a:before{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	color: #89bdde;
	margin-right: 5px;
}

#topNav li a:hover {
	color: #8E9194;
	text-decoration: none;
}

#topNav li a:hover:before{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	color: #C3DDEE;
	margin-right: 5px;
}


/* --- 現在のページ --- */

#topNav li.selected {
	color: #8E9194;
}

#topNav li.selected:before{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	color: #C3DDEE;
	margin-right: 5px;
}


/* mainNav
------------------------------------------------------------*/
#mainNavArea {
	margin: 0 auto 10px;
	padding: 5px 0 0;
	width: 100%;
	text-align: center;
	clear: both;
}

.mainNav {
	margin: 0 auto;
	width: 960px;
	text-align: center;
	display: flex;
}

.mainNav li {
    float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
    padding: 4px 8px 0;
	border-right: 1px solid #CCC;
}

.mainNav li:first-child {
	border-left: 1px solid #CCC;
}

.mainNav li a {
    padding-bottom: 4px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #4B4F52;
	font-size: 1.5rem;
	border-bottom: 4px solid #FFF;
	transition: border-color 0.5s, color 0.3s;
}

.mainNav li a:hover {
	border-bottom: 4px solid #89BDDE;
    color: #B3B5B7;
}

.mainNav li a span {
    display: block;
    margin: 0;
    color: #89BDDE;
    text-transform: uppercase;
    font-size: 80%;
    letter-spacing: 1px;
}

.mainNav li a:hover span {
    color: #C3DDEE;
}


/* --- 現在のページ --- */
.mainNav li.selected a {
	border-bottom: 4px solid #0085C9;
}


/* globalNavSp
------------------------------------------------------------*/
/* メインメニュー_sp */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.globalNavSp {
	width: 0%; /*100%→0% ninh用_PCのヘッダリンクが正常に動作するように*/
	position: fixed;
	top: 0;
	z-index: 300;
	padding: 0;
	background-color: transparent;
}

.globalNavSp {
	margin: 0 auto;
}

.g_nav {
	display: none;
}

.g_nav li {
	float: left;
	margin-right: 20px;
}

.g_nav li:last-child {
	margin-right: 0;
}

.g_nav li a {
}

.g_nav li:hover a,
.g_nav li.active a {
}

#navToggle {
	display:none; /*通常時は非表示にしておきます*/
}

.g_nav .sp_logo{
	display: none;
}


/* panNav
------------------------------------------------------------*/
#panNavArea {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: #C3DDEE;
	text-align: center;
}

.panNav {
	width: 960px;
	background: transparent;
	margin: 0 auto 20px;
	padding: 2px 0;
	text-align: left;
}

.panNav li {
	margin: 0px;
	display: inline;
	color:#686D71;
	font-size: 1.2rem;
}

.panNav li a {
	margin: 0px;
	color:#686D71;
	transition: color 0.5s;
}

.panNav li a:after {
	content: '＞';
	color: #686D71;
	margin-left: 5px;
}

.panNav li a:hover {
	color:#0085C9;
	text-decoration: none;
}

.panNav li a:hover a:after {
}


/* page_subNav
------------------------------------------------------------*/
#subNav {
	margin: 20px 40px 0 0;
	float: left;
	width: 280px;
}

#subNav h3{
	margin: 0px;
	padding: 5px 10px;
	background: #0085C9;
	color: #FFF;
	font-weight: bold;
}

#subNav ul {
	margin-bottom: 20px;
	padding: 0;
	display: block;
	float: left;
}

#subNav li {
	margin: 0px;
	padding: 0px;
	width: 280px;
	box-sizing: border-box;
	clear: both;
}

#subNav li.selected {
	background: #C3DDEE;
	text-decoration: none;
	color: #686D71;
	padding: 5px 10px;
	display: block;
	border-top: 1px solid #FFF;
}

#subNav li.selected:before{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	color: #0085C9;
	margin-right: 5px;
}

#subNav li a {
	background: #E1EDF5;
	text-decoration: none;
	color: #686D71;
	padding: 5px 10px;
	display: block;
	border-top: 1px solid #FFF;
	transition: background-color 0.3s;
}

#subNav li a:before{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	color: #686D71;
	margin-right: 5px;
}

#subNav li a:hover {
	background: #C3DDEE;
	text-decoration: none;
	display: block;
}

#subNav li a:hover:before{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	color: #0085C9;
	margin-right: 5px;
}


/* --- selectedリンク付 --- */
#subNav li.selectedOn a {
	background: #C3DDEE;
	text-decoration: none;
	color: #686D71;
	padding: 5px 10px;
	display: block;
	border-top: 1px solid #FFF;
	transition: background-color 0.3s;
}

#subNav li.selectedOn a:hover {
	background: #C3DDEE;
	text-decoration: none;
	display: block;
}


/* ローカルナビ
------------------------------------------------------------*/
#subNav ul li.local {
	background: transparent;
	margin: 0px;
	padding: 0px ;
	display: block;
}

#subNav ul.localNav {
	padding: 0px;
	margin: 0px;
}

#subNav ul.localNav li {
	padding: 0px;
	margin: 0px;
}

#subNav ul.localNav li a {
	background: #E1EDF5;
	text-decoration: none;
	line-height: 1.4;
	padding: 5px 10px 5px 20px;
	display: block;
	border-top: 1px solid #FFF;
	transition: background-color 0.3s;
}

#subNav ul.localNav li a:before{
	font-family: "Font Awesome 5 Free";
	content: '\f101';
	font-weight: 900;
	color: #686D71;
	margin-right: 3px;
	font-size: 1.2rem;
}

#subNav ul.localNav a:hover {
	text-decoration: none;
	background: #C3DDEE;
	display: block;
}

#subNav ul.localNav a:hover:before{
	font-family: "Font Awesome 5 Free";
	content: '\f101';
	font-weight: 900;
	color: #0085C9;
	margin-right: 3px;
	font-size: 1.2rem;
}

#subNav ul.localNav li.selected {
	background: #C3DDEE;
	text-decoration: none;
	line-height: 1.4;
	padding: 5px 10px 5px 20px;
	display: block;
	border-top: 1px solid #FFF;
}

#subNav ul.localNav li.selected:before{
	font-family: "Font Awesome 5 Free";
	content: '\f101';
	font-weight: 900;
	color: #0085C9;
	margin-right: 3px;
	font-size: 1.2rem;
}


/* page_subNav_問合せTEL
------------------------------------------------------------*/
#subNav .tel {
	margin-bottom: 40px;
	padding: 20px 10px;
	border: 6px solid #C3DDEE;
	text-align: center;
	display: block;
	clear: both;
}

#subNav .tel p {
	margin: 0;
	padding: 0 0 0.5rem;
	font-weight: bold;
	color: #003D8F;
}

#subNav .tel p.telNo {
	font-size: 2rem;
	line-height: 1;
}

#subNav .tel p.telNo:before{
	font-family: "Font Awesome 5 Free";
	content: '\f095';
	font-weight: 900;
	margin-right: 5px;
}


/* btmNav
------------------------------------------------------------*/
.btmNav {
	width: 30%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	float: left;

}

.btmNav ul {
}

.btmNav ul li {
}

.btmNav ul li a {
	color: #FFF;
}

.btmNav ul li a:before{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	color: #FFF;
	margin-right: 5px;
}

.btmNav ul li a:hover {
	color: #FFF;
}

.btmNav ul li a:hover:before{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	color: #FFF;
	margin-right: 5px;
}





/* ---------------------------------------------------
	iframe設定_GoogleMap
--------------------------------------------------- */
iframe {
	margin-bottom: 30px;
	overflow: hidden;
}




/* ---------------------------------------------------
	リンク設定
--------------------------------------------------- */
a {
	color: #003D8F;
	text-decoration: none;
	transition: border-color 0.5s, color 0.3s;
}

a:hover,
a:active {
	color: #89BDDE;
	text-decoration: underline;
}

a img {
	border: none;
	text-decoration: none;
	transition: opacity 0.4s;
}

a:hover img{
}




/* ---------------------------------------------------
	textcolor設定
--------------------------------------------------- */

/* text
------------------------------------------------------------*/
.red {
	color: #C60B1E !important;
}

.blue {
	color: #003D8F !important;
}

.sTxt {
	font-size: smaller;
}





/* ---------------------------------------------------
	ページトップへの戻り設定
--------------------------------------------------- */
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}

.totop a {
	display:block;
	text-decoration:none;
}

.totop a img {
	background:#0085C9;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.4s ease;
}

.totop a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}





/* ---------------------------------------------------
	Form設定
--------------------------------------------------- */
input {
	vertical-align: middle;
	margin-bottom: 5px;
}

input.text100,
input.text80,
input.text40 {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	padding: 2px;
}

input.text100:focus,
input.text80:focus,
input.text40:focus,
textarea:focus {
	outline: 0;
	border: 1px solid #0085C9;
	transition: all 0.6s ease;
}

select {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	margin-bottom: 6px;
	vertical-align: middle;
}

textarea {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom: 5px;
	width: 98%;
}

/* フォームフィールド内の注記 */
.fldNotice {
	font-size: 1.3rem;
	line-height: 1.3;
}





/* ---------------------------------------------------
	404_error設定
--------------------------------------------------- */
#e404 {
	box-sizing: border-box;
	margin: 200px 100px;
	padding: 20px;
	border: 5px solid #C3DDEE;
	text-align: center;
	overflow: hidden;
}

#e404 h3 {
	margin-bottom: 50px;
	font-size: 2rem;
	font-weight: bold;
	color: #003D8F;
}

#e404 p {
	margin-bottom: 50px;
	font-size: 1.6rem;
	line-height: 2;
}





/* ---------------------------------------------------
	PC用設定
--------------------------------------------------- */

/* メインメニュー
------------------------------------------------------------*/
@media only screen and (min-width: 980px){

/*----共通_スマホでのみ表示---*/
	.sp {
		display: none;
	}

/*----共通_タブレットのみ表示---*/
	.tablet {
		display: none;
	}

/*----共通_スマホのみ表示---*/
	.btmNavSp {
		display: none;
	}

	.footerFixedNav a {
		display: none;
		z-index: -1;
	}

/*----共通_スマホのみ電話かける---*/
	a[href^="tel:"]{
		pointer-events: none;
	  }



}


