@charset "utf-8";



header a {
  text-decoration: none;
  color: #000000;
}

main {
  padding-bottom: 2rem;
}

h1 {
    font-size: larger;
    margin: 1rem 0 0 0.5rem;
  }

  h1>span {
    font-size: medium;
    font-weight: 600;
    margin-right: 1rem;
  }

  h2 {
    font-size: large;
    text-align: center;
    margin: 2rem 0 0;
  }

.linkToEnglish{
padding: 0 2rem 0;
text-align: center;
}

  .osusumeMenyu > div{
margin: 2rem 2rem 0;
padding: 0 2rem 1rem;
border: dotted 6px #85950a;

}

.osusumeMenyu > div > h3{
    /*text-align: center;*/
    /*margin-top: 2rem;*/
    /*font-weight:400;*/
    /*font-size: larger;*/
}




.osusumeMenyu .priceUndrLineRone{

color: #f00;
text-decoration: line-through;

}

.osusumeMenyu .priceUndrLineRone span{

color: #000;


}


.osusumeMenyu > div > p::before{

position: relative;
top: -3px;
left: -2px;
display: inline-block;
width: 8px;
height: 8px;
content: '';
border-radius: 100%;
background: rgb(0, 0, 0);

}





  section {
    margin: 3rem 0 6rem;
  }


  .contentsB {
    max-width: 720px;
    margin: 0 auto;
  }


  h3 {
    /*width: fit-content;*/
    /*background-color: #ffffff;*/
    padding: 0 1rem 0 0;
    /*margin-top: 0.6rem;*/
    /*margin-bottom: 0;*/
    margin: 0.6rem 1rem 0;
    font-size: x-large;
    color: #ffffff;
  }

  .h3Span {
    position: relative;
    display: inline-block;
    width: 100%;
    /*border-top: solid 8px #86c0de;*/
    /*border-bottom: solid 8px #86c0de;*/
    /*border-bottom: solid 5px #85950a;*/
    border-bottom: solid 5px #687504;
    /*background-color: #a9f13b;*/
    background-color: #719b31;
    /*padding: 0 0 0.2rem 1rem;*/
  }



  .secDesc {
    margin: 3rem 0.3rem 0 1.3rem;
  }

.cateTitleUnderSpace {
  margin: -1rem 0.3rem 0 1.3rem;
}


  .secDesc ul{
    padding: 0 0 0 1rem;

  }


  .priceListDivUl>li {
    margin: 4rem 0 3rem;
    margin: 1rem 0 3rem;
  }
  .CateMainDescLiPrice::before {
 content: "　";
  }

  .CateMainDescLiStrSub {
    display: block;
    padding-left: 1rem;
    margin: 0.2rem 0;
}
.CateMainDescLiStrSub::before {
    content: "(";
}
.CateMainDescLiStrSub::after {
    content: ")";
}



  .secDesc > ul > li > .menuNameImg{
    margin: 0.5rem 0;
  }

  .secDesc > ul > li > .menuNameImg a{
    position: relative;
  }

  .menuNameImgGlass {
    position: absolute;
    display: block;
    bottom: -2px;
    right: 0;
    width: 26px;
}


  /*.secDesc>p {
    font-weight: 600;
    margin-left: 0.2rem;
  }*/
  .secDesc0P {
    font-weight: 600;
    margin-left: 0.2rem;

  }

  .secDesc1P1 {
    /*font-weight: 600;*/
    /*margin-left: 2rem;*/
    margin-top: 0;
  }


  .secDesc1P2 {
    /*font-weight: 600;*/
    margin-left: 4rem;
    margin-top: 0;
  }

  .menuTitleImage{
    margin-left: 2.5rem;
  }


  .secDesc>ul {
    margin-bottom: 0;
  }

  .secDesc>ul>li {
    list-style: none;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: rgb(227, 20, 20);
    margin: 0.5rem 0;
    text-underline-offset: 1.5px;
  }



  .secDesc>ul>li::before {
    position: relative;
    top: -2px;
    left: -8px;
    display: inline-block;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 100%;
    background: rgb(0, 0, 0);
  }

  .menuNameDl {
    /*display: flex;*/
    justify-content: space-between;
    align-items: end;
    /*width: 100%;*/
    margin-top: 0.6rem;
    padding-left: 1rem;
    position: relative;
  }

  .menuNameUpperSpace{

    margin-top: -0.4rem;
  }

  .menuNameDl::before {
    position: relative;
    top: 17px;
    left: -13px;
    display: inline-block;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 100%;
    background: rgb(0, 0, 0);
  }








  .menuPriceUpperSpace{

    margin: -1.2rem 0 0;
  }



  .menuNameDoot {
    display: block;
    /*position: absolute;*/
    /*bottom: 0.3rem;*/
    border-bottom: dotted 2px #1c1c1c;
    width: calc(100% - 3rem);
    /*margin: 0 0 0 1rem;*/
    z-index: -1;

  }

  .priceListDivUl {
    padding: 0;
  }

  .priceListDivUl>li {
    list-style: none;
  }

  .priceListDivUl>li>p {
    font-size: 22px;
    font-weight: bold;
    padding: 0.3rem 0.5rem 0 1rem;
    /*border-bottom: solid 4px #86c0de;*/
    /*border-bottom: solid 5px #85950a;*/
    border-bottom: solid 5px #687504;
 
    /*background-color: #a9f13b;*/
    background-color: #719b31;
    color: #ffffff;
    /*text-align: right;*/
  }

  .displayNone {
    display: none;
  }

.priceListDivUlMt>li {
    margin-top: 6rem;
}



  .priceListDivUl>li>p::before {
    content: "<";
    font-size: 24px;
    font-weight: bold;
  }

  .priceListDivUl>li>p::after {
    content: ">";
    font-size: 24px;
    font-weight: bold;
  }


  .priceListDivUl2 {
    list-style: none;
    padding: 2rem 0 0 0.5rem;
    margin: 0 0.5rem 0 0.3rem;
  }


  .priceListDivUl2Puls {
    padding: 0.5rem 0 0 0.5rem;
  }



  /*.menuNameDt::before {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 100%;
    background: rgb(0, 0, 0);
  }*/





  .menuNameDt {
    width: auto;
    width: fit-content
  }

  .menuNameDt span {
    /*display: block;*/
    font-weight: bold;
    background: #ffffff;
    line-height: 130%;
    /*display: inline;*/
  }

  .menuNameDt:nth-child(2) {
    /*content: "(";*/
    padding: 5rem;

  }

  .nameSubBreake{
    display: block;
}




  .menuNameDd {
    /*width: 6rem;*/
    height: auto;
    margin: 0 0 0 0.5rem;
    /*text-align: right;*/
  }

.menuNameDtForSpace{
  margin-bottom: -1.2rem;
}




  .menuNameDdSpan {
    display: block;
    font-weight: bold;
    text-align: right;
    background-color: #ffffff;
    padding-right: 0.3rem;
  }








  .menuNameDd span {
    background: #ffffff;
    padding-left: 0.1rem;
    /*font-weight: bold;*/
  }

  .menuNameDiv {
    display: flex;
    margin: 0.5rem 0 0.5rem;
  }

.menuNameImgWrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -0.2rem;
}







  .menuNameImg {
    display: flex;
    align-items: flex-end;
    width: 80px;
    /*padding: 0 0 0.3rem;*/
    margin: 0 0.5rem 0 0;
  }

  .menuNameImg a{
    position: relative;
}

  .menuNameDiv span {
    display: flex;
    flex-direction: column;
    /*justify-content: flex-end;*/
  }

  .menuNameDiv span p {
    margin: 0 0 0 0.8rem;
  }

  .menuNameUnder {
    margin-bottom: 2rem;

  }

  .menuNameUnder2 {
    margin-bottom: 1rem;

  }



  footer {
    padding-top: 5rem;
    /*margin-bottom: 2rem;*/
  }


  /*===========ハンバーガー用==============*/



  html {
    scroll-behavior: smooth;

  }

  body {
    overflow-x: hidden;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    /*background: url(../../img/bg.png);*/
  }


  .contents {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin: 0 6px;
    margin: 0 ;
  }

  /* :::::: toggle button :::::: */
  #drawer {
    display: none;
  }

  label {
    cursor: pointer;
    position: fixed;
  }

  .open {
    z-index: 2;
    top: 8px;
    right: 8px;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    /*background: #86c0de;*/
    background: #85950a;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 50%;
  }

  .open::before,
  .open::after {
    content: "";
  }

  .open span,
  .open::before,
  .open::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    width: 40%;
    border-bottom: 2px solid white;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .open::before {
    transform: translateY(-8px);
  }

  .open::after {
    transform: translateY(8px);
  }

  .close {
    z-index: 1;
    inset: 0;
    pointer-events: none;
    transition: background .6s;
  }

  #drawer:checked+.open {
    background: #dc6688;
    transform: translateX(-280px);
  }

  #drawer:checked+.open span {
    transform: scaleX(0);
  }

  #drawer:checked+.open::before {
    transform: rotate(135deg) scaleX(1.2);
  }

  #drawer:checked+.open::after {
    transform: rotate(-135deg) scaleX(1.2);
  }

  #drawer:checked~.close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .3);
  }

  /* :::::: drawer menu :::::: */
  .menuNav {
    z-index: 1;
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .6);
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .menuNav h3 {
    color: white;
    font-family: "Ubuntu Condensed", sans-serif;
    font-weight: 400;
    letter-spacing: .1em;
    text-align: center;
  }

  .menuNav ul {
    margin: 0;
    padding: 0;
  }

  .menuNav li {
    line-height: 1.4;
    /*border-bottom: 1px solid rgba(255, 255, 255, .6);*/
  }

  .navUnderLineOn {
    border-bottom: 1px solid rgba(255, 255, 255, .6);
  }


  .navUnderLineOff {
    border-bottom: unset;
  }


  /*.menuNav li:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, .6);
  }*/

  .menuNav a {
    display: block;
    padding: 1em 2em;
    color: white;
    text-decoration: inherit;
    transition: background .6s;
  }

  .menuNav a:hover {
    background: black;
  }

  #drawer:checked~.menuNav {
    transform: none;
  }



  /*



.open {
transform: translate(0, -130%);
}
#drawer:checked + .open {
transform: translate(250px, 0);
}
@media (max-width: 720px) {
.open {
transform: translate(0, 0);
}
}

*/



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




  .menuNameDlm {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }

  .menuNameDlm span {
    margin: 0 auto 0 0;
  }

  .menuNameDdm {
    display: flex;
    align-items: flex-end;
    width: 4rem;
    text-align: right;
    margin: 0;
    padding: 0;
  }

  .menuNameDdm>span {
    text-align: right;
    margin: 0 0 0 auto;
  }

  .CateNameSubm {
    margin-left: 2rem;
  }




  .menuNav a {
    padding: 1em 0 1em;
  }

  .menuNav {
    width: 85%;
    max-width: 320px;
  }

  .menuNav ul {
    margin-top: 4em;
    list-style: none;
  }

  /*メニューオープン時　メイン画面固定*/
  .container {
    position: absolute;
    inset: 0;
    overflow: auto;
  }


  html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 48px;
    width: 48px;
    position: fixed;
    right: 8px;
    bottom: 8px;
    background: #85950a;
    /*border: solid 2px #000;*/
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    opacity: 50%;

}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: translateY(20%) rotate(-45deg);
}