@charset "utf-8";
/* ------------------------------- */
/* produce_miraiwedding CSS
/* ------------------------------- */

#page-title {
    background-image: url("../img/produce/pagetitle_stories.jpg");
}

/* page-intro --------------------------------------*/
.intro-box {
	padding: 10px 45px;
}
.intro-box:first-child {
	border-right: 2px solid #eaeaea;
}
.intro-box:last-child {
	border-left: 2px solid #eaeaea;
}
.intro-ttl {
	display: block;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}
.intro-ttl:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    background-color: #fff;
    transform: rotate(135deg);
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -4px;
}
.intro-ttl span {
	display: block;
	text-align: center;
}
.intro-box .intro-text {
	line-height: 1.9em;
	text-align: left !important;
	color: #444;
}

@media (max-width: 768px) {
	.intro-box {
		padding: 0 15px;
		margin-bottom: 30px;
	}
}


/*		sec-produce
--------------------------------------*/
/* tagline */
@media (max-width: 1024px) {
	.sec-produce .c-tagline ul li:nth-child(1) {
		order: 1;
	}
	.sec-produce .c-tagline ul li:nth-child(2) {
		order: 4;
	}
	.sec-produce .c-tagline ul li:nth-child(3) {
		order: 2;
	}
	.sec-produce .c-tagline ul li:nth-child(4) {
		order: 3;
	}
}
.sec-produce .c-tagline ul li.active a:last-child span:before {
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -35px;
	z-index: 1;
}

/* コンテンツ枠 */
.sec-produce .c-wrap {
	background-color: rgba(246,246,246,1);
}

/* リスト枠 */
.sec-produce .c-wrap .list-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	margin-bottom: 30px;
}
.sec-produce .c-wrap .list-wrap .list-item {
	width : 33.33333%;
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	box-sizing: border-box;
	padding: 0 1.5% 3%;
	position: relative;
}

@media (max-width: 768px) {
	.sec-produce .c-wrap .list-wrap {
		justify-content: left;
	}
	.sec-produce .c-wrap .list-wrap .list-item {
		width : 50% !important;
		padding: 0 1.5% 3%;
	}
}
@media (max-width: 480px) {
	.sec-produce .c-wrap .list-wrap .list-item {
		width : 100% !important;
		padding-bottom: 30px;
	}
}

.sec-produce .c-wrap .list-wrap .list-item a .img-item {
	display: block;
	position: relative;
}
.sec-produce .c-wrap .list-wrap .list-item a .img-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	z-index: 1;
}
.sec-produce .c-wrap .list-wrap .list-item a:hover .img-item:before {
	transition: all 0.6s ease-in-out;
	opacity: 1;
}
.sec-produce .c-wrap .list-wrap .list-item a .img-item .txt-more {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}
.sec-produce .c-wrap .list-wrap .list-item a .img-item .txt-more i {
	display: block;
	position: relative;
	width: 11px;
	height: 11px;
	margin: 0 auto 5px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	transform: translateY(-10px);
	opacity: 0;
}
.sec-produce .c-wrap .list-wrap .list-item a:hover .img-item .txt-more i {
	transition: all 0.6s ease-in-out;
	transform: translateY(0px);
	opacity: 1;
}
.sec-produce .c-wrap .list-wrap .list-item a .img-item .txt-more i:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
}
.sec-produce .c-wrap .list-wrap .list-item a .img-item .txt-more i:after {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 1px;
    height: 100%;
    background: #fff;
    display: block;
}
.sec-produce .c-wrap .list-wrap .list-item a .img-item .txt-more span {
	display: block;
	transform: translateY(10px);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	opacity: 0;
	font-weight: 100;
	letter-spacing: 0.08em;
}
.sec-produce .c-wrap .list-wrap .list-item a:hover .img-item .txt-more span {
    transition-delay: 0.1s;
    transition: all 0.6s ease-in-out;
	transform: translateY(0px);
	opacity: 1;
}
.sec-produce .c-wrap .list-wrap .list-item a .img-item .img {
	display: block;
	overflow: hidden;
}
.sec-produce .c-wrap .list-wrap .list-item a .img-item .img img {
	width: 100%;
	max-width: inherit;
	height: auto;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.sec-produce .c-wrap .list-wrap .list-item a:hover .img-item .img img {
	-webkit-transform: rotate(2deg) scale(1.05);
	transform: rotate(2deg) scale(1.05);
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.sec-produce .c-wrap .list-wrap .list-item .txt-wrap {
	padding: 20px 0px;
	text-align: center;
}
@media (max-width: 768px) {
	.sec-produce .c-wrap .list-wrap .list-item .txt-wrap {
		padding: 10px 0px;
	}
}
.sec-produce .c-wrap .list-wrap .list-item .txt-wrap p {
	display: block;
	text-align: center;
}
.sec-produce .c-wrap .list-wrap .list-item .txt-wrap .ttl {
	color: #222;
	letter-spacing: 0.03em;
	line-height: 1.1em;
}
.sec-produce .c-wrap .list-wrap .list-item .txt-wrap .place {
	color: rgba(0,0,0,0.5);
	letter-spacing: 0.1em;
}


@media (max-width: 768px) {
}


/*		.wedding-halls
--------------------------------------*/


/*		.c-wrap
--------------------------------------*/
.sec-produce .c-wrap {
	overflow: hidden;
}
/*		.sec-bnft
--------------------------------------*/
.sec-produce .c-wrap .sec-bnft {
	border-bottom: 1px solid rgba( 0, 0, 0, 0.15);
}

.sec-produce .c-wrap .sec-bnft .ttl-bnft {
	width: 100%;
}

.sec-produce .c-wrap .sec-bnft .ttl-bnft span.block {
	display: block;
}

@media (max-width:480px) {
	.sec-produce .c-wrap .sec-bnft .list-bnft span.block {
		display: inline;
	}
}

/* .list-bnft */
.sec-produce .c-wrap .sec-bnft .list-bnft {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	font-size: 0;
}

.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft {
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	width: 240px;
	height: 240px;
	overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
}

.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft:last-child {
    margin-right: 0;
}

.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft .initial {
	width: 100%;
	height: 100%;
	border: 5px solid #ebbfb0;
	position:relative;
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft:hover .initial {
	opacity: 0;
}

.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft .initial .txt-bnft {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft .example {
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #333333;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft:hover .example {
	opacity: 1;
}


.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft .example-box {
	position: relative;
	width: 100%;
	height: 100%;
}

.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft .example-box .txt-bnft {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft .example .bnft-arrow {
	display: block;
	width: 1px;
	height: 13px;
	background-color: #fff;
	position: relative;
	margin: 5px auto;
}

.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft .example .bnft-arrow:before {
	content: "";
	display: block;
	width: 9px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 3px;
	left: -1px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft .example .bnft-arrow:after {
	content: "";
	display: block;
	width: 9px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 3px;
	right: -1px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft p,
.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft span  {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;	
}

.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft span  {
	vertical-align: baseline;
}

.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft .impact {
	color: #ebbfb0;
}

@media (max-width: 1199px) {
	.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft {
		width: 220px;
		height: 220px;
	    margin-right: 20px;
	}
}

@media (max-width: 991px) {
	.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft {
		display: inline-block;
		width: 49%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft:nth-child(2n) {
		margin-right: 0;
		margin-left: 1%;
	}
}

@media (max-width: 768px) {
	.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft .initial .txt-bnft {
		padding: 0 10px;
	}

}

@media (max-width: 480px) {
	.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft:hover .initial {
		opacity: 1;
		border-color: #333;
	}
	.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft:hover {
		z-index: +1;
	}
	.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft {
		/*width: 100%;
		height: 220px;*/
		margin-top: -5px;
		margin-right: 0;
		margin-bottom: 0;
		height: 190px;
	}
	.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft:nth-child(2n) {
		/*margin-left: 0;*/
		margin-left: -5px;
	}
	.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft:first-child {
		/*margin-top: 0;*/
	}
	.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft .initial .txt-bnft {
		padding: 0 1%;
	}
	.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft p, 
	.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft span {
		transform: scale(0.88);
		letter-spacing: 0.0025em;
	}
	.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft p.pt10 {
		padding-top: 0px;
	}
	.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft p.pb10 {
		padding-bottom: 0px;
	}
	.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft p.mb20 {
		margin-bottom: 7px;
	}
	.sec-produce .c-wrap .sec-bnft .list-bnft .box-bnft p.mb40 {
		margin-bottom: 10px;
	}
	
}


/*		.wrap-place
--------------------------------------*/

.sec-produce .c-wrap .sec-place .list-wrap .list-item .info-item dt {
	color: #aaa;
}

.sec-produce .c-wrap .sec-place .list-wrap .list-item .img-item {
	position: relative;
}


/* .label-mirai */
.sec-produce .c-wrap .label-mirai {
	display: inline-block;
	width: 125px;
	line-height: 1.6;
	vertical-align: baseline;
	color: #fff;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
	letter-spacing: 0.075em;
	background-color: #62accf;
	margin-right: 7px;
}

.sec-produce .c-wrap .sec-place .list-wrap .list-item .img-item .label-mirai {
	display: block;
	position: absolute;
	right: 0;
	bottom: -10px;
	z-index: 1;
	margin-right: 0;
}

.sec-produce .c-wrap .sec-place .list-wrap .list-item .img-item img {
	background-size: cover;
	background-position: center center;
}

.sec-produce .c-wrap .sec-place .list-wrap .list-item .txt-item{
	padding: 30px 20px;
}

.sec-produce .c-wrap .sec-place .list-wrap .list-item .txt-item .ttl-item span{
	vertical-align: baseline;
	margin-left: 10px;
}


@media (max-width: 1199px) {
	.sec-produce .c-wrap .sec-place .list-wrap .list-item .txt-item .ttl-item span {
		display: block;
		margin-left: 0;
	}	
}

@media (max-width: 991px) {
	.sec-produce .c-wrap .sec-place .list-wrap .list-item .txt-item {
		padding: 30px 0px;
	}
}

.sec-produce .c-wrap .sec-place .list-wrap .list-item a .txt-item .detail {
	position: relative;
	text-align: right;
	width: 120px;
	margin-right: 0;
	margin-left: auto;
}

.sec-produce .c-wrap .sec-place .list-wrap .list-item a .txt-item .detail:before {
	display: block;
	content: "";
	width: 50px;
	height: 1px;
	background-color: #000;
	position: absolute;
	right: 67px;
	top: 50%;
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sec-produce .c-wrap .sec-place .list-wrap .list-item a:hover .txt-item .detail:before {
	width: 30px;
}


@media (max-width: 480px) {
	.sec-produce .c-wrap .sec-place .list-wrap .list-item .txt-item .ttl-item.mb30 {
		margin-bottom: 10px;
	}
	.sec-produce .c-wrap .sec-place .list-wrap .list-item .info-item.mb20 {
		margin-bottom: 5px;
	}
	.sec-produce .c-wrap .sec-place .list-wrap .list-item .info-item dd.mb20 {
		margin-bottom: 10px;
	}
	.sec-produce .c-wrap .sec-place .list-wrap .list-item .info-item dd:last-child.mb20 {
		margin-bottom: 0;
	}
	.sec-produce .c-wrap .sec-place .list-wrap .list-item .txt-item {
		padding: 10px 0px;
	}
	.sec-produce .c-wrap .sec-place .list-wrap .list-item a .txt-item .detail {
		width: 100%;
    	padding-right: 30px;
	}
	.sec-produce .c-wrap .sec-place .list-wrap .list-item a .txt-item .detail:before {
		right: 0;
    	left: 0;
    	width: calc(100% - 110px);
	}
	.sec-produce .c-wrap .sec-place .list-wrap .list-item a:hover .txt-item .detail:before {
		width: calc(100% - 110px);
	}
	
	/*.sec-produce .c-wrap .sec-place .list-wrap .list-item a:hover .txt-item .detail:before {
		width: 30px;
	}*/
	.sec-produce .c-wrap .sec-place .list-wrap .list-item a .txt-item .detail:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -2px;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 6px;
		height: 6px;
		border: solid #000;
		transform: rotate(45deg);
		border-width: 1px 1px 0 0;
	}
}

/* .pager
--------------------------------------*/
.sec-produce .c-wrap .pager-area .pager {
	margin-right: 0;
	margin-left: auto;
}

.sec-produce .c-wrap .pager-area .txt-label {
	line-height: 60px;
}

@media (max-width: 991px) {
	.sec-produce .c-wrap .pager-area .pager {
		margin-bottom: 30px;
	}
	.sec-produce .c-wrap .pager-area .txt-label {
		line-height: 1.6;
		margin:0 15px;
	}	
}

/* .othr-loca
--------------------------------------*/
.sec-produce .c-wrap .othr-loca {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	padding-right: 15px;
	padding-left: 15px;
}

.sec-produce .c-wrap .othr-loca .othr-ttl {
	display: block;
	width: 100%;
	color: #222;
	opacity: 0.8;
}

/* .ban-mirai
--------------------------------------*/
.sec-produce .ban-mirai {
	width: 100%;
	height: 170px;
	background-color: #e8f4fa;
	position: relative;
}

.sec-produce .ban-mirai a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.sec-produce .ban-mirai:hover {
	opacity: 0.8;
}

.sec-produce .ban-mirai .ttl-box .logo-mirai {
	height: 38px;
}

/* line */
.sec-produce .ban-mirai:before,
.sec-produce .ban-mirai:after {
	content: '';
	display: block;
	width: 100%;
	height: 14px;
	background-color: #d8eaf3;
	opacity: 1;
	position: absolute;
}

.sec-produce .ban-mirai:before{
	top: 0;
	left: 0;
}

.sec-produce .ban-mirai:after{
	bottom: 0;
	right: 0;
}

/* bg-img */
.sec-produce .ban-mirai a:before,
.sec-produce .ban-mirai a:after {
	content: '';
	display: block;
	width: 100%;
	height: 170px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
}
.sec-produce .ban-mirai a:before {
	background-image: url("../img/produce/mirai-banimg01.png");
	background-position: left top;
	top: 0;
	left: 0;
}
.sec-produce .ban-mirai a:after {
	background-image: url("../img/produce/mirai-banimg02.png");
	background-position: right bottom;
	top: 0px;
	right: -18px;
}

.sec-produce .ban-mirai .ttl-box {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 100%;
	height: 60px;
}

@media (max-width: 1199px) {
	.sec-produce .ban-mirai a:before {
		left: -120px;
	}
	.sec-produce .ban-mirai a:after {
		right: -138px;
	}
}

@media (max-width: 991px) {
	.sec-produce .ban-mirai a:before {
		left: -200px;
	}
	.sec-produce .ban-mirai a:after {
		right: -218px;
	}	
}

@media (max-width: 768px) {
	.sec-produce .ban-mirai .ttl-box .logo-mirai {
		height: 35px;
	}
	.sec-produce .ban-mirai a:before {
		left: -270px;
	}
	.sec-produce .ban-mirai a:after {
		right: -288px;
	}	

}

@media (max-width: 480px) {
	#produce.page-listmiraiwedding .intro-box.box2 {
		display: none;
	}
	.sec-produce .ban-mirai .ttl-box .logo-mirai {
		height: 25px;
	}
	.sec-produce .ban-mirai a:before {
		left: -260px;
	}
	.sec-produce .ban-mirai a:after {
		right: -278px;
	}	

}

@media (max-width: 320px) {
	.sec-produce .ban-mirai a:before {
		left: -200px;
	}
	.sec-produce .ban-mirai a:after {
		right: -208px;
	}	

}

