@charset "utf-8";
/* 担当　坪井 */

/*乗り換え割分の背景調整*/
#your-element-selector {
    height: calc(100vh + 30px);
    width: 100%;
    position: fixed;
    z-index: -1;
    top: -30px;
}

/*共通*/
 section p {
    text-align: justify;
}

.min {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
}

.tR {
    text-align: right;
    display: block;
}

.tC {
    text-align: center;
}

.fs_L {
    font-size: 1.6em;
}

.fs_S {
    font-size: 0.8em;
}

.red {
    color: #DB6565;
}

.mt10{
    margin-top: 10px!important;
}
.mt20{
    margin-top: 20px!important;
}
.mb10{
    margin-bottom: 10px!important;
}
.mb20{
    margin-bottom: 20px!important;
}

.comment {
    color: gray;
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 1.2;
    padding: 0 20px 30px;
    font-size: 10px;
}

/*ローディングアニメーション無効*/
#wrap::before, #wrap::after{
    display: none;
}

/* 見出し */
h2.h2_flower {
    position: relative;
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
}

h2.h2_flower span {
    font-size: .8em;
    display: block;
}

h2.h2_flower::before {
    content:'';
    width: 30px;
    height:30px;
    background: url(/assets/img/top/logo_simbol.png)no-repeat;
    background-size: contain;
    display: block;
    position: relative;
    margin: 0 auto 10px;
}

/* fv */
section.fv {
    background: url(/assets/img/top/headsmt_h800.png)no-repeat;
    background-size: cover;
    background-color: #FFF5F4;
    position: relative;
    margin-top: -70px;
    padding-bottom: 250px;
}

.fv_txt {
    position: relative;
    top: 300px;
}

.fv_txt img {
    padding: 0 20px;
    max-width: 300px;
}

.fv_badge {
    display: flex;
    justify-content: center;
    width: 100vw;
    margin-top: 20px;
    gap: 10px;
}

.fv_txt .fv_badge img {
    width: 30%;
    padding: 0;
}

.fv_txt img {
    padding: 0 20px;
}

/* about */

section.about {
    background: #fae9e9;
    padding: 100px 0 50px;
}

.about_txt {
    position: relative;
    z-index: 0;
}
.about_txt::before {
    content: '';
    width: 300px;
    height: 54px;
    position: absolute;
    bottom: 125px;
    right: 0;
    display: block;
    background: url(/assets/img/top/bg_marions.png);
    background-size: cover;
    z-index: -1;
}

section.about .wrap {
    display: flex;
    flex-direction: column-reverse;
}

section.about p {
    padding: 0 20px 10px;
}
.book-list {
    max-width: 100%;
    display: flex;
}
.book-list img {
    width: 20%;
}

.about_img {
    padding: 0 20px;
    max-width: 300px;
    margin: 0 auto 20px;
}

/* movie */

section.movie {
    background: #fae9e9;
    padding-bottom:50px ;
}

.movie_movie img {
    padding: 0 20px;
    max-width: 240px;
}

.youtubebg img {
    max-width: 240px;
    margin: -15px auto 5px;
    display: block;
}

.movie-box {
    margin: 0 20px;
}

.movie-box iframe {
    aspect-ratio: 16/9;
    height: auto;
    border: 4px solid #fff;
}

.movie_comment {
    padding: 10px 10px 0;
    text-align: center;
}

.movie_comment img {
    width: 45%;
    max-width: 180px;
}
.movie_comment img:nth-child(2) {
    margin-bottom: -50px;
}
.movie_comment img:nth-child(3) {
    margin-top: 37px;
}

/* cta1 */
section.cta {
    background: url(/assets/img/top/cta1_bg_smt.png)no-repeat;
    background-size: cover;
    background-position: center;
}

.cta_block {
    background: #fff;
    border-radius: 100px 100px 0 0;
    width: 43%;
    padding: 25px 10px 0;
    text-align: center;
}

.cta_block img {
    height: 35px;
    margin: 0 auto 10px;
    display: block;
}

section.cta .wrap {
    padding: 50px 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cta_txt {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.2em;
}

.cta_block p {
    font-size: 12px;
    line-height: 1.4;
}

.cta_txt p {
    text-align: center;
}

a.cta_btn {
    background: linear-gradient(54deg, #e88c8c, #ffaaaa);
    color: #fff;
    width: 100%;
    display: block;
    margin: 10px 0;
    padding: 10px 0;
    letter-spacing: 0.01rem;
}

.cta_block .fs_L {
    font-size: 1.4em;
    margin-bottom: 10px;
    text-align: center;
}

/* point */

section.point {
    position: relative;
    padding: 50px 0 0;
    background: #fff;
}
section.point::before {
    content: '';
    width: 200px;
    height: 46px;
    position: absolute;
    top: 20px;
    right: 10px;
    display: block;
    background: url(/assets/img/top/bg_point.svg);
    background-size: cover;
    z-index: 0;
}

.point01 .point_img {
    width: 60%;
    max-width: 240px;
    margin: 0 auto;
}

.point_txt {
    margin-bottom: 30px;
}

.point_number span {
    font-size: 1.8em;
    padding-left: 5px;
}

.point_number {
    border-bottom: 1px solid #DB6565;
    display: inline;
    padding-bottom: 4px;
}

.h3_txt {
    margin: 15px 0;
    font-size: 1.1em;
}

.point01_contents>div {
    margin-bottom: 50px;
}

/* アコーディオン */
.acc__inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease;
}

.acc__inner.is-open {
  max-height: 300px;
}

.point01_contents {
    padding: 0 20px;
}

div.accordion_lesson {
    border: 1px solid #C0B793;
    margin-bottom: 30px;
}

p.acc__trigger {
    position: relative;
    padding: 5px;
    background: #C0B793;
    text-align: center;
    color: #fff;
}

ul.acc__inner {
    padding: 0 10px;
}

li.acc__item {
    position: relative;
    border-bottom: 1px dotted #C0B793;
    padding: 10px 0 10px 20px;
    line-height: 1.6;
}

p.acc__trigger::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 15px;
    width: 15px;
    height: 2px;
    background-color:#fff;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

p.acc__trigger::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 15px;
    width: 15px;
    height: 2px;
    background-color:#fff;
    transition: all .3s ease-in-out;
}

p.acc__trigger.open::before {
    transform: rotate(180deg);
}

p.acc__trigger.open::after {
    opacity: 0;
}

li.acc__item::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(/assets/img/top/icon_heart.svg)no-repeat;
    background-size: contain;
    margin-left: -15px;
    margin-right: 5px;
}

li.acc__item:last-child {
    border: none;
}


.point02 .point_main {
    display: flex;
    flex-direction: column-reverse;
}

.point02 {
    background: #FFF5F4;
    padding: 40px 0;
}

.point02 .point_img {
    padding: 0 20px;
}

.point02_contents {
    padding: 0 20px;
}

.progress {
    font-size: 1.2em;
    text-align: center;
    background: #fff;
    color: #e58e8e;
    padding: 5px;
    margin-bottom: 10px;
}

.progress_box {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.progress_box>img {
    width: 40%;
    display: block;
    margin: 0 auto 5px;
}

.flow_ttl {
    font-size: 1.2em;
    display: flex;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.progress_box p {
    line-height: 1.6;
}

/* point03 */
.point03 {
    padding: 30px 20px;
}

.point03 .point_main {
    display: flex;
    flex-direction: column-reverse;
}

.point03 .point_img {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 20px;
}

.point03_contents h3 {
    font-size: 1.2em;
    text-align: center;
    background: #e58e8e;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
}

.point03_contents {
    padding: 0;
    margin-bottom: 20px;
    border: 1px solid #e68e8e;
}

.point03 ul.service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

a.link_flower {
    position: relative;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #db6565;
    padding-bottom: 5px;
    width: fit-content;
    margin: 0 0 0 auto;
}

a.link_flower::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/assets/img/top/logo_simbol.png)no-repeat;
    background-size: contain;
}

.point03 ul.service-list li {
    width: 31%;
}

.point03 .point_main {
    display: flex;
    flex-direction: column-reverse;
}

.point03 .point_img {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 20px;
}

.point03 {
    padding: 30px 20px;
}

.point03_contents h3 {
    font-size: 1.2em;
    text-align: center;
    background: #e58e8e;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
}

.point03_contents {
    padding: 0;
    margin-bottom: 20px;
    border: 1px solid #e68e8e;
}

.point03 ul.service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

a.link_flower {
    position: relative;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #db6565;
    padding-bottom: 5px;
    width: fit-content;
    margin: 0 0 0 auto;
}

a.link_flower::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/assets/img/top/logo_simbol.png)no-repeat;
    background-size: contain;
}

.point03 ul.service-list li {
    width: 31%;
}

.point04_contents>div {
    padding: 0 20px;
    margin-bottom: 10px;
}

.point04 {
    background: #FFF5F4;
    padding: 30px 0;
}

.point04_contents>div img {
    margin-bottom: 10px;
}

.point06 .point_img {
    padding: 0 20px 30px;
}

.point02 .point_txt {
    padding: 0 20px;
}

.point01 .point_txt {
    padding: 0 20px;
}

.point04 .point_txt {
    padding: 0 20px;
}

.point05 .point_txt {
    padding: 0 20px;
}
.point05 .point_main {
    display: flex;
    flex-direction: column-reverse;
}

.point05 {
    padding: 30px 0;
}

.point05 .point_img {
    padding: 0 20px;
}

.point06 {
    padding: 30px 0;
    background: #FFF5F4;
}

.point06 .point_main {
    display: flex;
    flex-direction: column-reverse;
}

.point06 .point_txt {
    padding: 0 20px;
}

section.cta2 {
    background: url(/assets/img/top/cta2_bg_smt.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.cta2 .wrap {
    padding: 50px 20px 30px;
}

.cta2 .cta_txt{
    margin-bottom: 30px;
}

.cta2 .cta_txt p {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 10px;
}

a.btnlinestretches.cta2_btn {
    background: linear-gradient(54deg, #e88c8c, #ffaaaa);
    color: #fff;
    width: 100%;
    display: block;
    margin: 10px 0;
    padding: 10px 0;
    border: none;
}

a.cta2_btn div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.4em;
}

a.cta2_btn div img {
    width: 50px;
}


/* voice */
.voice{
    position: relative;
    padding: 50px 0;
}
section.voice::before {
    content: '';
    width: 200px;
    height: 46px;
    position: absolute;
    top: 20px;
    right: 10px;
    display: block;
    background: url(/assets/img/top/bg_voice.svg);
    background-size: cover;
    z-index: -1;
}
section.voice .wrap{
    padding: 0 20px;
}
.voice ul{ margin: 40px 0 0; display: flex; justify-content: space-between; flex-wrap: wrap }
.voice ul li{ width: 46%;  padding-bottom: 30px}
.voice ul li:last-child{ margin-bottom:  20px}
.voice ul .old{font-size: 2.9333333333vw;}
.voice ul .old img{width:9px }
.voice h3{text-align: justify; line-height: 1.6; font-size: 3.2vw;}
.voice .love{font-size: 2.6666666667vw; letter-spacing: normal; }
.voice .love img{width:9px; }

/* compair */
secion.compair .wrap {
    background: #fff;
    padding: 30px 0;
}

.compair table,
.compair td {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
}

td.td_marions {
  border-bottom: 1px solid #fff;
  border-collapse: collapse;
}

.compair tr:first-child td img {
    width: 120px;
}

.compair table th {
    background: #F6F2EF;
    width: 60px;
    padding: 5px;
    vertical-align: middle;
}

.compair table {
    text-align: center;
    line-height: 1.6;
    width: 700px;
    background: #fff;
    border-spacing: 1px;
    border-color: #ededed;
}

.compair img.fukidashi {
    position: absolute;
    width: 300px;
    left: -20px;
    margin-top: 25px;
}


.compair td {
    width: 100px;
    padding: 10px 5px;
    vertical-align: middle;
}

.compair tr:first-child td {
    padding: 10px 0 5px;
    vertical-align: middle;
}

.compair .table_box {
    overflow-x: auto;
    overflow-y: visible;
    padding-left: 20px;
    height: 400px;
}

td.td_marions {
    background: #FFF5F4;
    color: #DB6565;
    position: relative;
}

.compair h2 {
    font-size: 1.4em;
    text-align: center;
    border-bottom: 1px solid #db6565;
    padding-bottom: 3px;
    width: fit-content;
    margin: 0 auto 20px;
}

.compair table th
.compair table td {
    border: #ededed 1px;
}

/* link */
section.menu_banner {
    padding: 50px 40px;
    background: url(/assets/img/top/link_bg_smt.png)no-repeat;
    background-size: cover;
}

section.menu_banner a:first-child {
    margin-bottom: 20px;
}

/* yu */
section.yu {
    position: relative;
    padding: 50px 0 0;
}

section.yu::before {
    content: '';
    width: 233px;
    height: 70px;
    position: absolute;
    top: 20px;
    right: 10px;
    display: block;
    background: url(/assets/img/top/bg_yu.svg);
    background-size: cover;
    z-index: 0;
}

.yu_txt {
    padding: 0 20px;
}

.yu_txt h2 {
    font-size: 1.4em;
    margin-bottom: 20px;
}

.yu_txt p {
    margin-bottom: 10px;
}

.yu_img {margin-top: 20px;}

.yu_detail {
    padding: 30px 20px;
}

.yu_detail h3 {
    font-size: 1.2em;
    border-bottom: 1px solid #db6565;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.yu .book-list {
    margin-bottom: 20px;
}

.yu_detail dt {
    color: #db6565;
}

/* news */
.column .wrap {
    padding: 30px 20px;
}

.column .wrap ul li {
    padding: 0 20px;
    margin-bottom: 10px;
}

h2.h2_small {
    position: relative;
    font-size: 1.4em;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
}

h2.h2_small::before {
    content: '';
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
    background: url(/assets/img/top/logo_simbol.png)no-repeat;
    background-size: contain;
}

.news_box {
    border: 1px solid #db6565;
    margin: 30px 10px;
    padding: 20px;
}

.news_box li {
    margin-bottom: 10px;
}

.bnr-link {
    padding: 0 40px 30px;
}

.news_box li {
    margin-bottom: 10px;
}

/* qa */
.qaBox {
    padding: 70px 0 120px;
}
.qaflex.min {
    padding: 0 20px;
}
@media screen and (min-width: 640px) {
section.fv {
    background: #FFF5F4 url(/assets/img/top/headpc_1200.png) no-repeat center bottom / cover;
    padding-bottom: 100px;
    margin-top: 0;
}

.fv .wrap {
    max-width: 1100px;
    display: block;
    margin: 0 auto;
}

.fv_txt {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 540px;
    top: 100px;
}

.fv img.main_copy {
    width: 345px;
    max-width: none;
}

.fv_txt img:nth-child(2) {
    width: 500px;
    max-width: none;
}

.fv_badge {
    width: 450px;
    padding: 0 15px;
    margin: 0;
}

.fv_txt .fv_badge img {
    width: 30%;
    height: auto;
}

/* about */
section.about .wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 960px;
    padding: 30px;
    margin: 0 auto;
}

.about_img img {
    width: 100%;
}

.about_txt {
    width: 420px;
}

section.about p {
    padding: 0 0 15px;
}

section.about p.fs_L {
    font-size: 24px;
}

.about_img {
    max-width: 420px;
    margin: 0;
    padding: 0;
}

.about_txt::before {
    width: 600px;
    height: 132px;
    top: -100px;
}

/* movie */
.movie .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    max-width: 960px;
    padding: 30px;
    margin: 0 auto;
}

.movie_movie {
    width: 460px;
}

.movie_comment.smtnoo {
    display: flex;
    flex-direction: column;
}

.movie_comment img:nth-child(2) {
    margin: -10px 0 0 240px;
}

.movie_comment img:nth-child(3) {
    margin: 20px 0 0 50px;
}

.movie_comment img {
    max-width: none;
}

.movie-box {
    margin: 0;
}

.movie_comment.smtno {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px 50px;
    width: 50%;
}

.movie_movie img {
    padding: 0;
}

.movie_movie>img {
    margin-left: -20px;
    max-width: none;
    width: 260px;
}

/* cta */
.movie .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    max-width: 960px;
    padding: 30px;
    margin: 0 auto;
}

.movie_movie {
    width: 460px;
}

.movie_comment.smtnoo {
    display: flex;
    flex-direction: column;
}

.movie_comment img:nth-child(2) {
    margin: -10px 0 0 240px;
}

.movie_comment img:nth-child(3) {
    margin: 20px 0 0 50px;
}

.movie_comment img {max-width: none;}

.movie-box {
    margin: 0;
}

.movie_comment.smtno {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px 50px;
    width: 50%;
}

.movie_movie img {
    padding: 0;
}

.movie_movie>img {margin-left: -20px;max-width: none;width: 260px;}

.about_txt::before {
    width: 600px;
    height: 132px;
    top: -100px;
}

section.cta .wrap {
    max-width: 960px;
    padding: 50px 30px;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: initial;
    align-items: center;
    margin: 0 auto;
}

.cta_txt p {
    text-align: left;
    font-size: 20px;
}

.cta_block {
    width: 260px;
    border-radius: 285px 285px 0 0;
    padding: 50px 20px 10px;
}

.cta_txt {
    width: auto;
}

.cta_block p.fs_L {
    font-size: 27px;
    margin-bottom: 20px;
}

.cta_block p {
    font-size: 14px;
    margin-bottom: 20px;
}

.cta_block img {
    height: 43px;
    margin-bottom: 15px;
}

a.cta_btn {
    font-size: 18px;
}

.cta_txt p.fs_L {
    font-size: 40px;
}

section.cta {
    position: relative;
    background: url(/assets/img/top/cta1_bg_pc.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0 1px;
}

.cta_btn.btnlinestretches::before, .cta_btn.btnlinestretches::after {
    border: solid #ed9393;
}

.cta_btn.btnlinestretches::before {
    border-width: 1px 0 0 1px;
}

.cta_btn.btnlinestretches::after {
    border-width: 0 1px 1px 0;
}
.cta_btn.btnlinestretches:hover {
    background: linear-gradient(54deg, #e88c8c, #ffaaaa);
}

/* point */



h2.h2_flower::before {
    width: 50px;
    height: 50px;
}

h2.h2_flower span {
    font-size: 30px;
}

h2.h2_flower {
    font-size: 40px;
    font-weight: 300;
}

section.point::before {
    width: 320px;
    height: 77px;
    top: 100px;
}

.point01 .point_main {
    max-width: 960px;
    display: flex;
    align-items: center;
    margin: 30px auto;
}

.point .point01 .point_img {
    max-width: none;
    width: 50%;
}

.point01 .point_img img {
    width: 300px;
    display: block;
    margin: 0 auto;
}

.point01 .point_txt {
    width: 50%;
}

.point01_contents {
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 70px auto 30px;
}

.point01_contents>div {
    width: 32%;
}

.point01_contents>div img {
    max-width: 100%;
}

h3.h3_point {
    display: flex;
    align-items: center;
    gap: 15px;
}

.point_number {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.point_number span {
    font-size: 35px;
}

.point02 .point_main {
    max-width: 960px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 30px;
}

.point02 .point_img {
    width: 50%;
    padding: 0;
}

.point02 .point_img img {
    width: 100%;
}

.point02 .point_txt {
    padding: 0;
}

.point02 .comment {
    text-align: right;
    max-width: 960px;
    margin: 0 auto;
}

.point02 {
    padding: 60px 0;
}

.point02_contents {
    max-width: 960px;
    padding: 0 30px;
    margin: 0 auto;
}

.progress_wrap {
    display: flex;
    gap: 10px;
}

.progress_box {
    width: 100%;
}

.flow_ttl {
    font-size: 14px;
}

.progress_box p {
    font-size: 13px;
}

.progress_box>img {
    width: 100%;
}

.point03 .point_main {
    flex-direction: row;
    align-items: center;
}

.point03 .point_img {
    width: 400px;
    max-width: none;
}

.point_txt {
    flex: 1;
    padding: 0 30px;
}

.point03 .point_img img {
    width: 400px;
}

.point03 {
    padding: 60px 0;
}

.point03 ul.service-list li {
    width: 161px;
    text-align: center;
}

.point03 {
    max-width: 960px;
    margin: 0 auto;
}

.point_main {
    max-width: 960px;
    margin: 0 auto;
}

.point04_contents {
    max-width: 960px;
    margin: 0 auto;
}

.point04_contents>div img {
    width: 50%;
}

.point04_contents div {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.comment {
    text-align: right;
}

.point05 .point_main {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.point05 .point_img {
    width: 400px;
}

.point05 .point_img img {
    width: 100%;
}

.point05 {
    padding: 60px 0 40px;
}

.point06 .point_main {
    flex-direction: row-reverse;
    align-items: center;
}

.point06 .point_main .point_img {
    width: 400px;
    padding: 0;
}

.point06 .point_main .point_img img {
    width: 100%;
}

.point06 {
    padding: 60px 0;
}

section.cta2 .wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.btnlinestretches.cta2_btn {
    width: 400px;
    padding: 20px 0;
}

.cta2 .cta_txt p {
    font-size: 16px;
    margin: 0;
    line-height: 1.8;
}

.cta2 .cta_txt p:first-child {
    margin-bottom: 10px;
}

.cta2 .cta_txt {
    margin: 0;
}


section.voice ul {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

section.voice ul li {
    flex: 1;
    width: auto;
}

section.voice ul li img {
    width: 100%;
}

.voice .love {
    font-size: 13px;
}

.voice h3 {
    font-size: 13px;
}

section.voice .wrap {
    max-width: 960px;
    margin: 0 auto;
}

section.compair {
    background: #FFF5F4;
    padding: 30px 0;
}

section.compair .wrap {
    padding: 20px 0 10px;
    background: #fff;
    max-width: 800px;
    margin: 30px auto;
}

.compair .table_box {
    overflow: visible;
    height: auto;
    margin: 0 auto 30px;
    display: block;
}

.compair h2 {
    font-size: 30px;
}

.compair table {
    margin: 0 auto;
}

.compair img.fukidashi {
    width: 350px;
    left: -45px;
}

section.compair .wrap {
    padding: 40px 0 10px;
    background: #fff;
    max-width: 860px;
    margin: 30px auto;
}

section.menu_banner {
    background: url(/assets/img/top/link_bg_pc.png)no-repeat;
}

section.menu_banner .wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    gap: 30px;
}

section.menu_banner .wrap a {
    flex: 1;
    margin: 0;
}

section.menu_banner .wrap a img {
    width: 100%;
}

.compair table tr:first-child th {
    background: none;
}

td.td_marions {
    padding: 15px 5px;
}

.compair table th {
    width: 100px;
}

.compair tr:first-child td img {
    width: 160px;
}

.compair .comment {
    width: 800px;
    padding: 0 10px 20px;
}

a.link_flower {
    font-size: 16px;
    letter-spacing: 0.1rem;
}

.yu_txt h2 {
    font-size: 30px;
}

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

.yu_img,.yu_img img {
    width: 320px;
}

.yu .wrap {
    max-width: 960px;
    padding: 50px 30px;
    margin: 0 auto;
}

.yu_txt {
    padding: 0;
}

.yu_detail {
    padding: 30px 0;
    display: flex;
    gap: 30px;
}

.yu .book-list {
    width: 500px;
}

section.yu::before {
    width: 546px;
    height: 165px;
    top: auto;
    bottom: 0;
    right: 0;
}

.column .wrap {
    max-width: 1100px;
    padding: 30px;
    margin: 0 auto;
}

section.column ul {
    display: flex;
    gap: 30px;
    margin: 20px 0;
}

.column .wrap ul li {
    padding: 0;
    flex: 1;
}

section.news .wrap {
    max-width: 1100px;
    padding: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.bnr-link,.bnr-link img {
    width: 400px;
}

.news_box {
    margin: 0;
    flex: 1;
    padding: 30px;
}

.news a.link_flower::after {
    content: none;
}

h2.h2_small {
    font-size: 30px;
}

section.news {
    background: #fff;
    padding: 60px 0;
}

section.qa .qaBox .h2bg .i01 {
    left: -15px;
}

section.voice::before {
    width: 345px;
    height: 79px;
}

}