@charset "UTF-8";
/*
Theme Name: yamatokoriyama_kujo
2026-04-01
Author:  TAC
*/
/* 共通設定 */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
/* 変数宣言（グローバル変数） */ :root {
	--main-color: #004098;
	--hover-color: #ea5432;
	--background-color: #ddf0d6;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-display: swap;
	width: auto;
	position: relative;
	margin: 0;
	min-width: 1px;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0;
}
html {
	height: 100%;
}
body {
	margin-top: 0px;
	height: 100%;
}
img {
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
th, td {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
caption {
	text-align: left;
}
ul, ol, dl {
	list-style: none;
}
ul li {
	display: list-item;
	zoom: normal;
}
p {
	line-height: 1.7;
	text-align: justify;
}
.img_right {
	float: right;
	width: auto;
	margin-left: 20px;
	display: block;
}
.img_center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.center {
	text-align: center;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.cleafloat {
	clear: both;
}
/* End hide from IE-mac */
.space_large {
	margin-top: 2em !important;
}
.space_medium {
	margin-top: 1.5em !important;
}
.space_small {
	margin-top: 1em !important;
}
.space_x-small {
	margin-top: 0.75em !important;
}
.space_tiny {
	margin-top: 0.5em !important;
}
.red {
	color: #FF0004;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: var(--hover-color);
}
.pc {
	display: block !important;
	width: auto;
}
.sp {
	display: none !important;
}
@media only screen and (max-width:768px) {
	/* 900px以下用（タブレット／スマートフォン用）の記述 */
	body {
		padding: 0;
		margin: 0;
	}
	.container {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		position: static;
		display: block;
	}
	.br-sp {
		display: none;
	}
	#slide img {
		width: 100%;
		height: auto;
	}
	li.sp_only {
		display: none;
	}
	.pc {
		display: none !important;
		width: auto;
	}
	.sp {
		display: block !important;
	}
	.img_center {
		display: block;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	.img_right {
		float: none;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ---------------------------------------------------------------------------------------------
　   HEADER
--------------------------------------------------------------------------------------------- */
#header {
	z-index: 200;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
	width: 100%;
	min-width: 1320px;
	background: #FFFFFF;
	position: sticky;
}
#header h1 {
	font-family: nitalago-ruika, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 28px;
}
#header h1 a:hover {
	color: inherit;
}
.header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}
.header_logo {
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_logo img {
	height: 60px;
	width: auto;
	padding: 0 10px 0 0;
}
#header .header_info dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 435px;
}
#header .header_info dl dt {
	font-size: 14px;
	font-weight: 600;
	color: var(--main-color);
	line-height: 1;
	border: 1px solid var(--main-color);
	border-radius: 13px;
	text-align: center;
	width: 20%;
	box-sizing: border-box;
	padding: 5px 0;
}
#header .header_info dl dd {
	width: 80%;
	font-weight: 500;
	box-sizing: border-box;
	padding: 3px 0 3px 10px;
	line-height: 1;
}
#header .header_info dl dd.header_tel {
	font-size: 28px;
}
.gnavi__wrap {
	width: 100%;
	background: var(--main-color);
}
.gnavi__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}
.gnavi__list {
	line-height: 1;
	text-align: center;
	flex-grow: 1;
}
.gnavi__list a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 21px 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.gnavi__list a:hover {
	background: #FFFFFF;
	color: var(--main-color);
}
.gnavi__list.current-menu-item > a, .gnavi__lists .current-menu-parent > a {
	background: #FFFFFF;
	color: var(--main-color);
}
.gnavi__list .sub-menu {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	/*デフォルトでは非表示の状態にしておく*/
	-webkit-transform-origin: center top;
	transform-origin: center top;
	/*変形を適応する基準をtopとする*/
	-webkit-transition: all .4s;
	transition: all .4s;
	/*表示の変化を0.3秒に指定*/
	position: absolute;
	top: 60px;
	left: 0;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.gnavi__list:hover .sub-menu {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	/*Gナビメニューにホバーしたら表示*/
}
.gnavi__list .sub-menu li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	padding: 21px 0;
	background-color: var(--main-color);
	width: 161px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.gnavi__list .sub-menu li a:hover {
	color: var(--main-color);
	background-color: #FFFFFF;
}
.gnavi__list .sub-menu > li.current-menu-item a {
	color: #FFFFFF;
	background-color: var(--main-color);
}
.gnavi__list .sub-menu > li.current-menu-item a:hover {
	color: var(--main-color);
	background-color: #FFFFFF;
}
#header a:link {
	text-decoration: none;
}
#header a:visited {
	text-decoration: none;
}
#header a:hover {}
@media only screen and (max-width:768px) {
	#header {
		height: 50px;
		width: 100%;
		min-width: 100%;
		margin-bottom: 0px;
		position: fixed;
	}
	#header .header_info {
		display: none;
	}
	.header_wrap {
		width: 100%;
		min-width: 100%;
		height: 50px;
		margin: 0;
		padding: 0 5%;
		box-sizing: border-box;
	}
	#header h1 {
		font-size: 16px;
	}
	.header_logo img {
		height: 30px;
		width: auto;
		padding: 0 6px 0 0;
	}
	#header-nav {
		display: none;
	}
}
/* ---------------------------------------------------------------------------------------------
　   スライド・ページイメージ
--------------------------------------------------------------------------------------------- */
#slide_area {
	position: relative;
	width: 100%;
	height: auto;
	min-width: 1320px;
}
#slide_area img {
	display: block;
	width: 100%;
}
#slide_area .slide_foot {
	position: absolute;
	bottom: -8%;
	z-index: 100;
	display: block;
	width: 100%;
}
#page_image {
	position: relative;
	width: 100%;
	height: auto;
	min-width: 1320px;
}
#page_image img {
	display: block;
	width: 100%;
}
#page_image .slide_foot {
	position: absolute;
	bottom: -22%;
	z-index: 100;
	display: block;
	width: 100%;
}
@media only screen and (max-width:768px) {
	#slide_area {
		min-width: 100%;
		margin-top: 50px;
	}
	#page_image {
		min-width: 100%;
		margin-top: 50px;
	}
}
/* ---------------------------------------------------------------------------------------------
　   基本テキストスタイル
--------------------------------------------------------------------------------------------- */
h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--main-color);
	letter-spacing: 0.15em;
	padding: 0 0 1em 1.25em;
	position: relative
}
h2::before {
	content: "";
	display: inline-block;
	background-image: url("images/icon_heading_01.png");
	background-size: contain;
	width: 31px;
	height: 31px;
	position: absolute;
	top: 14px;
	left: 0;
}
h3 {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 0.15em;
	background: var(--main-color);
	border-radius: 15px;
	padding: 20px 0;
	position: relative;
	margin: 80px 0 40px 0;
}
h3::before, h3::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 50%;
	position: absolute;
}
h3::before {
	top: 50%;
	left: 35px;
	transform: translateY(-50%);
}
h3::after {
	top: 50%;
	right: 35px;
	transform: translateY(-50%);
}
/*-- お知らせ・イベント情報・最新スクール情報 --*/
h3.news_heading {
	font-size: 28px;
	text-align: left;
	color: var(--main-color);
	letter-spacing: 0.15em;
	background: none;
	border-radius: 0;
	padding: 18px 1em;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 80px 0 30px 0;
	border-top: 2px solid var(--main-color);
	border-bottom: 2px solid var(--main-color);
}
h3.news_heading::before, h3.news_heading::after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 50px;
	background: var(--main-color);
	border-radius: 0;
	position: absolute;
}
h3.news_heading::before {
	left: 0;
}
h3.news_heading::after {
	right: 0;
}
h3.news_heading a.btn_arrow_01 {
	display: block;
	height: 32px;
	text-decoration: none;
	transition: all .3s;
	line-height: 1;
}
h3.news_heading a.btn_arrow_01:hover {
	opacity: 0.75;
}
h3.news_heading a.btn_arrow_01 span.material-symbols-rounded {
	font-size: 32px;
	color: #FFFFFF;
	background: var(--main-color);
	border-radius: 50%;
}
/*-- TOPページ（施設紹介・利用案内・スポーツ教室 --*/
h3.service_heading {
	border-radius: 15px 15px 0 0;
	margin-bottom: 0;
}
h3.service_heading::before, h3.service_heading::after {
	display: none;
}
h4 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	text-align: left;
	color: var(--main-color);
	letter-spacing: 0.05em;
	position: relative;
}
h4.icon_arrow {
	padding-left: 32px;
}
h4.icon_arrow::before {
	content: "\e941";
	display: block;
	font-family: Material Symbols Rounded;
	font-size: 24px;
	line-height: 24px;
	width: 24px;
	padding: 1px;
	color: #FFFFFF;
	background: var(--main-color);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
h4.school_program {
	font-size: 28px;
	padding-left: 0;
}
h5 {
	font-size: 22px;
	font-weight: 700;
	color: var(--main-color);
	letter-spacing: 0.1em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 3px dotted var(--main-color);
}
p.text_lead {
	font-size: 20px;
	line-height: 1.9;
}
p.text_note {
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}
p.text_balloon {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
	background: var(--main-color);
	line-height: 1;
	letter-spacing: 0.1em;
	width: fit-content;
	padding: 8px 1em;
	border-radius: 18px;
	margin-bottom: 0.75em;
	position: relative;
}
p.text_balloon::after {
	content: "";
	display: block;
	width: 15px;
	height: 8px;
	background-color: var(--main-color);
	clip-path: polygon(50% 8px, 0% 0%, 15px 0%);
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%)
}
p.text_large {
	font-size: 18px;
	border-bottom: 1px solid #000000;
	width: fit-content;
}
.din {
	font-family: din-2014, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.din_bold {
	font-family: din-2014, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.font_12px {
	font-size: 12px;
}
.font_14px {
	font-size: 14px;
}
.font_18px {
	font-size: 18px;
}
.font_20px {
	font-size: 20px;
}
.font_22px {
	font-size: 22px;
}
ul li, ol li {
	line-height: 1.7;
	text-align: justify;
}
ul.list-style_disc {
	list-style-type: disc;
	padding-left: 1.5em;
}
ul.list_annotation li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
ul.list_annotation li::before {
	content: "※";
}
ol.list-style_decimal {
	list-style-type: decimal;
	padding-left: 1.5em;
}
@media only screen and (max-width:768px) {
	h2 {
		font-size: 29px;
		line-height: 1.3;
		letter-spacing: 0.1em;
	}
	h2::before {
		width: 25px;
		height: 25px;
		top: 8px;
	}
	h3 {
		font-size: 23px;
		letter-spacing: 0.1em;
		padding: 12px 0;
		margin: 40px 0 20px 0;
	}
	h3::before {
		left: 22px;
	}
	h3::after {
		right: 22px;
	}
	h3.news_heading {
		font-size: 23px;
		letter-spacing: 0.1em;
		padding: 10px 0.75em;
		margin: 40px 0 20px 0;
	}
	h3.news_heading::before, h3.news_heading::after {
		height: 38px;
	}
	h3.news_heading a.btn_arrow_01 {
		height: 26px;
	}
	h3.news_heading a.btn_arrow_01 span.material-symbols-rounded {
		font-size: 26px;
	}
	h3.service_heading {
		margin-top: 0;
	}
	h4.school_program {
		font-size: 23px;
		line-height: 1.3;
	}
	p.text_lead {
		font-size: 16px;
		line-height: 1.7;
	}
}
/* ---------------------------------------------------------------------------------------------
　   基本レイアウト
--------------------------------------------------------------------------------------------- */
.container {
	width: 100%;
	min-width: 1320px;
}
.wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 80px 0;
}
#top_contents {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}
#contents {
	width: 820px;
}
@media only screen and (max-width:768px) {
	.container {
		min-width: 100%;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.wrapper {
		display: block;
		width: 100%;
		margin: 0;
		padding: 30px 0 50px 0;
	}
	#top_contents {
		width: 100%;
		margin: 0;
		padding: 40px 0 50px 0;
	}
	#contents {
		width: 100%;
	}
}
/* ---------------------------------------------------------------------------------------------
　   TOPページ
--------------------------------------------------------------------------------------------- */
.top_news_sec dl {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	max-height: 295px;
	overflow-y: scroll;
}
.top_news_sec dl dt {
	width: 10%;
	padding: 1em 0;
	border-bottom: 2px dotted var(--main-color);
	box-sizing: border-box;
}
.top_news_sec dl dd {
	width: 90%;
	padding: 1em 0;
	border-bottom: 2px dotted var(--main-color);
	box-sizing: border-box;
}
.top_service_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.top_service_box {
	position: relative;
}
.top_service_box::after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 15px 0 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
.top_service_box a.btn_arrow_02 {
	display: block;
	height: 40px;
	text-decoration: none;
	transition: all .3s;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.top_service_box a.btn_arrow_02:hover {
	opacity: 0.75;
}
.top_service_box a.btn_arrow_02 span.material-symbols-rounded {
	font-size: 40px;
	color: #FFFFFF;
	background: var(--main-color);
	border-radius: 50%;
}
.top_service_ph img {
	border-radius: 0 0 15px 15px;
}
.top_information_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.top_information_wrap dl {
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	width: 590px;
	border-top: 1px solid #000000;
}
.top_information_wrap dl dt {
	width: 18%;
	padding: 16px 0;
	border-bottom: 1px solid #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
}
.top_information_wrap dl dt::after {
	content: "";
	width: 1px;
	height: calc(100% - 20px);
	background: #000000;
	position: absolute;
	right: 0;
}
.top_information_wrap dl dd {
	width: 82%;
	padding: 16px 0 16px 20px;
	border-bottom: 1px solid #000000;
	box-sizing: border-box;
}
.top_map {
	position: relative;
	width: 570px;
	height: 360px;
}
.top_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width:768px) {
	.top_news_sec dl {
		display: block;
		width: 100%;
		max-height: 500px;
	}
	.top_news_sec dl dt {
		width: 100%;
		border-bottom: none;
		padding: 1em 0 0 0;
	}
	.top_news_sec dl dt:first-child {
		padding-top: 0;
	}
	.top_news_sec dl dd {
		width: 100%;
		padding: 0 0 1em 0;
	}
	.top_service_wrap {
		display: block;
		margin-top: 40px;
	}
	.top_service_box:nth-child(n+2) {
		margin-top: 20px;
	}
	.top_service_box::after {
		width: 50px;
		height: 50px;
	}
	.top_service_ph img {
		width: 100%;
		height: auto;
	}
	.top_information_wrap {
		display: block;
	}
	.top_information_wrap dl {
		width: 100%;
		margin-bottom: 20px;
	}
	.top_information_wrap dl dt {
		width: 20%;
	}
	.top_information_wrap dl dd {
		width: 80%;
		padding: 16px 0 16px 16px;
	}
	.top_map {
		position: relative;
		width: 100%;
		height: 420px;
	}
}
/* ---------------------------------------------------------------------------------------------
　   下層ページ
--------------------------------------------------------------------------------------------- */
/*--　施設紹介　--*/
.facility_lead_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.facility_lead_wrap img {
	width: 390px;
	height: auto;
	border-radius: 15px;
	margin-bottom: 0.5em;
}
.facility_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.facility_wrap:nth-child(n+2) {
	margin-top: 40px;
}
.facility_wrap img {
	width: 300px;
	height: auto;
	border-radius: 15px;
}
.facility_text_box {
	width: 400px;
}
/*--　スクール情報　--*/
.school_info_sec dl {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	max-height: 295px;
	overflow-y: scroll;
}
.school_info_sec dl dt {
	width: 13%;
	padding: 1em 0;
	border-bottom: 2px dotted var(--main-color);
	box-sizing: border-box;
}
.school_info_sec dl dd {
	width: 87%;
	padding: 1em 0;
	border-bottom: 2px dotted var(--main-color);
	box-sizing: border-box;
}
.school_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 30px;
}
.school_wrap:nth-child(n+2) {
	margin-top: 60px;
}
.school_wrap > img {
	width: 300px;
	height: auto;
	border-radius: 15px;
}
.school_title_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: -40px;
	padding-bottom: 1em;
}
.school_title_wrap > img {
	margin-right: 16px;
}
.school_text_box {
	width: 400px;
}
/*--　アクセス　--*/
dl.access_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
dl.access_list dt {
	width: 15%;
	padding: 8px 0;
}
dl.access_list dd {
	width: 85%;
	padding: 8px 0;
}
.access_map_wrap {
	position: relative;
	width: 100%;
	height: 480px;
	margin-top: 3em;
}
.access_map_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width:768px) {
	.facility_lead_wrap {
		display: block;
		margin-bottom: 30px;
	}
	.facility_lead_wrap img {
		width: 100%;
	}
	.facility_lead_wrap p {
		text-align: center;
	}
	.facility_lead_box:nth-child(n+2) {
		margin-top: 20px;
	}
	.facility_wrap {
		display: block;
	}
	.facility_wrap:nth-child(n+2) {
		margin-top: 20px;
	}
	.facility_wrap img {
		width: 100%;
		margin-top: 1em;
	}
	.facility_text_box {
		width: 100%;
	}
	.school_info_sec dl {
		display: block;
		width: 100%;
		max-height: 500px;
	}
	.school_info_sec dl dt {
		width: 100%;
		border-bottom: none;
		padding: 1em 0 0 0;
	}
	.school_info_sec dl dt:first-child {
		padding-top: 0;
	}
	.school_info_sec dl dd {
		width: 100%;
		padding: 0 0 1em 0;
	}
	.school_wrap {
		display: block;
		margin-bottom: 30px;
	}
	.school_wrap:nth-child(n+2) {
		margin-top: 30px;
	}
	.school_wrap > img {
		margin-top: 1em;
		width: 100%;
	}
	.school_title_wrap {
		margin-left: -28px;
	}
	.school_title_wrap > img {
		width: 80px;
		height: auto;
		margin-right: 12px;
	}
	.school_text_box {
		width: 100%;
	}
	dl.access_list dt {
		width: 25%;
	}
	dl.access_list dd {
		width: 75%;
	}
	.access_map_wrap {
		margin-top: 2em;
	}
}
/* ---------------------------------------------------------------------------------------------
　   タブ切り替え
--------------------------------------------------------------------------------------------- */
/*タブ切り替え全体のスタイル*/
.tabs {
	width: 100%;
	margin: 80px 0 0;
}
/*タブのスタイル*/
.tab_item {
	width: calc(100%/2 - 5px);
	height: 80px;
	border-radius: 15px 15px 0 0;
	background: var(--main-color);
	line-height: 80px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	color: #FFFFFF;
	display: block;
	float: left;
	transition: all 0.2s ease;
	box-sizing: border-box;
	border-top: 2px solid var(--main-color);
	border-left: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);
}
.tab_item[for="tab_a"] {
	margin-right: 10px;
	position: relative;
}
.tab_item[for="tab_a"]::after {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background: var(--main-color);
	position: absolute;
	bottom: 0;
	right: -12px;
}
.tab_item:hover {
	opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 40px;
	overflow: hidden;
}
#tab_a_content {
	background: #FFFFFF;
	border-left: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);
	border-bottom: 2px solid var(--main-color);
	border-radius: 0 0 15px 15px;
}
#tab_b_content {
	background: #FFFFFF;
	border-left: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);
	border-bottom: 2px solid var(--main-color);
	border-radius: 0 0 15px 15px;
}
/*選択されているタブのコンテンツのみを表示*/
#tab_a:checked ~ #tab_a_content, #tab_b:checked ~ #tab_b_content {
	display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item[for="tab_a"] {
	background: #FFFFFF;
	color: var(--main-color);
	border-top: 2px solid var(--main-color);
	border-left: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);
}
.tabs input:checked + .tab_item[for="tab_a"]:hover {
	opacity: 1;
}
.tabs input:checked + .tab_item[for="tab_b"] {
	background: #FFFFFF;
	color: var(--main-color);
	border-top: 2px solid var(--main-color);
	border-left: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);
}
.tabs input:checked + .tab_item[for="tab_b"]:hover {
	opacity: 1;
}
@media only screen and (max-width:768px) {
	/*タブ切り替え全体のスタイル*/
	.tabs {
		width: 100%;
		margin: 40px 0 0;
	}
	/*タブのスタイル*/
	.tab_item {
		display: grid;
		place-items: center;
		height: 60px;
		line-height: 1.3;
		font-size: 18px;
	}
	/*タブ切り替えの中身のスタイル*/
	.tab_content {
		padding: 20px 28px 28px;
	}
}
/* ---------------------------------------------------------------------------------------------
　   サイドバー
--------------------------------------------------------------------------------------------- */
aside#sidebar {
	width: 320px;
}
.sidebar_widget {
	border: 2px solid var(--main-color);
	padding: 30px 30px 25px;
	border-radius: 15px;
	margin-bottom: 70px;
}
p.widget_title {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	color: #FFFFFF;
	border-radius: 11px 11px 0 0;
	background: var(--main-color);
	padding: 19px 0;
	margin: -30px -30px 20px;
}
aside#sidebar .widget_holiday p {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 6px;
}
.sidebar_banner a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 20px 0;
	background: var(--main-color);
	border-radius: 15px;
	margin-bottom: 16px;
}
.sidebar_banner a:last-child {
	margin-bottom: 0px
}
.sidebar_banner a.banner_b {
	background: #FFFFFF;
	border: 2px solid var(--main-color);
	padding: 16px 0;
	color: #000000;
}
.sidebar_banner a.banner_line {
	background: #009944;
}
span.icon_new {
	display: inline-block;
	padding: 4px 8px;
	font-size: 15px;
	background: #FFFF00;
	letter-spacing: 0;
	border-radius: 12px;
	margin: 0 8px 0 0;
}
@media only screen and (max-width:768px) {
	aside#sidebar {
		width: 85%;
		margin: 40px auto 0;
	}
	.sidebar_widget {
		margin-bottom: 40px;
	}
	.sidebar_banner a {
		font-size: 16px;
	}
}
/* ---------------------------------------------------------------------------------------------
　   フッター
--------------------------------------------------------------------------------------------- */
footer {
	width: 100%;
	min-width: 1320px;
	background-color: var(--main-color);
	padding: 100px 0 30px 0;
}
footer a:link {
	text-decoration: none;
}
footer a:visited {
	text-decoration: none;
}
footer a:hover {
	color: #f8ff2b;
	text-decoration: none;
}
.footer_wrap {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
.footer_title {
	background: #FFFFFF;
	border-radius: 15px;
	padding: 20px;
}
.footer_title img {
	display: block;
	width: 70px;
	height: auto;
	margin: 0 auto 12px auto;
}
.footer_title p {
	font-size: 19px;
	line-height: 1;
	text-align: center;
}
footer .footer_title h1 {
	font-family: nitalago-ruika, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 21px;
	text-align: center;
	line-height: 1.3;
	padding-bottom: 3px;
}
footer .footer_title a:hover {
	text-decoration: none;
	color: inherit
}
footer .footer-title p {
	font-size: 1.5em;
	font-weight: 500;
	color: #FFFFFF;
	text-align: left;
	margin-left: 1em;
}
.footer-nav-area {
	display: flex;
	justify-content: space-between;
	width: 860px;
}
.footer-nav-area a {
	color: #FFFFFF;
}
.footer-nav-area ul.menu li {
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.footer-nav-area ul.menu > li {
	position: relative;
	padding-left: 1em;
}
.footer-nav-area ul.menu > li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	clip-path: polygon(10px 50%, 0% 0%, 0% 10px);
	margin-right: 6px;
	position: absolute;
	left: 0;
	top: 10px;
}
.footer-nav-area nav ul.sub-menu {
	padding-left: 1.1em;
}
.copyright {
	width: 1200px;
	margin: 40px auto 0 auto;
}
.copyright p {
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}
@media only screen and (max-width:768px) {
	footer {
		width: 100%;
		min-width: 100%;
		padding: 60px 0 20px 0;
	}
	.footer_wrap {
		display: block;
		width: 100%;
		padding: 0 5%;
		margin: 0;
		box-sizing: border-box;
	}
	.footer_title {
		background: #FFFFFF;
		border-radius: 15px;
		padding: 20px;
		width: 70%;
		max-width: 350px;
		margin: 0 auto 30px;
	}
	.footer-nav-area {
		display: block;
		width: 100%;
	}
	.copyright {
		width: 100%;
		padding: 0 5%;
		margin-top: 30px;
		box-sizing: border-box;
	}
	.copyright p {
		font-size: 14px;
	}
}
/*----------------------------------------------------------
	お知らせ・投稿ページ
----------------------------------------------------------*/
dl.news_list {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	border-top: 1px dotted var(--main-color);
	margin-top: 10px;
}
dl.news_list dt {
	font-size: 16px;
	line-height: 1.7;
	width: 15%;
	padding: 20px 0;
	border-bottom: 1px dotted var(--main-color);
	box-sizing: border-box;
}
dl.news_list dd {
	font-size: 16px;
	line-height: 1.7;
	width: 85%;
	padding: 20px 0;
	border-bottom: 1px dotted var(--main-color);
	box-sizing: border-box;
}
main.post h3.post_title {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0;
	padding: 20px;
	margin: 10px 0;
}
main.post h3.post_title::before, main.post h3.post_title::after {
	display: none;
}
main.post p.post_date {
	text-align: left;
	margin: 0 0 1.5em 0;
	font-size: 18px;
}
main.post img {
	margin-top: 1em;
}
main.post .link-to-pdf img {
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #f5f5f5;
}
main.post .link-to-pdf img:hover {
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #9bb;
}
main.post .link-to-pdf {
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 5px 0;
	max-width: 100%;
}
main.post .link-to-pdf img {
	margin-top: 1em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
main.post .link-to-pdf:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	margin-left: -21px;
	margin-top: -21px;
	display: block;
	opacity: .0;
}
main.post .link-to-pdf:hover::after {
	opacity: .9;
}
main.post .link-to-pdf::before {
	content: 'PDF FILE';
	display: block;
	background-color: #d22;
	color: #fff;
	border: 1px #a55 solid;
	font-size: .85em;
	font-weight: normal;
	text-align: center;
	width: 130px;
	position: absolute;
	bottom: 20px;
	right: -32px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 3;
}
main.post .link-to-pdf:hover::before {
	content: 'VIEW THIS';
	background-color: #426EF0;
	border: 1px solid #002DAB;
}
@media screen and (max-width:768px) {
	dl.news_list {
		display: block;
		margin-top: 10px;
	}
	dl.news_list dt {
		width: 100%;
		line-height: 1.5;
		padding: 1em 0 0;
		border-bottom: none;
	}
	dl.news_list dd {
		width: 100%;
		line-height: 1.5;
		padding: 0 0 1em 0;
	}
	main.post h3.post_title {
		font-size: 20px;
		text-align: justify;
		letter-spacing: 0;
		padding: 16px;
		margin: 10px 0;
	}
	main.post p.post_date {
		font-size: 16px;
		margin: 0 0 1em 0;
	}
}
/*----------------------------------------------------------
	動画配信サービス
----------------------------------------------------------*/
.movie_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.movie_text_box {
	width: 480px;
}
.movie_text_box dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #000000;
}
.movie_text_box dl dt {
	font-weight: 500;
	font-size: 18px;
	padding: 0 10px 10px 0;
}
.movie_text_box dl dd {
	padding: 0 0 10px 0;
}
.movie .movie_text_box p {
	padding-top: 10px;
}
.movie_btn_wrap {
	margin-top: 1em;
}
.movie_btn_wrap a.btn_movie {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	padding: 13px 18px 13px 2em;
	width: 220px;
	color: #FFFFFF;
	background: var(--main-color);
	border-radius: 26px;
	transition: all .3s;
	box-sizing: border-box;
}
.movie_btn_wrap a.btn_movie span.btn_icon_arrow {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: var(--main-color);
	background: #FFFFFF;
	padding: 2px 8px;
	border-radius: 15px;
}
.movie_btn_wrap a.btn_movie:hover {
	transform: scale(1.1, 1.1);
}
.movie_iframe_wrap {
	width: 100%;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
	margin: 1.5em 0 2em 0;
}
.movie_iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul.movie_cat_lists {
	padding: 0;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	font-size: 0;
	text-align: right;
}
ul.movie_cat_lists li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	font-size: 14px;
	/* [disabled]width: 25%; */
	text-align: center;
	background-color: var(--main-color);
	margin-right: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
	border-radius: 5px;
}
ul.movie_cat_lists li a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
ul.movie_cat_lists li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
ul.movie_cat_lists li a:hover {
	color: #FFBF00;
	text-decoration: underline;
	font-weight: normal;
}
@media screen and (max-width:768px) {
	.movie_wrap {
		display: block;
	}
	.movie_wrap img {
		width: 100%;
	}
	.movie_text_box {
		width: 100%;
	}
	.movie_text_box dl {
		display: block;
		margin: 1em 0 0 0;
	}
	.movie_text_box dl dt {
		padding: 0;
	}
	.movie_btn_wrap a.btn_movie {
		width: 100%;
		max-width: 220px;
		margin: 0 auto;
	}
}
/* ---------------------------------------------------------------------------------------------
　   ボタン設定
--------------------------------------------------------------------------------------------- */
a.btn_pdflink {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	padding: 19px 22px 19px 1.5em;
	width: 550px;
	color: #FFFFFF;
	background: var(--main-color);
	border-radius: 15px;
	margin: 0 auto;
	transition: all .3s;
	box-sizing: border-box;
}
a.btn_pdflink:hover {
	opacity: 0.75;
}
a.btn_pdflink span.btn_icon_arrow {
	display: block;
	font-size: 30px;
	color: var(--main-color);
	background: #FFFFFF;
	border-radius: 50%;
}
a.btn_urllink {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	padding: 19px 22px 19px 1.5em;
	width: 480px;
	color: #FFFFFF;
	background: var(--main-color);
	border-radius: 15px;
	margin: 0 auto;
	transition: all .3s;
	box-sizing: border-box;
}
a.btn_urllink:hover {
	opacity: 0.75;
}
a.btn_urllink span.btn_icon_arrow {
	display: block;
	font-size: 30px;
	color: var(--main-color);
	background: #FFFFFF;
	border-radius: 50%;
}
.btn_area {
	margin-top: 80px;
}
.btn_area_b {
	margin-top: 40px;
}
a.btn_return {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	padding: 1em 1em 1em 1.5em;
	width: 260px;
	color: #FFFFFF;
	background: var(--main-color);
	border-radius: 15px;
	margin: 0 auto;
	transition: all .3s;
	box-sizing: border-box;
}
a.btn_return span.btn_icon_arrow {
	display: block;
	font-size: 27px;
	color: var(--main-color);
	background: #FFFFFF;
	border-radius: 50%;
}
a.btn_return:hover {
	opacity: 0.75;
}
@media only screen and (max-width:768px) {
	a.btn_pdflink {
		font-size: 18px;
		line-height: 1.3;
		letter-spacing: 0.05em;
		padding: 0.75em;
		width: 100%;
		max-width: 480px;
		border-radius: 15px;
	}
	a.btn_pdflink span.btn_icon_arrow {
		font-size: 25px;
	}
	a.btn_urllink {
		font-size: 18px;
		line-height: 1.3;
		letter-spacing: 0.05em;
		padding: 0.75em;
		width: 100%;
		max-width: 480px;
		border-radius: 15px;
	}
	a.btn_urllink span.btn_icon_arrow {
		font-size: 25px;
	}
	a.btn_return {
		font-size: 18px;
		width: 100%;
		max-width: 260px;
	}
	a.btn_return span.btn_icon_arrow {
		font-size: 25px;
	}
	.btn_area {
		margin-top: 40px;
	}
	.btn_area_b {
		margin-top: 20px;
	}
}
/*----------------------------------------------------------
	テーブル
----------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
	width: 100%
}
th {
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
}
td {
	vertical-align: middle;
	text-align: center;
	background: #FFFFFF;
}
.tb_left {
	text-align: justify;
}
.tb_nowrap {
	white-space: nowrap;
}
.tb_price {
	text-align: end;
	white-space: nowrap;
}
.tb_vertical {
	writing-mode: vertical-rl;
	text-orientation: upright;
}
table.tb-fixed {
	table-layout: fixed;
}
table.table_a {
	border-collapse: separate;
	border-radius: 15px 0 0 0;
	border-left: 1px solid #000000;
}
table.table_a th {
	background: var(--main-color);
	color: #FFFFFF;
	padding: 0.5em 1em;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
table.table_a tr:first-child th {
	border-radius: 15px 15px 0 0;
}
table.table_a tr:nth-child(n+2) th {
	border-top: none;
}
table.table_a td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 1em;
}
table.table_02 {
	border: 1px solid #FFFFFF;
}
table.table_02 th {
	font-size: 14px;
	background: var(--main-color);
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 0.5em 1em;
}
table.table_02 td {
	font-size: 14px;
	background: var(--background-color);
	border: 1px solid #FFFFFF;
	padding: 0.5em 1em;
}
@media screen and (max-width:768px) {
	.js-scrollable table {
		width: 820px;
	}
}
/*----------------------------------------------------------
	pagenav
----------------------------------------------------------*/
.pagenav a {
	padding: 5px 10px;
	/*	width: 50px;*/
	border: solid 1px #cccccc;
	border-radius: 10px;
	color: #666666;
	background-color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #e8e8e8;
}
.pagenav .prev-art a {
	float: left;
}
.pagenav .next-art a {
	float: right;
	margin-top: 10px;
}
.pagenav {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
	clear: both;
	background-color: transparent;
}
.breadcrumbs {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
@media screen and (max-width:768px) {
	.breadcrumbs {
		width: 100%;
		min-width: 100%;
		padding: 20px 0 0 0;
	}
}
/*----------------------------------------------------------
	wp-pagenavi
----------------------------------------------------------*/
/*wp-pagenavi base*/
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin-top: 50px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #999;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	color: #FFF;
	background-color: #999;
	border-color: #999;
}
.wp-pagenavi span.current {
	color: #FFF;
	background-color: var(--main-color);
	border-color: var(--main-color);
	font-weight: bold;
}
@media (max-width: 768px) {
	.wp-pagenavi a, .wp-pagenavi span {
		padding: 5px 10px;
		margin: 0 2px 10px 2px;
		white-space: nowrap;
		border-radius: 3px;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		text-align: center;
		text-decoration: none;
	}
	.wp-pagenavi {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}
/*----------------------------------------------------------
	お問い合わせ（セレクトタイプ）
----------------------------------------------------------*/
.contact_iframe_wrap {
	position: relative;
	width: 100%;
	height: 1000px;
	margin: 2em 0 0 0;
}
.contact_iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.camera {
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	img.camera {
		width: 100%;
		height: auto;
	}
}
btn_reload {
	margin-bottom: 20px;
}
.btn_reload a {
	display: block;
	width: 80%;
	max-width: 260px;
	margin: 0 auto;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #01b264;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 0.875rem;
	transition: .3s ease;
}
.btn_reload a:hover {
	background: #016839;
	transition: .3s ease;
}
.btn_reload a i {
	margin-right: 0.5em;
}
a.btn_06-2 {
	display: block;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	padding: 1.3em .5em;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid transparent;
	border-radius: 6px;
	box-sizing: border-box;
	max-width: 360px;
	margin: 0 auto;
	position: relative;
}
a.btn_06-2 span {
	position: relative;
	display: block;
	transform: translate(-3px, -3px);
	transition: 0.3s;
	z-index: +1;
}
a.btn_06-2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #e1000e;
	border-radius: 6px;
	box-sizing: border-box;
	transform: translate(-3px, -3px);
	transition: 0.3s;
}
a.btn_06-2:hover span {
	transform: translate(0, 0);
}
a.btn_06-2:hover:after {
	transform: translate(0, 0);
}
@media all and (max-width: 1023px) {
	a.btn_06-2 {
		font-size: 18px;
	}
}
@media all and (max-width: 767px) {
	a.btn_06-2 {
		font-size: 16px;
	}
}
#contents #responsive-menu-pro-additional-content h3 {
	border-top: 1px solid #696969;
	text-decoration: underline;
}
#responsive-menu-pro-additional-content p {
	font-size: 12px;
}
/*----------------------------------------------------------
	曲線セパレーター
----------------------------------------------------------*/
.custom-shape-divider-bottom-1773134460 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	Overflow: Hidden;
	Line-height: 0;
	transform: rotate(180deg);
}
.custom-shape-divider-bottom-1773134460 svg {
	position: relative;
	display: block;
	width: calc(152% + 1.3px);
	height: 65px;
}
.custom-shape-divider-bottom-1773134460 .shape-fill {
	fill: #FFFFFF;
}
.custom-shape-divider-top-1773134726 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}
.custom-shape-divider-top-1773134726 svg {
	position: relative;
	display: block;
	width: calc(152% + 1.3px);
	height: 65px;
}
.custom-shape-divider-top-1773134726 .shape-fill {
	fill: #FFFFFF;
}
@media (max-width: 768px) {
	.custom-shape-divider-bottom-1773134460 svg {
		height: 28px;
	}
	.custom-shape-divider-top-1773134726 svg {
		height: 28px;
	}
}