@charset "utf-8";


/*=============================================
	
	共通
	
==============================================*/
.box_common {
	padding: 2.4em 2.4em 0;
	position: relative;
}
.box_common:before {
	content: "";
	width: 100%;
	height: 92%;
	position: absolute;
	top: 0;
	right: 0;
	background: #FFF;
}
.box_common .text {
	font-size: 1.3em;
	text-align: left;
	margin: 0 0 1.6em;
	position: relative;
}
.box_common .btn_layout {
	width: 100%;
	position: relative;
}
@media print, screen and (max-width: 768px) {
}

@media print, screen and (min-width: 769px) {
	.box_common {
		margin: -30px auto 0;
		width: 80%;
		padding: 30px 5%;
	}
	.box_common:before {
		height: 75%;
	}
	.box_common .text {
		font-size: 15px;
		text-align: center;
		margin: 0 0 30px;
	}
}

/*=============================================
	
	メインビジュアル
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#mv {
		position: relative;
	}
	#mv #crossfade {
		padding-top: 120%;
	}
	#mv #crossfade li {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: auto;
	}
	.transport_layout .guide{
		padding-bottom:2.4em !important;
	}
}

@media print, screen and (min-width: 769px) {
	#mv {
		position: relative;
		width: 100%;
	}
	#mv #crossfade {
		padding-top: 52%;
	}
	#mv #crossfade li {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: auto;
	}
}

/*=============================================
	
	トピックス
	
==============================================*/
#topics_wrap {
	position: relative;
}
#topics_wrap .swiper-button-prev, #topics_wrap .swiper-button-next {
	top: 34%;
	right: 5%;
}
#topics_wrap .swiper-button-prev {
	left: 5%;
}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	#topics_wrap .swiper-button-prev, #topics_wrap .swiper-button-next {
		top: 43%;
		right:16%;
	}
	#topics_wrap .swiper-button-prev {
		left:16%;
	}
}

/*=============================================
	
	ランキング アイコン 
	
==============================================*/

ul.ranking_icon {
	padding: 0 2.0em;
	margin: -3em 0 0;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
}
ul.ranking_icon li {
	width: 30%;
	margin: 0 1% 0;
}

@media print, screen and (min-width: 769px) {
	ul.ranking_icon {
		padding: 0 0;
		margin: -50px auto 0;
		width: 640px;
	}
	ul.ranking_icon li, ul.ranking_icon li.big {
		width: 160px;
		margin: 0 5px;
	}
}

/** 編集 アイコンレイアウト
ul.ranking_icon {
	background: #FCFCFC;
	padding: 3.0em 2.0em;
	margin: 0 0 2.4em;
	text-align: center;
}
ul.ranking_icon li {
	display: inline-block;
	width: 40%;
	margin: 0 2%;
}
ul.ranking_icon li.big {
	width: 55%;
	margin-bottom: 1.2em;
}

@media print, screen and (min-width: 769px) {
	ul.ranking_icon {
		padding: 40px 0;
		margin: 0 0 40px;
	}
	ul.ranking_icon li, ul.ranking_icon li.big {
		width: 240px;
		margin: 0 20px;
	}
}
**/

/*=============================================
	
	コンセプト
	
==============================================*/
	#concept_wrap {
		
	}
	#concept_wrap.bg_all:before {
		top: 40%;
		height: 60%;
	}
	#concept_wrap .visual {
		margin: 0;
	}
	#concept_wrap .visual li {
		margin: 0 0 1.2em;
		position: relative;
	}
	#concept_wrap .visual li h5 {
		position: absolute;
		left: 3%;
		bottom: 5%;
		color: #FFF;
		font-size: 3.2em;
		width: 90%;
		text-shadow: 0 0 3px #000;
		line-height: 1.4em;
	}
	#concept_wrap .visual li.pic02 h5 {
		right: 3%;
		left: auto;
		text-align: right;
	}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	#concept_wrap .visual {
		margin: 0;
		text-align: center;
	}
	#concept_wrap .visual li {
		display: inline-block;
		width: 33%;
		margin: 0 0 0;
		position: relative;
	}
	#concept_wrap .visual li h5, #concept_wrap .visual li.pic02 h5 {
		left: 50%;
		top: -20px;
		bottom: auto;
		margin-left: -45%;
		font-size: 24px;
		width: 90%;
		text-align: center;
	}
}

/*=============================================
	
	セレモニー
	
==============================================*/
	#ceremony_wrap {
		
	}
	#ceremony_wrap.bg_all:before {
		top: 40%;
		height: 60%;
	}
	#ceremony_wrap .visual {
		margin: 0 0 1.2em;
		text-align: center;
		position: relative;
	}
	#ceremony_wrap .visual li {
		display: inline-block;
		width: 31%;
		margin: 0 0.6% 0;
		position: relative;
	}
	#ceremony_wrap .visual .renewal {
		position: absolute;
		right: -10px;
		top: -55px;
		width: 25%;
	}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	#ceremony_wrap .visual {
		margin: 0;
		text-align: center;
	}
	#ceremony_wrap .visual li {
		display: inline-block;
		width: 33%;
		margin: 0 0 0;
		position: relative;
	}
	#ceremony_wrap .visual .renewal {
		right: -30px;
	    top: -100px;
	    width: 160px;
	}

}

/*=============================================
	
	バンケット
	
==============================================*/
	#banquet_wrap {
		
	}
	#banquet_wrap.bg_all:before {
		top: 40%;
		height: 60%;
	}
	#banquet_wrap .pic_all {
		margin: 0 0 1.2em;
		position: relative;
	}
	#banquet_wrap .pic_all .renewal {
		position: absolute;
		right: -10px;
		top: -55px;
		width: 25%;
	}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	#banquet_wrap .pic_all {
		margin: 0 0 0;
	}
	#banquet_wrap .pic_all .renewal {
		right: -30px;
	    top: -100px;
	    width: 160px;
	}

}

/*=============================================
	
	お料理・ドレス
	
==============================================*/
#double_wrap {
	
}
#double_wrap:before {
	content: none;
}
#double_wrap .container {
	width: 100%;
}
#double_wrap .double_detail {
		margin: 0 0 0;
		padding: 3.2em 0 1.6em;
		position: relative;
}
#double_wrap .double_detail:before {
		top: 40%;
		height: 60%;
}
#double_wrap .double_detail .pic_all {
	width: 90%;
	margin: 0 auto 1.2em;
	position: relative;
}
#double_wrap .double_detail .box_common {
	width: 76%;
	margin: 0 auto;
	padding: 2.4em 7%;
}
#double_wrap .double_detail .box_common:before {
	height: 80%;
}

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

}

@media print, screen and (min-width: 769px) {
	#double_wrap:before {
		content: "";
		top: 12%;
		height: 88%;
	}
	#double_wrap .container {
		width: 960px;
		text-align: center;
	}
	#double_wrap .double_detail {
		display: inline-block;
		width: 48%;
		margin: 0 0.5%;
		padding: 0;
	}
	#double_wrap .double_detail:before {
		content: none;
	}
	#double_wrap .double_detail .pic_all {
		width: 100%;
		margin: 0;
	}
	#double_wrap .double_detail .box_common {
		margin: -30px auto 0;
		width: 80%;
		padding: 30px 5%;
	}
	#double_wrap .double_detail .box_common:before {
		height: 74%;
	}

}


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

#loop_wrap {
	position: relative;
}
#loop_wrap:before {
	top: 12%;
	height: 88%;
}
#loop_wrap div.loop {
	background:url(/izumisano/img/index/loop.jpg);
	background-repeat: repeat-x;
	background-size: cover;
	width: 100%;
	height: 0;
	padding-top: 367px;
	-moz-animation: loop 50s linear infinite;
	animation: loop 50s linear infinite;
	margin: 0 0 0;
	position: relative;
	}

@keyframes loop {
 0% {background-position: 2000px 0;}
 25% {background-position: 1500px 0;}
 50% {background-position: 1000px 0;}
 75% {background-position: 500px 0;}
 100% {background-position: 0 0;}
}
 
@-moz-keyframes loop {
 0% {background-position: 2000px 0;}
 25% {background-position: 1500px 0;}
 50% {background-position: 1000px 0;}
 75% {background-position: 500px 0;}
 100% {background-position: 0 0;}
}
@media print, screen and (min-width: 769px) {
}

@media print, screen and (max-width: 768px) {
	#loop_wrap {
		position: relative;
		margin: 0 0 4.0em;
	}
	#loop_wrap:before {
		top: 40%;
		height: 60%;
	}
	#loop_wrap div.loop {
		background:url(/izumisano/img/index/loop.jpg);
	background-repeat: repeat-x;
	background-size: cover;
		padding-top: 50vh;
		margin: 0 0 0;
	}
	#loop_wrap .box_common {
		margin-top: -2.4em;
	}
	#loop_wrap .box_common:before {
		height: 84%;
	}
}


/*=============================================
	
	ムービー
	
==============================================*/
	#movie_wrap {
		
	}
	#movie_wrap.bg_all:before {
		top: 40%;
		height: 60%;
	}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	#movie_wrap {
		padding: 60px 0 60px;
	}
	#movie_wrap .youtube {
		width: 720px;
		margin: 0 auto;
		padding-top: 42.25%;
	}
}

/*=============================================
	
	みんなのW 口コミ BOX
	
==============================================*/
#mwed_comment_wrap {
	padding: 3em 0 1em;
}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	#mwed_comment_wrap {
		padding: 40px 0 10px;
	}
}



/*=============================================
	
	マップ
	
==============================================*/
	.transport_layout {
	}
	.transport_layout.bg_all:before {
		top: 25%;
		height: 75%;
	}
	.transport_layout .guide {
		text-align: center;
		background: #fff;
	}
	.transport_layout .guide::before{
		display: none !important;
	}
	.transport_layout .guide h5 {
		text-align: center;
		font-size: 2.0em;
	}
	.transport_layout .guide .icon {
		width: 40%;
		margin: 0 auto 1.6em;
	}
	.transport_layout .guide .route {
		font-size: 1.1em;
		text-align: left;
	}
	.transport_layout .guide .route span {
		font-size: 0.8em;
		color: #999;
	}
@media print, screen and (max-width: 768px) {
}

@media print, screen and (min-width: 769px) {
	.transport_layout {
		padding: 50px 0 60px;
		position: relative;
		text-align: center;
	}
	.transport_layout.bg_all:before {
		top: 20%;
		height: 80%;
	}
	.transport_layout .guide {
		text-align: center;
		display: inline-block;
		width: 40%;
		margin: 0 2%;
		padding: 30px 2%;
		min-height: 360px;
	}
	.transport_layout .guide h5 {
		text-align: center;
		font-size: 20px;
		margin: 0 0 30px;
	}
	.transport_layout .guide .icon {
		width: 100px;
		margin: 0 auto 30px;
	}
	.transport_layout .guide .route {
		font-size: 13px;
	}
	.transport_layout .guide .route span {
		font-size: 11px;
	}
}



/*=============================================
	
	google口コミ
	
==============================================*/

.greview{
	margin-bottom:40px;
}

.greview ul{
  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}
.greview ul li{
	width: 45%;
	border: solid 1px #ddd;
	background: #fff;
	border-radius: 1em;
	padding:1.5em;
	margin-bottom:1.5em;
}
.greview ul li h5{
	font-weight: bold;
	text-decoration: underline;
	color:#8eb0bf;
	font-size: 1.2em;
}
.greview ul li .hyoka{
	color:#FC6621;
	padding-bottom:0.5em;
}
@media print, screen and (max-width: 768px) {
	.greview ul li{ width:100%; }
	.greview .container{
		padding-top:2em;
	}
}
