/*
Theme Name:OneNote-child
Template:onetone
Version:3.0.6
*/

/*画像パディング指定*/
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px;
}

/*見出し*/
h2 {
   text-align: center;
}

h2 span {
  position: relative;
  display: inline-block;
	margin-top: 1em;
  margin-bottom: 1em;
}

h2 span::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 2.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-linear-gradient(to right, rgb(189, 29, 29), transparent);
  background: linear-gradient(to right, rgb(189, 29, 29), transparent);
  border-radius: 3px;
}

/*明朝体指定*/
.mincho {
  font-style: normal;
  font-weight: 600;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W6" , "Hiragino Mincho Pro" , "HiraMinProN-W6" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" ,serif;
}

#menu-main li a span {
	font-weight: 600;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W6" , "Hiragino Mincho Pro" , "HiraMinProN-W6" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" ,serif;
}

h3 {
   text-align: center;
}

h3 span {
	margin-top: 0.8em;
  margin-bottom: 0.8em;
}

/*コンセプト*/
.concept-text {
	font-size: 17px;
	font-weight: 600;
}

/*TOPボタン*/
#back-to-top {
	font-size:150%;
	right: 3px;
}

/*モバイル端末テキストセンタリング＆改行指定*/
@media screen and (min-width: 1025px){
	.p-center {
		text-align: center;
  }
	.br-tb {
		display:none;
	}
  .br-pc {
		display:block;
	}
  .br-sp {
		display:none;
	}
}

@media screen and (max-width: 1025px){
	.p-center {
		text-align: center;
  }
	.br-pc {
		display:none;
	}
	.br-tb {
		display:block;
	}
  .br-sp {
		display:none;
	}
}

@media screen and (max-width: 480px){
	.p-center {
		text-align: left;
  }
  .br-pc {
		display:none;
	}
	.br-tb {
		display:none;
	}
  .br-sp {
		display:block;
	}
}


/*問い合わせフォーム*/
/*contact form7*/
.form-koumoku {
	font-size: 18px;
	font-weight: 600;
	color: #8c6f65;
	margin-top:6px;
	margin-bottom: 2px;
}

span.wpcf7-list-item {
	display: block;
}

.required-form {
	font-size: 13px;
  padding: 2px;
  background: #6a8e9e;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
  margin-left: 3px;
	vertical-align: middle;
}

.wpcf7 input[type="submit"] {
	opacity: 1;
	background-color: #5D4037;
	color: #fff;
}

input[type="submit"] {
    border: 1px solid #5D4037;
    background-color: transparent;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 3px;
}

.privacy-box {
	margin: 10px 0px 10px 0px;
}
