@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

select::-ms-expand {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  cursor: pointer;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

address {
  font-style: normal;
}

img {
  vertical-align: bottom;
}

figure {
  margin: 0;
}

ol, ul {
  list-style: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
html {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  background-color: #fff;
}

body {
  font-size: 16px;
  font-size: 1rem;
  text-justify: inter-ideograph;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 479px) {
  body {
    margin-top: 50px;
  }
}

h2,
h3,
h4,
h5 {
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h2 {
  font-size: 67px;
  font-size: 4.1875rem;
}

h3 {
  font-size: 26px;
  font-size: 1.625rem;
}

h4 {
  font-size: 22px;
  font-size: 1.375rem;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

a {
  text-decoration: none;
  color: #2B2B2D;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .pconly {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .pc-tab {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  .tabonly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .tabonly {
    display: block !important;
  }
}
@media screen and (max-width: 479px) {
  .tabonly {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  .tab-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .tab-sp {
    display: block !important;
  }
}

@media screen and (min-width: 767px) {
  .sponly {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sponly {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .sponly {
    display: block !important;
  }
}

.nolink {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/* typography */
/* Googleフォントで読み込ませる場合の例 */
body {
  font-family: "Zen Old Mincho", serif;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 479px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner1200 {
  max-width: 1200px;
}

.inner1100 {
  max-width: 1100px;
}

.inner960 {
  max-width: 1020px;
}

/* Align */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* Animation */
.anime {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.fadein {
  opacity: 1;
}

/* WP native style */
/* editor */
article {
  /* img */
  /* clearfix */
}
article strong {
  font-weight: bold;
}
article em {
  font-style: italic;
}
article blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
article .aligncenter {
  display: block;
  margin: 0 auto;
}
article .alignright {
  float: right;
}
article .alignleft {
  float: left;
}
article img[class*=wp-image-],
article img[class*=attachment-] {
  height: auto;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
article img.size-medium {
  max-width: 486px;
}
article img.size-thumbnail {
  max-width: 170px;
}
article .clearfix {
  overflow: hidden;
  zoom: 1;
}
article .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 479px) {
  .flex {
    display: block;
  }
}
.flex.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.btn a,
.btn button,
.btn input[type=submit] {
  background-color: #85415C;
  background-image: url(../images/common/arrow_btn.svg);
  background-size: 8px 15px;
  background-position: center right 20px;
  background-repeat: no-repeat;
  color: #fff;
  max-width: 287px;
  display: block;
  font-size: 18px;
  padding: 15px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn a:hover,
.btn button:hover,
.btn input[type=submit]:hover {
  opacity: 0.8;
}
@media screen and (max-width: 479px) {
  .btn a,
.btn button,
.btn input[type=submit] {
    max-width: 155px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-transition-duration: 1s !important;
          transition-duration: 1s !important;
}

header {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #F4F2ED;
}
@media screen and (max-width: 768px) {
  header {
    height: 70px;
  }
}
@media screen and (max-width: 479px) {
  header {
    height: 50px;
  }
}
header > .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  header > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header h1 {
  -ms-flex-preferred-size: 164px;
      flex-basis: 164px;
  font-size: 26px;
}
@media screen and (max-width: 479px) {
  header h1 {
    font-size: 18px;
  }
}
header nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header nav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header nav ul {
  width: 100%;
  max-width: 740px;
}
header nav ul li {
  margin-left: 3%;
}
header nav a {
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  header nav a {
    font-size: 13px;
  }
}

/* Toggle Button */
.toggle_spnav {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 30;
  background-color: #35312F;
  width: 70px;
  height: 70px;
  background-image: url(../images/common/btn_toggle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 479px) {
  .toggle_spnav {
    width: 50px;
    height: 50px;
  }
}

.btn-trigger {
  position: absolute;
  width: 22px;
  height: 15px;
  cursor: pointer;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 7px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

/* Drawer */
.drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 21;
  -webkit-transition: opacity 0.2s 0s;
  transition: opacity 0.2s 0s;
  overflow: scroll;
}
.drawer .wrapper {
  background-color: rgba(244, 242, 237, 0.8);
  padding: 40px;
}
.drawer ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 479px) {
  .drawer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.drawer ul li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 1rem;
}
.drawer ul li a {
  font-size: 15px;
}

.spnav_overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  position: fixed;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  visibility: hidden;
}

html.spnav_open {
  overflow: hidden;
}
html.spnav_open .drawer {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  visibility: visible;
}
html.spnav_open .spnav_overlay {
  opacity: 1;
  visibility: visible;
}

footer {
  background-color: #EEEBE4;
  margin-top: 9rem;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  footer .flex {
    display: block;
  }
}
footer .inner {
  position: relative;
}
footer .inner:after {
  content: "";
  width: 281px;
  height: 281px;
  background-image: url(../images/common/img_footer.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -4rem;
  left: 930px;
  max-width: 281px;
  max-height: 281px;
}
@media screen and (max-width: 768px) {
  footer .inner:after {
    top: 70px;
    right: 0;
    left: auto;
    width: 38vw;
    height: 38vw;
    max-width: 152px;
    max-height: 152px;
  }
}
footer .logo {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .logo {
    margin-bottom: 3rem;
  }
}
footer .logo img {
  max-width: 87px;
}
footer .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  footer .contents {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .contents .data {
    text-align: center;
    margin-top: 4rem;
  }
}
footer .contents .data .tel {
  color: #85415C;
  font-size: 27px;
  margin-top: 5px;
}
footer .nav_footer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 3rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  footer .nav_footer {
    margin-left: 0;
  }
}
footer .nav_footer ul:nth-child(1) {
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  footer .nav_footer ul:nth-child(1) {
    margin-right: 0;
  }
}
footer .nav_footer ul li {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  footer .nav_footer ul li {
    text-align: center;
  }
}
footer .nav_footer ul li a {
  font-size: 15px;
}
footer small {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: right;
  display: block;
  margin-top: 1rem;
}
footer .totop {
  background-color: #85415C;
  width: 61px;
  height: 61px;
  background-color: #85415C;
  background-image: url("../images/common/arrow_btn.svg");
  background-size: 8px 15px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 10;
  cursor: pointer;
}

.home .sec_mv {
  background-image: url(../images/home/mv.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.home .sec_mv img {
  width: 10.57vw;
  position: absolute;
  bottom: 3vw;
  left: 14.2vw;
  max-width: 148px;
}
@media screen and (max-width: 768px) {
  .home .sec_mv img {
    width: 130px;
    left: 40px;
    bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  .home .sec_mv img {
    width: 78px;
    bottom: 30px;
  }
}
.home .sec_home1 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 1016px) {
  .home .sec_home1 {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 13rem;
  }
}
@media screen and (max-height: 1000px) and (min-width: 1015px) {
  .home .sec_home1 {
    height: auto;
    padding-top: 10rem;
    padding-bottom: 13rem;
  }
}
@media screen and (max-width: 479px) {
  .home .sec_home1 {
    padding-top: 2rem;
    padding-bottom: 5rem;
    overflow: hidden;
  }
}
.home .sec_home1 .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 480px;
  margin-bottom: 30%;
}
@media screen and (max-width: 1016px) {
  .home .sec_home1 .flex {
    display: block;
    height: auto;
  }
}
.home .sec_home1 .flex > * {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 1016px) {
  .home .sec_home1 .flex > * {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.home .sec_home1 .flex .catch {
  font-size: 24px;
  margin-left: 3rem;
  margin-right: 2rem;
}
@media screen and (max-width: 1050px) {
  .home .sec_home1 .flex .catch {
    margin-right: 0;
  }
}
@media screen and (max-width: 1016px) {
  .home .sec_home1 .flex .catch {
    margin-left: 0;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 479px) {
  .home .sec_home1 .flex .catch {
    font-size: 19px;
    margin-bottom: 1.5rem;
  }
}
.home .sec_home1 .flex p {
  line-height: 2.2;
}
.home .sec_home1 .flex p:not(:last-of-type) {
  margin-left: 3rem;
}
@media screen and (max-width: 1016px) {
  .home .sec_home1 .flex p:not(:last-of-type) {
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .home .sec_home1 .flex p:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.home .sec_home1:after {
  content: "";
  z-index: 1;
  width: 100%;
  padding-top: 23.7%;
  background-image: url(../images/home/bg_sec_home1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 479px) {
  .home .sec_home1:after {
    width: 130%;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}
.home .sec_home2 h2,
.home .sec_home3 h2 {
  text-align: center;
  font-size: 32px;
  color: #85415C;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 479px) {
  .home .sec_home2 h2,
.home .sec_home3 h2 {
    margin-bottom: 1rem;
    font-size: 26px;
  }
}
.home .sec_home2 {
  position: relative;
  padding-top: 160px;
}
@media screen and (max-width: 479px) {
  .home .sec_home2 {
    display: block;
    padding-top: 3rem;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  .home .sec_home2 .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home .sec_home2 .flex .image {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .home .sec_home2 .flex .image {
    margin-bottom: 2rem;
  }
}
.home .sec_home2 .flex .image img {
  max-width: 365px;
}
.home .sec_home2 .flex .text {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
@media screen and (max-width: 479px) {
  .home .sec_home2 .flex .text {
    margin-bottom: 5rem;
  }
}
.home .sec_home2 .flex .text p {
  font-size: 17px;
}
.home .sec_home2 .flex .text .address {
  margin-top: 2rem;
  font-size: 17px;
}
.home .sec_home2 .flex .text .btn {
  margin-top: 10px;
  margin-bottom: 30px;
}
.home .sec_home2 .flex .text .btn a {
  background-color: #993366;
}
.home .sec_home2 .flex .text h3 {
  color: #85415C;
  font-size: 18px;
  margin-bottom: 1rem;
}
.home .sec_home2 .thums {
  margin-top: 150px;
}
@media screen and (max-width: 479px) {
  .home .sec_home2 .thums {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
.home .sec_home2 .thums > div {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
}
.home .sec_home2 .thums > div:not(:last-child) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 479px) {
  .home .sec_home2 .thums > div:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 479px) {
  .home .sec_home2 .thums > div {
    border-bottom: 1px solid #fff;
  }
  .home .sec_home2 .thums > div:not(:nth-child(3n)) {
    border-right: 1px solid #fff;
  }
}
.home .sec_home3 {
  padding-top: 140px;
  margin-bottom: 11rem;
}
@media screen and (max-width: 479px) {
  .home .sec_home3 {
    padding-top: 4rem;
    margin-bottom: 5rem;
  }
}
.home .sec_home3 .flex {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .home .sec_home3 .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home .sec_home3 .flex .box {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}
@media screen and (max-width: 768px) {
  .home .sec_home3 .flex .box {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width: 479px) {
  .home .sec_home3 .flex .box {
    margin-bottom: 1rem;
  }
}
.home .sec_home3 .flex .box a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.home .sec_home3 .flex .box a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 479px) {
  .home .sec_home3 .flex .box a .flex_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  .home .sec_home3 .flex .box a .flex_sp > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 479px) {
  .home .sec_home3 .flex .box a .flex_sp > div:nth-child(2) {
    margin-left: 10px;
  }
}
.home .sec_home3 .flex .box .thum {
  padding-top: 83%;
  background-size: cover;
  background-position: center;
}
.home .sec_home3 .flex .box .data {
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 10px;
}
@media screen and (max-width: 479px) {
  .home .sec_home3 .flex .box .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
.home .sec_home3 .flex .box .data .date {
  color: #717071;
}
.home .sec_home3 .flex .box .data .category {
  padding: 0 10px;
}
@media screen and (max-width: 479px) {
  .home .sec_home3 .flex .box .data .category {
    padding: 0 5px;
  }
}
.home .sec_home3 .flex .box .data .category.news {
  background-color: #EADFCE;
}
.home .sec_home3 .flex .box .data .category.blog {
  background-color: #9CC0AF;
}
.home .sec_home3 .btn a {
  margin-left: auto;
  margin-right: auto;
}
.home .sec_home4 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 479px) {
  .home .sec_home4 {
    padding-bottom: 5rem;
  }
}
.home .sec_home4 .box1 {
  height: 311px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.7rem;
  padding-right: 50px;
}
@media screen and (max-width: 1190px) {
  .home .sec_home4 .box1 {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 479px) {
  .home .sec_home4 .box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home .sec_home4 .box1 p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-left: 20px;
  line-height: 2.2;
  font-size: 17px;
}
@media screen and (max-width: 1190px) {
  .home .sec_home4 .box1 p {
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-left: 0;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 479px) {
  .home .sec_home4 .box1 p {
    margin-top: 2rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.home .sec_home4 .box1 div {
  margin-right: 20px;
}
@media screen and (max-width: 1190px) {
  .home .sec_home4 .box1 div:nth-of-type(1) {
    -ms-flex-preferred-size: 37.6%;
        flex-basis: 37.6%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1190px) {
  .home .sec_home4 .box1 div:nth-of-type(2) {
    -ms-flex-preferred-size: 60.6%;
        flex-basis: 60.6%;
    margin-right: 0;
  }
}
.home .sec_home4 .box1 img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1190px) {
  .home .sec_home4 .box1 img {
    width: 100%;
    height: auto;
  }
}
.home .sec_home4 .box2 {
  height: 311px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1044px) {
  .home .sec_home4 .box2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  .home .sec_home4 .box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home .sec_home4 .box2 img {
  height: 100%;
  width: auto;
}
.home .sec_home4 .box2 > div {
  margin-left: 20px;
}
@media screen and (max-width: 1044px) {
  .home .sec_home4 .box2 > div {
    margin-left: 0;
  }
  .home .sec_home4 .box2 > div img {
    width: 100%;
  }
  .home .sec_home4 .box2 > div:nth-child(1) {
    -ms-flex-preferred-size: 29.89%;
        flex-basis: 29.89%;
  }
}
@media screen and (max-width: 1044px) and (max-width: 479px) {
  .home .sec_home4 .box2 > div:nth-child(1) {
    -ms-flex-preferred-size: 53.75%;
        flex-basis: 53.75%;
  }
}
@media screen and (max-width: 1044px) {
  .home .sec_home4 .box2 > div:nth-child(2) {
    -ms-flex-preferred-size: 23.56%;
        flex-basis: 23.56%;
  }
}
@media screen and (max-width: 1044px) and (max-width: 479px) {
  .home .sec_home4 .box2 > div:nth-child(2) {
    -ms-flex-preferred-size: 42.5%;
        flex-basis: 42.5%;
  }
}
@media screen and (max-width: 1044px) {
  .home .sec_home4 .box2 > div:nth-child(3) {
    -ms-flex-preferred-size: 42.81%;
        flex-basis: 42.81%;
  }
}
@media screen and (max-width: 1044px) and (max-width: 479px) {
  .home .sec_home4 .box2 > div:nth-child(3) {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 3.75%;
  }
}
.home .sec_home5 {
  background-color: #EEEBE4;
  padding-top: 6rem;
  padding-bottom: 4.125rem;
}
@media screen and (max-width: 479px) {
  .home .sec_home5 {
    padding-top: 3rem;
  }
}
.home .sec_home5 h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #85415C;
  font-size: 32px;
  margin-right: 5rem;
}
@media screen and (max-width: 479px) {
  .home .sec_home5 h2 {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
    margin-right: 0;
    font-size: 26px;
    margin-bottom: 2rem;
  }
}
.home .sec_home5 .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home .sec_home5 .contents .thums {
  margin-bottom: 3rem;
}
@media screen and (max-width: 479px) {
  .home .sec_home5 .contents .thums {
    width: 64vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .sec_home5 .contents .thums > div {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.home .sec_home5 .contents .thums > div:hover {
  opacity: 0.8;
}
@media screen and (max-width: 479px) {
  .home .sec_home5 .contents .thums > div {
    margin-bottom: 20px;
  }
}
.home .sec_home5 .contents .thums > div h3 {
  position: absolute;
  text-align: center;
  font-size: 24px;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(35, 24, 21, 0.7);
}
.home .sec_home5 .contents .thums .thum {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}
.home .sec_home5 .contents p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2rem;
}
@media screen and (max-width: 479px) {
  .home .sec_home5 .contents p {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.home .sec_home5 .contents .btn {
  -ms-flex-preferred-size: 287px;
      flex-basis: 287px;
}
.home .sec_onlineshop {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 479px) {
  .home .sec_onlineshop {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.home .sec_home7 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: url("../images/home/bg_sec_home7.jpg");
  background-position: center;
  background-size: cover;
  padding-top: 11rem;
  padding-bottom: 11rem;
  text-align: center;
  font-size: 69px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.home .sec_home7 a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 479px) {
  .home .sec_home7 a {
    padding: 6.4rem 0;
    background-image: url("../images/home/bg_sec_home7_sp.jpg");
  }
}
@media screen and (max-width: 479px) {
  .home .sec_home7 a h2 {
    font-size: 45px;
  }
}
.home .sec_home8 {
  padding-top: 6rem;
}
@media screen and (max-width: 479px) {
  .home .sec_home8 {
    padding-top: 3rem;
  }
}
.home .sec_home8 p {
  font-size: 17px;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .home .sec_home8 p {
    text-align: center;
  }
}
.home .sec_home8 .btn a {
  margin-left: auto;
  margin-right: auto;
}
.home .sec_home8 .map {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.25rem;
}
@media screen and (max-width: 479px) {
  .home .sec_home8 .map {
    margin-top: 3rem;
  }
}
.home .sec_home8 .map .wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 43.3333%;
  position: relative;
}
@media screen and (max-width: 479px) {
  .home .sec_home8 .map .wrap {
    padding-top: 108.3%;
  }
}
.home .sec_home8 .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.sec_contact {
  background-color: #EEEBE4;
  padding: 3rem;
}
@media screen and (max-width: 479px) {
  .sec_contact {
    padding: 2rem 0px 3rem 0;
  }
}
.sec_contact p {
  font-size: 16px;
  line-height: 2.2;
}
.sec_contact .btn {
  margin-top: 1rem;
}
.sec_contact .btn a {
  margin-left: auto;
  margin-right: auto;
}

.sec_onlineshop {
  padding-top: 6rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 479px) {
  .sec_onlineshop {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.sec_onlineshop a {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  border: 6px solid #85415C;
  background-image: url(../images/home/bg_bnr_sec6.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 12.5rem;
  color: #fff;
  font-size: 29px;
  text-align: right;
  padding-right: 80px;
  padding-bottom: 5px;
  margin-bottom: 1rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
}
@media screen and (max-width: 479px) {
  .sec_onlineshop a {
    background-image: url(../images/home/bg_bnr_sec6_sp.jpg);
    padding: 10rem 60px 10px 20px;
    font-size: 21px;
  }
}
.sec_onlineshop a:after {
  content: "";
  width: 61px;
  height: 61px;
  background-color: #85415C;
  background-image: url("../images/common/arrow_btn.svg");
  background-size: 8px 15px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -6px;
  right: -6px;
}
@media screen and (max-width: 479px) {
  .sec_onlineshop a:after {
    width: 48px;
    height: 48px;
  }
}
.sec_onlineshop a:hover {
  opacity: 0.8;
}
.sec_onlineshop p {
  text-align: center;
  font-size: 17px;
}

.breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 479px) {
  .breadcrumb {
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li:not(:last-child):after {
  content: "＞";
  display: inline-block;
  font-size: 14px;
  margin: 0 0.4rem 0 0.6rem;
}
.breadcrumb ul li:last-child a {
  pointer-events: none;
}
@media screen and (max-width: 479px) {
  .breadcrumb ul li a {
    font-size: 15px;
  }
}

.page footer,
.archive footer,
.single footer {
  margin-top: 2rem;
}
@media screen and (max-width: 479px) {
  .page footer,
.archive footer,
.single footer {
    margin-top: 0;
  }
}
.page .wp-pagenavi,
.archive .wp-pagenavi,
.single .wp-pagenavi {
  margin-top: 3.125rem;
  text-align: center;
}
.page .wp-pagenavi .pages,
.archive .wp-pagenavi .pages,
.single .wp-pagenavi .pages {
  display: none;
}
.page .wp-pagenavi a,
.page .wp-pagenavi span,
.archive .wp-pagenavi a,
.archive .wp-pagenavi span,
.single .wp-pagenavi a,
.single .wp-pagenavi span {
  background-color: #B0B0B1;
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  margin: 0 7px;
  display: inline-block;
  margin-bottom: 20px;
}
.page .wp-pagenavi a,
.archive .wp-pagenavi a,
.single .wp-pagenavi a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page .wp-pagenavi a:hover,
.archive .wp-pagenavi a:hover,
.single .wp-pagenavi a:hover {
  background-color: #a27587;
}
.page .wp-pagenavi span.current,
.archive .wp-pagenavi span.current,
.single .wp-pagenavi span.current {
  background-color: #85415C;
  color: #fff;
}
.page .wp-pagenavi .previouspostslink,
.page .wp-pagenavi .nextpostslink,
.archive .wp-pagenavi .previouspostslink,
.archive .wp-pagenavi .nextpostslink,
.single .wp-pagenavi .previouspostslink,
.single .wp-pagenavi .nextpostslink {
  width: 7px;
  height: 50px;
  background-size: 7px 14px;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  vertical-align: bottom;
}
.page .wp-pagenavi .previouspostslink:hover,
.page .wp-pagenavi .nextpostslink:hover,
.archive .wp-pagenavi .previouspostslink:hover,
.archive .wp-pagenavi .nextpostslink:hover,
.single .wp-pagenavi .previouspostslink:hover,
.single .wp-pagenavi .nextpostslink:hover {
  background-color: transparent;
}
.page .wp-pagenavi .previouspostslink,
.archive .wp-pagenavi .previouspostslink,
.single .wp-pagenavi .previouspostslink {
  background-color: transparent;
  background-image: url(../images/common/arrow_pager_prev.svg);
  margin-right: 10px;
}
.page .wp-pagenavi .nextpostslink,
.archive .wp-pagenavi .nextpostslink,
.single .wp-pagenavi .nextpostslink {
  background-color: transparent;
  background-image: url(../images/common/arrow_pager_next.svg);
  margin-left: 10px;
}

.page-shop .sec_mv {
  background-image: url(../images/shop/mv.jpg);
  padding-top: 56.7%;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 1401px) {
  .page-shop .sec_mv {
    height: 793px;
    padding-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .page-shop .sec_mv {
    height: 217px;
    margin-bottom: 4rem;
  }
}
.page-shop .sec_mv h2 {
  width: 138px;
  background-color: rgba(234, 234, 235, 0.6);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 24px;
  text-align: center;
  padding: 35px 0;
}
@media screen and (max-width: 479px) {
  .page-shop .sec_mv h2 {
    font-size: 15px;
    width: 116px;
    padding: 15px 0;
    bottom: -39px;
  }
}
.page-shop .sec_mv h2 span {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 479px) {
  .page-shop .sec_mv h2 span {
    font-size: 13px;
  }
}
.page-shop .sec01 .flex .text {
  -ms-flex-preferred-size: 64.4%;
      flex-basis: 64.4%;
}
.page-shop .sec01 .flex .image {
  -ms-flex-preferred-size: 32.4%;
      flex-basis: 32.4%;
}
.page-shop .sec01 .flex .image img {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
@media screen and (max-width: 479px) {
  .page-shop .sec01 .flex .image img {
    -webkit-transform: none;
            transform: none;
    width: 47.25vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.page-shop .sec01 .flex .image .name {
  text-align: right;
  font-size: 20px;
  margin-top: 1rem;
}
.page-shop .sec01 .catch {
  font-size: 24px;
  margin-bottom: 2.5rem;
}
.page-shop .sec01 p {
  margin-bottom: 3rem;
  font-size: 16px;
  line-height: 2.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 479px) {
  .page-shop .sec01 p {
    margin-bottom: 1rem;
  }
}
.page-shop .sec01 .profile {
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 479px) {
  .page-shop .sec01 .profile {
    margin-top: 1rem;
  }
}
.page-shop .sec01 .thums {
  margin-top: 9rem;
}
@media screen and (max-width: 479px) {
  .page-shop .sec01 .thums {
    margin-top: 3rem;
  }
}
.page-shop .sec01 .thums > div {
  -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
}
.page-shop .sec01 .thums > div:not(:last-child) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 479px) {
  .page-shop .sec01 .thums > div {
    border-right: none !important;
    border-bottom: 1px solid #fff;
  }
}
.page-shop .sec02 {
  padding-top: 5rem;
}
@media screen and (max-width: 479px) {
  .page-shop .sec02 {
    padding-top: 3rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 479px) {
  .page-shop .sec02 .line {
    width: 139vw;
    -webkit-transform: translateX(-19.5vw) translateX(-20px);
            transform: translateX(-19.5vw) translateX(-20px);
    margin-bottom: 2.5rem;
  }
}
.page-shop .sec02 h3 {
  font-size: 37px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .page-shop .sec02 h3 {
    font-size: 32px;
  }
}
.page-shop .sec02 .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-shop .sec02 .flex .box {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 479px) {
  .page-shop .sec02 .flex .box {
    margin-bottom: 3rem;
  }
}
.page-shop .sec02 .flex .box h4 {
  font-size: 21px;
  color: #85415C;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 479px) {
  .page-shop .sec02 .flex .box h4 {
    margin-top: 1.5rem;
  }
}
.page-shop .sec02 .flex .box p {
  line-height: 2.2;
}
.page-shop .sec02 .flex .box .btn {
  margin-top: 1.5rem;
}
@media screen and (max-width: 479px) {
  .page-shop .sec02 .flex .box .btn {
    max-width: 232px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-shop .sec02 .flex .box .btn a {
    max-width: 100%;
  }
}
.page-shop .sec02 .kotabi {
  background-color: #EEEBE4;
  padding: 2rem 3.125rem;
  margin-bottom: 8.125rem;
}
@media screen and (max-width: 479px) {
  .page-shop .sec02 .kotabi {
    padding: 1rem 20px;
    margin-bottom: 30px;
  }
}
.page-shop .sec02 .kotabi h4 {
  font-size: 21px;
  color: #85415C;
  margin-bottom: 2rem;
}
@media screen and (max-width: 479px) {
  .page-shop .sec02 .kotabi h4 {
    font-size: 19px;
    margin-bottom: 1rem;
  }
}
.page-shop .sec02 .kotabi p {
  line-height: 2.2;
  letter-spacing: -0.3px;
}

/* 共通
----------------------------------------*/
/* アーカイブ
----------------------------------------*/
.post-type-archive-gallery,
.single-gallery {
  margin-top: 80px;
}
@media screen and (max-width: 479px) {
  .post-type-archive-gallery,
.single-gallery {
    margin-top: 50px;
  }
}
@media screen and (max-width: 479px) {
  .post-type-archive-gallery .breadcrumb,
.single-gallery .breadcrumb {
    margin-bottom: 1.5rem;
  }
}
.post-type-archive-gallery .sec_mv,
.single-gallery .sec_mv {
  background-image: url(../images/gallery/mv.jpg);
  background-size: cover;
  background-position: center;
  padding: 61px 0;
}
@media screen and (max-width: 479px) {
  .post-type-archive-gallery .sec_mv,
.single-gallery .sec_mv {
    padding: 80px 0;
  }
}
.post-type-archive-gallery .sec_mv h2,
.single-gallery .sec_mv h2 {
  color: #fff;
  font-size: 62px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .post-type-archive-gallery .sec_mv h2,
.single-gallery .sec_mv h2 {
    font-size: 40px;
  }
}
.post-type-archive-gallery .sec_mv h2 span,
.single-gallery .sec_mv h2 span {
  font-size: 18px;
  display: block;
}
.post-type-archive-gallery .sec01,
.single-gallery .sec01 {
  padding-bottom: 2.5rem;
}
.post-type-archive-gallery .sec01 .flex,
.single-gallery .sec01 .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-gallery .sec01 .flex figure,
.single-gallery .sec01 .flex figure {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 479px) {
  .post-type-archive-gallery .sec01 .flex figure,
.single-gallery .sec01 .flex figure {
    margin-bottom: 2rem;
  }
}
.post-type-archive-gallery .sec01 .flex figure a,
.single-gallery .sec01 .flex figure a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-type-archive-gallery .sec01 .flex figure a:hover .wrap > div,
.single-gallery .sec01 .flex figure a:hover .wrap > div {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-gallery .sec01 .flex figure .wrap,
.single-gallery .sec01 .flex figure .wrap {
  position: relative;
  overflow: hidden;
}
.post-type-archive-gallery .sec01 .flex figure .wrap:after,
.single-gallery .sec01 .flex figure .wrap:after {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #85415C;
  background-image: url(../images/common/arrow_btn.svg);
  background-position: center;
  background-size: 7px 14px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
.post-type-archive-gallery .sec01 .flex figure .wrap > div,
.single-gallery .sec01 .flex figure .wrap > div {
  position: relative;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.post-type-archive-gallery .sec01 .flex figure .thum,
.single-gallery .sec01 .flex figure .thum {
  padding-top: 66.6666%;
  background-size: cover;
  background-position: center;
}
.post-type-archive-gallery .sec01 .flex figure figcaption,
.single-gallery .sec01 .flex figure figcaption {
  text-align: center;
  font-size: 18px;
  margin-top: 0.8rem;
}

/* 個別
----------------------------------------*/
.single-gallery .sec_mv {
  position: relative;
}
.single-gallery .sec_mv h2 {
  position: relative;
  z-index: 1;
}
.single-gallery .sec_mv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 24, 21, 0.5);
}
.single-gallery .slider_outer2 {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 479px) {
  .single-gallery .slider_outer2 {
    display: block;
  }
}
.single-gallery .slider_outer2 .slide-item .wrap {
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #EAEAEB;
  cursor: pointer;
}
.single-gallery .slider_outer2 .contents {
  width: 86.7%;
}
@media screen and (max-width: 479px) {
  .single-gallery .slider_outer2 .contents {
    width: 100%;
  }
}
.single-gallery .slider_outer2 .contents .description {
  margin-top: 1rem;
  line-height: 2.2;
}
.single-gallery .slider_outer2 .slick-track {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
}
.single-gallery .slider_outer2 .thumb1_2 {
  width: 10%;
  height: auto;
  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;
}
@media screen and (max-width: 479px) {
  .single-gallery .slider_outer2 .thumb1_2 {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 1rem;
  }
}
.single-gallery .slider_outer2 .thumbnail-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.single-gallery .slider_outer2 .thumbnail-item:not(:nth-child(4n)) {
  margin-right: 3.333333%;
}
@media screen and (max-width: 479px) {
  .single-gallery .slider_outer2 .thumbnail-item {
    -ms-flex-preferred-size: 22.5%;
        flex-basis: 22.5%;
  }
}
.single-gallery .slider_outer2 .thumbnail-item .wrap {
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #EAEAEB;
}
.single-gallery .slider_outer2 .thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.single-gallery .slider_outer2 .thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.single-gallery .slider_outer2 .thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}
.single-gallery .pager {
  margin-top: 6rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 479px) {
  .single-gallery .pager {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 479px) {
  .single-gallery .pager .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-gallery .pager .flex .prev,
.single-gallery .pager .flex .next {
  -ms-flex-preferred-size: 152px;
      flex-basis: 152px;
}
@media screen and (max-width: 479px) {
  .single-gallery .pager .flex .next a {
    padding-left: 20px;
  }
}
.single-gallery .pager .flex .prev a {
  background-image: url("../images/common/arrow_btn_back.svg");
  background-position: center left 20px;
  text-align: right;
}
@media screen and (max-width: 479px) {
  .single-gallery .pager .flex .prev a {
    padding-right: 20px;
  }
}
.single-gallery .new_gallery {
  background-color: #231815;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.single-gallery .new_gallery h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 479px) {
  .single-gallery .new_gallery h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 479px) {
  .single-gallery .new_gallery .flex {
    width: 75.75vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-gallery .new_gallery .flex > div {
  -ms-flex-preferred-size: 30.3%;
      flex-basis: 30.3%;
}
@media screen and (max-width: 479px) {
  .single-gallery .new_gallery .flex > div {
    margin-bottom: 1.5rem;
  }
}
.single-gallery .new_gallery .flex > div a .wrap {
  overflow: hidden;
  position: relative;
}
.single-gallery .new_gallery .flex > div a .wrap:after {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #85415C;
  background-image: url(../images/common/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 14px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.single-gallery .new_gallery .flex > div a .wrap > div {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.single-gallery .new_gallery .flex > div a:hover .wrap > div {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-gallery .new_gallery .flex > div .thum {
  padding-top: 66.66666%;
  background-position: center;
  background-size: cover;
}
.single-gallery .new_gallery .flex > div h4 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin-top: 1rem;
}
.single-gallery .new_gallery .btn {
  margin-top: 3rem;
}
.single-gallery .new_gallery .btn a {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 479px) {
  .single-gallery .new_gallery .btn a {
    max-width: 246px;
  }
}
.single-gallery .modaal-container {
  max-width: 1200px;
}
.single-gallery .modaal-container img {
  max-height: 100%;
}

.post-type-archive-post,
.archive.category,
.single-post {
  margin-top: 80px;
}
@media screen and (max-width: 479px) {
  .post-type-archive-post,
.archive.category,
.single-post {
    margin-top: 50px;
  }
}
.post-type-archive-post .sec_articles,
.archive.category .sec_articles,
.single-post .sec_articles {
  padding-bottom: 5rem;
}
.post-type-archive-post h2,
.archive.category h2,
.single-post h2 {
  color: #85415C;
  text-align: center;
  font-size: 32px;
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 820px) {
  .post-type-archive-post h2,
.archive.category h2,
.single-post h2 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 479px) {
  .post-type-archive-post h2,
.archive.category h2,
.single-post h2 {
    font-size: 26px;
    margin-top: 2rem;
  }
}
.post-type-archive-post h2 ul,
.archive.category h2 ul,
.single-post h2 ul {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .post-type-archive-post h2 ul,
.archive.category h2 ul,
.single-post h2 ul {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 479px) {
  .post-type-archive-post h2 ul,
.archive.category h2 ul,
.single-post h2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.post-type-archive-post h2 ul li,
.archive.category h2 ul li,
.single-post h2 ul li {
  width: 100px;
  height: 100px;
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .post-type-archive-post h2 ul li,
.archive.category h2 ul li,
.single-post h2 ul li {
    -ms-flex-preferred-size: 46.875%;
        flex-basis: 46.875%;
    height: auto;
  }
}
.post-type-archive-post h2 ul li a,
.archive.category h2 ul li a,
.single-post h2 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  font-size: 15px;
}
@media screen and (max-width: 479px) {
  .post-type-archive-post h2 ul li a,
.archive.category h2 ul li a,
.single-post h2 ul li a {
    border-radius: 0;
    padding: 10px;
  }
}
.post-type-archive-post h2 ul li a span,
.archive.category h2 ul li a span,
.single-post h2 ul li a span {
  line-height: 1.4;
}
.post-type-archive-post h2 ul li.news a,
.archive.category h2 ul li.news a,
.single-post h2 ul li.news a {
  background-color: #EADFCE;
}
.post-type-archive-post h2 ul li.blog a,
.archive.category h2 ul li.blog a,
.single-post h2 ul li.blog a {
  background-color: #9CC0AF;
}
.post-type-archive-post .articles,
.archive.category .articles,
.single-post .articles {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.post-type-archive-post .articles article,
.archive.category .articles article,
.single-post .articles article {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .post-type-archive-post .articles article,
.archive.category .articles article,
.single-post .articles article {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width: 479px) {
  .post-type-archive-post .articles article,
.archive.category .articles article,
.single-post .articles article {
    margin-bottom: 1rem;
  }
}
.post-type-archive-post .articles article:not(:nth-child(4n)),
.archive.category .articles article:not(:nth-child(4n)),
.single-post .articles article:not(:nth-child(4n)) {
  margin-right: 2.666666%;
}
@media screen and (max-width: 768px) {
  .post-type-archive-post .articles article:not(:nth-child(4n)),
.archive.category .articles article:not(:nth-child(4n)),
.single-post .articles article:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .post-type-archive-post .articles article:not(:nth-child(4n)),
.archive.category .articles article:not(:nth-child(4n)),
.single-post .articles article:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-post .articles article:nth-child(2n),
.archive.category .articles article:nth-child(2n),
.single-post .articles article:nth-child(2n) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 479px) {
  .post-type-archive-post .articles article:nth-child(2n),
.archive.category .articles article:nth-child(2n),
.single-post .articles article:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .post-type-archive-post .articles article .flex_sp,
.archive.category .articles article .flex_sp,
.single-post .articles article .flex_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  .post-type-archive-post .articles article .flex_sp .wrap,
.archive.category .articles article .flex_sp .wrap,
.single-post .articles article .flex_sp .wrap {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 479px) {
  .post-type-archive-post .articles article .flex_sp .sp_wrap,
.archive.category .articles article .flex_sp .sp_wrap,
.single-post .articles article .flex_sp .sp_wrap {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-left: 10px;
  }
}
.post-type-archive-post .articles article .thum,
.archive.category .articles article .thum,
.single-post .articles article .thum {
  padding-top: 83.4%;
  background-position: center;
  background-size: cover;
}
.post-type-archive-post .articles article .data,
.archive.category .articles article .data,
.single-post .articles article .data {
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .post-type-archive-post .articles article .data,
.archive.category .articles article .data,
.single-post .articles article .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
.post-type-archive-post .articles article .data .date,
.archive.category .articles article .data .date,
.single-post .articles article .data .date {
  color: #717071;
}
.post-type-archive-post .articles article .data .category,
.archive.category .articles article .data .category,
.single-post .articles article .data .category {
  padding: 0 10px;
}
.post-type-archive-post .articles article .data .category.news,
.archive.category .articles article .data .category.news,
.single-post .articles article .data .category.news {
  background-color: #EADFCE;
}
.post-type-archive-post .articles article .data .category.blog,
.archive.category .articles article .data .category.blog,
.single-post .articles article .data .category.blog {
  background-color: #9CC0AF;
}
.post-type-archive-post .articles article h3,
.archive.category .articles article h3,
.single-post .articles article h3 {
  font-size: 16px;
}

@media screen and (max-width: 479px) {
  .single-post .sec_articles {
    padding-bottom: 3rem;
  }
}
.single-post article {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  /* 画像 */
  /* 見出し */
  /* 囲みテキスト */
  /* PDF */
  /* Youtube */
  /* Table */
  /* 関連記事 */
  /* テキストボタン */
  /* リスト */
  /* インスタ投稿 */
}
.single-post article .data {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 479px) {
  .single-post article .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-post article .data .category {
  padding: 0 5px;
  font-size: 15px;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}
.single-post article .data .category.news {
  background-color: #EADFCE;
}
.single-post article .data .category.blog {
  background-color: #9CC0AF;
}
.single-post article h3.title {
  font-size: 22px;
  margin-bottom: 1.5rem;
  color: #231815;
  border-left: none;
  padding-left: 0;
  border: none;
  margin-top: 0;
}
.single-post article .eyecatch {
  margin-bottom: 2rem;
}
.single-post article .caption {
  font-size: 14px;
  margin-top: 10px;
}
.single-post article .image_l,
.single-post article .image_m,
.single-post article .image_s,
.single-post article .v_image {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .single-post article .image_l,
.single-post article .image_m,
.single-post article .image_s,
.single-post article .v_image {
    margin-bottom: 20px;
  }
}
.single-post article .image_l img,
.single-post article .image_m img,
.single-post article .image_s img,
.single-post article .v_image img {
  width: 100%;
}
.single-post article .image_l.vertically_long_outer {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 479px) {
  .single-post article .image_l.vertically_long_outer {
    width: 70.25vw;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
}
@media screen and (max-width: 479px) {
  .single-post article .image_l.horizontally_long_outer {
    width: 100vw;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.single-post article .image_m,
.single-post article .image_s {
  margin-left: auto;
  margin-right: auto;
}
.single-post article .image_m {
  width: 48.6%;
}
@media screen and (max-width: 479px) {
  .single-post article .image_m {
    width: 70.25vw;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
}
.single-post article .image_s {
  width: 47%;
}
.single-post article .v_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .single-post article .v_image {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .single-post article .v_image {
    width: 70.25vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-post article .v_image > div {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
@media screen and (max-width: 768px) {
  .single-post article .v_image > div {
    margin-bottom: 20px;
  }
}
.single-post article .v_image > div .img {
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F8F1E5;
}
.single-post article h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .single-post article h1 {
    font-size: 19px;
  }
}
.single-post article h1 span {
  color: #85415C;
  line-height: 2;
}
.single-post article h2 {
  margin-top: 40px;
  margin-bottom: 30px;
  color: #0F0300;
  font-size: 19px;
  font-weight: 600;
  border-left: 10px solid #85415C;
  text-align: left;
  padding: 0px 14px;
}
@media screen and (max-width: 768px) {
  .single-post article h2 {
    font-size: 18px;
  }
}
.single-post article h3 {
  border-top: 1px solid #85415C;
  border-bottom: 1px solid #85415C;
  font-size: 18px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #85415C;
  padding-top: 7px;
  padding-bottom: 7px;
}
.single-post article h4 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
  background-color: #F7F7F7;
  padding: 15px 20px;
  margin-bottom: 40px;
  line-height: 2;
}
.single-post article p {
  line-height: 2.2;
  margin-bottom: 40px;
}
.single-post article p:empty {
  display: none;
}
.single-post article p a {
  color: #85415C;
  text-decoration: underline;
}
.single-post article p.surround {
  border: 1px solid #6cac68;
  padding: 20px;
}
.single-post article .pdf {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.single-post article .pdf a {
  position: relative;
  text-decoration: none;
  color: #85415C;
  font-weight: normal;
  text-decoration: underline;
}
.single-post article .pdf a img {
  max-width: 100%;
  height: auto;
}
.single-post article .pdf a:hover {
  text-decoration: none;
}
.single-post article .pdf p {
  position: relative;
}
.single-post article .pdf p:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../images/info/icon_pdf.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-post article .yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 40px;
}
.single-post article .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 479px) {
  .single-post article .scroll {
    white-space: nowrap;
    overflow: scroll;
  }
}
.single-post article .flex_table {
  margin-bottom: 40px;
}
.single-post article .flex_table table {
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .single-post article .flex_table table {
    width: 800px;
  }
}
.single-post article .flex_table table thead th {
  background-color: #F6F5F3;
  font-weight: normal;
}
.single-post article .flex_table th,
.single-post article .flex_table td {
  border: 1px solid #D1CCCA;
  font-size: 15px;
  padding: 15px;
  min-width: 30%;
  background-color: #fff;
}
@media screen and (max-width: 479px) {
  .single-post article .flex_table th,
.single-post article .flex_table td {
    white-space: normal;
  }
}
.single-post article .wp-embedded-content {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.single-post article .text_btn {
  background-color: #85415C;
  color: #fff;
  text-align: center;
  padding: 15px 40px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  max-width: 465px;
}
.single-post article .text_btn:before {
  background-image: url(../images/news/arrow1.svg);
  right: 20px;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 10px;
  height: 16px;
}
.single-post article .text_btn:hover {
  opacity: 0.8;
}
.single-post article .flex_list {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.single-post article .flex_list li {
  margin-bottom: 10px;
  line-height: 2;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.single-post article .flex_list li:before {
  content: "●";
  color: #d27b18;
  display: inline;
}
.single-post article .insta {
  margin-bottom: 60px;
  margin-top: 80px;
}
@media screen and (max-width: 479px) {
  .single-post article .insta {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
.single-post article .insta iframe {
  margin-left: auto !important;
  margin-right: auto !important;
}
.single-post .pager {
  margin-top: 3rem;
}
@media screen and (max-width: 479px) {
  .single-post .pager .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-post .pager .flex .prev,
.single-post .pager .flex .next {
  -ms-flex-preferred-size: 152px;
      flex-basis: 152px;
}
@media screen and (max-width: 479px) {
  .single-post .pager .flex .prev,
.single-post .pager .flex .next {
    -ms-flex-preferred-size: 128px;
        flex-basis: 128px;
  }
}
@media screen and (max-width: 479px) {
  .single-post .pager .flex .next a {
    padding-left: 20px;
    background-position: center right 12px;
  }
}
.single-post .pager .flex .prev a {
  background-image: url("../images/common/arrow_btn_back.svg");
  background-position: center left 20px;
  text-align: right;
}
@media screen and (max-width: 479px) {
  .single-post .pager .flex .prev a {
    padding-right: 20px;
    ackground-position: center left 12px;
  }
}

.page-contact,
.page-confirm,
.page-thanks {
  margin-top: 80px;
}
@media screen and (max-width: 479px) {
  .page-contact,
.page-confirm,
.page-thanks {
    margin-top: 50px;
  }
}
.page-contact .req,
.page-confirm .req,
.page-thanks .req {
  color: #85415C;
}
.page-contact h2,
.page-confirm h2,
.page-thanks h2 {
  color: #85415C;
  text-align: center;
  font-size: 32px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 479px) {
  .page-contact h2,
.page-confirm h2,
.page-thanks h2 {
    font-size: 26px;
    margin-top: 2rem;
  }
}
.page-contact p.center,
.page-confirm p.center,
.page-thanks p.center {
  text-align: center;
  line-height: 2;
}
.page-contact .tel,
.page-confirm .tel,
.page-thanks .tel {
  font-size: 27px;
  color: #85415C;
  text-align: center;
  margin-top: 3rem;
}
.page-contact .open,
.page-confirm .open,
.page-thanks .open {
  font-size: 15px;
  text-align: center;
}
.page-contact .form_wrap h3,
.page-confirm .form_wrap h3,
.page-thanks .form_wrap h3 {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.page-contact .form_wrap h3 span,
.page-confirm .form_wrap h3 span,
.page-thanks .form_wrap h3 span {
  font-size: 23px;
  color: #85415C;
  border: 1px solid #85415C;
  padding: 10px;
  display: inline-block;
  font-weight: normal;
}
.page-contact .form_wrap table,
.page-confirm .form_wrap table,
.page-thanks .form_wrap table {
  width: 100%;
}
.page-contact .form_wrap table tr.v_top th,
.page-confirm .form_wrap table tr.v_top th,
.page-thanks .form_wrap table tr.v_top th {
  vertical-align: top;
}
.page-contact .form_wrap table tr.v_top td .require,
.page-confirm .form_wrap table tr.v_top td .require,
.page-thanks .form_wrap table tr.v_top td .require {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-contact .form_wrap table th,
.page-contact .form_wrap table td,
.page-confirm .form_wrap table th,
.page-confirm .form_wrap table td,
.page-thanks .form_wrap table th,
.page-thanks .form_wrap table td {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .page-contact .form_wrap table th,
.page-contact .form_wrap table td,
.page-confirm .form_wrap table th,
.page-confirm .form_wrap table td,
.page-thanks .form_wrap table th,
.page-thanks .form_wrap table td {
    display: block;
  }
}
.page-contact .form_wrap table th,
.page-confirm .form_wrap table th,
.page-thanks .form_wrap table th {
  border-top: 1px solid #85415C;
  border-right: 18px solid #fff;
  white-space: nowrap;
  width: 208px;
  vertical-align: middle;
}
@media screen and (max-width: 479px) {
  .page-contact .form_wrap table th,
.page-confirm .form_wrap table th,
.page-thanks .form_wrap table th {
    border-right: none;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
  }
}
.page-contact .form_wrap table td,
.page-confirm .form_wrap table td,
.page-thanks .form_wrap table td {
  border-top: 1px dotted #B3B3B4;
}
@media screen and (max-width: 479px) {
  .page-contact .form_wrap table td,
.page-confirm .form_wrap table td,
.page-thanks .form_wrap table td {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-contact .form_wrap table td .flex,
.page-confirm .form_wrap table td .flex,
.page-thanks .form_wrap table td .flex {
    display: block;
  }
}
.page-contact .form_wrap table td .flex .require,
.page-confirm .form_wrap table td .flex .require,
.page-thanks .form_wrap table td .flex .require {
  -ms-flex-preferred-size: 124px;
      flex-basis: 124px;
  margin-right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-contact .form_wrap table td .flex .require .req,
.page-confirm .form_wrap table td .flex .require .req,
.page-thanks .form_wrap table td .flex .require .req {
  width: 59px;
  background-color: #85415C;
  color: #fff;
  font-size: 17px;
  display: block;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  position: relative;
  height: 32px;
  line-height: 32px;
  padding-right: 7px;
}
@media screen and (max-width: 768px) {
  .page-contact .form_wrap table td .flex .require .req,
.page-confirm .form_wrap table td .flex .require .req,
.page-thanks .form_wrap table td .flex .require .req {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 1rem;
    text-align: center;
    padding-right: 0;
    width: 70px;
  }
}
.page-contact .form_wrap table td .flex .require .req:after,
.page-confirm .form_wrap table td .flex .require .req:after,
.page-thanks .form_wrap table td .flex .require .req:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -16px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #85415C;
}
@media screen and (max-width: 768px) {
  .page-contact .form_wrap table td .flex .require .req:after,
.page-confirm .form_wrap table td .flex .require .req:after,
.page-thanks .form_wrap table td .flex .require .req:after {
    display: none;
  }
}
.page-contact .form_wrap table td .flex .inputs,
.page-confirm .form_wrap table td .flex .inputs,
.page-thanks .form_wrap table td .flex .inputs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-contact .form_wrap table td .flex .inputs input[type=text],
.page-contact .form_wrap table td .flex .inputs textarea,
.page-confirm .form_wrap table td .flex .inputs input[type=text],
.page-confirm .form_wrap table td .flex .inputs textarea,
.page-thanks .form_wrap table td .flex .inputs input[type=text],
.page-thanks .form_wrap table td .flex .inputs textarea {
  border: 1px solid #DADBDB;
  width: 100%;
  font-size: 18px;
  padding: 12px;
}
.page-contact .form_wrap table td .flex .inputs textarea,
.page-confirm .form_wrap table td .flex .inputs textarea,
.page-thanks .form_wrap table td .flex .inputs textarea {
  height: 338px;
}
.page-contact .form_wrap table td .flex .inputs .note,
.page-confirm .form_wrap table td .flex .inputs .note,
.page-thanks .form_wrap table td .flex .inputs .note {
  color: #878787;
  margin-top: 0.5rem;
}
.page-contact .form_wrap table td .flex .inputs .horizontal-item,
.page-confirm .form_wrap table td .flex .inputs .horizontal-item,
.page-thanks .form_wrap table td .flex .inputs .horizontal-item {
  display: block;
}
.page-contact .form_wrap table td .flex .inputs .horizontal-item:not(:last-of-type),
.page-confirm .form_wrap table td .flex .inputs .horizontal-item:not(:last-of-type),
.page-thanks .form_wrap table td .flex .inputs .horizontal-item:not(:last-of-type) {
  margin-bottom: 0.8rem;
}
.page-contact .form_wrap table td .flex .inputs .horizontal-item + .horizontal-item,
.page-confirm .form_wrap table td .flex .inputs .horizontal-item + .horizontal-item,
.page-thanks .form_wrap table td .flex .inputs .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.page-contact label,
.page-confirm label,
.page-thanks label {
  display: inline-block;
  cursor: pointer;
}
.page-contact label .mwform-checkbox-field-text,
.page-confirm label .mwform-checkbox-field-text,
.page-thanks label .mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
}
.page-contact label .mwform-checkbox-field-text:before,
.page-confirm label .mwform-checkbox-field-text:before,
.page-thanks label .mwform-checkbox-field-text:before {
  border: 1px solid #DADBDB;
  width: 34px;
  height: 34px;
  display: inline-block;
  border-radius: 17px;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  content: "";
}
.page-contact label .mwform-checkbox-field-text:after,
.page-confirm label .mwform-checkbox-field-text:after,
.page-thanks label .mwform-checkbox-field-text:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #DADBDB;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7px;
  border-radius: 10px;
}
.page-contact input[type=checkbox]:checked + span:after,
.page-confirm input[type=checkbox]:checked + span:after,
.page-thanks input[type=checkbox]:checked + span:after {
  background-color: #85415C;
}
.page-contact .privacypolicy,
.page-confirm .privacypolicy,
.page-thanks .privacypolicy {
  border: 1px solid #DADBDB;
  background-color: #F3F3F3;
  margin-top: 2rem;
  padding: 1.5rem 2rem;
  height: 322px;
  overflow: scroll;
}
.page-contact .privacypolicy *,
.page-confirm .privacypolicy *,
.page-thanks .privacypolicy * {
  font-size: 15px;
}
.page-contact .privacypolicy > ul,
.page-confirm .privacypolicy > ul,
.page-thanks .privacypolicy > ul {
  margin-top: 2rem;
}
.page-contact .privacypolicy dl,
.page-confirm .privacypolicy dl,
.page-thanks .privacypolicy dl {
  margin-top: 2rem;
}
.page-contact .privacypolicy dl dd:not(:last-of-type),
.page-confirm .privacypolicy dl dd:not(:last-of-type),
.page-thanks .privacypolicy dl dd:not(:last-of-type) {
  margin-bottom: 2rem;
}
.page-contact .privacypolicy dl dd ul,
.page-confirm .privacypolicy dl dd ul,
.page-thanks .privacypolicy dl dd ul {
  margin-top: 2rem;
}
.page-contact .agreement,
.page-confirm .agreement,
.page-thanks .agreement {
  text-align: center;
  margin-top: 2rem;
  font-family: sans-serif;
}
.page-contact .buttons .flex > div,
.page-confirm .buttons .flex > div,
.page-thanks .buttons .flex > div {
  -ms-flex-preferred-size: 287px;
      flex-basis: 287px;
  margin-left: auto;
  margin-right: auto;
}
.page-contact .buttons .flex .btn_back,
.page-confirm .buttons .flex .btn_back,
.page-thanks .buttons .flex .btn_back {
  display: none;
}
.page-contact .btn,
.page-confirm .btn,
.page-thanks .btn {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.page-contact .btn input,
.page-confirm .btn input,
.page-thanks .btn input {
  width: 100%;
  font-family: serif;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 479px) {
  .page-contact .btn input,
.page-confirm .btn input,
.page-thanks .btn input {
    max-width: 287px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    padding-left: 30px;
  }
}
.page-contact input[type=submit],
.page-confirm input[type=submit],
.page-thanks input[type=submit] {
  cursor: pointer;
  text-align: left;
}
.page-contact .grecaptcha-badge,
.page-confirm .grecaptcha-badge,
.page-thanks .grecaptcha-badge {
  bottom: 75px !important;
}

.page-contact .confirm_only {
  display: none;
}

.page-confirm h2 {
  margin-bottom: 5rem;
}
.page-confirm .contact_only {
  display: none;
}
.page-confirm .form_wrap table th {
  color: #85415C;
}
@media screen and (max-width: 479px) {
  .page-confirm .form_wrap table td {
    text-align: center;
  }
}
.page-confirm .form_wrap table td .flex {
  display: block;
}
.page-confirm .form_wrap table td .flex .require {
  display: none;
}
.page-confirm .privacypolicy {
  display: none;
}
.page-confirm .buttons {
  margin-top: 3rem;
}
@media screen and (max-width: 479px) {
  .page-confirm .buttons .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 479px) {
  .page-confirm .buttons .flex > div {
    -ms-flex-preferred-size: 45.2222%;
        flex-basis: 45.2222%;
  }
}
.page-confirm .buttons .flex .btn_back {
  display: block;
}
.page-confirm .buttons .flex .btn_back input {
  background-color: #848484;
  text-align: right;
  background-position: center left 20px;
  background-image: url(../images/common/arrow_btn_back.svg);
}

.page-thanks .tel {
  margin-top: 5rem;
}
.page-thanks .btn a {
  margin-left: auto;
  margin-right: auto;
}

::-webkit-input-placeholder {
  font-family: serif;
  color: #C7C8C9;
  font-size: 17px;
}

::-moz-placeholder {
  font-family: serif;
  color: #C7C8C9;
  font-size: 17px;
}

:-ms-input-placeholder {
  font-family: serif;
  color: #C7C8C9;
  font-size: 17px;
}

::-ms-input-placeholder {
  font-family: serif;
  color: #C7C8C9;
  font-size: 17px;
}

::placeholder {
  font-family: serif;
  color: #C7C8C9;
  font-size: 17px;
}

.error404 main {
  text-align: center;
  padding-top: 320px;
  padding-bottom: 240px;
}
.error404 main .lg {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #85415c;
}
.error404 main .btn {
  margin-top: 40px;
}
.error404 main .btn a {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=style.css.map */