@import "icoWnew_pc.css";

#topMainSlide {
  height: calc(100vh - 100px);
  position: relative;
  width: 100%;
}

.ptn-1 {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.ptn-1 img {
  top: 0px;
  right: 0px;
  left: 0px;
  margin-right: auto;
  margin-left: auto;
  z-index: 0;
  display: block;
}

.ptn-1 .box {
  color: #535353;
  margin-top: -130px;
  position: relative;
  right: 0px;
  left: 0px;
  z-index: 1;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 30px;
  border-color: #c6c6c6;
  border-style: solid;
  border-width: 1px;
  padding-top: 170px;
  margin-right: auto;
  margin-left: auto;
  max-width: 620px;
  background: rgba(255, 255, 255, 0.7);
}

.ptn-1 .box h4 {
  font-family: "playfair-display", serif;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-decoration: none;
  /* font-family: "Mrs Saint Delafield", Italianno, "Alex Brush", cursive; */
  margin-bottom: 45px;
  text-align: center;
}

.ptn-1 .box .comm {
  line-height: 1.8em;
  font-size: 0.9rem;
  text-align: left;
}

.ptn-2R {
  text-align: right;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  position: relative;
  margin-bottom: 65px;
}

.ptn-2R .imgBox {
  margin: auto;
  max-width: 480px;
  height: 75%;
  left: 0px;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  top: 0px;
}

.ptn-2R .imgBox img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 0;
}

.ptn-2R .box {
  color: #535353;
  margin-right: 0px;
  margin-left: auto;
  z-index: 0;
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  padding-left: 24%;
  padding-bottom: 60px;
  padding-right: 50px;
  padding-top: 100px;
  width: 70%;
  background: rgba(255, 255, 255, 0.7);
}

.ptn-2R .box h4 {
  /* font-family: "Mrs Saint Delafield", Italianno, "Alex Brush", cursive; */
  font-family: "playfair-display", serif;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-decoration: none;
  margin-bottom: 45px;
  text-align: center;
}

.ptn-2R .box .comm {
  line-height: 1.8em;
  font-size: 0.85rem;
  text-align: left;
}

.ptn-2L {
  text-align: right;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  position: relative;
  margin-bottom: 65px;
}

.ptn-2L .imgBox {
  max-width: 480px;
  text-align: right;
  right: 0px;
  height: 75%;
  margin: auto;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  top: 0px;
}

.ptn-2L .imgBox img {
  width: 100%;
  height: auto;
  z-index: 0;
}

.ptn-2L .box {
  color: #535353;
  margin-right: auto;
  margin-left: 0px;
  z-index: 0;
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  padding-left: 50px;
  padding-bottom: 60px;
  padding-right: 24%;
  padding-top: 100px;
  width: 70%;
  background: rgba(255, 255, 255, 0.7);
}

.ptn-2L .box h4 {
  /* font-family: "Mrs Saint Delafield", Italianno, "Alex Brush", cursive; */
  font-family: "playfair-display", serif;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 45px;
}

.ptn-2L .box .comm {
  line-height: 1.8em;
  font-size: 0.85rem;
  text-align: left;
}

/*------------------------------SP用------------------------------*/
@media screen and (max-width: 800px) {
  .ptn-1 {
    font-size: 0.85rem;
    background-color: white;
    border-color: #f3f3f3;
    border-style: solid;
    border-width: 1px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .ptn-1 img {
    height: auto;
    width: 100%;
    z-index: 0;
    display: block;
  }

  .ptn-1 .box {
    padding: 25px;
    color: #535353;
    z-index: 0;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
  }

  .ptn-1 .box h4 {
    font-size: 1.5rem;
    padding-top: 1rem;
    letter-spacing: 1px;
    text-decoration: none;
    /* 	font-family: Italianno, 'Alex Brush', cursive; */
    /* font-family: "Mrs Saint Delafield", Italianno, "Alex Brush", cursive; */
    font-style: normal;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
  }

  .ptn-1 .box .comm {
    font-size: 0.85rem;
    line-height: 1.7em;
    text-align: left;
  }

  .ptn-2R,
  .ptn-2L {
    display: flex;
    flex-direction: column;
    font-size: 0.85rem;
    text-align: left;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 1.5rem;
  }

  .ptn-2R .imgBox,
  .ptn-2L .imgBox {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: auto;
    z-index: initial;
    top: initial;
    bottom: initial;
  }

  .ptn-2R .imgBox img,
  .ptn-2L .imgBox img {
    width: 100%;
    height: auto;
    display: block;
    z-index: initial;
  }

  .ptn-2R .box,
  .ptn-2L .box {
    width: 100%;
    padding: 15px 10px 10px;
    z-index: initial;
    background: rgba(255, 255, 255, 0.7);
    border-width: 0;
  }

  .ptn-2R .box h4,
  .ptn-2L .box h4 {
    font-size: 1.6rem;
    padding-top: 20px;
    letter-spacing: 1px;
    text-decoration: none;
    /* font-family: "Mrs Saint Delafield", Italianno, "Alex Brush", cursive; */
    font-style: normal;
    font-weight: normal;
    margin-bottom: 25px;
    text-align: center;
  }

  .ptn-2R .box .comm,
  .ptn-2L .box .comm {
    line-height: 1.7em;
  }
  /* 
  .ptn-2L .imgBox {
    margin: auto;
    width: 100%;
    z-index: 0;
  }

  .ptn-2L .imgBox img {
    width: 100%;
    height: auto;
    z-index: 0;
  }

  .ptn-2L .box {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 25px;
    color: #535353;
    z-index: 0;
    background: rgba(255, 255, 255, 0.7);
  }

  .ptn-2L .box h4 {
    padding-top: 20px;
    letter-spacing: 3px;
    text-decoration: none;
    font-size: 47px;
    font-family: "Mrs Saint Delafield", Italianno, "Alex Brush", cursive;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 25px;
    text-align: center;
  }

  .ptn-2L .box .comm {
    line-height: 1.7em;
  } */
}

/*------------------------------PC & Tab用------------------------------*/
@media screen and (min-width: 801px) {
}

/*------------------------------Tab用------------------------------*/
@media screen and (min-width: 801px) and (max-width: 959px) {
}
