@charset "utf-8";
@import url("default.css");
@import url("../webfonts/stylesheet.css");
@import url("../webfonts/Hind_Regular/stylesheet.css");
html {
  font-size: 62.5%
}
body {
  background-image: url(../img/back-image01.jpg);
  background-repeat: repeat;
  font-family: "NotoSansJP VariableFont wght";
  font-weight: 400;
  font-size: 1.6rem;
  background-position: center 0%;
  line-height: 1.7em;
}
a {
  color: rgba(0, 0, 0, 1.00);
}
#header {
  background-image: url(../img/back01.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  height: 100px;
  color: rgba(255, 255, 255, 1.00);
}
#footer {
  background-image: url(../img/back01.jpg);
  padding-top: 50px;
  padding-bottom: 10px;
  margin-top: 100px;
  background-position: center 0%;
}
#footer .container {
  margin-bottom: 50px;
}
.newMark {
  color: rgba(255, 0, 4, 1.00)
}
.conte-box {
  margin-bottom: 80px;
}
.boxInner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.boxInner_pa15px {
  padding: 15px;
}
.text-box {
  margin-bottom: 40px;
}
.toumeiWrap {
  background-color: rgba(255, 255, 255, 0.51);
}
.ul01 {
  margin-left: 2rem;
}
.linkBlank {
  color: #FFFFFF;
  border-radius: 5px;
  padding-right: 25px;
  padding-left: 10px;
  background-color: #27A6F5;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.linkBlank::before {
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  position: absolute;
  font-weight: 900;
  top: 7px;
  right: 6px;
  font-size: 13px;
}
.linkBlank:hover {
  text-decoration: none;
  background-color: #2980B7;
  color: #FFFFFF;
}
.linkViewmore {
  display: block;
  background-color: rgb(209, 115, 90);
  color: rgba(255, 255, 255, 1.00);
  text-align: center;
  width: 170px;
  height: 50px;
  font-size: 2.5rem;
  padding-top: 11px;
  margin-left: auto;
  border-radius: 9999px;
  margin-right: auto;
  font-family: "Norwester Regular";
  margin-bottom: 80px;
}
.linkViewmore:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(225, 144, 123, 1.00);
}
/*タイトル０１*/
.title01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  text-align: center;
}
.title01::before, .title01::after {
  content: '';
  width: 2px;
  height: 40px;
  background-color: #000000;
}
.title01::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.title01::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
.title01 span {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(255, 166, 168, 1.00);
  display: block;
}
.title01_br {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 1em;
  font-size: 2rem;
}
.title01_br span {
  font-size: 3rem;
}
.title01_br::before, .title01_br::after {
  position: absolute;
  content: '';
  top: calc(50% - 25px);
  height: 50px;
  border-left: #000000 solid 3px;
}
.title01_br::before {
  left: 0;
  transform: rotate(-30deg);
}
.title01_br::after {
  right: 0;
  transform: rotate(30deg);
}
.title02 {
  font-size: 2rem;
}
.title03 {
  font-size: 2rem;
  padding-bottom: 5px;
}
.title04 {
  font-size: 2rem;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(209, 209, 209, 1.00);
  margin-bottom: 30px;
}
.title05 {
  position: relative;
  padding-left: 9rem;
  font-size: 2rem;
}
.title05 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2rem;
  color: #e3f5d8;
  background: #22ac38;
}
.title05 span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #22ac38;
}
.title06 {
  font-size: 2rem;
  text-align: center;
  background-color: rgba(0, 163, 255, 1.00);
  padding: 5px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 1.00);
}
.title07 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 4rem;
  margin-bottom: 30px;
}
.title07:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.title07 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
  display: inline-block;
  line-height: 3rem;
}
.title07 span span {
  font-size: 2.5rem;
}
.title08 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 30px;
  font-family: "DidactGothic Regular";
  font-weight: bold;
}
.title08:before {
  position: absolute;
  top: calc(30% - 1px);
  left: 0;
  width: 20%;
  height: 2px;
  content: '';
  background: #000;
}
.title08:after {
  position: absolute;
  top: calc(30% - 1px);
  right: 0;
  width: 20%;
  height: 2px;
  content: '';
  background: #000;
}
.title08 span {
  position: relative;
  padding: 0 1em;
  display: inline-block;
  line-height: 2rem;
}
.title08 span span {
  font-size: 1.5rem;
  font-family: "NotoSansJP VariableFont wght";
  font-weight: normal;
}
.title_tochi {
  font-weight: bold;
  font-size: 2rem;
  border-left: 5px solid #FF7E00;
  padding-left: 10px;
}
.innerWrap {
  background-color: rgba(239, 239, 239, 1.00);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.text-red {
  color: rgba(255, 0, 4, 1.00);
  font-size: 1.8rem;
}
.cateTitle {
  position: relative;
  margin-bottom: 90px;
  text-align: center;
  font-size: 2.8rem;
  padding-top: 50px;
}
.cateTitle:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 10%;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F06292;
  border-radius: 2px;
}
.cateSubtitle {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
}
.topicpath {
  background-color: rgba(221, 221, 221, 1.00);
  font-size: 1.3rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ro a:hover {
  opacity: 0.7;
}
.btn01 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.btn01 a {
  background-color: rgba(100,100,100,0.4);
  color: rgba(255, 255, 255, 1.00);
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-radius: 100px;
  display: block;
  text-align: center;
}
.btn01 a:hover {
  color: rgba(255, 255, 255, 1.00);
  text-decoration: none;
  border-radius: 100px;
  background-color: rgba(101,101,101,1.00);
}
.btn02 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.btn02 a {
  background-color: rgba(255, 114, 42, 1.00);
  color: rgba(255, 255, 255, 1.00);
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-radius: 100px;
  display: block;
  text-align: center;
}
.btn02 a:hover {
  color: rgba(255, 255, 255, 1.00);
  text-decoration: none;
  border-radius: 100px;
  background-color: rgba(255, 160, 111, 1.00);
}
.homeModeltext {
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.homeModeltextbody {
  margin-bottom: 50px;
}
.homeWorks {
  background-color: rgba(239, 239, 239, 1.00);
  padding-top: 50px;
  padding-bottom: 50px;
}
.homeWorks .row {
  margin-bottom: 50px;
}
.homeWorks .row a {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  clear: both;
  position: relative;
  color: rgba(0, 0, 0, 1.00);
}
.homeWorks .row a:hover, .homeModelhouse .row a:hover {
  color: rgba(0, 0, 0, 1.00);
  text-decoration: none;
}
.homeWorksbox {
  padding-left: 50px;
  padding-right: 50px;
}
.homeWorksbox img {
  margin-bottom: 30px;
}
.homeWorksbox h3 {
  font-weight: bold;
}
.homeIetukuri {
  margin-bottom: 50px;
}
.homeIetukuri .row div {
  position: relative;
  margin-bottom: 15px;
}
.homeIetukuri .row div p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 1.00);
  font-size: 2rem;
  width: 100%;
  text-align: center;
}
.homeIetukuri a img {
  border: 6px solid rgba(255, 255, 255, 1.00);
}
.homeReviews-conte {
  margin-bottom: 30px;
}
.homeReviews-conte > div {
  margin-bottom: 15px;
}
.homeReviews-conte div div {
  background-color: rgba(255, 255, 255, 1.00);
  text-align: left;
}
.homeModelhouse {
  margin-bottom: 30px;
}
.homeModelhouse .row > div {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}
.homeModelhouse .row div div {
  padding: 5px;
  background-color: rgba(255, 255, 255, 1.00);
}
.homeModelhouse .row div img {
  margin-bottom: 20px;
}
.homeModelhouse .row div h3 {
  font-weight: bold;
}
.homeIcons {
  margin-bottom: 50px;
  background-color: rgba(239, 239, 239, 1.00);
  border-bottom: 1px solid rgba(215, 215, 215, 1.00);
  border-top: 1px solid rgba(215, 215, 215, 1.00);
  line-height: 2rem;
}
.homeIcons .container .row {
  display: block;
}
.homeIcons ul {
  list-style-type: none;
}
.homeIcons ul li {
  width: 50%;
  float: left;
  text-align: center;
  border-left: 1px solid rgba(215, 215, 215, 1.00);
}
.homeIcons ul li:first-child {
  border-bottom: 1px solid rgba(215, 215, 215, 1.00);
}
.homeIcons ul li:nth-child(2) {
  border-right: 1px solid rgba(215, 215, 215, 1.00);
  border-bottom: 1px solid rgba(215, 215, 215, 1.00);
}
.homeIcons ul li:last-child {
  border-right: 1px solid rgba(215, 215, 215, 1.00);
}
.homeIcons ul li a {
  display: block;
  height: 150px;
  padding-top: 75px;
  color: rgba(0, 0, 0, 1.00);
  font-size: 1.4rem;
}
.homeIcons ul li a:hover {
  text-decoration: none;
  background-color: rgba(233, 233, 233, 1.00);
}
.homeIconhajime a {
  background-image: url(../img/home-icon02.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center 30%;
}
.homeIcon7 a {
  background-image: url(../img/home-icon04.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center 30%;
}
.homeIconcorp a {
  background-image: url(../img/home-icon01.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center 30%;
}
.homeIconform a {
  background-image: url(../img/home-icon03.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center 30%;
}
.homeInsta img {
  max-width: 100%;
  height: auto;
}
.homeInsta .row div {
  padding-bottom: 15px;
}
.homeInstalogo {
  width: 250px;
  margin-top: 30px;
}
.homeTohajime h3 {
  font-size: 4rem;
  margin-bottom: 30px;
  text-shadow: 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.4);
  font-family: "NotoSerifJP Regular";
}
.homeTohajime p {
  margin-bottom: 80px;
  font-size: 1.3rem;
}
.homeAboutus {
  background-image: url(../img/home-image04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0px;
  padding-right: 0px;
  background-position: center center;
}
.homeReviews div {
  background-image: url(../img/reviews_image01.png);
  background-repeat: no-repeat;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-size: contain;
}
.homeReviews div a {
  width: 100%;
  display: block;
  padding-top: 60.02%;
}
.homeReviews div a:hover {
  color: rgba(92, 92, 92, 1.00);
}
.homeReviews div a h4 {
  width: 100%;
  font-family: "Hind Regular";
  font-size: 6.5vw;
  position: absolute;
  top: 72%;
  font-weight: bold;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.homeReviews div a h4 span {
  font-family: "NotoSansJP VariableFont wght";
  font-weight: 400;
  font-size: 5vw;
}
.homeInsta {
  background-image: url(../img/home-image05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
.homeInsta .container {
  background-color: rgba(255, 255, 255, 0.82);
  padding-bottom: 30px;
}
.latestInsta {
  margin-bottom: 100px;
}
.latest {
  margin-bottom: 50px;
  text-align: center;
  background-image: url(../img/home-image06.jpg), url(../img/home-image07.jpg);
  background-position: right 15px bottom, left 15px bottom;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}
.latestMain {
  background-color: rgba(227, 227, 227, 1.00);
  padding-bottom: 15px;
}
.latestMain dl {
  margin-bottom: 20px;
}
.latest dt {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: normal;
}
.latest dd {
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(137, 137, 137, 1.00);
}
.latest dd a {
  display: block;
  color: rgba(0, 0, 0, 1.00);
}
.latest dd a:hover {
  text-decoration: none;
}
.latestList-link {
  text-align: right;
}
.latestList-link a {
  color: rgba(0, 0, 0, 1.00);
  text-decoration: underline;
}
.header-logo_sp img {
  width: 200px;
}
.header_info {
  width: 195px;
  margin-left: auto;
  text-align: center;
}
.header_info dd ul {
  list-style-type: none;
  line-height: 2.2rem;
}
.header_info dt {
  font-weight: normal;
  font-size: 1.5rem;
}
.header_infoTEL {
  font-size: 2.7rem;
}
.header_infoADD {
  font-size: 1.3rem;
}
.headerFormlink {
  color: rgba(255, 255, 255, 1.00);
  text-align: center;
  background-color: rgba(188, 110, 6, 1.00);
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  border-radius: 8px;
  width: 200px;
  margin-left: auto;
  margin-top: 15px;
  position: relative;
  text-align: right;
}
.headerFormlink::before {
  font-family: "Font Awesome 5 Free";
  content: '\f1d8';
  position: absolute;
  font-weight: 900;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 2rem;
}
.headerFormlink:hover {
  text-decoration: none;
  background-color: rgba(157, 90, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
.header-navi {}
.header-navi li {
  transform: rotate(0.05deg);
}
.topicpath div {
  padding-left: 0px;
  padding-right: 0px;
}
.topicpath div a {
  color: rgba(0, 0, 0, 1.00);
  text-decoration: underline;
}
.footerLogo {
  width: 250px;
}
.footerFormlink a {
  color: rgba(255, 255, 255, 1.00);
  display: block;
  text-align: right;
  height: 50px;
  text-decoration: none;
  background-color: rgb(209, 115, 90);
  border-radius: 8px;
  width: 230px;
  padding-top: 12px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.footerFormlink a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f1d8';
  position: absolute;
  font-weight: 900;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 2rem;
}
.footerFormlink a:hover {
  text-decoration: none;
  background-color: rgba(225, 144, 123, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
.footerTel {
  color: rgba(255, 255, 255, 1.00);
  font-size: 2.5rem;
  text-align: center;
}
.footerTel a {
  text-decoration: none;
}
.footerTime {
  color: rgba(255, 255, 255, 1.00);
  text-align: center;
}
.footerNav {
  /* [disabled]display: flex; */
  flex-wrap: wrap;
  margin-top: 30px;
}
.footerNav li {
  width: 50%;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
.footerNav a {
  color: rgba(255, 255, 255, 1.00);
}
.worksList {}
.worksList .row a {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  clear: both;
  position: relative;
  color: rgba(0, 0, 0, 1.00);
}
.worksList .row a:hover {
  color: rgba(0, 0, 0, 1.00);
  text-decoration: none;
}
.worksList .row a img {
  width: 140px;
}
.worksList .row a p {
  position: absolute;
  left: 145px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.worksGallery {}
.worksGallery .row div {
  margin-bottom: 50px;
  text-align: center;
}
.worksGallery .row img {
  max-width: 100%;
  height: auto;
}
.shacho-photo {
  /* [disabled]float: right; */
  text-align: center;
}
.shacho-photo img {
  width: 70%;
}
.olNumber01 {
  list-style-type: none;
}
.olNumber01 li {
  position: relative;
  padding-left: 9rem;
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}
.olNumber01 li span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2rem;
  color: #e3f5d8;
  background: #22ac38;
}
.olNumber01 li span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #22ac38;
}
.youtube-block .row div {
  text-align: center;
  display: block;
  margin-bottom: 50px;
}
.youtube-block .row div a {
  position: relative;
  display: block;
}
.youtube-block .row div img {
  max-width: 100%;
  height: auto;
}
.youtube-block .row div a::before {
  position: absolute;
  z-index: 10;
  background-image: url(../img/movie-image01.png);
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  opacity: 0.6;
}
.youtube-block .row div a:hover::before {
  opacity: 1;
}
.modelhousePhotos div {
  margin-bottom: 15px;
  text-align: center;
}
.modelhousePhotos div img {
  max-width: 100%;
  height: auto;
}
.modelhouseYoutube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
  overflow: hidden;
  margin-bottom: 50px;
}
.modelhouseYoutube iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.modelhouse_btn {
  background-color: rgba(255, 83, 85, 1.00);
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
}
.modelhouse_btn a {
  color: rgba(255, 255, 255, 1.00);
  padding: 10px;
  display: block;
  position: relative;
}
.modelhouse_btn a:hover {
  border-radius: 8px;
  background-color: rgba(255, 154, 155, 1.00);
  text-decoration: none;
}
.modelhouse_btn ::before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  position: absolute;
  font-weight: 900;
  top: 50%;
  font-size: 25px;
  transform: translate(-1em, -50%);
  -webkit-transform: translate(-1em, -50%);
  -ms-transform: translate(-1em, -50%);
}
.modelhouseWrap {
  background-color: rgba(236, 236, 236, 1.00);
  margin-bottom: 30px;
  padding: 15px;
}
.aboutTable {
  margin-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
}
.aboutTable dt {
  padding-top: 5px;
  padding-left: 5px;
  border-top: 1px solid #DDDDDD;
}
.aboutTable dd {
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.planConcept {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
  border: 1px solid rgba(209, 209, 209, 1.00);
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.planConcept ul {
  margin: 0px;
}
.planConcept ul li {
  list-style-type: none;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-left: 5px solid rgba(67, 151, 3, 1.00);
  padding-left: 10px;
}
.hoshoUl {
  margin-bottom: 50px;
}
.hoshoUl li {
  background-color: #004C7C;
  color: rgba(255, 255, 255, 1.00);
  width: 300px;
  font-size: 2rem;
  padding: 5px;
  border-radius: 8px;
  text-align: center;
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
/*新着情報　詳細ページタイトル*/
.latestDetailTitle {
  font-size: 2.3rem;
  border-bottom-color: #c2c2c2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 10px;
}
/*新着情報ページャー*/
.pager {
  text-align: center;
  padding: 10px;
  clear: both;
}
/*ページャーボタン*/
.pager a {
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #333;
  font-size: 12px;
  padding: 3px 7px 2px;
  text-decoration: none;
  margin: 0 1px;
}
/*現在のページのボタン*/
.pager a.current {
  background: #999;
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px 2px;
  margin: 0 1px;
  text-decoration: none;
}
.pager a:hover {
  background: #999;
  color: #fff;
}
.overPagerPattern {
  padding: 0 2px;
}
.form dt {
  margin-bottom: 5px;
  position: relative;
}
/*メールフォーム*/
.form dt span {
  color: #FF2629;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: normal;
  margin-left: 5px;
  border-radius: 4px;
  border: 1px solid rgba(255, 78, 80, 1.00);
  font-size: 1rem;
  width: 40px;
  display: inline-block;
  text-align: center;
  position: absolute;
}
.formPrivacy a {
  text-decoration: underline;
}
.form {
  width: 90%;
  margin-left: 5%;
}
.form dd {
  margin-bottom: 10px;
}
.form dd .input1 {
  width: 100%;
}
.form dd textarea {
  width: 100%;
  height: 150px;
}
table#mfp_confirm_table {
  margin-bottom: 30px;
  width: 100%;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  border-top-style: none;
  padding: 0px;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}
div#mfp_phase_confirm h4 {
  font-size: 2.5rem;
}
table#mfp_confirm_table tr th {
  font-weight: bold;
}
.submitBtn {
  background-color: #D00003;
  color: #FFFFFF;
  padding: 10px;
  font-size: 20px;
  border: none;
  border-radius: 8px;
  width: 80%;
}
.formPrivacy {
  text-align: center;
  margin-bottom: 30px;
}
/*slivk*/
.module {
  padding: 0px;
}
.slick-arrow {
  z-index: 99;
}
.slide .slick-slide:focus {
  outline: none;
}
.slide {
  overflow: hidden;
  margin-bottom: 60px;
}
.slide02 {
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
}
/*homeトップスライダ上のロゴボックス*/
.slide02Box {
  position: absolute;
  background-color: rgb(38, 61, 77);
  color: rgba(255, 255, 255, 1.00);
  width: 300px;
  height: 300px;
  padding: 10px;
  z-index: 10000;
  top: 10%;
  left: 10%;
  text-align: center;
}
.slide02Box div {
  border: 1px solid rgba(255, 255, 255, 1.00);
  width: 100%;
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  height: 100%;
}
.slide02Box h3 {
  font-size: 3.8rem;
  text-align: center;
  border-bottom: 3px solid rgba(255, 255, 255, 1.00);
  margin-bottom: 0px;
  font-family: "Norwester Regular";
}
.slide02Box h3 + p {
  text-align: right;
  margin-bottom: 30px;
}
.slide02Box h4 {
  font-size: 2.5rem;
  text-align: center;
  border-bottom: 1px dashed rgba(255, 255, 255, 1.00);
  display: inline-block;
  font-family: "DidactGothic Regular";
}
.slide02Box h4 + p {
  font-size: 1.5rem;
  margin-left: 35px;
  text-align: left;
  font-weight: 400;
  font-family: "NotoSansJP VariableFont wght";
}
.slide02Box h4 + p span {
  display: inline-block;
  width: 50px;
  font-family: "DidactGothic Regular";
}
/*homeトップスライダ上のコピー表示*/
.slide03Box {
  position: absolute;
  z-index: 10000;
  top: 400px;
  left: 10%;
}
.slide03Box img {
  width: 300px;
}
/*homeトップスライダ上のYKK表示*/
.slide04Box {
  position: absolute;
  z-index: 10000;
  top: 520px;
  left: 10%;
}
.slide04Box img {
  width: 300px;
}
.slide_inner {
  /*width: 1110px;*/
  margin: 0 auto;
}
.slide .slick-list {
  overflow: visible !important;
}
.slide .slick-slide {
  opacity: 0.5;
  transition: 0.5s;
}
.slide .slick-now {
  opacity: 1;
}
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  /*margin: 0 5px;*/
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev {
  z-index: 100;
  left: 0px;
  width: 30px;
  height: 30px;
}
.slick-next {
  z-index: 100;
  right: 0px;
  width: 30px;
  height: 30px;
}
.slick-prev:before, .slick-next:before {
  color: #000;
  z-index: 9;
  font-size: 30px;
}
.slick-slide {
  transition: all ease-in-out .3s;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.slick-slide {
  outline: none;
}
.slick-dots li button::before {
  font-size: 15px;
}
.navbar {
  background-image: url(../img/back01.jpg);
  background-repeat: repeat-x;
  background-size: 556px auto;
  background-position: center top;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
  font-size: 2rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 1.00);
}
.navbar-nav {
  display: inherit;
  border-bottom: 1px solid rgba(220, 220, 220, 1.00);
  margin-bottom: 10px;
  margin-top: 20px;
}
.navbar-nav div {
  width: 80%;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.navbar-toForm {
  background-color: rgba(255, 114, 42, 1.00);
  margin-left: 5%;
  border-radius: 8px;
  margin-right: 5%;
  position: relative;
}
.navbar-toForm a {
  display: block;
  color: rgba(255, 255, 255, 1.00);
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-toForm a:hover {
  border-radius: 8px;
  text-decoration: none;
  background-color: rgba(255, 154, 103, 1.00);
}
.navbar-toForm a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f1d8';
  position: absolute;
  font-weight: 900;
  left: calc(50% - 10.5rem);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 2rem;
}
.navbar-toCall {
  background-color: rgba(0, 124, 194, 1.00);
  margin-left: 5%;
  border-radius: 8px;
  margin-right: 5%;
}
.navbar-toCall a {
  display: block;
  color: rgba(255, 255, 255, 1.00);
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.navbar-toCall a:hover {
  border-radius: 8px;
  text-decoration: none;
  background-color: rgba(83, 152, 191, 1.00);
}
.navbar-toCall a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f3cd';
  position: absolute;
  font-weight: 900;
  left: calc(50% - 6.5rem);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 2rem;
}
.navbar-nav li {
  width: 50%;
  float: left;
  position: relative;
  border-top: 1px solid rgba(220, 220, 220, 1.00);
}
.navbar-nav li a {
  display: block;
  color: rgba(97, 97, 97, 1.00);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.navbar-nav li a:hover {
  text-decoration: none;
  background-color: rgba(234, 234, 234, 1.00);
}
.navbar-nav li a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  position: absolute;
  font-weight: 900;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/*フッター固定メニュー*/
.footerFixMenu {
  /*display: block;*/
  width: 100%;
  background-color: rgb(209, 115, 90);
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  text-align: center;
  /* 1. メニューを画面下へ隠す */
  transform: translateY(100%);
  /* 2. 0.3秒かけて表示する */
  transition: .3s;
}
.active {
  /* 3. メニューを定位置へ戻す */
  transform: translate(0);
}
.footerFixMenu div {
  width: 33.333%;
  float: left;
  position: relative;
}
.footerFixMenu div a {
  display: block;
  color: rgba(255, 255, 255, 1.00);
  padding-top: 30px;
  font-size: 1.2rem;
  height: 50px;
  padding-bottom: 30px;
}
.footerFixMenu div a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 1.00);
}
.footerMenuTell {
  border-left: 1px solid #FFA06F;
  border-right: 1px solid #FFA06F;
}
.footerMenuForm a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  position: absolute;
  font-weight: 900;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 2rem;
  top: 2px;
  left: 50%;
}
.footerMenuTell a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f3cd';
  position: absolute;
  font-weight: 900;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 2rem;
  left: 50%;
  top: 3px;
}
.footerMenuTop {
  color: rgba(255, 255, 255, 1.00);
  cursor: pointer;
  padding-top: 30px;
  font-size: 1.2rem;
  height: 50px;
}
.footerMenuTop:before {
  font-family: "Font Awesome 5 Free";
  content: '\f139';
  position: absolute;
  font-weight: 900;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 2rem;
  top: 4px;
  left: 50%;
}
.instaIcon01 {
  font-size: 4rem;
  text-align: center;
}
.instaIcon01 a {
  color: rgba(255, 255, 255, 1.00);
}
.copyright {
  text-align: center;
  font-size: 1.3rem;
  padding-top: 5px;
  padding-bottom: 5px;
  color: rgba(255, 255, 255, 1.00);
}
.txt_inr {
  height: 150px;
  overflow: hidden;
}
.readmore {
  border-radius: 8px;
  background-color: rgba(44, 99, 30, 1.00);
  text-align: center;
  padding: 5px;
  color: rgba(255, 255, 255, 1.00);
  margin-top: 50px;
  cursor: pointer;
}
.slide_inner02 div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  min-height: calc(var(--vh, 1vh) * 100);
}
.homeFadeimage01 {
  background-image: url(../img/home-fade01.jpg);
}
.homeFadeimage02 {
  background-image: url(../img/home-fade02.jpg);
}
.homeFadeimage03 {
  background-image: url(../img/home-fade03.jpg);
}
.tochiToptable {
  list-style-type: none;
}
.tochiToptable li + li {
  border-bottom: 1px dashed #A9A9A9;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tochiPrice01 {
  font-weight: bold;
  color: #FF181C;
  font-size: 3rem;
  margin-bottom: 10px;
}
.tochiPrice {
  font-weight: bold;
  color: #FF181C;
  font-size: 2rem;
}
/*土地ページ　スライダー*/
.tochi_slide .slide_nav img {
  width: 120px;
  /*height: 70px;*/
  object-fit: cover;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.tochi_slide .slide_nav .slick-current img {
  opacity: 1;
  border: 2px solid #333;
}
.tochi_slide .slide_inner03 {
  margin-bottom: 15px;
}
.tochi_slide {
  margin-bottom: 50px;
}
/*土地ページ　物件概要テーブル*/
.tochi_detailTable {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr); /* ← 左を固定、右は可変 */
  column-gap: 0rem; /* 行間は別途 row-gap で */
  row-gap: 0; /*行間 列間*/
  margin-bottom: 60px;
  font-size: 1.4rem;
}
.tochi_detailTable dt {
  margin: 0px;
  padding: 10px;
  background-color: #FFF9E9;
  border-bottom: 1px solid #E7E7E7;
}
.tochi_detailTable dd {
  margin: 0px;
  padding: 10px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E7E7E7;
}
.tochiMap iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 60px;
}
.tochiBtn {
  list-style: none;
}

@media (min-width:576px) {
  .homeModeltext {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .homeIcons ul {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .topicpath div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modelhouse_btn {
    font-size: 25px;
  }
  .homeReviews div a h4 {
    font-size: 3.5rem;
    top: 73%;
  }
  .homeReviews div a h4 span {
    font-size: 3rem;
  }
    .tochiBtn {
  display: flex;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
}
@media (min-width:768px) {
  body {
    font-size: 1.6rem;
    width: auto;
  }
  #header {
    padding-top: 15px;
  }
  .title01 {
    font-size: 2.5rem;
  }
  .title-cate01 {
    font-size: 3rem;
  }
  .title01_br {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 1em;
    font-size: 3rem;
  }
  .title01_br span {
    font-size: 4rem;
  }
  .title01_br::before, .title01_br::after {
    position: absolute;
    content: '';
    top: calc(50% - 25px);
    height: 50px;
    border-left: #000000 solid 3px;
  }
  .title01_br::before {
    left: 0;
    transform: rotate(-30deg);
  }
  .title01_br::after {
    right: 0;
    transform: rotate(30deg);
  }
  .title08 {
    position: relative;
    padding: 0 65px;
    text-align: center;
    font-size: 5rem;
    margin-bottom: 30px;
  }
  .title08:before {
    position: absolute;
    left: 0;
    width: 30%;
    height: 2px;
    content: '';
  }
  .title08:after {
    position: absolute;
    right: 0;
    width: 30%;
    height: 2px;
    content: '';
  }
  .title08 span {
    position: relative;
    padding: 0 1em;
    display: inline-block;
    line-height: 3rem;
  }
  .title08 span span {
    font-size: 2.5rem;
  }
  .cateSubtitle {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
  .cateSubtitle {
    font-size: 2.8rem;
  }
  .slide_inner {
    width: 690px;
    margin: 0 auto;
  }
  .br-sp {
    display: none;
  }
  .navbar-nav div {
    width: 40%;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
  }
  .footerFixMenu {
    display: none;
  }
  .homeModeltext {
    width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
  .homeIcons ul li {
    width: 25%;
    float: left;
    text-align: center;
    border-left: 1px solid rgba(215, 215, 215, 1.00);
  }
  .homeIcons ul li:first-child {
    border-bottom-style: none;
  }
  .homeIcons ul li:nth-child(2) {
    border-right-style: none;
    border-bottom-style: none;
  }
  .worksList .row a img {
    width: auto
  }
  .worksList .row a p {
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .shacho-photo {
    float: right;
    width: 330px;
    background-color: #C8272A;
  }
  .shacho-photo img {
    width: 100%;
  }
  .aboutTable {
    background-color: rgba(237, 237, 237, 1.00);
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 30px;
  }
  .aboutTable dt {
    padding: 10px;
    float: left;
    width: 170px;
    border-top: 1px solid #DDDDDD;
  }
  .aboutTable dd {
    padding: 10px;
    margin-left: 170px;
    background-color: rgba(255, 255, 255, 1.00);
    border-top: 1px solid #DDDDDD;
  }
  .gmaps {
    border-style: none;
    width: 100%;
    height: 400px;
  }
  .hoshoUl {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
  }
  .hoshoUl li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .form {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .form dt {
    float: left;
    padding: 10px;
    width: 200px;
  }
  .form dd {
    padding: 10px;
    margin-left: 200px;
  }
  .form dd .input1 {
    width: 100%;
  }
  .form dd textarea {
    width: 100%;
    height: 200px;
  }
  .submitBtn {
    width: 700px;
  }
  .form dt span {
    right: 0px;
  }
  table#mfp_confirm_table {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .latestMain {
    min-height: 370px;
  }
  .homeTohajime h3 {
    font-size: 5rem;
    margin-bottom: 30px;
    text-shadow: 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.4);
  }
  .homeTohajime p {
    margin-bottom: 80px;
    font-size: 1.6rem;
  }
}
@media (min-width:992px) {
  .headerLogo {
    width: 300px;
  }
  .headerFormlink {
    transform: rotate(0.05deg);
  }
  .header-navi {
    background-image: url(../img/back02.jpg);
    background-repeat: repeat-x;
    background-position: center top;
  }
  .header-navi ul {
    text-align: center;
  }
  .header-navi li {
    list-style-type: none;
    display: inline-block;
    font-size: 1.56rem;
  }
  .header-navi li a {
    display: block;
    padding: 20px;
    color: rgba(255, 255, 255, 1.00);
  }
  .header-navi li a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.41);
  }
  .slick-dots li button::before {
    font-size: 20px;
  }
  .menu-switch {
    display: none;
  }
  .latestInsta {}
  .homeIcons {
    margin-bottom: 100px;
    line-height: 2.3rem;
  }
  .homeIcons ul li a {
    font-size: 1.8rem;
  }
  .header-logo_sp img {
    width: 300px;
  }
  .navbar {
    padding-bottom: 1rem;
    padding-top: 1rem;
    background-size: 800px auto;
  }
  .slide02Box {
    width: 400px;
    height: 400px;
    padding: 10px;
    top: 10%;
    left: 10%;
  }
  .slide02Box div {
    padding-top: 70px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    height: 100%;
    text-align: center;
  }
  .slide02Box h3 {
    font-size: 5.5rem;
  }
  .slide02Box h3 + p {
    font-size: 2rem;
    font-family: "DidactGothic Regular";
  }
  .slide02Box h4 {
    font-size: 4rem;
  }
  .slide02Box h4 + p {
    font-size: 2rem;
    margin-left: 40px;
  }
  .slide02Box h4 + p span {
    width: 70px;
  }
  .slide03Box {
    top: 510px;
  }
  .slide03Box img {
    width: 400px;
  }
  .slide04Box {
    top: 650px;
  }
  .slide04Box img {
    width: 400px;
  }
  .homeTohajime h3 {
    font-size: 7rem;
    margin-bottom: 30px;
    text-shadow: 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.4);
  }
  .homeTohajime p {
    margin-bottom: 80px;
    font-size: 2rem;
  }
  .homeIetukuri .row div p {
    font-size: 2.5rem;
  }
  .homeModelhouse .row div div {
    padding: 15px;
    background-color: rgba(255, 255, 255, 1.00);
  }
}
@media (max-width:767.98px) {
  table#mfp_confirm_table tr th {
    display: block;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
  }
  table#mfp_confirm_table tr td {
    display: block;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .showing {
    height: 50px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  .gmaps {
    width: 100%;
    height: 400px;
    margin-top: 20px;
    border-style: none;
  }
  .pc_br {
    display: none;
  }
}
@media (max-width:991.98px) {
  .pc_conte {
    display: none;
  }
  .header-navi {
    display: none;
  }
  #header {
    display: none;
  }
}
@media (max-width:1199.98px) {
  body {
    min-width: 0;
  }
  .slide_inner {
    width: auto;
  }
  .slide_inner img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .slide_inner {
    width: 930px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .slide_inner {
    width: 1110px;
    margin: 0 auto;
  }
}
