:root {
    --blue: #4974be;
    --white: #ffffff;
    --green: #008832;
    --pale-green: rgba(0, 136, 50, 0.1);
    --gray: #f1f1f1;
    --red: #cc0022;
    --main-font-color: #333333;
    --font-size-common: 14px;
    --font-size-title: 28px;
    --font-size-small: 12px;
    --font-family-main: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
    --font-family-title: "Lexend", sans-serif;
    --padding-side-min: 15px;
    --padding-side-max: 30px;
    --common-btn-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    --font600: 600;
    --border-color-gray: #dcdcdc;
}

/* TOC

	* Form
	* My Logbum
	* ARTICLE
	* ARTICLE(Post)
	* Logbum detail
	* Logbum detail(Plan)
	* Logbum detail(Album)
	* Logbum detail(Share)
	* Food
	* Favorite Spot
	* Search Logbum
	* Profile
	* About
	* Privacy
	* Terms
	* FAQ

------------------------------------------------------------ */

/* Common
------------------------------------------------------------ */


.sec_page.with_border {
    border-bottom: 12px solid var(--gray);
}

.sec_page h2 {
    margin-bottom: 0;
}

.sec_page h2.with_border {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.sec_page p.main_desc {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: var(--font600);
}

h2 {
    font-family: var(--font-family-title);
    font-weight: 700;
    line-height: 1.4;
    font-size: var(--font-size-title);
    text-align: center;
    display: block;
    margin-bottom: 38px;
}

h2 > span {
    font-size: 18px;
    display: block;
    font-family: var(--font-family-main);
    font-weight: var(--font600);
    letter-spacing: 0;
}

.sec_search h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color-gray);
    margin-bottom: 20px;
}

h2.no_border {
    border: 0;
    padding: 0;
}

h2.is_left {
    text-align: left;
}

.sec_search h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color-gray);
    margin-bottom: 20px;
}

.sec_search h3 {
    font-size: 20px;
    font-family: var(--font-family-title);
    line-height: 1.4;
    margin-bottom: 10px;
}

.sec_search h3 span {
    font-family: var(--font-family-main);
    font-size: var(--font-size-small);
    font-weight: 400;
    display: block;
}

html {
    scroll-behavior: smooth;
}

.pb-0 {
    padding-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}

.notif {
    height: 32px;
    width: 100%;
    background-color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    position: relative;
    padding: 0 20px;
}

.notif .notif_public {
    margin-left: auto;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
}

.notif__help {
    /* position: absolute;
    right: 25px;
    top: calc(50% - 9px); */
    margin-left: 10px;
}

.what1 {
    display: none;
    position: absolute;
    top: 52px;
    left: 39px;
    z-index: 2;
}

.what1__inner {
    background-color: var(--green);
    border-radius: 6px;
    position: relative;
    width: 300px;
    padding: 20px 15px 15px;
}

.what1__inner::after {
    bottom: 100%;
    left: 70px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: var(--green);
    border-width: 12px;
    margin-left: -12px;
}

.what1__title {
    font-weight: 600;
    margin-bottom: 10px;
}

.what1__inner p {
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
}

.what1__close {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 7px;
    right: 7px;
}

.what1__close img {
    width: 100%;
}

.icon_public {
    background: url(../images/icons/public.svg) center center no-repeat;
}

.detail_list_menu_wrap {
    position: relative;
}

.detail_list_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--common-btn-shadow);
}

.detail_list_menu li {
    width: calc(100% / 5);
}

.detail_list_menu li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
}

.detail_list_menu li > a::before {
    content: "";
    width: 34px;
    height: 34px;
    display: block;
    background-size: contain !important;
}

.detail_list_menu li.detail_menu01 a::before {
    background: url(../images/icons/info-icon01.svg) center center no-repeat;
}

.detail_list_menu li.detail_menu02 a::before {
    background: url(../images/icons/info-icon02.svg) center center no-repeat;
}

.detail_list_menu li.detail_menu03 a::before {
    background: url(../images/icons/info-icon03.svg) center center no-repeat;
}

.detail_list_menu li.detail_menu04 a::before {
    background: url(../images/icons/info-icon04.svg) center center no-repeat;
}

.detail_list_menu li.detail_menu05 a::before {
    background: url(../images/icons/info-icon05.svg) center center no-repeat;
}

.detail_list_menu li.detail_menu06 a::before {
    background: url(../images/icons/info-icon06.svg) center center no-repeat;
}

.detail_list_menu li.active a {
    border-bottom: 2px solid var(--green);
    position: relative;
    z-index: 99998;
}

.detail_list_menu02 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
    margin: 0 20px;
}

.detail_list_menu02 li {
    /* display: inline-flex;
    margin-left: 10px; */
}

.detail_list_menu02 li a {
    height: 34px;
    width: auto;
    border: 1px solid #DADCDC;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-font-color);
    font-weight: var(--font600);
    border-radius: 4px;
    font-size: 12px;
    padding: 4px 6px;
}

.detail_list_menu02 i {
    width: 15px;
    height: 15px;
    background-size: contain !important;
    margin-right: 8px;
}

.edit_icon01 {
    background: url(../images/icons/edit-icon01.svg) center center no-repeat;
}

.edit_icon02 {
    background: url(../images/icons/edit-icon02.svg) center center no-repeat;
}

.sec_page.with_border {
    border-bottom: 12px solid var(--gray);
}

.sec_page h2 {
    margin-bottom: 0;
}

.sec_page p.main_desc {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: var(--font600);
}

.list8_03 {
    display: block;
    margin-bottom: 20px;
    font-weight: var(--font600);
}

.list8_03 > li {
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-bottom: 10px;
}

.list8_03 > li input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    accent-color: var(--green);
    outline: 0;
    vertical-align: middle;
    border: 2px solid #ddd;
    cursor: pointer;
    margin-right: 10px;
}

.list8_03 > li label {
    display: block;
}

.list8_03 > li > a {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}

.action i {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain !important;
    display: block;
}

.edit_note_icon {
    background: url(../images/icons/icon-edit-note.svg) center center no-repeat;
    display: inline-block;
    width: 22px;
    height: 22px;
}

.edit_pencil_icon {
    background: url(../images/icons/icon-pencil-small.svg) center center
        no-repeat;
}

.no_border {
    border: 0;
}

.page8_05 {
    padding-bottom: 60px;
}

.btn_depulicate {
    margin-bottom: 30px;
}

.btn_depulicate a,
.btn_public a,
.btn_favorite a {
    max-width: 280px;
    width: 100%;
    height: 44px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-start;
    border-radius: 30px;
    box-shadow: var(--common-btn-shadow);
    padding: 4px 20px;
    background-color: var(--green);
    color: var(--white);
    font-weight: 700;
    position: relative;
    text-align: center;
}

.btn_public a {
    background-color: #333;
}

.btn_favorite a {
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}
.fav_icon_food{
    margin-right: 8px;
}
.food_card_fav_btn.active .fav_icon_food {   
    background: url(../images/icons/bookmark-selected.svg) center center no-repeat;
    background-size: contain;
}

.btn_depulicate a::after,
.btn_public a::after {
    content: "";
    width: 8px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
    background: url(../images/arrows/arrow-right-white.svg) center center
        no-repeat;
    background-size: contain;
}


.food_card_fav_btn .fav-after{
    display: none;
}
.food_card_fav_btn.active .fav-after{
  display: inline;
}

.btn_delete {
    margin-top: 40px;
    text-align: center;
}

.btn_delete a {
    text-decoration: underline;
}

.icon_cta {
    width: 20px;
    height: 20px;
    background-size: contain !important;
    margin-right: 10px;
}

.icon_cta1 {
    background: url(../images/icons/icon-cta1.svg) center center no-repeat;
}

.icon_cta2 {
    background: url(../images/icons/icon-cta2.svg) center center no-repeat;
}

.icon_cta2_black {
	background: url(../images/icons/icon-cta2_black.svg)no-repeat;
}

.icon_cta3 {
    background: url(../images/icons/icon-cta3.svg) center center no-repeat;
}

.icon_bookmark {
    background: url(../images/sns/bookmark.svg) center center no-repeat;
}

.icon_heart {
    background: url(../images/icons/bookmark2-selected.svg) center center no-repeat;
}

.page8_05 .list8_03 > li {
    background-color: var(--gray);
    padding: 20px;
}

.date_added {
    font-size: 10px;
    font-weight: 700;
    display: block;
    text-align: right;
}

.date_added i {
    font-weight: 400;
}

.main_wrapper {
    position: relative;
    left: 0;
    transition: all 0.3s ease-out;
}

.main_wrapper.drawer_main {
    position: relative;
    left: -25vw;
    transition: all 0.3s ease-in;
}

.header_wrapper.drawer_main {
    left: -25vw;
    transition: all 0.3s ease-in;
}

.subpage_level2_main_wrapper,
.subpage_main_wrapper {
    position: fixed;
    z-index: 9999;
    right: -110vw;
    top: 0;
    min-height: 100%;
    background-color: var(--white);
    width: 100%;
    transition: right 0.3s ease-in;
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 100px;
}

.subpage_level2_main_wrapper.drawer_main,
.subpage_main_wrapper.drawer_main {
    right: 0;
    transition: right 0.3s ease-in;
}

.subpage_main_wrapper.drawer_main2 {
    right: 10vw;
    transition: right 0.3s ease-in;
}

.subpage_level2_main_wrapper {
    z-index: 999999;
    right: -110vw;
    top: 0;
    position: fixed;
    transition: right 0.3s ease-in;
}

.subpage_level2_main_wrapper.drawer_main2 {
    right: 0;
    transition: right 0.3s ease-in;
    top: 0;
}

.subpage_action {
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 7px 10px 7px rgba(0,0,0,.2); */
    background-color: var(--white);
    z-index: 99;
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.sec09_content {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: var(--padding-side-min);
    padding-right: var(--padding-side-min);
    border-bottom: 12px solid var(--gray);
}

.sec09_content01 {
    padding-left: 0;
    padding-right: 0;
}

.page9_02 {
    padding-left: 0;
    padding-right: 0;
}

.page9_02 h2 {
    padding-left: var(--padding-side-min);
    padding-right: var(--padding-side-min);
}

.page9_03 .list8_02 .content_desc {
    border: 0;
    padding-left: 40px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.page9_03 .list8_02 .content_desc::before {
    display: none;
}

.li_no {
    position: absolute;
    width: 32px;
    height: 100%;
    top: 10px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.li_no > span {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--green);
    color: var(--white);
    font-size: var(--font-size-small);
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.li_no > i {
    border-left: 1px solid #ddd;
    height: 100%;
    width: 1px;
    position: absolute;
    z-index: 1;
}

.map_wrapper {
    position: relative;
}

.map_wrapper .pin {
    position: absolute;
    background: url(../images/plan/map-pin.svg) no-repeat top left;
    background-size: contain;
    width: 40px;
    height: 40px;
    z-index: 5;
}

.map_wrapper .pin a {
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 8px;
}

.map_wrapper .pin1 {
    top: 200px;
    left: 200px;
}

.map_wrapper .pin2 {
    top: 150px;
    left: 260px;
}

.map_tag {
    display: block;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
}

.map_tag {
    padding: 10px;
}

.map_tag > li {
    display: inline-block;
    padding: 2px;
}

.map_tag > li > a {
    display: block;
    padding: 7px 12px;
    border-radius: 30px;
    font-size: 12px;
    border: 1px solid var(--main-font-color);
    background-color: var(--white);
    font-weight: var(--font600);
}

.map_tag > li.active a {
    background-color: var(--green);
    color: var(--white);
    border-color: var(--green);
}

.map_desc {
    padding: 15px 10px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: var(--white);
    position: absolute;
    bottom: 10px;
    right: 50%;
    transform: translatex(50%);
    z-index: 9;
    max-width: 300px;
    width: 100%;
}

.map_desc h3 {
    font-size: 16px;
    margin-bottom: 2px;
    line-height: 140%;
}

.map_desc_inner {
    position: relative;
    padding-left: 30px;
}

.map_desc_inner::after {
    content: attr(data-num);
    position: absolute;
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    background-color: var(--green);
    color: var(--white);
    font-size: var(--font-size-small);
    display: grid;
    place-items: center;
    font-weight: 700;
    position: absolute;
    border-radius: 50%;
}

.map_desc .map_desc_btn {
    text-align: center;
    margin-top: 8px;
}

.map_desc .map_desc_btn a {
    color: var(--white);
    font-size: var(--font-size-small);
    background-color: var(--green);
    margin: 0 auto;
    border-radius: 30px;
    display: inline-block;
    padding: 7px 15px;
}

.page13_02 h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.food_list {
    display: block;
}

.food_list > li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.food_list > li > .img_wrap,
.food_list > li > a > .img_wrap {
    width: 34px;
    min-width: 34px;
    height: 34px;
    margin-right: 10px;
    background-color: #ddd;
    border-radius: 50%;
}
.food_list > li {
    position: relative;
}
.food_list > li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--green);
    border-right: 2px solid var(--green);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 12px;
}
.food_list > li > a .img_wrap img {
    height: 34px;
    object-fit: cover;
    border-radius: 50%;
}
.food_list > li > a {
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 25px;
}
.food_cards {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
}
.food_card {
    width: 100%;
    border: 2px solid var(--gray);
    border-radius: 8px;
    position: relative;
    padding: 16px 8px 8px; 
}
.food_card_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.food_card_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.food_card_label {
    font-weight: var(--font400);
    font-size: var(--font-size-small);
    color: #fff;
    background-color: var(--main-font-color);
    padding: 4px 8px;
    border-radius: 4px;
}
.food_card_arrow::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--green);
    border-right: 2px solid var(--green);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 12px;
}
.food_card_body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.food_card_imgwrap {
    width: 48%;
}
.food_card_imgwrap img {
    width: 100%;
    min-width: 156px;
    min-height: 120px;
    aspect-ratio: 16 / 12;
    border-radius: 8px;
    object-fit: cover;
}
.food_card_info {
    width: 50%;
    height: auto;
}
.food_card_title {
    font-weight: var(--font600);
    margin-bottom: 8px;
}
.food_extra_tag {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.food_extra_tag img {
    width: 16px;
    height: 16px;
    background-color: #d9d9d9;
    margin-right: 8px;
    border-radius: 50%;
}
.food_extra_tag > span.food {
    font-size: var(--font-size-small);
}
.food_card_icons {
    display: flex;
    font-size: var(--font-size-small);
    font-family: var(--font-family-main);
    font-weight: var(--font600);
    letter-spacing: 1px;
}
.fav_icon._food {
    width: 10px;
    height: 19px;
    background: url(../images/icons/bookmark.svg) center center no-repeat;
    background-size: contain;
    margin-right: 4px
}
.fav_icon._food::after {
    display: flex;
    position: absolute;
    content: "";
    width: 93px;
    height: 28px;
    background-color: tranfe;
    border-bottom-left-radius: 15px;
    right: 0px;
    left: -8px;
    top: -4px;
    cursor: pointer;
    z-index: 2;
}
.fav_icon._food.active {   
    background: url(../images/icons/bookmark-active.svg) center no-repeat;
    background-size: contain;
}
.food_card_likes {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 4px 6px;
    border: #dcdcdc solid 1px;
    border-radius: 8px;
    margin-right: 4px;
}
.like_icon {
    width: 16px;
    height: 19px;
    background: url(../images/icons/heart-icon.svg) center center no-repeat;
    background-size: contain;
    margin-right: 4px;
}
.like_icon.active {
    /* メモ：アイコン未作成です */
}
.food_card_footer {
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 12px;
    margin-top: 8px;
}
.food_footer_desc {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin: 0;
}

.breadcrumbs_list {
    border-bottom: 12px solid #f1f1f1;
    padding: 50px 20px;
}

#edit-outline .inner {
	display: flex;
	justify-content: flex-end;
	padding-top: 10px;
}

#edit-outline button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #DADCDC;
	border-radius: 10px;
	font: inherit;
	outline: none;
	background-color: #fff;
	padding:10px 12px;
	font-size: 13px;
	cursor: pointer;
	display: block;
    margin-right: 20px;
}

/* Form
------------------------------------------------------------ */

.back_btn,
.submit_btn {
    box-sizing: border-box;
    border: 1px solid var(--main-font-color);
    width: 100px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--main-font-color);
    box-shadow: var(--common-btn-shadow);
    margin: 10px;
    border-radius: 30px;
}

.confirmation_wrapper .confirm_wrap .confirm_action .submit_btn {
    background-color: var(--green);
    color: var(--white);
    border-color: var(--green);
}

.upload_wrapper {
    border: solid 1px #dadcdc;
    border-radius: 10px;
    padding: 8px;
    margin: 10px 0 4px;
}

.upload_wrapper label {
    display: inline-block;
    position: relative;
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 10px 12px;
    border-radius: 20px;
    transition: all 0.3s;
}

.upload_wrapper label:hover {
    background: #888;
    transition: all 0.4s;
}

.upload_wrapper label input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.upload_wrapper .filename {
    font-weight: 16px;
    margin: 0 0 0 10px;
}

.label_title {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.label_title.required::after {
    content: "※";
    margin-left: 8px;
    color: #008832;
}

.form_desc {
    font-size: 11px;
    display: block;
    margin-bottom: 30px;
    font-weight: var(--font400);
}

.formgroup_wrapper {
    margin-bottom: 20px;
}

.formgroup_wrapper.is_flex {
    align-items: center;
    justify-content: center;
    display: flex;
}

.formgroup_wrapper.is_flex.input_blank {
    display: none;
}

.formgroup_wrapper.is_flex.input_blank.input_blank.show {
    display: flex;
}

.formgroup_wrapper__btn-wrap {
    display: flex;
}

.formgroup_wrapper__cal-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.formgroup_wrapper__cal-wrap div {
    padding: 0 10px;
}

.formgroup_wrapper.is_search {
    padding-right: 45px;
}

.formgroup_wrapper__attention {
    margin-bottom: 20px;
}

.formgroup_wrapper__attention .green {
    color: #008832;
}

.edit_plan_detail_wrap .image_cont .formgroup_wrapper {
    width: calc(100% - 70px);
}

.tags_list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 20px;
}

.tags_list.input {
    border: solid 1px #ddd;
    border-radius: 10px;
    padding: 10px 8px;
}

.tags_list .has_close_button,
.tags_list button {
    list-style-type: none;
    padding: 6px 15px;
    border: 1px solid var(--main-font-color);
    border-radius: 30px;
    text-align: center;
    display: block;
    color: var(--main-font-color);
    box-shadow: var(--common-btn-shadow);
    font-size: var(--font-size-small);
    font-weight: var(--font600);
    transition: 0.2s;
    appearance: none;
    background-color: #fff;
    line-height: 100%;
}

.tags_list .add_tag {
    width: 100%;
    border: none;
    outline: none;
    padding: 0;
    border-radius: 0;
}

.tags_list .add_tag:focus {
    background: none;
}

.tags_list .has_close_button {
    position: relative;
    padding-right: 26px;
}

.tags_list .has_close_button input {
    appearance: none;
    background: url(../images/icons/mini-close-btn.svg) no-repeat center center
        #fff;
    background-size: 10px;
    width: 10px;
    height: 10px;
    border: none;
    position: absolute;
    right: 8px;
    top: calc(50% - 5px);
    cursor: pointer;
}

.hot_tags_list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 20px 0;
}

.hot_tags_list li a {
    list-style-type: none;
    padding: 10px 15px;
    border: 1px solid var(--main-font-color);
    border-radius: 30px;
    text-align: center;
    display: block;
    color: var(--main-font-color);
    box-shadow: var(--common-btn-shadow);
    font-size: var(--font-size-small);
    font-weight: var(--font600);
    transition: 0.2s;
    appearance: none;
    background-color: #fff;
}

.hot_tags_list.with_arrow2 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hot_tags_list.with_arrow2 li a::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/arrows/arrow-right-black.svg) center center
        no-repeat;
    background-size: contain;
    display: flex;
    margin-left: 10px;
}

.hot_tags_list.with_arrow2 li a:hover::after {
    background: url(../images/arrows/arrow-right-white.svg) center center
        no-repeat;
}

.form_wrap1 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gray);
}

input[type="text"]::placeholder {
    color: #ccc;
}

.input-wrap {
    position: relative;
}

.input-wrap .input {
    position: absolute;
    width: 100%;
    left: 0;
}

.width-machine {
    padding: 0 1rem;
}

.textarea2[contenteditable]:empty::before {
    content: "調理の手順を入力してください";
}

.form-wrap-blank {
    display: none;
}

.card-body .upload_wrapper label {
    pointer-events: none;
}

.form-wrap-blank.show {
    display: block;
}

textarea {
    min-height: 120px;
}

textarea::placeholder {
    color: #ccc;
}

input[type="date"],
input[type="text"],
textarea {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.25s ease-in;
    font-family: var(--font-family-main);
}

input[type="date"]:focus,
input[type="text"]:focus {
    background-color: var(--gray);
    transition: all 0.25s ease-in;
}

input[type="date"] {
    display: inline-block;
    width: auto;
    margin-top: 0 !important;
}

.search_btn_mini {
    border: 0;
    color: var(--white);
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-font-color);
    color: var(--white);
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.search_btn_mini::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background: url(../images/icons/lens-white.svg) center center no-repeat;
    background-size: contain;
}

/* My Logbum
------------------------------------------------------------ */

.logbum_list {
    margin-bottom: 40px;
}

.my_log_icon {
    padding: 20px;
}

.logbum_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    font-weight: var(--font600);
}

.logbum_list tr {
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.log_detail_wrap .img_wrap {
    width: 35%;
    position: relative;
}

.logbum_list .bookmarks {
    position: absolute;
    top: 0;
    right: 0;
}

.logbum_list .bookmarks .bookmark_this {
    box-shadow: none;
}

.log_detail {
    width: 65%;
    padding-left: 10px;
}

.log_detail_wrap {
    display: flex;
    padding-top: 0;
}

.logbum_list p.desc {
    margin-bottom: 8px;
}

.more_option {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -18px;
    top: -14px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.more_option::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/icons/dots.svg) center center no-repeat;
    background-size: contain;
    display: block;
}

.more_options_list {
    z-index: 8;
    position: absolute;
    border: 1px solid #dcdcdc;
    background-color: var(--white);
    box-shadow: var(--common-btn-shadow);
    right: 10px;
    display: none;
    top: 0;
}

.more_options_list a {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #dcdcdc;
    font-weight: 600;
}

/* ARTICLE
------------------------------------------------------------ */

table.dataTable.no-footer {
    border: 0 !important;
}

.dataTables_info {
    display: none;
}

.paginate_button {
    margin: 5px;
    width: 32px;
    height: 32px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-font-color);
    font-size: 14px;
    border-radius: 50%;
    padding: 0 !important;
    font-family: var(--font-family-title);
    font-weight: var(--font600);
    font-size: var(--font-size-small);
    background: 0 0 !important;
    background-color: var(--white) !important;
}

.paginate_button.current {
    color: var(--white) !important;
    background-color: var(--green) !important;
    border-color: var(--green) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid var(--main-font-color);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: var(--white) !important;
}

.paginate_button.next,
.paginate_button.previous {
    background: var(--main-font-color) !important;
}

.paginate_button.next i,
.paginate_button.previous i {
    width: 8px;
    height: 10px;
    display: block;
    background: url(../images/arrows/arrow-right-white.svg) center center
        no-repeat;
    background-size: contain;
}

.paginate_button.previous i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.paginate_button.next.disabled,
.paginate_button.previous.disabled {
    opacity: 0.2;
}

.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
}

/* ARTICLE(Post)
------------------------------------------------------------ */

.sec_article {
    padding-top: 0;
}

.article_header {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 145px 0 15px;
}

.article_date {
    font-size: var(--font-size-small);
    font-weight: var(--font600);
}

/* .bookmark_this {
    font-size: 11px;
    display: grid;
    place-items: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 8px 10px;
    border-bottom-left-radius: 15px;
    background-color: var(--white);
    cursor: pointer;
} */

.bookmark_this > i {
    margin-bottom: 4px;
}

.sec_article h1 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: var(--font-family-main);
}

.article_desc {
    font-weight: var(--font600);
    margin-bottom: 15px;
}

.main_article_image {
    margin-bottom: 30px;
}

.gray_note {
    background-color: #f0f0f0;
    padding: 20px 15px;
    line-height: 1.6;
    border: solid 2px #ddd;
    margin-bottom: 50px;
}

.gray_note .title {
    margin-bottom: 6px;
}

.gray_note ul {
    padding-left: 20px;
}

.gray_note li {
    list-style-type: disc;
    margin-bottom: 5px;
}

.gray_note li:last-child {
    margin: 0;
}

.article_content h2 {
    font-size: 18px;
    border-bottom: 4px solid var(--green);
    text-align: left;
    padding-bottom: 8px;
    margin: 60px 0 20px;
    letter-spacing: 1px;
    font-family: var(--font-family-main);
    line-height: 150%;
}

.article_content p {
    letter-spacing: 1px;
    line-height: 170%;
    margin: 20px 0;
}

.article_content .img_wrap {
    margin: 20px 0;
}

.article_content .supervision {
    margin: 60px 0;
}

.campground_wrapper {
    margin-bottom: 60px;
}

.campground_wrapper h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.campground_list li {
    padding: 8px 0;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.campground_list .campground_name {
    background: url(../images/icons/icon-submenu5.svg) no-repeat left 10px
        center;
    background-size: 34px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 150%;
    width: calc(100% - 60px);
    padding: 0 15px 0 55px;
}

.campground_list .campground_bookmark {
    width: 60px;
    border-left: solid 1px #dcdcdc;
    padding: 10px 0;
}

.bookmark_camp_wrap {
    display: grid;
    place-items: center;
    font-size: 12px;
}

.bookmark_camp {
    display: inline-block;
    width: 22px;
    height: 28px;
    background: url(../images/icons/bookmark-camp.svg) center center no-repeat;
    background-size: contain;
    margin-bottom: 5px;
}

.bookmark_camp.active {
    background: url(../images/icons/bookmark-camp-active.svg) center center
        no-repeat;
}

.green_title_list h4 {
    letter-spacing: 1px;
    color: var(--green);
    font-size: var(--font-size-small);
    margin-bottom: 30px;
}

.green_title_list h4::after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 2px solid var(--gray);
    position: absolute;
    top: 50%;
}

.green_title_list h4 span {
    padding-right: 10px;
    background-color: var(--white);
    position: relative;
    z-index: 3;
}

.green_title_list h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.green_title_list .share_icons {
    justify-content: flex-start;
}

.author_wrap {
    display: flex;
    margin-bottom: 20px;
}

.author_wrap .img_wrap {
    width: 140px;
    height: 140px;
    display: block;
    background: url(../images/bg-author.png) no-repeat center center #fdf8f2;
    background-size: 90px;
    border-radius: 50%;
}

.green_title_list .desc {
    width: calc(100% - 140px);
    padding-left: 20px;
}

.green_title_list .desc h5 {
    margin-bottom: 10px;
}

.add_favorite {
    background-color: #e5f3ea;
    margin: 0 0 60px;
    padding: 60px 0;
}

.add_favorite_title {
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

.add_favorite_button {
    display: grid;
    place-items: center;
}

.add_favorite_button a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 60px;
    height: 44px;
    color: var(--main-font-color);
    border: 1px solid var(--main-font-color);
    box-sizing: border-box;
    border-radius: 30px;
    background-color: var(--white);
    box-shadow: var(--common-btn-shadow);
    font-weight: var(--font600);
    position: relative;
}

.add_favorite_button .fav-icon4 {
    width: 26px;
    height: 26px;
    background: url(../images/icons/nav-icon4.svg) center center no-repeat;
    background-size: contain;
}

.add_favorite_button .favorite_status.active .fav-icon4{
        background: url(../images/icons/nav-icon4-active.svg);
        width: 26px;
        height: 26px;
        background-size: contain;
        }

        .favorite_status .fav-after{
            display: none;
        }
        .favorite_status.active .fav-after{
            display: block;
        }


.share_icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 35px;
}

.sns {
    width: 44px;
    height: 44px;
    display: block;
}

.sns01 {
    background: url(../images/sns/x.svg) center center no-repeat;
    background-size: 50px;
}

.sns02 {
    background: url(../images/sns/line.svg) center center no-repeat;
    background-size: 50px;
}

.sns03 {
    background: url(../images/sns/fb.svg) center center no-repeat;
    background-size: 50px;
}

.sns04 {
    background: url(../images/sns/at.svg) center center no-repeat;
    background-size: 50px;
}

/* Logbum detail
------------------------------------------------------------ */

.logbum_thumbnail {
    position: relative;
}
.logbum_thumbnail img {
    height: 200px;
    object-fit: cover;
}

.logbum_thumbnail .bookmark_this {
    position: absolute;
    top: 0;
    right: 0;
}

.logbum_detail {
    padding-top: 10px;
}

.logbum_detail .share_icons {
    margin-bottom: 0;
}

.logbum_detail .share_bar {
    margin-bottom: 10px;
}

.logbum_detail .camp-site-name span {
    font-weight: 400;
}

.list8_01 {
    display: block;
    margin-bottom: 5px;
}

.list8_01 li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.list8_01 li a {
    display: flex;
    text-decoration: none;
    color: inherit;
}

.list8_01 li:last-child {
    margin: 0;
}

.icon_sec08 {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-size: contain !important;
    margin-right: 10px;
}

.list8_01 div p span {
    font-size: var(--font-size-small);
}

.list8_01 div p {
    font-size: 16px;
    /* font-weight: var(--font600); */
}


.extra_tag {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.extra_tag > span {
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-weight: var(--font600);
}

/* .extra_tag > span::before {
    content: "";
    width: 34px;
    height: 34px;
    min-width: 34px;
    background-color: #d9d9d9;
    margin-right: 8px;
    border-radius: 50%;
} */

.sublabel {
    border-radius: 30px;
    color: var(--white);
    background-color: #7c7c7c;
    padding: 4px 8px;
}

.mini_tags {
    font-size: var(--font-size-small);
    display: flex;
    flex-wrap: wrap;
    gap: 10px 5px;
}

.mini_tags li {
    margin: 0;
}

.mini_tags li a,
.mini_tags li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-font-color);
    border-radius: 30px;
    padding: 0 15px;
    height: 30px;
    color: var(--main-font-color);
    font-weight: var(--font600);
}

.mini_tags li:last-child {
    margin: 0;
}

.memo_type_select {
    appearance: none;
    border-radius: 30px;
    padding: 5px 26px 4px 10px;
    border: 0;
    font-size: 12px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #fff;
    background: url(../images/arrows/arrow-down-white.svg) no-repeat right 8px
        center #008832;
    background-size: 10px;
}

.modal_confirmation.is_guide {
    display: block;
    backdrop-filter: blur(0);
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    display: none;
}

.guide_box {
    border-radius: 15px;
    background-color: var(--white);
    padding: 20px;
    width: 80%;
    z-index: 999999;
    text-align: left;
    display: inline-block;
    min-height: 200px;
    margin-top: 100px;
    padding-top: 40px;
}

.guide_title {
    font-size: 14px;
    color: var(--green);
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.guide01 .guide_title {
    text-align: center;
    justify-content: center;
}

.guide01 .guide_title::before {
    content: "";
    width: 2px;
    height: 20px;
    background-color: var(--green);
    transform: rotate(-40deg);
    display: inline-block;
    margin-right: 40px;
}

.guide01 .guide_title::after {
    content: "";
    width: 2px;
    height: 20px;
    background-color: var(--green);
    transform: rotate(40deg);
    display: inline-block;
    margin-left: 40px;
}

.guide_box_inner {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #d9d9d9;
    color: #75757c;
    padding: 24px;
    box-shadow: var(--common-btn-shadow);
}

.guide_title2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.guide_img01 {
    width: 110px;
    height: 32px;
    background: url(../images/guide_img02.png) center center no-repeat;
    background-size: contain;
    display: block;
}

.guide-step-box {
    border-radius: 15px;
    background-color: var(--white);
    padding: 30px 20px;
    position: absolute;
    display: inline-block;
    z-index: 1000000;
    top: 75px;
    left: 10px;
    width: 320px;
    display: none;
}

.guide-step-box.active#guide2::before {
    left: 78px;
}

.guide-step-box.active#guide3::before {
    left: 142px;
}

.guide-step-box.active#guide4::before {
    left: 207px;
}

.guide-step-box.active#guide5 {
    left: calc(50% - 160px);
}

.guide-step-box.active#guide5::before {
    left: 247px;
}

.guide-step-box.active#guide6 {
    left: auto;
    right: 10px;
}

.guide-step-box.active#guide6::before {
    left: auto;
    right: 16px;
}

.guide-step-box::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    top: -20px;
    left: 20px;
}

.guide_pager { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.guide_pager .guide_btn {
    margin: 0;
}

.guide_pager {
    font-weight: 700;
}

.guide_btn.skip {
    background-color: var(--white);
    color: var(--green);
    border: 1px solid var(--green);
}

.logbum-edit-wrapper {
    max-width: 415px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.food_icon_bar {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
    margin: 10px 0 0 20px;
    padding: 3px 6px;
}

.edit_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.my_user_extra_tag {
    border-bottom: 12px solid #f1f1f1;
    display: flex;
    align-items: center;
	margin: 0 0 15px;
	padding: 25px 15px;
}

.extra_tag {
	padding: 7px 12px 7px 0px;
    border-bottom: 1px solid #dcdcdc;
	margin: 0 20px 15px;
}

.extra_tag2{
    margin: 0;
    padding: 25px 16px;
    border-bottom: 12px solid #f1f1f1;
    border-top: 12px solid #f1f1f1;
}

.extra_tag::after,
.my_user_extra_tag::after {
	content:"";
	width: 13px;
	height: 18px;
	display: block;
	background: url(../images/arrows/arrow-right-green.svg)no-repeat;
	background-size: auto 100%;
    margin-left: auto;
}

.extra_tag>span,
.my_user_extra_tag>span {
	display: flex;
	align-items: center;
	margin-right: 10px;
	font-weight: var(--font600);
    gap:8px;
}

.extra_tag>span a,
.my_user_extra_tag>span a {
	display: flex;
	align-items: center;
    gap: 8px;
}

.extra_tag>span img,
.my_user_extra_tag>span img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.user_wrapper {
    display: flex;
    margin: 5px 20px 0;
}

.action_wrap {
    background-color: #f1f1f1;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.action_wrap p {
    font-weight: bold;
    margin-bottom: 10px;
}

.no-item {
    text-align: center;
    font-weight: bold;
    padding: 20px 0 10px;
}

.plan_cat_list {
    margin-top: 20px;
}

.accordion {
    width: 100%;
    margin: 30px auto 20px;
    background: #fff;
    border-radius: 4px;
}

.accordion .link {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
    background: #008832;
    border-radius: 10px;
    margin-bottom: 15px;
}

.accordion .link_checkbox {
    display: none;
}

.accordion .link_label {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 14px 20px 14px 40px;
}

.accordion .link_label::before {
    content: "";
    width: 24px;
    height: 24px;
    background: #fff;
    display: block;
    border-radius: 5px;
    position: absolute;
    top: calc(50% - 12px);
    left: 8px;
}

.accordion .fa {
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.accordion .link_checkbox:checked ~ .link_label::before {
    background: url(../images/icons/icon_check_green.svg) no-repeat center
        center #fff;
    background-size: 16px;
}

.accordion li i.fa-chevron-down {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/arrows/arrow-down-white.svg) center center
        no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
}

.accordion li.open .link {
    color: #ffff;
}

.accordion li.open i {
    color: #b63b4d;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion_subcheck {
    display: none;
}

.accordion_subcheck > li {
    border-bottom: solid 1px #dadcdc;
    position: relative;
    padding: 10px 0 10px 40px;
    margin-bottom: 10px;
}

.accordion_subcheck > li:last-child {
    margin-bottom: 30px;
}

.accordion_subcheck_check {
    display: none;
}

.accordion_subcheck_check + label {
    cursor: pointer;
    margin-bottom: 10px;
    display: block;
}

.accordion_subcheck_check + label::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    display: block;
    border-radius: 5px;
    position: absolute;
    top: -4px;
    left: -30px;
    border: solid 1px #ccc;
}

.accordion_subcheck_check:checked + label::before {
    background: url(../images/icons/icon_check_white.svg) no-repeat center
        center #008832;
    background-size: 12px;
}

.submenu_textarea_wrap {
    position: relative;
}

.submenu_textarea {
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 10px;
    background-color: #f1f1f1;
    padding: 10px;
    line-height: 150%;
    height: 82px;
    overflow: hidden;
}

.submenu_textarea a {
    text-decoration: underline;
}

.submenu_textarea.open {
    height: auto;
    padding-bottom: 30px;
}

.btn_submenu_textarea_close {
    background: -moz-linear-gradient(bottom, #f1f1f1, transparent);
    background: -webkit-linear-gradient(bottom, #f1f1f1, transparent);
    background: linear-gradient(to top, #f1f1f1, transparent);
    bottom: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: 60px;
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px;
    cursor: pointer;
    z-index: 10;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.submenu_textarea.open ~ .btn_submenu_textarea_close {
    background: none;
}

.submenu_textarea.open ~ .btn_submenu_textarea_close img {
    transform: rotate(180deg);
}

/* Logbum detail(Plan)
------------------------------------------------------------ */

.list8_02 > li h3,
.plan-block__title {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 45px 12px 20px;
    background-color: var(--green);
    color: var(--white);
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.list8_02 > li h3::before,
.plan-block__title::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--white);
    margin-right: 12px;
    border-radius: 50%;
}

.icon-pencil {
    background: url(../images/icons/icon-pencil-white.png) center center
        no-repeat;
    background-size: contain;
    border: none;
    width: 19px;
    height: 19px;
    appearance: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.no_plan {
    margin: 40px 0;
    text-align: center;
}

.plan-block__list {
}

.list8_02 .content_desc {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 10px;
}

.list8_02 .content_desc::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #d9d9d9;
    position: absolute;
    left: 20px;
    top: -10px;
}

.list8_02 .image_cont {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.edit_bar_icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-left: 5px;
}

.edit_bar_icons button {
    border: none;
    background: none;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit_bar_icons a.map_show_btn {
    width: 100%;
    margin-top: 1rem;
    padding: 0px 10px;
    border: #dcdcdc solid 1px;
    border-radius: 8px;
    font-size: var(--font-size-small);
    font-family: var(--font-family-main);
    font-weight: var(--font600);
    letter-spacing: 1px;
}

.edit_bar_icons a.map_show_btn::after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../images/arrows/arrow-right-black.svg) center center no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 0 0px 0 10px;
}

.edit_bar_icons a .icon_marker {
    background: url(../images/icons/map-marker.svg);
    margin-right: 10px;
    width: 13px;
    height: 16px;
    background-size: contain !important;
    
}

.icon_map,
.icon_pencil,
.icon_trash {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/icons/icon-pencil.svg) center center no-repeat;
    background-size: cover !important;
}

.icon_map {
    background: url(../images/icons/icon-map01.svg) center center no-repeat;
    height: 24px;
    width: 38px;
}

.icon_trash {
    background: url(../images/icons/icon-trash.svg) center center no-repeat;
    height: 38px;
    width: 38px;
}

.icon_green_marker {
    background: url(../images/icons/icon-green-marker.svg) center center
        no-repeat;
}

.icon_green_time {
    background: url(../images/icons/icon-green-time.svg) center center no-repeat;
}

.icon_green_hash {
    background: url(../images/icons/icon-green-hash.svg) center center no-repeat;
}

.icon_green_yen {
    background: url(../images/icons/icon-green-yen.svg) center center no-repeat;
}

.icon_dots {
    background: url(../images/icons/dots.svg) center center no-repeat;
    width: 22px;
    height: 22px;
}

.edit_link {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: flex-end;
}

.edit_link a {
    text-decoration: underline;
    color: var(--blue);
    display: flex;
    font-weight: var(--font600);
    align-items: center;
}

.edit_link i {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.list8_02 .image_cont .img_wrap {
    width: 100%;     
    margin-top: 16px;         
    aspect-ratio: 16 / 9; 
    background: url(../images/icons/icon-tent.svg) center center no-repeat
        #d9d9d9;
    /* background-size: 40px 40px; */
}
.list8_02 .image_cont .img_wrap img {
    /* height: 60px;
    width: 60px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-fit: fill; */
}

.list8_02 h4 {
    line-height: 1.4;
    font-size: 16px;
}

.list8_02 h4 span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: 4px;
}

.list8_02 h4 span::before {
    content: "";
    background: url(../images/icons/map-marker.svg);
    width: 13px;
    height: 16px;
    display: inline-block;
    background-size: contain !important;
}

.list8_02 .image_cont .bookmark_spot_btn {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 16px;
    padding: 8px 8px;
    border: #dcdcdc solid 1px;
    border-radius: 8px;
    font-size: var(--font-size-small);
    font-family: var(--font-family-main);
    font-weight: var(--font600);
    letter-spacing: 1px;
}

.fav_icon._spot {
    width: 15px;
    height: 19px;
    background: url(../images/icons/bookmark.svg); 
    margin-right: 10px
}

.fav_icon._spot::after {
    display: flex
    ;
    position: absolute;
    content: "";
    width: 106px;
    height: 34px;
    background-color: tranfe;
    border-bottom-left-radius: 15px;
    right: 0px;
    left: -8px;
    top: -8px;
    cursor: pointer;
    z-index: 2;
}

.fav_icon._spot.active {   
    background: url(../images/icons/bookmark-selected.svg) center center no-repeat;
    background-size: contain;
}


.list8_02 .edit_desc {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    align-items: baseline;
}

.list8_02 .notes {
    background-color: #f1f1f1;
    padding: 15px;
}

.notes.box {
    padding: 18px;
    background-color: var(--gray);
    border: 1px solid #dadcdc;
    border-radius: 5px;
    margin-bottom: 40px;
}

.list8_02 .list8_01 div p {
    font-size: var(--font-size-common);
}

.list8_02 .list8_01 div p > b {
    margin-left: 12px;
}

.list8_02 .list8_01 li {
    margin-bottom: 10px;
}

.list8_02 .icon_marker,
.list8_02 .icon_pencil {
    width: 30px;
    height: 30px;
    background-size: contain !important;
}

.list8_02 .icon_marker {
    background: url(../images/icons/icon-marker-small.svg) center center
        no-repeat;
}

.list8_02 .icon_pencil {
    background: url(../images/icons/icon-pencil-small.svg) center center
        no-repeat;
}

/* Logbum detail(Album)
------------------------------------------------------------ */

.album_photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-bottom: 10px;
}

.album_photos > li > a {
    align-items: center;
    display: flex;
    background-color: #333;
    height: 100%;
}

.album_photos a img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 112px;
}

.album_list {
    padding-top: 10px;
}

.album_list > li {
    margin-bottom: 30px;
}

.album_list h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.more_album_btn {
    margin-bottom: 50px;
}

/* Logbum detail(Share)
------------------------------------------------------------ */

.share_wrapper {
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.share_wrapper h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.share_wrapper p {
    margin-bottom: 10px;
    line-height: 170%;
}

.share_wrapper .attention {
    font-size: 12px;
}

.share_wrapper .icon_share {
    background: url(../images/icons/icon-share.svg) no-repeat center center;
}

.btn_invite {
    margin-top: 30px;
}

.btn_invite a {
    max-width: 280px;
    width: 100%;
    height: 44px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-start;
    border-radius: 30px;
    box-shadow: var(--common-btn-shadow);
    padding: 4px 20px;
    background-color: var(--green);
    color: var(--white);
    font-weight: 700;
    position: relative;
    text-align: center;
}

.btn_invite a::after {
    content: "";
    width: 8px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
    z-index: 9;
    background: url(../images/arrows/arrow-right-white.svg) center center
        no-repeat;
    background-size: contain;
}

.co_editor_wrapper {
    margin-bottom: 20px;
}

.member_wrapper h3 {
    margin-bottom: 10px;
}

.owner {
    border-radius: 30px;
    color: var(--white);
    background-color: #7c7c7c;
    padding: 4px 8px;
}

.owner a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owner .name {
    margin-right: 13px;
}

/* Food
------------------------------------------------------------ */

.food-recipe-wrapper__thumbnail {
    margin-bottom: 20px;
}

.food-recipe-wrapper__thumbnail img {
    width: 100%;
    height: 205px;
    object-fit: cover;
}

.sec_page .food-recipe-wrapper__h1 {
    font-size: 14px;
    margin-bottom: 20px;
}

.sec_page .food-recipe-wrapper {
    margin: 20px 20px 30px;
}

.sec_page .food-recipe-wrapper__h2 {
    font-family: var(--font-family-main);
    font-weight: 700;
    text-align: left;
    font-size: 12px;
    margin: 20px 0 5px;
}

.sec_page .food-recipe-wrapper__h3 {
    font-weight: normal;
    margin: 20px 0 5px;
}

.sec_page .food-recipe-wrapper__h3::before {
    content: "＜";
}

.sec_page .food-recipe-wrapper__h3::after {
    content: "＞";
}

.sec_page .food-recipe-wrapper__ol {
    padding-left: 20px;
}

.sec_page .food-recipe-wrapper__ol li {
    line-height: 1.5;
}

.food-recipe-wrapper__figure {
    margin-bottom: 20px;
}

.food-recipe-wrapper__figure img {
    width: 100%;
    height: 205px;
    object-fit: cover;
    margin-bottom: 10px;
}

.food_introduction {
    background-color: #F1F1F1;
    padding: 15px 10px;
    font-weight: 300;
    line-height: 150%;
    border-radius: 5px;
    margin-bottom: 15px;
    word-break: break-all;
}

.category_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.category_wrapper h2 {
    font-size: 14px;
    padding-right: 10px;
}

.category_wrapper #type-of-meal {
    font-weight: 300;
    line-height: 100%;
}

.food_tag {
    display: flex;
    flex-wrap: wrap;
}

.food_tag li {
    margin-right: 10px;
    border: 1px solid #dadcdc;
    border-radius: 30px;
    padding: 7px 7px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 10px;
}

.option_sec li.food_option_wrapper:last-child {
    border-bottom: 12px solid #f1f1f1;
}

.food_option_wrapper {
    border-top: 12px solid #f1f1f1;
    padding: 30px 20px;
}

.food_option_wrapper li,
.food_option_wrapper p {
    font-weight: 300;
    line-height: 150%;
}

.food_option_wrapper h3 {
    font-size: 18px;
    font-weight: 600;
}

.utensil_wrapper {
    margin-top: 25px;
}

.utensil_wrapper li {
    border-bottom: 1px solid #eff2f6;
    padding: 0 0 3px 0;
}

.utensil_wrapper li:before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #008832;
    border-radius: 50%;
    margin-right: 8px;
}

.utensil_wrapper li:nth-child(n+2) {
    margin-top: 7px;
}

.material_quantity {
    display: flex;
    margin: 15px 0 20px;
}

.material_quantity i {
    padding-right: 10px;
}

.material_quantity p {
}

.material_wrapper li {
    display: flex;
    border-bottom: 1px solid #eff2f6;
    padding-bottom: 5px;
    justify-content: space-between;
}

.material_wrapper li:nth-child(n+2) {
    margin-top: 7px;
}

.material_wrapper p {
}

.material_wrapper li.material_title {
    font-weight: 600;
    margin-top: 15px;
}

.process_wrapper {
    margin-top: 15px;
}

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

.process_wrapper li:nth-child(n+2) {
    margin-top: 15px;
}

.num_circle {
	background-color: #008000;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.process_box {
    width: 85%;
}

.process_text {
    font-weight: 300;
    line-height: 150%;
}

.process_wrapper img {
    width: 100%;
    margin-top: 15px;
}

.point_text {
    font-weight: 300;
    line-height: 150%;
    margin-top: 15px;
    word-break: break-all;
}

.sec {
    padding: 0;
}

.modal_owner_2 {
    font-size: 12px;
    font-weight: 600;
}

/* Favorite Spot
------------------------------------------------------------ */

.fav_spot_edit {
    margin-bottom: 20px;
}

.fav_spot_edit span.label_title {
    font-weight: normal;
}

.fav_spot_edit_bar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.edit_bar.no_border {
    padding-bottom: 0;
    margin-bottom: 0;
}

.fav_spot_list p {
    font-size: var(--font-size-small) !important;
}

.fav_spot_list .content_desc::before {
    display: none !important;
}

.fav_spot_list .edit_desc {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.fav_spot_list .list8_01 {
    margin: 0;
}

.fav_spot_list .content_desc {
    padding-bottom: 0;
}

.mini_tags_wrap {
    overflow-x: auto;
    white-space: nowrap;
}

.fav_spot_list .mini_tags {
    overflow-x: auto;
}

.fav_spot_list .mini_tags li {
    margin: 0;
}

/* Search Logbum
------------------------------------------------------------ */

.sec_search h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color-gray);
    margin-bottom: 20px;
}

.sec_search h3 {
    font-size: 20px;
    font-family: var(--font-family-title);
    line-height: 1.4;
    margin-bottom: 10px;
}

.img_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 40px;
}
.img_list .img_wrap img {
    height: 124px;
    object-fit: cover;
}

.see_more {
    font-weight: var(--font600);
    color: var(--main-font-color);
    display: flex;
    margin: 0 auto;
    width: 140px;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: var(--common-btn-shadow);
    border: 1px solid var(--main-font-color);
}

.see_more::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/arrows/arrow-right-black.svg) center center
        no-repeat;
    background-size: contain;
    rotate: 90deg;
}

/* Profile
------------------------------------------------------------ */

.page8_01 {
    padding: 0;
    border: 0;
}

.author_image_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 13px;
    color: #333;
    height: 24px;
    width: 65px;
    border: 1px solid #333;
    border-radius: 30px;
    font-size: 10px;
    right: 10px;
    position: absolute;
    top: 10px;
}

.author_image_btn.entered {
    color: #fff;
    border-color: #fff;
}

.icon_camera {
    width: 16px;
    height: 16px;
    background: url(../images/profile/icon-camera.svg) center center no-repeat;
    background-size: contain;
    display: inline-block;
}

.entered .icon_camera {
    background: url(../images/profile/icon-camera-white.svg) center center
        no-repeat;
}

.bg_profile {
    background: url(../images/profile/profile_bg.png) no-repeat center center
        #b8c3bc;
    background-size: cover;
    height: 220px;
    display: grid;
    place-items: center;
}

.modal_overlap {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author_profile_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    background: url(../images/profile/icon-edit.svg) no-repeat center center
        #dadcdc;
    position: relative;
    margin-bottom: 5px;
}

.author_profile_img img {
    width: 100%;
}

.author_profile_img span {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px;
}

.edit_icon_white {
    width: 14px;
    height: 14px;
    background: url(../images/icons/icon-edit-white.svg) center center no-repeat;
    background-size: contain;
    display: inline-flex;
    margin-right: 8px;
}

.edit_white {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 6px 0;
    display: block;
}

.edit_icon_black {
    width: 14px;
    height: 14px;
    background: url(../images/profile/icon-edit-black.svg) center center
        no-repeat;
    background-size: contain;
    display: inline-flex;
    margin-right: 8px;
}

.edit_black {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #333;
    padding: 6px 0;
    display: block;
}

.list7_01 {
    padding: 20px 16px;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.list7_01 li {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
}

.list7_01 .textarea {
    background-color: #fff;
    height: auto;
    min-height: auto;
}

.list7_01 .label_title {
    font-weight: 400;
}

.edit_group textarea {
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    font-size: 13px;
    background-color: var(--white);
    margin-top: 12px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-family: var(--font-family-main);
    color: var(--main-font-color);
}

.edit_white.active {
    border: 0;
}

.list7_01.active span.label_title {
    color: var(--green);
}

.profile-text {
    font-weight: 400;
    line-height: 160%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
}

.profile-text.last {
    border: none;
    padding: 0;
}

.btn_more {
    display: grid;
    place-items: center;
}

.btn_more a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 60px 20px 25px;
    height: 44px;
    color: var(--main-font-color);
    border: 1px solid var(--main-font-color);
    box-sizing: border-box;
    border-radius: 30px;
    background-color: var(--white);
    box-shadow: var(--common-btn-shadow);
    font-weight: var(--font600);
    position: relative;
}

.btn_more a::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    z-index: 9;
    background: url(../images/arrows/arrow-right-black.svg) center center
        no-repeat;
    background-size: contain;
}

/* About
------------------------------------------------------------ */

.full_screen_img img {
    width: calc(100% + 30px);
    margin-left: -15px;
    vertical-align: bottom;
}

.what_content_wrapper {
    padding-top: 0;
}

.what_bg01 {
    background-color: #fbf8f0;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 70px 20px;
}

.what_bg01 > img {
    width: 100%;
    margin-bottom: 54px;
}

.what_content h3 {
    font-size: 18px;
    line-height: 160%;
    font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
    margin-bottom: 35px;
}

.what_content .what_bg01 p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}

.what_content .what_bg01 p a {
    text-decoration: underline;
}

.s4_slides {
    text-align: center;
    padding: 40px 0;
}

.s4_slide01 {
    background-color: #f7ecc8;
}

.what_content_wrapper {
    padding-bottom: 0;
}

.s4_slides .swiper-content {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 5px 30px 0;
    background-color: #fff;
}

.swiper-content .img-100 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.s4_slides > p {
    margin-bottom: 30px;
}

.s4_slides h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}

.s4_slides p {
    font-weight: 300;
}

.what_bg01 {
    padding-bottom: 80px;
}

.what_content p.font-12 {
    font-size: 12px;
}

.s4_slides .big_no {
    font-family: "Lexend", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #008832;
    display: flex;
    align-items: center;
}

.s4_slides .big_no::before {
    display: none;
}

.s4_slides .big_no::after {
    content: "";
    width: 97%;
    height: 1px;
    background-color: #008832;
    margin-left: 3%;
}

.s4_slides h3 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.pagination_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    width: 280px;
    margin: 0 auto;
    margin-top: -40px;
}

.s4_slides .swiper-button-prev,
.s4_slides .swiper-button-next {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
}

.s4_slides .custom_pager {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-family: "Lexend", sans-serif;
}

.s4_slides .custom_pager i {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #333;
}

.s4_slides .custom_pager span {
    padding: 0 10px;
}

.s4_slides .tab_bar {
    font-family: "Lexend", sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-top-right-radius: 20px;
    display: block;
    padding: 10px 37px 8px 22px;
    text-align: center;
    top: -32px;
    left: 0;
    position: absolute;
}

.s4_slide01 .tab_bar {
    background-color: #f7ecc8;
}

.s4_slide02,
.s4_slide02 .tab_bar {
    background-color: #d9e8ed;
}

.s4_slide02 {
    padding-bottom: 80px;
}

.what_content_02 {
    background-color: #fbf8f0;
    padding-bottom: 60px;
}

.what_title_bg {
    background-color: #fff;
    border-top-right-radius: 30px;
    padding: 40px;
    position: relative;
    width: calc(100% - 47px);
    height: 626px;
}

.what_title_bg h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}

.what_content_02 .img-100 {
    position: absolute;
    top: 120px;
    right: -47px;
}

.what_content_02 .img-100 img {
    width: 325px;
}

.what_white_btn {
    width: 180px;
    height: 44px;
    border: 1px solid #333333;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 200px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 600;
}

.what_white_btn::after {
    content: "";
    width: 11px;
    height: 11px;
    background: url(../images/arrows/arrow-right-black.svg) center center
        no-repeat;
    background-size: contain;
    display: inline-flex;
}

.what_content_03 .img04 {
    margin-bottom: 60px;
}

.what_content_03 .img05 {
    margin-top: 60px;
}

.what_content_03 .img04 img,
.what_content_03 .img05 img {
    width: 100%;
}

.what_content_03 h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 20px;
}

.what_content_03 .cta1 {
    max-width: 220px;
    width: 100%;
    height: 44px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-start;
    border-radius: 30px;
    box-shadow: var(--common-btn-shadow);
    padding: 4px 20px;
    background-color: var(--green);
    color: var(--white);
    font-weight: bold;
    position: relative;
}

.what_content_03 .cta1::after {
    content: "";
    width: 8px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
    z-index: 9;
    background: url(../images/arrows/arrow-right-white.svg) center center
        no-repeat;
    background-size: contain;
}

.share_this_post {
    padding-top: 80px;
}

.share_this_post h4 {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #008832;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

/* Privacy
------------------------------------------------------------ */

.privacy_content h3 {
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
    margin: 40px 0 10px;
}

.privacy_content p {
    font-size: 13px;
    font-weight: 300;
}

/* Terms
------------------------------------------------------------ */

.terms_content h3 {
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
    margin: 40px 0 10px;
}

.terms_content p {
    font-size: 13px;
    font-weight: 300;
}

/* FAQ
------------------------------------------------------------ */

.faq_list01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 25px 0;
}

.faq_list01 > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
    height: 50px;
    border: 1px solid #333;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 1.4;
    background: url(../images/arrows/arrow-right-black.svg) no-repeat right 16px
        center #fff;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.faq_list01 > li > a.active,
.faq_list01 > li > a:hover {
    background: url(../images/arrows/arrow-right-white.svg) no-repeat right 16px
        center #008832;
    border: 1px solid #008832;
    color: #fff;
}

.faq_accordion {
    margin: 50px 0;
}

.faq_accordion:last-child {
    margin-bottom: 0;
}

.faq_accordion h3 {
    font-size: 16px;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}

.faq_accordion h3::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #008832;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
}

.faq_accordion h4 {
    font-size: 14px;
    padding-right: 25px;
    line-height: 1.5;
    font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}

.faq_accordion p {
    font-size: 13px;
    font-weight: 300;
}

.faq_accordion a {
    text-decoration: underline;
}

.faq_accordion a:hover {
    color: #008832;
}

.faq_accordion_list > li {
    padding: 20px 8px 18px 8px;
    border-top: 1px solid #ccc;
    position: relative;
}

.faq_accordion h4::after {
    content: "";
    width: 11px;
    height: 11px;
    background: url(../images/arrows/arrow-right-green.svg) center center
        no-repeat;
    background-size: contain;
    transform: rotate(-270deg);
    position: absolute;
    z-index: 999;
    right: 10px;
    top: 5px;
    transition: all 0.2s ease;
}

.faq_accordion h4.accordion-active::after {
    transform: rotate(-90deg);
    transition: all 0.2s ease;
}

.accordion__item .accordion__rotate {
    transform: rotate(225deg);
}

.faq_accordion_list div {
    margin-top: 15px;
}

.accordion__content {
    display: none;
}

h2.no_border {
    border: 0;
    padding: 0;
}

.search_result {
    padding-bottom: 80px;
    display: none;
}

.search_result .img_wrap {
    margin-bottom: 10px !important;
}

table.dataTable > tbody > tr > td,
table.dataTable > tbody > tr > th {
    padding: 0;
    padding-bottom: 10px;
}

.search-result_wrapper div.dt-layout-row:nth-child(2) {
    display: none !important;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
    border: 0;
}

.dt-info {
    display: none !important;
}

.dt-paging {
    text-align: center;
}

.dataTables_filter,
.dataTables_length {
    display: none;
}

.share_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*
.icon_marker_black {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/icons/icon-marker-black.svg) center center no-repeat;
	background-size: contain;
	width: 15%;
} */

.sec_page h2.with_border {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    accent-color: var(--green);
    outline: 0;
    vertical-align: middle;
    border: 2px solid #ddd;
    cursor: pointer;
    margin-right: 10px;
}

hr.line-divider {
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    height: 1px;
    width: 100%;
    display: flex;
}

.add_form {
    color: #4974be;
    text-decoration: underline;
    font-weight: var(--font600);
}

.confirm_action {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.confirm_title {
    font-size: 18px;
    display: block;
    font-weight: var(--font600);
    margin-bottom: 20px;
    text-align: center;
}

.confirm_wrap p {
    font-weight: var(--font600);
    text-align: center;
    margin-bottom: 20px;
}

.confirm_wrap .submit_btn {
    /* background-color: var(--main-font-color);
    border-color: var(--main-font-color); */
}

.confirm_wrap .submit_btn,
.confirm_wrap .back_btn {
    width: auto;
}

.sec_page_03 h2 {
    text-align: left;
}

.sec_page_03 h3 {
    margin-bottom: 25px;
}

.txtcenter {
    text-align: center;
}

.fav_icon {
    width: 15px;
    height: 19px;
    display: block;
    background: url(../images/icons/bookmark.svg) center center no-repeat;
    background-size: contain;
}

.fav_icon_outline {
    background: url(../images/icons/bookmark-outline.svg) center center
        no-repeat;
}

.ptags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-font-color);
    border-radius: 30px;
    padding: 0 10px;
    height: 25px;
    color: var(--main-font-color);
    font-weight: var(--font600);
    font-size: 11px;
}

.edit_labels span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.edit_labels span::before {
    content: "";
    width: 16px;
    height: 16px;
    background-size: contain !important;
    margin-right: 5px;
}

.edit_labels span.label1::before {
    background: url(../images/icons/icon-mark.svg) center center no-repeat;
}

.edit_labels span.label2::before {
    background: url(../images/icons/icon-time.svg) center center no-repeat;
}

.labels {
    display: flex;
    align-items: center;
    font-size: 10px;
    margin-bottom: 8px;
}

.labels span {
    display: inline-flex;
    align-items: center;
}

.label.green {
    background-color: var(--green);
}

.label.green_outline {
    border: 1px solid var(--green);
    color: var(--green);
    background-color: transparent;
}

.sublabel {
    border-radius: 30px;
    color: var(--white);
    background-color: #7c7c7c;
    padding: 4px 8px;
}

.edit_labels {
    margin-bottom: 10px;
}

.page5_01 table.dataTable > tbody > tr > td,
.page5_01 table.dataTable > tbody > tr > th {
    padding: 0;
}

.page3_01 {
    padding-bottom: 80px;
}

.loglist-content ul {
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
}

.loglist-content ul li {
    display: flex;
    font-weight: var(--font600);
}

.loglist-content ul li a {
    display: flex;
    align-items: center;
}

.loglist-content ul li:first-child {
    margin-right: 8px;
}

.man_tag {
    display: flex;
    font-weight: 600;
    align-items: center;
}

.hot_tags_list.with_arrow li a {
    position: relative;
    padding-right: 40px;
}

.hot_tags_list.with_arrow li a::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/arrows/arrow-right-black.svg) center center
        no-repeat;
    background-size: contain;
    rotate: 90deg;
    display: block;
    position: absolute;
    right: 10px;
    top: 37%;
    transform: translatey(-37%);
    z-index: 9;
}

.ttb_list {
    margin-bottom: 30px;
}

.ttb_list li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.ttb_list li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: var(--green);
    margin-right: 10px;
    border-radius: 50%;
}

.page3_02 ul > li {
    margin: 0;
}

.alert {
    font-size: 10px;
    text-align: right;
    position: relative;
    margin-bottom: 10px;
}

.alert a {
    font-weight: var(--font600);
    background-color: var(--main-font-color);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    cursor: pointer;
    width: 82px;
    height: 30px;
    border-radius: 4px;
}

.icon_alert {
    width: 12px;
    height: 12px;
    background: url(../images/icons/icon-alert.svg) center center no-repeat;
    background-size: contain;
    display: inline-block;
    filter: invert(1);
    margin-right: 5px;
}

.alert_pop_content {
    text-align: left;
    display: inline-block;
    position: absolute;
    right: -15px;
    z-index: 9;
    background-color: var(--gray);
    box-shadow: var(--common-btn-shadow);
    padding: 20px;
    top: 40px;
    min-width: 220px;
    box-sizing: border-box;
}

.alert_pop_content h3 .icon_alert {
    width: 20px;
    height: 20px;
    filter: invert(0);
}

.alert_pop_content h3 {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
}

.close_black {
    width: 20px;
    height: 20px;
    position: absolute;
    display: flex;
    background: url(../images/icons/x-black.svg) center center no-repeat;
    background-size: contain;
    background-color: transparent !important;
    right: 5px;
    top: 5px;
}

input[type="checkbox"]:checked {
    background: var(--green);
}

.chck-item {
    display: flex;
    position: relative;
    padding: 5px 0;
    font-weight: var(--font600);
    font-size: 12px;
}

.chck-item input[type="checkbox"] {
    display: none;
}

.chck-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0 5px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 11px;
    border: 1px solid #bbb;
    background-color: transparent;
}
.chck-item input[type="checkbox"]:checked + label:before {
    background: var(--green);
    border-color: var(--green);
}
.chck-item input[type="checkbox"]:checked + label:after {
    content: "";
    width: 8px;
    height: 4px;
    position: absolute;
    top: 6px;
    left: 2px;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(131deg);
}

.alert_pop_content {
    display: none;
}

a.checked_btn {
    background-color: var(--green);
    font-weight: var(--font600);
    font-size: var(--font-size-small);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 150px;
    padding: 0 15px;
    height: 36px;
    border-radius: 30px;
    box-shadow: var(--common-btn-shadow);
    margin-top: 20px;
}

a.checked_btn::after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-flex;
    background: url(../images/arrows/arrow-right-white.svg) right center
        no-repeat;
    background-size: contain;
}

.movedown,
.moveup {
    width: 24px;
    height: 16px;
    display: block;
    background-size: 70% !important;
    background: url(../images/arrows/arrow-down-blue.svg) center bottom
        no-repeat;
}

.movedown {
    background: url(../images/arrows/arrow-down-blue.svg) center bottom
        no-repeat;
}

.plan_cat_list hr {
    margin: 0;
}

.moveup {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.moveup.first {
    background: none;
}

.sort_controller {
    padding: 0 10px;
    width: 54px;
}

.sort_controller hr {
    margin: 0;
    border-color: #dcdcdc;
}

.plan_cat_list li:first-child .moveup {
    visibility: hidden;
}

.plan_cat_list li:last-child .movedown {
    visibility: hidden;
}

.mb-0 {
    margin-bottom: 0;
}

.sub_level2 {
    z-index: 999999999;
}

.page8_03 .list8_02 .content_desc::before {
    display: none;
}

.page8_03 .list8_02 .content_desc {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.plan_cat_list li:only-child .line-divider,
.plan_cat_list li:only-child .movedown,
.plan_cat_list li:only-child .moveup {
    visibility: hidden;
}

.edit_plan_detail_wrap .image_cont {
    border: 0;
}

.edit_plan_detail_wrap p.form_desc {
    font-size: var(--font-size-small);
    line-height: 2;
}

.edit_plan_detail_wrap p.form_desc a {
    display: flex;
    align-items: center;
    text-decoration: underline;
    color: var(--blue);
}

.edit_plan_detail_wrap .list8_02 .image_cont {
    align-items: flex-start;
}

.edit_plan_detail_wrap .list8_02 .image_cont .img_wrap {
    margin-top: 10px;
}

.icon-bookmark-small-blue,
.icon-marker-small-blue {
    width: 16px;
    height: 16px;
    display: inline-flex;
    background-size: contain !important;
    margin-right: 4px;
}

.icon-bookmark-small-blue {
    background: url(../images/icons/icon-bookmark-small-blue.svg) center center
        no-repeat;
}

.icon-marker-small-blue {
    background: url(../images/icons/icon-marker-small-blue.svg) center center
        no-repeat;
}

.edit_plan_detail_wrap .edit_desc {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.edit_plan_detail_wrap .edit_link i {
    margin-right: 0;
}

.flex_label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: var(--font600);
}

.flex_label input {
    width: 40%;
    margin-right: 5px;
}

.plan_map {
    position: relative;
}

.map_btn {
    position: absolute;
    min-width: 260px;
    border-radius: 12px;
    background-color: #eff2f6;
    height: 68px;
    right: 50%;
    transform: translatex(50%);
    z-index: 9;
    display: flex;
    bottom: 20px;
    padding: 12px 20px;
    box-sizing: border-box;
    justify-content: space-between;
}

.plan_map h4 {
    font-size: 16px;
    font-family: var(--font-family-main);
}

.plan_map .submit_btn {
    padding: 18px;
    margin: 0;
    width: auto;
}

a.edit-open,
a.edit-open2 {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.input_with_textarea {
    width: 100%;
}

.input_with_textarea .textarea {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    padding: 18px;
    border-radius: 10px;
    margin-top: 5px;
    line-height: 140%;
}

.text_center {
    text-align: center;
}

.subpage8_5 .list8_03 li {
    padding: 0;
    border: 0;
    background: 0 0;
}

.no_line {
    border: 0;
}

p.with_border {
    border: 1px solid #ddd;
}

.login_page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_close.is_black {
    display: block;
    filter: invert(1);
    right: 20px;
}

.login_wrap {
    width: 100%;
}

.logo_login_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.logo_login_wrap span {
    font-size: 12px;
    font-weight: 700;
    font-family: var(--font-family-main);
    padding: 4px;
}

.logo_login_wrap .logo_login {
    width: 120px;
    height: 30px;
    background: url(../images/btn-logo.png) center center no-repeat;
    background-size: contain;
    display: block;
}

.login_wrap ul > li p {
    font-size: 14px;
}

.login_wrap ul > li p i {
    font-size: 12px;
    color: var(--red);
}

.login_wrap ul > li:last-child {
    background: var(--pale-green);
    padding: 20px 10px;
    margin-top: 40px;
}

.login_wrap ul > li:last-child a {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.font10 {
    padding: 12px;
    text-align: center;
    display: block;
}

.see_more2 {
    display: flex;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 160px;
}

.see_more2::after {
    content: "";
    width: 6px;
    height: 12px;
    background: url(../images/arrows/arrow-right-black.svg) center center
        no-repeat;
    background-size: contain;
    margin-left: 15px;
    rotate: 90deg;
}

.textarea2[contenteditable]:empty::before {
    content: "コメントを追加してください";
    color: #ccc;
}

.modal_menu_level2 a.menu_close {
    right: 20px;
}

.lightboxOverlay {
    position: fixed;
    z-index: 99999999;
}

.lightbox {
    position: fixed;
    top: 44% !important;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 99999999;
    padding-top: 80px;
}
.lightbox > .lb-outerContainer {
    background: none;
    max-width: 100%;
    width: 100%;
}

.lightbox > .lb-outerContainer img {
    width: 1200px !important;
    max-width: 100%;
    height: auto !important;
    max-height: 76vh;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

a.more_images::after {
    content: "他5件";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.lb-dataContainer {
    position: absolute;
    top: 30px;
    right: 12px;
}

.lightbox .lb-image {
    border: 0;
}

.lb-nav a.lb-next {
    right: -12px;
    width: 50%;
    position: relative;
    background: url(../images/arrows/lightbox-arrow.svg) right 48% no-repeat;
}

.lb-nav a.lb-prev {
    left: -12px;
    width: 50%;
    position: relative;
    background: url(../images/arrows/lightbox-arrow.svg) right 48% no-repeat;
    transform: scalex(-1);
}

.green_btn_mini {
    width: 60px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--common-btn-shadow);
    background-color: var(--green);
    color: var(--white);
    font-weight: 600;
    font-size: 12px;
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.is_visit {
    padding-right: 70px;
}

.textarea4[contenteditable]:empty::before {
    content: "モ・ポイントを入力してください";
    color: #ccc;
}

.textarea5[contenteditable]:empty::before {
    content: "調理の手順を入力してください";
    color: #ccc;
}

.textarea6[contenteditable]:empty::before {
    content: "メモ・ポイントを入力してください";
    color: #ccc;
}

.mt-0 {
    margin-top: 0 !important;
}

.small_title {
    color: var(--green);
    font-weight: 600;
    font-size: 12px;
    display: block;
    margin-bottom: 8px;
}

.edit_bar.has_input > div {
    width: 50%;
    margin-bottom: 0;
}

.edit_bar.has_input > div input[type="text"] {
    width: 100%;
}

.page9_02.default .map_desc {
    border-radius: 0;
    border: 0;
    width: 100%;
    right: 0;
    transform: translatex(0);
    width: 100%;
    max-width: 100%;
    bottom: 0;
    background: #edefec;
    text-align: center;
    padding: 20px;
}

.cat_icon_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
}

.sec_page7 {
    background-color: var(--pale-green);
    padding-bottom: 30px;
}

.sec_page7 .submit_btn {
    margin: 0 auto;
}

.list7_02 {
    padding: 30px 20px;
    font-weight: 600;
    font-size: 16px;
}

.list7_02 > li {
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}

.link_window {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon_window {
    width: 18px;
    height: 18px;
    background: url(../images/icons/icon-new-window.svg) center center no-repeat;
    background-size: contain;
}

i.req {
    color: var(--green);
}

.font-12 {
    font-size: 12px;
}

.guide01 .font-12 {
    font-weight: 400;
}

.font-normal {
    font-weight: 400;
}

.guide01_bubble {
    position: absolute;
    width: 176px;
    height: 108px;
    background: url(../images/guide_img01.png) center center no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 13px;
    top: 142px;
    right: 30px;
    padding: 28px 16px 10px 12px;
    text-align: center;
}

.guide_btn {
    height: 38px;
    width: 70px;
    border: 1px solid var(--green);
    background-color: var(--green);
    color: var(--white);
    font-weight: 600;
    padding: 10px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
}

.is_modal_guide .detail_list_menu > li {
    height: 48px;
    position: relative;
}

.is_modal_guide .detail_list_menu > li > a {
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
}

.is_modal_guide.step1 .detail_list_menu > li:nth-child(1) > a {
    z-index: 999999999;
}

.is_modal_guide.step2 .detail_list_menu > li:nth-child(2) > a {
    z-index: 999999999;
}

.is_modal_guide.step3 .detail_list_menu > li:nth-child(3) > a {
    z-index: 999999999;
}

.is_modal_guide.step4 .detail_list_menu > li:nth-child(4) > a {
    z-index: 999999999;
}

.is_modal_guide.step5 .detail_list_menu > li:nth-child(5) > a {
    z-index: 999999999;
}

.is_modal_guide.step6 .detail_list_menu > li:nth-child(6) > a {
    z-index: 999999999;
}

.sec-empty {
    font-size: 14px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* HOT AREA
------------------------------------------------------------ */

.sec04 {
    padding-left: var(--padding-side-min);
    padding-right: var(--padding-side-min);
    background-color: var(--pale-green);
    padding-top: 20px;
    padding-bottom: 20px;
}

.sec04 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.sec04 ul li {
    display: block;
}

.sec04 ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 25px;
    height: 44px;
    color: var(--main-font-color);
    border: 1px solid var(--main-font-color);
    box-sizing: border-box;
    border-radius: 30px;
    background-color: var(--white);
    box-shadow: var(--common-btn-shadow);
    font-weight: var(--font600);
}

.sec04 ul li a::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    z-index: 9;
    background: url(../images/arrows/arrow-right-black.svg) center center
        no-repeat;
    background-size: contain;
}

/* HOT TAGS
------------------------------------------------------------ */

.sec07 {
    padding-left: var(--padding-side-min);
    padding-right: var(--padding-side-min);
    padding-top: 20px;
    padding-bottom: 20px;
}

.hot_tags_list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 20px 0;
}

.hot_tags_list li a {
    list-style-type: none;
    padding: 10px 15px;
    border: 1px solid var(--main-font-color);
    border-radius: 30px;
    text-align: center;
    display: block;
    color: var(--main-font-color);
    box-shadow: var(--common-btn-shadow);
    font-size: var(--font-size-small);
    font-weight: var(--font600);
    transition: 0.2s;
    appearance: none;
    background-color: #fff;
}

.hot_tags_list li a:hover {
    background-color: var(--main-font-color);
    color: var(--white);
}

.imgs-wrapper {
    max-width: 415px;
    margin: 0 auto;
    position: relative;
    height: calc(100vh - 200px);
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.confirm_wrap.smallest {
    max-width: 326px;
    min-height: 0;
}
.confirm_wrap.smallest .submit_btn.green {
    background-color: #008832;
    border-color: #008832;
}

.confirm_wrap.smallest.ok {
    display: none;
}
.confirm_wrap.smallest.ok > a {
    margin: 10px auto;
}


/* お気に入りモーダル（spot,food共通）
------------------------------------------------------------ */
.modal_back_btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.title-wrap {
    widows: 100%;
    display: flex;
    justify-content: center;
    margin: 48px 0px 0px 0px;
}

.title-wrap .title {
    font: bold;
    line-height: 1.4;
    margin-right: 80px;
}

.spot-container {
    margin-top: 16px;
    padding: 0 16px
}

.spot-field {
    margin-bottom: 8px
}

.spot-field label {
    display: block;
    margin-bottom: 8px
}

.category-container {
    background-color:  var(--gray);
}

.choice-wrap {
    border-top: 1px solid #ddd;
    margin-top: 16px;
    padding: 16px 40px
}

.choice-text {
    width: 100%;
    display: inline-block;
    font-size: var(--font-size-small);
    font-family: var(--font-family-main);
    font-weight: var(--font600);
    letter-spacing: 1px;
}

.choice-text::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../images/pc/arrow-right.svg) center 
    center no-repeat;
    background-size: contain;
    right: 48px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(90deg);
    transform-origin: center; 
}

.choice-text.open::after {
    transform: rotate(-90deg);   
}

.form-group._favorite {
    width: 85%;
    margin-right: -24px;
}

.cat_list {
    margin-top: 0px;
}

/* スライダー
------------------------------------------------------------ */
.slide2_wrapper {
    margin-bottom: 70px;
}

.user_slide {
    border-bottom: 12px solid #f1f1f1;
    padding-bottom: 70px;
}

.slide2_wrapper .swiper {
    padding-left: var(--padding-side-min);
}

.slide2_wrapper .swiper-content .img_wrap {
    height: 186px;
    overflow: hidden;
}

.slide2_wrapper .slide2-2 .swiper-content .img_wrap {
    height: 112.3px;
    overflow: hidden;
}

.slide2_wrapper .swiper-content .img_wrap img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.slide2_wrapper .swiper-content .img_wrap img.logbum_food_connect_image {
    height: auto;
}

.slide2_wrapper .slide2-2 .swiper-content .img_wrap:has(.logbum_food_connect_image) {
    height: auto;
}

.slide2 .slide-desc,
.slide2-2 .slide-desc {
    padding-top: 7px;
    position: relative;
    /* padding-bottom: 54px; */
}
.slide2 .slide_btm,
.slide2-2 .slide_btm {
    /* position: absolute; */
    position: static;
    bottom: 0;
    left: 0;
}

.favorites {
    position: absolute;
    color: var(--main-font-color);
    font-size: var(--font-size-small);
    font-family: var(--font-family-title);
    width: 42px;
    height: 48px;
    background-color: var(--white);
    position: absolute;
    border-bottom-left-radius: 15px;
    right: 0;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.fav_icon {
    width: 15px;
    height: 19px;
    display: block;
    background: url(../images/icons/bookmark.svg) center center no-repeat;
    background-size: contain;
}
.fav_icon.harts {
    width: 21px;
    height: 21px;
    display: block;
    background: url(../images/icons/bookmark2.svg) center center no-repeat;
}    

.fav_icon.active {
    background: url(../images/icons/bookmark-selected.svg) center center
        no-repeat;
    background-size: contain;
}

.fav_icon.harts.active {
    background: url(../images/icons/bookmark2-selected.svg) center center
        no-repeat;
    background-size: contain;
}

.slide2_wrapper a.slidetag,
a.slidetag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    border: 1px solid #dadcdc;
    color: var(--main-font-color);
    text-align: center;
    border-radius: 30px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.slide2_wrapper .slidetag span,
.slidetag span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    font-size: 11px;
}

.slide2_wrapper .slide-desc p {
    margin-bottom: 10px;
    font-weight: var(--font600);
}

.slide2_wrapper .slide-desc ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: var(--font600);
}

.tagcloud {
    font-weight: var(--font600);
}

.slide2_wrapper .slide-desc ul li {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
}
.slide2_wrapper .slide-desc ul li:last-child {
    margin-right: 0;
}
.slide2_wrapper .slide-desc ul li a {
    display: flex;
    align-items: center;
}
.slide2_wrapper .slide-desc ul li i {
    width: 17px;
    height: 17px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: top;
    background-size: contain;
}

.slide2_wrapper .man_tag {
    display: flex;
    align-items: center;
    font-family: var(--font-family-main);
    font-size: var(--font-size-small);
    font-weight: var(--font600);
}

/* .sec03 .slide2_wrapper .swiper {
    margin-bottom: 40px;
} */

.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    top: initial;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/arrows/swiper-arrow.svg) center center no-repeat;
    background-size: contain;
}

.swiper .swiper-button-prev {
    left: 30px;
}

.swiper .swiper-button-next {
    left: 120px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.marker_icon {
    background: url(../images/icons/map-marker.svg) center center no-repeat;
}

.time_icon {
    background: url(../images/icons/date-time.svg) center center no-repeat;
}

.man_icon {
    width: 20px;
    height: 20px;
    background: url(../images/icons/man-draw.svg) center center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 8px;
}
.sec.sec00 {
    padding-bottom: 40px;
}
.sec03 .slide2_wrapper:before,
.sec02 .slide2_wrapper:before,
.sec04 .slide2_wrapper:before,
.sec05 .slide2_wrapper:before,
.sec06 .slide2_wrapper:before,
.sec00 .slide2_wrapper:before {
    content: "";
    background: url(../images/icons/swipe-hand.svg) no-repeat center top /
        contain;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 80px;
    right: 20px;
    z-index: 2;
    transition: all 0.3s ease;
}

.sec02 .slide2_wrapper.hide-icon:before,
.sec03 .slide2_wrapper.hide-icon:before {
    opacity: 0;
}

.slide2_wrapper.no-items:before {
    display: none;
}

.slide2_wrapper .slide-desc .status{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slide2_wrapper .icon_food {
    background-color: #000;
    color: #fff;
    border-radius: 2px;
    padding: 4px 6px;
    font-size: 11px;
    font-weight: 700;
}

.slide_title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 15px;
}

.alertReport {
    margin: 10px 20px 0;
}

@media screen and (max-width: 600px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 601px) {
    .sp {
        display: none;
    }
}

.confirmation_wrapper>div h3 {
    font-size: 20px;
    padding-bottom: 16px;
}

.input-destination-address {
    display: flex;
    margin-bottom: 20px;
}

.btnCopy {
    background: none;
    outline: none;
    border: 1px solid #ddd;
    border-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    padding-right: 12px;
    z-index: 1;
    color: #0270ab;
    white-space: nowrap;
}

/* キャンプごはん詳細画面の微修正 */
h1.is_left span {
    font-size: 1.125rem;
}
.detail_list_menu02 i.shere_icon {
    width: 15px;
    height: 14px;
    display: block;
    background: url(../images/icons/icon-share_post.svg) center center no-repeat;
    background-size: contain;
}
.sec.sec06 .to-listbox + div.text-center {
    padding: 0 13px;
}

@media(max-width: 375px){
.to-listbox .text{
        display: block;
        max-width: calc(100% - 35px); 
        word-break: break-word;
    }
}


.input-destination-address input[type="text"] {
    border-right: none;
    border-radius: 10px 0 0 10px;
}

.food_option_wrapper .utensil_wrapper li,
.food_option_wrapper p {
    font-weight: 600;
}

.content_desc .img_wrap img.limit_detail_key_visual {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}