@charset "utf-8";

html {
  scroll-behavior: smooth;
  scroll-padding-top: 15px;
  background-color: #fafdff;
}

body {
  font-size: 62.5%;
  width: 70%;
  margin: 0 auto;
  font-family: "vdl-penletter", sans-serif;
  font-style: normal;
}

h1 img {
  width: 100%;
  height: auto;
}

.note8 {
  background-color: #fff;
  color: #090909;
  margin: 2em auto;
  border: solid 1px #ccc;
  padding: 0.3em 1em 2em 1em;
  border-radius: 20px;
  font-size: 15px;
  width: 90%;
}


span.pink {
  color: #D68A84;
}

.sen8 {
  background-color: #fff;
  background-image:
    linear-gradient(90deg, rgba(255, 246, 230, 0) 0%, rgba(255, 246, 230, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ccc 100%);
  background-size: 8px 100%, 100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
}

article {
  background-color: #ffffff71;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-radius: 15px;
}

h2 {
  width: 100%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #090909;
  padding-top: 40px;

}

h2 img {
  width: 40px;
  height: auto;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}

.section_flex {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}

.section_flex img {
  width: 30%;
  height: auto;
}



section .note8 {
  width: 50%;
  font-size: 16px;
  margin: 0;
  color: #575252;
  background-color: rgb(250, 247, 247);
  border: solid 1px #D68A84;
}
section .note8.borderblue {
  border: solid 1px #89a8ce;
}

section .sen8 {
  background-color: rgb(250, 247, 247);
  background-image:
  linear-gradient(90deg, rgba(255, 246, 230, 0) 0%, rgba(255, 246, 230, 0) 50%, rgb(250, 247, 247) 0%, rgb(250, 247, 247)), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ccc 100%);
}

.text a {
  background-color: #fff;
  color: #D68A84;
  padding: 10px 25px 10px 25px;
  margin-top: 10px;
  display: block;
  text-align: center;
  border: 2px solid #eb994f;
  border-radius: 15px;
  transition: .5s
}

.text a:hover {
  color: #fff;
  background-color: #d68984;
}

.text a.blue {
  color: #89a8ce;
  border: 2px solid #89a8ce;
}

.text a.blue:hover {
  background-color: #89A8CE;
  color: #fff;
}

.box {
  width: 90%;
  margin: 0 auto;
  background-color: #eb994f;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  padding: 20px;
  margin-top: 20px;
}

h3 {
  font-size: 17px;
  /* border-bottom: 1px dashed #89a8ce; */
  /* margin-bottom: 10px; */
}

.box.blue_box {
  background-color: #89a8ce;
}

.box_flex {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.box_flex img {
  width: 40px;
  height: auto;
  margin-right: 15px;
}

.dash {
  color: #090909;
  font-size: 17px;
  padding-left: 20px;
  margin-top: 20px;
  border-bottom: 1px dashed #89a8ce;
  width: 40%;
}

.content {
  font-size: 15px;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}

.up {
  background-color: #eb994f;
  color: #fff;
  width: 30%;
  padding: 5px 20px 5px 20px;
  text-align: center;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 20px;
}

.up.blue_up {
  background-color: #89a8ce;
}

.pagetop {
  cursor: pointer;
  position: fixed;
right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  transition: .3s;
  z-index: 500;
  /*   デフォルトは非表示 */
  opacity: 0;
}

.lightboxs {

  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.one {
  justify-content: left;
 padding-left: 20px;
}

.lightboxs a {
  width: 30%;
  height: auto;
}



/* font-family: "vdl-penletter", sans-serif;
font-weight: 500;
font-style: normal; */

@media screen and (max-width:1200px) {
  body {
    width: 100%;
  }
}

@media screen and (max-width:500px) {
  .section_flex {
    display: block;
  }

  .section_flex img {
    width: 40%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  section .note8 {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;

  }

  .text a {
width: 80%;
margin: 0 auto;
margin-top: 20px;
  }


.box_flex img {
  width: 30px;
}

.up {
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
}

.pageshop {
  width: 70px;
  height: 70px;
}

}