/*
Theme Name: template
Theme URI: 
Description: template
Version: 1.0
Author: template
Author URI: 
Tags: template

	o2 Group v1.0
	

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/****************************************************
共通
****************************************************/

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: "Century Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    color: #333;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

.pcnone {
    display: none;
}

.box .more {
    width: 150px;
    margin: 30px auto 0;
    display: block;
    padding: 20px;
    border: 2px solid #333;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box .more:hover {
    color: #fff;
    border: 2px solid #78A6B9;
    background: #78A6B9;
}

#next a {
    width: 150px;
    margin: 0 auto 30px;
    display: block;
    padding: 20px;
    border: 2px solid #333;
    text-align: center;
}

.breadcrumbs {
    width: 1180px;
    margin: 0 auto 60px;
    font-size: 12px;
    color: #999;
}

/**************************
見出し・文字
**************************/
p {
    font-size: 14px;
}

a {
    color: #333;
    text-decoration: none;
}

h1 {
    height: 0;
    display: none;
}

h2 {
    font-size: 22px;
    margin: 0 0 30px 0;
}

h3 {
    font-size: 17px;
}

#title {
    width: 100%;
    display: table;
    height: 400px;
    text-align: center;
    background: url(images/title.png) center no-repeat;
}

#title h2 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 45px;
}

/**************************
トップに戻る
**************************/





/**************************
レイアウト
**************************/

.container-old {
    width: 96%;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

#content {
    width: 830px;
    float: left;
}

#content img {
    max-width: 100%;
    height: auto;
}

#side {
    width: 300px;
    float: right;
}



/* Nav items */
.menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 52px;
    padding: 0 0 10px 0;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked~.menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    color: #ddd;
    opacity: 0;
    transition: 0.5s;
}

.menu li {
    border-top: 1px solid rgb(75, 75, 75);
    padding: 15px 0;
    margin: 0 54px;
    opacity: 0;
    transition: 0.5s;
}

.menu-btn:checked~.menu a,
.menu-btn:checked~.menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
    display: none;
}

.menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
    background: #ddd;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #ddd;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
    top: 9px;
}

.navicon:after {
    bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0;
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    bottom: 0;
}

.menu-btn:checked~.menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger Menu Animation End */

/* Navbar Container-old */
.navtext-container-old {
    width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Navbar Text */
.navtext {
    position: absolute;
    text-transform: uppercase;
    color: #ddd;
    letter-spacing: 4px;
    font-size: 20px;
}


/**************************
サイド
**************************/
#side h2 {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px 0;
}

.banner img {
    width: 100%;
    height: auto;
}

/*カテゴリー一覧*/
.category {
    list-style: none;
    font-size: 14px;
}

.category li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}

.category li:first-child a {
    padding: 0 0 10px 0;
}

.category li:last-child a {
    padding: 10px 0 0 0;
    border: none;
}

/*サイド一覧（どちらも）*/
#side .box {
    margin: 0 0 40px;
}

#side .sidelist {
    list-style: none;
}

#side .sidelist span {
    font-size: 12px;
    color: #999;
}

#side .sidelist h3 {
    font-size: 14px;
}

#side .sidelist li {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    box-sizing: border-box;
}

#side .sidelist li:first-child {
    padding: 0 0 10px 0;
}

#side .sidelist li:last-child {
    padding: 10px 0 0 0;
    border: none;
}

#side .sidelist li img {
    float: left;
    width: 120px;
    height: auto;
    margin: 0 12px 0 0;
    filter: brightness(80%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#side .sidelist li img:hover {
    filter: brightness(100%);
}


/**************************
トップページ
**************************/
/*メイン画像*/
#main {
    position: relative;
    width: 100%;
    aspect-ratio: 3/1;
    background: center center / cover no-repeat;

}

#main img {
    width: 25%;
    min-width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-top: 20%;
    left: 50%;
    margin-left: -232px; */
}

#about {
    display: flex;
    gap: 50px;
    width: 100%;
}

#about .wrapper-img {
    flex: 1 1 50%;

    img {
        width: 100%;

    }
}

#about .text {
    flex: 1 1 50%;
}

#romi {
    text-align: center;
    background: url(../images/img_romi_1.png) center no-repeat;
    color: #fff;
}

#contact {
    padding: 60px;
    text-align: center;
    background: url(../images/img_contact_1.jpg) center center / cover no-repeat;
    background-attachment: fixed;
    color: #fff;
}

#contact p {
    margin: 0 0 60px 0;
}

#contact .more {
    width: 150px;
    margin: 0 auto;
    display: block;
    padding: 20px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#contact .more:hover {
    border: 2px solid #fff;
    color: #333;
    background: #fff;
}

/**************************
/* トップ一覧
**************************/
.container-old .list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
}

.container-old .list li {
    position: relative;
}

.container-old .list li:nth-child(3) {
    margin: 0 0 24px 0;
}

.container-old .list li:nth-child(4),
.list li:nth-child(5) {
    margin: 0 24px 0 0;
}

.container-old .list li:nth-child(6) {
    margin: 0;
}

.max-w-480 {
    max-width: 480px;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.mx-auto {
    margin-inline: auto;
}

.container-old .list li span {
    position: absolute;
    background: #555;
    color: #fff;
    z-index: 2;
    padding: 5px;
}

.container-old .list li .img-link {
    width: 100%;
    aspect-ratio: 380/285;
    display: block;
}


.container-old .list li .img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

figure {
    position: relative;
    overflow: hidden;
    width: 100%;
}

figure img {
    width: 100%;
    height: auto;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    z-index: 1;
}

figure:hover figcaption {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
    opacity: 1;
}

.container-old .list li .mens {
    width: 70px;
    float: left;
    background: #1891CC;
    color: #fff;
    text-align: center;
    margin: 0 10px 0 0;
}

.container-old .list li .ladies {
    width: 70px;
    float: left;
    background: #FF7373;
    color: #fff;
    text-align: center;
    margin: 0 10px 0 0;
}

.container-old .list li .unisex {
    width: 70px;
    float: left;
    background: #E0B711;
    color: #fff;
    text-align: center;
    margin: 0 10px 0 0;
}

/**************************
/* 一覧
**************************/
#content .archive {
    list-style: none;
}

#content .archive li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

#content .archive li:first-child {
    padding: 0 0 20px;
}

#content .archive li:last-child {
    margin: 0;
    border-bottom: none;
}

#content .archive h3 {
    margin: 0 0 20px 0;
}

#content .archive li span {
    font-size: 12px;
    color: #999;
}

#content .archive li img {
    float: left;
    width: 377px;
    height: auto;
    margin: 0 40px 0 0;
    filter: brightness(80%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content .archive li img:hover {
    filter: brightness(100%);
}

#content .archive li .mens {
    width: 70px;
    float: left;
    background: #1891CC;
    color: #fff;
    text-align: center;
    margin: 0 10px 0 0;
}

#content .archive li .ladies {
    width: 70px;
    float: left;
    background: #FF7373;
    color: #fff;
    text-align: center;
    margin: 0 10px 0 0;
}

#content .archive li .unisex {
    width: 70px;
    float: left;
    background: #E0B711;
    color: #fff;
    text-align: center;
    margin: 0 10px 0 0;
}

/**************************
/* 関連記事
**************************/
#content .relation {
    list-style: none;
}

#content .relation li {
    float: left;
    width: 266px;
    margin: 0 16px 0 0;
}

#content .relation li:nth-child(3) {
    margin: 0;
}

#content .relation li img {
    width: 100%;
    height: auto;
    filter: brightness(80%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content .relation li img:hover {
    filter: brightness(100%);
}

/**************************
/* ページャー
**************************/

.text-center {
    text-align: center;
}

ul.page-numbers {
    margin: 15px 0 0 0;
    border-radius: 4px;
    display: inline-block;
    padding-left: 0;
}

ul.page-numbers>li {
    display: inline;
}

ul.page-numbers>li>a,
ul.page-numbers>li>span {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

ul.page-numbers>li:first-child>a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

ul.page-numbers>li:last-child>a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

ul.page-numbers>li>a:hover {
    background-color: #eeeeee;
    border-color: #dddddd;
    color: #333;
}

ul.page-numbers .current {
    background-color: #333;
    border-color: #333;
    color: #ffffff;
    cursor: default;
    z-index: 2;
}

/**************************
/* シングルページ
**************************/

.single {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #ddd;
}

.image,
.image li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.image {
    margin-bottom: 5px;
}

.image li {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.image li img {
    width: 100%;
    height: auto;
}

.image li.item2,
.image li.item3,
.image li.item4 {
    display: none;
}

.image li:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

.thumb,
.thumb li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.thumb li {
    display: inline-block;
    width: 166px;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    vertical-align: top;
}

.thumb li img {
    width: 100%;
    height: auto;
}

.thumb li:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

.single .detail {
    margin: 0 0 60px 0;
}

.single .detail p {
    margin: 30px 0;
}

.single .detail table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.single .detail table th {
    width: 20%;
    padding: 15px;
    border: 1px solid #ddd;
    background: #f6f6f6;
    font-weight: normal;
    box-sizing: border-box;
    text-align: left;
}

.single .detail table td {
    width: 80%;
    padding: 15px;
    border: 1px solid #ddd;
    background: #f6f6f6;
    box-sizing: border-box;
}

.single .detail .yahoo {
    display: block;
    float: left;
    margin: 30px 0 0;
    width: 360px;
    padding: 15px;
    text-align: center;
    background: #FF0000;
    color: #fff;
    font-weight: bold;
}

.single .detail .amazon {
    display: block;
    float: right;
    margin: 30px 0 0;
    width: 360px;
    padding: 15px;
    text-align: center;
    background: #FEDA00;
    color: #333;
    font-weight: bold;
}

/**************************
/* メニュー
**************************/

.disc {
    float: right;
    width: 412px;
}

.price {
    font-size: 110%;
    font-weight: bold;
    color: #78A6B9;
    margin: 0 0 30px;
}

.url {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #78A6B9;
    border-radius: 3px;
}

/**************************
/* セラピスト紹介
**************************/

.therapist img {
    float: left;
    width: 350px;
    height: auto;
    margin: 0 20px 0 0;
}

/**************************
/* フォーム
**************************/

#form {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 20px 0;
    border-top: 1px dotted #ccc;
    font-size: 14px;
}

#form th {
    width: 25%;
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
}

#form td {
    width: 75%;
    padding: 15px 0 15px 15px;
    border-bottom: 1px dotted #ccc;
}

#form .wpcf7-form-control {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

#submit {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    background: #E0B711;
    border: none;
    color: #fff;
}


@media (max-width: 1024px) {
    #about {
        flex-direction: column-reverse;
        align-items: center;
        gap: 25px;
    }

    #about .wrapper-img {
        max-width: 565px;
    }

    #about .text {
        width: 100%;
    }

    .container-old {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    h2 {
        margin: 0 0 10px 0;
    }

    .box .more {
        margin: 15px auto 0;
    }

    #contact {
        padding: 40px;
    }
}

.font-normal {
    font-weight: normal !important;
}

@media (max-width: 768px) {
    #main {
        aspect-ratio: 3/2;
    }

    .sp-text-left {
        text-align: left;
    }
}