@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	overflow: hidden;
}
#main .top-txt {
	margin: 0 1.5rem 2.2rem;
}
#main .message {
	margin-bottom: 1.6rem;
	padding: 6.9rem 0 3.8rem;
	position: relative;
	text-align: center;
	background: url(../img/message_bg.jpg) no-repeat center bottom/cover;
}
#main .message .line {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#main .message h2 {
	margin-bottom: 3.5rem;
	padding-bottom: 0;
	background: none;
}
#main .message p {
	line-height: 1.87;
}
#main .message p:not(:last-child) {
	margin-bottom: 2.8rem;
}
#main .recommend {
	padding: 3.8rem 0;
	background: #F7F7F3;
}
#main .recommend h2 {
	padding-bottom: 1.5rem;
}
#main .recommend .txtList li {
	padding: 0 0 1.4rem 2.6rem;
	line-height: 1.47;
	background: url(../img/icon_check.svg) no-repeat left 0.4rem/1.8rem auto;
}
#main .recommend .txtList li:last-child {
	padding-bottom: 0;
}
#main .recommend .txtList .bg-txt {
	display: inline;
	background: linear-gradient(to bottom, transparent 70%, #F1E6AB 30%);
	font-weight: 700;
}
#main .line01 {
	margin-bottom: 3.5rem;
}
#main .bg-sec {
	padding: 3rem 0 0;
	background: #E7EFF1;
}
#main .bg-sec .content {
	margin-bottom: 3.7rem;
	padding: 2.9rem 1.5rem 8.5rem;
	background-color: #fff;
	box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
}
#main .bg-sec .info-box {
	margin-bottom: 5.7rem;
	text-align: center;
}
#main .bg-sec .info-box .logo {
	margin-bottom: 0.7rem;
}
#main .bg-sec .info-box h2 {
	margin-bottom: 1.8rem;
	padding-bottom: 0;
	font-size: 1.8rem;
	background: none;
	letter-spacing: 0;
}
#main .bg-sec .info-box .photo {
	margin-bottom: 3.1rem;
}
#main .bg-sec .info-box .photo img {
	width: 100%;
}
#main .bg-sec .info-box h3 {
	margin-bottom: 0.4rem;
	color: #A58446;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.67;
}
#main .bg-sec .info-box p {
	line-height: 1.88;
}
#main .bg-sec .gallery h2 {
	margin-bottom: 2rem;
	background: none;
	position: relative;
	padding-bottom: 0;
}
#main .bg-sec .gallery h2:after {
	background-color: #B49355;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 3rem;
	height: 1px;
	transform: translateX(-50%);
}
#main .bg-sec .gallery h2 .en {
	color: #B49355;
	font-size: 3rem;
	line-height: 1.2;
}
#main .bg-sec .gallery .slide-box {
	margin-bottom: 7.3rem;
	position: relative;
}
#main .bg-sec .gallery .slide-box .slick-list {
	overflow: visible;
}
#main .bg-sec .gallery .slide-box .slick-slide {
	width: 31.5rem;
	position: relative;
	line-height: 0;
}
#main .bg-sec .gallery .slide-box .slick-slide img {
	width: 100%;
}
#main .bg-sec .gallery .slide-box .slick-slide:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	content: "";
}
#main .bg-sec .gallery .slide-box .slick-current:after {
	display: none;
}
#main .bg-sec .gallery .slide-box .prev,
#main .bg-sec .gallery .slide-box .next {
	position: absolute;
	cursor: pointer;
	top: 48.5%;
	left: 50%;
	width: 3.2rem;
	transition: .3s;
	margin-left: -17.4rem;
	z-index: 10;
}
#main .bg-sec .gallery .slide-box .next {
	margin-left: 14.3rem;
}
#main .bg-sec .gallery .slide-box .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -2.8rem;
	display: flex;
	justify-content: center;
	z-index: 10;
}
#main .bg-sec .gallery .slide-box .slick-dots li {
	margin: 0 0.95rem;
	width: 1rem;
	height: 1rem;
	cursor: pointer;
	transform: rotate(45deg);
	border-radius: 0;
	background-color: #CCE6EC;
}
#main .bg-sec .gallery .slide-box .slick-dots li button {
	display: none;
}
#main .bg-sec .gallery .slide-box .slick-dots li.slick-active {
	background-color: #226BA6;
}
#main .bg-sec .gallery .point-list li {
	display: flex;
	align-items: flex-start;
}
#main .bg-sec .gallery .point-list li:not(:last-child) {
	margin-bottom: 1.2rem;
}
#main .bg-sec .gallery .point-list .ttl {
	width: 6.6rem;
	height: 6.6rem;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 1.5rem 1rem;
	text-align: center;
	background-color: #226BA6;
	border-radius: 50%;
}
#main .bg-sec .gallery .point-list .ttl .large {
	display: block;
	font-size: 2.2rem;
}
#main .bg-sec .gallery .point-list .txt {
	margin: 0.8rem 0 0 1.2rem;
	color: #226BA6;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.86;
	flex: 1;
}
#main .bg-sec .gallery {
	margin-bottom: 5.3rem;
}
#main .bg-sec .cases .sub:not(:last-child) {
	margin-bottom: 4rem;
}
#main .bg-sec .cases {
	margin-bottom: 9rem;
}
#main .bg-sec .cases p {
	margin-bottom: 1.5rem;
	line-height: 1.88;
}
#main .bg-sec .cases .notes {
	font-size: 1.4rem;
}
#main .bg-sec .cases .photo-list {
	margin-top: -1rem;
}
#main .bg-sec .cases .photo-list li {
	width: calc(50% - 0.5rem);
	margin-top: 1rem;
}
#main .bg-sec .cases .photo-list img {
	width: 100%;
}
#main .bg-sec .case02 {
	margin-bottom: 0;
}
#main .bg-sec .case02 h2 {
	margin-bottom: 4.5rem;
}
#main .btn-line {
	margin: 3.3rem 1.5rem 3.8rem;
}
#main .btn-line a {
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	line-height: 1.47;
	text-align: center;
	border-radius: 0.4rem;
	background: #06C755 url(../img/arrow01.svg) no-repeat right 1.6rem center/3.2rem auto;
}
#main .btn-line a:hover {
	opacity: 0.7;
}
#main .contact {
	padding: 3.6rem 0;
	background: #e7eff1;
}
#main .contact h2 {
	padding-bottom: 2rem;
}
#main .contact .step-list {
	display: flex;
	padding-right: 0.8rem;
	margin-bottom: 2rem;
}
#main .contact .step-list li {
	width: 34%;
	position: relative;
	z-index: 1;
	color: #226ba6;
	font-size: 1.2rem;
	font-weight: 500;
	display: flex;
	height: 2.5rem;
	justify-content: center;
	align-items: center;
	padding: 0.3rem 0 0.4rem 1rem;
}
#main .contact .step-list li:first-child {
	width: 32%;
}
#main .contact .step-list li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 0.8rem);
	height: 100%;
	background-color: #fafafa;
	clip-path: polygon(0 0, calc(100% - 1.2rem) 0, 100% 50%, calc(100% - 1.2rem) 100%, 0 100%, 1.2rem 50%);
	z-index: -1;
}
#main .contact .step-list li:first-child:after {
	clip-path: polygon(0 0, calc(100% - 1.2rem) 0, 100% 50%, calc(100% - 1.2rem) 100%, 0 100%);
}
#main .contact .step-list li.active {
	color: #fff;
}
#main .contact .step-list li.active:after {
	background-color: #185585;
}
#main .contact .step-list li:first-child {
	padding-right: 0.6rem;
}
#main .contact .form-dl {
	margin-bottom: 2.5rem;
}
#main .contact dt {
	margin-bottom: 0.9rem;
	display: flex;
	color: #226BA6;
	font-size: 1.6rem;
	font-weight: 500;
	justify-content: space-between;
}
#main .contact dt span {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	display: inline-block;
	width: 4.4rem;
	padding: 0.3rem;
	background-color: #B49355;
	border-radius: 0.3rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#main .contact dt .any {
	background: #878684;
}
#main .contact dd {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	word-break: break-all;
}
#main .contact input[type="text"], #main .contact input[type="tel"], #main .contact input[type="email"], #main .contact select, #main .contact textarea {
	padding: 1rem 1.4rem;
	width: 100%;
	height: 6rem;
	color: #333;
	font-size: 1.6rem;
	border-radius: 0.4rem;
	background-color: #fff;
	border: 1px solid #D4D4D4;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}
#main .contact input::placeholder, #main .contact textarea::placeholder {
	color: #999;
	opacity: 1;
}
#main .contact .is-error input, #main .contact .is-error select, #main .contact .is-error textarea {
	border-color: #C35500;
}
#main .contact dd .notes {
	margin-top: 0.9rem;
	display: flex;
	line-height: 1.57;
	font-size: 1.4rem;
}
#main .contact dd .notes:before {
	margin-right: 0.5rem;
	display: inline-block;
	content: "※";
}
#main .contact dd .radio-list li:not(:last-child) {
	margin-bottom: 0.6rem;
}
#main .contact input[type="radio"] {
	display: none;
}
#main .contact input[type="radio"] ~ span {
	display: block;
	padding: 1.4rem 1.5rem 1.6rem 4.4rem;
	cursor: pointer;
	font-size: 1.4rem;
	border-radius: 0.4rem;
	background: #fff url(../img/radio_bg.png) no-repeat 1.4rem 1.4rem/2rem auto;
	border: 1px solid #D4D4D4;
}
#main .contact input[type="radio"] ~ span small {
	margin-top: 0.2rem;
	display: block;
	font-size: 1.2rem;
}
#main .contact input[type="radio"]:checked ~ span {
	background-image: url(../img/radio_on_bg.png);
}
#main .contact select, #main .contact input[type="text"].date {
	height: 5.4rem;
	padding-right: 4rem;
	background: #fff url(../img/select_bg.svg) no-repeat right 1.4rem center/1.6rem auto;
}
#main .contact textarea {
	height: 12rem;
	resize: vertical;
}
#main .contact .link {
	margin-bottom: 3rem;
}
#main .contact .link a {
	color: #2E5D83;
	font-size: 1.2rem;
	text-decoration: underline;
}
#main .contact .submit input {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 5rem;
	cursor: pointer;
	color: #fff;
	font-size: 1.6rem;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	transition: .3s;
	background: #B49355 url(../img/arrow01.svg) no-repeat right 2rem center/3.2rem auto;
	border-radius: 0.4rem;
}
#main .contact .error {
	font-size: 1.3rem;
	color: #C35500;
	font-weight: 500;
}
#main .contact .submit02 {
	margin-top: 4rem;
}
#main .contact .submit02 li {
	width: 48%;
}
#main .contact .submit02 input {
	padding-left: 3rem;
	justify-content: flex-start;
	text-align: left;
	background-color: #DEA842;
}
#main .contact .submit02 li:first-child input {
	padding-right: 3rem;
	text-align: right;
	background-color: #999;
	justify-content: flex-end;
	background-image: url(../img/arrow02.svg);
	background-position: left 2rem center;
}
#main .contact .thanks h3 {
	margin-bottom: 1.5rem;
	color: #226ba6;
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#main .contact .thanks p {
	margin-bottom: 2.8rem;
	font-size: 1.6rem;
	line-height: 1.88;
}
#main .contact .thanks p a {
	color: #226BA6;
	text-decoration: underline;
}
#main .contact .thanks .btn a {
	padding: 1.1rem;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	background-color: #2E5D83;
	border-radius: 0.4rem;
}
#main .contact .thanks .btn a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#main .contact .link a:hover {
		text-decoration: none;
	}
	#main .contact .submit input:hover {
		opacity: 0.7;
	}
	#main .bg-sec .gallery .slide-box .prev:hover, #main .bg-sec .gallery .slide-box .next:hover {
		opacity: 0.7;
	}
	#main .contact .thanks p a:hover {
		text-decoration: none;
	}
}

.c-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: -1;
  }
  .c-banner.show {
	z-index: 90;
	visibility: visible;
	opacity: 1;
  }
  .c-banner__inner {
	position: relative;
	min-height: 60px;
	background: rgb(24, 85, 133);
	background: -webkit-gradient(linear, left top, right top, from(rgb(24, 85, 133)), color-stop(50%, rgb(62, 138, 198)), to(rgb(24, 85, 133)));
	background: linear-gradient(90deg, rgb(24, 85, 133) 0%, rgb(62, 138, 198) 50%, rgb(24, 85, 133) 100%);
	max-width: 599px;
	margin: 0 auto;
	padding: 0 65px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	text-decoration: none;
  }
  .c-banner__inner:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 50px;
  }
  .c-banner__inner:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 16px;
	background: url(/wedding-present/img/icon-arrow-right.svg) no-repeat center/100%;
  }
  .c-banner__text {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.625;
	letter-spacing: 0.448px;
	text-align: center;
  }
  .c-banner__text span {
	display: block;
	font-size: 1.4rem;
	line-height: 1.572;
	letter-spacing: 0.392px;
  }