@charset "UTF-8";
@import "../font/font.css";

/* 全ページ共通 */
#page-header {
    position: -webkit-sticky;
    position:         sticky;
    top: 0;
    z-index: 2;
    height: 240px;
}
.page-title {
    padding-right: 1em;
    text-align: right;
}
.page-title h2 {
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: right;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 32px;
    font-family: "Brygada 1918", serif;
    line-height: 1;
}
.page-title h2 strong {
    display: block;
    margin-top: 1em;
    color: #595757;
    font-size: 15px;
}
.pan {
    font-size: 12px;
}
.pan a {
    color: #000000;
    text-decoration: none;
    transition: color 0.5s;
}
.pan a:hover {
    color: #b3b3b3;
}
.page-img {
    overflow: hidden;
}
.page-img img {
    width: 100%;
    height: auto;
    animation: title 2.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.3s both;
}
@keyframes title {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.page-contents {
    padding-bottom: 3em;
    background-color: #eeeeee;
    font-size: 15px;
}
.page-contents h3 {
    position: relative;
    margin-top: 2em;
    padding: 5em 0 4em 0;
    text-align: center;
    font-size: 19px;
}
.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-bottom: 5em;
    line-height: 3;
}

/* CROISSANT */
.croissant-contents,
.shop-contents,
.contact-contents {
    width: 640px;
    margin: 0 auto;
}
.croissant-contents h4,
.shop-contents h4,
.contact-contents h4 {
    margin-bottom: 2em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #000000;
    font-size: 18px;
}
.croissant-contents section,
.shop-contents section,
.contact-contents section {
    margin-bottom: 5em;
}
.croissant-tag {
    display: inline-block;
    padding: 0.3em 2em;
    background-color: #595757;
    color: #ffffff;
    text-align: center;
}
.croissant-price dl,
.shop-outline 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 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 400px;
       -moz-flex: 1 0 400px;
            flex: 1 0 400px;
    padding: 1em;
    border-bottom: 1px solid #dbdcdc;
}
.croissant-price dt a.link-more3 {
    margin-left: 1em;
}
.croissant-price dd {
    width: 150px;
    padding: 1em;
    border-bottom: 1px solid #dbdcdc;
    text-align: right;
}
.croissant-spec {
    margin-bottom: 1em;
}
.croissant-notice {
    margin-bottom: 1em;
    list-style: none;
    font-size: 14px;
}
.croissant-notice li {
    position: relative;
    padding-left: 1.5em;
}
.croissant-notice li::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "※";
    transform: translateY(-50%);
}
.croissant-link {
    margin: 3em 0;
    text-align: center;
}
.croissant-flow {
    margin: 0 0 1em 1.5em;
}
.croissant-photo {
    margin-top: 4em;
}

/* SHOP */
.shop-outline dt {
    width: 20%;
    padding: 1em;
    border-bottom: 1px solid #dbdcdc;
}
.shop-outline dd {
    width: 80%;
    padding: 1em;
    border-bottom: 1px solid #dbdcdc;
}
.shop-map {
    text-align: center;
}
.shop-map iframe {
    border: none;
}

/* CONTACT */
.contact_come {
    text-align: center;
}
.contact_come p {
    margin-bottom: 3em;
}
.contact_item {
    margin-bottom: 5em;
}
.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_item dd p {
    margin-bottom: 0.5em;
}
.contact_font_red {
    color: #ff0000;
    font-weight: bold;
}
.contact_item input {
    width: 98%;
    font-size: 120%;
}
.contact_item textarea {
    width: 98%;
    height: 300px;
    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-right: 5px;
    margin-left: 5px;
    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;
}

.contact_button3 {
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    padding: 0.8em 3em;
    border: 2px solid #000000;
    color: #000000 !important;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s;
}
.contact_button3::before,
.contact_button3::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    transition: transform 0.3s;
    transform: scale(0, 1.2);
    transform-origin: right top;
}
.contact_button3::before {
    background-color: rgba(159,163,163,0.3);
}
.contact_button3::after {
    background-color: rgba(159,163,163,0.5);
}
.contact_button3:hover::before,
.contact_button3:hover::after {
    transform: scale(1, 1.2);
    transform-origin: left top;
}
.contact_button3:hover::after {
    transition-delay: 0.4s;
}
