@charset 'UTF-8';
/*
* top.css
*
*/
/* --------------------------------
   MV
-------------------------------- */
@media (min-width: 1024px)
{
    .c-mv
    {
        max-width: 1920px;
        margin: 0 auto;
    }
}

.c-mvWrap
{
    position: relative;

    width: 100%;
}
.c-mvWrap img
{
    width: 100%;
}

.c-mvText
{
    font-size: 4.0rem;
    font-weight: bold;

    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    padding: 0 15px;

    -webkit-transform: translate(0%, -50%);

            transform: translate(0%, -50%);

    color: #fff;
    text-shadow: 5px 5px 3px rgba(0, 0, 0, .3);
}
@media (min-width: 768px)
{
    .c-mvText
    {
        left: 50%;

        -webkit-transform: translate(-50%, -50%);

                transform: translate(-50%, -50%);
        text-align: center;
    }
}
@media (min-width: 1024px)
{
    .c-mvText
    {
        font-size: 7.6rem;

        max-width: 1200px;
        margin: 0 auto; 

        text-align: center;
    }
}
.c-mvText span
{
    font-size: 1.3rem;

    display: block;

    text-align: right;
}
@media (min-width: 1024px)
{
    .c-mvText span
    {
        font-size: 2.6rem;
    }
}

/* --------------------------------
   お知らせ
-------------------------------- */
@media (min-width: 1024px)
{
    .c-newsList
    {
        width: 700px;
        margin: 0 auto;
    }
}

.c-news
{
    font-size: 1.4rem;
    line-height: 1.81; 

    padding: 0 15px 10px;

    color: #333;
    border-bottom: 1px solid #2b357d;
}
@media (min-width: 1024px)
{
    .c-news
    {
        font-size: 1.8rem;

        display: flex;

        padding: 0; 

        border-bottom: none;

        align-items: baseline;
    }
}
.c-news time
{
    font-size: 1.85rem; 

    display: block;
}
@media (min-width: 1024px)
{
    .c-news time
    {
        width: 25%; 
        margin-right: 10px;
    }
}
.c-news a
{
    display: block; 

    color: #333;
}
@media (min-width: 1024px)
{
    .c-news a
    {
        flex: 1;
    }
}
.c-news a:hover
{
    text-decoration: none;
}
.c-news + .c-news
{
    margin-top: 10px;
}
@media (min-width: 1024px)
{
    .c-news + .c-news
    {
        margin-top: 3px;
    }
}

/* --------------------------------
   取り組み
-------------------------------- */
.c-img
{
    margin-top: 17px;

    text-align: center;
}
@media (min-width: 1024px)
{
    .c-img
    {
        width: 470px; 
        margin: 35px auto 0;
    }
}

/* --------------------------------
   代表者あいさつ
-------------------------------- */
@media (min-width: 1024px)
{
    .c-separateWrap
    {
        display: flex;
    }
    .c-separateWrap.u_flexnone
    {
        display: block;
    }
}

.c-separateBox
{
    margin-top: 14px;
}
@media (min-width: 1024px)
{
    .c-separateBox
    {
        margin-top: 0;
        padding-left: 50px;
    }
}

.c-nameWrap
{
    display: flex;

    align-items: flex-end;
    justify-content: space-between;
}
@media (min-width: 1024px)
{
    .c-nameWrap
    {
        display: block;

        width: 220px;
    }
}

.c-nameImg
{
    width: 38%;
}
@media (min-width: 1024px)
{
    .c-nameImg
    {
        width: 100%;
    }
}

.c-name
{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5; 

    text-align: right;
}
@media (min-width: 1024px)
{
    .c-name
    {
        font-size: 1.8rem;

        margin-top: 31px;
    }
}
.c-name img
{
    display: block;

    width: 50%; 
    margin-left: auto;
}
@media (min-width: 1024px)
{
    .c-name img
    {
        width: 77%;
        padding-top: 7px;
    }
}

/* --------------------------------
   会社概要、お問い合わせ
-------------------------------- */
.c-detail
{
    line-height: 1.81; 

    padding: 0 15px 15px;

    color: #333;
    border-bottom: 1px solid #2b357d;
}
@media (min-width: 1024px)
{
    .c-detail
    {
        display: flex;

        padding: 0 30px 24px;

        align-items: flex-start;
        justify-content: flex-start;
    }
}
.c-detail + .c-detail
{
    margin-top: 15px;
}
@media (min-width: 1024px)
{
    .c-detail + .c-detail
    {
        margin-top: 24px;
    }
}

.c-detailTitle
{
    font-size: 1.5rem;
    font-weight: bold;
}
@media (min-width: 1024px)
{
    .c-detailTitle
    {
        font-size: 1.8rem;

        width: 410px;
    }
}
.c-detailTitle .-req
{
    font-size: 1.2rem;
    font-weight: normal;

    margin-left: 10px; 
    padding: 3px 8px;

    text-align: center;

    color: #fff;
    border-radius: 5px;
    background-color: #2b357d;
}
@media (min-width: 1024px)
{
    .c-detailTitle .-req
    {
        font-size: 1.4rem;
    }
}

.c-detailText
{
    font-size: 1.4rem;
    line-height: 1.85; 

    margin-top: 5px;
}
@media (min-width: 1024px)
{
    .c-detailText
    {
        font-size: 1.8rem;

        width: 100%; 
        margin-top: 0;
    }
}
.c-detailText input,
.c-detailText textarea
{
    width: 100%;
    padding: 5px; 

    border: 1px solid #a7a7a7;
    border-radius: 3px;
}
.c-detailText input:focus,
.c-detailText textarea:focus
{
    border: none; 
    outline: 2px solid #2b357d;
}
.c-detailText input.-error,
.c-detailText textarea.-error
{
    border: 2px solid #f00;
}
.c-detailText input
{
    height: 30px;
}
@media (min-width: 1024px)
{
    .c-detailText input
    {
        height: 40px;
    }
}
.c-detailText textarea
{
    height: 60px;
}
@media (min-width: 1024px)
{
    .c-detailText textarea
    {
        height: 120px;
    }
}

/** お問い合わせ **/
.c-confirmWrap
{
    margin: 25px auto 10px;
}
@media (min-width: 1024px)
{
    .c-confirmWrap
    {
        margin-top: 30px; 
        margin-bottom: 4px;
    }
}

.g-recaptcha
{
    width: 300px;
    margin-top: 20px; 
    margin-right: auto;
    margin-left: auto;

    text-align: center;
}

.contact_error_inner
{
    margin-bottom: 30px;
}

/* --------------------------------
   店舗一覧
-------------------------------- */
@media (min-width: 1024px)
{
    .c-shopList
    {
        display: flex;

        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }
}

@media (min-width: 1024px)
{
    .c-shop
    {
        display: flex;

        width: 47%;

        align-items: normal;
    }
}

.c-shop + .c-shop
{
    margin-top: 15px;
}
@media (min-width: 1024px)
{
    .c-shop + .c-shop
    {
        margin-top: 0;
    }
}

@media (min-width: 1024px)
{
    .c-shop:nth-child(even)
    {
        margin-left: 40px;
    }
}

@media (min-width: 1024px)
{
    .c-shop:nth-child(n + 3)
    {
        margin-top: 40px;
    }
}

.c-shopWrap
{
    padding: 10px; 

    border: 1px solid #2b357d;
    border-radius: 5px;
    background-color: #fff;
}
@media (min-width: 1024px)
{
    .c-shopWrap
    {
        display: flex;

        padding: 10px 14px; 

        border-radius: 10px;

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

.c-shopImg
{
    margin-bottom: 10px;

    text-align: center;
}
@media (min-width: 1024px)
{
    .c-shopImg
    {
        width: 28%; 
        margin-right: 15px;
    }
}

.c-shopTextWrap .c-shopName
{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
}
@media (min-width: 1024px)
{
    .c-shopTextWrap .c-shopName
    {
        font-size: 1.6rem;
    }
}

.c-shopTextWrap .c-shopAdd
{
    font-size: 1.4rem;
    line-height: 1.5;
}
@media (min-width: 1024px)
{
    .c-shopTextWrap .c-shopAdd
    {
        font-size: 1.6rem;
    }
}

.c-shopTextWrap .c-shopTel
{
    font-size: 1.4rem;
    line-height: 1.5;
}
@media (min-width: 1024px)
{
    .c-shopTextWrap .c-shopTel
    {
        font-size: 1.6rem;
    }
}

.c-shopTextWrap .c-shopUrl
{
    font-size: 1.4rem;
}
@media (min-width: 1024px)
{
    .c-shopTextWrap .c-shopUrl
    {
        font-size: 1.6rem;
    }
}
.c-shopTextWrap .c-shopUrl a
{
    font-size: 1.4rem;
    line-height: 1.5; 

    color: #2b357d;
}
.c-shopTextWrap .c-shopUrl a:hover
{
    text-decoration: none;
}
