@charset "utf-8";
/*
Author: あそびラボ
Version: 1.2
*/
/*=======================================================
　基本設定
=======================================================*/
@font-face {
	font-family: 'noto-sans-jp';
	src: url(fonts/Noto_Sans_JP/NotoSansJP-Regular.woff)format("woff");
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: 'noto-sans-jp';
	src: url(fonts/Noto_Sans_JP/NotoSansJP-Bold.woff)format("woff");
	font-weight: bold;
	font-display: swap;
}
@font-face {
	font-family: 'noto-serif-jp';
	src: url(fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff)format("woff");
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: 'noto-serif-jp';
	src: url(fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff)format("woff");
	font-weight: bold;
	font-display: swap;
}
* {
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-style: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	line-break: strict;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:focus,
a:focus {
	outline: none;
}
body,
.ly_head,
.ly_main,
.ly_foot {
	min-width: 1024px;
}
body {
	background: #fff;
	font-family: 'noto-sans-jp', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	-webkit-text-size-adjust: 100%;
	color: #222;
}
article,
aside,
figcaption,
figure,
picture,
footer,
main,
header,
nav,
section {
	display: block;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
ul,
ol {
	list-style: none;
}
p,
li,
dt,
dd,
th,
td {
	-ms-line-break: strict;
	line-break: strict;
	word-break: break-word;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
  width: 100%;
  height: auto;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}
picture {
	line-height: 0;
}
input,
button,
select,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 16px;
	outline: none;
}
input:-webkit-autofill{
	box-shadow: 0 0 0px 1000px #fff inset;
}
input[type=checkbox] {
	display: none;
}
input[type=radio] {
	display: none;
}
button, textarea {
	font-family: inherit;
	font-size: 100%;
}
/* PC SP */
.pc {
	display: initial;
}
.sp {
	display: none;
}
@media only screen and (min-device-width: 1025px) {
	/* PCのみホバー効果 */
	a:hover,
	.hp_hover:hover {
		opacity: 0.7;
		transition: all 0.3s ease;
	}
	label:hover {
		cursor: pointer;
	}
}
@media screen and (max-width: 750px) {
	body,
	.ly_head,
	.ly_main,
	.ly_foot {
		min-width: 750px;
		max-width: 750px;
		width: 100%;
	}
	body {
		font-size: 28px;
		line-height: 1.5;
	}
	.sp {
		display: initial;
	}
	.pc {
		display: none;
	}
}

/*=============================
　共通レイアウト
==============================*/
/* 全体のWrapper */
.ly_allWrapper {
	overflow: hidden;
	max-width: 2000px;
	margin: 0 auto;
}

/* inner */
.ly_head_inner,
.ly_foot_inner,
.ly_cont,
.ly_cont_inner {
	width: 1024px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.ly_cont_inner {
	height: auto;
}
/* 2カラム */
.ly_cont__col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 44px;
}
.ly_cont_main {
	width: 700px;
}
.ly_cont_side {
	width: 280px;
}
/* bl_media */
.bl_mediaList{
	display: flex;
	flex-wrap: wrap;
	gap: 56px;
}
.bl_media {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	position: relative;
}
.bl_media_imgWrapper {
	flex: 0 1 496px;
}
.bl_media_body {
	flex: 1;
}
.bl_media_body > *:not(:first-of-type){
	margin-top: 31px;
}
/* bl_card */
.bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.bl_card {
	width: 320px;
	position: relative;
}
/* bl_btnList */
.bl_btnList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
}

@media screen and (max-width: 750px) {
	/* inner */
	.ly_cont,
	.ly_cont_inner {
		width: 690px;
	}
	/* 2カラム */
	.ly_cont__col {
		gap: 80px;
	}
	.ly_cont_main,
	.ly_cont_side {
		width: 100%;
	}
}
/*=============================
　下層MV - パンくず
==============================*/
/* MV */
.bl_lower_mv {
	height: 160px;
	background: url(images/common/lower_mv_bg.jpg) top center / cover no-repeat;
	padding-top: 50px;
}
.bl_lower_mv_ttl {
	width: 1024px;
	margin: 0 auto;
	padding-top: 34px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	position: relative;
}
.bl_lower_mv_ttl::before{
	content: '';
	position: absolute;
	background: url(images/common/mv_deco.svg) top center / contain no-repeat;
	width: 118px;
	height: 18px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
/* パンくず */
.bl_breadcrumbs_inner {
	width: 1024px;
	margin: 0 auto;
	padding-top: 8px;
	display: flex;
	align-items: center;
}
.bl_breadcrumbs_inner > li {
	font-size: 13px;
}
.bl_breadcrumbs_inner > li:first-of-type ~ li::before {
	content: ">";
	margin: 0 7px;
}
.bl_breadcrumbs_inner .home {
	display: block;
	width: 16px;
	padding-bottom: 3px;
}
@media screen and (max-width : 750px){
	/* MV */
	.bl_lower_mv {
		height: 200px;
		background: url(images/common/lower_mv_bg_sp.jpg) top center / cover no-repeat;
		padding-top: 60px;
	}
	.bl_lower_mv_ttl {
		width: 750px;
		font-size: 32px;
		padding-top: 48px;
	}
	.bl_lower_mv_ttl::before{
		width: 156px;
		height: 24px;
	}
	/* パンくず */
	.bl_breadcrumbs_inner {
		width: 690px;
	}
	.bl_breadcrumbs_inner > li {
		font-size: 22px;
	}
	.bl_breadcrumbs_inner > li:first-of-type ~ li::before {
		margin: 0 10px;
	}
	.bl_breadcrumbs_inner .home {
		width: 28px;
	}
}
/*=============================
　共通パーツ
==============================*/
/* 各sectionメイン見出し */
.el_sec_mainTtl {
	color: #3E2012;
	font-size: 32px;
	text-align: center;
	position: relative;
}
/* bl_bulletList */
.bl_bulletList > li {
	padding-left: 1em;
	position: relative;
}
.bl_bulletList > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.bl_bulletList.bl_bulletList__square > li {
	padding-left: calc(1em + 8px);
}
.bl_bulletList.bl_bulletList__square > li::before {
	content: "■";
}
/* bl_numList */
.bl_numList {
	counter-reset: num;
}
.bl_numList > li {
	padding-left: 1.2em;
	position: relative;
}
.bl_numList > li:before {
	counter-increment: num;
	content: counter(num) ".";
	position: absolute;
	top: 0;
	left: 0;
}
.bl_numList.bl_numList__circle > li:first-of-type::before {
	content: "①";
}
.bl_numList.bl_numList__circle > li:nth-of-type(2)::before {
	content: "②";
}
.bl_numList.bl_numList__circle > li:nth-of-type(3)::before {
	content: "③";
}
.bl_numList.bl_numList__circle > li:nth-of-type(4)::before {
	content: "④";
}
.bl_numList.bl_numList__circle > li:nth-of-type(5)::before {
	content: "⑤";
}
.bl_numList.bl_numList__circle > li:nth-of-type(6)::before {
	content: "⑥";
}
.bl_numList.bl_numList__circle > li:nth-of-type(7)::before {
	content: "⑦";
}
.bl_numList.bl_numList__circle > li:nth-of-type(8)::before {
	content: "⑧";
}
.bl_numList.bl_numList__circle > li:nth-of-type(9)::before {
	content: "⑨";
}
.bl_numList.bl_numList__circle > li:nth-of-type(10)::before {
	content: "⑩";
}
.bl_numList.bl_numList__circle > li:nth-of-type(11)::before {
	content: "⑪";
}
.bl_numList.bl_numList__circle > li:nth-of-type(12)::before {
	content: "⑫";
}
.bl_numList.bl_numList__circle > li:nth-of-type(13)::before {
	content: "⑬";
}
.bl_numList.bl_numList__circle > li:nth-of-type(14)::before {
	content: "⑭";
}
/* el_btn */
.el_btn {
	font-family: "noto-serif-jp","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: linear-gradient(180deg, #E0CA6C 0%, #A7732A 100%);
	padding-bottom: 2px;
	border-radius: 2px;
	margin: 0 auto;
}
.el_btn__orange{
	background: linear-gradient(180deg, #FFA62E 0%, #9A4100 100%)
}
.el_btn::after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    right: 18px;
}
/* el_label */
.el_label {
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 2px;
}
/* ※ */
.el_att {
	font-size: 14px;
	padding-left: 1em;
	position: relative;
}
.el_att::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.el_att01,
.el_att02,
.el_att03,
.el_att04,
.el_att05{
	padding-left: 2.1em;
}
.el_att01::before {
	content: "※1";
}
.el_att02::before {
	content: "※2";
}
.el_att03::before {
	content: "※3";
}
.el_att04::before {
	content: "※4";
}
.el_att05::before {
	content: "※5";
}
span.el_att {
	display: block;
}
.el_link{
	text-decoration: underline;
	color: #fff;
}
.el_txt{
	text-align: center;
}
@media screen and (max-width: 750px) {
	/* 各sectionメイン見出し */
	.el_sec_mainTtl {
		font-size: 40px;
	}
	/* el_btn */
	.el_btn{
		font-size: 32px;
		border-radius: 3px;
	}
	.el_btn::after{
		border-width: 8px 0 8px 16px;
		border-color: transparent transparent transparent #fff;
		right: 24px;
	}
	/* el_label */
	.el_label{

	}
	/* ※ */
	.el_att {
		font-size: 20px;
	}
}

/*=============================
　ヘルプタグ
==============================*/
/* ユニット */
.hp_unit {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* 明朝体 */
.hp_mincho {
	font-family: "noto-serif-jp","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}
/* bold */
.hp_bold {
	font-weight: bold !important;
}
/* italic */
.hp_italic {
	transform: skewX(-10deg);
}
/* 打ち消し線 */
.hp_strikethrough {
	padding: 3px 0 0 8px;
	background-image: linear-gradient(#222, #222);
	background-position: 0 50%;
	background-size: 100% 1px;
	background-repeat: repeat-x;
	letter-spacing: 0;
}
/* opacity1 */
.hp_opacity1 {
	opacity: 1 !important;
}
/* 電話リンク */
.hp_tel {
	pointer-events: none;
}
/* アクセントカラー */
.hp_color__red {
	color: #FF0000 !important;
}
.hp_color__blue {
	color: #0045FF !important;
}
.hp_color__gold {
	color: #9D873E !important;
}

/* 影付き角丸白ボックス */
.hp_shadowRadiusWhiteBox {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 750px) {
	/* ユニット */
	.hp_unit {
		display: block;
	}
	/* 電話リンク */
	.hp_tel {
		pointer-events: auto;
	}
}

/*=============================
　header
==============================*/
.ly_main {
	padding-top: 80px;
}
.ly_head {
	width: 100%;
	height: 80px;
	background: #3E2012;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.bl_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* ロゴ */
.bl_head_logo{
	width: 262px;
}
.bl_head_logo > a {
	display: block;
}
/* ヘッダー右側エリア */
.bl_head_rightArea {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
/* ボタンエリア */
.bl_head_btnList {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
}
.bl_head_btn {
	width: 160px;
	height: 56px;
	margin: 0 0 0 -120px;
	cursor: pointer;
}
.bl_head_btn::after{
	content: none;
}
/* ナビ */
.bl_gloNav {
	z-index: 100;
}
.bl_gloNav_inner {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}
.bl_gloNav_inner > li:last-of-type {
	border-right: 1px solid #ccc;
}
.bl_gloNav_inner > li > a {
	color: #fff;
}
/* スマホ用非表示 */
.bl_burger {
	display: none;
}
/* モーダル */
#popup,
#popup_basic,
#popup_rental {
	display: none;
}
.popup-open {
	cursor: pointer;
}
.popup-overlay,
.popup_basic-overlay,
.popup_rental-overlay {
	display: none; 
}
#popup:checked ~ .popup-overlay,
#popup_basic:checked ~ .popup_basic-overlay,
#popup_rental:checked ~ .popup_rental-overlay {
	display: block;
	z-index: 99999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.popup-window {
	width: 719px;
	padding: 40px 102px;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.popup-text {
	margin: 0;
}
.popup-text:not(:last-of-type) {
	margin-bottom: 1em
}
.popup-close {
	width: 140px;
	height: 48px;
	background: #3E2012;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	padding: 0 0 2px 26px;
	margin: 40px auto 0;
	position: relative;
}
.popup-close::before{
	content: '';
	position: absolute;
	background: url(images/common/cross__white.svg) top center / contain no-repeat;
	width: 14px;
	height: 14px;
	top: 50%;
	left: 29px;
	transform: translateY(-50%);
}
.bl_popup_txt{
	text-align: center;
}
.popup-window .bl_btnList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 28px;
	margin-top: 32px;
}
.popup-window .bl_btnList > li{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}
.popup-window .bl_btnList > li >figure{
	width: 176px;
}
.popup-window .bl_btnList .el_btn{
	width: 228px;
	height: 56px;
	background: linear-gradient(180deg, #F4AFD3 0%, #C45673 100%);
	border-radius: 2px;
	font-size: 20px;
	padding: 0 0 3px 0;
}
.popup-window .bl_btnList > li:nth-of-type(2) .el_btn{
	background: linear-gradient(180deg, #7EC5F2 0%, #005F9A 100%);
}
@media screen and (max-width: 750px) {
	.ly_main {
		padding-top: 120px;
	}
	.ly_head {
		height: 120px;
	}
	.ly_head::after {
		/* background: pink; */
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		box-shadow: 0 0 16px rgb(0 0 0 / 32%);
	}
	.ly_head_inner {
		width: 100%;
		z-index: 110;
		/* justify-content: unset; */
		padding-left: 20px;
	}
	/* ロゴ */
	.bl_head_logo{
		width: 404px;
		order: 1;
	}
	.bl_head_logo > a {
		width: 404px;
	}
	/* .bl_head_logo picture img {
		aspect-ratio: 320/68;
		width: 404px;
	
	} */
	/* ヘッダー右側エリア */
	.bl_head_rightArea {
		height: 100%;
	}
	/* ボタンエリア */
	.bl_head_btnList {
		gap: 0;
		height: 100%;
	}
	.bl_head_btnItem {
		height: 100%;
	}
	.bl_head_btn {
		width: 160px;
		height: 100%;
		font-size: 36px;
		margin-right: -165px;
		order: 2;
	}
	.bl_head_btnItem .pc {
		display: none;
	}
	/* ハンバーガーボタン */
	.bl_burger {
		width: 120px;
		height: 100%;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 2px solid #3E2012;
		order: 3;
	}
	.bl_burger.is_active{
		z-index: 999;
	}
	.bl_burger_inner {
		display: block;
		width: 104px;
		height: 104px;
		/* background: #fff; */
		position: relative;
	}
	.bl_burger_bar {
		width: 84px;
		height: 4px;
		background: #3E2012;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.bl_burger_bar:first-child {
		top: 16px;
		transition: transform 0.3s ease;
	}
	.bl_burger_bar:nth-child(2) {
		top: 34px;
		transition: opacity 0.3s ease;
	}
	.bl_burger_bar:nth-child(3) {
		bottom: 48px;
		transition: transform 0.3s ease;
	}
	.bl_burger.is_active .bl_burger_bar:first-child {
		transform: rotate(-45deg) translate(-51%, -11px);
		transition: transform 0.3s ease;
	}
	.bl_burger.is_active .bl_burger_bar:nth-child(2) {
		opacity: 0;
		transition: opacity 0.3s ease;
	}
	.bl_burger.is_active .bl_burger_bar:nth-child(3) {
		transform: rotate(45deg) translate(-43%, 18px);
		transition: transform 0.3s ease;
	}
	.bl_burger_txt {
		font-size: 24px;
		color: #3E2012;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0px;
	}
	/* ナビ */
	.bl_gloNav {
		width: 100%;
		height: 100%;
		background: rgba(0 0 0 /0.9);
		background: url(images/common/nav_bg.jpg) top center / cover no-repeat;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 90;
		transform: translateX(100%);
		transition: transform 0.3s ease-in-out;
	}
	.bl_gloNav.is_active {
		transform: translateX(0);
		transition: transform 0.3s ease-in-out;
	}
	.bl_gloNav_inner {
		padding: 200px 20px 0;
		width: 100%;
		height: calc(100% - 210px); /* 170pxはheader高さと閉じるボタンの高さを足した値 */
		flex-direction: column;
		justify-content: flex-start;
		justify-content: center;
		gap: 56px;
		overflow: scroll;
	}
	.bl_gloNav_inner > li {
		width: auto;
		height: auto;
	}
	.bl_gloNav_inner > li > a {
		font-size: 32px;
		color: #fff;
	}
	/* 閉じるボタン */
	.bl_gloNav_btn {
		width: 240px!important;
		height: 80px!important;
		background: #fff;
		border: 4px solid #3E2012!important;
		border-radius: 3px;
		font-size: 34px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 44px;
		position: relative;
	}
	.bl_gloNav_btn::before{
		content: '×';
		position: absolute;
		color: #3E2012;
		font-weight: bold;
		font-size: 42px;
		top: 50%;
		transform: translateY(-50%);
		left: 32px;
	}
	/* モーダル */
	.popup-window {
		width: 690px;
		padding: 40px 40px 56px;
	}
	.popup-close {
		width: 240px;
		height: 80px;
		font-size: 34px;
		padding: 0 0 4px 42px;
		margin: 56px auto 0;
	}
	.popup-close::before{
		width: 24px;
		height: 24px;
		left: 40px;
	}
	.popup-window .bl_btnList{
		gap: 70px;
		margin-top: 40px;
	}
	.popup-window .bl_btnList > li > figure{
		width: 220px;
	}
	.popup-window .bl_btnList .el_btn{
		width: 270px;
		height: 96px;
		font-size: 32px;
	}
}

/*=============================
　footer
=============================*/
.ly_main {
	min-height: calc(100vh - 104px); /* pxはfooterの高さ */
}
.ly_foot {
	background: #3E2012;
}
.ly_foot_inner {
	height: 67px;
}
.bl_foot {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
/* ロゴ */
.bl_foot_logo {
	width: 230px;
	margin-bottom: 16px;
}
/* 住所など */
.bl_foot_add {
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1.53;
	color: #fff;
}
/* ナビ */
.bl_foot_gloNav {
}
.bl_foot_gloNav_inner {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.bl_foot_gloNav_inner > li {
	padding-left: 16px;
	font-size: 15px;
	/* font-weight: bold; */
	letter-spacing: 0.6px;
	color: #fff;
	position: relative;
}
.bl_foot_gloNav_inner > li::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 8px;
	left: 0;
}
/* コピーライト */
.bl_foot_copyright {
	width: 100%;
	height: 32px;
	background: #3E2012;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.bl_foot_copyright small {
	color: #fff;
	font-size: 12px;
	font-family: Verdana; /* Android */
}
/* ページトップボタン */
.bl_pagetop {
	width: 1024px;
	height: 0;
	margin: 0 auto;
	text-align: right;
	position: relative;
}
.bl_pagetop span {
	width: 64px;
	height: 64px;
	z-index: 900;
}
.bl_pagetop img {
	opacity: 0;
}
.bl_pagetop .fade img {
	transition: all 0.5s ease-in-out;
}
.bl_pagetop .in img {
	opacity: 1;
	cursor: pointer;
}
@media screen and (max-width: 1400px) {
	/* ページトップボタン */
	.bl_pagetop {
		width: 100%;
	}
	.bl_pagetop span {
		right: 30px;
	}
}
@media screen and (max-width: 750px) {
	.ly_main {
		min-height: calc(100vh - 826px); /* pxはfooterの高さ */
	}
	/* footer */
	.ly_foot_inner {
		width: 100%;
		height: auto;
		padding: 40px 36px 20px;
	}
	.bl_foot_leftArea {
		order: 2;
		width: 100%;
	}
	/* ロゴ */
	.bl_foot_logo {
		width: 320px;
		margin: 0 auto 16px;
	}
	/* 住所とか */
	.bl_foot_add {
		font-size: 24px;
		font-weight: normal;
		text-align: center;
	}
	/* ナビ */
	.bl_foot_gloNav {
		width: 100%;
		order: 1;
	}
	.bl_foot_gloNav_inner {
		gap: 24px 32px;
	}
	.bl_foot_gloNav_inner > li {
		font-size: 24px;
		letter-spacing: 0;
		font-weight: normal;
	}
	.bl_foot_gloNav_inner > li::before {
		border-width: 9px 0 9px 14px;
		top: 57%;
		transform: translateY(-50%);
		left: 0;
	}
	.bl_foot_gloNav_inner > li:first-child {
		order: 1;
	}
	.bl_foot_gloNav_inner > li:nth-child(2) {
		order: 3;
	}
	.bl_foot_gloNav_inner > li:nth-child(3) {
		order: 5;
	}
	.bl_foot_gloNav_inner > li:nth-child(4) {
		order: 7;
	}
	.bl_foot_gloNav_inner > li:nth-child(5) {
		order: 9;
	}
	.bl_foot_gloNav_inner > li:nth-child(6) {
		order: 2;
	}
	.bl_foot_gloNav_inner > li:nth-child(7) {
		order: 4;
	}
	.bl_foot_gloNav_inner > li:nth-child(8) {
		order: 6;
	}
	.bl_foot_gloNav_inner > li:nth-child(9) {
		order: 8;
	}
	.bl_foot_gloNav_inner > li > a{
		padding-left: 8px;
	}
	/* コピーライト */
	.bl_foot_copyright {
		height: 50px;
	}
	.bl_foot_copyright small {
		font-size: 16px;
	}
	/* ページトップボタン */
	.bl_pagetop {
		width: 750px;
	}
	.bl_pagetop span {
		width: 110px;
		height: 110px;
		border-radius: 110px;
		right: 25px;
		bottom: 25px;
	}
}

/*=============================
新着
==============================*/
.bl_vertPosts {
	border-bottom: 1px solid #bfbfbf;
}
.bl_vertPosts > a {
	padding-bottom: 16px;
	color: #222;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.bl_vertPosts:not(:first-of-type) > a {
	padding-top: 16px;
}
.bl_vertPosts_header {
	flex: 0 1 280px;
	display: flex;
	align-items: center;
	gap: 16px;
}
.bl_vertPosts_date {
	font-size: 14px;
	letter-spacing: 0;
}
.el_catLabel {
	min-width: 100px;
	max-width: 144px;
	min-height: 28px;
	font-size: 16px;
	color: #fff;
	background: #ccc;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 0 8px 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.el_catLabel.all {
	background: #5e5e5e;
}
.el_catLabel.news {
	background: #41b3b2;
}
.el_catLabel.media {
	background: #ac96cf;
}
.bl_vertPosts_ttl {
	flex: 1;
	font-size: 17px;
	font-weight: normal;
}
@media screen and (max-width : 750px){
	.bl_vertPosts > a {
		gap: 16px;
		padding-bottom: 24px;
	}
	.bl_vertPosts:not(:first-of-type) > a {
		padding-top: 24px;
	}
	.bl_vertPosts_header {
		flex: 100%;
	}
	.bl_vertPosts_date {
		font-size: 22px;
	}
	.el_catLabel {
		min-width: 128px;
		max-width: 480px;
		min-height: 42px;
		font-size: 22px;
		padding: 0 16px;
	}
	.bl_vertPosts_ttl {
		font-size: 28px;
	}
}

/*=============================
aside
==============================*/
.bl_aside {
	padding-bottom: 25px;
	border: 1px solid #a79178;
}
.bl_aside_ttl {
	height: 50px;
	color: #fff;
	background: #464646;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
}
.bl_aside_postList {
	margin-bottom: 20px;
}
.bl_aside_postList > li {
	border-bottom: 1px solid #c6c6c6;
}
.bl_aside_postList > li > a {
	padding: 16px 25px;
	font-size: 16px;
	display: block;
}
@media screen and (max-width : 750px){
	/* aside */
	.bl_aside {
		padding-bottom: 40px;
	}
	.bl_aside_ttl {
		height: 76px;
		margin-bottom: 15px;
		font-size: 28px;
	}
	.bl_aside_postList {
		margin-bottom: 35px;
	}
	.bl_aside_postList > li > a {
		padding: 24px 30px;
		font-size: 26px;
	}
}

/*=============================
ページナビ
==============================*/
/* wp-pagenavi */
.wp-pagenavi {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}
.wp-pagenavi > * {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	border-radius: 4px;
	min-width: 26px;
	height: 32px;
	padding: 0 5px 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
}
.wp-pagenavi a {
	background: #d4d4d4;
}
.wp-pagenavi .current {
	background: #b18f33;
}
.wp-pagenavi .extend {
	color: #545454;
	font-size: 16px;
}
/* 詳細ページの前へ 次へ */
.bl_pager {
	position: relative;
	height: 42px;
}
.bl_pager_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bl_pager_link > a {
	width: 170px;
	height: 40px;
	border-radius: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 1px;
}
.bl_pager_prev > a::before,
.bl_pager_next > a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: auto;
	margin-bottom: auto;
	border-style: solid;
	position: absolute;
	top: 1px;
	left: 17px;
	bottom: 0;
}
.bl_pager_prev > a {
	padding-right: 10px;
	border: 1px solid #808080;
	color: #808080;
}
.bl_pager_prev > a::before {
	left: initial;
	right: 17px;
	border-width: 5px 0 5px 9px;
	border-color: transparent transparent transparent #808080;
}
.bl_pager_next > a {
	padding-left: 10px;
	background: #0E5351;
}
.bl_pager_next > a::after {
	border-width: 5px 9px 5px 0;
	border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 750px) {
	/* wp-pagenavi */
	.wp-pagenavi {
		margin-top: 50px;
	}
	.wp-pagenavi > * {
		font-size: 28px;
		min-width: 40px;
		height: 48px;
		padding-bottom: 2px;
	}
	.wp-pagenavi .extend{
		display: none;
	}
	/* 前へ 次へ */
	.bl_pager {
		height: 60px;
		margin-top: 60px;
	}
	.bl_pager_link > a {
		width: 230px;
		height: 60px;
		border-radius: 30px;
		font-size: 26px;
	}
	.bl_pager_prev > a {
		padding-right: 20px;
	}
	.bl_pager_prev > a::before {
		    border-width: 7.5px 0 7.5px 11px;
	}
	.bl_pager_next > a {
		padding-left: 20px;
	}
	.bl_pager_next > a::after {
		border-width: 7.5px 0 7.5px 11px;
		border-width: 7.5px 11px 7.5px 0;
	}
}
