@charset "UTF-8";
html {
	width: 100%;
}
body {
	*font-size: small;
	*font: x-small;
	font-size: 13px;
	color: #333333;
	line-height: 1.2;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
#wrap {
	text-align: left;
	overflow: hidden;
	background-color: #fff;
}
h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd, figure {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
}
a {
	cursor: pointer;
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a {
	-webkit-tap-highlight-color: transparent;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
a img {
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
input, textarea, select, button, label {
	outline: none;
	-webkit-tap-highlight-color: transparent;
}
:focus {
	outline: 0;
	border-color: orange;
}
.pcOnly {
	display: block;
}
.tabOnly, .spOnly {
	display: none;
}
.footstepBox {
	padding-left: 40px;
	padding-right: 40px;
}
@media screen and (max-width: 1000px) {
	.pcOnly {
		display: none;
	}
	.tabOnly {
		display: block;
	}
}
@media screen and (max-width: 750px) {
	.pcOnly, .tabOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
	.footstepBox {
		padding-left: 16px;
		padding-right: 16px;
	}
  #msContact{
    margin-top: 0;
  }
}


/* main
-----------------------------------------------*/
#main .inner{
  position: relative;
	height: 560px;
	max-width: 1200px;
	background: url("../images/bgi_main.jpg")no-repeat;
	background-size: cover;
	margin: 0 auto;
}
#main .badge{
  position: absolute;
  right: 40px;
  bottom: 40px;
  transform: translateY(50%);
}
@media screen and (max-width: 1200px) {
  #main .inner{
    height: 0;
    padding-bottom: 46.7%;
  }
  #main .badge{
    right: 20px;
  }
}
@media screen and (max-width: 980px) {
  #main .badge{
    width: 140px;
  }
}
@media screen and (max-width: 750px) {
  #main .badge{
    right: 10px;
    width: 100px;
    bottom: 20px;
  }
}


/* section
-----------------------------------------------*/
section .inner {
	max-width: 1220px;
	widows: 100%;
	margin: 0 auto;
	padding: 100px 40px;
}
section h2 {
	font-size: 40px;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	line-height: 2;
}
section h2::after {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 4px;
	background: #7a967d;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 2px;
}
section p {
	font-size: 16px;
	text-align: center;
	line-height: 2;
}
@media screen and (max-width: 750px) {
	section .inner {
		padding: 40px 20px;
	}
	section h2 {
		font-size: 20px;
	}
	section h2::after {
		width: 50px;
	}
	section p {
		font-size: 14px;
	}
}


/* lead
-----------------------------------------------*/
#lead .inner {
	padding: 60px 40px;
	text-align: center;
}
#lead h1 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
#lead h1 img {
	display: block;
	width: 200px;
	height: 124px;
  margin: 20px auto;
}
#lead p {
	font-size: 16px;
	line-height: 2;
	margin-top: 40px;
}
@media screen and (max-width: 750px) {
	#lead .inner {
		padding: 40px 20px;
	}
	#lead h1 {
		font-size: 20px;
	}
	#lead h1 img {
		width: 150px;
		height: 93px;
	}
	#lead p {
		font-size: 14px;
		margin-top: 20px;
	}
}


/* features
-----------------------------------------------*/
#features {
	background: #f4f4e9;
}
#features .inner {
	padding: 80px 40px;
}
#features h2 {
	margin-bottom: 115px;
}
#features .inner .col {
	display: flex;
	margin-bottom: 150px;
}
#features .inner .col .img {
	width: 50.82%;
	z-index: 2;
}
#features .inner .col:nth-child(even) .img, 
#features .inner .col:nth-child(odd) .txt {
	position: relative;
	left: -50px;
	top: 90px;
}
#features .inner .col:nth-child(odd) .img, 
#features .inner .col:nth-child(even) .txt {
	position: relative;
	right: -50px;
}
#features .inner .col .img img {
	border-radius: 80px;
}
#features .inner .col .txt {
	background: #fff;
	border-radius: 80px;
	padding: 40px 150px 40px 100px;
	text-align: center;
	width: 49.18%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#features .inner .col:nth-child(odd) .txt {
	padding: 40px 100px 40px 150px;
}
#features .inner .col .txt h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
#features .inner .col:first-of-type .txt h3 {
	color: #b08352;
}
#features .inner .col:nth-of-type(2) .txt h3 {
	color: #829d83;
}
#features .inner .col:nth-of-type(3) .txt h3 {
	color: #779392;
}
#features .inner .col:last-of-type .txt h3 {
	color: #976c45;
}
#features .inner .col .txt p {
	font-size: 16px;
	line-height: 2;
}
#features .inner .col .txt p span {
	display: block;
	font-size: 14px;
}
@media screen and (max-width: 1200px) {
	#features h2 {
		margin-bottom: 60px;
	}
	#features .inner .col .txt, 
  #features .inner .col:nth-child(odd) .txt {
		padding: 40px 100px;
	}
	#features .inner .col:nth-child(even) .img, 
  #features .inner .col:nth-child(odd) .txt {
		position: relative;
		left: -30px;
		top: 90px;
	}
	#features .inner .col:nth-child(odd) .img, 
  #features .inner .col:nth-child(even) .txt {
		position: relative;
		right: -40px;
	}
	#features .inner .col .txt h3 {
		font-size: 18px;
		margin-bottom: 15px;
		width: 100%;
	}
	#features .inner .col .txt p {
		font-size: 14px;
		width: 100%;
	}
	#features .inner .col .txt p span {
		font-size: 12px;
	}
}
@media screen and (max-width: 1000px) {
	#features .inner .col {
		margin-bottom: 120px;
	}
	#features .inner .col .img img {
		border-radius: 40px;
	}
	#features .inner .col .txt, 
  #features .inner .col:nth-child(odd) .txt {
		border-radius: 40px;
		padding: 40px;
	}
	#features .inner .col:nth-child(even) .img, 
  #features .inner .col:nth-child(odd) .txt {
		position: relative;
		left: -10px;
		top: 90px;
	}
	#features .inner .col:nth-child(odd) .img, 
  #features .inner .col:nth-child(even) .txt {
		position: relative;
		right: -10px;
	}
}
@media screen and (max-width: 750px) {
	#features .inner {
		padding: 40px 20px;
	}
	#features h2 {
		margin-bottom: 30px;
	}
	#features .inner .col {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	#features .inner .col:last-child {
		margin-bottom: 0;
	}
	#features .inner .col:nth-child(even) {
		flex-direction: column-reverse;
	}
	#features .inner .col .img {
		width: 100%;
	}
	#features .inner .col:nth-child(even) .img, 
  #features .inner .col:nth-child(odd) .txt {
		left: 0;
		top: 0;
	}
	#features .inner .col:nth-child(odd) .img,
  #features .inner .col:nth-child(even) .txt {
		right: 0;
		top: 0;
	}
	#features .inner .col .img img {
		border-radius: 20px 20px 0 0;
		width: 100%;
	}
	#features .inner .col .txt {
		border-radius: 0 0 20px 20px!important;
		padding: 20px;
		width: 100%;
	}
	#features .inner .col:nth-child(odd) .txt {
		padding: 20px;
	}
	#features .inner .col .txt p {
		text-align: left;
	}
}


/* design
-----------------------------------------------*/
#design h2 {
	margin-bottom: 30px;
}
#design .col2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}
#design .col2 .col {
	width: 50%;
}
#design .col2 .col:nth-child(3), 
#design .col2 .col:last-child {
	margin-top: 120px;
}
#design .col2 .col h3 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
#design .col2 .col ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#design .col2 .col li {
	width: 50%;
	max-width: 240px;
}
#design .col2 .col li p {
	margin-top: 20px;
  white-space: nowrap;
}
#design .col2 .col li p span {
	padding-left: 70px;
	position: relative;
	line-height: 57px;
}
#design .col2 .col li p span::before {
	position: absolute;
	display: block;
	content: "";
	width: 57px;
	height: 57px;
	background: url("../images/img_design_03_2.jpg")no-repeat;
	background-size: cover;
	left: 0;
  top: -20px;
}
#design .col2 .col li:last-child p span::before {
	background: url("../images/img_design_04_2.jpg")no-repeat;
	background-size: cover;
}
#design .col2 .col .circle {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	max-width: 495px;
	width: 100%;
	margin: 40px auto 0;
}
#design .col2 .col .circle_02 {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	max-width: 330px;
	width: 100%;
	margin: 40px auto 0;
}
#design .col2 .col .circle li {
	width: 33.33%;
	padding: 0 20px;
	box-sizing: border-box;
}
#design .col2 .col .circle li p, 
#design .col2 .col .circle_02 li p {
  margin-top: 0;
  margin-bottom: 25px;
}
#design .col2 .col .circle li:nth-child(n+3) p,
#design .col2 .col .circle_02 li:nth-child(n+3)  p{
  margin-top: 0;
  margin-bottom: 0;
}
#design .col2 .col .circle li img, 
#design .col2 .col .circle_02 li img {
	max-width: 120px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
#design .col2 .col .circle_02 li {
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
	#design .col2 .col .circle li, 
  #design .col2 .col .circle_02 li {
		padding: 0 10px 20px;
	}
	#design .col2 .col .circle li img, 
  #design .col2 .col .circle_02 li img {
		max-width: 90px;
	}
	#design .col2 .col li p {
		font-size: 14px;
	}
}
@media screen and (max-width: 750px) {
	#design .col2 {
		flex-wrap: wrap;
		margin-top: 40px;
	}
	#design .col2 .col {
		width: 100%;
		margin-bottom: 40px;
	}
	#design .col2 .col:nth-child(3) {
		margin-top: 0;
	}
	#design .col2 .col:last-child {
		margin-top: 0;
		margin-bottom: 0;
	}
	#design .col2 .col h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#design .col2 .col li {
		width: 50%;
		max-width: 240px;
	}
	#design .col2 .col li p span {
		padding-left: 35px;
		line-height: 30px;
	}
	#design .col2 .col li p span::before {
		width: 30px;
		height: 30px;
    top: -8px;
	}
	#design .col2 .col .circle li p, 
  #design .col2 .col .circle_02 li p {
		margin-top: 10px!important;
    line-height: 1.5;
	}
}


/* facility
-----------------------------------------------*/
#facility{
  background: #e4eee9;
}
#facility .slider{
  max-width: 820px;
  margin: 80px auto 0;
}
#facility .slider .slick-slide{
  position: relative;
  min-height: 760px;
}
#facility .slider .img{
  position: absolute;
  left: 0;
  top: 180px;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 0 200px;
  box-sizing: border-box;
}
#facility .slider .img img{
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
#facility .slider .img h3{
  display: inline-block;
  border: 1px solid #979797;
  padding: 15px 30px;
  line-height: 1;
  font-size: 18px;
}
#facility .slider .item{
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px calc((100% - 540px)/2);
}
#facility .slider .item,
#facility .slider .img h3{
  opacity: 0;
  transition: opacity .8s;
}
#facility .slider .slick-current .item,
#facility .slider .slick-current .img h3{
  opacity: 1;
  transition-delay: .9s;
}
#facility .slider .item li{
  width: 180px;
}
#facility .slider .item li img{
  overflow: hidden;
  border-radius: 18px;
}
#facility .slider .item li strong{
  display: block;
  font-size: 16px;
  margin-top: 12px;
  text-align: center;
}
#facility .slider .item li span{
  display: block;
  font-size: 13px;
  margin-top: 5px;
  line-height: 1.5;
}
#facility .sliderNavi{
  display: none !important;
}
@media screen and (max-width: 1080px) {
  #facility .sliderNavi{
    display: block;
    max-width: 820px;
    margin: 0 auto;
    padding: 0 15px;
  }
  #facility .sliderNavi li{
    border: 1px solid #979797;
    padding: 12px 10px;
    font-size: 15px;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
    font-weight: bold;
  }
  #facility .sliderNavi li.slick-current{
    position: relative;
    background: #7a967d;
    color: #fff;
  }
  #facility .sliderNavi li.slick-current::before{
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 13px);
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 18px solid #7a967d;
    transform: rotate(90deg);
  }
  #facility .slider{
    margin-top: 40px;
  }
  #facility .slider .slick-slide{
    margin: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  #facility{
    padding: 0;
  }
  #facility .inner{
    padding-left: 0;
    padding-right: 0;
  }
  #facility .sliderNavi{
    display: block !important;
    margin-top: 30px;
  }
  #facility .slider{
    margin-top: 20px;
  }
  #facility .slider .img{
    position: relative;
    top: 0;
    padding: 0;
  }
  #facility .slider .img img{
    width: 240px;
  }
  #facility .slider .img h3{
    display: none;
    padding: 15px 20px;
    font-size: 15px;
  }
  #facility .slider .item{
    gap: 20px 20px;
    margin-top: 10px;
  }
  #facility .slider .item,
  #facility .slider .img h3{
  }
  #facility .slider .item li{
    width: calc(33.333% - 13.333px);
  }
  #facility .slider .item li.blank{
    display: none;
  }
  #facility .slider .item li img{
    border-radius: 12px;
  }
  #facility .slider .item li strong{
    font-size: 15px;
    margin-top: 10px;
  }
  #facility .slider .item li span{
    font-size: 12px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 600px) {
  #facility .slider .item{
    gap: 20px 20px;
  }
  #facility .slider .item li{
    width: calc(50% - 10px);
  }
}


/* facility slick
-----------------------------------------------*/
#facility .slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
#facility .slick-list{
	position: relative;
	display: block;
	margin: 0;
	height: 100%;
}
#facility .slick-list.dragging{
	cursor: pointer;
	cursor: hand;
}
#facility slick-slider .slick-track,
#facility .slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#facility .slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
#facility .slick-track:before,
#facility .slick-track:after{
	display: table;
	content: '';
}
#facility .slick-track:after{
	clear: both;
}
#facility .slick-loading .slick-track{
  visibility: hidden;
}
#facility .slick-slide{
	min-height: 1px;
}
#facility .slick-slide:focus{
	outline: none;
}
#facility [dir='rtl'] .slick-slide{
	float: right;
}
#facility .slick-initialized .slick-slide{
	display: block;
}
#facility .slick-loading .slick-slide{
	visibility: hidden;
}
#facility .slick-vertical .slick-slide{
	display: block;
	height: auto;
}
#facility .slick-arrow{
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 96px;
	height: 96px;
	font-size: 0;
	border: none;
	cursor: pointer;
	transform: translateY(-50%);
	padding: 0;
  opacity: 1;
  border-radius: 50%;
  background: transparent;
}
#facility .slick-disabled{
	display: none !important;
}
#facility .slick-prev{
	left: -136px;
}
#facility .slick-next{
	right: -136px;
}
#facility .slick-arrow::before{
  content: "";
  position: absolute;
  left: calc(50% - 20px);
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 68px;
  height: 68px;
  box-sizing: border-box;
  border-top: solid 3px #799378;
  border-right: solid 3px #799378;
  transform: translate(-50%,-50%) rotate(45deg);
}
#facility .slick-prev::before{
  left: calc(50% + 20px);
	transform: translate(-50%,-50%) rotate(225deg);
}
#facility .slick-dots{
  font-size: 0;
  text-align: center;
  margin-top: 15px;
}
#facility .slick-dots li{
  display: inline-block;
  margin: 5px;
}
#facility .slick-dots li button{
  display: inline-block;
  width: 13px;
  height: 13px;
  background: rgba(255,255,255,.5);
  border: none;
  font-size: 0;
  border-radius: 50%;
}
#facility .slick-dots li.slick-active button{
  background: rgba(255,255,255,1);
}
@media screen and (max-width: 1080px) {
  #facility .slick-arrow::before{
    left: calc(50% - 12px);
    width: 50px;
    height: 50px;
  }
  #facility .slick-prev::before{
    left: calc(50% + 12px);
  }
  #facility .slick-prev{
    left: -86px;
  }
  #facility .slick-next{
    right: -86px;
  }
}
@media screen and (max-width: 750px) {
  #facility .slick-arrow{
    top: 152px;
    width: 50px;
    height: 50px;
  }
  #facility .slick-prev{
    left: 30px;
  }
  #facility .slick-next{
    right: 30px;
  }
  #facility .slick-arrow::before{
    width: 38px;
    height: 38px;
    left: calc(50% - 2px);
  }
  #facility .slick-prev::before{
    left: calc(50% + 2px);
  }
}


/* gallery
-----------------------------------------------*/
#gallery {
	overflow: hidden;
}
#imgGallery {
	margin: 60px auto 0;
	max-width: 1010px;
}
#imgGallery .slider-for {
	padding: 0 5px;
}
#imgGallery .slider-for li img {
	width: 100%;
}
#imgGallery .slider-for li span {
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: #000;
	color: #fff;
	padding: 8px 15px;
	font-size: 15px;
	font-weight: bold;
	transform: translate3d(0, 0, 0);
}
#imgGallery .slider-for li span.wht {
	background: #fff;
	color: #333;
}
#imgGallery .slider-nav {
	overflow: hidden;
	margin-top: 10px;
}
#imgGallery .slider-nav li {
	padding: 0 5px;
}
@media screen and (max-width: 750px) {
	#gallery .inner {
		padding-left: 8px;
		padding-right: 8px;
	}
	#imgGallery {
		margin: 20px auto 0;
	}
	#imgGallery .slider-for {
		padding: 0 2px;
	}
	#imgGallery .slider-nav {
		margin-top: 4px;
	}
	#imgGallery .slider-nav li {
		padding: 0 2px;
	}
	#imgGallery .slick-next {
		right: -10px;
	}
	#imgGallery .slick-prev {
		left: -10px;
	}
	#imgGallery .cer-for li span {
		left: 15px;
		bottom: 15px;
		padding: 5px 10px;
		font-size: 13px;
	}
}


/* imgGallery slick
-----------------------------------------------*/
#imgGallery .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	z-index: 1;
}
#imgGallery .slick-list {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0;
	height: 100%;
}
#imgGallery .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
#imgGallery .slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#imgGallery .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
#imgGallery .slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
#imgGallery .slick-track:after {
	clear: both;
}
#imgGallery .slick-loading .slick-track {
	visibility: hidden;
}
#imgGallery .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	position: relative;
}
#imgGallery .slick-slide:focus {
	outline: none;
}
#imgGallery [dir='rtl'] .slick-slide {
	float: right;
}
#imgGallery .slick-initialized .slick-slide {
	display: block;
}
#imgGallery .slick-loading .slick-slide {
	visibility: hidden;
}
#imgGallery .slick-vertical .slick-slide {
	display: block;
	height: auto;
}
#imgGallery .slick-next, .slick-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	font-size: 0;
	z-index: 1001;
	background: rgba(0, 0, 0, 0);
	padding: 0;
	border: none;
	cursor: pointer;
}
#imgGallery .slick-next {
	right: 0;
}
#imgGallery .slick-prev {
	left: 0;
}
#imgGallery .slick-arrow::before {
	position: relative;
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transition: left .2s cubic-bezier(.210, .60, .350, 1);
}
#imgGallery .slick-next::before {
	left: -8%;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
#imgGallery .slick-prev::before {
	left: 8%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#imgGallery .slick-next:hover::before {
	left: -2%;
}
#imgGallery .slick-prev:hover::before {
	left: 2%;
}
#imgGallery .slick-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 0;
}
#imgGallery .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
#imgGallery .slick-dots li button {
	width: 10px;
	height: 10px;
	font-size: 0;
	background-color: rgba(255, 255, 255, 0.6);
	border: none;
	border-radius: 10px;
	padding: 0;
	cursor: pointer;
	transition: background .4s cubic-bezier(.210, .60, .350, 1);
}
#imgGallery .slick-dots li.slick-active button, .slick-dots li button:hover {
	background-color: rgba(255, 255, 255, 1);
}


/* specification
-----------------------------------------------*/
#specification{
  background: #e6e9ea;
}
#specification .inner{
  max-width: 1080px;
}
#specification .scroll-table{
  width: 100%;
  margin: 50px auto 0;
}
#specification table{
  width: 100%;
}
#specification th,
#specification td{
  color: #004854;
  border: solid 1px #b6ccca;
  padding: 17px 20px;
  line-height: 1.5;
  font-size: 14px;
}
#specification th{
  background: #f2f7f7;
  white-space: nowrap;
}
#specification tr:first-child + tr td{
  border-top: none;
}
#specification tr:first-child th{
  white-space: normal;
  text-align: center;
  background: #009995;
  color: #fff;
  border-bottom: none;
  border-top: none;
}
#specification tr:first-child th strong{
  display: block;
  font-size: 20px;
}
#specification tr:first-child th span{
  display: block;
  font-weight: normal;
}
#specification td{
  text-align: center;
  background: #fff;
  width: 44%;
}
#specification tr > th:last-child,
#specification tr > td:last-child{
  width: 66%;
}
#specification td img{
  max-width: 400px;
}
#specification td .note{
  display: block;
  font-size: 12px;
}
#specification td a{
  color: #009995;
  text-decoration: underline;
}
#specification td a:hover{
  text-decoration: none;
}
#specification p.note{
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  margin-top: 10px;
}
#specification .scroll-table{
  overflow: auto;
  white-space: nowrap;
}
#specification .scroll-table::-webkit-scrollbar {
  height: 8px;
}
#specification .scroll-table::-webkit-scrollbar-thumb {
  background-color: #004854;
  border-radius: 8px;
}
#specification .scroll-table::-webkit-scrollbar-track {
  background: #fff;
}
#specification .btn{
  display: block;
  background: #00afdd;
  color: #fff !important;
  position: relative;
  border-radius: 4px;
  max-width: 710px;
  height: 85px;
  padding: 35px 20px 0 20px;
  text-align: center;
  box-sizing: content-box;
  margin: 80px auto 0;
}
#specification .btn:hover{
  opacity: .8;
}
#specification .btn span{
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
#specification .btn span::after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	margin-left: 8px;
	margin-bottom: 1px;
}
#specification .btn img{
  position: absolute;
  top: -20px;
  right: 60px;
@media screen and (max-width: 830px) {
  #specification .btn{
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  #specification .inner{
    padding-left: 0;
    padding-right: 0;
  }
  #specification .scroll-table{
    max-width: 800px;
    width: 100%;
    margin: 30px auto 0;
  }
  #specification th,
  #specification td{
    padding: 12px 15px;
    font-size: 13px;
  }
  #specification tr:first-child th strong{
    font-size: 16px;
  }
  #specification td img{
    max-width: 250px;
  }
  #specification p.note{
    font-size: 11px;
    margin-top: 10px;
    padding: 0 20px;
  }
#specification .btn{
    width: auto;
    height: auto;
    padding: 25px 0 25px 20px;
    font-size: 10px;
    margin: 40px auto 0;
  }
  #specification .btn span{
    font-size: 13px;
    margin-bottom: 10px;
  }
  #specification .btn img{
    right: 2%;
    top: -10%;
    width: 90px;
  }
}

/* faq
-----------------------------------------------*/
#faq .inner {
	padding-top: 120px;
}
#faq ul {
	max-width: 700px;
	width: 100%;
	margin: 70px auto 0;
}
#faq li h3 {
	font-size: 20px;
	color: #98b49e;
	margin-bottom: 15px;
}
#faq li p {
	text-align: left;
	margin-bottom: 60px;
	padding-left: 30px;
}
@media screen and (max-width: 750px) {
	#faq .inner {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	#faq ul {
		margin: 40px auto 0;
	}
	#faq li h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#faq li p {
		margin-bottom: 40px;
		padding-left: 0;
	}
}