.wpcf7 .wpcf7-not-valid {
    background: pink;
}


.page .titie-sita-area {
    height: 60px;
    display: none;
}

.page .entry-title {
    text-align: center;
    padding: 10px 0px!important;
    border-bottom: solid 1px #eee;
    border-top: solid 1px #eee;
    color: #146836;
}


header .descr {
 color: #146836;
}


#left-menu {
    color: #146836;
}

.menu-title {
    color: #146836;
}

#side aside h4 {
 text-align: center;
 font-size: 17px;
 color: #ffffff;
}

div.staff{
clear:both;
border-top:dotted 1px #006835;
padding:20px 0;
}



@media only screen and (max-width:480px){
#main input[type="text"], #main input[type="password"], #main input[type="datetime"], #main input[type="datetime-local"], #main input[type="date"], #main input[type="month"], #main input[type="time"], #main input[type="week"], #main input[type="number"], #main input[type="email"], #main input[type="url"], #main input[type="search"], #main input[type="tel"], #main input[type="color"], #main select, #main textarea, #main .field {
    padding: 2% 3%;
    width:100%!important;
            box-sizing: border-box;
}


table.table1{
width:100%!important;
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
    table.table1 th,
    table.table1 td{
        width: 100%!important;
        display: block;
        border: none;
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
        border-left: none;
        border-right: none;}
	}
	
table.table1 th{
	background:#fcf8ed;
	font-size:14px;
	font-family: times new roman;
	}
table.table1 td{
	text-align:left;
	font-family: times new roman;
}


table.table2 th{
	background:#fcf8ed;
	font-size:14px;
	font-family: times new roman;
	}
table.table2 td{
	text-align:left;
	font-family: times new roman;
}

@media only screen and (max-width:480px){
table.t_left{
float:none!important;
width:100%!important;
}
.entry-content h2.title {
    font-size: 15px;
    font-size: 1.5rem;
}
#custom_header .gf {
    font-size: 2.0em!important;
line-height:1.5!important;
font-weight:bold;
margin-top:-20px!important;
}
.alignright, img.alignright,
.alignleft, img.alignleft {
    max-width: 100%!important;
    margin-left: auto!important;
    margin-right: auto!important;
    display: block;
    float: none!important;
}
}



/* TOC+プラグイン */
#toc_container li:before{
	content:none;
}
#toc_container{
	position:relative;
	overflow: hidden;
	background: #fbfbfb !important;
	border: 0px solid #aaa !important;
	padding:1em 2em 1em!important;
	min-width: 80%;
	margin: auto;
	margin-bottom: 20px;
	box-shadow: 0px 1px 5px rgba(0,0,0,.3);
}
#toc_container p.toc_title{
    text-align: left !important;
    position: relative;
	margin: -20px -30px 30px !important;
	padding: 13px 40px 10px 50px !important;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
	background: #2C663A;
}
#toc_container p.toc_title a {
    color: #fff;
    text-decoration: none;
    font-size: .85em;
}
#toc_container p.toc_title:before {
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 18px;
    text-decoration: none;
    color: #2C663A;
    width: 40px;
    height: 40px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    position: absolute;
    left: 6px;
    top: 12px;
}
#toc_container ul{
margin: 0!important;;
}
#toc_container li a{
display: block;
padding: .5em 0;
}
#toc_container li li a{
padding-left: .7em;
}
#toc_container li .toc_number{
margin-right: .5em
}


/*YouTubeレスポンシブサイズ*/
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.contact-mail a:before {
content: "宿泊ご予約";
display: block;
}

.contact-mail {
content: "宿泊ご予約";
display: block;
}


/*メールフォームrecaptcha中央配置*/
.wpcf7-recaptcha{
margin-right:auto;
margin-left:auto;
text-align: center;
width:300px;
}