/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

*,
 :after,
 :before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

 :after,
 :before {
    text-decoration: inherit;
    vertical-align: inherit;
}

* {
    padding: 0;
    margin: 0;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

summary {
    display: list-item;
}

small {
    font-size: 80%;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

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

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

input {
    border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type=number] {
    width: auto;
}

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

optgroup {
    font-weight: 700;
}

button {
    overflow: visible;
}

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

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

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

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

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

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
}

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

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

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

img {
    border-style: none;
}

progress {
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

@media screen {
    [hidden~=screen] {
        display: inherit;
    }
    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}

[aria-busy=true] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}

 ::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}

 ::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}


/*clear fix*/


/*
   * Mixin for placeholder
   * @include placeholderColor(#00ff00);
   */

html {
    font-size: 100%;
}

html.is-noScroll,
body.is-noScroll {
    overflow-y: hidden;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    background: #FFF;
    color: #000033;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    font-feature-settings: "palt";
    overflow: hidden;
}

body.is-noScroll {
    overflow-y: hidden;
}

body {
    font-size: 1rem;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    color: #000033;
}

a {
    /* text-decoration: none; */
    color: #000033;
    transition: 0.3s all ease;
}

a:hover {
    color: black;
    text-decoration: underline;
    opacity: 0.6;
}

a img {
    transition: 0.2s all ease;
}

a img:hover {
    opacity: 0.9;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    margin: auto;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5 {
    color: #000033;
    font-weight: 700;
    line-height: inherit;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    max-width: 100%;
    color: #000033;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span {
    word-break: break-word;
}

th,
td {
    word-break: break-all;
}

input,
textarea {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input:-moz-placeholder-shown,
textarea:-moz-placeholder-shown {
    color: #adadbe !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #adadbe !important;
}

input:placeholder-shown,
textarea:placeholder-shown {
    color: #adadbe !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #adadbe !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #adadbe !important;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #adadbe !important;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #adadbe !important;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #adadbe !important;
}

.l-header {
    position: fixed;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    box-shadow: 0 -20px 40px 6px #ddd;
    background: #FFF;
}

@media screen and (min-width: 768px) {
    .l-header {
        padding: 0 4.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .l-header {
        padding: 0 4.5rem;
    }
}

.l-header-main {
    position: relative;
    z-index: 15;
    pointer-events: none;
    width: 768px;
    margin: 0 auto;
    /* width: 13rem; */
    /* height: 2.4rem; */
}

@media screen and (max-width: 768px) {
    .l-header-main {
        padding: 0 20px;
    }
}

.l-header-main h1 {
    font-size: inherit;
}

.l-header-main h1 svg {
    width: 120px;
}

.l-main {
    margin-top: 6rem;
}

@media screen and (min-width: 414px) {
    .l-main {
        margin-top: 6rem;
    }
}

@media screen and (min-width: 576px) {
    .l-main {
        margin-top: 6rem;
    }
}

@media screen and (max-width: 767px) {
    .l-main p {
        font-size: 14px;
    }
    .l-main ul li {
        font-size: 14px;
    }
    .indexContact .cation {
        font-size: 14px;
        padding: 10px 0;
    }
    .indexCodeInput .alert {
        padding: 10px 0;
    }
}

.indexCodeInput label {
    font-weight: bold;
}

.l-content {
    margin: auto;
    padding: 0 1.5rem;
}

@media screen and (min-width: 1201px) {
    .l-content {
        width: 768px;
        padding: 0;
    }
}

.l-footer {
    position: relative;
    background: #fff;
}

.l-footer.fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
}

.l-footer__inner {
    padding: 5rem 1.5rem 0;
    margin: 0 auto;
    width: 768px;
    max-width: 129rem;
}

@media screen and (max-width: 767px) {
    .l-footer__inner {
        padding: 1rem 0 0 0;
        width: 100%;
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) {
    .l-footer__inner {
        width: 100%;
        padding: 1.5rem 0 0.5rem 0;
    }
}

.tel-link {
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
}

.card-title {
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700;
}

.formContent ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

.formContent table th,
.formContent table td {
    vertical-align: middle;
}

.formContent .table-4column th {
    width: 18%;
}

.formContent .table-4column td {
    width: 31%;
}

.formContent li {
    list-style: initial;
}

.formContent table th {
    width: 260px;
}

.formContent .privacyPolicyWrap {
    padding: 1.5rem 3rem;
}

.isPc {
    display: block;
}

.isSp {
    display: none;
}

@media screen and (max-width: 767px) {
    .formContent table,
    .formContent table tbody,
    .formContent table tr,
    .formContent table td,
    .formContent table th,
    .formContent .table-4column th,
    .formContent .table-4column td,
    .confirmContent table,
    .confirmContent table tbody,
    .confirmContent table tr,
    .confirmContent table td,
    .confirmContent table th,
    .confirmContent .table-4column th,
    .confirmContent .table-4column td {
        display: block;
        width: 100%;
    }
    .formContent .table-4column th br {
        display: none;
    }
    .formContent table th p {
        display: inline;
    }
    .formContent .formDateWrap {
        padding: 0 3%;
    }
    .formContent .formDateWrap>div {
        width: 29%;
        padding: 0;
    }
    .formContent .formDateWrap>div:first-child {
        width: 42%;
    }
    .formContent .formZipWrap>div {
        width: 48%;
    }
    .formContent .formZipWrap>div:last-child {
        width: 100%;
        margin-top: 10px;
    }
    .formContent .formZipWrap>div:last-child a {
        width: 99%;
    }
    .formContent .formTelWrap div {
        width: 29%;
    }
    .formContent .privacyPolicyWrap {
        padding: 1rem;
    }
    .isPc {
        display: none;
    }
    .isSp {
        display: block;
    }
    .btn-zip {
        margin-left: auto;
        padding: 0.1rem 0.5rem;
        font-size: 12px;
    }
    .thZip {
        display: flex!important;
        align-items: center!important;
    }
}


/* admin */

.adminWrap .l-main {
    margin-bottom: 160px;
}

.adminWrap .btn {
    width: 200px;
}

.adminWrap .l-content {
    width: 90%;
}

.adminWrap .l-header {
    width: 100%;
    padding: 0;
}

.adminWrap .l-header-main {
    width: 90%;
}

.loginWrap {
    display: flex;
    min-height: 100vh;
    line-height: 1.5em;
}

.loginMain {
    margin: auto;
    padding: 15px 30px;
    background: #fff;
    text-align: center;
    width: 600px;
}

.loginMain section {
    width: 600px;
}

.loginMain section div {
    border-radius: 10px;
}

.loginMain section form {
    width: 50%;
    margin: 0 auto;
    padding: 60px 0;
}

.adminWrap .productFormMain {}

.adminWrap .productFormMain .l-content {
    /* width: 100%; */
}

.adminWrap .productConfirmMain table {
    font-size: 14px;
}

.adminWrap .productConfirmMain table th {
    background: #f8f9fa;
}


/**
* ovreride
*/

.btn-warning {
    border-color: #F24726;
    background-color: #F24726;
    color: #fff;
    padding: 0.5rem 3rem;
}

.btn-warning:hover {
    color: #fff;
    background-color: #d33c1e;
    border-color: #d33c1e;
}

/* QR対応 */
.qrWrap p {
    font-size: 16px;
}
.qrWrap {
    width: 94%;
    margin: 100px auto 0 auto;
}

/* add */
.js-address {
    border-color: #666;
}

