/* 繧ｫ繧ｹ繧ｿ繝槭う繧ｺ逕ｨCSS */

/* 繧ｵ繧､繝亥�菴薙�閭梧勹濶ｲ螟画峩 */

body {
    background-color: #000000;
    font-family: serif;
}

input:required,
select:required,
textarea:required {
    background-color: #ffffff;
}

input[type=radio]:required {
    color: #ffffff;
}

fieldset.sr-contains-required-element {
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 8px;
}

fieldset.sr-contains-required-element:disabled {
    background-color: #cccccc;
}

select.sr-contains-required-element {
    background-color: #ffffff;
    color: #000000;
}

select.sr-contains-required-element:disabled {
    background-color: #cccccc;
}

.ec-required {
    font-weight: bold;
    font-size: 14px;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 4px;
    padding: 2px 8px;
}

.ec-borderedDefs p {
    line-height: 2;
}

.ec-layoutRole {
    color: #ffffff;
    background-color: #000000;
    margin: 0 auto;
}

.ec-role {
    padding-left: 5px;
    padding-right: 5px;
}

.ec-input input,
.ec-halfInput input,
.ec-numberInput input,
.ec-zipInput input,
.ec-telInput input,
.ec-select input,
.ec-birth input,
.ec-input select,
.ec-halfInput select,
.ec-numberInput select,
.ec-zipInput select,
.ec-telInput select,
.ec-select select,
.ec-birth select,
.ec-input textarea,
fieldset.sr-contains-required-element {
    font-size: 11.5px;
}

.error.ec-input input,
.error.ec-halfInput input,
.error.ec-numberInput input,
.error.ec-zipInput input,
.error.ec-telInput input,
.error.ec-select input,
.error.ec-birth input,
.error.ec-input select,
.error.ec-halfInput select,
.error.ec-numberInput select,
.error.ec-zipInput select,
.error.ec-telInput select,
.error.ec-select select,
.error.ec-birth select,
.error.ec-input textarea,
.error fieldset.sr-contains-required-element {
    background: #ffc0b0;
    border-color: #CF3F34;
    color: #000000;
}

.error.ec-input input::placeholder,
.error.ec-halfInput input::placeholder,
.error.ec-numberInput input::placeholder,
.error.ec-zipInput input::placeholder,
.error.ec-telInput input::placeholder,
.error.ec-input textarea::placeholder {
    color: #808080;
}

h1 img {
    width: 100%;
}

legend {
    border-bottom: 0;
    font-size: 14px;
}

.ec-select select,
.ec-input select {
    height: 40px;
}

.ec-halfInput {
    width: 100%;
}

.ec-halfInput input[type='text'] {
    width: 100%;
}

.ec-input input[disabled],
.ec-halfInput input[disabled],
.ec-numberInput input[disabled],
.ec-zipInput input[disabled],
.ec-telInput input[disabled],
.ec-select input[disabled],
.ec-birth input[disabled],
.ec-input input[readonly],
.ec-halfInput input[readonly],
.ec-numberInput input[readonly],
.ec-zipInput input[readonly],
.ec-telInput input[readonly],
.ec-select input[readonly],
.ec-birth input[readonly],
fieldset[disabled] .ec-input input,
fieldset[disabled] .ec-halfInput input,
fieldset[disabled] .ec-numberInput input,
fieldset[disabled] .ec-zipInput input,
fieldset[disabled] .ec-telInput input,
fieldset[disabled] .ec-select input,
fieldset[disabled] .ec-birth input,
.ec-input select[disabled],
.ec-halfInput select[disabled],
.ec-numberInput select[disabled],
.ec-zipInput select[disabled],
.ec-telInput select[disabled],
.ec-select select[disabled],
.ec-birth select[disabled],
.ec-input select[readonly],
.ec-halfInput select[readonly],
.ec-numberInput select[readonly],
.ec-zipInput select[readonly],
.ec-telInput select[readonly],
.ec-select select[readonly],
.ec-birth select[readonly],
fieldset[disabled] .ec-input select,
fieldset[disabled] .ec-halfInput select,
fieldset[disabled] .ec-numberInput select,
fieldset[disabled] .ec-zipInput select,
fieldset[disabled] .ec-telInput select,
fieldset[disabled] .ec-select select,
fieldset[disabled] .ec-birth select {
    background-color: #cccccc;
}

.ec-layoutRole .ec-layoutRole__contents {
    max-width: 1180px;
}

.ec-layoutRole__main h1 {
    margin-top: 0;
}

.ec-blockTopBtn {
    background: #897544;
    border-radius: 50%;
    color: #000000;
    font-size: 56px;
    right: 10px;
    bottom: 10px;
    height: 56px;
    width: 56px;
    filter: drop-shadow(0px 0px 4px #867544);
}

.ec-blockTopBtn:hover {
    background-color: #000000;
    color: #897544;
}

.ec-alert-warning {
    background: #897544;
}

.ec-alert-warning .ec-alert-warning__text {
    color: #000000;
}

#breadcrumb>ul {
    color: #ffffff;
    font-family: '繝｡繧､繝ｪ繧ｪ', Meiryo, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic Pro', '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', Osaka, sans-serif;
    font-size: 11.5px;
    list-style: none;
    overflow: hidden;
    padding: 10px 5px;
}

#breadcrumb>ul>li {
    float: left;
}

#breadcrumb>ul>li a {
    color: #ffffff;
    text-decoration: underline;
}

#breadcrumb>ul>li .sr-rightArrow {
    color: #c6a146;
    font-weight: bold
}

.sr-txtNotice {
    color: #c6a146;
}

.sr-txtAttention {
    color: #ff0000;
}

.sr-ticketNotice {
    color: #ff0000;
    padding: 8px 0;
}

.sr-txtFormErrorTitle {
    color: #ff0000;
    margin: 8px 0;
    font-weight: bold;
}

.sr-iconPlus,
.sr-iconMinus {
    display: block;
    width: 100%;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sr-iconPlus {
    background-image: url(/html/template/default/assets/img/common/btn_plus.png);
}

.sr-iconMinus {
    background-image: url(/html/template/default/assets/img/common/btn_minus.png);
}

.sr-pcOnly {
    display: none;
}

.sr-spOnly {
    display: block;
}

span.sr-spOnly {
    display: inline;
}

.sr-pcOnlyInlineBlock {
    display: none;
}

.sr-relieved li {
    color: #ffffff;
    font-family: "Hiragino Mincho ProN", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 23px;
    list-style: none;
    background-position: 0px center;
    background-repeat: no-repeat;
    padding: 16px 16px 16px 33px;
}

.sr-relieved li.sr-no1 {
    background-image: url(/html/template/default/assets/img/common/no1.png);
}

.sr-relieved li.sr-no2 {
    background-image: url(/html/template/default/assets/img/common/no2.png);
}

.sr-relieved li.sr-no3 {
    background-image: url(/html/template/default/assets/img/common/no3.png);
}

.sr-relieved li.sr-no4 {
    background-image: url(/html/template/default/assets/img/common/no4.png);
}

.sr-relieved li.sr-no5 {
    background-image: url(/html/template/default/assets/img/common/no5.png);
}

.sr-relieved li.sr-no6 {
    background-image: url(/html/template/default/assets//img/common/no6.png);
}

.sr-relieved li.sr-no7 {
    background-image: url(/html/template/default/assets/img/common/no7.png);
}

.sr-cardIcon {
    background-image: url(/html/template/default/assets/img/common/btn_card.png), url(/html/template/default/assets/img/common/btn_arrow01a.png);
    background-position: left center, right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sr-mailIcon {
    background-image: url(/html/template/default/assets/img/common/btn_mail.png), url(/html/template/default/assets/img/common/btn_arrow01a.png);
    background-position: left center, right center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* 繝懊ち繝ｳ繝代�繝� */
.sr-btn {
    margin: 0 auto 14px auto;
    text-align: center;
}

.sr-btn a {
    color: #000000;
    background-color: #897544;
    display: block;
    height: 36px;
    font-family: 'Hiragino Mincho ProN', 'HG譏取悃E', '�ｭ�ｳ �ｰ譏取悃', serif;
    font-size: 11.5px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    border: 1px solid #897544;
    border-radius: 4px;
    padding: 0;
    font-size: 14px;
}

.sr-btn a:hover {
    background: #000000;
    color: #897544;
}

.sr-inlineBtn,
.sr-inlineBtn--action {
    color: #897544;
    background-color: #000000;
    margin: 0 8px 0 8px;
    border: 1px solid #897544;
    border-radius: 4px;
    padding: 4px 8px;
    font-family: 'Hiragino Mincho ProN', 'HG譏取悃E', '�ｭ�ｳ �ｰ譏取悃', serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    display: inline;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sr-inlineBtn:hover {
    color: #897544;
    background-color: transparent;
}

.sr-inlineBtn--action {
    color: #000000;
    background-color: #897544;
}

.sr-inlineBtn--action:hover {
    color: #897544;
    background-color: #000000;
}

.sr-blockBtn--action,
.sr-blockBtn--cancel {
    margin: 8px;
    font-family: 'Hiragino Mincho ProN', 'HG譏取悃E', '�ｭ�ｳ �ｰ譏取悃', serif;
    font-weight: normal;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 16px;
    text-decoration: none;
    color: #000000;
    background-color: #897544;
    border-color: #897544;
    display: block;
    width: 95%;
    height: 40px;
    line-height: 26px;
}

.sr-blockBtn--action {
    color: #000000;
    background-color: #897544;
    border-color: #897544;
}

.sr-blockBtn--action:visited {
    color: #000000;
}

.sr-blockBtn--action:hover {
    text-decoration: none;
    background-color: transparent;
    color: #897544;
}

.sr-blockBtn--action:focus {
    color: #000000;
    outline-color: transparent;
    text-decoration: none;
}

.sr-blockBtn--action:hover:focus {
    color: #897544;
}

.sr-blockBtn--cancel {
    color: #897544;
    background-color: transparent;
    border-color: #897544;
}

.sr-blockBtn--cancel:visited {
    color: #897544;
}

.sr-blockBtn--cancel:hover {
    text-decoration: none;
    background-color: #897544;
    color: #000000;
}

.sr-blockBtn--cancel:focus {
    color: #897544;
    outline-color: transparent;
    text-decoration: none;
}

.sr-blockBtn--cancel:hover:focus {
    color: #000000;
}

.bg-load-overlay {
    background: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.ec-input .ec-errorMessage,
.ec-halfInput .ec-errorMessage,
.ec-numberInput .ec-errorMessage,
.ec-zipInput .ec-errorMessage,
.ec-telInput .ec-errorMessage,
.ec-select .ec-errorMessage,
.ec-birth .ec-errorMessage {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
}

.ec-zipInput input {
    max-width: 10em;
}

.ec-telInput input {
    max-width: 12em;
}

.tooltip-inner {
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    max-width: 320px;
    padding: 8px;
}

.sr-errorHeader p.ec-errorMessage {
    color: #ff0000;
    margin-left: 1em;
    display: inline;
}

/* Block/news.twig 縺顔衍繧峨○ */
.ec-newsRole {
    margin: 0;
    padding: 0;
}

.ec-off1Grid {
    display: -ms-flexbox;
    display: flex;
}

.ec-off1Grid .ec-off1Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 0;
}

.ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
}

label,
.ec-label {
    font-family: '繝｡繧､繝ｪ繧ｪ', Meiryo, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic Pro', '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', Osaka, sans-serif;
}

.ec-progress .ec-progress__label {
    color: #ffffff;
}

@media only screen and (min-width: 768px) {
    body {
        font-family: '繝｡繧､繝ｪ繧ｪ', Meiryo, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic Pro', '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', Osaka, sans-serif;
    }

    #breadcrumb>ul {
        font-size: 14px;
    }

    .ec-role {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ec-off2Grid .ec-off2Grid__cell {
        text-align: center;
    }

    .sr-blockBtn--action {
        display: inline-block;
        vertical-align: middle;
        width: 262px;
    }

    .sr-blockBtn--cancel {
        display: inline-block;
        vertical-align: middle;
        width: 262px;
    }

    .sr-blockBtn--action,
    .sr-blockBtn--cancel {
        height: 56px;
        line-height: 42px;
    }

    .ec-layoutRole {
        width: 1180px;
    }

    h1 img {
        width: 1180px;
        height: auto;
    }

    .ec-input input,
    .ec-halfInput input,
    .ec-numberInput input,
    .ec-zipInput input,
    .ec-telInput input,
    .ec-select input,
    .ec-birth input,
    .ec-input select,
    .ec-halfInput select,
    .ec-numberInput select,
    .ec-zipInput select,
    .ec-telInput select,
    .ec-select select,
    .ec-birth select,
    .ec-input textarea,
    fieldset.sr-contains-required-element {
        font-size: 14px;
    }

    /*
    .ec-input input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input, .ec-select input, .ec-birth input {
        width: 80%;
    }
    */
    .ec-input {
        width: 80%;
    }

    .ec-input input {
        width: 100%;
    }

    .ec-halfInput {
        width: 47%;
    }

    .ec-halfInput input[type='text'] {
        width: 100%;
    }

    .ec-select__delivery.error,
    .ec-select__time.error {
        display: block;
    }

    .ec-blockTopBtn {
        right: 30px;
        bottom: 30px;
    }

    .tooltip-inner {
        background-color: #000000;
        color: #ffffff;
    }

    .sr-pcOnly {
        display: block;
    }

    span.sr-pcOnly {
        display: inline;
    }

    .sr-pcOnlyInlineBlock {
        display: inline-block;
    }

    .sr-spOnly {
        display: none;
    }
}