/*
Theme Name:wwc-child
Template:wwc
Version:1.1.3
*/

/*
.p-global-nav a {
	color: #000;
}
*/

@media only screen and (min-width: 768px) {
	.p-content04__slider-item {
		height: 600px !important;
	}
	.p-request__text {
		visibility: hidden;
	}
	.p-footer-widget {
		display: inline;
	}
}
@media only screen and (max-width: 767px) {
	.slick-slide {
		height: 560px !important;
	}
	.p-content04__slider-item {
		height: 240px !important;
	}
	.p-footer-widget {
		margin: 20px 0;
		text-align: center;
	}
	.p-widget-area__inner {
		background-color: #f6f6f6;
		padding: 0;
	}
}

/* ==================================================================
 協賛企業エリア
================================================================== */
.l-inner {
	width: 100%;
}

.p-widget-area {
	padding: 0;
}

/* ==================================================================
 ギャラリー fancyboxダウンロードリンク
================================================================== */
a.dl-btn {
	display: block;
	float: left;
	background: #666;
	border: 1px solid #222;
	border-radius: 3px;
	width: 6em;
	margin: 0 10px 0 0;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

a.dl-btn:hover {
	background: #222;
}

/* ==================================================================
 MW WP Form - お問い合わせフォーム
================================================================== */

.mw_wp_form_g-standard input[type="text"] {
	height: 2em;
	font-size: 1.5em;
	width: 100%;
}
.mw_wp_form_g-standard input[type="email"] {
	height: 2em;
	font-size: 1.5em;
	width: 100%;
}

/* ==================================================================
	MW Form Button
================================================================== */
.mw_wp_form_g-standard input[type="submit"] {
	width: 50%;
	margin: 0 auto;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 18px 0 20px !important;
	letter-spacing: 0.3em;
}
@media (max-width: 480px) {
	.mw_wp_form_g-standard input[type="submit"] {
		width: 100%;
		margin: 5px auto;
	}
}

/* ==================================================================
	CSS Button
================================================================== */
.css-button {
	width: 60%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 10px 0 15px;
	color: #fff !important;
	border: none;
	background-color: #222;
	border-radius: 5px;
	-webkit-appearance: none;
}
@media (max-width: 767px) {
	.css-button {
		width: 90%;
	}
}

/* ==================================================================
	フッター広告
================================================================== */
.p-footer-widget.ml_ad_widget img {
  margin: 20px 0;
}