@charset "utf-8";
/* 枠だけ 要削除*/
.tmp-ly {
	background: #E5E5E5;
	width: 100%;
}

html, * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
	font-size: 62.5%;
	background: #fff;
}

body, a, p, li, dd, td {
	color: #222222;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: .5px;
	-webkit-font-smoothing: antialiased;
	animation: fadeIn .5s ease 0s 1 normal;
	-webkit-animation: fadeIn .5s ease 0s 1 normal;
	transition: .2s;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
em, strong, span, figcaption {
	font-size: inherit;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
table {
	table-layout: fixed;
	width: 100%;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
a:hover { opacity: .8; }

/* component */
.txt-color-red {
	color: #E35252;
}
.base-btn {
	padding: 15px;
	line-height: 1;
	background: #063E6E;
	text-align: center;
	font-weight: bold;
	color: #fff;
	display: block;
}
.tel-btn {
	display: block;
	color: #fff;
	background: #063E6E;
	font-size: 2.6rem;
	font-family: 'Avenir', Arial, sans-serif;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1.5px;
	position: relative;
	padding-left: 42px;
}
.tel-btn:before {
	position: absolute;
	content: '';
	background-image: url('/assets/img/svg/phone_icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	left: 15px;
	bottom: 10px;
	width: 18px;
	height: 18px;
}
.tel-txt {
	color: #FFF624;
	display: block;
	font-size: 45%;
	padding: 6px 0 8px;
	font-weight: bold;
}
.detail-btn {
	padding: 14px 60px 14px 25px !important
}
.detail-btn:after {
	right: 25px !important;
}
@media (max-width: 767px) {
	.detail-btn {
		padding: 12px 45px 12px 20px !important;
	}
	.detail-btn:after {
		right: 20px !important;
		width: 16px !important;
		height: 16px !important;
	}
}
.txt-link {
	text-decoration: underline;
	color: #005faa;
}
.ttl-label {
	color: #fff;
	background: #DE617C;
	border-radius: 30px;
	font-weight: bold;
	line-height: 1;
	padding: 6px 18px;
	white-space: nowrap;
}
.white-ttl-label {
	display: inline-block;
	color: #063E6E;
	background: #fff;
	border-radius: 30px;
	border: 1px solid #063E6E;
	font-weight: bold;
	line-height: 1;
	padding: 6px 18px;
	white-space: nowrap;
	width: 90px;
	text-align: center;
	margin-bottom: 10px;
}
h3.ttl-label {
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
}
.pink-txt {
	color: #DE617C;
}
/* layout */
main {
	display: block;
	margin-top: 202px;
	width: 100%;
}
@media (max-width: 1023px) {
	main {
		margin-top: 80px;
	}
}
@media (max-width: 768px) {
	main {
		margin-top: 60px;
	}
}
.wrapper {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: relative;
	padding-bottom: 467px;
	max-width: 1210px;
	padding: 0 5px;
	margin: 0 auto;
}
.inner {
	width: 60%;
	max-width: 1110px;
	margin: 0 auto;
}
.sec-wrap {
	padding: 60px 0;
}
@media (max-width: 767px) {
	.sec-wrap {
		padding: 40px 0;
	}
}
.sec-head {
	font-size: 2.1rem;
	line-height: 1;
	border-bottom: 3px solid #C6C6C6;
	margin-bottom: 15px;
	white-space: nowrap;
}
span.head-border {
	position: relative;
	padding-right: 8px;
	padding-bottom: 4px;
	display: inline-block;
}
span.head-border:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 3px;
	background: #063E6E;
}
span.head-border img {
	margin-right: 6px;
	width: 15px;
}
@media (max-width: 767px) {
	.sec-head {
		font-size: 1.8rem;
	}
	span.head-border img {
		width: 14px;
	}
}
.subhead {
	margin-bottom: 18px;
	line-height: 1;
	font-size: 2.0rem;
}
@media(max-width: 460px) {
	.subhead  {
		margin-bottom: 12px;
		font-size: 1.6rem;
	}
}
.fixed_width {
	width: auto;
	max-width: 1000px;
	margin: auto;
	padding: 20px;
}
.ly-flex {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.ly-square-img {
	position: relative;
}
.ly-square-img:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.ly-square-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
.ly-detail-arrow-left,
.ly-detail-arrow-right {
	display: inline-block;
	position: relative;
}
.ly-detail-arrow-right {
	padding-right: 40px;
}
.ly-detail-arrow-left {
	padding-left: 40px;
}
.ly-detail-arrow-left:after,
.ly-detail-arrow-right:after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	background-image: url('/assets/img/svg/arrow_right.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}
.ly-detail-arrow-right:after {
	right: 0;
}
.ly-detail-arrow-left:after {
	left: 0;
}
@media (max-width: 767px) {
	.ly-detail-arrow-right {
		padding-right: 25px;
	}
	.ly-detail-arrow-left {
		padding-left: 25px;
	}
	.ly-detail-arrow-left:after,
	.ly-detail-arrow-right:after {
		width: 15px;
		height: 15px;
	}
}
.ly-border {
	display: block;
	border-radius: 20px;
	padding: 25px 30px;
}
.ly-shadow {
	box-shadow: 0px 3px 6px rgba(0,0,0, .2);
}
@media (max-width: 767px) {
	.ly-border {
		padding: 30px 25px;
	}
}
.listyle {
	list-style: none;
}
.kerning {
	display: inline-block;
}
#breadcrumb ul li {
	display: inline-block;
	padding-right: 8px;
}

/* header */
#breadcrumb {
	position: absolute;
	bottom: 10px;
	left: 35px;
	line-height: .8;
}
#breadcrumb span, #breadcrumb span a {
	font-size: 1.2rem;
}
#breadcrumb span {
	font-weight: 700;
}
.breadcrumb_last {
	color: #335471;
}
@media (max-width: 767px) {
	#breadcrumb {
		left: 30px;
	}
}
@media (max-width: 460px) {
	#breadcrumb {
		bottom: 0px;
		left: 15px;
	}
	#breadcrumb span, #breadcrumb span a {
		font-size: 1.0rem;
	}

}

/* main */

.m-col2 {
	justify-content: center;
}
/* aside */
aside {
	max-width: 300px;
	margin-left: 5vw;
	margin-right: auto;
}
.fb-iframe {
	margin-bottom: 40px;
}
.side-banners {
	max-width: 250px;
	margin: auto;
}
.side-banners a {
	margin-bottom: 24px;
	display: block;
	text-align: center;
}
@media(max-width: 940px) {
	.m-col2 {
		display: block !important;
	}
 	.inner {
		width: 95%;
		min-width: 340px;
	}
	aside {
		width: 100%;
		margin: auto;
	}
	.fb-iframe {
		margin-bottom: 30px;
	}
	.side-banners a {
		width: 80%;
		margin: 15px auto ;
	}
}
/* footer */
footer {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	padding: 60px 5px 0px;
	font-weight: 600;
}
.footer-wrap {
	max-width: 970px;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
}
.footer-info {
	max-width: 360px;
	margin: auto;
	text-align: center;
}
.footer-hours {
	margin-bottom: 8px;
}
.footer-address {
	margin: 15px 0 8px;
}
.footer-tel .tel-btn {
	font-size: 3.2rem;

}
.footer-tel .tel-btn:before {
	left: 44px;
	bottom: 19px;
	width: 24px;
	height: 24px;
}
.footer-gmap {
	width: 50%;
	max-width: 445px;
}
.timetable-wrap {
	width: 100%;
	margin-bottom: 6px;
}
.copyright {
	font-size: 1rem;
	text-align: center;
	color: #ccc;
	padding: 15px 0 5px;
}
@media (max-width: 767px) {
	footer {
		padding-top: 45px;
	}
	.footer-wrap {
		display: block;
		width: 300px;
	}
	.footer-wrap div {
		width: 100%;
	}

	.footer-tel .tel-btn:before {
		left: 15px;
		bottom: 19px;
		width: 22px;
		height: 22px;
	}
}
.sp-footer-bar {
	display: none;
}
@media(max-width: 460px) {
	.sp-footer-bar {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		padding: 5px;
		z-index: 999;
		justify-content: space-between;
	}
	.sp-footer-bar a {
		display: block;
		width: 49%;
		height: 60px;
		text-align: center;
		box-shadow: -1px 1px 3px #6b6b6b;
		padding-top: 8px;
	}
	.sp-footer-bar-access {
		background: #102D46;
		color: #fff;
	}
	.sp-footer-bar-access img {
		margin-bottom: 8px;
	}
	.sp-footer-bar-tel {
		background: #DE617C !important;
		color: #fff;
		font-size: 1.8rem;
		padding-left: 28px;
		white-space: nowrap;
	}
	.sp-footer-bar-tel .tel-txt {
		color: #fff;
	}
	.sp-footer-bar-tel:before {
		width: 13px;
		height: 13px;
		left: 10px;
	}
}

@media (max-width: 767px) {
	body, a, p, li, dd, td {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	header {
		height: 55px;
		position: fixed;
		display: block;
		z-index: 999;
		background: rgba(255,255,255, .8);
	}
	.logo-wrap a {
		width: 150px;
	}
}


h1.page-ttl {
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 4rem;
	margin-bottom: 24px;
	background: #222;
	color: #fff;
	position: relative;
	text-shadow: 0px 3px 6px rgba(0,0,0, .2);
}
h1.page-ttl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	position:relative;
}
h1.page-ttl span {
	position: absolute;
	top: 45%;
	left: 0;
	padding-left: 25px;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
	text-shadow: 3px 3px 3px #2f2f2f;
}
@media (max-width: 767px) {
	h1.page-ttl {
		font-size: 2.4rem;
		min-height: 100px;
	}
	h1.page-ttl img {
		min-height: 100px;
	}
}
@media (max-width: 460px) {
	h1.page-ttl span {
		padding-left: 10px;
	}
}

.post-wrap {
	background: #fff;
	padding: 60px 60px 45px;
}
.post-span {
	display: block;
}
.post-detail-btn {
	width: 135px;
	font-size: 1.2rem;
	padding: 12px 25px !important;
	white-space: nowrap;
	margin-top: 15px;
	margin-right: 0;
	margin-left: auto;
}
.post-detail-btn.ly-detail-arrow-right:after {
	width: 17px;
	height: 17px;
	right: 25px !important;
}
.post-ul li {
	padding: 24px 30px;
	border-top: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;
	background: #F2F5F4;
	margin-bottom: 30px;
}
.post-ul li a {
	display: block;
}
.post-ul li:last-child {
	margin-bottom: 0;
}
.post-date {
	background: #DE617C;
	border-radius: 20px;
	padding: 6px 12px;
	color: #fff;
	display: inline-block;
	font-size: 1.05rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1.5px;
	margin-bottom: 8px;
}
.top-post-ttl {
	display: block;
}
.post-ttl {
	font-size: 1.8rem;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 1.2;
}
.post-ttl-wrap {
	padding: 10px;
	background: #F2F5F4;
	margin-bottom: 18px;
}
@media (max-width: 767px) {
	.post-wrap {
		padding: 30px 25px 10px;
	}
	.post-ul li {
		padding: 15px;
	}
	.post-ttl {
		font-size:  1.6rem;
		padding-bottom: 12px;
	}
	.post-detail-btn {
		font-size: 1rem;
		width: 105px;
		padding: 8px 15px !important;
		margin-top: 5px;
	}
	.post-detail-btn.ly-detail-arrow-right:after {
		width: 10px;
		height: 10px;
		right: 15px !important;
	}
}
.sec-top-wrap {
	padding-top: 10px;
}
@media (max-width: 640px) {
	aside.sec-wrap {
		padding-bottom: 0;
	}
	.inner > .sec-wrap {
		padding-top: 20px;
	}
}
@media (max-width: 460px) {
	.post-wrap {
		padding: 25px 15px 10px;
	}
}

.contact-tel-link {
	float: left;
	font-weight: bold;
	color: #063E6E;
	border-bottom: 2px solid #063E6E;
	font-size: 120%;
	padding-top: 5px;
	vertical-align: middle;
	margin-bottom: 20px;
}
.contact-tel-link img {
	vertical-align: middle;
	padding-right: 8px;
	padding-bottom: 5px;
	width: 24px;
}
.contact-tel-link small {
	font-weight: normal;
	padding-left: 10px;
}
.contact-link-wrap{
	text-align: center;
	margin-bottom: 20px;
}
@media(max-width: 640px) {
	.contact-tel-link {
		display: inline-block;
		margin-right: auto;
		margin-left: auto;
		float: none;
		text-align: center;
	}
}
.wpcf7 .ajax-loader {
	margin: 15px 0 0 !important;
}
.wpcf7 .wpcf7-response-output {
	margin-right: 0 !important;
    margin-left: auto !important;
    margin-top: 20px !important;
	max-width: 540px;
}
.wpcf7 form table tr:last-child td {
	padding-bottom: 0 !important;
}
.grecaptcha-badge { visibility: hidden; }

.side-links {
	margin-bottom: 24px;
}

.cooperate-ahs-btn {
	position: relative;
}
a.cooperate-ahs-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #093e6d;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  padding: 0 25px;
  color: #093e6d;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.cooperate-ahs-btn:hover {
  background: #093e6d;
  border: 1px solid #093e6d;
  color: #FFF624;
  opacity: 1;
}
a.cooperate-ahs-btn:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 50px;
  border-color: transparent transparent #093e6d transparent;
}
a.cooperate-ahs-btn span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
}
a.cooperate-ahs-btn span:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
a.cooperate-ahs-btn span:after {
    content: '';
    width: 3px;
    height: 3px;
    border: 0;
    border-top: 2px solid #093e6d;
    border-right: 2px solid #093e6d;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
}
