@charset "utf-8";

/*
Theme Name: shoei-seikotsu
Theme URI:
Description:
Author: s.t
Author URI:
License:
License URI:
Version: 10000.0
*/


/**
/* CSS RESET START
----------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    overflow-y: scroll;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

input,
textarea {
    margin: 0;
    padding: 0;
    outline: none;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption,
th {
    text-align: left;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.clearfix {
    min-height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.both {
    clear: both;
}


/**
/* CSS START
----------------------------------------------- */

html,
body {
    width: 100%;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3c3c3c;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

#Wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

* {
    outline: none !important;
    word-break: break-all;
}

a {
    text-decoration: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    color: #3c3c3c;
}

.Com {
    zoom: 1;
}

.Com:before,
.Com:after {
    content: "";
    display: table;
}

.Com:after {
    clear: both;
}

br.pc_br,
.pc_img,
.pc {
    display: none;
}

@media only screen and (min-width: 738px) {

    br.sp_br,
    .sp_img,
    .sp {
        display: none;
    }

    .pc_img,
    br.pc_br,
    .pc {
        display: inline-block;
    }
}


/**
/* flex CSS
----------------------------------------------- */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex_between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
}


/**
/* ヘッダー CSS
----------------------------------------------- */

.global-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 2px 2px 4px #d7d7d7;
}

.global-header .header-top {
    background: #fef4f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.global-header .header-top .header_left {
    align-items: center;
}

.global-header .header-top .header_logo {
    width: 230px;
}

.global-header .header-top .header-hours {
    margin-left: 20px;
}

.global-header .header-top .header-hours p {
    font-size: 15px;
    font-weight: 400;
}

.global-header .header-top .header-contact {
    display: flex;
}

.global-header .header-top .header-contact li {
    margin-left: 10px;
}

@media only screen and (max-width: 1300px) {
    .global-header .header-top .header-hours {
        display: none;
    }
}

@media only screen and (max-width: 737px) {
    .global-header {
        height: 60px;
        box-shadow: initial;
    }

    .global-header .header-top {
        padding: 6px 10px;
    }

    .global-header .header-top .header_logo {
        width: 180px;
    }

    .global-header .header-top .header-contact {
        display: none;
    }
}

@media only screen and (min-width: 738px) and (max-width: 1024px) {
    .global-header .header-top {
        padding: 10px;
    }

    .global-header .header-top .header_logo {
        width: 200px;
    }

    .global-header .header-top .header-hours {
        margin-left: 0;
    }

    .global-header .header-top .header-contact li {
        margin-left: 10px;
    }
}


/**
/* ヘッダーナビ CSS
----------------------------------------------- */

.global-header .drawer-hamburger,
.global-header .drawer-nav {
    display: none;
}

.global-header .header-nav {
    background: #ffffff;
}

.global-header .header-nav ul {
    display: flex;
    padding: 10px 0;
}

.global-header .header-nav ul li {
    width: 14.285%;
    text-align: center;
}

.global-header .header-nav ul li a {
    position: relative;
    font-size: 15px;
    color: #ff4994;
    font-weight: 600;
    display: block;
}

.global-header .header-nav ul li a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 2px;
    height: 100%;
    background: url(image/icon/border.png);
    background-size: cover;
}

.global-header .header-nav ul li:last-child a::before {
    content: none;
}

.global-header .header-nav ul li a span {
    display: block;
}

@media only screen and (max-width: 737px) {
    .global-header .header-nav {
        display: none;
    }

    .global-header .drawer-hamburger {
        display: block;
    }

    .global-header .nav-toggle .drawer-hamburger-icon,
    .global-header .nav-toggle .drawer-hamburger-icon:after,
    .global-header .nav-toggle .drawer-hamburger-icon:before {
        background-color: #ff4994;
        border-radius: 10px;
    }

    .drawer--right.drawer-open .global-header .drawer-hamburger {
        right: 0;
    }

    .drawer-open .nav-toggle .drawer-hamburger-icon {
        background: transparent;
    }

    .drawer--right .global-header .drawer-nav {
        right: -80%;
        left: auto;
        padding: 60px 0 0 0;
    }

    .drawer--right .global-header .drawer-nav {
        display: block;
        position: fixed;
        width: 80%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .global-header .drawer-nav .drawer-menu {
        display: block;
    }

    .global-header .drawer-nav .drawer-menu li {
        width: 100%;
        border-bottom: 1px solid #ff4994;
        line-height: 1.2;
    }

    .global-header .drawer-nav .drawer-menu li a {
        position: relative;
        font-size: 18px;
        font-weight: 600;
        display: block;
        padding: 15px 30px 10px 10px;
        color: #ff4994;
        text-align: left;
    }

    .global-header .drawer-nav .drawer-menu li a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 8px;
        height: 8px;
        margin: -4px 0 0 0;
        border-top: solid 2px #ff4994;
        border-right: solid 2px #ff4994;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .global-header .drawer-nav .drawer-menu-item:hover {
        text-decoration: none;
    }

    .global-header .drawer-nav .drawer-menu li.open a:after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .global-header .drawer-nav .drawer-menu li a span {
        display: inline-block;
        margin-right: 5px;
    }

    .global-header .drawer-nav .drawer-menu li a span img {
        width: 40px;
        margin-top: -3px;
    }

    .global-nav .drawer-nav .drawer-dropdown-menu li {
        background-color: #fef4f7;
        border-bottom: none;
        padding: 0;
    }

    .global-nav .drawer-nav .drawer-dropdown-menu li:nth-child(even) {
        background-color: #fddbe5;
    }

    .global-nav .drawer-nav .drawer-dropdown-menu li a {
        font-size: 18px;
        line-height: 2;
        padding: 6px 15px;
    }

    .global-nav .drawer-nav .header-contact {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
        padding: 20px 15px;
    }

    .global-nav .drawer-nav .header-contact li.tel_btn {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .global-nav .drawer-nav .header-contact li.reserv_btn {
        width: 52%;
        text-align: right;
        margin-right: 1%;
    }

    .global-nav .drawer-nav .header-contact li.line_btn {
        width: 47%;
        text-align: left;
    }
}

@media only screen and (min-width: 738px) and (max-width: 1024px) {
    .global-header .header-nav ul li a {
        font-size: 12px;
    }

    .global-header .header-nav ul li a span img {
        width: 40px;
    }
}


/**
/* メインコンテンツ CSS
----------------------------------------------- */

#Content {
    margin-top: 170px;
}

.inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

.page-guide {
    position: relative;
    padding-bottom: 85px;
}

@media only screen and (max-width: 737px) {
    #Content {
        margin-top: 60px;
    }

    .inner {
        width: 92%;
    }

    .page-guide {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 738px) and (max-width: 1024px) {
    #Content {
        margin-top: 170px;
    }

    .inner {
        width: 94%;
    }

    .page-guide {
        padding-bottom: 60px;
    }
}


/**
/* 見出し　CSS
----------------------------------------------- */

.page-guide .ttlArea {
    text-align: center;
    padding: 40px 0 60px 0;
}

.page-guide .ttlArea .h1_ttl {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.page-guide .ttlArea .h1_ttl:before {
    content: "";
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 90px;
    height: 3px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background: #ff4994;
}

.page-guide .guide-ttl {
    text-align: center;
    margin-bottom: 60px;
}

.page-guide .guide-ttl .h2_ttl {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.page-guide .guide-ttl .h2_ttl:before {
    content: "";
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 90px;
    height: 3px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background: #ff4994;
}

@media only screen and (max-width: 737px) {
    .page-guide .ttlArea {
        padding: 20px 0 40px 0;
    }

    .page-guide .ttlArea .h1_ttl {
        font-size: 25px;
    }

    .page-guide .ttlArea .h1_ttl:before {
        width: 60px;
    }

    .page-guide .guide-ttl {
        margin-bottom: 30px;
    }

    .page-guide .guide-ttl .h2_ttl {
        font-size: 20px;
    }

    .page-guide .guide-ttl .h2_ttl:before {
        width: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-guide .ttlArea {
        padding: 30px 0 50px 0;
    }

    .page-guide .ttlArea .h1_ttl {
        font-size: 28px;
    }

    .page-guide .ttlArea .h1_ttl:before {
        width: 80px;
    }

    .page-guide .guide-ttl {
        margin-bottom: 40px;
    }

    .page-guide .guide-ttl .h2_ttl {
        font-size: 26px;
    }

    .page-guide .guide-ttl .h2_ttl:before {
        width: 80px;
    }
}


/**
/* Btn CSS
----------------------------------------------- */

.block_btn {
    text-align: center;
}

.block_btn li {
    width: 100%;
    max-width: 340px;
    display: inline-block;
}

.block_btn .btn {
    position: relative;
    display: block;
    background: #ffa1c3;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    line-height: 2.4;
    text-align: center;
    border-bottom: 5px solid #fb86b0;
    border-radius: 50px;
}

.block_btn .btn::before,
.block_btn .btn::after {
    content: "";
    display: block;
    position: absolute;
}

.block_btn .btn::before {
    background-color: #ffffff;
    top: 50%;
    right: 20px;
    width: 25px;
    height: 2px;
}

.block_btn .btn::after {
    border-right: 2px solid #ffffff;
    width: 8px;
    height: 14px;
    transform: rotate(-55deg);
    transform-origin: right bottom;
    bottom: 50%;
    right: 20px;
}

@media only screen and (max-width: 737px) {
    .block_btn .btn {
        font-size: 18px;
        line-height: 2.8;
        border-bottom: 3px solid #fb86b0;
    }

    .block_btn .btn::before {
        right: 15px;
        width: 20px;
        height: 2px;
    }

    .block_btn .btn::after {
        width: 6px;
        height: 12px;
        right: 15px;
    }
}

@media only screen and (min-width: 738px) and (max-width: 1024px) {
    .block_btn .btn {
        font-size: 20px;
        border-bottom: 4px solid #fb86b0;
    }
}


/**
/* ページネーション CSS
----------------------------------------------- */

.pagination {
    padding: 60px 0 0 0;
    line-height: 1.8;
    text-align: center;
}

.pagination-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.pagination span,
.pagination a {
    display: block;
    width: 46px;
    height: 46px;
    font-weight: 500;
    text-align: center;
    padding: 5px 0;
    margin: 0 5px;
    color: #ff4994;
    border: 1px solid #ff4994;
}

.pagination span,
.pagination a.pager,
.pagination .current {
    font-size: 22px;
}

.pagination a.prev,
.pagination a.next {
    border: none;
    font-size: 44px;
    padding: 0;
    line-height: 1;
}

.pagination a.pager:hover {
    color: #ffffff;
    background: #ff4994;
}

.pagination .current {
    color: #ffffff;
    background: #ff4994;
}

@media only screen and (max-width: 735px) {
    .pagination {
        padding: 40px 0 0 0;
    }

    .pagination span,
    .pagination a {
        width: 40px;
        height: 40px;
    }

    .pagination span,
    .pagination a.pager,
    .pagination .current {
        font-size: 18px;
    }

    .pagination a.prev,
    .pagination a.next {
        font-size: 34px;
    }
}

@media only screen and (min-width: 736px) and (max-width: 1024px) {
    .pagination {
        padding: 40px 0 0 0;
    }

    .pagination span,
    .pagination a {
        width: 40px;
        height: 40px;
    }

    .pagination span,
    .pagination a.pager,
    .pagination .current {
        font-size: 18px;
    }

    .pagination a.prev,
    .pagination a.next {
        font-size: 34px;
    }
}


/**
/* パンくず CSS
----------------------------------------------- */

.breadcrumb {
    padding: 15px 0;
}

.breadcrumb .breadcrumb-list li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb .breadcrumb-list li span {
    padding: 0 5px;
}

@media only screen and (max-width: 737px) {
    .breadcrumb {
        padding: 10px 0;
    }

    .breadcrumb .breadcrumb-list li {
        font-size: 12px;
    }
}

@media only screen and (min-width: 738px) and (max-width: 1024px) {
    .breadcrumb {
        padding: 10px 0;
    }

    .breadcrumb .breadcrumb-list li {
        font-size: 13px;
    }
}


/**
/* トップへ戻る CSS
----------------------------------------------- */

.btn_page_top {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 20;
    width: 50px;
}

@media only screen and (max-width: 735px) {
    .btn_page_top {
        width: 36px;
        bottom: 10px;
        right: 10px;
    }
}

@media only screen and (min-width: 736px) and (max-width: 1024px) {
    .btn_page_top {
        width: 40px;
        bottom: 20px;
    }
}


/**
/* フッター CSS
----------------------------------------------- */

.footer {
    margin-top: auto;
    background: #fef4f7;
}

.footer .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0 30px 0;
}

.footer .footer_logo {
    width: 273px;
    margin-bottom: 10px;
}

.footer .address li {
    font-size: 16px;
    font-weight: 400;
}

.footer .footer-hours p {
    font-size: 15px;
    font-weight: 400;
}

.footer .copy {
    text-align: center;
    padding: 10px 0;
}

.footer .copy,
.footer .copy a {
    font-size: 15px;
    font-weight: 400;
}

@media only screen and (max-width: 737px) {
    .footer .footer-wrap {
        display: block;
        padding: 40px 0 20px 0;
    }

    .footer .footer_logo {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer .footer_logo img {
        width: 200px;
    }

    .footer .address {
        margin-bottom: 20px;
    }

    .footer .address li {
        font-size: 14px;
        text-align: center;
    }

    .footer .footer-hours p {
        font-size: 12px;
        text-align: center;
    }

    .footer .copy {
        padding: 10px 0;
    }

    .footer .copy,
    .footer .copy a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 738px) and (max-width: 1024px) {
    .footer .footer-wrap {
        padding: 40px 0 20px 0;
    }

    .footer .footer_logo {
        width: 273px;
        margin-bottom: 10px;
    }

    .footer .address li {
        font-size: 15px;
    }

    .footer .footer-hours p {
        font-size: 14px;
    }

    .footer .copy {
        padding: 10px 0;
    }

    .footer .copy,
    .footer .copy a {
        font-size: 13px;
    }
}

.entry .basic-info-guide .sinsatuArea {
    margin-bottom: 20px;
}

.midasi-style2 {
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 0px;
    border-radius: 7px;
    color: #ff4994;
    font-size: 18px;
}

.osusume-midasi {
    margin-top: 32px;
}

.osususme {
    font-weight: 500;
    color: #ff4994;
    background-color: #ffdce6;
    padding: 15px 15px 15px 15px;
    z-index: -1;
    position: relative;
    border-radius: 12px;
    top: 46px;
    /* margin-top: 16px; */
    /* width: 23%; */
    text-align: center;
    margin-right: -20px;
    margin-top: 0px;
    display: inline-block;
}

.osususme span {
    padding-bottom: 4px;
    position: relative;
    font-weight: 600;
}


/*.osususme span::before {
	content: "";
	display: block;
	position: absolute;
	top: 24px;
	left: 50%;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	border: 12px solid transparent;
	border-top: 12px solid #3c3c3c;
	border-bottom-width: 0;
  }*/

.entry .price-table-wrap .basic-info-guide .basicArea table tr th {
    background: #f5f5f5;
    border: solid 1px #cccccc;
}

.entry .price-table-wrap .basic-info-guide .basicArea table tr td {
    background: #ffffff;
    border: solid 1px #cccccc;
}

.red-bold {
    color: red;
    font-weight: bold;
}

.text-style1 {
    background: #eeeeee;
    padding: 21px;
    font-size: 21px;
    border-radius: 5px;
}

.epark-bannerwrap {
    margin-top: 40px;
}

.price-table-wrap @media only screen and (max-width: 737px) {
    .price-table-wrap .basic-info-guide {
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 738px) and (max-width: 1024px) {
    .price-table-wrap .basic-info-guide {
        padding-bottom: 10px;
    }
}

.koutuziko-midasi {
    margin-top: 54px;
}

@media only screen and (max-width: 737px) {
    .price-table-wrap .basic-info-guide {
        padding-bottom: 0px;
    }
}

/** 料金表 */
.text-img_box {
    display: flex;
    justify-content: space-between;
}

.text-img_box .img {
    width: 32%;
}

.text-img_box .text {
    width: 66%;
}
@media only screen and (max-width: 737px) {
    .text-img_box {
        flex-direction: column;
    }
    
    .text-img_box .img,
    .text-img_box .text {
        width: 100%;
    }
}
/** メニュー投稿 */
h3.pink-midashi,
strong.juyo{
    color: #ff4994;
}