/* ---------------------------------------- */
/* 基本 */
/* ---------------------------------------- */

body {
	font-size: 13px;
	text-align: justify;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "メイリオ", sans-serif;
	font-weight: normal;
	color: #393939;
	padding-top: 150px;
}
body.sp-gnav-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {
	body {
		padding-top: 100px;
	}
}
@media (max-width: 767px) {
	body {
		padding-top: 110px;
	}
}

a {
	transition: 0.3s;
}
a:hover {
	opacity: 0.5;
	text-decoration: none;
}
.mn {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
}
.en {
	font-family: DINNextRoundedLTPro-Regular, sans-serif;
}
.container-fluid {
   max-width: 1040px;
   padding: 0 20px;
   margin: 0 auto;
}
a.btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #00C1C1;
	border-radius: 50px;
	max-width: 380px;
	min-height: 50px;
	margin: 0 auto;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #ffffff;
	transition: 0.3s;
}
_:-ms-fullscreen, :root a.btn {
	padding: 15px 10px 5px 10px;
}
a.btn:after {
	content: "\f105";
    font-family: FontAwesome;
    color: #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
a.btn:hover {
	color: #ffffff;
}
@media (max-width: 767px) {
	a.btn {
		font-size: 14px;
		max-width: 300px;
	}
}

@media (min-width: 1026px) {
	  .min1026-none{
		  display: none !important;
	  }
}
@media (max-width: 767px) {
	#responsive-btn {
		margin-top: 10px;
		margin-right: 10px;
	}
}
@media (min-width: 768px) {
	  .pc-none{
		  display: none !important;
	  }
}
@media (max-width: 767px) {
	  .sp-none{
		  display: none !important;
	  }
	a:hover{
		opacity: 1;
	}
}
@media (min-width: 992px) {
	  .min992-none{
		  display: none !important;
	  }
}
@media (max-width: 991px) {
	  .max992-none{
		  display: none !important;
	  }
	a:hover{
		opacity: 1;
	}
}

/* ---------------------------------------- */
/* header */
/* ---------------------------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #fff;
	transition: 0.3s all;
}
header .row {
	align-items: flex-end;
}

/* .col-sitetitle */
header .col-left dl {
	display: flex;
	margin: 0;
}
header .col-left dl dt,
header .col-left dl dt h1 {
	font-size: 13px;
	line-height: 1;
	margin: 0;
	min-width: 170px;
	transition: 0.3s all;
}
header .col-left dl dt a, 
header .col-left dl dt h1 a {
	display: inline-block;
}
header .col-left dl dt a img, 
header .col-left dl dt h1 a img {
    width: 160px;
    height: 46px;
    transition: 0.3s all;
}
@media (min-width: 768px) {
	header {
		padding: 35px 0 20px 0;
	}
	header.is-animation {
		padding: 15px 0 5px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	}
	header .col-left dl {
		align-items: center;
	}
	header .col-left dl dd {
		padding: 20px 0 0 8px;
		font-size: 13px;
	}
	header.is-animation .col-left dl dt,
	header.is-animation .col-left dl dt h1 {
		min-width: 155px;
	}
	header.is-animation .col-left dl dt a img, 
	header.is-animation .col-left dl dt h1 a img {
		width: 140px;
		height: 40px;
	}
	header.is-animation .col-left dl dd {
    padding: 20px 0 0 0;
    font-size: 13px;
	}
}
@media (max-width: 991px) {
	header .col-left dl dd {
		
	}
}
@media (max-width: 767px) {
	header {
		padding: 20px 0 20px;
	}
	header .col-left dl {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	header .col-left dl dd {
		font-size: 12px;
		white-space: nowrap;
	}
}

/* .col-contents */
header .col-right {
	display: flex;
	justify-content: flex-end;
}
header .col-right .free_dial {
	text-align: right;
	margin: 0;
}
header .col-right .free_dial dt a {
	font-weight: bold;
	font-style: normal;
	font-size: 32px;
	line-height: 1;
	color: #00A8AD;
	display: block;
	align-items: center;
	transition: 0.3s all;
}
header .col-right .free_dial dt a img {
	display: inline-block;
    margin: 0 10px 2px 0;
}
header .col-right .free_dial dd {
	font-size: 14px;
	margin: 0;
	transition: 0.3s all;
}
@media(min-width:768px){
	header.is-animation .col-right .free_dial dt a {
		font-size: 28px;
	}
	header.is-animation .col-right .free_dial dd {
    font-size: 13px;
	}
	header .col-right .sns-icon img {
		width: 42px;
	}
}
@media(max-width:991px){
	header .col-right .free_dial dt a {
		font-size: 30px;
	}
	header .col-right .free_dial dd {
		font-size: 13px;
	}
}

header .col-right .sns-icon {
	margin: 0 0 0 16px;
}
header .col-right .form-btn-wrap {
	display: flex;
	margin-left: 20px;
}
header .col-right .form-btn-wrap a {
	display: inline-block;
	width: 120px;
	height: 42px;
	background: #00C1C1;
	border-radius: 30px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 42px;
	text-align: center;
	margin-bottom: 5px;
}
_:-ms-fullscreen, :root header .col-right .form-btn-wrap a {
	line-height: 38px;
	padding-top: 4px;
}
header .col-right .form-btn-wrap a + a {
	margin-left: 10px;
}
@media(max-width:1040px){ 
	header .col-right .form-btn-wrap,
	header .col-right .sns-icon {
    margin-left: 13px;
	}
	header .col-right .form-btn-wrap a {
		width: 110px;
	}
	header .col-right .form-btn-wrap a + a {
    margin-left: 7px;
	}
}
@media(max-width:991px){
	header .col-right .sns-icon {
		margin: 0 5px;
	}
	header .col-right .form-btn-wrap {
		display: none;
	}
}
@media(min-width:768px){
	header.is-animation .col-right .form-btn-wrap a {
		width: 110px;
		height: 42px;
	}
}
@media(max-width:767px){
	header .col-right .sns-icon a img {
		width: 40px;
	}
}

/*ハンバーガー*/
header .col-right #sp-gnav-btn {
	display: none;
	position: relative;
	background-color: #00C1C1;
	width: 42px;
	height: 42px;
	cursor: pointer;
}
header .col-right #sp-gnav-btn span {
	position: absolute;
	height: 3px;
	width: 20px;
	border-radius: 1px;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	transition: 0.3s;
}
header .col-right #sp-gnav-btn span:nth-child(1) {
	top: calc(50% - 7px);
}
header .col-right #sp-gnav-btn span:nth-child(2) {
	top: calc(50% - 0px);
}
header .col-right #sp-gnav-btn span:nth-child(3) {
	top: calc(50% + 7px);
}
@media(max-width:991px){
	header .col-right #sp-gnav-btn {
		display: inline-block;
	}
}
@media(max-width:767px){
	header .col-right #sp-gnav-btn {
		width: 40px;
		height: 40px;
	}
}
/*#sp-gnav*/
header .col-right #sp-gnav {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    top: 0;
    right: 0;
    width: 100%;
	height: 100vh;
    max-width: 500px;
	transform: translateX(100%);
    transition: 0.3s;
	z-index: 100;
}
header .col-right #sp-gnav::after {
	content: "";
	width: 100%;
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
    background-color: rgba(0,167,172,0.9);
	min-height: 45px;
}
header .col-right #sp-gnav a {
	color: #fff;
}
@media (max-width: 575px) {
	header .col-right #sp-gnav {
	    max-width: 100%;
	}
}
/*閉じるボタン*/
header .col-right #sp-gnav .close-btn-wrap {}
header .col-right #sp-gnav .close-btn-wrap #close-btn {
    position: relative;
    top: 25px;
    right: 20px;
	width: 30px;
    height: 30px;
    margin: 0 0 0 auto;
    cursor: pointer;
}
header .col-right #sp-gnav .close-btn-wrap #close-btn span {
	position: absolute;
	height: 2px;
	width: 20px;
	border-radius: 1px;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	transition: 0.3s;
}
header .col-right #sp-gnav .close-btn-wrap #close-btn span:nth-child(1) {
	top: calc(50% - 0px);
	transform: translate(-50%,-50%) rotate(45deg);
}
header .col-right #sp-gnav .close-btn-wrap #close-btn span:nth-child(2) {
	top: calc(50% + 0px);
	transform: translate(-50%,-50%) rotate(135deg);
}
/*メインリスト*/
header .col-right #sp-gnav .sp-gnav-main {
    background-color: rgba(0,167,172,0.9);
    padding: 60px 35px 30px;
	margin: -30px 0 0;
}
header .col-right #sp-gnav .sp-gnav-main > li {
	list-style: none;
	padding: 0;
    margin: 0 0 5px;
	border-bottom: solid 1px #fff;
}
header .col-right #sp-gnav .sp-gnav-main > li a {
    display: block;
    padding: 5px 0;
}
_:-ms-fullscreen, :root header .col-right #sp-gnav .sp-gnav-main > li a {
    padding: 8px 0 2px;
}

/*ドロップダウン*/
header .col-right #sp-gnav .sp-gnav-main > li > span.has-dropdown {
	position: relative;
	display: block;
    padding: 5px 20px 5px 0;
	cursor: pointer;
}
_:-ms-fullscreen, :root header .col-right #sp-gnav .sp-gnav-main > li > span.has-dropdown {
    padding: 8px 20px 2px 0;
}
header .col-right #sp-gnav .sp-gnav-main > li > span.has-dropdown::after {
    position: absolute;
    content: "\f078";
    display: inline-block;
    transform: translateY(-50%);
    top: 50%;
    right: 5px;
    font-family: FontAwesome;
    font-size: 11px;
}
header .col-right #sp-gnav .sp-gnav-main > li > span.has-dropdown.open::after {
	transform: translateY(-50%) rotate(180deg);
}
header .col-right #sp-gnav .sp-gnav-main > li > ul.dropdown {
    padding-left: 0;
    margin: 5px 0 15px;
	display: none;
}
header .col-right #sp-gnav .sp-gnav-main > li > ul.dropdown > li {
	display: block;
    padding-top: 5px;
	border-top: dotted 1px rgba(255,255,255,0.5);
}
header .col-right #sp-gnav .sp-gnav-main > li > ul.dropdown > li > a{
    padding: 5px 0 5px 1em;
}
_:-ms-fullscreen, :root header .col-right #sp-gnav .sp-gnav-main > li > ul.dropdown > li > a{
    padding: 8px 0 2px 1em;
}


/*フォームボタン*/
header .col-right #sp-gnav .sp-gnav-form {
    font-size: 14px;
    padding: 0;
    margin: 0;
    display: flex;
}
header .col-right #sp-gnav .sp-gnav-form li {
	flex-basis: 100%;
	max-width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
header .col-right #sp-gnav .sp-gnav-form li + li {
	border-left: solid 1px #fff;
}
header .col-right #sp-gnav .sp-gnav-form li a {
	display: block;
	padding: 15px 10px;
	margin: 0;
	background-color: rgba(47,134,222,0.9);
	text-align: center;
}
_:-ms-fullscreen, :root header .col-right #sp-gnav .sp-gnav-form li a {
	padding: 17px 10px 13px 10px;
}

/*スマホナビオープン*/
body.sp-gnav-open header .col-right #sp-gnav {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
	overflow-y: scroll;
}
header .col-right #close-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
	left: 0;
    background-color: rgba(0,0,0,0.3);
	visibility: hidden;
	opacity: 0;
    cursor: pointer;
	transition: 0.3s;
	z-index: 99;
}
body.sp-gnav-open header .col-right #close-box {
	visibility: visible;
	opacity: 1;
}
@media (max-width: 575px) {
	body.sp-gnav-open header .col-right #close-box {
		visibility: hidden;
		opacity: 0;
	}
}


/* #menu-gnav */
header .global-nav {
	padding: 0;
	margin: 20px 0 0 0;
	width: 100%;
	transition: 0.3s all;
}
header.is-animation .global-nav {
	margin: 5px 0 0 0;
}

@media(max-width:991px){
	header .global-nav {
		display: none;
	}
}
header .global-nav > ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
header .global-nav > ul > li {
	flex-grow: 2;
	position: relative;
	padding: 10px 0;
}
header .global-nav > ul > li > a {
	display: block;
	border-right: 1px solid #dddddd;
	text-align: center;
    font-size: 14px;
    color: #363636;
    padding: 0 10px;
    line-height: 1.2;
}
header .global-nav > ul > li > a:hover,
header .global-nav > ul > li:hover > a {
	opacity: 1;
	color: #00A8AD;
}
header .global-nav > ul > li:last-child > a {
	padding-right: 0;
	border-right: 0;
}
header .global-nav > ul > li:first-child > a {
	padding-left: 0;
}
header .global-nav .dropdown {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	text-align: left;
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 10;
}
header .global-nav .dropdown li {
	width: 180px;
	border-top: 1px solid #ffffff;
}
header .global-nav .dropdown li a {
	display: block;
	background-color: #00A8AD;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.2;
	padding: 7px 10px;
}
_:-ms-lang(x)::-ms-backdrop, header .global-nav .dropdown li a {
	padding: 9px 10px 5px 10px;
}
header .global-nav .dropdown li a:hover {
	opacity: 1;
	background-color: #00C1C1;
}
/* ---------------------------------------- */
/* footer */
/* ---------------------------------------- */

/* contact */
.footer .contact {
	background-color: #99D4D8;
	padding: 40px 0;
}
.footer .contact .col-left dl {
	display: inline-block;
	text-align: right;
	margin: 25px 0 20px 0;
}
.footer .contact .col-left dl dt a {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-style: normal;
	font-size: 38px;
	line-height: 1;
	color: #363636;
}
.footer .contact .col-left dl dt a img {
	margin-right: 10px;
}
.footer .contact .col-left dl dd {
	font-size: 14px;
}
.footer .contact .col-left p {
	font-size: 16px;
	margin: 0;
	line-height: 1.8;
}
.footer .contact .col-right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}
.footer .contact .col-right a {
    background-color: #00A8AD;
    color: #fff;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.footer .contact .col-right a:before {
	content: "\f0e0";
    font-family: FontAwesome;
    font-weight: normal;
    color: #ffffff;
}
@media (min-width: 768px) {
	.footer .contact .col-right {
		display: flex;
		align-items: center;
	}
	.footer .contact .col-right a {
		position: relative;
		max-width: 400px;
		height: 70px;
		min-height: 70px;
		padding: 10px;
		font-size: 18px;
		margin: 20px 0 20px auto;
	}
	_:-ms-fullscreen, :root .footer .contact .col-right a {
		padding-top: 15px;
	}
	.footer .contact .col-right a:before {
		position: absolute;
		top: 50%;
		left: 40px;
		transform: translateY(-50%);
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.footer .contact {
		padding-bottom: 0;
	}
	.footer .contact .container-fluid {
		padding: 0;
	}
	.footer .contact .row {
		margin: 0;
	}
	.footer .contact .col-left {
		padding: 0 20px;
	}
	.footer .contact .col-left p {
		font-size: 14px;
	}
	.footer .contact .col-right {
		padding: 0;
		margin-top: 40px;
	}
	.footer .contact .col-right ul {
		display: flex;
	}
	.footer .contact .col-right ul li {
		width: 100%;
	}
	.footer .contact .col-right ul li:first-child {
		border-right: 1px solid #ffffff;
	}
	.footer .contact .col-right a {
		font-size: 12px;
		height: 50px;
		min-height: 50px;
	}
	.footer .contact .col-right a:before {
		display: inline-block;
		margin-right: 0.4em;
	}
	_:-ms-fullscreen, :root .footer .contact .col-right a {
		padding-top: 5px;
	}
	_:-ms-fullscreen, :root .footer .contact .col-right a:before {
		padding-bottom: 3px;
	}
}

/* footer-nav */
.footer .footer-nav {
	background-color: #AFE0E3;
	padding: 30px 0 50px 0;
}
.footer .footer-nav a {
	color: #363636;
}
.footer .footer-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer .footer-nav ul li a {
	line-height: 1.6;
}
.footer .footer-nav .col-nav > ul > li:before {
	content: "\f101";
    font-family: FontAwesome;
    color: #FF6725;
    margin-right: 5px;
}
@media (min-width: 768px) {
	.footer .footer-nav .col-nav > ul > li {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.footer .footer-nav .col-nav > ul > li ul {
		margin: 10px 0 0 20px;
	}
	.footer .footer-nav .col-nav > ul > li ul > li {
		font-size: 14px;
		margin-bottom: 5px;
	}
}
@media(max-width: 767px) {
	.footer .footer-nav {
		padding-bottom: 0;
	}
}
/*アコーディオン*/
@media(max-width: 767px) {
	.footer .footer-nav ul li {
		margin-bottom: 5px;
	}
	.footer .footer-nav ul li a {
		font-size: 14px;
	}
	.footer .footer-nav ul li span.aco-arrow {
		margin-left: 1em;
		display: inline-block;
		font-size: 11px;
		cursor: pointer;
	}
	.footer .footer-nav ul li span.aco-arrow::before {
		content: "\f078";
		font-family: FontAwesome;
	}
	.footer .footer-nav ul li span.aco-arrow.open {
		transform: rotate(180deg);
	}
	/*アコーディオン内*/
	.footer .footer-nav ul.child-list-wrap {
		padding-left: 2em;
		margin-bottom: 10px;
		display: none;
	}
	.footer .footer-nav ul.child-list-wrap > li {
		margin-top: 5px;
	}
}
/*SNS*/
.footer .footer-nav .col-sns > ul {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	height: 100%;
	margin-bottom: 15px;
}
.footer .footer-nav .col-sns > ul > li {
	margin-bottom: 5px;
}
.footer .footer-nav .col-sns > ul > li > a {
	display: block;
}
@media(max-width: 767px) {
	.footer .footer-nav .col-sns > ul > li > a >img {
		width: 40px;
		height: auto;
	}
}
/*フッターボタン*/
.footer .footer-nav .sp-btn-wrap {
	margin-top: 15px;
}
.footer .footer-nav .sp-btn-wrap > ul {
	display: flex;
}
.footer .footer-nav .sp-btn-wrap > ul > li {
	flex-basis: 50%;
	max-width: 50%;
	border-bottom: solid 1px #fff;
	margin: 0;
}
.footer .footer-nav .sp-btn-wrap > ul > li + li {
	border-left: solid 1px #fff;
}
.footer .footer-nav .sp-btn-wrap > ul > li > a {
    background-color: #00C1C1;
    color: #fff;
    line-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

/* copyright */
.footer .copyright {
	background-color: #00A8AD;
}
.footer .copyright p {
	font-size: 20px;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color: #ffffff;
}
@media (max-width: 767px) {
	.footer .copyright {
		padding-bottom: 45px;
	}
	.footer .copyright p {
		font-size: 14px;
		padding: 12px 0;
	}
}

/* ---------------------------------------- */
/* side-btn（旧CSS これ必要？） */
/* ---------------------------------------- */

/*side-btn*/
section.side_btn {
	position: absolute;
	z-index: 100;
}
section.side_btn .sp-none {
    position: fixed;
    right: 0;
    top: calc(50% - 100px);
    width: 81px;
}
section.side_btn .sp-none a {
    margin: 4px 0;
    display: block;
}
section.side_btn .sp-none a img {}

section.side_btn .pc-none {
    position: fixed;
	right: 0;
    bottom: 0;
    left: 0;
	padding: 0;
    margin: 0;
}
section.side_btn .pc-none > li {
	padding: 0;
	margin: 0;
	list-style: none;
	max-width: 50%;
	flex-basis: 50%;
}
section.side_btn .pc-none > li.contact {
	max-width: 50%;
	flex-basis: 50%;
}
section.side_btn .pc-none > li + li {
	border-left: solid 1px #FFA781;
}
section.side_btn .pc-none > li a {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    background-image: linear-gradient( -63deg , #FFFFFF 6%, #FFE89C 6%, #FFE89C 44%, #ffffff 44%, #ffffff 56%, #FFE89C 56%, #FFE89C 94%, #ffffff 94%, #ffffff 100%);
    background-size: 5px 10px;
    line-height: 45px;
    font-size: 14px;
    font-weight: 700;
    color: #4D4D4D;
}
section.side_btn .pc-none > li a::before {
	color: #FF6725;
	margin-right: 0.5em;
	font-family: FontAwesome;
}
section.side_btn .pc-none > li.tell a::before {
	content: "\f095";
}
section.side_btn .pc-none > li.contact a::before ,
section.side_btn .pc-none > li.order a::before {
	content: "\f0e0";
}

/* ---------------------------------------- */
/* breadcrumb */
/* ---------------------------------------- */

#breadcrumb {
	margin: 20px 0;
}
#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	color: #999999;
}
#breadcrumb ul li {
	display: inline-block;
}
#breadcrumb ul li:after {
	content: ">";
	margin: 0 0.5em;
}
#breadcrumb ul li:last-child:after {
	content: none;
}
#breadcrumb ul li a {
	color: #999999;
}

/* ---------------------------------------- */
/* page-header */
/* ---------------------------------------- */

.page-header {
	padding: 20px 0 10px 0;
}
.page-header .container-fluid {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	min-height: 120px;
	text-align: center;
}
.page-header dl {
	margin: 0;
}
.page-header dl dt {
	position: relative;
	padding-bottom: 20px;
}
.page-header dl dt:after {
	position: absolute;
	content: "";
	width: 30px;
	border-bottom: 4px solid #00A7AC;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.page-header dl dt h1 {
	font-size: 28px;
	letter-spacing: 0.1em;
	margin: 0;
}
.page-header dl dt p {
	font-size: 28px;
	letter-spacing: 0.1em;
	margin: 0;
    font-weight: 500;
    line-height: 1.2;
}
.page-header dl dd {
	font-size: 14px;
	color: #00A7AC;
	margin: 10px 0 0 0;
	letter-spacing: 0.1em;
}
@media (max-width: 767px) {
	.page-header .container-fluid {}
}

/* ---------------------------------------- */
/*共通 SERVICE*/
/* ---------------------------------------- */
section#servicelist{
	background-color: #f4f4f4;
	padding: 20px 0 50px;
}
section#servicelist .container-fluid{
	position: relative;
}
section#servicelist .container-fluid > .title-wrap {
	position: relative;
	margin: 27px 0 22px;
}
section#servicelist .container-fluid > .title-wrap h2{
    font-family: DINNextRoundedLTPro-Regular,"游ゴシック体", YuGothic, "YuGothic M", sans-serif , Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #494949;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
	margin: 0 0 5px;
}
section#servicelist .container-fluid > .title-wrap h2::after {
    content: "";
    display: block;
    width: 106px;
    border-top: solid 4px #d2efe4 !important;
    margin: 5px auto 10px;
}
section#servicelist .container-fluid > .title-wrap p {
    text-align: center;
    font-size: 14px;
	margin: 0;
}
section#servicelist .container-fluid > .title-wrap a.btn {
    font-weight: bold;
    font-size: 13px;
    background-color: #00c1c1;
    color: #fff;
    border-radius: 20px;
    background-size: 7px 11px;
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    padding: 5px 50px 5px 20px;
    line-height: 22px;
    min-height: auto;
}
_:-ms-fullscreen, :root section#servicelist .container-fluid > .title-wrap a.btn {
	padding: 7px 50px 3px 20px;
}
@media (min-width: 768px) {
	section#servicelist .container-fluid > .title-wrap a.btn {
		position: absolute;
	    top: 50%;
	    right: 0;
		transform: translateY(-50%);
	}
}
@media (max-width: 767px) {
	section#servicelist .container-fluid > .title-wrap a.btn {
		position: relative;
		display: block;
		width: 180px;
		margin: 20px auto 0;
	}
}
section#servicelist .row {
	margin: -10px;
}
section#servicelist .row > * {
	padding: 10px;
}
section#servicelist .row > * > a {
    display: block;
    background-color: #fff;
    padding: 3px;
    border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(153,152,140,0.3);
    height: 100%;
}
section#servicelist .img-wrap {
}
section#servicelist .img-wrap img{
	max-width: none;
	width: 100%;
}
section#servicelist .text-wrap {
	position: relative;
	padding: 15px 17px;
}
section#servicelist .text-wrap::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    color: #393939;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
section#servicelist .text-wrap h3 {
    font-size: 18px;
    color: #393939;
    font-weight: normal;
	text-align: left;
}
section#servicelist .text-wrap p {
	font-size: 13px;
	letter-spacing: 0;
	margin: 0;
	text-align: left;
}
section#servicelist .text-wrap p span {
	display: inline-block;
}
@media (max-width: 767px) {
	.servicelist div.row{
	}
	section#servicelist .row > * > a{
		margin-bottom: 20px;
	}
}
/*色分け*/
section#servicelist .heating .img-wrap {
	border-bottom: solid 5px #FF6725;
}
section#servicelist .heating .text-wrap p {
	color: #FF6725;
}
section#servicelist .air .img-wrap {
	border-bottom: solid 5px #00C1C1;
}
section#servicelist .air .text-wrap p {
	color: #00C1C1;
}
section#servicelist .aircon .img-wrap {
	border-bottom: solid 5px #51A1F2;
}
section#servicelist .aircon .text-wrap p {
	color: #51A1F2;
}
section#servicelist .road-heating .img-wrap {
	border-bottom: solid 5px #00C42D;
}
section#servicelist .road-heating .text-wrap p {
	color: #00C42D;
}



/*共通 空気のクリーニングtell*/

.sub-page-contents .air_cleaning_tell{
	background-color:#b2f5ee
}
.sub-page-contents .air_cleaning_tell .center p{
	font-size: 13px;
	background-color: #ffff00;
	border: solid 1px #393939;
}
.sub-page-contents .air_cleaning_tell .right a{
	background-color: #ffd028;
}

/*共通 tellレスポンシブ*/

@media (max-width: 991px) {
	.sub-page-contents .air_cleaning_tell .center p{
		display: inline-block;
		padding: 5px 25px;
	}
}

/* ---------------------------------------- */
/*コラムカルーセル*/
/* ---------------------------------------- */

section.include-column {
	padding: 80px 0 120px;
	background-color: #F4F4F4;
}
section.include-column .title-wrapper p {
	display: none;
}

/*トップページ用*/
.front-page .section.include-column {
	padding: 65px 0 60px;
}

/*トップページ用　タイトル周り*/
.front-page section.include-column .title-wrapper {
	position: relative;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
.front-page section.include-column .h2 {
	position: relative;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 30px;
	padding-bottom: 10px;
}
.front-page section.include-column .h2:after {
	content: "";
	width: 105px;
	height: 4px;
	background-color: #D2EFE4;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.front-page section.include-column .title-wrapper p {
	display: block;
}
@media(max-width:767px) {
	.front-page section.include-column {
		font-size: 14px;
	}
	.front-page section.include-column .h2 {
		font-size: 24px;
	}
}

/*トップページ用　吹き出し*/
.front-page section.include-column .title-wrapper .otodoke {
	position: absolute;
	margin: 0;
}
@media (min-width: 1200px) {
	.front-page section.include-column .title-wrapper .otodoke {
		right: -70px;
		bottom: 10px;
	}
}
@media (max-width: 1199px) {
	.front-page section.include-column .title-wrapper .otodoke {
		right: 0;
		top: 10px;
	}
}
@media (max-width: 991px) {
	.front-page section.include-column .title-wrapper .otodoke img {
		right: 0;
		top: 10px;
		width: 240px;
	}
}
@media (max-width: 767px) {
	.front-page section.include-column .title-wrapper,
	.front-page section.include-column .title-wrapper p {
		margin: 0;
	}
	.front-page section.include-column .title-wrapper .otodoke {
		position: relative;
		text-align: right;
		right: auto;
		bottom: auto;
		margin-bottom: 15px;
	}
}

/*カルーセル*/	
section.include-column .main_area {
	text-align: left;
}
section.include-column .main_area .article_box .article {
	padding: 0 10px;
	width: 420px;
}
section.include-column .main_area .article_box .article a {
	display: block;
	margin: 0;
	padding: 0;
	color: #393939;
}
section.include-column .main_area .article_box .article a dl dt {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	line-height: 1;
	overflow: hidden;
}
section.include-column .main_area .article_box .article a dl dt:before {
	content:"";
	display: block;
	padding-top: 65%; /* 高さを幅の75%に固定 */
}
section.include-column .main_area .article_box .article a dl dt img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
section.include-column .main_area .article_box .article a dl dd h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	margin: 15px 0 10px 0;
}
section.include-column .main_area .article_box .article a dl dd p {
	font-size: 12px;
}
section.include-column .main_area .article_box .article a dl dd p .date {
	display: inline-block;
	margin: 0 10px 0 0;
	letter-spacing: 0.05em;
}
section.include-column .main_area .article_box .article a dl dd p .cate {
	display: inline-block;
	color: #393939;
	line-height: 13px;
	font-size: 12px;
	background-color: #E7E5DB;
	padding: 2px 20px;
	border-radius: 25px;
}
_:-ms-fullscreen, :root section.include-column .main_area .article_box .article a dl dd p .cate {
	padding: 4px 20px 0 20px;
}
@media (max-width: 575px) {
	section.include-column .main_area .article_box .article {
		width: 220px;
	}
	section.include-column .main_area .article_box .article a dl dd h3 {
		font-size: 14px;
		margin: 10px 0 0 0;
	}
}

/* arrows */
section.include-column .main_area .article_box .slick-arrow {
	width: 40px;
	height: 40px;
	top: 135px;
}
section.include-column .main_area .article_box .slick-arrow:before {
	font-size: 40px;
}
section.include-column .main_area .article_box .slick-prev {
    left: 30px;
    z-index: 1;
}
section.include-column .main_area .article_box .slick-next {
	right: 30px;
    z-index: 1;
}

/*ドット*/
section.include-column .main_area .article_box {
	padding-bottom: 20px;
	margin-bottom: 50px;
}
section.include-column .main_area .article_box ul.slick-dots > li {
	margin: 0;
}
section.include-column .main_area .article_box ul.slick-dots > li > button::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #CCCCCC;
}
section.include-column .main_area .article_box ul.slick-dots > li.slick-active > button::before {
	background-color: #8E8E8E;
}
/*ボタン*/
section.include-column .btn {
	min-width: 300px;
}

@media (max-width: 767px) {
	section.include-column .main_area .article_box {
		margin-bottom: 0;
		padding: 0;
	}
	section.include-column .btn {
		margin-top: 30px !important;
	}
}
