@charset "UTF-8";

#cool {
	background-color: #fff;
	font-size: 16px; font-size: 1.6rem; /*=16px*/
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	position: relative;
}
#cool img {
	vertical-align: bottom;
}
#cool h1, h2, h3 {
		margin: 0;
		padding: 0;
		line-height: 1 !important;
	}
#cool h2 {
	margin: 20px 0 10px;
	font-size: 24px; font-size: 2.4rem;
	font-weight: bold;
}
	#cool li:nth-child(odd) h2 { color: #007324; }
	#cool li:nth-child(even) h2 { color: #D0121B; }
	#cool h2 span { font-size: 75% !important; }
#cool span {
	font-size: 13px; font-size: 1.3rem;
	/*font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;*/
	vertical-align: baseline;
}

#cool .square_btn {
	color: #fff;
	background-color: #47210d;
    border: solid 2px #47210d;
    border-radius: 3px;
    display: inline;
    padding: 0.7em 1em;
    text-decoration: none;
    transition: .4s;
}
	#cool .square_btn:hover {
		color: #47210d; 
    	background-color: #fff;
	}
	@media screen and (max-width: 991px) {
		#cool .square_btn { display: block; }
	}



/* ------------------------------
	Layout
------------------------------ */
section {
	/*padding-right: 15px;
	padding-left: 15px;*/
	margin-right: auto;
	margin-left: auto;
}
	@media (min-width: 768px) {
	  section {
		width: 750px;
	  }
	}
	@media (min-width: 992px) {
	  section {
		width: 970px;
	  }
	}
	@media (min-width: 1200px) {
	  section {
		width: 1170px;
	  }
	}
	
.catch {
	margin: 30px 0;
	text-align: center;
}
	@media screen and (max-width: 767px) {
		.catch { text-align: left; }
	}



/* ------------------------------
	Tokusyu Set
------------------------------ */
.inner_wrapper {
	background: url(../images/box_bg.png);
}

/* Box */
.box_wrap {
	background-image: url('../images/bg.gif');
	background-color: #FFF;
	height: 100%;
}


/* Image Set */
.box_image {
	width: 100%;
	height: auto;
	position: relative !important;
}
	.box_image img { vertical-align:top !important; }
.photo {
	width: 100%;
	height: auto;
}
.cap1 {
	padding: 0.3em 15px;
	font-size: 0.9em;
	text-align: right;
}


/* list Set */
#cool li { margin-bottom: 30px; }


/* innerBox */
.inner_box {
	padding: 0 15px 30px;
	position: relative;
}
.inner_box .heading {
	padding: 1em 0.5em 0;
	background: url('../images/name_bg.png') top left no-repeat;
}
.inner_box .location {
	color: #47210d;
	padding: 0 0 8px 35px;
	display: inline-block;
	font-size: 16px; font-size: 1.6rem;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important;
	line-height: 1;
}
.inner_box .catch1 {
	color: #7a6c62 !important;
	margin-top: 0 !important;
	font-size: 1.2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	line-height: 1.5 !important;
	color: #5A2204;
}
.inner_box p {
	margin-top: 20px;
	padding: 0 5px;
}

.inner_box .link {
	margin-top: 35px;
	text-align: right;
}
	@media screen and (max-width: 991px) {
		.inner_box .link { text-align: center; }
	}