  @charset "utf-8";
  /* -----------------------------------------------------------
共通パーツ
------------------------------------------------------------- */
  html {
  	scroll-padding-top: 100px;
  	/* 追従メニューの高さに応じて適切な値を設定 */
  }
  body {
  	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  	font-size: 16px;
  	text-align: justify;
  	line-height: 180%;
  	color: #5B433E;
  	font-weight: 400;
  }
  main {
  	margin-top: 100px;
  	overflow: hidden;
  	background-image: url(../recruit/imgs/parttime/main-bg.png);
  	background-size: cover;
  	background-repeat: no-repeat;
  }
  section {
  	padding-bottom: 96px;
  }
  #common-link+section {
  	padding-bottom: 134px;
  }
  a {
  	text-decoration: none;
  	color: inherit;
  	transition: .2s;
  }
  /*
  a:visited {
  	color: inherit;
  }
*/
  img {
  	max-width: 100%;
  	height: auto;
  	object-fit: contain;
  	/*display: inline;*/
  }
  ul li {
  	list-style: none;
  }
  ol li {
  	list-style-type: decimal;
  	list-style-position: inside;
  }
  .underline_none {
  	text-decoration: none !important;
  }
  .containerP {
  	width: 1060px;
  	max-width: 94%;
  	display: block;
  	margin: auto;
  }
  .inner-wrap {
  	width: 94%;
  	display: block;
  	margin: auto;
  }
  @media(max-width:768px) {
  	html {
  		scroll-padding-top: 70px;
  		/* 追従メニューの高さに応じて適切な値を設定 */
  	}
  	body {
  		font-size: 13px;
  	}
  	section {
  		padding-bottom: 72px;
  	}
  	#common-link+section {
  		padding-bottom: 40px;
  	}
  	.sp_none {
  		display: none !important;
  	}
  }
  @media(min-width:769px) {
  	.pc_none {
  		display: none !important;
  	}
  }
  .txtC {
  	text-align: center;
  }
  .txtR {
  	text-align: right;
  }
  .txtL {
  	text-align: left;
  }
  .txtJ {
  	text-align: justify;
  }
  @media(max-width:768px) {
  	.sp_txtC {
  		text-align: center;
  	}
  	.sp_txtR {
  		text-align: right;
  	}
  	.sp_txtL {
  		text-align: left;
  	}
  	.sp_txtJ {
  		text-align: justify;
  	}
  }
  .bold {
  	font-weight: bold;
  }
  .sugakico-txt {
  	color: #E34529;
  }
  .txtM {
  	vertical-align: middle;
  }
  .cf:before,
  .cf:after {
  	content: " ";
  	display: table;
  }
  .cf:after {
  	clear: both;
  }
  .cf {
  	zoom: 1;
  }
  .table_w10 {
  	width: 10%;
  }
  .table_w15 {
  	width: 15%;
  }
  .table_w20 {
  	width: 20%;
  }
  .table_w25 {
  	width: 25%;
  }
  .table_w30 {
  	width: 30%;
  }
  .table_w35 {
  	width: 35%;
  }
  .table_w40 {
  	width: 40%;
  }
  .table_w50 {
  	width: 50%;
  }
  .table_w60 {
  	width: 60%;
  }
  .table_w70 {
  	width: 70%;
  }
  .table_w80 {
  	width: 80%;
  }
  .w100 {
  	width: 100%;
  }
  .w20 {
  	width: 18%;
  }
  .w25 {
  	width: 23%;
  }
  .w30 {
  	width: 28%;
  }
  .w35 {
  	width: 33%;
  }
  .w40 {
  	width: 38%;
  }
  .w45 {
  	width: 43%;
  }
  .w50 {
  	width: 48%;
  }
  .w55 {
  	width: 53%;
  }
  .w60 {
  	width: 58%;
  }
  .w65 {
  	width: 63%;
  }
  .w70 {
  	width: 68%;
  }
  .w80 {
  	width: 78%;
  }
  @media(max-width:768px) {
  	.w20,
  	.w25,
  	.w30,
  	.w35,
  	.w40,
  	.w45,
  	.w50,
  	.w55,
  	.w60,
  	.w65,
  	.w70,
  	.w80 {
  		width: 100%;
  	}
  }
  /*_____フレックス_____*/
  .flex {
  	display: -ms-flexbox;
  	display: flex;
  }
  .flexC {
  	display: flex;
  	flex-direction: column;
  }
  .flexR {
  	flex-direction: row-reverse;
  }
  .justC {
  	justify-content: center;
  }
  .justS {
  	justify-content: flex-start;
  }
  .justE {
  	justify-content: flex-end;
  }
  .justB {
  	-webkit-box-pack: justify;
  	-ms-flex-pack: justify;
  	justify-content: space-between;
  }
  .justA {
  	-ms-flex-pack: distribute;
  	justify-content: space-around;
  }
  .flexW {
  	flex-wrap: wrap;
  }
  .alignS {
  	align-items: start;
  }
  .alignC {
  	align-items: center;
  }
  .alignB {
  	align-items: flex-end;
  }
  @media (max-width: 768px) {
  	.sp_flclear {
  		display: block;
  	}
  	.sp_flex {
  		display: flex;
  	}
  }
  /*_____余白_____*/
  .m0auto {
  	margin: 0 auto
  }
  .mb0 {
  	margin-bottom: 0;
  }
  .mb8 {
  	margin-bottom: 8px;
  }
  .mb16 {
  	margin-bottom: 16px;
  }
  .mb24 {
  	margin-bottom: 24px;
  }
  .mb32 {
  	margin-bottom: 32px;
  }
  .mb40 {
  	margin-bottom: 40px;
  }
  .mb48 {
  	margin-bottom: 48px;
  }
  .mb56 {
  	margin-bottom: 56px;
  }
  .mb64 {
  	margin-bottom: 64px;
  }
  .mb72 {
  	margin-bottom: 72px;
  }
  .mb80 {
  	margin-bottom: 80px;
  }
  .mb88 {
  	margin-bottom: 88px;
  }
  .mb96 {
  	margin-bottom: 96px;
  }
  .mb104 {
  	margin-bottom: 104px;
  }
  .mb112 {
  	margin-bottom: 112px;
  }
  .mb120 {
  	margin-bottom: 120px;
  }
  .mt0 {
  	margin-top: 0;
  }
  .mt8 {
  	margin-top: 8px;
  }
  .mt16 {
  	margin-top: 16px;
  }
  .mt24 {
  	margin-top: 24px;
  }
  .mt32 {
  	margin-top: 32px;
  }
  .mt40 {
  	margin-top: 40px;
  }
  .mt48 {
  	margin-top: 48px;
  }
  .mt56 {
  	margin-top: 56px;
  }
  .mt64 {
  	margin-top: 64px;
  }
  .mt72 {
  	margin-top: 72px;
  }
  .mt80 {
  	margin-top: 80px;
  }
  .mt88 {
  	margin-top: 88px;
  }
  .mt96 {
  	margin-top: 96px;
  }
  .mt104 {
  	margin-top: 104px;
  }
  .mt112 {
  	margin-top: 112px;
  }
  .mt120 {
  	margin-top: 120px;
  }
  .mt-8 {
  	margin-top: -8px;
  }
  .mt-16 {
  	margin-top: -16px;
  }
  .mt-24 {
  	margin-top: -24px;
  }
  .mt-32 {
  	margin-top: -32px;
  }
  .mt-40 {
  	margin-top: -40px;
  }
  .mt-48 {
  	margin-top: -48px;
  }
  .mt-56 {
  	margin-top: -56px;
  }
  .mt-64 {
  	margin-top: -64px;
  }
  .mt-72 {
  	margin-top: -72px;
  }
  .mt-80 {
  	margin-top: -80px;
  }
  .mt-88 {
  	margin-top: -88px;
  }
  .mt-96 {
  	margin-top: -96px;
  }
  .mt-104 {
  	margin-top: -104px;
  }
  .mt-112 {
  	margin-top: -112px;
  }
  .mt-120 {
  	margin-top: -120px;
  }
  .mr0 {
  	margin-right: 0;
  }
  .mr8 {
  	margin-right: 8px;
  }
  .mr16 {
  	margin-right: 16px;
  }
  .mr24 {
  	margin-right: 24px;
  }
  .mr32 {
  	margin-right: 32px;
  }
  .mr40 {
  	margin-right: 40px;
  }
  .mr48 {
  	margin-right: 48px;
  }
  .mr56 {
  	margin-right: 56px;
  }
  .mr64 {
  	margin-right: 64px;
  }
  .mr72 {
  	margin-right: 72px;
  }
  .mr80 {
  	margin-right: 80px;
  }
  .mr88 {
  	margin-right: 88px;
  }
  .mr96 {
  	margin-right: 96px;
  }
  .mr104 {
  	margin-right: 104px;
  }
  .mr112 {
  	margin-right: 112px;
  }
  .mr120 {
  	margin-right: 120px;
  }
  .ml0 {
  	margin-left: 0;
  }
  .ml8 {
  	margin-left: 8px;
  }
  .ml16 {
  	margin-left: 16px;
  }
  .ml24 {
  	margin-left: 24px;
  }
  .ml32 {
  	margin-left: 32px;
  }
  .ml40 {
  	margin-left: 40px;
  }
  .ml48 {
  	margin-left: 48px;
  }
  .ml56 {
  	margin-left: 56px;
  }
  .ml64 {
  	margin-left: 64px;
  }
  .ml72 {
  	margin-left: 72px;
  }
  .ml80 {
  	margin-left: 80px;
  }
  .ml88 {
  	margin-left: 88px;
  }
  .ml96 {
  	margin-left: 96px;
  }
  .ml104 {
  	margin-left: 104px;
  }
  .ml112 {
  	margin-left: 112px;
  }
  .ml120 {
  	margin-left: 120px;
  }
  .pd0 {
  	padding: 0px;
  }
  .pd8 {
  	padding: 8px;
  }
  .pd16 {
  	padding: 16px;
  }
  .pd24 {
  	padding: 24px;
  }
  .pd32 {
  	padding: 32px;
  }
  .pd40 {
  	padding: 40px;
  }
  .pt0 {
  	padding-top: 0;
  }
  .pt8 {
  	padding-top: 8px;
  }
  .pt16 {
  	padding-top: 16px;
  }
  .pt24 {
  	padding-top: 24px;
  }
  .pt32 {
  	padding-top: 32px;
  }
  .pt40 {
  	padding-top: 40px;
  }
  .pt48 {
  	padding-top: 48px;
  }
  .pt56 {
  	padding-top: 56px;
  }
  .pt64 {
  	padding-top: 64px;
  }
  .pt72 {
  	padding-top: 72px;
  }
  .pt80 {
  	padding-top: 80px;
  }
  .pt88 {
  	padding-top: 88px;
  }
  .pt96 {
  	padding-top: 96px;
  }
  .pt104 {
  	padding-top: 104px;
  }
  .pt112 {
  	padding-top: 112px;
  }
  .pt120 {
  	padding-top: 120px;
  }
  .pb0 {
  	padding-bottom: 0;
  }
  .pb8 {
  	padding-bottom: 8px;
  }
  .pb16 {
  	padding-bottom: 16px;
  }
  .pb24 {
  	padding-bottom: 24px;
  }
  .pb32 {
  	padding-bottom: 32px;
  }
  .pb40 {
  	padding-bottom: 40px;
  }
  .pb48 {
  	padding-bottom: 48px;
  }
  .pb56 {
  	padding-bottom: 56px;
  }
  .pb64 {
  	padding-bottom: 64px;
  }
  .pb72 {
  	padding-bottom: 72px;
  }
  .pb80 {
  	padding-bottom: 80px;
  }
  .pb88 {
  	padding-bottom: 88px;
  }
  .pb96 {
  	padding-bottom: 96px;
  }
  .pb104 {
  	padding-bottom: 104px;
  }
  .pb112 {
  	padding-bottom: 112px;
  }
  .pb120 {
  	padding-bottom: 120px;
  }
  .pl40 {
  	padding-left: 40px;
  }
  .pr40 {
  	padding-right: 40px;
  }
  @media (max-width: 768px) {
  	.sp_mb0 {
  		margin-bottom: 0;
  	}
  	.sp_mt0 {
  		margin-top: 0;
  	}
  	.sp_mr0 {
  		margin-right: 0;
  	}
  	.sp_ml0 {
  		margin-left: 0;
  	}
  	.sp_mb8 {
  		margin-bottom: 8px;
  	}
  	.sp_mb16 {
  		margin-bottom: 16px;
  	}
  	.sp_mb24 {
  		margin-bottom: 24px;
  	}
  	.sp_mb32 {
  		margin-bottom: 32px;
  	}
  	.sp_mb40 {
  		margin-bottom: 40px;
  	}
  	.sp_mb48 {
  		margin-bottom: 48px;
  	}
  	.sp_mb56 {
  		margin-bottom: 56px;
  	}
  	.sp_mb64 {
  		margin-bottom: 64px;
  	}
  	.sp_mb72 {
  		margin-bottom: 72px;
  	}
  	.sp_mt8 {
  		margin-top: 8px;
  	}
  	.sp_mt16 {
  		margin-top: 16px;
  	}
  	.sp_mt24 {
  		margin-top: 24px;
  	}
  	.sp_mt32 {
  		margin-top: 32px;
  	}
  	.sp_mt40 {
  		margin-top: 40px;
  	}
  	.sp_mt48 {
  		margin-top: 48px;
  	}
  	.sp_mt56 {
  		margin-top: 56px;
  	}
  	.sp_mt64 {
  		margin-top: 64px;
  	}
  	.sp_mt72 {
  		margin-top: 72px;
  	}
  	.sp_mr8 {
  		margin-right: 8px;
  	}
  	.sp_mr16 {
  		margin-right: 16px;
  	}
  	.sp_mr24 {
  		margin-right: 24px;
  	}
  	.sp_mr32 {
  		margin-right: 32px;
  	}
  	.sp_mr40 {
  		margin-right: 40px;
  	}
  	.sp_mr48 {
  		margin-right: 48px;
  	}
  	.sp_mr56 {
  		margin-right: 56px;
  	}
  	.sp_mr64 {
  		margin-right: 64px;
  	}
  	.sp_mr72 {
  		margin-right: 72px;
  	}
  	.sp_ml8 {
  		margin-left: 8px;
  	}
  	.sp_ml16 {
  		margin-left: 16px;
  	}
  	.sp_ml24 {
  		margin-left: 24px;
  	}
  	.sp_ml32 {
  		margin-left: 32px;
  	}
  	.sp_ml40 {
  		margin-left: 40px;
  	}
  	.sp_ml48 {
  		margin-left: 48px;
  	}
  	.sp_ml56 {
  		margin-left: 56px;
  	}
  	.sp_ml64 {
  		margin-left: 64px;
  	}
  	.sp_ml72 {
  		margin-left: 72px;
  	}
  	.sp_pb8 {
  		padding-bottom: 8px;
  	}
  	.sp_pb16 {
  		padding-bottom: 16px;
  	}
  	.sp_pb16 {
  		padding-bottom: 16px;
  	}
  	.sp_pb24 {
  		padding-bottom: 24px;
  	}
  	.sp_pb32 {
  		padding-bottom: 32px;
  	}
  	.sp_pb40 {
  		padding-bottom: 40px;
  	}
  	.sp_pb48 {
  		padding-bottom: 48px;
  	}
  	.sp_pb56 {
  		padding-bottom: 56px;
  	}
  	.sp_pb64 {
  		padding-bottom: 64px;
  	}
  }
  /*_____テキスト_____*/
  .tx7 {
  	font-size: 7px;
  }
  .tx9 {
  	font-size: 9px;
  	line-height: 170%;
  }
  .tx10 {
  	font-size: 10px;
  	line-height: 170%;
  }
  .tx11 {
  	font-size: 11px;
  	line-height: 170%;
  }
  .tx12 {
  	font-size: 12px;
  	line-height: 170%;
  }
  .tx13 {
  	font-size: 13px;
  	line-height: 170%;
  }
  .tx14 {
  	font-size: 14px;
  	line-height: 150%;
  }
  .tx15 {
  	font-size: 15px;
  	line-height: 150%;
  }
  .tx16 {
  	font-size: 16px;
  	line-height: 170%;
  }
  .tx17 {
  	font-size: 17px;
  	line-height: 170%;
  }
  .tx18 {
  	font-size: 18px;
  	line-height: 170%;
  }
  .tx19 {
  	font-size: 19px;
  	line-height: 170%;
  }
  .tx20 {
  	font-size: 20px;
  	line-height: 150%;
  }
  .tx22 {
  	font-size: 22px;
  	line-height: 150%;
  }
  .tx23 {
  	font-size: 23px;
  	line-height: 170%;
  }
  .tx24 {
  	font-size: 24px;
  	line-height: 170%;
  }
  .tx25 {
  	font-size: 25px;
  	line-height: 170%;
  }
  .tx26 {
  	font-size: 26px;
  	line-height: 170%;
  }
  .tx28 {
  	font-size: 28px;
  	line-height: 170%;
  }
  .tx30 {
  	font-size: 30px;
  	line-height: 150%;
  }
  .tx32 {
  	font-size: 32px;
  	line-height: 170%;
  }
  .tx35 {
  	font-size: 35px;
  	list-style: 170%;
  }
  .tx37 {
  	font-size: 37px;
  	list-style: 170%;
  }
  .tx39 {
  	font-size: 39px;
  	line-height: 170%;
  }
  .tx40 {
  	font-size: 40px;
  	line-height: 150%;
  }
  .tx45 {
  	font-size: 45px;
  	line-height: 150%;
  }
  .tx56 {
  	font-size: 56px;
  	line-height: 170%;
  }
  .tx68 {
  	font-size: 68px;
  	line-height: 170%;
  }
  .tx10h {
  	font-size: 10px;
  	line-height: 200%;
  }
  .tx11h {
  	font-size: 11px;
  	line-height: 200%;
  }
  .tx12h {
  	font-size: 12px;
  	line-height: 200%;
  }
  .tx13h {
  	font-size: 13px;
  	line-height: 200%;
  }
  .tx14h {
  	font-size: 14px;
  	line-height: 190%;
  }
  .tx15h {
  	font-size: 15px;
  	line-height: 180%;
  }
  .tx17h {
  	font-size: 17px;
  	line-height: 200%;
  }
  .tx18h {
  	font-size: 17px;
  	line-height: 250%;
  }
  .tx22h {
  	font-size: 22px;
  	line-height: 180%;
  }
  .tx24h {
  	font-size: 24px;
  	line-height: 200%;
  }
  @media (max-width: 768px) {
  	.tx14 {
  		font-size: 11px;
  	}
  	.sp_tx13 {
  		font-size: 13px;
  	}
  	.sp_tx14 {
  		font-size: 14px;
  	}
  	.sp_tx18 {
  		font-size: 18px;
  	}
  	.sp_tx20 {
  		font-size: 20px;
  	}
  	.sp_tx22 {
  		font-size: 22px;
  	}
  	.sp_tx30 {
  		font-size: 30px;
  	}
  	.sp_tx35 {
  		font-size: 35px;
  	}
  }
  /* news用テキストカラー */
  .has-vivid-cyan-blue-color {
  	color: #0693e3;
  }
  .has-pale-cyan-blue-color {
  	color: #8ed1fc;
  }
  .has-vivid-red-color {
  	color: #cf2e2e;
  }
  .has-luminous-vivid-orange-color {
  	color: #ff6900;
  }
  .has-vivid-purple-color {
  	color: #9b51e0;
  }
  .has-vivid-green-cyan-color {
  	color: #00d084;
  }
  .has-pale-pink-color {
  	color: #f78da7;
  }
  .has-light-green-cyan-color {
  	color: #7bdcb5;
  }
  .has-luminous-vivid-amber-color {
  	color: #fcb900;
  }
  /* 背景色 */
  /* .has-vivid-cyan-blue-background-color {
  	background-color: #0693e3;
  	color: #fff;
  } */
  #common-link {
  	/* margin-bottom: 32px; */
  	padding-bottom: 32px;
  }
  #common-link a {
  	transition: .2s;
  }
  #common-link a:hover {
  	opacity: .8;
  	filter: brightness(110%);
  }
  #common-link .common-bottom-bnr {
  	max-width: 376px;
  	width: 100%;
  }
  /*
  header {
  	width: 100%;
  	height: 100px;
  	background-color: #fff;
  	border-bottom: solid 2px #E32C13;
  	display: flex;
  	align-items: center;
  	position: fixed;
  	padding-right: 140px;
  	top: 0;
  	z-index: 1000000;
  }

  .pc-header-contents {
  	display: flex;
  	justify-content: space-between;
  	text-align: center;
  	font-size: 14px;
  	font-weight: 500;
  	line-height: normal;
  	width: 100%;
  }

  .logo-img {
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	height: 100px;
  	width: 14%;
  	padding: 0px 1%;
  }

  .pc-nav {
  	display: flex;
  	width: 100%;
  	justify-content: space-between;

  }

  .icon-menu {
  	width: 65%;
  	display: flex;
  	align-items: center;


  }

  .has-child.icon-menu-col p span {
  	position: relative;
  }

  .has-child.icon-menu-col p span::after {
  	content: "";
  	width: .4vw;
  	max-width: .8em;
  	height: .4vw;
  	max-height: .8em;
  	border-top: solid 2px #E32C13;
  	border-right: solid 2px #E32C13;
  	position: absolute;
  	right: 0;
  	top: 4px;
  	transform: rotate(135deg);
  }

  .icon-menu-col {
  	width: 20%;
  	border-right: 1px dotted #BFB7B5;
  	font-size: min(1vw, 14px);
  	cursor: pointer;
  }

  .icon-menu-col:hover p {
  	color: #E32C13;
  }

  .icon-menu-col:last-child {
  	border-right: none;
  }

  .icon-menu-col img {
  	transition: opacity 0.3s ease;
  }

  .icon-menu-col img.hover-img {
  	display: none;
  }

  .icon-menu-col:hover img.default-img {
  	display: none;
  }

  .icon-menu-col:hover img.hover-img {
  	display: inline;
  }

  .txt-menu {
  	width: 18%;
  	display: flex;
  	align-items: flex-end;
  	height: 79%;
  	justify-content: space-around;
  	font-size: min(1.2vw, 14px);
  }

  .txt-menu li {
  	position: relative;
  	padding-right: 1.2em;
  	cursor: pointer;
  }


  .txt-menu span {
  	content: "";
  	width: .6vw;
  	max-width: .8em;
  	height: .6vw;
  	max-height: .8em;
  	border-top: solid 2px #E32C13;
  	border-right: solid 2px #E32C13;
  	position: absolute;
  	right: 0;
  	top: 4px;
  	transform: rotate(135deg);
  }

  .shops-search-btn {
  	background-color: #E32C13;
  	color: #FFF;
  	height: 100px;
  	max-width: 140px;
  	width: 13vw;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	position: absolute;
  	font-size: min(1.5vw, 14px);
  	right: 0;
  	top: 0px
  }

  .shops-search-btn:hover {
  	opacity: .8;
  }

  .shops-search-btn:visited {
  	color: #FFF;
  }

  .has-child {
  	position: relative;
  }

  .child-menu {
  	background-color: #fff;
  	padding: 24px;
  	border-radius: 8px;
  	position: absolute;
  	top: 78px;
  	min-width: 470px;
  	display: none;
  }

  .child-menu-wrap {
  	display: flex;
  	justify-content: space-between;
  	text-align: left;
  }

  .child-menu ul li {
  	padding: .5em 0px;
  	position: relative;
  	font-family: "Inter", "Noto Sans JP", sans-serif;
  	font-size: 14px;
  	font-weight: 600;
  	margin-right: 16px;
  }

  .child-menu ul li::after {
  	position: absolute;
  	content: "";
  	width: 6px;
  	height: 6px;
  	border-top: solid 2px #5B433E;
  	border-right: solid 2px #5B433E;
  	right: -1.5em;
  	top: 40%;
  	transform: rotate(45deg);
  }

  .txt-menu .child-menu {
  	padding: 24px;
  	border-radius: 8px;
  	position: absolute;
  	top: 42px;
  	left: -24px;
  	min-width: 220px;
  }

  .txt-menu .child-menu .child-menu-wrap a {
  	min-width: 12em;
  	display: inline-block;
  }

  .child-menu .child-menu-wrap a:hover {
  	opacity: .8;
  	filter: brightness(110%);
  }

  .sp-nav {
  	display: none;
  }

  @media (min-width:901px) {
  	.sp-header-contents {
  		display: none;
  		transition: right 0.3s ease-in-out;
  	}
  }

  @media (max-width:900px) {

  	.pc-header-contents {
  		display: none;
  	}

  	.sp-header-contents {
  		display: block;
  		width: 100%;
  	}

  	.sp-header-contents>.flex {
  		max-height: 60px;
  	}

  	.sp-header-contents .logo-img {
  		width: 100px;
  		padding: 0 1em;
  	}

  	html {
  		scroll-padding-top: 60px;
  	}

  	main {
  		margin-top: 60px;
  	}

  	header {
  		height: 60px;
  		border-bottom: #D4D4D4 1px solid;
  		padding-right: 60px;
  	}

  	header a:hover {
  		opacity: .8;
  		filter: brightness(110%);
  	}


  	.sp-nav {
  		display: block;
  		position: fixed;
  		right: -100%;
  		top: 60px;
  		width: 100%;
  		height: 100%;
  		background-color: #fff;
  		color: #5B433E;
  		z-index: 100;
  		opacity: 0;
  		transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  		padding: 0 1.5em 1.5em 1.5em;
  	}

  	.sp-nav.active {
  		right: 0;
  		opacity: 1;
  		overflow-y: auto;
  	}

  	.icon-menu {
  		display: block;
  		width: 100%;
  		margin-bottom: 24px;
  	}

  	.icon-menu-col {
  		width: 100%;
  		border-right: none;
  		font-size: 14px;
  		font-weight: 700;
  		padding: 1em 0;
  		border-bottom: #D4D4D4 solid 1px;
  	}

  	.icon-menu-col a {
  		display: flex;
  		align-items: center;
  	}

  	.icon-menu-col a:hover {

  		opacity: 1;
  		filter: brightness(100%);
  	}

  	.icon-menu-col p {
  		margin-left: 8px;
  	}

  	.icon-menu-col.has-child {
  		position: relative;
  	}

  	.icon-menu-col.has-child::after {
  		position: absolute;
  		content: '';
  		width: 9px;
  		height: 9px;
  		border-top: solid 1px #E34529;
  		border-right: solid 1px #E34529;
  		position: absolute;
  		right: 8px;
  		top: 1.6em;
  		transform: rotate(135deg);
  		transition: .2s
  	}

  	.icon-menu-col.has-child.active::after {
  		transform: rotate(-45deg);
  		top: 1.8em;
  	}

  	.child-menu {
  		background-color: #fff;
  		border-radius: 0px;
  		min-width: auto;
  		display: none;
  		position: unset;
  		font-size: 13px;
  		font-weight: 500;
  		padding: 16px 16px 16px 48px;
  	}

  	.child-menu-wrap {
  		display: block;
  	}

  	.child-menu ul li::after {
  		display: none;
  	}

  	.recruit-link {
  		display: flex;
  		align-items: center;
  		color: #504D43;
  		line-height: normal;
  		margin-bottom: 8px;

  	}

  	.recruit-link h5 {
  		font-size: 14px;
  		font-weight: 700;
  	}

  	.recruit-link-img {
  		max-height: 70px;
  		margin-right: 16px;
  	}

  	.banner-wrap {
  		display: grid;
  		grid-template-columns: repeat(2, 1fr);
  		grid-template-rows: repeat(2, 1fr);
  		gap: 2%;
  		margin-top: 24px;
  		padding-bottom: 64px;
  	}

  	.sp-header-btn {
  		font-size: 12px;
  		text-align: center;
  		line-height: 1em;
  		font-weight: 500;
  		margin: 0 8px;
  	}
  }

  footer {
  	font-weight: 400;
  	font-size: 14px;
  }

  .footer-top {
  	background-image: url(../imgs/footer_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  	padding-top: 24px;
  	padding-bottom: 32px;
  }

  .footer-title {
  	display: flex;
  	align-items: center;
  	border-bottom: 2px solid #5B433E;
  }

  .footer-bnr a {
  	width: 184px;
  	margin-right: 8px;
  }

  .footer-title {
  	display: flex;
  	align-items: center;
  	font-family: "Inter", sans-serif !important;
  	border-bottom: 2px solid #5B433E;
  	font-size: min(1.5vw, 15px);
  	font-style: normal;
  	font-weight: 600;
  	line-height: 130%;
  	height: 50px;
  	padding-left: .5em;
  	letter-spacing: -0.285px;
  }

  .footer-links {
  	width: 22%;
  }

  .footer-links ul {
  	padding-left: .5em;
  	padding-top: .5em;
  }

  .footer-links ul li a {
  	font-family: "Inter", sans-serif !important;
  	font-size: 12px;
  	font-weight: 700;
  	line-height: 150%;
  	letter-spacing: -0.228px;
  }

  footer a {
  	transition: .2s;
  }

  footer a:hover {
  	opacity: .8;
  	filter: brightness(110%);
  }

  .footer-bottom {
  	background: #463F36;
  	color: #FFF;
  	font-size: 14px;
  	font-weight: 400;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 1em 0px;
  }

  .bottom-link ul {
  	display: flex;
  }

  .bottom-link ul li {
  	display: inline-block;
  }

  .bottom-link ul li a {

  	padding-left: 2vw;
  	padding-right: 2vw;
  	border-right: #FFF 1px solid;
  	width: 100%;
  	line-height: 1em;
  }

  .bottom-link ul li:first-child a {
  	padding-left: 0px;
  }

  .bottom-link ul li:last-child a {
  	padding-right: 0px;
  	border-right: none;
  }

  p.copyright {
  	font-size: 11px;
  	font-weight: 700;
  }

  .footer-top table {
  	width: 100%;
  }

  .footer-top table.pc_none td {
  	width: 50%;
  	text-align: center;
  	font-size: 12px;
  	font-weight: 400;
  }

  .footer-top table.pc_none td:first-child {
  	border-right: 1px solid #D4D4D4;
  }

  @media (max-width: 768px) {
  	.footer-top {
  		padding-bottom: 16px;
  	}

  	.footer-bnr.justC {
  		justify-content: space-between;
  	}

  	.footer-bnr a {
  		max-width: 450px;
  		width: 48%;
  		margin-right: 0px;
  	}

  	.bottom-link .justB {
  		justify-content: center;
  	}

  	.footer-links {
  		display: none;
  	}

  	.footer-midashi-wrap {
  		border-top: 1px #5B433E solid;
  		border-bottom: 1px #5B433E solid;
  		text-align: center;
  		padding: .8em;
  		margin-bottom: 24px;
  	}

  	.footer-midashi {
  		cursor: pointer;
  		position: relative;
  	}

  	.footer-midashi::after {
  		position: absolute;
  		content: "";
  		width: 9px;
  		height: 9px;
  		border-top: solid 1px #5B433E;
  		border-right: solid 1px #5B433E;
  		position: absolute;
  		right: 8px;
  		top: .2em;
  		transform: rotate(135deg);
  		transition: .2s
  	}

  	.footer-midashi.active::after {
  		transform: rotate(-45deg);
  		top: .5em;
  	}

  	ul.footer-links {
  		width: 100%;
  		padding: .5em 0;
  	}

  	ul.footer-links li {
  		margin: 8px;
  	}
  }


  @media (max-width: 900px) {


  	.burger {
  		position: absolute;
  		cursor: pointer;
  		width: 60px;
  		height: 60px;
  		right: 0;
  		background-image: url(../imgs/buger_bg.png);
  		background-size: cover;
  		background-repeat: no-repeat;
  		top: 0;
  		display: flex;
  		align-items: center;
  		justify-content: center;
  	}

  	.burger-wrap {
  		width: 35px;
  		height: 40px;
  		position: relative;
  	}

  	.burger span {
  		display: inline-block;
  		transition: all .4s;
  		position: absolute;
  		height: 5.95px;
  		width: 36.93px;
  		background-image: url(../imgs/path.svg);
  		background-size: contain;
  		background-repeat: no-repeat;
  	}

  	.burger span:nth-of-type(1) {
  		top: 6px;
  	}

  	.burger span:nth-of-type(2) {
  		top: 15px;
  	}

  	.burger span:nth-of-type(3) {
  		top: 24px;
  	}

  	.burger.active span {
  		background-color: #fff;
  		background-image: none;
  		height: 3px;
  		width: 20px;
  	}

  	.burger.active span:nth-of-type(1) {
  		top: 12px;
  		transform: translateY(6px) rotate(-40deg);
  		width: 100%;
  	}

  	.burger.active span:nth-of-type(2) {
  		opacity: 0;
  	}

  	.burger.active span:nth-of-type(3) {
  		top: 24px;
  		transform: translateY(-6px) rotate(40deg);
  		width: 100%;
  	}

  }
*/
  /*トップページ*/
  #top section {
  	padding-top: 80px;
  	margin-bottom: 0px;
  }
  #top h2 {
  	font-family: "M PLUS Code Latin", sans-serif;
  	font-size: 25px;
  	font-weight: 600;
  	text-align: center;
  }
  .top-main {
  	background-image: url(../imgs/top_main_bg.png);
  	width: 100%;
  	height: 100%;
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  .top-main video {
  	width: 100%;
  	vertical-align: bottom;
  }
  .top-r-btn,
  .top-w-btn {
  	display: flex;
  	max-width: 260px;
  	height: 55px;
  	justify-content: center;
  	align-items: center;
  	border-radius: 36.398px;
  	font-weight: 700;
  	position: relative;
  	margin: auto;
  	/* ボタンシャドウ */
  	box-shadow: 0px 0px 8px 0px rgba(229, 218, 203, 0.50);
  }
  .top-r-btn::after,
  .top-w-btn::after {
  	content: "";
  	width: 22.749px;
  	height: 12.133px;
  	position: absolute;
  	right: 10%;
  	background-repeat: no-repeat;
  	background-size: contain;
  }
  .top-r-btn::after {
  	background-image: url(../recruit/imgs/parttime/link_arrow_w_icon.svg);
  }
  .top-w-btn::after {
  	background-image: url(../recruit/imgs/parttime/imgs/link_arrow_b_icon.svg);
  }
  .top-r-btn:visited {
  	color: #FFF;
  }
  .top-r-btn {
  	background: #E34529;
  	color: #fff;
  }
  .top-w-btn {
  	background: #fff;
  	color: #504D43;
  	border: solid 1px #fff;
  }
  .top-w-btn:hover,
  .top-r-btn:hover {
  	opacity: .8;
  	filter: brightness(110%);
  }
  section.top-history {
  	padding: 54px 0px;
  	display: flex;
  	align-items: center;
  	background-color: #fff;
  	position: relative;
  }
  section.top-history hgroup {
  	font-weight: 600;
  }
  #top section.top-history hgroup h2 {
  	font-size: 20px;
  	margin-bottom: 3%;
  }
  #top section.top-menu h2 {
  	font-size: 30px;
  	color: #fff;
  }
  .history-img-col {
  	position: relative;
  	margin-right: 3%;
  }
  .history-txt {
  	text-align: center;
  }
  .history-txt .top-r-btn {
  	margin-top: 5%;
  }
  .bread-list {
  	padding: 24px 0px 40px 0px;
  	font-size: 12px;
  	display: flex;
  }
  .top-illust01,
  .top-illust02,
  .top-illust03,
  .top-illust04,
  .top-illust05,
  .top-illust06 {
  	position: absolute;
  	z-index: 10;
  }
  .top-illust01 {
  	right: -48px;
  	top: -64px;
  	max-width: 160px;
  	width: 30%;
  }
  .top-illust02 {
  	left: -48px;
  	bottom: -48px;
  	max-width: 120px;
  	width: 25%;
  }
  .top-illust03 {
  	right: 48px;
  	bottom: -56px;
  	max-width: 116px;
  	width: 10%;
  }
  .top-illust04 {
  	left: 20%;
  	top: 32px;
  	max-width: 111px;
  	width: 20%;
  }
  .top-illust05 {
  	right: 30%;
  	top: -32px;
  	max-width: 133px;
  	width: 25%;
  }
  .top-illust06 {
  	right: 10%;
  	top: 56px;
  	max-width: 133px;
  	width: 10%;
  }
  section.top-menu {
  	position: relative;
  }
  section.top-menu .containerP {
  	position: relative;
  	z-index: 5;
  }
  section.top-menu::after {
  	content: "";
  	width: 3426px;
  	height: 100%;
  	background-image: url(../imgs/top_menu_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  	border-radius: 100%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  }
  #top section.top-menu hgroup {
  	width: 166px;
  	margin: auto;
  }
  /* サイドメニュー追加以前*/
  /* .top-menu-wrap {
  	display: grid;
  	grid-template-columns: repeat(4, 1fr);
  	grid-template-rows: repeat(2, 1fr);
  	gap: 3% 1.5%;
  	margin-bottom: 40px;
  } */
  /* 2025.04.02追加
  サイドメニュー追加で行が増えたため*/
  .top-menu-wrap {
  	display: grid;
  	grid-template-columns: repeat(4, 1fr);
  	grid-template-rows: repeat(3, 1fr);
  	gap: 3% 1.5%;
  	margin-bottom: 40px;
  }
  /* ここまで追加 */
  .top-links a {
  	display: block;
  }
  .top-menu a:hover,
  .top-links a:hover {
  	filter: brightness(105%);
  }
  .top-menu-rec-col {
  	grid-column: span 2;
  	box-shadow: 0px 0px 8px 0px rgba(79, 54, 43, 0.15);
  	border-radius: 8px;
  	vertical-align: bottom;
  	background-image: url(../imgs/top_menu_rec.png);
  	background-size: cover;
  	background-repeat: no-repeat;
  }
  .top-menu-col {
  	background-color: #fff;
  	border-radius: 8px;
  	overflow: hidden;
  	box-shadow: 0px 0px 8px 0px rgba(79, 54, 43, 0.15);
  }
  /* サイドメニュー追加以前*/
  /* .top-menu-col p {
  	padding: .5em .5em 1.2em 16px;
  	line-height: 1em;
  	font-size: min(1.5vw, 16px);
  } */
  /* 2025.04.02追加
  サイドメニュー追加で行が増えたため*/
  .top-menu-col p {
  	padding: .5em .5em 1.7em 16px;
  	line-height: 1em;
  	font-size: min(1.5vw, 16px);
  }
  /* ここまで追加 */
  #top section.top-other-menu {
  	padding-bottom: 0px;
  }
  .top-othershops-btn {
  	background-color: #fff;
  	display: flex;
  	align-items: center;
  	color: #504D43;
  	font-size: 18px;
  	font-weight: 500;
  	line-height: 170%;
  	/* 30.6px */
  	padding: 8px 16px;
  	border-radius: 33.337px;
  	margin: 8px 0px;
  	position: relative;
  }
  .top-othershops-btn img {
  	margin-right: 16px;
  }
  .top-othershops-btn::after {
  	content: "";
  	position: absolute;
  	width: 24.459px;
  	height: 13.045px;
  	background-image: url(../imgs/link_arrow_b_icon.svg);
  	background-repeat: no-repeat;
  	background-size: contain;
  	right: 16px;
  }
  .top-othershops-btn:hover {
  	opacity: 0.7;
  	filter: brightness(110%);
  }
  /* 2025.3/27追加 */
  .menu-font-size {
  	font-size: min(1.7vw, 18px);
  }
  @media (max-width: 768px) {
  	.menu-font-size {
  		font-size: min(3.4vw, 16px);
  		line-height: 1.5;
  	}
  }
  /* ここまで2025.3/27追加 */
  .top-brand-wrap {
  	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	grid-template-rows: repeat(2, 1fr);
  	gap: 5% 2%;
  	margin-bottom: 72px;
  }
  .top-brand-wrap a:hover {
  	opacity: 0.7;
  }
  .top-brand-col {
  	background: #FFF;
  	border-radius: 10px;
  }
  .top-brand-img {
  	height: 120px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	border-bottom: 1px #CECECE solid;
  }
  .top-brand-col p {
  	padding: .3em 1em;
  }
  #top .top-shops {
  	height: 270px;
  	position: relative;
  	background-image: url(../imgs/top_shops_bg.png);
  	background-size: cover;
  	background-repeat: no-repeat;
  	margin-bottom: 80px;
  }
  .top-shops .containerP {
  	border-radius: 10px;
  	background: #FFF;
  	text-align: center;
  	padding: 40px 0px;
  	margin: 40px auto;
  }
  .top-news-col {
  	display: flex;
  	padding: 1em 0px;
  	border-bottom: 1px solid #D4D4D4;
  	position: relative;
  	padding-right: 2em;
  }
  .top-news-col::after {
  	position: absolute;
  	right: 0;
  	content: "";
  	width: 16.875px;
  	height: 10.746px;
  	background-image: url(../imgs/link_arrow_r_icon.svg);
  	background-size: contain;
  	background-repeat: no-repeat;
  	top: 45%;
  }
  .top-news-col dt {
  	color: #9A9A9A;
  	font-family: "Jost", sans-serif;
  	font-size: 14px;
  	font-weight: 500;
  	margin-right: 2%;
  }
  .top-recruit-link {
  	margin: 0 2%;
  	width: 38%;
  }
  /* cms周り */
  .pickup-containerP {
  	margin: 0 calc(50% - 50vw);
  }
  .slick-slide {
  	margin: 0 25px;
  	/* 左右に25pxのマージンで、記事間に50pxの隙間 */
  }
  .pickup-article img {
  	border-radius: 10px;
  	width: 100%;
  }
  /* ドットナビゲーションをバーに変更 */
  .slick-dots {
  	bottom: -30px;
  	/* 位置調整 */
  }
  .slick-dots li {
  	width: 30px;
  	/* バーの幅 */
  	height: 3px;
  	/* バーの高さ */
  	margin: 0 5px;
  	/* バー間のマージン */
  }
  .slick-dots li button {
  	width: 30px;
  	/* バーの幅 */
  	height: 3px;
  	/* バーの高さ */
  	padding: 0;
  }
  .slick-dots li button:before {
  	content: '';
  	width: 40px;
  	/* バーの幅 */
  	height: 3px;
  	/* バーの高さ */
  	background-color: #ddd;
  	/* 非アクティブ時の色 */
  	opacity: 1;
  }
  .slick-dots li.slick-active button:before {
  	background-color: #E34529;
  	/* アクティブ時の色 */
  	opacity: 1;
  }
  .arrow_box {
  	display: flex;
  	width: 70%;
  	margin: auto;
  	align-items: center;
  	justify-content: space-around;
  	position: relative;
  }
  .prev-arrow,
  .next-arrow {
  	display: block;
  	width: 50px;
  	height: 50px;
  	background: #E34529;
  	border-radius: 50%;
  	transition: all .3s ease;
  	cursor: pointer;
  	position: relative;
  }
  .prev-arrow {
  	transform: rotate(180deg);
  	position: absolute;
  	left: 0%;
  	z-index: 100;
  }
  .next-arrow {
  	position: absolute;
  	right: 0%;
  	z-index: 100;
  }
  .prev-arrow::before,
  .next-arrow::before {
  	position: absolute;
  	content: "";
  	width: 10px;
  	height: 10px;
  	border-right: 2px solid #FFF;
  	border-top: 2px solid #FFF;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: auto;
  	transform: rotate(45deg);
  }
  .pick-up-copy {
  	padding: 10px 0;
  }
  .arrow-containerP {
  	width: 45%;
  	margin: auto;
  	display: flex;
  	justify-content: center;
  	position: relative;
  	bottom: 210px;
  }
  @media (min-width: 1441px) and (max-width: 1920px) {
  	.arrow-containerP {
  		width: 50%;
  		bottom: 240px;
  	}
  }
  @media (min-width: 1440px) {
  	.arrow-containerP {
  		width: 45%;
  		bottom: 220px;
  	}
  }
  @media (min-width: 1024px) and (max-width: 1400px) {
  	.arrow-containerP {
  		width: 35%;
  		bottom: 180px;
  	}
  }
  @media (max-width: 1024px) {
  	.arrow-containerP {
  		width: 35%;
  		bottom: 180px;
  	}
  }
  @media (max-width: 768px) {
  	.arrow-containerP {
  		width: 75%;
  		bottom: 30px;
  	}
  	#top section {
  		padding-top: 40px;
  	}
  	.slick-dots li button:before {
  		width: 30px;
  		/* バーの幅 */
  	}
  	.slick-dots li {
  		width: 20px;
  		/* バーの幅 */
  	}
  }
  @media (max-width: 768px) {
  	.top-r-btn,
  	.top-w-btn {
  		max-width: 200px;
  		height: 48px;
  		text-align: left;
  	}
  	.top-r-btn::after,
  	.top-w-btn::after {
  		width: 17px;
  		height: 9px;
  	}
  	#top section.top-history {
  		padding: 0px;
  		display: block;
  		background-color: #fff;
  		position: relative;
  	}
  	section.top-history .containerP {
  		max-width: 100%;
  	}
  	.history-img-col {
  		margin-right: 0px;
  	}
  	.history-txt {
  		padding: 32px 0;
  		max-width: 94%;
  		margin: auto;
  	}
  	#top section.top-history hgroup h2 {
  		margin-bottom: 3%;
  	}
  	/* サイドメニュー追加以前*/
  	/* .top-menu-wrap {
  		grid-template-columns: repeat(2, 1fr);
  		grid-template-rows: repeat(4, 1fr);
  		gap: 2%;
  		margin-bottom: 32px;
  	} */
  	/* 2025.04.02追加 
	サイドメニュー追加で行が増えたため*/
  	.top-menu-wrap {
  		grid-template-columns: repeat(2, 1fr);
  		grid-template-rows: repeat(5, 1fr);
  		gap: 2%;
  		margin-bottom: 32px;
  	}
  	/* ここまで追加 */
  	.top-menu-col p {
  		padding: .2em .5em 2em 13px;
  		line-height: 150%;
  		font-size: 13px;
  	}
  	.top-brand-wrap {
  		grid-template-columns: repeat(2, 1fr);
  		grid-template-rows: repeat(3, 1fr);
  		gap: 2%;
  	}
  	.top-news-col {
  		display: block;
  		padding: .5em 2em .5em 0;
  	}
  	.top-news-col dt {
  		font-size: 11px;
  		margin-right: 0%;
  	}
  	.top-recruit-link {
  		margin: 0 1%;
  		width: 48%;
  	}
  	.top-recruit-link p {
  		font-size: 13px;
  		line-height: normal;
  	}
  	.top-illust01 {
  		right: 0px;
  		top: -24px;
  		max-width: 90px;
  		width: 25%;
  	}
  	.top-illust02 {
  		left: 0px;
  		bottom: -40px;
  		max-width: 100px;
  		width: 25%;
  	}
  	.top-illust03 {
  		right: 24px;
  		bottom: -32px;
  		max-width: 100px;
  		width: 15%;
  	}
  	.top-illust04 {
  		left: 7%;
  		top: 40px;
  		max-width: 74px;
  		width: 20%;
  	}
  	.top-illust05 {
  		right: 20%;
  		top: -32px;
  		max-width: 88px;
  		width: 25%;
  	}
  	.top-illust06 {
  		right: 5%;
  		top: 80px;
  		max-width: 89px;
  		width: 10%;
  	}
  	.top-othershops-btn {
  		font-size: 16px;
  	}
  }
  .bread-list ul {
  	display: flex;
  	flex-wrap: wrap;
  }
  .bread-list ul li {
  	position: relative;
  	margin-left: 24px;
  	font-weight: 500;
  	white-space: nowrap;
  }
  .bread-list ul li:first-child {
  	margin-left: 0px;
  }
  .bread-list ul li a {
  	text-decoration: underline;
  }
  .bread-list ul li::before {
  	position: absolute;
  	content: "";
  	width: 6px;
  	height: 6px;
  	border-top: solid 1px #5B433E;
  	border-right: solid 1px #5B433E;
  	position: absolute;
  	top: 38%;
  	left: -16px;
  	transform: rotate(45deg);
  }
  .bread-list ul li:first-child::before {
  	display: none;
  }
  /*第二階層ページ見出し*/
  .main-midashi {
  	background-image: url(../imgs/midashi_bg.png);
  	background-size: cover;
  	width: 100%;
  	height: 180px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  }
  .main-midashi h1 {
  	color: #FFF;
  	text-align: center;
  	font-size: 38px;
  	font-weight: 700;
  }
  .main-midashi hgroup {
  	display: flex;
  	align-items: center;
  }
  .main-midashi hgroup .midashi-icon {
  	width: 45px;
  	height: 45px;
  	margin-right: 1em;
  }
  h2 {
  	font-size: 23px;
  	font-weight: 700;
  	line-height: normal;
  	letter-spacing: 2.3px;
  	margin-bottom: 40px;
  	text-align: left;
  }
  h3 {
  	font-size: 18px;
  	font-weight: 700;
  	line-height: 170%;
  }
  h4 {
  	font-size: 16px;
  	font-weight: 700;
  }
  .attention {
  	text-indent: -1em;
  	margin-left: 1em;
  }
  @media (max-width: 768px) {
  	/*第二階層ページ見出し*/
  	.main-midashi {
  		height: 97px;
  	}
  	.main-midashi h1 {
  		font-size: 22px;
  	}
  	.main-midashi hgroup .midashi-icon {
  		width: 25px;
  		height: 25px;
  	}
  	h2 {
  		font-size: 20px;
  		margin-bottom: 32px;
  	}
  	h3 {
  		font-size: 16px;
  	}
  	h4 {
  		font-size: 13px;
  	}
  }
  /*ボタン*/
  .sugakico-w-btn,
  .sugakico-r-btn {
  	font-size: 14px;
  	font-weight: 500;
  	display: inline-block;
  	min-width: 180px;
  	padding: .8em 1.5em;
  	border-radius: 27px;
  	text-align: center;
  	border: 1.5px solid #E34529;
  }
  .sugakico-w-btn {
  	background: #FFF;
  }
  .sugakico-r-btn {
  	background: #E34529;
  	color: #fff;
  }
  .sugakico-w-btn:hover {
  	background: #E34529;
  	color: #fff;
  }
  .sugakico-w-btn .link-arrow,
  .sugakico-r-btn .link-arrow {
  	display: inline-block;
  	width: 17px;
  	height: 9px;
  	margin-left: 8px;
  }
  .sugakico-w-btn .link-arrow {
  	background-image: url(../imgs/link_arrow_b_icon.svg);
  	background-repeat: no-repeat;
  	background-size: contain;
  }
  .sugakico-w-btn:hover .link-arrow {
  	background-image: url(../imgs/link_arrow_w_icon.svg);
  }
  .sugakico-r-btn .link-arrow {
  	background-image: url(../imgs/link_arrow_w_icon.svg);
  	background-repeat: no-repeat;
  	background-size: contain;
  }
  .sugakico-r-btn:visited {
  	color: #fff;
  }
  .sugakico-r-btn:hover {
  	opacity: .9;
  	filter: brightness(110%);
  }
  /*メニュー一覧*/
  .recommend-icon {
  	position: relative;
  	top: 10px;
  }
  #menu {
  	position: relative;
  }
  #menu section {
  	position: relative;
  	z-index: 5;
  }
  .menu-bg-l,
  .menu-bg-r {
  	position: absolute;
  }
  .menu-bg-l {
  	left: 16px;
  	top: 20%;
  }
  .menu-bg-r {
  	right: -50px;
  	top: 12%;
  }
  .menu-anchor-btn {
  	background-image: url(../imgs/menu/anchor-bg.png);
  	background-color: #fff;
  	background-repeat: no-repeat;
  	background-size: cover;
  	min-height: 60px;
  	font-weight: 500;
  	width: calc(100% / 5 - 13px);
  	padding-right: 2rem;
  	text-align: center;
  	border-radius: 4px;
  	position: relative;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  }
  .menu-anchor-btn::after {
  	position: absolute;
  	content: "";
  	width: 9px;
  	height: 9px;
  	border-top: solid 2px #5B433E;
  	border-right: solid 2px #5B433E;
  	transform: rotate(135deg);
  	top: 35%;
  	right: 10%;
  }
  .flex.flexW.anchor-gap {
  	gap: 15px;
  }
  a.menu-anchor-btn.menu-btn-adjust {
  	line-height: 1.5;
  }
  #recommend .recommend-wrap,
  #noodle .noodle-wrap,
  #dessert .dessert-wrap,
  #set .set-wrap,
  #side .side-wrap,
  #option .option-wrap,
  #takoyaki .takoyaki-wrap,
  #omiyage .goods-wrap {
  	width: 100%;
  	padding: 40px 0px;
  	text-align: center;
  	border-radius: 14px;
  }
  #recommend .recommend-wrap {
  	background-image: url(../imgs/menu/recommend_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  #noodle .noodle-wrap {
  	background-image: url(../imgs/menu/noodle_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  #recommend .recommend-wrap h2 {
  	color: #fff;
  }
  #dessert .dessert-wrap {
  	background-image: url(../imgs/menu/dessert_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  #set .set-wrap {
  	background-image: url(../imgs/menu/set_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  	border-radius: 0px;
  	position: relative;
  }
  #set .set-wrap::after {
  	content: "";
  	width: 100%;
  	height: 100px;
  	background-image: url(../imgs/menu/set_bg_bottom.png);
  	background-repeat: no-repeat;
  	background-position: bottom;
  	position: absolute;
  	bottom: -50px;
  	left: 0px;
  	background-size: contain;
  }
  #side .side-wrap {
  	background-image: url(../imgs/menu/side_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  #option .option-wrap {
  	background-image: url(../imgs/menu/option_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  	border-radius: 0px;
  }
  #takoyaki .takoyaki-wrap {
  	background-image: url(../imgs/menu/takoyaki_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  	border-radius: 15px;
  }
  #omiyage .goods-wrap {
  	background-image: none;
  	border: 11px solid #f0ebd8;
  	border-radius: 0px;
  }
  #set hgroup,
  #goods hgroup {
  	margin-bottom: 40px;
  }
  #set h2,
  #goods h2,
  #omiyage h2 {
  	margin-bottom: 0px;
  }
  .menu-col {
  	max-width: 23.875%;
  	margin-left: 1.5%;
  	margin-bottom: 1.5%;
  	background-color: #fff;
  	box-shadow: 0px 0px 8px 0px rgba(79, 54, 43, 0.15);
  	border-radius: 8px;
  	position: relative;
  	overflow: hidden;
  }
  .menu-icon-box {
  	position: absolute;
  	top: 8px;
  	left: 8px;
  	z-index: 50;
  }
  img.taxonomy-icon {
  	width: 60px;
  	height: auto;
  }
  .menu-col:nth-child(4n+1) {
  	margin-left: 0px;
  }
  .omori-txt {
  	font-size: 20px;
  	font-weight: 900;
  	line-height: 30px;
  	/* 150% */
  }
  .omori-txt span {
  	font-size: 29px;
  }
  #option .option-wrap .menu-col,
  #goods .goods-wrap .menu-col {
  	width: 18.8%;
  	margin-left: 1.5%;
  	margin-bottom: 1.5%;
  }
  #option .option-wrap .menu-col:nth-child(5n+1),
  #goods .goods-wrap .menu-col:nth-child(5n+1) {
  	margin-left: 0px;
  }
  .menu-img img {
  	aspect-ratio: 4 / 3;
  	object-fit: cover;
  }
  .menu-img {
  	position: relative;
  }
  .menu-img::after {
  	position: absolute;
  	content: "";
  	width: 90%;
  	height: 20px;
  	z-index: 40;
  	background-image: radial-gradient(circle, #5B433E 1px, transparent 2px);
  	background-size: 10px 10px;
  	background-repeat: repeat-x;
  	background-position: left bottom;
  	bottom: 2px;
  	left: 5%;
  }
  .menu-txt {
  	padding: .8em 1em 1em 1em;
  	display: flex;
  	align-items: center;
  }
  .menu-txt-wrap {
  	text-align: left;
  }
  p.menu-name {
  	font-size: 16px;
  	font-weight: 700;
  	line-height: 1em;
  	margin-bottom: 8px;
  }
  p.menu-price {
  	font-size: 14px;
  	font-weight: 500;
  	line-height: 20px;
  	/* 142.857% */
  }
  @media (max-width: 1000px) {
  	.menu-anchor-btn {
  		width: calc(100% / 3 - 13px);
  		align-content: center;
  	}
  }
  @media (max-width: 768px) {
  	#set .set-wrap::after {
  		bottom: -20px;
  		background-size: cover;
  	}
  	.menu-bg-l,
  	.menu-bg-r {
  		display: none;
  	}
  	.menu-anchor-btn {
  		width: calc(100% / 2 - 13px);
  		min-height: 40px;
  	}
  	.menu-anchor-btn::after {
  		width: 7px;
  		height: 7px;
  		top: 40%;
  		right: 10%;
  	}
  	.menu-anchor-btn:nth-child(2n+1) {
  		margin-left: 0px;
  	}
  	section.menu-anchor {
  		padding-bottom: 24px;
  	}
  	img.taxonomy-icon {
  		width: 40px;
  	}
  	.menu-icon-box {
  		top: 4px;
  		left: 4px;
  	}
  	.season-icon,
  	.new-icon {
  		width: 38px;
  		height: 38px;
  		border-radius: 38px;
  		font-size: 9px;
  		line-height: 12px;
  		/* 133.333% */
  	}
  	.menu-col {
  		max-width: 47.5%;
  		margin-left: 5%;
  		margin-bottom: 5%;
  	}
  	.menu-col:nth-child(2n+1) {
  		margin-left: 0px;
  	}
  	#option .option-wrap .menu-col,
  	#goods .goods-wrap .menu-col {
  		width: 47.5%;
  		margin-left: 5%;
  		margin-bottom: 5%;
  	}
  	#option .option-wrap .menu-col:nth-child(5n+1),
  	#goods .goods-wrap .menu-col:nth-child(5n+1) {
  		margin-left: auto;
  	}
  	#option .option-wrap .menu-col:nth-child(2n+1),
  	#goods .goods-wrap .menu-col:nth-child(2n+1) {
  		margin-left: 0px;
  	}
  	.omori-txt {
  		font-size: 16px;
  	}
  	.omori-txt span {
  		font-size: 24px;
  	}
  	p.menu-name {
  		font-size: 12px;
  	}
  	p.menu-price {
  		font-size: 12px;
  	}
  	#recommend .recommend-wrap,
  	#noodle .noodle-wrap,
  	#dessert .dessert-wrap,
  	#set .set-wrap,
  	#side .side-wrap,
  	#option .option-wrap,
  	#takoyaki .takoyaki-wrap,
  	#omiyage .goods-wrap {
  		padding: 15px 0px;
  	}
  }
  /*メニュー詳細*/
  /* 2025.04.09追加 */
  .menu-title-logo {
  	width: 150px;
  	padding: 10px 0 0;
  }
  #prev-arrow {
  	font-size: 48px;
  	color: #E32C13;
  }
  #next-arrow {
  	font-size: 48px;
  	color: #E32C13;
  }
  .thumbnail-gallery {
  	cursor: pointer;
  }
  /* 販売店一覧ボタン */
  a.materials-btn.btn-block {
  	display: inline-block;
  }
  @media (max-width: 768px) {
  	a.materials-btn.btn-block {
  		display: inherit;
  	}
  }
  .menu-main-img {
  	border-radius: 10px;
  }
  #menu-detail h2.menu-title {
  	font-size: 35px;
  	font-weight: 500;
  	margin-bottom: 16px;
  	letter-spacing: normal;
  	margin-bottom: 0px;
  }
  #menu-detail h3.menu-price {
  	font-size: 27px;
  	font-weight: 700;
  	line-height: normal;
  }
  #menu-detail p.menu-remarks,
  #menu-detail p.menu-img-remarks {
  	font-size: 14px;
  }
  #menu-detail p.menu-explanation {
  	margin: 40px 0px 32px 0px;
  }
  .materials-btn,
  .dl-btn {
  	border-radius: 30px;
  	border: 1px solid #5B433E;
  	background: #FFF;
  	min-width: 240px;
  	padding: 8px 0px;
  	text-align: center;
  	margin: 4px 4px 0px 0px;
  }
  .materials-btn span {
  	position: relative;
  	display: inline-block;
  	width: 24px;
  	height: 17px;
  	background-image: url(../imgs/dl_icon.svg);
  	background-repeat: no-repeat;
  	background-size: cover;
  	top: 10%;
  	margin-left: .5em;
  }
  .materials-btn:hover {
  	opacity: .8;
  	filter: brightness(120%);
  }
  h2.allergen-midashi {
  	font-size: 20px;
  	font-weight: 700;
  	border-bottom: 2px solid #E32C13;
  	letter-spacing: normal;
  	padding-bottom: .3em;
  	margin-bottom: 24px;
  }
  .allergen-wrap {
  	display: grid;
  	grid-template-columns: repeat(6, 1fr);
  	grid-template-rows: repeat(5, 1fr);
  	row-gap: 2%;
  	column-gap: 1%;
  	width: 100%;
  	height: 100%;
  	margin-bottom: 80px;
  	/* allergen-wrapの下に余白を追加 */
  }
  .allergen-col {
  	text-align: center;
  	border: 1px solid #B3B3B3;
  	font-size: min(1vw, 15px);
  	line-height: normal;
  	font-weight: 700;
  }
  .allergen-kinds {
  	padding: .5em;
  	border-bottom: 1px dashed #B3B3B3;
  	opacity: 0.5;
  }
  .allergen-kinds span {
  	display: none;
  }
  .allergen-kinds span {
  	display: inline-block;
  	width: 37.68px;
  	height: 34.56px;
  	background-repeat: no-repeat;
  	background-size: contain;
  	vertical-align: middle;
  }
  .allergen-kinds span.egg-icon {
  	background-image: url(../imgs/menu/egg_icon.svg);
  }
  .allergen-kinds span.almond-icon {
  	background-image: url(../imgs/menu/almond_icon.svg);
  }
  .allergen-kinds span.cashewnuts-icon {
  	background-image: url(../imgs/menu/cashewnuts_icon.svg);
  }
  .allergen-kinds span.sesame-icon {
  	background-image: url(../imgs/menu/sesame_icon.svg);
  }
  .allergen-kinds span.yamaimo-icon {
  	background-image: url(../imgs/menu/yamaimo_icon.svg);
  }
  .allergen-kinds span.banana-icon {
  	background-image: url(../imgs/menu/banana_icon.svg);
  }
  .allergen-kinds span.salmon-icon {
  	background-image: url(../imgs/menu/salmon_icon.svg);
  }
  .allergen-kinds span.matsutake-icon {
  	background-image: url(../imgs/menu/matsutake_icon.svg);
  }
  .allergen-kinds span.awabi-icon {
  	background-image: url(../imgs/menu/awabi_icon.svg);
  }
  .allergen-kinds span.walnut-icon {
  	background-image: url(../imgs/menu/walnut_icon.svg);
  }
  .allergen-kinds span.kiwi-icon {
  	background-image: url(../imgs/menu/kiwi_icon.svg);
  }
  .allergen-kinds span.orange-icon {
  	background-image: url(../imgs/menu/orange_icon.svg);
  }
  .allergen-kinds span.ikura-icon {
  	background-image: url(../imgs/menu/ikura_icon.svg);
  }
  .allergen-kinds span.squid-icon {
  	background-image: url(../imgs/menu/squid_icon.svg);
  }
  .allergen-kinds span.peach-icon {
  	background-image: url(../imgs/menu/peach_icon.svg);
  }
  .allergen-kinds span.apple-icon {
  	background-image: url(../imgs/menu/apple_icon.svg);
  }
  .allergen-kinds span.gelatine-icon {
  	background-image: url(../imgs/menu/gelatine_icon.svg);
  }
  .allergen-kinds span.beef-icon {
  	background-image: url(../imgs/menu/beef_icon.svg);
  }
  .allergen-kinds span.chicken-icon {
  	background-image: url(../imgs/menu/chicken_icon.svg);
  }
  .allergen-kinds span.pork-icon {
  	background-image: url(../imgs/menu/pork_icon.svg);
  }
  .allergen-kinds span.mackerel-icon {
  	background-image: url(../imgs/menu/mackerel_icon.svg);
  }
  .allergen-kinds span.beans-icon {
  	background-image: url(../imgs/menu/beans_icon.svg);
  }
  .allergen-kinds span.crab-icon {
  	background-image: url(../imgs/menu/crab_icon.svg);
  }
  .allergen-kinds span.shrimp-icon {
  	background-image: url(../imgs/menu/shrimp_icon.svg);
  }
  .allergen-kinds span.soba-icon {
  	background-image: url(../imgs/menu/soba_icon.svg);
  }
  .allergen-kinds span.peanut-icon {
  	background-image: url(../imgs/menu/peanut_icon.svg);
  }
  .allergen-kinds span.wheat-icon {
  	background-image: url(../imgs/menu/wheat_icon.svg);
  }
  .allergen-kinds span.milk-icon {
  	background-image: url(../imgs/menu/milk_icon.svg);
  }
  .allergen-kinds span.egg-icon {
  	background-image: url(../imgs/menu/egg_icon.svg);
  }
  .allergen-included {
  	height: 30px;
  	display: flex;
  	align-items: center;
  	text-align: center;
  	justify-content: center;
  }
  .allergen-included span.ingredients {
  	display: none;
  	width: 11px;
  	height: 11px;
  	border-radius: 11px;
  	background-color: #5B433E;
  }
  .allergen-included span.process {
  	display: none;
  	width: 11px;
  	height: 11px;
  	border: solid 1px #5B433E;
  }
  /***********含まれていたら***********/
  .allergen-col.ingredients-included,
  .allergen-col.process-included {
  	background-color: #FDFACE;
  }
  .allergen-col.ingredients-included .allergen-kinds,
  .allergen-col.process-included .allergen-kinds {
  	opacity: 1;
  }
  .allergen-col.ingredients-included .allergen-included span.ingredients {
  	display: block;
  }
  .allergen-col.process-included .allergen-included span.process {
  	display: block;
  }
  table.menu-table {
  	width: 100%;
  }
  table.menu-table td {
  	width: 50%;
  	border-right: 1px #5B433E dashed;
  	vertical-align: middle;
  	font-size: 13px;
  	font-weight: 500;
  	line-height: 20px;
  	/* 153.846% */
  	padding-right: 2em;
  }
  table.menu-table td:last-child {
  	padding-left: 2em;
  	padding-right: 0;
  	border-right: none;
  }
  @media (max-width: 768px) {
  	h2.menu-title {
  		font-size: 28px;
  	}
  	h3.menu-price {
  		font-size: 19px;
  	}
  	#set hgroup {
  		position: relative;
  		top: 20px;
  	}
  	.menu-price P {
  		font-size: 18px;
  	}
  	#menu-detail h2.menu-title {
  		font-size: 20px;
  	}
  	#menu-detail p.menu-remarks,
  	#menu-detail p.menu-img-remarks {
  		font-size: 10px;
  	}
  	#menu-detail p.menu-explanation {
  		margin: 16px 0px 32px 0px;
  	}
  	.materials-btn {
  		display: block;
  		margin: 8px auto;
  		max-width: 300px;
  	}
  	.allergen-wrap {
  		grid-template-columns: repeat(3, 1fr);
  		grid-template-rows: repeat(10, 1fr);
  		row-gap: 1%;
  		column-gap: 1%;
  	}
  	.allergen-kinds span {
  		width: 25.622px;
  		height: 23.501px;
  	}
  	.allergen-col {
  		font-size: 10px;
  	}
  	table.menu-table td {
  		display: block;
  		width: 100%;
  		border-right: none;
  		font-size: 11px;
  		padding-right: 0;
  	}
  	table.menu-table td:last-child {
  		padding-left: 0;
  		padding-top: 1em;
  	}
  }
  /*その他店舗メニューページ*/
  h2.menu-midashi {
  	font-size: 21px;
  	font-weight: 700;
  	line-height: normal;
  	letter-spacing: 0.63px;
  	padding-bottom: .5em;
  	margin-bottom: 40px;
  	border-bottom: 3px solid #E2DED1;
  }
  h3.dot-midahsi {
  	font-size: 20px;
  	font-weight: 700;
  	line-height: 20px;
  	/* 100% */
  	border-bottom: 2px dashed #5B433E;
  	padding-bottom: .5em;
  	margin-bottom: 24px;
  }
  .menu-img-box {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
  }
  .menu-img-col {
  	width: 49%;
  	text-align: center;
  	margin-bottom: 32px;
  }
  img.menu-table {
  	border: 1px solid #D2D2D2;
  }
  p.light-intro-txt {
  	text-align: center;
  	font-size: 14px;
  	font-weight: 400;
  	line-height: 1.2em;
  	/* 96.794% */
  	margin-top: 8px;
  }
  a.allergen-btn,
  a.shop-btn {
  	font-size: 14px;
  	font-weight: 500;
  	padding: .5em 1em;
  	border-radius: 27px;
  	display: inline-block;
  	width: 250px;
  	text-align: center;
  	border: solid 2px #E34529;
  }
  a.allergen-btn {
  	background-color: #fff;
  }
  a.shop-btn {
  	background-color: #E34529;
  	border: solid 2px #E34529;
  	color: #fff;
  }
  a.allergen-btn:hover {
  	background-color: #E34529;
  	color: #fff;
  }
  a.shop-btn:hover {
  	background-color: #fff;
  	color: #5B433E;
  }
  a.allergen-btn span.pdf-icon {
  	display: inline-block;
  	width: 16px;
  	height: 18px;
  	margin-left: 8px;
  	background-repeat: no-repeat;
  	background-size: contain;
  	background-image: url(../imgs/pdf-icon.svg);
  	vertical-align: -3px;
  }
  a.shop-btn span.arrow-icon {
  	display: inline-block;
  	width: 17px;
  	height: 9px;
  	margin-left: 8px;
  	background-repeat: no-repeat;
  	background-size: contain;
  	background-image: url(../imgs/link_arrow_w_icon.svg);
  }
  a.allergen-btn:hover span.pdf-icon {
  	background-image: url(../imgs/pdf-icon-hov.svg);
  }
  a.shop-btn:hover span.arrow-icon {
  	background-image: url(../imgs/link_arrow_b_icon.svg);
  }
  @media (max-width: 768px) {
  	.menu-img-box {
  		display: block;
  	}
  	.menu-img-col {
  		width: 100%;
  	}
  	p.light-intro-txt {
  		font-size: 13px;
  	}
  	h2.menu-midashi {
  		font-size: 18px;
  		margin-bottom: 24px;
  	}
  	h3.dot-midahsi {
  		font-size: 18px;
  		margin-bottom: 16px;
  	}
  }
  /*店舗検索*/
  #shop h2 {
  	font-size: 20px;
  	font-weight: 500;
  	line-height: normal;
  	margin-bottom: 0px;
  }
  .conditions-wrap {
  	padding: 24px 0px;
  	border-top: 1px solid #A89B93;
  }
  select {
  	-webkit-appearance: none;
  	appearance: none;
  	font-size: 14px;
  	font-weight: 500;
  	color: #5B433E;
  }
  .select-wrapper {
  	position: relative;
  }
  .select-wrapper::after {
  	content: "";
  	position: absolute;
  	top: 32%;
  	right: 16px;
  	width: 10px;
  	height: 10px;
  	border-right: 2px solid #E83828;
  	border-bottom: 2px solid #E83828;
  	transform: rotate(45deg);
  }
  .select-wrapper>select {
  	padding: 1em;
  	border-radius: 5px;
  	border: 1px solid #A89B93;
  	width: 300px;
  	background: #fff;
  }
  .sugakiya-red {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	width: 20px;
  	height: 20px;
  	border-radius: 50%;
  	outline: none;
  	cursor: pointer;
  	position: relative;
  	vertical-align: middle;
  	transition: all 0.2s ease;
  }
  .sugakiya-red:checked {
  	background-color: #E83828 !important;
  	border-color: #E83828;
  }
  .sugakiya-red:checked::after {
  	content: url(../imgs/shop/check-icon.svg);
  	font-size: 14px;
  	color: white;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  }
  .sugakiya-red:checked+label {
  	outline: 2px solid blue;
  	/* ケイ線の太さ、色を調整 */
  }
  .submit-btn-cont {
  	text-align: center;
  	position: relative;
  	display: block;
  	width: 200px;
  	margin: auto;
  }
  input.submit-btn {
  	border-radius: 27px;
  	background: #E34529;
  	border: solid 1px #E34529;
  	font-weight: 700;
  	color: #FFF;
  	padding: .8em;
  	position: relative;
  	width: 200px;
  	/* height: 45px; */
  	cursor: pointer;
  }
  input.submit-btn:hover {
  	background: #fff;
  	color: #E34529;
  }
  .submit-btn-cont::after {
  	content: url(../imgs/shop/lens_icon.svg);
  	display: inline-block;
  	width: 24px;
  	height: 17px;
  	right: 40px;
  	top: 28%;
  	z-index: 50;
  	object-fit: contain;
  	position: absolute;
  }
  .submit-btn-cont:hover::after {
  	content: url(../imgs/shop/lens_icon_hov.svg);
  }
  .brand-list.list-box {
  	display: grid;
  	gap: 13% 2%;
  	width: 100%;
  	grid-template-columns: repeat(3, 1fr);
  	grid-template-rows: repeat(2, 1fr);
  	margin-bottom: 56px;
  }
  .service-list.list-box {
  	display: grid;
  	gap: 13% 2%;
  	width: 100%;
  	grid-template-columns: repeat(3, 1fr);
  	margin-bottom: 56px;
  }
  .list-box li {
  	background: #fff;
  	border: 2px solid #A89B93;
  	padding: 10px 15px;
  	display: inline-block;
  	position: relative;
  	border-radius: 5px;
  	transition: border 0.3s ease;
  	cursor: pointer;
  	text-align: center;
  }
  .list-box li.checked {
  	border: 2px solid #E83828;
  }
  img.brand-icon {
  	/* 新業態更新後 */
  	max-width: 150px;
  	height: 40px;
  	object-fit: contain;
  	vertical-align: middle;
  	margin: auto;
  	position: relative;
  	left: -10px;
  }
  img.service_icon {
  	width: 32px;
  	max-height: 25px;
  	object-fit: contain;
  	vertical-align: sub;
  	margin-right: 16px;
  }
  #shop input[type="checkbox"] {
  	width: 20px;
  	position: absolute;
  	right: 10px;
  	height: 20px;
  	top: 31%;
  	background-color: #E6E6E6;
  }
  li.handoling-box {
  	width: 180px;
  	height: 160px;
  }
  img.handling_menu_ph {
  	position: relative;
  	top: 10px;
  	left: 5px;
  }
  .handoling-name {
  	position: relative;
  	top: 35px;
  	font-weight: 700;
  	text-align: center;
  }
  .handling_checkbox {
  	top: 5px;
  	left: 5px;
  }
  ul.handoling-wide {
  	width: 50% !important;
  	gap: 30px !important;
  }
  .handling_checkbox {
  	top: 5px !important;
  	left: 5px !important;
  	border-radius: 5px;
  	/* background: #fff !important; */
  	border: 1.5px solid #A89B93;
  }
  .handling_checkbox:checked {
  	background-color: #E83828;
  	border-color: #E83828;
  }
  @media (max-width: 768px) {
  	li.handoling-box {
  		width: 150px !important;
  		height: 140px;
  	}
  	.select-wrapper>select {
  		width: 100%;
  	}
  	#shop h2 {
  		font-size: 18px;
  		margin-bottom: 16px;
  	}
  	.conditions-wrap {
  		padding: 24px 0px;
  		border-top: none;
  	}
  	.brand-list.list-box,
  	.service-list.list-box {
  		display: block;
  	}
  	.list-box li {
  		margin-bottom: 4px;
  		width: 100%;
  	}
  	ul.handoling-wide {
  		width: 100% !important;
  	}
  	li.handoling-box {
  		margin-right: 10px;
  	}
  }
  /* 店舗検索結果 */
  .search-header {
  	width: 100%;
  	background: #fff;
  	padding: 30px;
  	margin: 30px 0;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  }
  nav.area-navigation {
  	text-align: center;
  	padding: 30px 0 20px;
  	margin: 10px 0 80px;
  	border-bottom: 2px solid #5B433E;
  	display: flex;
  	flex-wrap: wrap;
  	gap: 0 20px;
  }
  nav.area-navigation a {
  	color: #5B433E;
  	padding: 20px 10px;
  	font-weight: 600;
  	position: relative;
  	display: block;
  	width: 100px;
  }
  .area-navigation a::after {
  	content: "";
  	position: absolute;
  	top: 25px;
  	bottom: 0;
  	right: -10px;
  	transform: translateX(-50%);
  	width: 10px;
  	height: 10px;
  	border-right: 2px solid #5B433E;
  	border-bottom: 2px solid #5B433E;
  	transform: translateX(-50%) rotate(45deg);
  }
  .archive-containerP {
  	width: 1060px;
  	margin: auto;
  }
  .tempo_containerP {
  	flex-wrap: wrap;
  }
  .tempo_containerP h2 {
  	display: block;
  	font-size: 16px;
  	padding: 5px 10px;
  	width: 100%;
  	font-weight: 300;
  	background: #F9F0DB;
  	margin: 0px 00px;
  	color: #5B433E;
  	border-radius: 5px;
  	font-weight: bold;
  }
  .tempo_box {
  	display: flex;
  	width: 100%;
  	background: gray;
  }
  .tempo_item {
  	width: 49%;
  	text-align: center;
  	background: #fff;
  	border: 1px solid #A89B93;
  	border-radius: 3px;
  	display: flex;
  	justify-content: space-between;
  	place-items: center;
  	text-align: left;
  	padding: 15px 30px 15px 30px;
  }
  .search_conditions a {
  	font-weight: bold;
  }
  .tempo-item-wrapper {
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: wrap;
  	gap: 10px;
  	margin: 20px 0 30px 0;
  }
  .brand-title-containerP {
  	display: flex;
  	gap: 10px;
  	align-items: normal;
  }
  .entry-summary {
  	margin: 10px 0;
  }
  .store-type-icon img {
  	height: 30px;
  	width: 90px;
  	object-fit: contain;
  }
  .entry-title {
  	font-size: 18px;
  	color: #5B433E;
  }
  .entry-summary p {
  	font-size: 14px;
  	color: #5B433E;
  }
  .payment-icons img {
  	width: 40px;
  	height: auto;
  	margin-right: 10px;
  }
  .more-info {
  	position: relative;
  	/* 親要素に余白を設定して矢印用のスペースを確保 */
  	padding-bottom: 20px;
  }
  .more-info::after {
  	content: "";
  	position: absolute;
  	left: 50%;
  	/* top: -10px; */
  	top: 30%;
  	transform: translateX(-50%);
  	width: 15px;
  	height: 15px;
  	border-right: 2px solid #5B433E;
  	border-bottom: 2px solid #5B433E;
  	transform: translateX(-50%) rotate(313deg);
  }
  .search_conditions a {
  	display: inline;
  	border: 1px solid #A89B93;
  	padding: 10px 40px;
  	margin-right: 50px;
  	border-radius: 20px;
  }
  @media (max-width: 768px) {
  	.archive-containerP {
  		width: 100%;
  	}
  	h2.s-condition {
  		font-size: 14px !important;
  		margin-bottom: 0 !important;
  	}
  	.search-header {
  		flex-direction: column;
  		align-items: inherit;
  		padding: 10px;
  	}
  	.search_conditions a {
  		margin-right: 0px;
  	}
  	.search_conditions {
  		display: block;
  		text-align: center;
  		margin: 15px 0 10px;
  	}
  	iframe {
  		width: 100%;
  		height: 200px;
  	}
  	nav.area-navigation {
  		text-align: center;
  		padding: 0px 0 20px;
  		margin: 10px 0 30px;
  		border-bottom: 2px solid #5B433E;
  	}
  	.area-navigation a::after {
  		top: 10px;
  		width: 8px;
  		height: 8px;
  	}
  	.tempo_item {
  		width: 100%;
  		padding: 10px 30px 10px 30px;
  	}
  	.entry-title {
  		font-size: 16px;
  	}
  	.entry-summary p {
  		display: none;
  	}
  	.item_card {
  		width: 100%;
  	}
  	.more-info::after {
  		top: 10% !important;
  	}
  	.entry-summary {
  		margin: 0px 0;
  	}
  	nav.area-navigation a {
  		padding: 5px 10px;
  	}
  	.brand-title-containerP {
  		align-items: center;
  	}
  }
  /*店舗詳細*/
  #shop-detail hgroup h2 {
  	margin-bottom: 0px;
  	margin-left: 1em;
  }
  table.shop-table {
  	font-size: 15px;
  	font-weight: 400;
  	line-height: normal;
  	letter-spacing: -0.3px;
  }
  table.shop-table tr {
  	border-top: solid 1px #A89B93;
  }
  table.shop-table tr:last-child {
  	border-bottom: solid 1px #A89B93;
  }
  table.shop-table th {
  	min-width: 140px;
  	padding: 1.2em 0.5em;
  	vertical-align: middle;
  }
  table.shop-table td {
  	padding: 1.2em 0.5em;
  	align-content: center;
  }
  .paymant-icon {
  	display: inline-block;
  	width: 32px;
  	height: 28px;
  	object-fit: contain;
  	margin-right: 8px;
  }
  .shop-map,
  .shop-map iframe {
  	width: 100% !important;
  	height: 266px !important;
  }
  .paymant-icon:last-child {
  	margin-right: 0px;
  }
  .route-btn {
  	display: block;
  	padding: 0.5em 1em;
  	font-size: 14px;
  	font-weight: 700;
  	border-radius: 4px;
  	border: solid 2px #5B433E;
  	background: #FFF;
  	position: relative;
  	margin: 8px auto;
  }
  .route-btn::after {
  	position: absolute;
  	content: '';
  	width: 10px;
  	height: 10px;
  	border-top: solid 2px #5B433E;
  	border-right: solid 2px #5B433E;
  	right: 24px;
  	top: 35%;
  	transform: rotate(45deg);
  }
  #shop-detail p.tx12 {
  	font-size: 12px;
  	font-weight: 500;
  	line-height: normal;
  }
  @media (max-width: 768px) {
  	table.shop-table {
  		font-size: 13px;
  	}
  	table.shop-table th {
  		min-width: 130px;
  	}
  	.shop-map .shop-map iframe {
  		margin-top: 24px !important;
  		height: 210px !important;
  	}
  }
  /*スガキヤのブランド*/
  .brand-img {
  	border-radius: 7px;
  	display: block;
  }
  .brand-logobox {
  	position: relative;
  	height: 60px;
  	margin-bottom: 16px;
  }
  .brand-logobox::after {
  	position: absolute;
  	content: "";
  	width: 100%;
  	height: 20px;
  	background-image: radial-gradient(circle, #5B433E 1px, transparent 2px);
  	background-size: 10px 10px;
  	background-repeat: repeat-x;
  	background-position: left bottom;
  	bottom: -2px;
  	left: 0;
  }
  .brand-btn {
  	font-size: 14px;
  	background-color: #FFF;
  	border-radius: 27px;
  	border: solid #A89B93 1px;
  	padding: .5em 1.2em;
  	position: relative;
  	width: 200px;
  	display: inline-block;
  	font-weight: 500;
  	margin: 4px 0px;
  }
  .brand-btn::after {
  	display: inline-block;
  	content: "";
  	width: 17px;
  	height: 10px;
  	background-image: url(../imgs/link_arrow_b_icon.svg);
  	background-repeat: no-repeat;
  	background-size: contain;
  	position: relative;
  	right: -32px;
  	transition: .2s;
  }
  .brand-btn:hover {
  	filter: brightness(120%);
  }
  .image-box {
  	position: relative;
  }
  .decoration04 {
  	position: absolute;
  	top: -8px;
  	right: 15%;
  }
  .bread-circle-img {
  	width: 35%;
  }
  .brand-wrap {
  	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	grid-template-rows: repeat(2, 1fr);
  	gap: 2%;
  	width: 100%;
  }
  .brand-col .brand-logobox {
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	height: 90px;
  }
  .brand-col {
  	position: relative;
  	padding-bottom: 120px;
  	border-radius: 7px 7px 0px 0px;
  }
  .brand-link-box {
  	position: absolute;
  	bottom: 0;
  }
  @media (max-width: 768px) {
  	.brand-btn {
  		display: block;
  		margin: 4px auto;
  	}
  	.brand-btn::after {
  		right: -16px;
  	}
  	.brand-logobox {
  		display: flex;
  		align-items: center;
  		justify-content: center;
  		height: 90px;
  	}
  	.image-box {
  		justify-content: center;
  	}
  	.brand-wrap {
  		display: block;
  	}
  	.brand-col {
  		position: relative;
  		padding-bottom: 0px;
  		border-radius: 7px 7px 0px 0px;
  		margin-bottom: 40px;
  	}
  	.brand-link-box {
  		position: unset;
  		text-align: center;
  		margin-top: 16px;
  	}
  }
  /*スガキヤの歩み*/
  .history-table {
  	width: 100%;
  }
  .history-table th.year-number {
  	color: #E34529;
  	font-size: 65px;
  	font-weight: 100;
  	line-height: 55px;
  	/* 84.615% */
  	width: 140px;
  	padding-right: 20px;
  	padding-bottom: 64px;
  	border-right: #CECECE 1px solid;
  }
  .history-table td {
  	font-weight: 400;
  	line-height: 23px;
  	/* 143.75% */
  	vertical-align: top;
  	padding-bottom: 64px;
  	padding-left: 20px;
  }
  .history-table td h2 {
  	color: #E34529;
  	font-size: 32px;
  	font-weight: 500;
  	line-height: 31px;
  	/* 96.875% */
  	margin-bottom: 8px;
  }
  .history-table td h3 {
  	font-size: 18px;
  	font-weight: 500;
  	line-height: 23px;
  	/* 127.778% */
  	margin-bottom: 8px;
  }
  .history-table td h4 {
  	color: #FFF;
  	font-size: 16px;
  	font-weight: 700;
  	line-height: 20px;
  	/* 125% */
  	border-radius: 15px;
  	background: #E34529;
  	display: inline-block;
  	padding: .2em 1em;
  	margin-bottom: 8px;
  }
  .history-table td:nth-child(3) {
  	padding-bottom: 0;
  	text-align: center;
  	padding-left: 24px;
  }
  .suchan-img01 {
  	width: 300px;
  }
  .suchan-img02 {
  	width: 600px;
  }
  .spoon-img01 {
  	width: 400px;
  }
  @media (max-width: 768px) {
  	main#history section {
  		position: relative;
  	}
  	main#history section::after {
  		position: absolute;
  		content: "";
  		width: 1px;
  		height: 100%;
  		background-color: #CECECE;
  		display: block;
  		left: 8%;
  		top: 0;
  	}
  	.history-table {
  		position: relative;
  		z-index: 10;
  	}
  	.history-table th.year-number,
  	.history-table td,
  	.history-table tr {
  		display: block;
  		width: 100%;
  	}
  	.history-table th.year-number {
  		font-size: 55px;
  		line-height: 48px;
  		/* 84.615% */
  		padding-right: 0;
  		padding-bottom: 24px;
  		border-right: none;
  	}
  	.history-table td {
  		padding-left: 48px;
  		padding-bottom: 48px;
  	}
  	.history-table td h2 {
  		font-size: 24px;
  	}
  	.history-table td h3 {
  		font-size: 16px;
  	}
  	.history-table td h4 {
  		font-size: 14px;
  	}
  	.suchan-img01 {
  		width: 240px;
  		text-align: center;
  	}
  	.suchan-img02 {
  		width: 320px;
  	}
  	.spoon-img01 {
  		width: 118px;
  		margin-top: -80px;
  	}
  }
  /*スーちゃんのお部屋*/
  .profile-wrap {
  	position: relative;
  	padding-top: 120px;
  }
  .decoration01,
  .decoration02,
  .decoration03 {
  	position: absolute;
  }
  .decoration01 {
  	top: 0px;
  	left: 56px;
  }
  .decoration02 {
  	top: -32px;
  	right: 56px;
  }
  .decoration03 {
  	top: -16px;
  	right: -32px;
  }
  .profile-area {
  	background-image: url(../imgs/suchan/dot_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
  	border-bottom-left-radius: 5000px 350px;
  	border-bottom-right-radius: 5000px 350px;
  	padding-bottom: 10vw;
  	z-index: 200;
  }
  .profile-title {
  	max-width: 554px;
  	width: 90%;
  	height: 321px;
  	background: url(../imgs/suchan/profile_bg.png);
  	background-size: cover;
  	border-radius: 100%;
  	margin: auto;
  	position: absolute;
  	text-align: center;
  	padding-top: 32px;
  	top: 0;
  	left: 50%;
  	transform: translate(-50%, 0);
  }
  .profile-title .ribbon-mark {
  	position: absolute;
  	left: 50%;
  	transform: translate(-50%, 0);
  	top: -22px;
  }
  .profile-contents {
  	border-radius: 7px;
  	background: url(../imgs/suchan/profile_bg.png);
  	background-size: cover;
  	width: 100%;
  	padding: 40px 16px 64px 40px;
  	position: relative;
  	z-index: 5;
  }
  table.profile-table {
  	width: 100%;
  	font-size: min(1.5vw, 16px);
  }
  table.profile-table th {
  	color: #E32C13;
  	font-family: "M PLUS Code Latin", sans-serif;
  	font-weight: 600;
  	width: 40%;
  	min-width: 180px;
  	padding: 32px .5em 1em 0;
  	vertical-align: middle;
  }
  table.profile-table th span {
  	width: 34px;
  	height: 34px;
  	object-fit: contain;
  	vertical-align: -40%;
  	margin-right: 8px;
  }
  table.profile-table td {
  	padding: 1em .5em 1em 0;
  	vertical-align: middle;
  	line-height: normal;
  }
  table.profile-table tr {
  	border-bottom: 1px #A49997 dashed;
  }
  .family-area {
  	background-image: url(../imgs/suchan/family_bg.png);
  	background-size: cover;
  	background-repeat: no-repeat;
  	position: relative;
  	padding-top: 150px;
  	top: -120px;
  	text-align: center;
  }
  .family-area hgroup,
  .suchan-contents hgroup {
  	display: inline-block;
  	margin-bottom: 40px;
  }
  .family-col {
  	width: 20%;
  	margin-right: 5%;
  	min-width: 182px;
  }
  .family-img {
  	height: 210px;
  	position: relative;
  }
  .family-img img {
  	position: absolute;
  	bottom: 0;
  	left: 50%;
  	transform: translate(-50%, 0);
  }
  .suchan-contents {
  	text-align: center;
  }
  .ribbon-img {
  	width: 40.971px;
  	height: 23.655px;
  }
  .ribbon-img+h3 {
  	font-size: 23px;
  }
  .contents-btn {
  	border-radius: 30px;
  	border: 1px solid #5B433E;
  	background: #FFF;
  	min-width: 350px;
  	padding: 10px 40px 12px 32px;
  	text-align: center;
  	margin: 4px 4px 0px 0px;
  	font-size: 14px;
  	font-weight: 500;
  }
  .contents-btn span {
  	position: relative;
  	vertical-align: -15%;
  }
  .contents-btn span.kunoji::after {
  	position: absolute;
  	display: inline-block;
  	content: '';
  	width: 8px;
  	height: 8px;
  	border-top: solid 2px #5B433E;
  	border-right: solid 2px #5B433E;
  	position: absolute;
  	left: 4px;
  	top: 2px;
  	transform: rotate(45deg);
  }
  .contents-btn:hover {
  	opacity: .8;
  	filter: brightness(120%);
  }
  .suchan-img {
  	border-radius: 20px;
  }
  .bnr-shadow {
  	display: block;
  	box-shadow: 0px 0px 8px 0px rgba(79, 54, 43, 0.15);
  	border-radius: 20px;
  }
  .bnr-shadow img {
  	vertical-align: bottom;
  }
  .bnr-shadow:hover {
  	opacity: .8;
  	filter: brightness(101%);
  }
  .suchan-contents .containerP .flex:nth-child(even) {
  	flex-direction: row-reverse;
  }
  @media (max-width: 768px) {
  	.profile-contents {
  		padding: 32px 16px 32px 16px;
  	}
  	table.profile-table {
  		font-size: 13px;
  	}
  	table.profile-table th {
  		min-width: 150px;
  		padding: 16px .5em 1em 0;
  		vertical-align: middle;
  	}
  	table.profile-table th span {
  		width: 30px;
  		height: 30px;
  		vertical-align: -50%;
  		margin-right: 4px;
  	}
  	.family-col {
  		min-width: 100px;
  		margin-top: 40px;
  		margin-right: 2%;
  		width: 30%;
  	}
  	.family-img {
  		height: 116px;
  		position: relative;
  	}
  	.family-img img {
  		position: absolute;
  		max-height: 100%;
  		bottom: 0;
  		left: 50%;
  		transform: translate(-50%, 0);
  	}
  	.ribbon-img+h3 {
  		font-size: 18px;
  	}
  	.suchan-img {
  		margin-bottom: 16px;
  	}
  	.family-area hgroup h2,
  	.suchan-contents hgroup h2 {
  		margin-bottom: 0px;
  	}
  }
  /*トップメッセージ*/
  p.top-name {
  	font-weight: 900;
  }
  @media (max-width: 768px) {
  	p.top-name {
  		margin-bottom: 48px;
  	}
  }
  /*会社情報*/
  table.sugakico-table {
  	width: 100%;
  	font-size: 14px;
  	text-align: left;
  	border: 1px solid #B3B3B3;
  }
  table.sugakico-table tr {
  	border-bottom: 1px solid #B3B3B3;
  }
  table.sugakico-table tr:last-child {
  	border-bottom: none;
  }
  table.sugakico-table th {
  	background-color: #F2F2F2;
  	padding: 8px 8px 8px 16px;
  	border-right: 1px solid #B3B3B3;
  }
  table.sugakico-table td {
  	background-color: #fff;
  	padding: 8px 8px 8px 16px;
  }
  .gmap iframe {
  	width: 100%;
  	height: 30vw;
  	margin-bottom: 16px;
  }
  #about h4 span {
  	display: inline-block;
  	width: 30px;
  	height: 30px;
  	background-size: contain;
  	background-repeat: no-repeat;
  	vertical-align: -30%;
  	margin-right: .5em;
  	background-position: center;
  }
  #about h4 span.train-icon {
  	background-image: url(../imgs/train_icon.svg);
  }
  #about h4 span.car-icon {
  	background-image: url(../imgs/car_icon.svg);
  }
  a.external-link {
  	font-weight: 700;
  	text-decoration-line: underline;
  	display: inline-block;
  	margin-top: 24px;
  }
  a.external-link span {
  	display: inline-block;
  	width: 18px;
  	height: 18px;
  	background-image: url(../imgs/external-icon.svg);
  	background-repeat: no-repeat;
  	background-size: contain;
  	vertical-align: -10%;
  	margin-left: .5em;
  }
  @media (max-width: 768px) {
  	table.sugakico-table {
  		font-size: 13px;
  		border: none;
  	}
  	table.sugakico-table th,
  	table.sugakico-table td {
  		display: block;
  	}
  	table.sugakico-table th {
  		border-right: none;
  	}
  	table.sugakico-table tr:last-child {
  		border-bottom: 1px solid #B3B3B3;
  	}
  	table.sugakico-table tr:first-child {
  		border-top: 1px solid #B3B3B3;
  	}
  	a.external-link {
  		margin-top: 16px;
  	}
  }
  /*スガキコのこだわり*/
  #commitment .containerP {
  	position: relative;
  	z-index: 1;
  }
  .kodawari01 {
  	background-image: url(../imgs/commitment/kodawari_bg01.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
  }
  .kodawari-midashi {
  	width: 1060px;
  	max-width: 100%;
  	height: 100%;
  	aspect-ratio: 265 / 39;
  	background-size: contain;
  	background-image: url(../imgs/commitment/kodawari_midashi_bg.svg);
  	background-repeat: no-repeat;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	text-align: center;
  	font-family: "M PLUS Code Latin", sans-serif;
  }
  .kodawari-midashi h2 {
  	font-size: 36px;
  	font-weight: 600;
  	letter-spacing: 2.52px;
  	margin: 0;
  }
  .kodawari-midashi p {
  	font-size: 22px;
  	font-weight: 600;
  }
  .kodawari-txt01 h3,
  .kodawari-txt02 h3,
  .kodawari-txt03 h3,
  .kodawari-txt04 h3,
  .kodawari-txt05 h3,
  .kodawari-txt06 h3 {
  	font-family: "M PLUS Code Latin", sans-serif;
  	font-size: min(2.2vw, 25px);
  	font-weight: 600;
  	line-height: 34px;
  	/* 136% */
  	letter-spacing: 1.25px;
  	position: relative;
  	margin-bottom: 40px;
  	display: flex;
  	height: 2em;
  	align-items: center;
  }
  .kodawari-txt01 h3::after,
  .kodawari-txt02 h3::after,
  .kodawari-txt03 h3::after,
  .kodawari-txt04 h3::after,
  .kodawari-txt05 h3::after,
  .kodawari-txt06 h3::after {
  	position: absolute;
  	content: "";
  	background-image: url(../imgs/commitment/kodawari_bottom_line.svg);
  	left: 0;
  	bottom: -140%;
  	width: 103%;
  	height: 100%;
  	aspect-ratio: 477 / 5;
  	background-repeat: repeat-x;
  	background-size: contain;
  }
  .kodawari-txt01,
  .kodawari-txt04 {
  	position: relative;
  }
  .kodawari-txt-img01 {
  	position: absolute;
  	right: 0;
  	top: -64px;
  	width: 30%;
  	max-width: 148px;
  }
  .kodawari-txt-img02 {
  	position: absolute;
  	right: 10%;
  	top: -8px;
  	width: 18%;
  	max-width: 100px;
  }
  .kodawari-inner {
  	background-image: url(../imgs/commitment/kodawari_inner_bg01.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  	width: 100%;
  	border-radius: 10px;
  	margin: 24px auto;
  }
  .kodawari-inner-wrap {
  	margin: auto;
  	width: 94%;
  	padding: 40px 0px;
  }
  .kodawari02 {
  	padding-top: 80px;
  	background-image: url(../imgs/commitment/kodawari_bg02.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
  }
  .kodawari_bg_deco_l,
  .kodawari_bg_deco_r {
  	position: absolute;
  }
  .kodawari01 .kodawari_bg_deco_l {
  	bottom: -32px;
  	left: 0;
  }
  .kodawari01 .kodawari_bg_deco_r {
  	top: 450px;
  	right: -8%;
  }
  .kodawari02 .kodawari_bg_deco_l {
  	top: 50%;
  	left: 0;
  }
  .kodawari02 .kodawari_bg_deco_r {
  	top: 160px;
  	right: -80px;
  }
  @media (max-width: 768px) {
  	.kodawari-midashi {
  		width: 100%;
  		height: 100%;
  		aspect-ratio: 344 / 107;
  		background-image: url(../imgs/commitment/kodawari_midashi_bg_sp.svg);
  	}
  	.kodawari-inner {
  		border-radius: 40px;
  	}
  	.kodawari-inner-wrap {
  		margin: auto;
  		width: 94%;
  		padding: 32px 0px;
  	}
  	.kodawari-midashi h2 {
  		font-size: max(5vw, 26px);
  	}
  	.kodawari-midashi p {
  		font-size: max(2vw, 16px);
  	}
  	.kodawari01 {
  		padding-bottom: 32px;
  	}
  	.kodawari02 {
  		padding-bottom: 24px;
  	}
  	.kodawari-txt01 h3,
  	.kodawari-txt02 h3,
  	.kodawari-txt03 h3,
  	.kodawari-txt04 h3,
  	.kodawari-txt05 h3,
  	.kodawari-txt06 h3 {
  		font-size: 18px;
  		font-weight: 600;
  		line-height: 29px;
  		/* 145% */
  		letter-spacing: 1px;
  		margin-top: 16px;
  	}
  	.kodawari-txt01 h3::after,
  	.kodawari-txt02 h3::after,
  	.kodawari-txt03 h3::after,
  	.kodawari-txt04 h3::after,
  	.kodawari-txt05 h3::after,
  	.kodawari-txt06 h3::after {
  		left: 0;
  		bottom: -140%;
  		width: 100%;
  		height: 100%;
  		aspect-ratio: 477 / 4;
  		background-repeat: repeat-x;
  		background-size: contain;
  	}
  	.kodawari-txt-img02 {
  		right: 5%;
  		top: -10%;
  	}
  	.kodawari01 .kodawari_bg_deco_l,
  	.kodawari01 .kodawari_bg_deco_r {
  		display: none;
  	}
  	.kodawari02 .kodawari_bg_deco_l {
  		top: 50%;
  		left: -24px;
  	}
  	.kodawari02 .kodawari_bg_deco_r {
  		top: 160px;
  		right: -200px;
  	}
  }
  /*お知らせ*/
  .category-item {
  	display: flex;
  	justify-content: center;
  }
  .category-item .category-btn {
  	width: 15%;
  	font-size: 14px;
  	padding: .7em 0px;
  	cursor: pointer;
  	border-radius: 30px;
  	background: #fff;
  	color: #5B433E;
  	font-weight: 700;
  	border: none;
  	/* box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25); */
  	margin: 3px;
  }
  span.news-icon-position img {
  	margin-right: 10px;
  }
  /* すべてカテゴリボタン */
  a.category-btn.all-color {
  	border: solid 2px #E32C13;
  	text-align: center;
  }
  /* キャンペーンカテゴリボタン */
  a.category-btn.cp-color {
  	border: solid 2px #FFE11D;
  	text-align: center;
  }
  /* 新商品カテゴリボタン */
  a.category-btn.new-item-color {
  	border: solid 2px #B8CD37;
  	text-align: center;
  }
  /* 新店情報カテゴリボタン */
  a.category-btn.shop-info-color {
  	border: solid 2px #D279DA;
  	text-align: center;
  }
  /* 採用情報カテゴリボタン */
  a.category-btn.recruit-color {
  	border: solid 2px #EA9827;
  	text-align: center;
  }
  /* その他情報カテゴリボタン */
  a.category-btn.other-color {
  	border: solid 2px #A6ABB1;
  	text-align: center;
  }
  a.category-btn.all-color.active {
  	background-color: #E32C13;
  	color: white;
  }
  a.category-btn.cp-color.active {
  	background-color: #FFE11D;
  	color: black;
  }
  a.category-btn.new-item-color.active {
  	background-color: #B8CD37;
  	color: white;
  }
  a.category-btn.shop-info-color.active {
  	background-color: #D279DA;
  	color: white;
  }
  a.category-btn.recruit-color.active {
  	background-color: #EA9827;
  	color: white;
  }
  a.category-btn.other-color.active {
  	background-color: #A6ABB1;
  	color: white;
  }
  /*各カテゴリーのセクション名*/
  section#all,
  section#campaign,
  section#new-products,
  section#shop-info,
  section#recruit,
  section#others {
  	display: none;
  }
  section#all.active,
  section#campaign.active,
  section#new-products.active,
  section#shop-info.active,
  section#recruit.active,
  section#others.active {
  	display: block;
  }
  /*各カテゴリーのセクション名*/
  .news-col a {
  	display: block;
  	padding: .9em 0px;
  	border-bottom: 1px solid #D9D9D9;
  	position: relative;
  }
  .news-col a::after {
  	position: absolute;
  	content: "";
  	width: 10px;
  	height: 10px;
  	border-top: solid 2px #5B433E;
  	border-right: solid 2px #5B433E;
  	position: absolute;
  	left: 8px;
  	top: 65%;
  	transform: rotate(45deg);
  }
  p.news-date {
  	color: #AAA2A0;
  	font-weight: 500;
  	line-height: normal;
  }
  /*ニュースカテゴリーパターンに関する記述*/
  p.news-date span {
  	border-radius: 4px;
  	color: #FFF;
  	padding: 3px 6px;
  	font-size: 12px;
  	font-weight: 700;
  	margin-left: 1em;
  }
  span.campaign-mark {
  	background: #EEB728;
  }
  span.new-products-mark {
  	background: #F27D64;
  }
  span.shop-info-mark {
  	background: #B8CD37;
  }
  span.recruit-mark {
  	background: #3CC4D7;
  }
  span.others-mark {
  	background: #6D8BAD;
  }
  span.news-icon-position {
  	position: relative;
  	top: 4px;
  }
  /*ニュースカテゴリーパターンに関する記述*/
  .news-title {
  	font-weight: 500;
  	line-height: normal;
  	margin-top: 8px;
  	padding-right: 32px;
  }
  .pagenation-containerP {
  	margin-top: 96px;
  }
  .pagination {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	gap: 15px;
  }
  .page-numbers {
  	display: flex;
  	justify-content: space-around;
  	gap: 24px;
  }
  .pagination .prev,
  .pagination .next {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 36px;
  	height: 36px;
  	background-color: #fff;
  	position: relative;
  	border-radius: 30px;
  }
  .pagination .prev::after,
  .pagination .next::after {
  	content: '';
  	width: 8px;
  	height: 8px;
  	border-top: solid 2px #5B433E;
  	border-right: solid 2px #5B433E;
  	position: absolute;
  	top: 40%;
  }
  .pagination .next::after {
  	transform: rotate(45deg);
  	right: 40%;
  }
  .pagination .prev::after {
  	transform: rotate(-135deg);
  	left: 40%;
  }
  .pagination .page {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	font-size: 18px;
  	font-weight: 500;
  	padding: .2em;
  }
  .pagination .page.active {
  	text-decoration: underline;
  }
  .pagination .page-numbers span.current {
  	border-bottom: 2px solid #000 !important;
  	/* 現在のページに下線を追加 */
  }
  @media (max-width: 768px) {
  	.category-item {
  		flex-wrap: wrap;
  		justify-content: space-around;
  	}
  	.category-item .category-btn {
  		width: 45%;
  		margin-bottom: 8px;
  	}
  	.pagination .page {
  		font-size: 14px;
  	}
  	span.news-icon-position img {
  		height: 19px;
  	}
  	p.news-date span {
  		margin-left: 0;
  	}
  	.pagination .next::after,
  	.pagination .prev::after {
  		top: 35%;
  	}
  	.news-col a::after {
  		right: 8px;
  		left: inherit;
  	}
  	p.news-title.pl40 {
  		padding-left: inherit;
  	}
  	.pagenation-containerP {
  		margin-top: 48px;
  	}
  }
  /*お知らせ詳細*/
  #news-detail h2 {
  	font-size: 21px;
  	font-weight: 700;
  	line-height: normal;
  	letter-spacing: 0.63px;
  	margin-bottom: 12px;
  }
  .news-detail-title {
  	border-bottom: 3px solid #E2DED1;
  	display: flex;
  	justify-content: space-between;
  	align-items: flex-end;
  }
  #news-detail p.news-date {
  	margin-bottom: 12px;
  }
  #news-detail .news-txt p {
  	font-size: 14px;
  	font-weight: 500;
  	line-height: normal;
  	margin-bottom: 40px;
  }
  .news-img {
  	display: block;
  	margin: auto;
  	max-width: 600px;
  }
  .news-txt hr {
  	display: none;
  }
  /* 0314追加 */
  .smb-section-with-bgimage, .smb-section--bg-color {
  	background-color: inherit !important;
  }
  @media (max-width: 768px) {
  	.text-overflow-lines {
  		display: -webkit-box;
  		-webkit-box-orient: vertical;
  		-webkit-line-clamp: 3;
  		overflow: hidden;
  		line-height: 1.5;
  		max-width: 200px;
  	}
  	.disp-baseline {
  		align-items: baseline;
  	}
  }
  /*経営方針*/
  .sugakico-s-logo {
  	display: inline-block;
  	width: 30px;
  	height: 30px;
  	background-image: url("../imgs/strategy/sugakico_s_ligo.svg");
  	background-repeat: no-repeat;
  	background-size: contain;
  	vertical-align: middle;
  }
  .mission-pattern {
  	font-size: 15px;
  	display: inline-flex;
  	padding: 1.5px 1em 2px 1em;
  	border-radius: 4px;
  	border: 1px solid #E32C13;
  	background: #FFF;
  	vertical-align: middle;
  }
  .commitment {
  	display: flex;
  	margin-bottom: 16px;
  }
  .commitment dt {
  	text-align: center;
  	min-width: 100px;
  	max-width: 100px;
  	height: 100px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	border: 2px solid #E32B13;
  	background: #FFF;
  	color: #E32B13;
  	letter-spacing: 3.2px;
  	font-weight: 700;
  	line-height: normal;
  	margin-right: 24px;
  }
  .commitment dd {
  	position: relative;
  }
  .commitment dd .bg-txt {
  	color: #f0ebd8;
  	font-family: "Jost";
  	font-size: 60px;
  	font-weight: 500;
  	letter-spacing: 6px;
  	position: absolute;
  	top: 8px;
  	left: 0;
  }
  .commitment dd .commitment-txt {
  	position: relative;
  	z-index: 1;
  	padding: 24px 0px 0px 16px;
  	font-weight: 500;
  }
  .pursuit-icon {
  	height: 76px;
  }
  .pursuit-col {
  	display: flex;
  	justify-content: center;
  	background-color: #fff;
  	width: 32%;
  	padding: 16px 40px;
  }
  @media (max-width: 768px) {
  	.commitment dt {
  		min-width: 80px;
  		max-width: 80px;
  		height: 80px;
  		margin-right: 16px;
  	}
  	.commitment dd .commitment-txt {
  		position: relative;
  		z-index: 1;
  		padding: 24px 0px 0px 0px;
  		font-weight: 500;
  	}
  	.pursuit-col {
  		width: 100%;
  		margin-bottom: 16px;
  	}
  }
  /*お問合せ*/
  p.form-asterisk {
  	font-size: 12px;
  	font-weight: 400;
  	line-height: normal;
  }
  .form-area>div {
  	display: flex;
  	align-items: center;
  	margin-bottom: 32px;
  }
  .form-area input,
  .form-area textarea {
  	border-radius: 8px;
  	border: 1px solid #B3B3B3;
  	background: #FFF;
  	width: 100%;
  	padding: 0.8em 1em;
  }
  .form-area .tel-box input {
  	width: 15%;
  	min-width: 100px;
  }
  .form-area textarea {
  	height: 160px;
  }
  .form-area dt {
  	margin-right: 16px;
  	width: 20%;
  	min-width: 200px;
  }
  .form-area dd {
  	width: 80%;
  	display: flex;
  	align-items: center;
  }
  .form-area dd.include-asterisk {
  	display: block;
  }
  .radio-box {
  	display: flex;
  	align-items: center;
  }
  .radio-col {
  	margin-right: 16px;
  }
  .radio-box input[type="radio"] {
  	-webkit-appearance: none;
  	/* Safari / Chrome */
  	-moz-appearance: none;
  	/* Firefox */
  	appearance: none;
  	/* その他のブラウザ */
  	position: relative;
  	width: 18px;
  	height: 18px;
  	border: 1px solid #B3B3B3;
  	border-radius: 50%;
  	vertical-align: -3px;
  	padding: 0px;
  	cursor: pointer;
  }
  .radio-box input[type="radio"]:checked {
  	border-color: #E32C13;
  	/* チェックされたときの枠の色 */
  	border-width: 2px;
  	/* チェックされたときの枠の太さ */
  }
  .radio-box input[type="radio"]:checked:before {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	width: 9px;
  	height: 9px;
  	border-radius: 50%;
  	background: #E32C13;
  	content: '';
  }
  .radio-box label {
  	cursor: pointer;
  }
  span.tel-hyphen {
  	width: 13px;
  	height: 1px;
  	background-color: #000;
  	margin: 5px;
  }
  #contact input[type="checkbox"] {
  	width: 14px;
  	height: 14px;
  	border: 1px solid #B3B3B3;
  	vertical-align: -1px;
  	cursor: pointer;
  }
  .form-privacy a {
  	border-bottom: 1px solid #5B433E;
  }
  .submit-btn {
  	border-radius: 25px;
  	color: #FFF;
  	font-weight: bold;
  	background: #D32929;
  	display: block;
  	padding: 8px 24px;
  	margin: 40px auto 0px auto;
  	border: 1px solid #D32929;
  	text-align: center;
  }
  .back-btn {
  	border-radius: 25px;
  	color: #D32929;
  	font-weight: bold;
  	background: #fff;
  	display: block;
  	padding: 8px 24px;
  	margin: 40px auto 0px auto;
  	border: 1px solid #D32929;
  	text-align: center;
  }
  .submit-btn:hover {
  	background: #FFF;
  	color: #D32929;
  }
  .back-btn:hover {
  	background: #D32929;
  	color: #fff;
  }
  .submit-btn[disabled] {
  	opacity: 50%;
  	cursor: not-allowed;
  }
  .confirm-btn-wrap .submit-btn,
  .confirm-btn-wrap .back-btn {
  	margin: 40px 8px 0px 8px;
  	opacity: 100%;
  	cursor: pointer;
  }
  .form-btn {
  	border-radius: 25px;
  	color: #FFF;
  	font-weight: bold;
  	background: #D32929;
  	display: block;
  	padding: 8px 24px;
  	margin: 40px auto 0px auto;
  	border: 1px solid #D32929;
  	text-align: center;
  	max-width: 200px;
  	width: 80%;
  }
  .form-btn:visited {
  	color: #FFF;
  }
  .form-btn:hover {
  	color: #D32929;
  	background-color: #fff;
  }
  .form-list {
  	margin-top: 64px;
  	color: #5B433E;
  	font-size: 14px;
  	font-style: normal;
  	font-weight: 400;
  	line-height: 21px;
  	/* 150% */
  	padding-left: 1em;
  }
  .form-list li {
  	margin-top: .5em;
  	text-indent: -1em;
  }
  @media (max-width: 768px) {
  	.form-area>div {
  		display: block;
  		margin-bottom: 16px;
  	}
  	.form-area dt {
  		margin-right: 0px;
  		width: 100%;
  	}
  	.form-area dd {
  		width: 100%;
  	}
  	.form-area .tel-box input {
  		width: 30%;
  	}
  	.form-list {
  		font-size: 13px;
  		padding-left: 1.5em;
  	}
  	.form-list li {
  		text-indent: -1.5em;
  	}
  }
  /*プライバシーポリシー・利用規約*/
  .sentence-box h2 {
  	font-size: 23px;
  	font-weight: 700;
  	letter-spacing: 2.3px;
  	margin-bottom: 0.5em;
  }
  .sentence-box {
  	margin-bottom: 48px;
  }
  .sentence-box p {
  	line-height: 150%;
  }
  .sentence-box:last-child {
  	margin-bottom: 0px;
  }
  .sentence-list {
  	padding-left: 1.5em;
  }
  .sentence-list li {
  	list-style-type: none;
  	counter-increment: cnt;
  	text-indent: -1.7em;
  }
  .sentence-list li::before {
  	content: counter(cnt) ". ";
  	display: inline-block;
  	/* インラインブロックで表示 */
  	min-width: 1.5em;
  	/* 最低幅を設定して2桁の数字と同じ幅にする */
  	text-align: right;
  	/* 数字を右揃えにする */
  	margin-right: 0.2em;
  	/* リストアイテムと数字の間に余白を追加 */
  }
  @media (max-width: 768px) {
  	.sentence-box h2 {
  		font-size: 18px;
  	}
  	.sentence-box {
  		margin-bottom: 32px;
  	}
  	.sentence-box:last-child {
  		margin-bottom: 0px;
  	}
  }
  /*アルバイト・パート募集情報サイト*/
  main#part-time {
  	background-image: none;
  	margin-top: 0;
  	color: #504D43;
  	font-weight: 400;
  	line-height: 25.6px;
  	background: #fff;
  	/* 160% */
  }
  #part-time section .containerP {
  	text-align: center;
  	position: relative;
  	z-index: 5;
  }
  .recruit-main-visual {
  	background-image: url(../recruit/imgs/parttime/recruit_lp_main_img.png);
  	background-size: contain;
  	background-repeat: no-repeat;
  	width: 100%;
  	height: auto;
  	aspect-ratio: 1440 / 919;
  	padding-top: 32vw;
  }
  #part-time hgroup h2 {
  	color: #E34529;
  	text-align: center;
  	font-size: 30px;
  	font-weight: 700;
  	line-height: normal;
  	margin-bottom: 8px;
  	letter-spacing: normal;
  }
#part-time .opening-staff h2 {
    color: #504D43;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}
  #part-time h3 {
  	color: #504D43;
  	text-align: center;
  	font-size: 30px;
  	font-weight: 700;
  	line-height: normal;
  }
  #part-time h4 {
  	color: #E34529;
  	font-size: min(2vw, 22px);
  	font-weight: 500;
  	line-height: normal;
  	text-align: left;
  }
  #part-time hgroup {
  	margin: 40px;
  }
  #part-time hgroup img {
  	display: inline;
  }
  .work-contents,
  .parttime-story,
  .parttime-interview,
  .parttime-faq {
  	background-color: #F6F5ED;
  	position: relative;
  	padding: 1vw 0px;
  }
  .parttime-point,
  .parttime-welcome,
  .parttime-flow,
  .parttime-bottom {
  	padding: 96px 0px;
  	position: relative;
  }
  .parttime-top {
  	position: relative;
  }
  .work-contents:before,
  .parttime-story:before,
  .parttime-interview:before,
  .parttime-faq:before {
  	position: absolute;
  	content: "";
  	width: 100vw;
  	height: 100%;
  	background-image: url(../recruit/imgs/parttime/beige_top.svg);
  	background-size: contain;
  	background-repeat: repeat-x;
  	top: max(-4vw, -78px);
  	left: -3px;
  	z-index: 0;
  }
  .work-contents::after,
  .parttime-story::after,
  .parttime-interview::after,
  .parttime-faq::after {
  	position: absolute;
  	content: "";
  	width: 100vw;
  	height: 100%;
  	background-image: url(../recruit/imgs/parttime/beige_bottom.svg);
  	background-size: contain;
  	background-repeat: repeat-x;
  	left: -3px;
  	z-index: 0;
  }
	.parttime-faq::after {
  	height: 78px;
	}
  .opening-staff {
  	max-width: 856px;
  	width: 94%;
  	border-radius: 10px;
  	border: 1.5px solid #504D43;
  	background: #FFF;
  	padding: 40px;
  	display: block;
  	margin: auto;
  	text-align: center;
  }
  .opening-staff img {
  	display: inline;
  }
  .parttime-btn {
  	color: #FFF;
  	font-size: 20px;
  	font-weight: 700;
  	background-color: #E34529;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 476px;
  	height: 67px;
  	margin: 40px auto;
  	position: relative;
  }
  .parttime-btn::after {
  	position: absolute;
  	content: "";
  	width: 23px;
  	height: 12.266px;
  	background-image: url(../recruit/imgs/parttime/link_arrow_w_icon.svg);
  	background-size: contain;
  	background-repeat: no-repeat;
  	right: 25%;
  }
  .parttime-btn:visited {
  	color: #FFF;
  }
  .parttime-btn:hover {
  	opacity: 0.7;
  	filter: brightness(110%);
  }
  #part-time .parttime-top h2,
  #part-time .parttime-bottom h2 {
  	color: #504D43;
  	font-size: 32px;
  	font-weight: 700;
  	margin: 32px 0;
  	text-align: center;
  }
  .parttime-fukidashi-l {
  	color: #504D43;
  	text-align: center;
  	font-size: 18px;
  	font-weight: 400;
  	line-height: 35px;
  	/* 194.444% */
  }
  .our-job-col {
  	width: 31%;
  	max-width: 252px;
  	text-align: center !important;
  	margin: 0 16px;
  }
  .our-job-no {
  	color: #504D43;
  	text-align: center;
  	font-size: 23px;
  	font-weight: 700;
  	width: 50px;
  	height: 50px;
  	flex-shrink: 0;
  	background-color: #fff;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	border-radius: 50px;
  	margin: 0px auto 16px auto;
  }
  .our-job-detail {
  	color: #504D43;
  	text-align: center;
  	font-size: 18px;
  	font-weight: 500;
  	line-height: normal;
  	margin-top: 16px;
  }
  .parttime-fukidashi-s {
  	color: #504D43;
  	text-align: center;
  	font-size: 20px;
  	font-weight: 500;
  	line-height: normal;
  	margin: 0 16px;
  }
  .parttime-point-wrap {
  	display: grid;
  	grid-template-columns: repeat(2, 1fr);
  	grid-template-rows: repeat(2, 1fr);
  	gap: 2%;
  	padding-bottom: 40px;
  }
  .parttime-point-col h3 {
  	height: 3em;
  	margin-bottom: 8px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  }
  .parttime-point-col {
  	border-radius: 10px;
  	border: 2px solid #504D43;
  	background: #FFF;
  	padding: 32px 32px;
  	text-align: left;
  }
  .point-box {
  	width: 70px;
  	height: 70px;
  	background: #E34529;
  	color: #FFF;
  	font-size: 26px;
  	font-weight: 700;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	margin: 0px auto 8px auto;
  }
  .parttime-schedule {
  	background-color: #fff;
  	display: flex;
  	width: 100%;
  	margin-bottom: 56px;
  }
  .parttime-schedule-img {
  	width: 90%;
  	background-image: url(../recruit/imgs/parttime/parttime_schedule_img.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: top center;
  }
  .parttime-schedule-col {
  	padding: 32px 24px;
  }
  .parttime-schedule-col .txtJ {
  	width: 70%;
  }
  .schedule-midashi {
  	margin-bottom: 24px;
  	color: #504D43;
  	font-size: 20px;
  	font-weight: 700;
  	line-height: normal;
  }
  .parttime-story-col h4 {
  	min-height: 100px;
  	display: flex;
  	align-items: center;
  	margin-bottom: 24px;
  }
  .parttime-story-col {
  	max-width: 300px;
  	width: 31%;
  	text-align: justify;
  }
.parttime-welcome .flex img {
    max-width: 258px;
    width: 30%;
    display: inline;
}

#part-time section.work-contents img {
    display: inline;
}
  .interview-suchan,
  .interview-answer {
  	position: relative;
  }
  .interview-suchan {
  	border-radius: 30px 0px 0px 30px;
  	background: #E34529;
  	width: 100%;
  	padding: 1em 1.5em;
  	display: flex;
  	align-items: center;
  	color: #FFF;
  	font-weight: 500;
  	margin: 80px 0 40px 0;
  }
  .interview-answer {
  	display: flex;
  	width: 100%;
  	align-items: center;
  	background-color: #fff;
  	color: #000;
  	font-weight: 500;
  	padding: .1em 2em .1em 150px;
  	min-height: 74px;
  	border-radius: 50px 0px 0px 50px;
  	text-align: left !important;
  	margin: 24px 0;
  }
  .tobidasu-suchan {
  	position: absolute;
  	right: 0;
  	bottom: 0;
  }
  .interview-a-img {
  	position: absolute;
  	left: 0;
  }
  .parttime-flow img {
  	display: inline;
  }
  .flow-col {
  	width: 22%;
  	max-width: 165px;
  	position: relative;
  }
  .flow-col p {
  	text-align: justify;
  }
  .parttime-faq .q-icon,
  .parttime-faq .a-icon {
  	font-size: 20px;
  	font-weight: 700;
  	line-height: normal;
  	margin-right: .5em;
  }
  .parttime-faq .q-icon {
  	color: #E34529;
  }
  .parttime-faq .a-icon {
  	color: #504D43;
  }
  .parttime-faq dt,
  .parttime-faq dd {
  	display: flex;
  	align-items: flex-start;
  	text-align: left;
  	line-height: normal;
  }
  .parttime-faq dt {
  	color: #504D43;
  	font-size: 20px;
  	font-weight: 700;
  	line-height: normal;
  	margin-bottom: 16px;
  }
  .parttime-faq-col {
  	border-bottom: 1px solid #504D43;
  	padding: 24px 0px 16px 0px;
  }
  .parttime-faq .containerP {
  	width: 855px;
  	margin-bottom: 40px;
  }
  .lp-deco01,
  .lp-deco02,
  .lp-deco03,
  .lp-deco04,
  .lp-deco05,
  .lp-deco06,
  .lp-deco07,
  .lp-deco08,
  .lp-deco09,
  .lp-deco10,
  .lp-deco11,
  .lp-deco12 {
  	position: absolute;
  }
  .lp-deco01 {
  	top: 0;
  	left: 10%;
  	max-width: 195px;
  	width: 10vw;
  	z-index: 0;
  }
  .lp-deco02 {
  	bottom: 32px;
  	right: 0;
  	max-width: 250px;
  	width: 20vw;
  	z-index: 0;
  }
  .lp-deco03 {
  	top: 50%;
  	right: 5%;
  	max-width: 195px;
  	width: 20vw;
  	z-index: 1;
  }
  .lp-deco04 {
  	top: 56px;
  	left: 5%;
  	max-width: 208px;
  	width: 15vw;
  	z-index: 1;
  }
  .lp-deco05 {
  	top: 40px;
  	right: 5%;
  	max-width: 123px;
  	width: 10vw;
  }
  .lp-deco06 {
  	bottom: 5%;
  	left: 5%;
  	max-width: 181px;
  	width: 15vw;
  }
  .lp-deco07 {
  	top: 0;
  	right: 5%;
  }
  .lp-deco08 {
  	top: 10%;
  	left: 5%;
  }
  .lp-deco10 {
  	top: 0;
  	right: 5%;
  }
  .lp-deco11 {
  	top: 0;
  	left: 5%;
  }
  .lp-deco12 {
  	top: 0;
  	right: 5%;
  }
  .right-bg01,
  .right-bg02,
  .right-bg03,
  .right-bg04,
  .right-bg05,
  .left-bg01,
  .left-bg02,
  .left-bg03,
  .left-bg04 {
  	position: absolute;
  	z-index: 0;
  }
  .right-bg01,
  .right-bg02,
  .right-bg03,
  .right-bg04,
  .right-bg05 {
  	right: 0;
  }
  .left-bg01,
  .left-bg02,
  .left-bg03,
  .left-bg04 {
  	left: 0;
  }
  .right-bg01 {
  	top: 20%;
  }
  .right-bg02 {
  	top: 20%;
  }
  .right-bg03 {
  	bottom: 10%;
  }
  .right-bg04 {
  	top: 40%;
  }
  .right-bg05 {
  	top: 50%;
  }
  .left-bg01 {
  	top: 0;
  }
  .left-bg02 {
  	top: 0;
  }
  .left-bg03 {
  	top: 0;
  }
  .left-bg04 {
  	top: 10%;
  }
  @media (max-width: 768px) {
  	.recruit-main-visual {
  		background-image: url(../recruit/imgs/parttime/recruit_lp_main_img_sp.png);
  		background-size: contain;
  		background-repeat: no-repeat;
  		aspect-ratio: 13 / 20;
  		padding-top: 125vw;
  	}
  	#part-time hgroup h2 {
  		font-size: 20px;
  	}
  	#part-time section.parttime-top {
  		padding-bottom: 24px;
  	}
  	#part-time .parttime-top h2 {
  		font-size: 20px;
  	}
	#part-time .opening-staff h2 {
    font-size: 20px;
}
  	#part-time h3 {
  		font-size: 20px;
  	}
  	#part-time h4 {
  		color: #E34529;
  		font-size: 18px;
  		font-weight: 500;
  		line-height: normal;
  		text-align: left;
  	}
  	#part-time hgroup {
  		margin: 24px;
  	}
  	.parttime-btn {
  		width: 100%;
  		font-size: 16px;
  		height: 48.42px;
  	}
  	.parttime-fukidashi-l {
  		font-size: 14px;
  		font-weight: 400;
  		line-height: 180%;
  		/* 27px */
  	}
  	.our-job-col {
  		width: 80%;
  		text-align: center !important;
  		margin: 0 auto 32px auto;
  	}
  	.our-job-detail {
  		font-size: 16px;
  		margin-top: 8px;
  	}
  	.parttime-fukidashi-s {
  		font-size: 16px;
  	}
  	.parttime-point-wrap {
  		display: block;
  		padding-bottom: 0;
  	}
  	.parttime-point-col h3 {
  		height: auto;
  		margin-bottom: 8px;
  	}
  	.parttime-point-col {
  		padding: 24px;
  		margin-bottom: 16px;
  	}
  	.point-box {
  		width: 48px;
  		height: 48px;
  		margin: 0px auto 8px auto;
  	}
  	.parttime-schedule {
  		width: 100%;
  		margin-bottom: 40px;
  		display: block;
  	}
  	.parttime-schedule-img {
  		width: 100%;
  		height: 352px;
  	}
  	.parttime-schedule-col .txtJ {
  		width: 70%;
  		line-height: 160%;
  		/* 20.8px */
  	}
  	.schedule-midashi {
  		font-size: 18px;
  	}
  	.parttime-story-col h4 {
  		min-height: 0;
  		display: block;
  		margin-bottom: 8px;
  	}
  	.parttime-story-col {
  		max-width: 100%;
  		width: 100%;
  		margin-bottom: 32px;
  	}
  	.parttime-welcome .flex img {
  		width: 100%;
  		margin-bottom: 32px;
  	}
  	.interview-answer {
  		padding: .1em .5em .1em 110px;
  		border-radius: 0px 0px 0px 0px;
  		text-align: justify !important;
  		margin: 16px 0;
  		line-height: 160%;
  		/* 20.8px */
  	}
  	.interview-a-img {
  		max-width: 100px;
  	}
  	.flow-col {
  		width: 100%;
  		max-width: 100%;
  		display: flex;
  		align-items: center;
  	}
  	.flow-col img {
  		max-width: 128px;
  		margin-right: 8px;
  	}
  	.parttime-faq .q-icon,
  	.parttime-faq .a-icon {
  		font-size: 16px;
  	}
  	.parttime-faq dt {
  		font-size: 16px;
  	}
  	.parttime-faq-col {
  		padding: 16px 0px 16px 0px;
  	}
  	#part-time .parttime-bottom h2 {
  		font-size: 18px;
  	}
  	.work-contents:before,
  	.parttime-story:before,
  	.parttime-interview:before,
  	.parttime-faq:before {
  		position: absolute;
  		content: "";
  		width: 105vw;
  		height: 100%;
  		background-image: url(../recruit/imgs/parttime/beige_top.svg);
  		background-size: contain;
  		background-repeat: repeat-x;
  		top: max(-4vw, -78px);
  		left: -5px;
  		z-index: 0;
  	}
  	.work-contents::after,
  	.parttime-story::after,
  	.parttime-interview::after,
  	.parttime-faq::after {
  		position: absolute;
  		content: "";
  		width: 105vw;
  		height: 100%;
  		background-image: url(../recruit/imgs/parttime/beige_bottom.svg);
  		background-size: contain;
  		background-repeat: repeat-x;
  		left: -5px;
  		z-index: 0;
  	}
		.parttime-faq::after {
			height: 78px;
		}
  	.lp-deco01 {
  		position: relative;
  		max-width: 88px;
  		width: 18vw;
  	}
  	.lp-deco02 {
  		position: relative;
  		right: -60%;
  		width: 38vw;
  		max-width: 200px;
  	}
  	.lp-deco03 {
  		display: none;
  	}
  	.lp-deco04 {
  		top: 8px;
  		max-width: 100px;
  	}
  	.lp-deco05 {
  		display: none;
  	}
  	.lp-deco06 {
  		display: none;
  	}
  	.lp-deco07 {
  		max-width: 70px;
  		top: -32px;
  	}
  	.lp-deco08 {
  		max-width: 80px;
  		top: 24px;
  	}
  	.lp-deco10 {
  		max-width: 86px;
  		top: -24px;
  	}
  	.lp-deco11 {
  		max-width: 100px;
  		top: -24px;
  	}
  	.lp-deco12 {
  		max-width: 90px;
  		top: -16px;
  	}
  }
  .page-top,
  .app-dl-btn {
  	position: fixed;
  	bottom: 30px;
  	right: 24px;
  	display: none;
  	/* 初期状態は非表示 */
  	z-index: 1000;
  	/* 必要に応じて調整 */
  	width: 100px;
  }
  main#top .page-top {
  	bottom: 150px;
  }
  #part-time .float-btn {
  	position: fixed;
  	bottom: 150px;
  	right: 16px;
  	display: none;
  	/* 初期状態は非表示 */
  	z-index: 1000;
  	/* 必要に応じて調整 */
  	filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.15));
  	width: 190px;
  }
  @media (max-width: 768px) {
  	.page-top,
  	.app-dl-btn {
  		width: 64px;
  	}
  	main#top .page-top {
  		bottom: 104px;
  	}
  	#part-time .float-btn {
  		width: 120px;
  		right: 8px;
  		bottom: 150px;
  	}
  }
  #not-found section {
  	padding-top: 104px;
  }
  #not-found h2 {
  	margin-bottom: 24px;
  	font-size: 32px;
  }
  #not-found .top-w-btn {
  	margin: 40px auto 0px 0px;
  }
  #not-found .w40 {
  	max-width: 50%;
  }
  @media (max-width: 768px) {
  	#not-found section {
  		padding-top: 80px;
  	}
  	#not-found {
  		text-align: center;
  	}
  	#not-found h2 {
  		font-size: 24px;
  		margin-top: 24px;
  		text-align: center;
  	}
  	#not-found .top-w-btn {
  		margin: auto;
  	}
  }
  /* 2025.04.10追加
  お知らせ一覧に画像を追加するコード */
  .news-content {
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  }
  .news-list-containerP {
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  }
  .news-thumbnail {
  	max-width: 300px;
  	margin-left: 2rem;
  	display: flex;
  }
  .news-content img,
  .news-thumbnail img {
  	border-radius: 10px;
  }
  li.news-col {
  	width: 100%;
  }
  .news-title {
  	width: 65%;
  	padding-left: 40px;
  }
  .news-content .news-title {
  	padding-right: inherit !important;
  }
  .news-title::after {
  	top: 55% !important;
  }
  .has-thumbnail a::after {
  	top: 55% !important;
  	/* アイキャッチがある場合のスタイル */
  }
  .news-list {
  	display: flex;
  	justify-content: space-between;
  	/* gap: 30px; */
  	flex-wrap: wrap;
  }
  .news-list-containerP::after {
  	top: 50% !important;
  }
  /* .news-col a::after {
  	top: 55% !important;
  } */
  @media (max-width: 768px) {
  	.news-content {
  		display: block;
  	}
  	.news-list-containerP {
  		display: block;
  	}
  	/* li.news-col {
  		width: inherit;
  	} */
  	.news-title {
  		width: 100%;
  	}
  	.news-content .news-title {
  		padding-right: 32px !important;
  	}
  	.news-list-containerP .news-title {
  		padding-left: 0px;
  	}
  	.news-thumbnail {
  		margin: auto;
  		place-content: center;
  	}
  }
  /* 一得庵 */
  .ittokuan-midashi {
  	background-image: url(/imgs/ittokuan_midashi_bg.png);
  }
  #nabeyakiudon .nabeyakiudon-wrap {
  	background-image: url(/imgs/menu/nabeyakiudon_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  .nabeyakiudon-icon {
  	position: relative;
  	top: 10px;
  }
  .ittokuan_navy {
  	color: #223A70;
  }
  #nabeyakiudon .nabeyakiudon-wrap h2,
  #ittokuan_other .ittokuan_other-wrap h2 {
  	color: #fff;
  }
  #nabeyakiudon .nabeyakiudon-wrap,
  #ittokuan_topping .ittokuan_topping-wrap,
  #ittokuan_side .ittokuan_side-wrap,
  #ittokuan_other .ittokuan_other-wrap {
  	width: 100%;
  	padding: 40px 0px;
  	text-align: center;
  	border-radius: 14px;
  }
  #ittokuan_topping .ittokuan_topping-wrap {
  	background-image: url(/imgs/menu/ittokuan_topping_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  #ittokuan_side .ittokuan_side-wrap {
  	background-image: url(/imgs/menu/ittokuan_side_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  .ittokuan_side-wrap hgroup {
  	display: flex;
  	align-items: baseline;
  	place-content: center;
  }
  #ittokuan_other .ittokuan_other-wrap {
  	background-image: url(/imgs/menu/ittokuan_other_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  @media (max-width: 768px) {
  	.ittokuan-midashi h1 {
  		font-size: 22px;
  	}
  }
  @media (max-width: 768px) {
  	#nabeyakiudon .nabeyakiudon-wrap,
  	#ittokuan_topping .ittokuan_topping-wrap,
  	#ittokuan_side .ittokuan_side-wrap,
  	#ittokuan_other .ittokuan_other-wrap {
  		padding: 15px 0px;
  	}
  }
  .l-zero {
  	left: 0px;
  }
  .bg-brend {
  	mix-blend-mode: multiply;
  }
  /* 金ことぶき用css */
  /* 金ことぶきメニュー一覧 */
  .kinkotobuki-midashi {
  	background-image: url(/imgs/kinkotobuki_midashi_bg.png);
  	background-size: cover;
  }
  .kinkotobuki-color {
  	color: #F0D071 !important;
  }
  .kinkotobuki-black {
  	color: #000 !important;
  }
  .kinkotobuki-white {
  	color: #fff !important;
  }
  .kinkotobuki-beige {
  	color: #FDFACE !important;
  }
  #kinkotobuki-ramen .kinkotobuki-ramen-wrap {
  	background-image: url(/imgs/menu/kinkotobuki-ramen-bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  .kinkorobuki-ramen-icon {
  	position: relative;
  	top: 10px;
  }
  .ramen-box {
  	padding: 00px 20px 20px;
  	border-radius: 11px;
  	position: relative;
  }
  .toroburta-logo {
  	width: 50px;
  	height: 50px;
  }
  /* .ramen-copy::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 70px;
  width: 50px;
  height: 50px;
  background-image: url(/imgs/torobuta-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
} */
  .kin-bg {
  	background-image: url(/imgs/menu/kin-ramen_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  .kuro-bg {
  	background-image: url(/imgs/menu/kuro-ramen_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  .other-bg {
  	background-image: url(/imgs/menu/other-ramen_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  .set-bg {
  	background-image: url(/imgs/menu/set-otoku_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  .ramen-copy hgroup {
  	display: flex;
  	margin: auto;
  	width: 100%;
  	align-items: center;
  	justify-content: space-evenly;
  	padding: 30px 8%;
  }
  .ramen-copy hgroup p {
  	font-weight: bold;
  }
  .ramen-copy span {
  	font-size: 2.7rem;
  	display: block;
  }
  .set-otoku {
  	color: #fff;
  	position: relative;
  	top: 3px;
  }
  .set-title-ptn {
  	background-color: #E83828;
  	padding: 20px;
  	border-radius: 40px;
  	display: flex;
  	align-items: center;
  	height: 70px;
  	margin-top: 30px;
  	margin-bottom: 30px;
  }
  .set-title-ptn img {
  	width: 20px;
  }
  #kinkotobuki-ramen .kinkotobuki-ramen-wrap,
  #kinkotobuki-topping .kinkotobuki-side-wrap,
  #kinkotobuki-side .kinkotobuki-side-wrap {
  	width: 100%;
  	padding: 40px 0px;
  	text-align: center;
  	border-radius: 14px;
  }
  #kinkotobuki-topping .kinkotobuki-side-wrap {
  	background-image: url(/imgs/menu/kinkotobuki_topping_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  #kinkotobuki-side .kinkotobuki-side-wrap {
  	background-image: url(/imgs/menu/kinkotobuki_side_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  .kinkotobuki-side-wrap hgroup {
  	display: flex;
  	align-items: baseline;
  	place-content: center;
  }
  .l-zero {
  	left: 0px;
  	top: 50%;
  }
  .bg-brend {
  	mix-blend-mode: multiply;
  }
  a.menu-anchor-btn.divide_4 {
  	width: calc(100% / 4 - 13px);
  }
  @media (max-width: 1030px) {
  	.kinkotobuki-midashi {
  		background-position-x: -10px;
  	}
  	.ramen-copy hgroup {
  		padding: 30px 0 30px;
  	}
  }
  @media (max-width: 768px) {
  	#kinkotobuki-ramen .kinkotobuki-ramen-wrap,
  	#kinkotobuki-topping .kinkotobuki-side-wrap,
  	#kinkotobuki-side .kinkotobuki-side-wrap {
  		padding: 15px 0px;
  	}
  	.kinkotobuki-midashi h1 {
  		font-size: 22px;
  	}
  	a.menu-anchor-btn.divide_4 {
  		width: calc(100% / 2 - 13px);
  	}
  	.ramen-copy span {
  		width: 100%;
  		margin-bottom: 10px;
  	}
  	.ramen-copy hgroup {
  		display: block;
  	}
  	.toroburta-logo {
  		margin-bottom: 10px;
  	}
  	.set-otoku {
  		top: 0px;
  	}
  }
  @media (width: 820px) {
  	.ramen-copy {
  		text-align: left;
  	}
  	.ramen-copy hgroup p {
  		width: 400px;
  	}
  }
  /* 金ことぶきメニュー詳細 */
  h2.kinkotobuki_border_black {
  	border-bottom: 2px solid #000;
  }
  /* 寿がきや用css */
  /* 寿がきやメニュー一覧 */
  .kotobukigakiya-midashi {
  	background-image: url(/imgs/kotobukigakiya_midashi_bg.png);
  }
  #kotobukigakiya_ramen .kotobukigakiya_ramen-wrap {
  	background-image: url(/imgs/menu/kotobukigakiya_ramen_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  .kotobukigakiya_ramen-icon {
  	position: relative;
  	top: 10px;
  }
  #kotobukigakiya_ramen .kotobukigakiya_ramen-wrap h2,
  #kotobukigakiya_ramen .omori-txt {
  	color: #fff;
  }
  #kotobukigakiya_ramen .kotobukigakiya_ramen-wrap,
  #kotobukigakiya_curry .kotobukigakiya_curry-wrap,
  #kotobukigakiya_side .kotobukigakiya_side-wrap,
  #kotobukigakiya_topping .kotobukigakiya_topping-wrap {
  	width: 100%;
  	padding: 40px 0px;
  	text-align: center;
  	border-radius: 14px;
  }
  #kotobukigakiya_curry .kotobukigakiya_curry-wrap {
  	background-image: url(/imgs/menu/kotobukigakiya_curry_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  #kotobukigakiya_side .kotobukigakiya_side-wrap {
  	background-image: url(/imgs/menu/kotobukigakiya_side_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  #kotobukigakiya_topping .kotobukigakiya_topping-wrap {
  	background-image: url(/imgs/menu/kotobukigakiya_topping_bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
  }
  .kotobukigakiya_side-wrap hgroup {
  	display: flex;
  	align-items: baseline;
  	place-content: center;
  }
  @media (max-width: 768px) {
  	.kotobukigakiya-midashi h1 {
  		font-size: 22px;
  	}
  }
  @media (max-width: 768px) {
  	#kotobukigakiya_ramen .kotobukigakiya_ramen-wrap,
  	#kotobukigakiya_curry .kotobukigakiya_curry-wrap,
  	#kotobukigakiya_side .kotobukigakiya_side-wrap,
  	#kotobukigakiya_topping .kotobukigakiya_topping-wrap {
  		padding: 15px 0px;
  	}
  	#kotobukigakiya_ramen .kotobukigakiya_ramen-wrap {
  		background-image: url(/imgs/menu/kotobukigakiya_ramen_sp_bg.png);
  		background-repeat: no-repeat;
  		background-size: cover;
  	}
  }
  .l-zero {
  	left: 0px;
  }
  .bg-brend {
  	mix-blend-mode: multiply;
  }
  .kotobikigakiya-back-l {
  	top: 40%;
  }
  .kotobikigakiya-back-r {
  	top: 20%;
  }
  /* カレー非表示の場合の設定 */
  .c-none {
  	width: calc(100% / 4 - 13px);
  }
  @media (max-width: 768px) {
  	.c-none {
  		width: calc(100% / 2 - 13px);
  	}
  }
  /* カレー非表示の場合の設定 */
  /* 寿がきやメニュー詳細 */
  h2.kotobukigakiya_border_color {
  	border-bottom: 2px solid #943427;
  }