
/* 	reCAPTCHA*/
.grecaptcha-badge { visibility: hidden; }

/* 	Widgets*/
.widget {
	margin-top: 1rem;
}

.widget:first-child {
	margin-top: 0;
}

.widget-content > div > *:first-child {
	margin-top: 0;
}

.widget-content > div > *:last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	margin: 0 0 2rem;
}

.widget li {
	margin: .6rem 0 0 0;
}

.widget li:first-child,
.widget li > ul,
.widget li > ol {
	margin-top: 0;
}

.widget table,
.widget table * {
	border-color: #dedfdf;
}

.widget table caption {
	background-color: #dedfdf;
}

.widget .post-date,
.widget .rss-date {
	color: #6d6d6d;
	display: block;
	font-size: 0.85em;
	font-weight: 500;
	margin-top: 0.2rem;
}

.widget select {
	max-width: 100%;
}

.widget .widgettitle{
	border-bottom: 1px solid rgb(145, 145, 145);
	padding: 0.3rem 0;
	margin-bottom: .5rem;
}
.widget .tagcloud{
	display: flex;
	flex-wrap: wrap;
	gap:5px;

}
.widget .tagcloud a{
	padding: .5rem 1rem;
	background-color: #66cccc;
	border-radius: 6px;
	color: #fff;
}

/* Base List Widget -------------------------- */

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
	color: #6d6d6d;
	margin: 0.3rem 0;
}

.widget_archive li li,
.widget_categories li li,
.widget_pages li li,
.widget_meta li li,
.widget_nav_menu li li {
	margin-left: 2rem;
}

.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
	font-weight: 700;
	text-decoration: none;
}

.widget_archive a:focus,
.widget_archive a:hover,
.widget_categories a:focus,
.widget_categories a:hover,
.widget_pages a:focus,
.widget_pages a:hover,
.widget_meta a:focus,
.widget_meta a:hover,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover {
	text-decoration: underline;
}


/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*検索窓*/
.search-box  {
	margin: 1rem 0;
	max-width: 500px;
}
.search-box input {
  width: 67%;
  height: 40px;
  font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background: #fff;
  padding: 0 14px;
  outline: none;
  border-radius: 4px;
  border: 1px solid #ccc;

}
.search-box .search-btn{
background-color: black;
width: 30%;
height: 40px;
position: relative;
border-radius: 3px;
color: #fff;
line-height: 100%;
}




/*wp-pagenavi base*/
.wp-pagenavi {
clear: both;
	margin-top: 30px;
text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
color: #999;
background-color: #FFF;
border: solid 1px #e0e0d2;
padding: 8px 15px;
margin: 0 2px;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration:none;
}
.wp-pagenavi a:hover{
color:#FFF; 
background-color:#999; 
border-color:#999;
}
.wp-pagenavi span.current{
color: #FFF;
background-color: #66cccc;
border-color: #66cccc;
font-weight: bold;
}



/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
	width: 100%;
	  background: #DBDBDB;

}
 
.required-contactform7{
  padding: 3px;
  background: #FF0000;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
	vertical-align: top;
	padding: 10px;
}
.table-contactform7 tr:nth-last-child(2n){
		background: #E9E9E9;
}
.table-contactform7 td{
	width: 55%;
	padding: 10px;
}
.table-contactform7 input,
.table-contactform7 textarea{
  width: 96%;
padding: 6px;
	
}
 
.btn {
	margin-top: 10px;
	width: 60%;
	height: 50px;
	padding-top: 5px;
	text-align: center;
	border-radius: 5px;
	font-size: 140%;
	border: none;
}
.btn:hover{
	cursor: pointer;
}
.btn-confirm  {
    color: #fff;
    background-color: #449d44;
}
.btn-back  {
    color: #fff;
    background-color: #666;
	margin-right: 15px;
}
.btn-success  {
    color: #fff;
    background-color: #FF7233;
	margin-bottom: 60px;
}

/* ===== ヘッダーメニューの基本デザイン ===== */
#g_navi {
    background-color: #333;
    padding: 0;
    margin: 0;
}

#g_navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#g_navi ul li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
}

#g_navi ul li a:hover {
    background-color: #555;
}

/* idでもclassでも効くように両方指定 */
#menu-header,
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#menu-header li a,
.menu li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    background-color: #333;
    text-decoration: none;
}

#menu-header li a:hover,
.menu li a:hover {
    background-color: #555;
}



