@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
    font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #190d0d;
	margin:0;
    background-repeat: repeat;
    background-size: 730px;
    background-position: center;
    background-image: url(../img/top/bg.jpg);
}
@media all and (-ms-high-contrast: none) {
    body {
        background-image:none;
        background-color: #e9e2d4;
    }
}
@media (max-width: 480px){
body {
	font-size: 1.5rem;
}
}
a{
	color: #190d0d;
	text-decoration: none;
}
a:hover{
	color: #190d0d;
}
/* ------------------------------------- /
/   スマホ表示・非表示
/* ------------------------------------- */
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media only screen and (max-width: 480px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/* ---------------------------------------------------------------------------- /
/   Header
/* ---------------------------------------------------------------------------- */
.header{
	position:relative;
}
@media all and (-ms-high-contrast: none) {
.hidden {
    background-color: rgba(0, 0, 0, 0.2)!important;
}
}
.menubg {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    transition: all 0.5s ease;
    z-index: 9999;
}
.hidden {
    background: none;
    transition: all 0.5s ease;
}
.header .navbar {
    max-width: 80%;
    position: relative;
    margin: 0 0 0 20px;
}
.header .navbar .header_logo {
    margin: 0;
    text-align: center;
    padding: 16px 0;
}
.header .navbar .header_logo a{
	display: inline-block;
}
.header .navbar .header_logo a img{
	max-width: 155px;
}
.reservation{
    position: fixed;
    background-color: #190d0d;
    top:0;
    right: 0;
    z-index: 9999;
}
.reservation ul{
    display: flex;
    flex-wrap: wrap;
    padding:20px 30px;
}
.reservation li{
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    border-right: solid 1px #fff;
    padding-right: 5px;
    color:#fff;
}
.reservation li a{
    color: #fff;
}
.reservation li:first-child a{
    display: block;
    height: 23px;
    width: 31px;
    overflow: hidden;
    text-indent: 100%;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    background-image: url(../img/top/insta_w.png);
}
.reservation li:nth-child(2){
    padding-right:0;
}
.reservation li:nth-child(2) a{
    display: block;
    height: 23px;
    width: 31px;
    overflow: hidden;
    text-indent: 100%;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    background-image: url(../img/top/fb_w.png);
}
.reservation li:last-child{
    border-right: solid 0px ;
    padding: 0 0 0 15px;
}
.inner{
    max-width: 1080px;
    margin:0 auto;
}
@media (max-width: 1024px){
.header .navbar .header_logo {
    left: 10px;
}
.inner{
    padding:0 20px;
}
.header nav.nav-wrap ul.nav {
    right: 20px !important;
}
.header .navbar {
    max-width: 70%;
}
.reservation {
    position: fixed;
    background-color: #190d0d;
    bottom: 0;
    top:inherit;
    right: 0;
    z-index: 9999;
    width: 100%;
}
}
@media (max-width: 768px){
.header .navbar .header_logo {
    top: 20px;
    z-index: 999;
}

}
@media (max-width: 480px){
}
@media (max-width: 375px){
}
/* ---------------------------------------------------------------------------- /
/   main_area
/ ---------------------------------------------------------------------------- */
.main_area{
    position: relative;
}
.main_logo{
    position: absolute;
    bottom: 40px;
    left: 100px;
}
.main_logo p{
    display: block;
    margin:30px 0 0 40px;
    letter-spacing: 0.15rem;
    font-size: 1.3rem;
    line-height:2.2;
}
.main_logo img.main_logo_img{
    width:460px;
}
.main_area img{
    width:100%;
}
.main_area video {
    width: 80%;
    margin: 0 0 0 auto;
    z-index: 0;
    border-radius: 0 0 0 20px;
    display: block;
}
a.scroll{
    text-decoration: none;
    font-size: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    bottom: 60px;
    z-index: 99;
    color: #fff;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
}
a.scroll img{
    width: 34px;
    -webkit-animation: 3s arrow infinite ease;
    animation: 3s arrow infinite ease;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    position:relative;
}
@-webkit-keyframes arrow {
    0%,100% {
        top:10px;
    }
    50% {
        top:20px;
    }
}
@keyframes arrow {
    0%,100% {
        top:10px;
    }
    50% {
        top:20px;
    }
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
a.scroll {
    bottom: 20px;
}
}
@media (max-width: 480px){
.cd-fixed-bg {
    height: 450px;
}
.cd-fixed-bg {
    background-position: center bottom;
}
  .cd-fixed-bg {
    background: none;
  }

  .cd-fixed-bg::before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
    width: 100%;
    height: 450px;
    background: url("../img/top/main.jpg") center/cover no-repeat;
    -webkit-background-size: cover;
  }
.main_area video {
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 0;
}
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}

/* ---------------------------------------------------------------------------- /
/   about_area
/ ---------------------------------------------------------------------------- */
.about_area{
    padding: 110px 0;
}
.ttl{
    max-width: 500px;
    margin:0 auto;
}
.ttl h2{
    font-family: 'Great Vibes', cursive;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    font-size: 4rem;
    line-height: 0;
    letter-spacing: 0.1em;
}
.ttl p{
    text-align:center;
    padding-top: 13px;
    font-size: 1.3rem;
}
.about_area .txt{
    padding-top: 50px;
    max-width: 600px;
    margin:0 auto;
}
.about_area .txt p{
    line-height: 2.5;
}
@media (max-width: 1440px){
.main_logo img.main_logo_img {
    width: 330px;
}

}
@media (max-width: 1402px){
.header .navbar {
    max-width: 80%;
    padding-right: 50px;
    box-sizing: border-box;
}
}
@media (max-width: 1172px){
.main_logo img.main_logo_img {
    width: 36%;
}
.main_logo {
    left: 40px;
}
}
@media (max-width: 1024px){
.header .navbar {
    max-width: 75%;
}
.main_logo img.main_logo_img {
    width: 25%;
}
}
@media (max-width: 768px){
.main_logo img.main_logo_img {
    display: none;
}
.main_logo {
    left: 0;
}
.about_area {
    padding: 110px 0 0;
}
}
@media (max-width: 480px){
.about_area .txt {
    text-align: left;
}
.about_area {
    padding: 90px 0 60px;
}
.ttl h2 {
    font-size: 3rem;
}
.main_logo {
    display: none;
}
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}
/* ---------------------------------------------------------------------------- /
/   menu_area
/ ---------------------------------------------------------------------------- */
.menu_area{
    padding:110px 0;
}
.menu_inner{
    max-width: 90%;
    margin:0 auto;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.menu_area .flex {
    padding-top: 80px;
    justify-content: center;
}
.menu_box{
    width: 30%;
    padding:0 20px;
    box-sizing: border-box;
    margin-bottom:40px;
    position: relative;
}
.menu_box img{
    width: 100%;
    margin-bottom: 20px;
    border-radius:10px;
}
.menu_txt.flex{
    padding-top: 0px!important;
    justify-content: space-between;
    align-items:baseline;
}
.menu_txt p.price{
    font-size: 1.4rem;
}
.menu_contents{
    padding-bottom: 50px;
}
.menu_list{
    width: 48%;
}
.menu_list dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: dotted 1px #ccc;
    padding: 7px;
    font-size: 1.3rem;
}
.menu_area h3{
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    border-bottom:solid 1px #333;
    padding-top: 60px;
}
.menu_area h3 span{
    font-size: 1.2rem;
    padding-left: 10px;
}
.menulist .flex{
    padding-top: 20px;
    justify-content: space-between;
}
.button {
    text-align: center;
    padding: 7px 0 4px;
    color: #fff;
    font-family: 'Great Vibes', cursive;
    background: #190d0d;
    max-width: 320px;
    border-radius: 50px;
    margin: 40px auto;
    font-size: 2.4rem;
    cursor: pointer;
}
.button:hover{
    background:#A2C0B4;
    transition:1s;

}
.btn_close {
    background:#A2C0B4;
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
.menu_inner {
     max-width: 100%; 
}
.menu_box {
    padding: 0 10px;
}
}
@media (max-width: 480px){
.menu_area {
    padding: 50px 0;
}
.menu_list{
    width: 100%;
}
.menu_box{
    width: 100%;
    margin-bottom: 30px;
}
.menu_contents {
    padding-bottom: 0;
}
.menu_area .flex {
    padding-top: 50px;
}
.menu_inner {
    max-width: 95%;
}
.menu_box img {
    margin-bottom: 10px;
}
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}
/* ---------------------------------------------------------------------------- /
/   contact
/ ---------------------------------------------------------------------------- */
.contact_area{
    background-color: #fff;
    padding:110px 0;
}
.contact_txt{
    max-width: 600px;
    margin:40px auto;
}
.contact_txt a{
    text-align: center;
    display: block;
    margin:20px auto;
    padding-bottom: 10px;
    position: relative;
}
.contact_txt a:before{
    content: "";
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    border-bottom:solid 1px #000;
    width: 80px;
    height: 2px;
    bottom: 0;

}
.contact_txt a:hover{
    opacity: 0.7;
}
.formbox{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 60px;
}
.formbox p{
    text-align: center;
    padding:20px 0;
}
.formbox p span{
    color: #e37e77;
}
.formbox dl{
    overflow: hidden;
}
.formbox dt{
    width: 100%;
    padding: 20px 0 7px;
    color: #190d0d;
}
.formbox dt span{
    color: #ccc;
}
.formbox dd{
    width: 100%;
    float: left;
}
.formbox select{
    width: 100%;
    height: 30px;
    border-radius: 0;
    outline: none;
    border: 1px solid #190d0d;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-appearance: none;
}
.formbox input{
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
}
.formbox textarea {
    width: 100%;
    -webkit-appearance: none;
}
.formbox .right {
    margin-top: 5px;
    font-size: 13px;
    color: #190d0d;
}
.formbox input[type="text"],
.formbox textarea {
    padding: 10px;
    font-size: 14px;
    outline: none;
    border: 1px solid #190d0d;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}

.formbox .btn_box {
    max-width: 280px;
    margin: 50px auto 0;
}
.formbox .btn_box .submit_button {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #190d0d;
    border:0px solid #190d0d;
    letter-spacing: 0.2em;
    padding: 25px 0;
    border-radius: 50px;
    line-height: 0;
}
.formbox .btn_box .submit_button:hover{
    background-color: #A2C0B4;
    transition:1s;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}
/*** custom checkboxes ***/
.formbox label{
  margin-right: 20px;
}
.formbox input[type=checkbox] { display:none; } /* to hide the checkbox itself */
.formbox input[type=checkbox] + label:before {
font-family: "Font Awesome 5 Free";
  display: inline-block;
}

.formbox input[type=checkbox] + label:before {
  content: "\f0c8";
  font-size:20px;
   } /* unchecked icon */
.formbox input[type=checkbox] + label:before {
  letter-spacing: 15px;
 } /* space between checkbox and label */
.formbox input[type=checkbox]:checked + label:before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f14a";
  font-size:20px;
} /* checked icon */
.formbox input[type=checkbox]:checked + label:before {
  letter-spacing: 15px;
}

@media (max-width: 1024px){
}
@media (max-width: 768px){
}
@media (max-width: 480px){
.formbox dt {
    padding: 10px 0 7px;
    font-size: 15px;
}
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}
/* ---------------------------------------------------------------------------- /
/   access_area
/ ---------------------------------------------------------------------------- */
.access_area{
    padding:110px 0 0;
}
@media (max-width: 1024px){
}
@media (max-width: 768px){
}
@media (max-width: 480px){
.access_area {
    padding: 50px 0 0;
}
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}
/* ---------------------------------------------------------------------------- /
/   footer
/ ---------------------------------------------------------------------------- */
.footer{
    background-color:#190d0d;
    padding:60px 40px 25px;
    margin-top: -7px;
}
.foot_logo a img {
    width: 190px;
    margin-bottom: 15px;
}
.access_txt{
    color: #fff;
    font-size: 1.1rem;

}
.access_txt p{
    padding-bottom: 10px;
}
.access_txt li p{
    display: inline-block;
}
.access_txt li p br{
    display: none;
}
.access_txt li p.time{
    width: 100px;
    vertical-align: top;
}
.access_txt li p.time_attention br{
    display: block;
}
.copy p{
    color: #fff;
    font-size: 1.1rem;
}
.access_txt li p a,
.copy p a{
    color: #fff;
}
.copy p a:hover{
    opacity: 0.7;
}
@media (max-width: 1024px){
.footer {
    margin-bottom: 65px;
}
}
@media (max-width: 768px){

}
@media (max-width: 480px){
.footer {
    padding: 40px 20px 25px;
}
.access_txt li p br{
    display: block;
}
.access_txt {
    width: 100%;
}
.foot_logo {
    margin: 0 auto 20px;
}
}
@media (max-width: 375px){
}
@media (max-width: 320px){
}
/* ------------------------------------- /
/   topへ戻る
/* ------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  color: #fff;
  z-index: 9999;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
    background-repeat: no-repeat;
    text-decoration: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 55px;
    background: rgba(51, 51, 51, 0.5);
    padding: 0;
    display: block;
    color: #fff;
}
#pageTop a:hover {
  text-decoration: none;
  background: rgba(51, 51, 51, 0.8);

}
#pageTop .fa {
    position:relative;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#pageTop .fa-chevron-up:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
    bottom: 153%;
    left: -9px;
}
.fa-chevron-up:before {
    display: none;
}
/* ------------------------------------- /
/   確認
/* ------------------------------------- */
.kakunin{
    padding:110px 0;
}
/* ---------------------------------------------------------------------------- /
/   下層
/ ---------------------------------------------------------------------------- */
.lower_mainimg {
    position: relative;
}
.lower_mainimg img{
    width: 100%;
}
.lower_mainimg .ttl{
    position:absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.contact_txt h3{
    font-size: 1.8rem;
    margin:0 0 30px ;
    font-weight: 500;
}
.lower_contact_txt a{
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background: #190d0d;
    max-width: 320px;
    border-radius: 50px;
    margin: 40px auto;
}
@media (max-width: 480px){
.lower_contact_area{
    padding:60px 0;
}
.lower_mainimg .ttl {
    top: 65%;
}
.kakunin {
    padding: 50px 0;
}
}