@media screen and (max-width: 1023px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
#container{
width:100%;
}

*{
margin: 0;
padding: 0;
}*

html {
font-size: 62.5%;
}

body{
background-color: #fdf6ee;
/* 基本の背景色 */
background-image: linear-gradient(#fdf6eecf, #fdf6eecf),
/* ベース色 */
url(画像リンク);
/* ノイズ画像 */
background-repeat: repeat;
/* 繰り返し */
background-size: 100px;
/* ノイズパターンのサイズ調整 */
color: #333;
/* テキスト色 */
font-size: 1.1rem;
width: 100vw;
height: 100vh;
animation: bugfix infinite 1s;
-webkit-animation: bugfix infinite 1s;
overflow-x: hidden;
font-family: "M PLUS 1", sans-serif;
}

@keyframes bugfix {
from {
padding: 0;
}
to {
padding: 0;
}
}
@-webkit-keyframes bugfix {
from {
padding: 0;
}
to {
padding: 0;
}
}

#overlay-button {
position: fixed;
background: #00cc33;
right: 4px;
top: 4px;
padding: 28px 20px 14px 20px;
z-index: 5;
cursor: pointer;
user-select: none;
border-radius: 50%;
}

#overlay-button span {
height: 4px;
width: 30px;
border-radius: 2px;
background-color: #ffffff;
position: relative;
display: block;
transition: all .2s ease-in-out;
}

#overlay-button span:before {
top: -10px;
visibility: visible;
}

#overlay-button span:after {
top: 10px;
}

#overlay-button span:before, #overlay-button span:after {
height:4px;
width: 30px;
border-radius: 2px;
background-color: #ffffff;
position: absolute;
content: "";
transition: all .2s ease-in-out;
}

#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
background: #ffffff;
}

input[type=checkbox] {
display: none; 
}

input[type=checkbox]:checked ~ #overlay {
visibility: visible; 
}

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
background: transparent;
}

input[type=checkbox]:checked ~ #overlay-button span:before {
transform: rotate(45deg) translate(7px, 7px);
}

input[type=checkbox]:checked ~ #overlay-button span:after {
transform: rotate(-45deg) translate(7px, -7px);
}

#overlay {
height: 100vh;
width: 100vw;
background-color:#00cc33;
z-index: 2;
visibility: hidden;
position: fixed;
}
#overlay.active {
}
#overlay ul {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
height: 80vh;
padding-left: 0;
list-style-type: none;
}
#overlay ul li {
padding: 0.5em;
}
#overlay ul li a {
color: #ffffff;
text-decoration: none;
font-size: 1.2em;
}
#overlay ul li a:hover {
color: #ffffff!important;
}
.menutxt{
font-size: 60%;
color: #ffffff;
padding: 10px 0 0 0;
}

	
#wrap{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
}

img{
border-style: none;
}

a{
outline: 0;
}

ul,li{
list-style: none;
}

.clear{
clear: both;
margin-bottom: 20px;
}

.pc{
display: none;
}
h2{
border-bottom: 3px dotted #00cc33;
font-size: 120%;
color: #000000;
padding: 10px 20px;
margin-bottom: 20px;
box-sizing: border-box;
text-align: center;
}
h3{
border-left: 15px solid #00cc33;
font-size: 100%;
color: #000000;
padding: 5px 20px;
margin-bottom: 20px;
box-sizing: border-box;
}
h4{
font-weight: bold;
font-size: 100%;
color: #000000;
}
h5{
}
strong{
}
p{
font-size: 90%;
color: #000000;
overflow: auto;
line-height: 2.0;
padding: 0;
box-sizing: border-box;
}
.date{
font-size: 60%;
float: right;
padding: 10px 0 0 0;
box-sizing: border-box;
}

.pagenavi{
margin-top: 30px;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
}
.pagenavi a{
color: #ffffff;
}
.pages{
background: #cccccc;
font-size: 80%;
margin: 5px;
padding: 10px;
box-sizing: border-box;
}
.current{
background: #cccccc;
font-size: 80%;
margin: 5px;
padding: 10px;
box-sizing: border-box;
}
.smaller{
background: #cccccc;
font-size: 80%;
margin: 5px;
padding: 10px;
box-sizing: border-box;
}
.larger{
background: #cccccc;
font-size: 80%;
margin: 5px;
padding: 10px;
box-sizing: border-box;
}
.nextpostslink{
background: #cccccc;
font-size: 80%;
margin: 5px;
padding: 10px;
box-sizing: border-box;
}
.first{
background: #cccccc;
font-size: 80%;
margin: 5px;
padding: 10px;
box-sizing: border-box;
}
.last{
background: #cccccc;
font-size: 80%;
margin: 5px;
padding: 10px;
box-sizing: border-box;
}

.alignnone{
width: 100%;
height: auto;
margin-bottom: 10px;
}

.alignnone_t{
width: 70%;
height: auto;
margin-bottom: 5px;
}

.alignleft{
width: 100%;
height: auto;
margin-bottom: 10px;
}

.alignright{
width: 100%;
height: auto;
margin-bottom: 10px;
}

#page-top{
position: fixed;
bottom: 80px;
right: 0;
font-size: 80%;
}
#page-top a{
background: #555555;
text-decoration: none;
color: #ffffff;
padding: 15px;
box-sizing: border-box;
text-align: center;
display: block;
}

#header{
background-image: url("https://shimoizumikidsclub.com/webadmin/wp-content/themes/shimoizumikidsclub2026/images/header_bg.jpg");
background-repeat: no-repeat;
background-size: 100%;
/*background-position: left top;*/
width: 100%;
height: auto;
padding: 0;
box-sizing: border-box;
z-index: 9999;
}

.header_inner{
width: 90%;
margin: auto;
padding: 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.logo{
width: 80%;
padding: 20px 0;
box-sizing: border-box;
}
.logo img{
width: 100%;
padding: 0;
box-sizing: border-box;
}

#mainimage{
width: 100%;
height: auto;
margin: auto;
padding: 10px 0;
box-sizing: border-box;
}
#subimage{
width: 100%;
height: auto;
margin: auto;
padding: 0;
box-sizing: border-box;
}

.breadcrumbs{
width: 100%;
margin: auto;
padding: 0;
box-sizing: border-box;
font-size: 70%;
}
.breadcrumbs_inner{
width: 90%;
margin: auto;
padding: 10px 0;
box-sizing: border-box;
}
.breadcrumbs a{
color: #555555;
}

#container{
width: 100%;
min-height: 800px;
margin: auto;
padding: 0;
box-sizing: border-box;
}

#contents{
width: 100%;
margin: auto;
padding: 0;
box-sizing: border-box;
}

.inner{
width: 90%;
margin: auto;
padding: 40px 0;
box-sizing: border-box;
}

.btnbox{
display: flex;
justify-content: center;
}
.btn{
display: flex;
border-radius: 50%;
justify-content: center;
align-items: center;
width: 160px;
height: 160px;
background: #6fa1ff;
text-align: center;
margin: 5px;
}
.btn a{
display: block;
font-size: 90%;
color: #ffffff;
text-decoration: none;
}

.guide{
width: 100%;
margin: auto;
padding: 20px 0;
box-sizing: border-box;
}
.guidetitle{
width: 100%;
padding: 0 0 20px 0;
box-sizing: border-box;
}
.guidetitletxt{
font-size: 95%;
padding: 10px;
box-sizing: border-box;
color: #ffffff;
border-radius: 100vh;
background: #ffcc00;
text-align: center;
}
.guidetxt{
width: 100%;
padding: 0 0 60px 0;
box-sizing: border-box;
font-size: 90%;
color: #000000;
overflow: auto;
line-height: 2.0;
}
.guidetxt a{
font-size: 140%;
font-weight: bold;
color: #555555;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 40
}

.postbox{
border-bottom: 1px dotted #cccccc;
width: 100%;
padding: 10px 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 100%;
color: #000000;
}
.postday{
width: 30%;
}
.posttitle{
width: 70%;
}
.posttitle a{
color: #000000;
}

.letterbox{
margin-bottom: 40px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.letterbox::before{
content:"";
display: block;
width: 48%;
order:1;
}
.letterbox::after{
content:"";
display: block;
width: 48%;
}
.letterboxinner{
width: 48%;
padding: 0 0 30px 0;
box-sizing: border-box;
}
.letterboxthum{
width: 100%;
height: auto;
padding: 0;
box-sizing: border-box;
position: relative;
overflow: hidden;
margin-bottom: 5px;
}
.letterboxthum img{
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.letterboxtitle{
font-size: 90%;
padding: 0;
text-decoration: none;
}
.letterboxtitle a{
color: #000000;
}

.gmap{
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe{
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

table{
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
th{
border: 1px solid #cccccc;
width: 25%;
text-align: left;
vertical-align: top;
padding: 10px;
box-sizing: border-box;
font-size: 90%;
font-weight: normal;
color: #555555;
line-height: 2.4;
}
td{
border: 1px solid #cccccc;
text-align: left;
vertical-align: top;
padding: 10px;
box-sizing: border-box;
font-size: 90%;
font-weight: normal;
color: #555555;
line-height: 2.4;
}

.pagetop{
width: 100%;
text-align: right;
margin-bottom: 10px;
}
.pagetop a{
background: #ffcccc;
font-size: 80%;
color: #ffffff;
text-decoration: none;
padding: 5px;
box-sizing: border-box;
}

#footer{
clear: both;
border-top: 1px solid #000000;
width: 100%;
height: auto;
}

.footer_inner{
width: 90%;
margin: auto;
padding: 30px 0;
box-sizing: border-box;
}

.footerbox-container{
display: none;
}

address{
width: 100%;
margin: auto;
color: #555555;
font-size: 80%;
padding: 10px 0;
box-sizing: border-box;
text-decoration: none;
font-style: normal;
text-align: center;
}

/* お問い合わせ */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
background-color: #fff;
color: #333;
width: 100%;
border: 1px solid #ddd;
font-size: 100%;
padding: 10px;
box-sizing: border-box;
}

.wpcf7 input[type="submit"] {
font-size: 120%;
padding: 15px 30px;
box-sizing: border-box;
background: #0167b9;
color: #ffffff;
border-radius: 4px;
cursor: pointer;
box-shadow: 0 0 1px rgba(0,0,0,.2);
border: 1px solid #ccc;
}
/* お問い合わせ */

select{
width: 100%;
height: 40px;
outline:none;
text-indent: 0.01px;
text-overflow: '';
background: none transparent;
vertical-align: middle;
font-size: inherit;
color: inherit;
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
padding: 10px;
box-sizing: border-box;
font-size: 90%;
margin-bottom: 40px;
}
select option{
background: #ffffff;
color: #cccccc;
}
select::-ms-expand {
display: none;
}
select:-moz-focusring { 
color: transparent;
}

}