@charset "UTF-8";

#page_title {
	background: url(../images/place/page_img.jpg) no-repeat center center;
}
.article #wrapper {
	padding-top: 170px;
}
@media (max-width: 768px){
	#page_title{
		background: url(../images/place/page_img_sp.jpg) no-repeat center 0;
	}
	.article #wrapper {
		padding-top: 45px;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
PLACE & PLAN - TOP, RESULT
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.place #category{
	overflow: hidden;
	background: #f4f3f1;
	padding-bottom: 60px;
}
.place #category .location li{
	float: left;
	width: 230px;
	margin-right: 20px;
	position: relative;
}
.place #category .inner {
	margin-top: 10px;
}
.place #category .inner > p {
	font-weight: bold;
	margin-bottom: 10px;
}
.place #category .inner ul {
	overflow: hidden;
}
.place #category .location {
	margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
	.place #category .location li:nth-child(4n) { margin-right: 0; }
	.place #category .location li:nth-child(4) ~ li {
		margin-top: 20px;
	}
}
.place #category .location li a{
	display: block;
}
.place #category .location li a img {
	width: 100%;
	height: auto;
}
.place #category .location li.sel a,
.place #category .location li a:hover {
	background: #db699c;
}
.place #category .location li .txt{
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
	line-height: 34px;
	background: rgba(0,0,0,0.5);
	margin-top: -34px;
	position: relative;
}
.place #category .location li .txt span {
	font-size: 12px;
}
.place #category .location li.sel a .txt,
.place #category .location li a:hover .txt{color: #fff;}

.place #category .area {
	overflow: hidden;
}
.place #category .area li {
	float: left;
	width: 105px;
	text-align: center;
	line-height: 15px;
	cursor: pointer;
	background: #000 !important;
}
.place #category .area li a {
	color: #fff;
	display: block;
	padding: 6px 0;
}
.place #category .area li span {
	display: block;
	font-size: 12px;
}
.place #category .area li:hover {
	opacity: 0.5;
}
.place #category .area li + li {
	margin-left: 4px;
}
.place #hall_list{
	padding: 46px 0 100px;
}
.hall.allsearch #hall_list{
	padding-top: 0;
}
.place #hall_list h3{
	color: #333;
	text-align: center;
}
.place #hall_list h3{
	font-size: 24px;
	margin-bottom: 10px;
	color: #e17d7d;
	font-weight: bold;
}

.place #hall_list .inner > ul{
	font-size: 0;
	margin-bottom: 15px;
}
.place #hall_list .cont{
	display: inline-block;
	position: relative;
	font-size: 12px;
	width: 310px;
	background: #fff;
	vertical-align: top;
	margin: 0 25px 25px 0;
	box-sizing: border-box;
	border: 7px solid #f4f4f4;
	min-height: 460px;
}
.place #hall_list .cont a{
	display: block;
	color: #666;
	background: #fff;
}
.place #hall_list .cont .hall_img_info{
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;
}
.place #hall_list .cont .hall_img_info .img {
	text-align: center;
}
.place #hall_list .cont .hall_img_info img {
	width: 100%;
	height: auto;
}
.place #hall_list .cont .name{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	color: #000;
	margin-top: 10px;
	min-height: 88px;
}
.place #hall_list .cont .area-name {
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 26px;
	display: inline-block;
	padding: 0 17px;
}
.place #hall_list .cont .name span {
	display: block;
}
.place #hall_list .cont .name span:nth-of-type(1) {
	font-size: 14px;
}
.place #hall_list .cont .name span:nth-of-type(2) {
	font-size: 12px;
	font-weight: normal;
}
.place #hall_list .cont .descript{
	padding: 0 20px 55px;
	color: #000;
	line-height: 18px;
	font-size: 12px;
	margin: 7px 0 10px;
	min-height: 54px;
}
.place #hall_list .cont .read-more {
	color: #000;
	text-align: center;
	line-height: 52px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	right: 0;
	margin: auto;
	background: #fff;
}
.place #hall_list .cont .read-more:after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 85px;
	margin: auto; 
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.place #hall_list .cont a:hover {
	opacity: 1;
}
.place #hall_list .cont a:hover .read-more {
	background: #e17d7d;
	color: #fff;
	opacity: 1;
}
.place #hall_list .cont a:hover .read-more:after {
	border-color: #fff;
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
PLACE & PLAN - TOP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.place #hall_list .count{
	color: #333;
	text-align: center;
}
.place #hall_list .count{
	font-size: 12px;
	margin-bottom: 36px;
}

.wp-pagenavi {
	position: relative;
	margin: 30px auto 0%;
	text-align: center;
	border-bottom: none;
}
.wp-pagenavi a, .wp-pagenavi span.current {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px;
	font-size: 16px;
	background: #000;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: .2s;
	box-sizing: border-box;
	border: 1px solid #000;
}
.place #hall_list .cont:nth-of-type(3n){margin-right: 0;}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	position: relative;
	top: 0;
	background: #b5aca3;
	color: #fff;
	width: 104px;
	border: none;
	border: 1px solid #b5aca3;
}
.wp-pagenavi .nextpostslink {
	padding-right: 15px;
}
.wp-pagenavi .previouspostslink {
	padding-left: 15px;
}
.wp-pagenavi .nextpostslink:before, 
.wp-pagenavi .previouspostslink:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.wp-pagenavi .previouspostslink:after {
	transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	left: 15px;
}
.wp-pagenavi .nextpostslink:before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: 15px;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
.wp-pagenavi .nextpostslink:hover:before, 
.wp-pagenavi .previouspostslink:hover:after {
	border-color: #000;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
PLACE & PLAN - RESULT
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.place #hall_list ul{margin-bottom: 39px;}
.place #hall_list .more{
	cursor: pointer;
	width: 352px;
	padding: 1px;
	background: #fff;
	border: solid 1px #f4d2e1;
	margin: 0 auto;
}
.place #hall_list .more span{
	display: block;
	color: #333;
	font-size: 16px;
	text-align: center;
	padding: 20px 0 17px;
	border: solid 1px #f4d2e1;
}

@media screen and (max-width: 768px) {

.place #category .inner{
	width: 100%;
	padding: 0 20px; 
	box-sizing: border-box;
}
.place #category .location li{
	width: 48.33333333333333%;
	margin-right: 0;
	margin-bottom: 10px;
}
.place #category .inner {
	margin-top: 0;
}
.place #category .area li {
	font-size: 11px;
	line-height: 14px;
	width: calc((100%/3) - 3px);
}
.place #category .area li span {
	font-size: 10px;
}
.place #category .area li:nth-child(3n+1) {
	margin-left: 0;
}
.place #category .area li:nth-child(n+4) {
	margin-top: 4px;
}
.place #category .location {
	margin-bottom: 0;
}

.place #category {
	padding-bottom: 20px;
}
.place #category .location li:nth-of-type(odd){float: left;}
.place #category .location li:nth-of-type(even){float: right;}
.place #category .location li.sel a{background: #db699c;}
.place #category .location li a .img img.sp{
	display: inline-block;
	width: 100%;
}
.place #category .location li a .txt{
	font-size: 11px;
	padding: 0 5px;
	line-height: 22px;
	margin-top: -22px;
}
.place #category .inner > p {
	font-size: 10px;
	margin-bottom: 0;
}
.place #category .location li.sel a .txt{
	color: #fff;
	font-weight: normal;
}
.place #category .location li .txt span {
	font-size: 10px;
}
.place #hall_list{padding: 16px 0 59px;}
.place #hall_list h3{
	font-size: 15px;
	padding: 0 10px;
	margin-bottom: -5px;
}
.place #hall_list .inner{
	width: 100%;
}
.place #hall_list ul{
	margin-bottom: 25px;
}
.place #hall_list ul:after {
	content: "";
	display: block;
	clear: both;
}
.place #hall_list .cont{
	float: none;
	width: 49.5%;
	padding: 0;
	margin: 0;
	border: none;
	min-height: auto;
}
.place #hall_list .inner > ul {
	background: #f4f4f4;
	padding: 5px;
}

.place #hall_list .cont .area-name {
	font-size: 9px;
	line-height: 16px;
	padding: 0px 8px;
	margin-top: 7px;
}
.place #hall_list .cont:nth-child(n+3) {
	margin-top: 5px;
}
.place #hall_list .cont:nth-of-type(odd){float: left;}
.place #hall_list .cont:nth-of-type(even){float: right;}
.place #hall_list .cont .hall_img_info{margin-bottom: -7px;}
.place #hall_list .cont .hall_img_info .img{
	position: relative;
	height: 29vw;
}
.place #hall_list .cont .name {
	font-size: 12px;
	line-height: 16px;
	min-height: 70px;
}
.place #hall_list .cont .read-more {
	font-size: 10px;
	line-height: 35px;
	width: 100%;
	bottom: 0;
}
.place #hall_list .cont .name span:nth-of-type(1) {
	font-size: 10px;
}
.place #hall_list .cont .name span:nth-of-type(2) {
	font-size: 9px;
}
.place #hall_list .cont .descript {
	font-size: 9px;
	line-height: 13px;
	padding: 0 10px 30px;
	margin: 0;
}
.place #hall_list .cont .read-more:after {
	right: calc((100%/2) - 50px);
}
.place #hall_list .cont .hall_img_info .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
PLACE & PLAN - TOP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.place #hall_list .count{
	font-size: 10px;
	margin-bottom: 7px;
}
.place #hall_list .wp-pagenavi{
	margin-top: 10px;
}

.place #hall_list .wp-pagenavi .first,
.place #hall_list .wp-pagenavi .last{
	font-size: 9px;
}
.wp-pagenavi a, .wp-pagenavi span.current {
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 11px;
	margin: 0px 3px;
}
.wp-pagenavi .previouspostslink, 
.wp-pagenavi .nextpostslink {
	width: 67px;
}
.wp-pagenavi .nextpostslink:before, 
.wp-pagenavi .previouspostslink:after {
	border-width: 1px;
	width: 5px;
	height: 5px;
}

.place #hall_list ul{margin-bottom: 20px;}
.place #hall_list .more{
	cursor: pointer;
	width: 100%;
}
.place #hall_list .more span{
	font-size: 11px;
	padding: 12px 0 10px;
	border: solid 1px #f4d2e1;
}
}



  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PLACE & PLAN - 詳細
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#wedhall_article {
	margin: 0 auto;
	text-align: center;
}
#wedhall_article .spot-name01 {
	font-weight: bold;
	color: #7588e3;
}
#wedhall_article .spot-name02 {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	margin-top: 16px;
}
#wedhall_article .spot-name02:before {
	content: "";
	width: 100%;
	height: 3px;
	background: #7588e3;
	position: absolute;
	top: -9px;
	right: 0;
	left: 0;
	margin: auto; 
}
#wedhall_article h2 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 17px;
}
#wedhall_article .category {
	margin-top: 22px;
}
#wedhall_article .category li {
	background: #f1f0ee;
	font-size: 13px; 
	line-height: 37px;
	text-align: center;
	padding: 0 15px 0px 10px;
	display: inline-block;
}
#wedhall_article .category li span {
	color: #fff;
}
#wedhall_article .article_subttl {
	font-size: 12px;
	margin-top: 10px;
}
#wedhall_article .view_num {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin: 37px auto 30px;
	display: inline-block;
	padding-left: 35px;
}
#wedhall_article .view_num:before {
	content: "";
	width: 32px;
	height: 22px;
	background: url(images/view_num_icon.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.iconbox_sns .movie {
	float: left;
}
.iconbox_sns ul {
	float: right;
}
.iconbox_sns {
	height: 21px;
	max-width: 980px;
	margin: 50px auto 0;
}
.cp_cssslider_bg {
	background: #f4f3f1; 
}
.cp_cssslider {
	max-width: 980px;
	padding-bottom: 30px;
}
.iconbox_sns li {
	width: 20px;
	height: 20px;
	margin-left: 20px;
	display: inline-block;
}
.iconbox_sns img {
	width: auto;
	height: 20px;
}
.reservation {
	color: #fff;
	background: #000;
	display: block;
	width: 416px;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.reservation p:nth-child(1) {
	font-size: 21px;
	font-weight: bold;
}
.reservation p:nth-child(3) {
	color: #000;
	background: #fff;
	padding: 0 50px;
	line-height: 27px;
	border-radius: 20px;
	display: inline-block;
	margin-top: 5px;
}
.reservation:hover {
	opacity: 1;
	background: #e17d7d; 
}


@media (max-width: 768px) {
	#wedhall_article .view_num {
	   text-align: right;
	   margin: 0px auto 5px;
	   font-size: 11px;
	   padding-left: 17px;
	}
	.wedhall_at_iconbox {
		margin: 0 0 -5px;
	}
	#wedhall_article .view_num:before {
		width: 17px;
		background-size: 100%;
		height: 11px;
		bottom: 0;
		margin: auto;
	}
	.area {
		font-size: 11px;
	}
	.iconbox_sns li img {
		width: 24px;
		height: 24px;
	}
	.iconbox_sns li {
		margin: 0 10px 0 0;
		width: 24px;
		height: 24px;
	}
	.iconbox_sns {
		width: auto;
		height: 24px;
		margin-top: 22px;
	}
	.iconbox_sns .movie {
		margin-left: 10px;
	}
	.reservation {
		width: auto;
		margin: 0 10px; 
		padding: 10px 10px 15px;
	}
	.reservation p:nth-child(1) {
		font-size: 15px;
	}
	.reservation p:nth-child(2) {
		font-size: 10px;
		margin-top: -8px;
	}
	.reservation p:nth-child(3) {
		font-size: 10px;
		padding: 0 34px;
		line-height: 19px;
	}
}



 /* フォトギャラリー */

.cp_cssslider {
	max-width: 980px;
	padding-top: 624px; /* 画像の高さ */
	position: relative;
	display: flex;
	clear: both;
}
.cp_cssslider_bg .cp_cssslider {
	margin: 10px auto 0; 
}
#wedhall_point .cp_cssslider label img {
	display: block;
	width: 101.5px;
	height: auto;
}
.cp_cssslider > img {
	position: absolute;
	height: auto;
	object-fit: cover;
	left: 0;
	top: 0;
	transition: all 0.5s;
}
.cp_cssslider  input[name*="cp_switch"] {
	display: none;
}
/* サムネイル */
.cp_cssslider label {
	margin-right: 7px;
	display: inline-block;
	cursor: pointer;
	opacity: 0.6;
}
.cp_cssslider label:hover {
	opacity: 0.9;
}
.cp_cssslider label img {
	display: block;
	width: 190px;
	height: auto;
}
.cp_cssslider  input[name*="cp_switch"]:checked + label {
	opacity: 1;
}
.cp_cssslider  input[name*="cp_switch"]:checked + label img {
	border: 3px solid #000;
	box-sizing: border-box;
}
.cp_cssslider  input[name*="cp_switch"] ~ img {
	opacity: 0;
}
.cp_cssslider  input[name*="cp_switch"]:checked + label + img {
	opacity: 1;
}



.hall_article_txt {
	max-width: 980px;
	margin: 30px auto;
	text-align: left;
}
.hall_article_txt .kihon{
	text-align: right;
	padding-right: 40px;
	position: relative;
}
.hall_article_txt a {
	color: #727272;
	position: absolute;
	right: 0;
	bottom: 0;
}
.hall_article_txt a:hover {
	opacity: 1;
}
.hall_article_txt .kihon:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 35px;
	border-top: 1px solid #727272;
	bottom: 0;
	right: 0;
	z-index: 1;
	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
.hall_article_txt .kihon:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 16px;
	background: url(../images/arrow_grey.png) no-repeat;
	bottom: 7px;
	right: 6px;
	background-size: 100%;
	z-index: 2;
}
.hall_article_txt a:hover .kihon:before {
	background: url(../images/arrow_wh.png) no-repeat;
	background-size: contain;
}
.hall_article_txt a:hover .kihon:after {
	background: #fc9734;
}
.bacis_btn {
	background: #000;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
	width: 300px;
	display: block;
	margin: 0 auto; 
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	background-size: 200% 100%;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(225, 125, 125, 1) 50%);
	background-image: linear-gradient(to right, transparent 50%, rgba(225, 125, 125, 1) 50%);
	-webkit-transition: background-position 1.2s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	transition: background-position 1.2s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	clear: both;
}
.bacis_btn:hover {
	background-position: -100% 100%;
	opacity: 1;
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

@media (min-width: 769px) {
	#wedhall_point .cp_cssslider {
		padding-top: 340px;
	}
}

@media (max-width: 768px) {
	
	.cp_cssslider {
		width: auto;
		padding-top: 63vw; /* 画像の高さ */
		padding-bottom: 15px;
	}
	.cp_cssslider > img {
		height: 63vw;
	}
	/* サムネイル */
	.cp_cssslider label {
		margin: 2px 2px 0 0;
	}
	.cp_cssslider label img {
		width: 100%;
		height: auto;
	}
	.hall_article_txt {
		margin: 20px 0 20px;
		display: block;
		/*font-size: 12px;*/
		/*line-height: 20px;*/
	}
	.hall_article_txt .maintxt {
		width: auto;
		margin: 0 20px;
		padding-bottom: 0;
	}
	.hall_article_txt .kihon{
		float: right;
		margin: 0;
		position: static;
		font-size: 12px;
		line-height: 21px;
		padding-bottom: 6px;
	}
	.cp_cssslider input[name*="cp_switch"]:checked + label img {
		border-width: 2px;
	}
}


 /* おすすめポイント */

#wedhall_point h2 {
	margin: 0 auto 25px;
	width: 212px; 
}
.point_box.num02 {
	display: flex;
}
#wedhall_point h2 img {
	width: 100%;
	height: auto;
}
#wedhall_point {
	max-width: 980px;
	margin: 50px auto 65px;
	background-color: #fdeee7;
	position: relative;
	padding: 35px 0 0 0;
	overflow: hidden;
}
#wedhall_point .point_box {
	padding-bottom: 30px;
	overflow: hidden;
	clear: both;
}
#wedhall_point .point_box .box_tt {
	width: 350px;
	float: left;
	padding-left: 45px;
}
#wedhall_point .point_box .pt_osusume {
	background: #e17d7d;
	width: 90px;
	height: 45px;
	overflow: hidden;
	margin-left: -45px;
}
#wedhall_point .point_box .pt_osusume img {
	width: 34px;
	float: right;
	height: auto;
	margin: 10px 13px 0 0;
}
#wedhall_point .point_box .box_tt h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin: 10px 0 20px;
}
#wedhall_point .point_box .box_tt .pt_txt {
	font-size: 13px;
	line-height: 26px;
}
#wedhall_point .point_box .box_pt {
	width: 535px;
	float: right;
}
#wedhall_point .point_box .number01 {
	order: 2;
}
#wedhall_point .point_box .number02 {
	order: 1;
}


@media (max-width: 768px) {
	
	#wedhall_point {
		width: auto;
		margin: 40px auto 45px;
		padding-top: 26px;
	}
	#wedhall_point:before {
		width: 70px;
		height: 77px;
		left: 20px;
		background: url(images/wedding_hall_pickup_sp.png) no-repeat;
		background-size: contain;
	}
	#wedhall_point .point_box {
		display: block;
		padding-bottom: 10px;
	}
	#wedhall_point .num03 {
		margin-bottom: 5px;
	}
	#wedhall_point .point_box .box_tt {
		width: auto;
		padding: 0 20px;
	}
	#wedhall_point .point_box .pt_osusume {
		margin-left: -20px;
		height: 36px;
		width: 70px;
	}
	#wedhall_point .point_box .pt_osusume img {
		width: 28px;
		margin: 9px 22px 0 0;
	}
	#wedhall_point .point_box .box_tt h3 {
		font-size: 16px;
		line-height: 23px;
		margin: 10px 0;
	}
	#wedhall_point .point_box .box_tt .pt_txt {
		margin-bottom: 15px;
		/*font-size: 12px;*/
		/*line-height: 20px;*/
	}
	#wedhall_point .point_box .box_pt {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#wedhall_point .point_box .box_pt img {
		width: 100%;
	}
	#wedhall_article h2 {
		font-size: 20px;
		margin-top: 5px;
	}
	#wedhall_article .article_subttl {
		font-size: 10px;
		margin: 0; 
	}
	#wedhall_article .category li {
		font-size: 10px;
		line-height: 20px;
		padding: 0 8px 0px 6px;
	}
	#wedhall_article .category {
		margin-top: 5px;
	}
	.bacis_btn {
		line-height: 52px;
		width: auto;
		margin: 0 20px; 
	}
	#wedhall_point h2 {
		width: 122px;
		margin-bottom: 15px;
	}
}


/*RESORT WEDDING PLAN*/
#resort_plan {
	margin: 80px 0;
}
#resort_plan h2 {
	width: 406px;
	margin: 0 auto; 
}
#resort_plan h2 img {
	width: 100%;
}
#resort_plan > ul {
	max-width: 980px;
	margin: 28px auto 0;
}
#resort_plan > ul > li {
	position: relative;
}
#resort_plan > ul > li .place_fair_tag {
	overflow: hidden;
	display: block;
	border: 1px solid #000;
	background: #f4f3f1;
	color: #666;
	position: relative;
}
#resort_plan figure {
	float: left;
	margin: 0;
}
#resort_plan figure img {
	height: 100%;
	width: auto;
}
#resort_plan .place_fair-txt-cont {
	float: right;
	width: calc(100% - 393px);
	padding: 27px 40px 87px;
	box-sizing: border-box;
}
#resort_plan h3 {
	color: #7588e3;
	font-size: 21.5px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#resort_plan h3 span {
	color: #b5aca3;
	margin-left: 1em;
}
#resort_plan h3 img {
	width: 100%;
	height: auto;
}
#resort_plan .place_fair_place {
	margin: 9px 0 4px 0;
}
#resort_plan .place_fair_btn {
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	width: 229px;
	line-height: 56px;
	clear: both;
	margin-top: 23px;
	display: inline-block;
	background-size: 200% 100%;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(225, 125, 125, 1) 50%);
	background-image: linear-gradient(to right, transparent 50%, rgba(225, 125, 125, 1) 50%);
	-webkit-transition: background-position 1.2s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	transition: background-position 1.2s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
#resort_plan .place_fair_tag:hover .place_fair_btn {
	opacity: 1;
	background-position: -100% 100%;
}
#resort_plan .place_fair_btn.position {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
#resort_plan > ul > li + li {
	margin-top: 20px;
}
#resort_plan .view-more-btn {
	margin-top: 40px;
}
#resort_plan > ul > li .place_fair_tag:hover {
	opacity: 1;
	box-shadow: 0px 0px 17px rgba(255,125,125,0.32);
	-moz-box-shadow: 0px 0px 17px rgba(255,125,125,0.32);
	-webkit-box-shadow: 0px 0px 17px rgba(255,125,125,0.32);
}
#resort_plan .place_fair_list {
	margin: 14px 0 10px 0;
}
#resort_plan .place_fair_list li {
	background: #b5aca3;
	color: #fff;
	line-height: 19px;
	text-align: center;
	display: inline-block;
	font-size: 10px;
	padding: 0 10px; 
}
#resort_plan .place_fair_list li:nth-child(n+6) {
	margin-top: 5px;
}
#resort_plan .place_fair_list li.other-day {
	background: none;
	color:  #666;
}
#resort_plan figure {
	max-width: 393px;
	height: 248px;
	overflow: hidden;
}
.place_fair_txt {
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

.resort_plan_cont {
	max-width: 980px;
	margin: 20px auto 0;
	padding: 30px 30px 80px;
	border: 1px solid #000;
	box-sizing: border-box; 
	background: #f4f3f1; 
}
.resort_plan_cont:after {
	content: "";
	display: block;
	clear: both;
}
#resort_plan .resort_plan_cont figure {
	width: 355px;
	float: left;
}
#resort_plan h5 {
	font-weight: bold;
	line-height: 17px;
	color: #000;
}
#resort_plan h5 span {
	font-weight: normal;
	font-size: 12px;
}
#resort_plan h6 {
	color: #7588e3;
	font-size: 21.5px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	position: relative;
	margin: 23px 0; 
}
#resort_plan h6 span {
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
}
#resort_plan .resort_plan_list li {
	background: #b5aca3;
	color: #fff;
	line-height: 19px;
	text-align: center;
	display: inline-block;
	font-size: 10px;
	padding: 0 10px;
}
.resort_plan_txt {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin-bottom: 23px;
}
.resort_plan_box {
	float: right;
	width: calc(100% - 385px);
}
.resort_plan_box02 {
	clear: both;
	padding: 30px 0 20px;
	border-bottom: 1px solid #000;
}
#resort_plan table {
	width: 100%;
}
#resort_plan .table01 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 11px 0;
	overflow: hidden;
}
#resort_plan .table01 p {
	float: left;
	width: 50%;
}
#resort_plan .table01 span {
	font-weight: bold;
	width: 72px;
	display: inline-block;
	padding-left: 20px;
}
#resort_plan .table02 p:nth-child(1),
#resort_plan .table03 p:nth-child(1) {
	background: #000;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #000;
	padding: 0 15px;
}
@media(min-width:769px) { 
	#resort_plan ul.table02 ul:last-child p:nth-child(1),
	#resort_plan ul.table03 li:last-child p:nth-child(1) {
		border-bottom: none;
	}
}
#resort_plan .table02 {
	padding: 20px 20px 10px 20px;
	overflow: hidden;
}
#resort_plan .table02 > li ul {
	overflow: hidden;
}
#resort_plan .table02 > li ul:last-child,
#resort_plan .table03 > li {
	border-bottom: 1px solid #000;
}
#resort_plan .table02 > li:last-child,
#resort_plan .table03 > li p:nth-child(2) {
	border-right: 1px solid #000;
	overflow: hidden;
}

#resort_plan .table02 p:nth-child(1),
#resort_plan .table02 p:nth-child(2),
#resort_plan .table03 p:nth-child(1) {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 50%;
	box-sizing: border-box;
}
#resort_plan .table02 p:nth-child(1) {
	width: 60%;
	line-height: 37px;
}
#resort_plan .table02 p:nth-child(2) {
	width: 40%;
	line-height: 37px;
}
#resort_plan .table02 p:nth-child(1) span {
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
}
#resort_plan .table02 p:nth-child(2) {
	border-top: 1px solid #000;
	text-align: center;
}
#resort_plan .table02 ul li {
	overflow: hidden;
	width: 25%;
	box-sizing: border-box;
	float: left;
}
#resort_plan .table02 ul li.empty p:nth-child(1) {
	text-align: center;
	padding-right: 15px;
}

#resort_plan .table03 p:nth-child(1) {
	width: 15%;
}
#resort_plan .table03 {
	padding: 0 20px;
}
#resort_plan .table03 li {
	overflow: hidden;
}
#resort_plan .table03 p:nth-child(2) {
	padding: 5px 0 5px 15px;
	float: left;
	width: 85%;
	box-sizing: border-box;
	border-top: 1px solid #000;
}

.resort_plan_box03_txt01 {
	line-height: 23px;
	padding: 20px 20px 30px;
}
.resort_plan_box03_txt01 span {
	font-weight: bold;
	display: block;
	margin-bottom: 5px; 
}
.resort_plan_box03_txt02 {
	line-height: 23px;
	border: 2px solid #e17d7d;
	position: relative;
	padding: 17px 20px;
	margin: 0 13px;
}
.resort_plan_box03_txt02:after {
	content: "";
	background: url(../images/place/tokuten_icon.png) no-repeat; 
	width: 33px;
	height: 33px;
	position: absolute;
	top: -15px;
	left: -15px
}
.resort_plan_box03_txt02 span {
	font-size: 16px;
	color: #e17d7d;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
}
#resort_plan .reservation {
	width: 277px;
	line-height: 22px;
	padding: 11px;
	margin-top: -46px;
}
#resort_plan .reservation p:nth-child(1) {
	font-size: 14px;
}
#resort_plan .reservation p:nth-child(2) {
	font-size: 12px;
}
#resort_plan .reservation p:nth-child(3) {
	font-size: 12px;
	padding: 0 23px;
	line-height: 21px;
}


@media(max-width:768px) { 
	#resort_plan h2 {
		width: 254px;
	}
	#resort_plan > ul {
		margin-top: 15px;
		padding: 0 10px; 
	}
	#resort_plan figure {
		float: none;
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	#resort_plan figure img {
		width: 100%;
		height: auto;
	}
	#resort_plan .place_fair-txt-cont {
		width: 100%;
		float: none;
		padding: 0; 
	}
	#resort_plan h3 {
		width: 251px;
		padding: 20px 20px 0;
	}
	#resort_plan .place_fair_list li {
		font-size: 9px;
		padding: 0 5px;
		line-height: 15px;
	}
	#resort_plan .place_fair_list {
		margin: -8px 0 5px 0;
		padding: 0 20px;
	}
	.place_fair_txt {
		padding: 0 20px 20px;
	}
	#resort_plan .place_fair_btn.position {
		position: static;
		margin-top: 0;
		width: 100%;
		font-size: 11px;
		line-height: 45px;
	}
	#resort_plan > ul > li + li {
		margin-top: 10px;
	}
	#resort_plan {
		margin: 44px 0;
		padding: 0 10px; 
	}
	.resort_plan_cont {
		margin-top: 10px;
		padding: 0 0 70px;
	}
	#resort_plan .resort_plan_cont figure,
	.resort_plan_box {
		width: 100%;
		float: none;
	}
	.resort_plan_box {
		padding: 0 10px;
		box-sizing: border-box; 
	}
	#resort_plan h6 {
		margin: 12px 0;
		font-size: 18px;
		overflow: hidden;
	}
	#resort_plan h6 span {
		position: static;
		float: right;
	}
	.resort_plan_txt {
		font-size: 11px;
		line-height: 16px;
	}
	#resort_plan .resort_plan_list li {
		font-size: 9px;
		padding: 0 5px;
		line-height: 15px;
		float: left;
		margin:  0 3px 3px 0; 
	}
	.resort_plan_box02 {
		padding: 15px 0 5px; 
	}
	#resort_plan .table01 {
		padding: 8px 0;
	}
	#resort_plan .table01 p {
		float: none;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		font-size: 12px;
	}
	#resort_plan .table02 {
		padding: 5px;
	}
	#resort_plan .table02 > li li {
		width: 50%;
	}
	#resort_plan .table02 > li:nth-child(even) {
		border-right: none;
		/*border-right: 1px solid #000;*/
	}
	#resort_plan .table02 > li:nth-child(n+3) {
		margin-top: 10px;
	}
	#resort_plan .table03 {
		padding: 0 5px;
	}
	#resort_plan .table02 p:nth-child(1), 
	#resort_plan .table02 p:nth-child(2), 
	#resort_plan .table03 p:nth-child(1) {
		padding-top: 0;
		padding-bottom: 0;
		width: 30%;
	}
	#resort_plan .table02 p:nth-child(1), 
	#resort_plan .table03 p:nth-child(1) {
		padding: 0 8px;
		font-size: 12px;
		width: 70%;
	}
	#resort_plan .table03 p:nth-child(1) {
		width: 25%;
		position: absolute;
		left: 0;
		height: 30px;
		top: 0;
		bottom: 0;
		margin: auto;
		border-bottom: none;
	}
	#resort_plan .table03 li:nth-child(2):after {
		content: "";
		background: #fff;
		height: 1px;
		width: 25%;
		position: absolute;
		top: 0;
		left: 0; 
	}
	#resort_plan .table03 p:nth-child(2) {
		padding: 5px;
		width: 65%;
		background: #f4f3f1;
		float: right;
		font-size: 12px;
	}
	#resort_plan .table03 p:nth-child(2) span {
		line-height: 17px;
		display: inline-block;
		vertical-align: middle;
	}
	#resort_plan .table03 > li {
		background: #000;
		position: relative;
	}
	.resort_plan_box03_txt01 {
		line-height: 20px;
		padding: 15px 10px 15px;
	}
	.resort_plan_box03_txt02 {
		line-height: 16px;
		border-width: 1px;
		padding: 9px 10px;
		margin: 10px 10px 0;
		font-size: 12px;
	}
	.resort_plan_box03_txt02 span {
		font-size: 14px;
	}
	.resort_plan_box03_txt02:after {
		width: 24px;
		height: 24px;
		top: -10px;
		left: -10px;
		background-size: 100%;
	}
	#resort_plan .reservation {
		width: 200px;
		margin: -44px auto 0;
	}
	#resort_plan .reservation p:nth-child(1) {
		font-size: 12px;
		margin-bottom: 4px;
	}
	#resort_plan .reservation p:nth-child(2),
	#resort_plan .reservation p:nth-child(3) {
		font-size: 10px;
	}
	#resort_plan .table01 span {
		padding: 0; 
	}
	#resort_plan .table02 p:nth-child(1) span {
		line-height: 14px;
	}
	#resort_plan ul.table02 ul:last-child li:nth-child(3) p:nth-child(1),
	#resort_plan ul.table02 ul:last-child li:nth-child(4) p:nth-child(1),
	#resort_plan ul.table03 li:last-child p:nth-child(1) {
		border-bottom: none;
	}
}


/*MOVIE*/
#movie {
	width: 750px;
	margin: 0 auto 40px; 
}
a.reservation + #movie {
	margin-top: 80px;
}
#movie h2 {
	width: 100px;
	margin: 0 auto 13px; 
}
#movie h2 img {
	width: 100%;
}
#movie iframe {
	border: 1px solid #000;
	background: #bebebe;
	height: 493px;
	width: 100%;
}
@media(max-width:768px) { 
	#movie {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#movie iframe {
		box-sizing: border-box;
		height: 190px;
		border-width: 5px;
	}
	#movie h2 {
		width: 62px;
	}
}

/*bacis_info*/
#bacis_info {
	background: #f4f3f1; 
}
#bacis_info table {
	width: 100%;
}
#bacis_info tr {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000; 
}
#bacis_info th {
	background: #dfdfdf; 
	width: 144px;
	font-weight: bold;
}
#bacis_info th,#bacis_info td {
	padding: 10px 0 10px 20px;
	font-size: 13px;
}
#bacis_info h2 {
	width: 151px;
	margin: 0 auto 20px; 
}
#bacis_info h2 img {
	width: 100%;
}
#bacis_info section {
	width: 750px;
	margin: 0 auto;
	padding: 45px 0 60px; 
}
#bacis_info p {
	width: 100%;
	height: 300px;
	background: #dfdfdf;
	border: none;
	text-align: center;
	padding: 135px 0 0 0;
	box-sizing: border-box; 
	margin-top: 20px;
	font-size: 13px;
	font-weight: bold;
}
#bacis_info iframe {
	width: 100%;
	height: 300px;
	margin-top: 20px;
}
@media(max-width:768px) { 
	#bacis_info section {
		width: 100%;
		padding: 25px 10px 45px;
		box-sizing: border-box; 
	}
	#bacis_info h2 {
		width: 70px;
		margin-bottom: 10px;
	}
	#bacis_info th, #bacis_info td {
		font-size: 11px;
		padding: 8px 0 8px 10px;
		line-height: 17px;
	}
	#bacis_info th {
		width: 77px;
		box-sizing: border-box;
	}
	#bacis_info p {
		height: 197px;
		padding-top: 85px;
	}
	#bacis_info iframe {
		height: 197px;
	}
}


/*dress*/

#dress h2 {
	width: 91px;
	margin: 0 auto 13px; 
}
#dress {
	width: 980px;
	margin: 50px auto 80px;
}

#dress > div {
	max-width: 980px;
	margin: 28px auto 0;
	position: relative;
}
#dress .dress_tag {
	overflow: hidden;
	display: block;
	border: 1px solid #000;
	background: #f4f3f1;
	color: #666;
	position: relative;
	margin-bottom: 70px;
}
#dress .box_pt {
	float: left;
	margin: 0;
}
#dress .box_pt img {
	width: 100%;
	height: auto;
}
#dress .dress-txt-cont {
	float: right;
	width: calc(100% - 490px);
	padding: 27px 40px 0;
	box-sizing: border-box;
}
#dress h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	margin-bottom: 8px;
}
#dress h3 span {
	font-size: 12px;
	display: block;
}
#dress .dress_place {
	margin: 9px 0 4px 0;
}
#dress .dress_btn {
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	width: 229px;
	line-height: 56px;
	clear: both;
	margin: 23px auto 0;
	display: block;
	background-size: 200% 100%;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(225, 125, 125, 1) 50%);
	background-image: linear-gradient(to right, transparent 50%, rgba(225, 125, 125, 1) 50%);
	-webkit-transition: background-position 1.2s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	transition: background-position 1.2s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
#dress .dress_btn:hover {
	opacity: 1;
	background-position: -100% 100%;
}
#dress .view-more-btn {
	margin-top: 40px;
}
#dress .box_pt {
	width: 490px;
	overflow: hidden;
}
#dress .dress_txt {
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
#dress .dress_shop {
	font-size: 12px;
	line-height: 19px;
	margin-top: 25px;
	border-top: 1px solid #b5aca3;
}
#dress .dress_shop li {
	color: #000;
	padding: 20px 0;
	border-bottom: 1px solid #b5aca3;
}
#dress .dress_shop h4 {
	color: #e17d7d;
	font-size: 16px;
	font-weight: bold;
}
#dress .dress_shop address {
	margin: 10px 0;
}
#dress .dress_shop table th {
	font-weight: bold;
}
#dress .dress_shop thead th {
	padding-bottom: 5px;
}
#dress .dress_shop thead th {
	width: 75px;
}
#dress .cp_cssslider {
	padding: 109.4% 0 0;
}
#dress .cp_cssslider label {
	margin: 2px 0 0;
	width: calc((100% - 2px) / 4);
	padding-top: 27.35%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkkit-background-size: cover;
}
#dress .cp_cssslider label:nth-of-type(n+2) {
	margin-left: 2px;
}
#dress .cp_cssslider div {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	padding-top: 109.4%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkkit-background-size: cover;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
}
#dress .cp_cssslider input[name*="cp_switch"]:checked + label + div {
	opacity: 1;
}

@media(max-width:768px) {
	#dress {
		width: auto;
		margin: 25px 10px 27px;
	}
	#dress h2 {
		width: 45px;
		margin: 0 auto 13px;
	}
	#dress .dress_tag {
		margin-bottom: 17px;
	}
	#dress .dress-txt-cont {
		flex: none;
		width: 100%;
		padding: 15px 15px 25px;
	}
	#dress .box_pt {
		max-width: 100%;
		height: auto;
	}
	#dress > div {
		margin-top: 0;
	}
	.dress_txt {
		font-weight: 11px;
		line-height: 16px;
	}
	#dress h3 {
		text-align: center;
		font-size: 15px;
		line-height: 18px;
		margin: 20px 0;
	}
	#dress h3 span {
		font-weight: 10px;
	}
}

#bacis_info + .reservation {
	margin-top: 50px;
	margin-bottom: 50px;
}
#dress + .reservation {
	margin-top: 75px;
	margin-bottom: 115px;
}