@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900);

@charset "UTF-8";

/*----------------------
 * 1. GENERAL
 *   1.1  Grids
 *   1.2  Margin
 *   1.3  Text
 *   1.4  Titles and Subtitles
 *   1.5  Tables
 *   1.6  Breadcrumb
 *   1.7  Buttons
 *   1.8  Lists
 *   1.9  Forms
 *   1.10 Div Wraps
 *   1.11 Animations
 *   1.12 Other Elements
 *        1.12.1 plugins
 *        1.12.2 page top
 * 2. HEADER
 * 	  2.1 Main Nav
 *        2.1.1 main-nav-xs (sp-only)
 *        2.1.2 sns Icon
 * 3. MAIN VISUAL
 * 4. TOP PAGE
 *    4.1 Info
 *    4.2 About
 *    4.3 News
 *    4.4 Menu
 *    4.5 Notice
 *    4.6 Instagram
 * 5. CONTENT
 *    5.1 Slider
 *    5.2 Cate Main
 * 	  5.3 Block Img Wrap
 *    5.4 About
 *    5.5 Menu
 *    5.6 Access
 *    5.7 Contact
 *    5.8 Sitemap
 * 6. FOOTER
 * 7. INTERACTIONS
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html,
body {
	overflow-x: hidden;
}
body {
    font-family: "游ゴシック",YuGothic, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
	letter-spacing: 0.02em;
	background: #000;
	color: #fff;
	line-height: 1.8;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 13px;
    }
}

a {
    color: #fff;
}
a:hover {
    cursor: pointer;
    color: #fff;
}
a:focus {
  outline: none;
  overflow: hidden;
  text-decoration: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
	color: #fff;
}
a[href^="tel:"]:hover {
	text-decoration: none;
	color: #fff;
}
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

hr {
     border-top: 1px solid #dedede;
     margin-top: 20px;
     margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-weight: 500;
}
strong.bold60 {
    font-weight: 600;
}

.section-wrap {
    margin-top: 80px;
    margin-bottom: 80px;
}
body#top-page .section-wrap {
    margin-top: 100px;
    margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
    .section-wrap {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    body#top-page .section-wrap {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}

main {
    width: 100%;
    margin: 0;
    padding: 0;
}

.flex-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.flex-center {
    display: flex;
    flex-flow: row wrap;
    /*justify-content: center;*/
    align-items: center;
    align-content: center;
}

.waku-box,
.sub-waku {
    border: 1px solid #ccc;
    margin: 40px 0 10px;
    padding: 10px 20px 7px;
    position: relative;
    z-index: 20;
}
.sub-waku {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding-top: 12px;
    padding-bottom: 10px;
    font-family: "A1明朝", serif !important;
    letter-spacing: 0.08em;
}
.waku-box:after,
.sub-waku:after {
    border: 1px solid #ccc;
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.waku-box p {
	position: relative;
	z-index: 30;
}
@media only screen and (max-width: 767px) {
    .waku-box {
        margin-top: 30px;
        padding: 5px 20px 3px;
    }
    .sub-waku {
        margin: 0 0 20px;
        padding: 8px 20px 6px 15px;
        font-size: 15px;
    }
}

/* 1.1 Grids
 * ------------------------------*/
.row-flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.row-flex + .row-flex {
    padding-top: 20px;
}
@media only screen and (max-width: 767px) {
    .row-flex {
        flex-wrap: wrap;
    }
    .row-flex .order1 {
        order: 1;
    }
    .row-flex .order2 {
        order: 2;
    }
}

/*** 1.1.1 Base 10 Grids ***/
.col-base10-xs-0 {
  width: 0%;
}

.col-base10-xs-1 {
  width: 10%;
}

.col-base10-xs-2 {
  width: 20%;
}

.col-base10-xs-3 {
  width: 30%;
}

.col-base10-xs-4 {
  width: 40%;
}

.col-base10-xs-5 {
  width: 50%;
}

.col-base10-xs-6 {
  width: 60%;
}

.col-base10-xs-7 {
  width: 70%;
}

.col-base10-xs-8 {
  width: 80%;
}

.col-base10-xs-9 {
  width: 90%;
}

.col-base10-xs-10 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-0 {
    width: 00%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-0 {
    width: 00%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-0 {
    width: 00%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-1 {
    width: 10%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-1 {
    width: 10%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-1 {
    width: 10%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-2 {
    width: 20%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-2 {
    width: 20%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-2 {
    width: 20%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-3 {
    width: 30%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-3 {
    width: 30%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-3 {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-4 {
    width: 40%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-4 {
    width: 40%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-4 {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-5 {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-5 {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-5 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-6 {
    width: 60%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-6 {
    width: 60%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-6 {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-7 {
    width: 70%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-7 {
    width: 70%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-7 {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-8 {
    width: 80%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-8 {
    width: 80%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-8 {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-9 {
    width: 90%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-9 {
    width: 90%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-9 {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-10 {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-10 {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-10 {
    width: 100%;
  }
}

/* 1.2  Margin
 * ------------------------------*/
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }

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

.pt00 { padding-top: 0 !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }

.pb00 { padding-bottom: 0 !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }

@media only screen and (max-width: 767px) {
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt10-xs {
        margin-top: 10px !important;
    }
    .mt20-xs {
        margin-top: 20px !important;
    }
    .mt30-xs {
        margin-top: 30px !important;
    }
    .mt40-xs {
        margin-top: 40px !important;
    }
    .mt50-xs {
        margin-top: 50px !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb10-xs {
        margin-bottom: 10px !important;
    }
    .mb20-xs {
        margin-bottom: 20px !important;
    }
    .mb30-xs {
        margin-bottom: 30px !important;
    }
    .mb40-xs {
        margin-bottom: 40px !important;
    }
    .mb50-xs {
        margin-bottom: 50px !important;
    }
    .mr00-xs {
        margin-right: 0 !important;
    }
    .pt00-xs {
        padding-top: 0 !important;
    }
    .pt10-xs {
        padding-top: 10px !important;
    }
    .pb00-xs {
        padding-bottom: 0 !important;
    }
    .pb10-xs {
        padding-bottom: 10px !important;
    }
}

/* 1.3 Text
 * ------------------------------*/
p {
    line-height: 2;
}
.line-height235 {
    line-height: 2.35 !important;
}
.line-height3 {
    line-height: 3 !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
@media only screen and (max-width: 767px) {
    p {
        line-height: 1.8 !important;
    }
    .line-height235,
    .line-height3 {
        line-height: 1.8 !important;
    }
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
}

.letter-spacing00 {
    letter-spacing: 0 !important;
}

.txt-min {
    font-family: "A1明朝", serif !important;
    letter-spacing: 0.08em;
}
.txt-gothic {
    font-family: "游ゴシック",YuGothic, sans-serif !important;
}

.txt-source-sans {
    font-family: 'Source Sans Pro', sans-serif !important;
    letter-spacing: 0.05em;
    font-weight: 300;
}
.txt-source-sans.bold40 {
    font-weight: 400 !important;
}
.txt-source-sans.bold60 {
    font-weight: 600 !important;
}
.txt-source-sans.bold70 {
    font-weight: 700 !important;
}

.txt-montserrat {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.txt-montserrat.bold50 {
    font-weight: 500 !important;
}
.txt-montserrat.bold60 {
    font-weight: 600 !important;
}
.txt-montserrat.bold70 {
    font-weight: 700 !important;
}

.txt-roboto {
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.txt-roboto.bold50 {
    font-weight: 500 !important;
}
.txt-roboto.bold70 {
    font-weight: 700 !important;
}
.txt-roboto.bold90 {
    font-weight: 900 !important;
}

.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #e50012 !important;
}
.txt-gold,
.txt-gold a,
.txt-gold a:hover {
    color: #af914d !important;
}
.txt-gray,
.txt-gray a,
.txt-gray a:hover {
    color: #a6a6a7 !important;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.f10 { font-size: 10px !important; }
.f11 { font-size: 11px !important; }
.f12 { font-size: 12px !important; }
.f13 { font-size: 13px !important; }
.f14 { font-size: 14px !important; }
.f15 { font-size: 15px !important; }
.f16 { font-size: 16px !important; }
.f17 { font-size: 17px !important; }
.f18 { font-size: 18px !important; }
.f19 { font-size: 19px !important; }
.f20 { font-size: 20px !important; }
.f21 { font-size: 21px !important; }
.f22 { font-size: 22px !important; }
.f23 { font-size: 23px !important; }
.f24 { font-size: 24px !important; }
.f25 { font-size: 25px !important; }
@media only screen and (max-width: 991px) {
    .f18, .f19 {
        font-size: 16px !important;
    }
    .f20, .f21 {
        font-size: 17px !important;
    }
    .f22, .f23 {
        font-size: 18px !important;
    }
    .f24, .f25 {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 767px) {
    .f13, .f14 {
        font-size: 12px !important;
    }
    .f15, .f16 {
        font-size: 13px !important;
    }
    .f17, .f18 {
        font-size: 14px !important;
    }
    .f19, .f20, .f21 {
        font-size: 15px !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 16px !important;
    }
    .f15-xs {
        font-size: 15px !important;
    }
    .f14-xs {
        font-size: 14px !important;
    }
    .f13-xs {
        font-size: 13px !important;
    }
    .f12-xs {
        font-size: 12px !important;
    }
}

/* 1.4 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
}

.section-ttl {
    display: block;
    margin: 0 0 10px;
    font-size: 40px;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.12em;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
}
.section-ttl div {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    text-align: left;
    line-height: 1.5;
}
.section-ttl div::before,
.section-ttl div::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 500%;
    height: 1px;
    background-color: #f1f1f1;
}
.section-ttl div::before {
    right: 100%;
}
.section-ttl div::after {
    left: 100%;
}
.section-ttl.left-line div::after {
    background-color: #000;
}
.section-ttl.right-line div::before {
    background-color: #000;
}
@media only screen and (max-width: 991px) {
    .section-ttl {
        font-size: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .section-ttl {
        margin-bottom: 0;
        font-size: 23px;
    }
}

.section-sub {
    margin: 0 0 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .section-sub {
        font-size: 12px;
        margin: 5px 0 30px;
    }
}

.sub-line {
    margin: 0 0 20px;
    padding: 5px 10px 5px 30px;
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-left: 7px solid #ad1c27;
    font-family: "A1明朝", serif !important;
    letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
    .sub-line {
        font-size: 18px;
        padding-left: 20px;
        border-left-width: 4px;
    }
}

/* 1.5 Tables
 * ------------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
    table {
        border-top: none;
    }
	table tr {
		display: block;
	}
}

table th {
	width: 30%;
	padding: 20px 10px;
	vertical-align: middle;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}
table td {
	width: 70%;
	padding: 20px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
	table th,
	table td {
		display: block;
		width: 100%;
		text-align: left;
		padding: 5px 0;
		border-bottom: none;
	}
}

/* 1.6 Breadcrumb
 * ------------------------------*/
/* 1.7 Buttons
 * ------------------------------*/
.btn {
    display: block;
    width: 150px;
    margin: 60px 0 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 1;
    padding: 0 0 20px;
    box-sizing: border-box;
    border: none;
    /*font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.05em;*/
    border-bottom: 1px solid #fff;
}
.btn.center {
    margin-left: auto;
    margin-right: auto;
}
.btn:hover {
    color: #ccc;
    transition: .7s;
}
.btn:focus,
.btn:active {
  color: #fff;
  text-decoration: none;
}
.btn:focus {
  outline: none;
  overflow: hidden;
  text-decoration: none;
}
.btn.btn-center {
    margin-left: auto;
    margin-right: auto;
}
.btn i {
    font-size: 12px;
    display: inline-block;
    vertical-align: 6%;
}
.btn i.icon-right {
    margin-right: 10px;
}
.btn i.icon-left {
    margin-left: 10px;
}
@media only screen and (max-width: 991px) {
    .btn {
        margin: 40px auto 0;
    }
}
@media only screen and (max-width: 767px) {
    .btn {
        width: 130px;
        font-size: 14px;
    }
}

/* 1.8 Lists
 * ------------------------------*/
dl.dl-list {
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
dl.dl-list + dl.dl-list,
.waku-box + dl.dl-list {
    border-top: none;
}
dl.dl-list dt {
    width: 28%;
    display: table-cell;
    padding: 20px 10px;
    /*background: #e5e4dd;*/
    font-weight: normal;
    line-height: 1.8;
    vertical-align: middle;
}
dl.dl-list dd {
    width: 72%;
    display: table-cell;
    padding: 20px 10px;
    line-height: 1.8;
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
    dl.dl-list dt,
    dl.dl-list dd {
        display: block;
        width: 100% !important;
    }
    dl.dl-list dt {
        padding: 10px 0 5px;
    }
    dl.dl-list dd {
        padding: 5px 0 10px;
    }
    dl.dl-list.bdnone-xs {
        border-top: none;
    }
}

ul.list-base {
    line-height: 1.9;
}
ul.list-base li {
    margin-bottom: 2px;
}
ul.disc-list {
    list-style: disc;
    margin: 0 0 30px 25px;
}
@media only screen and (max-width: 767px) {
    ul.disc-list {
        margin-bottom: 20px;
    }
}

ol.ol-list {
    padding: 0;
    margin: 0 0 30px 22px;
    line-height: 1.9;
}
@media only screen and (max-width: 767px) {
    ol.ol-list {
        margin-bottom: 20px;
    }
}

ul.line-list li {
    padding: 20px 10px 15px 20px;
    border-bottom: 1px solid #000;
}
ul.line-list li a {
    display: block;
    text-decoration: underline;
}
ul.line-list li a:hover {
    text-decoration: none;
}
ul.line-list li ul li {
    padding: 10px 10px 0 16px;
    border-bottom: none;
}
@media only screen and (max-width: 767px) {
    ul.line-list {
        margin-top: 10px;
    }
    ul.line-list li {
        padding: 20px 10px 10px;
    }
    ul.line-list li ul li {
        padding: 10px 10px 5px 14px;
    }
}

/* 1.9 Forms
 * ------------------------------*/
form {
	margin: 20px 0 0;
	padding: 0;
}
form .hissu {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin-left: 10px;
	padding: 0 8px;
	/*background: #e60012;*/
	background: #c3a561;
	color: #fff;
	font-size: 10px;
	vertical-align: 10%;
	border-radius: 10px;
}
form input,
form textarea,
form select {
	background: #fff;
	border: none;
	padding: 2px 10px;
	font-size: 14px;
	color: #000;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	border: 1px solid #9e9e9f;
}
form input.formTbox {
	width: 80%;
}
form .formTbox-m {
	width: 60%;
}
form .formTbox-s {
	width: 30%;
}
form .formTbox-ss {
	width: 10%;
}
form textarea.formTarea {
	width: 80%;
	height: 100px;
}
form label {
	font-weight: normal;
}
form input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
form input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
form input::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}
input[type=radio],
input[type=checkbox] {
	margin-right: 5px;
}
form input[type=checkbox] {
	-webkit-appearance: checkbox !important;
}
form input[type=radio] {
	-webkit-appearance: radio !important;
}
@media screen and (max-width: 991px) {
    form .formTbox-s {
	    width: 50%;
	}
}
@media screen and (max-width: 767px) {
	form input,
	form textarea,
	form select {
		font-size: 12px;
		padding: 5px 10px;
	}
	form input.formTbox {
	    width: 98%;
	}
	form .formTbox-s {
	    width: 40%;
    }
	form .formTbox-ss {
	    width: 20%;
    }
	form input.formTbox-sp {
		width: 80%;
	}
	form textarea.formTarea {
	    width: 98%;
	}
	form .hissu {
	    margin-left: 7px;
	    vertical-align: 5%;
	}
}
/*Chrome、Safari*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*Firefox、IE*/
input[type="number"] {
    -moz-appearance:textfield;
}

/*--------- btn-submit / btn-error --------- */
.btn-submit,
.btn-error {
    width: 300px;
    height: 48px;
	margin: 40px auto 20px;
	padding: 13px 5px;
	font-size: 15px;
	cursor: pointer;
	transition: .7s;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
	border: none;
}
.btn-submit {
    /*background: #e60012;*/
    background: #c3a561;
    color: #fff;
}
.btn-error {
    background: #dddddd;
    color: #000;
}
.btn-submit:hover {
	/*background: #d20000;*/
	background: #af914d;
}
.btn-error:hover {
	background: #ccc;
}
@media screen and (max-width: 767px) {
    .btn-submit,
    .btn-error {
        width: 200px;
	    margin: 20px auto;
	    padding-top: 13px;
	}
	.btn-error {
	    margin-top: 0;
	}
}

/* 1.10 DIV Wraps
 * ------------------------------*/
/* 1.11 Animations
 * ------------------------------*/
/* 1.12 Other Elements
 * ------------------------------*/
/* 1.12.1 plugins ------------*/
.map-custmomize {
    margin: 0;
    width: 100%;
    height: 550px;
}
@media screen and (max-width: 767px) {
    .map-custmomize {
        height: 250px;
    }
}

.google-maps iframe,
.movie iframe {
	margin: 0;
	padding: 0;
}
.movie video {
    width: 100%;
    height: 500px;
    margin: 0;
	padding: 0;
}
@media screen and (max-width: 1199px) {
	.movie iframe,
	.movie video {
		height: 430px;
	}
}
@media screen and (max-width: 991px) {
	.movie iframe,
	.movie video {
		height: 380px;
	}
}
@media screen and (max-width: 767px) {
	.google-maps {
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
	}
	.movie {
	    position: relative;
	    padding-bottom: 56.25%;
	    height: 0;
	    overflow: hidden;
	  }
	.google-maps iframe,
	.movie iframe,
	.movie video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.fb_iframe_widget {
  margin: 20px 0;
}

/* 1.12.2 page top ------------*/
#pagetop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    z-index: 10;
    transition: background-color 400ms;
    background: rgba(0,0,0,0.7) url(../image/pagetop.png) 50% 45% no-repeat;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
}
#pagetop:hover {
    cursor: pointer;
    background: rgba(0,0,0,0.5) url(../image/pagetop.png) 50% 45% no-repeat;
}
@media only screen and (max-width: 767px) {
    #pagetop {
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    margin: 0;
    padding: 0;
}

.navbar {
    margin: 0;
}

/* 2.1 Main Nav
 * ------------------------------*/
#main-nav.fixed {
    width: 102%;
    height: 75px;
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 10000;
}
#main-nav {
    width: 102%;
    height: 75px;
    margin: -1px -1px 0;
    padding-top: 12px;
    background: #000;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

#main-nav .navbar-collapse {
    max-width: 1000px !important;
    display: block !important;
    margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
    #main-nav .navbar-collapse {
        width: 100% !important;
    }
}

#main-nav a {
    color: #fff;
}
#main-nav a:hover {
    color: #fff;
    background-color: transparent;
}
#main-nav a:focus {
    background-color: transparent;
    overflow: inherit;
}
#main-nav .anime-line {
    margin-top: 8px;
}

#main-nav a:hover span {
    -webkit-animation: letter-glow 0.7s 0s ease both;
          animation: letter-glow 0.7s 0s ease both;
}
#main-nav a:hover span:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
#main-nav a:hover span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#main-nav a:hover span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
#main-nav a:hover span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#main-nav a:hover span:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#main-nav a:hover span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#main-nav a:hover span:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
#main-nav a:hover span:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#main-nav a:hover span:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
#main-nav a:hover span:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#main-nav ul li:nth-child(1) {
    -webkit-animation: slideTextFade 2.4s ease 0s 1 normal;
    animation: slideTextFade 2.4s ease 0s 1 normal;
}
#main-nav ul li:nth-child(2) {
    -webkit-animation: slideTextFade 2.6s ease 0s 1 normal;
    animation: slideTextFade 2.6s ease 0s 1 normal;
}
#main-nav ul li:nth-child(3) {
    -webkit-animation: slideTextFade 2.8s ease 0s 1 normal;
    animation: slideTextFade 2.8s ease 0s 1 normal;
}
#main-nav ul li:nth-child(4) {
    -webkit-animation: slideTextFade 3.0s ease 0s 1 normal;
    animation: slideTextFade 3.0s ease 0s 1 normal;
}
#main-nav ul li:nth-child(5) {
    -webkit-animation: slideTextFade 3.2s ease 0s 1 normal;
    animation: slideTextFade 3.2s ease 0s 1 normal;
}
#main-nav ul li:nth-child(6) {
    -webkit-animation: slideTextFade 3.4s ease 0s 1 normal;
    animation: slideTextFade 3.4s ease 0s 1 normal;
}
#main-nav ul li:nth-child(7) {
    -webkit-animation: slideTextFade 3.6s ease 0s 1 normal;
    animation: slideTextFade 3.6s ease 0s 1 normal;
}

#main-nav ul.nav {
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.15em;
}
#main-nav ul.nav li {
    display: inline-block;
    position: relative;
    text-align: center;
}
#main-nav ul.nav > li > a {
    padding-left: 25px;
    padding-right: 25px;
}
@media only screen and (max-width: 1199px) {
    #main-nav ul.nav {
        font-size: 14px;
        padding-left: 160px;
    }
    #main-nav ul.nav > li > a {
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media only screen and (max-width: 991px) {
    #main-nav ul.nav {
        font-size: 13px;
        letter-spacing: 0;
        padding-left: 80px;
    }
    #main-nav ul.nav > li > a {
        /*padding-left: 10px;
        padding-right: 10px;*/
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (max-width: 991px) {
    #main-nav {
        display: none;
    }
}

#main-nav #logo {
    width: auto;
    height: 42px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    left: 50px;  
}
@media only screen and (max-width: 1199px) {
    #main-nav #logo {
        left: 30px;
    }
}
@media only screen and (max-width: 767px) {
    #main-nav #logo {
    }
}

/* motion (main-nav) */
@-webkit-keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
  }
}

@keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
  }
}

/* 2.1.1 main-nav-xs (sp-only) ------------*/
#main-nav-xs {
    display: none;
}
@media only screen and (max-width: 991px) {
    #main-nav-xs {
        display: block;
        background: rgba(0,0,0,0.85);
        position: relative;
        z-index: 2000 !important;
    }
    #main-nav-xs #logo-xs {
        width: 80px;
        height: auto;
        position: absolute;
        top: -37px;
        left: 15px;
    }
    .nav-menu {
        position: fixed;
        display: table;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        transition: .5s;
        visibility: hidden;
        opacity: 0;
    }
    .side-open .nav-menu {
        /*cursor: url(../image/close.svg),auto;*/
        transition: .5s;
        visibility: visible;
        opacity: 1;
    }
    .nav-menu ul {
        display: table-cell;
        vertical-align: middle;
    }
    .nav-menu li {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        opacity: 0;
    }
    .side-open .nav-menu li {
        opacity: 1;
    }
    .side-open .nav-menu li:nth-child(1) {
        -webkit-transition: opacity 1s ease .5s;
        transition: opacity 1s ease .5s;
    }
    .side-open .nav-menu li:nth-child(2) {
        -webkit-transition: opacity 1s ease .6s;
        transition: opacity 1s ease .6s;
    }
    .side-open .nav-menu li:nth-child(3) {
        -webkit-transition: opacity 1s ease .7s;
        transition: opacity 1s ease .7s;
    }
    .side-open .nav-menu li:nth-child(4) {
        -webkit-transition: opacity 1s ease .8s;
        transition: opacity 1s ease .8s;
    }
    .side-open .nav-menu li:nth-child(5) {
        -webkit-transition: opacity 1s ease .9s;
        transition: opacity 1s ease .9s;
    }
    .side-open .nav-menu li:nth-child(6) {
        -webkit-transition: opacity 1s ease 1s;
        transition: opacity 1s ease 1s;
    }
    .side-open .nav-menu li:nth-child(7) {
        -webkit-transition: opacity 1s ease 1.1s;
        transition: opacity 1s ease 1.1s;
    }
    .side-open .nav-menu li:nth-child(8) {
        -webkit-transition: opacity 1s ease 1.2s;
        transition: opacity 1s ease 1.2s;
    }
    .nav-menu li a {
        display: block;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        color: #fff;
        font-family: 'Roboto', sans-serif !important;
        letter-spacing: 0.1em !important;
        font-weight: 400;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .nav-menu li a:hover {
        text-decoration: none;
        color: #fff;
    }
    /* --------- menu-btn */
    .menu-btn {
        position: fixed;
        width: 22px;
        height: 30px;
        top: 10px;
        right: 25px;
        text-align: center;
        cursor: pointer;
        z-index: 30;
        margin: 0;
    }
    .menu-btn span {
        display: block;
        width: 22px;
        height: 1px;
        top: 0;
        left: 0;
        margin: 0;
        position: absolute;
        box-sizing: border-box;
        overflow: hidden;
        background: #fff;
        -webkit-animation: slideTextFade .8s ease 0s 1 normal;
        animation: slideTextFade .8s ease 0s 1 normal;
    }
    .menu-btn span:nth-of-type(1) {
        top: 9px;
    }
    .menu-btn span:nth-of-type(2) {
        top: 15px;
    }
    .menu-btn span:nth-of-type(3) {
        top: 21px;
    }
    .menu-btn.active span {
        background: #fff;
        -webkit-animation: slideButtonFade .8s ease 0s 1 normal;
        animation: slideButtonFade .8s ease 0s 1 normal;
    }
    .menu-btn.active span:nth-of-type(1) {
        transform: rotate(45deg);
        top: 15px;
    }
    .menu-btn.active span:nth-of-type(2) {
        width: 0;
        left: 50%;
    }
    .menu-btn.active span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 15px;
    }
}

/* 2.1.2 sns Icon ------------*/
.icon-fb,
.icon-instagram,
.icon-twitter {
    display: block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
    background: #000;
    text-align: center;
    position: absolute;
    margin: 0;
	top: 20px;
    padding-top: 3px;
    padding-left: 1px;
    text-align: center;
    box-sizing: border-box;
    z-index: 10;
}
.icon-fb { right: 140px; padding-top: 4px; }
.icon-instagram { right: 95px; }
.icon-twitter { right: 50px; }

.icon-fb .fa-facebook,
.icon-instagram .fa-instagram,
.icon-twitter .fa-twitter {
	font-size: 24px !important;
    color: #fff !important;
}
.icon-fb:hover,
.icon-instagram:hover,
.icon-twitter:hover {
    text-decoration: none !important;
    transition: 0.7s;
}
@media only screen and (max-width: 767px) {
    .icon-fb,
    .icon-instagram,
    .icon-twitter {
        width: 28px;
	    height: 28px;
	    border-radius: 14px;
	    top: 16px;
    }
    .icon-fb {
        right: 140px;
    }
    .icon-instagram {
        right: 100px;
    }
    .icon-twitter {
        right: 60px;
    }
    .icon-fb .fa-facebook,
    .icon-instagram .fa-instagram,
    .icon-twitter .fa-twitter {
        font-size: 22px !important;
    }
}

/*-------------------------------
 * 3. MAIN VISUAL
 * ----------------------------*/
#main-visual {
    width: 100%;
    height: 100%;
	height: 100vh;
    padding: 0;
    margin: 0;
    position: relative;
    opacity: 0.25;
    -webkit-animation: fadeIn 2s linear both;
    -moz-animation: fadeIn 2s linear both;
    -ms-animation: fadeIn 2s linear both;
    animation: fadeIn 2s linear both;
    z-index: 0;
}

#main-visual h1 {
    width: 200px;
    height: 300px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}
#main-visual #logo {
    width: 200px;
    height: auto;
    margin: 0 auto;
}
@media only screen and (max-width: 991px) {
    #main-visual h1 {
        width: 170px;
        height: 250px;
    }
    #main-visual #logo {
        width: 170px;
    }
}
@media only screen and (max-width: 767px) {
    #main-visual h1 {
        width: 110px;
        height: 160px;
    }
    #main-visual #logo {
        width: 110px;
    }
}

#main-visual .ttl-main {
    font-family: "A1明朝", serif !important;
    font-weight: 600;
    margin: 0;
    width: 200px;
    height: 500px;
   -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 2;
    font-size: 28px;
    box-sizing: border-box;
    position: absolute;
    top: 80px;
    /*right: 50px;*/
    right: 80px;
    z-index: 100;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
    #main-visual .ttl-main {
        font-size: 25px;
    }
}
@media only screen and (max-width: 767px) {
    #main-visual .ttl-main {
        width: 130px;
        height: 300px;
        top: 50px;
        right: 60px;
        font-size: 22px;
    }
}
@media only screen and (max-width: 480px) {
    #main-visual .ttl-main {
        /*width: 115px;*/
        width: 80px;
        /*top: 30px;*/
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 20px;
    }
}
@media only screen and (max-width: 380px) {
	#main-visual .ttl-main {
		top: 0;
	}
}
@media only screen and (max-width: 320px) {
    #main-visual .ttl-main {
       /* width: 100px;*/
        font-size: 17px;
    }
}

#main-visual .btn {
    position: absolute;
    bottom: 50px;
    right: 50px;
    margin: 0;
    padding: 20px;
    width: 200px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #dbbb4d 70%, #DAAF08 85%, #DAAF08 90% 100%);
    background-size: 800% 400%;
    animation: btn-gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
    color: #fff;
    border: 0;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    #main-visual .btn {
        bottom: 60px;
        right: 0;
        left: 0;
        font-size: 16px;
        padding: 15px 20px;
        margin: auto;
    }
}
@media only screen and (max-width: 480px) {
	#main-visual .btn {
		bottom: 100px;
	}
}

@keyframes btn-gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes btn-gradient {
	0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/*----- Main Slider -----*/
#main-visual .main-slider {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#main-visual .main-slider li {
    width: 100%;
	height: 100vh;
    display: block;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/*#main-visual .slick-current {
  -webkit-animation: increase 10s ease -2s alternate;
  animation: increase 10s ease -2s alternate;
}
@-webkit-keyframes increase {
  0% {-webkit-transform: scale(1, 1);}
  100% {-webkit-transform: scale(1.1, 1.1);}
}
@keyframes increase {
  0% { transform: scale(1, 1);}
  100% { transform: scale(1.1, 1.1);}
}*/

/*-------------------------------
 * 4. TOP PAGE
 * ----------------------------*/
/* 4.1 Info
 * ------------------------------*/
#tp-info {
    margin: 0;
    padding-top: 100px;
    padding-bottom: 60px;
    background: url(../image/img-info.jpg) center center no-repeat;
    background-size: cover;
}
#tp-info.bg-black {
    padding-top: 70px;
    padding-bottom: 0;
    background: #000;
}
@media only screen and (max-width: 767px) {
    #tp-info {
        margin-top: -50px;
        /*margin-bottom: -10px;*/
        margin-bottom: 0;
        padding-top: 35px;
        padding-bottom: 30px;
    }
    #tp-info.bg-black {
        margin-top: -40px;
    }
}

#tp-info .sub {
    margin: 0 0 25px;
    text-align: center;
    font-size: 23px;
    letter-spacing: 0.08em;
    line-height: 1.9;
    font-family: "A1明朝", serif !important;
}
#tp-info p {
    font-size: 16px;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    #tp-info .sub {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    #tp-info .sub {
        margin-bottom: 15px;
        font-size: 15px;
    }
    #tp-info p {
        font-size: 13px;
        text-align: left;
    }
}

/* 4.2 About
 * ------------------------------*/
/* 4.3 News
 * ------------------------------*/
.news-cont {
    margin: 0;
}
#tp-news {
    margin-bottom: -50px !important;
}
#tp-news .news-cont {
    height: 385px;
    overflow-y: auto;
    overflow-x: hidden;
}
#tp-news .news-cont {
  scrollbar-base-color: #666;
}
#tp-news .news-cont::-webkit-scrollbar {
  width: 5px;
  height: auto;
}
#tp-news .news-cont::-webkit-scrollbar-track {
  background: #000;
}
#tp-news .news-cont::-webkit-scrollbar-thumb {
  background: #666;
}
@media only screen and (max-width: 767px) {
    #tp-news .news-cont {
        height: 230px;
    }
}

.news-cont ul.list li {
    width: 100%;
    display: table;
    padding: 25px 0;
    border-bottom: 1px solid #666;
    line-height: 1.8;
}
.news-cont ul.list li:first-of-type {
    border-top: 1px solid #666;
}
.news-cont ul.list li a {
    display: block;
    text-decoration: underline;
}
.news-cont ul.list li a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.news-cont ul.list li .day {
    display: table-cell;
    width: 110px;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.05em;
}
.news-cont ul.list li .txt {
    display: table-cell;
}
@media only screen and (max-width: 767px) {
    .news-cont ul.list li {
        padding: 10px 0 !important;
    }
    .news-cont ul.list li .day {
        width: 85px;
        letter-spacing: 0.08em;
    }
}

.news-detail-wrap .day {
    display: block;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: right;
}
.news-detail-wrap .sub-waku {
    margin-bottom: 20px;
}
.news-detail-wrap p {
    margin-top: 20px;
}
.news-detail-wrap .img {
    margin: 20px auto;
}
@media only screen and (max-width: 767px) {
    .news-detail-wrap .day {
        font-size: 11px;
        letter-spacing: 0.08em;
    }
    .news-detail-wrap p {
        margin-top: 10px;
    }
}

/* 4.4 Menu
 * ------------------------------*/
#tp-menu .view img {
    width: auto;
    height: 240px;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: hidden;
}
@media only screen and (min-width: 1300px) {
    #tp-menu .view img {
        height: 270px;
    }
}
@media only screen and (min-width: 1800px) {
    #tp-menu .view img {
        height: 350px;
    }
}
@media only screen and (max-width: 1199px) {
    #tp-menu .view img {
        height: 200px;
    }
}
@media only screen and (max-width: 480px) {
    #tp-menu .view img {
        height: 160px;
    }
}
@media only screen and (max-width: 380px) {
    #tp-menu .view img {
        height: 150px;
    }
}
@media only screen and (max-width: 320px) {
    #tp-menu .view img {
        height: 120px;
    }
}

/* 4.5 Notice
 * ------------------------------*/
.tp-notice {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.tp-notice .sub-line {
    font-size: 20px;
    padding-left: 15px;
}
@media only screen and (max-width: 767px) {
    .tp-notice {
        margin-top: 30px !important;
        margin-bottom: 0 !important;
    }
    .tp-notice .sub-line {
        font-size: 15px;
    }
}

.tp-notice dl.dl-list dt {
    width: 70%;
    padding: 10px;
}
.tp-notice dl.dl-list dd {
    width: 30%;
    padding: 10px;
    text-align: right;
}
@media only screen and (max-width: 991px) {
    .tp-notice dl.dl-list dt {
        width: 60%;
    }
    .tp-notice dl.dl-list dd {
        width: 40%;
    }
}
@media only screen and (max-width: 767px) {
    .tp-notice dl.dl-list dt {
        display: table-cell;
        width: 65% !important;
        padding: 10px 0 5px;
        font-size: 12px;
    }
    .tp-notice dl.dl-list dd {
        display: table-cell;
        width: 35% !important;
        padding: 5px 0 10px;
        font-size: 12px;
    }
}

/* 4.6 Instagram
 * ------------------------------*/
.insta_list{
	display: flex;
	flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
	list-style: none;
	margin: 0;
}
.insta_list li {
	width: 16.6666%;
	box-sizing: border-box;
	padding: 1px;
}
.insta_list img {
 	width: 100%;
    height: 150px;
    object-fit: cover;
}
.insta_list a:hover {
 	opacity: 0.8;
 	transition: 0.5s;
}
@media only screen and (max-width: 991px) {
	.insta_list img {
		height: 120px;
	}
}
@media only screen and (max-width: 767px) {
	.insta_list img {
		height: 100px;
	}
}
@media only screen and (max-width: 480px) {
	.insta_list li {
		width: 33.3333%;
	}
	.insta_list img {
		height: 100px;
	}
}
@media only screen and (max-width: 320px) {
	.insta_list img {
		height: 80px;
	}
}

/*-------------------------------
 * 5. CONTENT
 * ----------------------------*/
/* 5.1 Slider
 * ------------------------------*/
.menu-slider {
    display:none;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.menu-slider.slick-initialized {
    display: block;
}
@media only screen and (max-width: 767px) {
    .menu-slider {
        margin-top: 20px;
    }
}

.menu-slider .slick-slide {
    margin: 0 1px;
}

.slide-arrow.prev-arrow,
.slide-arrow.next-arrow {
    width: 14px;
    height: auto;
    position: absolute;
    top: 43%;
    cursor: pointer;
    z-index: 10010;
}
.slide-arrow.prev-arrow {
    left: 20px;
}
.slide-arrow.next-arrow {
    right: 20px;
}
@media only screen and (max-width: 767px) {
    .slide-arrow.prev-arrow,
    .slide-arrow.next-arrow {
        display: none !important;
    }
}

.slick-prev:before,
.slick-next:before {
    color: #000 !important;
}

.slick-dots {
    bottom: -45px;
}
.slick-dots li button:before {
    font-size: 12px;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before {
    color: #30b5a9;
}
@media only screen and (max-width: 767px) {
    .slick-dots li button:before {
        font-size: 6px;
    }
}

/* 5.2 Cate Main
 * ------------------------------*/
#cate-main {
    width: 100%;
    height: 390px;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 0;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
#cate-main.about {
    background-image: url(../../about/image/main.jpg);
}
#cate-main.menu {
    background-image: url(../../menu/image/main.jpg);
}
#cate-main.access {
    background-image: url(../../access/image/main.jpg);
}
#cate-main.contact {
    background-image: url(../../contact/image/main.jpg);
}
#cate-main.news {
    background-image: url(../../news/image/main.jpg);
}
#cate-main.sitemap {
    background-image: url(../../sitemap/image/main.jpg);
}
@media only screen and (max-width: 767px) {
    #cate-main {
        height: 200px;
    }
}

#cate-main .cate-ttl {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    text-align: center;
    color: #fff;
    font-size: 55px;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.12em;
    font-weight: 500;
}
#cate-main .cate-ttl div {
    display: block;
    font-size: 20px;
    font-family: "A1明朝", serif;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #cate-main .cate-ttl {
        font-size: 32px;
        top: 32%;
    }
    #cate-main .cate-ttl div {
        font-size: 15px !important;
    }
}

#cate-main .cate-ttl span:nth-child(1) {
    -webkit-animation: slideTextFade 2.0s ease 0s 1 normal;
    animation: slideTextFade 2.0s ease 0s 1 normal;
}
#cate-main .cate-ttl span:nth-child(2) {
    -webkit-animation: slideTextFade 2.1s ease 0s 1 normal;
    animation: slideTextFade 2.1s ease 0s 1 normal;
}
#cate-main .cate-ttl span:nth-child(3) {
    -webkit-animation: slideTextFade 2.2s ease 0s 1 normal;
    animation: slideTextFade 2.2s ease 0s 1 normal;
}
#cate-main .cate-ttl span:nth-child(4) {
    -webkit-animation: slideTextFade 2.3s ease 0s 1 normal;
    animation: slideTextFade 2.3s ease 0s 1 normal;
}
#cate-main .cate-ttl span:nth-child(5) {
    -webkit-animation: slideTextFade 2.4s ease 0s 1 normal;
    animation: slideTextFade 2.4s ease 0s 1 normal;
}
#cate-main .cate-ttl span:nth-child(6) {
    -webkit-animation: slideTextFade 2.5s ease 0s 1 normal;
    animation: slideTextFade 2.5s ease 0s 1 normal;
}
#cate-main .cate-ttl span:nth-child(7) {
    -webkit-animation: slideTextFade 2.6s ease 0s 1 normal;
    animation: slideTextFade 2.6s ease 0s 1 normal;
}
#cate-main .cate-ttl span:nth-child(8) {
    -webkit-animation: slideTextFade 2.7s ease 0s 1 normal;
    animation: slideTextFade 2.7s ease 0s 1 normal;
}
#cate-main .cate-ttl span:nth-child(9) {
    -webkit-animation: slideTextFade 2.8s ease 0s 1 normal;
    animation: slideTextFade 2.8s ease 0s 1 normal;
}
#cate-main .cate-ttl span:nth-child(10) {
    -webkit-animation: slideTextFade 2.9s ease 0s 1 normal;
    animation: slideTextFade 2.9s ease 0s 1 normal;
}


/* 5.3 Block Img Wrap
 * ------------------------------*/
.block-img-wrap .block-cont {
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.block-img-wrap .block-cont .left,
.block-img-wrap .block-cont .right {
    width: 50%;
    height: 500px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
}
.block-img-wrap .block-cont .h-full {
    height: 100vh !important;
}
@media screen and (max-width: 1199px) {
    .block-img-wrap .block-cont .left,
    .block-img-wrap .block-cont .right {
        height: 550px;
    }
}
@media screen and (max-width: 991px) {
    .block-img-wrap .block-cont .left,
    .block-img-wrap .block-cont .right {
        height: 600px;
    }
}
@media screen and (max-width: 767px) {
    .block-img-wrap .block-cont .left,
    .block-img-wrap .block-cont .right {
        width: 100%;
        height: auto !important;
    }
    .block-img-wrap .block-cont .h-full {
        height: auto !important;
    }
    .block-img-wrap .block-cont .img-bg {
        height: 250px !important;
    }
    .block-img-wrap .block-cont .order1 {
        order: 1;
    }
    .block-img-wrap .block-cont .order2 {
        order: 2;
    }
}

.block-img-wrap .block-cont .inner {
    width: 550px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 10;
    position: relative;
    box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
    .block-img-wrap .block-cont .inner {
        width: 470px;
    }
}
@media only screen and (max-width: 991px) {
    .block-img-wrap .block-cont .inner {
        width: 370px;
    }
}
@media only screen and (max-width: 767px) {
    .block-img-wrap .block-cont .inner {
        width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/*----- Top About -----*/
#tp-about.block-img-wrap .block-cont.about-cont .left {
    background: url(../image/img-about.jpg) center center no-repeat;
}
#tp-about.block-img-wrap .block-cont .inner {
    padding-top: 20px;
}

/*----- About Page -----*/
#about-wrap.block-img-wrap {
    margin-bottom: 80px;
}
#about-wrap.block-img-wrap .block-cont .right,
#about-wrap.block-img-wrap .block-cont .left {
    height: 450px;
}
#about-wrap.block-img-wrap .block-cont.about01-cont .left {
    background: url(../../about/image/img01.jpg) center center no-repeat;
}
#about-wrap.block-img-wrap .block-cont.about02-cont .right {
    background: url(../../about/image/img02.jpg) center center no-repeat;
}
#about-wrap.block-img-wrap .block-cont.about03-cont .left {
    background: url(../../about/image/img03.jpg) center center no-repeat;
}
#about-wrap.block-img-wrap .block-cont.about04-cont .right {
    background: url(../../about/image/img04.jpg) center center no-repeat;
}
#about-wrap.block-img-wrap .block-cont.about05-cont .left {
    background: url(../../about/image/img05.jpg) center center no-repeat;
}
@media only screen and (max-width: 991px) {
    #about-wrap.block-img-wrap .block-cont.about01-cont .left,
    #about-wrap.block-img-wrap .block-cont.about01-cont .right {
        height: 550px;
    }
}
@media only screen and (max-width: 767px) {
    #about-wrap.block-img-wrap {
        margin-bottom: 20px;
    }
    #about-wrap.block-img-wrap .block-cont.about01-cont .left,
    #about-wrap.block-img-wrap .block-cont.about01-cont .right {
        height: auto;
    }
    #about-wrap.block-img-wrap .block-cont .inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/*5.4 About
 *------------------------------*/
 #about-wrap .sub {
    margin: 0 0 20px;
    font-size: 21px;
    font-family: "A1明朝", serif !important;
    letter-spacing: 0.08em;
    line-height: 1.8;
}
@media only screen and (max-width: 767px) {
     #about-wrap .sub {
        margin-bottom: 10px;
        font-size: 15px;
    }
}

.about-box .sub-about {
    margin: 0 0 10px;
    text-align: center;
    font-size: 21px;
    letter-spacing: 0.08em;
    line-height: 1.9;
    font-family: "A1明朝", serif !important;
}
.about-box ul.list-box {
	max-width: 700px;
	margin: 10px auto;
}
.about-box ul.list-box li {
	line-height: 2;
	font-size: 16px;
	text-indent: -1em;
	padding-left: 1em;
}
.about-box p {
	font-size: 16px !important;
}
@media only screen and (max-width: 991px) {
    .about-box .sub-about {
        font-size: 19px;
    }
}
@media only screen and (max-width: 767px) {
    .about-box .sub-about {
        font-size: calc(14px + 2 * (100vw - 320px) / 447);
    }
    .about-box ul.list-box li {
    	font-size: calc(13px + 2 * (100vw - 320px) / 447);
    	line-height: 1.8;
    }
    .about-box p {
    	font-size: calc(13px + 2 * (100vw - 320px) / 447) !important;
    }
}

/*5.5 Menu
 *------------------------------*/
.menu-wrap .sub {
    margin: 15px 0 10px;
    font-size: 18px;
    position: relative;
    font-family: "A1明朝", serif !important;
    letter-spacing: 0.08em;
}
.menu-wrap .sub .price {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media only screen and (max-width: 991px) {
    .menu-wrap .sub {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .menu-wrap .sub {
        font-size: 14px;
    }
}

.menu-wrap dl.dl-list dt {
    width: 80%;
    padding: 10px;
}
.menu-wrap dl.dl-list dd {
    width: 20%;
    padding: 10px;
    text-align: right;
}
#drink.menu-wrap dl.dl-list dt {
    width: 60%;
}
#drink.menu-wrap dl.dl-list dd {
    width: 40%;
}
@media only screen and (max-width: 991px) {
    #drink.menu-wrap dl.dl-list dt,
    #drink.menu-wrap dl.dl-list dd {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .menu-wrap dl.dl-list dt {
        display: table-cell;
        width: 75% !important;
        padding: 10px 0 5px;
        font-size: 12px;
    }
    .menu-wrap dl.dl-list dd {
        display: table-cell;
        width: 25% !important;
        padding: 5px 0 10px;
        font-size: 12px;
    }
    .menu-wrap dl.dl-list .f12 {
        font-size: 10px !important;
    }
}

/* 5.5.1 menu ------------*/
.menu-list {
    width: 100%;
    margin: 40px 0 0;
    border: 1px solid #fff;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
.menu-list li {
    width: 12.5%;
    font-size: 15px;
    text-align: center;
    box-sizing: border-box;
}
.menu-list li {
    border-right: 1px solid #fff;
}
.menu-list li:last-of-type {
    border-right: none;
}
.menu-list li a {
    display: block;
    padding: 12px 10px;
    transition: 0.7s;
}
.menu-list li a:hover,
.menu-list li a.active {
    text-decoration: none;
    background: #333;
}
@media screen and (max-width: 1199px) {
    .menu-list {
        margin-top: 60px;
    }
}
@media screen and (max-width: 767px) {
    .menu-list {
        margin-top: 40px;
        justify-content: flex-start;
        border: none;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
    }
    .menu-list li {
        width: 50%;
        border-bottom: 1px solid #fff;
        font-size: 14px;
    }
    .menu-list li:last-of-type {
        border-right: 1px solid #fff;
    }
    .menu-list li a {
        padding: 10px;
    }
}

/*5.6 Access
 *------------------------------*/
#access-wrap .sub {
    font-size: 20px;
    margin: 10px 0;
}
@media screen and (max-width: 767px) {
    #access-wrap .sub {
        font-size: 15px;
    }
}

/*5.7 Contact
 *------------------------------*/
#contact-wrap .wbox {
    background: #fff;
    padding: 20px 15px 15px;
    margin: 20px auto 30px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #contact-wrap {
        padding-bottom: 30px;
    }
    #contact-wrap .wbox {
        margin: 0 auto 20px;
        padding: 15px 10px 10px;
    }
}

/*--------- Thnaks Page--------- */
#contact-wrap.thanks {
    margin: 0;
    padding: 40px 0 60px;
}
#contact-wrap.thanks #logo {
    width: 260px;
    height: auto;
    margin: 0 auto 40px;
}
@media only screen and (max-width: 991px) {
    #contact-wrap.thanks #logo {
        width: 210px;
    }
}
@media only screen and (max-width: 767px) {
    #contact-wrap.thanks {
        padding: 20px 0 10px;
    }
    #contact-wrap.thanks #logo {
        width: 150px;
        margin-bottom: 20px;
    }
}

/*--------- Table--------- */
#contact-wrap table.sendmail-table {
    width: 90%;
    margin-top: 20px;
}
#contact-wrap table.sendmail-table th,
#contact-wrap table.sendmail-table td {
	padding: 12px 10px;
	vertical-align: middle;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
    #contact-wrap table.sendmail-table {
        width: 100%;
        border-top: 1px solid #fff;
    }
    #contact-wrap table.sendmail-table th {
	    padding: 5px 0 0;
	    font-size: 12px;
	}
    #contact-wrap table.sendmail-table td {
	    padding: 0 0 5px;
	    font-size: 12px;
	    border-bottom: 1px solid #fff;
	}
}

/*5.8 Sitemap
 *------------------------------*/
#sitemap-wrap .square-ttl {
  font-size: 15px;
  margin: 0;
  border-bottom: none;
  position: relative;
  padding-left: 25px;
}
#sitemap-wrap .square-ttl::before {
  content: '■';
  color: #fff;
  position: absolute;
  left: 0;
}
#sitemap-wrap a,
#sitemap-wrap a:link,
#sitemap-wrap a:visited {
    color: #fff;
    text-decoration: none;
}
#sitemap-wrap a:hover,
#sitemap-wrap a:active {
    color: #fff;
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #sitemap-wrap .square-ttl {
    font-size: 13px;
  }
}

#sitemap-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.08em;
}
#sitemap-wrap ul li {
    margin-bottom: 25px;
}
#sitemap-wrap ul li ul {
  margin-top: 1em;
  margin-bottom: 0.75em;
  margin-left: 70px;
}
#sitemap-wrap ul li ul li {
  margin-bottom: 0.25em;
  position: relative;
}
#sitemap-wrap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #fff;
}
#sitemap-wrap ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
#sitemap-wrap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  #sitemap-wrap ul {
    font-size: 13px;
  }
  #sitemap-wrap ul li {
      margin-bottom: 10px;
    }
}

/*-------------------------------
 * 6. FOOTER
 * ----------------------------*/
footer {
  margin: 0;
  padding: 30px 0 15px;
  color: #fff;
}
footer a {
    color: #fff;
    text-decoration: underline;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    footer {
        padding: 20px 0 15px;
    }
}

footer .logo {
    margin-top: 30px;
    width: 180px;
}
footer .logo img {
    width: 180px;
    height: auto;
}
@media only screen and (max-width: 991px) {
    footer .logo,
    footer .logo img {
        width: 130px;
    }
}
@media only screen and (max-width: 767px) {
    footer .logo {
        display: none;
    }
}

footer .sub {
    margin: 0 0 10px;
    font-size: 15px;
}
footer p {
    line-height: 1.7;
}
@media only screen and (max-width: 991px) {
    footer .sub {
        font-size: 14px;
    }
    footer p {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    footer .txt-box {
        width: 230px;
        margin: 0 auto 30px;
    }
    footer .sub {
        font-size: 13px;
    }
    footer p {
        font-size: 12px;
    }
}

footer ul.btn-list {
    width: 100%;
    display: table;
    margin-top: 40px;
}
footer ul.btn-list li {
    width: 50%;
    display: table-cell;
    padding: 0 0 0 40px;
    box-sizing: border-box;
}
footer ul.btn-list.col3 li {
    width: auto;
    padding: 0 10px;
}
footer ul.btn-list.col3 li:first-of-type {
    padding-left: 40px;
}
footer ul.btn-list.col3 li:last-of-type {
    padding-right: 0;
}
footer .btn {
    margin-top: 0;
    width: auto;
    text-decoration: none;
}
footer .btn.small {
    font-size: 14px;
    width: 100% !important;
    border: 1px solid #fff;
    padding: 8px 12px;
}
footer .btn.small:link,
footer .btn.small:visited {
    background: #000;
    color: #fff;
}
footer .btn.small:hover,
footer .btn.small:active {
    background: #fff;
    color: #000;
}
@media only screen and (max-width: 1199px) {
    footer .btn.small {
        font-size: 12px;
        padding: 8px;
    }
}
@media only screen and (max-width: 991px) {
    footer ul.btn-list {
        display: block;
        margin-top: 30px;
    }
    footer ul.btn-list li {
        width: 100%;
        display: block;
        padding: 0;
    }
    footer ul.btn-list.col3 li {
        padding: 0 !important;
    }
    footer .btn {
        margin: 10px 0 20px;
    }
}
@media only screen and (max-width: 767px) {
    footer .btn {
        margin: 0 auto 20px;
        width: 180px;
    }
    footer .btn.small {
        width: 180px !important;
    }
}

footer ul.sns-list {
    display: none;
}
@media only screen and (max-width: 767px) {
    footer ul.sns-list {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        margin: 20px auto;
    }
    footer ul.sns-list li {
        margin: 0 10px;
    }
    footer ul.sns-list .icon-fb,
    footer ul.sns-list .icon-instagram,
    footer ul.sns-list .icon-twitter {
        width: 28px;
	    height: 28px;
	    border-radius: 14px;
	    position: relative;
	    margin: 0;
	    top: 0;
	    left: 0;
	    padding-top: 4px;
    }
}

footer #copyright {
    margin-top: 30px;
    font-size: 11px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    footer #copyright {
        font-size: 10px;
    }
}

/*-------------------------------
 * 7. INTERACTIONS
 * ----------------------------*/
.opacity:hover {
  opacity: 0.75;
  transition: 0.7s;
}

.view {
   width: 100%;
   height: 100%;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: pointer;
}

.view .mask {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
   top: 0;
   left: 0;
   background-color: rgba(0, 0, 0, 0.6);
   -webkit-transition: all 0.5s linear;
   transition: all 0.5s linear;
   opacity: 0;
}
.view:hover .mask {
   opacity: 1;
}

.view img {
   display: block;
   position: relative;
   -webkit-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view:hover img {
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
   opacity: 1;
}

.view h3 {
   text-align: center;
   position: relative;
   margin: 0;
   padding: 10px;
   font-size: 18px;
   font-weight: 600;
   background: rgba(0, 0, 0, 0.8);
   background: transparent;
   -webkit-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   transition: all 0.5s linear;
   opacity: 0;
   color: #fff;
   font-family: "A1明朝", serif !important;
    letter-spacing: 0.08em;
}
@media only screen and (max-width: 1199px) {
    .view h3 {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .view h3 {
        padding: 0 5px 5px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 320px) {
    .view h3 {
        font-size: 11px;
    }
}

.view p {
    display: block;
    width: 100%;
   font-size: 14px;
   position: relative;
   padding: 10px 20px;
   text-align: center;
   opacity: 0;
   -webkit-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   transition: all 0.5s linear;
   color: #fff;
}
@media only screen and (max-width: 1199px) {
    .view p {
        font-size: 12px;
        padding: 10px 5px 0;
    }
}
@media only screen and (max-width: 767px) {
    .view p {
        font-size: 11px;
        padding: 5px 5px 0;
        line-height: 1.7 !important;
    }
}
@media only screen and (max-width: 320px) {
    .view p {
        font-size: 10px;
        padding-top: 0;
        line-height: 1.5 !important;
    }
}

.view .more {
   display: block;
   text-decoration: none;
   padding: 7px 10px;
   background: none;
   color: #fff;   
   opacity: 0;
   -webkit-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   transition: all 0.5s linear;
   font-size: 14px;
    border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
    .view .more {
        font-size: 12px;
        padding: 5px 10px;
    }
}

.view:hover h3,
.view:hover p,
.view:hover .more {
   -webkit-transform: scale(1);
   transform: scale(1);
   opacity: 1;
}

.anime-line {
    width: 0%;
    height: 2px;
    background: #ad1c27;
    display: block;
    margin-top: 8px;
}

/*--------- keyframes --------- */
/* motion */
@-webkit-keyframes slideTextFade {
    0%, 25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slideTextFade {
    0%, 25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes gradient {
    0% {
        background-position: 20% 0%;
    }
    50% {
        background-position: 80% 100%;
    }
    100% {
        background-position: 20% 0%;
    }
}
@keyframes gradient {
    0% {
        background-position: 20% 0%;
    }
    50% {
        background-position: 80% 100%;
    }
    100% {
        background-position: 20% 0%;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}

@-webkit-keyframes fadeOut-0 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
@keyframes fadeOut-0 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
