@charset "UTF-8";
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　フォント

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url("https://use.typekit.net/zsb8lja.css");*/
@import url("https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
@import url(https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css);
/*yakuhan ゴシック*/
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp-noto.min.css");
/*yakuhan 明朝*/
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp-noto.min.css");
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　mixin　

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　メディアクエリ

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　変数　

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*カラー*/
/*汎用カラー*/
/*フォント明朝*/
/*フォント line awesome*/
/* CSS Document */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　リセット

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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%;
  vertical-align: baseline;
  /*    background:transparent;*/
}

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle;
}

/*画像を縦に並べたときに余白が出てしまわないよう*/
img {
  　　　vertical-align: top;
  　　　font-size: 0;
  　　　line-height: 0;
}

/* new HTML5 elements */
section, nav, article, aside, hgroup,
header, footer, figure, figcaption,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

/* 以下個人的な変更点 */
th, td {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

input, select {
  vertical-align: text-top;
  margin-left: 0;
}

.yh-gothic {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.yh-min {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

/*Zen Kaku Gothic New*/
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/*Allerta Stencil*/
.allerta-stencil-regular {
  font-family: "Allerta Stencil", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en {
  font-family: "Allerta Stencil", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10rem;
  color: #00b2d7;
  margin-bottom: 35px;
  line-height: 100%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　初期設定

–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, dl, dt, dd, table {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  /*	overflow-y: scroll !important;*/
}

body {
  /*	font-family: 'Noto Sans JP', sans-serif;*/
  /*font-family: YakuHanJP_Noto, "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  line-height: 180%;
  color: #333;
  font-size: 1.6em;
  background: #def5fa;
}

img {
  border: none;
}

img {
  width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  outline: none;
}

a:link {
  color: #1ba9d2;
}

a:visited {
  color: #1ba9d2;
}

a:hover {
  color: #1bbeed;
}

a:active {
  color: #1bbeed;
}

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

.pcno {
  display: none;
}

.spno {
  display: block;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　基本枠

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#wrap {
  min-width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}

.cons {
  width: 1150px;
  margin: 0 auto;
}

#content {
  line-height: 180%;
  padding-top: 1px;
}

/*アップボタン
----------------------------------------------------*/
#up {
  display: block;
  list-style: none;
  margin: 0 0 0 0;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99998;
  text-decoration: none;
  overflow: hidden;
  width: 38px;
  height: 60px;
  background: url(../img/up.png) no-repeat top center;
  background-size: 38px auto;
}

#up a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　ヘッダ　関連

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　ヘッダ
----------------------------------------------------*/
header {
  height: 1000px;
  position: relative;
  overflow: hidden;
}
header .cons {
  position: absolute;
  top: 270px;
  left: 50%;
  display: inline;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 1;
  /*border: 1px solid #CCC;*/
}
header .cons .inner {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .lbox {
  width: 49%;
  margin-top: -50px; /*border: 1px solid #333;*/
}
header .rbox {
  width: 265px; /*border: 1px solid #333;*/
}
header #unlogo {
  width: 170px;
  position: absolute;
  left: 70px;
  top: 20px;
  font-size: 24px;
  color: #FFF;
  letter-spacing: 2px;
  z-index: 1;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}
header #unlogo a {
  color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header #unlogo a:hover {
  opacity: 60%;
}
header #vis-pd {
  width: 77%;
  margin-bottom: -8%;
  margin-left: 31px;
}
header #vis-pd2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFF;
  margin-top: 10px;
}
header h1 {
  width: 100%;
}
header #vislogo-price {
  text-align: right;
  margin-top: -35px;
  margin-bottom: 15px;
}
header #vislogo-price img {
  width: 52%;
  height: auto;
}
header #date-dl {
  font-size: 2.4rem;
  color: #FFF;
}
header #date-dl dt {
  margin-bottom: 1%;
}
header #date-dl dt p {
  background: #00b2d7;
  display: inline-block;
  font-weight: 500;
  padding: 2%;
}
header #date-dl dd {
  margin-bottom: 1%;
}
header #date-dl dd p {
  background: #00b2d7;
  display: inline-block;
  font-weight: 500;
  padding: 2%;
}
header #date-dl dd.day p {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 3px;
}
header #date-dl dd.day span {
  font-size: 5rem;
}

/*　ビジュアル 背景画像
----------------------------------------------------*/
header #vis {
  width: 100%;
  height: 1230px;
  position: absolute;
  left: 0;
  top: 0;
}
header #vis img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/*　ビジュアル 丸い画像
----------------------------------------------------*/
header #vis-ccl {
  width: 1090px;
  height: 1090px;
  position: absolute;
  right: -160px;
  top: -210px;
}
header #vis-ccl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/*　ビジュアル文字 いろいろあるから
----------------------------------------------------*/
header #vistex2 {
  width: 165px;
  position: absolute;
  right: 350px;
  top: 100px;
}

/*　ビジュアル文字 Letsgo
----------------------------------------------------*/
header #vistex3 {
  width: 500px;
  margin-left: -250px;
}

/*　ビジュアル 家切り抜き
----------------------------------------------------*/
header #house {
  width: 680px;
  position: absolute;
  right: 100px;
  bottom: 45px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　固定バナー

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　フッタ　関連

–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
  position: relative;
  background: url("../img/vis.webp") no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
  height: 690px;
}
footer .cons {
  position: relative;
  z-index: 10;
}
footer #ft-unlogo {
  width: 170px;
  margin-top: 85px;
  margin-bottom: 50px;
}
footer #ft-vislogo {
  width: 500px;
}
footer #ft-vistex3 {
  width: 320px;
  margin-left: 280px;
  margin-top: -70px;
}
footer #footer-ccl {
  width: 1090px;
  height: 1090px;
  position: absolute;
  left: 50%;
  top: -200px;
  margin-left: -200px;
}
footer #ft-vistex2 {
  width: 165px;
  position: absolute;
  right: 200px;
  top: 0px;
}
footer #copyright {
  font-weight: bold;
  color: #FFF;
  letter-spacing: 2px;
  margin-top: 100px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　共通パーツ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*青ライン見出し*/
.entit span {
  border-bottom: 10px solid #00b2d7;
  padding-bottom: 10px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　WPのページネーション

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*ブログアーカイブのページネイション*/
.pagination {
  margin-top: 100px;
}

a.page-numbers,
.pagination .current {
  background: #00b2d7;
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 2px;
}

.pagination .current {
  background: #00b2d7;
  color: #fff;
}

.pagination a:hover {
  background: #00b2d7;
  color: #00b2d7;
}

.pagination .next,
.pagination .prev {
  width: 80px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　汎用クラス

–––––––––––––––––––––––––––––––––––––––––––––––––– */
.red {
  color: #ff0000 !important;
}

.none {
  display: none;
}

.clear {
  clear: both;
}

.clear-hr {
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
  border: none;
}

.sp-top80 {
  margin-top: 80px !important;
}

.sp-top1em {
  margin-top: 1em;
}

.sp-top2em {
  margin-top: 2em;
}

.sp-bot1em {
  margin-bottom: 1em;
}

.sp-bot2em {
  margin-bottom: 2em;
}

.sp-b10 {
  margin-bottom: 10px;
}

.sp-bot15 {
  margin-bottom: 15px !important;
}

.sp-top15 {
  margin-top: 15px !important;
}

.sp-top-none {
  margin-top: 0 !important;
}

.sprite {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.gray {
  background: #f3f3f3;
}

.nt {
  font-size: 1.2rem;
  color: #666;
}

li.emp {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pcno {
  display: none;
}

.spno {
  display: block;
}

/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　初期設定

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, dl, dt, dd, table {
    margin: 0;
    padding: 0;
  }
  html {
    font-size: 62.5%;
    /*	overflow-y: scroll !important;*/
  }
  body {
    line-height: 180%;
    color: #333;
    font-size: 1.4em;
  }
  img {
    border: none;
  }
  img {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height);
    image-rendering: -webkit-optimize-contrast;
  }
  a {
    text-decoration: none;
    outline: none;
  }
  a:link {
    color: #00b2d7;
  }
  a:visited {
    color: #00b2d7;
  }
  a:hover {
    color: #00b2d7;
  }
  a:active {
    color: #00b2d7;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pcno {
    display: block;
  }
  .spno {
    display: none;
  }
  .en {
    font-size: 4rem;
    margin-bottom: 20px;
    line-height: 100%;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　基本枠

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #wrap {
    min-width: 0;
    margin: 0 auto;
    overflow: hidden;
  }
  .cons {
    width: 90%;
    margin: 0 auto;
  }
  #content {
    line-height: 180%;
    padding-top: 1px;
  }
  /*アップボタン
  ----------------------------------------------------*/
  #up {
    display: block;
    list-style: none;
    margin: 0 0 0 0;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99998;
    text-decoration: none;
    overflow: hidden;
    width: 38px;
    height: 60px;
    background: url(../img/up.png) no-repeat top center;
    background-size: 38px auto;
  }
  #up a {
    display: block;
    width: 100%;
    height: 100%;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　ヘッダ　関連

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　ヘッダ
  ----------------------------------------------------*/
  header {
    height: 1000px;
    position: relative;
    overflow: visible !important;
  }
  header .cons {
    position: absolute;
    top: 270px;
    top: 120px;
    left: 50%;
    display: inline;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    z-index: 1;
    /*border: 1px solid #CCC;*/
  }
  header .cons .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .lbox {
    width: 85%;
    margin-top: -50px; /*border: 1px solid #333;*/
  }
  header .rbox {
    width: 100%;
    position: relative; /*border: 1px solid #333;*/
  }
  header #unlogo {
    width: 130px;
    position: absolute;
    top: 15px;
    left: 5%;
    display: inline;
    /*transform:translate(-50%, -0); */
    z-index: 1;
  }
  header h1 {
    width: 100%;
  }
  header #vis-pd {
    width: 77%;
    margin-bottom: -8%;
    margin-left: 15px;
  }
  header #vis-pd2 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #00b2d7;
    color: #FFF;
    margin-top: 5px;
    white-space: nowrap;
  }
  header #vislogo-price {
    text-align: right;
    margin-top: -15px;
    margin-bottom: 80%;
    margin-bottom: 50%;
  }
  header #vislogo-price img {
    width: 52%;
    height: auto;
  }
  header #date-dl {
    font-size: 1.5rem;
    color: #FFF;
  }
  header #date-dl dt {
    margin-bottom: 1%;
  }
  header #date-dl dt p {
    background: #00b2d7;
    display: inline-block;
    font-weight: 500;
    font-weight: bold;
    padding: 1% 4% 2%;
    letter-spacing: 2px;
  }
  header #date-dl dd {
    margin-bottom: 1%;
  }
  header #date-dl dd p {
    background: #00b2d7;
    display: inline-block;
    font-weight: bold;
    padding: 1% 4% 2%;
  }
  header #date-dl dd.day p {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 3px;
  }
  header #date-dl dd.day span {
    font-size: 2rem;
  }
  /*　ビジュアル 背景画像
  ----------------------------------------------------*/
  header #vis {
    width: 100%;
    height: 1000px;
    position: absolute;
    left: 0;
    top: 0;
  }
  header #vis img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  /*　ビジュアル 丸い画像
  ----------------------------------------------------*/
  header #vis-ccl {
    width: 130%;
    height: auto;
    position: absolute;
    right: -25%;
    top: 150px;
  }
  header #vis-ccl img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  /*　ビジュアル文字 いろいろあるから
  ----------------------------------------------------*/
  header #vistex2 {
    width: 130px;
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: auto;
    bottom: 15%;
  }
  /*　ビジュアル文字 Letsgo
  ----------------------------------------------------*/
  header #vistex3 {
    width: 130px;
    margin-left: 0px;
    position: absolute;
    right: 0;
    top: 250px;
  }
  /*　ビジュアル 家切り抜き
  ----------------------------------------------------*/
  header #house {
    width: 91% !important;
    position: absolute;
    right: auto;
    left: 3%;
    bottom: -40px !important;
    z-index: 999;
  }
  header .fd4 {
    -webkit-transition: 0s;
    transition: 0s;
    opacity: 1 !important;
  }
  header .fd4on {
    opacity: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　フッタ　関連

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  footer {
    position: relative;
    background: url("../img/vis.webp") no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
    height: auto;
    padding-bottom: 30px;
  }
  footer .cons {
    position: static;
    z-index: 10;
  }
  footer #ft-unlogo {
    width: 100px;
    margin-top: 30px;
    margin-bottom: 35px;
  }
  footer #ft-vislogo {
    width: 215px;
    margin-left: -10px;
    position: relative;
    z-index: 99;
  }
  footer #ft-vistex3 {
    width: 130px;
    margin-left: 100px;
    margin-top: -25px;
    position: relative;
    z-index: 99;
  }
  footer #footer-ccl {
    width: 90%;
    height: auto;
    position: static;
    margin-left: auto;
    margin-right: -10%;
    margin-top: -100px;
  }
  footer #ft-vistex2 {
    width: 90px;
    position: absolute;
    left: 5%;
    top: 280px;
  }
  footer #copyright {
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
    letter-spacing: 0px;
    margin-top: 100px;
    position: absolute;
    bottom: 50px;
    left: 5%;
    z-index: 99;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　共通パーツ
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*青ライン見出し*/
  .entit span {
    border-bottom: 5px solid #00b2d7;
    padding-bottom: 5px;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　汎用クラス

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .red {
    color: #ff0000;
  }
  .none {
    display: none;
  }
  .clear {
    clear: both;
  }
  .clear-hr {
    clear: both;
    visibility: hidden;
    height: 0;
    margin: 0;
    border: none;
  }
  .sp-top80 {
    margin-top: 80px !important;
  }
  .sp-top1em {
    margin-top: 1em;
  }
  .sp-top2em {
    margin-top: 2em;
  }
  .sp-bot1em {
    margin-bottom: 1em;
  }
  .sp-bot2em {
    margin-bottom: 2em;
  }
  .sp-b10 {
    margin-bottom: 10px;
  }
  .sp-bot15 {
    margin-bottom: 15px !important;
  }
  .sp-top15 {
    margin-top: 15px !important;
  }
  .sp-top-none {
    margin-top: 0 !important;
  }
  .sprite {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .gray {
    background: #f3f3f3;
  }
  .nt {
    font-size: 1.2rem;
    color: #666;
  }
  li.emp {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .pcno {
    display: block;
  }
  .spno {
    display: none;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　アニメーション

–––––––––––––––––––––––––––––––––––––––––––––––––– */
.upper {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  margin-top: -69px;
}

.upperon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-top: 0;
}

.fd {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fdon {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/*.fd2{ transition:1.0s; opacity:0;}
.fd2on{ opacity: 1.0; transition-delay: 1.5s;}*/
.fd2 {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fd2on {
  opacity: 1;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

/*.fd3{ transition:1.0s; opacity:0; margin-top: 300px; padding-top: 300px;}
.fd3on{ opacity: 1.0; transition-delay: 0.8s; margin-top: 0px; padding-top: 0px;}
*/
.fd3 {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  margin-top: 100px;
  padding-top: 100px;
}

.fd3on {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin-top: 0px;
  padding-top: 0px;
}

/*.fd4{ transition:1.0s; opacity:0; }
.fd4on{ opacity: 1.0; transition-delay: 1.6s;}*/
.fd4 {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fd4on {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.lefty {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  margin-left: -50px;
}

.leftyon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-left: 0px;
}

.f-in {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  margin-left: -100px;
}

.f-inon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-left: 0px;
}

.intlogo {
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
  margin-top: 0px;
}

.intlogoon {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  margin-top: 0px;
}

.righty {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  margin-right: -39px;
}

.rightyon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-right: 0px !important;
}

.opc1 {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  margin-top: 200px;
}

.opc1on {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-top: 0px;
}

.opc2 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  margin-top: 200px;
}

.opc2on {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  margin-top: 0px;
}

@-webkit-keyframes wmask-mo {
  0% {
    left: 0;
    width: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}

@keyframes wmask-mo {
  0% {
    left: 0;
    width: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}
.wmask {
  position: relative;
  overflow: hidden;
}

.wmaskon:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00b2d7;
  -webkit-animation: wmask-mo 1s cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
          animation: wmask-mo 1s cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
}

@-webkit-keyframes mask_fadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes mask_fadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
.is-fadeIn {
  position: relative;
  overflow: hidden;
}

.is-fadeIn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
          animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  opacity: 1;
}

@-webkit-keyframes mask_fadeIn2 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes mask_fadeIn2 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
.is-fadeIn2 {
  position: relative;
  overflow: hidden;
}

.is-fadeIn2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00b2d7;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
          animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  opacity: 1;
}

@-webkit-keyframes w_fadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes w_fadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
.is-w_fadeIn {
  position: relative;
  overflow: hidden;
}

.is-w_fadeIn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: w_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
          animation: w_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  opacity: 1;
}

/*写真引きアニメ*/
.zmon {
  -webkit-animation: pht-ani 1s ease-out;
          animation: pht-ani 1s ease-out;
}

@-webkit-keyframes pht-ani {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pht-ani {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  .upper {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
    margin-top: -49px;
  }
  .upperon {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    margin-top: 0;
  }
  .fd3 {
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
    margin-top: 100px;
    padding-top: 100px;
  }
  .fd3on {
    opacity: 1;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
    margin-top: 0px;
    padding-top: 0px;
  }
}
#anc-bt {
  position: fixed;
  top: 50%;
  right: -25px;
  display: inline;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 9999;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
#anc-bt a {
  display: block;
  width: 100%;
  height: 100%;
  background: #555;
  color: #FFF;
  padding: 20px 10px;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 15px 0px 0px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#anc-bt a:hover {
  background: #000;
}
#anc-bt i {
  font-size: 1.5em;
  margin-top: 10px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　ビジュアル ライン飾り

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#kazari1,
#kazari2,
#kazari3,
#kazari4,
#kazari5 {
  width: 200px;
}

#kazari1 {
  position: absolute;
  left: -10px;
  top: 50px;
  z-index: 99;
}

#kazari2 {
  position: absolute;
  top: -120px;
  right: -10px;
}

#kazari3 {
  position: absolute;
  left: -10px;
  top: -120px;
}

#kazari4 {
  position: absolute;
  right: -10px;
  top: -120px;
}

#kazari5 {
  position: absolute;
  left: -10px;
  top: -120px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　SEC1 BB 冒頭プレゼント

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#p-main #sec1bb {
  background: #FFF;
  padding: 100px 0 150px 0;
  position: relative;
}
#p-main #sec1bb h2 {
  font-size: 3rem;
  margin-bottom: 35px;
  color: #00b2d7;
}
#p-main #sec1bb h2 span {
  font-size: 7rem;
  margin-right: 1.5%;
}
#p-main #sec1bb ul {
  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;
}
#p-main #sec1bb ul li {
  width: 32%;
  width: 24%;
  border: 5px solid #00b2d7;
  text-align: center;
  border-radius: 20px;
  padding: 3% 2%;
}
#p-main #sec1bb h3 {
  font-size: 1.8rem;
  line-height: 110%;
}
#p-main #sec1bb h3 span {
  font-size: 1.4rem;
}
#p-main #sec1bb figure {
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}
#p-main #sec1bb figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.line-mm {
  font-size: 1.8rem;
  color: #00b2d7;
  font-weight: 500;
  letter-spacing: 10px;
  letter-spacing: 5px;
  text-indent: 10px;
  position: relative;
  width: 153px;
  margin: 0 auto;
  line-height: 100%;
  margin-bottom: 15px;
}

.line-mm:before {
  content: "";
  width: 2px;
  height: 17px;
  display: inline-block;
  background-color: #00b2d7;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.line-mm:after {
  content: "";
  width: 2px;
  height: 17px;
  display: inline-block;
  background-color: #00b2d7;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

/*　タブ
----------------------------------------------------*/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　SEC2 BB イントロ　一斉見学会開催

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#p-main #sec2bb {
  text-align: center;
  margin-bottom: 200px;
  background: url("../img/intro.webp") no-repeat 50% 50%;
  background-size: cover;
  padding: 1px 0 190px 0;
  position: relative;
}
#p-main #sec2bb .cons {
  position: relative;
}
#p-main #sec2bb .person1 {
  width: 280px;
  margin: 0 auto;
  margin-top: -65px;
  margin-bottom: 35px;
}
#p-main #sec2bb #fukidashi {
  width: 170px;
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: 150px;
}
#p-main #sec2bb .lead {
  font-size: 5rem;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 35px;
  line-height: 130%;
  letter-spacing: 6px;
}
#p-main #sec2bb ul {
  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;
}
#p-main #sec2bb ul li {
  width: 32%;
  height: 160px;
  background: #FFF;
  font-size: 2rem;
  margin-bottom: 2%;
  border-radius: 20px;
  position: relative;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#p-main #sec2bb ul li:nth-child(4) {
  margin-left: 17%;
}
#p-main #sec2bb ul li:nth-child(5) {
  margin-right: 17%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　SEC3

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#p-main #sec3 {
  margin-bottom: 150px;
}
#p-main #sec3 #iroiro {
  width: 580px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#p-main #sec3 #slide-gogo {
  width: 90%;
  margin: 0 auto;
  margin-bottom: -2%;
  position: relative;
  z-index: 1;
}

#p-main #sec3 .vis-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#p-main #sec3 .vis-slide li {
  width: 750px;
  height: 500px;
  margin-right: 23px;
  border-radius: 20px;
  overflow: hidden;
}

#p-main #sec3 .vis-slide li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　SEC4 BB ご相談

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#p-main #sec4bb {
  margin-bottom: 190px;
  position: relative;
  min-height: 930px;
}
#p-main #sec4bb .leftphoto {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 930px;
  border-radius: 0px 30px 30px 0px;
  overflow: hidden;
}
#p-main #sec4bb .leftphoto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#p-main #sec4bb .cons {
  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;
}
#p-main #sec4bb .lbox {
  width: 50%;
}
#p-main #sec4bb .rbox {
  width: 43%;
  padding-top: 100px;
}
#p-main #sec4bb .tit {
  margin-left: -175px;
  position: relative;
  z-index: 10;
}
#p-main #sec4bb .en {
  margin-bottom: 30px;
  letter-spacing: -5px;
  margin-left: -10px;
}
#p-main #sec4bb h2 {
  font-size: 3.5rem;
  white-space: nowrap;
  margin-bottom: 60px;
  color: #00b2d7;
}
#p-main #sec4bb h2 span {
  background: #FFF;
  padding: 2% 0% 2% 4%;
}
#p-main #sec4bb .lead1 {
  font-size: 2.4rem;
  white-space: nowrap;
  font-weight: bold;
  color: #00b2d7;
  margin-bottom: 50px;
}
#p-main #sec4bb .lead1 span {
  background: #FFF;
  padding: 2% 4% 2% 4%;
}
#p-main #sec4bb .lead2 {
  font-size: 2rem;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 20px;
}

#p-main #sec4bb #sodanlist {
  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;
  position: relative;
  z-index: 2;
}
#p-main #sec4bb #sodanlist li {
  width: 47%;
  margin-bottom: 6%;
}
#p-main #sec4bb #sodanlist .photo {
  height: 140px;
}
#p-main #sec4bb #sodanlist .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#p-main #sec4bb #sodanlist .tex {
  padding: 7px 0 0 0;
  font-size: 2.2rem;
  font-weight: 500;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　SEC5 BB　来場予約特典

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#p-main #sec5bb {
  position: relative;
  padding: 1px 0 250px 0;
  background: #FFF;
}
#p-main #sec5bb .titbox {
  text-align: center;
  width: 100%;
  margin-top: -55px;
  margin-bottom: 125px;
}
#p-main #sec5bb .titbox h2 {
  font-size: 6rem;
  width: 400px;
  color: #00b2d7;
  line-height: 100%;
  border-top: 10px solid #00b2d7;
  border-bottom: 10px solid #00b2d7;
  padding: 15px 0 20px 0;
  margin: 0 auto;
  margin-top: -15px;
  margin-bottom: 40px;
}
#p-main #sec5bb .titbox .lead {
  font-size: 2.8rem;
}

#pre-dl .grp {
  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;
  margin-bottom: 8%;
}
#pre-dl dt {
  width: 45%;
}
#pre-dl dd {
  width: 45%;
}
#pre-dl figure {
  border-radius: 15px;
  height: 324px;
  overflow: hidden;
  margin-bottom: 5px;
}
#pre-dl figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#pre-dl .mm {
  font-size: 3rem;
  background: #00b2d7;
  color: #FFF;
  text-align: center;
  border-radius: 30px;
  padding: 3% 0 4% 0;
  font-weight: 500;
  letter-spacing: 6px;
  margin-bottom: 10px;
}
#pre-dl .joken {
  font-size: 1.8rem;
  color: #00b2d7;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}
#pre-dl h3 {
  font-size: 4rem;
  margin-bottom: 30px;
  line-height: 120%;
}
#pre-dl h4 {
  font-size: 1.8rem;
  font-weight: 500;
}
#pre-dl .note {
  font-size: 1.3rem;
}
#pre-dl h3#visa {
  font-size: 3.6rem;
}
#pre-dl h3#visa .icon {
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
  border: 1px solid #CCC;
  display: inline-block;
  margin-right: 15px;
  padding: 2%;
  vertical-align: 5px;
}
#pre-dl h3#visa .num {
  font-size: 6.8rem;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　SEC6 お悩み

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#p-main #sec6bb {
  margin-bottom: 200px;
  text-align: center;
  position: relative;
}
#p-main #sec6bb .cons {
  padding-top: 1px;
}
#p-main #sec6bb .entit {
  margin-bottom: 200px;
  margin-top: -55px;
  position: relative;
}
#p-main #sec6bb .onayami {
  width: 450px;
  margin: 0 auto;
  margin-top: -80px;
  margin-bottom: -70px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: 100;
}
#p-main #sec6bb .whbox {
  background: #FFF;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}
#p-main #sec6bb .vislogo-pink {
  width: 65%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: -120px;
  position: relative;
  z-index: 10;
}

/*お悩みイントロ　イラスト*/
#p-main #sec6bb .intro {
  padding-top: 10%;
  background-image: url(../img/nayami-bk2.svg);
  background-position: top center;
  background-size: 810px auto;
  background-repeat: no-repeat;
}
#p-main #sec6bb .intro .nayami-vis {
  width: 75%;
  margin: 0 auto;
}

/*お悩み  上部　テキスト*/
#p-main #sec6bb #wh-avb {
  border-radius: 20px 20px 0px 0px;
  position: relative;
}
#p-main #sec6bb #wh-avb h2 {
  font-size: 3.3rem;
  line-height: 150%;
  margin-bottom: 25px;
  letter-spacing: 0;
}
#p-main #sec6bb #wh-avb .en-srf {
  font-size: 5.5rem;
  line-height: 150%;
  font-style: normal;
  font-weight: bold;
  border-top: 6px solid #333;
  border-bottom: 6px solid #333;
  width: 650px;
  margin: 0 auto;
  margin-bottom: 15px;
}
#p-main #sec6bb #wh-avb .lead {
  font-size: 2.4rem;
}
#p-main #sec6bb #wh-avb .yoyaku {
  padding-bottom: 40px;
  border-bottom: 5px solid #333;
  width: 75%;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: bold;
}
#p-main #sec6bb #wh-avb .yoyaku span {
  border: 1px solid #333;
  letter-spacing: 5px;
  padding: 3px 30px 5px 30px;
}

/*お悩み  下部　テキスト*/
#p-main #sec6bb #wh-bot {
  border-radius: 0px 0px 20px 20px;
  padding-top: 90px;
  padding-bottom: 1px;
  margin-top: -1px;
}

/*　ポイントリスト
----------------------------------------------------*/
#p-main #sec6bb #point {
  width: 92vw;
  min-width: 1150px;
  margin: 0 auto;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  background-image: url(../img/pint-bk.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1035px;
}
#p-main #sec6bb #point li {
  width: 31.5%;
}
#p-main #sec6bb #point .num {
  width: 130px;
  height: 130px;
  text-align: center;
  background: #000;
  color: #FFF;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: -65px;
  position: relative;
  z-index: 1;
  font-size: 3rem;
  font-weight: 400;
  font-style: italic;
  line-height: 140%;
  padding-top: 15px;
}
#p-main #sec6bb #point .num .en {
  font-size: 6rem;
}
#p-main #sec6bb #point .photo {
  height: 27vw;
  min-height: 350px;
  overflow: hidden;
  border-radius: 50%;
}
#p-main #sec6bb #point .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#p-main #sec6bb #point dl {
  text-align: left;
  margin-left: 35px;
  margin-top: -75px;
}
#p-main #sec6bb #point dt {
  margin-bottom: 15px;
}
#p-main #sec6bb #point dt .sub {
  font-size: 2.4rem;
  display: inline-block;
  background: #00b2d7;
  color: #FFF;
  padding: 5px 20px 10px 20px;
  margin-bottom: 5px;
  font-weight: 700;
}
#p-main #sec6bb #point dt h3 {
  font-size: 3rem;
  display: inline-block;
  background: #00b2d7;
  color: #FFF;
  padding: 10px 20px 15px 20px;
  font-weight: 500;
}
#p-main #sec6bb #point dd {
  font-size: 2.2rem;
  letter-spacing: 2px;
  color: #000;
  font-weight: 500;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　SEC7 来場予約

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　SEC7 基本
----------------------------------------------------*/
#p-main #sec7 {
  margin-bottom: 200px;
}
#p-main #sec7 .iroiro {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}
#p-main #sec7 #entit {
  text-align: center;
}
#p-main #sec7 h2 {
  font-size: 6.5rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 20px;
  text-indent: 20px;
  line-height: 150%;
  border-top: 6px solid #000;
  border-bottom: 6px solid #000;
  padding: 5px 0 15px 0;
  margin-bottom: 40px;
}
#p-main #sec7 .newlife {
  text-align: center;
  font-size: 6rem;
  color: #00b2d7;
  font-weight: bold;
  line-height: 100%;
  margin: 0 0 50px;
}

/*　予約方法
----------------------------------------------------*/
#p-main #sec7 .how {
  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;
  margin-bottom: 60px;
}
#p-main #sec7 .how dt {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 3px;
  width: 25%;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#p-main #sec7 .how dd {
  font-size: 2rem;
  width: 70%;
  letter-spacing: 2px;
  line-height: 180%;
  font-weight: 500;
}
#p-main #sec7 .how dd span {
  color: #00b2d7;
  text-decoration: underline;
}

/*SEC7　会場一覧　タブ
----------------------------------------------------*/
.tab_container {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.tab_item {
  /*width: calc(100%/4);*/
  width: 24%;
  padding: 20px 0;
  background-color: #FFF;
  text-align: center;
  color: #666;
  display: block;
  float: left;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2.4rem;
  margin-right: 1.3%;
}

.tab_item.end {
  margin-right: 0;
}

.tab_item:hover {
  opacity: 0.75;
}

input[name=tab_item] {
  display: none;
}

.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding-top: 40px;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content {
  display: block;
}

.tab_container input:checked + .tab_item {
  background-color: #00b2d7;
  color: #fff;
}

/*SEC7　会場一覧　リスト  もともと
----------------------------------------------------*/
#p-main #sec7 .kaijo-list {
  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;
  /*    .shodan{
           position:absolute;
          top:100px;
          left:50%;
          display:inline;
          transform:translate(-50%, -0%);
          width: 100px;
          height: 40px;
          background: imp.$clr-base;
          color: #FFF;
          text-align: center;
          line-height: 37px;
      }*/
  /*プライスダウン アイコン*/
}
#p-main #sec7 .kaijo-list li {
  width: 32%;
  margin-bottom: 2%;
  background: #FFF;
  padding: 2%;
  padding-top: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#p-main #sec7 .kaijo-list li a {
  color: #000;
}
#p-main #sec7 .kaijo-list li.emp {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#p-main #sec7 .kaijo-list .area {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5rem;
  width: 90px;
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 5px 0 5px 0;
  border-radius: 0 0 20px 0;
  z-index: 2;
}
#p-main #sec7 .kaijo-list .shodan {
  position: absolute;
  left: 70px;
  top: 0;
  font-size: 1.5rem;
  width: 100px;
  background: #00b2d7;
  color: #FFF;
  text-align: center;
  padding: 5px 0 5px 0;
  padding-left: 18px;
  border-radius: 0 0 20px 0;
  z-index: 1;
}
#p-main #sec7 .kaijo-list .pd-icon {
  position: absolute;
  right: 7px;
  top: 7px;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #00b2d7;
  color: #FFF;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
#p-main #sec7 .kaijo-list .pd-icon dt {
  font-size: 20px;
  margin-bottom: 2px;
}
#p-main #sec7 .kaijo-list .pd-icon dt span {
  font-size: 11px;
  padding-left: 2px;
}
#p-main #sec7 .kaijo-list .pd-icon dd {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 2px;
}
#p-main #sec7 .kaijo-list .photo {
  width: 115.5%;
  height: 225px;
  margin-left: -8%;
  margin-bottom: 20px;
}
#p-main #sec7 .kaijo-list .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#p-main #sec7 .kaijo-list .kind {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
#p-main #sec7 .kaijo-list .kind span {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}
#p-main #sec7 .kaijo-list h4 {
  font-size: 2.2rem;
  font-weight: 500;
}
#p-main #sec7 .kaijo-list .type {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
#p-main #sec7 .kaijo-list .price {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 2px;
}
#p-main #sec7 .kaijo-list .price span {
  font-size: 1.7rem;
}
#p-main #sec7 .kaijo-list .price span.pd {
  font-size: 1.4rem;
  color: #00b2d7;
  letter-spacing: 0;
  border: 2px solid #00b2d7;
  margin-left: 10px;
  padding: 0 8px 2px;
  line-height: 100%;
  vertical-align: 3px;
  border-radius: 7px;
  display: none;
}
#p-main #sec7 .kaijo-list .naikan {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
#p-main #sec7 .kaijo-list .naikan img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#p-main #sec7 .kaijo-list .note {
  font-size: 1.2rem;
  margin: -10px 0 15px 0;
}
#p-main #sec7 .kaijo-list .link {
  margin-top: auto;
}
#p-main #sec7 .kaijo-list .bt1 {
  font-size: 1.8rem;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
#p-main #sec7 .kaijo-list .bt1 a {
  background: #000;
  color: #FFF;
  display: block;
  padding: 15px 0 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#p-main #sec7 .kaijo-list .bt1 a:hover {
  background: #666;
}
#p-main #sec7 .kaijo-list .bt1 i {
  font-size: 1.6em;
  vertical-align: -4px;
}
#p-main #sec7 .kaijo-list .bt2 {
  font-size: 1.8rem;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
#p-main #sec7 .kaijo-list .bt2 a {
  background: #000;
  color: #FFF;
  display: block;
  padding: 15px 0 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#p-main #sec7 .kaijo-list .bt2 a:hover {
  background: #666;
}
#p-main #sec7 .kaijo-list .bt2 i {
  font-size: 1.6em;
  vertical-align: -4px;
}
#p-main #sec7 .kaijo-list .fin a {
  background: #CCC;
}
#p-main #sec7 .kaijo-list .fin a:hover {
  background: #CCC;
}
#p-main #sec7 .kaijo-list .loan {
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  padding: 10px 0;
  margin: 10px 0 20px;
  line-height: 150%;
}
#p-main #sec7 .kaijo-list .loan .mm {
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-left: -0.5em;
}
#p-main #sec7 .kaijo-list .loan .hensai {
  font-weight: bold;
}
#p-main #sec7 .kaijo-list .loan .hensai span {
  font-size: 2.2rem;
  letter-spacing: 2px;
}
#p-main #sec7 .kaijo-list .loan .note {
  font-size: 1.3rem;
  margin-bottom: 0;
  margin-top: 10px;
}
#p-main #sec7 .kaijo-list .sold {
  border: 2px solid #00b2d7;
  text-align: center;
  color: #00b2d7;
  padding: 30px 0;
  margin: 10px 0 10px;
  font-weight: bold;
  border-radius: 10px;
}
#p-main #sec7 .kaijo-list .sold .tex1 {
  font-size: 1.3em;
  letter-spacing: 10px;
}

/*SEC7　会場一覧　リスト  new
----------------------------------------------------*/
#p-main #sec7 .kaijo-list-new {
  /*エリア 平屋 アイコン*/
  /*メイン情報 基本枠*/
  /*右側ブロック 写真関連*/
  /*左側ブロック */
  /*ローン返済例 */
  /*ボタン*/
  /*フロア図 */
  /*マップ */
}
#p-main #sec7 .kaijo-list-new li {
  background: #FFF;
  border-radius: 20px;
  position: relative;
  padding: 5%;
  margin-bottom: 5%;
}
#p-main #sec7 .kaijo-list-new .tab {
  position: absolute;
  left: 5%;
  top: 0;
}
#p-main #sec7 .kaijo-list-new .tab p {
  color: #FFF;
  text-align: center;
  display: inline-block;
  font-size: 1.6rem;
  height: 33px;
  line-height: 31px;
  padding: 0 20px;
  min-width: 100px;
}
#p-main #sec7 .kaijo-list-new .tab-area {
  background: #333;
}
#p-main #sec7 .kaijo-list-new .tab-hiraya {
  background: #00b2d7;
}
#p-main #sec7 .kaijo-list-new .tab-shodan {
  background: #29dddb;
}
#p-main #sec7 .kaijo-list-new .inner {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 3%;
}
#p-main #sec7 .kaijo-list-new .rbox {
  width: 515px;
  position: relative;
}
#p-main #sec7 .kaijo-list-new .lbox {
  width: 460px;
}
#p-main #sec7 .kaijo-list-new .rbox .gaikan {
  margin-bottom: 2%;
  aspect-ratio: 1.75;
}
#p-main #sec7 .kaijo-list-new .rbox .gaikan img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#p-main #sec7 .kaijo-list-new .rbox .naikan {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#p-main #sec7 .kaijo-list-new .rbox .naikan p {
  width: 49%;
  aspect-ratio: 1.75;
}
#p-main #sec7 .kaijo-list-new .rbox .naikan p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#p-main #sec7 .kaijo-list-new h3 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 5px;
}
#p-main #sec7 .kaijo-list-new h3.new:after {
  content: "NEW";
  width: 40%;
  height: 1px;
  color: #ff0000;
  border: 1px solid #ff0000;
  font-size: 15px;
  margin-left: 10px;
  padding: 0 8px;
  vertical-align: 5px;
}
#p-main #sec7 .kaijo-list-new .adress {
  letter-spacing: 2px;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
}
#p-main #sec7 .kaijo-list-new .spectab {
  width: 100%;
  margin-bottom: 25px;
}
#p-main #sec7 .kaijo-list-new .spectab tr {
  border-bottom: 1px solid #CCC;
}
#p-main #sec7 .kaijo-list-new .spectab th {
  padding: 10px 0;
  width: 25%;
  font-weight: 500;
}
#p-main #sec7 .kaijo-list-new .spectab td {
  padding: 10px 0;
  width: 75%;
}
#p-main #sec7 .kaijo-list-new .spectab td.price {
  font-size: 2.4rem;
  font-weight: 500;
}
#p-main #sec7 .kaijo-list-new .loan {
  background: #f3f2f2;
  padding: 5% 7%;
  border-radius: 15px;
}
#p-main #sec7 .kaijo-list-new .loan .mm {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
#p-main #sec7 .kaijo-list-new .example {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#p-main #sec7 .kaijo-list-new .hensai {
  width: 49%;
  background: #FFF;
  text-align: center;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 2px;
  padding: 10px 0 15px 0;
}
#p-main #sec7 .kaijo-list-new .hensai span {
  font-size: 1.4rem;
  font-weight: 500;
}
#p-main #sec7 .kaijo-list-new .bt {
  font-size: 2.6rem;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}
#p-main #sec7 .kaijo-list-new .bt a {
  background: #000;
  color: #FFF;
  display: block;
  padding: 20px 0 20px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#p-main #sec7 .kaijo-list-new .bt a:hover {
  background: #666;
}
#p-main #sec7 .kaijo-list-new .bt i {
  font-size: 1.6em;
  vertical-align: -4px;
}
#p-main #sec7 .kaijo-list-new .floorplan {
  margin-bottom: 30px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#p-main #sec7 .kaijo-list-new .floor {
  border: 1px solid #CCC;
  width: 48%;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3%;
  position: relative;
}
#p-main #sec7 .kaijo-list-new .floor img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto;
  height: auto;
}
#p-main #sec7 .kaijo-list-new .floor.f1:before {
  content: "1F";
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
}
#p-main #sec7 .kaijo-list-new .floor.f2:before {
  content: "2F";
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
}
#p-main #sec7 .kaijo-list-new .gmap iframe {
  width: 100%;
  height: 400px;
}

/*間取り図 マップ アコーディオン*/
.acMenu {
  margin-bottom: 10px;
}

.acMenu dt {
  display: block;
  text-align: center;
  font-size: 2.6rem;
  border-radius: 15px;
  padding: 20px 0 20px 0;
  cursor: pointer;
  background: #000;
  color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.acMenu dt:hover {
  background: #666;
}

.acMenu dt i {
  font-size: 1.6em;
  vertical-align: -4px;
  margin-right: 5px;
}

.acMenu dd {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  display: none;
}

/*プライスダウン アイコン*/
.pd-icon {
  position: absolute;
  right: 7px;
  top: 7px;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #00b2d7;
  color: #FFF;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.pd-icon dt {
  font-size: 20px;
  margin-bottom: 2px;
}

.pd-icon dt span {
  font-size: 11px;
  padding-left: 2px;
}

.pd-icon dd {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 2px;
}

/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /*　タブ
  ----------------------------------------------------*/
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　フォーム

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　ヘッダ
----------------------------------------------------*/
#p-form header {
  height: 500px;
  position: relative;
  overflow: hidden;
}
#p-form header .cons {
  position: absolute;
  top: 270px;
  top: 130px;
  left: 50%;
  display: inline;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 1;
  /*border: 1px solid #CCC;*/
}
#p-form header .cons .inner {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#p-form header .lbox {
  width: 49%;
  width: 40%;
  margin-top: -50px;
  /*border: 1px solid #333;*/
}
#p-form header .rbox {
  width: 265px;
  /*border: 1px solid #333;*/
}
#p-form header #unlogo {
  width: 170px;
  position: absolute;
  left: 70px;
  top: 20px;
  font-size: 24px;
  color: #FFF;
  letter-spacing: 2px;
  z-index: 1;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#p-form header #unlogo a {
  color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#p-form header #unlogo a:hover {
  opacity: 60%;
}
#p-form header #vis-pd {
  width: 77%;
  margin-bottom: -8%;
  margin-left: 31px;
}
#p-form header #vis-pd2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFF;
  margin-top: 10px;
}
#p-form header h1 {
  width: 100%;
}
#p-form header #vislogo-price {
  text-align: right;
  margin-top: -35px;
  margin-bottom: 15px;
}
#p-form header #vislogo-price img {
  width: 52%;
  height: auto;
}
#p-form header #date-dl {
  font-size: 2.4rem;
  color: #FFF;
}
#p-form header #date-dl dt {
  margin-bottom: 1%;
}
#p-form header #date-dl dt p {
  background: #00b2d7;
  display: inline-block;
  font-weight: 500;
  padding: 2%;
}
#p-form header #date-dl dd {
  margin-bottom: 1%;
}
#p-form header #date-dl dd p {
  background: #00b2d7;
  display: inline-block;
  font-weight: 500;
  padding: 2%;
}
#p-form header #date-dl dd.day p {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 3px;
}
#p-form header #date-dl dd.day span {
  font-size: 5rem;
}

/*　ビジュアル 背景画像
----------------------------------------------------*/
#p-form header #vis {
  width: 100%;
  height: 1230px;
  position: absolute;
  left: 0;
  top: 0;
}
#p-form header #vis img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/*　ビジュアル 丸い画像
----------------------------------------------------*/
#p-form header #vis-ccl {
  width: 1090px;
  height: 1090px;
  position: absolute;
  right: -160px;
  top: -210px;
}
#p-form header #vis-ccl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/*　ビジュアル文字 いろいろあるから
----------------------------------------------------*/
#p-form header #vistex2 {
  width: 165px;
  position: absolute;
  right: 350px;
  top: 100px;
}

/*　ビジュアル文字 Letsgo
----------------------------------------------------*/
#p-form header #vistex3 {
  width: 200px;
  margin-left: -100px;
  margin-top: 200px;
}

/*　ビジュアル 家切り抜き
----------------------------------------------------*/
header #house {
  width: 680px;
  position: absolute;
  right: 100px;
  bottom: 45px;
}

/* 基本
----------------------------------------------------*/
#p-form #sec1 {
  margin-top: 150px;
  margin-bottom: 130px;
}
#p-form #sec1 .cons {
  background: #FFF;
  padding: 70px;
  border-radius: 20px;
}
#p-form #sec1 .chui {
  text-align: center;
  font-size: 2rem;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 200%;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 100px 0;
  font-weight: bold;
}
#p-form #sec1 .chui a {
  text-decoration: underline;
}

#p-form #survey-box,
#p-form #parsonal-box,
#p-form #anc-box {
  padding: 15px 0 15px 0;
  background: url(../img/line-dot.gif) repeat-x left top;
  overflow: hidden;
}

#p-form #survey-box .form-midashi .note {
  display: none;
}

#p-form #parsonal-box .form-midashi .note {
  display: none;
}

/* タイトルボックス
----------------------------------------------------*/
#p-form #sec1 .tit-box {
  width: 1150px;
  margin: 0 auto;
  margin-bottom: 70px;
  line-height: 100%;
}
#p-form #sec1 .tit-box h2 {
  font-size: 6.5rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

.head-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 3px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #000;
}

.head-border:before {
  margin-right: 4rem;
}

.head-border:after {
  margin-left: 4rem;
}

/* フォーム ステップ
----------------------------------------------------*/
#p-form #sec1 #step {
  margin-bottom: 35px;
  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;
}

#p-form #sec1 #step .grp {
  width: 31%;
  border: 2px solid #CCC;
  padding: 20px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#p-form #sec1 #step dt {
  width: 20%;
  text-align: center;
  font-family: clarendon-urw, serif;
  font-weight: 400;
  font-style: normal;
}

#p-form #sec1 #step dt .stp {
  font-size: 2rem;
  line-height: 100%;
  font-family: athelas, serif;
  font-weight: 400;
}

#p-form #sec1 #step dt .num {
  font-size: 4.8rem;
  line-height: 100%;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#p-form #sec1 #step dd {
  width: 70%;
}

#p-form #sec1 #step dd h4 {
  font-size: 2rem;
  margin-bottom: 10px;
}

#p-form #sec1 #step dd p {
  font-size: 1.3rem;
  line-height: 150%;
}

#p-form #sec1 #step .grp:after {
  content: "";
  position: absolute;
  top: 30%;
  right: -33px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #CCC;
}

#p-form #sec1 #step .grp:nth-child(3):after {
  display: none;
}

#p-form.entry #sec1 #step .grp:nth-child(1) {
  border: 2px solid #ff0000;
}

#p-form.conf #sec1 #step .grp:nth-child(2) {
  border: 2px solid #ff0000;
}

#p-form.thanks #sec1 #step .grp:nth-child(3) {
  border: 2px solid #ff0000;
}

/* フォーム　左側　見出し
----------------------------------------------------*/
#p-form .form-midashi {
  font-size: 28px;
  color: #333;
  letter-spacing: 5px;
  font-weight: bold;
  line-height: 150%;
  float: left;
}

#p-form .form-midashi .note {
  font-size: 12px;
  font-weight: normal;
}

/*#p-inq .form-midashi span{ color:#666;}*/
/* フォーム　テーブル
----------------------------------------------------*/
#p-form .formtab {
  width: 645px;
  margin-top: -15px;
  float: right;
}

#p-form .formtab th {
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: 2px;
  width: 280px;
  vertical-align: top;
  padding-right: 10px;
  padding: 15px 0;
  font-weight: normal;
  color: #000;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

#p-form .formtab th .kome {
  display: none;
}

#p-form .formtab td {
  width: 365px;
  padding: 15px 0;
  line-height: 200%;
  font-size: 1.4rem;
}

#p-form .formtab td input {
  vertical-align: -2px;
}

#p-form .formtab td .texfld-nomal input {
  border: 0 none;
  border: 1px solid #CCCCCC;
  padding: 3px;
}

#p-form .formtab tr {
  background: url(../img/line-dot.gif) repeat-x left bottom;
}

#p-form .formtab tr.last {
  background: none;
}

#p-form .kome {
  font-size: 12px;
  color: #e4007f;
}

/* フォーム　サブミット
----------------------------------------------------*/
#p-form #submit {
  text-align: center;
}

#p-form #submit-box {
  background: url(../img/line-dot.gif) repeat-x left top;
  padding-top: 30px;
  margin-bottom: 20px;
}

#p-form #sslnote {
  text-align: center;
  margin-bottom: 100px;
}

#p-form #sslnote li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}

#p-form .inline {
  display: inline;
}

#p-form #fam {
  margin-bottom: 5px;
}

#p-form #tusbo {
  margin-top: 10px;
}

#p-form #submit-box {
  text-align: center;
}

#p-form input#submit_button {
  padding: 15px 60px;
  font-size: 1.2em;
  background-color: #666;
  color: #fff;
  border-style: none;
  letter-spacing: 6px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#p-form input#submit_button:hover {
  background-color: #000;
  cursor: pointer;
}

/* フォーム　　こまごまパーツ
----------------------------------------------------*/
/*#p-form .btn{
    font-size: 1em;
    font-weight:bold;
	height:40px;
	margin-bottom:30px;}*/
/*　フォーム　　確認画面のボタン*/
#p-form .btn {
  padding: 15px 0px;
  margin: 0 5px;
  width: 30%;
  line-height: 40px;
  text-align: center;
  font-size: 1.2em;
  background-color: #666;
  color: #fff;
  border-style: none;
  letter-spacing: 0px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#p-form .btn：hover {
  background-color: #000;
}

#p-form span.error {
  color: #F00;
}

#p-form .sub-komoku {
  margin-bottom: 3px;
  letter-spacing: 5px;
  color: #666;
  font-size: 1.4rem;
}

#p-form .bot {
  margin-bottom: 15px;
}

#p-form .sub-sonota {
  margin-top: 25px;
  margin-bottom: 3px;
  letter-spacing: 1px;
  font-size: 11px;
}

#p-form .qtex {
  margin-bottom: 10px;
  color: #666;
  line-height: 150%;
}

#p-form .fukusu {
  font-size: 12px;
  color: #666;
}

#p-form .sonota-box {
  margin-top: 20px;
}

#p-form #post-note1 {
  font-size: 11px;
  margin-top: -10px;
  line-height: 150%;
}

#p-form #post-note2 {
  font-size: 11px;
  margin-bottom: 15px;
}

#p-form .texfld-nomal {
  padding: 2%;
  width: 100%;
  border: 0 none;
  border: 1px solid #CCCCCC;
  border-radius: 7px;
  background: #f4f3f3;
  height: 42px;
}

#p-form .texfld-short {
  padding: 2%;
  border: 0 none;
  border: 1px solid #CCCCCC;
  border-radius: 7px;
  background: #f4f3f3;
}

#p-form textarea {
  border: 0 none;
  border: 1px solid #CCCCCC;
  padding: 2%;
  line-height: 170%;
  width: 100%;
  border-radius: 7px;
  background: #f4f3f3;
}

#p-form select {
  padding: 1.5%;
  border: 0 none;
  border: 1px solid #CCCCCC;
  border-radius: 7px;
}

::-webkit-input-placeholder {
  color: #C6C6C6;
}

::-moz-placeholder {
  color: #C6C6C6;
}

:-ms-input-placeholder {
  color: #C6C6C6;
}

::-ms-input-placeholder {
  color: #C6C6C6;
}

::placeholder {
  color: #C6C6C6;
}

/*必須表示 エントリー画面*/
#p-form .formtab th.hissu:after {
  content: "必須";
  display: inline-block;
  position: absolute;
  top: 22px;
  top: 15px;
  right: 20px;
  font-size: 13px;
  color: #ff0000;
  border: 1px solid #ff0000;
  line-height: 28px;
  width: 60px;
  text-align: center;
}

/*必須表示 確認画面*/
#p-form.conf .formtab th.hissu:after {
  top: 13px;
  right: 20px;
}

/*アンケート表示
----------------------------------------------------*/
#p-form #acMenu {
  margin-top: 30px;
}

#p-form #acMenu dt {
  display: block;
  width: 650px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  border: #666 1px solid;
  cursor: pointer;
  margin: 0 0 0 auto;
  font-size: 18px;
}

#p-form #acMenu dt i {
  font-size: 1.8em;
  vertical-align: -4px;
}

#p-form #acMenu dd {
  width: 100%;
  padding-top: 20px;
  display: none;
}

/*#p-inq #acMenu dd .kome{ font-size:11px; line-height:180%;}*/
#p-form .anc-intro {
  width: 650px;
  margin: 0 0 0 auto;
}

#p-form .anc-intro .tex1 {
  font-size: 18px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
  letter-spacing: 3px;
  line-height: 150%;
  margin-bottom: 10px;
}

#p-form .anc-intro .merit {
  font-size: 15px;
  font-weight: bold;
  line-height: 180%;
}

#p-form #form-note1 {
  line-height: 200%;
}

#p-form #form-note2midasi {
  font-size: 1.5em;
  letter-spacing: 3px;
  line-height: 175%;
  margin-bottom: 5px;
  color: #F00;
  font-weight: bold;
}

#p-form #form-note2 {
  font-size: 1.6rem;
  letter-spacing: 3px;
  line-height: 175%;
  margin-bottom: 45px;
  color: #F00;
  font-weight: bold;
  margin-top: 20px;
}

#p-form #form-note3 {
  margin: 0 0 10px 0;
  letter-spacing: 3px;
}

/* フォーム　サンクス　ページ
----------------------------------------------------*/
#p-form #thanks-box {
  padding: 50px 0 50px 0;
  background: url(../img/line-dot.gif) repeat-x left top;
  text-align: center;
  margin-top: 20px;
}

#p-form #thanks-box #fin1 {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 30px;
  line-height: 100%;
  margin-bottom: 20px;
}

#p-form #thanks-box #fin2 {
  font-size: 23px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 3px;
  line-height: 100%;
  margin-bottom: 20px;
}

/*フォーム　サンクス　ホームへ戻るボタン*/
#p-form #finback {
  background: url(../img/line-dot.gif) repeat-x left top;
  text-align: center;
  padding-bottom: 150px;
  padding-top: 30px;
  text-align: center;
}

#p-form #finback a {
  display: block;
  width: 30%;
  padding: 15px 0px;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  font-size: 1.2em;
  background-color: #666;
  color: #fff;
  border-style: none;
  letter-spacing: 0px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#p-form #finback a:hover {
  background: #000;
}

#p-form #thnks-note {
  font-size: 15px;
  margin-top: 20px;
  line-height: 180%;
  letter-spacing: 3px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　不動産　フォーム

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#p-form #list-y,
#p-form #list-o,
#p-form #list-f,
#p-form #list-m {
  display: none;
}

#p-form #note1 {
  font-size: 12px;
  color: #E41366;
  padding-top: 10px;
  line-height: 180%;
}

#p-form #list-y-midashi {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 3px;
}

#p-form #list-f-midashi {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 3px;
}

#p-form .formtab {
  width: 700px;
}

#p-form .formtab th {
  width: 250px;
}

#p-form .formtab td {
  width: 450px;
}

.formtab td .area br {
  display: none;
}

.ppt-frm-list li {
  width: 100%;
  /* border: 1px solid #CCC;*/
  position: relative;
  margin-bottom: 1em;
}

.ppt-frm-list li .checkboxwp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ppt-frm-list li .inner {
  width: 83%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 150%;
}

.ppt-frm-list li p.photo {
  width: 15%;
  margin-right: 2%;
}

.ppt-frm-list li p.photo img {
  width: 100%;
  height: auto;
}

.ppt-frm-list li .checkbox {
  margin-right: 1%;
}

/*.ppt-frm-list li .checkbox {
  margin: 0;
  width: 20px;
  height: 20px;
  accent-color: #003366;
  border: 1px solid #CCC;
    position: absolute;
    left: 5; top: 5;
}
*/
/*------------------------------------------*/
/*行数が赤になっているが問題ない（input:checked）の影響*/
.ppt-frm-list label:has(input:checked) {
  background: #e8e8e8;
}

/*------------------------------------------*/
/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /*　タブ
  ----------------------------------------------------*/
}
/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  #anc-bt {
    position: fixed;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    display: inline;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    z-index: 9999;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  #anc-bt a {
    display: block;
    width: 100%;
    height: 100%;
    background: #555;
    color: #FFF;
    padding: 10px 20px;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 0px 15px 0px 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #anc-bt a:hover {
    background: #000;
  }
  #anc-bt i {
    font-size: 1.5em;
    margin-top: 0px;
    margin-left: 10px;
    vertical-align: -3px;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　ビジュアル ライン飾り

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #kazari1,
  #kazari2,
  #kazari3,
  #kazari4,
  #kazari5 {
    width: 80px;
  }
  #kazari1 {
    position: absolute;
    left: -10px;
    top: 680px;
  }
  #kazari2 {
    position: absolute;
    top: -40px;
    right: -10px;
  }
  #kazari3 {
    position: absolute;
    left: auto;
    right: -10px;
    top: -50px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #kazari4 {
    position: absolute;
    right: auto;
    left: -10px;
    top: -160px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #kazari5 {
    position: absolute;
    left: -10px;
    top: -120px;
    display: none;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　SEC1 BB 冒頭プレゼント

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #p-main #sec1bb {
    background: #FFF;
    padding: 100px 0 100px 0;
    /*    ul li:nth-child(3){ margin: 0 auto;}*/
  }
  #p-main #sec1bb h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  #p-main #sec1bb h2 span {
    font-size: 3rem;
    margin-right: 1.5%;
  }
  #p-main #sec1bb ul li {
    width: 48%;
    border: 2px solid #00b2d7;
    border-radius: 10px;
    padding: 5% 4%;
    margin-bottom: 4%;
  }
  #p-main #sec1bb h3 {
    font-size: 1.5rem;
    line-height: 110%;
  }
  #p-main #sec1bb h3 span {
    font-size: 1.3rem;
  }
  #p-main #sec1bb figure {
    margin-bottom: 5px;
    border-radius: 10px;
  }
  #p-main #sec1bb figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .line-mm {
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-indent: 3px;
    position: relative;
    width: 100px;
    margin: 0 auto;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .line-mm:before {
    content: "";
    width: 2px;
    height: 13px;
    display: inline-block;
    background-color: #00b2d7;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .line-mm:after {
    content: "";
    width: 2px;
    height: 13px;
    display: inline-block;
    background-color: #00b2d7;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　SEC2 BB イントロ　一斉見学会開催

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #p-main #sec2bb {
    margin-bottom: 80px;
    background: url("../img/intro.webp") no-repeat 50% 50%;
    background-size: cover;
    padding: 1px 0 80px 0;
  }
  #p-main #sec2bb .cons {
    position: relative;
  }
  #p-main #sec2bb .person1 {
    width: 140px;
    margin: 0 auto;
    margin-top: -35px;
    margin-bottom: 10px;
  }
  #p-main #sec2bb #fukidashi {
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: 75px;
  }
  #p-main #sec2bb .lead {
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 3px;
  }
  #p-main #sec2bb ul {
    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;
  }
  #p-main #sec2bb ul li {
    width: 32%;
    width: 100%;
    height: auto;
    background: #FFF;
    font-size: 1.3rem;
    margin-bottom: 2%;
    border-radius: 10px;
    position: relative;
    font-weight: normal;
    padding: 4%;
    line-height: 130%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #p-main #sec2bb ul li br {
    display: none;
  }
  #p-main #sec2bb ul li:nth-child(4) {
    margin-left: 0%;
  }
  #p-main #sec2bb ul li:nth-child(5) {
    margin-right: 0%;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　SEC3　無限スクロール

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #p-main #sec3 {
    margin-bottom: 100px;
  }
  #p-main #sec3 #iroiro {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #p-main #sec3 #slide-gogo {
    width: 98%;
    margin: 0 auto;
    margin-bottom: -2%;
    position: relative;
    z-index: 1;
  }
  #p-main #sec3 .vis-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #p-main #sec3 .vis-slide li {
    width: 400px;
    height: 350px;
    margin-right: 23px;
    border-radius: 20px;
    overflow: hidden;
  }
  #p-main #sec3 .vis-slide li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　SEC4 BB ご相談

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #p-main #sec4bb {
    margin-bottom: 0px;
    position: relative;
    min-height: 930px;
  }
  #p-main #sec4bb .leftphoto {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    height: 230px;
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
    margin-top: 20px;
  }
  #p-main #sec4bb .leftphoto img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
  }
  #p-main #sec4bb .cons {
    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;
  }
  #p-main #sec4bb .lbox {
    width: 100%;
  }
  #p-main #sec4bb .rbox {
    width: 100%;
    padding-top: 0px;
  }
  #p-main #sec4bb .tit {
    margin-left: 0px;
  }
  #p-main #sec4bb .en {
    margin-bottom: 30px;
    letter-spacing: -5px;
    margin-left: 0px;
  }
  #p-main #sec4bb h2 {
    font-size: 2.2rem;
    white-space: nowrap;
    margin-bottom: 20px;
    color: #00b2d7;
  }
  #p-main #sec4bb h2 span {
    background: #FFF;
    padding: 2% 0% 2% 4%;
  }
  #p-main #sec4bb .lead1 {
    font-size: 1.8rem;
    white-space: nowrap;
    font-weight: bold;
    color: #00b2d7;
    margin-bottom: 25px;
  }
  #p-main #sec4bb .lead1 span {
    background: #FFF;
    padding: 2% 4% 2% 4%;
  }
  #p-main #sec4bb .lead2 {
    font-size: 1.6rem;
    white-space: nowrap;
    font-weight: normal;
    margin-bottom: 20px;
  }
  #p-main #sec4bb #sodanlist {
    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;
    position: relative;
    z-index: 2;
  }
  #p-main #sec4bb #sodanlist li {
    width: 47%;
    margin-bottom: 6%;
    background: #FFF;
    border-radius: 15px;
    overflow: hidden;
  }
  #p-main #sec4bb #sodanlist .photo {
    height: 100px;
  }
  #p-main #sec4bb #sodanlist .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #p-main #sec4bb #sodanlist .tex {
    padding: 10px;
    font-size: 1.4rem;
    text-align: center;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　SEC5 BB　来場予約特典

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #p-main #sec5bb {
    position: relative;
    padding: 1px 0 50px 0;
    background: #FFF;
  }
  #p-main #sec5bb .titbox {
    text-align: center;
    width: 100%;
    margin-top: -25px;
    margin-bottom: 50px;
  }
  #p-main #sec5bb .titbox h2 {
    font-size: 2.4rem;
    width: 200px;
    border-top: 5px solid #00b2d7;
    border-bottom: 5px solid #00b2d7;
    padding: 10px 0 10px 0;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  #p-main #sec5bb .titbox .lead {
    font-size: 1.6rem;
  }
  #pre-dl {
    /*dt figure{ display: none;}*/
  }
  #pre-dl .grp {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 20%;
  }
  #pre-dl dt {
    width: 100%;
  }
  #pre-dl dd {
    width: 100%;
  }
  #pre-dl figure {
    border-radius: 15px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 0px;
  }
  #pre-dl figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #pre-dl .mm {
    font-size: 1.6rem;
    background: #00b2d7;
    color: #FFF;
    text-align: center;
    border-radius: 30px;
    padding: 3% 0 4% 0;
    font-weight: 500;
    letter-spacing: 6px;
    margin-bottom: 3px;
  }
  #pre-dl .joken {
    font-size: 1.2rem;
    color: #00b2d7;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
  }
  #pre-dl h3 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    text-align: center;
  }
  #pre-dl h4 {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0;
  }
  #pre-dl .tex {
    margin-bottom: 15px;
  }
  #pre-dl .note {
    font-size: 1.1rem;
  }
  #pre-dl h3#visa {
    font-size: 1.6rem;
  }
  #pre-dl h3#visa .icon {
    font-size: 1.5rem;
    line-height: 100%;
    text-align: center;
    border: 1px solid #CCC;
    display: inline-block;
    margin-right: 7px;
    padding: 2%;
    vertical-align: 5px;
  }
  #pre-dl h3#visa .num {
    font-size: 4.4rem;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　SEC6 お悩み

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #p-main #sec6bb {
    margin-bottom: 80px;
    text-align: center;
  }
  #p-main #sec6bb .cons {
    padding-top: 1px;
  }
  #p-main #sec6bb .entit {
    margin-bottom: 100px;
    margin-top: -25px;
    position: relative;
  }
  #p-main #sec6bb .onayami {
    width: 200px;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: -40px;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  #p-main #sec6bb .whbox {
    background: #FFF;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 5%;
  }
  #p-main #sec6bb .vislogo-pink {
    width: 65%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: -20px;
    position: relative;
    z-index: 10;
  }
  /*お悩みイントロ　イラスト*/
  #p-main #sec6bb .intro {
    padding-top: 10%;
    background-image: url(../img/nayami-bk2.svg);
    background-position: top center;
    background-size: 80% auto;
    background-repeat: no-repeat;
  }
  #p-main #sec6bb .intro .nayami-vis {
    width: 120%;
    margin: 0 auto;
    margin-left: -13%;
  }
  /*お悩み  上部　テキスト*/
  #p-main #sec6bb #wh-avb {
    border-radius: 20px 20px 0px 0px;
    position: relative;
  }
  #p-main #sec6bb #wh-avb h2 {
    font-size: 4.5vw;
    line-height: 150%;
    margin-bottom: 15px;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  #p-main #sec6bb #wh-avb .en-srf {
    font-size: 6vw;
    line-height: 150%;
    font-style: normal;
    font-weight: bold;
    border-top: 4px solid #333;
    border-bottom: 4px solid #333;
    width: 86%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #p-main #sec6bb #wh-avb .lead {
    font-size: 3.5vw;
  }
  #p-main #sec6bb #wh-avb .yoyaku {
    padding-bottom: 20px;
    border-bottom: 2px solid #333;
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #p-main #sec6bb #wh-avb .yoyaku span {
    border: 1px solid #333;
    letter-spacing: 2px;
    padding: 3px 15px 5px 15px;
  }
  /*お悩み  下部　テキスト*/
  #p-main #sec6bb #wh-bot {
    border-radius: 0px 0px 20px 20px;
    padding-top: 10px;
    padding-bottom: 1px;
    margin-top: -1px;
  }
  /*　ポイントリスト
  ----------------------------------------------------*/
  #p-main #sec6bb #point {
    width: 92vw;
    width: 90%;
    padding: 5%;
    min-width: 0px;
    margin: 0 auto;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(../img/pint-bk.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1035px;
    background: #FFF;
  }
  #p-main #sec6bb #point li {
    width: 31.5%;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
  }
  #p-main #sec6bb #point .num {
    width: 130px;
    height: 130px;
    text-align: center;
    background: #000;
    background: none;
    color: #FFF;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: -65px;
    position: relative;
    z-index: 1;
    font-size: 3rem;
    font-family: athelas, serif;
    font-weight: 400;
    font-style: italic;
    line-height: 140%;
    padding-top: 15px;
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
    position: absolute;
    right: -9vw;
    top: 52vw;
    color: #666;
  }
  #p-main #sec6bb #point .num .en {
    font-size: 6rem;
  }
  #p-main #sec6bb #point .photo {
    height: 60vw;
    min-height: 0px;
    overflow: hidden;
    border-radius: 15px;
  }
  #p-main #sec6bb #point .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #p-main #sec6bb #point dl {
    text-align: left;
    margin-left: 10px;
    margin-top: -55px;
  }
  #p-main #sec6bb #point dt {
    margin-bottom: 10px;
  }
  #p-main #sec6bb #point dt .sub {
    font-size: 1.3rem;
    padding: 1px 7px 3px 7px;
    margin-bottom: 3px;
  }
  #p-main #sec6bb #point dt h3 {
    font-size: 2rem;
    padding: 7px 15px 10px 15px;
  }
  #p-main #sec6bb #point dd {
    font-size: 1.6rem;
    letter-spacing: 1px;
    color: #000;
    line-height: 150%;
    padding-right: 4%;
  }
  #p-main #sec6bb #point dd br {
    display: none;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　SEC7 来場予約

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　SEC7 基本
  ----------------------------------------------------*/
  #p-main #sec7 {
    margin-bottom: 50px;
  }
  #p-main #sec7 .iroiro {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #p-main #sec7 h2 {
    font-size: 3rem;
    text-align: center;
    letter-spacing: 20px;
    text-indent: 20px;
    line-height: 150%;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    padding: 10px 0 15px 0;
    margin-bottom: 25px;
  }
  #p-main #sec7 .reserv-bk {
    width: 100%;
    margin: 0 auto;
    margin-bottom: -5px;
  }
  #p-main #sec7 .newlife {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 100%;
    margin: -10px 0 30px;
  }
  /*　予約方法
  ----------------------------------------------------*/
  #p-main #sec7 .how {
    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;
    margin-bottom: 20px;
  }
  #p-main #sec7 .how dt {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0px;
    width: 25%;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #p-main #sec7 .how dd {
    font-size: 1.2rem;
    width: 70%;
    letter-spacing: 0px;
    line-height: 150%;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  #p-main #sec7 .how dd br {
    display: none;
  }
  /*SEC7　会場一覧　タブ
  ----------------------------------------------------*/
  .tab_item {
    width: 24%;
    padding: 10px 0;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .tab_content {
    padding-top: 20px;
  }
  /*SEC7　会場一覧　リスト
  ----------------------------------------------------*/
  #p-main #sec7 .kaijo-list {
    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;
  }
  #p-main #sec7 .kaijo-list li {
    width: 100%;
    margin-bottom: 10%;
    padding: 5%;
    padding-top: 0;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #p-main #sec7 .kaijo-list li.emp {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  #p-main #sec7 .kaijo-list .area {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.3rem;
    width: 90px;
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 5px 0 5px 0;
    border-radius: 0 0 20px 0;
  }
  #p-main #sec7 .kaijo-list .photo {
    width: 115.5%;
    height: 225px;
    margin-left: -8%;
    margin-bottom: 20px;
  }
  #p-main #sec7 .kaijo-list .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #p-main #sec7 .kaijo-list .kind {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  #p-main #sec7 .kaijo-list .kind span {
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
  }
  #p-main #sec7 .kaijo-list h4 {
    font-size: 2rem;
  }
  #p-main #sec7 .kaijo-list .type {
    font-size: 1.5rem;
  }
  #p-main #sec7 .kaijo-list .tex {
    font-size: 1.4rem;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #666;
  }
  #p-main #sec7 .kaijo-list .naikan {
    width: 100%;
    height: 40vw;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #p-main #sec7 .kaijo-list .naikan img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #p-main #sec7 .kaijo-list .link {
    margin-top: auto;
  }
  /*SEC7　会場一覧　リスト  new
  ----------------------------------------------------*/
  #p-main #sec7 .kaijo-list-new {
    /*エリア 平屋 アイコン*/
    /*メイン情報 基本枠*/
    /*右側ブロック 写真関連*/
    /*左側ブロック */
    /*ローン返済例 */
    /*ボタン*/
    /*フロア図 */
    /*マップ */
  }
  #p-main #sec7 .kaijo-list-new li {
    background: #FFF;
    border-radius: 15px;
    position: relative;
    padding: 5%;
    padding-top: 0;
    padding-bottom: 7%;
    margin-bottom: 7%;
    overflow: hidden;
  }
  #p-main #sec7 .kaijo-list-new .tab {
    position: absolute;
    left: 0%;
    top: 0;
    z-index: 1;
  }
  #p-main #sec7 .kaijo-list-new .tab p {
    color: #FFF;
    text-align: center;
    display: inline-block;
    font-size: 1.3rem;
    height: 33px;
    line-height: 31px;
    padding: 0 20px;
    min-width: 70px;
  }
  #p-main #sec7 .kaijo-list-new .tab-area {
    background: #333;
  }
  #p-main #sec7 .kaijo-list-new .tab-hiraya {
    background: #00b2d7;
  }
  #p-main #sec7 .kaijo-list-new .tab-shodan {
    background: #29dddb;
  }
  #p-main #sec7 .kaijo-list-new .inner {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 3%;
  }
  #p-main #sec7 .kaijo-list-new .rbox {
    width: 100%;
    margin-bottom: 5%;
  }
  #p-main #sec7 .kaijo-list-new .lbox {
    width: 100%;
    margin-bottom: 3%;
  }
  #p-main #sec7 .kaijo-list-new .rbox .gaikan {
    width: 112%;
    margin-bottom: 3%;
    aspect-ratio: 1.5;
    margin-left: -6%;
  }
  #p-main #sec7 .kaijo-list-new .rbox .naikan {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #p-main #sec7 .kaijo-list-new .rbox .naikan p {
    width: 48.5%;
    aspect-ratio: 1.5;
  }
  #p-main #sec7 .kaijo-list-new h3 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 5px;
  }
  #p-main #sec7 .kaijo-list-new h3.new:after {
    content: "NEW";
    width: 40%;
    height: 1px;
    color: #ff0000;
    border: 1px solid #ff0000;
    font-size: 14px;
    margin-left: 10px;
    padding: 0 8px;
    vertical-align: 5px;
  }
  #p-main #sec7 .kaijo-list-new .adress {
    letter-spacing: 2px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
  }
  #p-main #sec7 .kaijo-list-new .spectab {
    width: 100%;
    margin-bottom: 15px;
  }
  #p-main #sec7 .kaijo-list-new .spectab tr {
    border-bottom: 1px solid #CCC;
  }
  #p-main #sec7 .kaijo-list-new .spectab th {
    padding: 10px 0;
    width: 25%;
    font-weight: 500;
  }
  #p-main #sec7 .kaijo-list-new .spectab td {
    padding: 10px 0;
    width: 75%;
  }
  #p-main #sec7 .kaijo-list-new .loan {
    background: #f3f2f2;
    padding: 5% 5%;
    border-radius: 15px;
  }
  #p-main #sec7 .kaijo-list-new .loan .mm {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #p-main #sec7 .kaijo-list-new .loan .note {
    font-size: 1.2rem;
  }
  #p-main #sec7 .kaijo-list-new .example {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
  #p-main #sec7 .kaijo-list-new .hensai {
    width: 49%;
    background: #FFF;
    text-align: center;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 2px;
    padding: 5px 0 10px 0;
  }
  #p-main #sec7 .kaijo-list-new .hensai span {
    font-size: 1.2rem;
    font-weight: 500;
  }
  #p-main #sec7 .kaijo-list-new .bt {
    font-size: 1.6rem;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
  }
  #p-main #sec7 .kaijo-list-new .bt a {
    background: #000;
    color: #FFF;
    display: block;
    padding: 15px 0 15px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #p-main #sec7 .kaijo-list-new .bt a:hover {
    background: #666;
  }
  #p-main #sec7 .kaijo-list-new .bt i {
    font-size: 1.6em;
    vertical-align: -4px;
  }
  #p-main #sec7 .kaijo-list-new .floorplan {
    margin-bottom: 30px;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #p-main #sec7 .kaijo-list-new .floor {
    border: 1px solid #CCC;
    width: 100%;
    aspect-ratio: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6%;
    position: relative;
  }
  #p-main #sec7 .kaijo-list-new .floor img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto;
    height: auto;
  }
  #p-main #sec7 .kaijo-list-new .floor#f1 {
    margin-bottom: 5%;
  }
  #p-main #sec7 .kaijo-list-new .floor.f1:before {
    content: "1F";
    font-size: 20px;
    top: 5px;
    left: 5px;
  }
  #p-main #sec7 .kaijo-list-new .floor.f2:before {
    content: "2F";
    font-size: 20px;
    top: 5px;
    left: 5px;
  }
  #p-main #sec7 .kaijo-list-new .gmap iframe {
    width: 100%;
    height: 300px;
  }
  /*間取り図 マップ アコーディオン*/
  .acMenu {
    margin-bottom: 7px;
  }
  .acMenu dt {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 10px;
    padding: 15px 0 15px 0;
    cursor: pointer;
    background: #000;
    color: #FFF;
  }
  .acMenu dt i {
    font-size: 1.6em;
    vertical-align: -4px;
    margin-right: 5px;
  }
  .acMenu dd {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    display: none;
  }
  /*プライスダウン アイコン*/
  .pd-icon {
    position: absolute;
    right: -3%;
    top: 7px;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #00b2d7;
    color: #FFF;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
  }
  .pd-icon dt {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .pd-icon dt span {
    font-size: 11px;
    padding-left: 2px;
  }
  .pd-icon dd {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 2px;
  }
}
/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　フォーム

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　ヘッダ
  ----------------------------------------------------*/
  #p-form header {
    height: 1000px;
    height: 260px;
    position: relative;
    overflow: visible !important;
    /*border: 3px solid #333;*/
    overflow: hidden !important;
  }
  #p-form header .cons {
    position: absolute;
    top: 270px;
    top: 120px;
    left: 50%;
    display: inline;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    z-index: 1;
    /*border: 1px solid #CCC;*/
  }
  #p-form header .cons .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #p-form header .lbox {
    width: 60%;
    margin-top: -50px; /*border: 1px solid #333;*/
  }
  #p-form header .rbox {
    width: 100%;
    position: relative; /*border: 1px solid #333;*/
  }
  #p-form header #unlogo {
    width: 130px;
    position: absolute;
    top: 15px;
    left: 5%;
    display: inline;
    /*transform:translate(-50%, -0); */
    z-index: 1;
  }
  #p-form header h1 {
    width: 100%;
  }
  #p-form header #vis-pd {
    width: 77%;
    margin-bottom: -8%;
    margin-left: 15px;
  }
  #p-form header #vis-pd2 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #00b2d7;
    color: #FFF;
    margin-top: 5px;
    white-space: nowrap;
  }
  #p-form header #vislogo-price {
    text-align: right;
    margin-top: -15px;
    margin-bottom: 80%;
    margin-bottom: 50%;
  }
  #p-form header #vislogo-price img {
    width: 52%;
    height: auto;
  }
  #p-form header #date-dl {
    font-size: 1.5rem;
    color: #FFF;
  }
  #p-form header #date-dl dt {
    margin-bottom: 1%;
  }
  #p-form header #date-dl dt p {
    background: #00b2d7;
    display: inline-block;
    font-weight: 500;
    font-weight: bold;
    padding: 1% 4% 2%;
    letter-spacing: 2px;
  }
  #p-form header #date-dl dd {
    margin-bottom: 1%;
  }
  #p-form header #date-dl dd p {
    background: #00b2d7;
    display: inline-block;
    font-weight: bold;
    padding: 1% 4% 2%;
  }
  #p-form header #date-dl dd.day p {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 3px;
  }
  #p-form header #date-dl dd.day span {
    font-size: 2rem;
  }
  /*　ビジュアル 背景画像
  ----------------------------------------------------*/
  #p-form header #vis {
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #p-form header #vis img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  /*　ビジュアル 丸い画像
  ----------------------------------------------------*/
  #p-form header #vis-ccl {
    width: 130%;
    width: 70%;
    height: auto;
    position: absolute;
    right: -20%;
    top: 150px;
    top: 20px;
  }
  #p-form header #vis-ccl img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  /*　ビジュアル文字 いろいろあるから
  ----------------------------------------------------*/
  #p-form header #vistex2 {
    width: 130px;
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: auto;
    bottom: 15%;
    display: none;
  }
  /*　ビジュアル文字 Letsgo
  ----------------------------------------------------*/
  #p-form header #vistex3 {
    width: 130px;
    margin-left: 0px;
    position: absolute;
    right: 0;
    top: 250px;
    display: none;
  }
  /*　ビジュアル 家切り抜き
  ----------------------------------------------------*/
  #p-form header #house {
    width: 91%;
    position: absolute;
    right: auto;
    left: 3%;
    bottom: -40px;
    z-index: 999;
  }
  #p-form header .fd4 {
    -webkit-transition: 0s;
    transition: 0s;
    opacity: 1 !important;
  }
  #p-form header .fd4on {
    opacity: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  /* 基本
  ----------------------------------------------------*/
  #p-form #sec1 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  #p-form #sec1 .cons {
    background: #FFF;
    width: 100%;
    padding: 5%;
    border-radius: 20px;
  }
  #p-form #sec1 .chui {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 200%;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 30px 0;
    font-weight: bold;
    text-align: left;
  }
  #p-form #sec1 .chui a {
    text-decoration: underline;
  }
  #p-form #sec1 .chui br {
    display: none;
  }
  /* タイトルボックス
  ----------------------------------------------------*/
  #p-form #sec1 .tit-box {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 35px;
    line-height: 100%;
  }
  #p-form #sec1 .tit-box h2 {
    font-size: 3rem;
    text-align: center;
    position: relative;
  }
  .head-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .head-border:before,
  .head-border:after {
    content: "";
    height: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #000;
  }
  .head-border:before {
    margin-right: 1rem;
  }
  .head-border:after {
    margin-left: 1rem;
  }
  /* フォーム ステップ sp
  ----------------------------------------------------*/
  #p-form #sec1 #step {
    margin-top: 50px;
    margin-bottom: 35px;
    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;
  }
  #p-form #sec1 #step .grp {
    width: 31%;
    border: 1px solid #CCC;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  #p-form #sec1 #step dt {
    width: 100%;
    text-align: center;
    font-family: clarendon-urw, serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
  }
  #p-form #sec1 #step dt .stp {
    font-size: 1.2rem;
    line-height: 100%;
  }
  #p-form #sec1 #step dt .num {
    font-size: 2.4rem;
    line-height: 100%;
  }
  #p-form #sec1 #step dd {
    width: 100%;
  }
  #p-form #sec1 #step dd h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
  }
  #p-form #sec1 #step dd p {
    font-size: 0.9rem;
    line-height: 180%;
    font-family: "Noto Sans JP", sans-serif;
  }
  #p-form #sec1 #step .grp:after {
    content: "";
    position: absolute;
    top: 10%;
    right: -11px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #CCC;
  }
  #p-form #sec1 #step .grp:nth-child(3):after {
    display: none;
  }
  /*フォーム見出し*/
  #p-form .form-midashi {
    font-size: 23px;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    color: #333;
    letter-spacing: 5px;
    font-weight: normal;
    line-height: 150%;
    float: left;
  }
  #p-form .form-midashi .note {
    font-size: 12px;
    font-weight: normal;
  }
  /*#p-inq .form-midashi span{ color:#666;}*/
  /*フォームテーブル*/
  #p-form .formtab {
    width: 100%;
    margin-top: -15px;
    float: none;
  }
  #p-form .formtab th {
    text-align: left;
    font-size: 1.2rem;
    line-height: 150%;
    letter-spacing: 0px;
    width: 35% !important;
    vertical-align: top;
    padding-right: 10%;
    padding: 15px 0;
  }
  #p-form .formtab th br {
    display: block;
  }
  #p-form .formtab td br {
    display: none;
  }
  #p-form .formtab td {
    width: 65% !important;
    padding: 15px 0;
    font-size: 1.1rem;
  }
  #p-form .formtab td .texfld-nomal input {
    border: 0 none;
    border: 1px solid #CCCCCC;
    padding: 3px;
  }
  #p-form .formtab td textarea {
    border: 0 none;
    border: 1px solid #CCCCCC;
    padding: 3px;
    width: 100%;
  }
  #p-form .formtab tr {
    background: url(../img/line-dot.gif) repeat-x left bottom;
  }
  #p-form .formtab tr.last {
    background: none;
  }
  #p-form #survey-box,
  #p-form #parsonal-box,
  #p-form #anc-box {
    padding: 15px 0 15px 0;
    background: url(../img/line-dot.gif) repeat-x left top;
    overflow: hidden;
  }
  /* フォーム　サブミット
  ----------------------------------------------------*/
  #p-form #submit-box {
    text-align: center;
  }
  #p-form input#submit_button {
    padding: 15px 0px;
    font-size: 1.2em;
    letter-spacing: 2px;
    width: 100%;
  }
  #p-form input#submit_button:hover {
    background-color: #000;
    cursor: pointer;
  }
  #p-form .texfld-nomal {
    width: 80%;
  }
  #p-form .inline {
    display: block;
  }
  #p-form #thanks-box {
    padding: 50px 0 50px 0;
    background: url(../img/line-dot.gif) repeat-x left top;
    text-align: center;
    margin-top: 20px;
  }
  #p-form #thanks-box #fin1 {
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  #p-form #thanks-box #fin2 {
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  #p-form #finback {
    background: url(../img/line-dot.gif) repeat-x left top;
    text-align: center;
    padding-bottom: 150px;
    padding-top: 30px;
  }
  #p-form #finback a {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #333;
    color: #FFF;
    letter-spacing: 3px;
    font-size: 15px;
    width: 250px;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #p-form #finback a:hover {
    background: #666;
  }
  #p-form #thnks-note {
    font-size: 12px;
    margin-top: 20px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  /* フォーム　　こまごまパーツ
  ----------------------------------------------------*/
  /*　フォーム　　確認画面のボタン*/
  #p-form .btn {
    padding: 15px 0px;
    margin: 0 5px;
    width: 45%;
    line-height: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: #666;
    color: #fff;
    border-style: none;
    letter-spacing: 0px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #p-form .btn：hover {
    background-color: #000;
  }
  #p-form span.error {
    color: #F00;
  }
  #p-form .sub-komoku {
    margin-bottom: 0px;
    letter-spacing: 5px;
    font-size: 1.2rem;
  }
  #p-form .bot {
    margin-bottom: 15px;
  }
  #p-form .sub-sonota {
    margin-top: 25px;
    margin-bottom: 3px;
    letter-spacing: 1px;
    font-size: 11px;
  }
  #p-form .qtex {
    margin-bottom: 10px;
    color: #666;
    line-height: 150%;
  }
  #p-form .fukusu {
    font-size: 12px;
    color: #666;
  }
  #p-form .sonota-box {
    margin-top: 20px;
    line-height: 130%;
  }
  #p-form .sonota-box p {
    margin-bottom: 10px;
  }
  #p-form #post-note1 {
    font-size: 11px;
    margin-top: -10px;
    margin-bottom: 5px;
    line-height: 150%;
  }
  #p-form #post-note2 {
    font-size: 11px;
    margin-bottom: 15px;
    line-height: 150%;
  }
  #p-form .texfld-nomal {
    padding: 2%;
    width: 100%;
    border: 0 none;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    background: #f4f3f3;
    height: 36px;
  }
  #p-form .texfld-short {
    padding: 2%;
    border: 0 none;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    background: #f4f3f3;
    height: 36px;
  }
  #p-form textarea {
    border: 0 none;
    border: 1px solid #CCCCCC;
    padding: 2%;
    line-height: 170%;
    width: 100%;
    border-radius: 7px;
    background: #f4f3f3;
  }
  #p-form select {
    padding: 1.5%;
    border: 0 none;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
  }
  ::-webkit-input-placeholder {
    color: #C6C6C6;
  }
  ::-moz-placeholder {
    color: #C6C6C6;
  }
  :-ms-input-placeholder {
    color: #C6C6C6;
  }
  ::-ms-input-placeholder {
    color: #C6C6C6;
  }
  ::placeholder {
    color: #C6C6C6;
  }
  /*必須表示 エントリー画面*/
  #p-form .formtab th.hissu:after {
    content: "必須";
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 5px;
    font-size: 9px;
    color: #ff0000;
    border: none;
    line-height: 100%;
    width: auto;
    text-align: left;
  }
  /*必須表示 確認画面*/
  #p-form.conf .formtab th.hissu:after {
    top: 22px;
    right: 10px;
  }
  /*アンケート表示
  ----------------------------------------------------*/
  #anc-box .form-midashi {
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  #anc-box .form-midashi br {
    display: none;
  }
  #p-form #acMenu {
    margin-top: 15px;
  }
  #p-form #acMenu dt {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border: #666 1px solid;
    cursor: pointer;
    margin: 0 0 0 auto;
    font-size: 13px;
  }
  #p-form #acMenu dt i {
    font-size: 1.8em;
    vertical-align: -4px;
  }
  #p-form #acMenu dd {
    width: 100%;
    padding-top: 20px;
    display: none;
  }
  #p-form #acMenu dd .formtab th br {
    display: block;
  }
  #p-form .anc-intro {
    width: 100%;
    margin: 0 0 0 auto;
    clear: both;
  }
  #p-form .anc-intro .tex1 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 150%;
    margin-bottom: 10px;
  }
  #p-form .anc-intro .tex1 br {
    display: none;
  }
  #p-form .anc-intro .merit {
    font-size: 12px;
    font-weight: bold;
    line-height: 180%;
  }
  /* フォーム　サンクス　ページ
  ----------------------------------------------------*/
  #p-form #thanks-box {
    padding: 50px 0 50px 0;
    background: url(../img/line-dot.gif) repeat-x left top;
    text-align: center;
    margin-top: 20px;
  }
  #p-form #thnks-note {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: -20px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  #p-form #thanks-box #fin1 {
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 10px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  #p-form #thanks-box #fin2 {
    font-size: 23px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 3px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  #p-form #form-note1 {
    line-height: 200%;
  }
  #p-form #form-note2midasi {
    font-size: 1.5em;
    letter-spacing: 3px;
    line-height: 175%;
    margin-bottom: 5px;
    color: #F00;
    font-weight: bold;
  }
  #p-form #form-note2 {
    font-size: 1.3rem;
    letter-spacing: 0px;
    line-height: 150%;
    margin-bottom: 20px;
    color: #F00;
    font-weight: bold;
    margin-top: 20px;
    text-align: left;
  }
  #p-form #form-note2 li {
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
  #p-form #form-note3 {
    margin: 0 0 10px 0;
    letter-spacing: 3px;
  }
  /*フォーム　サンクス　ホームへ戻るボタン*/
  #p-form #finback {
    background: url(../img/line-dot.gif) repeat-x left top;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 30px;
    text-align: center;
  }
  #p-form #finback a {
    display: block;
    width: 100%;
    padding: 15px 0px;
    margin: 0 auto;
    line-height: 100%;
    text-align: center;
    font-size: 1.2em;
    background-color: #666;
    color: #fff;
    border-style: none;
    letter-spacing: 0px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #p-form #finback a:hover {
    background: #000;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　不動産　フォーム

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .formtab td .area br {
    display: block !important;
  }
  #p-form #note1 {
    font-size: 11px;
    color: #E41366;
    padding-top: 10px;
  }
  #p-form #list-y-midashi {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: 3px;
  }
  #p-form #list-f-midashi {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: 3px;
  }
  #p-form .formtab {
    width: 100%;
  }
  #p-form .formtab th {
    width: 35%;
  }
  #p-form .formtab td {
    width: 65%;
  }
  .formtab td .area {
    line-height: 220% !important;
  }
  .formtab td .area br {
    display: block !important;
  }
  .ppt-frm-list li {
    width: 100%;
    position: relative;
    margin-bottom: 1em;
  }
  .ppt-frm-list li .checkboxwp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ppt-frm-list li .inner {
    width: 73%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 150%;
  }
  .ppt-frm-list li p.photo {
    width: 25%;
    margin-right: 2%;
  }
  .ppt-frm-list li p.photo img {
    width: 100%;
    height: auto;
  }
  .ppt-frm-list li .checkbox {
    margin-right: 1%;
  }
}