/* base
=========================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Roboto:wght@500;700&display=swap");
main {
  padding-top: 60px; }
  @media (max-width: 960px) {
    main {
      padding-top: 100px; } }

.container {
  max-width: 800px;
  width: 100%; }
  @media (max-width: 800px) {
    .container {
      width: 94%; } }

h1.kagukaden {
  background: url(/img/kagukaden/icon-kagukaden.png) no-repeat 20px center;
  padding: 11px 0 11px 95px;
  font-size: 2.4rem;
  font-weight: 500;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  @media (max-width: 768px) {
    h1.kagukaden {
      font-size: 2rem; } }

#kagukaden {
  padding-top: 24px; }
  #kagukaden img {
    margin: 0 auto; }
  #kagukaden > h2 {
    margin-bottom: 30px; }
  #kagukaden .privilege > .flex {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 30px;
    gap: 30px;
    flex-wrap: nowrap;
    flex-direction: row; }
    @media (max-width: 560px) {
      #kagukaden .privilege > .flex {
        flex-direction: column;
        align-items: center;
        gap: 25px; } }
  #kagukaden .privilege .privilege_single {
    max-width: 354px;
    width: 100%; }
    #kagukaden .privilege .privilege_single .text {
      font-size: 1.4rem;
      padding: 10px 15px 0;
      line-height: 1.8; }
  #kagukaden .privilege .privilege_point {
    background: url(/img/kagukaden/bg-outer-green.png) no-repeat;
    background-size: cover;
    border: 2px solid #009540;
    padding: 10px;
    margin-bottom: 40px; }
    #kagukaden .privilege .privilege_point ul.flex {
      background: #fff;
      padding: 20px;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      flex-direction: row;
      gap: 40px; }
      #kagukaden .privilege .privilege_point ul.flex li {
        font-size: 2rem;
        font-weight: bold;
        color: #009540;
        position: relative;
        display: inline-block;
        padding-left: 30px; }
        @media (max-width: 768px) {
          #kagukaden .privilege .privilege_point ul.flex li {
            font-size: 1.6rem; } }
        #kagukaden .privilege .privilege_point ul.flex li:before {
          content: "";
          position: absolute;
          background: url(/img/kagukaden/icon-pica.png) no-repeat;
          background-size: contain;
          width: 23px;
          height: 48px;
          left: 0;
          top: -12px; }
          @media (max-width: 768px) {
            #kagukaden .privilege .privilege_point ul.flex li:before {
              height: 34px;
              top: -8px; } }
      #kagukaden .privilege .privilege_point ul.flex li:nth-child(2n) {
        margin-right: 0; }
  #kagukaden .user {
    margin-bottom: 45px; }
    @media (max-width: 768px) {
      #kagukaden .user {
        margin-bottom: 30px; } }
    #kagukaden .user > h3 {
      font-size: 2.3rem;
      font-weight: bold;
      color: #302c28;
      text-align: center;
      border-top: 1px dotted #302c28;
      border-bottom: 1px dotted #302c28;
      padding: 10px 0;
      margin-bottom: 18px; }
      @media (max-width: 768px) {
        #kagukaden .user > h3 {
          font-size: 1.8rem;
          margin-bottom: 12px; } }
    #kagukaden .user ul.flex {
      justify-content: space-between;
      align-items: center;
      gap: 15px; }
      @media (max-width: 768px) {
        #kagukaden .user ul.flex {
          gap: 8px; } }
      #kagukaden .user ul.flex li {
        font-size: 1.5rem;
        font-weight: bold;
        color: #302c28;
        position: relative;
        display: inline-block;
        padding-left: 24px; }
        #kagukaden .user ul.flex li:before {
          content: "";
          position: absolute;
          background: url(/img/kagukaden/icon-check.png) no-repeat;
          background-size: contain;
          width: 20px;
          height: 15px;
          left: 0;
          top: 5px; }
          @media (max-width: 768px) {
            #kagukaden .user ul.flex li:before {
              width: 15px;
              top: 7px; } }
  #kagukaden .contact {
    margin-bottom: 50px;
    border: 5px solid #DFDFDE; }
    @media (max-width: 768px) {
      #kagukaden .contact {
        margin-bottom: 40px; } }
    #kagukaden .contact .contact_title {
      background: #302c28;
      padding: 16px 25px;
      text-align: center; }
      @media (max-width: 768px) {
        #kagukaden .contact .contact_title {
          padding: 16px; } }
      #kagukaden .contact .contact_title h3 {
        font-size: 2.7rem;
        color: #fff;
        letter-spacing: 0.05em;
        margin-bottom: 8px; }
        @media (max-width: 768px) {
          #kagukaden .contact .contact_title h3 {
            font-size: 2.2rem; } }
      #kagukaden .contact .contact_title p {
        font-size: 1.7rem;
        letter-spacing: 0.05em;
        color: #fff; }
        @media (max-width: 768px) {
          #kagukaden .contact .contact_title p {
            font-size: 1.4rem; } }
    #kagukaden .contact .contact_cont {
      padding: 20px;
      text-align: center; }
      #kagukaden .contact .contact_cont .shop {
        font-size: 1.8rem;
        color: #000; }
        @media (max-width: 768px) {
          #kagukaden .contact .contact_cont .shop {
            font-size: 1.6rem; } }
      #kagukaden .contact .contact_cont .tel {
        font-size: 2.6rem;
        font-weight: bold;
        color: #000; }
        @media (max-width: 768px) {
          #kagukaden .contact .contact_cont .tel {
            font-size: 2rem; } }
        #kagukaden .contact .contact_cont .tel span {
          position: relative;
          padding-left: 36px; }
          #kagukaden .contact .contact_cont .tel span:before {
            content: "";
            position: absolute;
            background: url(/img/tenant/icon-tell.png) no-repeat;
            background-size: contain;
            width: 29px;
            height: 22px;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto 0; }
            @media (max-width: 768px) {
              #kagukaden .contact .contact_cont .tel span:before {
                width: 26px; } }
  #kagukaden .btn_move {
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: nowrap;
    flex-direction: row; }
    @media (max-width: 560px) {
      #kagukaden .btn_move {
        flex-direction: column;
        gap: 20px; } }
    #kagukaden .btn_move a {
      max-width: 340px;
      width: 100%;
      background: #009540;
      padding: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5rem;
      line-height: 1.5;
      border-radius: 4px;
      color: #fff; }
      #kagukaden .btn_move a:hover {
        opacity: 0.7; }
      #kagukaden .btn_move a span {
        position: relative;
        padding-left: 14px; }
        #kagukaden .btn_move a span:before {
          content: "";
          position: absolute;
          border: 6px solid transparent;
          border-left: 8px solid #fff;
          left: 0;
          top: 5px; }
