: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{display: inline-block;font-size: 2rem;text-align: center;font-weight: bold;line-height: 2.5rem;margin-bottom: 0.2em;letter-spacing: 0.2rem;color: #1a264d;}
.h2-s{font-size: 0.8rem;text-align: center;font-weight: 500;margin-bottom: 4em;margin-top: 0.1em;letter-spacing: 0.2rem;color: #1a264d;}
p{font-size: 100%;}
h3{font-size: 1.4rem;text-align: left;font-weight: 500;letter-spacing: 0.1rem;margin-top:100px;margin-bottom:20px;color: #444;}
h4{font-size: 1.5rem;font-weight: 500;letter-spacing: 0.1rem;margin-left: 0;}
.h3-s{font-size: 0.8rem;text-align: center;font-weight: 500;letter-spacing: 0rem;color: #888;}

.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;}
.h3-s{font-size: 0.7rem;}
.cate_gray{}
.sp-none{display: none;}
}

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

/*swiper*/
.swiper_copy_position{position: absolute;z-index: 8; bottom:10%;width: 80%;right:5%;text-align: right;}
@media only screen and (max-width: 720px) {
  .swiper_copy_position{position: absolute;z-index: 8; bottom:15%;width: 100%;right:5%;text-align: right;} 
}

.swiper_copy1,.swiper_copy2{font-size: 2rem;font-weight: 500;line-height: 4rem;margin-bottom: 0em;margin-left: 1em;letter-spacing: 0rem;color: #FFF;}
.swiper_copy2{margin-top: -3px;}

@media only screen and (max-width: 1180px) {
.swiper_copy1,.swiper_copy2{font-size: 2rem;letter-spacing: 0.2rem;line-height: 3rem;}}

@media only screen and (max-width: 1000px) {
.swiper_copy1,.swiper_copy2{font-size: 1.5rem;letter-spacing: 0.2rem;line-height: 2rem;}}
@media only screen and (max-width: 720px) {
.swiper_copy1,.swiper_copy2{font-size: 1.4rem;letter-spacing: 0rem;line-height: 2rem;}
}

.text {
  margin-bottom: -2px;
  opacity: 0;
  transform: translateY(-15px);
  filter: blur(5px);
  transition: opacity 2s, transform 1s, filter 2s;
  transition-delay: 0.1s;
  display: inline-block;
}

.text.show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.swiper_icon1{position: absolute;z-index: 8; top:15%;width: 25%;left:5%;}
.swiper_icon1_txt{text-align: left;color: #FFF;}
@media only screen and (max-width: 720px) {
.swiper_icon1{position: absolute;z-index: 8; top:15%;width: 60%;left:5%;text-align: right;}
}

/*イベント*/
.section_gray{background-color: #1a264d;padding-top: 100px;padding-bottom: 100px;color: #FFF !important;}
.section_gray h3{font-size: 15px;text-align: left;letter-spacing: 0;}
.section_gray p{font-size: 13px;text-align: left;letter-spacing: 0;line-height: 1.4em;margin-bottom: 5px;}
.categori{background-color: #FFF;padding: 2px 10px;color: #000;font-size: 10px;display: inline-block;}

/*施工事例*/
.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;}


/* ボタンのスタイル */
.button1 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  margin: 10px auto;
  max-width: 150px;
  font-size: 11px;
  padding: 5px 10px;
  border: 1px solid #acacac;
  color: #555 !important;
  transition: 0.3s ease-in-out;
  font-weight: normal;
}
.button1 a:hover {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  margin: 10px auto;
  max-width: 150px;
  font-size: 11px;
  padding: 5px 10px;
  border: 1px solid #acacac;
  background-color: #09346e;
  color: #FFF !important;
  transition: 0.3s ease-in-out;
  font-weight: normal;
}
.button1 a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button1 a:hover:after {
  border-color: #FFF;
}


/* ボタンのスタイル */
.button2 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
  max-width: 120px;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.button2 a:hover {
  color: #b3b3b3;
}
.button2 a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button2 a:hover:after {
  border-color: #b3b3b3;
}


/* ボタンのスタイル */
.button3 a {
  position: relative;
  background-color: #FFF;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
  max-width: 250px;
  padding: 5px 25px;
  color: #333;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.button3 a:hover {
  color: #FFF;
  background-color: #222;
}

/* ボタンのスタイル */
.button4 a {
  position: relative;
  background-color: #333;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
  width: 100%;
  padding: 10px 25px;
  color: #FFF !important;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.button4 a:hover {
  color: #333 !important;
  background-color: #dadada;
}


/* ボタンのスタイル */
.button5 a {
  position: relative;
  background-color: #FFF;
  border: 1px solid #333;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  margin-left: auto; /* 右寄せに変更 */
  width: 100px;
  font-size: 11px;
  padding: 3px 10px;
  color: #333 !important;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.button5 a:hover {
  color: #FFF !important;
  background-color: #333;
}


/* ボタンのスタイル */
.button6 a {
  position: relative;
  border: 1px solid #FFF;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  margin-left: auto; /* 右寄せに変更 */
  text-align: center;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  padding: 7px 10px;
  color: #FFF !important;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.button6 a:hover {
  color: #333 !important;
  background-color: #FFF;
}



/* ギャラリー */
.gallery_icon_container{position: relative;}
.gallery_icon{
position: absolute;top:0;left:0;font-size:10px;color: #FFF;background-color: #000;padding:2px 15px;margin:0;}


/*プラン*/
.section_lightgray{background-color: #EAF0F0;padding-top: 100px;padding-bottom: 100px;}
.section_lightgray .bray_bg{background-color: #4D4D4D;color: #FFF;padding: 10%;font-size: 14px;line-height: 1.3em;}


/*モデルハウス*/
.modelhouse h3{font-size: 24px;letter-spacing: 0.2em;font-weight: bold;}

.modelhouse .tel{font-size: 30px;letter-spacing: 0.1em;font-weight: bold;}



/* フッター */
#footer{background-color: #29408b;line-height: 1.3rem;font-size: 0.9rem !important;width: 100%;font-size: 12px;text-align: left;padding-top: 50px !important;color: #FFF;}
.copyright{padding: 30px 0 30px;color: #FFF;font-size: 0.8rem;}
@media (max-width: 992px) {
  #footer{text-align: left;}
}
@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: 350px;}
.footer_btn_left{width: 49%;margin:0 1% 0 0}
.footer_btn_right{width: 49%;margin:0 1% 0 0}
@media (max-width: 992px) {
  .footer_btn{position: fixed;right: 0; bottom: 0;z-index: 99;width: 100%;}

.footer_btn_left{width: 50%;margin:0 0%}
.footer_btn_right{width: 50%;margin:0 0%}
}

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


/* パソコンで見たときは"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: 50px 0;
  height: 100vh;
    background: url(../images/slide1.jpg);
    background-size: cover;
    background-position: top;
   background-repeat: no-repeat;
}

.normal {
  height: 100px;
  background-color: #FFF;
}

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

/* ヘッダー */
.header-logo{  backdrop-filter: blur(3px);;position: fixed;top: 0;z-index: 3;padding-bottom: 20px;}
.logo_area img{ width: 80%;margin: 10px 0;}
.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: #1a264d;
  text-decoration: none;
  font-weight: normal;
  font-size: 1rem;
  padding: 5px;
}


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

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

.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;
}

/* メガメニュー*/
.mega-menu h3{font-size: 18px;text-align: left;letter-spacing: 0.1em;font-weight: bold;}
.mega-menu p{font-size: 12px;text-align: left;}
.mega-menu .menu_txt{font-size: 12px;text-align: left;position: absolute;}
.mega-menu .cate{font-size: 12px;text-align: left;letter-spacing: 0.1em;color: #ff6600;}
.mega-menu-bg{background-color: #fff;padding: 30px 50px;}
  /* メガメニューの初期状態を非表示にする */
.mega-menu {
  display: none;
  position: absolute;
  height: auto;
  padding: 20px;
  top:80px;
  width: 1100px; /* メガメニューの幅を設定 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
  z-index: 1000; /* メガメニューを他の要素の上に表示 */
  left: 50%; /* 左右中心に配置するために左端を50%に設定 */
  transform: translateX(-50%); /* 左端から中央に移動する */
}
/* オンマウス時にメガメニューを表示する */
.menu-item2:hover .mega-menu {
  display: block;
}
/* メガメニュー内のリンクスタイル */
.mega-menu ul {
  list-style: none;
  padding: 0;
}
.mega-menu ul li {
  margin-bottom: 10px;
}
.mega-menu ul li a {
  text-decoration: none;
  color: #333; /* メガメニュー内のリンクの色を設定 */
  display: block;
}

/* 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 #1a264d;
  position: relative;
  height: auto;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#1a264d;
  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 #1a264d;
  border-right: solid 2px #1a264d;
  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.9;
  background-color: #FFF;
  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: 1;
    background-color: #FFF;
    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: #1a264d;
  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: #1a264d;
}
/*チェックボックスを隠す*/
#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;
  }
}


.pagination {
  margin:auto;
  justify-content: center;
  text-align:center;
}
.pagination ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
    justify-content: center;
  flex-wrap: wrap;
  border-radius: 3px;
}
.pagination li {
  overflow: hidden;
  margin: 4px;
  padding: 0;
}
.pagination a, .pagination span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 3px 0 0;
    padding-top: 3px;
  text-decoration: none;
  color: #666;
  border:1px solid #ccc;
}
.pagination a:hover {
  display: inline-block;
  margin: 0 3px 0 0;
  text-decoration: none;
  color: #111;
  background:#eee;
}
.pagination .current {
  cursor: default;
  margin: 0 3px 0 0;
  color: #FFF;
  background:#111;
}
.page-numbers {
  width: auto;
  padding: 0;
  background: transparent
}




li{list-style: none;}


.main_title_innerLeft,
.main_title_innerRight,
.main_title_innerBootom {
  display: block;
  letter-spacing: 0.2rem;
  color: #FFF;
  margin-left: 5%;
  font-weight: bold;
}
.main_title_innerRight {
  letter-spacing: 0.2rem;
  text-align: left;
  margin-top: -5px;
  font-size: 50px !important;
}
.main_title_innerLeft {
  font-weight: 500;
  margin-top: -20px;
  letter-spacing: 0.2rem;
  font-size: 14px !important;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .main_title_innerLeft {
    margin-top: -180px;
  }
  }

.main_title_innerBootom {
  font-weight: 500;
  font-size: 13px !important;
  text-align: left;
}
@media screen and (max-width: 991px){
  .main_title_innerRight {
    font-size: 70px !important;
  }
  .main_title_innerLeft {
    font-size: 15px !important;
  }
  .main_title_innerBootom {
    font-size: 13px !important;
    text-align: left;
  }
}




.article_text-mt{margin-top: -400px;padding-left: 50px;}




.article_text-3 {
  position: relative;
  width: 100%;
  z-index: 2;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  padding: 65px;
  clear:both;
}
.article_text-3{
margin-left: auto;
}
.article_text-3{
margin-right: auto;
}
.article_text-3>h2 {
  color: #676767;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
  font-weight:normal;
  text-align: left;
}
.article_text-3>p{
  color: #666;
  font-size: 13px;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  text-align: justify;
}

@media only screen and (max-width: 991px) {
  .article_text-mt{margin-top: -30px;padding-left: 0px;}
  .article_text-3 {
    position: relative;
    width: 100%;
    z-index: 2;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    clear:both;
  }
  .article_text-3>h2 {
    color: #676767;
    font-size: 18px;
  }
  .article_text-3>p{
    color: #888;
    font-size: 13px;
    letter-spacing: 0.1rem;
    line-height: 1.8;
    text-align: justify;
  }
}



.header-logo {
  display: none;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #FFF;
  }
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #FFF;
  }
  }
  @media (max-width: 751px) {
#product .col-6{font-size: 13px;}
  }