@charset "utf-8";

/***************************************************************************

  パパの子育て

***************************************************************************/
body {
  background: inherit;
}

body.cntBgPurple {
  background-color: #f7f5fa;
}

/*****************************************
  タイトル
*****************************************/
.lowerTtlBlock.papaTtl h2 {
  padding: 102px 0 96px 0;
}

.lowerTtlBlock.papaTtl h2 span {
  line-height: 80px;
  display: block;
  font-size: 240%;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #2a0e00;
  padding: 0 0 0 100px;
  background: url(../images/papa_icn.png) no-repeat left center;
  background-size: 80px auto;
}

@media screen and (max-width: 767px) {
  .lowerTtlBlock.papaTtl h2 {
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
  }
  
  .lowerTtlBlock.papaTtl h2 span {
    font-size: 167.5%;
    padding: 0 0 0 50px;
    background-size: 40px auto;
  }
  .index .lowerTtlBlock.papaTtl h2 span {
    line-height: 40px;
  }
}

/*****************************************
  サイド
*****************************************/
.navBlock dl {
  border: dashed 2px #d8cfe4;
  padding-bottom: 0;
}
.navBlock dl dt {
  margin: 0;
  background-color: #ebe7f1;
  color: #6337a0;
}
.navBlock dl dd {
  padding: 0;
}
.navBlock dl dd ul li:first-child.current a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navBlock dl dt:first-child ul li:last-child.current a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.index .navBlock .current a {
  background: transparent;
}

/***************************************************************************

  トップ

***************************************************************************/
.papaListBlock {
  width: 100%;
  background: #fff;
  padding: 35px 40px;
  margin: 0 0 50px;
  border-radius: 20px;
  border-top: solid 6px #d8cfe4;
  letter-spacing: 0.05em;
}
.papaListBlock h3 {
  display: inline-block;
  font-size: 160%;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0 0 10px;
  color: #6337a0;
  border-bottom: dotted 2px #d8cfe4;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.papaListBlock .article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.papaListBlock .article-list:after {
  content: '';
  display: block;
  width: calc(100% / 3 - 14px);
}
.papaListBlock .article-list li {
  border: 2px solid #d8cfe4;
  width: calc(100% / 3 - 14px);
  border-radius: 20px;
  padding: 16px;
  margin: 40px 0 0;
  position: relative;
}
.papaListBlock .article-list li a {
  color: #222;
}
.papaListBlock .article-list li figure {
  margin: 0 0 15px;
}
.papaListBlock .article-list li figure img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 15px;
}
.papaListBlock .article-list li figure figcaption {
  position: absolute;
  background: #6337a0;
  color: #ffffff;
  font-size: 90%;
  border-radius: 20px;
  padding: 4px 20px;
  top: -16px;
  left: -10px;
}
.papaListBlock .article-list li dl dt {
  margin: 0 0 5px;
  font-weight: bold;
  color: #6337a0;
  line-height: 1.4;
}
.papaListBlock .article-list li dl dd {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .papaListBlock {
    width: calc(100% - 40px);
    padding: 20px;
    margin: 0 auto 30px;
  }
  .papaListBlock .article-list {
    display: block;
  }
  .papaListBlock .article-list li {
    width: 100%;
    margin: 30px 0 0;
  }
  .papaListBlock .article-list:after {
    display: none;
  }
}


/***************************************************************************

  虎の巻

***************************************************************************/
/*****************************************
  基本情報
*****************************************/
.profileBlock {
  width: 100%;
  background: #fff;
  padding: 35px 40px 15px;
  margin: 0 0 50px;
  border-radius: 20px;
  border-top: solid 6px #d8cfe4;
  letter-spacing: 0.05em;
}
.profileBlock .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.profileBlock .profileTitle {
  text-align: center;
  margin: 0 0 20px;
}
.profileBlock .profileTitle h3 {
  font-size: 160%;
  font-weight: bold;
  color: #6337a0;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.profileBlock .profileTitle h3 span {
  background: #6337a0;
  color: #ffffff;
  font-size: 58%;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  letter-spacing: 0.05em;
}
.profileBlock .profileIntTxt p {
  text-align: center;
}
.profileBlock .profileDetail {
  margin: 30px 0 20px 0;
}
.profileBlock .profileDetail .profilePhoto {
  width: 45%;
  float: left;
}
.profileBlock .profileDetail .profileDetailInt {
  width: 52%;
  float: right;
}
.profileBlock .profileDetail .profileDetailInt dl dt {
  border-bottom: dotted 3px #d8cfe4;
  font-size: 106.6%;
  font-weight: bold;
  padding: 0 0 5px;
  margin: 0 0 10px;
}
.profileBlock .profileDetail .profileDetailInt dl dd ul li {
  background: url(../images/circle_purple.png) no-repeat left 0.4em;
  background-size: 12px auto;
  margin: 0 0 5px;
  padding: 0 0 0 18px;
}

@media screen and (max-width: 767px) {
  .profileBlock {
    width: calc(100% - 40px);
    padding: 20px 20px 10px;
    margin: 0 auto 30px;
  }
  .profileBlock .wrap {
    max-width: 100%;
  }
  .profileBlock .profileTitle {
    width: 100%;
    padding: 5px 0 0 0;
    float: none;
  }
  .profileBlock .profileTitle h3 {
    font-size: 134%;
    line-height: 1.4;
  }
  .profileBlock .profileTitle h3 span {
    padding: 5px 8px;
    margin-bottom: 5px;
  }
  .profileBlock .profileIntTxt p {
    text-align: left;
  }
  .profileBlock .profileDetail {
    float: none;
    width: 100%;
    display: block;
    margin: 15px 0 0;
  }
  .profileBlock .profileDetail .profilePhoto,
  .profileBlock .profileDetail .profileDetailInt {
    float: none;
    width: 100%;
  }
  .profileBlock .profileDetail .profileDetailInt dl {
    margin-top: 15px;
  }
}

/*****************************************
  ページ内リンク
*****************************************/
.mokujiPageLink {
  padding: 0 0 60px;
}
.mokujiPageLink .wrap {
  border: solid 2px #d8cfe4;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  width: 100%;
  font-size: 106.6%;
  font-weight: bold;
}
.mokujiPageLink ul {
  margin: 10px auto 0 auto;
}
.mokujiPageLink li {
  margin-top: 5px;
}
.mokujiPageLink a {
  background: url(../images/lower/information/awr_orange_kosodate_dwn.png) no-repeat left 0.5em;
  background-size: 8px auto;
  transition: 0.3s;
  padding-left: 15px;
  display: inline-block;
}
.mokujiPageLink a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .mokujiPageLink {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 0 20px;
  }
}

/*****************************************
  記事
*****************************************/
.papaDtlBlock {
  width: 100%;
  padding: 10px 35px 30px;
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 20px;
  letter-spacing: 0.05em;
}
.papaDtlBlock h3 {
  background-color: #d8cfe4;
  border-radius: 30px;
  padding: 10px 20px;
  margin: 20px 0;
  font-size: 133.5%;
  font-weight: bold;
}
.papaDtlBlock h4 {
  border-bottom: dotted 3px #d8cfe4;
  padding: 0 0 10px;
  margin: 40px 0 15px;
  font-size: 120%;
  font-weight: bold;
}
.papaDtlBlock p {
  margin-bottom: 1em;
}
.papaDtlBlock p img {
  max-width: 500px;
  margin: auto;
}
.papaDtlBlock .imgRightTxt figure img {
  max-width: 360px;
}
.papaDtlBlock .imageBlock {
  width: 95%;
  margin-bottom: 0;
}
.papaDtlBlock .imageBlock figure img {
  max-height: 240px;
}
.papaDtlBlock h3 + .papaItemBox h4:first-child {
  margin-top: 0;
}
.scheduleBox {
  margin: 0 auto 20px;
  padding-left: 7em;
  font-size: 93.4%;
  width: fit-content;
}
.scheduleBox ul {
  border-left: 3px solid #d8cfe4;
}
.scheduleBox li {
  padding: 0 0 10px;
}
.scheduleBox li:last-child {
  padding: 0 0 10px !important;
}
.scheduleBox li:before {
  display: none;
}
.scheduleBox span.time {
  width: 6em;
  display: inline-block;
  margin: 10px 0 0 -8em;
  padding: 0;
  vertical-align: top;
  position: relative;
  text-align: right;
}
.scheduleBox span.time::after {
  content: "";
  position: absolute;
  right: -2.5em;
  top: 0;
  background: #d8cfe4;
  width: 18px;
  height: 18px;
  border-radius: 10px;
}
.scheduleBox .sch_box {
  display: inline-block;
  margin-left: 3.5em;
  margin-top: 10px;
  width: max-content;
}
.scheduleBox .sch_box p {
  margin: 0;
}

h3.papaTtlh3 {
  font-size: 160%;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  padding: 10px 0 45px;
  margin: 0 0 40px;
  background: url(../images/lower/information/kosodate_list_block_bg.png) no-repeat center bottom;
  background-size: 168px auto;
}

.listPointDemi {
  margin: 20px auto 30px;
  width: fit-content;
  font-size: 93.4%;
}
.listPointDemi li {
  margin: 10px 0;
  padding: 0 0 0 2.2em;
  position: relative;
}
.listPointDemi li span {
  background-color: #d8cfe4;
  color: #ffffff;
  line-height: 1;
  font-size: 80%;
  padding: 5px 6px 6px 6.5px;
  margin-right: 4px;
  border-radius: 20px;
}
.listPointDemi li::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d8cfe4;
  color: #ffffff;
  line-height: 1;
  font-size: 80%;
  padding: 5px 6px 6px 7px;
  border-radius: 20px;
}
.listPointDemi li:nth-child(1)::before {  content: "1";}
.listPointDemi li:nth-child(2)::before {  content: "2";}
.listPointDemi li:nth-child(3)::before {  content: "3";}
.listPointDemi li:nth-child(4)::before {  content: "4";}

.pointBox {
  border: 2px solid #ffd605;
  background: #fff8d2;
  border-radius: 20px;
  padding: 20px 30px;
}
.pointBox dl dt {
  background: #ffd605;
  display: inline-block;
  border-radius: 5px;
  font-size: 93.4%;
  font-weight: bold;
  line-height: 1;
  padding: 6px 8px;
  margin: 0 0 10px;
}

.youtubeBox {
  width: 500px;
  margin: 0 auto;
}
.youtubeFrame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 15px auto;
}
.youtubeFrame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .papaDtlBlock {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    padding: 5px 20px 10px;
  }
  .papaDtlBlock h3 {
    font-size: 116.6%;
    margin: 20px auto 15px;
    padding: 8px 15px;
  }
  .papaDtlBlock h4 {
    font-size: 110%;
    margin: 30px auto 15px;
    line-height: 1.4;
  }
  .papaDtlBlock img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .papaDtlBlock .listPointDemi {
    margin: 15px auto 20px;
  }
  .papaDtlBlock .imgRightTxt figure img {
    max-height: 100%;
  }
  .papaDtlBlock .imageBlock {
    display: block;
  }
  .papaDtlBlock .imageBlock figure {
    width: 100%;
  }
  .pointBox {
    padding: 10px 15px;
    border-radius: 15px;
  }
  .youtubeBox {
    width: 100%;
  }
}

/*****************************************
  投稿募集
*****************************************/
.instagramBlock {
  width: 100%;
  margin: 60px 0 100px;
  padding: 50px 0 0;
  text-align: center;
  border-top: 1px solid #cccccc;
  letter-spacing: 0.05em;
}
.instagramBlock h3 {
  color: #6337a0;
  font-size: 134%;
  font-weight: bold;
  margin: 0 0 30px;
}
.instagramBlock .btnBox {
  margin: 20px auto;
}
.instagramBlock .btnBox a {
  width: 400px;
  color: #ffffff;
  font-weight: bold;
  margin: 10px auto;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
}
.instagramBlock .btnBox .follow a {
  background: #fb0065 url(../images/arw_white.png) no-repeat right 20px center;
  background-size: 8px auto;
}
.instagramBlock .btnBox .view a {
  background: #ff6600 url(../images/arw_white.png) no-repeat right 20px center;
  background-size: 8px auto;
}
.instagramBlock .btnBox a:hover {
  opacity: 0.7;
}
.instagramBlock .cautionBox {
  background: #ffffff;
  margin: 30px auto;
  padding: 20px;
  border-radius: 15px;
  text-align: left;
}
.instagramBlock .cautionBox dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.instagramBlock .cautionBox dd {
  font-size: 93.4%;
}

.btnBack {
  text-align: center;
  padding: 30px 0 10px;
}
.btnBack a {
  display: inline-block;
  background: #6337a0 url(../images/lower/information/arw_white.png) no-repeat right 20px center;
  background-size: 8px auto;
  border-radius: 30px;
  font-size: 100%;
  line-height: 1;
  padding: 15px 60px 15px 40px;
  color: #ffffff;
  transition: 0.3s;
}
.btnBack a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .instagramBlock {
    width: calc(100% - 40px);
    margin: 40px auto 0;
    padding: 40px 0 0;
  }
  .instagramBlock h3 {
    font-size: 116.6%;
  }
  .instagramBlock p {
    text-align: left;
  }
  .instagramBlock p br {
    display: none;
  }
  .instagramBlock .btnBox a {
    width: 100%;
    text-align: center;
    margin: 5px auto;
  }
  .instagramBlock .btnBox .follow a,
  .instagramBlock .btnBox .view a {
    background-size: 6px auto;
  }
  .btnBack {
    padding: 10px 0 0;
  }
  .btnBack a {
    background-size: 6px auto;
  }
}