@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
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;
    box-sizing: border-box;
    line-height: inherit;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

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

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

html {
    font-size: 62.5%;
    overflow: auto;
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    font-feature-settings: "palt"1;
    font-size: 1.6rem;
}

a,
a:visited {
    text-decoration: none;
}

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

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
}

blockquote,
q {
    quotes: none;
}

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

[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}

[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

/* フォーム */
input,
button,
textarea,
select {
    font: inherit;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    box-sizing: border-box;
    outline: none;
}

select {
    border-radius: 0;
}

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

textarea {
    resize: vertical;
}

[type=radio],
[type=checkbox] {
    margin: 0;
}

[type=text],
[type=number],
[type=tel],
[type=email] {
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
}

[type=number] {
    -moz-appearance: textfield;
}

[type=number]::-webkit-outer-spin-button,
[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button {
    border: none;
    padding: 0;
    background: transparent;
    outline: none;
}

input,
select {
    vertical-align: middle;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

body {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1;
}

@media (min-width: 768px) {
    .pc-none {
        display: none;
    }
}

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

.swimming {
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .swimming {
        width: 100%;
    }
}

.swimming__head {
    line-height: 0;
}

.nav {
    position: fixed;
    right: 0;
    z-index: 100;
}

@media (min-width: 768px) {
    .nav {
        top: 100px;
    }
}

@media (max-width: 767px) {
    .nav {
        width: 100%;
        display: flex;
        justify-content: center;
        bottom: 0;
    }
}

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

@media (max-width: 767px) {
    .nav__list {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .nav__list:first-child {
        margin-right: 0.5%;
    }
}

.benefits {
    max-width: 852px;
    width: calc(100% - 30px * 2);
    margin-left: auto;
    margin-right: auto;
    padding: 28px 0 60px;
}

.txt {
    position: absolute;
    top: 58.5%;
    width: 90%;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.sec8 {
      margin-top: 30px;
      padding: 0 20px ;
      text-align: center;
    }
    .sec9 {
      margin-top: 30px;
      text-align: center;
      padding: 30px 50px;
      background: #EAF6FD;
    }
    .sec9 img {
      max-width: 100%;
    }
    .sec9 figure {
      margin-bottom: 20px;
    }

.relative {
    position: relative;
}

@media (max-width: 767px) {
    .benefits {
        width: calc(100% - 30px);

    }

    .txt {
        position: absolute;
        /*top: 38%;*/
        top: 58%;
    }
}

@media (max-width: 414px) {
    .txt {
        position: absolute;
        top: 39%;
    }
}

@media (max-width: 767px) {
    .benefits {
        padding: 16px 0 40px;
    }
}

.benefits__img:not(:last-child) {
    margin-bottom: 40px;
}

.benefits2__img:not(:last-child) {
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .benefits__img:not(:last-child) {
        margin-bottom: 20px;
    }
}

.reserve {
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 0;
    background: url("../images/bg_reserve.jpg");
}

@media (max-width: 767px) {
    .reserve {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .reserve {
        padding: 40px 0;
    }
}

.reserve__title {
    text-align: center;
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .reserve__title {
        margin-bottom: 20px;
    }
}

.reserve__container {
    max-width: 854px;
    width: calc(100% - 30px * 2);
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .reserve__container {
        width: calc(100% - 30px);
    }
}

.reserve__subtitle {
    width: 610px;
    height: 90px;
    margin: 0 auto 34px;
}

@media (max-width: 767px) {
    .reserve__subtitle {
        width: 284px;
        height: 43px;
        margin-bottom: 24px;
    }
}

.flow {
    background: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .flow {
        max-width: 530px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .flow {
        max-width: 380px;
    }
}

.flow__title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    height: 80px;
    background: #00a2dd;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

@media (max-width: 767px) {
    .flow__title {
        font-size: 24px;
        height: 56px;
    }
}

.flow__container {
    max-width: 680px;
    width: calc(100% - 30px * 2);
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
}

@media (max-width: 767px) {
    .flow__container {
        width: calc(100% - 30px);
    }
}

@media (max-width: 767px) {
    .flow__container {
        padding: 30px 0;
    }
}

@media (max-width: 575px) {
    .flow__container {
        padding: 20px 0;
    }
}

.flow__list {
    padding-bottom: 60px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .flow__list {
        max-width: 480px;
        margin: 0 auto;
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .flow__list {
        max-width: 315px;
    }
}

@media (max-width: 374px) {
    .flow__list {
        max-width: 260px;
    }
}

.flow__list:not(:last-child) {
    margin-bottom: 54px;
}

@media (max-width: 767px) {
    .flow__list:not(:last-child) {
        margin-bottom: 20px;
    }
}

.flow__subtitle {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    height: 60px;
    margin-bottom: 70px;
    padding-top: 28px;
    background: #eaeaea;
    border-radius: 10px 10px 0 0;
    position: relative;
}

@media (max-width: 767px) {
    .flow__subtitle {
        font-size: 20px;
        height: 50px;
        margin-bottom: 50px;
        padding-top: 22px;
    }
}

@media (max-width: 374px) {
    .flow__subtitle {
        font-size: 18px;
    }
}

.flow__subtitle:after {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 26px 340px 0 340px;
    border-color: #eaeaea transparent transparent transparent;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -26px;
    left: 0;
}

@media (max-width: 767px) {
    .flow__subtitle:after {
        border-width: 26px 239px 0 239px;
    }
}

@media (max-width: 575px) {
    .flow__subtitle:after {
        border-width: 26px 156px 0 156px;
    }
}

@media (max-width: 374px) {
    .flow__subtitle:after {
        border-width: 26px 130px 0 130px;
    }
}

.flow__subtitle--green {
    font-size: 18px;
    font-weight: 700;
    color: #13680f;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 14px;
    background: #f2f9f2;
    border-left: 5px solid #13680f;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

.flow__subtitle--purple {
    font-size: 18px;
    font-weight: 700;
    color: #2d1066;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 14px;
    background: #faf5ff;
    border-left: 5px solid #2d1066;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

.flow__detail {
    max-width: 550px;
    width: calc(100% - 30px * 2);
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .flow__detail {
        width: calc(100% - 30px);
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .flow__detail {
        width: calc(100% - 48px);
    }
}

.flow__detail:not(:last-child) {
    margin-bottom: 40px;
}

.flow__btn {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    height: 60px;
    margin-top: 14px;
    background: #26b6eb;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    position: relative;
}

@media (min-width: 768px) {
    .flow__btn {
        transition: 0.3s;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .flow__btn {
        font-size: 16px;
        text-align: center;
        height: 54px;
        margin-top: 10px;
        padding-right: 8px;
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    .flow__btn:hover {
        opacity: 0.7;
    }
}

.flow__btn:not(.on):after {
    content: "";
    width: 8px;
    height: 8px;
    margin: auto;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 4px;
    left: auto;
}

.flow__btn--blue {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    height: 60px;
    background: #102f66;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    position: relative;
}

@media (min-width: 768px) {
    .flow__btn--blue {
        transition: 0.3s;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .flow__btn--blue {
        font-size: 16px;
        text-align: center;
        padding-right: 8px;
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    .flow__btn--blue:hover {
        opacity: 0.7;
    }
}

.flow__btn--blue:not(.on):after {
    content: "";
    width: 8px;
    height: 8px;
    margin: auto;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 4px;
    left: auto;
}

.flow__btn--blue.on {
    border-radius: 5px 5px 0 0;
}

.flow__btn--blue.on:after {
    content: "";
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 4px;
    right: 18px;
    bottom: 0;
    left: auto;
}

.flow__btn--green {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    height: 60px;
    background: #13680f;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    position: relative;
}

@media (min-width: 768px) {
    .flow__btn--green {
        transition: 0.3s;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .flow__btn--green {
        font-size: 16px;
        text-align: center;
        padding-right: 8px;
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    .flow__btn--green:hover {
        opacity: 0.7;
    }
}

.flow__btn--green:not(.on):after {
    content: "";
    width: 8px;
    height: 8px;
    margin: auto;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 4px;
    left: auto;
}

.flow__btn--green.on {
    border-radius: 5px 5px 0 0;
}

.flow__btn--green.on:after {
    content: "";
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 4px;
    right: 18px;
    bottom: 0;
    left: auto;
}

.flow__btn--purple {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    height: 60px;
    background: #2d1066;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    position: relative;
}

@media (min-width: 768px) {
    .flow__btn--purple {
        transition: 0.3s;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .flow__btn--purple {
        font-size: 16px;
        text-align: center;
        padding-right: 8px;
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    .flow__btn--purple:hover {
        opacity: 0.7;
    }
}

.flow__btn--purple:not(.on):after {
    content: "";
    width: 8px;
    height: 8px;
    margin: auto;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 4px;
    left: auto;
}

.flow__btn--purple.on {
    border-radius: 5px 5px 0 0;
}

.flow__btn--purple.on:after {
    content: "";
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 4px;
    right: 18px;
    bottom: 0;
    left: auto;
}

.accordion--blue,
.accordion--green,
.accordion--purple {
    border-radius: 0 0 5px 5px;
    display: none;
}

.accordion--blue {
    border: 1px solid #102f66;
}

.accordion--green {
    border: 1px solid #13680f;
}

.accordion--purple {
    border: 1px solid #2d1066;
}

.accordion__container {
    max-width: 480px;
    width: calc(100% - 30px * 2);
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
}

@media (max-width: 767px) {
    .accordion__container {
        width: calc(100% - 30px);
    }
}

.accordion__list:not(:last-child) {
    margin-bottom: 30px;
}

.accordion__procedurearea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
}

.accordion__procedurearea:not(:last-child) {
    margin-bottom: 12px;
}

.accordion__num {
    width: 32px;
    height: 32px;
}

.accordion__procedure {
    font-size: 16px;
    font-weight: 700;
    width: calc(100% - 40px);
    line-height: 1.75;
}

.accordion__btn {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    max-width: 326px;
    height: 40px;
    margin: 0 auto;
    background: #bf0017;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    position: relative;
}

@media (min-width: 768px) {
    .accordion__btn {
        transition: 0.3s;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .accordion__btn {
        font-size: 14px;
        text-align: center;
        padding-right: 8px;
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    .accordion__btn:hover {
        opacity: 0.7;
    }
}

.accordion__btn:not(.on):after {
    content: "";
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    left: auto;
}

.accordion__text {
    font-size: 14px;
    margin: 16px 0;
}

.accordion__imgTitle {
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
}

.accordion__img {
    max-width: 300px;
    width: 100%;
    margin: auto;
    border: 1px solid #eaeaea;
    display: block;
    box-sizing: content-box;
}

.accordion__notes {
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    color: #727272;
    margin-top: 8px;
}

.faq {
    padding: 70px 0 90px;
    background-image: url("../images/sec5-bg.jpg");
    background-repeat: repeat-y;
}

@media (max-width: 767px) {
    .faq {
        padding: 50px 2%;
    }
}

.faq__container {
    max-width: 870px;
    margin: 0 auto;
    padding: 35px 35px 55px 35px;
    background-color: #fff;
    border: 10px solid #3f9de9;
    border-radius: 13px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .faq__container {
        padding: 20px 3% 30px 3%;
        border: solid 5px #3f9de9;
    }
}

.faq__title {
    margin-bottom: 30px;
}

.faq__dt {
    background-color: rgba(204, 204, 204, 0.2);
    background-image: url("../images/sec5-icon1.png");
    background-repeat: no-repeat;
    background-position: 98% 49%;
    padding: 20px 15px;
    border-bottom: solid 2px #3fA0ec;
    margin-top: 30px;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .faq__dt {
        margin-top: 20px;
        padding: 20px 15px 50px 15px;
        background-position: 98% 92%;
        background-size: 17%;
    }
}

.faq__dt.open {
    background-image: url("../images/sec5-icon2.png");
    transition: 0.3s;
}

@media (max-width: 767px) {
    .faq__dt.open {
        background-size: 20%;
    }
}

.faq__dd {
    font-size: 22px;
    color: #3f9de9;
    padding: 15px;
    line-height: 1.5;
    display: none;
}

@media (max-width: 767px) {
    .faq__dd {
        font-size: 16px;
        padding: 15px 0;
    }
}

.faq__link {
    color: #ff6c60;
}

.shop {
    max-width: 960px;
    width: calc(100% - 30px * 2);
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0 52px;
}

@media (max-width: 767px) {
    .shop {
        width: calc(100% - 30px);
    }
}

@media (min-width: 992px) {
    .shop {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .shop {
        margin: 0 3%;
        padding: 46px 0 66px;
    }
}

.shop__title {
    text-align: center;
}

.shop__subtitle {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-bottom: 8px;
    border-bottom: 2px solid #2b6d39;
}

.shop__subtitle:first-child {
    margin-top: 35px;
}

.shop__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shop__item {
    width: 50%;
    padding: 20px 0 74px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

@media (max-width: 767px) {
    .shop__item {
        width: 100%;
        margin: 0 auto;
        padding: 16px 0 25px;
    }
}

.shop__item--none {
    width: 50%;
    padding: 20px 0 74px;
    position: relative;
}

@media (max-width: 767px) {
    .shop__item--none {
        width: 100%;
        margin: 0 auto;
        padding: 16px 0 25px;
    }
}

.shop__name {
    font-size: 24px;
    font-weight: bold;
    color: #2b6d39;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

@media (max-width: 767px) {
    .shop__name {
        font-size: 16px;
    }
}

.shop__name:before {
    content: "";
    width: 9px;
    height: 13px;
    margin: auto;
    background: url("../images/sec6-img1.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.shop__access {
    font-size: 14px;
    margin-right: 5%;
    line-height: 1.75;
}

@media (max-width: 767px) {
    .shop__access {
        font-size: 12px;
    }
}

.shop__btnarea {
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
}

@media (min-width: 768px) {
    .shop__btnarea {
        margin: 0 auto;
        position: absolute;
        right: 0;
        bottom: 20px;
        left: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .shop__btnarea {
        font-size: 11px;
    }
}

.shop__btn {
    font-weight: 700;
    text-align: center;
    color: #f4f0ea;
    width: 38%;
    height: 40px;
    margin-top: 10px;
    padding-right: 6px;
    background-color: #004ea2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    position: relative;
}

@media (min-width: 768px) {
    .shop__btn {
        transition: 0.3s;
    }
}

@media (max-width: 767px) {
    .shop__btn {
        width: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .shop__btn {
        padding-right: 10px;
        letter-spacing: -1px;
    }
}

.shop__btn:after {
    content: "";
    width: 5px;
    height: 5px;
    margin: auto;
    border-top: 2px solid #f4f0ea;
    border-right: 2px solid #f4f0ea;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    left: auto;
}

@media (max-width: 767px) {
    .shop__btn:after {
        right: 12px;
    }
}

@media (min-width: 768px) {
    .shop__btn:hover {
        opacity: 0.7;
    }
}

@media (min-width: 768px) {
    .shop__btn:not(:last-child) {
        margin-right: 1%;
    }
}

.shop__btn--large {
    font-weight: 700;
    text-align: center;
    color: #f4f0ea;
    width: 32%;
    height: 40px;
    margin-top: 10px;
    padding-right: 6px;
    background-color: #004ea2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    position: relative;
}

@media (min-width: 768px) {
    .shop__btn--large {
        transition: 0.3s;
    }
}

@media (max-width: 767px) {
    .shop__btn--large {
        width: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .shop__btn--large {
        padding-right: 10px;
        letter-spacing: -1px;
    }
}

.shop__btn--large:after {
    content: "";
    width: 5px;
    height: 5px;
    margin: auto;
    border-top: 2px solid #f4f0ea;
    border-right: 2px solid #f4f0ea;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    left: auto;
}

@media (max-width: 767px) {
    .shop__btn--large:after {
        right: 12px;
    }
}

@media (min-width: 768px) {
    .shop__btn--large:hover {
        opacity: 0.7;
    }
}

@media (min-width: 768px) {
    .shop__btn--large:not(:last-child) {
        margin-right: 1%;
    }
}

.shop__btn--store {
    font-weight: 700;
    text-align: center;
    color: #004ea2;
    width: 26%;
    height: 40px;
    margin-top: 10px;
    padding-right: 6px;
    background-color: #f4f0ea;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    position: relative;
}

@media (min-width: 768px) {
    .shop__btn--store {
        transition: 0.3s;
    }
}

@media (max-width: 767px) {
    .shop__btn--store {
        width: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .shop__btn--store {
        padding-right: 10px;
        letter-spacing: -1px;
    }
}

.shop__btn--store:after {
    content: "";
    width: 5px;
    height: 5px;
    margin: auto;
    border-top: 2px solid #004ea2;
    border-right: 2px solid #004ea2;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    left: auto;
}

@media (max-width: 767px) {
    .shop__btn--store:after {
        right: 12px;
    }
}

@media (min-width: 768px) {
    .shop__btn--store:hover {
        opacity: 0.7;
    }
}

@media (min-width: 768px) {
    .shop__btn--store:not(:last-child) {
        margin-right: 1%;
    }
}

.shop__text:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-right: 4px;
}

.shop__text--store:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-right: 4px;
}

.pagetop {
    text-align: right;
    z-index: 100;
    position: fixed;
    left: 0;
    right: 10px;
    bottom: 10px;
}

.pagetop__link {
    transition: 0.3s;
}

.pagetop__link:hover {
    opacity: 0.7;
}


.sec10{
  padding: 60px 0;
}

.sec11{
  padding: 60px 30px;
  background-color: #F186AC;
}


@media (max-width: 767px) {
  .sec10{
    padding: 30px 0;
  }

  .sec11{
    padding: 30px 15px;
    background-color: #F186AC;
  }
}
