/* 固定ページ共通 */
.page .page-hero {
    background: #181818;
    color: #fff;
    padding: 50px 0;
	background-image: url("../../image/title_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.breadcrumbs {
    width: 100%;
    border-top: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
    padding: 15px;
}
nav.breadcrumb {
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
}
span.breadcrumb__item a {
    color: #f2d300;
}
.page-hero-inner {
    width: 1200px;
    margin: 100px auto 50px;
    max-width: 90%;	
	color: #ddd;
}

p.page-title-en {    
    font-size: 1rem;
	font-weight: 700;
}
h1.page-title-jp {
    font-size: 2.5rem;
    margin-top: 10px;
	font-weight: 700;
}


.page .container {
    width: 1200px;
    margin: 100px auto;
    max-width: 90%;
	color: #cbcbcb;
}

@media screen and (max-width: 768px) {
	.page-hero-inner {margin: 50px auto 20px;}
	nav.breadcrumb {font-size: 0.7rem;}
	h1.page-title-jp {font-size: 1.5rem;}
	.breadcrumbs {padding: 7px 0;}
}

/*問い合わせフォーム用*/
section.contact_foam {
    border-top: 1px solid #f2d300;
    padding-top: 50px;
}

section.contact_foam p{
	margin-top:3rem;
}

section.contact_foam label {
    font-size: 1.2rem;
	
}
section.contact_foam label a {
    text-decoration: underline;
    color: #6ea9d7;
}
span.required {
    color: #bc4066;
    font-size: 1rem;
    margin-left: 0.5rem;
}

input.wpcf7-form-control {
    padding: 15px;
    border-radius: 10px;
    font-size: 1.2rem;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 90%;
    padding: 15px;
    border-radius: 10px;
    font-size: 1.2rem;
}

/* 送信ボタン全体 */
.contact_foam input.foam-sendbutton {
    width: 50%;
    margin: 0 auto;
    display: block;
    background-color: #f2d300;
	border: 2px solid #181818;
    border-radius: 50px;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #181818;
	transition: 0.3s;
}

.contact_foam input.foam-sendbutton:disabled {
    background-color: #181818;
    border: 2px solid #f2d300;
    color: #f2d300;
}

.contact_foam input.foam-sendbutton:hover{
	background-color: #c2a800;
}
@media screen and (max-width: 768px) {

	section.contact_foam label {font-size: 1rem;}
	section.contact_foam p {margin-top: 2rem;}
	input.wpcf7-form-control {font-size: initial; width: 100%;}
	textarea.wpcf7-form-control.wpcf7-textarea {font-size: initial; width: 100%;}
	.contact_foam input.foam-sendbutton {width: 80%; padding: 12px;font-size: 1rem;}
}
