@charset "UTF-8";
body{
  font-family : "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6",  Meiryo, メイリオ, sans-serif;
}
p.right {
text-align: right;
}
.photo2 img{
  	transition: 0.3s;
} 
.photo2 img:hover{
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
}
.category  {
	font-size: 80%;
	color: #ffffff;
}
/* ページネーションのCSS */
.page_n{
	width:100%;
	text-align:center;
}
.page-numbers {
    background-color:#eee;
    color:#666;
    padding:4px 5px;
    border:1px solid #eeeeff;
    border-radius:2px;
}
.current{
    color:#fff;
    background-color:#666;
}
.next,.prev{
    color:#666;
    background-color:#eee;
}
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
}
#footerFloatingMenu img {
    max-width: 100%;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f7f4e9;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
/* Newpost Catch */

#npcatch li{
    overflow:hidden;
    clear:both;
    vertical-align:top;
}
#npcatch img{
    float:left;
    padding:5px 20px 5px 0;
}

#npcatch .title a{
    font-weight: 700;
}
#npcatch .date {
    font-size: x-small;
    font-weight: 400;
    display:block;
    color: #666699;
    margin-bottom: 5px;
}
#npcatch li:hover{}
#npcatch li:hover .title{}
#npcatch li:hover .title a{}
#npcatch li:hover .date{}
/* contact7 */
.form-width { 
	max-width: 100%;}

.wpcf7-submit {
font-size: 1.2em;
padding: 5px 30px;
background-color: #ff0000;
color: #fff;
border-style: none;
} 
.wpcf7-submit:hover:enabled {
background-color: #666;
color: #fff;
}
/* スペース */
.sp-10 {
    clear: both;
    width: auto;
    height: 10px;
    }
.sp-15 {
    clear: both;
    width: auto;
    height: 15px;
    }
.sp-20 {
    clear: both;
    width: auto;
    height: 20px;
    }
.sp-25 {
    clear: both;
    width: auto;
    height: 25px;
    }
.sp-30 {
    clear: both;
    width: auto;
    height: 30px;
    }
.sp-35 {
    clear: both;
    width: auto;
    height: 35px;
    }
.sp-40 {
    clear: both;
    width: auto;
    height: 40px;
    }
/* NEWS */

#news_block {
}
.news_t{
 background: #fff;	
margin-bottom:20px;
padding:1px 12px 5px 12px;
border-radius: 0px 0px 15px 15px;
}
.news-title {
margin: 5px 0 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}
.news-title a{
line-height:150%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
color: #666;
}

.news-date {
margin-top:5px;
color: #666;
margin-bottom: 5px;
}

.news-thumb {
overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
position: relative;
border-radius: 15px 15px 0px 0px;
}

.news-thumb img{
width:100%;
}
.news-thumb img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.news-thumb img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	opacity: 0.6;
}
/* news */
.news {
    overflow: hidden;
	background-color:#fff;
	border-radius: 10px;
	margin-bottom:15px;
}
.news a{
	text-decoration:none;
}
.news__image {
    float: left;
overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
position: relative;
}
.news__summary {
    overflow: hidden;
	margin-left:15px;
	padding:15px 0 5px 20px;
}
.news__heading {
    font-size: 130%;
	font-weight:bold;
	margin-top: 10px;
margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news__text {
    margin-top: -5px;
}
.news__sub {
font-size:80%;
line-height: 1.3em;
margin-top:10px;
}
@media screen and (max-width: 979px) {
.news {
    overflow: hidden;
	background-color:#fff;
	border-radius: 10px;
	margin-bottom:15px;
}
.news a{
	text-decoration:none;
}
.news__image {
    float: left;
overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
position: relative;
}
.news__summary {
    overflow: hidden;
	margin-left:15px;
	padding:5px 0 0 20px;
}
.news__heading {
    font-size: 130%;
	font-weight:bold;
	margin-top: 5px;
margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news__text {
    margin-top: -5px;
}
.news__sub {
font-size:80%;
line-height: 1.3em;
margin-top:5px;
}
}
/*------------------------------
 content
--------------------------------*/
.newstop img{
	margin-top:0px;
	margin-bottom:5px;	
}
.detail {
    padding-top: 3rem;
	min-height:900px;
}
.ttl {
    font-size: medium;
    font-weight: bold;
    background: #f5f5f5;
    border-radius: 0;
	padding:2px 3px 2px 8px ;
    margin-bottom: 2rem;
}
.widget ul {
    padding-left: 0;
    margin-left: -.5em;
    list-style: none;
}
.widget ul li a {
    padding: .5rem 0;
	font-size:90%;
    color: #666;
}
.widgets {
	margin-top:5px;
}
.widget {
    margin-bottom: 3rem;
}

.widget .ttl {
    font-size: medium;
    color: #666;
    font-weight: bold;
    background: #f7f4e9;
    border-radius: 0;
    margin-bottom: 1rem;
}
.widget ul li {
    display: block;
    color: #666;
    padding-left: .5rem;
    border-bottom: 1px solid #999;
}
.widget ul li ul {
    color: #666;
    border-left: 1px solid #999;
    margin-left: 1rem;
}

.widget ul li a {
    padding: .5rem;
    display: inline-block;
	text-decoration:none;
}
.widget a:hover {
	 color: #f08300; 
}
/*------------------------------
 table
--------------------------------*/
table.type01 {
	border-collapse: separate;
	border-spacing: 1px;
}
table.type01 th {
	padding: 10px;
	vertical-align: top;
}
table.type01 td {
	padding: 10px;
	vertical-align: top;
}
table.type04 {
width: 100%;
	table-layout:fixed;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #999;
}
table.type04 th {
	table-layout:fixed;
	padding: 10px;
	border-bottom: 1px solid #999;
}
table.type04 tr td {
	table-layout:fixed;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #999;
}

table.type05 {
width: 100%;
	table-layout:fixed;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #999;
}
table.type05 th {
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #999;
}
table.type05 td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #999;
}

table.type06 {
width: 100%;
	table-layout:fixed;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.8;
	border-top: 1px solid #999;
}
table.type06 th {
	padding: 8px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #999;
}
table.type06 td {
	padding: 8px;
	vertical-align: top;
	border-bottom: 1px solid #999;
}

table.type07 {
width: 100%;
	table-layout:fixed;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
table.type07 th {
	table-layout:fixed;
	padding: 10px;
	vertical-align: top;
}
table.type07 tr td {
	table-layout:fixed;
	padding: 10px;
}

table.type08 {
width: 100%;
	table-layout:fixed;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.8;
	border-top: 1px solid #999;
}
table.type08 th {
	padding: 8px;
	font-weight: bold;
	color: #333;
	vertical-align: top;
	border-bottom: 1px solid #999;
}
table.type08 td {
	padding: 8px;
	vertical-align: top;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #999;
}

/*------------------------------
 content
--------------------------------*/
p.topimage img {
	 margin:0 0 0 0; padding-top:0px; width: 100%;
}
p.resizeimage img { padding-top:0px; width: 100%; 
}
.hr01{
	 border-top:1px dashed #999;
	 border-bottom:1px dashed #fff;
	 border-left:1px dashed #fff;
	 border-right:1px dashed #fff;
	 margin:10px 0 25px 0;
 }
 .hr03{
	 border-top:1px dashed #999;
	 border-bottom:1px dashed #fff;
	 border-left:1px dashed #fff;
	 border-right:1px dashed #fff;
	 margin:10px 0 20px 0;
 }
.topback {
	background-color: #fff;
	background-image: url(img/bk-p.png);
}
.mainback {
	background-color: #fff;
	background-image: url(img/bk-p.png);
}
.headtop {
background-color:#fff;
    z-index:555;
}
p.icon {
font-size:70%;
font-weight:bold;
padding:0 0 0 0;
margin-bottom:20px;
text-align:center;
}
p.text0 a{
font-size:90%;
text-decoration:none;
color: #eb6d8e;
}
p.text0 a:hover{
font-size:90%;
text-decoration:none;
color: #999;
}
p.text01{
	margin:auto;}
p.text01 a{
font-size:110%;
text-decoration:none;
color: #eb6d8e;
margin:auto;
}
p.text01 a:hover{
font-size:110%;
text-decoration:none;
color: #999;
margin:auto;
}
.menu {
text-align:center;
color: #f29600;
}
p.text10 {
font-size:80%;
margin-top:3px;
margin-bottom:-10px;
color: #777;
font-weight:300;
}
.text1 {
font-size:100%;
margin:0 0 0 0;
margin-bottom:10px;
line-height: 2.0em;
color: #666;
text-align: justify;
text-justify: inter-ideograph;
}
.text1 a{
font-size:100%;
margin:0 0 0 0;
margin-bottom:10px;
line-height: 2.0em;
color: #07a525;
text-align: justify;
text-justify: inter-ideograph;
}
.cocoemi {
font-size:small;
margin-top:5px;
margin-bottom:-2px;
color: #fff;
background-color: #f39800;
border-radius: 5px;
width: 110px;
text-align: center;
}
.cocoemi a{
font-size:small;
margin-top:5px;
margin-bottom:-2px;
color: #fff;
background-color: #f39800;
border-radius: 5px;
width: 110px;
text-align: center;
}
.cocoshia {
font-size:small;
margin-top:5px;
margin-bottom:-2px;
color: #fff;
background-color: #eb6d8e;
border-radius: 5px;
width: 110px;
text-align: center;
}
.cocoshia a{
font-size:small;
margin-top:5px;
margin-bottom:-2px;
color: #fff;
background-color: #eb6d8e;
border-radius: 5px;
width: 110px;
text-align: center;
}
.news01 {
font-size:small;
margin-top:5px;
margin-bottom:-2px;
color: #fff;
background-color: #8cc66d;
border-radius: 5px;
width: 110px;
text-align: center;
}
.news01 a{
font-size:small;
margin-top:5px;
margin-bottom:-2px;
color: #fff;
background-color: #8cc66d;
border-radius: 5px;
width: 110px;
text-align: center;
}
.text4 {
font-size:100%;
margin:0 0 0 0;
margin-bottom:30px;
line-height: 1.5em;
color: #666;
text-align: justify;
text-justify: inter-ideograph;
}
p.text8 {
font-size:150%;
}
p.text1 {
font-size:160%;
margin-top:-20px;
margin-bottom:10px;
font-weight: bold;
color: #999;
}
p.text20 {
font-size:110%;
margin:0 0 0 0;
margin-bottom:10px;
line-height: 1.5em;
color: #666;
text-align: justify;
text-justify: inter-ideograph;
font-weight: bold;
}
p.text2 {
font-size:100%;
margin:0 0 0 0;
margin-bottom:10px;
line-height: 1.5em;
color: #666;
text-align: justify;
text-justify: inter-ideograph;
}
p.text2 a{
text-decoration:none;
color: #666;
}
p.text3 {
font-size:130%;
margin-top:5px;
margin-bottom:10px;
font-weight: bold;
color: #999;
}
p.text4 {
font-size:80%;
margin:0 0 0 0;
margin-bottom:10px;
line-height: 1.5em;
color: #666;
text-align: justify;
text-justify: inter-ideograph;
}
p.text-ttl {
font-size:140%;
margin-top:30px;
margin-bottom:10px;
color: #ff0000;
font-weight: bold;
}
p.text-ttl2 {
font-size:160%;
margin-top:10px;
margin-bottom:30px;
color: #f29600;
font-weight: bold;
}
p.text-ttl3 {
font-size:160%;
margin-top:40px;
margin-bottom:-15px;
color: #ff0000;
font-weight: bold;
}
.tr-footer {
  background-color: #ddd;
  background-image: url(img/back.png);
  padding: 10px 0;
}

/* CSS Document */
.row{
		margin-top:5px;
	}
	
	
/*gridのgutter調整*/
.row-0{
    margin-left:0px;
    margin-right:0px;
}
 
    .row-0 div{
        padding-right:0px;
        padding-left:0px;
    }
.row-11{
	margin-left:-20px;
	margin-right:-20px;
}
.row-11 div{
        padding:0 0 -20px 0;
margin-bottom:-7px;
    }
.row-12 div{
        padding:0 0 -10px 0;
margin-bottom: 0px;
    }
.row-12{
	margin-left:-20px;
	margin-right:-20px;	
}
.row-13{
	margin-left:-20px;
	margin-right:-20px;
}
.row-13 div{
        padding:0 0 -10px 0;
margin-bottom: -20px;
    }
.row-10{
    margin-left:-5px;
    margin-right:-5px;
}
   .row-10 div{
        padding-right:5px;
        padding-left:5px;
    }
.row-20{
    margin-left:-10px;
    margin-right:-10px;
}
    .row-20 div{
        padding-right:10px;
        padding-left:10px;
    }
.row-30{
    margin-left:-15px;
    margin-right:-15px;
}
    .row-30 div{
        padding-right:15px;
        padding-left:15px;
    }
.row-40{
    margin-left:-20px;
    margin-right:-20px;
}
    .row-40 div{
        padding-right:20px;
        padding-left:20px;
    }
.row-50{
    margin-left:-30px;
    margin-right:-30px;
}
    .row-50 div{
        padding-right:30px;
        padding-left:30px;
    }
/*ナビゲーションボタンの色
.sp-button {
    border:2px solid #ccc;
}
.sp-selected-button {
  background-color: #ccc;
}
*/
/* image Item
 * -------------------------- */
.maru img {
	padding:20px;
	margin-bottom:-10px;
}
/* logo Item
 * -------------------------- */
.toplogo{
	padding:15px 0 10px 0;
}
.footlogo{
	padding:0 0 20px 0;
}
	
/* test Item
 * -------------------------- */
.test-item-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}
.test-box {
    border: 1px solid #ecf0f1;
    padding: 15px;
}
.test-box2 {
    border: 0px solid #ecf0f1;
    padding: 0;
}
.test-box3 {
    border: 0px solid #ecf0f1;
    padding: 0;
}
.test-box4 {
    border: 0px solid #ecf0f1;
    padding: 0px;
}
.map-box1 {
margin-top:5px;
margin-bottom:5px;
background-color:#ddd;
padding: 10px;
text-align:center;
}
.map-box2 {
    padding: 8px 5px 15px 0;
}
/* Footer relative
 * -------------------------- */
footer {
  bottom: 0;
  position: relative;
}
footer a {
    color: #ffffff;
}

.myfooter {
	background-image: url(img/bk-p.png);
    position: absolute;
}
.site-info {
    *font-family: 'Montserrat', sans-serif;
    padding: 35px 0;
    background-color: #ff0000;
    font-size: 11px;
	color:#fff;
    font-weight: 800;
}
.site-info2 {
	margin-top:-30px;
    font-size: 10px;
	color:#777;
    font-weight: 200;
	line-height: 1.5em;
}
@media (max-width: 640px) {

.row-30{
    margin-left:-10px;
    margin-right:-10px;
}
.row-30 div{
        padding-right:5px;
        padding-left:5px;
}
.menu {
		text-align:left;
color: #f29600;
}
.text1 {
font-size:100%;
margin:0 0 0 0;
margin-bottom:10px;
line-height: 1.5em;
color: #666;
text-align: justify;
text-justify: inter-ideograph;
}
.cocoemi {
font-size:small;
margin-top:5px;
margin-bottom:-2px;
color: #fff;
background-color: #f39800;
border-radius: 5px;
width: 110px;
text-align: center;
}
.cocoemi a{
font-size:small;
margin-top:5px;
margin-bottom:-2px;
color: #fff;
background-color: #f39800;
border-radius: 5px;
width: 110px;
text-align: center;
}
.cocoshia {
font-size:small;
margin-top:5px;
margin-bottom:-2px;
color: #fff;
background-color: #eb6d8e;
border-radius: 5px;
width: 110px;
text-align: center;
}
.cocoshia a{
font-size:small;
margin-top:5px;
margin-bottom:-2px;
color: #fff;
background-color: #eb6d8e;
border-radius: 5px;
width: 110px;
text-align: center;
}
.news01 {
font-size:small;
margin-top:5px;
margin-bottom:-2px;
color: #fff;
background-color: #8cc66d;
border-radius: 5px;
width: 110px;
text-align: center;
}
.news01 a{
font-size:small;
margin-top:5px;
margin-bottom:-2px;
color: #fff;
background-color: #8cc66d;
border-radius: 5px;
width: 110px;
text-align: center;
}
p.text10 {
font-size:95%;
margin-top:-2px;
margin-bottom:-2px;
color: #777;
font-weight:500;
}
.site-info {
text-align: center;
}
.site-info2 {
text-align: center;
}
.maru img {
padding:30px;
margin-bottom:-20px;
}
p.text0 a{
font-size:90%;
text-decoration:none;
color: #ff0000;
}
p.text0 a:hover{
font-size:90%;
text-decoration:none;
color: #999;
}
p.text01{
	margin:auto;}
p.text01 a{
font-size:110%;
text-decoration:none;
color: #eb6d8e;
margin:auto;
}
p.text01 a:hover{
font-size:110%;
text-decoration:none;
color: #999;
margin:auto;
}
table.type04 {
width: 100%;
	table-layout:fixed;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.6;
	border-top: 1px solid #999;
}
table.type04 th {
	table-layout:fixed;
	padding: 10px;
	border-bottom: 1px solid #999;
}
table.type04 tr td {
	table-layout:fixed;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #999;
}

table.type05 {
width: 100%;
	table-layout:fixed;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.6;
	border-top: 1px solid #999;
}
table.type05 th {
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #999;
}
table.type05 td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #999;
}
table.type06 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.6;
	border-top: 1px solid #999;
}
table.type06 th {
	padding: 8px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #999;
}
table.type06 td {
	padding: 8px;
	vertical-align: top;
	border-bottom: 1px solid #999;
}
/* logo Item
 * -------------------------- */
.toplogo{
	padding:20px 0 10px 0;
}
.footlogo{
	padding:0 0 20px 0;
}
	
}
/* Tag Cloud
 * -------------------------- */
.tag-links {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.tag-links > li {
    display: inline-block;
}

.tag-links a {
    background-color: #ffb400;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2727272727;
    margin: 0 4px 8px 8px;
    padding: 4px 7px;
    position: relative;
}

.tag-links a:hover {
    background-color: #888 !important;
    color: #fff !important;
	text-decoration:none;
}

.tag-links a:before {
    border-top: 10px solid transparent;
    border-right: 8px solid #ffb400;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tag-links a:hover:before {
    border-right-color: #888 !important;
}

.tag-links a:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
}
/* news */
.main {
    background-color: #fff;
    text-align: center;
    padding: 1.5em 0;
    color: #fff;
}
.card-block {
    padding:0;
}
.post_links {
    cursor: pointer;
    display: block;
    border: 1px solid #f5f5f5;
}
.entry-thumb {
    overflow: hidden;
border: 1px solid #ecf0f1;
    padding: 0;
}
.card-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    line-height: 1.2em;
    height: 1.2em;
    margin: .5rem 1rem .5rem 1rem;
}
.post_cat {
    font-size: small;
    color: #777;
    margin-right: .5em;
}
.post_time {
    font-size: small;
    color: #777;
    margin-right: .5em;
}
.post_title {
font-size:16px;
color: #999;
margin-bottom:5px;
}
.post_title a{
font-size:16px;
color: #777;
text-decoration:none;
}
/* ------------------------------------
// @media
------------------------------------ */

@media (max-width: 74.9em) {
.post_thumb {
        height: 9rem;
    }
}

@media (max-width: 61.9em) {
    .card .post_thumb {
        height: 7rem;
    }
}

@media only screen and (max-width:992px){
    .box{margin-bottom:10px;}
}
/* Small devices (landscape phones, less than 48em) */

@media (max-width: 47.9em) {
.post_thumb {
        height: 9rem;
    }
}


/* Extra small devices (portrait phones, less than 34em) */

@media (max-width: 33.9em) {
.post_thumb {
        height: 12rem;
}
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 70%;
}
.ggmap2 {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
} 
.ggmap2 iframe,
.ggmap2 object,
.ggmap2 embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.form-width { 
	max-width: 100%;}
/*　ContactForm7のテーブル化レスポンシブ調整　*/

/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 100%;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 0.8em;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 0.6em;
    color: #FFF;
    display: inline-block;
    padding: 0.1em 0.3em 0.1em 0.3em;
    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;
 ext-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 #f7ab00 solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    background: #fff6e9;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    border: 1px #ed6c00 solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #f39800;
    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: #d08200;
    box-shadow: none;
}