/*------------------------------------------------------------------
Project:	Nantes - multi purpose one-page template
Version:	1.0
Last change:	18/02/2016 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page
-------------------------------------------------------------------*/

/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);

/*--------------------
Color customizations
change these colors to change overlays
--------------------*/

.mz-module:hover .ot-circle.color1 {
    color: #C54A4A;
}

.mz-module:hover .ot-circle.color2 {
    color: #efefef;
}

.mz-module:hover .ot-circle.color3 {
    color: #6EB377;
}

.mz-module:hover .ot-circle.color4 {
    color: #FCBE03;
}

/*--------------------
1. General
--------------------*/

body {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #232323;
}

.dark-bg p {
    color: #dedede;
}

.light-bg p {
    color: #343434;
}

.blue-bg p {
    color: #dedede;
}

a:hover, a:focus, a:active, a.active {
    color: #fec503;
}

a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

::selection {
    text-shadow: none;
    background: #990000;
}

ul {
    padding-left: 0;
    padding-top: 10px;
}

ul li {
    list-style: none;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000000;
}


/*--------------------
1.1 Reset bootstrap
--------------------*/

/*.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}*/

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
    background-color: #000;
    /* border-color: transparent */
}

.navbar-default .navbar-brand {
    color: #000;
    padding: 0px;
    margin-left: 10px;
}

.navbar-default .navbar-brand .logo {
    padding-left: 10px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #efefef;
}

.navbar-default .navbar-collapse {
    /* border-color: rgba(255,255,255,.02) */
}

.navbar-default .navbar-toggle {
    background-color: #ffffff;
    /* border-color: #990000 */
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
    /* border-color: transparent */
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #efefef;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #990000;
    outline: 0;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #990000;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503;
}

@media (min-width:768px) {
    .navbar-default {
        background-color: rgba(0, 0, 0, 0.65);
        padding: 5px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0;
    }
    
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        margin-top: 10px;
        margin-left: 10px;
    }
    
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }
    
    .navbar-default.navbar-shrink {
        background-color: #000;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        padding: 5px 0;
        filter: alpha(opacity=65);
        -moz-opacity: 0.65;
        opacity: 0.65;
    }
    
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
        margin-top: 10px;
    }
}

/*--------------------
3. Header
--------------------*/

header {
    margin-top: 80px;
}

.owl-slider-item {
    position: relative;
    width: 90%;
}

.owl-slider-item img {
    opacity: 0.7;
}

.owl-slider .owl-controls {
    position: absolute;
    left: 0;
    top: 38%;
    width: 100%;
    z-index: -1;
}

.owl-slider .owl-controls .owl-nav [class*=owl-] {
    padding: 30px 40px;
    background: rgba(0, 0, 0, 0.26);
    border-radius: 0;
    margin: 0;
    font-size: 30px;
    z-index: 1000;
}

.owl-slider .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-slider .owl-controls .owl-prev {
    float: left;
}

.owl-slider .owl-controls .owl-next {
    float: right;
}

.intro-text {
    padding-top: 75px;
    padding-bottom: 50px;
    position: absolute;
    top: 50px;
    text-align: center;
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    .intro-text {
        padding-top: 230px;
        padding-bottom: 400px;
    }
}

.intro-text .intro-lead-in {
    display: inline-block;
    margin-bottom: 25px;
    padding: 4px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    line-height: 26px;
}

@media (min-width: 768px) {
    .intro-text .intro-lead-in {
        font-size: 50px;
        line-height: 40px;
        margin-bottom: 45px;
    }
}

.intro-text .intro-heading {
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
    letter-spacing: -3px;
    word-spacing: 10px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 768px) {
    .intro-text .intro-heading {
        line-height: 95px;
        font-size: 77px;
        margin-bottom: 50px;
    }
}

/*--------------------
4. Sections
--------------------*/

.section-title h2 {
    font-size: 36px;
    color: #898989;
    font-weight: 400;
    letter-spacing: 0.6px;
    position: relative;
    padding-bottom: 15px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
}

.section-title h2:after {
    left: 50%;
    z-index: 1;
    width: 60px;
    height: 3px;
    content: " ";
    bottom: -5px;
    margin-left: -30px;
    text-align: center;
    position: absolute;
    background: #D4D4D4;
}

.dark-bg .section-title h2 {
    color: #fff;
}

.section-title p {
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
}

/*--------------------
4.1. CTA sectoin
--------------------*/

.section-cta {
    color: #fff;
    background-color: #1D2A09;
    opacity: 76%;
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
}

.section-cta h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 20px;
}

.button-cta {
    border: 2px solid #fff;
    padding: 10px 50px;
    font-size: 21px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .4s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -o-transition: all .5s ease; /* IE 9 */
    -ms-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.button-cta:hover {
    color: #000;
    background-color: #fff;
    text-decoration: none;
}

/*--------------------
4.1. About
--------------------*/

.mz-module {
    position: relative;
    margin-bottom: 30px;
}

.mz-module-about {
    border: 1px solid #E6E6EA;
    min-height: 280px;
    padding: 10px;
    background-color: #E5E2D2;
}

.mz-module-about h3 {
    font-weight: 700;
    font-size: 16px;
    /* text-transform: uppercase; */
    color: #424242;
    /* letter-spacing: 2px; */
    margin-bottom: 10px;
    line-height: 22px;
}

.dark-bg .mz-module-about h3 {
    color: #006600;
}

.mz-module-about p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #545454;
}

.mz-module-button {
    background-color: #B6B6C3;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.mz-module:hover .mz-module-button {
    bottom: -45px;
    opacity: 1;
}

.mz-module-button:hover {
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
}

.mz-module-button {
    color: #fff;
}

.ot-circle {
    height: 95px;
    width: 95px;
    text-align: center;
    line-height: 98px;
    color: #FFFFFF;
    margin: 0 2px 4px;
    font-size: 75px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

/*--------------------
4.2. Featured
--------------------*/

.featured-item {
    margin-bottom: 15px;
    height: 130px;
}

.featured-icon {
    float: left;
    font-size: 22px;
    border-radius: 5px;
    width: 55px;
    height: 55px;
    background-color: #F8F8F8;
    line-height: 50px;
    text-align: center;
}

.featured-text {
    text-align: left;
    margin-left: 70px;
}

.featured-text h4 {
    color: #888888;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.featured-text p {
    color: #cfcfcf;
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
    margin: 0 0 30px;
    font-weight: 800;
    color: #5D5D5D;
}

.section-text h4 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 17px;
}

.dark-bg .section-text h3 {
    color: #dfdfdf;
}

.dark-bg .section-text h4 {
    color: #dfdfdf;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
    position: relative;
    overflow: hidden;
    margin: 0 1px 1px 0;
    background: #726FB9;
    text-align: center;
    cursor: pointer;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ot-portfolio-item {
    position: relative;
	margin: 0.5px;
}

.food_box {
    z-index: 2;
    position: absolute;
    bottom: 16px;
    left: 16px;
    text-align: left;
    color: #fff;
    line-height: 1;
    font-family: "a-otf-ryumin-pr6n", serif;
    pointer-events: none;
}

.modal_food_category,.food_title {
    display: inline-block;
    width: 96px;
	margin: 0 0 5px;
    padding: 4px 12px;
    color: #fff;
    text-align: center;
    font-family: "linotype-didot", serif;
    border-radius: 50px;
    background: #881c2b;
}

.food_text {
    margin: 0;
    font-size: 13px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    line-height: 1.2;
}

.food_btn_wrap {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.35s ease;
}

.food_btn_wrap:hover {
    opacity: 0.8;
}

.food_btn_wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.food_btn_wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    pointer-events: none;
}

.food_btn {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-block;
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 100%;
    line-height: 1;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.35s ease;
}

.food_btn_wrap:hover .food_btn {
    color: #c0a56a;
    background: rgba(255, 255, 255, 1);
}

.ot-portfolio-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.ot-portfolio-item figure figcaption, 
.ot-portfolio-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
    z-index: 2;
    background: #000;
    margin-bottom: 1px;
}

figure.effect-bubba img {
    opacity: 0.90;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    z-index: 3;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba h2 {
    opacity: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 23%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
    background-color: #f8f8f8;
}

.dark-bg {
    background-color: #232323;
    color: #fff;
}

.blue-bg {
    background-color: #222839;
    color: #555;
}

.short-section {
    border-top: 1px solid #5D5D5F;
    border-bottom: 1px solid #5D5D5F;
    padding-top: 70px;
    padding-bottom: 70px;
}

.counter-item h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
}

.counter-item h6 {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

/*--------------------
4.5. Partners Slider
--------------------*/

.owl-portfolio .owl-controls {
    position: absolute;
    left: 0;
    top: 38%;
    width: 100%;
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-] {
    padding: 8px 17px;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 0;
    margin: 0;
    font-size: 20px;
    z-index: 1000;
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-portfolio .owl-controls .owl-prev {
    float: left;
}

.owl-portfolio .owl-controls .owl-next {
    float: right;
}

.owl-portfolio-item {
    text-align: center;
    display: inline-block;
}

.partner-logo {
    height: 80px;
    text-align: center;
    display: inline-block;
}

.partner-logo img {
    height: 100%;
    width: auto !important;
}

.owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FCBE03;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 15px 7px 0 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FCBE03;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
    text-align: center;
    background-color: #fff;
}

.team-item h3 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #2D2D2D;
}

.team-item .team-position {
    color: #555;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}

.team-item p {
    font-size: 12px;
    font-weight: 400;
    color: #292929;
    padding: 5px 10px 20px 10px;
    line-height: 18px;
}

.team-socials {
    padding-bottom: 25px;
}

.team-socials a {
    color: #565656;
    font-size: 16px;
    margin: 0 10px;
}

.team-socials a:hover {
    color: #990000;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
    margin-top: 15px;
}

section#contact.form-group {
    margin-bottom: 25px;
}

section#contact .form-group input, 
section#contact .form-group textarea {
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    font-size: 13px;
}

.contact h3 {
    margin-bottom: 30px;
}

.contact p {
    font-size: 13px;
}

.contact .day {
    display: inline-block;
    width: 80px;
}

.contact i {
    margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

footer {
    padding: 20px;
    background-color: #000;
}

footer p {
    color: #B7B7B7;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px;
}

footer p a {
    color: #fff;
}

footer p a span {
    color: #FCBE03;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
	position: relative;
	border: none;
    border-radius: 0;
}

.modal-dialog{
	display: flex;
	align-items: center;
	min-height: 100%;
	margin: 0 auto;
  }

.modal-content .close {
	z-index: 1;
	position: absolute;
	top: 16px;
	right: 16px;
    font-size: 30px;
    text-shadow: none;
    filter: none;
	color: #fff;
	opacity: 1;
}

/*.modal-header .close {
    font-size: 30px;
}*/

.modal-title {
    text-transform: uppercase;
    font-size: 23px;
}

.modal-body {
    padding: 0;
}

.modal_food_textarea {
	padding: 30px 16px;
	line-height: 1;
}

 /*.modal-body p {
    margin: 30px 20px;
    color: #2D2D2D;
}*/

.modal_food_category{
    width: 96px;
	color: #fff;
}

.modal_food_name{
	font-size: 16px;
    line-height: 1.5;
}

.modal_food_text{
	margin: 0;
	line-height: 1.5;
}

.modal-works {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 25px 20px;
}

.modal-works span {
    background-color: #990000;
    margin-right: 15px;
    padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, 
.btn-xl:focus, 
.btn-xl:active, 
.btn-xl.active, 
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #dfdfdf;
    border-color: #dfdfdf;
}

.btn:hover, 
.btn:focus, 
.btn:active, 
.btn.active, 
.open .dropdown-toggle.btn {
    color: #fff;
    background-color: #dfdfdf;
    border-color: #dfdfdf;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    background-color: #990000;
}

.btn-xl {
    color: #fff;
    background-color: #FCBE03;
    /* border-color: #726FB9; */
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 17px 45px;
}

/* Back to top button
---------------------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}

#back-top02 {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 150px;
}

#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top02 a {
    width: 250px;
    height: 60px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #c0a56a;
    background: #840000;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    background: #990000;
}

#back-top02 a:hover {
    background: #990000;
}

/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

#back-top02 i {
    margin-top: 10px;
    font-size: 20px;
}


@media only screen
and (min-width : 320px)
and (max-width : 480px) {
    #back-top {
        position: fixed;
        bottom: 14px;
        right: 30px;
        float: right;
    }
    
    #back-top a {
        width: 44px;
        height: 44px;
    }
    
    #back-top i {
        margin-top: 7px;
        font-size: 20px;
    }
    
    #back-top02 {
        position: fixed;
        bottom: 14px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    
    #back-top02 a {
        height: 46px;
    }
    
    #back-top02 i {
        margin-top: 0px;
        font-size: 20px;
    }
}

.video-wrap {
    position: relative;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-top: 69px;
    padding-bottom: 50%;
    overflow: hidden;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif !important;
    background: #060b00;
}

.container {
    width: 980px;
}

.contentsArea {
    padding: 70px 0;
}

/*header{background:url(../images/mainBK.jpg) repeat-x;} */
.mainImg {
    background: url(../images/main.png) center center / cover no-repeat;
}

header h2 {
    margin: 0 !important;
}

.mainImg .mainImgIn .mainImgTit {
    font-size: 43px;
    color: #ffffff;
    line-height: 110%;
    margin-top: 30px;
}

.mainImg .mainImgIn .mainImgTxt {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 130%;
    margin-top: 30px;
}

.date {
	font-size: 32px;
    font-family: "linotype-didot", serif;
	background: linear-gradient(to bottom, #e0be76 0%, #cfa654 50%, #a3772c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* Safari・Chrome対応 */
	background-clip: text;
	color: transparent;
}

.mainImg .mainImgIn .mainImgArea {
    background: url(../images/mainImgBK.png);
}

.mainImg .mainImgIn .mainImgArea .mainImgBox {
    padding: 120px 0 120px;
    width: 980px;
    margin: 0 auto;
}

.section-cta {
    background-color: #840000;
    padding: 15px 0;
}

.section-cta p {
    box-sizing: border-box;
    color: #ffffff;
    float: left;
    font-size: 16px;
    padding-top: 13px;
}

.section-cta a.btn {
    float: right;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #840000;
    border: 1px solid #c0a56a;
    color: #c0a56a;
    width: 255px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    padding-top: 10px;
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.section-cta a:hover {
    text-decoration: none;
    background: #9e0101;
}

.res {
    background-color: #840000;
    padding: 15px 0;
}

.res p {
    box-sizing: border-box;
    color: #ffffff;
    float: left;
    font-size: 16px;
    padding-top: 13px;
}

.res a.btn {
    float: right;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #040032;
    border: 1px solid #c0a56a;
    color: #c0a56a;
    width: 255px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    padding-top: 10px;
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.section-cta a:hover {
    text-decoration: none;
    background: #9e0101;
}

.pointArea {
    text-align: center;
}

.pointArea h3 {
    font-size: 42px;
    color: #c0a56a;
    text-align: center;
}

.pointArea h3 span {
    font-size: 18px;
    color: #ffffff;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.point1Area {
    margin-top: 30px;
}

.point1Area img {
    margin-right: 20px;
}

.point1Area .pointTXT {
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 160%;
}

.point1Area .pointTXT img {
    margin-bottom: 20px;
}

.point2Area {
    margin-top: 30px;
}

.point2Area img {
}

.point2Area .pointTXT {
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 160%;
    margin: 0 30px;
}

.point2Area .pointTXT img {
    margin-bottom: 20px;
}

.point3Area {
}

.point3Area img {
    margin: -40px 20px 0 0;
}

.point3Area .pointTXT {
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 160%;
    margin-top: 70px;
}

.point3Area .pointTXT img {
    margin-bottom: 20px;
}

.point4Area {
    margin-top: 30px;
}

.point4Area img {
}

.point4Area .pointTXT {
    text-align: right;
    color: #ffffff;
    font-size: 16px;
    line-height: 160%;
    margin: 0 30px 0 70px;
}

.point4Area .pointTXT img {
    margin-bottom: 20px;
}

.dinnerArea {
    text-align: center;
    margin-top: 70px;
}

.dinnerArea h3 {
    font-size: 42px;
    color: #c0a56a;
    text-align: center;
}

.dinnerArea h3 span {
    font-size: 18px;
    color: #ffffff;
    display: block;
}

.dinnerAreaRight {
    float: left;
    text-align: left;
    width: 46%;
}

.dinnerAreaRight h4 {
    font-size: 30px;
    color: #c0a56a;
}

.dinnerAreaRight ul li {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 130%;
}

.dinnerAreaRight ul li.bb {
    font-size: 18px;
}

.dinnerBox {
    margin-top: 30px;
}

.greenBK {
    background: #035c00;
    background: -moz-linear-gradient(top, #035c00 50%, #023900 100%);
    background: -webkit-linear-gradient(top, #035c00 50%, #023900 100%);
    background: linear-gradient(to bottom, #035c00 50%, #023900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035c00', endColorstr='#023900', GradientType=0);
    color: #ffffff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 13px;
}

.midoriBK {
    background: #035c00;
    background: -moz-linear-gradient(top, #035c00 0%, #023900 100%);
    background: -webkit-linear-gradient(top, #035c00 0%, #023900 100%);
    background: linear-gradient(to bottom, #035c00 0%, #023900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035c00', endColorstr='#023900', GradientType=0);
    color: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 13px;
}

.dinnerDate {
    border-top: 1px dashed #c0a56a;
    margin-top: 20px;
    color: #ffffff;
    padding: 20px 0;
}

.dinnerDate dl dd span {
    font-size: 18px;
}

.dinnerDate h5 {
    font-size: 20px;
    color: #c0a56a;
    margin: 0 0 10px;
}

.dinnerDate p {
    margin: 0;
    font-size: 16px;
    line-height: 140%;
}

.dinnerDate02 {
    border-top: 1px dashed #c0a56a;
    color: #ffffff;
    padding-top: 20px;
}

.dinnerDate02 h5 {
    font-size: 20px;
    color: #c0a56a;
    margin: 0 0 10px;
}

.dinnerDate02 dl {
    margin: 0;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 0px;
}

.dinnerDate02 dl dt {
    float: left;
    width: 4%;
}

.dinnerDate02 dl dd {
    float: left;
    width: 95%;
}

.menu h3 {
    font-size: 36px;
    color: #c0a56a;
    text-align: center;
    margin: 0 0 20px;
}

.artistArea h3 {
    font-size: 42px;
    color: #c0a56a;
    text-align: center;
    margin-top: 70px;
}

.artistArea h3 span {
    font-size: 18px;
    color: #ffffff;
    display: block;
}

.artistArea .note-text {
    font-size: 28px;
    color: #c0a56a;
}


.artistArea h4 {
    color: #c0a56a;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    text-align: left;
}

.artistArea .artistBox p.amCap {
    font-size: 20px;
    color: #ffffff;
    margin: 20px 0;
}

.artistArea .artistShowBox {
    background: url(../images/artistCapBK.jpg);
    width: 100%;
}

.artistArea .artistShowBox .artistShowBoxIn {
    background: url(../images/artistCapTop.png) top no-repeat, url(../images/artistCapDown.png) bottom no-repeat;
    padding: 40px;
    box-sizing: border-box;
    background-size: contain;
}

.artistShowBox .artistShowBoxDate h6 {
    color: #e00000;
    font-size: 16px;
    font-weight: bold;
    line-height: 130%;
}

.artistShowBox .artistShowBoxDate {
    font-weight: bold;
    margin: 20px 0;
}

.artistShowBox .artistShowBoxDate p {
    padding-left: 16px;
}

.artistShowBox .artistShowBoxDate span {
    font-weight: normal;
    font-size: 12px;
}

.artistShowBox .artistShowBoxDate p {
    color: #1c1c1c;
    font-size: 16px;
}

.artistShowBox .artistShowBoxDate p.artistShowBoxDateBox {
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 0;
}

.artistAreaBK {
    background: url(../images/artistBK.jpg) no-repeat right bottom;
    background-color: #000000;
    background-size: cover;
}

.artistArea .artistShowBox .artistShowBoxIn h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
}

.artistArea .artistShowBox .artistShowBoxIn h5 span {
    display: block;
    font-size: 14px;
}

figure.effect-bubba img {
    opacity: 1;
    width: 100%;
}

.artistShowBtn {
    text-align: center;
    width: 60%;
    margin-bottom: 20px;
}

.artistShowBtn a {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #c0a56a;
    padding: 12px;
    width: 100%;
    font-size: 20px;
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border: 2px solid #c0a56a;
}

.artistShowBtn a:hover {
    text-decoration: none;
    background: #f6e7c5;
}

.amImg {
    float: right;
    width: 47%;
    margin-right: 3%;
    margin-top: 60px;
}

.artistR {
    float: left;
    width: 50%;
    margin-top: 60px;
}

.artistMovie {
    background: url(../images/mainImgBK.png);
    padding: 40px 0;
    text-align: center;
}

.item {
    z-index: 99999;
}

.artistMovie h3 {
    font-size: 36px;
    color: #c0a56a;
    text-align: center;
    margin: 0 0 20px;
}

.infoArea {
    padding-bottom: 70px;
}

.infoArea h3 {
    font-size: 42px;
    color: #c0a56a;
    text-align: center;
    margin-top: 70px;
}

.infoArea h3 span {
    font-size: 18px;
    color: #ffffff;
    display: block;
}

.infoArea .infoCap {
    color: #ffffff;
}

.infoArea .infoCap span {
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
}

.infoArea h4 {
    color: #ffffff;
    text-align: center;
    margin: 30px 0;
    font-size: 24px;
}

dl#acMenu {
    margin-bottom: 50px;
}

.modal-body p span {
    font-size: 16px;
    font-weight: bold;
}

.container {
    padding: 0;
}


#acMenu dt {
    text-align: left;
    color: #ffffff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: #323232;
    display: block;
    border: #666 1px solid;
    cursor: pointer;
    background: url(../images/qa_BK.png), url(../images/qaArrowOff.png) right no-repeat;
    padding: 20px;
    border-bottom: none;
    font-size: 16px;
}

#acMenu dd {
    background: #f2f2f2;
    text-align: left;
    border: #666 1px solid;
    display: none;
    padding: 20px;
}

#acMenu dt:hover {
    background: url(../images/qa_BK.png), url(../images/qaArrowOff.png) right no-repeat;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: #7e0101;
}

#acMenu dt.active {
    background: url(../images/qa_BK.png), url(../images/qaArrowOn.png) right no-repeat;
    background-color: #7e0101;
}

#acMenu dt.last {
    border-bottom: #666 1px solid;
}

.infoArea {
    padding: 0 3%;
}

/*.dinnerBK{background:url(../images/dinnerBK.jpg) top no-repeat; background-size: contain;}*/

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

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

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

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

.mt60 {
    margin-top: 60px !important;
}

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

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

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

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

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

.fs14 {
    font-size: 14px !important;
}

.fs16 {
    font-size: 16px !important;
}

.spnone {
    display: inherit;
}

.pcnone {
    display: none;
}


.list-mv07 {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
}

.mv07 {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

@media only screen and (max-width: 991px) {
    .container {
        width: 100%;
        padding: 0 3%;
    }

    .mainImg .mainImgIn .mainImgArea .mainImgBox {
        width: 100%;
        padding: 60px 0 80px;
        margin: 0 auto;
        text-align: center;
    }

    .mainImg .mainImgIn .mainImgArea .mainImgBox h2 img {
        max-width: 80%;
        height: auto;
    }

    .mainImg .mainImgIn .mainImgTit {
        font-size: 32px;
    }

    .mainImg .mainImgIn .mainImgTxt {
        font-size: 18px;
    }

    .section-cta p,
    .section-cta a.btn {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .dinnerBox img {
        width: 100%;
        height: auto;
		margin-bottom: 10px;
    }

    .dinnerAreaRight {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .amImg,
    .artistR {
        float: none;
        width: 94%;
        margin: 30px auto 0;
        padding: 0 3%;
    }

    .pcnone {
        display: inline;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
        text-align: center;
    }
    
    .navbar {
        padding: 3%;
    }
    
    .mainImg .mainImgIn .mainImgArea .mainImgBox {
        padding: 3% 3% 66%;
        width: 100%;
        margin: 0 auto;
    }
    
    .mainImg .mainImgIn .mainImgArea .mainImgBox h2 img {
        width: 80%;
    }
    
    .mainImg .mainImgIn .mainImgArea .mainImgBox {
        text-align: center;
    }
    
    .mainImg {
        background: url(../images/mainImg.png) bottom no-repeat;
        background-size: contain;
    }
    
    .mainImg .mainImgIn .mainImgTit {
        font-size: 24px;
        padding-top: 10px;
    }
    
    .mainImg .mainImgIn .mainImgTxt {
        font-size: 16px;
    }
    
    .date {
        font-size: 28px;
    }
    
    
    .section-cta p {
        float: none;
    }
    
    .section-cta a.btn {
        float: none;
        display: block;
        margin: 0 auto;
    }
    
    .pointArea {
        padding: 0 3%;
    }
    
    .pointImg {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .point3Area {
        margin-top: 30px;
    }
    
    .point3Area img {
        margin: 0;
    }
    
    .point3Area .pointTXT {
        margin: 10px 0 0;
    }
    
    .point2Area .pointTXT {
        margin: 0;
    }
    
    .point4Area .pointTXT {
        margin: 0;
    }
    
    .dinnerArea {
        padding: 0 3%;
    }
    
    .dinnerBox img {
        width: 100%;
    }
    
    .dinnerAreaRight {
        width: 100%;
    }
    
    .dinnerAreaRight h4 {
        font-size: 24px;
    }
    
    .amImg {
        float: none;
        width: 94%;
        margin: 30px auto 0;
        padding: 0 3%;
    }
    
    .amImg img {
        width: 90%;
    }
    
    .artistR {
        float: none;
        width: 94%;
        padding: 0 3%;
        margin: 30px auto 0;
        text-align: left;
    }
    
    .artistShowBtn {
        width: 100%;
    }
    
    .infoArea .infoCap {
        text-align: left;
    }
    
    .owl-slider-item {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    
    .owl-slider-item iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
    
    h3 {
        font-size: 32px;
    }
    
    .artistMovie h3,
    .menu h3 {
        font-size: 28px;
    }
    
    .spnone {
        display: none;
    }
    
    .pcnone {
        display: inline;
    }
}