@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');

.round {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* logo */
.logo {
    max-width: 220px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* tel */
.tel-item .tel a {
    font-size: 32px;
    color: #3d7a3a;
}

@media (max-width: 1024px) {
    .tel-item .tel a {
        font-size: 28px;
    }
}

/* icon */
[class^="icon-"]::before {
    font-family: "Font Awesome 5 Brands";
    font-size: 30px;
    color: #685c53;
    font-weight: 900;
    display: inline-block;
}

.icon-instagram::before {
    content: "\e055";
}

.icon-facebook::before {
    content: "\f39e";
}

@media (max-width: 1024px) {
    [class^="icon-"]::before {
        font-size: 24px;
    }
}

/* color */
.bgc-green {
    background-color: #e8ebe0;
}

.bgc-orange {
    background-color: #fdebd2;
}

.bgc-beige {
    background-color: #f9f3f0;
}

.bgc-dark-green {
    background-color: #3c7170;
}

.bgc-dark-orange {
    background-color: #e08d1b;
}

.green {
    color: #3c7170;
}

.light-green {
    color: #278e05;
}

.orange {
    color: #e08d1b;
}

.border-black-1px {
    border: 1px solid #000;
}

.border-green-1px {
    border: 1px solid #3c7170;
}

.border-green-2px {
    border: 2px solid #3c7170;
}

.border-green-3px {
    border: 3px solid #3c7170;
}

.border-orange-1px {
    border: 1px solid #e08d1b;
}

.border-orange-2px {
    border: 2px solid #e08d1b;
}

.border-orange-3px {
    border: 3px solid #e08d1b;
}

/* テキスト */
.text-vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.text-horizonal {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}

@media (max-width: 1024px) {
    .text-vertical\@tb {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .text-horizonal\@tb {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}

@media (max-width: 599px) {
    .text-vertical\@sp {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .text-horizonal\@sp {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}

/* デザイン */
.sign {
    color: #278e05;
    border-bottom: 3px solid #278e05;
}

.sign.orange {
    color: #e08d1b;
    border-bottom: 3px solid #e08d1b;
}

.white-box {
    padding: 50px;
    background-color: #fff;
}

.shadow {
    -webkit-box-shadow: 0px 0px 14px -7px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 14px -7px rgba(0, 0, 0, 0.7);
}

.balloon {
    margin-bottom: 50px;
    padding: 10px;
    background-color: #fff;
    position: relative;
}

.balloon::after {
    content: '';
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    z-index: 1;
}

.bnr-box {
    background-color: #fff;
    border: 1px solid #dcdcdc;
}

.bnr-box .parallel-cont {
    margin-right: -5%;
    z-index: 2;
    position: relative;
}

.bnr-box .parallel-img {
    position: relative;
}

.bnr-box .parallel-img::before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.youtube-bnr a {
    width: 100%;
    height: 100%;
}

.youtube-box {
    width: 100%;
    height: 100%;
    padding: 10px;
    position: relative;
}

.youtube-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    border: 5px solid #fff;
}

.youtube-icon {
    width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.youtube-text {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 5%;
}

.youtube-bgimg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.youtube-bgimg::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.map:after {
    padding-top: 60%;
}

.information span {
    display: inline-block;
}

.information span+span {
    position: relative;
}

.information span+span::before {
    content: '／';
    display: inline-block;
    margin: 0 5px;
}

.slider-img {
    height: 100%;
    display: block !important;
}

.gradation {
    position: relative;
}

/* .gradation::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(232, 235, 224, 0)), color-stop(85%, rgba(232, 235, 224, 1)), to(rgba(232, 235, 224, 1)));
    background: linear-gradient(to right, rgba(232, 235, 224, 0) 0%, rgba(232, 235, 224, 1) 85%, rgba(232, 235, 224, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e8ebe0', endColorstr='#e8ebe0', GradientType=1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
} */

.calc-box:nth-of-type(even) .gradation::before {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.calc-box .calc-item {
    padding-left: 30px;
    padding-right: calc(50% - 500px);
}

.calc-box:nth-of-type(even) .calc-item {
    padding-left: calc(50% - 500px);
    padding-right: 30px;
}

.calc-box:nth-of-type(even) .title_03 {
    text-align: right;
}

.calc-box:nth-of-type(even) .title_03::before {
    left: 0;
    right: auto;
}

@media (max-width: 1024px) {
    .white-box {
        padding: 30px;
    }

    .balloon {
        margin-bottom: 30px;
    }

    .calc-box .calc-item {
        padding-left: 2%;
        padding-right: 2%;
    }

    .calc-box:nth-of-type(even) .calc-item {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media (max-width: 599px) {
    .white-box {
        padding: 20px 15px;
    }

    .bnr-box .parallel-img::before {
        width: 100%;
        height: 50%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(25%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
        top: -1px;
    }

    .youtube-box {
        padding: 5px;
    }

    .youtube-cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 10px;
        border: 3px solid #fff;
    }

    .youtube-icon {
        width: 80px;
    }

    .youtube-text {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }

    .map:after {
        padding-top: 80%;
    }

    .calc-box .calc-item {
        padding-left: 2%;
        padding-right: 2%;
    }

    .calc-box:nth-of-type(even) .calc-item {
        padding-left: 2%;
        padding-right: 2%;
    }

    .gradation::before {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 235, 224, 0)), color-stop(85%, rgba(232, 235, 224, 1)), to(rgba(232, 235, 224, 1)));
        background: linear-gradient(to bottom, rgba(232, 235, 224, 0) 0%, rgba(232, 235, 224, 1) 85%, rgba(232, 235, 224, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e8ebe0', endColorstr='#e8ebe0', GradientType=0);
    }

    .calc-box:nth-of-type(even) .title_03 {
        text-align: left;
    }

    .calc-box:nth-of-type(even) .title_03::before {
        left: auto;
        right: 0;
    }
}

/* transformで上にずらす */
.tf-minus20\% {
    -webkit-transform: translate(0, -20%);
    transform: translate(0, -20%);
}

.tf-minus15\% {
    -webkit-transform: translate(0, -15%);
    transform: translate(0, -15%);
}

.tf-minus10\% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
}

.tf-minus5\% {
    -webkit-transform: translate(0, -5%);
    transform: translate(0, -5%);
}

.tf-minus0 {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (max-width: 1024px) {
    .tf-minus20\%\@tb {
        -webkit-transform: translate(0, -20%);
        transform: translate(0, -20%);
    }

    .tf-minus15\%\@tb {
        -webkit-transform: translate(0, -15%);
        transform: translate(0, -15%);
    }

    .tf-minus10\%\@tb {
        -webkit-transform: translate(0, -10%);
        transform: translate(0, -10%);
    }

    .tf-minus5\%\@tb {
        -webkit-transform: translate(0, -5%);
        transform: translate(0, -5%);
    }

    .tf-minus0\@tb {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (max-width: 599px) {
    .tf-minus20\%\@sp {
        -webkit-transform: translate(0, -20%);
        transform: translate(0, -20%);
    }

    .tf-minus15\%\@sp {
        -webkit-transform: translate(0, -15%);
        transform: translate(0, -15%);
    }

    .tf-minus10\%\@sp {
        -webkit-transform: translate(0, -10%);
        transform: translate(0, -10%);
    }

    .tf-minus5\%\@sp {
        -webkit-transform: translate(0, -5%);
        transform: translate(0, -5%);
    }

    .tf-minus0\@sp {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* 背景画像 */
.bgi_001 {
    background-image: url(/import/tenant_1/160.16.206.118/html/images/common/bgimg_001.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-parent {
    position: relative;
    overflow: hidden;
}

.bg-parent .bg-cont {
    z-index: 2;
    position: relative;
}

.bg-parent .bgimg {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-parent .bgimg::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* buttn */
.btn {
    width: 220px;
    max-width: 80%;
    min-height: 45px;
}

.btn-large {
    width: 300px;
}

.btn-w-100\% {
    width: 100%;
    max-width: 100%;
}

.btn a,
.btn button,
.btn.no-anchor {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 30px 10px 10px;
    background-color: #3c7170;
    border: 2px solid #3c7170;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}

.btn-orange,
.btn-orange a,
.btn-orange button {
    background-color: #e08d1b;
    border: 1px solid #e08d1b;
}

.btn.no-anchor {
    max-width: 100%;
    height: auto;
}

.btn a::after,
.btn button::after,
.btn.no-anchor::after {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.btn a:hover,
.btn button:hover {
    opacity: 1;
    background-color: #fff;
    color: #3c7170;
    font-weight: bold;
}

.btn-orange a:hover,
.btn-orange button:hover {
    background-color: #fff;
    color: #e08d1b;
}

.text-btn {
    text-align: right;
}

.text-btn a {
    font-weight: bold;
}

.text-btn a::after {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: 10px;
}

.text-btn-green a {
    color: #278e05;
}

.text-btn-orange a {
    color: #e08d1b;
}

.back-btn a,
.back-btn button {
    padding: 10px 10px 10px 30px;
}

.back-btn a::after,
.back-btn button::after {
    content: '\f100';
    left: 10px;
    right: auto;
}

.line-btn a,
.reserve-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    padding: 5px 15px;
    background-color: #00b900;
    border: 2px solid #00b900;
}

.reserve-btn .tel-item a {
    font-size: 18px;
    color: #fff;
    background-color: #e08d1b;
    border: 2px solid #e08d1b;
}

.line-btn a::after {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: 5px;
}

.line-btn a:hover {
    opacity: 1;
    background-color: #fff;
    color: #00b900;
}

.reserve-btn a:hover {
    opacity: 1;
    background-color: #fff;
    color: #e08d1b;
}

@media (max-width: 1024px) {
    .fixed-bnr-list li {
        width: 48%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 1%;
    }

    .line-btn a {
        font-size: 14px;
        padding: 2px 5px;
    }
}

/* title */
.title_01,
.title_02 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

.title_01::before,
.title_02::before {
    content: '';
    width: 85px;
    height: 20px;
    display: block;
    background-image: url(/import/tenant_1/160.16.206.118/html/images/common/icon_001.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 10px;
}

.title_02 .title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.title_02 .title-inner:before,
.title_02 .title-inner:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #000;
    margin: 0 15px;
}

.title_03 {
    font-size: 26px;
    font-weight: bold;
    position: relative;
}

.title_03::before {
    content: '';
    display: inline-block;
    width: 85px;
    height: 20px;
    display: block;
    background-image: url(/import/tenant_1/160.16.206.118/html/images/common/icon_003.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.title_03::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #3c7170;
}

.title_03.orange::before {
    background-image: url(/import/tenant_1/160.16.206.118/html/images/common/icon_004.png);
}

.title_03.orange::after {
    background-color: #e08d1b;
}

.title_03 span {
    display: block;
}

.title_03-inner_01 {
    font-size: 60%;
}

.title_04 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    padding: 15px 30px;
    background-color: #3c7170;
}

.title_04.orange {
    background-color: #e08d1b;
}

.title_05 {
    font-weight: bold;
    padding-left: 10px;
    border-left: 5px solid #e08d1b;
}

.sub-title-inner span {
    display: block;
}

.sub-title .ja {
    font-size: 14px;
}

@media (max-width: 1024px) {

    .title_01,
    .title_02 {
        font-size: 20px;
    }

    .title_03 {
        font-size: 24px;
    }

    .title_04 {
        font-size: 18px;
        padding: 10px 20px;
    }
}

@media (max-width: 599px) {

    .title_01,
    .title_02 {
        font-size: 18px;
    }

    .title_03 {
        font-size: 20px;
    }
}

/* header */
.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

.header-logo {
    margin-right: 30px;
}

.header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-box-inner {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 10px;
}

.header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-info dt {
    font-weight: bold;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-info dt::after {
    content: '/';
    display: inline-block;
    margin: 0 5px;
}

@media (max-width: 1024px) {

    header {
        padding-top: 50px;
    }

    .header-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 50%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .header-box {
        width: 100%;
    }
}

@media (max-width: 599px) {
    header {
        padding-top: 40px;
    }

    .header-logo {
        max-width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .header-logo [class*="logo_"] {
        max-width: 145px;
        margin: 5px;
    }

    .header-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* nav */
.sp-only,
.nav-logo {
    display: none;
}

nav {
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    z-index: 5;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    position: relative;
}

nav.fixed {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 4px 2px -2px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 2px -2px rgb(0 0 0 / 20%);
    position: fixed;
    top: 0;
    left: 0;
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.nav-list>li>a::after,
.nav-list>li>.dropdown-btn a::after {
    content: '';
    width: 100%;
    height: 2px;
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    background-color: #000;
}

.nav-list>li>a:hover,
.nav-list>li>.dropdown-btn a:hover {
    opacity: 1;
}

.nav-list>li>a:hover::after,
.nav-list>li>.dropdown-btn a:hover::after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.dropmenu {
    *zoom: 1;
}

.dropmenu .dropdown {
    position: relative;
    overflow: hidden;
}

.dropmenu .dropdown::after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 300px;
    height: 18px;
    border: 0;
    z-index: 1;
}

.dropdown-btn {
    display: block;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.dropmenu .dropdown .dropdown-box {
    width: 300px;
    padding: 10px;
    margin: 18px auto 0 auto;
    background-color: #fff;
    opacity: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-box-shadow: 3px 3px 10px -7px #000;
    box-shadow: 3px 3px 10px -7px #000;
    border-radius: 5px;
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
    position: absolute;
    top: 100%;
    right: -200px;
    left: -200px;
    z-index: -9999 !important;
}

.dropmenu .dropdown .dropdown-box [class^="logo"] {
    width: 60%;
    margin: 10px auto;
}

.dropmenu .dropdown-box [class*="logo_"] a {
    display: block;
    text-align: center;
}

.dropmenu .dropdown_01 .dropdown-box {
    border: 5px solid #3c7170;
}

.dropmenu .dropdown .dropdown-box::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #3c7170 transparent;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    z-index: 1;
}

.dropmenu .dropdown_02 .dropdown-box {
    border: 5px solid #e08d1b;
}

.dropmenu .dropdown_02 .dropdown-box::before {
    border-color: transparent transparent #e08d1b transparent;
}

#dropmenu .dropdown .dropdown-box ul li {
    width: 100%;
    height: auto;
    margin-left: 0;
    overflow: hidden;
}

#dropmenu .dropdown .dropdown-box ul li+li {
    border-top: 1px solid #fff;
}

#dropmenu .dropdown .dropdown-box ul li a {
    display: block;
    padding: 5px;
}

.dropdown-btn:hover {
    cursor: pointer;
}

#dropmenu .dropdown:hover {
    overflow: visible;
}

#dropmenu .dropdown:hover .dropdown-box {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2 !important;
    opacity: 1;
}

@media (max-width: 1024px) {
    nav {
        width: 65%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 10px 30px;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        position: fixed;
        top: 0;
        right: 0;
    }

    nav.fixed {
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        left: auto;
        right: 0;
    }

    nav .inner {
        height: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-top: 15px;
    }

    .active nav {
        -webkit-box-shadow: -2px 0px 15px -5px #000;
        box-shadow: -2px 0px 15px -5px #000;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .sp-only,
    .nav-logo {
        display: block;
    }

    .nav-logo {
        max-width: 40%;
    }

    .nav-list {
        height: 100%;
        display: block;
        padding: 10px 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav-list>li+li {
        padding-left: 0;
    }

    .nav-list li {
        margin: 0;
    }

    .nav-list li a::after {
        display: none;
    }

    .nav-list>li+li::before {
        display: none;
    }

    .nav-list li a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 5px;
    }

    #dropmenu .dropdown {
        overflow: visible;
        margin-bottom: 15px;
    }

    .dropdown-btn {
        margin-bottom: 20px;
    }

    #dropmenu .dropdown .dropdown-box {
        width: 100%;
        margin-top: 0;
        padding: 5px 10px;
        background-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        z-index: 2 !important;
        opacity: 1;
    }

    .dropmenu .dropdown::after {
        display: none;
    }

    .dropmenu .dropdown .dropdown-box::before {
        border-width: 0 12px 25px 12px;
        left: 20px;
        right: auto;
    }

    .dropmenu .dropdown .dropdown-box [class^="logo"] {
        width: 50%;
        margin: 5px auto;
    }

    .dropdown_01>.dropdown-btn>a {
        font-weight: bold;
        color: #3c7170;
    }

    .dropdown_02>.dropdown-btn>a {
        font-weight: bold;
        color: #e08d1b;
    }
}

@media (max-width: 599px) {
    nav {
        width: 80%;
    }

    .nav-logo {
        max-width: 50%;
    }

    .dropmenu .dropdown .dropdown-box [class^="logo"] {
        width: 60%;
    }
}

/* footer */
.footer-inner {
    padding: 50px 0;
    background-color: #e8ebe0;
    border-top: 1px solid #278e05;
    border-bottom: 1px solid #278e05;
}

.white-element a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #d4d3d0;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 0px 0px #d4d3d0;
    box-shadow: 0px 3px 0px 0px #d4d3d0;
    -webkit-transition: 0s;
    transition: 0s;
}

.white-element a:hover {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
}

.white-element a .footer-icon {
    width: 60px;
    margin: 0 auto;
}

.white-element a .icon {
    font-size: 50px;
    color: #d87e03;
}

.footer-inner .list_05 li.line .white-element a i {
    color: #01b901;
}

.footer-inner .list_05 li.line .white-element a .icon {
    color: #01b901;
}

.copy {
    font-size: 12px;
    text-align: center;
    padding: 20px 10px;
    background-color: #fff;
}

[class^="footer-nav-list"] li+li {
    margin-top: 15px;
}

.fixed-bnr {
    display: none;
    max-width: 600px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.fixed-bnr-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
}

.fixed-bnr-list li a {
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 14px -7px rgb(0 0 0 / 70%);
    box-shadow: 0px 0px 14px -7px rgb(0 0 0 / 70%);
}

@media (max-width: 1024px) {
    .copy {
        padding-bottom: 50px;
    }

    .fixed-bnr {
        display: block;
        width: calc(100% - 55px);
        max-width: 550px;
    }

    .fixed-bnr-list li {
        margin: 0 1%;
    }

    .fixed-bnr .line-btn,
    .fixed-bnr .reserve-btn {
        width: 100%;
        height: 40px;
        margin: auto;
    }

    .fixed-bnr .line-btn a,
    .fixed-bnr .reserve-btn a {
        width: 100%;
        height: 100%;
        white-space: nowrap;
    }

    .b-type {
        top: 5px;
        bottom: auto;
    }
}

@media (max-width: 599px) {
    .fixed-bnr-list li {
        width: auto;
    }

    .fixed-bnr .line-btn,
    .fixed-bnr .reserve-btn {
        max-width: 100%;
    }

    .fixed-bnr .line-btn a,
    .fixed-bnr .reserve-btn a {
        padding: 2px 5px;
    }
}

/* main-visual */
.main-visual .uk-slideshow::after {
    padding-top: 40%;
}

.main-visual .uk-slideshow img {
    -o-object-position: top center;
    object-position: top center;
    font-family: 'object-fit: cover; object-position: top center;';
}

.main-visual.under {
    padding: 0;
}

.underimg-image .up-ofi {
    position: relative;
}

.underimg-image .up-ofi::before {
    content: '';
    display: block;
    padding-top: 30%;
}

.underimg-image .up-ofi img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.underimg-cont {
    margin: auto;
    position: absolute;
    top: calc(50% - 40px);
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.underimg-title {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #3c7170;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 30px 170px 30px 30px;
    background-color: rgba(255, 255, 255, 0.5);
}

.underimg-title span {
    width: 100%;
}

.underimg-title .ja {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
    position: relative;
}

.underimg-title .ja::before {
    content: '';
    width: 140px;
    height: 31px;
    display: inline-block;
    background-image: url(/import/tenant_1/160.16.206.118/html/images/common/icon_003.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.underimg-title .ja::after {
    content: '';
    display: block;
    width: calc(100% + 70px);
    height: 3px;
    margin: 5px 0;
    background-color: #3c7170;
}

@media (max-width: 1024px) {
    .main-visual .uk-slideshow::after {
        padding-top: 55%;
    }

    .underimg-image .up-ofi::before {
        padding-top: 40%;
    }

    .underimg-title {
        width: 80%;
    }

    .underimg-title .ja {
        font-size: 24px;
    }

    .breadcrumbs {
        margin: 0;
        padding: 30px 2%;
    }
}

@media (max-width: 599px) {
    .underimg-title {
        width: 100%;
        padding: 15px;
    }

    .underimg-image .up-ofi::before {
        padding-top: 60%;
    }

    .underimg-title {
        padding-right: 100px;
    }

    .underimg-title .ja {
        font-size: 20px;
    }

    .underimg-title .ja::before {
        width: 100px;
        height: 26px;
    }

    .underimg-title .ja::after {
        width: calc(100% + 100px);
    }

    .breadcrumbs {
        margin: 0;
        padding: 20px 2%;
    }
}

/* list */
.sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sns-list li+li {
    margin-left: 15px;
}

.check-list {
    width: calc(100% - 1em);
    margin-left: auto;
}

.check-list li {
    text-indent: -1em;
    padding-left: 1em;
}

.check-list li::before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
    color: #3c7170;
    display: inline-block;
}

.check-list-orange li::before {
    color: #e08d1b;
}

.point-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.point-list-inner dt {
    width: 10%;
    position: relative;
}

.point-list-inner dt::after {
    content: '…';
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 50%;
    right: -25px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.point-list-inner dt::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.point-list-inner dt .point-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background-color: #278e05;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.point-list-inner dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 40px;
}

.point-list-wide .point-list-inner dt {
    width: 20%;
    position: relative;
}

.point-list-wide .point-list-inner dt .point-circle {
    font-size: 18px;
    border-radius: 0;
}

.count-list li a {
    height: 100%;
}

.count {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.count-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    background: linear-gradient(-45deg, transparent 0%, transparent 50%, rgba(61, 122, 58, 0.5) 50%, rgba(61, 122, 58, 0.5) 100%);
}

.count-inner-orange {
    background: linear-gradient(-45deg, transparent 0%, transparent 50%, rgba(224, 141, 27, 0.5) 50%, rgba(224, 141, 27, 0.5) 100%);
}

.count-inner span {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    line-height: 1.2;
}

.count-text {
    font-size: 24px;
}

.count-num {
    font-size: 40px;
}

.faq-list {
    padding: 30px 15px;
    background-color: #f9f3f0;
}

.faq-list dt,
.faq-list dd {
    padding-left: 30px;
    position: relative;
}

.faq-list dt::before,
.faq-list dd::before {
    content: 'Q';
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #3c7170;
    position: absolute;
    top: -3px;
    left: 0;
}

.faq-list dd::before {
    content: 'A';
    color: #e08d1b;
}

.faq-list dt {
    font-size: 18px;
    font-weight: bold;
    color: #3c7170;
    margin-bottom: 15px;
}

.faq-list dd {
    margin-left: 20px;
}

.info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.info-list dt {
    width: 10%;
}

.info-list dt::after {
    content: '：';
    display: inline-block;
    margin: 0 5px;
}

.info-list dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.dot-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dot-list dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.dot-list dt::after {
    content: '…';
    display: inline-block;
    margin: 0 5px;
}

.dot-list dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list_02 .池田ピンポンクラブ .voice-img {
    border: 1px solid #e08d1b;
}

.list_02 .池田ピンポンクラブ .title {
    color: #e08d1b;
}

.list_02 .池田ピンポンクラブ .category span {
    background-color: #e08d1b;
}

@media (max-width: 1024px) {
    .point-list-inner dt .point-circle {
        font-size: 24px;
    }

    .count-inner {
        padding: 15px;
    }

    .count-text {
        font-size: 20px;
    }

    .count-num {
        font-size: 30px;
    }

    .faq-list {
        padding: 20px 10px;
    }

    .info-list dt {
        width: 20%;
    }
}

@media (max-width: 599px) {
    .sns-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .check-list {
        width: 100%;
    }

    .check-list li {
        text-indent: 0;
        padding-left: 30px;
        position: relative;
    }

    .check-list li::before {
        position: absolute;
        top: -4px;
        left: 0;
    }

    .point-list-inner dt {
        width: 20%;
    }

    .count-inner {
        padding: 10px;
    }

    .count-text {
        font-size: 18px;
    }

    .count-num {
        font-size: 28px;
    }

    .faq-list dd {
        margin-left: 0;
    }

    .info-list dt {
        width: 100%;
        margin-right: 0;
    }

    .info-list dd {
        margin-left: 16px;
    }
}

/* table */
table {
    width: 100%;
    border-collapse: collapse;
}

.timetable tr th,
.timetable tr td {
    text-align: center;
    padding: 5px;
}

.timetable tr:first-of-type {
    border-bottom: 1px solid #000;
}

.timetable tr th {
    border-right: 1px solid #000;
}

.access-table {
    border: 1px solid #e08d1b;
}

.access-table tr th,
.access-table tr td {
    font-size: 14px;
    padding: 10px 3px;
    text-align: center
}

.access-table tr+tr {
    border-top: 1px solid #e08d1b;
}

.access-table tr th+th {
    border-left: 1px solid #fff;
}

.access-table tr td+td {
    border-left: 1px solid #e08d1b;
}

.access-table tr th {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e08d1b;
}

.access-table tr td:first-of-type {
    width: 15%;
    text-align: center;
}

.table-wrap {
    min-width: 768px;
}

.scroll-hint-icon {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.table-orange {
    background-color: #ffe5cc;
}

.table-yellow {
    background-color: #ffc;
}

.table-pink {
    background-color: #ffcce5;
}

@media (max-width: 1024px) {

    table tr th,
    table tr td {
        padding: 2px;
    }

    .access-table tr th,
    .access-table tr td {
        font-size: 12px;
        padding: 8px 2px;
    }
}

@media (max-width: 599px) {

    .timetable tr th,
    .timetable tr td {
        font-size: 12px;
    }
}

/* 大人の部専用table */
.senior-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    border: 1px solid #e08d1b;
}

.senior-table tr th,
.senior-table tr td {
    font-size: 14px;
    text-align: center;
    padding: 5px 2px;
}

.senior-table tr+tr {
    border-top: 1px solid #e08d1b;
}

.senior-table th+th,
.senior-table td+td {
    border-left: 1px solid #e08d1b;
    text-align: center;
}

.senior-table .senior-table-haed th+th {
    border-left: 1px solid white;
}

.senior-table .table-price th,
.senior-table .senior-table-haed th {
    font-size: 13px;
    color: white;
    font-weight: bold;
    background-color: #e08d1b;
}

.senior-table .period-cell {
    border-right: 1px solid #e08d1b;
}

.senior-table tr .senior-table-text-left {
    text-align: left;
}

.senior-table .table-price th {
    width: 45%;
}

.senior-table tr .table-heading-num,
.senior-table tr .table-heading-minute {
    width: 15%;
}

.senior-table-free tr .table-heading-minute {
    width: 35%;
}

@media (max-width: 1024px) {

    .senior-table .table-price th,
    .senior-table .senior-table-haed th,
    .senior-table tr th,
    .senior-table tr td {
        font-size: 12px;
    }

    .senior-menu .menu-box .parallel-inner .text {
        height: auto !important;
    }
}

/* カスタムコンテンツ */
.newsblog-list li {
    padding: 10px 5px;
    border-bottom: 1px dotted #000;
}

.newsblog-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.newsblog-info .date {
    display: inline-block;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.newsblog-info a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog-img {
    border: 1px solid #3c7170;
}

.category {
    margin: 5px 0;
}

.category span {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #3c7170;
}

.category span+span {
    margin-left: 5px;
}

.side-wrap .title_03 {
    font-size: 20px;
}

.side-list li a {
    display: block;
    padding: 10px;
    background-color: #fff;
}

.detail-title {
    font-size: 20px;
    color: #3c7170;
    font-weight: bold;
    margin-top: 15px;
}

.blog-list .池田ピンポンクラブ .blog-img {
    border: 1px solid #e08d1b;
}

.blog-list .池田ピンポンクラブ .category span {
    background-color: #e08d1b;
}

.blog-list .池田ピンポンクラブ .title {
    color: #e08d1b;
}

.blog-list .池田ピンポンクラブ .btn a {
    border: 2px solid #e08d1b;
    background-color: #e08d1b;
}

.blog-list .池田ピンポンクラブ .btn a:hover {
    color: #e08d1b;
    background-color: #fff;
}

@media (max-width: 1024px) {
    .blog-list li .blog-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 599px) {
    .blog-date {
        margin: 5px 0;
    }
}

/* いけだ筋整復所ページ用 */
.kinseihuku .header-logo .logo_02 {
    display: none;
}

.kinseihuku .under-logo .logo_02 {
    display: none;
}

.kinseihuku .nav-list>li>a::after,
.kinseihuku .nav-list>li>.dropdown-btn a::after {
    background-color: #3c7170;
}

/* 池田ピンポンクラブページ用 */
.pinpon .header-logo .logo_01 {
    display: none;
}

.pinpon .under-logo .logo_01 {
    display: none;
}

.pinpon .nav-list>li>a::after,
.pinpon .nav-list>li>.dropdown-btn a::after {
    background-color: #e08d1b;
}

.pinpon .underimg-title {
    color: #e08d1b;
}

.pinpon .underimg-title .ja::after {
    background-color: #e08d1b;
}

.pinpon .underimg-title .ja::before {
    background-image: url(/import/tenant_1/160.16.206.118/html/images/common/icon_004.png);
}

.pinpon .tel-item .tel a {
    color: #e08d1b;
}

.pinpon .fixed-bnr .tel-item .tel a {
    color: #fff;
}

.pinpon .footer-inner {
    background-color: #fdebd2;
    border-top: 1px solid #e08d1b;
    border-bottom: 1px solid #e08d1b;
}

.pinpon .blog-img {
    border: 1px solid #e08d1b;
}

.pinpon .category span {
    background-color: #e08d1b;
}

.池田ピンポンクラブ .footer-inner {
    border-top: 1px solid #e08d1b;
    border-bottom: 1px solid #e08d1b;
}

.池田ピンポンクラブ .footer-inner,
.池田ピンポンクラブ .detail-wrap {
    background-color: #fdebd2;
}

.池田ピンポンクラブ .underimg-title,
.池田ピンポンクラブ .detail-wrap .detail-title,
.池田ピンポンクラブ .side-wrap .title_03 {
    color: #e08d1b;
}

.池田ピンポンクラブ .detail-wrap .btn a:hover {
    color: #e08d1b;
    background-color: #fff;
}

.池田ピンポンクラブ .detail-wrap .detail-info .category span,
.池田ピンポンクラブ .underimg-title .ja::after,
.池田ピンポンクラブ .detail-wrap .btn a,
.池田ピンポンクラブ .side-box .title_03::after {
    background-color: #e08d1b;
}

.池田ピンポンクラブ .detail-wrap .btn a {
    border: 2px solid #e08d1b;
}

.池田ピンポンクラブ .underimg-title .ja::before,
.池田ピンポンクラブ .side-box .title_03::before {
    background-image: url(/import/tenant_1/160.16.206.118/html/images/common/icon_004.png);
}

/* ヘッダー内モバイルで非表示 */
@media (max-width: 1024px) {
    .pc-only {
        display: none;
    }
}

/* 見たまま編集 */
[data-element-id] .fixed-bnr {
    display: block;
    position: relative;
}

[data-element-id] .b-type .line-btn {
    width: auto;
    max-width: none;
    height: auto;
}

[data-element-id] .b-type .line-btn a {
    height: auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 15px 5px;
}

[data-element-id] .b-type .line-btn a::after {
    margin-top: 5px;
    margin-left: 0;
}

[data-element-id] .nav-logo {
    display: block;
    border: 1px solid #3c7170;
}

[data-element-id] .nav-logo::before {
    content: 'スマホナビ用';
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding: 2px;
    background-color: #3c7170;
}

[data-element-id] #dropmenu .dropdown {
    overflow: visible;
}

[data-element-id] #dropmenu .dropdown .dropdown-box {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2 !important;
    opacity: 1;
}

[data-element-id] .dropdown_01,
[data-element-id] .dropdown_02 {
    position: static;
}

[data-element-id] .dropdown_01 .dropdown-box {
    left: 50px;
    right: auto;
}

[data-element-id] .dropdown_02 .dropdown-box {
    left: auto;
    right: 50px;
}

[data-element-id] .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .slider-img {
    width: 25%;
}

[data-element-id] .kinseihuku .header-logo .logo_02,
[data-element-id] .pinpon .header-logo .logo_01 {
    display: block;
}

[data-element-id] .kinseihuku .under-logo .logo_02,
[data-element-id] .pinpon .under-logo .logo_01 {
    display: block;
}

[data-element-id] .kinseihuku .header-logo,
[data-element-id] .pinpon .header-logo,
[data-element-id] .kinseihuku .under-logo,
[data-element-id] .pinpon .under-logo {
    border: 1px solid #3c7170;
}

[data-element-id] .kinseihuku .header-logo::before,
[data-element-id] .pinpon .header-logo::before,
[data-element-id] .kinseihuku .under-logo::before,
[data-element-id] .pinpon .under-logo::before {
    content: 'それぞれのページに応じたロゴが表示されます';
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding: 2px;
    background-color: #3c7170;
}

/* 20210310 */
.pinpon .map:after {
    padding-top: 50%
}

@media (max-width: 599px) {
    .pinpon .map:after {
        padding-top: 80%;
    }

}

@media (max-width: 1024px) {
    .dot-list.dd-list001 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dot-list dd.ddlist002 {
        width: 100%;
        margin: 10px 0px;
    }

    .dot-list.dd-list001 dt::after {
        display: none;
    }
}


.blogmidashi h2 {
    border-bottom: 3px solid #e08d1c;
    font-size: 25px;
    margin-bottom: 20px;
    color: #e08d1c;
}

.blogmidashi h3 {
    padding: 1rem;
    border-left: 5px solid #e08d1c;
    background: #f4f4f4;
    margin-bottom: 20px;

}


[data-element-id] html.uk-notouch .fead-up {
  opacity: 1 !important;
  transform: translateY(50px);
}

[data-element-id] html.uk-notouch .fead-up.mv {
  opacity: 1 !important;
  transform: translateY(0);
  transition: 0.5s ease-out;
}


.up-reader1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
}

/*6/24 h1title*/
@media only screen and (min-width: 1025px){
#h1{
      margin-left: 10px;
    margin-top: 10px;
}
}

@media only screen and (max-width: 599px){

#h1{
　　margin-left: 10px;
    margin-top: 30px;
    display: block;
    text-align: center;
    font-size: 10px;
}
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
#h1{
      margin-left: 10px;
    margin-top: 30px;
    display: block;
    text-align: center;
}
}

/*2023/01/26*/

.blogmidashi .cutman h2 {
  border-bottom: none;
  color: inherit;
}

.blogmidashi .cutman h3 {
  padding: 0;
  background: none;
  border-left: none;
}


/* 2023/09/08 */
.pc-br {
    display: block;
}

.pc-br.tb {
    display: block;
}

@media (max-width: 1024px) {
    .tb-br {
        display: block;
    }

    .pc-br.tb {
        display: inline;
    }
}

@media (max-width: 599px) {
    .pc-br {
        display: inline;
    }

    .sp-br {
        display: block;
    }
}


.block-type-01 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    box-shadow: 3px 3px 10px;
    border-radius: 20px;
    margin: 30px 0;
}

.block-type-01 .item {
    width: 40%;
    flex-grow: 1;
    margin: 1%;
    padding: 1%;
    position: relative;
}

.block-type-01 .item:first-child {
    width: 100%;
    border-bottom: 5px dashed rgb(15, 152, 115);
}

.block-type-01 .item:nth-child(2):before {
  content: "";
  border-right: 5px dashed rgb(15, 152, 115);
  position: absolute;
  top: 0;
  right: -0.5%;
  height: 100%;
}

.block-type-01 .text {
    margin: 20px 0;
    width: 100%;
}

.area-text .tbox .text {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
}

.color-100 {
    color: rgb(11, 94, 91);
}

.pinpon .title_01, .pinpon .title_02 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.pinpon .up-ff-mincho {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.pinpon .underimg-title .ja {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media (max-width:599px) {
  .block-type-01 {
    padding: 15px 10px;
  }
  .block-type-01 .item {
      width: 100%;
      padding: 15px 0;
  }
  .block-type-01 .item:nth-child(2):before {
    top: unset;
    bottom: 0;
    left: 0;
    right: unset;
    height: auto;
    width: 100%;
    border-bottom: 5px dashed rgb(15, 152, 115);
  }
}

.pinpon .underimg-title {
    color: #3c7170;
    background-color: rgba(255, 255, 255, 0.7);
}

.pinpon .underimg-title .ja::before {
    background-image: url(/import/tenant_1/160.16.206.118/html/images/common/icon_003.png);
}

.pinpon .underimg-title .ja::after {
  background-color: #3c7170;
}

.table-type-01 {
    position: relative;
}

.table-type-01 .table {
    position: relative;
    width: 100%;
    background: #f9f3f0;
}

.table-type-01 .table .block {
    display: flex;
}

.table-type-01 .table .block li {
    width: 30%;
    padding: 10px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.table-type-01 .table .block li:first-child {
    width: 40%;
}

.table-type-01 .table .block li.row-2 {
    flex-grow: 1;
}

.table-type-01 .table .block-tit {
    background: rgb(15, 152, 115);
    color: #fff;
}

.table-type-01 .table .block-tit li {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-type-01 + .table-type-01 {
    margin-top: 50px;
}

.table-type-01 .table .block-tit li:last-child {
    border-right: 1px solid #fff;
}

.table-type-01 .table .block:last-child li {
    border-bottom: 1px solid #fff;
}

.red {
    color: red;
}

@media (max-width:599px) {
  .table-type-01 + .table-type-01 {
      margin-top: 30px;
  }
}

.rental-table {
    position: relative;
    margin: 50px 0 0;
}


.rental-table table {
    max-width: 400px;
    border: 2px solid rgb(15, 152, 115);
}

.rental-table table td {
    border: 2px solid rgb(15, 152, 115);
}

.rental-table table td:nth-child(2) {
    text-align: center;
}

.title-10 {
    font-size: 20px;
    padding-left: 1rem;
    position: relative;
    border-left: 5px solid rgb(15, 152, 115);
    margin-bottom: 30px;
}

@media (max-width:599px) {
  .title-10 {
      font-size: 16px;
  }
  .table-type-01 .table .block-tit li {
    font-size: 16px;
  }
}

/**ブログ一覧ページ ページ内リンクボタン**/
.page-link {
  display: none;
  margin: 30px 0;
}
[data-element-id].page-link {
  display: block;
}
.page-link ul {
  display: flex;
  width: 100%;
}
.page-link ul li {
  width: 40%;
  margin: auto;
}
.page-link ul a {
  display: block;
  width: 100%;
  padding: 5% 0;
  color: #fff;
  background: #3c7170;
  text-align: center;
}

@media (max-width:599px) {
  .page-link {
    display: block;
  }
  #category , #archive {
    padding-top: 50px;
  }
}
