@charset "utf-8";
/* CSS Document */

/*---------------------
  doit.php(default)
---------------------*/
html {
    scroll-behavior: smooth;
}

body{
	-webkit-text-size-adjust:100%;
}
div#contents_box{ padding: 0;}
picture img{
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
li{ list-style-position: inside; list-style: none;}

div a {
  width: fit-content;
  margin: 0 auto;
  color:#007FEB;
}
div a:hover {
text-decoration:underline;
}
div a:visited {
color:#007FEB;
}

@media screen and (min-width:768px) {
/*　PC*/　  

.disN{ display: none;}
}
@media screen and (max-width:768px) {
/* SP */
.disNSp{ display: none;}
}


.disB{ display: block;}

.disNoTxt{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}
/*---------------------
  doit.php
---------------------*/
#aboutShop{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#aboutShop h1 img{
  width: 100%;
}



/* 年末年始のお知らせ */
#aboutShop .p-newyearInfo {
  margin: 5% 10%;
  border: solid 3px;
  border-color: #28a255;
  padding: 2%;
}

@media screen and (max-width:768px) {
  #aboutShop .p-newyearInfo {
    margin: 5%;
  }
}

#aboutShop .c-newyearInfo_ttl {
  font-size: clamp(18px ,2.4vw ,24px);
  margin-bottom: 1%;
  margin-top: 0;
}

#aboutShop .c-newyearInfo_txt {
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.5;
}

@media screen and (max-width:768px) {
  #aboutShop .c-newyearInfo_txt {
    font-size: max(1.4vw, 14px);
    margin-top: 8px;
    margin-bottom: 4px;
  }
}

#aboutShop .c-newyearInfo_link {
  text-decoration: underline;
  font-size: clamp(13px ,1.8vw ,18px);
}