*{
   margin:0;
   padding:0;
}
body {
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * 共通 */
.clr{
  clear:both;
}


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

#fakeloader img{
  width:180px;
  margin:350px auto 0 auto;

}

#fakeloader{
  text-align:center;
}


/* ====================================================
　改行位置
==================================================== */
@media print, screen and (min-width: 768px) {
br.sp { display: none; }
}
@media screen and (max-width: 767px) {
br.sp { display: inline; }
}

/* ====================================================
　見出し
==================================================== */

h1 img{
   width:200px;
}


h2{
   position: relative;
   z-index: 3;
   margin-bottom:20px;
   font-family: 'Noto Serif TC', serif;
   font-size:48px;
   color:#FFFFFF;
   font-weight:normal;
   letter-spacing:3px;
}

h2 span{
   display:block;
   font-family: 'Dancing Script', cursive;
   font-size:32px;
   font-weight:normal;
   letter-spacing:normal;
}

h3{
   font-family: 'Noto Serif TC', serif;
   font-size:28px;
   font-weight:normal;
}

h3 span{
   display:block;
   font-family: 'Dancing Script', cursive;
   font-size:21px;
   font-weight:normal;
   letter-spacing:normal;
   color:#ffb6c1;
}


h4{
   margin:20px 0;

}

h4 span{
   font-family: 'Dancing Script', cursive;
   font-size:18px;
   font-weight:normal;
   letter-spacing:normal;
   color:#ffc0cb;
}

h5{
   margin:20px 0 0 0;
   border-top:#333333 solid 1px;
   border-bottom:#333333 solid 1px;
   padding:10px;
}


@media screen and (max-width: 978px) {
h1 img{
   width:180px;
}


}

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

#drawer{
  display:none;
}

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


.drawer-nav{
   background:#004898;
   filter:alpha(opacity=95);
   -moz-opacity: 0.95;
   opacity: 0.95;
     
}

.drawer-menu{
   width:100%;
   text-align:center;
   
}

#sp_menu{
   padding:30px 0;

}

.drawer-menu ul{
   list-style:none;
   line-height:1em;
   margin:30px 0;
   font-size:18px;
}

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

.drawer-menu ul li{
   font-family: 'Noto Serif TC', serif;
   font-size:16px;
   margin:30px;
}
.drawer-menu ul li span{
   display:block;
   font-family: 'Dancing Script', cursive;
   font-size:12px;
   color:#ffc0cb;
}

}
/* ====================================================
　ヘッダー
==================================================== */

#header{
    width:100%;
	z-index: 4;
	position:fixed;
	height:30px;
	padding:5px 0;
}

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

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


.fixed {
    position: fixed;
    top: 0;
    width:100%;
    z-index: 99;
}


/* ====================================================
　フッター
==================================================== */
#footer{
    width:100%;
	background-color:#ffc0cb;
	padding:50px 0;
	text-align:center;
}

#footer img{
    width:150px;
	display:block;
	margin:10px auto;
}

.kamei{
    margin:0 0 20px 0;
	font-size:12px;
	color:#000;
}

.copy{
    font-family: 'Dancing Script', cursive;
	color:#FFFFFF;
	margin:20px 0 0 0;

}


/* ====================================================
　PCメニュー
==================================================== */

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

#header ul li{
   float:left;
   margin:0 20px;
   font-weight:bold;
}

#header ul li span{
   display:block;
   text-align:center;
   font-size:12px;
   font-weight:normal;
   font-family: 'Dancing Script', cursive;

}


#header ul li a {
  position: relative;
  display: inline-block;
  transition: .3s;
  text-decoration:none;
  color:#666666;
  padding:5px 0;
}


#header ul li a:hover{
  color:#ffb6c1;
}


#header ul li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #ffb6c1;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#header ul li a:hover::after {
  width: 100%;
}

#header ul li.inq a{
  padding:10px 20px;
  border:#333333 solid 1px;
}

#header ul li.inq a:hover{
  background-color:#ffc0cb;

  color:#FFFFFF;

}


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




/* ====================================================
　メインイメージ
==================================================== */
#main{
  text-align:center;
  padding:350px 0 280px 0;
  position:relative;
}

video {
  position:absolute;
  right: 0;
  top: 0;
  z-index: -1;
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
}

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

/* ====================================================
　サブメイン
==================================================== */
#s_main{
  position:relative;
  padding:50px 0 50px 0;
  text-align:center;
  width:100%;
  overflow:hidden;
  margin:90px 0 0 0;
}

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

#s_main h3{
    z-index: 3;
	font-size:32px;
	position: relative;
	letter-spacing:2px;
	color:#FFFFFF;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}


/* *************************************************************
　　　スマホ
************************************************************* */

#sp_main{
   display:none;
}


@media screen and (max-width: 1079px) {
#sp_main{
   position: relative;
   margin:0;
   display:inline;
   width:100%;

}

.slider fade{
  margin:0;
  padding:0;

}

#sp_main h3{
   color:#FFFFFF;
}

#sp_main img{
    width:100%;
}

#sp_txt{
    background-color:#000000;
	padding:30px 0;
	text-align:center;
	margin:0;
}


}

@media screen and (max-width: 698px) {
#main{
    padding:0 0 30px 0;
}

}


/* ====================================================
　トップページ
==================================================== */

#contents{
  width:100%;
  background:#FFFFFF;
  z-index: 2;
  position: relative;
  padding:20px 0;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- * コンセプト */

#concept{
  width:980px;
  margin:auto;
  padding:0 0 50px 0;
}

#concept_l{
  float:left;
  width:50%;
  
  padding:10px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

#concept_r{
  float:right;
  width:50%;
  
  padding:10px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

#concept_r img{
  width:100%;
  object-fit: cover; 
}

#concept p{
  font-size:14px;
  margin:20px 0 0 0;
  line-height:1.6em;
}

#concept p span{
  margin:10px 0;
  font-weight:bold;
  font-size:16px;
  display:block;
}

@media screen and (max-width: 979px) {
#concept{
  width:100%;
}

#concept_r{
  float:none;
  width:100%;
  
  padding:10px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

#concept_l{
  float:none;
  width:100%;
  
  padding:10px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}


}


/* ----- ----- ----- ----- ----- ----- ----- ----- ----- * 料金プラン */

#price{
  width:100%;
  background-color:#000;
  padding:30px 0;
  color:#FFFFFF;
}

#price h3 span{
  color:#ffb6c1;
}

#price_inner{
  width:980px;
  margin:auto;
  text-align:center;
}

#price_inner p{
  margin:20px 0;
  line-height:1.6em;
}

#price_inner p.btn a{
   color:#FFFFFF;
   border:#FFFFFF solid 1px;
}

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

#price_inner{
  width:100%;
  padding:10px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;

}
}


/* ----- ----- ----- ----- ----- ----- ----- ----- ----- * コース */
#couse{
  width:980px;
  margin:auto;
  padding:50px 0;
}

#couse_box{
   float:left;
   width:32%;
   line-height:1.8em;
   text-align:left;
   margin-right:1%;
   padding:10px 0;
   text-align:center;
}

#couse_box h3{
   font-size:24px;
}


#couse_box img{
   width:100%;
   object-fit: cover; 
}

#couse_box p{
   margin:10px 0;
   font-size:14px;
}

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

#couse{
   width:100%;
   padding:10px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
#couse_box{
   float:none;
   width:100%;
   margin:0;
}


}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- * 流れ */

#flow{
  width:100%;
  background:linear-gradient(180deg,#fff 0%,#fff 20%,#f3e8f0 20%,#f3e8f0 100%);
}

#flow_innr{
  width:980px;
  margin:auto;
  padding:50px 0;
  
}

#flow_innr img{
  width:100%;
  object-fit: cover;
  height:400px;
}

#flow_center{
  text-align:center;
  padding:10px 0;
}

#flow_innr p{
  font-size:14px;
  color:#333333;
  line-height:1.6em;
  margin:10px 0;
}

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

#flow_innr{
  width:100%;
  padding:10px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
  
}

}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- * その他コンテンツ */

#other{
  width:980px;
  margin:auto;
  padding:50px 0;
}

#other_box{
   float:left;
   width:50%;
   line-height:1.8em;
   text-align:left;
   
   padding:10px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   
   position: relative;
}

#other_box img{
   width:100%;
   height:200px;
   object-fit: cover;
}

#other_box h3{
   top:30px;
   right:20px;
   position: absolute;

}

@media screen and (max-width: 979px) {
#other{
  width:100%;
}
#other_box{
   float:none;
   width:100%;
   margin:0;
}

}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- * 新着情報 */


#news{
  border-top:#f3e8f0 solid 1px;
  border-bottom:#f3e8f0 solid 1px;
  width:100%;
  padding:50px 0 80px 0;
  background-color:#FAFDFC;
}

#news_inner{
  width:980px;
  margin:auto;
  text-align:center;
}


#news_inner ul{
  margin:20px 0 50px 0;
  list-style:none;
  line-height:1.8em;
}

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

#news_inner li span{
  color:#ffc0cb;
  margin-right:10px;
}

#news_inner ul li a:hover{
  color:#ffc0cb;
}

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

}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- * insuta */

#instagram{
   width:980px;
   margin:auto;
   text-align:center;
   padding:50px 0;
}

.insta_title{
   width:150px;
}

.insta_btn{
   padding:20px 0;
}

ul#instafeed{
   width:100%;
   margin:auto;
   list-style:none;
}

ul#instafeed li{
   float:left;
   margin:20px;
}

ul#instafeed li img{
	transition: .5s ;
	transform: rotateY( 0deg ) ;
	margin:0 0 0 5px;
}

ul#instafeed li img:hover{
	transform: rotateY( 360deg ) ;
}

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

#instagram{
   width:100%;
   
   padding:30px 10px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

ul#instafeed li{
   float:left;
   margin:10px;
}

.insta_btn{
   padding:20px 0;
}

}

/* ====================================================
　サブページ共通
==================================================== */
#base{
  width:980px;
  margin:auto;
  padding:0 0 50px 0;
}

#base_l{
  float:left;
  width:50%;
  
  padding:10px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

#base_lr{
  float:right;
  width:50%;
  
  padding:10px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}


#base_r{
  float:right;
  width:50%;
  
  padding:10px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

#base_rl{
  float:left;
  width:50%;
  
  padding:10px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

#base_r img,
#base_l img,
#base_rl img,
#base_lr img{
  width:100%;
  object-fit: cover; 
}


#base p{
  font-size:14px;
  margin:20px 0 0 0;
  line-height:1.6em;
}

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

#base_r,
#base_l,
#base_rl,
#base_lr{
  float:none;
  width:100%;

}


}

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

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

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

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


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

}

/* ====================================================
　リスト
==================================================== */
ul{
   margin:10px;
   list-style-position:inside;
}




/* ====================================================
　コンセプト
==================================================== */

/* ====================================================
　料金プラン
==================================================== */
#price_bg{
    width100%;
	background-color:#E8F3EE;
	padding:10px 0 0 0;
	margin-bottom:20px;
}

#veil{
    width:980px;
	margin:auto;
	position: relative;
	padding:0 0 20px 0;
}

#luna{
    width:980px;
	margin:auto;
	position: relative;
	padding:20px 0;
}

#stoic{
    width:980px;
	margin:auto;
	position: relative;
	padding:20px 0;
}


.price_title{
    position:absolute;
	top:255px;
	left:10px;
	z-index:3;
	background-color:rgba(255, 255, 255, 0.9);
	padding:20px;
	text-align:center;
}


.price_title02{
    position:absolute;
	top:255px;
	right:10px;
	z-index:3;
	background-color:rgba(255, 255, 255, 0.9);
	padding:20px;
	text-align:center;
}

.price_title h4,
.price_title02 h4{
    font-size:36px;
	color:#ffc0cb;
}

#veil img,
#luna img,
#stoic img{
    width:100%;
	height:400px;
	object-fit: cover; 
}

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

#veil,
#luna,
#stoic{
    width:100%;
	padding:10px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}


}

/* ====================================================
　流れ
==================================================== */
#flow_down{
    width:100%;
	text-align:center;
	font-size:62px;
	color:#ffc0cb;
}

.flow_nub{
    font-size:24px;
	margin:0 0 0 10px;
	color:#ffc0cb;
}

/* ====================================================
　よくある質問
==================================================== */
#faq_warp{
   padding:10px 0;

}

#faq_warp i{
    font-size:32px;
	color:#ffc0cb;
}

.qu{
    font-size:21px;
	color:#33cc99;
	padding:10px 0;
	border-bottom:#CCCCCC solid 1px;
	font-weight:bold;
}

.an{
    font-size:14px;
	padding:10px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

@media screen and (max-width: 1079px) {
#faq_warp{
    width:100%;
	padding:10px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

}


/* ====================================================
　会社概要
==================================================== */

/* ====================================================
　マスクアクション
==================================================== */
.box {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.box .boxInner {
  width: inherit;
  height: inherit;
  opacity: 0;
}

.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
  
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color:#ffc0cb;
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}



/* ====================================================
　新着情報
==================================================== */
#news_post{
  width:980px;
  margin:auto;
}
#news_post h3{
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#news_post h3 span{
  font-size:12px;
}

#news_post_txt{
  padding:20px 0;
}

#news_post_btn{
  text-align:center;
  padding:80px 0 0 0;
}

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

#news_post{
  width:100%;
  padding:10px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
}

/* ====================================================
　スクロールアクション
==================================================== */

.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 a {
  padding: 0 .3em;
  background-image: linear-gradient(rgba(255,255,255,0) 50%, rgba(0,0,0,1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .3s;
  color:#000;
  text-decoration:none;
  font-size:12px;
  letter-spacing:1px;
  border:#000 solid 1px;
  padding:10px 25px;
  text-shadow:none;
  font-weight:bold;
}
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.2);
  transform: scale(1.2);
}

/* *************************************************************
　　　ページトップ
************************************************************* */

.pagetop {
	position: fixed;
	bottom: 230px;
	right: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index:999;
}
.pagetop a {
	display: block;
	width: 40px;
	height: 30px;
	background-color: #ffc0cb;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	line-height: 30px;
	padding:10px 0 0 0;
}
.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* *************************************************************
　　　お問い合わせ
************************************************************* */

.tel{
   font-size:42px;
   letter-spacing:normal;
   color:#ffc0cb;
}


 
/* *************************************************************
　　　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"], 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;
}