@charset "utf-8";

/* 基本 */
* {
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
}


html {
    font-size: 62.5%;
    height: -webkit-fill-available;
}

.tab {
    display: none;
}

img {
    width: 100%;
    height: auto;
    /* 画像の下にできる余白削除 */
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

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

.pc {
    display: block;
}

.sp {
    display: none;
}

/* 文字設定（任意） */
p.ja {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.6rem;
    font-family: 'Shippori Mincho', serif;
    padding-bottom: 3.2rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #494949;
    overflow-wrap: break-word;
    max-width: 720px;
}

p.en {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.4rem;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: rgb(151, 150, 150);
    overflow-wrap: break-word;
    max-width: 720px;
}

.left-text {
    text-align: left;
}

p.ja.left-text {
    text-align: left;
}

p.en.left-text {
    text-align: left;
}

h2 {
    text-align: justify;
    font-size: 8rem;
    font-family: 'Playfair Display', serif;
    /* font-weight: 600; */
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 0.1em;
    padding-bottom: 5.6rem;
    color: #ad976e;
    /* color: #494949; */
}

h2.mini span {
    font-size: 4rem;
}

h2.itidan {
    padding-bottom: 0.8rem;
}

h3 {
    text-align: justify;
    font-size: 4rem;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 0.1em;
    padding-bottom: 4rem;
    color: #1E0405;
}

h4 {
    text-align: justify;
    font-size: 3.2rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #494949;
    padding-bottom: 5.6rem;
}

h5 {
    text-align: justify;
    font-size: 2.4rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #ad976e;
    padding-bottom: 3.2rem;
}




/* body */



/* .wrapper（任意） */
.wrapper {
    max-width: 1280px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 12rem;
}

/* .glay{
    background-color: #eeece7;
} */

/* article */
section {
    padding: 19.2rem 0;
    margin: 0 auto;
    /* background-color: #eeece7; */
}

section.white {
    padding: 0;
}

section.white div.wrapper {
    padding: 19.2rem 0;
    background-color: #fff;
}

section.line div.wrapper {
    padding: 0;
    background-color: none;
}

section.line div.no-line {
    padding: 0;
    background-color: none;
    margin: 0;
}

section.white div.no-top {
    padding: 0 0 19.2rem 0;
}

/* 共通 */
div.half {
    width: 50%;
}


div.right-btn {
    display: flex;
    justify-content: end;
    margin-right: 3rem;
}

div.r-half {
    padding-left: 44rem;
    padding-right: 12rem;
}

div.l-half {
    padding-right: 44rem;
    padding-left: 12rem;
}

.l-img {
    padding: 0 28rem 9.6rem 0;
    /* padding: 0 0 9.6rem 0; */
}

.r-img {
    padding: 0 0 9.6rem 28rem;
}

.c-img {
    padding: 0 14rem 9.6rem 14rem;
}

/* .shadow{
    box-shadow: 0 0 1rem rgba(0, 0, 0, .4);
} */


/* ボタン */
a.btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 3.2rem 4rem 3.2rem 0;
    width: 28rem;
    color: #494949;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 4rem;
}

a.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 8rem;
    height: 8rem;
    border: 0.1rem solid #494949;
    border-radius: 50%;
}

a.btn::after {
    content: '';
    width: 7.2rem;
    height: 0.1rem;
    background-color: #494949;
    z-index: 1;
}


/* reserve-btn */
div.reserve-btn {
    position: fixed;
    top: 5vh;
    right: 5vw;
    background-color: #ad976e;
    border-radius: 50%;
    width: 12rem;
    height: 12rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

div.reserve-btn a {
    display: block;
    padding: 1.2rem 2.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.6rem;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #fff;
}

/* 区切り線 */


#container {
    background-image: url(../img/dairiseki05.jpg);
    background-attachment: fixed;
}


/* ファーストビュー開始 */
/* ファーストビュー全体 */
section.first {
    padding-top: 0;
    /* background-color: #eeece7; */
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

/* ヒーロービュー */
.hero {
    width: 100vh;
    height: 50vh;
    border-radius: 0 0 50vh 50vh;
    background-color: #494949;
    margin: 0 auto;
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); */
    /* box-shadow:inset 0 0 1rem rgba(0, 0, 0, .4); */
}

.hero img {
    border-radius: 0 0 50vh 50vh;
    text-align: center;
}

/* 店名 */
/* h1{
    text-align: center;
    font-size: 12rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: 0.1em;
    padding-bottom: 5.6rem;
    color: #B1883A;
}

h1 span{
    font-size: 4rem;
    color: #1E0405;
} */

h1 {
    font-size: 12rem;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 0.8;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 8rem 0 4rem 0;
    color: #494949;
}

h1.under {
    padding-top: 14.4rem;
}

h1 img {
    height: 16rem;
    width: auto;
}

.instagram {
    display: block;
    /* padding: 2rem; */
    padding: 2.5rem;
    width: 8rem;
    /* height: 8rem; */
    height: 5.6rem;
    justify-content: center;
    align-content: center;
}

.instagram img {
    justify-self: center;
    align-self: center;
}



/* gnav */
nav.gnav {
    max-width: 128rem;
    margin: 0 auto;
}


nav.gnav ul li a {
    display: block;
    padding: 1.6rem 2.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.6rem;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #494949;
}

nav.gnav ul li a.instagram.pc {
    padding: 1.2rem 2.4rem;
}

nav.gnav.pc .flex {
    align-content: center;
    flex-wrap: nowrap;
}

/* .scrolldown{
    z-index: 996;
} */


/* video */
.video h2 {
    color: #494949;
    text-align: center;
}

.marumo-pv {
    width: 100%;
    height: auto;
    padding: 19.2rem 12rem 0 12rem;
    object-fit: cover;
}

section.video div.wrapper {
    margin-top: 4rem;
    padding-bottom: 0;
}

section.video div.no-line {
    margin: 0;
}

/* hr */
.rhombus {
    width: 1.6rem;
    height: 1.6rem;
    transform: rotate(45deg);
    border: 0.1rem solid #494949;
    box-sizing: border-box;
}

.border {
    display: flex;
    justify-content: center;
    align-items: center;
}

.border::before, .border::after {
    content: '';
    width: 28.8rem;
    height: 0.1rem;
    background-color: #494949;
}

.border::before {
    margin-right: 3.2rem;
}

.border::after {
    margin-left: 3.2rem;
}

/* maru */


/* about */
.about h2 {
    /* color: #494949; */
    text-align: center;
}

.about p {
    text-align: center;
    margin: 0 auto;
}

section.about div.wrapper {
    padding: 19.2rem 0 0;
    /* padding: 0; */
    /* margin-top: 4rem; */
}

/* pizza */
.pizza-grid {
    display: grid;
    grid-template-columns: repeat(32, 1fr);
    grid-template-rows: repeat(28, 1fr);
    margin-bottom: 9.6rem;
}

.pizza1 {
    grid-row: 1/15;
    grid-column: -1/-18;
    z-index: 5;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.4); */
}

.pizza2 {
    grid-row: 8/29;
    grid-column: 4/18;
    z-index: 2;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.4); */
}

/* fire */

/* menu */
/* section.menu{
    background-color: #eeece7;
} */

.menu div.flex {
    align-items: center;
}

.menu div div.r-side {
    padding-left: 8rem;
}



/* news */
/* section.news{
    background-color: #eeece7;
} */


ul.news-1 {
    /* max-width: 100rem; */
    margin: 0 12rem 8rem;
}

ul.news-1 li a span {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.4rem;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #494949;
    padding: 0 0 0.8rem 0;
}

ul.news-1 li a {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.6rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #494949;
}

ul.news-1 li {
    border-bottom: 1px solid rgb(197, 197, 197);
    padding: 3.2rem 1.6rem;
}

section.news {
    margin-top: 4rem;
}

.news-a {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.6rem;
    font-family: 'Shippori Mincho', serif;
    padding-bottom: 3.2rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    /* color: #494949; */
    overflow-wrap: break-word;
    max-width: 720px;
}

/* reserve */
section.reserve {
    padding-bottom: 0;
}

h3 {
    text-align: center;
    font-size: 6.4rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: 0.1em;
    padding-bottom: 7.2rem;
    color: #494949;
}

h3 span {
    font-size: 3.2rem;
    color: #494949;
}

.reserve div p.ja {
    margin: 0 auto;
    text-align: center;
}

.reserve div p.en {
    margin: 0 auto;
    text-align: center;
}

.reserve div p.en {
    padding-bottom: 3.2rem;
}

a.tel {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #494949;
    padding-bottom: 3.2rem;
    margin: 0 auto;
}

a.tel span {
    font-family: 'Noto Serif JP', serif;
    font-size: 3.6rem;
    font-weight: 700;
}

div.open {
    justify-content: space-between;
    align-items: center;
    max-width: 720px;
    margin: 0 auto;
}

p.open {
    font-size: 1.6rem;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #494949;
    /* padding-bottom: 6.4rem; */
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3.2rem;
}

.close-day {
    text-align: center;
    padding-bottom: 6.4rem;
}

.close-day p {
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-size: 2rem;
    padding-bottom: 0;
}

a.reserve-1 {
    display: block;
    font-size: 1.6rem;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #ad976e;
    padding: 3.2rem;
    margin: 0 auto;
    text-align: center;
    max-width: 72rem;
}

/* footer */
footer {
    padding: 9.6rem 0 19.2rem 0;
    margin: 0 auto;
    /* background-color: #eeece7; */
}

footer div {
    align-items: center;
}

footer div.wrapper {
    max-width: 128rem;
    padding: 0;
}

.footer-logo img {
    /* height: 6rem;
    width: auto; */
    height: auto;
    width: 100%;
}

h3 {
    text-align: center;
}

h3 img {
    height: 9.6rem;
    width: auto;
}

div.kabu {
    text-align: center;
    padding-top: 1.6rem;
    border-top: 1px solid rgb(197, 197, 197);
    margin-top: 9.6rem;
}

.footer-logo {
    padding-left: 2rem;
}

small {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.2rem;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #494949;
}

/* accessページ */
.access div {
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}

.access-img {
    border-radius: 50%;
    margin: 0 4em 9.6rem 12rem;
    width: 48rem;
    height: auto;
}

.access-logo {
    margin: 0 4em 0 12rem;
    width: 24rem;
    height: auto;
    text-align: center;
}

.access div div.l-side {
    text-align: center;
}

.access div div.r-side {
    padding: 0 12rem 0 4rem;
}

.access div div.r-side img {
    height: 8rem;
    margin-bottom: 3.2rem;
}

.address {
    display: flex;
    justify-content: flex-start;
    padding: 3.2rem 1.6rem;
    border-bottom: 1px solid rgb(197, 197, 197);
}

.address dt {
    width: 9.6rem;
}

.address dt.ja, .address dd.ja {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.6rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #494949;
    overflow-wrap: break-word;
    max-width: 720px;
}

.address dt.en, .address dd.en {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.4rem;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #494949;
    overflow-wrap: break-word;
    max-width: 720px;
}

.address dt.ja, .address dt.en {
    font-weight: 600;
}

section.map div.wrapper {
    padding: 0 12rem 19.2rem 12rem;
}

/* menuページ */
.menu div.wrapper {
    margin-top: 4rem;
}

h2.menu-title {
    text-align: center;
}

h2.menu-title2 {
    padding-top: 9.6rem;
}

.menu-title-line {
    margin-bottom: 4.8rem;
}

.menu-photo {
    padding: 19.2rem 0 9.6rem;
    margin: 0 auto;
    max-width: 100rem;
}

.last-details {
    margin-bottom: 9.6rem;
}

/* 簡易アコーディオン */
details {
    /* margin: 0 auto 10px; */
    margin: 0 auto;
    width: 100%;
    padding: 0 12rem;
}

summary {
    /* 質問文とプラスアイコンを横並びとデフォルトの三角矢印をリセット */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 20px 30px; */
    padding: 4.8rem 3.2rem 0.6rem;
    font-size: 18px;
    /* background-color: #d6d6d6; */
    border-bottom: 0.1rem solid #C5C5C5;
    /* border-radius: 10px; */
    /* カーソル乗せた時にポインター表示 */
    cursor: pointer;
}

summary::-webkit-details-marker {
    /* 三角矢印をリセット */
    display: none;
}

/* summary:hover,details[open] summary{
    background-color: #bbb;
} */

summary::after {
    content: '+';
    margin-left: 30px;
    color: #ad976e;
    font-size: 21px;
    transition: transform .5s;
}

details[open] summary::after {
    transform: rotate(45deg);
}

.answer {
    padding: 0 20px;
    line-height: 1.6;
}

details[open] .answer {
    animation: fadein .5s ease;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 簡易アコーディオン終わり */

/* 簡易アコーディオンカスタム */
.menu-category p {
    text-align: left;
    font-size: 4rem;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #ad976e;
    align-items: baseline;
}

.menu-category p span {
    display: block;
    font-size: 1.6rem;
    /* margin-top: 2rem; */
    /* margin-bottom: 0.4rem; */
    padding-left: 0.8rem;
    font-family: 'Shippori Mincho', serif;
    color: #494949;
}

.answer-photo {
    max-width: 56rem;
    height: auto;
    margin: 9.6rem auto;
}

/*小見出し */
/* .menu-category-div{
    text-align: center;
    margin: 19.2rem 12rem 0;
    border-top: solid 0.3rem #ad976e;上線
     border-bottom: solid 0.3rem #ad976e;下線
     padding: 1.6rem;
}

.menu-category {
    font-size: 3.2rem;
    position: relative;
    padding: 0 65px;
    text-align: center;
    line-height: 1;
  }
  
  .menu-category span {
    font-size: 1.6rem;
    display: block;
    padding-top: 1.6rem;
  } */

/* 小見出し終わり */

.menu-dl {
    margin: 0;
    /* padding: 0 12rem; */
    padding: 0;
}

.menu-dl-first {
    margin: 0;
    padding: 19.2rem 12rem 0;
}

.menu div.wrapper dt {
    text-align: left;
    font-size: 2.4rem;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding-bottom: 4rem;
    color: #494949;
}

.menu div.wrapper dt span {
    display: block;
    font-size: 1.2rem;
    /* margin-top: 1.6rem; */
    padding-left: 0.8rem;
    font-family: 'Shippori Mincho', serif;
}

.menu div.wrapper .menu-dl-first dt {
    /* width: calc(100% / 3); */
    justify-content: flex-start;
    padding-bottom: 0;
}

.menu div.wrapper dt span.half-and-half {
    display: inline;
    font-size: 1.6rem;
    font-weight: 600;
}

/* .menu div.wrapper .menu-dl-first dd{
    width: calc(100% / 3 * 2);
    padding-left: 8rem;
} */

.menu-dl-first hr, .menu-dl hr {
    border: 0.05rem solid #C5C5C5;
    margin: 2.4rem 0;
}

.menu-dl-first dd p.ja, .menu-dl dd p.ja {
    padding-bottom: 0.4rem;
    line-height: 1.5;
    max-width: 1040px;
}

.menu-dl-first dd p.en, .menu-dl dd p.en {
    line-height: 1.5;
    max-width: 1040px;
}

.menu-dl hr {
    margin: 0.8rem 0;
}

.menu div.wrapper .menu-dl dt {
    /* width: calc(100% / 3); */
    justify-content: flex-start;
    align-items: baseline;
    padding-bottom: 0;
}

/* .menu div.wrapper .menu-dl dd{
    width: calc(100% / 3 * 2);
    padding-left: 8rem;

} */

.menu div.wrapper dl.menu-dl {
    /* margin-top: 9.6rem; */
    /* margin-top: 5.6rem; */
    margin: 4.8rem auto 0;
    max-width: 96rem;
}

.menu div.wrapper dl.menu-dl:nth-child(1) {
    margin-top: 9.6rem;
}

.menu div.wrapper dl.menu-dl:last-child {
    margin-bottom: 9.6rem;
}

p.menu-last-ja {
    text-align: center;
    max-width: 1040px;
    margin: 19.2rem auto 0;
    padding-bottom: 0;
}

p.menu-last-en {
    text-align: center;
    max-width: 1040px;
    margin: 0.8rem auto 0;
    padding-bottom: 0;
}

.menu div.wrapper dt span.semibold2 {
    padding-left: 0;
}

/* news2 */
section.white div.center-w {
    padding-left: 12rem;
    padding-right: 12rem;
}

.news-title {
    text-align: left;
    font-size: 3.2rem;
    padding-bottom: 0;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.5;
}

.center-w hr {
    border: 0.05rem solid #C5C5C5;
    margin: 2.4rem 0 5.6rem;
}

.news-time {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.6rem;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #494949;
    padding: 0 0 2.4rem 0;
}

.news-img {
    padding: 5.6rem 0 5.6rem;
}

.slider .redletter a {
    color: #ff0000;
}

a.tel span.tel-time {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.6rem;
    font-family: 'Shippori Mincho', serif;
    padding-bottom: 3.2rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    /* color: #494949; */
    color: rgb(151, 150, 150);
    overflow-wrap: break-word;
    max-width: 720px;
}

/* recruitページ */
section.hiring div.wrapper {
    margin-top: 4rem;
}

.golden-p-ja {
    text-align: justify;
    font-size: 2.4rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #ad976e;
}

p.caption {
    padding-bottom: 9.6rem;
    text-align: center;
}

.card-wrap {
    padding: 0 12rem;
    gap: 8rem;
    align-items: center;
}

.card-text {
    width: calc((100% - 8rem) / 2);
}

.card-img {
    width: calc((100% - 8rem) / 2);
}

.hiring .card-wrap {
    padding-bottom: 0;
}

.hiring p {
    margin: 0 auto;
}

.job-img {
    padding: 0 1.6rem 6.4rem;
}

.card-text p {
    padding-bottom: 0;
}

.new-store-open {
    padding: 4rem;
    border: solid 0.1rem #ad976e;
    margin: 9.6rem 12rem 9.6rem;
}

.new-store-open h5 {
    text-align: center;
}

.new-store-open p {
    text-align: center;
    padding-bottom: 0;
}

.new-store-open-img {
    padding: 0 12rem;
}

.ideal-candidate-h2 {
    line-height: 1;
}

.join p.caption {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5.6rem;
}

.join p.caption span {
    font-size: 3.2rem;
    font-weight: 600;
}

a.join-botton {
    display: block;
    font-size: 2.4rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #ad976e;
    padding: 3.2rem;
    margin: 0 auto;
    text-align: center;
    max-width: 72rem;
    width: 100%;
}

.job-img {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 6.4rem;
}

.job-position dl {
    border-bottom: 0.1rem solid #C5C5C5;
}

.job-position dt {
    width: 25%;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.6rem;
    font-family: 'Shippori Mincho', serif;
    padding: 3.2rem 1.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #494949;
    overflow-wrap: break-word;
    max-width: 720px;
}

.job-position dd {
    width: calc(100% - 25%);
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.6rem;
    font-family: 'Shippori Mincho', serif;
    padding: 3.2rem 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #494949;
    overflow-wrap: break-word;
    max-width: 720px;
}


/* タブレット版 */
@media screen and (min-width:481px) and (max-width:1280px) {

    /* 基本 */
    .pc {
        display: none;
    }

    .sp {
        display: none;
    }

    .tab {
        display: block;
    }

    div.r-half {
        width: 100%;
        height: auto;
        padding-left: 4.8rem;
        padding-right: 4.8rem;
    }

    div.l-half {
        width: 100%;
        height: auto;
        padding-right: 4.8rem;
        padding-left: 4.8rem;
    }

    .wrapper {
        padding: 0 4.8rem;
    }

    .flex {
        display: block;
    }

    /* 文字設定（任意） */
    h2 {
        /* font-size: 7.2rem; */
        padding-bottom: 4.8rem;
        /* margin-bottom: 5.6rem; */
    }

    div.open {
        display: flex;
    }

    #container {
        margin: 0 auto;
        width: 100vw;
    }

    .hero {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .hero-wrapper {
        position: relative;
        overflow-x: hidden;
        width: 100vw;
        height: 50vh;
        margin: 0 auto;
    }

    .hero img {
        object-fit: cover;
        object-position: top;
    }

    /* グロナビ */
    .instagram {
        /* padding: 1.6rem; */
        padding: 2.4rem;
    }

    .marumo-pv {
        padding: 19.2rem 4.8rem 0 4.8rem;
    }

    .r-img {
        padding: 0 0 9.6rem 4.8rem;
    }

    .l-img {
        padding: 0 4.8rem 9.6rem 0;
    }

    .pizza-grid {
        margin-left: 4.8rem;
        grid-template-columns: repeat(30, 1fr);
        grid-template-rows: repeat(30, 1fr);
    }

    /* .pizza1 {
        grid-row: 1/14;
        grid-column: -1/-17;
    } */

    .pizza2 {
        grid-row: -1/-23;
        grid-column: 1/16;
    }

    /* menu */
    details {
        padding: 0 4.8rem;
    }

    .menu-photo {
        padding: 19.2rem 4.8rem 9.6rem;
    }

    .flex {
        display: block;
    }

    summary {
        padding: 4.8rem 0 4.8rem;
    }

    .menu-category p span {
        padding: 0;
    }

    .menu div.wrapper dt span {
        padding-left: 0;
    }

    /* access */
    div.half {
        width: 100%;
    }

    .access-img {
        margin: 0 8em 9.6rem 8rem;
    }

    .access-logo {
        margin: 0 8em 0 8rem;
    }

    div.access-photo {
        margin-top: 0;
    }

    .access div div.r-side {
        padding: 0 4.8rem 0 4.8rem;
    }

    section.map div.wrapper {
        padding: 0 4.8rem 19.2rem 4.8rem;
    }

    .access div div.r-side {
        margin-top: 11.2rem;
    }

    /* news */
    ul.news-1 {
        margin: 0 4.8rem 8rem;
    }

    /* news1ページ */
    section.white div.center-w {
        padding-left: 4.8rem;
        padding-right: 4.8rem;
    }

    /* recruitページ */
    h4 {
        padding-bottom: 4.8rem;
    }

    p.caption {
        padding: 0 4.8rem 9.6rem;
    }

    .card-wrap {
        padding: 0 4.8rem;
        gap: 9.6rem;
        display: flex;
        flex-direction: column-reverse;
    }

    .card-text {
        width: 100%;
    }

    .card-img {
        width: 100%;
    }

    .hiring .card-wrap {
        padding-bottom: 0;
        flex-direction: column-reverse;
        display: flex;
    }

    .new-store-open {
        margin: 9.6rem 4.8rem;
    }

    .new-store-open-img {
        padding: 0 4.8rem;

    }

    .join p.caption span {
        line-height: 1.5;
    }

    a.join-botton {
        width: calc(100% - 9.6rem);
    }

    dl.flex {
        display: flex;
    }

    .job-position dt {
        padding: 4.8rem 1.6rem;
    }

    .job-position dd {
        padding: 4.8rem 1.6rem;
    }

    h5.tabmenu-title {
        padding-bottom: 0;
    }

    .nav-logo {
        width: 60%;
        height: auto;
    }
}



/* スマホ版 */
@media screen and (max-width:480px) {

    /* 基本 */
    .pc {
        display: none;
    }

    .tab {
        display: none;
    }

    .sp {
        display: block;
    }

    .flex {
        display: block;
    }

    div.half {
        width: 100%;
    }

    div.r-half {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }

    div.l-half {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }

    .img-padding-bottom {
        margin-bottom: 4.8rem;
    }

    /* 文字設定（任意） */
    p.ja {
        font-size: 1.4rem;
        /* margin-bottom: 2.4rem; */
        margin-bottom: 1.6rem;
        font-weight: 500;
    }

    p.en {
        font-size: 1.2rem;
        font-weight: 500;
        padding-bottom: 0.8rem;
    }

    h2 {
        font-size: 4rem;
        padding-bottom: 4.8rem;
        /* margin-bottom: 5.6rem; */
    }

    h2.mini span {
        font-size: 2.4rem;
    }

    h2.itidan {
        padding-bottom: 0.4rem;
    }

    h4 {
        font-size: 2.1rem;
        padding-bottom: 4.8rem;
    }

    h5 {
        font-size: 2.1rem;
    }


    .wrapper {
        max-width: 480px;
        padding: 0 2.4rem;
        /* position: relative; */
        overflow: hidden;
    }

    section.white div.wrapper {
        padding: 9.6rem 0;
        background-color: #fff;
    }

    section.white div.no-top {
        padding: 0 0 9.6rem 0;
    }

    /* article */
    section {
        padding: 9.6rem 0;
        margin: 0 auto;
    }

    /* hr */
    .rhombus {
        width: 1.6rem;
        height: 1.6rem;
        transform: rotate(45deg);
        border: 0.1rem solid #494949;
        box-sizing: border-box;
    }

    .border {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .border::before, .border::after {
        content: '';
        width: 13.6rem;
        height: 0.1rem;
        background-color: #494949;
    }

    .border::before {
        margin-right: 1.6rem;
    }

    .border::after {
        margin-left: 1.6rem;
    }



    /* ヒーロービュー */
    .hero-wrapper {
        position: relative;
        overflow-x: hidden;
        width: 100vw;
        height: 50vh;
    }

    .hero {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    h1 {
        /* font-size: 5.6rem; */
        font-size: 4.8rem;
        /* padding: 4rem 0 4rem 0; */
        padding: 3.2rem 0 4rem 0;
        color: #494949;
    }

    h1.under {
        padding-top: 7.4rem;
    }

    h1 img {
        height: 8rem;
        width: auto;
    }

    /* header */
    .instagram {
        padding: 1.5rem;
        width: 6rem;
        height: 6rem;
    }

    .header-logo img {
        height: 30px;
        width: 30px;
    }

    /* video */
    section.video div.wrapper {
        margin-top: 0;
        padding-bottom: 0;
    }

    .marumo-pv {
        padding: 9.6rem 2.4rem 0 2.4rem;
    }

    /* about */
    section.about div.wrapper {
        /* padding: 9.6rem 2.4rem; */
        padding: 9.6rem 2.4rem 0;
        margin-top: 0;
    }

    /* border */
    section.line div.wrapper {
        padding: 0.3rem 2.4rem;
        background-color: none;
    }

    /* reserve-btn */
    div.reserve-btn {
        top: 2vh;
        right: 2vw;
        width: 8rem;
        height: 8rem;
        /* z-index: 50; */
    }

    div.reserve-btn a {
        padding: 1.2rem 2.4rem;
        font-size: 1.4rem;
    }

    /* maru */
    .l-img {
        padding: 0 2.4rem 4.8rem 0;
    }

    .r-img {
        padding: 0 0 4.8rem 2.4rem;
    }

    /* pizza */
    .pizza-grid {
        display: grid;
        grid-template-columns: repeat(39, 1fr);
        grid-template-rows: repeat(49, 1fr);
        margin: 0 0 4.8rem 2.4rem;
    }

    .pizza1 {
        grid-row: 1/21;
        grid-column: -1/-21;
        z-index: 5;
    }

    .pizza2 {
        grid-row: 11/50;
        grid-column: 1/27;
        z-index: 2;
    }

    /* menu */
    .menu div div.r-side {
        padding-left: 0;
    }


    /* reserve */



    /* footer */
    footer {
        padding: 9.6rem 2.4rem;
    }

    footer div a.instagram {
        /* padding: 2rem 1rem; */
        display: flex;
        /* padding: 0; */
        padding: 1.5rem;
        /* width: 3rem; */
        width: 6rem;
        /* margin: 2rem 1rem;
    padding: 0; */
    }

    footer div a.instagram img {
        text-align: center;
        vertical-align: middle;
    }

    footer div.flex {
        display: flex;
        justify-content: space-between;
        /* padding-left: 1rem; */
        align-content: center;
    }

    .footer-logo {
        /* padding: 0 1.6rem 0 1rem; */
        padding: 0 1.6rem 0 1.5rem;
        width: 24rem;
    }

    a.tel {
        font-size: 1.4rem;
    }

    a.tel span {
        font-size: 3rem;
    }

    h3 img {
        height: 6rem;
        width: auto;
    }

    p.open {
        padding-bottom: 0.8rem;
    }

    div.open {
        justify-content: space-between;
        align-items: center;
        max-width: 720px;
        margin-bottom: 3.2rem;
    }

    div.kabu {
        margin-top: 4.8rem;
    }

    /* newsページ */
    section.news {
        margin-top: 0;
    }

    ul.news-1 {
        /* max-width: 100rem; */
        margin: 0 2.4rem 3.2rem;
    }

    ul.news-1 li {
        border-bottom: 1px solid rgb(197, 197, 197);
        padding: 2.4rem 0.8rem;
    }

    ul.news-1 li a {
        font-size: 1.4rem;
        font-weight: 600;
    }

    ul.news-1 li a span {
        font-size: 1.2rem;
    }

    /* accessページ */
    .access div {
        margin-top: 0;
    }

    .access-img {
        border-radius: 50%;
        padding: 0 2.4em 0 2.4rem;
        width: 100%;
        height: auto;
    }

    .access-img {
        margin: 0 0 4.8rem;
    }

    .access-logo {
        margin: 0;
    }

    .access div div.r-side {
        padding: 2.4rem;
    }

    .address {
        display: block;
    }

    section.map div.wrapper {
        padding: 0 2.4rem 9.6rem 2.4rem;
    }

    .address dt.ja, .address dd.ja {
        font-size: 1.4rem;
    }

    .access-logo {
        width: 16rem;
    }

    /* menuページ */
    .menu-dl-first {
        margin: 0;
        padding: 9.6rem 2.4rem 0;
    }

    .menu div.wrapper dt {
        font-size: 2rem;
    }

    .menu div.wrapper dt span {
        display: block;
        font-size: 1.2rem;
        margin-top: 0.6rem;
        /* margin-top: 0.4rem; */
        padding-left: 0;
        font-weight: 600;
    }

    .menu div.wrapper dt span.half-and-half {
        font-size: 1.6rem;
        line-height: 1.5rem;
    }

    .menu-dl-first hr, .menu-dl hr {
        margin: 0.8rem 0;
    }

    .menu-dl-first dd p.ja, .menu-dl dd p.ja {
        padding-bottom: 0;
        line-height: 1.5;
        max-width: 1040px;
        margin-bottom: 0.4rem;
    }

    .menu div.wrapper dl.menu-dl {
        /* padding: 0 2.4rem; */
        padding: 0;
        margin-top: 3.2rem;
    }

    .menu div.wrapper dl.menu-dl:nth-child(1) {
        margin-top: 3.2rem;
    }

    .menu div.wrapper dl.menu-dl:last-child {
        margin-bottom: 3.2rem;
    }

    .menu div.wrapper {
        margin-top: 0;
    }

    .menu-photo {
        padding: 9.6rem 2.4rem 4.8rem;
        /* padding: 4.8rem 2.4rem; */
        margin: 0 auto;
        max-width: 37.5rem;
    }

    .menu-dl dd p.en {
        padding-bottom: 0;
    }

    details {
        padding: 0 2.4rem;
    }

    .last-details {
        margin-bottom: 0;
    }

    p.menu-last-ja {
        margin-top: 9.6rem;
    }

    /* .menu-no-photo{
    padding-top: 4.8rem;
} */

    summary {
        padding: 2.4rem 0 0.6rem;
        padding: 2.4rem 0 2.1rem;
    }



    .menu-category p {
        font-size: 2.4rem;
        /* line-height: 1; */
    }

    .menu-category p span {
        display: block;
        font-size: 1.2rem;
        /* line-height: 1; */
        /* padding: 0.8rem 0 0; */
        padding: 0;
        font-family: 'Shippori Mincho', serif;
        color: #494949;
    }

    .answer {
        padding: 0;
    }

    .answer-photo {
        max-width: 24rem;
        height: auto;
        margin: 5.6rem auto;
    }

    /*小見出し */
    .menu-category-div {
        text-align: center;
        margin: 9.6rem 2.4rem 0;
        border-top: solid 0.3rem #ad976e;
        /*上線*/
        border-bottom: solid 0.3rem #ad976e;
        /*下線*/
        padding: 1.4rem 0;
    }

    .menu-category {
        font-size: 2.8rem;
        position: relative;
        padding: 0;
        text-align: center;
        line-height: 1;
    }

    .menu-category span {
        font-size: 1.4rem;
        display: block;
        padding-top: 1.4rem;
    }

    /* news2 */
    section.white div.center-w {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }

    .news-title {
        font-size: 2.8rem;
        line-height: 1.5;
    }

    .center-w hr {
        border: 0.05rem solid #C5C5C5;
        margin: 1.6rem 0 4.8rem;
    }


    .news-time {
        padding: 0 0 1.6rem 0;
    }

    .news-img {
        padding: 4rem 0 0.8rem;
    }

    .center-w p.ja {
        padding-bottom: 0.8rem;
        margin-bottom: 0;
    }

    a.tel span.tel-time {
        text-align: justify;
        text-justify: inter-ideograph;
        font-size: 1.6rem;
        font-family: 'Shippori Mincho', serif;
        padding-bottom: 3.2rem;
        font-weight: 500;
        line-height: 2;
        letter-spacing: 0.1em;
        /* color: #494949; */
        color: rgb(151, 150, 150);
        overflow-wrap: break-word;
        max-width: 720px;
        font-size: 1.2rem;
        /* margin-bottom: 2.4rem; */
        margin-bottom: 1.6rem;
        font-weight: 600;
    }

    /* キャンペーン */
    .card-wrap {
        padding: 0 2.4rem;
        gap: 4.8rem;
        display: flex;
        flex-direction: column-reverse;
    }

    .card-text {
        width: 100%;
    }

    .card-text p.ja {
        margin-bottom: 0;
    }

    .card-img {
        width: 100%;
    }

    .hiring .card-wrap {
        padding-bottom: 4.8rem;
        flex-direction: column-reverse;
        display: flex;
    }

    section.hiring div.wrapper {
        margin-top: 0;
    }

    p.caption {
        padding: 0 2.4rem 4.8rem;
        margin-bottom: 0;
    }

    .golden-p-ja {
        font-size: 1.8rem;
    }

    .new-store-open {
        margin: 0 2.4rem 4.8rem;
        padding: 2rem;
    }

    .new-store-open-img {
        padding: 0 2.4rem;
    }

    a.join-botton {
        font-size: 1.4rem;
    }

    .join-botton-case {
        padding: 0 2.4rem;
    }

    .join p.caption {
        padding-bottom: 4.8rem;
    }

    h5.tabmenu-title {
        padding-bottom: 0;
    }

    .job-position dt {
        width: 100%;
        padding-bottom: 0;
        font-size: 1.4rem;
    }

    .job-position dd {
        width: 100%;
        padding-top: 0;
        font-size: 1.4rem;
    }

    .job-img {
        margin-bottom: 2.4rem;
    }
}