<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* day_service.css
-------------------------------------- */
.id {
  display: inline-block;
}

/* page_ttl_area */

.page_ttl_area {
  border-bottom: none;
}

.page_ttl_area .posr {
  position: relative;
}

.page_ttl_area h1 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* .page_ttl_area h1 span {
  display: block;
  width: 100%;
  position: relative;
  padding-top: calc(25.5% / 2.35);
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.page_ttl_area h1 span img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
} */
@media all and (max-width: 769px) {
  .page_ttl_area .posr {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .titile_login {
    width: 10%;
    position: absolute;
    top: -30px;
  }

  .page_ttl_area h1 {
    width: 85%;
  }
}

@media all and (max-width: 600px) {
  .page_ttl_area .posr {
    width: 90%;
  }

  .titile_login {
    width: 50px;
    position: absolute;
    top: -80px;
    left: inherit;
    right: 0;
  }

  .page_ttl_area h1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* btn_area */

.btn_area {
  width: 100%;
  padding: 30px 0;
  background: repeating-linear-gradient(
    -50deg,
    #f8bbc1,
    #f8bbc1 20px,
    rgba(255, 244, 247, 1) 0,
    rgba(255, 244, 247, 1) 40px
  );
  margin: 0 0 80px 0;
}

.btn_area ul {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn_area ul li {
  width: 24%;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  border-bottom: 2px solid #fff;
}

.btn_area ul li.active,
.btn_area ul li:hover {
  border-bottom: 2px solid var(--class-kids);
  box-sizing: border-box;
}

.btn_area ul li.active::after,
.btn_area ul li:hover::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 15px 0 15px;
  border-color: var(--class-kids) transparent transparent transparent;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s ease-in-out;
}

.btn_area ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 5px 0;
  background-color: #fff;
  color: #666;
  font-weight: 600;
}

.btn_area ul li a:hover,
.btn_area ul li.active a {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  background-color: #fef6bc;
  color: var(--class-kids);
}

@media all and (max-width: 767px) {
  .btn_area {
    display: block;
  }

  .btn_area ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .btn_area ul li {
    width: 48%;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    border-bottom: 2px solid #fff;
    transition: 0.3s ease-in-out;
    margin-bottom: 20px;
  }
}

/* 共通h2 h3 */

.content_area_s &gt; h2 {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 2.2rem;
  background-color: var(--class-kids);
  color: #fff;
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
  padding-left: 45px;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .content_area_s &gt; h2 {
    font-size: 2rem;
    height: 100%;
    line-height: 1.5;
    padding: 10px 10px 10px 45px;
  }
}

.content_area_s &gt; h2::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 10px;
  margin: auto;
}

.content_area_s &gt; h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent var(--class-kids);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}

.content_area_s h3 {
  font-size: 2.2rem;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 0 26px;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  border-bottom: dashed 1px #333;
}

@media all and (max-width: 767px) {
  .content_area_s h3 {
    font-size: 2rem;
  }
}

.content_area_s h3 span {
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
}

.content_area_s h3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent var(--class-kids);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* tab1 */

#tab1 .content_area_s .txt01 {
  font-size: 1.5rem;
  margin-bottom: 50px;
}

#tab1 .content_area_s &gt; table {
  width: 100%;
  margin-bottom: 100px;
}

#tab1 .content_area_s &gt; table tr th {
  font-size: 1.5rem;
  vertical-align: middle;
  background-color: #f2f2f2;
  width: 20%;
  border-right: solid #fff 3px;
  border-bottom: solid #fff 3px;
  padding: 8px 10px;
}

#tab1 .content_area_s &gt; table tr td {
  font-size: 1.5rem;
  background-color: #f2f2f2;
  padding: 8px 10px;
  border-bottom: solid #fff 3px;
}

#tab1 .content_area_s &gt; table tr td span {
  font-weight: normal;
}

@media all and (max-width: 520px) {
  #tab1 .content_area_s .txt01 {
    font-size: 1.5rem;
  }

  #tab1 .content_area_s &gt; table {
    margin-bottom: 50px;
  }

  #tab1 .content_area_s &gt; table tr th {
    font-size: 1.4rem;
  }

  #tab1 .content_area_s &gt; table tr td {
    font-size: 1.4rem;
  }
}

/* tab2 */
.ft_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.6rem;
  margin-top: 7.2rem;
  margin-bottom: 9.3rem;
  position: relative;
}

.ft_list::after {
  display: block;
  content: "";
  width: 85px;
  height: 123px;
  position: absolute;
  bottom: -20px;
  right: 25%;
  background-image: url(../img/day_service/ico_01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ft_list li {
  padding: 4.2rem 2.5rem 3.6rem;
  background-color: #fff7b9;
  position: relative;
  border-radius: 20px;
}

.ft_list .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--class-kids);
  color: #fff;
  font-size: 2.3rem;
  position: absolute;
  top: -2.4rem;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
}

.ft_list .ft_txt {
  font-size: 1.8rem;
  font-weight: 600;
}

@media all and (max-width: 900px) {
  .ft_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.6rem 1.8rem;
    margin-top: 4.2rem;
    margin-bottom: 6.3rem;
  }

  .ft_list::after {
    width: 55px;
    height: 93px;
    position: absolute;
    bottom: -40px;
    right: auto;
    left: 35%;
  }

  .ft_list li {
    padding: 3.2rem 1.5rem 2rem;
  }

  .ft_list .num {
    width: 33px;
    height: 33px;
    font-size: 2rem;
    top: -1.6rem;
  }

  .ft_list .ft_txt {
    font-size: 1.6rem;
  }
}

.flow {
  max-width: 810px;
  width: 100%;
  border-radius: 20px;
  padding: 5.8rem 5rem 2rem;
  background-color: #f2f2f2;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

.flow::after {
  display: block;
  content: "";
  width: 99px;
  height: 149px;
  position: absolute;
  bottom: -50px;
  right: -60px;
  background-image: url(../img/day_service/ico_02.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.flow_ttl {
  border-bottom: none !important;
  display: block;
  text-align: center !important;
  background-color: var(--class-kids);
  color: #fff;
  font-size: 2.2rem;
  max-width: 370px;
  width: 80%;
  margin: 0 auto !important;
  position: absolute !important;
  top: -2.5rem;
  right: 0;
  left: 0;
  padding: 0.5rem !important;
  border-radius: 50px;
  font-weight: normal !important;
}

.flow_ttl::before {
  display: none;
}

.flow_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(9, 1fr);
  grid-auto-flow: column;
  gap: 2rem;
  margin-bottom: 1rem;
}

.flow_list li {
  display: flex;
  justify-content: flex-start;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.102);
}

.flow_list .num {
  width: 51px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #82c772;
  font-size: 1.8rem;
}

.flow_txt {
  width: calc(100% - 51px);
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-left: 20px;
  background-color: #fff;
}

.flow ._note {
  font-size: 1.5rem;
  text-align: right;
}

@media all and (max-width: 900px) {
  .flow {
    padding: 5.8rem 2rem 1.5rem;
  }

  .flow::after {
    width: 79px;
    height: 129px;
    bottom: 40px;
    right: 5px;
  }

  .flow_ttl {
    font-size: 2rem;
    width: 80%;
    top: -2rem;
  }

  .flow_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-auto-flow: column;
    gap: 1.8rem;
    margin-bottom: 1rem;
  }

  .flow_list li {
    display: flex;
    justify-content: flex-start;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.102);
  }

  .flow_list .num {
    width: 51px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #82c772;
    font-size: 1.8rem;
  }

  .flow_txt {
    width: calc(100% - 51px);
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-left: 20px;
    background-color: #fff;
  }

  .flow ._note {
    font-size: 1.5rem;
    text-align: right;
  }
}

/* tab3 */
.pro_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 2rem;
  margin-top: 10rem;
}

.pro_list div {
  padding: 5.9rem 4.3rem 3.9rem;
  background-color: #f2f2f2;
  border-radius: 20px;
  position: relative;
}

.pro_list div dt {
  display: block;
  text-align: center;
  background-color: #fff;
  color: var(--class-kids);
  font-size: 2.8rem;
  max-width: 330px;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: -2.8rem;
  right: 0;
  left: 0;
  padding: 0.5rem;
  border-radius: 50px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.102);
  line-height: 1.5;
}

/*.pro_list div:nth-of-type(2) dt {
  top: -4.8rem;
}*/

.pro_list dt span {
  font-size: 2.2rem;
  line-height: 1.5;
}

.pro_list dd p {
  font-size: 1.8rem;
  font-weight: 600;
  /*padding-left: 1.4em;
  text-indent: -1.4em;*/
  box-sizing: border-box;
}

.pro_list dd p span {
  color: var(--class-kids);
}

/*.pro_list div:nth-of-type(1)::before {
  display: block;
  content: "";
  width: 77px;
  height: 62px;
  position: absolute;
  top: -110px;
  left: -30px;
  background-image: url(../img/day_service/ico_03.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.pro_list div:nth-of-type(2)::before {
  display: block;
  content: "";
  width: 44px;
  height: 41px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  background-image: url(../img/day_service/ico_04.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.pro_list div:nth-of-type(5)::before {
  display: block;
  content: "";
  width: 62px;
  height: 41px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url(../img/day_service/ico_05.png);
  background-size: contain;
  background-repeat: no-repeat;
}*/

@media all and (max-width: 900px) {
  .pro_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 6rem 2rem;
    margin-top: 5rem;
  }

  .pro_list div {
    padding: 4.9rem 2rem 2.9rem;
  }

  /*.pro_list div:nth-of-type(1)::before {
    top: -60px;
    left: -20px;
  }*/

  .pro_list div dt {
    font-size: 2rem;
    top: -2rem;
  }

  /*.pro_list div:nth-of-type(2) dt {
    top: -3.8rem;
  }*/

  .pro_list dt span {
    font-size: 1.6rem;
  }

  .pro_list dd p {
    font-size: 1.6rem;
  }
}

/* tab4 */
.faci_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
  margin-top: 5.5rem;
  margin-bottom: 7rem;
}

.faci_list img {
  margin-bottom: 1.5rem;
}

.faci_list p {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

@media all and (max-width: 900px) {
  .faci_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
    margin-top: 3.5rem;
    margin-bottom: 4rem;
  }

  .faci_list p {
    font-size: 1.6rem;
  }
}

#tab4 .content_area_s &gt; div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

#tab4 .content_area_s &gt; div &gt; div {
  width: 48%;
}

#tab4 .content_area_s &gt; div &gt; div p {
  margin-bottom: 20px;
}

.ggmap {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 767px) {
  .ggmap {
    padding-bottom: 60%;
  }
}

@media all and (max-width: 520px) {
  #tab4 .content_area_s &gt; div {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  #tab4 .content_area_s &gt; div &gt; div {
    width: 100%;
    margin-bottom: 30px;
  }
}

.top_sns_area {
  width: 90%;
  box-sizing: border-box;
  max-width: 1100px;
  padding: 0 5% 50px;
  margin: 0 auto;
  position: relative;
}
.top_sns_area .inner {
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.top_sns_area a {
  display: block;
}

.top_sns_area .sns_ttl {
  max-width: 376px;
  margin: auto;
  margin-right: 5%;
  width: 45%;
}

.top_sns_area .sns_ttl::before,
.top_sns_area .sns_ttl::after {
  content: "";
  display: block;
  height: 100%;
  width: 44px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: skewX(-30deg);
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 10px,
    rgba(22, 166, 229, 1) 10px,
    rgba(22, 166, 229, 1) 14px
  );
}

.top_sns_area .sns_ttl::before {
  left: -5%;
}
.top_sns_area .sns_ttl::after {
  right: -5%;
}

.top_sns_area .sns_icons {
  width: 40%;
  margin: auto;
}
@media all and (max-width: 767px) {
  .top_sns_area {
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .top_sns_area {
    padding-bottom: 0;
  }
  .top_sns_area .inner {
    padding: 0 5%;
    display: block;
  }

  .top_sns_area .sns_ttl {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    position: relative;
    margin-bottom: 10px;
  }
  .top_sns_area .sns_ttl::before,
  .top_sns_area .sns_ttl::after {
    width: 25px;
    background-image: repeating-linear-gradient(
      90deg,
      transparent,
      transparent 6px,
      rgba(22, 166, 229, 1) 6px,
      rgba(22, 166, 229, 1) 8px
    );
  }

  .top_sns_area .sns_ttl::before {
    left: -17%;
  }
  .top_sns_area .sns_ttl::after {
    right: -17%;
  }
  .top_sns_area .sns_icons {
    width: 80%;
  }
}

/*20250204追加*/
.flow_list .normal_text {
  box-shadow: none;
}
.flow_list .place {
  display: grid;
  place-content: center;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #fff7b9;
  border-radius: 50px;
  box-shadow: none;
}
@media all and (max-width: 900px) {
  .flow_list {
    display: grid;
    grid-template-rows: repeat(18, 1fr);
  }
  .flow_list .place {
    font-size: min(5vw,1.8rem);
  }
}

.content_area_s &gt; h2 {
  display: flex;
}
.content_area_s &gt; h2 span {
  font-size: min(1.8vw,0.8em);
  margin-left: 10px;
}
@media all and (max-width: 900px) {
  .content_area_s &gt; h2 {
    flex-direction: column;
    height: 100%;
    line-height: 1.5;
    padding: 6px 10px 6px 45px;
  } 
  .content_area_s &gt; h2 span {
    font-size: 0.8em;
    margin-left: 0;
  }  
}

.pro_list div:first-of-type,.pro_list div:last-of-type {
  margin: 0 25%;
  grid-column: 1 / 3;
}
.pro_list div:nth-of-type(4) dt {
  font-size: 2.4rem;
  line-height: 42px;
}
@media all and (max-width: 900px) {
  .pro_list div:first-of-type,.pro_list div:last-of-type {
    margin: 0;
    grid-column: 1 / 2;
  }  
  .pro_list div:nth-of-type(4) dt {
    font-size: min(5vw,2rem);
    line-height: 1.5;
  }
}

.pro_list div:nth-of-type(1)::before {
  display: block;
  content: "";
  width: 82px;
  height: 75px;
  position: absolute;
  top: -60px;
  left: -20%;
  background-image: url(../img/day_service/ico_03.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.pro_list div:nth-of-type(1)::after {
  display: block;
  content: "";
  width: 60px;
  height: 56px;
  position: absolute;
  bottom: -20px;
  right: -26%;
  background-image: url(../img/day_service/ico_04.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.pro_list div:nth-of-type(6)::before {
  display: block;
  content: "";
  width: 62px;
  height: 41px;
  position: absolute;
  top: 25%;
  left: -20%;
  background-image: url(../img/day_service/ico_05.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 900px) {
  .pro_list div:nth-of-type(1)::before {
    width: 77px;
    height: 62px;
    top: -60px;
    left: -20px;
  }
  .pro_list div:nth-of-type(1)::after {
    content: none;
  }
  .pro_list div:nth-of-type(2)::before {
    display: block;
    content: '';
    width: 44px;
    height: 41px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    background-image: url(../img/day_service/ico_04.png);
    background-size: contain;
    background-repeat: no-repeat;
  }  
  .pro_list div:nth-of-type(6)::before {
    content: none;
  }  
  .pro_list div:nth-of-type(5)::before {
    display: block;
    content: "";
    width: 62px;
    height: 41px;
    position: absolute;
    bottom: -10px;
    right: 20px;
    background-image: url(../img/day_service/ico_05.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.content_area_s h3 {
  font-size: min(1.6vw,1.8rem);
}
@media all and (max-width: 767px) {
  .content_area_s h3 {
    font-size: 1.6rem;
  }
}</pre></body></html>