body {
    color: black;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Quicksand', sans-serif;
    background-color: #fff;
}

/*共通デザイン部分*/

p.text01 {
    background: linear-gradient(-135deg, #f5f5f5, #f0f8ff, #d8bfd8);
    text-align: justify;
    font-size: auto;
    padding: 30px;
    width: auto;
    height: auto;
    color: black;
}

section {
    padding-top: 50px;
}
.breadcrumb{
    padding-top: 70px;
}
.woocommerce-breadcrumb{
    padding-top: 50px;
}


.boxcontainer02{
    padding-bottom: 100px;
}
.menuarea{
    display: block;
    padding-bottom:50px;
}
.menucontainer{
    width: 100%;
}

*, :after, :before{
    box-sizing: border-box;
}
.menucontainer img{
    width: 100%;
}

/*共通デザインここまで*/


/*モバイルファーストデザイン*/
#top-nav {
    display: none;
}
#mobilecart{
    display: inline-block;
    text-align: right;
    margin-left:auto;
}
#mobilecart,a{
    font-weight: bold;
    text-decoration: none;
    color: black;
}
.iconbox{
    text-align: center;
    padding-left: 50px;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}
.fab{
    padding: 10px;
}
/*メニュー*/
#nav-drawer {
    position: relative;
    top: 10px;
    text-align: left;
    margin-left: 10px;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
    display: none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 30px;
    /*長さ*/
    border-radius: 3px;
    background: black;
    display: block;
    content: '';
    cursor: pointer;
}

#nav-open span:before {
    bottom: -8px;
}

#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}
img.close{
    width: 20px;
    height: 20px;
    margin-left: 40px;
}
/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    text-align: left;
    font-size: 25px;
    top: 0;
    left:0;
    z-index: 9999;
    /*最前面に*/
    width: 50%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 300px;
    /*最大幅（調整してください）*/
    height: 100%;
    background: rgba(233, 145, 207, 0.7);
    /*背景色*/
    color: white;
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    /*左に隠しておく場合（右の場合は記述なし）*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

li.sns {
    list-style: none;
}

li.close {
    margin-top: 10px;
    list-style: none;
}

.close span {
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.2);
}

#nav-content a {
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: white;
}

#nav-content a :hover {
    text-decoration: underline;
    color: white;
}

.menu-item {
    height: auto;
    font-size: auto;
    color: white;
    width: auto;
    top: auto;
    bottom: 0;
    right: 0;
    list-style: none;
}

.menu-item a {
    padding: 5px;
    color: white;
}

#nav-content li {
    margin-bottom: 12px;
}

#nav-content a:visited {
    color: white;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); //*中身を表示（左へスライド*/
    /*transform: translateX(-100vw);/*中身を表示（左へスライド）*//
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

/*=============メニューここまで=================*/
.site-title {
    height: auto;
    width: 60%;
    margin:0 auto;
    text-align: center;
    padding-left: 10px;
    padding-top: 70px;
}

#top-baner {
    position: relative;
}

#top-baner img {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 100%;
    z-index: 99;
    left: 0;
    top: 3rem;
    object-fit: cover;
}

header {
    height: auto;
    color: black;
}
.headercontainer{
    display: flex;
}
header h1 {
    color: black;
    font-size: 20px;
    font-family: 'Prociono', serif;
    margin: 0 auto;
    /*float: left;
    /*padding: auto;*/
    height: auto;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    line-height: auto;
}

/*コンテンツ横幅・高さ*/
.maincontainer{
    min-height: 100vh;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
}
.contents{
    background-color: #fff;
}
.signature{
    width: 50%;
}
.site-width {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.site-header {
    width: 100%;
    height: 3rem;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    position: fixed;
    background-color:rgba(255,255,255,0.7);
    z-index: 9999;
}

p.text {
    justify-content: center;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    color: black;
    padding: 20px;
}

section h1.title {
    font-family: 'Prociono', serif;
    text-align: center;
    font-size: auto;
    color: black;
}
footer {
    display: block;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    height: 50px;
    color: white;
    max-width: 100%;
    margin: 0 auto;
    background-image:url("img/footer.jpg");
}
footer.address{
    background-image:url("img/footer.jpg");
}
/*=========================
コンテンツ位置調整
=========================*/
@media screen and (min-width:400px){

    コンテンツ横幅・高さ
    h1 img{
        width: 60%;
        max-width: 300px;
    }
    .menucontainer img{
        width: 50%;
    }
    a{
        width: 50%;
    }
}
/*@media screen and (min-width:550px) and (max-width: 828px) {

    /*コンテンツ横幅・高さ
    .contents {
        margin-top: 600px;
    }

}
/*=========================
タブレット・ネットブック向けレイアウト
=========================
@media screen and (min-width:828px) and (max-width: 1024px){
    
/*コンテンツ横幅・高さ
    .contents{
        margin-top: 620px;
    }
    #top-baner img{
        width: 100%;
        height: 650px;
    }
}
@media screen and (min-width:1024px) and (max-width: 1200px){
    
    /*コンテンツ横幅・高さ
        .contents{
            margin-top: 700px;
        }
    #top-baner img{
        width: 100%;
        height: 650px;
    }
}

/*==================
PC向け表示
====================*/
@media (min-width:1200px) {

    /*ナビゲーション*/
    #nav-drawer {
        display: none;
    }
    #mobilecart{
        display:none;
    }
    #top-nav {
        display: block;
        padding-top: 10px;
        float: right;
        width: auto;
        position: relative;
    }

    .iconbox{
        width: auto;
    }
    nav a {
        padding: 0px 10px;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        color: black;
    }

    nav a :hover {
        text-decoration: underline;
        color: black;
        cursor: pointer;
    }

    .menu-item a {
        color: black;
    }

    #top-nav ul {
        height: auto;
        width: auto;
        top: auto;
        bottom: 0;
        right: 0;
        list-style: none;
    }

    #top-nav ul li {
        float: left;
    }

    .pcmenu {
        height: auto;
        color: black;
        width: auto;
        top: auto;
        bottom: 0;
        right: 0;
        list-style: none;
    }

    header {
        height: auto;
        color: black;
    }

    #top-baner img{
        width: 100%;
        height: 650px;
    }

    img.logo {
        padding-left: 10px;
    }
    .headercontainer{
        display: initial;
    }
    header h1 {
        color: black;
        font-size: 20px;
        font-family: 'Prociono', serif;
        margin: 0 auto;
        float: left;
        text-align: center;
        height: auto;
        width: 100px;
        line-height: auto;
    }

    /*コンテンツ横幅・高さ*/
    .site-width {
        width: 100%;
        margin: 0 auto;
    }

    .site-header {
        margin: 0 auto;
        position: fixed;
        width: 100%;
        height: 50px;
        background-color:rgba(255,255,255,0.7);
        z-index: 9998;
    }

    .signature{
        max-width: 30%;
    }
    /*.contents{
        margin-top: 800px;
    }*/
    p.text {
        text-align: justify;
        font-size: auto;
        padding: 50px;
        width: auto;
        height: auto;
        color: black;
    }


    section h1.title {
        font-family: 'Prociono', serif;
        justify-content: center;
        color: black;
    }
}

/*==================
ABOUT
====================*/
.about-banner{
    position: relative;
    text-align: center;
}
.about-banner img{
    width: 300px;
    margin-top: 100px;
}
.contents-about{
    text-align: center;
    padding: 50px;
}
.about-txt{
    display:inline-block;
    text-align: left;
}
/*=======================
Gallery Page
========================*/
.gallerypage{
    min-height: 100vh;
    position: relative;
}
/*=======================
SHOP PAGE
=========================*/
.count{
    background: none;
}
/*=======================
Product page
=========================*/
.description_tab,.additional_information_tab,.reviews_tab{
    margin: 5px!important;
}
.description_tab a{
    margin-right: 20px;
    }
/*================
TATOO PAGE
==================*/
img.pagepic{
    width: 100%!important;
    }

#tattoo-page{
    min-height: 100vh;
    position: relative;
    }
@media (min-width:500px) {
img.pagepic{
    width: initial!important;
        }
.tattoo-book{
    text-align: center;
}
}
/*====================================
CONTACT FORM
======================================*/
.mw_wp_form{
    width: 100%;
}
.mw_wp_form form{
    width: 100%;
    display:inline-block;
    border: solid 0.1px pink;
    padding: 20px;
}
.mw_wp_form form p{
    text-align: left;
}
.mw_wp_form input{
    width:100%;
    height: 25px;
}
.mw_wp_form input,textarea{
    width: 100%;
    border: solid 0.1px pink;
}
@media (min-width:500px) {
    .mw_wp_form{
        width: initial;
        text-align: center;
    
    }
    .mw_wp_form form{
        width: initial;
        margin: 20px;
    }
    .mw_wp_form input{
        width: initial;
    }
    .mw_wp_form textarea{
        width: initial;
    }
}
/*=================
SHOP PAGE
===================*/
@media screen and (max-width: 600px) {
    .woocommerce ul.products li.product {
        float: none!important;
        width: auto!important;
    }    
}