@charset "UTF-8";
/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/* RESET HTML5 */
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* GENERAL */
a:link, a:visited {
  color: #000;
  text-decoration: none;
}

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

a {
  outline: none;
}

/* CLEARFIX */
.clearfix {
  zoom: 1;
}

.clearfix:after,
.productList:after,
.btn_list:after,
.new_list:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  line-height: 160%;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  font-size: 14px;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}

.fade {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 20px;
}
.fade.active {
  opacity: 1;
  top: 0;
}

.fadeSimple {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.fadeSimple.active {
  opacity: 1;
}

.fadeDelay1 {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

.fadeDelay2 {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.fadeDelay3 {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.contentBox {
  width: 1400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.yellowBg {
  background-color: #FFF8D3;
}

#mainVisual {
  text-align: center;
  padding-top: 160px;
  background-image: url(../images/img_main.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}
#mainVisual img {
  max-width: 100%;
}
#mainVisual .sumai {
  margin-bottom: 20px;
}
#mainVisual .logo {
  margin-bottom: 40px;
}
#mainVisual .message {
  color: #A55215;
  font-size: 30px;
  font-weight: bold;
}

#city {
  text-align: center;
  background-image: url(../images/img_city.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-top: -190px;
}
#city .card {
  margin-bottom: 60px;
}
#city .card img {
  width: 1040px;
  max-width: 100%;
}
#city .ttl {
  color: #A55215;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
#city .desp {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 80px;
}
#city .family img {
  max-width: 100%;
}

.sec {
  padding: 60px 0;
}

.productList {
  margin: 0 -10px;
  margin-bottom: 60px;
}
.productList li {
  float: left;
  width: calc(33.33% - 20px);
  margin: 0 10px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.productList li .img {
  padding: 0 20px;
}
.productList li .img img {
  width: 100%;
}
.productList li .number {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  background-color: #E16800;
  width: 72px;
  height: 72px;
  border-radius: 200px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 31px;
  padding-top: 24px;
  font-weight: bold;
}
.productList li .number .people {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin-right: -3px;
}
.productList li .name {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
}
.productList li .name span {
  font-size: 15px;
}

.overview {
  background-color: #fff;
  padding: 60px;
  padding-bottom: 40px;
}
.overview .ttl {
  text-align: center;
  color: #E16800;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}

.overviewList li {
  background: url(../images/disc.png) no-repeat left top 6px;
  background-size: 14px auto;
  padding: 0 0 0 22px;
  margin-bottom: 10px;
}

#section1 {
  padding-bottom: 160px;
}

#section2 {
  padding-top: 0;
}

.headBox {
  text-align: center;
}
.headBox img {
  max-width: 100%;
}
.headBox .ico {
  margin-top: -80px;
}
.headBox .logo {
  margin-top: -20px;
  margin-bottom: 20px;
}

.propertyBox {
  text-align: center;
}
.propertyBox .ttl {
  color: #A55215;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
.propertyBox .desp {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 60px;
  line-height: 1.6;
}

.case_number {
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 40px;
}
.case_number .number {
  font-size: 62px;
  font-family: "Roboto", sans-serif;
  color: #29B887;
  font-weight: bold;
  padding: 0 5px;
}

/* ================================================================================

	tab

================================================================================ */
.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tab-label {
  width: 33.33%;
  color: #A55215;
  background: #F8DEBF;
  margin-right: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-weight: bold;
  margin-bottom: 60px;
}

.tab-content {
  width: 100%;
  display: none;
}

.tab-switch {
  display: none;
}
.tab-switch:checked + .tab-label {
  position: relative;
  background: #A55215;
  color: #fff;
}
.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}
.tab-switch:checked + .tab-label:after {
  content: "";
  width: 26px;
  height: 16px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: -14px;
  background-image: url(../images/arr_tab.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.tab-label-left {
  border-radius: 20px 0 0 0;
}

.tab-label-right {
  border-radius: 0 20px 0 0;
}

.ckeck_wrap {
  margin: 2% 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2%;
}
.ckeck_wrap input[type=checkbox] {
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.ckeck_wrap label {
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
}

.new_list .list {
  width: 46%;
  margin: 0 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
  float: left;
  display: inline-block;
  margin-bottom: 5%;
  border-radius: 10px;
  padding-bottom: 10px;
}
.new_list .list .r_img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
.new_list .list .property {
  color: #2A48C3;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.new_list .list .pin {
  font-size: 18px;
  background: url(../images/pin.png) no-repeat left center;
  background-size: 20px auto;
  padding: 10px 0 10px 30px;
  margin-bottom: 10px;
  font-weight: bold;
}
.new_list .list .new_list_text {
  font-size: 15px;
  margin-bottom: 30px;
}
.new_list .list dd {
  padding: 20px;
}

.btn_list li {
  width: 47%;
  float: left;
  display: inline-block;
  margin-right: 3%;
}
.btn_list li a {
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 20px 0 22px 0;
  text-align: center;
  font-size: 21px;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  border-radius: 8px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn_list li a:hover {
  opacity: 0.7;
}
.btn_list li.document a {
  background-image: url(../images/btn_orange.png);
  border: 2px solid #eda363;
}
.btn_list li.reserve a {
  background-image: url(../images/btn_yellow.png);
  border: 2px solid #bed171;
}
.more {
  text-align: center;
}
.more a {
  border: 2px solid #9D9D9D;
  color: #9D9D9D;
  font-size: 21px;
  font-weight: bold;
  display: inline-block;
  border-radius: 100px;
  padding: 20px 0;
  width: 380px;
  max-width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.more a:hover {
  color: #fff;
  background-color: #E8831B;
  border-color: #E8831B;
}

footer {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 140px;
}
footer .ftNav {
  text-align: center;
  margin-bottom: 40px;
}
footer .ftNav li {
  display: inline-block;
  margin: 0 20px;
}
footer .ftNav li a {
  background: url("../images/g_arrow.png") no-repeat right center;
  background-size: 12px auto;
  padding-right: 20px;
  font-size: 18px;
  font-weight: bold;
}
footer .ftLogo {
  margin-bottom: 20px;
}
footer .ftLogo img {
  max-width: 100%;
}
footer .copyright {
  color: #19993F;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
}

#fixedBook {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
}
#fixedBook .ico {
  margin: 0 auto;
}
#fixedBook .ttl {
  background-color: #7B1800;
  width: 100%;
}
#fixedBook .ttl a {
  margin: 0 auto;
  color: #fff;
  padding: 20px 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background: url("../images/w_arrow.png") no-repeat right center;
  background-size: 10px auto;
  background-position: right top 24px;
}

.pageTop {
  width: 100px;
  position: fixed;
  z-index: 10001;
  right: 2%;
  bottom: 10%;
}
.pageTop img {
  max-width: 100%;
}

/* ------------------------------------------
ipad
------------------------------------------ */
/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .onlyPc {
    display: none;
  }

  .onlySp {
    display: block;
  }

  .contentBox {
    padding-left: 20px;
    padding-right: 20px;
  }

  #mainVisual {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  #mainVisual .logo {
    margin-bottom: 20px;
  }
  #mainVisual .logo img {
    width: 70%;
  }
  #mainVisual .message {
    font-size: 22px;
    line-height: 1.6;
  }

  .pageTop {
    width: 70px;
  }

  #city {
    margin-top: 20px;
  }
  #city .card {
    margin-left: -15px;
    margin-right: -10px;
    margin-bottom: 30px;
  }
  #city .ttl {
    font-size: 18px;
  }
  #city .desp {
    font-size: 14px;
    margin-bottom: 50px;
  }
  #city .family img {
    max-width: 90%;
  }

  .productList {
    margin-bottom: 20px;
  }
  .productList li {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 30px;
  }
  .productList li .name {
    font-size: 16px;
  }
  .productList li .name span {
    font-size: 12px;
    letter-spacing: 0;
  }
  .productList li .number {
    left: -10px;
    top: -20px;
    font-size: 26px;
    width: 62px;
    height: 62px;
    padding-top: 20px;
  }
  .productList li .number .people {
    font-size: 12px;
  }

  .overview {
    padding: 40px 20px;
    padding-bottom: 20px;
  }
  .overview .ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .overviewList li {
    font-size: 13px;
    letter-spacing: 0;
    text-align: justify;
  }

  .headBox img {
    max-width: 75%;
  }

  .case_number {
    font-size: 26px;
  }

  .propertyBox .ttl {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .propertyBox .desp {
    font-size: 14px;
  }

  .case_number {
    margin-bottom: 30px;
  }

  .tab-label {
    margin-bottom: 40px;
    padding: 20px 0;
  }

  .new_list {
    margin: 0 -2%;
    margin-bottom: 40px;
  }
  .new_list .list dd {
    padding: 20px 8px;
    padding-bottom: 0;
  }
  .new_list .list .property {
    font-size: 16px;
    letter-spacing: 0;
  }
  .new_list .list .pin {
    font-size: 14px;
    letter-spacing: 0;
  }
  .new_list .list .new_list_text {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.6;
  }

  .btn_list li {
    width: auto;
    display: block;
    float: none;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .btn_list li a {
    display: block;
    padding: 8px 0 10px 0;
    font-size: 18px;
  }
  .btn_list li:last-child {
    margin-bottom: 0;
  }

  .more a {
    max-width: 70%;
    padding: 15px 0;
  }

  footer {
    padding-bottom: 160px;
  }
  footer .ftNav {
    text-align: left;
  }
  footer .ftNav li {
    margin: 0;
    width: auto;
    display: block;
    border-bottom: 1px solid #eee;
  }
  footer .ftNav li a {
    display: block;
    padding: 14px 0;
  }
  footer .ftLogo img {
    max-width: 70%;
  }
}