@charset "UTF-8";

.fuse_contents {
	font-family: "IBM Plex Sans JP", sans-serif;
}

.fixedWidget {
    position: fixed!important;
    top: 72px!important;
    width: 100%;
    z-index: 998;
    padding: 15px 0!important;
    box-shadow: none!important;
    background: #fff!important;
    box-shadow: 0 4px 13px rgba(0,0,0,0.04)!important;
}

.vegas-wrapper_change {
    background: #fff!important;
}

header.header_change {
    box-shadow: none;
}

.mv {
  height: 60vh;
  text-align: center;
  min-height: 700px;
  display: -webkit-flex;
-webkit-flex-direction: column;
-webkit-justify-content: center;
display: flex;
flex-direction: column;
justify-content: center;
	position: relative;
}
.mv_inner {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90vh;
  width: 100%;
  margin: 0 auto;
}

.mv a {
    position: fixed;
    width: 130px;
    background: #169ccd;
    padding: 35px 26px;
    left: 4%;
    right: 0;
    top: 0;
    z-index: 99;
}
.mv a img {
	width: 100%;
	height: auto;
}
.mv_inner h1 {
    margin-top: 0;
}
.mv h1 span {
    width: 500px;
    margin: 0 auto;
    margin-top: 0px;
    display: block;
    margin-top: 30px;
}
.mv h2 {
    font-family: 'Overpass', sans-serif;
    color: #fff;
    font-size: 1.3rem;
    margin-top: 20px;
    letter-spacing: 1px;
}
.mv h2 span {
    color: #fff;
    font-size: 2rem;
    display: block;
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: normal;
    font-family: "BIZ UDPMincho", serif;
    letter-spacing: 2px;
}

@keyframes kenburns {
    0% {
        transform: scale(1.2)!important;
    }
    100% {
        transform: scale(1);
    }
}

table.mv_info_table {
    max-width: 400px;
    color: #fff;
    background: rgba(0,0,0,0.05);
}

table.mv_info_table th, table.mv_info_table td {
    color: #fff;
    text-align: left;
}

.mv_info {
    width: 400px;
    margin: 30px auto 0;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.3);
    overflow: hidden;
}

table.mv_info_table th {
    font-size: 1.2rem;
    padding: 6px 10px;
    background: rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
}

table.mv_info_table td {
    font-size: 1.2rem;
    padding: 8px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.g_menu_list {
  display: flex;
  justify-content: center;
}
.g_menu {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 70px rgba(0,0,0,0.05);
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  top: 0;
}
.g_menu li a {
  font-size: 1.4rem;
  font-weight: 400;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  letter-spacing: 0;
  -o-transition: all 0.2s ease;
}
.g_menu li a:hover {
	color: #169ccd
}
.g_menu_list li {
  padding: 0 25px;
  border-right: 1px solid #ddd;
}
.g_menu_list li:last-child {
  border-right: none;
}
.g_menu_list li a span {
    display: block;
    width: 0%;
	margin: 0 auto;
    height: 1px;
    background: #169ccd;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.g_menu_list li a:hover span {
    display: block;
    width: 100%;
    height: 1px;
	margin: 0 auto;
    background: #169ccd;
}
.sp_disp {
	display: none;
}
.town {
    width: 100%;
    background: #fafafa;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 150px 0 50px;
    margin: 0 auto;
}
.town_inner {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    position: relative;
    z-index: 99;
}
.town:after {
    content: "CONCEPT";
    position: absolute;
    display: block;
    left: 0;
    top: -87px;
    color: #f1f1f1;
    font-size: 25rem;
    letter-spacing: -14px;
    font-family: 'Overpass', sans-serif;
}
.town_cap {
    width: 100%;
    padding: 3% 0;
    border-top: 1px solid;
    background: #fafafa;
    text-align: center;
}
.town_image {
    width: 60%;
    margin-left: 6%;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    padding: 10px;
}
.town_image img {
	width: 100%;
	height: auto;
}
.town h2 {
  font-size: 5rem;
  font-family: "BIZ UDPMincho", serif;
  line-height: 64px;
  margin-bottom: 30px;
}
.town p {
  font-weight: 300;
  line-height: 28px;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.town h3 {
  font-size: 2rem;
  line-height: 25px;
  margin: 20px 0;
  font-family: "BIZ UDPMincho", serif;
}
.map_container {
    border: 1px solid;
    border-radius: 20px;
    margin: 0 auto;
    overflow: hidden;
    max-width: 2000px;
    width: 90%;
}

.map_container img {
    width: 100%;
    height: auto;
}

/*////マップズーム

.icon_zoom {
    position: absolute;
    width: max-content;
    background: #000;
    padding: 8px 14px 5px;
    display: flex;
    top: 10px;
    left: 10px;
    border-radius: 100px;
    align-items: center;
}
@keyframes drift-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.drift-pane.drift-opening {
  animation: drift-fade-in 0.2s ease-out;
}

.drift-pane {
  transform: none !important; 
}
.zoom-container {
  width: 90%;
  height: auto;
  min-height: 420px;
  display: flex;
  overflow: hidden;
  border: 1px solid #000;
  background: #fff;
  border-radius: 12px;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.zoom-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.icon_zoom img {
    width: 18px;
}

.icon_zoom span {
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 0;
    margin-left: 8px;
    line-height: 20px;
}
*/

ul.room_image {
    display: flex;
    padding: 0 0.25% 0.25% 0.25%;
    position: relative;
    flex-wrap: wrap;
}
.room_image li {
    margin: 0.25%;
    width: 16%;
}
.room_image li img {
	width: 100%;
	height: auto;
}
.history_btn_area a {
    display: block;
    margin: 0 auto;
    padding: 18px 60px 15px;
    z-index: 999;
    width: max-content;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 100px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.history_btn_area a:hover {
    transform: translateY(-3px);
    opacity: 0.75;
}

.history_btn_area {
    z-index: 99;
    position: relative;
    background: #f9f9f9;
    padding-bottom: 0;
}
.history {
    padding: 0;
    text-align: center;
    background-image: url(../img/fuse/fuse_bg.jpg);
    background-position: center;
    background-size: cover;
    background-color: #000;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    margin: 0;
    border-radius: 20px;
    border: 1px solid #fff;
}
.history h2 {
    font-size: 3.2rem;
    font-family: "BIZ UDPMincho", serif;
    margin-bottom: 50px;
    color: #fff;
    width: max-content;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
}

.history_inner {
    display: flex;
    width: 720px;
    margin: 0 auto;
    padding: 50px;
}
.history_inner p {
    color: #fff;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 25px;
    text-align: justify;
    letter-spacing: 0;
    width: 100%;
    margin-left: 6%;
}
.remodal-overlay {background: rgba(0,0,0,0.85)!important;}

.remodal {
    background: none!important;
}

.remodal-close:before {
  font-family: "BIZ UDPMincho", serif!important;
}

section.structure {
	background: #fafafa;
	padding: 150px 0 0;
	position: relative;
	display: flex;
	padding-bottom: 150px;
	justify-content: space-between;
}

h2.structure_title {
    width: 7%;
    background: #000;
    justify-content: center;
    position: relative;
    margin-right: 3%;
    padding: 30px;
    color: #fff;
    font-family: "BIZ UDPMincho", serif;
    align-items: center;
    letter-spacing: 2px;
    display: flex;
    z-index: 99;
    writing-mode: vertical-lr;
    border-radius: 0 8px 8px 0;
    font-size: 2.5rem;
}

.structure .splide__list li {
	padding-bottom: 10px!important;
}

.structure_info h3 span {
    display: block;
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-family: "BIZ UDPMincho", serif;
    margin-bottom: 8%;
    font-weight: bold;
}


.structure_card:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    top: 50%;
    right: 3px;
    transform: rotate(45deg);
    margin-top: -34px;
    z-index: 999;
}
.structure:after {
    width: 100%;
    height: 1px;
    background: #000;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -106px;
}

.structure .custom-slider-area {
    padding: 0;
    position: relative;
    z-index: 99;
    width: 90%;
}

.structure_thumb {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.structure_thumb img {
    top: 0!important;
}

.structure_card {
    padding: 10px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.075);
    position: relative;
    border-bottom: 1px solid #ddd;
}

.structure_flow {
    font-size: 2rem;
    font-family: 'Overpass', sans-serif;
    padding: 10px 10px 15px;
    letter-spacing: 0.5px;
}

.structure_info h3 {
    padding: 10% 6% 8%;
    font-size: 1.3rem;
    line-height: 2.1rem;
}

.structure_card:after {
    background: #fff;
    width: 50px;
    position: absolute;
    display: block;
    content: "";
    height: 50px;
    border: 1px solid #000;
    border-radius: 100px;
    right: -20px;
    top: 50%;
    margin-top: -55px;
}

.structure_thumb img {
}

.structure #splide01 {
}

.plan {
    position: relative;
    background: #f9f9f9;
    padding: 150px 0;
    overflow: hidden;
}

section.plan:after {
    content: "PLAN";
    display: block;
    position: absolute;
    top: -92px;
    right: 0;
    color: #f1f1f1;
    font-size: 25rem;
    font-family: 'Overpass', sans-serif;
}
.plan_title {
    max-width: 84%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 80px;
    position: relative;
    align-items: flex-end;
    z-index: 99;
}

a.more_link {
    display: block;
    letter-spacing: 0;
    font-size: 1.3rem;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background: #fff;
    padding: 14px 40px 12px;
    border-radius: 46px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

a.more_link:hover {
    transform: translateY(-3px);
    opacity: 0.75;
}

.plan h2 {
  text-align: left;
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 60px;
  font-family: "BIZ UDPMincho", serif;
}
.plan h3 {
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    margin: 15px 5% 0;
    text-align: justify;
    font-weight: bold;
    font-family: "BIZ UDPMincho", serif;
    line-height: 2.6rem;
}

.card_more {
    padding: 0 6%;
    font-size: 1.2rem;
    letter-spacing: 0;
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

.card_more span {
    font-size: 1.2rem;
    letter-spacing: 0;
    display: block;
    border-bottom: 1px solid;
}

.plan h2 span {
    display: block;
    text-align: left;
    font-size: 2rem;
    margin-bottom: 25px;
    width: max-content;
    position: relative;
    letter-spacing: 2px;
}

.plan h2 span:after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: #000;
    right: -150px;
    top: 50%;
    position: absolute;
}

.plan_image {
  width: 70%;
  height: 450px;
	position: relative;
}
.plan_image span {
    color: #fff;
    position: absolute;
    font-size: 9rem;
    transform: rotate(-15deg);
    right: 10%;
    bottom: -20px;
    text-shadow: 0 0 7px rgba(0,0,0,0.5);
    font-family: "Oooh Baby", cursive;
}
.plan_inner {
  display: flex;
}
.plan_subimage {
    display: flex;
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 60px;
}
.plan_subimage li {
  width: 33%;
}
.plan_subimage li:first-child:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}
.plan_subimage li:last-child:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
.plan_subimage li img {
  width: 100%;
  height: auto;
}
.plan_subimage li:nth-child(2) {
  margin: -30px 0.5%;
}
.plan_cap {
  margin: 100px 0 0 5%;
  width: 30%;
  padding: 80px 0;
  position: relative;
}
.plan_cap p {
  font-size: 1.4rem;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0;
}
.plan_cap h4 {
  font-size: 3rem;
  font-family: "BIZ UDPMincho", serif;
  margin-bottom: 30px;
  line-height: 34px;
  letter-spacing: 0;
}
.plan_cap:after {
  content: "";
  width: 80px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -80px;
  top: 0;
    z-index: 99;
}

.splide__arrow--next {
    left: 40px!important;
}

.splide__arrow--prev {
    left: 0!important;
}

section.spot {
    position: relative;
    padding: 150px 0;
    background: #fff;
    overflow: hidden;
}

section.spot:after {
    content: "SPOT";
    display: block;
    position: absolute;
    top: -92px;
    right: 0;
    color: #f9f9f9;
    font-size: 25rem;
    font-family: 'Overpass', sans-serif;
}

.spot h2 {
  font-size: 4rem;
  letter-spacing: 0;
  text-align: left;
  line-height: 60px;
  font-family: "BIZ UDPMincho", serif;
}
.spot h3 {
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    margin: 15px 5% 0;
    font-weight: bold;
    font-family: "BIZ UDPMincho", serif;
    line-height: 2.6rem;
    text-align: justify;
}

.spot h2 span {
    display: block;
    text-align: left;
    font-size: 2rem;
    margin-bottom: 25px;
    width: max-content;
    position: relative;
    letter-spacing: 2px;
}

.spot h2 span:after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: #000;
    right: -150px;
    top: 50%;
    position: absolute;
}

.spot_thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.spot_thumb img {
    top: 0!important;
}

.spot_title {
    max-width: 84%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
    position: relative;
    align-items: flex-end;
    z-index: 99;
}

.spot_cap {
    width: 84%;
    margin: 0 auto 80px;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    line-height: 28px;
}

.around_inner {
    width: 50%;
    z-index: 99;
    position: relative;
}

section.around:after {
    content: "LOCATION";
    display: block;
    position: absolute;
    left: -23px;
    top: -90px;
    font-size: 25rem;
    font-family: 'Overpass', sans-serif;
    color: #f4f4f4;
    letter-spacing: -13px;
}

section.around {
    position: relative;
    display: flex;
    background: #f9f9f9;
    justify-content: space-between;
    padding: 100px 5%;
    overflow: hidden;
    margin: 0 auto;
}

h2.around_title {
    font-size: 3rem;
    font-family: "BIZ UDPMincho", serif;
    text-align: center;
    margin-bottom: 30px;
}

h2.around_title span {
    display: block;
    font-size: 1.6rem;
    position: relative;
    width: max-content;
    margin: 20px auto 0;
}

h2.around_title span:before {
    width: 25px;
    height: 1px;
    background: #000;
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: 12px;
    transform: rotate(55deg);
}

h2.around_title span:after {
    width: 25px;
    height: 1px;
    background: #000;
    display: block;
    content: "";
    position: absolute;
    right: -25px;
    top: 12px;
    transform: rotate(-55deg);
}

.around_map img {
    width: 100%;
    height: auto;
}

.around_map {
    width: 100%;
    margin: 30px auto 0;
}

h3.support_title {
    text-align: center;
    font-size: 1.8rem;
    font-family: "BIZ UDPMincho", serif;
    margin: 0 auto;
    width: 100%;
    line-height: 3rem;
    display: block;
}

ul.support_link li a {
    display: flex;
    padding: 20px 0 17px;
    text-align: center;
    border-radius: 100px;
    font-size: 1.5rem;
    letter-spacing: 0;
    justify-content: center;
    border: 1px solid #ddd;
    align-items: center;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

ul.support_link li a:hover {
    transform: translateY(-3px);
    opacity: 0.75;
}

ul.support_link {
    display: block;
    width: 100%;
}

.support {
    width: 42%;
    background: #fff;
    padding: 5%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.supoort_image {
    margin: 30px 0;
}


ul.support_link li a img {
    width: 28px;
    margin-right: 12px;
}

h3.support_title span {
    display: block;
    font-size: 1.1rem;
    border-bottom: 1px solid;
    width: max-content;
    margin: 0 auto 15px;
}

ul.support_link li {
    width: 100%;
    margin: 20px 0;
}
.message_cap {
  padding: 150px 12% 150px 16%;
  background-color: #003461;
  background-image: url(../img/fuse/message_bg.png);
  background-position: center;
  background-size: 250px;
  margin: 0;
  width: 65%;
}
.message_inner {
  position: relative;
  background: #f3f4f7;
}
.message_cap p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0;
}
.message {
  background: #fff;
  position: relative;
}
.media {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 60px 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.media h2 {
  font-family: "BIZ UDPMincho", serif;
  font-size: 3rem;
  width: 100%;
}
.message_title span {
    color: #fff;
    margin-top: 0px;
    display: block;
    font-size: 2rem;
}
.message_cap h2 {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 50px;
  letter-spacing: 0;
}
.message_cap h2 span {
  display: block;
  color: #fff;
  font-size: 3.4rem;
  margin-top: 5px;
}
.message_image {
  width: 40%;
  height: 75%;
  background-image: url(../img/fuse/message.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 150px;
}
.message_title {
  color: #fff;
  margin-bottom: 40px;
  font-family: serif;
  font-size: 5rem;
}
.guest_news {
    position: relative;
    background: #fff;
    padding-bottom: 40px;
}
.news h2 {
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-size: 3.6rem;
  margin-bottom: 80px;
}
.news h2 span {
    display: block;
    font-size: 1.1rem;
    letter-spacing: 2px;
    width: max-content;
    margin: 0 auto 10px;
    border-bottom: 0.5px solid #111;
    padding-bottom: 7px;
}
.news_inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.news_topic {
    width: 29%;
    margin: 0 2%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.news_topic:hover {
	opacity: 0.5;
}
.news_thumb {
  width: 100%;
}
.news_thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 450;
  object-fit: cover;
}
.news_thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 450;
  object-fit: cover;
  contain-intrinsic-size:unset!important;
}
.news_topic h3 {
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.6rem;
  line-height: 28px;
  margin: 15px 0;
  padding: 0 5%;
  text-align: justify;
}
.news_date {
  display: block;
  margin: 24px 0 15px;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-family: 'Overpass', sans-serif;
}
.news_second {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 0 4%;
    width: 35%;
}
a.more_btn {
    display: block;
    text-align: center;
    width: 280px;
    border-radius: 100px;
    font-size: 1.4rem;
    padding: 14px 40px 12px;
    background: #fff;
    margin: 50px auto 0;
    border: 1px solid #ddd;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a.more_btn:hover {
	opacity: 0.75;
	transform: translateY(-3px);
}

.press {background: #fff;padding: 56px 64px 0;}
  .press-head {
    font-size: 2rem;
    letter-spacing: .26em;
    color: #2a2a2a;
    padding-bottom: 12px;
    margin-bottom: 24px;
    border-bottom: 1px solid #1a1a1a;
    display: inline-block;
  }

  .awards { display: flex; flex-wrap: wrap; gap: 20px; }
  .emblem {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px;
    box-shadow: 0 9px 23px rgba(0,0,0,0.06), 0 7px 73px rgba(0,0,0,0.05);
    flex: 0 0 auto;
  }
  .emblem .em-name {font-size: 1.4rem;line-height: 1.4;color: #169ccd;font-weight: bold;}
  .emblem .em-sub {font-size: 1.1rem;color: #8a8a8a;margin-top: 7px;letter-spacing: .03em;}
.press.ticker-layout {text-align: center;overflow: hidden;}
  .press.ticker-layout .press-head { display: inline-block; }
  .press.ticker-layout .awards-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 4px 0 42px;
  }
  .ticker-wrap { margin-top: 8px; }
  .ticker-cap {
    font-size: 2rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .ticker {
    position: relative;
    overflow: hidden;
    padding: 24px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
  }
  .ticker-track {
    display: inline-flex; align-items: center; white-space: nowrap;
    will-change: transform; animation: ticker 38s linear infinite;
  }
  .ticker:hover .ticker-track { animation-play-state: paused; }
  .ticker .item { font-size: 13.5px; color: #3a3a3a; padding: 0 2px; }
  .ticker .item .prog {color: #169ccd;}
  .ticker .dot {color: #aaa;padding: 0 17px;font-size: 20px;}
  @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

section.guestroom {
    padding: 150px 5%;
    max-width: 100%;
    background: #111;
    margin: 0 auto;
}
.guestroom h2 {
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-size: 3.6rem;
  color: #fff;
  margin-bottom: 80px;
}
.guestroom h2 span {
    display: block;
    font-size: 1.1rem;
    letter-spacing: 2px;
    width: max-content;
	color: #fff;
    margin: 0 auto 10px;
    border-bottom: 0.5px solid #fff;
    padding-bottom: 7px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff!important;
}

.swiper-button-prev {
    left: 30px;
    right: auto;
    color: #fff!important;
    background: none;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-button-next {
    right: 10px;
    left: auto;
    color: #fff!important;
    background: none;
}

.swiper-button-prev:after {
	content: "\f053";
	font-family:"Font Awesome 5 Free";
	font-weight: 900;
}

.swiper-button-next:after {
	content: "\f054";
	font-family:"Font Awesome 5 Free";
	font-weight: 900;
}

.swiper-button-prev,
.swiper-button-next {
    background: none !important;
}
img.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: -40px;
    background: rgba(255,255,255,0.2);
    z-index: 99;
    width: 80px;
    border-radius: 100%;
    padding: 20px;
    border: 1px solid #fff;
}

img.slide-arrow.next-arrow.slick-arrow {
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 80px;
    background: rgba(255,255,255,0.2);
    right: -40px;
    margin-top: -40px;
    border-radius: 100%;
    border: 1px solid #fff;
}
.room_list {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    padding: 0 0 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.room_list li {
    width: 48%;
    margin: 0 10px;
    padding: 30px;
    background: #222;
}
.room_slider {
	overflow: hidden;
	position: relative;
}
.room_list li h4 {
    color: #fff;
    font-size: 1.8rem;
    border-bottom: 1px solid #555;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 8px;
    letter-spacing: 0;
}
.room_inner {
    padding: 50px 0 0;
}
.room_inner h3 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    width: max-content;
    margin: 0 auto;
    background: #000;
padding: 15px 60px;
color: #fff;
    border-radius: 100px;
}
.room_inner h3 span {
color: #2388b4;
    font-size: 1.65rem;
    font-family: 'Montserrat';
	letter-spacing: 2px;
}
.room h4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
	text-align: center;
}

.room_list h4 i {
    font-size: 2rem;
    margin-right: 13px;
    color: #fff;
}
.reserve_room {
    text-align: center;
    display: block;
    background: #fff;
    letter-spacing: 0;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 14px 0 10px;
    width: 300px;
    border: 2px solid #fff;
    border-radius: 100px;
    margin: 15px auto 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.reserve_room:hover {
	border: 2px solid #fff;
	background: #000;
	color: #fff;
}
.room_thumb {
    background: #888;
    width: 100%;
}

.room_info {
    padding: 30px 0 0;
}

.room_info_table_area {
    display: flex;
}

.facilities h5,
.stations h5 {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 25px;
    font-weight: 900;
    border-bottom: 1px solid #555;
    letter-spacing: 2px;
    font-size: 1rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.facilities_list {
	margin-top: 20px;
}

li.nothing {
    opacity: 0.15;
}

.facilities_list li {
    width: 24%;
    display: inline-block;
    margin: 0 0px 15px;
    color: 
    #fff;
    font-size: 1rem;
    text-align: center;
    padding: 0;
    vertical-align: top;
    letter-spacing: 0;
}

.facilities_list li img {
	margin: 0 auto;
	width: 30px;
}

.room_info_table {
    width: 50%;
}

.room_info_table th {
    padding: 10px 0;
    background: #333;
    width: 50%;
    font-size: 0.9rem;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    border-bottom: 2px solid #222;
    font-family: 'Lato', sans-serif;
}

.room_info_table td {
    color: #fff;
    padding: 10px 20px;
    width: 50%;
    font-size: 1rem;
    border-bottom: 2px solid #222;
    font-family: 'Lato', sans-serif;
}

.gallery_inner {
    padding: 150px 0 0;
    border-top: 1px solid #333;
    margin-top: 150px;
}

section.news {
	padding: 150px 0;
}

.access {
  background: #f3f4f7;
  padding: 100px 0;
  position: relative;
  margin: 0;
}

.access h2 {
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-size: 3.6rem;
  margin-bottom: 60px;
}
.access h2 span {
    display: block;
    font-size: 1.1rem;
    letter-spacing: 2px;
    width: max-content;
    margin: 0 auto 10px;
    border-bottom: 0.5px solid #111;
    padding-bottom: 7px;
}
.access_inner {
    background: #fff;
    width: 1300px;
    margin: 0 auto;
    padding: 100px;
    flex-wrap: wrap;
    box-shadow: 1300px 0 0 #fff;
}
.access_map {
  width: 50%;
  margin-right: 6%;
}
.access_inner p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 23px;
    width: 44%;
    letter-spacing: 0;
}
.access_inner p span {
    display: block;
    margin-top: 10px;
    font-size: 1.1rem;
    letter-spacing: 0;
}

.access_map img {
	width: 100%;
	height: auto;
}
.gmap {
    margin: 0 auto 60px;
    width: 100%;
}
.gmap span {
    font-size: 1.6rem;
    font-family: serif;
    margin-bottom: 20px;
    letter-spacing: 1px;
    border-left: 1px solid #000;
    display: block;
    padding-left: 13px;
}
.access_info_wrapper {
    display: flex;
    justify-content: space-between;
}

.access_hotel_name {
    font-size: 3rem;
    font-family: "BIZ UDPMincho", serif;
    margin-bottom: 50px;
}

.access_hotel_name span {
    display: block;
}

table.access_info th {
    padding: 10px;
    background: #f3f4f7;
    border-bottom: 4px solid #fff;
    width: max-content;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2.5rem;
    width: 26%;
}

table.access_info td {
    padding: 10px 20px;
    font-size: 1.3rem;
    line-height: 2.5rem;
}
.reserve_btn {
    display: block;
    text-align: center;
    padding: 30px 0;
    background: #111;
    color: #fff;
    font-size: 1.8rem;
    margin: 0 0 80px;
    letter-spacing: 0;
    font-weight: 300;
    position: relative;
    width: 100%;
}
.reserve_btn i {
    color: #fff;
    font-size: 2rem;
    margin-right: 15px;
}
.reserve_btn span {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}


.lang_en_US .history_inner {
  display: block;
    /* width: 850px; */
}
.lang_en_US .history h2 {writing-mode: inherit;text-align: left;width: auto;line-height: 35px;font-size: 2.4rem;margin-bottom: 30px;letter-spacing: 0;}


    .custom-slider-area {
      position: relative;
      margin: 0 auto;
      padding: 0 0 0 13%; /* ボタン用の余白 */
    }

    /* カードの見た目 */
    .splide__slide {
      color: #fff;
      border-radius: 10px;
      display: block;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
    }

    /* --- ナビボタンのカスタマイズ (PCのみ) --- */
    .splide__arrows {
    display: block;
    position: absolute;
    bottom: -50px;
    left: 0%;
} /* デフォルトを隠す */

    /* --- 線形インジケーター (プログレスバー) --- */
    .my-slider-progress {
      background: #eee;
      height: 2px;
      width: 150px;
      margin: 30px auto;
    }

    .my-slider-progress-bar {
      background: #000;
      height: 2px;
      transition: width 400ms ease;
      width: 0;
    }

div#splide01-track,
div#splide02-track {
    padding-right: 4%!important;
}

.custom-slider-area {
  position: relative;
  width: 100%;
}
.splide__slide img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: -16%;
}
/* インジケーターのスタイル */
.my-slider-progress {
  background: #ccc;
  height: 2px;
  width: 40%;
  margin: 90px 60% 0 0;
}
.my-slider-progress-bar {
  background: #000;
  height: 2px;
  width: 0;
  transition: width 400ms ease;
}

.plan_thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.plan_thumb:hover img,
.spot_thumb:hover img {
    transform: scale(1.05);
    opacity: 0.85;
}

.plan_thumb img,
.spot_thumb img  {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

/*フォトギャラリー部分*/

/* ==========================================
           1. 流れる無限ループギャラリー
        ========================================== */
        .gallery-container {
            position: relative;
            width: 100%;
            height: 450px;
            /* margin: 50px 0; */
            overflow: hidden;
        }

        /* 右上の「+◯◯」ボタン */
        .more-photos-btn {
            position: absolute;
            top: 40px;
            right: 30px;
            z-index: 10;
            background: #fff;
            color: #000;
            font-weight: bold;
            padding: 11px 16px 5px;
            cursor: pointer;
            font-family: 'Overpass', sans-serif;
            border: none;
            border-bottom: 1px solid #000;
            font-size: 1.8rem;
            letter-spacing: 0px;
            border-radius: 6px;
            transition: all 0.3s ease;
        }
        .more-photos-btn:hover { 
			transform: scale(1.1);
		}

        /* 流れるトラック（2つの並びをループさせる） */
        .gallery-track {
			display: flex;
			flex-wrap: nowrap;     /* ★2つのグリッドが縦に回り込むのを絶対に防ぐ */
			position: relative;    /* ★absoluteからrelativeに変更してSafariの高さバグを回避 */
			height: 450px;         /* ★％ではなく親と同じ高さをカチッと明示する */
			width: max-content;
			animation: scrollLeft 80s linear infinite;
		}
        /*.gallery-container:hover .gallery-track { animation-play-state: paused; }*/
		
        @keyframes scrollLeft {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

		#gallery-track {
		  display: flex;
		  will-change: transform;
		  transform: translate3d(0, 0, 0);
		  -webkit-transform: translate3d(0, 0, 0);
		}

		#gallery-track.is-running {
		  animation-name: galleryLoop;
		  animation-timing-function: linear;
		  animation-iteration-count: infinite;
		}

		@keyframes galleryLoop {
		  from {
			transform: translate3d(0, 0, 0);
		  }
		  to {
			transform: translate3d(var(--loop-distance), 0, 0);
		  }
		}

        /* ★ Masonryを適用するコンテナ（横幅を明示して横並びにする） */
        .masonry-grid {
			width: 2400px; /* ここはJSが自動書き換えするのでこのままでOK */
			height: 450px; /* ★100% から 450px に変更 */
			padding: 10px 0;
			box-sizing: border-box;
		}

        /* 各画像ボックス（幅を指定して、高さはランダムに変える） */
        .grid-item {
            width: 280px; /* 画像の横幅 */
            margin-bottom: 15px; /* 縦の隙間 */
            overflow: hidden;
            cursor: pointer;
        }
        
        /* 縦画像、横画像をランダムっぽく見せるための高さ指定 */
        .grid-item.size-s {height: 180px;}
		.grid-item.size-m {height: 240px;}
		.grid-item.size-l {height: 435px;} /* 230px + 190px + 隙間15px = 435px で450pxの枠に綺麗に収まります */

        .grid-item img {
            transition: transform 0.5s;
        }
        .grid-item:hover img { transform: scale(1.05); }
		.grid-item {
			position: relative;
			overflow: hidden;
			cursor: pointer;
			border-radius: 5px;
		}

		.grid-item img {
			display: block !important;
			width: 100% !important;
			height: 100% !important; /* 親要素（.grid-item）の高さ（140pxや230px）に完全に合わせる */
			object-fit: cover !important; /* 比率が違う写真でも、トリミングして綺麗に枠に収める設定 */
			object-position: bottom!important;
		}
        /* ==========================================
           2. 共通モーダル（一覧用＆拡大用共通）
        ========================================== */
        .modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.9);
            z-index: 99999;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.4s ease;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .modal.is-active { opacity: 1; pointer-events: auto; }
        .modal-close {
            position: absolute;
            top: 20px;
            right: 25px;
            background: none; border: none; color: #fff;
            font-size: 35px; cursor: pointer; z-index: 110;
        }

        /* モーダル内の全体コンテナ（縦並びにする） */
		.list-modal-content {
			overflow-y: auto;
			max-width: 1200px;
			max-height: 80vh;
			padding: 40px 5%;
			width: 90%;
		}

		.modal-grid-layout { 
			display: flex;
			flex-direction: column;
			gap: 0; /* 隙間は個別で制御 */
		}

		/* カテゴリーの見出し（星のや東京風：上品でシンプルなデザイン） */
		.modal-category-title {
			font-size: 1.8rem;
			font-weight: normal;
			margin: 20px 0 12px; /* 上下にゆとりを持たせる */
			
			 /* 薄い下線 */
			color: #fff;
			text-align: left;
			letter-spacing: 1px;
			font-family: "BIZ UDPMincho", serif;
		}
		/* 最初の一番上の見出しだけ上の余白を詰める */
		.modal-category-title:first-child {
			margin-top: 10px;
		}

		/* カテゴリーごとの画像グリッド枠（元々のレイアウト指定をここに引っ越します） */
		.modal-category-grid {
			display: grid;
			grid-template-columns: repeat(5, 1fr);
			gap: 20px;
			margin-bottom: 40px; /* 次のグループとの間隔 */
		}

		/* 各画像アイテムの比率（星のやっぽく横長 3:2 や 16:9 で統一すると綺麗です） */
		.modal-grid-item { 
			aspect-ratio: 3 / 2; 
			overflow: hidden; 
			cursor: pointer; 
		}
		.modal-grid-item img { 
			width: 100%; 
			height: 100%; 
			object-fit: cover; 
			transition: transform 0.3s ease;
		}
		.modal-grid-item:hover img {
			transform: scale(1.03); /* ホバー時の上品なズーム */
		}
        /* ==========================================
           3. 拡大カルーセル
        ========================================== */
        .carousel-modal-content { position: relative; width: 100%; max-width: 1000px; display: flex; flex-direction: column; padding: 0 60px; box-sizing: border-box; }
        .carousel-header { width: 100%; text-align: left; margin-bottom: 15px; }
        .carousel-title {font-size: 2rem;font-weight: normal;margin: 0 0 5px 0;color: #fff;text-align: center;}
        .carousel-counter {font-size: 1.5rem;color: #666;display: flex;justify-content: center;}
        .carousel-main { width: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
        .carousel-image { max-width: 100%; max-height: 70vh; object-fit: contain; display: none; }
        .carousel-image.is-active { display: block; animation: fadeIn 0.4s ease; }
        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
        .nav-btn { position: absolute; top: 50%; transform: translateY(-50%); background: none; border: none; color: #fff; font-size: 40px; cursor: pointer; padding: 10px; }
        .prev-btn { left: 0px; } .next-btn { right: 0px; }
		span#total-count {
			color: #666;
		}
		span#current-index {
			color: #666;
		}

		.gallery-container {
			/* 親要素の段階で3Dレイヤー化し、Safariに描画をサボらせない */
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}

		.gallery-track {
			/* 実際にアニメーションが動く要素にも、GPUレンダリングを強制する */
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			will-change: transform; /* ブラウザにアニメーションの準備をさせておく */
		}

		.grid-item img {
			/* 中の画像自体の描画崩れも同時に防ぐ */
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}

/*english*/
ul.around_en_list {
    gap: 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.around_en_list li {
    padding: 3px 13px;
    background: #888;
    border-radius: 4px;
    font-size: 1.5rem;
    color: #fff;
}

.around_en_cap p {
    margin: 20px 0;
    font-weight: bold;
    text-align: center;
    color: #555;
}

p.around_en_ps {
    text-align: center;
    font-weight: bold;
    color: #169ccd;
    font-size: 2rem;
    margin-top: 20px;
    line-height: 3rem;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

      .splide__arrows { display: block; }
      .custom-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: #000;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        z-index: 10;
        fill: #fff; /* 矢印の色 */
        display: flex;
        align-items: center;
        justify-content: center;
      }
      /* ボタンの位置調整（ここを自由に調整） */
      .custom-arrow--prev { left: -10px; }
      .custom-arrow--next { right: -10px; }
	
  .splide__arrows { display: none; }

.menu-trigger span {
    background: #169ccd;
}
	
.mv {
  height: 90vh;
  text-align: center;
  /* min-height: 495px; */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
	
.mv_inner {
    height: 100vh;
}
	
.mv a {
    width: 90px;
    margin-top: 0;
    padding: 15px;
 }
.mv a img {
	width: 100%;
	height: auto;
}
.mv h1 {
    color: #fff;
    font-size: 1.2rem;
    line-height: 10px;
    font-weight: normal;
    font-family: "BIZ UDPMincho", serif;
    letter-spacing: 1px;
}
.mv h1 span {
    width: 85%;
    margin: 0 auto;
    margin-top: 0px;
    display: block;
    margin-top: 30px;
}
.mv h2 span {
    color: #fff;
    font-size: 1.8rem;
    line-height: 10px;
    letter-spacing: 0;
    margin-top: 20px;
    font-weight: normal;
    font-family: "BIZ UDPMincho", serif;
    letter-spacing: 1px;
    display: block;
}
.mv h2 {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 1.1rem;
    margin-top: 10px;
    letter-spacing: 1px;
    line-height: 22px;
}
.g_menu_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.g_menu_list li a span {
	display: none;
}
.g_menu {
  padding: 10px 2% 20px 2%;
  background: #111;
  box-shadow: 0 0 70px rgba(0,0,0,0.05);
}
.g_menu li a {
  font-size: 1.2rem;
  padding: 10px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  display: block;
  position: relative;
}
.g_menu_list li a i {
    color: #fff;
    font-size: 1rem;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -5px;
}
.sp_disp {
	display: block;
}
.g_menu_list li {
  padding: 0;
  width: 46%;
  border-right: none;
  text-align: center;
  border-bottom: 1px solid #444;
  margin: 0 2%;
}
.g_menu_list li:last-child {
  border-right: none;
}
.town {
    width: 100%;
    max-width: 2000px;
    display: block;
    background: #fafafa;
    align-items: center;
    padding: 80px 0 30px;
    margin: 0 auto;
}
.town_cap {
    width: 100%;
    background: none;
    border: none;
    padding: 0 7% 40px;
}
.town_image {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}
.town_image img {
	width: 100%;
	height: auto;
}
.town h2 {
  font-size: 3rem;
  font-family: "BIZ UDPMincho", serif;
  line-height: 40px;
  margin-bottom: 20px;
}
.town p {
  font-weight: 300;
  line-height: 24px;
  font-size: 1.3rem;
  text-align: justify;
}
.town h3 {
    font-size: 1.6rem;
    color: #169ccd;
    margin: 15px 0;
    font-family: "BIZ UDPMincho", serif;
    line-height: 26px;
    letter-spacing: 0;
}
.map_container {
    border-radius: 10px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.025);
}
.icon_zoom {
    left: 0;
    top: 0;
    padding: 5px 10px;
    border-radius: 0;
    background: rgba(0,0,0,0.75);
}
ul.room_image {
    display: flex;
    padding: 0;
    justify-content: center;
}
.room_image li {
    margin: 0.25%;
    width: 24%;
}
.history {
    padding: 20px 4%;
    text-align: center;
    background-image: url(../img/fuse/fuse_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    border-radius: 8px;
    margin: 0;
    font-family: "IBM Plex Sans JP", sans-serif;
    background-color: #000;
}
.history h2 {
    font-size: 2.2rem;
    font-family: "BIZ UDPMincho", serif;
    margin-bottom: 30px;
    color: #fff;
    width: 100%;
    writing-mode: inherit;
    text-align: left;
}

.history_inner {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 5%;
}
.history_inner p {
    color: #fff;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 22px;
    width: 100%;
    margin-left: 0;
}
	
.remodal-close:before {
    top: -20px!important;
}
.structure .custom-slider-area {width: 78%;}
.structure_card:after {
    display: none;
}

.structure_card:before {
    display: none;
}

.plan h2 {
    text-align: left;
    font-size: 3rem;
    width: 100%;
    margin-bottom: 0;
    font-family: "BIZ UDPMincho", serif;
    padding: 0;
    line-height: 40px;
    display: block;
}
.plan h3 {
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0;
    margin-bottom: 0;
    line-height: 24px;
}

.plan_image {
  width: 100%;
  height: 220px;
  position: relative;
  background-color: #000;
}
.plan_image span {
    color: #fff;
    position: absolute;
    font-size: 5rem;
    transform: rotate(-15deg);
    right: 10%;
    bottom: -20px;
    text-shadow: 0 0 7px rgba(0,0,0,0.5);
}
.plan_inner {
  display: block;
}
.plan_cap {
  margin: 10px 0 0 5%;
  width: 90%;
  padding: 20px 0 30px;
  position: relative;
	overflow: hidden;
}
.plan_cap p {
  font-size: 1.3rem;
  line-height: 24px;
  font-weight: 300;
}
.plan_cap h4 {
    font-size: 1.8rem;
    font-family: "BIZ UDPMincho", serif;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-bottom: 10px;
    letter-spacing: 0;
    line-height: 28px;
}
.plan_cap:after {
  content: "";
  width: 20px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 99;
}
.p_gourmet {
	background-image: url(../img/fuse/bg_gourmet_sp.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.p_retro {
	background-image: url(../img/fuse/bg_retro_sp.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.p_joren {
	background-image: url(../img/fuse/bg_joren_sp.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.plan_inner_second {
    display: block;
    flex-flow: row-reverse;
    margin: 40px 0 40px;
}
.plan_image_second {
  width: 100%;
  height: 220px;
  background-color: #000;
  position: relative;
}
.plan_image_second span {
    color: #fff;
    position: absolute;
    font-size: 5rem;
    transform: rotate(-15deg);
    left: 10%;
    bottom: -20px;
    text-shadow: 0 0 7px rgba(0,0,0,0.5);
}
.plan_cap_second {
  margin: 40px 5% 0 0;
  width: 100%;
  padding: 0 5% 30px;
  position: relative;
	overflow: hidden;
}
.plan_cap_second p {
  font-size: 1.3rem;
  line-height: 22px;
  font-weight: 300;
}
.plan_cap_second h4 {
  font-size: 1.8rem;
  font-family: "BIZ UDPMincho", serif;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  text-align: center;
  line-height: 28px;
}
.plan_cap_second:after {
  content: "";
  width: 20px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 99;
}
.plan_subimage {
    display: block;
    width: 90%;
    padding-bottom: 10px;
    margin: 50px auto 0;
    position: relative;
}
.plan_subimage li {
    width: 85%;
    margin-right: 15%!important;
    position: relative;
}
.plan_subimage li:first-child:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 99;
}
.plan_subimage li:nth-child(2) {
    margin: 5% 0 5% 15%;
}
.message_cap {
  padding: 30px 5% 30px 5%;
  background-color: #003461;
  background-image: url(../img/fuse/message_bg.png);
  background-position: center;
  background-size: 120px;
  margin: 0;
  width: 100%;
}
.message_inner {
  position: relative;
}
.message_cap p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 300;
}
.message {
  margin: 0;
  padding-top: 0;
  padding-bottom: 5px;
}
.media {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    display: block;
}
.media h2 {
  font-family: "BIZ UDPMincho", serif;
  font-size: 2rem;
  padding: 0;
  border: none;
  text-align: center;
  width: max-content;
  margin: 0 auto;
}

.message_cap h2 {
  color: #fff;
  font-size: 1.5rem;
  font-family: "BIZ UDPMincho", serif;
  margin-bottom: 20px;
}
.message_cap h2 span {
  display: block;
  color: #fff;
  font-size: 2.6rem;
  margin-top: 10px;
}
.message_image {
    width: 100%;
    background-image: url(../img/fuse/message_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: inherit;
    right: 0;
    top: 0;
    background-color: #003461;
    height: 250px;
}
.message_title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.news h2 {
  text-align: left;
  font-family: "BIZ UDPMincho", serif;
  font-size: 3rem;
  margin-bottom: 30px;
  padding: 0 7%;
}
.news h2 span {
    display: block;
    font-size: 1.1rem;
    letter-spacing: 2px;
    width: max-content;
    margin: 0 0 10px;
    border-bottom: 0.5px solid #111;
    padding-bottom: 7px;
}
.news_inner {
  margin: 0 auto;
  width: 86%;
  display: block;
  flex-wrap: wrap;
}
.news_topic {
    width: 100%;
    margin: 0 0 10px;
    border-top: 1px solid #eee;
    padding: 20px 0;
}
.news_thumb {
  width: 30%;
}
.news_thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 450;
  object-fit: cover;
}
.news_topic h3 {
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.2rem;
  line-height: 22px;
  margin: 0;
  width: 68%;
  padding: 0 0 0 6%;
}
.news_date {
  display: block;
  font-size: 1.5rem;
  margin: 0;
}
.news_second {
    border-right: none;
    border-left: none;
    padding: 0;
    width: 100%;
}
a.more_btn {
    display: block;
    text-align: center;
    width: 80%;
    font-size: 1.3rem;
    padding: 15px;
    margin: 0 auto;
}
.press-head {
    font-size: 1.6rem;
    padding-bottom: 5px;
}

.press {
    padding: 50px 5% 0;
}

.press.ticker-layout .awards-row {
    gap: 10px;
}

.ticker-cap {
    font-size: 1.6rem;
}

.emblem {
    border-radius: 12px;
}
section.guestroom {
    padding: 80px 5% 0;
    max-width: 1100px;
    background: #111;
    margin: 0 auto;
}
.guestroom h2 {
  text-align: left;
  font-family: "BIZ UDPMincho", serif;
  font-size: 3rem;
  color: #fff;
  margin-bottom: 40px;
  padding: 0 2%;
}
.guestroom h2 span {
    display: block;
    font-size: 1.1rem;
    letter-spacing: 2px;
    width: max-content;
    color: #fff;
    margin: 0 0 10px;
    border-bottom: 0.5px solid #fff;
    padding-bottom: 7px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff!important;
}

.swiper-button-prev {
    left: 30px;
    right: auto;
    color: #fff!important;
    background: none;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-button-next {
    right: 10px;
    left: auto;
    color: #fff!important;
    background: none;
}

.swiper-button-prev:after {
	content: "\f053";
	font-family:"Font Awesome 5 Free";
	font-weight: 900;
}

.swiper-button-next:after {
	content: "\f054";
	font-family:"Font Awesome 5 Free";
	font-weight: 900;
}

.swiper-button-prev,
.swiper-button-next {
    background: none !important;
}

.room_list {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    padding: 0 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.room_list li {
    width: 100%;
    margin: 0;
    border: 1px solid #555;
    padding: 10px;
    background: #222;
}
.room_list li h4 {
    color: #fff;
    font-size: 1.6rem;
    border-bottom: 1px solid #555;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 8px;
    padding-top: 10px;
}
.room_inner {
    padding: 50px 0 0;
}
.room_inner h3 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    width: max-content;
    margin: 0 auto;
    background: #000;
padding: 15px 60px;
color: #fff;
    border-radius: 100px;
}
.room_inner h3 span {
color: #2388b4;
    font-size: 1.65rem;
    font-family: 'Montserrat';
	letter-spacing: 2px;
}
.room h4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
	text-align: center;
}

.room_list h4 i {
    font-size: 1.1rem;
    margin-right: 8px;
    color: #fff;
}
a.reserve_room {
    text-align: center;
    display: block;
    background: #fff;
    font-weight: 500;
    padding: 12px;
    font-size: 1.5rem;
    width: 200px;
    border-radius: 100px;
    margin: 15px auto 0;
}
.room_thumb {
    background: #888;
    width: 100%;
}

.room_info {
    padding: 30px 0 0;
}

.room_info_table_area {
    display: flex;
}

.facilities h5,
.stations h5 {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 25px;
    font-weight: 900;
    border-bottom: 1px solid #555;
    letter-spacing: 2px;
    font-size: 1rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.facilities_list {
	margin-top: 20px;
}
.facilities_list li {
    width: 23%;
    display: inline-block;
    margin: 0 0px 10px;
    color: #fff;
    font-size: 0.85rem;
    border: none;
    text-align: center;
    padding: 0;
    vertical-align: top;
}

.facilities_list li img {
	margin: 0 auto;
	width: 30px;
}

.room_info_table {
    width: 50%;
}

.room_info_table th {
    padding: 10px 0;
    background: #333;
    width: 48%;
    font-size: 1rem;
    letter-spacing: 0;
    color:
#fff;
    text-align: center;
    border-bottom: 2px solid
    #222;
    font-family: 'Lato', sans-serif;
}

.room_info_table td {
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    border-bottom: 2px solid #222;
    font-family: 'Lato', sans-serif;
}


.access {
  background: #f3f4f7;
  padding: 80px 0 0;
  margin: 0;
}

.access h2 {
  text-align: left;
  font-family: "BIZ UDPMincho", serif;
  font-size: 3rem;
  margin-bottom: 30px;
  padding: 0 7%;
}
.access h2 span {
    display: block;
    font-size: 1.1rem;
    letter-spacing: 2px;
    width: max-content;
    margin: 0 0 10px;
    border-bottom: 0.5px solid #111;
    padding-bottom: 7px;
}
.access_inner {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 0 5% 40px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 1300px 0 0 #fff;
}
.access_map {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.access_map img {
	width: 100%;
	height: auto;
}
.access_inner p {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 24px;
    width: 100%;
}
.access_inner p span {
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
}
.gmap {
    margin: 6% 0 0;
    width: 100%;
}
.gmap span {
    font-size: 1.6rem;
    font-family: serif;
    margin-bottom: 20px;
    letter-spacing: 1px;
    border-left: 1px solid #000;
    display: block;
    padding-left: 13px;
}
.reserve_btn {
    display: block;
    text-align: center;
    padding: 20px 0;
    background: #111;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 0;
    position: relative;
}
.reserve_btn i {
    color: #fff;
    font-size: 2rem;
    margin-right: 15px;
}
.reserve_btn span {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}
img.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: -4%;
    z-index: 99;
    width: 40px;
    border-radius: 100%;
    padding: 10px;
}
img.slide-arrow.next-arrow.slick-arrow {
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 40px;
    right: -4%;
    margin-top: -40px;
    border-radius: 100%;
}
.fixedWidget {
    position: inherit;
    top: inherit;
    width: inherit;
    z-index: inherit;
    padding: inherit;
    box-shadow: inherit;
    background: inherit;
    border-bottom: inherit;
}
.g_menu_list li:nth-child(4), .g_menu_list li:nth-child(5) {
    display: none;
}
.mv_info {
    max-width: 90%;
}

.town_inner {
    display: block;
}

.zoom-container {
    width: 100%;
    min-height: auto;
    border-radius: 0;
    border-right: none;
    border-left: none;
}

.history_btn_area {
    padding-bottom: 60px;
}

.structure_flow {
    font-size: 1.5rem;
    padding: 5px 10px 8px;
}

.structure_info h3 span {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 6%;
}

.structure_info h3 {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 2rem;
    padding: 8% 6% 0;
}

h2.structure_title {
    width: 4%;
    font-size: 1.6rem;
    letter-spacing: 3px;
    margin-right: 5%;
    margin-left: 4%;
    padding: 6%;
    border-radius: 5px;
    background: #111;
}

section.structure {
    padding-bottom: 80px;
    padding-top: 0;
}

.media_list li img {
    height: 100%;
    width: auto;
}

section.plan:after {
    font-size: 12rem;
    top: -40px;
    right: -15px;
}

.town:after {
    font-size: 9.5rem;
    top: -35px;
    letter-spacing: -7px;
}

.plan {
    padding: 80px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.plan_title {
    max-width: 86%;
    margin: 0 auto 30px;
}

.plan h2 span {
    font-size: 1.5rem;
}

.plan h2 span:after {
    right: -130px;
}

a.more_link {
    display: none;
}

.my-slider-progress {
    margin: 30px 60% 0 0;
}

.spot h2 {
    font-size: 3rem;
    line-height: 40px;
    width: 100%;
}

section.spot:after {
    font-size: 12rem;
    top: -44px;
    letter-spacing: -8px;
}

section.spot {
    padding: 80px 0;
}

.spot_cap {
    width: font-si;
    font-size: 1.3rem;
    line-height: 2.5rem;
    margin: 0 auto 30px;
}

.spot_title {
    margin: 0 auto 20px;
    width: 86%;
}

.spot h2 span {
    font-size: 1.5rem;
}

.spot h2 span:after {
    right: -140px;
}

.spot h3 {
    font-size: 1.5rem;
    line-height: 24px;
    font-weight: normal;
}

section.around:after {
    font-size: 12rem;
    top: -40px;
    letter-spacing: -5px;
}

section.around {
    padding: 80px 5%;
    display: block;
}

.around_inner {
    width: 100%;
}

h2.around_title {
    font-size: 2rem;
}

.around_map {
    margin: 20px auto 0;
    width: 98%;
}

h2.around_title span {
    margin: 15px auto 0;
    font-size: 1.5rem;
}

.support {
    width: 100%;
    margin-top: 40px;
    padding: 30px 5% 20px;
}

ul.support_link li a {
    font-size: 1.4rem;
    padding: 16px 0 14px;
}

.supoort_image {
    width: 90%;
    margin: 20px 0;
}

ul.support_link li {
    margin: 15px 0;
}

.reserve_room {
    margin-bottom: 15px;
}

.gallery_inner {
    padding: 60px 0;
    margin-top: 40px;
}

section.news {
    padding: 80px 0;
}

.news_topic a {
    display: flex;
    align-items: center;
}

.guest_news {
    padding-bottom: 0;
}

.access_hotel_name {
    font-size: 2rem;
    margin: 30px 0;
}

.access_info_wrapper {
    display: block;
}

table.access_info th {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2rem;
    display: block;
    padding: 5px;
}

table.access_info td {
    width: 100%;
    font-size: 1.2rem;
    display: block;
    letter-spacing: 0.5px;
    padding: 10px 5% 15px;
    line-height: 2rem;
}
	
table.access_info tr {
}

table.access_info td span {
    font-size: 1.2rem;
    line-height: 2rem;
    display: block;
    letter-spacing: 0.5px;
}
/*フォトギャラリー*/
.more-photos-btn {
    top: inherit;
    right: 10px;
    border-radius: 100px;
    font-size: 1.6rem;
    bottom: 20px;
}

.list-modal-content {
    width: 100%;
}

.carousel-modal-content {
    padding: 0;
}

.nav-btn {
    background: rgba(0,0,0,0.25)!important;
}

.modal-category-grid {
        grid-template-columns: repeat(3, 1fr);
}

}

/*---------------------------------------------------------------*\
	$320px - iPhone SE, 5s, 5 and 4s
\*---------------------------------------------------------------*/
@media screen and (max-width: 320px) {
}
