@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


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

a {
  display: block;
  text-decoration-line: none;
  color: #333;
}

a:hover {
  opacity: 80%;
}


/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: YuMincho, 'Yu Mincho', serif;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  padding: 0 0px;
  background-color: #f9f9f9;
  text-align: justify;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

a[href^="tel:"] {
  color: #fff;
}

@media(min-width: 520px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #fff;
  }
}

/* マージン */

.mt180 {
  margin-top: 180px;
}

.mb180 {
  margin-bottom: 180px;
}

/* 共通
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  margin: 0 auto;
  max-width: 1020px;
  width: 100%;
  position: relative;
  padding: 0 20px;
}

.wrap {
  overflow: hidden;
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.title-section {
  max-width: 292px;
  width: 100%;
  height: 61px;
  margin: 0 auto 80px;
  background-image: url(../img/title-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
}

.title-section img {
  width: 200px;
  display: block;
  margin: 10px auto 10px;
}

.title {
  font-size: 24px;
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: normal;
}

.sub-title {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #6E6E6E;
  font-weight: normal;
}

.column-3 {
  display: flex;
  justify-content: flex-start;
  row-gap: 115px;
  column-gap: 40px;
  flex-wrap: wrap;
}

.column-3-item {
  width: calc(90% / 3);
  color: #2C2C2C;
}

.property-title {
  font-size: 22px;
  margin: 25px 0 15px;
  font-weight: 600;
}

.property-date {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.property-date-icon img {
  width: 21px;
  display: block;
  margin-right: 10px;
}

.property-date-text {
  font-size: 14px;
}

.property-date-text2 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 95px;
}

.property-date-btn {
  display: block;
  margin: 0 0 0 auto;
  padding: 12px 35px;
  background-color: #157658;
  max-width: 150px;
  border-radius: 24px;
  height: 40px;
  line-height: 1;
  color: #fff;
}

.company-2-column {
  display: flex;
  justify-content: space-between;
  column-gap: 25px;
}

.company-2-column-item1 {
  max-width: 320px;
  width: 100%;
}

.company-2-column-item2 {
  max-width: 635px;
  width: 100%;
}

@media (max-width : 1100px) {
  .container {
    margin: 0 auto;
    max-width: 820px;
    width: 100%;
    position: relative;
    padding: 0 20px;
  }

  .column-3-item {
    width: calc(90% / 2);
    color: #2C2C2C;
  }
}

@media (max-width : 840px) {
  .mb180 {
    margin-bottom: 100px;
  }

  .container {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
    position: relative;
    padding: 0 20px;
  }

  .title-section {
    max-width: 292px;
    width: 100%;
    height: 61px;
    margin: 0 auto 30px;
    background-image: url(../img/title-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
  }

  .column-3 {
    display: flex;
    justify-content: center;
    row-gap: 115px;
    column-gap: 40px;
    flex-wrap: wrap;
  }

  .column-3-item {
    width: calc(90% / 1);
    color: #2C2C2C;
  }

  .company-2-column {
    display: flex;
    justify-content: center;
    column-gap: 25px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .company-2-column-item1 {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 50px;
  }

  .property-date-text2 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

/* 520px以下の表示 */
@media (max-width : 520px) {}

/*-- ヘッダーハンバーガー  --*/
.header-pc {
  display: block;
}

.header-sp {
  display: none;
}


@media screen and (max-width: 1100px) {
  .header-pc {
    display: none;
  }

  .header-sp {
    display: block;
  }
}

/*-- PC版表示CSS  --*/
.pc {
  display: block;
}

.sp {
  display: none;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/*---------ハンバーガーボタン------------*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 13px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #333;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 12px;
}

.hamburger span:nth-child(2) {
  top: 22px;
}

.hamburger span:nth-child(3) {
  top: 32px;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  width: 0px;
}

.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3) {
  background: #333;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.hamburger.active span:nth-child(1) {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(-16px) rotate(90deg);
  -ms-transform: translateY(-16px) rotate(90deg);
  -o-transform: translateY(-16px) rotate(90deg);
  transform: translateY(-16px) rotate(90deg);
}


nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  /* background: #EDECFC; */
  background: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  /* background: #ddd; */
}

nav.globalMenuSp ul li a {
  display: block;
  color: #333;
  padding: 1.1em 0;
  text-decoration: none;
  text-align: center;
  padding: 15px 40px;
  cursor: pointer;
  /* border: solid 1px #333; */
  font-size: 18px;
  font-weight: bold;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;

}

nav.globalMenuSp {
  visibility: hidden;
  max-width: 400px;
  margin-left: auto;
  right: 0;
  padding: 0 0px;
  margin-top: 70px;
}

nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
  max-width: 400px;
  margin-left: auto;
  right: 0;
  padding: 0 0px;
  margin-top: 70px;
}

/* ヘッダー ---------------------------- */
header {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 70px;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 101;
}

.header_logo {
  display: inline-block;
  margin-left: 45px;
}

.header_logo a {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.header-nav-pc {
  display: flex;
  align-items: center;
}

.header-nav-pc ul {
  display: flex;
}

.header-nav-pc li {
  margin-right: 35px;
}


.header-contact-pc {
  margin-right: 45px;
  display: block;
  width: 200px;
  border-radius: 24px;
  background-color: #157658;
  padding: 6px 6px 6px 35px;
  color: #fff;
}

.header-contact-pc::before {
  content: "";
  background-image: url(../img/mail_hoso.png);
  width: 25px;
  height: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 5px;
}

.header-contact-sp {
  margin: 0 auto 50px;
  display: block;
  width: 200px;
  border-radius: 24px;
  background-color: #157658;
  padding: 6px 6px 6px 6px !important;
  color: #fff !important;
  font-size: 16px !important;
}

.header-contact-sp::before {
  content: "";
  background-image: url(../img/mail_hoso.png);
  width: 25px;
  height: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 5px;
}

@media (max-width : 520px) {
  .header_logo {
    display: inline-block;
    margin-left: 20px;
  }
}

/* ここからメイン */
main {
  margin-top: 70px;
}

.about p {
  font-size: 22px;
  line-height: 2;
}

.store {}

.office {}

.company {}

/* 会社案内テーブル----------------------- */
.company-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.company-table th, table td {
  font-weight: normal;
  color: #2C2C2C;
  text-align: left;
}

.company-table th {
  padding: 18px 0 18px 20px;
  font-weight: normal;
  color: #2C2C2C;
  text-align: left;
  width: 23%;
}

.company-table td {
  padding: 18px 20px 18px 20px;
  font-weight: normal;
  color: #2C2C2C;
  text-align: left;
}

.company-table tr:nth-child(odd) {
  background-color: #fff;
}

.company-table tr:nth-child(even) {
  background-color: #D6D6D6;
}

.history {
  background-color: #fff;
  padding: 60px 0;
  border: solid 1px #157658;
}

/* 会社案内テーブル----------------------- */
.history-table {
  max-width: 540px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #2C2C2C;
  font-weight: normal;
}

.history-table th {
  width: 33%;
  margin-right: 25px;
  font-weight: normal;
}

.history-table td {
  padding-left: 25px;
}

footer {
  background-color: #157658;
  color: #fff;
}

.footer-section {
  padding-top: 55px;
}

.footer-title {
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.06em;
}

.footer-date {
  font-size: 14px;
}

.footer-date p {
  font-size: 14px;
  line-height: 1.5;
}

.copyright {
  margin: 43px auto 0px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 10px;
}

.footer-date ul {
  display: flex;
  /* justify-content: space-between; */
  row-gap: 0px;
  column-gap: 65px;
}

.footer-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: #fff;
  max-width: 175px;

}

.footer-table th {
  font-weight: normal;
  color: #fff;
  text-align: left;
  width: 54px;
}

.footer-table td {
  font-weight: normal;
  color: #fff;
  text-align: left;
  width: ;
}



.footer-link {
  color: #fff;
  /* border-bottom: solid 1px #fff; */
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.footer-link-contact {
  width: 110px;
  color: #fff;
  line-height: 1.2;
  border-bottom: solid 1px #fff;
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}

.footer-link-contact img {
  width: 17px;
  display: block;
  margin-right: 5px;
}

@media (max-width : 1100px) {}

@media (max-width : 840px) {

  .history {
    background-color: #fff;
    padding: 30px 15px;
    border: solid 1px #157658;
  }

  .history-table {
    max-width: 480px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #2C2C2C;
    font-weight: normal;
  }

  .history-table th {
    width: 100%;
    margin-right: 25px;
    font-weight: normal;
    display: block;
  }

  .history-table td {
    padding-left: 0px;
    display: block;
    margin-bottom: 30px;
  }

  .footer-date ul {
    display: flex;
    /* justify-content: space-between; */
    row-gap: 20px;
    column-gap: 65px;
    flex-direction: column;
  }

  .footer-link-section {
    display: flex;
    flex-direction: column;
  }

  .footer-link {
    display: inline;
    width: 100%;
    text-decoration: underline;
    text-underline-offset: 5px;
  }

  .footer-link-contact {
    color: #fff;
    line-height: 1.2;
    border-bottom: solid 1px #fff;
    display: flex;
    align-items: center;
    padding-bottom: 2px;
  }


  .footer-link-contact img {
    width: 17px;
    display: block;
    margin-right: 5px;
  }
}

/* 520px以下の表示 */
@media (max-width : 520px) {
  .header_logo a {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.06em;
  }

  .about p {
    font-size: 18px;
    line-height: 2;
  }

  .company-table th {
    padding: 10px 0 0px 20px;
    font-weight: normal;
    color: #2C2C2C;
    text-align: left;
    width: 100%;
    display: block;

  }

  .company-table td {
    padding: 0px 20px 10px 20px;
    font-weight: normal;
    color: #2C2C2C;
    text-align: left;
    display: block;
  }
}

/* 物件詳細ページ--------------- */
.main-section {
  margin: 70px auto 180px;
  background-image: url(../img/property-top-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  background-position: center center;
  width: 100%;
  height: 0;
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 27.70833%;
  position: relative;
}

.main-section-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 200px;
  max-width: 96%;
  margin: 0px auto;
  padding: 88px 0;
  background: #157658;
  color: #FFF;
  outline: 6px solid #157658;
  /* outline-offset: 2px; */
  border: solid 1px #fff;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}

.property-sub-title {
  max-width: 650px;
  width: 100%;
  height: 50px;
  margin: 0 auto 80px;
  background-image: url(../img/property-sub-title-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.048em;
  line-height: 2;
}

.property-img-section {
  max-width: 650px;
  /* width: 100%; */
  margin-left: auto;
  margin-right: auto;
}

.property-img-section img {
  display: block;
}

/* 物件詳細のテーブル---------------- */

.property-table-section {
  overflow-x: scroll;
}

.property-table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  color: #333;
  font-weight: normal;
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 5px;

}

.property-table th {
  padding: 20px;
  background: #D6D6D6;
  border: solid 0.5px #A5A5A5;
  font-weight: normal;
  width: 190px;
}

.property-table td {
  padding: 20px;
  border: solid 0.5px #A5A5A5;
  font-weight: normal;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: #A5A5A5;
  /* border: solid 1px #A5A5A5; */
  border-radius: 5px;
}

.property-table-btn {
  display: block;
  margin: 80px auto 180px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.032em;
  padding: 26px 74px;
  background-color: #157658;
  max-width: 380px;
  width: 100%;
}

@media (max-width : 1100px) {
  .main-section-title {
    width: 150px;
    padding: 62px 0;
    font-size: 20px;
  }

}

@media (max-width : 840px) {
  .main-section {
    margin: 70px auto 100px;
    background-image: url(../img/property-top-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position: center center;
    width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 27.70833%;
    position: relative;
  }

  .main-section-title {
    width: 100px;
    padding: 40px 0;
    font-size: 18px;
  }

  .property-sub-title {
    max-width: 480px;
    height: 50px;
    margin: 0 auto 40px;
    background-size: contain;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.048em;
    line-height: 2.4;
  }

  .property-table th {
    padding: 10px;
  }

  .property-table td {
    padding: 10px;
  }
}

@media (max-width : 520px) {
  .main-section {
    margin: 70px auto 50px;
  }

  .main-section-title {
    width: 80px;
    padding: 30px 0;
    font-size: 16px;
  }

  .property-sub-title {
    max-width: 480px;
    height: 50px;
    margin: 0 auto 20px;
    background-size: contain;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.048em;
    line-height: 2.4;
  }

  .property-table-btn {
    display: block;
    margin: 50px auto 80px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.032em;
    padding: 20px;
    background-color: #157658;
    max-width: 300px;
    width: 100%;
  }
}

/* contact お問い合わせページ */

.contact-main-section {
  margin: 70px auto 180px;
  background-image: url(../img/contact-top-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  background-position: center center;
  width: 100%;
  height: 0;
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 27.70833%;
  position: relative;
}

.contact-main-section-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 200px;
  max-width: 96%;
  margin: 0px auto;
  padding: 88px 0;
  background: #157658;
  color: #FFF;
  outline: 6px solid #157658;
  /* outline-offset: 2px; */
  border: solid 1px #fff;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}






.contact-container {
  margin: 0 auto;
  max-width: 690px;
  width: 100%;
  position: relative;
  padding: 0 20px;
}

.contact-title-section {
  max-width: 397px;
  width: 100%;
  height: 66px;
  margin: 0 auto 80px;
  background-image: url(../img/contact-title-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
}

.contact-title-section img {
  width: 305px;
  display: block;
  margin: 10px auto 10px;
}

.contact-title {
  font-size: 24px;
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 15px;
}

.contact-sub-title {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #6E6E6E;
  font-weight: normal;
}



table.formTable {
  width: 100%;
  margin: 0 auto 45px;
  border-collapse: collapse;

}

table.formTable td,
table.formTable th {
  /* border: 1px solid #ccc; */
  /* padding: 10px; */
  vertical-align: top;
  color: #333;
  padding-bottom: 35px;

}

table.formTable th {
  width: 38%;
  font-weight: normal;
  text-align: left;
}

table.formTable tr {}


.contact-required {
  font-size: 14px;
  color: #FFF;
  padding: 5px 10px;
  background-color: #E35144;
  margin-left: 15px;
  height: 24px;
}

.contact-list-sub-title {
  font-size: 12px;
}

.contact-padding-7 {
  padding-top: 8px;
}

.form-text {
  width: 100%;
  border: solid 1px #B7B7B7;
  background-color: #fff;
  padding: 8px 25px;
  font-size: 14px;
  /* ブラウザによって見た目を変えない */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* フォームドロップダウン----------------------------------------- */
.select_mate {
  /* border: solid 1px #B7B7B7; */
}

div.cs-select {
  position: relative;
  z-index: 100;
  display: inline-block;
  width: 100%;
  /* max-width: 400px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */
}

.cs-select select {
  display: none;
}

.cs-select span {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 8px 25px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Placeholder and selected option */

.cs-select>span {
  padding-right: 3em;
}

.cs-select>span::after,
.cs-select .cs-selected span::after {
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-select>span::after {
  right: 1em;
  content: '\25BE';
  color: #707070;
  font-size: 24px;
}

.cs-select .cs-selected span::after {
  margin-left: 1em;
  content: '\2713';
}

.cs-select.cs-active>span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
  z-index: 200;
}

/* Options */

.cs-select .cs-options {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.cs-select.cs-active .cs-options {
  visibility: visible;
}

.cs-select ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-select ul span {
  padding: 10px 15px;
}

.cs-select ul li.cs-focus span {
  background-color: #ddd;
}

/* Optgroup and optgroup label */

.cs-select li.cs-optgroup ul {
  padding-left: 1em;
}

.cs-select li.cs-optgroup>span {
  cursor: default;
}

div.cs-skin-elastic {
  font-size: 14px;
  color: #707070;
  background: transparent;
}

@media screen and (max-width: 520px) {
  div.cs-skin-elastic {
    font-size: 1em;
  }
}

.cs-skin-elastic>span {
  z-index: 100;
  background-color: #fff;
  border: solid 1px #B7B7B7;
}

.cs-skin-elastic .cs-options {
  visibility: visible;
  overflow: visible;
  /* padding-bottom: 1.25em; */
  pointer-events: none;
  opacity: 1;
  background: transparent;
}

.cs-skin-elastic.cs-active .cs-options {
  pointer-events: auto;
  /* border-top: solid 1px #B7B7B7; */
  border-bottom: solid 1px #B7B7B7;
  border-right: solid 1px #B7B7B7;
  border-left: solid 1px #B7B7B7;
}

.cs-skin-elastic .cs-options>ul::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  background: #fff;
}

.cs-skin-elastic.cs-active .cs-options>ul::before {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-animation: expand .6s ease-out;
  animation: expand .6s ease-out;
}

.cs-skin-elastic .cs-options ul li {
  -webkit-transition: opacity .15s, -webkit-transform .15s;
  transition: opacity .15s, transform .15s;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  opacity: 0;
}

.cs-skin-elastic.cs-active .cs-options ul li {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: bounce .6s ease-out;
  animation: bounce .6s ease-out;
  opacity: 1;
}

.cs-skin-elastic .cs-options span {
  background-repeat: no-repeat;
  background-position: 1.5em 50%;
  background-size: 2em auto;
  color: #333;
}

.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
  opacity: 0.5;
}

.cs-skin-elastic .cs-options .cs-selected span::after {
  content: '';
}

/* ここまで フォームドロップダウン----------------------------------------- */

/* 複数選択  */
.test1-400 {
  width: 400px;
  margin: 0 auto;
}

.multiselect {
  width: 100%;
  /* border: solid 1px #B7B7B7; */
  /* height: 40px; */
  line-height: 40px;
  /* padding: 0 25px; */
}

.selectBox {
  position: relative;
  /* padding: 0 25px; */
}

.selectBox select {
  width: 100%;
  font-size: 14px;
  color: #707070;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  /* none */
  border-bottom: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  padding: 0 25px;
  margin-top: -3px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  max-width: 403px;
  z-index: 101;
}

#checkboxes label {
  display: flex;
  align-items: center;
}

#checkboxes label:hover {
  /* background-color: #1e90ff; */
  opacity: 0.8;
  cursor: pointer;
}

#checkboxes input {
  display: none;

}

/* チェックマーク */
.checkbox-css {
  width: 15px;
  height: 15px;
  border: 1px solid #333333;
  border-radius: ;
  display: inline-flex;
  vertical-align: text-top;
  margin-right: 10px;
}

#checkboxes input:checked+.checkbox-css::after {
  content: '';
  width: 90%;
  height: 50%;
  border-left: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: rotate(-45deg);
}







.triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #000;
  /* 下向き正三角形のスタイル */
  cursor: pointer;
}

.triangle.active {
  border-top: 12px solid #000;
  /* 上向き正三角形のスタイル */
  border-bottom: none;
}

.selectBox option::after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #000;
  /* 下向き正三角形のスタイル */
  cursor: pointer;
}

/* 選択複数ここまで------------------------- */
.form-textarea-area {
  width: 100%;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  height: 70px;
  padding: 8px 25px;
  overflow: hidden;
}

.contact-padding-area {
  padding-top: 23px;
}

.form-textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  height: 270px;
  padding: 8px 25px;
  overflow: hidden;
}

.privacy {}

.privacy-title {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
}

.privacy-text {
  margin-bottom: 25px;
}

.privacy-policy {
  border: solid 1px #707070;
  height: 200px;
  overflow: scroll;
  padding: 15px;
  font-size: 14px;
  background-color: #fff;
}

.contact-submit-btn {
  margin: 80px auto 180px;
  text-align: center;
  display: block;
  background-color: #157658;
  width: 380px;
  height: 70px;
  color: #fff;
}

@media (max-width : 1100px) {
  .contact-main-section {
    margin: 70px auto 180px;
    background-image: url(../img/contact-top-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position: center center;
    width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 27.70833%;
    position: relative;
  }

  .contact-main-section-title {
    width: 150px;
    padding: 62px 0;
    font-size: 18px;
  }
}

@media (max-width : 840px) {

  .contact-main-section {
    margin: 70px auto 100px;
    background-image: url(../img/contact-top-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position: center center;
    width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 27.70833%;
    position: relative;
  }

  .contact-main-section-title {
    width: 150px;
    padding: 30px 0;
    font-size: 18px;
  }

  .contact-container {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    position: relative;
    padding: 0 10px;
  }

  .contact-title-section {
    max-width: 292px;
    width: 100%;
    height: 66px;
    margin: 0 auto 30px;
    background-image: url(../img/contact-title-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
  }

  .contact-title-section img {
    width: 305px;
    display: block;
    margin: 10px auto 10px;
  }

  .contact-title {
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 24px;
  }

  .contact-sub-title {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #6E6E6E;
    font-weight: normal;
  }

  table.formTable {
    width: 100%;
    margin: 0 auto 45px;
    border-collapse: collapse;
    max-width: 400px;
    /* padding: 0 10px; */
  }


  table.formTable td,
  table.formTable th {
    vertical-align: top;
    color: #333;
    padding-bottom: 10px;
    display: block;

  }

  table.formTable th {
    padding-top: 50px;
    width: 100%;
  }

  .privacy {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width : 520px) {
  .contact-main-section {
    margin: 70px auto 80px;
    background-image: url(../img/contact-top-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position: center center;
    width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 27.70833%;
    position: relative;
  }

  .contact-main-section-title {
    width: 150px;
    padding: 10px 0;
    font-size: 18px;
  }

  .contact-submit-btn {
    margin: 80px auto 100px;
    text-align: center;
    display: block;
    background-color: #157658;
    width: 300px;
    height: 70px;
    color: #fff;
  }
}

/* サンクスページ */
.tanks-title {
  text-align: center;
  margin: 80px auto;
  font-size: 24px;
  color: #333;
}

.tanks-title a {
  text-decoration: underline;
}

/* 複数ドロップここから----------------------------------------------- */
.area-select {
  width: 100%;
  max-width: 403px;
}

/* 複数ドロップここまで----------------------------------------------- */

/* 複数チェックボックス ここから---------------------------------------- */
.boxes {
  margin: auto;
  /* padding: 50px; */
  /* background: #484848; */
}

/*Checkboxes styles*/
.boxes input[type="checkbox"] {
  display: none;
}

.boxes input[type="checkbox"]+label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  margin-right: 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.boxes input[type="checkbox"]+label:last-child {
  margin-bottom: 0;
}

.boxes input[type="checkbox"]+label:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.boxes input[type="checkbox"]:checked+label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}