@charset "UTF-8";
/*設定読み込み
-------------------------------*/
/*共通
-------------------------------*/

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/ /*MAC IE5*/
  height: auto;
  overflow: hidden;
  /**/
}

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

a:hover {
  transition: 0.2s ease-in-out;
}

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

.clear {
  clear: both;
}

/*コンテンツ幅設定*/
/*レスポンシブ設定*/
html {
  font-size: 40.5%;
}
@media (max-width: 768px) {
  html {
    font-size: 40.5% !important;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 35.5% !important;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 32% !important;
  }
}

body {
  padding: 0;
  margin: 0 auto;
  border: 0 none;
  color: #333333;
  font-size: 1.4rem;
}

.right {
  float: right;
}

.left {
  float: left;
}

.sp-zone {
  display: none;
}
@media screen and (max-width: 749px) {
  .sp-zone {
    display: none;
  }
}

.pc-zone {
  display: block;
}
@media screen and (max-width: 749px) {
  .pc-zone {
    display: none;
  }
}

/* ヘッダーに適用 */
header {
  width: auto;
}

.sp-navi .menu {
  margin-top: 10rem;
  margin-left: 0%;
}
.sp-navi .menu li {
  margin-bottom: 4%;
}
.sp-navi .menu li a {
  display: flex;
  font-size: 3rem;
  color: #826757;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .sp-navi .menu li a {
    font-size: 20px;
  }
}
.sp-navi .menu li a span {
  width: 5%;
  margin-right: 5%;
  display: block;
}

.tabmenu__block {
  display: block;
}
@media screen and (min-width: 1230px) {
  .tabmenu__block {
    display: none;
  }
}
@media screen and (max-width: 1229px) {
  .tabmenu__block {
    display: block;
  }
  .tabmenu__block.sp-navi .Btn-navi {
    right: 20px;
  }
  .tabmenu__block.re__btn {
    right: 20px;
  }
  .tabmenu__block.re__btn.top {
    right: 20px;
  }
}
@media screen and (max-width: 749px) {
  .tabmenu__block.sp-navi .Btn-navi {
    right: 15px;
  }
  .tabmenu__block.re__btn {
    right: 15px;
  }
  .tabmenu__block.re__btn.top {
    right: 15px;
  }
}
.tabmenu__block.top {
  position: fixed;
  width: 50px;
  z-index: 99;
  right: 2%;
  top: auto;
  bottom: 10.5%;
  display: block;
}
.tabmenu__block.top img {
  width: 100%;
}

.errorpage {
  background-image: linear-gradient(90deg, rgba(168, 202, 240, 0.52), rgba(255, 255, 255, 0.52));
  color: #333;
  height: 80vh;
  width: 100%;
  padding: 20vh 10% 0;
  line-height: 2em;
}
.errorpage__title {
  font-size: 5vw;
  margin-bottom: 70px;
  font-weight: bold;
}
.errorpage__title span {
  font-size: 6vw;
}
.errorpage__text strong {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  font-size: 145%;
}
.errorpage__text a {
  display: inline-block;
  margin-block-start: 10px;
  font-weight: bold;
  text-decoration: underline;
}
.errorpage__text a:hover {
  opacity: 0.7;
}

.pagewrap {
  width: 100%;
  background: url(../images/bg.png) repeat;
  color: #3c3c3c;
}
.pagewrap .information01 {
  width: 33.3333333333%;
  position: relative;
}
@media screen and (max-width: 1229px) {
  .pagewrap .information01 {
    width: 50%;
  }
}
@media screen and (max-width: 749px) {
  .pagewrap .information01 {
    display: none;
  }
}
.pagewrap .information01 .title {
  width: 50%;
  max-width: 400px;
  margin: auto;
  margin-top: 10rem;
}
.pagewrap .information01 .information {
  width: 70%;
  max-width: 400px;
  font-size: 3rem;
  margin: auto;
  margin-top: 5%;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .pagewrap .information01 .information {
    font-size: 16px;
  }
}
.pagewrap .information01 .information span {
  font-weight: bold;
  margin-bottom: 1.5%;
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 750px) {
  .pagewrap .information01 .information span {
    font-size: 4rem;
    margin-bottom: 3%;
  }
}
.pagewrap .information01 .information__bar {
  width: 100%;
  height: 180px;
  background: #fff;
  position: absolute;
  bottom: 10%;
  right: 0%;
  border-bottom: 1px solid #3c3c3c;
}
.pagewrap .information01 .information__bar .dogs {
  position: absolute;
  top: -71.7px;
  right: 0;
}
.pagewrap .information01 .information__bar .dogs img {
  width: auto;
  height: auto;
}
.pagewrap .information02 {
  position: relative;
}
@media screen and (max-width: 1229px) {
  .pagewrap .information02 {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .pagewrap .information02 {
    width: 33.3333333333%;
  }
}
.pagewrap .information02 .menu {
  margin-top: 10rem;
  margin-left: 20%;
}
.pagewrap .information02 .menu li {
  margin-bottom: 4%;
}
.pagewrap .information02 .menu li a {
  display: flex;
  font-size: 3rem;
  color: #826757;
  font-weight: bold;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 750px) {
  .pagewrap .information02 .menu li a {
    font-size: 20px;
  }
}
.pagewrap .information02 .menu li a span {
  width: 5%;
  margin-right: 5%;
  display: block;
}
.pagewrap .information02 .information__bar {
  width: 100%;
  height: 180px;
  background: #fff;
  position: absolute;
  bottom: 10%;
  left: 0%;
  border-bottom: 1px solid #3c3c3c;
}
.pagewrap .information02 .information__bar .dogs {
  position: absolute;
  top: -71.7px;
  left: 0;
}
.pagewrap .information02 .information__bar .dogs img {
  width: auto;
  height: auto;
}
.pagewrap .information02 .information__bar .snsmenu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}
.pagewrap .information02 .information__bar .snsmenu li {
  width: auto;
  height: 100px;
  margin: auto 2.5%;
}
.pagewrap .information02 .information__bar .snsmenu li a {
  display: block;
}

.re__btn {
  position: fixed;
  width: 50px;
  z-index: 99;
  right: 2%;
  top: 75px;
}
.re__btn img {
  width: 100%;
}

main {
  width: 100%;
  height: 100vh;
  font-size: 1.6rem;
  line-height: 1.7em;
}
@media screen and (min-width: 750px) {
  main {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 750px) and (max-width: 1229px) {
  main {
    justify-content: center;
  }
}
main .mainwrap {
  width: 100%;
  max-width: 750px;
  overflow: scroll;
}
@media screen and (max-width: 1229px) {
  main .mainwrap {
    width: 50%;
  }
}
@media screen and (min-width: 750px) {
  main .mainwrap {
    width: 50%;
    max-width: auto;
  }
}
@media screen and (max-width: 749px) {
  main .mainwrap {
    width: 100%;
  }
}

#topcontent.test {
  background: none;
  font-size: 140%;
  width: 100%;
  max-width: 100%;
  margin: auto;
}
#topcontent .slick-slider .slick-list img {
  width: 100%;
  height: auto;
}
#topcontent.allcontent {
  font-size: 140%;
  width: 100%;
  max-width: 100%;
  margin: auto;
  max-width: 750px;
  background: url(../images/bg01.png) repeat;
  background-size: auto;
  background-size: auto;
}
#topcontent.allcontent .topcontent__section {
  width: 100%;
  margin: auto;
}
#topcontent.allcontent .topcontent__section .content__a {
  width: 1100px;
  max-width: 1100px;
  margin: auto;
}
#topcontent.allcontent .topcontent__section .content__b {
  width: 1000px;
  max-width: 1000px;
  margin: auto;
}
#topcontent.allcontent .topcontent__section h1 {
  font-size: 180%;
}
#topcontent.allcontent .topcontent__section h2.titleicon {
  width: 50%;
  max-width: 400px;
  margin: 3rem auto;
}
#topcontent.allcontent .topcontent__section .listcontents .listcontents__item {
  margin: auto;
  margin-bottom: 7rem;
  padding-bottom: 11.5rem;
  width: 90%;
  font-size: 2.4rem;
  position: relative;
}
#topcontent.allcontent .topcontent__section .listcontents .listcontents__item:after {
  content: "";
  background: url(../images/icon.png) no-repeat bottom center;
  width: 8%;
  height: 50px;
  max-width: 50px;
  display: block;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}
#topcontent.allcontent .topcontent__section .listcontents .listcontents__item:last-child {
  margin-bottom: 0rem;
  padding-bottom: 0rem;
}
#topcontent.allcontent .topcontent__section .listcontents .listcontents__item:last-child:after {
  display: none;
}
#topcontent.allcontent .topcontent__section .listcontents .listcontents__item img {
  margin-bottom: 5rem;
}
#topcontent.allcontent .topcontent__section .listcontents .listcontents__item h3 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3em;
  margin: auto auto 3rem auto;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#introducing .listcontents .listcontents__item h3 {
  border-bottom: solid 1px #826757;
  width: 90%;
  padding-bottom: 5px;
  font-size: 3.5rem!important;
}

#topcontent.allcontent .topcontent__section .listcontents .listcontents__item p {
  margin: auto;
  width: 90%;
  line-height: 1.7em;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#topcontent.allcontent .topcontent__section .contents__link {
  display: flex;
  justify-content: center;
  font-size: 3rem;
  align-items: center;
  padding: 2.5rem 0;
  width: 66.6666666667%;
  max-width: 500%;
  margin: auto;
  border: 1px solid #3c3c3c;
  border-radius: 10px;
  background-color: #fff;
}
#topcontent.allcontent .topcontent__section .contents__link span {
  width: 5%;
  margin-left: 1.5%;
  display: flex;
  align-items: center;
}
#topcontent.allcontent .topcontent__section .contents__link span:after {
  content: ">";
  display: block;
  margin-left: 30%;
  transform: scale(1, 1.6) translate(0%, -7.5%);
}
#topcontent.allcontent .topcontent__section#title {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 20rem;
  position: relative;
}
#topcontent.allcontent .topcontent__section#title .dog00 {
  position: absolute;
  bottom: -65px;
  left: 5%;
  width: 40%;
  pointer-events: none;
  z-index: 99;
}
@media screen and (min-width: 1276px) and (max-width: 1399px) {
  #topcontent.allcontent .topcontent__section#title .dog00 {
      bottom: -57px;
  }
}
@media screen and (min-width: 1230px) and (max-width: 1275px) {
  #topcontent.allcontent .topcontent__section#title .dog00 {
      bottom: -50px;
  }
}

@media screen and (min-width: 1070px) and (max-width: 1150px) {
  #topcontent.allcontent .topcontent__section#title .dog00 {
      bottom: -60px;
  }
}

@media screen and (min-width: 985px) and (max-width: 1069px) {
  #topcontent.allcontent .topcontent__section#title .dog00 {
      bottom: -56px;
  }
}
@media screen and (min-width: 880px) and (max-width: 984px) {
  #topcontent.allcontent .topcontent__section#title .dog00 {
      bottom: -52px;
  }
}

@media screen and (min-width: 750px) and (max-width: 879px) {
  #topcontent.allcontent .topcontent__section#title .dog00 {
      bottom: -45px;
  }
}

#topcontent.allcontent .topcontent__section#title h1 {
  margin: auto auto;
  width: 35%;
  padding: 1.8rem;
}
#topcontent.allcontent .topcontent__section#title .information {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 4rem;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#topcontent.allcontent .topcontent__section#title .information span {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1230px) {
  #topcontent.allcontent .topcontent__section#title .information {
    font-size: 16px;
    margin-top: 4rem;
  }
}
#topcontent.allcontent .topcontent__section#slide {
  width: 100%;
  margin-bottom: 10rem;
}
#topcontent.allcontent .topcontent__section#slide .slick-arrow {
  display: none !important;
}
#topcontent.allcontent .topcontent__section#slide .slidearea {
  margin-bottom: 5rem;
}
#topcontent.allcontent .topcontent__section#slide .slick-slider .slick-list img {
  width: 1.2%;
  padding: 1.5px;
}
#topcontent.allcontent .topcontent__section#slide .btnarea {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
#topcontent.allcontent .topcontent__section#slide .btnarea li {
  width: 50%;
}
#topcontent.allcontent .topcontent__section#about {
  margin-bottom: 13rem;
}
#topcontent.allcontent .topcontent__section#about .read {
  font-size: 2.4rem;
  text-align: center;
  line-height: 2em;
  margin-bottom: 15.5rem;
}
#topcontent.allcontent .topcontent__section#about .read h3 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 5rem;
  letter-spacing: 0.3px;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#topcontent.allcontent .topcontent__section#service {
  margin-bottom: 13rem;
}
#topcontent.allcontent .topcontent__section#service .slick-list {
  margin-bottom: 7rem;
}
#topcontent.allcontent .topcontent__section#service button.slick-prev {
  position: absolute;
  bottom: 3.8%;
  left: 33%;
  border: none;
  text-indent: 9999px;
  overflow: hidden;
  background: url(../images/prev.png) no-repeat;
  background-size: cover;
  font-size: 0;
  line-height: 0;
  width: 40px;
  height: 40px;
  z-index: 99;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  #topcontent.allcontent .topcontent__section#service button.slick-prev {
      left: 30%;
  }
}
@media screen and (max-width: 1400px) {
  #topcontent.allcontent .topcontent__section#service button.slick-prev {
      left: 27%;
  }
}
@media screen and (max-width: 1300px) {
  #topcontent.allcontent .topcontent__section#service button.slick-prev {
      left: 24%;
  }
}
@media screen and (max-width: 900px) {
  #topcontent.allcontent .topcontent__section#service button.slick-prev {
      left: 22%;
  }
}

#topcontent.allcontent .topcontent__section#service button.slick-next {
  position: absolute;
  bottom: 3.8%;
  right: 34%;
  border: none;
  text-indent: 9999px;
  overflow: hidden;
  background: url(../images/next.png) no-repeat;
  background-size: cover;
  font-size: 0;
  line-height: 0;
  width: 40px;
  height: 40px;
  z-index: 99;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  #topcontent.allcontent .topcontent__section#service button.slick-next {
      right: 31%;
  }
}
@media screen and (max-width: 1400px) {
  #topcontent.allcontent .topcontent__section#service button.slick-next {
      right: 28%;
  }
}
@media screen and (max-width: 1300px) {
  #topcontent.allcontent .topcontent__section#service button.slick-next {
      right: 25%;
  }
}
@media screen and (max-width: 900px) {
  #topcontent.allcontent .topcontent__section#service button.slick-next {
      right: 23%;
  }
}

#topcontent.allcontent .topcontent__section#service .listcontents.slidecontents02 {
  padding: 5% 5% 10% 5%;
  width: 90%;
  margin: auto auto 5rem auto;
  background: url(../images/bg.png) repeat;
  position: relative;
}
#topcontent.allcontent .topcontent__section#service .listcontents.slidecontents02 .listcontents__item {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
#topcontent.allcontent .topcontent__section#service .listcontents.slidecontents02 .listcontents__item:after {
  display: none;
}
#topcontent.allcontent .topcontent__section#service .listcontents.slidecontents02 .slick-dots {
  position: absolute;
  bottom: 5%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
#topcontent.allcontent .topcontent__section#service .listcontents.slidecontents02 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
}
#topcontent.allcontent .topcontent__section#service .listcontents.slidecontents02 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: #dadada;
  border: 0;
  outline: none;
  background: #dadada;
  border-radius: 50%;
}
#topcontent.allcontent .topcontent__section#service .listcontents.slidecontents02 .slick-dots li.slick-active button {
  background: #ed6c00;
}
#topcontent.allcontent .topcontent__section#introducing {
  margin-bottom: 13rem;
}
#topcontent.allcontent .topcontent__section#introducing .photo {
  display: block;
  width: 75%;
  margin: auto;
  position: relative;
}
#topcontent.allcontent .topcontent__section#introducing .photo .no__one {
  position: absolute;
  top: -3rem;
  left: -8rem;
  width: 33%;
}
#topcontent.allcontent .topcontent__section#introducing .photo .staff {
  position: absolute;
  bottom: 5rem;
  left: -5px;
}
#topcontent.allcontent .topcontent__section#store .slidearea {
  margin-bottom: 10rem;
}
#topcontent.allcontent .topcontent__section#store .slick-slider .slick-list img {
  width: 1.2%;
  padding: 1.5px;
}
#topcontent.allcontent .topcontent__section#store h3 {
  text-align: center;
  font-size: 4rem;
  display: block;
  margin-bottom: 5rem;
  font-weight: bold;
  color: #826757;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#topcontent.allcontent .topcontent__section#store h3 span {
  display: block;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: normal;
  color: #3c3c3c;
}
#topcontent.allcontent .topcontent__section#store .slick-slider .slick-list img {
  padding: 1.5px;
}
#topcontent.allcontent .topcontent__section#store .adress__list {
  width: 65%;
  margin: auto auto 5rem auto;
}

@media screen and (max-width: 1400px) {
  #topcontent.allcontent .topcontent__section#store .adress__list {
        width: 70%;
  }
}

@media screen and (max-width: 1330px) {
  #topcontent.allcontent .topcontent__section#store .adress__list {
        width: 75%;
  }
}

@media screen and (max-width: 1264px) {
  #topcontent.allcontent .topcontent__section#store .adress__list {
        width: 80%;
  }
}

@media screen and (max-width: 895px) {
  #topcontent.allcontent .topcontent__section#store .adress__list {
        width: 85%;
  }
}

@media screen and (max-width: 842px) {
  #topcontent.allcontent .topcontent__section#store .adress__list {
        width: 90%;
  }
}
@media screen and (min-width: 750px) and (max-width: 797px) {
  #topcontent.allcontent .topcontent__section#store .adress__list li {
    font-size: 2rem;
  }
}

#topcontent.allcontent .topcontent__section#store .adress__list li {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px dotted #a8a8a8;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#topcontent.allcontent .topcontent__section#store .adress__list li span {
  display: block;
  font-weight: bold;
  margin-right: 3rem;
}
#topcontent.allcontent .topcontent__section#store .map {
  margin: 0 auto;
  width: 90%;
  position: relative;
  padding-top: 100%;
  height: auto;
  overflow: hidden;
}
#topcontent.allcontent .topcontent__section#store .map iframe {
  position: absolute;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
}
#topcontent.allcontent .topcontent__section#store .flexarea {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}
#topcontent.allcontent .topcontent__section#store .flexarea img {
  width: 47.5%;
  height: auto;
  margin-bottom: 5%;
}
#topcontent.allcontent .topcontent__section#social .flexarea {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}
#topcontent.allcontent .topcontent__section#social .flexarea img {
  width: 45%;
  height: auto;
  margin-bottom: 5%;
}

#foot {
  padding: 4.5rem 0;
  background: url(../images/bg.png) repeat;
  line-height: 1.7em;
  font-size: 1.6rem;
  margin-top: 10rem;
}
#foot .footerwrap .title {
  margin: auto auto;
  width: 30%;
  padding: 1.8rem;
}
#foot .footerwrap .information {
  font-size: 1.45rem;
  text-align: center;
  margin-bottom: 5rem;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#foot .footerwrap .information span {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1230px) {
  #foot .footerwrap .information {
    font-size: 16px;
  }
}
#foot .footerwrap .information02 {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto auto 6.2rem auto;
  position: relative;
}
#foot .footerwrap .information02 span {
  width: 19%;
  display: block;
  margin-right: 3%;
}
#foot .footerwrap .information02 img {
  width: 85%;
}
#foot .footerwrap .information02 .information02__item {
  line-height: 3.2rem;
    font-size: 1.8rem;
}
#foot .footerwrap .information02 .information02__item h4 {
  margin-bottom: 2rem;
  font-size: 2rem;
}
#foot .footerwrap .copy {
  text-align: center;
}

#pagecontent.allcontent {
  width: 1000px;
  max-width: 96%;
  margin: 100px auto 180px auto;
}
@media screen and (max-width: 749px) {
  #pagecontent.allcontent {
    padding: 10% 0 25% 0;
    margin: 0 auto;
  }
}
#pagecontent.allcontent .title {
  text-align: center;
  margin-bottom: 60px;
}
#pagecontent.allcontent .title h1 {
  font-size: 3.2rem;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
#pagecontent.allcontent .title p {
  font-size: 1.6rem;
}

#menu-pagezone .topcontent__section#title {
  padding-bottom: 10rem!important;
}

#menu-pagezone .topcontent__section {
  width: 90%;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#menu-pagezone p.caption {
  letter-spacing: 1px;
  text-align: justify;
}
#menu-pagezone .topcontent__section .table {
  margin-bottom: 1rem;
}
#menu-pagezone .topcontent__section .content__item.menucontentlist {
  font-size: 2.4rem;
  width: 80%;
  margin: auto;
  line-height: 1.5em;
  margin-bottom: 10rem;
}
#menu-pagezone .topcontent__section .content__item.menucontentlist h4 {
  font-size: 3.6rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: bold;
  line-height: 4.5rem;
}
#menu-pagezone .topcontent__section#service__menu {
  width: 90%;
}
#menu-pagezone .topcontent__section#service__menu .menulist01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
  gap: 5%;
}
#menu-pagezone .topcontent__section#service__menu .menulist01 li {
  width: 50%;
}
#menu-pagezone .topcontent__section#service__menu .menulist01 li a {
  display: block;
}
#menu-pagezone .topcontent__section#service__menu .menulist02 {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  margin-bottom: 11rem;
}
#menu-pagezone .topcontent__section#service__menu .menulist02 li {
  width: 50%;
}
#menu-pagezone .topcontent__section#service__menu .menulist02 li a {
  display: block;
}
#menu-pagezone .topcontent__section#price__list {
  width: 90%;
  margin-bottom: 13rem;
}
#menu-pagezone .topcontent__section#optional__charges {
  width: 90%;
  margin-bottom: 13rem;
}
#menu-pagezone .topcontent__section#optional__charges .icon04 {
  width: 30%;
  margin: 10.5rem auto;
  display: block;
}
#menu-pagezone .topcontent__section#optional__charges .menu__content {
  margin-bottom: 18rem;
}
#menu-pagezone .topcontent__section#optional__charges .menu__content.tablearea {
  margin-bottom: 0;
}
#menu-pagezone .topcontent__section#optional__charges .menu__content h3 {
  font-size: 4rem;
  margin-bottom: 3rem;
  line-height: 1.3em;
  text-align: center;
  font-weight: bold;
}
#menu-pagezone .topcontent__section#optional__charges .menu__content .photo {
  margin-bottom: 4rem;
}
#menu-pagezone .topcontent__section#optional__charges .menu__content .flexarea {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  width: 90%;
  margin-bottom: 10rem;
}
#menu-pagezone .topcontent__section#optional__charges .menu__content .flexarea img {
  width: 26%;
}
#menu-pagezone .topcontent__section#optional__charges .menu__content .flexarea span {
  display: block;
  margin-top: 1rem;
  font-size: 2.8rem;
  line-height: 2em;
  text-align: justify;
}
#menu-pagezone .topcontent__section#optional__charges .menu__content .menu__content__text {
  width: 90%;
  font-size: 2.4rem;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  margin: auto auto 4.5rem auto;
}
#menu-pagezone .topcontent__section#optional__charges .menu__content h4 {
  font-size: 3.6rem;
  margin-bottom: 5rem;
  margin-left: 2rem;
  line-height: 1.15em;
  text-align: center;
  font-weight: bold;
}
#menu-pagezone .topcontent__section#optional__charges .menu__content h4.last {
  margin-bottom: 10rem;
}
#menu-pagezone .topcontent__section#optional__charges .menu__content .content__item {
  font-size: 2.4rem;
  width: 90%;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  margin: 0 auto;
}
#menu-pagezone .topcontent__section#optional__charges .menu__content .content__item h4 {
  font-size: 3.6rem;
  margin-bottom: 3rem;
  text-align: center;
  line-height: 4.5rem;
  margin-left: 0;
}
#menu-pagezone .topcontent__section#optional__charges .menu__content .content__item .caption {
  margin-bottom: 10rem;
}

.contact__contentarea {
  width: 100%;
}
.contact__contentarea .contactarea {
  font-size: 1.4rem;
}
.contact__contentarea .contactarea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 749px) {
  .contact__contentarea .contactarea dl {
    display: block;
    margin-bottom: 10%;
  }
}
.contact__contentarea .contactarea dl dt {
  width: 20%;
}
.contact__contentarea .contactarea dl dt span {
  display: inline-block;
  margin-left: 15px;
  font-size: 10px;
  background: #333;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 3px;
}
@media screen and (max-width: 749px) {
  .contact__contentarea .contactarea dl dt {
    display: block;
    width: 100%;
    margin-bottom: 3%;
  }
}
.contact__contentarea .contactarea dl dd {
  width: 80%;
}
@media screen and (max-width: 749px) {
  .contact__contentarea .contactarea dl dd {
    display: block;
    width: 100%;
  }
}
.contact__contentarea .contactarea dl dd span {
  display: block;
  width: 100%;
}
.contact__contentarea .contactarea dl dd span input, .contact__contentarea .contactarea dl dd span textarea {
  width: 98%;
  padding: 1%;
  border: 1px solid #a8a8a8;
}
.contact__contentarea .contactarea .sectionlink .wpcf7-submit {
  display: block;
  border: none;
  padding: 15px 30px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: auto;
  max-width: 200px;
  width: 60%;
  color: #fff;
  background: #333;
  font-weight: bold;
}
.contact__contentarea .multistep {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.contact__contentarea .multistep .contactarea dl {
  padding-bottom: 2%;
}
.contact__contentarea .multistep .contactarea dd span input, .contact__contentarea .multistep .contactarea dd span textarea {
  border: none;
}
.contact__contentarea .multistep .contactarea .sectionlink p {
  display: flex;
  justify-content: center;
}
.contact__contentarea .multistep .contactarea .sectionlink p .wpcf7-submit {
  display: block;
  border: none;
  padding: 15px 30px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: auto;
  width: 45%;
  max-width: 200px;
  color: #fff;
  background: #333;
  font-weight: bold;
  margin: 0 10px;
}
.contact__contentarea .multistep .contactarea .sectionlink p .wpcf7-previous {
  display: block;
  border: none;
  padding: 15px 30px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: auto;
  width: 45%;
  max-width: 200px;
  color: #fff;
  background: #333;
  font-weight: bold;
  margin: 0 10px;
}
.contact__contentarea .multistep .contactarea .sectionlink .wpcf7-spinner {
  display: none;
}

.contentitem {
  opacity: 0;
  transition: 0.7s;
}
.contentitem.fade__in {
  opacity: 1;
  transform: scale(1);
}

.contact-thanks {
  font-size: 1.4rem;
  line-height: 1.7em;
  text-align: center;
}/*# sourceMappingURL=basic.css.map */