@charset "utf-8";
/*------------------------------------------------------------
Theme Name: 府中地区住民自治協議会
Theme URI: null
Description: Description
Author: 81bridge - LSZ
Version: 1.0
------------------------------------------------------------*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 110rem;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 23.6rem;
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 10.6rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	height: 10.4rem;
	padding: 3.2rem 2rem;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #67c0bc;
	z-index: 99;
}
#gHeader .hBox {
	margin: 0 auto;
	max-width: 104rem;
	display: flex;
	justify-content: space-between;
}
#gHeader .logo a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}
@media all and (max-width: 896px) {
	#gHeader .logo a {
		font-size: 2.1rem;
	}
	#gHeader {
		padding: 2.1rem 2rem;
		height: 6.4rem;
	}
}

/* gNavi */
#gNavi {
	margin: 0.8rem 0 0 2rem;
	flex: 1;
}
#gNavi ul {
	display: flex;
	justify-content: flex-end;
	gap: 1.9rem;
}
#gNavi ul a {
	color: #67c0bc;
	font-size: 1.5rem;
	background-color: #ffffff;
	line-height: 1;
	position: relative;
	padding: 0 2.9rem 0 1rem;
}
#gNavi ul a::after {
	width: 1.9rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #d7e8e9 url("img/common/icon01.png") no-repeat center center;
	background-size: 1rem auto;
	content: "";
}
@media all and (min-width: 897px) {
	#gNavi ul a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
}

/* menu */
.menu {
	position: absolute;
	top: 1.7rem;
  	right: 2rem;
	width: 1.5rem;
	cursor: pointer;
	z-index: 100;
	width: 3rem;
}

/* menuBox */
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
.menuBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	color: #fff;
	overflow-y: auto;
	background-color: #67c0bc;
	z-index: 999;
	display: none;
}
.menuBox a {
	color: #fff;
}
.menuBox .innerBox {
	padding: 0 2rem 5rem;
}
.menuBox .hBox {
	padding: 2.1rem 0 2rem;
	position: relative;
}
.menuBox .close {
	position: absolute;
	top: 1.8rem;
	right: -0.1rem;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menuBox .close img {
	width: 2.1rem;
}
.menuBox .logo a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}
.menuBox .naviUl {
	border-top: 0.1rem solid #fff;
}
.menuBox .naviUl li {
	border-bottom: 0.1rem solid #fff;
}
.menuBox .naviUl a {
	padding: 2.9rem 0.4rem;
	display: block;
	font-size: 2.1rem;
	position: relative;
	background: url("img/common/icon02_white.png") no-repeat right 0.5rem center / 3.1rem auto;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 37.4rem;
	padding: 3.2rem 2rem 3.6rem;
	color: #fff;
	background-color: #67c0bc;
}
#gFooter .fBox {
	margin: 0 auto;
	max-width: 104rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gFooter .fLogo a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}
#gFooter address {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	margin-top: 0.5rem;
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		display: block;
		text-align: center;
	}
	#gFooter .fLogo a {
		font-size: 1.5rem;
	}
	#gFooter address {
		margin-top: -0.6rem;
		font-size: 0.9rem;
	}
	#gFooter {
		padding: 1.8rem 2rem 1.6rem;
		margin-top: 9.9rem;
	}
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-lxh */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.min {font-family: "Shippori Mincho", serif;}
.poppins {font-family: "Poppins", sans-serif;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}


/* content */
.content {
	margin: 0 auto;
	max-width: 104rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: inherit;
	}
}


/* headLine01 */
.headLine01 {
	margin-bottom: 9.7rem;
	font-family: "Shippori Mincho", serif;
	text-align: center;
	font-size: 5rem;
	font-weight: 400;
	line-height: 1;
}
.headLine01 .en {
	margin-bottom: 0.7rem;
	color: #67c0bc;
	font-size: 1.4rem;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	display: block;
}
@media all and (max-width: 896px) {
	.headLine01 .en {
		margin-bottom: 0.2rem;
		font-size: 0.9rem;
	}
	.headLine01 {
		margin-bottom: 4.4rem;
		font-size: 2.9rem;
	}
}


/* comTypeUl */
.comTypeUl {
	margin-bottom: 15.2rem;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	justify-content: center;
	line-height: 1;
}
.comTypeUl li {
	padding: 0 6.3rem;
	position: relative;
}
.comTypeUl li::after {
	width: 0.1rem;
	height: 1.8rem;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #67c0bc;
	content: "";
}
.comTypeUl li:last-child:after {
	display: none;
}
.comTypeUl a {
	display: inline-block;
	vertical-align: top;
}
.comTypeUl .on a,
.comTypeUl .current-cat a {
	color: #67c0bc;
	text-decoration: underline;
	opacity: 1 !important;
}
@media all and (min-width: 897px) {
	.comTypeUl a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	.comTypeUl li {
		padding: 0 2.5rem;
	}
	.comTypeUl {
		margin: 0 auto 7.1rem;
		gap: 2.4rem 0;
		max-width: 33.5rem;
		font-size: 1.4rem;
	}
	.comTypeUl li::after {
		width: 0.1rem;
		height: 1rem;
		top: 0.3rem;
	}
	.comTypeUl li:nth-child(3)::after {
		display: none;
	}
}


/* topFlex */
.topFlex {
	margin-bottom: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.3rem;
}
.topFlex .time {
	margin: 0.4rem 0 0 0 !important;
	font-size: 1.5rem;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #44403f;
	line-height: 1 !important;
}
@media all and (max-width: 896px) {
	.topFlex .time {
		margin: 0.2rem 0 0 0 !important;
		font-size: 1rem;
	}
	.topFlex {
		margin-bottom: 0.9rem;
		gap: 0.9rem;
	}

}

/* comLable */
.comLable {
	margin-bottom: 0 !important;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	line-height: 1 !important;
}
.comLable span {
	padding: 0.1rem 0.7rem 0.2rem;
	color: #67c0bc;
	display: inline-block;
	vertical-align: top;
	border: 0.1rem solid #67c0bc;
}
.comLable .col01 {
	color: #fff;
	border-color: #76cae0;
	background-color: #76cae0;
}
.comLable .col02 {
	color: #fff;
	border-color: #67c0bc;
	background-color: #67c0bc;
}
.comLable .col03 {
	color: #76cae0;
	border-color: #76cae0;
}
@media all and (max-width: 896px) {
	.comLable {
		font-size: 1.1rem;
	}
	.comLable span {
		padding: 0 0.3rem 0.1rem;
	}
}


/* topics */
#topics .itemBox {
	border-bottom: 0.1rem dashed #67c0bc;
	padding-bottom: 13.3rem;
	margin-bottom: 13.7rem;
	word-break: break-all;
}
#topics .itemBox:last-child {
	margin-bottom: 0;
}
#topics .itemBox .title {
	margin-bottom: 5.3rem;
	padding-bottom: 2.2rem;
	font-family: "Shippori Mincho", serif;
	font-size: 2.7rem;
	border-bottom: 0.1rem solid #67c0bc;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
#topics .itemBox p {
	margin-bottom: 3rem;
	line-height: 1.875;
}
#topics .itemBox p:last-child {
	margin-bottom: 0;
}
#topics .itemBox p a {
	text-decoration: underline;
}
#topics .itemBox .title + .image {
	padding-top: 0.7rem;	
}
#topics .itemBox .image {
	margin-bottom: 7.6rem;
	aspect-ratio: 1040/646;
	overflow: hidden;
}
#topics .itemBox .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#topics .itemBox .title + .wp-block-image {
	padding-top: 0.7rem;	
}
#topics .itemBox .wp-block-image {
	margin-bottom: 7.6rem;
}
#topics .itemBox .wp-block-image img {
	max-width: 100%;
}
#topics .wp-block-gallery {
	margin-top: 10.4rem;
	margin-bottom: 3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3.1rem;
}
#topics .wp-block-gallery .wp-block-image {
	width: calc((100% - 6.2rem)/3) !important;
}
#topics .wp-block-columns {
	margin-top: 10.4rem;
	margin-bottom: 3rem;
	flex-wrap: wrap !important;
	gap: 3.2rem;
}
#topics .wp-block-columns .wp-block-column {
	width: calc((100% - 6.4rem)/3);
}
#topics .wp-block-columns .wp-block-column figure {
	aspect-ratio: 325/325;
	display: block;
}
#topics .wp-block-columns .wp-block-column figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#topics .itemBox .wp-block-columns .wp-block-image {
	margin-bottom: 0;
}
#topics .itemBox > *:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	#topics .itemBox:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	#topics .itemBox p a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	#topics .itemBox .wp-block-image {
		margin-bottom: 20px;
	}
	#topics .wp-block-columns,
	#topics .wp-block-gallery {
		margin-top: 2.4rem;
		gap: 1rem 0;
		justify-content: space-between;
	}
	#topics .wp-block-gallery .wp-block-image {
		display: block !important;
		width: calc(50% - 0.5rem);
		flex-grow: inherit !important;
	}
	#topics .itemBox .title {
		margin-bottom: 2.5rem;
		padding-bottom: 1.6rem;
		font-size: 1.7rem;
		line-height: 1.41;
	}
	#topics .itemBox p {
		margin-bottom: 2.4rem;
		line-height: 1.6;
	}
	#topics .itemBox  .image {
		margin-bottom: 2rem;
	}
	#topics .itemBox {
		padding-bottom: 3.3rem;
		margin-bottom: 4.8rem;
		border-style: solid;
	}
	#topics .wp-block-columns {
		display: flex;
		flex-wrap: wrap !important;
	}
	#topics .wp-block-columns .wp-block-column {
		width: calc(50% - 0.5rem) !important;
		flex-grow: inherit;
		flex-basis: inherit !important;
	}
	#topics .wp-block-columns .wp-block-column .wp-block-image {
		margin-bottom: 0;
	}
}


/* pageNavi */
.wp-pagenavi {
	margin-top: 17.2rem;
	width: 100%;
	height: 1rem;
	position: relative;
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .last,
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi a {
	position: absolute;
	top: 0;
	left: 0;
}
.wp-pagenavi img {
	width: 1.5rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.5rem 0.8rem 0 0;
}
.wp-pagenavi .previouspostslink img {
	transform: rotate(180deg);
}
.wp-pagenavi .nextpostslink {
	left: auto;
	right: 0;
}
.wp-pagenavi .nextpostslink img {
	margin: -0.5rem 0 0 0.8rem;
}
.wp-pagenavi a {
	font-size: 1.8rem;
	color: #67c0bc;
	display: inline-block;
	vertical-align: top;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin-top: 1.3rem;
	}
	.wp-pagenavi a {
		font-size: 1.4rem;
	}
	.wp-pagenavi img {
		width: 1.3rem;
	}
}


/* telLink */
.telLink {
	margin-top: 2.1rem;
}
.telLink a {
	padding: 2.4rem 0 2.8rem;
	color: #67c0bc;
	display: block;
	background-color: #fff;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.055em;
}
.telLink .num {
	margin-bottom: 0.8rem;
	font-size: 2.6rem;
	font-weight: 500;
	display: block;
	letter-spacing: 0.05em;
}
.telLink .num img {
	width: 1.9rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.4rem 0.4rem 0 0;
}

/* headLine02 */
.headLine02 {
	margin-bottom: 4.2rem;
	color: #67c0bc;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	font-size: 3.8rem;
	font-weight: 400;
	border-bottom: 0.1rem solid #67c0bc;
}
.headLine02 .jp {
	font-family: "Shippori Mincho", serif;
}
.headLine02 .en {
	margin-bottom: 0.6rem;
	font-weight: 700;
	font-size: 1.4rem;
	font-family: "Poppins", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 3.2rem;
		font-size: 2.5rem;
		line-height: 1.45;
	}
	.headLine02 .en {
		margin-bottom: 0.3rem;
		font-size: 1.2rem;
	}
}


/* comList02 */
.comList02 li {
	margin-bottom: 4.3rem;
	padding-bottom: 4.2rem;
	border-bottom: 0.1rem solid #67c0bc;
}
.comList02 li:last-child {
	margin-bottom: 0;
}
.comList02 a {
	padding-right: 4rem;
	width: 100%;
	display: flex;
	align-items: center;
	font-weight: 500;
	background: url("img/common/icon02.png") no-repeat right center / 3.4rem auto;
}
.comList02 .image {
	width: 41.2rem;
	height: 25.7rem;
}
.comList02 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comList02 .comLable {
	font-size: 1.3rem;
}
.comList02 .topFlex {
	gap: 1.8rem;
	margin-bottom: 2.3rem;
}
.comList02 .topFlex .time {
	margin-top: 0.3rem !important;
	font-size: 1.2rem;
	color: #000;
	font-weight: 400;
}
.comList02 .textBox {
	margin: 0 0 0 5.2rem;
	flex: 1;
}
.comList02 .title {
	letter-spacing: 0.06em;
}
@media all and (min-width: 897px) {
	.comList02 a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	.comList02 a {
		display: block;
		padding: 0 0 2.2rem;
		background: none;
	}
	.comList02 .image {
		width: auto;
		height: auto;
		aspect-ratio: 670/418;
	}
	.comList02 .textBox {
		margin: 0;
		padding: 1.9rem 7rem 0 0;
		background: url("img/common/icon02.png") no-repeat right bottom 2rem / 3.1rem auto;
	}
	.comList02 .topFlex .time {
		margin-top: 0.2rem !important;
		font-size: 1rem;
	}
	.comList02 .comLable {
		font-size: 1.1rem;
	}
	.comList02 .topFlex {
		gap: 0.8rem;
		margin-bottom: 0.6rem;
	}
	.comList02 li {
		padding-bottom: 0;
		margin-bottom: 3.2rem;
	}
}

/* comLink */
.comLink {
	margin-top: 3rem;
	text-align: right;
	line-height: 1;
}
.comLink a {
	padding-right: 2.7rem;
	color: #67c0bc;
	font-size: 1.5rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
	letter-spacing: 0.02em;
}
.comLink a::after {
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	top: 0.1rem;
	right: 0;
	background: url("img/common/icon03.jpg") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	.comLink {
		margin-top: 1.3rem;
	}
	.comLink a {
		padding-right: 1.7rem;
		font-size: 1.1rem;
	}
	.comLink a::after {
		width: 1.1rem;
		height: 1.1rem;
		top: 0.1rem;
	}
}

/* comBtn */
.comBtn a {
	padding: 0 7rem 0 3.2rem;
	height: 10.2rem;
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.42;
	background: #67c0bc url("img/common/icon06.png") no-repeat right 4.3rem center;
	background-size: 2.2rem auto;
	display: flex;
	align-items: center;
	letter-spacing: 0.05em;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		padding: 0 7rem 0 2.9rem;
		height: 8.3rem;
		font-size: 1.4rem;
		line-height: 1.42;
		background-position: right 3rem center;
		background-size: 1.5rem auto;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#top {
	margin-top: -13.2rem;
}
#top .mainImg {
	margin-bottom: 18rem;
	position: relative;
}
#top .mainImg img {
	width: 100%;
}
#top .mainImg .title {
	width: 100%;
	color: #67c0bc;
	font-size: 4rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 4rem;
	text-align: center;
	font-weight: 400;
	line-height: 1;
}
#top .mainImg .title .inner {
	display: inline-block;
	vertical-align: top;
}
#top .mainImg .title .inner span {
	display: block;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 1.3rem 2.7rem;
	letter-spacing: 0.2em;
}
#top .mainImg .title .inner span + span {
	margin-top: 0.8rem;
}
#top .mainImg .title .inner small {
	display: inline-block;
	transform: translateX(0.7rem);
}
#top .calendarBox {
	padding: 9rem 0 13.7rem;
	background-color: #82cad9;
}
#top .calendarBox .headLine02 {
	margin-bottom: 6.5rem;
	color: #fff;
	border-color: #fff;
}
#top .newsBox {
	margin-bottom: 18.7rem;
}
#top .showBox {
	margin-bottom: 8rem;
	font-size: 0;
	line-height: 1;
}
#top .showBox iframe {
	width: 100%;
}
#top .showBox > div + div {
	margin-top: 2.7rem;
}
#top .messageBox {
	margin: 0 auto;
	max-width: 118.2rem;
	background-color: #3380a8;
	border-radius: 15rem;
	overflow: hidden;
	display: flex;
	width: 98%;
}
#top .messageBox .rightBox {
	flex: 1;
}
#top .messageBox .rightBox a {
	padding: 0.2rem 3.8rem 0 0;
	background: #fff;
	min-height: 23.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #44403f;
}
#top .messageBox .left {
	padding: 1.6rem 5rem 2rem 10.2rem;
	width: 50%;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	position: relative;
}
#top .messageBox .left::after {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
	border-left: 1.7rem solid #3380a8;
	right: -1.6rem;
	top: 50%;
	transform: translateY(-50%);
	content: '';
}
#top .messageBox .tel {
	text-align: center;
	font-size: 1.6rem;
}
#top .messageBox .tel .big {
	color: #3380a8;
	font-size: 5.5rem;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	font-family: "Poppins", sans-serif;
	border-bottom: 0.2rem dashed #3380a8;
	padding-bottom: 0.7rem;
	margin-bottom: 0.9rem;
}
#top .messageBox .tel .sml {
	display: block;
	letter-spacing: 0.1em;
}
#top .messageBox .tel .sml span {
	display: block;
	font-size: 1.7rem;
}
#top .accessBox {
	padding-top: 18.3rem;
	display: flex;
	justify-content: space-between;
}
#top .accessBox .headLine02 {
	margin-bottom: 3.1rem;
}
#top .accessBox .mapBox {
	margin-top: 5.6rem;
	width: 50%;
	font-size: 0;
	line-height: 1;
	height: 52.5rem;
}
#top .accessBox .mapBox iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top .accessBox .leftBox {
	padding-right: 4.4rem;
	flex: 1;
}
#top .accessBox .innerBox {
	width: 47.7rem;
	margin-left: auto;
}
#top .accessBox .title {
	font-size: 4rem;
	color: #44403f;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 3.6rem;
}
#top .accessBox .listUl {
	margin-bottom: 0.7rem;
	border-top: 0.1rem solid #95d3d0;
	font-size: 1.8rem;
	font-weight: 500;
	color: #44403f;
}
#top .accessBox .listUl li {
	border-bottom: 0.1rem solid #95d3d0;
	position: relative;
	padding: 3.2rem 0 3.8rem 4.1rem;
	letter-spacing: 0.05em;
}
#top .accessBox .listUl li:last-child {
	border-bottom: none;
}
#top .accessBox .listUl .sml {
	margin-top: 0.2rem;
	display: block;
	font-size: 1.4rem;
}
#top .accessBox .listUl img {
	margin-top: -0.1rem;
	width: 2.2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
#top .accessBox .listUl .tel .sml {
	margin-top: 0.4rem;
	font-size: 1.2rem;
}
#top .accessBox .listUl .tel .num {
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.07em;
}
#top .accessBox .listUl .tel a {
	color: #44403f;
}
@media all and (min-width: 897px) and (max-width: 1300px) {
	#top .messageBox .left {
		padding-left: 8rem;
		font-size: 2.4rem;
	}
}
@media all and (max-width: 896px) {
	#top {
		margin-top: -4.2rem;
	}
	#top .mainImg .title {
		margin-top: -8.4rem;
		font-size: 2.7rem;
	}
	#top .mainImg .title .inner span {
		color: #fff;
		background: none;
		padding: 0;
		letter-spacing: 0.25em;
	}
	#top .mainImg .title .inner span + span {
		margin-top: 1.6rem;
	}
	#top .mainImg {
		margin-bottom: 4rem;
	}
	#top .messageBox {
		display: block;
		width: auto;
		border-radius: 6.3rem 6.3rem 7.3rem 7.3rem;
		margin: 0 2rem;
	}
	#top .messageBox .left {
		width: auto;
		font-size: 1.6rem;
		text-align: center;
		padding: 3.3rem 1rem 2.7rem 4.3rem;
		line-height: 1.3;
		display: block;
	}
	#top .messageBox .left::after {
		right: auto;
		top: auto;
		left: 50%;
		transform: translate(-50%,0) rotate(90deg);
		content: '';
		bottom: -0.8rem;
	}
	#top .accessBox {
		padding: 5rem 2rem 0;
		display: block;
	}
	#top .accessBox .leftBox {
		padding-right: 0;
		margin-bottom: 1.6rem;
	}
	#top .accessBox .innerBox {
		width: auto;
	}
	#top .accessBox .mapBox {
		margin-top: 0;
		width: auto;
		height: auto;
		aspect-ratio: 670 / 595;
	}
	#top .newsBox {
		margin-bottom: 6.8rem;
	}
	#top .calendarBox {
		padding: 3.8rem 0 5.1rem;
	}
	#top .messageBox .left p span {
		display: inline-block;
		text-align: left;
	}
	#top .messageBox .rightBox a {
		padding: 2.4rem 0 3rem 0;
		min-height: 0;
		display: block;
	}
	#top .messageBox .tel {
		font-size: 1.2rem;
	}
	#top .messageBox .tel .big {
		margin-bottom: 0.2rem;
		font-size: 3.5rem;
		padding-bottom: 0.4rem;
		border-width: 0.1rem;
	}
	#top .accessBox .title {
		font-size: 2.9rem;
		margin-bottom: 1rem;
	}
	#top .accessBox .listUl {
		font-size: 1.4rem;
	}
	#top .accessBox .listUl .sml {
		font-size: 1.1rem;
		line-height: 1.16;
	}
	#top .accessBox .listUl .tel .sml {
		font-size: 1.2rem;
		margin-top: 0;
	}
	#top .accessBox .headLine02 {
		margin-bottom: 0.7rem;
	}
	#top .accessBox .listUl li {
		padding: 1.3rem 0 1.4rem 3.1rem;
		letter-spacing: 0.05em;
		line-height: 1.3;
	}
	#top .accessBox .listUl img {
		width: 1.6rem;
	}
	#top .accessBox .listUl .tel .num {
		font-size: 2.5rem;
	}
	#top .calendarBox .headLine02 {
		margin-bottom: 3.7rem;
	}
	#top .showBox iframe + iframe {
		margin-top: 1.7rem;
	}
	#top .showBox {
		margin-bottom: 3.9rem;
	}
	#top .messageBox .tel .sml span {
		font-size: 1.2rem;
	}
	#top .showBox iframe {
		height: 25rem;
	}
	#top .showBox > div + div {
		margin-top: 2.1rem;
	}
	#top .mainImg .title .inner small {
		transform: translateX(0);
	}
}
