@charset "UTF-8";
/*
Theme Name: DiD
Author: Drop in Design
Author URI: https://dropin-design.com
*/
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap");
.grecaptcha-badge {
  visibility: hidden; }

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Kiwi Maru', 'Noto Sans JP', sans-serif;
  font-size: 20px;
  color: saddlebrown; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

a {
  text-decoration: none; }

li {
  list-style: none; }

.hide,
.pcNone {
  display: none; }

#pageTop {
  position: fixed;
  display: none;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: none;
  background: #ffa0b4;
  z-index: 50; }
  #pageTop::after {
    content: url(img/pageTop.png);
    position: absolute;
    top: calc((100% - 16px) / 2);
    left: calc((100% - 30px) / 2);
    transition: 0.3s; }
  #pageTop:hover {
    background: #b4c8fa; }
    #pageTop:hover::after {
      top: calc((100% - 16px) / 2 - 5px); }

#contentsWrapper {
  overflow: hidden;
  margin: 90px 0 0; }

.mintyo {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, sans-serif; }

.linkBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.slideHover {
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background: #eee; }

.box {
  position: relative;
  max-width: 1180px;
  padding: 50px 20px;
  margin: 0 auto; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: rgba(255, 160, 180, 0.9);
  z-index: 100; }
  header #head #logo {
    position: absolute;
    top: 10px;
    left: 10px; }
  header #head #contact {
    position: absolute;
    right: 10px;
    top: 10px;
    overflow: hidden; }
    header #head #contact #tel {
      float: left;
      position: relative;
      padding: 0 0 0 20px;
      font-family: "Noto Sans JP",sans-serif;
      letter-spacing: 1px; }
      header #head #contact #tel::before {
        content: url(img/tel.png);
        position: absolute;
        top: 7px;
        left: 0; }
      header #head #contact #tel a {
        font-size: 24px;
        color: #fff; }
        header #head #contact #tel a:visited, header #head #contact #tel a:link {
          color: #fff; }
      @media screen and (max-width: 645px) {
        header #head #contact #tel {
          display: none; } }
    header #head #contact #mail, header #head #contact #line, header #head #contact #x {
      float: left;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      margin: 2px 0 0 8px;
      background: #cde6ff;
      transition: 0.5s; }
      header #head #contact #mail:hover, header #head #contact #line:hover, header #head #contact #x:hover {
        background: #b4c8fa; }
    header #head #contact #line {
      background: #50b950; }
      header #head #contact #line:hover {
        background: #1e961e; }
    header #head #contact #x {
      background: saddlebrown; }
      header #head #contact #x:hover {
        background: #3c281e; }
  header nav {
    position: absolute;
    top: 52px;
    right: 10px; }
    header nav #nav {
      display: flex;
      justify-content: center; }
      header nav #nav .menu {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 8px; }
        header nav #nav .menu a {
          font-size: 18px;
          color: #fff; }
          header nav #nav .menu a:visited, header nav #nav .menu a:link {
            color: #fff; }
        header nav #nav .menu:first-of-type, header nav #nav .menu:nth-of-type(2) {
          font-family: "Noto Sans JP",sans-serif; }
      header nav #nav .now, header nav #nav .standby {
        position: relative; }
        header nav #nav .now::after, header nav #nav .standby::after {
          content: '';
          position: absolute;
          bottom: -4px;
          left: 8px;
          width: calc(100% - 16px);
          height: 2px;
          border-radius: 2px;
          background: #fff; }
      header nav #nav .standby::after {
        width: 0;
        transition: 0.5s; }
      header nav #nav .standby:hover::after {
        width: calc(100% - 16px); }
      header nav #nav .menuHead {
        position: relative; }
        header nav #nav .menuHead .innerWrapper {
          display: none;
          position: absolute;
          top: 100%;
          left: 50%;
          transform: translateX(-50%);
          width: max-content; }
          header nav #nav .menuHead .innerWrapper ul li {
            padding: 5px 10px 7px;
            border: 1px solid #ffa0b4;
            border-radius: 20px;
            margin: 10px 0 0;
            text-align: center;
            background: #ffa0b4;
            transition: 0.5s; }
            header nav #nav .menuHead .innerWrapper ul li:first-of-type {
              margin: 24px 0 0; }
            header nav #nav .menuHead .innerWrapper ul li a {
              display: block;
              color: #fff; }
            header nav #nav .menuHead .innerWrapper ul li:hover {
              background: #fff; }
              header nav #nav .menuHead .innerWrapper ul li:hover a {
                color: #ffa0b4; }

footer #QA .head {
  position: relative;
  width: fit-content;
  margin: 0 auto; }
  footer #QA .head::after {
    content: url(img/QA.png);
    position: absolute;
    top: -15px;
    right: -80px; }
  footer #QA .head h2 {
    width: fit-content;
    margin: 0 auto;
    font-size: 40px; }
  footer #QA .head p {
    width: fit-content;
    margin: 0 auto; }
footer #QA dl {
  margin: 40px 0 0; }
  footer #QA dl dt, footer #QA dl dd {
    position: relative;
    padding: 20px 50px 20px 75px;
    color: #fff;
    background: #ffa0b4; }
    footer #QA dl dt::before, footer #QA dl dd::before {
      content: 'Q';
      position: absolute;
      top: 16px;
      left: 20px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      font-size: 20px;
      line-height: 36px;
      color: #fff;
      background: #b4c8fa; }
    footer #QA dl dt h5, footer #QA dl dd h5 {
      font-size: 20px; }
    footer #QA dl dt span, footer #QA dl dd span {
      display: block;
      position: absolute;
      top: 27px;
      right: 27px;
      width: 27px;
      height: 15px;
      transition: 0.5s;
      background: url(img/arrow.png); }
      footer #QA dl dt span.rotate, footer #QA dl dd span.rotate {
        transform: rotate(180deg); }
  footer #QA dl dt {
    margin: 40px 0 0;
    cursor: pointer; }
  footer #QA dl dd {
    display: none;
    padding: 20px 20px 20px 75px;
    color: saddlebrown;
    background: #fff; }
    footer #QA dl dd::before {
      content: 'A';
      top: 20px;
      background: #ffa0b4; }
    footer #QA dl dd p {
      line-height: 40px; }
      footer #QA dl dd p a {
        text-decoration: underline;
        color: #ffa0b4; }
        footer #QA dl dd p a:visited, footer #QA dl dd p a:link {
          color: #ffa0b4; }
        footer #QA dl dd p a:hover {
          color: #b4c8fa; }
footer .contact {
  background: url(img/top/contactBack.png);
  background-position: center;
  background-attachment: fixed; }
  footer .contact .box {
    overflow: hidden; }
    footer .contact .box ul {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      gap: 0 20px; }
      footer .contact .box ul li {
        position: relative;
        flex: 0 0 calc(100% / 2 - 20px);
        display: flex;
        flex-direction: column;
        padding: 20px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.8); }
        footer .contact .box ul li:first-of-type h3 {
          position: relative;
          width: fit-content;
          padding: 0 0 10px;
          margin: 0 auto 30px;
          font-size: 30px; }
          footer .contact .box ul li:first-of-type h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #b4c8fa; }
        footer .contact .box ul li:first-of-type p {
          text-align: center; }
        footer .contact .box ul li:first-of-type .tel {
          position: relative;
          width: fit-content;
          padding: 0 0 0 25px;
          margin: 10px auto 20px; }
          footer .contact .box ul li:first-of-type .tel a {
            font-size: 32px;
            color: #ffa0b4; }
            footer .contact .box ul li:first-of-type .tel a:visited, footer .contact .box ul li:first-of-type .tel a:link {
              color: #ffa0b4; }
          footer .contact .box ul li:first-of-type .tel::before {
            content: url(img/tel2.png);
            position: absolute;
            top: 10px;
            left: 0; }
        footer .contact .box ul li:first-of-type .icon {
          width: fit-content;
          margin: 20px auto 30px;
          overflow: hidden; }
          footer .contact .box ul li:first-of-type .icon .mail, footer .contact .box ul li:first-of-type .icon .line {
            float: left;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: #cde6ff;
            transition: 0.5s; }
            footer .contact .box ul li:first-of-type .icon .mail:hover, footer .contact .box ul li:first-of-type .icon .line:hover {
              background: #b4c8fa; }
          footer .contact .box ul li:first-of-type .icon .line {
            margin: 0 0 0 20px;
            background: #50b950; }
            footer .contact .box ul li:first-of-type .icon .line:hover {
              background: #1e961e; }
        footer .contact .box ul li:last-of-type h3 {
          position: relative;
          width: fit-content;
          margin: 0 auto 20px;
          text-align: center;
          font-size: 30px;
          color: #ffa0b4; }
          footer .contact .box ul li:last-of-type h3::after {
            content: url(img/star.png);
            position: absolute;
            top: 0;
            right: -70px; }
footer #footer {
  background: #cde6ff; }
  footer #footer .box {
    overflow: hidden; }
    footer #footer .box #footerLogo {
      float: left;
      width: 406px; }
      footer #footer .box #footerLogo p {
        text-align: center;
        color: #ffa0b4; }
      footer #footer .box #footerLogo img {
        width: 100%; }
    footer #footer .box #footerNav {
      font-family: "Noto Sans JP",sans-serif;
      float: right;
      width: calc(100% - 436px); }
      footer #footer .box #footerNav li {
        display: inline-block;
        padding: 0 10px 10px; }
        footer #footer .box #footerNav li a {
          font-size: 16px;
          color: #8fadf4; }
          footer #footer .box #footerNav li a:visited, footer #footer .box #footerNav li a:link {
            color: #8fadf4; }
          footer #footer .box #footerNav li a:hover {
            color: #ffa0b4; }
footer #copy {
  padding: 5px 0;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 14px;
  text-align: center;
  color: #ffa0b4; }

#blog .title {
  position: relative;
  width: fit-content;
  margin: 50px auto 0; }
  #blog .title::before, #blog .title::after {
    content: url(img/top/angel.png);
    position: absolute;
    top: 0; }
  #blog .title::before {
    left: -120px;
    transform: scale(-1, 1); }
  #blog .title::after {
    right: -120px; }
#blog p {
  width: fit-content;
  margin: 0 auto; }
#blog h1, #blog h2 {
  width: fit-content;
  margin: 0 auto 60px;
  font-size: 44px;
  color: #ffa0b4; }
#blog #bolgList {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px; }
  #blog #bolgList .blogWrrap {
    position: relative;
    flex: 0 0 calc(100% / 3 - 20px);
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }
    #blog #bolgList .blogWrrap figure {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 202px;
      overflow: hidden;
      transition: 0.7s; }
      #blog #bolgList .blogWrrap figure img {
        width: 100%;
        height: 202px;
        object-fit: cover;
        transition: 1s; }
    #blog #bolgList .blogWrrap .info {
      display: flex;
      padding: 0 10px;
      overflow: hidden;
      font-family: "Noto Sans JP",sans-serif; }
      #blog #bolgList .blogWrrap .info .tag {
        flex: 1;
        margin: 0 0 0 10px; }
        #blog #bolgList .blogWrrap .info .tag li {
          display: inline-block;
          padding: 1px 10px 4px 10px;
          border-radius: 20px;
          margin: 0 0 5px;
          font-size: 17px;
          color: #fff;
          background: #ffa0b4; }
    #blog #bolgList .blogWrrap h3 {
      padding: 0 10px 20px; }
    #blog #bolgList .blogWrrap:hover figure img {
      transform: scale(1.2, 1.2); }
    #blog #bolgList .blogWrrap:hover h3 {
      color: #ffa0b4; }
#blog .more {
  position: relative;
  overflow: hidden;
  width: fit-content;
  border: 1px solid #ffa0b4;
  border-radius: 40px;
  margin: 40px auto 0;
  background: #ffa0b4; }
  #blog .more .slideHover {
    background: #b4c8fa; }
  #blog .more a {
    position: relative;
    display: block;
    padding: 10px 35px 15px;
    font-size: 22px;
    color: #fff; }
    #blog .more a:visited, #blog .more a:link {
      color: #fff; }
  #blog .more:hover {
    border: 1px solid #fff; }
    #blog .more:hover .slideHover {
      left: 0; }
    #blog .more:hover a {
      color: #fff; }

#notFound h1 {
  padding: 10px;
  margin: 0 0 30px;
  font-size: 30px;
  color: #fff;
  background: #b4c8fa; }
#notFound p {
  padding: 5px 0; }
#notFound ul {
  padding: 10px 20px;
  margin: 30px 0 0;
  background: #eee; }
  #notFound ul li {
    padding: 10px 0; }

@media screen and (max-width: 1079px) {
  .pcNone {
    display: block; }

  .tbNone {
    display: none; }

  #contentsWrapper {
    top: 60px;
    left: 0;
    width: 100%;
    margin: 60px 0 0;
    transition: left 0.7s; }

  .box {
    max-width: 100%; }

  header {
    height: 60px;
    transition: 0.7s; }
    header #head #logo {
      top: 13px;
      left: 5px; }
      header #head #logo img {
        width: 205px; }
    header #head #contact {
      right: 55px; }
    header nav {
      position: fixed;
      top: 0;
      right: -100%;
      background: #ffa0b4;
      transition: 0.7s; }
      header nav #nav {
        display: block;
        width: 85vw;
        height: 100vh;
        padding: 20px 0; }
        header nav #nav .menu {
          display: block;
          padding: 10px 0;
          text-align: center; }
          header nav #nav .menu a {
            font-size: 18px;
            color: #fff; }
            header nav #nav .menu a:visited, header nav #nav .menu a:link {
              color: #fff; }
        header nav #nav .now, header nav #nav .standby {
          position: relative; }
          header nav #nav .now::after, header nav #nav .standby::after {
            width: 0;
            height: 0; }
        header nav #nav .standby:hover::after {
          width: 0; }
        header nav #nav .menuHead .innerWrapper {
          position: static;
          top: 0;
          left: 0;
          transform: translateX(0);
          width: auto; }
          header nav #nav .menuHead .innerWrapper ul {
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff; }
            header nav #nav .menuHead .innerWrapper ul li {
              padding: 10px 0;
              border: noen;
              border-radius: 0;
              margin: 0; }
              header nav #nav .menuHead .innerWrapper ul li:first-of-type {
                margin: 0; }
        header nav #nav .menuHead::after {
          content: '▼';
          position: absolute;
          top: 12px;
          left: 70%;
          color: #fff; }
        header nav #nav .menuTel {
          margin: 30px 0 0; }
          header nav #nav .menuTel p {
            text-align: center;
            color: #fff; }
            header nav #nav .menuTel p a {
              color: #fff; }
              header nav #nav .menuTel p a:visited, header nav #nav .menuTel p a:link {
                color: #fff; }
          header nav #nav .menuTel .tel {
            position: relative;
            width: fit-content;
            padding: 0 0 0 24px;
            margin: 10px auto 20px;
            text-align: center;
            font-size: 24px; }
            header nav #nav .menuTel .tel::before {
              content: url(img/tel.png);
              position: absolute;
              top: 4px;
              left: 0; }
        header nav #nav .contact {
          width: fit-content;
          margin: 10px auto 0;
          overflow: hidden; }
          header nav #nav .contact .mail, header nav #nav .contact .line, header nav #nav .contact .x {
            float: left;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            margin: 0 20px 0 0;
            background: #cde6ff;
            transition: 0.5s; }
            header nav #nav .contact .mail:hover, header nav #nav .contact .line:hover, header nav #nav .contact .x:hover {
              background: #b4c8fa; }
          header nav #nav .contact .line {
            background: #50b950; }
            header nav #nav .contact .line:hover {
              background: #1e961e; }
          header nav #nav .contact .x {
            background: saddlebrown; }
            header nav #nav .contact .x:hover {
              background: #3c281e; }
    header #spMenu {
      position: absolute;
      right: 0;
      width: 60px;
      height: 60px;
      z-index: 100; }
      header #spMenu div {
        position: absolute;
        top: 10px;
        left: 13px;
        width: 34px;
        height: 28px;
        overflow: hidden; }
        header #spMenu div span {
          position: absolute;
          top: 0;
          left: 0;
          width: 34px;
          height: 3px;
          border-radius: 10px;
          background: #fff;
          transition: 0.7s;
          transform-origin: left top; }
        header #spMenu div span:nth-child(2) {
          top: 12.5px; }
        header #spMenu div span:last-child {
          top: 25px;
          transform-origin: left bottom; }
      header #spMenu p {
        padding: 40px 0 0;
        text-align: center;
        font-size: 11px;
        color: #fff; } }
@media screen and (max-width: 480px) {
  .spNone {
    display: none; }

  .box {
    max-width: 100%;
    padding: 30px 20px; }

  footer #QA dl dt, footer #QA dl dd {
    padding: 10px 40px 10px 50px;
    color: #fff;
    background: #ffa0b4; }
    footer #QA dl dt::before, footer #QA dl dd::before {
      top: 9px;
      left: 10px;
      width: 30px;
      height: 30px;
      font-size: 20px;
      line-height: 26px; }
    footer #QA dl dt h5, footer #QA dl dd h5 {
      font-size: 18px; }
    footer #QA dl dt span, footer #QA dl dd span {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      width: 14px;
      height: 8px;
      margin: auto 0;
      background-size: contain; }
      footer #QA dl dt span.rotate, footer #QA dl dd span.rotate {
        transform: rotate(180deg); }
  footer #QA dl dt {
    margin: 40px 0 0;
    cursor: pointer; }
  footer #QA dl dd {
    padding: 10px 10px 10px 50px;
    color: saddlebrown;
    background: #fff; }
    footer #QA dl dd::before {
      top: 13px; }
    footer #QA dl dd p {
      font-size: 18px;
      line-height: 32px; }
  footer .contact {
    background-position: center bottom; }
    footer .contact .box ul {
      gap: 10px; }
      footer .contact .box ul li {
        flex: 0 0 calc(100% - 10px); }
  footer #footer .box #footerLogo {
    float: none;
    width: 100%;
    margin: 0 0 20px; }
  footer #footer .box #footerNav {
    float: none;
    width: 100%; }
    footer #footer .box #footerNav li {
      padding: 0 5px 5px; }

  #blog .title {
    position: relative;
    width: fit-content;
    margin: 50px auto 0; }
    #blog .title::before, #blog .title::after {
      content: url(img/top/angel.png);
      position: absolute;
      top: 0; }
    #blog .title::before {
      left: -120px;
      transform: scale(-1, 1); }
    #blog .title::after {
      right: -120px; }
  #blog h1, #blog h2 {
    margin: 0 auto 40px;
    font-size: 44px; }
  #blog #bolgList {
    display: block;
    gap: 0; }
    #blog #bolgList .blogWrrap {
      flex: static;
      display: block;
      margin: 0 0 40px; } }
