.web_font1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.web_font2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.web_font3 {
  font-family: 'Roboto', sans-serif;
}

.border {
  border-bottom: 1px dashed #cdcdd2;
}

.border2 {
  border-bottom: 1px dashed #03071f;
}

.border3 {
  border-bottom: 1px solid #cdcdd2;
}

.border4 {
  border-bottom: 1px solid #03071f;
}

.border5 {
  border-bottom: 2px solid #03071f;
}

.bg_dot,
#Contact_area {
  background: url("../common/images/bg_dot.png") left top repeat;
  background-size: 10px 10px;
}

@media screen and (min-width: 1px) {

  .bg_dot,
  #Contact_area {
    background: url("../common/images/bg_dot.png") left top repeat;
    background-size: 5px 5px;
  }
}

.page_in_link_nav_style li .txt {
  min-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*------------------------------------------------------------
Under_ttl_area_img
------------------------------------------------------------*/
#Under_ttl_area {
  margin-bottom: 140px;
}

@media screen and (min-width: 1px) {
  #Under_ttl_area {
    margin-bottom: 64px;
  }
}

/*------------------------------------------------------------
Nav_area
------------------------------------------------------------*/
#Nav_area {
  margin-bottom: 80px;
}

@media screen and (min-width: 1px) {
  #Nav_area {
    margin-bottom: 60px;
  }

  #Nav_area .inner {
    padding: 0;
  }

  .page_in_link_nav_style {
    padding: 0 10px;
  }
}

/*------------------------------------------------------------
Contents_area
------------------------------------------------------------*/
#Contents_area section {
  margin-bottom: 100px;
}

#Contents_area section .img_area {
  position: relative;
}

#Contents_area section .img_area .num {
  position: absolute;
  left: 0;
  top: -30px;
}

#Contents_area section .img_area .ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#Contents_area section .img_area .inner {
  height: 100%;
  display: flex;
  align-items: center;
}

#Contents_area section .img_area .ttl_style {
  text-align: left;
  margin-left: 100px;
  margin-top: 40px;
}

#Contents_area section .img_area .ttl_style:before {
  left: 0;
  margin-left: 0;
}

#Contents_area section .txt_area {
  margin-top: -50px;
}

#Contents_area section .txt_area .box_nanameline_style {
  padding: 30px 100px 40px 100px;
}

#Contents_area section .txt_area .mini_txt {
  text-align: center;
  font-size: 1.2rem;
  opacity: .5;
  font-weight: bold;
  margin-bottom: 15px;
}

#Contents_area section .txt_area .txt {
  text-align: center;
  margin-bottom: 30px;
}

#Contents_area section .txt_area .tokuten {
  margin-bottom: 35px;
}

#Contents_area section#furisode_wrap .tokuten ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#Contents_area section#furisode_wrap .tokuten ul li {
  width: 49.5%;
  background: #ffbbc4;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  padding: 15px 0;
}

#Contents_area section#furisode_wrap .tokuten ul li dl {
  align-items: center;
  display: flex;
  margin-left: 60px;
}

#Contents_area section#furisode_wrap .tokuten ul li dl dt {
  margin-right: 15px;
  font-weight: bold;
}

#Contents_area section#hakama_wrap .tokuten ul li {
  background: #ddcbfe;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  padding: 15px 0;
}

#Contents_area section#hakama_wrap .tokuten ul li dl {
  align-items: center;
  display: flex;
}

#Contents_area section#hakama_wrap .tokuten ul li dl dt {
  margin-right: 15px;
  font-weight: bold;
}

/* 20231101追記 */
#Contents_area section#photo_wrap .tokuten ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#Contents_area section#photo_wrap .tokuten li {
  background-color: #fbedbb;
  width: 100%;
}

#Contents_area section#photo_wrap .tokuten dl {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px 10px 20px;
  min-height: 44px;
}

#Contents_area section#photo_wrap .tokuten dt {
  width: 25px;
  flex-shrink: 0;
}

#Contents_area section#photo_wrap .tokuten dt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#Contents_area section#mam_wrap .tokuten li {
  background-color: #fbd2bb;
}

#Contents_area section#mam_wrap .tokuten dl {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px 10px 20px;
}

#Contents_area section#mam_wrap .tokuten dt {
  width: 40px;
  flex-shrink: 0;
}

#Contents_area section#mam_wrap .tokuten dt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


@media screen and (min-width: 1px) {
  #Contents_area section {
    margin-bottom: 55px;
    padding-top: 18px;
  }

  #Contents_area section .img_area .num {
    left: 10.6%;
    top: -18px;
    width: 48px;
  }

  #Contents_area section .img_area .num img {
    width: 100%;
    height: auto;
  }

  #Contents_area section .img_area .ttl_style {
    margin-left: 8%;
    margin-top: 15px;
  }

  #Contents_area section .img_area .ttl_style span {
    font-size: 3.0rem;
  }

  #Contents_area section .img_area .ttl_style:before {
    left: 0;
    margin-left: 0;
  }

  #Contents_area section .txt_area {
    margin-top: -30px;
  }

  #Contents_area section .txt_area .box_nanameline_style {
    padding: 20px 30px 40px 30px;
  }

  #Contents_area section .txt_area .mini_txt {
    text-align: left;
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  #Contents_area section .txt_area .txt {
    text-align: left;
    margin-bottom: 30px;
  }

  #Contents_area section .txt_area .tokuten {
    margin-bottom: 30px;
  }

  #Contents_area section#furisode_wrap .num {
    width: 40px;
  }

  #Contents_area section#furisode_wrap .tokuten ul {
    flex-wrap: wrap;
  }

  #Contents_area section#furisode_wrap .tokuten ul li {
    width: 49.0%;
    margin-bottom: 6px;
    padding: 15px 0;
  }

  #Contents_area section#furisode_wrap .tokuten ul li dl {
    margin-left: 10px;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0;
  }

  #Contents_area section#furisode_wrap .tokuten ul li dl dt {
    margin-right: 6px;
    width: 25px;
  }

  #Contents_area section#furisode_wrap .tokuten ul li dl dt img {
    width: 100%;
    height: auto;
  }

  #Contents_area section#hakama_wrap .num {
    width: 45px;
  }

  #Contents_area section#hakama_wrap .tokuten ul li {
    margin-bottom: 6px;
    padding: 10px 0;
  }

  #Contents_area section#hakama_wrap .tokuten ul li dl {
    margin-left: -45px;
  }

  #Contents_area section#hakama_wrap .tokuten ul li dl dt {
    margin-right: 15px;
    width: 40px;
  }

  #Contents_area section#hakama_wrap .tokuten ul li dl dt img {
    width: 100%;
    height: auto;
  }
}

/*------------------------------------------------------------
#Contact_area
------------------------------------------------------------*/
#Contact_area {
  padding: 80px 0;
}

#Contact_area .ttl_style {
  margin-bottom: 70px;
}

#Contact_area .txt {
  text-align: center;
  margin-bottom: 40px;
}

#Contact_area ul {
  justify-content: center;
  display: flex;
  align-items: center;
}

#Contact_area ul li {
  margin: 0 10px;
}

@media screen and (min-width: 1px) {
  #Contact_area {
    padding: 45px 0 50px;
  }

  #Contact_area .ttl_style {
    margin-bottom: 50px;
  }

  #Contact_area .txt {
    margin-bottom: 30px;
  }

  #Contact_area ul {
    text-align: center;
    display: block;
  }

  #Contact_area ul li {
    margin: 10px 0;
  }
}