@charset "UTF-8";

/* COMMON */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	outline: none;
}


/*
 html {
 font-size: 62.5%;
 }

 /*@media screen and (max-width: 768px) {
 html {
 font-size: 70%;
 }
 }*/

body,
#login input,
a.sort,
.drawer-menu li a,
select {
	color: #727272;
}



body {
	font-size: 14px;
	background: #F6F4F1;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
textarea {
	font-family: "Helvetica Neue", "Helvetica", "Arial", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::selection {
	background-color: #878787;
	color: #FFF;
}

li {
	list-style: none;
}

img {
	height: auto !important;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	outline: none;
}

a,
input,
textarea,
a img,
.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > li.active,
header nav > a,
.mce-btn button,
#noReadHeader a,
.btn,
#accountPage #giftGpSelect li,
#guestListPage #giftGpSelect li {
	transition: all 0.3s ease;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="tel"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

input[type="time"]::-webkit-calendar-picker-indicator {
	display: none;
}

#wrapper,
header {
	width: 100%;
}

::placeholder {
	color: #b7b3af;
}


.nowrap {
	white-space: nowrap;
}

#noReadHeader a {
	background-color: #878787;
	text-align: center;
	color: #FFFFFF;
	padding: 10px 25px;
	display: block;
	cursor: pointer;
}

#noReadHeader a:hover {
	text-decoration: none;
	background-color: #A8A8A8;
}

header {
	background: #fff;
	border-bottom: solid 1px #EAEAEA;
	position: fixed;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 3;
	display: flex;
	align-items: center;
	height: 61px;
	padding: 0 95px 0 3vw;
}


header nav li a,
.modal-close,
#applicationsPage .appliList li a,
#column-wrp aside li a {
	color: #727272;
}


#tile .itemTile li h2 a:hover,
.modal-close:hover,
header nav li a:hover,
#guestListPage td .fa,
.tableWrapper label:hover,
#applicationsPage .appliList li a:hover,
a.sort .fa,
a.sort:hover,
.drawer-menu li a:hover,
.drawer-menu li .toggle:after,
.drawer-menu li .toggle.active,
#column-wrp aside li a:hover,
#column-wrp .manual-pdf:hover {
	text-decoration: none;
	color: #988575;
}


#contents {
	min-width: 980px;
	margin: 0 auto;
	position: relative;
}

header a {
	display: block;
}

.deadline-msg {
	background: url(../img/deadline-bg.jpg) repeat-x;
	color: #fff;
	text-align: center;
	margin: 90px 0 -100px;
	padding: 5px 5vw 10px;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}

@media print {
	.deadline-msg {
		display: none;
	}
}

.deadline-msg span {
	font-size: 3.0rem;
}

ul.accordion ul {
	display: none;
}

ul.accordion li > h2 {
	cursor: pointer;
}

ul.accordion li > h2 span {
	background-image: url(../img/open.png);
	background-position: 98%;
	background-repeat: no-repeat;
	display: block;
}

ul.accordion li > h2 span.open {
	background-image: url(../img/close.png);
	color: #988575;
}


ul.accordion li > h2 span:hover,
ul.accordion li > h2 span.open {
	color: #C7C3C0;
}


/*@media screen and (max-width: 980px) {
 header p {
 left: 0;
 }
 }*/





/*@media screen and (max-width: 768px) {
 header > div > ul {
 display: none;
 }
 }

 @media screen and (max-width: 768px) {
 header #menu {
 float: left;
 }
 }*/



/*@media screen and (max-width: 768px) {
 header .back, header p {
 display: none;
 }
 }*/




/*@media screen and (max-width: 768px) {
 header nav > a {
 width: 61px;
 }
 header #menu {
 border: solid 1px #EAEAEA;
 border-width: 0 1px 0 0;
 }
 }*/


.mce-btn button:hover {
	opacity: 0.6;
}

.header-top {
	background: #383838;
	color: #c1c1c1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4;
	padding-right: 30px;
}

.header-top .account-name-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: fit-content;
	margin-left: auto;
	position: relative;
	height: 30px;
	overflow: hidden;
	min-width: 180px;
	cursor: pointer;
}

/* .header-top .account-name-wrap::after {
	border-bottom: 1px solid #988575;
	border-right: 1px solid #988575;
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: rotate(45deg);
} */

.header-top .account-name-wrap.active {
	overflow: visible;
}

.header-top .account-name-wrap .name {
	line-height: 1;
	font-size: 13px;
	transition: all 0.3s ease;
}

.header-top .account-name-wrap.active .name,
.header-top .account-name-wrap .name:hover {
	color: #988575;
}

.header-top .account-name-wrap .name span {
	font-size: 10px;
	margin-left: 5px;
}

.header-top .account-name-wrap svg {
	fill: #c1c1c1;
	width: 16px;
	margin-right: 10px;
}

.header-top .account-name-wrap .submenu {
	display: block;
	position: absolute;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	background: #FFF;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(15px);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	transition: .3s;
	border-radius: 6px;
	z-index: 1;
	padding: 20px;
}

.header-top .account-name-wrap .submenu li a {
	padding: 5px;
	border-bottom: dotted 1px #EFEAEA;
	text-align: center;
	color: #727272;
	display: block;
}

.header-top .account-name-wrap .submenu li a:hover {
	color: #988575;
	text-decoration: none;
}


.header-top .account-name-wrap.active .submenu {
	visibility: visible;
	opacity: 1;
	transform: translateX(-50%) translateY(30px);
}

.header-top .account-name-wrap .submenu li:last-child a {
	border-bottom: none;
}




header .wc-logo {
	width: 65px;
	flex-shrink: 0;
	margin-right: 10px;
}

header .wc-logo img {
	display: block;
}

header nav {
	flex: 1;
}

header nav ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	height: auto;
	width: 100%;
}

header nav > ul > li {
	position: relative;
	height: 61px;
}

header nav > ul > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

header nav li a {
	padding: 15px;
	line-height: 1;
	text-align: center;
	display: block;
}

@media screen and (max-width: 1300px) {
	header nav li a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
	}
}

header nav li.hasChild {
	position: relative;
}

header nav li.hasChild::after {
	border-bottom: 1px solid #988575;
	border-right: 1px solid #988575;
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: rotate(45deg);
}

header nav li .active {
	color: #988575;
	position: relative;
}

header nav li .active::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background: #988575;
	bottom: 0;
	left: 0;
}

header nav li.hasChild > a {
	padding-right: 18px;
}

header nav li.hasChild:hover .submenu {
	visibility: visible;
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

header nav li.hasChild .submenu {
	display: block;
	position: absolute;
	min-width: 200px;
	visibility: hidden;
	opacity: 0;
	background: #FFF;
	top: 55px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%) translateY(-10px);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	transition: .3s;
	border-radius: 6px;
	z-index: 9;
	padding: 20px;
}

header nav li.hasChild .submenu li a {
	padding: 15px 10px;
	border-bottom: dotted 1px #EFEAEA;
}

header nav li.hasChild .submenu li:last-child a {
	border-bottom: none;
}

header nav li.hasChild .submenu li a span {
	display: block;
	font-size: 11px;
	color: #988575;
	margin: 0 auto 7px;
}

header .fav {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 10px;
	line-height: 1;
	padding: 0 12px;
	color: #B8A698;
	font-weight: bold;
}

header .fav svg {
	fill: #B8A698;
	width: 21px;
	display: block;
	margin: 0 auto 5px;
	transition: all 0.3s ease;
}

header .fav:hover {
	text-decoration: none;
}

header .fav:hover svg {
	transform: scale(1.2);
}



#tile .tiBox h1,
#list .tiBox h1,
.singleTi,
#tableSeats .seatContents h1,
#column-wrp aside h2,
#home .ceremony-info li h2,
#home .ceremony-info li h3,
#guestDressPage .guest-dress-info dl dd,
#bookingConfirmPage .ceremony-info dl dd,
#broughtItemPage .ceremony-info dl dd {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}



.contents {
	width: 90%;
	margin: 0 auto;
}


/*@media screen and (max-width: 980px) {
 .contents {
 width: 100%;
 }
 }*/

#logo {
	position: absolute;
	left: 50%;
	display: block;
	margin-left: -86px;
}

small {
	font-size: 11px;
	text-align: center;
	margin: 50px auto 100px;
	display: block;
	color: #C7C3C0;
}


/* FORM */

input,
textarea,
select,
button:not(.drawer-toggle) {
	border-radius: 4px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="time"],
input[type="date"],
textarea,
select,
#guestListPage .editable {
	border: solid 1px #e5e2df;
	font-size: 14px;
	padding: 12px;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="tel"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
#guestListPage .editable:hover,
#guestListPage .editable:focus {
	border-color: #D3D3D3;
	background-color: #F6F4F1;
}

input[type="time"]:hover,
input[type="date"]:hover {
	cursor: pointer;
}

button {
	background: #736357;
	color: #FFF;
	width: 100px;
	border: none;
	cursor: pointer;
	font-size: 17px;
	margin-left: 15px;
	padding: 5px 10px;
}

button:hover {
	background: #645e58;
}

input[type="checkbox"],
input[type="radio"],
select,
label {
	cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
	margin-top: -2px;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea {
	color: #666;
}

label {
	line-height: 1.1;
}

label:has(:disabled) {
	cursor: not-allowed;
}

*:disabled {
	cursor: not-allowed !important;
}


/* LOGIN */

#login {
	text-align: center;
	margin-top: 10vh;
}

#login img {
	width: 180px;
	margin-bottom: 25px;
}

#login button {
	padding: 12px;
	line-height: 1;
}

#login input[type="text"]:focus,
#login input[type="text"]:hover,
#login input[type="password"]:focus,
#login input[type="password"]:hover {
	background: #FFF !important;
}

#login input[type="text"],
#login input[type="password"],
#login .form-signin .mgt15 {
	width: 100%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

#login input[type="text"],
#login input[type="password"] {
	display: block;
	margin-bottom: 10px;
}

#login input[type="password"] {
	margin-bottom: 0;
}

#login .form-signin .mgt15 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#login .error_cont {
	margin-bottom: 20px;
}


/*@media screen and (max-width: 1480px) {
 #login {
 margin-top: 15%;
 }

 #login img {
 width: 30%;
 }
 }

 @media screen and (max-width: 1280px) {
 #login {
 margin-top: 15%;
 }
 #login img {
 width: 40%;
 }
 }

 @media screen and (max-width: 979px) {
 #login {
 margin-top: 10%;
 }
 #login img {
 width: 40%;
 }
 }

 @media screen and (max-width: 680px) {
 #login img {
 width: 60%;
 }
 }*/


header nav > div > section h1 span {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
}



/* TILE */

.tiBox {
	position: relative;
}

.tiBox.center {
	display: block !important;
}

.tiBox h1,
.singleTi {
	text-align: center;
	font-size: 36px;
	line-height: 1.3;
	font-weight: normal;
}

.viewStyle {
	display: flex;
}

.viewStyle a {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	display: block;
}

.subContents section {
	margin-top: 50px;
}

#tile .itemTile {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
}

#tile .itemTile,
#list .itemTile {
	margin-top: 30px;
	position: relative;
}

#tile .btnFavBox .btnFav {
	width: 13px;
}

#tile .itemTile > li {
	background: #FFF;
	width: calc(100% / 2 - 30px);
	margin-left: 30px;
	margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
	#tile .itemTile > li {
		width: calc(100% / 3 - 30px);
	}
}

@media screen and (min-width: 1980px) {
	#tile .itemTile > li {
		width: calc(100% / 5 - 30px);
	}
}

#tile .itemTile .item .price {
	font-size: 15px;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 15px;
}

#tile .itemTile .item a {
	display: block;
}


/*@media screen and (max-width: 768px) {
 #tile .itemTile > li {
 float: none;
 margin: 0 5% 3%;
 width: 90%;
 }
 }*/

#tile .itemTile li .itemPhoto {
	display: block;
	height: 0;
	padding-top: 67%;
	background-repeat: no-repeat;
	background-position: center center;
}

#tile .itemTile li a:hover {
	text-decoration: none;
}

#tile .itemTile li > div {
	padding: 30px 60px 30px 30px;
	position: relative;
}

#list .itemTile li a:hover img,
#tile .itemTile li:hover .itemPhoto {
	opacity: 0.7;
}

#list .itemsDetailPhoto > a {
	display: block;
}

#list .itemsDetailPhoto > a img {
	height: auto;
	vertical-align: top;
}


/*#tile .itemTile li a > img, #list .itemsDetailPhoto > a img {
 width: 100%;
 height: auto;
 vertical-align: top;
 }*/

#list .itemsDetailPhoto .thumbNail {
	text-align: center;
	margin-top: 15px;
}

#list .itemsDetailPhoto .thumbNail li {
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: inline-block;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	margin: 0 5px;
}

#list .itemsDetailPhoto .thumbNail li a {
	display: table-cell;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}

#list .itemsDetailPhoto .thumbNail li a img {
	max-width: 60px;
	max-height: 60px;
	vertical-align: bottom;
}

#list .itemsDetailPhoto .thumbNail li a:hover {
	opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
}

#list .btnFavSlide {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	overflow: hidden;
}

#list .btnFavSlide li {
	width: 20px;
	float: left;
	margin-left: 2px;
}

#list .btnFavSlide .btnFav a {
	background: url(../img/fav-list-large.png) no-repeat 0 0;
}

.btnFavSlide a,
#list .itemTile li .btnPdf {
	display: block;
}

.btnFavSlide a {
	padding-top: 19px;
	overflow: hidden;
	height: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}

#list .btnFavSlide .btnFav a:hover,
#list .btnFavSlide .btnFav a.active {
	background-position: 0 -19px;
}

.btnSlide a:hover {
	background-position: 0 -18px !important;
}

.btnFavBox {
	overflow: hidden;
}

.btnFavBox li {
	float: right;
}

.btnFav a {
	background: url(../img/fav-list.png) no-repeat 0 0;
}

#tile .itemTile .btnFav a {
	background: url(../img/fav-list.png) no-repeat 0 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	display: block;
	height: 0;
	padding-top: 13px;
	overflow: hidden;
}

.btnFav a.active {
	background-position: 0 -19px;
}

#tile .itemTile .btnFav a:hover,
#tile .itemTile .btnFav a.active {
	background-position: 0 -13px;
}

.btnSlide {
	margin-top: 1px;
	margin-left: 10px;
}

.btnSlide a {
	padding-top: 18px;
	background: url(../img/slide-list.png) no-repeat 0 0;
}

.btnSlide a:hover {
	background-position: 0 -18px;
}

#tile .favoriteTi {
	padding-right: 25px;
}

#tile .itemTile li h2 a {
	color: #736357;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.2;
}

#tile .itemTile .remove-fav,
#list .itemTile li .add-fav,
#tile .itemTile li .add-fav {
	position: absolute;
	top: 30px;
	right: 30px;
	height: auto !important;
}

#tile .itemTile li .add-fav svg {
	width: 20px;
}

#tile .itemTile .remove-fav svg,
#list .itemTile li .add-fav svg,
#tile .itemTile li .add-fav svg {
	fill: #B8A698;
}

#list .itemTile li .add-fav svg {
	width: 25px;
}

#tile .itemTile .remove-fav svg {
	width: 17px;
}

#tile .itemTile li p a,
#tile .itemTile li h2 a,
#column-wrp .manual-pdf {
	color: #727272;
}

#tile .itemTile li p {
	font-size: 13px;
	margin-top: 7px;
}

#column-wrp {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#column-wrp aside {
	width: 20vw;
	max-width: 300px;
	flex-shrink: 0;
	margin-right: 5%;
	margin-top: 20px;
}

#column-wrp #tile,
#column-wrp #list {
	flex: 1;
}

#column-wrp aside h2 {
	line-height: 1;
	font-size: 1.5rem;
	margin-bottom: 15px;
	font-weight: 400;
}

#column-wrp aside li {
	border: solid 1px #ddd7d3;
	border-width: 1px 0;
	margin-bottom: -1px;
}

#column-wrp aside li a,
#column-wrp aside li h3 {
	padding: 10px;
}

#column-wrp aside li h3 {
	font-weight: normal;
	padding-bottom: 0;
}

#column-wrp aside li a {
	display: flex;
	align-items: flex-start;
}

#column-wrp aside li a:hover {
	background: #f1ece4;
}

#column-wrp aside li a img {
	width: 20px;
	margin-right: 5px;
}

#column-wrp aside li .has-child {
	margin-top: 5px;
	margin-bottom: 10px;
}

#column-wrp aside li .has-child li {
	border: none;
}

#column-wrp aside li .has-child li a {
	padding: 7px 10px 7px 45px;
	position: relative;
}

#column-wrp aside li .has-child li a:before {
	position: absolute;
	left: 30px;
	top: 5px;
	content: "-";
	color: #988575;
}


/* FORM */

#authMessage {
	margin-bottom: 20px;
	font-weight: bold;
}

#list .itemTile {
	max-width: 1260px;
}

#tile .tiBox,
#list .tiBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#list .tiBox .left-box,
#tile .tiBox .left-box {
	flex: 1;
	margin-right: 30px;
	display: flex;
	align-items: center;
}

#tile .tiBox .left-box h1,
#list .tiBox .left-box h1 {
	flex: 1;
	margin-right: 20px;
	text-align: left;
}

#list .tiBox .left-box .btn,
#tile .tiBox .left-box .btn {
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 13px;
	width: fit-content;
	padding: 10px 15px;
}

#list .tiBox .left-box .btn i,
#tile .tiBox .left-box .btn i {
	margin-right: 3px;
}

#list .tiBox .viewStyle,
#tile .tiBox .viewStyle {
	flex-shrink: 0;
}

#tile .headerBtnGrp {
	display: flex;
	justify-content: flex-end;
}

#tile .headerBtnGrp .btn {
	width: fit-content;
	padding: 10px 20px;
}

#tile .headerBtnGrp .btn i {
	margin-right: 5px;
}

#list .itemTile > li {
	background: #FFF;
	padding: 50px;
	margin-bottom: 30px;
	position: relative;
}

#list .itemTile li h2 {
	text-align: center;
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 25px;
	line-height: 1;
}

#list .itemTile li .itemsDetailPhoto {
	margin: 0 auto 15px;
	display: block;
	text-align: center;
}

#list .itemTile .itemDetail .price {
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}

#list .itemTile .itemDetail .item-select,
#list .itemTile li .itemDetail .view-pdf,
#list .itemTile li .itemDetail .item-selected {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 360px;
	width: auto;
	margin: 0 auto;
	padding: 13px;
	font-size: 16px;
	font-weight: bold;
}

#list .itemTile .itemDetail .item-select,
#list .itemTile li .itemDetail .item-selected {
	margin-bottom: 30px;
}

#list .itemTile .itemDetail .item-select svg,
#list .itemTile li .itemDetail .item-selected svg {
	fill: #fff;
	width: 15px;
	margin-right: 8px;
}

#list .itemTile li .itemDetail .view-pdf {
	margin-bottom: 20px;
}

#list .itemTile li .itemDetail .view-pdf img {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}

#list .itemTile li .itemsDetailPhoto > a img {
	width: auto;
}

#list .itemTile li .itemsDetailPhoto > a img,
#list .itemTile li .itemsDetailPhoto video {
	max-width: 100%;
	max-height: 650px;
}


/*#list .itemTile li .itemsDetailPhoto img {
 max-height: 505px;
 max-width: 100%;
 }

 #list .itemTile li .itemsDetailPhoto > a img, #list .itemTile li .itemsDetailPhoto video {
 max-width: 100%;
 max-height: 650px;
 }*/

#list .itemTile li .add-fav {
	right: 50px;
	top: 50px;
}

#list .itemTile li .btnPdf {
	line-height: 32px;
	color: #C6B198;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
}

#list .itemTile li .btnPdf img {
	width: 32px;
	margin-right: 7px;
	vertical-align: top;
}

#list .itemTile li .btnPdf:hover {
	color: #d4cac0;
	text-decoration: none;
}


/* NOTIFIT */

#ui_notifIt {
	position: fixed;
	z-index: 4;
	top: 90px;
	cursor: pointer;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	
}

#ui_notifIt p {
	text-align: center;
	font-size: 16px;
}

.info {
	background: #878787;
	color: white;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
	z-index: 2;
}


/*@media screen and (max-width: 768px) {
 .pagetop {
 bottom: 3%;
 right: 3%;
 }
 }*/

.pagetop a {
	display: block;
	width: 35px;
	padding-top: 37px;
	background: url(../img/page-top.png) no-repeat 0 0;
	text-align: center;
	color: #C6B198;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

#list .itemsDetailPhoto video {
	width: 100%;
}

.vjs-big-play-button {
	top: 43% !important;
	left: 43% !important;
}

.video-js {
	width: 100% !important;
}

.iconNew {
	color: #988575;
	font-size: 12px;
	margin: -10px 0 3px !important;
	font-weight: bold;
	line-height: 1.1;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#list .iconNew {
	text-align: center;
	font-size: 15px;
}

.cancel-bomboniere {
	color: #988575;
	font-size: 13px;
	margin-top: 10px;
	display: block;
}


/* STYLE */

.mgt3 {
	margin-top: 3px !important;
}

.mgt5 {
	margin-top: 5px !important;
}

.mgt10 {
	margin-top: 10px !important;
}

.mgt15 {
	margin-top: 15px !important;
}

.mgt20 {
	margin-top: 20px !important;
}

.mgt25 {
	margin-top: 25px !important;
}

.mgt30 {
	margin-top: 30px !important;
}

.mgb5 {
	margin-bottom: 5px !important;
}

.mgb10 {
	margin-bottom: 10px !important;
}

.mgb15 {
	margin-bottom: 15px !important;
}

.mgb20 {
	margin-bottom: 20px !important;
}

.mgb25 {
	margin-bottom: 25px !important;
}

.mgb30 {
	margin-bottom: 30px !important;
}

.mgr5 {
	margin-right: 5px !important;
}

.mgr10 {
	margin-right: 10px !important;
}

.mgr15 {
	margin-right: 15px !important;
}

.mgr20 {
	margin-right: 20px !important;
}

.mgr25 {
	margin-right: 25px !important;
}

.mgr30 {
	margin-right: 30px !important;
}

.mgl5 {
	margin-left: 5px !important;
}

.mgl10 {
	margin-left: 10px !important;
}

.mgr15 {
	margin-left: 15px !important;
}

.mgl20 {
	margin-left: 20px !important;
}

.mgl25 {
	margin-left: 25px !important;
}

.mgl30 {
	margin-left: 30px !important;
}

.txtAlCenter {
	text-align: center !important;
}

.txtAlLeft {
	text-align: left !important;
}

.txtAlRight {
	text-align: right !important;
}

.flRight {
	float: right;
}

.flLeft {
	float: left;
}

.ovfh {
	overflow: hidden;
}

.mga {
	margin-left: auto;
	margin-right: auto;
}

.verTop {
	vertical-align: top !important;
}

.clRed {
	color: #b57575;
}

/*.drawer-nav {
	border-left: solid 1px #EFEDEA;
}

button.drawer-toggle.drawer-hamburger {
	background: #B8A698;
	cursor: pointer;
	margin: 0;
}

.drawer-hamburger {
	padding: 20px 35px 29px;
	width: 25px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	background-color: #FFFFFF;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	top: -7px;
}

.drawer-menu {
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.drawer-menu ul {
	display: none;
}

.drawer-overlay {
	background: none;
}*/


.drawer-hamburger {
	display: flex;
	justify-content: center;
	align-items: center;
	top: 30px !important;
}


.drawer-nav {
	z-index: 5 !important;
}


.drawer-nav-trigger {
	height: 20px !important;
	margin-top: 0 !important;
}

.drawer-menu li {
	font-size: 16px;
	border-top: solid 1px #EFEDEA;
	cursor: pointer;
}

.drawer-menu > li:first-child {
	border: none;
}

.drawer-menu > li:last-child {
	border-bottom: solid 1px #EFEDEA;
}

.drawer-menu li a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 13px 40px 13px 20px;
	cursor: pointer;
}

.drawer-menu li a img {
	display: inline-block;
	width: 20px;
	margin-right: 10px;
}

.drawer-menu li li a {
	padding-left: 40px;
	font-size: 14px;
}

.drawer-menu li li li a {
	padding-left: 60px;
}

.drawer-menu li li li li a {
	padding-left: 80px;
}

.drawer-menu li a:hover,
.drawer-menu li .toggle.active {
	background-color: #f6f5f4;
}

.drawer-menu li .toggle:after {
	position: absolute;
	right: 20px;
	top: 50%;
	content: " \f196";
	font-family: FontAwesome;
	line-height: 1;
	margin-top: -8px;
}


/*.drawer-hamburger-icon:after {
	top: 7px;
}*/

.drawer-menu li .toggle.active:after {
	content: " \f147";
}

.drawer-menu .emphasis {
	background-color: #B79898 !important;
	font-weight: bold;
}

.drawer-menu .emphasis,
.drawer-menu .emphasis:after {
	color: #ffffff !important;
}

.drawer-menu .emphasis:hover {
	background-color: #B79898 !important;
}

@media screen and (max-width: 560px) {
	#login img {
		width: 160px;
	}
}

.singleTi + .btn-wrap-al-center {
	margin-top: 20px;
}

.btn-wrap-al-center {
	display: flex;
	justify-content: center;
}

.btn-wrap-al-center .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	width: auto;
	min-width: 122px;
	padding: 15px 20px;
	margin-left: 15px;
}

.btn-wrap-al-center .btn i {
	margin-right: 8px;
}

.btn-wrap-al-center .btn-icon {
	text-align: center;
	color: #988575;
	padding: 15px;
	min-width: 70px;
}

.btn-wrap-al-center .btn-icon:hover {
	text-decoration: none;
	background: #f0e9e2;
	border-radius: 6px;
}

.btn-wrap-al-center .btn-icon i {
	display: block;
	margin: 0 auto 10px;
	font-size: 22px;
	line-height: 1;
}

.btn-wrap-al-center .btn-icon div {
	line-height: 1.4;
	font-size: 14px;
}

.btn-wrap-al-center .btn-icon input[type="file"] {
	display: none;
}

.select-wrap {
	position: relative;
}

.select-wrap:before {
	width: 5px;
	height: 5px;
	border: 1px solid;
	border-color:  transparent transparent #988575 #988575;
	transform: rotate(-45deg);
	content: "";
	position: absolute;
	right: 13px;
	top: 50%;
    margin-top: -5px;
}

.select-wrap select {
	-webkit-appearance: none;
	appearance: none;
	padding-right: 28px;
	background-color: #fff;
}

.select-wrap select::-ms-expand {
	display: none;
}

.ac-trigger {
	position: relative;
	cursor: pointer;
}

.ac-trigger:after {
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	content: "";
	display: block;
	height: 6px;
	position: absolute;
	right: 25px;
	top: 38%;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 6px;
}

.ac-trigger.open::after {
	top: 45%;
	transform: rotate(-45deg);
}




.w30 {
	width: 30px !important;
}

.w40 {
	width: 40px !important;
}

.w50 {
	width: 50px !important;
}

.w60 {
	width: 60px !important;
}

.w70 {
	width: 70px !important;
}

.w80 {
	width: 80px !important;
}

.w90 {
	width: 90px !important;
}

.w100 {
	width: 100px !important;
}

.w110 {
	width: 110px !important;
}

.w120 {
	width: 120px !important;
}

.w130 {
	width: 130px !important;
}

.w140 {
	width: 140px !important;
}

.w150 {
	width: 150px !important;
}

.w160 {
	width: 160px !important;
}

.w170 {
	width: 170px !important;
}

.w180 {
	width: 180px !important;
}

.w190 {
	width: 190px !important;
}

.w200 {
	width: 200px !important;
}

.w210 {
	width: 210px !important;
}

.w220 {
	width: 220px !important;
}

.w230 {
	width: 230px !important;
}

.w240 {
	width: 240px !important;
}

.w250 {
	width: 250px !important;
}

.w260 {
	width: 260px !important;
}

.w270 {
	width: 270px !important;
}

.w280 {
	width: 280px !important;
}

.w290 {
	width: 290px !important;
}

.w300 {
	width: 300px !important;
}

.w310 {
	width: 310px !important;
}

.w320 {
	width: 320px !important;
}

.w330 {
	width: 330px !important;
}

.w340 {
	width: 340px !important;
}

.w350 {
	width: 350px !important;
}

.w360 {
	width: 360px !important;
}

.w370 {
	width: 370px !important;
}

.w380 {
	width: 380px !important;
}

.w390 {
	width: 390px !important;
}

.w400 {
	width: 400px !important;
}

.w410 {
	width: 410px !important;
}

.w420 {
	width: 420px !important;
}

.w430 {
	width: 430px !important;
}

.w440 {
	width: 440px !important;
}

.w450 {
	width: 450px !important;
}

.w460 {
	width: 460px !important;
}

.w470 {
	width: 470px !important;
}

.wmax {
	width: 100% !important;
}

.rightBox {
	float: right;
}

.leftBox {
	float: left;
}

.pdl0 {
	padding-left: 0 !important;
}

.btn {
	background-color: #878787;
	text-align: center;
	padding: 6px 18px;
	width: 122px;
	cursor: pointer;
	border: none;
	color: #fff;
	border-radius: 4px;
}

.btn:hover {
	background-color: #A8A8A8;
	text-decoration: none;
}

.btn.btn-red,
#list .itemTile .itemDetail .item-select {
	background-color: #987575;
}

.btn.btn-red:hover,
#list .itemTile .itemDetail .item-select:hover {
	background-color: #be9d9d;
}

.remodal {
	border-radius: 10px;
}