@charset "utf-8";
/*
Theme Name: 協同組合金沢問屋センター
Author: LINKAGE
Version: 1.0
*/


/* ==========================================================================
                                  基礎設定
   ========================================================================== */
/* ===== reset ===== */
/*
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
:root {
	--font-xl: 2.5em;
	--font-l: 2em;
	--font-m: 1.5em;
	--font-s: 1.2em;
	--font-xs: 0.8em;
  --main-color: #d0111a;
	--color-black: #333;
  --color-white: #fff;
}
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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, canvas, details, embed, figure, figcaption, hgroup, menu, nav, output, ruby, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}
html, body {
	width: 100%;
	scroll-behavior: smooth;
}
body {
	color: var(--color-black);
	font-size: 16px;
	line-height: 1.7em;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #f9f9f9;
	overflow-x: hidden;
}
main {
	margin-top: 100.609px;
}
@media screen and (max-width: 1280px) {
	main {
		margin-top: 77.66px;
	}
}
@media screen and (max-width: 768px) {
	body {
		font-size: clamp(12px, 2.3vw, 18px);
	}
}
@media screen and (max-width: 428px) {
	main {
		margin-top: 65.4031px;
	}
}
@media screen and (max-width: 320px) {
	body {
		font-size: clamp(11px, 2.3vw, 18px);
	}
}
h1,h2,h3,h4,h5 {
	font-weight: bold;
	line-height: 100%;
}
h1 {
	font-size: var(--font-l);
	margin-bottom: clamp(20px, 2.5vw, 30px);
}
h2 {
	font-size: var(--font-l);
	margin-bottom: 20px;
}
body:not(.front-page) h2:not(aside h2, .usage-flow h2) {
	padding: 10px 0 6px 20px;
	border-left: 5px solid var(--main-color);
	background: #f9f9f9;
	margin: 50px 0 20px;
	font-size: var(--font-m);
}
h3 {
	font-size: var(--font-m);
	margin-bottom: 15px;
}
body:not(.front-page) h3:not(aside h3, .usage-flow h3, .facilities-list h3) {
	padding-left: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--main-color);
	margin: 50px 0 15px;
}
@media screen and (max-width: 768px) {
	body:not(.front-page) h2:not(aside h2, .usage-flow h2) {
		padding-left: 10px;
		font-size: var(--font-s);
	}
	body:not(.front-page) h3:not(aside h3, .usage-flow h3, .facilities-list h3) {
		font-size: var(--font-s);
	}
}
h4 {
	font-size: var(--font-s);
	margin-bottom: 10px;
}
ul {
	list-style: none;
	padding: 0;
}
img,
iframe {
	vertical-align: top;
}
@media screen and (max-width: 768px) {
	iframe {
		width: 100%;
		height: 60vw;
	}
}
a {
	text-decoration: none;
	color: var(--color-black);
}
a:hover {
	opacity: 0.7;
}
table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
tr {
	border-bottom: 1px solid #ccc;
}
th {
	background: #f9f9f9;
}
th,
td {
	padding: 1em;
	border: 1px solid #ccc;
}
.sub-table td {
	padding: 0.5em;
}
@media screen and (max-width: 428px) {
	table:not(#price table, #price_equipment table) tr  {
		display: flex;
		flex-direction: column;
		border: none;
	}
	table:not(#price table, #price_equipment table) th {
		text-align: left;
		border: none;
	}
	table:not(#price table, #price_equipment table) td {
		border: none;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	table:not(#price table, #price_equipment table) tr:last-child td:last-child {
		border-bottom: none;
	}
	.sub-table td {
		border: none;
		border-top: 1px solid #eee;
	}
	.sub-table tr:first-child td:first-child {
    border-top: none;
	}
	.sub-table tr:last-child td:last-child {
		display: none;
	}
}
.red-btn {
	display: inline-block;
	background: var(--main-color);
	padding: 15px 30px 10px;
	font-weight: bold;
	color: var(--color-white);
	margin-top: 60px;
	font-size: var(--font-m);
}
@media screen and (max-width: 1024px) {
	.sp-none {
		display: none !important;
	}
}
@media screen and (min-width: 1025px) {
	.pc-none {
		display: none !important;
	}
}
.contents {
	width: min(1280px, 95%);
	margin: 0 auto;
}
.bg-white {
	background: var(--color-white);
}
.color-red {
	color: var(--main-color);
}
.text-layout {
	display: inline-block;
}
#page-top {
	display: block;
	height: 0.1px;
	opacity: none;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.breadcrumb {
	width: min(1280px, 95%);
}
.breadcrumb-kaikan {
	width: min(1630px, 95%);
}
.breadcrumb,
.breadcrumb-kaikan {
	display: flex;
	flex-wrap: wrap;
	gap: 0 15px;
	align-items: center;
	margin: 0 auto;
	padding: 20px 0;
}
.breadcrumb a,
.breadcrumb-kaikan a {
	color: #888;
}
.breadcrumb li:not(:last-child),
.breadcrumb-kaikan li:not(:last-child) {
	position: relative;
	padding-right: 25px;
}
.breadcrumb li:not(:last-child)::after,
.breadcrumb-kaikan li:not(:last-child)::after {
	content: "\f531";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 0.5em;
	color: #888;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.broken_link, a.broken_link {
	text-decoration: none !important;
}
@media screen and (max-width: 768px) {
	.breadcrumb,
	.breadcrumb-kaikan {
		padding: 15px 0 5px;
	}
}

/* ==========================================================================
                                  header
   ========================================================================== */
header {
	box-shadow: 0 2px 10px #33333320;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	padding: 5px 0;
	background: var(--color-white);
	border-top: 8px solid var(--main-color);
	transition: 0.3s ease;
}
header .contents {
	width: calc(100% - 20px);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.logo {
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-items: end;
}
.logo img {
	width: 90px;
	height: auto;
}
.site-name h1,
.site-name div {
	font-size: var(--font-m);
	font-weight: bold;
	margin: 0;
}
.site-name p {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}
header a {
	display: block;
}
@media screen and (max-width: 1280px) {
	.logo img {
		width: 65px;
	}
	.site-name h1,
	.site-name div {
		font-size: 18px;
		line-height: 24px;
	}
	.site-name p {
		font-size: 10px;
		line-height: 10px;
	}
}
@media screen and (max-width: 428px) {
	header {
		height: 50px;
	}
	.logo img {
		width: 13vw;
	}
	.site-name h1,
	.site-name div {
		font-size: 4.5vw;
		line-height: 7vw;
	}
	.site-name p {
		font-size: 2.2vw;
		line-height: 2.2vw;
	}
}
.nav-column {
	display: flex;
	flex-direction: row;
	align-items: end;
	gap: 20px;
}
.navigation {
	display: flex;
	flex-direction: row;
	gap: 15px;
}
.navigation > li > a,
.navigation > li > label {
  position: relative;
  transition: 0.3s;
	font-size: 15px;
}
.navigation > li > a::after,
.navigation > li > label::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 0;
	height: 2px;
	border-radius: 1px;
	background-color: var(--main-color);
	transition: 0.3s;
	transform: translateX(-50%);
}
.navigation > li > a:hover::after,
.navigation > li > label:hover::after {
	width: 65%;
}
.navigation > li > .kaikan-checkbox:checked ~ label::after {
	width: 100%;
}
.mega-menu {
	position: absolute;
	top: 100%;
	left: -50%;
	width: 100%;
	transform: translateX(50%);
	transition: 0.1s;
	opacity: 0;
	visibility: hidden;
	padding: 20px 50px;
	border-radius: 0 0 50px 50px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-areas:
			"list1 list2 list3"
			"list4 list4 list5";
	gap: 20px;
	z-index: 1;
}
.mega-menu::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	box-shadow: 0 50vh 0 #33333380;
	z-index: -1;
}
.mega-menu > li {
	background: var(--color-white);
	border-radius: 30px;
	padding: 40px;
	box-shadow: 2px 2px 0 #33333320;
}
.mega-menu > li:nth-child(4) {
	grid-area: list4;
}
.kaikan-checkbox {
	display: none;
}
.kaikan-checkbox:checked ~ .mega-menu {
	opacity: 1;
	visibility: visible;
}
.first-list label {
	cursor: pointer;
  position: relative;
  user-select: none;
	padding-right: 20px;
}
.first-list label::before {
  content: '';
  display: block;
	border-left: 2px solid var(--color-black);
  border-bottom: 2px solid var(--color-black);
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  right: 5px;
  transition-duration: 0.3s;
}
.first-list label::before {
  transform: translateY(-80%) rotate(-45deg);
}
.first-list label:hover::before {
	border-color: var(--main-color);
}
.first-list .kaikan-checkbox:checked ~ label::before {
  transform: translateY(-30%) rotate(135deg);
	border-color: var(--main-color);
}
.list-title,
.list-title-2 {
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.list-title {
	font-size: var(--font-m);
}
.list-title i {
	color: #aaa;
	margin-right: 10px;
}
.list-title-2 {
	font-size: var(--font-s);
}
.link-list li {
	padding-left: 15px;
	position: relative;
	transition: 0.2s ease-in;
}
.link-list li::before {
	content: "-";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.link-list li:hover {
	transform: translateX(3px);
}
.link-list .strong a {
	background: var(--main-color);
	border-radius: 5px;
	color: var(--color-white);
	font-weight: bold;
	padding: 5px 15px 3px;
	display: inline-block;
	margin-top: 10px;
}
.link-list .strong:hover {
	transform: none;
}
.link-list .strong::before {
	content: none;
}
.search-floor {
	display: grid;
	grid-template-columns: 0.5fr 1fr 1fr;
	grid-template-areas:
			"list1 list2 list3";
	gap: 20px;
}
.search-floor > li {
	padding: 20px;
	background: #f9f9f9;
	border-radius: 20px;
}
.all-facilities {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
}
.all-facilities li {
	padding: 0;
}
.all-facilities li::before {
	content: none;
}
#sub a {
	width: 75px;
	height: 75px;
	background: var(--main-color);
	color: var(--color-white);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 20px;
	padding-top: 2px;
}
@media screen and (max-width: 1280px) {
	#sub a {
		width: 55px;
		height: 55px;
		border-radius: 5px;
		font-size: 12px;
		line-height: 16px;
	}
}
/* スマホメニュー */
.sp-menu {
	position: absolute;
	top: 70px;
	right: -100%;
	z-index: 2;
	width: calc(min(350px, 85%) - 50px);
	height: calc(100vh - (10vw + 78px));
	overflow: hidden;
	background: var(--main-color);
	opacity: 0;
	transition: 0.5s ease;
	padding: 5vw;
}
.sp-menu-back {
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: calc(100vh - 78px);
	background: #33333380;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease;
}
@media screen and (max-width: 428px) {
	.sp-menu,
	.sp-menu-back {
		top: 60px;
	}
	.sp-menu {
		height: calc(100vh - (10vw + 68px));
	}
	.sp-menu-back {
		height: calc(100vh - 68px);
	}
}
.sp-navigation {
	height: 100%;
	overflow-y: auto;
	padding: 0 10px 0 0;
}
.sp-navigation::-webkit-scrollbar {
  background: var(--color-white);
  width: 3px;
  border-radius: 3px;
}
.sp-navigation::-webkit-scrollbar-thumb {
  background-color: #910E14;
  border-radius: 3px;
}
.sp-navigation a,
.sp-navigation .kaikan-title {
	color: var(--color-white);
	display: block;
	padding: 10px 0 5px 3px;
	border-bottom: 1px solid var(--color-white);
	font-size: var(--font-s);
}
.sp-navigation > li:nth-child(n+2) {
	margin-bottom: 10px;
} 
.sp-navigation .reservation-system {
	padding: 8px 30px 5px;
	text-align: center;
	background: var(--color-white);
	color: var(--color-black);
	box-shadow: 4px 3px 0 var(--color-black);
	margin: 0 5px 30px;
	font-size: var(--font-s);
	font-weight: bold;
}
.sp-accordion {
	margin: 0 0 0 0.8em;
}
.sp-accordion > li:first-child {
	margin-top: 10px;
}
.sp-accordion a {
	display: inline-block;
	padding: 0 0 2px;
	font-size: 14px;
	position: relative;
}
.sp-accordion a::before {
	content: "-";
	position: absolute;
	left: -5px;
	color: var(--color-white);
}
.accordion-title {
	cursor: pointer;
	color: var(--color-white);
  position: relative;
  user-select: none;
	font-size: 14px;
}
.accordion-title::after {
  content: '';
  display: block;
	border-left: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  right: 10px;
  transition-duration: 0.3s;
}
.accordion-title::after {
  transform: translateY(-50%) rotate(-45deg);
}
.accordion-title.is-active::after {
  transform: translateY(0) rotate(135deg);
}
.accordion-content {
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
	padding: 0;
	margin-top: 5px;
	margin-left: 0.8em;
  transition-duration: 0.3s;
}
.accordion-content.is-open {
  line-height: normal; /* numberに書き換える*/
  height: auto;
	padding: 0.2em 0;
  opacity: 1;
}
.accordion-content li {
	margin-bottom: 10px;
}
/* ハンバーガーメニュー */
.hamburger {
	position: relative;
	z-index: 1;
	margin-top: -67px;
	width: 28px;
	height: 44px;
	padding: 7px 15px;
	background: var(--main-color);
	border-radius: 0 0.12em 0.12em 0;
	cursor: pointer;
	transition: box-shadow 0.4s ease;
	backface-visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: initial;
}
.hamburger > div {
	position: relative;
	flex: none;
	width: 100%;
	height: 2px;
	background: var(--color-white);
	transition: all 0.4s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hamburger > div::before, .hamburger > div::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: inherit;
	transition: all 0.4s ease;
}
.hamburger > div::after {
	top: 10px;
}
.checkbox-toggle {
	position: relative;
	z-index: 2;
	cursor: pointer;
	width: 58px;
	height: 58px;
	margin: 0;
	opacity: 0;
}
@media screen and (max-width: 428px) {
	.hamburger {
		margin-top: -51px;
		width: 21px;
		height: 34px;
		padding: 5.5px 12px;
	}
	.checkbox-toggle {
		width: 45px;
		height: 45px;
		margin: 0;
	}
}
.checkbox-toggle:checked + .hamburger > div {
	transform: rotate(-45deg);
}
.checkbox-toggle:checked + .hamburger > div:before, .checkbox-toggle:checked + .hamburger > div:after {
	top: 0;
	transform: rotate(90deg);
}
.checkbox-toggle:checked + .hamburger > div:after {
	opacity: 0;
}
.checkbox-toggle:checked ~ .sp-menu {
	right: 0;
	opacity: 1;
}
.checkbox-toggle:checked ~ .sp-menu-back {
	opacity: 1;
	visibility: visible;
}


/* ==========================================================================
															トップぺージ
   ========================================================================== */
.front-page section {
	padding: 100px 0;
}
.front-page section.news {
	padding: 60px 0;
}
.front-page .content-title {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.front-page .content-title::before {
	content: "";
	position: absolute;
	top: 46%;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--color-black);
}
.front-page h2 {
	display: inline-block;
	font-size: var(--font-xl);
	padding: 0 40px;
	margin: 0;
	background: #f9f9f9;
	position: relative;
	z-index: 1;
}
.front-page .bg-white h2 {
	background: var(--color-white);
}
#mainphoto {
	position: relative;
}
#mainphoto img {
	width: 100%;
	height: calc(100vh - 100.609px);
	object-fit: cover;
}
.top-slide-catch {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: min(1280px, 85%);
}
.top-slide-catch p {
	display: inline-block;
	padding: 17px 10px 12px 100px;
	margin-bottom: 20px;
	background: var(--color-white);
	font-size: var(--font-l);
	font-weight: bold;
	opacity: 0;
  animation: fadeInText 2s ease forwards; /* アニメーションを適用 */
}
.top-slide-catch p:nth-child(2) {
	padding-right: 30px;
}
@media screen and (max-width: 1280px) {
	#mainphoto img {
		height: calc(90vh - 77.66px);
	}
	.top-slide-catch {
		width: 80%;
		bottom: 50px;
	}
	.top-slide-catch p {
		font-size: var(--font-m);
	}
	.top-slide-catch p:nth-child(2) {
		padding-right: 25px;
	}
}
@media screen and (max-width: 1024px) {
	.top-slide-catch {
		width: 90%;
	}
	.top-slide-catch p {
		padding: 17px 10px 12px 70px;
	}
}
@media screen and (max-width: 768px) {
	.top-slide-catch {
		width: 100%;
		bottom: 30px;
	}
	.top-slide-catch p {
		padding: 10px 5px 8px 30px;
		font-size: var(--font-s);
	}
	.top-slide-catch p:nth-child(2) {
		padding-right: 15px;
	}
}
@media screen and (max-width: 428px) {
	.front-page h2 {
		padding: 0 0.5em;
	}
	#mainphoto img {
		height: calc(80vh - 68.4031px);
	}
	.top-slide-catch {
		width: 100%;
	}
	.top-slide-catch p {
		padding: 7px 0px 4px 5px;
		font-size: 1em;
		margin-bottom: 10px;
	}
	.top-slide-catch p:nth-child(2) {
		padding-right: 10px;
	}
}
/* 各段落に異なるアニメーション遅延を設定 */
.top-slide-catch p:nth-child(1) {
  animation-delay: 0.3s;
}
.top-slide-catch p:nth-child(2) {
  animation-delay: 0.5s;
}
.top-slide-catch p:nth-child(3) {
  animation-delay: 0.9s;
}
/* 透明から不透明にしながら、左から右にテキストを表示するアニメーション */
@keyframes fadeInText {
  0% {
    opacity: 0; /* 透明 */
		transform: translateX(-100%);
  }
  100% {
    opacity: 1; /* 不透明 */
		transform: translateX(0);
  }
}
.news-container {
	display: flex;
	gap: 20px;
	flex-direction: row;
}
.news-container > div {
	width: calc(50% - 70px);
	padding: 35px;
	background: var(--color-white);
	border-radius: 20px;
	position: relative;
}
.news-container h3 {
	color: var(--color-white);
	background: var(--main-color);
	display: inline-block;
	padding: 10px 30px 5px;
	font-size: 20px;
	margin-bottom: 5px;
}
.news-container > div > div > a {
	position: absolute;
	top: 40px;
	right: 40px;
	line-height: 18px;
	border-bottom: 1px solid #333;
}
.news-list li a {
	display: flex;
	flex-direction: row;
	gap: 20px;
	background: #f9f9f9;
	padding: 15px;
	margin-bottom: 5px;
	align-items: center;
	font-weight: bold;
}
@media screen and (max-width: 1024px) {
	.news-container {
		display: block;
		background: var(--color-white);
		border-radius: 20px;
		padding: 35px;
		position: relative;
	}
	.news-container > div {
		width: 100%;
		padding: 0;
		background: none;
		border-radius: 0;
		position: initial;
	}
	.sp-news-btn {
		display: flex;
		flex-direction: row;
		margin-bottom: 5px;
	}
	.sp-news-btn button {
		background: #D0111A14;
		color: var(--color-black);
		font-weight: bold;
		text-align: center;
		width: 35%;
		padding: 10px 0;
		font-size: var(--font-s);
		border: none;
		transition: 0.3s ease;
		cursor: pointer;
	}
	.sp-news-btn button.active,
	.sp-news-btn button:hover {
		background: var(--main-color);
		color: var(--color-white);
	}
	.kaikan-news > div {
		display: none;
	}
	.news-container > div > div > a {
		top: 50px;
		right: 50px;
	}
}
@media screen and (max-width: 768px) {
	.news-container {
		padding: 30px 15px;
	}
	.sp-news-btn {
		justify-content: center;
	}
	.sp-news-btn button {
		width: 50%;
	}
	.news-container > div > div > a {
		position: initial;
		border: none;
		background: var(--main-color);
    color: var(--color-white);
    padding: 10px 20px 7px;
    font-weight: bold;
    font-size: var(--font-s);
    margin: 25px auto 0;
    display: block;
    text-align: center;
    width: 35%;
	}
	.news-list li a {
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}
	.date {
		background: var(--main-color);
    color: var(--color-white);
    padding: 3px 10px 1px;
    font-size: var(--font-xs);
	}
}
.content-catch {
	text-align: center;
	font-size: var(--font-m);
	font-weight: bold;
	margin-bottom: 50px;
}
.kaikan-pr {
	width: min(1280px, 100%);
	height: 60vw;
	max-height: 725px;
}
.cal iframe {
	width: 100%;
	height: 75vw;
	max-height: 700px;
}
.services {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}
.services > div {
	text-align: center;
}
.services h3 {
	margin-top: 25px;
}
.services img {
	width: 300px;
	height: 300px;
	object-fit: cover;
	border-radius: 50%;
	border: 5px solid var(--color-white);
}
.services a {
	display: inline-block;
	background: var(--main-color);
	padding: 10px 0;
}
@media screen and (max-width: 1024px) {
	.services h3 {
		font-size: var(--font-s);
		line-height: 1.3em;
	}
	.services img {
		width: 200px;
		height: 200px;
	}
}
@media screen and (max-width: 768px) {
	.services {
		flex-direction: column;
	}
	.services img {
		width: 70vw;
		height: 70vw;
	}
}
.sns {
	display: flex;
	gap: 50px;
	justify-content: center;
}
.sns .fb-content {
	width: 400px !important;
	height: 390px !important;
}
.sns-sp {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 50px;
}
.sns-sp a {
	display: block;
}
.sns-sp img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.sns-sp {
		flex-direction: column;
		gap: 10px;
	}
}


/* ==========================================================================
													固定ぺージ、シングルぺージ
   ========================================================================== */
.column-1-container {
	width: min(1280px, 95%);
	margin: 0 auto 60px;
}
.column-2-container {
	width: min(1630px, 95%);
	margin: 0 auto 60px;
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 30px;
}
#side,
article {
	background: var(--color-white);
	box-shadow: 0 0 20px #33333320;
}
#side > div {
	padding: 50px 20px;
}
article {
	padding: 50px;
}
.column-1-container h1,
.column-2-container h1,
.column-2-container aside h2 {
	border-bottom: 3px solid #F6CFD1;
	position: relative;
	padding-bottom: 5px;
}
.column-1-container h1::after,
.column-2-container h1::after,
.column-2-container aside h2::after {
  content: " ";
  position: absolute;
  display: block;
  border-bottom: solid 3px var(--main-color);
  bottom: -3px;
  width: 20%;
}
.column-2-container aside h2 {
	font-size: 20px;
}
.column-2-container aside h3 {
	font-size: 18px;
}
.single .main img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	margin-bottom: 10px;
}
.supple {
	display: flex !important;
	justify-content: flex-end;
}
.supple1 {
	flex-direction: row;
}
.supple2 {
	flex-direction: row-reverse;
}
.supple .photo {
	width: 40%;
}
.supple .tex {
	width: 60%;
}
.supple1 .tex {
	padding: 50px 0 50px 50px;
}
.supple2 .tex {
	padding: 50px 50px 50px 0;
}
.supple .tex p {
	background: #f9f9f9;
	padding: 20px;
}
.pedigree-diagram img {
	width: min(600px, 80%);
	height: auto;
}
.photo img {
	max-width: 100%;
	height: auto;
}
.picture img {
	width: 100%;
	height: auto;
}
.img-guide {
	display: flex;
	gap: 20px;
	margin-bottom: 10px;
}
.img-guide2 {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: var(--font-xs);
}
.pagination {
	text-align: center;
	margin-top: 50px;
}
.pagination > .page-numbers {
	background: #f9f9f9;
	padding: 5px 15px 3px;
}
span.page-numbers.current {
	background: var(--main-color);
	color: #fff;
}

@media screen and (min-width: 1024px) {
	#side {
		position: sticky;
		top: 20px;
		max-height: calc(100vh + 25px);
		overflow-y: auto;
	}
}
@media screen and (max-width: 1280px) {
	.column-2-container {
		grid-template-columns: 25vw 1fr;
		gap: 15px;
	}
	#side > div {
		padding: 50px 10px;
	}
}
@media screen and (max-width: 1024px) {
	.column-2-container {
		display: flex;
		flex-direction: column-reverse;
	}
	#side > div {
		padding: 50px;
	}
}
@media screen and (max-width: 768px) {
	.column-2-container h1 {
		font-size: var(--font-m);
		line-height: var(--font-s);
	}
	.column-2-container aside h2 {
		font-size: var(--font-m);
	}
	.column-2-container aside h3 {
		font-size: var(--font-s);
	}
	article,
	#side > div {
		padding: 30px 20px;
	}
	.single .main img {
		height: 45vw;
	}
	.supple {
		flex-direction: column !important;
	}
	.supple .photo {
		width: 100%;
	}
	.supple .photo p {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.supple .photo p img {
		width: 50%;
	}
	.supple .tex {
		padding: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.img-guide2 {
		flex-wrap: wrap;
	}
	.img-guide2 li {
		width: calc(100% / 3 - 10px);
	}
}
@media screen and (max-width: 428px) {
	.img-guide {
		flex-direction: column;
		gap: 10px;
	}
	.img-guide2 li {
		width: calc(50% - 5px);
	}
}


/* ==========================================================================
															サイドメニュー
   ========================================================================== */
aside nav > div {
	padding: 15px 10px 5px;
	box-shadow: 2px 2px 2px #00000020;
	margin-bottom: 10px;
}
aside h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
aside h3 i {
	color: #aaa;
	margin-right: 8px;
}
aside .accordion-title {
	display: block;
	color: var(--color-black);
}
aside .accordion-title::after {
	border-color: var(--color-black);
}


/* ==========================================================================
														組合員企業一覧ぺージ
   ========================================================================== */
.kumiaiin ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	margin-bottom: 100px;
}
.page .kumiaiin ul li h3 {
	padding-left: 0;
	padding-bottom: 5px;
	margin: 10px 0;
	border-bottom: 2px dotted var(--color-black);
	font-size: var(--font-s);
}
.kumiaiin ul li a {
	display: inline-block;
	margin-top: 10px;
	padding: 8px 20px 5px;
	border-radius: 10px;
	font-weight: bold;
	background: #f9f9f9;
	box-shadow: 3px 3px 0 var(--main-color);
	opacity: 0.3;
	transition: 0.3s;
}
.kumiaiin ul li:hover a {
	opacity: 1;
}
.kumiaiin ul li a:hover {
	opacity: 1;
}
.kumiaiin ul li a i {
	padding-left: 10px;
}
.kumiaiin-logo img {
	max-width: 100%;
	height: auto;
}
.member-photo {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 20px;
}
.member-photo img {
	max-width: 100%;
	height: auto;
	width: calc((100% / 4) - 5px);
	object-fit: cover;
}
.member-services .blank {
	position: relative;
	padding-right: 20px;
	color: var(--main-color);
}
.member-services .blank::after {
	content: "\f08e";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: var(--font-xs);
	line-height: var(--font-xs);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
@media screen and (max-width: 768px) {
	.kumiaiin ul {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		margin-bottom: 50px;
	}
	.kumiaiin ul li a {
		padding: 5px 10px 2px;
		border-radius: 5px;
	}
	.member-photo img {
		width: calc((100% / 2) - 5px);
	}
}
@media screen and (max-width: 428px) {
	.kumiaiin ul {
		grid-template-columns: 1fr;
		margin-bottom: 30px;
	}
}

/* ==========================================================================
													金沢流通会館カテゴリーぺージ
   ========================================================================== */
.facilities-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px 10px;
	margin-bottom: 50px;
}
.facilities-list div {
	overflow: hidden;
}
.facilities-list div:last-child {
	border-left: 3px solid var(--main-color);
	padding-left: 10px;
}
.facilities-list h2 {
	font-size: var(--font-s);
	padding-top: 10px;
}
.facilities-list h3 {
	font-size: 1.1em;
	margin-top: 15px;
}
.facilities-list img {
	width: 100%;
	height: clamp(12vw, 150px, 16vw);
	object-fit: cover;
	transition: 0.5s ease;
}
.facilities-list a:hover img {
	transform: scale(1.2);
}
.facilities-list .detail {
	text-align: right;
	transform: translateX(25px);
	transition: 0.5s ease;
}
.facilities-list a:hover .detail {
	transform: translateX(0);
	color: var(--main-color);
}
.facilities-list .detail i {
	padding-left: 10px;
}
@media screen and (max-width: 1024px) {
	.facilities-list img {
		height: clamp(20vw, 150px, 45vw);
	}
}
@media screen and (max-width: 768px) {
	.facilities-list {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 428px) {
	.facilities-list {
		grid-template-columns: 1fr;
	}
	.facilities-list img {
		height: clamp(20vw, 180px, 45vw);
	}
	.facilities-list .detail {
		transform: translateX(15px);
	}
}

/* ==========================================================================
													施設利用の流れ
   ========================================================================== */
.usage-flow p {
	margin-bottom: 10px;
}
.usage-flow > div > div {
	margin-left: 6.8em;
}
.usage-flow h2 {
	position: relative;
	padding: 20px 0 10px 2em;
	margin: 80px 0 30px 2.5em;
	font-size: var(--font-m);
	border-bottom: 1px solid var(--main-color);
}
.usage-flow h2 span {
	position: absolute;
	left: -2.5em;
	top: 50%;
	font-size: var(--font-xs);
	transform: translateY(-50%);
	color: var(--color-white);
	z-index: 1;
}
.usage-flow h2 span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 4.5em;
	height: 4.5em;
	background: var(--main-color);
	border-radius: 4.5em;
}
.usage-flow h3 {
	margin: 50px 0 15px;
	padding: 10px 10px 10px 20px;
	background: #f9f9f9;
	border-left: 5px solid var(--main-color);
}
.usage-flow .address {
	font-size: var(--font-s);
	font-weight: bold;
	margin: 20px 0;
}
.usage-flow .tel_fax,
.usage-flow .address {
	font-size: var(--font-s);
	font-weight: bold;
	margin: 20px 0;
}
.usage-flow .tel_fax i,
.usage-flow .address i {
	font-size: var(--font-s);
	background: #eee;
	margin-right: 10px;
	width: 45px;
	display: inline-flex;
	height: 45px;
	border-radius: 25px;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.usage-flow h2 {
		padding: 0.3em 0 0.2em 1.8em;
    margin: 2.5em 0 1.5em 1em;
	}
	.usage-flow h2 span {
		left: -2em;
    font-size: 0.6em;
	}
	.usage-flow h3 {
		font-size: var(--font-s);
		padding: 0.5em 0.5em 0.5em 1em;
	}
	.usage-flow > div > div {
		margin-left: 0.8em;
	}
	.usage-flow .tel_fax i,
	.usage-flow .address i {
		font-size: var(--font-xs);
		width: 2em;
		height: 2em;
	}
}


/* ==========================================================================
															会館利用料金表
   ========================================================================== */
@media screen and (max-width: 768px) {
	#price th, #price_equipment th,
	#price td, #price_equipment td {
		padding: 0.5em;
	}
}
@media screen and (max-width: 480px) {
	.scroll-table {
		overflow-x: scroll;
	}
	#price tr:has(th) > td:nth-child(-n+3),
	#price tr:has(td:nth-child(3)) > td:nth-child(-n+2),
	#price tr:has(td:nth-child(2):last-child) > td:first-child,
	#price_equipment tr th:first-child {
		text-align: center;
		width: 25px;
	}
	#price tr:has(th) > td:nth-child(-n+3) > span,
	#price tr:has(td:nth-child(3)) > td:nth-child(-n+2) > span,
	#price tr:has(td:nth-child(2):last-child) > td:first-child > span,
	#price_equipment tr th:first-child > span {
		white-space: pre;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		font-weight: bold;
		display: inline-block;
	}
}

/* ==========================================================================
														利用申込書・運営規定
   ========================================================================== */
#rimen ol ul {
	padding-left: 15px;
	margin-bottom: 10px;
}
#rimen ol ul li::marker {
	content: "・";
}


/* ==========================================================================
														ストリートビュー
   ========================================================================== */
#s-map .wrapper {
	display: flex;
	justify-content: space-between;
}
#jump ul ul {
	padding-left: 25px;
}
#jump ul ul li::marker {
	content: "・";
}
#jump a {
	cursor: pointer;
}
.streetmap_col {
	width: 70%;
}
#streetmap {
	width: 100%;
	height: 30vw;
	position: relative;
}
#streetmap::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(./ajax-loader.gif);
}
#streetmap iframe {
	width: 100%;
	height: 100%;
	position: relative;
}
@media screen and (max-width: 1280px) {
	#jump ul li {
		font-size: 14px;
		line-height: 20px;
	}
	.streetmap_col {
		width: 65%;
	}
}
@media screen and (max-width: 1024px) {
	.streetmap_col {
		width: 68%;
	}
	#streetmap {
		height: 50vw;
	}
}
@media screen and (max-width: 768px) {
	#s-map .wrapper {
		flex-direction: column-reverse;
		gap: 15px;
	}
	#jump ul li {
		font-size: 12px;
		line-height: 18px;
	}
	#jump ul ul {
		display: flex;
		gap: 10px 30px;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.streetmap_col {
		width: 100%;
	}
	#streetmap {
		height: 60vw;
	}
}


/* ==========================================================================
														ストリートビュー
   ========================================================================== */
@media screen and (min-width: 769px) {
	#access iframe {
		width: 100%;
		height: 50vw;
	}
}
@media screen and (min-width: 1025px) {
	#access iframe {
		width: 100%;
		height: 34vw;
	}
}


/* ==========================================================================
															共同事業申請書
   ========================================================================== */
section .enclose:before, section .enclose2:before, #sp_side .enclose:before {
	content: "【";
}
section .enclose:after, section .enclose2:after, #sp_side .enclose:after {
	content: "】";
}
.excel_logo a {
	color: #1f8c3e;
	background: url(https://kimassi.linkage-jp.site/wp-content/themes/toiyacenter_style/img/icon/excel.svg) no-repeat left;
	padding: 0.75em 3.3em;
	line-height: 3em;
}
.pdf_logo a {
	color: #c40e43;
	background: url(https://kimassi.linkage-jp.site/wp-content/themes/toiyacenter_style/img/icon/pdf.svg) no-repeat left;
	padding: 0.75em 3.3em;
	line-height: 3em;
}
.word_logo a {
	color: #004099;
	background: url(https://kimassi.linkage-jp.site/wp-content/themes/toiyacenter_style/img/icon/word.svg) no-repeat left;
	padding: 0.75em 3.3em;
	line-height: 3em;
}


/* ==========================================================================
                                  広報誌
   ========================================================================== */
.kouhoushi-list li a {
	display: inline-flex;
	gap: 0 20px;
	align-items: center;
	padding: 8px 0;
	border-top: 1px solid #eee;
}
.kouhoushi-list li:first-child a {
	border-top: none;
}
@media screen and (max-width: 768px) {
	.kouhoushi-list li a {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.kouhoushi-list li a .date {
		background: none;
		color: var(--color-black);
		padding: 0;
	}
}


/* ==========================================================================
															よくある質問
   ========================================================================== */
.faq {
	border-bottom: 1px solid #ddd;
	padding: 15px;
	cursor: pointer;
	background-color: #f9f9f9;
	margin-bottom: 10px;
	position: relative;
	transition: background-color 0.3s ease;
}

.faq:hover {
	background-color: #f1f1f1;
}

.faq.active {
	background-color: #f6f6f6;
}

.faq-title {
	font-weight: bold;
	position: relative;
	padding-right: 30px;
}

.faq-title::after {
	content: '＋';
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.faq.active .faq-title::after {
	content: '−';
}

.faq-content {
  opacity: 0;
  max-height: 0;
	overflow: hidden;
	padding: 0 15px;
	background-color: var(--color-white);
	transition: 0.3s ease;
}

.faq.active .faq-content {
  opacity: 1;
	max-height: 500px;
	padding: 15px;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .faq {
    font-size: var(--font-s);
    padding: 12px;
  }

  .faq::after {
    font-size: 18px;
    right: 15px;
  }

  .faq-content {
    font-size: var(--font-s);
  }
}



/* ==========================================================================
                                  footer
   ========================================================================== */
footer {
	background: #910E14;
	color: var(--color-white);
}
footer nav,
.footer-2 {
	width: min(1024px, 95%);
	margin: 0 auto;
	padding: 50px 0;
}
footer nav a {
	color: var(--color-white);
	font-weight: bold;
}
.footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 80px;
}
.news-blog {
	font-weight: bold;
	font-size: var(--font-s);
	margin: 50px 0 10px;
}
.footer-line {
	width: 100%;
	height: 5px;
	background: var(--color-white);
	border: 0;
}
.footer-2 {
	display: flex;
	gap: 50px;
	flex-direction: row;
	align-items: center;
}
.footer-2 .logo {
	background: var(--color-white);
	display: inline-flex;
	padding: 10px;
	border-radius: 10px;
}
.footer-2 .logo p {
	color: var(--color-black);
}
.footer-2 p {
	color: var(--color-white);
}
.footer-2-left {
	width: 55%;
}
.footer-2-right {
	width: 45%;
}
.footer-2-right iframe {
	width: 100%;
	height: 300px;
	vertical-align: top;
}
.footer-2 address p {
	font-weight: bold;
	margin-top: 40px;
}
#usability .reservation-system {
	position: fixed;
	top: 170px;
	right: 0;
	background: var(--main-color);
	padding: 20px 10px;
	font-weight: bold;
	font-size: var(--font-s);
	color: var(--color-white);
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#usability .sp-fixed-bottom {
	display: none;
}
#usability .page-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
}
#usability .page-top i {
	color: var(--main-color);
	font-size: 40px;
	position: relative;
	z-index: 2;
	vertical-align: top;
}
#usability .page-top i::before {
	position: relative;
	z-index: 2;
}
#usability .page-top i::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 50%;
	transform: translate(-50%, -50%);
	background: var(--color-white);
	border-radius: 50%;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	footer nav,
	.footer-2 {
		width: min(428px, 85%);
		flex-direction: column;
	}
	.footer-2-left,
	.footer-2-right {
		width: 100%;
	}
	footer nav a,
	.footer-2 address p {
		font-size: 14px;
	}
	.footer-nav {
		gap: 20px 50px;
	}
	#usability .reservation-system {
		display: none;
	}
	#usability .sp-fixed-bottom {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		background: var(--color-white);
	}
	#usability .sp-fixed-bottom a {
		width: calc(50% - 0.5px);
		display: block;
		padding: 12px 0;
		background: var(--main-color);
		color: var(--color-white);
		font-size: 1em;
		text-align: center;
		font-weight: bold;
	}
	#usability .page-top {
		bottom: 60px;
		opacity: 0.3;
	}
}
@media screen and (max-width: 428px) {
	.footer-nav {
		display: flex;
		gap: 15px 30px;
	}
}


/* ==========================================================================
															レイアウト微調整用
   ========================================================================== */
/* margin */
.m-0 {margin: 0px;}
.ml-0 {margin-left: 0px;}
.mr-0 {margin-right: 0px;}
.mt-0 {margin-top: 0px;}
.mb-0 {margin-bottom: 0px;}
.m-5 {margin: 5px;}
.ml-5 {margin-left: 5px;}
.mr-5 {margin-right: 5px;}
.mt-5 {margin-top: 5px;}
.mb-5 {margin-bottom: 5px;}
.m-10 {margin: 10px;}
.ml-10 {margin-left: 10px;}
.mr-10 {margin-right: 10px;}
.mt-10 {margin-top: 10px;}
.mb-10 {margin-bottom: 10px;}
.m-15 {margin: 15px;}
.ml-15 {margin-left: 15px;}
.mr-15 {margin-right: 15px;}
.mt-15 {margin-top: 15px;}
.mb-15 {margin-bottom: 15px;}
.m-20 {margin: 20px;}
.ml-20 {margin-left: 20px;}
.mr-20 {margin-right: 20px;}
.mt-20 {margin-top: 20px;}
.mb-20 {margin-bottom: 20px;}
.m-25 {margin: 25px;}
.ml-25 {margin-left: 25px;}
.mr-25 {margin-right: 25px;}
.mt-25 {margin-top: 25px;}
.mb-25 {margin-bottom: 25px;}
.m-30 {margin: 30px;}
.ml-30 {margin-left: 30px;}
.mr-30 {margin-right: 30px;}
.mt-30 {margin-top: 30px;}
.mb-30 {margin-bottom: 30px;}
.m-35 {margin: 35px;}
.ml-35 {margin-left: 35px;}
.mr-35 {margin-right: 35px;}
.mt-35 {margin-top: 35px;}
.mb-35 {margin-bottom: 35px;}
.m-40 {margin: 40px;}
.ml-40 {margin-left: 40px;}
.mr-40 {margin-right: 40px;}
.mt-40 {margin-top: 40px;}
.mb-40 {margin-bottom: 40px;}
.m-45 {margin: 45px;}
.ml-45 {margin-left: 45px;}
.mr-45 {margin-right: 45px;}
.mt-45 {margin-top: 45px;}
.mb-45 {margin-bottom: 45px;}
.m-50 {margin: 50px;}
.ml-50 {margin-left: 50px;}
.mr-50 {margin-right: 50px;}
.mt-50 {margin-top: 50px;}
.mb-50 {margin-bottom: 50px;}
.m-55 {margin: 55px;}
.ml-55 {margin-left: 55px;}
.mr-55 {margin-right: 55px;}
.mt-55 {margin-top: 55px;}
.mb-55 {margin-bottom: 55px;}

/* padding */
.p-0 {padding: 0px;}
.pl-0 {padding-left: 0px;}
.pr-0 {padding-right: 0px;}
.pt-0 {padding-top: 0px;}
.pb-0 {padding-bottom: 0px;}
.p-5 {padding: 5px;}
.pl-5 {padding-left: 5px;}
.pr-5 {padding-right: 5px;}
.pt-5 {padding-top: 5px;}
.pb-5 {padding-bottom: 5px;}
.p-10 {padding: 10px;}
.pl-10 {padding-left: 10px;}
.pr-10 {padding-right: 10px;}
.pt-10 {padding-top: 10px;}
.pb-10 {padding-bottom: 10px;}
.p-15 {padding: 15px;}
.pl-15 {padding-left: 15px;}
.pr-15 {padding-right: 15px;}
.pt-15 {padding-top: 15px;}
.pb-15 {padding-bottom: 15px;}
.p-20 {padding: 20px;}
.pl-20 {padding-left: 20px;}
.pr-20 {padding-right: 20px;}
.pt-20 {padding-top: 20px;}
.pb-20 {padding-bottom: 20px;}
.p-25 {padding: 25px;}
.pl-25 {padding-left: 25px;}
.pr-25 {padding-right: 25px;}
.pt-25 {padding-top: 25px;}
.pb-25 {padding-bottom: 25px;}
.p-30 {padding: 30px;}
.pl-30 {padding-left: 30px;}
.pr-30 {padding-right: 30px;}
.pt-30 {padding-top: 30px;}
.pb-30 {padding-bottom: 30px;}
.p-35 {padding: 35px;}
.pl-35 {padding-left: 35px;}
.pr-35 {padding-right: 35px;}
.pt-35 {padding-top: 35px;}
.pb-35 {padding-bottom: 35px;}
.p-40 {padding: 40px;}
.pl-40 {padding-left: 40px;}
.pr-40 {padding-right: 40px;}
.pt-40 {padding-top: 40px;}
.pb-40 {padding-bottom: 40px;}
.p-45 {padding: 45px;}
.pl-45 {padding-left: 45px;}
.pr-45 {padding-right: 45px;}
.pt-45 {padding-top: 45px;}
.pb-45 {padding-bottom: 45px;}
.p-50 {padding: 50px;}
.pl-50 {padding-left: 50px;}
.pr-50 {padding-right: 50px;}
.pt-50 {padding-top: 50px;}
.pb-50 {padding-bottom: 50px;}
.p-55 {padding: 55px;}
.pl-55 {padding-left: 55px;}
.pr-55 {padding-right: 55px;}
.pt-55 {padding-top: 55px;}
.pb-55 {padding-bottom: 55px;}