:root {
  --main-color: #09346e;
  --main-color2: #25a1c8;
  --main-bgcolor: #f2fafc ;
}


.font1{font-family: 'Hina Mincho', serif;}
.font2{font-family: 'Kosugi', sans-serif;}
.font3{font-family: 'Noto Sans JP', sans-serif;}
.font4{font-family: 'Noto Serif JP', serif;}
.font5{font-family: 'Reggae One', cursive;}
.font6{font-family: 'RocknRoll One', sans-serif;}
.font7{font-family: 'Sawarabi Gothic', sans-serif;}
.font8{font-family: 'Sawarabi Mincho', serif;}
.font9{font-family: 'Shippori Mincho B1', serif;}
.font10{font-family: 'Zen Maru Gothic', sans-serif;}
.font11{font-family: 'DotGothic16', sans-serif;}
.font12{font-family: 'Zen Kaku Gothic New', sans-serif;}

.bg_bray{background-color: #f7f7f7 !important;}
/*共通*/
h2{font-size: 2rem;text-align: center;font-weight: bold;line-height: 2.5rem;margin-bottom: 50px;letter-spacing: 0.2rem;}
@media only screen and (max-width: 991px) {
  h2{font-size: 1.3rem;line-height: 2rem;}
}

    

.w100 {width: 100%;height: auto !important;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w50 {width: 50%;}
.max-100 { max-width: 100%;}
@media only screen and (max-width: 991px) {
h3{font-size: 1.3rem;letter-spacing: 0.1rem;}
h4{font-size: 1.1rem;letter-spacing: 0.1rem;}

.sp-none{display: none;}
}

.img_wrap img{
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.7;
  transition-duration: 0.3s;
}
p{font-size: 90%;margin-bottom: 10px;}
@media only screen and (max-width: 720px) {
  p{font-size: 80%;margin-bottom: 10px;}
}


/*施工事例*/
.section_white{background-color: #FFF;padding-top: 100px;padding-bottom: 100px;}
.section_white .arrow{background-image: url(../images/arrow.svg);background-position: right ;background-repeat: no-repeat;}
.section_white a:link{color: #222;text-decoration: none;}
.section_white a:hover{color: #555;text-decoration: none;}


/*プラン*/
.section_lightgray{background-color: #EAF0F0;padding-top: 100px;padding-bottom: 100px;}
.section_lightgray h3{font-size: 19px;text-align: left;letter-spacing: 0.2em;border-bottom: 1px solid #FFF;color: #FFF;padding-bottom: 20px;text-align: center;line-height: 1.4em;font-weight: bold;}
.section_lightgray .bray_bg{background-color: #4D4D4D;color: #FFF;padding: 10%;font-size: 14px;line-height: 1.3em;}




/* フッター */
#footer{background-color: #F1F1F1;font-size: 1rem;width: 100%;margin-top: 50px;font-size: 12px;text-align: right;}
.copyright{padding: 10px 0 20px;color: #3e3a39;}
@media (max-width: 992px) {
  #footer{text-align: left;padding-bottom: 100px !important;}
}
@media (max-width: 992px) {
.copyright{font-size: 10px;}
#footer h2{margin-top: 1.5rem;}
}
.footer_btn{position: fixed;right: 0; bottom: 0;z-index: 99;width: 60px;}
.footer_btn_right{width: 100%;margin:0 0 0 0}
@media (max-width: 992px) {
  .footer_btn{position: fixed;left: 5%; bottom: 0;z-index: 99;width: 90%;}
  .footer_btn_right{width: 100%;margin:0 0 0 0}
}

#topBtn{
    background:#333;
    color: #fff;
    position: fixed;
    left: 10px;
    bottom: 10px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 99;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 991px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    .pcnav{ display: none !important; }
}
/*メニュー用css*/










/* パララックス用のCSS */
.parallax {
  padding: 300px 0;
  height: 300px;
    background: url(../images/slide1.jpg);
    background-size: cover;
    background-position: center;
   background-repeat: no-repeat;
}

.parallax2 {
  padding: 300px 0;
  height: 100px;
    background-size: cover;
    background-position:top center;
   background-repeat: no-repeat;
}
.normal {
  height: 100px;
  background-color: #FFF;
}

@media only screen and (max-width: 991px) {
.parallax,.parallax2{
  padding: 250px 0;
  height: 200px;
  background-position: center; }
}



/* ヘッダー */
.header-logo{ background: linear-gradient(
  rgba(0, 0, 0, 0.7),
  rgba(0, 0, 0, 0.4),
  rgba(0, 0, 0, 0.1),
  rgba(0, 0, 0, 0)
);position: fixed;top: 0;z-index: 3;padding-bottom: 50px;}
.logo_area img{ width: 80%;margin: 10px 0;max-height: 80px;}
.header-logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* PCメニュー */
.pc-menu {
  padding:  0;
}

.pc-menu ul {
  display: flex;
  justify-content: right;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc-menu li {
}

.pc-menu li:first-child {
  margin-left: 0;
}

.pc-menu li:last-child {
  margin-right: 0;
}

.pc-menu a {
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  font-size: .85rem;
  padding: 5px;
}


.pc-menu a:hover {
  color: #FFF;
  position: relative;
}

.pc-menu a:hover::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #FFF;
  bottom: -3px;
  left: 25%;
  animation: menuHover 0.3s ease-in-out forwards;
}
.pc-menu ul li::before {
  content: "|";
  margin: 0 13px; /* 区切り線とテキストの間のマージンを設定してください */
  color: #FFF; /* 区切り線の色を適切に設定してください */
  height: 50px !important; /* 縦の線の高さを増やす */
}
.pc-menu ul li:last-child::after {
  content: "|";
  margin-left: 10px; /* 区切り線とテキストの間のマージンを設定してください */
  color: #FFF; /* 区切り線の色を適切に設定してください */
}
@keyframes menuHover {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/* PCメニューsub */
.menu-item {
  list-style: none; /* リストのデフォルトのマーカーを非表示にする */
  padding-left: 20px; /* アイコンとテキストの間にスペースを追加 */
  background-repeat: no-repeat; /* 背景画像の繰り返しを無効にする */
  background-position: left center; /* 背景画像を左寄せに配置 */
  background-size: 20px 20px; /* アイコンのサイズを設定 */
  line-height: 20px; /* テキストの高さをアイコンの高さに合わせる */
}

.menu-item a {
  text-decoration: none; /* リンクの下線を削除 */
  color: #333; /* テキストの色を設定 */
}

.menu-item:nth-child(1) {
  background-image: url('../images/icon_event.svg'); /* 1番目のアイコンの画像を指定 */
}

.menu-item:nth-child(2) {
  background-image: url('../images/icon_estate.svg'); /* 2番目のアイコンの画像を指定 */
}

.menu-item:nth-child(3) {
  background-image: url('../images/icon_contact.svg'); /* 3番目のアイコンの画像を指定 */
}
.pc-menu-sub {
  margin-top: 15px;
  margin-bottom: 10px;
}

.pc-menu-sub ul {
  display: flex;
  justify-content: right;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc-menu-sub li {margin: 0 15px;
}

.pc-menu-sub li:first-child {
  margin-left: 0;
}

.pc-menu-sub li:last-child {
  margin-right: 0;
}

.pc-menu-sub a {
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  font-size: .8rem;
  padding: 5px;
}


.pc-menu-sub a:hover {
  color: #FFF;
  position: relative;
}

.pc-menu-sub a:hover::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #FFF;
  bottom: -3px;
  left: 25%;
  animation: menuHover 0.3s ease-in-out forwards;
}


/* SPメニュー */
.menu-content .row{padding: 0 ;margin: 0;}

.menu-content ul {
  padding: 90px 10px 0;
  margin-bottom: 30px !important;
}
.menu-content ul li {
  border-bottom: solid 1px #ccc;
  position: relative;
  height: auto;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#fff;
  text-decoration: none;
  padding: 8px 15px 10px 10px;
}

.menu-content .sub {
  list-style:none;
  padding-left: 0.7em;
}


.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
@media only screen and (max-width: 1000px) {
  .menu-content ul {
    padding: 0px 30px 0;
  }
  .menu-content ul li a {
    padding: 15px 15px 10px 10px;
  }

.menu-content ul li a::before {
  right: 11px;
  top: 20px;
}
  .menu-content{
    padding: 90px 0 0;}
  }

.menu-content {
  width: 25%;
  height: 100%;
  position: fixed;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 99998;
  overflow-y: auto;
  opacity: 0.8;
  background-color: #111;
  transition: all 0.5s;/*アニメーション設定*/
}

.menu-content a:hover{
  color: #999;
}

#menu-btn-check:checked ~ .menu-content {
    left: 75%;/*メニューを画面内へ*/
}
@media only screen and (max-width: 1000px) {
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 99998;
    overflow-y: auto;
    opacity: 0.8;
    background-color: #111;
    transition: all 0.5s;/*アニメーション設定*/
  }
  
  #menu-btn-check:checked ~ .menu-content {
      left: 0%;/*メニューを画面内へ*/
  }
  .menu-mt{margin-top: 0 !important;padding-top: 0 !important;}
  .menu-mb{margin-bottom: 0 !important;padding-bottom: 0 !important;}
  }
/*三本線疑似要素*/
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.menu-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  display: flex;
  height: 80px;
  width: 80px;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background-size: contain;
}

@media only screen and (max-width: 991px) {
  .menu-btn {
    height: 60px;
    width: 60px;
  } 
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  border-radius: 0px;
  background-color: #FFF;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
.menu-btn.active span,
.menu-btn.active span:before,
.menu-btn.active span:after {
  background-color: #fff;
}
/*チェックボックスを隠す*/
#menu-btn-check {
    display: none;
}






/* フォーム */
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {

  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {

}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #09346e;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 30px;
  margin-top: 100px !important;
  border: none;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #09346e;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
