@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, a, form, fieldset, input, textarea, label, p, blockquote, th, td {
    text-decoration : none;
    font-style : normal;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
}
html, body {
    width: 100%;
    height: 100%;
}
img {
    vertical-align: bottom;
    width: 100%;
}
.aks {
    display: inline-block;
}
header {
    background-color: #fff;
    padding: 1rem;
}
.header_logo {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}
.hero {
    position: relative;
    overflow: hidden;
}
.title_line_left {
    height: 100%;
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 50;
    width: 0.83vw;
    max-width: 15.3px;
}
.title_line_right {
    height: 100%;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 50;
    width: 0.83vw;
    max-width: 15.3px;
}
.hero_title:after {
    content: "";
    display: block;
    padding-bottom: 10%;
}
.hero_slide:after {
    content: "";
    display: block;
    padding-bottom: 55%;
}
.hero_title {
    background-image: url(../images/PC_bg.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100vw auto;
    width: 100%;
    height: 33vw;
    aspect-ratio: 5 / 1.61;
    padding: 4%;
}
.PC_title_wrap {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.PC_title_item {
    position: absolute;
    width: 90%;
    top: 10%;
    left: 49%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
}
.hero_title_sub {
    max-width: 500px;
    width: 35%;
    position: absolute;
    bottom: 6rem;
    z-index: 1;
}
@-webkit-keyframes sdb {
 0% {
 -webkit-transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 -webkit-transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@keyframes sdb {
 0% {
 transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
/*=== 画像の表示エリア ================================= */
.hero_slide {
    position : relative;
    overflow : hidden;
    height: 100%;
    width: 100vw;
    aspect-ratio: 5 / 4;
    z-index: -1;
    background-size: cover;
}
/*=== 画像の設定 ======================================= */
.hero_slide img {
    display : block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    /* 画像のサイズを表示エリアに合せる */
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    opacity : 0;
    animation : slideAnime 24s ease infinite;
}
/*=== スライドのアニメーションを段差で開始する ========= */
.hero_slide img:nth-of-type(1) {
    animation-delay: 0s
}
.hero_slide img:nth-of-type(2) {
    animation-delay: 6s
}
.hero_slide img:nth-of-type(3) {
    animation-delay: 12s
}
.hero_slide img:nth-of-type(4) {
    animation-delay: 18s
}
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime {
 0% {
opacity: 0
}
 8% {
opacity: 1
}
 16% {
opacity: 1
}
 24% {
opacity: 1
}
 32% {
opacity: 0
}
 100% {
opacity: 0
}
}
.property {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.PC_property_item_wrap {
    position: relative;
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    aspect-ratio: 5 / 3.4;
}
.PC_property_item {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.PC_property_item_wrap:after {
    content: "";
    display: block;
    padding-bottom: 75%;
}
.property_sub {
    margin-bottom: 4rem;
}
.PC_property_sub_item_wrap {
    position: relative;
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    aspect-ratio: 5 / 3;
}
.PC_property_sub_item {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.PC_property_sub_item_wrap:after {
    content: "";
    display: block;
    padding-bottom: 65%;
}
.button a:link, .button a:visited, .button a:active {
    text-decoration: none;
    color: #fff;
}
.button a:hover {
    text-decoration: none;
    color: #E95504;
    background-color: #fff;
}
.button a {
    border: 2px solid #E95504;
    border-radius: 10px;
    background: #E95504;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-weight: 700;
    padding-top: 13px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    letter-spacing: 3px;
    line-height: 26px;
    font-size: 22px;
    min-width: 420px;
    margin-top: 3rem;
    margin-bottom: 6rem;
}
.button a[target="_blank"]:after, .js-modal-open a:after {
    font-family: "Font Awesome 5 Free";
    content : "\f24d";
    font-weight: 900;
    margin: 0px 2px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: bottom;
    text-decoration: none !important;
}
.lodging_button {
    margin-top: -4rem;
}
.PC_check_point {
    background-color: #5C2B0D;
    padding-top: 4rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 3rem;
}
.PC_check_point_title {
    max-width: 1000px;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}
.PC_check_point_item_wrap {
    display: flex;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    padding-top: 1rem;
}
.PC_check_point_line_center {
    width: 5.6px;
    margin-left: 1rem;
    margin-right: 1rem;
}
.PC_check_point_line_middle {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
.about_use_title {
    font-size: 22px;
    margin-bottom: 2rem;
}
.about_use_item {
    text-align: justify;
    text-indent: -1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
}
.about_use_item span {
    color: #27A639;
}
.about_use_annotation {
    margin-top: 1rem;
    font-size: 14px;
    text-align: right;
}
footer {
    padding: 2em;
    background-color: #fff;
    border-top: 1px solid #000000;
}
footer .footer_item {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.footer_add {
    margin-top: 2rem;
    font-size: 12px;
}
address {
    margin-top: 2rem;
    margin-bottom: -1rem;
    font-size: 12px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    color: #000;
}

@media (max-width:559px) {
.PC {
    display: none;
}
.header_logo {
    max-width: 150px;
}
.title_line_left {
    left: 0.5rem;
    top: 0.5rem;
    width: 1.5vw;
    max-width: 15.3px;
}
.title_line_right {
    top: 0.5rem;
    right: 0.5rem;
    width: 1.5vw;
    max-width: 15.3px;
}
.hero_title:after {
    padding-bottom: 10%;
}
.hero_slide:after {
    padding-bottom: 55%;
}
.hero_title {
    background-image: url(../images/SP_bg.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100vw auto;
    width: 100%;
    height: 78vw;
    aspect-ratio: 5 / 5;
    padding: 1%;
}
.SP_title_wrap {
    position: relative;
}
.SP_title_item {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.hero_slide {
    aspect-ratio: 5 / 4.5;
}
.hero_slide img {
    width: 100%;
    height: auto;
}
.property {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.property_sub {
    margin-bottom: 2rem;
}
.SP_property_item_wrap {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    aspect-ratio: 5 / 3.4;
}
.SP_property_item {
    position: absolute;
    width: 90vw;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.SP_property_item_wrap:after {
    content: "";
    display: block;
    padding-bottom: 80%;
}
.SP_property_item_2nd {
    margin-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
}
.property_sub {
    margin-bottom: 4rem;
}
.SP_property_sub_item_wrap {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    aspect-ratio: 5 / 3;
}
.SP_property_sub_item {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.SP_property_sub_item_wrap:after {
    content: "";
    display: block;
    padding-bottom: 135%;
}
.button a {
    border-radius: 5px;
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 13px;
    padding-bottom: 10px;
    letter-spacing: 2px;
    line-height: 14px;
    font-size: 14px;
    min-width: 275px;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.lodging_button {
    /*margin-top: -2.5rem;*/
    margin-top:0;
}
.SP_check_point {
    background-color: #5C2B0D;
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.SP_check_point_title {
    max-width: 1000px;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}
.SP_check_point_line {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.about_use_title {
    font-size: 16px;
    margin-bottom: 1rem;
}
.about_use_item {
    text-align: justify;
    text-indent: -1rem;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
    font-size: 14px;
}
.about_use_item span {
    color: #27A639;
}
.about_use_annotation {
    margin-top: 1rem;
    font-size: 12px;
    text-align: right;
}
footer {
    padding: 1em;
}
footer .footer_item {
}
address {
    margin-top: 1rem;
    margin-bottom: -0.5rem;
    font-size: 10px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    color: #000;
}
}

@media (max-width:959px) {
}

@media (min-width:560px) {
.SP {
    display: none;
}
}

@media (max-width:959px) and (min-width:560px) {
}

@media (min-width:1280px) {
}

@media (min-width:1315px) {
.hero_title {
    height: 425px;
    padding: 50px;
}
}
