@charset "UTF-8";

/* normalize, 変数(for Sass) */

@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: 0.05em;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* mixin(for Sass) */

/* ベースの要素スタイル */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: border-box;
}

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

blockquote,
q {
  quotes: "" "";
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/*===================================
module flexbox
====================================*/

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

.flex-col-sp_2>li {
  width: calc(50% - 5px);
}

.flex-col-sp_2_nmargin>li {
  width: 50%;
}

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

a:visited {
  color: #383027;
}

a:hover,
a:focus,
a:active {
  color: #383027;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: 0.6;
}

.link-arrow::after {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 5px;
  font-size: 10px;
}

/* ========================
hoverで横線が出てくるやつ
==========================*/

.c-viewlinks {
  margin: 30px 0 0 0;
  text-align: center;
}

.viewlinks {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 14px;
}

.viewlinks::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #9ed9ed, #d592ff, #ff9993);
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all 0.2s ease;
}

.viewlinks::after {
  margin-left: 10px;
}

.viewlinks:hover::before {
  left: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol>li {
  counter-increment: number;
  position: relative;
}

ol>li:before {
  content: counter(number) ".";
  display: inline-block;
  margin-left: -1em;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

table {
  margin: 0 0 1em;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

th {
  font-weight: normal;
}

.c-table {
  line-height: 1.4;
}

.c-table dl {
  margin-top: 10px;
}

.c-table dl dt {
  padding: 10px;
  background-color: #2363ff;
  color: #ffffff;
  font-weight: bold;
}

.c-table dl dd {
  padding: 10px;
}

.c-table dl dd p {
  margin-bottom: 20px;
}

.c-table dl dd p:last-child {
  margin-bottom: 0;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-color: #383027;
  border-radius: 3px;
  background: #383027;
  color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

.form-submit {
  position: relative;
  width: 100%;
  line-height: 34px;
  padding: 15px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.submit-btn {
  position: relative;
}

.submit-btn:after {
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #fff;
}

.section-confirmation input[type="submit"],
.section-confirmation input[type="button"] {
  width: 100%;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
}

.section-confirmation input[type="submit"]:hover,
.section-confirmation input[type="button"]:hover {
  opacity: 0.7;
}

.section-confirmation .input-submit {
  position: relative;
  margin-bottom: 10px;
}

.section-confirmation .input-button {
  position: relative;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #383027;
  border: none;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  height: 120px;
  resize: vertical;
  background-color: #f9f9f8;
}

input[type="tel"] {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
}

input[type="text"],
input[type="email"] {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #f9f9f8;
}

input.input-year {
  width: 30%;
  display: inline-block;
  margin-right: 10px;
}

input.input-month {
  width: 15%;
  display: inline-block;
  margin: 0 10px;
}

input.input-day {
  width: 15%;
  display: inline-block;
  margin: 0 10px;
}

.radio-input {
  opacity: 0;
}

.radio-input+label {
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
}

.radio-input+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio-input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #383027;
  border-radius: 50%;
}

.mailform .c-btn {
  margin-top: 20px;
}

body,
button,
input,
select,
textarea {
  color: #383027;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* ライブラリ */

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* コンポーネント */

.c-btn {
  margin-top: 13px;
}

.c-btn--center {
  text-align: center;
}

.btn {
  width: 100%;
  padding: 13px;
  background: #f1f38b;
  color: #231815;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.btn:hover {
  opacity: 1;
}

.btn:visited {
  color: #231815;
}

.btn:after {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "▶︎";
  position: absolute;
  right: 10px;
  font-size: 10px;
}

.btn.btn__size--min {
  width: 156px;
}

.btn.btn__color--default {
  background-color: #f1f38b;
  color: #231815;
}

.btn.btn__color--default:hover {
  background-color: #231815;
  color: #ffffff;
}

.btn.btn__contact:after {
  display: none;
}

.btn.btn-line {
  border: 2px solid #231815;
  color: #231815;
}

.btn.btn-line:hover {
  border: 2px solid #efc337;
  background-color: #efc337;
}

.btn.btn-f__small {
  font-size: 14px;
}

.btn .btn-icon {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
}

.page-anchor:after {
  content: "\f078";
}

/* animate */

@-webkit-keyframes circleanime {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circleanime {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.common__contact {
  background-image: url(../images/common/bg_contact.jpg);
  background-size: cover;
  background-position: center;
  padding: 20px 0;
}

.common__contact .box-contact {
  background-color: rgba(255, 255, 255, 0.7);
  width: 300px;
  margin: 0 auto;
  padding: 30px 0;
  font-weight: bold;
  text-align: center;
}

.common__contact p {
  margin: 15px 0 0;
}

.common__contact .tel-info {
  margin-top: 10px;
  font-size: 10px;
}

.common__contact .tel-info>li {
  display: inline-block;
  margin: 0 5px;
}

.common__contact .common__contact--pic {
  font-size: 20px;
}

.c-pagetitle {
  position: relative;
  height: 180px;
  background-position: center;
  background-size: cover;
}

.c-pagetitle .l-container {
  position: static;
}

.c-pagetitle .pagetitle {
  width: 210px;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  color: #8eb69e;
  letter-spacing: 1.6px;
  font-weight: normal;
}

/* ====================
セクションタイトル
=======================*/

.sec-title {
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.sec-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.sec-title span::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #8eb69e;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-page__intro {
  margin-bottom: 30px;
  letter-spacing: 0;
}

.c-page__intro:after {
  content: "";
  clear: both;
  display: block;
}

.c-page__intro p {
  margin-bottom: 15px;
}

.c-page__intro p:last-child {
  margin-bottom: 0;
}

.local-nav-block {
  background-color: #f9f9f8;
  padding: 15px;
}

.local-nav-block .local__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
}

.local-nav-block .local__nav li {
  width: calc(50% - 5px);
  margin-top: 10px;
}

.local-nav-block .local__nav li a {
  background-color: #eaeaea;
  position: relative;
  padding: 10px;
  border-radius: 5px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
}

.local-nav-block .local__nav li a::after {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-news>li {
  background-color: #ffffff;
  margin-bottom: 7px;
  padding: 10px;
}

.c-news a {
  padding-right: 20px;
  position: relative;
  display: block;
}

.c-news a:after {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 0;
  font-size: 12px;
}

.c-news a .c-news__txt {
  text-decoration: underline;
}

.c-news__list li {
  padding: 10px 0;
  border-bottom: 1px solid #aeaeae;
  font-size: 12px;
}

.c-news__list a {
  position: relative;
  display: block;
}

.c-news__list a::after {
  /* 矢印 basis elements linksで別途設定 */
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  font-size: 14px;
  color: #aeaeae;
}

.c-news__list-icon {
  /* アイコン */
  width: 100px;
  margin-right: 5px;
  padding: 2px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
}

.c-news__list-icon-all {
  background-color: #383027;
}

.c-news__list-icon-creative {
  background-color: #c66bff;
}

.c-news__list-icon-education {
  background-color: #fe746d;
}

.c-news__list-icon-medicalcare {
  background-color: #7cc9e6;
}

.c-news__list-date {
  /* 日付 */
}

.c-news__list-txt {
  /* お知らせテキスト */
  display: block;
  margin-top: 5px;
}

/*=========================
 loop
==========================*/

.c-pager {
  margin-top: 20px;
  text-align: center;
}

.c-pager a {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
}

.c-pager a.current {
  color: #8eb69e;
  font-weight: bold;
  border-bottom: 1px solid #8eb69e;
}

.c-pagetop {
  background: #383027;
  border-bottom: 1px solid #9db3dc;
}

.c-pagetop a {
  display: block;
  width: 100%;
  padding: 12px 0;
  transition: all 0.2s ease;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.c-pagetop a span {
  position: relative;
  overflow: hidden;
}

.c-pagetop a span img {
  margin-right: 5px;
  width: 10px;
}

.c-pagetop a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px;
}

/* 共通レイアウト(header, footer, etc.) */

.pagetop {
  position: fixed;
  right: 0;
  bottom: 10px;
}

.pagetop a {
  display: inline-block;
  margin-right: 10px;
}

.pagetop a img {
  width: 33.5px;
}

.l-footer {
  font-size: 12px;
  border-top: 3px solid #f1f38b;
}

.l-footer .footer-top {
  background-color: #ffffff;
  padding: 15px 0;
}

.l-footer .footer-logo {
  width: 180px;
  margin: 0 auto 17px;
}

.l-footer .footer__tel {
  text-align: center;
}

.l-footer .footer__tel a {
  font-size: 16px;
  font-weight: bold;
}

.l-footer .footer__tel a img {
  margin-right: 5px;
  margin-top: -2px;
  width: 18px;
}

.l-footer .footer__tel .footer__tel-info {
  margin-top: 15px;
  font-size: 10px;
  text-align: center;
}

.l-footer .footer__tel .footer__tel-info>li {
  display: inline-block;
  margin: 0 5px;
}

.l-footer .footer-list {
  padding-top: 15px;
  border-bottom: 1px solid #ffffff;
}

.l-footer .footer-list li {
  margin: 0 0 15px;
}

.l-footer .footer-list a {
  color: #231815;
  font-size: 10px;
  font-weight: bold;
}

.l-footer .footer-bottom {
  background-color: #f8f8ee;
  font-size: 12px;
  text-align: center;
}

.l-footer .footer-bottom .l-container {
  padding: 0;
}

.l-footer__copy {
  background-color: #f1f38b;
  text-align: center;
}

.l-footer__copy small {
  font-size: 10px;
}

/*=========================
global-navigation button style
==========================*/

.gnav-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 47px;
  height: 100%;
  background-color: #f1f38b;
}

.gnav-btn-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.gnav-btn-container img {
  position: absolute;
  width: 27px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -13px;
  display: block;
  transition: all .2s;
}

.gnav-btn-container.close img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-open .gnav-txt__close {
  display: block;
}

.menu-open .gnav-txt__open {
  display: none;
}

/* ハンバーガーアニメーション */

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

/*=========================
global-navigation active style
==========================*/

.index .gnav-index {
  color: #8eb69e;
}

.daytimedr .gnav-daytimedr {
  color: #8eb69e;
}

.vaccine .gnav-vaccine {
  color: #8eb69e;
}

.diagnosis .gnav-diagnosis {
  color: #8eb69e;
}

.staff .gnav-staff {
  color: #8eb69e;
}

.access .gnav-access {
  color: #8eb69e;
}

.contact .gnav-contact {
  color: #8eb69e;
}

/*=========================
submenu-gnav (SP用)
==========================*/

.sp-submenu--gnav {
  width: 100%;
  display: table;
}

.sp-submenu--gnav>li {
  display: table-cell;
  width: 33.3333%;
  text-align: center;
}

.sp-submenu--gnav>li a {
  padding: 12px 0;
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.sp-submenu--gnav .sp-submenu--maintel {
  background-color: #f1f38b;
}

.sp-submenu--gnav .sp-submenu--maintel a {
  color: #231815;
}

.sp-submenu--gnav .sp-submenu--reservation {
  background-color: #2363ff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.sp-submenu--gnav .sp-submenu--reservation a {
  color: #ffffff;
}

.sp-submenu--gnav .sp-submenu--menubtn {
  background-color: #231815;
}

.sp-submenu--gnav .sp-submenu--menubtn a {
  color: #ffffff;
}

.sp-submenu--gnav .icon-tel {
  width: 18px;
  display: inline-block;
  margin-right: 5px;
}

.sp-submenu--gnav .icon-tel__white {
  width: 18px;
  display: inline-block;
  margin-right: 5px;
}

.sp-submenu--gnav .icon-menu {
  width: 16px;
  display: inline-block;
  margin-right: 5px;
}

/*=========================
gloval navi
==========================*/

.globalnav {
  position: absolute;
  top: 59px;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
}

.globalnav-list {
  text-align: center;
}

.globalnav-list>li {
  border-bottom: 1px solid #aeaeae;
  padding: 5px;
}

.globalnav-list>li a {
  padding: 10px;
  display: block;
  font-weight: bold;
  position: relative;
  font-size: 12px;
}

.globalnav-list>li a:hover {
  opacity: 1;
  color: #8eb69e;
}

.globalnav-list>li a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*=========================
common header
==========================*/

.l-header {
  background-color: #ffffff;
}

.l-header .l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-header .l-header__title {
  line-height: 0;
  width: 161px;
  float: left;
  padding: 10px 0;
}

.l-header__inner {
  padding: 10px 15px;
}

.l-header__logo {
  line-height: 0;
}

.l-header__logo a {
  transition: all 0.3s ease;
}

.l-header__logo img {
  width: 73px;
}

.header__tel {
  display: none;
}

.tel-icon span {
  padding: 2px 5px;
  border-radius: 5px;
  margin-right: 5px;
}

.tel-icon .icon-morning {
  display: inline-block;
  background-color: #f1f38b;
}

.tel-icon .icon-evening {
  display: inline-block;
  background-color: #8eb69e;
}

.sp-nav__list {
  margin-top: 10px;
  float: right;
  display: table;
}

.sp-nav__list li {
  display: table-cell;
}

.sp-nav__list li img {
  width: 20px;
}

.sp-nav__list .sp-nav__list--tel a {
  display: block;
  padding: 10px;
  background-color: #f1f38b;
}

.sp-nav__list .sp-submenu--menubtn a {
  display: block;
  padding: 10px;
  height: 42px;
  background-color: #8eb69e;
}

.submenu {
  float: right;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}

.submenu .submenu-maintel {
  margin-bottom: 5px;
  font-size: 24px;
}

.submenu .submenu-maintel__icon {
  background-color: #f1f38b;
  padding: 4px;
  color: #231815;
  font-size: 12px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

.submenu .submenu-maintel .icon-tel {
  width: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.submenu .submenu-maintel .icon-tel img {
  vertical-align: baseline;
}

.submenu .submenu-reservation {
  font-size: 34px;
  color: #2363ff;
}

.submenu .submenu-reservation__icon {
  background-color: #231815;
  padding: 6px 10px;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

.submenu .submenu-reservation .icon-tel {
  width: 28px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.submenu .submenu-reservation .icon-tel img {
  vertical-align: baseline;
}

.l-wrapper {
  overflow: hidden;
  margin: 0 auto;
}

.l-container {
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.sec-content {
  width: 100%;
  padding: 40px 0;
}

.sec-content .sec-content--inner {
  padding: 0 15px 20px;
}

.bg--beige {
  background-color: #f8f8ee;
}

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

.c-block__col2 .sec-content {
  padding: 0 0 40px 0;
}

/* ページごとのスタイル */

/* ====================
access
=======================*/

.access .c-pagetitle {
  background-image: url(../images/access/bg.jpg);
}

.map__address {
  margin: 15px 0 30px;
  text-align: center;
  font-weight: bold;
}

.map__text {
  text-align: center;
}

.map__text .map__text--title {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  font-size: 15px;
  color: #8eb69e;
}

.access__block {
  margin-top: 20px;
}

.access__block:after {
  content: "";
  clear: both;
  display: block;
}

.access__block:first-child {
  margin-top: 0;
}

.access__block .access__block--left dl {
  margin-top: 20px;
}

.access__block .access__block--left dl dt {
  font-weight: bold;
}

/* ====================
contact
=======================*/

.contact .c-pagetitle {
  background-image: url(../images/contact/bg.jpg);
}

.sec__contact {
  font-size: 11px;
}

.sec__contact p {
  text-align: center;
}

.table__default dl dt {
  margin: 5px 0;
  font-weight: bold;
}

.table__default dl dd {
  margin-bottom: 25px;
}

/* ====================
daytime dr
=======================*/

.daytimedr .c-pagetitle {
  background-image: url(../images/daytimedr/bg.jpg);
}

.daytime__col2 .daytime__right .tel-info {
  font-size: 11px;
  font-weight: bold;
}

.daytime__col2 .daytime__right .tel-info>li {
  margin-bottom: 10px;
}

.daytime__col2 .daytime__right p {
  font-size: 12px;
  line-height: 2;
}

.daytime__col2 .daytime__right p span {
  font-weight: bold;
}

.daytime__schedule .daytime-schedule__title {
  margin-bottom: 15px;
  font-size: 12px;
}

.daytime__schedule .schedule__pic {
  margin: 0 0 15px 0;
}

.daytime__doctor p {
  margin-top: 10px;
  font-weight: bold;
}

.daytime__doctor p a {
  color: #2363ff;
  text-decoration: underline;
}

/* ====================
diagnosis
=======================*/

.diagnosis .c-pagetitle {
  background-image: url(../images/diagnosis/bg.jpg);
}

.inspection__block p {
  text-align: center;
}

.diagnosis-content .diagnosis-content__inner {
  background-color: #f9f9f8;
  border-radius: 5px;
  margin-top: 30px;
  padding: 25px 15px 20px;
}

.diagnosis-content .diagnosis-content__title {
  margin-top: -40px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 13px;
}

.diagnosis-content .diagnosis-content__title span {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #f1f38b;
}

#medical-treatment .diagnosis-table dl {
  margin-bottom: 15px;
}

#medical-treatment .diagnosis-table dl dt {
  background-color: #f1efef;
  padding: 5px;
  font-weight: bold;
}

#medical-treatment .diagnosis-table dl dd {
  padding: 5px;
}

#medical-treatment .selfpay-block {
  margin-top: 30px;
}

#medical-treatment .selfpay-block .selfpay-block__title {
  margin-bottom: 10px;
  color: #8eb69e;
  font-size: 16px;
}

#medical-treatment .selfpay-block p {
  margin-bottom: 10px;
}

.diagnosis__pic {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.diagnosis__pic>li {
  margin-top: 20px;
}

.diagnosis__pic>li:nth-child(odd) {
  width: calc(68.5% - 5px);
}

.diagnosis__pic>li:nth-child(even) {
  width: calc(31.5% - 5px);
}

.diagnosis__pic>li p {
  margin-top: 5px;
  font-weight: bold;
  text-align: left;
}

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

.treatment__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 15px;
}

.treatment__list>li {
  width: calc(50% - 5px);
  border: 1px solid #f1efef;
  padding: 10px;
  background-color: #ffffff;
  text-align: center;
}

.treatment__list>li p {
  margin-top: 5px;
  font-weight: bold;
}

.treatment__list .treatment__list--01 img {
  width: 80%;
}

.treatment__list .treatment__list--02 img {
  width: 82%;
}

.treatment__list .treatment__list--03 img {
  width: 82%;
}

.treatment__list .treatment__list--04 img {
  width: 42%;
}

.medical-treatment__inner .list__icon--yellow li {
  padding: 10px 10px 10px 25px;
  background-color: #ffffff;
  border: 1px solid #aeaeae;
  border-radius: 5px;
}

.medical-treatment__inner .list__icon--yellow li:before {
  display: none;
}

.medical-treatment__inner .list__icon--yellow li span {
  position: relative;
  display: inline-block;
  text-align: left;
}

.medical-treatment__inner .list__icon--yellow li span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: #f4df69;
  position: absolute;
  top: 4px;
  left: -10px;
}

.medical-treatment__inner p {
  margin-top: 20px;
  text-align: center;
}

.science__list .science-list__inner {
  background-color: #ffffff;
  margin-top: 30px;
  padding: 25px 15px 20px;
}

.science__list .science-list__inner .science-list__title {
  margin-top: -40px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 13px;
  text-align: center;
}

.science__list .science-list__inner .science-list__title>span {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #eaeaea;
}

.science__list .science-list__inner img {
  width: 100%;
  margin-bottom: 5px;
}

#inspection p {
  margin-bottom: 15px;
}

#inspection p:last-child {
  margin-bottom: 0;
}

.science__inner .checkup .checkup__photo__inner img {
  width: 100%;
  margin-bottom: 5px;
}

.hospital__inner p {
  text-align: center;
}

.hospital__inner .hospital__list>li {
  border: 1px solid #aeaeae;
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.hospital__inner .hospital__list>li:last-child {
  border: none;
  padding: 0;
  text-align: left;
}

.hospital__inner .hospital__list>li a {
  display: block;
  color: #2363ff;
}

.hospital__inner .hospital__list>li a:after {
  margin-left: 5px;
  content: "\f2d2";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  color: #aeaeae;
}

.orthopedic__inner p {
  text-align: center;
}

.orthopedic__list>li {
  margin-top: 20px;
  background-color: #f9f9f8;
  border-radius: 5px 5px 0 0;
}

.orthopedic__list>li:last-child {
  border: none;
  padding: 0;
  text-align: left;
  background-color: transparent;
}

.orthopedic__list>li h4 {
  background-color: #8eb69e;
  border-radius: 5px 5px 0 0;
  padding: 5px;
  font-size: 12px;
  text-align: center;
}

.orthopedic__list>li p {
  padding: 10px;
  text-align: center;
}

.qualification__inner .checkup .checkup__inner {
  text-align: center;
}

/* ====================
mainvisual
=======================*/

.mainvisual {
  position: relative;
  background-image: url(../images/index/mv_bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 320px;
}

.mainvisual .l-container {
  position: static;
}

.mainvisual-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 511px;
}

/* ====================
under mainvisual area
=======================*/

.bg-bordered {
  border: 2px dotted #8eb69e;
  padding: 20px;
}

.top__info p {
  line-height: 2;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

/* ====================
contents
=======================*/

/* ============
top__schedule
===============*/

.top__schedule a {
  color: #2363ff;
}

.top__schedule .tel-info>li {
  display: inline-block;
  font-size: 10px;
}

.top__schedule p {
  margin-top: 10px;
}

.schedule__pic {
  margin: 0 0 15px 0;
}

.introspection__pic {
  margin: 15px 0 0 0;
}

/* ============
top__news
===============*/

.c-newslist {
  margin-bottom: 10px;
}

.c-newslist li {
  border-bottom: 1px solid #aeaeae;
  padding: 15px 0;
}

.c-newslist li:first-child {
  padding-top: 0;
  border-top: none;
}

.c-newslist li time {
  font-weight: bold;
}

.c-newslist li a {
  position: relative;
  display: block;
  padding-right: 20px;
}

.c-newslist li a:after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-newslist__txt {
  margin-top: 10px;
  text-align: right;
}

/* ============
top__faq
===============*/

.faq__list>li {
  margin-top: 20px;
  letter-spacing: 0;
}

.faq__list>li:first-child {
  margin-top: 0;
}

.faq__list>li dl dt {
  position: relative;
  background-color: #f4f4f4;
  padding: 15px 15px 15px 40px;
  font-weight: bold;
  font-size: 14px;
}

.faq__list>li dl dt:before {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 16px;
  display: block;
  content: "";
  background-image: url(../images/index/icon_q@2x.png);
  background-size: 100%;
}

.faq__list>li dl dd {
  position: relative;
  padding: 15px 15px 15px 40px;
}

.faq__list>li dl dd:before {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  display: block;
  content: "";
  background-image: url(../images/index/icon_a@2x.png);
  background-size: 100%;
}

/* ============
top__holiday
===============*/

.top__holiday .bg-bordered {
  text-align: left;
}

.top__holiday .bg-bordered p {
  margin-top: 20px;
  line-height: 2;
}

.top__holiday .bg-bordered p:first-child {
  margin-top: 0;
}

.top__holiday .bg-bordered p a {
  text-decoration: underline;
  color: #8eb69e;
  font-weight: bold;
}

.top__holiday__inner:after {
  content: "";
  clear: both;
  display: block;
}

/*===============
top__customer
===============*/

.top__customer .bg-bordered {
  text-align: left;
}

.top__customer .bg-bordered p {
  margin-top: 20px;
  line-height: 2;
}

.top__customer .bg-bordered p:first-child {
  margin-top: 0;
}

.top__customer .bg-bordered p a {
  text-decoration: underline;
  color: #8eb69e;
  font-weight: bold;
}

/* ============
top__recruit
===============*/

.top__recruit p {
  margin-top: 25px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}

.c-top-navi {
  padding-top: 15px;
}

.c-top-navi>li {
  margin-top: 20px;
  padding: 10px 12px 16px;
  border: 2px dashed #f1f38b;
  border-radius: 10px;
}

.c-top-navi>li:first-child {
  margin-top: 0;
}

.c-top-navi .top-navi--title {
  background-color: #f1f38b;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.c-top-navi .top-navi--title a {
  display: block;
  position: relative;
}

.c-top-navi .top-navi--title a:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

.c-top-navi .top-navi--pic {
  margin: 0 auto 18px;
  width: 57.77777777777777%;
}

.b-top-reservation {
  text-align: center;
}

.top-bottom-section:after {
  content: "";
  clear: both;
  display: block;
}

.top-bottom-section>li {
  margin-top: 20px;
  border-radius: 5px;
}

.top-bottom-section .top-bottom-section__inner {
  background: #ffffff;
  box-shadow: 1px 1px 2px 1px #e2e2e2;
  padding: 13px 15px;
  border-radius: 0 0 5px 5px;
}

.top-bottom-section .sec-title {
  margin-bottom: 0;
}

.marker {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

.top-tellist li {
  margin-bottom: 12px;
  color: #231815;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.top-tellist li:last-child .top-tellist__icon {
  background-color: #231815;
  color: #ffffff;
}

.top-tellist li span {
  display: inline-block;
  vertical-align: middle;
}

.top-tellist li .top-tellist__icon {
  font-size: 11px;
  background-color: #f1f38b;
  margin-right: 5px;
  padding: 4px 5px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
}

.top-tellist li .top-tellist__icon-tel {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
  padding-bottom: 6px;
}

.top-tellist li p {
  margin-top: -5px;
  font-size: 10px;
  font-weight: normal;
}

.clinic__gallery {
  margin-top: -15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clinic__gallery>li {
  margin-top: 15px;
  width: calc(50% - 7px);
}

.clinic__gallery>li p {
  margin-top: 5px;
  text-align: center;
}

/* ====================
news
=======================*/

.news .c-pagetitle {
  background-image: url(../images/news/bg.jpg);
}

.news .c-btn {
  margin-top: 40px;
}

.news .c-btn .btn {
  max-width: 300px;
}

/* ====================
news single
=======================*/

.news__single .single__header {
  margin-bottom: 20px;
}

.news__single .single__header .single__date {
  font-size: 13px;
  font-weight: bold;
}

.news__single .single__header .single__title {
  font-size: 13px;
}

.news__single .single__content p {
  margin: 10px 0;
  font-size: 13px;
}

.single__file {
  margin: 20px 0;
}

.single__text {
  font-size: 12px;
  line-height: 1.4;
}

.single__text h1,
.single__text h2,
.single__text h3,
.single__text h4,
.single__text h5,
.single__text h6,
.single__text ul,
.single__text ol,
.single__text blockquote {
  margin-top: 10px;
}

.single__text h1 {
  font-size: 21px;
}

.single__text h2 {
  font-size: 20px;
}

.single__text h3 {
  font-size: 19px;
}

.single__text h4 {
  font-size: 18px;
}

.single__text h5 {
  font-size: 17px;
}

.single__text h6 {
  font-size: 16px;
}

.single__text p {
  margin: 5px 0;
}

.single__text ol,
.single__text ul {
  padding-left: 1.5em;
}

.single__text ul>li {
  list-style: disc;
}

.single__text blockquote {
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  background-color: #f1efef;
  font-size: 13px;
}

.single__text a {
  color: #8eb69e;
}

.b-reserve>p {
  margin-top: 15px;
}

.c-tel {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.c-tel .reserve-note {
  font-size: 10px;
  font-weight: normal;
}

.c-tel .c-btn .reserve-note {
  margin-top: 5px;
}

.c-tel .c-tel-reserve {
  margin-top: 10px;
}

.c-tel .c-tel-reserve .reserve-note {
  margin-top: -7px;
}

.c-tel .tellist__icon {
  background-color: #231815;
  color: #ffffff;
  font-size: 11px;
  margin-right: 5px;
  padding: 4px 5px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-top: -2px;
}

.c-tel .tellist__icon.tellist__icon__yellow {
  background-color: #f1f38b;
  color: #231815;
}

.c-tel .tellist__icon-tel {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
  padding-bottom: 8px;
}

/* ====================
staff
=======================*/

.staff .c-pagetitle {
  background-image: url(../images/staff/bg.jpg);
}

.sec-content__staff {
  text-align: center;
}

.staff-pic__all {
  margin-bottom: 10px;
}

.staff-pic__list {
  margin-top: 10px;
}

.staff-description {
  margin-bottom: 20px;
}

.doctor__list>li {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #aeaeae;
}

.doctor__list>li:after {
  content: "";
  clear: both;
  display: block;
}

.doctor__list>li:first-child {
  margin-top: 20px;
}

.doctor__list .doctor__pic {
  width: 30%;
  margin: 0 auto 10px;
}

.doctor__list .doctor__txt {
  text-align: center;
}

.doctor__list .doctor__title {
  font-size: 12px;
}

.doctor__list .doctor__history {
  margin: 10px 0;
  padding-left: 1.5em;
  text-align: left;
}

.doctor__list .doctor__history>li {
  list-style: disc;
}

/* ====================
vaccine
=======================*/

.vaccine .c-pagetitle {
  background-image: url(../images/vaccine/bg.jpg);
}

.checkup__intro {
  text-align: center;
}

.checkup__intro p {
  margin-top: 20px;
}

.checkup__intro p:first-child {
  margin-top: 0;
}

.checkup .checkup__inner {
  border: 1px solid #aeaeae;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 30px;
  padding: 25px 15px 20px;
}

.checkup .checkup__title {
  margin-top: -40px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 13px;
}

.checkup .checkup__title span {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #f1f38b;
}

.list__icon--yellow>li {
  position: relative;
  letter-spacing: 0;
  margin-top: 5px;
  padding-left: 10px;
}

.list__icon--yellow>li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: #f1f38b;
  position: absolute;
  top: 3px;
  left: 0;
}

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

.checkup__pic>li {
  width: calc(50% - 10px);
  margin-top: 20px;
}

.checkup__pic>li:first-child {
  width: 100%;
}

.checkup__pic>li p {
  margin-top: 5px;
  font-weight: bold;
}

.checkup__note {
  margin-top: 15px;
  text-align: center;
}

.sec-content__vaccine>p {
  margin-top: 0;
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec-content__vaccine .block__vaccine {
  border: 1px solid #aeaeae;
  background-color: #ffffff;
  margin-top: 35px;
  padding: 15px 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec-content__vaccine .block__vaccine p {
  margin-top: 15px;
  text-align: left;
}

.sec-content__vaccine .block__vaccine p a {
  text-decoration: underline;
  color: #8eb69e;
  font-weight: bold;
}

.sec-content__vaccine .block__vaccine .attention {
  margin-top: 5px;
}

.sec-content__vaccine .vaccine__title {
  margin-top: -30px;
  font-size: 11px;
  text-align: center;
}

.sec-content__vaccine .vaccine__title>span {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  padding: 0 10px;
}

.sec-content__vaccine .vaccine__title>span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: #f1f38b;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec-content__vaccine .vaccine__title>span span {
  font-size: 10px;
}

.sec-content__vaccine .vaccine__graph {
  margin-top: 10px;
  text-align: center;
}

.sec-content__vaccine .vaccine__graph img {
  width: 100%;
  max-width: 609px;
}

.sec-content__vaccine .vaccine__list {
  margin-top: 20px;
  padding-left: 25px;
  font-size: 11px;
  font-weight: bold;
}

.sec-content__vaccine .vaccine__list span {
  font-size: 10px;
}

.vaccine-table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 20px auto !important;
  background-color: #ffffff !important;
}

.vaccine-table th,
.vaccine-table td {
  border: 1px solid #aeaeae !important;
  padding: 10px !important;
  text-align: center !important;
}

.vaccine-table th {
  background-color: #f1efef !important;
  font-weight: bold !important;
}

.vaccine-table tr:nth-child(even) {
  background-color: #f9f9f9 !important;
}

/* より具体的なセレクタ */
#vaccination .vaccine-table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 20px auto !important;
  background-color: #ffffff !important;
}

#vaccination .vaccine-table th,
#vaccination .vaccine-table td {
  border: 1px solid #aeaeae !important;
  padding: 10px !important;
  text-align: center !important;
  vertical-align: middle !important;
}

#vaccination .vaccine-table th {
  background-color: #f1efef !important;
  font-weight: bold !important;
}

#vaccination .vaccine-table tr:nth-child(even) {
  background-color: #f9f9f9 !important;
}

#vaccination .vaccine-table td:first-child {
  text-align: left !important;
}

/* ユーティリティ(color, size, spacing, etc.) */

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bc-white {
  background-color: #FFF !important;
}

.u-bc-lightgray {
  background-color: #f9f9f8 !important;
}

.u-bc-blue {
  background-color: #2363ff !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: white !important;
}

.u-c-red {
  color: #cc0000 !important;
}

.u-c-green {
  color: #8eb69e !important;
}

.u-c-blue {
  color: #2363ff !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-b {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

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

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 736px) {
  .flex-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-col_2>li {
    width: 50%;
  }

  .flex-col_3>li {
    width: 33.3333%;
  }

  .flex-col_4>li {
    width: 25%;
  }

  .flex-col_5>li {
    width: 20%;
  }

  .flex-col-sp_2>li {
    width: 100%;
  }

  .flex-col-sp_2_nmargin>li {
    width: 100%;
  }

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

  .link-arrow::after {
    margin-top: -3px;
    margin-left: 10px;
    font-size: 10px;
  }

  .viewlinks {
    font-size: 16px;
  }

  .c-table dl {
    display: table;
    width: 100%;
  }

  .c-table dl dt {
    display: table-cell;
    padding: 15px 15px 15px 20px;
    width: 145px;
    position: relative;
  }

  .c-table dl dd {
    display: table-cell;
    padding: 15px 15px 15px 20px;
    border: 1px solid #eceaea;
  }

  .form-submit {
    width: 200px;
    margin-left: 296px;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
  }

  .form-submit:hover {
    opacity: 0.6;
  }

  .submit-btn {
    margin-top: 30px;
  }

  .submit-btn:after {
    left: 480px;
    right: 0;
    font-size: 16px;
    font-weight: bold;
  }

  .section-confirmation input[type="submit"],
  .section-confirmation input[type="button"] {
    font-size: 16px;
  }

  .section-confirmation .input-submit {
    width: 200px;
    display: inline-block;
    margin: 0 20px 0 100px;
  }

  .section-confirmation .input-button {
    width: 200px;
    display: inline-block;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
    padding: 10px;
  }

  textarea {
    width: 100%;
    height: 200px;
  }

  input[type="tel"] {
    width: 50%;
  }

  input[type="text"].min-width,
  input[type="email"].min-width {
    width: 180px;
  }

  input[type="text"].middle-width,
  input[type="email"].middle-width {
    width: 340px;
  }

  input[type="text"].full-width,
  input[type="email"].full-width {
    width: 100%;
  }

  input[type="text"].full-width--670,
  input[type="email"].full-width--670 {
    width: 670px;
  }

  .input-birth input[type="text"] {
    float: inherit;
  }

  input.input-year {
    width: 113px;
  }

  input.input-month {
    width: 52px;
  }

  input.input-day {
    width: 52px;
  }

  .mailform .c-btn {
    margin-top: 40px;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
    line-height: 1.6;
  }

  .top-news .block-inner {
    width: 700px;
    margin: 0 auto;
  }

  .c-btn {
    margin-top: 20px;
  }

  .btn {
    width: 415px;
    max-width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    letter-spacing: 1.8px;
  }

  .btn:after {
    font-size: 10px;
  }

  .btn.btn__size--min {
    width: 170px;
  }

  .btn.btn__size--default {
    width: 360px;
    padding: 18px;
  }

  .btn.btn-f__small {
    font-size: 16px;
  }

  .btn .btn-icon {
    width: 32px;
  }

  .page-anchor:after {
    font-size: 10px;
    font-weight: normal;
  }

  .common__contact .box-contact {
    width: 580px;
    padding: 40px 0;
    font-size: 20px;
  }

  .common__contact .box-contact .sec-title {
    margin-bottom: 25px;
  }

  .common__contact p {
    margin: 20px 0 0;
    text-align: center;
  }

  .common__contact .tel-info>li {
    font-size: 16px;
    margin: 0 10px;
  }

  .common__contact .common__contact--pic {
    margin-top: 15px;
    font-size: 36px;
  }

  .common__contact .btn {
    width: 240px;
    margin-top: 20px;
    padding: 15px;
    font-size: 20px;
  }

  .c-pagetitle {
    height: 320px;
  }

  .c-pagetitle .pagetitle {
    width: 430px;
    padding: 30px 0;
    font-size: 30px;
  }

  .sec-title {
    margin-bottom: 50px;
    font-size: 20px;
  }

  .sec-title span {
    padding-bottom: 25px;
  }

  .sec-title span::after {
    width: 110px;
  }

  .sec-title--left {
    margin-bottom: 40px;
    text-align: left;
  }

  .sec-title--left span {
    padding-bottom: 0;
  }

  .sec-title--left span::after {
    display: inline-block;
    position: relative;
    left: auto;
    top: -6px;
    bottom: auto;
    margin-left: 20px;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .c-page__intro {
    margin-bottom: 50px;
  }

  .c-page__intro p {
    margin-bottom: 30px;
  }

  .local-nav-block {
    padding: 40px 0;
  }

  .local-nav-block .local__nav {
    width: 980px;
    margin: -15px auto 0;
  }

  .local-nav-block .local__nav li {
    width: calc(33.333% - 15px);
    margin-top: 15px;
  }

  .local-nav-block .local__nav li a {
    padding: 15px 30px 15px 20px;
    font-size: 16px;
  }

  .local-nav-block .local__nav li a::after {
    font-size: 16px;
  }

  .c-news {
    width: 700px;
    margin: 0 auto;
  }

  .c-news>li {
    display: table;
    width: 100%;
    margin-bottom: 12px;
    padding: 15px;
  }

  .c-news a {
    padding-right: 15px;
  }

  .c-news a:after {
    font-size: 16px;
  }

  .c-news__time {
    display: table-cell;
    width: 110px;
  }

  .c-news__txt {
    display: table-cell;
    border-left: 2px solid #efc337;
    padding-left: 20px;
  }

  .c-news__list {
    width: 920px;
    margin: 0 auto;
  }

  .c-news__list li {
    padding: 15px 0;
    font-size: 14px;
  }

  .c-news__list a::after {
    top: 5px;
    margin-top: 0;
  }

  .c-news__list-icon {
    width: 130px;
  }

  .c-news__list-date {
    border-right: 1px solid #aeaeae;
    padding: 2px 5px 2px;
    margin-right: 5px;
  }

  .c-news__list-txt {
    display: inline-block;
    margin-top: 0;
  }

  .c-pagetop a {
    padding: 20px 0;
    font-size: 16px;
  }

  .c-pagetop a span img {
    margin-right: 8px;
    width: 18px;
  }

  .c-pagetop a i {
    font-size: 30px;
  }

  .pagetop a img {
    width: 54px;
  }

  .l-footer .l-container:after {
    content: "";
    clear: both;
    display: block;
  }

  .l-footer .footer-top {
    padding: 15px 0 20px;
  }

  .l-footer .footer-logo {
    width: 286px;
    float: left;
    margin-bottom: 0;
  }

  .l-footer .footer__tel {
    float: right;
    width: 390px;
    text-align: left;
  }

  .l-footer .footer__tel a {
    font-size: 24px;
  }

  .l-footer .footer__tel a img {
    width: 27px;
    margin-top: -3px;
    margin-right: 10px;
  }

  .l-footer .footer__tel .footer__tel-info {
    margin-top: 5px;
    text-align: left;
    font-size: 14px;
  }

  .l-footer .footer__tel .footer__tel-info>li {
    margin: 0;
  }

  .l-footer .footer__tel .footer__tel-info>li:first-child {
    margin-right: 20px;
  }

  .l-footer .footer-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .l-footer .footer-list li {
    width: 14.285%;
    line-height: 1;
    margin: 0;
  }

  .l-footer .footer-list a {
    padding: 0;
    font-size: 14px;
  }

  .l-footer .footer-bottom .l-container {
    display: table;
    width: 1000px;
  }

  .l-footer__copy {
    padding: 15px 0;
  }

  .l-footer__copy small {
    font-size: 12px;
  }

  .gnav-btn {
    display: none;
  }

  .index .gnav-index::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .daytimedr .gnav-daytimedr::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .vaccine .gnav-vaccine::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .diagnosis .gnav-diagnosis::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .staff .gnav-staff::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .access .gnav-access::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .contact .gnav-contact::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .globalnav {
    position: static;
  }

  .globalnav-list {
    width: 1000px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .globalnav-list>li {
    display: table-cell;
    width: 14.285%;
    padding: 0;
    border-bottom: none;
  }

  .globalnav-list>li a {
    padding: 30px 0;
    font-size: 15px;
  }

  .globalnav-list>li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #8eb69e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: .3s;
  }

  .l-header {
    border-bottom: none;
    background-color: rgba(250, 250, 250, 0.9);
  }

  .l-header .l-container {
    padding: 10px 20px 10px;
  }

  .l-header .l-header__title {
    width: 193px;
    padding: 0;
    position: relative;
    float: left;
  }

  .l-header__inner {
    padding: 10px 10px 7px;
    margin: 0 auto;
    width: 1040px;
  }

  .l-header__logo {
    margin: 0;
  }

  .l-header__logo a:hover {
    opacity: 0.7;
  }

  .l-header__logo img {
    height: 34px;
    width: 87px;
  }

  .header__tel {
    float: right;
    display: table;
  }

  .header__tel .header__tel-num {
    display: table-cell;
    vertical-align: middle;
    color: #79bb95;
    font-weight: bold;
    font-size: 32px;
  }

  .header__tel .header__tel-num img {
    margin-top: -5px;
    margin-right: 10px;
  }

  .header__tel .header__tel-info {
    vertical-align: middle;
    display: table-cell;
    padding-left: 25px;
    font-size: 12px;
    font-weight: bold;
  }

  .header__tel .header__tel-info>li {
    margin-top: 5px;
  }

  .header__tel .header__tel-info>li:first-child {
    margin-top: 0;
  }

  .l-wrapper {
    min-width: 1040px;
  }

  .l-container {
    padding: 0 10px;
    width: 1040px;
  }

  .sec-content {
    padding: 90px 0;
  }

  .sec-content .sec-content--inner {
    padding: 0 35px 30px;
  }

  .c-block__col2 {
    padding-bottom: 90px;
  }

  .c-block__col2 .sec-content {
    width: calc(50% - 10px);
    padding: 0;
  }

  .access .local-nav-block .local__nav {
    width: 780px;
  }

  .access .local-nav-block .local__nav li {
    width: calc(50% - 15px);
  }

  .map__text .map__text--title {
    font-size: 22px;
  }

  .access__block {
    margin-top: 60px;
  }

  .access__block:first-child {
    margin-top: 0;
  }

  .access__block .access__block--left {
    float: left;
    width: 550px;
  }

  .access__block .access__block--left dl:first-child {
    margin-top: 0;
  }

  .access__block .access__block--right {
    float: right;
    width: 400px;
  }

  .sec__contact {
    font-size: 15px;
  }

  .mailform {
    padding: 0 100px;
  }

  .table__default dl dt {
    margin: 10px 0;
  }

  .table__default dl dd {
    margin-bottom: 35px;
  }

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

  .daytime__col2 .daytime__left {
    width: 50%;
  }

  .daytime__col2 .daytime__right {
    width: 50%;
    padding-left: 20px;
  }

  .daytime__col2 .daytime__right .tel-info {
    font-size: 14px;
  }

  .daytime__col2 .daytime__right .tel-info>li {
    margin-bottom: 15px;
  }

  .daytime__col2 .daytime__right p {
    font-size: 14px;
  }

  .daytime__schedule .daytime-schedule__title {
    font-size: 17px;
  }

  .daytime__doctor .c-btn .btn {
    width: 300px;
  }

  .diagnosis-content .diagnosis-content__inner {
    width: 100%;
    margin-top: 55px;
    padding: 40px 20px 25px;
    position: relative;
  }

  .diagnosis-content .diagnosis-content__title {
    margin-top: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    font-size: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .diagnosis-content .diagnosis-content__title span {
    padding: 5px 20px;
    border-radius: 10px;
  }

  .diagnosis-content .list__icon--yellow.list__icon--yellow--col2 {
    margin-left: 60px;
    margin-right: 60px;
  }

  #medical-treatment p {
    text-align: center;
  }

  #medical-treatment .diagnosis-table {
    width: 700px;
    margin: 0 auto 20px;
    display: table;
  }

  #medical-treatment .diagnosis-table dl {
    display: table-row;
    margin: 0;
  }

  #medical-treatment .diagnosis-table dl:first-child dt {
    border-top: 1px solid #ffffff;
  }

  #medical-treatment .diagnosis-table dl:first-child dd {
    border-top: 1px solid #f1efef;
  }

  #medical-treatment .diagnosis-table dl dt {
    display: table-cell;
    width: 50%;
    padding: 25px;
    border-bottom: 1px solid #ffffff;
  }

  #medical-treatment .diagnosis-table dl dd {
    display: table-cell;
    padding: 25px;
    border-bottom: 1px solid #f1efef;
  }

  #medical-treatment .selfpay-block {
    margin-top: 60px;
  }

  #medical-treatment .selfpay-block .selfpay-block__title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
  }

  #medical-treatment .selfpay-block p {
    margin-bottom: 30px;
  }

  .diagnosis__pic>li:nth-child(odd) {
    width: calc(307px - 0px);
  }

  .diagnosis__pic>li:nth-child(even) {
    width: calc(137px - 0px);
  }

  .treatment__inner .checkup {
    width: 100%;
    max-width: 716px;
    margin-left: auto;
    margin-right: auto;
  }

  .treatment__list {
    padding-left: 30px;
    padding-right: 30px;
    width: 690px;
    margin: 0 auto 20px;
  }

  .treatment__list>li {
    width: 263px;
    margin: 0 20px;
    padding: 20px 10px;
  }

  .treatment__list .treatment__list--01 img {
    width: 178px;
  }

  .treatment__list .treatment__list--02 img {
    width: 167px;
    margin-top: 15px;
  }

  .treatment__list .treatment__list--03 img {
    width: 194px;
    margin-top: 15px;
  }

  .treatment__list .treatment__list--04 img {
    width: 105px;
  }

  .medical-treatment__inner .list__icon--yellow {
    margin-bottom: 30px;
    text-align: center;
  }

  .medical-treatment__inner .list__icon--yellow li {
    width: 260px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 20px 20px 30px;
  }

  .medical-treatment__inner .list__icon--yellow li span:before {
    top: 9px;
  }

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

  .science__list .science-list__inner {
    width: calc(33.3333% - 15px);
    margin-top: 55px;
    position: relative;
    padding: 50px 20px 25px;
  }

  .science__list .science-list__inner .science-list__title {
    margin-top: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    width: 100%;
  }

  .science__list .science-list__inner .science-list__title>span {
    min-width: 160px;
    padding: 5px 20px;
  }

  .science__list .science-list__inner .science-list__title>span span {
    display: block;
    font-size: 14px;
  }

  .science__list .science-list__inner .science-list__title.science-list__title-line {
    margin-top: -15px;
  }

  .science__list .science-list__inner p {
    margin-top: 10px;
  }

  .science__inner .checkup {
    margin-top: -30px;
  }

  .science__inner .checkup .checkup__inner {
    margin-top: 55px;
  }

  .science__inner .checkup .checkup__photo__inner img {
    height: auto;
  }

  .hospital__inner .hospital__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .hospital__inner .hospital__list>li {
    width: calc(50% - 15px);
    height: 64px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .hospital__inner .hospital__list>li:last-child {
    text-align: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .orthopedic__list>li {
    width: calc(50% - 15px);
  }

  .orthopedic__list>li h4 {
    font-size: 18px;
  }

  .orthopedic__list>li p {
    padding: 20px;
  }

  .qualification__inner .checkup .checkup__inner {
    height: 163px;
  }

  .mainvisual {
    background-size: 1920px;
    height: 606px;
    background-position: center bottom;
  }

  .mainvisual .l-container {
    position: relative;
    height: 606px;
  }

  .bg-bordered {
    border: 4px dotted #8eb69e;
    padding: 40px;
    text-align: center;
  }

  .top__holiday .bg-bordered,
  .top__customer .bg-bordered {
    text-align: left;
  }

  .top__info p {
    font-size: 16px;
    line-height: 3;
  }

  .top__schedule .tel-info>li {
    font-size: 14px;
  }

  .top__schedule .tel-info>li:first-child {
    margin-right: 20px;
  }

  .top__schedule p {
    line-height: 2;
  }

  .schedule__pic {
    margin-bottom: 20px;
  }

  .top__news {
    padding-left: 50px !important;
  }

  .c-newslist {
    margin-bottom: 25px;
  }

  .c-newslist li a {
    display: table;
    width: 100%;
    padding-right: 25px;
    font-size: 14px;
  }

  .c-newslist li a time {
    display: table-cell;
    width: 110px;
  }

  .c-newslist li a p {
    display: table-cell;
  }

  .c-newslist li a:after {
    margin: 0;
  }

  .c-newslist__txt {
    margin-top: 15px;
  }

  .faq__list>li:first-child {
    margin-top: 30px;
  }

  .faq__list>li dl dt {
    padding-left: 50px;
    font-size: 18px;
  }

  .faq__list>li dl dt:before {
    width: 17px;
    height: 20px;
    left: 15px;
  }

  .faq__list>li dl dd {
    padding-left: 50px;
  }

  .faq__list>li dl dd:before {
    width: 16px;
    height: 17px;
    left: 15px;
  }

  .top__holiday .bg-bordered p {
    font-size: 18px;
  }

  .top__customer .bg-bordered p {
    font-size: 18px;
  }

  .top__recruit p {
    margin-top: 100px;
    font-size: 18px;
  }

  .c-top-navi {
    width: 880px;
    margin: 0 auto;
    padding-top: 30px;
  }

  .c-top-navi>li {
    width: 270px;
    margin: 0 0 0 35px;
  }

  .c-top-navi>li:first-child {
    margin-left: 0;
  }

  .c-top-navi .top-navi--title a:after {
    margin-top: -11px;
  }

  .c-top-navi .top-navi--pic {
    width: 200px;
    margin-bottom: 20px;
  }

  .c-top-navi .top-navi--txt {
    padding: 0 20px;
  }

  .b-top-reservation {
    background-image: url(../images/index/illust_reservation@2x.png);
    background-size: 143px;
    background-repeat: no-repeat;
    background-position: right bottom;
  }

  .top-bottom-section>li {
    width: 480px;
    float: left;
  }

  .top-bottom-section>li:last-child {
    float: right;
  }

  .top-bottom-section .top-bottom-section__inner {
    padding: 20px 15px;
  }

  .top-tellist li {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .top-tellist li .top-tellist__icon {
    font-size: 17px;
  }

  .top-tellist li .top-tellist__icon-tel {
    width: 32px;
  }

  .top-tellist li p {
    font-size: 14px;
  }

  .clinic__gallery {
    margin-top: -30px;
  }

  .clinic__gallery>li {
    width: calc(25% - 25px);
    margin-top: 30px;
  }

  .clinic__gallery>li p {
    margin-top: 10px;
  }

  .news .c-btn {
    margin-top: 60px;
  }

  .news__single .single__header .single__date {
    font-size: 18px;
  }

  .news__single .single__header .single__title {
    font-size: 18px;
  }

  .single__file {
    margin: 40px 0;
  }

  .single__text {
    font-size: 16px;
  }

  .single__text h1,
  .single__text h2,
  .single__text h3,
  .single__text h4,
  .single__text h5,
  .single__text h6,
  .single__text ul,
  .single__text ol,
  .single__text blockquote {
    margin-top: 15px;
  }

  .single__text h1 {
    font-size: 28px;
  }

  .single__text h2 {
    font-size: 26px;
  }

  .single__text h3 {
    font-size: 26px;
  }

  .single__text h4 {
    font-size: 24px;
  }

  .single__text h5 {
    font-size: 24px;
  }

  .single__text h6 {
    font-size: 22px;
  }

  .single__text p {
    margin: 7px 0;
  }

  .single__text blockquote {
    padding: 20px;
    font-size: 15px;
  }

  .b-reserve {
    text-align: center;
  }

  .c-tel .reserve-note {
    font-size: 14px;
  }

  .c-tel .tellist__icon {
    font-size: 17px;
    padding: 4px 10px;
  }

  .c-tel .tellist__icon-tel {
    width: 32px;
  }

  .staff .local-nav-block .local__nav {
    width: 780px;
  }

  .staff .local-nav-block .local__nav li {
    width: calc(50% - 15px);
  }

  .staff-pic__all {
    margin-bottom: 20px;
  }

  .staff-pic__list {
    margin-top: 20px;
  }

  .staff-description {
    margin-bottom: 60px;
    line-height: 2;
    text-align: center;
  }

  .doctor__list {
    width: 800px;
    margin: 0 auto;
  }

  .doctor__list>li {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .doctor__list .doctor__pic {
    width: 160px;
    float: left;
  }

  .doctor__list .doctor__txt {
    width: 100%;
    text-align: left;
  }

  .doctor__list .doctor__txt.doctor__txt-director {
    float: right;
    width: 580px;
  }

  .doctor__list .doctor__title {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .vaccine .local-nav-block .local__nav {
    width: 780px;
  }

  .vaccine .local-nav-block .local__nav li {
    width: calc(50% - 15px);
  }

  .checkup {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 55px;
  }

  .checkup .checkup__inner {
    width: calc(50% - 13px);
    margin-top: 0;
    padding: 40px 20px 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .checkup.checkup__one--col .checkup__inner {
    width: 100%;
    margin-top: 55px;
    padding: 40px 20px 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .checkup.checkup__one--col .checkup__inner:first-child {
    margin-top: 0;
  }

  .checkup .checkup__title {
    margin-top: 0;
    position: absolute;
    top: -20px;
    font-size: 16px;
  }

  .checkup .checkup__title span {
    padding: 5px 20px;
    border-radius: 10px;
  }

  .list__icon--yellow {
    padding-left: 15px;
  }

  .list__icon--yellow>li {
    padding-left: 15px;
  }

  .list__icon--yellow>li::before {
    top: 8px;
  }

  .list__icon--yellow.list__icon--yellow--col2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .list__icon--yellow.list__icon--yellow--col2>li {
    width: calc(50% - 10px);
  }

  .checkup__pic {
    margin-top: 25px;
  }

  .checkup__pic>li {
    width: 155px;
  }

  .checkup__pic>li:first-child {
    width: 350px;
  }

  .checkup__note {
    margin-top: 25px;
    font-size: 14px;
  }

  .sec-content__vaccine>p {
    font-size: 16px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .sec-content__vaccine .block__vaccine {
    padding: 30px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .sec-content__vaccine .block__vaccine p {
    margin-top: 30px;
  }

  .sec-content__vaccine .block__vaccine p:first-of-type {
    margin-top: 20px;
  }

  .sec-content__vaccine .vaccine__title {
    margin-top: -45px;
    font-size: 18px;
  }

  .sec-content__vaccine .vaccine__title>span {
    padding: 0 15px 0 20px;
  }

  .sec-content__vaccine .vaccine__title>span::before {
    left: 8px;
  }

  .sec-content__vaccine .vaccine__title>span span {
    font-size: 15px;
  }

  .sec-content__vaccine .vaccine__graph {
    margin-top: 20px;
  }

  .sec-content__vaccine .vaccine__list {
    margin-top: 30px;
    padding-left: 245px;
    font-size: 18px;
  }

  .sec-content__vaccine .vaccine__list span {
    font-size: 15px;
  }

  .sec-content__vaccine .vaccine__list .list__icon--yellow>li::before {
    top: 10px;
  }

  .vaccine-table {
    max-width: 800px;
    margin: 30px auto;
    font-size: 16px;
  }

  .vaccine-table th,
  .vaccine-table td {
    padding: 15px;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }

  .u-sp-hide-b {
    display: block !important;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}