@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("../../assets/font/icomoon.woff") format("woff"); }

input[type=text],
input[type=tel],
input[type=email] {
  padding: 15px;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fbfbfb;
  font-size: 14px; }

@media screen and (min-width: 639px) {
  input[type=text],
  input[type=tel],
  input[type=email] {
    padding: 20px;
    font-size: 16px; } }

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus {
  outline: none; }

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #a4a4a4; }

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: #a4a4a4; }

input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder {
  color: #a4a4a4; }

input[type=number] {
  padding: 20px;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fbfbfb;
  border-top: 1px solid #a4a4a4;
  border-left: 1px solid #a4a4a4;
  box-sizing: border-box; }

input[type=number]:focus {
  outline: none; }

textarea {
  font-family: inherit;
  padding: 20px;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fbfbfb;
  font-size: 16px;
  font-weight: normal; }

textarea:focus {
  outline: none; }

textarea::-webkit-input-placeholder {
  color: #a4a4a4; }

textarea:-ms-input-placeholder {
  color: #a4a4a4; }

textarea::placeholder {
  color: #a4a4a4; }

.input--selectwrap {
  position: relative;
  padding: 0 30px 0 15px;
  background: #fbfbfb;
  display: inline-block; }

@media screen and (min-width: 639px) {
  .input--selectwrap {
    padding: 0 40px 0 20px; } }

.input--selectwrap select {
  width: auto;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  background: none;
  font-size: 14px;
  padding: 15px 0; }

@media screen and (min-width: 639px) {
  .input--selectwrap select {
    font-size: 16px;
    padding: 20px 0; } }

.input--selectwrap select:focus {
  outline: none; }

.input--selectwrap:after {
  content: '\e900';
  font-family: "icomoon";
  display: block;
  color: #585858;
  font-size: 6px;
  position: absolute;
  top: 3.2em;
  right: 22px;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

@media screen and (min-width: 639px) {
  .input--selectwrap:after {
    right: 12px;
    top: 50%;
    -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg); } }

input.input--disable {
  background: #f1f6e8;
  pointer-events: none;
  font-size: 12px; }

@media screen and (min-width: 639px) {
  input.input--disable {
    font-size: 16px; } }

.button,
.woocommerce button.button {
  position: relative;
  border-radius: 5px;
  background: #6c9958;
  color: #585858;
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-size: 12px;
  border: none;
  padding: 15px 0;
  cursor: pointer;
  border-bottom: 3px solid #364f2b;
  transition: all 0.3s; }

@media screen and (min-width: 639px) {
  .button,
  .woocommerce button.button {
    font-size: 14px;
    width: 230px;
    padding: 22px 0; } }

.button:focus,
.woocommerce button.button:focus {
  outline: none; }

.button a:link,
.woocommerce button.button a:link {
  display: inline-block;
  color: #585858;
  text-decoration: none; }

.button:after,
.woocommerce button.button:after {
  content: '\e900';
  font-family: "icomoon";
  display: block;
  color: #ffffff;
  font-size: 6px;
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  pointer-events: none; }

.button:hover,
.woocommerce button.button:hover {
  background: #6c9958;
  color: #585858;
  -ms-transform: translateY(2px);
      transform: translateY(2px);
  box-shadow: 0 0 10px 2px rgba(208, 208, 208, 0.6); }

.button--input,
.woocommerce button.button--input {
  padding: 0;
  margin: 0;
  font-weight: bold;
  display: block;
  width: auto; }

@media screen and (min-width: 639px) {
  .button--input,
  .woocommerce button.button--input {
    display: inline-block; } }

.button--input input[type=submit],
.woocommerce button.button--input input[type=submit] {
  background: none;
  border: none;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer; }

@media screen and (min-width: 639px) {
  .button--input input[type=submit],
  .woocommerce button.button--input input[type=submit] {
    font-size: 14px;
    padding: 22px 60px;
    max-width: 400px; } }

.button--input input[type=submit]:focus,
.woocommerce button.button--input input[type=submit]:focus {
  outline: none; }

.button--anchor,
.woocommerce button.button--anchor {
  margin: 0 auto;
  padding: 0; }

.button--anchor a,
.woocommerce button.button--anchor a {
  color: #585858;
  display: block;
  padding: 15px 0; }

@media screen and (min-width: 639px) {
  .button--anchor a,
  .woocommerce button.button--anchor a {
    padding: 22px 0; } }

.button__wrap,
.woocommerce button.button__wrap {
  text-align: center; }

.button__wrap .button,
.woocommerce button.button__wrap .button {
  margin: 0 0 10px 0; }

@media screen and (min-width: 639px) {
  .button__wrap .button,
  .woocommerce button.button__wrap .button {
    margin: 0 auto; } }

@media screen and (min-width: 639px) {
  .button__wrap--twocolumn,
  .woocommerce button.button__wrap--twocolumn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
        justify-content: center; }
  .button__wrap--twocolumn .button,
  .woocommerce button.button__wrap--twocolumn .button {
    margin: 0 0 10px 0; } }

@media screen and (min-width: 639px) and (min-width: 639px) {
  .button__wrap--twocolumn .button,
  .woocommerce button.button__wrap--twocolumn .button {
    margin: 0 10px; } }

.button--disabled,
.woocommerce button.button--disabled {
  background: #a4a4a4;
  border-bottom: 3px solid #585858;
  cursor: default; }

table {
  border-collapse: collapse;
  border: none;
  text-align: left;
  font-size: 16px; }

table tr {
  border-bottom: 1px solid #cccccc; }

table tr:first-child {
  border-top: 1px solid #cccccc; }

table tr th,
table tr td {
  box-sizing: border-box;
  padding: 20px; }

table tr th {
  background: #fbfbfb; }

.tablelayout--normal th {
  display: block;
  width: 100%; }

@media screen and (min-width: 639px) {
  .tablelayout--normal th {
    display: table-cell;
    width: 30%; } }

.tablelayout--normal td {
  width: 100%;
  display: block; }

@media screen and (min-width: 639px) {
  .tablelayout--normal td {
    display: table-cell;
    width: 70%; } }

.tablewidth--100par {
  width: 100%; }

.thumbnail {
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0; }

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

.thumbnail--inline {
  border: 1px solid #cccccc;
  margin: 0 auto 30px auto; }

.icon--required {
  display: inline-block;
  background: #e44433;
  padding: 2px 16px;
  margin-left: 10px;
  color: #ffffff;
  font-size: 11px;
  border-radius: 5px;
  -ms-transform: translateY(-2px);
      transform: translateY(-2px); }

.snsIcon a {
  position: relative;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden; }

.snsIcon--fb a {
  background: #315096; }

.snsIcon--fb a:after {
  content: '\ea90';
  font-family: "icomoon";
  display: block;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  text-indent: 0; }

.snsIcon--tw a {
  background: #55acee; }

.snsIcon--tw a:after {
  content: '\ea96';
  font-family: "icomoon";
  display: block;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  text-indent: 0; }

.snsIcon--line a {
  background: #00c300; }

.snsIcon--line a:after {
  content: '\e904';
  font-family: "icomoon";
  display: block;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
  text-indent: 0; }

.globalTitleBlock {
  position: relative;
  width: 100%;
  height: 200px;
  padding: 60px 0 0 0;
  box-sizing: border-box;
  background: url("assets/img/common/title_bg.jpg") no-repeat center 40%;
  background-size: cover;
  color: #ffffff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

@media screen and (min-width: 639px) {
  .globalTitleBlock {
    padding: 30px 0 0 0;
    height: 300px;
    background-size: 100% auto; } }

.globalTitleBlock:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.globalTitleBlock__subtext {
  padding: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  display: inline-block;
  line-height: 1em;
  text-align: center;
  z-index: 1; }

@media screen and (min-width: 639px) {
  .globalTitleBlock__subtext {
    font-size: 48px; } }

.globalTitleBlock__subtext:after {
  content: '';
  display: block;
  width: 100px;
  padding: 0;
  height: 1px;
  border-bottom: 1px solid #6c9958;
  margin: 10px auto 0 auto; }

.globalTitleBlock__text {
  display: block;
  font-size: 12px;
  z-index: 1; }

@media screen and (min-width: 639px) {
  .globalTitleBlock__text {
    font-size: 14px; } }

.globalTitleBlock--event {
  background: url("assets/img/common/title_bg.jpg") no-repeat center top;
  background-size: cover; }

@media screen and (min-width: 639px) {
  .globalTitleBlock--event {
    background-size: 100% auto; } }

.globalTitleBlock--cart {
  background: url("assets/img/common/title_bg.jpg") no-repeat center top;
  background-size: cover; }

@media screen and (min-width: 639px) {
  .globalTitleBlock--cart {
    background-size: 100% auto; } }

.globalTitleBlock--checkout {
  background: url("assets/img/common/title_bg.jpg") no-repeat center top;
  background-size: cover; }

@media screen and (min-width: 639px) {
  .globalTitleBlock--checkout {
    background-size: 100% auto; } }

body {
  background: #ffffff;
  color: #585858;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-family: "Shippori Mincho", serif; }

.only--pc {
  display: none; }

@media screen and (min-width: 639px) {
  .only--pc {
    display: block; } }

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

@media screen and (min-width: 639px) {
  .only--sp {
    display: none; } }

p {
  word-wrap: break-word;
  margin: 0 0 1.5em 0; }

p:last-child {
  margin: 0; }

a {
  color: #6c9958; }

a:link {
  text-decoration: underline; }

a:visited {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

a:hover {
  text-decoration: none; }

.globalHeader {
  width: 100%;
  overflow: hidden;
  position: relative; }

.globalHeader_image {
  margin: 0;
  padding: 0; }

.globalHeader_image svg {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.globalHeader_sns {
  position: absolute;
  top: 2vw;
  right: 2vw;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  z-index: 10; }

@media screen and (min-width: 639px) {
  .globalHeader_sns {
    position: fixed;
    -ms-flex-direction: column;
        flex-direction: column; } }

.globalHeader_sns li {
  padding: 0;
  background: #E94A17;
  font-family: "icomoon";
  border-radius: 1.5vw;
  margin: 0 0 0 1vw; }

@media screen and (min-width: 639px) {
  .globalHeader_sns li {
    border-radius: 0.3vw;
    margin: 0 0 0.5vw 0; } }

.globalHeader_sns li a {
  color: #ffffff;
  width: 8vw;
  height: 8vw;
  box-sizing: border-box;
  padding-top: 1.6vw;
  display: inline-block;
  text-decoration: none; }

@media screen and (min-width: 639px) {
  .globalHeader_sns li a {
    padding-top: 0.5vw;
    width: 2vw;
    height: 2vw;
    font-size: 1vw; } }

.globalHeader_titleBox {
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
  top: 57%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #ffffff;
  text-shadow: 0 0 2vw #8c5d3f;
  line-height: 1.8em; }

@media screen and (min-width: 639px) {
  .globalHeader_titleBox {
    width: 62.5vw;
    top: 50%; } }

.globalHeader_copy {
  margin: 0 0 1vw 0;
  text-align: left;
  font-size: 4.8vw; }

@media screen and (min-width: 639px) {
  .globalHeader_copy {
    font-size: 1.45vw; } }

.globalHeader_title {
  margin: 0;
  padding: 0;
  font-size: 8vw; }

@media screen and (min-width: 639px) {
  .globalHeader_title {
    font-size: 2.18vw;
    text-align: left; } }

.globalHeader_nav {
  position: absolute;
  bottom: 8vw;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

@media screen and (min-width: 639px) {
  .globalHeader_nav {
    bottom: 3vw; } }

.globalHeader_nav:before {
  content: url(../../assets/images/logo.svg);
  display: inline-block;
  margin-bottom: 2vw;
  width: 22.5vw; }

@media screen and (min-width: 639px) {
  .globalHeader_nav:before {
    margin-bottom: 1.5vw;
    width: 4.33vw; } }

.globalHeader_nav a {
  color: #ffffff;
  text-decoration: none; }

.globalHeader_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.3vw; }

@media screen and (min-width: 639px) {
  .globalHeader_nav ul {
    font-size: 1.35vw; } }

.globalHeader_nav ul li {
  padding: 0 1vw; }

@media screen and (min-width: 639px) {
  .globalHeader_nav ul li {
    padding: 0 0.5em; } }

.globalContainer {
  padding: 22vw 0 30vw 0;
  overflow: hidden; }

@media screen and (min-width: 639px) {
  .globalContainer {
    padding: 6vw 0 6vw 0; } }

.globalContainer.content--teaser {
  padding: 0; }

.globalContainer_title {
  font-size: 6.4vw;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 13.3vw; }

@media screen and (min-width: 639px) {
  .globalContainer_title {
    font-size: 2.1vw;
    margin-bottom: 5.2vw; } }

.globalContainer_title:before {
  z-index: -1;
  position: absolute;
  bottom: -8.5vw;
  left: -9vw;
  content: url("../../assets/images/h2_title_bg.svg");
  display: inline-block;
  width: 24.5vw;
  height: auto; }

@media screen and (min-width: 639px) {
  .globalContainer_title:before {
    bottom: 0;
    left: -5vw;
    width: 9.4vw;
    height: 5.2vw; } }

.globalFooter {
  width: 100%;
  position: relative; }

.globalFooter_title {
  position: absolute;
  top: -10vw;
  left: 5vw;
  color: #ffffff;
  font-size: 5.85vw; }

@media screen and (min-width: 639px) {
  .globalFooter_title {
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    font-size: 1.5vw;
    text-shadow: 0 0 2vw #8c5d3f; } }

.globalFooter_title:before {
  content: url("../../assets/images/logo.svg");
  display: block;
  width: 22.5vw;
  height: auto;
  left: -3vw;
  margin-bottom: 4vw; }

@media screen and (min-width: 639px) {
  .globalFooter_title:before {
    left: 0;
    text-align: center;
    margin: 0 auto 14vw auto;
    width: 4.33vw;
    height: auto; } }

.globalFooter_sns {
  position: absolute;
  bottom: 16vw;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex; }

@media screen and (min-width: 639px) {
  .globalFooter_sns {
    bottom: 3.5vw; } }

.globalFooter_sns li {
  padding: 0;
  background: #E94A17;
  font-family: "icomoon";
  border-radius: 1.5vw;
  margin: 0 1.5vw 0 1.5vw; }

@media screen and (min-width: 639px) {
  .globalFooter_sns li {
    border-radius: 0.3vw;
    margin: 0 0.2vw; } }

.globalFooter_sns li a {
  color: #ffffff;
  width: 8vw;
  height: 8vw;
  box-sizing: border-box;
  padding-top: 1.6vw;
  display: inline-block;
  text-decoration: none; }

@media screen and (min-width: 639px) {
  .globalFooter_sns li a {
    padding-top: 0.5vw;
    width: 2vw;
    height: 2vw;
    font-size: 1vw; } }

.globalFooter_copyright {
  position: absolute;
  bottom: 3vw;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  font-size: 2.7vw;
  white-space: nowrap;
  color: #ffffff; }

@media screen and (min-width: 639px) {
  .globalFooter_copyright {
    bottom: 0.6vw;
    font-size: 0.7vw; } }

.globalFooter_image {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.globalFooter_image svg {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0; }

.anker_top {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  border-radius: 1.5vw;
  background: #DADDC1;
  font-family: "icomoon";
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  font-size: 4.5vw; }

@media screen and (min-width: 639px) {
  .anker_top {
    border-radius: 0.3vw;
    bottom: 1vw;
    right: 2vw;
    font-size: 0.8vw; } }

.anker_top a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  width: 8vw;
  height: 8vw;
  padding-top: 1.9vw;
  cursor: pointer; }

@media screen and (min-width: 639px) {
  .anker_top a {
    padding-top: 0.5vw;
    width: 2vw;
    height: 2vw;
    font-size: 1vw; } }

.loading {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff; }

.loading__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  margin: 0;
  padding: 0; }

.loading__img img {
  max-width: 70%;
  height: auto; }

.teaserBlock_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.messageBox_title {
  font-size: 4.3vw;
  margin: 0 0 4vw 0; }

@media screen and (min-width: 639px) {
  .messageBox_title {
    font-size: 1.56vw;
    margin: 0 0 1.3vw 0; } }

.messageBox_title:first-letter {
  font-size: 6vw; }

@media screen and (min-width: 639px) {
  .messageBox_title:first-letter {
    font-size: 2.1vw; } }

.messageBox_title.title--neiro {
  background: url("../../assets/images/about_title_bg.svg") no-repeat center center;
  background-size: 37.5vw auto;
  padding: 11.3vw 0; }

@media screen and (min-width: 639px) {
  .messageBox_title.title--neiro {
    background-size: 13vw auto;
    padding: 4.4vw 0; } }

.messageBox_title.title--left {
  text-align: left;
  margin: 0 5vw 4vw 5vw; }

@media screen and (min-width: 639px) {
  .messageBox_title.title--left {
    margin: 0 0 1vw 0; } }

.messageBox_title.title--menu {
  font-size: 5vw;
  margin: 0 0 0.5em 0; }

@media screen and (min-width: 639px) {
  .messageBox_title.title--menu {
    font-size: 1.1vw;
    margin: 2em 0 0.5em 0; } }

.messageBox_title.title--menu:first-letter {
  font-size: 5vw; }

@media screen and (min-width: 639px) {
  .messageBox_title.title--menu:first-letter {
    font-size: 1.1vw; } }

.messageBox_text {
  font-size: 3.19vw;
  text-align: left;
  margin: 0 7.5vw 1.5em 7.5vw;
  line-height: 1.7em; }

@media screen and (min-width: 639px) {
  .messageBox_text {
    font-size: 0.94vw;
    text-align: center; } }

.messageBox_text.text--center {
  text-align: center;
  line-height: 2.2em; }

.messageBox_text.text--margintop {
  margin: 1.5em 7.5vw 1.5em 7.5vw; }

.messageBox_text.text--marginbottom {
  margin: 0 7.5vw 1.5em 7.5vw; }

.messageBox_list {
  text-align: left;
  margin: 7vw 5vw 0 5vw; }

@media screen and (min-width: 639px) {
  .messageBox_list {
    margin: 0;
    padding: 0;
    width: 50%; } }

@media screen and (min-width: 639px) {
  .messageBox_list_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-top: 1px solid #C4BFA0; } }

@media screen and (min-width: 639px) {
  .messageBox_list_wrap:last-child {
    border-bottom: 1px solid #C4BFA0; } }

.messageBox_list_title {
  font-size: 5.85vw;
  font-weight: bold;
  margin-bottom: 5vw;
  padding: 0 2.5vw; }

@media screen and (min-width: 639px) {
  .messageBox_list_title {
    font-size: 1.5vw;
    padding: 0 0.5em;
    margin-bottom: 0;
    width: 100%; } }

.messageBox_list_subtitle {
  font-size: 3.6vw;
  font-weight: bold;
  padding: 0 2.5vw; }

@media screen and (min-width: 639px) {
  .messageBox_list_subtitle {
    line-height: 1.7em;
    font-size: 1vw;
    padding: 0.8vw 1em; } }

.messageBox_list_text {
  margin: 0 0 5vw 0;
  padding: 1vw 2.5vw 5vw 2.5vw;
  font-size: 3.19vw;
  border-bottom: 1px solid #C4BFA0;
  line-height: 1.7em; }

@media screen and (min-width: 639px) {
  .messageBox_list_text {
    padding: 0.8vw 1em;
    margin: 0;
    font-size: 0.9vw;
    border: none; } }

.aboutBlock {
  margin-bottom: 30vw; }

@media screen and (min-width: 639px) {
  .aboutBlock {
    margin-bottom: 18vw; } }

.aboutBlock_photo {
  margin: 0 5vw;
  padding: 0; }

.aboutBlock_photo img {
  width: 100%;
  height: auto;
  border-radius: 3vw; }

@media screen and (min-width: 639px) {
  .aboutBlock_photo img {
    border-radius: 1.5vw; } }

@media screen and (min-width: 639px) {
  .aboutBlock_photo.photo--basic {
    width: 62.5vw;
    margin: 0 auto; } }

.aboutBlock_photo.photo--small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10.5vw 0 0 0; }

@media screen and (min-width: 639px) {
  .aboutBlock_photo.photo--small {
    width: 62.5vw;
    margin: 0 auto;
    padding: 3.3vw 0 0 0; } }

.aboutBlock_photo.photo--small img {
  width: calc( (100% - 4vw) / 3); }

@media screen and (min-width: 639px) {
  .aboutBlock_photo.photo--small img {
    width: calc( (100% - 3vw) / 3); } }

.aboutBlock_photo.photo--wide {
  margin: 0 0 5.5vw 0; }

@media screen and (min-width: 639px) {
  .aboutBlock_photo.photo--wide {
    margin: 0 0 5.2vw 0; } }

.aboutBlock_photo.photo--wide svg {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.aboutBlock_photo.photo--right {
  position: relative;
  margin: 12vw 0 0 15vw; }

@media screen and (min-width: 639px) {
  .aboutBlock_photo.photo--right {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 0 15vw;
    width: 60%; } }

.aboutBlock_photo.photo--right img {
  border-radius: 3vw 0 0 3vw; }

@media screen and (min-width: 639px) {
  .aboutBlock_photo.photo--right img {
    border-radius: 1.5vw; } }

.aboutBlock_photo.photo--right:before {
  content: url("../../assets/images/about_title_bg.svg");
  position: absolute;
  top: -14vw;
  left: -12vw;
  z-index: -1;
  width: 30vw; }

@media screen and (min-width: 639px) {
  .aboutBlock_photo.photo--right:before {
    top: -5vw;
    left: -5vw;
    width: 14vw; } }

.aboutBlock .messageBox--block01 {
  background: url("../../assets/images/about_bg.svg") no-repeat center -5vw;
  background-size: 104vw auto;
  padding: 14vw 0 0 0;
  margin: 0 0 14vw 0; }

@media screen and (min-width: 639px) {
  .aboutBlock .messageBox--block01 {
    background: url("../../assets/images/about_bg.svg") no-repeat center -1.2vw;
    background-size: 32.3vw auto;
    padding: 5.2vw 0 0 0;
    margin: 0 0 6vw 0; } }

.aboutBlock .messageBox--block02 {
  margin: 0 0 14vw 0; }

@media screen and (min-width: 639px) {
  .aboutBlock .messageBox--block02 {
    margin: 0 0 5vw 0; } }

@media screen and (min-width: 639px) {
  .aboutBlock .messageBox--block02 .messageBox_text {
    margin: 0 auto 1.5em auto; } }

@media screen and (min-width: 639px) {
  .aboutBlock .messageBox--block02 .photo--basic {
    margin: 3vw auto 3vw auto; } }

@media screen and (min-width: 639px) {
  .aboutBlock .messageBox--block03 {
    width: 62.5vw;
    margin: 0 auto;
    position: relative;
    padding: 5vw 0 0 0; } }

@media screen and (min-width: 639px) {
  .aboutBlock .messageBox--block03 .messageBox_text {
    text-align: left;
    margin: 0 0 1.5em 0; } }

.menuBlock {
  position: relative; }

.menuBlock_wrap {
  background: #f6f6f1;
  position: relative;
  padding: 10vw 0 5vw 0;
  margin: 0 0 40vw 0; }

@media screen and (min-width: 639px) {
  .menuBlock_wrap {
    padding: 0 0 5vw 0;
    margin: 0 0 10vw 0; } }

.menuBlock_wrap:before {
  content: '';
  width: 120%;
  height: 45vw;
  background: #f6f6f1;
  border-radius: 50%;
  position: absolute;
  top: -15vw;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: -1; }

@media screen and (min-width: 639px) {
  .menuBlock_wrap:before {
    height: 11vw;
    top: -8vw; } }

.menuBlock_wrap:after {
  content: '';
  width: 120%;
  height: 45vw;
  background: #f6f6f1;
  border-radius: 50%;
  position: absolute;
  bottom: -15vw;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: -1; }

@media screen and (min-width: 639px) {
  .menuBlock_wrap:after {
    height: 11vw;
    bottom: -3vw; } }

.menuBlock_title {
  margin-bottom: 14vw;
  z-index: 1; }

@media screen and (min-width: 639px) {
  .menuBlock_title {
    margin-bottom: 8vw; } }

.menuBlock_photo {
  margin: 0 5vw 5vw 5vw;
  padding: 0; }

.menuBlock_photo img {
  width: 100%;
  height: auto;
  border-radius: 3vw; }

@media screen and (min-width: 639px) {
  .menuBlock_photo img {
    border-radius: 1.5vw; } }

@media screen and (min-width: 639px) {
  .menuBlock_photo.photo--basic {
    width: 62.5vw;
    margin: 0 auto 3vw auto; } }

.menuBlock_photo.photo--small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 5.2vw 0 0 0; }

@media screen and (min-width: 639px) {
  .menuBlock_photo.photo--small {
    width: 62.5vw;
    margin: 0 auto;
    padding: 3vw 0 0 0; } }

.menuBlock_photo.photo--small img {
  width: calc( (100% - 4vw) / 3); }

@media screen and (min-width: 639px) {
  .menuBlock_photo.photo--small img {
    width: calc( (100% - 3vw) / 3); } }

.menuBlock_messageBox {
  margin: 0 7.5vw 1em 7.5vw;
  text-align: left; }

@media screen and (min-width: 639px) {
  .menuBlock_messageBox {
    text-align: center; } }

.menuBlock_messageBox .messageBox_text {
  margin: 0 2.5vw; }

.menuBlock_messageBox .messageBox_text.text--marginbottom {
  margin: 0 2.5vw 0.5em 2.5vw; }

@media screen and (min-width: 639px) {
  .accessBlock .globalContainer_title {
    margin-bottom: 7vw; } }

.accessBlock_photo {
  margin: 15vw 5vw;
  padding: 0; }

@media screen and (min-width: 639px) {
  .accessBlock_photo {
    margin: 0;
    width: calc(50% - 2vw); } }

.accessBlock_photo img {
  width: 100%;
  height: auto;
  border-radius: 3vw; }

@media screen and (min-width: 639px) {
  .accessBlock_photo img {
    border-radius: 1.5vw; } }

@media screen and (min-width: 639px) {
  .accessBlock_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 62.5vw;
    margin: 0 auto 5vw auto; } }

.accessBlock_mapBox {
  position: relative; }

.accessBlock_mapBox_gmap {
  width: 100%;
  height: 93vw; }

@media screen and (min-width: 639px) {
  .accessBlock_mapBox_gmap {
    height: 38vw; } }

.accessBlock_mapBox_button {
  background: #E94A17;
  border: none;
  border-radius: 1.5vw;
  padding: 2vw;
  margin: 0;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 3.6vw;
  position: absolute;
  top: 2vw;
  left: 2vw;
  cursor: pointer; }

@media screen and (min-width: 639px) {
  .accessBlock_mapBox_button {
    font-size: 1vw;
    padding: 0.7vw;
    border-radius: 0.5vw;
    top: 1vw;
    left: 1vw; } }

/*# sourceMappingURL=dest/assets/css/style.css.map */
