@charset "utf-8";


/* */
.fade{
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

.anim {
    width: 100%;
    opacity: .05;
    fillter: blur(1px) grayscale(100%);
    transform: translateY(50px) translate3d(0, 0, 0);
    transition: all .3s;
}
.anim.active {
    opacity: 1;
    filter: blur(0) grayscale(0);
    transform: translateY(0) translate3d(0, 0, 0);
}
@media screen and (max-width:767px){
  .anim {
    animation: fadeIn 1s ease 0s 1 normal;
    opacity:1;
    transform:none;
  }
}


/* */
.pc { display: block; }
.sp { display: none; }
@media only screen and (max-width: 767px) {
.pc { display: none; }
.sp { display: block; }
}

/* -------------------------------------------------------
   mv
------------------------------------------------------- */
.mv{
	width: 100%;
	margin:0 auto 60px;
	position: relative;
}
#top .mv{
  margin-bottom: 0;
}
.mv h2{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin: auto;
  height: 2em;
  text-align: center;
	color: #fff;
	font-weight:normal;
	font-family: "ten-mincho",serif;
	font-size: 280%;
	z-index: 2;
	letter-spacing: 0.2em;
  text-shadow: rgba(0,0,0,0.8) 1px 1px 2px;
  line-height: 1.2;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.mv h2 span{
  display: block;
  font-size:40%;
  letter-spacing:0.1em;
  padding-bottom: 15px;
}
.mv img{
  width: 100%;
}
.mv .img {
  overflow: hidden;
  position: relative;
}
.mv .img:before,
.mv .img:after {
  animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}
.mv .img:before {
  animation-name: img-wrap-before;
  top: 0;
  bottom: 50%;
}
.mv .img:after {
  animation-name: img-wrap-after;
  top: 50%;
  bottom: 0;
}
@keyframes img-wrap-before {
  100% {
    transform: translateX(100%);
  }
}
@keyframes img-wrap-after {
  100% {
    transform: translateX(-100%);
  }
}

@media screen and (max-width:767px){
  .mv h2{
    font-size: 170%;
    line-height: 1;
  }
  .mv h2 span{
    padding-bottom: 5px;
  }
  .mv .img:before,
  .mv .img:after {
    animation:none;
    transform: none;
    top:auto;
    bottom: auto;
  }
}



/* -------------------------------------------------------
   top
------------------------------------------------------- */
#top .sec{
	margin-bottom: 80px;
}
@media screen and (max-width:767px){
	#top .sec{
		margin-bottom: 40px;
	}
}

/* copy
------------------------------------------------------- */
.topCopy{
	width: 100%;
	margin:0 auto 80px;
	position: relative;
  text-align: center;
  background:#f18b00;
  padding: 70px 20px;
  font-weight:normal;
	font-family: "ten-mincho",serif;
	font-size: 144%;
  letter-spacing: 0.05em;
  color: #fff;
}

/* btn
------------------------------------------------------- */
.btnType01,
.btnType02 {
  text-align: center;
}
.btnType01 a,
.btnType02 a{
  display: inline-block;
  text-align: center;
  padding: 15px 100px;
  color: #333;
  border: 1px solid #363636;
  position: relative;
  text-decoration: none;
}
.btnType01 a:hover,
.btnType02 a:hover{
  background-color: #14295e;
  border: 1px solid #14295e;
  color: #fff;
}
.btnType01 a:after,
.btnType02 a:after{
  content:"\f178";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  font-size: 72%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1.5em;
}

@media only screen and (max-width:767px){
  .btnType01 a,
  .btnType02 a{
    width:100%;padding:20px 0
  }
}



/* kodawari
------------------------------------------------------- */
.kodawari{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	overflow: hidden;
}
.kodawari .kImg,
.kodawari .kTxt{
	position: relative;
	width: 50%;
	background-color: #000;
}
.kodawari .kImg{
	z-index: 2;
	padding: 30px;
	min-height: 460px;
	display: flex;
	align-items: center;
}
.kodawari .kImg h3{
	display: inline-block;
	padding: 0.3em 1em;
	border:solid 1px rgba(255,255,255,0.6);
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	color: #fff;
	font-weight:normal;
	font-family: "ten-mincho",serif;
	font-size: 140%;
	z-index: 1;
	letter-spacing: 0.2em;
	margin: auto;
}
.kodawari .kImg h3 span{
	font-size: 150%;
}
.kodawari .kTxt{
	color: #fff;
	padding: 30px;
	background-color: #000;
	z-index: 3;
}
.kodawari .kTxt p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 88%;
}
.kodawari .kTxt p span{
	font-size: 108%;
}
.kodawari .kImg.k01{background:url(../img/top/img_kodawari01.jpg) no-repeat; background-size: cover;}
.kodawari .kImg.k02{background:url(../img/top/img_kodawari02.jpg) no-repeat; background-size: cover;}
.kodawari .kImg.k03{background:url(../img/top/img_kodawari03.jpg) no-repeat; background-size: cover;}
.kodawari .kImg.k04{background:url(../img/top/img_kodawari04.jpg) no-repeat; background-size: cover;}
.kodawari .kImg.k05{background:url(../img/top/img_kodawari05.jpg) no-repeat; background-size: cover;}
.kodawari .kTxt.k01{background:url(../img/top/img_kodawari01_2.jpg) no-repeat; background-size: cover;}
.kodawari .kTxt.k02{background:url(../img/top/img_kodawari02_2.jpg) no-repeat; background-size: cover;}
.kodawari .kTxt.k03{background:url(../img/top/img_kodawari03_2.jpg) no-repeat; background-size: cover;}
.kodawari .kTxt.k04{background:url(../img/top/img_kodawari04_2.jpg) no-repeat; background-size: cover;}
.kodawari .kTxt.k05{background:url(../img/top/img_kodawari05_2.jpg) no-repeat; background-size: cover;}

@media screen and (max-width:767px){
	.kodawari{
		display: block;
	}
	.kodawari .kImg,
	.kodawari .kTxt{
		position: relative;
		width:90%;
	}
	.kodawari .kImg{
		min-height: 220px;
	}
	.kodawari .kImg h3{
		font-size: 120%;
	}
	.kodawari .kImg h3 span{
		font-size: 130%;
	}
	.kodawari .kTxt{
		float:right;
	}
	.kodawari .kTxt p{
		position:inherit;
		transform:none;
		top:auto;
    left: auto;
		width:100%;
	}
	.kodawari .kTxt.k01,
	.kodawari .kTxt.k02,
	.kodawari .kTxt.k03,
  .kodawari .kTxt.k04,
  .kodawari .kTxt.k05{
		margin-left: 20px;
		margin-top: -30px;
		margin-bottom: 20px;
	}
}


/* top Blog Area
------------------------------------------------------- */
.topBlog {
	padding: 50px;
	background-color: #14295e;
  color: #fff;
}
.topBlog a{
  color: #fff;
}
.topBlog ul{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.topBlog li{
	width: 23%;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.topBlog li .blogImg{
	display: block;
	margin: 0 auto 10px;
	height: 200px;
    overflow: hidden;
}
.topBlog li h4{
  margin-bottom: 5px;
}
.topBlog li > .date{
  font-size: 84%;
}

@media screen and (max-width:767px){
	.topBlog {
		padding: 20px;
	}
	.topBlog li{
		width: 48.6%;
	}
	.topBlog li .blogImg{
	    height:76px;
	}
}



/* shop
------------------------------------------------------- */
.shop ul{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.shop li{
	width: 80%;
	margin:0 auto 50px;
	position: relative;
	overflow: hidden;
  display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.shop li div{
  width: 48%;
}
.shop li h3{
  font-size: 112%;
}
.shop li img{
	margin-bottom: 14px;
}
.shop li table{
	margin-top: 14px;
	border-top: solid 1px #ccc;
	width: 100%;
  font-size: 88%;
}
.shop li table th,
.shop li table td{
	border-bottom: solid 1px #ccc;
	padding: 8px 14px 8px 0;
}
.shop li table th{
	font-weight: normal;
  white-space: nowrap;
}
@media screen and (max-width:767px){
	.shop li{
		width:100%;
		margin: 0 auto 15px;
	}
	.shop li > table{
		font-size: 92%;
	}
}

/* instagram
------------------------------------------------------- */
.instagram{
	padding: 50px;
	background-color: #eceef3;
	position: relative;
}
.instagram:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
  left:0;
  margin: auto;
	width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 50px solid #fff;
}
.instagram h3{
	text-align: center;
  margin-bottom: 30px;
}
#instafeed{
  margin: auto;
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-wrap:wrap;
	justify-content:space-between;
}
#instafeed li{
  width: 15%;
  margin-bottom: 20px;
}
#instafeed li a img{
  width: 100%;
}
@media screen and (max-width:767px){
  #instafeed{
    max-width: 100%;
  }
}


/* ttl
------------------------------------------------------- */
/*ttlL*/
.ttlL{
	display:block;
	text-align: center;
	position: relative;
	padding-top: 48px;
	margin-bottom: 40px;
}
.ttlL::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	margin: auto;
	width:246px;
	height:98%;
	background:linear-gradient(to top right, transparent 50%, #ffb959 50.1%) bottom left/ 50% 100% no-repeat,
	           linear-gradient(to top left, transparent 50%, #ffb959 50.1%) bottom right / 50% 100% no-repeat;
	z-index: 0;
}
.ttlL.bgBl::before{
  background:linear-gradient(to top right, transparent 50%, #ff9300 50.1%) bottom left/ 50% 100% no-repeat,
	           linear-gradient(to top left, transparent 50%, #ff9300 50.1%) bottom right / 50% 100% no-repeat;
}
.ttlL .j{
	font-family: "ten-mincho",serif;
	color: #000;
	font-size:210%;
	letter-spacing:0.1em;
	font-weight: normal;
	z-index: 1;
	position: relative;
}
.ttlL .j.s{
	font-size:160%;
  display: block;
}
.ttlL .eng{
	font-family: 'Roboto', sans-serif;
	color: #14295e;
	letter-spacing: 0.1em;
	display: block;
	margin-bottom: 6px;
	font-size:114%;
	font-weight: normal;
	line-height: 1;
	z-index: 1;
	position: relative;
}
.ttlL.bgBl .j,
.ttlL.bgBl .eng{
  color:#fff;
}
.ttlM{
  font-family: "ten-mincho",serif;
	color: #000;
	font-size:200%;
	letter-spacing:0.1em;
	font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
}
.ttlLine{
  font-family: "ten-mincho",serif;
	color: #000;
	font-size:200%;
	letter-spacing:0.1em;
	font-weight: normal;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: solid 1px #000;
  text-align: left;
}
@media screen and (max-width:1024px){
	/*ttlL*/
	.ttlL{
		padding-top:20px;
		margin-bottom: 30px;
	}
	.ttlL::before{
		width:160px;
		height:98%;
	}
	.ttlL .j{
		font-size:200%;
		letter-spacing:0.1em;
	}
	.ttlL .eng{
		margin-bottom:3px;
		font-size:94%;
	}
}
@media screen and (max-width:767px){
  .ttlL{
    margin-bottom:20px;
  }
	.ttlL::before{
		width:180px;
		height:99%;
	}
	.ttlL .j{
		font-size:160%;
		letter-spacing:0.05em;
	}
	.ttlL .eng{
		margin-bottom:0;
		font-size:90%;
	}
  .ttlM{
		font-size:150%;
    margin-bottom: 20px;
    letter-spacing:0;
	}
  .ttlLine{
    font-size:150%;
  }
}



/* -------------------------------------------------------
  shop
------------------------------------------------------- */
.shopSec{
  width: 100%;
  position: relative;
  margin-bottom: 80px;
  display: flex;
}
.shopSec.end{
  justify-content:flex-end;
}
.shopSec .shopImg,
.shopSec .shopCont{
  width: 52.7%;
}
.shopSec .shopImg{
  position: absolute;
  z-index: 1;
  top: 0;
  box-shadow:20px 20px 0px 0px #eceef3;
}
.shopSec:nth-of-type(odd) .shopImg,
.shopSec:nth-of-type(even) .shopCont{
  left:0;
}
.shopSec:nth-of-type(even) .shopImg,
.shopSec:nth-of-type(odd) .shopCont{
  right:0;
}
.shopSec .shopCont{
  position: relative;
  z-index: 2;
  top: 70px;
  background-color: #fff;
  padding:20px 30px 30px;
  margin-bottom: 70px;
  box-shadow:2px 2px 4px 0px rgba(0,0,0,0.2);
}
.shopSec table{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.shopSec table th,
.shopSec table td{
  padding: 14px 10px 14px 0;
}
.shopSec table th{
  border-bottom: solid 1px #000;
  width: 24%;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}
.shopSec table td{
  border-bottom: solid 1px #ccc;
  text-align: left;
}
.shopSec .map{
  height: 420px;
  width: 100%;
}
@media screen and (max-width:767px){
  .shopSec{
    display: block;
  }
  .shopSec .shopImg{
    width:94%;
  }
  .shopSec .shopImg{
    position:relative;
    margin-bottom: 40px;
  }
  .shopSec .shopCont{
    width: 100%;
    padding:0;
    top: 0;
    margin-bottom:30px;
    background-color: inherit;
    box-shadow:none;
  }
  .shopSec table{
    font-size: 92%;
  }
  .shopSec table th{
    padding: 14px 0;
    width: auto;
  }
  .shopSec table td{
    padding: 14px 0 14px 10px;
  }
  .shopSec table th:first-of-type{
    border-top: solid 1px #000;
  }
  .shopSec table td:first-of-type{
    border-top: solid 1px #ccc;
  }
}



/* -------------------------------------------------------
  menu  -- food / drink / course
------------------------------------------------------- */

.menuSec{
  margin: 0 auto;
	padding:40px 0;
	width: 100%;
	text-align: left;
  margin-bottom: 80px;
  position: relative;
}
.menuSec:nth-of-type(odd):before{
  top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	content: '';
	position: absolute;
	background: #eceef3;
}
.menuSec:nth-of-type(even):after{
  top: 0;
	left: 0;
	width: 70%;
	height: 100%;
	content: '';
	position: absolute;
	background: #eceef3;
}
.menuSec .menuImg{
  width: 48%;
  position: relative;
  z-index: 2;
}
.menuSec:nth-of-type(odd) .inner .menuImg{
  float: left;
}
.menuSec:nth-of-type(even) .inner .menuImg{
  float: right;
}
.menuSec .menuCont{
  width: 48%;
  position: relative;
  z-index: 1;
}
.menuSec:nth-of-type(odd) .inner .menuCont{
  float: right;
}
.menuSec:nth-of-type(even) .inner .menuCont{
  float: left;
}
.menuCont > table{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.menuCont > table:last-of-type{
  margin-bottom: 0;
}
.menuCont > table th,
.menuCont > table td{
  padding: 14px 10px 14px 0;
  border-bottom: dotted 1px #999;
  vertical-align: top;
  font-weight: normal;
}
.menuCont > table th{
  width: 70%;
  text-align: left;
}
.menuCont > table th p{
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.menuCont > table th span{
  display: block;
  font-weight: normal;
  font-size: 88%;
  color: #666;
}
.menuCont > table td{
  text-align: right;
}
.menuCont > table thead > tr > th{
  font-family: "ten-mincho",serif;
	color: #000;
	font-size:126%;
	font-weight: 700;
  margin-bottom: 20px;
  text-align:left;
  padding:0;
  border-bottom: none;
}
.menuCont > table thead > tr > th span{
  font-size: 72%;
  color: #666;
  padding-left: 1em;
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.menuCont > table thead > tr > td{
  color: #666;
  padding:5px 0 0;
  text-align:left;
  border-bottom: none;
}
/*menuSec2col*/
.menuSec2col{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menuSec2col > .menuCol{
  width: 48%;
}
.menuSec2col > .menuCol > section{
  margin-bottom: 40px;
}
.menuSec2col > .menuCol > section h3{
  font-family: "ten-mincho",serif;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 200%;
  border-bottom: solid 1px #000;
  font-weight: normal;
}
.menuSec2col > .menuCol > section table{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}
.menuSec2col > .menuCol > section table th,
.menuSec2col > .menuCol > section table td{
  padding: 14px 10px 14px 0;
  border-bottom: dotted 1px #999;
  vertical-align: top;
  font-weight: normal;
}
.menuSec2col > .menuCol > section table th{
  width: 70%;
  text-align: left;
}
.menuSec2col > .menuCol > section table td{
  text-align: right;
}
.menuSec2col > .menuCol > section > table > thead > tr > th{
  font-family: "ten-mincho",serif;
	color: #000;
	font-size:126%;
	font-weight: 700;
  margin-bottom: 20px;
  text-align:left;
  padding:0;
  border-bottom: none;
}
.menuSec2col .taR{
  font-size: 82%;
}
.menuCont .note{
  font-size: 82%;
  margin-top: 20px;
}

@media screen and (max-width:767px){
  .menuSec{
    margin-bottom: 30px;
    padding: 0;
  }
  .menuSec:nth-of-type(odd):before,
  .menuSec:nth-of-type(even):after{
    background-color:inherit;
  }
  .menuSec .menuImg,
  .menuSec .menuCont{
    width: 100%;
  }
  .menuSec .menuCont{
    background: #faf8f2;
    padding: 20px;
  }
  .menuSec:nth-of-type(odd) .inner .menuImg,
  .menuSec:nth-of-type(even) .inner .menuImg,
  .menuSec:nth-of-type(odd) .inner .menuCont,
  .menuSec:nth-of-type(even) .inner .menuCont{
    float: none;
  }
  .menuSec2col > .menuCol{
    width: 100%;
  }
  .menuSec2col > .menuCol > section h3{
    font-size: 160%;
    margin-bottom: 5px;
  }
  .menuSec2col > .menuCol > section table th,
  .menuSec2col > .menuCol > section table td{
    padding: 10px 10px 10px 0;
  }
}


/* -------------------------------------------------------
  blog
------------------------------------------------------- */
.entryWrap{
  margin: 0 auto 100px;
  max-width: 1100px;
}
.entryWrap a{
  text-decoration: none;
}
.entryWrap a:hover{
  color: #666;
}
.entryWrap article:first-of-type{
  border-top: solid 1px #ccc;
}
.entryWrap article{
  padding: 30px 0;
  border-bottom: solid 1px #ccc;
}
.entryList a{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.entryImg{
  width: 20%;
}
.entryTxt{
  width: 74%;
}
.entryWrap article h3{
  font-size:125%;
}
.entryWrap article h3 a{
  color: #000;
  text-decoration: none;
}
.entryWrap article h3 a:hover{
  color: #666;
}
.entryWrap article .entryMeta,
.entryMeta{
  font-size: 81%;
  padding: 0px 0 10px;
  margin-bottom: 20px;
  color: #666;
}
.entryWrap article .entrySummary,
.entrySummary{
  font-size: 92%;
}
.entry-footer{
  font-size: 81%;
  padding: 10px 0 10px;
  color: #666;
}
@media screen and (max-width:767px){
    .entryWrap{
        margin: 0 auto 20px;
        max-width: 100%;
    }
}
