/* ===============================================
共通設定
=============================================== */
@charset "utf-8";

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

html {
  font-size: 10px;
}

body {
	background-color: #FFFFF1;
	overflow-x: hidden;
}

main {
	font-family: "プフ ピクニック", "Puhu Picnic",  "じゅん 34", "Jun 34";
	font-size: 3.2rem;
	color: #000000;
}
@media(max-width:768px) {
	main {
		font-size: 2.4rem;
	}
}

.font-awesom::before {
	font-family: 'Font Awesome 7 Free';
	font-weight: 900;
}

.content {
	line-height: 1.2;
	letter-spacing: -0.2rem;
}
.content-wrap {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 960px;
}
.section, .wp-content {
	margin-top: 120px;
	margin-bottom: 50px;
}
@media(max-width:768px) {
	.section, .wp-content {
		margin-top: 80px;
	}
}

.page-title-wrap {
	padding: 180px 0 20px;
	text-align: center;
}
.page-title {
	font-size: 5.6rem;
	font-weight: bold;
	font-family: "プフ ピクニック", "Puhu Picnic";
}
.page-image {
	margin-top: 20px;
}
@media(max-width:768px) {
	.page-title {
		font-size: 4.8rem;
	}
	.page-image {
		width: 50%;
	}
}

/* 他パーツ */
/* 電話番号リンク */
.content a[href^="tel:"], .content a[href^="tel:"]:hover {
	pointer-events: none;
	color: #000000;
	text-decoration: none;
}
@media(max-width:768px) {
	.content a[href^="tel:"], .content a[href^="tel:"]:hover {
		pointer-events: revert;
	}
	.content a[href^="tel:"] {
		transition: 0.2s;
		text-decoration: revert;
	}
	.content a[href^="tel:"]:hover {
		color: #905130;
		text-decoration: none;
	}
}

/* もっと見るの設定 */
.more-link {
	margin-top: 10px;
	text-align: right;
}
.more-link::before {
	content: '→';
	padding-right: 5px;
}
.more-link a {
	font-size: 4rem;
	font-family: "プフ ピクニック", "Puhu Picnic";
	text-decoration: none;
	vertical-align: middle;
	color: #000000;
	transition: 0.2s;
}
.more-link a:hover {
	color: #905130;
}
.more-link a .more-link_arrow {
	vertical-align:-10%;
}
@media(max-width:768px) {
	.more-link {
		margin: 20px 15px 0 0;
	}
	.more-link a {
		font-size: 3rem;
	}
}

/* 基本のボタン */
.button a ,.wp-block-button__link {
	margin: 0.5em auto;
	padding: 10px 20px;
	width: fit-content;
	min-width: 200px;
	font-size: 2.4rem;
	text-align: center;
	text-decoration: none;
	border: solid 4px #905130;
	border-radius: 9999px;
	color: #905130;
	background: transparent;
	transition: all 0.3s;
	display: block;
}
.button a:hover ,.wp-block-button__link:hover {
	color: #FFFFF1;
	background: #905130;
}
.button a {
	margin: 1em auto;
}
@media(max-width:768px) {
	.button a ,.wp-block-button__link {
		font-size: 2rem;
	}
}



/* ===============================================
文字・見出しのスタイル
=============================================== */
p:not(:last-child), .charlie-content-text p:not(:last-child) {
	margin-bottom: 0.8em;
}

/* セクション見出し */
.content h2:not([class]), .content h2:not(.wp-block-heading), .section_title {
	margin-top: 2em;
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 5.6rem;
	font-weight: bold;
	font-family: "プフ ピクニック", "Puhu Picnic";
}
@media(max-width:768px) {
	.content h2:not([class]), .content h2:not(.wp-block-heading), .section_title {
		margin-top: 50px;
		font-size: 5.2rem;
	}
	.content.top h2:not([class]), .content h2:not(.wp-block-heading), .top .section_title {
		font-size: 3.2rem;
	}
}
.content h2:not([class]), .content h2:not(.wp-block-heading):first-child, .section_title:first-child {
	margin-top: 0;
}

/* コンテンツ見出し */
.content h3:not([class]), .content h3:not(.wp-block-heading), .content_title {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 4.8rem;
	font-weight: bold;
	letter-spacing: -2px;
	font-family: "プフ ピクニック", "Puhu Picnic";
}
.content h3:not([class]), .content h3:not(.wp-block-heading):first-child, .content_title:first-child {
	margin-top: 0;
}

/* セクション見出し　白 */
.title-white {
	color: #FFFFF1;
	-webkit-text-stroke: 3px #000000;
}

/* セクション見出し　ボックス */
.title-box {
	margin: 0 auto 1.2em !important;
	padding: 10px 30px;
	width: fit-content;
	font-size: 4rem !important;
	color: #FFFFF1;
	border-radius: 9999px;
	background: #000000;
}
@media(max-width:768px) {
	.title-box {
		font-size: 3.2rem !important;
	}
}


/* wordpress本文専用スタイル */
.wp-content {
	margin-bottom: 60px;
	font-family:  "じゅん 34", "Jun 34";
	font-size: 2.4rem;
	letter-spacing: 0;
}
@media(max-width:768px) {
	.wp-content {
		font-size: 2rem;
	}
}

/* 強調 */
strong, .b {
	font-family:  "じゅん 501", "Jun 501";
}
/* 斜体 */
em {
	font-style: oblique;
}
/* 小さく */
small {
	font-size: 0.8em;
}


/* リスト */
.wp-content > ul, .wp-content > ol {
	margin: 2em 0;
	list-style: revert;
}
.wp-content ul li, .wp-content ol li {
	margin: 0.8em 0;
} 
/* liの中のリスト設定 */
.wp-content > ul li > ul, .wp-content > ul li > ol, .wp-content > ol li > ul, .wp-content > ol li > ol {
	margin: 0.8em 0;
}
.wp-content > ul li > ul > li, .wp-content > ul li > ol > li, .wp-content > ol li > ul > li, .wp-content > ol li > ol > li {
	margin: 0.5em 0;
}
/* 共通のリスト設定 */
.wp-content ul, .wp-content ol {
	list-style: revert;
}
.wp-content ul {
	padding-left: 1em;
}
.wp-content ol {
	padding-left: 1.5em;
}


.wp-content h2, .wp-content  h3, .wp-content  h4, .wp-content h5, .wp-content h6 {
	font-family: "プフ ピクニック", "Puhu Picnic";
	letter-spacing: -0.1em;
}

/* 見出し2 */
.wp-content h2 {
	position: relative;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding-left: 1.5em;
	font-size: 3.6rem;
	color: #905130;
	line-height: 1.4;
	text-align: revert;
}
.wp-content h2::before {
	position: absolute;
	top: 0;
	left: 0.5em;
	content: "";
	width: 6px;
	height: 100%;
	background-color: #905130;
}
@media(max-width:768px) {
	.wp-content h2 {
		padding-left: 1em;
		font-size: 3.2rem;
	}
	.wp-content h2::before {
		left: 0.2em;
	}
}

/* 見出し3 */
.wp-content h3 {
	margin-top: 2.2em;
	margin-bottom: 1em;
	padding: 0.4em;
	font-size: 2.8rem;
	color: #fff;
	background: #905130;
	line-height: 1.4;
}
@media(max-width:768px) {
	.wp-content h3 {
		padding: 0.2em 0.4em;
	}
}

/* 見出し4 */
.wp-content h4 {
	position: relative;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	font-size: 3rem;
	color: #905130;
}
.wp-content h4::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	border-bottom: 2px dotted #905130;
}

/* 見出し5 */
.wp-content h5 {
	margin-top: 1.5em;
	margin-bottom: 1em;
	font-size: 2.8rem;
	color: #905130;
}
.wp-content h5::before {
	content: "●";
	margin-right: 0.25em;
	color: #905130;
}

/* 見出し6 */
.wp-content h6 {
	margin-top: 1.5em;
	margin-bottom: 1em;
	font-size: 2.8rem;
	color: #905130;
}



/* ===============================================
表・リストの設定
=============================================== */
table:not(.news-list) {
	border-collapse: revert;
	border-left: 3px solid #000000;
	border-top: 3px solid #000000;
	border-radius: 10px;
	border-spacing: 0;
	width: 100%;
}
table:not(.news-list) th, table:not(.news-list) td {
	border-bottom: 3px solid #000000;
	border-right: 3px solid #000000;
	padding: 15px;
}
table:not(.news-list) th {
	vertical-align: middle;
}
table:not(.news-list) tr:first-child > *:first-child {
	border-top-left-radius: 10px; /* 左上の角 */
}
table:not(.news-list) tr:first-child > *:last-child {
	border-top-right-radius: 10px; /* 右上の角 */
}
table:not(.news-list) tr:last-child > *:last-child {
	border-bottom-right-radius: 10px; /* 右下の角 */
}
table:not(.news-list) tr:last-child > *:first-child {
	border-bottom-left-radius: 10px; /* 左下の角 */
}
@media(max-width:768px) {
	table:not(.news-list) {
		font-size: 2.4rem;
	}
	table:not(.news-list) th, table:not(.news-list) td {
		padding: 5px 15px;
		display: block;
	}
	table:not(.news-list) th {
		border-bottom: 3px dotted;
	}
	table:not(.news-list) tr:first-child > *:first-child {
		border-top-right-radius: 10px; /* 右上の角 */
	}
	table:not(.news-list) tr:first-child > *:last-child {
		border-top-right-radius: 0; /* 右上の角 */
	}
	table:not(.news-list) tr:last-child > *:last-child {
		border-bottom-left-radius: 10px; /* 左下の角 */
	}
	table:not(.news-list) tr:last-child > *:first-child {
		border-bottom-left-radius: 0; /* 左下の角 */
	}
	/* 電話番号リンクの設定 */
	table:not(.news-list) a {
		color: #905130;
		text-decoration: none;
		transition: 0.3s;
	}
	table:not(.news-list) a:hover {
		color: #000000;
	}
}



/* ===============================================
店舗アンカーリンクの設定
=============================================== */
.anchor-list {
	margin: 120px -10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
@media(max-width:768px) {
	.anchor-list {
		margin: 120px -10px;
	}
}
.anchor-list li a {
	margin: 0 5px 10px;
	padding: 10px 30px;
	font-size: 2.4rem;
	color: #FFFFF1;
	text-decoration: none;
	background: #000000;
	border-radius: 9999px;
	display: block;
	transition: 0.3s;
}
.anchor-list li a:hover {
	color: #FFFFF1;
	background: #905130;
}


/* ===============================================
カラムの設定
=============================================== */
/* 3列 */
.col-3 {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.col-3 li {
	padding: 0 20px 20px;
	width: calc(100% / 3 - 40px);
}
.col-3 li a:hover {
	transform: scale(1.2,1.2); /*画像の拡大*/
	cursor: pointer; /*カーソルをポインターにする*/
}
.col-3 li a {
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
.col-3 li a img {
	width: 100%;
}
@media(max-width:768px) {
	.col-3 {
		margin: 0 auto;
	}
	.col-3 li {
		padding: 0 4px 0;
		width: calc(50% - 8px);
	}
	.col-3 li a:hover {
		transform: scale(1);
	}
}


/* ===============================================
404ページの設定
=============================================== */
.section-404 {
	margin-top: 10px;
}

.section-404 h2 {
	margin-bottom: 30px;
}