h1,
h2,
h3,
h4,
h5 {
  box-sizing: border-box;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1px;
  margin: 0px;
  padding: 0px;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  border: none;
  font-style: normal;
  zoom: 1;
}

html,
body {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: #fffaf1!important;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
	min-height:500px;
	font-size:16px;
  overflow-x: hidden;
  scroll-behavior: auto !important;
  height: auto !important;
  overflow: visible !important;
}

a:focus {
  outline: none;
}

.font {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.font_bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

img {
  width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: #cf6d12;
}

* {
  box-sizing: border-box;
}

#footer {
  width: 100%;
  text-align: left;
  overflow: hidden;
}

.radius {
	border-radius:30px;
	overflow:hidden;
}

.section {
  padding: 100px 0;
	position:relative;
}
.section_first {
  padding-top: 100px
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0; 
  }
	.section_first {
		padding-top: 80px;
	}
}
@media (max-width: 499px) {
  .section {
    padding: 50px 0; 
  }
	.section_first {
		padding-top: 70px;
	}
}


.section_0 {
	padding:0;
}
.section_b0 {
	padding-bottom:0;
}
.section_t0 {
	padding-top:0;
}

.bg_wh {
	background:#FFF;
}
.bg_bk {
	background:#232323;
}
.bg_boteko{
	background:#cf6d12;
}

.main_width {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 50px;
	position:relative;
}
@media screen and (max-width: 768px) {
  .main_width {
    padding: 0 30px;
  }
}
@media screen and (max-width: 499px) {
  .main_width {
    padding: 0 15px;
  }
}


.nav_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-left: 10px;
}
@media screen and (max-width: 799px) {
  .nav_box {
  padding-left: 0px;
  }
}

.policyTitle {
  width: 100%;
  height: auto;
  line-height: 32px;
  font-weight: 400;
  border-bottom: 5px solid #eee;
  margin-bottom: 10px;
  font-size: 1.1em;
}
.policyText,
.policyText2 {
  width: 100%;
  height: auto;
  font-size: 0.9em;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 20px;
}
.policyText2 {
  margin-bottom: 10px;
}
.policyText a,
.policyText2 a {
  color: #333;
}
.lipolicy {
  width: 100%;
  height: auto;
  line-height: 21px;
  margin-bottom: 10px;
}
.lipolicy ul {
  list-style-type: decimal;
}
.lipolicy ul li {
  margin-bottom: 10px;
  line-height: 21px;
}

#menu {
  width: 240px;
  height: 80px;
  position: fixed;
  z-index: 22;
  display: flex;
  flex-wrap: wrap;
	align-items:center;
  justify-content: flex-end;
	padding:5px 10px;
  background: #fffaf1!important;
  background: #FFF!important;
	border-radius:0 0 20px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 800px) {
	#menu {
		height: 60px;
	padding:0px;
	}
}

.toplogos {
  width: 230px;
  flex-basis: 230px;
  padding: 3px;
}
.footlogos {
  width: 230px;
  flex-basis: 230px;
  padding: 3px;
}
@media screen and (max-width: 1280px) {
#menu {width: 210px;}
	.footlogos,
	.toplogos {
		width: 200px;
		flex-basis: 200px;
	}
}
@media screen and (max-width: 800px) {
#menu {width: 210px;}
	.footlogos,
	.toplogos {
		width: 190px;
		flex-basis: 190px;
	}
}
@media screen and (max-width: 599px) {
#menu {width: 180px;}
	.footlogos,
	.toplogos {
		width: 160px;
		flex-basis: 160px;
	}
}


ul.navi_menu {
  display: flex;
  flex-wrap: wrap;
	align-items:center;
  justify-content: flex-end;
  flex-wrap: nowrap;
	background:#cf6d12;
	border-radius:100px;
	padding:0 5px;
	position:fixed;
	top:10px;
	right:10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
ul.navi_menu li {
  line-height: 50px;
  list-style-type: none;
	padding:10px 5px;
}

ul.navi_menu li a {
  color: #FFF;
  display: block;
  transition: all 0.3s ease;
	font-size:17px;
	line-height:2.5;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.3s ease;
	padding:0 20px!important;
	border-radius:100px;
}
ul.navi_menu li:hover a {
	background:#FFF;
}
ul.navi_menu li:hover a {
  color: #cf6d12;
}
ul.navi_menu li.active a {
  background: #FFF;
}
ul.navi_menu li.active a {
  color: #fff;
}
@media screen and (max-width: 980px) {
	ul.navi_menu li a {
		font-size: clamp(14px, 1.2vw, 16px);
	}
}
@media screen and (max-width: 800px) {
  ul.navi_menu {
    display: none;
  }
}


.navi_menu li {
  position: relative;
}

.submenu-full {
  position: absolute; /* relativeな親が必要 */
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #232323;
  display: none;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10;
  border: none;
}

.has-submenu {
  position: relative; 
}

/* ▼ 吹き出しの三角部分 */
.submenu-full::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  width: 0;
  height: 0;
  z-index: 11;
  box-shadow: 0 -1px 1px rgba(0,0,0,0.05);
}

.submenu-full ul {
  display: flex;
  flex-direction: column; /* 縦並び */
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
}

.submenu-full ul.submenu li {
  background: transparent;
  text-align: left;
  margin: 0!important;
  padding: 0px!important;    /* ←上下だけ余白、左右はゼロ */
}

.submenu-full ul.submenu li a {
  color: #232323!important;
  text-decoration: none;
  font-weight: bold;
  display: block;
	font-size:17px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
	line-height:1.82;
  padding: 0.25em!important;    /* ←上下だけ余白、左右はゼロ */
}


.has-submenu:hover .submenu-full {
  display: block;
}



.submenu-sp_inner {
  display: none;
	width:100%;
	flex-basis:100%;
}
.submenu-sp {
	width:100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  transition: max-height 0.3s ease;
	padding:0!important;
	list-style:none;
	padding-bottom:30px!important;
}
.submenu-sp li {
	width:calc(33.33% - 5px);
	flex-basis:calc(33.33% - 5px);
}
@media screen and (max-width: 499px) {
.submenu-sp {
  flex-wrap: wrap;
	}
.submenu-sp li {
	width:100%;
	flex-basis:100%;
}
.submenu-sp li img {
	max-width:300px;
	margin:0 auto;
}
}
.submenu-sp li img {
	border-radius:6px;
	overflow:hidden;
}

.submenu-sp.show {
  display: block;
}





.sp_menu {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 99;
  top: 0px;
  right: 0px;
  display: none;
}
.sp_menu img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 800px) {
  .sp_menu {
    display: block;
  }
}
@media screen and (max-width: 459px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu1 {
  width: 40px;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.sp_menu2 {
  width: 40px;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sp_menu3 {
  width: 40px;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.sp_menu1,
.sp_menu2,
.sp_menu3 {
	background:#cf6d12;
  transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out; /* opera */
  -moz-transition: all 0.2s ease-out; /* firefox */
  -webkit-transition: all 0.2s ease-out; /* chrome, safari */
  -ms-transition: all 0.2s ease-out; /* ie */
}
.menuclick1 {
  width: 45px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.menuclick2 {
  width: 45px;
  opacity: 0;
}
.menuclick3 {
  width: 45px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.menuBoxoff {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  position: fixed;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari対応 */
  padding: 30px;
  padding-top: 100px;
}
.menusBox {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
	display:flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
	align-items:flex-start;
	align-content:flex-start;
}
.menusBox a {
  text-decoration: none;
}
.about_sp_sub,
.about_sp {
  width: 100%;
	flex-basis:100%;
  font-size: 21px;
  line-height: 40px;
  height: 40px;
	margin-bottom:10px;
}

.logoImg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 600px;
  height: 107px;
  z-index: 999;
}
.logoImg img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 699px) {
  .logoImg {
    width: 400px;
    height: 72px;
    z-index: 999;
  }
}

.title_box,
.title_box2 {
  display: flex;
  justify-content: center; /* 横中央揃え */
  align-items: center;     /* 縦中央揃え */
  gap: 2px;               /* 画像とタイトルの間隔 */
  margin: 20px 0;
  width: 100%;
	padding-bottom:20px;
  flex-direction: column;
}

.title_box span,
.title_box2 span {
  color: #232323;
  font-size: clamp(36px, 8vw, 60px);
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  font-family: "Shippori Mincho B1", serif;
  display: block;
}

.title_box2 span {
  font-size: clamp(28px, 6vw, 50px);
}
.br_order {
	display:none;
}
@media screen and (max-width: 980px) {
.title_box2 span {
  font-size: clamp(28px, 5vw, 40px);
}
}
@media screen and (max-width: 499px) {
.title_box2 span {
  font-size: clamp(34px, 6vw, 40px);
	line-height:1.2;
}
.br_order {
	display:block;
}
}

.title_box span.font-small {
  font-size: clamp(21px, 5vw, 40px);
}

@media screen and (max-width: 768px) {
.title_box {
	padding-bottom:10px;
	}
	.title_box span {
  letter-spacing: 0;
	}
}



/***************************************************/

.news_width {
	width:calc(100% - ((100vw - 1280px) / 2));
	display: flex;
	gap: 40px;
	margin:0 auto;
	margin-left: calc((100vw - 1280px) / 2);
	padding-left: 50px;
	position:relative;
	overflow:hidden;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .news_width {
	width:100%;
	margin-left: 0;
	padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .news_width {
	padding-left: 30px;
  }
}
@media screen and (max-width: 499px) {
  .news_width {
	padding-left: 15px;
  }
}

.news-title-area {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center; 
}
.news-title {
	width:100%;
  font-size: clamp(28px, 5vw, 48px);
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  display: inline-block;
  line-height: 1;
	padding-bottom: 20px;
}
.btn-view-all {
	width:200px;
  display: inline-block;
  background: #cf6d12;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: clamp(14px, 2vw, 18px);
	text-align:center;
	margin:0 auto;
}
.btn-view-all a {
  color: #fff;
}

.news-scroll-wrap {
  width: calc(100% - 300px);
  flex-grow: 1;
  overflow-x: auto;
  padding-bottom: 10px;
}

.news-scroll-inner {
  display: flex;
  gap: 20px;
  min-width: fit-content;
  align-items: stretch;
	padding:10px;
}

.news-card {
  flex: 0 0 clamp(220px, 20vw, 280px);
	max-width:280px;
  background: #FFF;
  border-radius: 12px;
  scroll-snap-align: start;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
	position:relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.news-card:hover { transform: translateY(-4px); }

.news-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px 12px 0 0;
	border-bottom:1px solid #ccc;
}

.news-thumb.no-img {
  width: 100%;
  height: 150px;
  background: #ccc;
  border-radius: 12px 12px 0 0;
}

.news-date {
  font-size: 14px;
  padding: 10px 10px 0 10px;
  color: #666;
	display:block;
}

.news-title-txt {
	width:100%;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px 10px 10px;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
	display:block;
}

.info_space {
	padding:20px;
}


@media screen and (max-width: 1280px) {
	.news-title-area {
		width:250px;
	}
	.news-scroll-wrap {
		width: calc(100% - 250px);
	}
}
@media screen and (max-width: 768px) {
	.news-title-area {
		width:250px;
	}
	.news-scroll-wrap {
		width: calc(100% - 250px);
	}
  .news-container {
    flex-direction: column;
    padding: 0 20px;
  }

  .news-scroll-wrap {
    width: 100%;
  }

  .news-scroll-inner {
    padding-right: 20px;
  }
}
@media screen and (max-width: 499px) {
	.news_width {
		flex-direction: column; 
		gap:15px;
	}
	.news-title-area {
		width:100%;
		justify-content:space-between;
		flex-direction: row;
		padding-right:15px;
	}
	.news-title {
		font-size: clamp(32px, 6vw, 48px);
		display: block;
		width:150px!important;
		justify-content:flex-start;
		padding-bottom:0;
		text-align:left;
	}
	.btn-view-all {
		width:150px;
	}
	.news-scroll-wrap {
		width:100%;
		padding:0;
	}
	.info_space {
		padding:1px;
	}
}

/***************************************************/


.hero-video-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
	position:relative;
}
.hero-video-wrapper2 {
  width: 100%;
  height: auto;
  overflow: hidden;
	position:relative;
	aspect-ratio:1920/800;
  display: flex;
  justify-content: center;
	align-items:center;
  flex-wrap: wrap;
	position:relative;
	padding:10px;
}
.hero-video-wrapper2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
	z-index:-1;
}
@media screen and (max-width: 1024px) {
.hero-video-wrapper2 {
	aspect-ratio:16/9;
	}
}

.hero-poster,
.hero-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.play-video {
	width:100%;
	max-width:300px;
	padding:20px 0;
	background:#c7651d;
	color:#FFF;
	text-align:center;
	margin:0 auto;
	margin-top:20px;
	border-radius:9px;
	font-size: clamp(24px, 4vw, 36px);
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 499px) {
	.play-video {
	max-width:200px;
	padding:15px 0;
	font-size: clamp(18px, 4vw, 21px);
	}
}

.video-popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.video-popup-inner {
  position: relative;
  width: 90%;
  max-width: 1280px;
}
.video-popup video {
  width: 100%;
  max-height: 80vh;
  border-radius: 10px;
}
.video-close {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}


/***************************************************/

.oval-top {
	position:relative;
	width:100%;
	overflow:hidden;
	background:none;
	z-index:2;
	position:absolute;
	top:0;
}

.okonomi_bg {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-image: url('img/okonomi_bg.jpg');
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	z-index:1;
}
@media screen and (max-width: 980px) {
.okonomi_bg {
	background-image: url('img/okonomi_bg2.jpg');
}
}

.shichi {
  font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
}
.kodawari_box {
	width:100%!important;
	border-radius:9px;
	position:relative;
	z-index:2;
	padding:150px 0 200px 0;
}
@media screen and (max-width: 980px) {
	.kodawari_box {
	padding:80px 0 100px 0;
	}
}
@media screen and (max-width: 599px) {
	.kodawari_box {
	padding:30px 0 50px 0;
	}
}
.kodawari_flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
	position:relative;
	z-index:6;
	width:100%!important;
	padding:20px 0;
}

.kodawari_item {
  width: calc((100% - 60px) / 4);
  padding: 15px;
	border-radius:6px;
  text-align: center;
	background:rgba(0,0,0,0.3);
  transition: background 0.4s ease;
}

@media screen and (max-width: 980px) {
	.kodawari_item {
		width: calc((100% - 20px) / 2);
	}
}
@media screen and (max-width: 599px) {
.kodawari_flex {
  gap: 10px;
	}
	.kodawari_item {
		width: calc((100% - 10px) / 2);
  padding: 10px;
	}
}

.kodawari-area {
	width:100%;
	color: #fff;
	padding-top:150px;
	overflow-x: auto;
	position:relative;
	z-index:3;
}
.kodawari-area_sp {
	display:none;
}


.kodawari_img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 5px solid #FFF;
  transition: border 0.4s ease, transform 0.4s ease;
}

.kodawari_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Hover時のアニメーション */
.kodawari_item:hover .kodawari_img {
  border: 5px solid #c7651d; /* オレンジに変化 */
  transform: scale(1.05);     /* 枠も少し拡大して自然な動きに */
}

.kodawari_item:hover {
	background:rgba(0,0,0,0.6);
}
.kodawari_item:hover .kodawari_img img {
  transform: scale(1.1);      /* 画像拡大 */
}

.kodawari_title {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  margin-bottom: 10px;
	color:#FFF;
  font-family: "Shippori Mincho B1", serif;
	text-align:center;
	line-height:1.3;
	width:100%;
}
@media screen and (max-width: 980px) {
.kodawari_title {
  font-size: clamp(18px, 3vw, 28px);
	text-align:left;
}
}


.kodawari_text {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.6;
	color:#FFF;
	text-align:left;
}




.kodawari-box h3 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 34px;
  margin-bottom: 20px;
  white-space: nowrap;
	padding-left:20px
}
.circle-number {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 0.95em;
  margin-right: 0.3em;
}

.kodawari-box p {
  font-size: 18px;
  line-height: 2;
  text-align: start;
	font-weight:bold;
	letter-spacing:0.2em;
}

.kodawari-box img {
	max-width: 60px;
  object-fit: contain;
}





.kodawari_single_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
	position:relative;
	z-index:6;
	width:100%!important;
}

.kodawari_single_item {
  width: calc((100% - 40px) / 3);
	border-radius:6px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
	position:relative;
  justify-content: space-between;
	align-items:flex-start!important;
	padding:0 10px;
}
.kodawari_text_box {
	width:100%;
	padding-top:20px;
  display: flex;
  flex-wrap: wrap;
	position:relative;
  justify-content: space-between;
	align-items:flex-start!important;
}
.kodawari_text_box .kodawari_title {
}
.kodawari_text_box .kodawari_text {
	padding-top:10px;
}

.kodawari_single_img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 5px solid #FFF;
  transition: border 0.4s ease, transform 0.4s ease;
  aspect-ratio: 1 / 1!important;
}

.kodawari_single_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

@media screen and (max-width: 800px) {
	.kodawari_single_item {
		width: 100%;
		align-items:center;
		gap:20px;
	}
	.kodawari_text_box .kodawari_title {
		padding-top:0;
		text-align:left;
	}
	.kodawari_text_box {
		width:calc(65% - 10px);
		padding-top:0;
	}
	.kodawari_single_img {
		width: calc(35% - 10px);
	}
}
@media screen and (max-width: 599px) {
	.kodawari_single_item {
		gap:10px;
	}
	.kodawari_text_box {
		width:calc(55% - 5px);
	}
	.kodawari_text_box .kodawari_text {
		padding-top:0;
	}
	.kodawari_single_img {
		width: calc(45% - 5px);
		border: 3px solid #FFF;
	}
	.kodawari_single_item .kodawari_text {
		font-size:12px;
	}
}


/***************************************************/
.kodawari_single_title {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	color:#FFF;
	text-align:center;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(28px, 6vw, 42px);
	line-height:clamp(38px, 8vw, 58px);
	width:100%;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}
.kodawari_single_title span {
  font-size: clamp(18px, 3vw, 28px);
	line-height:1;
}
.kodawari_single_text {
  font-size: clamp(14px, 3vw, 21px);
	padding-top:20px;
	line-height:1.6;
	text-align:center;
	margin:0 auto;
}
.notsp {
	display:block;
}
@media screen and (max-width: 800px) {
	.kodawari_single_title {
		font-size:5vw;
	}
	.kodawari_single_title span {
		font-size:3.5vw;
	}
	.kodawari_single_text {
		font-size: clamp(16px, 2vw, 18px);
		padding:10px;
	}
}
@media screen and (max-width: 599px) {
	.kodawari_single_title {
		font-size:6vw;
	}
	.kodawari_single_title span {
		font-size:4vw;
	}
	.kodawari_single_text {
		text-align:left;
	}
.notsp {
	display:none;
}
}

.kodawari-inner50 {
	width:calc(50% - 20px);
	border-radius:9px;
	overflow:hidden;
	position:relative;
}
.kodawari-inner-pic {
	aspect-ratio:1/1;
}
.kodawari-inner-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
	.kodawari-inner50 {
	width:100%;
	}
	.kodawari-gap {
		gap:0!important;
	}
.kodawari-inner-pic {
	aspect-ratio:16/9;
}
}


.single_text1 {
  width: 100%;
	font-size: clamp(18px, 3.2vw, 26px);
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  color: #c7651d;
}
.single_text {
  width: 100%;
	font-size: clamp(18px, 2.2vw, 20px);
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  color: #232323;
	padding-top:10px;
}

@media screen and (max-width: 499px) {
	.single_text {
		font-size: clamp(16px, 2vw, 18px);
	}
}


/***************************************************/

.shop-list {
	width:100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: flex-start;
}

.shop-card {
  box-sizing: border-box;              /* ← 追加 */
  flex: 0 1 calc((100% - 80px) / 3);   /* ← width ではなく flex-basis を使う */
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
  padding: 0;
  position: relative;
}

@media (max-width: 1024px) {
  .shop-list { gap: 20px; }
  .shop-card { flex: 0 1 calc((100% - 40px) / 3); }
}
@media (max-width: 800px) {
  .shop-list { gap: 20px; }
  .shop-card { flex: 0 1 calc((100% - 20px) / 2); }
}
@media (max-width: 499px) {
  .shop-list { gap: 10px; }
  .shop-card { flex: 0 1 calc((100% - 10px) / 2); }
}

.shop-card:hover { transform: translateY(-4px); }


.shop-link {
  text-decoration: none;
  color: inherit;
  display: block;
	background:rgba(0,0,0,0.5);
}

.shop-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
}

.shop-info {
  padding: 16px;
  text-align: center;
	padding-left:0px !important;
	padding-right:0px !important;
}

.shop-title {
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 700;
	width:100%;
}

.shop-tel,
.shop-free {
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
	position:relative;
	z-index:3;
}
.shop-tel a,
.shop-free a {
  font-size: clamp(21px, 4vw, 28px);
	line-height:1.5;
  display: flex;
  justify-content: center;
  align-items: center;
	color:#232323;
  transition: color 0.3s;
}
.tel-icon {
	width:clamp(28px, 4vw, 42px);
	margin-right:5px;
}
.shop-tel:hover a {
	color:#1570fc;
}
.shop-free:hover a {
	color:#1570fc;
}
@media screen and (max-width: 1024px) {
	.shop-title {
		font-size: clamp(16px, 4vw, 21px);
	}
	.shop-tel a, .shop-free a {
		font-size: clamp(16px, 4vw, 21px);
	}
	.tel-icon {
		width:clamp(21px, 4vw, 28px);
	}
}
@media screen and (max-width: 800px) {
	.shop-title {
  font-size: clamp(16px, 4vw, 24px);
	}
	.shop-tel a, .shop-free a {
  font-size: clamp(18px, 4vw, 24px);
	}
	.tel-icon {
	width:clamp(28px, 4vw, 42px);
	}
}
@media screen and (max-width: 499px) {
	.tel-icon {
	width:clamp(20px, 3vw, 36px);
	}
}

.tel-icon-shop{
	width:30px;
	height:30px;
	margin-right:3px;
}

.shop-btn_list {
  margin-top: 10px;
  display: inline-block;
  background-color: #c7651d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: bold;
  font-size: clamp(14px, 2vw, 16px);
  transition: background 0.3s;
}

.shop-btn_list:hover {
  background-color: #a45317;
}
@media screen and (max-width: 499px) {
	.shop-btn_list {
		margin-top: 5px;
	}
}

/***************************************************/

.faq-accordion {
  width: 100%;
	max-width:980px;
	margin:0 auto;
}

.faq-item {
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.6;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 20px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq-question {
  display: flex;
  background: #fff;
  gap: 30px;
  width: 100%;
}

.faq-index {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #cf6d12;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.faq-inner {
  flex: 1;
	font-size: clamp(18px, 2.2vw, 20px);
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  color: #232323;
	border:2px solid #cf6d12;
  border-radius: 6px;
	padding:10px;
	margin-bottom:10px;
  transition: background 0.3s ease, color 0.3s ease;
}

.faq-question-open .faq-inner {
  background: #cf6d12;
	color:#FFF;
}
.faq-answer {
  width: calc(100% - 90px);
  margin: 0 auto;
	margin-left:90px;
  display: none;
	font-size: clamp(18px, 2.2vw, 20px);
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  color: #232323;
	border:2px solid #cf6d12;
  border-radius: 6px;
	padding:10px;
}

@media screen and (max-width: 499px) {
	.faq-item {
		margin-bottom: 10px !important;
	}
	.faq-question {
		gap: 15px;
	}
	.faq-index {
		width: 40px;
		height: 40px;
		font-size: 24px;
	}
	.faq-inner {
		font-size: clamp(16px, 2vw, 18px);
		padding:6px;
	}
	.faq-answer {
		width: calc(100% - 55px);
		font-size: clamp(16px, 2vw, 18px);
		padding:6px;
		margin-left:55px;
	}
}

.faq-answer.open {
  opacity: 1;
  padding: 15px;
  transform: scaleY(1);
  height: auto;
}


.shop-button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
	margin-top:5px;
}

.shop-btn {
  display: inline-block;
  padding: 10px 15px;
  background-color: #cf6d12;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  transition: background 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 499px) {
	.shop-button-list {
		gap: 6px;
		padding-top:5px;
	}
	.shop-btn {
		padding: 5px 10px;
		font-size: 14px;
	}
}

.shop-btn:hover {
  background-color: #b65c0f;
}


/***************************************************/

.tab-container {
  width: 100%;
  margin: auto;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
	padding-bottom:10px;
}

.tab-btn {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  border-radius: 9px;
  width: calc((100% - 20px) / 3);
  padding: 10px 0;
  cursor: pointer;
  transition: background-color .3s;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(21px, 6vw, 32px);
  color: #232323 !important;
  -webkit-text-fill-color: #232323;
	text-align:center!important;
}

.tab-btn * {
  color: inherit !important;
  -webkit-text-fill-color: inherit;
}

.tab-btn:focus,
.tab-btn:active {
  color: inherit !important;
  -webkit-text-fill-color: inherit;
  outline: none;
}
.tab-btn.active {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  background-color: #cf6d12;
}
.tab-btn .sp_none {
	display:inline;
}
@media screen and (max-width: 1024px) {
	.tab-buttons {
		gap: 5px;
	}
	.tab-btn {
		width:calc((100% - 10px) / 3);
		font-size: 3vw;
	}
}
@media screen and (max-width: 768px) {
	.tab-btn {
		font-size: 4vw;
	}
	.tab-btn .sp_none {
		display:none;
	}
}
@media screen and (max-width: 599px) {
	.tab-btn {
		font-size: 5vw;
	}
	.tab-btn .sp_none {
		display:none;
	}
}
.tab-btn.active {
  background-color: #cf6d12;
  color: #fff;
}

.tab-content {
  overflow: hidden;
}

.tab-panel {
  display: none;
  opacity: 0;
}

.tab-panel.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.menu-group {
	width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-items:stretch;
	background:#fff;
	border-radius:9px;
	padding:20px;
	margin-top:20px;
	gap:20px;
	position:relative;
}
.menu-group_b {
	align-items:flex-start;
}
.menu-group:first-child {
	margin-top:0px;
}

.menu_inner {
	width:calc(50% - 20px);
	position:relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-content:flex-start;
}
.menu_inner50 {
	width:calc(50% - 20px);
	position:relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-content:flex-start;
}
@media screen and (max-width: 768px) {
	.menu_inner,
	.menu_inner50 {
		width:100%;
	}
}
.menu_inner100{
	width:100%;
	position:relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-content:flex-start;
}
.lunch_price {
	width:100%;
	position:relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-content:flex-start;
	padding-bottom:10px;
}
.min300 {
	min-height:300px;
}
@media screen and (max-width: 768px) {
.menu-group {
	padding:15px;
	gap:15px;
}
.min300 {
	min-height:250px;
}
}
@media screen and (max-width: 599px) {
.menu-group {
	padding:10px;
}
.min300 {
	min-height:200px;
}
}
.menu-image {
	width:100%;
	height:100%;
	border-radius:6px;
	overflow:hidden;
	position:relative;
}
.menu-image2 {
	width:100%;
	height:300px;
	position:relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-content:flex-start;
	border-radius:6px;
	overflow:hidden;
	position:relative;
	margin-top:10px;
}
@media screen and (max-width: 768px) {
.menu-image2 {
	height:250px;
}
}
@media screen and (max-width: 599px) {
.menu-image2 {
	height:200px;
}
}
.menu-image img {
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	border-radius:6px;
	overflow:hidden;
}
.menu-image2 img {
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:6px;
	overflow:hidden;
}
.pic_text {
	width:100%;
	text-align:right;
	position:absolute;
	right:0;
	bottom:0;
	z-index:2;
	padding:10px;
	color:#FFF;
	font-weight:700;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	font-size: clamp(12px, 3vw, 14px);
}
.pic_text_bk {
	color:#232323;
	text-shadow: 0 0 0 rgba(0,0,0,0.0);
}
.menu_title {
	width:100%;
	font-size: clamp(36px, 6vw, 58px);
  font-family: "Shippori Mincho B1", serif;
	padding-bottom:10px;
	margin-top:-10px;
}
.menu_title_take {
	width:100%;
	font-size: clamp(26px, 4vw, 38px);
  font-family: "Shippori Mincho B1", serif;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:2px solid #232323;
}
.menu_title_lunch {
	font-size: clamp(26px, 4vw, 38px);
  font-family: "Shippori Mincho B1", serif;
	padding-bottom:5px;
	margin-bottom:10px;
	color:#cf6d12;
	width:calc(100% - 120px);
}
.menu-copy {
	width:100%;
	font-size: 24px;
	font-weight:700;
	line-height:1.6;
	padding-top:10px;
}
.menu-text {
	width:100%;
	font-size: clamp(14px, 4vw, 18px);
	font-weight:500;
	padding:10px 0;
	line-height:1.6;
}
@media screen and (max-width: 768px) {
.menu_title {
	font-size: clamp(28px, 6vw, 48px);
}
.menu-copy {
	font-size: clamp(16px, 4vw, 21px);
}
.menu-text {
	font-size: clamp(14px, 4vw, 18px);
}
}
@media screen and (max-width: 599px) {
.menu_title {
	font-size: clamp(42px, 6vw, 48px);
	padding:0;
}
.menu-copy {
	font-size: clamp(18px, 4vw, 28px);
}
.menu-text {
	font-size: clamp(14px, 3vw, 18px);
	padding:5px 0;
	line-height:1.5;
}
}

.menu-item {
	width:calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-content:flex-start;
	gap:10px;
	padding:10px 0;
}
.menu-item100 {
	width:100%;
}

.menu-drink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-content:flex-start;
	gap:10px;
	font-size: clamp(16px, 3vw, 21px)!important;
	width:100%;
	padding-bottom:3px;
}
.menu-item_lunch::before {
  margin-right: 0.4em;
  position: absolute;
  left: 0;
}
.menu-item_lunch:first-child::before {
  content: "1.";
}
.menu-item_lunch:nth-child(2)::before {
  content: "2.";
}
.menu-item_lunch:nth-child(3)::before {
  content: "3.";
}
.menu-item_lunch:nth-child(4)::before {
  content: "4.";
}
.menu-item_lunch:nth-child(5)::before {
  content: "5.";
}
.menu-item_lunch:nth-child(6)::before {
  content: "6.";
}
.menu-item_lunch:nth-child(7)::before {
  content: "7.";
}
.menu-item_lunch:nth-child(8)::before {
  content: "8.";
}
.menu-item_lunch:nth-child(9)::before {
  content: "9.";
}


.menu-item_lunch {
	padding-left: 1.2em;
	font-size: clamp(18px, 4vw, 24px);
	font-weight:700;
	line-height:1.3;
	position:relative;
	gap:0;
}

.menu-item_lunch2 {
	padding-left:0;
	font-size: clamp(18px, 4vw, 24px);
	font-weight:700;
	line-height:1.3;
	position:relative;
}

.menu-item_take {
	width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-content:flex-start;
	gap:10px;
	padding:5px 0;
}
.menu-item_take50 {
	width:calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-content:flex-start;
	gap:10px;
	padding:5px 0;
}
@media screen and (max-width: 768px) {
.menu-item100 {
	width:calc(50% - 20px);
}
.menu-item_take50 {
	width:100%;
	}
	.menu-item_take {
	width:100%!important;
	}
.menu-item_lunch {
	padding-left: 1.2em!important;
	}
}

.menu-name {
	font-size: clamp(18px, 4vw, 21px);
	font-weight:700;
	line-height:1.3;
	padding-bottom:2px;
}
.menu-name_lunch {
	width:100%;
	padding-bottom:0;
	font-size: clamp(18px, 4vw, 24px);
	font-weight:700;
	line-height:1.3;
}
.menu_reco span {
	position:relative;
	z-index:2;
	margin-left:-2px;
}
.menu_reco span::after {
	content:'';
	width:100%;
	height:6px;
	border-radius:6px;
	background:gold;
	position:absolute;
	bottom:4px;
	left:0;
	z-index:-1;
}
.menu_reco::before {
  content: "★";
  color: gold;
  margin-right: 0;
  font-size: 1em;
  display: inline-block;
}
.menu-detail {
	font-size: clamp(14px, 2vw, 16px);
	font-weight:500;
	line-height:1.4;
}

@media screen and (max-width: 768px) {
.menu-name {
	font-size: clamp(16px, 4vw, 18px);
}
.menu-detail {
	font-size: clamp(12px, 2vw, 14px);
}
}
@media screen and (max-width: 599px) {
.menu-name {
	font-size: clamp(18px, 4vw, 21px);
}
}


.menu-left100 {
	width:100%;
}
.menu-left {
	width:calc(100% - 120px);
}
.menu-right {
	width:110px;
	text-align:right;
}
.menu-price {
	font-size:14px;
	padding-right:5px;
	padding-bottom:5px;
}
.menu-price span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
	font-size:2em;
}
.menu-tax {
	font-size:10px;
}
.menu-tax span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
	font-size:1.5em;
}

@media screen and (max-width: 768px) {
.menu-item {
	width:calc(50% - 10px);
	gap:5px;
	padding:10px 0;
}
.menu-left {
	width:calc(100% - 85px);
}
.menu-right {
	width:80px;
}
.menu-price {
	font-size:12px;
	padding-bottom:4px;
}
.menu-price span {
	font-size:1.8em;
}
.menu-tax {
	font-size:8.5px;
}
.menu-tax span {
	font-size:1.3em;
}
}
@media screen and (max-width: 599px) {
.menu-item {
	width:100%;
}
}


.topping {
  width: 100%;
  padding-top: 5px;
}
.topping-group {
	width:100%;
	padding:10px;
	border:2px solid #c7a400;
	border-radius:9px;
	color:#232323;
	background:rgba(255,250,241,0.5);
}
.topping_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: clamp(16px, 3vw, 21px);
  font-weight: 700;
  color: #c7a400;
  padding-bottom: 5px;
  position: relative;
}
.topping_title::after {
  content: "（すべて税込）";
  font-size: 0.7em;
  font-weight: normal;
  color: #232323;
}
ul.topping-list {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
ul.topping-list li {
	width:calc(100% / 5);
	min-width:180px;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	padding:10px;
}
ul.topping-list li.spaces {
	width:calc(100% / 5);
	min-width:180px;
	padding:0px;
	margin:0px;
}
.topping-name {
	width:100px;
	font-size: clamp(16px, 2vw, 18px);
	display: flex;
	flex-wrap: wrap;
	align-items:center;
}
.topping-price {
	width:calc(100% - 100px);
	font-size:12px;
	display: flex;
	flex-wrap: wrap;
	align-items:flex-end;
}
.topping-price span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
	font-size:2em;
}
@media screen and (max-width: 768px) {
.topping-group {
	padding:5px;
}
ul.topping-list li {
	width:calc(100% / 5);
	min-width:140px;
	padding:5px;
}
ul.topping-list li.spaces {
	min-width:130px;
}
.topping-name {
	width:80px;
	font-size: clamp(14px, 2vw, 18px);
}
.topping-price {
	width:calc(100% - 80px);
	font-size:10px;
}
.topping-price span {
	font-size:1.8em;
}
}

.taste-title {
	width:100%;
	color:#FFF;
	background:#ccc;
	border-radius:6px;
	font-size: clamp(14px, 4vw, 18px);
	line-height:1.6;
	padding:1px 10px;
	margin:5px 0;
}

.monja_bgcol {
	background:#c7a400;
}
.monja_color {
	color: #c7a400;
}
.monja_bord {
	border-color:#c7a400;
}

.okonomi_bgcol {
	background:#965036;
}
.okonomi_color {
	color: #965036;
}
.okonomi_bord {
	border-color:#965036;
}

.yakisoba_bgcol {
	background:#d16900;
}
.yakisoba_color {
	color: #d16900;
}
.yakisoba_bord {
	border-color:#d16900;
}

.teppan_bgcol {
	background:#ba2b2b;
}
.teppan_color {
	color: #ba2b2b;
}
.teppan_bord {
	border-color: #ba2b2b;
}

.salad_bgcol {
	background:#4aab66;
}
.salad_color {
	color: #4aab66;
}
.salad_bord {
	border-color: #4aab66;
}

.rice_bgcol {
	background:#a18f5e;
}
.rice_color {
	color: #a18f5e;
}
.rice_bord {
	border-color: #a18f5e;
}

.drink_bgcol {
	background:#2176c7;
}
.drink_color {
	color: #2176c7;
}
.drink_bord {
	border-color: #2176c7;
}

.snack_bgcol {
	background:#b07b4c;
}
.snack_color {
	color: #b07b4c;
}
.snack_bord {
	border-color: #b07b4c;
}

.dessert_bgcol {
	background:#d17fb3;
}
.dessert_color {
	color: #d17fb3;
}
.dessert_bord {
	border-color: #d17fb3;
}

.other_bgcol {
	background:#888888;
}
.other_color {
	color: #888888;
}
.other_bord {
	border-color: #888888;
}


.boteko_color {
	color: #cf6d12;
}
.boteko_bord {
	border-color: #cf6d12;
}


.img-flex-wrap {
  display: flex;
  flex-wrap: wrap;
	justify-content:flex-start;
  gap: 16px;
}
.img-flex-wrap .menu-image3 {
  flex: 1 1 calc(100% / var(--item-count) - 16px);
  max-width: calc(100% / var(--item-count) - 16px);
  position: relative;
}
.img-flex-wrap.one-item .menu-image3 {
  flex: 1 1 100%;
  max-width: min(400px, 50%);
}
.menu-image3 img { width: 100%; height: auto; display: block; border-radius: 6px; max-width:400px;}

@media (max-width: 768px) {
.img-flex-wrap {
  gap: 10px;
}
  .img-flex-wrap .menu-image3 {
    flex: 1 1 calc(100% / 3 - 10px);
    max-width: calc(100% / 3 - 10px);
  }
}

@media (max-width: 499px) {
.img-flex-wrap {
  gap: 5px;
}
  .img-flex-wrap .menu-image3 {
    flex: 1 1 calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
  }
}


/***************************************************/
.lunch-main {
	width:calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-content:flex-start;
	border-radius:6px;
	position:relative;
	border:2px solid #cf6d12;
}
.menu-select-msg {
	width:100%;
	padding:5px;
	font-size: clamp(16px, 2vw, 18px);
	line-height:1.5;
	background:#cf6d12;
	color:#FFF;
	text-align:center;
}
.lunch-block {
	width:calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-content:flex-start;
	border-radius:6px;
	position:relative;
	border:2px solid #cf6d12;
}
.pad0 {
	padding:0;
}
@media screen and (max-width: 768px) {
	.lunch-block {
		width:100%;
	}
	.lunch-main {
		width:100%;
		margin-bottom:10px;
	}
}
.lunch-other {
	width:100%;
}
.lunch-drink {
	width:100%;
}
.lunch-dessert {
	width:100%;
	border-top:1px solid #cf6d12;
	margin-top:20px;
}
.menu-list,
.menu-list2 {
	width:100%;
	margin:0;
	padding:10px;
	list-style:none;
}
.menu-list2 {
	padding:0 10px;
}
.menu-list li {
	width:100%;
	position:relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-content:flex-start;
}
.menu-list2 li {
	width:100%;
	position:relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-content:flex-start;
}
.menu-list2 li .menu-name::before {
	content:'●';
}
.menu-list3 {
	width:100%;
	margin:0;
	padding:0;
	padding-left:1em;
	list-style:none;
	padding-bottom:10px;
}
.menu-list3 li {
	padding-right:50px;
	display:inline-block;
	position:relative;
}
/***************************************************/

.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.bg_none {
	background:none;
}

/***************************************************/

.access-block {
	width:100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: raw;
  gap: 40px;
}

.map-col,
.info-col {
	width:calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
	align-items:flex-start;
	align-content:flex-start;
  flex-direction: raw;
}

@media (max-width: 768px) {
  .map-col,
  .info-col {
    flex: 0 0 100%;
    max-width: 100%;
  flex-direction: column;
  }
}


.map-embed {
  width: 100%;
  background: #9b9b9b;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
}
.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* 見出し */
.access-title{
  font-size:clamp(18px,2.4vw,24px);
	font-weight:500;
	line-height:1.3;
	margin:0 0 16px;
}

/* 右側：行ごとにFLEX */
.info-list{
	display:flex;
	flex-direction:column;
	align-items:center;
	width:100%;
	font-weight:500;
	line-height:1.3;
	gap:20px;
}
.info-row{
	width:100%;
	display:flex;
	align-items:center;
}
.info-title{
	width:100px;
	color:#cf6d12;
	font-weight:500;
	font-size:clamp(12px,2vw,14px);
}
.info-inner{
	width:calc(100% - 100px);
	color:#232323;
	line-height:1.4;
	display:flex;
	align-items:center;
	font-size:clamp(14px,2vw,16px);
}
@media (max-width: 599px) {
.info-title{
	width:80px;
	}
.info-inner{
	width:calc(100% - 80px);
	}
}
.info-inner-tel {
	font-size:clamp(18px,2.4vw,24px);
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.info-inner-lunch {
  display: flex;
  flex-direction: column; 
  gap: 4px;
}
.lunch-time {
	width:100%;
}
.note {
	width:100%;
  color: #666;
	font-size:clamp(12px,2vw,14px);
}


.info-inner a{ color:inherit; text-decoration:none; }
.info-inner a:hover{ text-decoration:underline; }



/* 支払いラインの並び */
.pay-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.pay-line img {
  height: 35px;
  width: auto;
}

/***************************************************/

.contact-box {
	width:100%;
	border:2px solid #cf6d12;
	background:#cf6d1220;
	border-radius:9px;
	padding:clamp(20px,4vw,40px);
	text-align:center;
}
.contact-box .title_box {
	padding-top:0;
}
.contact-box .title_box span {
	padding-top:0;
	font-size: clamp(24px, 8vw, 50px);
}

.contact-box .shop-tel a,
.contact-box .shop-free a {
  font-size: clamp(48px, 4vw, 68px);
	line-height:1.5;
  display: flex;
  justify-content: center;
  align-items: center;
	color:#232323;
  transition: color 0.3s;
}
.contact-box .tel-icon {
	width:clamp(50px, 5vw, 75px);
	margin-right:5px;
}
@media (max-width: 599px) {
.contact-box .shop-tel a,
.contact-box .shop-free a {
  font-size: clamp(34px, 4vw, 42px);
	}
.contact-box .tel-icon {
	width:clamp(40px, 5vw, 55px);
}
}
.reserve-text {
	display:inline-block;
	text-align:left;
	margin:0 auto;
	font-size:clamp(12px,2vw,16px);
	line-height:1.6;
}
.reserve-text2 {
	display:inline-block;
	text-align:left;
	margin:0 auto;
	font-size:clamp(16px,2vw,21px);
	line-height:1.6;
}
@media (max-width: 599px) {
.reserve-text2 {
	font-size:clamp(14px,2vw,18px);
	}
}


/***************************************************/
.recruit-box {
	width:100%;
	border-radius:9px;
	overflow:hidden;
}
.recruit-box img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.recruit-box img:hover {
	transform: scale(1.05);
}

/***************************************************/

.sp_menu-box {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100dvh;
  background: #fffaf1;
  transition: right 0.3s ease;
  z-index: 21;
  padding: 100px 20px 50px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
	letter-spacing:0!important;
}

.sp_menu-box_open {
  right: 0;
}

ul.menu-list_sp {
  width: 100%;
  flex-basis: 100%;
	max-width:450px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
	margin:0 auto;
}
ul.menu-list_sp li {
  width: 100%;
  flex-basis: 100%;
  display: block;
  position: relative;
  transition: all 0.2s ease;
  font-weight: 700;
  line-height: 1.5;
}
ul.menu-list_sp li .sp_btn_has,
ul.menu-list_sp li .sp_btn {
	width: 100%;
	color:#FFF;
	padding: 10px 20px;
	background:#cf6d12;
	border-radius:100px;
	cursor:pointer;
  font-size: 24px;
}
ul.menu-list_sp li a {
  color: #FFF;
  display: block;
  text-decoration: none;
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  ul.menu-list_sp li {
    font-size: 21px;
    padding: 10px 0;
  }
}


.submenu_sp_inner{
  overflow: hidden;
  max-height: 0;
  transition: max-height .25s ease;
  display: block; /* 念のため：display:noneだと開かない */
}

.submenu_sp_inner .sp_btn {
	width: 100%;
	margin-top:10px;
	border:2px solid #cf6d12!important;
	background:#FFF!important;
  font-size: 20px!important;
}
.submenu_sp_inner .sp_btn a {
  color: #232323!important;
  font-size: 20px!important;
}


.shop-special {
	max-width:450px;
	margin: 0 auto;
	margin-top:20px;
}
/***************************************************/
/* お知らせシングルページ用 */
.single-box {
	width:100%;
	max-width:980px;
	margin:0 auto;
	background:#FFF;
	padding:30px;
	border-radius:20px;
}
.news-single-title {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
	line-height:1.4;
  margin-bottom: 8px;
  color: #232323;
	border-bottom:2px solid #232323;
}
.news-single-date {
  font-size: clamp(12px, 2vw, 14px);
  color: #777;
  margin-bottom: 10px;
}

.news-single-content {
  font-size: 16px;
  line-height: 1.7;
  color: #232323;
	padding-top:10px;
}

.news-single-content p {
  margin-bottom: 1em;
}

/* 小画面（スマホ）対応 */
@media (max-width: 768px) {
  .news-single-date {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .news-single-content {
    font-size: 15px;
    line-height: 1.6;
  }
}

/***************************************************/

.news-list-box {
	width:100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
	gap:20px;
  flex-direction: raw;
}
.news-list {
	width:calc((100% - 60px) / 4);
	background:#FFF;
  border-radius: 12px;
  scroll-snap-align: start;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
	position:relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
	position:relative;
}

/***************************************************/
.btn-return-shop {
  text-align: center;
  margin: 40px auto;
}

.btn-return-shop a {
  display: inline-block;
  padding: 12px 28px;
  background-color: #cf6d12;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: clamp(18px, 3vw, 24px);
}

.btn-return-shop a:hover {
  background-color: #c55548;
}

　


/***************************************************/

.site-footer{
  font-family: "Noto Sans JP", system-ui, sans-serif;
}

.footer-inner{
	width:100%;
  margin:auto;
  padding:48px 24px 28px;
  display:flex;
  justify-content:space-between;
  gap:40px;
  flex-wrap:wrap;
  align-items:flex-start;
}

/* ナビ群を右寄せでまとめる */
.footer-navs{
  display:flex;
  gap:80px;
  flex-wrap:wrap;
  justify-content:flex-end;
	color:#FFF;
}
@media screen and (max-width: 10240px) {
	.footer-navs{
		gap:50px;
	}
}
@media screen and (max-width: 768px) {
	.footer-navs{
		display:none;
	}
}

.footer-title{
	font-size:16px;
	line-height:1.5;
	color:#FFF;
	padding-bottom:5px;
}
@media screen and (max-width: 1280px) {
	.footer-title{
	font-size:14px;
	}
}
.footer-title a{
	color:#FFF;
	text-decoration:none;
}

/* ロゴ */
.footlogos {
  width: 230px;
  flex-basis: 230px;
  padding: 3px;
}
@media screen and (max-width: 1280px) {
  .footlogos { width: 200px; flex-basis: 200px; }
}
@media screen and (max-width: 800px) {
  .footlogos { width: 190px; flex-basis: 190px; }
}
@media screen and (max-width: 599px) {
  .footlogos { width: 160px; flex-basis: 160px; }
}
@media screen and (max-width: 768px) {
	.footlogos {
		margin:0 auto;
	}
}

/* リンク */
.bullets{
	width:100%;
	list-style:disc; padding:0; margin:0;
	list-style-position:inside;
}
.bullets li {
	font-size:1rem;
	line-height:1.5;
}

.bullets li a{
  color:#fff;
  text-decoration:none;
}
.bullets li:hover{
  color:var(--link-hover);
  text-decoration:underline;
}


/* フッター下段 */
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:16px;
  text-align:center;
  padding:18px 16px 24px;
  color:var(--footer-text-dim);
  letter-spacing:.08em;
}

/***************************************************/

.viewmore {
	width: 250px;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	border-radius: 6px;
	color: #FFF;
	transition: 0.3s;
}
.viewmore a{
	display:block;
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
}
.viewmore:hover {
	opacity: 0.7;
}
.viewmore:hover a {
	opacity: 1;
}
.viewmore a:hover {
	opacity: 1;
}
.fontS {
	font-size: 16px;
	font-weight:500;
}

.link_absolute {
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	transition: 0.3s;
}
.linkAb:hover {
	background: rgba(255,255,255,0.8);
}
.pt80 {
	padding-top:80px;
}

.copy {
	width:100%;
	padding:20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
	color:#FFF;
	font-size: clamp(12px, 1vw, 14px);
}
.mt20 {
	margin-top:20px;
}

/***************************************************/
/* ===== Policy Page ===== */
.policy-page {
  color:#333;
  line-height:1.8;
}

.policy-page .container {
  max-width: 900px;
  margin: 0 auto;
}

.policy-page .page-header {
  margin-bottom: 40px;
  text-align: center;
}

.policy-page .page-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .05em;
  border-bottom: 2px solid #e0e0e0;
  display:inline-block;
  padding-bottom: .4em;
}

.policy-page .page-content h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 2em 0 1em;
  padding-left: .5em;
  border-left: 4px solid #333;
}

.policy-page .page-content p {
  margin: 0 0 1.2em;
}

.policy-page .page-content ol {
  padding-left: 1.5em;  /* 数字をきれいに揃える */
  margin: 0 0 1.5em;
}

.policy-page .page-content ol li {
  margin: .5em 0;
  list-style: decimal; /* 数字リスト */
}

@media (max-width: 768px) {
  .policy-page {
    padding: 40px 15px;
  }
  .policy-page .page-title {
    font-size: 1.6rem;
  }
  .policy-page .page-content h2 {
    font-size: 1.2rem;
  }
}

.sns-box {
	width:35px;
	height:35px;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
.sns-box {
	width:30px;
	height:30px;
}
}


.sns-box:hover {
	opacity:0.6;
}
/***************************************************/
/* FADEアニメーション */
.anime {
	opacity:0;
}
.fadeUp:nth-child(1) {
	animation-delay: 0.1s;
}
.fadeUp:nth-child(2) {
	animation-delay: 0.2s;
}
.fadeUp:nth-child(3) {
	animation-delay: 0.3s;
}
.fadeUp:nth-child(4) {
	animation-delay: 0.4s;
}
.fadeUp:nth-child(5) {
	animation-delay: 0.5s;
}
.fadeUp:nth-child(6) {
	animation-delay: 0.6s;
}
.fadeUp:nth-child(7) {
	animation-delay: 0.7s;
}
.fadeUp:nth-child(8) {
	animation-delay: 0.8s;
}
.fadeUp:nth-child(9) {
	animation-delay: 0.9s;
}
.fadeUp:nth-child(10) {
	animation-delay: 1.0s;
}
.fadeUp:nth-child(11) {
	animation-delay: 1.1s;
}
.fadeUp:nth-child(12) {
	animation-delay: 1.2s;
}
.fadeUp:nth-child(13) {
	animation-delay: 1.3s;
}
.fadeUp:nth-child(14) {
	animation-delay: 1.4s;
}
.fadeUp:nth-child(15) {
	animation-delay: 1.5s;
}
.fadeUp:nth-child(16) {
	animation-delay: 1.6s;
}
.fadeUp:nth-child(17) {
	animation-delay: 1.7s;
}
.fadeUp:nth-child(18) {
	animation-delay: 1.8s;
}
.fadeUp:nth-child(19) {
	animation-delay: 1.9s;
}
.fadeUp:nth-child(20) {
	animation-delay: 2.0s;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.fadeUp2 {
animation-name:fadeUpAnime2;
animation-duration:0.3s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime2{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.fadeUp2:nth-child(1) {
	animation-delay: 1.1s;
}
.fadeUp2:nth-child(2) {
	animation-delay: 1.2s;
}
.fadeUp2:nth-child(3) {
	animation-delay: 1.3s;
}
.fadeUp2:nth-child(4) {
	animation-delay: 1.5s;
}
/***************************************************/

.color_wh {
	color:#FFF!important;
}

.kodawari-title {
	color:#FFF!important;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

#link1,#link2,#link3,#link4 {
	position:absolute;
	top:-80px;
	width:10px;
	height:10px;
	opacity:0;
	pointer-events: none
}

.small_text {
  font-size: 0.8em;
}