h1{
font-size:20px;
font-family: source-han-sans-cjk-ja, sans-serif;
font-weight: 400;
font-style: normal;
}

div.tokiwatowa-merumaga{
width:auto;
height:150px;
border:dotted 0px #228b22;
padding:5px;
margin:0 auto;
margin-bottom:20px;
  
  
}

div.tokiwatowa-merumaga h1{
width:auto;
border-bottom:solid 1px #228b22;
padding:2px;
margin:0 auto;
}

div.tokiwatowa-merumaga p{
width:auto;
margin:20px auto;
}

div.tokiwatowa{
width:47%;
height:100%;
border:dotted 1px #228b22;
padding:5px;
margin:5px 0px 5px 5px;
float:left;
text-align:center;
}


div.merumaga{
width:47%;
height:100%;  
border:dotted 1px #228b22;
padding:5px;
margin:5px 5px 5px 0px;
float:right;
text-align:center;
}



div.osirase{
width:100%;
border:dotted 0px #228b22;
padding:5px;
margin:5px;
margin-bottom:20px;
}


div.osirase div.sukurol {
  width: 98%;
  height: 250px;
  background-color: ;
  overflow-y: scroll;
  /*縦方向はスクロール可*/
  overflow-x: hidden;
  /*横方向はスクロール不可*/
  border:dashed 1px #008000;
  padding:10px;
 
}




div.osusume{

}

div.osusume table{
padding:10px;
}

div.osusume table tr{
}

div.osusume table td{
padding:10px;
}


div.douga td{
padding:10px;
margin-top:10px;
text-align:left;
}

div.douga font{
border-radius:5px; 
padding:10px 40px 10px 40px;
background-color:#ff6347;
color:#fff;
font-size:15px;
margin-top:20px;
width:400px;
}





table.ku-pon{
border:0px solid black;
padding:0px;
margin:0px;
}

table.ku-pon tr{
border:1px solid black;
padding:0px;
margin:0px;
}

table.ku-pon td{
border:0px solid black;
padding:0px;
margin:0px;
}


div.osusume-bg{
  width:100%;
  height:70px;
background:url('https://img07.shop-pro.jp/PA01440/537/etc/h-bar.png?cmsp_timestamp=20211007113306') no-repeat;
  background-size: contain;
  border:0px solid red;
margin:auto;
  text-align:center;
}

div.osusume-bg h2{
 color:#fff;
  font-size:16px;
padding-top:12px;
}




div.link a{
order:1.5px dotted #1a0dab ;
text-align:center;
padding:15px 50px 15px 50px; 
border-radius: 5px;
}



div.insta td{
padding:10px;
margin-top:10px;
text-align:center;
}

div.insta font{
border-radius:5px; 
padding:10px 40px 10px 40px;
background-color:#ff6347;
color:#fff;
font-size:15px;
margin-top:20px;
width:400px;
}






/* 通常（PC）ではタイル表示 */
.slide-wrap {
  background-color: #fff;
  display: flex;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
.slide-box {
  height: auto;
  margin: .5%;
  width: 74%;
}
.slide-box a {
  background-color: #fff;
  color: #222;
  display: block;
  text-decoration: none;
}
.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}
.slide-box p {
  font-weight: bold;
  padding: 10px;
  margin:.5rem auto;
}
@media screen and (max-width: 768px) {
/* スマホサイズでスライダー表示 */
  .slide-wrap {
    overflow-x: scroll;
  }
  .slide-box {
    flex: 0 0 85%;
    margin: auto 4% auto auto;
  }
}
