    @charset "utf-8";
    /**
/* トップページ CSS
----------------------------------------------- */
    
    .header-view {
        text-align: center;
        margin-bottom: 30px;
    }
    
    @media only screen and (max-width: 737px) {
        .header-view {
            margin-bottom: 15px;
        }
    }
    
    @media only screen and (min-width: 738px) and (max-width: 1024px) {
        .header-view {
            margin-bottom: 20px;
        }
    }
    
    .symptom-items .imgArea {
        width: 100%;
        height: 100%;
    }

    .insta img{
        margin-top: 30px;
        width: 50px;
        height: auto;
    }

    /* footerフローティングボタン */
     .web-tel_box {
         display: none;
       }
       
       @media only screen and (max-width: 737px) {
 
       .web-tel_box {
       width: 100%;
       position: fixed;
       bottom: 0;
       display: flex;
       justify-content: space-evenly;
       align-items: center;
       background-color: #ffffffe6;
       padding: 10px 0;
       z-index: 110;
      }
  .web-tel_box div {
   width:  calc(30% - 0px);
    }
   

    /* -------　フローティングゆらゆら　------- */
    .ugoki {
        animation:katakata 6s infinite ease-in-out alternate;
      }
      @keyframes katakata {
        0% {transform:translate(0, 0) rotate(0deg);}
        21% {transform:translate(0, 0) rotate(0deg);}
       
        22% {transform:translate(0, 0) rotate(-3deg);}
        23% {transform:translate(0, -1px) rotate(0deg);}
        24% {transform:translate(0, -1px) rotate(3deg);}
       
        25% {transform:translate(1px, 0) rotate(-2deg);}
        26% {transform:translate(0, 1px) rotate(0deg);}
        27% {transform:translate(0, 0) rotate(3deg);}
       
        28% {transform:translate(0, 0) rotate(0deg);}
        100% {transform:translate(0, 0) rotate(0deg);} 
      }
    
}
    
    /* -------　バナー箇所　------- */
    
    .bnr-guide .bnr-list li {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .bnr-guide .bnr-list li:last-child {
        margin-bottom: 0;
    }
    
    @media only screen and (max-width: 737px) {
        .bnr-guide .bnr-list li {
            margin-bottom: 10px;
        }
    }
    
    @media only screen and (min-width: 738px) and (max-width: 1024px) {
        .bnr-guide .bnr-list li {
            margin-bottom: 15px;
        }
    }
    
    .line_bn {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    /* -------　ナビ　------- */
    
    .nav-guide .nav-list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 35px;
    }
    
    .nav-guide .nav-list li:nth-child(2n) {
        margin-right: 0;
    }
    
    @media only screen and (max-width: 737px) {
        .nav-guide .nav-list li {
            width: 100%;
            text-align: center;
            margin-right: 0;
            margin-bottom: 10px;
        }
    }
    
    @media only screen and (min-width: 738px) and (max-width: 1024px) {
        .nav-guide .nav-list li {
            width: 49.5%;
            margin-right: 1%;
            margin-bottom: 20px;
        }
    }
    /* -------　共通　------- */
    
    .m_top10 {
        margin-top: 10px;
    }
    
    .m_top20 {
        margin-top: 20px;
    }
    
    .m_top30 {
        margin-top: 30px;
    }
    
    .m_bot10 {
        margin-bottom: 10px;
    }
    
    .m_bot20 {
        margin-bottom: 20px;
    }
    
    .m_bot30 {
        margin-bottom: 30px;
    }
    
    .m_bot40 {
        margin-bottom: 40px;
    }
    
    .m_bot50 {
        margin-bottom: 50px;
    }
    
    .p_bot10 {
        padding-bottom: 10px;
    }
    
    .p_bot20 {
        padding-bottom: 20px;
    }
    
    .p_bot30 {
        padding-bottom: 30px;
    }
    
    .p_top10 {
        padding-top: 10px;
    }
    
    .p_top20 {
        padding-top: 20px;
    }
    
    .p_top30 {
        padding-top: 30px;
    }
    
    .center {
        text-align: center;
    }
    
    @media screen and (max-width: 767px) {
        .entry img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }
    }
    /* -------　基本情報　------- */
    /* .basic-info-guide{
	padding-bottom: 100px;
} */
    
    .basic-info-guide .basicArea {
        margin-bottom: 50px;
    }
    
    .basic-info-guide .basicArea table th,
    .basic-info-guide .basicArea table td {
        font-size: 16px;
        font-weight: 500;
        vertical-align: middle;
    }
    
    .basic-info-guide .basicArea table th {
        width: 300px;
        padding: 15px;
        text-align: center;
        background: #dedede;
    }
    
    .basic-info-guide .basicArea table tr:nth-child(even) th {
        background: #eeeeee;
    }
    
    .basic-info-guide .basicArea table td {
        padding: 15px 30px;
        background: #eeeeee;
    }
    
    .basic-info-guide .basicArea table tr:nth-child(even) td {
        background: #ffffff;
    }
    
    .basic-info-guide .hoursArea {
        max-width: 680px;
        margin: auto;
    }
    
    .basic-info-guide .hoursArea table th,
    .basic-info-guide .hoursArea table td {
        border: 1px solid #fad0df;
        font-weight: 500;
        text-align: center;
        vertical-align: middle;
        padding: 15px;
    }
    
    .basic-info-guide .hoursArea table th {
        background: #fbdee9;
        font-size: 18px;
    }
    
    .basic-info-guide .hoursArea table td {
        background: #ffffff;
        font-size: 15px;
    }
    
    .basic-info-guide .hoursArea table td span {
        color: #ffa1c3;
    }
    
    @media only screen and (max-width: 737px) {
        .basic-info-guide {
            padding-bottom: 50px;
        }
        .basic-info-guide .basicArea {
            margin-bottom: 20px;
        }
        .basic-info-guide .basicArea table th,
        .basic-info-guide .basicArea table td {
            font-size: 13px;
        }
        .basic-info-guide .basicArea table th {
            width: 110px;
            padding: 10px;
        }
        .basic-info-guide .basicArea table td {
            padding: 10px;
        }
        .basic-info-guide .hoursArea table th,
        .basic-info-guide .hoursArea table td {
            padding: 5px;
        }
        .basic-info-guide .hoursArea table th {
            font-size: 14px;
        }
        .basic-info-guide .hoursArea table td {
            font-size: 12px;
        }
    }
    
    @media only screen and (min-width: 738px) and (max-width: 1024px) {
        .basic-info-guide {
            padding-bottom: 70px;
        }
        .basic-info-guide .basicArea {
            margin-bottom: 30px;
        }
        .basic-info-guide .basicArea table th,
        .basic-info-guide .basicArea table td {
            font-size: 15px;
        }
        .basic-info-guide .basicArea table th {
            width: 240px;
            padding: 15px;
        }
        .basic-info-guide .basicArea table td {
            padding: 15px 20px;
        }
        .basic-info-guide .hoursArea table th,
        .basic-info-guide .hoursArea table td {
            padding: 10px;
        }
        .basic-info-guide .hoursArea table th {
            font-size: 16px;
        }
        .basic-info-guide .hoursArea table td {
            font-size: 13px;
        }
    }
    /* -------　当院について　------- */
    
    .about-guide .movieArea {
        max-width: 753px;
        margin: auto;
    }
    
    .about-guide .movieArea .movie {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    
    .about-guide .movieArea .movie iframe,
    .about-guide .movieArea .movie img {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    /* -------　代表挨拶　------- */
    
    .greeting-guide .greeting-grid {
        background: #fceef3;
        align-items: center;
        padding: 30px 20px;
    }
    
    .greeting-guide .greeting-grid .imgArea {
        width: 32%;
    }
    
    .greeting-guide .greeting-grid .contentArea {
        width: 68%;
        padding-left: 25px;
    }
    
    .greeting-guide .greeting-grid .contentArea h3 {
        color: #ff86b8;
        font-size: 25px;
        font-weight: 600;
        border-bottom: 1px solid #ff86b8;
        margin-bottom: 15px;
        padding-bottom: 5px;
    }
    
    .greeting-guide .greeting-grid .contentArea h3 span {
        display: inline-block;
        color: #3c3c3c;
        font-size: 20px;
        margin-left: 30px;
    }
    
    .greeting-guide .greeting-grid .contentArea p {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4;
    }
    
    @media only screen and (max-width: 737px) {
        .greeting-guide .greeting-grid {
            display: block;
            padding: 20px;
        }
        .greeting-guide .greeting-grid .imgArea {
            width: 100%;
            text-align: center;
            margin-bottom: 15px;
        }
        .greeting-guide .greeting-grid .imgArea img {
            width: 60%;
            max-width: 293px;
        }
        .greeting-guide .greeting-grid .contentArea {
            width: 100%;
            padding-left: 0;
        }
        .greeting-guide .greeting-grid .contentArea h3 {
            font-size: 18px;
            text-align: center;
            margin-bottom: 15px;
            padding-bottom: 5px;
        }
        .greeting-guide .greeting-grid .contentArea h3 span {
            font-size: 16px;
            margin-left: 25px;
        }
        .greeting-guide .greeting-grid .contentArea p {
            font-size: 15px;
        }
    }
    
    @media only screen and (min-width: 738px) and (max-width: 1024px) {
        .greeting-guide .greeting-grid {
            padding: 20px;
        }
        .greeting-guide .greeting-grid .imgArea {
            width: 35%;
        }
        .greeting-guide .greeting-grid .contentArea {
            width: 65%;
            padding-left: 20px;
        }
        .greeting-guide .greeting-grid .contentArea h3 {
            font-size: 20px;
            margin-bottom: 15px;
            padding-bottom: 5px;
        }
        .greeting-guide .greeting-grid .contentArea h3 span {
            font-size: 17px;
            margin-left: 30px;
        }
        .greeting-guide .greeting-grid .contentArea p {
            font-size: 15px;
        }
    }
    /* -------　このようなお悩みはありませんか？　------- */
    
    .check-guide .check-box {
        text-align: center;
    }
    
    .check-guide .check-box img {
        width: 100%;
        max-width: 756px;
    }
    
    @media only screen and (min-width: 738px) and (max-width: 1024px) {
        .check-guide .check-box img {
            width: 75%;
        }
    }
    /* -------　症状別に見る　------- */
    
    .symptom-guide .symptom-list .symptom-items {
        position: relative;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 90px;
        height: 203px
    }
    
    .symptom-guide .symptom-list .symptom-items:nth-child(3n) {
        margin-right: 0;
    }
    
    .symptom-guide .symptom-list .symptom-items .imgArea img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .symptom-guide .symptom-list .symptom-items h3 {
        background-color: rgba(246, 232, 236, 0.9);
        position: absolute;
        width: 85%;
        bottom: -30px;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        font-size: 25px;
        font-weight: 500;
        text-align: center;
        padding: 10px 5px;
    }
    
    @media only screen and (max-width: 737px) {
        .symptom-guide .symptom-list .symptom-items {
            width: 48%;
            height: 120px;
            margin-right: 2%;
            margin-bottom: 40px;
        }
        .symptom-guide .symptom-list .symptom-items:nth-child(3n) {
            margin-right: 2%;
        }
        .symptom-guide .symptom-list .symptom-items:nth-child(2n) {
            margin-right: 0;
        }
        .symptom-guide .symptom-list .symptom-items h3 {
            width: 90%;
            bottom: -20px;
            font-size: 16px;
            padding: 5px;
        }
    }
    
    @media only screen and (min-width: 738px) and (max-width: 1024px) {
        .symptom-guide .symptom-list .symptom-items {
            height: 180px;
            margin-bottom: 60px;
        }
        .symptom-guide .symptom-list .symptom-items h3 {
            width: 90%;
            bottom: -30px;
            font-size: 20px;
            padding: 10px 5px;
        }
    }
    /* -------　point　------- */
    
    .point-guide {
        padding-bottom: 130px;
    }
    
    .point-guide .imgArea {
        text-align: center;
    }
    
    @media only screen and (max-width: 737px) {
        .point-guide {
            padding-bottom: 50px;
        }
    }
    
    @media only screen and (min-width: 738px) and (max-width: 1024px) {
        .point-guide {
            padding-bottom: 80px;
        }
    }
    /* -------　メニュー・料金　------- */
    
    .menu-guide .menu-list li {
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 25px;
    }
    
    .menu-guide .menu-list li:nth-child(2n) {
        margin-right: 0;
    }
    
    .page-guide.greeting-guide .block_btn,
    .menu-guide .menu-grid .block_btn {
        margin-top: 40px;
    }

    .page-guide.greeting-guide .block_btn li{
        max-width: 400px;
    }
    
    @media only screen and (max-width: 737px) {
        .menu-guide .menu-list li {
            width: 100%;
            margin-right: 0;
            text-align: center;
            margin-bottom: 10px;
        }
        .page-guide.greeting-guide .block_btn,
        .menu-guide .menu-grid .block_btn {
            margin-top: 20px;
        }
    }
    
    @media only screen and (min-width: 738px) and (max-width: 1024px) {
        .menu-guide .menu-list li {
            margin-bottom: 15px;
        }
        .menu-guide .menu-grid .block_btn {
            margin-top: 20px;
        }
    }
    /* -------　最新情報　------- */
    
    .news-guide .news-grid .jstabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .news-guide .news-grid .js-tab-btn {
        width: 160px;
        color: #ffffff;
        font-size: 25px;
        font-weight: 500;
        padding: 5px;
        cursor: pointer;
        text-align: center;
    }
    
    .news-guide .news-grid .js-tab-btn.news {
        background: #998a8a;
    }
    
    .news-guide .news-grid .js-tab-btn.blog {
        background: #BFB4AB;
    }
    
    .news-guide .news-grid .js-tab-contents {
        display: none;
        background: #ffffff;
        border: 1px solid #424242;
        padding: 30px;
    }
    
    .news-guide .news-grid .js-tab-contents.current {
        display: block;
    }
    
    .news-guide .js-tab-contents .news-list .news-items {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 0;
    }
    
    .news-guide .js-tab-contents .news-list .news-items:last-child {
        margin-right: 0;
    }
    
    .news-guide .js-tab-contents .news-list .news-items .imgArea {
        height: 199px;
    }
    
    .news-guide .block_btn {
        margin-top: 50px;
    }
    
    @media only screen and (max-width: 737px) {
        .news-guide .news-grid .js-tab-btn {
            width: 120px;
            font-size: 16px;
            padding: 5px;
        }
        .news-guide .news-grid .js-tab-contents {
            padding: 10px;
        }
        .news-guide .js-tab-contents .news-list .news-items {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px;
        }
        .news-guide .js-tab-contents .news-list .news-items:last-child {
            border-bottom: none;
            padding: 0;
            margin-right: 0;
            margin-bottom: 0;
        }
        .news-guide .js-tab-contents .news-list .news-items .imgArea {
            height: auto;
        }
        .news-guide .block_btn {
            margin-top: 30px;
        }
    }
    
    @media only screen and (min-width: 738px) and (max-width: 1024px) {
        .news-guide .news-grid .js-tab-btn {
            width: 160px;
            color: #ffffff;
            font-size: 25px;
            font-weight: 500;
            padding: 5px;
            cursor: pointer;
            text-align: center;
        }
        .news-guide .news-grid .js-tab-btn.news {
            background: #44a8fd;
        }
        .news-guide .news-grid .js-tab-btn.blog {
            background: #a2d23f;
        }
        .news-guide .news-grid .js-tab-contents {
            display: none;
            background: #ffffff;
            border: 1px solid #424242;
            padding: 30px;
        }
        .news-guide .news-grid .js-tab-contents.current {
            display: block;
        }
        .news-guide .js-tab-contents .news-list .news-items {
            width: 30%;
            margin-right: 5%;
            margin-bottom: 0;
        }
        .news-guide .js-tab-contents .news-list .news-items:last-child {
            margin-right: 0;
        }
        .news-guide .js-tab-contents .news-list .news-items .imgArea {
            height: 199px;
        }
        .news-guide .block_btn {
            margin-top: 50px;
        }
    }
    /* -------　Instagram　------- */
    
    @media only screen and (max-width: 737px) {}
    
    @media only screen and (min-width: 738px) and (max-width: 1024px) {}
    /* -------　求人情報　------- */
    
    .job-guide .bnr-list li {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .job-guide .bnr-list li:last-child {
        margin-bottom: 0;
    }
    
    @media only screen and (max-width: 737px) {
        .job-guide .bnr-list li {
            margin-bottom: 10px;
        }
    }
    
    @media only screen and (min-width: 738px) and (max-width: 1024px) {
        .job-guide .bnr-list li {
            margin-bottom: 15px;
        }
    }
    /**
/* 最新情報 CSS
----------------------------------------------- */
    
    .pageWrap .news-guide .news-list .news-items {
        width: 24%;
        margin-right: 1.333333%;
        margin-bottom: 40px;
    }
    
    .pageWrap .news-guide .news-list .news-items:nth-child(4n) {
        margin-right: 0;
    }
    
    .news-guide .news-list .news-items .imgArea {
        position: relative;
        height: 169px;
        margin-bottom: 10px;
    }
    
    .news-guide .news-list .news-items .imgArea img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .news-guide .news-list .news-items .imgArea .the_terms {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .news-guide .news-list .news-items .the_terms li {
        display: inline-block;
    }
    
    .news-guide .news-list .news-items .the_terms li a {
        display: block;
        color: #ffffff;
        font-size: 16px;
        padding: 5px 20px;
    }
    
    .news-guide .news-list .news-items .contentArea .the_terms {
        display: none;
    }
    
    .news-guide .news-list .news-items .entry-date {
        display: block;
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .news-guide .news-list .news-items .ttl a {
        text-decoration: underline;
        font-size: 16px;
    }
    
    @media only screen and (max-width: 737px) {
        .pageWrap .news-guide .news-list .news-items,
        .news-guide .news-list .news-items {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            border: none;
            border-bottom: 1px solid #cccccc;
            padding-bottom: 15px;
            margin-bottom: 15px;
        }
        .news-guide .news-list .news-items .imgArea {
            width: 35%;
            height: auto;
            margin-bottom: 0;
        }
        .news-guide .news-list .news-items .imgArea .the_terms {
            display: none;
        }
        .news-guide .news-list .news-items .contentArea {
            width: 65%;
            padding-left: 10px;
        }
        .news-guide .news-list .news-items .contentArea .the_terms {
            display: block;
            margin-bottom: 5px;
        }
        .news-guide .news-list .news-items .the_terms li a {
            font-size: 12px;
            line-height: 1.2;
            padding: 3px 10px;
        }
        .news-guide .news-list .news-items .entry-date {
            font-size: 12px;
            margin-bottom: 2px;
        }
        .news-guide .news-list .news-items .ttl a {
            font-size: 14px;
        }
    }
    
    @media only screen and (min-width: 738px) and (max-width: 1024px) {
        .pageWrap .news-guide .news-list .news-items {
            width: 32%;
            margin-right: 2%;
            margin-bottom: 40px;
        }
        .pageWrap .news-guide .news-list .news-items:nth-child(4n) {
            margin-right: 2%;
        }
        .pageWrap .news-guide .news-list .news-items:nth-child(3n) {
            margin-right: 0;
        }
        .news-guide .news-list .news-items .imgArea {
            height: 160px;
            margin-bottom: 10px;
        }
        .news-guide .news-list .news-items .the_terms li a {
            font-size: 14px;
            padding: 5px 20px;
        }
        .news-guide .news-list .news-items .entry-date {
            font-size: 14px;
            margin-bottom: 5px;
        }
        .news-guide .news-list .news-items .ttl a {
            font-size: 15px;
        }
    }
    /**
/* 投稿詳細 CSS
----------------------------------------------- */
    
    .single-guide .entry-header {
        border-bottom: 2px dotted #cccccc;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }
    
    .single-guide .entry-header .entry-deta {
        font-size: 14px;
        color: #898989;
    }
    
    .single-guide .entry-header h2 {
        font-size: 28px;
    }
    
    .single-guide .entry-body {
        margin-bottom: 80px;
    }
    
    .page-guide .menu_single_content h2,
    .page-guide .entry h2,
    .single-guide .entry-body h2 {
        background: #ffdce6;
        padding: 5px 15px;
        border-radius: 0 10px 0 10px;
        margin-bottom: 10px;
    }
    
    .single-guide .entry-body h3 {
        position: relative;
        display: inline-block;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    .single-guide .entry-body h3:first-letter {
        color: #ff4994;
        font-size: 26px;
    }
    
    .single-guide .entry-body h4 {
        border-left: 5px solid #ff4994;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
        padding-left: 12px;
    }
    
    .single-guide .entry-body p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    
    .single-guide .entry-body ol {
        list-style: decimal;
        margin: 1em 0 1em 20px;
    }
    
    .single-guide .entry-body ul {
        list-style: disc;
        margin: 1em 0 1em 20px;
    }
    
    .single-guide .entry-body ol li,
    .single-guide .entry-body ul li {
        font-size: 16px;
        font-weight: 400;
        line-height: 2;
    }
    
    .single-guide .entry-body figcaption {
        font-size: 90%;
        color: #888888;
    }
    
    .alignleft {
        display: inline;
        float: left;
    }
    
    .alignright {
        display: inline;
        float: right;
    }
    
    .aligncenter {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    
    blockquote.alignleft,
    .wp-caption.alignleft,
    img.alignleft {
        margin: 0.4em 1.6em 1.6em 0;
    }
    
    blockquote.alignright,
    .wp-caption.alignright,
    img.alignright {
        margin: 0.4em 0 1.6em 1.6em;
    }
    
    blockquote.aligncenter,
    .wp-caption.aligncenter,
    img.aligncenter {
        clear: both;
    }
    
    .single-guide .page-nav ul {
        width: 100%;
        display: flex;
        border-collapse: collapse;
    }
    
    .single-guide .page-nav .nav__item {
        position: relative;
        flex: 1;
        flex-grow: 1;
        width: 50%;
        border: 1px solid #ddd;
        list-style: none;
        flex-grow: 0.5;
        line-height: 1.8;
    }
    
    .single-guide .page-nav .nav__item+.nav__item {
        border-left: 0;
    }
    
    .single-guide .page-nav .nav__item a {
        box-sizing: border-box;
        height: 90px;
        display: flex;
        align-items: center;
    }
    
    .single-guide .page-nav .nav__item-ttl {
        position: relative;
        width: 100%;
        flex: 1;
        padding: 0 10%;
        font-size: 16px;
        font-weight: 500;
    }
    
    .single-guide .nav__item--prev .nav__item-ttl:before {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 6.50602%;
        bottom: 0;
        width: 16px;
        height: 16px;
        margin: auto;
        line-height: 16px;
        content: "<";
    }
    
    .single-guide .nav__item--next .nav__item-ttl:after {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 6.50602%;
        bottom: 0;
        width: 16px;
        height: 16px;
        margin: auto;
        line-height: 16px;
        content: ">";
    }
    
    .single-guide .block_btn {
        margin-top: 60px;
    }
    
    @media only screen and (max-width: 737px) {
        .single-guide .entry-header {
            padding-bottom: 5px;
            margin-bottom: 15px;
        }
        .single-guide .entry-header .entry-deta {
            font-size: 12px;
        }
        .single-guide .entry-header h2 {
            font-size: 20px;
        }
        .single-guide .entry-body {
            margin-bottom: 30px;
        }
        .page-guide .menu_single_content h2,
        .single-guide .entry-body h2 {
            font-size: 18px;
            margin-bottom: 15px;
        }
        .single-guide .entry-body h2:first-letter {
            font-size: 20px;
        }
        .single-guide .entry-body h3 {
            font-size: 18px;
            margin-bottom: 15px;
        }
        .single-guide .entry-body h3:first-letter {
            font-size: 20px;
        }
        .single-guide .entry-body h4 {
            font-size: 16px;
            padding-left: 10px;
            margin-bottom: 15px;
        }
        .single-guide .entry-body p {
            font-size: 14px;
            margin-bottom: 15px;
        }
        .single-guide .entry-body ol li,
        .single-guide .entry-body ul li {
            font-size: 14px;
        }
        .single-guide .page-nav .nav__item:before {
            display: inline-block;
            position: absolute;
            top: 0;
            bottom: 0;
            width: 12px;
            height: 12px;
            margin: auto;
            line-height: 1;
        }
        .single-guide .page-nav .nav__item--prev:before {
            left: 12px;
            content: "<";
        }
        .single-guide .page-nav .nav__item--next:before {
            right: 12px;
            content: ">";
        }
        .single-guide .page-nav .nav__item a {
            display: block;
            height: 50px;
            padding: 0;
            line-height: 50px;
            text-align: center;
            font-size: 12px;
        }
        .single-guide .page-nav .prev-link:before {
            content: attr(data-prev);
            line-height: 50px;
            text-align: center;
        }
        .single-guide .page-nav .next-link:before {
            content: attr(data-next);
            line-height: 50px;
            text-align: center;
        }
        .single-guide .page-nav .nav__item-img,
        .single-guide .page-nav .nav__item-ttl {
            display: none;
        }
        .single-guide .block_btn {
            margin-top: 30px;
        }
    }
    
    @media only screen and (min-width: 738px) and (max-width: 1024px) {
        .single-guide .entry-header {
            padding-bottom: 10px;
            margin-bottom: 30px;
        }
        .single-guide .entry-header .entry-deta {
            font-size: 14px;
        }
        .single-guide .entry-header h2 {
            font-size: 24px;
            margin-top: 5px;
        }
        .single-guide .entry-body {
            margin-bottom: 40px;
        }
        .page-guide .menu_single_content h2,
        .single-guide .entry-body h2 {
            font-size: 22px;
            margin-bottom: 15px;
        }
        .single-guide .entry-body h2:first-letter {
            font-size: 24px;
        }
        .single-guide .entry-body h3 {
            font-size: 20px;
            margin-bottom: 15px;
        }
        .single-guide .entry-body h3:first-letter {
            font-size: 22px;
        }
        .single-guide .entry-body h4 {
            font-size: 18px;
            margin-bottom: 15px;
        }
        .single-guide .entry-body p {
            font-size: 15px;
            margin-bottom: 20px;
        }
        .single-guide .entry-body ol li,
        .single-guide .entry-body ul li {
            font-size: 15px;
        }
        .single-guide .page-nav .nav__item a {
            height: 80px;
        }
        .single-guide .page-nav .nav__item-ttl {
            padding: 0 8%;
            font-size: 14px;
        }
        .single-guide .nav__item--prev .nav__item-ttl:before {
            left: 3%;
            width: 14px;
            height: 14px;
            line-height: 14px;
        }
        .single-guide .nav__item--next .nav__item-ttl:after {
            right: 3%;
            width: 14px;
            height: 14px;
            line-height: 14px;
        }
        .single-guide .block_btn {
            margin-top: 40px;
        }
    }
    /**
/* エラーページ共通 CSS
----------------------------------------------- */
    
    .error-guide .entry p {
        font-size: 16px;
        text-align: center;
    }
    
    .error-guide .entry .error_url {
        padding: 30px 0;
    }
    
    .error-guide .entry .block_btn {
        margin-top: 60px;
    }
    
    @media only screen and (max-width: 737px) {
        .error-guide .entry p {
            font-size: 14px;
        }
        .error-guide .entry .error_url {
            padding: 20px 0;
        }
        .error-guide .entry .block_btn {
            margin-top: 30px;
        }
    }
    
    @media only screen and (min-width: 738px) and (max-width: 1024px) {
        .error-guide .entry p {
            font-size: 15px;
        }
        .error-guide .entry .error_url {
            padding: 25px 0;
        }
        .error-guide .entry .block_btn {
            margin-top: 40px;
        }
    }
    /* -------　アクセス　------- */
    
    .access-area {
        margin-bottom: -85px;
    }
    
    .access_btn {
        position: relative;
        display: block;
        background: #eb8b27;
        color: #ffffff;
        font-size: 25px;
        font-weight: 600;
        line-height: 2.4;
        text-align: center;
        border-bottom: 5px solid #d16d05;
        border-radius: 50px;
        align-content
    }
    
    @media screen and (max-width: 767px) {
        .access_btn {
            font-size: 20px;
        }
    }
    
    .access_address-tel {
        font-size: 1.3em;
        font-weight: 500;
        margin-bottom: 30px;
    }
    
    .access_address-tel a {
        color: #ff4994;
        text-decoration: underline;
    }
    /* Google Mapを囲う要素 */
    
    .g-map {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 40%;
        margin-bottom: 30px;
        text-align: center;
    }
    /* Google Mapのiframe */
    
    .g-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    @media screen and (max-width: 767px) {
        p.access_address-tel {
            font-size: 16px;
            font-weight: 500;
        }
        .g-map {
            padding-top: 100%;
            height: 400px;
        }
    }
    /* ------- お問い合わせ　------- */
    
    .tel_contact:before {
        content: "✆";
        font-size: 30px;
        padding-right: 5px;
    }
    /* ------- はじめての方へ　------- */
    
    ul.circle {
        counter-reset: number 0;
    }
    
    ul.circle h3 {
        color: #FF8601;
        font-size: 1.4rem;
        font-weight: 800;
        padding: 10px 0 5px 0;
        margin-bottom: 10px;
        border-bottom: 2px dotted #FF8601;
    }
    
    ul.circle li:before {
        counter-increment: number 1;
        content: counter(number);
        margin-top: 8px;
        background-color: #FF8601;
        color: #fff;
        display: block;
        float: left;
        line-height: 33px;
        text-align: center;
        height: 32px;
        width: 32px;
        border-radius: 50%;
        font-size: 1.3rem;
        font-weight: 500;
        margin-right: 10px;
    }
    
    ul.circle li {
        margin-bottom: 30px;
    }
    
    .reason_img {
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
    }
    
    @media only screen and (min-width: 737px) {
        .reason_img img {
            padding-left: 10px;
        }
    }
    
    @media only screen and (max-width: 737px) {
        .reason_img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }
    }
    
    @media only screen and (min-width: 738px) and (max-width: 1024px) {
        .reason_img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }
    }
    
    ol.first_list {
        counter-reset: list;
        list-style-type: none;
        padding: 1.5em;
    }
    
    ol.first_list li {
        position: relative;
        line-height: 40px;
        margin: 20px 60px 30px 80px;
        padding-left: 10px;
        font-weight: bold;
        background: #fff1f6;
        color: #FF4994;
        font-size: 1.2em;
    }
    
    ol.first_list li:before {
        counter-increment: list;
        content: counter(list);
        position: absolute;
        left: -50px;
        width: 40px;
        height: 40px;
        text-align: center;
        color: #fff;
        background: #FF4994;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    ol.first_list li:after {
        content: "";
        display: block;
        position: absolute;
        left: -10px;
        height: 0;
        width: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 7px solid #FF4994;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    @media only screen and (max-width: 737px) {
        ol.first_list li {
            margin: 0 20px 10px 60px;
        }
    }
    
    @media only screen and (min-width: 738px) and (max-width: 1024px) {
        ol.first_list li {
            margin: 0 20px 10px 60px;
        }
    }
    /**
/* メニューページ CSS
----------------------------------------------- */
    
    .term-list {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    
    .term-list li {
        width: 16%;
        min-width: 160px;
        margin-bottom: 15px;
    }
    
    .term-list li a {
        display: block;
        border: 2px solid #ff4994;
        color: #ff4994;
        padding: 5% 0;
        font-weight: 600;
        border-radius: 10px;
        text-align: center;
    }
    
    .term-list li.current-cat a,
    .term-list li a.acctive {
        color: #fff;
        background-color: #ff4994;
    }
    
    .symptom-items img {
        object-fit: cover;
        object-position: center;
        height: 100%;
        width: 100%;
        border: 2px solid #f3f3f3;
    }
    
    .menu-img-onayami_box {
        display: flex;
        justify-content: space-around;
        margin-bottom: 40px;
    }
    
    div.singlemenu-img,
    .menu-img-onayami_box ul {
        width: 50%;
    }
    
    .menu-img-onayami_box ul {
        height: 100%;
    }
    
    div.singlemenu-img {
        height: 300px;
        max-width: 450px;
        text-align: center;
    }
    
    div.singlemenu-img img {
        width: auto;
        height: 100%;
        object-fit: contain;
    }
    
    .menu-img-onayami_box ul {
        padding: 3% 5% 5%;
        border: solid 1px #ff4994;
    }
    
    .menu-img-onayami_box li {
        display: flex;
        align-items: center;
        padding-bottom: 3%;
        margin-bottom: 5%;
        border-bottom: dashed 1px #ff4994;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
    }
    
    .menu-img-onayami_box li:last-child {
        margin-bottom: 0;
    }
    
    .menu-img-onayami_box li p {
        width: 90%;
        line-height: 1.2;
    }
    
    .menu-img-onayami_box li::before {
        content: '\02714';
        color: #fff;
        background-color: #ff4994;
        border-radius: 50%;
        display: flex;
        margin-right: 3%;
        width: 23px;
        height: 23px;
        align-items: center;
        justify-content: center;
        font-size: 19px;
    }
    
    .menu_single_content {
        margin-bottom: 30px;
    }
    
    .movie-wrap {
        position: relative;
        padding-bottom: 56.25%;
        /*アスペクト比 16:9の場合の縦幅*/
        height: 0;
        overflow: hidden;
        background-color: #bcbcbc;
        margin-bottom: 40px;
    }
    
    .movie-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .menu_single_nav-list.flex_wrap {
        justify-content: space-between;
        margin-bottom: 40px;
    }
    
    .menu-img-onayami_box li.onayami_list_title {
        border: none;
        font-size: 21px;
        display: block;
        text-align: center;
        padding: 0;
    }
    
    .menu-img-onayami_box li.onayami_list_title span {
        color: #ff4994;
        ;
    }
    
    .menu-img-onayami_box li.onayami_list_title::before {
        content: none;
    }
    
    @media screen and (max-width: 767px) {
        .menu-img-onayami_box {
            flex-direction: column;
        }
        div.singlemenu-img,
        .menu-img-onayami_box ul {
            width: 100%;
        }
        .menu-img-onayami_box ul {
            max-width: 100%;
        }
        div.singlemenu-img {
            height: 100%;
            max-height: 300px;
            margin-bottom: 3%;
            overflow: hidden;
        }
        div.singlemenu-img img {
            width: 100%;
        }
        .menu-img-onayami_box ul {
            padding: 3%;
        }
        .menu-img-onayami_box li {
            font-size: 15px;
            padding-bottom: 1.5%;
            margin-bottom: 2.5%;
        }
        .menu_single_nav-list.flex_wrap {
            margin-bottom: 10px;
        }
        .menu-img-onayami_box li.onayami_list_title {
            font-size: 18px;
            padding: 10px 0;
        }
        .menu-img-onayami_box li p {
            line-height: 1.3;
        }
        .menu-img-onayami_box li::before {
            content: '\02713';
        }
    }
    /** 投稿記事：損保会社のご担当者様へ */
    
    .col_sonpo1 {
        background: #f5f7d1;
        padding: 20px;
    }
    
    .col_sonpo1_in {
        background: #fff none repeat scroll 0 0;
        padding: 15px 15px 1px;
    }
    
    .col_sonpo1 dl {
        position: relative;
    }
    
    .col_sonpo1 dt,
    .col_sonpo1 dd {
        padding: 0 0 0 70px;
    }
    
    .col_sonpo1 dt {
        color: #ff4994;
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
        margin-bottom: 5px;
    }
    
    .col_sonpo1 dd {
        margin-bottom: 20px;
    }
    
    .col_sonpo1 dl[class^="point"] dt:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 60px;
        height: 60px;
    }
    
    .col_sonpo1 .point1 dt:before {
        background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_03.png) no-repeat 0 0 / 60px auto;
    }
    
    .col_sonpo1 .point2 dt:before {
        background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_04.png) no-repeat 0 0 / 60px auto;
    }
    
    .col_sonpo1 .point3 dt:before {
        background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_05.png) no-repeat 0 0 / 60px auto;
    }
    
    .col_sonpo1 .point4 dt:before {
        background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_06.png) no-repeat 0 0 / 60px auto;
    }
    
    .col_sonpo1 .point5 dt:before {
        background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_07.png) no-repeat 0 0 / 60px auto;
    }
    
    .col_sonpo1 .point6 dt:before {
        background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_08.png) no-repeat 0 0 / 60px auto;
    }
    
    .col_sonpo1 .point7 dt:before {
        background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_09.png) no-repeat 0 0 / 60px auto;
    }
    
    .col_sonpo1 .point8 dt:before {
        background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_10.png) no-repeat 0 0 / 60px auto;
    }
    
    .col_sonpo1 .point9 dt:before {
        background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_11.png) no-repeat 0 0 / 60px auto;
    }
    
    .col_sonpo1 .point10 dt:before {
        background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_12.png) no-repeat 0 0 / 60px auto;
    }
    
    .menu_single_nav-list.flex_wrap li {
        width: 48%;
    }
    
    @media screen and (max-width: 767px) {
        .menu_single_nav-list.flex_wrap li {
            width: 100%;
            margin-bottom: 20px;
        }
        .wp-image-427.alignleft.sonpo {
            display: block;
            width: 100%;
        }
        .col_sonpo1 dt {
            min-height: 40px;
            padding: 0 0 0 50px;
            font-size: 1.3em;
            line-height: 1.3;
        }
        .col_sonpo1 dd {
            padding: 0;
        }
        .col_sonpo1 dl[class^="point"] dt:before {
            width: 40px;
            height: 40px;
        }
        .col_sonpo1 .point1 dt:before {
            background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_03.png) no-repeat 0 0 / 40px auto;
        }
        .col_sonpo1 .point2 dt:before {
            background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_04.png) no-repeat 0 0 / 40px auto;
        }
        .col_sonpo1 .point3 dt:before {
            background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_05.png) no-repeat 0 0 / 40px auto;
        }
        .col_sonpo1 .point4 dt:before {
            background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_06.png) no-repeat 0 0 / 40px auto;
        }
        .col_sonpo1 .point5 dt:before {
            background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_07.png) no-repeat 0 0 / 40px auto;
        }
        .col_sonpo1 .point6 dt:before {
            background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_08.png) no-repeat 0 0 / 40px auto;
        }
        .col_sonpo1 .point7 dt:before {
            background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_09.png) no-repeat 0 0 / 40px auto;
        }
        .col_sonpo1 .point8 dt:before {
            background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_10.png) no-repeat 0 0 / 40px auto;
        }
        .col_sonpo1 .point9 dt:before {
            background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_11.png) no-repeat 0 0 / 40px auto;
        }
        .col_sonpo1 .point10 dt:before {
            background: url(https://syoei.koyo-ad.com/wp-content/themes/shoei-seikotsu/image/image_sonpo_12.png) no-repeat 0 0 / 40px auto;
        }
    }

        /** 美容鍼 */
 @media screen and (min-width: 767px) {
    .biyou{
        margin: 0 auto;
        display:flex;
        justify-content: center;
        align-items: center;
    }

    .biyou img{
        margin-right: 20px;
    }

    .biyou_p{
        text-align: left;
        display: inline-block;
        background-color: #fdfae4;
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {

    .biyou{
        text-align: center;
   }

   .biyou_p{
    margin-top: 10px;
    text-align: left;
    display: inline-block;
    background-color: #fdfae4;
    padding: 10px;
}
}

.biyou_p2{
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 2;
    text-align: left;
    background-color: #f6ecef;
    padding: 10px;
    margin-top: 20px;
}

.point_7{
width: auto;
height: auto;
}


.checkmark{
	padding-left:24px;
	position:relative;
}
.checkmark:before,
.checkmark:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark:before{
	width:16px;
	height:16px;
	background:#ffffff;
    	border:1px solid #3c3c3c;
	left:0;top:2px;
}
.checkmark:after{
	border-left:2px solid #ff4994;
	border-bottom:2px solid #ff4994;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
}

/* スタッフ紹介ページ */
.staff-list{
    margin-bottom: 35px;
    background: #fef4f7;
    padding: 25px;
    box-sizing: border-box;
}
.staff-list .name.pc{
    display: block;
}
.staff-list .name.sp{
    display: none;
}
.staff-list .flex{
    justify-content: space-between;
    margin-bottom: 20px;
}
.staff-list .photo{
    width: 21%;
}
.staff-list .photo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.staff-list .text{
    width: 78%;
}
.staff-point{
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .staff-list .flex{
        flex-direction: column;
        align-items: center;
    }
    .staff-list .photo {
        width: 50%;
        margin-bottom: 20px;
    }
    .staff-list .text{
        width: 100%;
    }    
    .staff-list .name.pc{
        display: none;
    }
    .staff-list .name.sp{
        display: block;
        width: 100%;
    }
    .staff-list .name.sp span{
        display: inline-block;
        padding-left: 26px;
    }
}
@media screen and (max-width: 480px) {
    .staff-list .photo {
        width: 100%;
    }
}