@charset "utf-8";
/* CSS Document
	base ()
	固定ブロック設定・PC用マージン
	個別設定（基本使い捨て）
------------------------------------------ */

body:not(.page-top) .pane-main { padding-top: 0;}
.pane-left-menu,main,footer { -webkit-text-stroke-width: .2px !important;}
.pane-contents { width: 100%!important;	background-color: #f8f7f4;}
.container { width: 100%; max-width: 1200px; margin: 0 auto;}
.pane-footer { margin: 0;}

.contents-title { width: 94%; max-width: 1120px; margin: 0 auto 30px;}
.contents-title img { width: 143px; height: auto;}

.contents-title2 { width: 143px; margin: 0 auto 30px;}
.contents-title2 img { width: 100%; height: auto;}

/* =============================================================
	base
================================================================ */
[class*="blk_peops"] * { box-sizing: border-box;}

[class*="blk_peops"] {

	/* block size (max-width) */
	--p-block-xxs: 480px;/* 80% ページ内リンク用 */	
	
	--p-block-ss: 640px;/* 86% ページ内リンク用 */
	--p-block-s: 800px;/* 90%　People */
	--p-block-m: 960px;/* 96%　Shop */	
	--p-block-l: 1080px;/* 100%　ノーマルセクション */
	--p-block-ll: 1120px;/* 100%　メインビジュアル */	

	/* margin-bottom */
	--p-margin-xs: 10px;/* 補助見出し用 */
	--p-margin-s: 15px;/* 小見出し補助 */
	--p-margin-m: 25px;/* 本文区切り */
	--p-margin-l: 30px;/* セクション区切り */
	--p-margin-ll: 50px;/* ブロックエンド */

	/* font-sise */
	--p-font-s: 10px;/* 補助テキスト */
	--p-font-base: 13px;/* 本文 */
	--p-font-l: 14px;/* セクション小見出し */
	--p-font-ll: 16px;/* セクション大見出し */
	--p-font-xl: 18px;/* ページタイトル */

}

[class*="blk_peops"] br.pcbr { display: none;}

@media screen and (min-width: 900px) {

	[class*="blk_peops"] {

		/* margin-bottom */	
		--p-margin-xs: 15px;/* 補助見出し用 */
		--p-margin-s: 30px;/* 小見出し補助 */
		--p-margin-m: 50px;/* 本文区切り */
		--p-margin-l: 60px;/* セクション区切り */
		--p-margin-ll: 100px;/* ブロックエンド */

		/* font-sise */
		--p-font-s: 14px;/* 補助 */
		--p-font-base: 16px;/* 本文 */	
		--p-font-l: 20px;/* セクション小見出し */
		--p-font-ll: 26px;/* セクション大見出し */
		--p-font-xl: 30px;/* ページタイトル */
	}

	[class*="blk_peops"] br.spbr { display: none;}
	[class*="blk_peops"] br.pcbr { display: block;}

}

/* block
------------------------------------------ */
[class*="blk_peops"] {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto var(--p-margin-l);
}
[class*="blk_peops"]:last-child {
	margin-bottom: 0;
	padding-bottom: var(--p-margin-ll);
}
.blk_peops_mb-s,
[class*="blk_peops"] [class*="photo-"].mb-s { margin-bottom: var(--p-margin-s)!important;}/* 画像のとこにもある */
.blk_peops_mb-m,
[class*="blk_peops"] [class*="photo-"].mb-m { margin-bottom: var(--p-margin-m)!important;}/* 画像のとこにもある */

[class*="blk_peops"] img { width: 100%; height: auto;}

/*.blk_peops_mv {	max-width: var(--p-block-ll);}*/
.blk_peops_section { width: 100%; max-width: var(--p-block-l);}
.blk_peops_info01 { width: 96%; max-width: var(--p-block-m); background-color: #fff;}
.blk_peops_info02 { width: 86%; max-width: var(--p-block-s); background-color: #fff;}

/* title
------------------------------------------ */
/* ページタイトル */
[class*="blk_peops"] .page-title {
	font-size: var(--p-font-xl);
	padding: 0 .6em .4em;
/*	margin-bottom: .6em;*/
	line-height: 2em;
	letter-spacing: .14em;
	border: none;
}
[class*="blk_peops"] .sub-heading01 {
	font-size: var(--p-font-ll);
	margin-bottom: 2.2em;
	text-align: center;
	letter-spacing: .14em;
}

/* お名前 */
[class*="blk_peops"] .ttl-person {
	font-size: var(--p-font-base);
	letter-spacing: .12em;
	margin: 0 1em 1.5em;
}
/* 更新日 */
[class*="blk_peops"] .update {
	font-size: var(--p-font-s);
	margin-bottom: 0 0.5em 1em;
	text-align: right;
	letter-spacing: .12em;
}
@media screen and (min-width: 1120px) {
	[class*="blk_peops"] .page-title,
	[class*="blk_peops"] .ttl-person,
	[class*="blk_peops"] .update {	padding: 0 0 .4em;}
}

/* title bar (separator) */
[class*="blk_peops"] .separator {
/*	width: 96%;*/
	height: 26px;
	margin: 0 5px var(--p-margin-l);
	border-top: 1px solid #ccc;
}
[class*="blk_peops"] .separator img {
	height: 26px!important;
	width: auto;
	margin-top: -13px;
	background-color: #f8f7f4;
}
@media screen and (min-width: 900px) {
	[class*="blk_peops"] .separator { width: 100%; margin: 0 0 var(--p-margin-l);}
}

/* text
------------------------------------------ */
[class*="blk_peops"] p {
	line-height: 2.2em;
	border: 0;
	vertical-align: bottom;
	letter-spacing: .15em;
}
[class*="blk_peops"] .sec-text {
	width: 86%;
	max-width: var(--p-block-s);
	margin: 0 auto 2.2em;
	font-size: var(--p-font-base);
}
.blk_peops-flx [class*="child"] .sec-text {
	width: 86%;
	max-width: var(--p-block-s);
	margin: 0 auto 2.2em;
	font-size: var(--p-font-base);
}
@media screen and (min-width: 1200px) {
	.blk_peops-flx [class*="child"] .sec-text {	width: 100%;}
}

/* ---------------------------------------
	link
------------------------------------------ */
[class*="blk_peops"] a {
	text-decoration: underline;
	text-underline-offset:0.8em;
	text-decoration-color: #ccc;
/*	display: inline-block;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ccc;
	text-decoration: none;*/
}
[class*="blk_peops"] a:hover {
	text-decoration: none;
/*	border-color: transparent;*/
}

/* ---------------------------------------
	botton
------------------------------------------ */
/* 基本のボタン */
[class*="blk_peops"] [class="btn-pps01"] a {
	display: block;
	width: 80%;
	max-width: 500px;
	padding: 16px;
	margin: 0 auto;
	font-size: var(--p-font-base);
	text-decoration: none;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 6px;
}
[class*="blk_peops"] [class="btn-pps01"] a:hover {	border-color: rgba(0,0,0,0.8);}

[class*="blk_peops"] p[class*="btn-h_bdr01"] a {
	width: 96%;
	max-width: 730px;
	margin: 0 auto 30px;
	font-size: var(--p-font-base);
	text-decoration: none;
}

/* 分割トピックス内の次へボタン */
[class*="blk_peops"] .btn_pos_nextpage a,
.blk_peops_announcement p {
    display: block;
	width: 96%;
	max-width: 730px;
    padding: 13px;
	margin: 0 auto;
    border-radius: 6px;
	font-size: var(--p-font-base);
    text-align: center;
    text-decoration: none;
    border: 3px solid rgba(0,0,0,0.3);
    color: #444;	
}
[class*="blk_peops"] .btn_pos_nextpage a:hover { border-color: rgba(0,0,0,0.5);}


/* 不明 */
.blk_peops_nextpage,
.blk_peops_announcement {
	padding-bottom: var(--p-margin-m)!important;
	border-bottom: 1px solid #ccc;
}

/* トピックスごとのページ送りボタン（記事単位） */
[class*="blk_peops"] .itemBox_2-2 {
	width: 98%;
	max-width: 608px;
	margin: 0 auto 20px;
}
[class*="blk_peops"] .itemBox_2-2 .btn-h_bdr01 a {
	font-size: var(--p-font-base);
	text-decoration: none;
}

@media screen and (min-width: 900px) {
	[class*="blk_peops"] .itemBox_2-2 {	flex-direction: row!important;}
}


/* ---------------------------------------
	Photo
------------------------------------------ */
[class*="blk_peops"] [class*="photo-"] { margin: 0 auto var(--p-margin-l);}
[class*="blk_peops"] [class*="photo-"].mb-s { margin-bottom: var(--p-margin-s);}/* 下狭め */
[class*="blk_peops"] [class*="photo-"].mb-m { margin-bottom: var(--p-margin-m);}/* 下狭め */

/* ベース（スマホ時も横幅違う） */
[class*="blk_peops"] .photo-hero,
[class*="blk_peops"] .photo-hero {
	width: 100%; max-width: var(--p-block-ll);}/* mv/section-mv */
[class*="blk_peops"] .photo-l,
[class*="blk_peops"].photo-l {
	width: 100%; max-width: var(--p-block-l);}/* normal */
[class*="blk_peops"] .photo-m,
[class*="blk_peops"].photo-m {
	width: 96%;	max-width: var(--p-block-m);}/* small */
[class*="blk_peops"] .photo-s,
[class*="blk_peops"].photo-s {
	width: 90%;	max-width: var(--p-block-s);}/* extra-small */
[class*="blk_peops"] .photo-ss,
[class*="blk_peops"].photo-ss {
	width: 80%;	max-width: var(--p-block-ss);}/* extra-small */
[class*="blk_peops"] .photo-xxs,
[class*="blk_peops"].photo-xxs {
	width: 80%;	max-width: var(--p-block-xxs);}/* extra-small */

/* スマホ時　幅ツライチに */
[class*="blk_peops"] .photo-m-sp,
[class*="blk_peops"].photo-m-sp {
	width: 100%; max-width: var(--p-block-m);}/* small */
[class*="blk_peops"] .photo-s-sp,
[class*="blk_peops"].photo-s-sp {
	width: 100%; max-width: var(--p-block-s);}/* extra-small */
[class*="blk_peops"] .photo-ss-sp,
[class*="blk_peops"].photo-ss-sp {
	width: 100%; max-width: var(--p-block-ss);}/* extra-small */

/* P horizonal(2-1) */
[class*="blk_peops"] .photo-horizon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
[class*="blk_peops"] .photo-horizon li {
	width: 100%; margin: 4px auto;}
@media screen and (min-width: 900px) {
	[class*="blk_peops"] .photo-horizon li {
		width: 49%;
		width: calc(100%/2 - 12px);
	}
}

/* P horizonal　1列限定（pc複数 ― sp1) */
[class*="blk_peops"] .photo-horizon-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
[class*="blk_peops"] .photo-horizon-row li {
	width: auto; margin: 4px auto;}

@media screen and (min-width: 900px) {
	[class*="blk_peops"] .photo-horizon-row {
		flex-wrap: nowrap;
		flex-direction: row;
	}
	[class*="blk_peops"] .photo-horizon-row li {
		width: auto;
		flex-grow: 1;
		margin: 0 10px;
	}
}

/* ---------------------------------------
	separate block
------------------------------------------ */
.blk_peops-flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.blk_peops-flx [class*="child"] {
	width: 98%;
	margin: 0 auto var(--p-margin-s);
}

.blk_peops-flx.flx-row { flex-direction: row-reverse;}

.blk_peops-flx.align-center { align-items: center;}
.blk_peops-flx.align-end { align-items: flex-end;}
.blk_peops-flx.align-start { align-items: flex-start;}

@media screen and (min-width: 800px) {
	.blk_peops-flx [class*="child"] { margin: 0 auto;}

	/* 20-80 */
	.blk_peops-flx .child-20 { width: 17%;}
	.blk_peops-flx .child-80 { width: 77%;}
	/* 30-70 */
	.blk_peops-flx .child-30 { width: 27%;}
	.blk_peops-flx .child-70 { width: 67%;}
	/* 40-60 */
	.blk_peops-flx .child-40 { width: 37%;}
	.blk_peops-flx .child-60 { width: 57%;}
	/* half */
	.blk_peops-flx .child-50 { width: 47%;}
}



/* =============================================================
	固定ブロック設定
================================================================ */

/* ---------------------------------------
	Anchor-Index
------------------------------------------ */
[class*="blk_peops"] .page-index {
	width: 86%;
	max-width: var(--p-block-ss);
	margin: 0 auto var(--p-margin-m);
}
[class*="blk_peops"] .page-index li {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: var(--p-font-base);
	font-size: var(--p-font-base);
	letter-spacing: .2em;
}
[class*="blk_peops"] .page-index li img {
	width: 40px;
	height: auto;
	vertical-align: middle;
	border: 0;
	margin-right: 1.5em;
}
[class*="blk_peops"] .page-index li a {	line-height: 2.4em;}

/* ---------------------------------------
	information box
------------------------------------------ */
[class*="blk_peops_info"] [class*="box_info"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 90%;
/*	max-width: var(--p-block-s);*/
	padding: var(--p-margin-m) 1px;
	margin: 0 auto var(--p-margin-m);
/*	background-color: #fff;*/
}

/* subheadint */
[class*="blk_peops_info"] .subheading {
	width: 100%;
	padding: var(--p-margin-m) 0 0;
	font-size: var(--p-font-base);
	text-align: center;
	letter-spacing: .2em;
}

[class*="blk_peops_info"] [class*="box_info"] .photo img {
	width: 100%; height: auto;}

/*  */
[class*="blk_peops_info"] [class*="box_info"] .introduction {
/*	width: 100%;*/
	font-size: var(--p-font-s);
	letter-spacing: .2em;
}
/*[class*="blk_peops_info"] [class*="box_info"] .introduction dl {	width: auto;}*/
[class*="blk_peops_info"] [class*="box_info"] .introduction dt,
[class*="blk_peops_info"] [class*="box_info"] .introduction dd {
	font-size: var(--p-font-s);
	margin-bottom: 1em;
	line-height: 2em;
}
[class*="blk_peops_info"] [class*="box_info"] .introduction dt:first-child,
[class*="blk_peops_info"] [class*="box_info"] .introduction dt:first-child {
	font-size: var(--p-font-l);}
	
[class*="blk_peops_info"] .box_info-shop .introduction dd ~ dt,
[class*="blk_peops_info"] .box_info-gcc .introduction dd ~ dt {
	padding-top: var(--p-font-base);}


/* ---------------------------------------
	People(interview)
------------------------------------------ */
[class*="blk_peops_info"] .box_info-people {
	align-items: center;
	width: 86%;
	max-width: var(--p-block-s);
}
[class*="blk_peops_info"] .box_info-people .photo {
	width: 128px;
	margin: 0 auto 20px;
	text-align: center;
}

/*[class*="blk_peops_info"] .box_info-people .introduction { width: auto;}*/
[class*="blk_peops_info"] .box_info-people .introduction dt:first-of-type,
[class*="blk_peops_info"] .box_info-people .introduction dd:first-of-type {
	text-align: center}


@media screen and (min-width: 800px) {
	[class*="blk_peops_info"] .box_info-people .introduction {
		width: 60%;
		width: calc(100% - 200px);
		margin: 0 auto;
	}
	[class*="blk_peops_info"] .box_info-people .introduction dt,
	[class*="blk_peops_info"] .box_info-people .introduction dd {
		text-align: left!important;}
}

/* ---------------------------------------
	Shop information
------------------------------------------ */
[class*="blk_peops"] .box_info-shop {
	width: 90%;
	max-width: var(--p-block-m);
}
[class*="blk_peops_info"] .box_info-shop .photo {
	margin: 0 auto 20px;
}

@media screen and (min-width: 800px) {
	[class*="blk_peops_info"] .box_info-shop .photo,
	[class*="blk_peops_info"] .box_info-shop .introduction {
		width: 48%;
		width: calc(100%/2 - 36px);
		margin: 0 auto;
	}
}

/* ---------------------------------------
	Author
------------------------------------------ */
.box_peops_Author {
	max-width: 410px;
	margin: 0 auto!important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.box_peops_Author li {
	width: 45%;
	margin: 0 auto;
	text-align: center;
	font-size: var(--p-font-s);
}
.box_peops_Author li img {
	width: 100%;
	max-width: 130px;
}

/* ---------------------------------------
	GCC information
------------------------------------------ */
[class*="blk_peops"] .box_info-gcc {
	width: 90%;
	max-width: var(--p-block-m);
}
[class*="blk_peops_info"] .box_info-gcc .photo {
	margin: 0 auto 20px;
}

@media screen and (min-width: 800px) {
	[class*="blk_peops_info"] .box_info-gcc .photo {
		width: 32%;
/*		width: calc(100%/3 - 25px);*/
		margin: 0 auto 0!important;
	}
	[class*="blk_peops_info"] .box_info-gcc .introduction {
		width: 60%;
/*		width: calc((100%/3)*2 - 25px);*/
		margin: 0 auto 0!important;
	}
}

/* ---------------------------------------
	サーバー内mp4　レスポンシブ
------------------------------------------ */
.pps-vid_contents {
	width: 98%;
	max-width: 640px;
	margin: 0 auto 50px;
	text-align: center;

}
.pps-hdscont_video01 {
	width: 100%;
	max-width: 800px;
	max-height: auto;
	background: #222;
}
@media screen and (min-width: 900px) {
	.pps-hdscont_video01 {
		width: 100%;
		max-width: auto!important;
		max-height: 560px;
		background: #f1f1f1;
	}
}

/* ----------------------------------
	PC調整用マージン
------------------------------------- */
@media screen and (min-width: 1200px) {

	/* ブロック重ね用 */
	[class*="blk_peops"].mt-15neg { margin-top: -15px!important;	z-index: 10000;}
	[class*="blk_peops"].mt-30neg { margin-top: -30px!important;	z-index: 10000;}	

	[class*="blk_peops"].mt-100neg { margin-top: -100px!important;	z-index: 10000;}	
	[class*="blk_peops"].mt-150neg { margin-top: -150px!important;	z-index: 10000;}

	
	/* PC用　下マージン */
	[class*="blk_peops"] .mb-1em-pc {	margin-bottom: 1em!important;}
	[class*="blk_peops"] .mb-2em-pc {	margin-bottom: 2em!important;}

	/* PC用　横マージン(左右) */
	[class*="blk_peops"] .mw-1em-pc {	margin-left: 1em!important; margin-right: 1em!important;}
	[class*="blk_peops"] .mw-2em-pc {	margin-left: 2em!important; margin-right: 2em!important;}

}


/* =============================================================
	個別設定（基本使い捨て）
================================================================ */

/* FUKUROU (4-1~5)
------------------------------------------ */
[class*="blk_peops"] .box_pps_fukurou {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
	font-size: var(--p-font-base);
	color: #A37847;
}
[class*="blk_peops"] .box_pps_fukurou .photo,
[class*="blk_peops"] .box_pps_fukurou .txt { width: 100%;}
[class*="blk_peops"] .box_pps_fukurou .photo img {
	max-width: 260px;
	margin: 0 auto var(--p-margin-s);}
@media screen and (min-width: 1060px) {
	[class*="blk_peops"] .box_pps_fukurou .photo { width: 27%;}
	[class*="blk_peops"] .box_pps_fukurou .txt { width: 72%;}
}

[class*="blk_peops"] [class*="blk_cms"] { margin: 0 auto 20px;}
[class*="blk_peops"] [class*="blk_cms"] p {
	line-height: 2.2em;
	border: 0;
	vertical-align: bottom;
	letter-spacing: .2em;
}
[class*="blk_peops"] [class*="blk_cms"] p {
	max-width: var(--p-block-s);
	margin: 0 auto 2.2em;
	font-size: var(--p-font-base);
}
[class*="blk_cms"] [class*="box_photo"] img.w80p {
	width: 80%;
	height: auto;
	margin: 0 auto 16px;
}	


/* 06-1
------------------------------------- */
@media screen and (min-width: 900px) {

	[class*="blk_peops"] .pps06-1 {
		width: 100%;
		min-height: 500px;
		background: url("/hds_img/oyakudachi/peops/img_vol06/img_06-03bg.jpg") center bottom no-repeat;
		background-size: contain;}
	[class*="blk_peops"] .pps06-1 .sec-text {
		width: 96%;
		max-width: 560px;
		padding-left: 4em;
		margin: 0 auto;}

}

/* 06-2,3
------------------------------------- */
[class*="blk_peops"] .pps06-2,
[class*="blk_peops"] .pps06-3,
[class*="blk_peops"] .pps06-4 { position: relative;}
[class*="blk_peops"] .pps06-2 p,
[class*="blk_peops"] .pps06-3 p,
[class*="blk_peops"] .pps06-4 p { margin-bottom: 2em; text-align: center; font-size: var(--p-font-base);}
[class*="blk_peops"] .pps06-2 img,
[class*="blk_peops"] .pps06-3 img,
[class*="blk_peops"] .pps06-4 img { z-index: 1;}

@media screen and (min-width: 1100px) {
	[class*="blk_peops"] .pps06-2 p,
	[class*="blk_peops"] .pps06-3 p,
	[class*="blk_peops"] .pps06-4 p { position: absolute; z-index: 10000!important;}
	[class*="blk_peops"] .pps06-2 p { text-align:left; right:30px; top:60px;}
	[class*="blk_peops"] .pps06-3 p { text-align:left; left:15px; bottom:15px;}
	[class*="blk_peops"] .pps06-4 p { text-align:left; right:40px; bottom:15px;}			
}







/* =============================================================
	アルバム　※削除予定※
================================================================ */
[class*="blk_peops"] .blk_album {
	width: 96%;
	max-width: 1008px;
	padding: 30px 12px 20px;
	margin: 0 auto;
	background-color: #fff;
}
[class*="blk_peops"] .blk_album .ttl_ppsalbum {
	text-align: center;
	font-size: var(--p-font-base);
	font-weight: bold;
	margin-bottom: 2em;
	letter-spacing: .2em;
}
[class*="blk_peops"] .swiper-container { text-align: center;}
[class*="blk_peops"] .swiper-slide {
	width: 100%;
	padding: 0 0 50px;
	box-sizing: border-box;
}

@media(min-width: 1080px){
	[class*="blk_peops"] .blk_album { padding: 30px 12px 0;}

    [class*="blk_peops"] .swiper-wrapper { flex-wrap:wrap;}
    [class*="blk_peops"] .swiper-slide {
        width: 33.3%;
        padding: 0 12px 15px;
    }
    [class*="blk_peops"] .swiper-button-prev,.swiper-button-next,.swiper-pagination { display: none;}
}
[class*="blk_peops"] .swiper-container .swiper-slide img {
	width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
[class*="blk_peops"] .prettyprint {
    border: none;
    background: #fafafa;
    color: #697d86;
}
.swiper-container .swiper-wrapper .swiper-slide {	margin-top: 0!important;}


/* 矢印アイコン付リンク（暮通/topにもある）
------------------------------------ */
.oyakudachi_sitemap {
	width: 96%;
	max-width: 1000px;
	padding: 30px 20px 0;
	margin: 30px auto 50px;
	border-top: 1px solid rgba(34,24,21,0.2);
}
.oyakudachi_sitemap a {
    display: block;
    padding-left: 10px;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.3em;
	letter-spacing: 0.1em;
    position: relative;	
}

.oyakudachi_sitemap a:before {
    content: "";
    border-left: 4px solid #666;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 5px;
    left: 0;
}
.oyakudachi_sitemap a:hover {	text-decoration: underline;}
.oyakudachi_sitemap [class^="menulink"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
@media screen and (min-width: 900px) {
	.oyakudachi_sitemap [class^="menulink"] > li {
		width: 24.5%;
		width: calc(100%/4 - 5px);
	}
}