#big-search-trigger {
display: none !important;
}

#sidebar-trigger {
display: none !important;
}

h4 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
}

h4:before, h4:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

h4:before {
  border-left: solid 1.5px #008fd6;
  border-top: solid 1.5px #008fd6;
  top:0;
  left: 0;
}

h4:after {
  border-right: solid 1.5px #008fd6;
  border-bottom: solid 1.5px #008fd6;
  bottom:0;
  right: 0;
}

a {
  text-decoration: none !important;
}

a:hover {
  color: skyblue;
  font-weight: bold;
}
	
a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

.page-id-861 .page-title{
display:none !important;
}	

.page-id-1154 .page-title{
display:none !important; 
}	

.page-id-29 .page-title{
display:none !important; 
}	

.page-id-1154 .page-title{
display:none !important; 
}	

.page-id-80 .page-title{
display:none !important; 
}	

.page-id-81 .page-title{
display:none !important; 
}	

.page-id-2 .page-title{
display:none !important; 
}	

.page-id-45 .page-title{
display:none !important; 
}	

.page-id-83 .page-title{
display:none !important; 
}	

.site-title {
  display:none !important;
}

.wpgmza-reset-custom-fields {
	background:linear-gradient(to bottom, #904d3b 5%, #904d3b 100%);
	background-color:#904d3b;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:8px 12px;
	text-decoration:none;
}
.wpgmza-reset-custom-fields:hover {
	background:linear-gradient(to bottom, #904d3b 5%, #904d3b 100%);
	background-color:#904d3b;
}

h6 {
	position: relative;
	padding-left: 0.7em;
	color: #000000
}
 
h6::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 3px;
     height:1em;
     background-color: #904d3b;
}

.yunohana-external-link a {
  color: #904e3b;
  text-decoration: none;
}

.yunohana-external-link a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("https://onsen.norikura.gr.jp/wp-content/uploads/2026/08/icon_blank_brown.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  transform: translateY(-2px);
}