@charset "UTF-8";





html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight: normal;list-style-type:none;}
body {line-height:1}
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}



html {
	font-size: 62.5%;
}
body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
	font-size: 1.4rem;
	max-height: 999999px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #00a2e4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
img {
	width: 100%;
}
.spOnly {
	display: none;
}

@media screen and (max-width: 768px) {
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
}
.sa {
  opacity: 0;
  transition: all .5s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa_up {
  transform: translate(0, 100px);
}
.sa_scaleDown {
  transform: scale(1.5);
}


header {
	border-bottom: 1px solid #ddd;
	position: relative;
	height: 47px;
	overflow: hidden;
	width: 100%;
}
header div {
  max-width: 980px;
  margin: 0 auto;
}
header .logo {
  max-width: 90px;
  display: block;
  position: absolute;
  max-height: 37px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .header {
    height: 40px;
  }
}


article {
  width: 100%;
  height: 460px;
  position: relative;
  background: #D9F7F5;
  background: url(../images/bg_main.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
article > div {
  width: 100%;
  height: 280px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  border-width: 3px;
	border-color: #231815;
	border-style: solid none;
  background: #fff;
}
article > div img {
  max-width: 812px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
article > div::before {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	width: 100%;
	height: 260px;
  border-width: 6px;
	border-color: #231815;
	border-style: dotted none;
}

@media screen and (max-width: 480px) {
  article {
    height: 460px;
  }
  article > div {
    height: 200px;
  }
  article > div img {
    max-width: 96%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  article > div::before {
    height: 180px;
  }
}


section {
  padding-bottom: 96px;
  position: relative;
}
section:last-of-type {
  padding-bottom: 50px;
}
section:not(:last-of-type)::before {
  border-top: 6px dotted #231815;
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
}
section::after {
  bottom: 24px;
}
section h2 {
  max-width: 980px;
  margin: 0 auto 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section h2 {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 480px) {
  section:first-of-type h2 img {
    max-width: 90%;
  }
  section h2 {
    margin: 0 auto 20px;
  }
}



section:first-of-type h2 {
  max-width: 980px;
  margin: 40px auto 30px;
}
section:first-of-type h2 img {
  max-width: 871px;
}
section:first-of-type p {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 520px){
  section:first-of-type p br:first-of-type,
  section:first-of-type p br:nth-of-type(3) {
    display:none;
  }
}

@media screen and (max-width: 480px) {
  section:first-of-type h2 img {
    max-width: 90%;
  }
}



section:nth-of-type(2) h2 img {
  max-width: 904px;
}
.parent {
  max-width: 980px;
  margin: 0 auto;
  display : -ms-flexbox; 
  display : -webkit-box; 
	display : -webkit-flex; 
	display : flex;
}
.parent:not(:last-child){
  margin-bottom: 6%;
}
.parent li {
  width: 49%;
  
}
.parent li:nth-of-type(odd) {
  margin-right: 2%;
}
.parent li img {
  max-width: 490px;
}
.parent:not(:nth-of-type(2)) li:last-of-type img,
.parent:nth-of-type(2) li:first-of-type img {
  max-width: 480px;
}
.parent li p {
  position: relative;
  margin: 1em 0 0 0.2em;
}
.parent li p:first-of-type::before {
  display: inline-block;
  content: '';
  position: absolut;
  width: 100%;
  height: 2px;
  margin-bottom: 1em;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 10px);
  background-size: 12px 2px;
  background-position: top;
  background-repeat: repeat-x;
}
.parent li p:not(:first-of-type) {
  padding-left: 1em;
  text-indent: -1em;
}
#order_01 {
  -ms-flex-order: 3; 
  -webkit-box-ordinal-group: 3; 
	-webkit-order: 3; 
	order: 3;
}
#order_02 {
  -ms-flex-order: 4; 
  -webkit-box-ordinal-group: 4; 
	-webkit-order: 4; 
	order: 4;
}

@media screen and (max-width: 768px) {
  section:nth-of-type(2) h2 img {
    max-width: 90%;
  }
  .parent {
    -ms-flex-wrap: wrap; 
    -webkit-flex-wrap: wrap; 
    flex-wrap: wrap;
  }
  .parent li {
    width: 100%;
    text-align: center;
  }
  .parent li:nth-of-type(odd) {
    margin-right: 0;
  }
  .parent li p {
    max-width: 490px;
    margin: 1em auto;
    text-align: left;
  }
  #order_01 {
    -ms-flex-order: 4; 
    -webkit-box-ordinal-group: 4; 
    -webkit-order: 4; 
    order: 4;
  }
  #order_02 {
    -ms-flex-order: 3; 
    -webkit-box-ordinal-group: 3; 
    -webkit-order: 3; 
    order: 3;
  }
}

@media screen and (max-width: 500px) {
  .parent li {
    padding: 0 1em;
  }
}

@media screen and (max-width: 480px) {
  .parent:not(:nth-of-type(2)) li:first-of-type img,
  .parent:nth-of-type(2) li:last-of-type img {
    max-width: 290px;
  }
}



section:nth-of-type(3) h2 img {
  max-width: 664px;
}
.rent {
  max-width: 980px;
  margin: 0 auto 4%;
  display : -ms-flexbox; 
  display : -webkit-box; 
	display : -webkit-flex; 
	display : flex;
  -ms-flex-wrap: wrap; 
  -webkit-flex-wrap: wrap; 
  flex-wrap: wrap;
  box-sizing: border-box;
}
.rent li {
  width: 22%;
}
.rent li:not(:nth-child(4n)) {
  margin-right: 4%;
}
.rent li:nth-of-type(-n+4) {
  margin-bottom: 4%;
}
.rent li div:first-child {
  position: relative;
  margin-bottom: 1em;
  padding: 5%;
}
.rent li div:first-child::before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 95%;
  height: 94%;
  top: 0;
  left: 0;
  border-width: 2px;
	border-color: #231815;
	border-style: solid;
}
.rent li div:first-child::after {
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 95%;
  height: 95%;
  top: 5%;
  left: 5%;
  border-width: 2px;
	border-color: #231815;
	border-style: none solid solid none;
}
.rent li img {
  max-width: 300px;
}
.rent li p span {
  margin-left: 2em;
}
.rent li p:last-of-type {
  margin-bottom: 0.5em;
}
.btn_rent {
  color: #fff;
  text-decoration: none;
  background: #00a0e9;
  width: 100%;
  padding: 6% 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_rent:hover {
  background-size: 80px 80px;
  background-position: right 50%;
  background-color: #ffe55f;
  text-decoration: none;
}
.btn_rent::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 1em;
  background: url("../images/icon.png") no-repeat 0 50%;
  background-size: 20px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_rent:hover::before {
  left: 140px;
  background-size: 60px 60px;
}
.btn_rent span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_rent:hover span {
    margin-left: -100px;
}
.rent + p {
  text-align: center;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  section:last-of-type h2 img {
    max-width: 90%;
  }
  .rent {
    padding: 0 2em;
  }
  .rent li {
    width: 31%;
  }
  .rent li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .rent li:not(:nth-child(3n)) {
    margin-right: 3.5%;
  }
  .rent li:nth-of-type(-n+6) {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 480px) {
  .rent li {
    width: 47%;
  }
  .rent li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .rent li:not(:nth-child(even)) {
    margin-right: 6%;
  }
  .rent + p {
    margin: 0 1em;
    text-align: left;
  }
}

@media screen and (max-width: 414px) {
  .btn_rent {
    padding: 6% 10px;
  }
  .btn_rent:hover {
    background-size: 80px 80px;
    background-position: right 50%;
  }
  .btn_rent::before {
    top: 0;
    left: 0.4em;
    background: url("../images/icon.png") no-repeat 0 50%;
    background-size: 20px 20px;
    }
  .btn_rent:hover::before {
    left: 100px;
    background-size: 60px 60px;
  }
  .btn_rent span {
     margin-left: 1em;
  }
  .btn_rent:hover span {
    margin-left: -60px;
  }
}

@media screen and (max-width: 375px) {
  .btn_rent {
    padding: 6% 10px;
  }
  .btn_rent:hover {
    background-size: 80px 80px;
    background-position: right 50%;
  }
  .btn_rent::before {
    top: 0;
    left: 0.4em;
    background: url("../images/icon.png") no-repeat 0 50%;
    background-size: 20px 20px;
    }
  .btn_rent:hover::before {
    left: 100px;
    background-size: 60px 60px;
  }
  .btn_rent span {
     margin-left: 1.2em;
  }
  .btn_rent:hover span {
    margin-left: -40px;
  }
}


@media screen and (max-width: 320px) {
  .btn_rent {
    padding: 6% 10px;
  }
  .btn_rent:hover {
    background-size: 60px 60px;
    background-position: right 50%;
  }
  .btn_rent::before {
    top: 0;
    left: 0.4em;
    background: url("../images/icon.png") no-repeat 0 50%;
    background-size: 14px 14px;
    }
  .btn_rent:hover::before {
    left: 100px;
    background-size: 40px 40px;
  }
  .btn_rent span {
     margin-left: 1.2em;
  }
  .btn_rent:hover span {
    margin-left: -20px;
  }
}


.pagetop {
  clear: both;
  font-size: 1.2rem;
  max-width: 1100px;
  margin: 0 auto 20px;
  text-align: right;
}
.pagetop a {
  background: url(../images/icon_pagetop.png) left center no-repeat;
  padding: 2px 0 2px 16px;
}
footer{
  clear:both;
  position:static;
}
footer #greenbelt{
  background:url(../images/bg_greenbelt.png) 0 0 repeat;
}
footer #greenbelt .inner{
  margin:0 auto;
  max-width:1100px;
  background:#009261;
  color:#fff;
  overflow:hidden;
}
footer #greenbelt .inner .ftbox{
  float:left;
  max-width:800px;
}
footer #greenbelt .inner p.link{
  padding:18px 0 0 24px;
  font-size:1.2rem;
  line-height:1.0;
}
footer #greenbelt .inner p.link span{
  margin:0 0 0 10px;
  padding:0 0 0 10px;
  background:url(../images/line_dot_separate.png) 0 0 no-repeat;
}
footer #greenbelt .inner p.copy{padding:18px 0 0 24px;
  font-size:1.2rem;
  line-height:1.0;
}
footer #greenbelt .inner a{
  color:#fff;
}
footer #greenbelt .inner p.bn{
  float:right;
  background:url(../images/bg_ftbn.jpg) 0 0 no-repeat;
  width:264px;
  height:54px;
  margin:9px 17px 14px 0;
}
footer #greenbelt .inner p.bn a{
  color:#666;
  text-decoration:none;
}
footer #greenbelt .inner p.bn a span{
  display:block;
  width:120px;
  padding:16px 0 0 7px;
  font-size:1.0rem;
  line-height:1.4;
}
footer #whitebelt{
  clear:both;
  margin:0 auto;
  max-width:1100px;
  background:#fff;
  text-align:right;
}
footer #whitebelt p{
  padding:12px 0 13px;
  line-height:0;
}
footer #whitebelt img {
  max-width: 236px;
}

@media screen and (max-width: 768px) {
  footer #greenbelt .inner {
    margin: 0 0 0;
    width: 100%;
	}
	footer #greenbelt .inner .ftbox {
    float: none;
    width: 100%;
	}
	footer #greenbelt .inner p.link{
		display:block;
		padding:18px 15px 0;
		font-size:1.2rem;
		line-height:1.4;
		text-align:center;
	}
	footer #greenbelt .inner p.link span{
		display:block;
		margin:0 0 0 0;
		padding:15px 0 0 0;
		background:none;
    text-align:left;
	}
	footer #greenbelt .inner p.copy {
    padding: 15px 0 0 0;
    text-align:center;
	}
	footer #greenbelt .inner p.bn {
    float: none;
    margin:9px auto 14px;
    width: 264px;
    height: 54px;
	}
	footer #whitebelt {
		text-align:center;
    width: 100%;
	}
	footer #whitebelt img {
		width: inherit;
	}
}
