@charset "UFT-8";
address a {
  color: #0714ca;
}
a:hover {
  opacity: 0.5;
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0;
  background-color: #ffffff;
  box-sizing: border-box;
}
/*-----------------------------------------
文字の大きさの設定
-----------------------------------------*/

/*-----------------------------------------
ヘッダー
-----------------------------------------*/
header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
}
.header_upper {
  height: 100px;
  width: 100%;
  border-bottom: #000000 4px solid;
  background-color: #ffffff;
  min-width: 1000px;
  display: flex;
  justify-content: center;
}
.header_upper a {
  margin-left: 1%;
}
.header_upper a img {
  width: 262px;
  height: 102px;
}
.header_link {
  width: 700px;
  height: 100px;
  display: flex;
  margin: 0 auto 0 auto;
}
.header_link ul {
  width: 100%;
  list-style: none;
}
.header_link ul li {
  white-space: nowrap;
  font-size: 19px;
  margin: 65px 20px 0px 20px;
  float: left;
  color: #9b9b9b;
  font-weight: 800;
  width: fit-content;
}
header a {
  text-decoration: none;
  color: #494949;
}
.header_tell {
  height: 70px;
  width: 17.7%;
  min-width: 300px;
  margin-top: 15px;
  margin-right: 4%;
  white-space: nowrap;
  background-color: #a3cf92;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
}
.header_tell_upper {
  font-size: 20px;
}
.header_tell_lower {
  font-size: 28px;
}

.header_tell li {
  list-style: none;
  font-size: 16px;
  text-align: center;
  font-weight: 800;
}
.header_tell li .tell {
  font-size: 28px;
}
@media screen and (max-width: 1470px) {
  .header_upper {
    height: 67px;
  }

  .header_upper .logo {
    margin-right: 20px;
  }

  .header_upper a img {
    width: 158px;
    height: 67px;
  }

  .header_link {
    height: 67px;
  }

  .header_link ul li {
    font-size: 15px;
    margin: 30px 10px 0px 10px;
  }

  .omitumori_omousikomi {
    height: 47px;
    width: 150px;
    min-width: 150px;
    font-size: 15px;
    margin: auto 10px auto 5px;
    line-height: 47px;
  }

  .header_tell {
    height: 47px;
    width: 140px;
    min-width: 140px;
    margin: auto 3% auto 10px;
    line-height: 16px;
  }
  .header_tell_upper {
    display: none;
  }
  .header_tell_lower {
    font-size: 100%;
    line-height: 50px;
  }
}
/*-----------------------------------------
ナビゲーション
-----------------------------------------*/
.home_icon {
  width: 20px;
  height: 20px;
}
.mitumori_icon {
  width: 21px;
  height: 20px;
}
.record_icon {
  width: 21px;
  height: 20px;
}
.osirase_icon {
  width: 15px;
  height: 20px;
}
.oiawase_icon {
  width: 27px;
  height: 20px;
}
nav {
  border-top: 8px solid #000000;
  background: #fffda3;
  height: 69px;
  min-width: 1000px;
}
nav ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1300px;
  min-width: 900px;
}
nav li {
  box-sizing: border-box;
  float: left;
  border-right: 1px solid #000000;
  width: 20%;
  height: 61px;
}
.kaigyou::before {
  content: "\A";
  white-space: pre;
}
nav li:first-child {
  border-left: 1px solid #000000;
}
nav li a {
  display: block;
  padding: 8px 0;
  width: 100%;
  height: 61px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}
nav li a:hover {
  background: #ffffff;
}
nav li a span {
  line-height: 36px;
}
@media screen and (max-width: 1470px) {
  nav {
    height: 47px;
  }
  nav li {
    height: 39px;
  }
  a {
    line-height: 0;
  }
  br {
    display: none;
  }
  img {
    margin-right: 5px;
    margin-bottom: 14px;
  }
}
.kaigyou::before {
  white-space: normal;
}

/*-----------------------------------------
本文の背景
-----------------------------------------*/
main {
  width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  margin-top: 200px;
}
h5 {
  font-size: 28px;
}
/*----------------------------------------
間の説明
-----------------------------------------*/
.main_interval_text {
  text-align: center;
  color: #292929;
  font-weight: 800;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 100px;
}
/*-----------------------------------------
主なサービス内容
-----------------------------------------*/

.main_service_box {
  margin-top: 30px;
  margin-bottom: 70px;
}
.service_title {
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  border-top: #000000 solid;
  border-bottom: #000000 solid;
}
.main_service_box img {
  height: 150px;
}
.main_service_box h1 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
}
.service_link1 {
  scroll-margin-top: 200px;
}
.main_corporation {
  position: relative;
  margin: 2em 0;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
  border: solid 3px #000000;
  border-radius: 8px;
  height: 250px;
}
.main_corporation .box_title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 50px;
  padding: 0 9px;
  line-height: 1;
  background: #fff;
  color: #000000;
  font-weight: bold;
}
.main_corporation h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.main_corporation ul {
  height: 180px;
}
.main_corporation li {
  list-style: none;
  float: left;
  height: 180px;
  width: 33%;
  text-align: center;
  margin-top: 10px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 900;
  color: #272727;
}
.main_corporation li img {
  filter: drop-shadow(0 0 5px #616161);
  border-radius: 15px;
}
.main_detail {
  text-align: center;
  line-height: 30px;
}
.main_general {
  position: relative;
  margin: 2em 0 1em 0;
  padding-top: 10px;
  border: solid 3px #000000;
  border-radius: 8px;
  height: 250px;
}
.main_general .box_title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 50px;
  padding: 0 9px;
  line-height: 1;
  background: #fff;
  color: #000000;
  font-weight: bold;
}
.main_general h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.main_general ul {
  height: 200px;
}
.main_general li {
  list-style: none;
  float: left;
  height: 180px;
  width: 33%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-weight: 900;
  color: #272727;
}
.main_general li img {
  filter: drop-shadow(0 0 5px #616161);
  border-radius: 15px;
}
main h3 {
  font-size: 22px;
  text-align: center;
}
main h3 span {
  color: #f84848;
  font-weight: 600;
  font-size: 30px;
}
.insurance {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
.insurance span {
  font-weight: 700;
}
.service_price {
  display: flex;
  margin-top: 30px;
}
.service_price1 {
  margin-left: auto;
  margin-right: 50px;
  font-size: 20px;
  font-weight: 900;
}
.service_price1 span {
  color: red;
  font-size: 30px;
  font-weight: 900;
}
.service_price2 {
  margin-left: 50px;
  margin-right: auto;
  font-size: 20px;
  font-weight: 900;
}
.service_price2 span {
  color: red;
  font-size: 30px;
  font-weight: 900;
}
/*-----------------------------------------
本文全体
-----------------------------------------*/
.whole {
  width: 900px;
  margin: 0 auto;
  margin-top: 100px;
}

.section1 {
  display: inline-block;
  position: relative;
}

h5 {
  font-size: 28px;
  font-weight: 600;
  width: fit-content;
}

.section1::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #95ccff;
}

/*-----------------------------------------
ビフォーアフター
-----------------------------------------*/
.beforeafter_link1 {
  scroll-margin-top: 200px;
}
.beforeafter {
  margin-top: 200px;
  margin-bottom: 50px;
}
.beforeafter_block1 {
  width: 100%;
  height: 280px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.beforeafter_block1 img {
  width: 280px;
  height: 280px;
  border-radius: 8px;
}
.beforeafter_block1_2 img {
  width: 80px;
  height: 80px;
}
.beforeafter_block2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.beforeafter_block2 img {
  width: 280px;
  height: 280px;
  border-radius: 8px;
}
.beforeafter_block2_2 img {
  width: 80px;
  height: 80px;
}
.beforeafter_block3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.beforeafter_block3 img {
  width: 280px;
  height: 280px;
  border-radius: 8px;
}
.beforeafter_block3_2 img {
  width: 80px;
  height: 80px;
}
.beforeafter_block1_1 {
  width: 280px;
  height: 280px;
}
.beforeafter_block1_2 {
  width: 80px;
  height: 80px;
  margin: auto 20px auto 20px;
}
.beforeafter_block1_3 {
  width: 280px;
  height: 280px;
}
.box26 {
  width: 278px;
  height: 190px;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 2em;
  padding: 1em 1.5em;
  border: solid 3px #95ccff;
  border-radius: 8px;
}
.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #fff;
  color: #95ccff;
  font-weight: bold;
}
.box26 p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.beforeafter_block2_1 {
  width: 280px;
  height: 280px;
}
.beforeafter_block2_2 {
  width: 80px;
  height: 80px;
  margin: auto 20px auto 20px;
}
.beforeafter_block2_3 {
  width: 280px;
  height: 250px;
}
.box27 {
  width: 278px;
  height: 140px;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 2em;
  padding: 1em 1.5em;
  border: solid 3px #95ccff;
  border-radius: 8px;
}
.box27 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #fff;
  color: #95ccff;
  font-weight: bold;
}
.box27 p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.beforeafter_block3_1 {
  width: 280px;
  height: 280px;
}
.beforeafter_block3_2 {
  width: 80px;
  height: 80px;
  margin: auto 20px auto 20px;
}
.beforeafter_block3_3 {
  width: 280px;
  height: 20px;
}
.box28 {
  width: 278px;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 2em;
  padding: 1em 1.5em;
  border: solid 3px #95ccff;
  border-radius: 8px;
}
.box28 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #fff;
  color: #95ccff;
  font-weight: bold;
}
.box28 p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
/*-----------------------------------------
対応地域
-----------------------------------------*/
.local_link1 {
  scroll-margin-top: 200px;
}
.local {
  margin-top: 200px;
  margin-bottom: 100px;
}
.local1 {
  text-align: center;
  font-size: 23px;
  font-weight: 800;
  color: #292929;
  line-height: 100px;
}
.local-block {
  width: 900px;
  height: 700px;
  display: flex;
  flex-wrap: wrap;
}

.local-block2 {
  width: 372px;
  height: 450px;
  padding-left: 20px;
  padding-top: 15px;
  margin-top: 50px;
  border: #00ff40 4px solid;
  border-radius: 10px;
}
.local-title {
  font-size: 20px;
  color: #00ff40;
  line-height: 40px;
}
/*-----------------------------------------
くちこみ
-----------------------------------------*/
.reviews_link1 {
  scroll-margin-top: 200px;
}
.reviews {
  margin-bottom: 100px;
}
.reviews-box {
  display: flex;
  flex-direction: row;
  margin-top: 80px;
}
.age {
  font-size: 20px;
  margin: 10px 0px 15px 0px;
  font-weight: 500;
}
/*-1つ目の口こみ-*/
.reviews-box1 {
  width: 450px;
  height: 180px;
  margin: 0px 40px 40px 40px;
  padding: 10px 10px 10px 10px;
  border: #ff7979 dashed 5px;
  border-radius: 10px;
  background-color: #ffdad8;
}
/*-2つ目の口こみ-*/
.reviews-box2 {
  width: 450px;
  height: 180px;
  margin: 0px 40px 40px 40px;
  padding: 10px 10px 10px 10px;
  border: #7c9fff dashed 5px;
  border-radius: 10px;
  background-color: #e2e2ff;
}
/*-----------------------------------------
メンバー
-----------------------------------------*/
.members {
  margin-bottom: 100px;
}
/*-----------------------------------------
連絡先
-----------------------------------------



/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

quotation.html

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

/*-----------エアコンクリーニング-------------*/
.tabletitle_aircon {
  font-size: 30px;
  margin-top: 60px;
  margin-left: 350px;
  margin-right: auto;
  display: inline-block;
  position: relative;
  scroll-margin-top: 200px;
}
.tabletitle_aircon::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #95ccff;
}
.passage {
  width: 800px;
  margin-top: 50px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}
.quotation_tableblock {
  display: flex;
  margin-top: 50px;
}
.caption_block {
  margin-left: auto;
}
caption {
  font-size: 21px;
  text-align: center;
}
caption .redchar {
  color: red;
  font-weight: 600;
}
table {
  border-collapse: collapse;
  width: fit-content;
}
td {
  height: 40px;
  background-color: #dee5ff;
  font-size: 20px;
  border: 1px solid #b7b7b7;
  padding: 7px 50px;
  text-align: center;
  vertical-align: middle;
}
th {
  background-color: #b7c8ff;
  font-size: 20px;
  border: 1px solid #b7b7b7;
  padding: 6px 50px;
  text-align: center;
}
td .strikethrough {
  text-decoration: line-through;
}
td .redchar {
  font-weight: 700;
  color: red;
}
.quotation_table {
  margin-left: auto;
  margin-right: auto;
}
.addition {
  margin-top: 5px;
  text-align: center;
  font-size: 15px;
}
.caption1 {
  width: 400px;
  height: 115px;
  position: relative;
  margin-top: 0px;
  margin-bottom: 22px;
  margin-left: 2em;
  padding: 1em 1.5em;
  border: solid 3px #95ccff;
  border-radius: 8px;
}
.caption1 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #fff;
  color: #95ccff;
  font-weight: bold;
}
.caption1 p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.discount_title {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 27px;
  font-weight: 800;
  color: #ffa500;
}
.passage2 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.passage2 .redchar {
  font-weight: 700;
  color: red;
}
.quotation_table2 td {
  background-color: #dee5ff;
  font-size: 17px;
  border: 1px solid #b7b7b7;
  padding: 6px 20px;
  text-align: center;
}
.quotation_table2 th {
  background-color: #b7c8ff;
  font-size: 17px;
  border: 1px solid #b7b7b7;
  padding: 6px 50px;
  text-align: center;
}
.quotation_table25 {
  margin-left: auto;
}
.quotation_table3 td {
  background-color: #dee5ff;
  font-size: 17px;
  border: 1px solid #b7b7b7;
  padding: 6px 20px;
  text-align: center;
}
.quotation_table3 th {
  background-color: #b7c8ff;
  font-size: 17px;
  border: 1px solid #b7b7b7;
  padding: 6px 50px;
  text-align: center;
}
.discount_footer {
  margin-top: 50px;
  margin-bottom: 150px;
  text-align: center;
  font-size: 27px;
  font-weight: 800;
  color: #ffa500;
}
/*-----------ハウスクリーニング-------------*/
.tabletitle {
  font-size: 30px;
  margin-top: 60px;
  margin-left: 240px;
  margin-right: auto;
  display: inline-block;
  position: relative;
  scroll-margin-top: 200px;
}
.tabletitle::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #95ccff;
}
.quotation_table4 {
  margin-left: auto;
  margin-right: auto;
}
.merit_service {
  margin-top: 80px;
  display: flex;
}
.merit_service_block {
  width: fit-content;
  position: relative;
  margin: 2em 0;
  padding: 1.5em 2em;
  border: solid 3px #b1ffc2;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
.merit_service_title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 22px;
  background: #fff;
  color: #5dff80;
  font-weight: bold;
}
.merit_service_block ul li {
  margin: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #292929;
}
/*-----------草刈り-------------*/
.title_mowing {
  font-size: 30px;
  margin-top: 150px;
  margin-left: 350px;
  margin-bottom: 50px;
  margin-right: auto;
  display: inline-block;
  position: relative;
  scroll-margin-top: 200px;
}
.title_mowing::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #95ccff;
}
.mowing_block {
  width: fit-content;
  position: relative;
  margin: 2em 0;
  padding: 1.5em 2em;
  border: solid 3px #ff9741;
  border-radius: 8px;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  font-size: 21px;
  line-height: 30px;
  font-weight: 800;
  color: #272727;
}
.mowing_title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 23px;
  background: #fff;
  color: #ff9741;
  font-weight: bold;
}
/*-----------フッター-------------*/
.quotation_instagram {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.quotation_instagram img {
  width: 200px;
  height: 200px;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

inquiry.html

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.inquiry_title {
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 23px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  border-top: 5px solid #242424;
  border-bottom: 2px dashed #1f1f1f;
}
.address_tell {
  font-size: 30px;
  margin: auto;
}
.address_container1 {
  display: flex;
  width: 600px;
  height: 150px;
  box-shadow: 0 0 15px #9c9c9c;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.address_container1 h2 {
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #303030;
}
.tell_title {
  height: 140px;
  width: 150px;
  padding-top: 30px;
  margin-left: auto;
}
.address_container2 {
  display: flex;
}
.address_LINE {
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: 25px;
  padding-top: 20px;
  border-radius: 15px;
  box-shadow: 0 0 15px #9c9c9c;
}
.LINE_title {
  text-align: center;
  color: #303030;
  font-weight: 800;
}
.LINE_img {
  width: 210px;
  height: 210px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.LINE_img img {
  width: 210px;
  height: 210px;
}
.address_Instagram {
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: 25px;
  padding-top: 20px;
  border-radius: 15px;
  box-shadow: 0 0 15px #9c9c9c;
}
.Instagram_title {
  text-align: center;
  color: #303030;
  font-weight: 800;
}
.Instagram_img {
  width: 250px;
  height: 250px;
  margin: auto;
}
.Instagram_img img {
  width: 250px;
  height: 250px;
}
.address_tiktok {
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: 25px;
  padding-top: 20px;
  border-radius: 15px;
  box-shadow: 0 0 15px #9c9c9c;
}
.tiktok_title {
  text-align: center;
  color: #303030;
  font-weight: 800;
}
.tiktok_img {
  width: 250px;
  height: 250px;
  margin: auto;
}
.tiktok_img img {
  width: 250px;
  height: 250px;
}
