.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 60%;
  margin: 5vw auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}
#p-slider {
  position: relative;
  margin-left: -65%;
  margin-right: -65%;
  width: 230%;
}
#p-slider .main_catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  color: #fff;
  font-size: 6.5vw;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: translate(-50%, 0);
  text-align: center;
  text-shadow: -1px 1px 3px rgba(0,0,0,.8);
  text-indent: 1em;
      line-height: 1.8;
    letter-spacing: 0.3em;
}
#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#p-slider .bx-wrapper #slider > div {
  padding-top: 56.25%;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #fff;
  width: 50px;
  height: 5px;
  border-radius: 0;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #fd7f23;
}
@media screen and (min-width: 600px) {
  #p-slider {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    width: 100vw;
  }
  #p-slider .main_catch {
    font-size: 2.5vw;
  }
}
.p-news {
  line-height: 1.5;
/*margin: 0;*/
  max-width: 780px;
  margin: 0 auto;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  /*margin: 5px 0 20px 10px;*/
  margin: 5px 0 20px 0px;
  border-bottom: 1px solid;
  padding: 0 0 10px 10px;
}
.p-news__content a {
  text-decoration: none;
}
.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

/*
.p-news__label::before {
  content: '-';
}
*/

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #333;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #p-slider .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 600px) {
  .p-news__label {
    float: left;
    clear: left;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    width: 140px;
  }

  .p-news__content {
    overflow: hidden;
    /*margin: 0 0 20px;*/
  }
}
@media screen and (min-width: 960px) {
  .p-custom-banner__heading {
    font-size: 30px;
  }
}

/* 季節の生菓子スライダー */
.item_slide_section {
  overflow: hidden;
  padding: 50px 20px;
}
.set_head {
  padding: 0 10px;
  margin-bottom: 20px;
}
.set_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
h2.two_line {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: center;
}
h2.two_line span {
  display: inline-block;
}
h2.two_line .sub {
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}
h2.two_line .main {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-left: 0.2em;
  margin-bottom: 10px;
  font-weight: normal;
}
.kind_num {
  color: #a9c65c;
  border: 2px solid;
  padding: 0.3em 1em;
  border-radius: 1.5em;
  font-weight: bold;
  margin-left: 1em;
}
.desc_txt {
  line-height: 1.8;
}
.desc_txt br {
  display: none;
}
.set_slide_wrap {
  margin: 0 -20%;
  width: 140%;
}
.set_slide_wrap .bx-viewport {
  height: auto !important;
  left: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.set_slide {
  padding: 0;
  list-style: none;
}
.set_slide:after {
  content: "";
  clear: both;
  display: block;
}
.set_slide li a {
  display: block;
/*  width: 250px;*/
  text-decoration: none;
  text-align: center;
  color: #333;
}
.set_slide li a .image {
  padding-top: 80%;
  background-position: center;
  background-size: cover;
}
.set_slide li a .name {
  padding: 8px 0;
    font-size: 123%;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .set_head {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .set_title {
    width: 40%;
    border-right: 1px solid;
    justify-content: center;
  }
  .set_title h2 {
    margin-bottom: 0;
  }
  h2.two_line {
    text-align: left;
  }
  h2.two_line .main {
    font-size: 30px;
  }
  h2.two_line .sub {
    font-size: 15px;
  }
  .desc_txt {
    width: 60%;
    padding: 0 20px;
    letter-spacing: 0.1em;
    font-size: 16px;
  }
  .desc_txt br {
    display: inherit;
  }
}
/* 月から選ぶ */
.choice_section_wrap {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  width: 100vw;
  background: #eeeae7;
  background-image: radial-gradient(#fff 10%, rgba(255,255,255,0) 20%), radial-gradient(#fff 10%, rgba(255,255,255,0) 20%);
  background-size: 5px 5px;
  background-position: 0 0, 5px 5px;
  padding: 50px 20px;
}
.choice_section_wrap .c-section__heading--title {
  text-align: center;
  margin-bottom: 50px;
}
.choice_section_wrap .c-section__heading--title span {
  background: #eeeae7;
  background-image: radial-gradient(#fff 10%, rgba(255,255,255,0) 20%), radial-gradient(#fff 10%, rgba(255,255,255,0) 20%);
  background-size: 5px 5px;
  background-position: 0 0, 5px 5px;
}
.choice_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  margin: 60px auto 0;
}
.choice_box {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  width: calc(50% - 10px);
  margin-bottom: 30px;
}
.choice_box a {
  display: flex;
  color: inherit;
  text-decoration: none;
}
.choice_box .title {
  position: relative;
  width: 25%;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  transform: translateY(-1.2em);
  line-height: 1;
}
.choice_box .title .main {
  font-size: 20px;
  position: relative;
  letter-spacing: 0.25em;
}
.choice_box .title .sub {
  margin-top: 0.5em;
  display: block;
  border: 1px solid;
  padding: 0.6em 0.2em;
  border-radius: 1em;
  font-size: 12px;
}
.choice_box .title .furi {
/*  position: absolute;*/
/*  left: 100%;*/
/*  top: 0;*/
  margin-top: 0.5em;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.choice_box .image {
  width: 75%;
  padding-top: 75%;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
}
.choice_box2 {
  background: #fff;
  width: calc(50% - 10px);
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  margin-bottom: 30px;
}
.choice_box2 a {
  color: inherit;
}
.choice_box2 .title {
  position: absolute;
  top: -1.2em;
  left: -0.8em;
}
.choice_box2 .title .main {
  font-size: 20px;
}
.choice_box2 .image {
  padding-top: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 600px) {
  .choice_box {
    width: calc((100% / 3) - 10px); 
    margin-bottom: 50px;
  }
  .choice_box2 {
    width: calc((100% / 3) - 10px); 
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .choice_box {
    width: calc((100% / 3) - 20px); 
  }
  .choice_box .title .main {
    font-size: 26px;
  }
  .choice_box .title .sub {
    margin-top: 2em;
    font-size: 14px;
  }
  .choice_box2 {
    width: calc((100% / 3) - 20px); 
  }
  .choice_box2 .title .main {
    font-size: 24px;
  }
  .choice_box2 .title .sub {
    font-size: 16px;
  }
}
.scene_section_wrap {
  padding: 50px 0; 
}
.scene_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto 50px;
}
.scene_box {
  width: 50%;
  position: relative;
}
.scene_box:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.scene_box .title {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-shadow: -1px 1px 3px rgba(0,0,0,.8);
}
.scene_box .image {
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 600px) {
  .scene_box {
    width: calc(100% / 3);
  }
  .scene_box .title {
    font-size: 24px;
  }
}

.news_section_wrap {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  width: 100vw;
  background: #eeeae7;
  background-image: radial-gradient(#fff 10%, rgba(255,255,255,0) 20%), radial-gradient(#fff 10%, rgba(255,255,255,0) 20%);
  background-size: 5px 5px;
  background-position: 0 0, 5px 5px;
  padding: 50px 0;
}

.bx-wrapper
{
 margin-bottom:0 !important; 
}

.top_catsec
{
  text-align: center;
    display: block;
    border: 3px double #444;
    padding: 0.5em 0.5em;
    font-size: 25px;
    margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .top_recommend .top_catsec {
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

.top_bnr_area {
  	display: flex;
    flex-wrap: wrap;
  	justify-content: center;
}
.top_bnr_area a {
	width: calc(50% - 40px);
    padding: 20px 20px;  
}
.top_bnr_area a img {
    max-width: 675px;
    display: table;
    margin: auto;
    margin: 2em auto 5em;
    border: 4px double #CCC;
  width:100%;
}

.nyhs_msg {
    border: 3px double #C00;
    display: table;
    margin: auto;
    padding: 1em;
    text-align: center;
    line-height: 1.6;
  margin-bottom: 5em;
}


@media (max-width: 767px) {
  .top_bnr_area {
  	flex-direction: column;
  	align-items: center;
  }

  .top_bnr_area a {
  	width: 100%;
  }

  .top_bnr_area a img {
  	margin: 0;
  }

  .top_bnr_area a:last-child img {
  	margin-bottom: 2em;
  }
}

.top_info_wrap {
	border: 3px double #c00;
	display: table;
	margin: auto;
	padding: 2em;
	font-weight: bold;
	background: #fff;
}
@media (max-width: 767px) {
	.top_info_wrap br {
		display: none;
	}
}

