@charset "UTF-8";
body {
  color: #111;
  background: #fff;
  font-family: Meiryo, メイリオ, "MS ゴシック", "MS Gothic", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
figure,
figcaption,
input,
strong {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

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

svg,
input {
  vertical-align: top;
  border: none;
}

input {
  font-family: inherit;
}

i {
  font-style: normal;
}

li {
  list-style: none;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='button'],
input[type='submit'] {
  outline: none;
  -webkit-appearance: none;
}

input[readonly] {
  cursor: default;
}

button {
  font-family: inherit;
}

input[type='button'],
input[type='submit'],
button {
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
}

table,
th,
td {
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: none;
}

input:disabled,
button:disabled {
  cursor: default;
}

input[type='radio'],
input[type='checkbox'] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input,
textarea {
  color: inherit;
  border: none;
  outline: none;
}

textarea {
  resize: vertical;
}

button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: none;
  -webkit-appearance: none;
}

button:active, button:focus {
  outline: none;
}

figure {
  margin: 0;
  padding: 0;
}

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

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.header-title {
  text-align: center;
  padding: 10px 0 0 0;
}
@media screen and (max-width: 1220px) {
  .header-title {
    padding: 10px 10px 0 10px;
  }
}
.header-nav {
  zoom: 1;
}
.header-nav:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: '';
}
.header-nav li {
  float: left;
  width: 400px;
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .header-nav li {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .header-nav li {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 499px) {
  .header-nav li {
    font-size: 12px;
  }
}
.header-nav li:last-child a span {
  border-right: 0;
}
.header-nav li:first-child a span {
  border-left: 0;
}
.header-nav li a {
  display: block;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  background: #111;
}
@media screen and (max-width: 767px) {
  .header-nav li a {
    padding: 10px 0;
  }
}
.header-nav li a:hover {
  color: #111;
  background: #e5ded2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.header-nav li a span {
  display: block;
  padding: 15px 0;
  border-right: 1px solid #909090;
  border-left: 1px solid #909090;
}
@media screen and (max-width: 767px) {
  .header-nav li a span {
    padding: 5px 0;
    border-right: 1px solid #909090;
    border-left: 1px solid #909090;
  }
}
.header-nav._2 li a.current {
  position: relative;
  color: #111;
  background: #e5ded2;
}
.header-nav._2 li a.current:before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin: 0 0 0 -8px;
  content: '';
  border-top: 8px solid #e5ded2;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading {
    padding: 0 15px;
  }
}
.heading-title {
  font-size: 35px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 40px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .heading-title {
    font-size: 23px;
    margin: 0 0 30px 0;
  }
}
.heading-title:after {
  content: "";
  width: 50px;
  height: 9px;
  background: #111;
  display: block;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .heading-title:after {
    height: 5px;
    width: 25px;
    bottom: -15px;
  }
}
.heading-title span {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .heading-title span {
    font-size: 12px;
  }
}
.heading-bold {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .heading-bold {
    font-size: 14px;
  }
}
.heading-text {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .heading-text {
    font-size: 12px;
  }
  .heading-text br {
    display: none;
  }
}

.modelhouse {
  background: url(../images/common/bg-dot.png);
}
.modelhouse-inner {
  padding: 50px 0 0 0;
}
@media screen and (max-width: 767px) {
  .modelhouse-inner {
    padding: 25px 0 0 0;
  }
}
.modelhouse-lists {
  padding: 30px 0 50px 0;
}
@media screen and (max-width: 1040px) {
  .modelhouse-lists {
    padding: 20px 0;
  }
}
.modelhouse-lists li {
  max-width: 1000px;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 1040px) {
  .modelhouse-lists li {
    margin: 0 20px 20px 20px;
  }
}
.modelhouse-left {
  float: left;
  /*width: 430px;*/
  width: 50%;
}
/*@media screen and (max-width: 1040px) {
  .modelhouse-left {
    width: 54%;
  }
}*/
@media screen and (max-width: 767px) {
  .modelhouse-left {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
}
.modelhouse-right {
  float: right;
  width: 44%;
  margin: 0 0 0 6%;
}
/*@media screen and (max-width: 1040px) {
  .modelhouse-right {
    width: 43%;
  }
}*/
@media screen and (max-width: 767px) {
  .modelhouse-right {
    float: none;
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
  }
}
.modelhouse-block {
  zoom: 1;
  border: 4px solid #948170;
  background: #fff;
  padding: 50px 60px;
}
.modelhouse-block:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: '';
}
@media screen and (max-width: 1040px) {
  .modelhouse-block {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse-block {
    border: 2px solid #948170;
    padding: 15px 10px;
  }
}
.modelhouse-block-logo {
  text-align: center;
  height: 234px;
}
.modelhouse-block-logo img {
  padding: 20px 0 44px 0;
	width: 300px
}
@media screen and (max-width: 767px) {
  .modelhouse-block-logo {
    height: auto;
    width: 40%;
    margin: 0 auto 15px auto;
  }
  .modelhouse-block-logo img {
    padding: 0;
  }
}
.modelhouse-block-logo._2 img {
  padding: 35px 0 0 0;
}
@media screen and (max-width: 767px) {
  .modelhouse-block-logo._2 {
    padding: 10px 0 0 0;
    width: 50%;
  }
  .modelhouse-block-logo._2 img {
    padding: 0;
  }
}
.modelhouse-block-link {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 950px) {
  .modelhouse-block-link {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse-block-link {
    margin: 0 0 5px 0;
  }
}
.modelhouse-block-link .btn {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 3px;
  color: #fff;
  background: #948170;
}
@media screen and (max-width: 767px) {
  .modelhouse-block-link .btn {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.modelhouse-block-link .btn a {
  display: block;
  /*padding: 26px 0 26px 60px;*/
  padding: 26px 60px 26px 30px;
  border: 4px solid #948170;
  position: relative;
}
@media screen and (max-width: 950px) {
  .modelhouse-block-link .btn a {
    /*padding: 20px 0 20px 60px;*/
    padding: 20px 60px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse-block-link .btn a {
    padding: 10px 20px 10px 10px;
    text-align: center;
    border: 2px solid #948170;
  }
  .modelhouse-block-link .btn a br {
    display: none;
  }
}
.modelhouse-block-link .btn a:hover {
  background: #fff;
  border: 4px solid #948170;
  color: #948170;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  .modelhouse-block-link .btn a:hover {
    border: 2px solid #948170;
  }
}
.modelhouse-block-link .btn a:after {
  content: "";
  display: inline-block;
  background: url(../images/modelhouse/icon-arrow-white.png) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  /*right: 8%;*/
  right: 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .modelhouse-block-link .btn a:after {
    width: 15px;
    height: 10px;
    /*right: inherit;*/
    right: 0;
    background-size: 10px 10px;
    padding: 0 0 0 5px;
    background-position: 5px;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse-block-contact {
    text-align: center;
  }
}
.modelhouse-block-contact .text {
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 3px;
  color: #948170;
}
@media screen and (max-width: 767px) {
  .modelhouse-block-contact .text {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.modelhouse-block-contact .tel {
  font-size: 43px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 950px) {
  .modelhouse-block-contact .tel {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse-block-contact .tel {
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
  }
}
.modelhouse-block-contact .tel:before {
  content: "";
  display: inline-block;
  background: url(../images/modelhouse/tel.png) no-repeat;
  width: 42px;
  height: 35px;
  padding: 0 10px 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .modelhouse-block-contact .tel:before {
    width: 17px;
    height: 15px;
    background-size: 17px 15px;
  }
}
.modelhouse-block-contact .tel a {
  padding: 0 0 0 50px;
}
@media screen and (max-width: 767px) {
  .modelhouse-block-contact .tel a {
    padding: 0 0 0 20px;
  }
}
.modelhouse-block-contact .time {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .modelhouse-block-contact .time {
    font-size: 10px;
  }
}
.modelhouse-block-image {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .modelhouse-block-image {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .modelhouse-block-image img {
    width: 100%;
  }
}
.modelhouse-block-address {
  padding: 0 0 0 25px;
  border-left: 5px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .modelhouse-block-address {
    padding: 0 0 0 5px;
    border-left: 3px solid #e6e6e6;
    display: table-cell;
    vertical-align: middle;
  }
}
.modelhouse-block-address .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .modelhouse-block-address .title {
    font-size: 12px;
  }
}
.modelhouse-block-address .address {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .modelhouse-block-address .address {
    font-size: 10px;
    margin: 0 0 5px 0;
  }
}
.modelhouse-block-address .map {
  font-size: 16px;
  font-weight: bold;
  color: #3e6da8;
}
@media screen and (max-width: 767px) {
  .modelhouse-block-address .map {
    font-size: 11px;
  }
}
.modelhouse-block-address .map a {
  text-decoration: underline;
  display: block;
  position: relative;
}
.modelhouse-block-address .map a:after {
  content: "";
  display: inline-block;
  background: url(../images/modelhouse/icon-arrow-right.png) no-repeat;
  background-position: 5px;
  width: 25px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .modelhouse-block-address .map a:after {
    width: 14px;
    height: 10px;
    background-size: 10px 10px;
    background-position: 4px;
  }
}
.modelhouse-block-address .map a:hover {
  text-decoration: none;
}
.modelhouse-btn {
  padding: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
  .modelhouse-btn {
    width: 200px;
    margin: 0 auto;
    padding: 0 0 40px 0;
  }
}
.modelhouse-btn a {
  display: block;
  text-align: center;
}
.modelhouse-btn a:hover {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: 0.8;
  -ms-filter: alpha(opacity=80);
  filter: alpha(opacity=80);
}

.pagetop {
  position: absolute;
  bottom: 140px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 100px;
    right: 5px;
  }
  .pagetop img {
    width: 50px;
  }
}

.footer {
  position: relative;
}
.footer-top {
  background: #f4f4f4;
}
.footer-top-text {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 0 0 22px 0;
}
@media screen and (max-width: 767px) {
  .footer-top-text {
    font-size: 10px;
    padding: 0 0 10px 0;
  }
  .footer-top-text span {
    display: block;
  }
}
.footer-logo {
  width: 292px;
  margin: 0 auto;
  padding: 35px 0 15px 0;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 200px;
    padding: 22px 0 6px 0;
  }
}
.footer-bottom {
  background: #111;
  color: #fff;
}
.footer-bottom p {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  padding: 11px 0;
}
@media screen and (max-width: 767px) {
  .footer-bottom p {
    font-size: 10px;
    padding: 7px 0 8px 0;
  }
}

.top {
  background: url(../images/common/bg-dot.png);
  margin: 150px 0 0 0;
}
@media screen and (max-width: 767px) {
  .top {
    margin: 80px 0 0 0;
  }
}
.top-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 85px 0 105px 0;
}
@media screen and (max-width: 767px) {
  .top-inner {
    padding: 55px 0 160px 0;
  }
}
.top-icon {
  position: relative;
}
.top-icon:before {
  content: "";
  background: url(../images/top/illustration-01.png);
  width: 188px;
  height: 178px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: -195px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top-icon:before {
    width: 105px;
    height: 99px;
    background-size: 105px 99px;
    top: -115px;
  }
}
.top-block-1 {
  position: relative;
  padding: 30px 0 60px 0;
  zoom: 1;
}
.top-block-1:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: '';
}
@media screen and (max-width: 767px) {
  .top-block-1 {
    padding: 20px 15px 115px 15px;
  }
}
.top-block-2 {
  zoom: 1;
}
.top-block-2:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: '';
}
.top-block-3 {
  position: relative;
  margin: -160px 0 0 0;
  zoom: 1;
}
.top-block-3:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: '';
}
@media screen and (max-width: 767px) {
  .top-block-3 {
    margin: 0;
    padding: 0 30px;
  }
}
.top-box-1 {
  float: right;
}
@media screen and (max-width: 1050px) {
  .top-box-1 {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .top-box-1 {
    width: auto;
    float: none;
    text-align: center;
  }
}
.top-box-1-copy {
  position: absolute;
  bottom: 10px;
  right: 580px;
  padding: 67px 59px 57px 59px;
  border: 4px solid #111;
  background: #fff;
  text-align: left;
}
@media screen and (max-width: 1050px) {
  .top-box-1-copy {
    right: 50%;
    bottom: -10px;
  }
}
@media screen and (max-width: 950px) {
  .top-box-1-copy {
    right: 40%;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-box-1-copy {
    padding: 20px 15px;
    bottom: 5%;
    right: inherit;
    left: 15%;
    border: 2px solid #111;
  }
}
.top-box-1-copy:before {
  content: "";
  background: url(../images/top/illustration-02.png) no-repeat;
  display: block;
  width: 278px;
  height: 199px;
  position: absolute;
  left: -120px;
  bottom: -133px;
}
@media screen and (max-width: 767px) {
  .top-box-1-copy:before {
    width: 139px;
    height: 100px;
    background-size: 139px 100px;
    bottom: -75px;
    left: -40px;
  }
}
.top-box-1-copy .title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .top-box-1-copy .title {
    font-size: 16px;
    margin: 0 0 5px 0;
  }
}
.top-box-1-copy .text {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .top-box-1-copy .text {
    font-size: 12px;
  }
}
.top-box-2 {
  float: right;
}
@media screen and (max-width: 1050px) {
  .top-box-2 {
    padding: 0 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-box-2 {
    width: 50%;
    padding: 0 0 20px 0;
  }
}
.top-box-3 {
  float: left;
}
@media screen and (max-width: 1050px) {
  .top-box-3 {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .top-box-3 {
    width: auto;
    float: none;
    text-align: center;
  }
}
.top-box-3-copy {
  position: absolute;
  bottom: -60px;
  left: 500px;
  padding: 67px 59px 57px 59px;
  border: 4px solid #111;
  background: #fff;
}
@media screen and (max-width: 1050px) {
  .top-box-3-copy {
    left: 43%;
  }
}
@media screen and (max-width: 950px) {
  .top-box-3-copy {
    padding: 32px;
    left: 37%;
  }
}
@media screen and (max-width: 767px) {
  .top-box-3-copy {
    padding: 20px 15px;
    bottom: -95px;
    left: 15px;
    right: inherit;
    border: 2px solid #111;
    text-align: left;
  }
}
.top-box-3-copy:before {
  content: "";
  background: url(../images/top/illustration-03.png) no-repeat;
  display: block;
  width: 220px;
  height: 186px;
  position: absolute;
  right: -170px;
  bottom: -72px;
}
@media screen and (max-width: 767px) {
  .top-box-3-copy:before {
    width: 110px;
    height: 93px;
    background-size: 110px 93px;
    right: -90px;
    bottom: -40px;
  }
}
.top-box-3-copy .title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .top-box-3-copy .title {
    font-size: 16px;
    margin: 0 0 5px 0;
  }
}
.top-box-3-copy .text {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .top-box-3-copy .text {
    font-size: 12px;
  }
}

.slick_container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .slick_container {
    overflow: hidden;
  }
}

.slick-prev,
.slick-next {
  width: 46px;
  height: 46px;
  bottom: 50%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }
}

.slick-prev:before,
.slick-next:before {
  content: "";
}

button.slick-prev,
button.slick-next {
  z-index: 2;
}

.slick-prev {
  left: -15px;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: -6px;
  }
}

.slick-next {
  right: -15px;
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: -6px;
  }
}

.slick-arrow {
  z-index: 10;
}

.use-inner {
  padding: 100px 0 0 0;
}
@media screen and (max-width: 767px) {
  .use-inner {
    padding: 50px 0 0 0;
  }
}
.use-link {
  padding: 45px 0;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .use-link {
    padding: 20px 0;
  }
}
.use-link._small {
  max-width: 820px;
  padding: 40px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .use-link._small {
    padding: 20px 0 60px 0;
  }
}
.use-link-lists {
  zoom: 1;
  margin: 0 -2% 0 0;
}
.use-link-lists:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: '';
}
@media screen and (max-width: 1130px) {
  .use-link-lists {
    padding: 0 15px;
  }
}
.use-link-lists._small {
  margin: 0;
}
@media screen and (max-width: 850px) {
  .use-link-lists._small {
    padding: 0 15px;
  }
}
.use-link-lists._small li {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .use-link-lists._small li {
    width: 23%;
  }
}
.use-link-lists._small li:nth-child(4n) {
  margin: 0 2% 2% 0;
}
@media screen and (max-width: 767px) {
  .use-link-lists._small li:nth-child(4n) {
    margin: 0 0 2% 0;
  }
}
.use-link-lists._small li:nth-child(6n) {
  margin: 0 0 2% 0;
}
@media screen and (max-width: 767px) {
  .use-link-lists._small li:nth-child(6n) {
    margin: 0 2% 2% 0;
  }
}
.use-link-lists._small li .icon {
  height: 80px;
}
.use-link-lists._small li .icon span {
  height: 80px;
}
.use-link-lists._small li .icon span img {
  height: 80%;
}
@media screen and (max-width: 767px) {
  .use-link-lists._small li .icon {
    height: 90px;
  }
  .use-link-lists._small li .icon span img {
    height: auto;
  }
}
@media screen and (max-width: 499px) {
  .use-link-lists._small li .icon {
    height: 50px;
  }
  .use-link-lists._small li .icon span {
    height: 50px;
  }
  .use-link-lists._small li .icon span img {
    height: 80%;
  }
}
.use-link-lists._small li .title {
  height: 30px;
  margin: 0;
}
.use-link-lists._small li .title img {
  height: 60%;
}
@media screen and (max-width: 767px) {
  .use-link-lists._small li .title {
    height: 25px;
    margin: 0 0 10px 0;
  }
  .use-link-lists._small li .title img {
    height: 75%;
  }
}
@media screen and (max-width: 499px) {
  .use-link-lists._small li .title {
    height: 15px;
    margin: 0 0 5px 0;
  }
}
.use-link-lists._small li a {
  border: 2px solid #111;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .use-link-lists._small li a {
    padding: 0 5px;
  }
}
.use-link-lists._small li a:hover, .use-link-lists._small li a.current {
  border: 2px solid #e5ded2;
}
@media screen and (max-width: 767px) {
  .use-link-lists._small li a:hover, .use-link-lists._small li a.current {
    border: 2px solid #e5ded2;
  }
}
.use-link-lists._small li a:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .use-link-lists._small li a:before {
    display: block;
  }
}
.use-link-lists._top li:nth-child(4n+1) {
  clear: left;
}
.use-link-lists li {
  float: left;
  width: 23%;
  margin: 0 2% 2% 0;
}
.use-link-lists li:nth-child(4n) {
  margin: 0 0 2% 0;
}
.use-link-lists li a {
  border: 4px solid #111;
  display: block;
  padding: 0 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .use-link-lists li a {
    border: 2px solid #111;
    padding: 0 5px;
  }
}
.use-link-lists li a:hover, .use-link-lists li a.current {
  border: 4px solid #e5ded2;
}
.use-link-lists li a:hover:before, .use-link-lists li a.current:before {
  background: url(../images/common/triangle-arrow-hover.png) no-repeat;
}
@media screen and (max-width: 767px) {
  .use-link-lists li a:hover:before, .use-link-lists li a.current:before {
    background-size: 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .use-link-lists li a:hover, .use-link-lists li a.current {
    border: 2px solid #e5ded2;
  }
}
.use-link-lists li a:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background: url(../images/common/triangle-arrow.png) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .use-link-lists li a:before {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
.use-link-lists li a .icon {
  width: 100%;
  height: 110px;
  display: table;
}
@media screen and (max-width: 767px) {
  .use-link-lists li a .icon {
    height: 90px;
  }
  .use-link-lists li a .icon span {
    height: 90px;
  }
}
@media screen and (max-width: 499px) {
  .use-link-lists li a .icon {
    height: 50px;
  }
  .use-link-lists li a .icon span {
    height: 50px;
  }
  .use-link-lists li a .icon span img {
    height: 80%;
  }
}
.use-link-lists li a .icon span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.use-link-lists li a .title {
  margin: 0 0 20px 0;
  text-align: center;
}
.use-link-lists li a .title img {
  height: 45px;
}
@media screen and (max-width: 1030px) {
  .use-link-lists li a .title img {
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .use-link-lists li a .title {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .use-link-lists li a .title {
    height: 25px;
    margin: 0 0 10px 0;
  }
  .use-link-lists li a .title img {
    height: 75%;
  }
}
@media screen and (max-width: 499px) {
  .use-link-lists li a .title {
    height: 15px;
    margin: 0 0 5px 0;
  }
}
.use-link-lists li a .text {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .use-link-lists li a .text {
    display: none;
  }
}
.use-contents {
  border-top: 3px solid #111;
  border-bottom: 3px solid #111;
  position: relative;
  margin: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  .use-contents {
    margin: 0 0 50px 0;
  }
}
.use-contents:before {
  content: "";
  display: block;
  width: 95px;
  height: 95px;
  position: absolute;
  top: -49px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .use-contents:before {
    width: 60px;
    height: 60px;
    top: -31px;
    background-size: 60px 60px;
  }
}
.use-contents-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 150px 95px 150px;
}
@media screen and (max-width: 1100px) {
  .use-contents-inner {
    padding: 70px 95px 95px 95px;
  }
}
@media screen and (max-width: 767px) {
  .use-contents-inner {
    padding: 45px 0 0 0;
  }
}
.use-contents._01:before {
  background-image: url(../images/use/use-01.png);
}
.use-contents._02:before {
  background-image: url(../images/use/use-02.png);
}
.use-contents._03:before {
  background-image: url(../images/use/use-03.png);
}
.use-contents._04:before {
  background-image: url(../images/use/use-04.png);
}
.use-contents._05:before {
  background-image: url(../images/use/use-05.png);
}
.use-contents._06:before {
  background-image: url(../images/use/use-06.png);
}
.use-contents._07:before {
  background-image: url(../images/use/use-07.png);
}
.use-contents._08:before {
  background-image: url(../images/use/use-08.png);
}
.use-contents._09:before {
  background-image: url(../images/use/use-09.png);
}
.use-contents._10:before {
  background-image: url(../images/use/use-10.png);
}
.use-contents._11:before {
  background-image: url(../images/use/use-11.png);
}
.use-contents._12:before {
  background-image: url(../images/use/use-12.png);
}
.use-contents-head {
  text-align: center;
  margin: 0 0 25px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .use-contents-head {
    margin: 0 0 10px 0;
  }
}
.use-contents-title {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .use-contents-title img {
    height: 40px;
  }
}
.use-contents-text {
  font-size: 16px;
  line-height: 1.5;
}
.use-contents-text i {
  display: inline-block;
}
.use-contents-text span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .use-contents-text {
    font-size: 11px;
    padding: 0 15px;
  }
}
.use-contents-icon {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .use-contents-icon {
    display: none;
  }
}
.use-contents-icon._bbq {
  left: 50%;
  margin: 0 0 0 -450px;
}
@media screen and (max-width: 930px) {
  .use-contents-icon._bbq {
    margin: 0 0 0 -380px;
  }
  .use-contents-icon._bbq img {
    width: 80%;
  }
}
.use-contents-icon._pool {
  right: 50%;
  margin: 30px -430px 0 0;
}
@media screen and (max-width: 930px) {
  .use-contents-icon._pool {
    margin: 30px -400px 0 0;
  }
  .use-contents-icon._pool img {
    width: 80%;
  }
}
.use-contents-icon._cafe {
  left: 50%;
  margin: 60px 0 0 -470px;
}
@media screen and (max-width: 960px) {
  .use-contents-icon._cafe {
    margin: 60px 0 0 -400px;
  }
  .use-contents-icon._cafe img {
    width: 80%;
  }
}
.use-contents-icon._garden {
  right: 50%;
  margin: 10px -420px 0 0;
}
@media screen and (max-width: 860px) {
  .use-contents-icon._garden {
    margin: 10px -380px 0 0;
  }
  .use-contents-icon._garden img {
    width: 80%;
  }
}
.use-contents-icon._mochi {
  left: 50%;
  margin: 0 0 0 -430px;
}
@media screen and (max-width: 900px) {
  .use-contents-icon._mochi {
    margin: 0 0 0 -380px;
  }
  .use-contents-icon._mochi img {
    width: 80%;
  }
}
.use-contents-icon._diy {
  right: 50%;
  margin: 0 -450px 0 0;
}
@media screen and (max-width: 910px) {
  .use-contents-icon._diy {
    margin: 0 -410px 0 0;
  }
  .use-contents-icon._diy img {
    width: 80%;
  }
}
.use-contents-icon._yoga {
  left: 50%;
  margin: 20px 0 0 -500px;
}
@media screen and (max-width: 1010px) {
  .use-contents-icon._yoga {
    margin: 40px 0 0 -480px;
  }
  .use-contents-icon._yoga img {
    width: 80%;
  }
}
@media screen and (max-width: 930px) {
  .use-contents-icon._yoga {
    margin: 80px 0 0 -450px;
  }
  .use-contents-icon._yoga img {
    width: 50%;
  }
}
.use-contents-icon._reading {
  right: 50%;
  margin: 0 -440px 0 0;
}
@media screen and (max-width: 910px) {
  .use-contents-icon._reading {
    margin: 0 -390px 0 0;
  }
  .use-contents-icon._reading img {
    width: 80%;
  }
}
.use-contents-icon._pet {
  left: 50%;
  margin: -20px 0 0 -390px;
}
@media screen and (max-width: 830px) {
  .use-contents-icon._pet {
    margin: 0 0 0 -380px;
  }
  .use-contents-icon._pet img {
    width: 80%;
  }
}
.use-contents-icon._training {
  right: 50%;
  margin: 0 -400px 0 0;
}
@media screen and (max-width: 840px) {
  .use-contents-icon._training {
    margin: 0 -380px 0 0;
  }
  .use-contents-icon._training img {
    width: 80%;
  }
}
.use-contents-icon._reflection {
  left: 50%;
  margin: -20px 0 0 -390px;
}
@media screen and (max-width: 830px) {
  .use-contents-icon._reflection {
    margin: 0 0 0 -380px;
  }
  .use-contents-icon._reflection img {
    width: 80%;
  }
}
.use-contents-icon._haircut {
  right: 50%;
  margin: 0 -420px 0 0;
}
@media screen and (max-width: 840px) {
  .use-contents-icon._haircut {
    margin: 0 -380px 0 0;
  }
  .use-contents-icon._haircut img {
    width: 80%;
  }
}
.use-contents-bottom {
  display: table;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .use-contents-bottom {
    display: block;
  }
}
.use-contents-image {
  display: table-cell;
  vertical-align: bottom;
  width: 54%;
  padding: 0 20px 0 0;
}
.use-contents-image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .use-contents-image {
    display: block;
    width: auto;
    padding: 0;
    text-align: center;
    margin: 0 0 20px 0;
  }
}
.use-contents-detail {
  display: table-cell;
  vertical-align: bottom;
  width: 46%;
}
.use-contents-detail img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .use-contents-detail._pc {
    display: none;
  }
}
.use-contents-detail._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .use-contents-detail._sp {
    display: block;
    width: auto;
    padding: 0;
    text-align: center;
    margin: 0 20px;
  }
}
.use-contents-detail-attention {
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  padding: 5px 0 0 0;
  margin: 0 auto;
  max-width: 1120px;
}
@media screen and (max-width: 767px) {
  .use-contents-detail-attention {
    padding: 5px 15px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .use-arrows {
    display: none;
  }
}
.use-arrows .prev {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -30px 0 0 0;
}
@media screen and (max-width: 1100px) {
  .use-arrows .prev {
    margin: -18px 0 0 0;
    width: 70px;
  }
}
.use-arrows .prev._fixed {
  position: fixed;
  top: 0;
  margin: 0;
}
.use-arrows .prev a:hover {
  opacity: 0.7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}
.use-arrows .next {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -30px 0 0 0;
}
@media screen and (max-width: 1100px) {
  .use-arrows .next {
    margin: -18px 0 0 0;
    width: 70px;
  }
}
.use-arrows .next._fixed {
  position: fixed;
  top: 0;
  margin: 0;
}
.use-arrows .next a:hover {
  opacity: 0.7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}
.use-arrows-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .use-arrows-sp {
    display: block;
    padding: 20px 15px 30px 15px;
    zoom: 1;
  }
  .use-arrows-sp:after {
    display: block;
    clear: both;
    overflow: hidden;
    content: '';
  }
  .use-arrows-sp .prev {
    float: left;
  }
  .use-arrows-sp .next {
    float: right;
  }
}

.gallery-inner {
  padding: 70px 0 0 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gallery-inner {
    padding: 45px 0 0 0;
  }
  .gallery-inner._2 {
    padding: 25px 0 0 0;
  }
}
.gallery-block {
  padding: 45px 0 0 0;
}
@media screen and (max-width: 767px) {
  .gallery-block {
    padding: 20px 0 0 0;
  }
}
.gallery-lists {
  padding: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .gallery-lists {
    padding: 0;
  }
}
.gallery-lists li {
  border-top: 3px solid #111;
  padding: 35px 0 0 0;
}
@media screen and (max-width: 767px) {
  .gallery-lists li {
    padding: 20px 0 0 0;
  }
}
.gallery-head {
  margin: 0 0 40px 0;
  zoom: 1;
}
.gallery-head:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: '';
}
@media screen and (max-width: 767px) {
  .gallery-head {
    margin: 0 0 20px 0;
  }
}
.gallery-head-left {
  float: left;
  width: 15%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .gallery-head-left {
    float: none;
    padding: 0 0 10px 0;
    text-align: center;
    width: auto;
  }
}
.gallery-head-left img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .gallery-head-left img {
    width: 60px;
    height: 60px;
  }
}
.gallery-head-right {
  float: left;
  width: 85%;
}
@media screen and (max-width: 767px) {
  .gallery-head-right {
    float: none;
    padding: 0 15px;
    width: auto;
  }
}
.gallery-head-right .title {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
}
.gallery-head-right .title i {
  display: inline-block;
}
@media screen and (max-width: 1150px) {
  .gallery-head-right .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-head-right .title {
    font-size: 17px;
    margin: 0 0 5px 0;
    padding: 0;
  }
}
.gallery-head-right .text {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .gallery-head-right .text {
    font-size: 12px;
    padding: 0;
  }
}
.gallery-images {
  margin: 0 0 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery-images {
    margin: 0;
  }
}
.gallery-images._2 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .gallery-images._2 {
    position: static;
  }
}
.gallery-images-top {
  display: table;
  width: 100%;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .gallery-images-top {
    display: block;
    width: auto;
    margin: 0;
  }
}
.gallery-images-top img {
  width: 100%;
}
.gallery-images-top._2 span {
  vertical-align: top;
}
.gallery-images-top span {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .gallery-images-top span {
    display: block;
    margin: 0 0 20px 0;
  }
}
.gallery-images-top span._2 {
  padding: 3% 0 0 0;
}
.gallery-images-top span._space {
  padding: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .gallery-images-top span._space {
    padding: 0;
  }
}
.gallery-images-bottom {
  display: table;
  width: 86%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 15px 0;
}
.gallery-images-bottom img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gallery-images-bottom {
    width: auto;
    display: block;
    margin: 0 15px 25px 15px;
    zoom: 1;
  }
  .gallery-images-bottom:after {
    display: block;
    clear: both;
    overflow: hidden;
    content: '';
  }
}
.gallery-images-bottom-wrap {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .gallery-images-bottom-wrap {
    position: static;
    width: auto;
  }
}
.gallery-images-bottom-wrap .gallery-images-bottom {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gallery-images-bottom-wrap .gallery-images-bottom {
    margin: 0 15px 25px 15px;
  }
}
.gallery-images-bottom span {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .gallery-images-bottom span {
    display: block;
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
  }
  .gallery-images-bottom span:nth-child(2n) {
    margin: 0 0 2% 0;
  }
  .gallery-images-bottom span._center {
    float: none;
    width: 68%;
    margin: 0 auto;
  }
}
.gallery-link {
  width: 440px;
  margin: 0 auto;
  padding: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
  .gallery-link {
    width: 220px;
    padding: 0 0 40px 0;
  }
}
.gallery-link-btn {
  border: 4px solid #111;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gallery-link-btn {
    border: 2px solid #111;
  }
}
.gallery-link-btn a {
  padding: 33px 30px 33px 0;
  display: block;
  font-size: 22px;
  line-height: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gallery-link-btn a {
    padding: 12px 15px 12px 0;
    font-size: 12px;
    font-weight: bold;
  }
}
.gallery-link-btn a:hover {
  background: #111;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.gallery-link-btn a:after {
  content: "";
  background: url(../images/top/arrow-right.png) no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .gallery-link-btn a:after {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    right: 15px;
  }
}
.gallery-anchor {
  display: none;
}
@media screen and (max-width: 767px) {
  .gallery-anchor {
    display: block;
    margin: 15px 0 0 0;
  }
  .gallery-anchor._bottom {
    margin: 0 0 45px 0;
  }
  .gallery-anchor-lists {
    text-align: center;
    font-size: 0;
  }
  .gallery-anchor-lists li {
    display: inline-block;
    margin: 0 8px;
  }
  .gallery-anchor-lists li a {
    display: block;
    width: 37px;
  }
}
