@charset "UTF-8";
/* CSS Document */

html, 
body,
#wrapper {
  height: 100%;
  min-height: 100%;
}

body {
	background:#fff;
	position: relative;
	margin:0;
	padding:0;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", "Mairyo", sans-serif ;
}


a {
	color:#a69e62;
	outline:none;
	text-decoration: none;
	-webkit-transition: 0.1s ease-in-out;  
	-moz-transition: 0.1s ease-in-out;  
	-o-transition: 0.1s ease-in-out;  
	transition: 0.1s ease-in-out;
}

a:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
}

img {
	border:0;
}

p {
	margin:0;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

ul li {
	margin:0;
	padding:0;
}

dl, dl dt, dl dd {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

#main {
	position: relative;
	width: 98%;
	margin: 1% auto 0;
}

#splide-pc .splide__track {
	width: 100%;
	height: 550px;
}

#splide-pc .splide__slide img {
	width: 100%;
	object-fit: cover;
}

#splide-pc .splide__arrow {
		display: none;
}

#splide-pc .splide__pagination {
		display: none;
}

#splide-sp {
	display: none;
}

h1 {
	margin:0;
	padding:0;
	line-height:0;
	position: absolute;
	top: 48%;
	left: 50%;
	z-index: 888;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

h1 img {
	width: 240px;
}

#concept {
	margin: 80px 0;
}

#concept p.lead {
	display: inline-block;
	margin: 0 auto 48px;
	text-align: center;
	font-size: 20px;
	line-height: 2.3;
	letter-spacing: 0.05em;
	font-family: YuMincho, "Yu Mincho", "serif" ;
}

#concept ul {
	width: 720px;
	margin: 0 auto;
	background: #f5f5f5;
	padding: 40px;
}

#concept ul li {
	float: left;
}

#concept ul li.pict {
	width: 180px;
	line-height: 0;
}

#concept ul li.pict img {
	width: 180px;
}

#concept ul li p.text {
	width: 500px;
	margin: 0 0 0 35px;
	text-align: left;
}

#service {
	margin-bottom: 80px;
}

#service a {
	display: block;
	width: 800px;
	line-height: 1;
	margin: 0 auto;
	padding: 25px 0;
	background: url("../image/slide/02-sp.jpg") no-repeat center bottom -120px;
	background-size: cover;
}

#service a img {
	width: 200px;
}

#profile {
	width: 800px;
	margin: 0 auto;
}

#profile h2, #service h2 {
	font-size: 56px;
	color: #4d4d4d;
	font-weight: normal;
	font-family: 'Whisper', cursive;
	line-height: 1;
	margin-bottom: 48px;
}

#profile dl {
	border-bottom: 1px dotted #ccc;
	text-align: left;
	line-height: 1.7;
}

#profile dl dt {
	width: 190px;
	display: inline-block;
	vertical-align: top;
	padding: 18px 0 16px 55px;
	border-top: 1px dotted #ccc;
}

#profile dl dd {
	width: 555px;
	display: inline-block;
	padding: 18px 0 16px;
	border-top: 1px dotted #ccc;
}


footer {
	padding: 80px 0 15px;
}

.copy {
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.pc-dn {
	display:none;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}




@media screen and (max-width: 640px) {

#main {
	width: 92%;
	margin: 4.5% auto 0;
}	
	
#splide-sp {
	display: block;
}
	
#splide-sp .splide__track {
	width: 100%;
	height: 320px;
}

#splide-sp .splide__slide img {
	width: 100%;
	object-fit: cover;
}

#splide-sp .splide__arrow {
		display: none;
}

#splide-sp .splide__pagination {
		display: none;
}
	
#splide-pc {
	display: none;
}	
	
h1 img {
	width: 180px;
}
	
#concept {
	width: 95%;
	margin: 36px auto 62px;
}
	
#concept p.lead {
	margin: 0 auto 52px;
	font-size: 16px;
	width: 95%;
	color: #4d4d4d;
}
	
#concept ul {
	width: 100%;
	padding: 28px 0;
}

#concept ul li {
	float: none;
}

#concept ul li.pict {
	width: 100%;
}

#concept ul li.pict img {
	width: 40%;
	margin: 4px auto 28px;
}

#concept ul li p.text {
	width: 90%;
	margin: 0 auto;
}

#service {
	margin-bottom: 62px;
}

#service a {
	width: 90%;
	padding: 22px 0;
	background: url("../image/slide/02-sp.jpg") no-repeat center bottom -25px;
	background-size: cover;
}

#service a img {
	width: 148px;
}

#service h2 {
	font-size: 48px;
	margin-bottom: 36px;
}	

#profile {
	width: 90%;
}

#profile h2 {
	font-size: 48px;
	margin-bottom: 40px;
}	

#profile dl {
	margin-bottom: 25px;
}

#profile dl dt {
	width: 100%;
	display: block;
	vertical-align: middle;
	padding: 13px 0 11px 0;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	color: #595959;
}

#profile dl dd {
	width: 100%;
	display: block;
	padding: 13px 0 11px;
	border: none;
}
	
footer {
	padding: 50px 0 15px;
}
	
.copy {
	font-size: 11px;
}
	
.sp-dn {
	display:none;
}

.pc-dn {
	display:block;
}
   

}
