.wrapper_detail_title {
	margin: 3em 0 2em;
	padding: .7em 1em;
	background-color: #f0f0f0;
}

h1.h1_detail {
	clear: both;
	margin:  0;
	padding: 0;
	color: #444;
	font-size: 1.4em;
	line-height: 1.2;
}

h2.h2_detail {
	margin: .6em 0 0 0;
	padding: 0 0 0 52px;
	background: url(../images/icon_url.gif) no-repeat left 50%;
	color: #444;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5;
}
h2.h2_detail a {
	color: #444;
}

.wrapper_grid_thumb_video {
	margin:  0 0 3em;
	padding: 0;
	text-align: center;
}

.grid_thumb_video {
	display: inline-block;
	margin:  0 auto;
	padding: 7px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 0 5px #e6e6e6;
	position: relative;
}
.grid_thumb_video img {
	vertical-align: bottom;
}

.grid_thumb_video span.play {
	display: block;
	position: absolute;
	top:  0;
	left: 0;
	width:  100%;
	height: 100%;
	background: url(../images/p_arrow_video_play.png) no-repeat center center;
	background-size: 40px 40px;
}
.grid_thumb_video span.play:hover {
	background-image: url(../images/p_arrow_video_play_on.png);
}

p.p_cap {
	margin: .7em 0 0;
	padding: 0;
	text-align: center;
	color: #444;
	font-size: .8em;
	line-height: 1.2;
}

h4.h4_detail {
	margin:  0 0 1em;
	padding: 0;
	color: #000;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1.2;
}

h3.h3_detail {
	clear: both;
	margin:  0 0 .8em;
	padding: 0;
	color: #000;
	font-size: 1.1em;
	line-height: 1;
}

p.p_detail {
	margin:  0 0 2em;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.5;
	color: #666;
}
p.p_detail.small {
	font-size: 1em;
}
p.p_detail.link {
	margin-bottom: 0;
}

p.p_detail a {
	color: #666;
}

.grid_navi_contact, 
.grid_navi_sns {
	float: none;
	width: 100%;
	margin:  0;
	padding: 0 0 2em;
	text-align: center;
}
.grid_navi_sns {
	padding-top: 2em;
	text-align: center;
}

.grid_navi_contact img {
	vertical-align: bottom;
}

/****************************
  comment
*****************************/

.wrapper_comment {
	margin:  0;
	padding: 0 0 2em;
}

.column_comment_left, 
.column_comment_right {
	margin:  0;
	padding: 2em 0 0;
}

ul.ul_comment_form {
	display: block;
	width: 100%;
	margin:  0;
	padding: 0;
}
ul.ul_comment_form li {
	display: block;
	margin:  0;
	padding: 1em 0 0;
	vertical-align: top;
}
ul.ul_comment_form li.wrapper_bt_post_comment {
	text-align: center;
}
ul.ul_comment_form li.wrapper_bt_post_comment.pc {
	display: none;
}

p.p_comment_title {
	margin:  0;
	padding: .3em 0 0;
	color: #a0abaa;
	font-size: .9em;
	line-height: 1.7;
}
p.p_comment_title.right {
	text-align: right;
}
p.p_comment_title span {
	padding-right: .1em;
	padding-left:  .1em;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1;
}

textarea.comment, 
input.name {
	width: 100%;
	margin:  0;
	padding: 4px;
	font-size: 1em;
	border: 1px solid #dde4e3;
	border-radius: 3px;
}
textarea.comment:focus, 
input.name:focus {
	outline:none;
	border-color: rgba(82,168,236,.75)!important;
	box-shadow: 0 0 8px rgba(82,168,236,.5);
	-moz-box-shadow: 0 0 8px rgba(82,168,236,.5);
	-webkit-box-shadow: 0 0 8px rgba(82,168,236,.5);
}
input.name {
	height: 2em;
	margin-top: .7em;
}

#bt_post {
	cursor: pointer;
}

table.table_comment {
	margin:  .3em 0 0;
	padding: 0;
}
table.table_comment th {
	margin:  0;
	padding: 0 1em 1em 0;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.4;
}
table.table_comment td {
	margin:  0;
	padding: 0 0 1em;
	vertical-align: top;
	text-align: left;
	font-size: .9em;
	line-height: 1.4;
}
table.table_comment th span {
	display: block;
	padding: .1em 0 0 0;
	color: #a0abaa;
	font-size: .9em;
}

/****************************
  carousel
*****************************/

.wrapper_carousel {
	width: 100%;
	margin:  0 0 2em;
	padding: 0;
	position: relative;
}



/*
.wrapper_carousel img {
	display: block;
	height: 250px;
}
*/
/* ↓↓↓ 縦画像対応 ↓↓↓ */
/*
.wrapper_carousel {
	text-align: right;
}
.wrapper_carousel img {
	height: 352px;
}
*/
/* ↑↑↑ 縦画像対応 ↑↑↑ */



.wrapper_carousel img {
	width: 100%;
}



.owl-controls {
	margin-top: 10px;
	text-align: left;
}

.owl-controls .owl-page {
	display: inline-block;
}

.owl-controls .owl-page span {
	display: block;
	width:  12px;
	height: 12px;
	margin:  0 12px 0 0;
	padding: 0;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	background: #666;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
	border: 3px solid #666;
	background: transparent;
}

.owl-prev, 
.owl-next {
	position: absolute;
	z-index: 2000;
	top: 50%;
	margin: -18px 0 0;
	padding: 0;
	cursor: pointer;
}
.owl-prev {
	left: 15px;
}
.owl-next {
	right: 15px;
}
.owl-prev:before, 
.owl-next:before {
	color: rgba(255, 255, 255, 0.8);
	font-family: 'fontawesome';
	font-size: 36px;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	        transition: all 0.2s;
}
.owl-prev:before {
	content: "\f137";
}
.owl-next:before {
	content: "\f138";
}
.owl-prev:hover:before, 
.owl-next:hover:before {
	color: rgba(255, 255, 255, 1);
}

/****************************
  information
*****************************/

.grid_info_2col_left {
	clear: both;
	float: left;
}

.grid_info_2col_right {
	float: right;
}

h3.h3_title_info {
	clear: both;
	margin:  0 0 15px 0;
	padding: 0;
	color: #444;
	font-size:   13px;
	line-height: 15px;
}

.cms_line {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 10px 0 20px 0;
	background: url(../images/line_dot.gif) repeat-x left top;
}

h3.cms_title {
	clear: both;
	margin:  0 0 7px 0;
	padding: 0;
	font-size:   13px;
	line-height: 18px;
	font-weight: bold;
	color: #888888;
}

img.new {
	padding: 0px 0 0 6px;
	vertical-align: top;
}

p.cms_text {
	margin:  0 0 15px 0;
	padding: 0;
	font-size:   13px;
	line-height: 20px;
	color: #666666;
}

p.spot_name, 
p.spot_name a {
	margin:  0 0 7px 0;
	padding: 0;
	font-size:   11px;
	line-height: 18px;
	color: #888888;
}

/****************************
  responsive
*****************************/

@media (min-width: 768px) {
	.wrapper_grid_thumb_video {
		float: right;
		margin-bottom: 2em;
		margin-left:   2em;
	}

	.grid_navi_contact {
		float: left;
		width: 30%;
		text-align: left;
	}
	.grid_navi_sns {
		float: right;
		width: 65%;
		padding-top: 0;
		text-align: right;
	}

	.column_comment_left {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
	.column_comment_right {
		float: right;
		width: 50%;
	}

	ul.ul_comment_form {
		display: table;
	}
	ul.ul_comment_form li {
		display: table-cell;
		padding-top: 2px;
		vertical-align: top;
	}
	ul.ul_comment_form li.wrapper_bt_post_comment {
		width: 65px;
		padding-top: 0;
		text-align: right;
	}
	ul.ul_comment_form li.wrapper_bt_post_comment.pc {
		display: block;
	}

	p.p_comment_title {
		float: left;
		padding-top: 0;
	}
	p.p_comment_title.right {
		float: right;
	}
}
