@charset "utf-8";
/*
Theme Name: gensen_tcd050_child
Version: 2.1.1
Template: gensen_tcd050
*/




/*紹介ページのボタンの色変更*/
.post_content .q_button{
	background-color: #F19600!important;
}
.post_content .q_button:hover{
	background-color: #fff!important;
	color: #F19600!important;
	border: 1px solid #F19600!important;
}


/* ReserveMe */
.rm-tokuchou-img{
	width: 100px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
.rm-tokuchou-h3{
	font-size: 20px;
	color: #005e84!important;
	margin-top: 0!important;
	font-weight: bold!important;
}
@media screen and (max-width: 900px){/*Responsive*/
	.rm-tokuchou-h3{
	font-size: 20px;
}
}
.rm-tokuchou-img-kakaku img{
	width: 100%;
}

/* 問い合わせ */
.contact_wrap{
  background-color:#262166;
 padding:100px;
    margin-bottom: -130px;
  
}
.contact {
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 900px){/*Responsive*/
	.contact {
    width: 100%;
    margin: 0 auto;
	}
}
.contact dd {
    margin-left: 300px;
    padding: 15px;
}
@media screen and (max-width: 600px){/*Responsive*/
	.contact dd {
      margin-left: 0px;
      padding: 15px;
  }
}
.contact dt {
    width: 280px;
    float: left;
    padding: 28px 15px 0;
    font-weight: 400!important;
    vertical-align: middle;
}
@media screen and (max-width: 600px){/*Responsive*/
	.contact dt {
      width: 280px;
      float: none;
      padding: 28px 15px 0;
      font-weight: 400!important;
      vertical-align: middle;
  }
}
.contact dl {
    overflow: hidden;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 0;
}
.contact input, .contact select {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.contact textarea{
	background-color: #fff;
    border: 1px solid #e1e1e1;
    width: 100%;
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.contact .required {
    color: #fff;
    background-color: #f72254;
    margin-right: 5px;
    padding: 3px 6px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	vertical-align: middle;
}
/* プライバシーポリシー */
form .stl-policy {
    border: #e1e1e1 solid 1px;
    color: #666;
    padding: 5px 10px;
    height: 200px;
    overflow-y: scroll;
    margin: 40px 0;
	background-color: #fff;
}
form .stl-policy h5{
	color: #666!important;
  font-size:15px;
}
form .stl-policy h6{
	color: #666!important;
  font-size:15px;
  margin-bottom:10px;
  margin-top:20px;
}
form .stl-policy p,form .stl-policy ol,form .stl-policy ul{
  font-size:12px;
}
form .stl-policy p{
	margin-bottom:0;
}
@media screen and (max-width: 767px){/*Responsive*/
	.wpcf7 .ajax-loader{
		margin: 0;
	}
}
.contact .confirm-button {
    margin: 20px auto;
    text-align: center;
}
.contact .confirm-button input{
	width:200px;
}
.contact .confirm-button input[type="submit"]{
    background: #3673ec !important;
    border-color: #3673ec !important;
    cursor: auto;
}
.contact .confirm-button input[type="submit"]:hover{
    background: #fff !important;
    border-color: #3673ec !important;
    cursor: auto;
}
.contact .confirm-button input[type="submit"]:disabled{
    background: #CCC !important;
    border-color: #CCC !important;
    cursor: auto;
}
.contact .confirm-button input[type="button"]{
    background: #262166 !important;
    border-color: #262166 !important;
    cursor: auto;
  margin-right:5px;
}
@media screen and (max-width: 767px){/*Responsive*/
	.contact .confirm-button input[type="button"]{
 		 margin-right: 20px;
    margin-bottom: 10px;
	}
}
.contact .confirm-button input[type="button"]:hover{
    background: #fff !important;
    border-color: #262166 !important;
    cursor: auto;
}
input[type=checkbox], input[type=radio] {
  width:15px;
  vertical-align: middle;
  margin-right:5px;
  margin-top:0;
}
.confirm_consent{
	text-align:center;
}
.wpcf7 form .wpcf7-response-output{
	text-align: center;
}


/*LP*/
.post_content p.midashi01{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	background-color: #005E84;
	border-radius: 20px;
}

.onayami-title{
	font-size:35px!important;
	font-weight: 900!important;
}

/*スクロールに合わせて蛍光ペン風マーカーを引く*/
.marker-move{
	background-image: linear-gradient(
	90deg,rgb(255, 214, 72) 50%,transparent /*好きな色*/
	);
	background-repeat:no-repeat;
	background-size:200% 30%; /*2つ目の値でマーカーの太さを変える*/
	background-position:0% bottom;
	animation: marker 3s ease 0s; /*マーカーを引く速度*/
	}
	@keyframes marker{
	0%{
	background-position:right -100% bottom;
	}
	100%{
	background-position:0% bottom;
	}
}

.section-title{
	font-size:40px!important;
	font-weight: 900!important;
	margin: 10px 0 50px!important;
}

.contact-btn a{
	color: #fff!important;
	font-size: 20px;
	font-weight: 600;
	background-color: #005E84;
	border-radius: 20px;
	border: 2px solid #005E84;
	display: block;
	text-decoration: none!important;
	width: 600px;
	margin: 0 auto;
}
.contact-btn a:hover{
	color: #005E84!important;
	background-color: #fff;
	border: 2px solid #005E84;
}


/*共通*/
.mgn-t-20{
	margin-top: 20px!important;
}
.mgn-t-30{
	margin-top: 30px!important;
}
.mgn-t-40{
	margin-top: 40px!important;
}
.mgn-t-50{
	margin-top: 50px!important;
}
.mgn-t-60{
	margin-top: 60px!important;
}
.mgn-t-100{
	margin-top: 100px!important;
}
.mgn-b-10{
	margin-bottom: 10px!important;
}
.mgn-b-20{
	margin-bottom: 20px!important;
}
.mgn-b-30{
	margin-bottom: 30px!important;
}
.mgn-b-50{
	margin-bottom: 50px!important;
}
.mgn-b-60{
	margin-bottom: 60px!important;
}
.mgn-l-30{
	margin-left: 30px!important;
}
.png-b-20{
	padding-bottom: 20px!important;
}
.txt-c{
	text-align: center!important;
}
.txt-l{
	text-align: left!important;
}
.txt-r{
	text-align: right!important;
}
.font-size-35{
	font-size:35px!important;
}
































