#eat_aromarecipes_second {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#eat_aromarecipes_second .section p {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 40px;
}

#eat_aromarecipes_second .section p span {
    font-weight: bold;
    position: relative;
    padding: 0.3em;
}

#eat_aromarecipes_second .section p span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: repeating-linear-gradient(-45deg, #fbf7bf, #fbf7bf 2px, white 2px, white 4px);
}

#eat_aromarecipes_second img {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

#eat_aromarecipes_second .intro .eat_aromarecipes_second_til {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 1.2em;
}

#eat_aromarecipes_second .intro img {
    width: 900px;
}

#eat_aromarecipes_second .intro {
    position: relative;
}

#eat_aromarecipes_second .intro .intro_btn {
    display: block;
    text-align: center;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    padding: 16px;
    color: #FFFFFF;
    background-color: #739586;
    font-size: 16px;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    box-shadow: 0.5px 0.5px 3px 1px rgba(115, 149, 134, 0.40);
}

#eat_aromarecipes_second .intro .intro_btn:hover {
    background-color: #FFFFFF;
    color: #739586;
    opacity: 1;
    text-decoration: none;
    border: 2px solid #739586;
}

#eat_aromarecipes_second .section {
    margin-bottom: 60px;
    margin-top: 40px;
}

#eat_aromarecipes_second .section h2 {
    font-size: 22px;
    margin-top: 3em;
    margin-bottom: 2em;
    position: relative;
    padding: 0.75em 1em;
    line-height: 1.4;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(130, 168, 152, 0.10) 4px, rgba(130, 168, 152, 0.10) 6px);
    border-left: 8px solid #739586;
}

#eat_aromarecipes_second .section h3 {
    font-size: 20px;
    padding-left: 10px;
    border-bottom: 1px solid #B3B4B7;
    line-height: 1.4em;
    margin-bottom: 2em;
    padding-bottom: 8px;
}

#eat_aromarecipes_second .section p a {
    text-decoration: underline;
    line-height: 1.8em;
}

#eat_aromarecipes_second .section .blend_point {
    background: linear-gradient(-45deg, transparent 25%, rgba(130, 168, 152, 0.10) 25%, rgba(130, 168, 152, 0.10) 50%, transparent 50%, transparent 75%, rgba(130, 168, 152, 0.10) 75%, rgba(130, 168, 152, 0.10));
    background-clip: padding-box;
    background-size: 5px 5px;
    padding: 32px;
    margin-bottom: 32px;
}

#eat_aromarecipes_second .section .blend_point ol {
    font-size: 17px;
    text-align: left;
}

#eat_aromarecipes_second .blend_point ol li {
    padding-left: 1.5em;
    text-indent: -1.5em;
    counter-increment: num;
    margin-bottom: .5em;
    font-weight: bold;
}

#eat_aromarecipes_second .blend_point ol li::before {
    width: 1.5rem;
    line-height: 1.5;
    text-indent: 0;
    text-align: center;
    display: inline-block;
    height: 1.5rem;
    margin-right: .2em;
    background: #e2df00;
    box-shadow: 0 0 0 1px #e2df00;
    color: #fff;
    border-radius: 50%;
    content: counter(num);
    transform: scale(.8);
}

#eat_aromarecipes_second .section .diagram {
    background-color: rgba(237, 242, 245, 0.50);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

#eat_aromarecipes_second .section .diagram .diagram_box {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-left: 7em;
    padding-bottom: 1em;
}

#eat_aromarecipes_second .section .blendtheme {
    background: linear-gradient(-45deg, transparent 25%, rgba(130, 168, 152, 0.10) 25%, rgba(130, 168, 152, 0.10) 50%, transparent 50%, transparent 75%, rgba(130, 168, 152, 0.10) 75%, rgba(130, 168, 152, 0.10));
    background-clip: padding-box;
    background-size: 5px 5px;
    padding: 32px;
    margin-bottom: 32px;
}

#eat_aromarecipes_second .section .blendtheme p {
    margin-bottom: 16px;
}

#eat_aromarecipes_second .section .blendtheme ul {
    font-size: 16px;
    text-align: left;
}

#eat_aromarecipes_second .blendtheme ul li {
    font-weight: bold;
    line-height: 36px;
    list-style-type: disc;
    margin-left: 16px;
}

#eat_aromarecipes_second .section .eat_aromarecipes_second_list ol {
    border: 1px dotted gray;
    width: 90%;
    padding: 4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

#eat_aromarecipes_second .eat_aromarecipes_second_list ol li {
    font-size: 16px;
    text-align: left;
    list-style-type: decimal;
    padding-left: 8px;
    line-height: 2em;
    margin-bottom: 1.7em;
}

#eat_aromarecipes_second .eat_aromarecipes_second_list ol li:last-child {
    margin-bottom: 0px;
}

#eat_aromarecipes_second .section .itemcard {
    border: 1px solid gray;
    display: flex;
    padding: 24px;
    position: relative;
    margin-bottom: 60px;
}

#eat_aromarecipes_second .section .itemcard .itemcard_til {
    position: absolute;
    background-color: #FFFFFF;
    top: -13px;
    font-size: 1em;
    padding-left: 24px;
    padding-right: 16px;
}

#eat_aromarecipes_second .section .itemcard .itemcard_thumb {
    width: 160px;
    margin-right: 24px;
}

#eat_aromarecipes_second .itemcard .itemcard_thumb img {
    width: 160px;
    margin-bottom: 0px;
}

#eat_aromarecipes_second .itemcard .itemcard_body p {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 8px;
}

#eat_aromarecipes_second .section table {
    border: none;
    margin-bottom: 24px;
}

#eat_aromarecipes_second tbody tr th {
    width: 92px;
    border: none;
}

#eat_aromarecipes_second tbody tr th::after {
    content: " : "
}

#eat_aromarecipes_second tbody tr td {
    padding: 10px;
    font-size: 16px;
}

#eat_aromarecipes_second tbody tr:nth-child(odd) {
    background-color: rgba(130, 168, 152, 0.10);
}

#eat_aromarecipes_second tbody tr:nth-child(even) {
    background-color: rgba(196, 221, 239, 0.50);
}

#eat_aromarecipes_second .section .eat_aromarecipes_second_list2 {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#eat_aromarecipes_second .section .eat_aromarecipes_second_list2 p {
    margin-bottom: 8px !important;
}

#eat_aromarecipes_second .section .eat_aromarecipes_second_list2 ul {
    text-align: left;
    margin-bottom: 60px;
}

#eat_aromarecipes_second .eat_aromarecipes_second_list2 ul li {
    font-size: 16px;
    line-height: 1.7em;
    list-style-type: circle;
    margin-left: 40px;
}

/*----------------------------------------------------
    アロマセラピストの香りのある暮らし・後半
----------------------------------------------------*/
input[name='refine-btn-all'] {
    position: relative;
    display: none;
}

input[name='refine-btn-all']:checked+label {
    color: #fff;
    background-color: #007E65;
}

input[name='refine-btn'] {
    position: relative;
    display: none;
}

input[name='refine-btn']:checked+label {
    color: #fff;
    background-color: #007E65;
}

#refine-1:checked~.refine-teims:not(.enjoythearoma),
#refine-2:checked~.refine-teims:not(.faceandbody),
#refine-3:checked~.refine-teims:not(.minddisorder),
#refine-4:checked~.refine-teims:not(.bodydisorder),
#refine-5:checked~.refine-teims:not(.housekeeping),
#refine-6:checked~.refine-teims:not(.others) {
    display: none;
}

.refine {
    display: flex;
    flex-wrap: wrap;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    background-color: rgba(130, 168, 152, 0.10);
}

.refine-btn,
.refine-teims {
    border-style: solid;
    border-width: 1px;
}

.refine-teims {
    position: relative;
    width: calc(90%/3 - 7px);
    padding: 5px;
    border-color: #ccc;
    background-color: #fff;
    margin-left: 2%;
    margin-bottom: 1%;
}

.refine-teims p {
    margin-top: 0.5em;
    margin-bottom: 2em;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
}

#eat_aromarecipes_second .refine-teims p a {
    color: #111111;
}

ul li .everyday_es {
    margin-top: 331px;
    width: 100%;
}

.refine-tag {
    font-size: 13px;
    position: absolute;
    bottom: 5px;
    display: block;
    width: calc(100% - 10px);
    text-align: center;
    background-color: #eee;
    color: #82A898;
}

.refine-teims.enjoythearoma,
p a {
    text-decoration: none;
    color: #333333;
    line-height: 1.2rem;
}

.eat-aromarecipe {
    width: 900px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    text-align: center;
    margin: 0 auto 6%;
}

.eat-aromarecipe .eat-intro {
    position: relative;
    margin-bottom: 30px;
}

.eat-aromarecipe .eat-intro p {
    padding-top: 5%;
    padding-bottom: 5%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 18px;
    text-align: left;
    position: absolute;
    top: 163px;
    left: 378px;
    line-height: 1.9rem;
}

.eat-aromarecipe .eat-intro ul {
    width: 900px;
    margin-bottom: 5%;
    margin-top: 50px;
}

.eat-intro ul li {
    width: 22%;
    float: left;
    list-style: none;
    margin-left: -51px;
    margin-right: 69px;
}

.eat-aromarecipe .eat-intro h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 20px;
    text-align: center;
    margin-bottom: 26px;
    margin-top: 30px;
}

.eat-intro ul li:last-child {
    width: 22%;
    float: left;
    list-style: none;
    margin-left: -51px;
    margin-right: 0;
}

.eat-aromarecipe .eat-intro img {
    width: 100%;
    margin-bottom: 50px;
    clear: both;
}

.eat-aromarecipe #eat-start {
    clear: both;
    background-repeat: no-repeat;
}

.eat-aromarecipe #eat-start img {
    margin-top: 5%;
    width: 38%;
}

.eat-aromarecipe #eat-start p {
    font-size: 16px;
    text-align: left;
    line-height: 2em;
    margin-bottom: 1em;
}

.eat-aromarecipe #eat-start .eat-start_sub {
    line-height: 2rem;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 3.4em;
    margin-bottom: 1em;
    border-bottom: 1px solid gray;
    font-weight: bold;
    padding-bottom: 9px;
    padding-left: 10px;
}

.eat-aromarecipe .refine .recipe-all {
    width: 100%;
    padding-left: 0%;
    margin-bottom: 4%;
}

.eat-aromarecipe .refine .filter {
    width: 100%;
    margin-bottom: 2%;
    color: #758764;
    line-height: 1.3rem;
    font-size: 14px;
    text-align: center;
    display: block;
}

.refine .recipe-all .refine-btn-all {
    font-size: 14px;
    width: 32%;
    text-align: center;
    border-radius: 3px;
    background-color: #DDDDDD;
    float: left;
    border-color: #FFFFFF;
    color: #111;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
    padding: 12px 0;
    margin-top: 24px;
    margin-right: 34%;
    margin-left: 34%;
    margin-bottom: auto;
}

#eat_aromarecipes_second .p_top {
    border: 1px solid rgba(204, 204, 204, 1.00);
    border-radius: 2px;
    padding: 1.25em;
    width: 92%;
    text-align: left;
    margin-top: 40px;
}

#eat_aromarecipes_second .p_top p {
    border-bottom: 1px dashed rgba(204, 204, 204, 1.00);
    margin-bottom: 1em;
    padding-bottom: 16px;
    font-size: 18px;
    padding: 0 .5em .75em;
}

#eat_aromarecipes_second .p_top span::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("https://gigaplus.makeshop.jp/aromastore/images/enjoyaromatherapy/list-solid.svg");
    background-size: contain;
    vertical-align: middle;
    padding-bottom: 2px;
    background-repeat: no-repeat;
    margin-right: 0.5em;
}

#eat_aromarecipes_second .p_top ol {
    counter-reset: li;
}

#eat_aromarecipes_second .p_top ol li {
    font-size: 16px;
    margin-left: 2.3em;
    padding-left: 0.5em;
    position: relative;
    letter-spacing: 0.04em;
    line-height: 1.7em;
}

#eat_aromarecipes_second .p_top ol li::before {
    border-right: 1px solid;
    counter-increment: li;
    content: counters(li, "-") " ";
    display: block;
    letter-spacing: -.1px;
    line-height: 1.1;
    padding: 0 0.5em 0 0;
    position: absolute;
    right: calc(100% + 0.5em);
    top: 0.25em;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    white-space: nowrap;
    width: auto;
}

#eat_aromarecipes_second .p_top ol li ol {
    padding-left: 0.25em;
}

#eat_aromarecipes_second .p_top ol ol li {
    font-size: 0.9em;
}

#eat_aromarecipes_second .p_top ol ol li::before {
    opacity: .75;
}

#index_id0,
#index_id1,
#index_id2,
#index_id3,
#index_id4,
#index_id5,
#index_id6,
#index_id7,
#index_id8,
#index_id9,
#index_id10,
#index_id11,
#index_id12,
#index_id13,
#eat-start2,
#index_id14,
#index_id15 {
    padding-top: 50px;
}

#therapist_notebook {
    margin-top: 8em;
    margin-bottom: 4em;
    background-image: url(https://gigaplus.makeshop.jp/aromastore/images/enjoyaromatherapy/therapist_note/therapistnote_bg-5.png);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    width: 900px;
    background-color: #F8D5D6;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#therapist_notebook .therapist_notebook_sec-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

#therapist_notebook .therapist_notebook_sec-title .sec-title-box {
    text-align: center;
    width: 50%;
}

#therapist_notebook .therapist_notebook_sec-title .sec-title-box .sec-title {
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 32px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

#therapist_notebook .therapist_notebook_sec-title .sec-title-box p {
    text-align: center;
    font-size: 18px;
    line-height: 1.8rem;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

#therapist_notebook .therapist_notebook_sec-title .therapist_notebook_sec-title-main {
    width: 420px;
}

#therapist_notebook .therapist_notebook_sec-list ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

#therapist_notebook .therapist_notebook_sec-list ul li {
    width: calc((100% - 24px) / 3);
    box-sizing: border-box;
}

#therapist_notebook .therapist_notebook_sec-list ul li a img {
    width: 100%;
    height: 174px;
    object-fit: cover;
}

#therapist_notebook .therapist_notebook_sec-list_text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: bold;
    margin-top: 14px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

#eat_aromarecipes_second .section .scene_blend_recipe {
    width: 900px;
    display: flex;
    justify-content: space-between;
    margin: 3em auto;
}

#eat_aromarecipes_second .section .scene_blend_recipe .scene_blend_recipe_inner {
    width: 33%;
    padding-left: 18px;
    padding-right: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px dotted #DDDDDD;
    text-align: center;
}

#eat_aromarecipes_second .section .scene_blend_recipe .scene_blend_recipe_inner:last-child {
    border-right: none;
}

#eat_aromarecipes_second .scene_blend_recipe .scene_blend_recipe_inner .scene_blend_recipe_img_1 {
    width: 180px !important;
    margin-bottom: 10px;
}

#eat_aromarecipes_second .scene_blend_recipe .scene_blend_recipe_inner .scene_blend_recipe_scene {
    text-align: center;
    line-height: 1.4rem;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.scene_blend_recipe .scene_blend_recipe_inner .scene_blend_recipe_inner_box {
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 27px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.scene_blend_recipe_inner .scene_blend_recipe_inner_box li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
}

.scene_blend_recipe_inner .scene_blend_recipe_inner_box li:last-child {
    margin-bottom: 0px;
}

.scene_blend_recipe_inner_box ul li img {
    width: 38px !important;
    margin-bottom: 0px !important;
    margin-right: 8px;
    margin-left: 4px;
}

ul li .top_note,
.midle_note,
.base_note {
    font-weight: bold;
    font-size: 0.8rem;
    width: 62px;
    text-align: center;
    padding-top: 2px;
    margin-right: 5px;
}

ul li .top_note {
    color: #AB9B0E;
}

ul li .midle_note {
    color: #067524;
}

ul li .base_note {
    color: #5B070C;
    width: 62px;
}

.scene_blend_recipe .scene_blend_recipe_inner .scene_blend_recipe_inner_box2 {
    display: flex;
    text-align: left;
}

.scene_blend_recipe .scene_blend_recipe_inner .scene_blend_recipe_inner_text {
    font-size: 14px !important;
}

.scene_blend_recipe_inner .scene_blend_recipe_inner_box2 .base_note {
    color: #5B070C;
}

.scene_blend_recipe .scene_blend_recipe_inner .scene_blend_recipe_inner_box2 {
    padding-top: 13px;
    padding-bottom: 18px;
}

.scene_blend_recipe_inner .scene_blend_recipe_inner_box2 li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
}

.scene_blend_recipe_inner .scene_blend_recipe_inner_box2 img {
    width: 38px !important;
    margin-right: 4px;
    margin-left: 8px;
    margin-bottom: 0 !important;
}

#learning_info {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#learning_info .learning_info__box {
    padding: 2em;
    border: 1px solid #777777;
    margin-bottom: 2em;
    width: 49%;
    box-sizing: border-box;
    text-align: center;
}

#learning_info .learning_info__box .learning_info__img img {
    width: 160px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 24px;
}

#learning_info .learning_info__box .learning_info__text .learning_info__text_sub {
    font-weight: bold;
    margin-bottom: 6px;
}

#learning_info .learning_info__box .learning_info__text .learning_info__text_name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

#learning_info .learning_info__box .learning_info__text .learning_info__text_txt {
    font-size: 15px;
    line-height: 1.6;
}

#learning_info a {
    font-size: 15px;
    border-radius: 4px;
    text-decoration: underline;
    font-weight: bold;
}

/*----------------------------------------------------
    シーン別アロマレシピ集（PC）
    レイアウト・フィルター・精油検索・モーダル
----------------------------------------------------*/
#eat_aromarecipes_second {
    text-align: center;
}

input[name='difficulty-btn'] {
    position: relative;
    display: none;
}

input[name='difficulty-btn']:focus-visible+label {
    outline: 2px solid #007E65;
    outline-offset: 2px;
}

input[name='difficulty-btn']:checked+label {
    color: #fff;
    background-color: #007E65;
}

.refine {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    background-color: #fff;
    box-sizing: border-box;
}

.refine-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
    align-content: flex-start;
    background-color: rgba(130, 168, 152, 0.10);
    border-radius: 8px;
    padding: 1.5em 1em;
    margin-bottom: 1.5em;
}

.refine-filters .filter,
.refine-filters .filter-note,
.refine-filters .recipe-all,
.refine-filters .recipe-search-toolbar,
.refine-filters .scene-tag-filters,
.refine-filters .difficulty-filters {
    flex: 0 0 100%;
    max-width: 100%;
}

.difficulty-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.scene-tag-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
    margin-top: -4px;
}

.scene-tag-filters.is-empty {
    display: none;
}

.scene-filter-btn.refine-btn {
    cursor: pointer;
    border: 1px solid #82A898;
    color: #758764;
    background-color: #fff;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.scene-filter-btn.refine-btn.is-selected {
    color: #fff;
    background-color: #007E65;
    border-color: #007E65;
}

.scene-filter-btn.refine-btn.is-disabled,
.scene-filter-btn.refine-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.scene-filter-btn.refine-btn:focus-visible {
    outline: 2px solid #007E65;
    outline-offset: 2px;
}

.recipe-card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
    align-content: flex-start;
    width: 100%;
}

.refine-btn,
.refine-teims {
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
}

.refine-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    padding: 0 24px;
    text-align: center;
    border-radius: 30px;
    color: #007E65;
    background-color: #fff;
    border-color: #007E65;
    width: auto;
    min-width: 0;
    line-height: 44px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.refine-btn:hover {
    background-color: rgba(0, 126, 101, 0.08);
}

.refine-teims.recipe-card {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc((100% - 32px) / 3);
    width: calc((100% - 32px) / 3);
    min-height: 140px;
    padding: 12px 10px;
    border-color: #ddd;
    border-radius: 6px;
    background-color: #fff;
    margin: 0;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.refine-teims.recipe-card:hover {
    border-color: #007E65;
    box-shadow: 0 4px 12px rgba(0, 126, 101, 0.12);
}

.refine-teims.recipe-card:focus-within {
    border-color: #007E65;
    box-shadow: 0 0 0 2px rgba(0, 126, 101, 0.2);
}

.refine-teims p {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
}

#eat_aromarecipes_second .refine-teims p a {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #111111;
    text-decoration: none;
}

.refine-tag {
    display: none;
}

.refine-teims.enjoythearoma,
.refine-teims p a {
    text-decoration: none;
    color: #333333;
    line-height: 1.5;
}

.eat-aromarecipe {
    width: 100%;
    max-width: 900px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    text-align: center;
    margin: 0 auto 6%;
    padding: 0 1em;
    box-sizing: border-box;
}

.eat-aromarecipe #eat-start {
    clear: both;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3%;
    text-align: left;
}

.eat-aromarecipe #eat-start .eat-start_sub {
    line-height: 1.7rem;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid gray;
    font-weight: bold;
    padding-bottom: 9px;
    padding-left: 10px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.eat-aromarecipe #eat-start p {
    line-height: 1.9rem;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0 2%;
}

.eat-aromarecipe .refine .recipe-all {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}

.eat-aromarecipe .refine .filter {
    width: 100%;
    margin-bottom: 0;
    color: #758764;
    line-height: 1.5rem;
    font-size: 14px;
    text-align: center;
    display: block;
}

.refine .recipe-all .refine-btn-all,
#refine-reset.refine-btn-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 0 20px;
    line-height: 44px;
    text-align: center;
    border-radius: 30px;
    background-color: #DDDDDD;
    border: 1px solid #007E65;
    color: #111;
    cursor: pointer;
    margin-top: 0;
    transition: background-color 0.2s;
    font-family: inherit;
}

.refine .recipe-all .refine-btn-all:hover,
#refine-reset.refine-btn-all:hover {
    background-color: #ccc;
}

#refine-reset.refine-btn-all:focus-visible {
    outline: 2px solid #007E65;
    outline-offset: 2px;
}

.eat-aromarecipe .refine .filter-note {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    color: #758764;
    font-size: 13px;
}

@media (max-width: 768px) {
    .refine-teims.recipe-card {
        flex: 0 0 calc((100% - 16px) / 2);
        width: calc((100% - 16px) / 2);
    }
}

@media (max-width: 480px) {
    .refine {
        padding: 1.5em 0.75em;
    }

    .refine-filters {
        padding: 1em 0.75em;
    }

    .refine-teims.recipe-card {
        flex: 0 0 100%;
        width: 100%;
    }
}

/*----------------------------------------------------
    精油・基材検索・モーダル
----------------------------------------------------*/
.recipe-search-toolbar {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

.recipe-search-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.search-trigger-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #007E65;
    color: #ffffff;
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    transition: background-color 0.3s;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

.search-trigger-btn:hover {
    background-color: #006652;
}

.search-trigger-btn:focus-visible {
    outline: 2px solid #007E65;
    outline-offset: 2px;
}

.recipe-keyword-search {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 14px auto 0;
    padding: 10px 16px;
    border: 1px solid #ccc;
    border-radius: 24px;
    font-size: 14px;
    box-sizing: border-box;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

.recipe-keyword-search:focus {
    outline: none;
    border-color: #007E65;
    box-shadow: 0 0 0 2px rgba(0, 126, 101, 0.15);
}

.filter-result-count {
    margin: 12px 0 0;
    font-size: 13px;
    color: #666;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

.filter-result-count.is-empty {
    color: #c62828;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 16px;
    background-color: #fce4ec;
    border-radius: 8px;
    display: inline-block;
}

.recipe-tags-display {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    margin-top: auto;
    margin-bottom: 0;
    padding: 4px 4px 0;
}

.recipe-tag-chip {
    font-size: 12px;
    line-height: 1.4;
    color: #007E65;
    background-color: rgba(0, 126, 101, 0.08);
    padding: 3px 8px;
    border-radius: 10px;
}

.recipe-difficulty {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 12px;
    border-radius: 14px;
    margin-bottom: 6px;
    line-height: 1.4;
}

.recipe-difficulty--beginner {
    background-color: #e8f5e9;
    color: #007E65;
}

.recipe-difficulty--intermediate {
    background-color: #fff8e1;
    color: #b8860b;
}

.recipe-difficulty--advanced {
    background-color: #fce4ec;
    color: #c62828;
}

.recipe-card.is-hidden {
    display: none !important;
}

body.recipe-modal-open {
    overflow: hidden;
}

.recipe-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

.recipe-modal.is-active {
    display: block;
}

.recipe-modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}

.recipe-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 640px;
    max-height: 80vh;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: recipeModalFadeIn 0.25s ease-out;
}

.recipe-modal-header {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.recipe-modal-header h2 {
    font-size: 18px;
    margin: 0;
    color: #333;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

.modal-close-btn {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #999;
    padding: 0 4px;
}

.modal-close-btn:hover {
    color: #333;
}

.recipe-modal-body {
    padding: 16px 20px;
    overflow-y: auto;
    flex-grow: 1;
}

.tag-search-input {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 16px;
    box-sizing: border-box;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

.tag-search-input:focus {
    outline: none;
    border-color: #007E65;
    box-shadow: 0 0 0 2px rgba(0, 126, 101, 0.15);
}

.tag-filter-section {
    margin-bottom: 20px;
}

.tag-filter-section-title {
    font-size: 14px;
    color: #007E65;
    margin: 0 0 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e8ede9;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

.dynamic-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-filter-item {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 7px 14px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

.tag-filter-item:hover {
    border-color: #82A898;
}

.tag-filter-item:focus-visible {
    outline: 2px solid #007E65;
    outline-offset: 2px;
}

.tag-filter-item.is-selected {
    background-color: rgba(0, 126, 101, 0.1);
    border-color: #007E65;
    color: #007E65;
    font-weight: bold;
}

.recipe-modal-empty {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 24px 0;
    line-height: 1.6;
}

.recipe-modal-footer {
    padding: 12px 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.modal-confirm-btn {
    background-color: #007E65;
    color: #fff;
    border: none;
    padding: 8px 28px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

.modal-confirm-btn:hover {
    background-color: #006652;
}

.modal-confirm-btn:focus-visible,
.modal-reset-btn:focus-visible,
.modal-close-btn:focus-visible {
    outline: 2px solid #007E65;
    outline-offset: 2px;
}

.modal-reset-btn {
    background: #fff;
    border: 1px solid #007E65;
    color: #007E65;
    padding: 8px 24px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

.modal-reset-btn:hover {
    background-color: rgba(0, 126, 101, 0.08);
}

@keyframes recipeModalFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -46%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}