@charset "utf-8";

/*---------- ビジュアル更新 ----------*/
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}

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

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

img.alignright {
	margin-left: auto;
}

img.alignleft {
	margin-right: auto;
}

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

.clearfix {
	overflow: hidden;
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

pre {
	white-space: pre-wrap;
}

.gallery-item img {
	width: 100%;
}

/*-------------------------------*/
img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

p {
	display: block;
	margin-bottom: 25px;
	line-height: 1.875;
	letter-spacing: 0.05em;
	max-height: 100%;
}

ul,
ol {
	padding-left: 20px;
	margin: 10px 0;
}

li {
	line-height: 2.7rem;
	margin-bottom: 5px;
	max-height: 100%;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}

ul li:last-child,
ol li:last-child {
	margin-bottom: 0;
}

a {
	color: #222;
	text-decoration: underline;
	max-height: 100%;
}

a:visited {
	color: #333;
}

a[target="_blank"] {
	padding-right: 25px;
	background: url(../img/popup.svg) no-repeat center right 5px;
}

a.non[target="_blank"] {
	padding-right: 0;
	background: none;
}

a[href$=".doc"],
a[href$=".docx"] {
	padding-right: 25px;
	background: url(../img/icon_word.svg) no-repeat center right 5px;
}

a[href$=".xls"],
a[href$=".xlsx"] {
	padding-right: 25px;
	background: url(../img/icon_excel.svg) no-repeat center right 5px;
}

a[href$=".pdf"] {
	padding-right: 25px;
	background: url(../img/icon_pdf.svg) no-repeat center right 5px;
}

a.none[href$=".pdf"] {
	padding-right: 0;
	background: none;
}

[href^="tel:"] {
	color: #333 !important;
	pointer-events: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


.anchor {
	display: block;
	padding-top: 100px !important;
	margin-top: -100px !important;
	pointer-events: none;
}

.anchor>* {
	pointer-events: auto;
}

/*-------------------------------------------------------------
	table
-------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table {
	width: 100%;
	margin: 30px auto;
}

table tr {
	border-bottom: 1px solid #CCCCCC;
}

table tr:first-child {
	border-top: 1px solid #CCCCCC;
}

table th {
	font-weight: 700;
	text-align: left;
	padding: 20px 25px;
	background: #F9F6F4;
	width: 25.45%;
	vertical-align: unset;
	max-height: 100%;
}

table td {
	padding: 20px;
	max-height: 100%;
}

table th>*:first-child,
table td>*:first-child {
	margin-top: 0 !important;
}

table th>*:last-child,
table td>*:last-child {
	margin-bottom: 0 !important;
}

table td ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 0;
}

/*------------ table 別デザイン ------------*/
.table_no_bg {
	margin: 30px 0;
}

.table_no_bg table {
	margin: 0;
}

.table_no_bg table tr:first-child {
	/*border-top: 2px solid #CCCCCC;*/
}

.table_no_bg table th {
	background: transparent;
	position: relative;
	font-weight: 400;
	width: 26.4%;
	padding: 18px 4% 18px 5.5%;
	vertical-align: middle;
}

.table_no_bg table th:after {
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% - 40px);
	background: #DDDDDD;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.table_no_bg table td {
	padding: 18px 5.5%;

}

/*------------  ------------*/
.content_area {
	padding:0 0 130px 0;
	margin: 0 auto;
	position: relative;
}

.inner {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto 0;
	position: relative;
}

/*.content_area .inner>*:first-child {
	margin-top: 0;
}*/

.content_area .inner>*:last-child {
	margin-bottom: 0;
}

/*.sec_in {
	max-width: 948px;
	margin: auto;
}

.sec_in>*:last-child {
	margin-bottom: 0 !important;
}*/

.link_btn {
	position: relative;
	display: block;
	text-decoration: none;
	width: 263px;
	font-weight: 500;
	line-height: 1.2;
	color: #FFF !important;
	text-align: center;
	padding: 16px 40px 17px 40px;
	background: #F77D99;
	border-radius: 100px;
	overflow: hidden;
	z-index: 10;
	transition: all 0.3s;
}

.link_btn:hover {
	background:#eb5a7c;
}





.column_02,
.column_03 {
	display: flex;
	flex-wrap: wrap;
}

.column_02>div {
	width: calc((100% - 40px) / 2);
	margin-right: 40px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.column_02>div:nth-child(2n) {
	margin-right: 0;
}

.column_03>div,
.column_03>ul {
	width: calc((100% - 42px) / 3);
	margin-right: 21px;
	box-sizing: border-box;
}

.column_03>div img {
	margin: 0;
}

.column_03>div:nth-child(3n),
.column_03>ul:nth-child(3n) {
	margin: 0;
}

.column_04 {
	display: flex;
	flex-wrap: wrap;
}

.column_04 ul {
	line-height: 1.85em;
	margin-right: 2%;
	width: 23.5%;
}

.column_04 ul:nth-child(4n) {
	margin-right: 0;
}


.txt_right {
	text-align: right;
	margin-bottom: 80px;
}

.txt_left {
	text-align: left;
}

.txt_center {
	text-align: center;
}


/*---------- pagenav ----------*/
.wp-pagenavi {
	position: relative;
	padding: 0 44px;
	margin-top: 84px;
	text-align: center;
}

.wp-pagenavi a {
	color: #B7B7B7;
	text-decoration: none !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding: 0 5px;
	margin: 0 1.41%;
	width: 34px;
	height: 34px;
	line-height: 34px;
	transition: color 0.3s;
	border: none;
	text-decoration: none !important;
	font-weight: 500;
	color: #222;
	padding: 0;
	margin: 0 7px;
	transition: all .3s ease;

}

.wp-pagenavi .current,
.wp-pagenavi .page:hover {
	width: 34px;
	color: #fff;
}

.wp-pagenavi .current::before,
.wp-pagenavi .page::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 50%;
	margin: auto;
	width: 34px;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transform: translateX(-50%);
	transition: all 0.3s;
	z-index: -5;
	border-radius: 50%;
}

.wp-pagenavi .current::before,
.wp-pagenavi .page:hover::before {
	background-color:#F77D99;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	position: absolute;
	top: 50%;
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
	line-height: 1.875;
	transition: all .3s ease;
	transform: translateY(-50%);
	text-decoration: underline !important;
}

.wp-pagenavi .nextpostslink {
	right: 0;
}

.wp-pagenavi .previouspostslink {
	left: 0;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
	text-decoration: none !important;
}


/*--パンくず--*/
#breadcrumbs{
}
.breadcrumb_inner{
	max-width:1440px;
	padding:10px 20px 0 20px;
	margin:0 auto;
}
.breadcrumbs a{
	text-decoration:none;
}
.breadcrumbs .home span{
	position:relative;
}



.breadcrumbs>span:not(:last-child) {
    position: relative;
}
.breadcrumbs>span:not(:last-child):after {
    content: "＞";
    font-size: 1.6rem;
    margin: 0 7px 0 10px;
}


@media screen and (max-width:767px) {
	img {
		width: auto;
		height: auto;
		max-width: 100%;
	}

	.anchor {
		display: block;
		padding-top: 65px !important;
		margin-top: -65px !important;
	}

	p {
		margin-bottom: 15px;
		line-height: 1.8;
	}

	[href^="tel:"] {
		pointer-events: all;
		text-decoration: underline;
	}

	table th {
		padding: 15px 7px;
		width: 30%;
	}

	table td {
		padding: 15px 10px 15px 5px;
	}

	/*------------ table 別デザイン ------------*/
	.table_no_bg table th {
		width: 100%;
		display: block;
		padding: 10px;
		background: #F8F8F8;
	}

	.table_no_bg table td {
		width: 100%;
		display: block;
		padding: 10px;
	}

	.table_no_bg table th:after {
		content: none;
	}

	/*------------  ------------*/
	.content_area {
		padding:0 0 70px !important;
	}

	#content_h.img_none_h+.content_area {
		padding-top: 40px !important;
	}

	.link_btn {
		max-width: 100%;
		padding: 12px 15px 14px;
	}


	.column_02>div,
	.column_03>div {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.column_03>ul {
		width: 100%;
		margin-right: 0;
	}


	.column_04 ul {
		margin: 0;
		width: 100%;
	}

	
	/*---------- pagenav ----------*/
	.wp-pagenavi {
		padding: 0;
		margin-top: 40px;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 1.5rem;
		margin: 0 5px;
		width: 38px;
		height: 38px;
		line-height: 37px;
	}

	.wp-pagenavi .current,
	.wp-pagenavi .page:hover {
		width: 38px;
	}

	.wp-pagenavi .current::before,
	.wp-pagenavi .page::before {
		width: 38px;
	}

	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink {
		display: none;
	}
}

/*---------------------------------------------------------
	各ページcatch
---------------------------------------------------------*/
#header_wrap {
	background: transparent;
}

#header_wrap.smallhead {
	background: #fff;
}

#content_wrap {
	position: relative;
}


#content_h {
	width: 100%;
	padding: 280px 0 220px;
	/*background: #F9F6F4;*/
	position: relative;
}

#h_area {
	/*max-width: 1200px;*/
	padding: 0 20px;
	margin: 0 auto;
	text-align:center;
}

#h_area h1 {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.25;
	font-weight: 500;
	position: relative;
	margin-bottom:0;
}


#h_area h1:before{
	display: block;
	content: attr(data-txt)'';
	font-size: 4.0rem;
	/*nt-family: 'Lobster', cursive;*/
	font-weight:500;
	letter-spacing: 0.1em;
	/*color: #299393;*/
	margin-top:20px;
}


/*.h_img {
	position: absolute;
	right: 0;
	bottom: -65px;
	width: 1064px;
	max-width: 55.41%;
	height: 437px;
	border-radius: 300px 0 0 300px;
	overflow: hidden;
}*/

/*.h_img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}*/

/* img_none_h */
#content_h.img_none_h {
	padding: 65px 0 0 0;
}

#content_h.img_none_h #h_area {
	text-align: center;
}

#content_h.img_none_h+.content_area {
	padding-top: 50px;
}

/* 各ページh2 */
h2 {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.65;
	margin: 50px 0 30px;
	position: relative;
}



/* 各ページh3 */
h3 {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin: 50px 0 25px;
}



/* 各ページh4 */
h4 {
	margin: 50px 0 15px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 1.8px;
	line-height: 3.2rem;
	position: relative;
}



/* 各ページh5 */
h5 {
	font-weight: 500;
	margin: 35px 0 10px;
	line-height: 2.9rem;
}

/*------------ その他共通項目 ------------*/
/* 画像 */
.border_radius_box {
	border-radius: 33px;
	overflow: hidden;
}

.border_radius_box img {
	width: 100%;
	height: auto !important;
}



@media screen and (max-width:767px) {
	#content_h {
		padding: 100px 0 80px 0;
	}

	#content_h::after {
		height: 33px;
	}

	#h_area h1 {
		font-size: 1.4rem;
	}

	#h_area h1::before {
		font-size: 2.0rem;
		margin: 0 0 3px;
	}

	.h_img {
		bottom: -40px;
		max-width: 76.7%;
		height: 130px;
	}

	/* img_none_h */
	#content_h.img_none_h {
		padding: 20px 0 0 0;
	}

	/* 各ページh2 */
	h2 {
		font-size: 1.8rem;
		margin: 50px 0 20px;
	}

	h3 {
		font-size: 1.6rem;
		margin: 40px 0 13px;
	}


	h4 {
		font-size: 1.5rem;
		margin: 20px 0 10px;
	}

	h5 {
		font-size: 1.3rem;
		margin: 20px 0 0;
	}

	/*------------ その他共通項目 ------------*/
	/* 画像 */


}