<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit .pagetit_tit .en {
  letter-spacing: 0.03em;
}
#pagetit:before {
  background: url(../../restaurant/img/pagetit.jpg) no-repeat center;
  background-size: cover;
}

.sec_tit + .caption {
  font-size: 2.8rem;
}



.smoking {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  margin: 80px auto 0;
  padding: 12px 10px;
  border: 1px dashed #1a1a1a;
  font-size: 1.6rem;
  line-height: 1.5;
}
.smoking .icon {
  width: 50px;
  margin-left: 8px;
  margin-right: 12px;
  text-align: center;
}
.smoking .txt {
  max-width: calc(100% - 80px);
}

.pic_wide {
  max-width: 1280px;
  margin: 48px auto 48px;
}
.pic_wide.flexbox &gt; div {
  width: 50%;
}

.info_list {
  margin-top: 48px;
  padding: 56px 0 0;
  border-top: 1px solid #1a1a1a;
}
.info_list h3{
	font-weight: bold;
	font-size: 2.8rem;
	margin-bottom: 24px;
}
.info_list .list .row {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: flex-start;
}
.info_list .list .row + .row {
  margin-top: 24px;
}
.info_list .list dt {
  width: 6em;
  padding: 10px 2px 8px;
  background: #feff5d;
  text-align: center;
}
.info_list .list dd {
  width: calc(100% - 6em);
  padding-top: 10px;
  padding-left: 1.25em;
}
.info_list .list a {
  text-decoration: underline;
}
.info_list .list a:hover {
  text-decoration: none;
  opacity: 1;
}
.info_list .list02 .row + .row {
  margin-top: 0;
}
.info_list .list02 dt {
  width: 8em;
  padding: 0;
  background: none;
  text-align: left;
}
.info_list .list02 dd {
  width: calc(100% - 8em);
  padding-top: 0;
}



@media screen and (max-width: 810px) {
  .smoking {
    margin: 15px auto 30px;
    padding: 12px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .smoking .icon {
    width: 30px;
    margin-left: 5px;
  }
  .smoking .txt {
    width: calc(100% - 50px);
    max-width: 100%;
    line-height: 1.6;
    text-align: left;
  }
  .pic_wide {
    margin: 24px 0;
  }
  .info_list {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #1a1a1a;
  }
  .info_list h3{
  	font-size: 2rem;
  }
  .info_list .list .row {
    flex-wrap: wrap;
    width: 100%;
  }
  .info_list .list .row + .row {
    margin-top: 16px;
  }
  .info_list .list dt {
    width: 6em;
    padding: 10px 2px 8px;
  }
  .info_list .list dd {
    width: 100%;
    padding-top: 10px;
    padding-left: 12px;
  }
  .info_list .list02 .row + .row {
    margin-top: 0;
  }
  .info_list .list02 dt {
    width: 100%;
    padding: 0;
    font-weight: 900;
  }
  .info_list .list02 dd {
    width: 100%;
    padding: 0 0 8px 1em;
  }
}
@media screen and (max-width: 667px) {
  .pic_wide &gt; img {
    width: 150%;
    max-width: 150%;
    margin: 0 -25%;
  }
  .pic_wide.flexbox &gt; div {
    width: 100%;
    margin: -1px 0;
  }
}
/* ---------------------------------------------------
	lead
------------------------------------------------------ */
#lead {
  padding-bottom: 160px;
}

.pagenav li {
  width: 260px;
  max-width: calc(25% - 12px);
}


@media screen and (max-width: 810px) {
  #lead {
    padding-bottom: 40px;
  }
  .pagenav li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
}
/* ---------------------------------------------------
	sec1
------------------------------------------------------ */
#sec1 {
  margin-top: 80px;
  padding-top: 72px;
}
.sec1_lead{
  margin-bottom: 50px;
}
.sec1_promenade{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.sec1_promenade .image{
  width: 50%;
}
.sec1_promenade .image img{
	float: right;
	max-width: none;
}
.sec1_promenade .text{
  width: calc(50% - 54px);
}
.sec1_promenade .text h3{
	font-size: 2.8rem;
	margin-bottom: 16px;
	font-weight: bold;
}

.menu_box {
  width: 96%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding: 60px 0 80px;
  background: #feffce;
}
.menu_box .sec_tit {
  text-align: center;
}
.menu_list {
  margin-bottom: -40px;
}

.menu_list li.width100{
	width: 100%;
	max-width: 1112px;
}
.menu_list li.width100 .c2 {
    display: flex;
    justify-content: space-between;
}
.menu_list li.width100 .c2 .list_pic {
    width: 47.85%;
    max-width: 532px;
}
.width100 .list_txt {
    text-align: center;
}
.width100 .sp_br{
		display: none;
	}
@media screen and (max-width: 810px) {
	.menu_list li.width100 .c2 {
    	display: block;
	}
	.menu_list li.width100 .c2 .list_pic {
    	width: 100%;
    	max-width: 100%;
	}
	.width100 .list_txt {
    	text-align: left;
	}
	.width100 .sp_br{
		display: block;
	}
}

.menu_list li {
  width: 47.85%;
  max-width: 532px;
  margin-bottom: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid;
}
.menu_list li:nth-last-of-type(1),
.menu_list li:nth-last-of-type(2) {
  margin-bottom: 0;
  border-bottom: none;
}
.menu_list .list_pic {
  margin-bottom: 36px;
}
.menu_list .list_txt {
}
.menu_list .list_txt .tit {
  margin-bottom: 12px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.menu_list .list_txt .tit .tag {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 4px;
  padding: 4px 10px;
  background: #ffc000;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
.menu_list .list_txt .price {
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.2;
}
.menu_list .list_txt .price .num {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.menu_list .list_txt + .list_txt {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid;
}

.menu_box.box03 .caption {
  margin-bottom: 16px;
    font-size: 3.2rem;
}
.menu_box.box03 .caption .small {
  display: inline-block;
  font-size: 2.8rem;
}
.menu_box.box03 .type_list + .caption {
  margin-top: 72px;
  padding-top: 48px;
  border-top: 1px solid;
}

.type_list {
  margin-bottom: -24px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.type_list .sec_title{
	width: 100%;
	max-width: 100%;
}
.type_list li{
  width: 47.85%;
    max-width: 532px;
    margin-bottom: 40px;
    padding-bottom: 28px;
	border-bottom: 1px solid;
}
.type_list .sec_title,
.type_list li:nth-last-of-type(1),
.type_list li:nth-last-of-type(2) {
  margin-bottom: 0;
  border-bottom: none;
}
.type_list .list_txt + .list_pic {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid;
}

.list_txt p.head{
	font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.list_txt p.head span{
	font-size: 1.8rem;
}
@media screen and (max-width: 810px) {
	h4.caption {
        text-align: center;
}
	.type_list li,
	.type_list li:nth-child(-n+2),
	li:nth-last-of-type(2){
		width: 100%;
        max-width: 100%;
		margin-bottom: 24px;
		border-bottom: 1px solid;
	}
	.type_list li:nth-child(1),
	.type_list li:nth-child(4),
	.type_list li:nth-last-of-type(1){
	margin-bottom: 0;
  border-bottom: none;
    }
}
    .type_list .list_txt p.head {
        margin-bottom: 8px;
        font-size: 2.2rem;
    }
}

.type_list li .row .head {
  width: 50%;
  background: url(../../restaurant/img/bg_dots.png) repeat-x center left;
  background-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.type_list li .row .head &gt; span{
  padding-right: .5em;
  background: #feffce;
  font-weight: bold;
}
.type_list li .row .body {
  width: 50%;
  font-size: 2.4rem;
  font-weight: bold;
}
.type_list li .row .txt {
  width: 100%;
  margin-top: 8px;
  padding-left: 24px;
}

#sec1 .btn_wrap{
  margin-top: 40px;
  text-align: center;
}
#sec1 .btn_wrap .btn {
  max-width: 632px;
}

@media screen and (max-width: 810px) {
  #sec1 {
    margin-top: 24px;
    padding-top: 40px;
  }
  .sec1_lead{
  	margin-bottom: 24px;
  }
  .sec1_promenade{
  	margin-top: 40px;
  }
  .sec1_promenade .image{
  	width: 100%;
	margin-bottom: 24px;
  }
  .sec1_promenade .image img{
  	width: 100%;
  }
  .sec1_promenade .text{
  	width: 100%;
  }
  .sec1_promenade .text h3{
  	font-size: 2rem;
	margin-bottom: 16px;
  }
  .menu_box {
    width: calc(100% - 32px);
    margin-top: 40px;
    padding: 32px 0 40px;
  }
  .menu_box .sec_tit{
    margin-bottom: 24px;
  }
  .menu_list {
    margin-bottom: -24px;
  }
  .menu_list li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
  .menu_list li:nth-last-of-type(2) {
    margin-bottom: 32px;
    border-bottom: 1px solid;
  }
  .menu_list li:nth-last-of-type(1) {
    margin-bottom: 0;
    border-bottom: none;
  }
  .menu_list .list_pic {
    margin-bottom: 16px;
  }
  .menu_list .list_txt {
  }
  .menu_list .list_txt .tit {
    margin-bottom: 8px;
    font-size: 2.2rem;
  }
  .menu_list .list_txt .tit .tag {
    margin-left: 12px;
    margin-bottom: 2px;
    padding: 4px 10px;
    font-size: 1.4rem;
  }
  .menu_list .list_txt .price {
  }
  .menu_list .list_txt .price .num {
    font-size: 2.6rem;
  }
  .menu_list .list_txt + .list_txt {
    margin-top: 20px;
    padding-top: 20px;
  }
  
  .menu_box.box02 .menu_list li:nth-last-of-type(2) {
    margin-bottom: 24px;
  }
  .menu_box.box03 .caption {
    margin-bottom: 32px;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .menu_box.box03 .caption .small {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .menu_box.box03 .type_list + .caption {
    margin-top: 48px;
    padding-top: 32px;
  }
  .type_list {
    margin-bottom: -24px;
  }
  .type_list li{}
  .type_list li .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0;
  }
  .type_list li .row .head {
    width: 100%;
    margin-bottom: 5px;
    background: none;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.5;
  }
  .type_list li .row .head &gt; span{
    font-weight: 900;
  }
  .type_list li .row .body {
    width: 100%;
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .type_list li .row .txt {
    width: 100%;
    margin-top: 12px;
    padding-left: 20px;
    font-size: 1.4rem;
  }
}
/* ---------------------------------------------------
	sec2
------------------------------------------------------ */
#sec2 {
  padding: 72px 0 72px;
}
#sec2 .btn_wrap{
  margin-top: 40px;
}
#sec2 .btn_wrap .btn {
  width: 316px;
}

@media screen and (max-width: 810px) {
  #sec2 {
    margin-top: 48px;
    padding-top: 40px;
  }
}
</pre></body></html>