/*
  Skin Name: COCK-PIT
  Description: デリヘル-パイ-小山店専用スキン。
  Skin URI: https://www.oyama-fuuzoku.com/
  Author: 店長
  Author URI: https://nelog.jp/
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/skin-template.png
  Version: 0.0.1
  Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/
:root {
    font-family: 'Noto Sans JP', 'Roboto', sans-serif;

    /* color */
    --text-primary: #282828;
    --text-at-line: #626262;
    --background: #fff;
    --main-color: #f32e76;
    --complementary-color: #17a2b8;
    --accent-color: #ff5964;
    --white: #fff;
    --gray: #ccc;
    --green: #32cd32;
    --light-gray: #f5f5f5;
    --orange: #f58220;
    --light-orange: #ffd07f;
    --purple: #9933ff;
    --yellow: #ffff33;
    --sky-blue: #67cde5;
    --lime: #1ab3b1;
    --gradation-end: rgba(255, 170, 242, 1);
    --gradation-start: rgba(255, 255, 255, 1);
    --translucent-main: rgba(243, 46, 118, 0.5);
    --translucent-black: rgba(0, 0, 0, 0.8);
    --line-green: #c6f5a4;
    --line-gray: #edf1f2;
    --calendar-sat: #cce6ff;
    --calendar-sun: #ffe6e6;
    --phone-green: #48c665;

    /* font-size */
    --font-ss: 12px;
    --font-s: 14px;
    --font-m: 16px;
    ---font-l: 20px;
    --font-ll: 24px;
    --font-lll: 28px;

    /* radius */
    --radius-ss: 5px;
    --radius-s: 7px;
    --radius-m: 10px;
    --radius-l: 20px;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    text-rendering: optimizeSpeed;
    font-feature-settings: 'palt';
    word-wrap: break-word;
    background-color: var(--background);
}
.age-gate {
    border: 2px solid var(--accent-color);
    border-radius: 10px;
    color: var(--text-at-line);
}
/*********************************************/
.fixed-header .navi {
    box-shadow: none;
}
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover,
.tagcloud a:hover,
.pagination a:hover,
.pager-links a:hover span,
.pagination-next-link:hover,
.comment-btn:hover,
.comment-reply-link:hover,
.navi-footer-in a:hover,
.navi-footer-in a:hover {
    background-color: rgba(233, 82, 149, 0.05);
}
.page-numbers,
.tagcloud a,
.author-box,
.ranking-item,
.pagination-next-link,
.comment-reply-link,
.toc {
    border: 1px solid #eebbcb;
}
.page-numbers,
.pagination-next-link {
    border-radius: 8px;
    background: rgba(233, 82, 149, 0.05);
}
.pagination .page-numbers,
.pager-numbers .page-numbers {
    border-radius: 99px;
}
.pagination .current,
.page-numbers.current,
.page-numbers.dots {
    background: #eebbcb;
}
.post-navi-default.post-navi-border .next-post {
    border-top-width: 1px;
    margin-top: 6px;
}
@media screen and (max-width: 480px) {
    .pager-post-navi.post-navi-square a:last-child {
        border-top-width: 1px;
        margin-top: 6px;
    }
}
.cat-label,
.mobile-menu-buttons,
.mobile-menu-buttons .menu-button > a,
.navi-menu-content,
.navi-menu-content a,
.go-to-top-button,
#submit {
    background-color: #e95295;
    color: #fff;
}
#submit {
    width: 80%;
    margin: 0 auto;
    display: block;
}
div.mobile-menu-buttons .menu-button:hover,
.navi-menu-content a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.sidebar-menu-content {
    color: #333;
}
.cat-label {
    top: 0;
    left: 0;
    border: none;
    border-bottom-right-radius: 3px;
}
.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a {
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
}
.cat-item a::before {
    font-family: FontAwesome;
    content: '\f0da';
    margin-right: 6px;
}
.cat-item .children a::before {
    content: '\f105';
}
.font-awesome-5 .cat-item a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.font-awesome-5 .cat-item .children a::before {
    content: '\f105';
}
.post-count {
    background-color: #fdeff2;
    padding: 0 8px;
    border-radius: 6px;
    font-size: 0.8em;
}
.main,
.sidebar,
.carousel-in,
.sbp-main-before,
.sbp-footer-before,
.pbp-main-before,
.pbp-footer-before {
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.16),
        0 0 0 1px rgba(0, 0, 0, 0.08);
}
.a-wrap {
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.16),
        0 0 0 1px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    transition-duration: 0.3s;
}
.a-wrap:hover {
    background-color: transparent;
    transform: translateY(-4px);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
    transition-duration: 0.3s;
}
.a-wrap > div {
    border: none;
}
.widget-entry-cards .a-wrap {
    margin-bottom: 8px;
}
.comment-list ul.children {
    padding: 0.6em;
    background-color: rgba(233, 82, 149, 0.05);
    border-left: 2px solid #eebbcb;
}
.widget-entry-cards.ranking-visible .card-thumb::before {
    border-radius: 50%;
    background: #eebbcb;
    top: -10px;
    left: -10px;
    border: 2px solid #eee;
}
.appeal-button {
    background-color: #e95295;
}
.sidebar h2,
.sidebar h3 {
    background: transparent;
    padding: 0.4em;
    margin: 0.3em 0;
}
.article h2 {
    background: #fdeff2;
    border-left: solid 5px #e95295;
}
.article h3 {
    border: none;
    border-left: solid 5px #e95295;
}
.article h4 {
    border: none;
    border-bottom: 6px solid #fdeff2;
}
.article h5,
.article h6 {
    border: none;
}
#tinymce.main {
    box-shadow: none;
}
/*****************************************************************/
.age-gate__buttons {
    margin-top: 16px;
}
.age-gate__submit--no {
    border: 1px solid var(--accent-color) !important;
    background-color: var(--white) !important;
    color: var(--accent-color) !important;
    border-radius: var(--radius-m) !important;
}
.age-gate__submit--yes {
    background-color: var(--accent-color) !important;
    border-radius: var(--radius-m) !important;
    min-width: 100px;
}
.tagline {
    margin: 0;
    font-size: var(--font-ss);
    text-align: left;
    text-indent: 7px;
    color: var(--white);
    background-color: var(--main-color);
}
.logo-header.logo-image {
    padding: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.logo-header.logo-image a {
    padding: 0;
}
.content-top {
    margin-top: 0;
}
.navi-in > ul li {
    width: calc(100% / 6);
    height: initial;
    border: 1px solid var(--complementary-color);
    border-radius: var(--radius-s);
    transition: 0.5s;
}
#navi .navi-in > .menu-mobile li {
    height: initial;
    line-height: 1;
}
.menu-mobile li .caption-wrap .item-label::before {
    display: block;
    margin: 7px auto 0 auto;
}
.menu-mobile li .caption-wrap .item-label {
    padding-bottom: 7px;
}
.menu-pc li .caption-wrap .item-label::before {
    display: block;
    margin: 7px auto -9px auto;
}
.navi-in > ul li:nth-of-type(1) .caption-wrap .item-label::before {
    content: url(https://www.oyama-fuuzoku.com/recruit/wp-content/uploads/2025/07/menu-icon-home.png);
}
.navi-in > ul li:nth-of-type(2) .caption-wrap .item-label::before {
    content: url(https://www.oyama-fuuzoku.com/recruit/wp-content/uploads/2025/07/menu-icon-girls.png);
}
.navi-in > ul li:nth-of-type(3) .caption-wrap .item-label::before {
    content: url(https://www.oyama-fuuzoku.com/recruit/wp-content/uploads/2025/07/menu-icon-schedule.png);
}
.navi-in > ul li:nth-of-type(4) .caption-wrap .item-label::before {
    content: url(https://www.oyama-fuuzoku.com/recruit/wp-content/uploads/2025/07/menu-icon-system.png);
}
.navi-in > ul li:nth-of-type(5) .caption-wrap .item-label::before {
    content: url(https://www.oyama-fuuzoku.com/recruit/wp-content/uploads/2025/07/menu-icon-recruit.png);
}
.navi-in > ul li:nth-of-type(6) .caption-wrap .item-label::before {
    content: url(https://www.oyama-fuuzoku.com/recruit/wp-content/uploads/2025/07/menu-icon-blog.png);
}
.navi-in > ul li .caption-wrap .item-label {
    font-size: var(--font-s);
    color: var(--complementary-color);
    transition: 0.5s;
}
.navi-in > ul li .caption-wrap:hover {
    background-color: var(--complementary-color);
    border-radius: var(--radius-s);
    transition: 0.5s;
}
.navi-in > ul li .caption-wrap .item-label:hover {
    color: var(--white);
    transition: 0.5s;
}
.shop-menu-wrapper {
    width: 100%;
}
.shop-info {
    display: grid;
    grid-template-rows: 30px 30px;
    grid-template-columns: 60px 1fr;
}
.shop-info > img {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}
.shop-info > h2 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    margin: 0;
    padding: 0;
    font-size: var(--font-m);
    font-weight: 600;
    text-indent: 7px;
    line-height: 1;
    background-color: transparent;
    border-radius: 0;
    background: none;
    border-left: none;
}
.shop-info > p {
    grid-row: 2 / 3;
    grid-column: 2 /3;
    text-indent: 7px;
    font-size: var(--font-s);
}
.shop-nav {
    margin: 1rem auto 0 auto;
    max-width: 550px;
    display: flex;
    flex-wrap: wrap;
}
.shop-nav a {
    position: relative;
    display: inline-block;
    width: calc(25% - 6px);
    border-radius: 7px;
    margin: 2px;
    padding-top: calc(25% - 6px);
    background-color: var(--main-color);
    color: var(--white);
}
.shop-nav a > div {
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    box-sizing: border-box;
    margin: 4px;
    border-radius: 2px;
    border: 2px solid var(--white);
}
.shop-nav a > div > img {
    height: 38px;
    width: 38px;
}
.shop-nav a > div span {
    display: block;
    margin-top: 3px;
    font-size: var(--font-s);
}
.shop-contact > img {
    width: 40%;
    float: left;
    margin: 0 14px 7px 0;
}
.shop-contact > p {
    margin-top: 8px;
}
.shop-contact > p:nth-of-type(2),
.home-call-me-for {
    font-weight: 600;
    text-align: center;
}
.shop-contact > p:nth-of-type(2) span,
.home-call-me-for span {
    color: var(--main-color);
}
.shop-contact-us {
    clear: both;
}
.shop-contact-us > a {
    width: 100%;
    background-color: var(--sky-blue);
    display: flex;
    padding: 10px 0;
    border-radius: 10px;
    color: var(--white);
    text-decoration: none;
}
.shop-contact-us > a div:nth-of-type(1) {
    height: 57px;
    width: 57px;
}
.shop-contact-us > a div:nth-of-type(2) {
    padding-top: 3px;
    font-size: var(--font-m);
    line-height: var(--font-ll);
    flex: 1;
    text-align: center;
}
.shop-contact-us > a div:nth-of-type(2) span {
    font-size: var(--font-ll);
    font-weight: 600;
}
.shop-contact-us > div {
    margin-top: 4px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.shop-contact-us > div a {
    display: block;
    width: calc(50% - 2px);
    height: 68px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    color: var(--white);
    font-size: var(--font-s);
    line-height: var(--font-m);
}
.shop-contact-us > div a img {
    width: 38px;
    height: 38px;
    margin-top: 7px;
}
.shop-contact-us > div a:nth-of-type(1) {
    background-color: var(--orange);
}
.shop-contact-us > div a:nth-of-type(2) {
    background-color: var(--green);
}
.home-appeal-one {
    margin-top: 14px;
}
.home-appeal-one h2,
.home-appeal-two h2,
.home-appeal-three h2,
.shop-contact h2,
.home-shop-info h2,
.home-point h2,
.home-call-me h2,
.job-summary h2 {
    background-color: var(--main-color);
    color: var(--white);
    width: 100%;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    text-indent: 14px;
    line-height: 32px;
}
.home-appeal-one dt {
    margin-top: 21px;
    padding-bottom: 3px;
    color: var(--purple);
    text-align: center;
    font-size: var(--font-ll);
    font-weight: 600;
    border-bottom: 4px solid var(--accent-color);
}
.home-appeal-one dd {
    margin: 14px 0 0 0;
}
.home-appeal-one dd span {
    color: var(--accent-color);
    font-weight: 600;
    background-color: var(--yellow);
}
.home-appeal-one dd:nth-of-type(2n + 1) img {
    width: 45%;
    margin: 0 0 7px 7px;
    float: right;
}
.home-appeal-one dd:nth-of-type(2n) img {
    width: 45%;
    margin: 0 7px 7px 0;
    float: left;
}
.home-appeal-three-image,
.home-call-me-image {
    width: 100%;
    text-align: center;
}
.home-appeal-three dt {
    margin-top: 28px;
    padding: 3px 0;
    text-indent: 7px;
    font-size: var(--font-ll);
    font-weight: 600;
    border-left: 12px solid var(--gray);
    border-bottom: 1px solid var(--gray);
}
.home-appeal-three dd {
    margin-top: 16px;
}
.home-appeal-three dd img {
    width: 45%;
    float: left;
    margin: 0 7px 7px 0;
}
.home-shop-info h3,
.job-treatment h2,
.job-summary dt {
    margin-top: 14px;
    padding: 0;
    text-indent: 7px;
    line-height: 21px;
    font-weight: 600;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 6px solid var(--main-color);
    font-size: var(--font-m);
}
.job-treatment h2 {
    background: none;
}
.job-treatment ul {
    list-style: none;
    margin-top: 7px;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.job-treatment-ok,
.job-treatment-no {
    width: calc(50% - 8px);
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-size: var(--font-s);
    letter-spacing: 0;
    color: var(--white);
}
.job-treatment-ok {
    background-color: var(--lime);
}
.job-treatment-no {
    background-color: var(--gray);
}
.job-treatment-name {
    margin-right: 7px;
}
.job-summary dt {
    margin-top: 28px;
}
.job-summary dd {
    padding-top: 7px;
}
.job-summary dd p {
    margin: 0;
}
.job-summary-caution {
    font-weight: 600;
    color: var(--accent-color);
}
.job-summary-bold {
    font-weight: 600;
}
.home-shop-info div {
    margin-top: 7px;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--main-color);
}
.home-shop-info div p {
    text-indent: 16px;
    margin-bottom: 0;
}
.home-shop-info span {
    font-weight: 600;
}
.home-point span {
    color: var(--accent-color);
    font-size: 1.1rem;
    font-weight: 600;
}
.home-point-title {
    color: var(--main-color);
    font-size: var(---font-l);
    font-weight: 600;
}
.home-clear {
    width: 100%;
    height: 0;
    clear: both;
}
.shop-title {
    margin-top: 14px;
    font-size: 18px;
    font-weight: 600;
}
@media screen and (min-width: 768px) {
    .site-logo-image {
        visibility: hidden;
    }

    .logo-header.logo-image a {
        height: 100%;
    }
    .logo-header.logo-image {
        width: 100%;
        height: 100%;
        aspect-ratio: 39 / 5;
        background-image: url(https://www.oyama-fuuzoku.com/recruit/wp-content/uploads/2025/07/head-image-pc.png);
    }
}
