/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/


.site-title, .site-title a {
	color: #ffffff;
	line-height: 1;
	margin-top: 0;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff
　webkit-text-stroke: 2px #000;
  text-shadow:1px 1px 0 #333;
}




body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: 300;
	color: #000000;
	line-height: 2;
}

.entry-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
	
}


.site-branding {
	padding: 3.2em 1.6em;
	position: relative;
	text-align: center;
	margin-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #5d6727;
}


.page-content, .entry-content {
	width: 80%;
	margin-top: 20px;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 30px;
}


.page-id-2277 .site-branding{
   display:none;
}


.page-id-2277 .awac-wrapper{
   display:none;
}



/*ーーーーーーーーーーーーーーーー*/
/*　　MW WP Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーー*/
 
 
 
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
    padding: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
}
 
.mw_wp_form select {
    display: block;
    position: relative;
    width: 80%;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}
 
.mw_wp_form selectt:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}
 
 
/*――――「表」デザイン――――*/
 
.cform th {
	font-size: 15px;
	width: 25%; 
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0px 10px 15px;
	font-weight: bolder;
}
 
 
.cform td {
	font-size: 15px;
	line-height: 200%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 10px;
}
 
 
/*―――――表示―――――*/
 
.cform {
	width: 94%;
	margin: auto;
}
 
 
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 90%;
}
 
 
 
@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 97%;
  border: 1px solid #999;
  padding: .5em 1em;
		display: block;
		border-top: none;
	}
}
 
/*――「送信ボタン」デザイン――*/
 
.submit-btn input {
background-color:#ebbbbb;
border:0;
color:#ffffff;
font-size:1.3em;
font-weight:bolder;
margin:0 auto;
padding: 10px 35px;
border-radius: 3px;
cursor: pointer;
text-align:center;
}
 
.submit-btn {
text-align:center;
margin-top:20px;
　cursor: pointer;
}
 
.submit-btn input:hover {
	background: #EF5B9C;
	color: #FFFFFF;
　cursor: pointer;
}
 
 
/*―――「必須」デザイン―――*/
.required-srt {
font-size:0.7em;
padding: 4px;
border-radius: 5px;
margin-right: 7px;
background: #ca0a0a;
color: #ffffff;
}
 
/*ーーーーーーーーーーーーーーーー*/