@charset "utf-8";
body {
    display: block;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Yu Gothic", "Noto Sans JP", "Noto Sans", sans-serif;
    
}
@font-face{
    font-family:"-gothic-P." ;
    src: url(../font/-gothic-P.ttf);
}
@font-face{
    font-family: 'Choplin';
    src: url(../font/Choplin-Medium-DEMO.otf);
}
@font-face{
    font-family: 'MANIFESTO';
    src: url(../font/MANIFESTO.ttf)
}

/*後で消す*/
.sub-title-2{
    margin-top:20px;
    font-size:14px;
}
.red{
    color: red;
}




h1,
h2,
h3,
h4,
p {
    display: block;
    font-weight: normal;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

a{
    text-decoration: none;
    cursor: pointer;
    color: black;
}
ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
figure {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
video{
    width: 100%;
}
img{
    width: 100%;
}
iframe {
    border-width: 0;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
.sp,
.sp2{
    display:none;
}
.pc{
    display:block;
}
.font{
    font-family: "Yu Gothic", "Noto Sans JP", "Noto Sans", sans-serif;
}

.important-title{
    animation: important-title 2s ease-out infinite;
    opacity: 1;
}
@keyframes important-title {
    0%, 40%, 60%, 80% {
      transform: scale(1.0);
    }
    50%, 70% {
      transform: scale(0.95);
    }
}  
/*fadein*/
.fadein {
    opacity : 0.1;
    transform : translate(0, 100px);
    transition : all 1s;
}

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.fadein-l{
    opacity: .1;
    transform: translateX(-100px);
    transition: all 1s;
}
.fadein-r{
    opacity: .1;
    transform: translateX(100px);
    transition: all 1s;
}
.fadein-l.scrollin-l,
.fadein-r.scrollin-r{
    opacity: 1;
    transform: translateX(0px);
}

/*swiper*/
.swiper-container{
    width: 100%;
    height: 55vw;
}
.slide-img{
    width: 100%;
    height: 55vw;
}
.slide-img img{
    width: 100%;
    height: 55vw;
    object-fit: cover;
}
#slider{
    width: 100%;
    position: relative;
}
.slider-img{
    width: 100%;
}
.swiper-button-prev,
.swiper-button-next {
    z-index: 100;
}
@keyframes zoomUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.15);
    }
}
 /* 
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
    animation: zoomUp 10s linear 0s 1 normal both;  
}
  
.slide-img img{
    display: block;
}
*/
/*top*/
.header-nav{
    width: 70%;
    margin: auto;
}
.header-nav ul{
    width: 70%;
    margin: auto;
    position: fixed;
    display: flex;
    z-index: 100;
    justify-content: space-between;
    top: 2rem;
}
.header-nav ul li{
    font-family: "Lato";
    letter-spacing: .1rem;
    cursor: pointer;
    color: #333;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;








}
.header-nav ul li a{
    transition: all 0.5s;
    font-weight: 700;
}
.header-nav.black ul li a{
    opacity: 0;   
}
.delay1{
    transition-delay: .1s;
}
.delay2{
    transition-delay: .2s;
}
.delay3{
    transition-delay: .3s;
}
.delay4{
    transition-delay: .4s;
}
.delay5{
    transition-delay: .5s;
}
.delay6{
    transition-delay: .6s;
}
.delay7{
    transition-delay: .7s;
}
.delay8{
    transition-delay: .8s;
}
.delay9{
    transition-delay: .9s;
}

.title{
    font-weight: 800;
    font-size: 100px;
    position: absolute;
    z-index: 10;
    font-family: "Choplin";
    top: 20vw;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: .5rem;
    color: white;
    pointer-events: none;
}
.title span{
    font-size: 45px;
    font-weight: 100;
    line-height: 1rem;
}
.main-wrapper{
    margin: 10% auto auto;
    position: relative;
}
.important-title-wrapper{
    text-align: center;
    margin-top: 5%;
}
.important-title{
    font-family: 'Choplin';
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: .08rem;
}
.important-title span{
    background: #bfb14a;
    -webkit-background-clip: text;
    color: transparent;;
}
.news-wrapper{
    text-align: center;
    position: relative;
    width: 100%;
}
.news-h1{
    width: 55%;
    position: absolute;
    z-index: 200;
    left: 10%;
    top: 15%;
}
.small{
    font-size: 11px;
}
.news-h1-sp{
    width: 80%;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
}
path {
    fill: none;
    stroke: #1c1c1c;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    stroke-width: .5;
    -webkit-animation: logo 5s ease-in forwards;
    animation: logo 5s ease-in forwards;
}
@-webkit-keyframes logo {
0% {
    stroke-dashoffset: 2000;
    fill:transparent;
}
50% {
    fill:transparent;
}
100% {
    stroke-dashoffset: 0;
    fill:#1c1c1c;
}
}
@keyframes logo {
0% {
    stroke-dashoffset: 2000;
    fill:transparent;
}
50% {
    fill:#ffffff;
}
100% {
    stroke-dashoffset: 0;
    fill:#ffffff;
}
}

.picture-caption p{
    margin-top: 2%;
}
.hours-wrapper{
    font-family: 'Choplin';
    text-align: center;
    position: relative;
    width: 65%;
}
.news-title,
.hours-title,
.about-title,
.sns-title{
    font-family: 'Choplin';
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: .08rem;
}
.sub-title::before{
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    position: relative;
    top: -3px;
    right: 0;
    left: 50%;
    margin: 0;
    text-align: center;
    background-color: black;
    margin-left: -30px;

}
.news-in{
    margin-top: 3%;
}
.gw-wrapper{
    width: 80%;
    margin: 5% auto auto;
}
.gw-wrapper h1{
    font-size: 25px;
}
.gw-img{
    width: 50%;
    margin:0 auto 0 0 ;
}
.gw-flex{
    display: flex;
    margin-top: 2%;
}
.gw-caption{
    text-align: left;
    width: 50%;
    margin: 0 0 0 auto;
    display: inline-block;
}
.gw-caption p{
    display: inline-block;
    position: relative;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: .08rem;
}
.hours-in-wrapper{
    padding: 10% 0;
    border-top: solid 3px;
    border-bottom: solid 3px;
    margin-top: 20%;
}
.last-order-wrapper{
    margin: 3% 0;
}
.last-order,
.closed,
.latenight{
    font-weight: 600;
    font-size: 25px;
    margin: 0;
}
.closed,
.latenight{
    margin-top: 1.5rem;
}
.latenight{
    line-height: 1.5;
}
.image-sample,
.main-movie{
    width: 100%;
    height: 50vw;
    object-fit: cover;
}
.movie-text-title{
    color: white;
    position: absolute;
    top: 50%;
    left: 5%;
    font-family: 'MANIFESTO';
    font-size: 40px;
    font-weight: 100;
}
.section-title-wrapper{
    text-align: center;
    margin-bottom: 1%;

}
.section-title{
    font-size: 45px;
    font-family: 'Choplin';
    font-weight: 600;
    letter-spacing: .08rem;
}
.section-sub-title{
    font-weight: 500;
    letter-spacing: .08rem;
}
.section-text{
    font-weight: 500;
    letter-spacing: .08rem;
    text-align: center;
}
.button-wrapper{
    text-align: center;
    margin-top: 5%;
}
.button{
    position: relative;
    display: inline-block;
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/   
    transition:all 0.3s ease-in-out;

    font-family: 'Martel Sans', sans-serif;
    padding: 1% 4%;   
    transition: .5s;
    letter-spacing: .08rem;
}

.button::before,
.net-button::before,
.tel-button::before,
.page-contents-button::before{
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    /*線の形状*/
    width: 100%;
    height: 100%;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    /*はじめは透過0に*/
    opacity: 0;
    transform: scale(0, 1);
    /*アニメーションの指定*/   
    transition: all 0.3s;
}
.button::after,
.net-button::after,
.tel-button::after,
.page-contents-button::after{
    content: '';
    /*絶対配置で背景の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    /*背景の形状*/
    width: 100%;
    height: 100%;
    background-color:#333;
    /*アニメーションの指定*/ 
    transition: all 0.3s;
}
/*hoverした際の背景と線の形状*/
.button:hover::before,
.net-button:hover::before,
.tel-button:hover::before,
.page-contents-button:hover::before{
    opacity: 1;/*不透明に*/ 
    transform: scale(1, 1);/*X方向に線を伸ばす*/
}

.button:hover::after,
.net-button:hover::after,
.tel-button:hover::after,
.page-contents-button:hover::after {
    opacity: 0;/*透過0に*/
    transform: scale(0, 1);/*X方向に背景を縮小*/
}

/*テキストの設定*/
.button span,
.net-button span,
.tel-button span,
.page-contents-button span {
    /*テキストを前面に出すためz-indexの値を高く設定*/  
  position: relative;
  z-index: 2;
    /*テキストの形状*/
  color: #fff;
    /*アニメーションの指定*/   
    transition: all 0.3s;
}

/*hoverした際のテキストの形状*/
.button:hover span,
.tel-button:hover span,
.net-button:hover span,
.page-contents-button:hover span{
    letter-spacing: 2px;
  color: #333;
}

.net-button{
    position: relative;
    display: inline-block;
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/   
    transition:all 0.3s ease-in-out;
    
    font-family: "yu gothic";
    padding: 1.5% 3.4%;
       
    transition: .5s;
    letter-spacing: .08rem;
}
.tel-button{
    position: relative;
    display: inline-block;
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/   
    transition:all 0.3s ease-in-out;
    
    font-family: "yu gothic";
    padding: 1.5% 4%;
       
    transition: .5s;
    letter-spacing: .08rem;
}
.tel-button2{
    font-family: "choplin";
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .08rem;
}
/*
.button:hover,
.net-button:hover,
.tel-button:hover{
    background-color: black;
    color: white;
}
*/
.button-wrapper p{
    margin-top: 2%;
}
.xmas-picture {
    width: 80%;
    margin: auto;
    & > p {
        text-align: right;
        font-size: 12px;
    }
}
.xmas-text {
    font-size: 14px;
    text-align: center;
    margin: 5% 0 7%;
}

.picture-flex{
    display: flex;  
    width: 80%;
    margin: auto;
}
.picture1,
.picture2{
    width: 50%;
    height:26vw;
    object-fit: cover;
    overflow: hidden;
}
.picture1 img,
.picture2 img{
    height: 26vw;
    object-fit: cover;
}
.picture-flex2{
    display: flex;
    width: 80%;
    margin: auto;
}
.picture3{
    width: 50%;
    height: 45vw;
}
.picture3 img{
    height: 100%;
    object-fit: cover;
}
.picture-caption{
    text-align: left;
    width: 50%;
    margin: 0 0 0 auto;
    display: inline-block;
}
.picture-caption p{
    display: inline-block;
    position: relative;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: .08rem;
}
.object-position{
    object-fit: cover;
    object-position: 0 100%;
}
.center-bottom{
    height: 26vw;
    object-position: bottom;
}
.center-top{
    object-position: top;
}
.picture-text-wrapper{
    margin-top: 1%;
    text-align: center;
}
.pizza-kv,
.lunch-kv{
    height: 50vw;
    object-fit: cover;
}
.about-title-wrapper{
    font-family: 'Choplin';
    text-align: center;
    position: relative;
}
.about-kv-wrapper,
.about-text{
    margin-top: 3%;
}
.about-kv{
    width: 80%;
    margin: auto;
}
.about-kv img{
    height: 45vw;
    object-fit: cover;
}
.access-kv{
    width: 80%;
    height: 35vw;
    margin: 3% auto auto;
    position: relative;
}
.map-icon{
    height: 20vh;
    width:20vh;
    position: absolute;
    top: 35%;
    left:1%;
    right: 0;
    pointer-events: none;
}
iframe{
    width: 100%;
    height: 100%;
    margin: auto;
}
.sns-button button{
    display: block;
}
.button2{
    display: block;
    width: 50%;
    margin: auto;
    color: white;
    background-color: black;
    font-family: 'Martel Sans';
    font-weight: 600;
    padding: 2vw 0;
    border: 1px solid white;
    transition: .5s;
}
.button2:hover{
    transform: scale(0.9);
}
.footer-wrapper{
    margin-top: 20%;
    background-color: black;
    height: 200px;
    position: relative;
}
.footer-in-wrapper{
    padding: 5% 0 0 0;
    position: relative;
}
.footer-title{
    color:white;
    text-align: center;
    font-size: 14px;
    margin-top:5%;
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    margin: auto;
}

/*about*/
.page-topkv{
    position: relative;
}
.page-img-wrapper{
    height: 40vw;
}
.page-img-wrapper img{
    height: 40vw;
    width: 100%;
    object-fit: cover;
}
.page-topkv-title{
    position: absolute;
    top: 50%;
    right: 0%;
    left: 0%;
    margin: auto;
    text-align: center;
    font-size: 45px;
    color: white;
    font-family: 'Choplin';
}
.page-wrapper{
    margin: 5% auto auto;
}
.about-page-text{
    width: 50%;
    text-align: center;
}

.photo-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}
.photo-list li{
    width: 32%;
    overflow: hidden;
    margin-bottom: 5%;
}
.photo-list figure {
    width: 100%;
}
.photo-list figure img {
    transition: 1s;
    width: 100%;
    height: 25vw;
    object-fit: cover;
}
figcaption p{
    text-align: center;
}
.about-page-last{
    text-align: center;
    font-family: 'Martel Sans', sans-serif;
}
.sen{
    width: 100%;
    height: 1px;
    background-color: black;
}
.page-button-wrapper{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
}
.page-button{
    color: black;
    font-family: 'Martel Sans', sans-serif;
    letter-spacing: .08rem;
}
.page-button::before{
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    margin: auto;
    border-top: 4px solid black;
    border-right: 4px solid black;
    transform: rotate(-45deg);
    transition: .2s;
}
.page-button-wrapper:hover{
    transform: translate(-50%,-20%);
    
}
/*CAKE PIZZA LUNCH*/
.opacity{
    opacity: .8;
}
.page-contents{
    position: relative;
    width: 80%;
}
.page-title{
    position: absolute;
    top: 5vh;
    left: 36.5vw;
    margin: auto;
    z-index: 999;
}
.page-title h1{
    font-size: 80px;
    font-family: 'Choplin';
    line-height: .9;
}
.page-flex{
    display: flex;
    justify-content: center;
}
.reverse{
    flex-direction: row-reverse;
}
.page-main-img{
    width: 50%;
    height: 45vw;
}
.page-main-img img{
    width: 100%;
    height: 45vw;
    object-fit: cover;
}
.page-main-text{
    width: 50%;
    position: relative;
}
.page-main-text-wrapper{
    position: relative;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}
.page-main-text p{
    width: 80%;
    margin: auto;
    text-align: center;
}
.page-contents-button-wrapper{
    text-align: center;
    margin-top: 10%;
}
.page-contents-button-wrapper2{
    text-align: center;
    margin-top: 3%;
}
.page-contents-button{
    position: relative;
    display: inline-block;
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/   
    transition:all 0.3s ease-in-out;
    
    font-family: 'Martel Sans', sans-serif;
    padding: 2% 8%;
      
    transition: .5s;
    letter-spacing: .08rem;
}

.menu-title{
    font-family: "Choplin";
    text-align: center;
    margin-bottom: 3%;
}
.week-menu {
    margin-bottom: 5%;
    text-align: center;
    & > img {
        width: 80%;
        margin: auto;
    }
}
figcaption{
    width: 90%;
    margin: auto;
    font-size: 14px;
}
.bold{
    font-weight: bold;
    font-family: "Choplin";
    font-size: 25px;
    letter-spacing: .05rem;
}
.cake-name{
    font-weight: bold;
    font-size: 20px;
    letter-spacing: .05rem;
    color: red;
}
.border-bottom{
    border-bottom: 1px solid black;
}
/*news*/
.news-top{
    font-size: 20px;
    margin: 5% auto 5%;
}
.midasi{
    margin-top: 10%;
    font-size: 20px;
    font-weight: 600;
}
.news-page-text{
    width: 85%;
    margin:auto;
    text-align: center;
}
.news-text-wrapper{
    margin-top: 5%;
}
.news-contents{
    width: 50%;
    position: relative;
}
.news-flex{
    margin-bottom: 10%;
    display: flex;
}
.row-reverse{
    flex-direction: row-reverse;
}
.news-contents-img{
    width: 50%;
    height: 30vw;
}
.news-contents-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news2-title-wrapper h1{
    font-size: 25px;
}
/*form*/

.cake-flex {
    display: flex;
}

@media screen and (max-width:768px){
    .gw-flex{
        display: block;
    }
    .gw-wrapper h1{
        font-size: 25px;
    }
    .gw-img,
    .gw-caption{
        width: 100%;
    }
    .gw-caption{
        margin-top: 5%;
    }
    .gw-caption p{
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: .1rem;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .sp-nav {
        position: absolute;
        z-index: 1000;
    }
    .hamburger {
        position: fixed;
        top: 0%;
        right: 15%;
    }
    .sen {
        width: 55px;
        height: 4px;
        background-color: #696969;
        display: block;
        position: fixed;
        border-radius: 5px;
    }
    .sen1 {
        top: 5%;
        transition: 1s;
    }
    .sen2 {
        top: 6.5%;
        transition: 1s;
    }
    .sen3 {
        top: 8%;
        transition: 1s;
    }
    .sen1-2{
        top: 6.5%;
        transform: rotate(45deg);
        transition: 1s;
        background-color: white;
    }
    .sen2-2{
        transform: translateX(250%);
        transition: 1s;
        background-color: white;
    }
    .sen3-2{
        top: 6.5%;
        transform: rotate(-45deg);
        transition: 1s;
        background-color: white;
    }
    .sp-nav-in {
        transform: translateX(100%);
        overflow: hidden;
        transition: 1s;
        background-color: rgba(0,0,0,0.7);
        position: fixed;
        top: 0;
        right: 0%;
        width: 50%;
        z-index: -1;
        height: 100vh;
    }
    .sp-nav-in ul {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 45%;
        height: 100%;
    }
    .sp-nav-in ul li {
        height: 60px;
        display: block;
        font-family: "Lato";
        letter-spacing: .1rem;
    }
    .sp-nav-in ul li a{
        color: white;
        line-height: 60px;
        padding: 0 30px;
        font-size: 20px;
        font-family: "Lato";
        font-weight: 700;
    }
    .open{
        height: 100vh;
        transform: translateX(0);
        transition: 1s;
    }
    .net-button {
        color: black;
        font-family: "yu gothic";
        padding: 1.5% 3%;
        border: solid 1px black;
        transition: .5s;
        letter-spacing: .08rem;
    }
    .map-icon {
        height: 15vh;
        width: 15vh;
        position: absolute;
        top: 30%;
        left: 30%;
        right: 0;
    }
    .picture-caption p{
        left: 0;
        transform: unset;
    }
    /*ABOUT*/
    .page-img-wrapper,
    .page-img-wrapper img{
        height: 100vh;
    }
    .page-topkv-title{
        top:45%;
    }
    .about-page-text{
        width: 80%;
    }
    .about-page-text p{
        font-size: 14px;
    }
    .photo-list li{
        width: 49%;
    }
    .photo-list figure img{
        height: 45vh;
    }
    .about-page-last p{
        font-size: 12px;
    }
    /*CAKE PIZZA LUNCH*/
    .page-title{
        top: -6vw;
        left: 5%;
    }
    .page-title h1{
        font-size: 50px;
    }
    .page-flex{
        display: block;
    }
    .page-main-img,
    .page-main-text{
        width: 100%;
    }
    .page-main-text{
        margin-top: 5%;
        font-size: 13px;
    }
    .news-flex{
        display: block;
    }
    .news-contents-img{
        width: 100%;
        height: 60vw;
    }
    .news-contents{
        width: 100%;
    }
    .midasi{
        margin-top: 5%;
    }
}
@media screen and (max-width:450px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .hamburger {
        right: 18%;
    }
    .sen{
        width: 40px;
        height: 3px;
    }
    .sen1{
        top: 4%;
    }
    .sen1-2{
        top: 5.5%;
    }
    .sen2{
        top: 5.5%;
    }
    .sen3{
        top: 7%;
    }
    .sen3-2{
        top: 5.5%;
    }
    .sp-nav-in ul li a{
        font-size: 14px;
    }
    .swiper-container,
    .slide-img,
    .slide-img img{
        height: 100vh;
    }
    .title{
        font-size: 60px;
        top: 35vh;
        letter-spacing: .3rem;
    }
    .title span{
        font-size: 24px;
        letter-spacing: .4rem;
    }
    .main-wrapper{
        margin: 20% auto auto;
    }
    .hours-wrapper{
        width: 85%;
    }
    .hours-title{
        font-size: 30px;
    }
    .sub-title{
        font-size: 15px;
    }
    .last-order, 
    .closed,
    .latenight{
        font-size: 20px;
    } 
    .hours-time,
    .last-order-time,
    .closed-time{
        font-size: 15px;
    }
    .image-sample,
    .main-movie{
        height: 100vw;
    }
    .movie-text-title{
        font-size: 25px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .important-title-wrapper{
        margin-top: 20%;
    }
    .important-title{
        font-size: 35px;
        letter-spacing:.05rem ;
    }
    .important-img{
        width: 60%;
        margin: 5% auto 0;
    }
    .important-img img{
        width: 100%;
    }
    .section-title,
    .news-title{
        font-size: 35px;
    }
    .section-sub-title{
        margin: 10px 0;
        margin: 10px 10%;
        
    }
    .section-text{
        font-size: 14px;
        margin: 5% 10% 0;
        font-weight: normal;
    }
    .button-wrapper{
        position: relative;
        margin-top: 7%;
    }
    .button{
        padding: 2% 10%;
    }
    .net-button {
        padding: 3% 1.7%;
    }
    .tel-button {
        color: black;
        font-family: "yu gothic";
        padding: 2.5% 4%;
        border: solid 1px black;
        transition: .5s;
        letter-spacing: .08rem;
    }
    .button-wrapper p {
        margin-top: 4%;
    }
    .picture-flex{
        width: 100%;
        height: 50vw;
    }
    .picture1, .picture2 {
        width: 50%;
        height: 50vw;
    }
    .picture1 img,
    .picture2 img{
        height:100%;
        object-fit: cover;
    }
    .picture-text{
        width: 80%;
        margin: 1% auto auto;
    }
    .picture-caption{
        width: 80%;
        margin: 5% auto auto;
        text-align: center;
    }
    .pictuire-caption p{
        font-weight: 500;
        letter-spacing: .08rem;
    }

    .pizza-kv,
    .lunch-kv{
        height: 100vw;
    }
    .hours-title, 
    .about-title, 
    .sns-title {
        font-size: 35px;
    }
    .sub-title{
        font-size: 15px;
    }
    .sub-title-2 {
        margin-top: 10px;
        font-size: 14px;
    }
    .sub-title::before {
        top: -1px;
    }
    .about-kv {
        width: 100%;
        margin: auto;
        height: 70vh;
    }
    .about-kv img {
        height: 70vh;
        object-fit: cover;
    }
    .access-kv{
        height: 80vw;
    }
    .cake-name{
        font-size: 15px;
    }
    .map-icon {
        height: 10vh;
        width: 10vh;
        position: absolute;
        top: 53%;
        left: 0;
        right: 0;
        margin: auto;
    }

    /*ABOUT*/
    .page-img-wrapper, .page-img-wrapper img {
        height: 50vh;
    }
    .photo-list figure img {
        height: 49vw;
    }

    /*CAKE PIZZA LUNCH*/
    .page-title h1{
        font-size: 35px;
    }
    .page-title{
        top: -7vw;
    }
    .menu-title{
        margin-bottom: 3%;
    }
    .page-contents-button{
        padding: 2% 10%;
    }
    /*NEWS*/
    .news-top {
        font-size: 18px;
        margin: 20% auto 5%;
    }
    .midasi{
        font-size: 16px;
    }
    .news-contents{
        font-size: 14px;
    }
    .news-text-wrapper{
        margin-top: 20%;
    }
    .news-flex{
        margin-bottom: 20%;
    }
}
