@charset "UTF-8";
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.en {
  font-family: 'Cinzel', serif;
}

.goth {
  font-family: "秀英角ゴシック金 M";
}

body.premium {
  background-color: #000;
}

.main-visual {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.main-visual img {
  width: 100%;
}

.main-txt {
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  top: 25%;
  margin: auto;
  width: 45%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main-txt {
    width: 80%;
  }
}

.lay__container {
  /*width: 1440px;*/
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lay__container {
    width: 100%;
  }
}

.lay__container-short {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lay__container-short {
    width: 94%;
    margin: 0 auto;
  }
}

.breadcrumb {
  color: #fff;
  margin: 1rem auto 0 auto;
}

.breadcrumb a {
  color: #fff;
}

.mainTitle {
  font-size: 25px;
  color: #f5db9d;
  text-align: center;
  margin: 6rem 0;
}

@media screen and (max-width: 768px) {
  .mainTitle {
    font-size: 16px;
    margin: 2rem 0;
  }
}

.btn-wrapper {
  margin-bottom: 5rem;
}

.btn-wrapper.bottom-btn {
  margin-bottom: 14rem;
}

@media screen and (max-width: 768px) {
  .btn-wrapper {
    margin-bottom: 3rem;
  }
}

.btn-wrapper.bottom {
  margin-bottom: 10rem;
}

.btn-wrapper.fix-btn {
  position: fixed;
  left: 0;
  top: 30%;
  display: none;
}

.btn-wrapper.fix-btn .type-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn-wrapper.fix-btn .type-btn li {
  width: 100%;
}

.btn-wrapper.fix-btn .type-btn li + li {
  margin-top: 1rem;
}

.btn-wrapper .type-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .btn-wrapper .type-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
}

.btn-wrapper .type-btn li {
  color: #fff;
  background-color: #8a7f4b;
  position: relative;
  width: 24%;
  padding: 1.2rem 1rem 1rem 1rem;
  text-align: center;
  font-family: 'Cinzel', serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .btn-wrapper .type-btn li {
    width: 48%;
    padding: 10px 5px;
    margin-bottom: 1rem;
  }
}

.btn-wrapper .type-btn li:hover {
  background-color: #bfb170;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-wrapper .type-btn li.act {
  background: #ad914d;
  /* Old browsers */
  background: linear-gradient(45deg, #ad914d 0%, #ffe6a8 20%, #ffe6a8 50%, #ffe6a8 80%, #ad914d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #000;
  cursor: default;
}

.btn-wrapper .type-btn li.select {
  background: #ad914d;
  /* Old browsers */
  background: linear-gradient(45deg, #ad914d 0%, #ffe6a8 20%, #ffe6a8 50%, #ffe6a8 80%, #ad914d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #000;
  cursor: default;
}

.btn-wrapper .type-btn li .floor {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: .5rem;
  border-bottom: 1px solid #000;
  line-height: 1;
  width: 90%;
  margin: 0 auto .5rem auto;
}

.btn-wrapper .type-btn li .floor span {
  font-size: 156%;
}

@media screen and (max-width: 768px) {
  .btn-wrapper .type-btn li .floor {
    font-size: 12px;
  }
}

.btn-wrapper .type-btn li .catch {
  letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
  .btn-wrapper .type-btn li .catch {
    font-size: 10px;
  }
}

.btn-wrapper .type-btn li .border {
  background-color: #000;
}

.btn-wrapper .type-btn li .border.updown {
  position: absolute;
  width: 95%;
  height: 1px;
  margin: auto;
  left: 0;
  right: 0;
}

.btn-wrapper .type-btn li .border.updown.top {
  top: 6%;
}

.btn-wrapper .type-btn li .border.updown.bottom {
  bottom: 6%;
}

.btn-wrapper .type-btn li .border.side {
  position: absolute;
  width: 1px;
  height: 96%;
  top: 2%;
}

.btn-wrapper .type-btn li .border.side.left {
  left: 4%;
}

.btn-wrapper .type-btn li .border.side.right {
  right: 4%;
}

.floor-contents {
  color: #fff;
  display: none;
}

.floor-contents.is-show {
  display: block;
}

.floor-contents__inner__box h3 {
  font-size: 25px;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box h3 {
    font-size: 16px;
    margin-bottom: 1rem;
  }
}

.floor-contents__inner__box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
}

.floor-contents__inner__box__top .block {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box__top .block {
    width: 100%;
  }
}

.floor-contents__inner__box__top .block.thumb-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box__top .block.thumb-box {
    margin-top: 2rem;
  }
}

.floor-contents__inner__box__top .block.thumb-box figcaption {
  font-size: 11px;
  margin-top: .2rem;
  text-align: right;
}

.floor-contents__inner__box__top .block.thumb-box .plane {
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box__top .block.thumb-box .plane {
    margin-left: 0;
  }
}

.floor-contents__inner__box__top .box {
  width: 50%;
}

.floor-contents__inner__box__top .type-box .plan-name {
  color: #d8cc1e;
  font-size: 15px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box__top .type-box .plan-name {
    margin-bottom: 3rem;
  }
}

.floor-contents__inner__box__top .block h4 {
  font-size: 25px;
  margin-bottom: 1rem;
  position: relative;
  margin-bottom: 5rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box__top .block h4 {
    margin-bottom: 2rem;
  }
}

.floor-contents__inner__box__top .block h4:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #fff;
  bottom: -2rem;
  left: 0;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box__top .block h4:after {
    width: 40px;
    bottom: -1rem;
  }
}

.floor-contents__inner__box__top .block h4 span {
  font-size: 45px;
}

.floor-contents__inner__box__top .block .plan-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 1rem;
}

.floor-contents__inner__box__top .block .plan-catch .ldk {
  font-size: 35px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box__top .block .plan-catch .ldk {
    font-size: 21px;
  }
}

.floor-contents__inner__box__top .block .plan-catch .ldk span {
  font-size: 45px;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box__top .block .plan-catch .ldk span {
    font-size: 28px;
  }
}

.floor-contents__inner__box__top .block .plan-catch .hb {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box__top .block .plan-catch .hb {
    font-size: 11px;
  }
}

.floor-contents__inner__box__top .block .plan-catch .numb {
  font-size: 15px;
}

.floor-contents__inner__box__top .block .plan-catch .numb .big {
  font-size: 35px;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box__top .block .plan-catch .numb .big {
    font-size: 20px;
  }
}

.floor-contents__inner__box__top .block .plan-catch .numb .mid {
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box__top .block .plan-catch .numb .mid {
    font-size: 18px;
  }
}

.floor-contents__inner__box__top .block .det .balc {
  margin-bottom: .5rem;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box__top .block .det .balc {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box__top .block .det p {
    font-size: 12px;
  }
}

.floor-contents__inner__box .txt-yellow {
  color: #d8cc1e;
  width: 80%;
  margin: 0 auto 3rem auto;
  border: 1px solid #fff;
  padding: 1rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box .txt-yellow {
    padding: 1rem;
    font-size: 13px;
    width: 100%;
  }
}

.floor-contents__inner__box .txt-yellow li {
  padding-left: 1rem;
  position: relative;
  line-height: 1.8;
}

.floor-contents__inner__box .txt-yellow li:before {
  position: absolute;
  content: "◆";
  left: 0;
  top: 0;
}

.floor-contents__inner__box .plane-thumb-lg {
  width: 60%;
  margin: 0 auto 3rem auto;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box .plane-thumb-lg {
    width: 80%;
  }
}

.floor-contents__inner__box .plane-thumb-lg .plane {
  width: 100%;
  margin-bottom: .5rem;
}

.floor-contents__inner__box .plane-thumb-lg .cap {
  max-width: 100%;
  margin-bottom: .5rem;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box .plane-thumb-lg .cap {
    width: 70%;
    margin: .6rem auto;
    display: block;
  }
}

.floor-contents__inner__box .plane-thumb-lg p {
  font-size: 11px;
}

.floor-contents__inner__box .vm-bnr {
  width: 470px;
  margin: 0 auto 4rem auto;
}

@media screen and (max-width: 768px) {
  .floor-contents__inner__box .vm-bnr {
    width: 85%;
    margin: 0 auto 2rem auto;
  }
}

.floor-contents .view-area {
  margin-bottom: 6rem;
}

.floor-contents .view-area figure {
  margin: 0 auto;
  max-width: 1440px;
}

.floor-contents .view-area figure p {
  text-align: left;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .floor-contents .view-area {
    margin-bottom: 2rem;
  }
  .floor-contents .view-area figure {
    overflow-y: scroll;
  }
  .floor-contents .view-area figure img {
    width: 800px;
    max-width: 800px;
  }
}

.floor-contents .view-area .view-txt {
  font-size: 24px;
  text-align: center;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .floor-contents .view-area .view-txt {
    font-size: 18px;
  }
}

.mod__link-btn {
  margin-bottom: 12rem;
}

@media screen and (max-width: 768px) {
  .mod__link-btn {
    margin-bottom: 4rem;
  }
}

.mod__link-btn a {
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: block;
  border: 1px solid #fff;
  padding: 1rem 0;
  position: relative;
  margin-bottom: .5rem;
}

@media screen and (max-width: 768px) {
  .mod__link-btn a {
    font-size: 15px;
    padding: .5rem;
    margin-bottom: 1.5rem;
  }
}

.mod__link-btn a:before {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 0;
}

@media screen and (max-width: 768px) {
  .mod__link-btn a:before {
    width: 30px;
  }
}

.mod__link-btn a:after {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
}

@media screen and (max-width: 768px) {
  .mod__link-btn a:after {
    width: 30px;
  }
}

.mod__link-btn.mb6 {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .mod__link-btn.mb6 {
    margin-bottom: 3rem;
  }
}

.mod__link-btn.bg-bk {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .mod__link-btn.bg-bk {
    margin-bottom: 0;
  }
}

.mod__link-btn.bg-bk a {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.mod__link-btn p {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mod__link-btn p {
    font-size: 10px;
    text-align: left;
  }
}

.model-room {
  background-color: #2d2d29;
  position: relative;
  margin-bottom: 13rem;
}

@media screen and (max-width: 768px) {
  .model-room {
    margin-bottom: 4rem;
    padding: 1rem 0;
  }
}

.model-room:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180px 0 0 98.5vw;
  border-color: transparent transparent transparent #2d2d29;
  position: absolute;
  top: -180px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .model-room:before {
    border-width: 30px 0 0 98.5vw;
    top: -30px;
  }
}

.model-room:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 98.5vw 180px 0;
  border-color: transparent #2d2d29 transparent transparent;
  position: absolute;
  bottom: -180px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .model-room:after {
    border-width: 0 98.5vw 30px 0;
    bottom: -30px;
  }
}

.model-room h2 {
  color: #d8cc1e;
  font-size: 26px;
  margin-bottom: 6rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .model-room h2 {
    font-size: 16px;
    margin-bottom: 2rem;
  }
}

.model-room h2:after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -3rem;
  left: 0;
}

@media screen and (max-width: 768px) {
  .model-room h2:after {
    width: 40px;
    bottom: -1rem;
  }
}

.model-room p {
  font-size: 30px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .model-room p {
    font-size: 15px;
    margin-bottom: 1rem;
  }
}

.model-room__inner {
  width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .model-room__inner {
    width: 94%;
    margin: 0 auto;
  }
}

.model-room__inner__thumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.model-room__inner__thumb-list li {
  margin-bottom: 2rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .model-room__inner__thumb-list li {
    margin-bottom: 1rem;
  }
}

.model-room__inner__thumb-list li img {
  display: block;
}

.model-room__inner__thumb-list li p.cap {
  position: absolute;
  font-size: 24px;
  bottom: 2%;
  right: 2%;
  text-shadow: 3px 3px 3px #000;
}

@media screen and (max-width: 768px) {
  .model-room__inner__thumb-list li p.cap {
    bottom: -5%;
    font-size: 16px;
  }
}

.model-room__inner p {
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .model-room__inner p {
    font-size: 10px;
    text-align: left;
  }
}

.equipment h2 {
  color: #d8cc1e;
  font-size: 26px;
  margin-bottom: 6rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .equipment h2 {
    font-size: 16px;
    margin-bottom: 2rem;
  }
}

.equipment h2:after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -3rem;
  left: 0;
}

@media screen and (max-width: 768px) {
  .equipment h2:after {
    width: 40px;
    bottom: -1rem;
  }
}

.equipment p {
  font-size: 30px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .equipment p {
    font-size: 15px;
  }
}

.equipment .txt-box {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .equipment .txt-box {
    margin-bottom: 3rem;
  }
}

.equipment__inner {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .equipment__inner {
    margin-bottom: 3rem;
  }
}

.equipment__inner.first {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .equipment__inner.first {
    margin-bottom: 2rem;
  }
}

.equipment__inner .epuipment-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .equipment__inner .epuipment-list01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
  }
}

.equipment__inner .epuipment-list01 li {
  width: 32%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .equipment__inner .epuipment-list01 li {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .equipment__inner .epuipment-list01 li img {
    width: 100%;
  }
}

.equipment__inner .epuipment-list01 li h3 {
  font-size: 18px;
  color: #f5db9d;
  margin: .7rem 0 .5rem 0;
}

@media screen and (max-width: 768px) {
  .equipment__inner .epuipment-list01 li h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.equipment__inner .epuipment-list01 li p {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .equipment__inner .epuipment-list01 li p {
    font-size: 11px;
  }
}

.support h2 {
  color: #7e7609;
  font-size: 26px;
  margin-bottom: 6rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .support h2 {
    font-size: 16px;
    margin-bottom: 2rem;
  }
}

.support h2:after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -3rem;
  left: 0;
}

@media screen and (max-width: 768px) {
  .support h2:after {
    width: 40px;
    bottom: -1rem;
  }
}

.support p {
  font-size: 30px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .support p {
    font-size: 15px;
  }
}

.support .txt-box {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .support .txt-box {
    margin-bottom: 2rem;
  }
}

.support-bg {
  background-color: #fff;
  padding: 4rem;
}

@media screen and (max-width: 768px) {
  .support-bg {
    padding: 2rem 0;
  }
}

.scroller-txt {
  font-size: 12px;
  margin-bottom: .5rem;
  color: #f5db9d;
  text-align: center;
}

/* HideandSeek */
.blocks {
  display: none;
}

#block-01 {
  display: block;
}

.caption,
.cap {
  font-size: 10px;
  line-height: 15px;
  color: #666;
}

img {
  max-width: 100%;
  height: auto;
}

.snav {
  max-width: 770px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

/*.snav.end {
		margin-top: 30px;
		margin-bottom: 20px;
	}*/
.snav ul {
  letter-spacing: -0.5em;
}

.snav li {
  text-indent: -9999px;
  letter-spacing: normal;
  width: 48.66666666666667%;
  height: 60px;
  display: inline-block;
  margin-right: 2.666666666666667%;
}

.snav li.house {
  background: url(../imgs/snav-01.png) no-repeat;
  background-size: contain;
}

.snav li.living {
  background: url(../imgs/snav-02.png) no-repeat;
  background-size: contain;
  margin-right: 0;
}

.snav li.house:hover,
.snav li.house.select {
  background: url(../imgs/snav-01_ov.png) no-repeat;
  background-size: contain;
}

.snav li.living:hover,
.snav li.living.select {
  background: url(../imgs/snav-02_ov.png) no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 640px) {
  .snav li {
    height: 93px;
  }
  .snav li.house {
    background: url(../imgs/snav-01-sp.png) no-repeat;
    background-size: contain;
  }
  .snav li.living {
    background: url(../imgs/snav-02-sp.png) no-repeat;
    background-size: contain;
    margin-right: 0;
  }
  .snav li.house:hover,
  .snav li.house.select {
    background: url(../imgs/snav-01-sp_ov.png) no-repeat;
    background-size: contain;
  }
  .snav li.living:hover,
  .snav li.living.select {
    background: url(../imgs/snav-02-sp_ov.png) no-repeat;
    background-size: contain;
  }
}

.boxA {
  padding: 50px 33px 20px;
  border: solid 1px #8d7d2b;
}

.boxA .caption {
  font-size: 10px;
  line-height: 15px;
}

.boxB {
  padding: 20px;
  background: #e9ecef;
}

.boxC {
  padding: 10px;
  border: solid 1px #908f8f;
  text-align: center;
}

.boxC li {
  display: inline-block;
}

.boxC li.last {
  margin-left: 10px;
}

.boxC li img {
  vertical-align: bottom;
}

@media only screen and (max-width: 960px) {
  .boxC li {
    display: block;
  }
  .boxC li.last {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .boxA {
    padding: 40px 20px 20px;
  }
}

.section.num1 {
  padding-bottom: 110px;
}

.section.num1 .wrap.num1 {
  padding-bottom: 60px;
}

.section.num1 .wrap.num2 {
  padding-top: 70px;
}

.section.num2 {
  padding-top: 70px;
  background: url(../imgs/bg-content.png) repeat-x top left;
  border-top: solid 1px #c6c6c6;
}

.section.num2 .isoCaption {
  text-align: right;
  margin-bottom: 25px;
}

.section.num2 .pinchIcn {
  display: none;
}

@media only screen and (max-width: 640px) {
  .section.num2 .isoCaption {
    text-align: left;
  }
  .section.num2 .pinchIcn {
    display: block;
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .section.num2 .pinchIcn:before {
    content: '';
    display: block;
    background: url(../imgs/icon-pinchin.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
  }
}

.section.num3 {
  padding-top: 70px;
  background: url(../imgs/bg-content.png) repeat-x top left;
  border-top: solid 1px #c6c6c6;
}

.httl {
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}

.httl.mb50 {
  margin-bottom: 50px;
}

.httl img {
  vertical-align: top;
}

.httl.num1 {
  background: #1f4664;
}

.httl.num2 {
  margin-bottom: 12px;
  padding: 5px;
  text-align: left;
  background: #59a46e;
}

.httl.num3 {
  margin-bottom: 12px;
  padding: 5px;
  text-align: left;
  background: #12857c;
}

.httl.num4 {
  margin-bottom: 12px;
  padding: 5px;
  text-align: left;
  background: #417aa1;
}

.httl.num5 {
  margin-bottom: 12px;
  padding: 5px;
  background: #dae0e5;
}

.ph {
  margin-bottom: 12px;
  text-align: center;
}

.h {
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: solid 2px #9a9552;
}

.h span {
  display: none;
  font-family: serif;
  font-size: 14px;
  color: #45420d;
}

.h img {
  vertical-align: middle;
}

.Ntxt {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 1.8;
}

.ttlList {
  text-align: center;
}

.ttlList li {
  display: inline-block;
}

.ttlList li.last {
  margin-left: 20px;
}

.ttlList li img {
  vertical-align: top;
}

.lineA {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: double 3px #c1ccd4;
  text-align: center;
}

.lineB {
  margin-bottom: 22px;
  border-bottom: solid 1px #254b68;
}

.lineC {
  padding-bottom: 20px;
  border-bottom: solid 1px #c8c7c8;
}

.Numb1 {
  min-height: 36px;
  padding-left: 45px;
  padding-bottom: 10px;
  background: url(../imgs/02/icn-num1.png) no-repeat 0 0;
}

.Numb2 {
  min-height: 36px;
  padding-left: 45px;
  padding-bottom: 0;
  background: url(../imgs/02/icn-num2.png) no-repeat 0 0;
}

.Numb3 {
  min-height: 36px;
  padding-left: 45px;
  padding-bottom: 10px;
  background: url(../imgs/02/icn-num3.png) no-repeat 0 0;
}

@media only screen and (max-width: 960px) {
  .ttlList li {
    display: block;
  }
  .ttlList li.last {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .h img {
    display: none;
  }
  .h span {
    display: block;
  }
}

.clearfix .fl {
  width: 54.5%;
}

.clearfix .fr {
  width: 41.6%;
}

@media only screen and (max-width: 640px) {
  .clearfix .fl,
  .clearfix .fr {
    float: none;
    width: auto;
  }
  .clearfix .fr {
    margin-top: 40px;
  }
}

.clmBox {
  overflow: hidden;
}

.clmBox > div {
  float: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.clmBox.clm2 {
  margin-top: -40px;
  margin-left: -4%;
}

.clmBox.clm2 > div {
  width: 46%;
  margin-top: 40px;
  margin-left: 4%;
}

.clmBox.clm2 > div .h.last {
  margin-bottom: 0;
}

.clmBox.clm3 {
  margin-top: -5px;
  margin-left: -1%;
}

.clmBox.clm3 > div {
  width: 32.33%;
  margin-top: 5px;
  margin-left: 1%;
}

.clmBox.Nclm3 {
  margin-top: -40px;
  margin-left: -2%;
}

.clmBox.Nclm3 > div {
  width: 31.33%;
  margin-top: 40px;
  margin-left: 2%;
}

.clmBox.Nclm3 > div.db {
  width: 64.66%;
}

.clmBox.clm4 {
  margin-top: -40px;
  /*margin-left: -2.5%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.clmBox.clm4 > div {
  width: 30%;
  margin-top: 40px;
  margin-left: 2.5%;
}

.clmBox.Imt {
  margin-top: -10px;
}

.clmBox.Imt > div {
  margin-top: 10px;
}

.clmBox.Imt2 {
  margin-top: -20px;
}

.clmBox.Imt2 > div {
  margin-top: 20px;
}

.clmBox > div.cl {
  clear: left;
}

@media only screen and (max-width: 640px) {
  .clmBox.clm2 {
    margin-left: 0;
  }
  .clmBox.clm2 > div {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .clmBox.clm2 .cap {
    text-align: left;
  }
  .clmBox.clm3 > div {
    width: 49%;
  }
  .clmBox.Nclm3 {
    margin-left: 0;
  }
  .clmBox.Nclm3 > div {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .clmBox.Nclm3 > div.db {
    width: auto;
  }
  .clmBox.clm4 > div {
    width: 47.5%;
  }
  .clmBox > div.cl {
    clear: none;
  }
  .clmBox > div.clsp {
    clear: left;
  }
}

@media only screen and (max-width: 400px) {
  .clmBox.clm3 {
    margin-left: 0;
  }
  .clmBox.clm3 > div {
    float: none;
    width: auto;
    margin-left: 0;
  }
  /*
*/
}

.imgBox {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.imgBox .txtArea,
.imgBox .phArea {
  display: table-cell;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.imgBox.num1 .txtArea {
  position: relative;
}

.imgBox.num1 .txtArea .logo {
  position: absolute;
  top: 10px;
  right: 0;
}

.imgBox.num1 .phArea {
  width: 196px;
  padding-right: 20px;
  text-align: left;
}

@media only screen and (max-width: 964px) {
  .imgBox.num1 .txtArea .logo {
    position: static;
    margin-bottom: 25px;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .imgBox.num1 .txtArea {
    display: block;
    margin-top: 20px;
  }
  .imgBox.num1 .phArea {
    display: block;
    width: auto;
    padding-right: 0;
    text-align: center;
  }
}

.imgBox.num2 {
  margin-bottom: 10px;
  padding: 5px 5px 5px 20px;
  border: solid 1px #ccc;
}

.imgBox.num2 .txtArea {
  vertical-align: middle;
}

.imgBox.num2 .phArea {
  width: 110px;
  padding-left: 10px;
  text-align: right;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .imgBox.num2 {
    padding: 10px;
  }
  .imgBox.num2 .txtArea {
    display: block;
  }
  .imgBox.num2 .phArea {
    display: block;
    width: auto;
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
  }
}

.imgBox.num3 .phArea {
  width: 278px;
  padding-right: 20px;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .imgBox.num3 .txtArea {
    display: block;
    margin-top: 20px;
  }
  .imgBox.num3 .phArea {
    display: block;
    width: auto;
    padding-right: 0;
    text-align: center;
  }
}

.imgBox.num4 .txtArea {
  vertical-align: middle;
}

.imgBox.num4 .phArea {
  width: 290px;
  padding-left: 20px;
  text-align: left;
  vertical-align: middle;
}

@media only screen and (max-width: 960px) {
  .imgBox.num4 .txtArea {
    display: block;
  }
  .imgBox.num4 .phArea {
    display: block;
    width: auto;
    margin-top: 20px;
    padding-left: 0;
    text-align: center;
  }
}

.imgBox.num5 .phArea {
  width: 170px;
  padding-left: 0;
  padding-right: 20px;
}

@media only screen and (max-width: 960px) {
  .imgBox.num5 .txtArea {
    display: table-cell;
  }
  .imgBox.num5 .phArea {
    display: table-cell;
    width: 170px;
    margin-top: 0;
    padding-left: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  .imgBox.num5 .txtArea {
    display: block;
    margin-top: 20px;
  }
  .imgBox.num5 .phArea {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

/* bnrArea */
.bnrArea {
  background-color: #E6EAEE;
  padding: 30px 10px 15px;
}

.bnrArea ul {
  letter-spacing: -5em;
  margin: 0 -7px;
  text-align: center;
}

.bnrArea ul li {
  vertical-align: top;
  letter-spacing: normal;
  display: inline-block;
  margin: 0 7px 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

.bnrArea ul li:hover {
  opacity: 0.7;
}

/* title */
.titleA {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
}

.titleA.mb00 {
  margin-bottom: 0;
}

.titleA.mb60 {
  margin-bottom: 60px;
}

.titleB {
  margin-bottom: 25px;
  font-family: serif;
  font-size: 20px;
}

.titleC {
  margin-bottom: 25px;
  font-family: serif;
  font-size: 20px;
  color: #604c17;
}

.titleA span,
.titleB span,
.titleC span {
  display: none;
}

.txt span {
  display: none;
  font-family: serif;
  font-size: 14px;
  line-height: 1.8;
}

.section.num2 .txt span,
.section.num3 .txt span {
  font-size: 12px;
}

.section.num2 .txt span.caption,
.section.num3 .txt span.caption {
  font-size: 10px;
  line-height: 15px;
  color: #666;
}

.lead-a {
  text-align: center;
}

.lead-a span {
  display: none;
  font-family: serif;
  font-size: 16px;
  line-height: 1.8;
}

@media only screen and (max-width: 640px) {
  .titleA,
  .titleA.mb60 {
    margin-bottom: 30px;
  }
  .titleB {
    margin-bottom: 20px;
  }
  .titleA img,
  .titleB img,
  .titleC img {
    display: none;
  }
  .titleA span,
  .titleB span,
  .titleC span {
    display: block;
    padding-top: 20px;
  }
  .txt br {
    display: none;
  }
  .lead-a {
    text-align: left;
  }
  .lead-a img,
  .txt img {
    display: none;
  }
  .lead-a span,
  .txt span {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .titleA {
    font-size: 20px;
  }
  .titleB {
    font-size: 16px;
  }
  .titleC {
    font-size: 16px;
  }
}

.spImage {
  display: none;
}

@media only screen and (max-width: 640px) {
  .pcImage {
    display: none;
  }
  .spImage {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */