html {
  scrollbar-gutter: stable;
  /* スクロールバーが消えても、スクロールバー分の幅を確保する(レイアウト幅は変わらない) */
}

html.no-scroll {
  overflow: hidden;
}

#mainvisual img {
  width: 100%;
  height: 85vh;
  object-fit: cover;
}

footer {
  position: absolute;
  width: 100%;
  background-color: white;
  z-index: 20;
}


.blog-logo-pc {
  position: fixed;
  display: block;
  writing-mode: vertical-rl;
  text-decoration: none;
  right: 0;
  bottom: 10px;
  z-index: 10;
}

.blog-logo-smart {
  display: none;
}

.fade {
  display: none;
}

@media not screen and (max-width: 767px) {
  .blog-logo-smart a {
    display: none;
    /* color: #fff; */
  }
}

@media screen and (max-width: 767px) {
  .blog-logo-smart a {
    /* display:none; */
    color: #fff;
  }
}

/* .blog-logo-smart a{
  display:none;
  color: #fff;
} */

#infomation {
  background-color: white;
  width: 100%;
}

#infomation h2 {
  display: inline-block;
  margin-left: 10%;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  letter-spacing: 0.25em;
  border-bottom: solid 1px black;
  margin-bottom: 25px;
}

#infomation table {
  width: 80%;
  margin: 0 10%;
  border: 2px solid black;
  border-collapse: collapse;
  margin-bottom: 50px;
  margin-top: 40px;
}

#infomation table tr td:nth-of-type(1) {
  font-weight: bold;
  white-space: nowrap;
}

#infomation table tr td {
  border: 1px solid black;
  /* border: none; */
  line-height: 40px;
  padding-left: 24px;
  padding-right: 20px;
  box-sizing: border-box;
}

#infomation table tr {
  vertical-align: top;
}

#infomation table tr:nth-child(even) {
  background: white;
}

#infomation table tr:nth-child(odd) {
  background-color: #c9e2fe;
}


/* suzuriリンク */

.sns-link {
  background-color: #fdf9f6;
  margin-bottom: 40px;
  padding: 40px;
}

.sns-h3 {
  text-align: center;
  text-decoration: none;
  color: #e1306c
}


.sns-flex {
  display: flex;
  justify-content: space-around;
  margin: 0 4%;
}

.sns-link img {
  width: 160px;
  text-align: center;
}


#main {
  width: 80%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}

#main .main-content {
  margin-bottom: 150px;
  position: relative;
}

#main .main-img1,
#main .main-img2 {
  max-width: 680px;
  height: 100%;
  object-fit: cover;
}

#main .main-img1 img,
#main .main-img2 img {
  width: 100%;
}

#main .main-text1,
#main .main-text2 {
  background: url("../img/top-square.png");
  background-position: right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 600px;
  padding: 20px 40px;
  box-sizing: border-box;
}

#main .main-content .main-text1 {
  position: absolute;
  top: 260px;
  right: 0;
}

#main .main-content:nth-child(even) {
  display: flex;
  justify-content: flex-end;
}

#main .main-content .main-text2 {
  position: absolute;
  top: 260px;
  left: 0;
}


.main-link {
  font-size: 22px;
}



.main-text1 a,
.main-text2 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  background-color: #f8f4e6;
  padding: 15px 20px;
}

.main-text1 a:hover,
.main-text2 a:hover {
  background-color: #000;
  transform: scale(1, 1);
  color: #f8f4e6;
}



@media screen and (max-width: 767px) {
  #main .main-content .main-text1 {
    position: static;
    width: 100%;
  }

  #main .main-content .main-text2 {
    position: static;
    width: 100%;
  }

  #main .main-content:nth-child(even) {
    display: block;
    justify-content: center;
  }

  #main .main-img1,
  #main .main-img2 {
    margin-bottom: 0px;
  }
}



@media screen and (max-width: 767px) {
  #infomation table {
    width: calc(100% - 20px);
    margin: 40px 10px 25px;
  }

  #infomation td {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }


  #main .main-content {
    margin-bottom: 60px;
  }

  .blog-logo-pc {
    display: none !important;
    ;
  }


  .blog-logo-smart {
    position: fixed;
    display: none;
    writing-mode: vertical-rl;
    height: 10rem;
    padding: 1rem;
    background: rgb(45, 41, 111);
    text-align: center;
    letter-spacing: .1rem;
    text-decoration: none;
    right: 0;
    bottom: 10px;
    border-radius: 30px 0px 0px 30px;
    z-index: 10;
  }

  .footer-content2 a,
  .footer-content2 img {
    width: 100%;
  }

}