@charset "UTF-8";

.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: 100%;
	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 h1 {
    font-family: 'Overpass', sans-serif;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 800;
    margin-top: -60px;
    letter-spacing: 6px;
}
.mv h1 span {
    color: #fff;
    font-size: 2.4rem;
    line-height: 20px;
    display: block;
    margin-top: 10px;
    font-weight: normal;
    letter-spacing: 3px;
}
.g_menu_list {
  display: flex;
  justify-content: center;
}
.g_menu {
  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;
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 70px rgba(0,0,0,0.2);
}
.g_menu li a {
  font-size: 1.4rem;
  color: #005982;
  font-weight: 400;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  letter-spacing: 0;
}
.g_menu li a:hover {
	color: #169ccd
}
.g_menu_list li {
  padding: 0 25px;
  border-right: 1px solid #467d96;
}
.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;
}
.concept {
    padding: 150px 0;
    position: relative;
    background: #f1f8fb;
}
.concept_cap {
    padding: 15% 0;
}
.lang_en_US .concept_cap {
    max-width: 383px;
}
.concept h2 {
  font-size: 4.5rem;
  color: #fff;
  letter-spacing: 0px;
  margin-bottom: 40px;
  line-height: 52px;
  font-weight: bold;
  text-shadow: 0 0 18px #169ccd, 0 0 9px #169ccd;
}
.concept_inner {
    width: 90%;
    margin: 0 auto;
    max-width: 2000px;
    display: flex;
    background-image: url(../img/takaoka/waterblue.png);
    background-position: top 22% right;
    background-size: 30%;
    background-repeat: no-repeat;
}
.concept h2 span {
    display: block;
}

.concept_title_sub {
    display: block;
    letter-spacing: 2px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 0;
    color: #005982;
    text-shadow: none;
}
.concept_inner h2 span {
  display: block;
  font-size: 1.5rem;
  font-family: 'Overpass', sans-serif;
  font-weight: 800;
  width: max-content;
  letter-spacing: 4px;
  padding-bottom: 3px;
  color: #005982;
  margin-bottom: 60px;
  text-shadow: none;
  border-bottom: 1px solid #005982;
}
.concept_inner h3 {
  font-weight: bold;
  line-height: 26px;
  font-size: 1.5rem;
  color: #005982;
  letter-spacing: 0;
}
.concept_img {
    width: 55%;
    margin-right: 6%;
    background-image: url(../img/takaoka/yawayawa.jpg);
    background-position: center bottom;
    background-size: cover;
    position: relative;
    background-repeat: repeat-x;
    border-radius: 40px;
}
.concept_img:after {
    position: absolute;
    width: 60px;
    height: 80%;
    background: #f1f8fb;
    right: 0;
    top: 10%;
    content: "";
    border-radius: 40px 0 0 40px;
}
.concept_img span {
    display: block;
    width: 50%;
    left: 25%;
    position: absolute;
    top: 22%;
}

.concept_img span img {
    width: 100%;
    height: auto;
}
.town {
    width: 100%;
    max-width: 2000px;
    display: flex;
    background: #fafafa;
    align-items: center;
    padding: 0 5% 100px;
    margin: 0 auto;
}
.town_cap {
    width: 46%;
}
.town_image {
    width: 50%;
    margin-left: 4%;
}
.town_image img {
	width: 100%;
	height: auto;
}
.town h2 {
  font-size: 3.5rem;
  font-family: リュウミン R-KL, Ryumin Regular KL, serif;
}
.town p {
  font-weight: 300;
  line-height: 38px;
  font-size: 1.5rem;
}
.town h3 {
  font-size: 2rem;
  margin: 30px 0;
  font-family: リュウミン R-KL, Ryumin Regular KL, serif;
}
ul.room_image {
    display: flex;
    padding: 0.25%;
    position: relative;
    background: #fafafa;
}
.room_image li {
    margin: 0.25%;
    width: 33%;
    border-radius: 10px;
    overflow: hidden;
}
.room_image li img {
	width: 100%;
	height: auto;
}
.history {
    padding: 100px 0;
    position: relative;
    width: 99%;
    border-radius: 10px;
    text-align: center;
    background-image: url(../img/takaoka/takaoka_bg.jpg);
    background-position: center;
    background-size: cover;
    background-color: #000;
    background-repeat: no-repeat;
    display: flex;
    margin: 0 auto;
}
.history h2 {
    font-size: 2.6rem;
    color: #fff;
    width: max-content;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 3px;
    width: 13%;
    text-shadow: 0 0 9px rgba(0,0,0,0.5);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
}

.history_inner {
    display: flex;
    width: 1000px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.history_inner p {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    text-shadow: 0 0 3px rgba(0,0,0,0.25);
    line-height: 27px;
    letter-spacing: 0;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(4px);
    text-align: left;
    box-shadow: 0 0 60px rgba(255,255,255,0.6);
    width: 80%;
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 70px;
}
.plan {
    background-position: top -22% left, top 62% right;
    background-color: #fff;
    padding-top: 200px;
    position: relative;
    background-size: 40%, 45%;
    padding-bottom: 150px;
    background-image: url(../img/takaoka/blue_left.jpg), url(../img/takaoka/blue_right.jpg);
    background-repeat: no-repeat, no-repeat;
}
.activity {
    background: #fff;
    padding-top: 0;
    padding-bottom: 100px;
}
.plan h2 {
  line-height: 54px;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #005982;
  margin-bottom: 40px;
}
.plan h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 150px;
    color: #005982;
    font-weight: bold;
}

.plan_image {
  width: 60%;
  height: 550px;
  border-radius: 40px;
  position: relative;
}
.plan_image span {
    color: rgba(255,255,255,0.2);
    position: absolute;
    letter-spacing: -8px;
    -webkit-text-stroke: 1px #fff;
    transform: rotate(-14deg);
    font-size: 12rem;
    line-height: 200px;
    font-family: 'Overpass', sans-serif;
    right: 0;
    bottom: 0;
}
.plan_inner {
  display: flex;
  max-width: 1100px;
  margin: 100px auto;
}
.plan_subimage {
    display: flex;
    width: 98%;
    margin: 10px auto 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
.plan_subimage li {
  width: 34%;
  margin: 0 0.1%;
  overflow: hidden;
  border-radius: 8px;
}
.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 img {
  width: 100%;
  height: auto;
}
.plan_subimage li:nth-child(2) {
}
.plan_cap {
  margin: 100px 0 0 5%;
  width: 39%;
  padding: 100px 0;
  position: relative;
}
.plan_cap p {
  font-size: 1.5rem;
  line-height: 26px;
  color: #005982;
  font-weight: bold;
  letter-spacing: 0;
}
.plan_cap h4 {
  font-size: 2.8rem;
  margin-bottom: 25px;
  line-height: 40px;
  font-weight: bold;
  color: #005982;
  letter-spacing: 0;
}
.ordinary_number {
    position: absolute;
    top: -70px;
    font-family: 'Overpass', sans-serif;
    font-size: 9rem;
    text-align: center;
    line-height: 90px;
    border-bottom: 1px solid;
    color: #005982;
}

.ordinary_number span {
    display: block;
    line-height: 20px;
    font-size: 1.8rem;
    color: #005982;
}

.ordinary_number_even {
    border-bottom: 1px solid;
    font-size: 9rem;
    position: absolute;
    color: #005982;
    text-align: center;
    top: -70px;
    font-family: 'Overpass', sans-serif;
    line-height: 90px;
    right: 0;
}

.ordinary_number_even span {
    display: block;
    font-size: 1.8rem;
    line-height: 20px;
    color: #005982;
}
.plan_cap:after {
  content: "";
  width: 100px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -100px;
  top: 0;
  z-index: 99;
  border-radius: 0 40px;
}
.p_find {
	background-image: url(../img/takaoka/bg_findblue.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.p_character {
	background-image: url(../img/takaoka/bg_character.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 40px;
	overflow: hidden;
}
.p_retro {
	background-image: url(../img/takaoka/bg_yawayawa.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.p_matsuri {
	background-image: url(../img/takaoka/bg_matsuri.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.p_amaharashi {
	background-image: url(../img/takaoka/bg_amaharashi.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.plan_inner_second {
    display: flex;
    flex-flow: row-reverse;
    margin: 100px auto;
    max-width: 1100px;
}
.plan_image_second {
  width: 60%;
  height: 500px;
  position: relative;
  border-radius: 40px;
}
.plan_image_second span {
    color: rgba(255,255,255,0.2);
    position: absolute;
    font-size: 11rem;
    transform: rotate(370deg);
    letter-spacing: -8px;
    -webkit-text-stroke: 1px #fff;
    left: 0;
    font-family: 'Overpass', sans-serif;
    line-height: 230px;
    bottom: 0;
}
.plan_cap_second {
  margin: 100px 5% 0 0;
  width: 40%;
  padding: 100px 0;
  position: relative;
}
.plan_cap_second p {
  font-size: 1.5rem;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: bold;
  color: #005982;
}
.plan_cap_second h4 {
  font-size: 2.8rem;
  margin-bottom: 25px;
  letter-spacing: 0;
  font-weight: bold;
  color: #005982;
  line-height: 40px;
}
.plan_cap_second:after {
  content: "";
  width: 100px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -100px;
  top: 0;
  z-index: 99;
  border-radius: 40px 0 0;
}

.activity h2 {
  text-align: center;
  font-size: 2.2rem;
  margin: 0 auto 40px;
  border-bottom: 1px solid #000;
  width: max-content;
  padding-bottom: 10px;
  font-weight: 500;
  padding-top: 60px;
}
.activity_list {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.activity_list li {
  width: 29%;
  margin: 2%;
}

.activity_list li:hover .activity_image img{
	opacity: 0.5;
}
.activity_image {
  margin-bottom: 15px;
	position: relative;
}

.activity_image img {
	opacity: 1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.activity_image span {
    position: absolute;
    right: 10px;
    padding: 10px 13px;
    top: 10px;
    background: #169ccd!important;
    margin-right: 0;
    color: #fff!important;
    border-radius: 100%;
}
.activity_image span i {
    color: #fff;
    font-size: 1.5rem;
}
.activity_list h3 {
    display: flex;
    align-items: center;
}
.activity_list span {
  padding: 5px 10px;
  background: #111;
  margin-right: 10px;
  color: #fff;
}

.guest_news {
    position: relative;
}
.message_cap {
  padding: 150px 15% 150px 16%;
  background-color: #003461;
  background-image: url(../img/takaoka/message_bg.jpg);
  background-position: center;
  background-size: cover;
  margin: 1% 1% 0;
  background-attachment: fixed;
  width: 70%;
  position: relative;
}
.message_cap:before {
    position: absolute;
    backdrop-filter: blur(12px);
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
}
.message_inner {
  position: relative;
}
.message_cap p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: bold;
  position: relative;
  text-shadow: -5px 5px 14px rgb(0 0 0 / 25%);
  letter-spacing: 0;
}
.message {
  padding: 100px 0 0;
  background: #1171b9;
}
.media {
  max-width: 1100px;
  margin: 100px auto;
  text-align: center;
}
.media h2 {
  font-family: リュウミン R-KL, Ryumin Regular KL, serif;
  font-size: 3.6rem;
}
.message_title span {
    color: #fff;
    margin-top: 0px;
    display: block;
    font-size: 2rem;
}
.message_cap h2 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 50px;
  letter-spacing: 1px;
  font-weight: bold;
  position: relative;
  text-shadow: -5px 5px 14px rgb(0 0 0 / 25%);
}
.message_cap h2 span {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 8px;
}
.message_image {
  width: 33%;
  height: 70%;
  background-image: url(../img/takaoka/message.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 5%;
  top: 110px;
  box-shadow: -40px 30px 50px rgba(0,0,0,0.2);
  z-index: 99;
  border-radius: 240px;
}
.message_title {
  color: #fff;
  margin-bottom: 60px;
  font-weight: 800;
  font-family: 'Overpass', sans-serif;
  font-size: 1.5rem;
  width: max-content;
  padding-bottom: 7px;
  text-shadow: -5px 5px 14px rgba(0,0,0,0.25);
  position: relative;
  letter-spacing: 4px;
  border-bottom: 1px solid;
}
.news {
    background: #f1f8fb;
    padding: 100px 0;
}
.news h2 {
  text-align: center;
  font-size: 3.2rem;
  color: #1f81ca;
  margin-bottom: 60px;
  font-weight: 500;
}
.news h2 span {
    display: block;
    font-size: 2rem;
    color: #1f81ca;
    letter-spacing: 2px;
    font-family: 'Overpass', sans-serif;
    width: max-content;
    font-weight: 800;
    margin: 0 auto 30px;
    border-bottom: 0.5px solid #1f81ca;
    padding-bottom: 7px;
}
.news_inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.news_topic {
    width: 26.5%;
    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_topic h3 {
  font-size: 1.6rem;
  line-height: 28px;
  margin: 15px 0;
  font-weight: 500;
}
.news_date {
  display: block;
  margin-bottom: 8px;
  font-family: 'Overpass', sans-serif;
  opacity: 0.3;
  font-size: 1.5rem;
}
.news_second {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    padding: 0 4%;
    width: 35%;
}
a.more_btn {
    display: block;
    text-align: center;
    width: 280px;
    font-size: 1.6rem;
    padding: 15px;
    background: #1f81ca;
    color: #fff;
    margin: 50px 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;
}
a.more_btn:hover {
	background: #fff;
	color: #1f81ca;
}
ul.media_list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1100px;
    margin: 40px auto;
}

.media_list li {
    width: 140px;
    margin: 0 20px;
}

.media_list li img {
    width: 100%;
    height: auto;
}
section.guestroom {
    padding: 150px 5%;
    max-width: 100%;
    background: #1f81ca;
    margin: 0 auto;
}
.guestroom h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 100px;
}
.guestroom h2 span {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 4px;
    width: max-content;
    font-weight: 800;
    font-family: 'Overpass', sans-serif;
    color: #fff;
    margin: 0 auto 30px;
    border-bottom: 0.5px solid #fff;
    padding-bottom: 5px;
}

.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: -60px;
    left: -90px;
    z-index: 99;
    width: 100px;
    border-radius: 100%;
    padding: 20px;
}

img.slide-arrow.next-arrow.slick-arrow {
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 100px;
    right: -90px;
    margin-top: -60px;
    border-radius: 100%;
}
.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;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}
.room_list li .room_slider {
	overflow: hidden;
	position: relative;
}
.room_list li h4 {
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.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: 0;
    color: #fff;
}
.reserve_room {
    text-align: center;
    display: block;
    background: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    color: #1171b9;
    padding: 11px;
    border-radius: 5px;
    letter-spacing: 0;
    width: 70%;
    border: 2px solid #fff;
    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;
}
a.reserve_room:hover {
	border: 2px solid #1f81ca;
	background: #1f81ca;
	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;
}

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

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

.room_info_table {
    width: 50%;
}

.room_info_table th {
    padding: 10px 0;
    background: rgba(255,255,255,0.075);
    width: 50%;
    font-size: 1.2rem;
    letter-spacing: 0;
    color:
#fff;
    font-weight: normal;
    text-align: center;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

.room_info_table td {
    color: #fff;
    padding: 10px 20px;
    width: 50%;
    font-size: 1.2rem;
    border-bottom: 2px solid rgba(255,255,255,0);
}


.access {
  background: #1f81ca;
  padding: 0;
  margin: 0;
}

.access h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 60px;
  font-weight: 500;
  color: #fff;
}
.access h2 span {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    letter-spacing: 4px;
    font-family: 'Overpass', sans-serif;
    width: max-content;
    font-weight: 800;
    margin: 0 auto 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.access_inner {
    background: #1171b9;
    width: 1300px;
    margin: 0 auto;
    padding: 150px 150px 0 150px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 1300px 0 0 #1171b9;
}
.access_map {
  background: url(../img/takaoka/access.jpg);
  width: 50%;
  margin-right: 6%;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
}
.access_inner p {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 23px;
    color: #fff;
    letter-spacing: 0;
    width: 44%;
}
.access_inner p span {
    display: block;
    margin-top: 10px;
    color: #fff;
    line-height: 18px;
    font-size: 1.1rem;
    letter-spacing: 0;
}

.access_map img {
	width: 100%;
	height: auto;
}
.gmap {
    margin: 60px 0 0;
	width: 100%;
}
.gmap span {
    font-size: 1.5rem;
    font-family: 'Overpass', sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: 1px;
    border-left: 1px solid #fff;
    display: block;
    letter-spacing: 4px;
    padding-left: 13px;
    color: #fff;
}
.reserve_btn {
    display: block;
    text-align: center;
    padding: 30px 0;
    background: #111;
    color: #fff;
    font-size: 1.8rem;
    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;
}
.lang_en_US .history_inner h2 {
  writing-mode: unset;
  width: 100%;
  margin-bottom: 30px;
  font-size: 2.2rem;
  line-height: 32px;
  letter-spacing: 0;
}
.lang_en_US .history_inner p {
  margin: 0 auto;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

header .menu-trigger span {
    background: #169ccd;
}
	
.mv {
  height: 70vh;
  text-align: center;
  min-height: 400px;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.mv a {
    width: 90px;
    margin-top: 0;
    padding: 15px;
 }
	
.mv a img {
	width: 100%;
	height: auto;
}
.mv h1 span {
    color: #fff;
    font-size: 2rem;
    line-height: 20px;
    margin-top: 20px;
    letter-spacing: 3px;
    display: block;
}
.mv h1 {
    color: #fff;
    font-size: 3.5rem;
    letter-spacing: 3px;
    line-height: 20px;
}
.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.3rem;
  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;
  width: 100%;
}
.concept {
    padding: 40px 0 25px;
    background: #fafafa;
    border-bottom: 1px solid #ddd;
}
.concept_cap {
    padding: 30px 0 20px;
}
.concept_title_sub {
    font-size: 1.3rem;
    letter-spacing: 1px;
}
.concept h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: center;
}
.concept_inner {
    width: 90%;
    margin: 0 auto;
    max-width: 2000px;
    background-position: bottom right;
    display: block;
    background-size: 64%;
}
.concept_inner h2 span {
  display: block;
  font-size: 1.6rem;
  padding-bottom: 5px;
  margin: 0 auto 25px;
}
.concept_inner h3 {
  font-weight: 300;
  line-height: 23px;
  font-size: 1.4rem;
  text-align: center;
}
.concept_img:after {
	display: none;
}
.concept_img {
    width: 100%;
    height: 250px;
    border-radius: 0;
    margin-right: 0;
    background-image: url(../img/takaoka/yawayawa.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}
.ordinary_number {
    position: inherit;
    top: inherit;
    font-family: 'Overpass', sans-serif;
    font-size: 6rem;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid;
    color: #169ccd;
    width: max-content;
    margin: 0 auto 20px;
}

.ordinary_number span {
    display: block;
    line-height: 20px;
    font-size: 1.5rem;
    color: #169ccd;
}

.ordinary_number_even {
    border-bottom: 1px solid;
    font-size: 6rem;
    position: inherit;
    color: #169ccd;
    width: max-content;
    text-align: center;
    top: inherit;
    font-family: 'Overpass', sans-serif;
    line-height: 60px;
    right: inherit;
    margin: 0 auto 20px;
}

.ordinary_number_even span {
    display: block;
    font-size: 1.5rem;
    line-height: 20px;
    color: #169ccd;
}
.plan {
    background-color: #fff;
    padding-top: 50px;
    background-position: top -3% left, top 61% right;
    padding-bottom: 50px;
    background-size: 55%, 100%;
}
.town {
    width: 100%;
    max-width: 2000px;
    display: block;
    background: #fafafa;
    align-items: center;
    padding: 40px 5% 30px;
    margin: 0 auto;
}
.town_cap {
    width: 100%;
}
.town_image {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}
.town_image img {
	width: 100%;
	height: auto;
}
.town h2 {
  font-size: 1.8rem;
  font-family: リュウミン R-KL, Ryumin Regular KL, serif;
}
.town p {
  font-weight: 300;
  line-height: 22px;
  font-size: 1.1rem;
}
.town h3 {
    font-size: 1.4rem;
    color: #169ccd;
    margin: 15px 0;
    font-family: リュウミン R-KL, Ryumin Regular KL, serif;
    line-height: 26px;
}
ul.room_image {
    display: flex;
    padding: 0 0.25% 0 0.25%;
    background: #fafafa;
}
.room_image li {
    margin: 0.25%;
    border-radius: 0;
}
.history {
    padding: 60px 7%;
    text-align: center;
    background-image: url(../img/takaoka/takaoka_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    margin: 0 auto 1%;
    width: 98%;
    background-color: #fff;
}
.history h2 {
    font-size: 2rem;
    margin-bottom: 0;
    color: #fff;
    line-height: 39px;
    width: max-content;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
}

.history_inner {
    display: flex;
    width: 720px;
    margin: 0 auto;
}
.history_inner p {
    color: #fff;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 24px;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    backdrop-filter: inherit;
    box-shadow: none;
    width: 100%;
    margin-left: 6%;
    margin-right: 0;
}
.news {
    padding: 50px 0;
}
.plan h2 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 36px;
    letter-spacing: 0;
    color: #169ccd;
    background: rgba(255,255,255,0.5);
    padding: 45px 10% 20px;
    width: 100%;
    margin: 0 auto;
}
.plan h3 {
    font-size: 1.4rem;
    font-weight: 300;
    width: 100%;
    background: rgba(255,255,255,0.5);
    margin: 0 auto;
    letter-spacing: 0;
    /* border-bottom: 1px solid #000; */
    line-height: 20px;
    text-align: left;
    padding: 0 10% 45px;
}

.plan_image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  background-color: #fff;
}
.plan_image span {
    position: absolute;
    font-size: 5rem;
    right: 0;
    letter-spacing: 0;
    bottom: -16px;
}
.plan_inner {
  display: block;
  margin: 40px auto 20px;
}
.plan_cap {
  margin: 10px 0 0 5%;
  width: 90%;
  padding: 0px 0 30px;
  position: relative;
  overflow: hidden;
}
.plan_cap p {
  font-size: 1.3rem;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0;
}
.plan_cap h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 10px;
    line-height: 32px;
}
.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/takaoka/bg_yawayawa.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 30px;
}
.plan_image_second {
  width: 100%;
  border-radius: 0;
  height: 220px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.plan_image_second span {
    position: absolute;
    font-size: 5rem;
    left: inherit;
    letter-spacing: 0;
    bottom: -14px;
    right: 0;
}
.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;
  letter-spacing: 0;
}
.plan_cap_second h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 32px;
  text-align: center;
}
.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: 30px auto 0;
    position: relative;
}
.plan_subimage li {
    width: 75%;
    margin-right: 25%!important;
    position: relative;
}
.plan_subimage li:first-child:after {
	display: none;
}
.plan_subimage li:nth-child(2) {
    margin: 3% 0 3% 25%;
}
.activity h2 {
  text-align: center;
  font-size: 1.6rem;
  padding-top: 0;
  margin: 0 auto 20px;
  border-bottom: 1px solid #000;
  width: max-content;
  padding-bottom: 5px;
}
.activity_list {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  width: 90%;
  flex-wrap: wrap;
}
.activity_list li {
  width: 44%;
  margin: 3%;
}
.activity_image {
  margin-bottom: 8px;
  position: relative;
}
.activity_image span {
    position: absolute;
    right: 10px;
    padding: 10px 13px;
    top: 10px;
    background: #169ccd!important;
    margin-right: 0;
    color: #fff!important;
    border-radius: 100%;
}
.activity_image span i {
    color: #fff;
    font-size: 1.5rem;
}
.activity_list h3 {
    display: flex;
    font-size: 1rem;
    align-items: end;
}
.activity_list span {
  padding: 2px 6px;
  background: #111;
  margin-right: 8px;
  color: #fff;
  font-size: 1rem;
}
.message_cap {
  padding: 30px 5% 30px 5%;
  background-color: #003461;
  background-position: center;
  background-size: cover;
  margin: 0;
  width: 100%;
}
.message_inner {
  position: relative;
  z-index: 9;
}
.message_cap p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 22px;
  font-weight: 300;
}
.message {
  margin: 0;
  padding-top: 0;
  position: relative;
  padding-bottom: 5px;
  z-index: 9;
}
.media {
    max-width: 1100px;
    margin: 40px auto;
    text-align: center;
}
.media h2 {
  font-family: リュウミン R-KL, Ryumin Regular KL, serif;
  font-size: 1.6rem;
}

.message_cap h2 {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.message_cap h2 span {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  margin-top: 10px;
}
.message_image {
    width: 100%;
    background-image: url(../img/takaoka/message_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    right: 0;
    top: 0;
    border-radius: 0;
    background-color: #003461;
    height: 250px;
}
.message_title {
  color: #fff;
  margin: 0 auto 25px;
  font-size: 1.6rem;
  padding-bottom: 5px;
}

.news h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}
.news h2 span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 2px;
    width: max-content;
    margin: 0 auto 20px;
    border-bottom: 1px solid #1f81ca;
    padding-bottom: 5px;
}
.news_inner {
  width: 1100px;
  margin: 0 auto;
  width: 90%;
  display: block;
  flex-wrap: wrap;
}
.news_topic {
    width: 100%;
    margin: 0 0 30px;
}
.news_thumb {
  width: 100%;
}
.news_topic h3 {
  font-size: 1.4rem;
  line-height: 24px;
  margin: 15px 0;
  font-weight: 300;
  padding: 0 3%;
}
.news_date {
  display: block;
  margin-bottom: 2px;
  font-size: 1.4rem;
}
.news_second {
    border-right: none;
    border-left: none;
    padding: 0;
    width: 100%;
}
a.more_btn {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.4rem;
    padding: 15px;
    border-radius: 4px;
    color: #fff;
    margin: 20px auto 0;
}
ul.media_list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px auto;
}
.media_list li {
    width: 80px;
    margin: 0 15px;
}

.media_list li img {
    width: 100%;
    height: auto;
}
section.guestroom {
    padding: 40px 5% 20px;
    max-width: 1100px;
    margin: 0 auto;
}
.guestroom h2 {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 30px;
}
.guestroom h2 span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 2px;
    width: max-content;
    color: #fff;
    margin: 0 auto 20px;
    border-bottom: 0.5px solid #fff;
    padding-bottom: 5px;
}

.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;
    padding: 25px;
}
.room_list li h4 {
    color: #fff;
    font-size: 1.5rem;
    border-bottom: 0;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.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;
}
.reserve_room {
    text-align: center;
    display: block;
    background: #fff;
    font-weight: 500;
    padding: 12px;
    font-size: 1.4rem;
    width: 100%;
    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: 32%;
    display: inline-block;
    margin: 0 0px 15px;
    color: #fff;
    font-size: 1.1rem;
    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;
    width: 48%;
    font-size: 1rem;
    letter-spacing: 0;
    color:
#fff;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

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


.access {
  padding: 0;
  margin: 0;
}

.access h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}
.access h2 span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 2px;
    width: max-content;
    margin: 0 auto 20px;
    padding-bottom: 5px;
}
.access_inner {
    width: 100%;
    margin: 0 auto;
    padding: 5% 5% 60px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 1300px 0 0 #fff;
}
.access_map {
    width: 100%;
    margin-right: 0;
    height: 200px;
    margin-bottom: 20px;
}
.access_map img {
	width: 100%;
	height: auto;
}
.access_inner p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 25px;
    width: 100%;
}
.access_inner p span {
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
}
.gmap {
    margin: 30px 0 0;
    width: 100%;
}
.gmap span {
    font-size: 1.6rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: block;
    padding-left: 13px;
}
.reserve_btn {
    display: block;
    text-align: center;
    padding: 30px 0;
    background: #111;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
	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;
}
.activity {
    padding: 40px 0;
}
img.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: -4%;
    z-index: 99;
    width: 40px;
    background: rgba(0,0,0,0.3);
    border-radius: 100%;
    padding: 10px;
}
img.slide-arrow.next-arrow.slick-arrow {
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 40px;
    background: rgba(0,0,0,0.3);
    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;
}
}

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