@charset "UTF-8";

.pc_disp {
	display: block;
}

.sp_disp {
	display: none;
}

.campaign_banner_sub img {
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.campaign_banner_sub img:hover {
    opacity: 0.5;
}

#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #ffd34e;
	z-index: 9999999;
	text-align:center;
	color:#fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%, -50%);
}

#splash-logo:before {
	content: "LOADING";
	display: block;
	color: rgba(0,0,0,0);
	font-weight: bold;
	position: absolute;
	-webkit-text-stroke: 1.5px rgba(255,255,255,0.4);
	top: 50%;
	text-align: center;
	width: 100%;
	margin-top: -20px;
	line-height: 0;
	font-size: 200px;
	opacity: 0.8;
	letter-spacing: 9px;
}

#splash-logo span {
	font-weight: bold;
	letter-spacing: 4px;
	-webkit-text-stroke: 0.75px #000;
	font-size: 30px;
	display: block;
	color: #fff;
}

body {
	background: #ffd34e;	
}

body.appear{
    background: #63B6F2;
}

.splashbg{
	position: fixed;
	top: 0;
	right:0;
	bottom:0;
	left: 0;
	border-width: 0px;
	border-style:solid;
    border-color: #ffd34e;
	animation-duration:.5s;
	animation-fill-mode:forwards;
}

@keyframes backBoxAnime{
	99.9% {
        z-index: 2;
		border-width: 0px;
	}
    100%{
       z-index: -1; 
        border-width: 0px;
    }
}

#container{
    position: relative;
	opacity: 0;
}

body.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}


body {
	min-width: 1100px;
	margin: 0 auto;
	font-size: 1rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #36200D;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 1100px;
    margin: 0 auto;
    width: 82%;
}

.header_logo {
    width: 120px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

header {
    padding: 15px 0;
    position: fixed;
    min-width: 1100px;
    margin: 0 auto;
    width: 100%;
    z-index: 9999;
    background: #63B6F2;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

ul.header_menu_list {
    display: flex;
    max-width: 940px;
    width: 85%;
}

ul.header_menu_list li {
    width: 20%;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

ul.header_menu_list li a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #ddd;
    padding: 0 0 8px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.header_menu_number_blue {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #A4DDFF;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.header_change ul.header_menu_list li a span {
    display: none;
}

.header_change .header_menu_list li a:hover {
	opacity: 0.5;
}

.header_menu_number_orange {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #FFD34E;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.header_change .header_logo {
    width: 90px;
}

ul.header_menu_list li a span {
    display: block;
    width: 0;
    height: 1px;
    background: #36200D;
    margin: 5px auto 0;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

ul.header_menu_list li a:hover span {
    width: 25%;
}

.header_change .header_menu_list li a {
    font-size: 12px;
    justify-content: center;
    display: flex;
    padding: 0;
    align-items: center;
}

.header_change .header_menu_number_blue {
	font-size: 30px;
	margin: 0 10px 0 0;
	line-height: 30px;
}

.header_change .header_menu_number_orange {
    font-size: 30px;
    margin: 0 10px 0 0;
    line-height: 30px;
}

.header_change {
    padding: 15px 0;
    background: #63B6F2;
    border-bottom: 1px solid #fff;
}

.is-hidden {
  visibility: hidden;
  bottom: -110px!important;
}

.float_btn_area {
    position: fixed;
    right: 30px;
    width: 320px;
    bottom: 30px;
    z-index: 9999;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.float_btn_area img {
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 99999;
    top: -34px;
    left: 12px;
}

.float_btn {
    font-size: 18px;
    width: 320px;
    display: block;
    background: #1F93BF;
    z-index: 9999;
    font-weight: bold;
    color: #fff;
    padding: 24px 34px 24px 110px;
    overflow: hidden;
    border: none!important;
    border-radius: 100px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.float_btn:hover {
	background: #4fb4da;
}

.float_btn::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
}


@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

.float_btn:after {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    right: 25px;
    top: 50%;
    margin-top: -4px;
}

.float_btn img {
    position: absolute;
    width: 100px;
    left: 5px;
    top: -28px;
}

section.fv {
    padding: 114px 0 150px;
    background-image: url("../img/bg_orange.png"), url("../img/bg_yellow.png");
    background-position: left -19% bottom 1%, right -22% bottom 72%;
    background-size: 33%, 38%;
    background-repeat: no-repeat;
}

.fv_inner {
    width: 82%;
    margin: 0 auto;
    background-image: url("../img/fv.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 76vh;
    position: relative;
    border: 1px solid #fff;
    box-shadow: 0 10px 17px rgba(0,0,0,0.06);
    border-radius: 30px;
    min-height: 650px;
}

.badge {
    position: absolute;
    right: -3%;
    top: 5%;
    width: 174px;
}

.badge img {
    margin-bottom: 0;
}

.fv_illust {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100%;
    left: 0;
}

.campaign_banner {
    position: absolute;
    width: 340px;
    left: -3%;
    bottom: -3%;
    z-index: 99;
}

img.fv_illust_1 {
    width: 170px;
    position: absolute;
    left: 20%;
    bottom: -11%;
    margin-left: 140px;
}

img.fv_illust_2 {
    width: 150px;
    right: 7%;
    position: absolute;
    bottom: -10%;
}

.fv_inner h1 {
    width: 600px;
    margin: 0px auto;
    padding-top: 70px;
}

ul.header_menu_list li:last-child a {
    border-right: none;
}

section.access {
    padding: 0 0 200px 0;
    position: relative;
    background-image: url("../img/blue_bg.png");
    background-size: 100% 100px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.access_inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.access_map_base {
    width: 763px;
    margin: 0 auto;
    position: relative;
    padding: 0 80px 0 120px;
}

span.map_fuse {
    position: absolute;
    width: 150px;
    right: 38px;
    top: 77px;
}

span.map_namba {
    position: absolute;
    width: 203px;
    left: 360px;
    top: 20px;
}

span.map_usj {
    position: absolute;
    width: 230px;
    top: -52px;
    left: 103px;
}

h2.access_title {
    width: 340px;
    position: relative;
    margin: 0 auto 100px;
}

.loopslider_area {
    position: absolute;
    width: 100%;
    top: 50%;
}

.gusetroom_inner {
    margin: 0 auto;
    max-width: 1100px;
}

.gusetroom_inner h2 {
    width: 456px;
    margin: 0 auto 80px;
}

.guestroom_contents {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.guestroom_contents_inner {width: 49%;padding: 2%;background: #fff;border-radius: 18px;position: relative;box-shadow: 14px 14px 70px #bad6e7;}

.guestroom_slider {
    position: relative;
    margin-bottom: 20px;
}

.guestroom_slider_baloon {
    position: absolute;
    width: 110px;
    right: -30px;
    top: -30px;
}

.thumbnail img,
.thumbnail2 img {
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.thumbnail img:hover,
.thumbnail2 img:hover {
    opacity: 0.75;
}

.slick-initialized .slick-slide {
    border-radius: 12px;
    padding: 2px;
}

.slick-track {
    margin-bottom: 10px;
}

.guestroom_contents_inner h3 {
    text-align: center;
    color: #000;
    font-size: 22px;
    padding: 0 5%;
    font-weight: bold;
    margin-bottom: 20px;
}

.guestroom_contents_inner h4 {
    font-size: 14px;
    color: #000;
    padding: 0 5% 20px;
    line-height: 25px;
    opacity: 0.5;
    letter-spacing: 0.5px;
}

section.guestroom {
    background: #E4EEF4;
    padding: 50px 0 50px 0;
    background-image: url("../img/orange_bg.png");
    background-size: 100% 100px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.campaign_banner_sub {
    margin: 60px auto;
    width: 400px;
}

section.shotengai {
    background: #FFD34E;
    padding: 100px 0 250px;
}

.shotengai_inner {
    max-width: 1000px;
    margin: 0 auto;
}

h2.shotengai_title {
    width: 417px;
    margin: 0px auto 50px;
}

.shotengai_contents {
    display: flex;
    justify-content: space-between;
}

.shotengai_01 {
    position: relative;
    width: 43%;
}

.shotengai_02 {
    position: relative;
    width: 52%;
    padding-top: 5%;
}

.shotengai_01 h3 {
    position: absolute;
    width: 298px;
    right: 0;
    top: 0;
    z-index: 99;
}

.shotengai_02 h3 {
    position: absolute;
    width: 375px;
    right: 10%;
    z-index: 99;
    top: 23%;
}

img.illust_couple {
    position: absolute;
    width: 130px;
    left: 9%;
    bottom: 6%;
}

img.illust_shop {
    position: absolute;
    top: 0;
    width: 247px;
    left: 0;
}

img.illust_food {
    width: 240px;
    bottom: 6%;
    left: -14%;
    position: absolute;
}

.shotengai_miryoku {
    border: 6px dotted #fff;
    border-radius: 40px;
    margin-top: 100px;
    width: 90%;
    position: relative;
    margin: 100px auto 0;
}

.shotengai_miryoku h3 {
    width: 596px;
    margin: -66px auto 0;
}

ul.shotengai_spot {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 50px;
    justify-content: center;
}

ul.shotengai_spot li {
    width: 26%;
    margin: 0 1%;
}

img.illust_bag {
    position: absolute;
    right: 6%;
    width: 73px;
    top: 59%;
}

img.illust_family3 {
    position: absolute;
    width: 151px;
    right: 7%;
    bottom: -11%;
}

img.illust_drink {
    position: absolute;
    width: 90px;
    left: 5%;
    bottom: 13%;
}

img.illust_car {
    position: absolute;
    width: 112px;
    left: 13%;
    bottom: -5%;
}

.slider .slick-list.draggable,
.slider2 .slick-list.draggable,
.thumbnail .slick-list.draggable,
.thumbnail2 .slick-list.draggable {
    padding: 0 !important;
}

section.plan {
    text-align: center;
    padding: 0;
}

.plan_inner {
    position: relative;
    padding-top: 150px;
}

.plan_inner:before {
    content: "";
    background: #63B6F2;
    display: block;
    width: 600px;
    height: 270px;
    left: 50%;
    top: -80px;
    position: absolute;
    margin-left: -300px;
    border-radius: 100% 100% 0 0;
}

.slick__inner {
  width: min(100%);
  margin: 0 auto;
  padding: 0;
}

.slick__container {
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
}

.slick__prev,
.slick__next {
  position: absolute;
  top: -58px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #18212b;
  background: #fff;
}

.slick__prev {
  right: calc((100vw - 100%) + (90px + 50px + 15px));
}

.slick__next {
  right: calc((100vw - 100%) + (80px));
}

.slick__prev:before,
.slick__next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #18212b;
  border-right: 1px solid #18212b;
  opacity: 1;
  content: '';
}

.slick__prev:before {
  transform: translate(-25%, -50%) rotate(-135deg);
}

.slick__next:before {
  transform: translate(-75%, -50%) rotate(45deg);
}

.slider3 li {
  position: relative;
  width: 460px;
  margin-right: 10px;
}

.plan_contents {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 30px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-image: url("../img/wave_blue.png"), url("../img/wave.png");
    background-size: 100%, 100%;
    background-position: top 15% center, bottom 0% center;
    background-repeat: no-repeat, no-repeat;
}

.plan_contents::-webkit-scrollbar{
  display:none;
}

.slider3 li:nth-child(even) {
    margin-top: 80px;
}

ul.plan_schedule {
    display: flex;
    align-items: center;
    width: 210%;
}

.plan_thumb {
    width: 100%;
    padding: 30px 0 20px 28px;
    position: relative;
    border-radius: 20px;
}

.plan_thumb h3 {
    position: absolute;
    left: 50px;
    bottom: 40px;
}

.plan_thumb h3 span {
    display: block;
    background: #fff;
    padding: 0px 6px 1px;
    margin-top: 4px;
    font-weight: bold;
    color: #000;
    width: max-content;
}

.slick-list.draggable {
    padding-left: 10%;
}

ul.plan_schedule li {
    width: 30%;
    margin-right: 1%;
    position: relative;
}

.plan_title {
    position: absolute;
    width: 166px;
    z-index: 99;
    left: 8%;
    top: -20px;
}

.plan_illust {
    position: absolute;
    top: -60px;
    left: 50%;
    display: flex;
    max-width: 1000px;
    width: 100%;
    justify-content: space-between;
    margin-left: -500px;
}

span.plan_illust_left {
    width: 31%;
    display: block;
}

span.plan_illust_right {
    width: 29%;
    display: block;
}

.plan_inner h2 {
    margin: 0 auto;
    width: 360px;
    position: relative;
}

.day {
    position: absolute;
    width: 70px;
    right: 24px;
    top: -1px;
}

.plan_thumb img {
    border-radius: 20px;
    box-shadow: 20px 20px 30px rgba(0,0,0,0.05), 10px 10px 16px rgba(0,0,0,0.1);
}

.day img {
    border-radius: 0;
}

section.about {
    padding: 0;
    background-image: url("../img/symbol.png");
    background-size: 30%;
    background-position: right center;
    background-repeat: no-repeat;
}

.about_inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding-top: 250px;
}

.about_concept {
    display: flex;
    justify-content: space-between;
}

.about_image {
    width: 43%;
    background-image: url("../img/about_image.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.about_cap {
    width: 48%;
}

.about_cap h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #fff;
}

.about_cap p {
    line-height: 28px;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
}

span.about_bg {
    -webkit-text-stroke: 2px #fff;
    color: rgba(0,0,0,0);
    font-size: 180px;
    position: absolute;
    top: 100px;
    font-weight: bold;
    text-align: center;
    line-height: 0;
    left: 0;
    opacity: 0.2;
    width: 100%;
}

.footer_main {
    display: flex;
    align-items: center;
}

.reserve {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: -20px 20px 30px rgba(0,0,0,0.05), -8px 8px 7px rgba(0,0,0,0.02);
    border-radius: 15px;
    padding: 50px;
    justify-content: center;
    margin: 100px 0 200px;
}

.reserve_cap {
    width: 40%;
    text-align: center;
    margin-right: 5%;
}

.reserve_cap img {
    width: 296px;
    margin: 0 auto;
}

.reserve_cap p {
    margin-top: 15px;
    font-weight: bold;
}

.reserve_cap p span {
    color: #1F93BF;
}

.reserve_btn {
    background: #1F93BF;
    color: #fff;
    padding: 30px 50px;
    border-radius: 100px;
    font-weight: bold;
    font-size: 18px;
    width: 40%;
    text-align: center;
    position: relative;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    overflow: hidden;
    border: none!important;
}

.reserve_btn:hover {
	background: #4fb4da;
}

.reserve_btn::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

.reserve_btn:after {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    right: 25px;
    top: 50%;
    margin-top: -4px;
}
footer {
    display: flex;
    align-items: center;
    border-top: 1px solid #fff;
    padding: 20px 0;
    justify-content: space-between;
    width: 93%;
    margin: 0 auto;
}

img.footer_logo {
    width: 60px;
    margin-right: 20px;
}

ul.footer_menu li a {
    font-size: 12px;
}

ul.footer_menu {
    display: flex;
    align-items: center;
}

ul.footer_menu li {
    margin: 0 10px;
}

ul.footer_menu li a {
    display: block;
    color: #fff;
}

small {
    font-size: 11px;
    letter-spacing: 1px;
    color: #fff;
}

/*loopslider*/
.loopSlide {
    display: flex;
    width: 100vw;
    height: 100px;
    overflow: hidden;
    img {
        width: auto;
        height: 100%;

        &:first-child {
            animation: slide1 60s -30s linear infinite;
        }
        &:last-child {
            animation: slide2 60s linear infinite;
        }
    }
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*slider*/
.swiper--wrapper {
  width: 100%;
  height: 300px;
}

.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}

.swiper-slide:nth-child(3n + 1) {
  background-color: #de4439;
}

.swiper-slide:nth-child(3n + 2) {
  background-color: #fcd500;
}

.swiper-slide:nth-child(3n + 3) {
  background-color: #53c638;
}

.remodal.remodal_booknow {
    background: none!important;
    max-width: 560px;
    padding-top: 30px;
}

.remodal button {
    display: flex;
    width: 100%;
    border: none;
    padding: 20px 0;
    margin-top: 10px;
    justify-content: center;
    color: #222;
    border-radius: 6px;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    align-items: center;
    font-size: 1.1rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}

.remodal button:hover,
.remodal a:hover {
    background: #48c5f2;
	color: #fff;
}

.remodal button span {
    background: #fff;
    color: #169ccd;
    padding: 3px 14px;
    border-radius: 5px;
    position: absolute;
    font-size: 0.8rem;
    border-radius: 100px;
    margin-left: 7px;
    top: -38px;
}

.remodal button span:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg);
    bottom: -4px;
}
.remodal a {
    display: flex;
    padding: 20px 0;
    background: #fff;
    border-radius: 4px;
    justify-content: center;
    margin: 10px 0;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0;
    color: #222;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}

.remodal-close:hover {
	background: none!important;
}
.booknow_others {
    border: 1px solid #fff;
    padding: 20px 20px 10px;
    margin: 20px auto 0;
    border-radius: 10px;
}

.booknow_others_title {
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    margin-bottom: 15px;
}

.booknow_others  a {
    padding: 8px 0!important;
    font-size: 0.8rem;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
.campaign_banner {
    width: 94%;
    margin: 0 auto 3% auto;
    position: inherit;
    left: inherit;
    bottom: inherit;
    z-index: inherit;
}
	
.float_btn_area img {
    width: 80px;
    height: auto;
    left: 10px;
    top: -25px;
}

.float_btn_area {
    width: 100%;
    left: 3%;
    bottom: 10px;
}
	
.pc_disp {
	display: none!important;
}

.sp_disp {
	display: block!important;
}
	
#splash-logo:before {
    font-size: 20px;
    position: inherit;
    top: 0;
    -webkit-text-stroke: inherit;
    color: #ffe44d;
    letter-spacing: 5px;
    margin: -60px auto 0;
    display: block;
}
	
body {
    min-width: inherit;
}

header {
    min-width: inherit;
    padding: 10px 0;
    background: none;
}

ul.header_menu_list {
    display: none;
}

.header_logo {
    margin: 0 auto;
    width: 80px;
}

.header_inner {
    min-width: inherit;
}

section.fv {
    padding: 60px 0;
    background-position: left -58% bottom 0%, right -27% top -4%;
    background-size: 50%, 50%;
}

.fv_inner {
    width: 94%;
    height: 450px;
    border-radius: 18px;
    min-height: inherit;
}

.fv_inner h1 {
    width: 90%;
    padding-top: 38px;
}
	
img.campaign_head {
    width: 90%;
    margin: 0 auto;
}

.badge {
    width: 64%;
    display: flex;
    align-items: center;
    left: 18%;
    top: inherit;
    bottom: 3.5%;
}

.badge img {
    width: 45%;
    margin: 0 2.5%;
}

img.fv_illust_1 {
    width: 20%;
    left: 5%;
    margin-left: 0;
}

img.fv_illust_2 {
    width: 20%;
    right: 5%;
}

.access_inner {
    padding: 0 5%;
}

h2.access_title {
    width: 70%;
    margin: 0 auto 50px;
}

.access_map_base {
    width: 100%;
    padding: 0;
}

span.map_usj {
    width: 38%;
    left: 0%;
    top: -9.5%;
}

span.map_fuse {
    width: 24%;
    right: -2%;
    top: 22%;
}

span.map_namba {
    width: 35%;
    left: 42.5%;
    top: 6.5%;
}

.loopslider_area {
    position: inherit;
    margin-top: 30px;
}

section.access {
    padding: 0;
    background-size: 100%;
}

.gusetroom_inner h2 {
    width: 80%;
    margin: 0 auto 40px;
}

section.guestroom {
    padding: 30px 0 50px 0;
    background-size: 100%;
}

.guestroom_contents {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.guestroom_contents_inner {
    width: 100%;
    margin-bottom: 20px;
}

.guestroom_slider_baloon {
    width: 25%;
    right: -3%;
    top: -3%;
}

.guestroom_contents_inner h3 {
    font-size: 18px;
    margin-bottom: 13px;
    color: #072d44;
}

.slick-track {
    margin-bottom: 2px;
}

.guestroom_contents_inner h4 {
    font-size: 13px;
    color: #072d44;
    line-height: 22px;
}

.shotengai_inner {
    padding: 0 5%;
}

h2.shotengai_title {
    width: 82%;
    margin: 0 auto 40px;
}

.shotengai_contents {
    display: block;
}

.shotengai_01 {
    width: 72%;
}

.shotengai_01 h3 {
    right: -37%;
    top: -2%;
    width: 72%;
}

.shotengai_02 {
    width: 98%;
    margin: 0 auto;
}

img.illust_shop {
    top: -7%;
    width: 47%;
    left: 2%;
}

img.illust_couple {
    right: -26%;
    left: inherit;
    bottom: -1%;
    width: 35%;
}

.shotengai_02 h3 {
    width: 69%;
    top: 16%;
}

img.illust_food {
    width: 44%;
    left: 10%;
    bottom: 3%;
}

.shotengai_miryoku {
    width: 100%;
    border-radius: 12px;
    border: 3px dotted;
    margin: 60px auto 0;
}

.shotengai_miryoku h3 {
    width: 90%;
    margin: -10% auto 0;
}

ul.shotengai_spot li {
    width: 43%;
    margin: 1%;
}

ul.shotengai_spot {
    margin: 4px 0 16px;
}

img.illust_family3 {
    width: 30%;
    right: 3%;
}

img.illust_bag {
    width: 14%;
    bottom: 20%;
    top: inherit;
}

img.illust_car {
    width: 29%;
    left: 5%;
}

img.illust_drink {
    width: 18%;
    bottom: 15%;
}

section.shotengai {
    padding: 50px 0 100px;
}

.plan_inner:before {
    width: 300px;
    margin-left: -150px;
    top: -40px;
}
	
.plan_inner {
    padding-top: 80px;
}

.plan_inner h2 {
    width: 70%;
    margin: 0 auto;
}

.plan_illust {
    max-width: inherit;
    margin-left: 0;
    left: 0;
    top: -50px;
}

span.plan_illust_left {
    width: 42%;
}

span.plan_illust_right {
    width: 39%;
}

.plan_title {
    width: 110px;
    top: -20px;
    left: 5%;
}

ul.plan_schedule {
    width: 420%;
}

.plan_thumb h3 span {
    font-size: 13px;
}

.plan_contents {
    padding-top: 70px;
    background-position: top 12% left, bottom 10% center;
    background-size: 200%, 200%;
    position: relative;
}
	
.slider3 li:nth-child(even) {
    margin-top: 30px;
}
	
.slick-list.draggable {
    padding-left: 3%;
}
	
.day {
    position: absolute;
    width: 55px;
    right: 14px;
    top: 12px;
}
	
.plan_thumb {
    width: 100%;
    padding: 30px 0 20px 18px;
    position: relative;
    border-radius: 20px;
}
	
.plan_thumb h3 {
    left: 34px;
    bottom: 34px;
}
	
.slick__prev, .slick__next {
    position: absolute;
    top: -38px;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #18212b;
    background: #fff;
}
	
.slick__next {
    right: calc((100vw - 95%));
}
	
.slick__prev {
    right: calc((100vw - 82%));
}
	
.slick__prev:before, .slick__next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #18212b;
    border-right: 1px solid #18212b;
    opacity: 1;
    content: '';
}

section.plan {
    padding: 0;
}

.about_inner {
    padding-top: 40px;
}
	
span.about_bg {
    font-size: 75px;
    top: -59px;
}

section.about {
    padding: 0px 5% 0;
    overflow: hidden;
    background-size: 50%;
    background-position: top 68% right;
}

.about_concept {
    display: block;
}

.about_image {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.about_cap {
    width: 90%;
    margin: 0 auto;
}

.about_cap h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}

.about_cap p {
    font-size: 13px;
    line-height: 24px;
}

.float_btn {
    padding: 14px 0 15px;
    text-align: center;
    right: 3%;
    bottom: 11px;
    align-items: center;
    border-radius: 6px;
    width: 94%;
    display: flex;
    overflow-x: inherit;
    justify-content: center;
}

.float_btn img {
    width: 80px;
}
	
.reserve {
    display: block;
    padding: 30px 5%;
    margin: 40px 0;
    border-radius: 8px;
}

.reserve_cap {
    width: 100%;
    margin: 0 0 20px;
}

.reserve_cap p {
    font-size: 15px;
}

.reserve_cap p span {
    font-size: 15px;
}

.reserve_cap img {
    width: 180px;
}

.reserve_btn {
    font-size: 15px;
    padding: 15px 0;
    width: 100%;
    display: block;
    border-radius: 6px;
}

footer {
    padding: 30px 5% 60px;
    display: block;
}

.footer_main {
    display: block;
    text-align: center;
}

img.footer_logo {
    margin: 0 auto 25px;
    width: 50px;
}

ul.footer_menu {
    justify-content: center;
}

ul.footer_menu li a {
    font-size: 11px;
}

small {
    font-size: 10px;
    text-align: center;
    display: block;
    margin-top: 25px;
}
.header_change {
    padding: 8px 0;
}

.header_change .header_logo {
    width: 66px;
}
	
.slider3 li {
    width: 1.2%;
    margin-right: 0;
}
	
.remodal button {
    font-size: 0.7rem;
}

.remodal button span {
    font-size: 0.6rem;
}

.booknow_others a {
    font-size: 0.6rem;
}

.booknow_others_title {
    font-size: 0.6rem;
}
}
