@charset "UTF-8";

/*
Theme Name:  webitch
Author: 前田龍汰→小山
Version: 2022.11.11（更新日）
*/

/*===========
 Basic color
===========*/

/*===========
 main color for this site.
===========*/

/*===========
 new main color for this site.
===========*/

@import url("https://fonts.googleapis.com/css2?family=Yomogi&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap");

@import url("https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Potta+One&display=swap");

@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p");

#menu-header-menu .current-menu-item a p,
#menu-header-menu .current-menu-item a .st0 {
  font-weight: bold;
}

#menu-header-menu .current-menu-item a p__green,
#menu-header-menu .current-menu-item a .st0__green {
  color: #568766 !important;
}

.current-item {
  font-weight: bold;
}

.news .current-menu-item:nth-child(4) a p,
.news .current-blog:nth-child(4) a p {
  font-weight: bold;
}

.blog .current-menu-item:nth-child(5) a p,
.blog .current-blog:nth-child(5) a p {
  font-weight: bold;
}

@font-face {
  font-family: "CONDENSEicon";
  src: url(../fonts/CONDENSEicon.eot) format("eot"), url(../fonts/CONDENSEicon.woff) format("woff"), url(../fonts/CONDENSEicon.ttf) format("truetype"), url(../fonts/CONDENSEicon.otf) format("opentype");
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes FadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes FadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes FadeInLogo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: .9;
  }
}

@keyframes FadeInLogo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: .9;
  }
}

@-webkit-keyframes FadeInNavi {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes FadeInNavi {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes icon-bounds {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  35% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  45% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  55% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    -webkit-transform: translateY(-3);
    transform: translateY(-3);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes icon-bounds {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  35% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  45% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  55% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    -webkit-transform: translateY(-3);
    transform: translateY(-3);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes icon-bounds-yoko {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  35% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  45% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  55% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }

  60% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  80% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes icon-bounds-yoko {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  35% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  45% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  55% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }

  60% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  80% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes FadeRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  35% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  45% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }

  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  55% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  60% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  80% {
    -webkit-transform: translateX(-3);
    transform: translateX(-3);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes FadeRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  35% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  45% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }

  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  55% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  60% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  80% {
    -webkit-transform: translateX(-3);
    transform: translateX(-3);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*　上に上がる動き　*/

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/*　下に下がる動き　*/

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loadLogo {
  0% {
    top: 0;
    opacity: 0;
  }

  50% {
    top: 0;
    opacity: 0;
  }

  100% {
    top: 115px;
    opacity: 1;
  }
}

@keyframes loadLogo {
  0% {
    top: 0;
    opacity: 0;
  }

  50% {
    top: 0;
    opacity: 0;
  }

  100% {
    top: 115px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutLoading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes fadeOutLoading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}

.donguri-title {
  font-family: "Potta One", cursive;
  font-size: 25px;
  text-align: center;
  line-height: 1.3;
}

.donguri-title-logo img {
  width: 30px;
}

.o-img-size {
  height: 170px;
}

.PC {
  display: none !important;
}

.SP {
  display: block;
}

.SP-text-space {
  letter-spacing: -0.5px;
}

.TB {
  display: block;
}

.d-flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.display-f .page-kotei-fristbox {
  width: calc(50% - 10px);
  margin: 0px auto;
}

.display-f2 {
  margin-bottom: 60px;
}

.display-f-sp {
  margin-bottom: 30px;
}

.pd-top {
  padding-top: 50px !important;
}

.pd-btm {
  padding-bottom: 50px !important;
}

.mg-top {
  margin-top: 50px !important;
}

.mg-btm {
  margin-bottom: 50px !important;
}

.page-index__text,
.top-shoukai-inner,
.top-blog-inner,
.page-kodawari,
.page-menu {
  margin-top: 40px !important;
}

.page-introduction,
.page-blog,
.page-access,
.page-faq {
  margin-top: 30px !important;
}

ul,
ol {
  padding: 0;
}

html {
  margin: 0 !important;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: border-box;
}

body {
  background-position: 40% 20%;
  color: #2e2729;
  background-color: #fffefa;
  margin: 0;
  padding: 0;
}

.bgc {
  position: relative;
  background-color: rgba(131, 112, 84, 0.349);
}

.bgc__icon {
  top: 8px;
  left: 50%;
  width: 60px;
  height: 60px;
  z-index: 111111;
}

.bgc__icon p {
  display: none;
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

a {
  color: #2e2729;
  text-decoration: underline;
}

a:hover,
a:focus,
a:active {
  color: #21759b;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: 0.8;
}

body,
button,
input,
select,
textarea {
  font-family: "M PLUS 1p";
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  font-family: "M PLUS 1p";
  color: #333333;
  font-size: 16px;
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

li {
  list-style: none;
}

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translatez(0);
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) 0 -32px no-repeat;
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) -43px -32px no-repeat;
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: 0.05em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*　ラインを描くアニメーション　*/

/*アニメーション前のパスの指定*/

.c-header__logo-color svg path {
  fill-opacity: 0;
  /*最初は透過0で見えない状態*/
  transition: fill-opacity .5s;
  /*カラーがつく際のアニメーション0.5秒で変化*/
  fill: none;
  /*塗りがない状態*/
  stroke: #333;
  /*線の色*/
}

/*アニメーション後に.doneというクラス名が付与された時のパスの指定*/

.c-header__logo-color svg.done path {
  fill: #666;
  /*塗りの色*/
  fill-opacity: 1;
  /*透過1で見える状態*/
  stroke: none;
  /*線の色なし*/
}

.black-text {
  color: #2b2a29 !important;
  font-weight: bold;
}

.red-text {
  color: #d70000 !important;
  font-weight: bold;
}

.blue-text {
  color: #c3ecfa !important;
  text-shadow: 1px 1px #2b2a29;
}

.green-text {
  color: #416b4f !important;
  font-weight: bold;
  text-shadow: 0 0 #2b2a29;
}

.yellow-text {
  color: #f8f68e !important;
  text-shadow: 1px 1px #2b2a29;
}

.pink-text {
  color: #f584ca !important;
  text-shadow: 1px 1px #2b2a29;
}

.text-L__red,
.text-L__blue,
.text-L__green,
.text-L__yellow,
.text-L__pink {
  font-size: 32px;
  font-weight: bold;
  text-shadow: 1px 1px #BCBBB6;
}

.text-L__red {
  color: #d70000 !important;
}

.text-L__blue {
  color: #c3ecfa !important;
}

.text-L__green {
  color: #416b4f !important;
}

.text-L__yellow {
  color: #f8f68e !important;
}

.text-L__pink {
  color: #f7c0e2 !important;
}

.text-LL__red,
.text-LL__blue,
.text-LL__green,
.text-LL__yellow,
.text-LL__pink {
  font-size: 38px;
  font-weight: bold;
  text-shadow: 2px 2px #2b2a29;
}

.text-LL__red {
  color: #d70000 !important;
}

.text-LL__blue {
  color: #c3ecfa !important;
}

.text-LL__green {
  color: #416b4f !important;
}

.text-LL__yellow {
  color: #f8f68e !important;
}

.text-LL__pink {
  color: #f7c0e2 !important;
}

/*=========================
l-container
==========================*/

.l-container {
  margin: 0 auto;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

/*=========================
l-footer

<footer class="l-footer">
    フッターコンテンツ
</footer>
==========================*/

/*=========================
ハンバーガーメニュー button 
==========================*/

.gnav-btn {
  position: absolute;
  top: 37px;
  right: 25px;
  width: 30px;
  height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: ease 0.2s;
  z-index: 9999999;
}

.gnav-btn__container {
  position: relative;
  width: 30px;
  height: 22px;
  top: -4px;
  display: inline-block;
}

.gnav-btn__container p {
  padding-top: 23px;
  font-size: 10px;
}

.gnav-btn__container span {
  position: absolute;
  width: 28px;
  height: 3px;
  right: 0;
  background: #514a3d;
  display: block;
  transition: all .4s;
}

.gnav-btn__container span:first-child {
  top: 0px;
}

.gnav-btn__container span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.gnav-btn__container span:nth-child(3) {
  bottom: 1px;
}

.close .gnav-btn__container span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
  width: 100%;
}

.close .gnav-btn__container span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

.close .gnav-btn__container span:nth-of-type(3) {
  width: 100%;
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

/*=========================
global-navigation active
==========================*/

#container,
.l-header,
.page-top__btn,
.l-container {
  position: relative;
  transition: all 0.5s;
}

.mobile-menu {
  position: fixed;
  left: 50%;
  top: 40%;
  width: 320px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999999;
}

.mobile-menu__main {
  padding: 0;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.mobile-menu__ttl {
  opacity: 0;
}

.mobile-menu__item {
  list-style: none;
  display: block;
  padding: 0 40px;
  -webkit-transform: translate3d(0, 0, -1000px);
  transform: translate3d(0, 0, -1000px);
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
  opacity: 0;
}

.mobile-menu__link {
  display: block;
  margin-top: 30px;
  color: #5A5A5A;
  text-decoration: none;
}

.menu-open {
  /* スマホhーmenu時にスクロール禁止 */
  overflow: hidden;
}

.menu-open .l-header,
.menu-open .sp-nav-fixed__inner_box,
.menu-open #topics,
.menu-open .page-top__line,
.menu-open .page-scroll__btn,
.menu-open .l-container,
.menu-open .l-paper,
.menu-open .l-paper,
.menu-open .l-paper::before,
.menu-open .l-paper::after,
.menu-open .c-footer__logo,
.menu-open .c-footer__detail,
.menu-open .c-footer__map {
  opacity: 0;
  transition: all 0.1s;
}

.menu-open .sp-nav-fixed__inner li {
  -webkit-filter: none;
  filter: none;
  background: none;
}

.menu-open .mobile-menu {
  z-index: 10;
}

.menu-open .mobile-menu__ttl {
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 35px;
  color: #2b2a29;
  letter-spacing: 0.1em;
  opacity: 1;
  transition: 0.2s ease-in, opacity 0.5s ease-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.menu-open .mobile-menu__item {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  /* $iが1から始まり、10で終わる */
}

.mobile-menu {
  opacity: 0.95;
  height: 110vh;
  width: 100vw;
  padding-top: 20vh;
  margin-top: 60px;
}

.mobile-menu__main {
  /* ul */
  font-size: 18px;
  font-weight: bold;
  color: #2b2a29;
}

.mobile-menu__item {
  /* li */
  text-align: center;
}

.mobile-menu__item__link {
  /* a */
  position: relative;
  display: block;
  /* 細め */
  padding: 0.4em 3em;
  overflow: hidden;
  transition-duration: 0.5s;
}

/*=========================
l-header

<header class="l-header">
	ヘッダーのコンテンツ
</header>
==========================*/

.home .l-header {
  position: relative;
  height: 350px;
}

.l-header {
  padding: 15px 0;
}

/*=========================
l-paper

　サイトの内の紙部分のパーツ

==========================*/

.l-paper {
  position: relative;
  top: -20px;
  background: url(../images/paper-bg4.png) repeat;
  color: #2b2a29;
  margin: 0 auto;
  padding: 0 15px;
  border-radius: 1px 1px 1px 1px;
  transition: all .1s;
}

.l-paper::before,
.l-paper::after {
  position: absolute;
  content: "";
  bottom: 15px;
  left: 12px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
  transition: all .1s;
  z-index: -1;
}

.l-paper::after {
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
  right: 12px;
  left: auto;
}

.l-paper--inner {
  position: absolute;
  top: 80px;
}

.l-paper--inner_topleft {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  z-index: 1111;
  -webkit-filter: drop-shadow(1px 2px 3px #5A5A5A);
  filter: drop-shadow(1px 2px 3px #5A5A5A);
}

.pc-nav {
  background-color: #9dd37f;
}

.pc-nav__lists {
  max-width: 1300px;
  display: none;
  margin: 0 auto;
}

.pc-nav__lists__text {
  position: absolute;
  width: 100%;
  color: #2b2a29;
  font-weight: bold;
  transition: ease .4s;
  font-size: 15px;
}

.pc-nav__lists li {
  position: relative;
  width: 12.5%;
  height: 90px;
  padding: 10px 0;
  text-align: center;
  letter-spacing: -1px;
}

.pc-nav__lists li:hover .pc-nav__lists__iconbox {
  left: 0;
  -webkit-animation: icon-bounds-yoko 1.5s ease infinite;
  animation: icon-bounds-yoko 1.5s ease infinite;
  transition: 0.5s;
}

.pc-nav__lists__iconbox {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-height: 45px;
  transition: 0.5s;
}

.pc-nav__lists .icon-aboutus .pc-nav__lists__iconbox {
  content: url(../images/icon/icon2/icon_01.png);
}

.pc-nav__lists .icon-menu .pc-nav__lists__iconbox {
  content: url(../images/icon/icon2/icon_02.png);
}

.pc-nav__lists .icon-accident .pc-nav__lists__iconbox {
  content: url(../images/icon/icon2/koutsu.png);
}

.pc-nav__lists .icon-visit .pc-nav__lists__iconbox {
  content: url(../images/icon/icon2/icon_03.png);
  height: 28px;
}

.pc-nav__lists .icon-visit .utext {
  width: 100%;
  color: #2b2a29;
  font-weight: bold;
  transition: ease .4s;
  font-size: 12px;
  line-height: 1.4em;
}

.pc-nav__lists .icon-blog .pc-nav__lists__iconbox {
  content: url(../images/icon/icon2/icon_05.png);
  max-height: 45px;
}

.pc-nav__lists .icon-introduction .pc-nav__lists__iconbox {
  content: url(../images/icon/innai-32.svg);
  content: url(../images/icon/icon2/icon_06.png);
}

.pc-nav__lists .icon-access .pc-nav__lists__iconbox {
  content: url(../images/icon/icon2/icon_07.png);
}

.pc-nav__lists .icon-faq .pc-nav__lists__iconbox {
  content: url(../images/icon/icon2/icon_08.png);
}

/*=========================
l-sec-content
==========================*/

.l-sec-content {
  padding: 0 0 30px;
}

.sp-nav-fixed {
  display: block;
  position: fixed;
  min-height: 83.39px !important;
  top: 0;
  left: 0;
  z-index: 999999;
}

.sp-nav-fixed__inner {
  margin: 0;
  text-align: center;
}

.sp-nav-fixed__inner_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

.sp-nav-fixed li {
  width: 20%;
  background: #9dd37f;
  padding-bottom: 8px;
  -webkit-filter: drop-shadow(0px 0px 1px black);
  filter: drop-shadow(0px 0px 1px black);
}

.sp-nav-fixed li:last-child {
  border-right: none;
}

.sp-nav-fixed li a {
  display: block;
}

.sp-nav-fixed li p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
}

.sp-nav-fixed li p span {
  font-size: 8px;
  margin-top: 10px;
}

.sp-nav-fixed li img {
  padding: 10px 20px 0;
}

.sp-nav-fixed li .d-top {
  padding: 10px 22px 5px;
}

.sp-nav-fixed li .d-sec {
  padding: 10px 20px 5px;
}

.sp-nav-fixed li .d-thr {
  padding: 10px 21px 5px;
}

.sp-nav-fixed li .d-four {
  padding: 2px 18px 0px;
}

.sp-nav-fixed li .d-five {
  padding: 10px 0 0px;
}

html{
  margin:0;
}

.logo__sm__box {
  text-align: center;
  /* margin-top:27% - 46px !important; */
}

.logo__sm__box img {
  width: 80%;
  /* margin-top: 26px; */
}

/*=========================
l-wrapper
==========================*/

.l-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 40px 10px;
}

.l-wrapper:after {
  content: "";
  clear: both;
  display: block;
}

.l-wrapper__clip {
  display: none;
}

/* ====================
 breadcrumb

<ul class="c-breadcrumb">
  <li class="c-breadcrumb__item"><a  class="c-breadcrumb__link" href="/">ホーム</a></li>
  <li class="c-breadcrumb__item>カレントページタイトル</li>
</ul>

=======================*/

.c-breadcrumb {
  position: absolute;
  width: 100%;
  margin: auto;
  padding: 5px 0;
  font-size: 12px;
  color: #2b2a29;
}

.c-breadcrumb__item {
  display: inline-block;
}

.c-breadcrumb__item:not(:last-child)::after {
  content: ">";
  padding: 0 5px;
}

.c-breadcrumb__link {
  text-decoration: none;
}

/* ====================
 button


=======================*/

.c-btn-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 30px;
  width: 190px;
  font-weight: 700;
  background: #BCBBB6;
  box-shadow: 1px 1px 2px #ffffffeb;
  border-radius: 50vh;
  transition-duration: 0.5s;
}

.c-btn-link::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #416b4f;
  border-right: 3px solid #416b4f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.5s;
}

.c-btn-link:hover {
  background: rgba(131, 112, 84, 0.349);
}

.c-btn-link:hover::after {
  border-top: 3px solid #21759b;
  border-right: 3px solid #21759b;
  transition-duration: 0.5s;
}

.category-news-tag {
  position: absolute;
  top: -10px;
  right: -15px;
  border: 1px solid #BCBBB6;
  line-height: 1.2;
  padding-bottom: 1px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 3px 4px;
  border-radius: 5px;
}

.category-blog-tag {
  position: absolute;
  top: 0;
  right: 5px;
  border: 1px solid #BCBBB6;
  line-height: 1.2;
  padding-bottom: 1px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 3px 4px;
  border-radius: 4px;
}

.c-flow {
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #4E4848;
  border-radius: 20px;
  overflow: hidden;
}

.c-flow__title {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 25px;
  text-align: center;
  line-height: 1.3;
}

.c-flow-box {
  padding: 45px 15px 0;
  line-height: 1.7;
}

.c-flow-box__inner {
  position: relative;
  margin-bottom: 100px;
}

.c-flow-box__inner:not(:last-child):before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 25px 25px 0px 25px;
  bottom: -63px;
  left: 50%;
  margin-left: -25px;
  border-color: rgba(86, 134, 102, 0.831) transparent transparent transparent;
  -webkit-filter: drop-shadow(1px 1px 1px #BCBBB6);
  filter: drop-shadow(1px 1px 1px #BCBBB6);
}

.c-flow-box-title {
  position: relative;
  color: #ffffffeb;
  padding: 10px 15px 10px 30px;
  margin-bottom: 10px;
  background: rgba(86, 134, 102, 0.831);
  border-bottom: 1px solid #837054;
  border-radius: 20px;
  line-height: 1.3;
}

.c-flow-box-title::before {
  position: absolute;
  top: 25%;
  left: 20px;
  width: 6px;
  height: 50%;
  content: '';
  opacity: .5;
  border-radius: 3px;
  background: #ffffffeb;
}

.c-flow-box-img {
  margin-bottom: 15px;
}

.c-flow-box-img img {
  border-radius: 10px;
}

/* ====================
footer


=======================*/

.c-footer__logo {
  width: 130px;
  margin: 30px auto 50px;
  -webkit-filter: drop-shadow(0px 0px 0px #5A5A5A);
  filter: drop-shadow(0px 0px 0px #5A5A5A);
}

.c-footer__detail {
  width: 100%;
}

.c-footer__map {
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0px #4E4848 inset;
}

.c-footer__calendar {
  padding: 0 10px;
}

.c-footer__copy {
  background-color: #9dd380;
  font-size: 10px;
  color: #2b2a29;
  text-align: center;
  padding: 5px 0;
}

/* ====================
header

  <nav class="c-header">
      <ul class="c-header__gnav">
        <li class="c-header__menu">
          <a href="#">メニュー1</a>
        </li>
        <li class="c-header__menu">
          <a href="#">メニュー2</a>
        </li>
        <li class="c-header__menu">
          <a href="#">メニュー3</a>
        </li>
      </ul>
  </nav>


=======================*/

.c-header__logo {
  position: relative;
  width: 300px;
  margin: 50px auto 0;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 0px 0px #5A5A5A);
  filter: drop-shadow(0px 0px 0px #5A5A5A);
  -webkit-animation: FadeInLogo 1s linear;
  animation: FadeInLogo 1s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.c-header__logo-color {
  position: relative;
  width: 200px;
  margin: 50px auto 0;
  opacity: 0;
  -webkit-filter: drop-shadow(1px 1px 0px #2b2a29);
  filter: drop-shadow(1px 1px 0px #2b2a29);
  -webkit-animation: FadeInLogo 1s linear;
  animation: FadeInLogo 1s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.c-header__husen ol {
  margin: 0;
  text-align: center;
}

.c-header__pic {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  background: white;
  border: 1px solid #5A5A5A;
  -webkit-filter: drop-shadow(0px 0px 0px #5A5A5A);
  filter: drop-shadow(0px 0px 0px #5A5A5A);
  -webkit-animation: FadeInLogo .5s linear;
  animation: FadeInLogo .5s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.c-header__pic img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  opacity: .5;
}

.c-header__pic__title {
  color: #568766;
  font-size: 25px;
  text-shadow: 2px 2px 1px #BCBBB6;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  margin: 0;
  z-index: 1111;
}

.c-header__pic__title span {
  font-size: 14px;
}

.c-header__gnav {
  display: none;
}

.c-header__gnav li {
  position: relative;
  width: 12.5%;
  height: 70px;
  text-align: center;
  font-size: 14px;
  letter-spacing: -1px;
}

.c-header__gnav li:hover .c-header__gnav__iconbox {
  left: 0;
  -webkit-animation: icon-bounds-yoko 1.5s ease infinite;
  animation: icon-bounds-yoko 1.5s ease infinite;
  transition: 0.5s;
}

.c-header__gnav__iconbox {
  display: block;
  width: 100%;
  max-width: 45px;
  margin: 0 auto;
  transition: 0.5s;
}

.c-header__gnav .icon-kodarari .c-header__gnav__iconbox {
  content: url(../images/icon/kodawari-32.svg);
}

.c-header__gnav .icon-menu .c-header__gnav__iconbox {
  content: url(../images/icon/menu-32.svg);
}

.c-header__gnav .icon-accident .c-header__gnav__iconbox {
  content: url(../images/icon/accident-32.svg);
}

.c-header__gnav .icon-visit .c-header__gnav__iconbox {
  content: url(../images/icon/massage-32.svg);
}

.c-header__gnav .icon-blog .c-header__gnav__iconbox {
  content: url(../images/icon/blog-32.svg);
}

.c-header__gnav .icon-introduction .c-header__gnav__iconbox {
  content: url(../images/icon/innai-32.svg);
}

.c-header__gnav .icon-access .c-header__gnav__iconbox {
  content: url(../images/icon/map-32.svg);
}

.c-header__gnav .icon-faq .c-header__gnav__iconbox {
  content: url(../images/icon/faq-32.svg);
}

.c-header__gnav__text {
  position: absolute;
  width: 100%;
  color: #2b2a29;
  font-weight: bold;
  transition: ease .4s;
}

/* ====================
heading

=======================*/

/*========= LoadingのためのCSS ===============*/

#container {
  position: relative;
  opacity: 0;
}

body #container {
  -webkit-animation-name: PageAnimeAppear;
  animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

/* fadeUpをするアイコンの動き */

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

#logo_loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 101;
  background: #fffefa;
  background: url(../images/board-bg4.png) repeat;
  background-position: 40% 20%;
}

#logo_loader_bgc {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: rgba(131, 112, 84, 0.349);
  background: #fffefa;
}

#logo_loader .f_logo {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  width: 160px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

#logo_loader .f_logo img {
  width: 100%;
  height: auto;
}

#logo_loader .f_logo::before {
  content: "どんぐり整骨院\A鍼灸マッサージ院";
  display: block;
  width: 130%;
  height: 110%;
  color: #2b2a29;
  font-size: 25px;
  font-family: "Potta One", cursive;
  line-height: 1.3;
  position: absolute;
  top: 115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: loadLogo 1.5s;
  animation: loadLogo 1.5s;
}

#logo_loader.open {
  -webkit-animation-name: fadeOutLoading;
  animation-name: fadeOutLoading;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* ====================
メインビジュアル

  <div class="c-mv">
    <div class="c-mv-top">
      <div class="c-mv-top__1"></div>
      <div class="c-mv-top__2"></div>
      <div class="c-mv-top__3"></div>
      <div class="c-mv-top__4"></div>
      <div class="c-mv-top__5"></div>
    </div>
  </div>


=======================*/

.c-mv {
  position: relative;
  width: 100%;
}

.c-mv-top {
  background-color: aliceblue;
  position: relative;
  height: 262px;
}

.c-mv-top__1 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.c-mv-top__2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.c-mv-top__3 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.c-mv-top__4 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.c-mv-top__5 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.menu-lists {
  font-size: 12px;
  color: #2b2a29;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
}

.menu-list {
  position: relative;
  padding: 0 10px;
  font-weight: bold;
}

.menu-list:nth-child(n+2) :before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #ccc;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*==ふわっと出現させるためのCSS*/

/*　上に上がる動き　*/

.pc-nav__lists.UpMove {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 87%;
  max-width: 640px;
  min-width: 640px;
  height: 70px;
  background: #ffffffb8;
  padding: 20px 5px;
  margin: 0 auto;
  z-index: 99999;
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

.pc-nav__lists.UpMove li {
  height: auto;
  border-right: 1px dotted #4E4848;
}

.pc-nav__lists.UpMove li:last-child {
  border-right: none;
}

.pc-nav__lists.UpMove li::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100% !important;
  transition: 0.5s;
  opacity: 0;
  -webkit-animation: SlideOut 0.3s;
  animation: SlideOut 0.3s;
}

.pc-nav__lists.UpMove li:hover {
  margin-top: 1px;
  transition: 0.5s;
  opacity: 1;
  -webkit-animation: SlideIn 0.5s;
  animation: SlideIn 0.5s;
}

.pc-nav__lists.UpMove li:hover::after {
  background: #568766;
  padding: 0 10px;
  opacity: 0.8;
  transition: ease .4s;
}

.pc-nav__lists.UpMove .pc-nav__lists__iconbox {
  display: none;
}

.pc-nav__lists.UpMove .pc-nav__lists__text {
  bottom: 5px;
}

/*　下に下がる動き　*/

.pc-nav__lists.DownMove {
  width: 100%;
  height: auto;
  z-index: 11111;
}

.page-btm__tel {
  position: relative;
  width: 50%;
  height: 60px;
  background-color: #f6ad46;
  transition: all .5s;
}

.page-btm__tel__link {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.149);
  position: absolute;
  content: "電話で予約";
  top: 53%;
  left: 58%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 1.2;
  white-space: pre;
  font-weight: bold;
  color: #ffffffeb;
}

.page-btm__tel__link a:visited {
  color: #fff;
}

.page-btm__tel__link::before {
  position: absolute;
  top: 51%;
  left: -14px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  content: '';
  background-image: url(../images/icon/icon2/icon-tel-white.png);
  background-size: contain;
  font-weight: bolder;
  font-size: 35px;
  color: #fff;
  width: 25px;
  height: 25px;
}

.page-btm__line {
  position: relative;
  width: 50%;
  height: 60px;
  background: #06c755;
  transition: all .5s;
}

.page-btm__line__link {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.149);
  position: absolute;
  content: "LINEで予約";
  top: 65%;
  left: 56%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 1.2;
  white-space: pre;
  font-weight: bold;
  color: #ffffffeb;
  text-align: center;
}

.page-btm__line__link span {
  font-size: 12px;
  position: absolute;
  left: 40%;
  top: -20%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-btm__line__link::before {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  font-family: 'Font Awesome 5 Brands';
  content: '\f3c0';
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

/* ====================
ニュースティッカー

  <div class="c-mv">
    <div class="c-mv-top">
      <div class="c-mv-top__1"></div>
      <div class="c-mv-top__2"></div>
      <div class="c-mv-top__3"></div>
      <div class="c-mv-top__4"></div>
      <div class="c-mv-top__5"></div>
    </div>
  </div>


=======================*/

/* ====================
スクロールアイコン

	<div class="c-scroll-icon">
		<a href="#"><span></span>Scroll</a>
	</div>


=======================*/

.c-scroll-icon {
  position: absolute;
  top: 90%;
  left: 50%;
}

.c-scroll-icon a {
  margin-top: 100px;
}

.c-scroll-icon a span {
  position: absolute;
  top: -48px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #ffffffeb;
  border-radius: 50px;
  box-sizing: border-box;
}

.c-scroll-icon a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #ffffffeb;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/*==================================================
	スライダーのためのcss
	===================================*/

.arc-wrapper {
  position: relative;
  margin: 0px auto;
  font-family: 'Montserrat', serif;
  text-transform: uppercase;
  width: 500px;
  height: 360px;
}

.arc-wrapper:before {
  content: '';
  position: absolute;
  width: 340px;
  height: 340px;
  background: #F5E9BC url(../images/noise.png) repeat top left;
  border: 10px solid #452716;
  border-radius: 50%;
  box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.3);
  top: 50%;
  left: 50%;
  margin: -180px 0 0 -180px;
}

.arc-wrapper:after {
  content: 'A';
  color: #F5E9BC;
  line-height: 210px;
  width: 240px;
  height: 240px;
  background: #452716 url(../images/noise.png) repeat top left;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -120px 0 0 -120px;
  font-family: 'Sail', serif;
  text-transform: none;
  font-size: 138px;
  text-shadow: 0px 0px 1px #F5E9BC;
  text-indent: -25px;
}

.arc-wrapper h3 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 28px;
  margin-top: 16px;
  color: #D26A44;
  letter-spacing: -4px;
  text-shadow: 1px 1px 1px #954c04;
}

.arc-wrapper h4 {
  position: absolute;
  z-index: 10;
  width: 100%;
  font-size: 39px;
  bottom: 10px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-family: 'Concert One', serif;
}

.arc-wrapper h4 span {
  background: #D26A44;
  padding: 3px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 0 -3px 0px -3px;
}

.arc-wrapper h4 span.empty {
  background: transparent;
  width: 4px;
}

.example h3 {
  font-family: 'Concert One', serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #F8ECBF;
  font-size: 40px;
}

#example2 {
  margin-top: 80px;
}

#example4 {
  margin-top: 120px;
}

/* ====================
article

=======================*/

.topics-title {
  font-weight: bold;
  border-left: 4px double #4E4848;
  padding-left: 15px;
}

.bx-wrapper {
  margin: auto 0;
  background: none;
  border: none;
  box-shadow: none;
}

.bx-wrapper .bx-viewport {
  height: 45px !important;
}

.bx-wrapper .bx-viewport a {
  display: block;
  height: 37px !important;
  padding-top: 35px !important;
}

.new-day {
  display: inline-block;
  font-size: 1rem;
  margin-right: 10px;
  color: #777;
}

.new-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.new-title {
  font-size: 1rem;
}

/* ====================
 card

<div class="p-card">
  <figure class="p-card__thumbnail">
    <img src="" alt="">
  </figure>
  <div class="p-card__textbox">
    <h3 class="p-card__title">
      タイトル
    </h3>
    <p class="p-card__detail">
      概要がはいります。概要がはいります。概要がはいります。概要がはいります。
    </p>
  </div>
</div>

=======================*/

.p-card {
  position: relative;
  width: 100%;
}

.p-card__thumbnail {
  position: relative;
  width: 265px;
  height: 265px;
  background: #ffffffeb;
  padding: 5px 10px;
  margin: 0 auto;
  border-radius: 20px;
  transition-duration: .8s;
  overflow: hidden;
}

.p-card__thumbnail:hover img:nth-of-type(2) {
  opacity: 0;
  transition-duration: .8s;
}

.p-card__thumbnail-1,
.p-card__thumbnail-2,
.p-card__thumbnail-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  transition: .4s ease-in-out;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}

.p-card__thumbnail-1:hover,
.p-card__thumbnail-2:hover,
.p-card__thumbnail-3:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.p-card__1::before {
  position: absolute;
  top: -85px;
  left: 40%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 180px;
  height: 120px;
  background: url(../images/comment/comment-1.png) no-repeat;
  background-size: contain;
  z-index: 9999;
}

.p-card__3::before {
  position: absolute;
  top: -85px;
  left: 82%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 180px;
  height: 120px;
  background: url(../images/comment/comment-2.png) no-repeat;
  background-size: contain;
  z-index: 9999;
}

.p-card__textbox {
  padding: 20px;
}

.p-card__title {
  font-size: 20px;
  font-weight: bold;
}

.p-card__detail {
  font-size: 14px;
  margin-top: 1em;
}

/* ページごとのスタイル */

.page-access__bottombox {
  margin: 50px auto;
}

.page-access__bottombox__pic {
  width: 100%;
  overflow: hidden;
}

.page-access__bottombox__pic img {
  width: 100%;
  padding: 10px;
}

.page-access__bottombox__text {
  width: 100%;
  padding: 10px;
}

.page-access-timebox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-access-timebox p {
  color: #2b2a29;
  text-align: center;
}

.page-access-mapbox {
  width: 100%;
  height: 300px;
  border: 2px solid #4E4848;
  overflow: hidden;
}

.page-access table {
  width: 100%;
  font-size: 15px;
}

.page-access table tbody tr th {
  width: 30%;
  text-align: end;
}

.page-access table tbody tr td {
  width: 70%;
  text-align: start;
  padding-left: 20px;
  line-height: 1.5;
}

.page-accident-header__title {
  font-size: 25px;
}

.blog-header,
.page-blog-header {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #837054;
  border-radius: 20px;
  background: rgba(77, 77, 76, 0.102);
  margin-bottom: 10px;
}

.blog-header__title,
.page-blog-header__title {
  position: relative;
  padding-left: 1.2em;
  font-size: 25px;
}

.blog-header__title::before,
.page-blog-header__title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-37%);
  transform: translateY(-37%);
  width: .5em;
  height: .5em;
  margin: auto;
  border: 0.15em solid;
  border-radius: 30%;
  box-sizing: border-box;
}

.blog-header__ptitle,
.page-blog-header__ptitle {
  position: relative;
  padding-left: .7em;
  font-size: 25px;
}

.blog-header .archive-btn,
.page-blog-header .archive-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-header .archive-btn a,
.page-blog-header .archive-btn a {
  display: block;
  margin: 0;
  padding: 2px 10px;
  color: #ffffffeb;
  text-shadow: 1px 1px 1px #5A5A5A;
  box-shadow: 1px 1px #5A5A5A inset;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  background-color: #BCBBB6;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
  line-height: 1.5;
}

.blog-fristbox,
.page-blog-fristbox {
  max-width: 1000px;
  margin: 0 auto;
}

.blog-fristbox-list,
.page-blog-fristbox-list {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #d0d2d4;
  transition: all .5s;
}

.blog-fristbox-list:hover,
.page-blog-fristbox-list:hover {
  background: #ffffffeb;
  transition: all .5s;
}

.blog-fristbox-list:hover .page-blog-fristbox-list--text,
.page-blog-fristbox-list:hover .page-blog-fristbox-list--text {
  transition: all .5s;
  -webkit-animation: FadeRight 1.5s ease infinite;
  animation: FadeRight 1.5s ease infinite;
}

.blog-fristbox-list a,
.page-blog-fristbox-list a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5px;
}

.blog-fristbox-list--text,
.page-blog-fristbox-list--text {
  width: 100%;
}

.blog-fristbox-list--text__date,
.blog-fristbox-list--text__title,
.blog-fristbox-list--text__desc,
.page-blog-fristbox-list--text__date,
.page-blog-fristbox-list--text__title,
.page-blog-fristbox-list--text__desc {
  font-size: 16px;
}

.blog-fristbox-list--text__date,
.page-blog-fristbox-list--text__date {
  line-height: 1.3;
}

.blog-fristbox-list--text__title,
.page-blog-fristbox-list--text__title {
  position: relative;
  font-weight: bold;
  line-height: 1.2;
}

.blog-fristbox-list--text__desc,
.page-blog-fristbox-list--text__desc {
  display: none;
}

.blog-secbox,
.page-blog-secbox {
  margin-top: 50px;
}

.blog-secbox-list,
.page-blog-secbox-list {
  padding: 10px 20px 20px;
  border-radius: 20px;
  transition: all .5s;
}

.blog-secbox-list:hover,
.page-blog-secbox-list:hover {
  background: #ffffffeb;
  transition: all .5s;
}

.blog-secbox-list a:hover .page-blog-secbox-list__pic,
.page-blog-secbox-list a:hover .page-blog-secbox-list__pic {
  background: #BCBBB6;
  transition-duration: 0.3s;
}

.blog-secbox-list a:hover .page-blog-secbox-list__pic img,
.page-blog-secbox-list a:hover .page-blog-secbox-list__pic img {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.blog-secbox-list__pic,
.page-blog-secbox-list__pic {
  width: 100%;
  overflow: hidden;
  -webkit-filter: grayscale(20%);
  filter: grayscale(20%);
  border-radius: 20px;
}

.blog-secbox-list__pic img,
.page-blog-secbox-list__pic img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  object-fit: none;
  object-position: 50% 50%;
}

.blog-secbox-list--text,
.page-blog-secbox-list--text {
  padding-top: 15px;
  line-height: 1.5;
  text-align: left;
}

.blog-secbox-list--text__date,
.page-blog-secbox-list--text__date {
  position: relative;
  font-size: 16px;
}

.blog-secbox-list--text__title,
.page-blog-secbox-list--text__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog-threebox,
.page-blog-threebox {
  margin-top: 50px;
}

.blog-threebox-list,
.page-blog-threebox-list {
  padding: 10px 15px 20px;
  margin-bottom: 30px;
  border-radius: 30px;
  transition: all .5s;
}

.blog-threebox-list:hover,
.page-blog-threebox-list:hover {
  background: #ffffffeb;
  transition: all .5s;
}

.blog-threebox-list a:hover .page-blog-secbox-list__pic,
.page-blog-threebox-list a:hover .page-blog-secbox-list__pic {
  background: #BCBBB6;
  transition-duration: 0.3s;
}

.blog-threebox-list a:hover .page-blog-secbox-list__pic img,
.page-blog-threebox-list a:hover .page-blog-secbox-list__pic img {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.blog-threebox-list__pic,
.page-blog-threebox-list__pic {
  width: 100%;
  height: 180px;
  padding-top: 10px 0;
  border-radius: 30px;
  -webkit-filter: grayscale(20%);
  filter: grayscale(20%);
  overflow: hidden;
}

.blog-threebox-list__pic img,
.page-blog-threebox-list__pic img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
  object-fit: none;
  object-position: 50% 50%;
}

.blog-threebox-list--text,
.page-blog-threebox-list--text {
  padding-top: 15px;
  line-height: 1.5;
  text-align: left;
}

.blog-threebox-list--text__date,
.page-blog-threebox-list--text__date {
  position: relative;
  font-size: 16px;
}

.blog-body,
.page-blog-body {
  padding-left: 1.2em;
}

.blog-body__time,
.page-blog-body__time {
  margin-bottom: 10px;
}

.page-blog-flex {
  padding: 0 5px;
}

.blog-secbox {
  margin-top: 0px;
}

.blog-secbox-list {
  padding-bottom: 30px;
}

.blog-secbox-list a:hover .page-blog-secbox-list__pic {
  background: #BCBBB6;
  transition-duration: 0.3s;
}

.blog-secbox-list a:hover .page-blog-secbox-list__pic img {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.blog-secbox-list__pic {
  width: 100%;
  height: 180px;
  padding-top: 10px 0;
  border-radius: 10px;
  overflow: hidden;
  -webkit-filter: grayscale(20%);
  filter: grayscale(20%);
}

.blog-secbox-list__pic img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border-radius: 10px;
  overflow: hidden;
  object-fit: none;
  object-position: 50% 50%;
}

.blog-secbox-list--text {
  line-height: 1.5;
  text-align: left;
}

.blog-secbox-list--text__date {
  position: relative;
  font-size: 16px;
}

.page-top__line {
  position: absolute;
  top: 460px;
  left: 50%;
  text-shadow: 1px 1px #4E4848;
  transition: all .5s;
  z-index: 111;
}

.page-top__line__link {
  position: relative;
  display: block;
  width: 150px;
  height: 40px;
  background: rgba(63, 189, 5, 0.8);
  margin: 0 0 0 10px;
  border-radius: 5px;
  box-shadow: 0px 1px 2px #4E4848 inset;
  transition-duration: 0.5s;
}

.page-top__line__link:hover {
  background: #416b4f;
  transition-duration: 0.5s;
}

.page-top__line__link::before {
  font-family: 'Font Awesome 5 Brands';
  content: '\f3c0';
  font-weight: 400;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  left: 25px;
  z-index: 10;
}

.page-top__line__link::after {
  content: "LINEから\Aご予約";
  white-space: pre;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #ffffffeb;
  position: absolute;
  top: 6px;
  right: 25px;
}

.page-scroll__line {
  position: fixed;
  top: 50%;
  right: 5px;
  width: 40px;
  height: 40px;
  text-shadow: 1px 1px #4E4848;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 999;
}

.page-faq__wrap {
  margin: 50px auto;
}

.page-faq-block section {
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #5A5A5A;
}

.page-faq-block__title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
}

.page-faq-block__title::before,
.page-faq-block__title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #5A5A5A;
  transition: all 0.5s;
}

.page-faq-block__title::before {
  top: 48%;
  left: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.page-faq-block__title::after {
  top: 48%;
  left: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-faq-block__text {
  display: none;
  padding: 10px 20px 30px;
}

.close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.5s;
}

.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.5s;
}

.close .page-faq-block__text {
  transition: all 0.5s;
}

/* ====================
 トップページ用

 compornentとprojectの上書き。
 絶対再利用しないページ固有のスタイル

 ex.) トップだけヘッダーの背景色を変える

=======================*/

.page-index__title {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 25px;
  text-align: center;
  line-height: 1.3;
}

.page-index__text {
  margin-bottom: 60px;
  text-align: center;
}

.page-index .kodawari {
  padding: 50px 0 70px;
}

.page-index .top-shoukai,
.page-index .top-blog {
  padding: 70px 0px;
}

.page-index .top-riyuu__title {
  position: relative;
  margin-top: 2em;
  margin-bottom: 1.5em;
  padding: 10px 15px 10px 30px;
  color: #ffffffeb;
  background: rgba(86, 134, 102, 0.831);
  border-bottom: 1px solid #837054;
  border-radius: 20px;
  line-height: 1.3;
}

.page-index .top-riyuu__title::before {
  position: absolute;
  top: 25%;
  left: 20px;
  width: 6px;
  height: 50%;
  content: '';
  opacity: .5;
  border-radius: 3px;
  background: #ffffffeb;
}

.page-index .top-riyuu__nab {
  font-style: italic;
  padding-right: 5px;
}

.page-index .top-riyuu__text {
  padding-left: 24px;
}

.page-index-worries {
  padding: 15px;
  color: #ffffffeb;
  background: rgba(86, 134, 102, 0.831);
  box-shadow: 2px 1px #BCBBB6;
  margin: 30px 0 40px;
  border-radius: 20px;
}

.page-index-worries .row {
  padding: 0 3px 0 10px;
  background: #ffffffeb;
  border-radius: 20px;
  box-shadow: inset 2px 1px #BCBBB6;
}

.page-index-worries .row p {
  padding-bottom: 10px;
}

.page-index-worries .row p:first-child {
  padding-top: 10px;
}

.page-index-worries .row span img {
  width: 20px;
  padding-bottom: 3px;
}

.page-index-sita {
  margin: 20px auto 50px;
  width: 50px;
}

.top-flow__title {
  background: #FEF5E3;
  font-size: 25px;
  text-align: center;
  line-height: 1.3;
  padding-top: 30px;
  margin-top: 60px;
}

.top-flow__nab {
  font-style: italic;
  padding-right: 5px;
}

.page-introduction__bottombox {
  margin: 50px auto;
}

.page-introduction__bottombox__pic {
  width: 100%;
  overflow: hidden;
}

.page-introduction__bottombox__pic img {
  width: 100%;
  padding: 10px;
}

.page-introduction__bottombox__text {
  width: 100%;
  padding: 10px;
}

.page-introduction-fristbox {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  overflow: hidden;
}

.left-box,
.right-box {
  width: 100%;
}

.left-box_top {
  position: relative;
  margin: 5px;
  border-radius: 20px;
  border: 1px solid #cfcfcf;
  overflow: hidden;
  transition: 2s;
}

.left-box_top:hover {
  transition: .5s;
}

.left-box_top a {
  display: block;
  width: 100%;
  height: 100%;
}

.left-box_top a .img-box img {
  transition: 2s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  vertical-align: top;
}

.left-box_bottom {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.left-box_flex {
  position: relative;
  width: calc(50% - 10px);
  margin: 5px;
  border-radius: 20px;
  border: 1px solid #cfcfcf;
  overflow: hidden;
  transition: 2s;
}

.left-box_flex:hover {
  transition: .5s;
}

.left-box_flex a {
  display: block;
  width: 100%;
  height: 100%;
}

.right-box_top {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.right-box_flex {
  position: relative;
  width: calc(50% - 10px);
  margin: 5px;
  border-radius: 20px;
  border: 1px solid #cfcfcf;
  overflow: hidden;
  transition: 2s;
}

.right-box_flex:hover {
  transition: .5s;
}

.right-box_flex a {
  width: 100%;
  height: 100%;
  display: block;
}

.right-box_bottom {
  position: relative;
  margin: 5px;
  border-radius: 20px;
  border: 1px solid #cfcfcf;
  overflow: hidden;
  transition: 2s;
}

.right-box_bottom:hover {
  transition: .5s;
}

.right-box_bottom a {
  display: block;
  width: 100%;
  height: 100%;
}

.right-box_bottom a .img-box img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  vertical-align: top;
}

.page-index__title,
.page-kodawari__title,
.page-menu__title,
.page-access__title,
.page-faq__title,
.page-introduction__title,
.page-menu__title {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 25px;
}

.page-kotei__title {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 25px;
  text-align: center;
  line-height: 1.3;
}

.page-kotei__text {
  margin: 50px 0 60px;
  text-align: center;
}

.page-kotei .topbox {
  margin: 60px auto 50px !important;
}

.page-kotei__bottombox {
  margin: 30px auto 50px;
}

.page-kotei__bottombox__pic {
  width: 100%;
  overflow: hidden;
}

.page-kotei__bottombox__pic img {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
}

.page-kotei__bottombox__text {
  width: 100%;
  padding: 10px;
}

.page-kotei__bottombox__text h3 {
  position: relative;
  color: #ffffffeb;
  padding: 10px 15px 10px 30px;
  margin-bottom: 10px;
  background: rgba(86, 134, 102, 0.831);
  border-bottom: 1px solid #837054;
  border-radius: 20px;
  line-height: 1.3;
}

.page-kotei__bottombox__text h3::before {
  position: absolute;
  top: 25%;
  left: 20px;
  width: 6px;
  height: 50%;
  content: '';
  opacity: .5;
  border-radius: 3px;
  background: #ffffffeb;
}

.page-kotei__bottombox__text p {
  line-height: 1.5;
}

.page-kotei-fristbox {
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #4E4848;
  border-radius: 20px;
  overflow: hidden;
}

.page-kotei-fristbox__pic {
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
}

.page-kotei-fristbox__pic img {
  width: 100%;
  opacity: 0.9;
}

.page-kotei-fristbox__pic__title {
  text-shadow: 2px 3px 1px #ffffffeb;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-kotei-fristbox__textbox {
  padding: 30px 15px;
  line-height: 1.7;
}

.page-kotei-fristbox__textbox h4 {
  font-size: 1.3em;
  text-align: center;
  padding-bottom: 10px;
}

.page-kotei-fristbox__textbox p {
  padding: 0 5px !important;
}

.page-kotei-fristbox__textbox span {
  font-weight: bold;
}

.page-kotei-fristbox__textbox .staff-title {
  font-size: 1.3em;
  text-align: center;
  padding-bottom: 20px;
}

.page-kotei-fristbox__textbox .staff-subtitle {
  font-size: 1.1em;
  text-align: center;
  padding-bottom: 5px;
}

.page-kotei-fristbox__textbox .staff-text {
  text-align: center;
  padding: 0 5px 30px !important;
}

.page-menu__bottombox {
  margin: 50px auto;
}

.page-menu__bottombox__pic {
  width: 100%;
  overflow: hidden;
}

.page-menu__bottombox__pic img {
  width: 100%;
  padding: 10px;
}

.page-menu__bottombox__text {
  width: 100%;
  padding: 10px;
}

.page-menu-fristbox {
  width: 100%;
  margin: 50px auto 0;
  border: 1px solid #4E4848;
  border-radius: 20px;
  overflow: hidden;
}

.page-menu-fristbox__pic {
  position: relative;
  width: auto;
  height: auto;
  background: white;
  overflow: hidden;
}

.page-menu-fristbox__pic img {
  width: 100%;
  opacity: 0.5;
}

.page-menu-fristbox__pic__title {
  color: #568766;
  font-size: 20px;
  text-shadow: 2px 3px 1px #BCBBB6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

.page-menu-fristbox__menubox {
  padding: 30px 15px;
  line-height: 1.7;
}

.page-menu-fristbox__menubox table {
  font-size: 18px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.page-menu-fristbox__menubox table tr {
  display: -ms-grid;
  display: grid;
}

.page-menu-fristbox__menubox table tr td {
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: right;
  vertical-align: top;
}

.page-menu-fristbox__menubox table tr td:first-child {
  text-align: left;
  padding-left: 10px;
}

.page-menu-secbox {
  width: 100%;
  margin: 0px auto;
  border-radius: 20px;
  overflow: hidden;
}

.page-menu-secbox__pic {
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
}

.page-menu-secbox__pic img {
  width: 100%;
  opacity: 0.9;
}

.page-menu-secbox__pic__title {
  font-size: 1.5em;
  text-shadow: 2px 3px 1px #ffffffeb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.page-menu-secbox__title {
  font-size: 1.5em;
  text-shadow: 2px 3px 1px #ffffffeb;
  width: 100%;
  text-align: center;
}

.page-menu-secbox__menubox {
  padding: 30px 15px;
  line-height: 1.7;
}

.page-menu-secbox__menubox table {
  font-size: 18px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.page-menu-secbox__menubox table tr {
  display: -ms-grid;
  display: grid;
}

.page-menu-secbox__menubox table tr td {
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: right;
  vertical-align: top;
}

.page-menu-secbox__menubox table tr td:first-child {
  text-align: left;
  padding-left: 10px;
}

.page-menu-secbox__menubox p {
  margin: 30px auto;
  text-align: center;
}

.page-menu-secbox--strong {
  padding-bottom: 40px;
}

.page-menu p {
  margin: 30px auto;
  text-align: center;
}

.page-menu strong {
  color: #568766;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  background: linear-gradient(transparent 70%, #E5D02F 0%);
}

.page-menu .osusume {
  display: inline-block;
  position: relative;
}

.page-menu .osusume::before {
  position: absolute;
  top: 48%;
  left: -85px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '★オススメ';
  color: #d70000;
  font-size: 15px;
}

.p-pagination {
  font-size: 14px;
  text-align: center;
  margin-top: 60px;
}

.p-pagination_arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 34px;
  position: relative;
  margin: 0px 2px;
  text-decoration: none;
  position: relative;
}

.p-pagination_arrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #416b4f;
  position: relative;
  top: -2px;
}

.p-pagination_arrow__next:after {
  content: "\f054";
}

.p-pagination_arrow__prev:after {
  content: "\f053";
}

.p-pagination_count {
  width: 30px;
  height: 30px;
  color: #416b4f;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 24px;
  margin: 0px 2px;
}

.p-pagination_current {
  background-color: #416b4f;
  border: solid 2px #416b4f;
  color: #ffffffeb;
}

.p-pagination__single {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00B6EB;
}

.p-pagination__single .single-pagination {
  margin-bottom: 15px;
}

.p-pagination__single .single-pagination a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-pagination__single .single-pagination__pic {
  width: calc(22% - 10px);
}

.p-pagination__single .single-pagination__title {
  width: 78%;
  text-align: left;
  line-height: 1.4;
  padding: 0 10px;
}

.p-pagination__single .single-pagination__title span {
  display: block;
  margin-bottom: 5px;
  color: #416b4f;
}

.p-pagination .pages {
  padding-right: 10px;
}

.page-visit-header__title {
  font-size: 25px;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #5A5A5A !important;
}

.u-c-white {
  color: #ffffffeb !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-b {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.f-s-small {
  font-size: 12px;
}

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

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

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

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.access2-wrap {
  margin-top: 90px;
}

.access2 {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.access2__subtitle {
  font-size: 36px;
  border-bottom: solid 6px #cec0b2;
  width: 95.6%;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2em;
}

.access2__subtitle.icon::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(./../images/icon/icon2/icon-access01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.access2__subtitle.icon02::before {
  background-image: url(./../images/icon/icon2/icon-access02.png);
  width: 1.4em;
  height: 0.8em;
}

.access2__subtext {
  width: 95.6%;
  max-width: 455px;
  margin: 30px auto 50px;
}

.access2 .text-center {
  text-align: center;
}

.access2__imgs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 40px;
}

.access2__imgs__box {
  -webkit-flex-basis: 327px;
  -ms-flex-preferred-size: 327px;
  flex-basis: 327px;
}

.access2__imgs__box p {
  margin: 14px 0 14px 0;
}

.access2__calendar {
  width: 600px;
  margin: 0 auto;
  margin-top: 60px;
}

.gmapbox2 {
  max-width: 763px;
  max-height: 577px;
  margin: 60px auto;
  position: relative;
}

.gmapbox2__text {
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.gmap2 {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap2 iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.menu-upper-header {
  font-family: "M PLUS 1p";
  color: #333333;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 1300px;
  box-sizing: border-box;
  margin: 0 auto;
  height: 160px;
  padding: 20px 0;
}

.menu-upper-header__logo-box {
  width: 30%;
  text-align: center;
}

.menu-upper-header__logo-box__text {
  font-size: 14px;
  height: 20%;
}

.menu-upper-header__logo-box img {
  width: 100%;
}

.menu-upper-header__calendar-box {
  width: 30%;
}

.menu-upper-header__calendar-box img {
  width: 80%;
}

.menu-upper-header__calendar-box__child {
  width: 100%;
  height: 35%;
  position: relative;
}

.menu-upper-header__calendar-box__child__text {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  line-height: 1.1em;
}

.menu-upper-header__btn-box {
  width: 25%;
}

.menu-upper-header__btn-box .button01 {
  width: 85%;
  text-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  line-height: 1.4em;
  font-weight: 700;
  background-color: #f6ad46;
  box-shadow: 0 2px 2px #878787;
  transition: 0.3s;
  border-radius: 4px;
  margin-bottom: 0.7em;
}

.menu-upper-header__btn-box .button01 a {
  display: block;
  padding: 0.5em;
}

.menu-upper-header__btn-box .button01__text {
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.menu-upper-header__btn-box .button01:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 0px 2px #aaaaaa;
  transition: 0.3s;
}

.menu-upper-header__btn-box .button01.bgc-green {
  background-color: #04C755;
}

.menu-upper-header__btn-box .icon-text {
  color: white;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.menu-upper-header__btn-box p.iconimg::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 16px;
  /*画像の幅*/
  height: 16px;
  /*画像の高さ*/
  margin-right: 4px;
  background-image: url(../images/icon/icon2/icon_tel.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.menu-upper-header__btn-box p.iconimg2::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 18px;
  /*画像の幅*/
  height: 20px;
  /*画像の高さ*/
  margin-right: 4px;
  background-image: url(../images/icon/icon2/line_icon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.wrapper-footer {
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 75px;
}

.wrapper-footer.wf01 .wf01-text {
  font-size: 18px;
  margin: 12px auto;
}

.wrapper-footer.wf01 .button_f01 {
  width: 260px;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0.5em;
  line-height: 1.1em;
  font-weight: 700;
  background-color: #f6ad46;
  box-shadow: 0 2px 2px #878787;
  transition: 0.3s;
  border-radius: 4px;
  margin-bottom: 0.8em;
}

.wrapper-footer.wf01 .button_f01 p {
  color: white;
}

.wrapper-footer.wf01 .button_f01 p.iconimg::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 20px;
  /*画像の幅*/
  height: 20px;
  /*画像の高さ*/
  margin-right: 4px;
  margin-bottom: 4px;
  background-image: url(../images/icon/icon2/icon_tel.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.wrapper-footer.wf01 .button_f01:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 0px 2px #aaaaaa;
  transition: 0.3s;
}

.wrapper-footer.wf01 .icon-text {
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.wrapper-footer.wf01 .iconimg2::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 18px;
  /*画像の幅*/
  height: 20px;
  /*画像の高さ*/
  margin-right: 4px;
  background-image: url(../images/icon/icon2/line_icon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.title-footer {
  font-weight: bold;
  font-size: 18px;
}

.margin-topbtm-8 {
  margin: 16px auto;
}

.wrapper-footer {
  width: 100%;
}

.w50 {
  width: 50%;
}

.button_f01:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 0px 2px #aaaaaa;
  transition: 0.3s;
}

.button_f01.bgc-green {
  background-color: #04c755 !important;
}

.footer_img_size {
  width: 150px;
}

.image-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.wrapper-footer.wf02 .flex-item03 {
  width: 48%;
}

.wrapper-footer.wf02 .flex-item04 {
  width: 50%;
}

.wrapper-footer.wf02 .sitemap-text {
  font-size: 20px;
  text-align: left;
  margin-left: 32px;
  color: #957657;
  font-weight: bold;
  padding: 0.7em 0;
}

.wrapper-footer.wf02 .sitemap-text ul > li {
  padding: 0.4em 0;
  font-weight: bold;
}

.wrapper-footer.wf02 .sitemap-text ul > li > a {
  color: #957657;
  transition-duration: 0.5s;
}

.wrapper-footer.wf02 .sitemap-text ul > li > a:hover {
  color: #7a6047;
  transition-duration: 0.5s;
}

.wrapper-footer.wf02 .instagram-text {
  color: white;
  background-color: #957657;
  width: 60%;
  font-size: 20px;
  font-weight: bold;
  padding: 0.7em 0;
  position: relative;
}

.wrapper-footer.wf02 .instagram-text .insta-donguri {
  position: absolute;
  top: 6px;
  right: -65px;
}

.wrapper-footer.wf02 .instagram-text .insta-donguri img {
  width: 50px;
  height: 55px;
}

.wrapper-footer.wf02 .instagram-text_underbox {
  padding: 16px;
  background-color: #f6f3ec;
}

.wrapper-footer.wf03 .card_box__text {
  border-bottom: solid 2px #9cd484;
  width: 325px;
  margin: 0 auto;
}

.underline {
  border-bottom: solid 4px #b79776;
  width: 90%;
  float: left;
}

.sitemap-text__item {
  width: 50%;
}

.instagram_images {
  margin: 0 auto;
  max-width: 406px;
}

.card_box {
  margin: 80px auto;
}

.card_box p {
  font-size: 20px;
  font-weight: bold;
}

.card_box img {
  max-width: 900px;
}

.wrapper-footer.wf04 .display-f3.num3 .flex1 {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.wrapper-footer.wf04 .display-f3.num3 .flex2 {
  -webkit-flex-basis: 56%;
  -ms-flex-preferred-size: 56%;
  flex-basis: 56%;
}

.wrapper-footer.wf04 .footer_logo_img {
  margin: 0 auto;
}

.wrapper-footer.wf04 .footer_logo_img p {
  text-align: left;
}

.wrapper-footer.wf04 .footer_logo_img__donguri {
  width: 90%;
  margin: 0 auto;
}

.wrapper-footer.wf04 .map {
  width: 100%;
  position: relative;
  margin-right: 10px;
  padding-top: 44.25%;
}

.wrapper-footer.wf04 .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 600px;
}

.wrapper-footer.wf04 .parking-button {
  color: white;
  font-weight: bold;
  font-size: 20px;
  background-color: #ffa35e;
  text-align: center;
  padding: 2px 2px;
  width: 200px;
  margin: 0 auto;
  border-radius: 14px;
  box-shadow: 2px 2px 4px gray;
}

.wrapper-footer.wf04 .address-box {
  width: 70%;
  text-align: left;
  margin: 0 auto;
}

.wrapper-footer.wf04 .iconimg3::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 30px;
  height: 28px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  background-image: url(../images/icon/icon2/icon_footer_tel.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.wrapper-footer.wf04 .text-col1 {
  color: #957657;
  font-size: 32px;
  font-weight: bold;
  margin: 0.5em auto;
}

#page-top {
  bottom: 5%;
  position: fixed;
  right: 1%;
  z-index: 9999;
}

#page-top a {
  height: 70px;
  width: 70px;
  padding: 0;
  text-align: center;
  transition: opacity 0.5s;
}

#page-top a:hover {
  opacity: 0.9;
  transition: opacity 0.5s;
}

#page-top a img {
  width: 70px;
}

.top_button_txt {
  color: #957657;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
}

#page-top2 {
  bottom: 30%;
  position: fixed;
  right: 0%;
  z-index: 9999;
}

#page-top2 a {
  height: 70px;
  width: 70px;
  padding: 0;
  text-align: center;
  transition: opacity 0.5s;
}

#page-top2 a:hover {
  opacity: 0.9;
  transition: opacity 0.5s;
}

#page-top2 a img {
  position: absolute;
  width: 100px;
  bottom: 150px;
  right: 50px;
}

#page-top2__box {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  background-color: #edb6a0;
  height: 190px;
  width: 100px;
  font-weight: bold;
}

#page-top2__box p {
  color: white !important;
  font-size: 20px;
  margin: 0 auto;
  text-align: left;
  padding: 50px 18px 0;
}

.top_button_txt2 {
  color: #957657;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
}

.Blog-box {
  max-width: 1300px;
  margin: 90px auto 40px;
}

.Blog-box__blogs:nth-child(1) {
  border-top: solid 1px #cec0b2;
}

.Blog-box__blogs__blog {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.4em;
  border-bottom: solid 1px #cec0b2;
}

.Blog-box__blogs__blog__date:after {
  content: "";
  padding: 4px 8px;
  margin-left: 5em;
}

.Blog-box__blogs__blog .new01:after {
  content: "NEW!";
  background-color: #f80022;
  padding: 2px 6px;
  margin-right: 1em;
  margin-left: 6em;
  color: white;
  border-radius: 3px;
}

.Blog-box__blogs__blog__title2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 900px;
  width: 60%;
}

.pager {
  margin-bottom: 140px;
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 40px;
  text-align: center;
  position: relative;
  border-radius: 2px;
  border: 1px solid #957657;
}

.pager .pagination li.pre,
.pager .pagination li.next {
  display: inline-block;
  width: 80px;
  height: 40px;
  text-align: center;
  border: none;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: black;
  text-decoration: none;
  transition: all  0.3s ease;
}

.pager .pagination .dots {
  border: none;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #000;
  background: #957657;
  border-color: #484848;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li.pre a,
.pager .pagination li.next a {
  width: 100%;
  text-align: center;
}

/*wp-pagenavi 17パターン */

.wp-pagenavi {
  text-align: center;
  margin-top: 80px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #2E2729;
  background-color: #FFFFFF;
  padding: 8px 9px;
  margin: 0 2px;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin solid #957657;
  border-radius: 2px;
}

.wp-pagenavi a:hover {
  color: #2E2729;
  background-color: #957657;
}

.wp-pagenavi span.current {
  color: #2E2729;
  background-color: #957657;
}

.page-houmon {
  margin-top: 80px;
}

.page-houmon__box1 {
  padding: 90px 4.4%;
  background-color: #f5d7cb;
}

.page-houmon__box1__contents {
  background-color: #fff;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 96px;
}

.page-houmon__box1__contents__img {
  max-width: 240px;
  margin: 0 auto;
}

.page-houmon__box1__contents__title {
  font-size: 36px;
  font-weight: bold;
}

.page-houmon__box1__contents__txt {
  font-size: 24px;
}

.page-houmon__box1__contents__txt span {
  border-bottom: solid 4px #dd734a;
  font-weight: bold;
}

.page-houmon__box2 {
  max-width: 1100px;
  margin: 100px auto;
}

.page-houmon__box2__sheet {
  background-color: #fff1d6;
  padding: 50px;
}

.page-houmon__box2__sheet__in {
  background-color: white;
  padding: 120px 20px;
  text-align: center;
  position: relative;
}

.page-houmon__box2__sheet__in__clip {
  border: solid 16px #9a9a9a;
  position: absolute;
  top: -1.4%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 15px 150px;
}

.page-houmon__box2__sheet__in__title {
  font-size: 36px;
  font-weight: bold;
}

.page-houmon__box2__sheet__in__address {
  font-size: 24px;
  border: solid 1px black;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 3em;
  font-weight: bold;
  max-width: 750px;
  margin: 1em auto;
}

.page-houmon__box2__sheet__in__address div:first-child {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  display: inline-block;
  height: 100%;
}

.page-houmon__box2__sheet__in__address div:last-child {
  text-align: center;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  border-left: solid 1px black;
}

.page-houmon__box2__sheet__in__q {
  font-size: 24px;
  font-weight: bold;
}

.page-houmon__box2__sheet__in__list {
  text-align: left;
  font-size: 18px;
  max-width: 400px;
  margin: 0 auto;
}

.page-houmon__box2__sheet__in__list ul {
  line-height: 1.8;
  list-style-type: none;
}

.page-houmon__box2__sheet__in__list li + li {
  margin-top: 5px;
}

.page-houmon__box2__sheet__in__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 1.2em;
}

.page-houmon__box2__sheet__in__list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 26px;
  top: -0.2em;
  left: 0px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 2px solid #b79776;
  border-bottom: 2px solid #b79776;
}

.page-houmon__box2__sheet__in__list li:after {
  content: "";
  position: absolute;
  top: 0.3em;
  left: -10px;
  width: 26px;
  height: 26px;
  border: 1px solid black;
  border-radius: 2px;
}

.page-houmon__box2__sheet__in__txtbox {
  background-color: #e69776;
  color: white;
  font-size: 24px;
  margin: 28px auto;
  font-weight: bold;
  padding: 0.2em 0;
  max-width: 800px;
}

.page-houmon__box2__sheet__in__txtflex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-column-gap: 24px;
  column-gap: 24px;
}

.page-houmon__box2__sheet__in__txtflex__txt ul li {
  font-size: 18px;
  font-weight: bold;
}

.page-houmon__box2__sheet__in__txtflex__txt ul li span {
  font-weight: 500;
}

.page-houmon__box2__sheet__in__txtwave {
  padding-top: 24px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline wavy #ee9c8c;
}

.page-houmon__box3 {
  max-width: 1300px;
  margin: 100px auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.page-houmon__box3__item {
  text-align: center;
}

.page-houmon__box3__item__item:last-child {
  margin-bottom: 0px;
}

.page-houmon__box3__item__title {
  margin: 24px auto;
  background-color: #edb6a0;
  color: white;
  font-size: 24px;
  font-weight: bold;
  max-width: 300px;
}

.page-houmon__box3__item__txt {
  font-size: 24px;
}

.page-houmon__box4 {
  max-width: 1300px;
  margin: 100px auto;
}

main {
  padding: 60px 0;
}

/*--------画像サイズ調整---------*/

main img {
  width: 100%;
  padding: 0 100px;
}

/*-----------height調整----------*/

/*------------------------------*/

/*-----------矢印表示----------*/

.slick-next {
  right: 0 !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}

.slick-arrow:before {
  font-size: 30px !important;
}

/*------------------------------*/

/*-------横幅の間隔をとる-------*/

.slick-slide {
  /* ↓下原因 */
  /* margin-right: 100px !important; */
  /* margin-left: 100px !important; */
}

/*------------------------------*/

.slick-dots li:nth-of-type(1) button:before {
  background: url("./../images/icon/icon2/donguri_dot.png") no-repeat;
  background-size: contain !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dots li:nth-of-type(2) button:before {
  background: url("./../images/icon/icon2/donguri_dot.png") no-repeat;
  background-size: contain !important;
  -webkit-transform: rotate(200deg);
  transform: rotate(200deg);
}

.slick-dots li:nth-of-type(3) button:before {
  background: url("./../images/icon/icon2/donguri_dot.png") no-repeat;
  background-size: contain !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-dots li button:before {
  content: "" !important;
  height: 100% !important;
  width: 100% !important;
}

/* どんぐりドットサイズ調整 */

.slick-dots li {
  width: 44px !important;
  height: 49px !important;
  margin: 0 !important;
}

.slick-dots li button {
  width: 100% !important;
  height: 100% !important;
}

/* ドットの位置調整 */

.slick-dots {
  bottom: initial !important;
  margin-top: 20px !important;
}

/* ドットの間隔調整 */

.slick-dots li {
  /* width: 120px!important; */
  text-align: center;
  margin: 0 33px 0 7px !important;
}

.index_ex {
  background-color: #e9e6d9;
  padding: 48px;
  background-image: url(./../images/icon/icon2/donguri-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.index_ex__box {
  background-color: #fff;
  margin: 0 auto;
  padding: 24px;
  max-width: 1300px;
  text-align: center;
}

.index_ex__box a {
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.index_ex__box__text {
  font-size: 18px;
  font-weight: bold;
}

.index_ex__box__text span {
  font-size: 24px;
  font-weight: bold;
}

.index_ex__box__button {
  width: 180px;
  height: 40px;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1em auto;
  line-height: 1.1em;
  font-weight: 700;
  background-color: #f6ad46;
  box-shadow: 0 2px 2px #878787;
  transition: 0.3s;
  border-radius: 8px;
  color: white;
}

.index_ex__box__button:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 0px 2px #aaaaaa;
  transition: 0.3s;
}

.worry_box {
  max-width: 1300px;
  margin: 80px auto;
}

.worry_box__img {
  margin: 0 auto 50px;
  text-align: center;
}

.worry_box__img img {
  width: auto;
}

.worry_box__title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 2em;
}

.worry_box__title span {
  font-size: 36px;
  color: #565656;
  background: linear-gradient(transparent 70%, #9dd380 70%);
}

.worry_box__txt {
  text-align: center;
  margin-top: 26px;
}

.worry_box__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
  margin: 16px auto;
}

.worry_box__flex .flex-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32%;
  text-align: left;
}

.worry_box__flex .flex-item__text {
  max-width: 70%;
}

.worry_box__flex .flex-item__text span {
  font-weight: bold;
  font-size: 20px;
}

.worry_box__flex .flex-item.f-basis20 {
  width: 22% !important;
}

.worry_box__flex .flex-item.f-basis20 img {
  max-height: 58px;
}

.worry_box__flex .flex-item.f-basis20 img.img-l {
  max-height: 80px;
  margin-right: 8px;
}

.fukidasi001 {
  text-align: center;
  position: relative;
  margin: 1.5em 0;
  padding: 4px 10px;
  font-size: 16px;
  background: #b79776;
}

.fukidasi001 p {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 30px;
  font-weight: bold;
}

.fukidasi001:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #b79776;
}

.counterplan_box {
  max-width: 1300px;
  margin: 0 auto;
  background-color: #fff;
}

.counterplan_box__incho {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  vertical-align: middle;
}

.counterplan_box__text {
  padding: 1em;
  margin: 2em 0;
  border: solid 4px #b79776;
}

.counterplan_box__text p {
  font-size: 18px;
  text-align: center;
}

.counterplan_box__cource {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 4%;
  column-gap: 4%;
}

.counterplan_box__cource__img {
  position: relative;
}

.counterplan_box__cource__img img {
  height: 120px;
}

.counterplan_box__cource__img span {
  position: absolute;
  top: -20%;
  left: -16%;
  font-weight: bold;
  font-size: 30px;
  color: #b0b0b0;
}

.counterplan_box__5text {
  padding: 12px;
  margin-bottom: 80px;
}

.counterplan_box__5text p {
  text-align: center;
}

.counterplan_box__2way {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 6%;
  column-gap: 6%;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.counterplan_box__2way img {
  width: auto;
}

.counterplan_box__2way .box30 {
  -webkit-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
  margin: 2em 0;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  border: solid 4px #b79776;
}

.counterplan_box__2way .box30 a {
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.counterplan_box__2way .box30__img {
  text-align: center;
}

.counterplan_box__2way .box30 .button01 {
  width: 180px;
  height: 40px;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1em auto;
  line-height: 1.1em;
  font-weight: 700;
  background-color: #f6ad46;
  box-shadow: 0 2px 2px #878787;
  transition: 0.3s;
  border-radius: 8px;
  color: white;
}

.counterplan_box__2way .box30 .button01:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 0px 2px #aaaaaa;
  transition: 0.3s;
}

.counterplan_box__2way .box30 .box-title {
  font-size: 20px;
  background: #b79776;
  padding: 14px 8px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2em;
}

.counterplan_box__2way .box30 .box-title span {
  font-size: 18px;
}

.counterplan_box__2way .box30 p {
  padding: 15px 20px;
  margin: 0;
}

span.border-b-g {
  border-bottom: solid 4px #ffd276;
}

span.boldspan {
  font-weight: bold;
}

.bgc-02 {
  background-color: #edb6a0 !important;
}

.border-c-02 {
  border-color: #edb6a0 !important;
}

.flow-sejyutu {
  max-width: 1300px;
  margin: 120px auto;
}

.flow-sejyutu .box26 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 4px #9dd380;
  background-color: #fff;
}

.flow-sejyutu .box26__parent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 0;
  row-gap: 80px;
}

.flow-sejyutu .box26__parent__child {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.flow-sejyutu .box26__parent__child__text {
  width: 85%;
  margin: 12px auto 0;
}

.flow-sejyutu .box26__parent__child__img {
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.flow-sejyutu .box26__parent__child__img img {
  height: 140px;
  width: auto;
  border-radius: 8px;
}

.flow-sejyutu .box26__parent__child__img__flg {
  position: absolute;
  top: -18px;
  left: -40%;
  text-align: center;
  font-weight: bold;
  background-color: #8cb575;
  padding: 4px 4px;
  width: 250px;
  display: inline-block;
  color: white;
  border-radius: 4px;
  opacity: 0.8;
}

.flow-sejyutu .box26 .box-title {
  position: absolute;
  display: block;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 2.5em;
  line-height: 1;
  font-size: 26px;
  background: #fff;
  color: #6fa253;
  font-weight: bold;
}

.wrap001 {
  background-color: #f6f3ec;
  margin: 80px 0;
  padding: 50px;
}

.wrap001 .reason_box {
  margin: 80px auto;
  text-align: center;
  max-width: 1300px;
  background-color: white;
}

.wrap001 .reason_box__title {
  font-size: 30px;
  font-weight: bold;
  color: #f6ad46;
  padding: 40px 0;
}

.wrap001 .reason_box__title span {
  font-size: 45px;
  font-weight: 900;
}

.wrap001 .reason_box__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  row-gap: 20px;
  text-align: left;
}

.wrap001 .reason_box__contents__item {
  -webkit-flex-basis: 43%;
  -ms-flex-preferred-size: 43%;
  flex-basis: 43%;
}

.wrap001 .reason_box__contents__item__title p {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 4px solid #f6ad46;
  line-height: 1.1;
  color: #585858;
}

.wrap001 .reason_box__contents__item__title p span {
  font-size: 30px;
  margin-right: 0.5em;
  color: #f6ad46;
  margin-left: 0.2em;
}

.wrap001 .reason_box__contents__item__ex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

.wrap001 .reason_box__contents__item__ex__img {
  width: 100%;
  max-width: 50px;
}

.wrap001 .reason_box__contents__item__ex__img img {
  width: auto;
}

.menu_box {
  max-width: 1300px;
  margin: 80px auto;
}

.menu_box__btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px auto;
}

.menu_box__btns__btn {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.menu_box .catch {
  color: #957657;
  font-weight: bold;
  font-size: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* 垂直中心 */
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 水平中心 */
  background-color: #fffefa;
}

.menu_box .catch:before,
.menu_box .catch:after {
  border-top: 4px solid #957657;
  content: "";
  width: 25%;
  /* 線の長さ */
}

.menu_box .catch:before {
  margin-right: 3em;
  /* 文字の右隣 */
}

.menu_box .catch:after {
  margin-left: 3em;
  /* 文字の左隣 */
}

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

.menu_box__poster__post {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  position: relative;
}

.menu_box__poster__post span {
  position: absolute;
  top: -1.5em;
  font-size: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 210px;
}

.google_reputation_box {
  margin: 80px auto;
  max-width: 1300px;
}

.blog_box__title {
  text-align: center;
  color: white;
  font-weight: bold;
  background-color: #957657;
  padding: 0.5em 0;
  font-size: 22px;
  overflow: hidden;
}

.blog_box__title::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background-image: url(./../images/icon/icon2/icon_01.png);
  background-size: contain;
  vertical-align: middle;
}

.blog_box__articles {
  text-align: left;
  font-size: 18px;
  line-height: 2.2em;
  background-color: #f6f3ec;
  padding: 60px 2.4%;
}

.blog_box__articles span {
  margin-right: 1em;
}

.blog_box__articles .title-word {
  margin-right: 0em;
  max-width: 1150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.blog_box__articles .title-word:hover {
  color: #21759b;
}

.blog_box__articles ul {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  width: -webkit-fit-content;
  width: fit-content;
}

.blog_box__articles ul li {
  overflow: hidden;
  width: -webkit-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.blog_box__articles .button01 {
  width: 180px;
  height: 40px;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.7em auto;
  margin-bottom: 0.15em;
  line-height: 1.1em;
  font-weight: 700;
  background-color: #f6ad46;
  box-shadow: 0 2px 2px #878787;
  transition: 0.3s;
  border-radius: 8px;
  color: white;
}

.blog_box__articles .button01:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 0px 2px #aaaaaa;
  transition: 0.3s;
}

.w-fit {
  display: block !important;
  color: white !important;
  padding: 10px 12px;
}

.w-fit2 {
  display: block !important;
  color: white !important;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.co-header {
  max-width: 1300px;
  height: 300px;
  text-align: center;
  background: url(./../images/common/co-head-bg4.jpg) no-repeat;
  background-size: cover;
  background-size: contain;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}

.co-header__test {
  line-height: 1.1em !important;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 60px;
  color: #957657;
  width: 100%;
}

.co-header__test::after {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(./../images/icon/icon2/icon-donguri-400.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 12px;
}

.pankuzu {
  font-size: 16px;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 12px;
}

.inhos {
  max-width: 1300px;
  margin: 0 auto;
}

.inhos__mtext {
  text-align: center;
  margin: 80px 0;
}

.inhos__mtext p {
  font-size: 24px;
}

.inhos__mimgs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  row-gap: 80px;
}

.inhos__mimgs__img {
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

.inhos__mimgs__img p {
  margin-top: 30px;
}

.inhos__cleanbox {
  margin: 80px auto;
}

.inhos__cleanbox__imgs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.inhos__cleanbox__text {
  margin: 24px auto;
  text-align: center;
  border-bottom: solid 4px #036eb7;
  width: 50%;
}

.page-koutsu .question-wrap-accident {
  max-width: 1300px;
  margin: 0 auto;
}

.page-koutsu .p-wrap-koutsu {
  max-width: 1300px;
  margin: 120px auto;
  text-align: center;
}

.page-koutsu .p-wrap-koutsu2 {
  max-width: 1300px;
  margin: 120px auto;
  text-align: center;
}

.page-koutsu__img img {
  max-width: 300px;
}

.page-koutsu__title {
  font-size: 36px;
  font-weight: bold;
}

.page-koutsu__txt {
  font-size: 24px;
  margin: 50px 0;
}

.page-koutsu__txt span {
  font-weight: bold;
}

.page-koutsu__qs {
  font-size: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: fit-content;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 44px;
  column-gap: 44px;
  row-gap: 40px;
}

.page-koutsu__qs__q {
  padding: 8px 20px;
  border: 1px solid #333333;
  border-radius: 30px;
  background-color: #fff;
}

.page-koutsu .box01 {
  margin: 2em 0;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  border: solid 12px #f6ad46;
}

.page-koutsu .box01 .box-title {
  font-size: 36px;
  background: #f6ad46;
  padding: 14px 8px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2em;
}

.page-koutsu .box01 .box-txt {
  margin: 24px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6em;
}

.page-koutsu .box01 .box-txt span {
  color: #ff641f;
  font-size: 36px;
}

.page-koutsu .box01 .box-txt01 {
  margin: 24px 0;
  font-size: 24px;
  line-height: 1.5em;
}

.page-koutsu .box01 .box-txt01 span {
  font-weight: bold;
}

.page-koutsu .box01 .box-txt01 span.orange {
  color: #ff641f;
  font-weight: bold;
}

.page-koutsu .box01 .box-txt01 span.s-font {
  font-size: 16px;
}

.page-koutsu .box01__inBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.page-koutsu .box01__inBox .box01-1.green {
  border: solid 4px #06c755;
}

.page-koutsu .box01__inBox .box01-1 {
  -webkit-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  margin: 8px 0;
  background: white;
  border: solid 4px #ff6e3b;
}

.page-koutsu .box01__inBox .box01-1 .box-title {
  font-size: 24px;
  background: #ff6e3b;
  padding: 6px 8px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2em;
}

.page-koutsu .box01__inBox .box01-1 .box-title.green {
  background: #06c755;
}

.page-koutsu .box01__inBox .box01-1 .box-txt2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
  height: 130px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #06c755;
}

.page-koutsu .box01__inBox .box01-1 .box2-flex {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-koutsu .box01__inBox .box01-1 .box2-flex .box-txt3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
  height: 130px;
  color: #06c755;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 20px 0;
}

.page-koutsu .box01__inBox .box01-1 .box2-flex .line-imgbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 12px;
  column-gap: 12px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 46%;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
}

.page-koutsu .box01__inBox .box01-1 .box2-flex .line-imgbox img {
  width: 42%;
}

.page-koutsu .box01__inBox .box01-1 .button_f01 {
  max-width: 260px;
  width: 80%;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0.5em;
  line-height: 1.1em;
  font-weight: 700;
  background-color: #ff6e3b;
  box-shadow: 0 2px 2px #878787;
  transition: 0.3s;
  border-radius: 4px;
  margin-bottom: 0.8em;
}

.page-koutsu .box01__inBox .box01-1 .button_f01 p {
  color: white;
}

.page-koutsu .box01__inBox .box01-1 .button_f01 p.iconimg::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 20px;
  /*画像の幅*/
  height: 20px;
  /*画像の高さ*/
  margin-right: 4px;
  margin-bottom: 0px;
  background-image: url(../images/icon/icon2/icon_tel.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.page-koutsu .box01__inBox .box01-1 .button_f01:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 0px 2px #aaaaaa;
  transition: 0.3s;
}

.page-koutsu .box01__inBox .box01-1 .icon-text {
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}

.page-koutsu .box01__inBox .box01-1 .iconimg2::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 18px;
  /*画像の幅*/
  height: 18px;
  /*画像の高さ*/
  margin-right: 4px;
  background-image: url(../images/icon/icon2/line_icon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.page-koutsu__symp {
  background-color: #f6f3ec;
  padding: 90px 0;
}

.page-koutsu__symp__box:not(:last-child) {
  margin-bottom: 90px;
}

.page-koutsu__symp__box {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

.page-koutsu__symp__box__title {
  background-color: #6fa253;
  color: white;
  font-weight: bold;
  font-size: 36px;
  padding: 0.2em 0;
}

.page-koutsu__symp__box__items {
  background-color: white;
  padding: 50px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.page-koutsu__symp__box__items__item__title {
  font-size: 24px;
  font-weight: bold;
}

.page-koutsu__symp__box__items__item__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.page-koutsu__symp__box__items__item__wrap__txt {
  margin-left: 12px;
  font-size: 18px;
}

.page-koutsu__symp__box__items2 {
  background-color: white;
  padding: 50px 0px;
  margin: 0 auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.page-koutsu__symp__box__items2 .basetxt {
  font-size: 18px;
}

.page-koutsu__symp__box__items2 .pointtxt {
  font-size: 24px;
  font-weight: bold;
}

.page-koutsu__symp__box__items2 .pointtxt ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 100px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.page-koutsu__symp__box__items2 .pointtxt ul li {
  border-bottom: solid 4px #ffd276;
  width: -webkit-fit-content;
  width: fit-content;
}

.page-koutsu .button01 {
  width: 85%;
  max-width: 260px;
  text-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0.5em;
  line-height: 1.1em;
  font-weight: 700;
  background-color: #f6ad46;
  box-shadow: 0 2px 2px #878787;
  transition: 0.3s;
  border-radius: 4px;
  margin-bottom: 0.7em;
}

.page-koutsu .button01__text {
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.page-koutsu .button01:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 0px 2px #aaaaaa;
  transition: 0.3s;
}

.page-koutsu .button01.bgc-green {
  background-color: #04c755;
}

.page-koutsu .icon-text {
  color: white;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.page-koutsu p.iconimg::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 16px;
  /*画像の幅*/
  height: 16px;
  /*画像の高さ*/
  margin-right: 4px;
  background-image: url(../images/icon/icon2/icon_tel.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.page-koutsu p.iconimg2::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 18px;
  /*画像の幅*/
  height: 20px;
  /*画像の高さ*/
  margin-right: 4px;
  background-image: url(../images/icon/icon2/line_icon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.pricelist .imgbox3 {
  margin: 90px 0;
}

.pricelist .imgbox3__wrap {
  max-width: 1300px;
  margin: 0 auto;
}

.pricelist .imgbox3__wrap__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  row-gap: 16px;
}

.pricelist .imgbox3__wrap__content__img {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 310px;
}

.pricelist .pricesheet {
  background-color: #f6f3ec;
  padding: 90px 0;
}

.pricelist .pricesheet__wrap {
  max-width: 1300px;
  margin: 0 auto;
}

.pricelist .pricesheet__wrap__title {
  font-size: 36px;
  background-color: #6fa253;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 0.8em;
  padding: 0.6em 0;
}

.pricelist .pricesheet__wrap__title span {
  font-size: 18px;
}

.pricelist .pricesheet__wrap__txtbox {
  padding: 80px 0;
  background-color: #fff;
}

.pricelist .pricesheet__wrap__txtbox__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 90px;
}

.pricelist .pricesheet__wrap__txtbox__items .mb1 {
  margin-bottom: 60px;
}

.pricelist .pricesheet__wrap__txtbox__items__item {
  width: 45%;
  text-align: center;
}

.pricelist .pricesheet__wrap__txtbox__items__item__title {
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 24px;
  color: #6fa253;
  font-weight: bold;
  border-bottom: dashed 2px #6fa253;
  max-width: 380px;
  width: 100%;
  margin-bottom: 26px;
  line-height: 1.2em;
}

.pricelist .pricesheet__wrap__txtbox__items__item__title span {
  font-size: 18px;
  font-weight: 400;
}

.pricelist .pricesheet__wrap__txtbox__items__item__txt {
  font-size: 18px;
}

.pricelist .pricesheet__wrap__txtbox__items__item__txt__upper {
  min-height: 180px;
}

.pricelist .pricesheet__wrap__txtbox__items__item__txt a {
  font-weight: bold;
}

.pricelist .pricesheet__wrap__txtbox__items__item__txt .hosoku-txt {
  font-size: 14px;
  width: -webkit-fit-content;
  width: fit-content;
  text-align: left;
  margin: 0 auto;
}

.pricelist .pricesheet__wrap__txtbox__items__item__txt .margin-hosoku {
  margin: 10px auto 20px;
}

.pricelist .pricesheet__wrap__txtbox__items__item__txt th,
.pricelist .pricesheet__wrap__txtbox__items__item__txt td {
  border: solid 2px #b0b0b0;
  /* 枠線指定 */
}

.pricelist .pricesheet__wrap__txtbox__items__item__txt table {
  border-collapse: collapse;
  /* セルの線を重ねる */
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.2em;
}

.pricelist .pricesheet__wrap__txtbox__items__item__txt table th {
  width: 54%;
  /* 幅指定 */
  background-color: #9dd380;
  padding: 8px 0;
  font-weight: normal;
}

.pricelist .pricesheet__wrap__txtbox__items__item__txt table td {
  width: 46%;
}

.pricelist .pricesheet__wrap__txtbox__items__item__txt table tr {
  height: 50px;
}

.pricelist .pricesheet__wrap__txtbox__items__item__txt table.table01 {
  border-collapse: collapse;
  /* セルの線を重ねる */
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}

.pricelist .pricesheet__wrap__txtbox__items__item__txt table.table01 .rowspan-fix {
  border-bottom: none !important;
}

.pricelist .pricesheet__wrap__txtbox__items__item__txt table.table01 tr th:first-child {
  width: 44%;
  /* 幅指定 */
  background-color: #9dd380;
}

.pricelist .pricesheet__wrap__txtbox__items__item__txt table.table01 tr th:nth-child(2) {
  width: 34%;
  /* 幅指定 */
  background-color: #9dd380;
}

.pricelist .pricesheet__wrap__txtbox__items__item__txt table.table01 td {
  width: 22%;
}

.pricelist .pricesheet__wrap__txtbox__items__item__txt .insuBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 2px #b0b0b0;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.7em 2em;
  -webkit-column-gap: 12px;
  column-gap: 12px;
}

.price-list2__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
}

.price-list2 .counterplan_box__cource {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0;
  column-gap: 0;
  row-gap: 30px;
}

.price-list2 .counterplan_box__cource__item {
  text-align: center;
  -webkit-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
}

.price-list2 .counterplan_box__cource__item p {
  font-size: 18px;
}

.price-list2 .counterplan_box__cource__item__img {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: fit-content;
  text-align: center;
}

.price-list2 .counterplan_box__cource__item__img img {
  height: 120px !important;
  width: 120px !important;
}

.price-list2 .counterplan_box__cource__item__img .img-fix1 img {
  height: 110px;
  width: 132px;
}

.price-list2 .counterplan_box__cource__item__img span {
  position: absolute;
  top: -20%;
  left: -20%;
  font-weight: bold;
  font-size: 30px;
  color: #b0b0b0;
}

.price-cource {
  padding: 0 4.4%;
}

.price-cource__price01 {
  margin: 120px 0;
}

.price-cource__price01 p {
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0.2em auto 0;
  font-size: 16px;
}

.price-cource__price01__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.price-cource__price01__box {
  border: solid 2px #b0b0b0;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}

.price-cource__price01__box table {
  margin: 0 auto;
  font-size: 24px;
}

.price-cource__price01__box table tr td {
  padding-left: 20px;
}

.price-cource__price02 {
  text-align: center;
}

.price-cource__price02__title {
  font-size: 30px;
  margin: 50px auto 30px;
}

.price-cource__price02__txt {
  font-size: 18px;
}

.question-wrap {
  max-width: 1300px;
  margin: 0 auto;
}

.donguri-blog {
  margin: 4em auto 0;
  max-width: 1300px;
  overflow: wrap;
  overflow-wrap: break-word;
  word-break: break-all;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: 32px;
  /* Begin bidirectionality settings (do not change) */
  /*画像中央合わせ*/
}

.donguri-blog__header {
  position: relative;
}

.donguri-blog__header__title {
  font-size: 31px !important;
  margin: 0.5em 0;
}

.donguri-blog__header__date {
  font-size: 14px;
  color: #474747;
}

.donguri-blog__content {
  margin-top: 60px;
}

.donguri-blog html,
.donguri-blog address,
.donguri-blog blockquote,
.donguri-blog body,
.donguri-blog dd,
.donguri-blog div,
.donguri-blog dl,
.donguri-blog dt,
.donguri-blog fieldset,
.donguri-blog form,
.donguri-blog frame,
.donguri-blog frameset,
.donguri-blog h1,
.donguri-blog h2,
.donguri-blog h3,
.donguri-blog h4,
.donguri-blog h5,
.donguri-blog h6,
.donguri-blog noframes,
.donguri-blog ol,
.donguri-blog p,
.donguri-blog ul,
.donguri-blog center,
.donguri-blog dir,
.donguri-blog hr,
.donguri-blog menu,
.donguri-blog pre {
  display: block;
  unicode-bidi: embed;
}

.donguri-blog li {
  display: list-item;
  list-style-type: inherit;
}

.donguri-blog head {
  display: none;
}

.donguri-blog table {
  display: table;
}

.donguri-blog tr {
  display: table-row;
}

.donguri-blog thead {
  display: table-header-group;
}

.donguri-blog tbody {
  display: table-row-group;
}

.donguri-blog tfoot {
  display: table-footer-group;
}

.donguri-blog col {
  display: table-column;
}

.donguri-blog colgroup {
  display: table-column-group;
}

.donguri-blog td,
.donguri-blog th {
  display: table-cell;
}

.donguri-blog caption {
  display: table-caption;
}

.donguri-blog th {
  font-weight: bolder;
  text-align: center;
}

.donguri-blog caption {
  text-align: center;
}

.donguri-blog body {
  margin: 8px;
}

.donguri-blog h1 {
  font-size: 2em;
  margin: .67em 0;
}

.donguri-blog h2 {
  font-size: 1.5em;
  margin: .75em 0;
}

.donguri-blog h3 {
  font-size: 1.17em;
  margin: .83em 0;
}

.donguri-blog h4,
.donguri-blog p,
.donguri-blog blockquote,
.donguri-blog ul,
.donguri-blog fieldset,
.donguri-blog form,
.donguri-blog ol,
.donguri-blog dl,
.donguri-blog dir,
.donguri-blog menu {
  margin: 1.12em 0;
}

.donguri-blog h5 {
  font-size: .83em;
  margin: 1.5em 0;
}

.donguri-blog h6 {
  font-size: .75em;
  margin: 1.67em 0;
}

.donguri-blog h1,
.donguri-blog h2,
.donguri-blog h3,
.donguri-blog h4,
.donguri-blog h5,
.donguri-blog h6,
.donguri-blog b,
.donguri-blog strong {
  font-weight: bolder;
}

.donguri-blog blockquote {
  margin-left: 40px;
  margin-right: 40px;
}

.donguri-blog i,
.donguri-blog cite,
.donguri-blog em,
.donguri-blog var,
.donguri-blog address {
  font-style: italic;
}

.donguri-blog pre,
.donguri-blog tt,
.donguri-blog code,
.donguri-blog kbd,
.donguri-blog samp {
  font-family: monospace;
}

.donguri-blog pre {
  white-space: pre;
}

.donguri-blog button,
.donguri-blog textarea,
.donguri-blog input,
.donguri-blog select {
  display: inline-block;
}

.donguri-blog big {
  font-size: 1.17em;
}

.donguri-blog small,
.donguri-blog sub,
.donguri-blog sup {
  font-size: .83em;
}

.donguri-blog sub {
  vertical-align: sub;
}

.donguri-blog sup {
  vertical-align: super;
}

.donguri-blog table {
  border-spacing: 2px;
}

.donguri-blog thead,
.donguri-blog tbody,
.donguri-blog tfoot {
  vertical-align: middle;
}

.donguri-blog td,
.donguri-blog th,
.donguri-blog tr {
  vertical-align: inherit;
}

.donguri-blog s,
.donguri-blog strike,
.donguri-blog del {
  text-decoration: line-through;
}

.donguri-blog hr {
  border: 1px inset;
}

.donguri-blog ol,
.donguri-blog ul,
.donguri-blog dir,
.donguri-blog menu,
.donguri-blog dd {
  margin-left: 40px;
}

.donguri-blog ol {
  list-style-type: decimal;
}

.donguri-blog ol ul,
.donguri-blog ul ol,
.donguri-blog ul ul,
.donguri-blog ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.donguri-blog u,
.donguri-blog ins {
  text-decoration: underline;
}

.donguri-blog br:before {
  content: “\A”;
  white-space: pre-line;
}

.donguri-blog center {
  text-align: center;
}

.donguri-blog :link,
.donguri-blog :visited {
  text-decoration: underline;
}

.donguri-blog :focus {
  outline: thin dotted invert;
}

.donguri-blog BDO[DIR=”ltr”] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.donguri-blog BDO[DIR=”rtl”] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.donguri-blog *[DIR=”ltr”] {
  direction: ltr;
  unicode-bidi: embed;
}

.donguri-blog *[DIR=”rtl”] {
  direction: rtl;
  unicode-bidi: embed;
}

.donguri-blog .aligncenter {
  margin: 0 auto;
  text-align: center;
}

.donguri-blog .alignleft {
  margin-left: 1px;
  text-align: left;
}

.donguri-blog .alignright {
  margin-right: 1px;
  text-align: right;
}

.donguri-blog img {
  display: block;
}

.touin-page {
  text-align: justify;
  text-justify: inter-ideograph;
}

.touin-page__head-tbox {
  margin: 0 auto;
  max-width: 1300px;
  padding: 100px 20px;
  text-align: center;
}

.touin-page__head-tbox__title {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}

.touin-page__head-tbox__txt {
  font-size: 24px;
}

.touin-page__director-box {
  text-align: center;
  background-color: #cec1b1;
  padding: 80px 4%;
}

.touin-page__director-box__wrap {
  max-width: 1300px;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px 16px;
}

.touin-page__director-box__wrap__title {
  color: #957657;
  font-size: 36px;
  font-weight: bold;
}

.touin-page__director-box__wrap__img {
  margin: 16px auto 0;
  max-height: 440px;
  max-width: 900px;
  border-radius: 8px;
  position: relative;
}

.touin-page__director-box__wrap__img__txt {
  font-size: 24px;
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}

.touin-page__director-box__wrap p {
  margin: 2em auto;
}

.touin-page__director-box__wrap__about {
  margin: 80px auto;
}

.touin-page__director-box__wrap__about .item {
  margin: 40px 0;
}

.touin-page__director-box__wrap__about .item .title {
  font-size: 24px;
}

.touin-page__director-box__wrap__about .item p {
  margin: 0;
}

.touin-page__storeInfo {
  text-align: center;
  max-width: 1300px;
  margin: 100px auto;
  padding: 0 4.4%;
}

.touin-page__storeInfo__title {
  color: #957657;
  font-size: 36px;
  font-weight: bold;
}

.touin-page__storeInfo__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  column-gap: 50px;
  margin: 50px 0;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.touin-page__storeInfo__box__img {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.touin-page__storeInfo__box__txt {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: left;
}

.touin-page__storeInfo__box__txt p {
  font-size: 22px;
}

.touin-page__storeInfo__box__txt__line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.touin-page__storeInfo__box__txt__line .line1 {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.touin-page__storeInfo__box__txt__line .line2 {
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

@media screen and (min-width: 735px) {
  .donguri-title {
    font-size: 30px;
  }

  .donguri-title-logo img {
    width: 50px;
  }

  .o-img-size {
    height: 235px;
  }

  .PC {
    display: block !important;
  }

  .SP {
    display: none;
  }

  .SP-br {
    display: none;
  }

  .display-f {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

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

  .pd-top {
    padding-top: 50px !important;
  }

  .pd-btm {
    padding-bottom: 50px !important;
  }

  .mg-top {
    margin-top: 50px !important;
  }

  .mg-btm {
    margin-bottom: 50px !important;
  }

  .page-index__text,
  .top-shoukai-inner,
  .top-blog-inner,
  .page-kodawari,
  .page-menu {
    margin-top: 50px !important;
  }

  .page-introduction,
  .page-blog,
  .page-access,
  .page-faq {
    margin-top: 50px !important;
  }

  .bgc__icon {
    position: fixed;
    top: 15px;
    left: 8px;
    width: 45px;
    height: 45px;
  }

  .bgc__icon p {
    display: block;
    color: #2b2a29;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }

  p {
    font-size: 18px;
  }

  .text-L__red,
  .text-L__blue,
  .text-L__green,
  .text-L__yellow,
  .text-L__pink {
    font-size: 35px;
  }

  .text-L__red,
  .text-L__blue,
  .text-L__green,
  .text-L__yellow,
  .text-L__pink {
    font-size: 45px;
  }

  .text-LL__red,
  .text-LL__blue,
  .text-LL__green,
  .text-LL__yellow,
  .text-LL__pink {
    font-size: 45px;
  }

  .text-LL__red,
  .text-LL__blue,
  .text-LL__green,
  .text-LL__yellow,
  .text-LL__pink {
    font-size: 50px;
  }

  .gnav-btn {
    display: none;
  }

  .home .l-header {
    height: 600px;
  }

  .l-header {
    width: 100%;
    max-width: 1200px;
    padding: 60px 0 25px;
    margin: 0 auto;
  }

  .l-paper::before,
  .l-paper::after {
    left: 25px;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  .l-paper::after {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    right: 25px;
    left: auto;
  }

  .pc-nav__lists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    -webkit-animation: FadeInNavi 1s linear;
    animation: FadeInNavi 1s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .l-wrapper {
    width: 100%;
    max-width: 670px;
    padding: 80px 15px;
  }

  .l-wrapper__clip {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter: drop-shadow(0px -3px 4px #4E4848);
    filter: drop-shadow(0px -3px 4px #4E4848);
    z-index: 1111;
    top: 0px;
    width: 220px;
    -webkit-filter: drop-shadow(0px -3px 5px #4E4848);
    filter: drop-shadow(0px -3px 5px #4E4848);
  }

  .c-breadcrumb {
    font-size: 14px;
    padding: 5px 15px;
  }

  .category-news-tag {
    top: 0px;
    right: 5px;
    font-size: 10px;
    padding: 3px 2px 3px;
  }

  .category-blog-tag {
    font-size: 10px;
    padding: 3px 2px 3px;
  }

  .c-flow {
    margin: 40px auto 50px;
  }

  .c-flow__title {
    font-size: 30px;
  }

  .c-flow-box {
    font-size: 18px;
    padding: 50px 40px 10px;
  }

  .c-flow-box-title {
    padding: 10px 30px 10px 35px;
  }

  .c-flow-box-img {
    width: calc(50% - 5px);
    margin-right: 5px;
    margin-bottom: 0;
  }

  .c-flow-box-textbox {
    width: calc(50% - 5px);
    margin-left: 5px;
  }

  .c-flow-box-textbox p {
    padding-left: 10px;
  }

  .c-footer__logo {
    width: 75px;
    margin: 25px auto;
  }

  .c-footer__detail {
    width: calc(60% - 20px);
    padding: 0 10px;
  }

  .c-footer__map {
    width: calc(40% - 30px);
    margin-right: 20px;
  }

  .c-footer__calendar {
    padding: 0 20px 10px;
  }

  .c-footer__copy {
    font-size: 12px;
  }

  .c-header__logo {
    width: 380px;
    margin: 90px auto 290px;
  }

  .c-header__logo-color {
    width: 235px;
    margin: 60px auto 290px;
  }

  .c-header__husen {
    position: absolute;
    top: 55px;
    right: 30px;
    width: 180px;
    color: #2b2a29;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    padding: 40px 15px 10px;
    box-shadow: 0 0.25rem 0.25rem rgba(131, 112, 84, 0.349);
    background-image: linear-gradient(180deg, rgba(115, 115, 115, 0.1) 2rem, rgba(255, 255, 255, 0) 2.5rem), linear-gradient(180deg, #feddf1, #f8dbed);
    -webkit-transform: rotate(357deg);
    transform: rotate(357deg);
    border-bottom: 1px solid rgba(131, 112, 84, 0.349);
    border-radius: 4% 8% 0 10%;
    overflow: hidden;
    -webkit-animation: FadeInLogo 1s linear;
    animation: FadeInLogo 1s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .c-header__pic {
    margin-bottom: 100px;
  }

  .c-header__pic img {
    height: 300px;
  }

  .c-header__pic__title {
    font-size: 30px;
  }

  .c-header__gnav {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    padding: 0 20px;
    -webkit-animation: FadeInNavi 1s linear;
    animation: FadeInNavi 1s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .c-header__gnav__text {
    bottom: 10px;
    font-size: 11px;
  }

  #logo_loader .f_logo {
    top: 45%;
  }

  .menu-lists {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  #topics {
    padding: 20px 0 0 0;
    -webkit-justify-content: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }

  .topics-title {
    margin-top: 8px;
    line-height: 2.3;
  }

  .bx-wrapper {
    padding-left: 15px;
  }

  .bx-wrapper .bx-viewport a {
    height: 45px !important;
  }

  .new-text {
    padding-top: 3px;
  }

  .p-card {
    width: calc(33.333% - 10px);
    padding: 0 5px;
  }

  .p-card__thumbnail {
    width: 180px;
    height: 180px;
  }

  .page-access__bottombox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-access__bottombox:nth-child(odd) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .page-access__bottombox__pic {
    width: calc(50% - 20px);
  }

  .page-access__bottombox__text {
    width: calc(50% - 20px);
  }

  .page-access-inforbox {
    font-weight: bold;
  }

  .page-access-timebox {
    width: 70%;
  }

  .page-access table {
    font-size: 17px;
  }

  .page-access table tbody tr td {
    padding-left: 40px;
  }

  .page-accident-header__title {
    font-size: 30px;
  }

  .blog-header,
  .page-blog-header {
    margin-bottom: 10px;
  }

  .blog-header__title,
  .page-blog-header__title {
    font-size: 25px;
    padding-left: 1.5em;
  }

  .blog-header__title::before,
  .page-blog-header__title::before {
    left: 15px;
    -webkit-transform: translateY(-37%);
    transform: translateY(-37%);
  }

  .blog-header__ptitle,
  .page-blog-header__ptitle {
    font-size: 25px;
    padding-left: 1.2em;
  }

  .blog-fristbox-list--text,
  .page-blog-fristbox-list--text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-fristbox-list--text__date,
  .page-blog-fristbox-list--text__date {
    width: 20%;
  }

  .blog-fristbox-list--text__title,
  .page-blog-fristbox-list--text__title {
    width: 80%;
  }

  .blog-fristbox-list--text__desc,
  .page-blog-fristbox-list--text__desc {
    display: block;
    font-size: 18px;
    padding-top: 10px;
    line-height: 1.5;
  }

  .blog-secbox,
  .page-blog-secbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-secbox-list,
  .page-blog-secbox-list {
    width: calc(33.333%);
    padding: 10px 5px 20px;
  }

  .blog-threebox-list,
  .page-blog-threebox-list {
    width: 100%;
  }

  .blog-body,
  .page-blog-body {
    padding-left: 2em;
  }

  .blog-body__time,
  .page-blog-body__time {
    margin-bottom: 10px;
  }

  .page-blog-flex {
    width: calc(50% - 10px);
  }

  .blog-secbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
  }

  .blog-secbox-list {
    width: calc(50% - 10px);
    padding: 10px 5px;
  }

  .page-top__line {
    top: 11px;
    right: 20px;
    left: auto;
  }

  .page-top__line__link::after {
    content: "LINEからご予約";
    top: 10px;
    right: 25px;
    font-size: 16px;
    line-height: 1.2;
  }

  .page-top__line__link {
    width: 210px;
  }

  .page-scroll__line {
    width: 60px;
    height: 80px;
    top: 60%;
    right: 20px;
  }

  .page-faq__wrap {
    margin: 70px auto;
  }

  .page-index__title {
    font-size: 30px;
  }

  .page-index__text {
    margin-bottom: 60px;
  }

  .page-index .kodawari {
    padding: 30px 0 50px;
  }

  .page-index .top-shoukai,
  .page-index .top-blog {
    padding: 50px 0px;
  }

  .page-index .top-riyuu__title {
    padding: 10px 30px 10px 35px;
  }

  .page-index .top-riyuu__text {
    padding-left: 40px;
  }

  .page-index-worries .row {
    padding: 0 0 0 60px;
  }

  .page-index-sita {
    width: 70px;
  }

  .top-flow__title {
    font-size: 30px;
    padding-top: 60px;
    margin-top: 60px;
  }

  .page-introduction__bottombox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .page-introduction__bottombox__pic {
    width: calc(50% - 20px);
  }

  .page-introduction__bottombox__text {
    width: calc(50% - 20px);
  }

  .page-introduction-fristbox {
    margin-bottom: 100px;
  }

  .page-introduction-picbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1000px;
    padding: 0px;
    margin: 0px auto;
  }

  .page-index__title,
  .page-kodawari__title,
  .page-menu__title,
  .page-access__title,
  .page-faq__title,
  .page-introduction__title,
  .page-menu__title {
    font-size: 30px;
  }

  .page-kotei {
    margin-top: 30px;
  }

  .page-kotei__title {
    font-size: 30px;
  }

  .page-kotei__text {
    margin: 50px 0 60px;
  }

  .page-kotei .topbox {
    margin: 25px auto 50px !important;
  }

  .page-kotei__bottombox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-kotei__bottombox:nth-child(odd) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .page-kotei__bottombox__pic {
    width: calc(50% - 20px);
  }

  .page-kotei__bottombox__text {
    width: calc(50% - 20px);
  }

  .page-kotei__bottombox__text h3 {
    padding: 10px 30px 10px 35px;
  }

  .page-kotei__bottombox__text p {
    padding: 0 5px;
  }

  .page-kotei-fristbox {
    margin: 40px auto 50px;
  }

  .page-kotei-fristbox__pic {
    height: 300px;
  }

  .page-kotei-fristbox__textbox {
    font-size: 18px;
    padding: 30px 40px;
  }

  .page-kotei-fristbox__textbox h4 {
    font-size: 1.3em;
    padding-bottom: 20px;
  }

  .page-kotei-fristbox__textbox p {
    padding: 0 5px !important;
  }

  .page-kotei-fristbox__textbox .staff-title {
    padding-bottom: 30px;
  }

  .page-kotei-fristbox__textbox .staff-subtitle {
    padding-bottom: 5px;
  }

  .page-kotei-fristbox__textbox .staff-text {
    padding: 0 5px 40px !important;
  }

  .page-menu__bottombox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .page-menu__bottombox__pic {
    width: calc(50% - 20px);
  }

  .page-menu__bottombox__text {
    width: calc(50% - 20px);
  }

  .page-menu-fristbox {
    margin-bottom: 100px;
  }

  .page-menu-fristbox:last-child {
    margin-bottom: 0;
  }

  .page-menu-fristbox__pic {
    height: 300px;
  }

  .page-menu-fristbox__pic__title {
    font-size: 30px;
  }

  .page-menu-fristbox__menubox table tr {
    display: table-row;
  }

  .page-menu-secbox {
    width: calc(50% - 10px);
    margin: 0px auto;
  }

  .page-menu-secbox__pic {
    height: 200px;
  }

  .page-menu-secbox__menubox table tr {
    display: table-row;
  }

  .page-menu strong {
    font-size: 25px;
  }

  .page-visit-header__title {
    font-size: 30px;
  }
}

@media screen and (min-width: 980px) {
  .TB {
    display: none;
  }

  .TB-br {
    display: none;
  }

  img {
    width: auto;
  }

  .c-mv-top {
    height: 475px;
  }

  .p-pagination__single {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }

  .p-pagination__single .single-pagination {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }

  .p-pagination__single .single-pagination__pic {
    width: calc(32% - 10px);
  }

  .p-pagination__single .single-pagination__title {
    width: 68%;
    font-size: 16px;
  }

  .p-pagination__single .single-pagination__title span {
    font-size: 14px;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }

  .u-sp-hide-b {
    display: block !important;
  }

  .u-fs-8 {
    font-size: 16px;
  }

  .u-fs-9 {
    font-size: 16px;
  }

  .u-fs-10 {
    font-size: 16px;
  }

  .u-fs-11 {
    font-size: 16px;
  }

  .u-fs-12 {
    font-size: 16px;
  }

  .u-fs-13 {
    font-size: 16px;
  }

  .u-fs-14 {
    font-size: 16px;
  }

  .u-fs-15 {
    font-size: 16px;
  }

  .u-fs-16 {
    font-size: 16px;
  }

  .u-fs-17 {
    font-size: 16px;
  }

  .u-fs-18 {
    font-size: 16px;
  }

  .u-fs-19 {
    font-size: 16px;
  }

  .u-fs-20 {
    font-size: 16px;
  }

  .u-fs-21 {
    font-size: 16px;
  }

  .u-fs-22 {
    font-size: 16px;
  }

  .u-fs-23 {
    font-size: 16px;
  }

  .u-fs-24 {
    font-size: 16px;
  }

  .u-fs-25 {
    font-size: 16px;
  }

  .u-fs-26 {
    font-size: 16px;
  }

  .u-fs-27 {
    font-size: 16px;
  }

  .u-fs-28 {
    font-size: 16px;
  }

  .u-fs-29 {
    font-size: 16px;
  }

  .u-fs-30 {
    font-size: 16px;
  }

  .u-fs-31 {
    font-size: 16px;
  }

  .u-fs-32 {
    font-size: 16px;
  }

  .u-fs-33 {
    font-size: 16px;
  }

  .u-fs-34 {
    font-size: 16px;
  }

  .u-fs-35 {
    font-size: 16px;
  }

  .u-fs-36 {
    font-size: 16px;
  }

  .u-fs-37 {
    font-size: 16px;
  }

  .u-fs-38 {
    font-size: 16px;
  }

  .u-fs-39 {
    font-size: 16px;
  }

  .u-fs-40 {
    font-size: 16px;
  }

  .f-s-small {
    font-size: 16px;
  }
}

@media screen and (min-width: 1000px) {
  .bgc__icon {
    position: fixed;
    top: 15px;
    left: 20px;
    width: 60px;
    height: 60px;
  }

  .bgc__icon p {
    font-size: 14px;
  }

  .mobile-menu {
    display: none !important;
  }

  .home .l-header {
    height: 600px;
  }

  .l-paper {
    top: 0;
    padding: 0 20px 40px;
  }

  .pc-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-sec-content {
    padding: 0 0 100px;
  }

  .l-wrapper {
    max-width: 880px;
    padding: 80px 20px;
  }

  .l-wrapper__clip {
    width: 250px;
  }

  .category-news-tag {
    top: 0px;
    font-size: 12px;
    padding: 4px 5px 4px;
  }

  .category-blog-tag {
    font-size: 12px;
    padding: 4px 5px 4px;
  }

  .c-footer__logo {
    width: 130px;
    margin: 50px auto 20px;
  }

  .c-footer__bottombox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-header__logo {
    width: 430px;
    margin: 120px auto 160px;
  }

  .c-header__logo-color {
    width: 300px;
    margin: 100px auto 200px;
  }

  .c-header__husen {
    top: 85px;
    right: 25px;
    width: 230px;
    color: #2b2a29;
    font-size: 18px;
  }

  .c-header__pic {
    margin-bottom: 100px;
  }

  .c-header__gnav__text {
    bottom: 0px;
    font-size: 13px;
  }

  .pc-nav__lists.UpMove {
    width: 93.5%;
    max-width: 839px;
    padding: 20px 40px;
  }

  .p-card {
    width: calc(33.333% - 10px);
  }

  .p-card__thumbnail {
    width: 220px;
    height: 220px;
  }

  .blog-header__title,
  .page-blog-header__title {
    font-size: 30px;
  }

  .blog-header__ptitle,
  .page-blog-header__ptitle {
    font-size: 30px;
  }

  .blog-secbox-list,
  .page-blog-secbox-list {
    width: calc(33.333% - 10px);
    padding: 10px 10px 20px;
    margin: 0 5px;
  }

  .page-top__line {
    top: 22px;
  }

  .page-scroll__line {
    right: 80px;
  }

  .page-index-worries .row {
    padding: 0 0 0 155px;
  }

  .p-pagination {
    font-size: 20px;
  }

  .p-pagination_arrow {
    width: 40px;
    height: 40px;
    margin: 0px 4px;
  }

  .p-pagination_arrow:after {
    top: 3px;
  }

  .p-pagination_count {
    width: 40px;
    height: 40px;
    margin: 0px 4px;
    line-height: 34px;
  }
}

@media screen and (min-width: 1440px) {
  .l-wrapper {
    max-width: 1100px;
    padding: 80px 20px;
  }

  .l-wrapper__clip {
    width: 270px;
  }

  .pc-nav__lists.UpMove {
    width: 93.5%;
    max-width: 1060px;
    padding: 20px 40px;
  }

  .p-card__thumbnail {
    width: 260px;
    height: 260px;
  }

  .page-index-worries .row {
    padding: 0 0 0 140px;
  }

  .page-kotei {
    margin-top: 50px;
  }
}

@media (max-width: 1300px) {
  .page-houmon__box4 {
    padding: 0 4.4%;
  }

  main img {
    padding: 0 40px !important;
  }

  .google_reputation_box {
    margin: 80px 4.4%;
  }

  .blog_box__articles .title-word {
    width: calc(100vw -140px);
  }

  .co-header {
    height: 0;
    padding-top: 23.1%;
  }

  .donguri-blog {
    padding: 4.4%;
  }
}

@media (max-width: 1200px) {
  .pc-nav__lists {
    max-width: 980px;
  }

  .pc-nav__lists__text {
    font-size: 13px;
  }

  .menu-upper-header {
    max-width: 980px;
  }

  .menu-upper-header__logo-box {
    width: 40%;
  }

  .menu-upper-header__logo-box__text {
    font-size: 12px;
  }

  .menu-upper-header__logo-box img {
    width: 100%;
  }

  .menu-upper-header__calendar-box {
    width: 25%;
  }

  .menu-upper-header__calendar-box img {
    width: 100%;
  }

  .menu-upper-header__calendar-box__child__text {
    bottom: 0;
    font-size: 12px;
    line-height: 1.1em;
  }

  .menu-upper-header__btn-box {
    width: 30%;
  }

  .menu-upper-header__btn-box .button01__text {
    font-size: 12px;
  }

  .wrapper-footer {
    max-width: 980px;
  }

  .wrapper-footer.wf01 .wf01-text {
    font-size: 14px;
    padding: 0 4.4%;
  }

  .wrapper-footer.wf02 .instagram-text .insta-donguri {
    top: 0px;
    right: -65px;
  }

  .wrapper-footer.wf02 .instagram-text .insta-donguri img {
    width: 40px;
    height: 47px;
  }

  .wrapper-footer.wf02 .sitemap-text {
    font-size: 18px;
  }

  .wrapper-footer.wf02 .instagram-text {
    font-size: 16px;
  }

  .wrapper-footer.wf03 .card_box__text {
    width: 315px;
  }

  .wrapper-footer.wf04 .address-box {
    width: 80%;
    text-align: left;
    margin: 0 auto;
  }

  .wrapper-footer.wf04 p.f_font-size {
    font-size: 15px;
  }

  .index_ex__box {
    max-width: 980px;
  }

  .index_ex__box__text {
    font-size: 18px;
  }

  .index_ex__box span {
    font-size: 20px;
  }

  .worry_box__flex .flex-item.f-basis20 {
    width: 40% !important;
  }

  .worry_box {
    max-width: 980px;
  }

  .worry_box__title {
    font-size: 15px;
    margin-bottom: 2em;
  }

  .worry_box__title span {
    font-size: 24px;
  }

  .worry_box__flex {
    row-gap: 20px;
  }

  .worry_box__flex .flex-item {
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 28px;
    column-gap: 28px;
  }

  .co-header__test {
    transition-delay: 0.5s;
    font-size: 40px;
  }
}

@media (max-width: 1080px) {
  .pricelist .pricesheet__wrap__txtbox__items__item__title {
    font-size: 20px;
  }

  .pricelist .pricesheet__wrap__txtbox__items__item__txt {
    font-size: 16px;
  }

  .pricelist .pricesheet__wrap__txtbox__items__item__txt__upper {
    min-height: 0;
  }

  .price-list2 .counterplan_box__cource__item {
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}

@media (max-width: 980px) {
  .pc-nav__lists {
    max-width: 735px;
  }

  .pc-nav__lists__text {
    font-size: 11px;
  }

  .access2__calendar {
    width: 100%;
    margin-top: 20px;
  }

  .menu-upper-header {
    max-width: 736px;
  }

  .menu-upper-header {
    height: 140px;
  }

  .menu-upper-header__logo-box {
    width: 40%;
  }

  .menu-upper-header__logo-box__text {
    font-size: 10px;
  }

  .menu-upper-header__logo-box img {
    width: 100%;
  }

  .menu-upper-header__calendar-box {
    width: 25%;
  }

  .menu-upper-header__calendar-box img {
    width: 100%;
  }

  .menu-upper-header__calendar-box__child__text {
    bottom: 0;
    font-size: 10px;
    line-height: 1.1em;
  }

  .menu-upper-header__btn-box {
    width: 30%;
  }

  .menu-upper-header__btn-box .button01 {
    padding: 0.3em;
    margin-bottom: 0.5em;
  }

  .menu-upper-header__btn-box .button01__text {
    font-size: 10px;
  }

  .menu-upper-header__btn-box .button01 {
    line-height: 1.2em;
  }

  .menu-upper-header__btn-box .icon-text {
    font-size: 16px;
  }

  .wrapper-footer {
    max-width: 736px;
  }

  .wrapper-footer.wf01 .wf01-text {
    font-size: 12px;
  }

  .wrapper-footer.wf02 .instagram-text .insta-donguri {
    top: 2px;
    right: -45px;
  }

  .wrapper-footer.wf02 .instagram-text .insta-donguri img {
    width: 34px;
    height: 40px;
  }

  .wrapper-footer.wf02 .sitemap-text {
    font-size: 16px;
    margin-left: 16px;
  }

  .wrapper-footer.wf02 .instagram-text {
    font-size: 14px;
  }

  .wrapper-footer.wf02 .instagram-text_underbox {
    font-size: 12px;
  }

  .wrapper-footer.wf02 .flex-item04 {
    width: 51%;
  }

  .wrapper-footer.wf03 .card_box__text {
    width: 260px;
  }

  .wrapper-footer.wf04 .map {
    padding-top: 56.25%;
  }

  .wrapper-footer.wf04 .map iframe {
    height: 100%;
  }

  .wrapper-footer.wf04 .address-box {
    width: 80%;
    text-align: left;
    margin: 0 auto;
  }

  .wrapper-footer.wf04 p.f_font-size {
    font-size: 13px;
  }

  .wrapper-footer.wf04 .text-col1 {
    font-size: 26px;
  }

  .page-houmon__box2__sheet__in__address {
    font-size: 20px;
  }

  .index_ex__box {
    max-width: 756px;
  }

  .index_ex__box__text {
    font-size: 16px;
  }

  .index_ex__box span {
    font-size: 16px;
  }

  .flow-sejyutu .box26 {
    border: none;
    padding: 0;
    margin: 0;
  }

  .flow-sejyutu .box26__parent__child__img img {
    border-radius: 0px;
    height: auto;
    width: 100%;
  }

  .flow-sejyutu .box26__parent__child__img__flg {
    position: static;
    display: block;
    width: auto;
    border-radius: 0px;
  }

  .flow-sejyutu .box26 .box-title {
    text-align: center;
    width: 100%;
  }

  .wrap001 {
    padding: 25px 4.4%;
    margin: 0;
  }

  .wrap001 .reason_box {
    margin: 0 auto;
    pading: 0 4.4%;
  }

  .wrap001 .reason_box__contents__item__title p {
    font-size: 16px;
  }

  .co-header__test {
    transition-delay: 0.5s;
    font-size: 34px;
  }

  .inhos {
    padding: 0 4.4%;
  }

  .inhos__mimgs {
    row-gap: 40px;
  }

  .inhos__mimgs__img {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .inhos__mimgs__img p {
    margin-top: 20px;
  }

  .inhos__cleanbox {
    margin: 40px auto;
  }

  .inhos__cleanbox__imgs__img {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .inhos__cleanbox__text {
    width: -webkit-fit-content;
    width: fit-content;
    text-align: center;
    text-justify: inter-ideograph;
    font-size: 15px;
  }

  .page-koutsu .box01__inBox {
    display: block !important;
  }

  .page-koutsu .box01__inBox .box01-1 {
    border: none !important;
  }

  .page-koutsu .box01__inBox .box01-1 .box-title {
    color: #ff6e3b;
    background-color: #fff;
    border-bottom: solid 4px #ff6e3b;
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
  }

  .page-koutsu .box01__inBox .box01-1 .box-title.green {
    color: #06c755;
    background-color: #fff;
    border-bottom: solid 4px #06c755 !important;
    width: 90%;
    margin: 0 auto;
  }

  .page-koutsu .box01__inBox .box01-1 .box2-flex .box-txt3 {
    text-align: center;
    font-size: 16px;
    display: block;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 4.4%;
    margin-top: 12px;
  }

  .page-koutsu .box01__inBox .box01-1 .box2-flex .box-txt3 span {
    display: none;
  }

  .page-koutsu .box01__inBox .box01-1 .box2-flex .line-imgbox {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pager {
    margin-bottom: 60px;
  }

  .pager .pagination li {
    display: none;
  }

  .pager .pagination li.pager-sp {
    display: inline-block;
  }

  .pager .pagination li.dots {
    border: none;
    display: inline-block;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: 15%;
    height: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 756px) {
  .mobile-menu {
    background-color: #fffefa;
  }
}

@media (max-width: 756px) {
  .access2-wrap {
    margin-top: 60px;
  }

  .mgt60 {
    margin-top: 60px !important;
  }

  .access2 {
    padding: 0 4.4%;
    margin-bottom: 0px;
  }

  .access2__subtitle {
    font-size: 18px;
    border-bottom: solid 4px #cec0b2;
  }

  .access2__subtext {
    margin: 20px auto;
  }

  .access2__imgs__box {
    -webkit-flex-basis: 98%;
    -ms-flex-preferred-size: 98%;
    flex-basis: 98%;
    text-align: center;
  }

  .gmapbox2 {
    padding: 0 2%;
    margin: 24px auto 60px;
  }

  .wrapper-footer.wf01 .wf01-text {
    font-size: 16px;
  }

  .wrapper-footer.wf02 .instagram-text .insta-donguri {
    z-index: -10;
    top: -57px;
    right: 10%;
  }

  .wrapper-footer.wf02 .instagram-text .insta-donguri img {
    width: 60px;
    height: 70px;
  }

  .wrapper-footer.wf02 .sitemap-text {
    margin-left: 0px;
  }

  .wrapper-footer.wf02 .flex-item03 {
    width: 100%;
    padding: 4.4%;
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
  }

  .wrapper-footer.wf02 .flex-item04 {
    width: 100%;
  }

  .wrapper-footer.wf02 .instagram-text {
    width: 100%;
    font-size: 18px;
  }

  .wrapper-footer.wf02 .instagram-text_underbox {
    font-size: 16px;
  }

  .wrapper-footer.wf02 .display-f {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper-footer.wf03 .card_box__text {
    margin: 2em auto 1em;
    width: 100%;
    border-bottom: solid 2px #9cd484;
    font-size: 16px;
  }

  .wrapper-footer.wf03 {
    padding: 0 4.4% 22px 4.4%;
  }

  .card_box {
    margin: 20px auto;
  }

  .card_box p {
    font-size: 18px;
  }

  .wrapper-footer.wf04 .map {
    padding-top: 400px;
  }

  .wrapper-footer.wf04 .map iframe {
    height: 90%;
  }

  .wrapper-footer.wf04 .flex1 {
    margin: 0 4.39%;
  }

  .wrapper-footer.wf04 .icon-text {
    font-weight: bold;
    font-size: 20px;
  }

  .wrapper-footer.wf04 .parking-button {
    margin: 24px auto;
  }

  .Blog-box {
    margin: 40px auto;
  }

  .Blog-box__blogs {
    padding: 0 2.4%;
  }

  .Blog-box__blogs__blog {
    display: inline-block;
    padding: 1.4em 4.4%;
  }

  .Blog-box__blogs__blog .new01:after {
    margin-left: 1em;
  }

  .Blog-box__blogs__blog__title2 {
    width: 90%;
  }

  .page-houmon {
    margin-top: 40px;
  }

  .page-houmon__box1 {
    padding: 20px 4.4%;
  }

  .page-houmon__box1__contents {
    padding: 30px 12px;
  }

  .page-houmon__box1__contents__img {
    max-width: 30%;
  }

  .page-houmon__box1__contents__title {
    font-size: 18px;
  }

  .page-houmon__box1__contents__txt {
    font-size: 16px;
  }

  .page-houmon__box2__sheet {
    padding: 4.4%;
  }

  .page-houmon__box2__sheet__in {
    padding: 50px 20px;
  }

  .page-houmon__box2__sheet__in__clip {
    padding: 12px 90px;
    border: solid 8px #9a9a9a;
    top: -0.5%;
  }

  .page-houmon__box2__sheet__in__title {
    font-size: 18px;
  }

  .page-houmon__box2__sheet__in__address {
    font-size: 16px;
    line-height: 2em;
  }

  .page-houmon__box2__sheet__in__q {
    font-size: 18px;
  }

  .page-houmon__box2__sheet__in__list {
    font-size: 16px;
    width: -webkit-fit-content;
    width: fit-content;
  }

  .page-houmon__box2__sheet__in__list li {
    margin-bottom: 0.5em;
  }

  .page-houmon__box2__sheet__in__txtbox {
    font-size: 16px;
  }

  .page-houmon__box2__sheet__in__txtflex {
    display: block;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto;
  }

  .page-houmon__box2__sheet__in__txtflex__txt ul li {
    font-size: 16px;
  }

  .page-houmon__box2__sheet__in__txtwave {
    font-size: 16px;
    padding-top: 0px;
  }

  .page-houmon__box3 {
    display: block;
    padding: 0 4.4%;
  }

  .page-houmon__box3__item {
    margin-bottom: 60px;
  }

  .page-houmon__box3__item__item:last-child {
    margin-bottom: 0px;
  }

  .page-houmon__box3__item__title {
    font-size: 18px;
  }

  .page-houmon__box3__item__txt {
    font-size: 16px;
  }

  main {
    padding: 12px 0 20px !important;
  }

  main img {
    padding: 0 8px !important;
  }

  .slick-slide {
    /* margin-right: 0px !important; */
    /* margin-left: 0px !important; */
  }

  .slick-dots li {
    width: 23px !important;
    height: 29px !important;
  }

  .slick-dots {
    margin-top: 0px !important;
  }

  .index_ex {
    padding: 30px 4.4%;
  }

  .index_ex__box {
    font-size: 16px;
    padding: 4.4%;
    font-weight: 400;
  }

  .index_ex__box__button {
    margin: 0.7em auto;
  }

  .worry_box {
    padding: 8% 4.4%;
    margin: 0 auto;
  }

  .worry_box__img {
    margin: 0 auto 40px;
  }

  .worry_box__flex .flex-item__text span {
    font-size: 16px;
  }

  .worry_box__flex .flex-item.f-basis20 {
    width: 100% !important;
  }

  .worry_box {
    max-width: 980px;
  }

  .worry_box__title {
    font-size: 15px;
    margin-bottom: 2em;
  }

  .worry_box__title span {
    font-size: 24px;
  }

  .worry_box__flex {
    row-gap: 20px;
  }

  .worry_box__flex .flex-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 28px;
    column-gap: 28px;
  }

  .fukidasi001 p {
    font-size: 18px;
    padding: 0.8em 0;
  }

  .counterplan_box__incho {
    padding: 0 4.4%;
  }

  .counterplan_box__text {
    border: none;
    padding: 0em 4.4%;
  }

  .counterplan_box__cource {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 4%;
    column-gap: 4%;
    row-gap: 16px;
    margin: 0 auto;
  }

  .counterplan_box__cource__img {
    -webkit-flex-basis: 140px;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
  }

  .counterplan_box__cource__img img {
    width: 110px;
    height: 110px;
  }

  .counterplan_box__cource .img-fix1 img {
    height: 110px;
    width: 132px;
  }

  .counterplan_box__5text {
    padding: 36px 4.4%;
    margin-bottom: 0;
  }

  .counterplan_box__2way .box30 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .counterplan_box__2way .box30 .button01 {
    margin: 0.7em auto;
  }

  .counterplan_box__2way .box30 .box-title span {
    font-size: 15px;
  }

  .counterplan_box__2way .box30 p {
    padding: 15px 4.4%;
  }

  .flow-sejyutu {
    margin: 60px auto 10px;
    padding: 0 4.4%;
  }

  .flow-sejyutu .box26__parent {
    padding: 20px 0;
    row-gap: 40px;
  }

  .flow-sejyutu .box26__parent__child {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .flow-sejyutu .box26__parent__child__text {
    width: 100%;
  }

  .flow-sejyutu .box26 .box-title {
    font-size: 20px;
    padding: 0;
  }

  .wrap001 .reason_box__title {
    font-size: 18px;
    padding: 20px 0;
  }

  .wrap001 .reason_box__title span {
    font-size: 24px;
    font-weight: 900;
  }

  .wrap001 .reason_box__contents__item {
    -webkit-flex-basis: 97%;
    -ms-flex-preferred-size: 97%;
    flex-basis: 97%;
  }

  .wrap001 .reason_box__contents__item__title p span {
    margin-right: 0.3em;
    margin-left: 0.1em;
    font-size: 20px;
  }

  .menu_box {
    row-gap: 24px;
    margin: 0px auto 60px;
  }

  .menu_box__btns {
    row-gap: 24px;
  }

  .menu_box__btns__btn {
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }

  .menu_box .catch {
    font-size: 18px;
    padding-top: 40px;
  }

  .menu_box .catch:before,
  .menu_box .catch:after {
    border: none;
  }

  .menu_box .catch:before {
    margin: 0 auto;
  }

  .menu_box .catch:after {
    margin: 0 auto;
  }

  .menu_box__poster {
    row-gap: 40px;
  }

  .menu_box__poster__post {
    -webkit-flex-basis: 95%;
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
  }

  .blog_box__title {
    font-size: 18px;
  }

  .blog_box__title::after {
    background-image: none;
    width: 0em;
    height: 0em;
  }

  .blog_box__articles {
    padding: 30px 4.4%;
    font-size: 16px !important;
  }

  .blog_box__articles ul {
    width: auto;
  }

  .blog_box__articles ul li {
    width: auto;
  }

  .blog_box__articles .button01 {
    margin: 0.7em auto;
  }

  .co-header {
    margin-top: 20px;
  }

  .co-header__test {
    transition-delay: 0.5s;
    font-size: 26px;
  }

  .pankuzu {
    margin-top: 6px;
    font-size: 12px;
    padding: 0 4.4%;
  }

  .inhos__mtext {
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 40px 0;
  }

  .inhos__mtext p {
    font-size: 18px;
  }

  .page-koutsu .question-wrap-accident {
    padding: 0 4.4%;
  }

  .page-koutsu .p-wrap-koutsu {
    padding: 0 4.4%;
    margin: 0px auto;
  }

  .page-koutsu__title {
    font-size: 18px;
  }

  .page-koutsu__txt {
    font-size: 16px;
    margin: 40px 0;
  }

  .page-koutsu__qs {
    font-size: 16px;
    row-gap: 16px;
  }

  .page-koutsu .box01 .box-title {
    font-size: 18px;
  }

  .page-koutsu .box01 .box-txt {
    font-size: 16px;
    padding: 0 4.4%;
  }

  .page-koutsu .box01 .box-txt span {
    font-size: 18px;
  }

  .page-koutsu .box01 .box-txt01 {
    font-size: 16px;
    padding: 0 4.4%;
  }

  .page-koutsu .box01 .box-txt01 span {
    font-size: 16px;
  }

  .page-koutsu .box01__inBox .box01-1 .box-txt2 {
    height: 110px;
  }

  .page-koutsu .box01__inBox .box01-1 .button_f01 {
    height: 53px;
    margin-bottom: 0em;
  }

  .page-koutsu .box01__inBox .box01-1 .icon-text {
    font-size: 20px;
  }

  .page-koutsu__symp {
    padding: 45px 4.4%;
  }

  .page-koutsu__symp__box {
    padding: 0px;
  }

  .page-koutsu__symp__box__title {
    font-size: 18px;
    padding: 0.7em 0;
  }

  .page-koutsu__symp__box__items {
    display: block;
    padding: 20px 8px;
  }

  .page-koutsu__symp__box__items__item__title {
    font-size: 18px;
  }

  .page-koutsu__symp__box__items__item__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .page-koutsu__symp__box__items__item__wrap__txt {
    font-size: 16px;
  }

  .page-koutsu__symp__box__items2 {
    padding: 20px 8px;
  }

  .page-koutsu__symp__box__items2 .basetxt {
    font-size: 16px;
  }

  .page-koutsu__symp__box__items2 .pointtxt {
    font-size: 18px;
  }

  .page-koutsu__symp__box__items2 .pointtxt ul {
    -webkit-column-gap: 30px;
    column-gap: 30px;
    row-gap: 20px;
    padding: 0;
  }

  .page-koutsu .button01 {
    margin-top: 16px;
  }

  .pricelist .imgbox3 {
    margin: 30px 0;
  }

  .pricelist .imgbox3__wrap__content__img {
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }

  .pricelist .pricesheet {
    padding: 30px 0;
  }

  .pricelist .pricesheet__wrap {
    padding: 0 4.4%;
  }

  .pricelist .pricesheet__wrap__title {
    font-size: 24px;
  }

  .pricelist .pricesheet__wrap__title span {
    font-size: 16px;
  }

  .pricelist .pricesheet__wrap__txtbox {
    padding: 40px 0 0 0;
  }

  .pricelist .pricesheet__wrap__txtbox__items {
    row-gap: 60px;
  }

  .pricelist .pricesheet__wrap__txtbox__items__item {
    width: 95%;
  }

  .pricelist .pricesheet__wrap__txtbox__items__item__title {
    font-size: 18px;
    padding-bottom: 6px;
  }

  .pricelist .pricesheet__wrap__txtbox__items__item__txt a .detail_here_style {
    margin: 0.5em 0 1em 0;
  }

  .pricelist .pricesheet__wrap__txtbox__items__item__txt .margin-hosoku {
    margin: 6px auto 20px;
  }

  .pricelist .pricesheet__wrap__txtbox__items__item__txt table.table01 {
    width: 100%;
    font-size: 14px;
  }

  .pricelist .pricesheet__wrap__txtbox__items__item__txt .insuBox {
    padding: 0.7em 0.8em;
    width: 100%;
    max-width: 340px;
  }

  .price-list2__title {
    font-size: 18px;
  }

  .price-list2 .counterplan_box__cource {
    padding: 0 4.4%;
  }

  .price-list2 .counterplan_box__cource__item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .price-list2 .counterplan_box__cource__item p {
    font-size: 16px;
  }

  .price-cource__price01__title {
    font-size: 18px;
  }

  .price-cource__price01__box table {
    font-size: 16px;
  }

  .price-cource__price02__title {
    font-size: 18px;
    margin: 40px auto;
  }

  .price-cource__price02__txt {
    font-size: 16px;
  }

  .question-wrap {
    padding: 0 4.4%;
  }

  .donguri-blog__header__title {
    font-size: 19px !important;
  }

  .touin-page__head-tbox {
    padding: 40px 20px;
  }

  .touin-page__head-tbox__title {
    font-size: 18px;
  }

  .touin-page__head-tbox__txt {
    font-size: 16px;
  }

  .touin-page__director-box {
    font-size: 18px;
    padding: 4.4% 4%;
  }

  .touin-page__director-box__wrap {
    padding: 20px 16px;
  }

  .touin-page__director-box__wrap__title {
    font-size: 18px;
  }

  .touin-page__director-box__wrap__img__txt {
    font-size: 16px;
  }

  .touin-page__director-box__wrap__about .item .title {
    font-size: 18px;
  }

  .touin-page__storeInfo {
    margin: 60px auto;
  }

  .touin-page__storeInfo__title {
    font-size: 18px;
  }

  .touin-page__storeInfo__box {
    margin: 20px 0;
  }

  .touin-page__storeInfo__box__txt {
    margin-top: 20px;
  }

  .touin-page__storeInfo__box__txt p {
    font-size: 16px;
    line-height: 2em;
    margin-top: 0px;
  }

  .touin-page__storeInfo__box {
    display: inline-block;
  }
}

@media screen and (max-width: 735px) {
  .TB-br {
    display: none;
  }

  .PC-br {
    display: none;
  }

  .display-f-sp {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .bgc__icon {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .c-footer__map {
    margin: 60px 20px 0;
  }

  .menu-list {
    line-height: 1.2;
  }

  .menu-list-1 {
    padding-top: 8px;
  }

  .gnav-btn.UpMove {
    position: fixed;
    z-index: 999;
    -webkit-animation: DownAnime 0.5s forwards;
    animation: DownAnime 0.5s forwards;
  }

  .page-btm__btn {
    position: relative;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    box-shadow: 0px 0px 2px #4E4848;
    z-index: 999999;
  }

  #topics {
    margin-top: 30px;
    margin-bottom: 0px !important;
  }

  .p-card {
    margin-bottom: 65px;
  }

  .p-card__1 {
    margin-top: 100px;
  }

  .p-card__1::before {
    top: -60px;
    width: 141px;
    height: 94px;
  }

  .p-card__3::before {
    top: -50px;
    width: 135px;
    height: 90px;
  }

  .blog-header__title,
  .page-blog-header__title {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.3;
  }

  .about .page-top__line,
  .menu .page-top__line,
  .koutu .page-top__line,
  .massage .page-top__line,
  .blog .page-top__line,
  .introduction .page-top__line,
  .access .page-top__line,
  .faq .page-top__line {
    top: 290px;
  }

  .page-menu-fristbox__menubox table tr td {
    width: 250px;
  }

  .page-menu-secbox__menubox table tr td {
    width: 250px;
  }
}

@media (max-width: 734px) {
  .menu-upper-header {
    display: none;
  }
}

@media (max-width: 500px) {
  .page-houmon__box2__sheet__in__list {
    font-size: 14px;
    width: -webkit-fit-content;
    width: fit-content;
  }

  .page-houmon__box2__sheet__in__list li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 22px;
    top: -0.2em;
    left: 0px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 2px solid #b79776;
    border-bottom: 2px solid #b79776;
  }

  .page-houmon__box2__sheet__in__list li:after {
    content: "";
    position: absolute;
    top: 0.3em;
    left: -10px;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 2px;
  }

  .co-header__test {
    transition-delay: 0.5s;
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .page-koutsu__img img {
    max-width: 270px;
    width: 40%;
  }
}

@media (max-width: 370px) {
  .sp-nav-fixed li p span {
    font-size: 10px;
    margin-top: 0px;
    display: block;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media screen and (max-width: 350px) {
  .p-card__thumbnail {
    width: 210px;
    height: 210px;
  }
}

@media print {
  .donguri-blog h1 {
    page-break-before: always;
  }

  .donguri-blog h1,
  .donguri-blog h2,
  .donguri-blog h3,
  .donguri-blog h4,
  .donguri-blog h5,
  .donguri-blog h6 {
    page-break-after: avoid;
  }

  .donguri-blog ul,
  .donguri-blog ol,
  .donguri-blog dl {
    page-break-before: avoid;
  }
}