@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 1px;
  color: #472800;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  position: relative;
}

h1, h2, h3 {
  font-weight: 400;
}

div {
  font-weight: 400;
}

a {
  text-decoration: none;
  font-weight: 400;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

@media screen and (max-width: 1210px) {
  .inner {
    padding: 0 20px;
  }
}

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

.bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #f35d99;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

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

#main #col_main {
  width: 100%;
}

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

@media screen and (max-width: 1000px) {
  #side {
    width: 18.75%;
  }
}

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

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

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

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !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;
}

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

span {
  font-weight: inherit;
}

.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;
}

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

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

#contents_wrap {
  min-width: auto;
  position: relative;
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1000px;
  width: 100%;
}

.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;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

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

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

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

.flex2cl_01 {
  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;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

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

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.63934%;
}

@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 31.14754%;
  margin-left: 1.63934%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

#global_header {
  position: relative;
}

#header {
  width: 100%;
  max-width: 100%;
}

.header {
  position: relative;
}

.header::before {
  content: "";
  background-image: url(../images/contents/top-deco.png);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 10px;
}

.header-top .sub_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20px;
  padding-top: 10px;
}

@media screen and (max-width: 834px) {
  .header-top .sub_nav {
    margin-right: 60px;
  }
}

.header-top .sub_nav li a {
  display: block;
  padding: 15px;
  font-size: 1.3rem;
  color: #472800;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-top .sub_nav li a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #472800;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-top .sub_nav li a:hover {
  color: #f35d99;
}

.header-top .sub_nav li a:hover::before {
  color: #f35d99;
}

.header-top .logo {
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .header-top .logo {
    width: 80%;
    margin: 0 auto 30px auto;
  }
}

.header .nav {
  background-color: #fffadd;
  margin-top: 10px;
}

.header .nav-item {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.header .nav-list .ddmenu {
  position: absolute;
  top: 75px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  background-color: rgba(255, 250, 221, 0.9);
}

@media screen and (max-width: 834px) {
  .header .nav-list .ddmenu {
    position: relative;
    background-color: transparent;
    top: 0;
  }
}

.header .nav-list .ddmenu li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .nav-list .ddmenu li a {
  display: block;
  font-size: 1.5rem;
}

.header .nav-list .ddmenu li a span {
  display: block;
}

.header .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header .nav-item a, .header .nav-item > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  text-align: center;
  color: #472800;
  padding: 7px;
  font-size: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}

.header .nav-item a span, .header .nav-item > span span {
  font-size: 1.3rem;
  color: #cb9b5d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .nav-item a:hover, .header .nav-item > span:hover {
  background-color: rgba(243, 197, 57, 0.4);
}

@media screen and (max-width: 834px) {
  .header .nav-item a:hover, .header .nav-item > span:hover {
    background-color: transparent;
  }
}

.header .nav-item:hover::before {
  width: 100%;
}

.popup_tel {
  position: fixed;
  bottom: 5%;
  right: 0;
  z-index: 99;
}

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

.popup_tel > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 99;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: white !important;
  margin-top: 0 !important;
  -webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
}

.fixed .popup_tel {
  position: fixed;
  display: block;
}

.fixed .nav-list {
  max-width: 1200px;
  margin: auto;
  padding: 0 !important;
}

.fixed .nav-list > li .ddmenu {
  top: 76px;
  background-color: white;
}

.fixed .nav-list > li .ddmenu li a {
  padding: 10px 0;
}

@media screen and (max-width: 1200px) {
  .fixed {
    position: relative;
  }
}

.main {
  position: relative;
  overflow: hidden;
}

.main .slick-slide {
  outline: none;
}

.main-item img {
  width: 100%;
  height: 100% !important;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  padding: 10px;
}

.main-title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  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;
}

.main-title::before {
  content: "";
  background: rgba(243, 197, 57, 0.75);
  width: 100vw;
  height: 70px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  position: absolute;
  z-index: 1;
}

.main-title img {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (max-width: 1000px) {
  .main-title img {
    padding: 0 10px;
    width: 100% !important;
  }
}

/*   ローディング　　*/
@-webkit-keyframes text_line {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes text_line {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.op_anime {
  background-color: #ff83b5;
  padding: 0 10px;
  position: fixed;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  z-index: 9999;
  top: 0;
  bottom: 0;
  margin: auto;
  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;
  left: 0;
  right: 0;
  position: relative;
}

.op_anime > div {
  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;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  -webkit-animation: bg 2s linear;
          animation: bg 2s linear;
}

.op_anime img {
  position: relative;
  display: block;
  margin: auto;
}

.op_anime .op01 {
  width: 50%;
}

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

.op_anime .op02 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  left: 0;
  margin: auto;
  -webkit-animation: rotate 8s linear infinite;
          animation: rotate 8s linear infinite;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all 800ms;
  transition: all 800ms;
  width: 6vw;
}

@media screen and (max-width: 640px) {
  .op_anime .op02 {
    width: 15vw;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(365deg);
            transform: rotate(365deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(365deg);
            transform: rotate(365deg);
  }
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .inner {
  max-width: 1000px;
  margin: auto;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 834px) {
  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-info ul {
  margin: 0 20px;
}

@media screen and (max-width: 834px) {
  .footer-info ul {
    margin-bottom: 20px;
  }
}

.footer-info li:first-child {
  height: 35px;
  margin-bottom: 10px;
}

.footer-info li {
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: 0;
}

@media screen and (max-width: 834px) {
  .footer-info li {
    text-align: center;
  }
}

.footer-info li a {
  color: #472800;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-info li a:hover {
  color: #f35d99;
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.footer-sns a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #333333;
  border-radius: 5px;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-sns span {
font-size: 1.1rem;
    line-height: 1;
}
.footer-sns a i {
  color: white;
}

.footer-sns a:hover {
  background-color: #f35d99;
}

.footer-btn {
  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;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .footer-btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 640px) {
  .footer-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-btn a {
  width: 205px;
  height: 30px;
  background-color: #efefef;
  color: #333333;
  text-align: center;
  display: block;
  font-size: 1.4rem;
  border-radius: 5px;
  padding-left: 30px;
  margin: 0 15px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .footer-btn a {
    width: 100%;
    margin: auto;
    height: 45px;
    padding-top: 10px;
  }
}

.footer-btn a span {
  position: relative;
  padding-top: 2px;
}

.footer-btn a span::before {
  content: "\f580";
  font-family: "Font Awesome 5 Pro";
  color: #333333;
  position: absolute;
  top: 60%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .footer-btn .btn01 {
    width: 32%;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media screen and (max-width: 640px) {
  .footer-btn .btn01 {
    width: 80%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 834px) {
  .footer-btn .btn02 {
    width: 32%;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media screen and (max-width: 640px) {
  .footer-btn .btn02 {
    width: 80%;
    margin-bottom: 10px;
  }
}

.footer-btn .btn02 a span::before {
  content: "\f5b9";
}

@media screen and (max-width: 834px) {
  .footer-btn .btn03 {
    width: 32%;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media screen and (max-width: 640px) {
  .footer-btn .btn03 {
    width: 80%;
  }
}

.footer-btn .btn03 a span::before {
  content: "\f054";
  font-weight: 500;
  font-size: 0.8rem;
}

.footer-btn a:hover {
  background-color: #f35d99;
  color: white;
}

.footer-btn a:hover span::before {
  color: white;
}

small a {
  display: block;
  color: white !important;
  font-size: 1.3rem;
  background-color: #f35d99;
  padding: 5px 0;
}

.pagetop {
  max-width: 1000px;
  margin: auto;
  position: absolute;
  bottom: -40px;
  right: 0;
}

.pagetop a {
  display: block;
  width: 90px;
  height: 30px;
  background-color: #f3c539;
  border-radius: 10px 10px 0 0;
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 1.4rem;
  padding-top: 3px;
}

.pagetop a span {
  position: relative;
  padding-left: 13px;
}

.pagetop a span::before {
  content: "\f0de";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 65%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.footer_contact {
  background-image: url(../images/contents/bgGrn.jpg);
  background-repeat: repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  border-bottom: 5px solid #f3c539;
  margin-bottom: 40px;
}

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

@media screen and (max-width: 768px) {
  .hm_contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.hm_contact a {
  width: 32%;
  height: 153px;
}

@media screen and (max-width: 768px) {
  .hm_contact a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.hm_contact .box {
  text-align: center !important;
  background-color: white;
  border-radius: 15px;
  padding: 35px 10px 25px 10px;
  position: relative;
  height: 100%;
}

.hm_contact .box::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px dashed #f6dc8c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 8px;
}

.hm_contact .box img {
  width: auto !important;
}

.hm_contact .tel01 div > div, .hm_contact .tel02 div > div {
  font-size: 2.8rem;
  font-weight: 700;
  color: #472800;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 834px) {
  .hm_contact .tel01 div > div, .hm_contact .tel02 div > div {
    font-size: 2.4rem;
  }
}

.hm_contact .tel01 div > div span, .hm_contact .tel02 div > div span {
  position: relative;
  padding-left: 35px;
  line-height: 1;
}

.hm_contact .tel01 div > div span::before, .hm_contact .tel02 div > div span::before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  z-index: 2;
  font-size: 1.8rem;
}

.hm_contact .tel01 div > div span::after, .hm_contact .tel02 div > div span::after {
  content: "";
  background: #f35d99;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  position: absolute;
  z-index: 1;
}

.hm_contact .tel02 div > div span::after {
  background: #4bbef4;
}

.hm_contact .mail div > div {
  background-color: #ef5c28;
  border-radius: 10px;
  display: block;
  color: white;
  font-size: 1.8rem;
  letter-spacing: 3px;
  padding-left: 30px;
  width: 90%;
  font-weight: 400;
  padding-bottom: 3px;
  margin: 20px auto 7px auto;
}

@media screen and (max-width: 768px) {
  .hm_contact .mail div > div {
    height: 45px;
    padding-top: 5px;
  }
}

.hm_contact .mail div > div span {
  position: relative;
}

.hm_contact .mail div > div span::before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  z-index: 2;
  font-size: 1.8rem;
  font-weight: 700;
}

#contents {
  position: relative;
  background-color: transparent !important;
}

#contents_wrap {
  overflow: hidden;
}

.pankuzu {
  text-align: left;
  margin-top: 10px;
  font-size: 1.3rem;
  color: #472800;
  letter-spacing: 2px;
  line-height: 1.2;
}

.pankuzu a {
  color: #472800;
  font-size: 1.2rem;
  font-weight: 500;
}

.pankuzu li {
  display: inline-block;
}

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

.roboto, .pagetop a, .hm_contact .tel01 div > div, .hm_contact .tel02 div > div, .teacher .box h3, .schedule .box h3, .cont_tel .t01, .blog_list .blog_text .blog_date {
  font-family: 'Roboto', sans-serif;
}

/*  ホーム  */
.cont_01 {
  background-image: url(../images/contents/bgOnpu.jpg);
  background-repeat: repeat;
  padding-bottom: 70px;
}

@media screen and (max-width: 1100px) {
  .cont_01 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.cont_01 .news_wp {
  background-image: url(../images/contents/dot01.jpg);
  padding: 8px;
  border-radius: 10px;
}

.cont_01 .news_wp .inner2 {
  background: white;
  border-radius: 5px;
  padding: 40px;
}

@media screen and (max-width: 640px) {
  .cont_01 .news_wp .inner2 {
    padding: 20px;
  }
}

.cont_01 .news_wp .inner2 > h2 {
  background-color: #f35d99;
  font-size: 2.8rem;
  color: white;
  padding-left: 17px;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
}

.cont_01 .news_wp .inner2 > h2::before {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: white;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cont_01 .news_wp .inner2 > h2::after {
  content: "\f675";
  font-family: "Font Awesome 5 Pro";
  color: #f3c539;
  position: absolute;
  top: 42%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

.cont_01 .news_wp .inner2 > h2 span {
  font-size: 1.1rem;
  position: relative;
  color: #f3c539;
  margin-right: 15px;
  line-height: 1;
  top: 2px;
  letter-spacing: 0px;
  font-weight: 400;
}

.cont_01 .news_wp .inner2 > h2 a {
  color: white;
}

.cont_01 .news_wp .inner2 > h2 a .more {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
}

.cont_01 .news_wp .inner2 > h2 a .more::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 0.8rem;
}

.hm_blog {
  height: 250px;
  overflow-y: auto;
}

.cont_02 {
  background-image: url(../images/contents/pattern01.jpg);
  background-repeat: repeat;
  position: relative;
}

.cont_02::before {
  content: "";
  background-image: url(../images/contents/illCircleTopLeft.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 238px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .cont_02::before {
    width: 400px;
    height: 188px;
  }
}

@media screen and (max-width: 1200px) {
  .cont_02::before {
    width: 300px;
    height: 141px;
  }
}

.cont_02::after {
  content: "";
  background-image: url(../images/contents/illCircleTopRight.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 362px;
  height: 205px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .cont_02::after {
    width: 264px;
    height: 150px;
  }
}

@media screen and (max-width: 1200px) {
  .cont_02::after {
    width: 198px;
    height: 112px;
  }
}

.cont_02 .deco_wp {
  position: relative;
  display: block;
  padding-top: 60px;
  padding-bottom: 40px;
}

.cont_02 .deco_wp::before {
  content: "";
  background-image: url(../images/contents/illCircleBottomLeft.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 423px;
  height: 342px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .cont_02 .deco_wp::before {
    width: 338px;
    height: 259px;
  }
}

@media screen and (max-width: 1200px) {
  .cont_02 .deco_wp::before {
    width: 253px;
    height: 194px;
  }
}

.cont_02 .deco_wp::after {
  content: "";
  background-image: url(../images/contents/illCircleBottomRight.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 550px;
  height: 464px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .cont_02 .deco_wp::after {
    width: 440px;
    height: 371px;
  }
}

@media screen and (max-width: 1200px) {
  .cont_02 .deco_wp::after {
    width: 330px;
    height: 278px;
  }
}

.cont_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .cont_03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cont_03-img {
  width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-bottom: 150px;
}

@media screen and (max-width: 1200px) {
  .cont_03-img {
    width: 45%;
  }
}

@media screen and (max-width: 834px) {
  .cont_03-img {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .cont_03-img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_03-img .box {
  -webkit-box-shadow: -3px 3px 4px rgba(189, 189, 189, 0.1), 3px -3px 4px rgba(189, 189, 189, 0.1);
          box-shadow: -3px 3px 4px rgba(189, 189, 189, 0.1), 3px -3px 4px rgba(189, 189, 189, 0.1);
}

.cont_03-img .box img {
  border: 8px solid white;
  display: block;
}

.cont_03-img .box:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 834px) {
  .cont_03-img .box:nth-child(2) {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .cont_03-img .box:nth-child(2) {
    width: 60%;
  }
  .cont_03-img .box:nth-child(2) img {
    width: 100% !important;
  }
}

.pg_ttl02, .h2_ttl02 {
  width: 45%;
  padding-right: 40px;
}

@media screen and (max-width: 1200px) {
  .pg_ttl02, .h2_ttl02 {
    width: 55%;
  }
}

@media screen and (max-width: 834px) {
  .pg_ttl02, .h2_ttl02 {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .pg_ttl02, .h2_ttl02 {
    width: 100%;
    padding-right: 0;
  }
}

.pg_ttl02 article, .h2_ttl02 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pg_ttl02 h1, .h2_ttl02 h1, .pg_ttl02 h2, .h2_ttl02 h2 {
  font-size: 3.8rem;
  line-height: 1.4;
  text-align: center !important;
  display: inline-block;
  margin: auto;
  margin-bottom: 15px;
  position: relative;
}

.pg_ttl02 h1::before, .h2_ttl02 h1::before, .pg_ttl02 h2::before, .h2_ttl02 h2::before {
  content: "";
  background-image: url(../images/contents/illTtlLeft.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 45px;
  position: absolute;
  bottom: 10px;
  left: -45px;
}

.pg_ttl02 h1::after, .h2_ttl02 h1::after, .pg_ttl02 h2::after, .h2_ttl02 h2::after {
  content: "";
  background-image: url(../images/contents/illTtlRight.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 45px;
  position: absolute;
  bottom: 10px;
  right: -45px;
}

.pg_ttl02 h1 span, .h2_ttl02 h1 span, .pg_ttl02 h2 span, .h2_ttl02 h2 span {
  display: block;
  font-size: 2.3rem;
}

.h_btn {
  background-color: #f35d99;
  color: white !important;
  border-radius: 10px;
  text-align: center;
  display: block;
  padding: 5px 0 9px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.h_btn span {
  position: relative;
  letter-spacing: 3px;
  font-size: 1.8rem;
}

.h_btn span::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 60%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 0.8rem;
}

.h_btn:hover {
  background-color: #ef5c28;
}

.cont_box .box, .cont_box03 .box {
  background-color: white;
  padding: 0px 10px 25px 10px;
  width: 32.333%;
  margin-left: 1%;
  border-top: 5px solid #f3c539;
  position: relative;
  overflow: visible !important;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .cont_box .box, .cont_box03 .box {
    width: 48%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .cont_box .box, .cont_box03 .box {
    width: 100%;
    margin-bottom: 70px;
  }
}

.cont_box .box::before, .cont_box03 .box::before {
  content: "";
  display: block;
  width: 115px;
  height: 115px;
  background: white;
  border-radius: 50%;
  border: 5px solid #f3c539;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.cont_box .box::after, .cont_box03 .box::after {
  content: "\f518";
  font-family: "Font Awesome 5 Pro";
  color: #f3c539;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  font-weight: 700;
  width: 22px;
  font-size: 2rem;
}

.cont_box .box h3, .cont_box03 .box h3 {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center !important;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  line-height: 1.6;
}

.cont_box .box article, .cont_box03 .box article {
  height: 100%;
}

.cont_box .box article div, .cont_box03 .box article div {
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 10px;
  text-align: justify;
}

.cont_box .box article div a, .cont_box03 .box article div a {
  margin-top: 15px;
  display: block;
  padding: 10px;
}

.cont_box .box:first-child a, .cont_box03 .box:first-child a {
  background-color: #f3c539;
}

.cont_box .box:nth-child(2), .cont_box03 .box:nth-child(2) {
  border-top: 5px solid #98dd3e;
}

.cont_box .box:nth-child(2)::before, .cont_box03 .box:nth-child(2)::before {
  border: 5px solid #98dd3e;
}

.cont_box .box:nth-child(2)::after, .cont_box03 .box:nth-child(2)::after {
  content: "\f569";
  color: #98dd3e;
  top: -30px;
  font-weight: 700;
  width: 22px;
  font-size: 2rem;
}

.cont_box .box:nth-child(2) a, .cont_box03 .box:nth-child(2) a {
  background-color: #98dd3e;
}

.cont_box .box:nth-child(3), .cont_box03 .box:nth-child(3) {
  border-top: 5px solid #4bbef4;
}

.cont_box .box:nth-child(3)::before, .cont_box03 .box:nth-child(3)::before {
  border: 5px solid #4bbef4;
}

.cont_box .box:nth-child(3)::after, .cont_box03 .box:nth-child(3)::after {
  content: "\f1ad";
  color: #4bbef4;
  top: -30px;
  font-weight: 700;
  width: 19px;
  font-size: 2rem;
}

.cont_box .box:nth-child(3) a, .cont_box03 .box:nth-child(3) a {
  background-color: #4bbef4;
}

.cont_box .box a, .cont_box03 .box a {
  -webkit-transition: 0.3sc;
  transition: 0.3sc;
}

.cont_box .box a:hover, .cont_box03 .box a:hover {
  background-color: #ef5c28;
}

.cont_04 {
  background-image: url(../images/contents/bgPnk.jpg);
  background-repeat: repeat;
  padding-top: 50px;
  padding-bottom: 20px;
}

.cont_04 .cont_box02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .cont_04 .cont_box02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
}

.cont_04 .cont_box02 a {
  width: 230px;
  height: 230px;
  background-color: white;
  border-radius: 50%;
  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;
  position: relative;
  margin: 5px 5px 30px 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1100px) {
  .cont_04 .cont_box02 a {
    width: 210px;
    height: 210px;
  }
}

@media screen and (max-width: 1000px) {
  .cont_04 .cont_box02 a {
    width: 230px;
    height: 230px;
  }
}

@media screen and (max-width: 640px) {
  .cont_04 .cont_box02 a {
    width: 210px;
    height: 210px;
  }
}

.cont_04 .cont_box02 a::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px dashed #f35d99;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  margin: auto;
}

.cont_04 .cont_box02 a::after {
  content: "";
  background-image: url(../images/contents/icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 73px;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}

.cont_04 .cont_box02 a .box {
  text-align: center;
  height: 135px;
}

.cont_04 .cont_box02 a .box h3 {
  font-size: 2.3rem;
  color: #472800;
  font-weight: 700;
}

.cont_04 .cont_box02 a .box div {
  color: #cb9b5d;
  line-height: 1.6;
}

.cont_04 .cont_box02 a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.cont_04 .cont_box02 a:nth-child(2)::after {
  background-image: url(../images/contents/icon02.png);
  width: 91px;
}

.cont_04 .cont_box02 a:nth-child(3)::after {
  background-image: url(../images/contents/icon03.png);
  width: 53px;
}

.cont_04 .cont_box02 a:nth-child(4)::after {
  background-image: url(../images/contents/icon04.png);
  width: 46px;
}

.cont_04 .cont_box02 a:nth-child(5)::after {
  background-image: url(../images/contents/icon05.png);
  width: 77px;
}

.cont_04 .cont_box02 a:nth-child(6)::after {
  background-image: url(../images/contents/icon06.png);
  width: 77px;
}

.cont_04 .cont_box02 a:nth-child(7)::after {
  background-image: url(../images/contents/icon07.png);
  width: 60px;
}

.cont_04 .cont_box02 a:nth-child(8)::after {
  background-image: url(../images/contents/icon08.png);
  width: 56px;
}

.cont_05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .cont_05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner01, .banner02 {
  width: 48%;
  background-image: url(../images/contents/pattern02.png);
  background-repeat: repeat;
  position: relative;
  padding: 8px;
  border-radius: 10px;
  margin-right: 2%;
}

@media screen and (max-width: 1000px) {
  .banner01, .banner02 {
    width: 49%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 834px) {
  .banner01, .banner02 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.banner01 article, .banner02 article {
  background-color: #efa228;
  height: 100%;
  border-radius: 8px;
  padding: 20px;
}

.banner01 article h2, .banner02 article h2 {
  font-size: 2.3rem;
  color: white;
  font-weight: 700;
  background-color: #ef5c28;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  position: relative;
  width: 55%;
  text-align: center !important;
}

@media screen and (max-width: 1000px) {
  .banner01 article h2, .banner02 article h2 {
    letter-spacing: 0;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 834px) {
  .banner01 article h2, .banner02 article h2 {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width: 640px) {
  .banner01 article h2, .banner02 article h2 {
    width: 100%;
  }
}

.banner01 article h2::before, .banner02 article h2::before {
  content: "";
  width: calc(100% - 5px);
  border: 1px dashed #f6a88c;
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
}

.banner01 article h2::after, .banner02 article h2::after {
  content: "";
  width: calc(100% - 5px);
  border: 1px dashed #f6a88c;
  position: absolute;
  bottom: 5px;
  right: 0;
  display: block;
}

.banner01 article div, .banner02 article div {
  color: white;
  width: 55%;
}

@media screen and (max-width: 834px) {
  .banner01 article div, .banner02 article div {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width: 640px) {
  .banner01 article div, .banner02 article div {
    width: 100%;
  }
}

.banner01 article img, .banner02 article img {
  width: 40% !important;
}

@media screen and (max-width: 834px) {
  .banner01 article img, .banner02 article img {
    width: 172px !important;
  }
}

.banner02 {
  background-image: url(../images/contents/pattern03.png) !important;
  margin-right: 0;
  margin-left: 2%;
}

@media screen and (max-width: 1000px) {
  .banner02 {
    margin-right: 0;
    margin-left: 1%;
  }
}

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

.banner02 article {
  background-color: #4bbef4 !important;
}

.banner02 article h2 {
  background-color: #efbe28;
}

.banner02 article h2::before {
  border: 1px dashed #f8e19b;
}

.banner02 article h2::after {
  border: 1px dashed #f8e19b;
}

.banner01, .banner02, .banner02 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner01:hover, .banner02:hover, .banner02:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.pg_ttl03 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .pg_ttl03 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.pg_ttl03 h2 {
  text-align: center !important;
  font-size: 2.3rem;
  font-weight: 700;
  color: white;
  letter-spacing: 2px;
  padding-top: 55px;
  position: relative;
}

.pg_ttl03 h2::before {
  content: "";
  background: white;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.pg_ttl03 h2::after {
  content: "\f6d8";
  font-family: "Font Awesome 5 Pro";
  color: #f3c539;
  position: absolute;
  top: 20px;
  right: 0px;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 2.6rem;
}

.pg_ttl03 h2 span {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.hm_blog02 {
  height: 165px;
  padding: 20px;
  overflow-y: auto;
  width: 100% !important;
}

@media screen and (max-width: 640px) {
  .hm_blog02 {
    height: 300px;
  }
}

/*  ごあいさつページ　*/
.h1_ttl {
  position: relative;
}

@media screen and (max-width: 640px) {
  .h1_ttl {
    padding: 40px 0 40px 0 !important;
  }
}

.h1_ttl::before {
  content: "";
  width: 100%;
  border-top: 2px dashed #f3c539;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}

.h1_ttl::after {
  content: "";
  width: 100%;
  border-top: 2px dashed #f3c539;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  visibility: visible;
}

.h1_ttl h1, .h1_ttl p {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 2px;
}

@media screen and (max-width: 640px) {
  .h1_ttl h1, .h1_ttl p {
    font-size: 2.8rem;
  }
}

.h1_ttl div {
  color: #cb9b5d;
  font-size: 1.3rem;
  letter-spacing: 2px;
}

.h2_ttl, .h2_ttl03 {
  background-image: url(../images/contents/pattern02.png);
  padding: 5px;
  border-radius: 10px;
}

.h2_ttl article, .h2_ttl03 article {
  background-color: #ef5c28;
  border-radius: 5px;
}

.h2_ttl article h2, .h2_ttl03 article h2, .h2_ttl article #a3, .h2_ttl03 article #a3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 15px;
}

.h2_ttl article h2 span, .h2_ttl03 article h2 span, .h2_ttl article #a3 span, .h2_ttl03 article #a3 span {
  font-size: 1.3rem;
  margin-left: 10px;
}

.h2_ttl article #a3, .h2_ttl03 article #a3 {
  margin-left: 0;
  padding: 0;
}

#a1, #a2, #a3 {
  padding-top: 120px !important;
  margin-top: -120px !important;
}

.text01 div {
  letter-spacing: 0.5px;
}

.text02 div {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}

.h3_wp, .h3_wp02 {
  background-image: url(../images/contents/pattern01.jpg);
  padding: 40px;
  border-radius: 15px;
  position: relative;
}

.h3_wp::before, .h3_wp02::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: block;
  border: 2px dashed #f3c539;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 10px;
}

.h3_wp article h3, .h3_wp02 article h3 {
  background-color: #f3c539;
  border-left: 4px solid #ef5c28;
  color: white;
  font-size: 2rem;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-weight: 500;
  padding-left: 60px;
  position: relative;
}

.h3_wp article h3::before, .h3_wp02 article h3::before {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: white;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.h3_wp article h3::after, .h3_wp02 article h3::after {
  content: "\f521";
  font-family: "Font Awesome 5 Pro";
  color: #f3c539;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

.h3_wp article div, .h3_wp02 article div {
  font-size: 1.4rem;
}

.line01 {
  position: relative;
  z-index: 1;
}

.line01::before {
  content: "";
  background: rgba(243, 197, 57, 0.5);
  width: 100%;
  height: 50%;
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}

.pg_bg01 {
  padding-top: 20px;
  padding-bottom: 40px;
  background-image: url(../images/contents/bgOnpu.jpg);
  margin-top: 80px;
}

@media screen and (max-width: 834px) {
  .h2_ttl04 h2 {
    font-size: 3rem;
  }
  .h2_ttl04 h2::before {
    bottom: 0;
  }
  .h2_ttl04 h2::after {
    bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .sp_left div {
    text-align: left !important;
  }
}

.cont_box03 .box {
  height: 100%;
  min-height: 647px;
}

@media screen and (max-width: 834px) {
  .cont_box03 .box {
    min-height: auto;
  }
}

@media screen and (max-width: 640px) {
  .cont_box03 .box {
    margin-bottom: 50px;
  }
}

.cont_box03 .box article {
  height: 100%;
}

.cont_box03 .box h3 {
  font-size: 2.2rem;
  height: 90px;
  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;
}

.cont_box03 .box div {
  margin-top: 0 !important;
  padding-top: 10px;
  background-color: white;
}

.cont_box03 .box:nth-child(1)::after {
  content: "01";
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 26px;
}

.cont_box03 .box:nth-child(2)::after {
  content: "02";
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 26px;
}

.cont_box03 .box:nth-child(3)::after {
  content: "03";
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 26px;
}

.h2_ttl02 h2 {
  margin: 40px auto 15px auto !important;
}

.h2_ttl03 {
  background-image: url(../images/contents/pattern03.png);
}

.h2_ttl03 article {
  background-color: #4bbef4;
}

@media screen and (max-width: 1200px) {
  .cont_box04 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cont_box04 .box {
  background-color: #f35d99;
  border-radius: 50%;
  text-align: center !important;
  width: 315px;
  height: 316px;
  position: relative;
}

.cont_box04 .box::before {
  content: "\f518";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 6rem;
  font-weight: 700;
}

.cont_box04 .box::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px dashed white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}

.cont_box04 .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  padding-top: 40%;
}

.cont_box04 .box h3 {
  font-size: 2.2rem;
  font-weight: 700;
}

.cont_box04 .box:nth-child(2) {
  background-color: #4bbef4;
}

.cont_box04 .box:nth-child(2)::before {
  content: "\f1ad";
}

.cont_box04 .box:nth-child(3) {
  background-color: #f3c539;
}

.cont_box04 .box:nth-child(3)::before {
  content: "\f0c0";
}

/*  入園案内　*/
.pg_list01 dl dt {
  background-color: #fffadd !important;
  border: none !important;
  border-bottom: 1px dashed #f3c539 !important;
  font-weight: 500;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.pg_list01 dl dd {
  background-color: #f9f9f9 !important;
  border: none !important;
  border-bottom: 1px dashed #f3c539 !important;
  font-size: 1.5rem;
}

.table01 {
  max-width: 800px;
  margin: auto;
}

.table01 td {
  border: 1px solid #f8f0c4 !important;
  font-size: 1.5rem;
}

.table02 {
  max-width: 800px;
}

.table02 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .table02 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.table02 td {
  font-size: 1.5rem;
  border: none !important;
}

@media screen and (max-width: 834px) {
  .table02 td {
    width: 100% !important;
  }
}

.pg_logo01 {
  margin: auto;
  text-align: center;
}

.pg_logo01 h3 {
  font-size: 3.3rem;
  font-weight: 700;
  color: #f35d99;
  position: relative;
  display: inline-block;
}

.pg_logo01 h3::before {
  content: "";
  background-image: url(../images/contents/illTtlLeft.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 45px;
  position: absolute;
  bottom: 10px;
  left: -45px;
}

.pg_logo01 h3::after {
  content: "";
  background-image: url(../images/contents/illTtlRight.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 45px;
  position: absolute;
  bottom: 10px;
  right: -45px;
}

.pg_logo01 .sp {
  font-size: 1.3rem;
  display: none;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .pg_logo01 .sp {
    display: block;
    color: grey;
  }
}

.pg_logo01 .p_btn {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  font-size: 1.5rem;
}

.pg_logo01 .p_btn::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1rem;
}

.h3_wp02 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .h3_wp02 h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.h3_wp02 h3::after {
  content: "\f549" !important;
  font-size: 2rem !important;
  left: 17px;
}

.h3_wp02 h3 span {
  font-size: 1.3rem;
  margin-left: 10px;
}

.h3_wp02 div {
  font-size: 1.5rem !important;
}

.h3_wp02 div .check {
  padding-left: 20px;
  position: relative;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}

.h3_wp02 div .check::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  color: #ef5c28;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  font-weight: 700;
}

.icon_c h3::after {
  content: "\f0f2" !important;
  font-size: 2.5rem !important;
}

.icon_c2 h3::after {
  content: "\f304" !important;
  font-size: 2.5rem !important;
}

.gallery01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery01 .box {
  width: 48%;
}

.gallery01 .box img {
  height: 320px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1000px) {
  .gallery01 .box img {
    height: 33vw !important;
  }
}

.gallery01 .box div {
  text-align: center !important;
}

.gallery02 .box img {
  height: 180px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

@media screen and (max-width: 1000px) {
  .gallery02 .box img {
    height: 33vw !important;
  }
}

.gallery02 .box div {
  text-align: center !important;
}

#anchor01 {
  padding-top: 100px;
  margin-top: -100px;
}

/*  ギャラリー　*/
.insta .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  border: none !important;
}

@media screen and (max-width: 834px) {
  .insta .sns_list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.insta .sns_list > div {
  width: 25% !important;
  border: none !important;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .insta .sns_list > div {
    padding: 5px;
  }
}

@media screen and (max-width: 834px) {
  .insta .sns_list > div {
    width: 33.333% !important;
  }
}

@media screen and (max-width: 640px) {
  .insta .sns_list > div {
    width: 50% !important;
  }
}

.insta .sns_list > div:nth-child(6) {
  border-right: none !important;
}

@media screen and (max-width: 834px) {
  .insta .sns_list > div:nth-child(3) {
    border-right: none !important;
  }
}

.insta .sns_list .sns_photo {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

.insta .sns_list .sns_text {
  display: none;
}

/*  講師紹介　*/
.teacher .box {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  background-image: url(../images/contents/pattern01.jpg);
  padding: 40px 30px;
}

.teacher .box img {
  width: 250px !important;
  height: 330px !important;
  border: 10px solid white;
  -webkit-box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.1), 4px -4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.1), 4px -4px 8px rgba(0, 0, 0, 0.1);
  margin: 0 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  float: right;
}

@media screen and (max-width: 640px) {
  .teacher .box img {
    float: none !important;
    margin: 0;
  }
}

.teacher .box h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 10px;
  color: #ef5c28;
  text-align: left;
}

.teacher .box h4 {
  position: relative;
  margin: 20px auto 5px auto;
  padding-left: 20px;
  font-weight: bold;
}

.teacher .box h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 20px;
  border-radius: 7px;
  background: #f3c539;
}

.teacher .box div {
  margin: auto;
  text-align: left;
}

/*  よくある質問　*/
.faq .box {
  width: 100%;
}

.faq .box div {
  position: relative;
  padding-left: 50px;
  line-height: 1.8;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
}

.faq .box div::before {
  content: "Q";
  font-size: 2.2rem;
  position: absolute;
  top: -2px;
  left: 12px;
  width: 30px;
  height: 30px;
  z-index: 1;
  color: white;
  font-weight: 500;
}

.faq .box div::after {
  content: "";
  background-color: #ef5c28;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 0;
}

.faq .box:first-child {
  font-size: 1.8rem;
  border: 1px dashed #ef5c28;
  padding: 5px 8px;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
}

.faq .box:first-child::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #472800;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq .box:nth-child(2) {
  padding: 8px 10px;
  background-image: url(../images/contents/pattern01.jpg);
  border-radius: 0 0 5px 5px;
}

.faq .box:nth-child(2) div::before {
  content: "A";
  top: -1px;
  left: 13px;
}

.faq .box:nth-child(2) div::after {
  content: "";
  background-color: #f3c539;
}

.faq .box.plus::before {
  content: "\f078";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*   保護者の声　*/
.voice_img .box {
  width: 50%;
  padding: 10px;
  margin-bottom: 30px;
}

/*  園の一日　*/
.schedule .box {
  width: 20%;
  margin-bottom: 30px;
  background-color: #fff8f1;
}

@media screen and (max-width: 1000px) {
  .schedule .box {
    width: 25%;
  }
}

@media screen and (max-width: 834px) {
  .schedule .box {
    width: 33.333%;
  }
}

@media screen and (max-width: 640px) {
  .schedule .box {
    width: 50%;
  }
}

.schedule .box h3 {
  background-color: #f3c539;
  color: white;
  padding: 5px;
  text-align: center !important;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}

.schedule .box h3:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 700;
}

.schedule .box div {
  font-size: 1.7rem;
  text-align: center !important;
  padding: 10px 0;
}

.schedule .box div span {
  display: block;
  font-size: 1.3rem;
  color: #cb9b5d;
}

.schedule .box:nth-of-type(5n) {
  border-right: none;
}

.schedule .box:last-child {
  border-right: none;
}

.schedule .box:last-child h3::before {
  display: none;
}

/*  アクセス　*/
.access_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .access_wp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.access_wp .list_02, .access_wp .app_form {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .access_wp .list_02, .access_wp .app_form {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .access_wp .list_02 dl, .access_wp .app_form dl {
    display: block !important;
  }
}

.access_wp .list_02 dl dt, .access_wp .app_form dl dt {
  width: 100px !important;
}

@media screen and (max-width: 640px) {
  .access_wp .list_02 dl dt, .access_wp .app_form dl dt {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .access_wp .list_02 dl dd, .access_wp .app_form dl dd {
    border-bottom: none !important;
    width: 100% !important;
  }
}

.access_wp-img {
  width: 50%;
  padding-left: 40px;
}

@media screen and (max-width: 640px) {
  .access_wp-img {
    width: 100%;
    padding-left: 0;
  }
}

.access_wp-img img {
  height: 300px !important;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover";
}

@media screen and (max-width: 640px) {
  .access_wp-img img {
    height: 60vw !important;
  }
}

.list_02 dl, .app_form dl {
  margin-bottom: 5px;
}

.list_02 dl dt, .app_form dl dt, .list_02 dl dd, .app_form dl dd {
  font-size: 1.5rem;
  border: none !important;
  line-height: 1.6;
}

.list_02 dl dt, .app_form dl dt {
  background-color: #f3c539 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border-radius: 5px;
  color: white;
}

.list_02 dl dd, .app_form dl dd {
  border-bottom: 1px dashed #ccc !important;
}

/*  採用情報　*/
.app_form dl dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #e8f6fa !important;
  color: #472800;
}

form .confirm {
  margin-top: 40px;
}

/*  保護者の方　*/
@media screen and (max-width: 640px) {
  .pagelogin dl {
    display: block !important;
  }
}

.pagelogin dl dt {
  background-color: #f3c539 !important;
  color: white;
  border-radius: 5px 0 0 5px;
  border: 1px solid #eee !important;
}

@media screen and (max-width: 640px) {
  .pagelogin dl dt {
    width: 100% !important;
  }
}

.pagelogin dl dd {
  border-radius: 0 5px 5px 0;
  border: 1px solid #eee !important;
}

@media screen and (max-width: 640px) {
  .pagelogin dl dd {
    width: 100% !important;
  }
}

.parent_wp, .parent_wp02 {
  background-image: url(../images/contents/bgOnpu.jpg);
  padding-top: 60px;
  padding-bottom: 60px;
}

.parent_wp .inner, .parent_wp02 .inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 20px;
}

.parent_wp02 {
  background-image: url(../images/contents/bgPnk.jpg);
}

.pg_img02 img {
  height: 222px !important;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit:cover;" !important;
}

@media screen and (max-width: 1000px) {
  .pg_img02 img {
    height: 30vw !important;
  }
}

@media screen and (max-width: 640px) {
  .pg_img02 .box {
    width: 50% !important;
    padding: 0 5px;
  }
}

.pg_img a {
  width: 100% !important;
  height: auto !important;
}

/*  ブログ　*/
.blog_ttl {
  background-image: url(../images/contents/bgOnpu.jpg);
  padding: 60px 0 60px 0;
}

.blog .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 20px;
}

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

.blog .wrap aside {
  width: 260px;
  margin-bottom: 150px;
}

@media screen and (max-width: 834px) {
  .blog .wrap aside {
    width: 100%;
  }
}

.blog .wrap aside nav h3 {
  background-color: #f3c539;
  color: white;
  padding: 3px;
  margin-top: 30px;
}

.blog .wrap aside nav li {
  padding: 8px 0;
  border-bottom: 1px dashed #ccc;
}

.blog .wrap aside nav li a {
  display: block;
  text-align: left;
  font-size: 1.3rem;
  color: #f3c539;
}

.blog .wrap aside nav li a span {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #472800;
}

.blog .wrap aside nav > a {
  display: block;
  background-color: #ef5c28;
  padding: 5px;
  margin-top: 30px;
  color: white;
  border-radius: 5px;
}

.blog .wrap aside nav > div {
  background-color: #f3c539;
  color: white;
  border-radius: 5px;
  margin-top: 30px;
  padding: 5px;
}

.blog .wrap aside nav .category li {
  position: relative;
}

.blog .wrap aside nav .category li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #472800;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.1rem;
}

.blog .wrap aside #form_calendar {
  margin-top: 0;
}

.blog .wrap aside #form_calendar .prev, .blog .wrap aside #form_calendar .next {
  color: #f35d99;
}

.blog {
  background-image: url(../images/contents/bgOnpu.jpg);
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog #contents {
  width: calc(100% - 260px) !important;
  padding-left: 40px;
}

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

.blog #contents dl {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  padding-right: 10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog #contents dl::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #472800;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog #contents dl dt span {
  display: block !important;
  color: #cb9b5d;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog #contents dl dt a span {
  color: #472800;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog #contents dl dd ul li a {
  color: white;
  background-color: #f35d99;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog #contents dl:hover::before {
  color: #f35d99;
}

.blog #contents dl:hover dt a span {
  color: #f35d99;
}

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

.blog #contents article .date {
  border-top: 4px double #f35d99;
  padding-top: 5px;
  color: #f3c539;
  font-size: 1.5rem;
}

.blog #contents article h1, .blog #contents article h2 {
  font-weight: 600;
  font-size: 2.4rem;
  border-bottom: 4px double #f35d99;
  margin-bottom: 10px;
  line-height: 1.6;
  padding-bottom: 10px;
}

.blog #contents article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog #contents article ul li {
  margin-right: 10px;
}

.blog #contents article ul li a {
  color: white;
  padding: 3px 0;
  display: block;
  margin-bottom: 10px;
  background-color: #f35d99;
  padding: 0 5px;
  border-radius: 5px;
}

.blog #contents article .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog #contents article .flex_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog #contents article .flex_images img {
  width: 32%;
  height: 13vw !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  margin-right: 1%;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .blog #contents article .flex_images img {
    width: 49%;
    height: 27vw !important;
  }
}

.blog #contents article .flex_text {
  margin-bottom: 100px;
}

.blog #contents article .flex_text .detail {
  margin-top: 0;
  font-size: 1.5rem;
}

/* scroll bar */
::-webkit-scrollbar {
  height: 6px;
  width: 13px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(128, 128, 128, 0.6);
  border-radius: 10px;
}

/*   404ページ　　*/
.error_txt div {
  font-size: 1.5rem;
}

.error_txt a {
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  color: #472800;
  padding-left: 30px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.error_txt a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #472800;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.error_txt a:hover {
  color: #f35d99;
}

.error_txt a:hover::before {
  color: #f35d99;
}

/*  お問い合わせ　*/
.cont_tel {
  background: #f35d99;
  display: inline-block;
  text-align: center;
  padding: 8px 40px 3px 40px;
  border-radius: 10px;
  margin-top: 10px;
}

.cont_tel span {
  display: block;
  color: white;
}

.cont_tel .t01 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 40px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .cont_tel .t01 {
    font-size: 3.2rem;
  }
}

.cont_tel .t01::before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 700;
  font-size: 3.5rem;
}

.cont_tel .t02 {
  font-size: 1.4rem;
}

.contact_txt div {
  font-size: 1.5rem;
}

.contact_txt div a {
  margin: auto;
}

.policy h2 {
  border-bottom: 2px dashed #f3c539;
}

.policy div {
  font-size: 1.5rem;
}

.modal_bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
}

form .mail {
  display: none;
}

.mail_form {
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .mail_form dl {
    display: block !important;
  }
}

.mail_form dl dt, .mail_form dl dd {
  background-color: white !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

@media screen and (max-width: 640px) {
  .mail_form dl dt, .mail_form dl dd {
    width: 100% !important;
  }
}

.mail_form dl dt {
  border-bottom: 1px solid #f35d99 !important;
  font-weight: 500;
  color: #f35d99;
  width: 160px !important;
}

.mail_form dl dt label {
  color: orange !important;
}

.mail_form dl dd {
  border-bottom: 1px solid #98dd3e !important;
  width: calc(100% - 110px) !important;
}

.mail_form dl dd div {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}

.mail_form input, .mail_form textarea {
  -webkit-box-shadow: 1px 2px 2px -2px rgba(0, 0, 0, 0.4) inset;
          box-shadow: 1px 2px 2px -2px rgba(0, 0, 0, 0.4) inset;
}

.blog_list {
  border: none !important;
}

.blog_list .blog_photo {
  display: none;
}

.blog_list .blog_text {
  width: 100% !important;
}

.blog_list .detail {
  display: none;
}

.blog_list .blog_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .blog_list .blog_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog_list .blog_text .blog_date {
  font-size: 1.6rem;
  color: #472800;
  font-weight: 500;
  margin-right: 30px;
  width: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.5px;
}

.blog_list .blog_text h3 {
  margin-bottom: 0;
  width: calc(100% - 160px);
  display: block;
}

@media screen and (max-width: 834px) {
  .blog_list .blog_text h3 {
    width: calc(100% - 20px);
  }
}

.blog_list .blog_text h3 span {
  color: #472800;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog_list .blog_text h3 span:hover {
  color: #f35d99;
}

.blog_list > a {
  position: relative;
  border-bottom: 1px dashed #ccc;
  margin-right: 10px;
}

.blog_list > a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #f35d99;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
}

.blog_list a:hover .blog_date, .blog_list a:hover h3 span {
  color: #f35d99;
}

.blg_txt h2, .blg_txt h3 {
  font-size: 2.2rem;
  font-weight: 500;
  background-color: #4bbef4;
  color: white;
  border-radius: 5px;
  padding: 0 5px;
}

.blg_img img {
  width: 40% !important;
}

.blg_img h2, .blg_img h3 {
  font-size: 2.2rem;
  font-weight: 500;
}

.hm_blog02 a {
  margin-right: 0;
}

.hm_blog02 a::before {
  color: #472800;
}

.hm_blog02 a:hover::before {
  color: #f35d99;
}

.text_02 {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: absolute;
  top: 20px;
  right: 10px;
  height: 40px;
  width: 56px;
  padding: 6px;
  background-color: #f35d99;
  cursor: pointer;
  display: none;
  z-index: 9999;
}

@media screen and (max-width: 834px) {
  #nav-toggle {
    display: block;
  }
}

#nav-toggle p {
  font-size: 1.1rem;
  color: white;
  position: relative;
  left: 2px;
  bottom: -30px;
  font-weight: 500;
  padding-top: 5px;
  display: none;
}

#nav-toggle > div {
  position: relative;
  width: 40px;
}

#nav-toggle span {
  height: 3px;
  left: 2px;
  display: block;
  background: white;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 2px;
  width: 100%;
}

#nav-toggle span:nth-child(2) {
  top: 12px;
  width: 100%;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
  width: 100%;
}

#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 22px;
}

.fixed #nav-toggle {
  top: 10px;
  right: 10px;
  height: 45px;
  width: 60px;
}

.fixed #nav-toggle > div {
  width: 44px;
}

.fixed span:nth-child(1) {
  top: 2px;
  width: 100%;
}

.fixed span:nth-child(2) {
  top: 14px !important;
  width: 100%;
}

.fixed span:nth-child(3) {
  top: 26px !important;
  width: 100%;
}

.fixed:hover span:nth-child(1) {
  top: 2px;
}

.fixed:hover span:nth-child(3) {
  top: 26px;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

.nav_wrap {
  width: 80%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px;
}

@media screen and (max-width: 640px) {
  .nav_wrap {
    padding: 10px;
  }
}

#nav_sp {
  display: none;
  background: url(../images/contents/bgOnpu.jpg);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
  overflow-y: auto;
}

#nav_sp .nav_wrap {
  overflow-y: auto;
  width: 96%;
  padding: 0 10%;
  height: 90%;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 640px) {
  #nav_sp .nav_wrap {
    width: 100%;
  }
}

#nav_sp .nav_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 834px) {
  #nav_sp .nav_wrap ul {
    width: 100%;
  }
}

#nav_sp .nav_wrap .nav-item a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#nav_sp .nav_wrap li {
  width: 50%;
  margin-left: 0;
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform 7.5s ease;
  transition: opacity .2s ease, -webkit-transform 7.5s ease;
  transition: transform 7.5s ease, opacity .2s ease;
  transition: transform 7.5s ease, opacity .2s ease, -webkit-transform 7.5s ease;
  list-style: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  border: none !important;
}

#nav_sp .nav_wrap li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#nav_sp .nav_wrap li:nth-child(3), #nav_sp .nav_wrap li:nth-child(4) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#nav_sp .nav_wrap li:nth-child(5), #nav_sp .nav_wrap li:nth-child(6) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#nav_sp .nav_wrap li:nth-child(7), #nav_sp .nav_wrap li:nth-child(8) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#nav_sp .nav_wrap li:nth-child(9), #nav_sp .nav_wrap li:nth-child(10) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#nav_sp .nav_wrap > a, #nav_sp .nav_wrap > span {
  display: block;
  font-size: 1.8rem;
  position: relative;
  z-index: -1;
  line-height: 1.6;
  padding: 10px;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  border: none;
  text-align: left !important;
}

#nav_sp .nav_wrap > a .sp, #nav_sp .nav_wrap > span .sp {
  display: none;
}

#nav_sp .nav_wrap > a, #nav_sp .nav_wrap > span {
  text-align: left !important;
}

#nav_sp .nav_wrap .sub {
  display: block;
}

#nav_sp .nav_wrap a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_sp .nav_wrap .ddmenu {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  #nav_sp .nav_wrap .ddmenu {
    display: none;
  }
}

#nav_sp .nav_wrap .ddmenu li a {
  border: none;
  font-size: 1.6rem;
  padding: 5px 5px 5px 30px;
}

.nav_info {
  text-align: center;
  margin-top: 30px;
  display: none;
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .nav_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 640px) {
  .nav_info {
    margin-top: 0;
  }
}

.nav_info .left {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .nav_info .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.nav_info .logo {
  width: 60%;
  padding: 10px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .nav_info .logo {
    padding: 8px 5px;
  }
}

.nav_info .logo img {
  width: 100%;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}

.nav_info .right p {
  font-size: 1.3rem;
  color: #f35d99;
  margin-top: 20px;
}

.nav_info .middle {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .nav_info .middle {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.nav_info .middle .cont_tel {
  background-color: #4bbef4;
}

.nav_info .cont_tel {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .nav_info .cont_tel {
    width: 100%;
  }
}

.nav_info .cont_tel span {
  text-align: center !important;
  font-size: 2rem;
}

.nav_info .cont_tel span::before {
  font-size: 2rem;
}

.nav_info .cont_tel .t01 {
  padding-left: 20px;
}

.nav_info .cont_tel .t02 {
  font-size: 1.3rem;
}

.nav_info .sub_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  width: 100%;
}

.nav_info .sub_nav a {
  display: block;
  padding: 5px;
  font-size: 1.3rem;
  color: #472800;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 640px) {
  .nav_info .sub_nav a {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    width: 50%;
  }
}

.nav_info .sub_nav a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #472800;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* open */
.open {
  overflow: hidden;
}

.open #nav-toggle span {
  background: white;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 90%;
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 90%;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1.05s ease;
  transition: transform 1s ease, opacity 1.05s ease, -webkit-transform 1s ease;
}

.open .nav-item > span {
  position: relative;
  display: block;
}

.open .nav-item > span::before {
  content: "+";
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #f35d99;
  font-size: 1.6rem;
}

.open .plus {
  position: relative;
}

.open .plus > span {
  position: relative;
  display: block;
}

.open .plus > span::before {
  content: "-";
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #f35d99;
  font-size: 1.6rem;
}

.pc_none {
  display: none;
}

@media screen and (max-width: 834px) {
  .pc_none {
    display: block;
  }
}
/*# sourceMappingURL=common_style.css.map */