@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
html, body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  /*font-family: YakuHanJP,"UD Shin Go NT Light",'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,'Meiryo UI', Helvetica, sans-serif; */
  /*font-family: YakuHanJP, 'Yu Gothic', 'Yu Gothic Medium', 'メイリオ', 'MS ゴシック', '游ゴシック Medium', sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
}
a:link {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:visited, a:active, a:hover {
  text-decoration: none;
  color: #000;
}
p, ul li, ol li, table, dt, dd {
  font-size: 76%;
  line-height: 2.0em;
  text-align: left;
}
hr {
  margin: 100px 0;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper {
  width: 100%;
  min-height: calc(100% - 50px);
}
.wrap, .contents {
  max-width: 1200px;
  margin: 0 auto;
}
header {
  padding: 0px 0%;
  z-index: 9999;
  height: 70px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  header {
    padding: 0px 5%;
    max-width: 90%;
  }
}
h1 {
  width: 327px;
  height: 63px;
  z-index: 9999;
  position: absolute;
  margin: 0;
  left: 110px;
}
@media (max-width: 1300px) {
  h1 {
    left: 10px;
  }
}
h1 a {
  width: 327px;
  height: 63px;
  display: block;
  background: url("../image/logo.svg");
  background-size: 327px 63px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 3px;
}
.slickwrap {
  width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}
.slickwrap img {
  max-height: 80%;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
}
.slickwrap div.fade {
  outline: none;
  height: calc(100vh - 70px);
  margin: 0;
}
.slick div.fade:nth-child(1) {
  background: url("../image/slide2023_1.jpg") no-repeat center center;
  background-size: cover;
}
.slick div.fade:nth-child(2) {
  background: url("../image/slide2023_2.jpg") no-repeat center center;
  background-size: cover;
}
.slick div.fade:nth-child(3) {
  background: url("../image/slide2023_3.jpg") no-repeat center center;
  background-size: cover;
}
.slider {
  width: 100%;
  margin: 20px auto;
  padding: 0;
  height: 200px;
}
.slick-slide {
  margin: 0px 20px;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.6s;
  overflow: hidden
}
.slick-slide img:hover {
  transform: scale(1.2, 1.2);
}
.slick-prev:before, .slick-next:before {
  color: black;
}
.instagram .inner {
  padding-top: 50px;
  box-sizing: border-box;
}
video {
  width: 100%;
  height: auto;
}
section {
  padding: 40px 0px;
}
section.grey {
  background: #4B4B4B;
  height: 200px;
  padding: 0px;
}
section.grey .flexbox {
  padding-top: 30px;
}
section.grey .box30 {
  background: #fff;
}
.bannerttl {
  font-weight: bold;
  width: 100%;
  padding: 60px 0px;
  color: #fff;
  font-size: 22px;
}
.banner div:nth-child(1) .bannerttl {
  background: url("../image/banner1.jpg") no-repeat center center;
  background-size: cover;
}
.banner div:nth-child(2) .bannerttl {
  background: url("../image/banner2-2.jpg") no-repeat center center;
  background-size: cover;
}
.banner div:nth-child(3) .bannerttl {
  background: url("../image/banner3.jpg?20231006") no-repeat center center;
  background-size: cover;
}
.banner div:nth-child(4) .bannerttl {
  background: url("../image/banner4.jpg") no-repeat center center;
  background-size: cover;
}
.banner div:nth-child(5) .bannerttl {
  background: url("../image/banner5.jpg") no-repeat center center;
  background-size: cover;
}
.banner div:nth-child(6) .bannerttl {
  background: url("../image/banner6.jpg?20231006") no-repeat center center;
  background-size: cover;
}
.yellow {
  background: #f0f0f0;
}
h3.title {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
h3.none {
  border: none;
}
h3.title .color {
  color: #32867E;
}
h3.sub_title {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
h3.green_title {
  color: #32867E;
  font-size: 24px;
  text-align: center;
  padding: 20px 0px 10px;
  margin: 30px 0px 0px;
  position: relative;
}
h3.green_title span {
  display: block;
  font-size: 36px;
  line-height: 0.8em;
}
h3.green_title span.point:after {
  content: "point";
  position: absolute;
  font-size: 12px;
  top: -6px;
  left: 50%;
  transform: translate(-50%, 0);
}
h3.green_title span.voice {
  position: absolute;
  font-size: 12px;
  top: -6px;
  left: 50%;
  transform: translate(-50%, 0);
}
h3.j_ttl {
  text-align: center;
  font-weight: normal;
  font-size: 26px;
}
p.voice_q {
  color: #32867E;
  margin: 0px 0px 5px 0px;
}
p.title {
  font-size: 18px;
  background: #000;
  text-align: center;
  color: #fff;
}
p.sub_title {
  font-size: 16px;
}
p.sub_title:before {
  content: "□";
  font-size: 14px;
}
.table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  align-items: stretch !important;
  width: 100%;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.table .box {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0px !important;
  padding: 5px !important;
}
.table .box p {
  margin: 0;
}
.table .box30 {
  width: 30% !important;
}
.table .box70 {
  width: 70% !important;
}
.table .box30 p {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.table .box.color {
  background: rgba(241, 196, 0, 0.5)
}
.equipment .box48 {
  width: 48%;
  position: relative;
}
.equipment {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width:768px) {
  .equipment .box48:nth-child(odd):after {
    content: "";
    height: 90%;
    width: 1px;
    background: #ccc;
    position: absolute;
    right: -4%;
    top: 5%;
  }
  .equipment .box50 {
    width: 48% !important;
  }
  dl.equipment_detail {
    min-height: 190px;
  }
}
dl.equipment_detail {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px 20px 0px;
}
dl.equipment_detail dt {
  width: 15%;
  padding: 2px;
  border: none;
  box-sizing: border-box;
}
dl.equipment_detail dd {
  width: 85%;
  padding: 2px;
  border: none;
  box-sizing: border-box;
}
.page_ttl {
  padding: 150px 0%;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.page_ttl div {
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
}
.concept {
  background: url("../image/pagettl_concept.jpg") no-repeat center center;
  background-size: cover;
}
.project {
  background: url("../image/pagettl_project.jpg") no-repeat center center;
  background-size: cover;
}
.modelhouse {
  background: url("../image/pagettl_modelhouse2.jpg") no-repeat center center;
  background-size: cover;
}
.info {
  background: url("../image/pagettl_info.jpg") no-repeat center center;
  background-size: cover;
}
.simple {
  background: url("../image/img_concept2.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 60px 0px;
}
.after_service {
  background: url("../image/pagettl_after_service2.jpg") no-repeat center center;
  background-size: cover;
}
.interview {
  background: url("../image/pagettl_interview.jpg") no-repeat center center;
  background-size: cover;
}
.grey {
  background: #4B4B4B;
  color: #fff;
  padding: 60px 0px;
}
.grey p.mini {
  font-size: 10px;
}
.svg_txt {
  max-width: 280px;
}
.svg_txt300 {
  max-width: 300px;
}
.svg_txt500 {
  width: 500px;
  max-width: 100%;
}
.svg_txth60 {
  height: 60px;
  width: auto;
  max-width: 100%;
}
.concept_txt {
  line-height: 2em;
  box-sizing: border-box;
  font-size: 92%;
}
.font_bg {
  font-size: 120%;
  line-height: 1.5em;
}
.font_b {
  font-size: 160%;
  line-height: 2.0em;
}
.spacing {
  padding-top: 20px;
  padding-bottom: 20px;
}
.concept_image1 {
  background: url("../image/img_concept3.jpg") center center;
  background-size: cover;
  width: calc(50% - 1px) !important;
  height: 420px;
}
.concept_image2 {
  background: url("../image/img_concept4.jpg") center center;
  background-size: cover;
  width: calc(50% - 1px) !important;
  height: 420px;
}
.concept_image3 {
  background: url("../image/img_concept5.jpg") center center;
  background-size: cover;
  width: calc(50% - 1px) !important;
  height: 420px;
}
.concept_image4 {
  background: url("../image/img_concept6.jpg") center center;
  background-size: cover;
  width: calc(50% - 1px) !important;
  height: 420px;
}
.after_image1 {
  background: url("../image/img_after1.jpg") center center;
  background-size: cover;
  width: 50%;
  height: 420px;
}
.kodawari {
  background: url("../image/kodawari.jpg") center top;
  background-size: cover;
  width: 50%;
  height: 420px;
}
.head_nav {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0px;
}
.head_nav a {
  display: block;
}
.head_nav .next a {
  position: absolute;
  right: 0;
  top: 50%;
  height: 30px;
  padding-right: 30px;
}
.head_nav .next a {
  background: url("../image/head_nav_next.png") no-repeat right center;
  background-size: auto 30px;
}
.head_nav .prev a {
  position: absolute;
  left: 0;
  top: 50%;
  height: 30px;
  padding-left: 30px;
}
.head_nav .prev a {
  background: url("../image/head_nav_prev.png") no-repeat left center;
  background-size: auto 30px;
}
.head_nav .btn {
  position: relative;
  top: 20px;
}
.icons .box50 {
  padding: 30px 10px;
  box-sizing: border-box;
}
.icons .box50 img {
  height: 100px;
  margin: 20px 50px;
  float: left;
}
.icons .box50 div {
  float: left;
  width: calc(100% - 200px)
}
.icons .box50 p.ttl {
  font-size: 120%;
}
.shadow {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  width: 31%;
  margin: 20px 0px;
}
.shadow .btn a {
  width: 46% !important;
  float: left;
  margin: 10px 2%;
  box-sizing: border-box;
}
.shadow .btn:nth-of-type(2) a {
  background: #CBC531;
  border: 1px solid #CBC531;
}
.shadow .btn:nth-of-type(2) a:hover {
  background: #fff;
  color: #CBC531;
}
.btn a {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  font-size: 80% !important;
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 10px 0px;
  width: 200px;
  position: relative;
  border: 1px solid #369089;
  text-align: center;
  background: #369089;
  max-width: 100%;
}
.btn a:hover {
  background: #fff;
  color: #369089;
}
.btn i {
  position: absolute;
  right: 10px;
  top: 16px;
}
.txleft, .txleft p {
  text-align: left;
}
.txright, .txright p {
  text-align: right;
}
.txcenter, .txcenter p {
  text-align: center;
}
.floatbox {
  width: 70%;
  margin: 0px auto;
  text-align: center;
}
.floatboxpro {
  width: 90%;
  margin: 0px auto;
  text-align: center;
}
.floatboxtop {
  width: 90%;
  margin: 0px auto;
  top: -60px;
  text-align: center;
  position: relative;
}
.point {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.point div {
  width: 15.66%;
  margin: 4px 0.5%;
  padding: 2px 0px;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  font-size: 10px;
  background: #707070;
  text-align: center;
}
@media (max-width: 1200px) {
  .point div {
    width: 24%;
  }
  .font_bg p {
    font-size: 100%;
    line-height: 1.5em;
  }
}
@media (max-width: 768px) {
  .point div {
    width: 49%;
  }
}
.flexbox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.flex-start {
  align-items: flex-start !important;
}
.space-around {
  justify-content: space-around !important;
}
.space-between {
  justify-content: space-between !important;
}
.stretch {
  align-items: stretch !important;
}
.ybox30 {
  width: 35%;
}
.flexbox .box33 {
  width: 33%;
}
.flexbox .box20 {
  width: 20%;
}
.flexbox .box25 {
  width: 25%;
}
.flexbox .box30 {
  width: 30%;
}
.flexbox .box40 {
  width: 40%;
}
.flexbox .box50 {
  width: 50%;
}
.flexbox .box60 {
  width: 60%;
}
.flexbox .box70 {
  width: 70%;
}
.flexbox .box75 {
  width: 75%;
}
.flexbox .box80 {
  width: 80%;
}
.flexbox .box100 {
  width: 100%;
}
.flexbox .box {
  box-sizing: border-box;
  position: relative;
}
p.border {
  border-bottom: 1px solid #ccc;
  margin: 0px 0px 10px 0px;
  padding-bottom: 10px;
  font-size: 90%;
}
.boxpadding {
  padding: 0px 20px;
}
@media (max-width: 768px) {
.boxpadding {
  padding: 0px 5px;
}
}
.boxspace {
  padding: 0px 5px;
}
@media screen and (min-width:1000px) and (max-width:1200px) {
  .staff .flexbox .box33 {
    width: 100%;
    margin: 10px 50px;
    padding: 0 40px;
    text-align: center;
    display: inline-block;
  }
}
@media (max-width:1000px) {
  .staff .flexbox .box33 {
    width: 100%;
    margin: 25px;
    padding: 0px;
    text-align: center;
  }
}
@media (max-width:768px) {
  .staff .flexbox .box33 {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
}
footer {
  padding: 50px 0px;
  color: #fff;
  background: #4B4B4B;
}
footer .address {
  display: inline-block;
  width: 20%;
  text-align: center;
}
footer .address p {
  text-align: left;
  padding-left: 30px;
}
footer .address a {
  color: #fff;
}
footer h3 {
  width: 200px;
  height: 114px;
  margin: 0;
}
footer h3 a {
  width: 200px;
  height: 114px;
  display: block;
  background: url("../image/logofooter.svg");
  background-size: 200px 114px;
  background-position: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
footer ul {
  float: right;
  margin: 0px;
  padding: 0px;
  max-width: 600px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around !important;
  flex-direction: row;
  align-items: center;
}
footer ul li {
  text-align: center;
  width: 30%;
  margin: 0px;
  font-size: 80%;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  list-style: none;
  border-bottom: 1px solid #707070;
}
footer ul li a {
  color: #fff !important;
}
dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
dl dt {
  padding: 20px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #E4E4E4;
  margin: 0;
  font-weight: normal;
}
dl dd {
  padding: 20px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #E4E4E4;
  margin: 0;
}
dl.prof dt {
  width: 20%;
}
dl.prof dd {
  width: 80%;
  text-align: left;
}
dl.prof dd span {
  width: 80px;
  margin-right: 10px;
  display: inline-block;
}
.contactform dl dt {
  width: 25%;
  padding: 20px;
}
.contactform dl dd {
  width: 75%;
  text-align: left;
  padding: 20px;
}
.contactform dl dt:nth-of-type(odd), .contactform dl dd:nth-of-type(odd) {
  background-color: #eeeeee;
}
.information div.update {
  display: flex;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.information div.update a {
  color: #000;
}
.information div.update p.date {
  width: 16%;
}
p.question, p.answer {
  max-width: 800px;
  margin: auto;
  padding: 20px 0px 20px 30px;
  position: relative;
}
p.question {
  text-decoration: underline;
}
p.question:before {
  content: "Q.";
  color: #32867E;
  font-size: 24px;
  position: absolute;
  left: 0px;
}
p.answer:before {
  content: "A.";
  color: #CB4D4D;
  font-size: 24px;
  position: absolute;
  left: 0px;
}
@media (max-width: 1200px) {
  .onlypc, header p {
    display: none !important;
  }
  .wrapper {
    padding-top: 70px;
  }
  header {
    height: 70px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    padding: 0px;
    background: #fff;
  }
  h1 {
    margin: 0px auto;
  }
  .slick div.fade {
    background-size: cover !important;
  }
  footer h3 {
    position: relative;
    margin: 0 auto;
  }
  footer .address p {
    text-align: center;
    padding-left: 0px;
  }
  #navTgl {
    display: none;
  }
  label.close {
    background-color: rgba(0, 0, 0, 0);
  }
  label.open, label.close {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
  }
  .open {
    z-index: 2;
    width: 70px;
    height: 70px;
    margin: 0px;
    -webkit-transition: background-color .6s, -webkit-transform .6s;
    transition: background-color .6s, transform .6s;
    background-color: #369089;
  }
  .open span {
    position: absolute;
    left: 20px;
    height: 1px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    box-sizing: border-box;
    transition: background-color .6s, transform .6s;
  }
  .open span:nth-of-type(1) {
    top: 20px;
  }
  .open span:nth-of-type(2) {
    top: 30px;
  }
  .open span:nth-of-type(3) {
    top: 40px;
  }
  .open span:nth-of-type(4) {
    font-size: 10px;
    top: 50px;
    color: #fff;
    background-color: transparent;
  }
  #navTgl:checked + .open {
    -webkit-transform: translate(-240px, 0px);
    transform: translateX(-240px, 0px);
    background-color: transparent;
  }
  #navTgl:checked + .open span:nth-of-type(1) {
    -webkit-transform: translate(0px, 10px)rotate(45deg);
    transform: translateX(0px, 10px) rotate(45deg);
    background-color: #fff;
  }
  #navTgl:checked + .open span:nth-of-type(2) {
    -webkit-transform: translate(0px, 0px)rotate(45deg);
    transform: translateX(0px, 0px) rotate(45deg);
    background-color: #fff;
  }
  #navTgl:checked + .open span:nth-of-type(3) {
    -webkit-transform: translate(0px, -10px)rotate(-45deg);
    transform: translateX(0px, -10px) rotate(-45deg);
    background-color: #fff;
  }
  #navTgl:checked + .open span:nth-of-type(4) {
    display: none;
  }
  .close {
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: background-color .6s;
  }
  #navTgl:checked ~ .close {
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .menu {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    width: 240px;
    height: 100%;
    background-color: #369089;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
  }
  #navTgl:checked ~ .menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu p, .menu li, .menu li a {
    color: #fff;
  }
  .menu p {
    text-align: left;
  }
  .menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .6);
  }
  .menu li a {
    font-size: 100%;
    display: block;
    text-align: left;
    padding: 0.6em 1em;
    text-decoration: none;
    transition: background-color .6s;
  }
  .menu li a:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .menu li ul {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
  }
  .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .6);
  }
  .menu li a {
    font-size: 100%;
    display: block;
    text-align: left;
    padding: 0.6em 1em;
    text-decoration: none;
    transition: background-color .6s;
  }
  .menu li a:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  div.inq {
    position: absolute;
    right: 70px;
    top: 0px;
  }
  div.inq a {
    background: #f3e0ee;
    width: 70px;
    height: 70px;
    display: block;
    color: #369089;
  }
  div.inq a i {
    font-size: 28px;
    position: absolute;
    top: 18px;
    left: 20px;
  }
  div.inq span {
    position: absolute;
    bottom: 5px;
    left: 15px;
    font-size: 10px;
  }
  .floatbox {
    width: 98%;
  }
  .contents, .flexbox {
    width: 100%;
    padding: 0 8%;
    box-sizing: border-box;
  }
  footer .address {
    display: block;
    width: 100%;
  }
  footer ul {
    float: none;
    margin: 0px auto;
    max-width: 90%;
  }
  copy {
    float: none;
    clear: none;
    text-align: center !important;
    width: 100%;
    margin: 35px auto 20px;
    display: inline-block;
    font-size: 80%;
  }
}
@media (max-width: 768px) {
  h1 {
    width: 280px;
    height: 54px;
  }
  h1 a {
    width: 280px;
    height: 54px;
    background-size: 280px 54px;
    margin-top: 9px;
  }
  section.grey {
    height: auto;
  }
  .spbox100 {
    width: 100% !important;
    margin-bottom: 0px;
  }
  .spbox50 {
    width: 48% !important;
    margin: 10px 1%;
  }
  .box img {
    width: 100%;
  }
  .leftbtn a {
    margin-left: auto;
  }
  .contactform dl {
    width: 100%;
    display: block;
    flex-wrap: wrap;
  }
  .contactform dl dt, .contactform dl dd {
    width: 100%;
  }
  .box_head {
    padding: 30px 2%;
  }
  .spdot {
    background: url("../image/dot.png") repeat-y center center !important;
  }
  .floatboxtop_sp {
    margin: -10px auto;
    top: -20px;
    text-align: center;
    position: relative;
  }
  .section_sp {
    padding: 25px 0px;
  }
  .main_pic {
    height: 100% !important;
  }
}
@media (min-width: 768px) {
  .row {
    flex-flow: row-reverse !important;
  }
  .dot .concept_txt {
    padding: 0px 0px 0px 50px;
  }
  .dot .txright .concept_txt, .txright .txt_box {
    padding: 0px 50px 0px 0px;
  }
  .row img.svg_txth60, .row img.svg_txt500 {
    margin-right: 30px;
  }
  .dot img.svg_txth60 {
    margin-left: 30px;
  }
  .dot {
    background: url("../image/dot.png") repeat-y center center;
  }
  .dot .box50 {
    background-size: cover;
    box-sizing: border-box;
  }
}
@media (min-width: 1200px) {
  .onlysp {
    display: none;
  }
  #navTgl, label.close, label.open {
    display: none;
  }
  ul.global {
    list-style: none;
    margin: 0px 0px 0px 240px;
    float: left;
  }
  ul.global li {
    text-align: center;
    margin: 0px;
    font-size: 90%;
    display: inline-block;
    padding: 20px 5px 0px;
  }
  ul.global li a {
    text-decoration: none;
  }
  ul.global li.sns a {
    padding: 0px 0px;
  }
  ul.global li.sns {}
  ul.global li.active {
    position: relative;
  }
  ul.global li.active::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    display: inline-block;
    width: 50px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #369089;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  ul.global li.phone i, ul.global li.inq i {
    padding: 0px 10px;
  }
  ul.global li.phone {
    position: absolute;
    right: 150px;
    top: 0px;
    background: #F5F5F5;
    width: 250px;
    box-sizing: border-box;
    display: block;
    height: 70px;
    padding-top: 20px;
  }
  .ttl_phone {
    font-size: 80%;
  }
  .number {
    font-size: 110%;
  }
  ul.global li.inq {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0;
  }
  ul.global li.inq a {
    width: 150px;
    padding-top: 20px;
    box-sizing: border-box;
    height: 70px;
    display: block;
    background: #369089;
    color: #fff;
  }
  copy {
    font-size: 80%;
    text-align: right;
    display: block;
  }
}
@media (min-width: 1300px) {
  ul.global {
    list-style: none;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
ul.global li {
  padding: 20px 15px 0px;
  }
}
@media (min-width: 1500px) {
  ul.global li {
  padding: 20px 25px 0px;
  }
}
/* editor */
.entry {
  text-align: left;
  padding: 20px 5px;
  box-sizing: border-box;
  width: 100%;
}
.entry .entrytitle {
  border-bottom: 1px solid #27201d;
  padding: 10px 0px
}
.entry .entrytitle span {
  font-size: 60%;
  float: right;
  font-weight: normal;
  color: #27201d;
}
.entry strong {
  font-weight: bold;
}
.entry em {
  font-style: italic;
}
.entry h2 {
  font-size: 20px;
  color: #fff;
  background-color: #32bebe;
  padding: 5px;
  margin: 30px 0 15px;
  line-height: 1.4;
}
.entry h3 {
  font-size: 18px;
  color: #474747;
  border-bottom: 1px solid #32bebe;
  padding: 5px;
  margin: 30px 0 15px;
  line-height: 1.4;
}
.entry h4 {
  font-size: 17px;
  padding: 5px;
  margin: 15px 0 10px;
  line-height: 1.3;
}
.entry h5 {
  font-size: 17px;
  padding: 5px;
  margin: 10px 0 5px;
  line-height: 1.2;
}
.entry h6 {
  font-size: 17px;
  padding: 5px;
  margin: 5px 0 5px;
  line-height: 1.1;
}
.entry small {
  font-size: 80%;
}
.entry code, .entry kbd, .entry pre, .entry samp {
  font-family: monospace, monospace;
}
.entry b, .entry strong {
  font-weight: bolder;
}
.entry em {
  font-style: italic;
}
.entry pre {
  margin: 1em 0;
  padding: 1em;
  border-radius: 5px;
  background: #e4f8f8;
  color: #474747;
  white-space: pre-wrap;
}
.entry blockquote {
  position: relative;
  margin: 1em 0;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
.entry blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
.entry blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.entry blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.entry code {
  display: inline-block;
  padding: 0.1em 0.25em;
  color: #444;
  background-color: #efefef;
  border-radius: 3px;
}
.entry textarea {
  overflow: auto;
  resize: vertical;
}
.entry ul, .entry ol {
  background: #fcfcfc;
  padding: 0.5em 0.5em 0.5em 2em;
  border: solid 1px #efefef;
  margin: 1em 0;
}
.entry ul li, .entry ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}
.entry ul li {
  list-style-type: disc;
}
.entry ol li {
  list-style-type: decimal;
}
/* img */
.entry .aligncenter {
  display: block;
  margin: 0 auto;
}
.entry .alignright {
  float: right;
}
.entry .alignleft {
  float: left;
}
.entry img[class*="wp-image-"], .entry img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
/* clearfix */
.entry .clearfix {
  overflow: hidden;
  zoom: 1;
}
.entry .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.navPage {
  padding: 30px 0px;
  width: 100%;
  margin: 20px 0px;
  clear: both;
  overflow: hidden;
  text-align: center;
}
.navPage a {
  background-color: #369089;
  color: #FFF;
  padding: 10px;
  display: block;
}
.prev {
  max-width: 48%;
  float: left;
  text-align: left;
}
.next {
  max-width: 48%;
  float: right;
  text-align: right;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="date"], select, textarea {
  background-color: #cdcdcd;
  width: 100%;
  color: #000 !important;
  border: none !important;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-sizing: border-box;
}
.is--must {
  background: #369089;
  color: #fff;
  padding: 2px 3px;
  margin: 0px 0px 0px 10px;
  font-size: 80%;
}
.wpcf7c-conf, .wpcf7c-conf:focus {
  background-color: transparent !important;
  border: 1px solid #000 !important;
  box-sizing: border-box;
}
.wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}
input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  position: relative !important;
  font-size: 12pt !important;
  line-height: 1.5em !important;
  border: none !important;
  color: rgba(255, 255, 255, 1.00) !important;
  padding: 10px 0px !important;
  margin: 10px 30% !important;
  width: 40% !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  background: #369089 !important;
  cursor: pointer !important;
}
.contact_lineheight p.txcenter {
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  input[type="submit"], input[type="button"] {
    margin: 10px 10% !important;
    width: 80% !important;
  }
}
@media screen and (min-width: 481px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .information div.update {
    flex-wrap: wrap;
  }
  .information div.update p.date {
    width: 100%;
  }
  footer .address.typesquare_tags {
    width: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
  footer .address p {
    text-align: center;
  }
  footer ul li {
    width: 80%;
  }
  copy {
    margin: 35px auto;
    font-size: 70%;
  }
}

.eventreserve_img_area{
  width: 100%;
  margin-top: 70px;
}
.eventreserve_img_area img{
  width: 100%;
}
.eventreserve_img_area .eventreserve_pc{
  display: block;
}
.eventreserve_img_area .eventreserve_sp{
  display: none;
}
.eventreserve_img_area .eventreserve_button{
  display: flex;
text-align: center;
font-size: 28px;
color: #fff;
letter-spacing: 0.1em;
padding: 20px 0;
background-color: #369089;
width: 325px;
margin: 40px auto;
justify-content: center;
align-items: center;
transition: 0.4s;
font-weight: 700;
}

.eventreserve_img_area .eventreserve_button:hover{
color: #369089;
background-color: #fff;
}

.eventreserve_img_area .point_area{
  background-color: #fff8d9;
  padding: 50px 0;
  }
  .eventreserve_img_area .point_area .point_area_inner{
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  }
  .eventreserve_img_area .point_area .point_area_inner .img{
  max-width: 400px;
  width: 32%;
  }
  
  .eventreserve_img_area .point_area .point_area_inner .img img{
  width: 100%;
  }
  .eventreserve_img_area .point_area .point_area_link{
  width: 325px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  transition: 0.4s;
  }
  .eventreserve_img_area .point_area .point_area_link:hover{
  opacity: 0.7;
  }
  .eventreserve_img_area .point_area .point_area_link img{
  width: 100%;
  }
  

@media screen and (max-width: 768px) {
  .eventreserve_img_area{
    margin-top: 0px;

  }
  .eventreserve_img_area .eventreserve_pc{
    display: none;
  }
  .eventreserve_img_area .eventreserve_sp{
    display: block;
  }

  .eventreserve_img_area .eventreserve_button{
  font-size: 20px;
  padding: 4vw 0;
  width: 80%;
  margin: 40px auto;

  }
  .eventreserve_img_area .point_area .point_area_inner{
flex-direction: column; 
gap: 4vw;   
}
    .eventreserve_img_area .point_area .point_area_inner .img{
width: 100%;
    }
    
    .eventreserve_img_area .point_area .point_area_inner .img img{
    }
    .eventreserve_img_area .point_area .point_area_link{
    width: 90%;
    
    margin-top: 10vw;
    }
    


}
