@charset "utf-8";
@import url("spmenu.css");
/* CSS Document */
/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 400;
	color: #333;
	font-size: 16px;
	background: #F2F0E9;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
p{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #333;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}

section {
	padding: 80px 0 ;
}
section {
    position: relative;
}

.warpper{
	overflow: hidden;
}
@media (max-width: 450px){
	body{
		font-size: 14px;
	}
}
/*改行　-------*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block!important;
}

/*PC・SP表示-----------------------*/
.sp{
	display: none;
}
.pc{
	display: block;
}

@media (max-width: 750px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}

/*幅・高さ調整-------*/
.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}
/*高さ*/

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg0{
	margin-bottom: 0 !important;
}
.mt50{
	margin-top: 50px;
}
.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

.t_center{
	text-align: center;
	margin: 0 auto;
}
.t_left{
	text-align: left;
}
.pc_center{
	text-align: center;
}

.w48 {
	width: 48%;
}
@media (max-width: 750px) {
	.pc_center{
		text-align: left;
	}
	
}
/* 画像比率　-------------------------- */
img {
    line-height: 1;
    vertical-align: top;
    max-width: 100%;
	height: auto;
    transition: .4s;
}

.img_4-3{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	/*border-radius: 15px;*/
}

.img_16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	/*border-radius: 15px;*/
}

/*==flexbox===========================================*/
.flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reverse {
    flex-direction: row-reverse;
}
.aic {
    align-items: center;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}

}
/*==見出し=============================================*/
/*見出し01*/
.maintitle {
	margin-bottom: 35px;
	display: block;
	text-align: center;
	line-height: 1.4;
}
.maintitle .mf {
	font-size: clamp(1.7rem, 1.34rem + 1.28vw, 2.3rem);
	font-family: 'Kiwi Maru', serif;
	font-weight: 500;
}
.maintitle:first-letter {
	color: #DB9544;
}
.maintitle .sf {
	text-align: center;
	font-size: 75%;
	margin-bottom: 10px;
}
.maintitle.mleft {
	text-align: left;
	margin: 5px 0 0;
}
.maintitle.mleft .sf {
	position: relative;
	padding-left: 40px;
}
.maintitle.mleft .sf:before {
	background-color: #DB9544;
	position: absolute;
	content: "";
	top: 0.6em;
	left: 0;
	width: 29px;
	height: 1px;
}
@media (max-width: 550px) {
	.maintitle {
		line-height: 1.2;
		margin-bottom: 25px;
	}
	.maintitle .sf {
		font-size: 60%;
	}
}





/*背景================================================*/
.bgs01::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: -5%;
	bottom: 0;
	background: url("../img/bg01_l.png"), url("../img/bg01_r.png");
	background-repeat: no-repeat;
	background-position: top -70% left -2%, bottom -60px right -6%;
	background-size: 16%;
	z-index: -5;
	opacity: 0.4;
}

.bg_color{
  background: url(../img/bg.png);
}


/*footer===========================================================*/
#cy_footer {
    color: #fff;
}
#f_bg {
    background: url("../img/f_bg.jpg");
    padding: 80px 0;
}
.f_flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.mt-40 {
    margin-top: 40px;
}
#f_logo{
	width: 80%;
	max-width: 350px;
	min-width: 200px;
}
#f_right {
    display: flex;
    align-items: center;
}
#sns {
    text-align: center;
    margin-top: 20px;
}
#f_pagetop {
    padding-left: 40px;
}
#copy {
    text-align: center;
    background-color: #563b1a;
    padding: 10px;
}

@media(max-width:950px) {
	#f_right {
		display: block;
		align-items: center;
	}
	#f_pagetop {
		padding: 40px;
		
	}
}
@media(max-width:500px) {
	.f_flex {
		display: block;
		justify-content: space-evenly;
		align-items: center;
	}
	#f_left{
		text-align: center;
	}
	#f_logo{
		margin: auto;
	}
	#f_right {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#f_pagetop {
		padding: 20px 40px;
		
	}
}

/*== スライド =============================================*/
#cy_header {
  width: 95%;
  position: relative;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 2.5%;
}

#cy_header.h_top {
  height: 90vh;
}

#logo {
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 100;
	width: 40%;
	min-width: 150px;
}

.slide_items {
  height: 100%;
  position: relative;
  z-index: 10;
}
.slide_items img {
	width: 100%;
	height: calc(100vh - 80px);
	min-height: 650px;
	object-fit: cover;
	z-index: -2;
}

#title {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  z-index: 500;
  padding-top: 100px;
}

#scroll {
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 120px;
  height: 120px;
  background-color: #F2F0E9;
  border-radius: 50%;
  text-align: center;
  transform: translateX(-50%);
  z-index: 500;
  letter-spacing: normal;
  padding-top: 20px;
  cursor: pointer;
}

#scroll:after {
  content: "";
  border-left: 2px dotted #593d1b;
  display: block;
  height: 20px;
  position: relative;
  width: 2px;
  margin: 0 auto;
  right: 2px;
}

#scroll a {
  text-decoration: none;
  color: #593d1b;
}
@media(max-width:980px) {
	#cy_header.h_top {
	  height: 78vh;
	}
	
}
@media (max-width: 550px) {
	#cy_header.h_top {
	  height: 65vh;
	}
	#logo {
		left: 15px;
		top: 15px;
	}
}

/*TOPページ===========================================*/

#top_page .inner{
	max-width: 1400px;
}

/* ご挨拶 */
.wel_s {
	padding: 130px 0 160px;
}
 /*画像 */
.w_mini {
	position: relative;
}
.w_text {
	max-width: 530px;
	margin: auto;
}
.w_mini img {
	position: absolute;
	object-fit: cover;
	height: auto !important;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}
.willust {
	top: -185px !important;
	left: 64%;
	object-fit: contain !important;
	border-radius: 0 !important;
	width: 130px !important;
}
.w_mini img:nth-child(1) {
	width: 63%;
	top: -200px;
	left: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 4;
}
.w_mini img:nth-child(2) {
	width: 47%;
	top: -40px;
	right: -8%;
	z-index: 3;
}
.w_mini img:nth-child(3) {
	width: 220px;
	top: -245px;
	right: 9%;
}

@media(max-width:980px) {
	.wel_s {
		padding: 70px 0 95px;
	}	
	.willust {
		top: -125px !important;
		width: 30% !important;
	}

	.w_mini img:nth-child(1) {
		top: -150px;
	}
	.w_mini img:nth-child(2) {
		top: 30%;
	}
	.w_mini img:nth-child(3) {
		width: 40%;
		top: -159px;
		right: 5%;
	}
}
@media (max-width:750px) {
	.wel_s {
		padding: 140px 0 60px;
	}	
	.willust {
		top: -25px !important;
		left: 65%;
		width: 26% !important;
	}
	.wel_s .flexbox div {
		width: 100%;
	}	
	.w_mini {
		height: 55vw;
	}
	.w_mini img:nth-child(1) {
		width: 55%;
		top: 0;
	}
	.w_mini img:nth-child(2) {
		width: 41%;
		top: 24%;
		right: 3%;
	}
	.w_mini img:nth-child(3) {
		width: 33%;
		top: -27%;
		right: 19%;
	}
}
@media (max-width: 550px) {
	.wel_s {
		padding: 90px 0 60px;
	}
	.w_mini img:nth-child(3) {
		width: 36%;
		top: -26%;
		right: 15%;
	}
}

/*contentsリンク*/
.links .flexbox{
	display: flex;
	justify-content: center;
}

.link{
	width: calc(48% - 30px);
	height: 365px;
	margin: auto;
	border-radius: 20px;
	position: relative;
	transition: .3s
}

.link:hover{
	transform: translateY(-5px);
	box-shadow: 1px 1px 5px #593d1b;
	transition: .3s
}
.flexbox .link:nth-child(1){
	background:url("../img/link01_2.jpg");
	background-size: cover;

}
.flexbox .link:nth-child(2){
	background:url("../img/link02.jpg") center;
	background-size: cover;
}

.flexbox:last-child .link:nth-child(1){
	background:url("../img/link03.jpg") center;
	background-size: cover;

}
.flexbox:last-child  .link:nth-child(2){
	background:url("../img/link04.jpg") center;
	background-size: cover;
}


.link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
}
.link .title {
    margin: 0;
    text-align: center;
    font-weight: 400;
	transition: .3s
}
.link .title span {
    display: block;
}
.link .title .en {
    font-size: 46px;
    font-family: Sorts Mill Goudy, serif;
    letter-spacing: .1em;
}
.link .title .en::after {
    content: " ";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin: 20px auto 25px;
}
.link .title .ja {
    font-size: 15px;
    letter-spacing: .2em;
}
.link .label {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #fff;
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.link .icon {
    display: block;
    width: 57px;
    height: 40px;
    background: url(../img/about_menu_icon_01.png) no-repeat 50%;
    position: absolute;
    bottom: 20px;
    right: 30px;
	transition: .3s
}
.link:hover .icon{
	transform: translateX(15px);	
	transition: .3s
}
.link:hover .title{
	transform: scale(1.05);	
	transition: .3s
}
.link.brown a{
	color: #593d1b;
}
@media (max-width:750px) {
	.link{
		width: calc(100% - 40px);
		height: 280px;
		margin: auto;
		border-radius: 20px;
		position: relative;
		transition: .3s;
		margin-top: 20px;
	}
.link.brown a .ja{
    color: #fff;
}	
}

@media(max-width:500px) {
	.link{
		height: 186px;
	}
	.link .icon {
		width: 40px;
		height: 31px;
		background-size: contain;
	}	
}
/*インスタ*/
.sns .flexbox{
	display: flex;
	justify-content: center;
	
}

.sns .insta_img,.sns .more_btn{
	width: 30%;
	min-width: 250px;
	margin: auto 20px;
}
.sns .insta_img{
	text-align: center;
}
.more_btn a{
	display: block;
    width: 100%;
    max-width: 300px;
    border-radius: 30px;
    border: 1px solid #593d1b;
    color: #593d1b;
    padding: 13px 20px 10px 10px;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 16px;
}

.more_btn .fas {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #593d1b;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    transition: 0.3s ease-in-out;
}
.more_btn .fas:after {
    content: "";
    border-radius: 50%;
    border: 1px dashed #fff;
    position: absolute;
    width: 23px;
    height: 23px;
    left: 1px;
    top: 1px;
    transition: 0.3s ease-in-out;
}

@media(max-width:750px) {
	.sns .flexbox{
		display: block;

	}
	.sns .insta_img,.sns .more_btn{
	margin: 20px auto;
}
	
}


	
/*TOP店舗情報*/	
.shopinfo{
	background: #fff;
}

.top_flex {
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.top_table li {
  display: table;
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px dotted #593d1b;
}

.top_table .cell1 {
  display: table-cell;
  width: 150px;
  vertical-align: middle;
}

.top_table .cell2 {
  display: table-cell;
  vertical-align: middle;
}

.top_right5 {
  width: 50%;
}

.top_right5 iframe{
	box-shadow: 2px 2px 8px #777;
	border-radius: 20px;
}
@media(max-width:950px) {
.top_flex {
    display: block;
}
.top_right5 {
  width: 95%;
 margin: 30px auto 0;
}	
}
@media(max-width:500px) {
	.top_table .cell1 {
		width: 87px;
	}
}

/*===================================================================
　下層
===================================================================*/
#kasou #cy_header {
  margin: 0 auto 20px;
}
.main_size {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}
#kasou #logo {
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 100;
	width: 30%;
	max-width: 300px;
	min-width: 200px;
}

#run_main {
    background-image: url("../img/run_main.jpg");
	background-position: center 35%;
}
#cafe_main {
    background-image: url("../img/link02.jpg");
	background-position: center;
}
#cafe_nit_main {
    background-image: url("../img/link04.jpg");
	background-position: center;
}
#title_in {
  text-align: center;
  padding-top: 125px;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-family: 'Kiwi Maru', serif;		 	
}

#title_in span {
  font-size: 64px;
  display: block;
  padding-bottom: 10px;
}

/*==　パンくず　==*/
ol#breadcrumb {
	display: flex;
	flex-wrap: wrap;
	max-width: 1240px;
	width: calc(100% - 40px);
	margin: 10px 3%;
	padding-right: 100px;
	box-sizing: border-box;
}

ol#breadcrumb li:nth-child(n+2)::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 16px;
	margin: 0 14px;
	background-color: #a7a7a4;
}

ol#breadcrumb li a {
	color: #a7a7a4;
	transition: opacity .1s ease-in-out .0s;
}

ol#breadcrumb li a:hover {
	opacity: .5;
}

@media screen and (max-width: 1023px) {
	ol#breadcrumb {
		width: calc(100% - 40px);
		margin: 28px auto 0;
		padding-right: 50px;
		box-sizing: border-box;
	}

	ol#breadcrumb li:nth-child(n+2)::before {
		height: 12px;
		margin: 0 11px -2px;
	}
}
.container1640 {
    width: 94%;
    margin: 0 auto;
    max-width: 1640px;
}
.mt-120 {
    margin-top: 120px;
}
.posi {
    position: relative;
}
@media only screen and (max-width: 1024px) {
	  #title_in {
    text-align: center;
    padding-top: 150px;
    font-size: 18px;
  }
  #title_in span {
    font-size: 42px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 740px) {
	.main_size {
		height: 250px;
	}	
  #title_in {
    text-align: center;
    padding-top: 120px;
    font-size: 16px;
  }
  #title_in span {
    font-size: 32px;
    padding-bottom: 5px;
  }
  }	
/*==dogrun==========================================================*/
.af_bg2 {
  position: relative;
}

.af_bg2:after {
  content: "";
  background: url(../img/bg.png) left 0/6px 6px repeat;
  position: absolute;
  width: 30%;
  left: 0;
  top: 4%;
  height: 90%;
  z-index: -1;
}
.run_flex3 {
  display: flex;
  justify-content: space-between;
}

.run_left3 {
  width: 50%;
}
.run_left3 img{
	border-radius: 25px;
	
}
.run_right3 {
  width: 42%;
  margin-top: 100px;
}

.midashi24 {
  font-family: 'Kiwi Maru', serif;
  font-size: 24px;
}

.run_left4 {
  width: 50%;
	padding-top: 30px;
  text-align: center;
}

.run_left4 .img80 img {
  width: 80%;
  height: auto;
  border-radius: 25px;	
}

#run_img3 {
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 30%;
  max-width: 250px;
  z-index: 5;	
}
.run_right3 img{	
 border-radius: 25px;
	
}
#run_img7 {
  position: absolute;
  right: 60px;
  top: 100px;
  z-index: 500;
}

@media only screen and (max-width: 1024px) {
  .af_bg2:after {
    width: 100%;
    top: 4%;
    height: 90%;
  }
  .run_flex3 {
    display: block;
    max-width: 640px;
    margin: 0 auto;
  }
  .run_left3 {
    width: 100%;
  }
  .run_right3 {
    width: 100%;
    margin-top: 40px;
  }
  .midashi24 {
    font-size: 20px;
  }
  .run_left4 {
    width: 100%;
    margin-top: 40px;
  }
  .run_left4 .img80 img {
    width: 100%;
  }
  #run_img3 {
    position: absolute;
    bottom: 0;
  }
  #run_img3 img {
    width: 180px;
    height: auto;
  }
}
@media only screen and (max-width: 740px) {
  #run_img3 {
	  left: -15px;
	  bottom:-50px;
  }
  #run_img3 img {
    width: 120px;
    height: auto;
  }	
  #run_img7 {
    position: absolute;
    right: 20px;
    top: 80px;
  }
  #run_img7 img {
    width: 60px;
    height: auto;
  }
}
/*******/
.faci_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faci_left {
  width: 46%;
}
.faci_right {
  width: 48%;
}

.faci_left img {
	border-radius: 25px;
}
.pricetable{
	background: #F2F0E9;
	padding: 20px 40px;
	border-radius: 25px;
	width: 100%;
}
.pricetable th,.pricetable td{
	border-bottom: 2px dotted #563b1a;
	padding: 1rem 2rem;
	
}
.dog{
	position: absolute;
	top:10%;
	right: 12%;
	width: 20%;
	max-width: 250px;
}
/*************/
#faci_img1 {
  position: absolute;
  right: 1%;
  top: -10%;
  width: 15%;
	max-width: 190px;
	min-width: 130px;
}
.img100 img {
    width: 100%;
    height: auto;
	border-radius: 25px;
}
.faci_flex2 {
  display: flex;
}

#faci_bg {
  background: url("../img/promise2.jpg") 50% 50% / cover no-repeat;
  height: 566px;
  width: 30%;
  border-radius: 0 20px 20px 0;
}

.faci_right2 {
  width: 70%;
  max-width: 1020px;
  padding-left: 60px;
}

.faci_width {
  max-width: 855px;
  margin: 0 0 0 auto;
}

.faci_num {
  position: relative;
  padding-left: 60px;
  font-size: 16px;
  border-bottom: 1px dotted #593d1b;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.faci_num span {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 26px;
  transform: translateY(-50%);
  padding-bottom: 7px;
}

#faci_img3 {
	position: absolute;
	left: 20%;
	bottom: 0;
}
.order2 {
	order:2;
}

img.w80{
	width: 80%;
	margin: 10px auto;
}

.run_left4.nt-img{
	margin-top: -50px;
}

@media only screen and (max-width: 1024px) {
  .faci_flex {
    display: block;
    width: 94%;
    max-width: 640px;
    margin: 0 auto;
  }
  .faci_left {
    width: 100%;
  }
  .faci_right {
    width: 100%;
    margin-top: 40px;
  }
  .pb240 {
    padding-bottom: 240px;
  }
  #faci_img2 {
    position: absolute;
    right: 40px;
    bottom: 140px;
  }
  /******/
  .faci_flex2 {
    display: block;
    width: 94%;
    max-width: 640px;
    margin: 0 auto;
  }
  #faci_bg {
    background: url("../img/promise1.jpg") 50% 50% / cover no-repeat;
    height: 300px;
    width: 100%;
    border-radius: 20px;
  }
  .faci_right2 {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .faci_num {
    padding-left: 50px;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .faci_num span {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 26px;
    transform: translateY(-50%);
    padding-bottom: 7px;
  }
  #faci_img3 {
    position: absolute;
    left: auto;
	right: 2%;
	  width: 15%;
  }
	.run_left4.nt-img{
		margin-top: 0;
	}	
}
@media only screen and (max-width: 750px) {
	.pricetable th,.pricetable td{
		padding: 1rem 0 1rem 1rem;

	}
	#faci_img1 {
		position: absolute;
		right: 1%;
		top: -10%;
		width: 15%;
		max-width: 190px;
		min-width: 80px;
	}
}
@media only screen and (max-width: 500px) {
	.pricetable{
		padding: 15px;
	}
	.pricetable tr:first-child th{
		border-bottom: 0;
	}
	.pricetable tr:first-child td{
		display: none;
	}	
	.pricetable th{
		margin-bottom: 0.5rem;
		border-bottom: 1px dotted #563b1a;

	}	
	.pricetable td{
		text-align: end;
		margin-bottom: 0.5rem;
		border-bottom: 1px dotted #563b1a;

	}	
	.pricetable tr:last-child td{
		text-align:left;
	}
  .faci_num {
    padding-left: 50px;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }	
	
}
/*==Cafe===========================================================*/
.menu_af_bg {
  position: relative;
}

.menu_af_bg:after {
    content: "";
    background: url(../img/cafe_bg.jpg) repeat;
    position: absolute;
    width: 40%;
    left: -140px;
    top: 20px;
    height: 90%;
    z-index: -1;
    border-radius: 20px;
    opacity: 0.5;
    max-height: 500px;
    box-shadow: inset 0 0 10px 15px #F2F0E9;
}

.menu_flex {
  display: flex;
  justify-content: space-between;
}

.menu_left1 {
	width: 42%;
	padding-bottom: 100px;
	z-index: 1;
}
.menu_left1 img{
	border-radius: 20px
}
.menu_right1 {
  width: 52%;
  padding-right: 140px;
}

.price li {
  display: table;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px dotted #593d1b;
}

.price li:first-child {
  padding-top: 0;
}

.price .menu_cell1 {
  display: table-cell;
  vertical-align: middle;
}

.price .menu_cell2 {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  text-align: right;
  font-weight: bold;
  font-size: 20px;
}
.price .menu_cell2 span{
  font-size: 17px;
}
#menu_img1 {
  position: absolute;
  right: 0;
  top: -150px;
  width: 15%;
  max-width: 150px;
  min-width: 107px;	
}

#menu_img2 {
  position: absolute;
  left: 0%;
  bottom: 20px;
  z-index: 500;
}

#menu_img3 {
  position: absolute;
  right: 0;
  top: -140px;
  z-index: 500;
}

#menu_img4 {
  position: absolute;
  left: 30%;
  top: 640px;
  z-index: 500;
}
#menu_img5 {
  position: absolute;
  right: 5%;
  bottom:10px;
  z-index: 500;
}
#menu_img6 {
  position: absolute;
  left: 30%;;
  top:700px;
  z-index: 500;
}
#menu_img7 {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 500;
}
#menu_img4 img{
	width: 20%;
	max-width: 300px;
	min-width: 150px;
}
#menu_img5 img{
	width: 90%;
	max-width: 300px;
	min-width: 150px;
}
#menu_img6 img,#menu_img7 img{
	width: 23%;
	max-width: 320px;
	min-width: 150px;
}
/********/
.border_bg2 {
  border: 2px dotted #efe1cc;
  padding: 40px 40px 100px;
  border-radius: 20px;
}

.menu_list {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.menu_list li {
  width: 33.33%;
}

.menu_list img {
  max-width: 265px;
  width: 94%;
  height: auto;
}

/********/
.menu_new {
  position: absolute;
  left: -80px;
  top: 30px;
}

/*****/
.cafe {
  text-align: center;
}
.cafe p {
  margin-top: 40px;
  font-weight: bold;
}

.cafe p span {
  border-top: 1px dotted #593d1b;
  border-bottom: 1px dotted #593d1b;
  padding: 10px 0;
}

@media only screen and (max-width: 1024px) {
 .menu_af_bg {
    position: relative;
    padding-bottom: 80px;
  }
  .menu_af_bg:after {
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
    height: 90%;
    max-height: 100%;
  }
  .menu_flex {
    display: block;
    width: 100%;
	padding: 0 10px 25px;  
  }
  .menu_left1 {
    width: 94%;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .menu_right1 {
    width: 94%;
    max-width: 640px;
    margin: 0 auto;
    padding-right: 0;
  }
  .price li {
    display: table;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dotted #593d1b;
  }
  .price li:first-child {
    padding-top: 0;
  }
  .price .menu_cell1 {
    display: table-cell;
    vertical-align: middle;
  }
  .price .menu_cell2 {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    text-align: right;
    font-weight: bold;
    font-size: 22px;
  }
  #menu_img1 {
    position: absolute;
    right: 0;
    top: -100px;
  }
  #menu_img2 {
    left: 0;
    bottom: auto;
    top: 0;
  }
  #menu_img2 img {
    width: 140px;
    height: auto;
  }
  #menu_img3 {
    position: absolute;
    right: 0;
    top: -140px;
    z-index: 500;
  }
  #menu_img4 {
    position: absolute;
    left: 0;
    bottom: auto;
    top: 100px;
  }
	#menu_img5 {
		right: auto;
		bottom: -53px;
	}
  #menu_img6 {
    left: auto;
	  right: 5%;
    bottom: auto;
    top: 600px;
  }	
  #menu_img4 img {
    width: 80px;
    height: auto;
  }
  #menu_img5 img {
    width: 30%;
    height: auto;
  }	
  #menu_img6 img {
    width: 90px;
    height: auto;
  }	
  /********/
  .border_bg2 {
    padding: 40px 40px 80px;
    border-radius: 20px;
  }
  .menu_list {
    display: flex;
  }
  .menu_list li {
    width: 30%;
  }
  /********/
  .menu_new {
    display: none;
  }
  .spnew {
    display: inline-block;
    color: #eccb1d;
    font-weight: bold;
    padding-right: 10px;
  }
  .cafe p {
    margin-top: 20px;
  }	
}
@media only screen and (max-width: 740px) {
  .menu_flex {
    display: block;
    width: 100%;
    padding: 0 10px 25px;  
  }
  .price li {
    padding: 10px 0;
  }
  .price li:first-child {
    padding-top: 0;
  }
  .price .menu_cell2 {
    width: 100px;
    font-size: 14px;
  }
	.price .menu_cell2 span {
		font-size: 12px;
	}	
  #menu_img1 {
    top: -90px;
  }
  #menu_img2 img {
    width: 80px;
    height: auto;
  }
  #menu_img3 {
    top: -40px;
  }
  #menu_img3 img {
    width: 80px;
    height: auto;
  }
  #menu_img4 {
    position: absolute;
    left: 0;
    bottom: 40px;
    top: auto;
  }
  #menu_img5 {
    position: absolute;
    left: 0;
    bottom: 0;
  }	
  #menu_img6 {
    position: absolute;
    left: auto;
    right: 40px;
    bottom: 0;
    top: auto;
  }
  #menu_img4 img,#menu_img6 img{
    min-width: 80px;
    height: auto;
  }
  #menu_img5 img{
    min-width: 120px;
    height: auto;
  }	
  /********/
  .border_bg2 {
    padding: 40px 20px;
  }
  .menu_list {
    display: block;
  }
  .menu_list li {
    width: 100%;
    max-width: 200px;
    margin: 20px auto;
  }
  /********/
  .menu_new {
    display: none;
  }
  .spnew {
    display: inline-block;
    color: #eccb1d;
    font-weight: bold;
    padding-right: 10px;
  }
  .cafe p {
    font-size: 12px;
  }
}

.coming{
	background: url("../img/cafe_bg.jpg");
	width:100%;
	text-align: center;
}

.coming img{
	width: 40%;
	margin: 50px auto;
	object-fit: contain;
}