@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* WEBフォントインポート  */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');

body {
    font-family: 'BIZ UDPGothic', 'Noto Sans JP';
    letter-spacing: 0.1em !important;

}

body p {
    font-weight: 400;
}

/*-------------------------------------------
            基本設定
-------------------------------------------*/
.l-content {
    margin: 0 auto;
}

.post_content>* {
    margin-bottom: 0;
}

.center {
    text-align: center !important;
}

.top #content {
    padding-top: 0 !important;
}

.relative {
    position: relative !important;
}

.row-reverse {
    flex-direction: row-reverse !important;
}

@media(min-width: 600px) {
    .sp-on {
        display: none;
    }
}

/*------------スマホ改行------------------*/

@media(min-width: 600px) {
    .spbr {
        display: none;
    }
}

/*------------ニュースの文字色------------*/
#comments p a,
.p-termHead__desc a,
.post_content a,
.textwidget a {
    /*   color: #666;*/
}

/*-----------見出し-----------------------*/
.mincho {
    font-family: "ten-mincho" !important;
}

.bighead {
    font-size: 5em;
    font-weight: 400 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    letter-spacing: .3em;
    color: #FFF;
    z-index: 99999;
}

@media(max-width: 599px) {
    .bighead {
        width: 100%;
        font-size: 3em;
        font-weight: 400;
        text-align: center;
    }
}

.lighter {
    font-weight: 300 !important;
}

.post_content h2 {
    font-weight: 300;
    font-size: 1.7em;
    letter-spacing: 0.2em !important;
    margin-bottom: 1em;
    font-weight: 400 !important;
}

h2.imgbg {
    text-align: center !important;
    font-size: 2em !important;
    font-weight: 400 !important;
    padding: 1rem 0;
}

.post_content h3::before {
    content: none;
}

.post_content h4 {
    border-left: 0;
}

@media(min-width: 768px) {
    .post_content h2 {
        font-size: 2em;
        letter-spacing: 0.4em;
    }

    h2.imgbg {
        text-align: center !important;
        font-size: 3em !important;
        font-weight: 400 !important;
        padding: 2rem 0 !important;
    }
}

@media (min-width: 960px) {
    .pc-py-80 {
        padding-bottom: 9em !important;
    }
}

/*------------bottomline------------------*/
.bottomline {
    border-bottom: 1px solid #295890 !important;
}

.post_content h2::before {
    top: initial !important;
}

.bottomline:before {
    position: absolute !important;
    bottom: 0;
    left: 0 !important;
    width: 20% !important;
    height: 2px !important;
    content: '' !important;
    background: #00a0ff !important;
}

/*-------------左寄せ----------------------*/
.m-left {
    text-align: left !important;
    font-size: 1.5em !important;
}

@media(min-wdith: 768px) {
    .m-left {
        font-size: 2em !important;
    }
}

/*--swellボタンをhtml内に設置する際のmargin--*/
.btn-margin {
    margin: 40px auto 10px;
}

/*----ボタン左寄せ-----*/
.lft {
    text-align: left !important;
}

@media(max-width: 991px) {
    .lft {
        text-align: center !important;
    }
}

/*------padding-top----------------------*/
.padding-top {
    padding-top: 5em;
}

/*------------ボタンキラリの設定----------*/
.is-style-btn_shiny a {
    color: #FFF !important;
    font-family: 'Noto Sans Japanese';
}

/*-------------------------------------------
        メニューの文字の大きさ
--------------------------------------------*/
@media(min-width: 1280px) {
    .c-gnav>.menu-item>a .ttl {
        display: block;
        font-size: 1.05rem;
    }
}

/*-------------------------------------------
            固定ページヘッダー
-------------------------------------------*/

@media (min-width: 768px) {
    .l-topTitleArea {
        min-height: 500px;
    }

    .c-pageTitle {
        font-size: 4em;
        font-weight: 500;
        letter-spacing: 0.2em;
        background: rgba(0, 0, 0, 0.1);
        width: fit-content;
        padding: .2em;
        text-align: center;
        backdrop-filter: blur(40px);
    }
}

@media(max-width:767px) {
    .c-pageTitle {
        font-size: 2.5em;
        width: fit-content;
        padding: .2em;
        text-align: center;
        backdrop-filter: blur(40px);
    }
}

@media(max-width: 600px) {
    .c-pageTitle {
        font-size: 2em;
        font-weight: 400;
    }
}

/*  シンプルテーブルの際に文字の太さを変更 */
.is-style-simple>table {
    font-weight: 300;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px) {
    .inquiry {
        table-layout: fixed;
        word-break: break-all;
        word-wrap: break-all;
    }

    .inquiry th,
    .inquiry td {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important;
    }

    /* 必須・任意のサイズ調整 */
    .inquiry .haveto,
    .inquiry .any {
        font-size: 10px;
    }
}

/*見出し欄*/
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7;
}

/*通常欄*/
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7;
}

/*必須の調整*/
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

/*任意の調整*/
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
    display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
    display: block;
    padding: 1em 0;
    margin-top: 30px;
    width: 100%;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 2px;
    border: none;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
    background: #fff;
    color: #ffaa56;
}

input .wpcf7-form-control,
select,
textarea {
    width: 100%;
}

/*-------------------------------------------------
        TOPページMVテキスト縦
-------------------------------------------------*/

/*-----------メインビジュアルの文字------------*/
.p-mainVisual__slideTitle {
    font-size: 2.5em;
    margin: 0 auto;
}

.p-mainVisual__slideTitle span {
    font-size: 2em;
}

@media(min-width:900px) {
    .pc-inbox-padding {
        /*私たちについてPC用のpadding*/
        padding-left: 18% !important;
        padding-right: 18% !important;

    }
}

.br-txt-wrap {
    width: 90%;
    padding: 8% !important;
}
@media (min-width: 768px) {
    .br-txt-wrap-l {
        width: 90%;
        padding: 8% !important;
        left: 10em;
    }
}

@media (max-width: 767px) {
    .br-txt-wrap-l {
        width: 90%;
        padding: 8% !important;
        left: 2em;
    }
}

.is-style-outline.wp-block-tag-cloud .tag-cloud-link,
.wp-block-tag-cloud a {
    font-size: 1.2rem !important;
}

/*------------------------------------------------
        お店を探す
--------------------------------------------*/
.smb-tabs[data-orientation=vertical]>.smb-tabs__tabs {
    flex: 0 0 25%;
}

/*------------------------------------------------
            footer contact
------------------------------------------------*/
.contact-area {
    background: url(https://kabuki-map.com/wp-content/uploads/2025/05/footer.jpg) no-repeat 0 0 / cover;
}

.mask {
    background: rgba(0, 0, 0, 0.5);
    color: #000;
    letter-spacing: 1px;
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    word-break: break-all;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 250px;
}

.contact-set {
    color: #000;
    letter-spacing: 1px;
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    word-break: break-all;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

.contact-title {
    color: #000;
    letter-spacing: 1px;
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    word-break: break-all;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    width: 230px;
    border-right: 1px solid #FFF;
}

.sub {
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    word-break: break-all;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    margin-bottom: 6px;
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: 0.18em;
    color: #fff;
}

#footer .contact-area .contact-title .main {
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
    color: #fff;
}

#footer .contact-area .contact-btn {
    width: calc(100% - 230px);
}

#footer .contact-area .contact-btn a {
    margin-left: 100px;
    position: relative;
    display: block;
    min-width: 460px;
    padding: 19px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-decoration: none;
    border: 1px solid #FFF;
    transition: ease .25s background;
}

#footer .contact-area .contact-btn a span {
    display: inline-block;
    padding-left: 36px;
    line-height: 18px;
    background: url(https://niiza-dd.site/wp-content/uploads/2021/06/mail_icon.png) no-repeat 0 center / 26px auto;
}

#footer .contact-area .contact-btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    box-sizing: border-box;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 2px;
}

@media(max-width: 767px) {
    .contact-area {
        display: block;
        padding: 0;
        height: auto;
        background-position: top;
    }

    .contact-area .contact-set {
        margin: 0 auto;
        width: calc(100% - 30px);
    }

    .contact-area .contact-title {
        width: 100%;
        padding: 0 0 20px;
        margin: 0 0 30px;
        text-align: center;
        border-right: 0;
        border-bottom: 1px solid #FFF;
    }

    #footer .contact-area .contact-title .sub {
        margin-bottom: 3px;
        font-size: 2.4rem;
    }

    .contact-area .contact-title .main {
        font-size: 1rem;
    }

    #footer .contact-area .contact-btn {
        width: 100%;
    }

    .contact-area .contact-btn a {
        margin-left: 0;
        min-width: 100% !important;
        padding: 15px 10px;
        margin: 0 auto !important;
    }

    .contact-area .contact-btn a span {
        padding-left: 28px;
        background-size: 20px auto;
    }
}

/*--------------XOスライダー---------------*/
/*------------XOスライダー--------------*/
:root {
    --swiper-theme-color: #666 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 1.1em !important;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    font-weight: 700;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    color: #666;
}

.swiper-pagination {
    position: relative !important;
    margin-top: 1em;
}

.xo-slider-template-thumbnail .swiper-slide {
    margin-bottom: 1em;
}

.xo-slider-template-thumbnail .gallery-thumbs .swiper-slide {
    margin: 0 auto;
    width: 23% !important;
}

.swiper-button-next:after {
    border-right: 0 !important;
    border-top: 0 !important;
    right: -4px !important;
}

.swiper-button-prev:after {
    border-bottom: 0 !important;
    border-left: 0 !important;
    left: calc(var(--swiper-nav-size) * 0.05);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    transform: none !important;
    -webkit-transform: none !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

@media(max-width: 599px) {

    .swiper-button-next,
    .swiper-button-prev {
        top: 40% !important;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background: rgba(255, 255, 255, 0.5);
        left: .7% !important;
        padding: 2%;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background: rgba(255, 255, 255, 0.5);
        right: .7% !important;
        padding: 2%;
    }
}

@media (min-width: 600px) {
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px !important;
    }

    .swiper-pagination-bullet {
        width: 13px !important;
        height: 13px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 37% !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 45% !important;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background: rgba(255, 255, 255, 0.5);
        left: 16% !important;
        padding: 2%;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background: rgba(255, 255, 255, 0.5);
        right: 16% !important;
        padding: 2%;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 1.5em !important;
    }

    .swiper-button-next:after {
        right: 0 !important;
    }
}

/*-------------日本地図--------------------*/

/* 地図全体のコンテナ */
.map-container {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    /* 16列に分割 */
    grid-template-rows: repeat(10, 50px);
    /* 10行に分割 */
    gap: 3px;
    max-width: 1000px;
    margin: 0 auto;
}

/* 地方区分のスタイル */
.region {
    color: white;
    text-align: center;
    font-size: 1.2em;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s, opacity 0.3s;
    cursor: pointer;
}

/* 地方ごとの色分けと配置 */
.hokkaido {
    background-color: #4a89f3;
    grid-column: 13 / span 4;
    grid-row: 1 / span 2;
}

.tohoku {
    background-color: #8e8efa;
    grid-column: 13 / span 4;
    grid-row: 3 / span 4;
}

.kanto {
    background-color: #50c3e6;
    grid-column: 12 / span 4;
    grid-row: 5 / span 3;
}

.chubu {
    background-color: #4caf50;
    grid-column: 9 / span 4;
    grid-row: 6 / span 3;
}

.kinki {
    background-color: #9ccc65;
    grid-column: 6 / span 3;
    grid-row: 6 / span 2;
}

.chugoku {
    background-color: #ffa726;
    grid-column: 3 / span 3;
    grid-row: 6 / span 2;
}

.shikoku {
    background-color: #ffb74d;
    grid-column: 5 / span 3;
    grid-row: 8 / span 2;
}

.kyushu {
    background-color: #ef5350;
    grid-column: 2 / span 3;
    grid-row: 8 / span 2;
}

.okinawa {
    background-color: #e57373;
    grid-column: 1 / span 3;
    grid-row: 10 / span 3;
}

.hokkaido,
.kanto,
.chubu,
.kinki,
.chugoku,
.shikoku,
.kyushu,
.okinawa {
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.tohoku {
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
}

/* リンクスタイル */
.region a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.region:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

/* レスポンシブ対応（縮小時のマップサイズ調整） */
@media(max-width: 767px) {
    .map-container {
        display: grid;
        grid-template-columns: repeat(20, 1fr);
        grid-template-rows: repeat(15, 35px);
        gap: 4px;
        max-width: 1000px;
        margin: 0 auto;
    }

    .hokkaido {
        background-color: #4a89f3;
        grid-column: 14 / span 7;
        grid-row: 1 / span 2;
    }

    .tohoku {
        background-color: #8e8efa;
        grid-column: 15 / span 6;
        grid-row: 3 / span 2;
    }

    .kanto {
        background-color: #50c3e6;
        grid-column: 15 / span 6;
        grid-row: 5 / span 3;
    }

    .chubu {
        background-color: #4caf50;
        grid-column: 11 / span 6;
        grid-row: 6 / span 2;
    }

    .kinki {
        background-color: #9ccc65;
        grid-column: 6 / span 5;
        grid-row: 6 / span 2;
    }

    .chugoku {
        background-color: #ffa726;
        grid-column: 2 / span 4;
        grid-row: 6 / span 2;
    }

    .shikoku {
        background-color: #ffb74d;
        grid-column: 7 / span 3;
        grid-row: 8 / span 2;
    }

    .kyushu {
        background-color: #ef5350;
        grid-column: 2 / span 5;
        grid-row: 8 / span 2;
    }

    .okinawa {
        background-color: #e57373;
        grid-column: 1 / span 4;
        grid-row: 10 / span 2;
    }
}



.svs-pad-0{
	padding: 0!important
}

.service-txt{
	padding-left:1em;
	padding-right:1em;
}

.voice_box{
	margin-left:5em;
	padding-top:2em;
	padding-left:2em;
	padding-right:2em;
	padding-bottom:2em;
}

.parent-element {
  position: relative;
}

.child-element {
  position: absolute;
  top: -10px;
  margin-left:5em;
  padding-top:2em;
  padding-left:2em;
  padding-right:2em;
  padding-bottom:2em;
}