@charset "UTF-8";
/* 共通 */
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #202020;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

div {
  box-sizing: border-box; }

p, dd, ul {
  margin: 0; }

input, textarea {
  border: solid 1px #aaa;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  appearance: none; }

textarea {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

header, footer {
  min-width: 1136px; }

header {
  height: 90px;
  box-shadow: 0px 0px 6px 0px rgba(100, 100, 100, 0.1);
  margin-bottom: 20px; }
  header nav {
    max-width: 1024px;
    height: 100%;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between; }
    header nav a.logo {
      display: block;
      height: 100%;
      position: relative; }
      header nav a.logo img {
        width: 209px;
        height: 52px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
    header nav ul {
      display: flex;
      list-style-type: none;
      font-weight: bold; }
      header nav ul li {
        display: flex;
        align-items: center; }
        header nav ul li a {
          border-left: 1px solid #E1DFF0;
          padding-left: 16px;
          margin-left: 16px;
          font-size: 1.5rem;
          font-weight: normal;
          color: #202020;
          text-decoration: none; }
          header nav ul li a:hover {
            opacity: 0.8; }
            header nav ul li a:hover span:nth-of-type(1) {
              text-decoration: underline; }
          header nav ul li a span {
            display: inline-block;
            padding-right: 29px;
            position: relative; }
            header nav ul li a span:before {
              content: "";
              display: block;
              width: 14px;
              height: 14px;
              position: absolute;
              right: 0;
              top: 0;
              bottom: 0;
              margin: auto;
              background: url("../img/icon_external_link.png") no-repeat;
              background-size: cover; }
            header nav ul li a span:nth-of-type(2) {
              display: block;
              font-size: 1.3rem;
              color: #CFCAEF; }
              header nav ul li a span:nth-of-type(2):before {
                display: none; }
        header nav ul li:first-of-type a {
          border-left: none;
          padding-left: 0;
          margin-left: 0; }
  header .btn_spnav {
    display: none; }

main {
  min-height: calc(100vh - 360px);
  margin-bottom: 8px; }
  main .contents {
    width: 1136px;
    margin: 0 auto;
    position: relative; }
    main .contents .information {
      position: absolute;
      top: 0;
      right: 56px;
      text-align: center;
      line-height: 28px; }
      main .contents .information p:nth-of-type(1) {
        font-size: 3.3rem;
        font-weight: bold;
        padding-left: 45px;
        position: relative;
        letter-spacing: -1px;
        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif; }
        main .contents .information p:nth-of-type(1):before {
          content: "";
          display: block;
          width: 28px;
          height: 28px;
          position: absolute;
          left: 0;
          background: url("../img/icon_tel.png") no-repeat;
          background-size: cover; }
      main .contents .information p:nth-of-type(2) {
        font-size: 1.3rem; }
    main .contents .index {
      width: 1024px;
      margin: 0 auto;
      margin-bottom: 8px; }
      main .contents .index h1 {
        font-size: 3.5rem;
        font-weight: normal;
        margin: 0; }

footer {
  height: 50px;
  display: flex;
  align-items: center;
  box-sizing: border-box; }
  footer .copyright {
    width: 100%;
    text-align: center; }

.flex_container {
  background: url("../img/content_bg.png") no-repeat;
  background-size: 1136px;
  margin: 0 auto;
  padding: 68px 56px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1136px;
  height: 564px;
  box-sizing: border-box; }

.overlay_spnav {
  display: none; }

/* トップページ */
.top-page {
  /* トップページ - お問い合わせ */
  /* トップページ - 地図 */ }
  .top-page .catchphrase {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
    padding: 0; }
  .top-page dl {
    width: 325px;
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
    .top-page dl dt:first-of-type, .top-page dl dd:first-of-type {
      border-top: solid 1px #ccc;
      padding-top: 10px; }
    .top-page dl dt, .top-page dl dd {
      border-bottom: solid 1px #ccc;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .top-page dl dt:last-of-type, .top-page dl dd:last-of-type {
      margin-bottom: 0; }
    .top-page dl dt {
      width: 75px;
      font-weight: bold; }
    .top-page dl dd {
      width: 250px; }
  .top-page .contact {
    margin: 24px auto 0; }
    .top-page .contact a {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
      width: 100%;
      height: 54px;
      display: inline-block;
      color: #fff;
      text-decoration: none;
      text-align: center;
      font-size: 1.5rem;
      height: 54px;
      line-height: 54px;
      border-radius: 12px;
      margin: 0 auto;
      background: #4c42a8; }
      .top-page .contact a span {
        padding-left: 40px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 165px;
        margin: auto; }
        .top-page .contact a span:before {
          content: "";
          display: block;
          width: 20px;
          height: 14px;
          position: absolute;
          left: 0;
          background: url("../img/icon_mail.png") no-repeat;
          background-size: cover;
          top: 0;
          bottom: 0;
          margin: auto; }
  .top-page .flex_container .flex_content:nth-of-type(2) {
    display: flex;
    align-items: center; }
  .top-page .embeddedmap {
    width: 640px;
    height: 395px; }
    .top-page .embeddedmap iframe {
      border: none; }

.contact-page form {
  background: url(../img/content_bg.png) no-repeat;
  background-size: 1136px;
  margin: 0 auto;
  padding: 48px 56px 0;
  width: 1136px;
  height: 564px;
  box-sizing: border-box; }
  .contact-page form .flex_container {
    justify-content: center;
    margin-bottom: 24px;
    background: none;
    padding: 0;
    height: auto;
    width: 100%; }
    .contact-page form .flex_container label.flex_content {
      width: 200px;
      text-align: right;
      padding-right: 24px;
      box-sizing: border-box;
      font-weight: bold; }
    .contact-page form .flex_container div.flex_content {
      width: 560px; }
      .contact-page form .flex_container div.flex_content input[type="text"] {
        width: 80%;
        height: 28px;
        box-sizing: border-box;
        padding: 2px 4px;
        font-size: 1.5rem;
        font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      .contact-page form .flex_container div.flex_content.radio span {
        display: inline-block;
        margin-right: 24px; }
        .contact-page form .flex_container div.flex_content.radio span:last-child {
          margin-right: 0; }
  .contact-page form .form-submit p {
    position: relative;
    display: flex;
    align-items: center; }
    .contact-page form .form-submit p:before {
      content: "";
      display: block;
      width: 20px;
      height: 14px;
      position: absolute;
      left: 0;
      background: url("../img/icon_mail.png") no-repeat;
      background-size: cover;
      right: 120px;
      margin: auto;
      z-index: 10;
      top: 0;
      bottom: 0;
      margin: auto; }
  .contact-page form .form-submit input {
    width: 324px;
    border: none;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    height: 54px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 1.5rem;
    height: 68px;
    line-height: 54px;
    border-radius: 12px;
    margin: 0 auto;
    background: #4c42a8;
    padding-left: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    cursor: pointer; }
    .contact-page form .form-submit input:hover {
      opacity: 0.8; }
  .contact-page form textarea {
    width: 80%;
    height: 100px;
    resize: none;
    box-sizing: border-box;
    padding: 2px 4px;
    font-size: 1.5rem; }
.contact-page .formErrorContent {
  /*  background: #CFCAEF;
    border: none; */ }
.contact-page .formError {
  width: 110px;
  opacity: 0.9;
  font-weight: bold; }
  .contact-page .formError.email01formError {
    width: 110px; }
.contact-page.confirm form, .contact-page.complete form {
  background: none;
  padding: 0;
  margin-left: 0;
  width: auto; }
.contact-page.confirm .title {
  margin-bottom: 16px;
  text-align: center; }
  .contact-page.confirm .title h1 {
    font-size: 2.0rem;
    margin: 0; }
.contact-page.confirm div.form {
  background: url(../img/content_bg.png) no-repeat;
  background-size: 1136px;
  margin: 0 auto;
  padding: 40px 56px 0;
  width: 1136px;
  height: 564px;
  box-sizing: border-box; }
  .contact-page.confirm div.form .flex_container {
    justify-content: center;
    margin-bottom: 24px;
    background: none;
    padding: 0;
    margin-left: 0;
    width: 100%;
    height: auto; }
    .contact-page.confirm div.form .flex_container label.flex_content {
      width: 200px;
      text-align: right;
      padding-right: 24px;
      box-sizing: border-box;
      font-weight: bold; }
    .contact-page.confirm div.form .flex_container div.flex_content {
      width: 560px; }
      .contact-page.confirm div.form .flex_container div.flex_content input[type="text"], .contact-page.confirm div.form .flex_container div.flex_content textarea {
        width: 448px;
        box-sizing: border-box;
        padding: 2px 4px;
        font-size: 1.5rem; }
      .contact-page.confirm div.form .flex_container div.flex_content input[type="text"] {
        height: 28px; }
      .contact-page.confirm div.form .flex_container div.flex_content textarea {
        height: 100px;
        resize: none; }
    .contact-page.confirm div.form .flex_container div.flex_content.radio span {
      display: inline-block;
      margin-right: 24px; }
    .contact-page.confirm div.form .flex_container div.flex_content.radio span:last-of-type {
      margin: 0; }
  .contact-page.confirm div.form .flex_container:nth-of-type(1) div.flex_content {
    width: 560px; }
  .contact-page.confirm div.form .confirm_wrap {
    display: flex;
    justify-content: center; }
  .contact-page.confirm div.form .send {
    display: flex;
    justify-content: center; }
    .contact-page.confirm div.form .send form {
      height: auto;
      margin: 0; }
      .contact-page.confirm div.form .send form p {
        position: relative;
        display: flex;
        align-items: center; }
        .contact-page.confirm div.form .send form p:before {
          content: "";
          display: block;
          width: 20px;
          height: 14px;
          position: absolute;
          left: 0;
          background: url("../img/icon_mail.png") no-repeat;
          background-size: cover;
          right: 10px;
          margin: auto;
          z-index: 10;
          top: 0;
          bottom: 0;
          margin: auto; }
    .contact-page.confirm div.form .send .backbtn, .contact-page.confirm div.form .send input {
      width: 130px;
      border: none;
      box-sizing: border-box;
      padding: 0;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
      height: 54px;
      display: inline-block;
      color: #fff;
      text-decoration: none;
      text-align: center;
      font-size: 1.5rem;
      height: 54px;
      line-height: 54px;
      border-radius: 12px;
      margin: 0 auto;
      padding-left: 30px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      cursor: pointer; }
    .contact-page.confirm div.form .send .backbtn:hover, .contact-page.confirm div.form .send input:hover {
      opacity: 0.8; }
    .contact-page.confirm div.form .send .backbtn {
      padding: 0;
      background: #bbb; }
      .contact-page.confirm div.form .send .backbtn a {
        text-decoration: none;
        color: #fff;
        width: 100%;
        border-radius: 12px; }
    .contact-page.confirm div.form .send input {
      background: #4c42a8;
      margin-left: 40px; }
.contact-page.complete .message {
  background: url("../img/content_bg.png") no-repeat;
  background-size: 1136px;
  margin: 0 auto;
  padding: 68px 0 0;
  width: 1136px;
  height: 564px;
  box-sizing: border-box;
  text-align: center; }
  .contact-page.complete .message h1 {
    font-size: 2.0rem;
    margin: 0;
    margin-bottom: 24px; }
  .contact-page.complete .message .home a {
    width: 130px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    display: inline-block;
    color: #fff;
    text-decoration: none;
    height: 54px;
    line-height: 54px;
    border-radius: 12px;
    background: #4c42a8;
    margin-top: 40px; }
    .contact-page.complete .message .home a:hover {
      opacity: 0.8; }

@media screen and (max-width: 420px) {
  /* 共通 */
  input[type="text"] {
    border-radius: 0; }

  textarea {
    border-radius: 0; }

  body {
    height: auto; }

  header, footer {
    min-width: 100%; }

  header {
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff; }
    header nav {
      max-width: 100%;
      display: block;
      box-sizing: border-box;
      padding: 0 16px; }
      header nav a.logo {
        display: inline-block; }
        header nav a.logo img {
          width: 160px;
          height: auto; }
      header nav ul {
        display: none;
        padding: 0;
        z-index: 20;
        position: fixed;
        width: 100vw;
        top: 60px;
        left: 0; }
        header nav ul li {
          margin: 0;
          background: #fff;
          border-bottom: solid 1px #4c42a8; }
          header nav ul li a {
            width: 100%;
            display: block;
            padding: 16px;
            text-decoration: none;
            margin: 0;
            border: none; }
          header nav ul li:first-of-type {
            border-top: solid 1px #4c42a8; }
            header nav ul li:first-of-type a {
              padding: 16px; }
    header .btn_spnav {
      display: block;
      background: #4c42a8;
      padding: 16px 12px;
      position: absolute;
      top: 0;
      right: 0; }
      header .btn_spnav .icn_spnav {
        width: 35px;
        height: 28px;
        position: relative; }
        header .btn_spnav .icn_spnav span {
          display: block;
          width: 100%;
          height: 4px;
          background: #fff;
          position: absolute;
          transition: 0.3s; }
          header .btn_spnav .icn_spnav span:nth-of-type(1) {
            top: 0; }
          header .btn_spnav .icn_spnav span:nth-of-type(2) {
            top: 0;
            bottom: 0;
            margin: auto; }
          header .btn_spnav .icn_spnav span:nth-of-type(3) {
            bottom: 0; }
      header .btn_spnav.open .icn_spnav span:nth-of-type(1) {
        top: 12px;
        transform: rotateZ(45deg); }
      header .btn_spnav.open .icn_spnav span:nth-of-type(2) {
        display: none; }
      header .btn_spnav.open .icn_spnav span:nth-of-type(3) {
        bottom: 12px;
        transform: rotateZ(-45deg); }

  footer {
    height: 80px; }

  main {
    min-height: calc(100vh - 248px);
    margin: 100px auto 0;
    padding: 0 16px; }
    main .contents {
      width: 100%; }
      main .contents .information {
        top: auto;
        left: 0;
        bottom: 0;
        right: 0; }
        main .contents .information p:first-of-type {
          display: inline-block; }
      main .contents .index {
        width: 100%; }
        main .contents .index h1 {
          font-size: 2.4rem;
          text-align: center; }

  .flex_container {
    justify-content: center;
    width: 100%;
    background: url(../img/sp/content_bg.png) no-repeat;
    background-size: 100% 880px;
    padding: 16px;
    margin: 0;
    box-sizing: border-box;
    height: 880px; }
    .flex_container .flex_content {
      width: 100%; }
      .flex_container .flex_content:nth-of-type(n+2) {
        margin-top: 20px; }

  .overlay_spnav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #202020;
    z-index: 10;
    opacity: 0; }

  /* トップページ */
  .top-page {
    width: 100%;
    padding: 0;
    /* トップページ - 地図 */ }
    .top-page .flex_container .flex_content:nth-of-type(1) {
      position: relative;
      padding-bottom: 80px; }
    .top-page dl {
      width: 100%; }
      .top-page dl dt:first-of-type {
        border-top: none;
        padding-top: 0; }
      .top-page dl dd {
        width: calc(100% - 75px); }
        .top-page dl dd:first-of-type {
          border-top: none;
          padding-top: 0; }
    .top-page ul, .top-page p {
      padding: 0 16px; }
    .top-page .contact {
      margin: 32px auto 0; }
      .top-page .contact a {
        display: block;
        max-width: 380px; }
    .top-page .embeddedmap {
      /*width: 300px;*/
      height: 300px;
      margin: 0 auto; }

  .contents.contact-page form {
    background: url(../img/sp/content_bg.png) no-repeat;
    background-size: 100% 880px;
    padding: 16px;
    margin-left: 0;
    width: 100%;
    height: 880px;
    box-sizing: border-box; }
    .contents.contact-page form .flex_container {
      justify-content: center;
      margin-bottom: 16px;
      padding: 0;
      height: auto;
      flex-wrap: wrap; }
      .contents.contact-page form .flex_container label.flex_content {
        width: 100%;
        text-align: left;
        padding-right: 0;
        margin-bottom: 5px; }
      .contents.contact-page form .flex_container div.flex_content {
        width: 100%; }
        .contents.contact-page form .flex_container div.flex_content input[type="text"] {
          width: 70%;
          height: 28px;
          box-sizing: border-box;
          padding: 2px 4px; }
        .contents.contact-page form .flex_container div.flex_content.radio span {
          display: block; }
    .contents.contact-page form .form-submit p {
      position: relative;
      display: flex;
      align-items: center; }
      .contents.contact-page form .form-submit p:before {
        content: "";
        display: block;
        width: 20px;
        height: 14px;
        position: absolute;
        left: 0;
        background: url("../img/icon_mail.png") no-repeat;
        background-size: cover;
        right: 120px;
        margin: auto;
        z-index: 10;
        top: 0;
        bottom: 0;
        margin: auto; }
    .contents.contact-page form .form-submit input {
      width: 324px;
      border: none;
      padding: 0;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
      height: 54px;
      display: inline-block;
      color: #fff;
      text-decoration: none;
      text-align: center;
      font-size: 1.5rem;
      height: 54px;
      line-height: 54px;
      border-radius: 12px;
      margin: 0 auto;
      background: #4c42a8;
      padding-left: 40px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto; }
    .contents.contact-page form textarea {
      width: 70%;
      resize: none;
      box-sizing: border-box;
      padding: 2px 4px; }
  .contents.contact-page .information {
    bottom: 24px; }

  .contact-page.confirm form, .contact-page.complete form {
    background: none;
    padding: 0;
    margin-left: 0;
    width: auto; }
  .contact-page.confirm .title {
    margin-bottom: 8px; }
  .contact-page.confirm div.form {
    background: url(../img/sp/content_bg.png) no-repeat;
    background-size: 100% 880px;
    padding: 16px;
    margin-left: 0;
    width: 100%;
    height: 880px;
    box-sizing: border-box; }
    .contact-page.confirm div.form .flex_container {
      margin-bottom: 16px;
      height: auto;
      width: 100%;
      flex-wrap: wrap; }
      .contact-page.confirm div.form .flex_container label.flex_content, .contact-page.confirm div.form .flex_container div.flex_content {
        width: 100%; }
      .contact-page.confirm div.form .flex_container label.flex_content {
        margin-bottom: 5px;
        text-align: left; }
      .contact-page.confirm div.form .flex_container div.flex_content textarea,
      .contact-page.confirm div.form .flex_container div.flex_content input[type="text"] {
        width: 70%;
        box-sizing: border-box;
        padding: 2px 4px; }
      .contact-page.confirm div.form .flex_container div.flex_content textarea {
        height: 100px; }
      .contact-page.confirm div.form .flex_container div.flex_content.radio span {
        display: block; }
    .contact-page.confirm div.form .confirm_wrap {
      flex-wrap: wrap; }
      .contact-page.confirm div.form .confirm_wrap .confirm_item {
        width: 100%;
        max-height: 590px; }
        .contact-page.confirm div.form .confirm_wrap .confirm_item:nth-of-type(2) {
          width: 100%;
          max-height: 168px; }
    .contact-page.confirm div.form .send {
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 0; }
      .contact-page.confirm div.form .send form {
        height: auto;
        width: 100%;
        margin-top: 24px; }
        .contact-page.confirm div.form .send form p {
          position: relative;
          display: flex;
          align-items: center; }
          .contact-page.confirm div.form .send form p:before {
            content: "";
            display: block;
            width: 20px;
            height: 14px;
            position: absolute;
            left: 0;
            background: url("../img/icon_mail.png") no-repeat;
            background-size: cover;
            right: 40px;
            margin: auto;
            z-index: 10;
            top: 0;
            bottom: 0;
            margin: auto; }
      .contact-page.confirm div.form .send .backbtn, .contact-page.confirm div.form .send input {
        width: 100%;
        border: none;
        box-sizing: border-box;
        padding: 0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
        height: 54px;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-size: 1.5rem;
        height: 54px;
        line-height: 54px;
        border-radius: 12px;
        margin: 0 auto;
        padding-left: 0;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        cursor: pointer; }
      .contact-page.confirm div.form .send .backbtn:hover {
        opacity: 0.8; }
      .contact-page.confirm div.form .send input {
        margin-left: 0;
        padding-left: 30px; }
        .contact-page.confirm div.form .send input:hover {
          opacity: 0.8; }
  .contact-page.complete .message {
    background: url(../img/sp/content_bg.png) no-repeat;
    background-size: 100% 880px;
    padding: 16px;
    margin-left: 0;
    width: 100%;
    height: 880px;
    box-sizing: border-box; }
    .contact-page.complete .message h1 {
      margin-top: 16px; }
  .contact-page.complete .information {
    bottom: 400px; } }





main .contents .information .tel_link{
  display:none;
}
main .contents .information p:nth-of-type(3) {
  font-size: 1.3rem;
}
@media screen and (max-width: 420px) {
  main .contents .information p:first-of-type{
    display:none;
  }
  main .contents .information .tel_link{
    display: inline-block;
    font-weight: bold;
    padding-left: 45px;
    position: relative;
    letter-spacing: -1px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  }
  main .contents .information .tel_link:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    background: url(../img/icon_tel.png) no-repeat;
    background-size: cover;
  }
  main .contents .information .tel_link a {
    color: #202020;
    text-decoration: none;
  }
  main .contents .information p:nth-of-type(2) {
     font-size: 3.3rem;
  }
  main .contents .information p:nth-of-type(3) {
    font-size: 1.3rem;
  }
}
