@charset "utf-8"; /*
Theme Name: child
Theme URI: http://wordpress.org/themes/child
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*normalize*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio, canvas, video {
  display: inline-block;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE, Safari, and Firefox < 22.
*/
[hidden], template {
  display: none;
}

/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* ==========================================================================
Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background: transparent;
  outline: none;
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: none;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
  outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
  font-size: 2.8em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b, strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre-wrap;
}

/**
* Set consistent quote types.
*/
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
  border: 0;
}

/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
  margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button, input {
  line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button, select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled], html input[disabled] {
  cursor: default;
}

/**
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/*breadcrumb*/
#breadcrumb {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 1340px;
  padding: 0;
}

#breadcrumb ul {
  margin: 0;
  padding: 0;
}

#breadcrumb ul li {
  float: left;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  padding: 0;
}

/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
hx
========================================================================== */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/*Layout*/
/* =======================================

layout CSS

========================================== */
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  background-image: url(image/base/body_bg.png);
  color: #333;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  height: 100%;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  padding-top: 0;
  text-align: center;
  width: 100%;
}

@media print {
  body {
    margin-left: 0;
    min-width: 1140px;
  }

  #header {
    display: none;
  }

  #header .head-inner {
    height: 0;
  }

  #contents {
    padding-top: 0 !important;
  }

  #contents .inner {
    margin-left: 0;
    width: 100% !important;
  }

  #page-ttl {
    display: none;
  }

  .sp_view {
    display: none;
  }
}

#wrap {
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
  position: relative;
  /*	overflow: hidden;*/
  width: 100%;
}

body>#wrap {
  height: auto;
}

a {
  color: #508eba;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #508eba;
  text-decoration: underline;
}

p {
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}

img {
  background-color: transparent;
  margin: 0;
  max-width: 100%;
  padding: 0;
  vertical-align: bottom;
}

a img {
  backface-visibility: hidden;
  opacity: 1;
  transition: 0.5s;
}

a:hover img {
  opacity: 0.5;
  transition: 0.5s;
}

hr {
  border-bottom-width: 1px;
  border-color: #ede5d8;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-top-width: 0;
  clear: both;
  margin-bottom: 15px;
  margin-top: 15px;
}

hr.none {
  border: none !important;
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}

/*Float Clear*/
.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/*List*/
ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
}

ul.pdf {
  padding-left: 0;
}

ul.pdf li {
  background-image: url(image/base/ico_pdf.png);
  background-repeat: no-repeat;
  background-size: 20px;
  list-style-type: none;
  padding-left: 25px;
}

ul.rice li:before {
  content: "※";
  left: 0;
  position: absolute;
}

ul.rice li {
  padding-left: 20px;
  position: relative;
}

ul.rice {
  list-style: none;
  padding-left: 0;
}

li {
  margin-bottom: 10px;
}

/*Link*/
a.other_link {
  background-image: url(image/base/ico_otherpage-link.png);
  background-position: right 5px;
  background-repeat: no-repeat;
  padding-right: 16px;
}

/*Contents(base)*/
#contents {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 445px;
  padding-top: 20px;
  text-align: left;
  width: 100%;
  z-index: 9999;
}

#contents p {
  line-height: 1.8em;
  margin-bottom: 15px;
}

#contents .inner {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 100%;
  max-width: 1140px;
  width: 90%;
}

/*Header*/
#header {
  align-items: center;
  /* background-image: url(image/base/header_deco01.png); */
  background-position: top center;
  background-repeat: repeat-x;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 9999;
  position: fixed;
  background-color: rgba(247, 246, 244, 0.85);
}

#header .head-nav-box {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 1600px;
  padding: 3px 0 0 0;
  width: 95%;
}

#header .header-logo {
  margin: 0;
  width: 250px;
}

#header .header-logo img {
  position: relative;
}

#header .head-inner .reserve-net, #header .head-inner .access-link, #header .head-inner .line-btn a, #header .head-inner .blog-btn a {
  background-color: #8cc85a;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-weight: 400;
  margin-left: 15px;
  padding: 5px 40px 5px 30px;
  font-family: "Kosugi Maru", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  position: relative;
  text-decoration: none;
  opacity: 1;
  transition: 0.5s;
}

#header .head-inner .access-link {
  background-color: #33acd9;
}

#header .head-inner .recruit .access-link, #header .head-inner .blog-btn .access-link {
  background-color: #f0a000;
}

#header .head-inner .reserve-net:hover, #header .head-inner .access-link:hover, #header .head-inner .line-btn:hover, #header .head-inner .blog-btn:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.reserve-btn a:after, #header .head-inner .access-link::after, .line-btn a:after, .blog-btn a:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
}

#header .head-inner .header-tel a {
  align-items: center;
  color: #3cb4e1;
  display: flex;
  flex-wrap: wrap;
  font-size: 130%;
  font-weight: bold;
  justify-content: flex-start;
}

#header .head-inner .header-tel .tel-mini {
  font-size: 65%;
}

/*Head_logo*/
#header .head-logo {
  left: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15px;
}

/*Footer CSS*/
#footer {
  background-color: #3ab8e1;
  background-image: url(image/base/bg_blue_01.jpg);
  bottom: 0;
  clear: both;
  left: 0;
  margin: 0;
  min-height: 155px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

#footer, #footer a {
  color: #fff;
}

#footer .inner p {
  margin-top: 10px;
}

#footer .name {
  margin: 0 auto 25px;
  max-width: 430px;
  text-align: center;
  width: calc(100% - 20px);
  max-width: 250px;
}

#footer .inner .footer-logo {
  float: left;
  margin-bottom: 15px;
  margin-right: 10px;
  max-width: 204px;
  width: 100%;
}

#footer .footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 1280px;
  padding: 20px 0 30px;
  padding-left: 0;
  text-align: left;
}

#footer .footer-list li {
  background-position: 5px 9px;
  background-repeat: no-repeat;
  background-size: 3px;
  list-style: none;
  padding: 0 0 0 0;
  width: auto;
}

footer .copyright {
  color: #fff;
  padding: 10px 0;
}

#footer .footer-list li {
  margin: 0 10px;
  position: relative;
}

#footer .footer-list li::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1em;
  margin: auto;
  position: absolute;
  right: calc(100% + 10px);
  top: 0;
  width: 1px;
}

#footer .footer-list li:last-child::after, #footer .footer-list li:nth-child(13)::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1em;
  left: calc(100% + 10px);
  margin: auto;
  position: absolute;
  top: 0;
  width: 1px;
}

#footer .footer-btn {
  border: 2px solid #fff;
  border-radius: 40px;
  box-sizing: border-box;
  display: block;
  font-size: 120%;
  margin: 20px auto 30px;
  max-width: 250px;
  padding: 10px;
  width: 100%;
  position: relative;
  text-decoration: none;
  transition: 0.5s;
}

a.footer-btn:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

#footer .footer-btn:hover {
  background-color: #ecfaff;
  color: #3bb4e1;
  transition: 0.5s;
}

/* =======================================

Navi CSS

========================================== */
/* Main_navi */
#g-navi {
  max-width: 100%;
  order: 2;
  width: 1200px;
  width: 100%;
}

#header .head-inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: calc(100% - 250px);
}

#g-navi .navi-inner {
  height: 100%;
  padding: 12px 0 15px;
  position: relative;
  width: 1600px;
  margin: auto;
  max-width: 95%;
}

#header .head-inner .header-tel a {
  align-items: center;
  color: #3cb4e1;
  display: flex;
  flex-wrap: wrap;
  font-size: 165%;
  font-weight: bold;
  justify-content: flex-start;
  font-family: "Kosugi Maru", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

#header .head-inner .header-tel a .sp-none {
  margin-left: 5px;
}

/*Mainnavi base*/
#g-navi .navi-inner #navi-list {
  display: flex;
  font-family: noto-sans, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 400;
  height: 100%;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

#g-navi .navi-inner #navi-list li {
  background-image: url(image/base/nav_border.png);
  background-position: center left;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  font-size: 80%;
  font-weight: bold;
  height: 100%;
  min-height: 78px;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  width: calc(75% / 9);
  font-family: "Kosugi Maru", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  order: 1;
}

#g-navi .navi-inner #navi-list li a:hover {
  opacity: 1;
  text-decoration: none;
  transition: 0.5s;
}

#g-navi .navi-inner #navi-list li a {
  border-bottom: 0;
  border-top: 0;
  color: #704f2c;
  display: block;
  line-height: 1.5em;
  padding: 44px 5px 5px;
  position: relative;
  transition: 0.5s;
  width: 100%;
  font-weight: 400;
}

#g-navi .navi-inner #navi-list li a:hover:after {
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
}

#g-navi .navi-inner #navi-list li.qa {
  background-image: url(image/base/nav_border.png), url(image/base/nav_border.png);
  background-position: center left, center right;
}

#g-navi .navi-inner #navi-list h1.header-logo {
  width: 100%;
}

#g-navi .navi-inner #navi-list li h1.header-logo a::after {
  display: none;
}

#g-navi .navi-inner #navi-list li.logo {
  order: 6;
  width: 34%;
}

#g-navi .navi-inner #navi-list li.home {
  order: 1;
}

#g-navi .navi-inner #navi-list li.reserve {
  order: 2;
}

#g-navi .navi-inner #navi-list li.about {
  order: 3;
  margin-left: 0;
  margin-right: 0;
}

#g-navi .navi-inner #navi-list li.info {
  order: 5;
  margin-left: 0;
  margin-right: auto;
}

#g-navi .navi-inner #navi-list li.internal {
  order: 4;
  margin-left: 0;
  margin-right: auto;
}

#g-navi .navi-inner #navi-list li.search01 {
  order: 6;
  margin-right: 0;
  margin-left: auto;
}

#g-navi .navi-inner #navi-list li.search02 {
  order: 7;
  margin-right: 0;
  margin-left: 0;
}

#g-navi .navi-inner #navi-list li.health {
  order: 8;
  margin-right: 0;
  margin-left: 0;
}

#g-navi .navi-inner #navi-list li.general {
  order: 9;
  margin-right: 0;
  margin-left: 0;
}

#g-navi .navi-inner #navi-list li.health.check {
  order: 10;
  margin-right: 0;
  margin-left: 0;
}

#g-navi .navi-inner #navi-list li.inspection {
  order: 11;
  margin-right: 0;
  margin-left: 0;
}

#g-navi .navi-inner #navi-list li.qa {
  order: 12;
  margin-right: 0;
  margin-left: 0;
}

#g-navi .navi-inner #navi-list li.logo a::before {
  display: none;
}

#g-navi .navi-inner #navi-list li.logo a {
  padding: 0;
}

#g-navi .navi-inner #navi-list li a::before {
  background-image: url(image/base/nav_home.png);
  background-position: center top;
  background-repeat: no-repeat;
  top: 0;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 50px;
}

#g-navi .navi-inner #navi-list li.reserve a::before {
  background-image: url(image/base/nav_reserve.png);
}

#g-navi .navi-inner #navi-list li.info a::before {
  background-image: url(image/base/nav_kids.png);
}

#g-navi .navi-inner #navi-list li.internal a::before {
  background-image: url(image/base/nav_internal.png);
  top: 2px;
}

#g-navi .navi-inner #navi-list li.about a::before {
  background-image: url(image/base/nav_info.png);
}

#g-navi .navi-inner #navi-list li.search01 a::before {
  background-image: url(image/base/nav_search01.png);
}

#g-navi .navi-inner #navi-list li.search02 a::before {
  background-image: url(image/base/nav_search02.png);
}

#g-navi .navi-inner #navi-list li.health a::before {
  background-image: url(image/base/nav_health_01.png);
  background-size: contain;
  height: 30px;
}

#g-navi .navi-inner #navi-list li.health.check a::before {
  background-image: url(image/base/nav_check.png);
}

#g-navi .navi-inner #navi-list li.nav-news a::before {
  background-image: url(image/base/nav_news.png);
}

#g-navi .navi-inner #navi-list li.general a::before {
  background-image: url(image/base/nav_general.png);
  height: 37px;
  top: 3px;
}

#g-navi .navi-inner #navi-list li.inspection a::before {
  background-image: url(image/base/nav_inspection.png);
  height: 32px;
  top: 6px;
}

#g-navi .navi-inner #navi-list li.qa a::before {
  background-image: url(image/base/nav_qa.png);
  height: 34px;
  top: 6px;
}

#g-navi .navi-inner #navi-list li.line a::before {
  background-image: url(image/base/nav_line.svg);
  height: 54%;
}

#g-navi .navi-inner #navi-list li.pt a {
  padding-top: 35px;
}

#g-navi .navi-inner #navi-list li a:hover::after {
  background-color: #ece6e2;
  border-radius: 10px;
  height: 80%;
  display: b;
}

#g-navi .navi-inner #navi-list li a::after {
  background-color: transparent;
  border-radius: 10px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: 0.5s;
  width: 80%;
  z-index: -1;
}

/*Page-ttl*/
#page-ttl {
  background-image: url(image/base/normal_ttl.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 165px;
  padding-top: 74px;
  text-align: center;
  font-family: "Kosugi Maru", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  width: 90%;
  letter-spacing: 7px;
  max-width: 1600px;
  margin: 218px auto 0 auto;
  border-radius: 30px;
}

#page-ttl h1 {
  color: #704f2c;
}

#camera #page-ttl {
  background-image: url(image/contents/camera/ttl_camera.jpg);
}

#page-ttl.page-mobile {
  margin-top: 0;
  padding-top: 75px;
}

#page-ttl .inner {
  color: #fff;
  /* height: 150px; */
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  position: relative;
  width: 100%;
}

#contents #page-ttl .inner h1 {
  background-image: none;
  color: #fff;
  font-family: "メイリオ", " Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", Osaka, serif;
  font-size: 180%;
  font-weight: bold;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  text-shadow: 0 0 10px #000, 0 0 10px #000;
  top: 45%;
  width: 100%;
}

/*slider*/
.bxslider li {
  position: relative;
}

li.slide {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  margin: auto;
  right: 0;
  top: 33%;
  width: 100%;
}

/* index */
#contents .index-bck h4 {
  font-size: 125%;
}

#home .sick-btn-box {
  display: none;
}

#home .sick-btn-box.active {
  display: block;
}

#home .sick-box-area .btn-box {
  gap: 30px;
}

#home .sick-box-area .btn-box p {
  background-color: #FFF;
  border: 4px solid #3cb4e1;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  color: #3cb4e1;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 0;
  padding: 6px 6px 10px;
  position: relative;
  text-align: center;
  transition: .3s all ease;
  width: 200px;
}

#home .sick-box-area .btn-box p.btn-active, #home .sick-box-area .btn-box p:hover {
  background-color: #3cb4e1;
  color: #FFF;
}

#home .sick-box-area .btn-box p.btn-active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #3cb4e1;
  z-index: 1;
}

#home #contents .allergy-area h3 {
  font-size: 135%;
}

#home #contents .allergy-area img {
  width: 100%;
}

#home #contents .allergy-area .flex {
  gap: 50px 0;
}

#home .calender-area {
  text-align: center;
  background-color: #f0eae459;
  padding: 20px 0 70px;
}

#home .calender-area iframe {
  max-width: 1200px;
}

#contents br.br-640 {
  display: none;
}

#news-list {
  max-width: 550px;
  width: calc(50% - 10px);
}

#news-list span {
  font-size: 20px;
}

.news-group {
  margin-top: 20px;
}

.news-group:first-child {
  margin-top: 0;
}

.news-group .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.news-content .ttl {
  width: 100%;
}

.news-content {
  height: 395px;
  margin: auto auto 20px auto;
  margin-bottom: 20px;
  max-width: 800px;
  overflow: auto;
  padding: 0 30px;
}

.news-content hr {
  margin: 0;
  padding: 0;
}

#contents .news h2 {
  margin: 0 0 35px;
  line-height: 1em;
}

.news-content hr {
  border-bottom: 1px dotted #bdbdbd;
}

.news-back {
  background-image: url(image/contents/home/index_news_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 70px 0;
  position: relative;
  width: 100%;
}

.kids-top {
  max-width: 1400px;
  margin: 0px auto 74px auto;
  width: 95%;
}

.kids-top.about-area {
  max-width: 1200px;
}

.kids-top h2 {
  margin: 50px auto !important;
  line-height: 1em !important;
}

.kids-top h2 span {
  position: relative;
}

.kids-top h2 span:before {
  background-image: url("image/contents/home/icon-flower.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  width: 20px;
  height: 34px;
  top: 19%;
  left: -50px;
}

#home .kids-topbox01 h3 {
  margin-top: 0;
  margin-bottom: 25px;
  background-color: transparent;
  background-image: none;
  color: rgb(112, 79, 44);
  padding: 0;
}

#contents .kids-top .address-text {
  margin: 1% 0;
}

.kids-topbox01, .address-text, .kids-topbox01 .home-tel, .kids-topbox01 .home-tel-txt {
  color: rgb(112, 79, 44);
}

.kids-topbox01 .home-tel {
  font-size: 27px;
  font-family: "Kosugi Maru", serif;
  line-height: 0.857;
  margin-right: 9%;
  width: 41%;
  position: relative;
  font-weight: bold;
}

#home #contents.home-tel {
  margin-bottom: 20px;
}

.home-tel a {
  margin-left: 11%;
  color: rgb(60, 180, 225);
}

.home-tel:before {
  background-image: url("image/contents/home/icon-tel.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  width: 19px;
  height: 18px;
  top: 30%;
}

#home .home-tel-txt {
  position: relative;
  width: 50%;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.home-tel-txt:before {
  content: url("image/contents/home/tel-before.png");
  position: absolute;
  left: -15%;
}

#home .home-time-table {
  width: 80%;
  margin: 0 auto 15px;
}

.kids-topbox01 {
  max-width: 590px;
  width: 53%;
}

.kids-topbox02 {
  border-width: 4px;
  border-color: rgb(232, 216, 204);
  border-style: solid;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  max-width: 542px;
  width: 45%;
}

.tr-01 td {
  color: rgb(112, 79, 44);
  font-weight: bold;
  text-align: left;
  line-height: 2;
  padding-left: 6px;
}

.kids-topbox02 tr {
  border-bottom-color: rgb(211, 189, 172);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 19px;
}

.kids-topbox02 .tr-02 {
  font-weight: 400;
}

.kids-topbox02 .tr-03 {
  font-weight: 400;
}

.kids-topbox02 th {
  font-size: 16px;
  text-align: center;
  width: 30%;
  color: rgb(112, 79, 44);
  padding: 15px 0;
  line-height: 1em;
}

.kids-topbox02 tr:last-child {
  border: none;
}

.circle {
  font-size: 12px;
  color: rgb(60, 180, 225);
  line-height: 2;
  padding-left: 10px;
}

.circle-herf {
  color: rgb(144, 195, 31);
}

.circle-none {
  color: #000;
}

.kids-topbox02 p:first-child {
  font-size: 22px;
  font-family: "Kosugi Maru", serif;
  color: rgb(255, 255, 255);
  line-height: 0.909;
  text-align: center;
  background-image: url("image/contents/home/bg-time-title.png");
  width: 274px;
  margin: 35px auto 0 !important;
}

#contents .time-saturday {
  margin-bottom: 5px;
  font-size: 14px;
  color: rgb(112, 79, 44);
  line-height: 2;
  text-align: right;
  margin-right: 30px;
}

.time-saturday span {
  color: rgb(144, 195, 31);
}

#home .bannerlink-photo {
  width: 33%;
  max-width: 180px;
}

#home .bannerlink-photo :nth-child(2) {
  max-width: 175px;
}

.about-link {
  text-align: center;
  margin: 0 auto;
}

.about-link a, #home .search01-link, .top-doctor-link {
  /*  font-size: 20px;*/
  font-size: 17px;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  line-height: 1.5;
  background-color: rgb(60, 180, 225);
  border-radius: 32px;
  padding: 10px 0;
  color: #fff;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  max-width: 360px;
  width: 95%;
  display: block;
  text-decoration: none;
  margin: 20px auto 0;
  font-weight: bold;
  transition: 0.5s;
}

#insurance-institution .about-link a {
  max-width: 700px;
  width: 100%;
}

.about-link a:hover, .top-doctor-link:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.about-link a:after, .top-doctor-link::after {
  content: "\f105";
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  line-height: 1.667;
  font-weight: bold;
  color: rgb(255, 255, 255);
  position: absolute;
  right: 5%;
  transform: translateY(-50%);
  top: 50%;
}

.top-doctor-link:hover {
  color: #fff;
  text-decoration: none;
}

.about-link.orange a {
  background-color: rgb(240, 160, 0);
}

.about-link.green a {
  background-color: rgb(80, 180, 100);
}

.about-link.under a:after {
  content: "\f107";
}

.top-allergy-bg {
  padding: 70px 0 5px;
  background-image: url(image/contents/home/bg-01.png);
}

.kids-link {
  background-image: url("image/contents/home/bg-01.png");
  content: "";
  padding: 60px 0 60px 0;
  margin-bottom: 100px;
}

.kids-link .flex {
  max-width: 1200px;
  margin: 0 auto 0 auto;
  width: 95%;
}

.kids-link .kids-link-img {
  text-decoration: none;
  display: inline-block;
  transition: 0.5s;
}

.kids-link a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.kids-link a:hover img {
  opacity: 1;
}

.kids-link-img {
  background-color: rgb(60, 180, 225);
  border-radius: 9% 9% 6%6%;
  padding-bottom: 18px;
  width: 32%;
}

.kids-link-img img {
  width: 100%;
}

.kids-link-img.bg-orange {
  background-color: rgb(240, 160, 0);
}

.kids-link-img.bg-green {
  background-color: rgb(80, 180, 100);
}

.kids-link p {
  font-size: 27px;
  font-family: "Kosugi Maru", serif;
  color: rgb(255, 255, 255);
  line-height: 1.1 !important;
  text-align: left;
  margin-top: 23px;
  margin-bottom: 0 !important;
  position: relative;
  margin-left: 30%;
  padding-right: 5px
}

.kids-link p span {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.5 !important;
  margin-top: 10px;
  display: block;
}

.kids-link-img p:before {
  background-image: url("image/contents/home/icon-bird.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: -14%;
  left: -35%;
  width: 30%;
  height: 75px;
}

.kids-link-img.bg-orange p:before {
  background-image: url("image/contents/home/icon-sun.png");
  content: "";
}

.kids-link-img.bg-green p:before {
  background-image: url("image/contents/home/icon-sailbort.png");
  content: "";
}

#home #contents .inner {
  max-width: none !important;
  width: 100%;
}

#home #contents .index_commentbox {
  max-width: 960px;
  margin: 50px auto 74px auto;
  width: calc(100% - 10px);
  border: 5px solid #f28993;
}

#home #contents .index_commentbox {
  max-width: 1200px;
  margin: 50px auto 74px auto;
  width: calc(100% - 10px);
  border: 5px solid #f28993;
  padding: 35px 20px 20px;
  box-sizing: border-box;
  border-radius: 20px;
}

#home #contents .index_commentbox .commentbox_inner {
  position: relative;
}

#home #contents .index_commentbox .commentbox_inner h2 {
  font-size: 160%;
  position: absolute;
  bottom: calc(100% + 15px);
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f28993;
  padding: 10px;
  box-sizing: border-box;
  width: max-content;
  padding: 10px 50px 10px;
  color: #fff;
  letter-spacing: 5px;
}

#home #contents .index_commentbox .commentbox_inner h3 {
  background-color: transparent;
  background-image: none;
  color: #f28993;
  text-align: center;
  padding: 0;
  margin: 0 0 20px;
  border-radius: 0;
  font-size: 125%;
}

#home #contents .index_commentbox .commentbox_inner .txt-2box {
  box-sizing: border-box;
  padding: 10px;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 110%;
  border-radius: 10px;
  width: 100%;
}

#home #contents .index_commentbox .commentbox_inner .txt-2box p {
  margin-bottom: 0;
  color: #f28993;
}

#home #contents .triage_detail .flex {
  margin-bottom: 10px;
  margin: auto;
  margin-bottom: 0;
}

#home #contents .triage_detail {
  background-color: #ffe7e9;
  padding: 15px;
  border-radius: 10px;
}

.sick-box {
  max-width: 1140px;
  margin: 0px auto 80px auto;
  width: 95%;
  border-width: 4px;
  border-color: rgb(232, 216, 204);
  border-style: solid;
  border-radius: 20px;
  background-color: rgb(241, 236, 232);
  position: relative;
}

#contents .sick-box h2 {
  margin-top: 40px;
}

.sick-box ul {
  list-style: none;
  padding-left: 0;
  max-width: 1110px;
  margin: 0 auto;
  width: 98%;
}

.search01 {
  width: 20%;
}

.sick-box .flex a {
  width: 100%;
  text-decoration: none;
  font-size: 17px;
  font-family: "Kosugi Maru", serif;
  color: rgb(112, 79, 44);
  line-height: 1.176;
  padding-left: 34px;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s;
}

#home .sick-box li {
  margin-bottom: 20px;
}

#home .sick-box.sick-03 li {
  margin-right: 24px;
  width: calc(100% / 6 - 20px);
}

#home .sick-box.sick-03 li:nth-child(6n) {
  margin-right: 0;
}

.sick-box li:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.sick-box li {
  background-color: rgb(255, 255, 255);
  width: 15%;
  line-height: 1.176;
  height: 60px;
  text-align: left;
  align-items: center;
  display: flex;
  position: relative;
}

#search03 .sick-box li {
  margin-right: 1%;
  width: 24%;
}

#search03 .sick-box li:nth-child(4n) {
  margin-right: 0;
}

.sick-box li:before {
  content: "\f138";
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  color: rgb(60, 180, 225);
  line-height: 1.75;
  position: absolute;
  font-weight: bold;
  left: 10px;
  top: 27%;
}

.sick-box li:after {
  content: "";
  background-color: rgb(60, 180, 225);
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
}

.sick-box {
  background-image: url("image/contents/home/bg-01.png");
  content: "";
  max-width: 1400px;
  margin: 0px auto 80px auto;
  position: relative;
  padding: 45px 0;
  background-size: 100% auto;
  background-repeat: repeat;
  border-width: 4px;
  border-color: rgb(232, 216, 204);
  border-style: solid;
  border-radius: 20px;
}

.sick-box li {
  font-weight: 500;
  transition: 0.5s
}

.sick-box li.no-link {
  box-sizing: border-box;
  font-family: "Kosugi Maru", serif;
  color: rgb(112, 79, 44);
  padding-left: 33px;
}

.sick-box li.no-link:hover {
  opacity: 1;
}

.sick-box li.no-link::before {
  display: none;
}

.sick-box-02-08 {
  width: 47%;
}

#home .sick-box-02-08 li, #search01 .sick-box-02-08 li {
  width: 100%;
}

#home .sick-box01-02, #search01 .sick-box01-02, #search02 .sick-box01-02 {
  width: 32%;
}

#home .sick-box02-03, #search01 .sick-box02-03 {
  width: 49%;
}

.sick-box02-08 li:before {
  left: 3% !important;
}

#home .sick-box a:hover, #search01 .sick-box a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.search01-link:after {
  content: "\f105";
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  line-height: 1.667;
  font-weight: bold;
  color: rgb(255, 255, 255);
  position: absolute;
  right: 5%;
  transform: translateY(-50%);
  top: 50%;
}

.sick-box01:before {
  background-image: url("image/contents/home/icon-top-01.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 187px;
  height: 112px;
  transform: translateY(-50%);
}

.sick-box01:after {
  background-image: url("image/contents/home/icon-top-02.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 3%;
  bottom: -6%;
  width: 120px;
  height: 110px;
}

.sick-box02:before {
  background-image: url("image/contents/home/icon-top-03.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: -30px;
  right: 10%;
  width: 96px;
  height: 66px;
}

.sick-box02:after {
  background-image: url("image/contents/home/icon-top-04.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  left: 12%;
  bottom: -10%;
  width: 166px;
  height: 111px;
}

.post-area {
  z-index: 0;
  background-image: url(image/contents/home/bg-01.png);
  content: "";
  padding: 45px 0 95px 0;
  position: relative;
  margin-bottom: -80px;
  display: flex;
  justify-content: center;
}

.post-area .news {
  width: 50%;
  max-width: 550px;
  margin: 0 20px 0;
}

.news-main {
  max-width: 840px;
  width: 95%;
  margin: 0 auto;
}

.news-ul {
  padding-left: 0;
  margin-bottom: 50px;
}

.news-top .news-flex-start {
  background-color: rgb(255, 255, 255);
  padding: 1.3% 3% 1.3% 10%;
  margin-bottom: 12px;
  position: relative;
  border-radius: 32px;
}

.news-flex-start:before {
  position: absolute;
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  background-image: url(image/contents/home/icon-leaf01.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.news-flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.news-top .news-flex-start::before {
  left: 3%;
}

.post-area:before {
  background-image: url("image/contents/home/icon-flag.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  left: 49%;
  top: -5%;
  width: 42px;
  height: 57px;
  z-index: 1;
}

.news-icon:nth-child(2):before {
  background-image: url("image/contents/home/icon-flower01.png");
}

.news-icon:nth-child(3):before {
  background-image: url("image/contents/home/icon-butterfly.png");
}

.news-icon:nth-child(4):before {
  background-image: url("image/contents/home/img.png");
}

.news-icon:nth-child(5):before {
  background-image: url("image/contents/home/img-2.png");
}

.news-icon:nth-child(6):before {
  background-image: url("image/contents/home/icon-leaf01.png");
}

.news-icon:nth-child(7):before {
  background-image: url("image/contents/home/icon-flower01.png");
}

.news-icon:nth-child(8):before {
  background-image: url("image/contents/home/icon-butterfly.png");
}

.news-icon:nth-child(9):before {
  background-image: url("image/contents/home/img.png");
}

.news-icon:nth-child(10):before {
  background-image: url("image/contents/home/img-2.png");
}

.news-icon:nth-child(11):before {
  background-image: url("image/contents/home/icon-leaf01.png");
}

.news-icon:nth-child(12):before {
  background-image: url("image/contents/home/icon-flower01.png");
}

.news-icon:nth-child(13):before {
  background-image: url("image/contents/home/icon-butterfly.png");
}

.news-icon:nth-child(14):before {
  background-image: url("image/contents/home/img.png");
}

.news-icon:nth-child(15):before {
  background-image: url("image/contents/home/img-2.png");
}

#home #contents .news p {
  margin-bottom: 0;
  line-height: 1.6em;
}

#home #contents .news .day {
  width: 100%;
}

#home #contents .news .ttl {
  width: 100%;
}

.size {
  font-size: 15px;
}

.news .news-txt1 {
  margin-right: 30px;
  font-size: 14px;
  color: rgb(112, 79, 44);
}

.news .day {
  margin-right: 3%;
  font-size: 14px;
  color: rgb(112, 79, 44);
}

.news-link {
  text-align: right;
}

.ttl a {
  color: rgb(60, 180, 225) !important;
  font-size: 16px;
  font-weight: 500;
}

.news-link {
  text-align: right;
  font-size: 14px;
  color: rgb(60, 180, 225);
}

#home #contents {
  padding-bottom: 400px;
}

.accordion-01, .accordion-02 {
  display: none;
}

/*news*/
#news #contents .news-top .day {
  margin-bottom: auto;
  margin-top: auto;
  width: 12%;
  min-width: 85px;
}

#news #contents .news-top .ttl {
  margin-bottom: 0;
  width: 81%;
}

#news #contents .news-top p {
  margin-bottom: 0;
  line-height: 1.6em;
  font-size: 14px;
  color: rgb(112, 79, 44);
}

#news .page-num-list .page-numbers {
  padding: 3px 10px;
  color: #fff;
  background-color: #3ab8e1;
  margin: 0 3px;
  text-decoration: none;
  transition: .5s;
  font-weight: bold;
}

#news .page-num-list .page-numbers.current {
  background-color: #318aa7;
  color: #fff;
  font-weight: bold;
}

#news-list .page-num-list span {
  font-size: 16px;
}

#contents .entry-header h2 {
  text-align: left;
}

/* =======================================

Structure CSS

========================================== */
/*Text Decoration*/
.look-orange {
  color: #e66f11;
}

.look-red {
  color: #d90000;
}

.look-pink {
  color: #f69;
}

.look-navy {
  color: #002b84;
}

.look-blue {
  color: #36f;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.f-min {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", " Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", Osaka, serif;
}

/*Text Size*/
.txt-85 {
  font-size: 85%;
}

.txt-95 {
  font-size: 95%;
}

.txt-90 {
  font-size: 90%;
}

.txt-120 {
  font-size: 120%;
}

.txt-150 {
  font-size: 150%;
}

.txt-180 {
  font-size: 180%;
}

.txt-200 {
  font-size: 200%;
}

/*Text Align*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.va-center {
  vertical-align: middle;
}

/*Margin*/
#contents .no-mb {
  margin-bottom: 0;
}

#contents .no-mt, .no-mt {
  margin-top: 0;
}

#contents .mb-20 {
  margin-bottom: 20px;
}

#contents .mb-30 {
  margin-bottom: 30px;
}

#contents .mb-40 {
  margin-bottom: 40px;
}

#contents .mb-50 {
  margin-bottom: 50px;
}

#contents .mt-80 {
  margin-top: 40px;
}

#contents .mt-100 {
  margin-top: 100px;
}

#contents .mt-150 {
  margin-top: 150px;
}

/* Float */
.left {
  float: left;
}

.right {
  float: right;
}

/*img_deco*/
.img-border {
  border: 1px solid #e1d2b5;
  max-width: calc(100% - 10px);
  padding: 5px;
}

.border-back-white {
  background-color: #fff;
  border: 1px solid #ccc;
  height: auto;
  max-width: calc(100% - 28px);
  padding: 14px;
  width: auto;
}

/* Table */
.table-over {
  overflow: auto;
  width: 100%;
}

.table-over.max-contents {
  max-width: max-content;
}

.table-over::-webkit-scrollbar {
  height: 5px;
}

.table-over::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 5px;
}

.table-over::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 5px;
}

.table-over table {
  margin-bottom: 0;
  min-width: 520px;
  width: 100%;
}

.table-01 {
  border-bottom-width: 0;
  border-collapse: collapse;
  border-left-width: 0;
  border-right-width: 0;
  line-height: 1.6em;
  font-size: 100%;
  line-height: 1.5em;
  color: #704f2c;
}

.table-01 th {
  /* background-color: #efeae1; */
  border-bottom: 2px dotted #e8e1d6;
  color: #704f2c;
  font-size: 105%;
  font-weight: 500;
  min-width: 5em;
  padding: 20px 25px;
  padding-top: 15px;
  text-align: left;
  vertical-align: text-top;
  letter-spacing: 1px;
  /* background-color: #f1eae4; */
  /* background-image: url(image/base/bg_beige_01.jpg); */
}

.table-01 th a {
  color: #2c97d1;
}

.table-01 th.need {
  min-width: 200px;
}

.table-01 th.need:before {
  background-color: #e66f11;
  color: #fff;
  content: "必須";
  display: block;
  float: left;
  font-size: 11px;
  font-weight: normal;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}

.table-01 th.no-need {
  padding-left: 50px;
}

.table-01 td {
  /* background-color: #f7f6f5; */
  border-bottom: 2px dotted #e8e1d6;
  padding: 20px 20px;
  vertical-align: text-top;
}

.table-01 .txtcenter {
  text-align: center;
}

.table-01 .vam {
  vertical-align: middle;
}

.table-01.w-100 {
  width: 100%;
}

.table-01.w-100 th.w-180 {
  width: 180px;
}

.table-02.vam {
  vertical-align: middle;
}

.table-02.vam th,
.table-02.vam td {
  vertical-align: middle;
}

.table-02 .txt-center {
  text-align: center;
}

.table-02 .txt-center.vam {
  vertical-align: middle;
}

.table-02.txt-120 {
  font-size: 120%;
}

.table-02 th.w-45 {
  min-width: 45px;
}

.table-02 th.w-120 {
  min-width: 120px;
}

.table-02 td.bck-bg {
  background-color: #f9e8d2;
}

.table-02 td.bck-blue {
  background-color: #c6e5f1;
}

.table-02 td.bck-orange {
  background-color: #ffda8f;
}

th.pdf {
  padding-left: 10px;
}

th.pdf a {
  background-image: url(image/base/ico_pdf.png);
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
  list-style-type: none;
  padding-left: 25px;
}

td.pdf {
  padding-left: 10px;
}

td.pdf a {
  background-image: url(image/base/ico_pdf.png);
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
  list-style-type: none;
  padding-left: 25px;
}

/**/
.table-02 {
  border-bottom-width: 0;
  border-collapse: collapse;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.table-02 th {
  background-color: #ecf1d4;
  border: 1px solid #abc13b;
  color: #333;
  font-weight: bold;
  padding-bottom: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
  text-align: center;
  vertical-align: top;
}

.table-02 th a {
  color: #2c97d1;
}

.table-02 td {
  background-color: #fff;
  border: 1px solid #abc13b;
  padding-bottom: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
  text-align: left;
  vertical-align: top;
}

.table-02.txt-center th, .table-02.txt-center td {
  text-align: center;
}

/*send_btn*/
.btn-send {
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
}

/*ul*/
#contents .disc {
  margin: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  padding-top: 0;
}

#contents .disc li {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

table ul {
  margin-bottom: 0;
}

/*ol*/
ol {
  padding-left: 20px;
}

ol li {
  line-height: 1.6em;
  margin-bottom: 0;
}

#contents h2 {
  align-items: center;
  color: #704f2c;
  font-family: "Kosugi Maru", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 1.5em;
  margin-bottom: 40px;
  margin-top: 70px;
  /* padding: 10px 25px; */
  /* padding-right: 30px; */
  text-align: center;
  width: 100%;
  /* background-color: #704f2c; */
  border-radius: 12px;
}

#contents h3 {
  background-color: #37b1de;
  background-image: url(image/base/bg_blue_01.jpg);
  /* background-color: #8c6b54; */
  color: #fff;
  font-size: 155%;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 60px 0 40px 0;
  padding: 16px 30px;
  font-family: "Kosugi Maru", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  border-radius: 20px;
}

#contents h4 {
  /* background-color: #f7f6f5; */
  border-bottom: 3px solid #f1c822;
  /* border-bottom: 2px solid #dccbbb; */
  color: #7d5328;
  font-size: 135%;
  margin-top: 50px;
  padding: 12px 12px 15px 12px;
  font-weight: 400;
  font-family: "Kosugi Maru", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#contents h5 {
  color: #45a72d;
  font-size: 120%;
  letter-spacing: 1px;
}

#contents h6 {
  font-size: 100%;
}

/* googlemap ifreame */
.map {
  height: 450px;
  width: 100%;
}

.map iframe {
  border: none;
  height: 100%;
  min-height: 270px;
  width: 100%;
}

/*カラム*/
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex.start {
  justify-content: flex-start;
}

.flex.center {
  justify-content: center;
}

.flex.around {
  justify-content: space-around;
}

.txt-2box {
  margin-right: 4%;
  width: 48%;
}

.txt-2box.end, .txt-2box:nth-child(2n) {
  margin-right: 0;
}

.txt-3box {
  margin-right: 2.75%;
  width: 31.5%;
}

.txt-3box:nth-child(3n) {
  margin-right: 0;
}

.txt-3box.end {
  margin-right: 0;
}

.txt-4box {
  margin-right: 1%;
  width: 23.75%;
}

.txt-4box.end {
  margin-right: 0;
}

.txt-5box {
  margin-right: 0.625%;
  width: 19.5%;
}

.txt-5box:nth-child(5n) {
  margin-right: 0;
}

.txt-5box.end {
  margin-right: 0;
}

.img-2box {
  width: 40%;
}

.img-2box-txt {
  width: calc(60% - 35px);
}

/* other */
.image-block.pc-none {
  padding-top: 60px;
}

.pc-none {
  display: none;
}

#g-navi .navi-inner #navi-list li.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.sp-none.inline {
  display: inline-block;
}

/* inquiry */
#inquiry .table-01 {
  max-width: 700px;
  width: 100%;
}

input {
  width: 60%;
}

input[type="submit"] {
  padding: 5px 5px 5px 10px;
  width: 20%;
}

input.input-short {
  margin-right: 1%;
  width: 15%;
}

textarea {
  width: 80%;
}

input[type="radio"] {
  width: auto;
}

div.wpcf7-validation-errors {
  background-color: #f5f1e6;
  border: 2px solid #f7e700;
  border-width: 0;
}

span.wpcf7-form-control-wrap.entry_year input {
  max-width: 65px;
}

span.wpcf7-form-control-wrap.address_num input {
  margin-left: 5px;
  max-width: 95px;
}

/* pc sp button */
.view-button {
  margin: auto;
  margin-bottom: 10px;
  max-width: 1140px;
}

#footer .view-button a {
  background-color: #fff;
  color: #20a1d2;
  display: block;
  font-size: 85%;
  margin: 20px auto;
  max-width: 150px;
  padding: 5px 10px;
}

.view-button p.pc-button {
  display: none;
}

.view-button p.sp-button {
  display: block;
}

.sp-button {
  display: none;
}

/* navi */
#topcontrol {
  z-index: 9999;
  bottom: 80px !important;
}

/* =======================================

home CSS

========================================== */
#home #contents {
  padding-top: 10px;
}

/* =======================================

about CSS

========================================== */
.last {
  margin-bottom: 140px;
}

#contents .bg-beige {
  background-color: #f1eae4;
  background-image: url(image/base/bg_beige_01.jpg);
  padding: 70px 0 70px 0;
  margin-top: 70px;
}

#contents .bg-beige h2 {
  margin-top: 0;
}

#contents .ttl-comment {
  text-align: center;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
}

.time-table {
  margin: auto;
  max-width: 750px;
  text-align: center;
  width: 100%;
  color: #704f2c;
  letter-spacing: 2px;
}

table.time-table th {
}

table.time-table td, table.time-table th {
  border-bottom: 1px solid #e8e1d6;
  padding: 15px 0;
  font-weight: 500;
}

table.time-table tr td {
  font-size: 100%;
}

table.time-table th:first-child {
  max-width: 150px;
  width: 24%;
  font-size: 115%;
}

table.time-table th {
  font-size: 110%;
}

table.time-table td.round {
  font-size: 84%;
  color: #3cb4e1;
}

table.time-table td.triangle {
  font-size: 100%;
  color: #90c31f;
}

.career-table {
  font-size: 90%;
  line-height: 1.5em;
}

.career-table th {
  width: 40%;
  padding: 20px 5px;
}

.career-table td {
  padding: 20px 10px;
}

.career-table th, .career-table td {
  border-bottom: 2px dotted #dad4ca;
}

.time-table-area {
  background-color: #fff;
  background-image: url(image/base/bg_white_01.jpg);
  padding: 30px 30px 35px 30px;
  border-radius: 20px;
  border: 4px solid #f1c822;
  max-width: 850px;
  margin: 0 auto;
}

.time-table tr:last-child td {
  border-bottom: none;
}

#contents .time-table-comment {
  text-align: right;
  margin: 20px 120px 0 0;
  padding: 0;
  color: #704f2c;
  letter-spacing: 1px;
}

#contents .time-table-comment .triangle {
  color: #90c31f;
}

.table-area {
  background-color: #fff;
  background-image: url(image/base/bg_white_01.jpg);
  padding: 35px 25px;
  border-radius: 20px;
  border: 4px solid #3cb4e1;
  margin: 0 auto;
}

.table-01 tr:last-child th, .table-01 tr:last-child td {
  border-bottom: none;
}

.introspection-list {
  max-width: 1140px;
  margin: auto;
  display: grid;
  grid-template-columns: 19.7% 19.7% 19.7% 19.7% 19.7%;
  grid-template-rows: 10.7% 10.7% 10.7% 10.7% 10.7% 10.7% 10.7% 10.7% 10.7%;
  column-gap: .3%;
  row-gap: .3%;
}

.introspection-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

#contents .introspection-area p.introspection-ttl {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #3cb4e1;
  padding: 0px 10px;
  color: #fff;
  margin-bottom: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom: 2px solid #34809d;
}

.introspection-area:nth-child(5) img {
  width: auto;
  height: 80%;
}

.introspection-area:first-child {
  grid-column: 1 / 3;
  display: block;
  grid-row: 1 / 3;
}

.introspection-area:nth-child(2) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.introspection-area:nth-child(3) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

.introspection-area:nth-child(4) {
  grid-column: 4 / 6;
  grid-row: 1 / 4;
}

.introspection-area:nth-child(5) {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  justify-content: center;
  background-color: #fff;
}

.introspection-area:nth-child(6) {
  grid-column: 1 / 2;
  grid-row: 4 / 5;
}

.introspection-area:nth-child(7) {
  grid-column: 2 / 4;
  grid-row: 3 / 5;
}

.introspection-area:nth-child(8) {
  grid-column: 4 / 6;
  grid-row: 4 / 5;
}

.introspection-area:nth-child(9) {
  grid-column: 1 / 4;
  grid-row: 5 / 8;
  background-color: #000;
}

.introspection-area:nth-child(10) {
  grid-column: 4 / 5;
  grid-row: 7 / 7;
}

.introspection-area:nth-child(11) {
  grid-column: 5 / 6;
  grid-row: 7 / 7;
}

.introspection-area:nth-child(12) {
  grid-column: 5 / 6;
  grid-row: 5 / 6;
  display: none;
}

.introspection-area:nth-child(13) {
  grid-column: 5 / 6;
  grid-row: 6 / 7;
  display: none;
}

.introspection-area:nth-child(14) {
  grid-column: 4 / 6;
  grid-row: 5 / 7;
}

.introspection-area:nth-child(15) {
  grid-column: 1 / 2;
  grid-row: 8 / 9;
}

.introspection-area:nth-child(16) {
  grid-column: 2 / 4;
  grid-row: 8 / 10;
}

.introspection-area:nth-child(17) {
  grid-column: 4 / 6;
  grid-row: 8 / 10;
}

.introspection-area:nth-child(18) {
  background-color: orange;
  grid-column: 1 / 2;
  grid-row: 9 / 10;
}

#about #introspection {
  background-color: #f7f5f4;
  padding: 40px;
}

#about #contents .bg-beige.last {
  margin-bottom: -20px;
}

#recruit table h4 {
  border: none;
  color: #50b464;
  font-size: 120%;
  margin-top: 35px;
  padding: 0;
}

#recruit h2 {
  margin-bottom: 0;
}

#recruit .space-txt {
  display: block;
  text-indent: -4em;
  margin-left: 4em;
}

#recruit .main-txt {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  justify-content: center;
  background-color: #fff;
  background-image: url(image/base/bg_white_01.jpg);
  padding: 30px 30px 28px 30px;
  border-radius: 20px;
  border: 4px solid #f1c822;
  font-weight: 500;
  max-width: 800px;
  margin: 50px auto 0;
}

#recruit .main-txt .sp-txt {
  align-items: baseline;
  display: flex;
}

#recruit .main-txt .tel-link {
  align-items: center;
  color: #3cb4e1;
  display: flex;
  flex-wrap: wrap;
  font-size: 150%;
  font-weight: bold;
  justify-content: flex-start;
  font-family: "Kosugi Maru", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  letter-spacing: 1px;
}

#recruit .main-txt .tel-link img {
  position: relative;
  top: 2px;
  margin: 0 4px;
}

#recruit .mark-txt {
  text-indent: -1em;
  margin-left: 1em;
}

.ie-introspection {
  display: none;
}

@media all and (-ms-high-contrast:none) {
  .ie-introspection {
    display: block;
    text-align: center;
  }

  .introspection-list {
    display: none;
  }
}

/* =======================================

info CSS

========================================== */
.beige-box {
  background-color: #f3efec;
  background-image: url(image/base/bg_beige_02.jpg);
  padding: 35px 40px 35px 40px;
  border-radius: 20px;
  border: 4px solid #e8d8cc;
  margin: 0 auto;
}

#contents .beige-box-ttl {
  margin: 10px 0 0 0;
  font-size: 33px;
  letter-spacing: 2px;
}

.beige-box-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.beige-box-list li {
  background-color: #fff;
  background-image: url(image/base/bg_white_01.jpg);
  border-left: 4px solid #3cb4e1;
  color: #704f2c;
  font-size: 110%;
  font-weight: 500;
  width: calc(100% / 4 - 35px);
  letter-spacing: 1px;
  display: inline-flex;
  line-height: 1.4em;
  margin: 10px 10px 10px 0px;
  padding: 20px 0px 20px 15px;
}

.beige-box-list li:nth-child(4n) {
  margin-right: 0;
}

.beige-box-list li.long {
  width: calc(100% - 40px);
}

#contents h3.main-ttl {
  font-size: 140%;
  padding: 16px 20px 16px calc(20px + 1em);
  text-indent: -1em;
}

#contents .btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #3cb4e1;
  color: #fff;
  width: 360px;
  margin: auto;
  border-radius: 50px;
  padding: 15px 0;
  font-size: 20px;
  font-family: "Kosugi Maru", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  position: relative;
  font-weight: 400;
  opacity: 1;
  transition: 0.5s;
}

#contents .btn.tel-btn a {
  border-radius: 10px;
}

#contents .btn a:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

#contents .btn.tel-btn a:after {
  content: "";
}

#contents .btn a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

/* =======================================

health CSS

========================================== */
#contents #vaccine .table-area {
  width: 60%;
  margin: 0;
  border: 4px solid #e8d8cc;
}

#contents #vaccine .table-area .table-01 {
  margin: 0 auto;
}

#contents #vaccine .table-area .table-01 th, #contents #vaccine .table-area .table-01 td {
  border-bottom: 2px solid #efe9e5;
}

#contents #vaccine .table-area .table-01 tr:last-child th, #contents #vaccine .table-area .table-01 tr:last-child td {
  border-bottom: none;
}

/* =======================================

sitemap CSS

========================================== */
#contents .sitemap-list {
  list-style: none;
  border-radius: 20px;
  margin: 20px 0;
  padding-left: 0;
}

#contents .sitemap-list li a {
  background-color: #3cb4e1;
  padding: 10px 20px;
  border-radius: 40px;
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
  opacity: 1;
  transition: 0.5s;
}

#contents .sitemap-list .disc li {
  width: 100%;
}

#contents .disc li {
  list-style: none;
}

#contents .disc {
  padding-left: 0;
}

#contents .disc li a {
  display: block;
  width: 100%;
  color: #704f2c;
  background-color: #f1ebe1;
}

#contents .sitemap-list li {
  width: calc(100% - 40px);
  margin: 10px 0;
}

#contents .sitemap-list li a:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

#contents .sitemap-list li a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

#about .anc-area, #info .anc-area, #recruit .anc-area, #internal .anc-area {
  padding-top: 100px;
  margin-top: -100px;
}

#check-general .anc-area {
  padding-top: 100px;
  margin-top: -100px;
}

#qa .anc-area {
  padding-top: 125px;
  margin-top: -125px;
}

#insurance-institution .anc-area {
  padding-top: 130px;
  margin-top: -130px;
}

@media screen and (min-width: 891px) {
  #header .sp-ico {
    display: none;
  }

  .mobile .sp-button {
    display: block;
  }

  .mobile #header {
    padding-top: 90px;
  }

  .mobile #image-block {
    margin-top: 262px;
  }
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

@media screen and (min-width: 641px) {
  html.mobile #page-ttl {
    padding-top: 74px;
  }

  .bottom-nav {
    display: none !important;
    opacity: 0;
  }

  .mobile .sp-button #swSp {
    color: #fff;
    font-size: 250%;
    background-color: #32aad8;
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
  }
}

@media screen and (min-width: 500px) {
  label {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  #footer .footer-list li:nth-child(13)::after {
    display: none;
  }

  #footer .footer-list li:nth-child(11)::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 1em;
    left: calc(100% + 10px);
    margin: auto;
    position: absolute;
    top: 0;
    width: 1px;
  }

  #footer .footer-list {
    max-width: 1100px;
  }

  #header .head-nav-box {
    width: 100%;
  }

  #g-navi .navi-inner {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }

  #page-ttl {
    /* padding-left: 20px; */
    width: calc(100% - 20px);
  }

  #g-navi .navi-inner #navi-list li {
    font-size: 70%;
  }

  /*home*/
  .news .news-ul {
    width: 100%;
  }
}

@media screen and (max-width: 1170px) {
  #header .head-inner .header-tel a {
    font-size: 140%;
  }

  .reserve-btn a:after, #header .head-inner .access-link::after, .line-btn a:after {
    top: 54%;
  }

  #header .head-inner .reserve-net, #header .head-inner .access-link, #header .head-inner .line-btn a, #header .head-inner .blog-btn a {
    font-size: 14px;
    margin-left: 10px;
    padding: 3px 25px 3px 10px;
    /*    padding: 5px 32px 5px 23px;*/
  }

  .kids-topbox01 .home-tel {
    width: 100%;
  }

  #home .home-tel-txt {
    width: 100%;
  }

  .home-tel-txt:before {
    display: none;
  }

  .home-tel a {
    margin-left: 5%;
  }

  .home-tel:before {
    top: 36%;
  }

  .kids-topbox02 {
    height: 75%;
  }
}

@media screen and (max-width: 1140px) {
  #g-navi .navi-inner #navi-list li a {
    padding: 40px 0 5px;
  }

  #home #contents {
    padding-bottom: 450px;
  }

  #footer .footer-list li:nth-child(11)::after {
    display: none;
  }

  #footer .footer-list li:nth-child(7)::after, #footer .footer-list li:nth-child(13)::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 1em;
    left: calc(100% + 10px);
    margin: auto;
    position: absolute;
    top: 0;
    width: 1px;
  }

  #footer .footer-list {
    max-width: 650px;
  }

  #g-navi .navi-inner #navi-list li {
    /* font-size: 1.2vw; */
    font-size: 65%;
  }

  #recruit .anchor-box .txt-3box {
    margin-right: 15px;
    width: calc(100% / 2 - 10px);
  }

  #recruit .anchor-box .txt-3box:nth-child(2n) {
    margin-right: 0;
  }

  #recruit .anchor-box .txt-3box a {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #header .head-inner .header-tel a {
    font-size: 125%;
  }

  #header .head-inner .reserve-net, #header .head-inner .access-link, #header .head-inner .line-btn a, #header .head-inner .blog-btn a {
    font-size: 11px;
    margin-left: 10px;
    padding: 3px 25px 3px 10px;
    /*    padding: 3px 25px 3px 10px;*/
  }

  #header .head-inner {
    width: calc(100% - 220px);
  }

  #header .header-logo {
    width: 220px;
  }
}

@media screen and (max-width: 1000px) {
  .pc-left, .pc-right {
    margin-right: 0;
    width: 100%;
  }

  #footer .inner p.copyright {
    bottom: 0;
    left: 0;
    margin: 10px 0;
  }

  /*home*/
  .news-01:before {
    top: 10%;
  }

  .news-02:before {
    top: 10%;
  }

  .news-03:before {
    top: 10%;
  }

  .news-04:before {
    top: 10%;
  }

  .news-05:before {
    top: 10%;
  }
}

@media screen and (max-width: 890px) {
  #g-navi .navi-inner #navi-list li.internal a::before {
    height: 50%;
  }

  #g-navi .navi-inner #navi-list li a:hover::after {
    border-radius: 0;
    height: 100%;
    width: 100%;
  }

  #page-ttl {
    margin-top: 105px;
  }

  #header {
    padding-top: 15px;
  }

  #g-navi .navi-inner #navi-list li.inspection a::before {
    height: 42%;
  }

  #contents h3.main-ttl br {
    display: none;
  }

  #recruit .main-txt .tel-link img {
    width: 16px;
  }

  #recruit .main-txt .tel-link {
    font-size: 140%;
  }

  #recruit .main-txt {
    font-size: 16px;
    margin: 20px auto 65px;
    padding: 25px 15px 23px 15px;
  }

  #recruit .main-txt .sp-txt {
    justify-content: center;
    width: 100%;
  }

  #home #contents {
    padding-bottom: 300px;
  }

  #g-navi .navi-inner #navi-list li {
    font-size: 85%;
  }

  .page-template-inquiry .table-01 {
    width: 100%;
  }

  .view-button p.pc-button {
    display: block;
    float: none;
  }

  .view-button p.sp-button {
    display: none;
  }

  .view-button {
    clear: both;
    float: none;
    margin-bottom: 15px;
    margin-left: 0;
  }

  /* header */
  #header .header-logo {
    width: 235px;
    padding: 0px 15px;
    margin: 0 auto 15px 0;
    top: 2px;
    position: relative;
    left: 0;
  }

  #header .header-logo img {
    top: 0;
  }

  #header .head-inner {
    padding: 0px 0 8px 0;
    width: calc(115px * 3);
    box-sizing: border-box;
  }

  #openmenu, .sp-tel {
    width: 65px;
    max-width: 100%;
    margin: auto 20px auto 30px;
    order: 2;
  }

  #g-navi .navi-inner {
    padding: 0;
  }

  .header-tel, .reserve-btn, #header .head-inner .access-btn, #header .head-inner .line-btn, #header .head-inner .blog-btn {
    display: none;
  }

  #g-navi .navi-inner #navi-list {
    width: 100%;
    position: fixed;
    top: 103px;
    height: auto;
    background-color: #ffffff;
    display: none;
    overflow: auto;
    overflow-x: hidden;
    max-height: calc(100svh - 103px);
  }

  #g-navi .navi-inner #navi-list.open {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px dashed #b7a795;
  }

  #g-navi .navi-inner #navi-list li, #g-navi .navi-inner #navi-list li.logo, #g-navi .navi-inner #navi-list li:nth-child(4n) {
    width: 50%;
    min-height: unset;
    background-image: none;
  }

  #g-navi .navi-inner #navi-list li.qa {
    background-image: unset;
  }

  #g-navi .navi-inner #navi-list li.nav-news.pc-none {
    order: 13;
  }

  #g-navi .navi-inner #navi-list li.health.check.pc-none {
    order: 14;
  }

  #g-navi .navi-inner #navi-list li.home.check.pc-none {
    order: 15;
  }

  #g-navi .navi-inner #navi-list li.line.check.pc-none {
    order: 16;
  }

  #g-navi .navi-inner #navi-list li a::before, #g-navi .navi-inner #navi-list li.general a::before {
    left: 0;
    bottom: 0;
    right: auto;
    width: 40px;
    height: 60%;
    background-size: contain;
    top: 0;
    margin: auto;
  }

  #g-navi .navi-inner #navi-list li.health.sp a::before {
    background-size: contain;
    height: 58%;
  }

  #g-navi .navi-inner #navi-list li.search01 a::before, #g-navi .navi-inner #navi-list li.search02 a::before, #g-navi .navi-inner #navi-list li.info a::before {
    height: 47%;
  }

  #g-navi .navi-inner #navi-list li.qa a::before {
    height: 43%;
  }

  #g-navi .navi-inner #navi-list li a, #g-navi .navi-inner #navi-list li.pt a {
    box-sizing: border-box;
    border-bottom: 1px dashed #b7a795;
    padding: 10px 53px;
    text-align: left;
  }

  #g-navi .navi-inner #navi-list li a br.sp-none {
    display: none;
  }

  #g-navi .navi-inner #navi-list li.logo {
    display: none;
  }

  #g-navi .navi-inner #navi-list li:last-child {
    background-image: none;
  }

  #g-navi .navi-inner #navi-list li.pc-none {
    display: block;
  }

  #g-navi .navi-inner #navi-list li:nth-child(5n) {
    background-image: unset;
  }

  .sp-ico {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
  }

  #openmenu, .sp-tel {
    width: 65px;
    max-width: 100%;
    margin: 0;
    order: 2;
    width: 22%;
  }

  .sp-tel {
    margin: 0 5% 0 0;
    order: 1;
    width: 22%;
  }

  .bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
  }

  .bottom-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding: 0;
    width: 100%;
    min-height: 70px;
  }

  .bottom-nav ul li {
    width: calc(100% / 5);
    margin-bottom: 0;
    font-size: 3.5vw;
  }

  .bottom-nav ul a {
    padding: 20px 5px;
    box-sizing: border-box;
    display: block;
    border-right: 0;
    color: #704f2c;
    font-weight: bold;
    font-size: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bottom-nav ul a i {
    font-size: 110%;
    padding-right: 5px;
  }

  .bottom-nav ul li.tel a {
    background-color: #f0a000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 5px 30px;
    box-sizing: border-box;
  }

  .bottom-nav ul li.tel.normal a {
    background-color: #8cc85a;
  }

  .bottom-nav ul li.tel .txt-85 {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .bottom-nav ul li.tel a img {
    width: 18px;
    padding: 0 0 4px 0;
    margin-right: 4px;
  }

  .bottom-nav ul li.reservation a {
    background-color: #f0a001;
    color: #fff;
  }

  .bottom-nav ul li.access a {
    background-color: #f1c822;
  }

  /* about */
  .table-area {
    width: unset;
  }

  .txt-2box {
    width: 100%;
    margin-right: unset;
  }

  #contents .last {
    margin-bottom: 200px;
  }

  /* health */
  #contents #vaccine .table-area {
    width: unset;
  }

  /* sitemap */
  #sitemap .txt-4box {
    width: calc(50% - 40px);
    margin: 0 20px;
    padding: 0;
  }

  /*home*/
  #home .sick-box li, #home .sick-box.sick-03 li, #home .sick-box.sick-03 li:nth-child(6n), #home #search03 .sick-box li {
    width: 47%;
    margin-right: 1%;
    margin-left: 1%;
    padding-right: 4px;
  }

  #home .sick-box.sick-03 .flex.start {
    justify-content: space-between;
  }

  .sick-box01:before {
    top: 2px;
    width: 138.5px;
    display: none;
  }

  .sick-box01:after {
    right: 4%;
    bottom: -6%;
  }

  .sick-box02:before {
    display: none;
    top: -30px;
    right: 27%;
    width: 11%
  }

  .sick-box02:after {
    width: 16.6%;
    left: 8%;
  }

  .post-area .news {
    width: 100%;
  }

  .post-area {
    flex-wrap: wrap;
    padding-bottom: 200px;
  }

  .post-area .news:last-child {
    margin-bottom: 110px;
  }

  #home .search01-link {
    font-size: 18px;
  }

  /*news*/
  #news .news-top {
    margin-bottom: 20%;
  }

  /* serach */
  .sick-box li, #home .sick-box01-02, #search01 .sick-box01-02, #search02 .sick-box01-02, #search03 .sick-box li {
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 780px) {
  .kids-topbox01, .kids-topbox02 {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }

  .kids-link-img p:before {
    left: -37%
  }

  .kids-link-img.bg-orange p:before {
    top: -11%;
  }

  .news .news-ul {
    width: 100%;
  }

  #home .news ul {
    padding-left: 0;
  }

  #home .last-bnr {
    margin: 60px 0 100px 0;
  }
}

@media screen and (max-width: 700px) {
  #recruit .anchor-box .txt-3box {
    margin-right: 0;
    width: 100%;
  }

  #recruit .anchor-box .txt-3box:first-child {
    margin-top: 10px;
  }

  #recruit .anchor-box .txt-3box a {
    margin: 0 auto;
    width: 90%;
  }
}

/* view-640 */
@media screen and (max-width: 640px) {
  #home .sick-box-area .btn-box p {
    font-size: 17px;
    max-width: 110px;
    padding: 5px 5px 9px;
    width: 100%;
  }

  #home .sick-box-area .btn-box {
    gap: 20px;
  }

  #contents br.br-640 {
    display: block;
  }

  #footer .footer-list li::before {
    right: 100%;
  }

  #internal #anc-about {
    margin-bottom: 50px;
  }

  #footer .footer-list a {
    font-size: 15px;
  }

  .beige-box {
    padding: 35px 20px;
  }

  #internal .beige-box p {
    text-align: left;
  }

  #internal .beige-box p br {
    display: none;
  }

  #footer .footer-list li:nth-child(7)::after, #footer .footer-list li:nth-child(13)::after {
    display: none;
  }

  #g-navi .navi-inner #navi-list li a, #g-navi .navi-inner #navi-list li.pt a {
    padding: 10px 10px 10px 44px;
  }

  #contents h3.main-ttl {
    font-size: 130%;
    line-height: 1.5em;
    padding: 13px 15px 13px calc(15px + 1em);
  }

  #recruit table h4 {
    font-size: 105%;
  }

  .post-area .news:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #home #contents {
    padding-bottom: 600px;
  }

  #contents .last {
    margin-bottom: 80px;
  }

  #g-navi .navi-inner #navi-list {
    top: 90px;
    max-height: calc(100svh - 90px);
  }

  #footer .footer-list li:nth-child(7)::after {
    display: none;
  }

  #topcontrol {
    display: none !important;
  }

  #recruit .mb-65 {
    margin-bottom: 65px;
  }

  /* header */
  #header {
    align-items: center;
    display: flex;
    padding-top: 0;
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 1px 4px #d8d4d1;
    height: 80px;
  }

  #pc-header {
    display: none;
  }

  #header .header-logo {
    width: calc(100% - (70px * 3));
    padding: 0 10px;
    margin: 7px auto 0px 0;
    top: 0px;
    position: relative;
    left: 0;
    max-width: 225px;
  }

  #header .head-inner {
    padding: 9px 0 0px 0;
    width: calc(63px * 3);
    box-sizing: border-box;
  }

  #openmenu, .sp-tel {
    width: 30%;
    max-width: 100%;
    margin: 0;
    order: 2;
  }

  .sp-tel {
    margin: 0 5% 0 0;
  }

  .sp-line {
    margin: 0 5% 0 0;
    width: 20%;
    text-align: left;
  }

  .sp-line a i:before {
    font-size: 40px;
  }

  #contents h2 {
    text-align: center;
  }

  #page-ttl .inner h1 {
    /* position: absolute; */
    /* top: 98%; */
    /* right: 0; */
    /* left: 0; */
    letter-spacing: 2px;
    font-size: 150%;
    line-height: 1.5em;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 0 10px;
  }

  #page-ttl {
    height: 150px;
    margin-top: 0;
    /* padding-left: 20px; */
    padding-top: 85px;
    /* text-align: right; */
    width: 100%;
    /* width: calc(100% - 20px); */
    border-radius: 0;
  }

  #page-ttl.page-mobile {
    margin-top: 0;
    padding-top: 90px;
  }

  #page-ttl .inner {
    color: #666;
    /* height: 150px; */
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
    height: 100%;
  }

  /* footer */
  #footer {
    height: auto;
    margin-bottom: 70px;
    min-height: 150px;
    text-align: center;
  }

  #footer .inner {
    justify-content: space-between;
    margin: 0 auto;
    width: 94%;
  }

  #footer .inner .footer-logo {
    clear: both;
    float: none;
    margin: 15px auto;
    text-align: center;
  }

  #footer .copyright {
    font-size: 100%;
    font-size: 13px;
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
  }

  #footer p.name {
    font-size: 100%;
    margin-top: 25px;
    text-align: center;
  }

  #footer .view-button a {
    margin: auto;
  }

  #footer .footer-list li {
    width: calc(100% / 2);
    box-sizing: border-box;
    margin: 0;
    text-align: center;
  }

  #footer .footer-list {
    justify-content: flex-start;
    width: 100%;
  }

  #footer .footer-list li:nth-child(odd)::before {
    display: none;
  }

  #footer .footer-list li:last-child:after {
    display: none;
  }

  /* contents */
  #contents {
    padding-bottom: 680px;
    padding-top: 15px;
  }

  body {
    min-width: 100%;
  }

  /* hx */
  #contents h2 {
    font-size: 24px;
    margin: 60px auto 30px auto;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
    letter-spacing: 4px;
  }

  #recruit #contents h2 {
    margin: 30px 0 0;
  }

  /* inner */
  #home #contents .inner {
    padding: 40px 20px;
    width: calc(100% - 40px);
  }

  /* table */
  .table-01 {
    width: 100%;
  }

  .table-01 th, .table-01.w-100 th.w-180 {
    /* border-bottom: 1px dotted #b3a28f; */
    border-left: none;
    border-right: none;
    border-top: none;
    border: none;
    box-sizing: border-box;
    display: block;
    font-size: 120%;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 10px 0;
    width: 100%;
  }

  .table-01 td {
    display: block;
    /* background-color: #fff; */
    /* background-image: url(image/base/bg_white_01.jpg); */
  }

  .table-01 textarea {
    font-size: 16px;
    max-width: 450px;
    width: 95%;
  }

  .th-w30 th {
    padding: 3% 0;
    width: 100%;
  }

  .table-01 th.need {
    padding-bottom: 10px;
    padding-left: 2%;
    padding-right: 0;
    padding-top: 10px;
    width: 98%;
  }

  .table-01.w-100 th {
    width: 100%;
  }

  .table-01 th.no-need {
    padding-bottom: 10px;
    padding-left: calc(4% + 30px);
    padding-right: 0;
    padding-top: 10px;
    width: calc(96% - 30px);
  }

  .table-01 td, .table-02 th, .table-02 td {
    padding: 15px 10px;
  }

  /* view-none */
  .pc-none {
    display: block;
  }

  .sp-none, .sp-none.inline, .f_info .sp-none:first-child {
    display: none !important;
  }

  /* カラム数 */
  .txt-2box {
    margin-right: 0;
    max-width: none;
    width: 100%;
  }

  .txt-2box.end {
    margin-right: 0;
  }

  .txt-3box {
    margin-right: 0;
    width: 100%;
  }

  .txt-3box.end {
    margin-right: 0;
  }

  .txt-4box {
    margin-right: 0;
    width: 100%;
  }

  .txt-4box.end {
    margin-right: 0;
  }

  .img-2box, .img-2box-txt {
    /* text-align: center; */
    width: 100%;
  }

  .txt-5box {
    margin-right: 0;
    width: 100%;
  }

  .txt-5box.end {
    margin-right: 0;
  }

  .txt-5box .about-link.under {
    margin: 0 auto 10px;
  }

  input {
    font-size: 17px;
    width: 95%;
  }

  input[type="submit"] {
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
    border: 1px solid #999;
    border-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e0e0e0', GradientType=0);
    padding: 15px;
    width: 100%;
  }

  input[type="checkbox"], input[type="radio"] {
    width: auto;
  }

  /*index*/
  .news-content {
    height: 500px;
    width: calc(100% - 60px);
  }

  .news-group {
    padding: 0;
  }

  .index-bnr a img {
    vertical-align: top;
  }

  #news-list {
    margin: auto;
    margin-bottom: 40px;
    width: 100%;
  }

  .news-back .inner {
    flex-wrap: wrap;
  }

  #home #contents .index_commentbox .commentbox_inner h2 {
    bottom: calc(100% + 10px);
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    width: 100%;
    font-size: 140%;
    padding: 15px 0;
  }

  #home #contents .triage_detail {
    padding: 5px;
  }

  #home #contents .index_commentbox .commentbox_inner h3 {
    margin-bottom: 0;
  }

  #home #contents .index_commentbox .commentbox_inner .txt-2box p {
    text-align: left;
    font-size: 90%;
  }

  #home #contents .index_commentbox .commentbox_inner .txt-2box {
    margin-top: 5px;
  }

  /* about */
  .last {
    margin-bottom: 250px;
  }

  .career-table {
    font-size: 100%;
    line-height: unset;
  }

  .career-table th {
    width: unset;
  }

  .table-area {
    padding: 24px 15px;
  }

  .table-area table th {
    padding: 15px 5px 0;
  }

  .table-area table td {
    padding: 15px 5px;
  }

  .time-table-area {
    padding: 14px;
    font-size: 85%;
    max-width: unset;
  }

  .time-table {
    max-width: unset;
    letter-spacing: unset;
  }

  table.time-table th {
    font-size: 100%;
  }

  table.time-table td, table.time-table th {
    padding: 5px;
  }

  #time-table .inner {
    width: 94%;
  }

  table.time-table th:first-child {
    font-size: 100%;
  }

  #contents .time-table-comment {
    margin: 20px 20px 0 0;
  }

  #contents .bg-beige.last {
    margin-bottom: -80px;
  }

  #about #introspection {
    width: 90%;
    padding: 0;
    margin: auto;
  }

  .introspection-area {
    margin: 20px 0;
  }

  .introspection-area img {
    width: 100%;
    height: auto;
  }

  .introspection-list {
    display: block;
  }

  #contents .introspection-area p.introspection-ttl {
    font-size: 70%;
  }

  /* info */
  #contents .beige-box-ttl {
    font-size: 135%;
    letter-spacing: 1px;
  }

  #info .beige-box {
    padding: 20px;
  }

  #contents .btn a {
    width: unset;
    font-size: 100%;
  }

  #contents .btn.sp-btn {
    margin: 0 0 2%;
    width: 100%;
  }

  .beige-box-list li, .beige-box-list li.long {
    width: calc(100% - 35px);
    margin-right: unset;
    padding: 20px 15px;
  }

  #contents h3 {
    font-size: 130%;
    line-height: 1.6em;
    margin: 50px 0 30px 0;
    border-radius: 10px;
    padding: 13px 15px;
  }

  /* sitemap */
  #sitemap .txt-4box {
    width: 90%;
    margin: 0px auto;
  }

  /*home*/
  .kids-link-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .kids-link p {
    margin-left: 23%;
  }

  .kids-link-img p:before {
    top: -16%;
    left: -29%
  }

  .news .flex {
    width: 90%;
  }

  .news-05:before {
    top: -2%;
  }

  .news .news-txt1 {
    width: 100%;
  }

  .news .news-txt2 {
    width: 100%;
  }

  .news .news-flex-start {
    padding-left: 16%;
  }

  .news-top .news-flex-start:before {
    left: 4%;
  }

  .sick-box02:after {
    left: 3%;
    bottom: -5%;
  }

  .about-link a {
    padding: 2.5% 0;
    width: 95%;
    margin: 15px auto 0;
  }

  .search01-link a {
    padding: 2.5% 0;
  }

  .search02-link a {
    padding: 2.5% 0;
  }

  #home #contents h2 {
    margin: 30px 0;
    line-height: 1em;
  }

  #home #contents .news h2 {
    margin: 0 auto 30px auto;
  }

  #home #contents .news .day, #home #contents .news .ttl {
    width: 100%;
    margin: 0;
  }

  #home .mb-40 {
    margin-bottom: 0;
  }

  #home #contents h3 {
    margin: 0 0 10px 0;
  }

  #home #contents h2 {
    font-size: 28px;
  }

  #home #contents .index_commentbox {
    padding: 30px 15px 15px 15px;
    box-sizing: border-box;
    width: 95%;
    margin: 0 auto 30px;
  }

  #home #contents .index_commentbox .commentbox_inner {
    max-width: none;
    padding: 0;
    width: 100%;
    margin: 0;
  }

  #home #contents .allergy-area h3 {
    margin-bottom: 40px;
  }

  .kids-link {
    padding: 30px 0;
    margin-bottom: 30px;
  }

  .search01-link a {
    margin-top: 0;
  }

  .news-top .news-flex-start {
    padding-left: 16%;
  }

  #news #contents {
    padding-bottom: 600px
  }

  #news #contents .news-main .day, .ttl {
    width: 100%;
  }

  #home .last-bnr {
    margin: 20px 0 200px 0;
  }
}

@media screen and (max-width: 500px) {
  /*home*/ #home .sick-box li, #home .sick-box.sick-03 li, #home .sick-box.sick-03 li:nth-child(6n), #home #search03 .sick-box li {
    width: 90%;
    margin: 0 auto 20px;
  }

  .news .day {
    width: 100%;
  }

  .news .ttl {
    width: 100%;
  }

  .sick-box01:before {
    top: 2vw;
    width: 34%;
  }

  .sick-box01:after {
    width: 22%;
    bottom: -23vw;
  }

  .sick-box02:before {
    width: 20%;
    bottom: -0.9%;
  }

  .sick-box02:after {
    bottom: -20.5vw;
    width: 25%;
    left: 5%;
  }

  .news {
    padding-bottom: 18%;
    margin-bottom: 35%;
  }

  .news:before {
    left: 45%;
  }

  .accordion-01 {
    display: none;
  }

  .accordion-02 {
    display: none;
  }

  .acd-label {
    background-color: rgb(80, 180, 100);
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    width: 90%;
    margin: 20px auto;
    border-radius: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    max-width: 345px;
    position: relative;
    font-size: 18px;
  }

  .acd-label:after {
    content: "\f107";
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    line-height: 1.667;
    font-weight: bold;
    color: rgb(255, 255, 255);
    position: absolute;
    right: 5%;
    transform: translateY(-50%);
    top: 50%;
  }

  .sick-box01-inner .flex {
    height: 0;
    display: none;
    transition: 0.5s;
  }

  .sick-box02-inner .flex {
    height: 0;
    display: none;
    transition: 0.5s;
  }

  .accordion-01:checked~.flex {
    height: auto;
    display: block;
  }

  .accordion-02:checked~.flex {
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 400px) {
  #footer .footer-list a {
    font-size: 14px;
  }

  #recruit .main-txt .tel-link {
    justify-content: center;
  }

  #recruit .main-txt .sp-txt {
    display: block;
  }

  .news-content .ttl {
    margin-left: 0;
    width: 100%;
  }

  /*home*/
  #home bannerlink-photo img {
    width: 100%;
    margin-bottom: 4%;
  }

  .about-link a {
    font-size: 17px;
    padding: 1% 10%;
    width: 85%;
  }

  .search01-link a {
    font-size: 17px;
    padding: 2.5% 10%;
    width: 75%;
  }

  .home-tel a {
    margin-left: 8%;
  }

  #home .bannerlink-photo {
    width: 48%;
    margin-bottom: 20px;
  }

  #home .overflow {
    overflow-x: scroll;
    position: relative;
    white-space: nowrap;
  }

  .news {
    padding-bottom: 18%;
    margin-bottom: 45%;
  }

  .about-link a {
    padding: 2.5% 0;
  }
}

/* 管理画面メニューバーの固定 */
#wpadminbar {
  position: absolute !important;
}
