@charset "UTF-8";
/* reset */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a {
  text-decoration: none; }

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

button {
  border: 1px solid #ccc; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li {
    margin: 0;
    padding: 0; }

fieldset {
  display: block;
  border: none;
  padding: 0;
  margin: 0; }

iframe {
  max-width: 100% !important;
  width: 100% !important; }

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border-top: 1px solid #cccccc;
  width: 100%; }

blockquote {
  padding-left: 2em; }

.tox-toolbar {
  flex-wrap: wrap !important; }

/*  reset */
/* config */
body {
  background: url("../images/bg_body.jpg");
  background-size: contain;
  background-repeat: repeat; }

p {
  line-height: 160%; }

@media screen and (max-width: 768px) {
  blockquote {
    padding-left: 0; } }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important; }

.py-2 {
  padding-top: 1.0em !important;
  padding-bottom: 1.0em !important; }

.py-3 {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important; }

.py-4 {
  padding-top: 2.0em !important;
  padding-bottom: 2.0em !important; }

.py-5 {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media (max-width: 576px) {
    .px-0 {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.px-1 {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important; }
  @media (max-width: 576px) {
    .px-1 {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.px-2 {
  padding-left: 1em !important;
  padding-right: 1em !important; }
  @media (max-width: 576px) {
    .px-2 {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.px-3 {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important; }
  @media (max-width: 576px) {
    .px-3 {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.px-4 {
  padding-left: 2em !important;
  padding-right: 2em !important; }
  @media (max-width: 576px) {
    .px-4 {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.px-5 {
  padding-left: 2.5em !important;
  padding-right: 2.5em !important; }
  @media (max-width: 576px) {
    .px-5 {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.pb-1 {
  padding-bottom: 0.5em !important; }

.pb-2 {
  padding-bottom: 1em !important; }

.pb-3 {
  padding-bottom: 1.5em !important; }

.pt-1 {
  padding-top: 0.5em !important; }

.pt-2 {
  padding-top: 1em !important; }

.py-1 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important; }

.py-2 {
  padding-top: 1em !important;
  padding-bottom: 1em !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important; }

.my-2 {
  margin-top: 1em !important;
  margin-bottom: 1em !important; }

.my-3 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important; }

.my-4 {
  margin-top: 2em !important;
  margin-bottom: 2em !important; }

.my-5 {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important; }

.ml-1 {
  margin-left: 1em !important; }

.ml-4 {
  margin-left: 2em !important; }

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

.mt-1 {
  margin-top: 0.5em !important; }

.mt-2 {
  margin-top: 1em !important; }

.mt-3 {
  margin-top: 1.5em !important; }

.mt-4 {
  margin-top: 2em !important; }

.mt-5 {
  margin-top: 2.5em !important; }

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

.mb-1 {
  margin-bottom: 0.5em !important; }

.mb-2 {
  margin-bottom: 1em !important; }

.mb-3 {
  margin-bottom: 1.5em !important; }

.mb-4 {
  margin-bottom: 2em !important; }

.mb-5 {
  margin-bottom: 2.5em !important; }

.lh-100 {
  line-height: 100% !important; }
  .lh-100 p {
    line-height: 100% !important; }
  @media screen and (max-width: 768px) {
    .lh-100 {
      line-height: 100% !important; }
      .lh-100 p {
        line-height: 100% !important; } }

.lh-160 {
  line-height: 160% !important; }
  .lh-160 p {
    line-height: 160% !important; }
  @media screen and (max-width: 768px) {
    .lh-160 {
      line-height: 130% !important; }
      .lh-160 p {
        line-height: 130% !important; } }

.lh-200 {
  line-height: 200% !important; }
  .lh-200 p {
    line-height: 200% !important; }
  @media screen and (max-width: 768px) {
    .lh-200 {
      line-height: 150% !important; }
      .lh-200 p {
        line-height: 150% !important; } }

.lh-250 {
  line-height: 250% !important; }
  .lh-250 p {
    line-height: 250% !important; }
  @media screen and (max-width: 768px) {
    .lh-250 {
      line-height: 150% !important; }
      .lh-250 p {
        line-height: 200% !important; } }

.blink {
  animation: blinkAnime 0.5s infinite alternate; }

@keyframes blinkAnime {
  0% {
    opacity: 0; }
  70% {
    opacity: 100; } }
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block; }

.col-org {
  color: #FF8200 !important; }

.col-bwn {
  color: #523215 !important; }

.col-yel {
  color: #FDB700 !important; }

.col-blu {
  color: #4D73BE !important; }

.col-red {
  color: #C60000 !important; }

.col-lgr {
  color: #EEEEEE !important; }

.col-gry {
  color: #999999 !important; }

.col-grn {
  color: #6AB441 !important; }

.col-pnk {
  color: #FF5084 !important; }

.col-bgorg {
  background-color: #FF8200 !important;
  color: #fff !important; }

.col-bgblu {
  background-color: #4D73BE !important;
  color: #fff !important; }

.col-bglbl {
  background-color: #D6E4FF !important;
  color: #000 !important; }

.col-bggrn {
  background-color: #6AB441 !important;
  color: #fff !important; }

.col-bggry {
  background-color: #EEEEEE !important;
  color: #000 !important; }

.col-bggry2 {
  background-color: #888888 !important;
  color: #fff !important; }

.col-bgpnk {
  background-color: #FF6593 !important;
  color: #fff !important; }

.col-bgyel {
  background-color: #FACB50 !important;
  color: #000 !important; }

.col-bghwtred {
  background-color: #fff !important;
  color: #F45100 !important; }

.col-bgblk {
  background-color: #000000 !important;
  color: #fff !important; }

.bg-dark {
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
  background: rgba(0, 0, 0, 0.05); }

.bg-white {
  width: 100%;
  background: #fff; }

.relative {
  position: relative; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-sp-center {
  text-align: left !important; }
  @media (max-width: 576px) {
    .text-sp-center {
      text-align: center !important; } }

.text-right {
  text-align: right !important; }

.box-right {
  display: block;
  right: 0; }

.sp_only {
  display: none; }
  @media (max-width: 576px) {
    .sp_only {
      display: block !important; } }

.pc_only {
  display: block; }
  @media (max-width: 576px) {
    .pc_only {
      display: none !important; } }

.md_only {
  display: none; }
  @media screen and (max-width: 768px) {
    .md_only {
      display: block !important; } }

.pc_only {
  display: block; }
  @media (max-width: 576px) {
    .pc_only {
      display: none !important; } }

.require:after {
  content: "*";
  vertical-align: super;
  font-weight: 900;
  color: #c60000; }

i.icon {
  display: block;
  position: absolute;
  z-index: 110;
  top: -96px;
  left: 50px;
  width: 100px;
  height: 100px; }

.icon-callendar {
  background: url("../images/icon/icon_callendar.svg");
  background-size: cover; }

.icon-injection {
  background: url("../images/icon/icon_injection.svg");
  background-size: cover; }

.icon-dog1 {
  background: url("../images/icon/icon_dog1.svg");
  background-size: cover; }

.icon-dog2 {
  background: url("../images/icon/icon_dog2.svg");
  background-size: cover; }

.icon-dog3 {
  background: url("../images/icon/icon_dog3.svg");
  background-size: cover; }

.icon-dog4 {
  background: url("../images/icon/icon_dog4.svg");
  background-size: cover; }

.icon-cat1 {
  background: url("../images/icon/icon_cat1.svg");
  background-size: cover; }

.icon-cat2 {
  background: url("../images/icon/icon_cat2.svg");
  background-size: cover; }

.icon-cat3 {
  background: url("../images/icon/icon_cat3.svg");
  background-size: cover; }

.icon-begenner {
  background: url("../images/icon/icon_begenner.svg");
  background-size: cover; }

.icon-doctor {
  background: url("../images/icon/icon_doctor.svg");
  background-size: cover; }

.icon-house {
  background: url("../images/icon/icon_house.svg");
  background-size: cover; }

.icon-titleH1 {
  display: block;
  position: relative;
  z-index: 100;
  width: 200px;
  height: 40px;
  margin: 10px;
  font-size: 22px;
  color: #FF8200;
  font-weight: 700;
  text-align: center;
  margin: 60px auto 0 auto; }
  .icon-titleH1::after {
    content: "";
    display: block;
    position: absolute;
    top: -96px;
    left: 0;
    width: 192px;
    height: 96px;
    margin: 4px;
    border-left: dotted 4px #FF8200;
    border-right: dotted 4px #FF8200;
    border-top: dotted 4px #FF8200;
    border-top-left-radius: 96px;
    border-top-right-radius: 96px; }
  .icon-titleH1 i.icon {
    display: block;
    position: absolute;
    z-index: 110;
    top: -96px;
    left: 50px;
    width: 100px;
    height: 100px; }

.icon-round {
  display: block;
  position: relative;
  z-index: 100;
  width: 200px;
  height: 40px;
  margin: 10px;
  font-size: 22px;
  color: #FF8200;
  font-weight: 700;
  text-align: center;
  margin: -90px auto 0 auto; }
  @media (max-width: 576px) {
    .icon-round {
      width: 150px;
      height: 20px;
      margin: 10px;
      font-size: 18px;
      color: #FF8200;
      font-weight: 700;
      text-align: center;
      margin: -90px auto 0 auto; } }
  .icon-round::before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: -100px;
    left: 0;
    width: 200px;
    height: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px; }
    @media (max-width: 576px) {
      .icon-round::before {
        top: -50px;
        left: 30px;
        width: 100px;
        height: 50px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px; } }
  .icon-round::after {
    content: "";
    display: block;
    position: absolute;
    top: -96px;
    left: 0;
    width: 192px;
    height: 96px;
    margin: 4px;
    border-left: dotted 4px #FF8200;
    border-right: dotted 4px #FF8200;
    border-top: dotted 4px #FF8200;
    border-top-left-radius: 96px;
    border-top-right-radius: 96px; }
    @media (max-width: 576px) {
      .icon-round::after {
        top: -48px;
        left: 32px;
        width: 98px;
        height: 48px;
        margin: 2px;
        border-left: dotted 4px #FF8200;
        border-right: dotted 4px #FF8200;
        border-top: dotted 4px #FF8200;
        border-top-left-radius: 48px;
        border-top-right-radius: 48px; } }
  .icon-round i.icon {
    display: block;
    position: absolute;
    z-index: 110;
    top: -90px;
    left: 50px;
    width: 100px;
    height: 100px; }
    @media (max-width: 576px) {
      .icon-round i.icon {
        top: -43px;
        left: 58px;
        width: 50px;
        height: 50px; } }

.icon-top {
  display: block;
  width: 180px;
  height: 60px;
  position: relative;
  line-height: 60px;
  letter-spacing: 2px;
  font-size: 18px;
  margin: 60px auto 2em auto;
  padding: 0;
  text-align: center;
  background-color: #FFE46D;
  border-radius: 30px; }
  .icon-top::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #FFE46D;
    top: -40px;
    left: 50px;
    width: 80px;
    height: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    z-index: 1; }
  .icon-top i.icon {
    display: block;
    position: absolute;
    z-index: 110;
    top: -70px;
    left: 50px;
    width: 80px;
    height: 80px; }

.icon-top2 {
  display: block;
  width: 280px;
  height: 60px;
  position: relative;
  line-height: 60px;
  letter-spacing: 2px;
  font-size: 18px;
  margin: 60px auto 2em auto;
  padding: 0;
  text-align: center;
  background-color: #FFE46D;
  border-radius: 30px; }
  .icon-top2::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #FFE46D;
    top: -40px;
    left: 100px;
    width: 80px;
    height: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    z-index: 1; }
  .icon-top2 i.icon {
    display: block;
    position: absolute;
    z-index: 110;
    top: -70px;
    left: 50px;
    width: 80px;
    height: 80px; }

.org-asiato {
  display: block;
  position: relative;
  padding-left: 35px;
  color: #FF6E00; }
  .org-asiato::before {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 24px;
    background: url("../images/bit_ahiato_org.png") no-repeat;
    background-size: contain;
    background-position: center center;
    top: 0;
    left: 0; }

.org-asiato2 {
  display: block;
  position: relative;
  padding-left: 35px;
  color: #FF6E00; }
  .org-asiato2::before {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 40px;
    background: url("../images/bit_ahiato_org.png") no-repeat;
    background-size: contain;
    background-position: center 3px;
    top: 0;
    left: 0; }

hr.hr-ashiato {
  display: block;
  clear: both;
  border: none !important;
  width: 100%;
  height: 25px;
  background: url("../images/bit_ahiato_gry.png") repeat;
  background-size: contain; }

.treatise_img {
  width: 200px;
  margin: 1em 0 2em 2em;
  float: right; }
  @media (max-width: 576px) {
    .treatise_img {
      width: 100%;
      max-width: 240px;
      margin: 1em auto;
      float: none; } }

.slick-slide img {
  margin: auto; }

/* config */
/* layout */
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 300; }

body {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  order: 1; }
  @media (max-width: 870px) {
    body {
      padding-top: 80px; } }
  body .l-innner-box {
    display: block;
    width: 100vw;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    padding: 1em; }
  body .l-bunner {
    display: block;
    width: 100vw;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    padding: 1em;
    background-color: #fff;
    padding-bottom: 10px; }
  body .l-order {
    order: 5; }
  body .l-menu {
    display: none;
   /*
		order:2;
        
        @include mq() { 
            display: none;
            position: absolute;
            top:0;
            left:0;
            width: 300px;
            height: 100vh;
            overflow-y: scroll;
            border: 1px solid;
        }
     */ }
  body .l-modal {
    order: 999;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0; }
    body .l-modal div.modal-inner {
      display: block;
      position: fixed;
      width: 100vw;
      height: 50px;
      max-height: 100vh;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto auto;
      text-align: center; }

.container {
  max-width: 1200px;
  width: calc( 100vw - 30px );
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 768px) {
    .container {
      max-width: 100vw;
      width: 100vw; } }

.slick-slider {
  text-align: center;
  margin: 0;
  /* https://www.nxworld.net/jquery-plugin-slick-current-class-examples.html */ }
  .slick-slider .slide {
    margin: 0;
    padding: 0 0;
    overflow: hidden; }
    .slick-slider .slide img:hover {
      transform: scale(1.2);
      transition: 0.4s ease-out; }
  .slick-slider .slick-track {
    margin-left: inherit;
    margin-right: inherit; }
  .slick-slider .slick-center {
    padding: 0 5px; }
  .slick-slider .slick .caption {
    position: absolute;
    left: 0px;
    bottom: 3px;
    z-index: 2;
    width: 100%;
    padding: 10px 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    opacity: 1;
    transition: .3s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .slick-slider .slide-dots {
    position: absolute;
    bottom: 1em;
    left: 0;
    width: 100%;
    text-align: center; }
    .slick-slider .slide-dots li {
      display: inline-block;
      margin: 0 10px; }
      .slick-slider .slide-dots li button {
        position: relative;
        text-indent: -9999px;
        border: none;
        background-color: transparent; }
        .slick-slider .slide-dots li button:before {
          content: '○';
          color: #fff;
          font-size: 16px;
          text-indent: 0px;
          position: absolute;
          top: 0;
          left: 0; }
        .slick-slider .slide-dots li button:hover, .slick-slider .slide-dots li button:active {
          border: none;
          background-color: transparent; }
      .slick-slider .slide-dots li.slick-active button:before {
        color: #fff;
        content: '●'; }
  .slick-slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
    .slick-slider .slick-arrow:hover {
      transform: scale(1.2);
      transition: 0.3s ease-out;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 8px;
      padding: 3px; }
  .slick-slider .prev-arrow {
    left: 20px;
    z-index: 10; }
  .slick-slider .next-arrow {
    position: absolute;
    right: 20px; }
  @media print {
    .slick-slider {
      display: none; } }

.l-main-left ul.picList-2col {
  flex-direction: column; }

#l-loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8; }
  #l-loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("../images/nowloading.gif") center center no-repeat; }

/* layout */
.l-header {
  display: block;
  background: url("../images/bg_l-header.jpg") repeat;
  background-size: 100% 100%;
  border-top: 10px solid #FF8200;
  position: relative;
  height: 225px;
  color: #FF8200;
  border-bottom: solid #fff 90px; }
  @media (max-width: 870px) {
    .l-header {
      border-top: 5px solid #FF8200;
      border-bottom: solid #fff 0;
      height: 80px;
      width: 100vw;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 200; } }
  .l-header .logo_top {
    display: block;
    margin: 0;
    padding: 0;
    width: 275px;
    height: 148px;
    position: absolute;
    background: url("../images/logo_top_pc.png") no-repeat;
    background-size: contain;
    overflow: hidden;
    top: 20px;
    left: 10px;
    cursor: pointer; }
    @media (max-width: 870px) {
      .l-header .logo_top {
        background: url("../images/logo_top_pc.png") no-repeat;
        width: 250px;
        height: 80px;
        background-size: contain;
        top: 0px;
        left: 10px; } }
  .l-header .head-SNS {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    left: 310px;
    padding-left: 1em;
    border-left: 1px solid #FF8200; }
    @media (max-width: 870px) {
      .l-header .head-SNS {
        display: none; } }
    .l-header .head-SNS p {
      font-size: 12px;
      font-weight: 500;
      display: block;
      margin-bottom: 10px; }
      @media (max-width: 870px) {
        .l-header .head-SNS p {
          display: block; } }
      .l-header .head-SNS p a {
        color: #FF8200; }
    .l-header .head-SNS .sns-list {
      display: flex;
      margin: 0; }
      .l-header .head-SNS .sns-list li {
        margin: 0 5px 0 0;
        padding: 0;
        display: block;
        line-height: 120% !important; }
        .l-header .head-SNS .sns-list li p {
          margin-bottom: 0;
          white-space: nowrap;
          line-height: 120% !important; }
        .l-header .head-SNS .sns-list li a {
          color: #FF8200;
          font-size: 28px; }
    .l-header .head-SNS i {
      display: inline-block; }
      .l-header .head-SNS i img {
        width: 30px;
        margin: 0 5px -5px 0; }
  .l-header .top-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: absolute;
    z-index: 8;
    top: 128px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background-color: #fff; }
    .l-header .top-menu li {
      display: block;
      flex-basis: 20%;
      border-left: 1px dotted #666; }
      .l-header .top-menu li img {
        width: 50px;
        height: 70px;
        margin: 0 auto -10px auto; }
      .l-header .top-menu li a {
        color: #FF8200;
        font-size: 0.8em;
        font-weight: 700;
        text-align: center;
        display: block;
        height: 100%;
        width: 100%;
        padding-bottom: 5px;
        box-sizing: border-box;
        position: relative; }
      .l-header .top-menu li a::after {
        position: absolute;
        bottom: -8px;
        left: 0;
        content: '';
        width: 100%;
        height: 5px;
        background: #FF8200;
        opacity: 0;
        visibility: hidden;
        transition: .3s; }
      .l-header .top-menu li a:hover::after {
        bottom: -4px;
        opacity: 1;
        visibility: visible; }
    .l-header .top-menu li:first-child {
      border-left: none; }
  @media (max-width: 870px) and (min-width: 501px) {
    .l-header .top-menu {
      display: none;
      position: fixed;
      top: 0;
      width: 100vw;
      height: 100vh;
      overflow-y: scroll;
      z-index: 400;
      background-color: #fff; }
      .l-header .top-menu li {
        display: block;
        width: 50%;
        margin-left: -1px;
        float: left;
        border-bottom: 1px dotted #666;
        border-right: 1px dotted #666;
        background-color: #fff; }
        .l-header .top-menu li img {
          width: 40px;
          height: 40px;
          margin-right: 5px;
          display: inline; }
        .l-header .top-menu li a {
          color: #FF8200;
          font-size: 1.2em;
          font-weight: 700;
          text-align: center;
          height: 60px; }
          .l-header .top-menu li a p {
            display: inline;
            line-height: 60px; } }
  @media (max-width: 500px) {
    .l-header .top-menu {
      display: none;
      position: fixed;
      top: 0;
      width: 100vw;
      height: 100vh;
      overflow-y: scroll;
      z-index: 400;
      background-color: #fff; }
      .l-header .top-menu li {
        display: block;
        border-bottom: 1px dotted #666;
        background-color: #fff; }
        .l-header .top-menu li img {
          width: 40px;
          height: 40px;
          margin-right: 5px;
          display: inline; }
        .l-header .top-menu li a {
          color: #FF8200;
          font-size: 1.2em;
          font-weight: 700;
          text-align: center;
          height: 60px; }
          .l-header .top-menu li a p {
            display: inline;
            line-height: 60px; } }
  .l-header .top-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 320px;
    position: absolute;
    z-index: 5;
    right: 15px;
    top: 10px; }
    @media (max-width: 870px) {
      .l-header .top-btn {
        display: none; } }
    .l-header .top-btn li {
      display: block;
      margin: 0;
      padding: 0; }
      .l-header .top-btn li a.btn {
        font-size: 12px;
        font-weight: 500; }
  .l-header .top-tel {
    display: block;
    width: 220px;
    position: absolute;
    z-index: 5;
    right: 220px;
    top: 55px; }
    @media (max-width: 870px) {
      .l-header .top-tel {
        display: none; } }
    .l-header .top-tel div.tel {
      display: block;
      margin: 0;
      padding: 0;
      font-size: 25px;
      font-weight: 700; }
      .l-header .top-tel div.tel a {
        color: #FF8200; }
      .l-header .top-tel div.tel i {
        display: inline-block;
        background: #FF8200;
        width: 38px;
        height: 38px;
        border-radius: 19px;
        color: #fff;
        font-size: 30px;
        margin-right: 5px;
        padding-top: 3px;
        padding-left: 10px; }
  .l-header .top-eigyo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    width: 210px;
    position: absolute;
    z-index: 7;
    top: 50px;
    right: 10px; }
    @media (max-width: 870px) {
      .l-header .top-eigyo {
        display: none; } }
    .l-header .top-eigyo dt {
      display: block;
      border-right: 1px solid #666;
      width: 51px;
      margin-bottom: 4px; }
    .l-header .top-eigyo dd {
      display: block;
      line-height: 150%;
      margin-bottom: 4px;
      padding-left: 5px; }
  .l-header .sp-menu {
    display: none; }
    @media (max-width: 870px) {
      .l-header .sp-menu {
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 50; }
        .l-header .sp-menu i {
          display: block;
          background: #FF8200;
          width: 38px;
          height: 38px;
          border-radius: 19px;
          color: #fff;
          font-size: 28px;
          margin-right: 5px;
          padding-top: 6px;
          padding-left: 7px; }
        .l-header .sp-menu p {
          display: block;
          color: #FF8200;
          font-size: 0.7em;
          font-weight: 700;
          text-align: center; } }
  .l-header .sp-close {
    display: none; }
    @media (max-width: 870px) {
      .l-header .sp-close {
        display: none;
        position: absolute;
        top: 5px;
        right: 23px;
        z-index: 999; }
        .l-header .sp-close i {
          display: block;
          background: #FF8200;
          width: 38px;
          height: 38px;
          border-radius: 19px;
          color: #fff;
          font-size: 28px;
          margin-right: 5px;
          padding-top: 6px;
          padding-left: 9px; } }

.smart_only {
  display: none !important; }
  @media (max-width: 870px) {
    .smart_only {
      display: block !important; } }

.btn {
  display: inline-block;
  border: 1px solid #FF8200;
  background-color: #fff;
  color: #FF8200;
  font-weight: 600;
  padding: 0.3em 2em;
  border-radius: 20px;
  margin: 0 0.3em; }

.l-footer {
  display: block;
  background-color: #FF8200;
  background-image: url("../images/bg_l-footer.jpg") repeat;
  color: #fff; }
  .l-footer a {
    color: #fff !important;
    text-decoration: none; }
  .l-footer .box-footer {
    display: flex;
    flex-direction: row;
    position: relative; }
    .l-footer .box-footer .logo_foot {
      display: block;
      width: 140px;
      height: 160px;
      padding-left: 140px;
      overflow: hidden;
      margin-left: -40px;
      margin-top: -80px;
      background: url("../images/logo_foot.svg") no-repeat; }
      @media screen and (max-width: 768px) {
        .l-footer .box-footer .logo_foot {
          width: 200px;
          height: 230px;
          padding-left: 230px;
          margin-left: auto;
          margin-right: auto;
          background-size: contain;
          background-position: 40px center; } }
    .l-footer .box-footer .row1 {
      flex-basis: 30%;
      font-size: 90%;
      min-width: 280px; }
      .l-footer .box-footer .row1 .sns-list {
        display: block; }
        .l-footer .box-footer .row1 .sns-list li {
          display: inline-block;
          font-size: 21px;
          padding: 0.3em; }
          .l-footer .box-footer .row1 .sns-list li i {
            font-size: 2em; }
      @media screen and (max-width: 768px) {
        .l-footer .box-footer .row1 {
          width: 100%;
          min-width: 100%;
          text-align: center;
          border-bottom: 1px solid #fff;
          padding-top: 1.5em;
          padding-bottom: 1em;
          margin-bottom: 1em; } }
      @media (max-width: 576px) {
        .l-footer .box-footer .row1 {
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 0; } }
    .l-footer .box-footer .row2 {
      flex-basis: 100%;
      font-size: 90%;
      display: flex;
      column-gap: 16px;
      justify-content: space-around; }
      @media screen and (max-width: 768px) {
        .l-footer .box-footer .row2 {
          width: 100% !important; } }
    .l-footer .box-footer .foot-link {
      padding-bottom: 0.5em; }
      .l-footer .box-footer .foot-link dt, .l-footer .box-footer .foot-link dd {
        padding-bottom: 0.3em; }
      .l-footer .box-footer .foot-link dt::before {
        content: "+ ";
        color: #fff; }
      .l-footer .box-footer .foot-link dd::before {
        content: "- ";
        color: #fff;
        padding-left: 1em; }
  @media screen and (max-width: 768px) {
    .l-footer .box-footer {
      flex-direction: column; }
      .l-footer .box-footer > div {
        width: 100%; } }
  .l-footer .copyright {
    width: 100%;
    position: absolute;
    font-size: 80%;
    text-align: center;
    bottom: 10px;
    left: 0; }

.foot-tel {
  display: none; }
  @media (max-width: 870px) {
    .foot-tel {
      display: flex;
      column-gap: 5px;
      background-color: #FF8200;
      color: #fff;
      position: fixed;
      justify-content: center;
      align-content: center;
      bottom: 0;
      z-index: 200;
      left: 0;
      width: 100vw;
      height: 80px; }
      .foot-tel .attention {
        display: none; } }
    @media (max-width: 870px) and (min-width: 640px) {
      .foot-tel .attention {
        flex-basis: 100%;
        display: block;
        max-width: 300px;
        font-weight: 600;
        font-size: 20px;
        text-align: right;
        margin-top: 28px; } }
  @media (max-width: 870px) {
      .foot-tel .icon_img {
        display: block;
        width: 70px;
        min-width: 70px;
        height: 80px;
        background-size: 70% 165%;
        background-position: center 10px;
        background-repeat: no-repeat;
        animation: swings 4s linear infinite; }
      .foot-tel .eigyo {
        display: block;
        flex-basis: 100%;
        max-width: 350px;
        margin: 6px 20px 6px 4px;
        background: #fff;
        color: #333;
        border-radius: 8px;
        padding: 7px 0px 10px;
        font-size: 12px;
        line-height: 120%;
        text-align: center;
        position: relative; }
        .foot-tel .eigyo .tel {
          font-size: 22px;
          font-weight: 600;
          margin-bottom: 5px;
          display: block;
          text-align: center;
          color: #FF8200; }
          .foot-tel .eigyo .tel i {
            margin-right: 0.2em; }
      .foot-tel .eigyo:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -30px;
        margin-top: -15px;
        border: 15px solid transparent;
        border-right: 15px solid #ffffff; } }
@keyframes swings {
  0% {
    background-position: center 10px; }
  92% {
    background-position: center 10px; }
  98% {
    background-position: center 00px; }
  100% {
    background-position: center 10px; } }
.menu_btn {
  display: block;
  padding: 1em 0 1em 1em;
  margin-bottom: 1em; }
  .menu_btn:hover {
    background-color: #ECF2FF; }
  .menu_btn.active {
    background-color: #ECF2FF; }

.col-span-date {
  display: flex;
  flex-direction: row; }
  .col-span-date div.col:nth-child(1) {
    flex-basis: 45%; }
  .col-span-date div.col:nth-child(2) {
    min-width: 10%;
    text-align: center;
    padding-top: 1em; }
  .col-span-date div.col:nth-child(3) {
    flex-basis: 45%; }

.menu-admin h2 {
  font-size: 1.1rem;
  padding: 0 0 0 0.5em;
  line-height: 100%;
  margin-top: 1em;
  margin-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .menu-admin h2 {
      text-align: center; } }

#mymenu {
  position: relative; }
  #mymenu #dropmenu_mypage {
    position: absolute;
    top: 64px;
    right: 0;
    display: none;
    width: 200px;
    z-index: 999;
    display: none; }
    @media screen and (max-width: 768px) {
      #mymenu #dropmenu_mypage {
        display: block; } }
    #mymenu #dropmenu_mypage li {
      display: block;
      width: 100%;
      height: auto;
      background-color: #4D73BE; }
      #mymenu #dropmenu_mypage li a {
        display: block;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        color: #fff;
        padding: 0.5em;
        background-color: #4D73BE;
        border-radius: 0;
        border: 1px solid #fff; }
      #mymenu #dropmenu_mypage li a:hover {
        color: #4D73BE;
        background-color: #fff;
        border: 1px solid #4D73BE; }

#dropmenu_more, .dropmenu_more {
  position: absolute;
  top: 64px;
  right: 0;
  display: none;
  width: 200px;
  z-index: 999;
  display: none; }
  @media screen and (max-width: 768px) {
    #dropmenu_more, .dropmenu_more {
      display: none; } }
  #dropmenu_more li, .dropmenu_more li {
    display: block;
    width: 100%;
    height: auto;
    background-color: #4D73BE; }
    #dropmenu_more li a, .dropmenu_more li a {
      display: block;
      text-align: center;
      width: 100%;
      white-space: nowrap;
      color: #fff;
      padding: 0.5em;
      background-color: #4D73BE;
      border-radius: 0;
      border: 1px solid #fff; }
    #dropmenu_more li a:hover, .dropmenu_more li a:hover {
      color: #4D73BE;
      background-color: #fff;
      border: 1px solid #4D73BE; }

#sp_menus {
  display: none;
  position: fixed;
  background-color: #fff !important;
  top: 74px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 74px);
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 300;
  border-top: 1px solid #ccc; }
  #sp_menus h3 {
    font-size: 1.1rem;
    line-height: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center !important; }
  #sp_menus.nobg {
    padding: 0;
    background-color: transparent; }
  #sp_menus .box-detail {
    margin-left: 10px; }
  #sp_menus #_child_mypmenu {
    display: none; }
    #sp_menus #_child_mypmenu li a {
      padding-left: 2em; }

@media screen and (max-width: 768px) {
  .l-tools #sp_menus {
    display: block;
    position: relative !important;
    height: auto !important;
    top: 0; } }

form {
  font-size: 1em;
  box-sizing: border-box;
  width: 100%; }

input[type='text'], input[type='password'], .text-area > input {
  width: 100%;
  max-width: 100%;
  padding: 0.8em;
  border-radius: 8px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  input[type='text'].size-sm, input[type='password'].size-sm, .text-area > input.size-sm {
    padding: 0.5em; }

input[type='text']:read-only {
  border: none;
  border-bottom: dotted 1px #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="radio"] {
  transform: scale(1.5);
  margin: 0.3em; }

input[type="checkbox"] {
  transform: scale(1.5);
  margin: 0.3em; }

input[type="checkbox"].fwd-color {
  position: relative; }
  input[type="checkbox"].fwd-color::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 15px;
    left: -1px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 15px;
    border-radius: 2px; }
  input[type="checkbox"].fwd-color::after {
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    height: 11px;
    left: 4px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 7px; }
  input[type="checkbox"].fwd-color.col-yel::after {
    border-color: #FDB700 !important; }
  input[type="checkbox"].fwd-color.col-yel::after {
    border-color: #FDB700 !important; }
  input[type="checkbox"].fwd-color.col-blu::after {
    border-color: #4D73BE !important; }
  input[type="checkbox"].fwd-color.col-red::after {
    border-color: #C60000 !important; }
  input[type="checkbox"].fwd-color.col-lgr::after {
    border-color: #EEEEEE !important; }
  input[type="checkbox"].fwd-color.col-gry::after {
    border-color: #999999 !important; }
  input[type="checkbox"].fwd-color.col-grn::after {
    border-color: #6AB441 !important; }
  input[type="checkbox"].fwd-color.col-pnk::after {
    border-color: #FF5084 !important; }
  input[type="checkbox"].fwd-color.col-org::after {
    border-color: #E99401 !important; }
  input[type="checkbox"].fwd-color:checked::after {
    opacity: 1; }

label > input {
  margin-right: 0.5em !important; }

select {
  width: 100%;
  max-width: 100%;
  padding: 0.8em;
  border-radius: 8px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Noto Sans JP', sans-serif, 'Font Awesome 5 Free'; }

textarea {
  width: 100%;
  max-width: 100%;
  line-height: 1.5em;
  padding: 0.8em;
  border-color: #ccc; }

::placeholder {
  color: #BBBBBB; }

form.form-full-width {
  min-width: 0;
  max-width: 100%;
  width: 100%; }

.text-area {
  position: relative; }

.text-area i.left {
  position: absolute;
  left: 16px;
  top: 1em;
  background-color: transparent; }
  .text-area i.left ~ input {
    padding-left: 48px; }

.select-area {
  position: relative; }
  .select-area::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 40%;
    border-bottom: #333 2px solid;
    border-right: #333 2px solid;
    transform: rotate(45deg) translateY(-30%); }
  .select-area select {
    padding-right: 30px; }

.dd-select {
  background-color: #fff !important;
  flex: none !important;
  border-radius: 8px !important; }

.dd-selected, .dd-option {
  padding: 5px !important; }
  .dd-selected label, .dd-option label {
    font-weight: 300 !important;
    text-align: left !important;
    line-height: 45px !important;
    display: block;
    padding-left: 1em !important; }

.dd-option-image, .dd-selected-image {
  margin-top: 8px !important; }

.dd-option-selected {
  background-color: transparent !important; }

.check-area {
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 200%; }
  .check-area label {
    /*	font-weight: 400; */
    padding-right: 2em;
    padding-left: 0.5em;
    display: inline-block; }
  @media (max-width: 576px) {
    .check-area label:not(:last-child) {
      display: inline; }
    .check-area label:not(:last-child)::after {
      content: "\A";
      white-space: pre; } }

.file-area {
  margin-bottom: 20px;
  position: relative; }
  .file-area input[type="file"]:focus {
    outline: 0; }
  .file-area input[type="file"] {
    margin-left: 35px; }
    .file-area input[type="file"]::before {
      background: #4D73BE;
      border-radius: 4px;
      color: #ffffff;
      content: 'ファイルを選択';
      font-size: 1em;
      left: 0;
      padding: 10px 20px;
      position: absolute;
      top: -12px; }
  .file-area input[type="file"]::-webkit-file-upload-button {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-color: transparent;
    border: 0;
    margin: 0 20px 0 0; }

i.loupe::after {
  content: url("../images/icon/loupe.svg");
  width: 24px;
  height: 24px;
  display: inline-block; }

.form_filter h2 {
  padding-left: 10px;
  margin-top: 1em;
  margin-bottom: 1em; }
.form_filter h3 {
  margin-bottom: 0.5em; }
.form_filter .box-detail {
  display: none;
  padding: 1em inherit; }
.form_filter .box-detail.active {
  display: block; }
.form_filter fieldset {
  margin-bottom: 1em; }

.box-wrapper,
.box-title,
.box-white,
.box-whitePenta {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 4em 2em;
  position: relative;
  margin-bottom: 3em; }
  @media (max-width: 990px) {
    .box-wrapper,
    .box-title,
    .box-white,
    .box-whitePenta {
      margin-left: 15px;
      margin-right: 15px;
      width: calc(100% - 30px); } }
  @media screen and (max-width: 768px) {
    .box-wrapper,
    .box-title,
    .box-white,
    .box-whitePenta {
      margin-left: 8px;
      margin-right: 8px;
      width: calc(100% - 16px); } }

.box-title {
  margin-bottom: 2em;
  padding-bottom: 0; }

.box-white {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  padding: 2em; }
  @media screen and (max-width: 768px) {
    .box-white {
      padding: 2em 1em; } }

.box-center-img {
  display: flex;
  justify-content: center;
  column-gap: 1em;
  height: auto; }
  .box-center-img img {
    display: block;
    align-self: flex-start; }

.box-whitePenta {
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
  margin-top: 200px;
  margin-bottom: 2em; }
  @media (max-width: 990px) {
    .box-whitePenta {
      margin-top: 100px; } }
  @media (max-width: 500px) {
    .box-whitePenta {
      margin-top: 50px; } }
  .box-whitePenta::after {
    content: url("../images/bg_box-white-top.svg");
    display: block;
    position: absolute;
    z-index: 1;
    top: max(calc( 100vw * -0.1354 ), -120px);
    left: 0;
    width: 100%;
    height: calc( 100vw * 0.1354 );
    max-height: 130px; }
    @media (max-width: 990px) {
      .box-whitePenta::after {
        top: max(calc( 100vw * -0.12 ), -120px); } }

.box-index-top .img1 {
  display: block;
  margin: 1em auto;
  max-width: 331px; }
  @media (max-width: 576px) {
    .box-index-top .img1 {
      max-width: 180px; } }
.box-index-top .img2 {
  display: block;
  margin: 1em auto;
  max-width: 270px; }
  @media (max-width: 576px) {
    .box-index-top .img2 {
      max-width: 220px; } }
.box-index-top .text1 {
  text-align: center; }
  @media (max-width: 576px) {
    .box-index-top .text1 {
      text-align: left; } }

.box-index-narrow {
  max-width: 700px;
  margin: 0 auto 0;
  background-color: #fff;
  width: calc(100vw - 2em);
  padding: 1.5em 2em;
  position: relative; }
  .box-index-narrow h3 {
    text-align: center;
    color: #FF8200;
    border: 1px solid #FF8200;
    border-radius: 20px;
    background-color: #fff;
    width: 250px;
    margin: 0 auto 1em;
    position: absolute;
    top: -0.9em;
    left: 0;
    right: 0; }
  .box-index-narrow p {
    line-height: 200%; }
  .box-index-narrow ul {
    margin: 1em 0 1em 3em; }
    .box-index-narrow ul li {
      margin: 1em 0;
      position: relative; }
      .box-index-narrow ul li::before {
        content: '';
        display: block;
        position: absolute;
        width: 35px;
        height: 40px;
        background: url(../images/bit_ahiato_org.png) no-repeat;
        background-size: contain;
        background-position: center 3px;
        top: -10px;
        left: -2.5em; }

.box-index-calendar {
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin-top: 2em;
  /*.row1{
      flex-basis: 20%;
      text-align: center;
     
  } */ }
  @media (max-width: 576px) {
    .box-index-calendar {
      flex-direction: column; }
      .box-index-calendar div {
        margin-bottom: 1em;
        width: 100%; } }
  .box-index-calendar .row2 {
    flex-basis: 65%;
    text-align: center; }
    .box-index-calendar .row2 table {
      width: 100%;
      column-gap: 8px;
      margin-bottom: 1em; }
      .box-index-calendar .row2 table th, .box-index-calendar .row2 table td {
        white-space: nowrap;
        text-align: center;
        font-weight: 600; }
      .box-index-calendar .row2 table td {
        min-width: 5vw; }
        @media (max-width: 576px) {
          .box-index-calendar .row2 table td {
            min-width: 15px; } }
      .box-index-calendar .row2 table .holiday {
        color: #c60000; }
      .box-index-calendar .row2 table .saturday {
        color: #146DFF; }
  .box-index-calendar .row3 {
    flex-basis: 35%; }
    @media (max-width: 576px) {
      .box-index-calendar .row3 img {
        display: block;
        margin: 0 auto;
        width: 80%;
        max-width: 350px; } }

.box-2col {
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin-top: 2em; }
  @media (max-width: 576px) {
    .box-2col {
      flex-direction: column; }
      .box-2col div {
        width: 100%;
        margin-bottom: 1em; } }
  .box-2col .row1 {
    flex-basis: 30%;
    text-align: center; }
  .box-2col .row2 {
    flex-basis: 70%; }

.box-infolist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch; }
  @media (max-width: 576px) {
    .box-infolist {
      flex-direction: column; }
      .box-infolist div {
        width: 100%;
        margin-bottom: 1em; } }
  .box-infolist dt {
    display: block;
    flex-basis: 30%;
    white-space: nowrap;
    padding: 1em;
    border-bottom: 2px dotted #523215; }
    @media screen and (max-width: 768px) {
      .box-infolist dt {
        padding: 1em 1em 0.5em 1em;
        flex-basis: 100%;
        border-bottom: none; } }
  .box-infolist dd {
    display: block;
    padding: 1em;
    flex-basis: 70%;
    border-bottom: 2px dotted #523215; }
    .box-infolist dd h3 {
      margin-bottom: 0.5em; }
    @media screen and (max-width: 768px) {
      .box-infolist dd {
        padding: 0 1em 1em;
        flex-basis: 100%; } }

.box-menubox {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
  column-gap: 1em;
  grid-gap: 1em; }
  .box-menubox li {
    display: block;
    flex-basis: 30%;
    height: 250px;
    border: 4px solid #E5E5CD;
    border-radius: 8px;
    background-position: center center;
    background-size: cover; }
    @media (max-width: 576px) {
      .box-menubox li {
        flex-basis: 45%;
        height: 180px;
        text-align: center; } }
    .box-menubox li a {
      display: block;
      width: 100%;
      height: 100%;
      padding-top: 1em;
      font-weight: 700;
      text-align: center;
      color: #000;
      text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; }

.box-menubox2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
  column-gap: 1em;
  grid-gap: 1em; }
  .box-menubox2 li {
    display: block;
    flex-basis: 15%;
    height: 150px;
    border: 4px solid #E5E5CD;
    border-radius: 8px;
    background-position: center center;
    background-size: cover; }
    @media (max-width: 576px) {
      .box-menubox2 li {
        flex-basis: 45%;
        height: 180px;
        text-align: center; } }
    .box-menubox2 li a {
      display: block;
      width: 100%;
      height: 100%;
      padding-top: 0.5em;
      font-weight: 700;
      text-align: center;
      color: #000;
      text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; }

.box-profile {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 4em 0; }
  @media (max-width: 576px) {
    .box-profile {
      display: block; } }
  .box-profile div.pro-img {
    width: 40%;
    padding: 0em 2em 1em; }
    @media (max-width: 576px) {
      .box-profile div.pro-img {
        width: 100%; } }
    .box-profile div.pro-img img {
      width: 100%;
      height: min(100%, 40vw);
      object-fit: cover; }
      @media (max-width: 576px) {
        .box-profile div.pro-img img {
          max-width: 250px;
          height: min(350px, 65vw); } }
  .box-profile div.pro-img2 {
    width: 30%;
    padding: 0em 2em 1em; }
    @media (max-width: 576px) {
      .box-profile div.pro-img2 {
        width: 100%; } }
    .box-profile div.pro-img2 img {
      width: 100%;
      height: min(100%, 40vw);
      object-fit: cover; }
      @media (max-width: 576px) {
        .box-profile div.pro-img2 img {
          max-width: 250px;
          height: min(350px, 65vw); } }
  .box-profile div.pro-img3 {
    width: 30%;
    padding: 0em 2em 1em; }
    @media (max-width: 576px) {
      .box-profile div.pro-img3 {
        width: 100%;
        height: min(350px, 65vw); } }
    .box-profile div.pro-img3 img {
      width: 100%;
      			/*
                  height: min( 100% , 40vw );
      			*/
      object-fit: auto; }
  .box-profile div.pro-img4 {
    width: 30%;
    padding: 0em 2em 1em; }
    @media (max-width: 576px) {
      .box-profile div.pro-img4 {
        width: 100%; } }
    .box-profile div.pro-img4 img {
      width: 100%;
      			/*
                  height: min( 100% , 40vw );
      			*/
      object-fit: auto; }
  .box-profile div.pro-img5 {
    width: 25%;
    padding: 0em 2em 1em; }
    @media (max-width: 576px) {
      .box-profile div.pro-img5 {
        width: 100%; } }
    .box-profile div.pro-img5 img {
      width: 100%;
      			/*
                  height: min( 100% , 40vw );
      			*/
      object-fit: auto; }
  .box-profile div.pro-img6 {
    width: 25%;
    padding: 0em 2em 1em; }
    @media (max-width: 576px) {
      .box-profile div.pro-img6 {
        width: 100%; } }
    .box-profile div.pro-img6 img {
      width: 100%;
      			/*
                  height: min( 100% , 40vw );
      			*/
      object-fit: auto; }
  .box-profile div.profile {
    width: 60%;
    padding: 2em 2em 1em; }
    @media (max-width: 576px) {
      .box-profile div.profile {
        padding: 2em 0 1em;
        width: 100%; } }
    .box-profile div.profile h2 {
      font-size: 1.4em;
      font-weight: 600;
      color: #FF6E00;
      margin-bottom: 1.5em;
      display: block;
      position: relative; }
      .box-profile div.profile h2.left-icon {
        margin-left: 80px; }
      .box-profile div.profile h2 strong {
        display: block;
        color: #666;
        font-size: 0.8em;
        font-weight: 500; }
      .box-profile div.profile h2 small {
        display: inline-block;
        padding-left: 1em;
        font-size: 0.8em; }
      .box-profile div.profile h2 .icon_img {
        display: block;
        position: absolute;
        width: 70px;
        height: 120px;
        left: -80px;
        top: -40px;
        background-size: 100%;
        background-position: center 10px;
        background-repeat: no-repeat;
        animation: swings 8s linear infinite; }
@keyframes swings {
  0% {
    background-position: center 10px; }
  96% {
    background-position: center 10px; }
  98% {
    background-position: center 00px; }
  100% {
    background-position: center 10px; } }
  .box-profile div.profile2 {
    width: 100%;
    padding: 0 2em; }
    @media (max-width: 576px) {
      .box-profile div.profile2 {
        padding: 2em 0 1em;
        width: 100%; } }
    .box-profile div.profile2 h4 {
      margin-bottom: 0.5em; }
    .box-profile div.profile2 dl.list-profile dt {
      display: inline-block;
      padding-right: 1.5em;
      clear: both; }
    .box-profile div.profile2 dl.list-profile dd {
      display: inline-block; }

div.profile3 {
  width: 70%;
  padding: 2em 2em 1em; }
  @media (max-width: 576px) {
    div.profile3 {
      padding: 2em 0 1em;
      width: 100%; } }
  div.profile3 div.pro-doctor-text {
    display: block;
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 1em; }
    @media (max-width: 576px) {
      div.profile3 div.pro-doctor-text {
        text-align: center !important; } }
    div.profile3 div.pro-doctor-text ruby {
      font-size: 1.4em;
      font-weight: 600;
      color: #FF6E00; }
      div.profile3 div.pro-doctor-text ruby rt {
        font-size: 10px;
        font-weight: 300; }
    div.profile3 div.pro-doctor-text small {
      display: inline-block;
      white-space: nowrap;
      font-size: 0.8em;
      font-weight: 300;
      padding-left: 1em; }
  div.profile3 h2 {
    font-size: 1.4em;
    font-weight: 600;
    color: #FF6E00;
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    div.profile3 h2.left-icon {
      margin-left: 80px; }
    div.profile3 h2 strong {
      display: block;
      color: #666;
      font-size: 0.8em;
      font-weight: 500; }
    div.profile3 h2 small {
      display: inline-block;
      padding-left: 1em;
      font-size: 0.8em; }
    div.profile3 h2 .icon_img {
      display: block;
      position: absolute;
      width: 70px;
      height: 120px;
      left: -80px;
      top: -40px;
      background-size: 100%;
      background-position: center 10px;
      background-repeat: no-repeat;
      animation: swings 8s linear infinite; }
@keyframes swings {
  0% {
    background-position: center 10px; }
  96% {
    background-position: center 10px; }
  98% {
    background-position: center 00px; }
  100% {
    background-position: center 10px; } }
.box-profile-2col {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 576px) {
    .box-profile-2col {
      flex-direction: column;
      flex-wrap: nowrap; } }
  .box-profile-2col > div {
    width: 50%;
    padding: 2em; }
    @media (max-width: 576px) {
      .box-profile-2col > div {
        width: 100%;
        padding: 0 0; } }
  .box-profile-2col div.pro-img {
    display: block;
    width: 100%; }
    .box-profile-2col div.pro-img img {
      width: 100%;
      max-width: 300px;
      height: min(380px, 35vw);
      object-fit: cover;
      object-position: top center;
      margin: 0 auto; }
      @media (max-width: 576px) {
        .box-profile-2col div.pro-img img {
          max-width: 250px;
          height: min(350px, 65vw); } }
  .box-profile-2col div.profile {
    padding: 0 1em; }
    .box-profile-2col div.profile h2 {
      font-size: 1.3em;
      font-weight: 600;
      color: #FF6E00;
      margin: 1em 0 1.2em;
      display: block;
      text-align: left;
      position: relative;
      padding-left: 40px; }
      .box-profile-2col div.profile h2::before {
        content: '';
        display: block;
        position: absolute;
        width: 35px;
        height: 24px;
        background: url("../images/bit_ahiato_org.png") no-repeat;
        background-size: contain;
        background-position: center center;
        top: 5px;
        left: 0px; }
      .box-profile-2col div.profile h2 strong {
        color: #666;
        font-size: 0.8em;
        font-weight: 500;
        margin-right: 0.5em; }
      .box-profile-2col div.profile h2 small {
        display: inline-block;
        padding-left: 1em;
        font-size: 0.8em; }
    .box-profile-2col div.profile dl.pro-list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      font-size: 90%; }
      .box-profile-2col div.profile dl.pro-list dt {
        width: 20%;
        min-width: 80px;
        white-space: nowrap;
        padding-bottom: 0.4em; }
      .box-profile-2col div.profile dl.pro-list dt::after {
        content: " :"; }
      .box-profile-2col div.profile dl.pro-list dd {
        width: 70%;
        padding-bottom: 0.4em; }

.box-inborder {
  display: block;
  margin: 0.3em 0 0.5em 1em;
  padding: 0.5em 1em 0.5em 1.5em;
  border: 0.5px solid #ccc;
  border-radius: 4px;
  font-size: 0.85em;
  line-height: 180%; }
  .box-inborder strong {
    margin-left: -0.5em;
    color: #666; }

h1.title-month {
  display: block;
  text-align: center;
  color: white;
  background-color: #FF8200;
  font-size: 30px;
  font-weight: bold;
  padding: 0.3em 0;
  margin: 2em 0 1em 0; }

.box-fullcalender-wrapper {
  display: flex;
  align-items: flex-start;
  column-gap: 40px; }
  @media screen and (max-width: 768px) {
    .box-fullcalender-wrapper {
      display: block; } }
  .box-fullcalender-wrapper .box-fullcalender {
    flex-basis: 100%; }

.box-fullcalender {
  border-bottom: 1px solid #ccc; }
  .box-fullcalender li {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    min-height: 110px;
    height: auto; }
    .box-fullcalender li.gray, .box-fullcalender li.am_day, .box-fullcalender li.pm_day {
      background: #F0F0F0; }
    .box-fullcalender li div.date {
      display: block;
      min-width: 70px;
      flex-basis: 20%;
      white-space: nowrap;
      border-right: 1px solid #ccc;
      padding: 20px 0.2em 0 0.2em;
      line-height: 100%;
      text-align: center;
      font-size: 32px;
      font-weight: 900;
      color: #666; }
      .box-fullcalender li div.date span.weeks {
        display: block;
        font-size: 16px; }
        .box-fullcalender li div.date span.weeks:before {
          content: '('; }
        .box-fullcalender li div.date span.weeks:after {
          content: ')'; }
    .box-fullcalender li div.doctor {
      min-width: 300px;
      padding: 10px 1em;
      flex-basis: 80%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      grid-gap: 10px;
      justify-content: space-evenly; }
    .box-fullcalender li span.icon::before {
      content: "";
      width: 60px;
      height: 60px;
      background: #fff;
      border-radius: 30px;
      position: absolute;
      z-index: 1;
      top: 5px;
      left: 7.5px; }
    .box-fullcalender li span.icon.all_day::before {
      background: #7AC4E7; }
    .box-fullcalender li span.icon.am_day::before {
      background: #8CEBA2; }
    .box-fullcalender li span.icon.pm_day::before {
      background: #F7E84D; }
    .box-fullcalender li span.icon {
      display: block;
      width: 80px;
      position: relative; }
      .box-fullcalender li span.icon div.docimg {
        width: 60px;
        height: 60px;
        margin: 8px auto 0;
        overflow: hidden;
        position: relative; }
        .box-fullcalender li span.icon div.docimg img {
          display: block;
          position: absolute;
          z-index: 100;
          width: 60%;
          margin-top: 8px;
          margin-left: 10px; }
      .box-fullcalender li span.icon span.name {
        margin-top: 4px;
        display: block;
        font-size: 70%;
        text-align: center;
        font-weight: 400; }
        .box-fullcalender li span.icon span.name span.kinmu {
          display: inline-block;
          background: #DB6700;
          color: #fff;
          font-weight: 400;
          padding: 2px 2px;
          margin-left: 4px;
          border-radius: 4px; }
    .box-fullcalender li.holiday, .box-fullcalender li.sunday {
      font-weight: 900 !important;
      background: #FAD7D8; }
      .box-fullcalender li.holiday div.date, .box-fullcalender li.sunday div.date {
        color: #c60000 !important; }
    .box-fullcalender li p.attn_holiday {
      color: #fff;
      font-size: 30px;
      margin-top: 20px;
      letter-spacing: 10px; }

@media (max-width: 576px) {
  .aboutTable {
    font-size: 90%; } }

.aboutTableCell01 {
  padding: 10px;
  border-top: solid 1px #505050;
  border-left: solid 1px #505050; }
  @media (max-width: 576px) {
    .aboutTableCell01 {
      padding: 5px; } }

.aboutTableCell02 {
  padding: 10px;
  border-top: solid 1px #505050;
  border-left: solid 1px #505050;
  border-right: solid 1px #505050; }
  @media (max-width: 576px) {
    .aboutTableCell02 {
      padding: 5px; } }

.box-doc-pic {
  display: block;
  width: 100%;
  text-align: center !important; }
  .box-doc-pic img {
    display: block;
    margin: 0 auto; }

.box-doc-pic.flex {
  display: flex;
  gap: 40px; }
  .box-doc-pic.flex div {
    width: 100%; }
    .box-doc-pic.flex div img {
      display: block;
      margin: 0 auto; }
  @media (max-width: 576px) {
    .box-doc-pic.flex {
      flex-direction: column; } }

.box-table {
  overflow-x: auto;
  overflow-y: visible;
  margin: 1em 0; }
  .box-table table {
    border-collapse: collapse;
    border: 1px solid #505050; }
    .box-table table td, .box-table table th {
      margin: 0;
      column-gap: 0;
      padding: 0.5em 0.3em;
      border: 1px solid #505050; }
    .box-table table th {
      text-align: center;
      background-color: #BBFFC5;
      color: #104600; }

.box-document h2 {
  display: block;
  color: #763800;
  text-align: center;
  margin: 2em 0;
  font-size: 2em;
  position: relative; }
  @media screen and (max-width: 768px) {
    .box-document h2 {
      font-size: 1.5em;
      margin: 2em 0 1em; } }
.box-document h2.document-title .icon {
  width: 80px;
  height: 80px;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto; }
.box-document h3 {
  display: flex;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 1em;
  color: #763800;
  font-size: 1.5em; }
  @media screen and (max-width: 768px) {
    .box-document h3 {
      font-size: 1.2em; } }
.box-document h3:before,
.box-document h3:after {
  content: "";
  flex-grow: 1;
  display: block;
  border: none !important;
  height: 25px;
  background: url(../images/bit_ahiato_gry.png) repeat;
  background-size: contain; }
  @media screen and (max-width: 768px) {
    .box-document h3:before,
    .box-document h3:after {
      height: 20px; } }
.box-document h3:before {
  margin-right: 1rem; }
.box-document h3:after {
  margin-left: 1rem; }
.box-document h4 {
  display: block;
  color: #fff;
  background-color: #FF8200;
  border-radius: 20px;
  padding: 0.1em 2em;
  margin: 3em auto 2em;
  text-align: center;
  width: fit-content; }
  @media screen and (max-width: 768px) {
    .box-document h4 {
      margin: 2em auto 1em;
      padding: 0.3em 1em; } }
.box-document ul {
  margin: 1.5em auto;
  padding: 1.5em;
  width: 100%;
  width: fit-content;
  position: relative;
  min-width: 500px;
  border: 3px solid #DFE0C2;
  border-radius: 4px; }
  @media screen and (max-width: 768px) {
    .box-document ul {
      min-width: 1px;
      max-width: calc(100% - 1em ); } }
  .box-document ul li {
    margin-left: 2em;
    list-style: disc;
    line-height: 150%;
    margin-bottom: 0.5em; }
    @media screen and (max-width: 768px) {
      .box-document ul li {
        margin-left: 0.5em; } }
.box-document ul + p {
  margin-top: -0.5em; }
.box-document small {
  line-height: 110% !important;
  letter-spacing: -0.5px; }

.pan-navi {
  display: block;
  width: 100%;
  background: #f0f0f0;
  margin-bottom: 1em; }
  @media (max-width: 576px) {
    .pan-navi {
      display: none; } }
  .pan-navi .pan-list {
    width: 100%;
    max-width: 960px;
    font-size: 90%;
    margin: 0 auto;
    overflow-x: hidden;
    display: block;
    color: #666 !important; }
    .pan-navi .pan-list li {
      display: inline-block;
      padding: 0.5em 1em; }
      .pan-navi .pan-list li a {
        color: #333 !important; }
    .pan-navi .pan-list li::after {
      content: ">";
      padding-left: 1em; }
    .pan-navi .pan-list li:last-child::after {
      content: none; }

.page-navi {
  width: 100%;
  max-width: 960px;
  font-size: 90%;
  margin: 0 auto;
  overflow-x: hidden;
  display: flex;
  justify-content: space-between;
  padding: 0.5em 0; }
  .page-navi div {
    display: block;
    background-color: #fff; }
    .page-navi div a {
      display: block;
      padding: 0.3em 2em;
      color: #666; }
  .page-navi > div:first-child a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f137";
    margin-right: 0.5em;
    font-weight: 600; }
  .page-navi > div:last-child a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    margin-left: 0.5em;
    font-weight: 600; }

.box-callout {
  display: block;
  margin: 1em 0;
  font-size: 0.8em !important;
  line-height: 1.5em;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 2em; }

.box-callout ul::after {
  content: none;
  border: none; }

.box-special {
  display: flex;
  gap: 20px;
  align-items: stretch;
  margin: 40px 0; }
  @media (max-width: 700px) {
    .box-special {
      flex-direction: column;
      margin: 10px 0; } }
  .box-special .box-special-item {
    flex-basis: 100%;
    border: 3px solid #DFE0C3;
    border-radius: 4px;
    padding: 1.5em 1em 1em;
    position: relative; }
    .box-special .box-special-item h4 {
      text-align: center;
      display: block;
      border: none;
      color: #763800;
      font-size: 1.2em;
      border-radius: 0;
      padding: 0;
      margin: 0 auto 1em;
      text-align: center;
      background-color: transparent; }
    .box-special .box-special-item .round-link {
      margin-top: 40px;
      text-align: center; }
      .box-special .box-special-item .round-link a {
        display: inline-block;
        background-color: #DFE0C3;
        border: 1px solid #763800;
        color: #763800;
        padding: 0.1em 1em;
        margin: 0 auto;
        text-align: center;
        border-radius: 20px;
        min-width: 80%; }
    .box-special .box-special-item .doc_pic {
      width: 60px;
      position: absolute;
      right: 0;
      top: 0; }
    .box-special .box-special-item .box-flex {
      margin-top: 40px;
      display: flex;
      width: 100%;
      align-items: center;
      gap: 20px;
      align-items: stretch;
      margin: 10px 0 0; }
      @media (max-width: 700px) {
        .box-special .box-special-item .box-flex {
          flex-direction: column; } }
      .box-special .box-special-item .box-flex .round-link {
        margin-top: 0; }
      .box-special .box-special-item .box-flex div {
        flex-basis: 100%; }
    .box-special .box-special-item .ribbon {
      display: inline-block;
      position: absolute;
      top: -3px;
      left: 10px;
      margin: 0;
      padding: 10px 0;
      z-index: 2;
      width: 40px;
      text-align: center;
      font-size: 17px;
      color: white;
      background: #ff785b; }
      .box-special .box-special-item .ribbon img {
        display: block;
        margin-left: auto;
        margin-right: auto; }
    .box-special .box-special-item .ribbon:after {
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      height: 0;
      width: 0;
      border-left: 20px solid #ff785b;
      border-right: 20px solid #ff785b;
      border-bottom: 10px solid transparent; }

.box-treatment {
  display: flex;
  width: 100%;
  gap: 40px; }
  @media (max-width: 576px) {
    .box-treatment {
      gap: 10px; } }
  .box-treatment div.chara_wrap {
    width: 200px;
    min-width: 100px;
    min-height: 250px; }
    @media (max-width: 576px) {
      .box-treatment div.chara_wrap {
        min-width: 70px; } }
    .box-treatment div.chara_wrap div.chara {
      width: 100%;
      height: 100%;
      background-image: url("/assets/images/doctor/icon_Dr_iwasa3_full.svg");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
  .box-treatment hr {
    border-bottom: 1px dotted #ccc; }
  .box-treatment ul {
    width: 100%;
    display: flex;
    width: 100%;
    gap: 10px 20px;
    flex-wrap: wrap; }
    .box-treatment ul li {
      display: block;
      width: calc(33% - 20px);
      text-align: center;
      font-weight: bold;
      margin-bottom: 0.5em;
      border: 1px dotted #ccc;
      border-radius: 15px;
      padding: 0.3em 0; }
      @media screen and (max-width: 768px) {
        .box-treatment ul li {
          width: calc(50% - 20px); } }
      @media (max-width: 576px) {
        .box-treatment ul li {
          width: calc(50% - 20px); } }

.box-treatment2 h3 {
  color: #FF8200;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em; }
.box-treatment2 uL {
  display: block; }
  .box-treatment2 uL li {
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 1em; }
    .box-treatment2 uL li a {
      display: block;
      padding: 1em 1.5em;
      width: 100%;
      height: 100%;
      color: #666; }
      .box-treatment2 uL li a strong {
        display: block;
        margin-bottom: 0.5em;
        color: blue; }
