/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
header .wrap {
	width: 100%;
	padding: 0 !important;
	max-width: 100%;
	text-align: center;
	background: url(http://kktraveler.com/img/headline03_bg.png) no-repeat top center;
	background-size: 100% auto;
}

.title-area {
	width: 1011px !important;
	height: 350px !important;
	margin: 0 auto;
	text-align: center;
	float: none;
}

.site-title {
	width: 1011px;
/*
	text-indent: 0 !important;
*/
}

.header-image .site-title > a {
	width: 1011px;
	margin: 0 auto;
	height: 308px !important;
	text-align: center;
	background: url(http://kktraveler.com/img/logo.png) no-repeat top center !important;
/*
	float: none;
*/
}

.table01 {
	margin: 0 auto 20px;
	padding: 0;
}

.table01 td {
	padding: 5px 10px;
}

.enews a:hover {
	color: #ffffff;
}

.radio_mail {
	margin: 0 auto 10px;
}

.enews-widget input {
	margin: 0 auto 5px !important;
}

.news-inner {
	width: 100%;
	padding: 50px 60px;
	margin: 0 auto 50px;
	background: #ffffff;
	box-sizing: border-box;
}

.sidebar {
	float: right;
}

.content a {
	color: #1122cc;
	text-decoration: underline;
}

.entry-title a {
	color: #000000;
	text-decoration: none;
}

.entry-title a:hover {
	color: #e5554e;
}

.entry-content h2 {
	padding: 7px 0;
	font-size: 28px;
	color: #e5554e;
	border-bottom: 1px dotted #cccccc;
}

.clear {
	clear: both;
}

.enews_entry {
	margin-bottom: 50px;
	color: #fff;
}

.enews_entry h4 {
	margin-bottom: 20px;
	color: #fff;
	font-weight: bold;
}

.enews_radio {
	width: 100%;
	margin: 0 auto;
}

.enews_entry {
	padding: 30px;
	background-color: #333;
}

.enews_entry input,
.enews_entry input:focus {
	border: 1px solid #333;
}

.enews_entry input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews_entry input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews_entry input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews_entry p {
	margin: 0 auto 10px;
}

.enews_entry a {
	color: #E5554E;
	text-decoration: none;
}

.enews_entry a:hover {
	color: #ffffff;
	text-decoration: none;
}

.formtxt01 {
	width: 77%;
	float: left;
}

.btn01 {
	width: 20% !important;
	margin: 0 0 0 10px !important;
}

@media screen and (max-width: 1011px) {
	header .wrap {
		width: 100%;
		padding: 0 !important;
		max-width: 100%;
		text-align: center;
		background: url(http://kktraveler.com/img/headline03_bg2.png) no-repeat top center;
		background-size: 100% auto;
	}
	
	.site-header {
		min-height: auto !important;
	}
	
	.title-area {
		width: 100% !important;
		height: 30% !important;
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	
	.site-title {
		width: 100%;
	/*
												text-indent: 0 !important;
											*/
	}
	
	.header-image .site-title > a {
		width: 100%;
		height: 0 !important;
		padding: 30% 0 5% !important;
		margin: 0 auto !important;
		text-align: center !important;
		background-size: 100% auto !important;
	}
}

@media screen and (max-width: 768px) {
	/* タブレット用のスタイル記述 */
	body {
		/* overflow: hidden; */
	}
	
	.site-description {
		display: none !important;
	}
	
	header .wrap {
		width: 100%;
	/*
																																			height: 35% !important;
																																			padding: 35% 0 0 !important;
																																		*/
		text-align: center;
		clear: both;
		background: url(http://kktraveler.com/img/headline03_bg_sp2.png) no-repeat top center;
		box-sizing: border-box;
		background-size: 100% auto;
	}
	
	.title-area {
		width: 100% !important;
		height: auto !important;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		float: none;
	}
	
	.site-title {
		width: 100% !important;
		height: auto !important;
		padding-top: 5% !important;
	}
	
	.site-header {
		min-height: auto !important;
	}
	
	.header-image .site-title > a {
		width: 100%;
		height: auto !important;
		padding: 30% 0 0 !important;
		margin: 0 auto !important;
		background-size: 100% auto !important;
	}
	
	.news-inner {
		width: 100%;
		padding: 0;
		margin: 0 auto 50px;
	}
	
	.formtxt01 {
		width: 100%;
		float: none;
	}
	
	.btn01 {
		width: 100% !important;
		margin: 0 auto !important;
	}
	
	.alignleft {
		float: none;
	}
	
	.nav-primary {
		clear: both;
	}
}