.nav-links {
display: none;
}

.site-header {
background: url('http://masq.main.jp/wp/wp-content/uploads/2018/10/header4.jpg');
background-size: cover;

}

#colophon {
	text-align: center;
}
.wpcf7 {
  display: block;
  text-align: center;
}

.recaptha div {
	display: block;
  margin-left: auto;
  margin-right: auto;
}

.hoge { text-align: center; 
	width:100%;
	overflow-x: scroll;
}

h4 {
  position: relative;
  color: #546bbc;
  background: #ccc;
  background-image: -webkit-linear-gradient(#ddd, #bbb);
  background-image: -moz-linear-gradient(#ddd, #bbb);
  background-image: -o-linear-gradient(#ddd, #bbb);
  background-image: -ms-linear-gradient(#ddd, #bbb);
  background-image: linear-gradient(#ddd, #bbb);
  font-size: 20px;
  line-height: 1;
  margin: 30px -40px 10px -40px;
  padding: 15px 5px 10px 40px;
}
h4:after,h4:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #777;
}
h4:after {
  left: 0;
  border-right: 5px solid #777;
}
h4:before {
  right: 0;
  border-left: 5px solid #777;
}


h5 {

  position: relative;
  color: #fff;
  background: #555;
  font-size: 20px;
  line-height: 1;
  margin: 30px -40px 10px -40px;
  padding: 15px 5px 10px 40px;
  box-shadow: 0 1px 3px #777;
}

h5:after,h4:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #333;
}
h5:after {
  left: 0;
  border-right: 5px solid #333;
}
h5:before {
  right: 0;
  border-left: 5px solid #333;
}
h3 {
  position: relative;
  color: #111;
  background: #ccc;
  font-size: 20px;
  line-height: 1;
  margin: 30px 20px 10px -10px;
  padding: 14px 5px 10px 50px;
  border-radius: 22px 0 0 22px;
}
h3:before {
  content: "";
  position: absolute;
  background: #eee;
  top: 50%;
  left: 14px;
  margin-top :-10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #777 inset;
}
h3:after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  height: 0;
  width: 0;
  border: 22px solid #ccc;
  border-right-color: transparent;
}

.taiken{ 
clear: left;
}



.videowrap {
  position: relative;
	text-align: center;
 width: 100%;

}
.videowrap iframe {
  position: absolute;
  top: 0;
  right: 0;
margin: 0 auto;
 width: 60% !important;
 height: 60% !important;
}