@charset "UTF-8";
/*
Theme Name: bellenailテンプレート
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
html, body {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  background-color: #f8f3ed;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  transition: 0.3s;
  opacity: 0.6;
}

img {
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #221714;
  padding: 0.5em;
  min-width: 1200px;
  height: 80px;
  box-sizing: border-box;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  header {
    min-width: auto;
    padding: 0;
  }
}
header:before {
  content: "";
  display: none;
  position: absolute;
  width: 100vw;
  height: 80px;
  z-index: 15;
  top: 0;
  left: 0;
  background-color: #221714;
}
@media screen and (max-width: 600px) {
  header:before {
    display: block;
  }
}
header h1 {
  z-index: 20;
  width: 15%;
  margin: 0;
}
@media screen and (max-width: 600px) {
  header h1 {
    width: 50%;
  }
}
header h1 a, header h1 img {
  width: 100%;
}
header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 0 5%;
}
@media screen and (max-width: 600px) {
  header nav {
    display: none;
  }
}
header nav a, header nav span {
  display: block;
  color: #fff;
}
header nav a {
  text-align: center;
  width: 25%;
  opacity: 0.8;
}
header nav span {
  font-size: 0.75em;
}
header .instagram {
  display: block;
  width: 5%;
}
@media screen and (max-width: 600px) {
  header .instagram {
    display: none;
  }
}
header .menubtn {
  display: none;
  position: relative;
  right: -70px;
  width: 10vw;
  height: 3px;
  background-color: #fff;
  transition: 0.3s;
  z-index: 20;
}
@media screen and (max-width: 600px) {
  header .menubtn {
    display: block;
  }
}
header .menubtn:before, header .menubtn:after {
  content: "";
  display: block;
  position: absolute;
  width: 10vw;
  height: 3px;
  background-color: #fff;
}
header .menubtn:before {
  top: -12px;
}
header .menubtn:after {
  bottom: -12px;
}
header #menubtn {
  display: none;
}
header #menubtn:checked ~ .menubtn {
  background-color: rgba(0, 0, 0, 0);
}
header #menubtn:checked ~ .menubtn:before {
  transform: rotate(45deg);
  top: 0;
}
header #menubtn:checked ~ .menubtn:after {
  transform: rotate(-45deg);
  top: 0;
}
header #menubtn:checked ~ .spnav {
  top: 80px;
}
header .spnav {
  position: absolute;
  top: -100vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
  transition: 0.5s;
  padding: 50px 0;
}
header .spnav .instagram, header .spnav nav {
  display: block;
}
header .spnav nav {
  width: 80%;
}
header .spnav nav a, header .spnav nav span {
  color: #221714;
}
header .spnav nav a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1em 1em;
  border-bottom: 1px dotted #221714;
}
header .spnav nav a span {
  display: block;
  margin-left: 1em;
}
header .spnav nav a:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #221714;
  border-left: 2px solid #221714;
}

section[id^=front-] {
  min-width: 1200px;
  margin-bottom: 150px;
}
@media screen and (max-width: 600px) {
  section[id^=front-] {
    margin-bottom: 100px;
    min-width: auto;
  }
}
section[id^=front-] .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  section[id^=front-] .inner {
    min-width: auto;
  }
}

#topbanner {
  min-width: 1200px;
  margin-bottom: 150px;
}
@media screen and (max-width: 600px) {
  #topbanner {
    margin-bottom: 50px;
    min-width: auto;
  }
}
#topbanner img {
  width: 100%;
}

#front-introduction .inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  #front-introduction .inner {
    width: 100vw;
    flex-direction: column;
    align-items: center;
  }
}
#front-introduction .inner .left {
  width: 40%;
}
@media screen and (max-width: 600px) {
  #front-introduction .inner .left {
    width: 70vw;
    margin: 0 auto 30px;
  }
}
#front-introduction .inner .left img {
  width: 80%;
  margin: 0 10%;
}
@media screen and (max-width: 600px) {
  #front-introduction .inner .right {
    width: 92vw;
    margin: 0 4vw;
  }
}
#front-introduction .inner .right h2 {
  color: #2F210F;
  margin: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  #front-introduction .inner .right h2 {
    font-size: 1.4em;
  }
}
#front-introduction .inner .right .text {
  line-height: 2.4em;
  font-size: 1.2em;
  font-weight: 500;
  color: #876F45;
}
@media screen and (max-width: 600px) {
  #front-introduction .inner .right .text {
    line-height: 1.8em;
  }
}

#front-course {
  text-align: center;
}
#front-course h2 {
  width: 12%;
  margin: 0 44% 30px;
}
@media screen and (max-width: 600px) {
  #front-course h2 {
    width: 40%;
    margin: 0 30% 30px;
  }
}
#front-course h2 img {
  width: 100%;
}
#front-course .wrap {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #front-course .wrap {
    width: 90vw;
  }
}
#front-course .wrap a {
  display: inline-block;
  margin-bottom: 50px;
}
#front-course .wrap a img {
  width: 100%;
}

#front-reserve {
  text-align: center;
}
#front-reserve h2 {
  width: 16%;
  margin: 0 42% 30px;
}
@media screen and (max-width: 600px) {
  #front-reserve h2 {
    width: 46%;
    margin: 0 27% 30px;
  }
}
#front-reserve h2 img {
  width: 100%;
}
#front-reserve .text {
  font-size: 1.4em;
  color: #7E7E7F;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #front-reserve .text {
    font-size: 1em;
  }
}
#front-reserve .wrap {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #front-reserve .wrap {
    width: 90vw;
    flex-wrap: wrap;
  }
}
#front-reserve .wrap a {
  display: inline-block;
  width: 23%;
}
@media screen and (max-width: 600px) {
  #front-reserve .wrap a {
    width: 46%;
    margin-bottom: 5%;
  }
}
#front-reserve .wrap a img {
  width: 100%;
}

#front-information {
  position: relative;
  background: url(./images/information_back.png);
  background-size: cover;
  text-align: center;
  padding: 70px 0;
  z-index: 0;
}
#front-information:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: inherit;
  filter: brightness(75%);
  z-index: -1;
}
#front-information h2 {
  width: 24%;
  margin: 0 38% 70px;
}
@media screen and (max-width: 600px) {
  #front-information h2 {
    width: 64%;
    margin: 0 18% 50px;
  }
}
#front-information h2 img {
  width: 100%;
}
#front-information .wrap {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #front-information .wrap {
    width: 100vw;
    flex-direction: column;
    align-items: center;
  }
}
#front-information .wrap .left {
  width: 40%;
}
@media screen and (max-width: 600px) {
  #front-information .wrap .left {
    width: 65%;
    margin-bottom: 30px;
  }
}
#front-information .wrap .left img {
  width: 100%;
}
#front-information .wrap .right {
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #front-information .wrap .right {
    width: 94%;
  }
}
#front-information .wrap .right .top {
  text-align: left;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  padding: 30px 0 30px 20px;
  margin-bottom: 30px;
}
#front-information .wrap .right .top .text {
  font-size: 2.4em;
  padding: 0;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 600px) {
  #front-information .wrap .right .top .text {
    font-size: 2em;
  }
}
#front-information .wrap .right .bottom table {
  border-spacing: 3em 1.5em;
  margin-top: -1em;
  margin-left: -2em;
}
@media screen and (max-width: 600px) {
  #front-information .wrap .right .bottom table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
  }
}
#front-information .wrap .right .bottom table th, #front-information .wrap .right .bottom table td {
  text-align: left;
}

#front-sns {
  text-align: center;
  color: #876F45;
}
@media screen and (max-width: 600px) {
  #front-sns {
    width: 90%;
    margin: 0 5% 100px;
  }
}
#front-sns h2 {
  width: 8%;
  margin: 0 46% 70px;
}
@media screen and (max-width: 600px) {
  #front-sns h2 {
    width: 24%;
    margin: 0 38% 50px;
  }
}
#front-sns h2 img {
  width: 100%;
}
#front-sns a {
  font-size: 1.2em;
}
@media screen and (max-width: 600px) {
  #front-sns a img {
    width: 100%;
  }
}
#front-sns a div {
  margin-top: 1em;
}
#front-sns .flex {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin: 5em auto 0;
}
@media screen and (max-width: 600px) {
  #front-sns .flex {
    width: 96%;
    margin: 3em 2% 0;
  }
}
#front-sns .flex a {
  display: block;
  width: 200px;
  margin: 0 4%;
}
@media screen and (max-width: 600px) {
  #front-sns .flex a {
    width: 42%;
  }
}
#front-sns .flex a img {
  width: 100%;
}

#front-access {
  text-align: center;
}
#front-access h2 {
  width: 16%;
  margin: 0 42% 70px;
}
@media screen and (max-width: 600px) {
  #front-access h2 {
    width: 44%;
    margin: 0 28% 50px;
  }
}
#front-access h2 img {
  width: 100%;
}
#front-access .map iframe {
  width: 1000px;
  height: 450px;
}
@media screen and (max-width: 600px) {
  #front-access .map iframe {
    width: 90vw;
    height: 60vw;
  }
}
#front-access .wrap {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 50px auto;
}
@media screen and (max-width: 600px) {
  #front-access .wrap {
    width: 94vw;
    flex-wrap: wrap;
  }
}
#front-access .wrap .left, #front-access .wrap .right {
  text-align: left;
  width: 45%;
}
@media screen and (max-width: 600px) {
  #front-access .wrap .left, #front-access .wrap .right {
    width: 100%;
    margin-bottom: 30px;
  }
}
#front-access .wrap .left .title, #front-access .wrap .right .title {
  font-size: 1.4em;
  border-bottom: 1px solid #000;
  margin-bottom: 0.8em;
  padding: 0.2em 0;
  color: #193250;
}
#front-access .wrap .left .text, #front-access .wrap .right .text {
  color: #876F45;
  line-height: 2em;
  margin-bottom: 1em;
}
#front-access .wrap .left .caption, #front-access .wrap .right .caption {
  color: #193250;
}

.contact {
  display: block;
  margin-top: 100px;
}
@media screen and (max-width: 600px) {
  .contact {
    width: 90%;
    margin: 0 5%;
  }
  .contact img {
    width: 100%;
  }
}

section[id^=page] {
  width: 100%;
  min-width: 1200px;
}
@media screen and (max-width: 600px) {
  section[id^=page] {
    min-width: auto;
  }
}
section[id^=page] h3 {
  font-size: 2em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  section[id^=page] h3 {
    font-size: 1.8em;
  }
}
section[id^=page] h3 span {
  display: block;
  font-size: 0.5em;
  font-weight: 400;
}
section[id^=page] .flexbox {
  display: flex;
}
@media screen and (max-width: 600px) {
  section[id^=page] .flexbox {
    flex-direction: column;
    align-items: center;
  }
}
section[id^=page] #topimg img {
  width: 100%;
}
section[id^=page] article {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  section[id^=page] article {
    width: 92vw;
    margin: 0 4vw;
  }
}

#page-nail .notes,
#page-aesthetic .notes,
#page-about .notes,
#page-removal .notes,
#page-nail-school .notes {
  width: 1000px;
  font-size: 0.9em;
  margin: 0 auto 1em;
  text-align: right;
}
@media screen and (max-width: 600px) {
  #page-nail .notes,
  #page-aesthetic .notes,
  #page-about .notes,
  #page-removal .notes,
  #page-nail-school .notes {
    width: 92vw;
    margin: 0 4vw;
  }
}
#page-nail article.manicurist,
#page-aesthetic article.manicurist,
#page-about article.manicurist,
#page-removal article.manicurist,
#page-nail-school article.manicurist {
  margin-bottom: 200px;
}
@media screen and (max-width: 600px) {
  #page-nail article.manicurist,
  #page-aesthetic article.manicurist,
  #page-about article.manicurist,
  #page-removal article.manicurist,
  #page-nail-school article.manicurist {
    margin-bottom: 80px;
  }
}
#page-nail article.manicurist .left,
#page-aesthetic article.manicurist .left,
#page-about article.manicurist .left,
#page-removal article.manicurist .left,
#page-nail-school article.manicurist .left {
  width: 30%;
}
@media screen and (max-width: 600px) {
  #page-nail article.manicurist .left,
  #page-aesthetic article.manicurist .left,
  #page-about article.manicurist .left,
  #page-removal article.manicurist .left,
  #page-nail-school article.manicurist .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
#page-nail article.manicurist .left img,
#page-aesthetic article.manicurist .left img,
#page-about article.manicurist .left img,
#page-removal article.manicurist .left img,
#page-nail-school article.manicurist .left img {
  width: 100%;
}
#page-nail article.manicurist .right,
#page-aesthetic article.manicurist .right,
#page-about article.manicurist .right,
#page-removal article.manicurist .right,
#page-nail-school article.manicurist .right {
  margin-left: 30px;
  width: 60%;
}
@media screen and (max-width: 600px) {
  #page-nail article.manicurist .right,
  #page-aesthetic article.manicurist .right,
  #page-about article.manicurist .right,
  #page-removal article.manicurist .right,
  #page-nail-school article.manicurist .right {
    margin: 0;
    width: 100%;
  }
}
#page-nail article.manicurist .right .subtitle,
#page-aesthetic article.manicurist .right .subtitle,
#page-about article.manicurist .right .subtitle,
#page-removal article.manicurist .right .subtitle,
#page-nail-school article.manicurist .right .subtitle {
  color: #10104f;
  font-size: 1.1em;
  margin-bottom: 1em;
}
#page-nail article.manicurist .right .name,
#page-aesthetic article.manicurist .right .name,
#page-about article.manicurist .right .name,
#page-removal article.manicurist .right .name,
#page-nail-school article.manicurist .right .name {
  font-size: 1.6em;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5em;
}
#page-nail article.manicurist .right .name span,
#page-aesthetic article.manicurist .right .name span,
#page-about article.manicurist .right .name span,
#page-removal article.manicurist .right .name span,
#page-nail-school article.manicurist .right .name span {
  font-size: 0.7em;
}
#page-nail article.manicurist .right .subtext,
#page-aesthetic article.manicurist .right .subtext,
#page-about article.manicurist .right .subtext,
#page-removal article.manicurist .right .subtext,
#page-nail-school article.manicurist .right .subtext {
  margin-bottom: 2em;
}
#page-nail article.menu,
#page-aesthetic article.menu,
#page-about article.menu,
#page-removal article.menu,
#page-nail-school article.menu {
  margin-bottom: 100px;
}
#page-nail article.menu .left,
#page-aesthetic article.menu .left,
#page-about article.menu .left,
#page-removal article.menu .left,
#page-nail-school article.menu .left {
  width: 37%;
  margin-right: 3%;
}
@media screen and (max-width: 600px) {
  #page-nail article.menu .left,
  #page-aesthetic article.menu .left,
  #page-about article.menu .left,
  #page-removal article.menu .left,
  #page-nail-school article.menu .left {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
#page-nail article.menu .left img,
#page-aesthetic article.menu .left img,
#page-about article.menu .left img,
#page-removal article.menu .left img,
#page-nail-school article.menu .left img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #page-nail article.menu .right,
  #page-aesthetic article.menu .right,
  #page-about article.menu .right,
  #page-removal article.menu .right,
  #page-nail-school article.menu .right {
    width: 100%;
  }
}
#page-nail article.menu .right h4,
#page-aesthetic article.menu .right h4,
#page-about article.menu .right h4,
#page-removal article.menu .right h4,
#page-nail-school article.menu .right h4 {
  font-size: 1.6em;
  margin: 0 0 0.5em 0;
}
#page-nail article.menu .right li,
#page-aesthetic article.menu .right li,
#page-about article.menu .right li,
#page-removal article.menu .right li,
#page-nail-school article.menu .right li {
  list-style: none;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 600px) {
  #page-nail article.menu .right li,
  #page-aesthetic article.menu .right li,
  #page-about article.menu .right li,
  #page-removal article.menu .right li,
  #page-nail-school article.menu .right li {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5em 0;
    margin: 1.5em 0;
    border-bottom: 1px dotted #45251c;
  }
  #page-nail article.menu .right li .title,
  #page-aesthetic article.menu .right li .title,
  #page-about article.menu .right li .title,
  #page-removal article.menu .right li .title,
  #page-nail-school article.menu .right li .title {
    font-weight: 700;
    vertical-align: middle;
  }
  #page-nail article.menu .right li .title:before,
  #page-aesthetic article.menu .right li .title:before,
  #page-about article.menu .right li .title:before,
  #page-removal article.menu .right li .title:before,
  #page-nail-school article.menu .right li .title:before {
    content: "◇";
    font-size: 0.7em;
    margin-right: 0.3em;
  }
  #page-nail article.menu .right li .price,
  #page-aesthetic article.menu .right li .price,
  #page-about article.menu .right li .price,
  #page-removal article.menu .right li .price,
  #page-nail-school article.menu .right li .price {
    width: 100%;
    text-align: right;
  }
}
#page-nail article.menu .right li .title,
#page-aesthetic article.menu .right li .title,
#page-about article.menu .right li .title,
#page-removal article.menu .right li .title,
#page-nail-school article.menu .right li .title {
  margin-right: 2em;
}
@media screen and (max-width: 600px) {
  #page-nail article.menu .right li .title,
  #page-aesthetic article.menu .right li .title,
  #page-about article.menu .right li .title,
  #page-removal article.menu .right li .title,
  #page-nail-school article.menu .right li .title {
    margin-right: 0;
  }
}
#page-nail article.content,
#page-aesthetic article.content,
#page-about article.content,
#page-removal article.content,
#page-nail-school article.content {
  margin-bottom: 200px;
}
@media screen and (max-width: 600px) {
  #page-nail article.content,
  #page-aesthetic article.content,
  #page-about article.content,
  #page-removal article.content,
  #page-nail-school article.content {
    margin-bottom: 80px;
  }
}

#page-nail h2 {
  width: 14%;
  margin: 50px 43%;
}
@media screen and (max-width: 600px) {
  #page-nail h2 {
    width: 36%;
    margin: 40px 32%;
  }
}
#page-nail h2 img {
  width: 100%;
}

#page-about h2 {
  width: 14%;
  margin: 50px 43%;
}
@media screen and (max-width: 600px) {
  #page-about h2 {
    width: 36%;
    margin: 40px 32%;
  }
}
#page-about h2 img {
  width: 100%;
}
#page-about .manicurist {
  margin-top: 100px;
}

#page-aesthetic h2 {
  width: 22%;
  margin: 50px 39%;
}
@media screen and (max-width: 600px) {
  #page-aesthetic h2 {
    width: 54%;
    margin: 40px 23%;
  }
}
#page-aesthetic h2 img {
  width: 100%;
}

#page-removal h2 {
  width: 30%;
  margin: 50px 35%;
}
@media screen and (max-width: 600px) {
  #page-removal h2 {
    width: 70%;
    margin: 50px 15%;
  }
}
#page-removal h2 img {
  width: 100%;
}
#page-removal h3.min {
  width: 1000px;
  margin: 3em auto 0.5em;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #page-removal h3.min {
    width: 96%;
    font-size: 1.5em;
  }
}
#page-removal .subimg {
  width: 800px;
  margin: 2em auto 4em;
}
@media screen and (max-width: 600px) {
  #page-removal .subimg {
    width: 90%;
    margin: 1em 5% 2em;
  }
}
#page-removal .subimg img {
  width: 100%;
}
#page-removal .notes.sub {
  width: 1000px;
  margin: 2em auto 0.5em;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #page-removal .notes.sub {
    width: 96%;
  }
}
#page-removal article.menu {
  margin-bottom: 30px;
  padding-bottom: 1em;
  border-bottom: 1px dashed #221714;
}
@media screen and (max-width: 600px) {
  #page-removal article.menu {
    margin-bottom: 30px;
  }
}
#page-removal article.menu h4 {
  font-size: 1.2em;
  margin: 0 0 0.5em 0;
}
#page-removal article.menu h4 span.min {
  font-size: 0.8em;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  #page-removal article.menu h4 span.min {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 600px) {
  #page-removal article.menu h4 {
    font-size: 1.1em;
  }
}
#page-removal article.menu h4:before {
  content: "□";
  display: inline-block;
  color: #221714;
  font-size: 0.5em;
  margin-right: 0.75em;
  transform: translateY(-0.25em);
}
#page-removal article.menu li {
  list-style: none;
  display: flex;
}
#page-removal article.menu li .title {
  margin-right: 1em;
}

#page-contact h2 {
  width: 20%;
  margin: 50px 40%;
}
@media screen and (max-width: 600px) {
  #page-contact h2 {
    width: 50%;
    margin: 40px 25%;
  }
}
#page-contact h2 img {
  width: 100%;
}
#page-contact article {
  margin-bottom: 150px;
}
@media screen and (max-width: 600px) {
  #page-contact article {
    margin-bottom: 80px;
  }
}
#page-contact article.reserve {
  width: 800px;
}
@media screen and (max-width: 600px) {
  #page-contact article.reserve {
    width: 92vw;
  }
}
#page-contact article.reserve .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#page-contact article.reserve .wrap a {
  display: block;
  width: 44%;
  margin: 3%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #page-contact article.reserve .wrap a img {
    width: 100%;
  }
}
#page-contact article.notes {
  background-color: #fff;
  line-height: 1.8em;
  padding: 1.5em;
  box-sizing: border-box;
  border-radius: 8px;
}
#page-contact article.contact {
  margin: 0 auto 200px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  #page-contact article.contact {
    margin: 0 auto 100px;
    padding: 20px 0;
  }
}
#page-contact article.contact table {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #page-contact article.contact table {
    width: 84vw;
  }
  #page-contact article.contact table tr {
    display: flex;
    flex-direction: column;
  }
}
#page-contact article.contact table th {
  display: flex;
  align-items: center;
  width: 250px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #page-contact article.contact table th p {
    margin: 0;
  }
}
#page-contact article.contact table th:after {
  content: "必須";
  display: block;
  background-color: #c00;
  color: #fff;
  font-size: 0.8em;
  padding: 0.1em 0.8em;
  margin-left: 1em;
  border-radius: 4px;
}
#page-contact article.contact table td {
  width: 550px;
}
@media screen and (max-width: 600px) {
  #page-contact article.contact table td {
    width: 100%;
    margin: 0 auto;
  }
}
#page-contact article.contact table td input,
#page-contact article.contact table td textarea {
  width: 100%;
  padding: 0.8em;
}
@media screen and (max-width: 600px) {
  #page-contact article.contact table td input,
  #page-contact article.contact table td textarea {
    width: 92%;
  }
}
#page-contact article.contact #submit {
  display: none;
}
#page-contact article.contact .btn {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 0.8em;
  color: #fff;
  background-color: #45251c;
  text-align: center;
  letter-spacing: 0.5em;
  border-radius: 8px;
}
#page-contact ~ #page-bottom_menu {
  display: none;
}

#page-nail-school h2 {
  width: 28%;
  margin: 50px auto;
}
@media screen and (max-width: 600px) {
  #page-nail-school h2 {
    width: 68%;
    margin: 40px auto;
  }
}
#page-nail-school h2 img {
  width: 100%;
}
#page-nail-school h4 {
  max-width: 1180px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  z-index: 0;
  margin: 0 auto;
}
#page-nail-school h4.large {
  font-size: 28px;
  width: 92%;
}
#page-nail-school h4::after {
  content: "";
  position: absolute;
  height: 10px;
  right: 0;
  bottom: 3px;
  left: -5px;
  background-color: #e3dcd5;
  z-index: -1;
}
#page-nail-school .course {
  display: grid;
  width: 1180px;
  flex-wrap: wrap;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 100px 5%;
}
@media screen and (max-width: 600px) {
  #page-nail-school .course {
    width: 92%;
    grid-template-columns: 1fr;
  }
}
#page-nail-school .course .item {
  font-size: 15px;
  line-height: 1.6;
}
#page-nail-school .course .item .item-subtitle {
  margin-bottom: 30px;
}
#page-nail-school .select-course {
  display: flex;
  width: 1180px;
  flex-wrap: wrap;
  margin: 0 auto 100px;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  #page-nail-school .select-course {
    width: 92%;
  }
}
#page-nail-school .select-course p {
  margin: 25px 0;
}
#page-nail-school .select-course .left {
  width: 60%;
}
@media screen and (max-width: 600px) {
  #page-nail-school .select-course .left {
    width: 100%;
  }
}
#page-nail-school .select-course .right {
  width: 40%;
}
@media screen and (max-width: 600px) {
  #page-nail-school .select-course .right {
    width: 100%;
  }
}
#page-nail-school .flow {
  display: block;
  max-width: 1180px;
  margin: 50px auto;
}
@media screen and (max-width: 600px) {
  #page-nail-school .flow {
    width: 92%;
  }
}
#page-nail-school .center {
  text-align: center;
}
#page-nail-school .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 600px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 600px) {
  #page-nail-school .contact {
    width: 92%;
  }
}
#page-nail-school .contact a {
  display: block;
  width: 44%;
  margin: 3%;
  text-align: center;
}
#page-nail-school .contact a img {
  width: 100%;
}
#page-nail-school ~ #page-bottom_menu {
  display: none;
}

#page-bottom_menu {
  margin: 150px auto 0;
}
@media screen and (max-width: 600px) {
  #page-bottom_menu {
    width: 94vw;
    margin: 0 3vw;
  }
}
#page-bottom_menu .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #page-bottom_menu .wrap {
    width: 100%;
  }
}
#page-bottom_menu .wrap a {
  display: block;
  width: 44%;
  margin: 3%;
  text-align: center;
}
#page-bottom_menu .wrap a img {
  width: 100%;
}
#page-bottom_menu a.contact {
  width: 600px;
  margin: 30px auto 100px auto;
}
@media screen and (max-width: 600px) {
  #page-bottom_menu a.contact {
    width: 100%;
  }
}
#page-bottom_menu a.contact img {
  width: 100%;
}

footer {
  min-width: 1200px;
  background-color: #221714;
  color: #fff;
  text-align: center;
  padding: 1em 0;
}
@media screen and (max-width: 600px) {
  footer {
    min-width: auto;
  }
}
