: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 {
	padding: 30px var(--padding-side-min) 35px;
}

.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: var(--font-size-small);
	display: block;
	font-family: var(--font-family-main);
	font-weight: var(--font600);
	letter-spacing: 1px;
}

.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;
}

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

.icon_public {
	background: url(../images/icons/icon-people.svg) center center no-repeat;
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

.notif__help{
	position: absolute;
	right: 25px;
	top: calc(50% - 9px);
}

.what1{
	display: none;
	position: absolute;
	top: 52px;
	right: 10px;
	z-index: 20000000;
}

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

.what1__inner::after {
	bottom: 100%;
	right: 14px;
	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: bold;
	margin-bottom: 10px;
}

.what1__inner p{
	font-size: 12px;
	font-weight: bold;
}

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

.what1__close img{
	width: 100%;
}

.detail_list_menu_wrap{
	position: relative;
}

.detail_list_menu {
	display: flex;
	align-items: center;
	box-shadow: none;
	justify-content: flex-start;
	width: auto;
}

.detail_list_menu li {
	/* width: calc(100% / 6); */
	width: auto;
    flex: auto;
	height: 100%;
}

.detail_list_menu li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	width: 100%;
	padding: 0 10px;
}
.detail_list_menu li > a span {
	white-space: nowrap;
}

.detail_list_menu li>a::before {
	content: '';
	width: 22.32px;
	height: 22.32px;
	display: block;
	background-size: contain!important;
	flex-basis: 22.32px;
}
.detail_list_menu li a span {
	flex:1;
}

.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);
	background-color: #fff;
	position: relative;
	z-index: 99998;
	font-weight: 600;
}

.detail_list_menu02 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0px;
	padding-bottom: 0;
}

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

.detail_list_menu02 li a {
	height: 34px;
	width: auto;
	border: 1px solid var(--main-font-color);
	border-radius: 30px;
	box-shadow: var(--common-btn-shadow);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 20px;
	color: var(--main-font-color);
	font-size: var(--font-size-small);
	font-weight: var(--font600);
}

.detail_list_menu02 i {
	width: 20px;
	height: 20px;
	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 {
	padding: 30px var(--padding-side-min) 35px;
}

.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:empty {
	margin: 0;
}

.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 {
	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_depulicate a::after,
.btn_public 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;
}

.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_cta3 {
	background: url(../images/icons/icon-cta3.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 .3s ease-out;
}

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

.header_wrapper.drawer_main {
	left: -25vw;
	transition: all .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 .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 .3s ease-in;
}

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

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

.subpage_level2_main_wrapper.drawer_main2 {
	right: 0;
	transition: right .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;
	margin-bottom: 0;
}

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

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

.li_no>span {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--green);
	color: var(--white);
	font-size: var(--font-size-small);
}

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

.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 15px;
	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 > a {
	font-weight: 700;
}

.food_list > li > .img_wrap img {
	height: 34px;
  object-fit: cover;
  border-radius: 50%;
}



/* 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;
}

.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: .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: .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;
	rotate: 90deg;
	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 .25s ease-in;
	font-family: var(--font-family-main);
}

input[type=date]:focus,input[type=text]:focus {
	background-color: var(--gray);
	transition: all .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: .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,.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 -15px 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 .bookmark_article.active .fav-icon4{
	background: url(../images/icons/nav-icon4-active.svg);
	width: 26px;
	height: 26px;
	background-size: contain;
}

.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 .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: 0!important;
}

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

.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);
	font-weight: 400;
}

.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);
	flex:1;
}

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

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

.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, .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,.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;
	position: relative;
}

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

.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 .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 .3s ease;
	-o-transition: all .3s ease;
	transition: all .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;
	height: 45.3px;
}

.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 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
}

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

.edit_bar_icons a {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon_map,.icon_pencil,.icon_trash {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/icons/three-dots.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;
}
.list8_02 .icon_green_time {
    background: url(../images/icons/icon-green-time2.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;
}
.list8_02 .icon_green_yen {
    background: url(../images/icons/icon-green-yen2.svg) center center no-repeat;
}

.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: 60px;
	height: 60px;
	margin-right: 10px;
	background: url(../images/icons/icon-tent.svg) center center no-repeat #d9d9d9;
	background-size: 40px 40px;
	border-radius: 50%;
}

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

.list8_02 h4 span {
    font-size: 0.87rem;
    font-weight: normal;
    /* display: block; */
    margin-top: 4px;
    display: flex;
	align-items: flex-start;
}
.list8_02 .edit_bar_icons h4 span a {
    position: static;
    transform: translate(0);
	width: auto;
	height: auto;
}

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

.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 {
	display: block;
	background-color: #ededed;
}

.album_photos a img {
	display: block;
	width: 100%;
}

.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_editor_white.svg) no-repeat center center;
	background-size: 20px;
}

.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;
}

.btn_invite .icon_share {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.co_editor_wrapper{
	margin-bottom: 20px;
}

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

.owner a{
	font-weight: bold;
}

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

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

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

.food-recipe-wrapper__thumbnail img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

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

.sec_page .food-recipe-wrapper__h2{
	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: auto;
	vertical-align: bottom;
	margin-bottom: 10px;
}

/* 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
------------------------------------------------------------ */

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

.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,.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,.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;
}



.eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee{}


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;
}


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

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

.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);
}


.sec_page_03 h2 {
	text-align: left;
}

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


.txtcenter {
	text-align: center;
}

.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 {
	background-color: var(--main-font-color);
	color: var(--white);
	border-radius: 5px;
	padding: 4px 10px;
	margin-right: 6px;
}

.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;
}

.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;
}

.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: 0;
	z-index: 9;
	background-color: var(--gray);
	box-shadow: var(--common-btn-shadow);
	padding: 20px;
	top: 30px;
	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=radio]:checked {
	background: var(--green);
}

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

.radio-item input[type=radio] {
	display: none;
}

.radio-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;
}

.radio-item input[type=radio]:checked+label:after {
	border-radius: 11px;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
	content: " ";
	display: block;
	background: var(--green);
}

.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);
}

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 {
	z-index: 99999999;
}

.lightbox {
	z-index: 99999999;
}

a.more_images::after {
	content: '他5件';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(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: 5%;
	width: 50%;
	position: relative;
	background: url(../images/arrows/lightbox-arrow.svg) right 48% no-repeat;
}

.lb-nav a.lb-prev {
	left: 5%;
	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;
}

/* 0409限定公開のログバムを編集する
------------------------------------------------------------ */
.logbum_thumbnail {
	overflow: hidden;
}


.detail_list_menu .detail_new_menu08.help_menu a{
	background-color: #F1F1F1;
}
.detail_list_menu .detail_new_menu08.help_menu.active a{
	background-color: #F1F1F1;
	border-bottom: none;
}
.detail_list_menu .detail_new_menu08.help_menu a.help_menu__close {
	background-color: #f1f1f100;
	position: absolute;
    top: 17px;
    right: 13px;
}


h2.is_left4 {
	font-size: 16px;
	text-align: left;
}
/* .edit-spot2 {
	padding-bottom: 30px;
} */
/* .edit-spot3 {
	padding-top: 15px;
} */
/* #edit-goods {
	padding-bottom: 15px;
}
#edit-memo {
	padding-bottom: 15px;
} */
#edit-outline .inner,
#edit-spot1 .inner,
.edit-spot2 .inner,
.edit-spot3 .inner,
#edit-food .inner,
#edit-goods .inner,
#edit-memo .inner,
#edit-album .inner,
.edit-food-child .inner{
	display: flex;
	justify-content: flex-end;
	/* padding-top: 10px; */
}
#edit-outline,
#edit-spot1,
.edit-spot2,
.edit-spot3,
#edit-food,
#edit-goods,
#edit-memo,
#edit-album,
.edit-food-child {
	box-shadow: var(--common-btn-shadow);
	border: 1px solid #dcdcdc;
    background-color: var(--white);
}
.edit-food-child {
	max-width: 260px;
}





#edit-outline button,
#edit-spot1 button,
.edit-spot2 button,
.edit-spot3 button,
#edit-food button,
#edit-goods button,
#edit-memo button,
#edit-album button,
.edit-food-child button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-bottom: 1px solid #DADCDC;
	font: inherit;
	outline: none;
	background-color: #fff;
	padding:10px 12px;
	font-size: 13px;
	cursor: pointer;
	display: block;
	width: 100%;
	text-align: left;
	font-weight: 600;

}
/* #edit-outline button:nth-of-type(n + 2),
#edit-spot1 button:nth-of-type(n + 2),
.edit-spot2 button:nth-of-type(n + 2),
.edit-spot3 button:nth-of-type(n + 2),
#edit-food button:nth-of-type(n + 2),
#edit-goods button:nth-of-type(n + 2),
#edit-memo button:nth-of-type(n + 2),
#edit-album button:nth-of-type(n + 2) {
	margin-top: 9px;
} */
.extra_tag {
	padding: 7px 12px 7px 0px;
    border-bottom: 1px solid #dcdcdc;
    justify-content: space-between;
	margin-bottom: 10px;
}
.extra_tag::after {
	content:"";
	width: 13px;
	height: 18px;
	display: block;
	background: url(../images/arrows/arrow-right-green.svg)no-repeat;
	background-size: auto 100%;
	flex-basis: 13px;
}


.list8_01 div div.excerpt {
	background-color: #F1F1F1;
	padding:11px 13px 12px;
	border-radius: 5px;
	margin-top: 11px;
}
.list8_01 div div.excerpt p {
	font-size: 13px;
	font-weight: 400;
}

.mini_tags li a, .mini_tags li span {
    border: 1px solid #DADCDC;
}
.control {
	padding-bottom: 30px;
}
.control .detail_list_menu02 {
	gap:10px;
}
.control .detail_list_menu02 li {
    margin-left: 0px;
}
.control .detail_list_menu02 li a {
	box-shadow: none;
	border-color: #DADCDC;
	border-radius: 4px;
	font-size: 0.75rem;
	padding: 4px 8px;
	position: static;
}

@media print, screen and (max-width: 767px) {
	.control .detail_list_menu02 li a {
		font-size: 0.68rem;
	}
}

.control i.icon_cta.icon_cta2 {
	background: url(../images/icons/icon-cta2_black.svg)no-repeat;
}
.control .edit_icon02 {
	background:url(../images/icons/icon-share_editor.svg)no-repeat;
}
.list8_02>li h3::before {
	display: none;
}
.list8_02>li h3 span::before {
    content: '';
	display: block;
    width: 8px;
    height: 8px;
    background-color: var(--white);
    margin-right: 10px;
    border-radius: 50%;
}
.list8_02>li h3 span {
	display: flex;
	align-items: center;
}
.list8_02>li h3 button {
	background: none;
	border:0;
	cursor: pointer;
}
.list8_02>li h3 {
	justify-content: space-between;
	padding: 1px 6px 1px 20px;
}
.list8_02 .content_desc::before {
    display: none;
}
.list8_02 .content_desc {
    border: 0;
    padding-left: 40px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.list8_02 .content_desc .li_no {
    position: absolute;
    width: 32px;
    height: 100%;
    top: 10px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list8_02 .content_desc .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;
}
.list8_02 .image_cont {
    padding-bottom: 10px;
    margin-bottom: 10px;
	display: block;
}
.list8_02 h4 {
    line-height: 1.4;
    font-size: 16px;
}
.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;
	position: static;
	transform: translate(0);
}
.list8_02 .image_cont .img_wrap {
    width: 100%;
    margin-top: 16px;
    background: url(../images/icons/icon-tent.svg) center center no-repeat #d9d9d9;
	border-radius: 0;
	height: auto;
}
.list8_02 .image_cont .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	border-radius: 0;
}
.plan-wrap .image_cont .img_wrap img {
    width: 335px;
	height: auto;
    object-fit: contain;
	background-color: #dcdcdc;
	border-radius: 0;
}
.plan-wrap .image_cont .img_wrap img.limit_logbum_spot_image {
	width: 100%;
}
@media(max-width: 375px){
	.list8_02 .image_cont .img_wrap{
		width: 300px;
		object-fit: contain;
	}
	.plan-wrap .image_cont .img_wrap img{
		background-color: transparent;
		width: 300px;
	}
}
.fav_icon._spot.active {
    filter:none;
}
.image_cont .edit_bar_icons {
    justify-content: space-between;
}

.list8_02 .image_cont {
    border-bottom: none;
}
.star {
	font-family: "Font Awesome 6 Free"; 
	font-size: 18px;
	color: var(--green);;
}
/* 塗りつぶしの星 */
.star:before {
	font-weight: 900;
}
/* 空の星 */
.star:after {
	color:#D9D9D9;
	font-weight: 900;
}
.star[data-rate="0"]:before { content: ""; }
.star[data-rate="0.5"]:before { content: "\f5c0"; }
.star[data-rate="1.0"]:before { content: "\f005"; }
.star[data-rate="1.5"]:before { content: "\f005\f5c0"; }
.star[data-rate="2.0"]:before { content: "\f005\f005"; }
.star[data-rate="2.5"]:before { content: "\f005\f005\f5c0"; }
.star[data-rate="3.0"]:before { content: "\f005\f005\f005"; }
.star[data-rate="3.5"]:before { content: "\f005\f005\f005\f5c0"; }
.star[data-rate="4.0"]:before { content: "\f005\f005\f005\f005"; }
.star[data-rate="4.5"]:before { content: "\f005\f005\f005\f005\f5c0"; }
.star[data-rate="5.0"]:before { content: "\f005\f005\f005\f005\f005"; }
/* 以降は空の星 */
.star[data-rate="0"]:after { content: "\f005\f005\f005\f005\f005"; }
.star[data-rate="0.5"]:after { content: "\f005\f005\f005\f005"; }
.star[data-rate="1.0"]:after { content: "\f005\f005\f005\f005"; }
.star[data-rate="1.5"]:after { content: "\f005\f005\f005"; }
.star[data-rate="2.0"]:after { content: "\f005\f005\f005"; }
.star[data-rate="2.5"]:after { content: "\f005\f005"; }
.star[data-rate="3.0"]:after { content: "\f005\f005"; }
.star[data-rate="3.5"]:after { content: "\f005"; }
.star[data-rate="4.0"]:after { content: "\f005"; }
.star[data-rate="4.5"]:after { content: ""; }
.star[data-rate="5.0"]:after { content: ""; }
.detail_list_menu_wrap {
	display: flex;
}
.detail_list_menu_wrap > ul {
	flex-basis: 42px;
}
.detail_list_menu_wrap div.scroll {
	flex:1;
}
.detail_list_menu_wrap div.scroll {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
	box-shadow: var(--common-btn-shadow);
}
img.mylogbum_add {
	width: 100%;
	margin-bottom: 10px;
}
.edit_bar_icons > button{
	border:none;
	background: none;
	cursor: pointer;
}

/* 0410ログバム編集画面_キャンプごはん
------------------------------------------------------------ */
ul.food_list.main li::before {
	display: none;
}
ul.food_list.main li,ul.food_list.sub li{
	border:none;
}
ul.food_list.main li a,
ul.food_list.main li.food_list_public_main div.food_list_public_main_block,
ul.food_list.main li div.camp-food-block,
ul.food_list.sub li div.camp-food-block-sub {
	display: block;
	border:1px solid #ddd;
	border-radius: 10px;
	padding: 20px 10px 10px 10px;
	width: 100%;
}
ul.food_list.main li div.camp-food-block .img_wrap a,
.food_list.main > li.food_list_public_main div.food_list_public_main_block .img_wrap a,
ul.food_list.sub li div.camp-food-block-sub .img_wrap a,
ul.food_list.main li div.camp-food-block .camp-food-name a,
.food_list.main > li.food_list_public_main div.food_list_public_main_block  .camp-food-name a,
ul.food_list.sub li div.camp-food-block-sub .camp-food-name a,
.food_list.main > li.food_list_public_main a:has(.label_bar),
.food_list.main > li.food_list_public_main a:has(.info)
 {
	border: none;
	padding:0;
	border-radius: 0;
}
.food_list.main > li.food_list_public_main a:has(.info) {
	margin-top: 10px;
}
.food_list.main > li.food_list_public_main div.food_list_public_main_block  .camp-food-name a {
	font-weight: 600;
}
ul.food_list.sub li div.camp-food-block-sub .camp-food-name a {
	font-size: 0.68rem;
}
ul.food_list.main li div.camp-food-block .camp-food-name a {
	display: inline;
}
ul.food_list.main li div.camp-food-block {
	padding: 0px 10px 10px 10px;
	width: 100%;
}
.food_list.main > li > a .flex,
.food_list.main > li > div.camp-food-block .flex,
.food_list.sub > li > div.camp-food-block-sub .flex {
	gap:6px;
	margin-bottom: 6px;
}
.food_list.main > li > a .img_wrap,
.food_list.main > li.food_list_public_main div.food_list_public_main_block .img_wrap,
.food_list.main > li > div.camp-food-block .img_wrap
 {
	flex-basis:158px;
}

@media print, screen and (max-width: 767px) {
    .food_list.main > li > div.camp-food-block .img_wrap {
        flex-basis:auto;
	}
	.food_list.main > li > div.camp-food-block .flex {
		gap: 9px;
	}
}

.food_list.sub li > div.camp-food-block-sub .img_wrap {
	flex-basis:109px;
}


.food_list.main > li > a .img_wrap + div,
.food_list.main > li.food_list_public_main div.food_list_public_main_block .img_wrap + div,
.food_list.main > li > div.camp-food-block .img_wrap + div,
.food_list.sub > li > div.camp-food-block-sub .img_wrap + div {
	flex:1;
}
.food_list.main > li > a .img_wrap img,
.food_list.main > li.food_list_public_main div.food_list_public_main_block .img_wrap img,
.food_list.main > li > div.camp-food-block .img_wrap img,
.food_list.sub > li > div.camp-food-block-sub .img_wrap img {
	width: 135px;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
	height: 135px;
	aspect-ratio: 1 / 1;
}
.food_list.main > li > a .label_bar,
.food_list.main > li.food_list_public_main div.food_list_public_main_block .label_bar,
.food_list.main > li > div.camp-food-block .label_bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1px;
}
.food_list.main > li > a .label_bar .label_bar_left,
.food_list.main > li.food_list_public_main div.food_list_public_main_block .label_bar_left{
	display: flex;
	gap: 6px;
}
.food_list.main > li > a .label_bar .label_bar_left .status_lavel,
.food_list.main > li.food_list_public_main div.food_list_public_main_block .label_bar .label_bar_left .status_lavel{
	border: 1px solid #333;
    border-radius: 1.8px;
    font-size: 11px;
    line-height: 100%;
    padding: 3px;
}
.food_list.main > li > a .label_bar img:first-of-type,
.food_list.main > li.food_list_public_main div.food_list_public_main_block .label_bar img:first-of-type {
	width: 41px;
}
.food_list.main > li > a .label_bar img:nth-of-type(2),
.food_list.main > li.food_list_public_main div.food_list_public_main_block .label_bar img:nth-of-type(2),
.food_list.main > li > div.camp-food-block .label_bar img:nth-of-type(2) {
	height: 17px;
}
.food_list.main > li > a .info,
.food_list.main > li.food_list_public_main div.food_list_public_main_block .info,
.food_list.main > li > div.camp-food-block .info {
	background: #F1F1F1;
	padding:12px 10px;
	font-weight: 400;
	font-size:0.81rem;
	line-height: 1.4;
}
.food_list.main > li > a .author,
.food_list.main > li.food_list_public_main div.food_list_public_main_block .author,
.food_list.main > li > div.camp-food-block .author,
.food_list.sub > li > div.camp-food-block-sub .author {
    display: flex;
    font-size: 0.75rem;
    align-items: flex-start;
    font-weight: 400;
    gap: 1.6px;
    margin: 10px 0 13px;
}
.food_list.main > li > div.camp-food-block .author {
	margin: 8px 0 8px;
}
.food_list.main > li > a .author > div:nth-of-type(2),
.food_list.main > li.food_list_public_main div.food_list_public_main_block .author > div:nth-of-type(2),
.food_list.main > li > div.camp-food-block .author > div:nth-of-type(2),
.food_list.sub > li > div.camp-food-block-sub .author > div:nth-of-type(2) {
	padding-top: 6px;
}
.food_list.main > li > a .status,
.food_list.main > li.food_list_public_main div.food_list_public_main_block .status,
.food_list.main > li > div.camp-food-block .status {
	display: flex;
	gap:4px;
}
.food_list.main > li > a .status button,
.food_list.main > li.food_list_public_main div.food_list_public_main_block .status button,
.food_list.main > li > div.camp-food-block .status button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 1px solid #DADCDC;
	border-radius: 4px;
	font: inherit;
	outline: none;
	font-size: 0.68rem;
	padding: 4px 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:4px;
}
.food_list.main > li > a .status .fav_icon,
.food_list.main > li.food_list_public_main div.food_list_public_main_block .status .fav_icon,
.food_list.main > li > div.camp-food-block .status .fav_icon {
	background-size: 8.4px;
}
.food_list.main > li > a .status .fav_icon.harts,
.food_list.main > li.food_list_public_main div.food_list_public_main_block .status .fav_icon.harts,
.food_list.main > li > div.camp-food-block .status .fav_icon.harts {
    width: 12px;
    height: 12px;
    display: block;
    background: url(../images/icons/bookmark2.svg) center center no-repeat;
	background-size: 100%;
}
.food_list.main > li > a .status .fav_icon.fav_icon.harts.active,
.food_list.main > li.food_list_public_main div.food_list_public_main_block .status .fav_icon.fav_icon.harts.active,
.food_list.main > li > div.camp-food-block .status .fav_icon.fav_icon.harts.active {
    background: url(../images/icons/bookmark2-selected.svg) center center no-repeat;
    background-size: contain;
}

.food_list.sub > li > a .flex,
.food_list.sub > li > div.camp-food-block .flex {
	gap:10px;
}
.food_list.sub > li > a .img_wrap,
.food_list.sub > li > div.camp-food-block .img_wrap {
	flex-basis: 100px;
    height: 100px;
	min-height: 90px;
    width: auto;
    overflow: hidden;
    border-radius: 10px;
}
ul.food_list.sub li a,
ul.food_list.sub li div.camp-food-block {
	border:1px solid #ddd;
	border-radius: 10px;
	padding: 20px 30px 10px 10px;
}
ul.food_list.main li a.camp-edit-btn,
ul.food_list.sub li a.camp-edit-btn,
ul.food_list.main li button,
ul.food_list.sub li button {
	display: block;
	border:none;
	padding: 10px 12px;
	border-radius: 0;
	font-weight: 600;
	color:#333;
}

.food_list.sub > li > a .img_wrap img,
.food_list.sub > li > div.camp-food-block .img_wrap img {
    height: 100px;
	min-height: 90px;
	width: 100px;
    object-fit: cover;
    border-radius: 6px;
}
.food_list.sub > li > a .info,
.food_list.sub > li > div.camp-food-block .info {
	flex:1;
	word-break: break-all;
}
.food_list.sub > li > a .author,
.food_list.sub > li > div.camp-food-block .author{
	display: flex;
	font-size: 0.68rem;
	font-weight: 400;
	gap:1px;
}
.food_list.sub > li > a .author > div:nth-of-type(2),
.food_list.sub > li > div.camp-food-block .author > div:nth-of-type(2) {
	padding-top: 7px;
}
.list8_03.goods-wrap {
	padding:0 15px;
	margin-bottom: 20px;
	margin-top: 20px;
} 
.list8_03.goods-wrap li label {
	flex: 1;
    word-break: break-all;
}
.list8_03.goods-wrap li{
	border:none;
	padding:0;
	display: flex;
	justify-content: flex-start;
	gap:8px;
	font-size: 0.87rem;
	border-bottom: 1px solid #EFF2F6;
	padding-bottom: 10px;
}
.list8_03.goods-wrap li span {
	flex:1;
}
.list8_03.goods-wrap li::before {
	content:"";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #008832;
	transform: translateY(7px);
	flex-basis: 8px;
}
#things-to-bring-anchor .logbum_thumbnail img {
	height: 225px;
}
.goods-thumbnail_wrap {
	border: 1px solid #DADCDC;
	padding: 20px;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.goods-thumbnail_wrap p{
	font-size: 14px;
    display: block;
    font-family: var(--font-family-main);
    font-weight: var(--font600);
    letter-spacing: 1px;
}
.goods-thumbnail_wrap .info,
.goods-thumbnail_wrap + .goods-wrap + .info{
	padding: 20px;
	border-radius: 5px;
	background-color: #F1F1F1;
	margin-top: 10px;
	font-size: 0.81rem;
	line-height: 1.3;
}
.logbum-list-memo {
	margin-top: 20px;
}
.page8_05 .logbum-list-memo.list8_03>li {
	border:1px solid var(--gray);
	background-color: #fff;
	margin-bottom: 20px;
	padding: 18px;
}
.page8_05 .logbum-list-memo.list8_03>li:last-of-type {
	margin-bottom: 0;
}
.page8_05 .logbum-list-memo.list8_03 > li .edit_pencil_icon {
    background: url(../images/icons/three-dots.svg) center center no-repeat;
}
.page8_05 .list8_03 > li .edit_group .lbl {
    border-width: 0px;
}
#albumList .edit_bar{
	padding-top:10px;
}
#albumList .edit_bar button {
	border:none;
	background: none;
}
#albumList .edit_bar button i {
	position: static;
	background: url(../images/icons/three-dots.svg) center center no-repeat;
}
.detail_list_menu .detail_new_menu08.help_menu.active a {
    background: none;
}
.what1__inner .guide_title {
	background-color: #fff;
	color:#333;
	font-size:0.68rem;
	justify-content: center;
	border-radius: 100px;
}
.what1__inner .guide_title::before {
	content: '';
    width: 22.32px;
    height: 22.32px;
    display: block;
    background-size: contain !important;
    flex-basis: 22.32px;
}

.what1__inner .guide_title.detail_new_menu01::before {
    background: url(../images/icons/outline-green.svg) center center no-repeat;
}
.what1__inner .guide_title.detail_new_menu02::before {
	background: url(../images/icons/spot-green.svg) center center no-repeat;
}
.what1__inner .guide_title.detail_new_menu03::before {
    background: url(../images/icons/food-green.svg) center center no-repeat;
}
.what1__inner .guide_title.detail_new_menu04::before {
    background: url(../images/icons/goods-green.svg) center center no-repeat;
}
.what1__inner .guide_title.detail_new_menu05::before {
	background: url(../images/icons/memo-green.svg) center center no-repeat;
}
.what1__inner .guide_title.detail_new_menu06::before {
    background: url(../images/icons/outline-green.svg) center center no-repeat;
}
.what1__inner .guide_title.detail_new_menu07::before {
    background: url(../images/icons/outline-green.svg) center center no-repeat;
}
.detail_list_menu li .what1__inner {
	display: flex;
	flex-wrap: wrap;
	padding:49px 16px 20px 16px;
	gap:20px;
	width: 340px;
}
.detail_list_menu li .what1__inner p b {
	font-weight: 400;
}
.what1__inner > div {
	flex-basis: calc(100% / 2 - 10px);
}
.detail_list_menu .detail_new_menu08.help_menu.active a.help_menu__close {
    position: absolute;
    top: 11px;
    right: 3px;
}
.detail_list_menu li .what1__inner::after {
	border-width: 7px;
	right: 6px;
}
.detail_list_menu .detail_new_menu08.help_menu.active > a {
	background-color: #F1F1F1;
}
.content_desc .notif {
	display: flex;
	justify-content: space-between;
	padding: 10px 16px;
	height: 37px;
}
.content_desc .notif > div:first-of-type {
	display: flex;
	align-items: center;
}
.content_desc .notif .notif__help,.content_desc .notif .notif__help__head {
	position: static;
	transform: translateY(1.3px);
	margin-left: 12px;
}
.icon_24 {
	height: 23px;
}
.content_desc .notif button.public {
	background-color: #fff;
	border:none;
	border-radius: 4px;
	font-size: 0.75rem;
	padding: 5px 22px 4px 8px;
	line-height: 1;
	background-image: url(../images/arrows/arrow-right-black.svg);
	background-repeat: no-repeat;
	background-size: 7px;
	background-position: center right 8px;
}


/* 最初は通常のスタイル */
#menutopWrap {
    transition: all 0.3s;
    z-index: 1000;
}

/* 固定表示になったとき */
#menutopWrap.fixed {
    position: fixed;
	width: 100%;
	max-width: 415px;
    top: 0;
    left: 0;
    right: 0;
    background-color: white; /* 必要に応じて背景色をつける */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	margin: auto;
}

@media print, screen and (max-width: 767px) {
    .fixed.slide-down {
    transform: translateY(117px); /* 118px下に移動 */
	}
}


.fav_icon.harts {
    width: 21px;
    height: 21px;
    display: block;
    background: url(../images/icons/bookmark2.svg) center center no-repeat;
}
#menutopWrap > ul.detail_list_menu {
	box-shadow: var(--common-btn-shadow);
}

.food_list.main .author img{
	border-radius: 50%;
}

h4.head_gear {
	margin-bottom: 10px;
}
div.flex_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
div.flex_head h3 {
	margin-bottom: 0;
}
div.flex_head button {
	background: none;
	border:none;
	padding: 0;
	margin:0;
	cursor: pointer;
}
div.flex_head + div.baloon_cont {
	background-color: #008832;
	color:#fff;
	padding:10px 10px 10px;
	position: absolute;
	z-index: 11;
}
div.flex_head + div.baloon_cont::after {
	content: "";
	position: absolute;
	top: 0;
	right:3px;
	border-style: solid;
	border-width: 0 7px 12px 7px;
	border-color: transparent transparent #008832;
	translate: 0% -100%;
}
div.flex_head + div.baloon_cont img.mylogbum_add {
	background-color: #fff;
	border-radius: 11px
}
div.flex_head + div.baloon_cont .close_icon_flex {
	display: flex;
	justify-content: flex-end;
}
.food_list.main button.mini_menu {
	background: none;
	border:none;
	cursor: pointer;
}
.food_list.main > li > div.camp-food-block .label_bar button.mini_menu img {
	width: 18px;
    height: 41px;
	object-fit: cover;
}
.food_list.main > li > div.camp-food-block .camp-food-name,
.food_list.sub > li > div.camp-food-block-sub .camp-food-name {
	font-weight: 700;
	line-height: 1.4;
}
.food_list.main > li > div.camp-food-block .label_bar .status .status_lavel {
	border: 1px solid;
	border-radius: 5px;
	font-size: 0.68rem;
	padding: 0 7px;
	font-weight: 700;
	box-sizing: border-box;
}
.food_list.main > li > div.camp-food-block .label_bar .status .status_lavel.limited {
	color:#008832;
	border-color: #008832;
}
.list8_03.goods-wrap span {
	line-height: 1.5;
}
.list8_03.goods-wrap span.goods_memo {
	font-weight: 300;
}

.food_list.sub button {
	position: relative;
}
.food_list.sub button.mini_menu{
	position: absolute;
	border:none;
	background: none;
	top: 0;
    right: 0;
	cursor: pointer;
	z-index: 1;
}

.mini_menu_text {
	width: 93%;
	padding: 10px 0;
	margin: auto;
	border-top:1px solid #DADCDC;
	line-height: 1.3;
}

.food_list.main > li.food_list_public_main div.food_list_public_main_block .label_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.confirmation_wrapper.draw_in_remove #draw_in_remove_btn,
.confirmation_wrapper.old_format_box #old_format_remove_btn{
	background-color: #008832;
	border: none;
}
.confirmation_wrapper.old_format_box .confirm_title + p {
	text-align: center;
}
.food_list.main > li.food_list_public_main div.food_list_public_main_block .label_bar div{
	display: flex;
	gap: 5px;
    margin-bottom: 10px;
}
.confirmation_wrapper.draw_in_remove .back_btn.cancel{
	padding: 0;
	color:#008832 !important;
	height: auto !important;
	margin-bottom: 0 !important;
	margin-top: 18px !important;
}
.confirmation_wrapper.draw_in_remove .confirm_title {
	font-size: 0.87rem;
	line-height: 1.4;
}
.confirmation_wrapper.draw_in_remove .confirm_wrap {
	padding: 40px 30px 28px;
}

ul.food_list.main li .mini_menu_text .red {
	border:none;
	padding:0;
	margin:0;
	color:#CC0022;
	font-size: 0.75rem;
}
ul.food_list.main li .mini_menu_text a.red {
	margin-top: 1rem;
}

.old_camp_food_temp_desc {
	border:1px solid #CC0022;
	padding:10px;
	color:#CC0022;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.old_camp_food_temp_desc a {
	color:#CC0022;
}
.mylogbum_add_baloon {
	background-color: #008832;
	border-radius: 6px;
	position: absolute;
	top:50px;
	left: 5px;
	width: 296px;
    z-index: 1;
	padding: 16px 16px 16px 16px;
}
.mylogbum_add_baloon h5,.mylogbum_add_baloon p,.mylogbum_add_baloon small {
	color:#fff;
}
.mylogbum_add_baloon h5 {
	font-size: 0.87rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.mylogbum_add_baloon p {
	font-size: 0.75rem;
	line-height: 1.4;
}
.mylogbum_add_baloon a.mylogbum_add_baloon__close {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0 !important;
	width: auto;
	height: auto;
	position: absolute !important;
	top: 4px;
	right: 5px;
	z-index: 1;
}
.mylogbum_add_baloon small {
	display: block;
	font-size: 0.68rem;
	margin-top: 10px;
	font-weight: 300;
}

.mylogbum_add_baloon::after {
    bottom: 99%;
    left: 64px;
    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;
}

.list8_01 div div.excerpt.limit_logbum_graybox {
	padding:0;
}