body{
  box-sizing: border-box;
  margin: 0;
  font-family: "Arial", "メイリオ";
  background-color:white;
}
*{box-sizing: border-box;}
header{
  margin: 0;
}
img{
  max-width: 100%;
}
.mozi{
  margin: 0 auto;
  text-align: center;
}
.mozi h1{
  margin: 0;
  font-family: 'Julius Sans One', sans-serif;
  font-family: 'Lobster', cursive;
  font-family: 'Rye', cursive;
  font-family: 'Yeseva One', cursive;
}
.mozi h2{
  margin: 0;
}
.topimg{
  margin: 0;
}
.topimg img{
  width: 100%;
}

/* 料金メニュー */
.topmargin{
  margin-top: 100px;
}
.pricecontainer{
  margin: 0;
  margin: 0 auto;
  justify-content: center;
}
.pricebox{
  margin: 0;
}
.pricebox2{
  margin: 0;
}
table{
  width: 100%;
  border-collapse: collapse;
}
table tr{
  border-bottom: solid 2px white;
}
table tr:last-child{
  border-bottom: none;
}
table th{
  position: relative;
  text-align: left;
  width: 50%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}
table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table td{
  text-align: left;
  width: 50%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
/* priceのボックス */
.container{
  margin: 0;
  max-width: 100%;
  margin: 0 auto;
}
.box1,.box2,.box3{
  margin: 0 auto;
  justify-content: center;
  position: relative;
  align-items: center;
}
.minibox1,.minibox2,.minibox3{
  padding: 25px;
  background-color:rgb(255, 255, 255,0.7);
  margin-bottom: 50px;
}
.container h3{
  font-family: 'Julius Sans One', sans-serif;
  font-family: 'Lobster', cursive;
  font-family: 'Rye', cursive;
  font-family: 'Yeseva One', cursive;
}
/* 一番下 */
.last{
  width: 100%;
}
.last p{
  margin: 0;
  padding: 10px 0 10px;
  text-align: center;
}

.pricecontainer2{
  margin: 0;
  margin: 0 auto;
  justify-content: center;
}
.goodscontainer{
  max-width: 100;
  margin: 0;
}






@media screen and (min-width: 768px){
  .sp{
  display: none!important;
  }
  /* メニュー */
  .yoko{
    text-align: right;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    max-width: 100%;
    background-color:rgb(0,0,0,0.2);
    width: 100%;
    padding: 40px 50px 40px 0;
  }
  .logo img{
    position: absolute;
    width: 9%;
    top: 50%;
    left: 70px;
    vertical-align: middle;
    transform: translateY(-50%);
  }
  .menupc a{
    text-decoration: none;
    color: azure;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Julius Sans One', sans-serif;
    font-family: 'Lobster', cursive;
    font-family: 'Rye', cursive;
  }
  .top{
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .menuitem{
    font-size: 20px;
    padding: 0;
  }
  nav ul li{
    display: inline-block;
    margin-right: 50px;
  }
  .menupc li{
    border-right: #ddd 1px solid;
    margin: 0;
  }
  .menupc li:last-child{
    border-right: none;
  }
/* フッター */
  /* アクセス等の下の部分 */
  .access{
    margin: 0;
    margin-top: 100px;
    max-width: 100%;
    background-color: rgb(207, 228, 228, 0.5);
  }
  .box5{
    margin: 0;
    display: flex;
    align-items: center;
    margin-top: 250px;
  }
  .box55{
    margin: 0;
    display: flex;
    align-items: center;
  }
  .access55{
    margin: 0;
    max-width: 100%;
    background-color: rgb(207, 228, 228, 0.5);
  }
  .renraku{
    width: 50%;
    justify-content: center;
    text-align: center;
  }
  .center img{
    width: 20%;
  }
  .center p{
    margin: 0;
    font-size: 13px;
  }
  .center h1{
    margin: 0;
    font-size: 12px;
    font-weight: lighter;
    margin-bottom: 20px;
  }
  .map{
    width: 50%;
    text-align: center;
    justify-content: center;
  }
  .map iframe{
    margin-top: 50px;
    margin-bottom: 50px;
    width: 70%;
  }
  .boxbox{
    background: white;
    display: table;
    margin: 0 auto;
    padding: 10px;
    margin-top: 30px;
  }
  .boxbox a{
    text-decoration: none;
    color: black;
    font-size: 20px;
  }
  .minibox1 p,.minibox2 p,.minibox3 p{
    font-size: 18px;
  }
  .minibox1 ,.minibox2 ,.minibox3{
    width: 40%;
  }

  .mozi h1{
    font-size: 40px;
  }
  .pricecontainer{
    display: flex;
    max-width: 80%;
  }
  .pricebox{
    width: 40%;
    margin-right: 1%;
  }
  .pricebox2{
    width: 40%;
  }
  .mozi h2{
    font-size: 15px;
    margin-bottom: 70px;
  }
  .box1,.box2,.box3{
    width: 80%;
    display: flex;
    margin-bottom: 100px;
  }
  .box1 img,.box2 img,.box3 img{
    width: 40%;
    position: relative;
    z-index: 100;
    margin-bottom: 30px;
  }
  .container p{
    font-size: 15px;
  }
  .container h3{
    font-size: 25px;
    margin: 0;
    border-bottom: #000 solid 1px;
  }
  .gray{
    width:45%;
    height: 280px;
    background-color: rgb(207, 228, 228, 0.5);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -100;
    margin-right: 120px;
  }
  .gray2{
    width:45%;
    height: 280px;
    background-color: rgb(207, 228, 228, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -100;
    margin-left: 120px;
  }
  .massage{
    margin: 0 auto;
    max-width: 65%;
    text-align: right;
    padding-top: 20px;
  }
  .massage a{
    text-decoration: none;
    color: black;
  }
  .pricecontainer2{
    display: flex;
    max-width: 73%;
  }
  /* サービス */
  .Servicecontiner{
    margin: 0 auto;
    max-width: 60%;
    justify-content: center;
  }
  .Servicebox ,.Servicebox2{
    margin: 0 auto;
    margin-top: 150px;
  }
  .Servicebox h3 {
    width: 260px;
    border-bottom: solid 2px black;
    font-size: 21px;
  }
  .Servicebox2 h3{
    width: 300px;
    border-bottom: solid 2px black;
    font-size: 21px;
  }
  .Servicebox p,.Servicebox2 p{
    font-size: 20px;
    padding: 10px;
  }
  .imgbox{
    margin: 0;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .imgbox img{
    width: 50%;
    padding: 10px;
  }
  /* グッツ */
  .goodscontainer{
    margin: 0 auto;
    max-width: 70%;
    justify-content: center;
  }
  .goodsbox{
    width: 80%;
    margin: 0 auto;
  }
  .goodsminibox h3 {
    margin: 0;
    width: 240px;
    border-bottom: solid 2px black;
    font-size: 21px;
  }
  .goodsminibox p,.goodsminibox2 p,.goodsminibox3 p{
    margin: 0;
    font-size: 20px;
    padding: 20px 10px;
  }
  .goodsminibox2 h3, .goodsminibox3 h3{
    font-size: 21px;
    margin: 0;
  }
  .goodsminibox2{
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .imgimgbox,.imgimgbox2{
    width: 100%;
    margin: 0 auto;
  }
  #slider3,#slider4{
    list-style-type: none;
    padding: 0;
  }
  /* アクセス */
  .accesscontainer{
    margin: 0 auto;
    text-align: left;
    max-width: 100%;
    position: relative;
  }
  .accesszyohou{
    max-width: 70%;
    margin: 0 auto;
  }
  .accesszyohou h3{
    font-size: 23px;
    margin: 0;
  }
  .accesszyohou p{
    font-size: 21px;
    margin: 0;
    padding-top: 10px;
  }
  .accessbox,.accessbox2,.accessbox3,.accessbox4{
    width: 500px;
    border-bottom: solid 2px black;
    margin: 0 auto;
  }
  .accessbox{
    width: 500px;
    margin-bottom: 30px;
  }
  .accessbox2{
    width: 500px;
    margin-bottom: 30px;
  }
  .accessbox3{
    width: 500px;
    margin-bottom: 30px;
  }
  .accessbox4{
    width: 500px;
    margin-bottom: 50px;
  }
  .accessgooglemap{
    margin: 0;
  }
  .accessgooglemap{
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
  .telyoyaku{
    margin: 0;
    background-color: #52c2d0;
    padding: 30px 20px 30px;
    margin-right: 10px;
  }
  .onlineyoyaku{
    margin: 0;
    background-color: #52c2d0;
    padding: 30px 20px 30px;
  }
  .telyoyaku a{
    text-decoration: none;
    color: white;
  }
  .onlineyoyaku a{
    text-decoration: none;
    color: white;
  }
  .flexflex{
    max-width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 100px;
  }
}















@media screen and (max-width: 767px){
  .pc{
    display: none!important;
  }
  /* SPメニュー */
  .drawer{
    position: absolute;
    top: calc(50% - 15px);
    right: 15px;
    
  }
  .top img{
    width: 28%;
    padding-left: 20px;
    vertical-align: middle;
  }
  .top{
    max-width: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgb(0, 0, 0,0.3);
    padding: 11px 0 10px;
    position: fixed;
  }
  .drawer-open>span{
    top: 50%;
    transform: translateY(-50%);
  }
  /* チェックボックスは非表示に */
  .drawer-hidden {
    display: none;
  }
  /* ハンバーガーアイコンの設置スペース */
  .drawer-open {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    z-index: 21000;/* 重なり順を一番上に */
    cursor: pointer;
  }
  /* ハンバーガーメニューのアイコン */
  .drawer-open span,
  .drawer-open span:before,
  .drawer-open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: white;
    transition: 0.5s;
    position: absolute;
  }
  /* 三本線のうち一番上の棒の位置調整 */
  .drawer-open span:before {
    bottom: 8px;
  }
  /* 三本線のうち一番上の棒の位置調整 */
  .drawer-open span:before {
    bottom: 8px;
  }
  /* 三本線のうち一番下の棒の位置調整 */
  .drawer-open span:after {
    top: 8px;
  }
  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer-check:checked ~ .drawer-open span {
    background: rgba(255, 255, 255, 0);
  }
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer-check:checked ~ .drawer-open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #drawer-check:checked ~ .drawer-open span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /* メニューのデザイン*/
  .drawer-content {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    /* メニューを画面の外に飛ばす */
    left: 100%;
    z-index: 20000;
    background: rgb(0,0,0,0.8);
    transition: .5s;
    text-align: center;
  }
  /* アイコンがクリックされたらメニューを表示 */
  #drawer-check:checked ~ .drawer-content {
    left: 0;/* メニューを画面に入れる */
  }
  .iphonemenu{
    margin: 0 auto 0;
    flex-wrap: wrap;
    width: 100%;
  }
  .drawer-item{
    margin: 0;
    padding: 20px 0 20px;
  }
  a.btn-border {
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
    color: white;
    font-family: 'Julius Sans One', sans-serif;
    font-family: 'Lobster', cursive;
    font-family: 'Rye', cursive;
  }
  a.btn-border:hover {
    color: #fff;
    background: #000;
  }
  .drawer-list{
    margin: 0;
    padding: 0;
    width: 50%;
    margin: 0 auto 0;
    list-style: none;
    margin-top: 200px;
  }
  /* フッター */
  .box7{
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: 0;
    margin-top: 100px;
    background-color: rgb(207, 228, 228, 0.5);
    padding: 100px 0 100px;
  }
  .box7 img{
    width: 30%;
  }
  .box7 p{
    margin: 0;
    font-size: 13px;
  }
  .box7 h1{
    margin: 0;
    font-size: 12px;
    font-weight: lighter;
    margin-bottom: 10px;
  }
  .boxbox{
    background: white;
    margin: 0 auto;
    padding: 7px 50px 7px;
    margin-top: 10px;
    display: table;
  }
  .boxbox a{
    text-decoration: none;
    color: black;
    font-size: 15px;
  }

  .last p{
    font-size: 10px;
  }

  .mozi h1{
    font-size: 30px;
    margin-top: 35px;
  }
  .pricecontainer{
    max-width: 90%;
    margin: 0 auto;
  }
  .pricebox{
    width: 90%;
    margin: 0 auto;
  }
  .pricebox2{
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .mozi h2{
    font-size: 10px;
    margin-bottom: 40px;
  }
  table th{
    font-size: 15px;
  }
  .box1,.box2,.box3{
    width: 100%;
    margin-top: 70px;
  }
  .box1 img,.box2 img,.box3 img{
    width: 100%;
    position: relative;
    z-index: 100;
    vertical-align: bottom;
  }
  .container p{
    font-size: 14px;
  }
  .container h3{
    font-size: 20px;
    padding-left: 15px;
    margin: 0;
    border-bottom: #000 solid 1px;
  }
  .gray{
    width:50%;
    height: 280px;
    background-color: rgb(207, 228, 228, 0.9);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -100;
  }
  .gray2{
    width:50%;
    height: 280px;
    background-color: rgb(207, 228, 228, 0.5);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -100;
  }
  .massage{
    margin: 0 auto;
    max-width: 100%;
    text-align: right;
    padding-top: 20px;
  }
  .massage a{
    text-decoration: none;
    color: black;
    font-size: 13px;
    padding-right: 40px;
  }

  /* サービス */
  .Servicebox ,.Servicebox2{
    margin-top: 0px;
  }
  .Servicebox h3 {
    width: 210px;
    border-bottom: solid 2px black;
    font-size: 17px;
  }
  .Servicebox2 h3{
    width: 240px;
    border-bottom: solid 2px black;
    font-size: 17px;
  }
  .Servicecontiner{
    margin: 0 auto;
    max-width: 90%;
    justify-content: center;
  }
  .Servicebox p,.Servicebox2 p{
    font-size: 15px;
  }
  .Servicebox2{
    margin-top: 80px;
  }
  .imgbox,.imgbox2{
    margin: 0;
    max-width: 100%;
  }
  .imgbox img,.imgbox2 img{
    width: 100%;
  }
  #slider{
    list-style-type: none;
    padding: 0;
  }
  #slider2{
    list-style-type: none;
    padding: 0;
  }
  .imgbox2{
    margin-bottom: 30px;
  }
  /* グッツ */
  .goodscontainer{
    margin: 0 auto;
    max-width: 90%;
    justify-content: center;
  }
  .goodsbox{
    width: 100%;
    margin: 0 auto;
  }
  .goodsminibox h3 {
    margin: 0;
    width: 190px;
    border-bottom: solid 2px black;
    font-size: 17px;
  }
  .goodsminibox p,.goodsminibox2 p,.goodsminibox3 p{
    margin: 0;
    font-size: 15px;
    padding-top: 15px;
  }
  .goodsminibox2 h3, .goodsminibox3 h3{
    font-size: 17px;
    margin: 0;
  }
  .goodsminibox2{
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .imgimgbox,.imgimgbox2{
    width: 100%;
    margin: 0 auto;
  }
  #slider3,#slider4{
    list-style-type: none;
    padding: 0;
  }


  /* アクセス */
  .accesscontainer{
    margin: 0 auto;
    text-align: left;
    max-width: 100%;
    position: relative;
  }
  .accesszyohou{
    max-width: 90%;
    margin: 0 auto;
  }
  .accesszyohou h3{
    font-size: 15px;
    margin: 0;
  }
  .accesszyohou p{
    font-size: 13px;
    margin: 0;
    padding: 8px;
  }
  .accessbox,.accessbox2,.accessbox3,.accessbox4{
    width: 95%;
    border-bottom: solid 2px black;
    margin: 0 auto;
  }
  .accessbox h3{
    margin: 0;
    width: 200px;
    padding-left: 8px;
  }
  .accessbox2 h3{
    margin: 0;
    width: 200px;
    margin-top: 15px;
    padding-left: 8px;
  }
  .accessbox3 h3{
    margin: 0;
    width: 200px;
    margin-top: 15px;
    padding-left: 8px;
  }
  .accessbox4 h3{
    margin: 0;
    width: 200px;
    margin-top: 15px;
    padding-left: 8px;
  }

  .accessgooglemap{
    margin: 0;
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-top: 50px;
  }
  .accessgooglemap iframe{
    width: 100%;
  }
  .telyoyaku{
    width: 40%;
    margin: 0;
    background-color: #52c2d0;
    margin-right: 1%;
    font-size: 15px;
    align-items: center;
    padding: 25px 10px 25px;
  }
  .telyoyaku a{
    text-decoration: none;
    color: white;
  }
  .onlineyoyaku a{
    text-decoration: none;
    color: white;
  }
  .onlineyoyaku{
    width: 59%;
    margin: 0;
    background-color: #52c2d0;
    font-size: 15px;
    align-items: center;
    padding: 10px;
    padding: 25px 10px 25px;
  }
  .flexflex2{
    max-width: 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    position: fixed;
    z-index: 100;
    bottom: 0;
    background-color: white;
  }

  .box77{
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: 0;
    background-color: rgb(207, 228, 228, 0.5);
    padding: 100px 0 100px;
  }
  .box77 img{
    width: 30%;
  }
  .box77 p{
    margin: 0;
    font-size: 13px;
  }
  .box77 h1{
    margin: 0;
    font-size: 12px;
    font-weight: lighter;
    margin-bottom: 10px;
  }
}