

/* Global settings */
body, img, a, p, span, div, strong, em, ul, ol, li, label, input, textarea, form, fieldset, table, tr, th, td, h1, h2, h3, h4, h5, h6, hr, iframe, embed, object {
	list-style-type: none;
	text-decoration: none;
	outline: none;
	border: 0;
	margin: 0;
	padding: 0;
}
textarea,
body {
	color: #333;
	font-family: 'Cantarell', sans-serif;
    font-size: 0.7em;
	line-height: 1.5em;
}
@media only screen and (min-width: 1700px) {
	body { font-size: 1.3em; }
}
@media only screen and (min-width: 1600px) {
	body { font-size: 1.2em; }
}
@media only screen and (min-width: 1500px) {
	body { font-size: 0.9em; }
}
@media only screen and (max-width: 1499px) {
	body { font-size: 0.9em; }
}
@media only screen and (max-width: 1400px) {
	body { font-size: 0.8em; }
}
@media only screen and (max-width: 1279px) {
	body { font-size: 0.7em; }
}
@media only screen and (max-width: 1023px) {
	body { font-size: 0.6em; }
}
@media only screen and (max-width: 767px) {
	body { font-size: 0.8em; }
}

table, td, tr, th {
	border-spacing: 0;
	vertical-align: middle;
	border-collapse: collapse;
}
label {
	display: block;
}
html {
	overflow-y: scroll;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.loadable {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
sup {
	valign: super;
	font-size: 70%;
	line-height: 80%;
}
td {
    vertical-align: top;
}
a {
    color: #333;
    text-decoration: none;
}


/* Layout */
body {
    /*background: #f8f8f8;*/
}
#top_button {
	background-image: url("../../app/img/arrow.svg");
	background-repeat : no-repeat;
	background-size: 40px;
	position:fixed;
	right:10px;
	bottom:40px;
	width:50px;
	height:50px;
	z-index:100;
	visibility:visible;
	opacity:0.5;
}
#down_button {
	background-image: url("../../app/img/down-arrow.svg");
	background-repeat : no-repeat;
	background-size: 40px;
	position:fixed;
	right:10px;
	bottom:50px;
	width:50px;
	height:50px;
	z-index:100;
	visibility:visible;
	opacity:1;
}
h1 {
    font-size: 48px;
	color:#9a1938;
	font-weight:bold;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing:0px;
}
h2 {
	font-size: 24px;
	line-height:28px;
	color:#a5a5a5;
	font-weight:normal;	
	font-family: 'Cormorant Garamond', serif;
}
h3 {
	font-size: 27px;
	line-height:30px;
	padding-bottom:20px;
	font-family: 'Cormorant Garamond', serif;
	font-weight:bold;	
}
h4 {
	padding-top:10px;
    font-weight:normal;
	font-size:0.9em;
	text-align:center;
	color:#C0C0C0;
	font-style:italic;
}

#container {
    margin-top:30px;
	padding:0px;
}
#content {
	padding-top:87px;
	
}
#header {
	padding-bottom:20px;
	padding-top: 30px;
	background:#fff;
	position:fixed;
	z-index:1000;
	width:100%;
	text-align:center;
	top:0px;
}
#menu {
    position: fixed;
    z-index: 1999;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    background: #f1f1f1;
    transform: translateY(-100%);
    transition: 0.5s;
}
body.menu_expanded #menu {
    transform: translateY(0);
    transition: 0.5s;
}
#menu > .wrapper {
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    padding: 0 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#menu > .wrapper > ul {
    width: 100%;
}
#menu ul li:nth-child(2) { 
	display:none;
}
#menu ul.children li a {
	font-size:14px;
	color:#a5a5a5;
}

#menu ul > li a {
    padding: 5px 0 5px 0;
    font-size: 40px;
    line-height: 43px;
    color: #333;
    display: block;
		font-family: 'Cormorant Garamond', serif;
}
#menu ul li:hover > a {
   
}
#menu ul li:hover > a {
    color: #9a1938;
}
#menu .contact {
	padding-top:50px;
    width: 100%;
    color: #9a1938;
}
#menu .contact > p {
    background: url('../img/px_pink.png') no-repeat center 0;
    background-size: 35px 1px;
		padding-top:20px;
}
#menu .contact > p.address {
    margin-bottom: 50px;
}
#menu .contact > p.address a {
    color: #ad193c;    
    text-decoration: underline;
}
#menu_button {
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 40px;
    top: 35px;
    background: url('../img/menu.png') no-repeat;
    background-size: 100%;
    z-index: 2000
}
body.menu_expanded #menu_button {
    background: url('../img/close.svg') no-repeat;
    background-size: 100%;
}
#content {
}
#footer {
   
}

@media only screen and (max-width: 767px) {
    #logo {
        right: 20px;
    }
	h1 {
	    font-size: 30px;
	}
    #menu_button {
        left:10px;
		top:25px;
    }
    #down_button {
        display:none;
    }
    #menu > .wrapper {
        padding: 0 20px;
    }
    #menu > .wrapper > ul {
        padding: 0;
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    #menu .contact {
        width: 100%;
        float: none;
        padding-left: 0;
    }
  
}




/* Slideshow */
.slideshow {
    width: 95%;
    position: relative;
    z-index: 1;
    height: auto;
    margin: auto;
    overflow: hidden;
	padding:0px 200px;
	box-sizing:border-box;
}
.slideshow li .ratio {
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}
.slideshow li .wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.slideshow video,
.slideshow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slideshow .flex-control-nav {
    display: none;
}
.slideshow .flex-control-nav {
    color: #fff;
    margin: 20px 0 40px 20%;
}
.slideshow .flex-control-nav li {
    display: inline-block;
}
.slideshow .flex-control-nav li a {
    display: block;
    margin-right: 20px;
    cursor: pointer;
    opacity: 0.5;
    color: #fff;
}
.slideshow .flex-control-nav li a:hover,
.slideshow .flex-control-nav li a.flex-active {
    opacity: 1;
}

#next,
#prev {
	position: absolute;
	top: 0px;
	bottom: 0;
	z-index: 150;
	cursor: pointer;
	width: 40%;
	line-height: 500px;
	z-index:1000;
}
#next {
	right:0px;
	text-align: right;
}
#prev  {
	left:0px;
}
#next:hover {
	background-image: url("../../app/img/arrow_right.png");
	background-repeat : no-repeat;
	background-position : right center;
	background-size: 30px;
}

#prev:hover {
	background-size: 30px;
	background-repeat : no-repeat;
	background-image: url("../../app/img/arrow_left.png");
	background-position : left center;
}



