.wrapper {
    clear: both;
}

.hidari {
    z-index: -1;
    display: flex;
    flex-wrap: wrap;
    width: 1100px ;
/*    justify-content: center;*/
}


.top {
    margin-top: 50px;
}


.topik{
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    width: calc(100% / 4);
    font-weight: bold;
    white-space: pre;
    text-align: left;
    position: relative;
    display: block;
    justify-content: center;
    margin-top: 20px;
}




.joubu {
    top: 200px;
    text-align: center;
    display: inline-block;
    align-content: center;
    width: 1100px;
}

.hani {
    text-align: left;
    display: block;
    top:  350px;
    z-index: -1;
    margin-left: 10px;
    margin-right: 10px;
    width: 1100px;
}




.content {
    min-height: calc(100vh - 50px);
}





.tempo .tempo_list {
    display: flex;
    width: 100%;
    border-bottom: 1px dotted #333;
    margin-bottom: 5px;
}
.tempo .tempo_list dt {
    background-color: #cacaccdc;
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
}
.tempo .tempo_list dd {
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
}






footer {
    position: -webkit-sticky;
    text-align: center;
    color: #000000;
    height: 50px;
    width: 100%;
    line-height: 25px;
    margin-top: 50px;
}



.chu {
    text-align: center;
}

.migiyose {
    text-align: right;
    margin: 5px;
}



.shoukai {
    width: 100%;
}
.narabi {
    background-color: #a9f874;
}



.box1 {
  margin: 10px;
  width: 40%;
}
.box2 {
  margin: 10px;
  width: 70%;
}

.display-flex {
  display: flex;
  width: 950px;
}












.list {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin-left: 30px;
}
.list dt, .list dd {
  box-sizing: border-box;
}
.list dt {
  width: 30%;
  padding: 20px;
  background-color: #bebaf5;
  border-bottom: 1px solid #999;
  font-size: 20px;
  font-weight: bold;
}
.list dt:last-of-type,
.list dd:last-of-type {
  border: none;
}
.list dd {
  width: 70%;
  margin-left: 0;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #999;
  font-size: 16px;
}


























.tasai-dl {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.tasai-dt {
/*    background-color: #cacaccdc;*/
    font-size: 25px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.tasai-dd {
    font-size: 20px;
    padding: 20px 5px 20px 5px;
    margin-left: 0px;
}




.setsu-dl {
    padding-top: 5px;
    padding-bottom: 5px;
}



.setsu-dt {
    font-size: 22px;
    font-weight: bold;
    background-color: #d8eb6d;
    padding-top: 5px;
    padding-bottom: 5px;
}


.setsu-dd {
    font-size: 18px;
    background-color: #d8eb6d;
    padding: 20px 5px 20px 5px;
}














.pagetop
    {
    position: fixed;
    bottom: 16px;
    right: 16px;
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}




/*チラシポップアップ*/
.c {
    text-align: center;
}
.overlay { /* グレーの背景 */
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s 0s ease;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#pop-up {
  display: none;
}
#pop-up:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
.popWindow {
  border-radius: 5px;
  overflow: auto; /* スクロールバー用 */
  max-height: 95%; /* すき間 */
  min-width: fit-content; /* 横幅が広い時に白の部分が大きくならないため */
  max-width: 95%; /* すき間 */
  position: fixed;
  top: 50%; /* 中央に */
  left: 50%; /* 中央に */
  transform: translate(-50%, -50%); /* 中央に */
  z-index: 10 0010;
  font-size: 13px;
  line-height: 18px;
  margin: 10px auto;
  padding: 4px 10px;
  background: #FFFD; /* 枠の色 */
  text-align: center; /* 文字を中央寄せ */
  transition: all 500ms ease-in-out;
}
.popWindow .ptitle {
  font-size: 15px;
  margin: 8px;
  color: #333;
}
.popWindow .close {
  position: absolute;
  top: 8px;
  right: 10px;
  transition: all 300ms;
  font-size: 24px;
  line-height: inherit;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 2px;
}
.popWindow .close:hover {
  color: #06D85F;
}
.popWindow::-webkit-scrollbar-track {
  background: none;
}
.popWindow::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.popWindow::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
.clickable:hover {
  cursor: pointer;
}
@media screen and (max-width: 700px){
  #pop-up:checked + .overlay {
    visibility: hidden;
    opacity: 0;
  }
}




/*ぬいぐるみ、着ぐるみ、ベビーカー、チャイルドシートの料金表表示*/
  
.ryokin {
  border-collapse: collapse;
  border: solid 2px #000000;
  font-size: 20px;
  width: 900px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.ryokin thead {
  background-color: #4537e1;
  color: #ffffff;
}

.ryokin th  {
  border-left: dashed 1px #000000;
  border-bottom: double 5px #000000;
  width: 60%;
  padding-left: 10px;
}

.ryokin td {
  border-left: dashed 1px #000000;
  border-bottom: double 5px #000000;
  width: 20%;
  padding-right: 10px;
}


.ryokin tr:nth-child(even){
  background-color: #eee
}










