* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body{
    position: relative;
}

#open_menu{
    display: none;
}

header {
    background-image: url(../img/test1.png);
    height: 900px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0px 20px;
}

.header-content {
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 60px;
    height: calc(100% - 60px - 80px);
    position: relative;
}

.title-logo {
    max-width: 150px;
    background-color: #B8A973;
    border-radius: 20px;
}

.flex-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigate ul li {
    margin: 0px 30px;
}

.navigate a {
    color: #FFF;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 4.8px;
    position: relative;
}

.yoyaku_button{
    width: 140px;
    background-color: #B8A973;
    border-radius: 20px;
    border: 1px solid #000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    margin-left: 20px; 
}

.yoyaku_button:hover{
    opacity: 0.8;
}

.navigate .flex-center a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #FFF;
    bottom: -1px;
    opacity: 0;
}

.navigate .flex-center a:hover::after {
    opacity: 1;
    transition: 0.3s;
}

.burger {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    margin-left: 10px;
    gap: 0;
}

.burger_icon {
    display: block;
    width: 30px;
    height: 30px; 
    max-height: 30px;
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}

.menu{
    background-image: url(../img/menu.svg); 
}

.close{
    background-image: url(../img/close.svg); 
}

.burger_icon_clicked {
    display: block;
    width: 30px;
    height: 30px; 
    max-height: 30px;
    background-image: url(../img/menu.svg); 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}

.burger_text {
    font-size: 10px;
    color: #fff;
    line-height: 10px;
}

#open_menu.panelactive {
    opacity: 1;
    z-index: 10;
    display: block;
    transition: all 0.5s;
}

#open_menu{
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 600px;
    background: #B8A973;
    box-sizing: border-box; 
    padding: 0 20px;
    transition: all 0.5s;
}

.open_navigate .flex-colum a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #FFF;
    bottom: -1px;
    opacity: 0;
}

.open_navigate .flex-colum a:hover::after {
    opacity: 1;
    transition: 0.3s;
}

.flex-colum{
    display: flex;
    flex-flow: column;
}

.open_navigate{
    display: flex;
    justify-content: center;
}

.open_navigate a {
    color: #FFF;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 4.8px;
    position: relative;
}

.link:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.about {
    padding: 270px 20px 300px;
}

.about_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1250px;
    margin: 0 auto;
}

.about_text {
    width: 350px;
}

.about_logo {
    width: 260px;
    margin-bottom: 80px;
}

.about p {
    color: #383838;
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 6.6px;
}

.about_image {
    position: relative;
    width: calc(100% - 350px);
    max-width: 735px;
    padding-top: 50%;
}

.about_image img:first-child {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 610px;
    width: 83%;
}

.about_image img:last-child {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 250px;
    width: 34%;
}

.room{
    background-color: rgb(243, 240, 228);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 20px;
    position: relative;
}

.room_cloud{
    max-width: 240px;
    position: absolute;
    top: 100px;
    right: 90px;
    animation: anim_room_cloud ease-in-out infinite alternate 3.0s;
}

@keyframes anim_room_cloud{
    0%{
        transform: translate(0, 0px);
    }
    100%{
        transform: translate(0, 20px);
    }
}

.content_title{
    max-width: 226px;
}

.ja_title{
    color: #383838;
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 8.4px;
}

.line{
    background-color: black;
    width: 1px;
    height: 40px;
}
.en_title{
    color: #383838;
    font-family: EB Garamond;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 6px;
}

.room_description{
    margin: 80px 0;
    color: #383838;
    font-family:'Noto Serif JP', serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 5.4px;
}

.room_select_list {
    gap: 30px;
    margin-bottom: 32px;
}

.room_select_list p {
    background-color: #EDEBD7;
    color: var(--, #383838);
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 5.4px;
    width: 100%;
    padding: 20px 0px;
    cursor: pointer;
    transition: 0.3s;
}

.room_select_list p:hover, .room_select_list .active {
    background-color: #B8A973;
    color: white;
}

.rooms{
    background-color: white;
    max-width: 1200px;
    margin: 0 auto;
}

.room_view{
    display: none;
}

.room_view.active{
    display: block;
}

img{
    width: 100%;
}

.textarea{
    padding: 40px;
}

.room_view .title{
    font-family: 'Noto Serif JP', serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 6.9px;
    margin-bottom: 28px;
}

.room_view .text{
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 4.8px;
}

.plan{
    padding: 200px 120px;
    position: relative;
}

.plan_cloud{
    position: absolute;
    max-width: 240px;
    top: 100px;
    right: 90px;
    animation: anim_room_cloud ease-in-out infinite alternate 3.0s;
}

.plan_title{
    max-width: 226px;
}

.yoyaku_boxs{
    width: 100%;
    margin-top: 50px;
}

.yoyaku_box{
    background-color: #EDEBD7;
    padding: 30px 35px;
}

.yoyaku_box_child1{
    padding-bottom: 20px;
    border-bottom: 1px solid #C9C9C9;
}

.yoyaku_box_child1 p{
    color: var(--, #383838);
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.4em;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 5.4px;
    width: 100%;
}

.yoyaku_box_child2{
    padding-top: 20px;
    color: var(--, #383838);
    font-family: 'Noto Serif JP', serif;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 2.4px;
    width: 100%;
}

.yoyaku_box_child2 ul{
    list-style-position: inside;
}

.yoyaku_box_child2 li{
    list-style: inside;
}

.yoyaku_box_child2 a {
    margin-top: 23px;
    width: 100%;
    background-color: #B8A973;
    font-size: 16px;
    color: #fff;
    padding: 9px 0;
    border: solid 1px #B8A973;
    border-radius: 20px;
    transition: 0.3s;
    cursor: pointer;
    display: block;
    text-align: center;
}

.yoyaku_box_child2 a:hover{
    background-color: white;
    color: #B8A973;
}

.siki{
    background-color: #F9F4E2;
    padding: 200px 120px;
}

.siki_title{
    max-width: 226px;
}

.siki p{
    padding-top: 100px;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.3em;
    text-align: left;
}

.siki_img{
    background-color: #F9F4E2;
    padding-bottom: 200px;
}

.siki_image1{
    position: relative;
    height: 600px;
    max-width: 1250px;
}

.image1_child1{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 950px;
}

.image1_child2 {
    width: 215px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.image1_child3{
    width: 211px;
    position: absolute;
    top: 50px;
    left: 880px;
}

.siki_image2{
    position: relative;
    height: 260px;
    max-width: 800px;
}

.image2_child1{
    width: 530px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.image2_child2{
    width: 150px;
    position: absolute;
    bottom: 90px;
    left: 175px;
}

.swiper{
    margin-top: 50px;
}

.swiper-wrapper{
    transition-timing-function: linear !important;
}

.slider_img{
    max-width: 330px;
}
.access{
    padding: 200px 120px 0 120px;
}

.access_title{
    max-width: 300px;
}

.map{
    padding: 100px 0;
    width: 100%;
}

iframe{
    width: 100%;
    height: 600px;
}

.address{
    padding: 0 120px 200px 120px;
}

.address_box{
    justify-content: center;
}

.address_logo{
    width: 200px;
    padding: 0 30px;
    box-sizing: border-box;
}

.address_box p{
    padding: 0 30px;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 5.4px;  
}

.address p{
    padding-top: 30px;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 5.4px;  
    text-align: center;
}

.reservation{
    background-color:rgb(243, 240, 228);
    padding: 200px 120px;
}

.reservation .content_title{
    max-width: 300px;
}

.reservation_text{
    margin: 80px 0 160px;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 5.4px;
}

form {
    max-width: 900px;
    margin: 0 auto;
}

.form_content {
    margin-bottom: 20px;
}

.align-top {
    align-items: flex-start;
}

form p{
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 5.4px;
}

form span {
    color: #C00;
    font-family: 'Noto Serif JP', serif;
}

.validation {
    color: #C00;
}

.input_content {
    max-width: 570px;
    width: 100%;
}

input[type="text"], input[type="email"], input[type="tel"], select, textarea {
    color: #383838;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 4.8px;
    padding: 13px 20px;
}

input, textarea {
    max-width: 530px;
    width: 100%;
}

.top_text{
    margin-top: 17px;
}

.address_content{
    max-width: 570px;
    width: 100%;
}

.short_input{
    margin-bottom: 20px;
}
.short_input_content{
    max-width: 414px;
    width: 100%;
}

.short_input input {
    max-width: 370px;
    width: 100%;
}

.form_select{
    position: relative;
}

select{
    max-width: 570px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}

.form_select::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid black;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.form_text{
    margin: 120px 0 40px;
    color: #383838;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 4.8px;
}

.submit_content {
    text-align: center;
}

input[type="submit"] {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 30px;
    background: #B8A973;
    color: #FFF;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 5.4px;
    padding: 12px 0;
    cursor: pointer;
}

input[type="submit"]:hover{
    color: #B8A973;
    background: #FFF;
}

.under_page_header {
    background: #383838;
}

.under_page_header .header {
    max-width: 1240px;
    margin: 0 auto;
    padding: 60px 0px;
}

.thanks_text {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 200px;
    text-align: center;
}

.thanks_text p:first-child {
    color: #383838;
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 8.4px;
    margin-bottom: 80px;
}

.thanks_text p {
    color: #383838;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 5.4px;
    margin-bottom: 80px;
}

.confirm_border {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 56px 0px;
    margin-bottom: 80px;
}

.confirm_text{
    padding-top: 200px;
    margin: 0 auto;
    max-width: 1200px;
}

.confirm_text p {
    color: #383838;
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 8.4px;
    margin-bottom: 80px;
    text-align: center;
}

.confirm_text table {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.confirm_text table td {
    color: #383838;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 5.4px;
    vertical-align: baseline;
}

.confirm_text .send_text {
    color: #383838;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 4.8px;
}

.confirm_form .back_submit {
    background-color: rgb(179, 178, 178);
    color: white;
}

.confirm_form {
    margin-bottom: 100px;
}

footer{
    background-color: white;
    padding: 200px 120px;
}

.footer_logo{
    display: flex;
    justify-content: center;
}

.footer_logo img{
    max-width: 230px;
    width: 100%;
    padding-bottom: 20px;
}

footer .navigate{
    display: flex;
    justify-content: center;
}

footer .navigate ul{
    border-bottom: solid 1px #E4E4E4;
    height: 60px;
}

footer .navigate ul li a{ 
    color: #383838;
}

footer .navigate .flex-center a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background:#383838;
    bottom: -10px;
    opacity: 0;
}

footer .navigate .flex-center a:hover::after {
    opacity: 1;
    transition: 0.3s;
}

.footer_other {
    width: 500px;
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding-top: 40px;
    font-size: 14px;
}

.footer_other a{
    color: #383838;
}

.copylight{
    font-family: 'Noto Serif JP', serif;
    color: #383838;
    display: block;
    text-align: center;
    padding-top: 70px;
    font-size: 14px;
}

@media screen and (max-width: 1300px){
    .yoyaku_box{
        background-color: #EDEBD7;
        padding: 20px 10px;
    }

    .yoyaku_box_child1 p{
        font-size: 16px;
        line-height: 27px;
    }

    .yoyaku_box_child2{
        font-size: 13px;
        line-height: 27px;
    }

    .siki_image1 {
        max-width: 950px;
        height: 500px;
    }

    .image1_child1{
        width: 750px;
    }

    .image1_child2{
        width: 180px;
    }

    .image1_child3{
        width: 160px;
        left: 700px;
    }

    .siki_image2{
        width: 550px;
        height: 190px;
    }

    .image2_child1{
        width: 380px;
    }

    .image2_child2{
        width: 120px;
        bottom: 70px;
        left: 135px;
    }
}

@media screen and (max-width: 1080px) {
    .plan{
        padding: 70px 50px;
    }
    .plan_cloud{
        top: 30px;
        right: 50px;
    }

    .yoyaku_box_child1 p{
        font-size: 14px;
        line-height: 25px;
    }

    .yoyaku_box_child2{
        font-size: 10px;
        line-height: 25px;
    }

    .slider_img{
        width: 250px;
    }
}

@media screen and (max-width: 978px){
    .siki_image1{
        max-width: 660px;
        height: 345px;
    }

    .image1_child1{
        width: 520px;
    }

    .image1_child2{
        width: 130px;
    }

    .image1_child3{
        width: 111px;
        left: 486px;
    }

    .siki_image2{
        width: 382px;
        height: 132px;
    }

    .image2_child1{
        width: 264px;
    }

    .image2_child2{
        width: 83px;
        bottom: 48px;
        left: 93px;
    }

    .access {
        padding: 50px 50px 0 50px;
    }

    .map{
        padding-top: 50px;
    }

    .address{
        padding: 0 50px 50px 50px;
    }

    footer {
        padding: 70px 50px;
    }
}

@media screen and (max-width: 844px){
    header {
        height: 380px;
    }
    .navigate ul li {
        display: none;
    }

    .yoyaku_button{
        max-width: 100px;
        max-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .burger {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        margin-left: 10px;
        gap: 0;
    }
    
    .burger_icon {
        display: block;
        width: 30px;
        height: 30px; 
        max-height: 30px;
        background-size: cover;
        background-position: center; 
        background-repeat: no-repeat;
    }

    .menu{
        background-image: url(../img/menu.svg); 
    }

    .close{
        background-image: url(../img/close.svg); 
    }

    .burger_icon_clicked {
        display: block;
        width: 30px;
        height: 30px; 
        max-height: 30px;
        background-image: url(../img/menu.svg); 
        background-size: cover;
        background-position: center; 
        background-repeat: no-repeat;
    }
    
    .burger_text {
        font-size: 10px;
        color: #fff;
        line-height: 10px;
    }

    #open_menu.panelactive {
        opacity: 1;
        z-index: 10;
        display: block;
        transition: all 0.5s;
    }

    #open_menu{
        position: absolute;
        z-index: -1;
        opacity: 0;
        top: 0;
        width: 100%;
        height: 310px;
        background: #B8A973;
        box-sizing: border-box; 
        padding: 0 20px;
        transition: all 0.5s;
    }

    .open_navigate .flex-colum a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #FFF;
        bottom: -1px;
        opacity: 0;
    }
    
    .open_navigate .flex-colum a:hover::after {
        opacity: 1;
        transition: 0.3s;
    }

    .flex-colum{
        display: flex;
        flex-flow: column;
    }

    .open_navigate{
        display: flex;
        justify-content: center;
    }

    .open_navigate a {
        color: #FFF;
        font-family: 'Noto Serif JP', serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 4.8px;
        position: relative;
    }

    .header-content {
        padding-top: 16px;
        height: 355px;
    }

    .title-logo {
        max-width: 102px;
    }

    .subtitle{
        width: 100%;
    }

    .subtitle p:first-child {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 7.2px;
    }

    .br_sp{
        display: block;
    }

    .subtitle p:last-child {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 5.4px;
    }
    .about{
        padding: 52px 20px;
    }

    .about_content{
        flex-flow: column;
    }

    .about_text{
        width: 100%;
        text-align: center;
    }

    .about_logo{
        width: 170px;
        margin-bottom: 40px;
    }

    .about p {
        font-size: 18px;
        font-style: normal;
        line-height: 32px;
        letter-spacing: 5.4px;
        margin-bottom: 52px;
    }

    .about_image{
        width: 100%;
        padding-top: 75%;
        height: auto;
    }

    .about_image img:first-child {
        width: 90%;
    }
    
    .about_image img:last-child {
        width: 40%;
    }

    .room{
        padding: 50px 20px;
    }
    
    .room_cloud{
        max-width: 113px;
        top: 20px;
        right: 12px;
    }
    
    @keyframes anim_room_cloud{
        0%{
            transform: translate(0, 0px);
        }
        100%{
            transform: translate(0, 20px);
        }
    }
    
    .content_title{
        max-width: 180px;
    }
    
    .ja_title{
        font-size: 22px;
    }
    
    .line{
        height: 30px;
    }
    .en_title{
        font-size: 16px;
    }
    
    .room_description{
        margin: 50px 0;
        font-size: 16px;
    }
    
    .room_select_list {
        gap: 30px;
        flex-flow: column;
    }
    
    .room_select_list p {
        background-color: #EDEBD7;
        color: var(--, #383838);
        text-align: center;
        font-family: 'Noto Serif JP', serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 5.4px;
        width: 100%;
        padding: 20px 0px;
    }

    .textarea{
        padding: 20px;
    }

    .room_view .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .room_view .text {
        font-size: 14px;
    }

    .plan_cloud{
        max-width: 113px;
        top: 50px;
    }

    .yoyaku_boxs{
        display: block;
    }

    .yoyaku_box{
        max-width: 400px;
        margin: auto;
        margin-top: 40px;
    }

    .yoyaku_box_child1 p{
        font-size: 1.3em;
        line-height: 40px;
    }

    .yoyaku_box_child2{
        font-size: 1em;
        line-height: 40px;
        padding: 10px;
        padding-top: 20px;
        box-sizing: border-box;
    }

    .siki{
        padding: 50px 20px;
    }

    .siki p{
        font-size: 16px;
    }

    .slider_img{
        width: 170px;
    }

    .address p{
        font-size: 13px;
        letter-spacing: 3.4px;
    }

    .reservation{
        padding: 50px 30px;
    }
    
    .reservation_text{
        font-size: 16px;
    }
    
    .form_content, .short_input {
        flex-flow: column;
        align-items: flex-start;
    }

    input, textarea, .short_input {
        max-width: 100%;
        width: calc(100% - 40px);
    }
    
    .form_text{
        margin-top: 60px;
    }  

    footer .navigate ul li {
        display: block;
    }
}

@media screen and (max-width: 700px){
    .siki_image1{
        max-width: 480px;
        height: 250px;
    }

    .image1_child1{
        width: 380px;
    }

    .image1_child2{
        width: 95px;
    }

    .image1_child3{
        width: 75px;
        left: 350px;
    }

    .siki_image2{
        width: 270px;
        height: 100px;
    }

    .image2_child1{
        width: 190px;
    }

    .image2_child2{
        width: 60px;
        bottom: 35px;
        left: 60px;
    }

    .footer_other {
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    .footer_other a{
        display: flex;
        justify-content: center;
        padding-bottom: 15px;
    }

    iframe{
        height: 350px;
    }

    .address_box{
        flex-flow: column;
    }

    footer .navigate{
        display: block;
    }


    footer .navigate ul{
        height: auto;
        flex-direction: column;
        width: 100%;
    }

    footer .navigate ul li{
        padding-bottom: 15px;
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 14px;
    }

    footer .navigate ul li a{
        line-height: normal;
    }

    .footer_logo img{
        width: 180px;
    }

    .copylight{
        padding-top: 40px;
    }
}

@media screen and (max-width: 500px){
    .siki_image1{
        max-width: 345px;
        height: 180px;
    }

    .image1_child1{
        width: 275px;
    }

    .image1_child2{
        width: 68px;
    }

    .image1_child3{
        width: 54px;
        left: 252px;
    }

    .siki_image2{
        width: 194px;
        height: 72px;
    }

    .image2_child1{
        width: 137px;
    }

    .image2_child2{
        width: 43px;
        bottom: 25px;
        left: 44px;
    }

}
