@charset "UTF-8";

body {
    font-family: 'Zen Maru Gothic', メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

/* -----------------------
header
----------------------- */
header {
    background-image: url("../img/mainvisual.jpg");
    height: 750px;
    max-width:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

header .site-title img {
    width:150px;
}

header .flex {
    display: flex;
    justify-content: space-between;
    padding: 60px 60px 0;
}


header .side_menu{
    z-index:10000;
    position:fixed;
    width:300px;
    height:100%;
    top:0;
    left:0;
    bottom:0;
    background:#111;
    opacity:0;
    visibility:hidden;
    color:#fff;
    padding:30px 40px;
    transform: translateX(-400px);
    transition: all 0.7s cubic-bezier(0.8, 0, 0.1, 1);
}
header .side_menu.opensesame{
    opacity:1;
    visibility:visible;
    transform: translateX(0);
}
header .side_menu_desc{
    margin:10px 0;
    color:#e8e8e8;
    font-size:1rem;
}
ul.nav_links{
    margin-top:50px;
    list-style:none;
}
ul.nav_links li{
    padding:10px 0;
}
ul.nav_links li a{
    color:#a8a8a8;
    font-weight:bold;
    text-decoration:none;
}
header .filter_box{
    position:fixed;
    z-index:10000;
    top:0;
    right:0;
    width:calc(100% - 300px);
    height:100%;
    background:rgba(0, 0, 0, 0.3);
    transition:all 0.7s cubic-bezier(0.8, 0, 0.1, 1);
    opacity:0;
    visibility:hidden;
}
header .filter_box.opensesame{
    opacity:1;
    visibility:visible;
}
header .menu_btn{
    position:relative;
    z-index:100;
    top:10px;
    right:30px;
    bottom:0;
    width:100px;
    height:100px;
    padding:7px;
    border-radius: 50%;
    background:orange;
    cursor:pointer;
}
header .menu_btn > span{
    position:relative;
    width:100%;
    height:1px;
    background:#fff;
    display:block;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
header .menu_btn > span:nth-child(1){
    top:6px;
}
header .menu_btn > span:nth-child(2){
    top:15px;
}
header .menu_btn > span:nth-child(3){
    top:24px;
}
header .menu_btn.opensesame > span:nth-child(1){
    transform: rotate(45deg);
    top: 14px;
    left: 0px;
}
header .menu_btn.opensesame > span:nth-child(2){
    width: 0%;
      opacity: 0;
}
header .menu_btn.opensesame > span:nth-child(3){
    transform: rotate(-45deg);
    top: 12px;
    left: 0px;
}


header p{
    color: darkslategrey;
    font-weight: bold;
    position: absolute;
    top: 36px;
    right: 26px;
}

header .shop-name {
    position: absolute;
    top: 300px;
    right:100px;
}

header .shop-name h2{
    font-size: 4.5rem;
    font-family: 'Zen Maru Gothic', メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    color: #756659;
}

header .sns img {
    width:60px;
    border-radius: 50%;
}

header .sns {
    position: absolute;
    top:200px;
    right:100px;
}

@media screen and (max-width:600px) {
    header {
        width:100%;
        height: 100vh;
    }

    header .sns {
    display: none;
    }

    header .shop-name {
        position: absolute;
        top: 200px;
        left:10%;
        width: 80%;
    }

    header .shop-name h2{
        font-size: 8vh;
        text-align: center;
    }
    header .menu_btn{
        top:300px;
        right:-70%;
    }

}


/* -----------------------
main
----------------------- */
.sub-title {
    font-size: 2rem;
    color: #756659;
    font-family: 'Zen Maru Gothic',メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    margin-bottom: 40px;
}

.wrapper {
    width:1200px;
    max-width:100%;
    padding:60px;
    margin: 20px auto;
    /* background-color: blue; */
}

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

@media screen and (max-width: 600px) {
    .flex {
        width:100%;
        flex-direction: column;
    }
    .wrapper {
        padding:10%;
    }
    
}

/* -----------------------
summary
----------------------- */
#summary iframe {
    width:40%;
    height: 300px;
}

#summary dl {
    width:60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 40px;
}

#summary dt {
    color: #756659;
    font-size: 0.8rem;
    width:20%;
    border-bottom: solid 1.5px #756659;
    padding:10px 0;
}

#summary dd {
    color: #756659;
    font-size: 0.8rem;
    width: 80%;
    border-bottom: solid 1.5px #756659;
    padding:15px 0;
}

@media screen and (max-width: 600px) {
    #summary iframe {
        width: 100%;
    }
    #summary dl {
        width:100%;
        flex-direction: column;
        margin: 0;
    }
    #summary dt {
        width: 100%;
        border: none;
        padding:10px 0;
        margin: 10px 0 0 0 ;
    }
    #summary dd {
        width: 100%;
        border-bottom: solid 1.5px #756659;
        padding:5px 0;
    }

}


/* -----------------------
view
----------------------- */
#view {
    background-color: #f7f7d2;
}

#view .swiper {
    width: 1050px;
    height: 300px;
    max-width: 100%;
  }
#view img {
    width: 350px;
    height: 300px;
    max-width: 100%;
    object-fit: cover;  
} 

.swiper-pagination {
    --swiper-pagination-color: #756659;
}

.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #756659;
}

/* -----------------------
service
----------------------- */
#service .sv-flex{
    /* background-color: burlywood; */
    display: flex;
    flex-wrap: wrap;
}

#service .item {
    padding: 0px 10px 10px;
    margin: 0 auto;
}

#service img {
    width:330px;
    height: 300px;
    object-fit: cover;
    max-width: 100%;
}

#service .info {
    position: absolute;
    background-color:rgb(106,95,80,.5);
    bottom: 5px;
    left: 0;
    width: 100%;
}

#service p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 80px;
    text-shadow: 0.5px 0.3px white;
}

/* -----------------------
price
----------------------- */
#price {
    background-color: #f7f7d2;
}

.pc-area {
    display: block;
}
.phone-area {
    display: none;
}

#price table {
    margin: 0 auto;
    width: 100%;
}

#price .ta th {
    font-size: 1.6rem;
    background-color: #756659;
    border-right:solid #fff 1px;
    width:300px;
    height: 80px;
    color: #fff;
}

#price .ta td {
    background-color: #fff;
    font-size: 1.6rem;
    border: solid #756659 1px;
    width:300px;
    height: 80px;
    padding: 10px 20px;
}

@media screen and (max-width: 600px) {
    .pc-area {
        display: none;
    }
    .phone-area {
        display: block;
    }
    table{
        padding     : 10px 0;
    }
    #price .ta th,
    #price .ta td {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
    }

}

/* -----------------------
cat
----------------------- */
#cat ul {
    display: flex;
    flex-wrap: wrap;
}

#cat li {
    width:32%;
    margin-left: 10px;
    margin: 0 auto;
}

#cat img {
    max-width:100%;
}

#cat .name{
    font-size: 1.1rem;
    text-align: center;
}

#cat p{
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    #cat ul {
        flex-direction: column;
    }
    #cat li {
        width: 100%;
        margin: 0 auto;
    }
}

/* -----------------------
footer
----------------------- */
footer {
    background-color: #756659;
    height: 40px;
    bottom: 0;
}

footer p {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    align-items: center;
    line-height: 40px;
}