@charset "UTF-8";
@import url(https://fonts.google.com/specimen/Kosugi+Maru);
@import url(https://fonts.google.com/specimen/Indie+Flower);
/*! sanitize.css v3.2.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}
button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */
}
details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}
input {
  -webkit-border-radius: 0;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */
}
input[type="number"] {
  width: auto;
  /* Firefox 36+ */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}
main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}
pre {
  overflow: auto;
  /* Internet Explorer 11- */
}
progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}
small {
  font-size: 75%;
  /* All browsers */
}
summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}
svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}
template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}
textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}
[hidden] {
  display: none;
  /* Internet Explorer 10- */
}
/*
 * Universal inheritance
 */
*, :before, :after {
  box-sizing: inherit;
}
* {
  font-size: inherit;
  line-height: inherit;
}
:before, :after {
  text-decoration: inherit;
  vertical-align: inherit;
}
/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*, :before, :after {
  border-style: solid;
  border-width: 0;
}
/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
/* specify the root styles of the document */ :root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
}
/* specify the text decoration of anchors */
a {
  text-decoration: none;
}
/* specify the alignment of media elements */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
/* specify the background color of form elements */
button, input, select, textarea {
  background-color: transparent;
}
/* specify the inherited color and font of form elements */
button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
/* specify the minimum height of form elements */
button, [type="button"], [type="date"], [type="datetime"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="reset"], [type="search"], [type="submit"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], select, textarea {
  min-height: 1.5em;
}
/* specify the font family of code elements */
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
/* specify the list style of nav lists */
nav ol, nav ul {
  list-style: none;
}
/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}
select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}
/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* specify the resizability of textareas */
textarea {
  resize: vertical;
}
/* specify the background color, font color, and drop shadow of text selections */ ::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}
/* 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;
}
/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
/* remove delay from tapping on clickable elements */
a, area, button, input, label, select, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
/*# sourceMappingURL=sanitize.css.map */ :root, html, body {
  color: #6f4a1a;
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
li {
  list-style-type: none;
}
a {
  color: #6f4a1a;
  transition: .3s;
  word-break: break-all;
}

.inline-block{
    display: inline-block;
}

@media (hover: hover) {
  a:hover {
    text-decoration: none;
    color: #6b7506;
    opacity: 0.8;
  }
}
@media (hover: hover) {
  a img:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px), print {
  p, dl, dt, dd, ul, ol, li, table, th, td, div, span {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  p, dl, dt, dd, ul, ol, li, table, th, td, div, span {
    font-size: 0.78125rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  p, dl, dt, dd, ul, ol, li, table, th, td, div, span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  p, dl, dt, dd, ul, ol, li, table, th, td, div, span {
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px), print {
  p {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  p {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  p {
    margin-bottom: 7.5px;
  }
}
@media screen and (max-width: 767px) {
  p {
    margin-bottom: 5px;
  }
}
p, li, dt, dd {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  p, li, dt, dd {
    line-height: 1.4;
  }
}
img {
  max-width: 100%;
  max-height: 100%;
}
figcaption {
  font-size: 80%;
  margin-top: 10px;
  text-align: center;
}
/*[href$='pdf'] {
  text-decoration: underline;
  position: relative;
}
[href$='pdf']::after {
  content: 'PDF';
  color: #fff;
  background: red;
  border-radius: 2px;
  text-decoration: none;
  padding: 2px 0 1px;
  text-align: center;
  line-height: 1;
  font-size: 0.625rem;
  display: inline-block;
  width: 2rem;
  height: .8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 10px;
}*/
@media (hover: hover) {
  [href$='pdf']:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px) and (hover: hover), print and (hover: hover) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}
/* clearfix -------------------------------------- */
.cf::before, .cf::after {
  content: '';
  display: block;
}
.cf::after {
  clear: both;
}
/* float -------------------------------------- */
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.pc_display {
  display: none;
}
.sp_display {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_display {
    display: block;
  }
}
.sp_inline {
  display: none;
}


@media screen and (max-width: 767px) {
  .sp_inline {
    display: inline;
  }
}
.sp_inline_block {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_inline_block {
    display: inline-block;
  }
}
.pc_display {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_display {
    display: none;
  }
}
.pc_inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc_inline {
    display: none;
  }
}
.pc_inline_block {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pc_inline_block {
    display: none;
  }
}
.inline_block {
  display: inline-block;
}
ol.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 1rem;
  padding: 0;
  justify-content: left; /* 子要素をflexboxにより中央に配置する */
  align-items: top; /* 子要素をflexboxにより中央に配置する */
}
ol.row li {
  margin-right: 5%;
  width: 40%;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  ol.row {
    display: block;
    margin: 0 0 1rem;
    padding: 0;
  }
  ol.row li {
    margin-right: 0%;
    width: 100%;
  }
}
/* tit -------------------------------------- */
.tit_01 {
  font-size: 1.875rem;
  font-family: "MotoyaLMaru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
  padding: 2rem 0;
  color: #6f4a1a;
}
@media screen and (max-width: 767px) {
  .tit_01 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px), print {
  .tit_01 {
    text-align: right;
  }
}
body.index .tit_02 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  body.index .tit_02 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) and (orientation: landscape), print and (orientation: landscape) {
  body.index .tit_02 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.index .tit_02 {
    margin-bottom: 7px;
  }
}
body.index .tit_02 span:first-child {
  color: #6f4a1a;
  line-height: 1.3;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
@media screen and (max-width: 767px) {
  body.index .tit_02 span:first-child {
    padding: 0 25px;
  }
}
body.index .tit_02 span:first-child::before, body.index .tit_02 span:first-child::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #6f4a1a;
}
body.index .tit_02 span:first-child::before {
  left: 0;
}
body.index .tit_02 span:first-child::after {
  right: 0;
}
@media (min-width: 768px), print {
  body.index .tit_02 span:first-child {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  body.index .tit_02 span:first-child {
    font-size: 1.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  body.index .tit_02 span:first-child {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  body.index .tit_02 span:first-child {
    font-size: 1.125rem;
  }
}
body.index .tit_02 span:last-child {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
body.index .tit_02 .pi {
  background: url("../images/index_tit_02_pi.png") no-repeat center bottom/100% auto;
  width: 71px;
  height: 19px;
}
body.index .tit_02 .wh {
  background: url("../images/index_tit_02_wh.png") no-repeat center bottom/100% auto;
  width: 107px;
  height: 15px;
}
body.index .tit_02 .cl {
  background: url("../images/index_tit_02_cl.png") no-repeat center bottom/100% auto;
  width: 95px;
  height: 13px;
}
body.index .tit_02 .tr {
  background: url("../images/index_tit_02_tr.png") no-repeat center bottom/100% auto;
  width: 95px;
  height: 13px;
}
body.index .tit_02 .po {
  background: url("../images/index_tit_02_po.png") no-repeat center bottom/100% auto;
  width: 58px;
  height: 13px;
}
body.index .tit_02 .ov {
  background: url("../images/index_tit_02_ov.png") no-repeat center bottom/100% auto;
  width: 138px;
  height: 13px;
}
body:not(.index) .tit_02 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  body:not(.index) .tit_02 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) and (orientation: landscape), print and (orientation: landscape) {
  body:not(.index) .tit_02 {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  body:not(.index) .tit_02 {
    margin-bottom: 7px;
  }
}
body:not(.index) .tit_02 span {
  font-family: "MotoyaLMaru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #6f4a1a;
  line-height: 1.3;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
@media (min-width: 768px), print {
  body:not(.index) .tit_02 span {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  body:not(.index) .tit_02 span {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  body:not(.index) .tit_02 span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body:not(.index) .tit_02 span {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  body:not(.index) .tit_02 span {
    padding: 0 25px;
  }
}
body:not(.index) .tit_02 span::before, body:not(.index) .tit_02 span::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #6f4a1a;
}
body:not(.index) .tit_02 span::before {
  left: 0;
}
body:not(.index) .tit_02 span::after {
  right: 0;
}
body:not(.index) .tit_02 .ov {
  display: none;
}
.tit_03 {
  font-family: "MotoyaLMaru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #6f4a1a;
  border-bottom: 1px dotted #6f4a1a;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (min-width: 768px), print {
  .tit_03 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .tit_03 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .tit_03 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .tit_03 {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  .tit_03 {
    margin-bottom: 12px;
  }
}
@media (max-width: 1024px) and (orientation: landscape), print and (orientation: landscape) {
  .tit_03 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .tit_03 {
    padding-bottom: 3px;
    margin-bottom: 5px;
  }
}
.tit_04 {
  font-family: "HannariMincho", "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif";
  font-weight: bold;
  font-family: "MotoyaLMaru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 768px), print {
  .tit_04 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .tit_04 {
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .tit_04 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .tit_04 {
    font-size: 0.8125rem;
  }
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  .tit_04 {
    margin-bottom: 3px;
  }
}
@media (max-width: 1024px) and (orientation: landscape), print and (orientation: landscape) {
  .tit_04 {
    margin-bottom: 2px;
  }
}
.tit_05 {
  font-family: "HannariMincho", "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif";
  font-weight: bold;
  font-family: "MotoyaLMaru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #ccdc2f;
  border-bottom: dotted 1px #ccdc2f;
  font-size: 80%;
}
@media (min-width: 768px), print {
  .tit_05 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .tit_05 {
    font-size: 0.7125rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .tit_05 {
    font-size: 0.775rem;
  }
}
@media screen and (max-width: 767px) {
  .tit_05 {
    font-size: 0.7125rem;
  }
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  .tit_05 {
    margin-bottom: 3px;
  }
}
@media (max-width: 1024px) and (orientation: landscape), print and (orientation: landscape) {
  .tit_05 {
    margin-bottom: 2px;
  }
}
.normal {
  font-weight: normal;
}
/* txt -------------------------------------- */
.txt_c {
  text-align: center !important;
  text-align: -webkit-center;
}
.txt_l {
  text-align: left;
}
.txt_r {
  text-align: right;
}
.red {
  color: #e8447d;
}
.orange {
  color: #E88B43;
}
.bold{
    font-weight: bold;
}
.img_fuild{
    max-width: 100%;
    height: auto;
}
.mt20{
   margin-top: 2rem; 
}


@media (min-width: 768px), print {
  .txt li, .txt_b {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .txt li, .txt_b {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .txt li, .txt_b {
    margin-bottom: 7.5px;
  }
}
@media screen and (max-width: 767px) {
  .txt li, .txt_b {
    margin-bottom: 5px;
  }
}

.km, .km_list li {
  font-size: 90%;
  display: block;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .km, .km_list li {
    text-indent: -10px;
    padding-left: 10px;
  }
}
.km::before, .km_list li::before {
  content: '※';
  margin-right: 1px;
}
.km .red, .km_list li .red {
  font-size: 100%;
}
.km_list li > ol li:before {
  content: none;
}
.net {
  display: block;
  background: #b3c315;
  color: #fff;
  font-family: "MotoyaLMaru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 500;
  line-height: 1;
  border-radius: 15px;
  padding: 5px 0 7px 20px;
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  .net {
    /*padding: 3px 0 4px 8px;*/
    padding: 4px 5px 6px 2px;
    text-align: center;
    display: block;
  }
}
@media (max-width: 1024px) and (orientation: landscape), print and (orientation: landscape) {
  .net {
    /*padding: 5px 0 5px 10px;*/
    padding: 4px 0;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .net {
    /*padding: 3px 0 4px 2.5em;
    margin-right: 7px;
    text-align: left;*/
    /* padding: 4px 0;*/
    padding: 4px 6px 4px 2px;
    text-align: center;
    display: block;
    width: 80%;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .net {
    /*padding: 3px 0 4px 1.5em;*/
  }
}
.net span {
  position: relative;
  font-size: 1.0625rem;
}
.net span::before {
  position: absolute;
  bottom: 7px;
  right: -25px;
  content: "";
  width: 8px;
  height: 1px;
  background: #f6f8e3;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.net span::after {
  position: absolute;
  bottom: 5px;
  right: -25px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 16px;
  border-bottom: 1px solid #f6f8e3;
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  .net span {
    font-size: 0.8125rem;
  }
}
@media (max-width: 1024px) and (orientation: landscape), print and (orientation: landscape) {
  .net span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .net span {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .net span {
    font-size: 0.875rem;
  }
}
.net:hover {
  background: #f2a5b2;
  color: #fff;
}
.tel {
  font-family: "MotoyaLMaru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 1;
  color: #695146;
  background: url("../images/icon_tel.png") no-repeat left center;
  padding: 5px 0 5px 35px;
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  .tel {
    padding: 9px 0 5px 35px;
  }
}
@media (max-width: 1024px) and (orientation: landscape), print and (orientation: landscape) {
  .tel {
    padding: 7px 0 5px 35px;
  }
}
@media screen and (max-width: 767px) {
  .tel {
    margin-bottom: 1px;
    font-size: 1.125rem;
    padding: 5px 0 3px 35px;
    margin-bottom: 0;
    text-shadow: 1px 1px 0px #fff;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .tel {
    font-size: 0.84375rem;
    padding: 9px 0 3px 33px;
  }
}
@media (min-width: 768px), print {
  span.tel {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  span.tel {
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  span.tel {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  span.tel {
    font-size: 0.875rem;
  }
}
span.as {
  display: inline-block;
  font-family: "MotoyaLMaru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 1;
  color: #695146;
  background: url("../images/icon_access.png") no-repeat left 3px top 30%;
  padding: 5px 0 5px 25px;
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  span.as {
    font-size: 0.625rem;
  }
}
@media (max-width: 1024px) and (orientation: landscape), print and (orientation: landscape) {
  span.as {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  span.as {
    font-size: 1rem;
    padding-bottom: 5px;
    padding-top: 6px;
    margin-bottom: 3px;
    text-shadow: 1px 1px 0px #fff;
    font-weight: bold;
  }
}
.arrow {
  display: inline-block;
  line-height: 1;
  padding-left: 15px;
  text-decoration: underline;
  position: relative;
}
.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6f4a1a;
  border-right: 1px solid #6f4a1a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6f4a1a;
  border-right: 1px solid #6f4a1a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow:hover {
  color: #ffc3cd;
}
.gmap {
  width: 100%;
  position: relative;
  padding-top: 22.0668996505%;
}
.gmap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .gmap {
    position: relative;
    padding-top: 62.2535211268%;
  }
  .gmap > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media print {
  .gmap {
    position: relative;
    padding-top: 22.0668996505%;
    overflow: hidden;
  }
  .gmap > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .gmap > iframe {
    bottom: 0;
    margin: auto 0;
    width: 100% !important;
    height: 200% !important;
  }
}
.disc li {
  list-style-type: disc;
  margin-left: 20px;
}
.decimal li {
  list-style-type: decimal;
  margin-left: 20px;
}
.dot li, .dot_txt {
  margin-left: 1.5em;
  position: relative;
}
.dot li::before, .dot_txt::before {
  display: block;
  content: '';
  position: absolute;
  top: .42em;
  left: -1.4em;
  width: 10px;
  height: 10px;
  background-color: #b3c315;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .dot li::before, .dot_txt::before {
    top: .2em;
  }
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.l_col {
  flex: 0 1 1240px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  .l_col {
    padding: 0 10px;
    width: auto;
  }
}
.l_row {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.l_col_2 {
  flex: 1 0 0px;
  max-width: 600px;
  margin-right: 40px;
}
.l_col_2:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l_col_2 {
    display: block;
    flex: 1 1 100%;
    max-width: none;
    margin-right: 0;
  }
}
.l_col_3 {
  flex: 1 0 0px;
  max-width: 404.4444444444px;
  margin-right: 26.6666666667px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .l_col_3 {
    flex: 1 1 100%;
    max-width: none;
    margin: 0;
  }
}
.l_col_3:last-child {
  margin-right: 0;
}
.l_col_4 {
  flex: 1 0 0px;
  max-width: 302.5px;
  margin-right: 30px;
}
.l_col_4:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l_col_4 {
    display: block;
    flex: 1 1 50%;
    max-width: none;
    margin-right: 0;
  }
}
.l_col_5 {
  flex: 1 0 0px;
  max-width: 232px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.l_col_5:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l_col_5 {
    flex: 1 1 100%;
    max-width: 47%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .l_col_5:nth-child(5n) {
    flex: 1 1 100%;
    max-width: 47%;
    margin: 0 auto;
  }
  .l_col_5:last-child, .l_col_5:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.l_col_6 {
  flex: 1 0 0px;
  max-width: 183.3333333333px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.l_col_6:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l_col_6 {
    flex: 1 1 100%;
    max-width: 49%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .l_col_6:last-child, .l_col_6:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.l_cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l_v_m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l_c {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l_cc_sp {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.l_txt {
  flex: 1 0 0px;
  margin-right: calc(100% - 70.8333333333% - 25%);
  max-width: 70.8333333333%;
}
.l_txt:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l_txt {
    display: block;
    flex: 1 1 100%;
    max-width: none;
    margin-right: 0;
  }
}
.l_img {
  flex: 1 0 0px;
  margin-right: calc(100% - 70.8333333333% - 25%);
  max-width: 25%;
  text-align: center;
}
.l_img:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l_img {
    display: block;
    flex: 1 1 100%;
    max-width: 75%;
    margin: 0 auto 20px;
  }
  .l_img:nth-child(even) {
    margin-right: auto;
  }
}
.c_img {
  text-align: center;
  margin-bottom: 1em;
}
.c_img img {
  max-width: 100%;
  height: auto;
}
.img_c80 {
  margin: 1rem auto;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .l_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .l_reverse .l_img {
    margin-bottom: 10px;
    width: 60%;
  }
}
.l_float {
  background: #FFBABB;
}
.l_float::before, .l_float::after {
  content: '';
  display: block;
}
.l_float::after {
  clear: both;
}
.l_float_img_l, .l_float_img_r {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l_float_img_l, .l_float_img_r {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px), print {
  .l_float_img_l, .l_float_img_r {
    max-width: 40.5%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .l_float_img_l, .l_float_img_r {
    max-width: 30.5%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .l_float_img_l, .l_float_img_r {
    max-width: 35.5%;
  }
}
@media (min-width: 768px), print {
  .l_float_img_l {
    float: left;
    margin-right: 35px;
  }
  .l_float_img_r {
    float: right;
    margin-left: 30px;
  }
}
.t_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t_dl dt, .t_dl dd {
  padding: 3px 0;
}
.t_dl dt {
  width: 4em;
}
.t_dl dd {
  width: calc(100% - 4em);
}
.t_dl_overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t_dl_overview dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6rem;
  margin-right: 5px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .t_dl_overview dt {
    width: 4.5rem;
    margin-right: 8px;
  }
}
.t_dl_overview dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 6rem - 5px - 2px);
  height: 47px;
}
@media screen and (max-width: 767px) {
  .t_dl_overview dd {
    width: calc(100% - 4.5rem - 8px - 2px);
  }
}

.tbl_price {
  table-layout: fixed;
  width: 100%;
}
.tbl_price th, .tbl_price td {
  border: 1px solid #dcdcdc;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .tbl_price th, .tbl_price td {
    font-size: 0.875rem;
  }
}
.tbl_price th {
  background: #ffc3cd;
  padding: 20px 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .tbl_price th {
    padding: 15px 0;
  }
}
.tbl_price td {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .tbl_price td {
    padding: 7px 8px;
  }
}
.tbl_price td:nth-child(2) {
  text-align: right;
}

.tbl_def {
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tbl_def {
    table-layout: auto;
  }
}
.tbl_def th, .tbl_def td {
  border: 1px solid #dcdcdc;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tbl_def th, .tbl_def td {
    font-size: 0.875rem;
  }
}
.tbl_def th {
  padding: 20px 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .tbl_def th {
    padding: 15px 0;
  }
}
.tbl_def thead tr th {
  background: #ffc3cd;
}
.tbl_def tbody tr th {
  background: #ffedf0;
}
.tbl_def td {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .tbl_def td {
    padding: 7px 8px;
  }
}

.link_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 40px 10px;
  background: #eee;
  margin-bottom: 30px;
}
.link_anchor li a {
  display: inline-block;
  display: inline-block;
  line-height: 1;
  position: relative;
  padding: 5px 11px 5px 20px;
  background: #b3c315;
  color: #fff;
  border-radius: 3px;
  margin: 0 5px 5px 0;
}
.link_anchor li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link_anchor li a::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 8px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link_anchor li a:hover::before {
  border-bottom: 1px solid #121401;
  border-right: 1px solid #121401;
}
.link_anchor li a:hover::after {
  border-bottom: 1px solid #121401;
  border-right: 1px solid #121401;
}
.link_anchor li a:hover {
  color: #6f4a1a;
  background: #f2a5b2;
}
@media screen and (max-width: 767px) {
  .link_anchor {
    padding: 15px 0 10px 5px;
  }
}
@media (min-width: 768px), print {
  .header_box {
    background: #fff;
    opacity: 0.851;
    padding: 15px 0 7px;
    position: relative;
    z-index: 1;
  }
}
.logo a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../images/logo.png") no-repeat center left/contain;
  height: 0;
  padding-top: 22.1135029354%;
}
@media (min-width: 768px), print {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 768px), print {
  .header_logo {
    flex: 1 0 42.5833333333%;
    max-width: 42.5833333333%;
    margin-right: 3.6666666667%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .header_logo {
    max-width: 35%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .header_logo {
    flex: 1 1 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_logo .logo {
    width: 85%;
    margin-right: 5%;
  }
  .header_logo .header_button_bg {
    width: 10%;
    text-align: center;
    padding-bottom: 17px;
  }
}
@media (min-width: 768px), print {
  .header_item {
    flex: 1 1 53.75%;
    max-width: 53.75%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .header_item {
    max-width: 62%;
  }
}
@media screen and (max-width: 767px) {
  .header_item {
    text-align: center;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .header_item_inner_last {
    margin-bottom: -3px;
    width: 100%;
  }
}
@media (min-width: 768px), print {
  .header_item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .header_item_inner {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px), print {
  .header_item_inner_first {
    width: 45.7364341085%;
    margin-right: 3.1007751938%;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .header_item_inner_first {
    width: 42.6356589147%;
  }
}
@media (min-width: 768px), print {
  .header_item_inner_last {
    width: 51.1627906977%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .header_item_inner_last {
    width: 54.2635658915%;
  }
}
.header_item_inner_last {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_item_inner_last div:first-child {
  width: 55%;
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  .header_item_inner_last div:first-child {
    width: 56%;
  }
}
@media (max-width: 1024px) and (orientation: landscape), print and (orientation: landscape) {
  .header_item_inner_last div:first-child {
    width: 57%;
  }
}
.header_item_inner_last div:last-child {
  width: 45%;
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  .header_item_inner_last div:last-child {
    width: 44%;
  }
}
@media (max-width: 1024px) and (orientation: landscape), print and (orientation: landscape) {
  .header_item_inner_last div:last-child {
    width: 43%;
  }
}
@media (min-width: 768px), print {
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    display: none;
    position: absolute;
    top: 76px;
    right: 0;
    width: 100%;
    z-index: 9999;
    border-top: 2px solid #ccc;
  }
}
.navbar li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .navbar li {
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 768px), print {
  .navbar li {
    position: relative;
  }
  .navbar li::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 10px;
    border: 0.5px dotted #ad824b;
    height: 33px;
  }
}
.navbar li a {
  display: block;
  font-family: "MotoyaLMaru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #695146;
}
@media screen and (max-width: 767px) {
  .navbar li a {
    padding: 14px 0;
  }
  .navbar li a span {
    display: none;
  }
}
@media (min-width: 768px), print {
  .navbar li a {
    font-size: 1rem;
    font-weight: bold;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .navbar li a {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .navbar li a {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px), print {
  .navbar li a span {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .navbar li a {
    font-size: 1.25rem;
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    justify-content: flex-start;
    width: 100%;
    text-align: center;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
  }
  .navbar li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 95%;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 3px solid #ccc;
    border-right: 3px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (min-width: 768px), print {
  .navbar li:first-child {
    padding-left: 0;
    width: 11.5%;
  }
  .navbar li:first-child a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url("../images/gnav_bg_ho.png") no-repeat center top/46px 44px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .navbar li:first-child a {
    background-size: 63%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .navbar li:first-child a {
    background-size: 62%;
  }
}
@media (min-width: 768px), print {
  .navbar li:first-child::before {
    content: none;
  }
  .navbar li:nth-child(2) {
    width: 15%;
  }
  .navbar li:nth-child(2) span {
    background: url("../images/gnav_bg_do.gif") no-repeat center bottom/49px 11px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .navbar li:nth-child(2) span {
    background-size: 55% auto;
  }
}
@media (min-width: 768px), print {
  .navbar li:nth-child(3) {
    padding-bottom: 10px;
    width: 20%;
  }
  .navbar li:nth-child(3) span {
    background: url("../images/gnav_bg_tr.gif") no-repeat center bottom/74px 11px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .navbar li:nth-child(3) span {
    background-size: 65% auto;
  }
}
@media (min-width: 768px), print {
  .navbar li:nth-child(4) {
    width: 21%;
  }
  .navbar li:nth-child(4) span {
    background: url("../images/gnav_bg_cl.gif") no-repeat center bottom/35px 11px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .navbar li:nth-child(4) span {
    background-size: 30% auto;
  }
}
@media (min-width: 768px), print {
  .navbar li:last-child {
    padding-right: 0;
    width: 32.5%;
  }
  .navbar li:last-child span {
    background: url("../images/gnav_bg_me.gif") no-repeat center bottom/188px 13px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .navbar li:last-child span {
    background-size: 95% auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .navbar li:last-child span {
    background-size: 96% auto;
  }
}
@media (min-width: 768px), print {
  .navbar li:nth-of-type(n+2) {
    padding-top: 2px;
  }
  .navbar li:nth-of-type(n+2) a {
    line-height: 1.3;
  }
}
.navbar .i {
  position: relative;
}
.navbar .i li {
  padding: 0;
}
@media (min-width: 768px), print {
  .navbar .i li::before {
    content: none;
  }
}
.navbar .i .child_nav {
  display: none;
  left: 0;
}
@media screen and (max-width: 767px) {
  .navbar .i .child_nav {
    left: 0;
  }
}
.navbar .i .child_nav li:first-child {
  border-top: none;
}
.navbar .i .child_nav li::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .navbar .i .child_nav {
    border-top: 1px solid #ccc;
    width: 60%;
    margin-left: 20%;
  }
}
.navbar .i .child_nav a {
  text-indent: 0;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
  width: 130px;
  padding: 14px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .navbar .i .child_nav a {
    width: 100%;
    border-color: #ccc;
  }
  .navbar .i .child_nav a::before {
    content: none;
  }
}
.navbar .i:hover .child_nav {
  position: absolute;
  display: block;
  z-index: 2;
}
@media (min-width: 768px), print {
  .navbar .i:hover .child_nav {
    top: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .navbar .i:hover .child_nav {
    top: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .navbar .i:hover .child_nav {
    top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .navbar .i:hover .child_nav {
    top: 42px;
  }
}
@media (hover: hover) {
  .navbar .i:hover .child_nav a:hover {
    background: #e4c453;
    color: #fff;
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  .navbar .i:hover .child_nav a:hover {
    width: 100%;
  }
}
@media (min-width: 768px), print {
  .sp_button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_button {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 30px;
    height: 27px;
    line-height: 1.125em;
  }
  .sp_button span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #141414;
  }
  .sp_button span:nth-of-type(1) {
    top: 0;
  }
  .sp_button span:nth-of-type(2) {
    top: 12px;
  }
  .sp_button span:nth-of-type(3) {
    bottom: 0;
  }
  .sp_button.active span:nth-of-type(1) {
    -webkit-transform: translateY(17px) rotate(-45deg);
    transform: translateY(17px) rotate(-45deg);
  }
  .sp_button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .sp_button_txt {
    font-size: .6rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 600;
    color: #141414;
    position: absolute;
    bottom: -27px;
    left: -1px;
  }
}
@media (min-width: 768px), print {
  .sp_button_bg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_button_bg {
    width: 60px;
    height: auto;
    text-align: center;
    margin-left: 5px;
  }
}
.section {
  margin-bottom: 60px;
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  .section {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) and (orientation: landscape), print and (orientation: landscape) {
  .section {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 20px;
  }
}
.section_item {
  margin-bottom: 60px;
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  .section_item {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) and (orientation: landscape), print and (orientation: landscape) {
  .section_item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section_item {
    margin-bottom: 20px;
  }
}
.section_item:last-child {
  margin-bottom: 0;
}
.section_point {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #e4f254;
  border-radius: 10px;
  padding: 15px;
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  .section_point {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) and (orientation: landscape), print and (orientation: landscape) {
  .section_point {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section_point {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.section_point:last-child {
  margin-bottom: 0;
}
.section_point_02 {
  margin-top: 60px;
  margin-bottom: 60px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
}
.section_point_03 {
  margin-top: 20px;
  border-radius: 10px;
  padding: 17px 20px;
  background-color: #f5f1ed;
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  .section_point_03 {
  margin-top: 15px;
  padding: 15px;
}
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  .section_point {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) and (orientation: landscape), print and (orientation: landscape) {
  .section_point {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section_point {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.section_point:last-child {
  margin-bottom: 0;
}
.footer {
  padding-top: 40px;
}
@media (max-width: 1024px), print {
  .footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.footer .logo {
  max-width: 42.5833333333%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .footer .logo {
    margin-bottom: 15px;
    width: 80%;
  }
}
.footer_menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-bottom: 45px;
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  .footer_menu {
    margin-bottom: 33px;
  }
}
@media (max-width: 1024px) and (orientation: landscape), print and (orientation: landscape) {
  .footer_menu {
    margin-bottom: 35px;
  }
}
.footer_menu li {
  position: relative;
  padding-left: 1px;
}
.footer_menu li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 1rem;
  background: #a7a7a7;
}
.footer_menu li:first-child::before {
  content: none;
}
.footer_menu li a {
  display: block;
  padding: 0 10px;
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  .footer_menu li a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu {
    display: none;
  }
}
.footer_body {
  background: #cdb99a;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  line-height: 1;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}
@media screen and (max-width: 767px) {
  .footer_body {
    padding: 15px 0;
  }
}
.footer_body a {
  color: inherit;
}
#pageup {
  position: fixed;
  right: 30px;
  bottom: 50px;
  margin: 0;
  z-index: 999;
  width: auto;
}
@media (max-width: 1024px), print {
  #pageup {
    right: 10px;
  }
}
@media (max-width: 1024px) and (orientation: portrait), print and (orientation: portrait) {
  #pageup {
    bottom: 40px;
  }
}
@media (max-width: 1024px) and (orientation: landscape), print and (orientation: landscape) {
  #pageup {
    bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  #pageup {
    right: 8px;
    bottom: 50px;
  }
}
#pageup a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../images/pagetop.png") no-repeat center center/contain;
  padding-top: 65.73%;
  max-width: 70px;
}
@media screen and (max-width: 767px) {
  #pageup a {
    max-width: 60px;
  }
}
.news {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 0 5px 10px 10px;
  }
}
.news_item {
  padding: 15px 35px 15px 0;
  /*height: 288px;
  overflow-y: scroll;*/
}
@media screen and (max-width: 767px) {
  .news_item {
    padding: 2px 10px 2px 0;
    /*height: 155px;*/
  }
}
.news_title {
  font-weight: bold;
  line-height: 1.2;
  color: #6f4a1a;
  background: #fcf7e7;
  padding: 5px 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.news_title::before {
  content: '▼';
  font-size: 0.6em;
  position: relative;
  top: -0.2em;
}
.news_title.active::before {
  content: '▲';
}
@media (min-width: 768px), print {
  .news_title {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .news_title {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .news_title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .news_title {
    font-size: 0.875rem;
    margin-bottom: 3px;
  }
}
.news_body {
  margin-bottom: 20px;
  padding-left: 10px;
  display: none;
}
@media screen and (max-width: 767px) {
  .news_body {
    margin-bottom: 10px;
    padding-left: 0;
  }
}
.news_body a:hover {
  color: #CFB2B2;
}
.news_body p {
  margin-bottom: 10px;
  line-height: 1.7;
  color: #6f4a1a;
}
@media (min-width: 768px), print {
  .news_body p {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .news_body p {
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .news_body p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .news_body p {
    margin-bottom: 8px;
    line-height: 1.3;
    font-size: 0.75rem;
  }
}
.timetable {
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .timetable {
    margin-bottom: 5px;
  }
}
.timetable th, .timetable td {
  line-height: 1;
}
.timetable thead th {
  font-family: font_mm;
  font-size: 1.125rem;
  color: #fff;
  background: #fac300;
  padding: 10px 2px;
}
@media screen and (max-width: 767px) {
  .timetable thead th {
    font-size: 0.875rem;
  }
}
.timetable tbody tr {
  border-bottom: 1px solid #b4896f;
}
.timetable tbody td {
  padding: 15px 2px;
  color: #cdb99a;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .timetable tbody td {
    font-size: 0.875rem;
  }
}
.timetable tbody td.time {
  color: #6f4a1a;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .timetable tbody td.time {
    font-size: 0.875rem;
  }
}
.timetable_txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}
@media (min-width: 768px), print {
  .overview {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px), print {
  .overview_area {
    padding: 40px 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .overview_area {
    padding-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .overview_area {
    padding-top: 20px;
  }
}
@media (min-width: 768px), print {
  .overview_item dt, .overview_item dd {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px), print and (min-width: 768px), print {
  .overview_item dt, .overview_item dd {
    margin-bottom: 5px;
  }
}
.overview_item dt {
  border: 1px solid #7c5137;
  color: #6f4a1a;
  font-family: "MotoyaLMaru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .overview_item dt {
    margin-bottom: 7px;
  }
}
.overview_item dd {
  border-bottom: 1px dotted #7c5137;
}
@media screen and (max-width: 767px) {
  .overview_item dd {
    font-size: 0.6875rem;
  }
}
@media (min-width: 768px), print {
  .overview_item .za {
    padding-bottom: 10px;
  }
}
.overview_main {
  flex: 1 0 0px;
  max-width: 49.25%;
  margin-right: calc(100% - 49.25% - 49.25%);
}
.overview_main:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .overview_main {
    display: block;
    flex: 1 1 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.overview_sub {
  flex: 1 0 0px;
  max-width: 49.25%;
  margin-right: calc(100% - 49.25% - 49.25%);
}
.overview_sub:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .overview_sub {
    display: block;
    flex: 1 1 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .information_box {
    margin-top: 20px;
  }
  .information {
      flex-wrap: wrap;
  }
}
.information li {
  width: 19.5833333333%;
  margin-right: calc((100% - 19.5833333333%*5)/4);
  margin-bottom: 20px;
  text-align: center;
}
.information li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .information li {
    display: block;
    flex: 1 1 50%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 5px;
    padding: 0 1px;
  }
  .information li:nth-child(5) {
    flex: 0 1 50%;
    margin: 0 auto 10px;
  }
}
.information li a {
  display: block;
  font-family: 'TsukuARdGothicStd', '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  line-height: 1;
}
@media (min-width: 768px), print {
  .information li a {
    font-size: 1.0625rem;
    text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .information li a {
    font-size: 0.6875rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .information li a {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .information li a {
    font-size: 0.875rem;
    font-weight: bold;
  }
}
@media (min-width: 768px), print {
  .information li .information_01 {
    background: url("../images/information_01.jpg") no-repeat center center/100% auto;
    padding: 30% 0;
  }
}
@media screen and (max-width: 767px) {
  .information li .information_01 {
    padding: 5% 0;
    background: #cdb99a;
  }
}
@media (min-width: 768px), print {
  .information li .information_02 {
    background: url("../images/information_02.jpg") no-repeat center center/100% auto;
    padding: 30% 0;
  }
}
@media screen and (max-width: 767px) {
  .information li .information_02 {
    padding: 5% 0;
    background: #cdb99a;
  }
}
@media (min-width: 768px), print {
  .information li .information_03 {
    background: url("../images/information_03.jpg") no-repeat center center/100% auto;
    padding: 30% 0;
  }
}
@media screen and (max-width: 767px) {
  .information li .information_03 {
    padding: 5% 0;
    background: #cdb99a;
  }
}
@media (min-width: 768px), print {
  .information li .information_04 {
    background: url("../images/information_04.jpg") no-repeat center center/100% auto;
    padding: 30% 0;
  }
}
@media screen and (max-width: 767px) {
  .information li .information_04 {
    padding: 5% 0;
    background: #cdb99a;
  }
}
@media (min-width: 768px), print {
  .information li .information_05 {
    background: url("../images/information_05.jpg") no-repeat center center/100% auto;
    padding: 30% 0;
  }
}
@media screen and (max-width: 767px) {
  .information li .information_05 {
    padding: 5% 0;
    background: #cdb99a;
  }
}
@media (min-width: 768px), print {
  .information li .information_06 {
    background: url("../images/information_06.jpg") no-repeat center center/100% auto;
    padding: 30% 0;
  }
}
@media screen and (max-width: 767px) {
  .information li .information_06 {
    padding: 5% 0;
    background: #cdb99a;
  }
}
.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px), print {
  .point {
    padding: 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .point {
    padding: 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .point {
    padding: 0 80px;
  }
}
.point li {
  width: 31%;
  margin-right: calc((100% - 31%*3)/2);
  margin-bottom: 20px;
  text-align: center;
}
.point li > :last-child {
  margin-bottom: 0;
}
.point li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .point li {
    display: block;
    flex: 1 1 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px), print {
  .point li {
    padding-top: 14%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .point li {
    padding-top: 10%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .point li {
    padding-top: 13%;
  }
}
.point li span {
  display: inline-block;
  width: 80px;
  height: 103px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-bottom: 6px;
}
.point li h3 {
  line-height: 1.3;
}
@media (min-width: 768px), print {
  .point li h3 {
    font-size: 1.4375rem;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .point li h3 {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .point li h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .point li h3 {
    font-size: 1.125rem;
    margin-bottom: 2px;
  }
}
.point li p {
  text-align: left;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .point li p {
    font-size: 0.6875rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .point li p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .point li p {
    font-size: 0.875rem;
  }
}
.point li:first-child {
  background: url("../images/index_point_bg_01.jpg") no-repeat top center/100% auto;
}
.point li:first-child span {
  background: url("../images/index_point_01.png") no-repeat center bottom/80px 103px;
}
.point li:nth-child(2) {
  background: url("../images/index_point_bg_02.jpg") no-repeat top center/100% auto;
}
.point li:nth-child(2) span {
  background: url("../images/index_point_02.png") no-repeat center bottom/80px 103px;
}
.point li:last-child {
  background: url("../images/index_point_bg_03.jpg") no-repeat top center/100% auto;
}
.point li:last-child span {
  background: url("../images/index_point_03.png") no-repeat center bottom/80px 103px;
}
@media screen and (max-width: 767px) {
  .point li:first-child, .point li:nth-child(2), .point li:last-child {
    background-size: 70% auto;
    padding-top: 27%;
  }
}
.arrow_b_od {
  position: relative;
}
.arrow_b_od::after {
  position: absolute;
  content: " ";
  width: 32px;
  height: 17px;
  background: url("../images/arrow_b.gif") no-repeat;
  bottom: -17px;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .arrow_b_od::after {
    left: 30px;
    background-size: 50% 50%;
  }
}
.arrow_b_od_tit {
  border-radius: 15px;
  background: #303472;
  font-size: 1.3rem;
  font-family: "HannariMincho", "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif";
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding: 10px 0 10px 150px;
}
@media screen and (max-width: 767px) {
  .arrow_b_od_tit {
    font-size: 1rem;
    padding-left: 70px;
  }
}
.arrow_b_od_body {
  margin-left: 50px;
  margin-top: 15px;
  border-left: 32px solid #e8447d;
  padding-left: 70px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .arrow_b_od_body {
    margin-left: 30px;
    padding-left: 20px;
    padding-right: 15px;
    border-left-width: 16px;
  }
}
.arrow_b_od_body_span {
  display: block;
  height: 40px;
}
.arrow_b_od_body .first {
  width: 65%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .arrow_b_od_body .first {
    margin-bottom: 20px;
    width: 100%;
  }
}
.arrow_b_od_body .last {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .arrow_b_od_body .last {
    width: 100%;
  }
}
.arrow_b_od_body .box {
  background: #f3f7fb;
  padding: 20px 10px 20px 20px;
}
.arrow_b_od_body_last {
  border-left: none;
  padding-left: 102px;
}
@media screen and (max-width: 767px) {
  .arrow_b_od_body_last {
    padding-left: 35px;
  }
}
.after_none::after {
  content: none;
}
.before_none:before {
  content: none;
}
.overlay_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px), print {
  .overlay_panel {
    padding: 0 30px;
  }
}
.overlay_panel li {
  width: 32.5%;
  margin-right: calc((100% - 32.5%*3)/2);
  margin-bottom: 40px;
}
.overlay_panel li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .overlay_panel li {
    display: block;
    flex: 1 1 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.overlay_panel li:first-child a {
  background: url("../images/overlay_01.jpg") no-repeat center center/100% 100%;
}
.overlay_panel li:nth-child(2) a {
  background: url("../images/overlay_02.jpg") no-repeat center center/100% 100%;
}
.overlay_panel li:last-child a {
  background: url("../images/overlay_03.jpg") no-repeat center center/100% 100%;
}
.overlay_panel li:first-child a .arrow_rt, .overlay_panel li:nth-child(2) a .arrow_rt, .overlay_panel li:last-child a .arrow_rt {
  position: relative;
}
.overlay_panel li:first-child a .arrow_rt::before, .overlay_panel li:nth-child(2) a .arrow_rt::before, .overlay_panel li:last-child a .arrow_rt::before {
  position: absolute;
  bottom: 11.7px;
  right: -56.5px;
  content: "";
  width: 15px;
  height: 1px;
  background: #90765c;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.overlay_panel li:first-child a .arrow_rt::after, .overlay_panel li:nth-child(2) a .arrow_rt::after, .overlay_panel li:last-child a .arrow_rt::after {
  position: absolute;
  bottom: 8px;
  right: -55px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 40px;
  border-bottom: 1px solid #90765c;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .overlay_panel li:first-child a .arrow_rt::before, .overlay_panel li:nth-child(2) a .arrow_rt::before, .overlay_panel li:last-child a .arrow_rt::before {
    bottom: 11px;
    right: -35.5px;
    width: 12px;
  }
  .overlay_panel li:first-child a .arrow_rt::after, .overlay_panel li:nth-child(2) a .arrow_rt::after, .overlay_panel li:last-child a .arrow_rt::after {
    bottom: 8px;
    right: -35px;
    width: 30px;
  }
}
.overlay_panel li:first-child a span, .overlay_panel li:nth-child(2) a span, .overlay_panel li:last-child a span {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .overlay_panel li:first-child a, .overlay_panel li:nth-child(2) a, .overlay_panel li:last-child a {
    background-size: 100% 100%;
  }
}
.overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
@media (min-width: 768px), print {
  .overlay {
    padding: 21.5% 18% 20%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .overlay {
    padding: 21.5% 12% 20%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .overlay {
    padding: 21.5% 15% 20%;
  }
}
@media screen and (max-width: 767px) {
  .overlay {
    padding: 21.5% 18% 20%;
  }
}
.overlay:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.overlay_body {
  display: block;
  border: 2px solid #866540;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 12px 45px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  color: #6f4a1a;
  font-weight: bold;
}
.overlay:hover .overlay_body {
  background-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px), print {
  .overlay_body {
    padding: 12px 0 12px 45px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .overlay_body {
    padding: 12px 0 12px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .overlay_body {
    padding: 12px 0 12px 30px;
  }
}
@media (min-width: 768px), print {
  body.index header {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px), print {
  body.index .keyv {
    /*background: #e6e2dd url("../images/keyv.jpg") no-repeat center bottom/cover;*/
    /*padding-bottom: 10px;*/
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  body.index .keyv {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.index .keyv {
    /*background: #e6e2dd url("../images/keyv01_sp.jpg") no-repeat center center/cover;*/
    /*padding-bottom: 8px;*/
    padding-top: 8px;
    position: relative;
  }
}
@media (min-width: 768px), print {
  body.index .keyv_p {
    height: 0;
    padding-top: 49%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url("../images/keyv_p.png") no-repeat center top 30px/auto 90%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  body.index .keyv_p {
    background-position: center top 15px;
    background-size: auto 95%;
  }
}
@media screen and (max-width: 767px) {
  body.index .keyv_p {
    text-align: center;
    margin-bottom: 10px;
  }
  body.index .keyv_p span {
    display: block;
    font-size: 0.90625rem;
    line-height: 1.2;
    font-family: "HannariMincho", "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "serif";
    font-weight: bold;
    color: #6f4a1a;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  body.index .keyv_p span {
    font-size: 0.78125rem;
  }
}
body.index .keyv_info {
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
  border-radius: 50%;
  padding-top: 30%;
  font-family: "Yu Mincho";
  font-weight: bold;
}
body.index .keyv_info li:first-child {
  font-size: 1.625rem;
}
body.index .keyv_info li:nth-child(2) {
  background: #f2a5b2;
  display: inline-block;
  border-radius: 20px;
  font-size: 1.875rem;
  color: #fff;
  line-height: 1;
  padding: 7px 25px;
  margin-bottom: 10px;
}
body.index .keyv_info_bg {
  position: absolute;
  display: inline-block;
  width: 263px;
  height: 263px;
  padding: 20px;
  text-align: center;
  background: url("../images/keyv_info_bg.png") no-repeat;
}
@media (min-width: 768px), print {
  body.index .keyv_info_bg {
    right: 2px;
    bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  body.index .keyv_info_bg {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 170%;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  body.index .keyv_info_bg {
    top: 200%;
  }
}
body.index .keyv_p_box {
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body.index .header_logo {
    margin-bottom: 2px;
  }
  body.index .header_item {
    background: rgba(255, 255, 255, 0.3);
    padding: 8px 0 3px;
    margin-bottom: 2px;
  }
}
body:not(.index) .keyv {
  background: url("../images/keyv.jpg") repeat-x left bottom;
}
@media (min-width: 768px), print {
  body:not(.index) .keyv {
    padding-top: 8%;
    padding-bottom: 1%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  body:not(.index) .keyv {
    padding-top: 3%;
    padding-bottom: 3%;
    margin-bottom: 15px;
  }
}
body:not(.index) header {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  body:not(.index) header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  body:not(.index) .header_logo .logo {
    margin-top: 3px;
  }
}
.index_bg {
  background: url("../images/index_bg_01.gif");
  padding: 10px 0;
}
@media (min-width: 768px), print {
  .index_bg {
    padding: 60px 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print and (max-width: 1024px) and (orientation: portrait), print and (min-width: 768px) and (orientation: portrait), print and (orientation: portrait) {
  .index_bg {
    padding: 20px 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), print and (max-width: 1024px) and (orientation: landscape), print and (min-width: 768px) and (orientation: landscape), print and (orientation: landscape) {
  .index_bg {
    padding: 40px 0 20px;
  }
}
.index_bg_i {
  background: url("../images/index_bg_02.jpg") no-repeat center center;
  padding: 20px 0;
}
@media (min-width: 768px), print {
  .index_bg_i {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .index_bg_i {
    background-size: auto 100%;
    padding: 20px 0 0;
  }
}
.index_bg_j {
  padding: 20px 0;
}
@media (min-width: 768px), print {
  .index_bg_j {
    background: #fbfdfd url("../images/index_bg_03.jpg") no-repeat right center/auto 100%;
    padding: 60px 0 0;
  }
}
.index_bg_w {
  padding: 20px 0;
	background-color: #FCF7E7;
}
@media (min-width: 768px), print {
  .index_bg_w {
    padding: 60px 0;
  }
}
.ban img {
  border: 1px solid #4faec0;
}
.ban {
  width: 37.5rem;
  margin: 1.25rem auto 2.5rem;
  display: flex;
  flex-direction: column;
}
.ban .dup {
  background: #b3c315;
  font-size: 1rem;
  font-weight: bold;
  width: 200px;
  padding: 14px;
  margin: 1.25rem auto 0;
  border: 2px solid #97a516;
}

@media screen and (max-width: 767px) {
  .ban {
    /*margin-top: 285px;*/
    margin-bottom: 0;
    max-width: 80%;
  }
}
.beautydermatology .width > img {
  margin: 0 auto;
}
@media (min-width: 768px), print {
  .beautydermatology .width > img {
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .beautydermatology .width > img {
    max-width: 50%;
  }
}
.cosmetics_img {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cosmetics_img {
    max-width: 55%;
    margin: 0 auto 30px;
    margin-top: 15px;
  }
}
#clinicslide01, #clinicslide02 {
  margin-bottom: 8.0rem;
}
#clinicslide01 img, #clinicslide01 p, #clinicslide02 img, #clinicslide02 p {
  display: none;
}
.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 2rem;
}
.sp-selected-thumbnail {
  border: 4px solid #000;
}
/*キービジュアル*/
/*.slider_bk {
	position: relative;
}*/
.slider_bnr {
  position: absolute;
  bottom: 20px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .slider_bnr {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: center;
  }
}
.slider_wrap {
  position: relative;
  /*z-index: -1;*/
}
.slider {
  margin: 0 0 50px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .slider {
    margin: 0 0 30px;
    padding: 0;
  }
}
.slider img {
  height: auto;
  width: 100%;
}
.single-item {
  margin: 0 auto 50px;
}
.slick-prev::before, .slick-next::before {
  font-size: 30px !important;
  color: #4fae32 !important;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .slick-prev::before, .slick-next::before {
    font-size: 20px !important;
  }
}
.slick-prev:hover::before, .slick-next:hover::before {
  opacity: .8;
}
.lazy-item .slick-next, .thumb-item-nav .slick-next, .multiple-item .slick-next, .center-item .slick-next {
  right: 10%;
  z-index: 99 !important;
}
.lazy-item .slick-prev, .thumb-item-nav .slick-prev, .multiple-item .slick-prev, .center-item .slick-prev {
  left: 10%;
  z-index: 100 !important;
}
.single-item .slick-prev::before, .single-item .slick-next::before {}
.slick-dots {
  bottom: -25px;
}
.multiple-item li {
  margin: 0 5px;
}
.thumb-item {
  max-width: 700px;
  margin: 0 auto 5px;
  padding: 0 5px;
}
.thumb-item-nav {
  max-width: 700px;
  margin: 0 auto;
}
.thumb-item-nav li {
  margin: 5px;
}
.lazy-item {
  width: 400px;
  margin: 0 auto 50px;
}
.lazy-item li {
  margin: 0 5px;
}
/*cosmetics.html*/
.cosmetics .section_item .text {
  width: auto;
}
.cosmetics .section_item .text p {
  margin: 1em 0 0 0;
}
.cosmetics .section_item .text p.title {
  margin: 0;
}
.cosmetics .section_item .text p.title strong {
  font-size: 1.2em;
}
.cosmetics .section_item .text dl dt {
  margin: 1em 0 0 0;
  padding: 0 0 0.5em 0;
  font-weight: bold;
  border-bottom: 1px dotted #cdb99a;
}
.cosmetics .section_item .text dl dd {
  margin: 0.5em 0 0 0;
}
.cosmetics .section_subitem .box {
  margin: 30px 0 0 0;
  padding: 15px;
  border: 1px solid #cdb99a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cosmetics .section_subitem .box .img {
  width: 215px;
}
.cosmetics .section_subitem .box .text {
  width: calc(100% - 230px);
}
.cosmetics .section_subitem .box .text p {
  margin: 1em 0 0 0;
}
.cosmetics .section_subitem .box .text p.title {
  margin: 0;
}
.cosmetics .section_subitem .box .text p.type {
  font-weight: bold;
}
.cosmetics .section_subitem .box .text p.type.blue {
  color: #0068E8;
}
.cosmetics .section_subitem .box .text p.type.green {
  color: #A9D632;
}
.cosmetics .section_subitem .box .text p.type.red {
  color: #EC6A4A;
}
.cosmetics .section_subitem .box .text p.type.black {
  color: #555555;
}
.cosmetics .section_subitem .box .text p.title strong {
  font-size: 1.2em;
}
.cosmetics .section_subitem .box .text dl dt {
  margin: 1em 0 0 0;
  padding: 0 0 0.5em 0;
  font-weight: bold;
  border-bottom: 1px dotted #cdb99a;
}
.cosmetics .section_subitem .box .text dl dd {
  margin: 0.5em 0 0 0;
}
.cosmetics dl.detail dt {
  margin: 1em 0 0 0;
  padding: 0 0 0.5em 0;
  font-weight: bold;
  border-bottom: 1px dotted #cdb99a;
}
.cosmetics dl.detail dd {
  margin: 0.5em 0 0 0;
}
@media screen and (max-width: 767px) {
  .cosmetics .section_subitem .box {
    flex-wrap: wrap;
    margin: 15px 0 0 0;
  }
  .cosmetics .section_subitem .box .img {
    width: 100%;
    text-align: center;
  }
  .cosmetics .section_subitem .box .img img {
    max-width: 55%;
  }
  .cosmetics .section_subitem .box .text {
    width: 100%;
  }
}
.price_campaign {
  text-align: center;
  background-color: #f6def5;
  padding: 15px;
  font-size: 1.5em;
  font-weight: bold;
  width: 60%;
  margin: 0 auto;
}
  .txt_deco {
    text-decoration: underline!important;
    color: #0000ff!important;
  }
@media screen and (max-width: 767px) {
  .price_campaign {
    width: 100%;
    font-size: 1.2em;
  }
  .txt_deco {
    text-decoration: underline!important;
    color: #0000ff!important;
  }
}
.price_campaign span.red {
  color: #e8447d;
  font-size: inherit;
}
@media (min-width: 768px), print {
  .footer_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
  }
  .footer_sp li {
    width: 50%;
  }
  .footer_sp li a {
    display: block;
    color: #fff;
    text-align: center;
    font-family: "MotoyaLMaru", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: 500;
    font-size: 0.875rem;
    height: 45px;
    line-height: 20px;
  }
  .footer_sp li.btn_tel a {
    background: #fac300;
  }
  .footer_sp li.btn_net a {
    background: #b3c315;
  }
}

/*診療カレンダー*/
.cal {
  padding: 1.0rem;
}
.cal .status {
  display: flex;
  justify-content: center;
  gap: 0 1.0rem;
	margin-top: 10px;
}
.cal .status li {
  display: flex;
  align-items: center;
  gap: 0 .4rem;
}
.cal .status li::before {
  display: inline-block;
  content: "■";
  font-size: 120%;
}
.cal .status li.amOnly::before {
  color: #FCD651;
}
.cal .status li.pmOnly::before {
  color: #D6E359;
}
.cal .status li.outPatient::before {
  color: #F7C2CA;
}
.cal .caledit {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .cal {
    padding: 2.0rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .cal.caledit {
    width: 48%;
    font-size: 1.8rem;
    padding: 0 0 2.0rem;
  }
  .cal.caledit .week th {
    padding: 1.6rem 0 .6rem;
  }
  .cal .status {
    width: 100%;
  }
}


.bnr_recruit {
background: url("../images/bnr_recruit.png") no-repeat left bottom/contain;
text-align: right !important;
box-sizing: border-box;
border: 1px solid #4faec0;
padding: 2.0rem;
}
.bnr_recruit .tit {
font-size: 34px;
font-weight: bold;
}
.bnr_recruit p {
font-size: 22px;
font-weight: normal;
}
.bnr_recruit p a {
text-decoration: underline;
font-weight: normal;
}
@media screen and (max-width: 767px) {
.bnr_recruit {
padding: 1.0rem;
}
.bnr_recruit .tit {
font-size: 1.45rem;
}
.bnr_recruit p {
font-size: 1.0rem;
}
}



.tbl_detail{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
        border-right:1px solid #ccc;
        border-top: 1px solid #ccc;    
    dt{
        width: 20%;
        background: #dae9f7;
        border-left:1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 10px;
    }
    dd{
        width: 80%;
        border-left:1px solid #ccc;
        border-bottom: 1px solid #ccc; 
        padding: 10px;
    }
}


/* ボタン */
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 0 auto;
    padding: .7em;
    border: 2px solid #b3c315;
    background-color: #fff;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
}
@media screen and (min-width: 48em), print {
  .btn {
    margin: 0;
    padding: .5em;
}
}
.btn::after {
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    margin-left: 10px;
    border-top: 2px solid #b3c315;
    border-right: 2px solid #b3c315;
    content: '';
}