@charset "UTF-8";
.site-header {
  background: #1BB3EF;
  background-image: url(../images/header/header-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  color: #FFF;
}
.site-header .site-header__inner {
  background-image: url(../images/content/wave.png);
  background-repeat: repeat-x;
  background-position: 0 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}
.site-header .site-desc {
  max-width: 60%;
}
.site-header .logo {
  margin-top: 20px;
}
.site-header .logo .ruby {
  display: inline-block;
  margin-left: 16px;
  vertical-align: bottom;
}
.site-header a {
  color: #FFF;
}
.site-header .last p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}

.home-logo {
	  position: relative;
	  width: 1000px;
	  margin: 0 auto;
  }
.home-logo p {
	  position: absolute;
	  top: -20px;
	  left: -40px;
	  z-index: 5;
  }

@media screen and (min-width: 1000px) {
  .home .home-header-wrap {
    background: #1BB3EF url(../images/page/home/header-bg-home-bottom.png) 50% 98% no-repeat;
  }
  .home .site-header {
    background-color: transparent;
    background-image: url(../images/page/home/header-bg-home.png);
  }
  .home .site-header .logo {
    display: none;
  }
}
.nav {
  position: relative;
  margin-top: -4px;
}
.nav:after {
  position: absolute;
  right: -250px;
  bottom: -70px;
  display: block;
  content: "";
  background: url(../images/header/car.png) 0 0 no-repeat;
  width: 274px;
  height: 209px;
}
.nav ul {
  display: table;
  width: 100%;
  line-height: 1.2;
}
.nav li {
  display: table-cell;
  background: url(../images/header/nav-line.png) 0 100% no-repeat;
  text-align: center;
  width: 20%;
  font-weight: bold;
}
.nav li span.icon, .nav li span.label {
  display: block;
}
.nav li span.icon {
  margin-bottom: 10px;
}

.nav li:hover { opacity:0.8; }

@media screen and (min-width: 728px) {
  #container .nav {
    top: 0 !important;
    display: block !important;
  }
}
.site-desc * {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
}
.site-desc ul li {
  margin-left: 0;
  margin-right: 5px;
}
.site-desc ul li a {
  text-decoration: underline;
}

.toggle-nav {
  position: absolute;
  right: 14px;
  top: 16px;
  z-index: 1000;
  padding: 6px 6px 0 6px;
  width: 28px;
  height: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.toggle-nav span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.toggle-nav span:nth-child(1) {
  top: 0px;
}
.toggle-nav span:nth-child(2) {
  top: 10px;
}
.toggle-nav span:nth-child(3) {
  top: 20px;
}
.toggle-nav.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.toggle-nav.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.toggle-nav.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.toggle-nav.open b {
  color: #FFF;
}
.toggle-nav b {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  font-weight: normal;
  left: -2px;
  bottom: -18px;
  font-size: 11px;
  color: #000;
}

@media screen and (max-width: 1000px) {
  .site-header .logo .ruby {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }

  .nav:after {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  #container .site-desc-text {
    display: none;
  }
  #container .logo {
    margin-top: 0;
  }
}
@media screen and (max-width: 728px) {
  #container .site-header {
    background-position: 20% 0;
  }
  #container .site-header .site-header__inner {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  
  #container .site-header .site-desc {
    max-width: none;
  }
  #container .site-header .logo {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    max-width: 89%;
    text-align: center;
  }
  
  #container .nav {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    background: #1BB3EF;
    padding-top: 0;
  }
  #container .nav ul {
    display: block;
  }
  #container .nav li {
    display: block;
    background: none;
    text-align: left;
    width: auto;
    border-bottom: 1px dotted white;
  }
  #container .nav li a {
    display: block;
    padding: 10px;
  }
  #container .nav li span.icon {
    width: 45px;
  }
  #container .nav li span.icon img {
    height: 36px;
  }
  #container .nav li span.icon, #container .nav li span.sp-only {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #container .nav li span.label {
    display: none;
  }
}
.foot-img {
  margin-bottom: 30px;
  text-align: center;
}
.foot-img .col {
  margin-top: 20px;
}
.foot-img .col .box {
  letter-spacing: -1px;
}

.site-footer {
  background: #1BB3EF;
  background-image: url(../images/footer/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  color: #FFF;
  padding-top:50px;
}
.site-footer .site-footer__inner {
  background-image: url(../images/content/footer-wave.png);
  background-repeat: repeat-x;
  background-position: 0 100%;
  padding-bottom: 30px;
}
.site-footer .fixed-width {
  position: relative;
}
.site-footer .totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
}
.site-footer .totop:hover { opacity:0.8; }
.site-footer .footer-logo {
  width: 16.4%;
}
.site-footer .site-footer__info {
  width: 82%;
}
.site-footer .site-footer__bnr img:hover { opacity:0.95; }
.site-footer .site-footer__bnr > .box {
  padding-top: 30px;
}
.site-footer .site-footer__bnr .last .box {
  margin-left: 20px;
}
.site-footer a {
  color: #FFF;
}
.site-footer ul.footer-link {
  margin-top: 20px;
}
.site-footer ul.footer-link li {
  display: inline-block;
}
.site-footer .copy {
  text-align: right;
  margin-top: 20px;
  font-size: 11px;
}

.footer-link li { margin-right: 10px; }

@media screen and (max-width: 910px) {
  #container .site-footer__info .site-desc,
  #container .site-footer__info .last {
    float: none;
  }
  #container .site-footer__info .site-desc {
    margin-bottom: 20px;
  }
  #container .site-footer__info .set-align-r {
    margin-top: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 728px) {
  #container .site-desc {
    max-width: 60%;
  }
  
  #container .site-footer {
	  background: #1BB3EF;
	  background-image: url(../images/footer/footer-bg-sp.png);
	  background-repeat: no-repeat;
	  background-position: 65% 0;
	  color: #FFF;
	  padding-top: 5px;
	}
  
  #container .site-footer .site-footer__inner {
    padding-top: 0;
    text-align: center;
  }
  #container .site-footer .site-desc {
    max-width: none;
  }
  
  #container .foot-sp-pick {
	  width: 100%;
	  margin: 0 auto;
  }
  #container .foot-sp-pick dt {
	  max-width: 45%;
	  text-align: center;
  }
  #container .foot-sp-pick dd {
	  text-align: left;
	  margin-bottom: 10px;
  }
  
  #container .site-footer .footer-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 30%;
  }
  #container .site-footer .site-footer__info {
    display: inline-block;
    width: auto;
    text-align: left;
  }
  #container .site-footer .site-footer__info .last .tel {
    text-align: left;
  }
  #container .site-footer .site-footer__info .last .set-align-r {
    text-align: left;
  }
  #container .site-footer .site-footer__bnr > .box {
    padding-top: 10px;
  }
  #container .site-footer .site-footer__bnr .last .box {
    margin-left: 0;
    margin-bottom: 10px;
  }
  #container .site-footer ul.footer-link {
    margin: 10px 0;
  }
  #container .site-footer ul.footer-link li {
    display: inline-block;
    margin-right: 5px;
  }
  #container .site-footer .copy {
    text-align: center;
  }
  #container .site-footer .totop {
	right: 10px;
    width: 50px;
  }
}
/************************************************

 Heading

************************************************/
.page-title {
  display: block;
  background: #00B0F8 url(../images/content/icon-bird.png) 10px 15px no-repeat;
  margin-bottom: 20px;
  color: #FFF;
  line-height: 1;
  border-radius: 10px;
}
.page-title h1 {
  background: url(../images/content/title-bg.png) 100% 100% no-repeat;
  padding: 15px 60px;
}
.page-title .sp-only {
	padding: 16px 60px 15px 50px;
	font-size: 140%;
}

.heading-a {
  position: relative;
  margin-bottom: 20px;
}
.heading-a .value {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #FAFAFA;
  padding-right: 10px;
}
.heading-a:after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  margin-top: 1px;
  width: 100%;
  border-bottom: 2px dotted #00B0F8;
}

.heading-b {
  margin-bottom: 10px;
  font-size: 17px;
  color: #00B1F2;
}

.heading-c {
  margin-bottom: 10px;
  font-size: 17px;
  color: #FF6559;
}

.heading-d {
  margin-bottom: 15px;
  font-size: 17px;
  color: #00B0F8;
}

.heading-e small {
  position: relative;
  top: 13px;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 10px;
  font-weight: normal;
}
.heading-e small .icon {
  top: 5px;
}

.heading-f {
	font-size: 130%;
	font-weight: bold;
	padding: 6px 0 10px 62px;
	background: url(../images/content/icon-kumo.png) 0 0 no-repeat;
	background-size: 58px 37px;
}

.heading-g {
	color: #00B2F2;
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 2px dotted #00B0F8;
}

@media screen and (max-width: 728px) {
  #container .page-title h1 {
    background-position: 120% 100%;
  }
  #container .heading-a:after {
    display: none;
  }
}
.list {
  border-top: 1px solid #CCC;
}
.list li {
  border-bottom: 1px solid #CCC;
  position: relative;
}
.list a {
  display: block;
  padding: 12px;
  text-decoration: none;
}

.list-has-thumb li {
  position: relative;
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.list-has-thumb a {
  display: table-row;
  text-decoration: none;
}
.list-has-thumb .thumb,
.list-has-thumb .desc {
  display: table-cell;
  vertical-align: middle;
}
.list-has-thumb .thumb {
  width: 100px;
}

.list-circle li {
  position: relative;
  padding-left: 16px;
}
.list-circle li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  background: #FD665F;
  width: 10px;
  height: 10px;
  border-radius: 100px;
}

.bg-label {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  background-color: #00B1F5;
  color: #FFF;
  padding: 1px 8px 0 8px;
  font-weight: normal;
  border-radius: 6px;
}

.txt-uline a {
	text-decoration: underline;
}
.txt-uline a:hover {
	text-decoration: none;
}

.table-a {
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
}
.table-a th,
.table-a td {
  padding: 10px 12px 7px 12px;
  border-left: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
}
.table-a th {
  background-color: #00B1F5;
  color: #FFF;
  text-align: left;
  font-weight: normal;
}
.table-a th.none {
	background:none;
	border: 0;
}

.table-a td { background-color: #fff; }
.table-a .null-cell {
  background: transparent;
  border: 0;
}
.table-a thead th {
  text-align: center;
}

.table-a.data th,
.table-a.data td {
	font-weight: bold;
}
.table-a.data td {
	color: #00B2F2;
}
.table-a.data td span {
	font-weight: normal;
	color: #FD665F;
}

@media screen and (max-width: 728px) {
  #container .table-responsive {
    width: 100%;
  }
  #container .table-responsive tbody, #container .table-responsive tr, #container .table-responsive th, #container .table-responsive td {
    display: block;
  }
  #container .table-a th,
  #container .table-a td {
    padding: 10px 8px;
  }
}
.icon {
  position: relative;
  display: inline-block;
}
.icon.icon--arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: "";
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon--circle-arrow {
  position: relative;
  top: 3px;
  background: #00B0F8;
  border-radius: 100px;
  width: 16px;
  height: 16px;
}
.icon.icon--circle-arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-link .icon.icon--circle-arrow {
  position: relative;
  top: 3px;
  background: #fff;
  border-radius: 100px;
  width: 16px;
  height: 16px;
}
.footer-link .icon.icon--circle-arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #1BB3EF;
  border-right: 2px solid #1BB3EF;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon.icon--tel {
  background: url(../images/content/icon-tel.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 48px;
  height: 48px;
}
.icon.icon--number {
  background-color: #F37E9B;
  width: 28px;
  height: 28px;
  color: #FFF;
  border-radius: 100px;
  text-align: center;
  font-family: Arial;
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  vertical-align: middle;
  top: -1px;
}
.icon.icon--number.icon--number--green {
  background-color: #24D966;
}

.icon-pdf {
  position: absolute;
  right: 8px;
  top: 3px;
  margin-left: 5px;
}

.button-link {
  position: relative;
  display: inline-block;
  background: #00B2F2;
  padding: 7px 20px 5px 20px;
  color: #FFF;
  font-size: 16px;
  border-radius: 100px;
  line-height: 1.2;
}
.button-link .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}

.button-link-a {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 11px 14px 9px 14px;
  font-size: 17px;
  border-radius: 6px;
  border: 1px solid #00B1F5;
  line-height: 1.2;
  background-color: #fff;
}
.button-link:hover { opacity:0.8; }
.button-link-a:hover { opacity:0.8; }
.button-link-a.button-link-a--has-pdf-icon {
  padding-top: 11px;
  padding-bottom: 9px;
  padding-right: 46px;
}
.button-link-a .icon {
  top: 2px;
}
.button-link-a.button-link-a--has-pdf-icon:hover { opacity:0.8; }

#container .tel {
  margin-top: -10px;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 1;
  font-family: Arial;
  line-height: 1;
  white-space: nowrap;
}
#container .tel .icon {
  margin-right: 7px;
  vertical-align: bottom;
  top: 5px;
}

.breadcrumb {
  margin-bottom: 15px;
  color: #00B2F2;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.icon-point {
  position: absolute;
  left: -20px;
  top: -10px;
  z-index: 2;
}

.icon-point img {
	width: 68px;
	height: 68px;
}

.home-comment-unit {
  position: relative;
}
.home-comment-unit .home-comment-img {
  position: absolute;
}
.home-comment-unit.home-comment-unit-0 {
  margin-bottom: 40px;
}
.home-comment-unit.home-comment-unit-0 .home-comment-img {
  left: -90px;
  top: -30px;
  width: 43.5%;
}
.home-comment-unit.home-comment-unit-0 .home-comment-text {
  padding-left: 36%;
}
.home-comment-unit.home-comment-unit-1 {
  margin-bottom: 60px;
}
.home-comment-unit.home-comment-unit-1 .home-comment-img {
  right: -90px;
  top: -40px;
  width: 43.5%;
}
.home-comment-unit.home-comment-unit-1 .home-comment-text {
  padding-right: 36%;
}

#gmap {
  height: 200px;
}
#content-access #gmap {
  height: 420px;
}

.pick-1 {
	position: relative;
}
.pick-1 .driver {
	position: absolute;
	top: -10px;
	right: -25px;
}


@media screen and (max-width: 728px) {
  #container .icon.icon--tel {
    width: 30px;
    height: 30px;
  }
  #container .tel {
    margin-top: 10px;
    font-size: 32px;
    text-align: center;
  }
  #container .tel .icon {
    top: 0;
  }
  #container .button-link,
  #container .button-link-a {
    font-size: 15px;
  }
  #container .home-comment-unit .home-comment-img {
    position: static;
  }
  #container .home-comment-unit.home-comment-unit-0 {
    margin-bottom: 30px;
  }
  #container .home-comment-unit.home-comment-unit-0 .home-comment-img {
    width: auto;
  }
  #container .home-comment-unit.home-comment-unit-0 .home-comment-text {
    padding-left: 0;
  }
  #container .home-comment-unit.home-comment-unit-1 {
    margin-bottom: 0;
  }
  #container .home-comment-unit.home-comment-unit-1 .home-comment-img {
    right: -90px;
    width: auto;
  }
  #container .home-comment-unit.home-comment-unit-1 .home-comment-text {
    padding-right: 0;
  }
  
  .button-link {
	  position: relative;
	  display: inline-block;
	  background: #00B2F2;
	  padding: 7px 20px 7px 20px;
	  color: #FFF;
	  font-size: 16px;
	  border-radius: 100px;
	  line-height: 1.2;
	}
	.button-link .icon {
	  position: absolute;
	  right: 10px;
	  top: 50%;
	  margin-top: -4px;
	}
	
	.icon-point img {
	width: 90%;
	height: 90%;
}
}
/************************************************

 Single property

************************************************/
#container .set-disp-cell {
  display: table-cell;
}
#container .set-disp-ib {
  display: inline-block;
}
#container .set-disp-b {
  display: block;
}
#container .set-color-FD665F {
  color: #FD665F;
}
#container .set-color-00B0F8 {
  color: #00B0F8;
}
#container .set-color-FFFFFF {
  color: #FFFFFF;
}
#container .set-color-00B1F4 {
  color: #00B1F4;
}
#container .set-color-F77B99 {
  color: #F77B99;
}
#container .set-color-A5D000 {
  color: #A5D000;
}
#container .set-color-00B1F5 {
  color: #00B1F5;
}
#container .set-color-333333 {
  color: #333333;
}
#container .set-bg-E3F7FE {
  background-color: #E3F7FE;
}
#container .set-bg-A6D000 {
  background-color: #A6D000;
}
#container .set-bg-F77C99 {
  background-color: #F77C99;
}
#container .set-bg-FFC100 {
  background-color: #FFC100;
}
#container .set-bg-F9EDF0 {
  background-color: #F9EDF0;
}
#container .set-bg-F1F6E0 {
  background-color: #F1F6E0;
}
#container .set-bg-EEEEEE {
  background-color: #EEEEEE;
}
#container .set-nowrap {
  white-space: nowrap;
}
#container .set-pos-r {
  position: relative;
}
#container .set-float-l {
  float: left;
}
#container .set-float-r {
  float: right;
}
#container .set-align-c {
  text-align: center;
}
#container .set-align-r {
  text-align: right;
}
#container .set-align-l {
  text-align: left;
}
#container .set-w-full {
  width: 100%;
}
#container .set-w-half {
  width: 50%;
}
#container .set-w-90 {
  width: 90px;
}
#container .set-w-100 {
  width: 100px;
}
#container .set-w-130 {
  width: 130px;
}
#container .set-w-200 {
  width: 200px;
}
#container .set-w-250 {
  width: 250px;
}
#container .set-w-300 {
  width: 300px;
}
#container .set-w-350 {
  width: 350px;
}
#container .set-w-400 {
  width: 400px;
}
#container .set-w-10per {
  width: 10%;
}
#container .set-w-10_5per {
  width: 10.5%;
}
#container .set-w-10per {
  width: 10%;
}
#container .set-w-20per {
  width: 20%;
}
#container .set-w-25per {
  width: 25%;
}
#container .set-w-30per {
  width: 30%;
}
#container .set-w-31per {
  width: 31%;
}
#container .set-w-37per {
  width: 37%;
}
#container .set-w-38per {
  width: 38%;
}
#container .set-w-43per {
  width: 43%;
}
#container .set-w-57per {
  width: 57%;
}
#container .set-w-59per {
  width: 59%;
}
#container .set-w-64per {
  width: 64%;
}
#container .set-w-65per {
  width: 65%;
}
#container .set-w-67per {
  width: 70%;
}
#container .set-w-80per {
  width: 80%;
}
#container .set-mt-5 {
  margin-top: 5px;
}
#container .set-mt-10 {
  margin-top: 10px;
}
#container .set-mt-15 {
  margin-top: 15px;
}
#container .set-mt-20 {
  margin-top: 20px;
}
#container .set-mt-30 {
  margin-top: 30px;
}
#container .set-mt-40 {
  margin-top: 40px;
}
#container .set-mt-50 {
  margin-top: 50px;
}
#container .set-mt-60 {
  margin-top: 60px;
}
#container .set-mt-70 {
  margin-top: 70px;
}
#container .set-mt-80 {
  margin-top: 80px;
}
#container .set-mt-90 {
  margin-top: 90px;
}
#container .set-mt-100 {
  margin-top: 100px;
}
#container .set-mr-5 {
  margin-right: 5px;
}
#container .set-mr-10 {
  margin-right: 10px;
}
#container .set-mr-20 {
  margin-right: 20px;
}
#container .set-mr-30 {
  margin-right: 30px;
}
#container .set-mr-40 {
  margin-right: 40px;
}
#container .set-mr-50 {
  margin-right: 50px;
}
#container .set-mr-60 {
  margin-right: 60px;
}
#container .set-mr-70 {
  margin-right: 70px;
}
#container .set-mr-80 {
  margin-right: 80px;
}
#container .set-mr-90 {
  margin-right: 90px;
}
#container .set-mr-100 {
  margin-right: 100px;
}
#container .set-mb-5 {
  margin-bottom: 5px;
}
#container .set-mb-10 {
  margin-bottom: 10px;
}
#container .set-mb-15 {
  margin-bottom: 15px;
}
#container .set-mb-20 {
  margin-bottom: 20px;
}
#container .set-mb-30 {
  margin-bottom: 30px;
}
#container .set-mb-35 {
  margin-bottom: 35px;
}
#container .set-mb-40 {
  margin-bottom: 40px;
}
#container .set-mb-50 {
  margin-bottom: 50px;
}
#container .set-mb-60 {
  margin-bottom: 60px;
}
#container .set-mb-70 {
  margin-bottom: 70px;
}
#container .set-mb-80 {
  margin-bottom: 80px;
}
#container .set-mb-90 {
  margin-bottom: 90px;
}
#container .set-mb-100 {
  margin-bottom: 100px;
}
#container .set-ml-5 {
  margin-left: 5px;
}
#container .set-ml-10 {
  margin-left: 10px;
}
#container .set-ml-20 {
  margin-left: 20px;
}
#container .set-ml-30 {
  margin-left: 30px;
}
#container .set-ml-40 {
  margin-left: 40px;
}
#container .set-ml-50 {
  margin-left: 50px;
}
#container .set-ml-60 {
  margin-left: 60px;
}
#container .set-ml-70 {
  margin-left: 70px;
}
#container .set-ml-80 {
  margin-left: 80px;
}
#container .set-ml-90 {
  margin-left: 90px;
}
#container .set-ml-100 {
  margin-left: 100px;
}
#container .set-pt-5 {
  padding-top: 5px;
}
#container .set-pt-10 {
  padding-top: 10px;
}
#container .set-pt-20 {
  padding-top: 20px;
}
#container .set-pt-30 {
  padding-top: 30px;
}
#container .set-pt-40 {
  padding-top: 40px;
}
#container .set-pt-50 {
  padding-top: 50px;
}
#container .set-pt-60 {
  padding-top: 60px;
}
#container .set-pt-70 {
  padding-top: 70px;
}
#container .set-pt-80 {
  padding-top: 80px;
}
#container .set-pt-90 {
  padding-top: 90px;
}
#container .set-pt-100 {
  padding-top: 100px;
}
#container .set-pr-5 {
  padding-right: 5px;
}
#container .set-pr-10 {
  padding-right: 10px;
}
#container .set-pr-20 {
  padding-right: 20px;
}
#container .set-pr-30 {
  padding-right: 30px;
}
#container .set-pr-40 {
  padding-right: 40px;
}
#container .set-pr-50 {
  padding-right: 50px;
}
#container .set-pr-60 {
  padding-right: 60px;
}
#container .set-pr-70 {
  padding-right: 70px;
}
#container .set-pr-80 {
  padding-right: 80px;
}
#container .set-pr-90 {
  padding-right: 90px;
}
#container .set-pr-100 {
  padding-right: 100px;
}
#container .set-pb-5 {
  padding-bottom: 5px;
}
#container .set-pb-10 {
  padding-bottom: 10px;
}
#container .set-pb-20 {
  padding-bottom: 20px;
}
#container .set-pb-30 {
  padding-bottom: 30px;
}
#container .set-pb-40 {
  padding-bottom: 40px;
}
#container .set-pb-50 {
  padding-bottom: 50px;
}
#container .set-pb-60 {
  padding-bottom: 60px;
}
#container .set-pb-70 {
  padding-bottom: 70px;
}
#container .set-pb-80 {
  padding-bottom: 80px;
}
#container .set-pb-90 {
  padding-bottom: 90px;
}
#container .set-pb-100 {
  padding-bottom: 100px;
}
#container .set-pl-5 {
  padding-left: 5px;
}
#container .set-pl-10 {
  padding-left: 10px;
}
#container .set-pl-20 {
  padding-left: 20px;
}
#container .set-pl-30 {
  padding-left: 30px;
}
#container .set-pl-40 {
  padding-left: 40px;
}
#container .set-pl-50 {
  padding-left: 50px;
}
#container .set-pl-60 {
  padding-left: 60px;
}
#container .set-pl-70 {
  padding-left: 70px;
}
#container .set-pl-80 {
  padding-left: 80px;
}
#container .set-pl-90 {
  padding-left: 90px;
}
#container .set-pl-100 {
  padding-left: 100px;
}
#container .set-kerning {
  letter-spacing: -1px;
}

#container .set-lh-14 {
  line-height: 1.4;
} 

@media screen and (max-width: 728px) {
  #container .set-sp-disp-b {
    display: block;
  }
  #container .reset-sp-mt {
    margin-top: 0;
  }
  #container .reset-sp-mr {
    margin-right: 0;
  }
  #container .reset-sp-mb {
    margin-bottom: 0;
  }
  #container .reset-sp-ml {
    margin-left: 0;
  }
  #container .reset-sp-top {
    top: 0;
  }
  #container .set-sp-align-c {
    text-align: center;
  }
  #container .set-sp-align-l {
    text-align: left;
  }
  #container .set-w {
    width: auto;
  }
  #container .set-sp-mb-5 {
    margin-bottom: 5px;
  }	  
  #container .set-sp-mb-10 {
    margin-bottom: 10px;
  }	
  #container .set-sp-mb-15 {
    margin-bottom: 15px;
  }	
  #container .set-sp-mb-20 {
    margin-bottom: 20px;
  }
  #container .set-sp-mb-25 {
    margin-bottom: 25px;
  }
  #container .set-sp-mb-30 {
    margin-bottom: 30px;
  }
}
.animation {
  -moz-transition: background 1s ease;
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
}
.animation:hover {
  background-color: #F00;
}

@-moz-keyframes anim {
  0% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes anim {
  0% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes anim {
  0% {
    -moz-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.keyframe {
  background: #000;
  margin: 20px;
  width: 100px;
  height: 100px;
  color: #FFF;
  -webkit-animation: anim 6s linear infinite;
  -moz-animation: anim 6s linear infinite;
  animation: anim 6s linear infinite;
}

/* Slider */
.wrap-slick {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1426px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: -20px;
  display: block;
  z-index: 10;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 44%;
  z-index: 10;
  background: url(../images/content/slick-prev.png) 0 0 no-repeat;
  width: 62px;
  height: 62px;
  text-indent: -9999px;
  border: 0;
}
.slick-arrow.slick-prev {
  left: 9%;
}
.slick-arrow.slick-next {
  right: 9%;
  background-image: url(../images/content/slick-next.png);
}

.home-desc {
	position: relative;
	width: 1059px;
	margin: 0 auto;
}

.home-desc .set-kerning {
	position: absolute;
	top: 84px;
	left: 4.5%;
}


@media screen and (max-width: 728px) {
  #container .wrap-slick {
    margin-top: 10px;
    margin-left: -20px;
    margin-right: -20px;
  }
  #container .slick-arrow {
    top: 27%;
    background-size: 100% auto;
    width: 36px;
    height: 36px;
	z-index: 0;
  }
  #container .slick-arrow.slick-prev {
    left: 1%;
  }
  #container .slick-arrow.slick-next {
    right: 1%;
  }
  
  #container .sp-catch {
	  padding: 0 40px 10px 40px;
  }
  
  #container .sp-info {
	  margin: -24px 0 20px 0;
}
  
  #container .sp-info .home-sp-sub {
	  color: #00B2F2;
	  font-weight: bold;
	  font-size: 130%;
	  line-height: 1.2;
	  margin-bottom: 5px;
	 }
	 
  #container .page-sp-sub {
	  color: #333;
	  font-weight: bold;
	  font-size: 130%;
	  line-height: 1.2;
	  margin-bottom: 5px;
	 }

  #container .col.point p.sp-only {
	  font-size: 140%;
	  font-weight: bold;
	  line-height: 1.3;
	 }

}
body {
  background-color: #FAFAFA;
}

#container {
  overflow: hidden;
}

.for-screen-reader,
.sp-only-ib,
.sp-only {
  display: none;
}

.fixed-width {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.col .main,
.col .box {
  float: left;
}
.col .sidebar,
.col .last {
  float: right;
}
.col.col--3 .box {
  width: 30.7%;
}
.col.col--3 .box:nth-child(2) {
  margin-left: 3.9%;
}
.col.col--3 .box:last-child {
  float: right;
}
.col.col--4 .box {
  margin-left: 2.2%;
  width: 23.4%;
}
.col.col--4 .box:first-child {
  margin-left: 0;
}
.col.col--4 .box:last-child {
  margin-left: 0;
  float: right;
}

.unit, .col {
  zoom: 1;
}

.unit:after, .col:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .wrap,
  .fixed-width,
  .site-header__inner,
  .site-footer__inner,
  .content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 728px) {
  #container .fixed-width,
  #container .wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  #container .wrap .fixed-width,
  #container .wrap .wrap,
  #container .site-header__inner .fixed-width,
  #container .site-header__inner .wrap,
  #container .site-footer__inner .fixed-width,
  #container .site-footer__inner .wrap,
  #container .content .fixed-width,
  #container .content .wrap {
    padding-right: 0;
    padding-left: 0;
  }
  #container .pc-only {
    display: none;
  }
  #container .sp-only {
    display: block;
  }
  #container .sp-only-ib {
    display: inline-block;
  }
  #container .col .box, #container .col .last, #container .col .main, #container .col .sidebar {
    float: none;
  }
  #container .col.col--3 .box, #container .col.col--4 .box {
    width: auto;
    margin-left: 0;
  }
  #container .col.col--3 .box:nth-child(2), #container .col.col--4 .box:nth-child(2) {
    margin-right: 0;
  }
  
  .sp-home-logo {
	  width: 100%;
	 }
  .sp-home-logo p {
	  width: 60%;
	  margin: 0 auto;
  }
}
html, body {
  width: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  line-height: 1.7;
  color: #333;
}

body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dt, dd,
form, fieldset,
hr, sup, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}

td img {
  vertical-align: baseline;
}

fieldset {
  border: 0;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
}

input,
select {
  line-height: 1.42857143;
}

select {
  background: #FFF;
}

input,
select,
textarea {
  border: 1px solid #d6d6d6;
}

sup {
  font-size: 10px;
  line-height: 1.1;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

iframe {
  border: 0;
}

ul, ol, p, dt, dd,
caption, th, td,
select, input, textarea, button {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  line-height: 1.2;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td, table th {
  line-height: 1.4;
}

hr {
  background: none;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

main, section, aside, figure, header, footer {
  display: block;
}

* {
  box-sizing: border-box;
}
