@charset "UTF-8";
/*
Theme Name: tokyocafe-guide
Author: eclore
Author URI: https://eclr.jp/
*/

/*reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

p {
	margin: 0;
}

ol,
ul,
li {
	list-style: none;
}

/*reset*/

/*共通設定*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	color: #4E342E;
	font-optical-sizing: auto;
	font-size: 1rem;
}

a {
	text-decoration: none;
	transition: 0.2s;
}

.wrapper a:hover {
	opacity: 0.8;
}

img {
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	display: block;
}

.en {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-optical-sizing: auto;
	line-height: 1.6;
}

.wrapper {
	padding-top: 80px;
}

.content .main h1 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.content_wrapper .top_h1_en {
	position: relative;
	text-align: center;
	line-height: 1;
	font-size: 1.5rem;
	width: fit-content;
	margin: 0 auto 8px;
}

.content_wrapper .top_h1_en::before,
.content_wrapper .top_h1_en::after {
	display: block;
	content: "";
	width: 24px;
	height: 2px;
	flex-grow: 1;
	background-color: #4E342E;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.content_wrapper .top_h1_en::before {
	left: -40px;
}

.content_wrapper .top_h1_en::after {
	right: -40px;
}

.content_wrapper .top_h1 {
	font-size: 1.875rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.4;
}

.content_wrapper .main h2,
.content_wrapper .main .kuchikomi_h1 {
	font-size: 22px;
	background: #FF8C42;
	color: #fff;
	padding: 15px;
	margin: 20px 0 20px;
	font-weight: 700;
	border: 2px solid #4E342E;
	box-shadow: 4px 4px 0px #4E342E;
}

.content_wrapper .main h3:not(.title) {
	font-size: 18px;
	background: #fff;
	border-left: solid 3px #FF8C42;
	background: #FEF9F3;
	border-bottom: 1px solid #FFF2E3;
	padding: 10px;
	margin: 40px 0 20px;
	font-weight: 700;
}

.content_wrapper .main h4 {
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 10px;
	display: flex;
	align-items: center;
}

.content_wrapper .main h4:before {
	border-top: 1px solid;
	content: "";
	width: 10px;
	margin-right: 5px;
}

/*header*/
#drawer_menu_button {
	display: none;
}

#header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	background: #FF8C42;
	border-bottom: 2px solid #4E342E;
	position: fixed;
	padding: 10px 60px;
	z-index: 10;
}

.header_inner {
	height: 100%;
}

#header_logo {
	max-width: 300px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}

#header_logo a {
	display: block;
	height: 100%;
	position: relative;
	z-index: 11;
}

#header_logo a img {
	height: 100%;
	display: block;
}

#global_menu {
	--menu-gap: 4rem;
}

#global_menu .menu {
	display: flex;
	column-gap: var(--menu-gap);
}

#global_menu .menu li {
	position: relative;
}

#global_menu .menu li:not(:last-child)::after {
	display: block;
	content: "";
	width: 0.4rem;
	height: 0.4rem;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: calc(var(--menu-gap) / -2 - 0.2rem);
	transform: translateY(-50%);
}

#global_menu .menu a {
	display: grid;
	justify-items: center;
	color: #fff;
}

#global_menu .menu a:hover {
	transform: scale(1.05);
}

#global_menu .menu a .menu_en {
	font-size: 1.25rem;
	line-height: 1.4;
}

#global_menu .menu a .menu_ja {
	font-size: 1rem;
	line-height: 1.4;
}

/*footer*/
#footer {
	border-top: 2px solid #4E342E;
	color: #fff;
	background: #FF8C42;
}

#footer_logo {
	max-width: 230px;
	margin: 40px auto 0;
}

#fotoer_logo a {
	display: block;
	height: 100%;
}

#fotoer_logo a img {
	height: 100%;
	display: block;
}

#footer_menu {
	--footer-gap: 3rem;
}

#footer_menu {
	padding: 30px 60px 40px;
}

#footer_menu .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: var(--footer-gap);
	row-gap: 10px;
}

#footer_menu .menu li {
	position: relative;
	line-height: 1;
}

#footer_menu .menu li:not(:last-child)::after {
	display: block;
	content: "";
	width: 0.3rem;
	height: 0.3rem;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: calc(var(--footer-gap) / -2 - 0.15rem);
	transform: translateY(-50%);
}

#footer_menu .menu a {
	color: #fff;
	font-weight: 600;
	font-size: 1.125rem;
}

#copyright {
	background: #4E342E;
	padding: 20px 60px;
}

#copyright p {
	line-height: 1;
	text-align: center;
	font-weight: 600;
}

/*morebtn*/
.more_btn_wrap .more_btn {
	display: block;
	font-size: 1.125rem;
	background: #FF8C42;
	color: #fff;
	padding: 10px;
	margin: 20px auto 40px;
	font-weight: 700;
	border: 2px solid #4E342E;
	box-shadow: 4px 4px 0px #4E342E;
	border-radius: calc(infinity * 1px);
	max-width: 200px;
	text-align: center;
	transition:
		box-shadow 0.3s ease,
		transform 0.3s ease;
}

.more_btn_wrap .more_btn:hover {
	opacity: 1;
	background: #FFF2E3;
	color: #4E342E;
	box-shadow: 0 0 0 #4E342E;
	transform: translate(4px, 4px);
}

/*content_wrapper*/
/*共通装飾*/
.content_wrapper {
	max-width: 1200px;
	margin: 0 auto 0;
	display: flex;
	justify-content: space-between;
	padding: 40px 0 80px;
	gap: 30px;
}

.u-fv {
	width: 100%;
}

.u-fv h1,
.u-fv p {
	font-weight: bold;
	letter-spacing: 2.5px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
	font-size: 1.5rem;
	background: #fef9f3;
}

.breadcrumbs_outer {
	width: 100%;
	background: #fff2e3;
}

.breadcrumbs {
	margin: 0 auto;
	padding: 10px;
	max-width: 1200px;
	font-size: 14px;
}

.breadcrumbs a {
	color: #4E342E;
}

.content_wrapper .main {
	flex: 1;
}

.content_wrapper .sidebar {
	width: 325px;
}

.content_wrapper .sidebar .sidebar-wrapper {
	margin: 0 0 30px;
	border: 2px solid #4E342E;
	border-radius: 10px;
	overflow: hidden;
}

.content_wrapper .sidebar .sidebar-wrapper .side_ttl {
	color: #fff;
	background: #FF8C42;
	border-bottom: 2px solid #4E342E;
	display: grid;
	align-items: center;
	justify-content: center;
	justify-items: center;
	padding: 1rem 0;
}

.content_wrapper .sidebar .sidebar-wrapper .side_ttl .side_en {
	font-size: 1.5rem;
	line-height: 1.2;
}

.content_wrapper .sidebar .sidebar-wrapper .side_ttl .side_ja {
	line-height: 1.2;
}

.content_wrapper .sidebar .sidebar-wrapper ul li:not(:last-child) {
	border-bottom: 2px dotted #4E342E;
}

.content_wrapper .sidebar .sidebar-wrapper ul li:nth-child(odd) {
	background-color: #FEF9F3;
}

.content_wrapper .sidebar .sidebar-wrapper ul li:nth-child(even) {
	background-color: #FFF2E3;
}

.content_wrapper .sidebar .sidebar-wrapper ul li a {
	color: #4E342E;
	display: block;
}

/*side-ranking*/
.content_wrapper .sidebar .side-ranking .ranking_ul .ranking_li a {
	padding: 10px 40px;
	display: grid;
	grid-template-columns: 4ch 1fr;
	align-items: center;
	gap: 15px;
	min-height: 67px;
}

.side-ranking .ranking_ul .ranking_li .ranking_num {
	font-size: 2rem;
	display: grid;
	justify-content: center;
	justify-items: center;
	line-height: 1;
}

.side-ranking .ranking_ul .ranking_li .ranking_num.rank-1 {
	color: #D4A017;
}

.side-ranking .ranking_ul .ranking_li .ranking_num.rank-2 {
	color: #B8B8B8;
}

.side-ranking .ranking_ul .ranking_li .ranking_num.rank-3 {
	color: #D79F68;
}

.side-ranking .ranking_ul .ranking_li .side-ranking-crown {
	display: block;
	width: 20px;
}

.side-ranking .ranking_ul .ranking_li .ranking_shop {
	font-weight: 500;
	font-size: 1.25rem;
}

/*side-column*/
.content_wrapper .sidebar .sidebar-wrapper .rpwe-link {
	display: grid;
	grid-template-columns: 45% 1fr;
	gap: 15px;
	padding: 15px;
}

.content_wrapper .sidebar .sidebar-wrapper .rpwe-li .rpwe-title {
	font-weight: 500;
}

.content_wrapper .sidebar .sidebar-wrapper .rpwe-li a img {
	width: 100%;
	object-fit: cover;
	max-height: 200px;
	aspect-ratio: 3 / 2;
}

/*category*/
.content_wrapper .sidebar .sidebar-wrapper.side-category .cat-item-none {
	min-height: 67px;
}

.content_wrapper .sidebar .sidebar-wrapper.side-category li a {
	font-weight: 500;
	font-size: 1.25rem;
	padding: 10px 20px;
	text-align: center;
}

.content_wrapper .sidebar .sidebar-wrapper.side-category .count {
	display: none;
}

/*top-mvarea*/
.mv-area {
	margin: 40px auto 10px;
	max-width: 1200px;
	border-radius: 40px;
	border: 2px solid #4E342E;
	overflow: hidden;
	aspect-ratio: 12 / 5;
}

.mv-area img {
	object-fit: cover;
}

/*ranking-card*/
.ranking-card {
	margin: 40px 0 30px;
	border-radius: 10px;
	position: relative;
}

.ranking-card .ranking-card-crown {
	position: absolute;
	bottom: 100%;
	left: 36px;
	width: 35px;
}

.ranking-card .ranking-card_top {
	background-color: #4E342E;
	border: 2px solid #4E342E;
	color: #fff;
	font-weight: 700;
	border-radius: 10px 10px 0 0;
	display: flex;
	align-items: center;
	padding: 10px 30px;
	gap: 20px;
}

.ranking-card .ranking-card_top .rank.en {
	background: #fff;
	color: #4e342e;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
}

.ranking-card.ranking-card-1 .ranking-card_top .rank.en {
	color: #D4A017;
}

.ranking-card.ranking-card-2 .ranking-card_top .rank.en {
	color: #B8B8B8;
}

.ranking-card.ranking-card-3 .ranking-card_top .rank.en {
	color: #D79F68;
}

.ranking-card .ranking-card_top .shop-name {
	font-size: 1.5rem;
	line-height: 1;
}

.ranking-card-thumb {
	border: 2px solid #4E342E;
	border-radius: 10px;
	overflow: hidden;
	max-height: 266px;
}

.ranking-card-thumb img {
	object-fit: cover;
	height: 100%;
}

.ranking-card .ranking-card_bottom_wrap {
	border-left: 2px solid #4E342E;
	border-right: 2px solid #4E342E;
	border-bottom: 2px solid #4E342E;
	border-radius: 0 0 10px 10px;
	background-color: #FEF9F3;
	padding: 20px 30px;
}

.ranking-card .ranking-card_bottom {
	display: grid;
	gap: 20px;
	grid-template-columns: 320px 1fr;
}

.ranking-card-detail-wrap {
	border: 2px solid #4E342E;
	border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.ranking-card-detail {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.125rem;
	color: #4E342E;
	line-height: 1.4;
	word-break: break-all;
}

.ranking-card-detail .row+.row th,
.ranking-card-detail .row+.row td {
	border-top: 2px solid #4E342E;
}

/* 左側（項目名） */
.ranking-card-detail-h {
	width: 95px;
	background-color: #FF8C42;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	border-right: 2px solid #4E342E;
	vertical-align: middle;
}

/* 右側（値） */
.ranking-card-detail-d {
	padding: 10px;
	background-color: #fff;
}

.ranking-card-detail a {
	color: #FF8C42;
}

.ranking-card .ranking-card_bottom_wrap .ranking-card-more {
	text-align: right;
	margin-top: 20px;
}

.ranking-card .ranking-card_bottom_wrap .ranking-card-more a {
	color: #4E342E;
	font-size: 1.25rem;
	font-weight: 700;
	position: relative;
	padding-right: 20px;
}

.ranking-card .ranking-card_bottom_wrap .ranking-card-more a::after {
	display: block;
	content: "";
	border-top: 2px solid #4E342E;
	border-right: 2px solid #4E342E;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 7px;
	transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width:1200px) {
	.ranking-card .ranking-card_bottom {
		grid-template-columns: 1fr;
	}
}

/*投稿フォーム*/
.form_table_wrap {
	border: 2px solid #4E342E;
	border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.form_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.125rem;
	color: #4E342E;
	line-height: 1.4;
	word-break: break-all;
}

.form_table tr+tr th,
.form_table tr+tr td {
	border-top: 2px solid #4E342E;
}

/* 左側（項目名） */
.form_table th {
	width: 170px;
	background-color: #FF8C42;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	border-right: 2px solid #4E342E;
	vertical-align: middle;
}

/* 右側（値） */
.form_table td {
	padding: 10px;
	background: #fef9f3;
}

.form_table input[type="text"],
.form_table textarea {
	width: 100%;
	background: #fef9f3;
	font-size: 1rem;
	line-height: 1.2;
	padding: 8px;
	border: 2px solid #4E342E;
	background-color: #fff;
	box-sizing: border-box;
}

.form_table input[type="text"]:focus,
.form_table textarea:focus {
	outline: none;
	border-color: #ff8c42;
}

.form_table .wpcf7-not-valid-tip {
	font-size: 0.9rem;
}

form input[type="submit"] {
	cursor: pointer;
	display: block;
	font-size: 1.125rem;
	background: #FF8C42;
	color: #fff;
	padding: 10px;
	margin: 20px auto 40px;
	font-weight: 700;
	border: 2px solid #4E342E;
	box-shadow: 4px 4px 0px #4E342E;
	border-radius: 10px;
	width: 160px;
	text-align: center;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

form input[type="submit"]:hover {
	opacity: 1;
	background: #FFF2E3;
	color: #4E342E;
	box-shadow: 0 0 0 #4E342E;
	transform: translate(4px, 4px);
}

/****** コラム ******/

/*一覧ページ装飾*/

.column .content_wrapper .main ul .thumbnail {
	width: 270px;
}

.column .content_wrapper .main ul .thumbnail img {
	height: 150px;
}

.column .content_wrapper .main ul .content .title {
	font-size: 20px;
}

.column .content_wrapper .main ul a {
	color: #4E342E;
}

.column .content_wrapper .main ul .content .des {
	font-size: 14px;
}

.column .content_wrapper .main ul .content .time {
	font-size: 14px;
	color: #aaa;
}

.under-content .main>h2:first-of-type,
.under-content .main .kuchikomi_h1 {
	margin: 0 0 40px;
}

/*詳細ページ装飾*/
.content .data .category a {
	font-size: 12px;
}

.content .data .time {
	font-size: 12px;
}

.content .main .thumbnail img {
	height: 400px !important;
}

.content #ez-toc-container .ez-toc-title {
	font-size: 16px;
}

.content #ez-toc-container a {
	font-size: 16px;
}

.content .yarpp h3 {
	font-size: 20px;
}

.content .yarpp a .yarpp-thumbnail-title {
	font-size: 16px;
}

.supervisor .supervisor-title {
	font-size: 20px;
	background: #FF8C42;
	color: #fff;
}

.supervisor-profile .txt1 {
	font-size: 20px;
}

.supervisor-profile .txt2 {
	font-size: 16px;
}

.d1 .txt2 {
	font-size: 16px;
}

.supervisor_box .title {
	font-size: 20px;
	background: #FF8C42;
	color: #fff;
}

/*一覧ページ装飾*/

.column .content_wrapper .main ul a {
	margin: 0 0 30px;
	padding: 0 0 30px;
	display: flex;
	border-bottom: 2px dotted #4E342E;
}

.column .content_wrapper .main ul .thumbnail {
	margin: 0 20px 0 0;
}

.column .content_wrapper .main ul .thumbnail img {
	width: 100%;
	object-fit: cover;
}

.column .content_wrapper .main ul .content {
	flex: 1;
}

.column .content_wrapper .main ul .content .title {
	margin: 0 0 20px;
	font-weight: bold;
}

.column .content_wrapper .main ul .content .des {
	margin: 0 0 15px;
}

.wp-pagenavi {
	margin: 0;
	color: #4E342E;
	text-align: center;
	font-size: 14px;
}

.wp-pagenavi .current {
	color: #fff;
	background: #FF8C42;
	padding: 5px 15px;
	margin: 0 5px;
	border-radius: 5px;
}

.wp-pagenavi .page {
	color: #4E342E;
	padding: 5px 15px;
	margin: 0 5px;
}

.wp-pagenavi .page:hover {
	background: #eee;
	color: #4E342E;
	border-radius: 5px;
}

.wp-pagenavi .pages {
	color: #4E342E;
	padding: 5px 15px;
	margin: 0 5px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	padding: 5px 15px;
	margin: 0 5px;
	color: #FF8C42;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
	background: #eee;
	color: #4E342E;
	border-radius: 5px;
}

/*詳細ページ装飾*/
.content .data {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}

.content .data_in {
	display: flex;
	justify-content: flex-start;
}

.content .data .category a {
	background: #4E342E;
	padding: 3px 15px 5px;
	font-weight: bold;
	color: #fff;
	margin: 0 10px 20px 0;
	text-decoration: none;
}

.content .data .time {
	padding: 5px 0;
	color: #bbb;
}

.content .main .thumbnail {
	width: 100%;
	margin: 0 0 30px;
	border: 2px solid #4E342E;
	box-shadow: 4px 4px 0px #4E342E;
}

.content .main .thumbnail img {
	width: 100%;
	object-fit: cover;
}

.content .main a {
	color: #FF8C42;
	text-decoration: underline;
}

.content .main a:hover {
	text-decoration: none;
}

.content .main table:not(.ranking-card-detail):not(.form_table) {
	width: 100% !important;
	margin: 20px 0;
	display: block;
	border-collapse: collapse;
	border-spacing: 0;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.content .main table tbody {
	width: 100%;
	display: table;
}

.content .main table:not(.ranking-card-detail):not(.form_table) th {
	padding: 10px;
	background: #FEF9F3;
	border: solid 1px #ccc;
}

.content .main table:not(.ranking-card-detail) td {
	padding: 10px;
	border: solid 1px #ccc;
}

.content .main table ul {
	margin: 0;
	background: transparent;
	padding: 0 0 0 30px;
}

.content .main table a {
	margin: 0;
	padding: 0;
	display: inline;
}

.content .main ul {
	list-style: disc;
	margin: 20px 10px;
	background: #FEF9F3;
	padding: 20px 20px 20px 50px;
	line-height: 1.4em;
}

.content .main ol {
	list-style: decimal;
	margin: 20px 10px;
	background: #FEF9F3;
	padding: 20px 20px 20px 50px;
	line-height: 1.4em;
}

.content .main li {
	list-style: disc;
}

.content blockquote {
	position: relative;
	padding: 10px 15px 10px 60px;
	margin: 20px 0 30px;
	box-sizing: border-box;
	font-style: italic;
	background: #f5f5f5;
	color: #333;
}

.content blockquote:before {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	color: #777777;
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
}

.content blockquote p {
	padding: 0;
	margin: 7px 0;
	line-height: 1.7;
}

.content blockquote a {
	display: block;
	text-align: right;
	font-size: 0.9em;
	margin: 0 !important;
}

.content #ez-toc-container {
	width: 90%;
	margin: 30px 5% 0;
	padding: 20px 30px;
	background: #fef9f3;
	border: solid 1px #4E342E;
	border-radius: 5px;
}

#ez-toc-container .ez-toc-js-icon-con,
#ez-toc-container .ez-toc-toggle label {
	border: 1px solid #4E342E;
}

.content #ez-toc-container .ez-toc-title {
	margin: 0 0 20px;
}

.content #ez-toc-container a {
	margin: 0 0 10px;
	padding: 0;
	border: none;
	color: #4E342E;
}

.content #ez-toc-container a:hover {
	text-decoration: underline;
}

.content .yarpp h3 {
	background: none;
	padding: 0;
	border: none;
	margin: 40px 0 20px;
}

.content .yarpp .yarpp-thumbnails-horizontal {
	display: flex;
	flex-wrap: wrap;
}

.content .yarpp a {
	width: 50% !important;
	height: auto !important;
	display: flex;
	border: none;
	margin: 0 0 20px;
}

.content .yarpp a img {
	width: 40% !important;
	height: 90px !important;
	object-fit: cover;
	margin: 0 15px 0 0;
}

.content .yarpp a .yarpp-thumbnail-title {
	width: 60% !important;
	font-weight: normal;
	margin: 0;
	color: #4E342E;
	margin: 0 15px 0 0;
}

.content .yarpp a .yarpp-thumbnail-title:hover {
	color: #FF8C42 !important;
	text-decoration: underline;
}

.supervisor {
	border: 1px solid #e3e3e3;
	padding: 20px;
	margin: 50px 0 30px 0;
}

.supervisor .supervisor-title {
	text-align: center;
	margin: 0 0 20px;
	padding: 15px;
	color: #fff;
	font-weight: bold;
}

.supervisor .supervisor-profile .txt1 {
	margin: 0 0 10px;
	font-weight: bold;
}

.supervisor .supervisor-profile .txt2 {
	margin: 0 0 20px;
	font-weight: 400;
}

.supervisor .d1 {
	margin: 0 0 20px;
}

.supervisor .d1 .txt1 {
	font-weight: bold;
}

.supervisor .d1 .txt2 {
	font-weight: 400;
	margin: 0 0 10px;
}

.supervisor .d1 .txt2:last-child {
	margin: 0;
}

.supervisor .supervisor-profile-img {
	display: flex;
}

.supervisor .supervisor-img img {
	width: 100%;
}

.supervisor .supervisor-img {
	width: 30%;
	text-align: center;
}

.supervisor .supervisor-content {
	margin: 0 0 0 30px !important;
	width: 100% !important;
}

.lkc-card {
	margin: 10px 10px 15px;
}

.lkc-date,
.lkc-url {
	margin: 3px 0;
	padding-left: 0;
}

.lkc-content {
	height: auto;
}

.lkc-external-wrap,
.lkc-internal-wrap,
.lkc-this-wrap {
	max-width: none;
	width: 100%;
	border: #c9c9c9 solid 1px;
	box-shadow: none;
	background-color: transparent;
	border-radius: 5px;
}

.content .lkc-external-wrap a {
	text-decoration: none;
}

.linkcard {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.supervisor_box {
	border: 1px solid #e3e3e3;
	padding: 20px;
	margin: 50px 0 30px 0;
}

.supervisor_box .title {
	margin: 0 0 20px;
	padding: 20px;
	font-weight: bold;
}

.supervisor_box p {
	font-size: 95%;
}

.post_content .supervisor_box p {
	line-height: 2;
	margin: 0;
	line-height: 2;
	letter-spacing: 0;
}

.supervisor_box p.name {
	font-size: 26px;
	font-weight: bold;
}

.supervisor_box p.name span {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}

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

.supervisor_box .supervisor_name {
	padding-left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.supervisor_box p.detail_ttl {
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #4E342E;
	padding: 10px;
	margin: 20px 0 5px;
	background: #FEF9F3;
}

.supervisor_box .supervisor_detail {
	margin: 0 0 20px
}

.supervisor_box .supervisor_detail .text {
	font-weight: 500;
}

.supervisor_box .supervisor_name a {
	text-decoration: underline !important;
}

.supervisor_box a:hover {
	text-decoration: underline;
}

.post_content .supervisor_box a[target="_blank"] {
	color: #4E342E !important;
}

.supervisor_box .sns_area .sns_box {
	display: flex;
}

.supervisor_box .sns_area .sns_box a {
	margin-right: 30px;
}

/*口コミ*/
.single-kuchikomi .kuchikomi_menu-img {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 10px;
	margin: 20px auto 30px;
}

.single-kuchikomi .kuchikomi_menu-img img {
	border: 2px solid #4E342E;
	box-shadow: 4px 4px 0px #4E342E;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.single-kuchikomi .main .kuchikomi_h1 {
	margin: 0 0 20px;
}

.single-kuchikomi .content .data {
	margin: 0;
	display: block;
}

.single-kuchikomi .content .data .time {
	margin: 0;
	text-align: right;
}

/*sp版*/
@media screen and (min-width: 981px) and (max-width: 1200px) {
	#global_menu {
		--menu-gap: 2.5rem;
	}

	#global_menu .menu a .menu_en {
		font-size: 1.125rem;
	}

	#global_menu .menu a .menu_ja {
		font-size: 0.875rem;
	}

	#header,.content_wrapper {
		padding-inline: 20px;
	}

}

@media screen and (max-width:980px) {
	.wrapper {
		padding-top: 60px;
	}

	/*header*/
	#header {
		position: fixed;
		padding: 0;
		background-color: transparent;
		border: none;
		height: 60px;
	}

	.header_inner {
		position: relative;
		height: 100%;
		padding: 10px 20px;
		background: #FF8C42;
		border-bottom: 2px solid #4E342E;
		flex: 1;
		z-index: 10;
	}

	#global_menu {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #FFF2E3;
		z-index: 9;
		transform: translateY(-20px);
		opacity: 0;
		pointer-events: none;

		transition:
			transform 0.3s ease,
			opacity 0.3s ease;
	}

	#global_menu.is-open {
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}

	#global_menu .menu {
		display: grid;
		border-left: 2px solid #4E342E;
		border-right: 2px solid #4E342E;
		border-bottom: 2px solid #4E342E;
		box-shadow: 4px 4px 0px #4E342E;
	}

	#global_menu .menu a {
		color: #4E342E;
		padding: 10px 40px;
		font-weight: bold;
	}

	#global_menu .menu a .menu_ja {
		font-size: 1.125rem;
	}

	#global_menu .menu a .menu_en {
    font-size: 1.125rem;
}

	#global_menu .menu li:not(:last-child)::after {
		display: none;
	}

	#global_menu .menu li:nth-child(odd) {
		background-color: #FEF9F3;
	}

	#global_menu .menu li:nth-child(even) {
		background-color: #FFF2E3;
	}

	#global_menu .menu li:not(:last-child) {
		border-bottom: 2px dotted #4E342E;
	}

	#drawer_menu_button {
		position: absolute;
		width: 32px;
		height: 24px;
		display: inline-block;
		cursor: pointer;
		text-decoration: none;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}

	#drawer_menu_button span {
		position: absolute;
		left: 0;
		right: 0;
		height: 2px;
		background-color: #4E342E;
		border-radius: 999px;
		transition:
			top 0.2s ease,
			bottom 0.2s ease,
			transform 0.2s ease,
			opacity 0.15s ease;
	}

	#drawer_menu_button span:nth-child(1) {
		top: 0;
	}

	#drawer_menu_button span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}

	#drawer_menu_button span:nth-child(3) {
		bottom: 0;
	}

	#drawer_menu_button.is-open span:nth-child(1) {
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}

	#drawer_menu_button.is-open span:nth-child(2) {
		opacity: 0;
	}

	#drawer_menu_button.is-open span:nth-child(3) {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
	}

	/*header*/

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

	.breadcrumbs {
		width: 100%;
	}

	.u-fv h1,
	.u-fv p {
		width: 100%;
	}

	.content_wrapper {
		width: 100%;
		margin: 0 auto 0;
		flex-direction: column;
		padding: 40px 15px 40px;
	}

	.content_wrapper .main {
		width: 100%;
		margin: 0;
		order: 1;
	}

	.content_wrapper .sidebar .side-ranking .ranking_ul .ranking_li a {
		padding: 10px 20px;
		min-height: 60px;
	}

	.side-ranking .ranking_ul .ranking_li .ranking_num {
		font-size: 1.5rem;
	}

	.side-ranking .ranking_ul .ranking_li .ranking_shop {
		font-size: 1.125rem;
	}

	.content_wrapper .top_h1 {
		font-size: 1.25rem;
	}

	.content_wrapper .main h2,
	.content_wrapper .main .kuchikomi_h1 {
		font-size: 1.25rem;
		padding: 10px;
	}

	/*top*/
	.mv-area {
		margin: 0;
		border-radius: 0;
		border: none;
		border-bottom: 2px solid #4E342E;
	}

	.ranking-card .ranking-card_top {
		padding: 10px 15px;
		gap: 15px;
	}

	.ranking-card .ranking-card_bottom_wrap {
		padding: 15px;
	}

	.ranking-card .ranking-card_bottom {
		gap: 15px;
	}

	.ranking-card .ranking-card_bottom_wrap .ranking-card-more {
		margin-top: 15px;
	}

	.ranking-card .ranking-card-crown {
		left: 15px;
	}

	.ranking-card .ranking-card_top .shop-name {
		font-size: 1.25rem;
		line-height: 1;
	}

	.ranking-card .ranking-card_top .rank.en {
		width: 30px;
		height: 30px;
		font-size: 1.3rem;
	}

	.ranking-card-detail {
		font-size: 1rem;
	}

	.ranking-card .ranking-card_bottom_wrap .ranking-card-more a {
		font-size: 1.125rem;
	}

	/*投稿フォーム*/
	.form_table th {
		width: 100px;
		font-size: 15px;
		word-break: auto-phrase;
	}

	/*column*/
	.column .content_wrapper .main ul a {
		display: block;
	}

	.content_wrapper .main .thumbnail {
		width: 100% !important;
		margin: 0 0 10px !important;
	}

	.content_wrapper .main .thumbnail img {
		width: 100%;
		height: auto !important;
		max-height: 500px;
	}

	.content_wrapper .main .content {
		width: 100%;
	}

	.content_wrapper .main .content .title {
		margin: 0 0 10px;
	}

	.content_wrapper .main .content .des {
		margin: 0 0 10px;
	}

	.content_wrapper .main .content .time {
		margin: 0;
	}

	.content_wrapper .sidebar {
		width: 100%;
		order: 2;
	}

	.wp-pagenavi {
		margin: 40px 0;
	}

	.content .data {
		display: block;
		margin: 10px 0 10px;
	}

	.content .data .category a {
		display: inline-block;
	}

	.content .data .time {
		margin: 10px 0 0;
	}

	.content .yarpp {
		margin: 20px 0 50px;
	}

	.content .yarpp .yarpp-thumbnails-horizontal {
		display: block;
	}

	.content .yarpp a {
		width: 100% !important;
		margin: 0 0 20px;
	}

	.content .yarpp a img {
		width: 35% !important;
		height: 72px !important;
	}

	.content .yarpp a .yarpp-thumbnail-title {
		width: 65% !important;
		margin: 0 !important;
	}

	table:not(.ranking-card-detail):not(.form_table) {
		width: 100% !important;
		margin-bottom: 1rem;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	table:not(.ranking-card-detail):not(.form_table) tbody {
		width: 100%;
		display: table;
	}

	.content .main img {
		width: 100%;
	}

	.insta img {
		width: 27px;
		height: 27px;
	}

	.supervisor .supervisor-profile-img {
		flex-direction: column;
	}

	.supervisor .supervisor-img {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	.supervisor .supervisor-img img {
		width: 50%;
	}

	.supervisor .supervisor-title {
		margin: 0 0 10px 0 !important;
	}

	.supervisor .supervisor-content {
		margin: 0 auto !important;
		width: 95% !important;
	}

	.supervisor_box .supervisor_wrap {
		display: block;
		margin-bottom: 20px;
	}

	.post_content .supervisor_box .supervisor_name p:not(:first-child),
	.post_content .supervisor_box .supervisor_detail p:nth-child(2),
	.post_content .supervisor_box .supervisor_detail p:nth-child(4) {
		font-size: 14px !important;
	}

	.supervisor_box .supervisor_name {
		padding-left: 0;
		padding-top: 10px;
		display: block;
	}

	.supervisor_box p.name {
		font-size: 20px;
	}

	.supervisor_box .supervisor_img {
		text-align: center;
	}

	.supervisor_box p {
		font-size: 100%;
	}

	.supervisor_box .supervisor_img img {
		width: 250px;
	}

	.supervisor_box .sns_area .sns_box {
		flex-direction: column;
	}

	.supervisor_box .sns_area .sns_box a {
		margin: 0 0;
	}

	.supervisor_box .supervisor_detail {
		margin: 0 0 40px
	}
}

@media screen and (max-width:630px) {
	#footer_menu .menu {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	#footer_menu .menu a {
		font-size: 1rem;
	}

	#footer_menu .menu li:not(:last-child)::after {
		content: none;
	}

	#footer_menu .menu li::before {
		content: "・";
		left: 0;
	}

	img.lkc-thumbnail-img {
		height: auto !important;
	}
}

@media screen and (max-width:480px) {
	img.lkc-thumbnail-img {
		height: auto !important;
	}

	#footer_menu .menu {
		grid-template-columns: 1fr;
		justify-items: center;
	}
}



/***追記エリア***/
/*1029yarppデフォルトサムネ対策*/
.yarpp-thumbnail>img,
.yarpp-thumbnail-default {
	width: auto;
	height: auto;
	margin: 0;
}

.yarpp-thumbnail-default>img {
	min-height: auto;
	min-width: auto;
	width: 100%;
}

.yarpp-thumbnail .yarpp-thumbnail-default,
.yarpp-thumbnail>picture {
	flex: 1;
}