#gallery-1 img {
    border: none!important;
    padding: 4px;
}

#gallery-2 img {
    border: none!important;
    padding: 4px;
}

.post-content dl, .post-content menu, .post-content ol, .post-content ul {
    margin: 0; 
}

.table-grad:after {
background-image: none; 
}


form input[type="text"], form input[type="email"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"], form textarea {
    max-width: 310px!important;
}

.table-wrap {
    margin-bottom: 0px;
}

p{
	font-size: 14px;
}
.spacer_20{
	height:20px;
}
:root{
	--main-color:#50AAAA;
	--accent-color:#8DB489;
	--bg-color:rgba(80, 170, 170, 0.2);
}
span.larger{
	font-size: 1.5em;
}
span.smaller{
font-size:0.7em;
}
.text_center{
text-align:center;
}
.sp_none{
 display: none;
}
.wpcf7-spinner{
  display: none;
}

html{
  scroll-padding-top: 50px;
}
span.smaller {
    font-size: 0.7em;
}
#content{
  padding-top: 45px !important;
	padding-bottom: 0;
	overflow-x: hidden;
  width: 100%;
}
#pc_header,
footer{
  display: none;
}
#header{
  padding: 6px 1em !important;
  position: fixed;
  width: 100%;
  z-index: 30;
  height: 50px;
}
#header .wrap{
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#header #logo{
  display: block;
}
#header #logo img{
  height: 24px;
  display: block;
  width: auto;
}
.wrap:after{
  display: none;
}
#header-menu-tog > a{
  color: #7d7d7d !important;
}
#gnav{
  margin: 0;
  border: none;
  padding: 10px;
  position: fixed;
  top: 45px;
  width: 100%;
  height: 100vh;
  z-index: 20;
  background: rgba(50,50,50, .9);
}
#gnav ul li a{
  color: #ffff;
  background: none !important;
}
#footer{
	background-color:#2B3760;
	text-align: center;
}
#footer img{
  padding: 1em;
  height: 80px;
  width: auto;
}
#footer .store{
	font-size:40px;
	color:#fff;
	padding:0;
  margin: 0 !important;
  border-bottom: none;
}
#footer .store_info{
	font-size:14px;
	color:#fff;
	padding-bottom:20px;
	margin-top:0 !important;
}
#footer .copyright{
	width:100%;
	background-color:#000;
	color:#fff;
	text-align:center;
	padding:20px 0;
}
.subs_box, .semi_box{
min-height: 550px;
 margin: 0 auto 0 !important;
 padding: 50px 15px;
 height: auto !important
}


.single-seminar .btn--orange > a {
  color: #fff;
}
.single-seminar table {
  background: #fff;
}
.single-seminar{
  background: #fdeeeb;
}
.single-seminar .btn--orange,
.single-seminar a.btn--orange,
.page-template-subscribe-page form input[type="submit"],
.page-template-subscribe-page form button{
  font-weight: bold;
  color: #fff!important;
  background-color: #eb6100;
  width: 245px;
  margin: 20px auto;
  text-align: center;
  font-size: 23px;
  padding: 7px 5px;
  border-radius: 10px;
}
.single-seminar .btn--orange:hover,
.single-seminar a.btn--orange:hover,
{
  color: #fff;
  background: #f56500;
}

@media screen and (min-width:480px) { 
/*　画面サイズが480pxからはここを読み込む　*/

.footer_line{
 display: inline-block !important
}
  #content{
    padding-top: 0 !important;
  }
  #gnav{
    display:none;
  }
  #pc_header{
    display: block;
    position:fixed;
  	margin-bottom:2px;
  	color: #8DB489;
  	text-align: center;
  	padding:5px 0;
  	width:100%;
  	background: white;
  	border-bottom: 1px solid #efefef;
  	z-index: 30;
  }
  #pc_header .flex_container{
  	width: 90%;
  	max-width: 900px;
  	margin: 0 auto;
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  }
  #pc_header p{
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
  }
  #pc_header .flex_container .image_box{
  	width: 20%;
  }
  #pc_header .flex_container .image_box img{
  	width: 100%;
  	height: auto;
  }
  #pc_header .flex_container .address{
  	font-size: 12px;
  	line-height: 1.6;
  	text-align: center;
  	font-family: HiraKakuProN-W3;
  }
  header{
    display:none;
  }
  .subs_box, .semi_box{
   max-width: 800px;
   padding: 80px 15px 40px;
  }
  .single-seminar .btn--orange,
  .single-seminar a.btn--orange,
  .page-template-subscribe-page form input[type="submit"],
  .page-template-subscribe-page form button{
    font-weight: bold;
    color: #fff!important;
    background-color: #eb6100;
    width: 200px;
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
    border-radius: 6px;
  }
  
  form input[type="text"], form input[type="email"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"], form textarea {
    max-width: 600px!important;
}
}