@charset 'utf-8';


/* popup */

.popup_wrap input {
  display: none;
  }
  .popup_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
    }
  
    .popup_trigger {
      position: absolute;
      width: 100%;
      height: 100%;
      }
    
    .popup_content {
    position: relative;
    align-self: center;
    width: 90%;
    max-width: 800px;
    padding: 30px 40px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: justify;
    }
    
    .close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    cursor: pointer;
    padding:8px;
    background: #f29c9f;
    color: #fff;
    border-radius:15px;
    line-height:14px;
    font-weight:bold;
    }

    .popup_wrap input:checked ~ .popup_overlay {
      opacity: 1;
      transform: scale(1);
      transition: opacity 0.5s;
      }
      
      .popup_wrap input:checked ~ .popup_overlay .popup_content{
      transform: translateY(50px);
      }
      

html {
  scroll-behavior: smooth;
  scroll-padding-top: 15px;
}

* {
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
  header div.border {
    background: none;
  }

  /* header */
.logo_tab,
.logo_pc {
  display: none;;
}
.logo_sp {
  width: 140px;
  height: auto;
}
.box_04 {
  margin: 15px auto 0;
  text-align: center;
}
  header hr {
    border: 0;
    border-top: 0.5px solid #DCDCDC;
    width: 100%;
    margin: 15px auto 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .05);
  }
  
  /* sabu */
  header div.h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 10px 30px 0 0;
  }
  header div.h1 img.star {
    display: block;
    width: 20px;
    height: auto;
  }
  header div.h1_00 {
    text-align: center;
  }
  header div.h1 h1 {
    font-size: 15px;
    color: #585858;
    font-weight: bold;
  }
  header div.h1 p.h1 {
    font-size: 7px;
    color: #AEAEAE;
    font-family: 'Shadows Into Light', cursive;
  }

/* main */
main span {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #FFF4F7 60%);
}
main p {
  font-size: 17px;
  color: #545454;
  font-weight: normal;
}
main p.txt {
  width: calc(100% - 32px);
  margin: 25px auto 0;
}
main img {
  display: block;
  height: auto;
}

/* img */
img.first_sp {
  width: 100%;
  margin: -100px auto -150px;
  position: relative;
  z-index: -1;
}
img.first_pc {
  display: none;
}

img.down {
  width: 25px;
  transform: rotate( 90deg );
}
img.mokuzi_cook,
img.mokuzi_book {
  width: 100px;
}
img.balloon {
  width: 50px;
}
img.mokuzi_letter {
  width: 45px;
}
img.mokuzi_car {
  width: 135px;
  transform: scale(-1, 1);
}
img.main {
  aspect-ratio: 4 / 3;
  display: block;
  width: calc(100% - 32px);
  margin: 25px auto 0;
  object-fit: cover;
}

img.icon {
  height: 35px;
}
img.icon_1 {
  height: 45px;
}

img.pic {
  width: 100px;
  margin: 35px auto 0;
}
img.pic_1 {
  width: 150px;
  margin: 10px auto 0;
}

img.woman {
  height: 80px;
}
img.pc_pic {
  display: none;
}

img.sub_icon_1 {
  /* height: 20px; */
}
img.sub_icon_2 {
  height: 30px;
}

img.family {
  height: 150px;
  margin: 35px auto 0;
}

/* margin */
#space_35 {
  margin: 35px auto 0;
}
#space_40 {
  margin: 40px auto 0;
}
#space_50 {
  margin: 50px auto 0;
}

/* タイトル */
main h5,
main h6,
main h7,
main h8,
main h9 {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin: 50px 0 0 5px;
  border-left: 8px solid #F5B6C3;
  /* padding-top: 0px;
  padding-bottom: 0px; */
  padding-left: 10px;
  /* margin-top: 10px; */
  display: block;
}
main div.h5,
main div.h6,
main div.h7,
main div.h8,
main div.h9 {
  width: calc(100% - 10px);
  height: 7px;
  background: linear-gradient(to bottom, rgba(254,223,224,0),rgba(254,223,224,.5) 60%,rgba(254,223,224,1) 85%);
  margin: 5px auto 0;
}
main span.sub_title {
  font-size: 8px;
  color: #CCCCCC;
  font-weight: normal;
  background: none;
  display: block;
  margin-top: 5px;
}

/* メイン */
main h1 {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  margin: 25px auto 0;
  text-align: center;
}
main p.h1 {
  font-size: 14px;
  color: #505050;
  font-weight: normal;
  text-align: center;
  text-shadow: 1px 2px 3px #ffffff;
  margin: 15px auto 0;
}
main p.h1_1 {
  font-size: 11px;
  color: rgba(82, 170, 214, .7);
  font-weight: bold;
  /* margin: 5px auto 0; */
  text-align: center;
  letter-spacing: 0.20em;
  margin: 10px auto 0;
}
main span.small_title {
  font-size: 12px;
  color: #505050;
  font-weight: normal;
  background: none;
}

main h2 {
  font-size: 20px;
  color: #1BA79A;
  font-weight: bold;
  margin: 50px 0 0 16px;
}
main p.h2 {
  font-size: 15px;
  color: #717171;
  font-weight: normal;
  /* margin: 10px 0 0 16px; */
  margin: 15px 0 0 16px;
}

/* 目次 */
main div.container {
  background: #FFF4F7;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  border-radius: 5px;
  margin: 50px auto 0;
  padding: 16px 16px 50px 16px;
  width: calc(100% - 32px);
  box-sizing: border-box;
}

main p.mokuzi_title {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin: 9px auto 0;
  text-align: center;
}
main hr {
  border: none;
  border-top: dashed 1px #C1C1C1;
  height: 1px;
  margin: 15px auto 0;
}
main div.mokuzi_box {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
main div.title_container,
main div.title_container_1 {
  display: flex;
  align-items: center;
  gap: 5px;
}
main div.title_container {
  margin-top: 15px;
}
main div.box {
  margin: 35px auto 15px 0;
  --x-gradient: linear-gradient(90deg, #FFDDE5 0 10px, transparent 0 calc(100% - 10px), #FFDDE5 calc(100% - 10px));
  --y-gradient: linear-gradient(#FFDDE5 0 10px, transparent 0 calc(100% - 10px), #FFDDE5 calc(100% - 10px));
  padding: 16px;
  background-image:
      var(--x-gradient),
      var(--y-gradient),
      var(--x-gradient),
      var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
  background-color: #ffffff;
}
main div.wrap {
  display: flex;
  flex-flow: column;
  border-left: double 5px #D8D8D8;
  padding-left: 10px;
  margin-top: 20px;
}

main h3,
main h4 {
  font-size: 20px;
  color: #0A2682;
  font-weight: bold;
}
main p.h3,
main p.h4 {
  font-size: 11px;
  color: #BBBBBB;
  font-weight: bold;
  cursor: pointer;
  margin-top: 5px;
  letter-spacing: 0.20em;
}
main span.small {
  font-size: 14px;
  color: #0A2682;
  font-weight: bold;
  background: none;
}
main p.mokuzi_txt,
main p.mokuzi_txt_1 {
  font-size: 16px;
  color: #0A2682;
  font-weight: normal;
  cursor: pointer;
}
main p.mokuzi_txt {
  margin: 20px auto 0 16px;
}
main p.mokuzi_txt_1 {
  margin: 15px auto 0 16px;
}
main h3:hover,
main h4:hover,
main p.mokuzi_txt:hover,
main p.mokuzi_txt_1:hover,
main p.maru_txt:hover {
  text-decoration: underline;
  color: rgba(56,145,182,.75);
}

main div.pic_pic {
  display: flex;
  justify-content: center;
}
main div.pic_container {
  margin: 35px auto 0;
  display: flex;
  flex-direction: column;
}
main div.pic_box {
  display: flex;
  align-items: flex-end;
  gap: 35px;
}
main p.mokuzi_pic {
  font-size: 14px;
  color: #FBADBE;
  font-weight: bold;
  text-shadow: 0px 3px 6px rgba(255, 213, 224, .75);
  letter-spacing: 0.20em;
}

/* リスト */
main li {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 35px;
}
main p.maru_box {
  width: 15px;
  height: 15px;
	position: relative;
  background-color: #FBADBE;
	border-radius: 50%;
	box-sizing: border-box;
}
main p.maru_box:before {
  content: "";
	width: 3px;
  height: 3px;
	position: absolute;
  z-index: 5;
  background-color: #ffffff;
	border-radius: 50%;
	box-sizing: border-box;
  line-height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main p.maru_txt {
  font-size: 17px;
  color: #0A2682;
  font-weight: bold;
  cursor: pointer;
}

/* back */
main div.container_02 {
  display: flex;
  flex-direction : row-reverse;
}
main img.mokujihemodoru {
  display: block;
  width: 50px;
  height: auto;
  margin: 25px 16px 0 auto;
  cursor: pointer;
}
main a {
  text-decoration: none;
}

/* エピソード */
main div.sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #FEDFE0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .05);
  box-sizing: border-box;
  margin: 25px 16px 0 auto;
  width: 180px;
  cursor: pointer;
}
main div.border_pic {
  padding: 5px;
  border-radius: 50%;
  border: 2px solid #FEDFE0;
  box-shadow: 0px 2px 6px rgba(255, 0, 0, .1);
  box-sizing: border-box;
}
main p.comment {
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  z-index: 2;
}
main p.comment:hover {
  text-decoration: underline;
  color: rgba(56,145,182,.75);
}

.balloon1_container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 50px 0 0 24px;
}
.balloon1-left {
  position: relative;
  display: inline-block;
  /* margin: 15px; */
  padding: 16px;
  min-width: 120px;
  max-width: 100%;
  background: #F5F5F5;
  border-radius: 20px;
}
.balloon1-left:before {
  content: "";
  position: absolute;
  top: 40%;
  left: -15px;
  /* margin-top: -15px; */
  border: 7px solid transparent;
  border-right: 10px solid #F5F5F5;
}
p.balloon1,
p.green {
  color: #1BA79A;
  font-weight: bold;
  font-size: 17px;
}
img.travel {
  margin: 0 24px 0 auto;
}

.background {
  background: #FFF2F5;
  border-radius: 5px;
  box-sizing: border-box;
  margin: -22.5px auto 0;
  width: calc(100% - 16px);
  padding: 25px 0 35px 0;
}
div.container_pic {
  display: flex;
  align-items: center;
  background: #F4F4F4;
  border-radius: 50px 10px 10px 50px;
  height: 45px;
  width: calc(100% - 32px);
  margin: 16px auto 0;
  position: relative;
  z-index: 1;
}
div.pink {
  background: #FADAE1;
  box-shadow: 0px 3px 6px rgba(248, 170, 187, .2);
}
div.pic_border {
  border-radius: 50%;
  border: #ffffff 3px solid;
  /* background: rgba(241, 170, 186, .25); */
  background: #FFF4F7;
  padding: 10px;
  position: relative;
  z-index: 1;
}
p.beer {
  font-size: 17px;
  color: #000000;
  font-weight: bold;
  padding-left: 16px;
}

main div.background_pic {
  background-image: url("/img/paper.svg");
  background-size: cover;
  padding: 16px 0 25px;
  margin-top: 40px;
}
main div.title_box {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-left: 16px;
}

/* footer */
footer div.container_02 {
  display: flex;
  flex-direction : row-reverse;
  gap: 15px;
  margin: 75px 16px 100px 0;
}
footer div.txt_00 {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  cursor: pointer;
}
footer img {
  display: block;
  margin: 0 auto;
}
footer p {
  font-size: 8px;
  color: #9E9E9E;
  margin-top: 7px;
}
footer a {
  text-decoration: none;
}

/* yamamotosan */

div.container_03 {
  display: flex;
  /* justify-content: center; */
  align-items: flex-start;
  gap: 25px;
  margin: 25px auto 0;
  width: calc(100% - 32px);
}

div.box3 {
  display: flex;
  flex-flow: column;
  gap: 5px;
}

img.yamamotosan {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
}

p.nurse_title {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
p.nurse_txt {
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}

#footer_box {
  margin: 75px 16px 0 auto;
  width: calc(100% / 1.5) ;
}

/* レスポンシブ */

@media screen and (min-width:768px) {
  header div.border {
    height: 5px;
    background: linear-gradient(to bottom, #F8D3DD,#FAFAF2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  body {
    max-width: 675px;
    width: 100%;
    margin: auto;
  }

/* header */
.logo_sp,
.logo_pc {
  display: none;;
}
.logo_tab {
  display: block;
  width: 160px;
  height: auto;
}
.box_04 {
  margin: 15px auto 0 16px;
}

/* sabu */
header div.h1 {
  margin: -15px 28px 0 0;
}

  /* main */
  main span.sub_title {
    display: inline;
    margin-top: 0;
  }
  br.sp {
    display: none;
  }
  main img.main {
    aspect-ratio: 16 / 9;
  }

  main div.pic_pic {
    display: flex;
    justify-content: flex-end;
  }
  main div.pic_container {
    margin: 35px 32px 0 0;
    display: flex;
    flex-direction: column;
  }

  img.first_sp {
    display: none;
  }
  img.first_pc {
    display: block;
    width: 100%;
    margin: -100px auto -150px;
    position: relative;
    z-index: -1;
  }
  img.pc_pic {
    display: block;
    height: 70px;
  }
}


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

  body {
    max-width: 990px;
    width: 100%;
    margin: auto;
  }
  div.pc_res {
    max-width: 675px;
    width: 100%;
    margin: auto;
  }

/* header */
.logo_sp,
.logo_tab {
  display: none;
}
.logo_pc {
  display: block;
  width: 170px;
  height: auto;
}

/* sabu */
header div.h1 {
  margin: -30px 28px 0 0;
}

  /* main */
  img.first_pc {
    display: block;
    width: 100%;
    margin: -125px auto -175px;
    position: relative;
    z-index: -1;
  }
}