@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

* {
    margin: 0;
    padding: 0;
    color: #555;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-indent: .1em;
    text-decoration: none;
    letter-spacing: .1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
/*    display: block;*/
    text-decoration: none;
}

body {
    position: relative;
    width: 100%;
	background: url(../img/common/bg--0.jpg) repeat;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    nav.grobal .pcMenu a {
        font-family: sans-serif;
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec {
    position: relative;
}

nav.grobal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 75px;
    background-color: #fff;
    z-index: 1000;
}

nav.grobal.scroll {
    position: fixed;
    -webkit-transform: translateX(-50%) translateY(-200%);
    transform: translateX(-50%) translateY(-200%);
    -webkit-transition: .1s ease;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.spMenu[open="on"] .menu {
    display: block;
}

nav.grobal .spMenu .menu a {
    padding: 10px 0;
    color: #402b2b;
    font-size: 22px;
    font-weight: bold;
    text-indent: .1em;
    letter-spacing: .1em;
}

nav.grobal .spMenu .menu a:not(:last-child) {
    display:block;
    border-bottom: 1px solid #402b2b;
}

nav.grobal .barbox {}

nav.grobal .barBox .bar {
    display: block;
    width: 40px;
    height: 5px;
    margin-top: 7px;
    background-color: #402b2b;
    border-radius: 4px;
}

nav.grobal .barBox p {
    margin-top: 4px;
    color: #402b2b;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    text-indent: .1em;
    letter-spacing: .1em;
}

nav.grobal .pcMenu a.btn {
    padding: 8px 14px;
    color: #fff;
    text-shadow: 0 0 1px #000;
    background-color: #e54014;
    border-radius: 2px;
}

.grobal .menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100vw;
    height: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: .2s ease;
    transition: .2s ease;
    overflow: hidden;
}

.spMenu[open="on"] .menu {
    height: 318px;
}

nav.grobal .spMenu .menu li ,
nav.grobal .pcMenu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav.grobal .spMenu .menu a {
    padding: 10px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-indent: .1em;
    letter-spacing: .1em;
    display: block;
    border-bottom: 1px solid #444444;
}

nav.grobal .pcMenu {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
}
nav.grobal .pcMenu a {
    font-weight: bold;
    margin: 0 10px;
    padding: 8px 3px;
    font-size: 90%;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
}

nav.grobal .spMenu a.btn {
    display: inline-block;
    margin: 8px 0;
    padding: 2px 15px;
    color: #fff;
    text-shadow: 0 0 1px #000;
    background-color: #e54014;
    border-radius: 2px;
}

header.grobal .spMenu .menu a.btn {
    display: inline-block;
    margin: 8px 0;
    padding: 2px 15px;
    color: #fff;
    text-shadow: 0 0 1px #000;
    background-color: #e54014;
    border-radius: 2px;
}

nav.grobal .pcMenu a:hover {
    opacity: .5;
}

nav.grobal .pcMenu a .jp {
    font-weight: bold;
    white-space: nowrap;
}

nav.grobal .pcMenu a .en {
    color: #b20000;
    font-size: 12px;
    white-space: nowrap;
}

nav.grobal .pcMenu .wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12px;
}

nav.grobal .logo img {
    height: 50px;
}

header.grobal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1360px;
    z-index: 1000;
}

header.grobal .pcMenu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
}

header.grobal .pcMenu a {
    margin: 0 20px;
    padding: 20px 5px;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
}

header.grobal .pcMenu a:hover {
    opacity: .5;
}

header.grobal .pcMenu a .jp {
    font-weight: bold;
    white-space: nowrap;
}

header.grobal .pcMenu a .en {
    color: #b20000;
    font-size: 12px;
    white-space: nowrap;
}

header.grobal .pcMenu .wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12px;
}

main {
    max-width: 1360px;
    margin: 0 auto;
	margin-bottom:3em;
	background-color:#ffffff;
}

.wrap .line {
    display: block;
    width: 100%;
    height: 4px;
}

.wrap .line--1 {
    background-color: #ffff00;
}

.wrap .line--2 {
    background-color: #ff0000;
}

.wrap .line--3 {
    background-color: #000;
}

section.top {
	ba
}

section.top .slide {
    position: relative;
    width: 100%;
}

section.top .slide::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: -999;
}

section.top .slick {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
    opacity: 0;
    z-index: -1;
}

section.top .slick--1 {
    position: relative;
}

section.top .slick.show {
    opacity: 1;
    z-index: 0;
}

section.top .logo {
    margin: 10px;
    height: 62px;
}

section.top .logo img {
    height: 100%;
}

section.top .title {
    position: absolute;
    top: calc(50% + 38px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll {
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 60px;
    color: #fff;
}

.scroll > span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 3px solid #fff;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.scroll > span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 8px;
    height: 8px;
    margin-left: -4px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section.concept {
    padding: 50px 0;
    background: url(../img/bricks.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

section.concept h2 {
    font-size: 24px;
}

section.concept .wrap {
    position: relative;
    margin: 40px 0;
    background: #000;
}

section.concept .wrap .line {
    width: calc(100% / 3);
    height: 3px;
}

section.concept .wrap .line--1 {
    background-color: #ffff00;
}

section.concept .wrap .line--2 {
    background-color: #000;
}

section.concept .wrap .line--3 {
    background-color: #ff0000;
}

section.concept .sub {
    font-size: 20px;
    font-weight: bold;
    color: #9a040b;
}

section.concept p.text {
    margin-top: 30px;
    text-indent: .1em;
    letter-spacing: .1em;
}

section.about .menu {
    width: 100%;
}

section.about .menu--1 {
    background: url(../img/top/menu--3.jpg) no-repeat;
}

section.about .menu--2 {
    background: url(../img/top/menu--2.jpg) no-repeat left;
    background-size: cover;

}

section.about .menu .text {
    padding: 80px 30px;

}

section.about .menu .text h3 {
    color: #f7cd0d;
    font-size: 24px;
    text-align: center;
}

section.about .menu .text p {
    padding-top: 40px;
    color: #fff;
    font-size: 16px;
}

section.about .menu .text .btn {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 20px;
    padding: 4px 50px;
    color: #f7cd0d;
    font-size: 18px;
    text-align: center;
    border: 1px solid #f7cd0d;
    -webkit-transition: .2s;
    transition: .2s;
}

section.about .menu .text .btn:hover {
    color: #000;
    background-color: #f7cd0d;
}

section.comp {
    padding: 4em 0;
}

section.comp::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/bg_info.png) no-repeat center;
    background-size: cover;
	background-color:#ffffff;

    z-index: -1000;
}

section.comp > div {
    width: 40%;
    text-align: center;
}

section.comp h3 {
    color: #222222;
    font-size: 140%;
    margin-bottom: 1em;
}
section.comp h3 i.fab.fa-twitter{
    color: #1dadeb;
    margin-right: .5em;
}
section.comp h3 i.fas.fa-info-circle{
    color: #666666;
    margin-right: .5em;
}
section.comp .info table {
    width: 100%;
    padding: 10px;
}

section.comp .info tr {
    display: block;
    padding: 8px 20px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

section.comp .info th {
    width: 150px;
}

section.comp .info td {
    font-size: 14px;
}

section.comp .news .newsList {
    padding: 10px;
}

section.comp .news a {
    padding: 1em 20px;
    text-align: left;
    display: block;
    border-bottom: 1px solid #ddd;
}

section.comp .news a time {
    color: #930505;
    font-weight: bold;
}

section.comp .news a h4 {
    padding-top: 6px;
    font-size: 14px;
    font-weight: normal;
}

/*Twitter*/
section.comp .twitter{
  height: 600px;
  overflow: scroll;
}

section.sns .left h3 i {
    color: #be2aae;
}



section.sns {
    padding: 80px 0;
	background-color:#ffffff;
}

section.sns h3 {
    padding-bottom: 10px;
    font-size: 24px;
    text-align: center;
}

section.sns h3 i {
    margin-right: .5em
}

section.sns .left h3 i {
    color: #be2aae;
}

section.sns .right h3 i {
    color: #3b5897;
}
section.sns .right p.calinfo{
      font-size: 70%;
      padding: 1em;
      background: #fdfdfd;
      margin-top: 1em;
}
section.sns .right p.calinfo i.horyday{
  color: #990000;
}
section.sns .right p.calinfo i.hiru_a{
  color: #009900;
}
section.sns .right p.calinfo i.hiru_b{
  color: #000099;
}
section.sns .right p.calinfo i.hiru_all{
  color: #d9b300;
}
section.sns .left h3 {
    color: #be2aae;
}

section.sns .right h3 {
    color: #3b5897;
}
/* twitter = instagram */
section.sns .facebook {
    height: 400px;
}
section.sns .twitter{
    height: 500px;
}
section.sns .twitter iframe,
section.sns .facebook iframe{
    height: 100%;
    width:100%;
}
section.sns .twitter {
    overflow: hidden;
}

section.comp .tw_timeline{
  height: 400px;
  overflow: hidden;
}

section.comp .tw_timeline iframe{
  height: 100%;
  width:100%;
}






section.googlemap {
	background:#ffffff;
}
section.googlemap h3 {
    padding: 30px;
    letter-spacing: .1em;
    text-align: center;
    background: url(../img/bricks.jpg) no-repeat center;
    background-size: cover;
	font-size:200%;
}
cal_wrapper {
  max-width: 960px;
  min-width: 300px;
  margin: 2.0833% auto;
}

.googlecal {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}

.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}

.googlemap iframe {
    position: relative;
    width: 100%;
}


@media screen and (min-width: 1201px) {
    header.grobal .pcMenu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .splogo {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    section.top {
        padding-top: 75px;
    }
    header.grobal {
        width: 100%;
        background-color: #fff;
    }
    header.grobal .spMenu {
        position: absolute;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 30px;
        background-color: #fff;
    }
    nav.grobal .logo,
    header.grobal .logo {
        display: none;
    }
    .splogo {
        display: block;
        height: 50px;
        margin: 10px 0 0 0;
    }
    .splogo img {
        height: 100%;
    }
}

@media screen and (min-width: 1051px) {
    nav.grobal {
        padding: 10px;
    }
    .spMenu {
        display: none;
    }
    nav.grobal .pcMenu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    main > .bg h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1050px) {
    nav.grobal {
        padding: 0px 5px;
    }
    .pcMenu {
        display: none;
    }
    nav.grobal .spMenu {
        position: absolute;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 30px;
        background-color: #fff;
    }
    section.top .logo {}
}

@media screen and (min-width: 801px) {
    section.concept .wrap {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 500px;
    }
    section.about .menu .left,
    section.about .menu .right {
        width: 50%;
    }
    section.about .menu {
        background-color: #000;
        background-size: auto 100%;
    }
    section.about .menu--1 {
        background-position: right;
    }
    section.about .menu .text {
        background-color: rgba(0, 0, 0, .8);
    }
    section.comp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-pack: distribute;
        justify-content: space-around;
		    background: url(../img/top/bg_info.png) no-repeat center top;
        background-size: cover;
    }
    section.sns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        /*　上に寄せる
        align-items: center;*/
        -ms-flex-pack: distribute;
        justify-content: space-around;

    }
    section.sns .twitter,
    section.sns .facebook {
        width: 500px;
    }

    nav.nav a:not(:last-child)::after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: -10px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        white-space: nowrap;
        background-color: #fff;
    }
  /*  footer.grobal .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 50px;
    }
    */
}

@media screen and (max-width: 800px) {
    section.top .title {
        width: 80%;
    }
    section.top .title img {
        width: 100%;
    }
    section.top .reservation.btn,
    {
        display: block;
        position: absolute;
        right: 0;
        bottom: 50px;
        width: 100px;
        padding: 5px 15px;
        color: #fff;
        font-size: 20px;
        background-color: #3b0505;
    }
    section.top .reservation i,
    footer.grobal .box .right .call a i {
        margin-right: 5px;
        color: #fff;
    }
    .scroll {
        display: none;
    }
    .scroll > span {
        border: 3px solid #fff;
    }
    .scroll > span::before {
        background-color: #fff;
    }
    section.concept .wrap {
        width: 80%;
        margin: 40px auto;
    }
    section.about .menu--1 .right,
    section.about .menu--2 .left {
        display: none;
        width: none;
    }
    section.about .menu--1 {
        background-position: center;
    }
    section.about .menu .text {
        background-color: rgba(0, 0, 0, .3);
    }
    section.about .menu .text h3,
    section.about .menu .text p {
        text-shadow: 0 0 4px #000;
    }
    section.about .menu .text .btn {
        background-color: rgba(0, 0, 0, .8);
    }
    section.comp > div {
        width: 100%;
        margin-bottom: 3em;
    }
    section.comp .info table {
        padding: 0 30px;
    }
    section.sns .right {
        padding-top: 80px;
    }
    section.sns{
      padding: 0;
    }
    section.sns .facebook .main {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }



/*

    footer.grobal {
        padding-top: 20px;
    }
    footer.grobal .box .left,
    footer.grobal .box .right {
        text-align: center;
    }
    footer.grobal .box .left img {
        display: block;
        height: 60px;
        margin: 0 auto;
    }
    footer.grobal .box .right .icon {
        width: 300px;
        margin: 0 auto;
    }
    footer.grobal .box .right .icon a {
        margin: 20px 0;
    }
    footer.grobal .box .right {
        margin-top: 20px;
    }
    footer.grobal .box .right .call {
        margin-bottom: 20px;
    }
    footer.grobal .box .right .call .reservation {
        padding: 5px 15px;
        color: #fff;
        font-size: 20px;
        white-space: nowrap;
        background-color: #3b0505;
    }
    */
    section.sns .facebook {
        overflow: hidden;
    }
}

@media screen and (max-width: 480px) {
    nav.grobal .spMenu {
        padding: 10px;
    }
    .spMenu .logo img {
        height: 40px;
    }
    header.grobal .spMenu {
        padding: 10px;
    }
    .spMenu .logo {
        height: 40px;
    }

    section.sns .facebook {
      padding: 1em;
    }
    section.sns .facebook iframe{
        width:90%;
    }


    section.about .menu .text{
      padding: 3em 1em;
        background-color: rgba(0, 0, 0, .6);
    }
    section.about .menu .text p {
        font-size: 80%;
		line-height:1.5em;
    }
    section.concept .sub {
        font-size: 14px;
    }
    section.comp .info table{
        padding:0 1em;
    }
    section.comp .info tr{
      padding:.5em 0;
    }
    section.concept p.text {
        margin-top: 20px;
        font-size: 12px;
    }
    section.comp .info th,
    section.comp .info td {
        font-size: 12px;
    }
    section.comp .info th {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        white-space: nowrap;
    }
    section.comp .news a h4 {
        font-size: 12px;
    }
    section.sns .facebook .main {
        width: 450px;
    }
    /*
    footer.grobal .box .left .comp{
      font-size: 50%;
    }
    */
}

.spMenu {
    display: none;
}

.spMenu .logo img {}

header.grobal .barbox {}

header.grobal .barBox .bar {
    display: block;
    width: 40px;
    height: 5px;
    margin-top: 7px;
    background-color: #402b2b;
    border-radius: 4px;
}

header.grobal .barBox p {
    margin-top: 4px;
    color: #402b2b;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    text-indent: .1em;
    letter-spacing: .1em;
}

header.grobal .spMenu .menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header.grobal .spMenu .menu a {
    padding: 10px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-indent: .1em;
    letter-spacing: .1em;
    display: block;
    border-bottom: 1px solid #444444;
}

header.grobal .spMenu .menu a:not(:last-child) {
    border-bottom: 1px solid #402b2b;
}

section.top .reservation {
    display: none;
}
