@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.gridbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .gridbox {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .gridbox {
    display: block;
  }
}
.gridbox .grid {
  display: block;
}
@media screen and (max-width: 767px) {
  .gridbox .grid {
    width: 100% !important;
  }
}
.gridbox .grid.grid1-2 {
  width: 530px;
}
@media screen and (max-width: 1439px) {
  .gridbox .grid.grid1-2 {
    width: 460px;
  }
}
@media screen and (max-width: 1023px) {
  .gridbox .grid.grid1-2 {
    width: 48%;
  }
}
.gridbox .grid.grid1-3 {
  width: 340px;
}
@media screen and (max-width: 1439px) {
  .gridbox .grid.grid1-3 {
    width: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .gridbox .grid.grid1-3 {
    width: 31%;
  }
}
.gridbox .grid.grid2-3 {
  width: 725px;
}
@media screen and (max-width: 1439px) {
  .gridbox .grid.grid2-3 {
    width: 630px;
  }
}
@media screen and (max-width: 1023px) {
  .gridbox .grid.grid2-3 {
    width: 65.5%;
  }
}
.gridbox .grid.grid1-4 {
  width: 250px;
}
@media screen and (max-width: 1439px) {
  .gridbox .grid.grid1-4 {
    width: 220px;
  }
}
@media screen and (max-width: 1023px) {
  .gridbox .grid.grid1-4 {
    width: 22.5%;
  }
}
.gridbox .grid.grid3-4 {
  width: 825px;
}
@media screen and (max-width: 1439px) {
  .gridbox .grid.grid3-4 {
    width: 715px;
  }
}
@media screen and (max-width: 1023px) {
  .gridbox .grid.grid3-4 {
    width: 74%;
  }
}
.gridbox .grid.grid1-5 {
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .gridbox .grid.grid1-5 {
    width: 175px;
  }
}
@media screen and (max-width: 1023px) {
  .gridbox .grid.grid1-5 {
    width: 17.5%;
  }
}
.gridbox .grid.grid2-5 {
  width: 400px;
}
@media screen and (max-width: 1439px) {
  .gridbox .grid.grid2-5 {
    width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .gridbox .grid.grid2-5 {
    width: 35%;
  }
}
.gridbox .grid.grid3-5 {
  width: 600px;
}
@media screen and (max-width: 1439px) {
  .gridbox .grid.grid3-5 {
    width: 510px;
  }
}
@media screen and (max-width: 1023px) {
  .gridbox .grid.grid3-5 {
    width: 60%;
  }
}

* {
  box-sizing: border-box;
}

html {
  font-family: fot-tsukuardgothic-std, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  line-height: 1.7;
}
html.wf-loading {
  opacity: 0;
}
html.wf-active {
  opacity: 1;
}

body {
  overflow: hidden;
}

a {
  color: #333333;
  text-decoration: none;
}

p {
  text-align: justify;
}
p a {
  color: #936031;
  text-decoration: underline;
}

ul {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  vertical-align: bottom;
}

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

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

#header {
  padding: 50px 0 0;
}
@media screen and (max-width: 1439px) {
  #header {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  #header {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #header {
    width: 100%;
    padding-top: 0;
    background: white;
  }
}
#header .header__navBox {
  display: flex;
  justify-content: space-between;
  background: white;
}
@media screen and (max-width: 767px) {
  #header .header__navBox {
    display: block;
  }
  #header .header__navBox.sticky {
    margin-bottom: 60px;
  }
  #header .header__navBox.sticky .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
  }
}
#header .header__logo {
  width: 290px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  #header .header__logo {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #header .header__logo {
    width: 100%;
    padding: 8px 5px 0px;
  }
}
@media screen and (max-width: 374px) {
  #header .header__logo {
    width: 100%;
    padding: 0px 5px 0px;
  }
}
@media screen and (max-width: 767px) {
  #header .header__logo > a > picture {
    display: flex;
    align-content: center;
    height: 45px;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 374px) {
  #header .header__logo > a > picture {
    width: 300px;
  }
}
#header .header__logo > a > picture > img {
  width: 100%;
}
#header .header__upperNav {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #header .header__upperNav {
    background: white;
    display: block;
    width: 100%;
    padding: 15px 0 20px;
    background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
    background-size: 5px 2px;
    background-position: bottom;
    background-repeat: repeat-x;
  }
}
#header .header__upperNav > ul {
  display: flex;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  #header .header__upperNav > ul {
    padding: 7px 30px 7px;
    justify-content: space-between;
  }
}
#header .header__upperNav > ul > li {
  margin-right: 40px;
}
@media screen and (max-width: 1439px) {
  #header .header__upperNav > ul > li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #header .header__upperNav > ul > li {
    font-size: 12px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #header .header__upperNav > ul > li {
    margin-right: 0;
    font-size: 15px;
    font-weight: bold;
  }
}
@media screen and (max-width: 374px) {
  #header .header__upperNav > ul > li {
    font-size: 13px;
  }
}
#header .header__upperNav > ul > li > a {
  display: inline-block;
  border-bottom: 1px solid #555555;
}
#header .header__upperNav > ul > li > a:hover {
  color: #f49338;
  border-bottom: 1px solid #f49338;
}
#header .header__upperNav .header__pcAccessNav {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #header .header__upperNav .header__pcAccessNav {
    display: none;
  }
}
#header .header__upperNav .header__tel {
  margin-top: 2px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
#header .header__upperNav .header__tel .headerTel__small {
  font-size: 16px;
  margin-right: 5px;
}
#header .header__upperNav .header__tel > p {
  text-align: center;
}
#header .header__lowerNav {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  #header .header__lowerNav {
    display: none;
  }
}
#header .header__lowerNav > ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #header .header__lowerNav > ul {
    display: block;
    background: #fffefb;
  }
}
#header .header__lowerNav > ul > li {
  margin-left: 80px;
  font-size: 16px;
  position: relative;
  height: 48px;
}
@media screen and (max-width: 1439px) {
  #header .header__lowerNav > ul > li {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  #header .header__lowerNav > ul > li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #header .header__lowerNav > ul > li {
    margin-left: 0;
    height: 50px;
    overflow: hidden;
    background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
    background-size: 5px 2px;
    background-position: bottom;
    background-repeat: repeat-x;
  }
  #header .header__lowerNav > ul > li.header__lowerNav--noSecondMenu > a {
    position: relative;
    margin-right: 0;
  }
  #header .header__lowerNav > ul > li.header__lowerNav--noSecondMenu > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    background-image: url(../images/sprite.png);
    background-position: -25px -40px;
    width: 9px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 192dpi) {
  #header .header__lowerNav > ul > li.header__lowerNav--noSecondMenu > a:after {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
#header .header__lowerNav > ul > li > a {
  padding: 8px 0 12px;
}
@media screen and (max-width: 767px) {
  #header .header__lowerNav > ul > li > a {
    display: block;
    height: 50px;
    padding: 10px 25px 0 25px;
    margin-right: 60px;
  }
}
#header .header__lowerNav > ul > li > a:hover {
  color: #f49338;
}
#header .header__lowerNav > ul > li .header__secondMenuToggleButton {
  display: none;
}
@media screen and (max-width: 767px) {
  #header .header__lowerNav > ul > li .header__secondMenuToggleButton {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    padding: 10px 0 0 10px;
  }
  #header .header__lowerNav > ul > li .header__secondMenuToggleButton > span {
    position: relative;
    display: block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    width: 20px;
    height: 20px;
    background: #f49338;
    border-radius: 10px;
  }
  #header .header__lowerNav > ul > li .header__secondMenuToggleButton > span:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 9px;
    width: 2px;
    height: 12px;
    background: white;
    border-radius: 4px;
  }
  #header .header__lowerNav > ul > li .header__secondMenuToggleButton > span:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 4px;
    width: 12px;
    height: 2px;
    background: white;
    border-radius: 4px;
  }
}
#header .header__lowerNav > ul > li.opened {
  height: inherit;
}
#header .header__lowerNav > ul > li.opened .header__secondMenuToggleButton > span {
  transform: rotateZ(135deg);
}
#header .header__lowerNav > ul > li > ul {
  position: absolute;
  top: 40px;
  left: -10px;
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  width: 250px;
  border: 1px solid #f49338;
  border-radius: 15px;
  overflow: hidden;
  background: white;
  box-shadow: 0 1px 0 0 #f49338;
}
@media screen and (max-width: 767px) {
  #header .header__lowerNav > ul > li > ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    border: none;
    border-radius: 0;
    background: #fdf3e3;
  }
}
#header .header__lowerNav > ul > li > ul > li {
  background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  #header .header__lowerNav > ul > li > ul > li {
    height: 50px;
  }
}
#header .header__lowerNav > ul > li > ul > li > a {
  display: block;
  padding: 8px 20px 10px;
}
@media screen and (max-width: 767px) {
  #header .header__lowerNav > ul > li > ul > li > a {
    padding: 10px 25px 10px 40px;
    position: relative;
  }
  #header .header__lowerNav > ul > li > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    background-image: url(../images/sprite.png);
    background-position: -25px -40px;
    width: 9px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 192dpi) {
  #header .header__lowerNav > ul > li > ul > li > a:after {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
#header .header__lowerNav > ul > li > ul > li > a:hover {
  color: #f49338;
}
#header .header__lowerNav > ul > li > ul > li:last-child {
  background-image: none;
}
@media screen and (max-width: 767px) {
  #header .header__lowerNav > ul > li > ul > li:last-child {
    background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
    background-size: 5px 2px;
    background-position: bottom;
    background-repeat: repeat-x;
  }
}
#header .header__lowerNav > ul > li > ul > li:last-child > a {
  padding-bottom: 8px;
}
#header .header__lowerNav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#header .header__spButtons {
  display: none;
}
@media screen and (max-width: 767px) {
  #header .header__spButtons {
    display: flex;
    justify-content: space-between;
    height: 60px;
  }
}
#header .header__spButtons .header__squareButtonBox {
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding: 4px 8px 4px;
  background: white;
}
#header .header__spButtons .header__squareButton {
  display: block;
  width: 48%;
  border: 2px solid #f49338;
  border-radius: 5px;
}
#header .header__spButtons .header__squareButton > a {
  display: block;
  width: 100%;
  padding: 9px 10px 11px 30px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 374px) {
  #header .header__spButtons .header__squareButton > a {
    padding-top: 12px;
    font-size: 14px;
  }
}
#header .header__spButtons .header__squareButton__2rows a {
  padding: 5px 10px 5px 30px;
  line-height: 1.2;
}
#header .header__spButtons .header__squareButton__2rows a span {
  font-size: 12px;
  color: #936031;
  opacity: 0.7;
}
@media screen and (max-width: 374px) {
  #header .header__spButtons .header__squareButton__2rows a {
    padding: 7px 5px 5px 25px;
    line-height: 1.2;
  }
  #header .header__spButtons .header__squareButton__2rows a span {
    font-size: 11px;
  }
}
#header .header__spButtons .header__squareButton__2buttons {
  width: 100%;
}
#header .header__spButtons .header__squareButton__2buttons:first-child {
  margin-bottom: 3px;
}
#header .header__spButtons .header__squareButton__2buttons > a {
  padding: 0 15px 0 35px;
  font-size: 0.9rem;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 374px) {
  #header .header__spButtons .header__squareButton__2buttons > a {
    padding: 0 10px 0 30px;
  }
}
#header .header__spButtons .header__squareButton__2buttons.header__squareButton--tel:before {
  top: 1px !important;
}
#header .header__spButtons .header__squareButton__2buttons.header__squareButton--inquiry:before {
  top: 1px !important;
}
#header .header__spButtons .header__squareButton.header__squareButton--tel {
  position: relative;
}
#header .header__spButtons .header__squareButton.header__squareButton--tel:before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 10px;
  background-image: url(../images/sprite.png);
  background-position: -42px -20px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header .header__spButtons .header__squareButton.header__squareButton--tel:before {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
#header .header__spButtons .header__squareButton.header__squareButton--calendar {
  position: relative;
}
#header .header__spButtons .header__squareButton.header__squareButton--calendar:before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 10px;
  background-image: url(../images/sprite.png);
  background-position: 0px -20px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header .header__spButtons .header__squareButton.header__squareButton--calendar:before {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
#header .header__spButtons .header__squareButton.header__squareButton--inquiry {
  position: relative;
}
#header .header__spButtons .header__squareButton.header__squareButton--inquiry:before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 10px;
  background-image: url(../images/sprite.png);
  background-position: -20px -20px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header .header__spButtons .header__squareButton.header__squareButton--inquiry:before {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
#header .header__spButtons .header__squareButton.header__squareButton--recruitment {
  position: relative;
}
#header .header__spButtons .header__squareButton.header__squareButton--recruitment:before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 10px;
  background-image: url(../images/sprite.png);
  background-position: -42px 0px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header .header__spButtons .header__squareButton.header__squareButton--recruitment:before {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
#header .header__spButtons .header__squareButtonBox--single .header__squareButton {
  width: 95%;
  font-size: 15px;
  position: relative;
}
#header .header__spButtons .header__squareButtonBox--single .header__squareButton:after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 15px;
  background-image: url(../images/sprite.png);
  background-position: -49px -40px;
  width: 8px;
  height: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header .header__spButtons .header__squareButtonBox--single .header__squareButton:after {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
#header .header__spButtons .header__squareButtonBox--single .header__squareButton > a {
  padding: 11px 10px 11px 10px;
}
@media screen and (max-width: 374px) {
  #header .header__spButtons .header__squareButtonBox--single .header__squareButton > a {
    padding-top: 10px;
    font-size: 15px;
  }
}
#header .header__spButtons .header__menuButton {
  width: 60px;
  height: 60px;
  background: #f49338;
  position: relative;
}
#header .header__spButtons .header__menuButton:after {
  content: "";
  position: absolute;
  top: 23px;
  left: 13px;
  width: 34px;
  height: 2px;
  background: white;
  border-radius: 2px;
  opacity: 1;
}
#header .header__spButtons .header__menuButton > span {
  display: block;
  padding: 40px 0 0 2px;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-align: center;
  color: white;
}
#header .header__spButtons .header__menuButton > span:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 13px;
  width: 34px;
  height: 2px;
  background: white;
  border-radius: 2px;
}
#header .header__spButtons .header__menuButton > span:after {
  content: "";
  position: absolute;
  top: 34px;
  left: 13px;
  width: 34px;
  height: 2px;
  background: white;
  border-radius: 4px;
}
#header .header__spButtons .header__menuButton.header__menuButton--opened:after {
  opacity: 0;
}
#header .header__spButtons .header__menuButton.header__menuButton--opened > span:before {
  top: 23px;
  transform: rotateZ(45deg);
}
#header .header__spButtons .header__menuButton.header__menuButton--opened > span:after {
  top: 23px;
  transform: rotateZ(-45deg);
}
#header .header__spToggleMenu {
  display: block;
}
@media screen and (max-width: 767px) {
  #header .header__spToggleMenu {
    display: none;
    position: absolute;
    z-index: 30;
    width: 100%;
    overflow-y: scroll;
  }
  #header .header__spToggleMenu.header__spToggleMenu--visible {
    display: block;
  }
}
#header .header__spNav {
  display: none;
  background: #fffefb;
}
@media screen and (max-width: 767px) {
  #header .header__spNav {
    display: block;
  }
}
#header .header__spNav__buttons {
  padding: 15px 10px;
}
#header .header__spNav__buttons .header__squareButtonBox {
  margin-bottom: 0px;
  padding: 0;
}
#header .header__spNav__buttons .header__squareButtonBox {
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding: 6px 8px 6px;
}
#header .header__spNav__buttons .header__squareButton {
  display: block;
  width: 48%;
  border: 1px solid #f49338;
  box-shadow: 0 1px 0 0 #f49338;
  border-radius: 5px;
  overflow: hidden;
}
#header .header__spNav__buttons .header__squareButton > a {
  display: block;
  width: 100%;
  padding: 9px 10px 11px 30px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  background: white;
  letter-spacing: 0em;
  color: #555555;
  position: relative;
}
@media screen and (max-width: 374px) {
  #header .header__spNav__buttons .header__squareButton > a {
    padding-top: 12px;
    font-size: 12px;
  }
}
#header .header__spNav__buttons .header__squareButton > a > .header__squareButton__icon {
  position: absolute;
  top: 8px;
  left: 6px;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 1;
}
#header .header__spNav__buttons .header__squareButton--font-small > a {
  font-size: 13px;
}
#header .header__spNav__buttons .header__squareButtonBox--single {
  margin-bottom: 0px;
  padding: 6px 8px 6px;
}
#header .header__spNav__buttons .header__squareButtonBox--single .header__squareButton {
  width: 100%;
}
#header .header__spNav__buttons__heading {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 6px;
}
#header .header__spNav__buttons__heading:nth-child(n+2) {
  margin-top: 20px;
}
#header .header__spButtons {
  display: none;
  background: white;
}
@media screen and (max-width: 767px) {
  #header .header__spButtons {
    display: flex;
    justify-content: space-between;
    height: 60px;
  }
}
#header .header__spButtons .header__menuButton {
  width: 60px;
  height: 60px;
  position: relative;
}
#header .header__spButtons .header__menuButton:after {
  content: "";
  position: absolute;
  top: 23px;
  left: 13px;
  width: 34px;
  height: 2px;
  background: white;
  border-radius: 2px;
  opacity: 1;
}
#header .header__spButtons .header__menuButton > span {
  display: block;
  padding: 40px 0 0 2px;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-align: center;
  color: white;
}
#header .header__spButtons .header__menuButton > span:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 13px;
  width: 34px;
  height: 2px;
  background: white;
  border-radius: 2px;
}
#header .header__spButtons .header__menuButton > span:after {
  content: "";
  position: absolute;
  top: 34px;
  left: 13px;
  width: 34px;
  height: 2px;
  background: white;
  border-radius: 4px;
}
#header .header__spButtons .header__menuButton.header__menuButton--opened:after {
  opacity: 0;
}
#header .header__spButtons .header__menuButton.header__menuButton--opened > span:before {
  top: 23px;
  transform: rotateZ(45deg);
}
#header .header__spButtons .header__menuButton.header__menuButton--opened > span:after {
  top: 23px;
  transform: rotateZ(-45deg);
}
#header .header__spAccessNav {
  display: none;
}
@media screen and (max-width: 767px) {
  #header .header__spAccessNav {
    display: block;
  }
}
#header .header__spAccessNav .header__spAccessNav__upper {
  background: #f7f7f7;
  display: flex;
  justify-content: space-between;
  padding: 12px;
}
#header .header__spAccessNav .header__spAccessNav__upper > address {
  display: block;
  font-size: 12px;
  margin-right: 8px;
  flex: 1;
}
#header .header__spAccessNav .header__spAccessNav__upper > span {
  display: block;
  width: 170px;
}
#header .header__spAccessNav .header__spAccessNav__upper > span .button__round--arrow {
  padding: 5px 30px 5px 15px;
}
#header .header__spAccessNav .header__spAccessNav__lower {
  background: white;
  text-align: center;
  padding: 15px 0 25px;
}
#header .header__spAccessNav .header__spAccessNav__lower > a {
  font-size: 32px;
  font-weight: bold;
  color: #f2ab69;
}
#header .header__spAccessNav .header__spAccessNav__lower > a > span {
  font-size: 22px;
  margin-right: 8px;
}

.header__overlay {
  position: fixed;
  top: 120px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: black;
  display: none;
  opacity: 0;
  transition: 0.3s;
}
.header__overlay.active {
  display: block;
  opacity: 0.4;
}

#footer {
  padding: 50px 0 0;
  border-top: 3px solid #faf7e5;
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  #footer .footer__inner {
    display: block;
  }
}
#footer .footer__inner .footer__logo {
  padding-top: 15px;
  min-width: 280px;
  margin-right: 20px;
}
@media screen and (max-width: 1439px) {
  #footer .footer__inner .footer__logo {
    min-width: 220px;
  }
  #footer .footer__inner .footer__logo p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .footer__inner .footer__logo img {
    max-width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  #footer .footer__inner .footer__logo {
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .footer__inner .footer__logo > a {
    display: inline-block;
    width: 250px;
  }
}
#footer .footer__inner .footer__accessBox {
  padding: 40px 0 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  #footer .footer__inner .footer__accessBox {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #footer .footer__inner .footer__accessBox {
    background-image: none;
    text-align: center;
  }
}
#footer .footer__inner .footer__accessBox .footer__accessBox__address {
  font-size: 13px;
}
#footer .footer__inner .footer__accessBox .footer__accessBox__tel {
  margin-top: 20px;
  font-weight: bold;
  font-size: 30px;
  color: #555555;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1439px) {
  #footer .footer__inner .footer__accessBox .footer__accessBox__tel {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer__inner .footer__accessBox .footer__accessBox__tel {
    display: block;
    margin-top: 20px;
    font-size: 32px;
  }
}
@media screen and (max-width: 374px) {
  #footer .footer__inner .footer__accessBox .footer__accessBox__tel {
    font-size: 28px;
  }
}
#footer .footer__inner .footer__accessBox .footer__accessBox__tel > span {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  #footer .footer__inner .footer__accessBox .footer__accessBox__tel > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer__inner .footer__accessBox .footer__accessBox__tel > span {
    font-size: 26px;
  }
}
@media screen and (max-width: 374px) {
  #footer .footer__inner .footer__accessBox .footer__accessBox__tel > span {
    font-size: 18px;
  }
}
#footer .footer__inner .footer__navBox {
  padding: 0 0 15px 20px;
  min-width: 270px;
  background-image: linear-gradient(to bottom, #efdfc8, #efdfc8 2px, transparent 4px, transparent 2px);
  background-size: 2px 5px;
  background-position: left;
  background-repeat: repeat-y;
}
@media screen and (max-width: 1023px) {
  #footer .footer__inner .footer__navBox {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer__inner .footer__navBox {
    padding: 10px 20px 20px;
  }
}
#footer .footer__inner .footer__navBox__upperNav > ul {
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  #footer .footer__inner .footer__navBox__upperNav > ul {
    font-size: 13px;
  }
}
@media screen and (max-width: 1023px) {
  #footer .footer__inner .footer__navBox__upperNav > ul {
    padding: 10px 60px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer__inner .footer__navBox__upperNav > ul {
    flex-wrap: wrap;
    padding: 10px 0 20px;
  }
}
@media screen and (max-width: 374px) {
  #footer .footer__inner .footer__navBox__upperNav > ul {
    font-size: 13px;
  }
}
#footer .footer__inner .footer__navBox__upperNav > ul > li {
  border-bottom: 1px solid #faf7e5;
  padding: 5px;
}
#footer .footer__inner .footer__navBox__upperNav > ul > li:first-child {
  border-top: 1px solid #faf7e5;
}
#footer .footer__inner .footer__navBox__upperNav > ul > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #footer .footer__inner .footer__navBox__upperNav > ul > li {
    margin-bottom: 0;
  }
}
#footer .footer__inner .footer__navBox__upperNav > ul > li > a {
  display: block;
  position: relative;
}
#footer .footer__inner .footer__navBox__upperNav > ul > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 5px;
  background-image: url(../images/sprite.png);
  background-position: -34px -40px;
  width: 7px;
  height: 11px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #footer .footer__inner .footer__navBox__upperNav > ul > li > a:after {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
#footer .footer__inner .footer__navBox__upperNav > ul > li > a:hover {
  color: #f49338;
  position: relative;
}
#footer .footer__inner .footer__navBox__upperNav > ul > li > a:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 0px;
  background-image: url(../images/sprite.png);
  background-position: -34px -40px;
  width: 7px;
  height: 11px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #footer .footer__inner .footer__navBox__upperNav > ul > li > a:hover:after {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
#footer .footer__inner .footer__navBox__lowerNav {
  padding-top: 0;
  margin-bottom: 1px;
}
#footer .footer__inner .footer__navBox__lowerNav:hover {
  padding-top: 1px;
  margin-bottom: 0;
}
#footer .footer__inner .footer__navBox__lowerNav > a {
  display: block;
  width: 100%;
  text-align: center;
}
#footer .footer__copyright {
  margin: 100px 0 50px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #footer .footer__copyright {
    margin: 50px 0 20px;
  }
}

.footer__snsBox {
  background-image: linear-gradient(to bottom, #efdfc8, #efdfc8 2px, transparent 4px, transparent 2px);
  background-size: 2px 5px;
  background-position: left;
  background-repeat: repeat-y;
  padding-left: 30px;
}
@media screen and (max-width: 1023px) {
  .footer__snsBox {
    background-image: linear-gradient(to bottom, #efdfc8, #efdfc8 0px, transparent 4px, transparent 0px);
    background-size: 0px 5px;
    background-position: left;
    background-repeat: repeat-y;
    padding-left: 0;
  }
}
@media screen and (max-width: 1439px) {
  .footer__snsBox iframe {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 1023px) {
  .home #footer {
    padding-bottom: 100px;
  }
}

.inner {
  display: block;
  width: 1240px;
  padding: 0 65px 0;
  margin: 0 auto 0;
}
@media screen and (max-width: 1439px) {
  .inner {
    width: 1024px;
    padding: 0 32px 0;
  }
}
@media screen and (max-width: 1023px) {
  .inner {
    width: 100%;
    padding: 0 20px 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.page__header {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page__header {
    padding: 15px;
    margin-bottom: 30px;
  }
}
.page__header .page__header__hero {
  width: 100%;
  height: 200px;
  margin: 10px 0 15px;
  background-image: url("../images/bg/bg_hero-header.jpg");
  background-size: cover;
  background-position: right center;
  padding: 60px 0 0 60px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .page__header .page__header__hero {
    background-image: none;
    background: #fefaf5;
    height: inherit;
    padding: 30px 30px;
    border-radius: 30px;
  }
}
.page__header .page__header__hero > h1 {
  font-size: 28px;
}
.page__header .page__header__hero > span {
  display: inline-block;
  padding-left: 4px;
  color: #555555;
  letter-spacing: 0.05em;
}
.page__header .page__header__breadcrumb > span {
  padding-right: 30px;
  position: relative;
}
.page__header .page__header__breadcrumb > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  background-image: url(../images/sprite.png);
  background-position: -34px -40px;
  width: 7px;
  height: 11px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page__header .page__header__breadcrumb > span:after {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
.page__header .page__header__breadcrumb > span:last-child {
  padding-right: 0;
}
.page__header .page__header__breadcrumb > span:last-child:after {
  background-image: none;
}
@media screen and (max-width: 767px) {
  .page__header .page__header__breadcrumb > span {
    position: relative;
  }
  .page__header .page__header__breadcrumb > span:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    background-image: url(../images/sprite.png);
    background-position: -34px -40px;
    width: 7px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 192dpi) {
  .page__header .page__header__breadcrumb > span:after {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
.page__header .page__header__breadcrumb > span a:hover {
  color: #f49338;
}

.category-information .page__header__hero,
.single-post .page__header__hero {
  background-image: url("../images/bg/bg_hero-header02.jpg");
  background-size: cover;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  .category-information .page__header__hero,
  .single-post .page__header__hero {
    background-position: 30% center;
  }
}

.page--access .page__header__hero {
  background-image: url("../images/bg/bg_hero-header03.jpg");
  background-size: cover;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  .page--access .page__header__hero {
    background-position: 30% center;
  }
}

.page--inquiry .page__header__hero {
  background-image: url("../images/bg/bg_hero-header05.jpg");
  background-size: cover;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  .page--inquiry .page__header__hero {
    background-position: 30% center;
  }
}

.page--hello .page__header__hero,
.page--about .page__header__hero,
.page--greeting .page__header__hero {
  background-image: url("../images/bg/bg_hero-header06.jpg");
  background-size: cover;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  .page--hello .page__header__hero,
  .page--about .page__header__hero,
  .page--greeting .page__header__hero {
    background-position: 30% center;
  }
}

.page--mesona-j .page__header__hero {
  background-image: url("../images/bg/bg_hero-header07.jpg");
  background-size: cover;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  .page--mesona-j .page__header__hero {
    background-position: 30% center;
  }
}

.page--qanda .page__header__hero {
  background-image: url("../images/bg/bg_hero-header08.jpg");
  background-size: cover;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  .page--qanda .page__header__hero {
    background-position: 30% center;
  }
}

.main.main--page {
  border-top: 3px solid #faf7e5;
  padding: 80px 0 60px;
  background: #fffefb;
}
@media screen and (max-width: 1023px) {
  .main.main--page {
    padding: 60px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .main.main--page {
    padding: 40px 15px 40px;
  }
}
.main.main--page.main--greeting {
  padding-top: 0;
}

.heading_h2 {
  text-align: center;
  margin: 0 0 50px;
  font-size: 20px;
}
.heading_h2 > span {
  position: relative;
  display: inline-block;
  padding: 0 8px 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 64%, #fddc9a 0%) repeat scroll 0 0;
}
.heading_h2 > span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #fddc9a;
}
.heading_h2 > span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #fddc9a;
}
@media screen and (max-width: 767px) {
  .heading_h2.heading_h2--long {
    border-left: 6px solid #fddc9a;
    padding-left: 10px;
  }
  .heading_h2.heading_h2--long > span {
    background: none;
  }
  .heading_h2.heading_h2--long > span:before {
    background: none;
  }
  .heading_h2.heading_h2--long > span:after {
    background: none;
  }
}

.heading_h3 {
  display: inline-block;
  margin: 30px 0 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid #efdfc8;
  font-size: 16px;
  font-weight: normal;
}

.button__round--arrow {
  display: inline-block;
  padding: 4px 35px 4px 20px;
  border: 1px solid #f49338;
  border-radius: 50px;
  font-size: 14px;
  background: white;
  box-shadow: 0px 2px 0px 0 #f49338;
  position: relative;
}
.button__round--arrow:hover {
  box-shadow: none;
  margin-top: 2px;
  margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
  .button__round--arrow:hover {
    box-shadow: 0px 2px 0px 0 #f49338;
    margin: 0;
  }
}
.button__round--arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 15px;
  background-image: url(../images/sprite.png);
  background-position: -49px -40px;
  width: 8px;
  height: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .button__round--arrow:after {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}

.button__round--arrow--big {
  display: inline-block;
  padding: 10px 55px 8px 30px;
  border-radius: 80px;
  font-size: 20px;
  background: #f2b540;
  color: white;
  position: relative;
}
.button__round--arrow--big:hover {
  opacity: 0.4;
}
.button__round--arrow--big:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 20px;
  background-image: url(../images/sprite.png);
  background-position: -62px 0px;
  width: 8px;
  height: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .button__round--arrow--big:after {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
@media screen and (max-width: 767px) {
  .button__round--arrow--big {
    font-size: 18px;
  }
}

p a.button__round--arrow {
  color: #333333;
  text-decoration: none;
}
p a.button__round--arrow--big {
  text-decoration: none;
}

.button__square {
  display: inline-block;
  border: 2px solid #fddc9a;
  border-radius: 8px;
  padding: 10px 40px;
  background: white;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.button__square > span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .button__square {
    padding: 10px 20px;
    font-size: 22px;
    letter-spacing: 0.04em;
  }
  .button__square > span {
    font-size: 18px;
  }
}

.imgBox--curve {
  overflow: hidden;
  background: #bababa;
  border-radius: 20px;
  width: 100%;
  min-height: 150px;
}
.imgBox--curve > img {
  width: 100%;
  height: auto;
}

.main--pageIndex {
  padding: 50px 0 60px;
}
.main--pageIndex .main--pageIndex__button {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .main--pageIndex {
    padding: 40px 15px 40px;
  }
  .main--pageIndex .grid {
    background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
    background-size: 5px 2px;
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 40px;
  }
  .main--pageIndex .grid:last-child {
    background: none;
    padding-bottom: 0;
  }
}

.timetable {
  margin: 60px 0 15px;
  width: 100%;
  position: relative;
}
.timetable:after {
  content: "週末も診療しております！";
  font-size: 12px;
  display: block;
  width: 266px;
  height: 47px;
  background-image: url("../images/bg/flower_talk.png");
  position: absolute;
  right: 7px;
  top: -46px;
  padding-top: 10px;
  padding-left: 32px;
}
.timetable > tbody {
  background: white;
}
.timetable > tbody > tr {
  margin: 0;
}
.timetable > tbody > tr > th {
  margin: 0;
  padding: 5px 0 5px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .timetable > tbody > tr > th {
    font-weight: bold;
  }
}
.timetable > tbody > tr > th:first-child {
  width: 30%;
  min-width: 130px;
  background: #f2ab69;
  color: white;
  border-bottom: 1px solid white;
}
.timetable > tbody > tr:first-child > td {
  background: #f3ba85;
  color: white;
  text-align: center;
}
.timetable > tbody > tr:first-child > td.saturday {
  background: #94d2df;
}
.timetable > tbody > tr:first-child > td.sunday {
  background: #e2a38f;
}
.timetable > tbody > tr:first-child > td {
  border-left: 1px solid white;
}
.timetable > tbody > tr > td {
  font-size: 12px;
  width: 10%;
  padding: 5px 0 5px;
  text-align: center;
  color: #936031;
  border-bottom: 1px solid #efdfc8;
  border-right: 1px solid #efdfc8;
  margin: 0;
}
.timetable > tbody > tr > td.closed {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxMDAlO2hlaWdodDoxMDAlOyI+PGxpbmUgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgc3R5bGU9InN0cm9rZTogcmdiYSgxMjcsIDcwLCAwLCAwLjczKTtzdHJva2Utd2lkdGg6IDE7Ij48L2xpbmU+PC9zdmc+");
}
.timetable > tfoot td:last-child p {
  text-align: right;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 5px 0 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.timetable > tfoot td:last-child p > span {
  color: #936031;
  margin-right: 4px;
}

.timetable--note {
  font-size: 12px;
  text-align: right;
  margin-bottom: 20px;
}

.mainPage__footer {
  margin: 80px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 40px 50px;
  border: 4px dotted #fddc9a;
  background: white;
  border-radius: 20px;
}

.mainPage__footer__text {
  flex: 1;
  margin-right: 30px;
}

.mainPage__footer__button {
  min-width: 300px;
}

@media screen and (max-width: 767px) {
  .mainPage__footer {
    display: block;
    padding: 30px 30px;
  }
  .mainPage__footer__text {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .mainPage__footer__button {
    min-width: inherit;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .mainPage__footer {
    padding: 20px 20px;
  }
  .mainPage__footer__button .button__round--arrow--big {
    padding-left: 20px;
    padding-right: 40px;
    font-size: 18px;
  }
}
.main--general {
  padding: 80px 0 80px;
}
@media screen and (max-width: 374px) {
  .main--general {
    padding: 40px 15px 40px;
  }
}
.main--general .archiveMain__blog__article {
  padding-top: 10px;
}
.main--general .archiveMain__blog__article .article__body {
  margin-top: 0;
}
.main--general .archiveMain__blog__article .article__body a {
  text-decoration: underline;
}

.main--archive {
  background: #f7f7f7;
  padding: 80px 0 50px;
  border-top: 3px solid #faf7e5;
}
@media screen and (max-width: 767px) {
  .main--archive {
    padding: 50px 0 40px;
  }
}
.main--archive .gridbox {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .main--archive .gridbox {
    padding: 0 15px;
  }
}

.sidebar {
  background: white;
  border-radius: 20px;
  box-shadow: 2px 2px 0 #efdfc8;
  padding: 10px 30px 30px;
}
.sidebar .sidebar__linkList > li {
  padding: 6px 0 6px;
  background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.sidebar .sidebar__linkList > li:first-child {
  padding-top: 0;
}
.sidebar .sidebar__linkList > li > a {
  color: #2c81cf;
}
.sidebar .sidebar__linkList > li > a:hover {
  text-decoration: underline;
}
.sidebar .sidebar__tagList {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .sidebar__tagList > li {
  margin-right: 12px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .sidebar .sidebar__tagList > li {
    margin-bottom: 5px;
  }
  .sidebar .sidebar__tagList > li:last-child {
    margin-bottom: 0;
  }
}
.sidebar .sidebar__tagList > li > a {
  display: inline-block;
  border: 1px solid #f49338;
  padding: 0 10px;
  border-radius: 20px;
}
.sidebar .sidebar__tagList > li > a:hover {
  background: #f49338;
  color: white;
}

.archiveMain__blog .archiveMain__blog__posts > li {
  background: white;
  box-shadow: 2px 2px 0 #efdfc8;
  border-radius: 15px;
  background-image: url("../images/bg/bg_posts@2x.png");
  background-size: 20px 20px;
  background-position: 7px 7px;
  background-repeat: repeat;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .archiveMain__blog .archiveMain__blog__posts > li {
    margin-bottom: 35px;
  }
}
.archiveMain__blog .archiveMain__blog__post > a {
  display: flex;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: left;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog .archiveMain__blog__post > a {
    padding: 15px;
  }
}
.archiveMain__blog .archiveMain__blog__post > a:hover .archiveMain__blog__title {
  color: #f2b540;
}
.archiveMain__blog .archiveMain__blog__imgBox {
  width: 140px;
  height: 140px;
  min-width: 140px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog .archiveMain__blog__imgBox {
    margin-top: 5px;
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 15px;
  }
}
.archiveMain__blog .archiveMain__blog__imgBox > img {
  width: 100%;
  height: auto;
}
.archiveMain__blog .archiveMain__blog__contentBox {
  flex: 1;
  position: relative;
}
.archiveMain__blog .archiveMain__blog__title {
  margin-bottom: 16px;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog .archiveMain__blog__title {
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 8px;
  }
}
.archiveMain__blog .archiveMain__blog__title > span {
  display: inline-block;
  padding: 0 2px;
  border-bottom: 3px solid #fddc9a;
}
.archiveMain__blog .archiveMain__blog__excerpt {
  font-size: 14px;
  margin-bottom: 12px;
}
.archiveMain__blog .archiveMain__blog__tags {
  font-size: 11px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog .archiveMain__blog__tags {
    flex-wrap: wrap;
  }
}
.archiveMain__blog .archiveMain__blog__tags > li {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog .archiveMain__blog__tags > li {
    margin-bottom: 5px;
  }
  .archiveMain__blog .archiveMain__blog__tags > li:last-child {
    margin-bottom: 0;
  }
}
.archiveMain__blog .archiveMain__blog__tags > li > object > a {
  display: inline-block;
  border: 1px solid #f49338;
  padding: 0 10px;
  border-radius: 20px;
}
.archiveMain__blog .archiveMain__blog__tags > li > object > a:hover {
  background: #f49338;
  color: white;
}
.archiveMain__blog .archiveMain__blog__time {
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  background: #f2ab69;
  text-align: center;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  align-content: center;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog .archiveMain__blog__time {
    right: 2px;
    top: -30px;
  }
}

.archiveMain__blog__article {
  background: white;
  margin: 0 0 50px;
  border: 1px solid #efdfc8;
  box-shadow: 0 2px 0 #efdfc8;
  padding: 49px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__article {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.archiveMain__blog__article .article__time {
  color: #bdbdbd;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.archiveMain__blog__article .article__title {
  color: #555555;
  margin: 0 0 20px;
}
.archiveMain__blog__article .article__thumbnailBox {
  margin: 0 0 20px;
}
.archiveMain__blog__article .article__thumbnailBox > img {
  width: 100%;
  height: auto;
}
.archiveMain__blog__article .article__tags {
  font-size: 13px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__article .article__tags {
    flex-wrap: wrap;
  }
}
.archiveMain__blog__article .article__tags > li {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__article .article__tags > li {
    margin-bottom: 5px;
  }
  .archiveMain__blog__article .article__tags > li:last-child {
    margin-bottom: 0;
  }
}
.archiveMain__blog__article .article__tags > li > a {
  display: inline-block;
  border: 1px solid #f49338;
  padding: 0 10px;
  border-radius: 20px;
}
.archiveMain__blog__article .article__tags > li > a:hover {
  background: #f49338;
  color: white;
}
.archiveMain__blog__article .article__body {
  margin: 40px 0 0;
  font-size: 14px;
}
.archiveMain__blog__article .article__body h2 {
  margin: 40px 0 20px;
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding: 0 8px 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #fddc9a 0%) repeat scroll 0 0;
}
.archiveMain__blog__article .article__body h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #fddc9a;
}
.archiveMain__blog__article .article__body h2:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #fddc9a;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__article .article__body h2 {
    padding: 0 0 5px;
    border-bottom: 4px solid #fddc9a;
    background: none;
  }
  .archiveMain__blog__article .article__body h2:after, .archiveMain__blog__article .article__body h2:before {
    background: none;
  }
}
.archiveMain__blog__article .article__body h3 {
  display: inline-block;
  margin: 30px 0 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid #efdfc8;
  font-size: 16px;
  font-weight: normal;
}
.archiveMain__blog__article .article__body h4 {
  font-size: 14px;
  margin: 30px 0 10px;
}
.archiveMain__blog__article .article__body .wp-block-column h4:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .archiveMain__blog__article .article__body .wp-block-column h4:first-child {
    margin-top: 30px;
  }
}
.archiveMain__blog__article .article__body a {
  color: #2c81cf;
  text-decoration: underline;
}
.archiveMain__blog__article .article__body a:hover {
  text-decoration: none;
  opacity: 0.4;
}
.archiveMain__blog__article .article__body p {
  font-size: 16px;
  margin: 0 0 20px;
}
.archiveMain__blog__article .article__body table {
  text-align: center;
  width: 100%;
}
.archiveMain__blog__article .article__body table > tbody > tr {
  margin: 0;
}
.archiveMain__blog__article .article__body table > tbody > tr > th {
  margin: 0;
  padding: 5px 0 5px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__article .article__body table > tbody > tr > th {
    font-weight: bold;
  }
}
.archiveMain__blog__article .article__body table > tbody > tr > th:first-child {
  width: 30%;
  min-width: 130px;
  background: #f2ab69;
  color: white;
  border-bottom: 1px solid white;
}
.archiveMain__blog__article .article__body table > tbody > tr:first-child > th,
.archiveMain__blog__article .article__body table > tbody > tr:first-child td {
  background: #f2ab69;
  color: white;
  text-align: center;
}
.archiveMain__blog__article .article__body table > tbody > tr:first-child > td {
  border-left: 1px solid white;
}
.archiveMain__blog__article .article__body table > tbody > tr > td {
  font-size: 12px;
  padding: 5px 15px 5px;
  color: #936031;
  border-bottom: 1px solid #efdfc8;
  border-right: 1px solid #efdfc8;
  margin: 0;
}
.archiveMain__blog__article .article__body table > tbody > tr > td:first-child {
  background: #f2ab69;
  color: white;
  font-weight: bold;
}
.archiveMain__blog__article .article__body ul,
.archiveMain__blog__article .article__body ol {
  padding: 10px 0 10px 40px;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__article .article__body ul,
  .archiveMain__blog__article .article__body ol {
    padding: 10px 0 10px 20px;
  }
}
.archiveMain__blog__article .article__body ul > li,
.archiveMain__blog__article .article__body ol > li {
  margin-bottom: 15px;
  padding: 0 0 0 20px;
}
.archiveMain__blog__article .article__body ul > li {
  position: relative;
}
.archiveMain__blog__article .article__body ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fddc9a;
}
.archiveMain__blog__article .article__body ol {
  list-style: none;
  counter-reset: item;
  padding-left: 40px;
}
.archiveMain__blog__article .article__body ol > li {
  position: relative;
  padding: 0 0 0 25px;
}
.archiveMain__blog__article .article__body ol > li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #fddc9a;
  margin-right: 8px;
}
.archiveMain__blog__article .article__body strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #fddc9a 0%) repeat scroll 0 0;
  color: #555555;
}
.archiveMain__blog__article .article__body blockquote {
  margin: 30px 0 20px;
  background: #f7f7f7;
  border-radius: 30px;
  padding: 60px 40px 60px;
  position: relative;
}
.archiveMain__blog__article .article__body blockquote cite {
  font-size: 12px;
  font-style: normal;
  color: #555555;
}
.archiveMain__blog__article .article__body blockquote:before {
  content: "”";
  position: absolute;
  display: block;
  height: 86px;
  top: -20px;
  left: 20px;
  font-weight: bold;
  color: white;
  font-size: 86px;
}
.archiveMain__blog__article .article__body blockquote:after {
  content: "”";
  position: absolute;
  display: block;
  height: 86px;
  bottom: -20px;
  right: 20px;
  font-weight: bold;
  color: white;
  font-size: 86px;
  transform: rotateZ(180deg);
}
.archiveMain__blog__article .article__body .wp-block-media-text.alignwide {
  margin: 40px 0 40px;
}
.archiveMain__blog__article .article__body .wp-block-image {
  margin: 40px 0 40px;
}
.archiveMain__blog__article .article__body .wp-block-button {
  text-align: center;
  font-style: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 40px 0 40px;
}
.archiveMain__blog__article .article__body .wp-block-button a {
  text-decoration: none;
  color: inherit;
}
.archiveMain__blog__article .article__body .wp-block-button .wp-block-button__link {
  background: #f2b540;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__article .article__body .wp-block-button .wp-block-button__link {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.archiveMain__blog__article .article__body .wp-block-button .wp-block-button__link:hover {
  opacity: 0.4;
}
.archiveMain__blog__article .article__body .wp-block-button.is-style-outline .wp-block-button__link {
  background: white;
  border: 2px solid #f2b540;
  padding-left: 40px;
  padding-right: 40px;
  color: #555555;
}
.archiveMain__blog__article .article__body .wp-block-button.is-style-squared .wp-block-button__link {
  border: 2px solid #efdfc8;
  background: white;
  color: #555555;
  font-size: 30px;
  padding: 20px 50px;
  border-radius: 10px;
}
@media screen and (max-width: 1023px) {
  .archiveMain__blog__article .article__body .wp-block-button.is-style-squared .wp-block-button__link {
    padding: 20px;
    font-size: 20px;
  }
}

.archiveMain__blog__nextprev > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__nextprev > ul {
    margin-bottom: 50px;
  }
}
.archiveMain__blog__nextprev > ul > li {
  width: 47%;
  background: white;
  border: 1px solid #f2b540;
  box-shadow: 0 2px 0 #f2b540;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 2px;
}
.archiveMain__blog__nextprev > ul > li:hover {
  margin-top: 2px;
  margin-bottom: 0px;
  box-shadow: none;
}
.archiveMain__blog__nextprev > ul > li > a {
  display: block;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__nextprev > ul > li > a {
    padding: 20px;
    font-size: 12px;
  }
}
.archiveMain__blog__nextprev > ul > li > a > dl > dt {
  font-weight: bold;
  color: #555555;
  margin-bottom: 5px;
}

.wp-pagenavi {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    width: 100%;
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 20px;
  border: 2px solid #efdfc8;
  text-align: center;
  margin: 0 10px;
  background: white;
}
.wp-pagenavi > a {
  padding: 0px;
}
.wp-pagenavi > a:hover {
  border: 2px solid #f49338;
}
.wp-pagenavi > a.nextpostslink, .wp-pagenavi > a.previouspostslink {
  display: inline-block;
  height: 33px;
  border-radius: 20px;
  border: 2px solid #efdfc8;
  text-align: center;
  background: white;
}
.wp-pagenavi > a.nextpostslink:hover, .wp-pagenavi > a.previouspostslink:hover {
  border: 2px solid #f49338;
}
.wp-pagenavi > a.nextpostslink {
  margin-left: 80px;
  padding: 0 40px 0 20px;
  position: relative;
}
.wp-pagenavi > a.nextpostslink:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  background-image: url(../images/sprite.png);
  background-position: -49px -40px;
  width: 8px;
  height: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wp-pagenavi > a.nextpostslink:after {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi > a.nextpostslink {
    position: absolute;
    right: 20px;
    bottom: 0;
  }
}
.wp-pagenavi > a.previouspostslink {
  margin-right: 80px;
  padding: 0 20px 0 40px;
  position: relative;
}
.wp-pagenavi > a.previouspostslink:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
  background-image: url(../images/sprite.png);
  background-position: -41px -40px;
  width: 8px;
  height: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wp-pagenavi > a.previouspostslink:before {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi > a.previouspostslink {
    position: absolute;
    left: 20px;
    bottom: 0;
  }
}
.wp-pagenavi > span {
  padding: 0px;
}
.wp-pagenavi > span.current {
  border-color: #f49338;
  font-weight: normal;
}

.main--page .wp-block-button {
  text-align: center;
  font-style: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 40px 0 40px;
}
.main--page .wp-block-button a {
  text-decoration: none;
  color: inherit;
}
.main--page .wp-block-button .wp-block-button__link {
  background: #f2b540;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .main--page .wp-block-button .wp-block-button__link {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main--page .wp-block-button .wp-block-button__link:hover {
  opacity: 0.4;
}
.main--page .wp-block-button.is-style-outline .wp-block-button__link {
  background: white;
  border: 2px solid #f2b540;
  padding-left: 40px;
  padding-right: 40px;
  color: #555555;
}
.main--page .wp-block-button.is-style-squared .wp-block-button__link {
  border: 2px solid #efdfc8;
  background: white;
  color: #555555;
  font-size: 30px;
  padding: 20px 50px;
  border-radius: 10px;
}
@media screen and (max-width: 1023px) {
  .main--page .wp-block-button.is-style-squared .wp-block-button__link {
    padding: 20px;
    font-size: 20px;
  }
}

.index__recruitmentLink {
  position: fixed;
  z-index: 10;
  bottom: -70px;
  left: 50px;
  width: 362px;
  height: 70px;
  background: url("../images/bg/bg_flower_recruitment.png") no-repeat;
}
.index__recruitmentLink.index__recruitmentLink--shown {
  animation: showFlower 1000ms 1;
  animation-fill-mode: forwards;
}
@keyframes showFlower {
  0% {
    bottom: -70px;
  }
  30% {
    bottom: 5px;
  }
  40% {
    bottom: -10px;
  }
  100% {
    bottom: -5px;
  }
}
.index__recruitmentLink > p {
  padding: 7px 0 0 98px;
  line-height: 1.4;
}
.index__recruitmentLink > p > a {
  color: #2c81cf;
}
@media screen and (max-width: 767px) {
  .index__recruitmentLink {
    display: none;
  }
}

.index__scrollToTimetable {
  display: block;
  width: 190px;
  height: 165px;
  position: fixed;
  z-index: 20;
  right: 0;
  top: 50%;
  margin-top: -120px;
  margin-right: -20px;
  background: white;
  border-radius: 18px;
  border: 1px solid #f49338;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  .index__scrollToTimetable {
    width: 280px;
    height: 85px;
    right: -20px;
    bottom: 70px;
    top: inherit;
    margin-top: 0;
    margin-right: 0;
  }
}
.index__scrollToTimetable > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0 15px 0;
}
@media screen and (max-width: 1023px) {
  .index__scrollToTimetable > a {
    padding: 8px 0 8px 0;
  }
}
.index__scrollToTimetable .index__scrollToTimetable__text {
  padding-left: 15px;
}
@media screen and (max-width: 1023px) {
  .index__scrollToTimetable .index__scrollToTimetable__text {
    display: block !important;
    height: 1px !important;
    background: transparent !important;
  }
}
@media screen and (max-width: 1023px) {
  .index__scrollToTimetable .index__scrollToTimetable__time {
    display: flex;
    padding: 8px 0 5px 17px;
  }
}
.index__scrollToTimetable .index__scrollToTimetable__time > dl {
  padding-left: 15px;
}
.index__scrollToTimetable .index__scrollToTimetable__time > dl:first-child {
  background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-position: top;
  background-repeat: repeat-x;
  padding-top: 10px;
}
@media screen and (max-width: 1023px) {
  .index__scrollToTimetable .index__scrollToTimetable__time > dl:first-child {
    background: none;
    padding: 0;
    margin-right: 15px;
  }
}
.index__scrollToTimetable .index__scrollToTimetable__time > dl:last-child {
  background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-top: 5px;
  padding-bottom: 3px;
}
@media screen and (max-width: 1023px) {
  .index__scrollToTimetable .index__scrollToTimetable__time > dl:last-child {
    background: none;
    padding: 0;
  }
}
.index__scrollToTimetable .index__scrollToTimetable__time > dl > dt {
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}
.index__scrollToTimetable .index__scrollToTimetable__time > dl > dd {
  color: #f49338;
  font-weight: bold;
}
.index__scrollToTimetable .index__scrollToTimetable__note {
  font-size: 12px;
  text-align: right;
  padding-right: 30px;
}
@media screen and (max-width: 1023px) {
  .index__scrollToTimetable .index__scrollToTimetable__note {
    display: block !important;
    height: 1px !important;
    background: transparent !important;
  }
}
.index__scrollToTimetable .index__scrollToTimetable__scroll {
  background: #f49338;
  margin-top: 12px;
  text-align: center;
  color: white;
  letter-spacing: 0.08em;
  line-height: 1;
  height: 30px;
  padding-top: 5px;
}
@media screen and (max-width: 1023px) {
  .index__scrollToTimetable .index__scrollToTimetable__scroll {
    margin-top: 0;
  }
}
.index__scrollToTimetable .index__scrollToTimetable__scroll > span {
  display: inline-block;
  background: #f49338;
  position: relative;
}
.index__scrollToTimetable .index__scrollToTimetable__scroll > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: -20px;
  background-image: url(../images/sprite.png);
  background-position: 0px -40px;
  width: 14px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .index__scrollToTimetable .index__scrollToTimetable__scroll > span:before {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}

.index__slider {
  margin-top: 20px;
  height: 580px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .index__slider {
    margin-top: 0;
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .index__slider {
    margin-top: 0;
    height: 350px;
  }
}
.index__slider .swiper-container {
  height: 100%;
}
.index__slider .swiper-slide {
  height: 100%;
}
.index__slider .swiper-slide > picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index__slider .swiper-slide > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index__slider .swiper-slide .indexSlider-background {
  width: 100%;
  height: 100%;
}
.index__slider .indexSlider__catchCopy {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -550px;
  z-index: 20;
  writing-mode: vertical-rl;
  font-size: 22px;
  color: white;
  letter-spacing: 0.3em;
  line-height: 2.5;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  -webkit-transition: transform 300ms;
  -webkit-transition: -webkit-transform 300ms;
  transition: all 300ms;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
@media screen and (max-width: 1439px) {
  .index__slider .indexSlider__catchCopy {
    top: 60px;
    margin-left: -450px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .index__slider .indexSlider__catchCopy {
    top: 50px;
    margin-left: -350px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index__slider .indexSlider__catchCopy {
    top: 35px;
    margin-left: 0;
    left: inherit;
    right: 30px;
    font-size: 15px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
}
.index__slider .indexSlider__catchCopy.indexSlider__catchCopy__up {
  opacity: 0;
  transform: translate3d(0, -15px, 0);
}
.index__slider .indexSlider__information {
  position: absolute;
  bottom: 80px;
  right: 50%;
  margin-right: -550px;
  z-index: 20;
  padding: 8px 20px 8px;
  color: #333333;
  letter-spacing: 0.08em;
  background: white;
  border-radius: 50px;
}
@media screen and (max-width: 1439px) {
  .index__slider .indexSlider__information {
    bottom: 60px;
    margin-right: -450px;
  }
}
@media screen and (max-width: 1023px) {
  .index__slider .indexSlider__information {
    bottom: 40px;
    margin-right: 0;
    right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .index__slider .indexSlider__information {
    bottom: 25px;
    width: 90%;
    right: 5%;
    margin-right: 0;
    border-radius: 14px;
  }
}
.index__slider .indexSlider__information h2 {
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .index__slider .indexSlider__information h2 {
    font-size: 14px;
  }
}
.index__slider .indexSlider__information time {
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #555555;
}
@media screen and (max-width: 1023px) {
  .index__slider .indexSlider__information time {
    font-size: 14px;
  }
}
.index__slider .indexSlider__information h3 {
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  font-weight: normal;
  color: #2c81cf;
}
@media screen and (max-width: 1023px) {
  .index__slider .indexSlider__information h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index__slider .indexSlider__information h3 {
    display: block;
    margin-right: 0;
  }
}

.indexMain__greeting {
  padding: 80px 0 50px;
  background: #fffefb;
  border-bottom: 3px solid #efdfc8;
}
.indexMain__greeting .indexMain__greeting__photoBox img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .indexMain__greeting .indexMain__greeting__content {
    padding: 10px 20px 0;
  }
}
.indexMain__greeting .indexMain__greeting__content h3 {
  font-weight: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .indexMain__greeting .indexMain__greeting__content h3 {
    text-align: center;
  }
}
.indexMain__greeting .indexMain__greeting__content p {
  line-height: 1.8;
  margin-bottom: 10px;
}
.indexMain__greeting .indexMain__greeting__content .indexMain__greeting__content--button {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .indexMain__greeting .indexMain__greeting__content .indexMain__greeting__content--button {
    text-align: center;
  }
}
.indexMain__greeting .indexMain__greeting__content .indexMain__greeting__content--job {
  font-size: 24px;
  margin-right: 10px;
}
.indexMain__greeting .indexMain__greeting__content .indexMain__greeting__content--name {
  font-size: 38px;
}
.indexMain__greeting .indexMain__greeting__content .indexMain__greeting__content--english {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .indexMain__greeting .indexMain__greeting__content .indexMain__greeting__content--english {
    display: block;
  }
}

.indexMain__policy {
  padding-top: 60px;
}
@media screen and (max-width: 1023px) {
  .indexMain__policy .gridbox {
    display: block;
  }
  .indexMain__policy .gridbox .grid1-3,
  .indexMain__policy .gridbox .grid2-3 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .indexMain__policy .indexMain__policy__content {
    padding: 0 20px 0;
  }
}
.indexMain__policy .indexMain__policy__credo.heading_h2 {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .indexMain__policy .indexMain__policy__credo.heading_h2 {
    text-align: center;
  }
}
.indexMain__policy .indexMain__policy__credo.heading_h2 > span:first-child {
  margin-bottom: 15px;
}
.indexMain__policy .indexMain__policy__button {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .indexMain__policy .indexMain__policy__button {
    text-align: right;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .indexMain__policy .indexMain__policy__button {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .indexMain__policy .indexMain__policy__button > a {
    width: inherit;
  }
}
.indexMain__policy .swiper-container {
  padding-top: 10px;
  height: 420px;
}
@media screen and (max-width: 1439px) {
  .indexMain__policy .swiper-container {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .indexMain__policy .swiper-container {
    height: 280px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 374px) {
  .indexMain__policy .swiper-container {
    height: 260px;
  }
}
.indexMain__policy .swiper-slide img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .indexMain__policy .swiper-slide img {
    border-radius: 0;
  }
}
@media screen and (max-width: 1023px) {
  .indexMain__policy .swiper-container-horizontal > .swiper-pagination {
    bottom: 20px;
  }
}
.indexMain__policy .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #f49338;
  width: 16px;
  height: 16px;
  background: white;
  opacity: 1;
  margin: 0 6px;
}
.indexMain__policy .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f49338;
}

.indexMain__reason {
  padding-top: 60px;
}
.indexMain__reason .indexMain__reason__points {
  justify-content: center;
  margin-top: 30px;
}
.indexMain__reason .indexMain__reason__points > dl {
  position: relative;
  margin: 0 15px 50px;
}
@media screen and (max-width: 1439px) {
  .indexMain__reason .indexMain__reason__points > dl {
    margin: 0 10px 50px;
  }
}
@media screen and (max-width: 1023px) {
  .indexMain__reason .indexMain__reason__points > dl {
    margin: 0 7px 50px;
  }
}
@media screen and (max-width: 767px) {
  .indexMain__reason .indexMain__reason__points > dl {
    display: flex;
    margin: 0 0 30px;
  }
}
.indexMain__reason .indexMain__reason__points > dl > dt {
  display: block;
  margin: 0 auto 0;
  width: 136px;
  height: 136px;
  background-image: url("../images/bg/reason_title.png");
  background-size: 136px 136px;
}
@media screen and (max-width: 767px) {
  .indexMain__reason .indexMain__reason__points > dl > dt {
    margin: 0 0 0 10px;
  }
}
.indexMain__reason .indexMain__reason__points > dl > dt .indexMain__reason__points--small {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #828282;
  padding-left: 35px;
  vertical-align: middle;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .indexMain__reason .indexMain__reason__points > dl > dt .indexMain__reason__points--small {
    padding-top: 18px;
  }
}
.indexMain__reason .indexMain__reason__points > dl > dt .indexMain__reason__points--big {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #828282;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .indexMain__reason .indexMain__reason__points > dl > dt .indexMain__reason__points--big {
    padding-top: 10px;
  }
}
.indexMain__reason .indexMain__reason__points > dl > dt .indexMain__reason__points--title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.04em;
}
.indexMain__reason .indexMain__reason__points > dl > dd {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .indexMain__reason .indexMain__reason__points > dl > dd {
    padding: 15px 10px 0;
    flex: 1;
    font-size: 15px;
  }
}
.indexMain__reason .indexMain__reason__points > dl:nth-child(1) > dt .indexMain__reason__points--title {
  font-size: 13.5px;
}
.indexMain__reason .indexMain__reason__points--imageBox {
  display: block;
  border-radius: 10px;
  transform: translate(0, -30px);
  overflow: hidden;
  box-shadow: 0 3px 0 #c88d57;
}
@media screen and (max-width: 767px) {
  .indexMain__reason .indexMain__reason__points--imageBox {
    display: none;
  }
}
.indexMain__reason .indexMain__reason__points--imageBox img {
  width: 100%;
}

.indexMain__treatment {
  background: #fffefb;
  padding: 50px 0 30px;
  border-top: 3px solid #efdfc8;
}
@media screen and (max-width: 767px) {
  .indexMain__treatment {
    padding: 50px 20px 30px;
  }
}
.indexMain__treatment .heading_h2 {
  text-align: left;
}
.indexMain__treatment .gridbox {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .indexMain__treatment .gridbox {
    margin-bottom: 0;
  }
  .indexMain__treatment .gridbox .indexMain__treatment__list {
    margin-bottom: 50px;
  }
}
.indexMain__treatment .indexMain__treatment__imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.indexMain__treatment .indexMain__treatment__imgBox img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.indexMain__treatment .indexMain__treatment__button {
  margin-top: 20px;
}
.indexMain__treatment .indexMain__treatment__others {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 20px;
  margin-top: 20px;
  background: white;
  border: 1px solid #f49338;
  border-radius: 40px;
  box-shadow: 0 2px 0 #f49338;
}
.indexMain__treatment .indexMain__treatment__others > li {
  position: relative;
  text-align: center;
  width: 24%;
  background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .indexMain__treatment .indexMain__treatment__others > li {
    width: 48%;
  }
}
.indexMain__treatment .indexMain__treatment__others > li > a {
  display: block;
  width: 100%;
  padding: 30px 1% 35px;
  background-image: linear-gradient(to bottom, #efdfc8, #efdfc8 2px, transparent 4px, transparent 2px);
  background-size: 2px 5px;
  background-position: left;
  background-repeat: repeat-y;
  font-size: 18px;
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .indexMain__treatment .indexMain__treatment__others > li > a {
    font-size: 14px;
  }
}
.indexMain__treatment .indexMain__treatment__others > li > a:hover {
  padding: 15px 1% 50px;
}
.indexMain__treatment .indexMain__treatment__others > li > a:hover > span.button__round--arrow {
  opacity: 1;
}
.indexMain__treatment .indexMain__treatment__others > li > a > span.button__round--arrow {
  display: block;
  position: absolute;
  font-size: 14px;
  bottom: 15px;
  left: 50%;
  margin-left: -65px;
  opacity: 0;
  transition: 0.4s;
}
.indexMain__treatment .indexMain__treatment__others > li:nth-child(4n+1) > a {
  background-image: none;
}
.indexMain__treatment .indexMain__treatment__others > li:nth-child(n+5) {
  background-image: none;
}
@media screen and (max-width: 767px) {
  .indexMain__treatment .indexMain__treatment__others > li:nth-child(2n+1) > a {
    background-image: none;
  }
  .indexMain__treatment .indexMain__treatment__others > li:nth-child(-n+6) {
    background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
    background-size: 5px 2px;
    background-position: bottom;
    background-repeat: repeat-x;
  }
  .indexMain__treatment .indexMain__treatment__others > li:nth-child(n+7) {
    background-image: none;
  }
}

.indexMain__treatment--accordion {
  background: #fffefb;
  padding: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .indexMain__treatment--accordion {
    padding: 30px 20px 30px;
  }
}
.indexMain__treatment--accordion .heading_h2 {
  text-align: left;
}
.indexMain__treatment--accordion .gridbox {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .indexMain__treatment--accordion .gridbox {
    margin-top: 20px;
  }
}
.indexMain__treatment--accordion .indexMain__treatment__list {
  padding: 15px 0 15px;
  position: relative;
  cursor: pointer;
  background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.indexMain__treatment--accordion .indexMain__treatment__list > h3 {
  font-weight: normal;
  padding: 0 30px 0 10px;
}
.indexMain__treatment--accordion .indexMain__treatment__list .accordion__toggleButton {
  display: block;
  position: absolute;
  top: 12px;
  right: 5px;
  width: 40px;
  height: 40px;
  padding: 10px 0 0 10px;
}
.indexMain__treatment--accordion .indexMain__treatment__list .accordion__toggleButton > span {
  position: relative;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 20px;
  height: 20px;
  background: #f49338;
  border-radius: 10px;
}
.indexMain__treatment--accordion .indexMain__treatment__list .accordion__toggleButton > span:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 9px;
  width: 2px;
  height: 12px;
  background: white;
  border-radius: 4px;
}
.indexMain__treatment--accordion .indexMain__treatment__list .accordion__toggleButton > span:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 2px;
  background: white;
  border-radius: 4px;
}
.indexMain__treatment--accordion .indexMain__treatment__list.opened {
  height: inherit;
}
.indexMain__treatment--accordion .indexMain__treatment__list.opened .accordion__toggleButton > span {
  transform: rotateZ(135deg);
}
.indexMain__treatment--accordion .indexMain__treatment__list > .accordion__content {
  display: none;
  padding: 20px 10px 20px;
}
.indexMain__treatment--accordion .indexMain__treatment__list > .accordion__content > a {
  margin-top: 20px;
}
.indexMain__treatment--accordion .indexMain__treatment__list > .accordion__content > h4 {
  margin: 20px 0 10px;
  color: #f49338;
}
.indexMain__treatment--accordion .indexMain__treatment__list.opened > .accordion__content {
  display: block;
}

.accordion__image {
  display: block;
  margin-bottom: 1rem;
}
.accordion__image > img {
  width: 100%;
  height: auto;
}

.indexMain__access {
  padding-top: 70px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .indexMain__access {
    padding: 40px 20px 40px;
  }
}
.indexMain__access .heading_h2 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .indexMain__access .heading_h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .indexMain__access .grid {
    margin-bottom: 40px;
  }
}
.indexMain__access__logoAndTel {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .indexMain__access__logoAndTel {
    display: block;
  }
}
.indexMain__access__logo {
  width: 200px;
}
@media screen and (max-width: 1023px) {
  .indexMain__access__logo {
    width: 150px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .indexMain__access__logo {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
}
.indexMain__access__logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .indexMain__access__logo img {
    text-align: center;
    width: 70%;
  }
}
.indexMain__access__tel {
  padding-top: 8px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .indexMain__access__tel {
    text-align: center;
  }
}
.indexMain__access__tel > dl {
  font-weight: bold;
  letter-spacing: 0.04em;
}
.indexMain__access__tel > dl > dt {
  display: inline-block;
  font-size: 16px;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .indexMain__access__tel > dl > dt {
    font-size: 22px;
    color: #555555;
  }
}
.indexMain__access__tel > dl > dt > a {
  color: #333333;
}
.indexMain__access__tel > dl > dd {
  display: inline-block;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .indexMain__access__tel > dl > dd {
    font-size: 32px;
    color: #555555;
  }
}
.indexMain__access__reservationButton {
  text-align: center;
  margin: 20px 0 20px;
}
.indexMain__access__reservationButton > a {
  width: 100%;
}
.indexMain__access__caution {
  background: #fffefb;
  padding: 20px;
  border-radius: 10px;
  border: 2px dotted #efdfc8;
}
.indexMain__access__caution > p {
  margin-bottom: 10px;
}

.indexMain__access__notes {
  font-size: 14px;
}
.indexMain__access__notes h4 {
  font-size: 16px;
  color: #936031;
  margin-top: 20px;
  margin-bottom: 10px;
}
.indexMain__access__notes h4:first-child {
  margin-top: 0;
}
.indexMain__access__notes .indexMain__access__reservationButton {
  margin-top: 20px;
}
.indexMain__access__notes ul li:before {
  content: "※ ";
  font-weight: bold;
  color: #936031;
}
.indexMain__access__notes p {
  margin-bottom: 6px;
}

.indexMain__access__female-doctor {
  background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-position: top;
  background-repeat: repeat-x;
  margin-top: 30px;
  display: flex;
  padding: 20px 10px 10px;
}
@media screen and (max-width: 1023px) {
  .indexMain__access__female-doctor {
    display: block;
    padding: 20px 0 10px;
    text-align: center;
  }
}
.indexMain__access__female-doctor h3 {
  background: #efdfc8;
  padding: 10px 15px;
  line-height: 1;
  font-size: 18px;
  height: 42px;
  border-radius: 30px;
  margin: 10px 30px 0 0;
}
@media screen and (max-width: 1023px) {
  .indexMain__access__female-doctor h3 {
    display: inline-block;
    font-size: 18px;
    margin: 10px auto 20px;
  }
}
.indexMain__access__female-doctor dl dd {
  font-weight: bold;
  color: #936031;
}

.indexMain__access__station {
  margin: 10px 0 20px;
  border-radius: 10px;
  background: #fffefb;
  padding: 20px;
}
.indexMain__access__station ul li {
  padding-left: 30px;
  position: relative;
}
.indexMain__access__station ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #efdfc8;
  border-radius: 4px;
}

.indexMain__access__harassment {
  margin: 40px 0;
}
.indexMain__access__harassment h2 {
  margin-bottom: 20px;
  font-size: 20px;
}
.indexMain__access__harassment .harassment_img img {
  width: 100%;
  height: auto;
}

.indexMain__blog {
  padding-top: 70px;
  padding-bottom: 40px;
  background: #f7f7f7;
}
.indexMain__blog .heading_h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .indexMain__blog .heading_h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .indexMain__blog .gridbox .grid.grid1-2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .indexMain__blog .indexMain__blog__posts {
    padding: 0 15px;
  }
}
.indexMain__blog .indexMain__blog__posts > li {
  background: white;
  box-shadow: 2px 2px 0 #efdfc8;
  border-radius: 15px;
  background-image: url("../images/bg/bg_posts@2x.png");
  background-size: 20px 20px;
  background-position: 7px 7px;
  background-repeat: repeat;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .indexMain__blog .indexMain__blog__posts > li {
    margin-bottom: 35px;
  }
}
.indexMain__blog .indexMain__blog__post > a {
  display: flex;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: left;
  padding: 20px;
}
.indexMain__blog .indexMain__blog__post > a:hover .indexMain__blog__title {
  color: #fddc9a;
}
.indexMain__blog .indexMain__blog__imgBox {
  width: 100px;
  height: 100px;
  min-width: 100px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .indexMain__blog .indexMain__blog__imgBox {
    margin-top: 5px;
  }
}
.indexMain__blog .indexMain__blog__imgBox > img {
  width: 100%;
  height: auto;
}
.indexMain__blog .indexMain__blog__contentBox {
  flex: 1;
  position: relative;
}
.indexMain__blog .indexMain__blog__title {
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .indexMain__blog .indexMain__blog__title {
    text-align: justify;
    margin-top: 5px;
  }
}
.indexMain__blog .indexMain__blog__title > span {
  display: inline-block;
  padding: 0 0 4px;
  border-bottom: 3px solid #fddc9a;
}
.indexMain__blog .indexMain__blog__excerpt {
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.indexMain__blog .indexMain__blog__tags {
  font-size: 11px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .indexMain__blog .indexMain__blog__tags {
    flex-wrap: wrap;
  }
}
.indexMain__blog .indexMain__blog__tags > li {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .indexMain__blog .indexMain__blog__tags > li {
    margin-bottom: 5px;
  }
  .indexMain__blog .indexMain__blog__tags > li:last-child {
    margin-bottom: 0;
  }
}
.indexMain__blog .indexMain__blog__tags > li > object > a {
  display: inline-block;
  border: 1px solid #f49338;
  padding: 0 10px;
  border-radius: 20px;
}
.indexMain__blog .indexMain__blog__tags > li > object > a:hover {
  color: white;
  background: #f49338;
}
.indexMain__blog .indexMain__blog__time {
  display: block;
  position: absolute;
  top: -30px;
  right: 5px;
  background: #f2ab69;
  text-align: center;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  align-content: center;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .indexMain__blog .indexMain__blog__time {
    right: 2px;
  }
}

.indexMain__open {
  padding: 70px 0 70px;
  background-image: url("../images/bg/bg_open.png");
  background-repeat: repeat;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .indexMain__open {
    padding: 60px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .indexMain__open {
    padding: 40px 0 40px;
  }
}

.indexMain__open__content {
  margin: 0 auto 0;
  background: #fffefb;
  padding: 40px 80px;
}
@media screen and (max-width: 1023px) {
  .indexMain__open__content {
    padding: 20px 0;
    width: 90%;
  }
}

.indexMain__open__heading {
  font-size: 40px;
  color: #f2b540;
  display: inline-block;
  margin: 0 auto 0;
  padding: 0 0 30px;
}
@media screen and (max-width: 1023px) {
  .indexMain__open__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .indexMain__open__heading {
    padding: 25px 10px;
    margin: 0 20px 0;
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .indexMain__open__heading {
    padding: 20px 10px;
  }
}
.indexMain__open__heading > span {
  font-size: 60px;
}
@media screen and (max-width: 1023px) {
  .indexMain__open__heading > span {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .indexMain__open__heading > span {
    font-size: 30px;
  }
}
.indexMain__open__heading > br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .indexMain__open__heading > br {
    display: inherit;
  }
}

.indexMain__open__recruitment {
  font-size: 28px;
  color: #f2b540;
  margin: 0 auto 0;
  background: #fffefb;
  padding: 40px 0;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .indexMain__open__recruitment {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .indexMain__open__recruitment {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 374px) {
  .indexMain__open__recruitment {
    padding: 20px 25px;
  }
}
.indexMain__open__recruitment p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .indexMain__open__recruitment p {
    text-align: justify;
  }
}
.indexMain__open__recruitment a {
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .indexMain__open__recruitment a {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .indexMain__open__recruitment a {
    font-size: 16px;
  }
}
.indexMain__topic {
  padding: 4rem 0 4rem;
}
@media screen and (max-width: 1023px) {
  .indexMain__topic {
    padding: 3rem 15px 3rem;
  }
}
.indexMain__topic__image {
  text-align: center;
  padding: 1.5rem 0 0;
}
@media screen and (max-width: 1023px) {
  .indexMain__topic__image {
    padding: 0;
  }
}
.indexMain__topic__image img {
  width: 150px;
  height: auto;
}
.indexMain__topic__button {
  margin: 1.5rem 0 0;
}

.main--inquiry {
  padding: 80px 0 50px;
}
@media screen and (max-width: 767px) {
  .main--inquiry {
    padding: 50px 15px 30px;
  }
}
.main--inquiry .main--inquiry__text {
  margin-bottom: 50px;
}
.main--inquiry .main--inquiry__formBox {
  background: white;
  border: 1px solid #efdfc8;
  border-radius: 20px;
  padding: 50px 30px;
}
@media screen and (max-width: 1439px) {
  .main--inquiry .main--inquiry__formBox {
    padding: 40px 30px;
  }
}
.main--inquiry .main--inquiry__formBox .wpcf7-form.sent .wpcf7-submit {
  display: none;
}
.main--inquiry .main--inquiry__form__group {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .main--inquiry .main--inquiry__form__group {
    display: block;
  }
}
.main--inquiry .main--inquiry__form__heading {
  color: #bdbdbd;
  font-size: 22px;
  text-align: right;
  width: 180px;
  border-right: 1px solid #e0e0e0;
  padding: 10px 20px 0;
  vertical-align: top;
}
@media screen and (max-width: 1439px) {
  .main--inquiry .main--inquiry__form__heading {
    width: 150px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main--inquiry .main--inquiry__form__heading {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    padding: 0 0 10px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.main--inquiry .main--inquiry__form__inputs {
  padding-left: 30px;
  padding-top: 10px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .main--inquiry .main--inquiry__form__inputs {
    padding-left: 0;
  }
}
.main--inquiry .main--inquiry__form__input {
  margin-bottom: 30px;
}
.main--inquiry .main--inquiry__form__input > span.main--inquiry__form__labelSpan {
  display: inline-block;
  width: 240px;
  text-align: right;
  margin-right: 20px;
  padding-top: 5px;
}
@media screen and (max-width: 1439px) {
  .main--inquiry .main--inquiry__form__input > span.main--inquiry__form__labelSpan {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .main--inquiry .main--inquiry__form__input > span.main--inquiry__form__labelSpan {
    width: 100%;
    margin-bottom: 8px;
    text-align: left;
  }
}
.main--inquiry .main--inquiry__form__input span.wpcf7-not-valid-tip {
  margin-left: 265px;
}
@media screen and (max-width: 1023px) {
  .main--inquiry .main--inquiry__form__input span.wpcf7-not-valid-tip {
    margin-left: 235px;
  }
}
@media screen and (max-width: 767px) {
  .main--inquiry .main--inquiry__form__input span.wpcf7-not-valid-tip {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .main--inquiry .main--inquiry__form__input .wpcf7-form-control-wrap.bodyText span.wpcf7-not-valid-tip {
    margin-left: 0px;
  }
}
.main--inquiry .main--inquiry__form__input > label {
  width: 240px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
  margin-right: 20px;
  padding-top: 5px;
}
@media screen and (max-width: 1439px) {
  .main--inquiry .main--inquiry__form__input > label {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .main--inquiry .main--inquiry__form__input > label {
    width: 100%;
    margin-bottom: 8px;
    text-align: left;
  }
}
.main--inquiry .main--inquiry__form__input > label.main--inquiry__form__radioLabel {
  text-align: left;
}
.main--inquiry .main--inquiry__form__input input[type=text],
.main--inquiry .main--inquiry__form__input input[type=email],
.main--inquiry .main--inquiry__form__input input[type=tel] {
  border: 2px solid #fddc9a;
  padding: 5px 8px;
  border-radius: 7px;
  max-width: 380px;
}
@media screen and (max-width: 1023px) {
  .main--inquiry .main--inquiry__form__input input[type=text],
  .main--inquiry .main--inquiry__form__input input[type=email],
  .main--inquiry .main--inquiry__form__input input[type=tel] {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .main--inquiry .main--inquiry__form__input input[type=text],
  .main--inquiry .main--inquiry__form__input input[type=email],
  .main--inquiry .main--inquiry__form__input input[type=tel] {
    width: 100%;
  }
}
.main--inquiry .main--inquiry__form__input textarea {
  width: 400px;
  height: 200px;
  padding: 5px 8px;
  border-radius: 7px;
  border: 2px solid #fddc9a;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .main--inquiry .main--inquiry__form__input textarea {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main--inquiry .main--inquiry__form__input textarea {
    min-height: 350px;
  }
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup {
  display: inline-block;
  width: 320px;
  vertical-align: top;
  padding-top: 3px;
}
@media screen and (max-width: 1439px) {
  .main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup {
    width: 220px;
  }
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup > div {
  margin-bottom: 20px;
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup input[type=radio] {
  display: none;
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  padding-top: 2px;
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup .wpcf7-list-item-label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 28px;
  height: 28px;
  border: 2px solid #fddc9a;
  border-radius: 14px;
  content: "";
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup .wpcf7-list-item-label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -5px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fddc9a;
  content: "";
  opacity: 0;
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup input:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
.main--inquiry .main--inquiry__form__submit {
  text-align: center;
}
.main--inquiry .main--inquiry__form__submit > span {
  position: relative;
}
.main--inquiry .main--inquiry__form__submit > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 35px;
  background-image: url(../images/sprite.png);
  background-position: -62px 0px;
  width: 8px;
  height: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .main--inquiry .main--inquiry__form__submit > span:after {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
@media screen and (max-width: 767px) {
  .main--inquiry .main--inquiry__form__submit > span {
    display: block;
  }
  .main--inquiry .main--inquiry__form__submit > span:after {
    top: 20px;
  }
}
.main--inquiry .main--inquiry__form__submitButton {
  color: white;
  background: #f2b540;
  padding: 10px 100px;
  letter-spacing: 0.2em;
  border-radius: 30px;
}
@media screen and (max-width: 374px) {
  .main--inquiry .main--inquiry__form__submitButton {
    width: 100%;
    padding: 10px 40px;
  }
}

.mainAbout__motto {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 40px 0 80px;
  position: relative;
  height: 850px;
}
@media screen and (max-width: 1439px) {
  .mainAbout__motto {
    height: 780px;
  }
}
@media screen and (max-width: 1023px) {
  .mainAbout__motto {
    height: 650px;
  }
}
@media screen and (max-width: 767px) {
  .mainAbout__motto {
    height: inherit;
    padding: 60px 0 60px;
  }
}

.mainAbout__motto__heading {
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #936031;
}
@media screen and (max-width: 767px) {
  .mainAbout__motto__heading {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
  }
}

.mainAbout__motto__text {
  font-size: 40px;
  letter-spacing: 0.12em;
  color: #555555;
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .mainAbout__motto__text {
    top: 100px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .mainAbout__motto__text {
    font-size: 20px;
    position: relative;
    top: inherit;
    left: inherit;
    text-align: center;
    margin-bottom: 50px;
  }
}

.mainAbout__motto__imageBox {
  position: absolute;
  display: inline-block;
  z-index: 1;
  top: 170px;
  right: 0;
  width: 880px;
}
.mainAbout__motto__imageBox > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1439px) {
  .mainAbout__motto__imageBox {
    width: 700px;
    top: 260px;
  }
}
@media screen and (max-width: 1023px) {
  .mainAbout__motto__imageBox {
    width: 500px;
    top: 260px;
  }
}
@media screen and (max-width: 767px) {
  .mainAbout__motto__imageBox {
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
  }
}

.mainAbout__nameReason {
  background: white;
  border-radius: 20px;
  padding: 40px 80px 40px;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .mainAbout__nameReason {
    padding: 40px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .mainAbout__nameReason {
    display: block;
    margin: 0 15px 40px;
    padding: 40px 25px 40px;
  }
}

.mainAbout__nameReason__heading {
  position: relative;
  padding: 5px 40px 0;
  margin-right: 120px;
  height: 50px;
  font-size: 20px;
  color: #828282;
}
@media screen and (max-width: 1023px) {
  .mainAbout__nameReason__heading {
    margin-right: 80px;
    padding: 5px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .mainAbout__nameReason__heading {
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}
.mainAbout__nameReason__heading:after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fddc9a;
  border-radius: 4px;
}
.mainAbout__nameReason__heading:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fddc9a;
  border-radius: 4px;
}

.mainAbout__nameReason__text {
  flex: 1;
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 1439px) {
  .mainAbout__nameReason__text br {
    display: none;
  }
}

.mainAbout__strength {
  padding: 120px 0 80px;
  border-top: 3px solid #faf7e5;
  background: white;
}
.mainAbout__strength .heading_h2 {
  text-align: left;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mainAbout__strength .heading_h2 {
    text-align: center;
    letter-spacing: -0.1em;
  }
}
@media screen and (max-width: 374px) {
  .mainAbout__strength .heading_h2 {
    letter-spacing: -0.15em;
  }
}
.mainAbout__strength .gridbox {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mainAbout__strength .gridbox {
    padding: 0 15px 0;
  }
  .mainAbout__strength .gridbox .grid {
    margin-bottom: 40px;
  }
}

.mainAbout__strength__catchcopy {
  margin: 40px auto 60px;
  text-align: center;
}
.mainAbout__strength__catchcopy > span {
  display: inline-block;
  padding: 0 80px 0;
  position: relative;
  position: relative;
}
.mainAbout__strength__catchcopy > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 42px;
  height: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mainAbout__strength__catchcopy > span:before {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
.mainAbout__strength__catchcopy > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  background-image: url(../images/sprite.png);
  background-position: 0px -10px;
  width: 42px;
  height: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mainAbout__strength__catchcopy > span:after {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
@media screen and (max-width: 767px) {
  .mainAbout__strength__catchcopy > span {
    position: relative;
    position: relative;
  }
  .mainAbout__strength__catchcopy > span:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    left: 22px;
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 42px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 192dpi) {
  .mainAbout__strength__catchcopy > span:before {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
@media screen and (max-width: 767px) {
  .mainAbout__strength__catchcopy > span:after {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    right: 22px;
    background-image: url(../images/sprite.png);
    background-position: 0px -10px;
    width: 42px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 192dpi) {
  .mainAbout__strength__catchcopy > span:after {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}

.mainAbout__strength__imgBox {
  overflow: hidden;
  border-radius: 20px;
}
.mainAbout__strength__imgBox > img {
  width: 100%;
}

.main--access {
  padding: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .main--access {
    padding: 0 20px 40px;
  }
}

.mainAccess__map {
  padding: 0 0 80px;
}
.mainAccess__map .heading_h2 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mainAccess__map {
    padding: 40px 0 40px;
  }
}

.mainAccess__info {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .mainAccess__info {
    display: block;
    text-align: center;
  }
}

.mainAccess__info__logo {
  width: 250px;
}
@media screen and (max-width: 1439px) {
  .mainAccess__info__logo {
    width: 230px;
  }
}
@media screen and (max-width: 1023px) {
  .mainAccess__info__logo {
    padding-top: 10px;
    width: 180px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mainAccess__info__logo {
    text-align: center;
    display: inline-block;
    margin: 0 auto 10px;
  }
}

.mainAccess__info__address {
  padding: 8px 0 0;
}
@media screen and (max-width: 1439px) {
  .mainAccess__info__address {
    padding: 0 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .mainAccess__info__address {
    font-size: 14px;
    padding: 8px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .mainAccess__info__address {
    margin: 0 0 10px;
    padding: 15px 0 15px;
    text-align: justify;
  }
}

.mainAccess__info__tel {
  background: white;
  border: 4px dotted #efdfc8;
  border-radius: 10px;
}
.mainAccess__info__tel > a {
  display: block;
  padding: 35px 60px;
}
@media screen and (max-width: 1439px) {
  .mainAccess__info__tel > a {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .mainAccess__info__tel > a {
    padding: 24px 20px;
    margin-top: 5px;
  }
}
.mainAccess__info__tel > a > dl {
  display: flex;
  font-weight: bold;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}
.mainAccess__info__tel > a > dl > dt {
  font-size: 20px;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .mainAccess__info__tel > a > dl > dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .mainAccess__info__tel > a > dl > dt {
    font-size: 20px;
  }
}
.mainAccess__info__tel > a > dl > dd {
  font-size: 26px;
}
@media screen and (max-width: 1023px) {
  .mainAccess__info__tel > a > dl > dd {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mainAccess__info__tel > a > dl > dd {
    font-size: 26px;
  }
}

.mainAccess__info__googlemap {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.mainAccess__info__googlemapButton {
  margin-top: 30px;
  text-align: right;
}

.mainAccess__station {
  background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-position: top;
  background-repeat: repeat-x;
  padding: 50px 0;
}
@media screen and (max-width: 1023px) {
  .mainAccess__station {
    padding-bottom: 40px;
  }
}
.mainAccess__station > ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .mainAccess__station > ul {
    display: block;
  }
}
.mainAccess__station > ul > li {
  position: relative;
  padding-left: 28px;
  margin: 0 30px;
  font-size: 18px;
  color: #555555;
  text-align: justify;
}
.mainAccess__station > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fddc9a;
}
@media screen and (max-width: 1023px) {
  .mainAccess__station > ul > li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mainAccess__station > ul > li {
    margin: 0 0 15px;
  }
}

.mainAccess__parking {
  padding: 0 0 50px;
  margin-bottom: 50px;
  background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.mainAccess__parking h2 {
  text-align: left;
}
.mainAccess__parking ul {
  padding: 15px 15px 15px 40px;
}
.mainAccess__parking ul li {
  list-style-type: disc;
}
.mainAccess__parking ul li a {
  text-decoration: underline;
  color: #936031;
}

.mainAccess__timetable .heading_h2 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mainAccess__timetable .grid1-2:last-child {
    margin-top: 30px;
  }
}

.mainGreeting__doctor {
  background: #fefaf5;
  padding: 120px 0 60px;
  border-bottom: 3px solid #faf7e5;
}
@media screen and (max-width: 1023px) {
  .mainGreeting__doctor {
    padding: 80px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .mainGreeting__doctor {
    padding: 15px 15px 40px;
    margin-top: 20px;
  }
}

.mainGreeting__photoBox > img {
  width: 100%;
  height: auto;
}

.mainGreeting__heading {
  margin: 40px 0 0;
  color: #936031;
  font-size: 26px;
}
@media screen and (max-width: 1023px) {
  .mainGreeting__heading {
    margin: 0 0 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mainGreeting__heading {
    margin: 30px 0 0;
  }
}

.mainGreeting__text {
  margin: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  .mainGreeting__text {
    margin: 30px 0 40px;
  }
}
.mainGreeting__text > p {
  margin-bottom: 20px;
  line-height: 2.2;
}
@media screen and (max-width: 1023px) {
  .mainGreeting__text > p {
    line-height: 1.8;
  }
}

.mainGreeting__name .mainGreeting__name--english {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .mainGreeting__name .mainGreeting__name--english {
    text-align: right;
  }
}
.mainGreeting__name .mainGreeting__name--japanese {
  font-size: 42px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .mainGreeting__name .mainGreeting__name--japanese {
    text-align: right;
    font-size: 32px;
  }
}

.mainGreeting__history {
  background: #fffefb;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .mainGreeting__history {
    padding: 50px 10px;
  }
}
.mainGreeting__history .heading_h2 {
  text-align: left;
}
.mainGreeting__history .heading_h3 {
  font-weight: bold;
  font-size: 18px;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .mainGreeting__history .grid:not(:first-child) {
    margin-top: 30px;
  }
}
.mainGreeting__history .mainGreeting__history__box {
  border-radius: 20px;
  box-shadow: 2px 2px 0 #efdfc8;
  background: white;
  padding: 0 35px 35px;
}
@media screen and (max-width: 1023px) {
  .mainGreeting__history .mainGreeting__history__box {
    padding: 0 20px 35px;
  }
}
@media screen and (max-width: 767px) {
  .mainGreeting__history .mainGreeting__history__box {
    margin-bottom: 30px;
    padding: 0 15px 30px;
  }
  .mainGreeting__history .mainGreeting__history__box:last-child {
    margin-bottom: 0;
  }
}
.mainGreeting__history .mainGreeting__history__box:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mainGreeting__history .mainGreeting__history__box:not(:first-child) {
    margin-top: 30px;
  }
}
.mainGreeting__history .mainGreeting__history__box p {
  margin-bottom: 20px;
}

.mainGreeting__history__list {
  margin-top: 30px;
  background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-position: top;
  background-repeat: repeat-x;
}
.mainGreeting__history__list > li {
  padding: 8px 16px;
  background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .mainGreeting__history__list > li {
    padding: 8px 8px;
  }
}
.mainGreeting__history__list > li dl {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .mainGreeting__history__list > li dl {
    display: block;
  }
}
.mainGreeting__history__list > li dl dt {
  width: 115px;
  text-align: right;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .mainGreeting__history__list > li dl dt {
    text-align: left;
    width: inherit;
  }
}
.mainGreeting__history__list > li dl dd {
  flex: 1;
}

.main--policy {
  padding: 120px 0 60px;
  background: #fefaf5;
}

.mainPolicy__text {
  padding: 40px 150px 0 0;
}
@media screen and (max-width: 1023px) {
  .mainPolicy__text {
    padding: 40px 100px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .mainPolicy__text {
    padding: 20px 30px 0 30px;
  }
}
.mainPolicy__text > p {
  line-height: 2;
  margin: 0 0 30px;
}

.mainPolicy__catchcopy {
  writing-mode: vertical-rl;
  font-size: 36px;
  letter-spacing: 0.18em;
  font-weight: bold;
  color: #828282;
}
@media screen and (max-width: 1023px) {
  .mainPolicy__catchcopy {
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .mainPolicy__catchcopy {
    height: 360px;
    margin: 40px auto 40px;
    font-size: 22px;
  }
}
.mainPolicy__catchcopy > p > span {
  display: inline-block;
  padding: 5px 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, transparent 65%, white 0%) repeat scroll 0 0;
  margin-right: 40px;
}
.mainPolicy__catchcopy > p > span:last-child {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .mainPolicy__catchcopy > p > span:first-child {
    margin-right: 0;
  }
}

.mainPolicy__button > p {
  text-align: center;
}

.mainPolicy__photos {
  margin-top: 130px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mainPolicy__photos {
    display: block;
    margin-top: 60px;
  }
}

.mainPolicy__photos__left {
  width: 31%;
  margin-right: 3%;
}
@media screen and (max-width: 1439px) {
  .mainPolicy__photos__left {
    width: 30.3%;
  }
}
@media screen and (max-width: 767px) {
  .mainPolicy__photos__left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 15px 0;
  }
}

.mainPolicy__photos__right {
  width: 66.5%;
}
@media screen and (max-width: 1023px) {
  .mainPolicy__photos__right {
    width: 69%;
  }
}
@media screen and (max-width: 767px) {
  .mainPolicy__photos__right {
    width: 100%;
    padding: 0 15px 0;
  }
}

.mainPolicy__photos__left__img,
.mainPolicy__photos__right__img {
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mainPolicy__photos__left__img,
  .mainPolicy__photos__right__img {
    border-radius: 15px;
    margin-bottom: 15px;
  }
}
.mainPolicy__photos__left__img > img,
.mainPolicy__photos__right__img > img {
  width: 100%;
  height: auto;
}

.mainPolicy__photos__left__img {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .mainPolicy__photos__left__img {
    margin-left: 0;
    width: 47.5%;
  }
}

.mainPolicy__photos__right__img {
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .mainPolicy__photos__right__img {
    margin-right: 0;
  }
}

.main--qanda {
  padding: 80px 0 80px;
}
.main--qanda .inner {
  padding: 0 15px;
}
.main--qanda .heading_h2 {
  text-align: left;
  margin: 80px 0 40px;
}

.mainQanda__questionList > li {
  padding: 16px 0 0 85px;
  margin-bottom: 40px;
  position: relative;
}
.mainQanda__questionList > li:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  width: 65px;
  height: 65px;
  border-radius: 40px;
  background: #faf7e5;
  font-weight: bold;
  font-size: 28px;
  color: #828282;
  padding-top: 6px;
}
.mainQanda__questionList > li > dl > dt {
  margin-bottom: 20px;
}
.mainQanda__questionList > li > dl > dd {
  padding: 20px 30px;
  background: white;
  border: 1px solid #faf7e5;
  box-shadow: 0 3px 0 #faf7e5;
  border-radius: 20px;
  text-align: justify;
}
.mainQanda__questionList > li > dl > dd ul {
  padding: 10px 10px 10px 25px;
}
.mainQanda__questionList > li > dl > dd ul li {
  list-style: disc;
}
.mainQanda__questionList > li > dl > dd ul li a {
  text-decoration: underline;
  color: #936031;
}

.main--contents {
  padding: 80px 0 80px;
}
@media screen and (max-width: 767px) {
  .main--contents {
    padding: 50px 15px 50px;
  }
}
.main--contents .heading_h2 {
  text-align: left;
}

.mainContents__index__link {
  margin-bottom: 80px;
  padding: 40px 20px 40px;
  border-radius: 20px;
  background: white;
}
.mainContents__index__link > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mainContents__index__link > ul > li {
  padding-left: 25px;
  margin: 0 20px 25px;
  position: relative;
}
.mainContents__index__link > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  background-image: url(../images/sprite.png);
  background-position: -14px -40px;
  width: 11px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mainContents__index__link > ul > li:before {
    background-image: url(../images/sprite@2x.png);
    background-size: 70px 54px;
  }
}
.mainContents__index__link > p {
  text-align: right;
}

.mainContents__items .grid {
  margin-bottom: 50px;
}
.mainContents__items p {
  margin-bottom: 20px;
}

.mainContents__items__imgBox {
  overflow: hidden;
  border-radius: 20px;
}
.mainContents__items__imgBox > img {
  max-width: 100%;
}

.main--recruitment .mainRecruitment__heading {
  font-weight: normal;
  color: #555555;
  margin-bottom: 30px;
}
.main--recruitment .mainRecruitment__heading > span {
  display: block;
  margin-bottom: 0;
  font-size: 34px;
}
@media screen and (max-width: 1023px) {
  .main--recruitment .mainRecruitment__heading > span {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .main--recruitment .mainRecruitment__heading > span {
    display: inline;
  }
}
.main--recruitment .mainRecruitment__heading > span:last-child {
  text-align: right;
}
.main--recruitment p {
  line-height: 2;
}
.main--recruitment .heading_h2 {
  text-align: left;
}

.mainRecruitment__job {
  background: #fffefb;
}
.mainRecruitment__job .heading_h3 {
  font-weight: bold;
  font-size: 22px;
  color: #555555;
}
.mainRecruitment__job .mainRecruitment__job__box {
  border-radius: 20px;
  box-shadow: 2px 2px 0 #efdfc8;
  background: white;
  width: 70%;
  margin: 0 auto 40px;
  padding: 0 35px 35px;
}
.mainRecruitment__job .mainRecruitment__job__box li ul {
  padding: 10px 0 0 25px;
  margin: 0;
}
.mainRecruitment__job .mainRecruitment__job__box li ul:first-child {
  padding-top: 0;
}
.mainRecruitment__job .mainRecruitment__job__box li ul > li {
  list-style: circle;
  padding: 0 0 8px 0;
}
@media screen and (max-width: 1439px) {
  .mainRecruitment__job .mainRecruitment__job__box {
    width: 85%;
  }
}
@media screen and (max-width: 1023px) {
  .mainRecruitment__job .mainRecruitment__job__box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainRecruitment__job .mainRecruitment__job__box {
    padding-top: 20px 15px;
    margin-bottom: 30px;
  }
  .mainRecruitment__job .mainRecruitment__job__box:last-child {
    margin-bottom: 0;
  }
  .mainRecruitment__job .mainRecruitment__job__box li {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 1023px) {
  .mainRecruitment__job.gridbox .grid.grid1-2 {
    width: 100%;
    margin-bottom: 40px;
  }
}

.mainRecruitment__job__box {
  position: relative;
}
.mainRecruitment__job__box h4 {
  margin: 40px 0 5px;
  font-size: 1.3em;
}

.mainRecruitment__job__date {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 2px 8px;
  background: #bababa;
  color: white;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .mainRecruitment__job__date {
    top: -15px;
    right: 25px;
  }
}

.mainRecruitment__job__box__link {
  text-align: right;
  margin-top: 20px;
}

.mainRecruitment__job__list {
  margin-top: 30px;
  background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-position: top;
  background-repeat: repeat-x;
}
.mainRecruitment__job__list > li {
  padding: 8px 16px;
  background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
  font-size: 18px;
}
.mainRecruitment__job__list > li > dl {
  display: flex;
}
.mainRecruitment__job__list > li > dl > dt {
  text-align: right;
  margin-right: 20px;
  min-width: 170px;
}
.mainRecruitment__job__list > li > dl > dt:after {
  content: "：";
}
@media screen and (max-width: 767px) {
  .mainRecruitment__job__list > li > dl {
    display: block;
  }
  .mainRecruitment__job__list > li > dl > dt {
    text-align: left;
    font-weight: bold;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .mainRecruitment__job__list > li > dl > dt:after {
    content: "：";
  }
}

.mainRecruitment__cta {
  text-align: center;
  padding: 40px 0 50px;
}
.mainRecruitment__cta p {
  text-align: center;
  font-size: 20px;
}

.mainPrices__table {
  background: #fefaf5;
  padding: 120px 0 60px;
  border-bottom: 3px solid #faf7e5;
}
@media screen and (max-width: 1023px) {
  .mainPrices__table {
    padding: 80px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .mainPrices__table {
    padding: 15px 15px 40px;
    margin-top: 20px;
  }
}

.mainPrices__photoBox > img {
  width: 100%;
  height: auto;
}

.mainPrices__heading {
  margin: 40px 0 0;
  color: #936031;
  font-size: 26px;
}
@media screen and (max-width: 1023px) {
  .mainPrices__heading {
    margin: 0 0 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mainPrices__heading {
    margin: 30px 0 0;
  }
}

.mainPrices__text {
  margin: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  .mainPrices__text {
    margin: 30px 0 40px;
  }
}
.mainPrices__text > p {
  margin-bottom: 20px;
  line-height: 2.2;
}
@media screen and (max-width: 1023px) {
  .mainPrices__text > p {
    line-height: 1.8;
  }
}

.mainPrices__name .mainPrices__name--english {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .mainPrices__name .mainPrices__name--english {
    text-align: right;
  }
}
.mainPrices__name .mainPrices__name--japanese {
  font-size: 42px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .mainPrices__name .mainPrices__name--japanese {
    text-align: right;
    font-size: 32px;
  }
}

.mainPrices__tables {
  background: #fffefb;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .mainPrices__tables {
    padding: 50px 10px;
  }
}
.mainPrices__tables .heading_h2 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mainPrices__tables .heading_h2 {
    text-align: center;
  }
}
.mainPrices__tables .heading_h3 {
  font-weight: bold;
  font-size: 18px;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .mainPrices__tables .grid:not(:first-child) {
    margin-top: 30px;
  }
}
.mainPrices__tables .mainPrices__table__box {
  border-radius: 20px;
  box-shadow: 2px 2px 0 #efdfc8;
  background: white;
  padding: 0 35px 35px;
}
@media screen and (max-width: 1023px) {
  .mainPrices__tables .mainPrices__table__box {
    padding: 0 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .mainPrices__tables .mainPrices__table__box {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px 30px;
  }
  .mainPrices__tables .mainPrices__table__box:last-child {
    margin-bottom: 0;
  }
}
.mainPrices__tables .mainPrices__table__box:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mainPrices__tables .mainPrices__table__box:not(:first-child) {
    margin-top: 30px;
  }
}
.mainPrices__tables .mainPrices__table__box p {
  margin: 10px 0 20px;
}

.mainPrices__table__list {
  margin-top: 30px;
  background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-position: top;
  background-repeat: repeat-x;
}
.mainPrices__table__list > li {
  padding: 8px 16px;
  background-image: linear-gradient(to right, #efdfc8, #efdfc8 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .mainPrices__table__list > li {
    padding: 8px 8px;
  }
}
.mainPrices__table__list > li dl {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .mainPrices__table__list > li dl {
    display: block;
  }
}
.mainPrices__table__list > li dl dt {
  flex: 1;
  text-align: right;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .mainPrices__table__list > li dl dt {
    text-align: left;
    width: inherit;
    margin-right: 0;
    font-size: 15px;
    font-weight: bold;
  }
}
.mainPrices__table__list > li dl dd {
  width: 140px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .mainPrices__table__list > li dl dd {
    width: 100%;
  }
}

.mainPrices__table__note {
  text-align: right;
  line-height: 1.8;
  margin: 20px 0 0;
  padding-right: 15px;
  color: #936031;
  font-weight: bold;
}

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