@charset "UTF-8";
/*!
 * File Name: lp-custom.css 
 * Description: lp.css をオーバーライドしてカスタマイズするCSS
 */
/* font-family（フォント）
--------------------------------------------------------- */
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Serif Japanese"), url("/assets/fonts/NotoSerifCJKjp-ExtraLight.otf") format("opentype"); }

@font-face {
  font-family: "NotoSerifJapaneseV";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Serif Japanese"), url("/assets/fonts/NotoSerifCJKjp-ExtraLight-v.otf") format("opentype"); }

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP"), url("/assets/fonts/NotoSansCJKjp-DemiLight.otf") format("opentype"); }

@font-face {
  font-family: "icon";
  src: url("/assets/fonts/icon/icomoon.eot?fhmtef");
  src: url("/assets/fonts/icon/icomoon.eot?fhmtef#iefix") format("embedded-opentype"), url("/assets/fonts/icon/icomoon.ttf?fhmtef") format("truetype"), url("/assets/fonts/icon/icomoon.woff?fhmtef") format("woff"), url("/assets/fonts/icon/icomoon.svg?fhmtef#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  line-height: 1.75;
  font-size: 13px;
  color: #4d4d4d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button, input, select, textarea {
  font-family: inherit;
}

.font-mincho {
font-family: "NotoSerifJapaneseV", serif;
font-weight: 100;
}
h2.font-mincho {
	letter-spacing: 0.2rem;
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
	color: #333;
}
}

/* body
--------------------------------------------------------- */
body {

  color: #333;
}

/* button（ボタン）
--------------------------------------------------------- */
.lp-c-button {
  background-color:#00347D;
  color: #FFF;
}

/* header
--------------------------------------------------------- */
.lp-sec-header {
  background-color: #fff;
}

.lp-sec-header > .lp-block .lp-logo img {
  width: 90px;
  height: 90px;
}

.lp-sec-header > .lp-block .lp-title {
  font-size: 18px;
  color: #333;
}

@media screen and (max-width: 560px) {
  .lp-sec-header > .lp-block .lp-logo img {
    width: 50px;
    height: 50px;
  }
  .lp-sec-header > .lp-block .lp-title {
    font-size: 12px;
  }
}

/* band
   bandArrow
--------------------------------------------------------- */
.lp-sec-band > .lp-block {
  background-color:#1E5A00;
  color: #fff;
}

.lp-sec-band--arrow > .lp-block::after {
  color: #1E5A00;
}

/* BigCenter
   BigLeft
   BigRight
   BigText
--------------------------------------------------------- */
.lp-sec-big {
  background-color: #fff;
  background-image: url("../img/base/bg1.png");
}
.lp-sec-big--center > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-big--center > .lp-block > .lp-text {
  color: #333;
}

.lp-sec-big--left > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-big--left > .lp-block > .lp-text {
  color: #333;
}

.lp-sec-big--right > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-big--right > .lp-block > .lp-text {
  color: #333;
}

.lp-sec-big--text > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-big--text > .lp-block > .lp-text {
  color: #333;
}

/* ImageCenter
   ImageLeft
   ImageRight
--------------------------------------------------------- */
.lp-sec-image {
  background-color: #fff;
}

.lp-sec-image > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-image > .lp-block > .lp-text {
  color: #333;
}



.lp-sec-image--center > .lp-block > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-image--center > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

.lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

.lp-sec-image--right > .lp-block > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-image--right > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

/* FullImageCenter
   FullImageLeft
   FullImageRight
--------------------------------------------------------- */
.lp-sec-fullimage {
  background-color: #fff;
}

.lp-sec-fullimage--center > .lp-block > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-fullimage--center > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

.lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

.lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

/* Inline2
   Inline2Arrow
   Inline3
   Inline3Arrow
   Inline4
   Inline4Arrow
   Inline5
   Inline5Arrow
   Inline2Circle
   Inline2CircleArrow
   Inline3Circle
   Inline3CircleArrow
   Inline4Circle
   Inline4CircleArrow
   Inline5Circle
   Inline5CircleArrow
--------------------------------------------------------- */
.lp-sec-inline {
  background-color: #fff;
}

.lp-sec-inline > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-inline > .lp-block > .lp-text {
  color: #333;
}

.lp-sec-inline > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-inline > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item::before {
  color: #333;
}

/* List
--------------------------------------------------------- */
.lp-sec-list {
  background-color: #fff;
}

.lp-sec-list > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-list > .lp-block > .lp-text {
  color: #333;
}

.lp-sec-list > .lp-block > .lp-list > .lp-item {
  color: #333;
}

.lp-sec-list > .lp-block > .lp-list > .lp-item::before {
  color: #333;
}

/* footer
--------------------------------------------------------- */
.lp-sec-footer {
  background-color: #333;
}

.lp-sec-footer > .lp-block {
  padding: 2.0rem;
  text-align: center;
}

.lp-sec-footer > .lp-block .lp-copyright {
  color: #fff;
  font-size: 2.0rem;
}

@media screen and (max-width: 560px) {
  .lp-sec-footer > .lp-block {
    padding: 8px;
  }
  .lp-sec-footer > .lp-block .lp-copyright {
    font-size: 1.0rem;
  }
}


/* original
--------------------------------------------------------- */
.bg-160306 {
	position: relative;
	width: 100%;
	text-align: center;
	background: #160306;
}
.bg-ffffff {
	position: relative;
	width: 100%;
	text-align: center;
	background: #ffffff;
}
img.btn {
	max-width: 50%;
	height: auto;
	margin: 20px auto;
}
img.btn:hover{
	opacity:0.5;
	cursor: pointer;
}

img.btn:active{
	position: relative;
	top: 3px;
 
}


/*上書き*/
.lp-sec-inline  {
  background-color: #fff;
}

.bg-120,.bg-170 > .lp-block > .lp-title {
  color: #fff;
}

.bg-120,.bg-170 > .lp-block > .lp-text {
  color: #fff;
}

.bg-120,.bg-170 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-title {
  color: #fff;
}

.bg-120,.bg-170 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text {
  color: #fff;
}
/*上書き ここまで*/


.bg-170 {
	position: relative;
	width: 100%;
	text-align: center;
	background: #6AB82D;
	padding: 50px 0;
}



img.responsive {
	max-width: 100%;
	height: auto;
}

.slash-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.slash-heading::before,
.slash-heading::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #fff;
}

.slash-heading::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.slash-heading::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
	.under {
		padding: 80px 0 0 0;
	}
@media (max-width: 1024px) {
	.under {
		padding: 80px 0 0 0;
	}
}
@media (max-width: 980px) {
	.under {
		padding: 100px 0 0 0;
	}
}
@media (max-width: 751px) {
	.under {
		padding: 140px 0 0 0;
	}
}


/* 追加
-----------*/
.fluid {
  width:30vh;/*横幅*/
  height: 30vh;/*縦幅*/
  background:linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 0.2));/*背景色*/
  animation: fluidrotate 10s ease 0s infinite;/*アニメーションの設定*/
	margin: 0 auto;
}

@keyframes fluidrotate {  
    
0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
}
28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
    
}
/* トップカバー
--------------------*/
.text-white-shine {
color:#fff;
	font-size:6rem;
	text-align:center;
	line-height:1.25em;
	color: #FFF;
	text-shadow: 0 0 0.2em rgba(255,255,255,0.7);
}
.text-white-bg {
color:#fff;
	font-size:6rem;
	text-align:center;
	line-height:1.25em;
	color: #FFF;
	text-shadow: 0 0 0.2em rgba(204,204,204,1);
}
.text-white {
color:#fff;
}
.text-bold {
	font-weight:bold;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}


.text-large {
	font-size:2.8rem;
}
.text-large-x {
	font-size:3.8rem;
}
.text-large-xx {
	font-size:4.8rem;
}
.text-small {
	font-size:1.4rem;
}

@media screen and (max-width: 560px) {
.text-white-shine {
	font-size:2.8rem;
}
.text-white-bg {
	font-size:2.8rem;
}
.text-large {
	font-size:2.0rem;
}
.text-small {
	font-size:1.2rem;
}
}


.text-red {
	color: #FF0004;
}
.text-green {
	color: #1E5A00;
}
.text-blue {
	color: #3fc1c9;
}
.text-gray {
	color:#666;
}
.text-brown {
	color:#9C8A14;
}

.text-bg-red {
	margin: 0 10px;
	padding:4px 10px;
	color: #fff;
	border-radius: 4px;
	background:#FF0000;
}

.text-bg-yellow {
	margin: 0 10px;
	padding:4px 10px;
	color: #fff;
	border-radius: 4px;
	background:#F8FF00;
}
.marker_yellow_hoso {
background: linear-gradient(transparent 60%, #ffff66 60%);
}


.line-height-top-plus {
	margin:2.0em 0 0 0;
}
.line-height-under-plus {
	margin: 0 0 1.0em 0;
}


.heading01 {
  border-bottom-style: solid;
  border-width: 5px;
	border-color: #CCC;

  /* 余白・文字サイズ調整 */
  padding-bottom: 5px;
  font-size: 2rem;
}

/*バンザイタイトル*/
.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.heading04::before,
.heading04::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #3fc1c9;
}

.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}




/*ボタン*/

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

@media screen and (max-width: 560px) {
.btn,
a.btn,
button.btn {
	width: 100%;
  font-size: 1.2rem;
	padding: 1rem;
}
}



a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}

a.btn-border-orange {
  color: #fff;
  border-radius: 0;
  background: #eb6100;
}

a.btn-border-orange:hover {
  color: #eb6100;
  border: 2px solid #eb6100;
  background: #fff;
}


/*頁トップ*/
/* ボタンのスタイル */
.page-top {
  /* buttonタグのリセットCSS */
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;

  /* ボタンの装飾 */
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #115582;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* 矢印のスタイル */
.page-top::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
}

/* ホバー時のスタイル */
.page-top:hover {
  transform: scale(1.1);
}

/*ナビの電話*/

i.fa-phone-square {

}

/* テーブル
--------------------------------*/
table.tbl-r05 {
	width: 100%;
	margin:50px 0 50px 0;
	font-size: 1.4rem;
	font-weight: normal;
	border-bottom:#333 solid 1px;
	border-right:#333 solid 1px;
}
.tbl-r05 th {
	text-align: center;
	font-weight: normal;
	padding: 10px;
	background: #ececec;
	border-top:#333 solid 1px;
	border-left:#333 solid 1px;
}
.tbl-r05 td {
	text-align: center;
	font-weight: normal;
	padding: 10px;
	border-top:#333 solid 1px;
	border-left:#333 solid 1px;
}


.tbl-r05 td:first-child {
  background: #fbf5f5;
}
@media screen and (max-width: 640px) {
table.tbl-r05 {
	font-size: 1.1rem;
}
  .tbl-r05 {
    width: 80%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #e9727e;
    color: #fff;
    font-weight: normal;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: normal;
    margin-right: 10px;
  }
}

.sp {
    display: none !important;
}

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

.text-left-box {
	width:960px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.6rem;
}
.text-left-box h2 {
	text-align: center;
}
.text-left-box p {
	clear: both;
	margin: 1rem 0 2rem 0;
}
img.image-left {
	float: left;
	max-width: 50%;
	height: auto;
	margin: 10px 20px 10px 0;
}
img.image-fullsize {
	max-width:100%;
	height: auto;
	margin: 10px auto;
}
img.image-small {
	max-width:50%;
	height: auto;
	margin: 10px auto;
}
/*--上書き--*/
.lp-sec-fullimage > .lp-block > .lp-item .lp-item__img img.image-fullsize {
  width: 90vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
text-align: center;
}
/*--上書き--*/
.lp-sec-fullimage > .lp-block > .lp-item .lp-item__img img.image-small {
  width: 50vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
text-align: center;
}


@media screen and (max-width: 559px) {
img.image-left {
	float:none;
	max-width: 100%;
	height: auto;
	margin:10px 0;
}
img.image-fullsize {
	max-width: 100%;
	height: auto;
	margin:10px  auto;
	}
img.image-small {
	max-width:75%;
	height: auto;
	margin: 10px auto;
}
}

@media (max-width: 980px) {
.text-left-box {
	width: 90%;
}
}
@media (max-width: 751px) {
.text-left-box {
	width: 100%;
}
}


h3.item {
	color:#9C8A14;
	font-size: 2.2rem;
font-family: "NotoSerifJapaneseV", serif;
	font-weight: 600;
}
@media screen and (max-width: 559px) {
h3.item {
	font-size: 1.8rem;
}
}

.item h3 {
	font-size: 1.6rem;
}
.item p {
	font-size: 1.6rem;
}
.bg-000 {
	background: #000;
}
.bg-333 {
	background: #333;
}
.bg-pink {
background-image: linear-gradient(90deg, rgba(255, 202, 197, 1), rgba(248, 148, 148, 1) 65%, rgba(246, 187, 181, 1));
}
.bg-blue {
  background-image: linear-gradient(90deg, rgba(115, 248, 224, 1), rgba(150, 167, 241, 1));
}
.bg-000 .item h3 {
	color: #fff;
}
.bg-333 .item h3 {
	color: #fff;
}
.bg-pink .item h3 {
	color: #fff;
}
.bg-blue .item h3 {
	color: #fff;
}


.bg-orange-gradient {
  background-image: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
}
.bg-orange-gradient .item h3 {
	color: #fff;
}
.bg-blue-gradient {
background-image: radial-gradient(circle, rgba(58, 99, 255, 1), rgba(42, 179, 252, 1) 90%);
}
.bg-blue-gradient .item h3 {
	color: #fff;
}
hr.menu-line {
	width: 10%;
  height: 2px;
  margin: 10px auto;
  border: none;
  background-color: #666;
}
hr.line-gord {
	width: 100%;
  height: 4px;
	margin: 0;
  border: none;
background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}



.menu-dl dl {
display: flex;
flex-flow: row wrap;
width: 100%;
font-size: 1.6rem;
margin: 0 0 50px 0;
}
.menu-dl dt {
flex-basis: 60%;
padding: 5px 5px;
border-bottom: 1px solid #ccc;
}
.menu-dl dd {
flex-basis: 40%;
padding: 5px 5px;
border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 559px) {
.menu-dl dl {
flex-flow: column;
font-size: 1.4rem;
}
.menu-dl dt {
padding: 10px 10px 0 10px;
border-bottom:none;
}
.menu-dl dd {
padding: 0px 10px 10px 10px;
}
}


  .map {
    position: relative;
    width: 100%;
    padding-top: 66.6666%;
	z-index: 1 !important;
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


.label-red {
	background: #9B0306;
	color: #fff;
	font-size: 1.4rem;
	padding: 0.4rem;
	margin: 0 0.2rem;
	border-radius: 4px;
}
.label-premium {
	text-align: right;
	color: #B50E4D;
	font-size: 1.4rem;
	padding: 0.1rem 0;
	font-weight: bold;
}

.label-nomihoudai {
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	color: #fff;
	font-size: 1.4rem;
	padding: 0.4rem;
	margin: 0 0.2rem;
	border-radius: 4px;
}
.label-nomihoudai-off {
	background:#666;
	color: #fff;
	font-size: 1.4rem;
	padding: 0.4rem;
	margin: 0 0.2rem;
	border-radius: 4px;
}
@media screen and (max-width: 640px) {
.label-nomihoudai , .label-nomihoudai-off {
	font-size: 1.2rem;
}
.label-premium {
	font-size: 1.2rem;
}
}
.label-gold {
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	color: #fff;
	font-size: 1.4rem;
	padding: 0.4rem;
	margin: 0 0.2rem;
	border-radius: 4px;
}

.food-menu h3 {
	line-height: 1.25;	
}

/* 上書き　*/

.food-menu .lp-item__img {
text-align: center;
}
.lp-item__img {
text-align: center;
}
@media screen and (max-width: 560px) {
img.nowprinting {
	display: none;
}
}


.image-container {
	position: relative;
	width: 100%;
	height: auto;
	margin:20px 0 0 0;
	padding: 0;
}
.image-container img {
	float: left;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 560px) {
.image-container img {
	float:none;
	width: 90%;
	margin: 0 auto;
}
}
.title-side {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.title-side:before, .title-side:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.title-side:before {
  left:0;
}
.title-side:after {
  right: 0;
}

.stripe {
  color:#452728;
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #B2B1A1, #B2B1A1 3px,#C8BC9C 3px, #C8BC9C 7px);
  background: repeating-linear-gradient(-45deg, #B2B1A1, #B2B1A1 3px,#C8BC9C 3px, #C8BC9C 7px);
	border-radius: 15px;

}

.center-image img {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    height: auto;
}