@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
* {
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}

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, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

th {
  text-align: left;
  vertical-align: top;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*──────────────────────────────────────────────

	color	

──────────────────────────────────────────────*/
/*──────────────────────────────────────────────

	margin

──────────────────────────────────────────────*/
/*──────────────────────────────────────────────

	max

──────────────────────────────────────────────*/
/*──────────────────────────────────────────────

	font

──────────────────────────────────────────────*/
html {
  font-size: 10px;
}

body {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6666;
  color: #000;
  background: #F8F3E7;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  body {
    font-size: 2.2rem;
    padding-left: 140px;
  }
}

button {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.8rem;
  font-weight: normal;
}

p {
  text-align: justify;
}

/*───────────────────────────────────────

	inline

───────────────────────────────────────*/
a {
  color: #0073C4;
  text-decoration: none;
}

small {
  font-size: 1.4rem;
}

select {
  color: #000;
}

small {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  ._sp-n {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  ._pc-n {
    display: none !important;
  }
}
._bl-center {
  margin-left: auto;
  margin-right: auto;
}

._dp-n {
  display: none;
}

._mb {
  margin-bottom: 2.4rem;
}

._mb-2 {
  margin-bottom: 4.8rem;
}

._mb-4 {
  margin-bottom: 9.6rem;
}

._ml-a {
  margin-left: auto;
}

._mt-s {
  margin-top: 1.2rem;
}

._mt {
  margin-top: 2.4rem;
}

._mt-2 {
  margin-top: 4.8rem;
}

._mt-3 {
  margin-top: 7.2rem;
}

._mt-4 {
  margin-top: 9.6rem;
}

._mt-6 {
  margin-top: 14.4rem;
}

._ofx-h {
  overflow-x: hidden;
}

._op1 {
  opacity: 1 !important;
}

._ta-c {
  text-align: center;
}

._ul-disc li::before {
  content: "・";
  font-weight: 700;
  margin-right: 0.25em;
}

/*───────────────────────────────────────

	common

───────────────────────────────────────*/
main.common {
  padding-top: 2.4rem;
  padding-bottom: 9.6rem;
}
@media screen and (min-width: 769px) {
  main.common {
    padding-top: 4.8rem;
  }
}

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

.js-scrolls > *,
.js-scroll {
  opacity: 0;
  transform: translateY(5vh);
  transition: 1s;
}
.js-scrolls > *.show,
.js-scroll.show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .js-scrolls > *,
  .js-scroll {
    transform: translateY(3vh);
  }
}

/*───────────────────────────────────────

	hero

───────────────────────────────────────*/
.hero {
  background: #232323 url("../images/common/hero_dish_sp.jpg") no-repeat center right/cover;
}
@media screen and (min-width: 769px) {
  .hero {
    background-image: url("../images/common/hero_dish.jpg");
  }
}

body.company .hero, body.recruit2 .hero {
  background-image: url("../images/common/hero_nigiri_sp.jpg");
}
@media screen and (min-width: 769px) {
  body.company .hero, body.recruit2 .hero {
    background-image: url("../images/common/hero_nigiri.jpg");
  }
}

.hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero__title {
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-feature-settings: "vert" 1, "vrt2" 1;
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
.hero__title span.small {
  font-size: 50%;
  letter-spacing: 0.25em;
}
.hero__title span.dot {
  display: inline-block;
  transform: translateX(0.2em);
}

@media screen and (max-width: 768px) {
  .hero__inner {
    aspect-ratio: 393/254;
  }
}
@media screen and (min-width: 769px) {
  .hero__inner {
    height: 410px;
  }
  .hero__title {
    font-size: 4.8rem;
  }
}
/*───────────────────────────────────────

	header

───────────────────────────────────────*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #232323;
  color: #fff;
  z-index: 100;
}
.header a {
  color: inherit;
}
@media screen and (min-width: 769px) {
  .header {
    width: max-content;
    height: 100%;
    display: grid;
    transform: translateX(-100%);
    transition: 0.5s;
    left: 140px;
    grid-template-columns: auto 140px;
    grid-template-rows: auto auto 1fr auto;
    grid-template-areas: "gnav logo" "gnav vnav" "gnav lang" "gnav hbb";
  }
  .header.show {
    transform: translateX(-140px);
  }
  .header .header__logo {
    grid-area: logo;
  }
  .header .vnav__list {
    grid-area: vnav;
  }
  .header .header__lang {
    grid-area: lang;
  }
  .header .header__menu-btn {
    grid-area: hbb;
  }
  .header .gnav {
    grid-area: gnav;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding: 5px 8px;
    height: 40px;
    overflow: hidden;
  }
  .header__inner a,
  .header__inner picture {
    display: inline-block;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header__logo {
    height: 100%;
  }
  .header__logo img {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .header__logo {
    text-align: center;
  }
  .header__logo img {
    width: 112px;
  }
}

.vnav__list {
  display: flex;
  font-size: 2.6rem;
  flex-direction: column;
  gap: 1.5em;
  justify-content: center;
}

.vnav__item {
  text-align: center;
}

.vnav__item span {
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-feature-settings: "vert" 1, "vrt2" 1;
  display: inline-block;
}

@media screen and (max-height: 768px) {
  .vnav__item--tel {
    display: none;
  }
}
.tel-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.tel-btn i {
  line-height: 1;
}

.store-list {
  display: block;
  background: #232323;
  margin-left: auto;
  margin-right: auto;
}
.store-list dt {
  font-size: 2.4rem;
  line-height: 1;
}
.store-list dd {
  font-size: 2rem;
  line-height: 1.3;
}
.store-list .store-list__tel-link {
  display: inline-block;
  border: solid 1px #fff;
  line-height: 1;
  padding: 0.4em 1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .store-list {
    position: fixed;
    width: 100%;
    height: calc(100% - 40px);
    z-index: 200;
    top: 40px;
    left: 0;
    padding: 4.8rem 2.4rem;
    transition: 0.3s;
    left: 100vw;
  }
  .store-list dd {
    margin-top: 0.5em;
  }
  .store-list dt:nth-of-type(n+2) {
    margin-top: 4.8rem;
  }
  .store-list.show {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .store-list .store-list__inner {
    width: auto;
    display: grid;
    grid-template-columns: auto auto;
    gap: 2.8rem;
  }
  .store-list dt {
    font-size: 2.8rem;
  }
  .store-list dd {
    font-size: 2.2rem;
  }
}

.store-list__close-btn {
  display: block;
  width: 44px;
  height: 40px;
  margin-top: 9.6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.store-list__close-btn::before, .store-list__close-btn::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.store-list__close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .gnav__list {
    display: block;
    background: #232323;
    position: fixed;
    width: 100%;
    height: calc(100% - 40px);
    z-index: 200;
    top: 40px;
    left: 0;
    padding-block: 4.8rem;
    transition: 0.3s;
    left: 100vw;
  }
  .gnav__list li {
    text-align: center;
  }
  .gnav__list a {
    display: block;
    padding: 0.5em 0;
  }
  .gnav__list.show {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .gnav__list {
    font-size: 2.6rem;
    line-height: 2.6;
    padding-left: 2.6em;
    padding-right: 2.6em;
    margin-top: 2.6em;
    writing-mode: vertical-rl;
    letter-spacing: 0.25em;
    font-feature-settings: "vert" 1, "vrt2" 1;
    margin-left: auto;
    margin-right: auto;
  }
}

.header__menu-btn {
  position: absolute;
  width: 44px;
  height: 40px;
  top: 0;
  right: 0;
  z-index: 101;
}
.header__menu-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 19px;
  left: 10px;
}
.header__menu-btn::before, .header__menu-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.3s;
  top: 12px;
  left: 10px;
}
.header__menu-btn::after {
  top: 26px;
}
.header__menu-btn.show span {
  opacity: 0;
}
.header__menu-btn.show::before, .header__menu-btn.show::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__menu-btn.show::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .header__menu-btn {
    width: 50px;
    height: 29px;
    top: revert;
    bottom: 45px;
    right: 45px;
  }
  .header__menu-btn span {
    width: 50px;
    height: 3px;
    top: 13px;
    left: 0;
  }
  .header__menu-btn::before, .header__menu-btn::after {
    width: 50px;
    height: 3px;
    top: 0;
    left: 0;
  }
}

/*──────────────────────────────────────────────

	heading

──────────────────────────────────────────────*/
.hd1 {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0;
}
.hd1.--bd {
  border-top: 1px solid #B09D6E;
  border-bottom: 1px solid #B09D6E;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.hd1.--icon {
  display: flex;
  align-items: center;
  padding-left: 0.25em;
  padding-right: 0.25em;
  gap: 0.25em;
}
.hd1.--icon i {
  display: flex;
  align-items: center;
}
.hd1.--icon img {
  height: 1.5em;
  width: auto;
}
@media screen and (max-width: 768px) {
  .hd1 .icon-hotei {
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .hd1 {
    writing-mode: vertical-rl;
    letter-spacing: 0.25em;
    font-feature-settings: "vert" 1, "vrt2" 1;
  }
  .hd1.--bd {
    border-left: 1px solid #B09D6E;
    border-right: 1px solid #B09D6E;
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    width: fit-content;
  }
  .hd1.--icon {
    position: relative;
    height: fit-content;
  }
  .hd1.--icon img {
    height: auto;
    width: 1.5em;
  }
  .hd1 .icon-hotei img {
    position: absolute;
    bottom: 0;
    width: calc(100% + 2.4em);
    left: 50%;
    transform: translate(-50%, 110%);
  }
}

.hd2 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  line-height: 1.3;
}
.hd2.--tate {
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-feature-settings: "vert" 1, "vrt2" 1;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 769px) {
  .hd2 {
    writing-mode: vertical-rl;
    letter-spacing: 0.25em;
    font-feature-settings: "vert" 1, "vrt2" 1;
    letter-spacing: 0.25em;
    margin-bottom: 0;
  }
}

.hd3 {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 0.5em;
}
@media screen and (min-width: 769px) {
  .hd3 {
    font-size: 3.6rem;
  }
}

/*──────────────────────────────────────────────

	sec1

──────────────────────────────────────────────*/
.sec1,
.sec2 {
  padding-inline: 1.2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .sec1,
  .sec2 {
    padding-inline: 5.8823529412%;
  }
}

.sec1 {
  padding-block: 2.4rem;
}
@media screen and (min-width: 769px) {
  .sec1 {
    padding-block: 4.8rem;
  }
}
@media screen and (min-width: 1632px) {
  .sec1 {
    width: 1440px;
    padding-left: 96px;
    padding-right: 96px;
  }
}

@media screen and (min-width: 1392px) {
  .sec2 {
    width: 1392px;
    padding-left: 96px;
    padding-right: 96px;
  }
}

/*───────────────────────────────────────

	list

───────────────────────────────────────*/
.dl1 {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 1.6rem;
}

.dl1__label {
  font-weight: 600;
  padding-right: 2em;
}

.dl1__label,
.dl1__value {
  padding-bottom: 1.2rem;
  border-bottom: solid 1px #D6D5D5;
}

.dl1__label:nth-of-type(n+2),
.dl1__value:nth-of-type(n+2) {
  margin-top: 1.2rem;
}

@media screen and (min-width: 769px) {
  .dl1__label {
    font-size: 2.2rem;
    padding-right: 4em;
  }
  .dl1__value {
    font-size: 1.8rem;
  }
  .dl1__label,
  .dl1__value {
    padding-bottom: 2.2rem;
  }
  .dl1__label:nth-of-type(n+2),
  .dl1__value:nth-of-type(n+2) {
    margin-top: 2.2rem;
  }
}
/*──────────────────────────────────────────────

	btn

──────────────────────────────────────────────*/
.btn {
  display: inline-block;
  cursor: pointer;
  background: #554000;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 0.75em 2em;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .btn {
    min-width: 65.0406504065%;
  }
}
.btn.--blue {
  background: #004755;
}
.btn.--arrow {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 0.35em;
}
.btn.--arrow i {
  display: flex;
  align-items: center;
}
.btn.--arrow img {
  width: auto;
  height: 0.35em;
}

/*───────────────────────────────────────

	others

───────────────────────────────────────*/
.menu {
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu {
    padding: 2.4rem 1.2rem;
  }
}

.menu__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.menu__text {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.menu__photos {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  gap: 1.2rem;
  justify-content: center;
  width: 65.5826558266%;
}

@media screen and (min-width: 769px) {
  .menu__inner {
    padding: 0 5.8823529412%;
    flex-direction: row;
    display: grid;
    grid-template-columns: auto 1fr 55.1626591231%;
    grid-template-areas: "hd text figure" "hd btn btn";
    gap: 2.4rem 3.0303030303%;
  }
  .menu__title {
    grid-area: hd;
  }
  .menu__photos {
    grid-area: figure;
    flex-direction: row;
    width: revert;
    padding-top: 2.4rem;
  }
  .menu__text {
    grid-area: text;
    padding-top: 2.4rem;
  }
  .menu__btn {
    grid-area: btn;
    justify-self: end;
    padding-top: 2.4rem;
  }
}
@media screen and (min-width: 1632px) {
  .menu__inner {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 96px;
    padding-right: 96px;
  }
}
/*──────────────────────────────────────────────

	footer

──────────────────────────────────────────────*/
.fixed-btn {
  position: fixed;
  right: 0;
  bottom: 2.4rem;
  background: #554000;
  color: #fff;
}
.fixed-btn .fixed-btn__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  padding: 2.4rem 0.6rem;
}
.fixed-btn a {
  color: inherit;
}
.fixed-btn i {
  width: 1.1em;
  height: 1.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .fixed-btn .fixed-btn__text {
    writing-mode: vertical-rl;
    letter-spacing: 0.25em;
    font-feature-settings: "vert" 1, "vrt2" 1;
  }
}

.footer {
  background: #313131;
  padding: 2.4rem 2.4rem 4.8rem;
  color: #fff;
}
.footer a {
  color: inherit;
}

.footer__logo {
  width: 45.8015267176vw;
}

.footer__shops {
  margin-top: 2.4rem;
}
.footer__shops dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.4rem;
}

.footer__shop-tel {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1.5rem;
}
.footer__shop-tel a {
  font-size: 2.6rem;
}

.footer__shop-name {
  font-size: 2.4rem;
}

.footer__shop-address {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .footer a {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 4.8rem 6.0606060606%;
  }
  .footer__inner {
    max-width: 1584px;
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-template-areas: "logo shops" "logo nav";
    gap: 2.4rem 4.8rem;
  }
  .footer__logo {
    grid-area: logo;
    max-width: 300px;
  }
  .footer__shops {
    margin-top: 0;
    grid-area: shops;
  }
  .footer__shops dl {
    grid-template-columns: auto 1fr auto 1fr;
    gap: 2.4rem;
  }
  .footer__nav {
    grid-area: nav;
  }
  .footer__sns {
    display: inline-block;
    margin-top: 1.2rem;
    width: 40px;
  }
  .footer__nav {
    display: grid;
    grid-template-columns: 30% 30% 1fr;
    padding-top: 2.4rem;
    border-top: solid 1px #fff;
    font-size: 1.6rem;
  }
  .footer__nav-item a {
    display: flex;
    align-items: center;
    gap: 0.5em;
  }
  .footer__nav-item i {
    width: 2.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/*───────────────────────────────────────

	takeout

───────────────────────────────────────*/
.takeout__title {
  margin-left: auto;
  margin-right: auto;
}

.takeout__list {
  margin-top: 7.2rem;
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
}

.takeout-item__inner {
  position: relative;
}

.takeout-item__title {
  display: block;
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-feature-settings: "vert" 1, "vrt2" 1;
  font-size: 2.5rem;
  background: #fff;
  position: absolute;
  right: 2.4rem;
  top: 0;
  transform: translateY(-50%);
  height: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.5em;
  border-left: 5px solid #140880;
  border-right: solid 5px #140880;
  line-height: 1;
}
.takeout-item__title::before, .takeout-item__title::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #140880;
  top: 0;
  left: 1px;
}
.takeout-item__title::after {
  left: auto;
  right: 1px;
}

.takeout__btn {
  text-align: center;
  margin-top: 4.8rem;
}

@media screen and (min-width: 769px) {
  .takeout__title {
    font-size: 4.8rem;
    grid-area: hd;
  }
  .takeout__text {
    grid-area: text;
    padding-top: 7.2rem;
  }
  .takeout__list {
    flex-direction: row;
    gap: 3.8277511962%;
    grid-area: list;
    margin-top: 9.6rem;
  }
  .takeout__inner {
    max-width: 1584px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6.0606060606%;
    padding-right: 6.0606060606%;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "hd text" "hd list" "btn btn";
    gap: 0 4.8rem;
  }
  .takeout-item__title {
    font-size: 2.8rem;
    height: 5em;
    transform: translateY(-33.3%);
  }
  .takeout__btn {
    grid-area: btn;
    justify-self: end;
  }
}
.news-single__meta {
  font-size: 1.6rem;
  margin-top: 2.4rem;
}

.news-single__content {
  margin-top: 2.4rem;
}

.news-list {
  padding-top: 1em;
  border-top: 1px solid #D6D5D5;
}

.news-list__item {
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D5D5;
}
.news-list__item:nth-of-type(n+2) {
  margin-top: 1em;
}

.news-list__date {
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .news-list__date {
    display: inline-block;
    width: 8em;
  }
}

.news-single__content {
  line-height: 2;
}
.news-single__content * + p {
  margin-top: 1em;
}/*# sourceMappingURL=news.css.map */