@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(../../about/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: #fff;
    font-weight: bold;
    display: flex;
    font-size: 25px;
    margin-right: 50px;
}

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

.first-view-h1 {
    margin-top: 25px;
    margin-left: 10px;
}

.video{
    width: 930px;
    max-width: 90%;
    padding: 50px 60px;
    margin-left: auto;
    margin-right: auto;
}

.video iframe{
    display: block;
    width: 100%;
    height: 456px;
    margin-top: 30px;
}

.search{
    display: flex;
    background-color: #F5DCCF;
    color: #fff;
    height: 347px;
    justify-content: center;
}

.search-button {
    margin-top: 140px;
    margin-bottom: 140px;
    line-height: 70px;
    text-align: center;
    font-size: 11px;
}

.search-button {
    display: flex;
}

.search-button-1 {
    background-color: #C32827;
    min-width: 280px;
    border-radius: 70px;
}

.search-button-1:hover {
    background-color: #a92827;
}

.search-button-2 {
    display: flex;
    justify-content: center;
    background-color: #C32827;
    min-width: 280px;
    border-radius: 70px;
    margin-left: 350px;
}

.search-button-2 h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-left: 50px;
    margin-right: 50px;
}

.search-button-2:hover {
    background-color: #a92827;
}

.map {
    justify-content: center;
}

.list {
    display: grid;
    grid-template-columns: repeat(3, 480px);
    column-gap: 45px;
    row-gap: 34px;
    margin-top: auto;
    margin-left: auto;
    justify-content: flex-start;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px
}

.list-1{
    display: grid;
    border: 2px solid #6c6c6c;
    border-width: thin;
    padding: 12px;
    width: calc((100% / 3) - (45px * 2 / 3));
}

.list-thema {
    display: block;
    justify-content: center;
}

.list-img{
    display: flex;
    justify-content: center;
}

.list-h2 {
    margin-top: 13px;
    text-align: center;
    justify-content: center;
}

.list-1 h2 {
    margin-right: auto;
    margin-left: auto;
}

.list-1-item {
    display: grid;
    text-align: left;
    justify-content: center;
    margin-top: 10px;
    line-height: 23px;
}

.list-1 h3 {
    color: #C32827;
    margin-right: 20px;
}

.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-img{
        width: 33px;
        height: 35px;
    }

    .first-view-h1{
        font-size: 11px;
        margin-top: 9px;
    }

    .video{
        width: 500px;
        padding: 30px 25px;
    }
    
    .video iframe{
        height: 240px;
    }

    .search{
        height: 115px;
    }

    .search-button{
        margin-top: 50px;
        margin-bottom: 30px;
        line-height: 38px;
        font-size: 6px;
    }

    .search-button-1 {
        min-width: 170px;
        border-radius: 35px;
    }

    .search-button-2 {
        min-width: 10px;
        border-radius: 35px;
        margin-left: 26px;
    }

    .search-button-2 h2 {
        margin-right: 30px;
        margin-top: 3px;
    }

    .search-button img {
        width: 12px;
        height: 6px;
        margin-right: 10px;
    }

    .list {
        max-width: 800px;
        display: block;
        padding-inline: 15px;
    }
    .list-1 * {
        max-width: 100%;
    }

    .list-1 {
        width: 100%;
        border: none;
        box-sizing: border-box;
        padding: 30px 10px;
    }

    .list-1-item {
        margin-bottom: 20px;
        display: block;
    }

    .sp-border {
        display: flex;
        justify-content: center;
        text-align: center;
        border-bottom: 1px solid #6c6c6c;
        border-width: thin;
        padding-top: 25px;
        width: 100%;
    }

    .footer {
        margin-top: 0px;
    }

    .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;
}