@charset "UTF-8";

*{
    box-sizing: border-box;
    width: 100%;
}

a {
    text-decoration: none;
    color: #172919;
}

body {
	color: #172919;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    }
	
#container {
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
}

/*モバイルサイズの設定*/
#header {
	width: 100%;
	height: 40px;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;

}
#header h1{
	width: 100%;
    font-size: 25px;
    padding: 0 0 0 20px;
    opacity: 0;
}

/* ハンバーガーメニュー　の設定*/
.hamburger-menu {
    position: relative;
}
.menu-btn {
    position: absolute;
    top: 3px;
    right: 15px;
    height: 30px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.menu-btn span, .menu-btn span::before, .menu-btn span::after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
}
.menu-btn span::before {
    bottom: 8px;
}
.menu-btn span::after {
    top: 8px;
}
#menu-btn-check:checked + .menu-btn span {
    background-color: rgb(255,255,255,0);
}
#menu-btn-check:checked + .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 0.3s;
}
#menu-btn-check:checked + .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.3s;
}
#menu-btn-check {
    display: none;
}

.menu-content {
    width: 80%;
    height: 50%;
    margin-left: 50%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 4;
    background-color: #0c3a4f72;
}

.menu-content ul {
    padding-top: 50px;
    padding-right: 80px;
}
.menu-content ul li {
    list-style: none;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 15px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    padding: 9px 0px 10px 20px;
}

.menu-content ul li a:hover {
    background-color: rgba(5, 5, 5, 0.5);
    font-size: 18px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;
}

/*背景の設定*/
.parallax {
	
}

.parallax::before {
    background: linear-gradient(180deg,#745d4f43 45%,#53443350 55%),url(images/background3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    content: "";
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}


/*フェイド*/

.fade img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    
}

/*全体*/
.main {
    margin: 0 auto;  
}

/*コンテンツ１冒頭の紹介*/
.main article section #contents1 p {
    margin-bottom: 20px;
    margin-top: 20px;
    
}

.main article section #contents1 img {
    width: 350px;

}
.main article section #contents1 h2 {
    font-size: 22px;
    text-shadow: 4px 4px 4px #ffffff;
}

/*コンテンツ２メニュー紹介*/
.main article section  #contents2 #title img {
    width: 230px;
    margin-top: 20px;
} 
.main article section  #contents2 #menu .menu-img {
    margin-top: 20px;
}

.main article section  #contents2 #menu .menu-img img {
    width: 350px;
    margin-bottom: 20px;
}

.main article section  #contents2 #menu #price img {
    width: 350px;
    margin-top: 20px;
    
}



.main article section #contents2 h2 {
    font-size: 22px;
    text-shadow: 4px 4px 4px #ffffff;
}

.main article section #contents2 h6 {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 10px;
}

/*全ての<p>の設定*/
.main article section p {
    font-size: 14px;
    letter-spacing: 1px;
    width: 350px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 20px 30px 20px 30px;
}



.main article section #contents3-1 #spec-titleC img {
    width: 350px;
}

/*asideとコンテンツ３スペックとメニューの詳細*/
aside #contents3 #spec-titleB img {
    width: 230px;
}

aside #contents3 {
    background-color:  rgba(255, 255, 255, 0.4);
    width: 300px;
    height: fit-content;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
}
aside #contents3 h3 {
    font-size: 17px; 
}

aside #contents3 #spec-title img {
    width: 230px;
}

aside #contents3 img {
    width: 350px;
}



/*メニュー１*/
aside #contents3 #menu1 #spec-title1 img{
    width: 100px;
    margin-top: 20px;
}

/*メニュー2*/
aside #contents3 #menu2 #spec-title2 img {
    width: 100px;
    margin-top: 20px;
}

aside #contents3 #menu2 #spec-title4 img {
    width: 120px;
    margin-top: 20px;
}

aside #contents3 #menu2 #spec-title3 img {
    width: 160px;
    margin-top: 20x;
}

aside #contents3 #menu2 #spec-title6 img {
    width: 230px;
    margin-top: 20px;
}

/*メニュー3*/
aside #contents3 #menu3 #spec-title7 img {
    width: 140px;
    margin-top: 20px;
}
aside #contents3 #spec-titleB img {
    width: 180px;
}
/*メニュー4*/
aside #contents3 #menu4 #spec-title8 img {
    width: 230px;
    margin-top: 20px;
}
aside #contents3 #menu4 #spec-title9 img {
    width: 140px;
    margin-top: 20px;
}
aside #contents3 #menu4 #spec-title10 img {
    width: 140px;
    margin-top: 20px;
}

aside #contents3 #menu4 #spec-title8 .tel {
    margin-top: -20px;
}
aside #contents3 #spectitle1 #spec-title6 h3 {
    margin-top: 5px;
}
aside #contents3 {
    margin-bottom: 40px;
}
aside #contents3 #spec-title img {
    margin-bottom: -20px;
}

aside #contents3 #spec-title1-1 img {
    width: 150px;
    margin-top: 20px;
}

#header .humburger-menu .menu-content .main-menu1 img {
    width: 150px;
}

/*Googleマップ*/
#contents4 .g-map {
    margin-bottom: 40px;
    margin-top: 40px;
}

#contents4 .shop-img img {
    width: 350px;
    margin-top: -10px;
    margin-bottom: -10px;
}

#contents4 .shop-img p {
    font-size: 14px;
    letter-spacing: 1px;
    width: 350px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 20px 30px 20px 30px;
    
}

/*電話番号*/
.tel {
    font-size: large;
    background-color: #44aaa3db;
    box-shadow: 0 7px #024135;
    margin: 0px 30px 0px 30px;
    border-radius: 10px;
    width: 260px;
    text-align: center;
    align-items: center;
    
}
.tel:active {
    box-shadow: none;
    position: relative;
    top: 7px;
}

.tel h2 a {
    color: #172919;
    text-decoration: none;
}
.tel a:hover {
    color: #bcf4f6;
}
.tel-h3 {
    margin-top: -10px;
}

/*上に戻る*/
.return {
    margin-top: 100px;
}
.return a {
    color: #ffffff;
    text-decoration-line: none;
}
.return a:hover {
    text-decoration-line: underline;
}

/*フッター*/
#footer #footer-logo img {
    width: 195px;
}

#footer #footer-logo {
    margin-top: 100px;
}
#footer #footer-logo p {
    color: #ffffff;
    margin-top: -10px;
}






/*pad サイズの設定*/
@media screen and (min-width: 600px) {
    #container {
        margin: 0 auto;

    }


    /*ヘッダー*/
    #header {
        width: 100%;
        
    }

    /*ハンバーガーメニューを隠す*/
    .hamburger-menu {
        display: none;
    }


    .fade {
        width: 100%;
        height: 100%;

    }

    /*TOPを隠す*/
    .return {
        display: none;
    }

    /*フッター*/
    #footer #footer-logo p {
        color: #000000;
        margin-top: -10px;
    }   



    article {
        flex: 3;
    }
    article section #contents1 #contents2 {
        padding-top: 20%;
        margin-bottom: 20px;
    }

    aside {
        flex: 1;
    }


    #footer {
        width: 100%;
        margin: 0 auto;
    }

}




/*pc サイズの設定*/
@media screen and (min-width: 767px) {
    
    #container {
        max-width: 1000px;
        margin: 0 auto;
    }

    #header {
        width: 100%;
    }

    .main {
        width: 90%;
        max-width: 1000px;
        display: flex;
        margin: 0 auto;
        flex-direction: row-reverse;
        justify-content: center;

    }

    article {
        margin-left: 15px;
    }

    aside {
        margin-right: 15px;
    }
     /*コンテンツ１*/
    .main article section #contents1 img {
        width: 600px;
        margin-top: 20px; 
    }
    .main article section #contents1 h2 {
        font-size: 28px;
        text-shadow: 4px 4px 4px #ffffff;
    }
   
    .main article section p {
        font-size: 18px;
        letter-spacing: 1px;
        width: 400px;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.4);
        
    }
    
     /*コンテンツ２メニュー紹介*/
    .main article section  #contents2 #title img {
        width: 260px;
        margin-bottom: 20px;
        margin-top: 20px;
    } 

    .main article section  #contents2 #menu .menu-img img {
        width: 600px;
        margin-bottom: 20px;
    }

    .main article section  #contents2 #menu #price img {
        width: 400px;
    }


    .main article section #contents2 h2 {
        font-size: 28px;
        text-shadow: 4px 4px 4px #ffffff;
    }
    /*コンテンツ3-1*/
    .main article section #contents3-1 #spec-titleC img {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 600px;
    }


    /*コンテンツ３*/
    aside #contents3 {
        background-color:  rgba(255, 255, 255, 0.4);
        width: 280px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 0 auto;
        margin-top: 20px;
    }
   

    /*コンテンツ４*/
    #contents4 .shop-img img {
        width: 600px;
        margin-top: -10px;
        margin-bottom: -10px;
    }
    
    #contents4 .shop-img p {
        font-size: 18px;
        letter-spacing: 1px;
        width: 400px;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.4);
        
        
    }
    #contents4 {
        width: 100%;
        margin: 0 auto;
    }

    #footer {
        width: 100%;
        margin: 0 auto;
    }

}