/**
* Template Name: manakodomo
* Template URL: 
* Author: manakodomo
*/

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

html,
body {
  overflow-x: hidden;
}

html {
  font-size: 10px;
}

body {
  font-family: "メイリオ", "Meiryo", "Lucida Grande", "Arial", "Hiragino Kaku Gothic Pro", "MS P Gothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #000000;
}

/*--------------------------------------------------------------
# Wordpress page title
--------------------------------------------------------------*/
.post-meta,
.nocomments,
[class^="post-"] h2,
.post-166 h2,
.post-177 h2,
.post-179 h2,
.post-181 h2,
.post-189 h2 {
  display: none;
}

/*--------------------------------------------------------------
# heading
--------------------------------------------------------------*/
.post-content h1 {
  font-size: 2.0rem;
  /*display: inline-block;
  position: relative;*/
}

.post-content h1::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 80px;
  height: 50px;
  background: url(../img/h1_left_01.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.post-content h1::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 55px;
  background: url(../img/h1_right_01.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.post-content h2 {
  font-size: 2.1rem;
  display: inline-block;
  position: relative;
}

.fc-toolbar h2 {
  font-size: 2.1rem;
  display: inline-block;
  position: relative;
}

.fc-toolbar h2:before {
  background: none !important;
}

@media (min-width: 576px) {
  .post-content h1 {
    font-size: 2.4rem;
  }

  .post-content h1::before {
    width: 150px;
    height: 90px;
    margin-right: 20px;
  }

  .post-content h1::after {
    width: 120px;
    height: 100px;
    margin-left: 20px;
  }
}

.post-content h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 102px;
  /*下線の幅*/
  height: 10px;
  /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置調整*/
  /*background-color: #666666;*/
  background: repeating-linear-gradient(90deg,
      #008cce 0px 9px, transparent 10px 12px,
      #f9be00 13px 22px, transparent 23px 25px,
      #aece0e 26px 35px, transparent 36px 38px,
      #f09dc1 39px 48px, transparent 49px 51px,
      #54c2f0 52px 61px, transparent 62px 64px,
      #ed7848 65px 74px, transparent 75px 77px,
      #66be96 78px 87px, transparent 88px 90px,
      #a590c2 91px 100px, transparent 101px 105px) 0 50% / 100% 10px repeat-x;
}

.category-uncategorized h2:before {
  background: none;
}

.category-uncategorized a {
  font-size: 2.2rem;
  color: #000;
}

.under-border h3 {
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
}

.under-border h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -13px;
  display: inline-block;
  width: 150px;
  height: 1px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #ef8200;
}

.ribbon_01 h3 {
  margin: 0;
  padding: 0 0 0 60px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  width: 100%;
  line-height: 38px;
  font-size: 2.2rem;
}

.ribbon_01 {
  display: inline-block;
  position: relative;
  /*height: 50px;*/
  line-height: 50px;
  text-align: left;
  padding: 7px 0;
  margin: 0 6px;
  font-size: 2.1rem;
  background: #fbd866;
  color: #593324;
  box-sizing: border-box;
}

.ribbon_01:before,
.ribbon_01:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon_02 h3 {
  font-size: 2.2rem;
}

.ribbon_02 small {
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .ribbon_02 small {
    font-size: 2.2rem;
  }
}

.ribbon_02 {
  display: inline-block;
  position: relative;
  line-height: 50px;
  text-align: left;
  padding: 7px 0;
  font-size: 2.1rem;
  background: #f9be00;
  color: #593324;
  box-sizing: border-box;
}

.ribbon_02:before,
.ribbon_02:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}


.ribbon_02 h3 {
  position: relative;
  margin: 0;
  padding: 5px 5px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  width: 100%;
  line-height: 28px;
  /* font-size: 1.25rem; */
}
@media (min-width: 576px) {
  .ribbon_02 h3 {
    position: relative;
    margin: 0;
    padding: 0 30px;
    border-top: dashed 2px rgba(255, 255, 255, 0.5);
    border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
    width: 100%;
    line-height: 38px;
    /*font-size: 1.25rem;*/
  }
}


.ribbon_02_popins h3 {
  position: relative;
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  width: 100%;
  line-height: 38px;
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .ribbon_02_popins h3 {
    font-size: 2.2rem;
  }
}

.ribbon_02_popins {
  display: inline-block;
  position: relative;
  /*height: 50px;*/
  line-height: 50px;
  text-align: left;
  padding: 7px 0;
  font-size: 2.1rem;
  background: #aece0e;
  color: #593324;
  box-sizing: border-box;
}

.ribbon_02_popins:before,
.ribbon_02_popins:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}


.ribbon_03_popins h3 {
  position: relative;
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  width: 100%;
  line-height: 35px;
  font-size: 2rem;
  font-weight: 400;
}

@media (min-width: 576px) {
  .ribbon_03_popins h3 {
    font-size: 2.2rem;
  }
}

.ribbon_03_popins {
  display: inline-block;
  position: relative;
  /*height: 50px;*/
  line-height: 50px;
  text-align: left;
  padding: 7px 0;
  font-size: 2.1rem;
  background: #f09dc1;
  color: #593324;
  box-sizing: border-box;
}

.ribbon_03_popins:before,
.ribbon_03_popins:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}


.ribbon_02_blend {
  display: flex;
  justify-content: center;
}

.ribbon_02_blend li {
  position: absolute;
  top: -5px;
  left: -15px;
  box-sizing: border-box;
  color: #593324;
  font-size: 3.5rem;
  width: 60px;
  height: 63px;
  padding: 4px 0;
  text-align: center;
  list-style: none;
}

@media (min-width: 576px) {
  .ribbon_02_blend li {
    top: -5px;
    left: -20px;
  }
}

.ribbon_02_radius {
  position: absolute;
  top: 0;
  left: 0;
  /*background: #54c2f0;*/
  background: #ffc107;
  border-radius: 70% 60% 50% 50% / 50% 60% 70% 80%;
}

.border_radius_01 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  background-color: #aece0e;
  border-radius: 50%;
}

.border_radius_02 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  background-color: #f9be00;
  border-radius: 50%;
}

.border_radius_03 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  background-color: #66be96;
  border-radius: 50%;
}

.h1_block {
  background-image: url(../img/back01.png);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  /*
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  */
}

.h1_flame_top {
  /*position: absolute;*/
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  top: 0;
  left: 0;
  /*width: 100%;*/
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.h1_flame_top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 72px;
}

.h1_flame_top .shape-fill {
  fill: #FFFFFF;
}

.h1_flame_bottom {
  /*position: absolute;*/
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  bottom: 0;
  left: 0;
  /*width: 100%;*/
  overflow: hidden;
  line-height: 0;
}

.h1_flame_bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 55px;
  transform: rotateY(180deg);
}

.h1_flame_bottom .shape-fill {
  fill: #FFFFFF;
}


/*--------------------------------------------------------------
# reserve button(side)
--------------------------------------------------------------*/
.buttom-reserve-web,
.button-medical-interview,
.buttom-popins-reserve {
  position: fixed;
  /*visibility: hidden;*/
  opacity: 0;
  padding: 10px 0;
  z-index: 1000000;
  width: 60px;
  height: 110px;
  border-radius: 25px 0 0 25px;
  transition: all 0.4s;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  transition: opacity 0.5s ease-in-out;
}

.buttom-reserve-web {
  background: #f09dc1;
  right: 0px;
  bottom: 325px;
}

.button-medical-interview {
  background: #54c2f0;
  right: 0px;
  bottom: 200px;
}

.buttom-popins-reserve {
  background: #aece0e;
  right: 0px;
  bottom: 75px;
}

.buttom-reserve-web.active,
.button-medical-interview.active,
.buttom-popins-reserve.active {
  visibility: visible;
  opacity: 1;
}

.img-reserve-web {
  width: 25px;
  padding-bottom: 5px;
}

.img-medical-interview {
  width: 50px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.img-popins-reserve {
  width: 50px;
  padding-bottom: 5px;
}

.text-popins-reserve {
  font-size: 1.2rem;
  line-height: 1;
}

/*--------------------------------------------------------------
# page top buttom
--------------------------------------------------------------*/
.page_top {
  z-index: 1003;
  position: fixed;
  /*visibility: hidden;*/
  width: 60px;
  height: 60px;
  right: 0;
  bottom: 55px;
  background: #f09dc1;
  border-radius: 50%;
  transition: opacity 0.5s ease-in-out;
}

@media (min-width: 576px) {
  .page_top {
    bottom: 90px;
  }
}

@media (min-width: 768px) {
  .page_top {
    bottom: 85px;
  }
}

@media (min-width: 992px) {
  .page_top {
    bottom: 0px;
  }
}

.page_top a {
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  text-decoration: none;
}

.page_top a::before {
  font-family: 'bootstrap-icons';
  font-weight: 900;
  content: '\F148';
  font-size: 28px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.page_top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-logo a {
  color: #666666;
  font-size: 1.2rem !important;
  font-weight: 600;
  padding: 10px 0px;
}

.head_t a {
  color: #fff;
  text-decoration: none;
}

.head_t a:hover {
  color: #ffc;
}

.header-bg-half {
  background: linear-gradient(180deg, #fff 0%, #fff 40%, #f9be00 40%, #f9be00 100%);
  width: 100%;
}

.header.hide {
  display: none;
}

.header-icon {
  width: 40px;
}

.header-logo {
  background: #fff;
  padding: 0px 10px;
}

@media (min-width: 576px) {
  .header-logo {
    padding: 0px 30px;
  }
}

@media (min-width: 992px) {
  .header-icon {
    width: 100%;
  }

  .header-logo {
    padding: 10px;
  }
}

.header-top,
.header-reserve-web,
.header-medical-interview,
.header-popins-reserve {
  height: 30px;
  border-radius: 0 0 20px 20px;
  transition: all 0.4s;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}

.header-top {
  background: #f9be00;
}

.header-reserve-web {
  background: #f09dc1;
}

.header-medical-interview {
  background: #54c2f0;
}

.header-popins-reserve {
  background: #00b900;
  font-size: 1.4rem;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .header-popins-reserve {
    background: #00b900;
    font-size: 1.5rem;
  }
}


/**
* Navigation Menu PC
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: -5px 0 0 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  margin-top: 5px;
  padding: 5px 10px 5px 10px;
}

/**
* Navigation Menu PC komenu
*/
.inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px 20px 60px;
}

.menu {
  display: flex;
}

.menu li {
  position: relative;
  list-style: none;
}

.menu li a {
  display: block;
  text-decoration: none;
}

/* 通常時は非表示 */
.child_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  width: 100%;
}

.dropdown {
  position: relative;
}

/* dropdownクラスhoverしたら隣接要素のdropdown_menuクラスを表示 */
.dropdown:hover+.dropdown_menu,
.dropdown_menu:hover {
  visibility: visible;
  /* transitionを設定することで指定した時間で表示される */
  opacity: 1;
}

/* 吹き出しの△の部分 */
.child_menu::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #fff;
}

.child_menu {
  display: block !important;
}

.child_menu li {
  padding: 0;
  text-align: center !important;
}

.child_menu li a {
  display: block;
  text-align: center !important;
  padding: 6px 0 3px;
  border-bottom: 1px dotted #ccc;
  color: #444;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.4em;
}

.child_menu li a:hover {
  background-color: #ffffe1;
}




/**
* Navigation Menu 
*/
.mobile-nav-toggle {
  color: #56b547;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.navbar {
  top: 20px;
}
.mobile-nav-toggle {
  display: block;
}
.navbar ul {
  display: none;
}
.navbar a,
.navbar a:focus {
  align-items: center;
  font-size: 1.5rem;
  color: #666666;
  text-decoration: none;
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 10px;
  bottom: 0;
  background: #f9be00;
  overflow-y: auto;
  transition: 0.3s;
  z-index: 999999;
}
@media (min-width: 576px) {
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 50px;
    bottom: 0;
    background: #f9be00;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 999999;
  }
}
@media (min-width: 992px) {
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin: -5px 0 0 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
    margin-top: 5px;
    padding: 5px 10px 5px 10px;
  }
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  /*bottom: 0px;*/
  left: 30px;
  padding: 5px 10px;
  background-color: #fff;
  transition: 0.3s;
}

.navbar-mobile ul li {
  color: #666666;
  line-height: 1.5;
  padding: 0.2em 0.9em 0.5em 0.2em;
  border-bottom: dashed 1px #999999;
  list-style-type: none;
  font-weight: bold;
}

.navbar-mobile ul li:last-of-type {
  border-bottom: none;
}

.list-circle:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #ed7848;
  border-radius: 50%;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

/*--------------------------------------------------------------
# TOP Slider
--------------------------------------------------------------*/
.top_slider {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.slider_top {
  z-index: 999;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: auto;
  content: url(../img/slider_frame_top.png);
}

.slider_bottom {
  z-index: 999;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: auto;
  /*content: url(../img/slider_frame_bottom.png);*/
  content: url(../img/slider_frame_bottom02.png);
}

@media (min-width: 576px) {
  .slider_bottom {
    bottom: -30px;
    content: url(../img/slider_frame_bottom02.png);
  }
}

@media (min-width: 768px) {
  .slider_bottom {
    bottom: -40px;
    content: url(../img/slider_frame_bottom02.png);
  }
}

@media (min-width: 992px) {
  .slider_bottom {
    bottom: -50px;
    content: url(../img/slider_frame_bottom02.png);
  }
}

@media (min-width: 1200px) {
  .slider_bottom {
    bottom: -65px;
    content: url(../img/slider_frame_bottom02.png);
  }
}

@media (min-width: 1400px) {
  .slider_bottom {
    bottom: -75px;
    content: url(../img/slider_frame_bottom02.png);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  border-top: 20px solid #f9be00;
  padding: 5px 0 5px 0;
  font-size: 1.2rem;
  background: #ffffff;
  color: #000000;
  letter-spacing: 0.05em;
}

#footer {
  padding: 10px 10px 0 10px;
}

@media (min-width: 992px) {
  #footer {
    padding: 10px 30px 0 30px;
  }
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  letter-spacing: 0.05em;
  color: #666666;
  font-size: 1.4rem;
}

#footer .f-logo {
  padding-top: 10px;
  width: 350px;
}

#footer .f-icon {
  padding-top: 20px;
  width: 60px;
}

#footer .f_address {
  font-size: 1.4rem;
}

#footer .f_tel {
  font-size: 2.0rem;
}

#footer .f_tel a {
  color: #000;
  text-decoration: none;
}

@media (min-width: 576px) {
  #footer .f-logo {
    width: 450px;
  }

  #footer .f_address {
    font-size: 2.1rem;
  }

  #footer .f_tel {
    font-size: 2.3rem;
  }
}

@media (min-width: 992px) {
  #footer .f-logo {
    width: 400px;
  }

  .pe-lg-footer {
    padding-right: 5rem !important;
  }
}

.footer-reserve-web,
.footer-medical-interview,
.footer-popins-reserve {
  height: 50px;
  border-radius: 20px 20px 0 0;
  transition: all 0.4s;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding-top: 2px;
  margin: 0px 5px;

}

.footer-reserve-web a,
.footer-medical-interview a,
.footer-popins-reserve a {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {

  .footer-reserve-web,
  .footer-medical-interview,
  .footer-popins-reserve {
    height: 80px;
    margin: 0px 5px;
  }
}

@media (min-width: 992px) {

  .footer-reserve-web,
  .footer-medical-interview,
  .footer-popins-reserve {
    height: 80px;
    margin-right: 10px;
  }
}

.footer-reserve-web {
  background: #f09dc1;
  text-decoration: none;
}

.footer-medical-interview {
  background: #54c2f0;
  text-decoration: none;
}

.footer-popins-reserve {
  background: #aece0e;
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 1.2;
}

@media (min-width: 576px) {
  .footer-popins-reserve {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .footer-popins-reserve {
    font-size: 1.4rem;
  }
}

.footer-img-reserve-web {
  width: 50px;
  padding: 10px;
}

.footer-img-medical-interview {
  width: 70px;
  padding: 10px;
}

.footer-img-popins-reserve {
  width: 80px;
  padding: 10px;
}

/*--------------------------------------------------------------
# etc
--------------------------------------------------------------*/
.fs-adjust{
  font-size: 1.2rem!important;
}
@media (min-width: 576px) {
  .fs-adjust{
    font-size: 2.0rem;
  }
}
.border-radius-01 {
  border-radius: 30px;
  border: #aece0e solid 3px;
  background: #fff;
  padding: 10px 20px;
  margin: 20px 0px !important;
}

.dashed-note {
  background-image:
    linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%, 100% 2em;
  line-height: 2em;
  padding: 0em 1em 1em 1em;
}

.dashed-note p {
  margin: 5px 0 0 0;
}

.back01 {
  background-image: url(../img/back01.png);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 50px;
}

@media (min-width: 992px) {
  .back01 {
    background-image: url(../img/back01.png);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 100px;
  }
}

.back02 {
  background: #8dd4e9;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 20px;
}

.card {
  border: #fff solid 1px;
  border-radius: 30px;
  margin: 20px 0px !important;
}

.back03 {
  background: #fff;
  border-radius: 30px;
  border: #fff solid 1px;
  padding: 0 20px 20px 20px;
  margin: 20px 0px !important;
}

.back04 {
  background: #ffffe1;
  border-radius: 30px;
  border: #ffffe1 solid 1px;
  padding: 15px 25px 15px 25px;
  margin: 20px 0px !important;
}

@media (min-width: 576px) {
  .back04 {
    padding: 10px 25px 10px 25px;
    margin: 20px 0px !important;
  }
}

.back05 {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.back05 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 72px;
}

.back05 .shape-fill {
  fill: #FAE15A;
}

.back06 {
  background: #FAE15A;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.back07 {
  background: #fff;
  border-radius: 30px;
  border: #593324 solid 2px;
  padding: 10px 10px;
  margin: 10px 10px !important;
}

@media (min-width: 576px) {
  .back07 {
    padding: 10px 50px 0px 50px;
    margin: 10px 0px !important;
  }
}

.back07-2 {
  background: #fff;
  border-radius: 30px;
  border: #593324 solid 2px;
  padding: 10px 10px;
  margin: 30px 10px !important;
}

@media (min-width: 576px) {
  .back07-2 {
    padding: 30px 50px 0px 50px;
    margin: 30px 0px !important;
  }
}

.back08 {
  background: #b9eaff;
  border-radius: 30px;
  border: #b9eaff solid 1px;
  padding: 10px 10px 10px 25px;
  margin: 10px 0px !important;
}

@media (min-width: 576px) {
  .back08 {
    padding: 10px 50px 10px 50px;
    margin: 10px 0px !important;
  }
}

.back09 {
  background: #ffffe1;
  border-radius: 30px;
  border: #ffffe1 solid 1px;
  padding: 10px 10px 10px 10px;
  margin: 20px 0px !important;
}

@media (min-width: 576px) {
  .back09 {
    padding: 20px;
    margin: 20px 0px !important;
  }
}

.back10 {
  background: #fff;
  border-radius: 30px;
  border: #593324 solid 1px;
  padding: 10px 10px;
  margin: 30px 10px !important;
}

@media (min-width: 576px) {
  .back10 {
    padding: 30px 50px 30px 50px;
    margin: 30px 0px !important;
  }
}

.back11 {
  background: #00bdf2;
  border-radius: 20px;
  border: #00bdf2 solid 1px;
  padding: 10px 10px;
  margin: 5px 10px !important;
}

@media (min-width: 576px) {
  .back11 {
    padding: 30px 20px 30px 20px;
    margin: 20px 0px !important;
  }
}

.animal01 {
  position: absolute;
  top: -60px;
  left: 0px;
  content: url(../img/animal_01.svg);
  width: 120px;
}

@media (min-width: 576px) {
  .animal01 {
    top: -95px;
    left: 0px;
    width: 150px;
  }
}

@media (min-width: 992px) {
  .animal01 {
    top: -95px;
    left: 60px;
    width: 150px;
  }
}

.animal02 {
  position: absolute;
  bottom: -80px;
  right: 20px;
  content: url(../img/animal_02.svg);
  width: 100px;
  z-index: 1000;
}

@media (min-width: 576px) {
  .animal02 {
    bottom: -80px;
    right: 50px;
    width: 100px;
  }
}

@media (min-width: 768px) {
  .animal02 {
    bottom: -100px;
    right: 40px;
    width: 120px;
  }
}

@media (min-width: 992px) {
  .animal02 {
    bottom: -85px;
    right: 100px;
    width: 130px;
  }
}

.line_icon01 {
  position: absolute;
  top: -30px;
  left: -5px;
  content: url(../img/line_icon_01.png);
  width: 80px;
}

.px_mana_01 {
  z-index: 999;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.flower_01 {
  z-index: 999;
  position: absolute;
  bottom: -10px;
  left: 0px;
  content: url(../img/flower_01.svg);
  width: 60px;
}

.flower_02 {
  z-index: 999;
  position: absolute;
  bottom: 40px;
  right: 10px;
  content: url(../img/flower_02.svg);
  width: 80px;
}

.flower_03 {
  z-index: 999;
  position: absolute;
  top: -40px;
  left: 0px;
  content: url(../img/flower_03.svg);
  width: 80px;
}

@media (min-width: 576px) {
  .px_mana_01 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .flower_01 {
    bottom: -10px;
    left: 0px;
    width: 80px;
  }

  .flower_02 {
    bottom: 30px;
    right: 0px;
    width: 80px;
  }
}

@media (min-width: 782px) {
  .flower_01 {
    bottom: 0px;
    left: -100px;
    width: 80px;
  }

  .flower_02 {
    bottom: 40px;
    right: 0px;
    width: 80px;
  }
}

@media (min-width: 992px) {
  .flower_01 {
    bottom: 0px;
    left: -100px;
    width: 80px;
  }

  .flower_02 {
    bottom: 60px;
    right: 0px;
    width: 80px;
  }
}

@media (min-width: 1200px) {
  .flower_01 {
    bottom: 0px;
    left: -100px;
    width: 80px;
  }

  .flower_02 {
    bottom: 30px;
    right: 50px;
    width: 80px;
  }
}

.tree01 {
  content: url(../img/tree_01.svg);
  width: 130px;
}

.car-title {
  padding: 0 0 0 40px;
  background-image: url(../img/icon_car.svg);
  background-repeat: no-repeat;
}

.train-title {
  padding: 0 0 0 40px;
  background-image: url(../img/icon_train.svg);
  background-repeat: no-repeat;
}

.popins_01 {
  position: absolute;
  bottom: 0px;
  left: -30px;
  content: url(../img/to_popins_reserve.png);
  width: 80px;
}

.ga_posi {
  position: relative;
}

.elephant {
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: url(../img/elephant.svg);
  width: 150px;
}

@media (min-width: 782px) {
  .elephant {
    bottom: -20px;
    right: 80px;
  }
}

@media (min-width: 992px) {
  .elephant {
    bottom: -20px;
    right: 100px
  }
}

@media (min-width: 1200px) {
  .elephant {
    bottom: -20px;
    right: 150px;
  }
}

.border_collie {
  position: absolute;
  bottom: -20px;
  right: 0px;
  content: url(../img/border_collie.svg);
  width: 150px;
}

@media (min-width: 782px) {
  .border_collie {
    bottom: 0px;
    right: 50px;
    width: 180px;
  }
}

@media (min-width: 992px) {
  .border_collie {
    bottom: 0px;
    right: 100px;
    width: 180px;
  }
}

@media (min-width: 1200px) {
  .border_collie {
    bottom: 0px;
    right: 150px;
    width: 180px;
  }
}

.rabbit {
  position: absolute;
  bottom: -20px;
  right: 10px;
  content: url(../img/rabbit.svg);
  width: 80px;
}
@media (min-width: 781px) {
  .rabbit {
    bottom: 10px;
    left: 30px;
  }
} 

@media (min-width: 992px) {
  .rabbit {
    bottom: 10px;
    left: 50px;
  }
}

@media (min-width: 1200px) {
  .rabbit {
    bottom: 10px;
    left: 80px;
  }
}

.animal03 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: url(../img/animal_03_l_shika.svg);
  width: 100px;
}

@media (min-width: 782px) {
  .animal03 {
    bottom: 10px;
    left: 20px;
  }
}

@media (min-width: 992px) {
  .animal03 {
    bottom: 10px;
    left: 40px;
  }
}

@media (min-width: 1200px) {
  .animal03 {
    bottom: 10px;
    left: 70px;
  }
}

.animal04 {
  position: absolute;
  bottom: -20px;
  right: 0px;
  content: url(../img/animal_04_r_bear.svg);
  width: 80px;
}

@media (min-width: 782px) {
  .animal04 {
    bottom: -20px;
    right: 50px;
    width: 80px;
  }
}

@media (min-width: 992px) {
  .animal04 {
    bottom: -20px;
    right: 100px;
    width: 80px;
  }
}

@media (min-width: 1200px) {
  .animal04 {
    bottom: -20px;
    right: 0px;
    width: 180px;
  }
}

.animal05 {
  position: absolute;
  bottom: -20px;
  right: 0px;
  content: url(../img/animal_05_r_fox.svg);
  width: 150px;
}

@media (min-width: 782px) {
  .animal05 {
    bottom: 0px;
    right: 50px;
    width: 180px;
  }
}

@media (min-width: 992px) {
  .animal05 {
    bottom: 0px;
    right: 100px;
    width: 180px;
  }
}

@media (min-width: 1200px) {
  .animal05 {
    bottom: 0px;
    right: 150px;
    width: 180px;
  }
}

.animal06 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: url(../img/animal_06_l_risu.svg);
  width: 100px;
}

@media (min-width: 782px) {
  .animal06 {
    bottom: 10px;
    left: 0px;
  }
}

@media (min-width: 992px) {
  .animal06 {
    bottom: 10px;
    left: 20px;
  }
}

@media (min-width: 1200px) {
  .animal06 {
    bottom: 10px;
    left: 40px;
  }
}

.title-indent-01 {
  height: auto;
  line-height: 1.5;
  max-width: 100%;
  margin: 20px 20px 20px 40px;
}

@media (min-width: 992px) {
  .title-indent-01 {
    max-width: 78%;
    margin: 15px 50px 20px 40px;
  }
}

.img_botton_01 {
  width: 200px;
  height: auto;
}

.img_botton_02 {
  width: 200px;
  height: auto;
}

.img_botton_03 {
  width: 120px;
  height: auto;
}

.img_button_04 {
  width: 180px;
  height: auto;
}

.img_arrow_down {
  content: url(../img/arrow_down.svg);
  width: 40px;
}

.img_arrow_left_pink {
  content: url(../img/arrow_left_pink.svg);
  width: 40px;
}

.img_arrow_right_pink {
  content: url(../img/arrow_right_pink.svg);
  width: 40px;
}

.time table {
  margin: auto;
}

.time table td,
.time table th {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid;
  padding: 0.3em;
}

@media (min-width: 576px) {

  .time table td,
  .time table th {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid;
    padding: 1.0em;
  }
}

.anchor-link {
  padding-top: 60px;
  margin-top:-60px;
}

.anchor-link02 {
  padding-top: 100px;
  margin-top:-100px;
}
@media (min-width: 576px) {
  .anchor-link02 {
    padding-top: 150px;
    margin-top:-150px;
  }
}
@media (min-width: 768px) {
  .anchor-link02 {
    padding-top: 200px;
    margin-top:-200px;
  }
}

:where(.wp-block-columns) {
  margin-bottom: 0.5em!important;
}

@media (min-width: 576px) {
  :where(.wp-block-columns) {
    margin-bottom: 1.75em!important;
  }
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 0.5em!important;
}

@media (min-width: 576px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 2em!important;
  }
}


/* beginners */
h4.naname {
  font-weight: 900;
  border-left: 5px solid #54c2f0;
  padding: .5em 0 .5em .75em;
  background: repeating-linear-gradient(-45deg, #edf5f4, #edf5f4 10px, #f6faf9 0, #f6faf9 20px);
  font-size: 1.3em;
}

/* blog */
.blog_cate_01 {
  background: #593324;
  border-radius: 10px;
  color: #fff;
  padding: 0px 8px;
  font-size: 1.2rem;
}

/*-----------------------------------
  投稿一覧ページネーション
------------------------------------*/
.pagination .page-numbers {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #593324;
  border: 1px solid #f09dc1;
  background: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}

.pagination a.page-numbers:hover {
  color: #593324;
  background-color: #f09dc1;
  border-color: #f09dc1;
}

.pagination .current {
  padding: 0;
  background: #f09dc1;
  color: #593324;
  font-size: 1.5rem;
}

.pagination .prev,
.pagination .next {
  border: 1px solid #f09dc1;
  color: #593324;
  position: relative;
  font-size: 1.5rem;
}

.pagination a.next.page-numbers {
  margin-right: 0;
}

/* 数字の間のドット */
.pagination .dots {
  background: transparent;
  border: none;
}



/*-----------------------------------
カレンダー
------------------------------------*/
#wp-calendar {
  border-collapse: collapse;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #593324;
  border-right-color: #593324;
  width: 250px;
}

#wp-calendar thead tr th {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #593324;
  border-left-color: #593324;
}

#wp-calendar th {
  text-align: center;
  height: 20px;
  padding-top: 5px;
  font-size: x-small;
}

#wp-calendar td {
  text-align: center;
  height: 20px;
  padding-top: 5px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #593324;
  border-left-color: #593324;
}

#wp-calendar #calendar-caption {
  font-weight: bold;
  text-align: center;
  font-size: small;
}

#calendar_wrap a {
  text-decoration: none;
  color: #CCC;
}

#wp-calendar #today {
  background-color: #CCC;
}

#wp-calendar #today a {
  color: #fff;
}

#calendar_wrap {
  position: relative;
}

#wp-calendar-pn {
  width: 250px;
  margin-left: 35px;
  position: absolute;
  top: 5px;
  left: 0;
}

#prev {
  float: left;
  margin-left: 20px;
}

#next {
  float: right;
  margin-right: 20px;
}

#wp-calendar .pad {
  color: #FFCCFF;
  font-size: x-small;
}

/* popins */
h3.popins {
  border-bottom: 2px solid #aece0e;
  color: #009d11;
  padding-bottom: 4px;
}

h3.rinen {
  font-size: 1.4em;
  position: relative;
  padding: 0.2em 0.5em;
  background-color: #d2e7e4;
  box-shadow: 0px 0px 0px 5px #d2e7e4;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  color: #333;
  margin: 10px 0;
}



h4.naname_popins {
  font-weight: 900;
  border-left: 5px solid #aece0e;
  padding: .5em 0 .5em .75em;
  background: repeating-linear-gradient(-45deg, #edf5f4, #edf5f4 10px, #f6faf9 0, #f6faf9 20px);
  font-size: 1.3em;
}

.popins table {
  border-collapse: collapse;
}

.popins table th,
.popins table td {
  border: 2px solid #aece0e;
  padding: 10px;
}

.img_arrow_down_popins {
  content: url(../img/arrow_down_popi.svg);
  width: 40px;
}

.f_green {
  color: #66be96;
}

.f_green2 {
  color: #66be96;
  font-weight: 900;
  font-size: 1.4em;
}

strong {
  font-weight: 900 !important;
}

.flow_ko {
  background: #fbd866;
  border-bottom: 2px dotted #66be96;
  padding: 4px 6px;
}

/* access */
h3.access {
  border-bottom: 2px solid #54c2f0;
  color: #008cce;
  padding-bottom: 4px;
}

.kadomaru img {
  border-radius: 0.8em;
}

/*faq*/
.cp_qa dt,
.cp_qa dd {
  position: relative;
  padding: 0.5em;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0.3em;
}

.cp_qa dt {
  margin: 0 3em 1em 3em;
  background: #ffe0b2;
}

.cp_qa dd {
  margin: 0 3em 3em 3em;
  background: #b2ebf2;
}

/* 吹き出し▶︎ */
.cp_qa dt::before,
.cp_qa dd::before {
  position: absolute;
  z-index: 99;
  top: 0.5em;
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
}

/* 質問吹き出し▶︎ */
.cp_qa dt::before {
  left: -0.5em;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #ffe0b2 transparent transparent;
}

/* 答え吹き出し▶︎ */
.cp_qa dd::before {
  right: -0.5em;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #b2ebf2;
}

/*アイコン */
.cp_qa dt::after,
.cp_qa dd::after {
  font-size: 1.2em;
  position: absolute;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.2em;
}

/*アイコン */
.cp_qa dt::after {
  left: -2.5em;
  margin: 0 0.5em 0 0;
  padding: 0.2em 0.3em;
  content: 'Q';
  background: #f57c00;
}

/* !アイコン */
.cp_qa dd::after {
  right: -2.5em;
  margin: 0 0 0 0.5em;
  padding: 0.2em 0.4em;
  content: 'A';
  background: #0097a7;
}

@media (min-width: 782px) {
  .sp_img {
    padding: 0 20px;
  }
}

/* calender */
.eo-fullcalendar .fc-event {
  pointer-events: none;
}

/* iin */
.iin_reki {
  background: #f09dc1;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  z-index: 100;
  position: relative;
}

.iin_shin {
  background: #66be96;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}

.b_line_d li {
  border-bottom: 1px #ccc dotted;
  list-style: none;
  padding-left: 10px;
}

.tbl_kensa table th {
	background: #ffffcc;
	text-align: center;
}

.tbl_kensa table td:nth-child(1) {
	background: #e0ffe8;
	text-align: center;
}

/* bread */
.breadcrumb ol li {
  display: inline;
  z-index: 100;
}

.breadcrumb ol li+li::before {
  content: ">";
  margin: 0 12px;
}

.phone a {
  text-decoration: none !important;
  color: #000 !important;
}

img a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.time_center {
  display: block;
  text-align: center;
}

/* lost sidebar */
.lostt {
  background: #f09dc1;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}

#wp-calendar thead tr th {
  background: #fef6fa;
}

#wp-calendar td {
  background: #fff;
}

.waku_01 {
  border: 2px solid #66be96;
  border-radius: 10px;
  padding: 10px;
}

.waku_02 {
  border: 2px solid #66be96;
  border-radius: 10px;
  padding: 10px;
}

.waku_03 {
  border: 2px solid #66be96;
  border-radius: 10px;
  padding: 10px;
}

.waku_04 {
  border: 2px solid #66be96;
  border-radius: 10px;
  padding: 10px;
}

.waku_05 {
  border: 2px solid #66be96;
  border-radius: 10px;
  padding: 10px;
}

.waku_06 {
  border: 2px solid #66be96;
  border-radius: 10px;
  padding: 10px;
}

.waku_07 {
  border: 2px solid #66be96;
  border-radius: 10px;
  padding: 10px;
}

.waku_08 {
  border: 2px solid #66be96;
  border-radius: 10px;
  padding: 10px;
}

/* shojyo */
h3.sick {
  font-size: 1.6em;
  position: relative;
  padding: 0.2em 0.5em;
  background-color: #f6c8dd;
  box-shadow: 0px 0px 0px 5px #f6c8dd;
  border-top: 2px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 2px dashed rgba(255, 255, 255, 0.5);
  color: #333;
  margin: 10px 0;
}

h4.naname_sick {
  font-weight: 900;
  border-bottom: 5px solid #ffdbe7;
  padding: .5em 0 .5em .75em;
  background: repeating-linear-gradient(-45deg, #fffaf0, #fffaf0 10px, #fff0f5 0, #fff0f5 20px);
  font-size: 1.3em;
}

.c_sickside {
  margin-bottom: 30px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}

.c_sickside h4 {
  background: #f09dc1;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}

h4.shindan {
  background: #fcdf80;
  border-radius: 10px;
  margin: 20px 0;
  padding: 20px;
  line-height: 1.6;
  font-size: 110%;
  font-weight: 600;
}

h5.shindan {
  background: #ffffef;
  border-bottom: 2px dotted #fcdf80;
  line-height: 1.6;
  font-size: 106%;
  font-weight: 600;
}

h4.kensa {
  background: #aae1f8;
  border-radius: 10px;
  margin: 20px 0;
  padding: 20px;
  line-height: 1.6;
  font-size: 110%;
  font-weight: 600;
}

h5.kensa {
  background: #ffffef;
  border-bottom: 2px dotted #aae1f8;
  line-height: 1.6;
  font-size: 106%;
  font-weight: 600;
}

h4.chiryo {
  background: #b3dfcb;
  border-radius: 10px;
  margin: 20px 0;
  padding: 20px;
  line-height: 1.6;
  font-size: 110%;
  font-weight: 600;
}

h5.chiryo {
  background: #ffffef;
  border-bottom: 2px dotted #b3dfcb;
  line-height: 1.6;
  font-size: 106%;
  font-weight: 600;
}

h4.homecare {
  background: #fee8f3;
  border-radius: 10px;
  margin: 20px 0;
  padding: 20px;
  line-height: 1.6;
  font-size: 110%;
  font-weight: 600;
}

h5.homecare {
  background: #ffffef;
  border-bottom: 2px dotted #fee8f3;
  line-height: 1.6;
  font-size: 106%;
  font-weight: 600;
}



/* sick */
.sick {
  background: #fff;
}

.sickLeft {
  float: left;
  margin: 10px 0 10px 0;
  padding: 3px 0 3px 0;
  width: 14%;
  background: #fff;
}

.sickRight01 {
  float: left;
  margin: 10px;
  padding: 10px;
  width: 80%;
  background: #fff;
  border: 2px #630 solid;
  background: url(../img/sick/back01.jpg) repeat;
}

.sickRight02 {
  float: left;
  margin: 10px;
  padding: 10px;
  width: 80%;
  background: #fff;
  border: 2px #f99 solid;
  background: url(../img/sick/back02.jpg) repeat;
}

.sickRight03 {
  float: left;
  margin: 10px;
  padding: 10px;
  width: 80%;
  background: #fff;
  border: 2px #f9c solid;
  background: url(../img/sick/back03.jpg) repeat;
}

.sickRight04 {
  float: left;
  margin: 10px;
  padding: 10px;
  width: 80%;
  background: #fff;
  border: 2px #f9f solid;
  background: url(../img/sick/back04.jpg) repeat;
}

.sickRight05 {
  float: left;
  margin: 10px;
  padding: 10px;
  width: 80%;
  background: #fff;
  border: 2px #6df solid;
  background: url(../img/sick/back05.jpg) repeat;
}

.sickRight06 {
  float: left;
  margin: 10px;
  padding: 10px;
  width: 80%;
  background: #fff;
  border: 2px #8cf solid;
  background: url(../img/sick/back06.jpg) repeat;
}

.sickRight07 {
  float: left;
  margin: 10px;
  padding: 10px;
  width: 80%;
  background: #fff;
  border: 2px #acf solid;
  background: url(../img/sick/back07.jpg) repeat;
}

@media (max-width: 576px) {
  .sickRight01 {
    width: 100%;
  }

  .sickRight02 {
    width: 100%;
  }

  .sickRight03 {
    width: 100%;
  }

  .sickRight04 {
    width: 100%;
  }

  .sickRight05 {
    width: 100%;
  }

  .sickRight06 {
    width: 100%;
  }

  .sickRight07 {
    width: 100%;
  }
}

.sickFull {
  clear: both;
}

img.photo_center {
  margin: 4px 9px 6px 10px;
}

img.photo_right {
  float: right;
  margin: 5px 2px 5px 5px;
}

/* shojyo sidebar */
.menu-shojyo_menu-container ul.menu {
  display: block;
  padding-left: 0;
}

.menu-shojyo_menu-container ul.menu li {
  background: #fcebf3;
  border: 1px dashed #f09dc1;
  border-left: 4px solid #f09dc1;
  margin: 3px 0px;
  padding: 5px 10px;
}

.menu-shojyo_menu-container ul.menu li ul.sub-menu li {
  background: #fff;
  border: 1px dashed #f09dc1;
  margin: 3px 0px;
  padding: 5px 10px;
}

ul.sicknew {
  padding-left: 0;
}

ul.sicknew li {
  border-bottom: 1px #f09dc1 dotted;
  list-style: none;
}

/* page only */
ul#youren {
  margin: 10px 10px 10px 20px;
}

ul#youren li {
  list-style: disc;
}


/* teashikuchibyo */
#teashileft {
  float: left;
  width: 260px;
}

#teashiright {
  float: right;
  width: 250px;
}

p.teashiphoto {
  margin: 5px 0 0;
  padding: 0;
  font-size: 12px;
}


/* benpi */
ul#benpi {
  margin: 0 10px 0 40px;
}

ul#benpi li {
  list-style: disc;
}

/* s_31 */
p.s_31 {
  margin: 5px 20px;
  background: #d7f2ff;
}

/* s_33 */
span.ske {
  background: #ffccff;
}

span.s33 {
  font-size: 18px;
  font-weight: bold;
  color: #ff66ff;
}

/* s_35 */
span.s_35 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px #36f solid;
}

/* s_38 */
table.ichoen {
  width: 90%;
  margin-left: 20px;
  margin-bottom: 30px;
  background: #ccc;
}

table.ichoen tr td {
  padding: 4px;
  background: #fff;
}

table.ichoen tr th {
  padding: 2px;
  background: #fff;
}

table.recipi {
  width: 90%;
  margin-left: 10px;
  margin-bottom: 10px;
}

table.recipi tr td {
  width: 20px;
  padding: 4px;
}

table.recipi tr td.recicome {
  width: 160px;
  font-size: 12px;
  vertical-align: top;
  border: 1px #f60 solid;
  background: #ffc;
  border-radius: 10px;

}

table.recipi tr td.ccc {
  text-align: center;
}

/* s_39 */
ul.megaro {
  margin-left: 40px;
}

ul.megaro li {
  list-style: disc;

}

/* s_50 */
span.s_50 {
  font-weight: bold;
  border-bottom: 2px #fcf solid;
}

span.red {
  color: #c00;
  font-weight: bold;
  padding: 0 2px;
}

span.naby {
  color: #006;
  font-weight: bold;
  padding: 0 2px;
}

.kyu_sick h4 {
  margin: 10px 10px 10px 10px;
  padding: 3px 0 3px 10px;
  height: 20px;
  border-bottom: 1px #ccc dotted;
  border-left: 6px #f9f solid;
  border-top: 1px #ccc dotted;
  border-right: 2px #f9f solid;
  background: #fff;
  font-size: 15px;
  color: #630;
}

.kyu_sick h5 {
  margin: 10px 10px 10px 10px;
  padding: 3px 0 3px 10px;
  border-top: 1px #ccc dotted;
  border-left: 4px #fcc solid;
  border-bottom: 1px #ccc dotted;
  border-right: 1px #fcc solid;
  font-size: 14px;
  background: #fff;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}


/* z */
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 !important;
}

.mark,
mark {
  padding: 0em;
}

/* infl */
ul.infl_kibo li {
  margin: 10px 0;
  list-style: none;
}

ul.infl_kibo li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #F44336;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

/* pc sp */
@media (min-width: 782px) {
  .sp {
    display: none;
  }
}

/* kyujin */
.kihonkinmu table th {
  background: #f5dcdc;
}

@media (max-width: 782px) {

  .kihonkinmu table th,
  .kihonkinmu table td {
    width: 100%;
    display: block;
  }
}

/* search-form */
.search_form .input_text {
  border-radius: 10px;
  padding: 0.3em 0.5em;
  border: 1px solid #000;
  line-height: 2;
}

.search_form .input_submit {
  border-radius: 10px;
  padding: 0.28em 1em;
  background-color: #f09dc1;
  color: #fff;
  border: 1px solid #f09dc1;
  line-height: 2;
}

/* manacli */
.irowaku {
  padding: 10px 20px;
}

h4.manacl {
  font-weight: 600;
  border-left: 5px solid #f09dc1;
  padding: .5em 0 .5em .75em;
  background: repeating-linear-gradient(-45deg, #ffeffd, #ffeffd 10px, #fffaf4 0, #fffaf4 20px);
  font-size: 1.2em;
}

@media (max-width: 782px) {
  .manaphoto {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .manaphoto img {
    width: 80%;
  }
}

.accordion:hover {
  opacity: 0.7;
}

.carousel-caption {
  position: absolute;
  font-size: 1.5rem;
  right: 0rem;
  bottom: 3%;
  left: 0rem;
  padding-left: 6%;
  padding-right: 8%;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  width: 100%;
  text-align: left;
  z-index: 1000;
  line-height: 1.3;
}

@media (min-width: 576px) {
  .carousel-caption {
    position: absolute;
    font-size: 2.1rem;
    right: 0rem;
    bottom: 5%;
    left: 0rem;
  }
}

@media (min-width: 768px) {
  .carousel-caption {
    position: absolute;
    font-size: 2.1rem;
    right: 0rem;
    bottom: 10%;
    left: 0rem;
  }
}

@media (min-width: 992px) {
  .carousel-caption {
    position: absolute;
    font-size: 2.1rem;
    right: 0rem;
    bottom: 10%;
    left: 0rem;
  }
}

/* ac_midashi */
h3.recruit_midashi {
  border-bottom: 4px #aece0e solid;
  background: #ffc;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  font-size: 1.6em;
  font-weight: border;
}

h3.recruit_midashi span {
  display: block;
  font-size: 0.6em;
  margin-bottom: 15px;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  transition: opacity 0.5s ease-in-out;
}

.hamburger {
  width: 100%;
  height: auto;
  content: url(../img/h_menu_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.hamburger.active {
  content: url('../img/h_menu_close_sp.png');
}

.img-syoukai {
  width: 70%;
}

@media (min-width: 576px) {
  .img-syoukai {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .img-syoukai {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .img-syoukai {
    width: 100%;
  }
}

.banner-container {
  display: flex;
  align-items: center;
  background-color: #fffea2;
  border-radius: 10px;
  padding: 10px;
  width: 300px;
}

.icon-kuma {
  width: 50px;
  height: auto;
  margin-right: 15px;
}

.banner-text {
  font-size: 1.6rem;
  color: #006837;
  font-weight: 700;
}

.banner-a-tdnone {
  text-decoration: none
}

.banner-container p {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .banner-container {
    display: flex;
    align-items: center;
    background-color: #fffea2;
    border-radius: 10px;
    padding: 10px;
    width: 380px;
  }

  .banner-text {
    font-size: 1.8rem;
    color: #006837;
    font-weight: 700;
  }
}

/* Youtube */
.youtube_t {
  position: relative;
  width: 90%;
  padding-top: 56.25%;
	margin: 0 auto 10px;
}
.youtube_t iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* yakuzaigigi */
.yakuzaigigi{
  position:absolute;
  z-index:1000;
  top:81px;
  right:0px;
}
.yakuzaigigi img{
  width:55px;
}
@media (min-width: 450px) {
  .yakuzaigigi{
    top:100px;
    right:0px;
  }
  .yakuzaigigi img{
    width:60px;
  }
}
@media (min-width: 576px) {
  .yakuzaigigi{
    top:105px;
    right:0px;
  }
  .yakuzaigigi img{
    width:70px;
  }
}
@media (min-width: 650px) {
  .yakuzaigigi{
    top:120px;
    right:0px;
  }
  .yakuzaigigi img{
    width:80px;
  }
}
@media (min-width: 768px) {
  .yakuzaigigi{
    top: 155px;
    right: 0px;
  }
  .yakuzaigigi img{
    width:85px;
  }
}
@media (min-width: 992px) {
  .yakuzaigigi{
    top:170px;
    right:100px;
  }
  .yakuzaigigi img{
    width:65px;
  }
}
@media (min-width: 1200px) {
  .yakuzaigigi{
    top:190px;
    right:80px;
  }
  .yakuzaigigi img{
    width:80px;
  }
}
@media (min-width: 1300px) {
  .yakuzaigigi{
    top:215px;
    right:80px;
  }
  .yakuzaigigi img{
    width:95px;
  }
}