@charset "UTF-8";
/* CSS Document */

/*!------------------------------ Common --------------------------------*/

@media only screen and (min-width: 487px) {
	.mobile { /* 468px 以下で表示 */
		display: none;
	}
}
@media only screen and (max-width: 486px) {
	.default { /* 468px 以下で隠す */
		display: none;
	}
	.mobile { /* 468px 以下で表示 */
		display: block;
	}
}

img {
	transition-property: all;
	transition-duration: 0.2s;
 	transition-timing-function: ease-out;
	vertical-align: bottom;
}
a:hover img {
	opacity: 0.8;
}

.main-col h1, 
.main-col h2, 
.main-col h3, 
.main-col h4, 
.main-col h5, 
.main-col h6 {
	color: #333;
	margin: 0 0 0.5em;
}
.main-col p {
	line-height: 1.8;
}

.main-col ul,
.main-col ol {
	list-style-position: outside !important;
	margin-bottom: 1.875em;
}
.main-col ul li,
.main-col ol li {
	line-height: 1.8;
	padding-bottom: 0.5em;
}
.main-col ul li ul, 
.main-col ol li ol {
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 2.5em;
}
.main-col dl {
	line-height: 1.8;
	margin-bottom: 1.875em;
}
.main-col dl dt {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
.main-col dl dd {
	margin-bottom: 1.5em;
}

.main-col h2.title {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	border: solid 1px #dedede;
	border-left: solid 6px #00467c;
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 1.8em !important;
	line-height: 1.5;
	margin-bottom: 20px;
	margin-top: 50px;
	padding: 10px 15px;
}
.main-col h2.title:first-child {
	margin-top: 0;
}
.main-col h3.title {
	border-bottom: solid 2px #99b5ca;
	color: #00467c;
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 1.4em !important;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 6px 0;
}
.main-col h3.title i {
	font-size: 0.9em;
	margin: 0 10px;
}
.main-col h3.title img {
	margin: 0 10px;
	position: relative;
}
.main-col h4.title {
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 1.2em !important;
	line-height: 1.5;
	margin-bottom: 20px;
	padding-left: 1em;
	position: relative;
}
.main-col h4.title:before {
	color: #00467c;
	content: "\f0da";
	font-family: "FontAwesome";
	padding-right: 0.3em;
	position: absolute;
	left: 0;
}
.main-col h4.title span {
	font-size: 0.8em !important;
}

.text_main {
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 1.4em !important;
	line-height: 1.8;
}

.btn_container {
	text-align: center;
}
.btn {
	background: #187eb1; /* Old browsers */
	background: -moz-linear-gradient(top, #187eb1 0%, #186bab 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #187eb1 0%,#186bab 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #187eb1 0%,#186bab 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#187eb1', endColorstr='#186bab',GradientType=0 ); /* IE6-9 */
	border: 0;
	border-radius: 4px;
	color: #fff !important;
	display: inline-block;
	margin: 20px auto;
	padding: 6px 2em;
	text-align: center;
}
.btn:hover {
	color: #fff;
	background: #186bab; /* Old browsers */
	background: -moz-linear-gradient(top, #186bab 0%, #186bab 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #186bab 0%,#186bab 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #186bab 0%,#186bab 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#186bab', endColorstr='#186bab',GradientType=0 ); /* IE6-9 */
}
.btn i {
	margin-left: 1em;
}
.btn.small {
	padding: 6px 2em;
}
.btn.medium {
	font-size: 1.15em;
	padding: 10px 2.5em;
}
.btn.large {
	font-size: 1.3em;
	padding: 14px 3em;
}

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 40px;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*!------------------------------ header_search --------------------------------*/
#header_search {
  background: #00355d;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  #header_search {
    display: none;
  }
  #header_search.active {
    display: block;
    background: #00355d !important;
    height: calc(100vh - 69px);
    left: 0;
		padding: 15px 15px 80px !important;
		position: fixed !important;
    text-align: center;
		top: 0 !important;
    animation-duration: 0.5s;
    width: 100%;
    z-index: 9995;
  }
}
#header_search .container {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #header_search .container {
    display: block;
  }
}

.search_box_title {
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
  width: 165px;
}
.search_box_title:after {
  background: rgba(255,255,255,0.7);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 5%;
  width: 1px;
}
.search_box_title h3 {
  color: #fff;
  font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
  text-align: right;
}
.search_box_title h3 span {
  display: block;
  font-size: 0.6em;
}
@media only screen and (max-width: 855px) {
  .search_box_title {
    margin-bottom: 5px;
    width: auto;
  }
  .search_box_title h3 span {
    display: inline;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .search_box_title {
    margin: 15px 0 30px;
    padding-bottom: 10px;
    width: auto;
  }
  .search_box_title:after {
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100px;
  }
  .search_box_title h3 {
    text-align: center;
  }
}

.search_box_heading {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 0 15px;
}
.search_box_heading p {
  color: #fff;
  margin: 0;
  white-space: nowrap;
}

.search_box_input {
  display: flex;
  justify-content: flex-start;
  padding-right: 15px;
}
@media only screen and (max-width: 855px) {
  .search_box_input {
    padding: 15px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .search_box_input {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.search_box_input input {
  background: transparent !important;
  border: 1px solid #fff !important;
  box-shadow: none !important;
  color: #fff;
  font-size: 14px;
  height: 35px;
  margin-bottom: 0 !important;
  padding-left: 20px !important;
  padding-right: 0px !important;
}
.search_box_input input:focus {
  box-shadow: inset 0 0 0 1px #fff !important;
}
.search_box_input .flatpickr_input .form-control {
  min-width: 150px;
}

/* select */
.selectdiv {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.selectdiv select::-ms-expand {
  display: none;
}
.selectdiv:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
  display: block;
  height: 7px;
  margin-top: -2px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  width: 7px;
}
.selectdiv select {
  background: transparent !important;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  height: 35px;
  margin-bottom: 0;
  padding: 0 30px 0 20px;
  width: 100%;
  -ms-word-break: normal;
  word-break: normal;
  min-width: 60px;
}
.selectdiv select:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px #fff;
}
.selectdiv select option {
  color: #000;
}

.day_use {
  align-items: center;
  display: flex;
  padding-left: 5px;
  padding-right: 15px;
}
/* checkbox */
.checkboxes {
  position: relative;
}
.checkboxes label {
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
  padding-left: 22px; 
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
.checkboxes input {
  height: 18px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
.checkboxes input + label::before {
  background: transparent;
  border: 1px solid #fff;
  content: "";
  height: 16px;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.checkboxes input + label::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: block;
  height: 8px;
  left: 5px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.2s ease-in-out;
  transform: rotate(45deg);
  width: 6px;
}
.checkboxes input:checked + label::after {
  opacity: 1;
}

.search_box_form {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .search_box_form {
    flex-wrap: wrap;
  }
  .search_box_form .selectdiv {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.search_box_form_btn {
  align-items: center;
	background: #cb4c57;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 35px;
  letter-spacing: 2px;
  padding: 0 1.5em;
  white-space: nowrap;
}
.search_box_form_btn:hover, 
.search_box_form_btn:focus {
  background: #fff;
  color: #000;
}

.search_box_link_room {
}
.search_box_link_room ul {
  display: flex;
}
@media only screen and (max-width: 1240px) {
  .search_box_link_room {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .search_box_link_room ul {
    justify-content: center;
  }
}
.search_box_link_room ul li {
  padding: 0 10px;
}
.search_box_link_room ul li a {
  border-radius: 0;
  font-size: 13px;
  margin: 0;
  padding: 5px 0;
  width: 140px;
}
.search_box_link_room ul li a span {
  border-bottom: 1px solid rgba(255,255,255,0.3);
  display: inline-block;
  font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 1.25em;
  margin-bottom: 3px;
  padding: 0 15px 3px;
}
.search_box_link_room ul li a small {
  display: block;
  font-size: 1em;
}

.search_box_link {
  display: flex;
  padding-left: 10px;
}
.search_box_link ul li a {
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 3px 15px;
  position: relative;
  white-space: nowrap;
}
.search_box_link ul li a:hover, 
.search_box_link ul li a:focus {
  text-decoration: underline;
}
.search_box_link ul li a::before,
.search_box_link ul li a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.search_box_link ul li a::before{
  left: 0px;
  width: 8px;
  height: 1px;
  background: #fff;
}
.search_box_link ul li a::after{
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 1500px) {
  .search_box_link {
    padding-left: 0px;
  }
  .search_box_link ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 855px) {
  .search_box_link {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .search_box_link {
    display: block;
    margin-top: 20px;
    text-align: center;
  } 
  .search_box_link ul {
    display: inline-block;
  }
  .search_box_link ul li a {
    text-align: left;
  }
}

.fixed_footer_menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .fixed_footer_menu {
    background: #0b6f99; /* Old browsers */
    background: -moz-linear-gradient(top, #0b6f99 0%, #00467c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0b6f99 0%,#00467c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0b6f99 0%,#00467c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6f99', endColorstr='#00467c',GradientType=0 ); /* IE6-9 */
    bottom: 0;
    display: block;
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 10000 !important;
  }
  .fixed_footer_menu ul {
    display: flex;
    justify-content: space-between;
    height: 70px;
  }
  .fixed_footer_menu ul li {
    width: 20%;
  }
  .fixed_footer_menu ul li a {
    display: block;
    height: 70px;
    padding-top: 10px;
    text-align: center;
  }
  .fixed_footer_menu ul li a i {
    color: #fff;
    font-size: 28px;
  }
  .fixed_footer_menu ul li a small {
    color: #fff;
    display: block;
    font-size: 1em;
    padding-top: 3px;
    width: 100%;
  }
  .footer_menu_tel {
    border-right: 1px solid rgba(255,255,255,0.3);
  }
  .fixed_footer_menu ul li.footer_menu_reservation {
    background: #00355d;
    width: calc(60% - 100px);
  }
  .fixed_footer_menu ul li.footer_menu {
    background: #555;
    width: 100px;
  }
  .fixed_footer_menu ul li.footer_menu #shownav {
    padding-top: 18px;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
    width: 100px;
  }
  .fixed_footer_menu ul li.footer_menu #shownav span {
    background: #fff !important;
    border-radius: 0;
    display: block;
    height: 2px;
    margin-bottom: 5px;
    margin-left: 36px;
    width: 28px;
  }
  .fixed_footer_menu ul li.footer_menu small {
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
  } 
}

.iframe_booking {
	margin-bottom: -5px;
}

/* back to top */
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 20px;
	right: 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(0,0,0,0.5) url(../images/gotop.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: rgba(0,0,0,0.7);
	opacity: 1;
}
@media only screen and (min-width: 486px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}

/* toggle */
.toggle-trigger {
  display: block;
  padding: 8px 8px 8px 40px;
  margin: 20px 0 0 !important;
  cursor: pointer;
  font-weight: normal;
  font-size: 1.15em;
  line-height: 145%;
  background: #fafafa;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #fcfcfc;
  position: relative;
}
.toggle-trigger:first-child {
  margin-top: 0 !important;
}
.toggle-trigger::before {
  content: "";
  height: 4px;
  width: 14px;
  display: block;
  background: #ccc;
  position: absolute;
  left: 14px;
  top: 18px;
}
.toggle-trigger::after {
  content: "";
  height: 4px;
  width: 14px;
  display: block;
  background: #ccc;
  position: absolute;
  left: 14px;
  top: 18px;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}
.toggle-trigger a {
	text-decoration: none;
	display: block;
}
.toggle-trigger.active::after {
  transform: rotate(0deg);
}
.toggle_container {
	overflow: hidden;
}

/* tabs */
.tabs-wrapper {
  overflow: hidden;
}
.tabs-nav {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.tab-button {
  flex: 1;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.tab-button:hover {
}
.tab-button.active {
}
.tabs-content {
  position: relative;
}
.tab-panel {
  display: none;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.tab-panel.active {
  display: block;
  max-height: 1000px; /* Large enough for content */
  opacity: 1;
}
.tab-panel-inner {
  padding: 15px;
  background: #fff;
}


/*!------------------------------ Side --------------------------------*/

ul.side_banner li {
	line-height: 1;
	padding-bottom: 10px;
}
ul.side_banner img {
	margin: 0;
}
@media only screen and (max-width: 767px) {
	ul.side_banner {
		overflow: hidden;
	}
	ul.side_banner li {
		float: left;
		padding-right: 10px;
		width: 50%;
	}
	ul.side_banner li:nth-child(even) {
		padding-right: 0;
	}
}
@media only screen and (max-width: 486px) {
	ul.side_banner li {
		float: none;
		padding-right: 0;
		width: 100%;
	}
}


/*!------------------------------ teaser & Main image with title --------------------------------*/

.page-stay #teaser h3, 
.page-rooms #teaser h3, 
.page-service #teaser h3, 
.page-access #teaser h3, 
.page-sightseeing #teaser h3, 
#teaser.official_main_image h3 {
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
	margin-top: 20px;
}
.page-stay #teaser h3:after, 
.page-rooms #teaser h3:after, 
.page-service #teaser h3:after, 
.page-access #teaser h3:after, 
.page-sightseeing #teaser h3:after, 
#teaser.official_main_image h3:after {
	display: none;
}
@media screen and (min-width: 48em) {
	.page-stay #teaser h3, 
	.page-rooms #teaser h3, 
	.page-service #teaser h3, 
	.page-access #teaser h3, 
	.page-sightseeing #teaser h3, 
	#teaser.official_main_image h3 {
		font-size: 36px;
	}
}
@media only screen and (max-width: 767px) {
  .page-stay #teaser h3, 
	.page-rooms #teaser h3, 
	.page-service #teaser h3, 
	.page-access #teaser h3, 
	.page-sightseeing #teaser h3, 
	#teaser.official_main_image h3 {
		margin-top: 50px;
	}
}


/*!------------------------------ Post --------------------------------*/

#teaser.news_main_image {
	background-image: url(../images/teaser_pattern.png) !important;
  background-repeat: repeat;
  background-size: 150px 87px;
	box-shadow: inset 0 -2px 3px rgba(0,0,0,0.05);
	height: 180px;
}
#teaser.official_main_image {
	background-attachment: scroll !important;
	background-image: url(../images/official_main_image.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover;
	height: 180px;
}


/*!------------------------------ Top page --------------------------------*/

#top_slider {
	position: relative;
}
#top_slider .badge {
	bottom: 10%;
	left: 75%;
	margin: 0;
	position: absolute;
	width: 215px;
	z-index: 999;
}
@media only screen and (max-width: 767px) {
	.badge {
		bottom: 2% !important;
		left: 70% !important;
		width: 150px !important;
	}
	img.ms_image_layer {
		width: 70% !important;
	}
}
@media only screen and (max-width: 486px) {
	.badge {
		bottom: -10% !important;
		right: 5% !important;
		width: 100px !important;
	}
}

.page-top .entry-title {
	display: none;
}

.title_news::before { /* ニュースアイコン */
  content:"\f1ea";
  font-family: "FontAwesome";
  font-size: 0.9em;
  font-weight: normal;
  margin-right: 10px;
}

.top_tabs {
	margin-bottom: 30px;
}
.top_tabs .tabs-nav {
	border-bottom: 0;
	margin: 0 !important;
}
.top_tabs .tabs-nav .tab-button {
  background: #fff;
	border-radius: 3px 3px 0 0 !important;
  border: solid 1px #ddd;
  border-bottom: 0;
	color: #666;
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 1.2em;
  font-weight: normal;
	height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_tabs .tabs-nav .tab-button.active {
	background: #187eb1; /* Old browsers */
	background: -moz-linear-gradient(top, #187eb1 0%, #186bab 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #187eb1 0%,#186bab 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #187eb1 0%,#186bab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#187eb1', endColorstr='#186bab',GradientType=0 ); /* IE6-9 */
	border-color: #186bab;
	color: #fff;
	height: 42px;
}
.top_tabs .tabs-content {
	background: #e9f1f7;
	margin: 0 !important;
	padding: 30px;
}
.top_tabs .tabs-content .tab-panel > p {
  display: none;
}
ul.top_plans {
	margin: 0 !important;
	overflow: hidden;
}
ul.top_plans li {
	float: left;
	list-style: none;
	margin-bottom: 20px;
	margin-right: 0;
	width: 48%;
}
ul.top_plans li:nth-child(odd) {
	margin-right: 4%;
}
ul.top_plans li img {
	margin: 0 0 10px;
}
ul.top_plans li span {
	color: #00467c;
	font-size: 1.2em;
	font-weight: bold;
}
ul.top_plans li p {
	margin: 5px 0 0;
}
.top_tabs .tabs-content .btn.small {
  margin: 0 auto !important;
}
@media only screen and (max-width: 486px) {
	.top_tabs .tabs-nav .tab-button {
		font-size: 1.1em;
		padding-left: 5px;
		padding-right: 5px;
	}
	.top_tabs .tabs-content {
		padding: 15px;
	}
	ul.top_plans li {
		float: none;
		margin-right: 0;
		width: 100%;
	}
}

.top_news ul {
	margin: -10px 0 0 !important;
}
.top_news ul li {
	list-style: none;
	border-bottom: dotted 1px #ccc;
	padding: 8px 15px 8px 115px;
  position: relative;
}
.top_news ul li .date {
	display: block;
  left: 15px;
  position: absolute;
  top: 8px;
	width: 100px;
}


/*!------------------------------ Stay page --------------------------------*/

.stay_point h4.wp-block-heading {
  font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  margin-bottom: 0 !important;
  margin-top: 10px;
}
.stay_point p {
	font-size: 1.1em;
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	line-height: 1.7;
	margin-top: 5px;
}


/*!------------------------------ Rooms page --------------------------------*/

.rooms_list {
	background: #e9f1f7;
	padding: 15px 20px 1px;
	position: relative;
  margin-bottom: 20px;
}
.rooms_list .room_icon {
	background: #0b6f99; /* Old browsers */
	background: -moz-linear-gradient(top, #0b6f99 0%, #00467c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0b6f99 0%,#00467c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0b6f99 0%,#00467c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6f99', endColorstr='#00467c',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	color: #fff;
	display: block;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 2em;
	font-weight: bold;
	height: 50px;
	left: 0;
	line-height: 1.9;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
}
.rooms_list h3 {
	color: #00467c;
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 1.8em;
	font-weight: bold;
	margin-left: 50px;
	margin-bottom: 15px;
}
.rooms_list h3 span {
	color: #666;
	font-size: 0.6em;
	font-weight: normal;
	margin-left: 1em;
}
.rooms_list .room {
	background: #fff;
	margin-bottom: 10px;
	overflow: hidden;
}
.rooms_list .room_img {
	float: left;
	width: 49%;
}
.rooms_list .room_img img {
	margin: 0;
}
.rooms_list .room_img p {
  margin: 0;
}
.rooms_list .room_info {
	float: left;
	width: 51%;
}
.rooms_list .room_info h4 {
	border-bottom: solid 2px #00467c;
	color: #00467c;
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 7px;
	padding: 7px 20px 0;
}
.rooms_list .room_info .intro {
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 1.2em;
	line-height: 1.6;
	margin: 10px 0 5px;
	padding: 0 20px 0;
}
.rooms_list .room_info ul {
	margin: 0 20px 10px;
}
.rooms_list .room_info ul li {
	border-bottom: dotted 1px #ccc;
	color: #666;
	font-size: 0.9em;
	list-style: none;
	padding-top: 4px;
}
.rooms_list .room_info ul li span {
	display: inline-block;
	width: 80px;
}
.rooms_list .room_info .booking {
	background: #fcf2e2;
	margin: 0 15px 8px;
	overflow: hidden;
	padding: 8px 15px 8px 32px;
	position: relative;
}
.rooms_list .room_info .booking.smoking:before {
	background: url(../images/smoking.svg) 0 0 no-repeat;
	content: "　";
	left: 7px;
	height: 18px;
	position: absolute;
	top: 10px;
	width: 18px;
}
.rooms_list .room_info .booking.nosmoking:before {
	background: url(../images/nosmoking.svg) 0 0 no-repeat;
	content: "　";
	left: 7px;
	height: 18px;
	position: absolute;
	top: 10px;
	width: 18px;
}
.rooms_list .room_info .booking .price {
	display: inline-block;
	font-weight: bold;
	line-height: 1.8;
	margin: 0;
	padding-top: 1px;
}
.rooms_list .room_info .booking .price span {
	color: #666;
	font-size: 0.9em;
	font-weight: normal;
}
.rooms_list .room_info .btn_book {
	float: right;
	margin: 0;
}
.rooms_list .room_info .btn_book a {
	background: #00467c;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
	border: solid 1px #00467c;
	border-radius: 3px;
	color: #fff;
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 1em;
	font-weight: bold;
	padding: 6px 10px;
	text-align: center;
}
.rooms_list .room_info .btn_book a:hover {
	background: #00355d;
	border-color: #00355d;
}
.smoking_icon img {
	margin: 0;
	position: relative;
	top: -3px;
}
.rooms_amenity_img {
	float: left;
	width: 25%;
}
.rooms_amenity_img img {
	margin: 0 0 30px;
}
.rooms_amenity_txt {
	float: left;
	width: 75%;
}
.rooms_amenity_txt p {
	margin: 0 0 30px 20px;
}
@media only screen and (max-width: 486px) {
	.rooms_list {
		padding-left: 15px;
		padding-right: 15px;
	}
	.rooms_list h3 span {
		display: block;
		margin-left: 0;
	}
	.rooms_list .room {
		padding-bottom: 5px;
	}
	.rooms_list .room_img, 
	.rooms_list .room_info {
		float: none;
		width: 100%;
	}
	.rooms_list .room_info h4 {
		border: 0;
		padding-top: 15px;
	}
	.rooms_list .room_info .booking .price {
		display: block;
	}
	.rooms_list .room_info .btn_book {
		float: none;
		margin: 5px 0 0;
		width: 100%;
	}
	.rooms_list .room_info .btn_book a {
		display: block;
	}
	.rooms_amenity_img {
		float: none;
		width: 100% !important;
	}
	.rooms_amenity_img img {
		margin: 0 0 15px;
	}
	.rooms_amenity_txt {
		float: none;
		width: 100% !important;
	}
}


/*!------------------------------ Service page --------------------------------*/

.service_facilities {
	background: url(../images/service_facilities_bg.jpg) no-repeat top;
	margin: -20px 0 20px;
	padding: 30px;
	text-align: center;
}
.service_img {
	float: left;
	width: 45%;
}
.service_img img {
	margin: 0 0 30px;
}
.table_service_price {
  margin-top: 0;
}
.table_service_price table {
	border-top: solid 1px #ddd;
}
.table_service_price table tr td:first-child {
	background: #e9f1f7;
  border-left: 0;
	border-color: #ddd;
	padding-left: 15px;
	padding-right: 15px;
	width: 80%;
}
.table_service_price table tr td:last-child {
  border-color: #ddd;
  border-right: 0;
	padding-right: 15px;
	text-align: right;
}
.service_icons {
	margin-top: 10px !important;
}

@media only screen and (max-width: 486px) {
	.service_facilities {
		padding: 20px 15px;
	}
	.service_img {
		float: none;
		width: 100% !important;
	}
	.service_img img {
		margin: 0 0 15px;
	}
	.table_service_price table tr th:first-child {
		width: 70%;
	}
}


/*!------------------------------ Access page --------------------------------*/

.access_link {
  padding: 6px 1em !important;
}
.access_link a {
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 1em;
  white-space: nowrap;
}
.access_link_train a::before {
  content:"\f238";
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: 0.5em;
}
.access_link_airplane a::before {
  content:"\f072";
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: 0.5em;
}
.access_link_car a::before {
  content:"\f1b9";
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: 0.5em;
}

.access_map {
	background: #f7f7f7;
	margin-bottom: 30px;
	padding: 30px 40px;
}
.access_map .access_map_title {
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 1.8em;
	position: relative;
	text-align: center;
}
.access_map .access_map_title:before {
	background: #186bab;
	border-radius: 2px;
	color: #fff;
	content: "\f041";
	display: block;
	font-family: "FontAwesome";
	font-size: 18px;
	height: 30px;
	line-height: 1.8;
	margin: 0 auto 10px;
	text-align: center;
	top: 0;
	width: 30px;
}
.access_map .benefits {
  font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 1.6em;
  padding-top: 35px;
  position: relative;
  text-align: center;
}
.access_map .benefits::before {
  border-style: solid;
  border-width: 22px 45px 0 45px;
  border-color: #186bab transparent transparent transparent;
  content: "";
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: 0;
}

ul.access_map_list {
	margin: 0 0 20px !important;
	overflow: hidden;
}
ul.access_map_list li {
	border-bottom: dotted 1px #ccc;
	list-style: none;
	padding: 8px 10px 8px 40px;
	position: relative;
}
ul.access_map_list li:last-child {
	border-bottom: none;
}
ul.access_map_list li::after {
  content: "";
	background: #186bab;
	border-radius: 50%;
	left: 10px;
	height: 20px;
	line-height: 1.9;
	position: absolute;
	top: 9px;
	width: 20px;
}
ul.access_map_list li::before {
  content: "1";
  color: #fff;
  font-size: 0.85em;
  text-align: center;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 10px;
	top: 9px;
  z-index: 2;
}
ul.access_map_list li:nth-child(3)::before {
  content: "2";
}
ul.access_map_list li:nth-child(4)::before {
  content: "3";
}

.title_train::before { /* 電車アイコン */
  content:"\f238";
  font-family: "FontAwesome";
  font-size: 0.9em;
  font-weight: normal;
  margin-right: 10px;
}
.title_airplane::before { /* 飛行機アイコン */
  content:"\f072";
  font-family: "FontAwesome";
  font-size: 0.9em;
  font-weight: normal;
  margin-right: 10px;
}
.title_car::before { /* 車アイコン */
  content:"\f1b9";
  font-family: "FontAwesome";
  font-size: 0.9em;
  font-weight: normal;
  margin-right: 10px;
}

.access_airplane_map {
	padding: 0 50px 20px;
}
.access_google_map {
	background: #f7f7f7;
	margin-bottom: 30px;
	margin-top: -20px;
	padding: 50px;
}
.access_google_map .gmap {
	margin-bottom: 0;
}
@media only screen and (max-width: 486px) {
	.access_map {
		padding: 30px 20px;
	}
	.access_google_map {
		padding: 0;
	}
}

/*!------------------------------ Sightseeing page --------------------------------*/

.sightseeing_img {
	float: left;
	width: 45%;
}
.sightseeing_img img {
	margin: 0 0 30px;
}
.sightseeing_txt {
	float: left;
	width: 55%;
}
.sightseeing_txt p {
	margin: 0 0 30px 20px;
}
@media only screen and (max-width: 486px) {
	.sightseeing_img {
		float: none;
		width: 100%;
	}
	.sightseeing_img img {
		margin: 0 0 15px;
	}
	.sightseeing_txt {
		float: none;
		width: 100%;
	}
	.sightseeing_txt p {
		margin: 0 0 30px 0;
	}
}


/*!------------------------------ Company page --------------------------------*/

.table_company {
  margin-top: 0;
}
.table_company table td {
  border-color: #ddd;
  border-left: 0;
  border-right: 0;
  padding: 0.725em 0;
}
.table_company table tr:first-child td {
  border-top: 0;
}
.table_company table tr td:nth-child(1) {
	font-weight: bold;
	vertical-align: top;
	width: 130px;
}
.table_company table tr td table {
	margin: 0;
}
.table_company table tr td table tr td {
	border-bottom: dotted 1px #ddd;
	vertical-align: top;
}
.table_company table tr td table tr td:nth-child(1) {
	font-weight: normal;
}
.table_company table tr td table tr:last-child td {
	border: none;
}
@media only screen and (max-width: 486px) {
	.table_company table tr td:nth-child(1) {
		border: none;
		padding-bottom: 0;
		padding-top: 1.25em;
	}
	.table_company table tr td {
		float: left;
		width: 100%;
	}
}

/*!------------------------------ Law page --------------------------------*/

.table_law {
  margin-top: 0;
}
.table_law table td {
  border-color: #ddd;
  border-left: 0;
  border-right: 0;
  padding: 0.725em 0;
}
.table_law table tr:first-child td {
  border-top: 0;
}
.table_law table tr td:nth-child(1) {
	font-weight: bold;
	vertical-align: top;
	width: 200px;
}
@media only screen and (max-width: 486px) {
	.table_law table tr td:nth-child(1) {
		border: none;
		padding-bottom: 0;
	}
	.table_law table tr td {
		float: left;
		width: 100%;
	}
}

/*!------------------------------ Terms and Conditons page --------------------------------*/

.table_penalty thead th, 
.table_penalty thead td {
	border-color: #ddd;
	text-align: center;
}
.table_penalty tbody th, 
.table_penalty tbody td {
	border-color: #ddd;
	text-align: center;
}
.table_penalty thead th {
	background: #f3f3f3;
}
.table_penalty thead td {
	background: #e9f1f7;
}
.table_penalty th {
	background: #f3f3f3;
}


/*!------------------------------ Contact page --------------------------------*/

.red {
	color: #981d01;
}
.contact_form {
	background: #f7f7f7;
	padding: 40px 40px;
}
.contact_form .form_group {
	overflow: hidden;
	padding-bottom: 10px;
}
.contact_form .form_group p {
	float: left;
	margin: 5px 0 0;
	width: 30%;
}
.contact_form .form_group p label {
	font-weight: normal;
}
.contact_form .form_group p label span {
	margin-left: 0.3em;
}
.contact_form .form_group .form_input {
	float: left;
	font-size: 1.1em;
	width: 70%;
}
.contact_form .form_group .form_input p {
  width: 100%;
}
.contact_form .btn_container .btn {
	font-size: 1.2em !important;
	font-weight: normal;
	margin-top: 0;
	padding: 10px 2em !important;
}
.contact_form .btn_container .wpcf7-spinner {
  display: none;
}
@media only screen and (max-width: 486px) {
	.contact_form {
		padding: 20px;
	}
	.contact_form .form_group {
		padding-bottom: 5px;
	}
	.contact_form .form_group p, 
	.contact_form .form_group .form_input {
		float: none;
		width: 100%;
	}
}


/*!------------------------------ Site Map page --------------------------------*/

ul.sitemap_list {
	list-style: none !important;
	margin-left: 0 !important;
}
ul.sitemap_list li a {
	color: rgba(0,0,0,0.7);
	display: inline-block;
	padding: 0.3em 0 0.3em 1em;
	position: relative;
}
ul.sitemap_list li a:before {
	content: "\f0da";
	font-family: "FontAwesome";
	padding-right: 0.3em;
	position: absolute;
	left: 0;
}
ul.sitemap_list li a:hover {
	color: #186bab;
}


/*!------------------------------ Fixed banner --------------------------------*/

.fixed-banner {
  position: fixed;
  right: 20px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
#fixed-banner1 { bottom: 20px; }
#fixed-banner2 { bottom: 130px; }
@media only screen and (max-width: 767px) {
  #fixed-banner1 { bottom: 90px; }
  #fixed-banner2 { bottom: 200px; }
}
.fixed-banner.show {
  opacity: 1;
  pointer-events: auto;
}
.banner-content {
  background: #000;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  min-width: 240px;
  position: relative;
}
.close-btn {
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: -8px;
  top: -8px;
}
.banner-content a {
  background: #f1c40f;
  display: block;
  outline: 1px solid #fff;
  outline-offset: -5px;
  min-width: 240px;
  text-align: center;
}
#fixed-banner2 .banner-content a { 
  background: rgba(12,137,133,1);
}
.banner-content p {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0px;
  padding: 15px 10px 10px;
  text-align: center;
}
.banner-content p strong {
  color: #c00;
  font-size: 1.5em;
  margin: 0 0.1em;
  border-bottom: 2px dotted #333;
  padding-bottom: 3px;
}
#fixed-banner2 .banner-content p {
  color: #fff;
}
#fixed-banner2 .banner-content p strong {
  border-bottom: 2px dotted #fff;
  color: #f1c40f;
}
.banner-content a span {
  background: #000;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.5em 1em;
  display: block;
  position: relative;
  z-index: 2;
}


/*!------------------------------ styles for Gutenberg Block Editor  --------------------------------*/
.entry-content > h2.wp-block-heading {
  margin-top: 0;
}
h2.wp-block-heading {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
  border: solid 1px #dedede;
  border-left: solid 6px #00467c;
  font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 1.8em !important;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 50px;
  padding: 10px 15px;
}
h3.wp-block-heading {
  border-bottom: solid 2px #99b5ca;
  color: #00467c !important;
  font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 1.4em !important;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 6px 0;
}

.title_triangle {
  font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 1.2em !important;
  line-height: 1.5;
  margin-bottom: 10px !important;
}
.title_triangle::before { /*タイトルに右向き三角アイコン */
  color: #00467c;
  content: "\f0da";
  font-family: "FontAwesome";
  font-weight: normal;
  padding-right: 0.3em;
}

.btn .wp-block-button__link {
  color: #fff;
  background-color: transparent !important;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: 0 !important;
  font-size: auto;
}
.btn.arrow_right .wp-block-button__link::after { /* 右矢印アイコン */
  content:"\f101";
  font-family: "FontAwesome";
  font-size: 0.9em;
  font-weight: normal;
  margin-left: 1em;
}

