@charset "UTF-8";
/*
Theme Name: 合同会社 Grand Couleur
Description: 合同会社 Grand Couleur WebSite 用のテンプレートです
Version: 1.0
Author: Artis K.Otani
*/

* {
  font-size: 16px;
  color: #333333;

  /* <uniquifier>: Use a unique and descriptive class name
   <weight>: Use a value from 200 to 900 */

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

@media (min-width:600px) {

  /* 600px以上の時（HPサイズの時） */
  * {
    font-size: 0.83vw;
  }
}

header {
  padding: 0.7rem 8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #587CAD;
}

header img {
  width: 11.25rem;
}

header nav {
  display: none;
  width: 12.5rem;
  white-space: nowrap;
}

#open {
  font-size: 2.5rem;
  color: #ffffff;
  cursor: pointer;
}

#close {
  color: #333333;
  cursor: pointer;
  z-index: 1;
}

#open.hide {
  display: none;
}

@media (min-width:600px) {

  /* 600px以上の時（HPサイズの時） */
  header {
    height: 120px;
    padding: 0rem 4.5em;
    font-size: 16px;
  }

  header img {
    width: 328px;
  }

  header nav {
    display: block;
    flex-wrap: wrap;
    width: 12.5em;
    font-size: 16px;
  }

  header nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  header nav ul li {
    display: inline-block;

  }

  header nav ul li a {
    margin-left: 2vw;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
  }

  #open {
    display: none;
  }
}

@media (min-width:750px) {
  header nav {
    width: 20em;
  }
}

@media (min-width:850px) {
  header nav {
    width: 25em;
  }
}

@media (min-width:900px) {
  header nav {
    width: auto;
  }
}

/* common */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 64px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s;
  z-index: 3;
}

.overlay.show {
  opacity: 0.95;
  pointer-events: auto;
}

.overlay #close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
}

.overlay li {
  margin-top: 5rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s, transform 0.3s;
}

.overlay a {
  text-decoration: none;
  color: #333333;
}

.overlay.show li {
  opacity: 1;
  transform: none;
}

.overlay.show li:nth-child(1) {
  transition-delay: 0.1s;
}

.overlay.show li:nth-child(2) {
  transition-delay: 0.2s;
}

.overlay.show li:nth-child(3) {
  transition-delay: 0.3s;
}

.overlay.show li:nth-child(4) {
  transition-delay: 0.4s;
}

.overlay.show li:nth-child(5) {
  transition-delay: 0.5s;
}

.index-hero {
  width: 100%;
  height: 48vw;
  background-image: url( "/wp-content/uploads/2025/01/4-IMG_5433.jpg" );
  background-size: cover;
}

.job-hero {
  width: 100%;
  height: 48vw;
  background-image: url( "/wp-content/uploads/2025/01/IMG_5427.jpg" );
  background-size: cover;
}

.usage-hero {
  width: 100%;
  height: 48vw;
  background-image: url( "/wp-content/uploads/2025/01/IMG_5451.jpg" );
  background-size: cover;
}

.about-hero {
  width: 100%;
  height: 48vw;
  background-image: url( "/wp-content/uploads/2025/01/7-IMG_5437.jpg" );
  background-size: cover;
}

.access_contact-hero {
  width: 100%;
  height: 48vw;
  background-image: url( "/wp-content/uploads/2025/01/IMG_5440.jpg" );
  background-size: cover;
}

.desc-space {
  margin-top: 1.3rem;
}

.desc {
  width: 100%;
  margin: 0 auto 1rem;
  text-align: center;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  color: #333333;
}

h2 {
  margin: 0.8em auto 0.3em;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  text-align: center;
  line-height: 0.8rem;
  white-space: nowrap;
  color: #333333;
}

.contact-button {
  display: block;
  width: 100%;
  height: 4.6rem;
  margin: 3rem auto;
  padding-top: 2.5vw;
  box-shadow: 0px 2px 10px #ddd;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.contact-button h2 {
  display: flex;
  align-items: baseline;
  font-size: 1rem;
  color: #333333;

}

.contact-button h2 span {
  padding: 0 0.75rem;
}

.contact-button h2::before,
.contact-button h2::after {
  content: "";
  display: inline-block;
  width: 16vw;
  height: 1px;
  vertical-align: baseline;
  background-color: #333333;
}

.contact-button:hover {
  background: #587CAD;

}

.contact-button:hover h2 span,
.contact-button:hover p {
  color: #ffffff;
}

.contact-button:hover h2::before,
.contact-button:hover h2::after {
  background: #ffffff;
}

.desc-jp {
  display: inline-block;
  margin: 0 0 0.3rem;
  font-size: 0.68rem;
  text-align: left;
  line-height: 1.2rem;
}

.contact-button .desc-jp {
  font-size: 0.44rem;
  letter-spacing: 0.15em;
}

.pc-enabled {
  display: none;
}

.sp-enabled {
  display: inline-block;
}

@media (min-width:600px) {

  /* 600px以上の時（HPサイズの時） */
  .index-hero {
    height: 32vw;
  }

  .job-hero {
    height: 32vw;
  }

  .usage-hero {
    height: 32vw;
  }

  .about-hero {
    height: 32vw;
  }

  .access_contact-hero {
    height: 32vw;
  }

  .desc {
    width: 12vw;
    margin: 0 auto 2.5em;
  }

  h2 {
    margin: 1em auto 0.6em;
    font-size: 1.3vw;
    margin: 1em auto 0.6em;
    line-height: 0.2em;
    color: #333333;
  }

  .desc-jp {
    margin: -0.46vw 0 0.33vw;
    font-size: 0.83vw;
    line-height: 1.4vw;
  }

  .contact-button {
    width: 47vw;
    height: 10.4vw;
    margin: 4.58vw auto;
    padding-top: 2.5vw;
  }

  .contact-button h2 {
    font-size: 2vw;
  }

  .contact-button .desc-jp {
    margin-top: -0.8em;
    font-size: 0.83vw;
  }

  .contact-button h2 span {
    padding: 0 4vw;
    font-size: 2vw;
  }

  .contact-button h2::before,
  .contact-button h2::after {
    width: 8.3vw;
    height: 0.01em;
  }

  .desc-space {
    margin-top: 2.33vw;
  }

  .pc-enabled {
    display: initial;
  }


  .sp-enabled {
    display: none;
  }

  /* .about-block-center-child li .sp-enabled {
    display: none;    
  } */
}


/* index.html */

.top-desc {
  margin: 1.2rem auto 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.desc-wrapper {
  padding: 0 7.5vw;
}

.desc-index {
  width: 100%;
  margin: 0 auto 1rem;

  text-align: center;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  color: #333333;
}

main {
  margin: 0 auto;
  padding: 0 7.5vw;
  display: block;
  flex-wrap: nowrap;
  gap: 1.5rem 0;
}

.main-block {
  margin-bottom: 2rem;
  border-bottom: 1px solid #333333;
}

.main-block img,
.main-block-job img {
  width: 100%;
}

.main-block p {
  font-size: 0.875rem;
  text-align: center;
  padding: 0.625rem 0;
}

.showmore-button {
  width: 100%;
  height: 3.5rem;
  margin: 1.5rem auto 5rem;
  box-shadow: 0px 2px 10px #ddd;
  border-radius: 50px 50px;
  text-align: center;
}

.showmore-button a {
  text-decoration: none;
}

.showmore-button p {
  font-size: 0.625rem;
  padding-top: 0.5rem;
  color: #333333;
}

.showmore {
  padding-top: 0.1em;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #333333;
}

.main-bottom {
  /* margin: 1rem 2.5rem; */
  padding: 0 7.5vw;
}


@media (min-width:600px) {
  /* 600px以上の時（HPサイズの時） */

  .top-desc {
    margin: 1.7em auto;
    font-size: 1.56vw;
    line-height: 1.8em;
  }

  .desc-wrapper {
    margin: 0 auto 2.5em;
    width: 12vw;
    padding: 0;
  }

  main {
    padding: 0;
    width: 77vw;
    display: flex;
    flex-wrap: wrap;
    gap: 1.8vw 4vw;
  }

  .main-block {
    margin-bottom: 0;
  }

  .main-block img,
  .main-block-job img {
    position: relative;
    width: 36.5vw;
    height: 26vw;
  }

  .main-block p {
    font-size: 1vw;
    padding: 0.52vw 0;
  }

  .showmore-button {
    width: 36.5vw;
    height: 5.2vw;
    margin: 10vw 0;
    padding-bottom: 0.5em;
  }

  .showmore-button p {
    font-size: 0.83vw;
    padding: 1em 0 0.4em;
    color: #333333;
  }

  .showmore {
    font-size: 1.82vw;
    color: #333333;
  }

  .right {
    font-size: 1.5vw;
  }

  .main-buttom {
    margin: 4rem 0;
  }
}

@media (min-width:1100px) {
  .contact-button {
    width: 47vw;
  }
}



/* 固定ページ「About」用のスタイル */
.page-about .content {

}






/* footer */

footer {
  background: #587CAD;
  width: 100%;
  height: 16.5rem;
  position: relative;
}

.footer-logo {
  width: 18.75rem;
  padding-top: 2rem;
  margin: 0 auto;
  display: flex;
}

.footer-info {
  position: static;
  margin: 1rem auto;
  text-align: center;
}

.footer-info p {
  display: inline-block;
  text-align: left;
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.25em;
}

.footer-info p .sm {
  font-size: 0.75rem;
  color: #ffffff;
}

.footer-tel-number {
  text-decoration: none;
  font-size: 0.875rem;
}

.mail {
  font-size: 0.875rem;
  text-decoration: none;
}

footer nav {
  margin: 1.25rem auto;
  display: flex;
  justify-content: center;
  text-align: center;
}

footer nav ul {
  display: flex;
}

footer nav ul li {
  padding: 0 0.1rem;
  color: #ffffff;
  font-size: 0.55rem;
  white-space: nowrap;
}

footer nav ul li a {
  font-size: 0.55rem;
  text-decoration: none;
}

.copyright {
  padding: 0.5rem;
  text-align: center;
  font-size: 0.625rem;
  color: #ffffff;
  background: #4C596C;
}

@media (min-width:600px) {

  /* 600px以上の時（HPサイズの時） */
  footer {
    font-size: 16px;
    height: 28.125em;
  }

  .footer-logo {
    font-size: 16px;
    width: 37.5em;
    padding-top: 3.125em;
  }

  .footer-info {
    margin: 3em 0 0 -30vw;
    line-height: 1.5em;
    font-size: 16px;
  }

  .footer-info p {
    font-size: 1em;
    line-height: 1.5em;
  }

  .footer-info p .sm {
    font-size: 0.875em;
  }

  .footer-tel-number {
    font-size: 1em;
    pointer-events: none;
  }

  .mail {
    font-size: 1em;
  }

  .sm {
    font-size: 0.875em;
  }

  footer nav {
    font-size: 16px;
    margin-top: 2.9em;
  }

  footer nav ul li {
    padding: 0 1vw;
    font-size: 14px;
  }

  footer nav ul li a {
    font-size: 14px;
    text-decoration: none;
  }

  .copyright {
    padding: 1rem;
    font-size: 0.875em;
  }
}


/* arrow-up */

#arrowup {
  position: fixed;
  right: 2rem;
  bottom: 5rem;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 2px 10px #ddd;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

#arrowup:hover {
  color: #ffffff;
  background: gray;
}

#arrowup.hide {
  display: none;
}

#arrowup.is-visible {
  opacity: 1;
  visibility: visible;
}

.material-icons {
  font-size: 3rem;
  z-index: 2;
}

@media (min-width:600px) {

  /* 600px以上の時（HPサイズの時） */
  #arrowup {
    right: 4rem;
  }
}


/* about.html */

.desc-about {
  width: 17.5rem;
  margin: 0 auto 1rem;
  text-align: center;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  color: #333333;
}

.main-about {
  padding: 0 1.4rem;
  margin-top: 2rem;
}

h3 {
  margin: 0.5rem auto;
  font-size: 1.38rem;
  line-height: 1.5em;
  text-align: center;
  color: #333333;
}

.desc-left {
  margin: 0 auto;
  line-height: 1.2em;
  color: #333333;
}

.desc-left li {
  margin-top: 2em;
  padding-left: 0.5em;
  font-size: 0.79rem;
}

.desc-left li:not(:first-child) {
  margin-top: 2em;
}

.about-top {

  /*  display: inline-block; */

  display: block;

  text-align: left;
  font-size: 0.79rem;

  /*  font-size: 0.87rem; */

  line-height: 1.2rem;
  width: 18.37rem;
  margin: 0 auto;

}


.about-row-1 {
  display: block;
  margin: 2.5rem auto 0;
  text-align: center;
}

.about-row-1 h2 {
  display: flex;
  justify-content: center;
}

.about-row-1 .desc-jp {
  margin: -0.7rem 0 0.3rem;
}

.about-row-1 p,
.about-row-2 p {
  margin-top: 0.8rem;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.about-row-2 h2 {
  display: flex;
  justify-content: center;
}

.about-block-1 p,
.about-block-2 p,
.about-block-3 p,
.about-block-4 p {
  /*  position: static; */

  margin: 0.62rem auto 2.2rem;
  font-size: 0.79rem;
  text-align: left;
}

.about-block-1-left,
.about-block-2-left {
  width: 17.5rem;
  text-align: left;
}

.about-block-3-left {
  width: 17.5rem;
}

.about-block-4 {
  /*  padding: 0 2.5rem; */

  margin: 0 auto;
  width: 100%;
}

.about-block-4-desc {

  margin: 0 auto;

  /*  text-align: center; */
  /*  width: 100%; */

  width: 18.37rem;

  padding: 0;
}

.about-block-center-child {
  display: inline-block;
  text-align: left;
  line-height: 1.5em;
  color: #333333;

  /*  margin-top: 0.62rem; */

  margin: 0.62rem auto 0 auto;

  width: 18.37rem;


}

.about-block-center-child li {
  padding-left: 0.5em;

}

.about-block-4 p {
  margin: 0.8rem auto 0.7rem;
}

.hr-1 {
  width: 17.5rem;
  margin: 0 auto;
  background-color: #333333;
}

.hr-2 {
  width: 17.5rem;
  margin: 0 auto;
  background-color: #333333;
}

.hr-3 {
  width: 17.5rem;
  margin: 0 auto;
  background-color: #333333;
}

.hr-4 {
  margin: 0 auto;
  width: 17.5rem;
  background-color: #333333;
}

.about-block-2 {
  margin: 0 auto;
  width: 100%;
}

/* .about-block-3 {
  margin: 0 auto;
  width: 70vw;
} */

.pc-enabled-about {
  display: none;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.center-child {
  display: inline-block;
  text-align: left;
}

.desc-jp-about-wrapper {
	margin: 0 auto;
}

.about-row-2 {
  /*  display: flex;
  justify-content: center; */
  /*  top: 65rem; */

  /*  display: block;
  margin: 2rem auto;
  text-align: center; */

  display: block;
  /*  margin: 2.5rem auto 0; */
  margin: 0 auto;
  text-align: center;

}

.about-row-2 .desc-jp {
  margin: -0.9rem 0 0.5rem;
}


.about-block-4-desc li {
  font-size: 0.8rem;
  line-height: 1.5em;
}

.about-block-4-desc li:not(:first-child) {
  margin-top: 1em;
}

@media (min-width:600px) {

  /* 600px以上の時（HPサイズの時） */
  .desc-about {
    width: ;
  }

  .main-about {
    width: 100%;
  }

  .desc-center {
    line-height: 1.5em;
  }

  .desc-center li {
    font-size: 0.83vw;
  }

  h3 {
    font-size: 2.6vw;
    line-height: 1.5em;
    text-align: center;
    color: #333333;
  }

  .main-about h3 {
    margin: 0.4rem auto 0 auto;
  }

  .desc-jp {
    font-size: 0.83vw;
    line-height: 1.6em;
  }

  .about-top {
    width: 37.34vw;
    margin: 0 auto;
    font-size: 0.83vw;
    line-height: 1.6em;
  }

  .desc-left li {
    font-size: 0.83vw;
    margin-top: -1.2em;
    padding-left: 0;
  }

  .about-row-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .about-row-1 {
    width: 80vw;
    display: flex;
    justify-content: space-evenly;
    margin-top: 2.8rem;
    gap: 0 5.2vw;
  }

  .about-row-1 p,
  .about-row-2 p {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }

  .about-block-1 {
    width: 26.04vw;
  }

  .about-block-1 .about-block-1-left {
    width: 23.14vw;
  }

  .about-block-2 {
    width: 26.04vw;
  }

  .about-block-2-space {
    margin-right: 2.6vw;
  }

  .about-block-3 {
    width: 26.04vw;
  }

  .about-block-3-left {
    width: 26.04vw;
  }

  .pc-enabled-about {
    display: inline-block;
    font-size: 0.83vw;
  }

  .about-row-2 {
    margin: 0 auto;
  }

  .hr-1,
  .hr-2,
  .hr-3,
  .hr-4 {
    width: 100%;
    background-color: #333333;
  }

  .about-title {
    width: 26.04vw;
  }

  .about-title h2 {
    font-size: 1.3vw;
    letter-spacing: 0.15rem;
    line-height: 0.8rem;
  }

  .about-title .desc-jp {
    margin: -0.55rem 0 0.4rem;
    font-size: 0.83vw;
    line-height: 1.4vw;
  }

  .about-block-empty {
    width: 26.04vw;
  }

  .about-block-4 {
    margin: 0 auto;
    padding: 0;
    width: 26.04vw;
  }

  .about-block-4-desc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 20vw;
    margin: 1.2rem 0 0 0;
    text-align: left;
  }

  .about-block-center-child {
    margin: 0;
  }

  .about-block-center-child li {
    font-size: 0.83vw;
    width: 26.04vw;


    margin-bottom: 0.62rem;
  }

  .about-block-4-desc li:not(:first-child) {
    margin-top: 0;
    /* SP 版のために入れてある 1em をキャンセル */
  }

  .about-block-1 p,
  .about-block-2 p,
  .about-block-3 p,
  .about-block-4 p {
    margin: 0.93rem auto 2.5rem;
    font-size: 0.83vw;
  }
}

/* job.html */

.main-block-job .job-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.62rem 0;
  padding: 0.3rem 0 0.3rem 0;

  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #333333;
  color: #333333;
}

.main-block-job .job-title span {
  padding-left: 1rem;
  font-size: 0.6rem;
}

.main-block-job {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-weight: normal;
  border: none;
}

.main-block-job .job-desc {
  margin: -0.2rem auto 1.5rem;
  display: block;
  text-align: left;
  font-size: 0.8rem;
  font-weight: normal;
  color: #333333;
  border: none;
}

.bold {
  font-size: 0.8rem;
}

@media (min-width:600px) {
  /* 600px以上の時（HPサイズの時） */

  .main-job {
    width: 74.8vw;
    display: flex;
    flex-wrap: wrap;
    column-gap: 7.8vw;
  }

  .main-block-job {
    width: 33.5vw;
  }

  .main-block-job img {
    width: 100%;
  }

  .main-block-job .job-title {
    margin: 0.52vw 0 0 0;
    padding: 0.52vw 0 0.25vw 0;
  }

  .main-block-job p {
    padding: 0 0 0.25vw;
    font-size: 1.03vw;
  }

  .main-block-job .job-title span {
    padding-left: 1.2vw;
    font-size: 0.8em;
  }


  .job-desc-wrapper {
    margin: 0 auto;
  }

  .main-block-job .job-desc {
    display: block;
    text-align: center;
    margin-top: 0.8em;
    font-size: 0.83vw;
    font-weight: normal;
    line-height: 1.6em;
    border: none;
  }

  .bold {
    font-size: 0.83vw;
  }

  .pc-enabled.left-space-font {
    font-size: 1vw;
    padding-left: 0;
  }

}


/* usage.html */

.usage-main {
  display: block;
  flex-wrap: nowrap;
  padding: 0 2.5rem;
  margin: 0 auto 2rem;
}

.usage-main-block {
  width: 100%;
  margin-bottom: 1rem;
  color: #333333;
}

.usage-main-block p {
  line-height: 1.7rem;
}

/*
.br-height {
  display: initial;
  content: "";
  height: 2rem;
}
*/

.usage-margin-top {

  margin-top: 1rem;

}


.usage-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
  padding: 0.6rem 0.3rem;
  font-size: 1.5rem;
  border: solid 1px #333333;
}

.numbers-circle {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #616980;
  text-align: center;
  line-height: 1rem;
  color: #ffffff;
  font-size: 0.68rem;
}

.usage-title span {
  font-size: 0.87rem;
}

.usage-title span::before {
  content: "";
  margin-left: 1.6rem;
}

@media (min-width:600px) {
  /* 600px以上の時（HPサイズの時） */

  .usage-main {
    display: flex;
    flex-wrap: wrap;
    gap: 5vw;
    width: 90vw;
    margin: 1rem auto 2rem;
  }

  .usage-main-block {
    width: 40.4vw;
    margin-bottom: -1rem;
  }

  .usage-main-block p {
    font-size: 0.83vw;
    line-height: 1.41vw;
  }

  .usage-title {
    padding: 0.5vw 0.25vw;
  }

  .usage-title span {
    font-size: 1.3vw;
  }

  .usage-title span::before {
    content: "";
    margin-left: 1.56vw;
  }

  .numbers-circle {
    display: inline-block;
    width: 2vw;
    height: 2vw;
    font-size: 1.3vw;
    border-radius: 50%;
    background: #616980;
    text-align: center;
    line-height: 2vw;
    color: #ffffff;

    margin-left: 0.5vw;
  }

  .usage-margin-top {

    margin-top: 0.83vw;

  }

}

/* access_contact.html */

.access-top {
  padding: 0 1.87rem;
}

.name-sm {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  text-align: center;
  color: #333333;
}

.name-lg {
  margin-bottom: 0.93rem;
  font-size: 1.37rem;
  text-align: center;
  color: #333333;
}

.address {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.address p {
  display: inline-block;
  text-align: left;
  color: #333333;
  font-size: 0.87rem;
}

.tel {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  margin: 0.81rem auto 0 auto;
  color: #333333;
}

.tel-mark {
  margin-right: 0.2rem;
  padding: 0.2rem 0.9rem;
  font-size: 0.75rem;
  border: 0.5px solid #333333;
}

.tel-number {
  font-size: 2.18rem;
  text-decoration: none;
  color: #333333;
}

.hour {
  margin-bottom: 1.18rem;
  font-size: 0.75rem;
  text-align: center;
  color: #333333;
}

.map {
  padding: 0 1.87rem;
}

iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;

}

.desc-space-access {
  margin-top: 3.56rem;
}

.access_contact-desc {

  width: 10.38rem;
  margin: 0 auto 1.25rem auto;
  text-align: center;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  color: #333333;

}

table {
  width: 87%;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td {
  padding: 1.5rem;
  gap: 0;
  text-align: center;
  border: 1px solid #333333;
  font-size: 0.87rem;
  font-weight: normal;
}

.not-tel {
  pointer-events: none;
  text-decoration: none;
}

.contact-mail p {
  font-size: 0.75rem;
}

@media (min-width:600px) {
  /* 600px以上の時（HPサイズの時） */

  .name-sm {
    margin-top: 2.5em;
    font-size: 0.83vw;
  }

  .name-lg {
    font-size: 2.6vw;
  }

  .address {

    margin-top: 2em;

  }

  .address p {
    /*    margin-top: 1.5em; */
    font-size: 1.15vw;
  }

  .tel {

    margin-top: 1.25em;

  }

  .tel-mark {
    font-size: 0.83vw;
    padding: 0.3em 0.6em 0.06em;
    color: #333333;
  }

  .tel-number {
    font-size: 2.6vw;
    color: #333333;
    pointer-events: none;
  }

  .hour {
    margin-bottom: 1.87em;
    font-size: 0.83vw;
    line-height: 1.6em;
    color: #333333;
  }

  .map {
    margin: 0 auto;
    padding: 0;
  }

  iframe {
    display: block;
    margin: 0 auto;
    width: 31.25vw;
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .desc-space-access {
    margin-top: 5.63em;
  }

  .access_contact-desc {

    width: 16vw;
    margin: 0 auto 1.25em auto;

  }

  table {
    /*    margin: -1.2em auto 0 auto; */

    margin: 0 auto;

    width: 31.25vw;
    height: 0.325em;
  }

  th,
  td {
    font-size: 1.15vw;
    padding: 1em;
  }

  th {
    width: 10.3vw;
  }

  td {
    width: 19.8vw;
  }

}

/* mail */
.contact-container {
  margin: 0 auto;
  padding: 3.125em 1.88em 0;
}

.form-group {
  margin-top: 0.94rem;
  text-align: left;
}

.input-push {
  margin-top: 1rem;
  margin-bottom: 1.38rem;
}

.contact-tel {
  text-align: center;
  margin-bottom: 30px;
}

.contact-tel h2 {
  font-size: 0.88rem;
  letter-spacing: initial;
}

.contact-tel h2 span {
  background-color: #ffffff;
}

.contact-mail {
  text-align: center;
  margin-bottom: 0.31em;
}

.contact-mail h2 {
  letter-spacing: initial;
  font-size: 0.88rem;
}

.contact-mail h2 span {
  background-color: #ffffff;
}

.onecolumn {

  grid-column: span 2;

}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.contact-form textarea {
  resize: none;
}

.contact-form {
  grid-column: span 2;
}

.form-submit {
  grid-column: span 2;
  text-align: center;
  margin-top: 1.88rem;
  margin-bottom: 1.25rem;
}

.contact-form input[type="submit"] {
  background-color: #333333;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.contact-form input[type="submit"]:hover {
  background-color: #555;
}

label {

  font-size: 0.88rem;

}

label span {

  font-size: 0.75rem;

}


/* 600px以上の時（HPサイズの時） */
@media screen and (min-width: 600px) {
  
  .contact-container {
      margin: 6.25em 4.5em 9.38em;
  }

  .contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.56em 2.86vw;
  }



  .contact-tel {
    margin: 0 auto 0.63em auto;
  }


  .hour {

    margin-bottom: 2.5em;

  }

  .contact-tel h2,
  .contact-mail h2 {
    margin: 0 auto;
    white-space: nowrap;

  }

  .contact-tel h2 span,
  .contact-mail h2 span {
    padding: 0 2.08vw;
    font-size: 1.3vw;
  }

  .contact-tel h2::before,
  .contact-tel h2::after {
    content: "";
    width: 18.23vw;
    height: 1px;
    background: #333333;
  }

  .contact-mail {
    text-align: center;
    margin-bottom: 0.31em;
  }

  .contact-mail h2::before,
  .contact-mail h2::after {
    content: "";
    width: 18.23vw;
    height: 1px;
    background: #333333;
  }

  .contact-form {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-form textarea {
    grid-column: span 2;
  }

  .contact-form .form-submit {
      grid-column: span 2;
      width: 28.65vw;
      margin: 3.13em auto 0 auto;
  }

  .contact-form button {
    grid-column: span 2;
  }

  .contact-container h4 {

    font-size: 1.3vw;

  }

  .input-push {

    text-align: center;

    margin-top: 1.25em;
    margin-bottom: 1.56em;

  }

  label {

    font-size: 0.94vw;

  }

  label span {

    font-size: 0.63vw;

  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {

    font-size: 0.83vw;

  }

}

/* thanks */
.thanks-main {
  display: block;
}

.thanks-message {
  margin: 6rem auto 0 auto;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.thanks-main div {
  text-align: center;
}


.thanks-second-message {
  margin: 1.25rem auto 0 auto;
  font-size: 0.7rem;
  line-height: 1.5em;
}

.top-button-wrap {
  padding: 0 1.875rem;
}

.top-button {
  width: 100%;
  height: 4.38rem;
  margin: 3.13rem auto 7.5rem;
  box-shadow: 0px 2px 10px #ddd;
  border-radius: 50px 50px;
  text-align: center;
}

.top-button a {
  text-decoration: none;
}

.top-button p {
  font-size: 1rem;
  padding-top: 1.5rem;
  color: #333333;
}

@media (min-width:600px) {
  /* 600px以上の時（HPサイズの時） */

  .thanks-message {
    margin: 2.6em auto 0 auto;
    font-size: 2.6vw;
    line-height: 1.3em;
  }

  .thanks-second-message {

    margin: 2.5em auto 0 auto;
    font-size: 0.9vw;
    line-height: 1.8em;

  }


  .top-button {
    width: 39.06vw;
    height: 10.63em;
    margin: 8.13em auto 8.13em auto;
    box-shadow: 0px 2px 10px #ddd;
    border-radius: 5em 5em;
    text-align: center;

    letter-spacing: 0.1em;

  }

  .top-button a {
    text-decoration: none;
  }

  .top-button p {
    font-size: 1.93vw;
    padding-top: 1.56em;
    color: #333333;

    letter-spacing: 0.1em;

  }




}