/*
Theme Name: mushanavi
Theme URI:
Author: 
Author URI:
Description: none
Version: 1.0
License: 
*/

* {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	/*font-size: calc((10 / 375) * 100vw);*/
	min-height: 100%;
}

body {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
	letter-spacing: .02rem;
	color: #000;
}

input,
select,
textarea {
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
}

a {
	color: #000;
	transition: all 0.3s ease-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
}

main{
	margin-left: 25rem;
}

.inner {
	width: 100%;
	max-width: 132rem;
	padding: 0 4rem;
	margin: 0 auto;
	container-type: inline-size;
}
.inner__flex{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 4rem;
}
.inner__primary{
	width: 60rem;
	display: flex;
	flex-direction: column;
	gap: 4rem;
}
.inner__secondary{
	width: 30rem;
	display: flex;
	flex-direction: column;
	gap: 4rem;
	flex-shrink: 0;
}

.clearHidden{
	display: block;
    clear: both;
    height: 0;
    margin: 0;
    border: none;
    visibility: hidden;
}

.scroll-prevent{
	overflow: hidden;
    scrollbar-gutter: stable;
}

.grecaptcha-badge { visibility: hidden; }

@media screen and (max-width: 767px) {
	html {
		font-size: 10px;
	}

	body {

	}

	main{
		margin-left: 0;
	}
	.inner {
		padding: 0 2rem;
	}
	.inner__flex{
		flex-direction: column-reverse;
	}
	.inner__primary{
		width: 100%;
	}
	.inner__secondary{
		width: 100%;
	}

}
@container (width <= 840px) {
	.inner__flex{
		flex-direction: column-reverse;
	}
}


.header {
	width: 25rem;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.1);
}

.header__inner {
	padding: 1.2rem;
}
.header__btn{
	display: none;
}
.header__btn div{
	width: 4rem;
	height: 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	position: relative;
}
.header__btn span{
	width: 3rem;
	height: 0.2rem;
	background-color: #000;
	transition: all 0.3s ease-in-out;
}
.header__btn p{
	font-size: 1rem;
	text-align: center;
}
.header__btn.is-opened span:nth-of-type(1){
	rotate: -30deg;
	translate: 0 0.7rem;
}
.header__btn.is-opened span:nth-of-type(2){
	opacity: 0;
}
.header__btn.is-opened span:nth-of-type(3){
	rotate: 30deg;
	translate: 0 -0.7rem;
}
.header__top{
	height: 6rem;
	display: flex;
	align-items: center;
}
.header__logo {
	width: 20rem;
}
.header__left{
	overflow-y: auto;
	height: calc(100vh - 6rem);
	padding-bottom: 4rem;
}
.header__content{
	border-bottom: 0.1rem solid #DDDDDD;
}
.header__ttl{
	font-size: 1.6rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 1.2rem;
	padding: 1.2rem;
	border-radius: 1rem;
}
.header__ttl.is-current{
	background-color: #eee;
}
.header__ttl.is-current:has(+ .header__nav a.is-current){
	background-color: unset;
}
.header__ttl span{
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 1.5rem;
	background-color: #0C3552;
	position: relative;
}
.header__ttl span::before{
	content: '';
    width: 4px;
    height: 4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    transform: translate(-50%, -50%) rotate(45deg);
}
.header__nav li.hidden{
	display: none;
}
.header__nav a,
.header__nav p{
	font-size: 1.4rem;
	line-height: 1.25;
	display: flex;
	align-items: center;
	gap: 1rem;
	width: 100%;
	height: 4rem;
	padding: 0.2rem 1.2rem;
	border-radius: 1rem;
	border: 0;
    background-color: #fff;
	cursor: pointer;
}
.header__nav a.is-current{
	background-color: #eee;
}
.header__nav a span{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.header__nav img{
	width: 2.4rem;
	height: 2.4rem;
	box-sizing: border-box;
	border-radius: 2.4rem;
	background-color: #ccc;
}
.header__guide .header__nav img{
	border-radius: unset;
	background-color: unset;
}
.header__more{

}
.header__more span{
	width: 2.4rem;
	height: 2.4rem;
	position: relative;
}
.header__more span::before{
	content: '';
    width: 6px;
    height: 6px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: calc(50% + 1px);
    left: 50%;
	translate: -50% -50%;
	rotate: 135deg;
	transition: all 0.3s ease-in-out;
}
.header__more.is-open span::before{
	rotate: -45deg;
}


.header__btm{
	padding: 1.2rem;
}
.header__link{
	display: flex;
	flex-direction: column;
}
.header__link a{
	font-size: 1.2rem;
	line-height: 2.5;
	color: #606060;
}
@media screen and (min-width: 768px) {
	.header__ttl:hover,
	.header__nav a:hover,
	.header__nav p:hover{
		background-color: #eee;
	}
}
@media screen and (max-width: 767px) {
	.header {
		width: 100%;
		height: unset;
		position: sticky;
	}
	.header__inner{
		padding: 1.2rem;
	}
	.header__top{
		height: 5rem;
	}
	.header__top__inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header__btn{
		display: block;
	}
	.header__logo{
		width: 15rem;
	}
	.header__sp{
		display: none;
	}
	.header__sp.is-active{
		display: block;
	}
	.header__btm{
		padding-bottom: 4rem;
	}
	/*
	.header__nav li.hidden{
		display: block;
	}
	.header__more{
		display: none;
	}
	*/
}

.footer {
	margin-left: 25rem;
}

.footer__inner {
	
}

.footer__top{
    padding: 4rem 0;
    background-image: url(img/common/footer_bg.png);
    background-size: cover;
    background-position: top;
}
.footer__catch{
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 2rem;
}
.footer__desc{
    font-size: 1.6rem;
    line-height: 1.5;
    max-width: 68rem;
    margin: 0 auto;
	padding-left: 4rem;
	padding-right: 4rem;
}

.footer__mid{
	padding: 3rem 0;
    color: #fff;
    background-color: #0C3552;
}

.footer__nav {
	display: flex;
	gap: 3rem;
}

.footer__nav a {
	font-size: 1.3rem;
	line-height: 1.2;
	font-weight: 500;
	color: #fff;
}

.footer__btm{
	padding: 2rem 0;
}

.footer__btm__inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer__logo{
	width: 20rem;
}

.footer__copyright {
	font-size: 1.2rem;
	line-height: 1.18;
	font-weight: 500;
}

@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {
	.footer {
		margin-left: 0;
	}
	.footer__logo{
		width: 15rem;
	}
	.footer__catch{
    	font-size: 1.8rem;
	}
	.footer__desc{
		font-size: 1.4rem;
	}
	.footer__nav {
		flex-direction: column;
		gap: 2rem;
	}
}

.sec{
    padding: 4rem 0 0;
}
.sec__flex{
    display: flex;
    flex-direction: column;
}
.sec__head{
    display: flex;
    align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.sec__head__left{
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.sec__head .icon{
    width: 6rem;
}
.sec__head .link__txt{
	margin-bottom: 1rem;
}
.sec__body{
    width: 100%;
}
.sec__ttl{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #0C3552;
}
.sec__ttl .main{
    font-size: 2.8rem;
    font-weight: 700;
}
.sec__ttl .sub{
    font-size: 1.5rem;
	font-weight: 500;
    display: table;
    margin: 0 0 0 0.3rem;
}

@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {
	.sec__head .icon{
		width: 4.5rem;
	}
	.sec__ttl .main{
		font-size: 2.4rem;
	}
	.sec__ttl .sub{
		font-size: 1.2rem;
	}
}


.link__txt{
    font-size: 1.4rem;
    color: #0C3552;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
    width: max-content;
    margin-left: auto;
}
.link__txt span{
    width: 1.5rem;
    height: 1.5rem;
    background-color: #0C3552;
    border-radius: 1.5rem;
    display: block;
    position: relative;
    flex-shrink: 0;
}
.link__txt span::before{
    content: '';
    width: 4px;
    height: 4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    transform: translate(-50%, -50%) rotate(45deg);
}

.link__btn a{
    font-size: 16px;
	color: #fff;
	text-align: center;
	max-width: 280px;
    width: 100%;
    height: 40px;
	padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    background-color: #7BBE69;
    border: 1px solid #7BBE69;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {
	.link__txt{
		font-size: 1.2rem;
	}
}


.pager {
	
}

.pager>ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

.pager span.current,
.pager a.page-numbers {
	font-family: "Roboto", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pager span.current {
	color: #fff;
	background-color: #7BBE69;
}

.pager a.prev,
.pager a.next {
	width: 1.8rem;
	height: 1.6rem;
	background-color: unset;
}

.pager a.prev span,
.pager a.next span {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(./img/common/icon__arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pager a.prev span {
	transform: rotate(180deg);
}


@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {

}


.postList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 2rem;
	container-type: inline-size;
}
.postList li{
	width: calc((100% - 6rem) / 4);
}
@container (width <= 920px) {
  .postList li{
    width: calc((100% - 4rem) / 3);
  }
}
@container (width <= 720px) {
  .postList li{
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {
	.postList{
		gap: 3rem 1.5rem;
	}
	.postList li{
		width: calc((100% - 1.5rem) / 2);
	}
}

.infoList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 0 2rem;
}
.infoList li{
	width: 100%;
	padding: 1.5rem;
	border-bottom: 0.1rem solid #ddd;
}

@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {

}

.ads{

}
.ads__desc{
	font-size: 1.2rem;
	line-height: 1.2;
	color: #666;
	text-align: center;
	position: relative;
	display: table;
    position: relative;
    margin: 0 auto 1rem;
}
.ads__desc::before,
.ads__desc::after{
	content: "";
    width: 1px;
    height: 12px;
    background-color: #666;
    position: absolute;
    top: 50%;
	translate: 0 -50%;
}
.ads__desc::before{
	left: -8px;
	rotate: -15deg;
}
.ads__desc::after{
	right: -8px;
	rotate: 15deg;
}

.adsList{

}
.adsList .postItem__img{
	aspect-ratio: unset;
	border-radius: 0;
}



.postItem{

}
.postItem__img{
	display: block;
	aspect-ratio: 1.6/1;
	margin-bottom: 1.5rem;
	position: relative;
	border-radius: 0.8rem;
	overflow: hidden;
}
.postItem__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.postItem__img:not(:has(img)){
	background-color: #ddd;
}
.postItem__img:not(:has(img))::before{
	content: "NOIMAGE";
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	font-weight: 500;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}
.postItem__pickup{
	font-size: 1.1rem;
	color: #5c6468;
	display: flex;
	align-items: flex-end;
	gap: 0.5rem;
	position: absolute;
	top: -0.6rem;
	left: 0;
}
.postItem__pickup i{
	rotate: -45deg;
}
.postItem__link{
	display: block;
	margin-bottom: 1.2rem;
}
.postItem__name{
	font-size: 1.7rem;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 0.8rem;
}
.postItem__ttl{
	font-size: 1.5rem;
	line-height: 1.3;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.postItem__like-view{
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.2rem;
}
.postItem__like,
.postItem__view{
	display: flex;
	align-items: flex-end;
	gap: 0.4rem;
}
.postItem__like i,
.postItem__view i{
	font-size: 1.1rem;
}
.postItem__like span,
.postItem__view span{
	font-size: 1.3rem;
}
.postItem__info{
	color: #666;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.2rem;
}
.postItem__info:has(+*){
	margin-bottom: 1.2rem;
}
.postItem__info .border{
	width: 0.1rem;
	height: 1rem;
	background-color: #666;
}
.postItem__author{
	display: flex;
	align-items: center;
	gap: 0.8rem;
}
.postItem__author img{
	width: 2rem;
	height: 2rem;
	object-fit: cover;
	border-radius: 2rem;
}
.postItem__author span{
	font-size: 1.1rem;
}
.postItem__date{
	font-size: 1.1rem;
}
.postItem__region{
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.postItem__region a{
	font-size: 1.1rem;
	color: #666;
}
.postItem__category{
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.postItem__category a{
	font-size: 1.1rem;
	color: #666;
}
.postItem__tag{
	display: flex;
	align-items: center;
	gap: 1rem;
}
.postItem__tag a{
	font-size: 1.1rem;
	color: #fff;
	padding: 0.3rem 0.9rem;
	background-color: #7BBE69;
	border-radius: 1.2rem;
}

@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {

}


.postTag{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}
.postTag a{
	font-size: 1.4rem;
	padding: 0.8rem 1.2rem;
	border: 0.1rem solid #ddd;
	border-radius: 0.4rem;
	transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
	.postTag a:hover{
		border-color: #bbb;
	}
}
@media screen and (max-width: 767px) {

}

.postAction{
	display: flex;
	align-items: center;
	gap: 6rem;
	margin-top: 3rem;
}
@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {
	.postAction{
		flex-direction: column;
	}
}

.postShare {
	position: relative;
}
.postShare p{
	font-size: 1.3rem;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: calc(100% + 1.2rem);
	translate: -50% 0;
}
.postShare__list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.postShare__list li{
	width: 120px;
}
.postShare__list li a {
	font-size: 1.3rem;
	font-weight: 500;
	color: white;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.6em 1em;
	border-radius: 4px;
}

.postShare__list li a:hover {
  opacity: 0.8;
}

.postShare__list li:nth-child(1) a { background: #1DA1F2; } /* Twitter */
.postShare__list li:nth-child(2) a { background: #3b5998; } /* Facebook */
.postShare__list li:nth-child(3) a { background: #00c300; } /* LINE */

@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {
	.postShare{
		width: 100%;
	}
	.postShare__list{
	}
	.postShare__list li{
		width: calc((100% - 2rem) / 3);
	}
	.postShare__list li a{
		font-size: 1.1rem;
	}
}



.blogProfile{
	/*
	padding: 2rem;
	background-color: #f9f9f9;
	*/
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	border-bottom: 1px solid #ddd;
	padding-top: 2rem;
    padding-bottom: 2rem;
}
.blogProfile__top{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
}
.blogProfile__img{
	width: 12rem;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 12rem;
	overflow: hidden;
	flex-shrink: 0;
}
.blogProfile__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blogProfile__txt{
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.blogProfile__author{
	text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.blogProfile__subttl{
	font-size: 1.2rem;
}
.blogProfile__ttl{
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 500;
}
.blogProfile__mid{
	width: 100%;
}
.blogProfile__desc{
	
}
.blogProfile__desc p{
	font-size: 1.4rem;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 6; /* 最大6行表示 */
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blogProfile__desc p.expanded{
  -webkit-line-clamp: unset; /* 制限解除 */
}
.blogProfile__more{
	text-align: left;
	color: #666;
	margin: 0;
	padding: 0;
	background-color: unset;
	border: 0;
	text-decoration: underline;
	display: inline-block;
	cursor: pointer;
}
.blogProfile__btm{
	width: 100%;
	display: flex;
    flex-direction: column;
    gap: 15px;
}
.blogProfile__detail{
	color: #919191;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.blogProfile__detail > div{
	display: flex;
}
.blogProfile__detail dt{
	font-size: 1.2rem;
}
.blogProfile__detail dt::after{
	content: "：";
}
.blogProfile__detail dd{
	font-size: 1.2rem;
}
.blogProfile__exlink{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.blogProfile__site{
	font-size: 1.2rem;
    color: #333;
    padding: 4px 12px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 4px;
}
.blogProfile__site i{
	font-size: 1rem;
}
.blogProfile__sns{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.2rem;
	margin-left: auto;
}
.blogProfile__sns a{
	font-size: 2rem;
}
@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {
	.blogProfile__img{
		width: 5rem;
	}
	.blogProfile__top{
		flex-direction: row;
		align-items: flex-start;
	}
	.blogProfile__author{
		text-align: left;
	}
	.blogProfile__desc p{
		-webkit-line-clamp: 3;	
	}
}


.blogArchive{

}
.blogArchive__list{
	display: flex;
	flex-direction: column;
}
.blogArchive__item{
	border-bottom: 0.1rem solid #ddd;
}
.blogArchive__item a{
	font-size: 1.5rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}
.blogArchive__item span{
	font-size: 12px;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 10px;
    background-color: #ddd;
}

@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {
	.blogArchive{
		display: none;
	}
}






.index{

}
.index__ttl{
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 2rem;
}
.index__ttl .main{
	font-size: 2rem;
	font-weight: 700;
}
.index__ttl img{
	width: 3rem;
	height: 3rem;
}
.index__list{
	margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {

}

.post__content,
.page__content{
	line-height: 2;
}
.post__content *,
.page__content *{
	max-width: 100%;
}
.post__content h2,
.page__content h2 {
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 500;
	color: #549555;
	margin-bottom: 2rem;
}
.post__content h2:not(:first-of-type),
.page__content h2:not(:first-of-type){
	margin-top: 6rem;
}

.post__content h3,
.page__content h3 {
	font-size: 2.0rem;
	line-height: 1.5;
	font-weight: 500;
	margin-top: 6rem;
	margin-bottom: 2rem;
}

.post__content h4,
.page__content h4 {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
	margin-top: 4rem;
	margin-bottom: 2rem;
}

.post__content > div,
.page__content > div{
	margin: 0 auto 3rem;
}

.post__content figure,
.page__content figure{
	margin-bottom: 3rem;
}

.post__content figcaption,
.page__content figcaption{
	font-size: 1.3rem;
	line-height: 1.3;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 0rem;
}

.post__content p,
.page__content p {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 3rem;
}

.post__content .caption,
.page__content .caption{
	font-size: 1.3rem;
	line-height: 1.3;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 0rem;
}

.post__content ol,
.page__content ol {
	margin-left: 1em;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.post__content ol li,
.page__content ol li {
	font-size: 1.6rem;
	line-height: 1.6;
	padding-left: 0.5rem;
}

.post__content dl,
.page__content dl {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.post__content dl>div,
.page__content dl>div {
	padding-bottom: 1.1rem;
	border-bottom: 0.1rem solid #EAEAEA;
}

.post__content dl dt,
.page__content dl dt {
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 700;
	color: #549555;
}

.post__content dl dd,
.page__content dl dd {
	font-size: 1.6rem;
	line-height: 1.6;
}

.post__content table,
.page__content table{
	font-size: 1.5rem;
	line-height: 1.6;
}
.post__content tr:last-of-type,
.page__content tr:last-of-type{
	border-bottom: 1px solid #ddd;
}
.post__content td,
.page__content td{
	border-top: 1px solid #ddd;
    padding: 10px;
}

.post__content a,
.page__content a {
	color: #3580D6;
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {

}


.post__detail h2{
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 500;
	margin-top: 6rem;
	margin-bottom: 1rem;
}
.post__detail dl{
	padding: 3rem;
	background-color: #F9F9F9;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.post__detail dl > div{
	display: flex;
}
.post__detail dl dt{
	font-size: 1.5rem;
	line-height: 1.6;
	width: 12rem;
	flex-shrink: 0;
}
.post__detail dl dd{
	font-size: 1.5rem;
	line-height: 1.6;
}
.post__detail dl dd a{
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {

}
.post__map iframe{
	width: 100%;
}


.post{

}
.post__inner{
	
}
.post__head{
	
}
.post__ttl {
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 1rem;
}

.post__h2 {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1.2rem;
}

.post__h2 img {
	width: 3.2rem;
}
.post__date {
	font-size: 1.2rem;
}
.post__like-view{
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 2rem;
}
.post__like,
.post__view{
	display: flex;
	align-items: flex-end;
	gap: 0.4rem;
}
.post__like i,
.post__view i{
	font-size: 1.1rem;
}
.post__like span,
.post__view span{
	font-size: 1.3rem;
}
.post__info{
	display: flex;
	align-items: center;
	gap: 1.2rem;
}
.post__info:has(+*){
	margin-bottom: 1.5rem;
}
.post__info .border{
	width: 0.1rem;
	height: 1rem;
	background-color: #666;
}
.post__author{
	display: flex;
	align-items: center;
	gap: 0.8rem;
}
.post__author img{
	width: 3rem;
	height: 3rem;
	object-fit: cover;
	border-radius: 2rem;
}
.post__author span{
	font-size: 1.1rem;
}
.post__region{
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.post__region a{
	font-size: 1.2rem;
}
.post__category{
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.post__category a{
	font-size: 1.2rem;
}
.post__tag{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}
.post__tag a{
	font-size: 1.2rem;
	color: #fff;
	padding: 0.4rem 1.2rem;
	background-color: #7BBE69;
	border-radius: 1.2rem;
}

.post__nav{
	display: flex;
	align-items: center;
}
.post__nav li{
	width: 50%;
}
.post__nav .prev{
	padding-right: 12px;
    border-right: 1px solid #ddd;
}
.post__nav .next{
	padding-left: 12px;
}
.post__nav .next a{
	text-align: right;
	flex-direction: row-reverse;
}
.post__nav a{
	display: flex;
    gap: 1rem;
    align-items: center;
}
.post__nav img{
	width: 6rem;
	height: 6rem;
	object-fit: cover;
	flex-shrink: 0;
}
.post__nav span{
	font-size: 1.2rem;
    display: block;
    margin-bottom: 5px;
}
.post__nav h4{
	font-size: 1.5rem;
    line-height: 1.25;
    color: #006DD9;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.post__link {
	
}

.post__link a {
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 700;
	color: #F27C28;
	width: 100%;
	height: 4.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.2rem solid;
	border-radius: 1rem;
}

.post__link a.blank {
	color: #fff;
	background-color: #F27C28;
	border: 0;
}

.post__link a.detailToCall {
	color: white;
	background-color: #559556;
}

.post__link a img {
	width: 1em;
	height: auto;
	display: inline-block;
	margin-right: .5em;
}

.post__link a.detailToCall img {
	width: 1.4em;
}

.post__link.sticky {
	position: sticky;
	display: flex;
	gap: .5rem;
	bottom: 0;
	padding: 0.8rem 1.5rem;
	background-color: #fff;
	box-shadow: 0 -0.1rem 0.3rem 0 rgba(0, 0, 0, 0.2);
	z-index: 99;
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {
	.post__ttl {
		font-size: 2rem;
	}

	.post__nav img{
		width: 3rem;
		height: 3rem;
	}
	.post__nav span{
		font-size: 1rem;
	}
	.post__nav h4{
		font-size: 1.4rem;
	}
}

.page {}

.page__inner {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.page__ttl {
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 1rem;
}

.page__thumb{

}

.page__thumb img{
	width: 100%;
}

.page__link {
	
}

.page__link a {
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
	color: #F27C28;
	width: 100%;
	height: 4.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.2rem solid;
	border-radius: 1rem;
}


@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {

}

.comments-area {
  
}

.comments-title {
  font-size: 1.7rem;
  font-weight: 500;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list > li {
  border-bottom: 1px solid #eee;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.comment-list .children{
	margin-left: 4rem;
}
.comment-list .children > li{
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px dashed #ddd;
}

.comment-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.comment-author img{
	width: 2rem;
	height: 2rem;
	border-radius: 2rem;
	object-fit: cover;
}

.comment-meta {
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 1rem;
}
.comment-metadata{
	font-size: 1.2rem;
	color: #777;
}

.comment-content {
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.comment-body .reply{
	display: flex;
	justify-content: flex-end;
}

.comment-reply-link{
	font-size: 1.2rem;
	padding: 0.2rem 0.8rem;
	background-color: #eee;
	border: 1px solid #ddd;
	border-radius: 0.2rem;
	display: inline-block;
}

.comment-form-area {
  margin-top: 2em;
}

.comment-form-title{
	font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #000;
    background: #ddd;
    padding: 12px;
    width: 100%;
    border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    display: block;
    cursor: pointer;
    position: relative;
}

.comment-form-box{
	padding: 2rem;
	border: 0.2rem solid #ddd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.comment-form{
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url{
	display: flex;
	align-items: center;
}
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label{
	font-size: 1.4rem;
	width: 10rem;
	flex-shrink: 0;
}

.comment-form-cookies-consent label{
	font-size: 1.2rem;
}

.comment-form input[type="text"],
.comment-form textarea {
	font-size: 1.5rem;
	width: 100%;
	padding: 0.6em;
	border: 1px solid #ccc;
	border-radius: 4px;
}


.form-submit{
	display: flex;
	align-items: center;
	justify-content: center;
}
.comment-form input[type="submit"] {
  background: #0073aa;
  color: white;
  border: none;
  padding: 0.6em 6em;
  border-radius: 3px;
  cursor: pointer;
}

.comment-form input[type="submit"]:hover {
  background: #005f8d;
}

@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {

}





.siteHome{
	overflow: hidden;
}

.siteHome__inner {
	/*max-width: unset;*/
}

.siteHome__blog .sec__body,
.siteHome__guide .sec__body{
	width: calc(100% + ((100vw - 25rem - 100%) / 2));
	overflow-x: scroll;
	padding-bottom: 1.6rem;
}
.siteHome__blog .sec__body::-webkit-scrollbar,
.siteHome__guide .sec__body::-webkit-scrollbar{
	height: 0.6rem;
}
.siteHome__blog .sec__body::-webkit-scrollbar-track,
.siteHome__guide .sec__body::-webkit-scrollbar-track{
	background-color: #ccc;
}
.siteHome__blog .sec__body::-webkit-scrollbar-thumb,
.siteHome__guide .sec__body::-webkit-scrollbar-thumb{
    background-color: #999;
    border-radius: 0.8rem;
}
.siteHome__blog .blogList,
.siteHome__guide .guideList{
	flex-wrap: nowrap;
}
.siteHome__blog .blogList li,
.siteHome__guide .guideList li{
	width: 24rem;
    flex-shrink: 0;
}
.siteHome__info{
	width: calc(100% - 30rem - 4rem);
	gap: 0;
}
@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {
	.siteHome__blog .sec__body,
	.siteHome__guide .sec__body{
		width: calc(100% + 2rem);
	}
	.siteHome__blog .blogList li,
	.siteHome__guide .guideList li{
		width: 20rem;
	}
	.siteHome__info{
		width: 100%;
	}
}




.blogHome__inner{
	/*max-width: unset;*/
}
.blogHome .index__list{
	margin-bottom: 4rem;
}
.blogHome .index__list li{
	
}

.blogAuthor__head{
	width: 100%;
	height: 20rem;
}
.blogAuthor__head img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blogAuthor .inner__primary{
	width: 100%;
	max-width: 90rem;
}
.blogAuthor .index__list{
	
}
.blogAuthor .index__list li{
	padding-top: 1rem;
	position: relative;
}
@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {
	.blogAuthor__head{
		height: 10rem;
	}
	.blogAuthor__body{
		padding-top: 3rem;
	}
	.blogAuthor__body .blogProfile{
		padding-top: 0;
	}
}


.blogPost .blogProfile__img{
	width: 8rem;
}
.blogPost .blogProfile__top{
	flex-direction: row;
	align-items: flex-start;
}
.blogPost .blogProfile__author{
	text-align: left;
}
@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {
	
}



.guideHome__inner{
	/*max-width: unset;*/
}
.guideHome .index__list{
	margin-bottom: 4rem;
}
.guideHome .index__list li{
	
}

.guideItem .postItem__img{
	
}
@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {
	
}




body.contact .contact__item{
    margin-top: 2rem;
}
body.contact .contact__item p{
	margin-bottom: 0;
}
body.contact .contact__ttl{
	font-size: 1.6rem;
	line-height: 1.5;
    font-weight: 500;
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}
body.contact .contact__ttl:has(+ .contact__flex){
	margin-bottom: 1rem;
}
body.contact .contact__ttl .required{
	font-size: 1.1rem;
	font-weight: 500;
	color: #fff;
	width: 4rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F27C28;
}
body.contact .contact__label{
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 500;
	display: block;
	margin-bottom: 0.5rem;
}
body.contact .contact__note{
    font-size: 1.2rem;
    line-height: 1.4;
	color: #A3A3A3;
	margin-top: 1.2rem;
}
body.contact .contact__input,
body.contact .contact__textarea{
    font-size: 1.5rem;
    line-height: 1.6;
    width: 100%;
    padding: 1.2rem;
    background-color: #fff;
    border: 0.1rem solid #D1D1D1;
    border-radius: 1rem;
}
body.contact .contact__input::placeholder,
body.contact .contact__textarea::placeholder{
    color: #BCBCBC;
}
body.contact .contact__textarea{
    height: 15rem;
}
body.contact .contact__radio{
	display: flex;
	flex-wrap: wrap;
	gap: 1.4rem 2.3rem;
}
body.contact .contact__radio .wpcf7-list-item-label{
	font-size: 1.1rem;
	line-height: 1.6;
	font-weight: 700;
}
body.contact .contact__radio input{
	/*display: none;*/
}
body.contact .contact__select{
	font-size: 1.6rem;
    line-height: 1.6;
	font-weight: 500;
	color: #000;
    width: 100%;
    padding: 1rem 1.5rem;
    background-color: #fff;
    border: 0.1rem solid #D1D1D1;
    border-radius: 1rem;
}
body.contact .contact__select:has(option:checked[value=""]) {
	color: #BCBCBC;
}
body.contact .contact__checkbox{
	font-size: 1.6rem;
    line-height: 1.6;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 0;
}
body.contact .contact__checkbox .wpcf7-list-item{
	width: 50%;
	margin: 0;
}
body.contact .contact__checkbox .wpcf7-list-item-label{
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
body.contact .contact__checkbox .wpcf7-list-item-label::before{
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border-radius: 0.3rem;
	border: 0.1rem solid #D1D1D1;
}
body.contact .contact__checkbox input{
	display: none;
}
body.contact .contact__checkbox input:checked + .wpcf7-list-item-label::before{
    background-color: #7BBE69;
	border: 0.1rem solid #7BBE69;
}
body.contact .contact__checkbox input:checked + .wpcf7-list-item-label::after{
    content: "";
    width: 1.3rem;
    height: 0.9rem;
    display: block;
    background-image: url(img/icon__check.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0.5rem;
    translate: 0 -50%;
}
body.contact .contact__flex{
	display: flex;
	gap: 1.4rem;
}
body.contact .contact__flex + .contact__flex{
	margin-top: 1.4rem;
}
body.contact .contact__col{
	width: 14rem;
}
body.contact .contact__policy{
    margin-top: 5.2rem;
}
body.contact .contact__policy p{
    font-size: 1.6rem;
    line-height: 1.6;
	font-weight: 500;
	text-align: center;
}
body.contact .contact__policy a{
	color: #7BBE69;
	text-decoration: underline;
}
body.contact .contact__btn{
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    width: 100%;
    height: 5rem;
    background-color: #F27C28;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
    margin: 3rem auto 0;
    transition: all 0.3s ease-in-out;
}
body.contact .contact__item .wpcf7-not-valid-tip{
	font-size: 1.4rem;
	margin-top: 0.5rem;	
}
@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {

}
