@charset 'UTF-8';
/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
html,
body
{
    height: 100%;
}

*,
*:after,
*:before
{
    box-sizing: border-box;
}

*
{
    font-size: inherit;
    line-height: inherit; 

    margin: 0;
    padding: 0;
}

pre,
textarea
{
    overflow: auto;
}

[hidden],
audio:not([controls]),
template
{
    display: none;
}

details,
main,
summary
{
    display: block;
}

input[type=number]
{
    width: auto;
}

input[type=search]
{
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration
{
    -webkit-appearance: none;
}

progress
{
    display: inline-block;
}

small
{
    font-size: 75%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

textarea
{
    resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video
{
    vertical-align: middle;
}

img
{
    max-width: 100%;
    height: auto;

    border: 0;
}

button,
input,
select,
textarea
{
    font-family: inherit; 
    font-weight: inherit;
    font-style: inherit;

    min-height: 1.5em;

    color: inherit;
}

button
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer; 

    -webkit-appearance: button;
}

button[disabled],
html input[disabled]
{
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0; 

    border: 0;
}

input
{
    line-height: normal;
}

code,
kbd,
pre,
samp
{
    font-family: monospace,monospace;
}

ol,
ul
{
    list-style: none;
}

select
{
       -moz-appearance: none;
    -webkit-appearance: none;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

fieldset
{
    border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html
{
    font-size: 62.5%;
}

body
{
    font-family: 'Noto Sans JP', notosans, '游ゴシック体', YuGothic, '游ゴシック Medium', Yu Gothic Medium, 'メイリオ', Meiryo, sans-serif;
    line-height: 1.6875;

    word-wrap: break-word; 

    color: #505050;
    background-color: #fff;

    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

a
{
    text-decoration: underline; 

    color: #505050;
}
a:visited
{
    color: #505050;
}
a:hover
{
    text-decoration: none; 

    color: #505050;
}
a:active
{
    text-decoration: none; 

    color: #505050;
}
a[href^='tel:']:hover
{
    color: #505050;
}
@media (min-width: 768px)
{
    a[href^='tel:']
    {
        cursor: text; 
        text-decoration: none;
    }
}

::-moz-selection
{
    color: #fff;
    background-color: #036eb8;
    text-shadow: none;
}

::selection
{
    color: #fff;
    background-color: #036eb8;
    text-shadow: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden
{
    display: none !important;
    visibility: hidden;
}

@media (max-width: 767.98px)
{
    .u-hidden-sm
    {
        display: none !important;
        visibility: hidden;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px)
{
    .u-hidden-md
    {
        display: none !important;
        visibility: hidden;
    }
}

@media (min-width: 1024px)
{
    .u-hidden-lg
    {
        display: none !important;
        visibility: hidden;
    }
}

.u-visuallyhidden
{
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0); 

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus
{
    position: static;

    overflow: visible;
    clip: auto; 

    width: auto;
    height: auto;
    margin: 0;
}

.u-invisible
{
    visibility: hidden;
}

.-clearfix::after
{
    display: block;
    clear: both; 

    content: '';
}

/* --------------------------------
   レイアウト
-------------------------------- */
.l-boby
{
    background-color: #ebffeb;
}

.l-main
{
    overflow: hidden;

    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding-top: 44px;
    padding-bottom: 80px; 

    background-color: #fff;
}

/** 各sectionのwrapper **/
.p-section
{
    padding: 80px 10px 0;
}
@media (min-width: 1024px)
{
    .p-section
    {
        padding: 80px 30px 0;
    }
}

/* --------------------------------
   ハンバーガーメニュー
-------------------------------- */
.l-header
{
    position: fixed;
    z-index: 9999; 
    right: 50%;
    left: 50%;
    left: 50%;

    width: 100%;
    max-width: 640px;
    margin: 0 auto;

    -webkit-transform: translateX(-50%);

            transform: translateX(-50%);
}

.p-headerWrap
{
    position: relative;
    z-index: 9999; 

    display: flex;

    background-color: #f0ebff;

    justify-content: space-between;
    align-items: center;
}

.c-headerWrap
{
    display: flex;
}

.c-logo
{
    width: 88%;
    padding: 6px 10px;
}
@media (min-width: 768px)
{
    .c-logo
    {
        width: 74%;
        padding: 2px 10px;
    }
}
@media (min-width: 1024px)
{
    .c-logo
    {
        width: 260px;
        padding: 5px 10px;
    }
}

.c-menuLine a
{
    font-size: 1.4rem;
    font-weight: bold;

    display: block;

    padding: 10px 4px; 

    text-decoration: none;

    color: #fff;
    background-color: #07b53b;
}

.c-menuTel a
{
    display: block;

    width: 44px; 
    padding: 11px;

    background-color: #fff;
}

.c-headerToggleBtnWrap
{
    padding: 20px 11px;

    cursor: pointer;

    border: none; 
    background-color: #747474;
}
.c-headerToggleBtnWrap .c-headerToggleBtn
{
    position: relative;

    width: 28px;
}
.c-headerToggleBtnWrap .c-headerToggleIcon
{
    position: absolute;
    left: 0;

    display: block;

    width: 100%;
    height: 2px;

    transition: top .5s ease, -webkit-transform .6s ease-in-out;

    transition: transform .6s ease-in-out, top .5s ease;

    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out; 

    border-radius: 50px;
    background: #fff;
}
.c-headerToggleBtnWrap .c-headerToggleIcon:nth-child(1)
{
    top: -13px;
}
.c-headerToggleBtnWrap .c-headerToggleIcon:nth-child(2)
{
    top: -3px;
}
.c-headerToggleBtnWrap .c-headerToggleIcon:nth-child(3)
{
    top: 7px;
}

.js-open .c-headerToggleIcon
{
    background: #fff;
}
.js-open .c-headerToggleIcon:nth-child(1)
{
    top: 0;

    -webkit-transform: rotate(45deg);

            transform: rotate(45deg);
}
.js-open .c-headerToggleIcon:nth-child(2)
{
    top: 14px;
    left: 50%; 

    width: 0;
}
.js-open .c-headerToggleIcon:nth-child(3)
{
    top: 0;

    -webkit-transform: rotate(-45deg);

            transform: rotate(-45deg);
}

.p-glovalNav
{
    font-size: 2.0rem;

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;
    flex-direction: column;

    -webkit-transform: translateX(200%);

            transform: translateX(200%); 
    text-align: center;

    justify-content: center;
    align-items: center;
}

/** ハンバーガーメニュー_オープン時 **/
.js-open
{
    overflow: hidden;
}
.js-open .p-glovalNav
{
    visibility: visible;

    height: 100vh;

    transition: -webkit-transform 1s;

    transition: transform 1s;

    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(0);
            transform: translateX(0);

    background-color: #f0ebff;
}

.p-glovalNavList
{
    width: 100%;
}

.p-glovalNavListLink
{
    margin-right: 4px; 
    margin-left: 4px;

    text-align: left;

    border-radius: 50px;
    background-color: #fff;
}
.p-glovalNavListLink a
{
    font-size: 1.4rem;

    position: relative;

    display: block;

    width: 100%; 
    padding: 10px 10px 10px 50px;

    text-decoration: none;
}
@media (min-width: 1024px)
{
    .p-glovalNavListLink a
    {
        font-size: 1.4rem;
    }
}
.p-glovalNavListLink a::before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;

    display: block;

    width: 0;
    height: 0;
    margin: auto;

    content: '';

    border-width: 5px 0 5px 8.7px;
    border-style: solid;
    border-color: transparent transparent transparent #505050;
}
.p-glovalNavListLink + .p-glovalNavListLink
{
    margin-top: 10px;
}

/* --------------------------------
   PC時 表示メニュー
-------------------------------- */
/** left Menu **/
.c-headerLeft
{
    position: relative;
}
.c-headerLeft .c-pcHeaderLogo
{
    position: fixed;
    top: 50%;
    left: 30px; 

    width: 25%;
}

/** right Menu **/
.c-headerRight
{
    position: relative;
}
.c-headerRight .c-headerRightInner
{
    position: fixed;
    top: 40%;
    right: 30px;
}

.p-headerTelWrap
{
    margin-top: 50px;

    text-align: center;
}
.p-headerTelWrap .c-tel
{
    font-size: 4.0rem;
    font-weight: bold;

    padding-left: 58px; 

    color: #505050;
    background: url(/assets/img/icon_tel.svg) no-repeat;
    background-position: 9px center;
    background-size: 40px 50px;
}
.p-headerTelWrap .c-line
{
    margin-top: 20px;
}
.p-headerTelWrap .c-line .c-btn
{
    width: 100%;
}

@media (max-width: 1500px)
{
    .p-pcOnlyMenu
    {
        display: none;
    }
}

.l-footer
{
    overflow: hidden;

    width: 100%;
    max-width: 640px;
    margin: 0 auto; 

    background-color: #f0ebff;
}

.p-footer
{
    padding: 40px 10px;
}
@media (min-width: 1024px)
{
    .p-footer
    {
        padding: 40px 30px;
    }
}

.c-footerLogo
{
    width: 70%;
    margin: 0 auto;
}
@media (min-width: 768px)
{
    .c-footerLogo
    {
        width: 60%;
    }
}
@media (min-width: 1024px)
{
    .c-footerLogo
    {
        width: 260px;
    }
}

.c-footerText
{
    font-size: 1.4rem;

    margin-top: 20px;
    margin-bottom: 20px; 

    text-align: center;

    color: #505050;
}
@media (min-width: 1024px)
{
    .c-footerText
    {
        font-size: 2.0rem;
    }
}

.c-copyRight
{
    font-size: 1.6rem;

    padding: 10px 0; 

    text-align: center;

    color: #fff;
    background-color: #585eb8;
}
@media (min-width: 1024px)
{
    .c-copyRight
    {
        font-size: 2.0rem;
    }
}

/* --------------------------------
   コンポーネント
-------------------------------- */
/** h2タイトル **/
.c-sectionTitleWrap
{
    display: flex;

    align-items: center;
    justify-content: center;
}

.c-sectionTitle
{
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.3;

    position: relative;

    display: inline-block;

    margin: 0 15px 15px; 

    text-align: center;

    color: #585eb8;
}
@media (min-width: 1024px)
{
    .c-sectionTitle
    {
        font-size: 4.0rem;

        margin: 0 30px 30px;
    }
}
.c-sectionTitle::before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;

    display: block;
    display: inline-block;

    width: 30px;
    height: 16px;
    margin: auto;
    margin: auto auto auto 0; 

    content: '';

    background: url(/assets/img/icon_logo.png) no-repeat;
    background-size: 30px 16px;
}
@media (min-width: 1024px)
{
    .c-sectionTitle::before
    {
        left: -50px; 

        width: 34px;
        height: 20px;

        background-size: 34px 20px;
    }
}
.c-sectionTitle::after
{
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;

    display: block;
    display: inline-block;

    width: 30px;
    height: 16px;
    margin: auto;
    margin: auto 0 auto auto; 

    content: '';

    background: url(/assets/img/icon_logo.png) no-repeat;
    background-size: 30px 16px;
}
@media (min-width: 1024px)
{
    .c-sectionTitle::after
    {
        right: -50px; 

        width: 34px;
        height: 20px;

        background-size: 34px 20px;
    }
}
.c-sectionTitle .-sub
{
    font-size: 1.6rem;
    line-height: 1; 

    display: block;
}
@media (min-width: 1024px)
{
    .c-sectionTitle .-sub
    {
        font-size: 2.5rem;
    }
}

/** h3タイトル **/
.c-thirdTitle
{
    font-size: 2.2rem;
    font-weight: bold;

    margin-bottom: 15px; 

    text-align: center;

    color: #58b872;
}
@media (min-width: 1024px)
{
    .c-thirdTitle
    {
        font-size: 3.0rem;

        margin-bottom: 15px;
    }
}
.c-thirdTitle span
{
    font-size: 1.8rem;

    display: inline-block;

    margin-left: 10px;
}
@media (min-width: 1024px)
{
    .c-thirdTitle span
    {
        font-size: 2.0rem;

        margin-left: 10px;
    }
}

/** 共通テキスト **/
.c-text,
.c-besideBoxInner .c-text,
.c-floatWrap .c-text
{
    font-size: 1.6rem;
    line-height: 2; 

    color: #505050;
}
@media (min-width: 1024px)
{
    .c-text,
    .c-besideBoxInner .c-text,
    .c-floatWrap .c-text
    {
        font-size: 2.0rem;
    }
}

.-center
{
    text-align: center;
}

.-right
{
    text-align: right;
}

.-bold
{
    font-weight: bold;
}

.-red
{
    color: #f25555;
}

/** 共通テキスト **/
.c-lead
{
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.3; 

    color: #f25555;
}
@media (min-width: 1024px)
{
    .c-lead
    {
        font-size: 2.7rem;
    }
}
.c-lead + .c-text,
.c-besideBoxInner .c-lead + .c-text,
.c-floatWrap .c-lead + .c-text
{
    margin-top: 10px;
}

/** 注釈テキスト **/
.c-note
{
    font-size: 1.2rem;

    color: #505050;
}
@media (min-width: 1024px)
{
    .c-note
    {
        font-size: 1.4rem;
    }
}

/** ボタン **/
.c-btn
{
    font-size: 1.6rem;

    display: inline-block;

    width: 100%; 
    padding: 10px 0;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    color: #505050;
    border-radius: 50px;
    background-color: #fff;
}
@media (min-width: 1024px)
{
    .c-btn
    {
        font-size: 2.0rem;

        width: 290px; 
        padding: 16px 0;
    }
}
.c-btn.-line
{
    color: #fff;
    background-color: #07b53b;
}
.c-btn.-tel
{
    position: relative;

    padding-left: 30px;

    border: 1px solid #505050;
}
@media (min-width: 1024px)
{
    .c-btn.-tel
    {
        padding-left: 30px;
    }
}
.c-btn.-tel::before
{
    position: absolute;
    top: 0;
    right: 132px;
    bottom: 0;
    left: 0;

    display: block;
    display: inline-block;

    width: 22px;
    height: 22px;
    margin: auto;

    content: '';

    background: url(/assets/img/icon_tel.svg) no-repeat;
}
@media (min-width: 1024px)
{
    .c-btn.-tel::before
    {
        right: 170px; 

        width: 27px;
        height: 27px;
    }
}

/** ボタン（横並び） **/
.c-contactList
{
    display: flex;

    justify-content: center;
    align-items: center;
}

.c-contactListLink
{
    width: 50%;
}
.c-contactListLink + .c-contactListLink
{
    margin-left: 10px;
}
@media (min-width: 1024px)
{
    .c-contactListLink + .c-contactListLink
    {
        margin-left: 30px;
    }
}

/** 画像とテキストの横並び **/
.c-besideBox
{
    display: flex;

    justify-content: space-between;
    align-items: center;
}
.c-besideBox + .c-besideBox
{
    margin-top: 30px;
}

.c-besideBoxInner
{
    width: calc(100% - 30% - 20px);
}
@media (min-width: 768px)
{
    .c-besideBoxInner
    {
        width: calc(100% - 20% - 30px);
    }
}
@media (min-width: 1024px)
{
    .c-besideBoxInner
    {
        width: calc(100% - 160px - 30px);
    }
}
.c-besideBoxInner.-img
{
    width: 30%; 

    flex-shrink: 0;
}
@media (min-width: 768px)
{
    .c-besideBoxInner.-img
    {
        width: 20%;
    }
}
@media (min-width: 1024px)
{
    .c-besideBoxInner.-img
    {
        width: 160px;
    }
}
.c-besideBoxInner.-img span
{
    font-size: 1.0rem;

    display: block; 

    text-align: center;
}
@media (min-width: 1024px)
{
    .c-besideBoxInner.-img span
    {
        font-size: 1.4rem;
    }
}
.c-besideBoxInner .c-text
{
    font-size: 1.5rem;
    line-height: 1.5;
}
@media (min-width: 1024px)
{
    .c-besideBoxInner .c-text
    {
        font-size: 1.8rem;
        line-height: 2;
    }
}

/** 営業時間 **/
.p-businessHoursWrap
{
    overflow-x: scroll;
}
.p-businessHoursWrap > .p-businessHours
{
    width: 100%;

    border-collapse: collapse;

    white-space: nowrap;
}
.p-businessHoursWrap + .c-text,
.c-besideBoxInner .p-businessHoursWrap + .c-text,
.c-floatWrap .p-businessHoursWrap + .c-text
{
    margin-top: 30px;
    margin-bottom: 10px;
}

.p-businessHours
{
    background-color: #fff;
}
.p-businessHours td
{
    font-size: 1.2rem;

    padding: 5px 2px;

    text-align: center; 

    border-top: 1px solid #5cb46d;
    border-right: 1px solid #5cb46d;
}
@media (min-width: 1024px)
{
    .p-businessHours td
    {
        font-size: 1.4rem;

        padding: 5px 10px;
    }
}
.p-businessHours td.-none
{
    border-top: none;
}
.p-businessHours td:last-of-type
{
    border-right: none;
}

/** 回り込み **/
.c-floatWrap .c-text
{
    font-size: 1.6rem;
    line-height: 1.5;
}
@media (min-width: 1024px)
{
    .c-floatWrap .c-text
    {
        font-size: 1.6rem;
        line-height: 2;
    }
}

.c-floatBox
{
    width: 30%; 
    padding: 0 0;
}
@media (min-width: 768px)
{
    .c-floatBox
    {
        width: 20%;
    }
}
@media (min-width: 1024px)
{
    .c-floatBox
    {
        width: 160px;
    }
}
.c-floatBox.-left
{
    float: left; 

    margin: 0 20px 20px 0;
}
@media (min-width: 1024px)
{
    .c-floatBox.-left
    {
        margin-right: 20px;
        margin-bottom: 20px;
    }
}
.c-floatBox.-right
{
    float: right; 

    margin: 0 0 20px 20px;
}
@media (min-width: 1024px)
{
    .c-floatBox.-right
    {
        margin-bottom: 20px; 
        margin-left: 20px;
    }
}
.c-floatBox span
{
    font-size: 1.2rem;

    display: block;

    text-align: center;
}
@media (min-width: 1024px)
{
    .c-floatBox span
    {
        font-size: 1.3rem;
    }
}

/* ------------------------
  Print Styles
------------------------ */
@media print
{
    *,
    *:before,
    *:after
    {
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited
    {
        text-decoration: underline;
    }
    tr,
    img
    {
        page-break-inside: avoid;
    }
    img
    {
        max-width: 100% !important;
    }
    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3
    {
        page-break-after: avoid;
    }
}
