@charset "utf-8";

a:hover {
	opacity: 0.7;
}

/* --------------------------
main
---------------------------*/
main#bridal-main {
	padding-top: 74px;
	width: 100%;
	margin: 0 auto;
}

h2.h2-img {
	margin: 3% auto;
	line-height: 2;
	font-size: 12px;
	position: relative;
}

h2.h2-img img {
	height: 2vw;
}

a.seemore {
	display: block;
	font-size: 15px;
	color: #fff;
	border: 1px solid #d91b40;
	width: 11vw;
	padding: 1vw 4vw;
	border-radius: 8px;
	margin: 3% auto;
	background-color: #d91b40;
}

a.seemore:after {
	content: ">";
}

a.seemore:hover {
	background-color: #fff;
	color: #d91b40;
	border: 1px solid #d91b40;
}

section#top-section {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 91px;
}

section#main-section {
	position: relative;
	margin-top: 44vw;
	background-color: #fff;
	z-index: 1;
}

section#main-section>div p {
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 1.5;
}

/*------------------------
 top
-----------------------------*/
.top-introduction {
	position: relative;
	padding: 7vw 0 0;
}

.top-introduction .cta_area {
	margin: 0 auto 15px;
}

.top-introduction div.catchcopy {
	position: absolute;
	top: -5%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.top-introduction div.catchcopy img {
	width: 64vw;
}

.top-introduction p {
	padding: 70px 0 70px;
}

section#main-section p.intro {
	line-height: 2;
	font-size: 16px;
}

/* --------------------------
reservation-top
---------------------------*/
.reservation-top {
	margin: 0 auto 80px;
	font-size: 15px;
	background: #fbf5f2;
	padding: 50px 0;
	width: 90%;
	border-radius: 10px;
}

section#main-section>div.reservation-top p {
	font-size: 18px;
}

.insta_icon ul {
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
	justify-content: center;
}

.insta_icon ul li {
	margin: 10px 1%;
}

.insta_icon ul li a {
	border: 1px solid;
	border-radius: 10px;
	position: relative;
	box-shadow: 2px 2px #000;
	text-decoration: none;
	background: #fff;
	text-align: left;
	padding: 15px 23px 15px 55px;
	display: block;
	width: 9em;
}

.insta_icon ul li a:before {
	content: "";
	background: url(../images/icons_sns.png) center center / contain no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -20px;
}

.insta_icon ul li a:after {
	content: "▶︎";
	position: absolute;
	right: 10px;
}

.reservation-top a.insta:hover {
	top: 3px;
	box-shadow: none;
}

.research {
	width: 100%;
	margin: 7% auto;
	text-align: center;
}

/*------------------------
 campaign
-----------------------------*/
#campaign {
	position: relative;
	margin: 0 auto 6%;
}

/*-------------------------------
plan-link
--------------------------------*/
#plan-link,
#dress-wasou,
#whats-new,
#bottom {
	overflow: hidden;
}

#plan-link {
	margin: 0 auto;
	position: relative;
	padding-bottom: 7vw;
}

.plan-link_top {
	position: relative;
	background-image: url(/bridal/plan/common/images/plan-link/back-plan_link.jpg);
	width: 100vw;
	height: 7vw;
	background-size: contain;
	background-position: 41vw;
	background-repeat: no-repeat;
	position: relative;
	margin: 3% auto;
}

#plan-link .h3-img {
	position: absolute;
	margin: auto;
	top: 20%;
	left: 0;
	right: 0;
}

ul.plan-link_list {
	width: 100%;
	margin: 4% auto 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

ul.plan-link_list li {
	width: 15vw;
	margin: 0 2vw;
}

.link-img a {
	display: block;
}

.link-price p {
	font-size: 17px;
}

.link-button {
	margin: 15px auto 10px;
}

.link-button a {
	border: 1px solid #d91b40;
	padding: 1vw 4.7vw;
	font-size: 14px;
	border-radius: 8px;
	background-color: #d91b40;
	color: #fff;
	font-weight: bold;
	display: block;
}

.link-button a:hover {
	background-color: #fff;
	color: #d91b40;
}

.link-button a:after {
	content: ">";
}

section#main-section>div .link-price p.with_tax {
	font-size: 11px;
	margin-top: -3px;
}

/*------------------------
 gallery
------------------------*/
/* #gallery > div img {
    width: 86%;
}
#gallery > div {
    position: relative;
    padding: 0 0 40px;
}
#gallery .photo {
    text-align: left;
    margin: 0 auto 80px;
}
#gallery .studio {
    text-align: right;
    margin: 0 auto 120px;
}
#gallery div div {
    position: absolute;
    bottom: 0;
}
#gallery .photo div {
    right: 6%;
}
#gallery .studio div {
    left: 6%;
}
#gallery a.seemore {
    display: inline-block;
    width: 105px;
    margin: 0 auto;
    text-align: center;
}
#gallery div div span {
    font-size: 180%;
    vertical-align: bottom;
}
#gallery .photo span {
    margin: 0 20px 0 0;
}
#gallery .studio span {
    margin: 0 0 0 20px;
} */

/*------------------------
dress-wasou
-----------------------------*/
ul.dress-wasou_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 2% auto 5%;
	width: 80%;
}

li.dress-wasou_list__item {
	width: 48%;
	margin: 0 1% auto;
}

.tuxedo {
	width: 70vw;
	margin: 0 auto;
}

#dress-wasou a.seemore {
	margin: 20px auto;
}

/*------------------------
pamphlet
-----------------------------*/
#pamphlet {
	margin: 0 auto;
}

#pamphlet a.seemore {
	width: 100%;
	margin: 0 auto;
	border-radius: 0;
	background: #fff;
	border: none;
	border-bottom: 2px solid #d23347;
	color: #d23347;
}

#pamphlet a.seemore:hover {
	background: #d23347;
	color: #fff;
	opacity: 0.8;
}


/*------------------------
what's new
-----------------------------*/
div#whats-new,
div#news {
	margin: 100px auto 30px;
	position: relative;
}

#whats-new h2.h2-img:before,
#whats-new h2.h2-img:after {
	content: '';
	position: absolute;
	top: 50%;
	left: -4vw;
	width: 55px;
	height: 2px;
	background-color: #000;
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

#whats-new h2.h2-img:after {
	left: auto;
	right: -4vw;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.tabs-box .tab.bridal-tab {
	margin: 3% auto;
	border-left: none;
}

.tabs-box .tab.bridal-tab li {
	display: inline-block;
	padding: 1vw;
	width: 10vw;
	margin: 0 0.5vw;
	border: 2px solid #a9a9a9;
	border-radius: 8px;
	font-size: 14px;
}

.tabs-box .tab.bridal-tab .active {
	border: 2px solid #000;
	border-radius: 8px;
	color: #fff;
}

.tabs-box .tab.bridal-tab li:hover {
	color: #ccc;
}

.news-box {
	width: 954px;
	margin: 0 auto 3%;
}

h3.column-title {
	text-align: left;
	width: 100%;
	font-size: 17px;
	text-decoration: underline;
	margin: 1% auto 0;
	letter-spacing: 2px;
}

h3.column-title:before {
	content: "";
	background: url(../images/flag.png) center top / 100% no-repeat;
	width: 3vw;
	height: 3vw;
	display: inline-block;
	vertical-align: middle;
}

li.minbox.item-4th {
	position: relative;
	margin-bottom: 35px;
}

li.minbox.item-4th:nth-of-type(1):before {
	content: "";
	background: url(../images/img-new.png) center top / cover no-repeat;
	padding: 11% 15%;
	position: absolute;
	top: 0;
	left: -1%;
	z-index: 1;
}

li.minbox.item-4th:after {
	content: "";
	background: url(../images/btn-red.png) center top / 100% no-repeat;
	padding: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
}

li.minbox.item-4th:nth-of-type(4) {
	display: none;
}

li.minbox.item-4th:nth-of-type(3) {
	margin-right: 0;
}

.tabs-box .item-4th,
.tabs-box .item-4th .wp_ph {
	width: 288px;
	min-height: 207px;
	margin-right: 30px;
}

main#bridal-main p.data {
	color: #928e8f;
	letter-spacing: 1px;
}

.tabs-box .minbox h5 {
	padding: 0 1%;
}

.tabs-box .minbox h5 {
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	display: block;
}

a.column-link {
	padding: 1% 0%;
	border: 2px solid #d91b40;
	font-size: 14px;
	color: #fff;
	border-radius: 8px;
	display: block;
	background-color: #d91b40;
}

a.column-link:hover {
	background-color: #fff;
	color: #d91b40;
}

a.column-link:after {
	content: ">";
}

/*------------------------
bottom
-----------------------------*/
#bottom {
	background: url(../images/bottom/back-bottom.jpg) center top / 100% no-repeat fixed;
}

#bottom>div {
	padding: 10vw 1vw;
	background: url(../images/bottom/ribbon.png) center 6vw no-repeat;
}

#bottom h3 {
	border-bottom: 1px solid #000;
	font-size: 165%;
	margin-bottom: 30px;
}

#bottom .about_slick .mark_box {
	margin: 26px auto 0;
}

#bottom .about_slick .mark_box:first-child {
	margin: 0 auto;
}

#bottom .mark_box p span {
	color: #676666;
	font-size: 12px;
}

/*------------------------
 movie
-----------------------------*/
.movie {
	margin: 6% auto;
}

.movie video {
	width: 75%;
}

/*------------------------
renovation
-----------------------------*/
#renovation>div {
	position: relative;
}

#renovation>div a.seemore {
	width: 100%;
	margin: 0 auto;
	border-radius: 0;
	padding: 1vw 0;
	font-size: 20px;
	border: 1px solid #b94450;
	background-color: #b94450;
	color: #fff;
}

#renovation>div a.seemore:hover {
	background-color: #fff;
	color: #b94450;
}

/* --------------------------
slider
---------------------------*/
.Opening {
	position: relative;
	background-color: #FFF;
}

.Opening ul li {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.Opening ul li img.Opening__text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 9;
}

.Opening ul li span img.Opening__img {
	max-width: inherit;
	width: 100%;
	height: auto;
}

/* top-info */
.top-info {
	margin: 0 auto 5%;
}

/* bridal_faire */
.bridal_faire {
	margin: 5% auto 0;
}

.bridal_faire ul {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.bridal_faire ul li {
	width: 43%;
	margin: 1.5% 0;
}

/* -----------------------------------------------------
SP
------------------------------------------------------*/
@media screen and (max-width:640px) {
	div#sb-site {
		padding: 0;
	}

	main#bridal-main {
		padding-top: 0;
	}

	section#top-section {
		padding-top: 65px;
	}

	section#main-section {
		margin-top: 104vw;
	}

	section#main-section>div p {
		font-size: 11px;
	}

	h2.h2-img img {
		height: 6vw;
	}

	a.seemore {
		width: 32vw;
		padding: 2vw 5vw;
		margin: 5% auto;
	}

	/*----top-introduction----*/
	.top-introduction {
		padding: 20vw 0 0;
	}

	.top-introduction .cta_area {
		margin: 10vw auto 0;
	}

	.top-introduction div.catchcopy {
		top: -4vw;
	}

	.top-introduction div.catchcopy img {
		width: 90vw;
	}

	.top-introduction p {
		margin: 0;
	}

	section#main-section p.intro {
		line-height: 1.3;
		font-size: 15px;
	}

	.top-introduction p,
	#campaign p,
	#news p,
	#dress-wasou p,
	#special p,
	#photo-goods p,
	#plan-link p.plan_intro {
		padding: 0 2.5%;
	}

	.research {
		width: 100%;
		margin: 0 auto 50px;
	}

	/* --------------------------
reservation-top
---------------------------*/
	.reservation-top {
		width: 95%;
		margin: 0 auto 40px;
		padding: 5% 0;
	}

	section#main-section>div.reservation-top p {
		font-size: 12px;
	}

	.insta_icon ul {
		padding-top: 10px;
	}

	.insta_icon ul li {
		margin: 10px 2%;
	}

	.insta_icon ul li a {
		font-size: 11px;
		padding: 10px 20px 10px 40px;
		display: block;
		width: 9em;
	}

	.insta_icon ul li a:after {
		content: "▶︎";
		position: absolute;
		right: 10px;
		top: 10px;
	}

	.insta_icon ul li a:before {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		left: 5px;
	}

	/*----cta_area----*/
	.cta_area .sb-toggle-right {
		position: static;
		background: none;
		height: auto;
	}

	/*----campaign----*/
	#campaign {
		margin: 0 auto 12%;
	}

	#campaign h2.h2-img {
		margin: 3% auto;
	}

	section#main-section>div#campaign p {
		font-size: 11px;
		text-shadow: none;
	}

	/*----news----*/
	#news h2.h2-img:before {
		left: -50%;
		width: 30px;
	}

	#news h2.h2-img:after {
		right: -50%;
		width: 30px;
	}

	#news .cta_area {
		margin: 30px auto 0;
	}

	li.news-list__item {
		width: 100%;
		margin: 0 auto 5%;
	}

	#news li p {
		font-size: 11px;
		margin-top: -24px;
	}

	ul.news-list {
		width: 95vw;
	}

	/*----plan-link----*/
	#plan-link {
		margin: 5vw auto;
	}

	#plan-link h2.h2-img img {
		height: 7vw;
	}

	.link-price p {
		font-size: 14px;
	}

	.plan-link_top {
		height: 17vw;
		background-position: 28.5vw;
		margin-bottom: 30px;
	}

	ul.plan-link_list {
		width: 90vw;
		margin-top: 40px;
	}

	ul.plan-link_list li {
		width: 40%;
		margin: 3%;
	}

	section#main-section>div .link-price p {
		font-size: 15px;
	}

	/*----dress-wasou----*/
	#dress-wasou:after {
		bottom: 12vw;
	}

	ul.dress-wasou_list {
		width: 100vw;
		margin: 5% auto 0;
	}

	li.dress-wasou_list__item {
		width: 95%;
	}

	li.dress-wasou_list__item .list-img {
		width: 100%;
		margin: 0 auto;
	}

	.tuxedo {
		width: 100%;
		margin: 5% auto;
	}

	/*----pamphlet----*/
	#pamphlet a.seemore {
		padding: 2vw 0;
	}

	#dress-wasou {
		margin-bottom: 40px;
	}

	/*----whats-new----*/
	div#whats-new,
	div#news {
		padding-bottom: 30px;
		margin: 50px auto 0;
	}

	#whats-new h2.h2-img {
		margin: 3% auto 7%;
	}

	#whats-new h2.h2-img:before {
		left: -23%;
		width: 30px;
	}

	#whats-new h2.h2-img:after {
		right: -23%;
		width: 30px;
	}

	.tabs-box .tab.bridal-tab {
		width: 100vw;
		margin: 7% auto;
	}

	.tabs-box .tab.bridal-tab li {
		padding: 2vw 0vw;
		width: 33%;
		margin: 0;
		border: 0px solid;
		border-radius: 0;
		border-bottom: 2px solid;
		background-color: #f1f1f1;
	}

	.tabs-box .tab.bridal-tab .active {
		border-top: none;
		border-bottom: 2px solid #000;
		border-radius: 0px;
		border-right: none;
		background: #000;
	}

	.news-box {
		width: 95%;
		margin: 0 auto 10%;
	}

	h3.column-title {
		font-size: 15px;
	}

	h3.column-title:before {
		width: 8vw;
		height: 8vw;
	}

	.tabs-box .minbox {
		float: none;
	}

	.tabs-box .minbox h5 {
		font-size: 120%;
	}

	.tabs-box .minbox.item-4th {
		width: 45%;
		margin: 5% 2%;
	}

	li.minbox.item-4th:nth-of-type(1):before {
		padding: 17% 21%;
	}

	li.minbox.item-4th:nth-of-type(4) {
		display: inline-block;
	}

	li.minbox.item-4th:nth-of-type(3) {
		margin-right: 2%;
	}

	.tabs-box .minbox.item-4th .data-box {
		max-height: initial;
	}

	main#bridal-main p.data {
		font-size: 10px;
	}

	/*----gallery----*/
	/* #gallery>div {
		padding: 0 0 25px;
	}

	#gallery>div img {
		width: 80%;
	}

	#gallery .photo {
		margin: 20px auto 22px;
	}

	#gallery .studio {
		margin: 0 auto 70px;
	}

	#gallery .photo div {
		right: 4%;
	}

	#gallery .studio div {
		left: 4%;
	}

	#gallery div div span {
		font-size: 110%;
	}

	#gallery a.seemore {
		width: 21vw;
	}

	#gallery .photo span {
		margin: 0 10px 0 0;
	}

	#gallery .studio span {
		margin: 0 0 0 10px;
	} */


	/*----bottom----*/
	#bottom {
		background-attachment: initial;
		background-size: cover;
		background-position-x: 50%;
		margin-bottom: 50px;
	}

	#bottom>div {
		padding: 15vw 0vw 6vw;
		background-size: 12%;
	}

	#bottom p {
		padding: 1vw 8vw;
	}

	#bottom .about_slick .mark_box {
		margin: 0 auto;
	}

	#bottom .mark_box p span {
		font-size: 10px;
	}

	/*----top-info----*/
	.top-info {
		width: 95%;
		margin: 0 auto 10%;
	}

	/* bridal_faire */
	.bridal_faire {
		margin: 5% auto;
	}

	.bridal_faire ul li {
		width: 100%;
		margin-bottom: 5%;
	}
}