*{
   margin:0;
   padding:0;
}
body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* ====================================================
　共通
==================================================== */

.clr{
  clear:both;
}
a:focus, *:focus { outline:none; }


#wrap{
  width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
}

@font-face {
  font-family: 'kf';
  src: url('KFhimaji.otf') format('truetype');
}


/* -----  ----- ----- ----- ----- ----- * 改行位置 */

@media print, screen and (min-width: 768px) {
br.pc { display: inline; }
br.sp { display: none; }
}
@media screen and (max-width: 767px) {
br.pc { display: none; }
br.sp { display: inline; }
}


/* ====================================================
　見出し
==================================================== */
h1 img{
  width:300px;
}

h2{  
  font-family: 'kf';
  font-size:36px;
}

h2 span{
  font-size:24px;
  display:block;
  font-weight:normal;
  color:#FF772A;
}

h3{  
  font-family: 'kf';
  font-size:26px;
}

h4{  
  font-size:18px;
  font-weight:600;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}



/* ====================================================
　ヘッダー
==================================================== */
#header{
    width:100%;
	z-index: 4;
	position:fixed;
	padding:0px 20px 20px 20px;


	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	
}

#head_l{
    float:left;
	width:30%;
	padding:0;
	padding:30px 0 0 0;
		
}

#head_c{
    float:left;
	width:40%;
	text-align:center;
	padding:10px 0 0 0;
}

#head_r{
    float:right;
	width:30%;
	padding:30px 0 0 0;
}

#header ul{
   list-style:none;
   float:right;
}

#header ul li{
   float:left;
   margin:0;
   padding:0 20px;
   font-family:'kf';
   
   line-height:1.4em;
   
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}



#header ul li a{
  position: relative;
  display: inline-block;
  transition: .3s;
  text-decoration:none;
  color:#666666;
  font-size:16px;
  font-weight:400;
}

#header ul li span{
  display:block;
  font-size:12px;
  text-align:center;
}



#header ul li a:hover{
   color:#F7911A;

}


#header ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 3px;
  background-color: #F7911A;
  transition: .3s;
}
#header ul li a:hover::after {
  width: 100%;
}


/* fix */
.fixed {
    position: fixed;
    top: 0;
    width:100%;
    z-index: 999;
}

#header.fixed{
  background-color:#FFFFFF;
  padding:0 20px 10px 20px;
}


#header.fixed h1 img{
  width:250px;
}

/* transition */
#header.fixed,
#header,
#header.fixed h1 img,
#header h1 img{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


@media screen and (max-width: 1024px) {
#head_r{
  display:none;
}

#head_l{
  display:none;
}

#head_c{
    float:none;
	width:100%;
	text-align:center;
	padding:10px 0 0 0;
}

h1 img{
  width:150px;
}

#header.fixed h1 img{
  width:120px;
}

#header.fixed{
  background-color:#FFFFFF;
  padding-bottom:20px;
}

}

/* ====================================================
　ナビゲーション
==================================================== */

#topnavi{
  width:100%;
  height:20px;

}

#topnavi ul li{
  background-color:#6699FF;
  margin-right:20px;
  font-size:12px;
  padding:5px 20px;
}

#topnavi ul li a{
  color:#FFFFFF;
}

@media screen and (max-width: 1024px) {

#topnavi{
  display:none;

}
}


/* ====================================================
　フッター
==================================================== */

#footer{
   width:100%;
   padding:50px 0 0 0;
   text-align:center;
   background:linear-gradient(180deg,#fff 0%,#fff 20%,#7FFFD4 20%,#7FFFD4 100%);
   
}

#footer_inner{
   width:1100px;
   margin:auto;
   padding:0 0 50px 0;
}

#footer_inner2{
   width:800px;
   margin:auto;
}


.tel{
   font-size:32px;
   font-weight:700;
   margin:20px 0 0 0;
}
.tel span{
   font-size:18px;
   display:block;
   font-weight:400;

}

.tel i{
   margin-right:10px;
}

#fot_nav{
   width:100%;
   background-color:#27DC9F;
   padding:10px 0;


}

#fot_nav ul{
   list-style:none;
}

#fot_nav ul li{
   float:left;
   padding-right:10px;
   padding-left:10px;
}

#fot_nav ul li a{
   text-decoration:none;
   color:#000000;
}

.copy{
  font-family: 'kf';
  font-size:14px;
  font-weight:400;
  margin-top:30px;
}

@media screen and (max-width: 1024px) {
#footer_inner{
   width:100%;
   margin:auto;   
   padding:10px;
	
	 -moz-box-sizing: border-box;
   box-sizing: border-box;
}

#fotter_l{
   width:100%;
   float:none;
}

#footer_r{
   width:100%;
   float:none;
   text-align:center;
   padding-left:0;
   
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

}

/* ====================================================
　ドロワーメニュー
==================================================== */

#drawer{
  display:none;
}



@media screen and (max-width: 1024px) {
#drawer{
  display:block;
  z-index:9999;
  position: relative;
}

#drawer h1 img{
  width:200px;
}

.drawer-nav{
  filter:alpha(opacity=90);
   -moz-opacity: 0.90;
   opacity: 0.90;
}

.drawer_innr{
   background:#FF6610;
   padding:50px 0;
}

.drawer-menu{
   width:100%;
   text-align:center;
   padding:20px 0;
   
}

.drawer-menu ul{
   list-style:none;
   line-height:2em;
   margin:30px 0;
}

.drawer-menu ul li{
   font-size:18px;
   font-family: 'kf';
   line-height:1.2em;
   margin-bottom:20px;
     
}

.drawer-menu ul li span{
   display:block;
   text-align:center;
   font-size:12px;
}

.drawer-menu ul a{
   color:#FFFFFF; 
   text-decoration:none;
}

#drawer p{
   color:#FFFFFF;
   margin:10px 0;
   font-size:18px;

}

}

/* ====================================================
　アイキャッチ
==================================================== */
#main{
   width:100%;
   height:700px;


}

#mainimg{
    overflow: hidden;
    width: 100%;
    min-height: 700px;
	position:absolute;
	top:0;
	text-align:center;
}


.inner-content{

}

.inner-content p{
	margin:300px auto 0 auto;
}

@media screen and (max-width: 1024px) {

.inner-content p img{
    width:95%;
	margin:auto;
}

}

/* ====================================================
　サブページアイキャッチ
==================================================== */
#s_main{
  position:relative;
  padding:200px 0 150px 0;
  text-align:center;
  width:100%;
  overflow:hidden;
  margin:0;
  
}

#s_main img {
  position:absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width:100%;
  height:600px;
  object-fit: cover;

}



#s_main h2{  
  color:#FFFFFF;
  font-weight:400;
  font-size:26px;
  margin:0px;
  letter-spacing:1px;  
  z-index: 3;
　position: relative;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}


#s_main h2 span{

  font-size:46px;
  color:#F7D061;

}

#s_main h2::after {
  content: '';
  position: absolute;
  top: 350px;
  left: 0;
  right: 0;
  width: 2px;
  height: 100px;
  margin: 0px auto 0 auto;
  background-color:#F7D061;
  z-index:3;
}



/* ====================================================
　トップページコンテンツ
==================================================== */


/* -----  ----- ----- ----- ----- ----- * お知らせ */

#news{
    width:100%;
	padding:50px 0;
}

#news_inner{
    max-width:700px;
	margin:auto;
	text-align:center;
	padding:100px 0 0 0;
}

#news_inner ul{
    list-style:none;
	line-height:2.3em;
	margin:20px auto 50px auto;
	text-align:left;
}

#news_inner li a{
    text-decoration:none;
	color:#333333;
}

#news_inner li a:hover{
	color:#53CDA4;
}


#news_inner ul span{
     border:#FF772A solid 2px;
	 padding:0 10px;
	 margin-right:10px;
	 color:#FF772A;

}

#news_inner p{
    margin:20px 0 50px 0;
	line-height:1.8em;
	font-size:16px;
	font-weight:300;
}

@media screen and (max-width: 979px) {
#news{
    width:100%;
	padding:100px 0;
	background:none;
	
	-moz-box-sizing: border-box;
   box-sizing: border-box;
}

#news_inner ul{
   width:100%;
}

#news_inner ul span{
   display:block;
}

#news_inner{
    width:100%;
	margin:auto;
	text-align:left;
	padding:10px;
	
	 -moz-box-sizing: border-box;
   box-sizing: border-box;
}

}

/* -----  ----- ----- ----- ----- ----- * 約束 */
#promises{
    width:100%;
	padding:100px 0;
	text-align:center;
	background:url(../img/promises.jpg) no-repeat center center;
	background-size:cover;
	background-attachment: fixed;
	

}

#promises_inner{
    width:800px;
	margin:auto;
	background-color:rgba(255,255,255,0.8);
	padding:50px;
	position:relative;
	border-radius: 20px;
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

#promises_inner h2{
    color:#53CDA4;
}

#promises_inner h4{
    color:#53CDA4;
}


#promises p{
  margin:20px 0;
  font-size:16px;
  line-height:1.8em;
  font-weight:400;
  letter-spacing:2px;
  color:#333333;
}




@media screen and (max-width: 979px) {
#promises_inner{
    width:90%;
	margin:auto;

	padding:50px;

	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
}

/* -----  ----- ----- ----- ----- ----- * メニュー */
#menu{
    width:100%;
	padding:50px 0;
	text-align:center;
	background:url(../img/about_bg.png) no-repeat #F7D061;
	background-size:contain;
}

#menu_inner{
    width:1100px;
	margin:auto;

}

#menu_box{
    float:left;
	width:20%;
	padding:20px 5px;
	text-align:center;
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

#menu_box h2{
    font-size:20px;
	color:#fff;
}

#menu_box img{
    width:100%;
	height:200px;
	object-fit: cover;
	border-radius: 50%;
}

#menu_box figure {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  
  
}

@media screen and (max-width: 979px) {
#menu_inner{
    width:100%;
	margin:auto;	
	padding:10px 20px;
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

#menu_box{
    float:none;
	width:100%;
	padding:20px 5px;
	text-align:center;
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

}


/* -----  ----- ----- ----- ----- ----- * 学童保育 */

#infomation{
    width:100%;
	padding:50px 0;
	background:url(../img/img01.jpg) no-repeat;
	background-size:cover 300px;
	background-position:right 100px;
}


#infomation_inner{
    width:1100px;
	margin:auto;
	text-align:left;
	padding-bottom:200px;
}

#infomation_inner p{
    margin:20px 0 50px 0;
	line-height:1.8em;
	font-size:16px;
	font-weight:300;
}

@media screen and (max-width: 979px) {

#infomation{
    width:100%;
	padding:50px 0;
	background:url(../img/img01.jpg) no-repeat;
	background-size:cover;
	background-position:left;
}


#infomation_inner{
    width:100%;
	margin:auto;	
	padding:10px;
	background-color:rgba(255,255,255,0.8);
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

}


/* ====================================================
　サブページ共通
==================================================== */

hr{
   width:200px;
   margin:auto;
   color:#F7D061;
   border: dotted 2px #F7D061;

}

.center{
    text-align:center;
	padding:20px 0;

}

/* -----  ----- ----- ----- ----- ----- * H */
.sub_title{
    text-align:center;
}
/* -----  ----- ----- ----- ----- ----- * CL */

#cl{
    width:100%;
	padding:50px 0;
}


#cl_inner{
    max-width:1100px;
	margin:auto;
	text-align:left;
}

#cl_inner p{
    margin:20px 0;
	line-height:1.8em;
	font-size:16px;
	font-weight:300;
}

@media screen and (max-width: 979px) {

#cl{
    width:100%;
	padding:50px 0;
}


#cl_inner{
    width:100%;
	margin:auto;	
	padding:10px 20px;
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

}

/* -----  ----- ----- ----- ----- ----- * CLO */
#clo{
    width:100%;
	padding:50px 0;
	background:url(../img/about_bg.png) no-repeat #F7D061;
	background-size:contain;
}
@media screen and (max-width: 979px) {

#clo{
    width:100%;
	padding:50px 0;
}

}



/* ====================================================
　園について
==================================================== */

.gr_box{
    background-color:#3366CC;
	max-width:1100px;
	text-align:center;
	padding:30px 0;	
	border-radius: 20px;
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hoiku_txt{
    background-color:#FFFFFF;
	padding:20px 30px;	
	border-radius: 20px;
	margin:10px 0;
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 979px) {
.gr_box img{
    width:98%;
}

}

/* ====================================================
　クラス紹介
==================================================== */

#b_gray{
   background-color:f3f3f3;
}

/* -----  ----- ----- ----- ----- ----- * LC */

#base01{
    position: relative;
	width:100%;
	min-height: 500px;
	padding:100px 0;

}

#base01_img{
    width: 65%;
	position: relative;
	z-index: 1;
}

#base01_img img{
    width:100%;
}

#base01_contents{
    right: 20px;
	padding: 40px 45px;
	width: 46%;
	align-items: center;
	position: absolute;
	bottom: 0;
	background: #FFF;
	z-index: 2;	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}


#base01 p{
    margin:20px 0;
	font-size:16px;
	font-weight:200;
    line-height:1.8em;
    color:#333333;
}

@media screen and (max-width: 798px) {

#base01{
    position:static;
	width:100%;

}

#base01_img{
    width: 100%;
	position:static;
}

#base01_contents{
    right: 0;
	padding: 40px 45px;
	width: 100%;
	bottom: 0;
	display:block;
	position:static;
	box-sizing: border-box;
}

}

/* ====================================================
　年間行事
==================================================== */
#event_warp{
    width:100%;
	padding:50px 0;
	text-align:center;
	background:url(../img/about_bg.png) no-repeat #F7D061;
	background-size:contain;
}

#event{
    max-width:1100px;
	padding:50px 0;
	margin:auto;
}

.event_box{
    width:24%;
	margin-left:1%;
	margin-bottom:20px;
	padding:10px 20px;
	text-align:center;
	float:left;
	background-color:#fff;
	border-radius: 20px;
	height:400px;
	
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.event_box ul{
    text-align:left;
	list-style:inside;
	margin:10px 0;
	font-size:14px;
}

.event_box img{
    width:100%;
}


@media screen and (max-width: 798px) {

.event_box{
    width:90%;
	margin-left:0;
	margin:0 auto 20px auto;

	float:none;
	height:auto;
	
	
	
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

}


/* ====================================================
　アルバム
==================================================== */

#album_warp{
    width:100%;
	padding:50px 0;
	text-align:center;
	background:url(../img/album_bg.png) no-repeat #fff;
	background-size:contain;
}

#album{
    max-width:1100px;
	padding:50px 0;
	margin:auto;
}

.album_box{
    float:left;
	width:32%;
	margin-left:1%;
	margin-bottom:30px;
　 
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}


.album_box img{
    width:100%;
	
	height:300px;
	object-fit: cover;

}


@media screen and (max-width: 798px) {
.album_box{
    float:none;
	margin:0 auto 20px auto;
	width:90%;

}
}
/* ====================================================
　お問い合わせ
==================================================== */
#contact_inner{
    max-width:1100px;
	margin:auto;
	text-align:center;
	
}

#contact_inner p{
    margin:20px 0;
	line-height:1.8em;
	font-size:16px;
	font-weight:300;
}

#contact_inner h3{  
  font-family: 'kf';
  font-size:36px;
  color:#FF772A;
  margin:30px 0;
}

#contact_inner h3 span{
  font-size:16px;
  display:block;
  font-weight:normal;
  color:#000;
}



@media screen and (max-width: 979px) {

#contact_inner{
    width:100%;
	margin:auto;	
	padding:10px 20px;
	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

}

/* ====================================================
　新着情報
==================================================== */
#news_warp{
    width:100%;
	padding:50px 0;
	background:url(../img/news_bg.png) no-repeat #fff;
	background-size:contain;
}

#news_warp h2{
    border-bottom:#CCCCCC dotted 2px;
	padding-bottom:10px;

}

#news_warp h2 span{
    font-size:16px;
}

.news_post{
    color:#333333;
	padding:30px 0;
	line-height:1.8em;

}


/* *************************************************************
　　　テーブル
************************************************************* */

table {
	border-collapse: collapse;
	border:#e3e3e3 solid 1px;
	width:100%;
	max-width:1200px;
	margin:10px auto;
}

th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px 20px;
	font-weight: normal;
	background-color:#F7D061;
	color:#FFFFFF;
}

td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px 20px;
}


tr:nth-child(odd) {
    background-color:  rgba(238,238,238,0.2);
}

/*tr:hover {
    background: #006666;
    color: #FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}*/



@media screen and (max-width: 1079px) {

table {
	border-collapse: collapse;
	width:100%;
	margin:30px auto;
}

td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	display:block;
}

th {
    display:block;
}


}


/* ====================================================
　スクロールアクション
==================================================== */
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(80px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(80px); -ms-transform: translateY(80px); transform: translateY(80px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}





/* ====================================================
　ボタン
==================================================== */

p.btn{
  margin-top:30px;
}
p.btn a {
  background-image: linear-gradient(rgba(255,255,255,0.7) 50%, rgba(255,119,42,1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .3s;
  color:#FF772A;
  text-decoration:none;
  font-size:16px;
  letter-spacing:1px;
  border:#FF772A solid 1px;
  padding:10px 50px;
  font-weight:500;
  border-radius: 15px;
}
p.btn a:hover {
  background-position: 0 100%;
  color: #fff;
}


/* ====================================================
　ホバーアクション
==================================================== */

figure {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  
}

figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* ====================================================
　固定
==================================================== */


#parts01{
  position:absolute;
  top:70px;
  left:20px;
  z-index:9;
}
#parts01 img{
  width:150px;
}
#parts02{
  position:absolute;
  top:150px;
  right:20px;
  z-index:9;
}
#parts02 img{
  width:100px;
}

#parts03{
  position:absolute;
  top:200px;
  left:200px;
  z-index:9;
}
#parts03 img{
  width:80px;
}

#parts04{
  position:absolute;
  top:500px;
  right:200px;
  z-index:9;
}
#parts04 img{
  width:80px;
}

#parts05{
  position:absolute;
  top:650px;
  left:250px;
  z-index:9;
}
#parts05 img{
  width:80px;
}

.swing01
{
  animation-name: anime1;
  animation-duration: 2s;
  animation-iteration-count: infinite;  
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  transform : translateY(-20px);
  color: red;
}
@keyframes anime1
{
  from{ transform : translateY(-10px); }
 
  50%{ transform : translateY(20px); }
  
  to{ transform : translateY(-10px); }
}

.swing02
{
  animation-name: anime2;
  animation-duration: 4s;
  animation-iteration-count: infinite;  
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  transform : translateY(-20px);
  color: red;
}
@keyframes anime2
{
  from{ transform : translateX(-5px); }
 
  50%{ transform : translateX(10px); }
  
  to{ transform : translateX(-5px); }
}

.swing03
{
  animation-name: anime3;
  animation-duration: 3s;
  animation-iteration-count: infinite;  
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  transform : translateY(-20px);
  color: red;
}
@keyframes anime3
{
  from{ transform : translateX(5px); }
 
  50%{ transform : translateX(-10px); }
  
  to{ transform : translateX(5px); }
}


.swing04
{
  animation-name: anime1;
  animation-duration: 3s;
  animation-iteration-count: infinite;  
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  transform : translateY(-20px);
  color: red;
}
@keyframes anime4
{
  from{ transform : translateY(-20px); }
 
  50%{ transform : translateY(40px); }
  
  to{ transform : translateY(-20px); }
}


@media screen and (max-width: 779px) {


#parts01 img{
  width:100px;
}

#parts02 img{
  width:70px;
}

#parts03 img{
  width:50px;
}

#parts04 img{
  width:50px;
}

#parts05 img{
  width:40px;
}

}

/* *************************************************************
　　　ContactForm7
************************************************************* */
 
/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 100%;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
    border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
    background: #eee;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    width: 30%;
    text-align: right;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
}
 
/*ここから768px以下の指定*/
 
@media only screen and (max-width: 768px) {
　　　　　/*thとtdをブロック化して幅100％にして、縦積み*/
    .table-res-form th, .table-res-form td {
        width: 100%;
        display: block;
    }
　　　　　/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
　　　　　/*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        display: none;
    }
}
 
/*ここまで768px以下の指定---終わり*/
 
/*ここから入力欄のスタイル指定*/
 
/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], input[type="tel"], textarea {
    border: 1px #89BDDE solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: #006599;
    box-shadow: none;
}