/* Google Fonts Import */
@import url(https://fonts.googleapis.com/css?family=Cinzel);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

@font-face {
    font-family: 'Botterill Signature';
    src: url('https://www.ground.ne.jp/fonts/Botterill_Signature.otf') format('opentype'),
         url('https://www.ground.ne.jp/fonts/Botterill_Signature.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* Content Container */
.content {
    margin: 0 auto;
    width: 1100px;
}

@media screen and (max-width: 640px) {
    .content {
        width: 100%;
    }
}

/* Font Definitions */
@font-face {
    font-family: 'Cinzel';
    src: url('https://www.ground.ne.jp/fonts/Cinzel-Regular.ttf') format("truetype");
}

.font_h_alphanumeric {
    font-family: 'Cinzel', serif;
}



@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.ground.ne.jp/fonts/MaterialIcons-Regular.eot');
    src: local('Material Icons'), local('MaterialIcons-Regular'),
         url('https://www.ground.ne.jp/fonts/MaterialIcons-Regular.woff2') format('woff2'),
         url('https://www.ground.ne.jp/fonts/MaterialIcons-Regular.woff') format('woff'),
         url('https://www.ground.ne.jp/fonts/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.font_Gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* Icon Styles */
.list_heading_style {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "arrow_drop_down";
    transform: rotate(-90deg);
    font-size: 1rem;
}

.list_heading_cart {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "shopping_cart";
    font-size: 1rem;
}

.link_arrow_single {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "keyboard_arrow_right";
    letter-spacing: -0.5rem;
    margin-left: 0.5rem;
}

.link_arrow_double {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "keyboard_arrow_rightkeyboard_arrow_right";
    letter-spacing: -0.5rem;
    margin-left: 0.5rem;
}

/* Link Styles */
.link_text_white a,
.link_text_white a:hover,
.link_text_white a:active,
.link_text_white a:focus,
.link_text_white a:visited {
    color: #fff;
}

.link_text_colored a,
.link_text_colored a:hover,
.link_text_colored a:active,
.link_text_colored a:focus,
.link_text_colored a:visited {
    color: #a3bac0;
    text-decoration: underline;
}

/* Shipment Badge */
.shipment {
    display: inline-block;
    padding: 0 1rem;
    background: #ffffc8;
    color: #8c8886;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.shipment span:nth-of-type(1) {
    font-size: 1.2rem;
}

.shipment span:nth-of-type(2) {
    font-size: 1.1rem;
}

/* Base HTML/Body Styles */
html {
    font-size: 17.6px;
}

body {
    background: #FFF7DB;
}

* {
    box-sizing: border-box;
}

html, body {
    min-width: 1300px;
}

@media screen and (max-width: 640px) {
    html {
        font-size: 15px;
    }
    
    html, body {
        min-width: initial;
    }
}

/* Responsive Break Points */
br.tablet, br.sp, br.smallSp, br.middleSp, br.largeSp {
    display: none;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
    br.tablet {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    br.sp {
        display: block;
    }
}

@media screen and (max-width: 320px) {
    br.smallSp {
        display: block;
    }
}

@media screen and (max-width: 375px) {
    br.middleSp {
        display: block;
    }
}

@media screen and (max-width: 414px) {
    br.largeSp {
        display: block;
    }
}

/* Mobile Navigation (Initially Hidden) */
#headerSp, #drawerNavSp {
    display: none;
}

#header > ol {
    border: 1px solid #535353;
    padding: 2rem;
    margin-top: 0.5rem;
    padding-left: 3rem; 
  list-style: none;
}

#header > ol > li {
    margin-bottom: 1rem; /* 行間を広く */
}

#header > ol > li:last-child {
    margin-bottom: 0; /* 最後の項目は下マージンなし */
}
/* デスクトップでモバイル用リスト全体を非表示 */
#header > ol.mobile-text {
    display: none;
}

/* Header Top */

#headerTop {
    width: 100%;
    background: #fff;
}

#headerTop div {
    margin: 0 auto;
    width: 1100px;
    display: flex;
}

@media screen and (max-width: 640px) {
  
   #header > ol {
        padding: 1.5rem;
        margin-top: 0.3rem;
        padding-left: 2.5rem; /* モバイルは少し狭く */
    }
    
    #header > ol > li {
        margin-bottom: 0.8rem; /* モバイルは少し狭く */
    }
  
 .signature-text {
        font-size: 5rem !important;
        top: 40px !important;
        margin-left: -20px;
    }
  
   /* モバイルでデスクトップ用リスト全体を非表示 */
    #header > ol.desktop-text {
        display: none;
    }
    
    /* モバイルでモバイル用リストを表示 */
    #header > ol.mobile-text {
        display: block;
    }
  
  
  #headerTop div {
        width: 100%;
    }
}

#headerTop div h2 {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 0.75rem;
}

#headerTop div nav {
    margin-left: auto;
}

#headerTop div nav ul {
    display: flex;
}

#headerTop div nav ul li {
    margin-left: 1.5rem;
    font-size: 0.9rem;
    cursor: pointer;
}

#headerTop div nav ul li:nth-of-type(1)::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "arrow_drop_down";
    transform: rotate(-90deg);
    font-size: 1rem;
}

#headerTop div nav ul li:nth-of-type(2)::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "shopping_cart";
    font-size: 1rem;
    margin-right: 0.5rem;
    color: #f7f793;
}

/* Header Main */
#headerMain {
    position: relative;
    width: 100%;
}

#headerMain .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

#headerMain .logo img {
    width: 300px;
}

#headerMain div {
    margin: 0 auto;
    width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* デスクトップ・モバイル用テキスト表示切り替え */
.desktop-text {
    display: block;
}
.mobile-text {
    display: none;
}

@media screen and (max-width: 640px) {
    #headerMain div {
        width: 100%;
    }
   /* モバイル表示：mobile-text表示、desktop-text非表示 */
    .desktop-text {
        display: none;
    }
    .mobile-text {
        display: block;
    }

}

#headerMain div nav {
    padding: 1rem 0;
    align-self: flex-start;
}

#headerMain div nav ul {
    display: flex;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 0.9rem;
}

#headerMain div nav ul li {
    margin-right: 1rem;
}

#headerMain div nav ul li:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "arrow_drop_down";
    transform: rotate(-90deg);
    font-size: 1rem;
}

#headerMain div aside {
    padding: 1rem 0;
    text-align: right;
}

#headerMain div aside p:nth-of-type(1) {
    display: inline-block;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 0.75rem;
    text-decoration: underline;
}

#headerMain div aside address span:nth-of-type(1) {
    margin-left: 0.5rem;
    font-size: 1.2rem;
}

#headerMain div aside address span:nth-of-type(2) {
    display: block;
    font-size: 0.8rem;
}

#headerMain div aside .note {
    display: block !important;
    font-size: 0.7rem;
    font-weight: bold;
}

/* Global Navigation */
#globalNav {
    width: 100%;
    background: #8c8886;
    color: #fff;
}

#globalNav > ul {
    margin: 0 auto;
    width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

@media screen and (max-width: 640px) {
    #globalNav > ul {
        width: 100%;
    }
}

#globalNav > ul > li > a {
    display: inline-block;
    padding: 0.5rem 3rem;
}

#globalNav > ul a,
#globalNav > ul a:hover,
#globalNav > ul a:active,
#globalNav > ul a:focus,
#globalNav > ul a:visited {
    color: #fff;
}

#globalNav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

/* Global Navigation Dropdown */
#globalNav .globalNavChildMenu:hover > a {
    position: relative;
}

#globalNav .globalNavChildMenu:hover > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #fff transparent;
    z-index: 0;
}

#globalNav .globalNavChildMenu .globalNavChildContainer {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5rem;
    width: 1100px;
    background: #fff;
    z-index: 100;
    text-align: left;
}

#globalNav .globalNavChildMenu .globalNavChildContainer ul {
    width: 25%;
}

#globalNav .globalNavChildMenu .globalNavChildContainer ul a {
    display: block;
    padding: 0.5rem;
}

#globalNav .globalNavChildMenu .globalNavChildContainer a,
#globalNav .globalNavChildMenu .globalNavChildContainer a:hover {
    color: #403b38;
}

#globalNav .globalNavChildMenu .globalNavChildContainer .pickUp {
    width: 50%;
    font-size: 0;
}

#globalNav .globalNavChildMenu .globalNavChildContainer .pickUp p {
    padding: 0 0 1.5rem 0;
    color: #403b38;
    font-size: 1rem;
}

#globalNav .globalNavChildMenu .globalNavChildContainer .pickUp a {
    display: inline-block;
    width: 50%;
}

#globalNav .globalNavChildMenu .globalNavChildContainer .pickUp a img {
    display: block;
    margin: 0 auto;
    width: 80%;
}

#globalNav .globalNavChildMenu .globalNavChildContainer .pickUp a img + p {
    padding: 1rem 0 1rem 2rem;
}

#globalNav .globalNavChildMenu:hover .globalNavChildContainer {
    display: flex;
}

/* Mobile Header */
@media screen and (max-width: 640px) {
    #headerTop, #headerMain, #globalNav {
        display: none;
    }
    
    #headerSp {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        padding: 1rem;
        background: #f1f0ec;
    }
    
    #headerSp a.drawerNavSpBtn:after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "menu";
        font-size: 2rem;
    }
    
    #headerSp .headerSpLogo {
        text-align: center;
    }
    
    #headerSp .headerSpLogo img {
        width: 50%;
    }
    
    #headerSp a.cart:after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "shopping_cart";
        font-size: 2rem;
    }
}

/* Mobile Drawer Navigation */
@media screen and (max-width: 640px) {
    #drawerNavSp {
        display: flex;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 999;
        width: 80%;
        height: 100%;
        color: #fff;
        transition: 0.5s;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
    }
    
    #drawerNavSp a,
    #drawerNavSp a:hover,
    #drawerNavSp a:active,
    #drawerNavSp a:focus,
    #drawerNavSp a:visited {
        color: #fff;
    }
    
    #drawerNavSp.insight {
        transform: translateX(-100%);
    }
    
    #drawerNavSp div {
        display: block;
        position: relative;
        width: 5rem;
    }
    
    #drawerNavSp .drawerNavSpBtn {
        position: absolute;
        background: #8c8886;
        width: 100%;
        padding: 0.5rem;
        box-sizing: border-box;
        bottom: 60px;
        font-size: 0.8rem;
        text-align: center;
    }
    
    #drawerNavSp .drawerNavSpBtn:before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "close";
        display: block;
        font-size: 2rem;
    }
    
    #drawerNavSp > ul {
        width: calc(100% - 5rem);
        padding-bottom: 7rem;
    }
    
    #drawerNavSp ul {
        height: 100%;
        background: #8c8886;
        overflow-y: scroll;
    }
    
    #drawerNavSp ul li > a,
    #drawerNavSp ul li > p {
        display: block;
        padding: 1rem;
    }
    
    #drawerNavSp ul ul li {
        border-bottom: 1px solid #fff;
    }
    
    #drawerNavSp ul ul li:first-of-type {
        border-top: 1px solid #fff;
    }
    
    #drawerNavSp ul ul li a {
        display: block;
        padding: 0.75rem 1rem 0.75rem 2rem;
    }
    
    #drawerNavSp ul .pickUp {
        background: #ffffc8;
        border-bottom: 1px solid #8c8886;
    }
    
    #drawerNavSp ul .pickUp a {
        background:#8c8886;
    }
    
    #drawerNavSp ul p {
        color: #ffffc8;
    }
}

/* Footer (Mobile Hidden) */
#footerSp {
    display: none;
}

/* Site Map */
#siteMap {
    color: #fff;
    width: 100%;
    padding: 1.5rem 0;
    background: #403b38;
}

#siteMap a,
#siteMap a:hover,
#siteMap a:active,
#siteMap a:focus,
#siteMap a:visited {
    color: #fff;
}

#siteMap > div {
    margin: 0 auto;
    width: 1100px;
}

@media screen and (max-width: 640px) {
    #siteMap > div {
        width: 100%;
    }
}

#siteMap > div h2 {
    margin-bottom: 1rem;
    text-decoration: underline;
}

#siteMap > div div {
    display: flex;
    justify-content: space-between;
}

#siteMap > div div nav {
    width: calc(100% / 6);
    font-size: 0.8rem;
}

#siteMap > div div nav:nth-of-type(3) {
    width: calc((100% / 6) * 2);
}

#siteMap > div div nav h3 {
    margin-bottom: 1rem;
}

#siteMap > div div nav h3:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "keyboard_arrow_rightkeyboard_arrow_right";
    letter-spacing: -0.5rem;
    margin-left: 0.5rem;
}

#siteMap > div div nav li {
    margin: 0.25rem 0;
}

#siteMap > div div nav > div ul {
    width: 50%;
}
/* Shopping Guide */
#shoppingGuide {
    width: 100%;
    padding: 1.5rem 0;
    background: #403b38;
}

#shoppingGuide > div {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    padding-top: 1rem;
    color: #fff;
}

@media screen and (max-width: 640px) {
    #shoppingGuide > div {
        width: 100%;
    }
}

#shoppingGuide > div > h2 {
    margin-bottom: 2rem;
    text-align: center;
}

#shoppingGuide > div nav {
    position: absolute;
    top: 1rem;
    right: 0;
}

#shoppingGuide > div nav a,
#shoppingGuide > div nav a:hover,
#shoppingGuide > div nav a:active,
#shoppingGuide > div nav a:focus,
#shoppingGuide > div nav a:visited {
    color: #fff;
}

#shoppingGuide > div nav > a:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "keyboard_arrow_rightkeyboard_arrow_right";
    letter-spacing: -0.5rem;
    margin-left: 0.5rem;
}

#shoppingGuide > div aside {
    display: none;
}

#shoppingGuide > div div {
    display: flex;
    justify-content: space-between;
}

#shoppingGuide > div div article {
    width: calc(100% / 4);
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 0.9rem;
    padding: 0 1rem;
}

#shoppingGuide > div div article h2 {
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
}

#shoppingGuide > div div article h2:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "keyboard_arrow_right";
    letter-spacing: -0.5rem;
    margin-left: 0.5rem;
    margin-left: 2rem;
    position: absolute;
    right: 0;
    transform: translateX(-100%);
}

#shoppingGuide > div div article:first-of-type {
    padding: 0 1rem 0 0;
}

#shoppingGuide > div div article:last-of-type {
    padding: 0 0 0 1rem;
}

#shoppingGuide > div div article li {
    margin: 1rem 0 1rem 1rem;
    text-indent: -1rem;
}

#shoppingGuide > div div article li:before {
    content: "\30fb";
}

/* Footer */
footer {
    padding: 1.5rem 0;
    background: #403b38;
}

footer a,
footer a:hover,
footer a:active,
footer a:focus,
footer a:visited {
    color: #fff;
}

footer > div {
    margin: 0 auto;
    width: 1100px;
    color: #fff;
}



@media screen and (max-width: 640px) {
    footer > div {
        width: 100%;
    }
}

footer > div .inner {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
}

footer > div .inner > * {
    width: calc(100% / 2);
}

footer > div .inner div {
    border-right: #fff solid 1px;
    text-align: center;
}

footer > div .inner div img {
    padding: 1rem 0;
    width: 50%;
}

footer > div .inner address {
    padding: 0 1rem;
    font-size: 0.9rem;
}

footer > div ul {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 0.8rem;
    text-align: center;
}

footer > div ul a,
footer > div ul a:hover,
footer > div ul a:active,
footer > div ul a:focus,
footer > div ul a:visited {
    color: #fff;
}

footer > div ul li:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "keyboard_arrow_right";
    letter-spacing: -0.5rem;
    margin-left: 0.5rem;
    margin-left: 1rem;
}

footer > div small {
    display: block;
    padding: 2rem 0;
    width: 100%;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    text-align: center;
}

/* Tablet Responsive Styles */
@media screen and (min-width: 641px) and (max-width: 1199px) {
    #siteMap {
        display: flex;
    }
    
    #siteMap > div {
        margin: 0 auto;
        width: 100vw;
        padding: 0 1rem;
    }
    
    #siteMap > div div {
        flex-wrap: wrap;
    }
    
    #siteMap > div div nav {
        margin-bottom: 2rem;
        width: 50%;
    }
    
    #siteMap > div div nav:nth-of-type(3) {
        width: 50%;
    }
    
    #shoppingGuide > div {
        width: 100vw;
    }
    
    #shoppingGuide > div nav {
        right: 1rem;
    }
    
    #shoppingGuide > div div {
        flex-wrap: wrap;
    }
    
    #shoppingGuide > div div article {
        width: 50%;
    }
    
    #shoppingGuide > div div article:first-of-type,
    #shoppingGuide > div div article:last-of-type {
        padding: 0 1rem;
    }
    
    footer > div {
        width: 100vw;
    }
    
    footer > div .inner {
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 1rem;
    }
    
    footer > div .inner > * {
        padding: 1rem 0;
    }
    
    footer > div ul {
        flex-wrap: wrap;
    }
    
    footer > div ul li {
        width: 33%;
        margin: 0.25rem 0;
    }
}

/* Mobile Responsive Styles */
@media screen and (max-width: 640px) {
     #footerSp {
        display: flex;
        align-items: center;
        justify-content: flex-end; /* 右端に配置 */
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 0.7rem 1rem;
        width: 100%;
        height: 60px;
        background: transparent; /* 背景を透明に */
        z-index: 1001;
        pointer-events: none; /* 追加：透明部分をクリック可能に */
    }
    
    #footerSp div {
        width: auto;
    }
    
    #footerSp ul {
        display: flex;
        width: auto;
    }
    
    #footerSp ul li {
        width: auto;
        font-size: 0.8rem;
        text-align: center;
        color: #fff;
        list-style: none;
        pointer-events: auto; /* 追加：ボタン部分はクリック可能に */
    }
    
    #footerSp ul li:before {
        content: none;
    }
    
    #footerSp ul li a {
        display: block;
        color: #fff;
        background: #8c8886;
        padding: 0.5rem 1rem;
        border-radius: 0;
    }
    
    #footerSp ul li img {
        width: 24px;
        margin-bottom: 0.2rem;
    }
    
    body.footerSpMargin {
        margin-bottom: 60px;
    }
    
    #siteMap {
        display: none;
    }
    
    #shoppingGuide {
        padding: 0;
    }
    
    #shoppingGuide div h2 {
        margin-bottom: 1rem;
    }
    
    #shoppingGuide div > nav {
        display: none;
    }
    
    #shoppingGuide div aside {
        display: block;
        padding-bottom: 1rem;
        text-align: center;
    }
    
    #shoppingGuide div aside > * {
        display: inline-block;
        margin: 0 0.25rem;
        padding: 0.25rem 0.5rem;
        background: #fff;
        color: #403b38;
        font-size: 0.9rem;
    }
    
    #shoppingGuide div div {
        flex-wrap: wrap;
    }
    
    #shoppingGuide div div article,
    #shoppingGuide div div article:first-of-type,
    #shoppingGuide div div article:last-of-type {
        padding: 0 1rem;
        width: 100%;
    }
    
    #shoppingGuide div div article h2,
    #shoppingGuide div div article:first-of-type h2,
    #shoppingGuide div div article:last-of-type h2 {
        margin-bottom: 0;
        border-bottom: none;
    }
    
    #shoppingGuide div div article ul,
    #shoppingGuide div div article:first-of-type ul,
    #shoppingGuide div div article:last-of-type ul {
        display: none;
    }
    
    footer div .inner {
        flex-wrap: wrap;
    }
    
    footer div .inner > * {
        width: 100%;
    }
    
    footer div .inner > div {
        border-right: none;
    }
    
    footer div .inner address {
        padding-bottom: 1rem;
    }
    
    footer div .inner address p {
        text-align: center;
    }
    
    footer div ul {
        flex-wrap: wrap;
    }
    
    footer div ul > li {
        padding: 0.5rem 0;
        width: calc(100% / 2);
    }
    
    footer div small {
        font-size: 0.5rem;
    }
}

/* Additional Font Face - Cormorant Garamond */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/cormorantgaramond/v21/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_v86KnTOjw.ttf) format('truetype');
}

/* Override for Alphanumeric Font */
.font_h_alphanumeric {
    font-family: 'Cormorant Garamond', serif;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

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


br.pc {
  display: none !important;
}

@media (min-width: 768px) {
  br.pc {
    display: block !important;
  }
}

main {
    color: #535353;
}

main a,
main a:hover,
main a:active,
main a:focus,
main a:visited {
    color: #535353;
}

#globalNav {
    display: none;
    position: fixed;
    z-index: 1000;
    margin-bottom: 1.5rem;
}

#globalNav ul {
    padding: 0;
}

#globalNav ul a {
    display: block;
    padding: 0.5rem 2rem;
}

/* Main Visual Animation */
@keyframes mainVisualLoopSlide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

#mainVisual {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#mainVisual header {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
}

#mainVisual header h1 {
    display: inline-block;
    width: 300px;
}

#mainVisual header .logo-image {
    display: inline-block;
    width: 300px;
}

#mainVisual header .logo-image img {
    width: 100%;
}

#mainVisual .mainVisual-content {
    display: flex;
    font-size: 0; /* inline要素の余白を完全に削除 */
}

#mainVisual ul.mainVisual-unit {
    animation: mainVisualLoopSlide 50s infinite linear 1s both;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 0; /* flexboxのgapをゼロに */
}

#mainVisual ul.mainVisual-unit li {
    margin: 0;
    padding: 0;
    flex-shrink: 0; /* 縮小を防ぐ */
    list-style: none;
}

#mainVisual ul.mainVisual-unit li img {
    width: 900px;
    height: 600px;
    object-fit: cover;
    display: block; /* インライン要素の余白を削除 */
    margin: 0;
    padding: 0;
    vertical-align: top; /* 念のため */
}


#header {
    margin: 3rem auto;
    width: 900px;
    text-align: left;
  padding-left: 80px;
}

#header h1 {
    margin-top: 5rem;
  margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
}
#header h2 {
    margin-top: 2rem;
  margin-bottom: 0.5rem;
    font-size: 1.4rem;
}
#header p {
    margin-bottom: 1rem;
  font-size: 17.6px;
}

#header ol li a {
    color: #535353;
    text-decoration: none;
    transition: all 0.3s ease;
}

#header ol li a:hover {
    color: #8c8886;
    text-decoration: underline;
}

/* 目次の行間を広く */
#header ol li {
    margin-bottom: 1.5rem; /* 行間の調整（お好みで0.8rem〜1.5remなど変更可能） */
}

#header ol li:last-child {
    margin-bottom: 0; /* 最後の項目は下マージンなし */
}

#header .signature-text {
    font-family: 'Botterill Signature', cursive;
    font-size: 5rem;
    transform: rotate(-3deg);
    display: inline-block;
    position: relative;
    top: 50px;
    z-index: 1;
}


/* Media Date Style - 放送日に下線 */
.media-date {
    text-decoration: underline;
  margin-bottom: 2rem;
}


.sec-base {
    margin:3rem 0;
    padding: 3rem 0 1.5rem 0;
    width: 100%; /* 900px → 100% に変更 */
}

.sec-base > * {
  margin-top:2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
  padding-left: 100px;
    padding-right: 0;
}

.sec-base h2 {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    text-align: left;
    padding-left: 100px;
}

.sec-base > p {
    margin-bottom: 2rem !important;
    text-align: left;
    padding-left: 100px;
}

.sec-base h3 {
  margin-top: 0;
    font-size: 1.1rem;
    color: #535353;
}

.sec-base p {
    margin-bottom: 5rem;
}


.sec-base .column-message {
    text-decoration: underline;
    padding: 1rem;
    font-size: 17.6px;
    line-height: 1.6;
    margin: 0 auto;
    text-align: center !important;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.sec-base ul li {
    list-style: none;
}

.sec-base ul li:before {
    content: none;
}
/* aタグを含む親要素も中央配置 */
.sec-base a:has(.column-message) {
    display: block;
    text-align: center;
    padding-left: 0 !important;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.sec-base .workshop-image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    max-width: 1200px;
    padding-left: 0 !important;  /* 親から継承されるpadding-leftを打ち消す */
}

.sec-base h4 + p {
    margin-top: 0.5rem !important;
}

.sec-base h3:has(.media-date) {
    margin-top: 5rem;
}

/* 左配置・左揃えテキスト */
.text-left {
    text-align: left !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}


.sec-alt {
    background: #FFFEEA;
    margin:3rem 0;
    padding: 3rem 0 5rem 0;
    width: 100%; /* 900px → 100% に変更 */
}

#index5,
#index7 {
  background: #FFFEEA;
}

.sec-alt > * {
  margin-top:3rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  padding-left: 100px;
    padding-right: 0;
}
.sec-alt h2 {
    font-size: 1.2rem;
    margin: 4rem auto 3rem auto;
    max-width: 900px;
    color: #535353;
}

.sec-alt > span {
    font-size: 1.3rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.sec-alt .workshop-image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
    max-width: 1200px;
    padding-left: 0;
}
.sec-alt .navigation-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.sec-alt h3 {
  text-align: left;
    font-size: 1.1rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
  margin-bottom: 0;
    color: #535353;
  max-width: 900px;
}

.sec-alt h3 .media-date {
    display: block;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    
}

#index9 h3.media-date + p {
    margin-top: 1rem;
}

.sec-alt h4 {
    max-width: 700px;
  margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 0.5rem; /* 追加 */
  font-size: 1.2rem;
}

.sec-alt h4 .media-date {
    display: inline-block;
}

.sec-alt h4 + p {
    margin-top: 0; /* 追加 */
}

.sec-alt p {
  max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  margin-bottom: 0.5rem;
    text-align: left;
}
.sec-alt .cta-btn {
    display: block;
    width: fit-content;
    margin: 0rem auto 4rem auto;
}
.sec-alt ul {
    max-width: 600px;
    margin: 1rem auto;
    text-align: left;
    padding-left: 20px;
}


.sec-alt h3.aligned-h3 {
  margin-top: 5rem;
    max-width: 700px;
    text-align: left;
    padding-left: 20px;
}

.sec-alt .aligned-ul + p {
    max-width: 700px;
  margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 20px;
}

/* section9の実績リスト用 */
.sec-alt ul.desktop-text {
    max-width: 700px;
}

/* section9の実績リスト直後のp */
.sec-alt ul.desktop-text + p.desktop-text {
    max-width: 700px;
}

/* View More Button */
.cta-btn {
    display: inline-block;
    margin: 0rem auto 4rem auto;
    padding: 1rem 3rem !important;
    border: 2px solid #535353;
    border-radius: 50px;
    color: #535353;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #FFF;
    color: #1A1E1C;
}

.sec-base a.cta-btn {
    display: inline-block;
    margin: auto;
}




/* Workshop Image */
.workshop-image {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
}

.workshop-image img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 600px;
    object-fit: contain;
}


/* Regional Activity Section */
.regional-activity {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin: 1rem 0;
}

.activity-text {
    flex: 2;
}

.activity-image {
    flex: 1;
    display: flex;
    flex-direction: column; /* デフォルトは縦並び */
    gap: 1.5rem;
    max-width: none; /* 300pxの制限を解除 */
}

/* デスクトップで画像を横並びにする */
@media screen and (min-width: 641px) {
    .activity-image {
        flex-direction: row; /* デスクトップでは横並び */
        gap: 1.5rem;
    }
    
    .activity-image > div {
        flex: 1;
    }
}

.activity-image img {
    width: 100%;
    height: auto;
}


.image-caption {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    text-align: center;
    color: #535353;
    line-height: 1.4;
}

.image-caption .caption-title {
    font-size: 1.1rem; /* 通常より大きく */
    font-weight: bold; /* 太字にする（オプション） */
    display: block;
  margin-top: 0.5rem; /* 二行目との間に余白 */
    margin-bottom: 0.5rem; /* 二行目との間に余白 */
}

.image-caption .caption-title.underline {
    text-decoration: underline;
}

.sec-alt .aligned-ul {
    max-width: 700px;
    margin: 1rem auto;
    text-align: left;
    padding-left: 20px;
}


/* 2カラム用の新しいクラス */
.sec-alt .two-column-ul {
    display: flex;
    gap: 2rem;
    max-width: 900px;
    justify-content: center;
}

.sec-alt .two-column-ul li {
    flex: 1;
    list-style: none;
}

.sec-alt .two-column-ul li:before {
    content: none;
}

.sec-alt .two-column-ul .cta-btn {
    width: 100%;
    margin: 0;
}

/* Price Table Image */
.price-table-image {
    margin: 2rem auto 4rem auto;
    text-align: center;
}

.price-table-image img {
    max-width: 100%;
    height: auto;
    width: 600px;
}

/* ─── 長寿祝いテーブル ─────────────────── */
.choju-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto 40px; /* autoで中央寄せ */
  max-width: 900px;    /* 必要に応じて調整 */
}

.choju-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.7;
  color: #535353; /* 全体を白に */
}

.choju-table thead tr {
  border-bottom: 2px solid rgba(255,255,255,0.6);
}

.choju-table th {
  padding: 12px 16px;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.6); /* ヘッダーは少し透かして白 */
  white-space: nowrap;
}

.choju-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.choju-table tbody tr:last-child {
  border-bottom: none;
}

.choju-table td {
  padding: 18px 16px;
  vertical-align: top;
}

.choju-table td.name {
  font-size: 17.6px;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.05em;
  color: #535353;
}

.choju-table td.name span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.05em;
  margin-top: 2px;
}

.choju-table td.age {
  white-space: nowrap;
  font-size: 16px;
  color: #535353;
}

.choju-table td.desc {
  font-size: 16px;
  color: #535353;
  line-height: 1.8;
}

.choju-table td.color {
  white-space: nowrap;
  font-size: 17.6px;
  color: #535353;
}

/* ─── 長寿祝い カラーテーブル ─────────────────── */
.choju-color-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto 40px;
  max-width: 900px;
}

.choju-color-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.7;
  color: #535353;
}

.choju-color-table thead tr {
  border-bottom: 2px solid rgba(255,255,255,0.6);
}

.choju-color-table th {
  padding: 12px 16px;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.6);
  white-space: nowrap;
}

.choju-color-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.choju-color-table tbody tr:last-child {
  border-bottom: none;
}

.choju-color-table td {
  padding: 20px 16px;
  vertical-align: middle;
}

/* 色名列 */
.choju-color-table td.color-name {
  white-space: nowrap;
  font-size: 17.6px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #535353;
}

.color-dot-lg {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  box-sizing: border-box;
}

/* タグ列 */
.choju-color-table td.age-list {
  min-width: 160px;
}

.tag {
  display: inline-block;
  margin: 3px 4px 3px 0;
  padding: 3px 10px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 20px;
  font-size: 13px;
  white-space: nowrap;
  color: #535353;
}

.tag small {
  font-size: 12px;
  margin-left: 4px;
  opacity: 0.7;
}

/* 意味列 */
.choju-color-table td.color-meaning {
  font-size: 16px;
  color: #535353;
  line-height: 1.9;
}

.color-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  box-sizing: border-box;
}

/* ─── 長寿祝い 価格相場テーブル ─────────────────── */
.choju-price-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto 40px;
  max-width: 900px;
}

.choju-price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.7;
  color: #535353;
}

.choju-price-table thead tr {
  border-bottom: 2px solid #535353;
}

.choju-price-table th {
  padding: 12px 16px;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #535353;
  white-space: nowrap;
}

.choju-price-table tbody tr {
  border-bottom: 1px solid #535353;
}

.choju-price-table tbody tr:last-child {
  border-bottom: none;
}

.choju-price-table td {
  padding: 20px 16px;
  vertical-align: middle;
}

.choju-price-table td.relation {
  white-space: nowrap;
  font-size: 17.6px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #535353;
}

.choju-price-table td.price {
  white-space: nowrap;
  font-size: 16px;
  color: #535353;
}

.choju-price-table td.point {
  font-size: 16px;
  color: #535353;
  line-height: 1.9;
}

.sec-alt.flower-gallery .budget-row:first-of-type,
.sec-base.flower-gallery .budget-row:first-of-type {
    margin-top: 3rem;
}

.sec-alt.flower-gallery .budget-row,
.sec-base.flower-gallery .budget-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; /* 5rem → 3rem に変更 */
    margin: 2rem auto;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
}

.sec-alt.flower-gallery .budget-group,
.sec-base.flower-gallery .budget-group {
    flex: 0 0 calc(50% - 1.5rem); /* 2.5rem → 1.5rem に変更 */
    max-width: calc(50% - 1.5rem); /* 2.5rem → 1.5rem に変更 */
}

.sec-base.flower-gallery .budget-group h3 {
 font-size: 1rem;
  opacity: 0.8; /* さらに控えめに見せる */
  margin-top: 3rem;
  margin-bottom: 0;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}

.sec-base.flower-gallery .budget-group p {
  font-size: 1rem;
  letter-spacing: 0em;
  opacity: 0.85;
  padding-left: 0;
  margin-left: 0;
}

.sec-base.flower-gallery .budget-group p.budget-link {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  opacity: 1;
}

.sec-alt.flower-gallery .budget-group .activity-image,
.sec-base.flower-gallery .budget-group .activity-image {
    display: flex;
    gap: 1.5rem;
}

.sec-alt.flower-gallery .budget-group .activity-image > div,
.sec-base.flower-gallery .budget-group .activity-image > div {
    flex: 1;
    max-width: 400px;
}

.sec-alt.flower-gallery .budget-group .activity-image img,
.sec-base.flower-gallery .budget-group .activity-image img {
    width: 100%;
    height: auto;
}

.sec-base.flower-gallery .budget-group .link-section{
    padding-left: 0;
    margin-left: 0;
}

  .sec-base.flower-gallery {
    background: #FFF7DB;
    margin: 0;
    padding: 3rem 0 3rem 0;
    width: 100%;
}


.sec-base.flower-gallery > * {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1700px;
    padding-left: 100px;
    padding-right: 0;
}


.sec-base.flower-gallery > p {
    max-width: 900px;
    padding-left: 100px;
    margin-left: auto;
    margin-right: auto;
}
.sec-base.flower-gallery > h2 {
    max-width: 900px;
    padding-left: 100px;
    margin-left: auto;
    margin-right: auto;
}
/* FAQ Section Styles */
#faq-section-10 {
    background: #FFFEEA;
    width: 100%;
    max-width: 100%;
    padding: 3rem 0 5rem 0;
    margin: 0;
}

#index3 h3 {
    max-width: 600px;
    padding-left: 40px;
}

#index4 h3 {
    max-width: 600px;
    padding-left: 5px;
}

.two-col-flower {
  display: flex;
  gap: 3rem;
  max-width: 1100px;
  margin: 2rem auto 0 auto;
  padding-left: 0;
}

.two-col-item {
  flex: 1;
}

.two-col-item .workshop-image {
  margin-bottom: 1.5rem;
}

.two-col-item .workshop-image img {
    max-height: 280px;
    width: 100%;
    object-fit: cover;
}
.two-col-item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  padding-left: 0;
}

.two-col-item ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.two-col-item .cta-btn {
  display: block;
  width: fit-content;
  margin: 1rem auto 2rem auto;
}

@media screen and (max-width: 640px) {
  .two-col-flower {
    flex-direction: column;
    gap: 2rem;
    padding: 0 1.5rem;
  }
}

.faq-section {
    margin: 6rem auto 0 !important;  /* auto で中央配置 */
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 900px;
    max-width: 900px;
}

/* セクション内の全要素を中央揃え */
#faq-section-10 *:not(.faq-question):not(.faq-answer):not(.faq-answer p),
.faq-section *:not(.faq-question):not(.faq-answer):not(.faq-answer p) {
    text-align: center !important;
}

#faq-section-10 > h2,
#faq-section-10 > .faq-container,
#faq-section-10 > p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.faq-section h2 {
    margin-bottom: 3rem;
    padding-left: 0 !important;
  font-size:1.2rem;
}

.faq-container {
    width: 900px;
    max-width: 900px;
}

.faq-item {
    margin-bottom: 2rem;
    border: none;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}

.faq-question {
  text-align: left !important;
    padding: 1rem 3rem 1rem 3rem;
    font-size: 17.6px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    transition: opacity 0.3s ease;
    color: #535353;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.faq-question:hover {
    opacity: 0.7;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    font-weight: bold;
    transition: transform 0.3s ease;
    color: #535353;
}

.faq-item.active .faq-question::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
  text-align: left !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0;
    color: #535353;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 1rem 3rem 2rem 3rem;
}

.faq-answer p {
  text-align: left !important;
    margin: 0;
    line-height: 1.8;
    font-size: 17.6px;
}

/* Navigation Section */
.navigation-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.sec-base.budget-section .comment {
    text-align: center;
    padding-left: 0 !important;
    margin-left: 0 !important;
    max-width: 100%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.nav-item {
    flex: 1;
    text-align: center;
}

.nav-item h4 {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #FFF;
    font-weight: bold;
}

.nav-item a {
    display: block;
    transition: transform 0.3s ease;
}

.nav-item a:hover {
    transform: translateY(-5px);
}

.nav-item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

h2 span.desktop-text {
    display: inline;
}

h2 span.mobile-text {
    display: none;
}

/* Pulse Animation - 追加 */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}

#stickyBar {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1002;
}

#stickyBar a {
    font-family: 'Noto Serif JP', serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #535353;
    font-weight: 400;
    border: solid 1px #535353;
    border-radius: 999px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 170px;
    height: 170px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
    background: transparent;
    position: relative;
    animation: pulse 2.5s ease-in-out infinite;
}

#stickyBar a::before {
    content: "▶";
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    animation: pulse 2.5s ease-in-out infinite;
}

#stickyBar a:hover {
    color: #333;
    background: #fff;
    border-color: #333;
    animation: none;
}

#stickyBar a:hover::before {
    animation: none;
}

#stickyBar a p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}


@media screen and (max-width: 640px) {
   
    
    #headerSp {
        margin-bottom: 1.5rem;
    }
    
    #mainVisual {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    
    #mainVisual header h1 {
        width: 65vw;
    }
    
    #mainVisual .mainVisual-content {
        transform: translateX(-2640px) translateX(50vw) translateX(-330px);
        font-size: 0; /* 余白削除 */
    }
    
    #mainVisual ul.mainVisual-unit {
        font-size: 0;
        gap: 0; /* 余白削除 */
        margin: 0;
        padding: 0;
    }
    
    #mainVisual ul.mainVisual-unit li {
        margin: 0;
        padding: 0;
        flex-shrink: 0; /* 縮小を防ぐ */
    }
    
    #mainVisual ul.mainVisual-unit li img {
        width: auto;
        height: 440px;
        display: block; /* 余白削除 */
        margin: 0;
        padding: 0;
        vertical-align: top;
    }
  
    #mainVisual header .logo-image {
        width: 65vw;
    }
    
    #header h1 {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
      margin-left: 2rem;
    }
  
    #header p {
      font-size: 15px;
        margin-bottom: 1.5rem;
      margin-left: 1rem;
      padding-right: 1.5rem;
    }
  
  #header ul {
    margin-left: 1rem;
}
    #header h2 {
        font-size: 1.2rem;  /* ← この3行を追加 */
    }
    #header {
        width: 100%;
      padding: 0 1.5rem;
    }
  

  .sec-alt h2 {
        font-size: 1.2rem;
        margin: 3rem auto 1rem auto; /* 上3rem、右auto、下1rem、左auto */
    }
  
    .sec-alt h3 {
       font-size: 1.1rem !important;
      text-align:left;
    }
  
  .sec-alt h3.aligned-h3 {
    font-size: 1.1rem;
  }
  
  
   .image-caption {
        font-size: 0.8rem;
    }
  
   .sec-base {
        width: 100%;
        padding: 0 1.5rem;
    }
  
  #index5,
  #index7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin: 0;
  }
    
    .sec-base h2 {
      font-size: 1.2rem;
        text-align:left;
        padding-left: 1rem;
      margin-left: 0;
    }
  

  .sec-base h3 {
        text-align: left;
        padding-left: 0;
      margin-left: 1rem;
    font-size: 1.1rem;
    }
  
  .sec-base h4 {
        text-align: left;
        padding-left: 1rem; /* お好みで調整 */
        margin-left: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    }
  
 
  
 .sec-base > p.mobile-text {
    text-align: left;
    padding-left: 0;
    margin-left: 1rem ;
  }
  
      
      .sec-base p {
        text-align: left;
        padding-left: 0;
      margin-left: 1rem;
    }
    
     .sec-base > p {
        text-align: left;
        padding-left: 0;
        padding-right: 1.5rem;
    }  
 
    .sec-base ul {
        padding-left: 1.5rem;
        margin-left: 0;
        text-align: left;
    }
    
    .sec-base ul li {
        text-align: left;
        margin-bottom: 0.5rem;
    }
  
   .sec-base .workshop-image {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100%;
    }
    
    .sec-base .workshop-image img {
        width: 100%;
        height: auto;
    }
  
  
  .text-left {
        text-align: left !important;
        padding-left: 1rem !important;
        margin-left: 0 !important;
    }
  
   .text-left p{
        text-align: left !important;
        padding-left: 1rem !important;
        margin-left: 2rem !important;
    }
  
    .sec-alt {
        width: 100%;
        padding: 2rem 1.5rem 1.5rem 1.5rem;
    }
    
  
    .sec-alt > * {
        max-width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .sec-alt > span {
        max-width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .sec-alt .workshop-image {
        padding-left: 0;
    }
  
.sec-alt h4 {
        text-align: left;
        padding-left: 1rem;
  margin-top: 3rem;
        margin-left: 0;
        margin-bottom: 0.5rem; /* 追加 */
    }
    
    .sec-alt h4 + p {
        margin-top: 0;
    }
  
   .sec-alt h4.mobile-text {
        font-size: 1.1rem;  /* 1.1rem → 1rem に変更 */
    }
     
  .sec-base .column-message,
.sec-alt .column-message {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    font-size: 1rem;
    max-width: 100%;
}
  
     .sec-alt .two-column-ul {
        flex-direction: column;
        gap: 1rem;
    }
    
    .sec-alt .two-column-ul .cta-btn {
        width: auto;
    }
  
  .sec-alt ul {
    padding-left: 40px;
}
  
  
    .cta-btn {
        padding: 0.8rem 2rem;
        font-size: 0.9rem;
    }
    
  
     .faq-section {
        width: 100%;
        padding: 0 1.5rem !important;
    }

    .faq-section h2 {
        font-size: 1.2rem;
        text-align: left;
        padding-left: 0;
        margin-left: 0;
    }

    .faq-question {
        padding: 1rem 2.5rem 1rem 0;
        font-size: 0.95rem;
        font-weight: normal;
    }

    .faq-question::after {
        right: 0;
        font-size: 1.5rem;
    }

    .faq-answer {
        padding: 0;
    }

    .faq-item.active .faq-answer {
        padding: 1rem 0 2rem 0;
    }

    .faq-answer p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
  
  
    /* Mobile Navigation Section */
    .navigation-section {
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 60px;
        padding-top: 30px;
    }
    
    .nav-item {
        flex: 0 0 calc(50% - 15px);
    }
    
    .nav-item h4 {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
  
      h2 span.desktop-text {
        display: none !important;
    }
    
    h2 span.mobile-text {
        display: inline !important;
    }
  
  
.choju-price-table-wrap {
    padding-left: 0;
    margin-left: 0;
  }
  
.choju-color-table-wrap,
.choju-price-table-wrap {
    padding-left: 10px !important;
  }
  
  /* ─── 共通：横スクロール削除 ─── */
  .choju-table-wrap,
  .choju-color-table-wrap,
  .choju-price-table-wrap {
    overflow-x: visible;
  }

  /* ─── 共通：tableをブロック化 ─── */
  .choju-table,
  .choju-color-table {
    display: block;
    width: 100%;
  }
  


  /* ─── ヘッダー行を非表示 ─── */
  .choju-table thead,
  .choju-color-table thead,
  .choju-price-table thead {
    display: none;
  }

  /* ─── tbody・tr・tdをブロックに ─── */
  .choju-table tbody,
  .choju-color-table tbody {
    display: block;
  }

  .choju-table tbody tr,
  .choju-color-table tbody tr {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 14px 0;
  }

  .choju-table tbody tr:last-child,
  .choju-color-table tbody tr:last-child{
    border-bottom: none;
  }

  .choju-table td,
  .choju-color-table td {
    display: block;
    padding: 4px 0;
    white-space: normal;
    min-width: 0;
    font-size: 13px;
  }

  /* ─── ラベルをdata-labelで表示 ─── */
  .choju-table td::before,
  .choju-color-table td::before {
    display: inline-block;
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    margin-right: 6px;
    letter-spacing: 0.05em;
  }

  /* choju-table */
  .choju-table td.name {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .choju-table td.age::before  { content: "年齢 "; }
  .choju-table td.desc::before { content: "由来 "; }
  .choju-table td.color::before { content: "カラー "; }

  .choju-table td.desc {
    line-height: 1.7;
  }

  /* choju-color-table */
  .choju-color-table td.color-name {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .choju-color-table td.age-list {
    min-width: 0;
  }
  .choju-color-table td.color-meaning::before { content: "意味 "; }
  .choju-color-table td.color-meaning {
    line-height: 1.7;
    min-width: 0;
  }

  /* choju-price-table */
  .choju-price-table {
    display: block;
    width: 100%;
  }
  .choju-price-table tbody {
    display: block;
  }
  .choju-price-table tbody tr {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 14px 0;
  }
  .choju-price-table tbody tr:last-child {
    border-bottom: none;
  }
  .choju-price-table td {
    display: block;
    padding: 4px 0;
    white-space: normal;
    min-width: 0;
    font-size: 13px;
  }
  .choju-price-table td.relation {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
    padding-top: 8px;
  }
  .choju-price-table td.price,
  .choju-price-table td.point {
    min-width: 0;
    line-height: 1.7;
    padding-left: 0;
  }
  .choju-price-table td.price::before { content: none; }
  .choju-price-table td.point::before { content: none; }
  
  
.sec-alt.flower-gallery .budget-row {
    flex-direction: column;
    gap: 2rem;
    padding-left: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 100%;
}

  .sec-alt.flower-gallery .budget-group {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
    padding: 0 1.5rem !important;
    margin: 0 !important;
  }

  .sec-alt.flower-gallery .budget-group h3 {
    padding-left: 0 !important;
    margin-left: 0 !important;
    font-size: 1.1rem;
  }
  .sec-alt.flower-gallery .budget-group p {
    padding-left: 0 !important;
    margin-left: 0 !important;
    font-size: 14px;
  }
  .sec-alt.flower-gallery .budget-group p.budget-link {
    padding-left: 0 !important;
    margin-left: 0 !important;
    font-size: 16px;
  }

  .sec-alt.flower-gallery .budget-group .activity-image {
    display: flex !important;
    flex-direction: row !important;
    gap: 0.5rem !important;
    margin-left: -1.5rem !important;
    margin-right: 1.5rem !important;
    width: calc(100% + 1.5rem) !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .sec-alt.flower-gallery .budget-group .activity-image > div {
    flex: 1 !important;
    width: 50% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .sec-alt.flower-gallery .budget-group .activity-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* sec-base flower-gallery モバイル対応 */
.sec-base.flower-gallery {
    padding: 2rem 0 1.5rem 0;
}

.sec-base.flower-gallery > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 100%;
}

.sec-base.flower-gallery > h2,
.sec-base.flower-gallery > p {
    padding-left: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

.sec-base.flower-gallery .budget-row {
    flex-direction: column;
    gap: 2rem;
    padding-left: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

.sec-base.flower-gallery .budget-group {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
    padding: 0 0 1rem 1rem !important;
    margin: 0 !important;
}

.sec-base.flower-gallery .budget-group h3 {
    padding-left: 0 !important;
    margin-left: 0 !important;
    font-size: 1.1rem;
}

.sec-base.flower-gallery .budget-group h4 {
    padding-left: 0 !important;
    margin-left: 0 !important;
    font-size: 1rem;
}

.sec-base.flower-gallery .budget-group p {
    padding-left: 0 !important;
    margin-left: 0 !important;
    font-size:0.9rem;
}

.sec-base.flower-gallery .budget-group .activity-image {
    display: flex !important;
    flex-direction: row !important;
    gap: 4px !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.sec-base.flower-gallery .budget-group .activity-image > div {
    flex: 1 !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sec-base.flower-gallery .budget-group .activity-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}
  
.sec-base.flower-gallery .activity-image.popular-flowers {
      display: flex !important;
      flex-direction: row !important;
      flex-wrap: wrap !important;
      gap: 4px !important;
      margin-left: 0 !important;
    margin-right: -1.5rem !important;
    width: calc(100% + 1.5rem) !important;
  }

.sec-base.flower-gallery .activity-image.popular-flowers > div {
    flex: 0 0 calc(50% - 2px) !important;
    width: calc(50% - 2px) !important;
    min-width: 0 !important;
}

.sec-base.flower-gallery .activity-image.popular-flowers img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}


.image-caption .caption-title {
    font-size: 0.9rem;
}



#section4-preserved {
    padding-left: 0 !important;
    margin-left: 1rem !important;
}
  
   .faq-container.desktop-text {
        display: none !important;
    }
    
    .faq-container.mobile-text {
        display: block !important;
    }
    
    /* FAQ内のテキスト要素も切り替え */
    .faq-item .desktop-text {
        display: none !important;
    }
    
    .faq-item .mobile-text {
        display: block !important;
    }
    
    /* FAQセクション全体のモバイル調整 */
    #faq-section-10 {
        width: 100%;
        padding: 2rem 1.5rem 1.5rem 1.5rem !important;
        margin: 3rem 0 0 0 !important;
    }
    
    /* FAQ質問のテキスト配置 */
    .faq-question.mobile-text {
        text-align: left !important;
        padding-left: 0 !important;
        padding-right: 2.5rem;
    }
    
    /* FAQ回答のテキスト配置 */
  
  .faq-container {
    width: 100% !important;
    max-width: 100% !important;
}
    .faq-answer.mobile-text {
        text-align: left !important;
    }
    
    .faq-answer.mobile-text p {
        text-align: left !important;
        padding-left: 0 !important;
    }

       .sec-base.budget-section .comment {
        text-align: center;
        padding-left: 0 !important;
        margin-left: 0 !important;
        padding-right: 1.5rem;
        font-size: 0.9rem;
    }

   #stickyBar  {
        right: 20px;
        bottom: 90px;
    }
    
    #stickyBar a {
        font-family: 'Noto Serif JP', serif;
        font-size: 10px;
        letter-spacing: 0.1em;
        color: #535353;
        font-weight: 400;
        border: solid 1px #535353;
        border-radius: 999px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        width: 100px;
        height: 100px;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 25px;
        margin: 0;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s;
        background: transparent;
        position: relative;
        animation: pulse 2.5s ease-in-out infinite;
    }
    
    #stickyBar a::before {
        content: "▶";
        display: block;
        font-size: 12px;
        margin-bottom: 6px;
        animation: pulse 2.5s ease-in-out infinite;
    }
    
    #stickyBar a:hover {
        color: #333;
        background: #535353;
        border-color: #333;
        animation: none;
    }
    
    #stickyBar a:hover::before {
        animation: none;
    }
    
    #stickyBar a p {
        margin: 0;
        padding: 0;
        line-height: 1.5;
    }

    #index12 > h2,
#index12 > p.mobile-text {
  margin-left: 3rem;
}
  
}

.longevity-nav {
    max-width: 900px;
    margin: 4rem auto 2rem auto;
    padding: 2rem 1rem 0 1rem;
    border-top: 1px solid #ccc;
    text-align: center;
}

.longevity-nav h2 {
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: #535353;
    margin-bottom: 1.5rem;
    text-align: center;
}

.longevity-nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.longevity-nav ul li a {
    display: inline-block;
    padding: 0.6rem 1.4rem;
    border: 1px solid #535353;
    border-radius: 50px;
    color: #535353;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.longevity-nav ul li a:hover {
    background: #535353;
    color: #fff;
}

@media screen and (max-width: 640px) {
    .longevity-nav {
        margin: 3rem 1rem 1.5rem 1rem;
    }

    .longevity-nav ul li a {
        font-size: 0.85rem;
        padding: 0.5rem 1.1rem;
    }
}