@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{
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: #990099;
right: 2px;
top: 2px;
padding: 24px 11px;
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:#ffccff;
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;
}

	
#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 #bbbcde;
font-size: 120%;
color: #000000;
padding: 10px 20px;
margin-bottom: 20px;
box-sizing: border-box;
text-align: center;
}
h3{
border-left: 15px solid #bbbcde;
font-size: 110%;
color: #000000;
padding: 5px 10px;
margin-bottom: 15px;
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: #ffffff;
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: 70%;
padding: 15px 0;
box-sizing: border-box;
}
.logo img{
width: 100%;
padding: 0;
box-sizing: border-box;
}
.headernavi{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 0 15px 0;
box-sizing: border-box;
}
.fontsize{
width: 33%;
padding: 0 0 10px 0;
box-sizing: border-box;
}
.fontsize ul{
display: flex;
}
.fontsize li{
font-size: 80%;
padding: 0 10px 0 0;
box-sizing: border-box;
}
button{
font-size: 100%;
padding: 0 5px;
box-sizing: border-box;
}
.color{
width: 33%;
padding: 0 0 10px 0;
box-sizing: border-box;
}
.color ul{
display: flex;
}
.color li{
font-size: 80%;
padding: 0 10px 0 0;
box-sizing: border-box;
}
input[type="button"] {
font-size: 80%;
padding: 2px 5px;
box-sizing: border-box;
}
.lang{
width: 33%;
padding: 0 0 10px 0;
box-sizing: border-box;
}
.lang ul{
display: flex;
}
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: 85%;
background: #eeeeee;
border: 1px solid #555555;
}

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

.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;
}

.brinner{
background: #FFEEFF;
width: 100%;
margin-top: -40px;
padding: 40px 20px;
box-sizing: border-box;
text-align: center;
}

#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;
}

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

.wp_speech_contents-box{
margin-bottom: 20px;
}

.topflex{
width: 100%;
margin: auto;
padding: 20px 0;
box-sizing: border-box;
}
.topflex_inner{
width: 100%;
padding: 0;
box-sizing: border-box;
margin-bottom: 10px;
}

.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: #bbbcde;
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;
}

.btn3{
width: 100%;
margin: auto;
padding: 20px 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.btn_inner{
width: 100%;
}
.btn_inner a{
display: block;
background: #bbbcde;
font-size: 100%;
color: #ffffff;
margin-bottom: 20px;
padding: 15px;
box-sizing: border-box;
text-decoration: none;
text-align: center;
}

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

.postbox{
margin-bottom: 40px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.postbox::before{
content:"";
display: block;
width: 50%;
order:1;
}
.postbox::after{
content:"";
display: block;
width: 50%;
}
.postboxinner{
width: 48%;
padding: 0 0 30px 0;
box-sizing: border-box;
}
.postthum{
width: 100%;
height: auto;
padding: 0;
box-sizing: border-box;
position: relative;
overflow: hidden;
margin-bottom: 5px;
}
.postthum img{
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.postcategory{
position: absolute;
top: -2px;
left: 0;
}
.postcategory a{
background: #999999;
font-size: 75%;
color: #ffffff;
padding: 5px;
box-sizing: border-box;
text-decoration: none;
}
.posttitle{
font-size: 90%;
padding: 0;
text-decoration: none;
}
.posttitle a{
color: #000000;
}
.update{
color: #000000;
font-size: 60%;
text-align: right;
}

.pageflex{
width: 100%;
margin: auto;
padding: 20px 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.pageflex_inner{
width: 48%;
padding: 0 0 20px 0;
box-sizing: border-box;
}
.pageflex_title{
color: #555555;
font-size: 100%;
margin-bottom: 10px;
}
.detailsbtn{
margin-top: 10px;
display: inline-block;
background: #009933;
border: 1px solid #cccccc;
padding: 10px;
box-sizing: border-box;
text-align: center;
}
.detailsbtn a{
display: block;
font-size: 100%;
color: #ffffff;
text-decoration: none;
}

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;
}

.anker{
display: block;
margin-top:-100px;
padding-top:100px;
}

.facilitiestab{
overflow: hidden;
}
.facilitiestab ul{
width: 100%;
padding: 0;
margin: auto;
list-style: none;
display: table;
table-layout: fixed;
}
.facilitiestab li{
font-size: 90%;
background: #eeeeee;
color: #000000;
text-align: center;
position: relative;
height: auto;
margin: 0;
padding: 5px 10px;
vertical-align: middle;
display: table-cell;
}
.facilitiestab li.select{
background: #ffccff;
color: #000000;
text-align: center;
}
.facilitiestab li a{
width: 100%;
display: block;
}
.content li{
margin-top: 20px;
}
.hide{
display:none;
}

.tab{
overflow: hidden;
}
.tab ul{
width: 100%;
padding: 0;
margin: auto;
list-style: none;
display: table;
table-layout: fixed;
}
.tab li{
font-size: 90%;
background: #cccccc;
color: #ffffff;
text-align: center;
position: relative;
height: auto;
margin: 0;
padding: 5px 10px;
vertical-align: middle;
display: table-cell;
}
.tab li.select{
background: #009999;
color: #ffffff;
text-align: center;
}
.tab li a{
width: 100%;
display: block;
}
.content li{
margin-top: 20px;
}
.hide{
display:none;
}

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

.pagemenu{
width: 100%;
margin: auto;
padding: 0 0 20px 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.pagemenu_inner{
border: 1px solid #eeeeee;
width: 48%;
padding: 10px;
box-sizing: border-box;
}
.pagemenu_inner a{
font-size: 90%;
color: #555555;
}

#sidebar{
width: 90%;
margin: auto;
padding: 0;
box-sizing: border-box;
}
.sidebarinner{
width: 70%;
margin: auto;
padding: 40px 0;
box-sizing: border-box;
}
.sidebarinner h2{
display: none;
border-bottom: 1px solid #cccccc;
font-size: 100%;
color: #555555;
padding: 5px 10px;
margin-bottom: 10px;
box-sizing: border-box;
text-align: center;
}
table.usces_calendar{
width: 100%;
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
margin-top: 10px;
margin-bottom: 10px;
table-layout: fixed;
}
.usces_calendar th{
border: 1px solid #cccccc;
vertical-align: middle;
text-align: center;
font-size: 80%;
color: #555555;
padding: 5px;
text-align: justify;
line-height: 2.0;
box-sizing: border-box;
}
.usces_calendar td{
border: 1px solid #cccccc;
vertical-align: middle;
text-align: center;
font-size: 80%;
color: #555555;
padding: 5px;
text-align: justify;
line-height: 2.0;
box-sizing: border-box;
}
.businessday{
background: #ffffff;
color: #555555;
}
caption{
font-size: 80%;
color: #555555;
}

#footer{
clear: both;
border-top: 1px solid #000000;
background: #ffffff;
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;
}
*/

}