@charset "UTF-8";
@import url('https://961ed8.claudeassets.com/20240527010913cs_/https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto:wght@300;400;500;700;900&display=swap');

body, button, input, select, option, textarea {
	font-family: 'Noto Sans JP', sans-serif;
}
.font_roboto {
	font-family: 'Roboto', sans-serif;
}
/*
Roboto
Light 300
Regular 400
Medium 500
Bold 700
Black 900
*/
/*
Noto Sans Japanese
Light 300
Regular 400
Medium 500
Bold 700
Black 900
*/

/*----------------------------------------------------
	Structure Module
----------------------------------------------------*/
html {
  /* overflow-y: scroll; */
}

body {
  margin: 0;
  padding: 0;
  color: #333333;
  /* text-align: center; */
  line-height: 1.65;
  letter-spacing: 1px;
  word-break: break-all;
  -ms-word-break: break-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;

	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
}

/*----------------------------------------------------
	Headings Module
----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------
	Phrasing Module
----------------------------------------------------*/
p {
  margin: 0;
  padding: 0;
}

cite, dfn, address, i, em {
  font-style: normal;
}

strong, em, b {
  font-weight: normal;
}

u {
  text-decoration: none;
}

abbr {
  border: 0 none;
}

mark {
  background-color: transparent;
}

q {
  quotes: none;
}

button {
  text-align: left;
  cursor: pointer;
}

input:focus, button:focus, select:focus, textarea:focus {
  outline: none;
}

/*----------------------------------------------------
	Hypertext Module
----------------------------------------------------*/
a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(152, 152, 152, 0.3);
}

a:link,
a:visited {
  color: #ff0000;
}

a:hover {
  text-decoration: underline;
}

a:active,
a:focus {
  background-color: transparent;
}

/*----------------------------------------------------
	Image Module
----------------------------------------------------*/
img {
  border: 0;
  vertical-align: bottom;
}

/*----------------------------------------------------
	Embedded Module
----------------------------------------------------*/
object, embed {
  outline: none;
}

/*----------------------------------------------------
	List Module
----------------------------------------------------*/
ul, ol, dl, dt, dd, li {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: none;
}

/*----------------------------------------------------
	Table Module
----------------------------------------------------*/
table {
  border-collapse: separate;
  border-spacing: 0;
}

th, td {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

/*----------------------------------------------------
	Forms Module
----------------------------------------------------*/
form, button, input, select, option, textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

textarea {
  width: 350px;
}

input {
  border: 0 none;
  border-radius: 0px;
}

button {
  background: none;
  border: 0 none;
  overflow: visible;
}

/*----------------------------------------------------
	HTML5 Reset
----------------------------------------------------*/
article, aside, figure, figcaption, dialog, details,
footer, header, menu, main, nav, section, summary {
  display: block;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/*
*  OSSO　MARKET＆KITCHEN　NAGAI｜オッソ　マーケット＆キッチン　長居
*  ---------------------------------------------------
*  BaseFont
*  Optimization
*  BaseColor
*  Animation
*  ---------------------------------------------------
*  Z-Index
*  ---------------------------------------------------
*  layout[ALL]
*    html
*    Body
*    Wrapper
*    Header
*    Container/Content
*    Footer


//PCファースト
*  --------------------------------------------------
*  Media Queries for window size under 768px
*  --------------------------------------------------
*/




/*==================================================

  Optimization

====================================================*/
/*  html
--------------------------*/
html {
  font-size: 62.5%; /* 10px */
}


/*  Body
--------------------------*/
body,
body *,
body *::before,
body *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  letter-spacing: 0px;
  font-size: 100%;
	font-size: 1rem; /* 10px */
}


button, input, select, option, textarea {
  border: 0 none;
  letter-spacing: 0px;
  border-radius: 0px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
button:disabled, input:disabled, select:disabled, option:disabled, textarea:disabled {
  background-color: transparent;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  vertical-align: bottom;
}

img {
  -webkit-touch-callout: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	/* width: 100%; */
}

a:hover {
  text-decoration: none;
}

i {
}

h1, h2, h3, h4 {
  font-size: 100%;
  font-weight: 400;
}

table {
  border-collapse: collapse;
}

/*==================================================

  BaseColor

====================================================*/
/* テキスト
--------------------------*/
body {
  color: #000;
  width: 100%;
}

button, input, select, option, textarea {
  color: #000;
}

input:-moz-placeholder {
  color: #bbbbbb;
}
input::-webkit-input-placeholder {
  color: #bbbbbb;
}

textarea:-moz-placeholder {
  color: #bbbbbb;
}
textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}

/* リンク
--------------------------*/
a:link,
a:visited {
  color: #000;
}

/*==================================================

  Animation

====================================================*/

/* @keyframes stap2_1 {
	0% { visibility: hidden; }
	50% { visibility: visible; }
	100% { visibility: hidden; }
}
@keyframes stap2_2 {
	0% { visibility: visible; }
	50% { visibility: hidden; }
	100% { visibility: visible; }
} */
/*
@keyframes stap3_1 {
	0% { visibility: visible; }
	34% { visibility: hidden; }
	67% { visibility: hidden; }
	100% { visibility: visible; }
}
@keyframes stap3_2 {
	0% { visibility: hidden; }
	34% { visibility: visible; }
	67% { visibility: hidden; }
	100% { visibility: hidden; }
}
@keyframes stap3_3 {
	0% { visibility: hidden; }
	34% { visibility: hidden; }
	67% { visibility: visible; }
	100% { visibility: hidden; }
}
*/
@keyframes anim_opct0-1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/* @keyframes anim_scrollarw {
	0% {
		transform: translate(-50%,-10%);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(-50%,50%);
		opacity: 0;
	}
} */
@keyframes scroll_path_anim {
	0% {
		transform: translateY(0%);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		transform: translateY(100%);
		opacity: 0;
	}
}

@keyframes butterfly_anim {
	0% {
		transform: rotateZ(0deg);
	}
	100% {
		transform: rotateZ(360deg);
	}
}
/*==================================================

  Z-Index

====================================================*/
#header {
	z-index: 100;
}
#nav {
	z-index: 90;
}
.slick-arrow {
	z-index: 80;
}
/*==================================================

  layout[ALL]

====================================================*/
.pc {
	display: inline;
}
.sp {
	display: none;
}
.event_disable {
	pointer-events: none;
	user-select: none;
}
.opct_0 {
	opacity: 0;
}
a:hover {
	transition: all 300ms ease 0s;
}
.fadein {
	opacity: 0;
}
/* .fadein {
	opacity: 0;
	transform: translateY(calc(30 / 768 * 100vw));
}
.fadein.on {
	opacity: 1;
	transform: translateY(0);
	transition: all 1200ms ease 500ms;
} */



/*  Html
--------------------------*/
html {
	font-size: 1px;
}
/*  Body
--------------------------*/
body {
	/* min-width: 1280rem; */
	background-color: #fff;
}

/*  Wrapper
--------------------------*/
#wrapper {
	overflow: hidden;
}

/*  Header
--------------------------*/
#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 198rem;
}
#header::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 152rem;
	background-color: #ffc900;
}
#header::after {
	content: "";
	display: block;
	background-image: url(https://5f6057.claudeassets.com/20240527010913im_/https://www.ossomarket.com/src/img/header_awning-min.webp);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1rem;
	height: 46rem;
}
#header_in {
	position: relative;
	width: 768rem;
	height: 152rem;
	margin: auto;
}
#menu_btn {
	position: absolute;
	left: 32rem;
	top: 40rem;
}
#menu_btn img {
	width: 104rem;
}
#header_logo {
	position: absolute;
	right: 40rem;
	top: 55rem;
}
#header_logo img {
	width: 554rem;
}
#nav {
	position: fixed;
	left: 0;
	right: 0;
	top: 177rem;
}
#nav_in {
	width: 768rem;
	margin: auto;
	height: 0;
	position: relative;
}
#nav_board {
	width: 380rem;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	left: 0;
	top: 0;

	transform: translateY(-110%);
}
.open #nav_board {
	transform: translateY(0%);
	transition: transform 200ms ease 0s;
}


#nav_list {
	padding-left: 45rem;
	padding-top: 130rem;
	padding-bottom: 30rem;
}
#nav_list > li {
	padding-bottom: 30rem;
}
#nav_list > li a {
	color: #fff;
	font-size: 37rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .05em;
}
#nav_list > li.company a {
	font-size: 27rem;
	vertical-align: middle;
}
#nav_list > li.company .fa-arrow-up-right-from-square {
	font-size: 26rem;
	color: #fff;
	margin-left: 8rem;
	vertical-align: middle;
	position: relative;
	top: -1rem;
}
#close_btn {
	position: absolute;
	left: 45rem;
	top: 56rem;
}
#close_btn img {
	width: 34rem;
}

/*  mainv
--------------------------*/
#mainv {
	margin-top: 180rem;
	position: relative;
	height: calc(1080 / 1920 * 100vw);
	overflow: hidden;
}
#mainv img {
	width: 100%;
	height: calc(1080 / 1920 * 100vw);
	object-fit: cover;
}
.slick-arrow {
	font-size: 40rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	width: 60rem;
	height: 60rem;
	background-color: rgba(0,0,0,.6);
	border-radius: 50%;
}
.slick-prev {
	left: 30rem;
}
.slick-next {
	right: 30rem;
}
.slick-arrow:hover {
	opacity: .5;
}
.slick-arrow::before,
.slick-arrow::after {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.slick-prev::before {
	font: var(--fa-font-solid);
	content: "\f104";
}
.slick-next::before {
	font: var(--fa-font-solid);
	content: "\f105";
}
.slick-dots {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 20rem;
	line-height: 1;
}
.slick-dots > li {
	padding-left: 10rem;
	padding-right: 10rem;
}
.slick-dots > li button {
	font-size: 0;
	width: 20rem;
	height: 20rem;
	border-radius: 50%;
	background-color: rgba(255,255,255,.8);
	cursor: pointer;
	vertical-align: top;
}
.slick-dots > li button:hover {
	background-color: rgba(0,0,0,.8);
}
.slick-dots > li.slick-active button {
	background-color: rgba(0,0,0,.8);
	cursor: default;
}
/*  container
--------------------------*/
#container {
	max-width: 1280rem;
	margin: auto;
	padding-left: 40rem;
	padding-right: 40rem;
	padding-bottom: 100rem;
}
#sec_about {
	padding-bottom: 120rem;
}
#sec_about .inner {
}
#sec_about .sec_header {
	text-align: center;
	font-weight: 700;
	line-height: 1.4;
	padding-top: 120rem;
}
#sec_about .sec_header.ja {
	font-size: 45rem;
}
#sec_about .sec_header.en {
	font-size: 49rem;
	letter-spacing: .05em;
}
#sec_about .paragraph {
	padding-top: 30rem;
	font-size: 32rem;
	line-height: 1.78;
}
#sec_about .paragraph .mark {
	/* background-color: #ffc900; */
	font-weight: 700;
	display: inline-block;
	padding-left: 10rem;
	padding-right: 10rem;
	/* border-radius: 5rem; */
	font-size: 1.2em;
}
#sec_about .align_center {
	text-align: center;
}
#sec_about .thumb {
	padding-top: 120rem;
	text-align: center;
}
#sec_about .thumb img {
	width: 582rem;
}


#sec_news {
	background-color: #f2f2f2;
	padding-bottom: 40rem;
}
#sec_news .inner {
	padding-left: 40rem;
	padding-right: 40rem;
}
#sec_news .sec_header {
	text-align: center;
	font-weight: 700;
	line-height: 1;
	padding-top: 120rem;
	font-size: 57rem;
	font-weight: 700;
	letter-spacing: .05em;
}
#sec_news .news_blk {
	background-color: #fff;
	margin-top: 40rem;
}


#sec_news .news_list {
	padding-top: 20rem;
	padding-left: 40rem;
	padding-right: 40rem;
	padding-bottom: 36rem;
	height: 340rem;
	overflow: hidden;
}
#sec_news .news_list:hover {
	overflow: auto;
}
#sec_news .news_list > li {

}
#sec_news .news_list > li:first-child .news_dfl {
	border-top: none;
}
#sec_news .news_dfl {
	border-top: 4rem solid #f2f2f2;
	padding-top: 20rem;
	padding-bottom: 24rem;
}
#sec_news .news_dfl > dt {
}
#sec_news .news_dfl > dt .day {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10rem;
	font-size: 26rem;
}
#sec_news .news_dfl > dt .new {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	background-color: #ffc900;
	color: #fff;
	padding: 3rem 10rem 5rem 10rem;
	font-size: 18rem;
	font-weight: 700;
}
#sec_news .news_dfl > dd {
	padding-top: 10rem;
	font-size: 26rem;
}
#sec_news .news_dfl > dd a {
	background: linear-gradient(transparent 70%, #ffc900 0%);
	padding-left: 5rem;
	padding-right: 5rem;
}
#sec_news .news_dfl > dd a:hover {
	background: none;
}

#sec_news .ig_widget {
	text-align: center;
}
#sec_news .ig_widget > dt {
	font-size: 41rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1;
	padding-top: 100rem;
}
#sec_news .ig_widget > dt a {
	text-decoration: underline;
}
#sec_news .ig_widget > dt a:hover {
	text-decoration: none;
}
#sec_news .ig_widget > dt i {
	font-size: 30rem;
	margin-left: 8rem;
	vertical-align: middle;
	position: relative;
	top: -1rem;
}
#sec_news .ig_widget > dd {
	padding-top: 50rem;
}
#sec_news .ig_widget > dd iframe {
	pointer-events: none;
}

#sec_info {
	padding-bottom: 120rem;
}
#sec_info .inner {
	padding-left: 40rem;
	padding-right: 40rem;
}
#sec_info .sec_header {
	text-align: center;
	font-weight: 700;
	line-height: 1;
	padding-top: 120rem;
	font-size: 57rem;
	font-weight: 700;
	letter-spacing: .05em;
}
#sec_info .gmap {
	padding-top: 60rem;
}
#sec_info .gmap iframe {
	width: 100%;
	height: 500rem;
}
#bis_wrap {
	padding-top: 20rem;
}
.bis_dfl {
	padding-top: 50rem;
}
.bis_dfl > dt {
	font-size: 39rem;
	line-height: 1.3;
	letter-spacing: .05em;
	font-weight: 700;
}
.bis_dfl > dd {
	font-size: 29rem;
	line-height: 1.75;
	letter-spacing: .05em;
	padding-top: 10rem;
}
.bis_dfl > dd .time {
	letter-spacing: .1em;
}

.cafemenu_link {
	display: inline-block;
	padding-left: 20rem;
}

.icon_blank {
	margin-left: 8rem;
}
.event_disable {
	background-color: #fff;
	color: #808080;
	border-color: #808080;
}

.place_dfl {
	font-size: 29rem;
	line-height: 1.75;
	letter-spacing: .05em;
	padding-top: 10rem;
	display: flex;
	flex-flow: row wrap;
}
.place_dfl > dt {
	width: 180rem;
}
.place_dfl > dd {
}
.place_dfl .fa-phone {
	font-size: 29rem;
	margin-right: 10rem;
	vertical-align: middle;
}
.place_dfl a {
	text-decoration: underline;
}
.parking_txt {
	font-size: 25rem;
	line-height: 1.56;
	letter-spacing: .05em;
	padding-top: 50rem;
	text-indent: -1em;
	padding-left: 1em;
}

.recruit_link {
	padding-top: 80rem;
}

a.link_btn {
	display: inline-block;
	line-height: 1;
	border-width: 2rem;
	border-style: solid;
	font-size: 29rem;
	padding-left: 26rem;
	padding-right: 26rem;
	padding-top: 8rem;
	padding-bottom: 10rem;
	border-radius: 25rem;

	background-color: #000;
	color: #fff;
	border-color: #000;
}

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

/*  Footer
--------------------------*/
#footer {
	background-color: #000;
}
#footer_in {
	text-align: center;
	padding-top: 44rem;
	padding-bottom: 44rem;
}
#copyright {
	display: inline-block;
	line-height: 1;
	color: #fff;
	letter-spacing: .1em;
	font-size: 21rem;
}



































/*==================================================

  Media Queries for window size under 1280px

====================================================*/
@media screen and (max-width: 1280px) {
	html {
		font-size: calc(1 / 1280 * 100vw);
	}
}






/*==================================================

  Media Queries for window size under 768px

====================================================*/
@media screen and (max-width: 768px) {

  /*================================================
    Z-Index under 768px
  ==================================================*/

  /*================================================
    layout[ALL] under 768px
  ==================================================*/
	.pc {
		display: none;
	}
	.sp {
		display: inline;
	}
	/*  Html under 768px
	--------------------------*/
	html {
		font-size: calc(1 / 768 * 100vw);
	}
	/*  Body under 768px
	--------------------------*/
	body {
	}

	/*  Wrapper
	--------------------------*/
	#wrapper {
	}

	/*  Header
	--------------------------*/


	/*  mainv
	--------------------------*/
	#mainv {
		height: calc(1280 / 1920 * 100vw);
	}
	#mainv img {
		height: calc(1280 / 1920 * 100vw);
	}

	/*  container
	--------------------------*/
	#container {
		padding-left: 0;
		padding-right: 0;
	}
	#sec_about .inner {
		width: 768rem;
		margin: auto;
		padding-left: 93rem;
		padding-right: 93rem;
	}



	#sec_news {
	}
	#sec_news .inner {
		padding-left: 93rem;
		padding-right: 93rem;
	}
	#sec_news .news_list {
		height: 500rem;
		overflow: scroll;
	}
	#sec_news .news_list:hover {
		overflow: scroll;
	}
	#sec_news .news_dfl {
		border-top: 6rem solid #f2f2f2;
	}
	#sec_news .ig_widget {
	}
	#sec_news .ig_widget > dt {
	}
	#sec_news .ig_widget > dt a {
	}
	#sec_news .ig_widget > dt i {
	}
	#sec_news .ig_widget > dd {
	}


	#sec_info {
		text-align: left;
	}
	#sec_info .inner {
		padding-left: 93rem;
		padding-right: 93rem;
	}
	#sec_info .sec_header {
	}
	#sec_info .gmap {
	}
	#sec_info .gmap iframe {
		height: 500rem;
	}

	#bis_wrap {
	}
	.bis_dfl {
		/* padding-top: 20rem; */
	}
	.bis_dfl > dt {
	}
	.bis_dfl > dd {
	}
	.bis_dfl > dd .time {
	}

	.cafemenu_link {
		padding-top: 20rem;
		display: block;
		padding-left: 0;
		padding-bottom: 10px;
	}

	.icon_blank {
	}
	.event_disable {
		background-color: #fff;
		color: #808080;
		border-color: #808080;
	}
	
	.place_dfl {
		display: block;
		padding-top: 20rem;
	}
	.place_dfl > dt {
		width: 100%;
	}
	.place_dfl > dd {
	}
	.place_dfl .fa-phone {
	}
	.place_dfl a {
	}
	.parking_txt {
	}
	
	.recruit_link {
	}
	
	a.link_btn {
	}
	
	a.link_btn:hover {
	}


	/*  Footer
	--------------------------*/
	#footer {
	}
	#footer_in {
	}
	#copyright {
	}





}

/*
     FILE ARCHIVED ON 01:11:10 May 27, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:18:05 Jul 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.535
  exclusion.robots: 0.045
  exclusion.robots.policy: 0.036
  esindex: 0.006
  cdx.remote: 12.502
  LoadShardBlock: 90.376 (3)
  PetaboxLoader3.datanode: 82.351 (5)
  PetaboxLoader3.resolve: 353.607 (2)
  load_resource: 381.065
  loaddict: 47.213
*/