@charset "utf-8";
/* CSS Document */
/****base****/
* {
    box-sizing: border-box;
}
:root {
    --strong: #ee7950;
    --sub: #F7F1A5;
}
html {
    font-size: 62.5%; /* 10px */
}
body {
    font-size: 16px;
    font-size: 1.6rem; /* 16px */
}
p {
    font-size: 1.6rem; /* 16px */
}
li {
    font-size: 1.6rem; /* 16px */
}
li p {
    font-size: 1.6rem; /* 16px */
}
br {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
a {
    transition: 0.3s;
}
.cen {
    text-align: center;
}
.sp {
    clear: both;
}
.coloror {
    color: var(--strong);
}
.pc-dnon {
    display: none;
}
.pc-dnon2 {
    display: block;
}
a:hover {
    opacity: 0.7;
}
body {
    margin: 0;
    padding: 0;
    background: var(--sub);
}
h2 {
    margin: 0;
}
h3 {
    line-height: 1.7;
}
.big{
    font-size: 130%;
    line-height: 1.8;
    margin: 0.5em 0;
}
.bold{
    font-weight: bold;
}
.left{text-align: left;}
ol,ol li{list-style: decimal;}

/*****共通記述ここまで*****/
/**************************************
for PC　(PCブラウザ用)
****************************************/
/****header　(キャッチフレーズ）****/
header {
    width: 100%;
    min-height: 60rem;
    text-align: center;
    background: url(../img/titleback.jpg) bottom center / cover no-repeat;
    padding: 3rem 1em;
}
header img {
    height: auto;
    border: 0;
    margin: 0;
}
.aisatsublock {
    color: #063;
    position: relative;
    margin: 1.5em auto;
    padding: 2rem;
    max-width: 1200px;
    background: #fff;
    border-radius: 0.5rem;
}
.aisatsu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.aisatsu p {
    font-size: 120%;
    line-height: 1.6em;
    font-weight: bold;
}
.dashline {
    border-bottom: 1px dashed #063;
    padding-bottom: 1em;
    margin-bottom: 1em;
    text-align: left;
}
.syoukai a {
    display: block;
    background: var(--strong);
    border-radius: 0.5rem;
    width: 35rem;
    color: #fff;
    font-weight: bold;
    margin: 1rem auto;
    text-decoration: none;
    text-align: center;
    padding: 2%;
    /* font-weight: normal;*/
    font-size: 120%;
}
.syoukai a:hover {
    opacity: 0.8;
}
.syoukai a:visited {
    color: #FFF;
}
.entru2 {
    text-align: center;
    padding: 0;
    font-size: 400%;
    color: var(--strong);
}
.mini {
    font-size: 80%;
    font-weight: normal;
    line-height: 1em;
}
.aisatsublock:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 45%;
    margin-left: 1.5rem;
    border: 1.5rem solid transparent;
    border-top: 1.5rem solid #fff;
}
.aisatsu div {
    margin: 15px 10px;
    padding: 0;
    width: 45%;
}
.message {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
}
.message2 {
    position: fixed;
    top: 0;
    right: auto;
    display: none;
}
.message2 img {
    width: 45%;
}
.msg {
    font-size: 180%;
    color: #063;
    font-family: 'Noto Serif JP', serif;
    padding: 0 0 2rem 0;
    margin: 1em 0;
    line-height: 1.8em;
    text-shadow: 0 0 0.5rem #FFF, 0 0 0.5rem #FFF, 0 0 0.5rem #FFF, 0 0 0.5rem #FFF, 0 0 0.5rem #FFF;
}
.msg2 {
    font-size: 180%;
    color: #063;
    font-family: 'Noto Serif JP', serif;
    padding: 0 0 2rem 0;
    margin: 0;
    line-height: 1.6em;
}
.block {
    width: 98rem;
    margin: 0 auto;
}
.block dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
}
.blk a:link {
    padding: 1.5rem;
    margin: 0 0.5rem;
    background: url(../img/tex3.jpg);
    text-decoration: none;
    color: #fff;
    font-size: 140%;
    display: block;
    border-radius: 0.5rem;
    font-weight: 100;
}
.blk a:hover {
    opacity: 0.8;
    color: var(--strong);
}
.blk a:visited {
    color: #fff;
}
h1 {
    clear: both;
    color: #063;
    font-size: 120%;
    line-height: 1.8em;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 2rem;
    min-width: 12rem;
    max-width: 100%;
    background: #fff;
    border-radius: 0.5rem;
}
/*
h1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  margin-left: 1.5rem;
  border: 1.5rem solid transparent;
  border-top: 1.5rem solid #fff;
}
*/
h1 p {
    margin: 0;
    padding: 0;
}
/****PC_article　(キャッチフレーズ）****/
article #catchcopy {
    width: 128rem;
    margin: 1rem auto;
    text-align: center;
    color: #ccc;
}
article #catchcopy p {
    font-size: 2.4rem;
    line-height: 3.5rem;
}
/****PC_nav****/
nav {
    max-width: 45%;
    padding: 0;
}
nav #map {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.box_scrollbar {
    padding: 15px 10px;
    font-size: 80%;
    text-align: left;
    letter-spacing: 1px;
    overflow-y: scroll;
    max-height: 400px;
}
.box_title {
    padding: 5px;
    font-weight: bold;
    font-size: 110%;
    background-color: var(--strong);
    color: #fff;
}
.uline {
    border-bottom: 1px dashed #ccc;
    line-height: 1.6;
    padding: 5px 5px 10px;
}
.uline span{
    font-size: 110%;
    font-weight: 500;
    line-height: 2;
}
.hikikae {
    background: #FFF;
    padding: 0.3rem;
    max-width: 1200px;
    margin: 3% auto;
    text-align: center;
    border-radius: 1rem;
}
.hikikae h3 {
    font-size: 3.6rem;
    margin: 2rem auto;
    text-align: center;
    color: #063;
    padding: 2rem 0;
}
.hikikaemap {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    justify-content: center;
}
.hikikaemap img {
    margin: 1%;
    border: 1px solid #ccc;
}
.osirase {
    display: flex;
    flex-wrap: wrap;
    margin: 3em auto;
    justify-content: center;
}
.news {
    color: #063;
    font-size: 120%;
    line-height: 1.8em;
    margin: 0 10px;
    padding: 2rem;
    width: 30%;
    background: #fff;
    border-radius: 1rem;
}
/****shop_list (店舗情報)****/
/**** 店舗紹介_全体構造 ****/
.upbtn {
    scroll-behavior: smooth;
}
.shopcover {
    width: 85%;
    margin: 2rem auto;
    background: url(../img/back.jpg);
    padding: 10px;
}
.shoplist {
    width: 85%;
    margin: 2rem auto;
}
.hutoji {
    font-weight: bold;
}
/**** 既存_掲載店舗情報 ****/

.shop-name-list-area{
    background: #fff;
    width: 90%;
    padding: 2em;
    border-radius: 1em;
    margin: 2em auto 5em;
}
.shop-name-list{
    display: flex;
    gap:1em;
    flex-wrap: wrap;
}
.shop-name-list li{
    padding: 0.3em 0.5em;
    background: var(--sub);
}
.shop-name-list li a{
    color: #000000;
}


/**** 個別BOK_全体構造 ****/
.shoplist h3 {
    font-size: 3.6rem;
    margin: 2rem auto 0.5rem;
    text-align: center;
    color: #063;
    padding: 3rem 0;
}
.shoplist h5 {
    font-size: 1.5rem;
    margin: 0.5rem auto 2rem;
    line-height: 1em;
    text-align: center;
    color: #063;
}
.shoplist h3 img {
    margin: 0 auto;
}
.shoplist {
    width: 100%;
}
.shoplist p {
    margin: 0;
}
.shoplist ul.shop-detail-list {
    margin-top: 30px;
    padding: 0 1%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 7rem 2em;
}
.shoplist ul.shop-detail-list li {
    width: calc((100% - 2em * 4) / 5);
    background: #fff;
    border-radius: 2rem;
    font-family: 'Noto Serif JP', serif;
    list-style: none;
    overflow: hidden;
    padding-bottom: 1em;
}
/**** 個別のBOX内部構造 ****/
/**** 店舗名 ****/
.shop_name {
    width: 100%;
    text-align: center;
    background-color: var(--strong);
    font-size: 120%;
    line-height: 1.3em;
    color: #fff;
    padding: 1rem;
}
.shop_name h2 {
    font-size: 100%;
}
.shop_name h2 span {
    font-size: 65%;
    vertical-align: 10%;
}
/**** 商品画像 ****/
.shop_photo {
    width: 100%;
    height: auto;
}
.shop_photo img {
    width: 100%;
}
/**** メニュー情報 ****/
.shop_menu {
    width: 100%;
    min-height: auto;
    text-align: center;
    line-height: 1.5em;
    padding: 0.5rem 0;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
}
.shop_menu span {
    font-size: 120%;
    color: #063;
    font-style: italic;
}
/**** 営業時間****/
.shop_time {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2rem;
    font-size: 1.6rem;
    padding: 1rem 0.5rem;
}
.shop_time p {
    font-size: 100%;
}
.shop_time p span {
    font-size: 70%;
    vertical-align: 10%;
}
/**** 定休日情報****/
.shop_close {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--sub);
    line-height: 2rem;
    font-size: 1.6rem;
    padding: 0.5rem;
}
.shop_close p span {
    font-size: 1.6rem;
}
.shop_close p {
    font-size: 100%;
}
/**** 所在地****/
.shop_adress {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 0;
    padding: 0.5rem;
}
.shop_adress p {
    font-size: 1.6rem;
    text-align: center;
}
.shop_adress p span {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
/**** 電話番号****/
.shop_tel p a:link {
    display: block;
    background: var(--strong);
    border-radius: 0.5rem;
    width: 25rem;
    color: #fff;
    font-weight: bold;
    margin: 1rem auto;
    text-decoration: none;
    text-align: center;
    padding: 1% 0;
    /* font-weight: normal;*/
    font-size: 120%;
}
.shop_tel p a:visited {
    color: #FFF;
}
.shop_tel p a:hover {
    background: var(--sub);
    color: var(--strong);
}
.shop_tel p img {
    width: 10%;
    padding-bottom: 4%;
}
.other_menu a:link, .other_menu a:visited {
    display: block;
    background: var(--strong);
    border-radius: 0.5rem;
    width: 45rem;
    color: #fff;
    font-weight: bold;
    margin: 2rem 4rem;
    text-decoration: none;
    text-align: center;
    padding: 1rem;
    /*font-weight: normal;*/
}
.other_menu a:hover {
    background: var(--sub);
    color: var(--strong);
}
.formlink {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}
.mojisp {
    font-size: 125%;
    margin: 0;
}
/****order (注文方法)****/
/**** 全体構造 ****/
.order {
    max-width: 1200px;
    padding: 0.3rem;
    margin: 6rem auto 0;
    background: #FFF;
    border-radius: 1rem;
}
.order h3 {
    /*height: 10rem;*/
    font-size: 4rem;
    color: #063;
    margin: 3rem 0 1rem;
    text-align: center;
}
/**** 個別box構造 ****/
.three_step {
    width: 98rem;
    /* height: 25rem; */
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
/****inquily (掲載問合せ)****/
.container {
    width: 100%;
    /* height: 1.5rem; */
    margin: 0 auto;
    /* padding-bottom: 3rem; */
}
.container ul li {
    height: 12rem;
    margin: 3rem auto;
}
.container #inquily {
    width: 50%; /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    background-color: #337534;
}
.container #inquily p {
    font-size: 1.8rem;
    text-align: center;
    padding: 1.5rem 0;
}
.container #inquily p span {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}
/****about (運営元情報)****/
/****footer (フッター要素)****/
.coment {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
h4 {
    color: #063;
    font-size: 100%;
    line-height: 1.8em;
    font-weight: normal;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0.7rem 1rem;
    min-width: 12rem;
    max-width: 100%;
    background: #fff;
    border-radius: 1rem;
}
h4:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1.5rem;
    border: 1.5rem solid transparent;
    border-top: 1.5rem solid #fff;
}
h4 p {
    margin: 0;
    padding: 0;
}
footer {
    width: 100%;
    height: auto;
    background-color: #00B563;
    text-align: left;
    line-height: 1.8em;
}
footer dl {
    width: 100%;
    display: flex;
}
footer dl dt{
    display: block;
    width: calc(100% / 3);
}
footer dl dt a{
    padding: 5px;
}
.fb a {
    text-align: center;
    display: block;
    background: #46639E;
}
.insta a {
    text-align: center;
    display: block;
    background: #6A42BC;
}
.tw a {
    text-align: center;
    display: block;
    background: #1CA1F3;
}
footer ul {
    width: 980px;
    margin: 0 auto;
}
.footer_links{
    display: flex;
    gap:2em;
    padding: 1em;
}
.footer_links > li{
    width: calc((100% - 2em * 2) / 3);
    font-family: 'Noto Serif JP', serif
}
.about {
    text-align: left;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.6em;
}
.link {
    text-align: left;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.6em;
}
.link a {
    display: block;
    background: var(--strong);
    border-radius: 0.5rem;
    width: 25rem;
    color: #fff;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
    text-align: center;
    padding: 1rem 0;
}
.link a:hover {
    background: var(--strong);
}
.link a:visited {
    color: #fff;
}
.entry {
    text-align: left;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.6em;
}
.copy {
    font-size: 1.2rem;
    line-height: 1.7rem;
    text-align: center;
    color: #fff;
    padding: 2rem 0;
    width: 80%;
    margin: 0 auto;
    letter-spacing: 1px;
}
.copy a:link {
    color: #fff;
}
.copy a:hover {
    color: var(--strong);
}
.copy a:visited {
    color: #fff;
}
.stepsp {
    padding: 100px 0 0 0;
    display: block;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 2em auto 1em;
}
.flex div {
    width: 48%;
}
/**エントリーページ**/
.contactform {
    border-radius: 1rem;
    background: #FFF;
    text-align: center;
    max-width: 1200px;
    margin: 2% auto;
    padding: 20px;
}
.contactform h3 {
    margin: 1%;
    color: var(--strong);
}
.form_title,h3.form_title {
    padding: 1rem;
    font-weight: bold;
    font-size: 110%;
    background-color: var(--strong);
    color: #fff;
    margin: 0 auto;
}
.tel_menu a:link {
    display: block;
    background: var(--sub);
    border-radius: 0.5rem;
    width: 45rem;
    color: var(--strong);
    font-weight: bold;
    margin: 2rem auto 4rem;
    text-decoration: none;
    text-align: center;
    padding: 1rem;
}
.tel_menu a:hover {
    background: #063;
}
.tel_menu a:visited {
    color: #fff;
}
/* for table */
#form {
    border-collapse: collapse;
    margin: 1em auto 2em;
    width: 70%;
}
#form th, #form td {
    border: 3px solid #FFF;
    padding: 8px;
}
#form th {
    white-space: nowrap;
    background: var(--sub);
    color: #063;
    width: 25%;
}
#form td {
    text-align: left;
    background: #fff;
    width: 70%;
}
#form td input[type=text] {
    width: 70%;
    margin-bottom: 0.3em;
}
#form td textarea {
    width: 70%;
    height: 7em;
    margin-bottom: 0.3em;
}
p.btn input {
    width: 110px;
    height: 32px;
}
/* for back-button */
form.back {
    margin-top: 2em;
}
.line input[type="text"]:valid {
    border: 2px solid green;
}
.line input[type="text"]:invalid {
    border: 2px solid #ff0000;
    background-color: rgba(250, 0, 0, 0.3);
}
/*****PC向け記述ここまで*****/
/**************************************
for Tablet　(タブレット用)
****************************************/
@media only screen and (max-width: 768px) {
    /****header　(キャッチフレーズ）****/
    .pc-dnon {
        display: block;
    }
    .pc-dnon2 {
        display: none;
    }
    .message {
        position: fixed;
        top: 0;
        right: 0;
        display: none;
    }
    .message2 {
        position: fixed;
        /*top: 0;*/
        /*right: auto;*/
        /*display: block;*/
        width: 100%;
        text-align: center;
    }
    .message2 img {
        width: 50%;
    }
    header {
        max-width: 100%;
        text-align: center;
        background: url(../img/titleback.jpg) bottom center / cover no-repeat;
        padding-bottom: 0;
    }
    header img {
        margin-top: 0;
        height: auto;
        border: 0;
        padding: 0 10px;
    }
    .message {
        display: none;
    }
    .msg {
        font-size: 180%;
        color: #063;
        font-family: 'Noto Serif JP', serif;
        padding: 0 0 5% 0;
        margin: 0;
        line-height: 1.8em;
        text-shadow: 0 0 0.5rem #FFF, 0 0 0.5rem #FFF, 0 0 0.5rem #FFF, 0 0 0.5rem #FFF, 0 0 0.5rem #FFF;
    }
    .msg2 {
        font-size: 90%;
        color: #063;
        font-family: 'Noto Serif JP', serif;
        padding: 0 0 5% 0;
        margin: 0;
        line-height: 1.6em;
    }
    .block {
        max-width: 50%;
        margin: 0 auto;
        margin-bottom: 10%;
    }
    .block dl {
        display: block;
        margin: 0 auto;
    }
    .block dl dt {
        padding: 2% 0;
    }
    .blk a:link {
        padding: 2% 0;
        margin: 0;
        background: url(../img/tex3.jpg);
        text-decoration: none;
        color: #fff;
        font-size: 120%;
        display: block;
        border-radius: 0.5rem;
        font-weight: 100;
    }
    .blk a:hover {
        opacity: 0.8;
        color: var(--strong);
    }
    .blk a:visited {
        color: #fff;
    }
    h1 {
        position: static;
        display: none;
    }
    .news {
        width: 80%;
        font-size: 82%;
    }
    /****PC_article　(キャッチフレーズ）****/
    /* 
  article #catchcopy {
    max-width: 48rem;
    margin: 1rem auto;
    text-align: center;
    color: #ccc;
  }
  article #catchcopy p {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
	*/
    /****PC_nav****/
    nav {
        max-width: 76.8rem;
    }
    nav #map {
        width: 95%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    /****shop_list (店舗情報)****/
    .shop-name-list-area{
        padding: 1em;
    }
    
    .shop-name-list{
        gap:0.5em;
    }
    .shop-name-list li{
        font-size: 12px;
    }
    
    /**** 店舗紹介_全体構造 ****/
    .shopcover {
        width: 92%;
        margin: 0 auto;
    }
    .shoplist {
        width: 100%;
        margin: 0 auto;
    }
    /**** 既存_掲載店舗情報 ****/
    /**** 個別BOK_全体構造 ****/
    .shoplist h3 {
        font-size: 150%;
        color: #ccc;
        margin: 0 auto;
        line-height: 150%;
    }
    .shoplist h3 {
        text-align: center;
        color: #063;
        padding: 0;
    }
    .shoplist h3 img {
        width: 10%;
        margin: 0 auto;
    }
    .shoplist p {
        font-size: 70%;
        margin: 0;
    }
    .shoplist ul.shop-detail-list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        -ms-justify-content: space-between;
        flex-wrap: wrap;
        padding: 0;
        margin: 2% 0;
    }
    .shoplist ul.shop-detail-list li {
        width: calc((100% - 2em * 2) / 3);
        border-radius: 1rem;
    }
    /**** 個別のBOX内部構造 ****/
    /**** 店舗名 ****/
    .shop_name {
        width: 100%;
        text-align: center;
        background-color: var(--strong);
        line-height: 1.5;
        color: #fff;
        padding: 3% 0 6%;
    }
    .shop_name h2 {
        font-size: 80%;
        margin: 0;
    }
    .shop_name h2 span {
        font-size: 60%;
        margin: 0;
    }
    /**** 商品画像 ****/
    /**** メニュー情報 ****/
    .shop_menu {
        width: 100%;
        min-height: auto;
        text-align: center;
        line-height: 1.5;
        padding: 2% 0;
        font-weight: bold;
        margin: 0;
    }
    .shop_menu p {
        font-size: 75%;
        line-height: 1.5;
    }
    .shop_menu span {
        font-size: 130%;
        color: #063;
        font-style: italic;
    }
    /**** オーダー所要時間****/
    .shop_order {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 100%;
        padding: 2%;
        background: #CAEECE;
    }
    .shop_order p {
        font-size: 85%;
        margin: 0;
    }
    .shop_order img {
        width: 15%;
        margin: 0 2%;
    }
    .shop_order img[src$="deri.png"] {
        width: 40%;
        margin-left: 5%;
    }
    .shop_order img[src$="take.png"] {
        width: 40%;
        margin-left: 5%;
    }
    .shop_order a {
        width: 50%;
    }
    .shop_order a img {
        width: 85%;
    }
    /**** 営業時間****/
    .shop_time {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 150%;
        padding: 2%;
    }
    .shop_time p {
        font-size: 75%;
    }
    .shop_time p span {
        font-size: 60%;
        vertical-align: 5%;
    }
    .shop_time img {
        margin: 0 2%;
    }
    /**** 定休日情報****/
    .shop_close {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--sub);
        line-height: 100%;
        font-size: 100%;
        padding: 2%;
    }
    .shop_close img {
        margin: 0 1%;
    }
    /**** 所在地****/
    .shop_adress {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1% 0;
        padding: 1%;
    }
    .shop_adress p {
        font-size: 85%;
        text-align: center;
    }
    .shop_adress p span {
        font-size: 70%;
    }
    /**** 電話番号****/
    .syoukai a:link {
        display: block;
        background: var(--strong);
        border-radius: 0.5rem;
        width: 90%;
        color: #fff;
        font-weight: bold;
        margin: 1% auto;
        text-decoration: none;
        text-align: center;
        padding: 0;
        /* font-weight: normal;*/
        font-size: 110%;
    }
    .shop_tel p a:link {
        display: block;
        background: var(--strong);
        border-radius: 0.5rem;
        width: 90%;
        height: 100%;
        color: #fff;
        font-weight: bold;
        margin: 1% auto;
        text-decoration: none;
        text-align: center;
        padding: 0;
        font-size: 110%;
    }
    .shop_tel p a:hover {
        background: var(--sub);
        color: var(--strong);
    }
    .shop_tel a img {
        width: 10%;
        margin-bottom: 3%;
    }
    .shop_tel .mojisp {
        font-size: 165%;
        margin: 0;
    }
    .formlink {
        display: flex;
        justify-content: center;
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
    }
    .other_menu a:link {
        max-width: 90%;
        width: 90%;
        margin: 1em auto;
    }
    .mojisp {
        font-size: 65%;
        margin: 0;
    }
    /****google-map (SP対応)****/
    #gmap {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        /*アスペクト比16:9 = 9/16*100= 56.25% */
        position: relative;
        margin: 1%;
    }
    #gmap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 96%;
        width: 96%;
        margin: 2%;
    }
    /****order (注文方法)****/
    /**** 全体構造 ****/
    .order {
        width: 100%;
        margin: 5% auto;
    }
    .order h3 {
        font-size: 175%;
        color: #063;
        margin: 5% 0 0;
        text-align: center;
        margin-bottom: 3%;
    }
    /**** 個別box構造 ****/
    .three_step {
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
        text-align: center;
    }
    .three_step a {
        width: 98%;
    }
    .three_step a.wid50 {
        width: 49%;
    }
    /****footer (フッター要素)****/
    /****about (運営元情報)****/
    .coment {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    h4 {
        color: #063;
        font-size: 65%;
        line-height: 1.8em;
        font-weight: normal;
        position: relative;
        display: inline-block;
        margin: 0 auto;
        min-width: 100%;
        max-width: 100%;
        background: #fff;
        border-radius: 1rem;
    }
    h4:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -1.5rem;
        border: 1.5rem solid transparent;
        border-top: 1.5rem solid #fff;
    }
    h4 p {
        margin: 0;
        padding: 0;
    }
    footer {
        clear: both;
        width: 100%;
        height: auto;
        background-color: #00B563;
        text-align: left;
        line-height: 1.8em;
    }
    .container #about {
        width: 30%; /* 未対応ブラウザ用フォールバック */
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
        float: left;
        color: #006633;
    }
    .container p {
        font-size: 45%;
        font-weight: bold;
        /* margin: 10% 0 0 0; */
        /* line-height: 150%; */
        text-align: center;
    }
    .container a {
        display: block;
        background: var(--sub);
        border-radius: 0.5rem;
        width: 90%;
        color: #fff;
        font-weight: bold;
        margin: 0;
        text-decoration: none;
        text-align: center;
        padding: 4% 0;
        /* font-weight: normal; */
        margin-top: 20%;
    }
    .container a:hover {
        background: var(--strong);
    }
    .container a:visited {
        color: #fff;
    }
    .copy {
        clear: both;
        font-size: 50%;
        text-align: center;
        color: #fff;
        padding: 2% 0;
        margin-bottom: 0;
    }
    footer ul {
        width: 100%;
        margin: 0 auto;
    }
}
/*****タブレット向け記述ここまで*****/
/**************************************
for SP　(スマートフォン用)　
****************************************/
@media(max-width: 480px) {
    /****header　(キャッチフレーズ）****/
    .pc-dnon {
        display: block;
    }
    .pc-dnon2 {
        display: none;
    }
    .message {
        position: fixed;
        top: 0;
        right: 0;
        display: none;
    }
    .message2 {
        position: fixed;
        top: 0;
        right: auto;
        display: block;
    }
    .message2 img {
        width: 50%;
    }
    header {
        max-width: 100%;
        text-align: center;
        background: url(../img/titleback.jpg) bottom center / cover no-repeat;
        padding-bottom: 0;
    }
    header h3 {
        margin-top: 3%;
    }
    header h3 img {
        max-width: 50%;
        height: auto;
        border: 0;
        margin: 0;
    }
    header h3 img[src$="bowl.png"] {
        display: none;
    }
    header img {
        height: auto;
        border: 0;
        margin: 0;
    }
    .aisatsu div {
        margin: 20px 10px;
        padding: 0;
        width: 100%;
        line-height: 1.5em;
    }
    .message {
        display: none;
    }
    .msg {
        font-size: 180%;
        color: #063;
        font-family: 'Noto Serif JP', serif;
        padding: 0 0 5% 0;
        margin: 0;
        line-height: 1.8em;
        text-shadow: 0 0 0.5rem #FFF, 0 0 0.5rem #FFF, 0 0 0.5rem #FFF, 0 0 0.5rem #FFF, 0 0 0.5rem #FFF;
    }
    .msg2 {
        font-size: 90%;
        color: #063;
        font-family: 'Noto Serif JP', serif;
        padding: 0 0 5% 0;
        margin: 0;
        line-height: 1.6em;
    }
    .block {
        max-width: 50%;
        margin: 0 auto;
        margin-bottom: 10%;
    }
    .block dl {
        display: block;
        margin: 0 auto;
    }
    .block dl dt {
        padding: 2% 0;
    }
    .blk a:link {
        padding: 2% 0;
        margin: 0;
        background: url(../img/tex3.jpg);
        text-decoration: none;
        color: #fff;
        font-size: 120%;
        display: block;
        border-radius: 0.5rem;
        font-weight: 100;
    }
    .blk a:hover {
        opacity: 0.8;
        color: var(--strong);
    }
    .blk a:visited {
        color: #fff;
    }
    h1 {
        position: static;
        display: none;
    }
    .news {
        width: 100%;
        font-size: 75%;
    }
    .syoukai a:link {
        display: block;
        border-radius: 0.5rem;
        width: 25rem;
        color: #fff;
        font-weight: bold;
        margin: 1rem auto;
        text-decoration: none;
        text-align: center;
        padding: 2%;
        /* font-weight: normal;*/
        font-size: 120%;
    }
    /****PC_nav****/
    nav {
        max-width: 100%;
        margin-top: 2em;
    }
    nav #map {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /****shop_list (店舗情報)****/
    /**** 店舗紹介_全体構造 ****/
    .shopcover {
        width: 92%;
        margin: 0 auto;
    }
    .shoplist {
        width: 100%;
        margin: 0 auto;
    }
    .hikikae {
        width: 85%;
        padding: 5px;
    }
    .hikikae h3 {
        font-size: 140%;
        margin: 0 auto;
        text-align: center;
        color: #063;
        padding: 0;
    }
    /**** 掲載店舗情報 ****/
    /**** 個別BOK_全体構造 ****/
    .shoplist h3 {
        font-size: 150%;
        margin: 0 auto;
        text-align: center;
        color: #063;
        padding: 0;
    }
    .shoplist h3 img {
        width: 10%;
        margin: 0 auto;
    }
    .shoplist p {
        font-size: 55%;
        margin: 0;
    }
    .shoplist ul.shop-detail-list {
        padding: 0;
        margin: 2% 0;
        gap: 1em 2em;
    }
    .shoplist ul.shop-detail-list li {
        width: calc((100% - 2em) / 2);
        min-height: auto;
        background: #fff;
        padding-left: 0;
        border-radius: 1rem;
        font-family: 'Noto Serif JP', serif;
        list-style: none;
    }
    /**** 個別のBOX内部構造 ****/
    /**** 店舗名 ****/
    .shop_name {
        width: 100%;
        text-align: center;
        background-color: var(--strong);
        line-height: 1.5;
        color: #fff;
        padding: 3% 0 6%;
    }
    .shop_name h2 {
        font-size: 50%;
    }
    .shop_name h2 span {
        font-size: 50%;
        vertical-align: initial;
    }
    /**** 商品画像 ****/
    /**** メニュー情報 ****/
    .shop_menu {
        width: 100%;
        min-height: auto;
        text-align: center;
        line-height: 1.5;
        padding: 2% 0;
        font-weight: bold;
        margin: 0;
    }
    .shop_menu p {
        font-size: 60%;
        line-height: 1.5;
    }
    .shop_menu span {
        font-size: 115%;
        color: #063;
        font-style: italic;
    }
    /**** オーダー所要時間****/
    .shop_order {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 100%;
        padding: 2%;
        background: #CAEECE;
    }
    .shop_order p {
        font-size: 70%;

        margin: 0;
    }
    .shop_order img {
        width: 15%;
        margin: 0 2%;
    }
    .shop_order img[src$="deri.png"] {
        width: 40%;
    }
    .shop_order img[src$="take.png"] {
        width: 40%;
    }
    .shop_order a {
        width: 50%;
    }
    .shop_order a img {
        width: 90%;
    }
    /**** 営業時間****/
    .shop_time {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 150%;
        padding: 2%;
    }
    .shop_time p {
        font-size: 60%;
    }
    .shop_time p span {
        font-size: 50%;
        vertical-align: 5%;
    }
    .shop_time img {
        margin: unset;
    }
    /**** 定休日情報****/
    .shop_close {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 100%;
        font-size: 100%;
        padding: 2%;
    }
    .shop_close img {
        margin: 0 1%;
    }
    /**** 所在地****/
    .shop_adress {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.3;
        margin: 1% 0;
        padding: 1%;
    }
    .shop_adress p {
        font-size: 75%;
        text-align: center;
    }
    .shop_adress p span {
        font-size: 70%;
    }
    /**** 電話番号****/
    .shop_tel p a:link {
        display: block;
        border-radius: 0.5rem;
        width: 90%;
        height: 100%;
        color: #fff;
        font-weight: bold;
        margin: 1% auto 3%;
        text-decoration: none;
        text-align: center;
        padding: 0;
        font-size: 110%;
    }
    .shop_tel a img {
        width: 12%;
        margin-bottom: 5%;
        padding: 0;
    }
    .shop_tel .mojisp {
        font-size: 165%;
        margin: 0;
    }
    .mojisp {
        font-size: 65%;
        margin: 0;
    }
    /****google-map (SP対応)****/
    #gmap {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        /*アスペクト比16:9 = 9/16*100= 56.25% */
        position: relative;
        margin: 1%;
    }
    #gmap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 96%;
        width: 96%;
        margin: 2%;
    }
    /****order (注文方法)****/
    /**** 全体構造 ****/
    .order {
        width: 100%;
        margin: 5% auto;
    }
    .order h3 {
        font-size: 175%;
        color: #063;
        margin: 5% 0 0;
        text-align: center;
        margin-bottom: 3%;
    }
    /**** 個別box構造 ****/
    /****footer (フッター要素)****/
    /****inquily (掲載問合せ)****/
    .container {
        width: 100%;
        /* height: 1.5rem; */
        margin: 0 auto;
        /* padding-bottom: 3rem; */
    }
    .container #inquily {
        width: 50%; /* 未対応ブラウザ用フォールバック */
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
        float: left;
        background-color: #337534;
    }
    .container #inquily p {
        font-size: 1.8rem;
        text-align: center;
        padding: 1.5rem 0;
    }
    .container #inquily p span {
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
    }
    /****about (運営元情報)****/
    .coment {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    h4 {
        color: #063;
        font-size: 65%;
        line-height: 1.8em;
        font-weight: normal;
        position: relative;
        display: inline-block;
        margin: 0 auto;
        min-width: 100%;
        max-width: 100%;
        background: #fff;
        border-radius: 1rem;
    }
    h4:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -1.5rem;
        border: 1.5rem solid transparent;
        border-top: 1.5rem solid #fff;
    }
    h4 p {
        margin: 0;
        padding: 0;
    }
    footer {
        clear: both;
        width: 100%;
        height: auto;
        background-color: #00B563;
        text-align: left;
        line-height: 1.8em;
    }
    .container #about {
        width: 30%; /* 未対応ブラウザ用フォールバック */
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
        float: left;
        color: #006633;
    }
    .container p {
        font-size: 45%;
        font-weight: bold;
        /* margin: 10% 0 0 0; */
        /* line-height: 150%; */
        text-align: center;
    }
    .container a {
        display: block;
        background: var(--sub);
        border-radius: 0.5rem;
        width: 90%;
        color: #fff;
        font-weight: bold;
        margin: 0;
        text-decoration: none;
        text-align: center;
        padding: 4% 0;
        /* font-weight: normal; */
        margin-top: 20%;
    }
    .container a:hover {
        background: var(--strong);
    }
    .container a:visited {
        color: #fff;
    }
    .copy {
        font-size: 50%;
        text-align: center;
        color: #fff;
        padding: 2% 0;
        margin-bottom: 0;
    }
    .footer_links {
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
        gap:10px;
    }
    .footer_links > li{
        width: 100%;
        text-align: center;
    }
    .link a{
        margin: 0 auto;
    }
    .contactform {
        width: 95%;
    }
    .tel_menu a:link {
        display: block;
        background: var(--sub);
        color: var(--strong);
        border-radius: 0.5rem;
        width: 20rem;
        font-size: 80%;
        font-weight: bold;
        margin: 3% auto;
        text-decoration: none;
        text-align: center;
        padding: 10px;
        line-height: 2;
    }
    /* 投稿フォーム */
    #form-tbl {
        margin: 0 auto;
        text-align: center;
    }
    #form {
        margin: 10px auto;
        width: 100%;
    }
    #form th, #form td {
        text-align: left;
        display: block;
        padding: 6px;
        border-top: none;
        width: 100%;
    }
    #form td input[type=text] {
        width: 70%;
        margin-bottom: 0.3em;
    }
    #form td input[type=radio] {
        margin-bottom: 0.3em;
    }
    #form tr:first-child th {
        border-top: 2px solid #FFF;
    }
    p.btn input {
        width: 10em;
    }
    /* サンクス */
    p.msg {
        margin: 1em auto;
    }
}
/***** スマートフォン向け記述ここまで*****/