
.grecaptcha-badge { visibility: hidden; }
/*----------フェイドイン---------*/
/* スクロールCSS */
.fade-in {
    opacity: 0;
    transition-duration: 550ms;
    transition-property: opacity, transform;
  }
  
  .fade-in-up {
    transform: translate(0, 50px);
  }
  
  .fade-in-down {
    transform: translate(0, -50px);
  }
  .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
  }
@media screen and (min-width: 990px) {

  .fade-in-left {
    transform: translate(-50px, 0);
  }
  
  .fade-in-right {
    transform: translate(50px, 0);
  }
  

}
      /* 共通 */
* {
    box-sizing: border-box;
    font-family: "Zen Maru Gothic", Noto Sans JP,serif;
    font-weight: 400;
    font-style: normal;
    color: #443e3e;
    line-height: 1.5em;
}
p{font-size: 17px;}
body{
    background: #464A31;
}
body .note{
    max-width: 1000px;
    font-size: 10px;
    padding: 10px;
}
.mtb20 {
    margin: 20px 0;
}
.details-table , .contact-table {
    background: #fff;
    padding: 15px 0px;
}
.details-table  {
    padding: 15px 10px 25px;  
}
section.contact table ,section.company table ,.details-table table{
    max-width: 1100px;
    width: 100%;
    margin: 30px auto;
}

    .max_width{
        max-width: 1100px;
        margin: auto;
    }
    .important_ttl{
        font-size: 30px;
        line-height: normal;
        text-align: center;
        margin-bottom: 50px;
        text-shadow: 1px 2px 3px #808080;
    }
    .important_ttl span{
        font-size: 40px;
        background: linear-gradient(transparent 50%, #FFF362 50%);
    }
    .sp {
        display: none;
    }
  
    .cta {
        height: 28px;
        line-height: 28px;
        font-size: 15px;
    }
    .pc{display: block;}
    @media screen and (max-width: 900px) {
    .max_width{
        padding: 15px;
    }
    .important_ttl{
        font-size: 20px;
    }
    .important_ttl span{
        font-size: 25px;
    }
    .sp {
        display: block;
    }
    .pc{display: none;}
  
}


/* top */
.top{
    position: relative;
    background-color:#798F5C ;
}
.top .note{
position: absolute;
bottom: 12%;
right: 0%;
color: #fff;
}
.top .top_ttl{
    position: absolute;
    top: 15%;
    left: 0px;
    width: 40%;
}
.top .top_logo{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15%;
}
.top .top_mountain{
    position: absolute;  
    bottom: 0;
    width: 100%;
}
.top_img{
margin: 0 0 0 auto;
display: block;
}

@media screen and (max-width: 990px) {
    .top .note{    bottom: -5%;
        z-index: 1;
        color: #2c2626;}
    .top .top_logo{
        padding: 10px;
        width: 30%;
    }
}
/* お問い合わせアイコン */
.floating-banner .banner_1 {
    width: 115px;/* バナーの横幅 */
    filter: drop-shadow(2px 2px 2px #333);
    padding: 10px;
    background: #FF9900;/* バナーの背景色 */
    color: #fff;/* バナー内の文字色 */
    font-weight: bold;
    text-align: center;
    border-radius: 25px 0 0 25px;
    position: fixed;
    z-index: 99999;
    top: 47%;
    right: 0;
    transition-duration: .5s;
}

.floating-banner .banner_2 {
    width: 115px;/* バナーの横幅 */
    filter: drop-shadow(2px 2px 2px #333);
    padding: 10px;
    background: #06C756;/* バナーの背景色 */
    color: #fff;/* バナー内の文字色 */
    font-weight: bold;
    text-align: center;
    border-radius: 25px 0 0 25px;
    position: fixed;
    z-index: 99999;
    top: 65%;
    right: 0;
    transition-duration: .5s;
}

.floating-banner .banner_3 {
    width: 115px;/* バナーの横幅 */
    filter: drop-shadow(2px 2px 2px #333);
    padding: 10px;
    background: #000000;/* バナーの背景色 */
    color: #fff;/* バナー内の文字色 */
    font-weight: bold;
    text-align: center;
    border-radius: 25px 0 0 25px;
    position: fixed;
    z-index: 99999;
    top: 84%;
    right: 0;
    transition-duration: .5s;
}
@media screen and (min-width: 900px) {
.floating-banner .banner_1:hover ,.floating-banner .banner_2:hover ,.floating-banner .banner_3:hover{
    width: 145px;
    filter: saturate(0.5)  drop-shadow(2px 2px 2px #333);
}
}
.floating-banner .copy span{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: Noto Sans JP;
}
.floating-banner .copy {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
        margin: 0 auto 5px;
        font-family: Noto Sans JP;
}
.floating-banner .cta {
    display: inline-block;
    width: 30px;
    height: min-content;
    margin: 0 0 5px;
}

@media screen and (max-width: 900px) {

    .floating-banner .cta{
        width: 25px;
        margin: 5px;
        height: auto;
    }
    .floating-banner {
        position: relative;
    }
    .floating-banner .banner_1 {
        bottom: 0%;
        top: auto;
        width: 39%;
        left: 2%;
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
        border-radius: 25px 25px 0 0;
    }
    .floating-banner .copy {
        font-size: 12px;
        margin: 0 auto;
    }
    .floating-banner .copy span {
        font-size: 15px;
    }
    .floating-banner .banner_2 {
        bottom: 0%;
        top: auto;
        width: 39%;
        height: 75px;
        left:  44%;
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
        border-radius: 25px 25px 0 0;
    }
    .floating-banner .banner_3 {
        bottom: 0%;
        top: auto;
        width: 12%;
        right:  2%;
        height: 75px;
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
        border-radius: 25px 25px 0 0;
    }
    }
/*point*/

.point{
    background: #F7FEFF;
    padding: 40px 0 40px;
    position: relative;
    margin-bottom: 120px;
}
.point::before{
    content: "";
    background: url(..//img/frame_3.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 103px;
    top: -76px;
    position: absolute;
}
.point::after{
    content: "";
    background: url(..//img/frame_3.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 103px;
    bottom: -76px;
    transform: scaleY(-1);
    position: absolute;
}
.point .point_box{
    margin-bottom: 60px;
}

.point_ttl{
    position: relative;
    border-bottom: 2px solid #898989;
    font-size: 40px;
    margin-left: 100px;
    padding: 10px 15px;
}
.point_ttl::before{
    content: "";
    background: url(..//img/ttl_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    height: 90px;
    top: 50%;
    position: absolute;
    left: -95px;
    transform: translateY(-50%);
    }

    .point .flex_box{
        display: flex;
        flex-wrap: wrap;
        margin: 30px auto;
        justify-content: space-around;
    }
    .point .flex_box .text{
        width: 40%;
    }
    .point .text p{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .point .text span{
        background: linear-gradient(transparent 50%, #E9EDBE 50%);
    }
    .point .text strong{
font-size: 40px;
font-family: Noto Sans JP;
    }
    .point .flex_box .convenience_map{
        width: 55%;
    }
    .point .flex_box .bullet_img {
        margin-bottom: 25px;
    }
    .point .inexpensive .flex_box p,.point .comfortable .flex_box p{
width: 85%;
    }
    .point .inexpensive .flex_box .illustrations ,.point .comfortable .flex_box .illustrations{
        width: 14%;
    }
    @media screen and (max-width: 900px) {
        .point::before{
            height: 35px;
            top: -20px;
        }
        .point .text p{
            font-size: 20px;
        }
        .point .text strong {
            font-size: 27px;
        }
        .point .flex_box .convenience_map ,.point .flex_box .text,.point .inexpensive .flex_box p, .point .comfortable .flex_box p {
            width: 100%;
            margin-bottom: 30px;
        }
        .point .inexpensive .flex_box .illustrations, .point .comfortable .flex_box .illustrations {
            width: 30%;
            margin: 35px auto;
        }
    }

    /*spot*/
    .spot{
        background-color: #5B5E44;
    }
    .spot .distance{
background: #9AB2AE;
padding: 10px 25px;
margin: 0px 0 30px auto;
width: 60%;
    }
    .spot .distance p{
        font-family: Noto Sans JP, serif;
        color: #fff;
        font-weight: 500;
        font-size: 25px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .spot .distance p span{
        display: inline-block;
        background: #FDF68B;
        border-radius: 50%;
        width: 75px;
        height: 75px;
        font-size: 45px;
        text-align: center;
        line-height: 65px;
        margin-right: 10px;
        font-weight: 500;
        font-family: Noto Sans JP, serif;
    }

    .spot .distance img{
        width: 5%;
        margin-right: 15px;
    }
    .spot .distance small{
        color: #fff;
    }
    .spot .spot_area{
        background: #FFFFF7;
        padding: 150px 0 160px;
        position: relative;
    }
    .spot .spot_area .spot_area_1{
        width: 5%;
        top: 40px;
        right: 5%;
        position: absolute;
    }
    .spot .spot_area .spot_area_2{
        width: 8%;
        bottom: 40px;
        left: 5%;
        position: absolute;
    }
    .spot .spot_area .spot_area_3{
        width: 30%;
        bottom: 40px;
        right: 0%;
        position: absolute;
    }
    .spot_area .flex_box{
        display: flex;
        flex-wrap: wrap;
        margin: 60px auto;
        align-items: center;
        max-width: 1500px;
        justify-content: space-between;
    }
    .spot_area .spot_text{
        width: 50%;
        padding: 10px 30px;
    }
    .spot_area .spot_text a{
        color: #9AB2AC;
        border-bottom: 1px solid #9AB2AC;
        margin-top: 10px;
        font-size: 20px;
        display: inline-block;
    }
    .spot_area .spot_text a:hover{
        color: #758380;
        border-bottom: 1px solid #758380;
    }
    .spot_area .spot_text p{
        font-size: 17px;
        line-height: 1.9em;
    }
    .spot_area .spot_img{
        width: 45%;
    }
    .spot_area .spot_ttl{
        font-size: 40px;
    }
    .spot_area .spot_text .address{
        background: #9AB2AD;
        color: #fff;
        margin: 20px auto;
        font-size: 30px;
        display: inline-block;
        padding: 0px 15px;
    }
    @media screen and (max-width: 900px) {
        .spot .spot_area .spot_area_1{
            top: 120px; 
        }
        .spot .spot_area{
            padding: 30px 0 100px;
        }
        .spot .distance{
            padding: 10px;
            text-align: center;
        }
        .spot .distance p{
            font-size: 20px;
            display: block;
        }
        .spot .distance small{
            color: #fff;
        }
        .spot .distance p:first-child{
            margin-bottom: 25px;
        }
        .spot .distance p img{
            width: 12%;
    display: block;
    margin: 10px auto 0;
        }
        .spot .distance p span{
            font-size: 30px;
            width: 50px;
            height: 50px;
            font-size: 30px;
            line-height: 50px;
        }
        .spot .distance{
            width: 100%;
        }
        .spot_area .spot_text{
            width: 100%;
            padding: 20px 10px;
            order: 2;
        }
        .spot_area .spot_img{
            width: 100%;
            order: 1;
            padding: 10px;
        }
        .spot_area .spot_ttl{
            font-size: 28px;
        }
        .spot_area .spot_text .address{
            font-size: 22px;
        }

    }
    /* property */
    .land{
        margin-top: 30px;
    }
    .land .note{
        max-width: 100%;
        color: #fff;
        width: 16em;
        margin-right: 0;
    }
.property{
    background: #F7FEFF;
    padding: 40px 0 40px;
    position: relative;
    margin: 120px auto;

}
.property::before{
    content: "";
    background: url(..//img/frame_3.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 103px;
    top: -76px;
    position: absolute;
}
.property::after{
    content: "";
    background: url(..//img/frame_3.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 103px;
    bottom: -76px;
    transform: scaleY(-1);
    position: absolute;
}
.property_1 , .property_2 ,.property_3{
    background: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
    align-items: center;
    justify-content: space-evenly;
}
.property_1_img{
    width: 30%;
}
.property_2_img{
    width: 45%;
}
.property_2_img p{
    margin-top: 20px;
}
.property_1_img img{
    max-width: 300px;
    display: block;
    margin: auto;
}
.property_text .property_ttl{
    font-size: 22px;
    margin-bottom: 30px;
}
.property_text p{
    font-size: 18px;
}
.property_1 .property_text , .property_3 .property_list{
    width: 50%;
}
.property_2 .property_text , .property_3 .property_text{
    width: 40%;
}
.explanation_ttl{
text-align: center;
padding: 10px;
}
.explanation_text{
    text-align: center;
    font-size: 30px;
    margin: 20px auto;
    display: table;
    background: linear-gradient(transparent 50%, #FFF362 50%);
}
.explanation_img{
    display: flex;
    flex-wrap: wrap;
    margin:0 auto 40px;
    max-width: 1100px;
    }
    .explanation_img img{
        width: 50%;
    }
    .property_3 .property_list th {
        width: 30%;
        text-align: center;
        border: 1px solid #DADADA;
        padding: 10px;
        background-color: #cde7c6;
    }
    .property_3 .property_ttl{
        font-size: 25px;
        text-align: center;
        margin-bottom: 15px;
    }
    .property_3 .property_list td {
        border: 1px solid #DADADA;
        padding: 10px;
        font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-size: 22px;
        text-align: center;
    }
    @media screen and (max-width: 900px) {
        .property_1_img,.property_2_img ,.property_1 .property_text,.property_2 .property_text ,.property_3 .property_text, .property_3 .property_list{
            width: 100%;
            margin-bottom: 20px;
        }
        .property_text{
            order: 1;
        }
        .property_1_img ,.property_2_img ,.property_3 .property_list{
            order: 2;
        }
        .explanation_text{
            font-size: 24px;
        }
        .property{
            padding: 40px 0 0;     
    }}
    /*appeal*/

.appeal_area{
    background: #5B5E44;
    padding: 30px 0;
    margin-top: -10px;
}
.appeal_box{
    background: url(..//img/appeal_bk.png);
    margin: 30px auto;

}
.appeal_box .max_width{
    display: flex;
    padding: 30px 10px;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.appeal_text{
    width: 50%;
}
.appeal_ttl, .appeal_ttl_link{
    font-size: 30px;
    background: linear-gradient(transparent 50%, #E8D7C9 50%);
    position: relative;
    margin-right: 35px;
    display: inline;
    padding: 0 5px;
    transition-duration: .5s;

}
.appeal_ttl:hover{
    background: linear-gradient(transparent 50%, #bea997 50%);
}
.appeal_ttl_link::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 55%;
    transform: translateY(-50%);
        background: url(../img/link.svg);
        background-size: contain;
        background-repeat: no-repeat;
        right: -45px;
    }
a .appeal_ttl::after{
position: absolute;
content: "";
width: 35px;
height: 35px;
top: 55%;
transform: translateY(-50%);
    background: url(..//img/Instagram.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -40px;
}
.appeal_text .address , #near-map .address{
    font-family: Noto Sans JP, serif;
    margin-bottom: 20px;
    font-size: 14px;
}
.appeal_box img{
    width: 30%;
}
@media screen and (max-width: 900px) {
    .appeal_box img ,.appeal_text{
        width: 100%;
    }
    .appeal_ttl::after{
        bottom: 0;
        top:auto;
        transform: translateY(0%);
    }
    .appeal{
        margin-top: 100px;
    }
}
/* overview*/
.overview{
    margin: 30px auto;
}
.overview-tit{
    color: #fff;
    background: #AE8155;
    width: 30%;
    padding: 10px 25px;
    display: inline-block;
    margin: 30px 0;
    font-size: 30px;
}

.overview .details-table tr {
    font-size: 15px;
}
.overview .details-table td {
    border: 1px solid #DADADA;
    padding: 15px;
    font-size: 14px;
}
.overview .details-table th {
    width: 20%;
    border: 1px solid #DADADA;
    padding: 15px;
    background-color: #EAE4CE;
}
.overview_text{
    margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
    .overview .details-table tr{
        display: flex;
        flex-wrap: wrap;
    }
    .overview .details-table th{
        width: 30%;
        border-bottom: none;
        display: block;
    }
    .overview .details-table tr:last-child{
        border-bottom: 1px solid #DADADA;
    }
    .overview .details-table td {
        width: 70%;
        border-bottom: none;
      display: block;
    }
}
/* company */
.company-tit {
    background: #33519c;
    color: #fff;
width: 30%;
    padding: 10px 25px;
    display: inline-block;
    margin: 30px 0;
    font-size: 30px;
}
.company table{ 
    margin: 50px auto;
}
.company-tit::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 28px;
    position: absolute;
    top: 6px;
    left: 5px;
}
.company .company-tr{
    border: 1px solid #DADADA;
}
.company th{
    width: 20%;
    border-right: 1px solid #DADADA;
    padding: 15px;
    background: #F3F8E5;
}
.company td{
    width: 80%;
    padding: 15px;
    font-size: 14px;
}
@media screen and (max-width: 900px) {
    .company table {
      margin: 20px 10px;
    }

    .company th{
        border-bottom: 1px solid #DADADA;
        border-right: none;
    }
    .company th,
    .company td {
  　　border-bottom: none;
      display: block;
      width: 100%;
    }
    .overview-tit ,.company-tit{
        width: 70%;
        font-size: 24px;
    }
  }
  /*comment*/
  .comment_box{
    background: #fff;
    padding: 20px;
    margin: 30px auto;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  .comment_box img{
    width: 15%;
  }
  .comment_text{
    width: 80%;
    font-size: 20px;
  }
  .comment_ttl{
    font-size: 30px;
    display: inline-block;
    margin-bottom: 10px;
    background: linear-gradient(transparent 50%, #FFF362 50%);

  }
  @media screen and (max-width: 900px) {
    .comment_box img,.comment_text{
        width: 100%;
    }
    .comment_ttl{
        font-size: 24px;
  }
}
/* contact */
.contact{
    margin-bottom: 100px;
}
.contact-tit {
    position: relative;
    background: #519C33;
    color: white;
    padding: 10px 30px;
    font-size: 35px;
    font-weight: 500;
}

.contact-tit::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 40px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.contact-txt-sub {
    padding: 50px 10px 0;
    font-size: 15px;
}

input, textarea {
    border: 1px solid #9E9E9E;
    width: 100%;
}

input {
    height: 30px;
}

.contact-form {
    width: 100%;
    margin: 0 auto;
}

.contact-th {
    background: #F3F8E5;
    border-right: 1px solid #DADADA;
    font-weight: 100;
    width: 20%;
    padding: 15px;
}
.contact-th p{
    position: relative;
}
span.contact-need {
    position: absolute;
    right: 0px;
    background: red;
    color: white;
    font-size: 12px;
    padding: 4px;
    font-weight: 400;
}

.wpcf7-list-item{
    width: 100%;
}
.contact-td label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;

}
.contact-td label input{
    width: 10%;
}
.contact-td label span{
    width: 8em;
}
.contact-age input{
    width: 4em;
}
.wp-c01 {
    display: flex;
    flex-direction: column;
    margin-left: -10px;
}
.contact .contact-tr{
    border: 1px solid #DADADA;
}
.contact-td {
    border: 1px solid #DADADA;
    padding: 10px;
    font-weight: 500;
}


.contact-m {
    padding: 10px 0;
}

.contact-txt {
    color: red;
    padding: 10px 0 20px;
    max-width: 1100px;
}

input[type="checkbox"] {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    border: 1px solid #9E9E9E;
}

.td-box {
    display: flex;
    flex-wrap: wrap;
    padding: 7px 0;
}

.td-left {
    width: 20%;
}
.content-box textarea{
    min-height: 8em;
}
.contact-privacy {
    width: 100%;
    height: 280px;
    padding: 30px 100px;
    margin-bottom: 10px;
    border: solid 1px #ddd;
    overflow: auto;
}

.privacy-tit {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
}

.privacy-text {
    font-size: 14px;
    margin: 10px 0;
}
.contact-td-conf input{
    width: 50%;
    margin: 20px auto;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    display: block;
    font: caption;
    padding: 10px;
    font-size: 25px;
    font-family: Noto Sans JP;
    height: auto;
    border: 0;
    font-weight: 500;
    background:#FF9900;
    border-radius: 20px;
    transition-duration:1.5s;
}
.contact_line a{
    max-width: 1100px;
    margin: auto;
    width: 50%;
    margin: 20px auto;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    display: block;
    padding: 10px;
    font-size: 25px;
    font-family: Noto Sans JP;
    height: auto;
    background:#06C756;
    border-radius: 20px;
    transition-duration:1.5s;
}
.contact-td-conf input:hover ,.contact_line a:hover{
    filter: saturate(0.5);
}
.copyright{
    color: #fff;
    text-align: center;
    display: block;
    margin: 10px auto;
  }
@media screen and (max-width: 900px) {
    .contact-privacy{
        padding: 25px;
    }
    .contact-th {
        border-bottom: 1px solid #DADADA;
        border-right: none;
    }
    .contact-th,
    .contact-td {
        border-bottom:none;
      display: block;
      width: 100%;
    }
    .contact-td-conf input , .contact_line a{
        width: 80%;
        font-size: 20px;
    }
    .contact-td label span{
        width: 10em;
        display: block;
    }
    .copyright{
        margin: 10px auto 90px;
    }
  }
  .contact__tit{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact__inner{
    background: #FFFFF7;
    padding: 100px 10px;
    text-align: center;
    height: 70vh;
    position: relative;
  }
  .contact__inner .spot_area_1{
    width: 5%;
    top: 40px;
    right: 5%;
    position: absolute;
}
.contact__inner .spot_area_4{
    width: 5%;
    bottom: 40px;
    left: 5%;
    position: absolute;
}
  .contact__button{
color: #fff;
background-color: #000000;
border-radius: 20px;
padding: 10px;
width: 50%;
display: block;
margin: 20px auto;
  }
  .contact__button:hover{
    filter: saturate(0.5) 
  }

  /*周辺スポット*/

  *:focus {
outline: none;
}

.nearby-map{
  margin: 120px auto;
  background: #FFFFF7;
  padding: 50px 0;
}
      .batsu {
          display: block;
  margin: 0 0 10px auto;
  position: relative;
  width: 35px;
  height: 35px;
  border: none;
}

.batsu::before, .batsu::after { /* 共通設定 */
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 5px; /* 棒の幅（太さ） */
height: 35px; /* 棒の高さ */
background: #333;
}

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

.batsu::after {
transform: translate(-50%,-50%) rotate(-45deg);
}

#near-map .content__inner {
      display: flex;
  padding: 10px 10px 30px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#near-map .content__inner img{
  width: 40%;
  height: fit-content;
}
#near-map .near_text{
  width: 50%;
  text-align: justify;
}
#near-map .address_access{
      background: #9AB2AD;
      color: #fff;
      margin-bottom: 20px;
      font-size: 20px;
      display: inline-block;
      padding: 0px 15px;
  }
  .nearby-map strong{
    font-size: 40px;
    font-weight: 100;
    color: #443e3e;
  }
  .nearby-map .flex_icon{
      display: flex;
      justify-content: center;
  }
  .nearby-map .flex_icon img{
    width: 3em;
    height: 3em;
    margin: 10px;
  }
  .nearby-map .flex_box{  
    display: flex; 
  justify-content: center;
flex-wrap: wrap;
align-items: center;
margin-bottom: 20px;}
.nearby-map .flex_box p{  
font-size: 20px;
text-align: center;}
.nearby-map .map{
position: relative;
max-width: 1100px;
margin: auto;
}

      @media screen and (min-width: 900px) {
          .map-btn{
              cursor:pointer
          }
      #near-map dialog{
width:70%;
text-align: center;
      }
      #near-map dialog img{
          width: 70%;
      }


  }
@media screen and (max-width: 900px) {
    .nearby-map .flex_box p{  
        font-size: 18px;
}
.nearby-map strong{
    font-size: 25px;
}
.nearby-map .flex_icon img{
    width: 2em;
    height: 2em;
}
  #near-map .content__inner img,#near-map .near_text{
    width: 100%;
    height: auto;
  }
  .nearby-map .flex_icon {
    width: 100%;
  }
}

  .nearby-map .map::before{
    position: absolute;
    top: -10%;
    right: 1%;
    content: '';
    background: url(..//img/click.png);
    width: 15%;
    height: 20%;
    background-size: cover;
    z-index: 10;
    background-repeat: no-repeat;
    }

    /*ムービー*/
    .movie{
        position: relative;
        margin:40px auto;
        width: 40%;
    }
    video { width: 100%;}
    .movie .play-btn{
        display: block;
        width: 20%;
        position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%);
          -webkit- transform: translateY(-50%) translateX(-50%);
    }
    .movie .play-btn.playActive{display:none;}
    @media screen and (max-width: 900px) {
        .movie{
            width: 100%;
        }
    }