@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figcaption,
figure,
section,
footer,
header,
main,
hgroup,
menu,
nav,
summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

@media all and (max-width: 767px) {
	html {
		font-size: calc(1000vw / 350);
	}
}

body,
table,
input,
textarea,
select,
option {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: weight;
	font-style: normal;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

chrome_annotation {
	border: none !important;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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

address {
	font-style: normal;
}

a,
a:link {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
}

a:hover {
	color: inherit;
	opacity: 0.7;
}

a:active {
	color: inherit;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1330px;
	color: #231815;
	font-size: 1.8rem;
	line-height: 1.5;
	/* text-size-adjust: none;
	-webkit-text-size-adjust: none; */
	background-color: #fff;
}

#container {
	position: relative;
	text-align: left;
	overflow: clip;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}

	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.pc {
		display: none !important;
	}
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
}

/* ヘッダー最上部テキスト */
#gHeader h1 {
	color: #fff;
	font-weight: 400;
	font-size: 1.3rem;
	background: #006DAE;
	position: relative;
	z-index: 100;
}

#gHeader h1 .txt {
	margin: 0 auto;
	padding: 1.2rem 2.5rem 1.5rem 4rem;
	width: 114.5rem;
	display: block;
	letter-spacing: 0.07em;
	box-sizing: border-box;
}

/* タイトルロゴ下の黒線 */
#gHeader .hBox {
	margin: 0 auto;
	padding: 2.6rem 0.5rem 2.4rem;
	box-sizing: border-box;
	width: 114.4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 100;
	border-bottom: 1px solid #231815;
}

#index-all #gHeader .hBox {
	border-bottom: none;
}

/* 上部ロゴの位置 */
#gHeader .logo {
	width: 100%;
	padding-left: 5rem;

}

#gHeader .logo a {
	display: block;
	opacity: 1 !important;
	width: fit-content;
}


/* グローバルヘッダーメニュー「menu一覧」テキスト */
#gHeader .menu {
	margin-top: 1.8rem;
	right: 7rem;
	height: 1em;
	position: relative;
	font-size: 1.3rem;
	font-weight: bold;
	color: #006DAE;
	letter-spacing: 0.2em;
	cursor: pointer;
}

#gHeader .menu:hover {
	opacity: 0.7;
}

#gHeader .menu::before {
	position: absolute;
	right: 2.5rem;
	top: -0.3rem;
	word-break: keep-all;
	white-space: nowrap;
	content: 'menu一覧';
}

/* グローバルヘッダーメニュー矢印画像 */
#gHeader .menu::after {
	width: 1.6rem;
	height: 1rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/icon04.png) no-repeat center center / 100%;
	content: '';
}

#gHeader .menu.on::before {
	content: 'menuを閉じる';
}

#gHeader .menu.on::after {
	transform: translateY(-50%) rotate(180deg);
}

/* グローバルメニュー開いた時の黒線の位置 */
.menuBox {
	padding: 12.5rem 0;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	top: 0;
	background: rgba(242, 242, 243, 0.97);
	z-index: 99;
	display: none;
}

/* グローバルメニュー閉じた時の黒線の位置 */
.menuBox .menuWrap {
	margin: 0 auto;
	width: 114.5rem;
	max-width: 100%;
	color: #231815;
	box-sizing: border-box;
}

/* グローバルメニュー開いた時の線の本体 */
#index-all .menuBox .menuWrap::before {
	max-width: 114.5rem;
	width: 100%;
	height: 1px;
	position: absolute;
	background: #231815;
	content: '';
	margin: 0 auto;
}


/* ヘッダースマホ */
@media all and (max-width: 767px) {
	#gHeader {
		height: 7.9rem;
	}

	#gHeader h1 {
		width: 100%;
		font-size: 1rem;
	}

	#gHeader h1 .txt {
		padding: 0.8rem 0.8rem 0.7rem;
		width: auto;
		height: 3.1rem;
		white-space: nowrap;
		word-break: keep-all;
	}

	#gHeader h1 .txt span {
		margin-right: 1.6rem;
		flex-shrink: 0;
	}

	#gHeader .hBox {
		padding: 0.8rem 1.9rem 0;
		width: 100%;
		height: 4.7rem;
		position: absolute;
		left: 0;
		top: 3.1rem;
		z-index: 100;
	}

	#gHeader .hBox.fix {
		position: fixed;
		top: 0;
	}

	#gHeader .hBox.fix::before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		transition: 0.3s;
		content: '';
	}

	#gHeader .hBox.fix::after {
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: -1px;
		background: #231815;
		content: '';
	}

	.fixed #gHeader .hBox.fix::before {
		opacity: 0;
	}

	.fixed #gHeader .hBox.fix::after {
		display: none;
	}

	/* 上部ロゴの位置 */
	#gHeader .logo {
		width: 18rem;
		position: relative;
		z-index: 1;
		padding-left: 0;
	}

	#gHeader .logo img {
		width: 100%;
	}

	#gHeader .menu {
		margin-top: 0;
		right: 0;
		width: 2.5rem;
		height: 1.2rem;
		z-index: 1;
	}

	#gHeader .menu:hover {
		opacity: 1;
	}

	#gHeader .menu::before {
		display: none;
	}

	#gHeader .menu::after {
		display: none;
	}

	/* ハンバーガーメニュー三本線 */
	#gHeader .menu span {
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		top: 0;
		background: #231815;
		transition: 0.3s;
	}

	#gHeader .menu span:nth-child(2) {
		top: 0.7rem;
	}

	#gHeader .menu span:nth-child(3) {
		top: 1.4rem;
	}

	#gHeader .menu.on span:nth-child(1) {
		transform: translateX(0) translateY(0.7rem) rotate(31deg);
	}

	#gHeader .menu.on span:nth-child(2) {
		opacity: 0;
	}

	#gHeader .menu.on span:nth-child(3) {
		transform: translateX(0) translateY(-0.7rem) rotate(-31deg);
	}

	/* メニューウインドウを開いたときにページを固定する */
	.menuBox {
		top: 0;
		padding: 8rem 0 0;
		height: 100%;
		position: fixed;
		overflow: hidden;
	}

	/* グローバルメニュー閉じた時の黒線の位置 */
	.menuBox .menuWrap {
		padding: 0 1.9rem;
		top: 0;
		width: 100%;
		height: 100%;
		position: relative;
		overflow-y: auto;
		border: none;
	}

	/* グローバルメニュー開いた時の線 */
	#index-all .menuBox .menuWrap::before {
		width: calc(100% - 4rem);
		height: 1px;
		position: absolute;
		left: 2rem;
		top: 0;
		background: #231815;
		content: '';
	}
}

/*------------------------------------------------------------
	グローバルメニュー
------------------------------------------------------------*/
/* メニューテキストの位置 */
#gNavi {
	margin-left: 55rem;
	box-sizing: border-box;
	padding-top: 5rem;
	display: flex;
	font-weight: 500;
	font-size: 1.5rem;

}

#gNavi a {
	color: inherit;
}

#gNavi .naviBox {
	width: 35%;
}

#gNavi .naviBox01 {
	max-width: 30rem;
	width: auto;
	display: flex;
	flex: 1;
}

#gNavi .naviBox01 .itemBox {
	width: 50%;
}

#gNavi .NaviBox02 {
	display: flex;
	width: 30rem;
}

#gNavi .NaviBox02 .naviList:first-child {
	margin-right: 5rem;
}

#gNavi .navTtl {
	margin-bottom: 2rem;
	font-weight: bold;
	color: #006DAE;
}

#gNavi .naviList li {
	margin-bottom: 1.5rem;
	line-height: 1.53;
	font-weight: 500;
}

#gNavi .naviList li:last-child {
	margin-bottom: 0;
}

#gNavi .naviList li a {
	display: inline-block;
	letter-spacing: 0.075em;
}

#gNavi .list-sp {
	display: none;
}

/* グローバルナビスマホ */
@media all and (max-width: 767px) {

	#gNavi .list-sp {
		display: block;
	}

	#gNavi {
		margin: 0 auto;
		max-width: auto;
		padding: 3rem 2rem 0 2rem;
		font-size: 1.2rem;
		justify-content: space-between;
	}

	#gNavi .naviBox {
		width: auto;
		max-width: 50%;
	}

	#gNavi .naviBox01 {
		max-width: 50%;
		display: block;
		flex: initial;
	}

	#gNavi .naviBox01 .itemBox {
		margin-bottom: 3.8rem;
		width: 100%;
	}

	#gNavi .NaviBox02 {
		display: block;
		width: auto;
		max-width: 100%;
	}

	#gNavi .navTtl {
		margin-bottom: 1.6rem;
		font-size: 1.4rem;
	}

	#gNavi .naviList li {
		margin-bottom: 0.9rem;
		line-height: 1.56;
	}

	#gNavi .naviList li a {
		display: block;
		letter-spacing: 0;
		font-feature-settings: "palt";
	}
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 14rem;
	padding: 1.6rem 1.6rem 1.6rem 3rem;
	max-width: 102rem;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

#pagePath li {
	display: inline;
	color: #000;
}

#pagePath li::after {
	margin: 0 0.2rem 0 0.5rem;
	display: inline-block;
	content: '>';
}

#pagePath li:last-child:after {
	display: none;
}

#pagePath a {
	color: #3D3A39;
}

@media all and (max-width: 767px) {
	#pagePath {
		margin-bottom: 7.4rem;
		/* padding: 1rem 3rem; */

	}

	ul#pagePath {
		font-size: 1.1rem;
		padding-left: 2.3rem;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

/* フッターsns-追加変更分 */
#gFooter .sns-footer span {

	padding-right: 1rem;

}

#gFooter .sns-footer img {
	max-width: 3rem;
	width: 100%;
	height: auto;
	display: inline;
	padding-left: 1rem;

}

#gFooter .sns-footer {
	display: flex;
}

/* #gFooter .fBtnList li {
	width: 27.4rem;
} */
#gFooter .fBtnList li {
	padding: 2.1rem 1rem 2.2rem;
	width: 100%;
	height: 100%;
	display: block;
	color: #231815;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.2em;
	background: #fff;
	box-sizing: border-box;
	margin-right: 2rem;
}

/* フッターsns-追加分ここまで */

#gFooter {
	color: #fff;
	background: #006DAE;
	overflow-x: clip;
	height: 115rem;
}

#gFooter .fNavBox {
	margin-bottom: 7.9rem;
	padding: 5.8rem 0 9.4rem;
	color: #231815;
	background: #F9FAFB;
}

#gFooter .fBnrBox {
	margin: 0 0 8.3rem auto;
	/* width: calc(50% + 62.4rem); */
	overflow: hidden;
}

#gFooter .fBnrList {
	display: flex;
	will-change: transform;
}

#gFooter .fBnrList li {
	width: 39rem;
	/* margin-right: 1.5rem; */
	flex-shrink: 0;
}

#gFooter .fBnrList li img {
	width: 100%;
}

/* フッターナビ */
#gFooter .fNavInner {
	margin: 0 auto;
	width: 50rem;
	display: flex;
}

#gFooter .fNavInner .naviBox {
	width: 100%;
}

#gFooter .fNavInner .naviBox01 {
	/* margin-right: -6rem; */
	width: auto;
	display: flex;
	justify-content: space-between;
	flex: 1;
}

#gFooter .fNavInner .naviBox01 .naviBox02 .itemBox {
	max-width: 100%;
}

#gFooter .NaviBox02 {
	display: flex;
	width: 30rem;
}

#gFooter .NaviBox02 .naviList:first-child {
	margin-right: 5rem;
}

#gFooter .navTtl {
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	color: #006DAE;
	font-weight: bold;
}

#gFooter .naviList li {
	margin-bottom: 0.5rem;
	line-height: 1.6;
	font-weight: 600;
}

#gFooter .naviList li:last-child {
	margin-bottom: 0;
}

#gFooter .naviList li a {
	display: inline-block;
	color: inherit;
	letter-spacing: 0.1em;
	font-size: 1.5rem;
}

/*以下メール・SNS部分 */
#gFooter .fBox {
	margin: 0 auto;
	width: 65rem;
}

#gFooter .fLogo {
	margin: 0 auto 5.2rem;
	width: 24rem;
}

#gFooter .fLogo a {
	display: block;
	opacity: 1;
}

#gFooter .fInnerBox {
	margin-bottom: 10.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	gap: 3.5rem 2rem;
}

#gFooter .fTextBox {
	width: 43rem;
}

#gFooter .fTextBox p {
	font-size: 1.2rem;
	text-align: justify;
	line-height: 2.429;
	letter-spacing: 0.055rem;
}

/* フッターのお問い合わせ・SNSテキスト */
#gFooter .fBtnList {
	font-weight: 600;
	width: 100%;
	display: flex;
	justify-content: space-between;
	order: 1;
}

#gFooter .fBtnList li a .color {
	color: #59AB35;
}

#gFooter .fImg {
	margin-top: 0.3rem;
	width: 10.2rem;
}

#gFooter address {
	padding: 1.5rem;
	display: block;
	text-align: center;
	font-size: 1.1rem;
	font-style: normal;
	letter-spacing: 0.15em;
}

#gFooter .list-sp {
	display: none;
}

/* フッタースマホ */
@media all and (max-width: 767px) {

	#gFooter .list-sp {
		display: block;
	}

	#gFooter .fNavBox {

		margin-bottom: 5.3rem;
		padding: 4.5rem 1.8rem 9.9rem;
	}

	#gFooter .fBnrBox {
		margin: 0 0 4rem;
		width: auto;
	}

	#gFooter .fNavInner {
		margin: 0 auto;
		max-width: 28rem;
		width: 100%;
		justify-content: space-between;
	}

	#gFooter .fNavInner .naviBox {
		width: auto;
		max-width: 50%;
	}

	#gFooter .fNavInner .naviBox01 {
		margin-right: 0;
		width: auto;
		display: block;
		flex: initial;
	}

	#gFooter .fNavInner .naviBox01 .itemBox {
		margin-bottom: 4.5rem;
		max-width: initial;
	}

	#gFooter .NaviBox02 {
		display: block;
		width: auto;
		max-width: 100%;
	}

	#gFooter .fNavInner .naviBox01 .itemBox:last-child {
		margin-bottom: 0;
	}

	#gFooter .navTtl {
		margin-bottom: 1.4rem;
		font-size: 1.4rem;
	}

	#gFooter .naviList li {
		margin-bottom: 0.9rem;
		line-height: 1.6;
	}

	#gFooter .naviList li:last-child {
		margin-bottom: 0;
	}

	#gFooter .naviList li a {
		font-size: 1.2rem;
		letter-spacing: 0;
		font-feature-settings: "palt";
	}

	#gFooter .fBox {
		margin: 0 auto;
		width: 78%;
	}

	#gFooter .fLogo {
		margin: 0 auto 3.8rem;
		width: 15.6rem;
	}

	#gFooter .fLogo img {
		width: 100%;
	}

	#gFooter .fInnerBox {
		margin-bottom: 1rem;
		display: block;
	}

	#gFooter .fTextBox {
		margin-bottom: 6.8rem;
		width: auto;
	}

	#gFooter .fTextBox p {
		font-size: 1.1rem;
		line-height: 2.23;
		letter-spacing: 0.07em;
	}

	/* フッタースマホ版メール・SNS */
	#gFooter .fBtnList {
		margin: 0 auto 7.5rem;
		font-size: 0.5rem;
		display: block;
		width: 27rem;

	}

	#gFooter .fBtnList li {
		margin-bottom: 1.7rem;
		width: auto;
		margin-right: 0.1rem;
	}

	#gFooter .sns-footer span {
		padding-right: 0.2rem;
	}

	#gFooter .fBtnList li:last-child {
		margin-bottom: 0;
	}

	#gFooter .fBtnList li a {
		padding: 1.1rem 0 1rem;
		font-size: 1.2rem;
	}

	#gFooter .fBtnList li a .color {
		font-weight: bold;

	}

	#gFooter .fImg {
		margin: 0 auto;
		padding-left: 0.8rem;
		width: 13.9rem;
	}

	#gFooter .fImg img {
		width: 100%;
	}

	#gFooter address {
		padding: 1.3rem;
		font-size: 0.8rem;
	}
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-YH */
/* clearfix */
* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* flex */
.flex,
.flexA,
.flexB,
.flexC {
	display: flex;
	flex-wrap: wrap;
}

.flexA {
	justify-content: space-around;
}

.flexB {
	justify-content: space-between;
}

.flexC {
	justify-content: center;
}

/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
.fadeIn {
	opacity: 0;
	-webkit-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;

}

.fadeIn.on {
	opacity: 1;
}

.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0, 3rem, 0);
	transform: translate3d(0, 3rem, 0);
	-webkit-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
}

.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fadeLeft {
	opacity: 0;
	-webkit-transform: translate3d(5rem, 0, 0);
	transform: translate3d(5rem, 0, 0);
	-webkit-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
}

.fadeLeft.on {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*------------------------------------------------------------
	delay
------------------------------------------------------------*/
.delay {
	transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
}

.delay01 {
	transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
}

.delay02 {
	transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
}

@media all and (max-width: 767px) {
	.delay02 {
		transition-delay: 0s;
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
	}
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

/* .wp-block-image figure,
.wp-block-image figcaption {
	display: block;
} */

a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}


/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 7.7rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
}

.headLine01 .jp {
	margin-bottom: 0.5rem;
	padding-bottom: 0.4rem;
	display: inline-block;
	font-size: 4rem;
	border-bottom: 0.2rem solid #FFF;
}

.headLine01.red {
	margin-bottom: 9.6rem;
	padding: 4.8rem 0 4.3rem;
	background-color: #A31F23;
}

@media all and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 4rem;
		font-size: 1.05rem;
	}

	.headLine01 .jp {
		margin-bottom: 1px;
		padding-bottom: 0.2rem;
		font-size: 2rem;
		border-bottom: 1px solid #FFF;
	}

	.headLine01.red {
		padding: 1.2rem 0.5rem 1.5rem;
		margin-bottom: 3rem;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3rem;
	font-size: 2.6rem;
	font-weight: normal;
	font-family: "Noto Serif JP", serif;
}

@media all and (max-width: 767px) {
	.headLine02 {
		margin-bottom: 1.5rem;
		font-size: 2rem;
	}
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 3.5rem;
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.9;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}

@media all and (max-width: 767px) {
	.headLine03 {
		margin-bottom: 2.5rem;
		font-size: 2rem;
		line-height: 1.5;
	}
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 19.5rem;
	font-size: 3rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.7rem;
}

@media all and (max-width: 767px) {
	.headLine04 {
		margin-bottom: 11rem;
		font-size: 2.1rem;
		letter-spacing: 0.22em;
	}
}

@media all and (max-width: 347px) {
	.headLine04 {
		letter-spacing: 0.02em;
	}
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 2.8rem;
	padding-bottom: 1.8rem;
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	border-bottom: 1px solid #231815;
}

@media all and (max-width: 767px) {
	.headLine05 {
		margin-bottom: 1.3rem;
		padding-bottom: 1.2rem;
		font-size: 1.75rem;
	}
}


/*------------------------------------------------------------
	トップページセクション項目名
------------------------------------------------------------*/
/* セクション項目全体*/

.headLine08 {
	margin-bottom: 6rem;
	position: relative;
	font-size: 1.45rem;
	letter-spacing: 0.15rem;
	color: #006DAE;
}

/* セクション項目名の下線 */

.headLine08::before {
	max-width: 114.5rem;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 3.5rem;
	background: #231815;
	content: '';
}


/* セクション項目名全体*/

.headLine08 .txt {
	display: flex;
	width: fit-content;
	position: relative;
	z-index: 1;
	/* background: #fff; */
	align-items: baseline;
}

/* セクション項目名本体 */

.headLine08 .txt .en {
	margin-bottom: 0.7rem;
	/* display: block; */
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 2.4rem;
	letter-spacing: 0.12rem;
	padding-right: 2rem;

}

/* トップページ最新情報 updateテキスト */
.updateList {
	letter-spacing: 0.2rem;
	width: 100rem;
	margin: 0 auto 10rem auto;
	color: #595757;
}

.updateList .news-date {
	padding-right: 2rem;
	color: #006DAE;
	font-weight: 550;
}

.updateList .br-sp {
	display: none;
}

/* セクション項目スマホ */
@media all and (max-width: 767px) {

	.updateList {
		font-size: 1.2rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		display: block;
	}

	.updateList #news1-title {
		display: block;
	}

	.date {
		padding-right: 0.2rem;
		font-size: 1.2rem;
	}

	.br-sp {
		display: block;
	}

	.headLine08 {
		margin-bottom: 4.7rem;
		font-size: 1rem;
	}

	.headLine08::before {
		top: 3rem;
	}

	.headLine08 .txt {
		padding-right: 0.5rem;
	}

	.headLine08 .txt .en {
		margin-bottom: 0.5rem;
		font-size: 1.8rem;
		padding-right: 1rem;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 139.6rem;
}

@media all and (max-width: 767px) {
	.content {
		width: auto !important;
	}
}

/*------------------------------------------------------------
	comSnsList
------------------------------------------------------------*/
.comSnsList {
	margin: 2rem 0 0;
	display: flex;
	gap: 2rem;
	justify-content: center;
	flex-wrap: wrap;
}

.comSnsList img {
	max-width: inherit;
	width: auto;
	height: 2.5rem;
}



@media all and (max-width: 767px) {
	.comSnsList {
		margin: 1.5rem 0;
		gap: 1rem;
	}

	.comSnsList img {
		height: 2rem;
	}

	.comSnsList .yahoo img {
		height: 1.8rem;
	}
}

@media all and (max-width: 347px) {
	.comSnsList {
		gap: 0.4rem;
	}

	.comSnsList img {
		height: 2.5rem;
	}
}

/*------------------------------------------------------------
	comBrand
------------------------------------------------------------*/
.comBrand {
	margin: 0 auto 14.5rem auto;
}

.comBrand .brandList {
	margin: 0 auto;
	width: 100rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4.6rem;
}

.comBrand .brandList>li {
	width: 21.4rem;
}

.comBrand .brandList li a {
	display: block;
}

.comBrand .brandList li .pho {
	margin-bottom: 1rem;
}

.comBrand .brandList li .pho img {
	width: 100%;
}

.comBrand .brandList li p {
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	color: #595757;
	letter-spacing: 0.08em;
	line-height: 1.7;
	text-align: justify;
	word-break: break-all;
	word-wrap: break-word;
}

@media all and (max-width: 767px) {

	.comBrand {
		margin: 0 2rem 7.5rem;
	}

	.comBrand .brandList {
		width: auto;
	}

	#index .comBrand {
		margin: 0 0 7.7rem;
	}

	.comBrand .brandList {
		justify-content: space-between;
		gap: 4.6rem 0;
	}

	.comBrand .brandList>li {
		width: 47%;
	}

	.comBrand .brandList li .pho {
		margin-bottom: 0.6rem;
	}

	.comBrand .brandList li p {
		margin-bottom: 1px;
		min-height: 5.2rem;
		font-size: 1.1rem;
		letter-spacing: 0.06em;
		line-height: 1.9;
	}

	.comBrand .brandList li .img img {
		width: 13.4rem;
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index {
	margin-top: -1px;
	padding-top: 1px;
	position: relative;
	font-feature-settings: "palt";
	z-index: 1;
	background: #fff;
}

#index .mainVisual {
	margin-bottom: 7.2rem;
	position: relative;
}

#index .mvSlider {
	display: flex;
	will-change: transform;
}

#index .mvSlider li {
	margin-right: 5.6rem;
	width: 114.6rem;
	flex-shrink: 0;
	will-change: transform;
}

#index .mvSlider li img {
	width: 100%;
}

#index .mvSlider a {
	display: block;
}

#index .content {
	width: 114.5rem;
}

#index .link {
	margin: 0 1px 4.4rem;
}

#index .link a {
	display: block;
}

#index .link a img {
	width: 100%;
}

#index .linkList {
	margin-bottom: 8.2rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.8rem;
}

#index .linkList li {
	width: 20rem;
	text-align: center;
}

#index .linkList li a {
	display: inline-block;
}

#index .linkList li img {
	width: 10.2rem;
}

#index .linkList li .txt {
	display: block;
	margin-top: 1.4rem;
	font-size: 1.6rem;
	letter-spacing: 0.22em;
}

#index .linkList li .txt .en {
	margin-top: 0.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	display: block;
	font-size: 0.6rem;
	letter-spacing: 0.16em;
}

.online .comSnsList {
	justify-content: center;
	gap: 8rem;
	align-items: center;
}

.online .comSnsList img {
	width: 17rem;
	height: auto;
}

.online {
	margin-bottom: 21.6rem;
}

.online .headLine08 {
	margin-bottom: 6.8rem;
}

#index .store .headLine08 {
	margin-bottom: 2.8rem;
}

#index .store .phoList {
	margin-bottom: 6rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 3.7rem;
}

#index .store .phoList li {
	width: 23.5rem;
}

#index .store .btn {
	margin: 0 auto;
	width: 14.8rem;
	text-align: center;
}

#index .store .btn a {
	padding: 0;
	width: 100%;
	height: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.2rem;
	color: #231815;
	letter-spacing: 0.2em;
	border-radius: 5rem;
	border: 1px solid #231815;
	position: relative;
	z-index: 1;
}

@media all and (min-width: 768px) and (max-width: 1400px) {


	.online .comSnsList .online-yahoo img {
		width: 19rem;
	}
}

@media all and (max-width: 767px) {
	#index {
		padding: 1.1rem 0 7.7rem;
	}

	#index .mainVisual {
		margin-bottom: 4.5rem;
	}

	#index .mvSlider {
		padding: 0 2.8rem;
	}

	#index .mvSlider li {
		margin-right: 1.6rem;
		width: 28.6rem;
	}

	#index .content {
		margin: 0 1.8rem;
		width: auto;
	}

	#index .link {
		margin: 0 1px 4.3rem;
	}

	#index .linkList {
		margin-bottom: 5.6rem;
		gap: 1.5%;
		justify-content: space-between;
	}

	#index .linkList li {
		width: auto;
		min-width: 25%;
	}

	#index .linkList li img {
		width: 5.5rem;
	}

	#index .linkList li .txt {
		margin-top: 1rem;
		font-size: 1.2rem;
	}

	#index .linkList li .txt .en {
		margin-top: 0.3rem;
		font-size: 0.4rem;
	}

	section.online {
		padding: 0 2rem;
		margin-bottom: 14rem;
	}

	#index section.online {
		padding: 0;
	}

	.online .comSnsList {
		margin: 0 auto;
		max-width: 29.8rem;
		gap: 4rem 6rem;
		/* justify-content: space-between; */
		box-sizing: border-box;
	}

	.online .comSnsList img {
		width: 10rem;
		height: auto;
	}

	.online .comSnsList .online-yahoo img {
		width: 13rem;
		height: auto;
	}

	.online .comSnsList li:nth-child(3) {
		margin-left: 2rem;
		margin-right: auto;
	}

	.online {
		margin-bottom: 8.4rem;
	}

	.online .headLine08 {
		margin-bottom: 4.1rem;
	}

	.online .img {
		margin: 0 2rem 0 0.6rem;
	}

	.online .img img {
		width: auto;
	}

	#index .store .headLine08 {
		margin-bottom: 3.1rem;
	}

	#index .store .phoList {
		margin: 0 1px 1.9rem;
		justify-content: space-between;
		gap: 2rem 0;
	}

	#index .store .phoList li {
		width: 47.2%;
		text-align: center;
	}

	#index .store .btn {
		width: 11.5rem;
	}

	#index .store .btn a {
		height: 2.7rem;
		font-size: 0.9rem;
	}
}

@media all and (max-width: 347px) {
	#index .online .comSnsList {
		margin: 0 -0.9rem 0 -0.7rem;
	}

	#index .linkList li .txt {
		letter-spacing: 0;
	}
}

/*------------------------------------------------------------
	shops
------------------------------------------------------------*/
#shops {
	color: #3E3A39;
}

#shops .content {
	width: 84.8rem;
}

#shops .headLine04 {
	margin-bottom: 20.2rem;
}

#shops .mainImg {
	margin-bottom: 3.8rem;
}

#shops .mainImg img {
	width: 100%;
	border-radius: 1.5rem;
}

#shops .linkList {
	margin-bottom: 8.4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

#shops .linkList li {
	width: calc((100% - 3.2rem) / 5);
	min-height: 5.5rem;
}

#shops .linkList a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.25rem;
	border: 1px solid currentColor;
	box-sizing: border-box;
	border-radius: 0.5rem;
}

#shops .head01 {
	margin-bottom: 3.2rem;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 500;
	font-feature-settings: "palt";
	letter-spacing: 0.22em;
}

#shops .shopBox {
	margin-bottom: 15rem;
}

#shops .banner {
	text-align: center;
}

#shops .banner img {
	width: 51.4rem;
}

#shops .head02 {
	margin-bottom: 1.7rem;
}

#shops .head02 span {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.22em;
}

#shops .addList {
	margin-bottom: 8.8rem;
	gap: 1rem;
	border-top: 1px solid #040000;
}

#shops .addList:last-child {
	margin-bottom: 0;
}

#shops .addList li {
	padding: 2.1rem 1.6rem 1.6rem;
	display: flex;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	word-break: break-all;
	word-wrap: break-word;
	border-bottom: 1px solid #040000;
}

#shops .addList li .ttl {
	width: 25rem;
}

#shops .addList li .add {
	flex: 1;
}

#shops .addList li .tel {
	width: 13.2rem;
}

#shops .photoList {
	margin: 0 1px 5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.1rem;
}

#shops .photoList li {
	width: 20.3rem;
}

#shops .photoList li img {
	width: 100%;
	border-radius: 0.8rem;
}

#shops .comBtn {
	margin: 0 auto;
	width: 32.8rem;
}

#shops .comBtn a {
	padding: 1.4rem;
	color: #fff;
	background: #231815;
	border-color: #231815;
}

#shops .comBtn a:after {
	display: none;
}

@media all and (max-width: 767px) {
	#shops .content {
		margin: 0 2rem;
		width: auto;
	}

	#shops .headLine04 {
		margin-bottom: 11.3rem;
	}

	#shops .mainImg {
		margin: 0 -0.2rem 3.1rem -1px;
	}

	#shops .mainImg img {
		border-radius: 0.8rem;
	}

	#shops .comMidTxt {
		margin-bottom: 4.8rem;
		line-height: 1.95;
	}

	#shops .linkList {
		margin-bottom: 6.5rem;
		gap: 0.7rem 0.3rem;
	}

	#shops .linkList li {
		width: calc((100% - 0.6rem) / 3);
		min-height: 3.4rem;
	}

	#shops .linkList a {
		font-size: 0.9rem;
	}

	#shops .head01 {
		margin-bottom: 2.4rem;
		font-size: 2.1rem;
	}

	#shops .head01.mb01 {
		margin-bottom: 5.8rem;
	}

	#shops .shopBox {
		margin-bottom: 7.5rem;
	}

	#shops .banner {
		margin: 0 -1px;
	}

	#shops .banner img {
		width: auto;
	}

	#shops .head02 {
		margin-bottom: 0.6rem;
	}

	#shops .head02 span {
		font-size: 1.4rem;
	}

	#shops .addList {
		margin-bottom: 5.9rem;
	}

	#shops .addList:last-child {
		margin-bottom: 0;
	}

	#shops .addList li {
		padding: 1.7rem 0 1.6rem;
		display: block;
		line-height: 2;
		letter-spacing: 0.16em;
	}

	#shops .addList li .ttl {
		width: auto;
		display: block;
	}

	#shops .addList li .add {
		width: auto;
		display: block;
	}

	#shops .addList li .tel {
		display: block;
	}

	#shops .photoList {
		margin: 0 0 3rem;
		justify-content: space-between;
		gap: 0.7rem 0;
	}

	#shops .photoList li {
		width: 48.8%;
	}

	#shops .comBtn {
		width: 26.4rem;
		max-width: 100%;
	}

	#shops .comBtn a {
		padding: 1.5rem;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
	}

	#shops .shopBox02 .comMidTxt {
		margin-bottom: 3.4rem;
	}
}

/*------------------------------------------------------------
	update 最新情報ページ
------------------------------------------------------------*/
.news {
	width: 65rem;
	margin: 0 auto 15rem auto;
	font-weight: 300;
	line-height: 3rem;
	text-align: justify;
	letter-spacing: 0.15rem;
}

#news1-title {
	display: flex;
	margin-bottom: 2rem;
}

.news .news-date {
	font-weight: 550;
	color: #006DAE;
	padding-right: 2rem;
}

.news .news-title {
	font-weight: 550;
}

#update section.news {
	margin-bottom: 10rem;

}

/* トップへ戻るの部分 */
.midTxt {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 20rem;

}

@media all and (max-width: 767px) {
	.news {
		width: auto;
		padding: 0 1rem;
		margin: auto auto 10rem auto;
		font-size: 1.4rem;
		line-height: 2rem;
	}

	#news1-title {
		display: block;
	}

	.midTxt {
		margin-bottom: 7rem;
	}
}

/*------------------------------------------------------------
    company 会社概要
------------------------------------------------------------*/

/* ▼会社概要⁻挨拶⁻事業商材　共通 */
#company .mainImg,
#buisinesses .mainImg,
#message .mainImg {
	margin: -5rem auto 5rem auto;
	margin: -5rem auto 5rem auto;
	max-width: 114.4rem;
	width: 100%;
}

#company .mainImg img,
#buisinesses .mainImg img,
#messsage .mainImg img {
	width: 100%;
	border-radius: 0.1rem;
	font-size: 6.5rem;
	font-weight: 200;
	text-align: center;
	letter-spacing: 1rem;
}

#message img,
#company img {
	margin: 0 auto;
}

#company h2,
#message h2 {
	text-align: center;
	font-weight: 350;
	letter-spacing: 0.5rem;
}

#company h2 span.txt,
#message h2 span.txt {
	font-size: 2.2rem;
	color: #8D8D8D;
}

/* ▲会社概要⁻挨拶共通 */


/* 会社概要　会社データセクション */
#company #comData {
	max-width: 114.5rem;
	width: 100%;
	margin: 0 auto 8.6rem auto;
	display: flex;
}

#company .comData h2 {
	text-align: left;
	max-width: 50rem;
	width: 100%;
	padding-right: 10rem;
}

#company h2 span.en {
	font-size: 6.5rem;
	padding: 0;
	margin: 0;
	font-weight: 200;
	color: #A8D6ED;
}

#company h2.comData span.en {
	text-align: left;
	display: block;
	margin-bottom: 1.5rem;
}

#company #comData table {
	max-width: 74.5rem;
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
	font-size: 2rem;
	font-weight: 300;
	text-align: left;
	line-height: 3.5rem;
	letter-spacing: 0.2rem;
}

#company table th,
#company table td {
	padding: 10px;
}

#company table th {
	font-weight: 300;
	width: 30%;
	vertical-align: top;
	border-right: 1px solid #161616;
	/* 縦の罫線 */
}

#company table td {
	width: 70%;
	padding-left: 7rem;
	vertical-align: top;
}

/* 会社概要　中央横並び画像 */
#company .midImg {
	margin-bottom: 8.6rem;
}

#company .midImg img {
	width: 100%;
	height: auto;
}


#company .comHistory h2 {
	padding: 0;
	margin: 10rem auto 3rem auto;
	text-align: center;
}

#company .comHistory h2 span.txt {
	font-size: 2.2rem;
	margin: auto 17rem auto 17rem;
}

#company .txt-sp {
	display: none;
}

#company .comHistory {

	margin-bottom: 20rem;
}

#company .comHistory img {

	margin: 0 auto;
}

@media all and (max-width: 767px) {

	#company #comData {
		display: block;
		padding: 3rem;

	}

	#company .comData h2 {
		display: block;
		text-align: left;
		max-width: 50rem;
		width: 100%;
		padding-right: 10rem;
	}

	#company h2 span.en,
	#company .comHistory h2 span.en {
		display: block;
		font-size: 3.5rem;
		letter-spacing: 0.3rem;
		text-align: left;
		margin-bottom: 1rem;
	}

	#company .comHistory h2 span.txt {
		font-size: 1.5rem;
		letter-spacing: 0.2rem;
	}

	#company .comHistory h2 {
		display: block;
		padding: 3rem;
		text-align: left;
		max-width: 50rem;
		width: 100%;
		padding-right: 10rem;
		margin: 7rem 0 -1.5rem 0;
	}

	#company .comHistory h2 .txt {
		display: none;
	}

	#company .comHistory h2 .txt-sp,
	#company .comHistory .txt-sp {
		display: block;
		color: #8D8D8D;
	}

	#company h2 span.txt,
	#company .comHistory h2 .txt-sp,
	#company .comHistory .txt-sp {
		font-size: 1.5rem;
		letter-spacing: 0.2rem;
		display: block;
		color: #8D8D8D;
	}

	#company .txt-sp {
		padding: 3rem 0 1rem 3rem;
	}

	#company .comHistory h2 .txt-sp {
		padding: 0;
	}

	#company #comData table {
		margin: 4rem 0 0 0;
		width: 90vw;
		font-size: 1.3rem;
		line-height: 2.5rem;
		letter-spacing: 0.1rem;
	}

	#company table th,
	#company table td {
		padding: 1rem;
	}

	#company table th {
		padding-left: 0;
		width: 30%;
		border-right: 1px solid #161616;
	}

	#company table td {
		width: 70%;
		padding-left: 3rem;
		vertical-align: top;
	}

	#company .midImg {
		margin: -7rem 0 -7rem 0;
	}

	#company .comHistory {
		margin-bottom: 7rem;
	}
}

/*------------------------------------------------------------
   ご挨拶
------------------------------------------------------------*/

#message section#message,
#message section#president {
	margin: 0 auto 8rem auto;
	max-width: 114.4rem;
	width: 100%;
}


#message section#president {
	margin-bottom: 0;
}

#message p.message,
#message p.president {
	line-height: 4rem;
	font-size: 1.8rem;
	text-align: left;
	letter-spacing: 0.2rem;
}

#message h2.message {
	margin: 0 auto;
	max-width: 100rem;
	width: 100%;
	display: flex;
}

#message h2.president {
	margin: 5rem auto 20rem auto;
	max-width: 100rem;
	width: 100%;
	display: flex;
	/* padding:0 auto; */
}

#message .president img {
	height: 100%;
}

#message p.president {
	max-width: 85rem;
	width: 100%;
}

#message img.president {
	max-width: 13rem;
	width: 100%;
	padding-left: 10rem;
}

@media all and (max-width: 767px) {

	#message section#message,
	#message section#president {
		margin: 0 auto 7rem auto;
		padding: 0 3rem 0 3rem;

	}

	#message p.message,
	#message p.president {
		font-size: 1.4rem;
		line-height: 3rem;
		letter-spacing: 0.05rem;
		text-align: left;
		white-space: normal;
		/* 自然な改行を許可 */
		word-break: break-word;
		/* 単語の途中でも折り返す */
		text-align: justify;
		/* 両端揃え */
		width: auto;
	}

	#message h2.president {
		display: block;
		margin-bottom: 0;
	}


	#message .president img {
		margin: 3rem auto;
		width: 55%;
		height: 55%;
	}

}

/*------------------------------------------------------------
	事業商材
------------------------------------------------------------*/
#buisinesses {
	margin: 0 auto 14.5rem auto;
}

#buisinesses .headLine08 {
	margin-left: 12.5rem;
}

#buisinesses .buisinessList {
	margin: 0 auto;
	width: 100rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4.6rem;
}

#buisinesses .buisinessList .bizTitle {
	text-align: center;
	padding: 1rem;
	font-size: 1.5rem;
	font-weight: 900;
	color: #000;
}

#buisinesses .buisinessList>li {
	width: 21.4rem;
}

#buisinesses .buisinessList li a {
	display: block;
}

#buisinesses .buisinessList li .pho {
	margin-bottom: 1rem;
}

#buisinesses .buisinessList li .pho img {
	width: 100%;
}

#buisinesses .buisinessList li p {
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	color: #595757;
	letter-spacing: 0.08em;
	line-height: 1.7;
	text-align: justify;
	word-break: break-all;
	word-wrap: break-word;
}

@media all and (max-width: 767px) {
	#buisinesses {
		margin: 0 2rem 7.5rem;
	}


	#buisinesses .headLine08 {
		margin-left: auto;
	}


	#buisinesses .buisinessList {
		margin: 0 0 7.7rem;
		width: auto;
		justify-content: space-between;
		gap: 4.6rem 0;
	}

	#buisinesses .buisinessList .bizTitle {
		font-size: 1.2rem;
		padding: 0;
		margin-bottom: -2rem;

	}

	#buisinesses .buisinessList>li {
		width: 47%;
	}

	#buisinesses .buisinessList li .pho {
		margin-bottom: 0.6rem;
	}

	#buisinesses .buisinessList li p {
		margin-bottom: 1px;
		min-height: 5.2rem;
		font-size: 1.1rem;
		letter-spacing: 0.06em;
		line-height: 1.9;
	}

	#buisinesses .buisinessList li .img img {
		width: 13.4rem;
	}
}