html,
body {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: 'Poppins','Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.8rem;
}

h1 {
    font-size: 1.6rem;
}

/* サファリで文字が大きくならないためのもの */
html,
body {
    color: #000;
    line-height: 1.8;
    font-weight: normal;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* carouselとnavbarを重ねる */
.bg-top {
    background-image: url(背景画像のurl);
    min-height: 500px;
    margin-top: -90px;
}

/* navbar重なり方の順番（大きい数値ほど上） */
.navbar {
    z-index: 9;
}

/* Navbar 下段英文字 */
#menubar ul li span {
    display: block;
    font-size: 0.8rem;
    color: #999;
    letter-spacing: 0.1em;
}

/* navbar 色指定 */
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1.0);
}

/* navbar フォントサイズ */
.nav-item {
    font-size: 1.2rem;
    color: #000;
}

/* コンテンツの区切りを円弧で表現するCSS */
.wrap {
    overflow: hidden;
}

.arc {
    min-height: 500px;
    border-bottom-right-radius: 2000px 300px;
    border-bottom-left-radius: 2000px 300px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
}

@media (max-width: 650px) {
    .arc {
        height: 300px;
    }
}

@media (max-width: 650px) {
    .mark-hand {
        height: 50%;
    }
}

/* コンテンツ画像を楕円に切り抜く */
.image-01 {
    border-radius: 50% 50% 40% 60% / 40% 61% 39% 60% ;
}

.image-02 {
    border-radius: 61% 39% 58% 42% / 47% 40% 60% 53%  ;
}

/* ちょうどいい改行 */
/* PCで無効 */
.pc_hid {
    display: none;
}

/* スマートフォンで有効 */
@media screen and (max-width:768px) {
    .pc_hid {
        display: block;
    }
}

/* Google mapの下の隙間解消 */
.map {
    vertical-align: bottom;
}

/* スマホのときはロゴを小さく表示する */
.navbar-brand {
    margin-right: 0rem;
}

@media (max-width: 650px) {
    .navbar-brand {
        width: 80%;
    }
}

/* スマホのときは縦に積むテーブル（会社案内用） */
@media (max-width: 650px) {
    table.company th {
        display: block;
        background-color: #f4f4f4;
    }

    table.company td {
        display: block;
    }
}

/* スマホのときはキャッチコピーのサイズを小さくする */
.lunchcatch {
    font-size: 5.0rem;
}

@media (max-width: 650px) {
    .lunchcatch {
        font-size: 3.0rem;
    }
}

/* アクセスページ　テーブルカスタム */
.access_t {
    border-color: #000;
}

/* 文章左右合わせ */
.alignboth {
    text-align: justify;
}

/* 個別フォントサイズ */
.copy08 {
    font-size: 0.8rem;
}

.copy09 {
    font-size: 0.9rem;
}

.copy10 {
    font-size: 1.0rem;
}

.copy11 {
    font-size: 1.1rem;
}

.copy12 {
    font-size: 1.2rem;
}

.copy13 {
    font-size: 1.3rem;
}

.copy14 {
    font-size: 1.4rem;
}

.copy15 {
    font-size: 1.5rem;
}

.copy16 {
    font-size: 1.6rem;
}

.copy17 {
    font-size: 1.7rem;
}

.copy18 {
    font-size: 1.8rem;
}

.copy19 {
    font-size: 1.9rem;
}

.copy20 {
    font-size: 2.0rem;
}

.copy21 {
    font-size: 2.1rem;
}

.copy22 {
    font-size: 2.2rem;
}

.copy23 {
    font-size: 2.3rem;
}

.copy24 {
    font-size: 2.4rem;
}

/* 個別行間調整 */
.lineh13 {
    line-height: 1.3;
}

.lineh14 {
    line-height: 1.4;
}

.lineh15 {
    line-height: 1.5;
}

.lineh16 {
    line-height: 1.6;
}

.lineh17 {
    line-height: 1.7;
}

.lineh18 {
    line-height: 1.8;
}

.lineh19 {
    line-height: 1.9;
}

.lineh20 {
    line-height: 2.0;
}