@charset "utf-8";

/* ==================================================
PC
================================================== */

/* ========== トップページ ========== */
#container {
	background: url(/img/site/ipu/bg_top_head.jpg) no-repeat center top #edf4f7;
}
#mymainback {
	background: url(/img/site/ipu/bg_honbun.jpg) no-repeat center bottom;
}
#header {

}
/* 非表示 */
#footstep_wrap {
	display: none !important;
}

/*見出し*/
.top_ttlbox {
	margin-bottom: 40px;
}
.section_information .top_ttlbox {

}
h2 {
	margin: 0;
	padding: 70px 0px 0px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	background-size: auto 45px;
	background-position: left top;
	background-repeat: no-repeat;
}
h2 span {
	display: inline-block;
	position: relative;
	padding: 2px 0px 2px 25px;
}
h2 span:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 7px;
	left: 0px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
}

/*本文幅*/
#mymainback {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
}
.column_wid {
	max-width: 1080px;
	margin: 0 auto;
}
/*フッタ*/
#footer {
	margin-top: 0px;
}

/* スライドショー */
#top_slide_wrap {
	overflow-x: hidden;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#top_slide {
	position: relative;
}
.top_slide_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	flex-wrap: nowrap;
}
.top_slide_list.slick-slider {
	width: 3240px; /* 1080 × 3枚 + 50 + 50 */
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.top_slide_list .free_box {
	height: auto !important;
	margin: 0px;
	width: 1080px !important;
	padding-top: 90px;
	opacity: .85;
	translate: 0 0;
	-webkit-transition: .75s translate, .75s opacity;
	-o-transition: .75s translate, .75s opacity;
	transition: .75s translate, .75s opacity;
}
.top_slide_list .free_box p {
	width: 100%;
	height: 600px;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.top_slide_list .free_box p img {
	display: block;
	width: 1080px !important;
	height: 600px !important;
	object-fit: cover;
}
.top_slide_list .free_box p a {
	display: block;
}

.top_slide_list .free_box.slick-center {
	position: relative;
	z-index: 1;
	opacity: 1;
	translate: 0 -90px;
}
.top_slide_list .free_box.slick-center + .slick-slide {
	translate: 50px 0;
}
.top_slide_list .free_box.slick-slide:has( + .slick-center) {
	translate: -50px 0;
}


/* スライドコントロールボタン */
*[id*="_control_box"] {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	bottom: 120px;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	width: 1080px;
	padding: 0px 35px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
*[id*="_control_box"] button[id*="_control_"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-radius: 0;
	border: 0;
	color: #333;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}

*[id*="_control_box"] button[id*="_control_pause"] {
	background-image: url("/img/site/ipu/btn_slide_pause.png");
}
*[id*="_control_box"] button[id*="_control_play"] {
	display: none;
	background-image: url("/img/site/ipu/btn_slide_play.png");
}
 button.slick-arrow {
	display: none !important;
}

/* スライドナビゲーションボタン */
*[id*="_control_navigation"] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

#slide_dotbox {

}
ul.slick-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	padding: 0px;
	border-radius: 100%;
	border: 1px solid #e2e2e2;
}
ul.slick-dots li button {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 18px;
	height: 18px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-radius: 100%;
	text-indent: -9999em;
	text-align: left;
	overflow: hidden;
	border: 3px solid #ffffff;
	background: #ffffff;
	color: #000000;
}
ul.slick-dots li.slick-active button {
	background: #00a2b9;
}

/* バナー広告 */
#footer_banner {
	clear: both;
	margin: 0px auto 60px;
}
#footer_banner .top_ttlbox {
	border-bottom: 2px solid #ba2101;
}
#footer_banner h2 {
	border-radius: 80px 80px 0px 0px;
	border: 2px solid #ba2101;
	border-bottom: 0;
	padding: 25px 145px 2px;
	background: #ffffff;
	position: relative;
	top: 2px;
	line-height: 1.3;
}
#footer_banner ul.banner_list {
	margin: 0px;
	padding: 45px 0px 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
#footer_banner ul.banner_list li {
	display: inline-block;
	vertical-align: top;
	width: 320px;
	margin: 15px 20px;
}
#footer_banner ul.banner_list li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#footer_banner div.link_box {
	margin-top: 35px;
}

@media screen and (min-width : 1080px) {
	ul#gnav {
		padding-top: 50px;
		gap: 40px;
		flex-wrap: wrap;
		position: relative;
		z-index: 1;
		top: -75px;
	}
	ul#gnav li {
		width: 22rem;
		height: 22rem;
		max-width: 50%;
	}
	ul#gnav li a {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		border-radius: 100%;
		padding: 45px 5px 35px;
		background: #ffffff;
	}
	ul#gnav li a span {
		padding: 105px 5px 15px;
	}
	ul#gnav li a span:before {
		width: 98px;
		height: 84px;
		left: calc(50% - 49px);
		top: 0px;
	}
}

/* 新着情報 */
.section_information {
	margin: 0px;
	padding: 60px 0px 80px;
}
.section_information h2 {
	background-image: url("/img/site/ipu/ttl_news.png");
}
.section_information h2 span:before {
	background-color: #36cae0;
}
.section_information p.no_data {
	margin: 0px;
	padding: 20px 0px;
}

.section_information_list img.icon_new {
	vertical-align: top;
	margin-left: 3rem;
}

.section_information .column_wid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 280px 0px 1fr;
	grid-template-columns: 280px 1fr;
	-ms-grid-rows: auto 0px auto;
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.top_ttlbox {
	grid-area: 1 / 1 / 2 / 2;
	order: 1;
}
.section_information_list_wrap {
	grid-area: 1 / 2 / 3 / 3;
	order: 2;
}
.link_box {
	grid-area: 2 / 1 / 3 / 2;
	order: 3;
}

/*リンクボタン*/
.link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0px;
}
div.link_box span {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0px 0px;
	width: 18rem;
	max-width: 100%;
}
div.link_box span + span {
	margin-top: 15px;
}
div.link_box span a {
	display: block;
	border: none;
	border-radius: 40px;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	color: #666565;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 8px 40px 7px 19px;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	text-align: left;
	transition: border-color 0.3s;
	position: relative;
}
div.link_box span a:before {
	content: "";
	position: absolute;
	z-index: 1;
	right: 20px;
	top: calc(50% - 5px);
	width: 7px;
	height: 10px;
	background: url(/img/site/ipu/icon_arr.png) no-repeat center;0.3s;
}
div.link_box span a:hover,
div.link_box span a:focus {
	text-decoration: underline;
	border-color: #000000;
}

div.link_box span a:hover:before {
	-webkit-transform: rotate3d(1,0,0,360deg);
		transform: rotate3d(1,0,0,360deg);
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
}

.section_information_list ul {
	margin: 0px;
	padding: 5px 0px 0px;
	list-style: none;
}
.section_information_list ul li {
	display: block;
	padding: 0px;
	margin: 0 0 15px;
	line-height: 1.95;
}
.section_information_list ul li a {
	color: #002e35;
}

.section_information_list .list_pack .article_img span {
	background-color: transparent;
}
/*
.section_information_list ul li:has(a) {
	transition: opacity 0.3s;
}
.section_information_list ul li:has(a):hover {
	opacity: 0.75;
}
*/
.section_information_list ul li > span {
	display: inline;
}
.section_information_list ul li > span.article_date {
	width: auto;
	color: #666565;
}

.section_information_list ul li > span.article_date:before{
	content: '/';
	padding: 0 16px;
}


/*イベント情報*/
#column_event {
	background-image:  url("/img/site/ipu/bg_square.png"), linear-gradient(to bottom, #a7f2fd, #7ed5e2);
	background-repeat: no-repeat, no-repeat;
	background-position: top right calc(50% - 590px), center center;
	background-size: auto, cover;
	padding: 60px 0px 80px;
}
#column_event h2 {
	background-image: url("/img/site/ipu/ttl_event.png");
}
#column_event h2 span:before {
	background-color: #f0e306;
}

#main_body {
	margin: 0px;
	padding: 0px;
	background: transparent;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 30px;
}
#main_body div.detail_free {
	margin: 0;
	padding: 40px 45px 23px;
	width: 340px;
	background: #ffffff;
	box-sizing: border-box;
}
#main_body .detail_free p {
	margin: 0px 0px 5px;
}
#main_body .detail_free p:first-child {
	max-height: 35.2rem;
	margin-bottom: 20px;
}
#main_body .detail_free p:first-child img {
	width: 250px !important;
	height: 352px !important;
	object-fit: contain;
}
#column_event .link_box {
	align-items: center;
}
#column_event .link_box span {
	margin-top: 50px;
}
/*当施設について*/
#column_about {
	padding: 60px 0px 80px;
}
#column_about h2 {
	background-image: url("/img/site/ipu/ttl_about.png");
}
#column_about h2 span:before {
	background-color: #36cae0;
}
#column_about .about_items {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 30px 20px;
}
#column_about .about_items .free_box {
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	width: 340px;
	height: 11rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 24px;
	position: relative;
	background: #ffffff;
	padding: 10px 20px;
	border: 1px solid #e2e2e2;
	transition: border-color 0.2s ease;
}
#column_about .about_items .free_box:hover {
	border-color: #000000;
}
#column_about .about_items .free_box p {
	margin: 0;
	display: flex;
	align-items: center;
}
#column_about .about_items .free_box p:has(img) {
	width: 106px;
	justify-content: center;
}
#column_about .about_items .free_box p:has(a) {
	width: calc(100% - 106px - 24px);
}
#column_about .about_items .free_box p a {
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
}
#column_about .about_items .free_box p a:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#column_about .about_items .free_box p img {
	transform: translateZ(0);
	transition: 0.2s ease-in-out;
	max-width: 100% !important;
	height: auto !important;
}
#column_about .about_items .free_box:hover p img {
	transform: scale(0.9) translateZ(0);
}
/*
#column_about ul li a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	color: #333;
	background: #ffffff;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	text-align: left;
	padding: 10px 20px;
	border: 1px solid #e2e2e2;
	transition: border-color 0.2s ease;
}
#column_about ul li a:hover {
	border-color: #000000;
}
#column_about ul li a span {
	display: block;
	padding: 25px 0px 25px 130px;
	position: relative;
}
#column_about ul li a span:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 106px;
	height: 90px;
	left: 0px;
	top: calc(50% - 45px);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: translateZ(0);
	transition: 0.2s ease-in-out;
}
#column_about li a:hover span:before {
	transform: scale(0.9) translateZ(0);
}
#column_about ul li.about_shinsei a span:before {
	background-image: url(/img/site/ipu/icon_about_shinsei.png);
}
#column_about ul li.about_kenshu a span:before {
	background-image: url(/img/site/ipu/icon_about_kenshu.png);
}
#column_about ul li.about_workshop a span:before {
	background-image: url(/img/site/ipu/icon_about_workshop.png);
}
#column_about ul li.about_mascot a span:before {
	background-image: url(/img/site/ipu/icon_about_mascot.png);
}
#column_about ul li.about_ict a span:before {
	background-image: url(/img/site/ipu/icon_about_ict.png);
}
#column_about ul li.about_manga a span:before {
	background-image: url(/img/site/ipu/icon_about_manga.png);
}
#column_about ul li.about_soudan a span:before {
	background-image: url(/img/site/ipu/icon_about_soudan.png);
}
#column_about ul li.about_cal a span:before {
	background-image: url(/img/site/ipu/icon_about_calendar.png);
}
#column_about ul li.about_archive a span:before {
	background-image: url(/img/site/ipu/icon_about_archive.png);
}
#column_about ul li.about_kouza a span:before {
	background-image: url(/img/site/ipu/icon_about_kouza.png);
}
#column_about ul li.about_sample a span:before {
	background-image: url(/img/site/ipu/icon_about_sample.png);
}
*/
/* Follow Us */
#column_follow_us {
	background: #ffffff;
	padding: 60px 0px;
	margin: 0px 0px 80px;
}
#column_follow_us h2 {
	padding-top: 45px;
	background-size: auto 26px;
	background-image: url("/img/site/ipu/ttl_followus.png");
	background-position: center top;
	text-align: center;
}
#column_follow_us h2 span {
	padding: 0px;
}
#column_follow_us h2 span:before {
	content: none;
}
#column_follow_us ul {
	list-style: none;
	margin: 0;
	padding: 10px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px 50px;
}
#column_follow_us ul li {
	padding: 5px;
}
#column_follow_us ul li a {
	display: block;
	padding: 5px;
	line-height: 1.2;
}


/* ========== 背景色変更 ========== */

/* 共通 */
.color_change * {

}
.color_change h2 span:beofore {
	content: none !important;
}
.color_change #container h2 {
	background: none !important;
}
.color_change div.link_box span a {
	background: rgba(255, 255, 255, 0.2) !important;
}
.color_change div.link_box span a:before {
	content: none !important;
}
.color_change #column_event {
	background: none !important;
}

.color_change #column_about {
	outline: 1px solid rgba(255, 255, 255, 0.5);
}
.color_change #main_body div.detail_free {
	background: rgba(255, 255, 255, 0.2) !important;
}
.color_change #column_about ul li a {
	background: rgba(255, 255, 255, 0.2) !important;
}
.color_change #column_follow_us {
	background: transparent !important;
}
.color_change #site_footer #site_footer_box {
	outline: none !important;
}
.color_change #column_follow_us ul li {
	background: rgba(255, 255, 255, 0.8);
}
.color_change .section_information_list ul li > span.article_date {
	color: inherit;
}
.color_change .section_information_list_wrap {
	padding-left: 50px;
}
/* 黒 */
.color_black * {

}
/* 青 */
.color_blue * {

}

/* ==================================================
PC ここまで
================================================== */


/* ==================================================
タブレット
================================================== */
@media screen and (max-width: 1080px) {

}
/* ==================================================
タブレット ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width : 1079px) {

	/* ========== トップページ ========== */
	#container {
		background: url(/img/site/ipu/sp_bg_upper.jpg) no-repeat center top 5%, linear-gradient(to bottom, #fff 0%, #fff 7%, #edf4f7 7%, #edf4f7 100%);
		background-size: 100% auto;
	}
	#header {

	}
	#top_slide_wrap {

	}
	#mymainback {
		background-size: 100% auto;
	}
	/*見出し*/
	.top_ttlbox {
		margin-bottom: 25px;
	}
	h2 {
		font-size: 1.5rem;
		background-size: auto 35px;
		padding: 50px 0px 0px;
	}
	h2 span {
		padding-left: 20px;
	}
	h2 span:before {
		width: 10px;
		height: 10px;
		top: 7px;
	}


	/*本文幅*/
	.column_wid {
		padding: 0px 15px;
	}

	/*リンクボタン*/
	div.link_box {
		flex-direction: initial;
		gap: 15px;
		justify-content: center;
	}
	div.link_box span {
		width: auto;
	}
	div.link_box span + span {
		margin-top: 10px;
	}
	div.link_box span a {
		padding: 12px 40px 10px 20px;
		font-size: 1.3rem;
	}
	div.link_box span a:before {
		right: 15px;
	}


	/* スライドショー */
	#top_slide_wrap {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	#top_slide {

	}
	.slick-track {
		display: flex !important;
		align-items: flex-start; /* 必要なら中央揃え */
	}

	.slick-slide {
		height: auto !important;
	}
	.top_slide_list {
		display: flex;       /* スマホでもflexのまま */
		flex-wrap: nowrap;   /* 折り返さない */
		overflow: hidden;    /* はみ出し防止 */
	}
	.top_slide_list.slick-slider {
		width: 100% !important;
		max-width: calc(100% - 20px);
		left: 0;
		transform: none;
		margin: 0 auto;
	}
	.top_slide_list .slick-slide {

	}
	.top_slide_list .free_box {
		width: 100% !important;
		padding-top: 0;
		opacity: 1;
		transition: none;
		translate: none;
	}
	.top_slide_list .free_box p {
		height: auto;
	}
	.top_slide_list .free_box p img {
		width: 100% !important;
		height: auto !important;
	}
/*

	.top_slide_list .free_box p {
		height: auto;
	}
	.top_slide_list .free_box p img {
		width: 100% !important;
		height: auto !important;
	}
	*/
	.top_slide_list .free_box p a {

	}
	.top_slide_list .free_box.slick-center {
		translate: 0 0;
	}
	.top_slide_list .free_box.slick-center + .slick-slide {
		translate: 0 0;
	}
	.top_slide_list .free_box.slick-slide:has( + .slick-center) {
		translate: 0 0;
	}

	/* スライドショー（3枚表示） */
	#top_photo.triple #top_photo_list {
		width: auto;
		left: auto;
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}

	/* スライドコントロールボタン */
	*[id*="_control_box"] {
		text-align: center;
		position: static;
		transform: none;
		width: auto;
		padding: 20px 30px;
	}



	/* スライドナビゲーションボタン */
	*[id*="_control_navigation"] {
		margin: 5px 20px;
	}


	/* 新着情報 */
	.section_information {
		padding: 50px 0px;
	}
	.section_information .column_wid {
		display: block;
	}
	.top_ttlbox {

	}
	/* サムネイルあり */
	/*
	.section_information_list img.icon_new {
		top: 15px;
		left: 0px;
	}
	*/

	.section_information_list ul {
		max-width: 100%;
		box-sizing: border-box;
		padding: 0px 0px 20px;
		margin: 0 auto;
	}
	@media screen and (max-width : 750px) {
		.section_information {
			padding: 30px 0px 50px;
		}
		.section_information_list ul {
			justify-content: center;
		}
	}
	.section_information_list ul li {

	}
	.section_information_list ul li a {

	}
	.section_information_list ul li > span {

	}
	.section_information_list ul li > span.article_date {
		width: auto;
	}

	/* 新着情報（一覧 / RSS） */
	.section_information_list div.link_box {
		padding: 0px 15px 30px;
	}
	.section_information_list div.link_box span {

	}
	.section_information_list div.link_box span a {
		font-size: var(--fontsize-main-small, 1.3rem);
	}


	/*イベント情報*/
	#column_event {
		padding: 40px 0px;
	}
	#main_body {
		gap: 20px;
	}
	#main_body div.detail_free {
		width: calc(50% - 10px);
	}
	#main_body .detail_free p:first-child img {
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	#column_event .link_box span {
		margin-top: 35px;
	}
	@media screen and (max-width : 670px) {
		#main_body {
			justify-content: center;
		}
		#main_body div.detail_free {
			width: 340px;
			max-width: 100%;
			padding: 30px 30px 15px;
		}
		#main_body .detail_free p:first-child {
			max-height: none;
		}
		#main_body .detail_free p:first-child img {
			width: auto !important;
			height: auto !important;
			max-width: 100%;
		}
	}

	/*当施設について*/
	#column_about {
		padding: 40px 0px;
	}
	#column_about .column_wid {

	}
	#column_about .about_items {
		gap: 20px;
	}
	#column_about .about_items .free_box {
		width: calc(50% - 10px);
		gap: 20px;
	}
	#column_about .about_items .free_box p:has(img) {
		width: 95px;
	}
	#column_about .about_items .free_box p:has(a) {
		width: calc(100% - 95px - 20px);
	}
	@media screen and (max-width : 760px) {
		#column_about .about_items {
			gap: 10px;
		}
		#column_about .about_items .free_box {
			width: calc(50% - 5px);
			height: auto;
			gap: 10px;
			padding: 10px;
		}
		#column_about .about_items .free_box p a {
			font-size: 1.2rem;
			letter-spacing: 0.02em;
		}
		#column_about .about_items .free_box p:has(img) {
			width: 50px;
		}
		#column_about .about_items .free_box p:has(a) {
			width: calc(100% - 50px - 10px);
		}
		#column_about .about_items .free_box p + p {

		}
	}

	/*iプラザうえだの最新情報を発信中！*/
	#column_follow_us {
		padding: 40px 0px;
		margin: 0px 0px 30px;
	}
	#column_follow_us h2 {
		padding-top: 35px;
		background-size: auto 22px;
	}
	#column_follow_us ul {
		gap: 20px 30px;
		padding: 0px;
	}
	#column_follow_us ul li {
		width: 50px;
	}
	#column_follow_us ul li img {
		max-width: 100%;
		height: auto;
	}


	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change * {

	}
	.color_change #container {
		background:none;
	}

	/* 黒 */
	.color_black * {

	}
	/* 青 */
	.color_blue * {

	}

}
/* ==================================================
スマートフォン ここまで
================================================== */