/********** INFORMATION **********/
.payment-txt {
  margin-bottom: 30px;
}
/********** button **********/
button {
  cursor: pointer;
  -webkit-appearance: button;
}
.c-more {
  text-align: center;
}
.c-btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 1em 2em;
  border: 1px solid #000000;
  max-width: 300px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  color: #333;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0.2em;
}
.c-btn:before, .c-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}
.c-btn:after {
  transform: rotate(90deg);
}
.c-btn:hover {
  text-decoration: none;
}
.c-btn:hover:before {
  transform: rotate(90deg);
}
.c-btn:hover:after {
  transform: rotate(180deg);
}

.c-btn,
.button01 {
  margin-top: 60px;
}
@media screen and (max-width: 1030px) {
  .c-btn,
  .button01 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn,
  .button01 {
    margin-top: 30px;
  }
}
.button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  max-width: 300px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #000;
  transition: 0.3s;
}
.button01 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 1em;
  transform: translateY(calc(-50% - 1px)) rotate(30deg);
  width: 13px;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
}
.button01 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
}
.button01 a:hover {
  text-decoration: none;
}
.button01 a:hover::before,
.button01 a:hover::after {
  right: 0.5em;
}

.u-contents {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.top-head {
  font-size: 21px;
  text-align: center;
  letter-spacing: .075em;
}
@media only screen and (max-width: 40em) {
  .top-head {
    font-size: 18px;
  }
}
.top-head span {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 40em) {
  .top-head span {
    font-size: 13px;
  }
}
/******************************/
/* TOPスライダー */
/******************************/
.slider_top img {
  margin: 0 auto;
}
@media screen and (max-width: 1030px){
  .slider_top {
    padding-top: 10px;
  }
}
.slick-slide{
  margin-right: 1vw!important;
  margin-left: 1vw!important;
}
/*dots*/
.slider_top .slick-dots li.slick-active button:before {
  color: #504878;
}
/* arrow */
.slider_top .slick-next {
  right: 0;
}
.slider_top .slick-prev {
  left: 0;
  z-index: 1;
}
.slider_top .slick-prev,
.slider_top .slick-next {
  width: 40px;
  height: 40px;
}
.slider_top .slick-prev:before,
.slider_top .slick-next:before {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .slider_top .slick-prev,
  .slider_top .slick-next {
    width: 30px;
    height: 30px;
  }
  .slider_top .slick-prev:before,
  .slider_top .slick-next:before {
    font-size: 30px;
  }
}



.info_block img,
.free_space_block img {
  max-width: 100%;
  height: auto;
}

.info_block {
  line-height: 1.5;
}

.news_lst {
  margin-bottom: 1em;
  border: 3px double #BAB070;
  padding: 0.5em 1.2em;
}
  .news_lst li {
    padding: .6em 0 .5em;
  }
  .news_lst span {
    margin-right: .5em;
    color: #888;
	display: table-cell;
	width: 80px;
  }
    .news_lst em {
	display: table-cell;

  }



#w_S_size .news_lst {
margin-bottom: 1em;
border: 3px double #BAB070;
padding: 0.5em 1.2em;
display: table;
}
#w_S_size .news_lst li {
padding: .6em 0 .5em;
}
#w_S_size .news_lst span {
margin-right: .5em;
color: #888;
display: table-cell;
width: 20%;
}
#w_S_size .news_lst em {
display: table-cell;
}

.free_space_block {
  margin-top: 3em;
}

#w_S_size .news_lst {
  line-height: 1.4;  
}

/******************************/
/* カテゴリーメニュー */
/******************************/
.category_block ul {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px 15px;
  margin: 30px 0;
}
@media only screen and (max-width: 40em) {
  .category_block ul {
    flex-wrap: wrap;
    gap: 15px 6px;
  }
}
.category_block ul li{
  width: calc((100% - (15px * 8)) / 9);
  text-align: center;
}
@media only screen and (max-width: 40em) {
  .category_block ul li{
    width: calc((100% - (10px * 2)) / 3);
  }
}
.category_block ul li img{
	width: 100%;
}
.category_block ul li span{
  display: block;
  width: 100%;
  line-height: 1.4em;
  padding-top: .5em;
}
@media only screen and (max-width: 40em) {
  .category_block ul li span{
    font-size: 12px;
  }
}
.category_block ul li a{
	color: #333;
	text-decoration: none;
	font-size: 13px;
}
.category_block ul li.disp_sp{
display: none;
}
.category_block ul.other li{
	width: calc((100% - (15px * 2)) / 3);
}

/******************************/
/* TOP BANNER */
/******************************/
.category_block ul.other li .disp_sp{
	display: none;
}
#w_S_size .category_block ul.other li .disp_pc{
	display: none;
}
#w_S_size .category_block ul.other li .disp_sp{
	display: block;
}


#w_S_size .category_block ul li img{
	width: 100%;
	display: block;
}

#w_S_size .category_block ul li a{
	color: #333;
	text-decoration: none;
}
#w_S_size .category_block li:nth-child(2),
#w_S_size .category_block li:nth-child(3),
#w_S_size .category_block li:nth-child(4),
#w_S_size .category_block li:nth-child(5),
#w_S_size .category_block li:nth-child(7),
#w_S_size .category_block li:nth-child(8),
#w_S_size .category_block li:nth-child(9){
margin: 0;
}
#w_S_size .category_block ul li.disp_sp{
display: block;
}
#w_S_size .category_block ul.disp_pc{
display: none;
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  width: calc((100% - (20px * 2)) / 3);
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    width: calc((100% - (10px * 2)) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    width: auto;
  }
}
.text-button {
  display: grid;
  place-items: center;
  height: 160px;
  outline: 2px solid #FFFFFF;
  outline-offset: -9px;
  text-decoration: none;
  font-size: 26px;
  color: #fff;
  background-color: #504878;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 40em) {
  .text-button {
    height: 140px;
    font-size: 23px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .text-button {
    width: auto;
    font-size: 21px;
    text-align: center;
    line-height: 1.2em;
    padding: 0 30px;
  }
}

.text-button:hover {
  text-decoration: none;
}
@media only screen and (min-width: 64.063em) {
  .text-button:hover {
    outline: 2px solid #5e5e5e;
    background-color: #fff;
  }
}

.text-button span {
  display: block;
  font-size: 15px;
  line-height: 1;
  margin-top: -60px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .text-button span {
    font-size: 14px;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 64.063em) {
  .text-button span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 40em) {
  .ordermade_btn {
    margin: 20px 0 10px;
  }
}
.ordermade_btn img{
	width: 100%;
}
.ordermade_btn .disp_sp{
	display: none;
}
#w_S_size .ordermade_btn {
	margin: 20px 0 10px;
}
#w_S_size .ordermade_btn .disp_pc{
	display: none;
}
#w_S_size .ordermade_btn .disp_sp{
	display: block;
}
.ordermade_block {
  margin-top: 60px;
}
@media only screen and (max-width: 40em) {
  .ordermade_block {
    margin-top: 40px;
  }
}
.ordermade_block a{
	display: block;
	text-align: center;
	color: #333;
}
.ordermade_block a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.ordermade_block a img{
	max-width: 100%;
	height: auto;
}
.ordermade_block a p{
	padding-top: 10px;
}
/******************************/
/* TOP 店舗紹介 */
/******************************/
.p-shop {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-shop {
    display: block;
    margin-top: 75px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.p-shop__img {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop__img {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.p-shop__txt {
  text-align: center;
}
.p-shop__ttl {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-shop__ttl {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.p-shop__body {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-shop__body {
    font-size: 13px;
  }
}
.p-shop__url {
  margin-top: 15px;
}
.p-shop__url a {
  color: #2d2d2d;
}
/******************************/
/* CALENDAR */
/******************************/
.p-calendar {
  box-sizing: border-box;
  flex: 1;
  margin-top: 120px;
}
@media screen and (max-width: 1023px) {
  .p-calendar {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-calendar {
    margin-top: 0px;
    padding-top: 45px;
  }
}
.p-calendar.is-shopkeeper, .p-calendar.is-privacy {
  display: none;
}
.p-calendar__wrap {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .p-calendar__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.side_cal {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .side_cal {
    display: block;
  }
}
.tbl_calendar {
  margin-left: 120px;
  margin-right: 120px;
  width: 330px;
  text-align: center;
  border-spacing: 1px;
  border-collapse: separate;
}
@media screen and (max-width: 1023px) {
  .tbl_calendar {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .tbl_calendar {
    margin-bottom: 30px;
    width: auto;
  }
}
.tbl_calendar caption {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tbl_calendar caption {
    margin-bottom: 10px;
  }
}
.tbl_calendar th {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #b3b2b2;
}
@media screen and (max-width: 767px) {
  .tbl_calendar th {
    padding: 5px 12px;
    font-size: 13px;
  }
}
.tbl_calendar td {
  padding: 8px 5px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .tbl_calendar td {
    padding: 5px 12px;
    font-size: 13px;
  }
}
.side_cal_memo {
  margin-top: 20px;
  margin-bottom: 45px;
  margin-left: 100px;
  margin-right: 100px;
}
@media screen and (max-width: 1023px) {
  .side_cal_memo {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .side_cal_memo {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
/******  ******/
.about-btn {
  margin-top: 30px;
}
.about-btn a {
    background: #eee;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 250px;
    padding: 10px 25px;
    text-decoration: none;
    color: #333;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.about-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.about-btn a:hover {
  background: #333;
  color: #FFF;
}
.about-btn a:hover:after {
  right: 1.4rem;
}