@charset "utf-8";

/* トップ「バナー」スタイル */

#top-content2 {
}


.top-text-bnr-ul {
	display: table;
	width: 100%;
}
.top-text-bnr-li {
	display: table-cell;
	width: 1%;
	vertical-align: middle;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	box-sizing: border-box;
	border:5px solid #fff;
}
.top-text-bnr-li-img {
	width: 100%;
}
.top-text-bnr-li-a {
	display: table !important;
	position: absolute;
	top: 3%;
	left: 3%;
	width: 94%;
	height: 94%;
	border: transparent 3px solid;
	text-align: center;
	background-color:rgba(255, 255, 255, .5);
}

.top-text-bnr-li-a-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	z-index: 500;
	padding: 10px;
	/* 位置調整用 */
	padding-bottom: 20px;
}
.top-text-bnr-li-a:hover {
	/*border: 3px solid #fff;*/
	text-decoration: none;
	background-color:rgba(255, 255, 255, .8);
}

/* タイトル部分 */
.top-text-bnr-ttl {
	color:#151515;
	font-family:'Cormorant SC', serif;
	font-size:400%;
	text-align:center;
	width:100%;
	text-transform:uppercase;
	margin: 10px auto 0;
	padding: 40px 10px;
	background:url(../../../wp-content/uploads/bg_ttl_small02.png) center top no-repeat,url(../../../wp-content/uploads/bg_ttl_small02.png) center bottom no-repeat;
	-moz-text-shadow: 0px 3px 12px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0px 3px 12px rgba(255, 255, 255, 1);
	-ms-text-shadow: 0px 3px 12px rgba(255, 255, 255, 1);
	text-shadow: 0px 3px 12px rgba(255, 255, 255, 1);
}

/* テキスト部分 */
.top-text-bnr-text {
	text-align: left;
	line-height: 2;
	margin-top:25px;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 117%;
}

/* リンクボタン */
.top-text-bnr-btn {
	color:#fff;
	background:rgba(173, 135, 35, .6);
	font-size:150%;
	margin: 30px auto 0;
	display:block;
	padding:7px 15px 7px 15px;
	display: table;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	/* 768px - 979px用（タブレット用）の記述 */
	.top-text-bnr-text {
		line-height: 1.5;
		font-size: 100%;
		margin-bottom: 10px;
	}
}

/* **************************************************** */
/* メディアクエリ
/* **************************************************** */
@media screen and (max-width: 1200px) {
.top-text-bnr-ttl {
	font-size:280%;
}
}
@media screen and (max-width: 992px) {
	/* 992px以下用（タブレット用）の記述 */
.container {
	width:100%;
}
.top-text-bnr-ttl {
	font-size:250%;
}
.top-text-bnr-btn {
	margin:20px auto 0;
	font-size:130%;
}
.top-text-bnr-li-a-inner {
	padding:0;
}
.top-text-bnr-ul li .top-text-bnr-btn {
	padding:5px 5px 4px 5px;
}
}
@media screen and (max-width: 767px) {
	/* 767px以下用（タブレット／スマートフォン用）の記述 */
.top-text-bnr-ttl {
	margin:10px auto 0;
	font-size:300%;
}
.top-text-bnr-btn {
	margin:30px auto 0;
}
.top-text-bnr-li-a-inner {
	padding:10px;
}
.top-text-bnr-ul li .top-text-bnr-btn {
	padding:10px;
}
.top-text-bnr-btn {
	font-size:130%;
}

}
@media screen and (max-width: 479px) {
	/* 479px以下用（スマートフォン用）の記述 */
}

	/* デフォルト：479px以下用（スマートフォン用）の記述 */
@media screen and (min-width: 480px) {
	/* 480px以上用（タブレット／スマートフォン用）の記述 */
}
@media screen and (min-width: 768px) {
	/* 768px以上用（タブレット用）の記述 */
}
@media screen and (min-width: 980px) {
	/* 980px以上用（PC用）の記述 */
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	/* 768px - 979px用（タブレット用）の記述 */
}
@media screen and (min-width: 480px) and (max-width: 767px)  {
	/* 480px - 767px用（タブレット／スマートフォン用）の記述 */
}