@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
  font-size: 100%;
}
body {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Hiragino Mincho Pro", "Meiryo", serif;
  letter-spacing: 1pt;
}
.wrap {
  overflow: hidden;
}
img {
  max-width: 100%;
  vertical-align: top;
}
/*header部分の設定*/
header {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.container a:link {
  text-decoration: none;
  color: #0B0B0B;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px;
  letter-spacing: 3pt;
  font-size: 16pt;
  font-family: 'Sorts Mill Goudy', serif;
  font-weight: bold;
}
.container a:visited {
  text-decoration: none;
  color: #0B0B0B;
}
header a:hover {
  transition: 0.3s;
  opacity: 0.5;
}
.logo {
  display: flex;
  width: 5%;
  margin-left: 20px;
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.container {
  padding: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 70%;
}
.item {
  margin: 3%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*header部分の設定ここまで*/
/*メインビジュアル部分の設定*/
.mv {
  box-sizing: border-box;
  z-index: 101;
}
h2 {
  font-size: 180%;
  color: #fff;
  font-weight: normal;
  margin: -150px auto 100px;
  padding: 50px 0 0 5%;
  letter-spacing: 5pt;
  z-index: 101;
  position: relative;
  text-shadow: 0 0 1px #fff;
box-sizing: border-box;
}
.bg_shiro {
  padding: 10px;
  background-color: rgba(17, 28, 54, 0.70);
}
/*メインビジュアル部分の設定ここまで*/
/*コンセプトここから*/
.concept {
  text-align: center;
  max-width: 100%;
  padding: 100px 0;
  margin: 0 auto 10px;
}
h3 {
  font-size: 30pt;
  letter-spacing: 2pt;
  font-family: 'Sorts Mill Goudy', serif;
  margin-top: 100px;
}
.hutoji {
  font-weight: bold;
}
.concept .text {
  width: 60%;
	margin: auto;
  text-align: left;
  font-size: 15pt;
  line-height: 40pt;
  letter-spacing: 2pt;
  color: #333;
  text-shadow: 0 0 1px #7F7F7F;
}
.concept a, .text_right a {
  text-decoration: none;
  color: #CAAE2D;
  padding: 5pt;
  letter-spacing: 3pt;
  font-weight: bold;
  font-size: 15pt;
}
.plan .text1 a {
  text-decoration: none;
  color: #CAAE2D;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 3pt;
  letter-spacing: 2pt;
  font-weight: bold;
  font-size: 15pt;
}
.plan_info2 a {
  text-decoration: none;
}
/*コンセプトここまで*/
/*DIYリフォーム*/
.diy {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 10px;
}
.diy .text {
  width: 65%;
  max-width: 100%;
  text-align: left;
  font-size: 16pt;
  line-height: 40pt;
  letter-spacing: 2pt;
  color: #333;
  text-shadow: 0 0 1px #7F7F7F;
  margin: 0 auto;
  padding-top: 70px
}
.gallery {
  width: 60%;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 100px 100px 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.gallery_box {
  display: flex;
}
.gallery_photo {
  padding: 10px 5px;
  display: flex;
}
.gallery_photo a:hover {
  opacity: 0.5;
  transition: 0.2s;
}
.gallery_top {
  margin-left: auto;
  padding: 10px 70px 50px 0;
  width: 50%;
}
.gallery_box2 {
  display: flex;
}
.gallery_top2 {
  text-align: left;
  padding: 0 0 50px 70px;
  width: 40%;
}
.diy .text2 {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
  font-size: 16pt;
  line-height: 40pt;
  letter-spacing: 2pt;
  color: #333;
  text-shadow: 0 0 1px #7F7F7F;
  padding-top: 70px;
}
.diy h4 {
  margin: 100px 0 5px 0;
  font-size: 22pt;
}
.diy h5 {
  margin: 200px auto 0;
  width: 50%;
}
/*DIYリフォームここまで*/
/*プランここから*/
.plan {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 10px;
}
.box1 {
  margin: 10px auto;
  max-width: 100%;
  width: 70%;
  padding: 80px 0 100px;
}
.box2 {
  margin: 10px auto;
  max-width: 100%;
  width: 70%;
  padding: 300px 0 40px;
}
hr {
  margin: 0 20% 10%;
  color: #000;
}
.plan_text2 {
  width: 70%;
  text-align: left;
  margin-left: 50px;
  letter-spacing: 2pt;
  text-shadow: 0 0 1px #7F7F7F;
  font-size: 14pt;
  line-height: 50pt;
}


.plan1 {
    display: flex;
    margin: -10% 0 10%;
	position: relative;
  }
  .plan_img1 {
    margin-right: auto;
    width: 97%;
    padding: 20% 0 0 0;
    position: absolute;
    z-index: 1;
  }
  .plan_img1_2 {
    width: 50%;
    margin-left: auto;
    margin-top: -20%;
    padding: 0% 0 0 54%;
    z-index: 2;
  }
  .plan_info1 {
    width: 100%;
    z-index: 10;
  }
  .plan .text1 {
    width: 85%;
    padding: 20px 0 0 5%;
    letter-spacing: 1pt;
    margin: 0;
    text-shadow: 0 0 1px #fff;
    font-size: 16pt;
    line-height: 30pt;
	  text-align: left;
    color: #fff;
  }



.plan2 {
  display: flex;
}
.plan_img2 {
  width: 70%;
  padding: 320px 0 0 30px;
  z-index: 2;
}
.plan_img2_2 {
  width: 25%;
  position: absolute;
  padding: 660px 100px 100px 450px;
  z-index: 1;
}
.plan_info2 {
  width: 100%;
  margin-top: 40%;
}
.plan_text2 {
  width: 40%;
  margin: auto;
  text-shadow: 0 0 1px #7F7F7F;
}
.plan_text3 {
  width: 100%;
  max-width: 700px;
  text-align: left;
  letter-spacing: 2pt;
  text-shadow: 0 0 1px #7F7F7F;
  line-height: 50pt;
  margin: 0 auto;
}
.plan h4 {
  margin: 10% 0 5px 0;
  font-size: 22pt;
}
.plan_photobox {
  display: flex;
  justify-content: space-between;
  padding: 10% 15%;
}
.plan_photo {
  display: flex;
  width: 80%;
  padding: 10px;
}
ul {
  margin: 0;
  padding: 0;
}
.plan li {
  list-style: none;
  text-align: left;
  font-size: 18pt;
  line-height: 50pt;
  max-width: 700px;
  width: 400px;
}
.plan .box1 li, .plan .box2 li {
  list-style: none;
  text-align: left;
  font-size: 18pt;
  line-height: 50pt;
  max-width: 700px;
  width: 100%;
}
.plan_info2 a:hover {
  opacity: 0.5;
  transition: 0.2s;
}
/*news*/
.news {
  text-align: center;
  max-width: 1000px;
  width: 100%;
  padding: 50px 0;
  margin: 0 auto 10px;
}
.news h4, .concept h4 {
  text-align: center;
  font-size: 12pt;
  margin: 10px 0;
}
.news a:hover {
  opacity: 0.4;
  transition: 0.5s;
}
.news h6 {
  background-image: url("images/rain.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 20% 0 0;
  font-size: 15pt;
}
.i_icon {
  padding-left: 150px;
}
.news .text {
  text-align: center;
  font-size: 13pt;
  line-height: 20pt;
  letter-spacing: 2pt;
  color: #333;
  text-shadow: 0 0 1px #7F7F7F;
}
.news_icon_box {
  height: 100px;
  width: 40%;
  display: flex;
  justify-content: center;
  margin: auto;
}
.sns2 {
  padding: 10%;
  flex-direction: row;
  width: 40%;
}
.text_date {
  width: 40%;
  text-align: center;
  margin: 0 auto 130px;
  font-size: 13pt;
  line-height: 24pt;
}
/*access*/
.access {
  text-align: center;
}
.map {
  position: relative;
  width: 60%;
  margin: auto;
}
.map ifram {
  position: absolute;
  width: 100%;
  height: 100%;
}
.access_text {
  width: 60%;
  max-width: 100%;
  margin: 40px auto;
  text-align: left;
  text-shadow: 0 0 1px #7F7F7F;
  line-height: 25pt;
  letter-spacing: 2pt;
  font-size: 14pt;
}
table {
  margin: 50px 0 100px;
  width: 90%;
}
th {
  width: 30%;
}
td {
  width: 80%;
  padding: 5%;
}
/*CONTACT*/
.contact {
  text-align: center;
  max-width: 800px;
  padding: 50px;
  margin: 50px auto 200px;
}
.contact_box {
  display: flex;
}
.contact_text {
  padding: 5% 2%;
  width: 60%;
  max-width: 100%;
  text-align: left;
  letter-spacing: 2pt;
  line-height: 30pt;
  text-shadow: 0 0 1px #7F7F7F;
  font-size: 16pt;
}
.icon_box {
  height: 100px;
  width: 60%;
  display: flex;
  justify-content: center;
}
.sns {
  padding: 5%;
  flex-direction: row;
  width: 20%;
}
.contact h5 {
  font-size: 80%;
  font-family: 'Sorts Mill Goudy', serif;
}
.contact a:hover {
  opacity: 0.4;
  transition: 0.5s;
}
.strong {
  text-align: left;
}
/*フッター*/
footer {
  color: #fff;
  background-color: #2B3D5B;
  height: 200px;
  text-align: center;
  padding: 5%;
  font-size: 15pt;
	position: relative;
}
footer .text {
  padding-top: 5%;
}
.right {
  text-align: right;
  font-size: 8pt;
}
.icon_box3 {
  width: 40%;
  padding: 5% 0 10%;
  display: flex;
  justify-content: center;
  margin: auto;
  z-index: 101;
}
.sns3 {
  padding: 0% 6% 30%;
  flex-direction: row;
  width: 60%;
}
/*PC時のみ表示*/
.pc {
  display: block;
}
/*スマフォ時のみ表示*/
.sumafo {
  display: none;
}



@media (max-width:414px) {
  header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    max-width: 100%;
    margin: 0;
    z-index: 100;
  }
  .container a:link {
    text-decoration: none;
    color: #0B0B0B;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5%;
    letter-spacing: 1pt;
    font-size: 9pt;
    font-family: 'Sorts Mill Goudy', serif;
    font-weight: bold;
  }
  .logo {
    display: flex;
    width: 6%;
    margin-left: 2%;
    margin-top: 2%;
    animation-name: fadeInAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;
  }
  @keyframes fadeInAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 70%;
    height: 20px;
    padding: 2%;
  }
  .item {
    padding: 2%;
    width: 60px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /*header部分の設定ここまで*/
  h2 {
    font-size: 15pt;
    color: #fff;
    font-weight: normal;
    margin: -200px auto 100px;
    padding: 50px 0 0 20px;
    letter-spacing: 3pt;
    z-index: 101;
    position: absolute;
    text-shadow: 0 0 1px #fff;
    width: 60%;
    line-height: 30pt;
  }
  .bg_shiro {
    padding: 5px;
    background-color: rgba(17, 28, 54, 0.70);
  }
  h3 {
    font-size: 20pt;
    letter-spacing: 2pt;
    font-family: 'Sorts Mill Goudy', serif;
    margin-top: 100px;
  }
  .concept .text {
    width: 70%;
    margin: auto;
    text-align: left;
    font-size: 11pt;
    line-height: 23pt;
    letter-spacing: 1pt;
    color: #333;
    text-shadow: 0 0 1px #7F7F7F;
  }
  .concept a, .text_right a {
    text-decoration: none;
    color: #CAAE2D;
    padding: 5pt;
    letter-spacing: 2pt;
    font-weight: bold;
    font-size: 10pt;
  }
  .plan .text1 a {
    text-decoration: none;
    color: #CAAE2D;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 3pt;
    letter-spacing: 2pt;
    font-weight: bold;
    font-size: 9pt;
  }
  .plan_info2 a {
    text-decoration: none;
  }
  .concept {
    text-align: center;
    max-width: 100%;
    padding: 0 0 50px;
    margin:0 auto;
  }
  /*プランここから*/
  .plan {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .box1 {
    margin: 10px auto;
    width: 85%;
    padding-bottom: 100px;
  }
  .box2 {
    margin: 10px auto;
    width: 85%;
    padding: 100px 0 40px;
  }
  hr {
    margin: 0 20% 10%;
    color: #000;
  }
  .plan1 {
    display: flex;
    margin: -10% 0 10%;
  }
  .plan_img1 {
    margin-right: auto;
    width: 97%;
    padding: 150px 0 0 0;
    position: absolute;
    z-index: 1;
  }
  .plan_img1_2 {
    width: 50%;
    margin-left: auto;
    margin-top: -10%;
    padding: 0% 0 0 54%;
    z-index: 2;
  }
  .plan_info1 {
    width: 100%;
    z-index: 10;
  }
  .plan .text1 {
    width: 85%;
    padding: 20px 0 0 5%;
    letter-spacing: 1pt;
    margin: 0;
    text-shadow: 0 0 1px #fff;
    font-size: 10pt;
    line-height: 20pt;
    color: #fff;
  }
  .plan2 {
    width: 100%;
  }
  .plan_img2 {
    display: none;
  }
  .plan_img2_2 {
    display: none;
  }
  .plan_info2 {
    width: 100%;
  }
  .plan_text2 {
    width: 50%;
    margin: auto;
    text-shadow: 0 0 1px #7F7F7F;
  }
  .plan_text3 {
    width: 80%;
    max-width: 100%;
    text-align: left;
    letter-spacing: 2pt;
    text-shadow: 0 0 1px #7F7F7F;
    line-height: 50pt;
    margin: 0 auto;
  }
  .plan h4 {
    margin: 100px 0 5px 0;
    font-size: 16pt;
  }
  .plan_photobox {
    display: flex;
    justify-content: space-between;
    padding: 10% 2%;
  }
  .plan_photo {
    display: flex;
    width: 80%;
    padding: 10px;
  }
  ul {
    margin: 0;
    padding: 0;
  }
  .plan li {
    list-style: none;
    text-align: left;
    font-size: 10pt;
    line-height: 20pt;
    max-width: 100%;
  }
  .plan .box1 li, .plan .box2 li {
    list-style: none;
    text-align: left;
    font-size: 10pt;
    line-height: 25pt;
    max-width: 100%;
  }
  .plan_info2 a:hover {
    opacity: 0.5;
    transition: 0.2s;
  }
  /*DIYリフォーム*/
  .diy {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .diy .text {
    width: 70%;
    max-width: 100%;
    text-align: left;
    font-size: 11pt;
    line-height: 25pt;
    letter-spacing: 1pt;
    color: #333;
    text-shadow: 0 0 1px #7F7F7F;
    margin: 0 auto;
    padding-top: 30px;
  }
  .gallery {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0 100px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .gallery_box {
    display: flex;
  }
  .gallery_photo {
    display: flex;
    width: 25%;
  }
  .gallery_photo a:hover {
    opacity: 0.5;
    transition: 0.2s;
  }
  .gallery_top {
    margin-left: auto;
    padding: 20px 0 50px 0;
    width: 70%;
  }
  .gallery_box2 {
    display: flex;
  }
  .gallery_top2 {
    text-align: left;
    padding: 0 0 50px 0;
    width: 50%;
  }
  .diy h4 {
    margin: 100px 0 5px 0;
    font-size: 15pt;
  }
  .diy h5 {
    margin: 15% auto 0%;
    width: 60%;
  }
  /*DIYリフォームここまで*/
  /*news*/
  .news {
    text-align: center;
    max-width: 100%;
    width: 70%;
    padding: 50px 0;
    margin: 0 auto 10px;
  }
  .news h4, .concept h4 {
    text-align: center;
    font-size: 12pt;
    margin: 10px 0;
  }
  .news a:hover {
    opacity: 0.4;
    transition: 0.5s;
  }
  .text_right {
    width: 70%;
    margin-top: -100px;
    text-align: left;
    margin-bottom: 130px;
    font-size: 12pt;
    padding-left: 40%;
    line-height: 20pt;
  }
  .news h6 {
    background-image: url("images/rain.png");
    background-repeat: no-repeat;
    margin-bottom: -10px;
    padding: 0 0 0 5%;
    font-size: 12pt;
  }
  .i_icon {
    padding-left: 2%;
  }
  .news .text {
    text-align: center;
    font-size: 10pt;
    line-height: 20pt;
    letter-spacing: 2pt;
    color: #333;
    text-shadow: 0 0 1px #7F7F7F;
  }
  .news_icon_box {
    width: 90%;
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .sns2 {
    padding: 20px;
    flex-direction: row;
    width: 60%;
  }
  .text_date {
    width: 60%;
    text-align: center;
    margin: 0 auto 130px;
    font-size: 13pt;
    line-height: 24pt;
  }
  /*access*/
  .access {
    text-align: center;
  }
  .map {
    position: relative;
    width: 100%;
  }
  .map ifram {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .access_text {
    width: 87%;
    max-width: 100%;
    margin: 40px auto;
    text-align: left;
    text-shadow: 0 0 1px #7F7F7F;
    line-height: 25pt;
    letter-spacing: 2pt;
    font-size: 10pt;
  }
  table {
    margin: 50px 0 100px;
    width: 90%;
  }
  th {
    width: 30%;
  }
  td {
    width: 95%;
    padding: 5%;
  }
  /*CONTACT*/
  .contact {
    text-align: center;
    max-width: 100%;
    padding: 50px;
    margin: 50px auto 200px;
  }
  .contact_box {
    display: flex;
    flex-direction: column;
  }
  .contact_text {
    padding: 5% 2%;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    text-align: left;
    letter-spacing: 2pt;
    line-height: 25pt;
    text-shadow: 0 0 1px #7F7F7F;
    font-size: 10pt;
  }
  .icon_box {
    height: 100px;
    width: 30%;
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .sns {
    padding: 10%;
    flex-direction: row;
    width: 70%;
  }
  .contact h5 {
    font-size: 8pt;
    font-family: 'Sorts Mill Goudy', serif;
    width: 100px;
    margin-left: -20px;
  }
  .contact a:hover {
    opacity: 0.4;
    transition: 0.5s;
  }
  /*フッター*/
  footer {
    color: #fff;
    background-color: #2B3D5B;
    height: 150px;
    text-align: center;
    padding: 20%;
    font-size: 10pt;
  }
  .icon_box3 {
    height: 100px;
    width: 90%;
    padding-top: 10%;
    display: flex;
    justify-content: center;
    margin: auto;
    z-index: 101;
  }
  .sns3 {
    padding: 5%;
    flex-direction: row;
    width: 30%
  }
  /*スマフォ時のみ表示*/
  .sumafo {
    display: block;
  }
  /*PC時のみ表示*/
  .pc {
    display: none;
  }
}