<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■
　	挙式までの流れ用（/flow/）
　■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* ▼▼▼▼▼ ＰＣレイアウト : 1200 px以上。 ▼▼▼▼▼ */

.flow_tab {
	text-align: center;
}
.flow_tab a.blue,
.flow_tab a.gray {
	height: 70px;
	max-width: 290px;
	background-image: url(../img/common/icon_links_wr.png);
	background-size: 20px !important;
}
.flow_tab a.gray {
	background-image: url(../img/common/icon_links_gr.png);
}

.flow_tab a small {
	display: block;
	font-size: 70%;
}


/* ■■■■■■ STEP（.step） ■■■■■■ */

ul.step {
	text-align: center;
	font-size: 0;
	max-width: 800px;
	margin: 20px auto 40px;
}
ul.step li {
	display: inline-block;
	position: relative;
	width: 22%;
	margin: 0 0 0 4%;
	font-size: 14px;
	line-height: 1.3em;
	vertical-align: top;
	font-weight: bold;
}
ul.step li:before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	margin: 32% -5px 0;
	left: -10%;
	top: 0;
	border: solid #4d4d4d;
	border-width: 1px 1px 0 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.step li:first-child {
	margin-left: 0;
}
ul.step li:first-child:before {
	display: none;
}
ul.step li em {
	display: block;
	margin: 5px 0;
	color: #0aa0d2;
}
ul.step li p {
	text-align: left;
	font-size: 95%;
	margin: 5px 0 0;
	overflow: hidden;
	font-weight: normal;
}

/* ■■■■■■ 挙式までの流れ（挙式日前日まで）（.flow-before） ■■■■■■ */

figure.flow-image {
	position: relative;
	margin: 20px 0;
}
.flow-before .midasi3{
	font-weight: bold;
	color: #4d4d4d;
}
.flow-before article{
	margin: auto;
	padding: 140px 0 20px !important;
	margin-top: -100px;
	background: url(../img/flow/icon_arrow.png) no-repeat center 100px;
	clear: both;
}
.flow-before article:first-of-type{
	background: transparent;
	padding-top: 10px;
}
ul.w50 {
	overflow: hidden;
	margin: 0 0 20px;
}
ul.w50 li {
	width: 48.5%;
	float: left;
	margin-left: 3%;
}
ul.w50 li:first-child {
	margin-left: 0;
}
.flow-words h5{
	font-size: 110%;
	line-height: 1.2em;
	padding: 10px 0 5px;
	margin: 0 0 15px;
	border-bottom: 1px solid #9dd9ed;
}
.cancel_box{
	border: 2px solid #9dd9ed;
	padding: 15px 15px 15px 120px;
	margin: 20px 0;
	min-height: 80px;
	background: url(../img/flow/icon_cancel.png) no-repeat 10px 10px #ecf8fb;
	background-size: 85px;
}
.cancel_box h5{
	font-size: 110%;
	color: #0aa0d2;
	margin: 0 0 5px;
}

.float-image{
	position: relative;
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}
.float-image &gt; div{
	float: left;
	width: 53%;
}
.float-image &gt; figure{
	float: right;
	width: 45%;
}
.flow-before article:nth-of-type(2n+1) .float-image &gt; div{
	float: right;
}
.flow-before article:nth-of-type(2n+1) .float-image &gt; figure{
	float: left;
}

.goto_hawaii {
	background: url(../img/flow/icon_flight.png) no-repeat center top;
	background-size: 100px;
	padding: 60px 0 0;
	margin: 20px auto;
	max-width: 600px;
	text-align: center;
}
.goto_hawaii p {
	padding: 10px;
	border: 1px solid #6cc6e4;
	font-weight: bold;
	font-size: 180%;
	line-height: 1.3em;
	color: #0aa0d2;
	border-radius: 40px;
}

.flow-midasi {
	position: relative;
	margin: 20px auto;
	max-width: 220px;
	background: #4d4d4d;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 115%;
	color: #fff;
}
.flow-midasi:before {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	left: -50px;
	background: url(../img/flow/midasi_l.png) no-repeat right top;
	background-size: auto 100%;
}
.flow-midasi:after {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	right: -50px;
	background: url(../img/flow/midasi_r.png) no-repeat left top;
	background-size: auto 100%;
}
.flow-midasi.blue {
	background-color: #0aa0d2;
}
.flow-midasi.blue:before {
	background: url(../img/flow/midasi_bl.png) no-repeat right top;
}
.flow-midasi.blue:after {
	background: url(../img/flow/midasi_br.png) no-repeat left top;
}

.flow-image .flow-midasi ,
.flow-after &gt; .flow-midasi{
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-z-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.flow-after{
	background: #e6f5fa;
	position: relative;
	margin: 50px 0 30px;
	padding: 40px 0 30px;
	counter-reset: after;
}
.flow-after .flow-words h5{
	padding: 5px 0;
}
.flow-after article{
	max-width: 960px;
}
.flow-after .flow-words h5:before{
	counter-increment: after;
	content: counter(after);
	display: inline-block;
	width: 30px;
	height: 29px;
	padding: 1px 0 0;
	margin: -5px 5px -5px 0;
	text-align: center;
	font-size: 22px;
	line-height: 29px;
	color: #fff;
	background: #4d4d4d;
	border-radius: 51%;
}
nav.icon-flow{
	margin: 0 auto 30px;
	font-size: 0;
	text-align: center;
	counter-reset: icon;
}
nav.icon-flow a{
	position: relative;
	box-sizing: border-box;
	width: 120px;
	display: inline-block;
	margin: 25px 0 0 22px;
	border: 2px solid #84cfe8;
	font-size: 12px;
	line-height: 1.2em;
	border-radius: 10px;
	background: #fff;
	vertical-align: top;
}
nav.icon-flow a:hover{
	text-decoration: none;
}
nav.icon-flow a:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
nav.icon-flow a:hover p{
	background: #a4efff;
}
nav.icon-flow a:before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	margin: 40% -5px 0;
	left: -14%;
	top: 0;
	border: solid #4d4d4d;
	border-width: 1px 1px 0 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
nav.icon-flow a:first-child,
nav.icon-flow br + a{
	margin-left: 0;
}
nav.icon-flow a:first-child:before ,
nav.icon-flow br + a:before {
	display: none;
}
nav.icon-flow a:after {
	counter-increment: icon;
	content: counter(icon);
	position: absolute;
	display: block;
	width: 30px;
	height: 29px;
	padding: 1px 0 0;
	text-align: center;
	font-size: 22px;
	line-height: 29px;
	color: #fff;
	background: #4d4d4d;
	border-radius: 51%;
	top: -15px;
	left: -15px;
}
nav.icon-flow a p{
	background: #84cfe8;
	padding: 5px 0;
	text-align: center;
	height: 2.4em;
	color: #fff;
	border-radius: 0 0 7px 7px;
}
nav.icon-flow a p:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
nav.icon-flow a p &gt; span{
	display: inline-block;
	vertical-align: middle;
}

ul.line_bg{
	padding: 10px;
	background: url(../img/common/bg_line.png);
	margin: 15px 0;
	border-radius: 8px;
}
ul.line_bg li i{
	font-style: normal;
	color: #999;
}
ul.l_indent li u{
	font-style: normal;
	text-decoration: none;
	color: #84cfe8;
}

.annotation.movie{
	background: url(../img/flow/icon_movie.png) no-repeat center 15px, url(../img/top/bg_line.png);
	background-size: 55px , auto;
}
.annotation.movie &gt; div{
	position: relative;
	height: 0;
	padding-top: 56.25%;
	margin: 0 0 15px;
}
.annotation.movie &gt; div iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.rainy_links{
	display: table;
	margin: 30px -30px;
	border-spacing: 30px 0;
	table-layout: fixed;
}
.rainy_links &gt; a{
	position: relative;
	display: table-cell;
	width: 48%;
	padding: 10px 10px 35px;
	background: #fff;
	border: 1px solid #6cc6e4;
	border-radius: 8px;
	overflow: hidden;
	color: #4d4d4d;

}
.rainy_links &gt; a:hover{
	text-decoration: none !important;
}
.rainy_links &gt; a &gt; span{
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	width: -webkit-calc(100% - 75px);
	width: calc(100% - 75px);
	line-height: 1.4em;
}
.rainy_links &gt; a &gt; img{
	vertical-align: middle;
}
.rainy_links &gt; a &gt; span strong{
	display: block;
	font-size: 110%;
	color: #0aa0d2;
	margin: 0 0 10px;
}
.rainy_links &gt; a &gt; span small{
	display: block;
	font-size: 90%;
	margin: -5px 0 5px;
}

.rainy_links &gt; a &gt; em{
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 3px 10px;
	background: #6cc6e4;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
.rainy_links &gt; a &gt; em:after{
	content: " ＞";
}
.rainy_links &gt; a &gt; em b{
	color: #ffff6f;
}

/* ▼▼▼▼▼ タブレットレイアウト : 800 px ～ 1200 px。ＰＣレイアウトからスタイルを継承。 ▼▼▼▼▼ */
@media only screen and (max-width: 1200px){

}

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

}

/* ▼▼▼▼▼ モバイルレイアウト : 799 px およびそれ以下。ＰＣレイアウトからスタイルを継承。 ▼▼▼▼▼ */
@media only screen and (max-width: 799px){
	.flow_tab {
		margin: 20px 10px;
	}
	.flow_tab a.blue,
	.flow_tab a.gray {
		height: 50px;
		max-width: none;
		display: block;
		width: auto;
	}

	/* ■■■■■■ STEP（.step） ■■■■■■ */
	ul.step{
		margin: 20px 10px 40px;
	}
	ul.step li:first-child ,
	ul.step li {
		display: block;
		width: auto;
		margin: 20px 0;
		text-align: left;
	}
	ul.step li img{
		float: left;
		width: 30%;
		margin: 0 10px 0 0;
	}
	ul.step li:after {
		content: "";
		display: block;
		width: auto;
		height: 0;
		clear: both;
	}

	ul.step li:before {
		margin: 0 -5px;
		left: 50%;
		top: -20px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	ul.step li p {
		font-size: 90%;
	}

	.float-image{
		overflow: visible;
	}
	.float-image &gt; div,
	.float-image &gt; figure,
	.flow-before article:nth-of-type(2n+1) .float-image &gt; div,
	.flow-before article:nth-of-type(2n+1) .float-image &gt; figure{
		float: none;
		width: auto;
	}
	.float-image &gt; figure{
		margin-top: 0;
	}
	.float-image &gt; figure{
		margin: 10px 0;
	}
	.flow-before article{
		padding: 30px 0 0 !important;
		background-size: 30px;
		background-position: center top;
		margin-top: 0;
	}
	nav.icon-flow a,
	nav.icon-flow br + a{
		width: 31%;
		margin: 3.5% 0 0 3.5%;
	}
	nav.icon-flow a:nth-of-type(3n+1){
		margin-left: 0;
	}
	nav.icon-flow br + a:before {
		display: block;
	}
	nav.icon-flow &gt; br,
	nav.icon-flow a:nth-of-type(3n+1):before {
		display: none;
	}
	nav.icon-flow a:after {
		width: 20px;
		height: 19px;
		font-size: 17px;
		line-height: 19px;
		top: -10px;
		left: -10px;
	}
	nav.icon-flow a:before {
		left: -10%;
	}

	nav.icon-flow a p{
		font-size: 12px;
	}
	.flow-after{
		padding: 20px 0 0;
	}
	.flow-after .flow-before{
		margin-bottom: 0;
	}
	.flow-after .flow-words h5{
		padding-left: 25px;
		text-indent: -25px;
	}
	.flow-after .flow-words h5:before{
		width: 20px;
		height: 19px;
		margin: -2px 5px -2px 0;
		font-size: 17px;
		line-height: 19px;
		text-indent: 0;
	}
	.flow-words img[class*="mt"]{
		margin-top: 10px !important;
	}
	.rainy_links{
		display: block;
		margin: 5px 0;
		border-spacing: 0;
	}
	.rainy_links &gt; a{
		display: block;
		width: auto;
		margin: 15px 0;
	}
	.rainy_links &gt; a &gt; span{
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
	}
	.rainy_links &gt; a &gt; img{
		width: 55px;
	}
	.float-image + p{
		margin-top: -20px;
	}
	.float-image &gt; p.flow-midasi{
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 0;
		z-index: 2;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-z-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.goto_hawaii p {
		font-size: 160%;
	}
	.cancel_box{
		padding: 10px 10px 10px 55px;
		background-size: 40px;
	}

}

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

}

@media only screen and (max-width: 500px){
	nav.icon-flow a p{
		font-size: 11px;
	}

}

@media only screen and (max-width: 400px){
	nav.icon-flow a p{
		font-size: 10px;
	}
	.rainy_links &gt; a{
		padding: 5px 5px 30px;
	}
	.goto_hawaii p {
		font-size: 140%;
	}

}

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

}

@media only screen and (orientation:portrait) {

}
</pre></body></html>