@charset "utf-8";
/* ===========================================================
	Blog CSS
=========================================================== */
.main_tit01 h1 span:nth-child(1) {
    text-transform: none;
}

/* 全体共通
========================================================== */
.post_date { font-size: 14px;}
.post_tit { font-size: 18px; }
.post_cat { display: flex; flex-wrap: wrap; font-size: 14px;}
.post_cat a { padding: 2px 15px; background: var(--color01); color: #fff;}
.post_cat a:hover { text-decoration: none;}
.post_tag { display: flex; flex-wrap: wrap; justify-content: flex-end; font-size: 14px;}

@media screen and (max-width: 600px) {
	.post_cat { font-size: 12px;}
	.post_cat a { padding: 2px 8px;}
	.post_tag { font-size: 12px;}
}


/* ウィジェット配置
========================================================== */
.widget .wp-block-archives-dropdown label { display: none;}
.widget select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; color: #000; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 16px; outline: none;}



/* 記事一覧レイアウト
========================================================== */
.page_tit { margin: 0 0 20px; font-size: 22px;}
.post_thumb img { width: 100%; height: 100%; object-fit: cover;}
.post_summary { display: flex;}
.post_summary .post_detail { flex-grow: 1; width: calc(100% - 420px); display: flex; justify-content: space-between; flex-direction: column; }
.post_summary .post_date { font-size: 13px; color: #8f8f8f; text-align: right; }
.post_summary .post_txt { font-size: 14px;}
.post_summary .post_txt a { display: inline; border-bottom: 1px solid #000; }
.post_summary .post_cat { margin: 0 0 25px; width: 100%; }
.post_summary .post_cat a:not(:last-child) { margin-right: 8px; }

.posts_layout_list .post_summary { justify-content: space-between; flex-wrap: wrap; margin-bottom: 0;}
.posts_layout_list .post_summary .post_thumb { flex-shrink: 0; width: 360px; height: 240px; margin: 0 60px 0 0;}
.posts_layout_list .post_summary .post_thumb a { display: block; }
.posts_layout_list .page_navi { margin: 70px 0 0;}
.posts_layout_list .post_summary.post_bd_all { padding: 25px 35px 35px; border: 1px solid var(--color02);}
.posts_layout_list .post_summary.post_bd_all + .post_bd_all { border-top: none;}
.posts_layout_list .post_summary.post_bd_all .post_tag { padding: 5px 0 0; border-top: 1px solid var(--color02);}

.posts_layout_list .coming { font-size: 24px; }

@media screen and (hover: hover) {
	.post_summary .post_detail a:hover .post_txt p { border-color: transparent;}
}

@media screen and (max-width: 600px) {
	.post_summary .post_tit { font-size: 16px; word-break: break-word;}
	.post_summary .post_txt { display: none; }
	.post_summary .post_detail { width: calc(50% - 10px); justify-content: center; }
	.post_summary .post_date { font-size: 12px; margin-top: 5%; }

	.posts_layout_list .post_summary { margin: 0 -6vw;}
	.posts_layout_list .post_summary .post_thumb { width: 50%; height: 29.6vw; margin-right: 10px;}
	.posts_layout_list .page_navi { margin: 30px 0 0;}
	.post_summary .post_cat { margin: 0 0 10px; }
	.post_summary .post_cat a { margin-bottom: 5px; }
	.posts_layout_list .post_summary.post_bd_all { padding: 20px 6vw; border-right: none; border-left: none;}

	.posts_layout_list .coming { font-size: 16px; }
}

/* ページナビ */
.page_navi { width: 100%;}
.page_navi .wp-pagenavi { display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.page_navi span,
.page_navi a { margin: 2px 5px; padding: 10px; box-sizing: border-box; line-height: 1;}
.page_navi .current { background: var(--color02);}
.page_navi.navi_square .current { border-radius: 3px;}



/* 記事詳細レイアウト
========================================================== */
.post_single .post_tit { border-bottom: 1px solid var(--color02);}
.post_single .post_cat { margin: 0 0 10px; }
.post_single .post_cat a + a { margin-left: 8px;}
.post_single .post_tag { margin: 0 0 20px; display: flex; align-items: center; justify-content: flex-start; font-size: 14px; }
.post_single .post_tag a { color: #8f8f8f;margin: 3px 0px; border-bottom: 1px solid #8f8f8f; line-height: 1.2; font-size: 14px; }
.post_single .post_tag a + a { margin-left: 10px;}
.post_single .post_tag a::before { content: '#';}

.post_single.post_bd_all { padding: 60px 39px 70px; border: 1px solid var(--color02);}
.post_single.post_bd_all .post_date { text-align: right; margin-top: 60px; }
.post_single.post_bd_all .post_tit { margin-top: 20px; padding: 0 0 30px; font-size: 25px; border-bottom: 1px dotted var(--color02); }
.post_single.post_bd_all .post_txt { padding: 30px 0 0;}
.post_single.post_bd_all .post_txt p { font-size: 14px; letter-spacing: 0.11em; line-height: 2.2; }

@media screen and (hover: hover) {
	.post_single .post_tag a:hover { border-color: transparent;}
}

@media screen and (max-width: 600px) {
	.post_single .post_cat { margin: 0 0 15px;}
	.post_single .post_cat a { margin: 5px 8px; }
	.post_single .post_cat a + a { margin: 5px 8px; }
	.post_single .post_tag { font-size: 14px; margin: 5px 0 0; }

	.post_single.post_bd_all { padding: 0; border: none;}
	.post_single.post_bd_all .post_date { margin-top: 45px; }
	.post_single.post_bd_all .post_tit { padding: 0 0 10px; font-size: 22px; }
	.post_single.post_bd_all .post_txt { padding: 20px 0 0;}
	.post_single.post_bd_all .post_txt p { font-size: 14px; line-height: 1.8; }
}

/* 前後記事へのリンク */
.article_navi ul { display: flex; justify-content: space-between; margin: 25px 0 0; font-size: 15px;}
.article_navi .return { margin: 0 50px;}
.article_navi .prev > *,
.article_navi .next > *{ position: relative;}
.article_navi .prev > p,
.article_navi .next > p { opacity: .5; }
.article_navi .prev > *::before,
.article_navi .next > *::before { content: '»'; width: 14px; height: 14px; line-height: 14px; position: absolute; top: 50%; }
.article_navi .prev > * { padding: 0 0 0 20px;}
.article_navi .prev > *::before { left: 0; transform: translateY(-50%) rotate(180deg); }
.article_navi .next > * { padding: 0 20px 0 0;}
.article_navi .next > *::before { right: 0; transform: translateY(-50%);line-height: 12px; }

@media screen and (max-width: 600px) {
	.article_navi ul { justify-content: space-between; margin: 30px 0 0; font-size: 12px;}
	.article_navi .return { margin: 0 15px; text-align: center;}
}


/* ウィジェット配置
========================================================== */
.widget_side { display: flex; justify-content: space-between; flex-direction: row-reverse; margin-bottom: 150px; margin-top: 80px;}
.widget_side main { width: calc(100% - 240px);}
.widget_side .posts { width: 100%;}
.widget_side .widget { width: 200px;}
.widget_side .widget_tit { margin: 0 0 5px;}
.widget_side .widget_box + .widget_box { margin: 40px 0 0;}
.widget_side .widget_box li { padding: 15px 8px; border-bottom: 1px dotted var(--color02);}
.widget_side .widget_box li a { display: block; }
.widget_side .widget_box li .wp-block-latest-posts__post-date { display: block; font-size: 14px;}
.widget_side .widget_box .children { margin: 5px 0 0; }
.widget_side .widget_box .children li { padding: 3px 20px; border-bottom: none; text-indent: calc(-0.5em - 10px);}
.widget_side .widget_box .children li::before { content: '-'; margin: 0 10px 0 0;}
.widget_side .widget_box .children li:last-child { padding-bottom: 0;}
.widget_side .widget select { width: 100%; height: 40px; padding: 5px 45px 5px 20px; margin: 10px 0 0; background-position: right 20px center; border: 1px solid var(--color02);}
.widget_side .widget input[type="search"] { width: 100%; height: 40px;}
.widget_side .widget.widget_bg .widget_tit { padding: 5px 8px; background: var(--color01); color: #fff; }

.widget_side .widget_box .wp-block-tag-cloud a { display: block; padding: 5px 8px; margin: 0; font-size: 14px; width: fit-content;}
.widget_side .widget_box .wp-block-tag-cloud a::before { content: '#'; }
.widget_side .widget_box .wp-block-tag-cloud { margin-top: 25px; }

@media screen and (max-width: 600px) {
	.widget_side { display: block; margin-bottom: 80px; margin-top: 60px;}
	.widget_side main,
	.widget_side .posts,
	.widget_side .widget { width: auto; max-width: none;}
	.widget_side main { margin: 0 0 60px;}
	.widget_side .widget_box + .widget_box { margin-top: 25px;}
	.widget_side .widget_box li { padding: 8px 10px; font-size: 14px;}

	.widget_side .widget_box .wp-block-tag-cloud { margin-top: 10px; }
	.widget_side .widget_box .wp-block-tag-cloud a { display: inline-block; padding: 0; margin: 0 5px; }
}


/* イベント
========================================================== */
#event_calendar { margin-bottom: 50px; }
#event_calendar > p { margin-bottom: 10px; font-size: 18px; color: #de3721; }
#event_calendar .tbl_tit { padding: 10px 30px; font-size: 18px; color: #fff; font-weight: normal; background: var(--color01); text-align: left; }
#event_calendar table { width: 100%; }
#event_calendar td,
#event_calendar th { padding: 10px 50px; border: 1px solid var(--color02); }
#event_calendar .tbl_month { width: 20%; text-align: center; background: var(--color03); border-right: none; box-sizing: border-box; vertical-align: middle; }
#event_calendar .tbl_link { width: 80%; border-left: none;  }
#event_calendar .tbl_link a { display: block; width: fit-content; text-decoration: underline; }
#event_calendar .tbl_link ul li + li { margin-top: 10px;}
.post_body .event_table { font-size: 16px; margin-top: 50px; }
.post_body .event_table div { display: flex; border-bottom: 1px solid var(--color02); }
.post_body .event_table dt{ width: 155px; margin: 0; padding: 15px 5px; font-weight: normal; display: flex; align-items: center; flex-shrink: 0; box-sizing: border-box; color: #000; }
.post_body .event_table dd{ padding: 15px 5px; flex-grow: 1; }
.post_body .event_table dd p  { margin: 0;}
.post_body .event_table dd ul { margin: 5px 0 10px;}
.post_body .event_table dd ol { margin: 5px 0 10px 20px;}

@media screen and (max-width: 600px) {
	#event_calendar { margin-bottom: 50px; }
	#event_calendar .tbl_tit { padding: 10px 20px; font-size: 16px; }
	#event_calendar td,
	#event_calendar th { padding: 10px; border: 1px solid var(--color02); }
	#event_calendar .tbl_month { width: 50px; }
	#event_calendar .tbl_link { width: calc(100% - 50px); }
	#event_calendar table + p { margin-top: 10px; }
	.post_body .event_table { font-size: 14px; margin-top: 25px; }
	.post_body .event_table div { flex-direction: column; }
	.post_body .event_table dt { width: 100%; padding: 10px 5px 0; color: #926010; }
	.post_body .event_table dd { width: 100%; padding: 0 5px 10px; }
}


/* 特集
========================================================== */
.post_single.post_bd_all.specialfeature .post_body h2{ color: #000; font-size: 25px; letter-spacing: 0; margin: 0; }
.post_single.post_bd_all.specialfeature .post_body h3{ font-size: 14px; margin: 0; letter-spacing: 0; }
.post_single.post_bd_all.specialfeature .post_body h3::before { display: none; }
.post_single.post_bd_all.specialfeature .post_body h4{ color: #000; letter-spacing: 0; font-weight: normal; margin: 0; }
.post_single.post_bd_all.specialfeature .post_body h5,
.post_single.post_bd_all.specialfeature .post_body h6{ font-weight: normal; }
.post_single.post_bd_all.specialfeature .post_body { font-size: 14px; }
.post_single.post_bd_all.specialfeature .post_body .clr_red { color: #de3721;}
.post_single.post_bd_all.specialfeature .post_body .txt_bold { font-size: 15px; font-weight: bold; }
.post_single.post_bd_all.specialfeature .post_body ul li + li { margin-top: 15px;}
.post_single.post_bd_all.specialfeature .post_body #sec01 { margin-top: 55px; }
.post_single.post_bd_all.specialfeature .post_txt.post_body #sec01.mar_t_110 { margin-top: 110px;}
.post_single.post_bd_all.specialfeature .post_body section + section { margin-top: 60px; padding-top: 65px; border-top: 1px dotted var(--color02); }
.post_single.post_bd_all.specialfeature .post_body .border_no { border-top: none; padding-top: 0; }
.post_single.post_bd_all.specialfeature .post_txt .tit_01 { color: #926010; font-size: 17px; letter-spacing: 0.11em; margin-bottom: 25px; }
.post_single.post_bd_all.specialfeature .post_txt .tit_02 { font-size: 17px; margin-bottom: 30px; letter-spacing: 0.11em; }
.post_single.post_bd_all.specialfeature .post_txt .tit_02::before { content: '●';}
.post_single.post_bd_all.specialfeature .post_txt .tit_03 { color: #d9451a; letter-spacing: 0.11em; font-weight: bold; }
.post_single.post_bd_all.specialfeature .post_txt .tit_04 { text-align: center; font-size: 17px; border-radius: 50px; padding: 10px 25px; box-sizing: border-box; width: fit-content; min-width: 150px; color: #fff; margin-bottom: 35px;}
.post_single.post_bd_all.specialfeature .post_txt .tit_05 { width: fit-content; min-width: 220px; padding: 5px 40px; border-radius: 50px; background: var(--color02); margin-bottom: 15px; box-sizing: border-box; text-align: center; }
.post_single.post_bd_all.specialfeature .post_txt .tit_06 { text-align: center; color: #926010; background: #decfb7; font-size: 20px; padding: 10px; box-sizing: border-box; margin-bottom: 60px; letter-spacing: 0.07em; }
.post_single.post_bd_all.specialfeature .post_txt .photo + .tit_03 { margin-top: 30px; }
.post_single.post_bd_all.specialfeature .post_txt .tit_03 + p { margin-top: 15px; }
.post_single.post_bd_all.specialfeature .post_txt p + .tit_05 { margin-top: 40px; }
.post_single.post_bd_all.specialfeature .post_txt p { font-size: 14px; line-height: 2.5; letter-spacing: 0.11em; }
.post_single.post_bd_all.specialfeature .post_txt p + p { margin-top: 50px;}
.post_single.post_bd_all.specialfeature .post_txt p + a { margin-top: 30px;}
.post_single.post_bd_all.specialfeature .post_txt .photo { text-align: center; }
.post_single.post_bd_all.specialfeature .post_txt .photo + .photo { margin-top: 30px; }
.post_single.post_bd_all.specialfeature .post_txt p + .photo { margin-top: 45px; }
.post_single.post_bd_all.specialfeature .post_txt ul + .photo { margin-top: 65px; }
.post_single.post_bd_all.specialfeature .post_txt ul + p { margin-top: 40px; }
.post_single.post_bd_all.specialfeature .post_txt a + .photo { margin-top: 35px; }
.post_single.post_bd_all.specialfeature .post_txt .photo figcaption { margin-top: 10px; }
.post_single.post_bd_all.specialfeature .post_txt .txt_img { display: inline-block; margin: 0 20px; }
.post_single.post_bd_all.specialfeature .post_txt .center { text-align: center; }
.post_single.post_bd_all.specialfeature .post_txt .left { text-align: left; }
.post_single.post_bd_all.specialfeature .post_txt .right { text-align: right; }
.post_single.post_bd_all.specialfeature .post_txt .mymap { margin: 25px 0 50px; width: 100%; padding-top: 56.25%; position: relative; }
.post_single.post_bd_all.specialfeature .post_txt .mymap iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0;  }
.post_single.post_bd_all.specialfeature .post_body .contents_col { margin-top: 55px; padding: 55px 60px; box-sizing: border-box; width: min(420px, 100%); background: var(--color03); }
.post_single.post_bd_all.specialfeature .post_body .contents_col > p { font-size: 17px; margin: 0 0 25px; }
.post_single.post_bd_all.specialfeature .post_body .contents_col ul { margin: 0; line-height: 1.3; font-size: 15px; }
.post_single.post_bd_all.specialfeature .post_body .contents_col ul li + li { margin-top: 15px; }
.post_single.post_bd_all.specialfeature .post_body .contents_col ul li { padding: 0; text-indent: 0;}
.post_single.post_bd_all.specialfeature .post_body .contents_col ul li::before { display: none; }
.post_single.post_bd_all.specialfeature .post_body .contents_col ul li a { color: #000; border-bottom: 1px solid #000; }
.post_single.post_bd_all.specialfeature .post_body .contents_col ul li a::before { display: none; }

.post_single.post_bd_all.specialfeature .post_txt .index_col { padding: 55px 40px 65px; background: var(--color03); }
.post_single.post_bd_all.specialfeature .post_txt .index_col > div:not(h3 + div) { padding-top: 60px; margin-top: 60px; border-top: 1px dotted #393838; }
.post_single.post_bd_all.specialfeature .post_txt .index_col p + p { margin-top: 15px; }
.post_single.post_bd_all.specialfeature .post_txt .index_col > .border_no { border-top: none; padding-top: 0; }

.post_single.post_bd_all.specialfeature .post_body .detail_col { background: #fff; padding: 45px 50px 80px; }
.post_single.post_bd_all.specialfeature .post_txt .index_col > .detail_col { border: none; }
.post_single.post_bd_all.specialfeature .post_body .detail_col .tit_02 { border-bottom: 1px solid var(--color02); margin-bottom: 55px; padding-bottom: 15px; }
.post_single.post_bd_all.specialfeature .post_body .detail_col .tit_02.no_border { border: none; margin-bottom: 0; padding-bottom: 0; }
.post_single.post_bd_all.specialfeature .post_txt .detail_col p { line-height: 2; }
.post_single.post_bd_all.specialfeature .post_body .detail_col + .detail_col { margin-top: 70px; }
.post_single.post_bd_all.specialfeature .post_body .detail_col > div:not(.photo) { margin-top: 30px; padding-top: 30px; border-top: 1px dotted var(--color02);}

.post_single.post_bd_all.specialfeature .post_body .question_col { margin: 40px 0 0; font-size: 14px; }
.post_single.post_bd_all.specialfeature .post_body .question_col div { flex-direction: column; border: none; }
.post_single.post_bd_all.specialfeature .post_body .question_col div dt { width: 100%; padding: 15px 55px 15px 90px; border-radius: 10px; background: var(--color03); box-sizing: border-box; position: relative; }
.post_single.post_bd_all.specialfeature .post_body .question_col div dd { width: 100%; padding: 15px 55px 35px 90px; box-sizing: border-box; position: relative; }
.post_single.post_bd_all.specialfeature .post_body .question_col div dd p { line-height: 1.8; text-indent: 1em; margin: 0; }
.post_single.post_bd_all.specialfeature .post_body .question_col div dd p + p { margin-top: 10px; }
.post_single.post_bd_all.specialfeature .post_body .question_col div dt::before,
.post_single.post_bd_all.specialfeature .post_body .question_col div dd::before { display: block; position: absolute; top: 12px; left: 40px; width: 27px; height: 27px; border-radius: 50px; line-height: 27px; letter-spacing: -1px; text-align: center; margin-right: 20px; }
.post_single.post_bd_all.specialfeature .post_body .question_col div dt::before { content: 'Q'; background: #926010; color: #fff; }
.post_single.post_bd_all.specialfeature .post_body .question_col div dd::before { content: 'A'; border: 1px solid #926010; color: #926010; }

.post_single.post_bd_all.specialfeature .post_body .col_2 { display: flex; justify-content: space-between; flex-wrap: wrap; }
.post_single.post_bd_all.specialfeature .post_body .col_2 > div { width: min(357px, 100%); }
.post_single.post_bd_all.specialfeature .post_body .table_01 { margin: 20px auto; }
.post_single.post_bd_all.specialfeature .post_body .table_01 th{ width: 175px; padding: 25px 0 25px 35px; }
.post_single.post_bd_all.specialfeature .post_body .table_01 td{ padding: 25px 10px 25px 40px; }
.post_single.post_bd_all.specialfeature .post_body .table_02 { margin: 35px auto; border: none; }
.post_single.post_bd_all.specialfeature .post_body .table_02 td,
.post_single.post_bd_all.specialfeature .post_body .table_02 th { border: none; border-bottom: 1px solid var(--color02); }
.post_single.post_bd_all.specialfeature .post_body .table_02 th { width: 145px; background: #f5f4f2; color: #000; padding: 10px 0 10px 20px; }
.post_single.post_bd_all.specialfeature .post_body .table_02 td { padding: 10px 0 10px 70px; }
.post_single.post_bd_all.specialfeature .post_body .flex_box { display: flex; flex-wrap: wrap; }
.post_single.post_bd_all.specialfeature .post_body .flex_box.left { justify-content: flex-start; }
.post_single.post_bd_all.specialfeature .post_body .flex_box.center { justify-content: center; }
.post_single.post_bd_all.specialfeature .post_body .flex_box.space { justify-content: space-between; }
.post_single.post_bd_all.specialfeature .post_body .flex_box p { line-height: 2; }
.post_single.post_bd_all.specialfeature .post_body .note_col { font-size: 17px; padding: 30px; text-align: center; color: #bc3101; border: 1px solid #bc3101; background: #fff; }

.post_single.post_bd_all.specialfeature .post_body .cmn_btn01 { margin-top: 30px; padding: 18px 40px 18px 60px; box-sizing: border-box; display: block; color: #fff; font-size: 15px; background: #000; width: fit-content; }
.post_single.post_bd_all.specialfeature .post_body .cmn_btn01.reserve { padding: 18px 10px 18px 60px; width: min(310px, 100%); background: url(../img/common/icon_calendar.svg) no-repeat center left 33px, #000; border: 1px solid #000; }
.post_single.post_bd_all.specialfeature .post_body .cmn_btn01.reserve.prepare { padding: 18px 10px 18px;  text-align: center; background: #fff; color: #000; }
.post_single.post_bd_all.specialfeature .post_body ul .cmn_btn01.reserve { padding: 18px 10px 18px 95px;  width: min(390px, 100%); background-position: center left 65px;}
.post_single.post_bd_all.specialfeature .post_body ul .cmn_btn01.reserve::before { display: none; }
.post_single.post_bd_all.specialfeature .post_body .cmn_btn01.btn_red { padding: 18px 10px 18px 45px;  width: min(420px, 100%); background: #d9451a; }
.post_single.post_bd_all.specialfeature .post_body .cmn_btn01 span { border: none; }
.post_single.post_bd_all.specialfeature .post_body .pdf_link { display: block; margin-top: 35px; }

.post_single.post_bd_all.specialfeature .post_txt.post_body .btn_center { display: block; width: fit-content; margin: 45px auto 0; }
.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_b_0 { margin-bottom: 0;}
.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_b_10 { margin-bottom: 10px;}
.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_b_20 { margin-bottom: 20px;}
.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_b_40 { margin-bottom: 40px;}
.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_b_50 { margin-bottom: 50px;}
.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_t_0 { margin-top: 0;}
.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_t_5 { margin-top: 5px;}
.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_t_15 { margin-top: 15px;}
.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_t_25 { margin-top: 25px;}
.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_t_35 { margin-top: 35px;}
.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_t_50 { margin-top: 50px;}
.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_t_60 { margin-top: 60px;}
.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_t_70 { margin-top: 70px;}
.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_t_110 { margin-top: 110px;}
.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_r_35 { margin-right: 35px; }
.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_l_25 { margin-left: 25px; }
.post_single.post_bd_all.specialfeature .post_txt.post_body .pad_r_40 { padding-right: 40px; }
.post_single.post_bd_all.specialfeature .post_txt.post_body .pad_l_40 { padding-left: 40px; }
.post_single.post_bd_all.specialfeature .post_txt.post_body .pad_t_0 { padding-top: 0; }
.post_single.post_bd_all.specialfeature .post_txt.post_body .pad_b_0 { padding-bottom: 0; }

@media screen and (hover: hover) {
	.post_single.post_bd_all.specialfeature .post_body .contents_col ul li a:hover { border-color: transparent;}
}

@media screen and (max-width: 600px) {
	.post_single.post_bd_all.specialfeature { padding-bottom: 30px; border-bottom: 1px dotted var(--color02); }
	.post_single.post_bd_all.specialfeature .post_body ul li + li { margin-top: 10px;}
	.post_single.post_bd_all.specialfeature .post_body #sec01 { margin-top: 35px; }
	.post_single.post_bd_all.specialfeature .post_txt.post_body #sec01.mar_t_110 { margin-top: 50px;}
	.post_single.post_bd_all.specialfeature .post_body section + section { margin-top: 30px; padding-top: 35px; }
	.post_single.post_bd_all.specialfeature .post_txt .tit_01 { font-size: 16px; margin-bottom: 15px; letter-spacing: 0.05em; }
	.post_single.post_bd_all.specialfeature .post_txt .tit_02 { font-size: 15px; margin-bottom: 10px; }
	.post_single.post_bd_all.specialfeature .post_txt .tit_03 { letter-spacing: 0.05em; }
	.post_single.post_bd_all.specialfeature .post_txt .tit_04 { font-size: 15px; min-width: auto; padding: 10px 15px; margin-bottom: 15px;}
	.post_single.post_bd_all.specialfeature .post_txt .tit_05 { min-width: none; padding: 5px 20px; margin-bottom: 10px; }
	.post_single.post_bd_all.specialfeature .post_txt .tit_06 { font-size: 15px; margin-bottom: 15px; }
	.post_single.post_bd_all.specialfeature .post_txt .photo + .tit_03 { margin-top: 10px; }
	.post_single.post_bd_all.specialfeature .post_txt .photo + ul { margin-top: 5px; }
	.post_single.post_bd_all.specialfeature .post_txt .tit_03 + p { margin-top: 5px; }
	.post_single.post_bd_all.specialfeature .post_txt p { line-height: 1.8; letter-spacing: 0.05em; }
	.post_single.post_bd_all.specialfeature .post_txt p + p { margin-top: 20px;}
	.post_single.post_bd_all.specialfeature .post_txt p + a { margin-top: 15px; }
	.post_single.post_bd_all.specialfeature .post_txt .photo + .photo { margin-top: 15px; }
	.post_single.post_bd_all.specialfeature .post_txt p + .photo { margin-top: 20px; }
	.post_single.post_bd_all.specialfeature .post_txt ul + .photo { margin-top: 30px; }
	.post_single.post_bd_all.specialfeature .post_txt ul + p { margin-top: 20px; }
	.post_single.post_bd_all.specialfeature .post_txt a + .photo { margin-top: 20px; }
	.post_single.post_bd_all.specialfeature .post_txt .link_01 { border: none; line-height: 1.3; text-decoration: underline;}
	.post_single.post_bd_all.specialfeature .post_txt .link_01.prepare { text-decoration: none; }
	.post_single.post_bd_all.specialfeature .post_txt .photo figcaption { margin-top: 5px; }
	.post_single.post_bd_all.specialfeature .post_txt .txt_img { margin: 0 10px; }
	.post_single.post_bd_all.specialfeature .post_txt .mymap { margin: 15px 0 25px; padding-top: 75%; }
	.post_single.post_bd_all.specialfeature .post_body .contents_col { margin-top: 25px; padding: 30px 6%; }
	.post_single.post_bd_all.specialfeature .post_body .contents_col > p { font-size: 16px; margin: 0 0 15px; }
	.post_single.post_bd_all.specialfeature .post_body .contents_col ul { font-size: 14px; }
	.post_single.post_bd_all.specialfeature .post_body .contents_col ul li + li { margin-top: 10px; }

	.post_single.post_bd_all.specialfeature .post_txt .index_col { padding: 30px 6% 35px; }
	.post_single.post_bd_all.specialfeature .post_txt .index_col > div:not(h3 + div) { padding-top: 30px; margin-top: 30px; }
	.post_single.post_bd_all.specialfeature .post_txt .index_col p + p { margin-top: 10px; }

	.post_single.post_bd_all.specialfeature .post_body .detail_col { padding: 25px 4% 30px; }
	.post_single.post_bd_all.specialfeature .post_body .detail_col .tit_02 { margin-bottom: 20px; padding-bottom: 5px; }
	.post_single.post_bd_all.specialfeature .post_txt .detail_col p { line-height: 1.8; }
	.post_single.post_bd_all.specialfeature .post_body .detail_col + .detail_col { margin-top: 35px; }
	.post_single.post_bd_all.specialfeature .post_body .detail_col > div:not(.photo) { margin-top: 20px; padding-top: 20px; }

	.post_single.post_bd_all.specialfeature .post_body .question_col { margin: 20px 0 0; }
	.post_single.post_bd_all.specialfeature .post_body .question_col div dt { padding: 10px 6% 10px calc(6% + 37px); border-radius: 5px; color: #000; }
	.post_single.post_bd_all.specialfeature .post_body .question_col div dd { padding: 10px 6% 20px calc(6% + 37px); }
	.post_single.post_bd_all.specialfeature .post_body .question_col div dt::before,
	.post_single.post_bd_all.specialfeature .post_body .question_col div dd::before { top: 6px; left: 6%; margin-right: 10px; }

	.post_single.post_bd_all.specialfeature .post_body .col_2 { width: 88%; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
	.post_single.post_bd_all.specialfeature .post_body .col_2 > div { width: 100%; }
	.post_single.post_bd_all.specialfeature .post_body .flex_box p { line-height: 1.8; margin-top: 10px; }
	.post_single.post_bd_all.specialfeature .post_body .note_col { font-size: 15px; padding: 20px 4%; }
	.post_single.post_bd_all.specialfeature .post_body .table_01 th{ width: 100px; padding: 15px; }
	.post_single.post_bd_all.specialfeature .post_body .table_01 td { padding: 15px;}
	.post_single.post_bd_all.specialfeature .post_body .table_02 { margin: 20px auto; border: none; }
	.post_single.post_bd_all.specialfeature .post_body .table_02 th { width: 100px; padding: 15px; }
	.post_single.post_bd_all.specialfeature .post_body .table_02 td { padding: 15px;}

	.post_single.post_bd_all.specialfeature .post_body .cmn_btn01 { margin-top: 20px; padding: 18px 10px 18px; font-size: 14px; line-height: 1.2; }
	.post_single.post_bd_all.specialfeature .post_body .cmn_btn01.reserve { background-position: center left 20px; }
	.post_single.post_bd_all.specialfeature .post_body ul .cmn_btn01.reserve { padding: 18px 10px 18px 45px; background-position: center left calc(50% - 105px); text-align: center; }

	.post_single.post_bd_all.specialfeature .post_body .cmn_btn01.btn_red { padding: 18px 10px 18px; text-align: center; }
	.post_single.post_bd_all.specialfeature .post_body .pdf_link { margin-top: 20px; }

	.post_single.post_bd_all.specialfeature .post_txt.post_body .btn_center { margin: 20px auto 0;}
	.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_b_40 { margin-bottom: 20px;}
	.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_b_50 { margin-bottom: 25px;}
	.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_t_15 { margin-top: 10px;}
	.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_t_25 { margin-top: 15px;}
	.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_t_35 { margin-top: 25px;}
	.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_t_50 { margin-top: 15px;}
	.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_t_70 { margin-top: 30px;}
	.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_t_110 { margin-top: 50px;}
	.post_single.post_bd_all.specialfeature .post_txt.post_body .mar_r_35 { margin-right: 15px; }
	.post_single.post_bd_all.specialfeature .post_txt.post_body .pad_r_40 { padding-right: 4%; }
	.post_single.post_bd_all.specialfeature .post_txt.post_body .pad_l_40 { padding-left: 4%; }
	.post_single.post_bd_all.specialfeature .post_txt.post_body .sp_50 { width: calc(50% - 5px);}
	.post_single.post_bd_all.specialfeature .post_txt.post_body .sp_52 { width: 52%;}
	.post_single.post_bd_all.specialfeature .post_txt.post_body .sp_46 { width: 46%;}

}


/* ガルパン
========================================================== */
.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec01 .mymap { padding-top: 62%; }
@media screen and (max-width: 600px) {
	.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec01 .detail_col .flex_box img + img { margin-top: 5px; }
	.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec01 .mymap { padding-top: 75%; }
}

.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec02 .type .photo { width: 49%; }
.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec02 .type .name { width: 45%; }
.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec02 .type .name h4 { font-size: 30px; color: #668db6; }
.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec02 .type .name .tit_05{ background: #668db6; min-width: auto; color: #fff; line-height: 1; padding: 6px 20px; }
.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec02 .type .txt .list_dots li::before {content: '-';margin-right: 0.5em;}
.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec02 .type .txt .list_dots li + li{margin-top: 5px;}
.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec02 .type .txt .list_dots li a:before { display: none; }
.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec02 .type .txt .list_dots .prepare { display: inline; }
.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body .cmn_btn01 + p { display: inline; }
@media screen and (max-width: 600px) {
	.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec02 .flex_box { flex-direction: column; }
	.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec02 .type .photo,
	.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec02 .type .name { width: 100%; }
	.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec02 .type .name h4 { font-size: 22px; margin-bottom: 15px; }
	.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec02 .type .name .tit_05 { padding: 3px 15px; margin-bottom: 15px;}
	.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec02 .type .txt .cmn_btn01 { width: 100%; text-align: center; }
}

@media screen and (max-width: 600px) {
	.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec03 .tit_02{margin-top: 20px;}
	.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec03 a + p { margin-top: 5px;}
}

.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec05 dl { padding: 45px 35px; border: 1px solid var(--color02);}
.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec05 dt { color: #000; font-size: 17px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--color02); }
.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec05 dd { line-height: 2.2; }

@media screen and (max-width: 600px) {
	.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec05 dl { padding: 30px 6%; }
	.post_single.post_bd_all.specialfeature.garupan .post_txt.post_body #sec05 dd { line-height: 1.8; }
}



/* おすすめ観光プラン
========================================================== */
.rec_plan .post_body ul:not(.no_dots) li::before,
.rec_plan .post_body ul > li a:before, .rec_plan.post_body ul > li p:before { display: none; }
.rec_plan .post_body dl,
.rec_plan.post_single .post_body p { margin: 0; }
.rec_plan.post_single .post_body ul:not(.no_dots) li { padding: 0; text-indent: 0;}
.rec_plan .post_body dl div { display: block; border: none;}
.rec_plan.post_single.post_bd_all .post_txt p { line-height: 1.5; }
.rec_plan.post_single .post_body .comming { text-align: center; padding-top: 130px; }
.rec_plan.post_single .post_body .comming p { font-size: 17px; color: #b8351b; margin-bottom: 100px; }
.rec_plan.post_single .post_body .comming a { color: #000; border-color: #000; }

@media screen and (hover: hover) {
	.rec_plan .comming a:hover { color: #000; border-color: transparent;}
}
@media screen and (max-width: 600px) {
	.rec_plan .comming { padding-top: 60px; }
	.rec_plan .comming p { font-size: 16px; margin-bottom: 50px; }
}

/* rec_plan - lead_col */
.rec_plan #lead_col .cnav_col { margin-bottom: 20px; }
.rec_plan #lead_col .cnav_col li { width: calc((100% - 80px) / 3 ); font-size: 17px; position: relative; padding: 0; text-indent: 0; margin-top: 0; }
.rec_plan #lead_col .cnav_col li a { padding: 15px 10px 20px; color: #000; border: none; line-height: 1.5; }
.rec_plan #lead_col .cnav_col li span:nth-child(1) { font-size: 18px; display: block; line-height: 1; margin-bottom: 20px; border: none; }
.rec_plan.rec_info_recplan01 #lead_col .cnav_col li:nth-child(1) span:nth-child(2),
.rec_plan.rec_info_recplan02 #lead_col .cnav_col li:nth-child(2) span:nth-child(2),
.rec_plan.rec_info_recplan03 #lead_col .cnav_col li:nth-child(3) span:nth-child(2) { border-bottom: 1px solid #000; }
.rec_plan.rec_info_recplan01 #lead_col .cnav_col li:nth-child(1)::before,
.rec_plan.rec_info_recplan02 #lead_col .cnav_col li:nth-child(2)::before,
.rec_plan.rec_info_recplan03 #lead_col .cnav_col li:nth-child(3)::before { content: '＞'; display: block; font-size: 15px; transform: rotate(90deg) translate(-50%); position: absolute; bottom: -30px; right: 50%; line-height: 1; letter-spacing: 0; }

@media screen and (hover: hover) {
}

@media screen and (max-width: 600px) {
	.rec_plan #lead_col .cnav_col { margin-bottom: 20px; }
	.rec_plan #lead_col .cnav_col li { width: calc(50% - 5px); font-size: 15px; margin: 0 0 20px 0; }
	.rec_plan #lead_col .cnav_col li a { padding: 15px 10px 20px; }
	.rec_plan #lead_col .cnav_col li span:nth-child(1) { font-size: 14px; margin-bottom: 10px; }
	.rec_plan.rec_info_recplan01 #lead_col .cnav_col li:nth-child(1)::before,
	.rec_plan.rec_info_recplan02 #lead_col .cnav_col li:nth-child(2)::before,
	.rec_plan.rec_info_recplan03 #lead_col .cnav_col li:nth-child(3)::before { bottom: -25px; right: calc(50% - 7.5px);  }
}


/*  rec_plan - 共通 */
.rec_plan #sec01 { margin-top: 65px; letter-spacing: 0.06em; }
.rec_plan #sec01 h2 { color: #000; text-align: center; font-size: 25px; margin-bottom: 50px; }
.rec_plan #sec01 h2 span { display: block; line-height: 1; font-size: 18px; margin-bottom: 20px; }
.rec_plan #sec01 h3 { font-size: 25px; text-align: center; margin: 50px 0 40px; }
.rec_plan #sec01 h3::before { display: none; }
.rec_plan #sec01 h3 + p { font-size: 15px; line-height: 2.3;  }
.rec_plan #sec01 .index_col { margin: 80px 0; background: var(--color03); padding: 60px; font-size: 15px; box-sizing: border-box; width: fit-content; }
.rec_plan #sec01 .index_col > p { font-size: 17px; margin-bottom: 25px; }
.rec_plan #sec01 .index_col dl div { display: block; border: none; font-size: 15px; }
.rec_plan #sec01 .index_col dl div + div { margin-top: 40px; }
.rec_plan #sec01 .index_col dl dt { padding: 10px 65px; border-radius: 50px; background: var(--color02); margin-bottom: 10px; width: fit-content; line-height: 1; color: #000; }
.rec_plan #sec01 .index_col dl dd ul li { margin-top: 20px; }
.rec_plan #sec01 .index_col dl dd ul li a { color: #000; border: none; text-decoration: underline; line-height: 1.5; }
.rec_plan #sec01 .detail_col { margin-bottom: 60px; padding-bottom: 55px; border-bottom: 1px dotted #656565; }
.rec_plan #sec01 .detail_col:last-of-type { border-bottom: 0; margin-bottom: 0;}
.rec_plan #sec01 .detail_col h4 { color: #926010; font-size: 17px; margin-bottom: 25px; }
.rec_plan #sec01 .schedule_col > p { font-size: 17px; }
.rec_plan #sec01 .schedule_col .table_col { margin: 45px 0 0; font-size: 15px; background: var(--color03); }
.rec_plan #sec01 .schedule_col .table_col > p { font-size: 18px; line-height: 1; background: var(--color02); padding: 15px 45px; }
.rec_plan #sec01 .schedule_col .table_col dl > div { display: flex; justify-content: space-between; align-items: flex-start; padding: 60px 0 55px; margin: 25px; border-bottom: 2px solid #e4e4e4; }
.rec_plan #sec01 .schedule_col .table_col dl > div:last-child { border-bottom: none;}
.rec_plan #sec01 .schedule_col .table_col dl dt { display: block; text-align: center; background: #000; color: #fff; width: 110px; padding: 9px 0;flex-shrink: 0; }
.rec_plan #sec01 .schedule_col .table_col dl dd { margin-left: 50px; flex-grow: 1; }
.rec_plan #sec01 .schedule_col .table_col .table_tit { font-size: 20px; margin: 0 0 10px; }
.rec_plan #sec01 .schedule_col .table_col .table_txt { margin: 0; }
.rec_plan #sec01 .schedule_col .table_col div dd > * { margin: 0 0 0 -160px;  }
.rec_plan #sec01 .schedule_col .table_col .photo_col { display: flex; justify-content: center; margin-top: 35px; margin-bottom: 35px; }
.rec_plan #sec01 .schedule_col .table_col .photo_col .photo p { text-align: center; margin-top: 5px; }
.rec_plan #sec01 .schedule_col .table_col .photo_col .photo + .photo { margin-left: 10px;}
.rec_plan #sec01 .schedule_col .table_col div dd > ul { margin-top: 55px; margin-bottom: 25px; }
.rec_plan #sec01 .schedule_col .table_col div dd > ul li + li { margin-top: 25px; }
.rec_plan #sec01 .schedule_col .table_col div dd > a { margin-top: 20px; margin-bottom: 30px; }
.rec_plan #sec01 .link_col { font-size: 17px; line-height: 2; }
.rec_plan #sec01 .link_col h4 { margin-bottom: 45px; }
.rec_plan #sec01 .link_col a { width: fit-content; display: block; margin-top: 15px; }
.rec_plan #sec01 .link_col a + p { margin-top: 40px; }
.rec_plan #sec01 .link_col p + a { margin-top: 10px; }

@media screen and (hover: hover) {
	.rec_plan #sec01 .index_col dl dd ul li a:hover { border-color: transparent; }
}

@media screen and (max-width: 600px) {
	.rec_plan #sec01 { margin-top: 40px; }
	.rec_plan #sec01 h2 { font-size: 20px; margin-bottom: 25px; }
	.rec_plan #sec01 h2 span { font-size: 17px; margin-bottom: 10px; }
	.rec_plan #sec01 h3 { font-size: 20px; margin: 25px 0 20px; }
	.rec_plan #sec01 h3 + p { font-size: 14px; line-height: 1.8;  }
	.rec_plan #sec01 .index_col { margin: 40px 0; padding: 30px 4%; font-size: 14px; width: 100%; }
	.rec_plan #sec01 .index_col > p { font-size: 16px; margin-bottom: 20px; }
	.rec_plan #sec01 .index_col dl div + div { margin-top: 30px; }
	.rec_plan #sec01 .index_col dl dt { padding: 7px 30px;  }
	.rec_plan #sec01 .index_col dl dd ul li { margin-top: 10px; }
	.rec_plan #sec01 .index_col dl dd ul li a { display: inline; }
	.rec_plan #sec01 .detail_col { margin-bottom: 30px; padding-bottom: 25px; }
	.rec_plan #sec01 .detail_col h4 { font-size: 16px; margin-bottom: 15px; }
	.rec_plan #sec01 .schedule_col > p { font-size: 16px; }
	.rec_plan #sec01 .schedule_col .table_col { margin: 25px 0 0; font-size: 14px; }
	.rec_plan #sec01 .schedule_col .table_col > p { font-size: 16px; padding: 10px 30px; }
	.rec_plan #sec01 .schedule_col .table_col dl > div { flex-direction: column; padding: 30px 0; margin: 0 4%; border-bottom: 1px solid #e4e4e4; }
	.rec_plan #sec01 .schedule_col .table_col dl dt { width: auto; margin-bottom: 20px; padding: 5px 20px; }
	.rec_plan #sec01 .schedule_col .table_col dl dd { margin-left: 0; }
	.rec_plan #sec01 .schedule_col .table_col .table_tit { font-size: 18px; margin: 0 0 5px; }
	.rec_plan #sec01 .schedule_col .table_col div dd > * { margin: 0; }
	.rec_plan #sec01 .schedule_col .table_col .photo_col { flex-direction: column; margin-top: 25px; margin-bottom: 25px; }
	.rec_plan #sec01 .schedule_col .table_col .photo_col + .photo_col { margin-top: 10px;}
	.rec_plan #sec01 .schedule_col .table_col .photo_col .photo + .photo { margin: 10px 0 0;}
	.rec_plan #sec01 .schedule_col .table_col div dd > ul { margin-top: 25px; margin-bottom: 20px; }
	.rec_plan #sec01 .schedule_col .table_col div dd > ul li + li { margin-top: 10px; }
	.rec_plan #sec01 .schedule_col .table_col div dd > a { margin-top: 10px; margin-bottom: 20px; }
	.rec_plan #sec01 .schedule_col .table_col div dd a { display: inline; line-height: 1.3;}
	.rec_plan #sec01 .link_col { font-size: 15px; line-height: 1.8; }
	.rec_plan #sec01 .link_col h4 { margin-bottom: 25px; }
	.rec_plan #sec01 .link_col a { margin-top: 10px; border: none; }
	.rec_plan #sec01 .link_col a span { border-bottom: 1px solid; line-height: 1.3; }
	.rec_plan #sec01 .link_col a + p { margin-top: 20px; }
	.rec_plan #sec01 .link_col p + a { margin-top: 5px; }
}
