@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;
	margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #4C70FF;
    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;
  padding-top:2em;
  padding-left:2em;
  padding-right:2em;
  padding-bottom:2em;
}
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
.inquiry table,
.inquiry tbody,
.inquiry tr,
.inquiry th,
.inquiry td,
.inquiry td:last-child,
.inquiry th:last-child {
    border: 0;
}

button,
input,
select,
textarea {
    padding: 0.5em 0.75em;
}

.border-bottom {
    border-bottom: 1px solid #eee !important;
}

@media (max-width: 500px) {

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

    /* 必須・任意のサイズ調整 */
}

.require {
    color: #a40000;
    font-size: 2em;
}

input,
select,
textarea {
    background: #fff;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0em 2em 0.5em 2em;
}

.wpcf7-list-item .radio2 {
    margin-bottom: 0.5em;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0.5em !important;
}

.inquiry-width100 {
    width: 100%;
}

.inquiry tr {
    padding: 1em 0;
}

/*見出し欄*/
.inquiry th {
    text-align: left;
    font-size: 1.1em;
    font-weight: 400 !important;
    color: #444;
    padding: 1em 0.3em 0 1em !important;
    width: 30%;
    background: none !important;
}

.inquiry th:before {
    background: none !important;
}

/*通常欄*/
.inquiry td {
    font-size: 1.1em;
    padding: 1em 0 1em 1em !important;
}

.daythree {
    margin: 1em 0;
}

.daythree span,
.jusho {
    margin: 0.25em;
    display: block;
}

.dayhour {
    padding: 0.25em 0.5em;
    background: var(--color_main);
    color: #fff;
}

.width100 {
    width: 100% !important;
}

.width100 a {
    width: 100% !important;
    padding: 0.42em 0;
}

@media(min-width: 600px) {

    .daythree span,
    .jusho {
        margin: 0.25em;
        display: inline-block;
    }

    .p-postal-code {
        width: 20% !important;
    }
}

@media (min-width: 960px) {
    .width100 a {
        padding: 0.67795138624em 0;
    }
}

@media(min-width: 1285px) {
    .width100 a {
        padding: 0.7em 0;
    }
}

.width100 a:before {
    content: "";
    border-top: 1px solid #19274a;
    position: absolute;
    right: 90%;
    top: 50%;
    width: 20%;
    transition: 0.4s ease;
}

.width100 a:hover::before {
    width: 24%;
    right: 86%;
}

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

.wpcf7 input[type="submit"] {
    width: 300px;
    padding: 10px;
    margin-top: 30px;
    margin-left: 35%;
    color: #000;
    -moz-border-radius: 0px;
    border: 1px solid var(--color_main);
    background: #fff;
    position: relative;
}

.wpcf7-submit:hover {
    background: var(--color_main);
    color: #fff;
}

.submitbtm {
    position: relative;
}

.submitbtm:after {
    content: "";
    border-top: 1px solid var(--color_main);
    position: absolute;
    right: 61.5%;
    top: 50%;
    width: 7%;
    transition: 0.4s ease;
}

.submitbtm:hover::after {
    right: 60%;
    width: 7%;
}

@media (max-width: 800px) {
    .wpcf7 input[type="submit"] {
        width: 34%;
        margin-left: 33%;
    }

    .submitbtm:after {
        right: 62%;
    }
}

@media (max-width: 599px) {
    .wpcf7 input[type="submit"] {
        width: 60%;
        margin-left: 20%;
    }

    .submitbtm:after {
        right: 71%;
        width: 20%;
    }

    input,
    select,
    textarea {
        background: #fff;
        max-width: 300px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    input .spam1 {
        width: auto !important;
    }

    .inquiry td {
        font-size: 1.1em;
        padding: 0.5em 0 !important;
    }
}

@media (max-width: 391px) {
    .submitbtm:after {
        top: 30%;
    }
}

/*-------------------------------------------
           contact 個人情報保護
-------------------------------------------*/
.personalinfo {
    margin: 2em auto;
}

.personal-head {
    padding: 0.5em 0;
    background: var(--color_main);
    text-align: center;
    color: #fff;
    font-size: 1.5em;
}

.personalinfo-inner {
    height: 250px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 1em 2em;
    background: #fff;
    font-size: 14px;
}

.personalinfo-inner dl {
    display: flex;
    justify-content: flex-start;
    padding: 0.75em 0 0;
    border-bottom: 1px solid #eee;
}

.personalinfo-inner dt {
    font-size: 1.1em;
    font-weight: 400;
    padding-right: 2em;
}

.personalinfo-inner dd {
    font-size: 1em;
}

.sns-w{
	width: 30%;
    margin: auto;
	padding-top: 0
}

.recruit {
    width: 80%;
    margin: auto;
    top: 10px;
}
	
}

.price-box{
	 margin-bottom: 0em;
}

/*-------------------------------------------
           子ページタイトル削除
-------------------------------------------*/
.page .c-pageTitle {
    display: none !important;
    higheth
}

.post_content {
    margin: 0 !important;
	  padding-top: 0em;
}

.l-content {
        padding-top: 0em;
    }

/*-------------------------------------------
           制作事例padding変更
-------------------------------------------*/
.grid-smbbox .smb-box{
	--smb-box--padding: 0.3rem!important;
}

/*-------------------------------------------
           動画制作料金表色変更
-------------------------------------------*/
/* テーブル内のすべての文字を中央揃えにする */
.my-custom-table th,
.my-custom-table td {
	text-align: center !important;     /* 左右の中央揃え */
    vertical-align: middle !important;  /* 上下の中央揃え */
}

/* --- 1行目・左から2番目「ショート動画」 --- */
.my-custom-table tr:first-child th:nth-child(2),
.my-custom-table tr:first-child td:nth-child(2) {
    background-color: #001582 !important; 
	color: #FFFFFF !important; 
	
}

/* --- 1行目・左から3番目「基本プラン」 --- */
.my-custom-table tr:first-child th:nth-child(3),
.my-custom-table tr:first-child td:nth-child(3) {
    background-color: #FF8600 !important; 
	color: #FFFFFF !important; 
}

/* --- 1行目・左から4番目「アニメーション有」 --- */
.my-custom-table tr:first-child th:nth-child(4),
.my-custom-table tr:first-child td:nth-child(4) {
    background-color: #D4181B !important; 
	color: #FFFFFF !important; 
}

/* --- 1行目・左から5番目「アニメーション+フルテロップ」 --- */
.my-custom-table tr:first-child th:nth-child(5),
.my-custom-table tr:first-child td:nth-child(5) {
    background-color: #008220 !important; 
	color: #FFFFFF !important; 
}

/*-------------------------------------------
          WEB制作料金表色変更
-------------------------------------------*/
/* テーブル内のすべての文字を中央揃えにする */
.web-price th,
.web-price td {
	text-align: center !important;     /* 左右の中央揃え */
    vertical-align: middle !important;  /* 上下の中央揃え */
}

/* --- 1行目・左から2番目「スタータープラン」 --- */
.web-price tr:first-child th:nth-child(2),
.web-price tr:first-child td:nth-child(2) {
    background-color: #00C0D7 !important; 
	color: #FFFFFF !important; 
	
}

/* --- 1行目・左から3番目「基本プラン」 --- */
.web-price tr:first-child th:nth-child(3),
.web-price tr:first-child td:nth-child(3) {
    background-color: #00D76C !important; 
	color: #FFFFFF !important; 
}

/* --- 1行目・左から4番目「アニメーション有」 --- */
.web-price tr:first-child th:nth-child(4),
.web-price tr:first-child td:nth-child(4) {
    background-color: #D75D00 !important; 
	color: #FFFFFF !important; 
}

/*-------------------------------------------
          固定フッター
-------------------------------------------*/
#fix_bottom_menu .menu_list{
	background-color: #005592 !important; 
	color: #FFFFFF !important; 
　}
#fix_bottom_menu .menu_btn {
  display: none !important;
}
	
/*-------------------------------------------
          見出しデザイン
-------------------------------------------*/
.title-section {
  text-align: center;
  margin: 40px 0;
}

.title {
  display: inline-block;
  position: relative;
  font-family: sans-serif;
  margin: 0;
}

/* 英語部分のデザイン */
.title .en {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #005592; 
  letter-spacing: 0.1em;
}

/* アンダーラインのデザイン */
.title .en::after {
  content: "";
  display: block;
  width: 120%;
  height: 8px;
  background: transparent;
  border-top: 2px solid #005592;
  border-radius: 50% / 100% 100% 0 0; /* 曲線 */
  margin: -10px;
}

/* 日本語部分のデザイン */
.title .ja {
  display: block;
  font-size: 1rem;
  color: #005592;
  margin-top: 5px;
}