@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:100,300,400,500,700,800,900&display=swap");
@media screen and (max-width: 468px) {
  img.imgL {
    max-width: 100%;
  }
}
header, footer {
  min-width: auto !important;
}

@media screen and (max-width: 834px) {
  .kaigyou {
    display: block;
  }
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fff;
}

a {
  color: #1111cc !important;
  text-decoration: none;
}

.inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main, #main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  min-width: auto !important;
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

aside div#form_calendar {
  min-width: auto !important;
}

.blog #contents article .detail {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .blog #contents {
    padding: 0;
  }

  .blog #contents article {
    padding: 30px 10px 10px;
  }
  .blog #contents article .detail {
    margin-top: 20px;
  }
}
.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}
@media screen and (max-width: 834px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .map li {
    text-align: center;
  }
}
.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 1px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 50px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 20px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

@media screen and (max-width: 834px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

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

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.mincho {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.br {
  display: block;
}

.br_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br_pc {
    display: inline;
  }
}

.br_sp {
  display: inline;
}
@media screen and (max-width: 768px) {
  .br_sp {
    display: block;
  }
}

.br_tab {
  display: inline;
}
@media screen and (max-width: 834px) {
  .br_tab {
    display: block;
  }
}

/*********PANKUZU *********/
/* table td padding */
.tdpd0 td {
  padding: 0 !important;
}

.tdpd05 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

.tdpd25 td {
  padding: 25px !important;
}

.tdpd30 td {
  padding: 30px !important;
}

.tdpd35 td {
  padding: 35px !important;
}

.tdpd40 td {
  padding: 40px !important;
}

.tdpd45 td {
  padding: 45px !important;
}

.tdpd50 td {
  padding: 50px !important;
}

td.pdT10 {
  padding-top: 10px !important;
}

/* padding */
.pd0 {
  padding: 0px !important;
}

.pd10 {
  padding: 10px !important;
}

/********* Google Map &youtube *********/
/* small.css */
/* googlemap for single.php */
iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ggmap {
    padding-bottom: 55%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .youtube iframe {
    width: 100%;
  }
}

#builingual {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 6999999;
  padding: 5px 20px !important;
}
@media screen and (max-width: 768px) {
  #builingual {
    width: 100%;
  }
}

.switch {
  float: right;
  padding-top: 3px !important;
  position: relative;
}
.switch:after {
  content: "OFF";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}
.switch:before {
  content: "ON";
  position: absolute;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  .switch {
    float: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0px !important;
  }

  #builingual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
/********* Other *********/
.hdflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .hdflex {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .hdflex {
    padding-top: 46px;
  }
}

.hdinner {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

.hdright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .hdright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hdright {
    display: block;
  }
}

.hdtime {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .hdtime {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.hdtime p {
  font-size: 16px;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .hdtime p {
    display: table;
    margin: 0 auto;
  }
}
.hdtime p:first-child {
  margin-bottom: 10px;
}
.hdtime p::after {
  content: "";
  width: 80%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0px;
  background-color: #ff8475;
}
.hdtime p span {
  background-color: #ff8475;
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  margin-right: 20px;
}

.navsp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .hdtel {
    margin-bottom: 20px;
  }
}

.no_link {
  pointer-events: none !important;
}

.hdnav {
  padding: 0px !important;
  width: 1200px !important;
  max-width: 100%;
  margin: 0 auto;
}
.hdnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hdnav > ul > li {
  border-left: 2px solid #ff8475;
  width: 16.6%;
  position: relative;
}
.hdnav > ul > li:last-child {
  border-right: 2px solid #ff8475;
}
.hdnav > ul > li a {
  color: #ff8475 !important;
  font-size: 16px;
}
.hdnav > ul > li a span {
  display: block;
  margin-top: 5px;
}
.hdnav > ul > li ul {
  position: absolute;
  top: 68px;
  left: 0px;
  width: 100%;
  z-index: 20;
}
.hdnav > ul > li ul li {
  background-color: #fff;
}
.hdnav > ul > li ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.mean-bar {
  background-color: #ff8475 !important;
  padding: 0px !important;
  position: fixed !important;
}

.mean-nav {
  background: #fff !important;
  height: 100% !important;
}
@media screen and (max-width: 834px) {
  .mean-nav > ul > li {
    border-bottom: 1px solid #ff8475 !important;
  }
}
@media screen and (max-width: 834px) {
  .mean-nav > ul > li ul li {
    border-top: 1px solid #ff8475 !important;
  }
}

.mean-nav ul li a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black !important;
  line-height: 30px;
}
.mean-nav ul li a span {
  display: none;
}

.meanmenu-reveal {
  color: #fff !important;
  width: 20px !important;
  height: 20px !important;
  background: none !important;
}

.mean-expand {
  width: 38px !important;
  height: 38px !important;
  padding: 10px !important;
}
.mean-expand:hover {
  background: none !important;
}

.footer {
  padding-top: 80px;
  border-top: 3px solid #ff8475;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 30px;
  }
}
.footer address {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .ftlogo img {
    width: 180px !important;
    height: auto;
  }
}

.ftnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .ftnav {
    display: block;
    border: 0px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ftnav li {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 5px;
  }
}
.ftnav li a {
  color: #333333 !important;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .ftnav li a {
    color: #fff !important;
    background-color: #ff8475;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
}

.topbt {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

.copy {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-color: #ff8475;
}
.copy small {
  color: #ffffff;
  font-size: 14px;
  line-height: 50px;
}

.toppic {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
@media screen and (max-width: 834px) {
  .toppic .pc {
    display: none;
  }
}
.toppic .sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .toppic .sp {
    display: block;
  }
}
.toppic img {
  width: 100% !important;
  height: auto;
}

.home_01 {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .home_01 {
    padding: 40px 0 !important;
  }
}
.home_01 .icon_01 {
  position: absolute;
  bottom: 10px;
  left: 30px;
}
@media screen and (max-width: 960px) {
  .home_01 .icon_01 {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .home_01text {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.home_01text p {
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .home_01text p {
    font-size: 16px;
    text-align: left !important;
  }
}
.home_01text > div p .kai01 {
  display: block !important;
}
@media screen and (max-width: 834px) {
  .home_01text > div p .kai01 {
    display: none !important;
  }
}
.home_01text > div p .sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .home_01text > div p .sp {
    display: contents;
  }
}

.home_02 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  position: relative;
}
@media screen and (max-width: 834px) {
  .home_02 {
    padding: 40px 0 !important;
  }
}
.home_02 .home_02title h2 {
  font-size: 24px;
  font-family: "M PLUS 1p", sans-serif, "Kosugi Maru", sans-serif;
  font-weight: 500;
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .home_02 .home_02title h2 {
    font-size: 22px;
    padding-left: 0px !important;
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 30px;
  }
}
.home_02 .home_02title h2 span {
  font-size: 40px;
  color: #ff8475;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.home_02 .home_02title h2:before {
  content: "";
  background-image: url(../images/home/home_02titilelogo.png);
  width: 55px;
  height: 45px;
  display: block;
  position: absolute;
  left: 0px;
  top: 6px;
}
@media screen and (max-width: 834px) {
  .home_02 .home_02title h2:before {
    display: none;
  }
}

.home_02flex {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
@media screen and (max-width: 834px) {
  .home_02flex {
    display: block !important;
  }
}
.home_02flex > .box {
  width: 33%;
  text-align: center;
  position: relative;
  overflow: inherit !important;
}
@media screen and (max-width: 834px) {
  .home_02flex > .box {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 30px;
  }
}
.home_02flex > .box h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

.home_021 {
  position: absolute;
  top: -30px;
  left: 30px;
}
@media screen and (max-width: 834px) {
  .home_021 img {
    display: none !important;
  }
}

.home_02bt a {
  background-color: #ff8475;
  color: #fff !important;
  display: block;
  line-height: 70px;
  font-size: 21px;
  width: 300px;
  margin: 30px auto 0 auto;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .home_02bt a {
    width: 250px;
    line-height: 60px;
  }
}

.icon_02 {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
@media screen and (max-width: 960px) {
  .icon_02 {
    display: none;
  }
}

.icon_03 {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
@media screen and (max-width: 960px) {
  .icon_03 {
    display: none;
  }
}

.home_03 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .home_03 {
    padding: 40px 0 !important;
  }
}

.home_03cn {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .home_03cn {
    display: block !important;
  }
}
.home_03cn > .box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .home_03cn > .box {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .home_03cn > .box p br {
    display: none;
  }
}
.home_03cn > .box h2 {
  color: #fdb701;
  font-family: "M PLUS 1p", sans-serif, "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .home_03cn > .box h2 {
    margin-top: 20px;
  }
}
.home_03cn > .box img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.syousaibt a {
  display: block;
  width: 260px;
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  background-color: #fdb701;
  line-height: 75px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .syousaibt a {
    width: 200px;
    line-height: 60px;
    font-weight: 500;
  }
}
.syousaibt a:after {
  content: "";
  position: absolute;
  width: 94%;
  height: 80%;
  border: 2px dashed #fff;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.home_04cn {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
@media screen and (max-width: 834px) {
  .home_04cn {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.home_04cn > .box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .home_04cn > .box {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .home_04cn > .box p br {
    display: none;
  }
}
.home_04cn > .box h2 {
  color: #fdb701;
  font-family: "M PLUS 1p", sans-serif, "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .home_04cn > .box h2 {
    margin-top: 20px;
  }
}
.home_04cn > .box img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.home_05 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
@media screen and (max-width: 834px) {
  .home_05 {
    padding: 40px 0 !important;
  }
}

.home_05cont {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
@media screen and (max-width: 834px) {
  .home_05cont {
    display: block !important;
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
}
.home_05cont > .box {
  position: relative;
  overflow: inherit !important;
}
@media screen and (max-width: 834px) {
  .home_05cont > .box {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  .home_05cont > .box > a {
    text-align: center;
  }
}
.home_05cont > .box > div {
  position: relative;
}
.home_05cont > .box > div h2 .bt1 {
  display: block;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  bottom: -42px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background: rgba(255, 132, 117, 0.8);
  height: 85px;
  width: 258px;
  border-radius: 700px;
  font-size: 25px;
  color: #fff !important;
  font-family: "M PLUS 1p", sans-serif, "Kosugi Maru", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .home_05cont > .box > div h2 .bt1 {
    font-size: 20px;
  }
}
.home_05cont > .box > div h2 .bt1:hover {
  opacity: 0.8;
}
.home_05cont > .box > div h2 .bt2 {
  display: block;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  bottom: -42px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background: rgba(152, 221, 78, 0.8);
  height: 85px;
  width: 258px;
  border-radius: 700px;
  font-size: 25px;
  color: #fff !important;
  font-family: "M PLUS 1p", sans-serif, "Kosugi Maru", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .home_05cont > .box > div h2 .bt2 {
    font-size: 20px;
  }
}
.home_05cont > .box > div h2 .bt2:hover {
  opacity: 0.8;
}

.home_06 {
  border: solid 3px #ff8475;
  position: relative;
  margin: 90px auto 40px auto;
  border-radius: 5px;
  padding-top: 70px;
  padding-bottom: 55px;
}
@media screen and (max-width: 834px) {
  .home_06 {
    margin: 40px 0 20px 0;
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 834px) {
  .home_06 .home_06title {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.home_06 .home_06title h2 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0 auto;
  background-color: #fff;
  font-size: 30px;
  font-family: "M PLUS 1p", sans-serif, "Kosugi Maru", sans-serif;
  font-weight: 500;
  display: table;
  color: #ff8475;
}
@media screen and (max-width: 834px) {
  .home_06 .home_06title h2 {
    font-size: 18px;
  }
}
.home_06 .home_06title p {
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .home_06 .home_06title p {
    font-size: 14px;
  }
}

@media screen and (max-width: 834px) {
  .resno {
    display: none;
  }
}

.conttime {
  margin-top: 20px;
}
.conttime p {
  font-size: 18px;
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
}
.conttime p:first-child {
  margin-bottom: 10px;
}
.conttime p::after {
  content: "";
  width: 80%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0px;
  background-color: #ff8475;
}
.conttime p span {
  background-color: #ff8475;
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  margin-right: 20px;
}

@media screen and (max-width: 834px) {
  .home_06banner {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 40px !important;
  }
}

.home_07 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  position: relative;
  background-size: cover;
  padding: 40px 0 !important;
}

.icon_04 {
  position: absolute;
  top: -220px;
  right: 30px;
  width: auto !important;
}
@media screen and (max-width: 1350px) {
  .icon_04 {
    display: none;
  }
}

.icon_05 {
  position: absolute;
  top: -220px;
  left: 30px;
  width: auto !important;
}
@media screen and (max-width: 1350px) {
  .icon_05 {
    display: none;
  }
}

.home_07flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .home_07flex {
    display: block;
  }
}
.home_07flex > div {
  width: 48%;
}
@media screen and (max-width: 834px) {
  .home_07flex > div {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 30px;
  }
}
.home_07flex > div:last-child {
  display: none;
}
.home_07flex h2 {
  font-family: "M PLUS 1p", sans-serif, "Kosugi Maru", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #ff8475;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .home_07flex h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.home_07cont {
  border: solid 3px #ff8475;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #fff !important;
  max-height: 450px;
  overflow-y: scroll;
}
.home_07cont dl {
  border-bottom: 1px dashed #ff8475;
}
.home_07cont dl dt {
  background: none !important;
  border: 0px !important;
  display: block !important;
  padding: 10px 0px !important;
  font-size: 17px;
  color: #ff8475;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .home_07cont dl dt {
    font-size: 14px;
  }
}
.home_07cont dl dd {
  border: 0px !important;
  padding: 10px 0px !important;
  font-size: 15px;
}
@media screen and (max-width: 834px) {
  .home_07cont dl dd {
    font-size: 14px;
  }
}

.home_blog .blog_list {
  border: solid 3px #ff8475;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #fff !important;
  max-height: 450px;
  overflow-y: scroll;
  display: block !important;
}
.home_blog .blog_list .detail {
  display: none;
}
.home_blog .blog_list .blog_photo {
  display: none;
}
.home_blog .blog_list .blog_text {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px !important;
}
.home_blog .blog_list .blog_text .blog_date {
  width: 30% !important;
  background: none !important;
  border: 0px !important;
  display: block !important;
  padding: 10px 0px !important;
  font-size: 17px;
  color: #ff8475;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .home_blog .blog_list .blog_text .blog_date {
    font-size: 14px;
  }
}
.home_blog .blog_list .blog_text h3 {
  margin-bottom: 0px !important;
  padding: 10px 0 10px 20px !important;
  width: 70% !important;
}
.home_blog .blog_list .blog_text h3 a {
  width: 70% !important;
  color: #333 !important;
  font-size: 15px;
}
@media screen and (max-width: 834px) {
  .home_blog .blog_list .blog_text h3 a {
    font-size: 14px;
  }
}

.homeinst_title h2 {
  font-family: "M PLUS 1p", sans-serif, "Kosugi Maru", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #ff8475;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .homeinst_title h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.home_inst iframe {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subtop {
  background-color: #ff8475;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.subtop h1 {
  line-height: 150px;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif, "Kosugi Maru", sans-serif;
  text-align: center !important;
  font-size: 35px;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .subtop h1 {
    line-height: 100px;
    font-size: 25px;
  }
}

.pankuzu {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding-right: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  .pankuzu {
    text-align: center !important;
    padding-right: 0px;
  }
}
.pankuzu a {
  color: #333 !important;
}

@media screen and (max-width: 834px) {
  .kyousei_01 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
  }
}
.kyousei_01 h2 {
  line-height: 50px;
  padding-left: 20px;
  font-size: 25px;
  font-family: "M PLUS 1p", sans-serif, "Kosugi Maru", sans-serif;
  text-shadow: 0 0 5px white;
  border-left: solid 5px #ff8475;
  background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffe5f6 3px, #ffe5f6 3px, #ffe5f6 7px);
  background: repeating-linear-gradient(-45deg, #ffffff, #ffe5f6 3px, #ffe5f6 3px, #ffe5f6 7px);
}
@media screen and (max-width: 834px) {
  .kyousei_01 h2 {
    font-size: 22px;
  }
}
.kyousei_01 div {
  margin-top: 20px;
  font-size: 16px;
}

.kyousei_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .kyousei_flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.kyousei_flex > .box {
  width: 50%;
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .kyousei_flex > .box {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 14px;
  }
}
.kyousei_flex > .box img {
  width: 100% !important;
  height: auto;
}
.kyousei_flex > .box:first-child {
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .kyousei_flex > .box:first-child {
    padding-right: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 834px) {
  .kyosei_03 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.kyosei_03 h2 {
  font-size: 24px;
  color: #ff8475;
  font-weight: bold;
}
.kyosei_03 div {
  margin-top: 10px;
  background-color: rgba(255, 231, 248, 0.5);
  border-radius: 20px;
  padding: 15px;
}

@media screen and (max-width: 834px) {
  .kyousei_list {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.kyousei_list ul {
  border: dashed 2px #ff8475;
  padding: 20px;
}
.kyousei_list ul li {
  float: none !important;
  font-size: 16px;
  margin-bottom: 5px;
}
.kyousei_list ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f336';
  font-weight: 900;
  color: #ff8475;
  margin-right: 10px;
}

@media screen and (max-width: 834px) {
  .kyousei_dl {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 834px) {
  .kyousei_dl dl {
    display: block !important;
    margin-bottom: 10px;
  }
}
.kyousei_dl dl dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: rgba(255, 231, 252, 0.5) !important;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .kyousei_dl dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 0px !important;
  }
}
@media screen and (max-width: 834px) {
  .kyousei_dl dl dd {
    width: 100% !important;
    border-bottom: 1px solid #ccc !important;
  }
}

@media screen and (max-width: 834px) {
  .kyousei_dl02 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.kyousei_dl02 dl {
  display: block !important;
  margin-bottom: 20px;
}
.kyousei_dl02 dl dt {
  border: none !important;
  font-weight: 500;
  font-size: 16px;
  background-color: #fff !important;
  border-bottom: 2px solid #ff8475 !important;
}
.kyousei_dl02 dl dd {
  border: none !important;
}

@media screen and (max-width: 834px) {
  .kyousei_ul01 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.kyousei_ul01 ul li {
  padding: 20px;
  background-color: rgba(255, 145, 145, 0.1);
  margin-bottom: 60px;
  border-radius: 10px;
  float: none !important;
  position: relative;
  overflow: visible !important;
}
.kyousei_ul01 ul li:last-child {
  margin-bottom: 0px;
}
.kyousei_ul01 ul li:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f0ab';
  font-weight: 900;
  display: block;
  color: #ff8475;
  margin-right: 10px;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0 auto;
  font-size: 30px;
}
.kyousei_ul01 ul li:last-child::after {
  display: none;
}
.kyousei_ul01 ul li h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .kyousei_04 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px !important;
  }
}
.kyousei_04 h2 {
  font-size: 24px;
  color: #ff8475;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .kyousei_04 h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 834px) {
  .kyousei_05 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.kyousei_05 h3 {
  font-size: 18px;
  color: #fdb701;
  font-weight: 500;
}

.mb30 h2 {
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .kyousei_price {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.kyousei_price dl {
  border-bottom: 2px solid #ff8475;
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .kyousei_price dl {
    display: block !important;
    border-bottom: 0px !important;
  }
}
.kyousei_price dl dt {
  border: none !important;
  background: none !important;
  padding: 20px !important;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .kyousei_price dl dt {
    font-size: 16px;
    padding: 10px 20px !important;
    width: 100% !important;
    background-color: #ff8475 !important;
    color: #fff !important;
  }
}
.kyousei_price dl dd {
  border: none !important;
  padding: 20px !important;
  text-align: right;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .kyousei_price dl dd {
    font-size: 16px;
    padding: 10px 20px !important;
    width: 100% !important;
  }
}

.childcare_ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .childcare_ul ul {
    display: block;
  }
}
.childcare_ul ul li {
  width: 49%;
  padding: 20px;
  border: 2px dashed #ff8475;
  margin-bottom: 20px;
  float: none !important;
}
@media screen and (max-width: 834px) {
  .childcare_ul ul li {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.childcare_ul ul li h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.childcare_ul ul li dl dd {
  margin-bottom: 10px;
}

.question_01 dl {
  display: block !important;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 4px dotted #ff8475;
}
@media screen and (max-width: 834px) {
  .question_01 dl {
    width: 90%;
    margin: 0 auto 20px auto;
    padding-bottom: 20px;
  }
}
.question_01 dl dt {
  padding: 20px !important;
  font-size: 16px;
  font-weight: 500;
  border: 0 !important;
  margin-bottom: 5px;
  position: relative;
  padding-left: 60px !important;
  background-color: rgba(255, 189, 189, 0.5) !important;
}
.question_01 dl dt:before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 25px;
  color: #ff8475;
}
.question_01 dl dd {
  padding: 20px 20px 20px 64px !important;
  font-size: 16px;
  font-weight: 500;
  border: 0 !important;
  position: relative;
  padding-left: 60px !important;
  background-color: rgba(255, 231, 252, 0.5) !important;
}
.question_01 dl dd::before {
  content: "A.";
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 25px;
  color: #ff8475;
}

.blognv {
  position: static !important;
}

.blog #contents {
  margin-top: 30px;
  padding-left: 50px !important;
}
@media screen and (max-width: 834px) {
  .blog #contents {
    padding-left: 0px !important;
  }
}
.blog #contents .date {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ff8475;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px !important;
}
.blog #contents h2 {
  line-height: 50px;
  padding-left: 10px;
  font-size: 22px;
  font-family: "M PLUS 1p", sans-serif, "Kosugi Maru", sans-serif;
  padding-bottom: 0px !important;
  text-shadow: 0 0 5px white;
  border-left: solid 5px #ff8475;
  background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffe5f6 3px, #ffe5f6 3px, #ffe5f6 7px);
  background: repeating-linear-gradient(-45deg, #ffffff, #ffe5f6 3px, #ffe5f6 3px, #ffe5f6 7px);
}

@media screen and (max-width: 834px) {
  .blog .wrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 834px) {
  .blog aside {
    width: 100% !important;
  }
}

.blog nav li {
  border-color: #333 !important;
}
.blog nav h3 {
  color: #333 !important;
  font-size: 18px;
}
.blog nav .pages {
  text-align: left;
}
.blog nav a {
  color: #333 !important;
}

.blogtel a {
  font-size: 18px !important;
}

@media screen and (max-width: 834px) {
  .text_404 {
    width: 90%;
    margin: 30px auto !important;
  }
}
.text_404 h2 {
  margin: 30px auto;
  display: table;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  font-size: 24px;
  font-family: "M PLUS 1p", sans-serif, "Kosugi Maru", sans-serif;
}

.bt_404 a {
  display: block;
  width: 200px;
  line-height: 50px;
  border: solid 2px #ff8475;
  border-radius: 3px;
  color: #ff8475 !important;
  margin: 30px auto;
  font-size: 18px;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif, "Kosugi Maru", sans-serif;
}
.bt_404 a:hover {
  background-color: #ff8475;
  color: #fff !important;
  opacity: 1 !important;
}

/*# sourceMappingURL=assets.css.map */