@charset "utf-8";
/*
Theme Name: queenscup
Author: itaushiro
Description: original theme
Version： 1.0.0
*/

/*cssのリセット*/
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 {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    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 {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}

ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}

mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

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

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

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

/*サイト全体の基準となるCSSを記述*/
html {
    font-size: 16px;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    color: #3C3C3C;
}

/*見出しを全て太字で表示 + 文字色を黒に*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #3C3C3C;
}

img {
    max-width: 100%;
    height: auto;
}


/* ハンバーガーメニュー */

@media(max-width: 900px) {
    .navbutton {
        position: absolute;
        z-index: 10;
        top: 50%;
        right: 1.5rem;
        display: block;
        cursor: pointer;
        transform: translateY(-50%);
        border: 0;
        background-color: transparent;
    }

    .navbutton:focus {
        outline: 0;
    }

    .navbutton::after {
        font-family: "Material Symbols Outlined";
        font-size: 2.5rem;
        content: "\e5d2";
        background-color: #EC686B;
        color: #fff;

    }

    .menu-active .navbutton::after {
        content: "\e5cd";
        color: #fff;
        background-color: #EC686B;
    }

    .header-nav-wrap {
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        display: none;
        overflow-y: auto;
        width: 100%;
        height: 100vh;
        background-color: #EC686B;
    }

    .header-nav {
        padding: 6rem 0 0 0;
    }

    .header-nav li a {
        font-weight: 400;
        padding: 1.5rem;
        text-align: center;
        color: #fff;
    }
}


/* 共通スタイルーーーーーーーーーーーーーーーーーーーーーーーーー */
.breadcrumb {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 0 0 30px;
    font-size: 13px;
    color: #3C3C3C;
    font-weight: 500;
    box-sizing: border-box;
}

.breadcrumb a,
.breadcrumb span {
    margin: 0 20px;
    color: #3C3C3C;

}

.breadcrumb a:visited {
    color: #3C3C3C;
}

.breadcrumb span {
    color: #EC686B;
    font-weight: 700;
}

@media screen and (max-width:768px) {
    .breadcrumb {
        display: flex;
        width: 90%;
        max-width: 1200px;
        margin: 40px auto;
        padding: 0;
        font-size: 13px;
        color: #3C3C3C;
        font-weight: 500;
        box-sizing: border-box;
        flex-wrap: wrap;
    }

    .breadcrumb a:first-child {
        margin: 0px 20px 3px;
    }

    .breadcrumb a,
    .breadcrumb span {
        margin: 0px 20px 3px;
    }

    .breadcrumb a:visited {
        color: #3C3C3C;
    }

    .breadcrumb span {
        color: #EC686B;
        font-weight: 700;
    }
}

/* more-btn */
.more_btn__wrap {
    margin: 20px auto;
    display: flex;
    justify-content: flex-end;
}

.more_btn__wrap.center {
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.more_btn__wrap--list a {
    margin: 0 10px;
}

.more_btn {
    color: #EC686B;
    padding: 10px;
    border: 1px solid #EC686B;
    width: 266px;
    text-align: center;
    position: relative;
    display: flex;
    transition: 0.6s;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 10;
    justify-content: center;
    align-items: center;
}

.more_btn .blank {
    color: #EC686B;
    width: 16px;
    margin: 3px 0 0 5px;
    transition: 0.6s;
}

.more_btn:hover .blank {
    color: #ffffff;
}

.more_btn:hover {
    color: #ffffff;
}

.more_btn::after {
    background: #EC686B;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.6s;
    z-index: -1;
    transform: skewY(-10deg) scale(1, 0);
    height: 120px;
}

.more_btn:hover::after {
    transform: skewY(-10deg) scale(1, 1);
}

.more_arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

.more_arrow svg {
    vertical-align: middle;
    transition: 0.6s;
}

.more_btn:hover .more_arrow svg {
    color: white;
}

/* more-btn bottom */
.more_btn__wrap.bottom {
    margin: 100px 0;
}

.more_btn__wrap.bottom .more_btn {
    width: 420px;
    height: 70px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    font-weight: 600;
}

.more_btn__wrap.bottom svg {
    width: 25px;
    height: 25px;
}

.more_btn__wrap.bottom .more_btn::after {
    height: 180px;
}

@media screen and (max-width:768px) {
    .more_btn__wrap {
        margin: 20px auto;
        display: flex;
        justify-content: center;
    }

    .more_btn__wrap.center {
        margin: 20px auto;
        display: flex;
        justify-content: center;
    }

    .more_btn__wrap--list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .more_btn__wrap--list a {
        margin: 5px 0;
    }


    .more_btn {
        color: #EC686B;
        padding: 10px;
        border: 1px solid #EC686B;
        width: 266px;
        text-align: center;
        position: relative;
        display: flex;
        transition: 0.6s;
        overflow: hidden;
        background-color: #ffffff;
        z-index: 10;
        justify-content: center;
        align-items: center;
    }

    .more_btn .blank {
        color: #EC686B;
        width: 16px;
        margin: 3px 0 0 5px;
        transition: 0.6s;
    }

    .more_btn:hover .blank {
        color: #EC686B;
    }

    .more_btn:hover {
        color: #EC686B;
    }

    .more_btn::after {
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: 0.6s;
        z-index: -1;
        transform: skewY(-10deg) scale(1, 0);
        height: 120px;
    }

    .more_btn:hover::after {
        transform: skewY(-10deg) scale(1, 0);
        /* sp-none */
    }

    .more_arrow {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
    }

    .more_arrow svg {
        vertical-align: middle;
        transition: 0.6s;
    }

    .more_btn:hover .more_arrow svg {
        color: #EC686B;
    }

    /* more-btn bottom */
    .more_btn__wrap.bottom {
        margin: 30px 0;
        flex-direction: column;

    }

    .more_btn__wrap.bottom .more_btn {
        width: 90%;
        height: 60px;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px auto;
        font-weight: 500;
        padding: 0;
    }

    .more_btn__wrap.bottom svg {
        width: 20px;
        height: 20px;
    }

    .more_btn__wrap.bottom .more_btn::after {
        height: 180px;
    }
}

/* fade-in animation */
.fade-in,
.blur-in,
.blur-fade-in {
    opacity: 0;
    transition: all 1.2s ease-out;
}

.fade-in {
    transform: translateY(30px);
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.blur-in {
    filter: blur(8px);
}

.blur-in.visible {
    opacity: 1;
    filter: blur(0);
}

.blur-fade-in {
    filter: blur(8px);
    transform: translateY(30px);
}

.blur-fade-in.visible {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

/* circle */
.circle-wrap {
    position: relative;
    margin: 0 0 0 25px;
}

.circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #DB4747;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.circle-outer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #DB4747;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: expandFade 2s ease-out infinite;
    z-index: 1;
}

@keyframes expandFade {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}


/* お問合せーーーーーーーーーーーーーーーーーーーーーーーーー */

.contact-form {
    margin: 50px auto 0 auto;
    max-width: 800px;

}

.title__caption__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 0 -12px;
}

.title__caption__text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.75em;
    color: #DB4747;
    margin: 0 20px;
}

.content__title__wrap {
    margin: 100px auto 50px auto;
    max-width: 900px;
}

.content__title {
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    line-height: 1.4;
}



.contact-contents {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
}

.page-caption a {
    display: inline;
    color: #DB4747;
    text-decoration: underline;
}

.page-caption p {
    font-weight: 500;
}

.page-caption a:visited {
    display: inline;
    color: #DB4747;
}

.question__title {
    color: #EC686B;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
}

/* question */

.question {
    padding: 73px 0;
    margin: 0 0 100px 0;
}

.question .title__wrap {
    margin: 0 0 43px 0;
}

.question__list {
    width: 900px;
    background-color: #fff;
    position: relative;
    list-style: none;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 auto;
    font-weight: 600;
}

.question__list:first-child {
    border-top: 1px solid #E0E0E0;
}

.question__open_btn {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 22px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.2s;
}

.question__q,
.question__a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    overflow: hidden;
    transition: 0.3s;
}

.question__q {
    cursor: pointer;
}

.question__q p,
.question__a p {
    margin: 5px 0 0 0;

}

.question__a {
    box-sizing: content-box;
    padding: 0 20px;
    background-color: #FFF4F4;


}

.question__q__mark,
.question__a__mark {
    width: 40px;
    margin: 0 10px 0 0;
    height: 40px;
}

.question__q p,
.question__a p {
    width: 85%;
}

/* contact form css  */
/*ContactForm7カスタマイズ*/
@media screen and (max-width: 600px) {
    .Form {
        margin-top: 10px;
    }
}

.Form-Item {
    padding: 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media screen and (max-width: 600px) {
    .Form-Item {
        padding: 0;
        flex-wrap: wrap;
    }
}

.Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
    width: 100%;
    max-width: 220px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 16px;

}

@media screen and (max-width: 600px) {
    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        font-size: 15px;
        margin: 15px 0 0 0;
    }
}

.Form-Item-Label.isMsg {
    margin: 5px 0;
    margin-bottom: auto;
}

@media screen and (max-width: 600px) {
    .Form-Item-Label.isMsg {
        margin: 15px 0 0 0;
    }
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #D73737;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 600px) {
    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
        margin: 0 5px 0 0;

    }
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0.2em 1em;
    height: 48px;
    flex: 1;
    width: 410px;
    background: #eaedf2;
    font-size: 15px;
}

@media screen and (max-width: 600px) {
    .Form-Item-Input {
        margin-left: 0;
        margin-top: 18px;
        height: 40px;
        flex: inherit;
        font-size: 15px;
        width: 90%;

    }
}

.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0.2em 1em;
    flex: 1;
    background: #eaedf2;
    font-size: 15px;
    width: 410px;
    resize: vertical;
    font-family: "Noto Sans JP", serif;

}

@media screen and (max-width: 600px) {
    .Form-Item-Textarea {
        margin-top: 18px;
        margin-left: 0;
        flex: inherit;
        font-size: 15px;
        width: 90%;

    }
}

.Form-Btn {
    border-radius: 4px;
    margin: 20px auto;
    padding: 10px 0;
    width: 100%;
    display: block;
    letter-spacing: 0.05em;
    background: #DB4747;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    border: 2px solid #DB4747;
    transition: 0.3s;
    text-align: center;
    max-width: 800px;
}

.Form-Btn:hover {
    background: #fff;
    color: #DB4747;
    font-weight: bold;
    border: 2px solid #DB4747;

}

@media screen and (max-width: 600px) {
    .Form-Btn {
        margin-top: 24px;
        padding: 15px 0;
        width: 100%;
        font-size: 16px;
    }
}

.contact__form__caption {
    font-size: 14px;
    margin: 10px;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

@media screen and (max-width:768px) {

    .container {
        padding: 70px 0 0 0;
    }

    .title__caption__wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 0 -12px;
    }

    .title__caption__text {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.75em;
        color: #DB4747;
        margin: 0 0 0 15px;
    }

    .content__title__wrap {
        margin: 50px auto 20px auto;
        width: 100%;
    }

    .content__title {
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        line-height: 1.4;
    }

    .contact-contents {
        max-width: 900px;
        margin: 0 auto;
        padding: 0;
        width: 90%;
    }

    .page-caption a {
        display: inline;
        color: #DB4747;
        text-decoration: underline;
    }

    .page-caption p {
        font-weight: 500;
        font-size: 14px;
    }

    .page-caption a:visited {
        display: inline;
        color: #DB4747;
    }

    .question__title {
        color: #EC686B;
        font-weight: 700;
        text-align: center;
        font-size: 20px;
    }

    /* question */

    .question {
        padding: 50px 0;
        margin: 0;
    }

    .question .title__wrap {
        margin: 0 0 43px 0;
    }

    .question__list {
        width: 100%;
        background-color: #fff;
        position: relative;
        list-style: none;
        border-bottom: 1px solid #E0E0E0;
        margin: 0 auto;
        font-weight: 600;
    }

    .question__list:first-child {
        border-top: 1px solid #E0E0E0;
    }

    .question__open_btn {
        position: absolute;
        right: 10px;
        top: 15px;
        font-size: 15px;
        cursor: pointer;
        font-weight: 500;
        transition: 0.2s;
        width: 12px;
    }

    .question__q,
    .question__a {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px 0;
        overflow: hidden;
        transition: 0.3s;
        font-size: 14px;
    }

    .question__q {
        cursor: pointer;
    }

    .question__q p,
    .question__a p {
        margin: 2px 0 0 0;

    }

    .question__a {
        box-sizing: content-box;
        padding: 0;
        background-color: #FFF4F4;


    }

    .question__q__mark,
    .question__a__mark {
        width: 30px;
        margin: 0 10px 0 0;
        height: 30px;
    }

    .question__q p,
    .question__a p {
        width: 75%;
    }

    .question__a p {
        width: 100%;
    }
}