@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
/*　　背景　　*/
.bg_gray{
	background: #FAFAFA;
}
/*　　アニメーション　　*/
.js-inview{
	opacity: 0;
	transition: 1.5s;
}
.js-inview.active{
	opacity: 1;
}
/*　　見出し　　*/
.guide-ttl{
	position: relative;
}
.guide-ttl .roma{
	font-family: "Poppins", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin-bottom: 1.5rem;
}
.guide-ttl h2{
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.462;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
	.guide-ttl .roma{
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.guide-ttl h2{
		font-size: 1.375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.guide-ttl .roma{
		margin-bottom: 1.25rem;
	}
}
/**
/* トップページ CSS
----------------------------------------------- */
/*　　MV　　*/
.mv-guide .mv-view{
	background: url(../img/mv.jpg) no-repeat top center;
	background-size: cover;
	padding: 16.75rem 0;
}
.mv-guide .view-ttl h2{
	font-family: "Poppins", sans-serif;
	font-size: 2.375rem;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0.2em;
	margin-bottom: 1rem;
}
.mv-guide .view-ttl p{
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.mv-guide .box{
	background: #FFFFFF;
	position: relative;
	width: 90%;
	max-width: 1080px;
	column-gap: 4rem;
	margin: -5.5rem auto 0 auto;
	padding: 3rem 4rem 2.5rem 4rem;
}
.mv-guide .box dl{
	width: calc(50% - 2rem);
}
.mv-guide .box dl dt{
	background: #FAFAFA;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 1rem;
}
.mv-guide .box dl.waiting-time dt{
	margin-bottom: 1rem;
}
.mv-guide .box dl.holiday dt{
	margin-bottom: 2.5rem;
}
.mv-guide .box dl dd{
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.1em;
	text-align: center;
}
.mv-guide .box dl.waiting-time dd{
	display: flex;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 1.125rem;
}
.mv-guide .box dl.waiting-time dd strong{
	font-family: "Poppins", sans-serif;
	font-size: 2.875rem;
	font-weight: 600;
	padding: 0 1rem;
}
.mv-guide .box dl.holiday dd{
	font-size: 1rem;
}
@media only screen and (max-width: 767px) {
	.mv-guide .mv-view{
		background: url(../img/sp_mv.jpg) no-repeat top center;
		background-size: cover;
		padding: 9.75rem 0 17.5rem 0;
	}
	.mv-guide .view-ttl h2{
		font-size: 1.5rem;
		margin-bottom: 0.25rem;
	}
	.mv-guide .view-ttl p{
		font-size: 1.0625rem;
	}
	.mv-guide .box{
		column-gap: 0;
		row-gap: 1rem;
		margin: -14rem auto 0 auto;
		padding: 1.5rem 1rem 1.25rem 1rem;
	}
	.mv-guide .box dl{
		width: 100%;
	}
	.mv-guide .box dl dt{
		font-size: 1.25rem;
		padding: 0.5rem;
	}
	.mv-guide .box dl.waiting-time dt{
		margin-bottom: 0.25rem;
	}
	.mv-guide .box dl.holiday dt{
		margin-bottom: 1.25rem;
	}
	.mv-guide .box dl.waiting-time dd{
		font-size: 1.125rem;
	}
	.mv-guide .box dl.waiting-time dd strong{
		font-size: 3.5rem;
		padding: 0 0.75rem;
	}
	.mv-guide .box dl.holiday dd{
		font-size: 1.125rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.mv-guide .mv-view{
		padding: 14.5rem 0;
	}
	.mv-guide .box{
		column-gap: 2rem;
		margin: -3.5rem auto 0 auto;
		padding: 3rem 2rem 2rem 2rem;
	}
	.mv-guide .box dl{
		width: calc(50% - 1rem);
	}
	.mv-guide .box dl.waiting-time dt{
		margin-bottom: 0.625rem;
	}
	.mv-guide .box dl.holiday dt{
		margin-bottom: 2rem;
	}
	.mv-guide .box dl.waiting-time dd strong{
		padding: 0 0.625rem;
	}
}
/*　　お知らせ　　*/
.frontWrap .news-guide{
	padding: 5rem 0 3.75rem 0;
}
.frontWrap .news-guide .guide-ttl{
	width: 12.5rem;
}
.frontWrap .news-guide .news-list{
	width: calc(100% - 12.5rem);
}
@media only screen and (max-width: 767px) {
	.frontWrap .news-guide{
		padding: 3rem 0 2.5rem 0;
	}
	.frontWrap .news-guide .guide-ttl{
		width: 100%;
		text-align: center;
		margin-bottom: 2.5rem;
	}
	.frontWrap .news-guide .news-list{
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .news-guide{
		padding: 4rem 0 2.75rem 0;
	}
	.frontWrap .news-guide .guide-ttl{
		width: 10.5rem;
	}
	.frontWrap .news-guide .news-list{
		width: calc(100% - 10.5rem);
	}
}
/*　　メッセージ　　*/
.message-guide{
	padding: 3.75rem 0 4.5rem 0;
}
.message-guide .countArea{
	width: 55%;
	padding-left: 5rem;
}
.message-guide .countArea h2{
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.76;
	letter-spacing: 0.1em;
	margin-bottom: 2.5rem;
}
.message-guide .countArea p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.875;
	letter-spacing: 0.1em;
}
.message-guide .imgArea{
	width: 45%;
}
@media only screen and (max-width: 767px) {
	.message-guide{
		padding: 2.5rem 0 3.5rem 0;
	}
	.message-guide .countArea{
		width: 100%;
		padding-left: 0;
		margin-bottom: 1.5rem;
	}
	.message-guide .countArea h2{
		font-size: 1.125rem;
		text-align: center;
		margin-bottom: 1.5rem;
	}
	.message-guide .countArea p{
		font-size: 0.875em;
		line-height: 2.35;
	}
	.message-guide .imgArea{
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.message-guide{
		padding: 2.75rem 0 3.5rem 0;
	}
	.message-guide .countArea{
		padding-left: 2.5rem;
	}
	.message-guide .countArea h2{
		margin-bottom: 1.5rem;
	}
	.message-guide .countArea p{
		line-height: 2.35;
	}
}
/*　　営業時間・定休日　　*/
.opening-hours-guide{
	padding: 4.5rem 0 5.5rem 0;
}
.opening-hours-guide .guide-ttl{
	margin-bottom: 4.6875rem;
}
.opening-hours-guide .box{
	max-width: 880px;
	margin: 0 auto;
}
.opening-hours-guide .hours-tbl{
	border-top: 1px solid #DDDDDD;
}
.opening-hours-guide .hours-tbl dl{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #DDDDDD;
	padding: 2rem 2.5rem;
}
.opening-hours-guide .hours-tbl dl dt,
.opening-hours-guide .hours-tbl dl dd{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.opening-hours-guide .hours-tbl dl dt{
	width: 27%;
}
.opening-hours-guide .hours-tbl dl dd{
	width: 73%;
	border-left: 1px solid #DDDDDD;
	padding-left: 2.5rem;
}
.opening-hours-guide .note{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-top: 2.5rem;
}
.opening-hours-guide .holiday-box{
	border: 1px solid #1C273E;
	padding: 1.5rem 2.5rem;
	margin-top: 4.5rem;
}
.opening-hours-guide .holiday-box dl{
	display: flex;
	align-items: center;
}
.opening-hours-guide .holiday-box dl dt,
.opening-hours-guide .holiday-box dl dd{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.opening-hours-guide .holiday-box dl dt{
	width: 27%;
}
.opening-hours-guide .holiday-box dl dd{
	width: 73%;
	border-left: 1px solid #DDDDDD;
	padding-left: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.opening-hours-guide{
		padding: 2.5rem 0 2.5rem 0;
	}
	.opening-hours-guide .guide-ttl{
		text-align: center;
		margin-bottom: 2.5rem;
	}
	.opening-hours-guide .hours-tbl dl{
		padding: 1rem 0.5rem;
	}
	.opening-hours-guide .hours-tbl dl dt,
	.opening-hours-guide .hours-tbl dl dd{
		font-size: 0.875em;
	}
	.opening-hours-guide .hours-tbl dl dt{
		width: 30%;
	}
	.opening-hours-guide .hours-tbl dl dd{
		width: 70%;
		padding-left: 1.25rem;
	}
	.opening-hours-guide .note{
		font-size: 0.75rem;
		margin-top: 1.5rem;
	}
	.opening-hours-guide .holiday-box{
		padding: 1rem;
		margin-top: 2.5rem;
	}
	.opening-hours-guide .holiday-box dl dt,
	.opening-hours-guide .holiday-box dl dd{
		font-size: 0.875em;
	}
	.opening-hours-guide .holiday-box dl dt{
		width: 20%;
	}
	.opening-hours-guide .holiday-box dl dd{
		width: 80%;
		padding-left: 1.25rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.opening-hours-guide{
		padding: 3.5rem 0 4rem 0;
	}
	.opening-hours-guide .guide-ttl{
		margin-bottom: 3.5rem;
	}
	.opening-hours-guide .hours-tbl dl{
		padding: 1.5rem;
	}
	.opening-hours-guide .hours-tbl dl dt{
		width: 25%;
	}
	.opening-hours-guide .hours-tbl dl dd{
		width: 75%;
		padding-left: 2rem;
	}
	.opening-hours-guide .note{
		margin-top: 2rem;
	}
	.opening-hours-guide .holiday-box{
		padding: 1.5rem;
		margin-top: 3rem;
	}
	.opening-hours-guide .holiday-box dl dt{
		width: 25%;
	}
	.opening-hours-guide .holiday-box dl dd{
		width: 75%;
		padding-left: 2rem;
	}
}
/*　　ギャラリー　　*/
.gallery-guide{
	padding: 5.5rem 0 11rem 0;
}
.gallery-guide .inner-wrap{
	column-gap: 0.5rem;
}
.gallery-guide .gallery{
	column-gap: 0.5rem;
	row-gap: 0.5rem;
	width: calc(50% - 0.25rem);
}
.gallery-guide .gallery li.col-2{
	width: calc(50% - 0.25rem);
}
.gallery-guide .gallery li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.gallery-guide{
		padding: 2.5rem 0 4rem 0;
	}
	.gallery-guide .inner-wrap{
		column-gap: 0;
		row-gap: 0.5rem;
	}
	.gallery-guide .gallery{
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.gallery-guide{
		padding: 4rem 0 8rem 0;
	}
}
/*　　メニュー・料金表　　*/
.menu-guide{
	padding: 8rem 0 9rem 0;
}
.menu-guide .guide-ttl{
	margin-bottom: 4.5rem;
}
.menu-guide .box{
	background: #FFFFFF;
	padding: 5rem;
}
.menu-guide .box h3{
	position: relative;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 4rem;
}
.menu-guide .box h3::after{
	content: '';
	background: #1C273E;
	position: absolute;
	width: 15.8125rem;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1rem;
}
.menu-guide .menu-tbl thead th{
	background: #FAFAFA;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 1rem;
}
.menu-guide .menu-tbl thead th span{
	font-size: 0.75rem;
	margin-left: 0.3125rem;
}
.menu-guide .menu-tbl thead th:nth-child(2){
	border-left: 1px solid #DDDDDD;
}
.menu-guide .menu-tbl tbody th,
.menu-guide .menu-tbl tbody td{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	vertical-align: middle;
	border-bottom: 1px solid #DDDDDD;
}
.menu-guide .menu-tbl tbody th{
	padding: 2rem 2.5rem;
}
.menu-guide .menu-tbl tbody td{
	position: relative;
	padding: 2rem 4rem;
}
.menu-guide .menu-tbl tbody td::before{
	content: '';
	background: #DDDDDD;
	position: absolute;
	width: 1px;
	height: calc(100% - 4rem);
	left: 0;
	top: 2rem;
}
.menu-guide .noteArea{
	margin-top: 5.5rem;
}
.menu-guide .noteArea h4{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 1.5rem;
}
.menu-guide .noteArea p{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
	.menu-guide{
		padding: 4rem 0 4.5rem 0;
	}
	.menu-guide .guide-ttl{
		text-align: center;
		margin-bottom: 2.5rem;
	}
	.menu-guide .box{
		padding: 3rem 1.5rem 2.5rem 1.5rem;
	}
	.menu-guide .box h3{
		font-size: 1rem;
		margin-bottom: 2.5rem;
	}
	.menu-guide .box h3::after{
		width: 12.8125rem;
		bottom: -0.5rem;
	}
	.menu-guide .menu-tbl thead th{
		font-size: 1rem;
		padding: 1rem 0.625rem;
	}
	.menu-guide .menu-tbl thead th span{
		display: block;
		margin-left: 0;
	}
	.menu-guide .menu-tbl thead th:nth-child(2){
		width: 50%;
	}
	.menu-guide .menu-tbl tbody th,
	.menu-guide .menu-tbl tbody td{
		width: 100%;
		font-size: 0.875em;
	}
	.menu-guide .menu-tbl tbody th{
		padding: 1rem 0.625rem;
	}
	.menu-guide .menu-tbl tbody td{
		padding: 1rem;
	}
	.menu-guide .menu-tbl tbody td::before{
		height: calc(100% - 2rem);
		top: 1rem;
	}
	.menu-guide .noteArea{
		margin-top: 3.5rem;
	}
	.menu-guide .noteArea h4{
		font-size: 1.125rem;
		margin-bottom: 1.25rem;
	}
	.menu-guide .noteArea p{
		font-size: 0.875em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.menu-guide{
		padding: 5rem 0 5.5rem 0;
	}
	.menu-guide .guide-ttl{
		margin-bottom: 3.5rem;
	}
	.menu-guide .box{
		padding: 4rem 2rem 3rem 2rem;
	}
	.menu-guide .box h3{
		margin-bottom: 3.5rem;
	}
	.menu-guide .box h3::after{
		bottom: -0.875rem;
	}
	.menu-guide .menu-tbl tbody th{
		padding: 1.5rem;
	}
	.menu-guide .menu-tbl tbody td{
		padding: 1.5rem 2.5rem;
	}
	.menu-guide .menu-tbl tbody td::before{
		height: calc(100% - 3rem);
		top: 1.5rem;
	}
	.menu-guide .noteArea{
		margin-top: 4rem;
	}
	.menu-guide .noteArea h4{
		margin-bottom: 1.25rem;
	}
}
/*　　店舗案内　　*/
.access-guide{
	padding: 10.5rem 0;
}
.access-guide .countArea{
	width: 35%;
	padding-right: 3rem;
}
.access-guide .guide-ttl{
	margin-bottom: 2.5rem;
}
.access-guide .shop-name{
	margin-bottom: 1rem;
}
.access-guide .shop-name .kana{
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.access-guide .shop-name h3{
	font-family: "Poppins", sans-serif;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0.2em;
}
.access-guide .address{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.access-guide .tel{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.access-guide .parking{
	background: #FAFAFA;
	display: inline-block;
	margin-top: 1.5rem;
	padding: 1.5rem 2rem;
}
.access-guide .parking dl{
	display: flex;
	align-items: center;
}
.access-guide .parking dl dt{
	width: 2.5rem;
}
.access-guide .parking dl dd{
	width: calc(100% - 2.5rem);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding-left: 1rem;
}
.access-guide .parking dl dd span{
	font-size: 0.75rem;
	font-weight: 500;
	margin-left: 0.5rem;
}
.access-guide .note{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-top: 1.5rem;
}
.access-guide .mapArea{
	width: 65%;
	line-height: 1;
}
.access-guide .mapArea iframe{
	height: 27.5rem;
}
@media only screen and (max-width: 767px) {
	.access-guide{
		padding: 4rem 0 3.5rem 0;
	}
	.access-guide .countArea{
		width: 100%;
		padding-right: 0;
		margin-bottom: 1.5rem;
	}
	.access-guide .guide-ttl{
		text-align: center;
		margin-bottom: 2rem;
	}
	.access-guide .shop-name .kana{
		font-size: 0.75rem;
		text-align: center;
	}
	.access-guide .shop-name h3{
		font-size: 1.25rem;
		text-align: center;
	}
	.access-guide .address{
		font-size: 0.875rem;
		text-align: center;
	}
	.access-guide .tel{
		font-size: 0.875rem;
		text-align: center;
	}
	.access-guide .parking{
		display: block;
		margin-top: 1.25rem;
		padding: 1.125rem 1.5rem;
	}
	.access-guide .parking dl{
		-webkit-justify-content: center;
		justify-content: center;
	}
	.access-guide .parking dl dt{
		width: 2rem;
	}
	.access-guide .parking dl dd{
		width: auto;
		font-size: 0.875rem;
		padding-left: 0.625rem;
	}
	.access-guide .parking dl dd span{
		font-size: 0.75rem;
		margin-left: 0.5rem;
	}
	.access-guide .note{
		font-size: 0.75rem;
		margin-top: 1rem;
	}
	.access-guide .mapArea{
		width: 100%;
	}
	.access-guide .mapArea iframe{
		height: 15.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.access-guide{
		padding: 5.5rem 0;
	}
	.access-guide .countArea{
		width: 38%;
		padding-right: 1.5rem;
	}
	.access-guide .mapArea{
		width: 62%;
	}
}
/*　　ギャラリー(下)　　*/
.bottom-gallery{
	padding-bottom: 10rem;
}
.bottom-gallery .gallery li{
	width: 25%;
}
@media only screen and (max-width: 767px) {
	.bottom-gallery{
		padding-bottom: 4rem;
	}
	.bottom-gallery .gallery li{
		width: 50%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.bottom-gallery{
		padding-bottom: 5.5rem;
	}
}
/**
/* 下層ページ共通 CSS
----------------------------------------------- */
/*　　ページヘッダー　　*/
.page-view{
	text-align: center;
	padding: 8.5rem 0 7.5rem 0;
}
.page-view .view-ttl .roma{
	font-family: "Poppins", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin-bottom: 1.5rem;
}
.page-view .view-ttl h2{
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.462;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
	.page-view{
		padding: 4.5rem 0 4rem 0;
	}
	.page-view .view-ttl .roma{
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.page-view .view-ttl h2{
		font-size: 1.375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-view{
		padding: 6.5rem 0 5.5rem 0;
	}
	.page-view .view-ttl .roma{
		margin-bottom: 1.25rem;
	}
}
.page-wrap,
.article-wrap,
.single-wrap{
	padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
	.page-wrap,
	.article-wrap,
	.single-wrap{
		padding-bottom: 4rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-wrap,
	.article-wrap,
	.single-wrap{
		padding-bottom: 5.5rem;
	}
}
/**
/* お知らせ CSS
----------------------------------------------- */
/*一覧*/
.news-guide .news-list .news-items{
	border-bottom: 1px solid #DDDDDD;
	padding: 2rem 2.5rem;
}
.news-guide .news-list .news-items:first-child{
	border-top: 1px solid #DDDDDD;
}
.news-guide .news-list .news-items dt{
	font-family: "Poppins", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.1em;
	margin-bottom: 0.5rem;
}
.news-guide .news-list .news-items dd{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
	.news-guide .news-list .news-items{
		padding: 1.5rem 0.5rem;
	}
	.news-guide .news-list .news-items dt{
		font-size: 0.75rem;
		margin-bottom: 0.375rem;
	}
	.news-guide .news-list .news-items dd{
		font-size: 0.875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.news-guide .news-list .news-items{
		padding: 1.5rem 1rem;
	}
}
/*　　詳細　　*/
.single-guide article{
	padding-bottom: 2rem;
}
.single-guide .entry-header{
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 3rem;
	padding-bottom: 1rem;
}
.single-guide .entry-header .dete{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	margin-bottom: 0.5rem;
}
.single-guide .entry-header h2{
	font-size: 1.65rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
}
.single-guide .entry-body h2{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body h3{
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body h4{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body p{
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.35;
	letter-spacing: 0.1em;
	margin-bottom: 2rem;
}
.single-guide .entry-body p img{
	margin: 0.5rem 0;
}
.single-guide .entry-body ol{
	list-style: decimal;
	margin-left: 1.25rem;
	margin-bottom: 2rem;
}
.single-guide .entry-body ul{
	list-style: disc;
	margin-left: 1.25rem;
	margin-bottom: 2rem;
}
.single-guide .entry-body ol li,
.single-guide .entry-body ul li{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.875;
	letter-spacing: 0.1em;
}
.single-guide .entry-body figure{
	margin: 0.5rem 0;
}
.single-guide .entry-body figcaption{
	font-size: 90%;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0 1rem 0 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0 0 0 1rem;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
}
.single-guide .page-nav{
	margin-top: 3.5rem;
}
.single-guide .page-nav ul{
	width: 100%;
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.single-guide .page-nav ul .nav__item--prev a{
	position: relative;
	padding-left: 5rem;
}
.single-guide .page-nav ul .nav__item--next a{
	position: relative;
	padding-right: 5rem;
}
.single-guide .page-nav ul .nav__item--prev a span,
.single-guide .page-nav ul .nav__item--next a span{
	color: #30332B;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.45;
	text-transform: uppercase;
}
.single-guide .page-nav ul .nav__item--prev a::before,
.single-guide .page-nav ul .nav__item--prev a::after,
.single-guide .page-nav ul .nav__item--next a::before,
.single-guide .page-nav ul .nav__item--next a::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single-guide .page-nav ul .nav__item--prev a::before,
.single-guide .page-nav ul .nav__item--next a::before{
	background: #DDDDDD;
	width: 2.75rem;
	height: 1px;
}
.single-guide .page-nav ul .nav__item--prev a::after,
.single-guide .page-nav ul .nav__item--next a::after{
	background: #1C273E;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 100%;
	transition: all 1.5s cubic-bezier(.23,1,.32,1) 0.1s;
}
.single-guide .page-nav ul .nav__item--prev a:hover::after,
.single-guide .page-nav ul .nav__item--next a:hover::after{
	width: 0.675rem;
	height: 0.675rem;
}
.single-guide .page-nav ul .nav__item--prev a::before{
	left: 0;
}
.single-guide .page-nav ul .nav__item--prev a::after{
	left: 2.75rem;
}
.single-guide .page-nav ul .nav__item--prev a:hover::after{
	left: 0;
}
.single-guide .page-nav ul .nav__item--next a::before{
	right: 0;
}
.single-guide .page-nav ul .nav__item--next a::after{
	right: 2.75rem;
}
.single-guide .page-nav ul .nav__item--next a:hover::after{
	right: 0;
}
@media only screen and (max-width: 767px) {
	.single-guide article{
		padding-bottom: 1rem;
	}
	.single-guide .entry-header{
		margin-bottom: 1.5rem;
		padding-bottom: 1.25rem;
	}
	.single-guide .entry-header .entry-data{
		margin-bottom: 1.25rem;
	}
	.single-guide .entry-header h2{
		font-size: 1.25rem;
	}
	.single-guide .entry-body h2{
		font-size: 1.125rem;
		margin-bottom: 1.125rem;
	}
	.single-guide .entry-body h3{
		font-size: 1.0625rem;
		margin-bottom: 1.125rem;
	}
	.single-guide .entry-body p{
		font-size: 0.875rem;
		line-height: 2.14;
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body ol{
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body ul{
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body ol li,
	.single-guide .entry-body ul li{
		font-size: 0.875rem;
	}
	.single-guide .entry-body p img{
		margin: 0.25rem 0;
	}
	.single-guide .entry-body figure{
		margin: 0.25rem 0;
	}
	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0 0.625rem 0 0;
	}
	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0 0 0 0.625rem;
	}
	.single-guide .page-nav{
		margin-top: 2.5rem;
	}
	.single-guide .page-nav ul .nav__item--prev a span,
	.single-guide .page-nav ul .nav__item--next a span{
		font-size: 1rem;
	}
	.single-guide .page-nav ul .nav__item--prev a::before,
	.single-guide .page-nav ul .nav__item--next a::before{
		width: 2rem;
	}
	.single-guide .page-nav ul .nav__item--prev a::after{
		left: 2rem;
	}
	.single-guide .page-nav ul .nav__item--next a::after{
		right: 2rem;
	}
	.single-guide .page-nav ul .nav__item--prev a{
		padding-left: 3rem;
	}
	.single-guide .page-nav ul .nav__item--next a{
		padding-right: 3rem;
	}
}
/**
/* エラー CSS
----------------------------------------------- */
.error-guide .entry p{
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.6;
	text-align: center;
}
.error-guide .entry .error_url{
	padding: 2rem 0;
}
.error-guide .entry .block_btn{
	margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
	.error-guide .entry p{
		font-size: 0.875rem;
	}
	.error-guide .entry .error_url{
		padding: 1.5rem 0;
	}
	.error-guide .entry .block_btn{
		margin-top: 2rem;
	}
}
