@charset "UTF-8";

@media screen and (min-width:769px) {
  .checktd input[type="text"] {
    bottom: 45px !important;
    height: 45px
  }

  .wpcf7-list-item label {
    display: inline-block
  }

  .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 20px;
    display: inline-block;
    min-width: 110px;
    vertical-align: middle;
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_circle_02.png") no-repeat left center;
    background-size: 33px;
    padding: 10px 0 10px 40px
  }

  .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label {
    background-image: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_circle_01.png")
  }

  .checktd {
    position: relative
  }

  .checktd input[type="text"] {
    /* position: absolute; */
    /* right: 15px; */
    /* bottom: 38px; */
    width: 100%;
    font-size: 15px !important;
    padding: 8px !important
  }
}

@media screen and (max-width:768px) {
  .wpcf7-list-item label {
    display: inline-block
  }

  .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 20px;
    display: inline-block;
    min-width: 110px;
    vertical-align: middle;
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_circle_02.png") no-repeat left center;
    background-size: 33px;
    padding: 10px 0 10px 40px
  }

  .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label {
    background-image: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_circle_01.png")
  }

  .checktd {
    position: relative
  }

  .checktd input[type="text"] {
    width: 50%;
    margin-top: 2vw
  }
}

.wpcf7-form {
  background: none;
  padding: 0
}

.wpcf7-form>p {
  background: none;
  border: none
}

.wpcf7-form-control-wrap .wpcf7-checkbox {
  background: none;
  border: none;
  padding: 0
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0
}

.wpcf7-form-control-wrap {
  position: inherit
}

#lpmh #contact .tab_content .send input[type="submit"] {
  color: #000;
  padding: 0
}

.grecaptcha-badge {
  display: none !important
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

html {
  font-size: 62.5%;
}

.clearfix {
  display: block;
}

/* ---------- 初期 ---------- */
body {
  letter-spacing: 0.01em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

/* ---------- /共通部分 ---------- */
.abc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#resbtn {
  -webkit-appearance: none;
}

.ancr {
  position: relative;
  transition: 0.5s;
}

.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer;
}

.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer;
}

/* ---------- /参考タグ部分 ---------- */
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* PC */
@media screen and (min-width: 769px) {
  .sponly {
    display: none !important;
  }

  header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header .header_inner .header_left {
    box-sizing: border-box;
    padding-left: 60px;
  }

  header .header_inner .header_left img {
    width: 278px;
  }

  header .header_inner .header_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  header .header_inner .header_right .header_menu {
    font-size: 0;
  }

  header .header_inner .header_right .header_menu li {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-left: 1em;
  }

  header .header_inner .header_right .header_menu li a {
    color: #121212;
  }

  header .header_inner .header_right .header_btn {
    display: flex;
    margin-left: 18px;
  }

  header .header_inner .header_right .header_btn div {
    font-size: 1.2rem;
  }

  header .header_inner .header_right .header_btn div.btn01 a {
    color: #fff;
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_head_01.png") no-repeat #63BDC5;
    background-size: 45px;
    background-position: left 50% top 10px;
  }

  header .header_inner .header_right .header_btn div.btn02 a {
    color: #63BDC5;
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_head_02.png") no-repeat #fff;
    background-size: 65px;
    background-position: left 50% top 10px;
  }

  header .header_inner .header_right .header_btn div.btn03 a {
    color: #fff;
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_head_03.png") no-repeat #63BDC5;
    background-size: 48px;
    background-position: left 50% top 10px;
  }

  header .header_inner .header_right .header_btn div a {
    display: block;
    text-align: center;
    padding: 66px 0 14px;
    width: 95px;
  }

  #lpmh .lp_ttl {
    text-align: center;
    font-weight: bold;
    color: #63BDC5;
    font-size: 1.6rem;
    margin-bottom: 5rem;
  }

  #lpmh .lp_ttl span {
    display: block;
    font-size: 5.1rem;
    margin-bottom: 2rem;
  }

  #lpmh .lp_btn01 {
    text-align: center;
  }

  #lpmh .lp_btn01 a {
    padding: 0 80px 0 30px;
    margin: 0 auto;
    display: inline-block;
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_arr_01.png") no-repeat #CCFFFF;
    background-size: 48px;
    background-position: 96% 50%;
    font-size: 2rem;
    color: #000;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    transition: 0.3s;
  }

  #lpmh .lp_btn01 a:hover {
    opacity: 0.9;
    background-position: 95% 50%;
    cursor: pointer;
  }

  #lpmh #mv {
    position: relative;
  }

  #lpmh #mv img {
    width: 100%;
    height: auto;
    display: block;
  }

  #lpmh #mv .mv_txt {
    width: 406px;
  }

  #lpmh #about {
    padding: 140px 0;
    text-align: center;
  }

  #lpmh #about .about_ttl {
    font-size: 4.4rem;
    font-weight: bold;
    margin-bottom: 6rem;
  }

  #lpmh #about .about_ttl span {
    color: #05572F;
    position: relative;
  }

  #lpmh #about .about_ttl span:before {
    content: "しん";
    position: absolute;
    left: 0.2em;
    top: -1em;
    font-size: 1.8rem;
    font-weight: 400;
  }

  #lpmh #about .txt {
    font-size: 2rem;
    line-height: 2em;
    margin-bottom: 8rem;
  }

  #lpmh #about .about_imgs {
    display: flex;
    max-width: 1000px;
    margin: 0 auto 50px;
    justify-content: space-between;
  }

  #lpmh #about .about_imgs div {
    width: 48.5%;
  }

  #lpmh #about .about_imgs div img {
    width: 100%;
  }

  #lpmh #outline {
    border-top: solid 1px #89B2B3;
    padding: 140px 0;
  }

  #lpmh #outline .ot_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }

  #lpmh #outline .ot_inner .ot_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
  }

  #lpmh #outline .ot_inner .ot_box .ot_box_left {
    width: 45%;
  }

  #lpmh #outline .ot_inner .ot_box .ot_box_right {
    width: 52%;
  }

  #lpmh #outline .ot_inner .ot_box .ot_box_right .ot_box_right_ttl {
    max-width: 400px;
    width: 100%;
    margin-bottom: 15px;
  }

  #lpmh #outline .ot_inner .ot_box .ot_box_right .ot_box_right_ttl img {
    width: 100%;
    display: block;
  }

  #lpmh #outline .ot_inner .ot_box .ot_box_right .ot_box_right_table table tr th {
    font-size: 1.8rem;
    line-height: 1.5em;
    border-bottom: solid 2px #89B2B3;
    text-align: left;
    padding: 10px 0;
    width: 5.5em;
    border-right: solid 5px #fff;
  }

  #lpmh #outline .ot_inner .ot_box .ot_box_right .ot_box_right_table table tr td {
    font-size: 1.8rem;
    line-height: 1.5em;
    text-align: left;
    border-bottom: dotted 2px #AD876F;
    padding: 10px 5px;
  }

  #lpmh #outline .ot_inner .point {
    border: solid 1px #89B2B3;
    position: relative;
    box-sizing: border-box;
    padding: 7rem 5rem 3rem;
    margin-bottom: 60px;
  }

  #lpmh #outline .ot_inner .point .lp_sub {
    position: absolute;
    left: 0;
    top: -45px;
    width: 100%;
    text-align: center;
    color: #63BDC5;
    font-weight: bold;
    font-size: 1.4rem;
  }

  #lpmh #outline .ot_inner .point .lp_sub span {
    margin-bottom: 0;
    display: block;
    font-size: 4rem;
  }

  #lpmh #outline .ot_inner .point .point_boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #lpmh #outline .ot_inner .point .point_boxes .point_box {
    width: 48%;
    margin-bottom: 50px;
  }

  #lpmh #outline .ot_inner .point .point_boxes .point_box .point_box_img img {
    width: 100%;
    display: block;
  }

  #lpmh #outline .ot_inner .point .point_boxes .point_box .point_box_ttl {
    font-size: 2.4rem;
    line-height: 1.4em;
    color: #63BDC5;
    font-weight: bold;
    padding: 14px 0 7px;
  }

  #lpmh #outline .ot_inner .point .point_boxes .point_box .txt {
    font-size: 1.5rem;
    line-height: 1.8em;
  }

  #lpmh #plan {
    background: #CCFFFF;
    padding: 100px 0;
  }

  #lpmh #plan .plan_inner {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }

  #lpmh #plan .plan_inner .plan_map {
    width: 100%;
    background: #fff;
    max-width: 768px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 46px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 58px;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_txt {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 16px;
    color: #63BDC5;
    display: inline-block;
    padding-right: 24px;
    padding-bottom: 2px;
    background: url("../img/icon_search.png") no-repeat right center;
    background-size: contain;
  }

  #lpmh #plan .plan_inner .plan_map a {
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_circle_01.png") no-repeat center;
    background-size: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
    line-height: 31px;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_01 {
    width: 335px;
    position: relative;
    margin-right: 25px;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_01 .a01 {
    top: 111px;
    left: 89px;
    position: absolute;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_01 .a02 {
    top: 192px;
    left: 182px;
    position: absolute;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_02 {
    width: 280px;
    position: relative;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_02 .a01 {
    top: 131px;
    left: 89px;
    position: absolute;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_02 .a02 {
    top: 32px;
    left: 122px;
    position: absolute;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_03 {
    width: 219px;
    position: relative;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_03 .a01 {
    top: 76px;
    left: 61px;
    position: absolute;
  }

  #lpmh #plan .plan_inner .plan_exp {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #lpmh #plan .plan_inner .plan_exp .plan_exp_box {
    width: 31%;
    text-align: center;
  }

  #lpmh #plan .plan_inner .plan_exp .plan_exp_box.wide {
    width: 47%;
    margin-top: 50px;
  }

  #lpmh #plan .plan_inner .plan_exp .plan_exp_box .num {
    display: inline-block;
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_circle_01.png") no-repeat center;
    background-size: 27px;
    color: #fff;
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
  }

  #lpmh #plan .plan_inner .plan_exp .plan_exp_box dl {
    color: #63BDC5;
    font-weight: bold;
  }

  #lpmh #plan .plan_inner .plan_exp .plan_exp_box dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #lpmh #plan .plan_inner .plan_exp .plan_exp_box dl dd {
    margin-bottom: 18px;
    font-size: 20px;
  }

  #lpmh #plan .plan_inner .plan_exp .plan_exp_box .txt {
    font-size: 14px;
    line-height: 2em;
    text-align: left;
  }

  #lpmh #plan .plan_inner .room {
    background: #fff;
    margin-top: 65px;
    box-sizing: border-box;
    padding: 50px;
    position: relative;
    text-align: center;
  }

  #lpmh #plan .plan_inner .room .room_ttl {
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    text-align: center;
    color: #63BDC5;
    font-weight: bold;
    font-size: 40px;
  }

  #lpmh #his {
    padding: 100px 0;
  }

  #lpmh #his .his_inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
  }

  #lpmh #his .his_inner .his_boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #lpmh #his .his_inner .his_boxes .his_box {
    width: 31%;
    margin-bottom: 45px;
    position: relative;
  }

  #lpmh #his .his_inner .his_boxes .his_box .his_img {
    position: relative;
    margin-bottom: 10px;
  }

  #lpmh #his .his_inner .his_boxes .his_box .his_img img {
    width: 100%;
  }

  #lpmh #his .his_inner .his_boxes .his_box .his_img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 55px;
  }

  #lpmh #his .his_inner .his_boxes .his_box .his_ttl {
    font-size: 28px;
    color: #63BDC5;
  }

  #lpmh #flow {
    padding-top: 140px;
    padding-bottom: 140px;
    width: 90%;
    max-width: 790px;
    margin: 0 auto;
  }

  #lpmh #flow .flow_video {
    margin-bottom: 50px;
  }

  #lpmh #flow .flow_video iframe {
    width: 100%;
    height: 450px;
  }

  #lpmh #access {
    padding: 100px 0;
    border-top: solid 1px #89B2B3;
    text-align: center;
  }

  #lpmh #access .access_txt {
    font-size: 1.6rem;
    line-height: 2em;
    margin-bottom: 40px;
  }

  #lpmh #access iframe {
    width: 100%;
  }

  #lpmh #contact {
    padding: 100px 0;
    border-top: solid 1px #89B2B3;
    /*タブのスタイル*/
    /*ラジオボタンを全て消す*/
    /*タブ切り替えの中身のスタイル*/
    /*選択されているタブのコンテンツのみを表示*/
    /*選択されているタブのスタイルを変える*/
  }

  #lpmh #contact .contact_inner {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }

  #lpmh #contact .contact_inner .contact_ttl {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  #lpmh #contact .contact_inner .txt {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.4em;
  }

  #lpmh #contact .tabs {
    box-sizing: border-box;
    border: solid 1px #63BDC5;
  }

  #lpmh #contact .tab_item {
    width: 33.3333333333%;
    height: 70px;
    box-sizing: border-box;
    border-bottom: solid 1px #63BDC5;
    border-right: solid 1px #63BDC5;
    line-height: 70px;
    font-size: 20px;
    text-align: center;
    color: #B4B4B4;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }

  #lpmh #contact .tab_item.tab_itemno {
    border-right: none;
  }

  #lpmh #contact .tab_item:hover {
    opacity: 0.75;
  }

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

  #lpmh #contact .tab_content {
    display: none;
    padding: 50px 50px 70px;
    clear: both;
    overflow: hidden;
  }

  #lpmh #contact .tab_content .txt {
    padding-top: 35px;
    font-size: 18px;
  }

  #lpmh #contact .tab_content table {
    width: 100%;
    margin-bottom: 10px;
  }

  #lpmh #contact .tab_content table tr:last-child th,
  #lpmh #contact .tab_content table tr:last-child td {
    border-bottom: none;
  }

  #lpmh #contact .tab_content table tr.last th {
    vertical-align: top;
    padding-top: 55px;
  }

  #lpmh #contact .tab_content table tr th {
    padding: 36px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    width: 30%;
    border-bottom: solid 1px #AD876F;
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_contact_01.png") no-repeat;
    background-size: 66px;
    background-position: right 0 top 52px;
  }

  #lpmh #contact .tab_content table tr td {
    padding: 36px 0;
    padding-left: 30px;
    width: 70%;
    border-bottom: solid 1px #AD876F;
  }

  #lpmh #contact .tab_content table tr td input[type=text] {
    -webkit-appearance: none;
    border: none;
    font-size: 18px;
    background: #F4F2F2;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }

  #lpmh #contact .tab_content table tr td input[type=tel] {
    -webkit-appearance: none;
    border: none;
    font-size: 18px;
    background: #F4F2F2;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }

  #lpmh #contact .tab_content table tr td input[type=email] {
    -webkit-appearance: none;
    border: none;
    font-size: 18px;
    background: #F4F2F2;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }

  #lpmh #contact .tab_content table tr td textarea {
    -webkit-appearance: none;
    border: none;
    font-size: 18px;
    background: #F4F2F2;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    height: 300px;
  }

  #lpmh #contact .tab_content table tr td input[type=checkbox] {
    display: none;
  }

  #lpmh #contact .tab_content table tr td div {
    font-size: 20px;
    display: inline-block;
    min-width: 140px;
    vertical-align: middle;
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_circle_02.png") no-repeat left center;
    background-size: 33px;
    padding: 10px 0 10px 40px;
    box-sizing: border-box;
  }

  #lpmh #contact .tab_content table tr td div input[type=text] {
    width: 130px;
    font-size: 16px;
    margin-left: 19px;
    padding: 8px;
  }

  #lpmh #contact .tab_content .send {
    text-align: center;
  }

  #lpmh #contact .tab_content .send input[type=submit] {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    width: 435px;
    text-align: center;
    font-size: 20px;
    background: #CCFFFF;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-appearance: none;
    transition: 0.3s;
    border: none;
  }

  #lpmh #contact .tab_content .send input[type=submit]:hover {
    cursor: pointer;
    background: #000;
    color: #fff;
    transition: 0.3s;
  }

  #lpmh #contact #all:checked~#all_content,
  #lpmh #contact #programming:checked~#programming_content,
  #lpmh #contact #design:checked~#design_content {
    display: block;
  }

  #lpmh #contact .tabs input:checked+.tab_item {
    background-color: #CCFFFF;
    color: #000;
  }

  footer {
    background: #CCFEFF;
    text-align: center;
    padding: 45px 0;
  }

  footer .footer_inner .footer_logo {
    display: inline-block;
    width: 260px;
    vertical-align: middle;
  }

  footer .footer_inner .footer_txt {
    display: inline-block;
    font-size: 12px;
    line-height: 1.8em;
    text-align: left;
    vertical-align: middle;
    margin-left: 40px;
  }

  footer .footer_inner .hol {
    font-size: 10px;
    margin-top: 45px;
    color: #BDC7C7;
    margin-bottom: 19px;
  }

  footer .footer_inner #copy {
    font-size: 12px;
  }

  /* モーダル全体(背景＋本体) */
  .modal {
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
  }

  /* モーダル背景 */
  .modal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }

  /* モーダル本体 */
  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: scroll;
    /* はみ出た部分はスクロールさせる */
    height: 60%;
    /* これが無いと「overflow:scroll」が利かない */
    width: 60%;
    /* これが無いと「overflow:scroll」が利かない */
    background: white;
    padding: 40px;
  }

  .modal-content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .modal-content ul li {
    width: 49%;
    margin-bottom: 15px;
  }

  .modal-content .js-modal-close {
    color: #000;
    font-size: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
  }

  /* モーダルウィンドウ表示中に記事本体を固定 */
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .pconly {
    display: none !important;
  }

  header {
    box-sizing: border-box;
    padding: 3vw;
  }

  header .header_inner .header_left {
    box-sizing: border-box;
    width: 57.5vw;
  }

  header .header_inner .header_left img {
    width: 100%;
    display: block;
  }

  header .header_inner .header_right {
    display: none;
  }

  #lpmh .lp_ttl {
    text-align: center;
    font-weight: bold;
    color: #63BDC5;
    font-size: 3.4vw;
    margin-bottom: 8vw;
  }

  #lpmh .lp_ttl span {
    display: block;
    font-size: 10vw;
    margin-bottom: 3vw;
  }

  #lpmh .lp_btn01 {
    text-align: center;
  }

  #lpmh .lp_btn01 a {
    padding: 0 15vw 0 8vw;
    margin: 0 auto;
    display: inline-block;
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_arr_01.png") no-repeat #CCFFFF;
    background-size: 10vw;
    background-position: 96% 50%;
    font-size: 4vw;
    color: #000;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    height: 17.8vw;
    line-height: 17.8vw;
    font-weight: bold;
    transition: 0.3s;
  }

  #lpmh .lp_btn01 a:hover {
    opacity: 0.9;
    background-position: 95% 50%;
    cursor: pointer;
  }

  #lpmh #mv {
    position: relative;
  }

  #lpmh #mv img {
    width: 100%;
    height: auto;
    display: block;
  }

  #lpmh #mv .mv_txt {
    width: 75vw;
  }

  #lpmh #mv .mv_txt img {
    width: 100%;
  }

  #lpmh #about {
    padding: 15vw 0;
    text-align: center;
  }

  #lpmh #about .about_ttl {
    font-size: 6.6vw;
    font-weight: bold;
    margin-bottom: 7vw;
  }

  #lpmh #about .about_ttl span {
    color: #05572F;
    position: relative;
  }

  #lpmh #about .about_ttl span:before {
    content: "しん";
    position: absolute;
    left: 0.2em;
    top: -1em;
    font-size: 3vw;
    font-weight: 400;
  }

  #lpmh #about .txt {
    font-size: 4vw;
    line-height: 2em;
    margin-bottom: 7vw;
  }

  #lpmh #about .about_imgs {
    width: 90vw;
    margin: 0 auto 50px;
    justify-content: space-between;
  }

  #lpmh #about .about_imgs div {
    margin-bottom: 3vw;
  }

  #lpmh #about .about_imgs div img {
    width: 100%;
  }

  #lpmh #outline {
    border-top: solid 1px #89B2B3;
    padding: 15vw 0;
  }

  #lpmh #outline .ot_inner {
    width: 90vw;
    margin: 0 auto;
  }

  #lpmh #outline .ot_inner .ot_box {
    margin-bottom: 10vw;
  }

  #lpmh #outline .ot_inner .ot_box .ot_box_left {
    width: 100%;
    margin-bottom: 5vw;
  }

  #lpmh #outline .ot_inner .ot_box .ot_box_right {
    width: 100%;
  }

  #lpmh #outline .ot_inner .ot_box .ot_box_right .ot_box_right_ttl {
    width: 70%;
    margin-bottom: 3vw;
  }

  #lpmh #outline .ot_inner .ot_box .ot_box_right .ot_box_right_ttl img {
    width: 100%;
    display: block;
  }

  #lpmh #outline .ot_inner .ot_box .ot_box_right .ot_box_right_table table {
    width: 100%;
  }

  #lpmh #outline .ot_inner .ot_box .ot_box_right .ot_box_right_table table tr th {
    font-size: 3.4vw;
    line-height: 1.5em;
    border-bottom: solid 2px #89B2B3;
    text-align: left;
    padding: 3.5vw 0;
    width: 5.5em;
    border-right: solid 5px #fff;
  }

  #lpmh #outline .ot_inner .ot_box .ot_box_right .ot_box_right_table table tr td {
    font-size: 3.4vw;
    line-height: 1.5em;
    text-align: left;
    border-bottom: dotted 2px #AD876F;
    padding: 3.5vw 1vw;
  }

  #lpmh #outline .ot_inner .point {
    border: solid 1px #89B2B3;
    position: relative;
    box-sizing: border-box;
    padding: 8vw 5vw;
    margin-bottom: 10vw;
  }

  #lpmh #outline .ot_inner .point .lp_sub {
    text-align: center;
    color: #63BDC5;
    font-weight: bold;
    font-size: 3.4vw;
    margin-bottom: 6vw;
  }

  #lpmh #outline .ot_inner .point .lp_sub span {
    margin-bottom: 0;
    display: block;
    font-size: 9vw;
  }

  #lpmh #outline .ot_inner .point .point_boxes .point_box {
    width: 100%;
    margin-bottom: 5vw;
  }

  #lpmh #outline .ot_inner .point .point_boxes .point_box:last-child {
    margin-bottom: 0;
  }

  #lpmh #outline .ot_inner .point .point_boxes .point_box .point_box_img img {
    width: 100%;
    display: block;
  }

  #lpmh #outline .ot_inner .point .point_boxes .point_box .point_box_ttl {
    font-size: 4.6vw;
    line-height: 1.4em;
    color: #63BDC5;
    font-weight: bold;
    padding: 3vw 0 1vw;
  }

  #lpmh #outline .ot_inner .point .point_boxes .point_box .txt {
    font-size: 3.7vw;
    line-height: 1.8em;
  }

  #lpmh #plan {
    background: #CCFFFF;
    padding: 15vw 0;
  }

  #lpmh #plan .plan_inner {
    width: 90vw;
    margin: 0 auto;
  }

  #lpmh #plan .plan_inner .plan_map {
    width: 100%;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 5vw;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5vw;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_txt {
    position: absolute;
    right: 4vw;
    top: 4vw;
    font-size: 3.4vw;
    color: #63BDC5;
    display: inline-block;
    padding-right: 5.5vw;
    padding-bottom: 1vw;
    background: url("../img/icon_search.png") no-repeat right center;
    background-size: contain;
  }

  #lpmh #plan .plan_inner .plan_map a {
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_circle_01.png") no-repeat center;
    background-size: 8vw;
    color: #fff;
    font-weight: bold;
    font-size: 4.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_01 {
    width: 100%;
    position: relative;
    margin-bottom: 2vw;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_01 .a01 {
    top: 25vw;
    left: 22vw;
    position: absolute;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_01 .a02 {
    top: 44vw;
    left: 40vw;
    position: absolute;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_02 {
    width: 90%;
    position: relative;
    margin: 0 auto 2vw;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_02 .a01 {
    top: 33vw;
    left: 22vw;
    position: absolute;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_02 .a02 {
    top: 10vw;
    left: 32vw;
    position: absolute;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_03 {
    width: 65%;
    margin: 0 auto;
    position: relative;
  }

  #lpmh #plan .plan_inner .plan_map .plan_map_03 .a01 {
    top: 16.5vw;
    left: 14vw;
    position: absolute;
  }

  #lpmh #plan .plan_inner .plan_exp {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 15vw 0;
    position: relative;
  }

  #lpmh #plan .plan_inner .plan_exp:before {
    content: "";
    height: 100%;
    width: 5vw;
    display: block;
    background: #fff;
    position: absolute;
    left: -5vw;
    top: 0;
  }

  #lpmh #plan .plan_inner .plan_exp:after {
    content: "";
    height: 100%;
    width: 5vw;
    display: block;
    background: #fff;
    position: absolute;
    right: -5vw;
    top: 0;
  }

  #lpmh #plan .plan_inner .plan_exp .plan_exp_box {
    width: 100%;
    text-align: center;
    margin-bottom: 8vw;
  }

  #lpmh #plan .plan_inner .plan_exp .plan_exp_box:last-child {
    margin-bottom: 0;
  }

  #lpmh #plan .plan_inner .plan_exp .plan_exp_box .num {
    display: inline-block;
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_circle_01.png") no-repeat center;
    background-size: 5vw;
    color: #fff;
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    font-weight: bold;
    font-size: 4.4vw;
    margin-bottom: 5vw;
  }

  #lpmh #plan .plan_inner .plan_exp .plan_exp_box dl {
    color: #63BDC5;
    font-weight: bold;
  }

  #lpmh #plan .plan_inner .plan_exp .plan_exp_box dl dt {
    font-size: 3.7vw;
    margin-bottom: 3vw;
  }

  #lpmh #plan .plan_inner .plan_exp .plan_exp_box dl dd {
    margin-bottom: 5vw;
    font-size: 4.7vw;
  }

  #lpmh #plan .plan_inner .plan_exp .plan_exp_box .txt {
    font-size: 3.4vw;
    line-height: 2em;
    text-align: left;
  }

  #lpmh #plan .plan_inner .room {
    background: #fff;
    margin-top: 15vw;
    box-sizing: border-box;
    padding: 5vw;
    position: relative;
    text-align: center;
  }

  #lpmh #plan .plan_inner .room .room_ttl {
    position: absolute;
    left: 0;
    top: -6vw;
    width: 100%;
    text-align: center;
    color: #63BDC5;
    font-weight: bold;
    font-size: 8vw;
  }

  #lpmh #plan .plan_inner .room iframe {
    width: 100%;
    height: 50vw;
  }

  #lpmh #his {
    padding: 15vw 0 10vw;
  }

  #lpmh #his .his_inner {
    width: 90vw;
    margin: 0 auto;
  }

  #lpmh #his .his_inner .his_boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #lpmh #his .his_inner .his_boxes .his_box {
    width: 48%;
    margin-bottom: 5vw;
    position: relative;
  }

  #lpmh #his .his_inner .his_boxes .his_box:last-child {
    width: 100%;
    margin-top: 3vw;
  }

  #lpmh #his .his_inner .his_boxes .his_box:last-child .his_ttl {
    margin-bottom: 3vw;
    font-size: 5vw;
  }

  #lpmh #his .his_inner .his_boxes .his_box .his_img {
    position: relative;
    margin-bottom: 2vw;
  }

  #lpmh #his .his_inner .his_boxes .his_box .his_img img {
    width: 100%;
  }

  #lpmh #his .his_inner .his_boxes .his_box .his_img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 8vw;
  }

  #lpmh #his .his_inner .his_boxes .his_box .his_ttl {
    font-size: 3.7vw;
    text-align: center;
    color: #63BDC5;
  }

  #lpmh #flow {
    padding-top: 15vw;
    padding-bottom: 15vw;
    width: 90vw;
    margin: 0 auto;
  }

  #lpmh #flow .flow_video {
    margin-bottom: 6vw;
  }

  #lpmh #flow .flow_video iframe {
    width: 100%;
    height: 52vw;
  }

  #lpmh #flow img {
    width: 80%;
  }

  #lpmh #access {
    padding: 15vw 0;
    border-top: solid 1px #89B2B3;
    text-align: center;
  }

  #lpmh #access .access_txt {
    font-size: 3.7vw;
    line-height: 2em;
    margin-bottom: 5vw;
  }

  #lpmh #access .access_txt span {
    font-size: 4.5vw;
  }

  #lpmh #access iframe {
    width: 100%;
    height: 100vw;
  }

  #lpmh #contact {
    padding: 15vw 0;
    border-top: solid 1px #89B2B3;
    /*タブのスタイル*/
    /*ラジオボタンを全て消す*/
    /*タブ切り替えの中身のスタイル*/
    /*選択されているタブのコンテンツのみを表示*/
    /*選択されているタブのスタイルを変える*/
  }

  #lpmh #contact .contact_inner {
    width: 90vw;
    margin: 0 auto;
  }

  #lpmh #contact .contact_inner .contact_ttl {
    font-size: 4.4vw;
    margin-bottom: 3vw;
    text-align: center;
  }

  #lpmh #contact .contact_inner .txt {
    text-align: center;
    font-size: 3.4vw;
    margin-bottom: 5vw;
    line-height: 1.4em;
  }

  #lpmh #contact .tabs {
    box-sizing: border-box;
    border: solid 1px #63BDC5;
  }

  #lpmh #contact .tab_item {
    width: 33.3333333333%;
    height: 14.7vw;
    box-sizing: border-box;
    border-bottom: solid 1px #63BDC5;
    border-right: solid 1px #63BDC5;
    padding-top: 5vw;
    font-size: 4vw;
    text-align: center;
    color: #B4B4B4;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }

  #lpmh #contact .tab_item.tab_itemno {
    border-right: none;
  }

  #lpmh #contact .tab_item.tab_item2 {
    padding-top: 2vw;
    line-height: 1.4em;
  }

  #lpmh #contact .tab_item:hover {
    opacity: 0.75;
  }

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

  #lpmh #contact .tab_content {
    display: none;
    padding: 8vw 5vw;
    clear: both;
    overflow: hidden;
  }

  #lpmh #contact .tab_content .txt {
    padding-top: 3.5vw;
    font-size: 4vw;
  }

  #lpmh #contact .tab_content table {
    width: 100%;
    margin-bottom: 10px;
  }

  #lpmh #contact .tab_content table tr:last-child th,
  #lpmh #contact .tab_content table tr:last-child td {
    border-bottom: none;
  }

  #lpmh #contact .tab_content table tr.last th {
    vertical-align: top;
    padding-top: 55px;
  }

  #lpmh #contact .tab_content table tr th {
    display: block;
    box-sizing: border-box;
    padding: 4vw 0;
    font-size: 4vw;
    font-weight: bold;
    text-align: left;
    width: 100%;
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_contact_01.png") no-repeat;
    background-size: 14vw;
    background-position: right center;
  }

  #lpmh #contact .tab_content table tr td {
    display: block;
    box-sizing: border-box;
    padding: 0 0 4vw;
    width: 100%;
    font-size: 4vw;
    border-bottom: dotted 1px #AD876F;
  }

  #lpmh #contact .tab_content table tr td input[type=text] {
    -webkit-appearance: none;
    border: none;
    font-size: 4vw;
    background: #F4F2F2;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    box-sizing: border-box;
    width: 100%;
    padding: 3vw;
  }

  #lpmh #contact .tab_content table tr td input[type=tel] {
    -webkit-appearance: none;
    border: none;
    font-size: 4vw;
    background: #F4F2F2;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    box-sizing: border-box;
    width: 100%;
    padding: 3vw;
  }

  #lpmh #contact .tab_content table tr td input[type=email] {
    -webkit-appearance: none;
    border: none;
    font-size: 4vw;
    background: #F4F2F2;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    box-sizing: border-box;
    width: 100%;
    padding: 3vw;
  }

  #lpmh #contact .tab_content table tr td textarea {
    -webkit-appearance: none;
    border: none;
    font-size: 4vw;
    background: #F4F2F2;
    border-radius: 3vw;
    -webkit-border-radius: 3vw;
    -moz-border-radius: 3vw;
    box-sizing: border-box;
    width: 100%;
    padding: 4vw;
    height: 50vw;
  }

  #lpmh #contact .tab_content table tr td input[type=checkbox] {
    display: none;
  }

  #lpmh #contact .tab_content table tr td div {
    font-size: 4vw;
    display: inline-block;
    min-width: 45%;
    vertical-align: middle;
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_circle_02.png") no-repeat left 0 top 2vw;
    background-size: 5vw;
    padding: 2vw 0 2vw 6vw;
    box-sizing: border-box;
  }

  #lpmh #contact .tab_content table tr td div.las {
    vertical-align: top;
  }

  #lpmh #contact .tab_content table tr td div input[type=text] {
    width: 30vw;
    font-size: 3.7vw;
    padding: 1vw;
    margin-top: 3vw;
    box-sizing: border-box;
  }

  #lpmh #contact .tab_content .send {
    text-align: center;
  }

  #lpmh #contact .tab_content .send input[type=submit] {
    display: inline-block;
    height: 14vw;
    line-height: 14vw;
    width: 100%;
    text-align: center;
    font-size: 3.7vw;
    background: #CCFFFF;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-appearance: none;
    transition: 0.3s;
    border: none;
  }

  #lpmh #contact .tab_content .send input[type=submit]:hover {
    cursor: pointer;
    background: #000;
    color: #fff;
    transition: 0.3s;
  }

  #lpmh #contact #all:checked~#all_content,
  #lpmh #contact #programming:checked~#programming_content,
  #lpmh #contact #design:checked~#design_content {
    display: block;
  }

  #lpmh #contact .tabs input:checked+.tab_item {
    background-color: #CCFFFF;
    color: #000;
  }

  footer {
    background: #CCFEFF;
    text-align: center;
    padding: 12vw 0 35vw;
  }

  footer .footer_inner .footer_logo {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    margin-bottom: 5vw;
  }

  footer .footer_inner .footer_txt {
    display: inline-block;
    font-size: 3.2vw;
    line-height: 1.8em;
    text-align: left;
    vertical-align: middle;
  }

  footer .footer_inner .hol {
    font-size: 2.8vw;
    margin-top: 8vw;
    color: #BDC7C7;
    margin-bottom: 3vw;
  }

  footer .footer_inner #copy {
    font-size: 2.8vw;
  }

  .spfloat {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    display: flex;
    transition: 0.3s;
  }

  .spfloat div {
    font-size: 2.8vw;
    width: 33.3%;
  }

  .spfloat div.btn01 a {
    color: #fff;
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_head_01.png") no-repeat #63BDC5;
    background-size: 11vw;
    background-position: left 50% top 3.2vw;
  }

  .spfloat div.btn02 a {
    color: #63BDC5;
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_head_02.png") no-repeat #fff;
    background-size: 14vw;
    background-position: left 50% top 5vw;
  }

  .spfloat div.btn03 a {
    color: #fff;
    background: url("../pages/page-daiairhouse/page-daiairhouse01/img/icon_head_03.png") no-repeat #63BDC5;
    background-size: 12vw;
    background-position: left 50% top 3vw;
  }

  .spfloat div a {
    display: block;
    text-align: center;
    padding: 17vw 0 3.5vw;
    width: 100%;
  }

  /* モーダル全体(背景＋本体) */
  .modal {
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
  }

  /* モーダル背景 */
  .modal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }

  /* モーダル本体 */
  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: scroll;
    /* はみ出た部分はスクロールさせる */
    height: 80%;
    /* これが無いと「overflow:scroll」が利かない */
    width: 80%;
    /* これが無いと「overflow:scroll」が利かない */
    background: white;
    padding: 5vw;
  }

  .modal-content ul li {
    margin: 2vw 0;
  }

  .modal-content .js-modal-close {
    color: #000;
    font-size: 5vw;
    position: absolute;
    right: 5px;
    top: 5px;
  }

  /* モーダルウィンドウ表示中に記事本体を固定 */
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }
}

/*# sourceMappingURL=style.css.map */