@charset 'UTF-8';
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline;
            text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

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

body {
    color: #000000;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .05em;
    line-height: 1.6;
    margin: 0;
}

body.win-font {
    font-weight: 500;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body.win-font {
        font-family: Meiryo, sans-serif;
        font-weight: 400;
    }
}

body::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 1px;
}

body::-webkit-scrollbar {
    background-color: #f1f1f1;
    height: 12px;
    width: 12px;
}

body::-webkit-scrollbar-thumb {
    background-color: #E60012;
}

::-moz-selection {
    background-color: #000000;
    color: #ffffff;
}

::selection {
    background-color: #000000;
    color: #ffffff;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

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

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
    -webkit-user-drag: none;
            user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}

header, footer, main, nav, section {
    display: block;
}

button {
    cursor: pointer;
}

picture, figure, figcaption {
    margin: 0;
}

/* --------------------
 Utils
-------------------- */
@media (max-width: 479px) {
    .hidden-xxs {
        display: none !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

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

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.thin {
    font-weight: 100;
}

.light {
    font-weight: 200;
}

.demilight {
    font-weight: 300;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

.xbold {
    font-weight: 900;
}

.underline {
    text-decoration: underline;
}

/* --------------------
 Layout
-------------------- */
.layout {
    -webkit-animation: fadeIn .3s linear .1s;
            animation: fadeIn .3s linear .1s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    opacity: 1;
    position: relative;
}

.main {
    margin: 0 0 50px;
}

.main__head {
    align-items: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: end;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    -ms-flex-pack: center;
    height: 180px;
    justify-content: center;
}

@media (min-width: 768px) {
    .main__head {
        height: 300px;
    }
}

.main__head__title {
    align-items: center;
    background-color: rgba(35, 24, 21, .8);
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    font-size: 2.2rem;
    height: 140px;
    justify-content: center;
    line-height: 1.4;
    margin: 0 0 -30px;
    min-width: 140px;
    padding: 15px;
    text-align: center;
    white-space: nowrap;
    width: auto;
}

.main__head__title img {
    width: 100px;
}

@media (min-width: 768px) {
    .main__head__title img {
        width: auto;
    }
}

@media (min-width: 768px) {
    .main__head__title {
        height: 190px;
        padding: 0;
        width: 190px;
    }
}

@media (min-width: 768px) {
    .main__head__title {
        font-size: 2.6rem;
        margin-bottom: -50px;
    }
}

/*.main__content {
    background-image: url(../images/commons/com-flower-bg.png);
    background-position: center 15px;
    background-repeat: no-repeat;
    background-size: auto;
}*/

.main__content--no-bg {
    background: none;
}

.main__tail__menu {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .main__tail__menu {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
            flex-direction: row;
    }
}

.main__tail__menu__item {
    margin: 0 0 15px;
    padding: 0;
}

.main__tail__menu__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .main__tail__menu__item {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.main__tail__menu__item__link {
    position: relative;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.main__tail__menu__item__link__text {
    align-items: center;
    bottom: 0;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 1.6rem;
    font-weight: 700;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 0;
}

.main__tail__menu__item__link__text:after {
    background-image: url(../images/icons/icon-arrow-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 11px;
    content: '';
    display: inline-block;
    height: 11px;
    left: 3px;
    position: relative;
    -webkit-transition: left .2s cubic-bezier(.645, .045, .355, 1);
            transition: left .2s cubic-bezier(.645, .045, .355, 1);
    width: 16px;
}

.main__tail__menu__item__link:hover, .main__tail__menu__item__link:focus {
    opacity: .85;
}

.main__tail__menu__item__link:hover .main__tail__menu__item__link__text:after, .main__tail__menu__item__link:focus .main__tail__menu__item__link__text:after {
    left: 8px;
}

/* --------------------
 Animation
-------------------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* --------------------
 Header
-------------------- */
.header {
    background-color: rgba(255,255,255,.6);
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

@media (min-width: 768px) {
    .header {
        height: auto;
        top: 15px;
    }
}

.header-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .header-container {
        max-width: 1080px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.header__logo {
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    margin: 0;
    width: 200px;
}

@media (min-width: 768px) {
    .header__logo {
        width: 250px;
    }
}

@media (min-width: 992px) {
    .header__logo {
        width: auto;
    }
}

.header__logo__link {
    font-size: 2.0rem;
}

.header__nav {
    background-color: rgba(255, 255, 255, .85);
    -webkit-box-flex: 1;
    display: none;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 60px;
}

@media (min-width: 992px) {
    .header__nav {
        background-color: transparent;
        display: block;
        position: static;
    }
}

@media (min-width: 992px) {
    .header__nav__menu {
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.header__nav__menu__item {
    border-top: 1px solid rgba(35, 24, 21, .8);
    line-height: 1.2;
    padding: 0;
}

.header__nav__menu__item:last-child {
    border-bottom: 1px solid rgba(35, 24, 21, .85);
}

@media (min-width: 992px) {
    .header__nav__menu__item {
        border-right: 1px solid #231815;
        border-top: none;
        padding-left: 20px;
        padding-right: 20px;
    }
    .header__nav__menu__item:last-child {
        border-bottom: none;
        border-right: none;
    }
}

.header__nav__menu__item__link {
    background: transparent;
    background: linear-gradient(to top, #231815 1px, rgba(35, 24, 21, 0) 1px, transparent 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 0 100%;
    color: #231815;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 15px 15px;
    -webkit-transition: background-size .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-size .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .header__nav__menu__item__link {
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) {
    .header__nav__menu__item__link {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .header__nav__menu__item__link:hover, .header__nav__menu__item__link:focus {
        background-size: 100% 100%;
    }
}

.header__nav__sub {
    padding: 15px 0;
}

@media (min-width: 992px) {
    .header__nav__sub {
        display: none;
    }
}

.header__nav__sub__phone {
    margin: 0 0 5px;
    text-align: center;
}

.header__nav__sub__phone__link {
    color: #231815;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.2;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    vertical-align: middle;
    white-space: nowrap;
}

.header__nav__sub__phone__link img {
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 14px;
}

.header__nav__sub__phone__link span {
    vertical-align: middle;
}

.header__nav__sub__phone__link:hover, .header__nav__sub__phone__link:focus {
    color: #231815;
}

.header__nav__sub__contact {
    text-align: center;
}

.header__nav__sub__contact__link {
    color: #231815;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
}

.header__nav__sub__contact__link span {
    text-decoration: underline;
    vertical-align: middle;
}

.header__nav__sub__contact__link img {
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 15px;
}

.header__nav__sub__contact__link:hover, .header__nav__sub__contact__link:focus {
    color: #231815;
}

/* --------------------
 Burger menu
-------------------- */
.burger {
    cursor: pointer;
    display: block;
    height: 40px;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    z-index: 100;
}

@media (min-width: 768px) {
    .burger {
        right: 30px;
        top: 20px;
    }
}

@media (min-width: 992px) {
    .burger {
        display: none;
    }
}

.burger__box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    height: 18px;
    margin: 0 auto 8px;
    position: relative;
    width: 22px;
}

.burger__box__line, .burger__box__line:before, .burger__box__line:after {
    background-color: #000000;
    height: 2px;
    position: absolute;
    -webkit-transition: background-color .15s linear, -webkit-transform .15s ease;
            transition: background-color .15s linear, -webkit-transform .15s ease;
            transition: transform .15s ease, background-color .15s linear;
            transition: transform .15s ease, background-color .15s linear, -webkit-transform .15s ease;
    width: 100%;
}

.burger__box__line {
    display: block;
    top: 50%;
}

.burger__box__line:before, .burger__box__line:after {
    content: '';
    display: block;
}

.burger__box__line:before {
    top: -7px;
}

.burger__box__line:after {
    bottom: -7px;
}

.burger.active .burger__box__line {
    background-color: rgba(0, 0, 0, 0);
}

.burger.active .burger__box__line:before {
    -webkit-transform: translateY(7px) rotate(-45deg);
        -ms-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
}

.burger.active .burger__box__line:after {
    -webkit-transform: translateY(-7px) rotate(45deg);
        -ms-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
}

.burger__label {
    color: #000000;
    display: block;
    font-size: .8rem;
    line-height: 1;
    text-align: center;
}

/* --------------------
 Navigation
-------------------- */
.g-nav {
    bottom: 0;
    left: 0;
    position: -webkit-sticky;
    position:         sticky;
    right: 0;
    z-index: 98;
}

.g-nav__open {
    margin: 0 auto;
    max-width: 1080px;
    text-align: right;
    width: 100%;
}

.g-nav__open__text {
    background-color: rgba(89, 87, 87, .5);
    color: #ffffff;
    display: inline-block;
    font-size: 1.2rem;
    height: 24px;
    padding: 3px 10px 3px 0;
    position: relative;
    right: 0;
    top: 0;
}

.g-nav__open__text:before {
    border-bottom: 12px solid rgba(89, 87, 87, .5);
    border-left: 10px solid transparent;
    border-right: 10px solid rgba(89, 87, 87, .5);
    border-top: 12px solid transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 22px;
    left: -20px;
    position: absolute;
    top: 0;
    -webkit-transition: border-right-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-right-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 20px;
}

.g-nav__main {
    /*background-image: url(../images/commons/com-nav-menu-bg.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    background-color: rgba(195,13,35,0.90);
    padding: 10px 0;
}

@media (min-width: 768px) {
    .g-nav__main {
        padding-bottom: 0;
        padding-top: 0;
    }
}

.g-nav__main-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1080px;
    padding: 5px 15px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .g-nav__main-container {
        height: 70px;
        padding: 0 10px 0 15px;
    }
}

@media (min-width: 992px) {
    .g-nav__main-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.g-nav__main__title {
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0 15px 0 0;
}

@media (min-width: 768px) {
    .g-nav__main__title {
        margin: 0 25px 0 0;
        padding-right: 0;
        width: auto;
    }
}

.g-nav__main__title__text {
    background-color: #E60012;
    color: #ffffff;
    display: inline-block;
    font-size: 1.0rem;
    font-weight: 700;
    height: 25px;
    letter-spacing: 0;
    padding: 3px 5px;
    position: relative;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
	left: -20px;
    white-space: nowrap;
}

@media (min-width: 480px) {
    .g-nav__main__title__text {
        font-size: 1.2rem;
    }
}

@media (min-width: 768px) {
    .g-nav__main__title__text {
        font-size: 1.4rem;
        height: 50px;
    }
}

@media (min-width: 992px) {
    .g-nav__main__title__text {
        font-size: 1.6rem;
        height: 30px;
        padding: 3px 0 0 5px;
    }
}

.g-nav__main__title__text:before {
    border-bottom: 10px solid transparent;
    border-left: 8px solid #E60012;
    border-right: none;
    border-top: 10px solid transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 25px;
    position: absolute;
    right: -8px;
    top: 0;
    -webkit-transition: border-right-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-right-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 8px;
}



@media (min-width: 768px) {
    .g-nav__main__title__text:before {
        border-bottom-width: 25px;
        border-left-width: 15px;
        border-top-width: 25px;
        height: 50px;
        right: -15px;
        width: 15px;
    }
}

@media (min-width: 992px) {
    .g-nav__main__title__text:before {
        border-width: 15px;
        height: 30px;
        right: -15px;
        width: 15px;
    }
}



.g-nav__main__title__text:after {
    background-image: url(../images/icons/icon-arrow-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 11px;
    content: '';
    display: none;
    height: 11px;
    left: 0;
    position: relative;
    -webkit-transition: left .2s cubic-bezier(.645, .045, .355, 1);
            transition: left .2s cubic-bezier(.645, .045, .355, 1);
    width: 16px;
}

@media (min-width: 992px) {
    .g-nav__main__title__text:after {
        display: inline-block;
    }
}

.g-nav__main__phone {
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    -ms-flex-positive: 0;
    flex-shrink: 1;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .g-nav__main__phone {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 15px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .g-nav__main__phone {
        margin-right: 0;
    }
}

.g-nav__main__phone__link {
    color: #fff;
    display: inline-block;
    font-size: 2.4rem;
    letter-spacing: .05em;
    line-height: 1.2;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    vertical-align: middle;
    white-space: nowrap;
}

@media (min-width: 480px) {
    .g-nav__main__phone__link {
        letter-spacing: .14em;
    }
}

@media (min-width: 768px) {
    .g-nav__main__phone__link {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px) {
    .g-nav__main__phone__link {
        font-size: 3.6rem;
    }
}

.g-nav__main__phone__link:hover, .g-nav__main__phone__link:focus {
    opacity: .85;
}

@media (min-width: 768px) {
    .g-nav__main__phone__link:hover, .g-nav__main__phone__link:focus {
        pointer-events: none;
    }
}

.g-nav__main__phone__link span {
    vertical-align: middle;
}

.g-nav__main__phone__link img {
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 16px;
}

@media (min-width: 768px) {
    .g-nav__main__phone__link img {
        width: 18px;
    }
}

@media (min-width: 992px) {
    .g-nav__main__phone__link img {
        margin-right: 10px;
        width: auto;
    }
}

.g-nav__main__menu {
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    -ms-flex-positive: 0;
    flex-shrink: 1;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .g-nav__main__menu {
        text-align: right;
        width: auto;
    }
}

.g-nav__main__menu__item {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 3px 0;
}

.g-nav__main__menu__item:last-child {
    margin-right: 0;
}

.g-nav__main__menu__item__link {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 480px) {
    .g-nav__main__menu__item__link {
        font-size: 1.4rem;
    }
}

.g-nav__main__menu__item__link span {
    background: transparent;
    background: #E60012;
    padding: 5px 10px;
    border-radius: 20px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: background-size .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-size .2s cubic-bezier(.645, .045, .355, 1);
    vertical-align: middle;
}

.g-nav__main__menu__item__link img {
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 15px;
}

@media (min-width: 768px) {
    .g-nav__main__menu__item__link img {
        margin-right: 10px;
        width: auto;
    }
}

.g-nav__main__menu__item__link:hover span, .g-nav__main__menu__item__link:focus span {
    background-size: 0 100%;
}

/* --------------------
 Fotter
-------------------- */
.footer {
    background-color: #000;
    position: relative;
    z-index: 99;
}

.footer-container {
    margin: auto;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .footer-container {
        max-width: 1080px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.footer__page-top {
    cursor: pointer;
    display: block;
    height: 44px;
    position: absolute;
    right: 22px;
    top: -11px;
    -webkit-transform: translateY(16px);
        -ms-transform: translateY(16px);
            transform: translateY(16px);
    -webkit-transition: top .2s cubic-bezier(.645, .045, .355, 1);
            transition: top .2s cubic-bezier(.645, .045, .355, 1);
    width: 44px;
}

@media (min-width: 480px) {
    .footer__page-top {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}

.footer__page-top:hover, .footer__page-top:focus {
    top: -16px;
}

.footer__sns {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 15px;
}

.footer__sns__item {
    padding: 0 5px;
}

.footer__sns__item__link {
    display: inline-block;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.footer__sns__item__link:hover, .footer__sns__item__link:focus {
    opacity: .85;
}

.footer__copyright {
    color: #ffffff;
    font-size: 1.0rem;
    text-align: center;
}

/* --------------------
 Front
-------------------- */
.front {
    overflow: hidden;
}

.front-youtube {
    position: relative;
    height: 100vh;
    width: 100%;
}

.front-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.front-hero__slider__item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

@media (min-width: 768px) {
    .front-hero__slider__item {
        height: 750px;
    }
}

.front-hero__slider__item__text {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 1080px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.front-hero__slider__item__text img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 768px) {
    .front-hero__slider__item__text img {
        bottom: auto;
        left: auto;
        right: 10%;
        top: 30%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}

.front-hero__slider__item:focus {
    outline: none;
}

.front-hero-container {
    left: 0;
    margin: auto;
    max-width: 1080px;
    position: absolute;
    right: 0;
    width: 100%;
}

.front-hero__scroll {
    bottom: 30px;
    height: 54px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    -webkit-transition: bottom .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: bottom .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 42px;
    z-index: 0;
}

.front-hero__scroll:hover, .front-hero__scroll:focus {
    bottom: 33px;
    opacity: .85;
}

/*.front-intro {
    background-image: url(../images/commons/com-flower-bg.png);
    background-position: center 30px;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 75px 0 100px;
}
*/

.front-intro-top {
    background-image: url("../images/pages/front/front-info-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}


.front-intro-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .front-intro-container {
        max-width: 1080px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.front-intro__title {
    color: #231815;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.8;
    margin: 0 0 40px;
    text-align: center;
}

@media (min-width: 375px) {
    .front-intro__title {
        font-size: 2.0rem;
    }
}

@media (min-width: 768px) {
    .front-intro__title {
        font-size: 2.8rem;
        letter-spacing: .2em;
        line-height: 2;
    }
}

.front-intro__title span {
    display: inline-block;
}

.front-intro__desc {
    color: #3e3a39;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.8;
    margin: 0 0 75px;
    text-align: center;
}

@media (min-width: 768px) {
    .front-intro__desc {
        line-height: 2;
    }
}

.front-intro__menu {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .front-intro__menu {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
            flex-direction: row;
    }
}

.front-intro__menu__item {
    margin: 0 0 15px;
    padding: 0;
}

.front-intro__menu__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .front-intro__menu__item {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.front-intro__menu__item__link {
    position: relative;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.front-intro__menu__item__link__text {
    align-items: center;
    bottom: 0;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 1.6rem;
    font-weight: 700;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 0;
}

.front-intro__menu__item__link__text:after {
    background-image: url(../images/icons/icon-arrow-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 11px;
    content: '';
    display: inline-block;
    height: 11px;
    left: 3px;
    position: relative;
    -webkit-transition: left .2s cubic-bezier(.645, .045, .355, 1);
            transition: left .2s cubic-bezier(.645, .045, .355, 1);
    width: 16px;
}

.front-intro__menu__item__link:hover, .front-intro__menu__item__link:focus {
    opacity: .85;
}

.front-intro__menu__item__link:hover .front-intro__menu__item__link__text:after, .front-intro__menu__item__link:focus .front-intro__menu__item__link__text:after {
    left: 8px;
}

.front-product {
    background-image: url(../images/pages/front/front-product-bg.png);
    background-repeat: repeat;
    background-size: auto;
}

.front-product-container {
    margin: 0 auto;
    max-width: 420px;
    padding: 75px 15px;
    position: relative;
}

@media (min-width: 768px) {
    .front-product-container {
        max-width: 1080px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.front-product__title {
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    color: #fff;
    display: block;
    font-size: 2.0rem;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 2;
    margin: 0 0 40px;
    text-align: left;
}

@media (min-width: 768px) {
    .front-product__title {
        font-size: 2.8rem;
        letter-spacing: .2em;
    }
}

.front-product__image {
    display: block;
    font-size: 1.0rem;
    left: -20px;
    line-height: 1;
    margin: 0;
    position: absolute;
    right: auto;
    top: -30px;
    z-index: 1;
}

@media (min-width: 768px) {
    .front-product__image {
        left: 30px;
    }
}

.front-product__action {
    margin: 0 0 30px;
    padding: 0 0 0 10px;
    text-align: right;
}

.front-product__action__button {
    background-color: #E60012;
    color: #ffffff;
    display: inline-block;
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 1.4rem;
    height: 30px;
    padding: 3px 15px 3px 5px;
    position: relative;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

.front-product__action__button:before {
    border-bottom: none;
    border-left: none;
    border-right: 10px solid #E60012;
    border-top: 10px solid transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 30px;
    left: -10px;
    position: absolute;
    top: 0;
    -webkit-transition: border-right-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-right-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 10px;
}

.front-product__action__button:after {
    background-image: url(../images/icons/icon-arrow-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 11px;
    content: '';
    display: inline-block;
    height: 11px;
    left: 3px;
    position: relative;
    -webkit-transition: left .2s cubic-bezier(.645, .045, .355, 1);
            transition: left .2s cubic-bezier(.645, .045, .355, 1);
    width: 16px;
}

.front-product__action__button:hover, .front-product__action__button:focus {
    background-color: rgba(150, 0, 0, .85);
    color: #ffffff;
}

.front-product__action__button:hover:before, .front-product__action__button:focus:before {
    border-right-color: rgba(150, 0, 0, .85);
}

.front-product__action__button:hover:after, .front-product__action__button:focus:after {
    left: 8px;
}

.front-product__list {
    margin: 0;
    padding: 0 0 0 70px;
    width: auto;
}

@media (min-width: 768px) {
    .front-product__list {
        align-items: flex-start;
        -webkit-box-align: start;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: -5px;
        margin-right: -5px;
        padding-left: 130px;
    }
}

.front-product__list-col {
    margin: 0 auto 30px;
    max-width: 285px;
    padding: 0;
    width: auto;
}

.front-product__list-col:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .front-product__list-col {
        margin: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.front-product__list__item {
    display: block;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.front-product__list__item:hover, .front-product__list__item:focus {
    opacity: .85;
}

.front-product__list__item__thumb {
    margin: 0 0 5px;
    text-align: center;
}

.front-product__list__item__title {
    color: #fff;
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 1.4rem;
    text-decoration: underline;
}

.front-product__list__item__price {
    color: #3e3a39;
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 1.4rem;
    text-decoration: underline;
}

.front-product--omotenashi {
    background-color: #161C1E;
    background-image: url(../images/pages/front/front-contents1_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.front-product--kyushoku {
    background-color: #EFEFEF;
    background-image: url(../images/pages/front/front-contents2_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}


.front-product--omotenashi-2 {
    background-color: #161C1E;
    background-image: url(../images/pages/front/front-contents3_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}



.front-product--kyushoku .front-product__title {
	color: #161C1E;
}

.front-product--kyushoku .front-product__list__item__title {
	color: #161C1E;
}


.front-product--reverse .front-product__image {
    left: auto;
    right: -20px;
}

.front-product--reverse .front-product__action {
    text-align: left;
}

.front-product--reverse .front-product__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 70px;
}

@media (min-width: 768px) {
    .front-product--reverse .front-product__list {
        padding-right: 130px;
    }
}

.front-news {
    /*background-image: url(../images/pages/front/front-news-bg.png);*/
    background-position: center 30px;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 75px 0;
}

.front-news-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .front-news-container {
        max-width: 880px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.front-news__title {
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    color: #231815;
    display: block;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 2;
    margin: 0 0 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .front-news__title {
        font-size: 2.8rem;
        letter-spacing: .2em;
    }
}

.front-news__list {
    margin: 0 0 50px;
}

.front-news__list-row {
    border-bottom: 1px dotted #c4c5c5;
    padding: 0;
}

.front-news__list-row:last-child {
    border-bottom: none;
}

.front-news__list__item {
    background-color: rgba(173, 128, 71, 0);
    border-radius: 3px;
    color: #231815;
    display: block;
    padding: 20px 10px;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

.front-news__list__item__head {
    margin: 0 0 5px;
}

.front-news__list__item__head__date {
    color: #231815;
    font-size: 1.4rem;
    margin: 0 10px 0 0;
}

.front-news__list__item__head__title {
    color: #C30D23;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .front-news__list__item__head__title {
        display: inline;
    }
}

.front-news__list__item__desc {
    color: #000000;
    font-size: 1.2rem;
    margin: 0;
}

.front-news__list__item:hover, .front-news__list__item:focus {
    background-color: rgba(34, 35, 21, .1);
}

.front-news__action {
    margin: 0;
    text-align: center;
}

.front-news__action__button {
    background-color: #E60012;
    color: #ffffff;
    display: inline-block;
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 1.4rem;
    height: 30px;
    padding: 3px 15px 3px 5px;
    position: relative;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

.front-news__action__button:before {
    border-bottom: none;
    border-left: none;
    border-right: 10px solid #E60012;
    border-top: 10px solid transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 30px;
    left: -10px;
    position: absolute;
    top: 0;
    -webkit-transition: border-right-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-right-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 10px;
}

.front-news__action__button:after {
    background-image: url(../images/icons/icon-arrow-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 11px;
    content: '';
    display: inline-block;
    height: 11px;
    left: 3px;
    position: relative;
    -webkit-transition: left .2s cubic-bezier(.645, .045, .355, 1);
            transition: left .2s cubic-bezier(.645, .045, .355, 1);
    width: 16px;
}

.front-news__action__button:hover, .front-news__action__button:focus {
    background-color: rgba(150, 0, 0, .85);
    color: #ffffff;
}

.front-news__action__button:hover:before, .front-news__action__button:focus:before {
    border-right-color: rgba(150, 0, 0, .85);
}

.front-news__action__button:hover:after, .front-news__action__button:focus:after {
    left: 8px;
}

/* --------------------
 Commitment
-------------------- */
.commitment {
    padding: 80px 0 0;
}

@media (min-width: 768px) {
    .commitment {
        padding-top: 160px;
    }
}

.commitment-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .commitment-container {
        max-width: 890px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.commitment__title {
    color: #231815;
    display: block;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.8;
    margin: 0 0 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .commitment__title {
        font-size: 2.8rem;
        letter-spacing: .2em;
        line-height: 2;
    }
}

.commitment__title span {
    display: inline-block;
}

.commitment__list {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px 100px;
}

.commitment__list__item {
    margin: 0 auto 75px;
    max-width: 396px;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .commitment__list__item {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }
}

.commitment__list__item:nth-last-child(1) {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .commitment__list__item:nth-last-child(2) {
        margin-bottom: 0;
    }
}

.commitment__list__item__thumb {
    margin: 0 0 15px;
}

.commitment__list__item__head {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 15px;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .commitment__list__item__head {
        min-height: 7.2rem;
    }
}

.commitment__list__item__head__number {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    color: #3e3a39;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-pack: start;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    font-size: 2.6rem;
    font-weight: 700;
    justify-content: flex-start;
    line-height: 1;
    padding: 0;
    position: relative;
    width: 50px;
}

@media (min-width: 768px) {
    .commitment__list__item__head__number {
        font-size: 3.5rem;
        width: 60px;
    }
}

.commitment__list__item__head__number:after {
    border-left: 1px solid #231815;
    border-right: 1px solid #231815;
    bottom: 0;
    content: '';
    display: block;
    height: auto;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
}

.commitment__list__item__head__title {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    -webkit-box-pack: start;
    color: #3e3a39;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-pack: start;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    font-size: 1.8rem;
    font-weight: 700;
    justify-content: flex-start;
    line-height: 1.8;
    margin: 0;
    padding: 0 0 0 15px;
}

@media (max-width: 767px) {
    .commitment__list__item__head__title br {
        display: none;
    }
}

@media (min-width: 768px) {
    .commitment__list__item__head__title {
        font-size: 2.0rem;
    }
}

.commitment__list__item__desc {
    color: #3e3a39;
    font-size: 1.4rem;
    margin: 0;
}

/* --------------------
 Contact
-------------------- */
.contact {
    margin: 0 0 100px;
    padding: 80px 0 0;
}

@media (min-width: 768px) {
    .contact {
        padding-top: 160px;
    }
}

.contact-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .contact-container {
        max-width: 1080px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.contact__note {
    background-color: rgba(34, 35, 21, .1);
    margin: 0 0 30px;
    padding: 15px;
}

.contact__note__desc {
    font-size: 1.8rem;
    margin: 0 0 15px;
}
.contact__note__desc span{
    color: #c7000b
}

@media (min-width: 768px) {
    .contact__note__desc {
        line-height: 1.8;
        text-align: center;
    }
}

.contact__note__phone {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
}

.contact__note__phone__title {
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0 15px 0 0;
}

.contact__note__phone__title__text {
    background-color: #231815;
    color: #ffffff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    height: 30px;
    letter-spacing: 0;
    padding: 3px 15px 3px 25px;
    position: relative;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .contact__note__phone__title__text {
        font-size: 1.6rem;
    }
}

.contact__note__phone__title__text:before {
    border-bottom: 15px solid transparent;
    border-left: 15px solid #231815;
    border-right: none;
    border-top: 15px solid transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    right: -15px;
    top: 0;
    width: 15px;
}

.contact__note__phone__main {
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    -ms-flex-positive: 0;
    flex-shrink: 1;
    margin: 0;
    padding: 0 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .contact__note__phone__main {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 15px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .contact__note__phone__main {
        margin-right: 0;
    }
}

.contact__note__phone__main__link {
    color: #231815;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.2;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    vertical-align: middle;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .contact__note__phone__main__link {
        font-size: 3.6rem;
        letter-spacing: .14em;
    }
}

.contact__note__phone__main__link:hover, .contact__note__phone__main__link:focus {
    opacity: .85;
}

@media (min-width: 768px) {
    .contact__note__phone__main__link:hover, .contact__note__phone__main__link:focus {
        pointer-events: none;
    }
}

.contact__note__phone__main__link span {
    vertical-align: middle;
}

.contact__note__phone__main__link img {
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 16px;
}

@media (min-width: 768px) {
    .contact__note__phone__main__link img {
        width: 18px;
    }
}

@media (min-width: 992px) {
    .contact__note__phone__main__link img {
        margin-right: 10px;
        width: auto;
    }
}

.contact__attention {
    margin: 0 0 50px;
}

.contact__attention__desc {
    font-size: 1.4rem;
    margin: 0 0 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .contact__attention__desc {
        font-size: 1.6rem;
    }
}

.contact__attention__action {
    text-align: center;
}

.contact__attention__action__link {
    background-color: #231815;
    color: #ffffff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    height: 30px;
    letter-spacing: 0;
    padding: 3px 20px;
    position: relative;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    white-space: nowrap;
}

@media (min-width: 768px) {
    .contact__attention__action__link {
        font-size: 1.6rem;
    }
}

.contact__attention__action__link:hover, .contact__attention__action__link:focus {
    opacity: .85;
}

.contact__form input[type='text'], .contact__form input[type='email'], .contact__form input[type='tel'], .contact__form textarea {
    -webkit-appearance: none;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 1.6rem;
    line-height: 1.6;
    max-width: none;
    padding: 5px 10px;
    width: 100%;
}

.contact__form textarea {
    height: 160px;
}

.contact__form__title {
    color: #231815;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 15px;
}

.contact__form__desc {
    font-size: 1.4rem;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .contact__form__desc {
        font-size: 1.6rem;
    }
}

.contact__form__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 50px;
    width: 100%;
}

@media (max-width: 767px) {
    .contact__form__table > tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .contact__form__table > tbody > tr {
        display: block;
        margin: 0 0 30px;
        width: 100%;
    }
}

.contact__form__table > tbody > tr > th, .contact__form__table > tbody > tr > td {
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
}

@media (max-width: 767px) {
    .contact__form__table > tbody > tr > th, .contact__form__table > tbody > tr > td {
        display: block;
        width: 100%;
    }
}

.contact__form__table > tbody > tr > th {
    font-size: 1.4rem;
    font-weight: inherit;
    padding: 8px 0;
    text-align: left;
}

@media (min-width: 768px) {
    .contact__form__table > tbody > tr > th {
        font-size: 1.6rem;
        padding: 25px 15px;
        width: 270px;
    }
}

.contact__form__table > tbody > tr > td {
    font-size: 1.4rem;
    padding: 8px 10px;
    text-align: left;
}

@media (min-width: 768px) {
    .contact__form__table > tbody > tr > td {
        font-size: 1.6rem;
        padding: 20px 15px 20px 0;
    }
}

.contact__form__table__address__zip {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 10px;
}

@media (min-width: 480px) {
    .contact__form__table__address__zip {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.contact__form__table__address__zip span {
    -webkit-box-flex: 0;
    display: block;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    margin: 0 10px 0 0;
}

.contact__form__table__address__zip input[type='text'], .contact__form__table__address__zip input[type='tel'] {
    -webkit-box-flex: 1;
    display: block;
    flex-grow: 1;
    -ms-flex-negative: 0;
    -ms-flex-positive: 1;
    flex-shrink: 0;
    margin: 0 10px 0 0;
}

@media (min-width: 480px) {
    .contact__form__table__address__zip input[type='text'], .contact__form__table__address__zip input[type='tel'] {
        -webkit-box-flex: 0;
        flex-grow: 0;
        -ms-flex-positive: 0;
    }
}

.contact__form__table__address__zip input[type='text']:first-of-type, .contact__form__table__address__zip input[type='tel']:first-of-type {
    width: 80px;
}

@media (min-width: 992px) {
    .contact__form__table__address__zip input[type='text']:first-of-type, .contact__form__table__address__zip input[type='tel']:first-of-type {
        width: 100px;
    }
}

.contact__form__table__address__zip input[type='text']:last-of-type, .contact__form__table__address__zip input[type='tel']:last-of-type {
    margin-right: 0;
    width: 80px;
}

@media (min-width: 768px) {
    .contact__form__table__address__zip input[type='text']:last-of-type, .contact__form__table__address__zip input[type='tel']:last-of-type {
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    .contact__form__table__address__zip input[type='text']:last-of-type, .contact__form__table__address__zip input[type='tel']:last-of-type {
        width: 120px;
    }
}

.contact__form__table__address__zip button {
    -webkit-appearance: none;
    background: #ededed;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #000000;
    display: block;
    font-size: 1.2rem;
    font-weight: inherit;
    margin: 10px 0 0;
    padding: 11px 15px;
    text-shadow: none;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 480px) {
    .contact__form__table__address__zip button {
        -webkit-box-flex: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        -ms-flex-positive: 0;
        flex-shrink: 0;
        margin-left: 10px;
        margin-top: 0;
        width: auto;
    }
}

.contact__form__table__gender {
    margin: 0 20px 0 0;
}

.contact__form__table__note {
    font-size: 1.4rem;
    margin: 5px 0 0;
}

@media (min-width: 768px) {
    .contact__form__table__note {
        font-size: 1.6rem;
    }
}

.contact__form__table__delivery-day input[type='text'] {
    display: inline-block;
    width: 250px;
}

.contact__form__table__delivery-time {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
}

@media (min-width: 480px) {
    .contact__form__table__delivery-time {
        display: block;
    }
}

.contact__form__table__delivery-time span {
    -webkit-box-flex: 1;
    display: inline-block;
    flex-grow: 1;
    -ms-flex-negative: 0;
    -ms-flex-positive: 1;
    flex-shrink: 0;
    margin: 0 10px 0 0;
}

.contact__form__table__delivery-time input[type='text'] {
    -webkit-box-flex: 0;
    display: inline-block;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    margin: 0 10px 10px 0;
    width: 150px;
}

@media (min-width: 480px) {
    .contact__form__table__delivery-time input[type='text'] {
        margin-bottom: 0;
    }
}

.contact__form__action {
    text-align: center;
}

.contact__form__action__submit {
    -webkit-appearance: none;
    background-color: #231815;
    border: 2px solid #231815;
    border-radius: 0;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    height: 36px;
    letter-spacing: .2em;
    margin: 10px auto;
    max-width: 240px;
    position: relative;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    white-space: nowrap;
    width: 100%;
}

@media (min-width: 768px) {
    .contact__form__action__submit {
        font-size: 1.6rem;
    }
}

.contact__form__action__submit:hover, .contact__form__action__submit:focus {
    color: #ffffff;
    opacity: .85;
}

.contact__form__action__revise {
    -webkit-appearance: none;
    background-color: #6e6e6e;
    border: 2px solid #6e6e6e;
    border-radius: 0;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    height: 36px;
    letter-spacing: .2em;
    margin: 10px auto;
    max-width: 240px;
    position: relative;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    white-space: nowrap;
    width: 100%;
}

@media (min-width: 768px) {
    .contact__form__action__revise {
        font-size: 1.6rem;
    }
}

.contact__form__action__revise:hover, .contact__form__action__revise:focus {
    color: #ffffff;
    opacity: .85;
}

.contact__form .required {
    background-color: #c7000b;
    color: #ffffff;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    margin-left: 10px;
    padding: 5px 8px;
}

.contact__form-radio {
    cursor: pointer;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 10px 0;
}

.contact__form-radio:last-of-type {
    margin-right: 0;
}

.contact__form-radio span {
    padding-left: 5px;
}

.grecaptcha-badge {
    bottom: 160px!important;
}

@media (min-width: 768px) {
    .grecaptcha-badge {
        bottom: 100px!important;
    }
}
.privacy {
    margin: 0 0 100px;
}

.privacy-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .privacy-container {
        max-width: 1080px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.privacy__title {
    font-size: 2.0rem;
    line-height: 1.2;
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    position: relative;
}

.privacy__title:before {
    border-left: 1px solid #231815;
    border-right: 1px solid #231815;
    bottom: 0;
    content: '';
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: auto;
    top: 0;
    width: 5px;
}

.privacy__content__desc {
    font-size: 1.4rem;
    margin: 0 0 15px;
}

.privacy__content__desc:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .privacy__content__desc {
        font-size: 1.6rem;
    }
}

/* --------------------
 About
-------------------- */
.about {
    margin: 0 0 100px;
    padding: 80px 0 0;
}

@media (min-width: 768px) {
    .about {
        padding-top: 160px;
    }
}

.about-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .about-container {
        max-width: 960px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.about__menu {
    margin: 0 -15px 50px;
    text-align: center;
}

.about__menu__item {
    display: inline-block;
    margin: 0 0 15px;
    max-width: 240px;
    padding: 0 15px;
    width: 100%;
}

.about__menu__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .about__menu__item {
        margin-bottom: 0;
    }
}

.about__menu__item__link {
    background-color: #231815;
    color: #ffffff;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    height: 30px;
    letter-spacing: .2em;
    padding: 3px 20px;
    position: relative;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    white-space: nowrap;
    width: 100%;
}

@media (min-width: 768px) {
    .about__menu__item__link {
        font-size: 1.6rem;
    }
}

.about__menu__item__link__text {
    position: relative;
}

.about__menu__item__link__text:after {
    background-image: url(../images/icons/icon-triangle-bottom-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 13px;
    content: '';
    display: inline-block;
    height: 13px;
    position: relative;
    top: 1px;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
            transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
            transition:         transform .2s cubic-bezier(.645, .045, .355, 1);
            transition:         transform .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    width: 15px;
}

.about__menu__item__link:hover, .about__menu__item__link:focus {
    opacity: .85;
}

.about__menu__item__link:hover .about__menu__item__link__text:after, .about__menu__item__link:focus .about__menu__item__link__text:after {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
}

.about-sec {
    margin: 0 0 80px;
    padding: 10px 0 0;
}

.about__title {
    font-size: 2.0rem;
    line-height: 1.2;
    margin: 0 0 30px;
    padding: 0 0 0 20px;
    position: relative;
}

.about__title:before {
    border-left: 1px solid #231815;
    border-right: 1px solid #231815;
    bottom: 0;
    content: '';
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: auto;
    top: 0;
    width: 5px;
}

.about__company__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 30px;
    width: 100%;
}

.about__company__table > tbody > tr > th, .about__company__table > tbody > tr > td {
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
}

.about__company__table > tbody > tr > th {
    font-size: 1.4rem;
    font-weight: inherit;
    padding: 8px 10px;
    text-align: left;
    white-space: nowrap;
}

@media (min-width: 480px) {
    .about__company__table > tbody > tr > th {
        width: 140px;
    }
}

@media (min-width: 768px) {
    .about__company__table > tbody > tr > th {
        font-size: 1.6rem;
        padding: 15px 15px 15px 50px;
        width: 270px;
    }
}

.about__company__table > tbody > tr > td {
    font-size: 1.4rem;
    padding: 8px 10px;
    text-align: left;
}

@media (min-width: 768px) {
    .about__company__table > tbody > tr > td {
        font-size: 1.6rem;
        padding: 15px 15px 15px 0;
    }
}

.about__company__map {
    height: 300px;
    padding: 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .about__company__map {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .about__company__map {
        height: 500px;
    }
}

.about__company__map iframe {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.about__order {
    margin: 0 0 30px;
}

.about__order__list {
    margin: 0 -10px 15px;
}

@media (min-width: 992px) {
    .about__order__list {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.about__order__list-col {
    margin: 0 auto 30px;
    max-width: 560px;
    padding: 0 10px;
    width: 100%;
}

@media (min-width: 992px) {
    .about__order__list-col {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        margin-bottom: 0;
        width: 33.33333%;
    }
}

.about__order__list__item {
    background-color: #c4b797;
    padding: 15px;
    width: 100%;
}

@media (min-width: 992px) {
    .about__order__list__item {
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: justify;
        height: 100%;
        justify-content: space-between;
    }
}

.about__order__list__item__title {
    color: #231815;
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
}

.about__order__list__item__desc {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin: 0 0 10px;
    width: 100%;
}

.about__order__list__item__desc .large {
    font-size: 1.6rem;
    font-weight: 700;
}

.about__order__list__item__action {
    text-align: center;
    width: 100%;
}

.about__order__list__item__action__button {
    background-color: #231815;
    color: #ffffff;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 5px;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 768px) {
    .about__order__list__item__action__button {
        font-size: 2.0rem;
    }
}

.about__order__list__item__action__button:hover, .about__order__list__item__action__button:focus {
    opacity: .85;
}

.about__order__list__item__action__button span {
    vertical-align: middle;
}

.about__order__list__item__action__button img {
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 14px;
}

@media (min-width: 768px) {
    .about__order__list__item__action__button img {
        margin-right: 15px;
        width: 18px;
    }
}

.about__order__list__note {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
}

@media (min-width: 768px) {
    .about__order__list__note {
        font-size: 1.6rem;
    }
}

.about__order__overview {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 30px;
    width: 100%;
}

@media (max-width: 479px) {
    .about__order__overview > tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 479px) {
    .about__order__overview > tbody > tr {
        display: block;
        margin: 0 0 30px;
        width: 100%;
    }
}

.about__order__overview > tbody > tr > th, .about__order__overview > tbody > tr > td {
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
}

@media (max-width: 479px) {
    .about__order__overview > tbody > tr > th, .about__order__overview > tbody > tr > td {
        display: block;
        width: 100%;
    }
}

.about__order__overview > tbody > tr > th {
    font-size: 1.4rem;
    font-weight: inherit;
    padding: 8px 10px;
    text-align: left;
    white-space: nowrap;
}

@media (min-width: 480px) {
    .about__order__overview > tbody > tr > th {
        width: 160px;
    }
}

@media (min-width: 768px) {
    .about__order__overview > tbody > tr > th {
        font-size: 1.6rem;
        padding: 15px 15px 15px 50px;
        width: 270px;
    }
}

.about__order__overview > tbody > tr > td {
    font-size: 1.4rem;
    padding: 8px 10px;
    text-align: left;
}

@media (min-width: 768px) {
    .about__order__overview > tbody > tr > td {
        font-size: 1.6rem;
        padding: 15px 15px 15px 0;
    }
}

/* --------------------
 News
-------------------- */
.news {
    margin: 0 0 100px;
    padding: 80px 0 0;
}

@media (min-width: 768px) {
    .news {
        padding-top: 160px;
    }
}

.news-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .news-container {
        max-width: 1080px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.news__list {
    margin: 0 0 50px;
}

.news__list-row {
    border-bottom: 1px solid #231815;
    padding: 0;
}

.news__list__item {
    background-color: rgba(173, 128, 71, 0);
    border-radius: 3px;
    color: #000000;
    display: block;
    padding: 15px 10px;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .news__list__item {
        padding: 20px 30px;
    }
}

.news__list__item__head {
    margin: 0 0 5px;
}

.news__list__item__head:after {
    clear: both;
    content: '';
    display: block;
}

.news__list__item__head__date {
    color: #000000;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .news__list__item__head__date {
        clear: left;
        float: left;
        margin-bottom: 0;
        margin-right: 10px;
        width: 120px;
    }
}

.news__list__item__head__title {
    color: #000000;
    display: block;
    font-size: 1.6rem;
    margin: 0;
}

@media (min-width: 768px) {
    .news__list__item__head__title {
        margin-left: 110px;
    }
}

.news__list__item:hover, .news__list__item:focus {
    background-color: rgba(34, 35, 21, .1);
    color: #000000;
}

.news__pager {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.news__pager__item {
    display: block;
    padding: 3px;
    text-align: center;
}

.news__pager__item__link {
    align-items: center;
    background-color: rgba(242, 246, 245, .7);
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #231815;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    font-size: 1.4rem;
    height: 30px;
    justify-content: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
    width: 30px;
}

@media (min-width: 768px) {
    .news__pager__item__link {
        font-size: 2.0rem;
        height: 40px;
        width: 40px;
    }
}

.news__pager__item__link:hover, .news__pager__item__link:focus {
    background-color: rgba(34, 35, 32, .1);
    color: #231815;
}

.news__pager__item.current .news__pager__item__link {
    background-color: rgba(34, 35, 32, .1);
    color: #231815;
    pointer-events: none;
}

.news__pager__item.current .news__pager__item__link:hover, .news__pager__item.current .news__pager__item__link:focus {
    color: #231815;
}

.news-detail {
    padding: 80px 0 0;
}

@media (min-width: 768px) {
    .news-detail {
        padding-top: 160px;
    }
}

.news-detail-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .news-detail-container {
        max-width: 1080px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.news-detail__head {
    border-bottom: 1px solid #231815;
    margin: 0 0 30px;
    padding: 0 0 30px;
}

.news-detail__head:after {
    clear: both;
    content: '';
    display: block;
}

@media (min-width: 768px) {
    .news-detail__head {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.news-detail__head__date {
    color: #000000;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .news-detail__head__date {
        clear: left;
        float: left;
        font-size: 1.6rem;
        margin-bottom: 0;
        margin-right: 10px;
        width: 140px;
    }
}

.news-detail__head__title {
    color: #000000;
    display: block;
    font-size: 1.4rem;
    margin: 0;
}

@media (min-width: 768px) {
    .news-detail__head__title {
        font-size: 1.6rem;
        margin-left: 110px;
    }
}

.news-detail__content {
    margin: 0 0 100px;
}

.news-detail__content img {
    display: block;
    margin: 0 auto 30px;
}

.news-detail__content p {
    font-size: 1.4rem;
    margin: 30px 0;
}

@media (min-width: 768px) {
    .news-detail__content p {
        font-size: 1.6rem;
    }
}

.news-detail__action {
    text-align: center;
}

.news-detail__action__button {
    background-color: #231815;
    color: #ffffff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    padding: 8px 60px;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: auto;
}

@media (min-width: 768px) {
    .news-detail__action__button {
        font-size: 1.6rem;
    }
}

.news-detail__action__button:hover, .news-detail__action__button:focus {
    opacity: .85;
}

/* --------------------
 Menu page
-------------------- */
.product {
    padding: 80px 0 0;
}

@media (min-width: 768px) {
    .product {
        padding-top: 160px;
    }
}

.product-container {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .product-container {
        max-width: 780px;
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .product-container {
        max-width: 1020px;
    }
}

.product-search-box {
    border: 1px solid rgba(196, 183, 151, .8);
    margin-bottom: 20px;
    padding: 10px;
}

@media (min-width: 768px) {
    .product-search-box {
    }
}

.product-search-note {
    text-align: center;
    margin-bottom: 0;
}

.product__list {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px 50px;
}

.product__list-col {
    margin: 0 0 50px;
    padding: 0 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .product__list-col {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .product__list-col {
        width: 33.33333%;
    }
}

.product__list__item {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 326px;
    width: 100%;
}

.product__list__item__main {
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-positive: 1;
    flex-shrink: 1;
}

.product__list__item__main__thumb {
    margin: 0 0 10px;
    text-align: center;
}

.product__list__item__main__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0 3px;
}

.product__list__item__main__desc {
    font-size: 1.4rem;
    padding: 0 3px;
}

.product__list__item__main__price {
    color: #b60005;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0 3px;
    text-align: right;
}

.product__list__item__main__price .small {
    font-size: 1.2rem;
}

.product__list__item__action {
    text-align: center;
}

.product__list__item__action__button {
    background-color: #231815;
    color: #ffffff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    padding: 3px 50px;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: auto;
}

@media (min-width: 768px) {
    .product__list__item__action__button {
        font-size: 1.6rem;
    }
}

.product__list__item__action__button:hover, .product__list__item__action__button:focus {
    opacity: .85;
}

.product__pager {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 100px;
    text-align: center;
}

.product__pager__item {
    display: block;
    padding: 3px;
    text-align: center;
}

.product__pager__item__link {
    align-items: center;
    background-color: rgba(242, 246, 245, .7);
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #231815;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    font-size: 1.4rem;
    height: 30px;
    justify-content: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
    width: 30px;
}

@media (min-width: 768px) {
    .product__pager__item__link {
        font-size: 2.0rem;
        height: 40px;
        width: 40px;
    }
}

.product__pager__item__link:hover, .product__pager__item__link:focus {
    background-color: rgba(34, 35, 32, .1);
    color: #231815;
}

.current{
    background-color: rgba(34, 35, 32, .1);
    color: #231815;
    pointer-events: none;
}

.current .product__pager__item__link:hover, .product__pager__item.current .product__pager__item__link:focus {
    color: #231815;
}

.product-detail {
    padding: 80px 0 0;
}

@media (min-width: 768px) {
    .product-detail {
        padding-top: 160px;
    }
}

.product-detail-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .product-detail-container {
        max-width: 1080px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.product-detail-layout {
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .product-detail-layout {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.product-detail__thumb {
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .product-detail__thumb {
        -webkit-box-flex: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        -ms-flex-positive: 0;
        flex-shrink: 0;
        margin: 0 30px 0 0;
        width: 50%;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .product-detail__thumb {
        width: 480px;
    }
}

@media (min-width: 768px) and (min-width: 1240px) {
    .product-detail__thumb {
        width: 540px;
    }
}

.product-detail__thumb__slider .slick-dots-wrapper {
    margin: 0 auto;
    max-width: 540px;
}

.product-detail__thumb__slider .slick-dots {
    list-style: none;
    margin: 0 -5px;
    padding: 0;
}

.product-detail__thumb__slider .slick-dots:after {
    clear: both;
    content: '';
    display: block;
}

.product-detail__thumb__slider .slick-dots li {
    float: left;
    padding: 0 5px 10px;
    width: 33.33333%;
}

.product-detail__thumb__slider__item {
    margin: 0 0 10px;
}

.product-detail__thumb__slider__item:focus {
    outline: none;
}

.product-detail__thumb__slider__item img {
    margin: 0 auto;
}

.product-detail__thumb__slider__dot {
    -webkit-appearance: none;
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    margin: 0 auto;
    max-width: 172px;
    padding: 0;
}

.product-detail__thumb__slider__dot:focus {
    outline: none;
}

@media (min-width: 768px) {
    .product-detail__main {
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        -ms-flex-positive: 1;
        flex-shrink: 1;
    }
}

.product-detail__main__title {
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .product-detail__main__title {
        font-size: 2.4rem;
    }
}

.product-detail__main__desc {
    font-size: 1.4rem;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .product-detail__main__desc {
        font-size: 1.6rem;
    }
}

.product-detail__main__price {
    color: #b60005;
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: right;
}

@media (min-width: 768px) {
    .product-detail__main__price {
        font-size: 2.4rem;
    }
}

.product-detail__main__price .small {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .product-detail__main__price .small {
        font-size: 1.6rem;
    }
}

.product-detail__main__content {
    background-color: rgba(34, 35, 32, .1);
    margin: 0 0 15px;
    padding: 15px;
}

.product-detail__main__content__title {
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 5px;
}

.product-detail__main__content__desc {
    font-size: 1.4rem;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .product-detail__main__content__desc {
        font-size: 1.6rem;
    }
}

.product-detail__main__content__desc--small {
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .product-detail__main__content__desc--small {
        font-size: 1.4rem;
    }
}

.product-detail__main__content__desc:last-of-type {
    margin-bottom: 0;
}

.product-detail__main__content__subtitle {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 15px 0 5px;
}

@media (min-width: 768px) {
    .product-detail__main__content__subtitle {
        font-size: 1.6rem;
    }
}

.product-detail__main__note {
    font-size: 1.2rem;
    margin: 0;
}

.product-detail__action {
    text-align: center;
}

.product-detail__action__button {
    background-color: #231815;
    color: #ffffff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    padding: 8px 60px;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: auto;
}

@media (min-width: 768px) {
    .product-detail__action__button {
        font-size: 1.6rem;
    }
}

.product-detail__action__button:hover, .product-detail__action__button:focus {
    opacity: .85;
}

.error-message {
    color:red;
}
