@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

:root {
	--main: #ffff00;
	--sub:  #ecc800;
	--sub2: #E76A10;
	--act:  #d51111;
	--base: #f4f4f4;
	--base2:hsla(210,17%,84%,1.00);
	--text: #000;
	--ease-out: cubic-bezier(0.30, 1.00, 0.30, 1.00);
	--ease-in: cubic-bezier(0.75, 0.05, 0.9, 0.05);
	--ease-inout: cubic-bezier(0.85, 0.00, 0.07, 1.00);
	--ease: all 0.3s ease;
	--font-en: "Rubik", sans-serif;
}
*{
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
body {
	overflow-x: hidden;
}
.pc { display: block; }
.sp { display: none; }
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.pc { display: none; }
	.sp { display: block; }
}

/************************************************************/
/* 全体 */
/************************************************************/
#content #inner-content {
	width: 1200px;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	column-gap: 80px;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
#content #sidebar1 {
	width: 275px;
	max-width: 275px;
	padding: 0;
	margin: 0;
	position: relative;
}
#content #main {
	width: calc(100% - 80px - 275px);
	padding: 0;
	margin: 0;
	position: relative;
}
.single #content,
.page #content {
	margin-top: 4em;
	padding-bottom: 4em;
}
#entry {
	padding: 0;
	margin: 0;
	border-radius: 0;
	background: none;
	border: none;
	box-shadow: none;
}
.article-header {
	padding: 0;
	margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#content #inner-content {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		display: flex;
		justify-content: space-between;
		column-gap: 0;
		grid-row-gap: 30px;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#content #sidebar1 {
		width: calc(100% - 40px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		flex: unset;
	}
	#content #main {
		width: calc(100%);
		padding: 0;
		margin: 0;
		position: relative;
	}
	#content {
		margin-top: 0;
	}
	.single #content,
	.page #content {
		margin-top: 0;
		padding-bottom: 2em;
	}
	.single #content {
		margin-top: 0;
		padding-bottom: 4em;
	}
}

/************************************************************/
/* ヘッダー */
/************************************************************/
#inner-header {
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 0 60px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	flex-direction: column;
	grid-row-gap: 0;
}
.headerTop {
	width: 100%;
	padding: 15px 0;
	margin: 0 auto;
	position: relative;
}
.headerBtm {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	column-gap: 30px;
	position: relative;
}
/*h1*/
.headerTop > h1 {
	font-size: 10px;
	line-height: 1;
	font-weight: lighter;
	width: 100%;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	text-align: left;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.headerTop > h1::-webkit-scrollbar{
	display:none;
}
/*ロゴ*/
.headerBtm > #logo {
	width: auto;
	height: 54px;
	padding: 0;
	margin: 0 auto 0 0;
}
.headerBtm > #logo::before {
	display: none;
}
.headerBtm > #logo img {
	width: auto;
	height: 100%;
	padding: 0;
	margin: 0;
}
/*SNS*/
#snsNav {
	position: relative;
	z-index: 1001;
}
#menu-sns-menu {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	column-gap: 10px;
}
#menu-sns-menu > li {
	padding: 0;
	margin: 0;
	position: relative;
}
#menu-sns-menu > li img {
	width: 30px;
	height: auto;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#inner-header {
		max-width: 100%;
		padding: 0 25px;
	}
	.headerTop {
		width: 100%;
		padding: 15px 0;
	}
	.headerBtm {
		width: 100%;
		justify-content: space-between;
		align-items: center;
		column-gap: 20px;
	}
	/*h1*/
	.headerTop > h1 {
		font-size: 0.6rem;
		line-height: 1;
		font-weight: lighter;
		width: 100%;
		padding: 0;
		margin: 0;
		overflow-x: scroll;
		white-space: nowrap;
		text-align: left;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.headerTop > h1::-webkit-scrollbar{
		display:none;
	}
	/*ロゴ*/
	.headerBtm > #logo {
		width: auto;
		height: 34px;
	}
	.headerBtm > #logo img {
		width: auto;
		height: 34px;
	}
	/*SNS*/
	#snsNav {
		position: fixed;
		top: 45px;
		right: 80px;
		z-index: 1001;
	}
	#menu-sns-menu {
		column-gap: 10px;
	}
	#menu-sns-menu > li img {
		width: 27px;
		height: auto;
	}
}

/************************************************************/
/*　ハンバーガーメニュー
/************************************************************/
.navicon {
	position: relative;
	z-index: 10;
}
.humburger {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
}
.humburger span {
	width: 30px;
	height: 2px;
	background-color: var(--text);
	position: absolute;
	top: calc(50%);
	left: 50%;
	transform: translate(-50%, -50%);
	transition: var(--ease);
	border-radius: 3px;
}
.humburger span:nth-of-type(1) {
	transform: translate(-50%, 0);
}
.humburger span:nth-of-type(2) {
	transform: translate(-50%, 10px);

}
.humburger span:nth-of-type(3) {
	transform: translate(-50%, -10px);
}

#navTgl:checked + .open .humburger span:nth-of-type(1) {
	transform: rotate(45deg) translate(-50%, 0);
	transform-origin: left top;
	background: var(--text);
}
#navTgl:checked + .open .humburger span:nth-of-type(2) {
	transform: rotate(-45deg) translate(-50%, 0);
	transform-origin: left bottom;
	background: var(--text);
}
#navTgl:checked + .open .humburger span:nth-of-type(3) {
	opacity: 0;
	transition: var(--ease);
}

#navTgl {
	display: none;
}
label.open,
label.close {
	cursor: pointer;
	z-index: 100000;
}
.open {
	z-index: 100000;
	width: 30px;
	height: 30px;
	padding: 0;
	color: #fff;
	background: none;
	border-radius: 0;
	font-size: 3em;
	text-align: center;
	transition: var(--ease);
}
#navTgl:checked + .open {
	z-index: 100000;
}
.close {
	pointer-events: none;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#navTgl:checked ~ .close {
	pointer-events: auto;
	z-index: 100000;
}
#menu.menuNav {
	z-index: 1;
	position: fixed;
	top: 0;
	right: 0;
	width: 540px;
	height: 100vh;
	background: rgba(255, 255, 0);
	padding: 0;
	overflow: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	transform: translateX(100%);
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
}
#menu.menuNav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}
#menu.open {
	position: fixed;
	top: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	transition: all 0.5s ease;
}
#menu #menuNavBox {
	width: 100%;
	padding: 40px 50px;
	margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.navicon {
		position: fixed;
		z-index: 1001;
		top: 45px;
		right: 25px;
	}
	.humburger {
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
	}
	.humburger span {
		width: 30px;
		height: 2px;
		background-color: var(--text);
		position: absolute;
		top: calc(50%);
		left: 50%;
		transform: translate(-50%, -50%);
		transition: var(--ease);
		border-radius: 3px;
	}
	.humburger span:nth-of-type(1) {
		transform: translate(-50%, 0);
	}
	.humburger span:nth-of-type(2) {
		transform: translate(-50%, 10px);

	}
	.humburger span:nth-of-type(3) {
		transform: translate(-50%, -10px);
	}

	#navTgl:checked + .open .humburger span:nth-of-type(1) {
		transform: rotate(45deg) translate(-50%, 0);
		transform-origin: left top;
		background: var(--text);
	}
	#navTgl:checked + .open .humburger span:nth-of-type(2) {
		transform: rotate(-45deg) translate(-50%, 0);
		transform-origin: left bottom;
		background: var(--text);
	}
	#navTgl:checked + .open .humburger span:nth-of-type(3) {
		opacity: 0;
		transition: var(--ease);
	}

	#navTgl {
		display: none;
	}
	label.open,
	label.close {
		cursor: pointer;
		z-index: 100000;
	}
	.open {
		z-index: 100000;
		width: 30px;
		height: 30px;
		padding: 0;
		color: #fff;
		background: none;
		border-radius: 0;
		font-size: 3em;
		text-align: center;
		transition: var(--ease);
	}
	#navTgl:checked + .open {
		z-index: 100000;
	}
	.close {
		pointer-events: none;
		z-index: 1;
		width: 100%;
		height: 100%;
	}
	#navTgl:checked ~ .close {
		pointer-events: auto;
		z-index: 100000;
	}
	#menu.menuNav {
		z-index: 1000;
		position: fixed;
		top: 0;
		right: 0;
		width: 275px;
		height: 100vh;
		background: rgba(255, 255, 0);
		padding: 0;
		overflow: hidden;
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
		transform: translateX(100%);
		transition: all 0.5s ease;
		opacity: 0;
		visibility: hidden;
	}
	#menu.menuNav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
		display:none;
	}
	#menu.open {
		position: fixed;
		top: 0;
		right: 0;
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		transition: all 0.5s ease;
	}
	#menu #menuNavBox {
		width: 275px;
		padding: 47px 25px 25px;
		margin: 0;
	}
}

/*-情報*/
#menuNavBox > h2 {
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
}
#menuNavBox > h2 > small {
	display: block;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	color: var(--text);
	text-align: left;
	letter-spacing: 1.8px;
}
#menuNavBox > h2 > p {
	display: block;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	color: var(--text);
	text-align: left;
	letter-spacing: 4px;
}
/*ボタン*/
.panelBtn {
	width: 100%;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	grid-row-gap: 30px;
}
.panelBtn > a {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	column-gap: 20px;
	width: 340px;
	height: 88px;
	background: none;
	border: 1px solid var(--text);
	border-radius: 13px;
}
.panelBtn > a::before {
	content: '';
	display: block;
	width: 50px;
	min-width: 50px;
	height: 50px;
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.panelBtn > a.first::before {
	background-image: url('https://test-teatsui.coresv.com/media/wp-content/uploads/beginner-icon.png');
}
.panelBtn > a.reserve::before {
	background-image: url('https://test-teatsui.coresv.com/media/wp-content/uploads/reserve-icon.png');
}
.panelBtn > a > p {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 600;
	color: var(--text);
	text-align: left;
	letter-spacing: 2.4px;
}
/*メニュー*/
.panelNav {
	width: 100%;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 30px;
}
.panelNav > li {
	width: calc(100% / 2 - 15px);
	padding: 0;
	margin: 0;
	position: relative;
}
.panelNav > li > a {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 15px;
	padding: 0;
	margin: 0;
	position: relative;
}
.panelNav > li > a::before {
	content: '';
	display: block;
	width: 44px;
	height: 44px;
	min-width: 44px;
	background-image: url('https://test-teatsui.coresv.com/media/wp-content/uploads/icon-square.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.panelNav > li.news > a::before {
	background-image: url('https://test-teatsui.coresv.com/media/wp-content/uploads/icon-triangle.png');
	background-size: 100% auto;
}
.panelNav > li.recruit > a::before {
	background-image: url('https://test-teatsui.coresv.com/media/wp-content/uploads/icon-rectangle.png');
}
.panelNav > li > a p {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	grid-row-gap: 5px;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.panelNav > li > a p em {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	font-family: var(--font-en);
	font-style: normal;
	font-size: 18px;
	font-weight: 500;
	color: var(--text);
	letter-spacing: 3.6px;
	text-align: left;
}
.panelNav > li > a p small {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 13px;
	font-weight: 500;
	color: var(--text);
	letter-spacing: 1.95px;
	text-align: left;
}
/*オフィス*/
.panelOffice {
	width: 100%;
	padding: 50px 0 0;
	margin: 0 auto;
	position: relative;
}
.panelOffice::before {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	background: radial-gradient(circle farthest-side, var(--text), var(--text) 30%, transparent 30%, transparent);
	background-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
}
.panelOffice > .logo {
	display: block;
	width: 90px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.panelOffice > .logo img {
	width: 100%;
	height: auto;
}
.panelOffice > ul {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	column-gap: 20px;
	grid-row-gap: 10px;
}
.panelOffice > ul li {
	padding: 0;
	margin: 0;
	line-height: 1;
}
.panelOffice > ul li a {
	font-size: 11px;
	color: var(--text);
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
}
.panelOffice > ul li a:hover {
	text-decoration: underline;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*-情報*/
	#menuNavBox > h2 {
		display: flex;
		flex-direction: column;
		grid-row-gap: 5px;
		padding: 0;
		margin: 0 auto 50px;
		position: relative;
	}
	#menuNavBox > h2 > small {
		font-size: 0.5rem;
		letter-spacing: normal;
	}
	#menuNavBox > h2 > p {
		display: block;
		font-size: 13px;
		letter-spacing: normal;
	}
	/*ボタン*/
	.panelBtn {
		margin: 0 auto 50px;
		grid-row-gap: 20px;
	}
	.panelBtn > a {
		column-gap: 15px;
		width: 100%;
		height: 73px;
		border-radius: 13px;
	}
	.panelBtn > a::before {
		width: 40px;
		min-width: 40px;
		height: 40px;
	}
	.panelBtn > a > p {
		font-size: 13px;
		line-height: 1.4em;
	}
	/*メニュー*/
	.panelNav {
		margin: 0 auto 50px;
		column-gap: 0;
		grid-row-gap: 30px;
	}
	.panelNav > li {
		width: calc(100%);
		padding: 0;
		margin: 0;
		position: relative;
	}
	.panelNav > li > a {
		column-gap: 15px;
	}
	.panelNav > li > a::before {
		width: 35px;
		height: 35px;
		min-width: 35px;
	}
	.panelNav > li > a p {
		grid-row-gap: 5px;
	}
	.panelNav > li > a p em {
		display: block;
		width: 100%;
		font-size: 15px;
		letter-spacing: normal;
	}
	.panelNav > li > a p small {
		font-size: 11px;
		letter-spacing: normal;
	}
	/*オフィス*/
	.panelOffice {
		width: 100%;
		padding: 30px 0 0;
	}
	.panelOffice::before {
		height: 10px;
		background: radial-gradient(circle farthest-side, var(--text), var(--text) 30%, transparent 30%, transparent);
		background-size: 10px;
	}
	.panelOffice > .logo {
		display: block;
		width: 70px;
		line-height: 1;
		margin: 0 auto 15px;
	}
	.panelOffice > ul {
		width: 100%;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		column-gap: 10px;
		grid-row-gap: 10px;
	}
	.panelOffice > ul > li {
		width: 30%;
	}
	.panelOffice > ul li a {
		display: block;
		font-size: 10px;
	}
}


/************************************************************/
/*　フッター
/************************************************************/
#footer {
	width: 100%;
	padding: 70px 0 40px 100px;
	margin: 0 auto;
	background-image: url('https://test-teatsui.coresv.com/media/wp-content/uploads/bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 50px;
}
#footerNav {
	width: auto;
	padding: 0;
	margin: 0;
	position: relative;
}
#footerNav > ul {
	width: auto;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 25px;
}
#footerNav > ul > li {
	padding: 0;
	margin: 0;
	position: relative;
	line-height: 1;
}
#footerNav > ul > li a {
	font-size: 16px;
	line-height: 1em;
	font-weight: 400;
	color: var(--text);
}

/*情報*/
#footerCont {
	width: 100%;
	max-width: 650px;
	padding: 0;
	margin: 0;
	position: relative;
}
#footerCont > h2 {
	width: 100%;
	padding: 0;
	margin: 0 0 35px;
}
#footerCont > h2 img {
	width: 100%;
	max-width: 320px;
	height: auto;
	padding: 0;
	margin: 0;
}
#footerCont .officeList {
	width: 100%;
	padding: 0 60px 0 0;
	margin: 0 auto 50px;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 40px;
	grid-row-gap: 20px;
}
#footerCont .officeList > li {
	display: inline-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	column-gap: 8px;
	position: relative;
}
#footerCont .officeList > li::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	min-width: 12px;
	aspect-ratio: 1/1;
	background-image: url('https://test-teatsui.coresv.com/media/wp-content/uploads/arrow-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
#footerCont .officeList > li a {
	font-size: 16px;
	line-height: 1;
	color: var(--text);
	text-decoration: none;
}
#footerCont > figure {
	width: 100%;
	padding: 0;
	margin: 0;
}
#footerCont > figure img {
	width: 100%;
	height: auto;
}

/*コピーライト*/
.copyright {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	margin-top: 100px;
	text-align: center;
	font-size: 12px;
	color: var(--text) !important;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#footer {
		width: 100%;
		padding: 40px 25px;
		column-gap: 0;
		grid-row-gap: 60px;
	}
	#footerNav {
		width: 100%;
	}
	#footerNav > ul {
		width: 100%;
		grid-row-gap: 18px;
	}
	#footerNav > ul > li a {
		font-size: 13px;
	}

	/*情報*/
	#footerCont {
		width: 100%;
		max-width: 100%;
	}
	#footerCont > h2 {
		width: 100%;
		margin: 0 0 25px;
		text-align: right;
	}
	#footerCont > h2 img {
		width: 100%;
		max-width: 220px;
	}
	#footerCont .officeList {
		width: 90%;
		padding: 0;
		margin: 0 0 60px auto;
		justify-content: flex-end;
		flex-wrap: wrap;
		column-gap: 25px;
		grid-row-gap: 20px;
	}
	#footerCont .officeList > li {
		display: inline-flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		padding: 0;
		margin: 0;
		column-gap: 8px;
		position: relative;
	}
	#footerCont .officeList > li::before {
		width: 10px;
		height: 10px;
		min-width: 10px;
	}
	#footerCont .officeList > li a {
		font-size: 13px;
	}
	#footerCont > figure {
		width: calc(100% + 25px);
		padding: 0;
		margin: 0;
		transform: translateX(-25px);
	}

	/*コピーライト*/
	.copyright {
		margin-top: 0;
	}
}

/* 固定バナー */
.fixedBtn {
	width: 500px;
	padding: 0;
	margin: 0 auto;
	position: fixed;
	bottom: 25px;
	right: 60px;
	z-index: 95;
}
.fixedBtn > ul {
	width: 100%;
	padding: 18px;
	margin: 0;
	background: var(--main);
	border-radius: 42px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: relative;
}
.fixedBtn > ul::before {
	content: '';
	display: block;
	width: 2px;
	height: 15px;
	background: var(--text);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.fixedBtn > ul > li {
	width: 50%;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
}
.fixedBtn > ul > li > a {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	column-gap: 10px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	font-size: 16px;
	line-height: 1;
	color: var(--text);
	letter-spacing: 2.4px;
}
.fixedBtn > ul > li > a::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	min-width: 12px;
	aspect-ratio: 1/1;
	background-image: url('https://test-teatsui.coresv.com/media/wp-content/uploads/arrow-icon.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/* 固定バナー */
	.fixedBtn {
		width: calc(100% - 50px);
		position: fixed;
		bottom: 25px;
		right: unset;
		left: 50%;
		transform: translate(-50%,0);
	}
	.fixedBtn > ul {
		width: 100%;
		padding: 17px;
		column-gap: 30px;
		border-radius: 42px;
	}
	.fixedBtn > ul::before {
		width: 1px;
		height: 15px;
	}
	.fixedBtn > ul > li {
		width: calc(100% / 2 - 15px);
	}
	.fixedBtn > ul > li > a {
		column-gap: 10px;
		font-size: 13px;
	}
	.fixedBtn > ul > li > a::before {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		min-width: 10px;
	}
}

/************************************************************/
/* サイドバー */
/************************************************************/
#sidebar1 .widget {
	margin-bottom: 30px;
}
#sidebar1 .widget:last-of-type {
	margin-bottom: 0;
}

/* - サイドバー */
.sidebar .aside {
	margin-bottom: 40px;
}
.sidebar .aside > header {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 5px;
	padding: 12px;
	margin: 0 auto 10px;
	background: var(--text);
	position: relative;
	z-index: 0;
}
.sidebar .aside > header.mb0 {
	margin-bottom: 0;
}
.sidebar .aside > header > em {
	font-family: var(--font-en);
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}
.sidebar .aside > header > h2 {
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
}

/* - タグ*/
.sideTags {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	column-gap: 5px;
	grid-row-gap: 5px;
}
.sideTags .tag {
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.sideTags .tag a {
	display: inline-block;
	padding: 5px 8px;
	margin: 0;
	background: #252525;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	font-weight: lighter;
	border-radius: 16px;
	text-decoration: none;
	transition: all 0.3s ease;
}
.sideTags .tag a:hover {
	background: var(--main);
	color: var(--text);
	text-decoration: none;
	transition: all 0.3s ease;
}

/* - 記事一覧*/
.sid_blogList {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	counter-reset: rank 0; 
}
.sid_blogList > li {
	padding: 15px 0;
	margin: 0 auto;
	border-bottom: 1px dotted #999;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	position: relative;
}
.sid_blogList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.sid_blogList > li figure {
	width: 70px;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.sid_blogList > li figure::before {
	content: '';
	display: block;
	padding: 50%;
}
.sid_blogList > li figure img {
	width: 100%;
	max-width: unset;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover;
}
.sid_blogList.rank > li figure::after {
	counter-increment: rank 1;
	content: counter(rank) "";
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	width: 20px;
	height: 20px;
	aspect-ratio: 1/1;
	background: var(--main);
	font-size: 0.8rem;
	line-height: 1;
	font-family: var(--font-en);
	color: var(--text);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.sid_blogList_info {
	width: calc(100% - 70px - 10px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
.sid_blogList_info > h3 {
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--text);
	transition: all 0.3s ease;
}
.sid_blogList_info > .date {
	font-size: 10px;
	line-height: 1;
	color: #999;
}
.sid_blogList > li:hover .sid_blogList_info > h3 {
	text-decoration: underline;
	transition: all 0.3s ease;
	color: var(--text);
}

@media screen and (max-width: 960px) {
	.singleWrap > .ctt-width-s {
		width: 880px;
		min-width: 880px;
	}
	.singleWrap > .sidebar {
		display: none;
	}
}
@media screen and (max-width: 559px) {
	.singleWrap > .ctt-width-s {
		width: 100%;
		min-width: 100%;
	}
	.singleWrap > .sidebar {
		display: none;
	}
}

/************************************************************/
/* 見出し */
/************************************************************/
h1.entry-title {
	font-weight: 700;
}
.entry-content h2 {
	padding: 1rem;
	margin: 3rem auto 1.5rem;
	font-size: 1.4em;
	line-height: 1.6em;
	color: var(--text);
	background: var(--base);
	border-left: 5px solid var(--text);
}
.entry-content h3 {
	border-left: 6px solid var(--text);
	font-size: 1.2em;
	font-weight: 700;
	margin: 3rem 0 1.5rem;
	padding: 0 0 0 1rem;
	position: relative;
	clear: both;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.entry-content h2 {
		padding: 0.5em;
		margin: 2em auto 0.7em;
		font-size: 1.2em;
		line-height: 1.5em;
		color: var(--text);
		background: var(--base);
		border-left: 5px solid var(--main);
	}
	.entry-content h3 {
		border-left: 6px solid var(--text);
		font-size: 1.1em;
		font-weight: 700;
		margin: 1em 0 0.5em;
		padding: 0 0 0 0.8rem;
		position: relative;
		clear: both;
	}
	.entry-content h4 {
		margin: 1em 0 0.5em;
	}
}

/************************************************************/
/*　トップページ
/************************************************************/
.frontHead {
	width: 100%;
	padding: 150px 0 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
.frontHead > em {
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-family: var(--font-en);
	font-size: 55px;
	line-height: 1;
	font-weight: 500;
	font-style: normal;
	color: var(--text);
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}
.frontHead > h2 {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	border: none;
	background: none;
	position: relative;
}
/*カテゴリ*/
.front_category {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	position: relative;
}
.catList {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 15px;
	grid-row-gap: 15px;
}
.catList > li {
	padding: 0;
	margin: 0;
	position: relative;
}
.catList > li a {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 10px 30px 12px;
	margin: 0;
	background: var(--text);
	border-radius: 35px;
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
.catList > li a:hover {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 12px 30px 10px;
	margin: 0;
	background: var(--main);
	border-radius: 35px;
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	color: var(--text);
	text-decoration: none;
	transition: var(--ease);
}
/*新着情報*/
#topNews {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 0;
}
#topNews::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	max-width: 1200px;
	height: 3px;
	background-size: 11px 3px;
	background-repeat: repeat-x;
	background-image: radial-gradient(circle, #000 1.5px, transparent 1.5px);
}
#topNews::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	max-width: 1200px;
	height: 3px;
	background-size: 11px 3px;
	background-repeat: repeat-x;
	background-image: radial-gradient(circle, #000 1.5px, transparent 1.5px);
}
#topNews > header {
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
}
#topNews > header > h2 {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 28px;
	line-height: 1;
	font-weight: 600;
	color: var(--text);
	border: none;
	background: none;
}
/*リスト*/
.mediaList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 36px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 36px;
}
.mediaList.four::before,
.mediaList.four::after {
	content: '';
	display: block;
	width: calc(100% / 4 - 27px);
}
.mediaList.four::before {
	order: 1;
}
.mediaList > li {
	width: calc(100% / 4 - 27px);
	padding: 0;
	margin: 0;
	position: relative;
}
.mediaList.two > li {
	width: calc(100% / 2 - 18px);
	padding: 0;
	margin: 0;
	position: relative;
}
.mediaList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.mediaList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto 15px;
	position: relative;
	border-radius: 24px;
	text-align: center;
	overflow: hidden;
	aspect-ratio: 2 / 1;
}
.mediaList > li > figure::before {
	content: '';
	display: block;
	padding-top: 50%;
}
.mediaList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transform-origin: center;
	object-fit: cover;
}
.mediaList > li:hover > figure img {
	transform-origin: center;
	animation: imghover 5s linear forwards;
}
@keyframes imghover {
	0% {
		transform: translate(-50%,-50%) scale(1);
	}
	100% {
		transform: translate(-50%,-50%) scale(1.05);
	}
}
.mediaList_info {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 10px;
}
.mediaList_info > em {
	display: inline-block;
	padding: 5px 10px;
	margin: 0;
	font-size: 11px;
	line-height: 1;
	font-weight: 600;
	color: var(--text);
	font-style: normal;
	background: #ffff00;
	border-radius: 20px;
}
.mediaList_info > .tags {
	width: calc(100%);
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 5px;
	grid-row-gap: 5px;
}
.mediaList_info > .tags > span {
	font-size: 12px;
	line-height: 1;
	color: #7a7a7a;
	font-weight: 600;
	text-decoration: underline;
}
.mediaList_info > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--text);
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.mediaList > li:hover .mediaList_info > h3 {
	text-decoration: underline;
}
.mediaList_info > .date {
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	column-gap: 3px;
	width: 120px;
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 12px;
	line-height: 1;
	color: var(--text);
	text-align: right;
}
.mediaList_info > .date::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	aspect-ratio: 1/1;
	background-image: url('https://test-teatsui.coresv.com/media/wp-content/uploads/icon_pen_w.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}


/*ボタン*/
.more {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 10px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.more > a {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	column-gap: 10px;
	padding: 15px 100px;
	margin: 0;
	background: #ffff00;
	border-radius: 45px;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: var(--text);
	text-align: center;
	transition: var(--ease);
}
.more > a::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	min-width: 12px;
	aspect-ratio: 1 / 1;
	background-image: url('http://teatsui-seitai.com/wp-content/uploads/2025/06/arrow_right.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transition: var(--ease);
}
.more > a:hover {
	background: var(--text);
	color: #fff;
	transition: var(--ease);
}
.more > a:hover::before {
	background-image: url('http://teatsui-seitai.com/wp-content/uploads/2025/06/arrow_right_w.svg');
	transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.frontHead {
		width: 100%;
		padding: 120px 0 0;
		grid-row-gap: 5px;
	}
	.frontHead > em {
		font-size: 40px;
	}
	.frontHead > h2 {
		font-size: 14px;
	}
	/*カテゴリ*/
	.front_category {
		width: 100%;
		padding: 30px 25px;
	}
	.catList {
		width: 100%;
		column-gap: 10px;
		grid-row-gap: 10px;
		justify-content: space-between;
	}
	.catList > li {
		width: calc(100% / 2 - 5px);
		padding: 0;
		margin: 0;
		line-height: 1;
	}
	.catList > li a {
		width: 100%;
		padding: 5px 20px 7px;
		border-radius: 25px;
		font-size: 12px;
	}
	.catList > li a:hover {
		padding: 5px 20px 7px;
		background: var(--main);
		border-radius: 25px;
		font-size: 12px;
		color: var(--text);
		text-decoration: none;
		transition: var(--ease);
	}
	/*新着情報*/
	#topNews {
		width: 100%;
		padding: 30px 25px;
	}
	#topNews::before {
		width: calc(100% - 50px);
		max-width: 100%;
	}
	#topNews::after {
		width: calc(100% - 50px);
		max-width: 100%;
	}
	#topNews > header {
		margin: 0 auto 30px;
	}
	#topNews > header > h2 {
		font-size: 20px;
	}
	/*リスト*/
	.mediaList {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto 30px;
		column-gap: 20px;
		grid-row-gap: 30px;
	}
	.mediaList.sub {
		width: calc(100% - 50px);
	}
	.mediaList.four::before,
	.mediaList.four::after {
		content: '';
		display: none;
	}
	.mediaList > li {
		width: calc(100% / 2 - 10px);
	}
	.mediaList.two > li {
		width: calc(100% / 2 - 10px);
	}
	.mediaList > li > figure {
		margin: 0 auto 10px;
		position: relative;
		border-radius: 10px;
	}
	.mediaList_info {
		width: 100%;
		column-gap: 10px;
		grid-row-gap: 10px;
	}
	.mediaList_info > em {
		display: inline-block;
		padding: 5px 10px;
		font-size: 10px;
		border-radius: 20px;
	}
	.mediaList_info > .tags {
		width: calc(100%);
	}
	.mediaList_info > .tags > span {
		font-size: 11px;
	}
	.mediaList_info > h3 {
		font-size: 12px;
	}
	.mediaList_info > .date {
		width: 100%;
		font-size: 12px;
		order: 1;
		justify-content: flex-start;
	}

	/*ボタン*/
	.more {
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		gap: 10px;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	.more > a {
		display: inline-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		padding: 15px 100px;
		margin: 0;
		background: var(--text);
		border-radius: 45px;
		font-size: 16px;
		line-height: 1;
		font-weight: 600;
		color: #fff;
		text-align: center;
		transition: var(--ease);
	}
	.more > a:hover {
		background: var(--main);
		color: var(--text);
		transition: var(--ease);
	}
}

/************************************************************/
/*　パンクズ
/************************************************************/
#breadcrumb li,
#breadcrumb li a {
	font-size: 12px;
	color: var(--text);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#breadcrumb {
		padding: 10px;
		margin-top: 30px;
	}
}

/************************************************************/
/*　記事詳細
/************************************************************/
.entry-content {
	padding: 0;
}
.footer-contents {
	padding: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.entry-content {
		padding: 0 20px;
	}
}

/*==============================*/
/*目次*/
/*==============================*/
.toc {
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
}
.toc-title {
	display: inline-block;
	padding: 5px 10px;
	margin: 0;
	background: var(--text);
	font-family: var(--font-en);
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	position: relative;
	top: 15px;
	left: 0;
	z-index: 2;
	border-radius: 0;
}
.toc .toc-list {
	padding: 30px;
	margin: 0;
	position: relative;
	list-style: none;
	background: #f4f4f4;
	border: 1px solid var(--text);
	border-radius: 10px;
	box-sizing: border-box;
}
.toc .toc-list li ul {
	margin: 10px 0 !important;
	padding: 0 0 0 1.2em;
}
.toc .toc-list li {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.toc .toc-list li a {
	display: block;
	padding: 0 0 0 1.3em;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	color: var(--text);
}
.toc .toc-list li ul li a {
	display: block;
	padding: 0 0 0 1.8em;
	position: relative;
	text-decoration: none;
	font-size: 13px;
	font-weight: lighter;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	color: var(--text);
}
.toc .toc-list li a:hover {
	text-decoration: underline;
}
.contentstable-number {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.toc .toc-list > li > a > .contentstable-number::after {
	content: '.';
}
.toc-toggle > a {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}
/*タグ*/
.post-tag {
	margin-top: 5px;
}
.post-tag,
.post-tag a {
	font-size: 14px;
	text-decoration: none;
}
.post-tag a:hover {
	text-decoration: underline;
	color: #0c61a8;
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.toc .toc-list {
		padding: 25px 20px 20px;
	}
	/*タグ*/
	.post-tag,
	.post-tag a {
		font-size: 12px;
	}
}

.relatedPost {
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
}
.relatedPost > header {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 5px;
	padding: 12px;
	margin: 0 auto 36px;
	background: var(--text);
	position: relative;
	z-index: 0;
}
.relatedPost > header > em {
	font-family: var(--font-en);
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}
.relatedPost > header > h2 {
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.relatedPost > header {
		width: calc(100% - 40px);
	}
}