@charset "utf-8";
@media only screen and (min-width:641px) {
	.sp:not(#_) {
		display: none;
	}
}
@media only screen and (max-width:640px) {
	.pc:not(#_) {
		display: none;
	}
}

body {
    color: #4d4d4d;
}

.section .textArea:first-child {
	padding-top: 0;
}

.ribbon {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0;
	color: #fff;
    font-weight: 700;
	line-height: 1.25;
}
.ribbon__main {
	display: block;
	position: relative;
	z-index: 1;
	padding: 0.5em 2.5em;
	background: #b91a0e;
}
.ribbon__main::before,
.ribbon__main::after {
	position: absolute;
	left: 2px;
	z-index: -1;
	width: calc(100% - 4px);
	height: 1px;
	background: #fff;
	content: '';
}
.ribbon__main::before {
	top: 4px;
}
.ribbon__main::after {
	bottom: 4px;
}



/* main-photo */
.main-photo {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 80px 0 0;
}
.main-photo img {
	display: block;
	max-width: 100%;
}
.main-photo__image {
	padding: 20px;
	background: #f0ece3;
}



/* main */
.main {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	padding: 48px 20px 0;
	text-align: center;
}
.main__title {
	font-size: 2rem;
	line-height: 1.25;
}
.main__title span {
	display: inline;
	margin: 0 0.125em;
	padding: 0 0.25em;
	background: linear-gradient(transparent 64%, #ffe1e6 64%, #ffe1e6 90%, transparent 90%);
}
.main__text {
	padding-top: 1em;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
	text-align: center;
}
.main__ribbon {
	margin-top: 10px;
    font-size: 1.6rem;
}

.tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 24px;
	font-size: 1.25rem;
	line-height: 1.25;
}
.tags__item {
	display: flex;
	align-items: center;
	margin: 5px;
	padding: 0.125em 0.5em;
	background: #f0ece3;
}
[class*="tags__icon"] {
	margin-right: 0.25em;
}
[class*="tags__icon"]::before {
	display: block;
	width: 1.25em;
	height: 1.25em;
	background-color: #be9b53;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	content: '';
}
.tags__icon--tasting::before {
	-webkit-mask-image: url(../img/share/icon-tasting.svg);
	mask-image: url(../img/share/icon-tasting.svg);
}
.tags__icon--try::before {
	-webkit-mask-image: url(../img/share/icon-try.svg);
	mask-image: url(../img/share/icon-try.svg);
}
.tags__icon--privilege::before {
	-webkit-mask-image: url(../img/share/icon-privilege.svg);
	mask-image: url(../img/share/icon-privilege.svg);
}
.tags__icon--consultation::before {
	-webkit-mask-image: url(../img/share/icon-consultation.svg);
	mask-image: url(../img/share/icon-consultation.svg);
}
.tags__icon--first::before {
	width: 1em;
	-webkit-mask-image: url(../img/share/icon-first.svg);
	mask-image: url(../img/share/icon-first.svg);
}
.tags__icon--time::before {
	-webkit-mask-image: url(../img/share/icon-time.svg);
	mask-image: url(../img/share/icon-time.svg);
}



/* weddingpark-award */
.weddingpark-award {
	padding-top: 100px;
}
.weddingpark-award__top {
	width: 80%;
	max-width: 460px;
	margin: 0 auto;
}
.weddingpark-award__top img {
	width: 100%;
}
.weddingpark-award__text {
	width: 100%;
	max-width: 1120px;
	margin: 40px auto 0;
	padding: 0 20px;
	text-align: center;
}
.weddingpark-award__text p {
	text-align: center;
	font-size: 1rem;
}
.weddingpark-award__text p + p {
	margin-top: 1em;
}
.weddingpark-award__text p strong {
	font-size: 1.125em;
}
.weddingpark-award__banner {
	width: 100%;
	max-width: 840px;
	margin: 40px auto 0;
	padding: 0 20px;
}
.weddingpark-award__banner img {
	width: 100%;
}
.weddingpark-award__link {
	width: 100%;
	padding: 0;
	background: #3d2b05;
	border-color: #3d2b05;
	color: #fff;
}
.weddingpark-award__link:hover {
	color: #fff;
	background: #c99b40;
	border-color: #c99b40;
}
.weddingpark-award__link p {
	padding: 0.625em 0.1em;
	text-align: center;
}

.weddingpark__policy {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 840px;
	margin: 40px auto 0;
	padding: 0 20px;
}
.weddingpark__policy--link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 1em 3em;
	background: #fef5f5;
	border-radius: 5px;
	font-size: 1rem;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
}
.weddingpark__policy--link::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 1.125em;
	width: 0.75em;
	height: 0.75em;
	background-color: #e5004f;
	-webkit-mask-image: url(../img/share/icon-external.png);
	mask-image: url(../img/share/icon-external.png);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	content: '';
	transform: translate(0, -50%);
}
.weddingpark__policy--link .link__main {
	color: #e5004f;
}
.weddingpark__policy--link .link__small {
	font-size: 0.9em;
}
.weddingpark__policy--link .link__sub {
	margin-top: 0.5em;
	font-size: 0.75em;
}
.weddingpark__policy--link:hover {
	background: #f4bbcd;
}

@media only screen and (max-width:640px) {
	.weddingpark-award__text p {
		font-size: 1.375rem;
	}
	.weddingpark__policy--link {
		font-size: 1.25rem;
	}
}



/* reason */
.reason {
    width: 100%;
	max-width: 1280px;
	margin: 0 auto;
    padding: 100px 0 0;
}
.reason__title {
	width: 100%;
	color: #be9b53;
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
}
.reason__title + .reason__list {
	margin-top: 32px;
}
.reason__item {
    width:100%;
    margin: 0 auto;
    padding:0;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	background: #f0ece3;
}
.reason__image {
	display: flex;
	align-items: center;
    max-width: 50%;
}
.reason__image img {
	width: 100%;
}
.reason__textarea {
	display: flex;
	flex-direction: column;
	justify-content: center;
    width: 50%;
    padding: 32px 5% 48px;
	background: #fff;
}
.reason__item--title {
	margin-top: 1.25rem;
    font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
    position:relative;
}
.reason__item--text {
    width:100%;
    margin: 10px 0 0;
	font-size: 1rem;
}
.reason__item--text a {
	display: inline-block;
	line-height: 1.5;
}
.reason__item--text a .link__sub {
	font-size: 0.8em;
}
.reason__category {
	display: flex;
	align-items: center;
}
.reason__item--text + .reason__category {
	margin-top: 32px;
}

.reason__category--title + .reason__award-batch,
.reason__award-batch + .reason__category--title {
	margin-left: 20px;
}
.reason__category--title {
	display: block;
    color: #be9b53;
    font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.25;
    content: '';
}
.title-1 {
    color: #be9b53;
    font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.25;
	margin-left: 0;
}
.title-2 {
    color: #be9b53;
    font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.25;
	margin-left: 0;
	margin-top: 60px;
}
.reason__award-batch {
	display: flex;
}
.reason__award-batch img {
	width: 80px;
	transition: transform 0.3s;
}
.reason__award-batch img:hover {
	transform: scale(1.4);
}
.reason__award-batch li + li {
	margin-left: 8px;
}

@media only screen and (min-width:641px){
    .reason__item:nth-child(2n) .reason__image {
		order:2;
	}
    .reason__item:nth-child(2n) .reason__textarea {
		order:1;
	}
}
@media only screen and (max-width:640px){
    .reason__item {
		justify-content:center;
		background: none;
    }
	.reason__item + .reason__item {
        margin: 80px 0 0;
	}
    .reason__image {
        max-width:90%;
    }
    .reason__textarea {
        width:80%;
        padding: 1.25rem 0 0;
    }
	.reason__item--text {
        font-size: 1.375rem;
    }
	.reason__award-batch img {
		width: 100px;
	}
}



/* tokuten */
.tokuten {
	margin-top: 100px;
}
.tokuten .inner {
	padding: 48px 20px;
	background: #f0ece3;
}
.tokuten__title {
	width: 100%;
	color: #be9b53;
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
}
.tokuten__title::after {
	display: block;
	width: 1em;
	height: 0;
	margin: 16px auto;
	border-top: 1px solid currentColor;
	content: '';
}
* + .tokuten__title {
	margin-top: 48px;
}

.tokuten__list--wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.tokuten__list {}
.tokuten__item {
	display: flex;
    font-size: 1.25rem;
	line-height: 1.5;
}
.tokuten__item + .tokuten__item {
	margin-top: 0.5em;
}
.tokuten__item.etc {
	justify-content: flex-end;
}
.tokuten__item--number {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2em;
	height: 2em;
	margin-right: 1em;
	background: #be9b53;
	border-radius: 49%;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
}
.tokuten__item--text {
	flex: 1;
	padding-right: 1em;
	text-align: left !important;
}
.tokuten__item--image {
	width: 40%;
}
.tokuten__item--image img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.tokuten__image--vertical img {
	max-width: 60%;
}

.tokuten__caution--wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 1.125em;
	font-size: 1rem;
}
.tokuten__caution {}
.tokuten__caution li {
	text-align: left;
}
@media only screen and (min-width:641px) {
	.tokuten .inner {
		max-width: 800px;
	}
}
@media only screen and (max-width:640px) {
	.tokuten__item {
		font-size: 1.375rem;
	}
	.tokuten__item--image {
		width: 36%;
	}

	.tokuten__caution--wrap {
		font-size: 1.25rem;
	}
}



/* contact */
.contact {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	padding: 64px 20px 0;
}
.main + .contact {
	padding-top: 40px;
}
.contact a.btn {
	width: 100%;
	margin-top: 0;
	padding: 1em 0 0.75em;
	background: #000;
	border-radius: 5px;
	color: #fff;
	font-size: 1rem;
}
.contact a.btn:hover {
	background: #fff;
	color: #222;
}

@media only screen and (max-width:640px) {
	.contact a.btn {
		font-size: 1.25rem;
	}
}

