@charset "UTF-8";
/*---------------------------------------------------------------*\
$common
\*---------------------------------------------------------------*/

/* footer */

.vison_area {
    background: #000;
    padding: 50px 0;
}

a.vision_link {
    display: block;
    text-align: center;
    position: relative;
    font-family: 'Overpass', 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    padding: 18px 60px 15px;
    font-weight: bold;
    line-height: 20px;
    width: max-content;
    margin: 0 auto;
    color: #169ccd;
    font-size: 1.3rem;
    border-radius: 100px;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.vision_link span {
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #169ccd;
    border-right: 1.5px solid #169ccd;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.vision_link:hover {
	background: #169ccd;
	color: #fff;
}

a.vision_link:hover span {
	right: 25px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
}

footer {
    background: #169ccd;
    padding: 0 0 80px;
    position: relative;
    min-width: 1150px;
    margin: 0 auto;
}

.substack_area {
    width: 100%;
    background: #fff;
    padding-bottom: 80px;
}

.substack_area iframe {
    margin: 0 auto;
    border-radius: 20px;
    border: none!important;
}

footer .menu_footer {
    width: 85%;
    max-width: 1000px;
    padding-top: 80px;
    margin: 0px auto;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

footer .description_menu_footer {
    font-family: 'Jaldi', sans-serif;
    font-size: 11px;
    color: #fff;
    margin-top: 17px;
    width: 60%;
    line-height: 16px;
}

.menu_right_footer_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer_hotels_list {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

a.footer_hotels_fuse {
    display: block;
    background: url("../img/home/hotels_fuse_footer_banner.jpg");
    border-radius: 6px;
    background-size: cover;
    width: 48%;
    background-position: center;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.footer_hotels_fuse:hover {
	opacity: 0.7;
}

a.footer_hotels_takaoka {
    display: block;
    background: url("../img/home/hotels_takaoka_sp.jpg");
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    width: 48%;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.footer_hotels_takaoka:hover {
	opacity: 0.7;
}

a.footer_hotels_takaoka span {
    display: block;
    padding: 38px 0;
    text-align: center;
    font-size: 1.25rem;
    background: rgba(0,0,0,0.5);
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Overpass', sans-serif;
}

a.footer_hotels_fuse span {
    display: block;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 38px 0;
    font-size: 1.25rem;
    letter-spacing: 2px;
    font-family: 'Overpass', sans-serif;
    text-align: center;
}

.each_menu_footer_hotels {
    width: 65%;
}

footer small {
    color: #fff;
    font-size: 10px;
    font-family: 'Jaldi', sans-serif;
    text-align: right;
    max-width: 1000px;
    display: block;
    margin: 30px auto 0;
}

footer .menu_left_footer {
    width: 15%;
    display: flex;
}

footer .menu_right_footer {
    justify-content: space-between;
    display: flex;
    width: 85%;
}

footer .each_menu_footer {
    width: 35%;
}

footer .title_menu_footer {
    font-size: 19px;
    color: #fff;
    font-family: 'Overpass', sans-serif;
}

footer .each_menu_footer ul {display: flex;flex-wrap: wrap;}

footer .each_menu_footer ul li {
    margin-bottom: 12px;
    width: 50%;
    text-align: right;
}

footer .each_menu_footer ul li:last-child {
    margin-bottom: 0px;
}

footer .each_menu_footer ul li a {
    font-size: 13px;
    color: #fff;
    font-family: 'Overpass', sans-serif;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

footer .each_menu_footer ul li a:hover {
    opacity: 0.6;
}

footer .each_menu_footer ul li a br {
    display: none;
}

footer .logo_menu {
    width: 80px;
}

footer .logo_menu img {
    width: 100%;
    height: auto;
}

footer .sns_footer_sp {
    display: none;
}

footer .sns_footer {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: flex-end;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    justify-content: flex-end;
}

footer .sns_footer ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: inherit;
    justify-content: end;
}

footer .sns_footer ul li {
    margin-right: 30px;
    width: inherit;
}

footer .sns_footer ul li:last-child {
    margin-right: 0px;
}

footer .fa-facebook-f {
    font-size: 15px;
    color: #fff;
}

footer .fa-instagram {
    font-size: 15px;
    color: #fff;
}
footer .fa-youtube {
    font-size: 15px;
    color: #fff;
}
footer .sns_footer i,
footer .sns_footer_sp i
 {
    margin-top: 0;
}

footer .sns_footer_sp {
    display: none;
}
.news_letter {
    width: 34%;
    background: rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 30px 20px;
}

.news_letter_title {
    letter-spacing: 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.news_letter p {
    font-size: 1.1rem;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

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

.nl_form span {
    background: #000;
    color: #fff;
    padding: 5px 7px;
    letter-spacing: 0;
    font-size: 1rem;
    width: 30%;
    text-align: center;
    border-radius: 0 4px 4px 0;
}

.nl_form input {
    font-size: 1rem;
    border: none;
    border-radius: 4px 0 0 4px;
    padding: 5px;
    width: 70%;
}
.booknow_fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 140px;
    z-index: 9999;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.booknow_fixed a,
.booknow_fixed button
 {
    display: block;
    text-align: center;
    background: #169ccd;
    font-weight: bold;
    padding: 50px 0;
    color:#fff;
    font-size: 16px;
    margin: 0;
    height: 140px;
    width: 140px;
    border-radius: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    border: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.booknow_fixed a:hover, .booknow_fixed button:hover {
	background: #4dc0ea;
}

.booknow_fixed a span {
    color: #fff;
    display: block;
    font-family: 'Overpass', sans-serif;
}

.remodal button span:before {
    position: absolute;
    content: "";
    display: block;
    background: #fff;
    width: 8px;
    transform: rotate(45deg);
    height: 8px;
    left: 50%;
    bottom: -4px;
    margin-left: -4px;
}

.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.8rem;
    -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 16px;
    border-radius: 5px;
    top: -38px;
    border-radius: 100px;
    margin-left: 7px;
    position: absolute;
}
.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;
}

.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-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: 1.3rem;
}
/*---------------------------------------------------------------*\
$480px
\*---------------------------------------------------------------*/

@media screen and (max-width: 480px) {
.vison_area {
    padding: 30px;
}
a.vision_link {
    font-size: 1.4rem;
    padding: 18px 0 14px;
    line-height: 22px;
    width: 100%;
}

a.vision_link span {
    right: 18px;
}

a.vision_link:hover span {
	right: 15px;
}
	
    /* footer */
    footer {
        padding: 0 0 40px 0;
        min-width: inherit;
    }
	footer .menu_footer {
		display: block;
		padding: 40px 0 0;
	}
	footer .menu_left_footer {
    display: block;
    margin: 0 auto 30px;
	}

	footer .menu_right_footer {
		display: block;
		width: 100%;
	}
	footer .logo_menu {
		width: 55px;
		margin: 0 auto;
	}
    footer .description_menu_footer {
        width: 100%;
    }
    footer .title_menu_footer {
        font-size: 17px;
    }
    footer .sns_footer_sp {
        width: 100%;
    }
    footer .each_menu_footer {
        width: 100%;
        margin: 25px 0;
    }
    footer .each_menu_footer ul li {
		margin: 8px 0;
		width: 50%;
	}
    footer .each_menu_footer ul li a {
        font-size: 12px;
        display: block;
        text-align: center;
    }
    footer .each_menu_footer ul li a br {
        display: block;
    }
    footer .sns_footer {
        display: none;
    }
    footer .sns_footer_sp {
        display: block;
        width: 100%;
        margin: 40px auto 0;
    }
    footer .sns_footer_sp ul {
        display: -webkit-flex;
        display: flex;
    }
    footer .sns_footer_sp ul li {
        margin-right: 30px;
    }
    footer .sns_footer_sp ul li:last-child {
        margin-right: 0px;
    }
	.each_menu_footer_hotels {
    width: 100%;
}
	
.substack_area {
    padding: 5%;
    background: #f9f9f9;
}
	
a.footer_hotels_fuse {
    width: 100%;
    margin-bottom: 10px;
}

a.footer_hotels_takaoka {
    width: 100%;
}
	
.menu_right_footer_main {
    width: 100%;
    display: block;
}
	
.footer_hotels_list {
    display: block;
    margin-bottom: 20px;
    justify-content: space-between;
}

a.footer_hotels_fuse span {
    padding: 20px 0;
}

a.footer_hotels_takaoka span {
    padding: 20px 0;
}

.news_letter {
    width: 100%;
}

footer small {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.booknow_fixed a, .booknow_fixed button {
    font-size: 12px;
    width: 110px;
    height: 110px;
    padding: 40px 0;
}

.booknow_fixed button span {
    font-size: 10px;
}

.booknow_fixed {
    right: 10px;
    width: 110px;
    bottom: 10px;
}
	
.remodal button {
    font-size: 1.6rem;
    padding: 15px 0;
    border-radius: 6px;
}

.remodal a {
    font-size: 1.6rem;
    padding: 15px 0;
    border-radius: 6px;
}

.remodal button span {
    padding: 2px 16px;
    font-size: 1.3rem;
}

}
