@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

html {
    visibility: hidden;
}

html.wf-active {
    visibility: visible;
}

.bd_wrap {
    width: 100%;
    height: auto;
}

.hd_wrap {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    font-family: tbchibirgothicplusk-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.hd_wrap h1 {
    width: 50%;
    margin: 8px 0 12px 10px;
}

.hd_logo {
    max-width: 200px
}

.pc_hd_logo {
    display: none;
}

.navi_item a {
    font-family: tbchibirgothicplusk-pro, sans-serif;
    color: #5f5f5f;
}

.navi_pc {
        display: none;
    }

/*headerここまで*/

.main_wrap {
    width: 100%;
    height: auto;
    margin: 60px 0 0 0;
    font-family: tbchibirgothicplusk-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    animation: advent ease-in 3s;
}

@keyframes advent {
    0% {opacity: 0}
    30% {opacity: 0}
    100% {opacity: 1}
}

.top_img {
    width: 100%;
    position: relative;
}

.top_img figure {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
}

.top_img_logo {
    width: 60%;
    max-width: 300px;
    opacity: 0.75;
    z-index: 9;
}

.slider {
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 0;
}

.slider_pc {
    display: none;
}

.slider img {
        width: 100%;
    }

.concept {
    width: 100%;
    margin: 10% 0 0;
}

.concept_text {
    background: url(../images/kuu-haikei.png) no-repeat;
    background-size:contain;
    background-position: center;
}

.concept>h2 {
    margin: 5% 5%;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #5f5f5f;
}

.catch1 {
    margin: 5% 5%;
    font-size: 1rem;
    line-height: 2rem;
    color: #5f5f5f;
}

.catch2 {
    margin: 5% 5%;
    font-size: 0.8rem;
    line-height: 1.3rem;
    letter-spacing: 0.1rem;
    color: #5f5f5f;
    text-align: justify;
}

.catch3 {
    margin: 5% 5%;
    font-size: 1rem;
    line-height: 2rem;
    text-align: right;
    letter-spacing: 0.1rem;
    color: #5f5f5f;
}

.concept_description {
    margin: 5% 5%;
    font-size: 0.8rem;
    line-height: 1.3rem;
    letter-spacing: 0.1rem;
    color: #5f5f5f;
    text-align: justify;
}

.cat1, .cat2, .cat3, .cat4, .cat5, .cat6, .cat7 {
    width: 100%;
}

.cat1 img {
    width: 60%;
    margin: 5%;
}

.cat2, .cat3, .cat6 {
    text-align: right;
}

.cat2 img {
    width: 45%;
    margin: 3% 5%;
}

.cat3 img {
    width: 65%;
    margin: 3% 5%;
}

.cat4 {
    width: 45%;
}

.cat4 img {
    width: 100%;
    margin: 3% 8%;
}

.cat5 img {
    width: 50%;
    margin: 3% 5%;
}

.cat6 img {
    width: 65%;
    margin: 3% 5%;
}

.cat7 img {
    width: 60%;
    margin: 3% 5%;
}

.stamp_flex {
        display: flex;
        justify-content: space-between;
    }

.cat_stamp {
        width: 45%;
        margin: 20% 3% 4%;
    }
    
.cat_stamp img {
        width: 100%;
    }

#system {
    width: 100%;
    background: url(../images/bg_img.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.catshape {
    width: 100%;
    height: 330px;
    max-height: 330px;
    background: url(../images/mttb_bg_at.svg) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catshape h2 {
    font-size: 3rem;
    color: #fff;
    line-height: 300px;
}

.system_bg {
    width: 100%;
    height: 500px;
    max-height: 1000px;
    padding: 0 0 0 0;
    background: url(../images/system-haikei.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sys_cafe {
    padding: 0 5% 0 0;
    text-align: right;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}

.sys_cafe p, .sys_bar p {
    font-size: 0.75rem;
}

.cafe_img img {
    width: 35%;
}

.sys_bar {
    padding: 0 0 3% 5%;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
}

.bar_img img {
    width: 35%;
}

.menu {
    display: inline-block;
    width: 30%;
    margin: 3% 0;
    padding: 3%;
    border: 1px solid #fff;
    color: #fff;
}

.cafe_menu_pc, .bar_menu_pc {
    display: none;
}

.cafe_menu_sh, .bar_menu_sh {
    display: block;
}

.img_area {
    padding: 10% 0;
    background-color: #ff9c7a;
}

/*ここからfooter*/

.ft_wrap {
    width: 100%;
    background: url(../images/footers.jpg);
    background-size: cover;
    background-position: center;
    font-family: tbchibirgothicplusk-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ft_content {
    max-width: 400px;
    margin: 0 auto;
}

.ft_wrap figure {
    display: none;
    width: 30%;
    padding: 10% 0 5%;
    margin: 0 auto;
}

.access {
    padding: 50px 0;
}

.access, .access a, small  {
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
}

.block {
    display: block;
}

.access i {
        font-size: 1.5rem;
        margin: 5% 1.5%;
    }

.shop_name {
    padding: 0;
    font-size: 2rem;
    margin: 0;
}

address {
    font-style: normal;
}

iframe {
    width: 70%;
    padding: 10%;
}

small {
    display: block;
    margin: 0 auto;
    padding: 3% 0;
}

.pc_exright {
    display: none;
}

/*footerここまで*/

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 20% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 20% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*@media screen and  (min-width:450px) {
    
    .top_img {
    width: 400px;
    margin: 0 auto;
    position: relative;
    }
}*/

@media screen and (min-width:769px) {
    
    /*ここからheader*/
    
    .bd_wrap {
        display: flex;
        justify-content: flex-end;
    }
    
    .hd_wrap {
        width: 13%;
        height: 100vh;
    }
    
    .pc_right {
        width: 84%;
    }
    
    .pc_exright {
        display: block;
        width: 3%;
        height: 100vh;
    }
    
    .exr_text {
        width: 20em;
        color: #5f5f5f;
        font-family: tbchibirgothicplusk-pro, sans-serif;
        font-size: 1.5vw;
        line-height: 1.5vw;
        transform: rotateZ(90deg);
        position: fixed;
        right:  -13.6%;
        top: 60vh;
    }
    
    .el_humburger {
        display: none;
    }
    
    .hd_wrap h1 {
    width: 100%;
    margin: 0;
    }

    .hd_logo {
    display: none;
    }
    
    .pc_hd_logo {
    display: block;
    width: 50%;
    margin: 15% auto;
    opacity: 0.6;
    }
    
    .navi {
        display: none
    }
    
    .navi_pc {
        display: block;
        margin: 0 0 0 20%;
    }
    
    .pc_navi_item {
        margin: 20% auto;
        font-size: 1.2vw;
    }
    
    .pc_navi_item a {
        color: #5f5f5f;
    }
    
    .pc_navi_item_v p {
    margin: 20% auto;
    font-size: 1.2vw;
    color: #000;
	border-bottom: 2px solid #99cccc;
	display: block;
}
    
    .pc_navi_item:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 2px solid #ff9c7a;
	display: block;
}
    .pc_navi_item:hover:after {
	width: 100%;
	border-bottom: 2px solid #ff9c7a;
    }
    
    .border {
        border-bottom: 3px double #5f5f5f;
    }
    
    .navi_pc i {
    margin: 20% 7% 0 0;
    font-size: 2.3vw;
        color: #5f5f5f;
    }
    
    /*headerここまで*/
    
    .main_wrap {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    box-sizing: border-box;
    }
    
    .top_img {
    width: 100%;
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
    }
    
    .top_img figure {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
    }
    
    .slider {
        display: none;
    }
    
    .slider_pc {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 0;
    }
    
    .slider_pc img {
        width: 100%;
    }
    
    .concept {
        margin: 10% 0 0 0;
    }
    
    .concept_flex {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-around;
    }
    
    .concept>h2 {
    margin: 5% 5%;
    font-size: 3rem;
    line-height: 3rem;
    transform: rotateZ(90deg) translate(40%, 600%);
    position: relative;
    z-index: 20;
    }

    .catch1 {
    width: 20em;
    margin: 5% 0;
    padding: 0 5% 0 0;
    font-size: 1.8vw;
    line-height: 4vw;
    letter-spacing: 0.1vw;
    }

    .catch2 {
    width: 24em;
    margin: 5% 0;
    padding: 0 5% 0 0;
    font-size: 1.4vw;
    line-height: 2.5vw;
    letter-spacing: 0.1vw;
    text-align: justify;
    }

    .concept_flex2 {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
    }
    
    .catch3 {
    width: 24em;
    margin: 12% 0;
    padding: 0 5%;
    font-size: 1.8vw;
    color: #5f5f5f;
    line-height: 2.5vw;
    line-height: 4vw;
    letter-spacing: 0.1vw;
    }

    .cat2 {
    text-align: center;
    width: 45%;
    padding: 3% 5% 3% 0;
}

.cat2 img {
    width: 100%;
    margin: 0;
}
    
    .concept_description {
    width: 42em;
    margin: 2% 0;
    padding: 0 0 0 5%;
    font-size: 1.4vw;
    line-height: 2.5vw;
    letter-spacing: 0.1vw;
    text-align: justify;
    }
    
    .cat1 {
    width: 45%;
    }

    .cat1 img {
    width: 100%;
    margin: 5%;
    }
    
    .stamp_flex {
        display: flex;
        justify-content: space-between;
    }
    
    .cat4 {
        width: 45%;
    }
    
    .cat4 img {
    width: 100%;
    margin: 3% 7% 40% 11%;
}
    
    .cat_stamp {
        width: 35%;
        margin: 20% 3% 3%;
    }
    
    .cat_stamp img {
        width: 100%;
    }
    
    #system {
    width: 100%;
    background: url(../images/bg_img.jpg);
    background-attachment: fixed;
    background-position: right;
    background-size: contain;
    }
    
    .catshape {
    width: 100%;
    height: 690px;
    max-height: 1000px;
    background: url(../images/mttb_bg_at.svg) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .catshape h2 {
    font-size: 4.5rem;
    color: #fff;
}
    
    .system_bg {
    width: 100%;
    height: 700px;
    max-height: 1000px;
}
    
    .sys_cafe h2, .sys_bar h2 {
    font-size: 2.5rem;
    }
    
    .sys_cafe p, .sys_bar p {
    font-size: 1.2rem;
}

    .cafe_img img {
    width: 45%;
    height: auto;
    max-height: auto;
    }
    
    .bar_img img {
    width: 45%;
    height: auto;
    max-height: auto;
}
    
    .menu {
    width: 39%;
    transition: ease-in 0.2s;
}
    .menu:hover {
    width: 39%;
    background-color: rgba(255, 255, 255, 0.4);
    transition: ease-in 0.2s;
}

    .cafe_menu_pc, .bar_menu_pc {
    display: block;
    }

    .cafe_menu_sh, .bar_menu_sh {
    display: none;
    }
    
    /*footerここから*/
    
    .ft_wrap {
    background: url(../images/footer.jpg);
    background-size: cover;
    background-position: center;
}

    
    .ft_wrap figure {
    width: 20%;
    padding: 10% 0 5%;
    margin: 0 auto;
    }
    
    .ft_content {
        width: 90%;
        max-width: 1000px;
    }
    
    .access {
        display: flex;
        padding: 35px 0 0 0;
    }
    
    .acs_text {
        width: 50%;
        text-align: left;
    }
    
    .access, .access a  {
    font-size: 1rem;
    }
    
    .block {
    display: none;
}
    
    iframe {
    width: 50%;
    height: 400px;
    padding: 10% 0 10%;
}
    /*footerここまで*/
    
   .top_arrow {
        width: 2.5vw;
        position: fixed;
        right: 0.25%;
        bottom: 2%;
    }
    
    }