html {
	scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
}
ul, li {
	list-style: none
}
#container {
	width: 100%;
  max-width: 900px;
	margin: 0 auto 0 auto
}
.entry-content {
	width: auto;
	padding: 0px 0px 30px 0px;
	margin-bottom: 60px
}
#wrapper {
	padding-bottom: 60px;
}

.min_reg {
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
}
.min_bold {
	font-family: "BIZ UDPMincho", serif;
	font-weight: 700;
	font-style: normal;
}
.cate_nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 50px;
	z-index: 9999;
	background-color: #ffedd1;
	display: block;
	/* display: none を削除 */
	opacity: 0;
	/* 最初は透明にする */
	visibility: hidden;
	/* 非表示状態にする */
	transition: opacity 0.3s ease;
	/* ふわっと表示する設定 */
}
.cate_nav.is-show {
	opacity: 1;
	visibility: visible;
}
.cate_nav ul {
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: space-between;
	max-width: 900px;
}
.cate_nav ul li {
	width: calc(100%/3);
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	border-bottom: 3px solid #ffedd1;
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	transition: background-color 0.3s ease, border-bottom 0.3s ease;
}
.cate_nav ul li:hover {
	background-color: #FFF;
	border-bottom: 3px solid #FFF;
}
.cate_nav ul li.act {
	border-bottom: 3px solid #ff9c00;
	background-color: #FFF;
}
.cate_nav ul li a {
	display: block;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	/* 左右の中央寄せ */
	align-items: center;
	/* 上下の中央寄せ */
	;
	color: #000;
	text-decoration: none;
}
/*着地点*/
#link01, #link02, #link03, section.tenpo {
	scroll-margin-top: 100px;
}
header.top {
	background-image: url(matome.png);
	background-size: auto 400px;
	/* 縦を400pxに指定 */
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding: 430px 20px 20px 20px;
	box-sizing: border-box;
}
header.top h1 {
	font-size: 24px;
	line-height: 40px;
	height: auto;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 15px auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
header.top h1 img {
	margin-bottom: 10px;
}
header.top h1 span::before {
	content: "\A";
	white-space: pre;
	/* または pre-wrap */
}
header.top p {
	font-size: 15px;
	width: 100%;
	max-width: 860px;
	margin: 0 auto 0 auto;
	box-sizing: border-box;
}
header.top p:nth-of-type(1) {
	padding: 15px;
	line-height: 25px;
	background-color: #f3f3f3;
}
header.top p:nth-of-type(2) {
	padding-left: 1em;
	/* 全体を左に寄せる */
	text-indent: -1em;
	/* 1行目だけを左に戻す */
	padding-top: 15px;
	font-size: 13px;
  	width: 96%;
}
header.top p:nth-of-type(3) {
	padding-left: 1em;
	/* 全体を左に寄せる */
	text-indent: -1em;
	/* 1行目だけを左に戻す */
	padding-top: 8px;
	font-size: 13px;
  	width: 96%;
}
.entry-content ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.entry-content ul li {
	list-style: none;
	padding: 0;
	margin: 0
}
.entry-content p {}
.content01 {}
.content02 {
	padding: 0px;
}
.content02>ul {
	box-sizing: border-box;
	border: 1px solid #CCC;
	padding: 15px;
	border-bottom: none;
}
.content02 ul li {}
.content02>ul>li>p {
	padding: 0px 10px 10px 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
	border-bottom: 1px solid #333;
	color: #000;
	font-size: 16px;
}
.content02>ul>li>ul {
	padding-left: 0px;
	margin-bottom: 50px;
	padding-right: 0px;
}
.content02>ul>li>ul>li>a .store-name {
	font-weight: bold;
	font-size: 14px;
	margin-right: 15px;
}
.content02>ul>li>ul>li>a .store-catch {
	font-size: 14px
}
.content02>ul>li>ul>li>a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	padding: 10px 10px 10px 30px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.content02>ul>li>ul>li>a:hover {
	color: #ff9c00
}
/* アイコンのスタイル */
.content02>ul>li>ul>li>a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	background-color: #ff9c00;
	/* 大きさ */
	width: 10px;
	height: 10px;
	/* くの字（右向き） */
	clip-path: polygon(40% 0, 90% 50%, 40% 100%, 30% 90%, 70% 50%, 30% 10%);
}
.toc-container {
	position: relative;
}
#tocContent {
	max-height: 300px;
	/* 初期状態 */
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	/* スムーズに動くようになります */
	border-bottom: 1px solid #CCC;
	margin: 0 20px 0 20px;
}
#tocContent.is-open {
	max-height: 2000px;
	/* 中身の高さより大きい値を指定する */
}
.toggle-btn {
	display: block;
	padding: 10px;
	cursor: pointer;
	background: #f4f4f4;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 30px;
	font-weight: bold;
	width: 30%;
	font-size: 16px;
	margin: 10px auto 100px auto;
}
.content03 {
	position: relative;
	/* 親要素を基準にする */
	z-index: 0;
}
.content03 h2 {
	position: relative;
	display: inline-block;
	padding: 36px 0 30px 0;
	font-size: 26px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #ff9c00;
}
.content03 h2::before {
	content: '';
	position: absolute;
	top: -18px;
	left: 23px;
	width: 315px;
	height: 32px;
	background-size: 300px;
	background-image: url(h2_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}
.content03 h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #ff9c00 0px, #ff9c00 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
	background-size: 8px 8px;
}
.content03>p {
	padding: 0px 30px 30px 20px
}
.tenpo {
	padding: 0px 20px 80px 20px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 80px
}
.tenpo header {
	display: flex;
	align-items: center;
	/* 必要に応じて調整 */
	gap: 15px;
	/* 見出しとpタグの間隔 */
	padding-bottom: 10px;
}
.tenpo h3 {
	display: flex;
	align-items: center;
	/* 縦方向（上下）の中央揃え */
	height: 30px;
	padding: 0;
	margin: 0 0 10px 0;
}
.tenpo h3 span.store_name {
	font-size: 26px;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 80%, rgb(255, 255, 52) 80%);
	margin-right: 2px;
	order: 2
}
.tenpo h3 span.catch-copy {
	order: 3
}
/*.tenpo h3 span.rank{order: 1;padding: 2px 5px 2px 5px;background-color: #ff9c00;color: #FFF;font-weight: bold;margin-right: 10px;}*/
.tenpo h3 span.rank {
	order: 1;
	font-size: 14px;
	margin-right: 10px;
	border: 1px solid #000;
	padding: 7px 10px 5px 10px;
}
.tenpo h3 span.rank::first-letter {
	font-size: 22px;
	/* 文字を2倍の大きさに */
	font-weight: bold;
	/* 太字に */
}
.tenpo:nth-of-type(10) h3 span.rank>span {
	font-size: 22px;
	/* 文字を2倍の大きさに */
	font-weight: bold;
	/* 太字に */
}
.tenpo .tenpo_img {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tenpo .tenpo_img a {
	display: block;
	width: 48%;
}
.tenpo .tenpo_img a:nth-of-type(3), .tenpo .tenpo_img a:nth-of-type(4) {
	margin-top: 4%
}
.tenpo .tenpo_img a img {
	width: 100%;
	aspect-ratio: 4 / 3;
	/* ここで比率を固定 */
	object-fit: cover;
	display: block;
	/* 隙間防止のため推奨 */
}
.tenpo .tenpo_info {
	padding: 30px 0px 30px 0px
}
.tenpo h4 {
	padding: 0px 20px 0px 10px;
	border-left: 2px solid #ff9c00;
}
.tenpo .tenpo_info dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 14px
}
.tenpo .tenpo_info dl dt {
	background-color: #ffedd1;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 5.5em;
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
	font-weight: bold
}
.tenpo .tenpo_info dl dd {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: calc(100% - 5.5em);
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
}
.tenpo .tenpo_info dl dd address {
	font-style: normal;
}
.tenpo .tenpo_link {}
.tenpo .tenpo_link h4 {
	padding: 0px 20px 0px 5px;
	border-left: 2px solid #ff9c00;
}
.tenpo .tenpo_link ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.tenpo .tenpo_link ul li {
	width: 100%;
	border: 1px solid #CCC;
	box-sizing: border-box;
	height: 120px;
	margin-bottom: 15px;
}
.tenpo .tenpo_link ul li:last-of-type {
	margin-bottom: 0px;
}
.tenpo .tenpo_link ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 50px 10px 150px;
	box-sizing: border-box;
	position: relative;
}
/* アイコンのスタイル */
.tenpo .tenpo_link ul li a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	background-color: #333;
	/* 大きさ */
	width: 20px;
	height: 20px;
	/* くの字（右向き） */
	clip-path: polygon(40% 0, 90% 50%, 40% 100%, 30% 90%, 70% 50%, 30% 10%);
}
.tenpo .list_link {}
.tenpo .list_link a {
	display: block;
	padding: 10px 50px 10px 20px;
	box-sizing: border-box;
	position: relative;
	background-color: #ff9c00;
	color: #fff;
	width: 60%;
	font-size: 16px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
	margin: 10px auto 0px auto;
	text-align: center
}
.tenpo .list_link a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	background-color: #FFF;
	/* 大きさ */
	width: 15px;
	height: 15px;
	/* くの字（右向き） */
	clip-path: polygon(40% 0, 90% 50%, 40% 100%, 30% 90%, 70% 50%, 30% 10%);
}
.content04 {}
footer {
	text-align: center;
	padding: 0px 0px 30px 0px;
}

.sns{display: flex;justify-content: space-between;padding:20px;}
.sns_top{width: calc(100% - 30px);margin: 30px auto 30px auto}
.sns div{width: 32%;}
.sns div a{width: 100%;display: block;	background-repeat: no-repeat;height: 45px;background-position: center center;line-height: 9999;overflow: hidden}
.sns div a:hover{opacity:0.6;}

.sns .sns_facebook{display: block;}
.sns .sns_facebook a{
	background-color: #1b78f2;
	background-image: url(https://nori-net.jp/blog/wp-content/themes/peropero/img/sns_btn_facebook.png);
	background-size: 100px;
}

.sns .sns_twitter{display: block;}
.sns .sns_twitter a{
	background-color: #000000;
	background-image: url(https://nori-net.jp/blog/wp-content/themes/peropero/img/sns_btn_x.png);
	background-size: 100px;

}

.sns .sns_line{display: block;}
.sns .sns_line a{
	background-color: #00c34d;
	background-image: url(https://nori-net.jp/blog/wp-content/themes/peropero/img/sns_btn_line.png);
	background-size: 120px;


}

/* 画面サイズが768px以下のとき（タブレット・スマホ向け） */
@media (max-width: 768px) {
header.top {
	background-image: url(matome_sp.png);
	background-size: auto 280px;
	padding: 300px 0px 20px 0px;

}
  
header.top h1 {
	font-size: 18px;
	line-height: 25px;
	height: auto;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 15px auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;}
header.top h1 img {
	width: 90%;
  max-width: 400px;
}
  
.cate_nav {
	top: auto;
bottom: 0px;
  height: 60px;
}  
.cate_nav ul {
	height: 60px;
}
.cate_nav ul li {
	width: calc(100%/3);
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	border-bottom: 3px solid #ffedd1;
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	transition: background-color 0.3s ease, border-bottom 0.3s ease;
}
.cate_nav ul li:hover {
	background-color: #FFF;
	border-bottom: none;
	border-top: 3px solid #FFF;  
}
.cate_nav ul li.act {
	border-bottom: none;
	border-top: 3px solid #ff9c00;
	background-color: #FFF;
}  
  
  
.content02>ul>li>ul>li>a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	padding: 10px 10px 10px 10px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}  
.content02>ul>li>ul>li>a .store-name {
	font-weight: bold;
	font-size: 14px;
	margin-right: 15px;
  display: block;
}
/* アイコンのスタイル */
.content02>ul>li>ul>li>a::after {
	left: auto ;
  right: 10px;
}  

.content03 h2 {
	position: relative;
	display: inline-block;
	padding: 30px 20px 24px 20px;
	font-size: 22px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #ff9c00;
  line-height: 32px;
  text-align: center;
}
.content03 h2::before {
	content: '';
	position: absolute;
	top: -18px;
	left: 0;
  right: 0;
  margin: 0 auto 0 auto;
	width: 300px;
	height: 32px;
	background-size: 280px;
	background-image: url(h2_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}
.content03 h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #ff9c00 0px, #ff9c00 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
	background-size: 8px 8px;
}
  

.tenpo h3 {
	display: flex;
	align-items: center;
	/* 縦方向（上下）の中央揃え */
	height: 45px;
	padding: 0px 0px 15px 0px;
	margin: 0 0 10px 0;
  flex-wrap: wrap;
}
.tenpo h3 span.store_name {
	font-size: 26px;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 80%, rgb(255, 255, 52) 80%);
	margin-right: 2px;
	order: 2
}
.tenpo h3 span.catch-copy {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px
}

.tenpo .tenpo_img {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-top: 25px;
}  
.tenpo .tenpo_img a {
	display: block;
	width: 100%;
}
  .tenpo .tenpo_img a:nth-of-type(1){
    margin-bottom: 3%;
  }
.tenpo .tenpo_img a:nth-of-type(3), .tenpo .tenpo_img a:nth-of-type(4) {
	margin-top: 4%
}  
  
  
.tenpo .list_link a {
	display: block;
	padding: 10px 50px 10px 20px;
	box-sizing: border-box;
	position: relative;
	background-color: #ff9c00;
	color: #fff;
	width: 90%;
	font-size: 16px;
	border-radius: 60px;
	text-decoration: none;
	font-weight: bold;
	margin: 10px auto 0px auto;
	text-align: center
}
  
footer {
	text-align: center;
	padding: 0px 20px 100px 20px;
  font-size: 14px;
}
  
  
.sns .sns_facebook a{
	background-size: 90px;
}

.sns .sns_twitter a{
	background-size: 90px;

}

.sns .sns_line a{
	background-size: 90px;
}
  
  
  
  
  
}