@charset "UTF-8";
.grecaptcha-badge { visibility: hidden; }
.screen-reader-text{display:none;}
select#cat{margin:1em 0;}

@media print, screen and (min-width: 1024px){
.contactsec{background: #b4d3ff; padding:0; margin-top:3em;}
}

/*================================================
 *　tagcloud
 ================================================*/
.tagcloud, .tags{
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    display: inline-block;
    clear: both;
}
.tagcloud li, .tags li{
    display: inline-block;
    padding: 0;
    margin: 0 0.2em 0.2em 0;
}
.tagcloud a, .tags a{
 background:var(--color-a);
 color:#fff;
 padding:4px 8px 3px;
 margin:3px;
 border-radius:5px;
 text-decoration:none;
 font-size:12px;
 line-height: 1em;
 font-weight:600;
 white-space: nowrap;
}
.tagcloud a:hover, .tags a:hover{
 color:#fff;
 background:var(--color-b);
 font-weight:400;
}
.tagcloud a:before, .tags a:before{
 font-family:"Font Awesome 6 Free";
 content:"\f02b"; 
 font-weight:600;
 color:#fff;
 padding-right:6px;
}
.tagcloud a span, .tags a span{
 padding-left:0.5em;
 color:#fff;
}

/*================================================
 *　catcloud
 ================================================*/
.catcloud, .post-categories{
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    display: inline-block;
    clear: both;
}
.catcloud li, .post-categories li{
    display: inline-block;
    padding: 0;
    margin: 0 0.2em 0.2em 0;
}
.catcloud a, .post-categories a{
 background:var(--color-b);
 color:#fff;
 padding:4px 8px 3px;
 margin:3px;
 border-radius:5px;
 text-decoration:none;
 font-size:12px;
 line-height: 1em;
 font-weight:600;
 white-space: nowrap;
}
.catcloud a:hover, .post-categories a:hover{
 background:var(--color-a);
 color:#fff;
 font-weight:400;
}
.catcloud a:before, .post-categories a:before{
 font-family:"Font Awesome 6 Free";
 content:"\f35a"; 
 font-weight:600;
 color:#fff;
 padding-right:6px;
}
.catcloud a span, .post-categories a span{
 padding-left:0.5em;
 color:#fff;
}

/*================================================
 *　pagination
 ================================================*/
.pagination {
  margin: 0 auto 2em;
  padding: 0em 0;
  text-align: center;
  display: block;
}
.pagination a {
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  display: inline-block;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  background: var(--color-c);
  transition: .3s
}
.pagination a:hover {
  color: #fff;
  background: var(--color-c);
}
.pagination span {
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  background: var(--color-c);
}
.pagination span.dots {
  background: 0
}
.pagination span.current {
  background: var(--color-c);
  color: #fff
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
#page-top{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 45px;
  right: 10px;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
  text-decoration: none;
  transition: .5s;
}
#page-top{background: var(--color-a);}
#page-top:hover{background: var(--color-b);}
#page-top a
{
  font-size:1em;
  color:#fff;
  text-decoration:none;
}
#page-top a:hover
{
  font-size:1.1em;
  color:#fff;
}




/*================================================
 *  form
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
        vertical-align: middle;
}
table.formTable td{background:#fff;}
input {vertical-align: baseline; line-height:1.8em;}
input[type="text"].inps{vertical-align: text-top;}
input[type=radio] ,input[type=checkbox]{vertical-align: baseline;}
select {vertical-align: middle; line-height:1.8em;}
select option{font-size:1em;}

@media screen and (max-width:767.9px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea, form serect {
	padding:5px;
        width: 100%;
}
input[type="text"].inps{width:70%; vertical-align: middle;}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
input {vertical-align: middle; line-height:1.5em;}
select {vertical-align: middle; line-height:1.5em;}
}
 ================================================*/

/*================================================
 *  tab

.tab-wrap {
	background: White;
	display: inline-flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 0px;
    margin-top:1em;
}
.tab-label {
	color: Gray;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 12px 30px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	border-bottom: 3px solid #ddd;
	background: beige;
}
.tab-label:hover {
	background: #fffff0;
}
.tab-switch:checked + .tab-label {
	color: #fff;
	background: var(--color-d);
}
.tab-label::after {
	color: #fff;
	background: Gray;
    bottom:-3px;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}
.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}
.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}
.tab-content {
	height:0;
	opacity:0;
	padding: 0 0px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}
.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}
.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}
.tab-wrap::after {
	content: '';
	height: 5px;
	order: -1;
	width: 100%;
}
.tab-switch {
	display: none;
}
.tabr{width:35%;}
.tabl{width:65%;}
.tabin {
    position: relative;
    background:#eee;
    border: 1px solid #ccc;
    float: left;
    line-height:1.05;
    display:block;
    width:100%;
    height:55px;
}
.tabin a {
    display:block;
    text-decoration:none;
    text-align: left;
    font-weight: bold;
    position: absolute;
    top: 0;
    width: 100%;
}
#sidebar .tabin a img {
    position: absolute;
    top:0;
    left:0;
    width:35%;
    height: auto;
    margin: 0;
    padding: 0;
}
.tabt{height:100%; width:63%; margin-left:37%; font-size:0.8em;}
.tabt p{margin:0.2em 0 0; line-height:1.2;}
.tabrank {position:absolute; left:0; top:0; background-color:var(--color-d); color:#ffffff; font-size:1em; font-weight:400; width:1.2em; height:1.2em; line-height:1.2em; border-radius:50%; text-align:center; vertical-align:middle; text-decoration:none;}

@media only screen and (min-width: 768px) and (max-width: 1149.9px)
{
.tab-wrap {width:500px; margin-left: calc(50% - 250px); margin-top:1em; margin-bottom:1em;}
.tabin {height:100px;}
.tabt{height:100%; width:58%; margin-left:42%; font-size:1em;}
.tabt p{margin:0.8em 0 0; line-height:1.5;}
}
@media only screen and (min-width: 320.1px) and (max-width: 767.9px)
{
.tab-wrap {width:320px; margin-left: calc(50% - 160px); margin-top:1em; margin-bottom:1em;}  
}
@media only screen and (max-width: 320px){
.tab-wrap {width:250px; margin-left: calc(50% - 125px); margin-top:1em; margin-bottom:1em;}
}
 ================================================*/

/*================================================
 *　q & a
 ================================================*/

.qanda dt {
    font-weight: 600;
    margin: 0 0 1em;
    padding: 0em 1.5em 0em 2.5em;
    color: #333333;
    text-indent: -1.5em;
    border-bottom: unset;
}

.qanda dt::before,
.qanda dd::before {
    margin-right: .4em;
}

.qanda dt::before {
    content: "Q.";
	color: var(--color-a);
}

.qanda dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em 1em 2.5em;
    background-color: #ffffe9;
    color: #000;
}

.qanda dd::before {
    content: "A.";
    color: var(--color-b);
}



/*================================================
 *　question

.question {
    background: url(../images/q.png) no-repeat;
    background-position: top left;
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding-top: 3px;
    padding-left: 40px;
    min-height: 40px;
    color: var(--color-a);
}
.answer {
    background: url(../images/a.png) no-repeat;
    background-position: top left;
    margin-bottom: 1.5em;
    padding-top: 3px;
    padding-left: 40px;
    min-height: 40px;
}
 ================================================*/

/*================================================
 *  calendar
#calendar_wrap{
  padding-top:10px;
  padding-bottom:10px;
  background:#fff;
}
#wp-calendar{
  width: 100%;
  font-size:12px;
  padding-top: 10px;
}
#wp-calendar tr{
  display: flex;
  justify-content: flex-start;
}
#wp-calendar tr:first-of-type{
  justify-content: flex-end;
}
#wp-calendar th,
#wp-calendar td{
  display: block;
  width: calc(100% / 7);
  text-align: center;
  margin-bottom: 10px;
}
#wp-calendar td:last-of-type,
#wp-calendar th:last-of-type{
  color: red;
}
#wp-calendar td a{
  padding: 0;
}
#wp-calendar tfoot tr{
  display: flex;
  justify-content: center;
}
#wp-calendar tfoot tr td{
  width: calc(100% / 3);
}
#wp-calendar #today a,
#wp-calendar #today{
  color: white;
  background-color: var(--color-e);
  font-weight:bold;
}
.wp-calendar-nav-prev{margin-left: 10px;}
.wp-calendar-nav-next{margin-right: 10px;}
 ================================================*/

/*================================================
 *  obi

.obi0, .obi0v {
    background: var(--color-c);
    position: relative;
    color: #fff;
    text-align: center;
    min-height: 10em;
    margin-bottom: 2em;
}
.obi1, .obi1v {
    background: var(--color-d);
    position: relative;
    color: #fff;
    text-align: center;
    min-height: 10em;
    margin-bottom: 0em;
}
.obi0 h2, .obi0v h2, .obi1 h2, .obi1v h2, .obi0 h1, .obi0v h1, .obi1 h1, .obi1v h1{
  position: absolute; 
  top:0;
  bottom:0;
  left:0;
  right:0;
  height: fit-content;
  margin:auto;
  line-height:1.4;
  color:#fff;
  font-size:200%;
}
.obi0 h2 > span, .obi0v h2 > span, .obi1 h2 > span, .obi1v h2 > span, .obi0 h1 > span, .obi0v h1 > span, .obi1 h1 > span, .obi1v h1 > span{font-size:70%;  border-bottom:unset;}
.obi0v::after, .obi1v::after {
  position: absolute; 
  font-family: 'Material Icons';
  font-size: 15vw;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  text-align: center;
  content: "arrow_drop_down";
  right: 0;
  bottom: -11vw;
  left: 0;
}
.obi0v::after{color: var(--color-c);}
.obi1v::after {color:var(--color-d);}
@media screen and (max-width: 768px) {
  .obi0, .obi0v, .obi1, .obi1v {min-height: 7em;}
  .obi0v::after, .obi1v::after {font-size: 24vw; bottom: -18vw;}
  .obi0 h2, .obi0v h2, .obi1 h2, .obi1v h2, .obi0 h1, .obi0v h1, .obi1 h1, .obi1v h1{font-size:150%; line-height:1.2;}
  .obi0 h2 > span, .obi0v h2 > span, .obi1 h2 > span, .obi1v h2 > span, .obi0 h1 > span, .obi0v h1 > span, .obi1 h1 > span, .obi1v h1 > span{font-size:75%;  border-bottom:unset;}
}
 ================================================*/

/*================================================
 *  search box
.sb {
    width: 90%;
    margin:0;
    padding: 0;
    display: block;
    clear: both;
    overflow: hidden;
    position: absolute;
    top: 20vw;
    left: 5%;
}
.sb h1, .sb h1 abbr{
    font-size: 28px;
    width: 100%;
    margin:0 0 0.5em;
    padding: 0;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-family: cursive !important;
}
.sb_p{
    margin:0;
    padding:0;
    color: var(--color-a);
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.sb_s {
    overflow: hidden;
    width: -webkit-calc(88% - 1em);
    width: calc(88% - 1em);
    margin: 0.8em 1% 0.8em;
    text-align: center;
    position: relative;
    border-radius: 2px;
    border: 2px solid var(--color-a);
    background: #ffffff;
    float: left;
}
.sb_cat {
    overflow: hidden;
    width: 98%;
    margin: 0.8em 1% 0.8em;
    text-align: center;
    position: relative;
    border-radius: 2px;
    border: 2px solid var(--color-a);
    background: #ffffff;
    float: left;
}
.sb_s input[name="s"]{
	width: 100%;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0.8em 2em 0.8em 0.5em;
	color: var(--color-a);
        margin:unset;
}
.sb_s input[name="s"]::placeholder{color:var(--color-a);}

.sb_cat select {
	cursor: pointer;
    width: 100%;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0.8em 2em 0.8em 0.5em;
	color: var(--color-a);
        margin:unset;
}
.sb_cat select::-ms-expand {
    display: none;
}
.sb_cat::before {
	position: absolute;
	top: 1.0em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid var(--color-a);
	pointer-events: none;
}
.sb_sub{overflow: hidden; float: left; text-align:center; margin: 0 0 0 0.8em;}
.sb_sub input[type="submit"]{padding: 0.7em; margin: 0.7em auto;}
.sb_sub:hover {
    border: 2px solid var(--color-b);
    background: var(--color-b);  
}

@media screen and (max-width: 767.9px){
.sb_sub {left: -webkit-calc(50% - 40px); left: calc(50% - 40px);}
}
@media print, screen and (min-width: 768px){
.sb h1, .sb h1 abbr{font-size: 36px;}
.sb_sub {width:10%; float:right; margin:0 auto 2em;}
}
@media print, screen and (min-width: 1024px){
.sb {top:5vw;}
}
 ================================================*/


@media print{
.print_pages { size: A4; page-break-before: always;}
header, footer, #sidebar, #subbox , .fixfoot, .top-fixed, .side-fixed, .btn-fixed, .vwrap, #page-top, #g-menu{display:none !important;}
#contents, #main{width:100% !important; max-width:297mm !important; font-size:14px;}
}
@media all and (-ms-high-contrast: none){
  .print_pages.page-break {page-break-before: auto;}
}