@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body{
  background: #fff;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,em,strong,th {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,fieldset {
	border: 0;
	-webkit-backface-visibility: hidden;
}
li {
	list-style-type: none;
}
img {
	vertical-align: bottom;
}
/*IE6*/
* html img{
	vertical-align: bottom;
}
/*IE7*/
*:first-child+html img{
	vertical-align: bottom;
}
a{
	outline:none;	
}

/* Fonts
------------------------------------------------------------*/
body {
	font-size: 75%; /* IE */
	font-family: "qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","Meiryo",verdana,Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
	/*
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/

	-webkit-text-size-adjust: 100%;
}
html>/**/body {
	font-size: 12px; /* Except IE */
}

/* clearfix
------------------------------------------------------------*/
.cf::after {  
	visibility: hidden;  
	display: block;  
	font-size: 0;  
	content: " ";  
	clear: both;  
	height: 0;  
}  
* html .cf { zoom: 1; } /* IE6 */  
*:first-child+html .cf { zoom: 1; } /* IE7 */  

.ani_none,
.ani_none > *,
.ani_none::before,
.ani_none::after{
	transition:none !important;
	-webkit-transition:none !important;
	-moz-transition:none !important;	
}

/*------------ 初期設定 ------------*/
p,dt,dd {
	color: #333333;
	font-size: 24px;
	line-height: 2;
}

/*------------ 全体 ------------*/
.sp{
	display:none;
}
#main {
	text-align: center;
	margin-bottom: 55px;
}
.pkzl {
	width: 960px;
	font-size: 14px;
	color: #777777;
	margin: 10px auto 25px;
}
._hover{
	opacity:1;
	transition: all 0.4s;
}
._hover:hover{
	opacity:0.7;
}


/*------------ WRAPPER ------------*/
#wrapper {
	width: 100%;
	margin: 0 auto;
	color: #333333;
}
#wrapper .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#wrapper a,
#wrapper a:link,
#wrapper a:visited { color:#009e96; text-decoration:underline; }
#wrapper a:hover,
#wrapper a:active  { color:#009e96; text-decoration:none; }

#wrapper img {
	max-width: 100%;
	height: auto;
}

/*------------ HEADER ------------*/

#header {
	border-top: #009e96 solid 3px;
	border-bottom: #009e96 solid 2px;
}
#header .inner {
	width: 960px;
	margin: 20px auto 0;
	padding-bottom: 20px;
	position:relative;
	text-align: left;
}
#header h1{
	margin-left:5px;
}
#header p{
	font-size:14px;
	color:#000000;
	position:absolute;
	left:117px;
	line-height: 1.571;
	top:5px;
}
#header p span{
	font-size:18px;
	color:#009e96;	
}
#header ul{
	position:absolute;
	right: 0;
	top: 15px;
	font-size: 0;
}
#header ul li{
	display:inline-block;	
}
#header ul li a{
	display:block;
	font-size:13px;
	line-height: 1.7;
	color:#000;
	text-decoration:none;
	position:relative;	
}
#header ul li:nth-child(1) a{
	padding-left:31px;
}
#header ul li:nth-child(2) a{
	padding-left:41px;
}
#header ul li:nth-child(1) a::before{
	content:"";
	display:block;
	background:url(../img/icon01.png) no-repeat left top;
	width:29px;
	height:27px;
	position:absolute;
	left:0;
	top:-3px;	
}
#header ul li:nth-child(2) a::before{
	content:"";
	display:block;
	background:url(../img/icon02.png) no-repeat left top;
	width:34px;
	height:37px;
	position:absolute;
	left:0;
	top:-7px;	
}
#header ul li:nth-child(1){
	margin-right:12px;
}
#header a,
#header a:link,
#header a:visited,
#header a:hover,
#header a:active  { color:#009e96; text-decoration:none; }
._hover{
	opacity:1;
	transition: all 0.4s;
}
._hover:hover{
	opacity:0.7;
}

/*------------ FOOTER ------------*/

#footer {
	background: #777777;
	padding: 29px 0 25px;
	text-align: center;
	line-height: 0.1;
}
#footer img {
	width: 446px;
}

/*------------ NAVI ------------*/

.navi {
	background: #f3f1f1;
	padding: 40px 0;
	position: relative;
}
.navi h2 {
	width: 100px;
	margin: -53px auto 27px;
}
.navi ul {
	font-size: 0;
	padding-left: 44px;
}
.navi ul li {
	display: inline-block;
}
.navi ul li + li {
	margin-left: 26px;
}

/*------------ TOP ------------*/

/* .block .ttl */
.block .ttl {
	margin: 0 auto 65px;
	padding: 100px 0 0;
}
.block .ttl h2 {
	text-align: center;
	padding-bottom: 35px;
	border-bottom: #f0eeed solid 5px;
	margin: 0 auto 20px;
}
.block h2 strong {
	color: #009e96;
}

/* .block .list */
.block .list {
	margin: 0 auto 0;
	padding: 0 0 130px;
}
.block .list h2 {
	font-size: 43px;
	line-height: 143px;
	text-align: left;
	font-weight: bold;
	background: url(../img/block01_icon01.png) left top no-repeat;
	background-size: 143px auto;
	padding: 0 0 20px 175px;
	border-bottom: #333333 solid 1px;
	margin-bottom: 20px;
}
.block .list02 h2 {
	background: url(../img/block01_icon02.png) left top no-repeat;
	background-size: 143px auto;
}
.block .list .lead {
	text-align: left;
	padding: 0 0 0;
	margin: 0 0 60px;
}
.block .list01 .lead {
	background: url(../img/block01_lead_img01.jpg) right top no-repeat;
	background-size: 522px auto;
	padding: 0 550px 0 0;
	margin: 0 0 60px;
}
.block .list h3 {
	font-size: 35px;
	line-height: 1.5714;
	text-align: center;
	font-weight: bold;
	margin: 0 0 60px;
}

/* .block .list .category */
.block .list .category h4 {
	background: url(../img/block01_category_img01.jpg) right bottom no-repeat;
	background-size: 700px auto;
	margin-bottom: 40px;
}
.block .list .dining h4 {
	background: url(../img/block01_category_img02.jpg) right bottom no-repeat;
	background-size: 700px auto;
}
.block .list .bed h4 {
	background: url(../img/block01_category_img03.jpg) right bottom no-repeat;
	background-size: 700px auto;
}
.block .list .bath h4 {
	background: url(../img/block01_category_img04.jpg) right bottom no-repeat;
	background-size: 700px auto;
}
.block .list .work h4 {
	background: url(../img/block01_category_img05.jpg) right bottom no-repeat;
	background-size: 700px auto;
}
.block .list .category ul {
	padding-bottom: 160px;
	margin-right: -20px;
	position: relative;
}
.block .list .category ul li {
	display: table;
	width: 186px;
	height: 92px;
	margin: 0 17px 17px 0;
	float: left;
}
.block .list .category ul li a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	background: url(../img/block01_category_link.png) right bottom no-repeat #f3f1f1;
	background-size: 19px auto;
}
#wrapper .block .list .category ul li a,
#wrapper .block .list .category ul li a:link,
#wrapper .block .list .category ul li a:visited,
#wrapper .block .list .category ul li a:hover,
#wrapper .block .list .category ul li a:active  { color:#333; text-decoration:none; }
.block .list01 .btn {
	width: 427px;
	margin: -50px auto 0;
}

/* .block .list .bnrs */
.block .list .bnrs {
	margin: 0 auto -60px;
}
.block .list .bnrs li {
	float: left;
	width: 483px;
	margin-bottom: 55px;
}
.block .list .bnrs li.wide {
  width: 100%;
}
.block .list .bnrs li:nth-child(2n) {
	margin-left: 34px;
}
.block .list .bnrs li.all {
	width: 1000px;
	margin-bottom: 50px;
}
.block .list .bnrs li.kids {
	margin-left: 34px;
}

.block .list .att {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}


/* #block01 .point */
#block01 .point {
	background: #f3f1f1;
	margin: 0 auto 100px;
	padding: 10px;
	box-sizing: border-box;
}
#block01 .point h2 {
	font-size: 27px;
	line-height: 2;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin-bottom: 53px;
	background: #333;
}

#block01 .point dl {
	background: url(../img/block01_point_icn01.jpg) 16px top no-repeat;
	background-size: 270px auto;
	float: left;
	width: 324px;
	margin: 0 0 0 0;
	min-height: 420px;
}
#block01 .point dl.p02 {
	background: url(../img/block01_point_icn02.jpg) 16px top no-repeat;
	background-size: 270px auto;
}
#block01 .point dl.p03 {
	background: url(../img/block01_point_icn03.jpg) 16px top no-repeat;
	background-size: 270px auto;
}
#block01 .point dl + dl {
	border-left: #fff solid 2px;
}

#block01 .point dl dt {
	font-size: 24.4px;
	line-height: 1.33;
	text-align: left;
	font-weight: bold;
	padding: 280px 0 0 44px;
	margin-bottom: 10px;
}
#block01 .point dl dd {
	background: url(../img/block01_icn01.png) left 8px no-repeat;
	background-size: 19px auto;
	font-size: 17px;
	line-height: 1.67;
	text-align: left;
	margin-left: 44px;
	padding-left: 26px;
}
#block01 .point .btn {
	width: 427px;
	margin: 0 auto;
	padding: 36px 0 55px;
	clear: both;
}

/* #block01 .check */
#block01 .check {
	background: #f3f1f1;
	margin: 0 auto 100px;
	padding: 0 30px 30px; 
	box-sizing: border-box;
}
#block01 .check h2 {
	background: url(../img/block02_cpt_bg.png) left center no-repeat;
	background-size: 100% 2px;
	text-align: center;
	margin-bottom: 50px;
}
#block01 .check h2 span {
	display: inline-block;
	background: #f3f1f1;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	padding: 0 30px;
}
#block01 .check dl + dl {
	border-left: #fff solid 2px;
}
#block01 .check dl {
	float: left;
	width: 232px;
	margin-bottom: 0;
	min-height: 280px;
}
#block01 .check dl dt {
	font-size: 20px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: #009e96;
}
#block01 .check dl dd {
	background: url(../img/block01_check_img01.png) center -10px no-repeat;
	background-size: 140px auto;
	font-size: 13px;
	line-height: 1.928;
	text-align: left;
	margin: 20px 0 0;
	padding: 130px 10px 0;
	box-sizing: border-box;
}
#block01 .check dl.c02 dd {
	background: url(../img/block01_check_img02.png) center top no-repeat;
	background-size: 140px auto;
}
#block01 .check dl.c03 dd {
	background: url(../img/block01_check_img03.png) center top no-repeat;
	background-size: 140px auto;
}
#block01 .check dl.c04 dd {
	background: url(../img/block01_check_img04.png) center top no-repeat;
	background-size: 163px auto;
}
#block01 .check dl dd a {
	display: inline-block;
	margin-top: 10px;
}

/* #block02 .ttl */
#block02 {
	background: #f3f1f1;
	padding-bottom: 1px;
}
#block02 .ttl h2 {
	background: url(../img/block02_ttl_no.png) 165px top no-repeat;
	border-bottom: #fff solid 5px;
}

/* .block .process */
.block .process {
	margin: 0 auto 80px;
	padding-bottom: 50px;
	background: #fff;
	position: relative;
}
.block .process .cpt {
	width: 498px;
	position: absolute;
	left: 250px;
	top: -30px;
}
.block .process h2 {
	font-size: 40px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: #009e96;
	padding: 90px 0 40px;
}
.block .process h3 {
	width: 384px;
	background: url(../img/block02_cpt_bg.png) left center no-repeat;
	background-size: 100% 2px;
	margin: 0 auto 20px;
	text-align: center;
}
.block .process h3 strong {
	display: inline-block;
	background: #fff;
	font-size: 25px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	padding: 0 20px;
}
.block .process .ph {
	text-align: center;
	margin: 0 auto 20px;
}
.block .process ul {
	width: 920px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.block .process ul li {
	background: url(../img/block02_icn01.png) left 8px no-repeat;
	background-size: 24px auto;
	padding-left: 35px;
	font-size: 17px;
	line-height: 1.97;
}
.block .process ul li + li {
	margin-top: 10px;
}
.block .process ul li strong {
	font-weight: bold;
	color: #009e96;
}

/* #block03 .ttl */
#block03 .ttl h2 {
	background: url(../img/block03_ttl_no.png) 165px top no-repeat;
}

/* .block .service */
.block .service {
	margin: 0 auto;
	padding-bottom: 100px;
}
.block .service ul {
	margin-bottom: 70px;
}
.block .service ul li {
	width: 50%;
	float: left;
}
.block .service dt {
	font-size: 24px;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
	padding: 0 0 20px;
}
.block .service dd {
	width: 426px;
	margin: 0 auto;
}

/* #block04 .ttl */
#block04 {
	background: #f3f1f1;
	padding-bottom: 0;
}
#block04 .ttl h2 {
	background-image: url();
	border-bottom: #fff solid 5px;
}

/* #block05 .ttl */
#block03 + #block05 {
		border-top: #f3f1f1 solid 10px;
}
#block05 {
	padding-bottom: 60px;
}
#block05 .cpt {
	margin: 0 auto;
	padding: 60px 0;
}
#block05 .cpt dt {
	float: left;
	width: 327px;
}
#block05 .cpt dd {
	font-size: 24px;
	line-height: 1.66;
	text-align: center;
	margin-top: -10px;
}
#block05 .cpt dd strong {
	font-weight: bold;
}
#block05 .btn01 {
	width: 456px;
	float: left;
}
#block05 .btn01 dd {
	font-size: 17px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding: 16px 0 0;
}
#block05 dl.btn01 + dl.btn01 {
	margin-left: 86px;
}

/*-------- text_right --------*/
.t_right {
	text-align: right;
}

/*-------- text_left --------*/
.t_left {
	text-align: left;
}

/*-------- center --------*/
.t_center {
	text-align: center;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}

/*-------- COLOR --------*/

.red{
	color:#FF0000;
}

.orange{
	color:#FF6600;
}

.blue{
	color:#0097B2;
}

/*-------- FONT --------*/

.bold{
	font-weight:700;
}

.f10{
	font-size:10px;
}

.f14{
	font-size:14px;
}

/*-------- WIDTH --------*/

.w149{
	width:149px;	
}

.w180{
	width:180px;	
}

.w287{
	width:287px;
}

.w380{
	width:380px;
}

.w304{
	width:304px;
}

/*-------- HEIGHT --------*/

.h350{
	height:350px;	
}

.h375{
	height:375px;	
}

.h500{
	height:420px;	
}

.h600{
	height:470px;	
}

/*-------- MARGIN --------*/

.ml3{
	margin:0 0 0 3px;
}

.ml10{
	margin:0 0 0 10px;
}

.ml30{
	margin:0 0 0 30px;
}

.ml40{
	margin:0 0 0 40px;
}

.ml60{
	margin:0 0 0 60px;
}

.ml70{
	margin:0 0 0 70px;
}

.mb10{
	margin:0 0 10px 0;
}

.mb15{
	margin:0 0 15px 0;
}

.mt3{
	margin:3px 0 0 0;
}

.mt10{
	margin:10px 0 0 0;
}


.mt20{
	margin:20px 0 0 0;
}

.mt30{
	margin:30px 0 0 0;
}

/*-------- PADDING --------*/

.pt5{
	padding-top:5px;
}

.pt10{
	padding-top:10px;
}

.pt15{
	padding-top:15px;
}

.pt20{
	padding-top:20px;
}

.pt25{
	padding-top:25px;
}

.pt30{
	padding-top:30px;
}

.pt40{
	padding-top:40px;
}

.pt60{
	padding-top:60px;
}

.pl10{
	padding-left:10px;	
}

.pl12{
	padding-left:12px;	
}

.pl15{
	padding-left:15px;	
}

.pl20{
	padding-left:20px;	
}

.pl30{
	padding-left:30px;	
}

.pl40{
	padding-left:40px;	
}

.pl50{
	padding-left:50px;	
}

.pl60{
	padding-left:60px;	
}

.pl70{
	padding-left:70px;	
}

.pl80{
	padding-left:80px;	
}

.pl100{
	padding-left:100px;	
}

.pr100{
	padding-right:100px;	
}


.pb20{
	padding-bottom:20px;	
}

/*-------- COMMON --------*/

.pic{
	padding:2px;
	display:block;
	border:1px solid #CCCCCC;
}

.hidden{
	overflow:hidden;
}

.abs{
	position:absolute;
}

.ondes{
	color:#999999;
}

.page_top {
	position: fixed;
	right: -10px;
	bottom: 20px;
	z-index: 100;
	opacity:0;
	transition: all 0.4s;
}
.page_top.show {
	opacity:1;
}
.page_top a {
	display: block;
	padding: 15px;
	font-size:15px;
	background: #009e96;
	color: #fff;
	text-decoration: none;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-transition: 0.3s ease-in-out;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

