@charset "utf-8";
html {
  font-family: "Noto Serif JP", "Source Han Serif", "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  max-width: 100%;
}
body {
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
  font-weight: 100;
  letter-spacing: 0.1em;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
a {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a:hover {
  text-decoration: none;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
h2 {
  font-size: 3.2rem;
  line-height: 1.5;
}
h3 {
  font-size: 2.4rem;
  line-height: 1.5;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.5;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.min {
  font-family: "Noto Serif JP", serif;
}
.min_text {
  font-family: "Noto Serif JP", serif;
}
.mb_05 {
  margin-bottom: 5px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_60 {
  margin-bottom: 60px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  /*\*/ /*/
   display: inline-table;
  /* */
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
aside a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #fff;
}

.break_word {
  word-break: keep-all;
  overflow-wrap: break-word;
}
body .language_on {
  display: none;
}

/* =======================
		timesale
========================== */
.head_timesale {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.timesale_bnr {
  position: absolute;
  width: 100%;
  z-index: 1000;
  text-align: center;
  background: #002952;
}
.timesale_bnr a:hover img {
  opacity: 0.75;
}
.timesale_bnr img {
  width: 1180px;
  margin: 0 auto;
}
/* .ptop_timesale {
  width: 85px;
  position: fixed;
  right: -25%;
  z-index: 1000;
  bottom: 15em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: right 0ms ease, opacity 500ms ease;
  -webkit-transition-delay: 500ms, 0s;
  -moz-transition: right 0ms ease 500ms, opacity 500ms ease;
  -o-transition: right 0ms ease 500ms, opacity 500ms ease;
  transition: right 0ms ease 500ms, opacity 500ms ease;
}
.activeFix .ptop_timesale {
  width: 85px;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0ms, 0ms;
  -moz-transition-delay: 0ms, 0ms;
  -o-transition-delay: 0ms, 0ms;
  transition-delay: 0ms, 0ms;
} */
.ptop_timesale {
  width: 85px;
  position: fixed;
  right: 0;
  z-index: 1000;
  bottom: 15em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0ms, 0ms;
  -moz-transition-delay: 0ms, 0ms;
  -o-transition-delay: 0ms, 0ms;
  transition-delay: 0ms, 0ms;
}
.ptop_timesale_close {
  text-align: right;
  height: 26px;
}
.ptop_timesale a {
  display: block;
}
/* =======================
		header #header2
========================== */
header #header2 {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  padding: 10px 0 10px 0;
  top: 0;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
header #header2 .top_header_inner {
  width: 97.8%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
header #header2 .top_header_inner .top_h1 {
  float: left;
  margin-right: 65px;
}
header #header2 .top_header_inner ul li {
  float: left;
  font-size: 1.6rem;
  margin-left: 28px;
}
header #header2 .top_header_inner ul.lang2 {
  width: 103px;
}
header #header2 .top_header_inner ul.lang2 li {
  margin: 0;
}
header #header2 .top_header_inner ul li:first-child {
  margin-left: 0;
}
header #header2 .top_header_inner ul li a {
  color: #000;
  margin: 0;
}
header #header2 .top_header_inner .reservation_box {
  width: 100px;
  position: absolute;
  right: 0;
}
header #header2 .top_header_inner .reservation_box .btn a {
  display: block;
  background-color: #ab8333;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  background-repeat: no-repeat;
  background-position: 15px 15px;
  line-height: 1;
}
header #header2 .top_header_inner .nav_box {
  font-weight: 100;
}
header #header2 .top_header_inner .lnav2 {
  position: absolute;
  right: 110px;
  top: 20px;
}
header #header2 .top_header_inner .nav_txt {
  position: absolute;
  right: 110px;
  top: 0;
  z-index: 2;
  letter-spacing: 0.15em;
}
.top_header_inner .nav_txt li {
  float: left;
  font-size: 1.5rem;
}
header #header2 .top_header_inner .nav_txt li {
  border-left: #ccc solid 1px;
  line-height: 1.2;
  margin-left: 0;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.top_header_inner .nav_txt li > * {
  padding: 0 6px;
  margin: 0;
}
.top_header_inner .nav_txt li:last-child {
  border-right: #ccc solid 1px;
}
.top_header_inner .nav_txt a img {
  width: 0.8em;
  margin-top: -0.3em;
  margin-left: 0.2em;
}
/*----------------------------------------------------
	多言語プルダウン
----------------------------------------------------*/
#dropmenu2 {
  list-style-type: none;
  padding: 0;
  top: -42px;
  left: 690px;
  position: absolute;
}
#dropmenu2 li {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu2 li a {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  padding: 5px 15px;
}
#dropmenu2 li:hover a:hover {
  background-color: #f0f0f0;
}
#dropmenu2 li a:active {
  background-color: #f0f0f0;
  background: url(../img/180427/lang_01_on.gif) no-repeat 18px 13px;
}
#dropmenu2 li:hover > a {
  background: #f0f0f0;
}
#dropmenu2 > li:hover > a {
  border-radius: 3px 3px 0 0;
}
#dropmenu2 li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#dropmenu2 li ul li {
  margin: 0px;
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  text-align: center;
}
#dropmenu2 li ul li a {
  padding: 10px 0;
  background: #fff;
  font-size: 11px;
  width: 103px;
}
#dropmenu2 li:hover ul li {
  height: 31px;
  border-bottom: 1px solid #ccc;
}
#dropmenu2 li:hover ul li a:hover {
  background-color: #f0f0f0;
}
#dropmenu2 li:hover ul li:first-child {
  border-top: 0;
}
#dropmenu2 li:hover ul li:last-child {
  border-bottom: 0;
}
#dropmenu2 li:hover ul li:last-child a {
  border-radius: 0 0 3px 3px;
}
#header #dropmenu2 .language ul li a:hover {
  color: #59595a;
}
/* =======================
		search
========================== */
#search {
  float: left;
  width: 100%;
  background-color: #b0894c;
  margin-top: 92px;
}
#search #top_search_box,
#top_search #top_search_box {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}
#search h2,
#top_search h2 {
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.6rem;
  float: left;
  margin: 8px 20px 0 0;
}
#search form,
#top_search form {
  color: #fff;
  float: left;
}
#search form select,
#top_search form select {
  color: #000;
  margin: 0 3px 0 0;
  height: 24px;
}
#search form br,
#top_search form br {
  display: none;
}
#search #cancel,
#top_search #cancel {
  float: right;
  margin: 6px 0 0 30px;
}
#search #cancel a,
#top_search #cancel a {
  color: #fff;
}
#search #cancel a:hover,
#top_search #cancel a:hover {
  text-decoration: underline;
}
#search input,
#top_search input {
  color: #000;
  width: 44px;
  height: 24px;
  margin-right: 5px;
  padding-left: 4px;
}
#search input.year,
#top_search input.year {
  width: 60px;
}
#search input.button,
#top_search input.button {
  width: 70px;
  height: 30px;
}
#search input:hover,
#top_search input:hover {
  background-color: #ccc;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
/*    160208 更新分     */
#booking_inner {
  /* width: 260px; */
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 12px;
}
.booking_date {
  margin: 0;
  float: left;
  display: block;
}
#nitteiarea,
#ninzuarea,
#ryokinarea,
#searchtypearea {
  width: 100%;
  margin: 0;
  border: none;
  font-size: 1.4rem;
}
#nitteiarea,
#ninzuarea,
#ryokinarea {
  margin: 3px 0 0 10px;
}
/* =======================
		l_nav
========================== */
.l_nav {
  display: none;
}
/* =======================
		#totop
========================== */
#totop {
  text-align: right;
  width: 90%;
  max-width: 960px;
  margin: 30px auto 0;
}
#totop a {
  text-decoration: none;
  color: #3c3c3c;
  padding-left: 15px;
  background: url(/niji/img/common/img_totop.png) no-repeat 0 3px;
}
#totop a:hover {
  text-decoration: underline;
}
/* ページトップへ戻る */
.pageTop {
  position: relative;
  /*    width:90%;
    max-width:900px;*/
  height: 0;
  margin: 0 auto;
}
.pageTop a {
  position: fixed;
  bottom: 120px;
  /*    left: auto;*/
  right: 17px;
  display: block;
  width: 66px;
  height: 66px;
  padding: 1em 0 1em 2px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  outline: none;
  text-decoration: none;
  z-index: 9999;
  border-radius: 3px;
  margin: 0 0 20px 950px;
}
.pageTop a:before,
.pageTop a:after {
  position: absolute;
  left: 50%;
  content: "";
  margin-left: -10px;
}
.pageTop a:before {
  top: 50%;
  margin-top: -13px;
  border-bottom: 10px solid transparent;
}
.pageTop a:after {
  top: 50%;
  left: 53%;
  margin-top: -5px;
  z-index: -1;
  width: 15px;
  height: 15px;
  background: transparent;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  /* 回転 */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* =======================
		#recommend_plan
========================== */
#recommend_plan {
  width: 90%;
  margin: 80px auto 80px;
}
#recommend_plan h2 {
  text-align: center;
  color: #ab8333;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
#recommend_plan h3 {
  color: #3c3c3c;
  font-size: 2.1rem;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 5px;
}
#recommend_plan h3 span {
  font-size: 1.3rem;
  /* font-family: 'Lora', serif; */
  padding-left: 10px;
}
#recommend_plan h3 .plan_list {
  width: 120px;
  margin-top: 7px;
  background-image: url(../img/common/news_arrow_001.gif);
  background-repeat: no-repeat;
  background-position: left 1px;
  float: right;
}
#recommend_plan h3 .plan_list a:hover {
  text-decoration: underline;
}
#recommend_plan li {
  margin-bottom: 30px;
  width: 23%;
}
#recommend_plan li img {
  margin-right: 15px;
  height: auto;
}
#recommend_plan li h4 {
  color: #595959;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#recommend_plan .btn {
  display: none;
}
#recommend_plan .plan_list {
  text-align: right;
  display: block;
}
#recommend_plan li p:nth-child(3) {
  color: #cc3333;
}
#recommend_plan .plan_list a {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #ab8333;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #ffffff;
  text-align: center;
  padding: 15px;
}
/* =======================
		.page_image
========================== */
.page_image img {
  width: 100%;
}
/* =======================
		.topicpath
========================== */
.topicpath {
  margin-bottom: 33px;
}
#container .topicpath dt {
  height: 0;
  overflow: hidden;
}
#container .topicpath dd a:link,
#container .topicpath dd a:visited {
  text-decoration: underline;
  color: #3c3c3c;
}
#container .topicpath dd a:hover {
  text-decoration: underline;
  color: #3c3c3c;
}
#container .topicpath dd {
  margin: 10px 0 5px;
}
#container {
  margin: 0 auto;
  width: 90%;
}
/* =======================
		.ttl
========================== */
.ttl {
  margin-bottom: 30px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.ttl h1 {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.ttl h1 span {
  font-size: 1.5rem;
  color: #ccc;
  letter-spacing: 0.1rem;
  margin: 10px 0 10px 0;
  display: block;
}
.txt_center {
  text-align: center;
}
.ttl.txt_center h1 {
  display: block;
}
/* =======================
		#main
========================== */
#main {
  color: #000;
  top: 0;
  float: left;
  width: 70%;
}
/* #main h1 {
  text-align: left;
} */
#main .topicpath {
  margin-bottom: 33px;
}
/* =======================
		#side
========================== */
#side {
  float: right;
  width: 24%;
}
#side h3 {
  font-size: 2.4rem;
  border-left: 3px solid #666;
  margin-bottom: 15px;
  padding-left: 10px;
}
#side .linklist {
  border-top: 1px solid #ccc;
  padding: 19px 0;
}
#side li {
  padding-bottom: 15px;
}
#side li a:hover {
  text-decoration: none;
}
/* =======================
		#bnr_area
========================== */
#bnr_area,
#r_bnr_area {
  padding-top: 30px;
  border-top: 1px solid #e3e3e3;
  margin-bottom: 40px;
}
#bnr_area ul {
  width: 920px;
  margin: 0 auto;
  padding: 0;
}
#bnr_area ul li {
  float: left;
  width: 215px;
  margin-left: 20px;
}
#bnr_area ul li:first-child {
  margin-left: 0;
}
/* =======================
	font
========================== */
.font_bold {
  font-weight: bold;
}
/* =======================
	　重要なお知らせ
========================== */
.list_news {
  margin: auto;
}
.list_news a {
  color: inherit;
  text-decoration: none;
}
.list_news_item + .list_news_item {
  margin-top: 20px;
}
.list_news_item_text {
  border: 1px solid #ccc;
  display: block;
  padding-block: 1.5rem;
  padding-inline: 1.2rem;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  font-weight: 400;
}
.list_news .link_text {
  text-decoration: underline;
  color: #595959;
}
/*  アコーディオン型のお知らせ 

　detailsタグに　.list_news_item_text
 */
.list_news_item_text .accordion_js-summary_inner {
  padding-inline: 20px 28px;
}
.list_news_item_text .accordion_js-content_inner {
  padding: 1.2rem 1rem;
  gap: 8px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
.list_news_item_text .accordion_js-icon {
  transform: unset;
  right: 0px;
}
a.list_news_item_text[target="_blank"]::after {
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  content: "";
  background-size: contain;
  vertical-align: middle;
  background-image: url(/niji/img/common/img_externalLink_b.png);
  margin-left: 4px;
  transform: translateY(-0.1em);
  background-repeat: no-repeat;
}
@media (any-hover: hover) {
  a.list_news_item_text:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .list_news_item_text.accordion_js-details .accordion_js-summary:hover .accordion_js-summary_inner {
    opacity: 0.7;
  }
}
/* =======================
		Accordion details summary
========================== */
.accordion_js-summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}

.accordion_js-summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.accordion_js-summary_inner {
  cursor: pointer;
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
  padding-inline: 24px;
  position: relative;
}
.accordion_js-icon {
  display: block;
  position: absolute;
  width: 22px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
  right: 0;
}

/* is-openedクラスが付与されたときのスタイル */
.accordion_js-details.is-opened .accordion_js-icon {
  transform: rotate(180deg);
}

/* アイコンのバーのスタイル */
.accordion_js-icon::before,
.accordion_js-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 1px;
  background-color: #ccc;
}
.accordion_js-icon::before {
  left: 0;
  transform: rotate(45deg);
}
.accordion_js-icon::after {
  right: 0;
  transform: rotate(-45deg);
}
/* --------アコーディオンの中身のスタイル-------- */
.accordion_js-content {
  overflow: hidden;
}

.accordion_js-content_inner {
  padding: 1.2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: left;
}
/* =======================
		footer
========================== */
footer {
  background-color: #000;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.boder {
  width: 100%;
  border: 0.5px solid #555555;
  margin-bottom: 30px;
}
.footer_box {
  background: #000;
  color: #fff;
  margin-top: 20px;
}
/* .footer_sitemap_ */
.footer_sitemap_header {
  display: block;
  padding: 13px 0;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.3rem;
  position: relative;
  color: inherit;
}
.footer_sitemap_header::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(50% + 4em);
  border-top: 2px solid #fff;
  transition: transform 0.3s ease-in-out;
  width: 12px;
  top: 45%;
  transform: translate(-50%, 0) rotate(90deg);
}
.footer_sitemap_header::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(50% + 4em);
  border-top: 2px solid #fff;
  transition: transform 0.3s ease-in-out;
  width: 12px;
  top: 45%;
  transform: translate(-50%);
}
.footer_sitemap_header.active::before {
  transform: translate(-50%) rotate(180deg);
}
.footer_sitemap_header.active::after {
  opacity: 0;
}
.footer_sitemap_list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.footer_sitemap_list > li:last-child {
  margin-bottom: 10px;
}
.footer_sitemap_list.open {
  max-height: 1200px;
}
.footer_sitemap_list li a:before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  margin-right: 2px;
  background-image: url(/image/common/img_play_arrow_w.svg);
  background-size: contain;
  vertical-align: middle;
  transform: translateY(-0.1em);
  background-repeat: no-repeat;
}
.footer_sitemap_list li a[target="_blank"]::after {
  background-image: url(/image/common/img_externalLink_w.svg);
}
.footer_link_btn_box a.btn[target="_blank"]:not(.no_external_icon)::after {
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  content: "";
  background-size: contain;
  vertical-align: middle;
  background-image: url(/image/common/img_externalLink_w.svg);
  margin-left: 4px;
  transform: translateY(-0.1em);
  background-repeat: no-repeat;
}
.footer_sitemap_list li a {
  padding: 8px 14px;
  display: block;
  color: inherit;
}
.footer_sitemap_bnr_box {
  border-top: #555555 solid 1px;
  padding: 16px 0;
  display: grid;
  justify-content: center;
  gap: 12px 8px;
}
.footer_sitemap_bnr_box .sitemap_bnr {
  width: 230px;
  margin: auto;
  display: block;
}
.footer_sitemap_bnr_box .sitemap_bnr a {
  display: block;
}

/* =======================
		footer_media
========================== */
.all_award {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.all_award li {
  float: left;
}
.sns_media {
  width: 30%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.sns_media ul li {
  float: left;
  max-width: 15%;
}
/* =======================
		footer_link2
========================== */
#footer_link2 {
  margin: 0 auto;
  text-align: center;
}
#footer_link2 p,
#footer_link2 li {
  color: #fff;
}
#footer_link2 ul.sns {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#footer_link2 ul.sns > li {
  width: 35px;
  margin-right: 10px;
}
#footer_link2 ul.sns > li:last-child {
  margin-right: 0;
}
#footer_logo {
  font-weight: bold;
  margin-bottom: 10px;
}
#footer dt.accordion {
  display: none;
}
#info_link {
  width: 705px;
  margin: 0 auto 15px;
}
#info_link li {
  float: left;
  padding: 0 10px;
  border-left: 1px solid #acacac;
}
#info_link li a:hover {
  text-decoration: underline;
}
#info_link li:first-child {
  border-left: none;
  padding: 0 10px 0 0;
}
#footer_link2 address {
  text-align: center;
  margin-bottom: 20px;
}
#footer_link2 address li a {
  color: #fff;
}
#footer_link2 .group_footer {
  width: 150px;
  margin: 20px auto 15px;
}
footer .group_footer a:hover img {
  opacity: 0.7;
}
.copyright {
  text-align: center;
  line-height: 1;
  padding: 0.7em 0 0.9em;
}
#footer_link2 address .foot_tel {
  margin-right: 10px;
  line-height: 1.5;
}
.Wrap {
  position: relative;
  margin: auto;
  padding: 0 10px;
}
.f_bnr {
  position: absolute;
  top: 0;
  right: 0;
}
/*IE11だけに適用されるCSSハック*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #container .topicpath dd {
    margin: 5px 0 5px;
  }
  #dropmenu2 {
    list-style-type: none;
    padding: 0;
    top: -32px;
    left: 690px;
    position: absolute;
  }
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
@media screen and (max-width: 670px) {
  .ttl h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 2rem;
  }
  /* =======================
		footer_link2
========================== */
  #footer_link2 .award img {
    width: 45%;
  }
  /* =======================
		#sp_header
========================== */
  #sp_header {
    display: block;
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
  }
  #sp_header {
    color: #000;
    text-decoration: none;
  }
  #sp_header a {
    color: #fff;
    text-decoration: none;
  }
  #sp_header .inner {
    position: relative;
  }
  #sp_header .logo {
    float: left;
    font-size: 36px;
  }
  #global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: left;
    width: 50%;
  }
  /* #global-nav ul li a {
    padding: 0 30px;
  } */
  #global-nav .lang {
    border: #999999 1px solid;
    text-align: center;
    width: 30%;
    margin: 20px auto;
    padding: 5px 0;
  }
  #global-nav .lang a {
    font-size: 14px;
    color: #000000;
  }
  /* Fixed */
  #sp_header.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    /*    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
*/
  }
  #sp_header.fixed .logo {
    font-size: 24px;
    color: #333;
  }
  #sp_header.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
  }
  /* Toggle Button */
  #nav-toggle {
    display: none;
    position: absolute;
    left: 25px;
    top: 30px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 8px;
  }
  #nav-toggle span:nth-child(3) {
    top: 16px;
  }
  /* 170127リニューアル */
  #mobile-head .top_h1 {
    position: absolute;
    line-height: 19px;
    text-align: center;
    width: 100%;
    margin: 22px 0 22px -4px;
    font-size: 13px;
  }
  #mobile-head .top_h1 a {
    color: #000;
  }
  #mobile-head .reserve_btn {
    background: #ab8334;
    width: 88px;
    position: absolute;
    right: 10px;
    font-size: 14px;
    text-align: center;
    margin: 21px 0;
    line-height: 18px;
  }
  #mobile-head .reserve_btn:nth-child(2) {
    display: block;
    padding: 10px 0;
  }
  #sp_header,
  .inner {
    width: 100%;
    padding: 0;
  }
  #sp_header {
    top: 0;
    position: fixed;
    margin-top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  }
  /* Fixed reset */
  #sp_header.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: relative;
  }
  #sp_header.fixed .logo,
  #sp_header .logo {
    position: absolute;
    left: 7px;
    top: 15px;
    width: 21%;
    color: #333;
    font-size: 26px;
  }
  #global-nav .contents {
    background: #fff;
  }
  #global-nav ul {
    /* width: 92%; */
    /* margin: 0 4%; */
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
  }
  #global-nav ul li .bd_none {
    float: none;
    border-bottom: none;
    position: static;
    font-size: 20px;
  }
  #top-head .inner #global-nav ul .bd_none {
    float: none;
    border-bottom: none;
    position: static;
    font-size: 20px;
  }
  #sp_header #global-nav ul li a,
  #sp_header.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #333333;
    padding: 5px 0;
  }
  #global-nav #language li {
    padding: 10px 0;
  }
  #sp_header #global-nav ul li a img,
  #sp_header.fixed #global-nav ul li a img {
    width: 48px;
    vertical-align: middle;
  }
  #sp_header #global-nav ul li a span,
  #sp_header.fixed #global-nav ul li a span {
    display: inline-block;
    margin: 0 0 0 20px;
  }
  #sp_header #global-nav .nav_txt,
  #sp_header.fixed #global-nav .nav_txt {
    display: flex;
    padding: 15px 0;
  }
  #sp_header #global-nav .nav_txt li,
  #sp_header.fixed #global-nav .nav_txt li {
    width: 50%;
    font-size: 16px;
    border: none;
  }
  #sp_header #global-nav .nav_txt li img,
  #sp_header.fixed #global-nav .nav_txt li img {
    width: 15px;
    margin-top: -5px;
  }
  /* =======================
		.bokking
========================== */
  /*　多言語部分　*/
  #global-nav #language {
    text-align: center;
    width: 100%;
    margin: 0 0%;
    background: #fff;
    padding-bottom: 20px;
  }
  #global-nav #language li {
    width: 49.8%;
    float: left;
  }
  #global-nav #language .w_100 {
    width: 100%;
    border-top: solid 1px #ccc;
  }
  #global-nav #language .bd_l {
    border-right: solid 1px #ccc;
  }
  #global-nav #language li {
    font-size: 1.5rem;
  }
  #top-head .inner #global-nav #language a {
    padding: 10px 0;
  }
  /*　open版　*/
  .open #global-nav {
    position: absolute;
    width: 100%;
    overflow-y: scroll;
  }
  /*　多言語部分　*/
  .open #global-nav #language {
    text-align: center;
    width: 100%;
    margin: 0 0%;
    background: #fff;
    padding-bottom: 20px;
  }
  .open #global-nav #language li {
    width: 49.8%;
    float: left;
  }
  .open #global-nav #language .w_100 {
    width: 100%;
    border-top: solid 1px #ccc;
  }
  .open #global-nav #language .bd_l {
    border-right: solid 1px #ccc;
  }
  .open #global-nav #language li {
    font-size: 1.5rem;
  }
  .open #top-head .inner #global-nav #language a {
    padding: 10px 0;
  }
  /* =======================
		.tel_box
========================== */
  #sp_header .tel_box {
    background-color: #f0f0f0;
    padding: 20px 0 15px;
    text-align: center;
    margin-top: -1px;
  }
  #sp_header .tel_box dt {
    font-size: 120%;
    margin: 0 0 5px 0;
    line-height: 1;
  }
  #sp_header .tel_box dd {
    font-size: 2.5rem;
    background-image: url(/sp/img/170126/tel_img_001.png);
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    width: 235px;
    background-size: 8%;
    margin: 0 auto;
  }
  #sp_header .tel_box dd a {
    color: #ab8334;
  }
  #nav-toggle {
    display: block;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    /* -moz-transform: translateY(643px);
    -webkit-transform: translateY(643px);
    transform: translateY(643px); */
    background-color: #ffffff;
    overflow: auto;
  }
  .g_logo {
    width: 18%;
    position: absolute;
    top: 19px;
    left: 25%;
  }
  .n_logo {
    width: 15%;
    position: absolute;
    top: 19px;
    left: 45%;
  }
  /* =======================
		#recommend_plan
========================== */
  #recommend_plan h3 .plan_list {
    display: none;
  }
  #recommend_plan li:nth-child(2n + 0) {
    margin: 0 10px 20px 0;
  }
  #recommend_plan li:last-of-type {
    border-bottom: none;
  }
  #recommend_plan #plan_box {
    float: left;
    margin-right: 25px;
    width: 218px;
  }
  #recommend_plan li p {
    margin-right: 0;
  }
  #recommend_plan .btn {
    width: 100%;
    background-color: #554835;
    display: block;
    margin-top: 20px;
  }
  #recommend_plan .btn a {
    display: block;
    color: #fff;
    padding: 10px 0 10px 35%;
    background: url(../img/common/arrow_pic_001.png) no-repeat 32% center;
  }
  /* =======================
		footer
========================== */
  #acMenu {
    margin-bottom: 0;
    width: 100%;
    border-bottom: solid 0.5px #555555;
  }
  #acMenu dt {
    display: block;
    padding: 13px 0;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
  }
  #acMenu dd {
    line-height: 2.3;
    display: none;
  }
  #acMenu dd li {
    background: url(/niji/img/common/arrow_pic_001.png) no-repeat 0 13px;
    padding-left: 10px;
    margin-left: 20px;
  }
  #acMenu dd li a {
    display: block;
    color: #fff;
  }
  #footer_link2 address {
    width: 100%;
  }
  #info_link {
    width: 100%;
    border-bottom: 1px solid #acacac;
  }
  #info_link li a {
    display: block;
  }
  #info_link li {
    float: left;
    width: 50%;
    padding: 13px 0 10px 15px;
    border-top: 1px solid #acacac;
    border-left: 1px solid #acacac;
  }
  #info_link li:first-child {
    padding: 10px 0 10px 15px;
  }
  #info_link li:nth-child(3),
  #info_link li:nth-child(5),
  #info_link li:nth-child(7) {
    border-left: none;
  }
  #footer_link2 address li {
    text-align: center;
    float: none;
    margin-bottom: 5px;
  }
  #footer_logo {
    text-align: center;
  }
  .Wrap {
    justify-content: space-between;
    display: block;
    padding: 0 10px 20px;
  }
  .f_bnr {
    position: inherit;
    top: 0;
    right: 0;
  }
  .Wrap img {
    width: 30%;
    margin: auto;
    text-align: center;
  }
}
/*スマートフォン*/
@media screen and (max-width: 640px) {
  .pageTop {
    width: 100%;
  }
  .pageTop a {
    left: -50px;
    margin-left: 100%;
    width: 45px;
    height: 45px;
    display: none;
  }

  /* =======================
		timesale
========================== */
  .head_timesale {
    position: unset;
  }
  /* =======================
		#sp_header
========================== */
  #global-nav ul li {
    float: none;
    width: 100%;
  }
  #global-nav ul li.bd_none {
    float: none;
    border-bottom: none;
    position: static;
    font-size: 20px;
  }
  /* =======================
		search
========================== */
  #search {
    display: none;
  }
  #search form,
  #top_search form,
  #search #cancel,
  #top_search #cancel {
    font-size: 1.1rem;
  }
  /* =======================
		l_nav
========================== */
  .l_nav {
    display: inline;
    /*
	width: 95%;
	margin: 0 auto;
*/
  }
  /* =======================
		animenu
========================== */
  .animenu {
    position: absolute;
    top: 25px;
    z-index: 20;
    width: 100%;
  }
  /* =======================
		h1
========================== */
  .ttl {
    text-align: center;
    padding-top: 30px;
  }
  .pc_space {
    display: none;
  }
  /* =======================
		page_image
========================== */
  .page_image {
    /*position: relative;*/
    /*top: -3px;*/
    margin-bottom: 10px;
  }
  /* =======================
		container
========================== */
  #container {
    position: relative;
    width: 90%;
    margin: 10px auto;
  }
  /* =======================
		main
========================== */
  #main {
    width: 100%;
    float: none;
  }
  /* =======================
		topicpath
========================== */
  #container .topicpath {
    display: none;
  }
  #room_type section {
    width: 100%;
    float: none;
  }
  /* =======================
		#side
========================== */
  #side {
    width: 100%;
    float: none;
    margin-bottom: 25px;
    max-width: unset;
  }
  #side h3 {
    display: none;
  }
  #side .linklist li {
    font-weight: normal;
    text-align: left;
    background: url(/niji/img/common/arrow_img_002.png) no-repeat 0 56%;
    padding: 15px 0 15px 15px;
    border-top: 1px dotted #e3e3e3;
    background-position-y: 50%;
  }
  #side .linklist li:first-child {
    border-top: none;
  }
  #side .linklist {
    padding: 0;
  }
  #side .linklist a {
    display: block;
  }
  #main .pcbr {
    display: none;
  }
  /* =======================
		totop
========================== */
  #totop a {
    background: url(/niji/img/common/img_totop.png) no-repeat 0 5px;
  }
  /* =======================
		#bnr_area
========================== */
  #bnr_area,
  #r_bnr_area {
    margin-bottom: 23.33%;
  }
  #bnr_area ul,
  #r_bnr_area ul {
    width: 100%;
    padding: 0;
  }
  #bnr_area ul li,
  #r_bnr_area ul li {
    float: left;
    width: 48.33%;
    margin-left: 0;
  }
  #bnr_area ul li {
    margin-bottom: 10px;
  }
  #bnr_area ul li:nth-child(odd),
  #r_bnr_area ul li:nth-child(odd) {
    margin-right: 3.33%;
  }
  .section_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px;
  }
  /* =======================
		footer
========================== */
  .recruit_img {
    padding: 17px 0;
    width: 230px;
    margin: 0 auto 0;
  }
  .recruit_img img {
    width: 100%;
  }
}
/*スマートフォン*/
@media screen and (min-width: 640px) and (max-width: 670px) {
  /* .open #global-nav {
    -moz-transform: translateY(642px);
    -webkit-transform: translateY(642px);
    transform: translateY(642px);
    height: 80%;
  } */
  #global-nav ul li.yoko_line {
    position: static;
    border-bottom: none;
    font-size: 20px;
  }
  #global-nav .contents ul {
    padding-bottom: 20px;
  }
}
/*スマートフォン*/
@media screen and (min-width: 568px) and (max-width: 640px) {
  #sp_header #global-nav ul li a img,
  #sp_header.fixed #global-nav ul li a img {
    width: 48px;
    vertical-align: middle;
  }
  #sp_header #global-nav .contents ul li {
    display: inline-block;
    width: 49%;
  }
  #sp_header #global-nav .contents ul {
    width: 92%;
    padding-bottom: 20px;
  }
}
/* =================================
        .style-wrapper-99c7fa 
===================================== */
#tripla-cookie-consent .style-wrapper-99c7fa {
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #3b3b3b;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: normal;
  min-width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 13px 15px;
}
#tripla-cookie-consent .style-wrapper-99c7fa a {
  color: #3b3b3b;
  text-decoration: underline;
}
#tripla-cookie-consent .style-wrapper-99c7fa a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #3b3b3b;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: normal;
}
#tripla-cookie-consent .style-wrapper-99c7fa {
  text-align: left;
}
#tripla-cookie-consent .style-wrapper-99c7fa .button-btn-f51c1a {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  /* =======================
		br
========================== */

  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .tb_only {
    display: none;
  }

  .sp_br {
    display: block;
  }
  .tb_br {
    display: none;
  }
  .sp_br.tb_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
  .sp_br.pc_br {
    display: block;
  }

  .timesale_bnr {
    position: relative;
    margin-top: 0;
  }
  html.scrollable .timesale_bnr {
    display: none;
  }
  #top-head h1 {
    visibility: hidden;
    height: 0;
  }
  #top-head {
    width: 100%;
    z-index: 9993;
    height: 60px;
    position: fixed;
    top: 0;
  }
  #top-head.fixed {
    top: 0;
    position: fixed;
  }
  #top-head ul.top_header_box {
    display: grid;
    grid-template-columns: 1fr 98px 70px;
    height: 100%;
    line-height: 1;
  }
  #top-head ul.top_header_box li#logo {
    position: relative;
  }
  #top-head ul.top_header_box li#logo p {
    width: 132px;
    position: absolute;
    margin: auto;
    height: 42px;
    top: 7px;
    left: 12px;
  }
  .sp_header {
    position: relative;
  }
  .sp_header .sp_header_lang {
    position: absolute;
    z-index: 9992;
    color: #fff;
    right: 15px;
    margin-top: 65px;
  }
  .wovn-languages_accordion_list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: grid;
    gap: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 1.35;
  }
  .wovn-languages.is-open .wovn-languages_accordion_list {
    max-height: 245px;
  }
  .wovn-languages_accordion_list .wovn-switch {
    text-align: center;
    display: inline-block;
    padding: 10px 0;
  }
  .wovn-languages_trigger {
    position: relative;
    padding: 10px 5px;
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .wovn-languages_trigger:before {
    content: "";
    background: url(/image/common/img_language_w.svg) no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: contain;
  }
  .wovn-languages_accordion_list .wovn-switch.selected {
    position: relative;
  }
  .wovn-languages_accordion_list .wovn-switch.selected::before {
    content: "●";
    color: #fff;
    font-size: 0.6em;
    position: absolute;
    left: 6px;
    top: 50%;
    translate: 0 -50%;
  }
  .wovn-languages_trigger:hover,
  .wovn-languages_accordion_list .wovn-switch {
    cursor: pointer;
  }
  #top-head ul.top_header_box li #reserve {
    background-color: #ab8333;
    text-align: center;
    height: 100%;
  }
  #top-head ul.top_header_box li #reserve a {
    padding: 22px 0;
    display: block;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 0.15em;
  }
  #top-head ul.top_header_box li #reserve a:hover {
    text-decoration: none;
  }
  #top-head ul.top_header_box li#menu {
    background-color: #002952;
    position: relative;
  }
  #top-head {
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.2s ease-in;
  }
  #top-head.black-bg {
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.3s ease-in;
  }
  #top-head .logo_bg {
    display: none;
  }
  #top-head.black-bg .logo_bg {
    display: block;
  }
  #top-head.black-bg .logo_wh {
    display: none;
  }
  #top-head.open .logo_bg {
    display: block;
  }
  #top-head.open .logo_wh {
    display: none;
  }
  #top-head.open {
    z-index: 9994;
  }
  #top-head.open .top_header_box {
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.5s 0.3s ease-in;
  }

  .clearfix {
    min-height: 0;
  }
  /* =======================
		page_image
========================== */
  .page_image {
    /*position: relative;*/
    /*top: -3px;*/
    margin-bottom: 10px;
    height: 155px;
  }
  .page_image p {
    /*position: relative;*/
    /*top: -3px;*/
    margin-bottom: 10px;
    height: 155px;
  }

  .page_image img {
    /* width: 100%; */
    object-fit: cover;
    height: 100%;
  }

  /* =======================
  FVなしページ
  ========================== */
  body:not(:has(.page_image)) #top-head .logo_wh {
    display: none;
  }
  body:not(:has(.page_image)) #top-head .logo_bg {
    display: block;
  }
  body:not(:has(.page_image)) .sp_header_lang .wovn-languages_trigger {
    color: #000;
  }
  body:not(:has(.page_image)) .sp_header #lang .lang_accordion_content a {
    color: #000;
  }
  body:not(:has(.page_image)) .sp_header #lang span.lang_now::after {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
  }
  body:not(:has(.page_image)) .sp_header_lang .wovn-languages_trigger:before {
    background: url(/image/common/img_language_b.svg) no-repeat;
    background-size: contain;
  }
  /* =======================
  FV縦長ページ
  ========================== */
  .fv_height .page_image {
    height: auto;
    margin-bottom: 0px;
  }

  /* =======================
  ハンバーガーメニュー
  ========================== */
  #nav-toggle {
    width: 35px;
    height: 17px;
    margin: auto;
    position: absolute;
    inset: 0;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 8px;
  }
  #nav-toggle span:nth-child(3) {
    top: 16px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  #global-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    display: none;
    background-color: rgba(255, 255, 255, 1);
    overflow-y: auto;
  }
  html.scrollable {
    overflow: hidden;
  }
  #global-nav {
    width: 100%;
    margin-top: 90px;
    overflow-y: auto;
  }
  .open #global-nav {
    opacity: 1;
    overflow: auto;
    text-align: left;
    box-sizing: border-box;
  }
  #global-nav nav {
    width: 84%;
    margin: auto;
  }
  #global-nav nav ul.main_link_box {
    width: 100%;
    margin: auto;
    list-style: none;
    padding-bottom: 20px;
  }
  #global-nav nav ul.main_link_box li {
    float: none;
    position: static;
    border-top: 1px solid #ccc;
    font-size: 14px;
    width: 100%;
    padding: 0;
    text-align: left;
    line-height: 5rem;
  }
  #global-nav nav ul.main_link_box li:last-child {
    border-bottom: 1px solid #ccc;
  }

  #global-nav ul li a {
    display: block;
    width: 100%;
    color: #383939;
  }
  #global-nav .submenu li a {
    line-height: 40px;
  }
  #global-nav ul li a:hover {
    text-decoration: none;
  }

  #global-nav ul li a img {
    width: 35px;
    vertical-align: middle;
  }
  #global-nav ul li span#AccordionTrigger {
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  #AccordionTrigger::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    border-top: 1px solid #999;
    transition: transform 0.3s ease-in-out;
    width: 14px;
    top: 50%;
    transform: translate(-50%) rotate(90deg);
  }
  #AccordionTrigger::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    border-top: 1px solid #999;
    transition: transform 0.3s ease-in-out;
    width: 14px;
    top: 50%;
    transform: translateX(-50%);
  }
  #AccordionTrigger.active::before {
    transform: translate(-50%) rotate(180deg);
  }
  #AccordionTrigger.active::after {
    opacity: 0;
  }
  #global-nav ul li ul.submenu {
    padding: 0 0 1rem 2rem;
  }
  #global-nav .main_link_box li span {
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 18px;
  }
  #global-nav nav ul.submenu li {
    border: none;
    line-height: 4rem;
    font-size: 1.2rem;
    font-weight: normal;
    position: relative;
  }
  #global-nav nav ul.submenu li:last-child {
    border: none;
  }
  #global-nav nav ul.submenu li span::before {
    background: #999;
    content: " ";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    z-index: -1;
  }
  #global-nav nav ul.btn_link_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 47px;
    column-gap: 5%;
    row-gap: 14px;
    margin-top: 20px;
  }
  #global-nav nav ul.btn_link_box li {
    border: solid #ccc 1px;
    text-align: center;
    font-size: min(3.4vw, 1.5rem);
    letter-spacing: 0.05em;
  }
  #global-nav nav ul.btn_link_box li a {
    height: 100%;
    width: 100%;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #global-nav nav ul.btn_link_box li a img.externallink {
    width: 1rem;
    margin: 0 0 3px 2px;
  }
  .sp_header_global_nav .wovn-languages_list {
    display: flex;
    justify-content: center;
    margin: 30px auto 50px;
    font-size: 12rem;
  }
  .sp_header_global_nav .wovn-switch {
    text-align: center;
    font-size: 12px;
    flex-grow: 1;
  }
  .sp_header_global_nav .wovn-switch.selected {
    color: #aea152;
  }
  .sp_header_global_nav .wovn-switch:not(:first-child) {
    border-left: 1px solid #ccc;
  }
  .sp_header_global_nav .lang {
    border: #ccc 1px solid;
    text-align: center;
    width: 30%;
    margin: 20px auto;
    padding: 5px 0;
  }
  #global-nav nav .sns {
    width: 140px;
    margin: auto;
  }
  header #top-head .lang {
    border: #999 1px solid;
    text-align: center;
    width: 30%;
    margin: 20px auto;
    padding: 5px 0;
  }
  header #top-head .lang a:visited {
    color: #ffffff;
    text-decoration: none;
  }

  /* =======================
  menu
  ========================== */
  /* #menu_list .box_menu .sns li {
    padding-right: 15px;
    width: 32px;
  }
  #menu_list .box_menu .sns li:last-child {
    padding-right: 0;
  } */
  #menu_list .box_menu .lnk {
    padding: 40px 0;
  }
  #menu_list .box_menu .lnk li a {
    position: relative;
    padding-left: 1.5em;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 14px;
  }
  #menu_list .box_menu .lnk li:nth-child(-n + 2) {
    float: left;
    width: 50%;
    margin-top: 0;
  }
  #menu_list .box_menu .lnk li {
    float: left;
    width: 50%;
    margin-top: 1.5em;
  }
  #menu_list .box_menu .lnk li a:before,
  #menu_list .box_menu .lnk li a:after {
    font-family: FontAwesome;
    vertical-align: middle;
  }
  #menu_list .box_menu .lnk li a:before {
    content: "";
    margin-right: 0.5em;
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
  }
  #menu_list .box_menu .lnk {
    overflow: hidden;
  }
  #menu_list .box_menu .sns {
    display: flex;
    justify-content: center;
    margin-top: 2em;
    gap: 15px;
  }
  /* =======================
  tell_box
  ========================== */
  #top-head .tel_box {
    background-color: #f8f8f8;
    padding: 18px 0 15px;
    margin: 20px 0;
    text-align: center;
    color: #aea152;
  }
  #top-head .tel_box dt span {
    font-size: 14px;
  }
  #top-head .tel_box a {
    color: #aea152;
    font-size: 24px;
    line-height: 1.2;
  }
  /* #top-head .tel_box{
    font-size: 21px;
  } */

  /* =======================
		#recommend_plan★
========================== */
  #recommend_plan {
    width: 90%;
  }
  #recommend_plan li {
    width: 100%;
    float: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #e5e5e5 solid 1px;
  }
  #recommend_plan li p:nth-child(1) {
    width: 33%;
    float: left;
  }
  #recommend_plan li h4,
  #recommend_plan li p:nth-child(3) {
    width: 63%;
    float: right;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  /* =======================
		header #header2
========================== */
  header #header2 .top_header_inner .top_h1 {
    margin-right: 35px;
    width: 17%;
  }
  header .wovn-languages {
    position: relative;
  }
  header .wovn-languages_accordion_list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: grid;
    gap: 4px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 6;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .wovn-languages.is-open .wovn-languages_accordion_list {
    max-height: 245px;
  }
  .wovn-languages_accordion_list .wovn-switch {
    text-align: center;
    display: inline-block;
    padding: 10px 0;
    line-height: 1.7;
  }
  .wovn-languages_trigger {
    position: relative;
    padding: 0;
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .wovn-languages_trigger:before {
    content: "";
    background: url(/image/common/img_language_b.svg) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
  }
  .wovn-languages_accordion_list .wovn-switch.selected {
    position: relative;
    opacity: 0.7;
  }
  .wovn-languages_accordion_list .wovn-switch.selected::before {
    content: "●";
    font-size: 0.8em;
    color: #000;
    opacity: 0.7;
    position: absolute;
    left: 0.6em;
    top: 50%;
    translate: 0 -50%;
  }
  .wovn-languages_trigger:hover,
  .wovn-languages_accordion_list .wovn-switch {
    cursor: pointer;
  }
  .wovn-languages_accordion_list .wovn-switch.selected {
    opacity: 0.7;
  }
  @media (any-hover: hover) {
    .wovn-languages_trigger:hover,
    .wovn-languages_accordion_list .wovn-switch:hover {
      color: #000;
      opacity: 0.7;
    }
  }
  /* =======================
		.ttl
========================== */
  .ttl h1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px 15px;
  }
  .ttl h1 span {
    font-size: 1.5rem;
    color: #ccc;
    letter-spacing: 0.1rem;
    margin: 0;
    display: inline;
  }
  .txt_center h1 span {
    display: block;
    margin: 5px 0 0 5px;
  }
  /* =======================
	　重要なお知らせ
========================== */
  .list_news_item_text .accordion_js-summary_inner {
    padding-inline: 38px;
  }
  .list_news_item_text .accordion_js-icon {
    right: 10px;
  }
  /* =======================
		footer
========================== */
  .footer_sitemap_bnr_box {
    grid-auto-flow: column;
  }
  /* =======================
		tripla
========================== */
  #tripla-cookie-consent .style-wrapper-99c7fa {
    display: grid;
    grid-template-columns: auto 0 141px;
    align-items: center;
    column-gap: 13px;
    justify-content: center;
    padding: 13px 35px 13px;
    font-size: 13px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
    line-height: 1.3;
    font-size: 14px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .button-btn-f51c1a {
    width: 141px;
    margin-top: 0;
  }
  /* =======================
		#recommend_plan
========================== */
  #recommend_plan ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #recommend_plan li img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #recommend_plan .plan_list a {
    background-color: transparent;
    color: #595959;
    text-align: right;
    padding: 0;
  }
  #recommend_plan h2 {
    font-size: 3.2rem;
  }
  #totop {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sp_br {
    display: none;
  }
  .sp_br.tb_br {
    display: block;
  }
  .tb_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
  .tb_br.pc_br {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  /* =======================
		tripla
========================== */
  #tripla-cookie-consent .style-wrapper-99c7fa {
    font-size: 14px;
    padding: 10px 55px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
    line-height: 1;
  }

  .sp_br {
    display: none;
  }
  .tb_br {
    display: none;
  }
  .tb_br.pc_br {
    display: block;
  }
  .sp_br.pc_br {
    display: block;
  }
  .pc_br {
    display: block;
  }
  /* =======================
		header #header2
========================== */
  header #header2 .top_header_inner .nav_txt {
    right: 210px;
    top: 10px;
    letter-spacing: 0.15em;
  }
  header #header2 .top_header_inner .nav_txt li {
    font-size: 1.3rem;
    margin-left: 0;
    letter-spacing: 0.03em;
  }
  header #header2 .top_header_inner .nav_txt li > * {
    padding: 0 10px;
  }
  header #header2 .top_header_inner .lnav2 {
    right: 210px;
    top: 35px;
  }
  header #header2 .top_header_inner ul li {
    font-size: 1.8rem;
  }
  header #header2 .top_header_inner .reservation_box {
    width: 182px;
  }
  header #header2 .top_header_inner .reservation_box .btn a {
    padding: 20px 0;
  }
  /* =======================
		#recommend_plan
========================== */
  #recommend_plan {
    margin: 80px auto 100px;
    width: 80%;
  }
  /* =======================
		.topicpath
========================== */
  #container {
    width: 80%;
  }
  /* =======================
		#main
========================== */
  #main {
    width: 78%;
  }
  /* =======================
		#side
========================== */
  #side {
    width: 18%;
  }
  /* =======================
		Accordion details summary
========================== */
  .accordion_js-content_inner {
    text-align: center;
  }
  /* =======================
		footer
========================== */
  #footer_acMenu_btn {
    display: none;
  }
  .footer_sitemap {
    display: flex;
    gap: 40px;
    width: 98%;
    margin: auto;
    padding: 30px 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1120px;
  }
  .footer_sitemap_list {
    display: flex;
    column-gap: 0;
    row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    max-height: initial;
  }
  #footer_acMenu_btn {
    display: none; /* PC時はアコーディオンボタンを非表示 */
  }
  .footer_sitemap_list li a {
    padding: 0 14px;
    border-inline: 1px solid #999;
    margin-right: -1px;
    line-height: 1.5;
  }
  .footer_sitemap_list li a:before {
    content: none;
  }
  .footer_sitemap_bnr_box {
    padding: 0;
    border-top: none;
  }
  .footer_box .footer_sitemap .footer_sitemap_list li a[target="_blank"]::after {
    background-image: url(/image/common/img_externalLink_w.svg);
  }
}
/* =======================
	　デバイス別出し分け
========================== */
body .view_pc-tab,
body .view_tab,
body .view_pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
  body .view_tab {
    display: block;
  }
  body .view_pc-tab,
  body .view_tab {
    display: block !important;
  }
}
@media only screen and (min-width: 1024px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
  body .view_pc {
    display: block !important;
  }
}
