@charset "UTF-8";
@import "../font/font.css";

/* 全ページ共通 */
#page-header {
    height: 250px;
}
.page-title {
    text-align: center;
}
.page-title h2 {
    margin-top: 0.7em;
    margin-bottom: 0.5em;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 2.6rem;
    font-family: "Brygada 1918", serif;
    line-height: 1;
}
.page-title h2 strong {
    display: block;
    margin-top: 0.5em;
    color: #595757;
    font-size: 1.5rem;
}
.pan {
    display: none;
}
.page-img {
    overflow: hidden;
}
.page-img img {
    width: auto;
    height: 230px;
    opacity: 0;
    transform: scale(1.2);
    animation: title 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.3s both;
    object-fit: cover;
}
@keyframes title {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.page-contents {
    padding-bottom: 3em;
    background-color: #eeeeee;
}
.page-contents h3 {
    position: relative;
    margin: 2em 0.5em 0 0.5em;
    padding: 5em 0 3em 0;
    text-align: center;
    font-size: 1.8rem;
}
.page-contents h3::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 60px;
    background-color: #000000;
    content: "";
    transform: translateX(-50%);
}

/* CONCEPT */
.concept-contents {
    text-align: center;
}
.concept-contents p {
    margin: 0 1em 3em 1em;
    line-height: 3;
}

/* CROISSANT */
.croissant-contents,
.shop-contents,
.contact-contents {
    margin: 0 1em;
}
.croissant-contents h4,
.shop-contents h4,
.contact-contents h4 {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #000000;
    font-size: 1.6rem;
}
.croissant-contents section,
.shop-contents section,
.contact-contents section {
    margin-bottom: 3em;
}
.croissant-tag {
    display: inline-block;
    padding: 0.3em 2em;
    background-color: #595757;
    color: #ffffff;
    text-align: center;
}
.croissant-price dl {
    margin-bottom: 1em;
}
.croissant-price dt {
    padding-top: 1em;
}
.croissant-price dd {
    padding-bottom: 1em;
    border-bottom: 1px solid #dbdcdc;
    text-align: right;
}
.croissant-spec {
    margin-bottom: 1em;
}
.croissant-notice {
    margin-bottom: 1em;
    list-style: none;
    font-size: 1.4rem;
}
.croissant-notice li {
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
}
.croissant-notice li::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
}
.croissant-link {
    margin: 2em 0;
    text-align: center;
}
.croissant-flow {
    margin: 0 0 1em 1.5em;
}
.croissant-flow li {
    margin-bottom: 0.5em;
}
.croissant-photo {
    margin-top: 2em;
    text-align: center;
}

/* SHOP */
.shop-outline dt {
    padding: 1em 0;
}
.shop-outline dd {
    padding-bottom: 1em;
    border-bottom: 1px solid #dbdcdc;
}
.shop-map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 80%;
}
.shop-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.shop-photo {
    margin-top: 2em;
}

/* CONTACT */
.contact_come p {
    margin-bottom: 2em;
}
.contact_item {
    margin-bottom: 5em;
}
.contact_item dt {
    margin-bottom: 0.5em;
    padding: 0.5em;
    background-color: #e1e1e1;
}
.contact_item dd {
    margin-bottom: 1em;
    padding: 0.5em;
}
.contact_item dd p {
    margin-bottom: 0.5em;
}
.contact_font_red {
    color: #ff0000;
    font-weight: bold;
}
.contact_item input {
    width: 100%;
    box-sizing: border-box;
    font-size: 120%;
}
.contact_item textarea {
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    font-size: 120%;
}
.contact_form {
    margin-top: 3em;
    text-align: center;
}
.contact_button1,
.contact_button2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 260px;
    margin: 0.5em;
    border: none;
    background: #4a4a4a;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 15px;
    font-family: "Noto Serif JP", serif;
    line-height: 50px;
    cursor: pointer;
    transition: background 1s;
}
.contact_button1:hover,
.contact_button2:hover {
    background: #7d7d7d;
}
@media all and (-ms-high-contrast: none) {
    .contact_button1,
    .contact_button2 {
        padding: 0.8em 5em 0.4em 5em;
    }
}
.contact-tel p {
    margin-bottom: 2em;
}
.contact-notice {
    margin-top: 2em;
    font-size: 13px;
}


@media screen and (min-width: 559px) and (max-width: 1099px) {
    .page-img img {
        width: 100%;
        height: auto;
    }
    .concept-contents,
    .croissant-contents,
    .shop-contents,
    .contact-contents {
        max-width: 640px;
        margin: 0 auto;
    }
    .croissant-price dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 0 1em 2em 1em;
    }
    .croissant-price dt {
        width: 70%;
        padding: 1em;
        border-bottom: 1px solid #dbdcdc;
    }
    .croissant-price dd {
        width: 30%;
        padding: 1em;
        border-bottom: 1px solid #dbdcdc;
        text-align: right;
    }
    .shop-map {
        padding-bottom: 56.25%;
    }
    .contact_come {
        text-align: center;
    }
    .contact_item dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        text-align: left;
    }
    .contact_item dt {
        width: 40%;
        margin-right: 2px;
        margin-bottom: 2px;
        padding: 0.5em;
        background-color: #e1e1e1;
    }
    .contact_item dd {
        -webkit-box-flex: 1 0 400px;
        -webkit-flex: 1 0 400px;
           -moz-flex: 1 0 400px;
                flex: 1 0 400px;
        margin-bottom: 2px;
        padding: 0.5em;
        border: 1px solid #cccccc;
    }
}

.contact_button3 {
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    padding: 0.8em 3.5em;
    border: 2px solid #000000;
    color: #000000 !important;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 1.5rem;
    transition: 0.3s;
}
