
/* =================================== */
/*	Basic Style 
/* =================================== */

@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');

html{
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
}

body {
	color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.6;
	font-size: 14px;
}

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

figure{
	margin:0;
}

p {
    margin:0 0 15px;
}

a {
    color: #222;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration:none !important;
}

a[href^="tel:"]:hover{
	color:#222;
}

iframe {
    border: 0;
}

a, a:focus{
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: underline;
    outline: 0;
}

a:focus, a:hover {
    color: #727272;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 20px;
}

/* title */
h2{font-size:26px;}
h2.s{font-size:20px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:15px;}
h6{font-size:14px;}

.en{
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 0.05em;
}

.en2{
	font-family: 'Great Vibes', cursive;
}

h1.en{font-size:26px;}
h2.en{font-size:24px;}
h3.en{font-size:22px;}
h4.en{font-size:20px;}
h5.en{font-size:18px;}
h6.en{font-size:16px;}


/* title style 1 */
.tit-box{
	width:100%;
	font-family: 'Cormorant Garamond', serif;
}

.tit-box div{
	float:left;
}

.tit-box h2{
	font-size:46px;
	text-align:center;
	margin-bottom:30px;
	color:#fff;
}

.tit-box div:nth-child(2){
	width:26%;
	margin:0 2%;
}

.tit-box div:nth-child(1),
.tit-box div:nth-child(3){
	border-bottom:1px solid transparent;
	width:35%;
	height:40px;
}

.tit-box-l div:nth-child(2){
	width:46% !important;
}

.tit-box-l div:nth-child(1),
.tit-box-l div:nth-child(3){
	width:25% !important;
}

.tit-box h2 span{
	display:block;
	font-size:12px;
	color:#666;
	color:#fff;
}

/* text */
.txt-cl{
	text-align:left;
}

@media (min-width: 768px) {
	.txt-cl{
		text-align:center;
	}
}

.txt-black{
	color:#191919;
}

.txt-white{
	color:#fff;
}

.txt-s{
	font-size:12px;
}

.txt-l{
	font-size:22px;
}

.txt-b{
	font-weight:bold;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}


/* button */
.btn-danger {
  color: #fff;
  background-color: #7B272B;
  border-color: #7B272B;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #7B272B;
  border-color: #7B272B;
}

.btn-danger a,
.btn-danger a:hover{
	color:#fff;
}

/* margin */
.mgnB0 {margin-bottom:0 !important;}
.mgnB5 {margin-bottom:5px !important;}
.mgnB10 {margin-bottom:10px !important;}
.mgnB15 {margin-bottom:15px !important;}
.mgnB20 {margin-bottom:20px !important;}
.mgnB30 {margin-bottom:30px !important;}
.mgnB40 {margin-bottom:40px !important;}
.mgnB50 {margin-bottom:50px !important;}
.mgnB60 {margin-bottom:60px !important;}
.mgnB70 {margin-bottom:70px !important;}
.mgnB80 {margin-bottom:80px !important;}

.mgnT0 {margin-top:0 !important;}
.mgnT5 {margin-top:5px !important;}
.mgnT10 {margin-top:10px !important;}
.mgnT20 {margin-top:20px !important;}
.mgnT30 {margin-top:30px !important;}
.mgnT40 {margin-top:40px !important;}
.mgnT50 {margin-top:50px !important;}
.mgnT60 {margin-top:60px !important;}
.mgnT70 {margin-top:70px !important;}
.mgnT80 {margin-top:80px !important;}

.mgnL0 {margin-left:0 !important;}
.mgnL5 {margin-left:5px !important;}
.mgnL10 {margin-left:10px !important;}
.mgnL15 {margin-left:15px !important;}
.mgnL20 {margin-left:20px !important;}
.mgnL30 {margin-left:30px !important;}
.mgnL40 {margin-left:40px !important;}
.mgnL50 {margin-left:50px !important;}
.mgnL100 {margin-left:100px !important;}

.mgnR0 {margin-right:0 !important;}
.mgnR1 {margin-right:1px !important;}
.mgnR5 {margin-right:5px !important;}
.mgnR10 {margin-right:10px !important;}
.mgnR15 {margin-right:15px !important;}
.mgnR20 {margin-right:20px !important;}
.mgnR30 {margin-right:30px !important;}
.mgnR40 {margin-right:40px !important;}
.mgnR45 {margin-right:45px !important;}
.mgnR50 {margin-right:50px !important;}
.mgnR90 {margin-right:90px !important;}
.mgnR100 {margin-right:100px !important;}

.pdnT0{padding-top:0 !important;}
.pdnB0{padding-bottom:0 !important;}

/* background */
.bg-white{
	background:#fff !important;
}

.bg-whitesmoke{
	background:#f4f4f4 !important;
}

/* section */
.section-def{
	padding:60px 0;
}

/*=========================================
	Footer
==========================================*/

/* page top */
#back-top {
  bottom: 20px;
  position: fixed;
  right: 15px;
  z-index: 9;
}


/*=========================================
	TOP
==========================================*/

/* main visual */
.main-visual{
	background:url(../img/lp/main_visual.jpg) bottom center no-repeat;
	height:700px;
	position:relative;
}

/* main visual h1 */
.tit-main-visual h1 {
  position: relative;
  padding: 40px 0;
  color:#fff;
  font-size:30px;
  line-height:1.6;
  text-align:center;
  margin-top:50px;
}

.tit-main-visual h1 span{
	display:block;
	font-size:62px;
	margin-bottom:20px;
	line-height:1.3;
}

.tit-main-visual h1::before,
.tit-main-visual h1::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

.tit-main-visual h1::before {
  top: 0;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
}

.tit-main-visual h1::after {
  bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #fff;
}

.tit-ja{
	font-size:13px !important;
	letter-spacing:3.5px;
}


/*------------------------------------------
 
 LP dinner

------------------------------------------*/
.lp-dinner{
	background-color:rgba(28,52,49,1);	
}

.wrap-menu{
	background:url(../img/lp/bg_menu.gif) repeat;
	padding:50px 30px;
	text-align:center;
}

.wrap-menu h2{
	color:#BA9639;
	margin-bottom:10px;
	font-size:50px;
}

.access{
	background:url(../img/lp/bg_access.jpg) top center no-repeat;
	background-size:cover;
	padding:70px 0 50px;
	margin-top:60px;
}

.txt-price{
	font-size:40px;
}

.wrap-menu p{
	font-size:16px;
}