@charset "utf-8";

body{
    background:#fff;
    font-family:'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP','ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','メイリオ', Meiryo,sans-serif;
	color: #231815;
    font-weight: 400;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    letter-spacing: 0.05em;
    /* フォントカーニング */
    font-feature-settings:"palt";
}

@media screen and (max-width:768px) {
    body{
        font-size: 0.82rem;
    }
}

*{box-sizing: border-box;}

p,a,ul{
    /* 文字をきれいにみせる */
    transform: rotate(0.01deg);
}

.mb30{
    margin-bottom: 30px;
}

.mb50{
    margin-bottom: 50px;
}

/* 
   スマホ非表示 
*/

.pc{
    display: none;
}

.sp{
    display: block;
}

@media screen and (min-width:768px) {
.pc{
    display: block;
}

.sp{
    display: none;
}
}


ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #231815;
	text-decoration: none;
    outline: none;
    transition: all 0.4s;
}

a:hover{
    opacity: 0.5;
}

.mouse a:hover {
	opacity: 0.8;
}

a[href^="tel:"] {
	cursor: default;
}

a[href^="tel:"]:hover {
	opacity: 1;
}


img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.wrapper1400{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.flex{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.flex-1, .flex-2, .flex-3{
    width: 31.5%;
    text-align: center;
}

@media screen and (max-width:1000px) {
    .flex-1, .flex-2, .flex-3{
        width: 40%;
    }
}

@media screen and (max-width:768px) {
    .flex-l{
        width: 100%;
    }

    .flex-r{
        width: 100%;
    }

    .flex-1, .flex-2, .flex-3{
        width: 100%;
    }
}

/* header */

#header{
    padding: 0;
    width: 100%;
}

.header-back{
    background-color: #fff;
    width: 100%;
    height: 130px;
}

.header-front{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 130px;
    display: flex;
    gap: 2em;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    padding: 0.5% 5%;
}

#header h1{
    display: inline-block;
    height: auto;
    max-width: 350px;
    width: 30%;
    z-index: 999;
}

#header h1 a{
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-menu{
    width: 70%;
    font-family: 'ExtraLight', sans-serif;
}

#g-nav ul{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap:2em;
    }
    
    #g-nav ul li{
      letter-spacing: 0.2em;
        white-space: nowrap;
    }
    
    #g-nav ul li a{
        display: block;
        margin: 0 auto;
    }

    @media screen and (max-width:1250px) {
        
        .header-front{
            padding: 0.5% 1%;
        }
    }

    @media screen and (max-width:1000px) {
        #header h1{
            width: 50%;
        }

        #g-nav ul{
            display: block;
            padding: 0;
            font-size: 1.6em;
        }
    }
    
    
    @media screen and (max-width:768px) {
        .header-back{
            height: 55px;
        }
        .header-front{
            height: 55px;
        }

        #header h1{
            width: 60%;
            max-width: 245px;
        }

        .nav-menu{
            width: 30%;
        }

        .openbtn span{
            left: 0;
            right: auto;
        }

        .openbtn{
            width: 50px;
            height: 50px;
            top: 5px;
            right: 8%;
        }

        .openbtn span:nth-of-type(1){
            top: 15px;
        }

        .openbtn span:nth-of-type(2){
            top: 25px;
        }

        .openbtn span:nth-of-type(3){
            top: 35px;
        }

        .openbtn.active span:nth-of-type(1){
            left: 0;
            top: 20px;
        }

        .openbtn.active span:nth-of-type(3){
            left: 0;
            top: 32px;
        }
    

    }
    
    
    

/* content */

section{
    padding-top: 10em;
    padding-bottom: 10em;
}

section:first-child{
    padding: 0;
}

h2{
    font-family: 'ExtraLight', sans-serif;
    font-weight: normal;
    font-size: 1.9em;
}

.space-txt{
    line-height: 2.5;
    letter-spacing: 0.4em;
}

.shop-info-box table{
    font-size: 1.13em;
}

.shop-info-box table th{
    vertical-align: top;
    font-weight: normal;
    text-align: left;
    padding-right: 1em;
    min-width: 6em;
}

.shop-info-box table td{
    padding-right: 1em;
    vertical-align: top;
}

.sml_txt{
    font-size: 0.78em;
}

.insta-link{
    width: 40px;
}

.tel_txt{
    font-size: 1.1em;
    display: flex;
    align-items: center;
}

.tel_txt span{
    font-size: 1.8em;
    padding-left: 0.5em;
    font-weight: 600;
}

.email{
    max-width: 360px;
}

.sp-td{
    min-width: 6.5em;
}

@media screen and (max-width:768px) {
    h2{
        font-size: 1.5em;
        text-align: center;
    }

    .space-txt{
        letter-spacing: 0.2em;
    }

    .shop-info-box table{
        font-size: 1em;
    }

    .sp-td{
        display: block;
    }

    .shop-info-box table td{
        padding-right: 0;
    }

    .insta-link{
        width: 30px;
        height: 30px;
    }

    section{
        padding-top: 7em;
        padding-bottom: 7em;
    }
    
}

/* about */

#about_sec h2{
    text-align: center;
}

.about-cont .flex-l{
    width: 50%;
    text-align: right;
}

.about-cont .flex-l img{
    max-width: 530px;
}

.about-cont .flex-r{
    width: 45%;
}

.about-cont .sp{
    display: none;
}

.about-cont .pc{
    display: block;
}

@media screen and (max-width:1000px) {
    .about-cont{
        max-width:600px;
        margin: 0 auto;
    }

    .about-cont .sp{
        display: block;
    }

    .about-cont .pc{
        display: none;
    }

    .about-cont .flex-l, .about-cont .flex-r{
        width: 100%;
    }
    
    .about-cont .flex-l{
        text-align: left;
        margin-bottom: 1em;
    }

    .about-cont .flex-l img{
        max-width: 100%;
    }

    .about-cont .flex-l p{
        margin-bottom: 1em;
    }
}

/* bread */
.bread-back{
    background-color: #faf8f0;
}

.bread-cont .flex-l{
    width: 35%;
}

.bread-cont .flex-r{
    width: 62%;
}

.middle-logo{
    position: absolute;
    width: 30%;
    max-width: 420px;
    right: 5%;
}

@media screen and (max-width:1350px) {
    .bread-cont p{
        text-align: justify;
    }

    .br1000{
        display: none;
    }
}

@media screen and (max-width:1000px) {
    .br1000{
        display: block;
    }

    .bread-cont .flex-l, .bread-cont .flex-r{
        width: 100%;
    }

    .bread-cont .flex-l{
        margin-bottom: 30px;
    }

    .bread-pic{
        margin: 0 calc(50% - 50vw);
    }

}

/* cafe  */
.cafe-cont{
    align-items: center;
}

.cafe-cont .flex-l{
    width: 50%;
}

.cafe-cont .flex-r{
    width: 45%;
}

.food-ttl, .sweets-ttl{
    position: absolute;
}

.food-ttl{
    max-width: 293px;
    width: 25%;
    right: 0;
    top: -18%;
}

.sweets-ttl{
    max-width: 490px;
    width: 40%;
    right: 9%;
    bottom: 15%;
}

.menu-box {
    margin-bottom: 1em;
}

.menu-box img{
    margin-bottom: 0.5em;
}

.food-cont, .sweets-cont{
    padding-right: 10%;
}

.food-cont br, .sweets-cont br{
    display: none;
}

.menu-box span{
    padding-left: 1em;
}

@media screen and (max-width:1360px) {
    .food-cont br, .sweets-cont br{
        display: block;
    }
    .menu-box span{
        padding-left: 0;
    }
}

@media screen and (max-width:1210px) {
   .br768{
    display: none;
   }
}

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

    .food-cont, .sweets-cont{
        padding-right: 0;
        justify-content: flex-start;
        gap: 5%;
        padding-top: 7%;
    }

    .food-cont br, .sweets-cont br{
        display: block;
    }


    .food-ttl{
        right: 0;
        top: 0;
    }

    .sweets-ttl{
        right: 0;
        top: 0;
    }

}

@media screen and (max-width:768px) {
    .cafe-cont .flex-r{
        width: 100%;
    }
    
    .br768{
        display: block;
       }

       .food-cont br, .sweets-cont br{
        display: none;
    }

    .menu-box span{
        padding-left: 1em;
    }

    .cafe-cont{
        flex-direction: column-reverse;
    }

    .cafe-cont .flex-r{
        margin-bottom: 3em;
    }

    .cafe-pic{
        margin: 0 calc(50% - 50vw);
    }
    
    .food-cont, .sweets-cont{
        width: 80%;
        margin: 0 auto;
    }

    .food-cont{
        padding-top: 18%;
        margin-bottom: 80px;
    }

    .sweets-cont{
        padding-top: 30%;
    }

    .food-ttl, .sweets-ttl{
        left: 50%;
        transform: translateX(-50%);
    }

    .food-ttl{
        width: 50%;
    }

    .sweets-ttl{
        width: 80%;
    }

    .menu-box{
        margin-bottom: 2em;
    }

    
}

@media screen and (max-width:400px) {
    .food-cont br, .sweets-cont br{
        display: block;
    }

    .menu-box span{
        padding-left: 0;
    }

    .br768{
        display: none;
       }
}

/* message  */
.message-back{
    background-color: #e2dac7;
}

.message-cont{
    padding-top: 70px;
}

.message-cont .flex-l{
    width: 50%;
    position: relative;
    padding-left: 10%;
    padding-top: 5%;
}

.message-cont .flex-r{
    width: 40%;
    padding-top: 5%;
}

.message-ttl{
    position: absolute;
    left: 0;
    top: 0;
    width: 390px;
}


#message_sec .space-txt{
    letter-spacing: 0.15em;
}

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

.message-cont .flex-r{
    width: 45%;
}

}

@media screen and (max-width:1000px) {
    .message-cont .flex-l, .message-cont .flex-r{
        width: 100%;
    }

    .message-cont{
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
        flex-direction: column-reverse;
        padding-top: 0;
    }

    .message-cont h2{
        text-align: center;
    }

    #message_sec .space-txt{
        letter-spacing: 0;
        letter-spacing: normal;
    }

    .message-cont .flex-r{
        margin-bottom: 3em;
        margin-top: 0;
    }

    .message-cont .flex-l{
        padding: 0;
    }

    .message-ttl{
        /* width: 200px; */
        width: 60%;
        top: auto;
        bottom: 0;
        left: auto;
        right: -7%;
    }
}

/* contact  */

#contact_sec h2{
    text-align: center;
}

.contact-cont{
    width: 90%;
    margin: 0 auto;
}

.contact-cont .flex-l{
    width: 50%;
}

.contact-cont .flex-r{
    width: 50%;
}

.footer-logo{
    max-width: 508px;
    margin-bottom: 4em;
    margin-right: 1em;
}

@media screen and (max-width:1500px) {
    .contact-cont{
        width: 100%;
    }
}

@media screen and (max-width:1200px) {
    .footer-logo{
        margin: 2em auto 4em;
    }
    .contact-cont .flex-l, .contact-cont .flex-r{
        width: 100%;
    }

    .contact-cont .flex-l{
        margin-bottom: 5em;
        max-width: 600px;
        margin: 0 auto 5em;
    }

    section#contact_sec{
        padding-bottom:0;
    }

    .google-map{
        margin: 0 calc(50% - 50vw);
    }

    .google-map iframe{
        display: block;
    }
}