@charset "utf-8";
/*=========================================================================================================
    Mobile
===========================================================================================================*/
@media only screen and (max-width: 767px) {

/******* section *********/
  .main_section .section_title_wrap .section_text p {
    font-size: 4vw;
    line-height: 2em;
    text-align: center;
  }

  .main_section .section_title_wrap {
    width: 100%;
  }

  .main_section .section_title_wrap h2 {
    color: #02b7ff;
    font-size: 6vw;
    margin: 1.8em auto;
    text-align: center;
  }

  .sub_section {
    margin: 5vw auto;
  }

  .sub_section .subtitle_wrap h4 {
    display: block;
    font-size: 7vw;
    margin: 1em 0;
    padding: 2em 0;
    position: relative;
  }

  .sub_section .subtitle_wrap h4 span {
    border-bottom: 1px solid;
    display: inline-block;
    left: 50%;
    padding: 0.2em 1em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .sub_section .subtitle_wrap p {
    font-size: 4vw;
    line-height: 2em;
    text-align: center;
  }

/********* main *********/
  .main_section .section_content_wrap dl {
    margin: 0 auto;
    width: 95%;
  }

  .main_section .section_content_wrap dl dt {
    background: #e9fbff;
    border-top: 1px solid #83e2ff;
    font-size: 4.4vw;
    font-weight: 300;
    padding: .3em 0;
    text-align: center;
  }

  .main_section .section_content_wrap dl dd {
    font-size: 4.4vw;
    font-weight: 300;
    margin: 0;
    padding: 1em;
  }

  .main_section .section_content_wrap dl dd span {
    display: block;
  }

  .main_section .section_content_wrap .map {
    width: 100%;
  }

  .main_section .section_content_wrap .map iframe {
    height: 80vw;
    width: 100%;
  }
}


/*=========================================================================================================
    PC
===========================================================================================================*/
@media only screen and (min-width: 768px) {

  .flex_wrap {
    display: flex;
  }

/******* section *******/
  .main_section {
    margin: 5rem;
  }

  .main_section .section_title_wrap .section_text p {
    font-size: 2rem;
    line-height: 2em;
    text-align: center;
  }

  .main_section .section_title_wrap {
    width: 100%;
  }

  .main_section .section_title_wrap h2 {
    color: #02b7ff;
    font-size: 3em;
    margin: 1.8em auto;
    text-align: center;
  }

  .sub_section {
    margin: 8rem auto;
  }

  .sub_section .subtitle_wrap h4 {
    display: block;
    font-size: 2.5rem;
    margin: 1em 0;
    padding: 2em 0;
    position: relative;
  }

  .sub_section .subtitle_wrap h4 span {
    border-bottom: 1px solid;
    display: inline-block;
    font-family: NotoSans-Md;
    left: 50%;
    padding: 0.2em 1em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .sub_section .subtitle_wrap p {
    font-size: 1.7em;
    line-height: 2em;
    text-align: center;
  }

/********* main *********/
  #office .section_content_wrap > div,
  #shop .section_content_wrap > div {
    margin: 0 auto;
    width: 600px;
  }

  #office .section_content_wrap > div > dl,
  #shop .section_content_wrap > div > dl {
    display: flex;
    flex-wrap: wrap;
  }

  #office .section_content_wrap > div > dl >dt:not(:last-of-type),
  #office .section_content_wrap > div > dl >dd:not(:last-of-type),
  #shop .section_content_wrap > div > dl >dt:not(:last-of-type),
  #shop .section_content_wrap > div > dl >dd:not(:last-of-type) {
    border-bottom: 1px solid rgba(2, 183, 255, .3);
  }

  #office .section_content_wrap > div > dl > dt,
  #shop .section_content_wrap > div > dl > dt {
    font-size: 1.3rem;
    font-weight: lighter;
    padding: 2em;
    position: relative;
    text-align: right;
    width: calc(100% * (1 / 3));
  }

  #office .section_content_wrap > div > dl > dt span,
  #shop .section_content_wrap > div > dl > dt span {
    display: block;
    position: absolute;
    right: 4em;
    top: 50%;
    transform: translateY(-50%);
  }

  #office .section_content_wrap > div > dl > dd,
  #shop .section_content_wrap > div > dl > dd {
    font-size: 1.3rem;
    margin: 0;
    padding: 2em;
    width: calc(100% * (2 / 3));
  }

  #office .section_content_wrap > div > dl > dd span,
  #shop .section_content_wrap > div > dl > dd span {
    display: block;
  }

  #office .map,
  #shop .map {
    width: 100% !important;
  }

  #office .map iframe,
  #shop .map iframe {
    height: 400px;
    width: 100%;
  }
}
