/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

html,
body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", sans-serif;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.6;
    color: #222;
    font-size: 14px;
    text-align: center;
    min-height: 100%;
    height: auto !important;
    position: relative;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
caption,
address,
th {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

img,
iframe {
    vertical-align: middle;
    border: 0px;
}

img {
    line-height: 0;
    font-size: 0;
    -webkit-backface-visibility: hidden;
}

table {
    border-collapse: collapse;
}

th {
    font-weight: normal;
    text-align: left;
}

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

select {
    padding: 2px;
}

input,
select {
    font-size: 100%;
    vertical-align: middle;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

textarea {
    font-size: 100%;
}

input {
    vertical-align: middle;
}

::-webkit-input-placeholder {
    color: #000;
}

label {
    padding: 0 0 0 2px;
}

hr {
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: .01em;
    height: 0;
    overflow: hidden;
}

.clearfix {
    min-height: 1px;
    zoom: 1;
}

@keyframes fade-in1 {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fade-in1 {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }
}

.fadein1,
.fadein2,
.fadein3,
.fadein4 {
    /*opacity: 0;*/
    visibility: hidden;
    animation-name: fade-in1;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fadein1 {
    animation-delay: 1s;
}

.fadein2 {
    animation-delay: 1.3s;
}

.fadein3 {
    animation-delay: 1.8s;
}

.fadein4 {
    animation-delay: 2.3s;
}

.main_visual {
    width: 100%;
    height: 800px;
    background-position: center center;
    background-size: cover;
    display: flex;
}

@media screen and (max-width: 576px) {
    .main_visual {
        height: 300px;
    }
}

.main_visual .inner {
    width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 20px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
}

.main_ttl {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 36px;
}

.main_price {
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

.main_price span {
    font-size: 50px;
    font-weight: bold;
    margin-right: 5px;
}

.main_catch {
    position: absolute;
    bottom: 60px;
    right: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

.btn_contact {
    position: fixed;
    z-index: 999;
    top: 60px;
    right: 40px;
}


.btn_contact a:hover {
opacity: 70%;
}



@media screen and (max-width: 576px) {
    .logo img {
        width: 80%;
    }

    .main_ttl {
        font-size: 18px;
        font-weight: bold;
        margin-top: 36px;
    }

    .main_price {
        position: absolute;
        bottom: 16px;
        left: 20px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.2;
    }

    .main_price span {
        font-size: 24px;
        font-weight: bold;
        margin-right: 5px;
    }

    .main_catch {
        position: absolute;
        bottom: 10px;
        right: 20px;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.2;
        text-align: right;
    }

    .main_catch img {
        width: 50%;
    }

    .btn_contact {
        position: fixed;
        z-index: 999;
        top: 60px;
        right: 40px;
    }

    .btn_contact {
        position: fixed;
        z-index: 999;
        top: 20px;
        right: 20px;
        text-align: right;
    }

    .btn_contact img {
        width: 60%;
    }
}

.contents {
    background: #faf8f4;
}

.contents .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 0;
    background: #faf8f4;
    box-sizing: border-box;
}

.contents h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 70px;
}

@media screen and (max-width: 576px) {
    .contents .inner {
        padding: 60px 20px;
        box-sizing: border-box;
    }

    .contents h2 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 30px;
    }
}


.contents .sub_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0 70px;
    background: #faf8f4;
    box-sizing: border-box;
}




@media screen and (max-width: 576px) {
.contents .sub_inner {
        padding: 20px 20px;
        box-sizing: border-box;
    }

}




#area01 {
    margin-bottom: 150px;
}

#area02,
#area03,
#area04,
#area05 {
    margin-bottom: 70px;
}

@media screen and (max-width: 576px) {
    #area01 {
        margin-bottom: 50px;
    }

    #area02,
    #area03,
    #area04,
    #area05 {
        margin-bottom: 50px;
    }
}

.about {}

.about li {
    width: 30%;
    float: left;
    margin-right: 5%;
    font-size: 18px;
}

.about li img {
    border-radius: 50%;
    max-width: 100%;
    margin-bottom: 20px;
}

.about li:last-child {
    float: left;
    margin-right: 0;
}

@media screen and (max-width: 576px) {
    .about li {
        width: 100%;
        float: none;
        margin-right: 0;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .about li img {
        margin-bottom: 10px;
    }
}

.scene {}

.scene li {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.scene li:last-child {
    float: left;
    margin-right: 0;
}

.scene li img {
    max-width: 100%;
    margin-bottom: 20px;
}

.scene .ttl {
    font-size: 18px;
}

.scene .txt {
    font-size: 14px;
    text-align: left;
}

@media screen and (max-width: 576px) {
    .scene li {
        width: 100%;
        float: none;
        margin-right: 0;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .scene li:last-child {
        float: none;
        margin-right: 0;
    }

    .scene li img {
        max-width: 100%;
    }

    .scene .ttl {
        font-size: 18px;
    }

    .scene .txt {
        font-size: 14px;
        text-align: left;
    }
}

.product {
    margin-bottom: 50px;
}

.product li {
    width: 46%;
    float: left;
    margin: 0 2%;
}

.product li img {
    max-width: 100%;
}

.product li:last-child {
    float: left;
    margin-right: 0;
}

.product table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 6px;
    table-layout: fixed;
    font-size: 14px;
    margin-top: 20px
}

.product table th,
.product table td {
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    min-height: 60px;
    padding: 16px 20px;
}

.product table td {
    text-align: left;
}

.product table th:first-child {
    width: 100px;
}

@media screen and (max-width: 576px) {
    .product {
        margin-bottom: 20px;
    }

    .product table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 6px;
        table-layout: fixed;
        font-size: 12px;
        margin-top: 10px
    }

    .product table th,
    .product table td {
        display: block;
        width: 100%;
        background-color: #fff;
        text-align: center;
        vertical-align: middle;
        min-height: auto;
        padding: 10px 10px;
        box-sizing: border-box;
    }

    .product table td {
        margin-bottom: 10px;
    }

    .product table th:first-child {
        margin-bottom: 2px;
        width: auto;
        font-size: 14px;
    }
}

.print {
    margin-bottom: 50px;
}

.print li {
    width: 23%;
    float: left;
    margin: 1% 1%;
}

.print li img {
    max-width: 100%;
}

.print li:last-child {
    float: left;
    margin-right: 0;
}

.print table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 6px;
    table-layout: fixed;
    font-size: 14px;
    margin-top: 20px
}

.print table th,
.print table td {
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    min-height: 60px;
    padding: 16px 20px;
}

.print table td {
    text-align: left;
}

.print table th:first-child {
    width: 100px;
}

.print table img {
    max-width: 100%;
}

@media screen and (max-width: 576px) {
    .print {
        margin-bottom: 20px;
    }

    .print li {
        width: 46%;
        float: left;
        margin: 0 2% 10px;
    }

    .print table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 6px;
        table-layout: fixed;
        font-size: 12px;
        margin-top: 10px
    }

    .print table th,
    .print table td {
        display: block;
        width: 100%;
        background-color: #fff;
        text-align: center;
        vertical-align: middle;
        min-height: auto;
        padding: 10px 10px;
        box-sizing: border-box;
    }

    .print table td {
        margin-bottom: 10px;
    }

    .print table th:first-child {
        margin-bottom: 2px;
        width: auto;
        font-size: 14px;
    }
}

.price {
    margin-bottom: 50px;
}

.price table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 6px;
    table-layout: fixed;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.price table th,
.price table td {
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    min-height: 60px;
    padding: 16px 20px
}

.price table td {
    text-align: center;
}

@media screen and (max-width: 576px) {
    .price {
        margin-bottom: 20px;
    }

    .price li {
        width: 46%;
        float: left;
        margin: 0 2% 10px;
    }

    .price table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 6px;
        table-layout: fixed;
        font-size: 12px;
        margin-top: 10px
    }

    .price table th,
    .price table td {
        background-color: #fff;
        text-align: center;
        vertical-align: middle;
        min-height: 60px;
        padding: 10px 10px;
    }

    .price table th:first-child {
        width: auto;
    }
}

.order {
    margin-bottom: 20px;
}

ul.order {
    display: flex;
    justify-content: center
}

.order li {
    width: 290px;
    background-color: #fff;
    margin: 0 10px;
}

.order li h3 {
    font-size: 18px;
    color: #000;
    letter-spacing: .42px;
    line-height: 1.7;
    padding: 25px 25px 0;
    text-align: center;
}

.order li p {
    letter-spacing: .42px;
    line-height: 1.7;
    padding: 25px;
    text-align: left;
}

@media screen and (max-width: 576px) {
    .order {
        margin-bottom: 20px;
    }

    ul.order {
        display: block;
        margin: 0 auto
    }

    .order li {
        margin: 0 auto 10px;
        width: 100%;
        display: block;
        align-items: center;
        padding: 10px 20px;
        box-sizing: border-box;
    }

    .order li h3 {
        margin: 0;
        padding: 15px 10px 0;
    }

    .order li p {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 20px;
    }
}

.button {
    background-color: #e4007f;
    position: relative;
    display: inline-block;
    margin-bottom: 100px;
}

.button a {
    display: block;
    font-size: 24px;
    text-decoration: none;
    padding: 24px 72px;
    color: #fff;
    letter-spacing: .15em;
    transition: .3s ease-in-out
}

.button:hover a {
    background-color: #f840a4;
}

@media screen and (max-width: 576px) {
    .button {
        background-color: #e4007f;
        position: relative;
        display: inline-block;
        margin-bottom: 100px;
    }

    .button a {
        display: block;
        font-size: 18px;
        text-decoration: none;
        padding: 15px 20px;
        color: #fff;
        letter-spacing: .15em;
        transition: .3s ease-in-out
    }

    .button:hover a {
        background-color: #f840a4;
    }
}




.button_m {
    background-color: #ddd;
    position: relative;
    display: inline-block;
    margin-bottom: 100px;
}

.button_m a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 20px;
    color: #000;
    letter-spacing: .15em;
    transition: .3s ease-in-out
}

.button_m:hover a {
    background-color: #bbb;
}

@media screen and (max-width: 576px) {
.button_m {
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
    }

.button_m a {
        display: block;
        font-size: 14px;
        text-decoration: none;
        padding: 10px 20px;
        color: #000;
        letter-spacing: .1em;
        transition: .3s ease-in-out
    }

.button_m:hover a {

    }
}

.voice {
    margin-bottom: 50px;
}

.voice li {
    width: 48%;
    float: left;
    margin: 0 1% 1%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.voice li img {
    max-width: 100%;
}

.voice li dt {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.voice li dd {
    float: left;
    width: 65%;
    text-align: left;
}

.voice li dd .ttl {
    font-size: 18px;
    line-height: 1.6;
}

.voice li dd .shop {
    font-size: 14px;
    text-align: right;
    line-height: 1.6;
}

.voice li dd .txt {
    font-size: 14px;
    line-height: 1.4;
}

.voice li:last-child {
    float: left;
    margin-right: 0;
}

@media screen and (max-width: 576px) {
    .voice {
        margin-bottom: 50px;
    }

    .voice li {
        width: 100%;
        float: left;
        margin: 0 0 10px;
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
    }

    .voice li img {
        max-width: 100%;
    }

    .voice li dt {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .voice li dd {
        float: none;
        width: 100%;
        text-align: left;
    }

    .voice li dd .ttl {
        font-size: 18px;
        line-height: 1.6;
    }

    .voice li dd .shop {
        font-size: 14px;
        text-align: right;
        line-height: 1.6;
    }

    .voice li dd .txt {
        font-size: 14px;
        line-height: 1.4;
    }

    .voice li:last-child {
        float: left;
        margin-right: 0;
    }
}

    .caution {
        text-align: left;
        font-size: 12px;
        margin-left: 10px;
    }

@media screen and (max-width: 576px) {
    .caution {
        text-align: left;
        font-size: 10px;
                margin-left: 0;
    }
}

footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #383a3d;
    width: 100%;
}

footer .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

footer p.logo {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .86px;
    padding-top: 25px;
    padding-bottom: 10px;
}

footer p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: .86px;
    padding-top: 5px;
    padding-bottom: 10px;
}

footer nav {
    text-align: left;
    justify-content: center;
    padding-top: 40px;
}

footer nav .box {
    text-align: left;
    width: 50%;
    float: left;
    padding: 40px;
    box-sizing: border-box;
}

footer nav h2 {
    font-size: 20px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    margin-bottom: 24px;
}

footer nav a {
    color: #fff;
    text-decoration: none;
    letter-spacing: .1em;
}

footer nav > div > ul {}

footer nav > div > ul > li {
    color: #fff;
}

.footer-sns {
    margin-top: 30px;
    font-size: 12px;
}

.footer-sns a {
    margin-right: 10px;
    text-decoration: none;
}

@media screen and (max-width: 770px) {
    footer {
        width: 100%
    }

    footer .inner {
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 598px) {
    footer p.logo {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        letter-spacing: .86px;
        padding-top: 25px;
        padding-bottom: 10px;
    }

    footer p {
        text-align: center;
        font-size: 16px;
        color: #fff;
        letter-spacing: .86px;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    footer nav {
        text-align: left;
        justify-content: center;
        padding-top: 40px;
    }

    footer nav .box {
        text-align: left;
        width: 100%;
        float: none;
        padding: 0;
        box-sizing: border-box;
        font-size: 12px;
        margin-bottom: 20px;
    }

    footer nav h2 {
        font-size: 16px;
        color: #fff;
        text-align: left;
        border-bottom: 1px solid #fff;
        padding-bottom: 12px;
        margin-bottom: 24px;
    }

    footer nav a {
        color: #fff;
        text-decoration: none;
    }

    footer nav > div > ul {}

    footer nav > div > ul > li > ul > li {}

    footer nav > div > ul > li {
        color: #fff;
    }

    .footer-sns {
        margin-top: 30px;
        font-size: 12px;
    }

    .footer-sns a {
        margin-right: 10px;
        text-decoration: none;
    }
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 576px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

.form {
    margin-bottom: 50px;
}

.form li {
    width: 23%;
    float: left;
    margin: 0 1%;
}

.form li img {
    max-width: 100%;
}

.form li:last-child {
    float: left;
    margin-right: 0;
}

.form table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 6px;
    table-layout: fixed;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.form table th,
.form table td {
    background-color: #fff;
    vertical-align: middle;
    min-height: 60px;
    padding: 16px 20px;
}

.form table td {
    text-align: left;
}

.form table th:first-child {
    width: 240px;
}

.form table img {
    max-width: 100%;
}

@media screen and (max-width: 576px) {
    .form {
        margin-bottom: 20px;
    }

    .form li {
        width: 46%;
        float: left;
        margin: 0 2% 10px;
    }

    .form table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 6px;
        table-layout: fixed;
        font-size: 12px;
        margin-top: 10px
    }

    .form table th,
    .form table td {
        display: block;
        width: 100%;
        background-color: #fff;
        text-align: center;
        vertical-align: middle;
        min-height: auto;
        padding: 10px 10px;
        box-sizing: border-box;
    }

    .form table td {
        margin-bottom: 10px;
    }

    .form table th:first-child {
        margin-bottom: 2px;
        width: auto;
    }
}

input[type="submit"],
input[type="text"],
textarea,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
}

input[type="text"],
textarea {
    background: #f8f8f8;
    display: block;
    font-size: 16px;
    padding: 12px 15px;
    width: 100%;
    transition: 0.8s;
    border-radius: 0;
    box-sizing: border-box;
        border: 1px solid #eee;
}

input[type="text"]:focus,
textarea:focus {
    background: #e9f5fb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name="content"] {
    display: inline-block;
    width: 100%;
    height: 200px;
}

input::placeholder,
textarea::placeholder {
    color: #ccc;
}

::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.form-table {
    width: 100%;
}

.form-table th,
.form-table td {
    padding: 20px;
}

.form-table th {
    background: #ffecea;
    padding-left: 50px;
    position: relative;
    text-align: left;
    width: 300px;
    vertical-align: middle;
    font-size: 16px;
}

.form-table th span {
    background: #e41c82;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 35%;
}

@media screen and (max-width: 576px) {
    .form-table th span {
        background: #e41c82;
        color: #fff;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 5px;
    }
}

.btnbx {
    background-color: #e4007f;
    position: relative;
    display: inline-block;
    margin-bottom: 100px;
}

.btnbx input {
    background-color: #e4007f;
    display: block;
    font-size: 24px;
    text-decoration: none;
    padding: 24px 72px;
    color: #fff;
    letter-spacing: .15em;
    transition: .3s ease-in-out
}

.btnbx input:hover {
    background-color: #f840a4;
}

@media screen and (max-width: 576px) {
    .btnbx {
        background-color: #e4007f;
        position: relative;
        display: inline-block;
        margin-bottom: 100px;
    }

    .btnbx input {
        display: block;
        font-size: 18px;
        text-decoration: none;
        padding: 15px 20px;
        color: #fff;
        letter-spacing: .15em;
        transition: .3s ease-in-out
    }


   select span {
   font-size: 10px;
}

}







.sub_head {
    margin-bottom: 50px;
}

.sub_head li {
    width: 46%;
    float: left;
    margin: 0 2%;
}

.sub_head li img {
    max-width: 100%;
}

.sub_head li:last-child {
    float: left;
    margin-right: 0;
    margin-top: 12px;
    text-align: right;
}


@media screen and (max-width: 576px) {
.sub_head {
        margin-bottom: 20px;
    }

}





.sub_product {
    margin-bottom: 20px;
}

.sub_product li {
    width: 48%;
    float: left;
    margin-right: 2%;
        text-align: right;
    background: #fff;
}

.sub_product li img {
    width: 100%;
    max-width: 100%;
}

.sub_product li:last-child {
    float: right;
    margin-right: 0;

}

.sub_product input[type="text"] {
    background: #f8f8f8;
    display: inline-block;
    font-size: 16px;
    padding: 12px 15px;
    width: 100px;
    transition: 0.8s;
    border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin: 0 10px;
}

.sub_product textarea {
    background: #f8f8f8;
    display: inline-block;
    font-size: 16px;
    padding: 12px 15px;
    width: 100%;
    transition: 0.8s;
    border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin: 0 10px;
}
.sub_product table {
    width: 100%;
}

.sub_product th,
.sub_product td {
    padding: 10px 20px;
}




@media screen and (max-width: 576px) {
.sub_product {
        margin-bottom: 20px;
    }
.sub_product th span {
        background: #e41c82;
        color: #fff;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 5px;
    }
}


#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {

}
#page_top a:hover {
opacity: 40%;
}

/* 20200826 追加 */
.sub_ttl {
    color: #fff;
    margin: 10px 0 0;
    font-size: 130%;
}
.pro_ttl {
    margin: 0 0 20px!important;
}
.pro_select {
    text-align: center;
    margin: 0 0 50px;
    font-size: 120%;
}
.product02 {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}
.product02 li {
    width: 49%;
}
.product02 li .ttl {
    font-size: 140%;
    margin: 0 0 20px;
}
.product02 li .img_box {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 20px;
}
.product02 li .img_box .img {
    width: 48%;
}
.product02 li .img_box .img img {
    width: 100%;
}
.product02 li dl {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
}
.product02 li dl:not(:last-child) {
    margin: 0 0 5px;
}
.product02 li dl dt {
    background: #fff;
    width: 20%;
    margin: 0 5px 0 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product02 li dl dd {
    background: #fff;
    width: 80%;
    padding: 20px;
    text-align: left;
}
@media screen and (max-width: 576px) {
    .main_ttl {
        margin-top: 20px;
    }
    .sub_ttl {
        margin: 5px 0 0;
        font-size:90%;
    }
    .pro_ttl {
        margin: 0 0 10px !important;
    }
    .pro_select {
        margin: 0 0 30px;
        font-size: 100%;
    }
    .product02 {
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    .product02 li {
        width: 100%;
    }
    .product02 li:not(:last-child) {
        margin: 0 0 50px;
    }
    .product02 li .ttl {
        font-size: 120%;
    }
    .product02 li .img_box {
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    .product02 li .img_box .img {
        width: 100%;
    }
    .product02 li .img_box .img:not(:last-child) {
        margin: 0 0 10px;
    }
    .product02 li dl {
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    .product02 li dl:not(:last-child) {
        margin: 0 0 15px;
    }
    .product02 li dl dt {
        width: 100%;
        margin: 0 0 2px;
        box-sizing: border-box;
        padding: 10px;
    }
    .product02 li dl dd {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }
}

.toptxt {
	color: #fff;
	font-size: 85%;
	padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
.toptxt {
	font-size: 70%;
}	
}

/* 20200903 追加 */
#area04 .price.pc th.none {
    background: none;
}
