@charset "utf-8";

ul {
	padding: 0;
	margin: 0;
}

ul li {
	margin-bottom: 5px;
	padding: 0;
	list-style-type: none;
}

table {
	border-style: solid;
	border-width: 1px;
	width: 100%;
	margin: 15px 0 30px;
	border-collapse: collapse;
}

th,td {
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}

/* th { */
/* 	white-space: nowrap; */
/* } */

td {
	text-align: left;
}

table.center th, table.center td {
	text-align: center;
}


a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

h2 {
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 30px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left 40%;
}

h2.banner_img, h2.banner_img_main {
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	behavior: url(/common/css/PIE.htc);
}

h2.banner_img_main {
	height: 180px;
	font-size: 180%;
	padding: 10px 16px;
}

h2.banner_img, h2.banner_img_main ,
h3.banner_img, h3.banner_img_main {
	padding-left: 0;
	background-image: none;
}

@media (max-width:768px) {
	h2.banner_img_main {
		background-image: none !important;
		height: 100% !important;
	}
}

h3 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 14px auto 8px;
	padding-left: 16px;
	min-height: 20px;
	background-repeat: no-repeat;
	background-position: left 40%;
}

iframe {
	border: none 0 transparent;
}

a.btn:link, a.btn:visited {
	color: #EEE;
}

a.btn:hover {
	color: #FFF !important;
}

a.thumbnail {
	text-align: right;
	border-width: 2px;
}

a.thumbnail:after {
	content: "\f138";
	font-family: FontAwesome;
	margin-left: 0.5em;
}

/*top_menu*/
#hd_line {
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: none;
	margin-bottom: 0;
	font-family: 'Sorts Mill Goudy', serif;
	border: none 0 transparent;
}

#hd_line .navbar-header > a.navbar-brand {
	position: relative;
	background: #FFF;
	right: 0;
	margin: 0 0 0 7px;
	padding: 15px 8px 22px;
	display: inline-block;
	-moz-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-bottom-left-radius: 5px;	/* Firefox用 */
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-bottom-right-radius: 5px;	/* Firefox用 */
}

#hd_line .navbar-header > a.navbar-brand:hover {
	background: #EEE;
}

.sharetext {
	font-size: 9px;
	color: #FFF;
	padding: 5px;
}

.sharetext a {
	font-size: 300%;
}

.sharetext a:hover {
	font-size: 300%;
	opacity: 0.8;
	filter: alpha(opacity=0.8);
}

#header {
    margin-bottom: 0;
	z-index: 13;
}

#header .fa {
vertical-align: 0%;
}

#header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
	opacity: 0.9;
	filter: alpha(opacity=0.9);
}

#header.fixed a {
	opacity: 1;
	filter: alpha(opacity=1);
}

/*facility_header*/


#facil_header > div {
	padding: 8px 0;
}

#facil_header .hd_contact {
	display: inline-block;
	border-left-style: dotted;
	border-left-width: 1px;
	margin-left: 10px;
	padding: 12px 0 12px 14px;
}



.mm-menu, .mm-panels, .mm-panels > .mm-panel {
	z-index: 20000 !important;
}


/* Facility Navigation*/
#facil_nav {
	background-image: url(/common/img/hd_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#facil_nav .navbar {
	margin: 0;
	min-height: 35px;
	border: none 0 transparent;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

#facil_nav .navbar .navbar-collapse {
	padding: 0;
}

#facil_nav ul li {
	border-left-style: dotted;
	border-left-width: 1px;
	white-space: nowrap;
	box-sizing: border-box;
	font-weight: normal;
	font-size: 80%;
	text-align: center;
}

#facil_nav ul li:last-child {
	border-right-style: dotted;
	border-right-width: 1px;
}

#facil_nav ul li a {
	margin-bottom: 3px;
	padding: 3px 8px;
	color: #666;
	display: inline-block;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: transparent;
	border-bottom-left-radius: 3px;		/* CSS3草案 */
	-webkit-border-bottom-left-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-bottom-left-radius: 3px;	/* Firefox用 */
	border-bottom-right-radius: 3px;		/* CSS3草案 */
	-webkit-border-bottom-right-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-bottom-right-radius: 3px;	/* Firefox用 */
}

div.col-main {
	margin-bottom: 1em;
}

/* flex + bootstrap thumbnail */
.flex-row.row {
	display: flex;
	flex-wrap: wrap;
}

.flex-row.row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.flex-row .thumbnail,
.flex-row .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

.flex-text {
  flex-grow: 1
}

.flex-row img {
  height: auto;
  width: 100%;
  flex: 0 0 auto;
}

.flex-row.row:after, .flex-row.row:before {
	display: none;
	content: none;
}

.flex-row.row a.thumbnail:after {
	content: none;
}

a.thumbnail.info_left{
	text-align: left;
}

#ft_line {
	background-color: #000;
	color: #FFF;
	padding: 5px 0;
	font-family: 'Sorts Mill Goudy', serif;
}

/*footer*/
#footer {
	background: url(/common/img/footer_bg.gif) repeat-x left top #ededed;
	padding: 30px 0 0px 0;
}


/*pagetop link*/
#footer .pagetop {
	position: fixed;
	bottom: -40px;
	right: 50px;
	z-index: 999;
}

#footer .pagetop a {
	display: block;
	width: 60px;
	height: 40px;
	background-color: #999;
	border-radius: 5px 5px 0 0;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}

#footer .pagetop a:hover {
	opacity: 0.5;
	filter: alpha(opacity=0.5);
}

#footer .pagetop a i {
	color: #FFF !important;
}

#footer > div.container > div.row {
	margin-top: 30px;
}

#footer div.row {
	margin-bottom: 3px;
}

/*フッター ホテルリンク*/
#footer .hotelbnr div {
	padding: 0 13px;
}

#footer .hotelbnr a.thumbnail {
	padding: 10px 4px;
	border-width: 1px;
	box-sizing: border-box !important;
	text-align: center;
}

#point_box a.thumbnail:after,
#hotels a.thumbnail:after,
#speciality a.thumbnail:after,
.hotelbnr a.thumbnail:after {
	content: none;
}

#footer #sitemap {
	background-color: #F3F3F3;
	padding: 11px;
}

#footer #sitemap > div > div {
	font-weight: bold;
	margin-bottom: 5px;
}

#footer #sitemap > div > div ul li a {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#footer #sitemap > div > div ul li a:before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 0.5em;
}

/*サイドメニューボックス*/
#side_menu #side_submenu {
	margin-bottom: 1em;
}

#side_menu #side_submenu a {
  display: block;
	height: 50px;
	padding: 16px 12px 0;
	box-sizing: border-box;
	color: #999;
}

#side_menu #side_submenu a:hover {
	color: #666;
}

#side_menu #side_submenu a i {
	margin-right: 5px;
}

#side_menu #side_submenu #submenu_title,
#side_menu #side_submenu #submenu_reservation {
	font-size: 120%;
}

#side_menu #side_submenu #submenu_title a {
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#side_menu #side_submenu #submenu_reservation a {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#side_menu #side_submenu #submenu_title a:after,
#side_menu #side_submenu #submenu_reservation a:after {
	content: "   \f138";
  font-family: FontAwesome;
}

#side_menu #side_submenu ul.flat li {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 90%;
}

#side_menu #side_submenu ul.flat li:last-child {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}


#side_menu #side_submenu ul.tree li {
	margin: 12px 0 0;
	padding: 0;
	font-size:1.1em;
}

#side_menu #side_submenu ul.tree li a {
	padding: 0;
	height: auto;
}

/*枠の上の三角*/
#side_menu #side_submenu ul.tree li ul:before {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #CCC;
	top: -16px;
	left: 9px;
}

#side_menu #side_submenu ul.tree li ul {
	margin: 12px 0 6px;
	border-style: solid;
	border-width: 2px;
	position: relative;
}

#side_menu #side_submenu ul.tree li ul li {
	margin: 0;
	height: 28px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#side_menu #side_submenu ul.tree li ul li:last-child {
	border-bottom: none 0 transparent;
}

#side_menu #side_submenu ul.tree li ul li a {
	font-size: 11px;
	height: 28px;
	padding: 6px 5px 0;
	color: #666;
}

/*右サイドバナー*/
#m_ban_right.well {
	border-style: dotted;
	border-width: 2px;
	padding: 0.4em;
}

#m_ban_right.well a {
	font-weight: normal;
}

#m_ban_right li span:before {
	content: "\f0da";
	font-family: FontAwesome;
	top: 1px;
	left: -1em;
}

#side_bnr li {
	margin-bottom: 0.5em;
}

#m_ban_right a:hover img,
#side_bnr a:hover img {
	opacity: 0.7;
}

#side_address.well {
	text-align: center;
}


/*ページ内リンク*/
.inpagenavi {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom : 15px;
	margin-bottom: 15px;
}

.inpagenavi ul li {
	margin-left: 12px;
	display: inline-block;
}

.inpagenavi ul li a:before {
	content: "\f13a";
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 135%;
	margin-right: 0.3em;
}

/*オーバーレイ*/
div.mainimage {
	margin-bottom: 0.5em;
}

div.mainimage img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

div.swapimage_nav li {
	display: inline-block;
	cursor: pointer;
}

div.swapimage_nav li .overlay {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	width: 77px;
	height: 59px;
	margin-left: -77px;
	padding: 0;
	opacity: 0;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	-o-transition: opacity .1s linear;
	transition: opacity .1s linear;
	filter: alpha(opacity=0);
	-webkit-background-size: contain;
	background-size:contain
}

div.swapimage_nav li .overlay:hover {
	opacity: 1;
	filter: alpha(opacity=1);
}

div.swapimage_nav li img {
	width: 77px;
	height: 59px;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	behavior: url(/common/css/PIE.htc);
}

/*電話番号*/
.phonenumber {
	padding: 0px 14px 0 0;
	display: inline-block;
	font-size: 16px;
	font-family: "Cinzel", serif;
	letter-spacing: -0.08em;
	font-weight: bold;
	text-shadow: 1px 1px 2px #CCC;
	opacity: 0.8;
}

.phonenumber:before {
	content: "\f095";
	font-family: FontAwesome;
	margin-right: 8px;
	font-size: 110%;
}

.btn {
    border-radius: 0px;
}

/* スライダー */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-inner > .item > img{
    width: 100%;
}

.container img.main{
    margin-top: 15px;
}

.top_right{
    float:right;
}


@media print {
  a[href]:after {
		content: none !important;
  }
}

/* @media (min-width:1200px){.container { */
/*         width: 970px */
/*     } */
/* } */
div#itemlist.row {
	margin-right: -5px;
	margin-left: -5px;
}

div#itemlist.row > [class*='col-'] {
	padding-right: 5px;
	padding-left: 5px;
}

div#itemlist.row .thumbnail {
	margin-bottom: 10px;
}

.thumbnail div.plan_title {
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	margin:6px 3px 8px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
}

.thumbnail span.description {
	font-size: 12px;
	text-align: left;
}

dl.dl-horizontal dt,
dl.dl-horizontal dd {
	padding: 0.3em;
}

dl.dl-horizontal dt {
	border-width: 1px;
	border-style: solid;
}

.nav-tabs {
	margin-bottom: 1em;
}

.well {
	background-color: #FFF;
	background-image: none;
}

.well-dark {
	background-color: #f5f5f5;
}

.well-dotted {
	border: dotted 1px #CCC;
}

#roomtypeSelect{
	margin-left: 10px !important;
}
/* リバティ物産展メニューテーブル */
.bussanten{
	margin: 0px;
}
.bussanten td{
	padding: 1px;
}

@media screen and (min-width: 768px) {
  .row-flex, .row-flex > div[class*='col-'] {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex:1 0 auto;
  }
}

@media (max-width:768px){
	.navbar {
	margin-bottom: 0px;
	}

	.well{
	   margin-bottom: 10px;
	}
}

/* 種ゴルヘッダー用フォント */
@font-face {
	font-family: 'mochiypop';
	src: url('./fonts/MochiyPopOne-OTF-ExtraBold.otf');
}
