section {
    max-width: 100%;
    width: 1920px;
    margin-bottom: 50px;
}

.section-container {
    width: 1300px;
    margin: 0 auto;
}

.section-wrapper {
    width: 100%;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    color: #f1a2b7;
}

.section-title {
    color: #f1a2b7;
    margin-bottom: 20px;
}

.section-title h2 {
    font-size: 65px;
    font-family: 'Castoro Titling';
    letter-spacing: 3px;
}

.section-title p {
    font-size: 20px;
    line-height: 1.7;
}

/* NEWS
--------------- */
.grid-wrapper {
    width: 960px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 80px;
    grid-row-gap: 20px;
}

.grid-img {
    overflow: hidden;
    background-color: antiquewhite;
}

.grid-img img {
    width: 100%;
    height: auto;
    display: inline-block;
    aspect-ratio: 200/200;
    object-fit: cover;
    object-position: center;
    transition: .5s;
}

.news-date {
    padding-top: 10px;
    font-size: 15px;
}

.news-title {
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
}

.grid-item:hover .grid-img img {
    transform: scale(1.2);
}

.grid-item:hover .news-date,
.grid-item:hover .news-title {
    color: #ef5880;
}

.news-btn {
    width: 100%;
    padding-top: 100px;
    text-align: center;
}

.news-btn h3 {
    width: 250px;
    margin: 0 auto;
    padding: 10px 30px;
    /* border: 2px solid #f1a2b7; */
    border-radius: 10px;
    background-image: linear-gradient(#f1a2b7, #ef5880);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.news-btn a:hover,
.features-btn a:hover {
    opacity: 0.7;
}

/* ABOUT US
--------------- */
#about .section-wrapper {
    display: block;
}

#about .section-container {
    margin-top: 80px;
}

#about .section-title {
    letter-spacing: 1px;
    margin-bottom: 50px;
}

#about .about-wrapper {
    padding: 50px 50px 50px 100px;
}

.about-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
}

.about-img {
    width: 320px;
    height: 320px;
}

.about-img img {
    width: 100%;
    /* aspect-ratio: 300/300; */
    object-fit: cover;
    object-position: center;
}

.about-text {
    width: 650px;
    position: relative;
}

.about-text h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.about-text h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.7;
}

.about-text p {
    font-size: 19px;
    line-height: 1.7;
}

.about-content_bottom {
    display: flex;
    flex-direction: row-reverse;
}

.about-text-2 {
    width: 420px;
}

.about-img-2 {
    width: 550px;
    height: 320px;
    display: flex;
}

/* .about-img-a{
    width: 320px;
} */
.img-b_1,
.img-b_2 {
    width: 230px;
    height: 160px;
    aspect-ratio: 230/160;
}

.img-b_1 {
    background-color: bisque;
}

.img-b_2 {
    background-color: aquamarine;
}

.about-bottom-item {
    width: 100%;
    position: relative;
}

.about-text_link {
    width: fit-content;
    background-color: #f1a2b7;
    color: #fff;
    font-size: 18px;
    padding: 2px 5px;
    position: absolute;
    bottom: 35px;
    right: 200px;
}

/* FEATURES
------------------- */
#features {
    background-color: #f1a2b7;
    margin-bottom: 0px;
}

#features .section-title {
    color: #fff;
    letter-spacing: 3px;
    padding-top: 50px;
    margin-bottom: 50px;
}

#features .section-wrapper {
    display: block;
}

.features-wrapper {
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.features-top {
    max-width: 100%;
    width: 1920px;
    aspect-ratio: 1280/370;
    background-image: url(img/features_top.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.features-top h3 {
    font-family: 'Zen Maru Gothic';
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #fff;
    text-shadow: 0px 4px 4px #00000080;

}

.features-frame {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.features-concept {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.concept-contents {
    width: 47%;
}

.concept-title {
    width: 100%;
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 1.7;
}

.concept-border {
    width: 950px;
    height: 3px;
    background-color: #fff;
    margin-top: 10px;
    margin-left: -350px;
}

.concept-text {
    width: 100%;
    margin-top: 50px;
    font-size: 28px;
    line-height: 1.7;
}

.concept-img {
    width: 43%;
    aspect-ratio: 590/330;
    position: absolute;
    top: 130px;
    right: 0;
}

.concept-img img {
    width: 100%;
    object-fit: cover;
}

.features-wrapper {
    width: 100%;
    color: #fff;
    margin-top: 80px;
    margin-bottom: 50px;
}

.featuers-item {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
}

.featuers-item_2 {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 50px;
}

.features-img {
    width: 400px;
    aspect-ratio: 305/203;
}

.features-img img {
    width: 100%;
    object-fit: cover;
}

.features-text {
    width: 800px;
    padding: 20px 40px;
    background-color: #fff;
    color: #000000;
}

.features-text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 20px;
}

.features-text p {
    font-size: 18px;
    line-height: 1.7;
}

.br-res {
    display: none;
}

/* #features{
    background-color: #f1a2b7;
}
#features .section-title{
    color: #fff;
    letter-spacing: 3px;
    padding-top: 50px;
    margin-bottom: 50px;
}
#features .section-wrapper{
    display: block;
}
.features-wrapper{
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.featuers-item{
    width: 575px;
    margin-bottom: 80px;
}
.features-img{
    width: 100%;
}
.features-img img{
    width: 100%;
    aspect-ratio: 438/311;
    object-fit: cover;
}
.features-title{
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.7;
    margin-top: 20px;
    margin-bottom: 20px;
}
.featuers-text{
    line-height: 1.7;
}
.br-res{
    display: none;
}
.features-btn{
    width: 100%;
    padding: 50px 0;
    text-align: center;
    margin-bottom: 50px;
}
.features-btn h3{
    width: 250px;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 10px;
    background-image: linear-gradient(#f9c7d4,#ef5880);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
} */
/* RESERVE
------------------------- */
/* #reserve .section-wrapper{
    background-color: #f1a2b7;
    border-radius: 30px;
    margin: 150px 0 100px;
    padding: 70px 100px;
    display: flex;
    justify-content: space-between;
}
.reserve-item{
    width: 400px;
}
.reserve-title{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7;
}
.reserve-title span{
    font-size: 38px;
}
.reserve-text{
    margin-top: 80px;
    font-size: 22px;
    color: #fff;
    line-height: 1.7;
}
.reserve-line{
    width: 100%;
    aspect-ratio: 1/1;
    padding: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.reserve-line h4{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;;
}
.reserve-line-sp{
    display: none;
}
.reserve-line img{
    width: 100px;
    margin: 20px 0;
}
.reserve-line p{
    color: rgb(155, 154, 154);
    font-weight: bold;
    line-height: 1.5;
} */

/* INSTAGRAM
--------------------------- */
#instagram .section-wrapper {
    display: block;
}

#instagram .section-title {
    margin-bottom: 50px;
}

#instagram .section-title h2 {
    font-size: 65px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 8px;
}

.instagram-wrapper {
    width: 100%;
}

/* FAQ
--------------------------------------- */
#faq .section-wrapper {
    margin-top: 200px;
}

#faq .section-title h2 {
    letter-spacing: 10px;
}

#faq .br-sp {
    display: none;
}

.faq-wrapper {
    width: 840px;
    position: relative;
}

.faq-wrapper ul li {
    border-bottom: 1px solid #f1a2b7;
    padding: 20px 20px 15px 30px;
}

.faq-wrapper ul li:first-child {
    border-top: 3px solid #f1a2b7;
}

.faq-q {
    display: flex;
    cursor: pointer;
}

.faq-q h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.7;
}

.question {
    margin-right: 50px;
    font-family: 'Castoro Titling';
    font-size: 38px;
}

.slidedown {
    display: none;
}

.faq-a {
    width: 100%;
    margin-top: 30px;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.7;
}

.anser {
    margin-right: 50px;
    font-family: 'Castoro Titling';
    font-size: 38px;
    color: #ef5880;
}

.faq-balloon {
    position: absolute;
    top: -130px;
    left: -390px;
}

.faq-a span {
    color: #ef5880;
    font-weight: bold;
}

.faq-heart {
    position: absolute;
    top: -160px;
    right: 60px;
}

.faq-heart img {
    width: 90%;
}

/* CONTACT US
--------------------------------- */
#contact-us .section-wrapper {
    display: block;
}

.contact-us-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.contact-us-item {
    width: 550px;
}

.map {
    width: 100%;
}

.map-top {
    width: 100%;
    height: auto;
    aspect-ratio: 550/550;
}

.map-sp {
    display: none;
}

.infomation {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.7;
}

.infomation .br-sp {
    display: none;
}

.contact-line-title {
    background: linear-gradient(transparent 70%, #FFBCC5 40%);
}

.line-title-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 15px;
}

.line-icon {
    width: 80px;
    margin-right: 20px;
}

.contact-line-text {
    font-size: 30px;
    font-weight: bold;
    color: #292929;
}

.contact-line-text span {
    font-size: 40px;
    color: #06C755;
    padding: 0 10px;
}

.line-qr {
    width: 150px;
    margin: 30px auto 50px;
}

.line-qr-sp {
    display: none;
}

.line-qr img {
    width: 100%;
}

.line-qr-title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 1.5;
}

.line-qr-text {
    margin: 30px 0;
    color: #000000;
    line-height: 1.5;
}

.line-qr-text-sp {
    display: none;
}

/* .contact-form,
.privacy-policy{
    background-color: #fedeeb;
    color: rgb(78, 78, 78);
    padding: 30px;
}
.contact-form span{
    margin-left: 20px;
    color: red;
    font-size: 16px;
}
.contact-form span.wpcf7-list-item-label{
    color: rgb(78, 78, 78);
    margin-left: 5px;
}
.form-item{
    margin: 40px 0;
}
.form-item h3{
    margin-bottom: 10px;
    font-size: 19px;
}
input[type="text"],
input[type="email"],
select,
textarea{
    padding: 10px;
    margin-right: 10px;
    border: 1px rgb(78, 78, 78) solid;
    border-radius: 5px;
    background-color: #fff;
}
input[type="text"]{
    width: 190px;
}
input[type="radio"],
select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    appearance: menulist-button;
}
input[type="email"],
textarea{
    width: 95%;
}
select{
    color: rgb(78, 78, 78);
}
.message p{
    padding-bottom: 10px;
    font-size: 15px;
} */

/* BACK TO PAGE TOP
------------------------ */
.btn-container {
    width: 100%;
}

.back-btn {
    width: 300px;
    margin: 0 0 0 auto;
    padding: 10px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ef5880;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

/* FIXED BUTTON
------------------------ */
.fixed-btn-container {
    width: 400px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 80px;
    /* z-index: 2; */
}

.fixed-btn1 {
    width: 80px;
    /*     display: none; */
}

.fixed-btn2 {
    width: 70px;
    /* 	 width: 100px; */
    height: auto;
}

.advice-btn h4 {
    padding: 10px 30px;
    background-color: #f1a2b7;
    border-radius: 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 1px 1px 5px #fff;
}

/* FOOTER
--------------------------------------- */
footer {
    max-width: 100%;
    width: 1920px;
    padding-top: 20px;
    background-color: #f1a2b7;
    color: #fff;
}

.footer-container {
    width: 100%;
    padding-bottom: 40px;
}

.footer-wrapper {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-logo-pc {
    width: 250px;
    padding-top: 20px;
}

.footer-logo-sp {
    display: none;
}

.footer-imfomation {
    /* width: 720px; */
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.7;
}

.footer-imfomation .br-sp {
    display: none;
}

.footer-nav {
    /* width: 480px; */
    padding-top: 5px;
    letter-spacing: 1px;
    line-height: 1.7;
    text-decoration: underline solid;
}

.copy {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background-color: #ef5880;
}

.br-gara {
    display: none;
}

/* -------------------------------------------------
固定ページ 
----------------------------------------------------*/
/* ---共通事項--- */
/* ページヘッダー */
.page-header {
    max-width: 100%;
    width: 1920px;
    height: 600px;
    padding-top: 100px;
    margin-bottom: 50px;
    background-color: #fedeeb;
}

.page-nav {
    padding: 30px 0 30px 300px;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    color: rgb(155, 154, 154);
}

.page-nav span.current-item {
    color: #f1a2b7;
    font-weight: 100;
}

.page-title {
    width: 100%;
    padding-top: 150px;
    padding-left: 300px;
    color: #f1a2b7;
    letter-spacing: 10px;
    font-size: 50px;
    font-weight: bold;
}

/* セクション部分 */
#profile .section-wrapper,
#contact .section-wrapper,
#access .section-wrapper,
#advice .section-wrapper,
#flow .section-wrapper,
#charge .section-wrapper,
#features_p .section-wrapper,
#news_archive .section-wrapper {
    display: block;
}

/* リンクボタン */
.link-btn {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.link-btn h3 {
    width: 250px;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 10px;
    background-image: linear-gradient(#ede8e9, #ef5880);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.link-btn a:hover {
    opacity: 0.7;
}

/* ----各ページ---- */
/* ---------------------------
会社概要
------------------------------ */
.profile-box {
    width: 1200px;
    height: auto;
    aspect-ratio: 792/500;
    margin-top: 50px;
    margin: 0 auto;
    text-align: center;
    /* background-color: rgb(212, 211, 211); */
}

.profile-box img {
    width: 100%;
    ;
    object-fit: cover;
    object-position: center;
}

.profile-item {
    width: 800px;
    margin: 100px auto;
}

.profile-title,
.parking-title {
    width: 250px;
    padding: 8px 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    background-color: #f1a2b7;
    color: #fff;
}

.profile-text {
    font-size: 18px;
    color: rgb(116, 112, 112);
    line-height: 1.5;
}

.profile-text table th {
    font-weight: normal;
    padding-right: 30px;
    text-align-last: justify;
    vertical-align: middle;
}

.profile-text table td {
    padding: 5px 0;
}

/* お問い合わせ 
-----------------------------------*/
.contact-container {
    width: 850px;
    margin: 50px auto;
}

.contact-text {
    width: 100%;
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 1.7;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.contact-form,
.privacy-policy {
    background-color: #fedeeb;
    color: rgb(78, 78, 78);
    padding: 30px;
}

.contact-form span {
    margin-left: 20px;
    color: red;
    font-size: 16px;
}

.contact-form span.wpcf7-list-item-label {
    color: rgb(78, 78, 78);
    margin-left: 5px;
}

.form-item {
    margin: 40px 0;
}

.form-item h3 {
    margin-bottom: 10px;
    font-size: 19px;
}

input[type="text"],
input[type="email"],
select,
textarea {
    padding: 10px;
    margin-right: 10px;
    border: 1px rgb(78, 78, 78) solid;
    border-radius: 5px;
    background-color: #fff;
}

input[type="text"] {
    width: 190px;
}

input[type="radio"],
select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    appearance: menulist-button;
}

input[type="email"],
textarea {
    width: 95%;
}

select {
    color: rgb(78, 78, 78);
}

.message p {
    padding-bottom: 10px;
    font-size: 15px;
}

.contact-form {
    padding: 50px;
}

span.wpcf7-form-control-wrap {
    color: rgb(78, 78, 78);
}

.contact-form span {
    margin-left: 0px;
}

.privacy-policy {
    width: 100%;
    margin: 80px 0;
}

.privacy-text {
    font-size: 20px;
    line-height: 1.7;
}

/* .privacy-container{
    margin: 30px 0;
    border: 1px rgb(78, 78, 78) solid;
} */
.privacy-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 50px;
    padding: 20px;
    /* border-bottom: 1px #c0c0c0 dotted;
    background-color: #f5f5f5; */
}

.privacy-box {
    padding: 30px 15px 0;
    /* background-color: #fff;
    height: 350px;
    overflow-y: scroll; */
}

.privacy-item {
    font-size: 15px;
}

.privacy-item_title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.privacy-item_text {
    margin-bottom: 70px;
    line-height: 1.7;
}

.privacy-check {
    /* text-align: center; */
    /* display: flex; */
    margin-bottom: 20px;
    line-height: 1.7;
}

input[type="checkbox"] {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    appearance: menulist-button;
    margin-right: 5px;
}

.privacy-link {
    padding-left: 20px;
}

.privacy-link a {
    text-decoration: underline;
}

.privacy-btn {
    padding: 0 150px;
    /* display: flex;
    justify-content: space-between; */
}

.link-btn h3 {
    width: 200px;
    text-align: center;
}

span.wpcf7-spinner {
    display: none;
}

.privacy-notice {
    text-align: center;
}

/* アクセス------------------------- */
.access-map {
    width: 1200px;
    aspect-ratio: 1200/800;
    margin-top: 50px;
}

iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1200/800;
}

.access-container {
    width: fit-content;
    margin: 50px auto;
    color: rgb(116, 112, 112);
}

.map-text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 80px;
}

.parking-price {
    width: 500px;
}

.price-wrapper {
    display: flex;
    justify-content: space-between;
}

.price-item {
    width: fit-content;
}

.price-item span {
    color: #f1a2b7;
}

.parking-text {
    font-size: 15px;
    color: #ed2535;
    padding-top: 30px;
    text-align: right;
}

.section-container-2 {
    max-width: 100%;
    width: 1920px;
    padding: 50px 0;
    background-color: #fedeeb;
}

.map-2 {
    width: 1200px;
    height: auto;
    aspect-ratio: 1200/650;
    margin: 0 auto;
    text-align: center;
    /* background-color: #c0c0c0; */
}

.map-2 img {
    max-width: 100%;
    ;
    object-fit: cover;
    object-position: center;
}

.access-btn {
    width: 100%;
}

/* 先輩の声 ----------------------------------------*/

/* .advice-container{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advice-item{
    width: 570px;
    padding: 50px 40px 20px;
    margin-bottom: 30px;
    background-color: #f1a2b7;
    border-radius: 10px;
}
.advice-img{
    width: 100%;
    aspect-ratio: 490/300;
    background-color: #c0c0c0;
    margin-bottom: 50px;
}
.advice-title{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1.5;
}
.advice-text{
    padding-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}
.advice-q{
    font-weight: bold;
}
.advice-a{
    margin-bottom: 15px;
}
.br-advice-sp{
    display: none;
} */

/* 入会のご案内・料金 ----------------------------------------*/
.br-sp-flow {
    display: none;
}

.charge-title_1 {
    width: 100%;
    margin-top: 50px;
    padding: 20px 0;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff
}

.charge-title_1-a {
    background-color: #E34E69;
}

.charge-title_2 {
    padding: 50px 0;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #E34E69;
    letter-spacing: 2px;
}

.charge-text {
    padding: 30px 100px;
    margin-bottom: 50px;
    background-color: #fff;
    font-size: 24px;
    color: black;
    line-height: 1.5;
}

.charge-text ul {
    padding-left: 30px;
}

.charge-text li {
    list-style-type: disc;
}

.charge-text p {
    text-indent: -30px;
}

#charge .br-sp {
    display: none;
}

.charge-text-a {
    border: 2px solid #E34E69;
}

.charge-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.charge-item {
    display: flex;
    margin-bottom: 30px;
}

.charge-item_title {
    width: 200px;
    padding: 15px 0;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.charge-item_title-a {
    background-color: #E34E69;
}

.charge-item_text {
    width: 380px;
    padding: 15px 0 15px 30px;
    font-size: 22px;
    color: black;
}

.charge-item_text-a {
    border: 2px solid #E34E69;
}

.charge-item_text span {
    color: #DE1717;
    font-weight: bold;
}

.charge-title_1-b {
    background-color: #E3694E;
    margin-top: 200px;
}

.charge-title_2-b {
    color: #E3694E;
}

.charge-text-b {
    border: 2px solid #E3694E;
}

.charge-item_title-b {
    background-color: #E3694E;
}

.charge-item_text-b {
    border: 2px solid #E3694E;
}

.charge-title_2-c {
    color: #E3694E;
    position: relative;
}

.charge-title_2-c::before {
    content: "";
    width: 500px;
    height: 1px;
    background-color: #878787;
    position: absolute;
    top: 70px;
    left: 0px;
}

.charge-title_2-c::after {
    content: "";
    width: 500px;
    height: 1px;
    background-color: #878787;
    position: absolute;
    top: 70px;
    right: 0px;
}

.charge-text-2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: 7px;
}

.charge-title_2-d {
    color: #F0A3B7;
    position: relative;
}

.charge-title_2-d::before {
    content: "";
    width: 430px;
    height: 1px;
    background-color: #878787;
    position: absolute;
    top: 70px;
    left: 0px;
}

.charge-title_2-d::after {
    content: "";
    width: 430px;
    height: 1px;
    background-color: #878787;
    position: absolute;
    top: 70px;
    right: 0px;
}

.flow-document {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 150px;
    background-color: #ECECEC;
    font-size: 24px;
    color: #000000;
    line-height: 1.3;
}

/* .br-sp-flow{
    display: none;
}
.flow-container{
    width: 1200px;
    margin-top: 50px;
}
.flow-item{
    width: 100%;
    display: flex;
    padding: 25px 0;
    background-color: #f1a2b7;
    border-radius: 10px;
}
.flow-item-step{
    width: 100px;
    height: 100px;
    margin: 10px 0 10px 50px;
}
.flow-item-text{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding-left: 50px;
}
.flow-item-text h3{
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1.7;
}
.flow-item-text p{
    color: #fff;
    font-size: 20px;
    line-height: 1.7;
}
.flow-text_link{
    width: fit-content;
    background-color: #fff;
    font-size: 20px;
    color: #f1a2b7;
    padding: 2px 20px;
    margin-top: 10px;
}
.flow-item-arrow{
    width: 100%;
    margin: 20px 0;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #f1a2b7;
}
.flow-document{
    width: 100%;
    padding: 25px 130px;
    margin-top: 180px;
    background-color: #fedeeb;
    border-radius: 10px;
    color: #f1a2b7;
}
.flow-document-title{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 15px;
}
.flow-document ul li{
    font-size: 20px;
    line-height: 1.7;
}
#flow .br-sp{
    display: none;
}
.charge-container{
    width: 1200px;
    margin-top: 50px;
}
.charge-box{
    width: 100%;
}
.charge-box_title{
    width: 100%;
    padding: 30px 40px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
}
.charge-box_title.box1{
    background-color: #f1a2b7;
}
.charge-box_contents{
    width: 100%;
    padding: 30px 40px;
    border-radius: 0 0 20px 20px ;
}
.charge-box_contents.box1{
    border: 3px solid #f1a2b7;
    border-top: #fff;
}
.charge-box_contents h4{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.charge-box_text{
    padding: 30px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
}
.charge-box_text.box1{
    background-color: #fedeeb;
}
.charge-box_item-wrapper{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}
.charge-box_item{
    width: 100%;
    height: 27px;
    line-height: 27px;
    margin-top: 15px;
    display: flex;
}
.charge-box_item-title{
    padding: 0px 40px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    margin-right: 20px;
}
.charge-box_item-title.box1{
    background-color: #f1a2b7;
}
.charge-box_item-text p{
    font-size: 13px;
    color: rgb(169, 168, 168);
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    line-height: 1.7;
}
.charge-box_item-text span{
    font-size: 24px;
    font-weight: bold;
    color: #ed2535;
}
.flowchart{
    width: 100%;
}
.flowchart-title{
    width: 100%;
}
.flowchart-title h3{
    width: fit-content;
    margin: 40px auto;
    text-align: center;
    padding: 26px 200px;
    background-color: #fedeeb;
    border-radius: 50%;
    font-size: 26px;
    font-weight: bold;
    box-shadow: 0px 0px 10px 10px #fae6ee;
}
.flowchart-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.flowchart-item{
    width: 570px;
}
.flowchart-item-arrow{
    text-align: center;
    font-size: 60px;
    font-weight: bold;
}
.flowchart-item-arrow.box2,
.flowchart-item-arrow.box2-2{
    color: #68a4d9;
    font-size: 40px;
}
.charge-box_title.box2{
    background-color: #68a4d9;
    margin-top: 10px;
}
.charge-box_contents.box2{
    color: #68a4d9;
    margin-bottom: 10px;
}
.charge-contents-title{
    font-size: 28px;
    font-weight: bold;
}
.charge-contents-title.box2{
    color: #68a4d9;
}
.charge-box_text.box2{
    font-size: 16px;
    margin-bottom: 20px;
}
.charge-box_text.box2{
    background-color: #dbedff;
}
.charge-box_contents.box2{
    border: 3px solid #68a4d9;
    border-top: #fff;
}
.charge-box_item-title.box2{
    background-color: #68a4d9;
}
.charge-box_item-container{
    display: flex;
}
.charge-box_item-container-text{
    width: 200px;
    font-size: 14px;
    line-height: 1.8;
    color: rgb(169, 168, 168);
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.charge-box_item-container-img{
    width: 180px;
    aspect-ratio: 180/170;
    background-color: #e3dddd;
    margin-left: 40px;
}
.charge-box.box2{
    width: 100%;
    margin: 10px 0;
    padding: 20px 40px 30px;
    border: 3px solid #68a4d9;
    border-radius: 20px;
}
.charge-box-title{
    display: flex;
    line-height: 70px;
    margin-bottom: 20px;
}
.charge-box-icon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
    letter-spacing: 0;
    margin-right: 20px;
}
.charge-box-icon.box2{
    background-color: #68a4d9;
}
.charge-box_item-container-text.box2{
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 1px;
}

.flowchart-item-arrow.box3,
.flowchart-item-arrow.box3-1{
    color: #ffa07a;
    font-size: 40px;
}
.flowchart-item-arrow.box3-2{
    margin-top: 10px;
    font-size: 40px;
}
.charge-box_title.box3{
    background-color: #ffa07a;
    margin-top: 10px;
}
.charge-box_contents.box3{
    color: #ffa07a;
    margin-bottom: 10px;
    padding: 30px 40px;
}
.charge-contents-title.box3{
    color: #ffa07a;
}
.charge-box_text.box3{
    font-size: 16px;
    margin-bottom: 20px;
}
.charge-box_text.box3{
    background-color: #ffeaea;
}
.charge-box_contents.box3{
    border: 3px solid #ffa07a;
    border-top: #fff;
    margin-bottom: 0;
}
.charge-box_item.box3{
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: flex;
}
.charge-box_item-title.box3{
    background-color: #ffa07a;
    height: 27px;
}
.charge-box.box3{
    width: 100%;
    margin: 10px 0;
    padding: 20px 40px 30px;
    border: 3px solid #ffa07a;
    border-radius: 20px;
}
.charge-box-icon.box3{
    background-color: #ffa07a;
}
.coupling{
    width: fit-content;
    padding: 3px 7px;
    color: #fff;
    background-color: #f1a2b7;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 3px;
    margin:20px 0;
}
.flow-item-last{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px 30px 25px 50px;
    background-color: #f1a2b7;
    border-radius: 10px;
    margin-top: 10px;
}
.flow-item-step-last{
    width: 100px;
    height: 100px;
    margin-top: 20px;
}
.flow-item-text-last{
    width: 340px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.flow-item-text-last h3{
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1.7;
}
.flow-item-text-last p{
    color: #fff;
    font-size: 20px;
    line-height: 1.7;
}
.flowchart-text{
    width: 930px;
    margin: 40px auto 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 2px;
}
.section-wrapper.flowchat-btn{
    padding: 0 50px 50px;
} */
/* マリッジサポートの特徴 ----------------------------------------*/
.page-header.page-header_features {
    max-width: 100%;
    width: 1920px;
    height: 600px;
    padding-top: 100px;
    margin-bottom: 50px;
    background-color: #fedeeb;
}

.features-top_text {
    margin-top: 80px;
    text-align: center;
    font-family: 'Zen Maru Gothic';
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #3D3D3D;
}

.concept-title-p,
.concept-text-p {
    line-height: 1.5;
}

.features-frame {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.features-concept-p {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    color: #3D3D3D;
}

.features-container-p {
    width: 100%;
    margin-top: 150px;
}

.featuers-item-title {
    display: flex;
    margin-bottom: 50px;
}

.featuers-item-title h2 {
    font-size: 65px;
    font-family: 'Castoro Titling';
    color: #F1A3B7;
}

.featuers-item-title h3 {
    font-size: 40px;
    font-weight: bold;
    color: #F1A3B7;
    padding: 10px 0 0 30px;
    line-height: 1.5;
}

.featuers-item-wrapper {
    width: 1000px;
    margin: 0 auto 80px;
}

.featuers-item-title-2 h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 30px;
    color: #3D3D3D;
    border-bottom: 1px solid #3D3D3D;
}

.featuers-course {
    width: 100%;
    padding: 20px 50px 30px;
    color: #3D3D3D;
    border-bottom: 1px solid #3D3D3D;
}

.course-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.course-text {
    font-size: 20px;
    line-height: 1.5;
}

.course-img {
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 130px;
}

.course-img_1 {
    margin-top: 50px;
    width: 820px;
    aspect-ratio: 663/412;
    overflow: hidden;
}

.course-img_2 {
    width: 500px;
    aspect-ratio: 390/260;
    position: absolute;
    top: 0;
    right: 0;
    /* z-index: 1; */
}

.course-img img {
    object-fit: cover;
}

.featuers-item-wrapper-02 {
    width: 980px;
    margin: 0 auto 80px;
}

.features-item-text {
    font-size: 20px;
    line-height: 1.7;
    color: #3D3D3D;
    margin-bottom: 50px;
}

.features-item-img {
    width: 100%;
    margin-bottom: 150px;
}

.features-item-img img {
    width: 100%;
    object-fit: cover;
}

.featuers-item-wrapper-03 {
    display: flex;
    justify-content: space-between;
}

.features-img-03 {
    width: 650px;
    aspect-ratio: 493/230;
}

.features-img-03 img {
    width: 100%;
}

.features-item-text-03 {
    width: 550px;
    padding: 0 50px;
}

.features-04-br-pc {
    display: none;
}

.featuers-img-04 {
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 150px;
}

.featuers-img-04_a {
    width: 780px;
    aspect-ratio: 580/329;
    overflow: hidden;
}

.featuers-img-04_b {
    width: 490px;
    aspect-ratio: 396/262;
    position: absolute;
    bottom: -100px;
    right: 0px;
    /* z-index: 1; */
}

.featuers-img-04 img {
    object-fit: cover;
}

.section-wrapper-2 {
    width: 100%;
    padding: 0 50px 80px;
    color: #f1a2b7
}

.about-salon_title {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 5px;
}

.about-salon_text {
    width: 100%;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.7;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.features-about-salon {
    width: 800px;
    margin: 0px auto 50px;
}

.about-bottom-item {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* .features-img-wrapper{
    display: flex;
    justify-content: space-between;
}
.features-img_bottom{
    width: 350px;
    aspect-ratio: 350/300;
    margin-bottom: 30px;
    background-color: rgb(212, 211, 211);
}
.features_bottom-text{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.7;
}
.features_bottom-btn{
    width: 100%;
    margin-top: 50px;
}
.features-link-btn{
    padding: 20px 0;
    margin-bottom: 0;
} */

/* .page-header.page-header_features{
    max-width: 100%;
    width: 1920px;
    height: 600px;
    padding-top: 100px;
    margin-bottom: 0px;
    background-color: #fedeeb;
}
.features-wrapper-2{
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.featuers-item-2{
    width: 575px;
}
.section-wrapper-2{
    width: 100%;
    padding: 80px 50px;
    color: #f1a2b7
}
.features-img-wrapper{
    display: flex;
    justify-content: space-between;
}
.features-img_bottom{
    width: 350px;
    aspect-ratio: 350/300;
    margin-bottom: 30px;
    background-color: rgb(212, 211, 211);
}
.features_bottom-text{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.7;
}
.features_bottom-btn{
    width: 100%;
    margin-top: 50px;
}
.features-link-btn{
    padding: 20px 0;
    margin-bottom: 0;
}
.about-salon_title{
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 5px;
}
.about-salon_text{
    width: 100%;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.7;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.features-about-salon{
    width: 800px;
    margin: 150px auto 50px;
}
.about-bottom-item{
    width: 100%;
    margin: 0 auto;
    text-align: center;
} */

/* お知らせ一覧 */
#news_archive {
    padding-top: 100px;
}

.news-container {
    width: 960px;
    margin: 50px auto;
}

/* -------------------------------------------------
レスポンシブ
------------------------------------- */
/* ノートPC・タブレット用------------- */
@media screen and (max-width: 1600px) {
    .concept-contents {
        width: 46%;
    }

    .concept-title {
        font-size: 29px;
    }

    .concept-text {
        font-size: 25px;
        line-height: 1.5;
    }

    .concept-img {
        width: 44%;
    }

    .line-icon {
        width: 80px;
    }

    .contact-line-text {
        font-size: 28px;
    }

    .contact-line-text span {
        font-size: 38px;
    }
}

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

    /* トップページ */
    section {
        width: 100%;
    }

    .section-container {
        width: 75%;
    }

    .section-wrapper {
        padding: 30px;
    }

    /* NEWS-------- */
    .grid-wrapper {
        width: 75%;
    }

    .grid {
        grid-column-gap: 50px;
        grid-row-gap: 20px;
    }

    .news-date {
        font-size: 13px;
    }

    .news-title {
        font-size: 15px;
    }

    /* ABOUT US--------- */
    #about .about-wrapper {
        width: 100%;
    }

    #about .about-wrapper {
        padding: 50px;
    }

    .about-img {
        width: 35%;
        height: auto;
    }

    .about-text {
        width: 60%;
    }

    .about-text h3 {
        font-size: 24px;
    }

    .about-text p {
        font-size: 16px;
    }

    .about-text-2 {
        width: 41%;
    }

    .about-img-2 {
        width: 55%;
    }

    .about-img-a {
        /* width: 56%; */
        width: 100%;
        height: auto;
    }

    .about-img-b {
        width: 40%;
        height: auto;
    }

    .img-b_1,
    .img-b_2 {
        width: 100%;
        height: auto;
        aspect-ratio: 230/161;
    }

    .about-text_link {
        font-size: 16px;
        position: absolute;
        bottom: 15%;
        right: 15%;
    }

    /* FEATURES---------- */
    .features-top {
        width: 100%;
    }

    .features-concept {
        margin-top: 50px;
    }

    .concept-contents {
        width: 55%;
    }

    .concept-title {
        width: 100%;
        font-size: 25px;
        line-height: 1.5;
    }

    .concept-border {
        width: 830px;
        margin-left: -350px;
    }

    .concept-text {
        width: 100%;
        margin-top: 40px;
        padding-right: 20px;
        font-size: 21px;
    }

    .concept-img {
        position: absolute;
        top: 80px;
        width: 40%;
        aspect-ratio: 590/330;
    }

    .features-img {
        width: 33%;
        aspect-ratio: 305/203;
    }

    .features-text {
        width: 67%;
    }

    .features-text h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .features-text p {
        font-size: 16px;
        line-height: 1.5;
    }

    .br-res {
        display: none;
    }

    /* .featuers-item,
    .featuers-item-2{
        width: 46%;
    }
    .features-title{
        font-size: 24px;
    }
    .br-res{
        display: block;
    } */

    /* RESERVE------------ */
    /* .reserve-item{
        width: 300px;
    }
    .reserve-title{
        font-size: 26px;
    }
    .reserve-title span{
        font-size: 32px;
    }
    .reserve-text{
        margin-top: 50px;
        font-size: 16px;
    }
    .reserve-line h4{
        font-size: 20px;
    }
    .reserve-line img{
        width: 80px;
        margin: 20px 0;
    }
    .reserve-line p{
        font-size: 15px;
    } */

    /* FAQ------------------- */
    .faq-wrapper {
        width: 75%;
    }

    .faq-wrapper ul li {
        padding: 20px;
    }

    #faq .br-sp {
        display: block;
    }

    .faq-balloon {
        position: absolute;
        top: -100px;
        left: -300px;
    }

    .faq-balloon img {
        width: 80%;
    }

    .faq-heart {
        position: absolute;
        top: -150px;
        right: 0;
    }

    .faq-heart img {
        width: 80%;
    }

    .faq-q h3 {
        font-size: 18px;
    }

    .question {
        margin-right: 40px;
    }

    .anser {
        margin-right: 40px;
    }

    .faq-a {
        font-size: 15px;
    }

    /* CONTACT US------------- */
    .contact-us-item {
        width: 45%;
    }

    .infomation {
        font-size: 18px;
    }

    /* .line-title-wrapper{
        width: 90%;
    } */
    .line-icon {
        width: 15%;
    }

    .contact-line-text {
        font-size: 20px;
    }

    .contact-line-text span {
        font-size: 28px;
    }

    .line-qr {
        width: 30%;
    }

    input[type="text"] {
        margin-bottom: 10px;
    }

    /* FOOTER----------------------- */
    footer {
        width: 100%;
    }

    .footer-wrapper {
        width: 70%;
    }

    .footer-logo-pc {
        width: 30%;
    }

    .footer-imfomation {
        width: 30%;
        font-size: 18px;
    }

    .footer-nav {
        width: 30%;
    }

    .infomation .br-sp {
        display: block;
    }

    .footer-imfomation .br-sp {
        display: block;
    }

    /* PAGE HEADER -----------------------*/
    .page-header {
        width: 100%;
    }

    .page-nav {
        padding: 30px 0 30px 150px;
    }

    .page-title {
        padding-left: 150px;
        font-size: 48px;
    }

    /* COMPANY PROFILE------------------- */
    #profile .section-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .profile-box {
        width: 100%;
    }

    /* ACCESS--------------------------- */
    #access .section-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .access-map {
        width: 100%;
    }

    .section-container-2 {
        width: 100%;
    }

    .map-2 {
        width: 70%;
    }

    /* ADVICE--------------------------- */
    .advice-container {
        width: 100%;
    }

    .advice-item {
        width: 47%;
        padding: 50px 40px 20px;
        margin-bottom: 30px;
    }

    /* FLOW--------------------------- */
    #flow .section-container,
    #charge .section-container {
        width: 85%;
    }

    .flow-container,
    .charge-container {
        width: 100%;
    }

    .charge-text {
        padding: 30px 90px;
    }

    .charge-box {
        width: 48%;
    }

    .charge-item_title {
        width: 35%;
        font-size: 20px;
    }

    .charge-item_text {
        width: 65%;
        font-size: 20px;
    }

    .charge-title_2-c::before {
        width: 40%;
    }

    .charge-title_2-c::after {
        width: 40%;
    }

    .charge-title_2-d::before {
        width: 33%;
    }

    .charge-title_2-d::after {
        width: 33%;
    }

    /* .flow-item-text h3{
        font-size: 24px;
    }
    .flow-item-text p{
        font-size: 18px;
    }
    .flowchart-item{
        width: 48%;
    }
    .charge-box_contents h4{
        font-size: 24px;
    }
    .charge-box_text.box2,
    .charge-box_text.box3{
        font-size: 15px;
        padding: 25px;
    }
    .charge-box_item-container-text{
        width: 65%;
        font-size: 13px;
    }
    .charge-box_item-container-text.box2{
        width: 65%;
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
    .charge-box_item-container-img{
        width: 40%;
        margin-left: 28px;
    }
    .flow-item-last{
        padding: 25px 30px;
    }
    .flow-item-text-last{
        width: 70%;
    }
    .flowchart-text{
        width: 100%;
    } */
    /* FEATURES ------------------------- */
    .concept-img-p {
        top: 110px;
    }

    .featuers-item-wrapper {
        width: 79%;
    }

    .course-img_1 {
        width: 70%;
    }

    .course-img_2 {
        width: 43%;
    }

    .featuers-item-wrapper-02 {
        width: 77%;
    }

    .featuers-item-wrapper-03 {
        width: 100%;
    }

    .features-img-03 {
        width: 60%;
    }

    .features-item-text-03 {
        width: 40%;
    }

    .features-04-br-pc {
        display: block;
    }

    .features-container-04 {
        margin-top: 100px;
    }

    .featuers-img-04_a {
        width: 65%;
    }

    .featuers-img-04_b {
        width: 41%;
    }

    #about-salon .about-text_link {
        font-size: 18px;
        position: absolute;
        bottom: 35px;
        right: 60px;
    }

    /* .features-img_bottom{
        width: 30%;
    }
    .features_bottom-text{
        font-size: 20px;
    } */
    /* お知らせ一覧--------------------------- */
    .news-container {
        width: 100%;
    }

    #news_archive .grid-wrapper {
        width: 80%;
        margin: 0 auto;
    }
}

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

    /* トップページ */
    .features-img {
        width: 33%;
        aspect-ratio: 305/203;
    }

    .features-text {
        width: 67%;
        padding: 20px 30px 10px;
    }

    .features-text h3 {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .features-text_1 h3 {
        font-size: 16px;
    }

    .features-text_1 p {
        font-size: 14px;
        line-height: 1.3;
    }

    #about .about-wrapper {
        padding: 50px 20px;
    }

    .about-text h3 {
        font-size: 22px;
    }

    .about-text h4 {
        font-size: 18px;
        line-height: 1.5;
    }

    .about-text-2 {
        width: 43%;
    }

    .about-img-2 {
        justify-content: right;
    }

    .line-title-wrapper {
        padding-bottom: 10px;
    }

    /* .contact-line-text{
        font-size: 23px;
    }
    .contact-line-text span{
        font-size: 30px;
        padding: 0 5px;
    }
    .line-icon{
        width: 17%;
    } */
    /* 固定ページ */
    .charge-text {
        padding: 30px 0 30px 80px;
        font-size: 22px;
    }

    .charge-item_text {
        padding: 15px 0 15px 20px;
    }

    .features-top_text {
        font-size: 36px;
    }

    .concept-contents {
        width: 60%;
    }

    .concept-title-p {
        font-size: 24px;
    }

    .concept-text-p {
        font-size: 20px;
    }

    .featuers-item-title h3 {
        font-size: 38px;
    }

    .featuers-item-wrapper {
        width: 76%;
    }

    .featuers-item-wrapper-02 {
        width: 74%;
    }

    .features-item-text-03 {
        padding: 0 20px 0 50px;
        font-size: 18px;
    }

    .features-04-br-pc {
        display: none;
    }
}

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

    /* トップページ */
    section {
        margin-bottom: 80px;
    }

    .section-wrapper {
        padding: 0px;
    }

    #instagram .section-title h2,
    .section-title h2 {
        font-size: 50px;
    }

    .section-title p {
        font-size: 18px;
    }

    .news-btn {
        padding-top: 50px;
    }

    .about-text p {
        font-size: 15px;
    }

    .about-text h4 {
        font-size: 17px;
    }

    #about .br-pc {
        display: none;
    }

    .about-content {
        margin-bottom: 100px;
    }

    .about-bottom-item {
        width: 90%;
    }

    .features-top h3 {
        font-size: 32px;
    }

    .concept-contents {
        width: 50%;
    }

    .concept-title {
        font-size: 22px;
    }

    .concept-border {
        width: 780px;
    }

    .concept-text {
        margin-top: 40px;
        font-size: 18px;
    }

    .concept-img {
        position: absolute;
        top: 50px;
    }

    .features-text {
        padding: 15px 30px;
    }

    .features-text h3 {
        margin-bottom: 15px;
    }

    .features-text p {
        font-size: 15px;
    }

    #features .br-pc {
        display: none;
    }

    .br-res {
        display: none;
    }

    /* #reserve .section-wrapper{
        padding: 50px;
    } */
    #instagram .section-container {
        margin-top: 30px;
    }

    .faq-wrapper {
        width: 80%;
    }

    .faq-balloon {
        position: absolute;
        top: -80px;
        left: -230px;
    }

    .faq-balloon img {
        width: 65%;
    }

    .faq-heart {
        position: absolute;
        top: -130px;
        right: 0;
    }

    .faq-heart img {
        width: 70%;
    }

    .faq-q h3 {
        font-size: 17px;
    }

    .faq-a {
        font-size: 14px;
    }

    .infomation .br-sp {
        display: block;
    }

    /* .contact-line-text{
        font-size: 28px;
    } */
    .line-qr-title {
        font-size: 18px;
    }

    .line-qr-text {
        font-size: 15px;
    }

    .footer-logo-pc {
        display: none;
    }

    .footer-logo-sp {
        display: block;
        width: 20%;
        margin-top: 30px;
    }

    .footer-imfomation {
        width: 35%;
    }

    .footer-imfomation .br-sp {
        display: block;
    }

    /* 固定ページ */
    .page-nav {
        padding: 30px 0 30px 100px;
    }

    .page-title {
        padding-left: 100px;
        font-size: 50px;
    }

    .profile-item {
        width: 600px;
    }

    .contact-container {
        width: 90%;
        margin: 50px auto;
    }

    .privacy-btn {
        padding: 0 100px;
    }

    .privacy-btn .link-btn h3 {
        width: 180px;
    }

    .charge-title_2 {
        font-size: 32px;
    }

    .charge-text {
        padding: 30px 0 30px 50px;
        font-size: 20px;
    }

    .charge-item_title,
    .charge-item_text {
        font-size: 18px;
    }

    .charge-item_text {
        padding: 15px 0 15px 15px;
    }

    .charge-title_1-b {
        margin-top: 100px;
    }

    .charge-item_title span {
        font-size: 16px;
    }

    .charge-title_2-d::before,
    .charge-title_2-d::after {
        width: 30%;
    }

    .flow-document {
        width: 90%;
        padding: 50px 90px;
        font-size: 20px;
    }

    /* .flow-item{
        padding: 25px 25px 25px 0;
    }
    .flow-item-step{
        margin: 10px 0 10px 30px;
    }
    .flow-item-text{
        width: 85%;
        padding-left: 30px;
    }
    .flow-text_link{
        font-size: 18px;
    }
    .flow-document{
        padding: 25px 100px;
    }
    .flowchart-title h3{
        font-size: 24px;
    }
    .charge-box_contents h4{
        font-size: 22px;
    }
    .charge-box_contents.box2,
    .charge-box_contents.box3{
        padding: 26px;
    }
    .charge-box_text.box2,
    .charge-box_text.box3{
        padding: 25px 20px;
        font-size: 14px;
    }
    .charge-box.box2,
    .charge-box.box3{
        padding: 20px 30px 30px;
        height: 290px;
    }
    .charge-contents-title.box2,
    .charge-contents-title.box3{
        font-size: 22px;
    }
    .charge-box_item-container-text.box2{
        width: 70%;
    }
    #charge .br-pc{
        display: none;
    }
    .flow-item-text-last{
        width: 65%;
    }
    .flow-item-text-last p{
        font-size: 18px;
    }
    .flowchart-text{
        font-size: 18px;
    } */
    .features-top_text {
        font-size: 32px;
    }

    .concept-img-p {
        top: 80px;
    }

    .featuers-item-title h2 {
        font-size: 60px;
    }

    .featuers-item-title h3 {
        font-size: 34px;
    }

    .featuers-item-wrapper {
        width: 77%;
    }

    .featuers-item-title-2 h3 {
        font-size: 22px;
    }

    .course-title {
        font-size: 26px;
    }

    .course-text {
        font-size: 18px;
    }

    .featuers-item-wrapper-02 {
        width: 75%;
    }

    .features-item-text {
        font-size: 18px;
    }

    .featuers-item-2 {
        margin-bottom: 50px;
    }

    .features-about-salon {
        width: 85%;
    }

    #about-salon .about-text_link {
        font-size: 16px;
        position: absolute;
        bottom: 15%;
        right: 5%;
    }

    /* お知らせ一覧 */
    #news_archive {
        padding-top: 150px;
    }
}

@media screen and (max-width: 1100px) {
    .concept-title {
        font-size: 21px;
        letter-spacing: 0;
    }

    .concept-border {
        width: 730px;
    }

    .concept-text {
        margin-top: 30px;
        line-height: 1.3;
    }

    .concept-img {
        width: 42%;
    }

    .features-text_1 p {
        font-size: 14px;
    }

    /* .contact-line-text{
        font-size: 26px;
    } */
    /* .contact-line-text span{
        font-size: 36px;
    } */
    /* 固定ページ */
    .featuers-item-wrapper {
        width: 75%;
    }

    .featuers-item-wrapper-02 {
        width: 73%;
    }

    .features-item-text-03 {
        font-size: 17px;
    }
}

@media screen and (max-width: 1060px) {
    .features-text {
        padding: 15px 20px;
    }

    .features-text_1 h3 {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1.2;
    }

    .features-text_1 p {
        font-size: 13px;
    }

    /* .contact-line-text span{
        font-size: 26px;
    } */
    /* 固定ページ */
    .charge-item_text-a-2,
    .charge-item_text-b-2 {
        font-size: 16px;
        padding: 2px 0;
    }

    .features-item-text-03 {
        line-height: 1.5;
    }
}

@media screen and (max-width: 980px) {
    .section-container {
        width: 90%;
        margin: 0 auto;
    }

    .news-date {
        padding-top: 5px;
    }

    .about-bottom-item {
        width: 80%;
    }

    .features-top h3 {
        font-size: 28px;
    }

    .concept-contents {
        width: 48%;
    }

    .concept-img {
        width: 44%;
    }

    .faq-balloon {
        position: absolute;
        top: -80px;
        left: -180px;
    }

    .faq-q h3 {
        font-size: 16px;
    }

    .faq-a {
        font-size: 13px;
    }

    /* .contact-line-text{
        font-size: 22px;
    }
    .contact-line-text span{
        font-size: 30px;
    } */
    .fixed-btn-container {
        width: 320px;
        bottom: 10px;
        /* right: 20px; */
    }

    /* .fixed-btn1{
        width: 250px;
    } */
    .fixed-btn2 {
        width: 80px;
    }

    .advice-btn h4 {
        padding: 10px 5px;
        font-size: 20px;
    }

    .footer-wrapper {
        width: 90%;
    }

    .footer-imfomation {
        font-size: 18px;
    }

    .footer-nav {
        padding-top: 25px;
        line-height: 2;
    }

    /* 固定ページ */
    .page-header {
        height: 500px;
    }

    .page-nav {
        padding: 30px 0 30px 50px;
        font-size: 13px;
    }

    .page-title {
        padding-top: 100px;
        padding-left: 50px;
        font-size: 46px;
    }

    #profile .section-wrapper {
        width: 80%;
    }

    .map-2 {
        width: 90%;
    }

    .advice-container {
        display: block;
    }

    .advice-item {
        width: 70%;
        margin: 0 auto 30px;
    }

    #flow .section-container,
    #charge .section-container {
        width: 90%;
    }

    .flow-document {
        margin-top: 0px;
    }

    /* .flow-document{
        margin-top: 100px;
    }
    .charge-box_text.box2,
    .charge-box_text.box3{
        padding: 25px 10px;
    } */
    .page-header.page-header_features {
        width: 100%;
        height: 500px;
    }

    .features-top_text {
        font-size: 28px;
        margin-top: 50px;
    }

    .featuers-item-title-2 h3 {
        font-size: 20px;
    }

    .course-img_1 {
        width: 65%;
    }

    .featuers-img-04_a {
        width: 63%;
    }

    .featuers-img-04_b {
        bottom: -80px;
    }
}

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

    /* トップページ */
    .infomation {
        font-size: 16px;
    }

    .contact-line-text {
        font-size: 18px;
    }

    .contact-line-text span {
        font-size: 22px;
    }

    /* 固定ページ */
    .charge-title_2 {
        padding: 50px 0 30px;
    }

    .charge-text {
        padding: 20px 0 20px 30px;
        font-size: 19px;
    }

    .charge-item_text-a-2,
    .charge-item_text-b-2 {
        font-size: 14px;
    }

    .charge-item_title span {
        font-size: 14px;
    }

    .flow-document {
        padding: 50px 60px;
        margin: 20px auto 0;
    }

    /* .flow-document{
        padding: 25px 80px;
    }
    #charge .br-sp{
        display: block;
    }
    .flowchart-wrapper{
        display: block;
    }
    .flowchart-item{
        width: 100%;
    }
    .flowchart-item-arrow.box2-2{
        display: none;
    }
    .charge-box_contents.box2,
    .charge-box_contents.box3{
        padding: 30px 40px;
    }
    .charge-contents-title.box2,
    .charge-contents-title.box3{
        font-size: 24px;
    }
    .charge-box_text.box2,
    .charge-box_text.box3{
        padding: 25px;
        font-size: 16px;
    }
    .charge-box_item-text p{
        font-size: 15px;
    }
    .charge-box_item-container-text,
    .charge-box_item-container-text.box2{
        width: 60%;
        font-size: 15px;
        line-height: 1.7;
    }
    .charge-box_item-container-img{
        width: 30%;
        margin-left: 50px;
    }
    #charge .br-pc{
        display: block;
    }
    .charge-box.box2,
    .charge-box.box3{
        height: auto;
    }
    .flow-item-text-last{
        width: 85%;
        padding-left: 30px;
    }
    .flow-item-text-last p{
        font-size: 20px;
    }
    .flow-item-last.box2{
        margin-bottom: 150px;
    }
    .flowchart-item-arrow.box3-1{
        display: none;
    } */
}

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

    /* トップページ */
    .features-top h3 {
        font-size: 26px;
    }

    .concept-title {
        font-size: 19px;
        font-weight: bold;
    }

    .concept-border {
        width: 700px;
    }

    .concept-text {
        padding-right: 0;
        font-size: 16px;
    }

    .concept-img {
        width: 47%;
    }

    .infomation {
        font-size: 15px;
    }

    .line-title-wrapper {
        padding-bottom: 5px;
    }

    /* .contact-line-text{
        font-size: 19px;
    }
    .contact-line-text span{
        font-size: 26px;
    } */
    .line-qr-title {
        font-size: 16px;
    }

    .line-qr-text {
        font-size: 14px;
    }

    /* 固定ページ */
    .charge-title_2 {
        font-size: 30px;
    }

    .charge-text {
        padding: 20px 0 20px 20px;
        font-size: 18px;
    }

    .flow-document {
        font-size: 18px;
    }

    .featuers-item-wrapper {
        width: 74%;
    }

    .featuers-item-title-2 h3 {
        font-size: 18px;
    }

    .course-text {
        font-size: 16px;
    }

    .features-item-text {
        font-size: 16px;
    }
}

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

    /* トップページ */
    .features-concept {
        display: block;
    }

    .concept-contents {
        width: 100%;
    }

    .concept-title {
        font-size: 24px;
        font-weight: 400;
    }

    .concept-border {
        width: 800px;
    }

    .concept-text {
        margin-top: 40px;
        font-size: 20px;
        line-height: 1.5;
    }

    .concept-img {
        position: static;
        width: 100%;
        margin-top: 30px;
    }

    .features-wrapper {
        background-color: #fff;
    }

    .featuers-item,
    .featuers-item_2 {
        display: block;
    }

    .features-img {
        width: 100%;
        padding: 30px 40px;
    }

    .features-text {
        width: 100%;
        padding: 0px 40px 30px;
    }

    .features-text h3,
    .features-text_1 h3 {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 1.5;
    }

    .features-text p,
    .features-text_1 p {
        font-size: 18px;
        line-height: 1.7;
    }

    .line-icon {
        width: 15%;
    }

    /* 固定ページ */
    .concept-title-p {
        font-size: 28px;
        font-weight: 400;
    }

    .concept-text-p {
        margin-top: 40px;
        font-size: 24px;
        line-height: 1.5;
    }

    .features-concept-p {
        flex-direction: column-reverse;
    }

    .concept-text-p {
        font-size: 20px;
    }

    .concept-img-p {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

/* スマホ用-------------------------- */
@media screen and (max-width: 780px) {
    .section-container {
        margin-top: 30px;
    }

    .section-wrapper,
    .section-wrapper-2 {
        width: 100%;
        padding: 20px;
        display: block;
    }

    .grid-wrapper {
        width: 100%;
        margin-top: 30px;
    }

    .grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 80px;
    }

    #about .about-wrapper {
        width: 100%;
        padding-top: 20px;
    }

    .about-content {
        display: block;
        margin-bottom: 80px;
    }

    .about-img {
        width: 60%;
        height: auto;
    }

    .about-text {
        width: 100%;
        padding-top: 20px;
    }

    .about-text h3 {
        font-size: 24px;
    }

    .about-text h4 {
        font-size: 20px;
    }

    .about-text p {
        font-size: 17px;
    }

    .about-img-2 {
        width: 80%;
        justify-content: left;
    }

    .about-bottom-item {
        width: 90%;
    }

    .about-text_link {
        margin-top: 50px;
        font-size: 14px;
    }

    /* .features-wrapper{
        display: block;
    }
    .featuers-item,
    .featuers-item-2{
        width: 100%;
        margin-bottom: 80px;
    }
    .features-title{
        font-size: 22px;
    } */
    /* #reserve .section-wrapper{
        display: block;
    }
    .reserve-item{
        width: 90%;
        margin: 0 auto;
    }
    .reserve-title{
        font-size: 40px;
    }
    .reserve-title span{
        font-size: 48px;
    }
    .reserve-text{
        margin: 50px 0;
        font-size: 28px;
    }
    .reserve-line-pc{
        display: none;
    }
    .reserve-line-sp{
        display: block;
    }
    .reserve-line h4{
        font-size: 22px;
        font-weight: bold;
        line-height: 1.2;
    }
    .reserve-line img{
        width: 100px;
        margin: 20px 0;
    } */
    #faq .section-wrapper {
        width: 100%;
        margin-top: 150px;
        padding: 10px;
    }

    .faq-wrapper {
        width: 100%;
    }

    #faq .br-sp {
        display: none;
    }

    .faq-balloon {
        position: absolute;
        top: -230px;
        left: 10px;
    }

    .faq-balloon img {
        width: 100%;
    }

    .faq-heart {
        width: 25%;
        position: absolute;
        top: -170px;
        right: -20px;
    }

    .faq-heart img {
        width: 90%;
    }

    #contact-us .section-wrapper {
        padding: 10px;
    }

    .contact-us-wrapper {
        display: block;
    }

    .contact-us-item {
        width: 100%;
    }

    .infomation {
        font-size: 20px;
        margin-bottom: 50px;
    }

    .infomation .br-sp {
        display: none;
    }

    .contact-line-title {
        background: linear-gradient(transparent 75%, #FFBCC5 40%);
    }

    .line-title-wrapper {
        /* width: 80%; */
        padding-bottom: 15px;
    }

    .line-icon {
        width: 20%;
    }

    .contact-line-text {
        font-size: 30px;
    }

    .contact-line-text span {
        font-size: 40px;
        padding: 0 10px;
    }

    .line-qr {
        display: none;
    }

    .line-qr-sp {
        display: block;
        width: 40%;
        margin: 50px auto 80px;
    }

    .line-qr-title {
        font-size: 20px;
    }

    .line-qr-text {
        display: none;
    }

    .line-qr-text-sp {
        display: block;
        font-size: 16px;
    }

    /* .fixed-btn-container{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-end;
    } */
    .fixed-btn1 {
        /*         display: none; */
        width: 60px;
    }

    /* .fixed-btn2{
        width: 15%;
    } */
    .footer-container {
        padding-bottom: 30px;
    }

    .footer-wrapper {
        display: block;
        width: 100%;
        padding: 10px 50px;
    }

    .footer-logo-pc {
        display: block;
        margin-bottom: 30px;
    }

    .footer-logo-sp {
        display: none;
    }

    .footer-logo-pc,
    .footer-imfomation,
    .footer-nav {
        width: 100%;
    }

    .footer-logo-pc img {
        width: 50%;
    }

    .footer-imfomation {
        font-size: 20px;
    }

    .footer-imfomation .br-sp {
        display: none;
    }

    .footer-nav ul li:first-child {
        border-top: 1px solid #fff;
        padding-top: 10px;
    }

    /* 固定ページ */
    .page-title {
        letter-spacing: 0;
    }

    #profile .section-wrapper {
        width: 90%;
    }

    .profile-item {
        width: 90%;
        margin: 80px auto;
    }

    .profile-title,
    .parking-title {
        width: 200px;
        font-size: 18px;
    }

    .profile-text {
        font-size: 16px;
    }

    .link-btn {
        padding: 30px 0;
    }

    .privacy-notice {
        text-align: left;
    }

    .privacy-title {
        margin-bottom: 30px;
    }

    /* .privacy-check{
        display: block;
        line-height: 1.5;
    } */
    /* .privacy-link{
        padding-left: 0px;
    } */
    span.wpcf7-list-item {
        margin: 0px;
    }

    .privacy-btn {
        padding: 0 30px;
    }

    .privacy-btn .link-btn h3 {
        width: 150px;
    }

    .access-container {
        width: 100%;
        margin: 50px auto 0;
    }

    .map-text {
        font-size: 15px;
    }

    .parking-price {
        width: 450px;
    }

    .map-2 {
        width: 80%;
    }

    #advice .section-wrapper {
        padding: 0;
    }

    .advice-title {
        font-size: 24px;
    }

    .advice-item {
        width: 75%;
    }

    .page-title-flow {
        padding-bottom: 50px;
    }

    .charge-text {
        padding: 20px 30px;
        font-size: 22px;
    }

    #charge .br-sp {
        display: block;
    }

    .charge-wrapper {
        display: block;
    }

    .charge-box {
        width: 100%;
    }

    .charge-item_title,
    .charge-item_text,
    .charge-item_text-a-2,
    .charge-item_text-b-2,
    .charge-item_title span {
        font-size: 22px;
    }

    .charge-title_1-b {
        margin-top: 130px;
    }

    .charge-title_2-c {
        padding: 0 0 30px;
    }

    .charge-title_2-c::before,
    .charge-title_2-c::after {
        width: 35%;
        top: 20px;
    }

    .charge-title_2-d::before,
    .charge-title_2-d::after {
        width: 23%;
    }

    .flow-document {
        width: 95%;
        padding: 40px;
        font-size: 20px;
    }

    /* .flow-item-step,
    .flow-item-step-last{
        margin: 10px 0  10px 25px;
    }
    .flow-item-text{
        padding-left: 25px;
    }
    .flow-document{
        padding: 25px 50px;
    }
    .flowchart-title h3{
        width: 100%;
        padding: 26px 30px;
        font-size: 18px;
    }
    .charge-box_item-title{
        width: 20%;
        height: 27px;
        padding: 0;
        text-align: center;
    }
    .charge-box_item-text{
        width: 80%;
    }
    .charge-box_item-text p{
        font-size: 13px;
    }
    .charge-box_item-text span{
        font-size: 20px;
    }
    #charge .br-sp{
        display: none;
    } */
    #features_p {
        margin-bottom: 0;
    }

    .features-top_text {
        margin-top: 80px;
    }

    .features-concept-p {
        margin-top: 30px;
    }

    .featuers-item-wrapper {
        margin: 0 0 80px;
        width: 100%;
    }

    .features-container-p {
        margin-top: 100px;
    }

    .featuers-item-title {
        margin-bottom: 30px;
    }

    .featuers-item-title h3 {
        font-size: 30px;
    }

    .featuers-item-title-2 h3 {
        font-size: 20px;
    }

    .featuers-course {
        padding: 30px 0;
    }

    .course-text {
        font-size: 18px;
    }

    .course-img_1 {
        width: 75%;
        margin-left: -60px;
    }

    .course-img_2 {
        width: 50%;
        margin-right: -60px;
    }

    .featuers-item-wrapper-02 {
        margin: 0 0 80px;
        width: 100%;
    }

    .features-item-text {
        font-size: 18px;
    }

    .features-item-img {
        width: 130%;
        margin-left: -60px;
        margin-bottom: 130px;
    }

    .featuers-item-wrapper-03 {
        flex-direction: column-reverse;
    }

    .features-item-text-03 {
        width: 100%;
        padding: 0;
    }

    .features-img-03 {
        width: 100%;
    }

    .featuers-img-04 {
        margin-bottom: 170px;
    }

    .featuers-img-04_a {
        width: 90%;
        margin-left: -60px;
    }

    .featuers-img-04_b {
        width: 50%;
        right: -60px;
        bottom: -130px;
    }

    .features-about-salon {
        width: 100%;
    }

    /* #features .section-container{
        margin-top: 0px;
    }
    .features-img-wrapper{
        display: block;
    }
    .features-img_bottom{
        width: 80%;
        margin: 0 auto 30px;
    }
    .features-about-salon{
        width: 100%;
    } */
    /* お知らせ一覧 */
    #news_archive {
        padding-top: 100px;
    }
}

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

    /* トップページ */
    .contact-line-title {
        background: linear-gradient(transparent 70%, #FFBCC5 40%);
    }

    .contact-line-text {
        font-size: 26px;
    }

    .contact-line-text span {
        font-size: 36px;
        padding: 0 10px;
    }

    .line-qr-sp {
        width: 40%;
        margin: 50px auto;
    }

    .line-qr-title {
        font-size: 18px;
    }

    .line-qr-text-sp {
        font-size: 15px;
    }

    /* 固定ページ */
    .charge-text {
        font-size: 19px;
        padding: 20px;
    }

    .charge-item_title span {
        font-size: 20px;
    }

    .flow-document {
        font-size: 19px;
    }

    .featuers03-br-sp {
        display: none;
    }

    .featuers-img-04_b {
        width: 55%;
    }
}

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

    #instagram .section-title h2,
    .section-title h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .section-title p {
        font-size: 16px;
    }

    .grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    #about .about-wrapper {
        padding: 50px 20px 0;
    }

    .about-content {
        margin-bottom: 60px;
    }

    .about-text h3 {
        font-size: 22px;
    }

    .about-text h4 {
        font-size: 18px;
    }

    .about-text p {
        font-size: 16px;
    }

    .about-img-2 {
        width: 90%;
    }

    .about-bottom-item {
        width: 100%;
    }

    .about-text_link {
        font-size: 13px;
    }

    .features-top h3 {
        font-size: 22px;
    }

    .concept-title {
        font-size: 22px;
    }

    .concept-border {
        width: 750px;
    }

    .concept-text {
        font-size: 18px;
    }

    .featuers-item,
    .featuers-item_2 {
        margin-bottom: 20px;
    }

    .features-text h3 {
        font-size: 20px;
    }

    .features-text p {
        font-size: 17px;
    }

    /* .features-title{
        font-size: 20px;
    }
    #features .br-pc{
        display: none;
    } */
    /* #reserve .section-wrapper{
        margin: 100px 0;
        padding: 70px 20px;
    }
    .reserve-title{
        font-size: 24px;
    }
    .reserve-title span{
        font-size: 30px;
    }
    .reserve-text{
        font-size: 15px;
    }
    .reserve-line h4{
        font-size: 20px;
        line-height: 1.3;
    }
    .reserve-line img{
        width: 80px;
        margin: 10px 0;
    }
    .reserve-line p{
        line-height: 1.2;
    } */
    .question {
        margin-right: 30px;
    }

    .anser {
        margin-right: 30px;
    }

    .faq-balloon {
        position: absolute;
        top: -240px;
        left: 10px;
    }

    .faq-heart {
        width: 30%;
        position: absolute;
        top: -130px;
        right: -20px;
    }

    .faq-heart img {
        width: 80%;
    }

    .map {
        display: none;
    }

    .map-sp {
        display: block;
    }

    .infomation {
        font-size: 18px;
    }

    .form-item h3 {
        font-size: 18px;
    }

    .line-title-wrapper {
        /* width: 88%; */
        padding-bottom: 10px;
    }

    .line-icon {
        width: 18%;
    }

    .back-btn {
        width: 100%;
    }

    .footer-imfomation {
        font-size: 18px;
    }

    .footer-logo-pc img {
        width: 60%;
    }

    .footer-imfomation .br-sp {
        display: block;
    }

    .page-header {
        height: 40vh;
    }

    .page-nav {
        padding: 10px 15px;
        font-size: 13px;
    }

    .page-title {
        padding-top: 10%;
        padding-left: 20px;
        font-size: 38px;
    }

    #profile .section-wrapper,
    #contact .section-wrapper,
    #access .section-wrapper {
        width: 100%;
        padding: 10px;
    }

    .profile-item {
        width: 100%;
        margin: 80px auto;
    }

    .profile-text {
        font-size: 14px;
    }

    .profile-text table th {
        padding-right: 20px;
    }

    .contact-form {
        padding: 30px;
    }

    .link-btn {
        padding: 10px 0;
    }

    .privacy-notice {
        margin-top: 30px;
    }

    .contact-container {
        width: 100%;
        margin: 50px 0 0;
    }

    .contact-text {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 50px;
    }

    .privacy-policy {
        margin: 50px 0 0;
    }

    .privacy-title {
        font-size: 22px;
        margin-bottom: 0px;
        padding: 20px 0;
    }

    .privacy-text {
        font-size: 18px;
    }

    /* .privacy-box{
        height: 150px;
    } */
    .privacy-item-title {
        font-size: 18px;
    }

    .privacy-item {
        font-size: 15px;
    }

    .privacy-item_text {
        margin-bottom: 50px;
    }

    .privacy-btn {
        padding: 20px;
    }

    .privacy-btn .link-btn h3 {
        width: 100px;
        font-size: 15px;
        padding: 10px 0px;
    }

    .map-text {
        font-size: 14px;
    }

    .parking-price {
        width: 100%;
    }

    .price-wrapper {
        display: block;
        line-height: 1.7;
    }

    .parking-text {
        font-size: 13px;
        text-align: left;
    }

    .map-2 {
        width: 80%;
    }

    .access-btn {
        padding: 20px 0 50px;
    }

    .advice-item {
        width: 80%;
        padding: 50px 30px 20px;
    }

    .advice-title {
        font-size: 20px;
    }

    .br-advice-sp {
        display: block;
    }

    .advice-text {
        font-size: 14px;
    }

    #flow .section-wrapper,
    #charge .section-wrapper {
        padding: 10px;
    }

    .charge-title_2 {
        font-size: 28px;
    }

    .charge-item_title,
    .charge-item_text,
    .charge-item_text-a-2,
    .charge-item_text-b-2,
    .charge-item_title span {
        font-size: 20px;
    }

    .flow-document {
        margin-top: 30px;
    }

    /* .br-sp-flow{
        display: block;
    }
    .flow-item,
    .flow-item-last{
        display: block;
        padding: 30px;
    }
    .flow-item-step,
    .flow-item-step-last{
        width: 90px;
        height: 90px;
        margin: 0;
    }
    .flow-item-text,
    .flow-item-text-last{
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .flow-document{
        padding: 25px 30px;
        margin-top: 80px;
    }
    .flow-document-title{
        font-size: 22px;
        letter-spacing: 2px;
    }
    .flow-document ul li{
        font-size: 18px;
    }
    .charge-box_title{
        font-size: 24px;
        letter-spacing: 2px;
    }
    .charge-box_contents{
        padding: 30px;
    }
    .charge-box_contents h4{
        font-size: 20px;
        line-height: 1.5;
    }
    .charge-box_text{
        padding: 30px 20px 20px 20px;
        font-size: 18px;
        line-height: 1.5;
    }
    .charge-box_text ul li{
        margin-bottom: 10px;
    }
    .charge-box_item-wrapper{
        margin-top: 20px;
    }
    .charge-box_item{
        display: block;
        height: auto;
    }
    .charge-box_item-title{
        width: 100%;
        letter-spacing: 3px;
    }
    .charge-box_item-text{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .charge-box_item-text p{
        font-size: 14px;
    }
    .flowchart-title h3{
        margin: 60px 0 20px;
    }
    #charge .br-sp{
        display: block;
    }
    .charge-box_contents.box2,
    .charge-box_contents.box3,
    .charge-box.box2,
    .charge-box.box3{
        padding: 30px;
    }
    .charge-contents-title.box2,
    .charge-contents-title.box3{
        font-size: 22px;
    }
    .charge-box_text.box2,
    .charge-box_text.box3{
        padding: 30px 20px;
    }
    .charge-box_item-container{
        display: block;
    }
    .charge-box_item-container-text{
        width: 100%;
        margin-bottom: 20px;
    }
    .charge-box_item-container-img{
        width: 100%;
        margin: 0 auto;
    }
    .charge-box-title{
        display: block;
        margin-bottom: 20px;
        line-height: 40px;
    }
    .charge-box_item-container-text.box2{
        width: 100%;
    }
    .flow-item-last.box2{
        margin-bottom: 100px;
    }
    .charge-box_item.box3{
        display: block;
    }
    .charge-box_item-text.box3{
        text-align: left;
    } */
    .page-header.page-header_features {
        height: 40vh;
    }

    #features_p .features-top {
        aspect-ratio: 1280/480;
    }

    .features-top_text {
        font-size: 24px;
        letter-spacing: 0;
    }

    .concept-title-p {
        font-size: 22px;
    }

    .concept-text-p {
        font-size: 20px;
    }

    .concept-img-p {
        position: absolute;
    }

    .concept-img-p img {
        object-position: center;
    }

    .concept-contents-p {
        margin-top: 350px;
    }

    .featuers-item-title h2 {
        font-size: 45px;
    }

    .featuers-item-title h3 {
        font-size: 26px;
        padding: 10px 0 0 20px;
    }

    .featuers-item-wrapper {
        margin: 0 0 50px;
    }

    .course-title {
        font-size: 24px;
    }

    .course-img_1 {
        width: 80%;
    }

    .course-img_2 {
        width: 55%;
    }

    .features-img-03 {
        width: 115%;
        margin-left: -30px;
    }

    .featuers-img-04_b {
        width: 60%;
    }

    .features-about-salon {
        margin: 0 auto 30px;
    }

    .about-salon_title {
        font-size: 22px;
    }

    .about-salon_text {
        font-size: 14px;
    }

    #about-salon .about-text_link {
        font-size: 10px;
        position: absolute;
        bottom: 15%;
        right: 5%;
    }

    /* .page-header.page-header_features{
        height: 40vh;
    }
    .features_bottom-text{
        font-size: 18px;
    }
    .features-link-btn{
        padding: 20px 0;
        margin-bottom: 0;
    } */
}

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

    /* トップページ */
    #about .about-wrapper {
        padding: 20px 0 0;
    }

    .about-img {
        width: 70%;
    }

    .about-img-2 {
        width: 100%;
    }

    .about-text h3 {
        font-size: 20px;
    }

    .about-text h4 {
        font-size: 16px;
    }

    .about-text p {
        font-size: 14px;
    }

    .about-text_link {
        font-size: 10px;
    }

    .features-concept {
        margin-top: 30px;
    }

    .features-top h3 {
        font-size: 18px;
    }

    .concept-title {
        font-size: 18px;
        font-weight: bold;
    }

    .concept-border {
        width: 650px;
    }

    .concept-text {
        margin-top: 30px;
        font-size: 16px;
    }

    .features-wrapper {
        margin-top: 50px;
    }

    .features-img {
        padding: 20px;
    }

    .features-text {
        padding: 0 20px 20px;
    }

    .features-text h3 {
        font-size: 16px;
    }

    .features-text p {
        font-size: 14px;
    }

    .contact-line-text {
        font-size: 22px;
    }

    .contact-line-text span {
        font-size: 28px;
        padding: 0 5px;
    }

    /* 固定ページ */
    .page-title {
        font-size: 30px;
    }

    .br-sp-flow {
        display: block;
    }

    .charge-title_1 {
        font-size: 26px;
    }

    .charge-title_2 {
        font-size: 24px;
    }

    .charge-text {
        font-size: 16px;
    }

    .charge-text p {
        text-indent: -25px;
    }

    .charge-item_title,
    .charge-item_text {
        font-size: 18px;
    }

    .charge-item_text-a-2,
    .charge-item_text-b-2,
    .charge-item_title span {
        font-size: 14px;
    }

    .charge-title_2-c::before,
    .charge-title_2-c::after {
        top: 15px;
    }

    .charge-text-2 {
        font-size: 20px;
    }

    .charge-title_2-d::before,
    .charge-title_2-d::after {
        width: 20%;
        top: 65px;
    }

    .flow-document {
        font-size: 17px;
    }

    #features_p .section-wrapper {
        padding: 0;
    }

    .concept-contents-p {
        margin-top: 300px;
    }

    .features-top_text {
        font-size: 20px;
        margin-top: 50px;
    }

    .features-concept-p {
        margin-top: 0;
    }

    .concept-img-p {
        top: 50px;
    }

    .featuers-item-title h3 {
        font-size: 22px;
    }

    .featuers-item-title-2 h3 {
        font-size: 18px;
    }

    .course-title {
        font-size: 20px;
    }

    .course-text {
        font-size: 16px;
    }

    .featuers-item-wrapper {
        margin: 0 0 30px;
    }

    .course-img {
        margin-bottom: 100px;
    }

    .course-img_1 {
        margin-left: -30px;
    }

    .course-img_2 {
        width: 50%;
        margin-right: -25px;
    }

    .featuers-item-wrapper-02 {
        margin: 0 0 50px;
    }

    .features-item-text {
        font-size: 16px;
    }

    .features-item-img {
        width: 115%;
        margin-left: -25px;
        margin-bottom: 100px;
    }

    .features-img-03 {
        width: 105%;
        margin-left: -10px;
    }

    .featuers-img-04 {
        margin-bottom: 150px;
    }

    .featuers-img-04_a {
        margin-left: -30px;
    }

    .featuers-img-04_b {
        right: -25px;
        bottom: -110px;
    }

    .about-salon_title {
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 450px) {
    .contact-line-title {
        background: linear-gradient(transparent 60%, #FFBCC5 40%);
    }

    .line-icon {
        width: 15%;
    }

    .contact-line-text {
        font-size: 20px;
    }

    .contact-line-text span {
        font-size: 24px;
    }

    .fixed-btn-container {
        width: 260px;
        height: 60px;
        right: 85px;
    }

    .fixed-btn2 {
        width: 60px;
    }

    .advice-btn h4 {
        font-size: 14px;
    }
}

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

    /* トップページ */
    #about .section-container {
        margin-top: 50px;
    }

    #about .section-title {
        margin-bottom: 30px;
    }

    .about-text_link {
        right: 5%;
    }

    /* .line-title-wrapper{
        width: 90%;
    } */
    .line-icon {
        width: 14%;
        margin-right: 15px;
    }

    .contact-line-text {
        font-size: 19px;
    }

    .contact-line-text span {
        font-size: 23px;
    }

    .line-qr-sp {
        width: 50%;
    }

    /* 固定ページ */
    .page-title {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .section-title h2 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .br-sp-flow {
        display: none;
    }

    .charge-title_1 {
        font-size: 22px;
    }

    .charge-title_2 {
        font-size: 20px;
    }

    .charge-text {
        padding: 20px 15px 20px 10px;
    }

    .charge-item_title,
    .charge-item_text {
        font-size: 14px;
    }

    .charge-item_text-a-2,
    .charge-item_text-b-2 {
        font-size: 12px;
    }

    .charge-item_title span {
        font-size: 11px;
    }

    .charge-title_1-b {
        margin-top: 100px;
    }

    .charge-title_2-c::before,
    .charge-title_2-c::after {
        top: 13px;
    }

    .charge-text-2 {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .charge-title_2-d::before,
    .charge-title_2-d::after {
        width: 15%;
        top: 63px;
    }

    .flow-document {
        margin-top: 0px;
        padding: 40px 30px;
    }

    .concept-contents-p {
        margin-top: 270px;
    }

    .featuers-item-title h3 {
        font-size: 20px;
    }

    .profile-text {
        font-size: 13px;
    }
}

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

    #instagram .section-title h2,
    .section-title h2 {
        font-size: 36px;
        letter-spacing: 5px;
    }

    .news-btn h3 {
        width: 100%;
    }

    .infomation {
        font-size: 16px;
    }

    .line-title-wrapper {
        /* width: 95%; */
        padding-bottom: 5px;
    }

    .line-icon {
        width: 13%;
    }

    .contact-line-text {
        font-size: 17px;
    }

    .contact-line-text span {
        font-size: 20px;
    }

    .line-qr-sp {
        width: 55%;
        margin: 30px auto;
    }

    .line-qr-title {
        font-size: 16px;
    }

    .line-qr-text-sp {
        font-size: 14px;
    }

    .fixed-btn-container {
        width: 100%;
        justify-content: flex-end;
    }

    .advice-btn h4 {
        margin-right: 10px;
        font-size: 14px;
    }

    .fixed-btn-container {
        height: 50px;
    }

    .fixed-btn2 {
        width: 50px;
    }
}

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

    /* トップページ */
    .line-icon {
        width: 11%;
    }

    .contact-line-text {
        font-size: 15px;
    }

    .contact-line-text span {
        font-size: 18px;
        padding: 0 3px;
    }

    .line-qr-title {
        font-size: 15px;
    }

    .line-qr-text-sp {
        font-size: 13px;
        line-height: 1.4;
    }

    .advice-btn h4 {
        font-size: 13px;
    }

    .fixed-btn-container {
        height: 40px;
    }

    .fixed-btn2 {
        width: 40px;
    }

    /* 固定ページ */
    .page-title {
        font-size: 28px;
    }

    .section-title h2 {
        font-size: 30px;
        margin-bottom: 0;
    }

    #instagram .section-title h2 {
        font-size: 30px;
    }

    .link-btn h3 {
        width: 150px;
        padding: 5px 20px;
    }

    .br-gara {
        display: block;
    }

    /* .br-sp-flow{
        display: none;
    } */
    input[type="text"] {
        width: 170px;
    }

    .charge-title_1 {
        font-size: 18px;
    }

    .charge-title_2 {
        padding: 30px 0;
        font-size: 16px;
        letter-spacing: 0px;
    }

    .charge-wrapper {
        margin-bottom: 30px;
    }

    .charge-item_text {
        padding: 15px 0 15px 10px;
    }

    .charge-item_text-a-2,
    .charge-item_text-b-2,
    .charge-item_title span {
        font-size: 10px;
    }

    .charge-title_2-c {
        padding-top: 0;
    }

    .charge-title_2-c::before,
    .charge-title_2-c::after {
        width: 33%;
        top: 10px;
    }

    .charge-text-2 {
        font-size: 15px;
        letter-spacing: 3px;
    }

    .charge-title_2-d::before,
    .charge-title_2-d::after {
        width: 15%;
        top: 40px;
    }

    .flow-document {
        font-size: 16px;
    }

    .features-top_text {
        font-size: 15px;
    }

    .concept-contents-p {
        margin-top: 200px;
    }

    .concept-title-p {
        font-size: 16px;
    }

    .concept-text-p {
        font-size: 15px;
    }

    .features-container-p {
        margin-top: 80px;
    }

    .featuers-item-title h2 {
        font-size: 38px;
    }

    .featuers-item-title h3 {
        font-size: 18px;
    }

    .featuers-item-title-2 h3,
    .course-title {
        font-size: 16px;
    }

    .course-text {
        font-size: 14px;
    }

    .course-img {
        margin-bottom: 80px;
    }

    .course-img_2 {
        margin-right: -20px;
    }

    .features-item-text {
        font-size: 14px;
    }

    .features-item-img {
        margin-left: -20px;
        margin-bottom: 80px;
    }

    .features-img-03 {
        margin-left: -6px;
    }

    .featuers-img-04 {
        margin-bottom: 100px;
    }

    .featuers-img-04_b {
        bottom: -70px;
    }

    .about-salon_title {
        font-size: 18px;
        letter-spacing: 0;
    }

    .about-bottom-item {
        width: 130%;
        margin-left: -30px;
    }

    .profile-text {
        font-size: 10px;
    }

    .profile-text table th {
        padding-right: 15px;
    }
}

.lp-container {
    width: 1200px;
    max-width: 92%;
    margin: 0 auto;
    padding: 120px 0;
}

.lp__catch p {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
    width: 540px;
    margin: 0 auto;
    max-width: 90%;
    border: #E34E69 2px solid;
    background-color: #E34E69;
    color: #fff;
    border-radius: 60px;
    padding: 30px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 160px;
    position: relative;
}
.lp__catch p::before {
    content: '';
    width: 80px;
    border-radius: 40px;
    aspect-ratio: 1 / 1;
    border: #E34E69 2px solid;
    background-color: #E34E69;
    position: absolute;
    bottom: -80px;
    left: 160px;
}
.lp__catch p::after {
    content: '';
    width: 40px;
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    border: #E34E69 2px solid;
    background-color: #E34E69;
    position: absolute;
    bottom: -110px;
    left: 220px;
}

.lp__catch h2 {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: bold;
    color: #E34E69;
}

.lp__catch h2 span {
    display: block;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.lp__point h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 4px;
}

.lp__point h2 span {
    font-size: 24px;
    display: block;
    letter-spacing: 0px;
    margin-bottom: 8px;
}

.lp__point--content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.lp__point--item {
    width: 30%;
    aspect-ratio: 1 /1;
    text-align: center;
    border-radius: 50%;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(143deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.lp__point--item p {
    line-height: 1.8;
}

.lp__flow {
    padding: 120px 0;
}

.lp__flow h2 {
    text-align: center;
    color: #E34E69;
    margin-bottom: 50px;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 4px;
}

.lp__flow--content {
    width: 400px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.lp__flow--content ul {
    padding-left: 60px;
    position: relative;
    counter-reset: listnum;
}

.lp__flow--content ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 400px;
    background-color: #f1a2b7;
    border-radius: 6px;
    z-index: -1;
}

.lp__flow--content ul li {
    padding: 24px 0;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
}

.lp__flow--content ul li span {
    display: block;
    font-size: 14px;
    padding-top: 4px;
}

.lp__flow--content ul li::before {
    counter-increment: listnum;
    content: counter(listnum);
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 23px;
    left: -68px;
    z-index: 1;
    width: 30px;
    height: 30px;
    background-color: #f1a2b7;
    border: #f1a2b7;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.lp__flow--text {
    width: 640px;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.8;
    background-color: #f1a2b7;
    padding: 40px;
    border-radius: 10px;
    color: #fff;
}

.lp__contact h2 {
    text-align: center;
    color: #E34E69;
    margin-bottom: 50px;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 4px;
}
.lp__contact--container {
    display: flex;
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}
.lp__contact--item {
    width: 30%;
    aspect-ratio: 4 / 3;
    background-color: #E34E69;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    border-radius: 12px;
}
.lp__contact--item span {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 2px;
    margin-top: 4px;
}
.lp__movie {
    width: 880px;
    max-width: 90%;
    margin: 0 auto;
    padding: 80px 0 120px;
}
.lp__movie h3 {
    font-size: 28px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 10px;
}
.lp__movie--item h4 {
    font-size: 16px;
    margin-bottom: 8px;
}
.lp__movie--cut {
    margin-bottom: 50px;
}
.lp__add--btn {
    display: flex;
    width: 800px;
    max-width: 90%;
    text-align: center;
    height: 64px;
    justify-content: center;
    align-items: center;
    background-color: #E34E69;
    color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 18px;
}
.lp-container a:hover {
    opacity: 0.5;
}


@media screen and (max-width: 768px) {
    .lp__catch p {
        font-size: 17px;
    }
    .lp__catch p::before {
        left: 80px;
    }
    .lp__catch p::after {
        left: 120px;
    }
    .lp__catch h2 {
        line-height: 1.2;
        font-size: 24px;
    }
    .lp__catch h2 span {
        margin-bottom: 4px;
        font-size: 18px;
    }
    .lp__point--content {
        flex-direction: column;
    }
    .lp__point--item {
        width: 80%;
        margin-bottom: 20px;
        margin: 0 auto 20px;
        font-size: 20px;
    }
    .lp__flow h2 {
        font-size: 28px;
    }
    .lp__flow--content ul li {
        font-size: 16px;
    }
    .lp__flow--text {
        font-size: 14px;
    }
    .lp__contact h2 {
        font-size: 28px;
    }
    .lp__contact--container {
        flex-direction: column;
        gap: 12px;
    }
    .lp__contact--item {
        width: 70%;
        margin: 0 auto;
        aspect-ratio: 1 / 0.5;
    }
    .lp__movie {
        padding-bottom: 60px;
    }
    .lp__add--btn {
        width: 80%;
        height: auto;
        padding: 20px;
        font-size: 14px;
    }
    

}