
h2{
    font-size: 44px;
}

.wrapper{
    background: #FFF;
    max-width: 900px;
    margin: 0 auto;
}

p{
    color: #000;
}

body{
    background: #FFF;
}


/* 共通パーツ　header　*/

.header__inner{
    padding: 10px;
}

.header__inner-title a{
    color: #000;
    text-decoration: none;
}

.nav__item-list{
    font-size: 1.6rem;
    margin: 24px 0;
    text-align: center;
}

.nav__item-list:last-child{
    margin: 24px 0 12px 0;
}


.nav__item-list a{
    color: #000;
    font-size: 1.6rem;
    text-decoration: none;
}

.nav__item-list a:hover{
    background: rgba(20,3,255,0.05);
    display: block;
}

.nav__item-list span{
    font-size: 0.8rem;
    display: block;
}



.header__nav-burger{
    --opacity: 1;
    --rotate: 0;
    --translate: .5rem;
    display: grid;
    place-items: center;
    width: 44px;
    aspect-ratio: 1;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}

.header__nav-burger span{
    display: block;
    width: 70%;
    height: 2px;
    background-color: #000;
    grid-area: 1 / 1 / -1 / -1;
    transition: opacity .4s ease, rotate .4s ease, translate .4s ease;
}
.header__nav-burger span:nth-child(1){
    opacity: var(--opacity);
}

.header__nav-burger span:nth-child(2){
    translate: 0 calc(var(--translate) * -1);
    rotate: var(--rotate);
}

.header__nav-burger span:nth-child(3){
    translate: 0 var(--translate);
    rotate: calc(var(--rotate) * -1);
}

.header__nav-burger.is-active{
    --opacity: 0;
    --rotate: 135deg;
    --translate: 0;
}

.header__nav-menu{
    display: none;
    height: 100%;
    padding: 1rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease;
}

.header__nav-menu.is-active{
    opacity: 1;
    pointer-events: all;
    display: block;
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
    background: #FFF;
    width: 90%;
    height: auto;
    z-index: 1000;
    border-radius: 10px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}

.header__nav-contact{
    text-align: center;
}

.nav__contact-tel{
    width: 60%;
    max-width: 300px;
    display: inline-block;
    background: #1403FF;
    border: solid 2px #999;
    border-radius: 10px;   
    position: relative;
}

.nav__contact-tel img{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
}

.nav__contact-tel p{
    color: #FFF;
    text-align: center;
    font-size: 1.2rem;
    padding: .5rem 0;
}

.nav__contact-tel span{
    display: block;
    font-size: .7rem;
}

.nav__contact-line{   
    background: #1403FF;
    padding: .6rem;
    display: inline-flex;
    border: solid 2px #999;
    border-radius: 10px;
}

.nav__contact-instagram a{
    display: inline-block;
}


/* 共通パーツ　footer　*/

footer{
    background: #1403FF;
    text-align: center;
    color: #FFF;
    padding: 30px 0 0 10px;
}

.footer__title-top{
    font-size: 1.3rem;
    font-weight: bold;
    padding: 12px 0;
    color: #FFF;
}

.footer__title-txt{
    font-size: .8rem;
    margin-bottom: 34px;
    color: #FFF;
}

.footer__info{
    font-size: .8rem;
    margin: 40px 0 0 0;
}

.footer__info-txt{
    color: #FFF;
}

.footer__button-list{
    margin: 24px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__button-tel{
    width: 60%;
    max-width: 300px;
    background: #1403FF;
    border: solid 2px #999;
    border-radius: 10px;
}

.footer__button-tel p{
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: inherit;
}

.footer__button-tel a{
    width: 100%;
    padding: 8px 0;
    display: inline-block;
    vertical-align: middle;
}

.footer__button-tel a img{
    width: 32px;
    margin-right: 12px;
}

.footer__button-tel span{
    display: block;
    font-size: .7rem;
}

.footer__button-line{   
    background: #1403FF;
    border: solid 2px #999;
    border-radius: 10px;
    margin-left: 5px;
}

.footer__button-line img{
    width: 40px;
    margin: 10px;
} 

.footer__button-instagram{
    width: 28px;
}

.footer__button-instagram a{
    display: inline-block;
}




.footer__copyright{
    padding: 20px 0;
}

.footer__copyright p{
    font-size: .6rem;
    color: #FFF;
}





/*　top page　*/

.video-wrap{
    position: relative;
    width: 100%;
    height: 100vh;
}

.video-wrap video{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 20px;
    padding: 10px;
}

.about{
    margin-top: 40px
}

.about__inner-topimg{
    padding: 10px;
    margin-bottom: 20px;
}

.about__inner-title{
    text-align: center;
    font-size: 2rem;
    color: #000;
}

.about__inner-title span{
    display: block;
    font-size: 1rem;
    color: #1403FF;
}

.about__inner-txt{
    width: 85%;
    margin: 0 auto;
}


.product{
    margin-top: 40px;
}

.product__inner-title{
    text-align: center;
    font-size: 2rem;
    color: #000;
}

.product__inner-title span{
    display: block;
    font-size: 1rem;
    color: #1403FF;
}

.product__post{
    display: inline-block;
    width: 45%;
    color: #000;
}

.product__post-area{
    text-align: center;
}

.product__inner-button{
    width: 80%;
    padding: 20px;
    margin: 20px auto;
    border: 2px solid #1403FF;
    text-align: center;
    color: #1403FF;
    background: #FFF;
    position: relative;
}

.product__inner-button a{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -30%);
    text-decoration: none;
}

.product__inner-button::after{
    content: "→";
    color: #1403FF;
    position: absolute;
    right: 30%;
    top: 9px;
}

.product__item-img{
    padding: 10px;
}

.product__item-title{
    padding: 10px 0 20px 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #1403FF;
}

.product__item-txt{
    width: 85%;
    margin: 0 auto 30px auto;
}



.massage{
    margin-top: 40px;
}

.massage__inner-title{
    text-align: center;
    font-size: 2rem;
    color: #000;
}

.massage__inner-title span{
    display: block;
    font-size: 1rem;
    color: #1403FF;
}

.massage__inner-txt{
    width: 85%;
    margin: 0 auto;
}

.massage__inner-name{
    margin: 0 auto;
    font-size: .8rem;
    text-align: right;
    width: 85%;
    color: #1403FF;
}

.massage__inner-name span{
    display: block;
    color: #000;
}



.instagram__inner-title{
    text-align: center;
    font-size: 2rem;
    color: #000;
}


.instagram__inner-title span{
    display: block;
    font-size: 1rem;
    color: #1403FF;
}

.access{
    margin-top: 40px;
}


.access__inner-title{
    text-align: center;
    font-size: 2rem;
    color: #000;
}

.access__inner-title span{
    display: block;
    font-size: 1rem;
    color: #1403FF;
}

.googlemap{
    padding: 20px 10px 0 10px;
}

.access__inner p{
    width: 85%;
    margin: 30px auto;
}


/* 共通パーツ　company page　*/

.company__inner-title{
    text-align: center;
    font-size: 2rem;
    color: #000;
}

.company__inner-title span{
    display: block;
    font-size: 1rem;
    color: #1403FF;
}

.company__item{
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    color: #000;
}

.company__item-list{
    padding: 20px;
    border-bottom: 1px solid #333;
}

.company__item-list:last-child{
    border-bottom: none;
}

.company__item-list span{
    display: block;
}


/* machines page */

.machines__inner-title{
    text-align: center;
    font-size: 2rem;
    color: #000;
}

.machines__inner-title span{
    display: block;
    font-size: 1rem;
    color: #1403FF;
}

table{
    margin: 20px auto;
    border-spacing: 0;
    table-layout: auto !important;
}

tbody{
    background: #F5F5F5;
}

table tbody tr td{
    padding: 10px 0 !important;
    border: 0 !important;
}

.wp-block-table{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

td[colspan]{
    background: #1403FF;
    color: #FFF;
    font-weight: bold;
}

.machines__inner pre{
    background: #F5F5F5;
    width: 90%;
    margin: 20px auto;
    text-align: center;
    padding: 10px 0;
}



/* product page */
.product__post-list{
    width: 90%;
    margin: 0 auto;
    color: #000;
}

.product__text{
    font-size: 1.2rem;
    margin: 20px 0 0 0;
}

.product__post-list ul{
    display: flex;
}


.product__post-list ul li{
    margin: 30px 5px;
}

.wp-block-latest-posts__post-title{
    pointer-events: none;
    color: #000;
    text-decoration: none;
}











