@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
#footer .con_footer .box_footer, html.lower #contents .con_pgtitle h1, .con_topicpath {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer, html.lower #contents .con_pgtitle h1, .con_topicpath {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  #footer .con_footer .box_footer, html.lower #contents .con_pgtitle h1, .con_topicpath {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ie8 #footer .con_footer .box_footer, #footer .con_footer .ie8 .box_footer, .ie8 html.lower #contents .con_pgtitle h1, html.lower #contents .con_pgtitle .ie8 h1, .ie8 .con_topicpath {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_footer, html.lower #contents .con_pgtitle h1, .con_topicpath {
    width: 95%;
  }
}

/*Animate */
/* ===================================================================
CSS information

file name	: common.css
author		 : Abilive
style info : 基本・共通設定

このファイルは【 .common.scss or _footer.scss 】に対して
「@import "hotel-group";」としてインポート読み込みしてください。

固有のid名「parts-hotel_group」を付けているので
他箇所に同じclass名が使われていても影響しません。
=================================================================== */
#parts-hotel_group {
  margin-inline: calc(50% - 50vw);
  background: #171717;
  padding-block: 4rem;
  width: 100svw;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  #parts-hotel_group {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #parts-hotel_group {
    padding-bottom: 6rem;
  }
}
#parts-hotel_group .con_grp {
  display: grid;
  margin-inline: auto;
  max-width: 1280px;
  width: 95%;
}
@media only screen and (min-width: 768px) {
  #parts-hotel_group .con_grp {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media print {
  #parts-hotel_group .con_grp {
    grid-template-columns: repeat(5, 1fr);
  }
}
.ie8 #parts-hotel_group .con_grp {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 767px) {
  #parts-hotel_group .con_grp {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  #parts-hotel_group .con_grp .box_grp {
    margin-block: 2em;
  }
}
#parts-hotel_group .con_grp .box_grp .st {
  text-align: center;
}
#parts-hotel_group .con_grp .box_grp .st img {
  height: clamp(70px, 4svh, 120px);
}
#parts-hotel_group .con_grp .box_grp .st img + .txt_caption {
  display: block;
  margin-top: 1em;
}
#parts-hotel_group .con_grp .box_grp .st a::before, #parts-hotel_group .con_grp .box_grp .st a::after {
  content: none !important;
}
#parts-hotel_group .con_grp .box_grp ul li {
  text-align: center;
  width: 100%;
}
#parts-hotel_group .con_grp .box_grp ul li a {
  display: block;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: white;
  line-height: 2;
  opacity: 0.9;
  font-size: 92%;
  padding-block: 0.25em;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
@media only screen and (max-width: 767px) {
  #parts-hotel_group .con_grp .box_grp ul li a {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  #parts-hotel_group .con_grp .box_grp ul li a {
    font-size: 72%;
  }
}
@media only screen and (max-width: 767px) {
  #parts-hotel_group .con_grp .box_grp ul li a {
    padding-block: 0.6em;
  }
}
#parts-hotel_group .con_grp .box_grp ul li a:hover {
  opacity: 0.6;
}
#parts-hotel_group .con_grp .box_grp details summary {
  position: relative;
  list-style: none;
}
#parts-hotel_group .con_grp .box_grp details summary::marker {
  content: none;
}
#parts-hotel_group .con_grp .box_grp details summary::-webkit-details-marker {
  display: none;
}
@media only screen and (min-width: 768px) {
  #parts-hotel_group .con_grp .box_grp details summary {
    pointer-events: none;
  }
  #parts-hotel_group .con_grp .box_grp details summary .ico_toggle {
    display: none;
  }
}
@media print {
  #parts-hotel_group .con_grp .box_grp details summary {
    pointer-events: none;
  }
  #parts-hotel_group .con_grp .box_grp details summary .ico_toggle {
    display: none;
  }
}
.ie8 #parts-hotel_group .con_grp .box_grp details summary {
  pointer-events: none;
}
.ie8 #parts-hotel_group .con_grp .box_grp details summary .ico_toggle {
  display: none;
}
@media only screen and (max-width: 767px) {
  #parts-hotel_group .con_grp .box_grp details summary {
    cursor: pointer;
    opacity: 1;
    -webkit-transform: opacity 0.1s ease-in;
            transform: opacity 0.1s ease-in;
  }
  #parts-hotel_group .con_grp .box_grp details summary:hover {
    opacity: .7;
    -webkit-transform: opacity 0.1s ease-in;
            transform: opacity 0.1s ease-in;
  }
  #parts-hotel_group .con_grp .box_grp details summary .ico_toggle {
    display: block;
    color: #555;
    position: relative;
    margin: 1em auto 0;
    height: 1em;
    width: 1em;
  }
  #parts-hotel_group .con_grp .box_grp details summary .ico_toggle::before, #parts-hotel_group .con_grp .box_grp details summary .ico_toggle::after {
    content: "";
    position: absolute;
    top: .5em;
    left: 0;
    width: 1em;
    height: 2px;
    background-color: #afafaf;
  }
  #parts-hotel_group .con_grp .box_grp details summary .ico_toggle::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 767px) {
  #parts-hotel_group .con_grp .box_grp details[open] .ico_toggle::after {
    content: none;
  }
}
#parts-hotel_group .con_grp .box_grp .box_detail {
  margin-top: 1em;
}

.btn_grp {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .btn_grp {
    margin-bottom: 1.5em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.btn_grp a {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  opacity: 0.9;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.btn_grp a:hover {
  opacity: .7;
  color: #fff !important;
}
@media only screen and (min-width: 768px) {
  .btn_grp a {
    padding-right: 1.5em;
    margin-left: 1.5em;
  }
}
@media print {
  .btn_grp a {
    padding-right: 1.5em;
    margin-left: 1.5em;
  }
}
.ie8 .btn_grp a {
  padding-right: 1.5em;
  margin-left: 1.5em;
}
@media only screen and (max-width: 1024px) {
  .btn_grp a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    --arrw: rem(50, true);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .btn_grp a {
    width: rem(350, true);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .btn_grp a {
    padding: .5em .5em 1em;
    margin: -.5em;
    width: 45%;
  }
}
@media only screen and (max-width: 1024px) {
  .btn_grp a .t {
    width: auto;
  }
  .btn_grp a .t .ic svg {
    width: rem(14, true);
  }
}
@media only screen and (max-width: 767px) {
  .btn_grp a {
    border-width: 0;
    min-height: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .btn_grp a:first-of-type {
    margin-left: 0;
  }
  .btn_grp a:last-of-type::after {
    content: none;
  }
  .btn_grp a::after {
    content: "";
    width: 1px;
    height: 1rem;
    background-color: #fff;
    display: block;
    position: absolute;
    top: calc(50% - .5rem);
    right: 0;
  }
}
@media print {
  .btn_grp a:first-of-type {
    margin-left: 0;
  }
  .btn_grp a:last-of-type::after {
    content: none;
  }
  .btn_grp a::after {
    content: "";
    width: 1px;
    height: 1rem;
    background-color: #fff;
    display: block;
    position: absolute;
    top: calc(50% - .5rem);
    right: 0;
  }
}
.ie8 .btn_grp a:first-of-type {
  margin-left: 0;
}
.ie8 .btn_grp a:last-of-type::after {
  content: none;
}
.ie8 .btn_grp a::after {
  content: "";
  width: 1px;
  height: 1rem;
  background-color: #fff;
  display: block;
  position: absolute;
  top: calc(50% - .5rem);
  right: 0;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #171717;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 124%;
}
.ie body {
  font-size: 120%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 116%;
  }
}
body a {
  color: #171717;
}
body a:link, body a:visited, body a:active {
  text-decoration: none;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #171717;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1280px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}
@media only screen and (max-width: 767px) {
  #page {
    font-size: 85% !important;
  }
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  background: #fff;
  padding: 1em 1.5em;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #header {
    padding: 1em .5em;
  }
}
#header .con_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #header .con_header {
    display: block;
  }
}
@media print {
  #header .con_header {
    display: block;
  }
}
.ie8 #header .con_header {
  display: block;
}
#header .con_header .logo {
  max-width: 286px;
  width: 20%;
}
@media only screen and (min-width: 1281px) and (max-width: 1400px) {
  #header .con_header .logo {
    width: 16%;
  }
}
@media print {
  #header .con_header .logo {
    width: 16%;
  }
}
.ie8 #header .con_header .logo {
  width: 16%;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #header .con_header .logo {
    width: 30%;
    margin: 0 auto 20px;
  }
}
@media print {
  #header .con_header .logo {
    width: 30%;
    margin: 0 auto 20px;
  }
}
.ie8 #header .con_header .logo {
  width: 30%;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .logo {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .logo {
    width: 55%;
  }
}
#header .con_header .logo a {
  display: block;
}
#header .con_header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  #header .con_header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print {
  #header .con_header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ie8 #header .con_header nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 1680px) {
  #header .con_header nav {
    width: 60%;
  }
}
@media print {
  #header .con_header nav {
    width: 60%;
  }
}
.ie8 #header .con_header nav {
  width: 60%;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #header .con_header nav {
    width: 100%;
  }
}
@media print {
  #header .con_header nav {
    width: 100%;
  }
}
.ie8 #header .con_header nav {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header nav {
    width: 75%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  #header .con_header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(70, 55, 47, 0.9);
    overflow: auto;
    z-index: 350;
    color: #fff;
    padding-right: 0;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 1025px) {
  #header .con_header nav #gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
}
@media print {
  #header .con_header nav #gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
}
.ie8 #header .con_header nav #gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #header .con_header nav #gnav {
    width: 90%;
    margin: 5% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header nav #gnav {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header nav #gnav .con_sp_btn {
    width: 100%;
    margin: 1em auto 0;
  }
  #header .con_header nav #gnav .con_sp_btn .btn_green {
    margin-bottom: 10px;
  }
  #header .con_header nav #gnav .con_sp_btn .btn_green a {
    background: #006f67;
    color: #fff;
    padding: 1em;
    display: block;
    position: relative;
  }
  #header .con_header nav #gnav .con_sp_btn .btn_green a:after {
    content: "\f3d3";
    font-family: "Ionicons";
    position: absolute;
    right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header nav #gnav .box_link {
    overflow: hidden;
    width: 100%;
    margin-bottom: 1.2em;
  }
  #header .con_header nav #gnav .box_link ul {
    width: 95%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .con_header nav #gnav .box_link ul li {
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    width: 50%;
  }
  #header .con_header nav #gnav .box_link ul li:first-child a::after {
    content: "\f3d3";
    padding-left: 8px;
    font-family: "Ionicons";
  }
  #header .con_header nav #gnav .box_link ul li a {
    text-decoration: none;
    display: block;
    border: 1px solid #ccc;
    padding: .2em 1.5em;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 88%;
    position: relative;
    color: #fff;
  }
  #header .con_header nav #gnav .box_link ul li a:after {
    content: "\f3d3";
    font-family: "Ionicons";
    position: absolute;
    right: 5px;
    top: 25%;
  }
  #header .con_header nav #gnav .box_link ul li a i {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #header .con_header nav #gnav .box_link .member_box {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header nav #gnav .box_link .member_box li {
    margin: 0;
    max-width: 1000px;
  }
  #header .con_header nav #gnav .box_link .member_box li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #006f67;
    border: none;
  }
  #header .con_header nav #gnav .box_link .member_box li a:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #header .con_header nav #gnav .box_link .member_box li a {
    position: relative;
    padding: .2em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header nav #gnav .box_link .member_box li:nth-of-type(1) a .logo_box {
    background: url(../images/common/logo_jr_members_wt.png) no-repeat center/cover;
    width: 65px;
    height: 13px;
    margin-left: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #header .con_header nav #gnav .box_link .member_box li:nth-of-type(2) a .logo_box {
    background: url(../images/common/icon_wester.png) no-repeat center/cover;
    width: 24px;
    height: 20px;
    margin-right: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
#header .con_header nav #gnav > li {
  padding: 0 .25em;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  #header .con_header nav #gnav > li {
    display: block;
    border-bottom: 1px solid #6e6159;
    padding-bottom: 0;
  }
}
#header .con_header nav #gnav > li > a {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  display: inline-block;
  font-size: 1.3vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width: 1500px) {
  #header .con_header nav #gnav > li > a {
    font-size: 113%;
  }
}
@media print {
  #header .con_header nav #gnav > li > a {
    font-size: 113%;
  }
}
.ie8 #header .con_header nav #gnav > li > a {
  font-size: 113%;
}
@media only screen and (max-width: 1024px) {
  #header .con_header nav #gnav > li > a {
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 1em;
    font-size: 107%;
    position: relative;
  }
  #header .con_header nav #gnav > li > a:after {
    content: "\f3d3";
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    font-family: "Ionicons";
    right: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  #header .con_header nav #gnav > li > .gnav_roo:after {
    content: "+";
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    right: .5em;
  }
  #header .con_header nav #gnav > li > .gnav_roo.open:after {
    content: "-";
  }
}
#header .con_header nav #gnav > li .nav_roo_detail {
  display: none;
  padding-left: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header nav #gnav > li .nav_roo_detail li {
    width: 49%;
    display: inline-block;
  }
}
#header .con_header nav #gnav > li .nav_roo_detail li a {
  display: block;
  padding: .5em 1em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
  font-size: 94%;
}
@media only screen and (max-width: 767px) {
  #header .con_header nav #gnav > li .nav_roo_detail li a {
    font-size: 107%;
  }
}
#header .con_header nav #gnav > li .nav_roo_detail li:last-child a {
  padding-bottom: 1em;
}
#header .con_header nav #gnav > li:last-child {
  padding-right: 0;
}
#header .con_header nav #hnav {
  padding-bottom: 1em;
}
@media only screen and (min-width: 1025px) {
  #header .con_header nav #hnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 170px;
  }
}
@media print {
  #header .con_header nav #hnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 170px;
  }
}
.ie8 #header .con_header nav #hnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 170px;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #header .con_header nav #hnav {
    width: 100%;
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print {
  #header .con_header nav #hnav {
    width: 100%;
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ie8 #header .con_header nav #hnav {
  width: 100%;
  margin-right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  #header .con_header nav #hnav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header nav #hnav {
    width: 90%;
    margin: 0 auto;
  }
}
#header .con_header nav #hnav > li {
  width: auto;
  display: block;
  padding: 0 .5em;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  #header .con_header nav #hnav > li {
    padding: 0 .2em;
  }
}
@media print {
  #header .con_header nav #hnav > li {
    padding: 0 .2em;
  }
}
.ie8 #header .con_header nav #hnav > li {
  padding: 0 .2em;
}
@media only screen and (max-width: 1024px) {
  #header .con_header nav #hnav > li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #6e6159;
    padding: 0 .25em;
  }
}
#header .con_header nav #hnav > li a {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  display: block;
  font-size: 82%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width: 1025px) {
  #header .con_header nav #hnav > li a {
    padding-right: 1em;
    white-space: nowrap;
  }
}
@media print {
  #header .con_header nav #hnav > li a {
    padding-right: 1em;
    white-space: nowrap;
  }
}
.ie8 #header .con_header nav #hnav > li a {
  padding-right: 1em;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  #header .con_header nav #hnav > li a {
    color: #fff;
    padding: 1em;
    font-size: 107%;
    position: relative;
  }
  #header .con_header nav #hnav > li a:after {
    content: "\f3d3";
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    font-family: "Ionicons";
    right: 1em;
  }
}
#header .con_header nav #hnav > li.hnav_westjr {
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #header .con_header nav #hnav > li.hnav_westjr {
    display: none;
  }
}
#header .con_header nav #hnav > li.hnav_westjr > a {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  #header .con_header nav #hnav > li.hnav_westjr > a {
    pointer-events: none;
  }
}
@media print {
  #header .con_header nav #hnav > li.hnav_westjr > a {
    pointer-events: none;
  }
}
.ie8 #header .con_header nav #hnav > li.hnav_westjr > a {
  pointer-events: none;
}
#header .con_header nav #hnav > li.hnav_westjr > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top: 3px solid #171717;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
}
#header .con_header nav #hnav > li.hnav_westjr .hnav_westjr_detail {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 150%;
  z-index: 30;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
}
#header .con_header nav #hnav > li.hnav_westjr .hnav_westjr_detail li {
  border-bottom: 1px solid #208476;
  width: 100%;
}
#header .con_header nav #hnav > li.hnav_westjr .hnav_westjr_detail li:last-child {
  border-bottom: none;
}
#header .con_header nav #hnav > li.hnav_westjr .hnav_westjr_detail li a {
  width: 100%;
  display: block;
  padding: .5em;
  background: #fff;
  color: #171717;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  #header .con_header nav #hnav > li.hnav_westjr .hnav_westjr_detail li a {
    padding: 1em;
  }
  #header .con_header nav #hnav > li.hnav_westjr .hnav_westjr_detail li a:hover {
    color: #fff !important;
    background: #035852;
    color: #fff;
  }
  #header .con_header nav #hnav > li.hnav_westjr .hnav_westjr_detail li a:hover:after {
    right: 0;
  }
}
@media print {
  #header .con_header nav #hnav > li.hnav_westjr .hnav_westjr_detail li a {
    padding: 1em;
  }
  #header .con_header nav #hnav > li.hnav_westjr .hnav_westjr_detail li a:hover {
    color: #fff !important;
    background: #035852;
    color: #fff;
  }
  #header .con_header nav #hnav > li.hnav_westjr .hnav_westjr_detail li a:hover:after {
    right: 0;
  }
}
.ie8 #header .con_header nav #hnav > li.hnav_westjr .hnav_westjr_detail li a {
  padding: 1em;
}
.ie8 #header .con_header nav #hnav > li.hnav_westjr .hnav_westjr_detail li a:hover {
  color: #fff !important;
  background: #035852;
  color: #fff;
}
.ie8 #header .con_header nav #hnav > li.hnav_westjr .hnav_westjr_detail li a:hover:after {
  right: 0;
}
#header .con_header nav #hnav > li.hnav_westjr .hnav_westjr_detail li a:after {
  content: "\f3d3";
  font-family: "Ionicons";
  position: absolute;
  right: .5em;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .con_header nav #hnav > li:nth-child(4) {
  padding-right: 1%;
}
#header .con_header nav #hnav > li.btn_res {
  background: #006f67;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 1025px) {
  #header .con_header nav #hnav > li.btn_res {
    margin-right: 10px;
  }
}
@media print {
  #header .con_header nav #hnav > li.btn_res {
    margin-right: 10px;
  }
}
.ie8 #header .con_header nav #hnav > li.btn_res {
  margin-right: 10px;
}
@media only screen and (min-width: 1025px) {
  #header .con_header nav #hnav > li.btn_res a {
    padding-right: 0;
  }
}
@media print {
  #header .con_header nav #hnav > li.btn_res a {
    padding-right: 0;
  }
}
.ie8 #header .con_header nav #hnav > li.btn_res a {
  padding-right: 0;
}
#header .con_header nav #hnav > li.btn_res .txt {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  display: inline-block;
  font-size: 113%;
  color: #fff;
  padding: .2em .7em;
}
@media only screen and (min-width: 1025px) {
  #header .con_header nav #hnav > li.btn_res .txt {
    display: block;
  }
}
@media print {
  #header .con_header nav #hnav > li.btn_res .txt {
    display: block;
  }
}
.ie8 #header .con_header nav #hnav > li.btn_res .txt {
  display: block;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  #header .con_header nav #hnav > li.btn_res .txt {
    padding: .3em .2em;
  }
}
@media print {
  #header .con_header nav #hnav > li.btn_res .txt {
    padding: .3em .2em;
  }
}
.ie8 #header .con_header nav #hnav > li.btn_res .txt {
  padding: .3em .2em;
}
#header .con_header nav #hnav > li.btn_res .txt .ic {
  display: inline-block;
  padding-right: 3px;
}
#header .con_header nav #hnav > li.btn_res .txt .ic i {
  padding: 0 .1em;
}
#header .con_header nav #hnav > li.btn_book {
  background: #916f34;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 1025px) {
  #header .con_header nav #hnav > li.btn_book a {
    padding-right: 0;
  }
}
@media print {
  #header .con_header nav #hnav > li.btn_book a {
    padding-right: 0;
  }
}
.ie8 #header .con_header nav #hnav > li.btn_book a {
  padding-right: 0;
}
#header .con_header nav #hnav > li.btn_book .txt {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  display: inline-block;
  font-size: 113%;
  color: #fff;
  padding: .2em .7em;
}
@media only screen and (min-width: 1025px) {
  #header .con_header nav #hnav > li.btn_book .txt {
    display: block;
  }
}
@media print {
  #header .con_header nav #hnav > li.btn_book .txt {
    display: block;
  }
}
.ie8 #header .con_header nav #hnav > li.btn_book .txt {
  display: block;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  #header .con_header nav #hnav > li.btn_book .txt {
    padding: .3em .2em;
  }
}
@media print {
  #header .con_header nav #hnav > li.btn_book .txt {
    padding: .3em .2em;
  }
}
.ie8 #header .con_header nav #hnav > li.btn_book .txt {
  padding: .3em .2em;
}
#header .con_header nav #hnav > li.btn_book .txt i {
  padding-right: 3px;
}
#header .box_language {
  position: absolute;
  top: 1em;
  width: 12%;
  right: 1%;
  z-index: 10;
}
@media only screen and (min-width: 1025px) {
  #header .box_language {
    z-index: 50;
    max-width: 150px;
  }
}
@media print {
  #header .box_language {
    z-index: 50;
    max-width: 150px;
  }
}
.ie8 #header .box_language {
  z-index: 50;
  max-width: 150px;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  #header .box_language {
    width: 15%;
  }
}
@media print {
  #header .box_language {
    width: 15%;
  }
}
.ie8 #header .box_language {
  width: 15%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_language {
    top: 1.5em;
    width: 20%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_language {
    display: block;
    width: 33%;
    right: 3%;
    top: 1.5em;
    z-index: 15;
  }
}
#header .box_language .lang_txt {
  font-family: "Cinzel", serif;
  position: relative;
  cursor: pointer;
  border: 1px solid #171717;
  padding: .05em 2em .05em .25em;
}
@media only screen and (max-width: 767px) {
  #header .box_language .lang_txt {
    padding: .05em 1em .05em .25em;
  }
}
#header .box_language .lang_txt:before {
  content: "\f4d2";
  font-family: "Ionicons";
  margin-right: 3px;
  display: inline-block;
}
#header .box_language .lang_txt:after {
  content: "";
  position: absolute;
  right: .1em;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top: 3px solid #171717;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
}
#header .box_language .lang_txt.open:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#header .box_language .lang_list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  z-index: 30;
}
#header .box_language .lang_list li {
  border-bottom: 1px solid #208476;
  width: 100%;
  position: relative;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: .5em;
  background: #fff;
  color: #171717;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .box_language .lang_list li:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 1025px) {
  #header .box_language .lang_list li {
    padding: 1em;
  }
  #header .box_language .lang_list li:hover {
    color: #fff;
    background: #035852;
    color: #fff;
  }
  #header .box_language .lang_list li:hover:after {
    right: .5em;
  }
}
@media print {
  #header .box_language .lang_list li {
    padding: 1em;
  }
  #header .box_language .lang_list li:hover {
    color: #fff;
    background: #035852;
    color: #fff;
  }
  #header .box_language .lang_list li:hover:after {
    right: .5em;
  }
}
.ie8 #header .box_language .lang_list li {
  padding: 1em;
}
.ie8 #header .box_language .lang_list li:hover {
  color: #fff;
  background: #035852;
  color: #fff;
}
.ie8 #header .box_language .lang_list li:hover:after {
  right: .5em;
}
#header .box_language .lang_list li:after {
  content: "\f3d3";
  font-family: "Ionicons";
  position: absolute;
  right: .75em;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
html:lang(ja) #header .box_language .lang_list li.ja {
  color: #fff !important;
  background: #171717 !important;
  pointer-events: none;
}
html:lang(ja) #header .box_language .lang_list li.ja:after {
  display: none;
}
html:lang(en) #header .box_language .lang_list li.en {
  color: #fff !important;
  background: #171717 !important;
  pointer-events: none;
}
html:lang(en) #header .box_language .lang_list li.en:after {
  display: none;
}
html:lang(zh-Hans) #header .box_language .lang_list li.cn {
  color: #fff !important;
  background: #171717 !important;
  pointer-events: none;
}
html:lang(zh-Hans) #header .box_language .lang_list li.cn:after {
  display: none;
}
html:lang(zh-Hant) #header .box_language .lang_list li.tw {
  color: #fff !important;
  background: #171717 !important;
  pointer-events: none;
}
html:lang(zh-Hant) #header .box_language .lang_list li.tw:after {
  display: none;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  position: relative;
  width: 100%;
}
#footer .pgtop {
  position: fixed;
  right: 1%;
  bottom: 1%;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  #footer .pgtop {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
#footer .pgtop a {
  display: inline-block;
}
@media only screen and (min-width: 1025px) {
  #footer .pgtop a:hover span {
    background: #006f67;
    color: #fff;
  }
  #footer .pgtop a:hover span i {
    color: #fff;
  }
  #footer .pgtop a:hover span em {
    color: #fff;
  }
}
@media print {
  #footer .pgtop a:hover span {
    background: #006f67;
    color: #fff;
  }
  #footer .pgtop a:hover span i {
    color: #fff;
  }
  #footer .pgtop a:hover span em {
    color: #fff;
  }
}
.ie8 #footer .pgtop a:hover span {
  background: #006f67;
  color: #fff;
}
.ie8 #footer .pgtop a:hover span i {
  color: #fff;
}
.ie8 #footer .pgtop a:hover span em {
  color: #fff;
}
#footer .pgtop a > span {
  display: inline-block;
  background: #fff;
  padding: 15px 10px 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  #footer .pgtop a > span {
    height: auto;
    padding: 1em;
    font-weight: bold;
  }
}
#footer .pgtop a > span i {
  font-size: 150%;
  color: #006f67;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #footer .pgtop a > span i {
    font-size: 150%;
    line-height: 1;
    padding-bottom: 5px;
  }
}
#footer .pgtop a > span em {
  font-size: 88%;
}
#footer .pgtop.absolute {
  position: absolute;
  right: 3%;
  bottom: auto;
  top: -30px;
}
@media only screen and (max-width: 767px) {
  #footer .pgtop.absolute {
    top: -10px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
  }
}
#footer .con_footer {
  background: #171717;
  overflow: hidden;
}
#footer .con_footer .box_footer {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_footer {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print {
  #footer .con_footer .box_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ie8 #footer .con_footer .box_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .con_footer .box_footer .box_hotel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .box_hotel {
    border-right: 1px solid #2a2a2a;
    padding-right: 2%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print {
  #footer .con_footer .box_footer .box_hotel {
    border-right: 1px solid #2a2a2a;
    padding-right: 2%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ie8 #footer .con_footer .box_footer .box_hotel {
  border-right: 1px solid #2a2a2a;
  padding-right: 2%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_hotel {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_hotel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .con_footer .box_footer .box_hotel_r {
    width: 100%;
    max-width: 600px;
  }
}
#footer .con_footer .box_footer .box_hotel .m-l {
  max-width: 162px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_hotel .m-l {
    width: 50%;
  }
}
#footer .con_footer .box_footer .box_hotel .logo {
  margin: 0 auto 15px;
  width: 160px;
  height: 120px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_hotel .logo {
    width: 8rem;
    height: 6rem;
  }
}
#footer .con_footer .box_footer .box_hotel .logo a {
  display: block;
}
#footer .con_footer .box_footer .box_hotel .name {
  color: #fff;
  font-size: 88%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-bottom: 15px;
}
#footer .con_footer .box_footer .box_hotel .address {
  color: #fff;
  font-size: 88%;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_hotel .address {
    margin-bottom: 20px;
  }
}
#footer .con_footer .box_footer .box_hotel .box_tel {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 88%;
  color: #fff;
}
#footer .con_footer .box_footer .box_hotel .box_tel a,
#footer .con_footer .box_footer .box_hotel .box_tel .tel-link {
  color: #fff;
}
#footer .con_footer .box_footer .box_hotel .box_tel span {
  font-family: "Cinzel", serif;
  font-size: 132%;
}
#footer .con_footer .box_footer .box_hotel .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_hotel .btns {
    max-width: 70%;
    margin-inline: auto;
  }
}
#footer .con_footer .box_footer .box_hotel .btns .btn {
  width: 49%;
}
#footer .con_footer .box_footer .box_hotel .btns .btn:first-of-type {
  margin-right: 2%;
  margin-bottom: 2%;
}
#footer .con_footer .box_footer .box_hotel .btns .btn a {
  display: block;
  color: #fff;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding: .5em 1em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 88%;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .box_hotel .btns .btn a:hover {
    background: #006f67;
  }
}
@media print {
  #footer .con_footer .box_footer .box_hotel .btns .btn a:hover {
    background: #006f67;
  }
}
.ie8 #footer .con_footer .box_footer .box_hotel .btns .btn a:hover {
  background: #006f67;
}
#footer .con_footer .box_footer .box_hotel .btns .btn a i {
  margin-right: 5px;
}
#footer .con_footer .box_footer .box_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .box_txt {
    border-left: 1px solid #0f0f0f;
    padding-left: 2%;
  }
}
@media print {
  #footer .con_footer .box_footer .box_txt {
    border-left: 1px solid #0f0f0f;
    padding-left: 2%;
  }
}
.ie8 #footer .con_footer .box_footer .box_txt {
  border-left: 1px solid #0f0f0f;
  padding-left: 2%;
}
#footer .con_footer .box_footer .box_txt nav {
  margin: 40px auto 30px;
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_footer .box_txt nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print {
  #footer .con_footer .box_footer .box_txt nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ie8 #footer .con_footer .box_footer .box_txt nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_txt nav {
    margin: 40px auto 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_txt nav {
    margin: 40px auto 5%;
  }
}
#footer .con_footer .box_footer .box_txt nav .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media only screen and (min-width: 1180px) {
  #footer .con_footer .box_footer .box_txt nav .sitemap {
    word-break: keep-all;
  }
}
@media print {
  #footer .con_footer .box_footer .box_txt nav .sitemap {
    word-break: keep-all;
  }
}
.ie8 #footer .con_footer .box_footer .box_txt nav .sitemap {
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_txt nav .sitemap {
    width: 100%;
    gap: 0;
  }
  #footer .con_footer .box_footer .box_txt nav .sitemap_r, #footer .con_footer .box_footer .box_txt nav .sitemap_l {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .box_txt nav .sitemap_l {
    word-break: keep-all;
  }
}
@media print {
  #footer .con_footer .box_footer .box_txt nav .sitemap_l {
    word-break: keep-all;
  }
}
.ie8 #footer .con_footer .box_footer .box_txt nav .sitemap_l {
  word-break: keep-all;
}
#footer .con_footer .box_footer .box_txt nav .sitemap li {
  margin-bottom: 10px;
  position: relative;
  padding-left: .8em;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_txt nav .sitemap li {
    width: 100%;
  }
}
#footer .con_footer .box_footer .box_txt nav .sitemap li:before {
  content: "\f3d3";
  font-family: "Ionicons";
  margin-right: 5px;
  color: #555;
  position: absolute;
  left: 0;
  top: 0;
}
#footer .con_footer .box_footer .box_txt nav .sitemap li a {
  display: inline-block;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .box_txt nav .sitemap li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #footer .con_footer .box_footer .box_txt nav .sitemap li a:hover {
    color: #555;
  }
}
@media print {
  #footer .con_footer .box_footer .box_txt nav .sitemap li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #footer .con_footer .box_footer .box_txt nav .sitemap li a:hover {
    color: #555;
  }
}
.ie8 #footer .con_footer .box_footer .box_txt nav .sitemap li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ie8 #footer .con_footer .box_footer .box_txt nav .sitemap li a:hover {
  color: #555;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_txt nav .sitemap li a {
    font-size: 88%;
  }
}
#footer .con_footer .box_footer .box_txt nav .sitemap li.key {
  padding-left: 1em;
}
#footer .con_footer .box_footer .box_txt nav .sitemap li.key:before {
  content: '\f392';
  color: #fff;
}
#footer .con_footer .box_footer .box_txt nav .box_group {
  width: 70%;
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_footer .box_txt nav .box_group {
    position: relative;
    padding-bottom: 40px;
  }
}
@media print {
  #footer .con_footer .box_footer .box_txt nav .box_group {
    position: relative;
    padding-bottom: 40px;
  }
}
.ie8 #footer .con_footer .box_footer .box_txt nav .box_group {
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_txt nav .box_group {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #595656;
    margin-top: 15px;
  }
}
#footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media print {
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.ie8 #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup {
    padding: .7em 1em;
    margin-bottom: 0;
  }
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup.open a:after {
    content: "-";
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup:before {
    content: "\f3d3";
    font-family: "Ionicons";
    margin-right: 5px;
    color: #555;
  }
}
@media print {
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup:before {
    content: "\f3d3";
    font-family: "Ionicons";
    margin-right: 5px;
    color: #555;
  }
}
.ie8 #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup:before {
  content: "\f3d3";
  font-family: "Ionicons";
  margin-right: 5px;
  color: #555;
}
#footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup a,
#footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup span {
  color: #fff;
  font-size: 100%;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup a,
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup a:hover,
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup span:hover {
    color: #555;
  }
}
@media print {
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup a,
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup a:hover,
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup span:hover {
    color: #555;
  }
}
.ie8 #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup a, .ie8
#footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ie8 #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup a:hover, .ie8
#footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup span:hover {
  color: #555;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup a,
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup span {
    display: block;
    cursor: pointer;
    font-size: 88%;
  }
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup a:after,
  #footer .con_footer .box_footer .box_txt nav .box_group .tl_jrhotelgroup span:after {
    content: "+";
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    font-size: 113%;
  }
}
#footer .con_footer .box_footer .box_txt nav .box_group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_txt nav .box_group ul {
    display: none;
    border-top: 1px solid #595656;
    width: 95%;
    margin: 0 auto;
    padding-top: .7em;
  }
}
#footer .con_footer .box_footer .box_txt nav .box_group ul li {
  width: 50%;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .box_txt nav .box_group ul li {
    width: 33.33333%;
    padding-left: 1%;
  }
}
@media print {
  #footer .con_footer .box_footer .box_txt nav .box_group ul li {
    width: 33.33333%;
    padding-left: 1%;
  }
}
.ie8 #footer .con_footer .box_footer .box_txt nav .box_group ul li {
  width: 33.33333%;
  padding-left: 1%;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #footer .con_footer .box_footer .box_txt nav .box_group ul li {
    width: 50%;
    padding-left: 2%;
  }
}
@media print {
  #footer .con_footer .box_footer .box_txt nav .box_group ul li {
    width: 50%;
    padding-left: 2%;
  }
}
.ie8 #footer .con_footer .box_footer .box_txt nav .box_group ul li {
  width: 50%;
  padding-left: 2%;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_txt nav .box_group ul li {
    width: 49%;
    display: inline-block;
  }
}
#footer .con_footer .box_footer .box_txt nav .box_group ul li:before {
  content: "\f3d3";
  font-family: "Ionicons";
  margin-right: 5px;
  color: #555;
}
#footer .con_footer .box_footer .box_txt nav .box_group ul li a {
  display: inline-block;
  color: #fff;
  font-size: 88%;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .box_txt nav .box_group ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #footer .con_footer .box_footer .box_txt nav .box_group ul li a:hover {
    color: #555;
  }
}
@media print {
  #footer .con_footer .box_footer .box_txt nav .box_group ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #footer .con_footer .box_footer .box_txt nav .box_group ul li a:hover {
    color: #555;
  }
}
.ie8 #footer .con_footer .box_footer .box_txt nav .box_group ul li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ie8 #footer .con_footer .box_footer .box_txt nav .box_group ul li a:hover {
  color: #555;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_txt nav .box_group ul li a {
    font-size: 82%;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_footer .box_txt nav .box_group ul li.westjr {
    width: 100%;
    border-bottom: 1px solid #323232;
    padding-bottom: .5em;
    padding-left: 0;
  }
}
@media print {
  #footer .con_footer .box_footer .box_txt nav .box_group ul li.westjr {
    width: 100%;
    border-bottom: 1px solid #323232;
    padding-bottom: .5em;
    padding-left: 0;
  }
}
.ie8 #footer .con_footer .box_footer .box_txt nav .box_group ul li.westjr {
  width: 100%;
  border-bottom: 1px solid #323232;
  padding-bottom: .5em;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_footer .box_txt nav .box_group ul li.westjr a {
    font-size: 100%;
  }
}
@media print {
  #footer .con_footer .box_footer .box_txt nav .box_group ul li.westjr a {
    font-size: 100%;
  }
}
.ie8 #footer .con_footer .box_footer .box_txt nav .box_group ul li.westjr a {
  font-size: 100%;
}
#footer .con_footer .box_footer .box_other {
  margin: 50px auto 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_other {
    margin: 3% auto 10%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_other {
    margin: 5% auto 20%;
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_footer .box_other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
@media print {
  #footer .con_footer .box_footer .box_other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.ie8 #footer .con_footer .box_footer .box_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#footer .con_footer .box_footer .box_other #copyright {
  width: 50%;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 75%;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_other #copyright {
    width: 45%;
    font-size: 63%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_other #copyright {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}
#footer .con_footer .box_footer .box_other .txt_att {
  width: 50%;
  font-size: 82%;
  color: #dfdfdf;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_other .txt_att {
    width: 55%;
    font-size: 63%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_other .txt_att {
    text-align: center;
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_fix_nav TAB/SP用下部固定メニュー
----------------------------------------------------------- */
.con_fix_nav {
  padding-bottom: env(safe-area-inset-bottom);
  background: #006f67;
}
@media only screen and (min-width: 1025px) {
  .con_fix_nav {
    display: none;
  }
}
@media print {
  .con_fix_nav {
    display: none;
  }
}
.ie8 .con_fix_nav {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .con_fix_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 400;
    border-top: 1px solid #013a36;
  }
}
.con_fix_nav li {
  color: #fff;
  width: 20%;
}
.con_fix_nav li.btn_stayrsv, .con_fix_nav li.btn_menu, .con_fix_nav li.btn_access {
  background: #015b55;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fix_nav li {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
  .con_fix_nav li:first-child {
    border-left: none;
  }
}
.con_fix_nav li > span,
.con_fix_nav li a {
  color: #fff;
  text-align: center;
  display: block;
  padding-top: .25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.con_fix_nav li > span i,
.con_fix_nav li a i {
  display: block;
  line-height: 1;
  font-size: 138%;
}
.con_fix_nav li > span .ic i,
.con_fix_nav li a .ic i {
  display: inline-block;
  padding: 0 .15em;
}
.con_fix_nav li > span .txt,
.con_fix_nav li a .txt {
  margin-top: auto;
  font-size: 88%;
}
@media only screen and (max-width: 767px) {
  .con_fix_nav li > span .txt,
  .con_fix_nav li a .txt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 69%;
  }
}
.con_fix_nav li > span .txt.res, .con_fix_nav li > span .txt.con,
.con_fix_nav li a .txt.res,
.con_fix_nav li a .txt.con {
  letter-spacing: -.1em;
}
.con_fix_nav li.btn_menu {
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative;
  cursor: pointer;
  z-index: 100;
}
.con_fix_nav li.btn_menu:after {
  content: "MENU";
  font-family: "Cinzel", serif;
  font-size: 88%;
  letter-spacing: .1em;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_fix_nav li.btn_menu:after {
    font-size: 11px;
  }
}
.con_fix_nav li.btn_menu span {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-size: 88%;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  width: 3vw;
  height: 1px;
  background: #fff;
  padding-top: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_fix_nav li.btn_menu span {
    width: 20px;
  }
}
.con_fix_nav li.btn_menu span:nth-of-type(2) {
  top: 12px;
}
.con_fix_nav li.btn_menu span:nth-of-type(3) {
  top: 18px;
}
.con_fix_nav li.btn_menu.btn-open:after {
  content: "CLOSE";
}
.con_fix_nav li.btn_menu.btn-open span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.con_fix_nav li.btn_menu.btn-open span:nth-of-type(2) {
  opacity: 0;
}
.con_fix_nav li.btn_menu.btn-open span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

/* -----------------------------------------------------------
	.con_modal
----------------------------------------------------------- */
.f_modal {
  display: none;
}

.modaal-wrapper .modaal-close {
  background: #ccc;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close {
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
  }
}
.modaal-wrapper .modaal-close:after, .modaal-wrapper .modaal-close:before {
  width: 2px;
}
@media only screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close:after, .modaal-wrapper .modaal-close:before {
    top: 8px;
    left: 14px;
    height: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 1em;
  }
}

.con_modal {
  max-width: 1080px;
  margin: 0 auto;
  padding: 3% 30px;
}
@media only screen and (max-width: 767px) {
  .con_modal {
    padding: 5% 15px 3%;
  }
}
.con_modal h2 {
  font-size: 200%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_modal h2 {
    font-size: 125%;
    margin-bottom: 15px;
  }
}
.con_modal a {
  color: #0C3778;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .con_modal .intro {
    font-size: 88%;
  }
}
.con_modal .accentuation {
  padding: 20px 0;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .con_modal .accentuation {
    font-size: 88%;
  }
}
.con_modal dl dt {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}
.con_modal dl dt em {
  color: #006f67;
}
.con_modal dl dt span {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_modal dl dt span {
    display: block;
    font-size: 75%;
    padding-left: 10px;
  }
}
.con_modal dl dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #555;
  font-size: 94%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_modal dl dd {
    font-size: 88%;
  }
}
.con_modal dl dd ul {
  padding-left: 20px;
}
.con_modal dl dd ul li {
  list-style-position: outside;
  list-style-type: disc;
  margin-bottom: 7px;
}
.con_modal dl dd ol {
  padding-left: 20px;
}
.con_modal dl dd ol > li {
  list-style-position: outside;
  list-style-type: decimal;
  margin-bottom: 7px;
}
.con_modal dl dd > table {
  width: 100%;
  margin: 15px 0;
  border-collapse: separate;
}
.con_modal dl dd > table tr th, .con_modal dl dd > table tr td {
  padding: 1em;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .con_modal dl dd > table tr th, .con_modal dl dd > table tr td {
    padding: 1em .5em;
  }
}
.con_modal dl dd > table tr th {
  color: #171717;
  font-weight: normal;
  background-color: #f2f2f2;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .con_modal dl dd > table tr th {
    width: 60%;
  }
}
.con_modal dl dd > table tr td {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.con_modal .box_tel {
  padding: 10% 0;
}
@media only screen and (min-width: 768px) {
  .con_modal .box_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print {
  .con_modal .box_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ie8 .con_modal .box_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con_modal .box_tel .box {
  text-align: center;
  padding: 3% 0;
}
@media only screen and (min-width: 768px) {
  .con_modal .box_tel .box {
    width: 50%;
  }
}
@media print {
  .con_modal .box_tel .box {
    width: 50%;
  }
}
.ie8 .con_modal .box_tel .box {
  width: 50%;
}
.con_modal .box_tel .box .txt {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 10px;
}
.con_modal .box_tel .box .txt span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.con_modal .box_tel .box .txt span:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #C5E8E4;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 0;
}
.con_modal .box_tel .box .txt_tel,
.con_modal .box_tel .box a {
  color: #171717;
}
.con_modal .box_tel .box .txt_tel i,
.con_modal .box_tel .box a i {
  font-size: 188%;
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  .con_modal .box_tel .box .txt_tel i,
  .con_modal .box_tel .box a i {
    font-size: 150%;
  }
}
.con_modal .box_tel .box .txt_tel .tel-link,
.con_modal .box_tel .box a .tel-link {
  font-family: "Cinzel", serif;
  font-size: 225%;
}
@media only screen and (max-width: 767px) {
  .con_modal .box_tel .box .txt_tel .tel-link,
  .con_modal .box_tel .box a .tel-link {
    font-size: 188%;
  }
}
@media only screen and (min-width: 768px) {
  .con_modal .box_tel .box:first-child {
    border-right: 1px solid #ccc;
  }
}
@media print {
  .con_modal .box_tel .box:first-child {
    border-right: 1px solid #ccc;
  }
}
.ie8 .con_modal .box_tel .box:first-child {
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .con_modal .box_tel .box:first-child {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
  }
}
.con_modal .box_tel .box:first-child .txt span:after {
  background: #E1D5BB;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
html.lower #contents .con_pgtitle {
  background: #025953 url(../images/common/deco_pgtitle.png) 0 0 no-repeat;
  position: relative;
  padding: 5% 0;
}
@media only screen and (max-width: 1024px) {
  html.lower #contents .con_pgtitle {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_pgtitle {
    padding: 10% 0;
  }
}
html.lower #contents .con_pgtitle:before {
  content: "";
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#33000000', endColorstr='#00000000');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html.lower #contents .con_pgtitle h1 {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  html.lower #contents .con_pgtitle h1 {
    font-size: 75%;
  }
}
html.lower #contents .con_pgtitle h1 span {
  display: block;
  font-size: 300%;
  line-height: 1.2;
}
@media only screen and (min-width: 1680px) {
  html.lower #contents .con_pgtitle h1 span {
    letter-spacing: .1em;
  }
}
@media print {
  html.lower #contents .con_pgtitle h1 span {
    letter-spacing: .1em;
  }
}
.ie8 html.lower #contents .con_pgtitle h1 span {
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) {
  html.lower #contents .con_pgtitle.img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    padding: 0 0 5%;
  }
}
@media print {
  html.lower #contents .con_pgtitle.img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    padding: 0 0 5%;
  }
}
.ie8 html.lower #contents .con_pgtitle.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  padding: 0 0 5%;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_pgtitle.img {
    background: none;
    padding: 0;
  }
}
html.lower #contents .con_pgtitle.img:before {
  width: 50%;
  z-index: -1;
  height: 90%;
  top: 10%;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_pgtitle.img:before {
    width: 100%;
    top: 0;
  }
}
html.lower #contents .con_pgtitle.img:after {
  content: "";
  background: #025953 url(../images/common/deco_pgtitle.png) 0 0 no-repeat;
  background-size: cover;
  width: 50%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_pgtitle.img:after {
    width: 100%;
    bottom: auto;
    top: 0;
  }
}
html.lower #contents .con_pgtitle.img h1 {
  text-align: left;
  padding-top: 10%;
}
@media only screen and (min-width: 1025px) {
  html.lower #contents .con_pgtitle.img h1 {
    width: 40%;
  }
}
@media print {
  html.lower #contents .con_pgtitle.img h1 {
    width: 40%;
  }
}
.ie8 html.lower #contents .con_pgtitle.img h1 {
  width: 40%;
}
@media only screen and (min-width: 1680px) {
  html.lower #contents .con_pgtitle.img h1 {
    padding-left: 5%;
  }
}
@media print {
  html.lower #contents .con_pgtitle.img h1 {
    padding-left: 5%;
  }
}
.ie8 html.lower #contents .con_pgtitle.img h1 {
  padding-left: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_pgtitle.img h1 {
    padding: 10% 2% 0;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_pgtitle.img h1 {
    position: relative;
    z-index: 2;
    padding: 10% 0 5%;
  }
}
@media only screen and (min-width: 1025px) {
  html.lower #contents .con_pgtitle.img .pgimg {
    width: 60%;
  }
}
@media print {
  html.lower #contents .con_pgtitle.img .pgimg {
    width: 60%;
  }
}
.ie8 html.lower #contents .con_pgtitle.img .pgimg {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_pgtitle.img .pgimg {
    width: 90%;
    margin-left: auto;
  }
}

/* -----------------------------------------------------------
	下層追従
----------------------------------------------------------- */
.con_fix_lower_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 300;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.con_fix_lower_menu::after {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.03)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
  width: 100%;
  height: 20px;
  position: absolute;
  top: 100%;
  left: 0;
}
.con_fix_lower_menu .acc_btn {
  padding: 1em;
  text-align: center;
  background: #006f67;
  color: #fff;
}
.con_fix_lower_menu .acc_btn::after {
  content: '\f489';
  font-family: "Ionicons";
  margin-left: 13px;
  font-size: 110%;
}
.con_fix_lower_menu .acc_btn.active::after {
  content: '\f462';
}
@media only screen and (max-width: 767px) {
  .con_fix_lower_menu .box_fix {
    display: none;
  }
}
.con_fix_lower_menu .menu_list {
  max-width: 1200px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .con_fix_lower_menu .menu_list {
    display: block;
  }
}
.con_fix_lower_menu .menu_list .menu_list_c {
  margin: 0 0.2%;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_fix_lower_menu .menu_list .menu_list_c {
    margin: 0;
  }
}
.con_fix_lower_menu .menu_list .menu_list_c > a,
.con_fix_lower_menu .menu_list .menu_list_c .menu_txt {
  font-size: 113%;
  padding: 1em .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fix_lower_menu .menu_list .menu_list_c > a,
  .con_fix_lower_menu .menu_list .menu_list_c .menu_txt {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fix_lower_menu .menu_list .menu_list_c > a,
  .con_fix_lower_menu .menu_list .menu_list_c .menu_txt {
    font-size: 113%;
  }
}
.con_fix_lower_menu .menu_list .menu_list_c.pull_t i {
  position: absolute;
  bottom: .2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.con_fix_lower_menu .menu_list .menu_list_c.pull_t .acc_btn_c {
  font-size: 113%;
  position: relative;
  text-align: center;
  padding: 1em 1em 1.3em;
}
.con_fix_lower_menu .menu_list .menu_list_c.pull_t .acc_btn_c i {
  bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.con_fix_lower_menu .menu_list .menu_list_c.pull_t .list {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  z-index: 20;
  min-width: 200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .con_fix_lower_menu .menu_list .menu_list_c.pull_t .list {
    position: static;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.con_fix_lower_menu .menu_list .menu_list_c.pull_t .list .list_c a {
  display: block;
  padding: .5em;
  background: #fff;
  border-bottom: 1px solid #e7eddd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  .con_fix_lower_menu .menu_list .menu_list_c.pull_t .list .list_c a:hover {
    background: #e7eddd;
  }
}
@media print {
  .con_fix_lower_menu .menu_list .menu_list_c.pull_t .list .list_c a:hover {
    background: #e7eddd;
  }
}
.ie8 .con_fix_lower_menu .menu_list .menu_list_c.pull_t .list .list_c a:hover {
  background: #e7eddd;
}
.con_fix_lower_menu .menu_list .menu_list_c.pull_t .list .list_c:last-of-type a {
  border-bottom: none;
}
body.standard_twin .con_fix_lower_menu .menu_list .menu_list_c.pull_t .nav_twi a, body.moderate_twin .con_fix_lower_menu .menu_list .menu_list_c.pull_t .nav_md_twi a, body.moderate_twin .con_fix_lower_menu .menu_list .menu_list_c.pull_t .nav_md_twi_hwd a, body.comfort_twin .con_fix_lower_menu .menu_list .menu_list_c.pull_t .nav_ct_twi a, body.comfort_twin .con_fix_lower_menu .menu_list .menu_list_c.pull_t .ct_twi_hwd a, body.deluxe_twin .con_fix_lower_menu .menu_list .menu_list_c.pull_t .nav_dlx_twi a {
  background: #e7eddd;
}
.con_fix_lower_menu .menu_list .menu_list_c.no_pull::after {
  content: '';
  background: #006b63;
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .con_fix_lower_menu .menu_list .menu_list_c.no_pull::after {
    height: 2px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_fix_lower_menu .menu_list .menu_list_c.no_pull:hover a {
    color: #024944;
  }
  .con_fix_lower_menu .menu_list .menu_list_c.no_pull:hover::after {
    width: 100%;
  }
}
@media print {
  .con_fix_lower_menu .menu_list .menu_list_c.no_pull:hover a {
    color: #024944;
  }
  .con_fix_lower_menu .menu_list .menu_list_c.no_pull:hover::after {
    width: 100%;
  }
}
.ie8 .con_fix_lower_menu .menu_list .menu_list_c.no_pull:hover a {
  color: #024944;
}
.ie8 .con_fix_lower_menu .menu_list .menu_list_c.no_pull:hover::after {
  width: 100%;
}
.con_fix_lower_menu .menu_list .btn {
  width: 21.5%;
  margin-left: 1.5%;
  margin: .5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .con_fix_lower_menu .menu_list .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fix_lower_menu .menu_list .btn {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_fix_lower_menu .menu_list .btn {
    margin: 1em 0;
  }
}
.con_fix_lower_menu .menu_list .btn .btn_basic {
  width: 100%;
}
.con_fix_lower_menu .menu_list .btn .btn_basic a {
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1025px) {
  .con_fix_lower_menu .menu_list .btn .btn_basic a {
    padding: .7em;
  }
}
@media print {
  .con_fix_lower_menu .menu_list .btn .btn_basic a {
    padding: .7em;
  }
}
.ie8 .con_fix_lower_menu .menu_list .btn .btn_basic a {
  padding: .7em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fix_lower_menu .menu_list .btn .btn_basic a {
    padding: .4em .7em;
  }
}
.con_fix_lower_menu .menu_list .btn .btn_basic a::after {
  content: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fix_lower_menu .menu_list .btn .btn_basic {
    font-size: 82%;
  }
}
body.rooms .con_fix_lower_menu .menu_list .nav_top a, body.moderate_single .con_fix_lower_menu .menu_list .nav_md_sin a, body.universal .con_fix_lower_menu .menu_list .nav_uni a, body.banquet .con_fix_lower_menu .menu_list .nav_hall a, body.banquet_menu .con_fix_lower_menu .menu_list .nav_menu a {
  pointer-events: none;
  color: #024944;
}
body.rooms .con_fix_lower_menu .menu_list .nav_top::after, body.moderate_single .con_fix_lower_menu .menu_list .nav_md_sin::after, body.universal .con_fix_lower_menu .menu_list .nav_uni::after, body.banquet .con_fix_lower_menu .menu_list .nav_hall::after, body.banquet_menu .con_fix_lower_menu .menu_list .nav_menu::after {
  width: 100%;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  width: 100%;
}
table.tbl_basic tr th, table.tbl_basic tr td {
  padding: 1em 2em;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
    padding: 1em;
    font-size: 88%;
  }
}
table.tbl_basic tr:nth-child(odd) th, table.tbl_basic tr:nth-child(odd) td {
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd tr th, table.tbl_basic.rwd tr td {
    display: block;
    width: 100%;
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd tr th {
    padding-bottom: .5em;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd tr td {
    padding-top: 0;
  }
}

/* -----------------------------------------------------------
	パーツ
----------------------------------------------------------- */
.tl_basic {
  font-size: 150%;
  font-weight: normal;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tl_basic {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .tl_basic {
    font-size: 113%;
  }
}
.tl_basic em {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-size: 250%;
  color: #000;
  display: block;
  line-height: 1.1;
}
.tl_basic.center {
  text-align: center;
}
.tl_basic.ib em {
  display: inline-block;
  padding-right: 15px;
}

.st_basic {
  font-size: 125%;
  font-weight: normal;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_basic {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .st_basic {
    font-size: 88%;
  }
}
.st_basic em {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-size: 250%;
  color: #000;
  display: block;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .st_basic em {
    font-size: 225%;
  }
}
.st_basic.center {
  text-align: center;
}
.st_basic.ib em {
  display: inline-block;
  padding-right: 15px;
}

.btn_basic {
  max-width: 400px;
  margin: auto;
}
.btn_basic a {
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  background: #171717;
  border: 1px solid #171717;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: .7em 1em;
}
@media only screen and (min-width: 1025px) {
  .btn_basic a:hover {
    background: none;
    color: #171717;
  }
}
@media print {
  .btn_basic a:hover {
    background: none;
    color: #171717;
  }
}
.ie8 .btn_basic a:hover {
  background: none;
  color: #171717;
}
@media only screen and (max-width: 767px) {
  .btn_basic a {
    font-size: 88%;
  }
}
.btn_basic a:after {
  content: "\f3d3";
  font-family: "Ionicons";
  position: absolute;
  right: 1em;
}
.btn_basic.rsv a {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  background: #916f34;
  border: 1px solid #916f34;
  font-size: 107%;
  padding: 1em;
}
.btn_basic.rsv a:after {
  content: none;
}
@media only screen and (min-width: 1025px) {
  .btn_basic.rsv a:hover {
    background: none;
    color: #916f34;
  }
}
@media print {
  .btn_basic.rsv a:hover {
    background: none;
    color: #916f34;
  }
}
.ie8 .btn_basic.rsv a:hover {
  background: none;
  color: #916f34;
}
@media only screen and (max-width: 767px) {
  .btn_basic.rsv a {
    font-size: 94%;
  }
}
.btn_basic.green a {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  background: #006f67;
  border: 1px solid #006f67;
  font-size: 107%;
  padding: 1em;
}
@media only screen and (min-width: 1025px) {
  .btn_basic.green a:hover {
    background: none;
    color: #006f67;
  }
}
@media print {
  .btn_basic.green a:hover {
    background: none;
    color: #006f67;
  }
}
.ie8 .btn_basic.green a:hover {
  background: none;
  color: #006f67;
}
@media only screen and (max-width: 767px) {
  .btn_basic.green a {
    font-size: 94%;
  }
}
.btn_basic.sub a {
  background: none;
  color: #171717;
}
@media only screen and (min-width: 1025px) {
  .btn_basic.sub a:hover {
    background: #171717;
    color: #fff;
  }
}
@media print {
  .btn_basic.sub a:hover {
    background: #171717;
    color: #fff;
  }
}
.ie8 .btn_basic.sub a:hover {
  background: #171717;
  color: #fff;
}
.btn_basic.return a::before {
  content: "\f3d2";
  font-family: "Ionicons";
  position: absolute;
  left: 1em;
}
.btn_basic.return a::after {
  content: none;
}

.txt_lnk a {
  display: block;
  position: relative;
  padding: .5em 1.3em .5em 0;
}
@media only screen and (min-width: 1025px) {
  .txt_lnk a:hover:before {
    width: 0;
  }
}
@media print {
  .txt_lnk a:hover:before {
    width: 0;
  }
}
.ie8 .txt_lnk a:hover:before {
  width: 0;
}
@media only screen and (max-width: 767px) {
  .txt_lnk a {
    font-size: 88%;
  }
}
.txt_lnk a:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #171717;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.txt_lnk a:after {
  content: "\f3d3";
  font-family: "Ionicons";
  position: absolute;
  right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* -----------------------------------------------------------
	ぱんくず
----------------------------------------------------------- */
.con_topicpath ul {
  padding: 1.5% 0;
}
@media only screen and (max-width: 767px) {
  .con_topicpath ul {
    padding: 3% 0 5%;
  }
}
.con_topicpath ul li {
  display: inline-block;
  font-size: 88%;
}
@media only screen and (max-width: 767px) {
  .con_topicpath ul li {
    font-size: 75%;
  }
}
.con_topicpath ul li img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.con_topicpath ul li::before {
  content: "/";
  margin: 0 7px;
  color: #5f5a60;
}
.con_topicpath ul li:first-child::before {
  display: none;
}

/* -----------------------------------------------------------
	仮の情報　※後で消す
----------------------------------------------------------- */
.dummy_txt {
  color: red;
}

.trust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 90px;
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .trust {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .trust {
    margin: 10px;
  }
}
.trust .wr {
  width: 100%;
  position: absolute;
}
.trust .wr1 {
  margin: 0 1em 0 0;
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .trust .wr1 {
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .trust .wr1 {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .trust .wr1 {
    width: 80%;
  }
}
.trust .triangle {
  border-bottom: 70px solid transparent;
  border-left: 70px solid #025953;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .trust .triangle {
    border-bottom: 50px solid transparent;
    border-left: 50px solid #025953;
  }
}
.trust .bnr {
  border: #025953 3px solid;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .trust .bnr {
    margin-bottom: 1em;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .trust .bnr {
    margin-bottom: 40px;
  }
}
.trust .bnr a {
  display: block;
  padding-inline: 2em;
  min-height: 6em;
}
.trust .bnr.westriver {
  background: url(../images/common/wr.png) 0 0 no-repeat;
  background-position: right 8px;
}
.trust .bnr.westriver a {
  padding-block: 1.5em;
}
.trust .bnr.banquet {
  background: url(../images/common/ban.png) 0 0 no-repeat;
  background-position: right 8px;
}
.trust .bnr.banquet a {
  padding-block: 2.3em;
}
