/*
Theme Name: saoricakes
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/*モバイル固定ウィジェットが表示されるとコピーライトが隠れるので調整*/
@media(max-width: 991.98px){
:root :where(body) {
		padding-bottom:60px;
	}
}

/*topへ戻るボタン*/
.page_top_btn {
width: 60px;
height: 60px;
border:2px dotted #32cdff;
background:#ffffff;
border-radius: 50%;
 background-image: url("https://saoricakes.jp/wp-content/uploads/page-top.png");
background-size:90%;
background-repeat: no-repeat;
background-position: center;
 box-shadow: none;
}


.box-stripe {
  padding: 20px 25px;
  position: relative;
  background:#fff;
  z-index: 0; /* 追加推奨 */
}

.box-stripe:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: #fff;
  z-index: -1;
}

.box-stripe:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: repeating-linear-gradient(
    -45deg,
    #32cdff,
    #32cdff 3px,
    #ffa1cf 3px,
    #ffa1cf 6px
  );
  z-index: -2;
}