@charset "UTF-8";

:root {
  font-family: 'Yu Gothic Medium', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif; 
  font-size: 10px;
}

body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  background-color: #e5e1dd;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

iframe {
  width: 100%;
  max-width: 100%;
}

.wrap {
  max-width: 97rem;
  margin: auto;
}

/* 丸ゴシック */
#catch-1, #catch-2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}


#top {
  padding: 0.25rem 1rem;
  color: #fff;
  background-color: #5c3a30;
}
#top h1, #top p {
  margin: 0;
  font-size: 0.75em;
  font-weight: normal;
}
@media screen and (min-width: 755px) {
  #top h1, #top p {
    font-size: 1em;
  }
}
@media screen and (min-width: 955px) {
  #top h1, #top p {
    font-size: 1.125em;
  }
}

#header {
  margin: 0 0 1.5rem 0;
  font-size: 0.9375em;
  color: #5c3a30;
  background-color: transparent;
}
.header-address {
  padding: 0.5rem 1rem;
  overflow: hidden;
}
.header-address span {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 95%;
}
.header-address .header-to_map {
  margin: 0;
  float: right;
}
.header-address .header-to_map a {
  padding: 0.2rem 0.8rem;
  font-size: 0.8em;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #ff2ea6;
}
#header-contacts {
  display: flex;
  flex-wrap: wrap;
}
.header-contact {
  width: 50%;
  text-align: center;
}
.header-contact a {
  display: block;
  padding: 5px 0;
  color: #fff;
}
#header-contact-1 a {
  background-color: #5c3a30;
  margin: 0 0.25rem 0 0.5rem;
}
#header-contact-2 a {
  background-color: #b22d00;
  margin: 0 0.5rem 0 0.25rem;
}
@media screen and (min-width: 575px) {
  #header {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 755px) {
  #header-inner {
    display: flex;
  }
  #header-left {
    width: 70%;
  }
  #header-right {
    width: 30%;
    font-size: 0.8125em;
    display: flex;
    align-items: flex-end;
  }
  #header-contacts {
    width: 100%;
  }
  .header-contact {
    width: 100%;
  }
  #header-contact-1 a, #header-contact-2 a {
    margin: 0.5rem 1rem 0 0;
    padding: 1.25rem 0;
  }
}
@media screen and (min-width: 955px) {
  #header-left {
    width: 60%;
  }
  #header-right {
    width: 40%;
    font-size: 1.125em;
  }
  .header-contact {
    width: 50%;
    padding: 0;
  }
  #header-contact-1 a, #header-contact-2 a {
    margin: 0 0 0 0.5rem;
    padding: 4.25rem 0;
  }
}


#catch {
  padding: 10% 0 0 0;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.25;
  background: no-repeat center top #fff;
  background-size: contain;
  background-image: url(../img/catch-bg.jpg);
}
#catch span {
  display: inline-block;
  padding: 0 0.25rem;
}
#catch-1 {
  padding: 0.5rem 0;
  letter-spacing: 0.1rem;
  text-align: center;
  font-size: 1.6em;
  color: #eb498f;
  text-shadow: 2px 2px 2px #999;
}
#catch-2 {
  padding: 0.5rem 0;
  letter-spacing: 0.1rem;
  text-align: center;
  font-size: 1.2em;
  color: #eb498f;
  text-shadow: 2px 2px 2px #999;
}
#catch-3 {
  padding: 0.5rem 0;
  letter-spacing: 0.1rem;
  text-align: center;
}
#catch-photos {
  margin-top: 1rem;
}
#catch-photos img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 755px) {
  #catch-1 {
    font-size: 2.4em;
  }
  #catch-2 {
    font-size: 1.8em;
  }
  #catch-3 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 955px) {
  #catch-1 {
    font-size: 3.0em;
  }
  #catch-2 {
    font-size: 2.0em;
  }
  #catch-3 {
    font-size: 1.5em;
  }
}

#price {
  margin: 1.6rem 0;
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: 700;
  background-color: #efbfff;
  border: 0.8rem solid #560128;
  border-radius: 1rem;
}
#price p {
  display: inline-block;
  margin: 1rem 0;
  text-align: left;
}
@media screen and (min-width: 575px) {
  #price{
    font-size: 1.6em;
  }
}
@media screen and (min-width: 755px) {
  #price{
    font-size: 2.4em;
  }
}

#yokokawa {
  display: flex;
  font-size: 1.25em;
  flex-wrap: wrap;
}
.yokokawa-photo {
  position: relative;
  width: 50%;
}
.yokokawa-photo img {
  width: 100%;
  height: auto;
}
.yokokawa-photo span {
  position: absolute;
  white-space: nowrap;
  color: #fff;
  text-shadow: 0 0 3px #000;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 755px) {
  .yokokawa-photo span {
    font-size: 1.6em;
  }
}


#keigoya {
  display: flex;
  font-size: 1.25em;
  flex-wrap: wrap;
}
.keigoya-photo {
  position: relative;
  width: 50%;
}
.keigoya-photo img {
  width: 100%;
  height: auto;
}
.keigoya-photo span {
  position: absolute;
  white-space: nowrap;
  color: #fff;
  text-shadow: 0 0 3px #000;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 755px) {
  .keigoya-photo span {
    font-size: 1.6em;
  }
}


#symptom {
  margin: 1.6rem 0;
  padding: 0.1rem 0.75em 0.75em;
  color: #5c392f;
  background: #fff;
}
#symptom-photos {
  display: flex;
  justify-content: space-between; 
}
.symptom-photo {
  width: 49%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #999;
}
@media screen and (min-width: 575px) {
  #symptom {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 755px) {
  #symptom {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 955px) {
  #symptom {
    font-size: 1.6em;
  }
}

#posture {
  padding: 0 0 1rem 0;
  font-size: 1.125em;
  background-color: #fff;
}
#posture-title, .posture-head {
  padding: 0.25rem 0;
  text-align: center;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  background-color: #550026;
}
#posture-title {
  padding-top: 1rem;
}
.posture-head {
  padding-bottom: 0.75rem;
}
#posture-item-1 .posture-head {
  color: #a5b8bc;
}
#posture-main {
  display: flex;
}
.posture-item {
  width: 50%;
}
.posture-foot {
  margin: 0 0.5rem;
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.666em;
  font-weight: 700;
  color: #fff;
  border-radius: 1.25rem;
}
#posture-item-1 .posture-foot {
  background-color: #ce0a86;
}
#posture-item-2 .posture-foot {
  background-color: #3edb28;
}
@media screen and (min-width: 575px) {
  #posture {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 755px) {
  #posture {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 955px) {
  #posture {
    font-size: 2.0em;
  }
}


#main-contacts {
  display: flex;
  margin: 1em 0;
}
.main-contact {
  width: 50%;
  text-align: center;
  font-size: 0.8125em;
}
.main-contact a {
  display: block;
  padding: 1em 0;
  color: #fff;
}
#main-contact-1 a {
  margin: 0 0.25rem 0 0.5rem;
  background-color: #5c3a30;
}
#main-contact-2 a {
  margin: 0 0.5rem 0 0.25rem;
  background-color: #b22d00;
}
@media screen and (min-width: 575px) {
  #main-contacts {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 755px) {
  #main-contacts {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 955px) {
  #main-contacts {
    font-size: 2.0em;
  }
}

#photos {
  margin: 1rem 0;
  display: flex;
}
#photos .photo {
  padding: 0.1rem;
}

#details .detail {
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background-color: #fff;
}
#details .detail-photo{
  width: 25%;
}
#details .detail-text{
  width: 73%;
}
@media screen and (min-width: 575px) {
  #details {
    display: flex;
  }
  #details .detail {
    width: 50%;
  }
  #details #detail-1 {
    margin-right: 0.5rem;
  }
  #details #detail-2 {
    margin-left: 0.5rem;
  }
  #details .detail-photo{
    width: 35%;
  }
  #details .detail-text{
    width: 63%;
  }
}
@media screen and (min-width: 755px) {
  #details {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 955px) {
  #details {
    font-size: 1.4em;
  }
}


#before_after {
  display: flex;
  margin: 1rem 0;
}
#before_after p {
  margin: 0.5rem;
  text-align: center;
  font-size: 1.6em;
  font-weight: 700;
  text-decoration: underline;
}
#before p {
  color: #792eff;
}
#after p {
  color: #ff2ea6;
}
@media screen and (min-width: 575px) {
  #before_after {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 755px) {
  #before_after {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 955px) {
  #before_after {
    font-size: 1.3em;
  }
}


#voice-link {
  display: block;
  margin: auto;
  padding: 1rem 1rem;
  width: 60%;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  background-color: #ff2ea6;
  border-radius: 1.5rem;
}
#voices-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem;
}
.voice {
  padding: 1rem;
}
.voice-head {
  font-size: 1.25em;
  color: #ff2ea6;
}
.voice-body p {
  margin: 0;
}
@media screen and (min-width: 575px) {
  #voices-inner {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 755px) {
  #voices-inner {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 955px) {
  .voice {
    width: 45%;
    width: calc(50% - 2rem);
  }
}

#pagetop a {
  position: fixed;
  display: block;
  padding: 0.75rem 0.5rem;
  bottom: 1rem;
  right: 1rem;
  font-size: 0.75em;
  text-align: center;
  color: #fff;
  background-color: #ff2ea6;
  border: 1px solid #fff;
  border-radius: 1rem;
}
@media screen and (min-width: 575px) {
  #pagetop {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 755px) {
  #pagetop {
    font-size: 1.4em;
  }
}

#footer {
  margin: 1rem 0 0 0;
  color: #fff;
  background-color: #5c3a30;
}

.footer-address {
  padding: 2rem 0 0;
}
.footer-address h3 {
  margin: 0 0.5rem 0.5rem;
}
.footer-address .footer-addr {
  margin: 0 0.5rem 0.5rem;
  font-size: 95%;
}
.footer-address .footer-addr span {
  display: inline-block;
}
.footer-address .footer-map {
  padding: 0.5rem;
}
@media screen and (min-width: 575px) {
  .footer-address {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 955px) {
  .footer-address {
    font-size: 1.2em;
  }
}


#footer-menu {
  font-size: 1.125em;
  padding: 0
}
#footer-menu li {
  padding: 0 1rem 0.5rem;
  list-style: none;
}
#footer-menu li a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 575px) {
  #footer-menu {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 755px) {
  #footer-menu {
    font-size: 1.35em;
  }
}
@media screen and (min-width: 955px) {
  #footer-menu {
    font-size: 1.5em;
  }
}

#footer-copy {
  padding: 0.5rem 0 1rem;
  font-size: 0.75em;
  text-align: center;
}
@media screen and (min-width: 575px) {
  #footer-copy {
    font-size: 0.825em;
  }
}
@media screen and (min-width: 755px) {
  #footer-copy {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 955px) {
  #footer-copy {
    font-size: 1em;
  }
}


