@charset "UTF-8";
.spHeader {
  width: 100vw;
  height: 15vw;
  position: fixed;
  top: 0;
  z-index: 7000;
  background-color: rgba(255, 255, 255, 0.95);
}

.spHeader h1 {
  position: relative;
  left: 2vw;
  top: 1vw;
  text-align: left;
}

.spHeader h1 img {
  text-align: left;
  height: 13vw;
  width: auto;
  position: absolute;
  left: 2vw;
}

.spHeader .linkbtn {
  position: absolute;
  cursor: pointer;
  width: 15vw;
  height: 15vw;
  right: 15vw;
}

.spHeader .openBtn {
  position: absolute;
  cursor: pointer;
  width: 15vw;
  height: 15vw;
  right: 0;
}

.spMenu {
  display: none;
  position: fixed;
  background-color: #e9e9eb;
  width: 100%;
  height: 100vh;
  z-index: 20000;
  position: fixed;
  top: 0;
}

.spMenu .scroll-box {
  position: relative;
  overflow-y: scroll;
  height: 100vh;
  padding-bottom: 30vw;
  scrollbar-width: none;
}

.spMenu .scroll-box::-webkit-scrollbar {
  display: none;
}

.spMenu .menuClose {
  position: absolute;
  width: 15vw;
  height: 15vw;
  right: 0;
  cursor: pointer;
}

.spMenu .menu-p {
  width: 100%;
  position: absolute;
  top: 18vw;
  padding-left: 5vw;
  padding-right: 5vw;
}

.spMenu .menu-p .rlinkbox a {
  text-align: center;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  font-size: 6vw;
  display: inline-block;
  width: 100%;
  background-color: black;
  color: white;
}

.spMenu .menu-p .rlinkbox a img {
  width: 3em;
  margin-right: 0.2em;
}

.spMenu .menu-p .txlink {
  margin-top: 10vw;
}

.spMenu .menu-p .txlink hr {
  border: none;
  border-top: 1px solid #000;
  margin-top: 3vw;
  margin-bottom: 6vw;
}

.spMenu .menu-p .txlink a {
  padding-left: 5vw;
  padding-right: 5vw;
  display: inline-block;
  font-size: 5.5vw;
  width: 100%;
  line-height: 1em;
  margin-bottom: 6vw;
}

.spMenu .menu-p .txlink a span {
  font-size: 3.2vw;
  font-weight: normal;
  color: #9d9d9d;
}

.spMenu .menu-p .txlink a span.infotxt {
  font-size: 3vw;
}

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

@media screen and (max-width: 900px) {
  .topSlider {
    margin-top: 15vw;
  }
}

.topSlider .sliderlogo {
  position: absolute;
  top: 9vw;
  width: 15vw;
  left: 42.5vw;
  z-index: 6000;
}

@media screen and (max-width: 900px) {
  .topSlider .sliderlogo {
    width: 40vw;
    left: 30vw;
    top: 10vh;
  }
}

.topSlider .swiper-slide {
  text-align: center;
  height: 60vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 900px) {
  .topSlider .swiper-slide {
    height: calc(100vh - 15vw);
  }
}

.topSlider .slider01 {
  background-image: url("../img/slider01.jpg");
}

.topSlider .slider02 {
  background-image: url("../img/slider06.jpg");
}

.topSlider .slider03 {
  background-image: url("../img/slider03.jpg");
}

.topSlider .slider04 {
  background-image: url("../img/slider04.jpg");
}

.globalmenu {
  height: 100px;
  width: 100%;
  position: relative;
}

.globalmenu h1 {
  position: absolute;
  width: 144px;
  height: auto;
  left: 88px;
  top: 16px;
}

.globalmenu ul.pcmenu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 2vw;
}

.globalmenu ul.pcmenu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11pt;
  text-align: center;
}

.globalmenu ul.pcmenu li a {
  line-height: 1.2em;
  padding-left: 10px;
  padding-right: 10px;
}

.globalmenu ul.pcmenu li img {
  height: 100px;
  width: auto;
}

.globalmenu ul.pcmenu li:last-child {
  margin-right: 0;
}

.globalmenu ul.pcmenu li span {
  font-size: 8pt;
  color: #9f9e9e;
}

.fixMenu {
  position: fixed;
  top: 0;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.95);
}

.w1200 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

h2.h2title {
  text-align: center;
  font-size: 22pt;
  line-height: 1em;
}

@media screen and (max-width: 900px) {
  h2.h2title {
    font-size: 7vw;
  }
}

h2.h2title span {
  font-size: 9pt;
  color: #9f9e9e;
}

@media screen and (max-width: 900px) {
  h2.h2title span {
    font-size: 3.4vw;
  }
}

@media screen and (max-width: 900px) {
  .w1200 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.newsbox {
  margin-top: 70px;
  margin-bottom: 140px;
  width: 822px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 900px) {
  .newsbox {
    width: 100%;
    margin-top: 15vw;
    margin-bottom: 10vw;
  }
}

.newsbox .newsrow {
  margin-top: 1.5em;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .newsbox .newsrow {
    margin-bottom: 5vw;
    margin-top: 5vw;
  }
}

.newsbox .newsrow p.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直中心 */
  font-size: 11pt;
  color: #9f9e9e;
  margin-bottom: 1em;
}

@media screen and (max-width: 900px) {
  .newsbox .newsrow p.date {
    margin-bottom: 4vw;
    font-size: 9.5pt;
  }
}

.newsbox .newsrow p.date::after {
  content: "";
  border-top: 1px solid #908f8f;
  width: 100%;
  margin-left: 1em;
}

.newsbox .newsrow p.title {
  font-size: 16pt;
}

@media screen and (max-width: 900px) {
  .newsbox .newsrow p.title {
    font-size: 15pt;
  }
}

.newsbox .pagelink {
  padding-top: 4em;
  text-align: center;
}

.newsbox .pagelink a {
  display: inline-block;
  text-align: center;
  padding-left: 4em;
  padding-right: 4em;
  line-height: 3em;
  height: 3em;
  border-radius: 3em;
  border: 1px solid #908f8f;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .newsbox .pagelink a {
    font-size: 4.4vw;
    padding-left: 0;
    padding-right: 0;
    width: 90%;
  }
}

.newsbox .pagelink a img {
  height: 1em;
  width: auto;
  margin-left: 0.5em;
}

.newsbox .pagelink a:hover {
  background: #f0f0f0;
}

.newsbox .link_archive {
  width: 30%;
  margin: 5em auto 1em;
}

@media screen and (max-width: 900px) {
  .newsbox .link_archive {
    width: 80%;
  }
}

.newsbox .link_archive a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0.5em 1em;
  border: 1px solid #908f8f;
}

.newsbox .link_archive a:hover {
  background: #f0f0f0;
}

.newsbox .snsbox {
  margin-top: 2em;
  text-align: center;
}

.newsbox .snsbox p {
  font-size: 10pt;
  margin-top: 1em;
}

@media screen and (max-width: 900px) {
  .newsbox .snsbox p {
    font-size: 3.8vw;
  }
}

.newsbox .snsbox .flex-icon {
  margin-top: 1em;
}

.newsbox .snsbox a img {
  width: 3em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

@media screen and (max-width: 900px) {
  .newsbox .snsbox a img {
    width: 3.5em;
    margin-left: 2em;
    margin-right: 2em;
  }
}

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

.bg1 .imgbox {
  background-image: url("../img/img01.jpg");
}

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

.bg2 .imgbox {
  background-image: url("../img/img02.jpg");
}

.full-flex2 {
  width: 100%;
  max-width: 1400px;
  min-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 900px) {
  .full-flex2 {
    min-width: initial;
    max-width: 100vw;
    width: 100vw;
    overflow: hidden;
  }
}

.full-flex2 .imgbox {
  width: 50%;
  height: 38em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 900px) {
  .full-flex2 .imgbox {
    width: 100%;
    height: 100vw;
  }
}

.full-flex2 .txtbox {
  width: 50%;
  text-align: center;
  padding: 1em;
  padding-top: 2rem;
}

@media screen and (max-width: 900px) {
  .full-flex2 .txtbox {
    width: 100%;
    padding-bottom: 3em;
  }
}

.full-flex2 .txtbox h3 {
  font-size: 24pt;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 900px) {
  .full-flex2 .txtbox h3 {
    font-size: 7vw;
  }
}

.full-flex2 .txtbox .txt {
  top: 230px;
  width: 100%;
}

.full-flex2 .txtbox .txt p {
  font-size: 11pt;
  margin-bottom: 0.8em;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1.6em;
  color: #9d9d9d;
}

@media screen and (max-width: 1100px) {
  .full-flex2 .txtbox .txt p {
    text-align: left;
    font-size: 10pt;
  }
}

@media screen and (max-width: 1100px) and (max-width: 800px) {
  .full-flex2 .txtbox .txt p {
    font-size: 3.6vw;
  }
}

.full-flex2 .txtbox .txt p.textcenter {
  text-align: center;
}

.full-flex2 .txtbox .txt img.shiroyamalogo {
  width: 30%;
  margin-bottom: 2em;
}

@media screen and (max-width: 900px) {
  .full-flex2 .txtbox .txt img.shiroyamalogo {
    width: 50vw;
  }
}

.full-flex2 .txtbox p.linkstr {
  font-size: 9pt;
  text-align: right;
  margin-top: 2em;
  font-weight: bold;
  padding-right: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .full-flex2 .txtbox p.linkstr {
    padding-right: 0;
  }
}

.full-flex2 .txtbox p.linkstr img {
  margin-left: 1em;
  height: 1em;
  width: auto;
}

.sub_wrap {
  width: 100%;
  margin: 1em auto 5em;
  max-width: 1400px;
  min-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 900px) {
  .sub_wrap {
    min-width: initial;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    margin-bottom: 3em;
  }
}

.sub_wrap .full-flex2-sub {
  width: 50%;
  margin: 0 auto;
  max-width: 700px;
  min-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 900px) {
  .sub_wrap .full-flex2-sub {
    min-width: initial;
    max-width: 80%;
    width: 80%;
    overflow: hidden;
  }
}

.sub_wrap .full-flex2-sub .imgbox {
  width: 50%;
  height: 22em;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub_wrap .full-flex2-sub .imgbox img {
  width: 80%;
}

@media screen and (max-width: 900px) {
  .sub_wrap .full-flex2-sub .imgbox {
    width: 100%;
    height: 80vw;
  }
}

.sub_wrap .full-flex2-sub .txtbox {
  width: 50%;
  text-align: center;
  padding: 1em;
}

@media screen and (max-width: 900px) {
  .sub_wrap .full-flex2-sub .txtbox {
    width: 100%;
    padding-bottom: 3em;
  }
}

.sub_wrap .full-flex2-sub .txtbox h2 {
  font-size: 11pt;
  text-align: left;
  color: #9d9d9d;
}

.sub_wrap .full-flex2-sub .txtbox h3 {
  font-size: 15pt;
  text-align: left;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
  line-height: 1.4em;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 900px) {
  .sub_wrap .full-flex2-sub .txtbox h3 {
    font-size: 5vw;
  }
}

.sub_wrap .full-flex2-sub .txtbox .txt {
  width: 100%;
}

.sub_wrap .full-flex2-sub .txtbox .txt p {
  font-size: 9.9pt;
  margin-bottom: 0.8em;
  line-height: 1.5em;
  text-align: left;
  color: #9d9d9d;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 1100px) {
  .sub_wrap .full-flex2-sub .txtbox .txt p {
    text-align: left;
    font-size: 9pt;
  }
}

@media screen and (max-width: 1100px) and (max-width: 800px) {
  .sub_wrap .full-flex2-sub .txtbox .txt p {
    font-size: 3.2vw;
  }
}

.sub_wrap .full-flex2-sub .txtbox .txt p.textcenter {
  text-align: center;
}

.sub_wrap .full-flex2-sub .txtbox .txt img.shiroyamalogo {
  width: 30%;
  margin-bottom: 2em;
}

@media screen and (max-width: 900px) {
  .sub_wrap .full-flex2-sub .txtbox .txt img.shiroyamalogo {
    width: 50vw;
  }
}

.sub_wrap .full-flex2-sub .txtbox p.linkstr {
  font-size: 9pt;
  text-align: right;
  margin-top: 2em;
  font-weight: bold;
  padding-right: 2em;
}

@media screen and (max-width: 900px) {
  .sub_wrap .full-flex2-sub .txtbox p.linkstr {
    padding-right: 0;
  }
}

.sub_wrap .full-flex2-sub .txtbox p.linkstr img {
  margin-left: 1em;
  height: 1em;
  width: auto;
}

.sub_wrap .bg3 .imgbox {
  background-image: url("../img/img07.jpg");
}

.sub_wrap .bg4 .imgbox {
  background-image: url("../img/img04.jpg");
}

.sub_wrap .bg5 .imgbox {
  background-image: url("../img/img05.jpg");
}

.sub_wrap .bg6 .imgbox {
  background-image: url("../img/img06.jpg");
}

.floor-box {
  padding-top: 120px;
  text-align: center;
}

.floor-box h3 {
  font-size: 15pt;
  text-align: left;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
  line-height: 1.4em;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  margin-top: 3em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 900px) {
  .floor-box h3 {
    font-size: 5vw;
  }
}

.full-flex3 {
  margin-top: 40px !important;
  padding-left: 1em;
  padding-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .full-flex3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-top: 12vw !important;
  }
}

.full-flex3 .box {
  width: 30%;
}

@media screen and (max-width: 900px) {
  .full-flex3 .box {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.full-flex3 .box p.title {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 13pt;
}

@media screen and (max-width: 900px) {
  .full-flex3 .box p.title {
    text-align: center;
    font-size: 3.8vw;
  }
}

.full-flex3 .box p.title span {
  font-size: 9pt;
}

@media screen and (max-width: 900px) {
  .full-flex3 .box p.title span {
    font-size: 3.4vw;
  }
}

.full-flex3 .box p.txt {
  font-size: 10pt;
  text-align: center;
}

.full-flex3 .box p.txt span {
  display: block;
  margin-top: 1em;
  padding-top: 0.5em;
  border-top: 1px solid #908f8f;
  color: #908f8f;
  font-size: 8pt;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .full-flex3 .box p.txt {
    font-size: 3.5vw;
  }
  .full-flex3 .box p.txt span {
    font-size: 2.8vw;
  }
}

.full-flex3 .box p.line {
  margin-top: 1em;
  display: inline-block;
  padding: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  border: 1px solid #ccc;
  color: black;
  font-size: 10pt;
}

@media screen and (max-width: 900px) {
  .full-flex3 .box p.line {
    width: 100%;
    font-size: 3.2vw;
    text-align: center;
  }
}

.full-flex3 .box p.add_service {
  font-size: 8pt;
  color: #908f8f;
}

.full-flex2 {
  margin-top: 50px !important;
  padding-left: 1em;
  padding-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 900px) {
  .full-flex2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-top: 5vw !important;
  }
}

.full-flex2 .box {
  width: 45%;
}

@media screen and (max-width: 900px) {
  .full-flex2 .box {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.full-flex2 .box p.title {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 13pt;
}

@media screen and (max-width: 900px) {
  .full-flex2 .box p.title {
    text-align: center;
    font-size: 3.8vw;
  }
}

.full-flex2 .box p.title span {
  font-size: 9pt;
}

@media screen and (max-width: 900px) {
  .full-flex2 .box p.title span {
    font-size: 3.4vw;
  }
}

.full-flex2 .box p.txt {
  font-size: 10pt;
  text-align: center;
}

.full-flex2 .box p.txt span {
  display: block;
  margin-top: 1em;
  padding-top: 0.5em;
  border-top: 1px solid #908f8f;
  color: #908f8f;
  font-size: 8pt;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .full-flex2 .box p.txt {
    font-size: 3.5vw;
  }
  .full-flex2 .box p.txt span {
    font-size: 2.8vw;
  }
}

.full-flex2 .box p.line {
  margin-top: 1em;
  display: inline-block;
  padding: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  border: 1px solid #ccc;
  color: black;
  font-size: 10pt;
}

@media screen and (max-width: 900px) {
  .full-flex2 .box p.line {
    width: 100%;
    font-size: 3.2vw;
    text-align: center;
  }
}

.full-flex1 {
  width: 100%;
  margin-top: 100px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 900px) {
  .full-flex1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 12vw;
  }
}

.full-flex1 .box {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .full-flex1 .box {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.full-flex1 .box img {
  width: 80%;
}

@media screen and (max-width: 900px) {
  .full-flex1 .box img {
    width: 90%;
  }
}

.full-flex1 .box p.menutitle {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 15pt;
}

@media screen and (max-width: 900px) {
  .full-flex1 .box p.menutitle {
    text-align: center;
    font-size: 5.5vw;
  }
}

.full-flex1 .box p.menutitle span {
  font-size: 9pt;
}

@media screen and (max-width: 900px) {
  .full-flex1 .box p.menutitle span {
    font-size: 3.4vw;
  }
}

.full-flex1 .box p.txt {
  font-size: 10pt;
  text-align: center;
}

.full-flex1 .box p.txt span {
  display: block;
  margin-top: 1em;
  padding-top: 0.5em;
  border-top: 1px solid #908f8f;
  color: #908f8f;
  font-size: 8pt;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .full-flex1 .box p.txt {
    font-size: 3.5vw;
  }
  .full-flex1 .box p.txt span {
    font-size: 2.8vw;
  }
}

.full-flex1 .box p.add_service {
  font-size: 8pt;
}

.menu {
  margin-top: 5px;
}

.menu p.menutitle {
  text-align: center;
  font-size: 16pt;
  margin-top: 1em;
}

.menu p.menutitle span {
  margin-left: 0.5em;
  font-size: 12pt;
}

.menu .link {
  width: 80%;
  margin: 1em auto 1.5em;
}

.menu .link a {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 3em;
  border: 1px solid #908f8f;
  border-radius: 2em;
}

.menu .link a:hover {
  background: #f0f0f0;
}

#revision {
  width: 100%;
  margin-top: 100px;
  max-width: 1400px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f5f5;
  padding-bottom: 3em;
  margin-bottom: 5em;
}

#revision .link a {
  background-color: #fff;
}

.footer-box {
  margin-top: 70px;
  background-color: #f5f5f5;
  padding-top: 60px;
}

@media screen and (max-width: 900px) {
  .footer-box {
    margin-top: 10vw;
    padding-top: 5vw;
  }
}

.footer-box .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 900px) {
  .footer-box .flex2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-box .flex2 .leftbox {
  padding-right: 4em;
  padding-left: 1em;
  width: 50%;
}

@media screen and (max-width: 900px) {
  .footer-box .flex2 .leftbox {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.footer-box .flex2 .leftbox p.title {
  margin-top: 2em;
  border-bottom: 1px solid #9d9d9d;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 12pt;
  padding-bottom: 0.3em;
  font-weight: bold;
}

.footer-box .flex2 .leftbox p {
  margin-top: 0.5em;
  margin-bottom: 0.7em;
  font-size: 10.5pt;
}

.footer-box .flex2 .leftbox p span {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 0.85em;
  line-height: 1.4em;
}

.footer-box .flex2 .leftbox a.link_map {
  display: inline-block;
  margin-top: 1em;
  font-size: 9pt;
  padding: 0.2em 1em;
  border: 1px solid #9d9d9d;
  border-radius: 2em;
}

.footer-box .flex2 .leftbox table {
  width: 100%;
  margin-bottom: 1em;
}

.footer-box .flex2 .leftbox table tr td:first-child {
  width: 7em;
}

.footer-box .flex2 .leftbox table tr td:first-child span {
  float: right;
}

.footer-box .flex2 .leftbox table tr td {
  font-size: 10pt;
  padding: 0.1em;
}

.footer-box .flex2 .rightbox {
  padding-top: 3em;
  width: 50%;
  text-align: center;
  padding-right: 1em;
}

@media screen and (max-width: 900px) {
  .footer-box .flex2 .rightbox {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.footer-box .flex2 .rightbox img {
  width: 40%;
  max-width: 180px;
}

.footer-box .flex2 .rightbox p.reservetxt {
  font-size: 13pt;
  font-weight: bold;
}

.footer-box .flex2 .rightbox .rlinkbtn {
  background-color: black;
  margin-top: 0.4em;
  margin-bottom: 0.5em;
  color: white;
  display: inline-block;
  font-size: 16pt;
  height: 3em;
  line-height: 3em;
  width: 85%;
}

.footer-box .flex2 .rightbox .rlinktel {
  margin-bottom: 3em;
  font-size: 16pt;
}

@media screen and (max-width: 900px) {
  .footer-box .flex2 .rightbox .rlinktel {
    font-size: 4.8vw;
  }
}

.footer-box .flex2 .rightbox p.address {
  margin-top: 2em;
  font-size: 10pt;
}

.footer-box .flex2 .rightbox p.address span.font-s {
  font-size: 8pt;
}

@media screen and (max-width: 900px) {
  .footer-box .copyright {
    margin-top: 6vw;
  }
}

.footer-box .copyright p {
  text-align: center;
  font-size: 8pt;
  color: #9d9d9d;
  line-height: 4em;
  height: 4em;
}

@media screen and (max-width: 900px) {
  .footer-box .copyright p {
    font-weight: 4vw;
  }
}

/*スクロールダウン全体の場所*/
.scrolldown1 {
  width: 100%;
  /*描画位置※位置は適宜調整してください*/
  position: relative;
  /*全体の高さ*/
  height: 95px;
  margin-top: -15px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 20px;
  background: #535468;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s linear infinite;
          animation: pathmove 1.4s linear infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0px;
    opacity: 0;
  }
  60% {
    top: 40px;
    height: 20px;
    opacity: 1;
  }
  100% {
    top: 50px;
    height: 40px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0px;
    opacity: 0;
  }
  60% {
    top: 40px;
    height: 20px;
    opacity: 1;
  }
  100% {
    top: 50px;
    height: 40px;
    opacity: 0;
  }
}

.pageTop {
  cursor: pointer;
  display: none;
  bottom: 15px;
  right: 15px;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 9000;
}

@media screen and (max-width: 900px) {
  .pageTop {
    right: 2.5vw;
    bottom: 2.5vw;
    width: 12vw;
    height: 12vw;
  }
}

.cp-4 {
  visibility: hidden;
}

.sorry {
  text-align: center;
  font-size: 20pt;
  margin-top: 3em;
  height: 400px;
}

.news-box .newsbox {
  margin-top: 0;
}

.news-box .newsbox table.calendar {
  font-size: 0.9em;
  color: #666666;
  width: 80%;
  margin: 3em auto 1em;
}

@media screen and (max-width: 900px) {
  .news-box .newsbox table.calendar {
    width: 100%;
  }
}

.news-box .newsbox table.calendar th,
.news-box .newsbox table.calendar td {
  vertical-align: middle !important;
  border: 1px solid #ccc;
}

.news-box .w1200 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-box .w1200 .mainbox {
  width: 70%;
  padding-right: 2em;
  padding-left: 1em;
}

@media screen and (max-width: 900px) {
  .news-box .w1200 .mainbox {
    width: 100%;
    padding: 5vw;
  }
}

.news-box .w1200 .mainbox h2.h2title {
  margin-bottom: 3em;
}

.news-box .w1200 .mainbox .newsrow {
  margin-bottom: 80px;
}

@media screen and (max-width: 900px) {
  .news-box .w1200 .mainbox .newsrow {
    margin-bottom: 10vw;
  }
}

.news-box .w1200 .mainbox p.title {
  font-size: 18pt;
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (max-width: 900px) {
  .news-box .w1200 .mainbox p.title {
    font-size: 6vw;
  }
}

.news-box .w1200 .mainbox div.content p {
  margin-bottom: 1em;
}

.news-box .w1200 .mainbox img {
  margin-top: 1em;
  margin-bottom: 1em;
}

.news-box .w1200 .menubox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2em;
  padding-right: 1em;
}

@media screen and (max-width: 900px) {
  .news-box .w1200 .menubox {
    width: 100%;
    padding: 5vw;
  }
}

.news-box .w1200 .menubox h3 {
  font-size: 17pt;
  border-bottom: 1px solid #ccc;
}

.news-box .w1200 .menubox ul {
  margin-left: 1em;
  margin-top: 1.5em;
}

.news-box .w1200 .menubox ul li {
  font-size: 12pt;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.blog .globalmenu,
.category .globalmenu {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
}

.pcSpeacer {
  height: 100px;
}

.spSpeacer {
  height: 15vw;
}

.pnavi-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}

.pnavi-box .wp-pagenavi span {
  border: none;
}

.pnavi-box .nextpostslink,
.pnavi-box .previouspostslink {
  border: none;
  font-size: 20pt;
  height: 20pt;
  padding: 0.5em;
}

@media screen and (max-width: 900px) {
  .pnavi-box .nextpostslink,
  .pnavi-box .previouspostslink {
    width: 4vw;
    height: 4vw;
    line-height: 4vw;
    font-size: 4.8vw;
  }
}

.pnavi-box span.pages {
  display: none;
}

.pnavi-box span.current {
  background-color: black;
  color: white;
}

.pnavi-box a.page,
.pnavi-box span.current {
  border: 1px solid #000;
  font-size: 14pt;
  border-radius: 40pt;
  width: 40pt;
  height: 40pt;
  line-height: 40pt;
  padding: 0;
  margin-left: 0.5em;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 900px) {
  .pnavi-box a.page,
  .pnavi-box span.current {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 3.8vw;
  }
}

.pnavi-box a.page:hover {
  background-color: #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pnavi-box .last,
.pnavi-box .first {
  border: none;
}

.accmenu {
  position: relative;
}

.acc-childmenu {
  position: absolute;
  top: 80px;
  display: none;
  background-color: white;
}

.acc-childmenu li {
  padding: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
  text-align: center;
}

.acc-childmenu li:last-child {
  border-bottom: 1px solid #ccc;
}

.acc-childmenu li a {
  display: inline-block;
  width: 100%;
}

.youtube {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5em;
  margin-bottom: 5em;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=layout.css.map */