@charset "UTF-8";
img {
  vertical-align: bottom;
}

a,
a:link,
a:visited,
a:active,
a:focus {
  color: #f9b547;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
a > img,
a:link > img,
a:visited > img,
a:active > img,
a:focus > img {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

a:hover {
  color: #f79d0e;
}

p > u {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 169, 197, 0)), color-stop(60%, #ffa9c5), color-stop(0, #ffa9c5)) !important;
  background: linear-gradient(to bottom, rgba(255, 169, 197, 0) 60%, #ffa9c5 60%, #ffa9c5 0) !important;
}

body {
  font-family: "M PLUS 1p", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  color: #444;
  background-color: #6e6762;
  margin-bottom: 0 !important;
}

#masthead {
  background-color: #fcf8f6;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#masthead > .site-branding h1.site-title {
  margin: 0;
}
#masthead > .site-branding h1.site-title > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 400px;
  max-width: 100%;
}
#masthead > .site-branding h1.site-title > a > img.logo-main {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#masthead > .site-branding h1.site-title > a > img.logo-sub {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0.2em;
  width: 75%;
}
#masthead > .header-navigation {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#masthead > .header-navigation > .menu-global-container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
#masthead > .header-navigation > .menu-global-container > ul > li {
  list-style: none;
}
#masthead > .header-navigation > .menu-global-container > ul > li > a {
  color: #5e4d41;
  font-weight: 700;
  text-decoration: none;
  padding: 0.5em 0.5em 0.2em;
  margin: 0 0.5em;
  border-bottom: solid 3px #fcf8f6;
}
#masthead > .header-navigation > .menu-global-container > ul > li > a:hover {
  border-bottom: solid 3px #5e4d41;
}
#masthead > .header-navigation > ul.sns {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#masthead > .header-navigation > ul.sns > li {
  width: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#masthead > .header-navigation > ul.sns > li a:hover img {
  width: 40px;
}

.mv-others {
  width: 100%;
}
.mv-others img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-main {
  background-color: #fcf8f6;
}
.site-main .entry-content {
  margin: 0 auto;
  padding: 0;
}

#whatsnew {
  background-color: #ece3de;
}
#whatsnew a {
  color: #5e4d41;
  text-decoration: none;
}
#whatsnew a:hover {
  text-decoration: underline;
}
#whatsnew > .inner {
  width: 1000px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  padding: 3em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #5e4d41;
}
#whatsnew > .inner > h2 {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0;
  width: 160px;
}
#whatsnew > .inner > .sticy-posts {
  width: calc((100% - 160px) / 2);
  margin: 0;
  padding: 0;
}
#whatsnew > .inner > .sticy-posts > li {
  list-style: none;
}
#whatsnew > .inner > .sticy-posts > li > h3 {
  font-weight: 500;
  margin: 0;
}
#whatsnew > .inner > .sticy-posts > li > ul {
  padding: 0;
}
#whatsnew > .inner > .sticy-posts > li > span.dt {
  font-size: 0.6em;
  font-weight: 700;
  color: #9e8a7c;
}
#whatsnew > .inner > .general-posts {
  width: calc((100% - 160px) / 2);
  margin: 0;
  padding: 0;
}
#whatsnew > .inner > .general-posts > li {
  list-style: none;
  margin-bottom: 0.5em;
}
#whatsnew > .inner > .general-posts > li:last-child {
  margin-bottom: 0;
}
#whatsnew > .inner > .general-posts > li > span.dt {
  font-size: 0.6em;
  font-weight: 700;
  color: #9e8a7c;
}

.top-treatment-block-pleft,
.top-treatment-block-pright {
  width: 100%;
  overflow: hidden;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 0;
}
.top-treatment-block-pleft > .image,
.top-treatment-block-pright > .image {
  z-index: 2;
  min-width: 50%;
}
.top-treatment-block-pleft > .image img,
.top-treatment-block-pright > .image img {
  width: 100%;
}
.top-treatment-block-pleft > .main,
.top-treatment-block-pright > .main {
  z-index: 1;
  border: solid 1px #9e8a7c;
  top: -1.5em;
  left: -8em;
  padding-left: 8em;
  padding-right: 4em;
  padding-bottom: 1em;
  min-width: calc(50% + 8em);
  position: relative;
}
.top-treatment-block-pleft > .main::after,
.top-treatment-block-pright > .main::after {
  position: absolute;
  top: 0;
  left: -0.5em;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #9e8a7c;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
  z-index: -1;
}
.top-treatment-block-pleft > .main > h3,
.top-treatment-block-pright > .main > h3 {
  font-size: 2em;
  font-weight: 500;
  margin: 1em 0 16px;
}
.top-treatment-block-pleft > .main > h3 strong,
.top-treatment-block-pright > .main > h3 strong {
  font-weight: 500;
}
.top-treatment-block-pleft > .main > h4,
.top-treatment-block-pright > .main > h4 {
  font-size: 1.6em;
  font-weight: 500;
  color: #955528;
  margin: 0 0 22px;
}

.top-treatment-block-pright > .image {
  position: relative;
  left: -10em;
}
.top-treatment-block-pright > .main {
  left: -0.5em;
  padding-left: 3.5em;
  padding-right: 9em;
}

.top-treatment-menu {
  background-color: #ece3de;
  padding-bottom: 4em;
}
.top-treatment-menu > .wp-block-group__inner-container {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
.top-treatment-menu > .wp-block-group__inner-container > .menunote {
  margin-bottom: 0.5em;
}
.top-treatment-menu > .wp-block-group__inner-container > .menus-outer > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-treatment-menu > .wp-block-group__inner-container > .menus-outer > .wp-block-group__inner-container > .wp-block-media-text {
  width: calc(50% - 1em);
  margin: 0 0.5em 1em;
  background-color: #e1c7bb;
  padding: 0.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-treatment-menu > .wp-block-group__inner-container > .menus-outer > .wp-block-group__inner-container > .wp-block-media-text.pink {
  background-color: #e4c6d2;
}
.top-treatment-menu > .wp-block-group__inner-container > .menus-outer > .wp-block-group__inner-container > .wp-block-media-text > .wp-block-media-text__media {
  width: 45%;
}
.top-treatment-menu > .wp-block-group__inner-container > .menus-outer > .wp-block-group__inner-container > .wp-block-media-text > .wp-block-media-text__content {
  width: 55%;
  padding: 1em 0 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #5e4d41;
}
.top-treatment-menu > .wp-block-group__inner-container > .menus-outer > .wp-block-group__inner-container > .wp-block-media-text > .wp-block-media-text__content > h3 {
  font-size: 1.6em;
  font-weight: 500;
  margin: 0 0 0.5em;
  text-align: center;
  line-height: 1.1;
}
.top-treatment-menu > .wp-block-group__inner-container > .menus-outer > .wp-block-group__inner-container > .wp-block-media-text > .wp-block-media-text__content > p {
  text-align: center;
  margin: 0 0 0.8em;
  line-height: 1.4;
  font-size: 0.8em;
}
.top-treatment-menu > .wp-block-group__inner-container > .menus-outer > .wp-block-group__inner-container > .wp-block-media-text > .wp-block-media-text__content > .wp-block-table {
  width: 220px;
  max-width: 100%;
  margin-top: 1em 60% 0.5em 40%;
  margin-right: calc((100% - 200px) * 0.55);
  margin-bottom: 0;
  margin-left: calc((100% - 200px) * 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-treatment-menu > .wp-block-group__inner-container > .menus-outer > .wp-block-group__inner-container > .wp-block-media-text > .wp-block-media-text__content > .wp-block-table table {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
}
.top-treatment-menu > .wp-block-group__inner-container > .menus-outer > .wp-block-group__inner-container > .wp-block-media-text > .wp-block-media-text__content > .wp-block-table table td {
  width: 35%;
  text-align: right;
  line-height: 1;
}
.top-treatment-menu > .wp-block-group__inner-container > .menus-outer > .wp-block-group__inner-container > .wp-block-media-text > .wp-block-media-text__content > .wp-block-table table td:last-of-type {
  width: 65%;
  padding-right: 3em;
}
.top-treatment-menu > .wp-block-group__inner-container > .menus-outer > .wp-block-group__inner-container > .wp-block-media-text > .wp-block-media-text__content > .wp-block-table figcaption {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 0.8em;
  font-weight: 500;
  text-align: center;
  padding-left: 1em;
}
.top-treatment-menu > .wp-block-group__inner-container > .menus-outer > .wp-block-group__inner-container > ul {
  width: calc(50% - 1em);
  margin: 0;
  padding-left: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.top-treatment-menu > .wp-block-group__inner-container > .menus-outer > .wp-block-group__inner-container > ul > li {
  list-style: "※ ";
  font-size: 0.8em;
}
.top-treatment-menu > .wp-block-group__inner-container > ul {
  margin: 0;
  padding-left: 1.8em;
}
.top-treatment-menu > .wp-block-group__inner-container > ul > li {
  list-style: "※ ";
  font-size: 0.8em;
}

.other-treatment {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.other-treatment > .wp-block-column {
  max-width: 240px;
  margin: 0 1.5em;
  font-weight: 500;
  color: #5e4d41;
}

.flow {
  background-color: #ece3de;
  padding-bottom: 4em;
}
.flow .flow-outer {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow .flow-outer > .wp-block-column {
  width: calc((100% - 4em) / 5);
  max-width: 224px;
  margin: 0 1em 0 0;
}
.flow .flow-outer > .wp-block-column:last-child {
  margin: 0;
}
.flow .flow-outer > .wp-block-column > .wp-block-image {
  border: solid 3px #fff;
}
.flow .flow-outer > .wp-block-column h3 {
  color: #5e4d41;
  text-align: center;
  margin: 0.5em 0;
  font-size: 1.5em;
  font-weight: 500;
}
.flow .flow-outer > .wp-block-column p {
  color: #5e4d41;
  margin: 0.5em 0 0;
}

.trunk-kanban {
  margin: 0;
}
.trunk-kanban > figure {
  margin: 0;
  width: 100%;
}
.trunk-kanban > figure > img {
  vertical-align: bottom;
  width: 100%;
}

.about > .wp-block-group__inner-container {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  padding-bottom: 3em;
}
.about > .wp-block-group__inner-container > .outer {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about > .wp-block-group__inner-container > .outer > .box-left {
  color: #5e4d41;
  margin-right: 2em;
}
.about > .wp-block-group__inner-container > .outer > .box-left > h3 {
  font-size: 2em;
  font-weight: 500;
  margin: 0 0 0.5em;
}
.about > .wp-block-group__inner-container > .outer > .box-left > h3::before {
  content: "- ";
}
.about > .wp-block-group__inner-container > .outer > .box-left > .wp-block-table {
  margin: 0 0 0 1.5em;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 500;
}
.about > .wp-block-group__inner-container > .outer > .box-left > .wp-block-table.table-about > table tr td {
  padding: 0.3em 0;
  vertical-align: top;
}
.about > .wp-block-group__inner-container > .outer > .box-left > .wp-block-table.table-about > table tr td:nth-of-type(1) {
  width: 3em;
}
.about > .wp-block-group__inner-container > .outer > .box-left > .wp-block-table.table-open > table {
  margin-bottom: 0;
}
.about > .wp-block-group__inner-container > .outer > .box-left > .wp-block-table.table-open > table tr:first-of-type {
  background-color: #ece3de;
}
.about > .wp-block-group__inner-container > .outer > .box-left > .wp-block-table.table-open > table tr td {
  padding: 0.3em 0;
  vertical-align: top;
  width: calc((100% - 10em) / 7);
}
.about > .wp-block-group__inner-container > .outer > .box-left > .wp-block-table.table-open > table tr td:nth-of-type(1) {
  width: 10em;
}
.about > .wp-block-group__inner-container > .outer > .box-left > p {
  margin: 1em 0 0 2em;
  font-size: 0.8em;
}
.about > .wp-block-group__inner-container > .outer > .box-left .note {
  margin: 0 0 0 1.5em;
  font-size: 1.1em;
  font-weight: 500;
}
.about > .wp-block-group__inner-container > .outer > .box-right {
  margin: 0;
}
.about > .wp-block-group__inner-container > .outer > .box-right > .wp-block-columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about > .wp-block-group__inner-container > .outer > .box-right > .wp-block-columns > .wp-block-column {
  margin: 0 0.5em;
}
.about > .wp-block-group__inner-container > .outer > .box-right > .wp-block-columns > .wp-block-column > .wp-block-image {
  margin: 0;
  color: #5e4d41;
}
.about > .wp-block-group__inner-container > .outer > .box-right > .wp-block-columns > .wp-block-column > .wp-block-image img {
  vertical-align: bottom;
}
.about > .wp-block-group__inner-container > .outer > .box-right > .wp-block-columns > .wp-block-column > h4 {
  text-align: center;
  color: #9e8a7c;
  margin: 0 0 0.5em;
  font-size: 1em;
}
.about > .wp-block-group__inner-container > .outer > .box-right > .wp-block-columns > .wp-block-column > h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  margin: 0.3em 0 0 0;
  line-height: 1;
}
.about > .wp-block-group__inner-container > .outer > .box-right > .wp-block-columns {
  margin: 0;
}

.google-map {
  width: 100%;
  vertical-align: bottom;
}

#reservation {
  background-color: #ece3de;
  padding-bottom: 4em;
}
#reservation > .wp-block-group__inner-container {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
#reservation > .wp-block-group__inner-container > .wp-block-columns > .box-left > h3 {
  font-size: 2em;
  font-weight: 500;
  margin: 0 0 0.5em;
}
#reservation > .wp-block-group__inner-container > .wp-block-columns > .box-left > h3::before {
  content: "- ";
}
#reservation > .wp-block-group__inner-container > .wp-block-columns > .box-left > .iframe-outer {
  background-color: #f2f2f2;
  margin: 0;
  padding: 0 1em;
}
#reservation > .wp-block-group__inner-container > .wp-block-columns > .box-left > .iframe-outer #reservation-frame {
  width: 960px;
  max-width: 100%;
  height: 1223px;
  margin: 0 auto 0 auto;
  display: block;
  background-color: #f2f2f2;
  overflow: hidden;
}
#reservation > .wp-block-group__inner-container > .wp-block-columns > .box-right {
  color: #5e4d41;
}
#reservation > .wp-block-group__inner-container > .wp-block-columns > .box-right > h3 {
  font-size: 2em;
  font-weight: 500;
  margin: 0 0 0.5em;
}
#reservation > .wp-block-group__inner-container > .wp-block-columns > .box-right > h3::before {
  content: "- ";
}
#reservation > .wp-block-group__inner-container > .wp-block-columns > .box-right > .wp-block-group {
  margin: 0 0 3em 1.5em;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 500;
}
#reservation > .wp-block-group__inner-container > .wp-block-columns > .box-right > .wp-block-group:last-child {
  margin: 0 0 0 1.5em;
}
#reservation > .wp-block-group__inner-container > .wp-block-columns > .box-right > .wp-block-group p {
  margin: 0;
}
#reservation > .wp-block-group__inner-container > .wp-block-columns > .box-right > .wp-block-group h4 {
  margin: 0 0 0.6em;
}
#reservation > .wp-block-group__inner-container > .wp-block-columns > .box-right > .wp-block-group.reserv-tel .tel {
  font-size: 2em;
}
#reservation > .wp-block-group__inner-container > .wp-block-columns > .box-right > .wp-block-group.reserv-tel .note {
  font-size: 0.8em;
  font-weight: 400;
}
#reservation > .wp-block-group__inner-container > .wp-block-columns > .box-right > .wp-block-group.reserv-web p {
  font-size: 2em;
}
#reservation > .wp-block-group__inner-container > .wp-block-columns > .box-right .mw_wp_form {
  background-color: #fcf8f6;
}

#privacypolicy {
  padding: 2em 1em;
  padding-bottom: 2em;
}
#privacypolicy > .wp-block-group__inner-container {
  width: 800px;
  height: 300px;
  overflow: auto;
  max-width: calc(100% - 30px);
  margin: auto;
  border: solid 10px #ece3de;
  padding: 1em;
  font-size: 0.8em;
}
#privacypolicy > .wp-block-group__inner-container h3 {
  color: #5e4d41;
  margin: 0 0 1em;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
}
#privacypolicy > .wp-block-group__inner-container h4 {
  color: #5e4d41;
  margin: 1.5em 0 0.3em;
}
#privacypolicy > .wp-block-group__inner-container p {
  margin: 0 0 1em;
}

.wpcf7 {
  background-color: #fcf8f6;
}

.wpcf7,
.mw_wp_form {
  padding: 1em;
}
.wpcf7 > form > ul,
.mw_wp_form > form > ul {
  margin: 0;
  padding: 0;
}
.wpcf7 > form > ul > li,
.mw_wp_form > form > ul > li {
  list-style: none;
  border-bottom: solid 1px #ccc;
  padding-bottom: 0.5em;
  margin: 0 0 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7 > form > ul > li > label,
.mw_wp_form > form > ul > li > label {
  width: 120px;
  font-size: 0.8em;
}
.wpcf7 > form > ul > li > label.must::after,
.mw_wp_form > form > ul > li > label.must::after {
  content: "*";
  color: red;
}
.wpcf7 > form > ul > li > div,
.mw_wp_form > form > ul > li > div {
  width: calc(100% - 120px);
}
.wpcf7 > form > ul > li > div input,
.mw_wp_form > form > ul > li > div input {
  max-width: 100%;
}
.wpcf7 > form > ul > li > div input::-webkit-input-placeholder, .mw_wp_form > form > ul > li > div input::-webkit-input-placeholder {
  font-size: 0.8em;
  color: #999;
}
.wpcf7 > form > ul > li > div input::-moz-placeholder, .mw_wp_form > form > ul > li > div input::-moz-placeholder {
  font-size: 0.8em;
  color: #999;
}
.wpcf7 > form > ul > li > div input:-ms-input-placeholder, .mw_wp_form > form > ul > li > div input:-ms-input-placeholder {
  font-size: 0.8em;
  color: #999;
}
.wpcf7 > form > ul > li > div input::-ms-input-placeholder, .mw_wp_form > form > ul > li > div input::-ms-input-placeholder {
  font-size: 0.8em;
  color: #999;
}
.wpcf7 > form > ul > li > div input::placeholder,
.mw_wp_form > form > ul > li > div input::placeholder {
  font-size: 0.8em;
  color: #999;
}
.wpcf7 > form > ul > li._bunrui,
.mw_wp_form > form > ul > li._bunrui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wpcf7 > form > ul > li._menu > div,
.mw_wp_form > form > ul > li._menu > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wpcf7 > form > ul > li._menu > div > span,
.mw_wp_form > form > ul > li._menu > div > span {
  margin: 0 0.5em 0 0;
}
.wpcf7 > form > ul > li._menu > div > span > label > input,
.mw_wp_form > form > ul > li._menu > div > span > label > input {
  margin: 0;
}
.wpcf7 > form > ul > li._wish > div > input,
.mw_wp_form > form > ul > li._wish > div > input {
  max-width: 30%;
}
.wpcf7 > form > #send-errors,
.mw_wp_form > form > #send-errors {
  font-size: 0.8em;
  color: #b70000;
}
.wpcf7 > form > .submit,
.mw_wp_form > form > .submit {
  text-align: center;
}
.wpcf7 > form > .submit > button,
.mw_wp_form > form > .submit > button {
  padding: 0.5em 2em;
  background-color: #5e4d41;
  color: #ccc;
  font-weight: 500;
  cursor: pointer;
}
.wpcf7 > form > .submit > button:hover,
.mw_wp_form > form > .submit > button:hover {
  background-color: #955528;
}

body.page:not(.home) .site-main > article,
body.single .site-main > article {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
body.page:not(.home) .site-main > article > .entry-header > h1,
body.single .site-main > article > .entry-header > h1 {
  margin: 0;
  padding: 1em 0.5em;
  text-align: center;
  color: #5e4d41;
  border-bottom: solid 3px #ece3de;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2;
}
body.page:not(.home) .site-main > article > .entry-header > .entry-meta,
body.single .site-main > article > .entry-header > .entry-meta {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  font-size: 0.8em;
  text-align: right;
}
body.page:not(.home) .site-main > article > .entry-content,
body.single .site-main > article > .entry-content {
  padding: 2em 0;
  width: 900px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
body.page:not(.home) .site-main > article > .entry-footer,
body.single .site-main > article > .entry-footer {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  text-align: right;
  font-size: 0.8em;
}
body.page:not(.home) .site-main > .navigation,
body.single .site-main > .navigation {
  border-top: solid 8px #ece3de;
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  padding: 0;
}
body.page:not(.home) .site-main > .navigation > .nav-links,
body.single .site-main > .navigation > .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.page:not(.home) .site-main > .navigation > .nav-links > .nav-previous > a,
body.page:not(.home) .site-main > .navigation > .nav-links > .nav-next > a,
body.single .site-main > .navigation > .nav-links > .nav-previous > a,
body.single .site-main > .navigation > .nav-links > .nav-next > a {
  display: block;
  position: relative;
}
body.page:not(.home) .site-main > .navigation > .nav-links > .nav-previous > a,
body.single .site-main > .navigation > .nav-links > .nav-previous > a {
  padding: 1em 0 1em 1.2em;
}
body.page:not(.home) .site-main > .navigation > .nav-links > .nav-previous > a::before,
body.single .site-main > .navigation > .nav-links > .nav-previous > a::before {
  position: absolute;
  content: "◀";
  left: 0;
}
body.page:not(.home) .site-main > .navigation > .nav-links > .nav-next > a,
body.single .site-main > .navigation > .nav-links > .nav-next > a {
  padding: 1em 1.2em 1em 0;
}
body.page:not(.home) .site-main > .navigation > .nav-links > .nav-next > a::before,
body.single .site-main > .navigation > .nav-links > .nav-next > a::before {
  position: absolute;
  content: "▶";
  right: 0;
}

body.archive .site-main {
  padding-bottom: 2em;
}
body.archive .site-main > .page-header {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
body.archive .site-main > .page-header > h1 {
  margin: 0;
  padding: 1em 0.5em;
  text-align: center;
  color: #5e4d41;
  border-bottom: solid 3px #ece3de;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2;
}
body.archive .site-main > .page-header > .entry-meta {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  font-size: 0.8em;
  text-align: right;
}
body.archive .site-main > article {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  border-bottom: solid 3px #ece3de;
  margin-bottom: 2em;
}
body.archive .site-main > article > .entry-header {
  width: 900px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
body.archive .site-main > article > .entry-header > h2 {
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.2;
}
body.archive .site-main > article > .entry-header > .entry-meta {
  max-width: 100%;
  margin: 0 auto;
  font-size: 0.8em;
  text-align: left;
}
body.archive .site-main > article > .entry-content {
  padding: 2em 0;
  width: 900px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
body.archive .site-main > article > .entry-footer {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  text-align: right;
  font-size: 0.8em;
}
body.archive .site-main > .navigation {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  padding: 0;
}
body.archive .site-main > .navigation > .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.archive .site-main > .navigation > .nav-links > .nav-previous > a,
body.archive .site-main > .navigation > .nav-links > .nav-next > a {
  display: block;
  position: relative;
}
body.archive .site-main > .navigation > .nav-links > .nav-previous > a {
  padding: 1em 0 1em 1.2em;
}
body.archive .site-main > .navigation > .nav-links > .nav-previous > a::before {
  position: absolute;
  content: "◀";
  left: 0;
}
body.archive .site-main > .navigation > .nav-links > .nav-next > a {
  padding: 1em 1.2em 1em 0;
}
body.archive .site-main > .navigation > .nav-links > .nav-next > a::before {
  position: absolute;
  content: "▶";
  right: 0;
}

.site-footer {
  padding-bottom: 0.5em;
}
.site-footer > .inner {
  width: 900px;
  max-width: calc(100% - 30px);
  margin: auto;
  padding: 2em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.site-footer > .inner h1 {
  margin: 0;
  width: calc(50% - 1em);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer > .inner h1 > .logo-main {
  margin-bottom: 0.2em;
  width: 100%;
}
.site-footer > .inner h1 > .logo-sub {
  width: 75%;
}
.site-footer > .inner > .site-info {
  width: calc(50% - 2em);
}
.site-footer > .inner > .site-info ul {
  margin: 0;
  padding: 0;
}
.site-footer > .inner > .site-info ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.site-footer > .inner > .site-info ul li:last-child {
  margin-bottom: 0;
}
.site-footer > .inner > .site-info ul li label {
  width: 3em;
}
.site-footer > .copyright {
  color: #eee;
  text-align: center;
}

#fixed-bnr {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: rgba(249, 181, 71, 0.6);
  border-radius: 50%;
  width: 14em;
  height: 14em;
  position: fixed;
  right: -9em;
  bottom: 3em;
  z-index: 999;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#fixed-bnr:hover {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #f9b547;
  right: 0.5em;
}
#fixed-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#fixed-bnr > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#fixed-bnr > ul > li {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2;
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#fixed-bnr > ul > li a {
  color: #5e4d41;
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#fixed-bnr > ul > li a:hover {
  font-size: 1.1em;
}
#fixed-bnr > ul > li span {
  display: block;
}
#fixed-bnr > ul > li:nth-child(1) {
  cursor: context-menu;
  height: 2.7em;
}
#fixed-bnr > ul > li:nth-child(2) {
  font-size: 1.5em;
  height: 2.7em;
}
#fixed-bnr > ul > li:nth-child(2) span {
  font-size: 0.6em;
  font-weight: 500;
}
#fixed-bnr > ul > li:nth-child(3) {
  font-size: 1.5em;
  height: 2.7em;
}
#fixed-bnr > ul > li:nth-child(3) span {
  font-size: 0.6em;
  font-weight: 500;
}
#fixed-bnr > ul > li:nth-child(3) a > span.ya {
  position: relative;
  display: block;
  width: 4em;
  border-top: 1px solid #5e4d41;
  margin: 0.8em auto 0;
}
#fixed-bnr > ul > li:nth-child(3) a > span.ya::after {
  position: absolute;
  top: -0.35em;
  right: 0;
  content: "";
  display: block;
  width: 0.8em;
  border-top: 1px solid #5e4d41;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.std-header-group {
  padding-top: 4em;
  margin-bottom: 2em;
}
.std-header-group h2 {
  margin: 0;
  text-align: center;
  color: #5e4d41;
  font-size: 2.6vw;
  font-weight: 500;
  line-height: 1.3;
}
.std-header-group p {
  text-align: center;
  color: #5e4d41;
  font-size: 1.3vw;
  font-weight: 500;
  margin: 0.5em 0 0 0;
}
.std-header-group p::before {
  content: "－ ";
}
.std-header-group p::after {
  content: " －";
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.5em !important;
}

.mb-2 {
  margin-bottom: 1em !important;
}

.mb-3 {
  margin-bottom: 1.5em !important;
}

.mb-4 {
  margin-bottom: 2em !important;
}

.mb-5 {
  margin-bottom: 3em !important;
}

.mb-6 {
  margin-bottom: 4em !important;
}