@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

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

nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
li {
    list-style: none;
}
img {
    display: block;
}
/* --------------------------------------------
 * 　基本設計
 * -------------------------------------------- */
html {
    font-size: 62.5%;
}
body {
    font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    body {
        font-size: 1.4rem;
    }
}
body * {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
}
p a {
    text-decoration: underline;
    color: #293524;
}
p a:hover {
    text-decoration: none;
}
#wrapper {
    width: 100%;
    height: auto;
}
input[type='submit'] {
    -webkit-appearance: none;
    border-radius: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.w_inner {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
#container:not(.container_front, .container_404) {
    display: flex;
}
#container:not(.container_front, .container_404) main {
    flex: 1 1 auto;
}
#container:not(.container_front, .container_404) .container_side {
    width: 310px;
    min-width: 310px;
    margin-left: 40px;
}
.col_3_wrap {
    display: flex;
    flex-wrap: wrap;
}
.col_3_wrap > * {
    width: 100%;
    max-width: calc(1200px / 3 - 20px);
}
.col_3_wrap > *:nth-child(3n + 2) {
    margin-right: 30px;
    margin-left: 30px;
}
.col_3_wrap > a:hover {
    text-decoration: none;
}
.col_3_wrap > a:hover .btn_common {
    background: #ffffff;
    color: #293524;
    transition: 0.3s all ease;
}
.col_3_wrap .img img {
    width: 100%;
}
@media screen and (max-width: 1240px) {
    .col_3_wrap > * {
        max-width: calc(100% / 3 - 20px);
    }
}
@media screen and (max-width: 1024px) {
    .col_3_wrap > *:nth-child(3n + 2) {
        margin-right: 20px;
        margin-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .col_3_wrap {
        flex-direction: column;
    }
    .col_3_wrap > * {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .col_3_wrap > *:last-child {
        margin-bottom: 0;
    }
    .col_3_wrap > *:nth-child(3n + 2) {
        margin-right: 0px;
        margin-left: 0px;
    }
}
.col_4_wrap {
    display: flex;
    flex-wrap: wrap;
}
.col_4_wrap > * {
    width: 100%;
    max-width: calc(1200px / 4 - 30px);
    margin-right: 40px;
}
.col_4_wrap > *:nth-child(4n) {
    margin-right: 0;
}
.col_4_wrap > a:hover {
    text-decoration: none;
}
.col_4_wrap > a:hover .btn_common {
    background: #ffffff;
    color: #293524;
    transition: 0.3s all ease;
}
.col_4_wrap .img img {
    width: 100%;
}
@media screen and (max-width: 1240px) {
    .col_4_wrap > * {
        max-width: calc(100% / 4 - 30px);
    }
}
@media screen and (max-width: 1024px) {
    .col_4_wrap > * {
        max-width: calc(100% / 4 - 18px);
        margin-right: 24px;
    }
    .col_4_wrap > *:nth-child(4n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .col_4_wrap {
        flex-direction: column;
    }
    .col_4_wrap > * {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .col_4_wrap > *:last-child {
        margin-bottom: 0;
    }
    .col_4_wrap > * {
        margin-right: 0px;
    }
}
.btn_common {
    background: #293524;
    display: inline-block;
    margin-top: 20px;
    padding: 7px 24px 6px;
    color: #ffffff;
    transition: 0.3s all ease;
    border: 1px solid #293524;
    letter-spacing: 0.05em;
    font-size: 21px;
    font-weight: lighter;
}
.btn_common:hover {
    background: #ffffff;
    color: #293524;
    transition: 0.3s all ease;
    text-decoration: none;
}
a:hover .btn_common {
    background: #ffffff;
    color: #293524;
    transition: 0.3s all ease;
    text-decoration: none;
}
#breadcrumb {
    margin-bottom: 20px;
    color: #777777;
    font-size: 1.2rem;
}
#breadcrumb a {
    color: #777777;
}
.page_head,
.section_head {
    font-size: 36px;
    color: #293524;
    font-weight: normal;
}
.section_subhead {
    font-size: 24px;
    font-weight: lighter;
    color: #293524;
}
.content_head {
    font-size: 2rem;
    font-weight: bold;
    padding: 0 2px 7px;
    margin-bottom: 20px;
    border-bottom: 3px solid #cfcfcf;
}
/* --------------------------------------------
 * 　ヘッダー
 * -------------------------------------------- */

.header_nav {
    font-size: 24px;
}

.header_nav:hover {
    color: #e5a920;
}

.logo_img {
    width: 100px;
    margin-left: 48px;
}

header .header_top {
    padding: 13px 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .header_top .logo {
    margin-right: auto;
}
header .header_top .logo .tagline {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: normal;
}
header .header_top .nav_wrap {
    display: flex;
    width: 1600px;
    align-items: center;
}
header .header_top .nav_wrap > input {
    display: none;
}
header .header_top .nav_wrap nav ul {
    display: flex;
    align-items: center;
    margin-left: 740px;
}
header .header_top .nav_wrap nav ul li {
    margin-left: 20px;
}

.header-flow-wrapper {
    display: flex;
    align-items: center;
    width: auto;
    height: 40vh;
    overflow: hidden;
    background-color: #ffffff;
}

.header-flow-container {
    flex: 1; /* ロゴ以外を全体に広げる */
    overflow: hidden;
    height: 100%;
}

.header-flow-track {
    display: flex;
    animation: scroll-left 30s linear infinite;
    font-size: 0;
    gap: 20px; /* 画像間の余白 */
    height: 100%;
}

.header-flow-track img {
    width: 400px;
    object-fit: cover;
    display: block;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.header-fixed-logo {
    flex-shrink: 0;
    width: 300px; /* ロゴの横幅 */
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white; /* 背景色（必要に応じて） */
}

.header-fixed-logo img {
    height: 60%;
    width: auto;
}

/* header .header_top .nav_wrap nav ul li:last-child{
    background:#293524;
} */
/* header .header_top .nav_wrap nav ul li:last-child a{
    color:#ffffff;
    line-height:1;
    transition:0.3s all ease;
    display:block;
    padding:12px 14px 12px;
    border:1px solid #293524;
}
header .header_top .nav_wrap nav ul li:last-child a:hover{
    text-decoration:none;
    background:#ffffff;
    color:#293524;
    transition:0.3s all ease;
} */
.top_key_visual {
    background: url('./../img/header-img.jpg') center no-repeat;
    background-size: cover;
    height: 380px;
    margin-bottom: 20px;
}
.top_key_visual img {
    width: 100%;
}
.subpage_key_visual {
    height: 140px;
    margin-bottom: 8px;
}
.subpage_key_visual img {
    width: 100%;
}
.subpage_key_visual.header_news {
    background: url('./../img/header-img-news.jpg') center no-repeat;
    background-size: cover;
}
.subpage_key_visual.header_course {
    background: url('./../img/header-img-course.jpg') center no-repeat;
    background-size: cover;
}
.subpage_key_visual.header_blog {
    background: url('./../img/header-img-blog.jpg') center no-repeat;
    background-size: cover;
}
.subpage_key_visual.header_school_bldg {
    background: url('./../img/header-img-school-bldg.jpg') center no-repeat;
    background-size: cover;
}
.subpage_key_visual.header_contact {
    background: url('./../img/header-img-contact.jpg') center no-repeat;
    background-size: cover;
}
.subpage_key_visual.header_sub {
    background: url('./../img/header-img-others.jpg') center no-repeat;
    background-size: cover;
}
html,

/* --------------------------------------------
 * 　フロントページ
 * -------------------------------------------- */
.container_front .front_news {
    margin-bottom: 24px;
    margin-top: 24px;
}
.container_front .front_course {
    margin-bottom: 60px;
}
.container_front .front_course.by_year {
    background: #fff2f5;
    padding: 50px 0 60px;
    margin-bottom: 0;
}
.container_front .front_course.short_term {
    background: #fffff2;
    padding: 50px 0 60px;
    margin-bottom: 50px;
}
.container_front .front_course .course_card {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.container_front .front_course .course_card:nth-child(n + 4) {
    margin-top: 30px;
}
.container_front .front_course .course_card .course_name {
    font-weight: bold;
    font-size: 1.8rem;
    margin: 5px 0 10px;
}
.container_front .front_course .course_card .explain {
    text-align: left;
    margin-bottom: auto;
    font-size: 16px;
}
.container_front .front_blog {
    margin-bottom: 60px;
}
.container_front .front_blog .article_card .img {
    margin-bottom: 5px;
}
.container_front .front_blog .article_card .date {
    font-size: 1.3rem;
    color: #888888;
    margin-bottom: 10px;
}
.container_front .front_blog .article_card .ttl {
    margin-bottom: 8px;
    font-weight: bold;
}
.container_front .front_blog .article_card .excerpt {
    margin-bottom: 8px;
}
.container_front .front_blog .article_card .link_box {
    text-align: right;
}
.container_front .front_blog .article_card .link_box .link {
    display: inline-block;
    font-size: 1.4rem;
    border-bottom: 1px solid #d1d1d1;
}
.container_front .front_blog .article_card .link_box .link:hover {
    text-decoration: none;
}
.container_front .front_blog .to_list {
    margin-top: 50px;
    text-align: center;
}
.container_front .front_blog .to_list a {
    display: inline-block;
    padding: 19px 40px 15px;
    background: #fff2f5;
    color: #777777;
}
.container_front .front_blog .to_list a:hover {
    text-decoration: none;
}
.container_front .front_blog .to_blog_list {
    text-align: center;
}

/* --------------------------------------------
 * 　お知らせ一覧
 * -------------------------------------------- */
#breadcrumb {
    font-size: 16px;
}

.news_list_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.news_list_wrap ul li a {
    display: flex;
    align-items: center;
    padding: 24px 0px 24px 0;
    border-bottom: 1px dotted #797979;
    gap: 10px;
}
.news_list_wrap ul li a .date {
    width: 110px;
    min-width: 110px;
}
.news_list_wrap ul li a .ttl {
    flex: 1 1 auto;
}
.news_list_wrap ul li a .ttl .cat {
    margin-bottom: 3px;
    display: inline-block;
}
.news_list_wrap ul li a .ttl .cat span {
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 3px 5px 1px;
    display: inline-block;
    margin-right: 5px;
}
.news_list_wrap .to_list {
    margin-top: 50px;
    text-align: center;
}
.news_list_wrap .to_list a {
    display: inline-block;
    padding: 19px 40px 15px;
    background: #fff2f5;
    color: #777777;
}
.news_list_wrap .to_list a:hover {
    text-decoration: none;
}

.container_archive_news {
    height: 100%;
    margin-top: 24px;
}

/* --------------------------------------------
 * 　お知らせ一覧（重要なお知らせ）
 * -------------------------------------------- */
.post_btn {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 16px;
}
.post_list {
    width: 80%;
}
.post_title {
    font-size: 24px;
}
.post_item {
    margin-bottom: 24px;
    flex: 1 1 300px;
    margin-bottom: 48px;
}
.post_image {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px;
}

.container_page main {
    border-right: 1px dotted #bebebe; /* 線の太さと色 */
    margin-bottom: 16px;
    height: 90vh;
}

.container_article_list {
    height: 100%;
    border-right: 1px dotted #bebebe; /* 線の太さと色 */
    margin-bottom: 16px;
    height: 90vh;
}
.information_container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fffbf5;
    padding: 32px;
}
/* --------------------------------------------
 * 　ブログ 記事リスト
 * -------------------------------------------- */
.container_article_list {
    height: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container_article_list .col_3_wrap {
    display: flex;
    flex-wrap: wrap;
}
.container_article_list .col_3_wrap > * {
    width: 100%;
    max-width: calc(100% / 3 - 20px);
}
.container_article_list .col_3_wrap > *:nth-child(3n + 2) {
    margin-right: 30px;
    margin-left: 30px;
}
.container_article_list .col_3_wrap > a:hover {
    text-decoration: none;
}
.container_article_list .col_3_wrap > a:hover .btn_common {
    background: #ffffff;
    color: #293524;
    transition: 0.3s all ease;
}
@media screen and (max-width: 1024px) {
    .container_article_list .col_3_wrap > *:nth-child(3n + 2) {
        margin-right: 20px;
        margin-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .container_article_list .col_3_wrap {
        flex-direction: column;
    }
    .container_article_list .col_3_wrap > * {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .container_article_list .col_3_wrap > *:last-child {
        margin-bottom: 0;
    }
    .container_article_list .col_3_wrap > *:nth-child(3n + 2) {
        margin-right: 0px;
        margin-left: 0px;
    }
}
.container_article_list .col_3_wrap li {
    margin-bottom: 40px;
}
.container_archive_blog .selected_category,
.container_archive_blog .selected_tag {
    margin-bottom: 10px;
}
.article_card {
    display: block;
}
.article_card:hover {
    background: #fff2f5;
}
.article_card .txtarea {
    padding: 5px;
}
.article_card .txtarea .img {
    margin-bottom: 5px;
}
.article_card .txtarea .date {
    font-size: 1.3rem;
    color: #888888;
    margin-bottom: 10px;
}
.article_card .txtarea .ttl {
    margin-bottom: 8px;
    font-weight: bold;
}
.article_card .txtarea .btn_read {
    text-align: right;
    color: #293524;
    font-size: 12px;
    text-decoration: underline;
}
.page_category .container_article_list > .selected_cat {
    font-weight: bold;
    margin-bottom: 10px;
}
.navigation.pagination {
    margin-top: 30px;
}
.navigation.pagination .nav-links .prev {
    border: none !important;
}
.navigation.pagination .nav-links .next {
    border: none !important;
}
.navigation.pagination .nav-links .current {
    padding: 6px 11px;
    background: #293524;
    border: 1px solid #293524;
    border-radius: 3px;
    color: #ffffff;
}
.navigation.pagination .nav-links a {
    padding: 6px 11px;
    border: 1px solid #293524;
    border-radius: 3px;
}
.navigation.pagination .nav-links a:hover {
    background: #293524;
    border: 1px solid #293524;
    color: #ffffff;
}
/* --------------------------------------------
 * 　ブログ検索結果
 * -------------------------------------------- */
.container_search .keywords {
    margin-bottom: 15px;
}
/* --------------------------------------------
 * 　校舎案内
 * -------------------------------------------- */
.container_school_bldg .school_list_wrap > ul li {
    display: flex;
    margin-bottom: 20px;
}
.container_school_bldg .school_list_wrap > ul li .img {
    width: 300px;
    min-width: 300px;
    margin-right: 30px;
}
.container_school_bldg .school_list_wrap > ul li .txtarea {
    flex: 1 1 auto;
    padding-top: 15px;
}
.container_school_bldg .school_list_wrap > ul li .txtarea h2 {
    font-weight: bold;
    font-size: 1.8rem;
}
.container_school_bldg .school_list_wrap > ul li .txtarea p {
    margin-bottom: 15px;
}
.container_school_bldg .school_list_wrap > ul li .txtarea p:last-child {
    margin-bottom: 0;
}
.container_school_bldg .school_list_wrap > ul li .txtarea p.address {
    font-size: 1.2rem;
}

/* --------------------------------------------
 * 　サイドバー
 * -------------------------------------------- */
.container_side .container_side_item {
    margin-bottom: 30px;
}
.container_side .container_side_item .head {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 12px 8px;
    margin-bottom: 20px;
}
.container_side .container_side_item .label {
    color: #aaa;
    font-weight: bold;
    font-size: 1.2rem;
}
.container_side .side_course ul {
    margin-top: -20px;
}
.container_side .side_course ul li a {
    display: block;
    padding: 13px 3px 7px;
    border-bottom: 1px dotted #bebebe;
}
.container_side .container_side_category ul li a {
    display: block;
    padding: 10px 3px 6px;
    border-bottom: 1px dotted #bebebe;
}
.container_side .container_side_tag {
    margin-top: 20px;
}
.container_side .container_side_tag .head {
    margin-bottom: 15px;
}
.container_side .container_side_tag .tag_list ul {
    display: flex;
    flex-wrap: wrap;
}
.container_side .container_side_tag .tag_list ul li {
    margin-right: 5px;
    margin-bottom: 5px;
}
.container_side .container_side_tag .tag_list ul li a {
    display: inline-block;
    height: 30px;
    padding: 2px 10px 0;
    border-radius: 15px;
    border: 2px solid #e9a2b2;
}
.container_side .container_side_tag .tag_list ul li a:hover {
    text-decoration: none;
    background: #293524;
    color: #ffffff;
}
.container_side form.search-form {
    position: relative;
}
.container_side form.search-form input[type='search'] {
    width: calc(100% - 50px);
    height: 45px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 10px;
}
.container_side form.search-form input[type='search']:focus-visible {
    outline: none !important;
    border: 2px solid #293524 !important;
}
.container_side form.search-form input[type='submit'] {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    border: none;
    background: url('./../img/icon_search.svg') center no-repeat;
    background-size: 60%;
    text-indent: 9999px;
}
.container_side form.search-form input[type='submit']:hover {
    cursor: pointer;
}
/* --------------------------------------------
 * 　フッター
 * -------------------------------------------- */
.go_top {
    width: 90px;
    margin-bottom: 16px;
    opacity: 0.8;
}

#go_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
}
#go_top:hover {
    cursor: pointer;
}
footer {
    background: #293524;
    padding-top: 40px;
    padding-bottom: 4px;
    position: relative;
}
footer .footer_logo {
    width: 150px;
    text-align: center;
    margin-bottom: 8px;
}
footer .footer_logo img {
    display: inline-block;
}
footer .footer_nav {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    margin-top: 8px;
}
footer .footer_nav ul {
    display: flex;
}
footer .footer_nav ul li {
    margin-right: 10px;
    margin-left: 10px;
}
footer .cr {
    text-align: center;
    font-size: 12px;
    margin-bottom: 16px;
    color: #ffffff;
}
footer .footer_text {
    color: #ffffff;
}
footer .footer_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_text_info {
    text-align: center;
    font-weight: lighter;
}
/* --------------------------------------------
 * 　記事スタイル
 * -------------------------------------------- */
.article_container {
    background-color: #fffbf5;
    padding: 32px;
}

.article {
    padding: 0 32px 0 0;
}

.article .container {
    margin-top: 20px;
}
.article h1 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}
.article h2 {
    font-size: 24px;
    margin: 45px 0 25px;
    border-bottom: 3px solid #999;
}
.article h3 {
    font-size: 20px;
    margin: 40px 0 20px;
    border-left: 3px solid #999;
    padding: 3px 0 2px 10px;
}
.article h4 {
    font-size: 16px;
    margin: 25px 0 10px;
    border-bottom: 1px solid #ddd;
}
.article p {
    margin: 0 0 15px;
}
.article table {
    width: 100%;
    margin: 20px 0 20px;
}
.article table td {
    padding: 5px 5px 2px;
    border: 1px solid #ddd;
}
.article ul,
.article ol {
    margin: 20px 0 20px;
}
.article ul li {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 7px;
}
.article ol li {
    list-style: decimal;
    margin-left: 25px;
    margin-bottom: 7px;
}

.article figure {
    margin: 20px 0 20px;
}
.article figure figcaption {
    font-size: 13px;
    font-style: italic;
    color: #888;
    text-align: center;
}
.article blockquote {
    background: #f8f8f8;
    padding: 30px 30px 25px;
}
.article blockquote p:last-child {
    margin-bottom: 0;
}
.article img {
    margin: 20px 0 20px;
}
.article .alignright {
    float: right;
    margin-left: 20px;
}
.article .alignleft {
    float: left;
    margin-right: 20px;
}
.article .aligncenter {
    margin-right: auto;
    margin-left: auto;
}
.article .wp-caption {
    font-size: 13px;
    color: #555;
}
/* --------------------------------------------
 * 　404ページ
 * -------------------------------------------- */
.container_404 #error {
    text-align: center;
    padding: 50px 0 50px;
}

/* --------------------------------------------
 * 　カスタムスタイル
 * -------------------------------------------- */
body {
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'Yu Mincho',
        'YuMincho', serif;
    color: #293524;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section_head,
.section_subhead,
.page_head,
.content_head {
    font-family: 'Times New Roman', Times, serif;
}

.section_head,
.section_subhead {
    text-align: center;
}

.front_news_container {
    background-color: #fffbf5;
}

.front_container {
    padding: 32px;
}

.front_news {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top_date {
    font-size: 18px;
    font-weight: bold;
    color: #eeae15;
    letter-spacing: 0.05em;
    margin-right: 48px;
}
.top_ttl {
    font-size: 18px;
    letter-spacing: 0.05em;
    width: 80%;
}
.top_ttl_arrow {
    display: flex;
    width: 100%;
    align-items: center;
}

.front_news_inner {
    width: 640px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 16px;
}

.front_concept_container {
    background-color: #f4efe8;
}

.news_list_wrap {
    margin-bottom: 24px;
}

.arrow {
    margin-left: auto;
    transform: rotate(-90deg);
}

.news_btn {
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 21px;
    padding: 4px 16px 4px 16px;
}

.concept_img {
    width: 600px;
}

.concept_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 2;
}

.concept_flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.concept_text {
    width: 50%;
}

.concept_explain {
    line-height: 2.5;
    font-size: 16px;
}

.front_items_container {
    background-color: #fffbf5;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.item_card {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 32px 0 32px 0;
    gap: 16px;
}

.item_card_reverse {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
    margin: 32px 0 32px 0;
    gap: 16px;
}

.items_text {
    width: 50%;
}

.front_items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.items_list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item_title {
    font-size: 24px;
}

.item_img_whole_cake {
    width: 400px;
}
.item_subtitle {
    margin-bottom: 8px;
}
.item_img_custom {
    width: 400px;
}
.item_img_popular_items {
    width: 500px;
}
.item_img_gift {
    width: 500px;
}

.view_more {
    padding: 4px 24px;
}

.sns_img {
    width: 350px;
}

.sns_img_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 48px;
}

.front_sns_container {
    background-color: #f4efe8;
    padding: 32px;
}

.sns_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 8px 0 32px 0;
}

.sns_slider_pc {
    display: flex;
    gap: 48px;
}
.sns_slider_sp {
    display: none !important;
}

.pc_only {
    display: flex;
}

.sp_only {
    display: none;
}

.sns_caption {
    font-size: 16px;
}

.front_shop_container {
    background-color: #fffbf5;
}

.shop_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
    margin: 32px 0;
}

.shop_img {
    width: 900px;
}

.shop_text {
    text-align: center;
    line-height: 2.5;
    padding: 0 48px;
}

.shop_bottom_flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 42px;
}
.calendar {
    width: 400px;
}
.calendars xo-months {
    display: flex;
    justify-content: center;
}

.slider_img {
    width: 100%;
}

.flow-container {
    overflow: hidden;
    width: 100%;
    height: 400px; /* ★ 高さをここで固定！お好みで */
}

.flow-track {
    display: flex;
    animation: scroll-left 20s linear infinite;
    font-size: 0; /* すき間防止 */
}

.flow-track img {
    height: 400px; /* ★ 高さを統一！ */
    width: auto; /* 幅は自動調整 */
    margin: 0;
    padding: 0;
    display: block;
    object-fit: cover; /* はみ出た部分をカット */
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #fffbf5;
}

main {
    flex: 1;
}

/*# sourceMappingURL=style.css.map */

/* 商品紹介ページ */

.dancing-script-title {
    font-family: 'Dancing Script', cursive !important;
    font-size: 48px;
    letter-spacing: 0.05em;
    color: #293524;
    width: 400px;
}

/*# sourceMappingURL=style.css.map */

.page_title {
    margin-top: 34px;
}

.title-row {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 46px 0 46px 0;
}

.items-border {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #4e2515;
    margin-left: 16px;
    margin-top: 16px;
}

.size_and_price {
    background-color: #ffffff;
    border: 0.5px solid rgba(78, 37, 21, 0.5);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 312px;
}

.menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    row-gap: 42px;
    column-gap: 106px;
}

.menu_card {
    width: 312px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu_title {
    font-weight: bolder;
    padding-top: 4px;
    font-size: 19px;
}

.menu_explain {
    width: 312px;
    padding: 4px 0;
    min-height: 108px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.size_and_price_title {
    font-size: 21px;
}

.size_and_price_explain {
    font-size: 21px;
}

.note {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 58px 32px 58px;
    background-color: #ffffff;
    border: 0.5px solid rgba(78, 37, 21, 0.5);
    margin-top: 32px;
}

.note_text {
    font-size: 21px;
}

.custom_cake {
    /* width: 800px; */
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.popular_items_list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popular_item {
    width: 500px;
}

.popular_item_card {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 54px 0;
    gap: 63px;
}
.popular_item_card_reverse {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
    margin: 54px 0;
    gap: 63px;
}

* {
    box-sizing: border-box;
}

.popular_item_explain {
    font-size: 24px;
}

.popular_item_title {
    font-size: 32px;
    font-weight: bold;
}

.popular_item_sub_title {
    font-size: 27px;
    font-weight: lighter;
}
.custom_cake_explain {
    text-align: center;
    line-height: 2;
    font-size: 24px;
}
.gift_img {
    width: 500px;
}

.popular_item_text_flex {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: baseline;
}
.custom_cake_img {
    width: 1000px;
}

.gift {
    /* width: 1226px; */
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 46px;
    margin-bottom: 36px;
}
.gift_sub_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px; /* 画像の間隔 */
    margin-top: 20px;
}

.gift_sub_img > div {
    flex: 1 1 200px; /* 最小幅200px、画面に応じて調整される */
    max-width: 100%;
    box-sizing: border-box;
}

.gift_sub_img img {
    width: 100%;
    height: auto;
    display: block;
}

/* ふわっと表示 */
.fade-in-on-scroll {
    opacity: 0;
    transform: translateY(30px); /* 少し遠めから登場 */
    transition: all 1.2s ease-out; /* 時間を1.2秒に延長＋なめらかに終わる */
}

.fade-in-on-scroll.show {
    opacity: 1;
    transform: translateY(0);
}

/* スマホサイズの時に余白が出てきたので追加 */
body {
    overflow-x: hidden;
    max-width: 100%;
}

header,
header * {
    max-width: 100vw;
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

img,
video,
iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

* {
    box-sizing: border-box;
}

/* --------------------------------------------
 * 　お知らせ一覧
 * -------------------------------------------- */

.post_date {
    font-weight: lighter;
}
.post_except {
    font-size: 16px;
}
