@charset "uff-8";

*,
::before,
::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol{
    list-style: none;
}

a{
    color: inherit;
    text-decoration: none;
}

body{
    font-family: "Noto Sans Myanmar";
    font-size: 16px;
    color: #000;
    line-height: 1;
    background-color: #fff;
}

img{
    max-width: 100%;
}

.header-inner{
    color: #fff;
    background-color: #D83130;
    height: 72px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-menu-button{
    display: none;
}

.header-logo{
    display: block;
    width: 220px;
    margin-right: 30px;
}

.site-menu ul{
    display: flex;
}

.site-menu ul li{
    margin-left: 20px;
    margin-right: 20px;
}

.site-menu ul li a{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.first-view{
    max-height: 80%;
    height: 50vh;
    background-image: url(../images/fastview_1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-view-title{
    color: #ffffff;
    font-weight: bold;
    display: flex;
    font-size: 25px;
    margin-right: 50px;
}

.first-view-icon{
    width: 88px;
    height: 94px;
}

.first-view-text{
    margin-top: 20px;
    margin-left: 10px;
}

.demikatu1{
    display: flex;
    margin-top: 140px;
}

.demikatu1 .image1{
    width: 650px;
    height: auto;
}

.demikatu1 .text1{
    font-size: 40px;
    color: #C32827;
    margin: 40px 50px;
    padding: 0;
    border-bottom: 4px dotted ;
    width: fit-content;
    padding-bottom: 13px;
}

.demikatu1 .p-text1{
    color: #191919;
    font-size: 20px;
    line-height: 40px;
    margin: 40px 50px;
}

.demikatu2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.demikatu2 .text2{
    font-size: 40px;
    color: #C32827;
    margin: 40px 100px;
    padding: 0;
    border-bottom: 4px dotted ;
    width: fit-content;
    padding-bottom: 13px;
}

.demikatu2 .p-text2{
    color: #191919;
    font-size: 20px;
    line-height: 50px;
    margin: 40px 0 0 100px;
}

.demikatu2 .image2{
    width: 1350px;
    height: auto;
    margin-left: auto;
    display: none;
}

.demikatu2 .image2-pc{
    width: 1350px;
    height: auto;
    margin-left: auto;
}

.demikatu3{
    display: flex;
    margin-top: 100px;
    margin-bottom: 260px;
}

.demikatu3 .image3{
    width: 865px;
    height: auto;
    margin-left: auto;
}

.demikatu3 .text3{
    font-size: 40px;
    color: #C32827;
    margin: 40px 0 0 50px;
    padding: 0;
    border-bottom: 4px dotted ;
    width: fit-content;
    padding-bottom: 13px;
}

.demikatu3 .p-text3{
    color: #191919;
    font-size: 20px;
    line-height: 50px;
    margin: 40px 0 0 50px;
}

.demikatu3 .image3-pc{
    width: 1350px;
    height: auto;
    margin-left: auto;
}

.footer{
    color: #fff;
    background-color: #642C15;
    padding-top: 30px;
    padding-bottom: 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo{
    display: block;
    width: 235px;
    margin: 60px;
}

.footer-tel{
    font-size: 26px;
    font-weight: bold;
    margin-top: 28px;
}

.footer-time{
    font-size: 13px;
    margin-top: 16px;
}

.SNS {
    display: flex;
    margin-top: 50px;
}

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

.fb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 80px;
}

.copyright{
    font-size: 14px;
    font-weight: bold;
    margin-top: 50px;
}

.footer_end{
    margin-top: 15px;
}

@media (max-width: 800px){
    .site-menu ul{
    display: block;
    text-align: center;
    }

    .site-menu li{
        margin-top: 20px;
    }

    .header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        height: 50px;
        z-index: 10;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    }

    .header-inner{
        background-color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        height: 100%;
        position: relative;
    }

    .header-logo{
        width: 100px;
    }

    .header-site-menu{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        color: #fff;
        background-color: #736E62;
        padding-top: 30px;
        padding-bottom: 50px;
        display: none;
    }

    .header-site-menu.is-show{
        display: block;
    }
    
    .toggle-menu-button{
        display: block;
        width: 44px;
        height: 34px;
        background-image: url(../images/common/icon-menu.png);
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        border: none;
        border-radius: 0;
        outline: none;
    }

    .main{
        padding-top: 50px;
    }

    .first-view{
        max-height: 125px;
    }

    .first-view-title{
        margin-left: 45px;
    }

    .first-view-icon{
        width: 33px;
        height: 35px;
    }

    .first-view-text{
        font-size: 11px;
        margin-top: 5px;
    }

    .about1{
        display: flex;
        max-width: 80%;
        height: auto;
        justify-content: center;
        margin-left: 8%;
        margin-top: 10%;
    }

    .demikatu1{
        display: block;
    }

    .demikatu1 .text1{
        font-size: 18px;
        margin: 40px 0 0 15px;
        border-bottom: 4px dotted ;
        padding-bottom: 5px;
    }

    .demikatu1 .p-text1{
        font-size: 14px;
        line-height: 25px;
        margin: 20px 15px 0 15px;
    }

    .demikatu1 .image1{
        margin-top: -25%;
        max-width: 300px;
        height: auto;
    }

    .demikatu2{
        display: block;
    }

    .demikatu2 .text2{
        font-size: 18px;
        border-bottom: 4px dotted ;
        padding-bottom: 5px;
        margin: auto;
        text-align: center;
        margin: 20px auto auto auto;
    }

    .demikatu2 .p-text2{
        font-size: 14px;
        line-height: 25px;
        margin: 20px 15px 120px 15px;
        text-align: start;
    }

    .demikatu2 .image2{
        max-width: 255px;
        height: auto;
        margin-top: -70px;
        margin-bottom: -20px;
        display: block;
    }

    .demikatu2 .image2-pc {
        display: none;
    }

    .demikatu3{
        display: block;
    }

    .demikatu3 .text3{
        font-size: 18px;
        border-bottom: 4px dotted ;
        padding-bottom: 5px;
        text-align: center;
        margin: 20px auto auto auto;
    }

    .demikatu3 .p-text3{
        font-size: 14px;
        line-height: 25px;
        margin: 20px 15px 0 15px;
        text-align: start;
    }

    .demikatu3 .image3{
        margin-top: -25%;
        max-width: 255px;
        height: auto;
        margin: -80px auto 0 0;
    }

    .footer-logo{
        margin: 60px;
    }

    .footer-tel{
        font-size: 20px;
    }

    .copyright{
        margin-top: 50px;
    }
}

.back-to-top{
  position: fixed;
  right: clamp(12px, 2vw, 24px);
  bottom: clamp(12px, 2vw, 24px);
  z-index: 9999;
  display: inline-grid;
  place-items: center;
  width: 100px;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
  opacity: .9;
}
.back-to-top:hover,
.back-to-top:focus{
  transform: translateY(-2px);
  opacity: 1;
  outline: none;
}