@charset "utf-8";
@media screen and (min-width:768px) {
  /*pc・タブレットcss*/
  /* +++++++++++++++++++++++++ */
  #wrapper {}
  .content-area {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  /* +++++++++++++++++++++++++ */
  #common-header {
    width: 100%;
    background-color: #fff;
    padding: 15px 2vw;
  }
  #common-header .logo {
    width: 100%;
    max-width: 250px;
  }
  .entry-btn {}
  .entry-btn a {
    display: block;
    position: relative;
    padding: 25px 20px;
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background: rgb(89, 185, 19);
    background: linear-gradient(180deg, rgba(234, 198, 26, 1) 0%, rgba(149, 108, 2, 1) 100%);
    text-align: center;
    font-size: 35px;
    line-height: 1;
    color: #fff;
    box-shadow: 5px 5px 10px -6px #000000;
    text-shadow: 2px 2px 5px #000000;
    font-family: 'Shippori+Mincho', serif;
    font-weight: 500;
  }
  .entry-btn a:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    border: solid 1px #E4CC83;
    border-radius: 10px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .entry-btn a .sub {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
  }
  /* +++++++++++++++++++++++++ */
  #main-kv {
    padding-top: 2vw;
    border-bottom: solid 5px #fff;
  }
  #main-kv .content-area {
    position: relative;
  }
  #main-kv .kv-btn {
    position: absolute;
    /*bottom: 4%;*/
    bottom: 8%;
    left: 0;
    width: 50%;
  }
  #main-kv .kv-btn .entry-btn {
    margin-bottom: 20px;
  }
  #main-kv .kv-btn .entry-btn a {
    max-width: 100%;
  }
  #main-kv .kv-btn .entry-hosoku {
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-family: 'Shippori+Mincho', serif;
    font-weight: 500;
  }
  .entry-notes {
    margin: 0;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
  }
  /* +++++++++++++++++++++++++ */
  #flow {
    margin-bottom: 6vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    border-bottom: solid 5px #fff;
  }
  #flow .flow-ttl {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 3vw;
  }
  #flow .flow-img {
    margin-bottom: 3vw;
  }
  /* +++++++++++++++++++++++++ */
  #why {
    padding-bottom: 20%;
    background: url(../img/why_bg.png) no-repeat right bottom / 100% auto;
  }
  #why .why-ttl {
    padding-bottom: 4vw;
  }
  #why .why-img {
    width: 90%;
    max-width: 960px;
    margin: 0 auto 3vw;
  }
  /* +++++++++++++++++++++++++ */
  #atolis {}
  #atolis .atolis-ttl {
    background-color: #fff;
    padding: 3vw 5vw;
    /*color: #1fb8f1;
    color: #00a04e;*/
    color: #003333;
    font-size: 34px;
    line-height: 1.5;
    font-family: 'Shippori+Mincho', serif;
    font-weight: 500;
    text-align: center;
  }
  #atolis .atolis-data {
    color: #fff;
    padding: 5vw 0 4vw;
  }
  #atolis .atolis-data .data {
    width: 40%;
  }
  #atolis .atolis-data .atolis-data-ttl {
    font-weight: 700;
    font-size: 34px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #fff;
  }
  #atolis .atolis-data .ph {
    width: 55%;
  }
  #atolis .atolis-map {
    margin-bottom: 2vw;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  #atolis .atolis-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #atolis .atolis-adress {
    margin-bottom: 5vw;
    text-align: center;
    font-size: 20px;
    color: #fff;
  }
  #atolis .modelhouse-ph {
    width: 100%;
  }
  #atolis .modelhouse-copy {
    padding: 3vw 5vw;
    font-size: 34px;
    line-height: 1.5;
    font-family: 'Shippori+Mincho', serif;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  /* +++++++++++++++++++++++++ */
  #bottom-entry {
    padding: 3vw 0;
    text-align: center;
    color: #fff;
  }
  #bottom-entry .entry-hosoku {
    padding-top: 2vw;
  }
  /* +++++++++++++++++++++++++ */
  #common-footer {
    background-color: #fff;
    border-top: solid 1px #000;
  }
  #common-footer .content-area {
    padding: 3vw 0;
    text-align: center;
  }
  #common-footer small {
    display: block;
    font-size: 12px;
    line-height: 1.6;
  }
  #common-footer .logo {
    width: 40%;
    margin: 0 auto 20px;
  }
  #common-footer .permission {
    margin-bottom: 20px;
  }
  #common-footer .tel {
    width: 40%;
    margin: 0 auto 20px;
  }
  #common-footer .copyright {
    font-size: 12px;
    color: #999999;
    background: #1a1a1a;
    display: block;
    padding: 10px 0;
    text-align: center;
  }
}
@media screen and (min-width:768px) and (max-width:1080px) {
  .content-area {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  #main-kv .kv-btn {
    position: absolute;
    /*bottom: 4%;*/
    bottom: 8%;
    left: 5vw;
    width: 45%;
  }
  #main-kv .kv-btn .entry-btn {
    margin-bottom: 0.5vw;
  }
  #main-kv .entry-btn a {
    font-size: 3vw;
    padding: 2vw;
  }
  #main-kv .entry-btn a .sub {
    font-size: 1.5vw;
  }
  #main-kv .kv-btn .entry-hosoku {
    font-size: 1.5vw;
  }
  #atolis .atolis-ttl {
    font-size: 3vw;
    line-height: 1.5;
  }
  #atolis .atolis-data .data {
    width: 100%;
  }
  #atolis .atolis-data .ph {
    width: 100%;
    margin-bottom: 3vw;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -webkit-flex-order: -1;
    -moz-flex-order: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
  }
  #atolis .modelhouse-copy {
    font-size: 3vw;
  }
  #campaign .campaign-detail-ttl {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  /* +++++++++++++++++++++++++ */
  #wrapper {}
  .content-area {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  /* +++++++++++++++++++++++++ */
  #common-header {
    width: 100%;
    background-color: #fff;
    padding: 3vw 5vw;
  }
  #common-header .logo {
    width: 50%;
  }
  .entry-btn {}
  .entry-btn a {
    display: block;
    position: relative;
    padding: 5vw 3vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background: rgb(89, 185, 19);
    background: linear-gradient(180deg, rgba(234, 198, 26, 1) 0%, rgba(149, 108, 2, 1) 100%);
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    box-shadow: 5px 5px 10px -6px #000000;
    text-shadow: 2px 2px 5px #000000;
    font-family: 'Shippori+Mincho', serif;
    font-weight: 500;
  }
  .entry-btn a:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    border: solid 1px #E4CC83;
    border-radius: 10px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .entry-btn a .sub {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 2vw;
  }
  .entry-notes {
    max-width: 640px;
    padding: 10px 15px 0px;
    margin: 0 auto;
    color: #fff;
    font-size: 11px;
  }
  /* +++++++++++++++++++++++++ */
  #main-kv {
    padding: 0 0 8vw;
    border-bottom: solid 3px #fff;
  }
  #main-kv .content-area {
    position: relative;
    padding: 0;
  }
  #main-kv .kv-btn {}
  #main-kv .kv-btn .entry-btn {
    /*margin-bottom: 5vw;*/
    margin: 3vw 0 1vw;
    padding: 0 5vw;
  }
  #main-kv .kv-btn .entry-btn a {
    max-width: 100%;
  }
  #main-kv .kv-btn .entry-hosoku {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: 'Shippori+Mincho', serif;
    font-weight: 500;
  }
  /* +++++++++++++++++++++++++ */
  #flow {
    margin-bottom: 8vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
    border-bottom: solid 3px #fff;
  }
  #flow .flow-ttl {
    width: 80%;
    margin: 0 auto 3vw;
  }
  #flow .flow-img {
    width: 90%;
    margin: 0 auto 6vw;
  }
  /* +++++++++++++++++++++++++ */
  #why {
    padding-bottom: 35%;
    background: url(../img/why_bg.png) no-repeat right bottom / 100% auto;
  }
  #why .why-ttl {
    width: 80%;
    margin: 0 auto 6vw;
  }
  #why .why-img {
    width: 100%;
    margin: 0 auto 3vw;
  }
  /* +++++++++++++++++++++++++ */
  #atolis {}
  #atolis .atolis-ttl {
    background-color: #fff;
    padding: 5vw 5vw;
    color: #003333;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Shippori+Mincho', serif;
    font-weight: 500;
    text-align: center;
  }
  #atolis .atolis-data {
    color: #fff;
    padding: 8vw 0 4vw;
  }
  #atolis .atolis-data .data {
    width: 100%;
  }
  #atolis .atolis-data .atolis-data-ttl {
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    border-bottom: solid 1px #fff;
  }
  #atolis .atolis-data .ph {
    width: 100%;
    margin-bottom: 3vw;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -webkit-flex-order: -1;
    -moz-flex-order: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
  }
  #atolis .atolis-map {
    margin-bottom: 2vw;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  #atolis .atolis-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #atolis .atolis-adress {
    margin-bottom: 8vw;
    text-align: center;
    font-size: 16px;
    color: #fff;
  }
  #atolis .modelhouse-ph {
    width: 100%;
  }
  #atolis .modelhouse-copy {
    padding: 5vw 5vw;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Shippori+Mincho', serif;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  /* +++++++++++++++++++++++++ */
  #bottom-entry {
    padding: 6vw 0;
    text-align: center;
    color: #fff;
  }
  #bottom-entry .entry-hosoku {
    padding-top: 2vw;
    font-size: 11px;
  }
  /* +++++++++++++++++++++++++ */
  #common-footer {
    background-color: #fff;
    border-top: solid 1px #000;
  }
  #common-footer .content-area {
    padding: 5vw 5vw;
    text-align: center;
  }
  #common-footer small {
    display: block;
    font-size: 12px;
    line-height: 1.6;
  }
  #common-footer .logo {
    width: 80%;
    margin: 0 auto 3vw;
  }
  #common-footer .permission {
    margin-bottom: 5vw;
  }
  #common-footer .tel {
    width: 80%;
    margin: 0 auto 20px;
  }
  #common-footer .copyright {
    font-size: 12px;
    color: #999999;
    background: #1a1a1a;
    display: block;
    padding: 10px 0;
    text-align: center;
  }
}
  .arrow-btn {
    position: relative;
    font-size: 16px;
    text-align: right;
  }
.arrow-btn a {
  color: white!important;
}
  .arrow-btn ::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px 2px 0;
    background: url( "../img/arrow_white.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }