<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";



/* ------------------------------------
* 
* mv
* 
------------------------------------ */
#mv {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#mv .mv-inner {
  position: relative;
  z-index: 2;
}
#mv .mv-con {
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: auto;
}
#mv .con-main {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  #mv {
    background: #fff100 url('../img/top/mv-bg-pc.jpg');
    background-position: right center;
    background-repeat: no-repeat;
  }
  #mv::before {
    content: '';
    position: absolute;
    width: 700px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff100;
  }
  #mv::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 300px;
    left: 700px;
    top: 0;
    background-image: linear-gradient(to right, #fff100, rgba(255,255,255,0));
  }
  #mv .mv-inner {
    width: 1450px;
    margin-right: auto;
    margin-left: auto;
  }
  #mv .mv-con {
    padding-left: 25px;
    height: 656px;
    width: 700px;
  }
  #mv .con-main {
    max-width: 580px;
  }
}
@media (max-width: 767px) {
  #mv {
    background-color: #fff100;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #mv .con-header {
    width: 100%;
  }
}

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

#mv .p-head__title {
  font-size: 40px; 
  letter-spacing: 0.16em;
  line-height: 2.2;
  text-align: center;
}
#mv .p-head__title strong {
  background-color: #fff;
  padding: 15px 10px 12px;
  margin-right: 10px;
  margin-left: 10px;
}
#mv .p-head__title em {
  -webkit-text-emphasis: '\2022';
  text-emphasis: '\2022';
  font-style: inherit;
}
#mv .p-head__title mark {
  background: linear-gradient(transparent 85%, #f00 85%) !important;
  box-sizing: border-box;
  padding-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
}
#mv .p-head__titleLabel {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 19px;
}
#mv .p-head__titleLabel b {
  font-size: 29px;
}
#mv .p-head__titleLabel::before,
#mv .p-head__titleLabel::after {
  content: '';
  position: absolute;
  top: 50%;
  border-radius: 200px;
  box-sizing: border-box;
  background-color: #000;
  height: 42px;
  width: 2px;
}
#mv .p-head__titleLabel::before {
  transform: translateY(-50%) rotate(-30deg);
  left: 0;
}
#mv .p-head__titleLabel::after {
  transform: translateY(-50%) rotate(30deg);
  right: 0;
}
.p-head__titleDeco {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #mv .p-head__title {
    font-size: 19px;
    letter-spacing: 0.03em;
  }
  #mv .p-head__titleLabel {
    font-size: 14px;
    line-height: 3.5;
    padding-right: 20px;
    padding-left: 20px;
  }
  #mv .p-head__titleLabel b {
    font-size: 17px;
  }
  #mv .p-head__title strong {
    margin-right: 5px;
    margin-left: 5px;
  }
  #mv .p-head__title mark {
    margin-right: 5px;
    margin-left: 5px;
  }
  .p-head__titleDeco {
    width: 30px;
  }
}

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

#mv .p-list &gt; ul {
  display: flex;
  margin-top: 45px;
}
#mv .p-list &gt; ul &gt; li {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 200px;
  margin-right: 25px;
  text-align: center;
  font-weight: 700;
  font-size: 19px;
  padding: 12px 35px 10px;
  box-sizing: border-box;
  position: relative;
  word-break: keep-all;
}
#mv .p-list &gt; ul &gt; li:last-of-type {
  margin-right: 0;
}
#mv .p-list &gt; ul &gt; li::before {
  content: '';
  position: absolute;
  left: 25px;
  top: -22px;
  bottom: 0;
  margin: auto 0;
  width: 35px;
  height: 100%;
  min-height: 35px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('../img/icon/icon-check2-illust.png');
}
#mv .p-desc {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #mv .p-list &gt; ul &gt; li:nth-of-type(3)::before {
    left: 15px;
  }
}
@media (max-width: 767px) {
  #mv .p-list &gt; ul {
    flex-direction: column;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
  #mv .p-list &gt; ul &gt; li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #mv .p-list &gt; ul &gt; li:last-of-type {
    margin-bottom: 0;
  }
}





/* ------------------------------------
* 
* intro
* 
------------------------------------ */

#intro {
  margin-top: 80px;
}

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

#intro .p-head__titleWrap {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#intro .p-head__title {
  font-size: 21px;
  position: relative;
  display: inline-block;
}
#intro .p-head__title::before {
  content: '';
  position: absolute;
  top: -8px;
  right: -25px;
  width: 25px;
  min-height: 31px;
  height: 100%;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url('../img/icon/icon-sweat-illust.png');
}
#intro .p-head__title strong {
  font-size: 31px;
}
#intro .p-head__desc {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #intro .p-head__desc {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #intro .p-head__titleWrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  #intro .p-head__title {
    font-size: 19px;
  }
  #intro .p-head__title strong {
    font-size: 29px;
  }
}

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

#intro .p-anchorLink {
  background-color: #fff100;
  position: relative;
  z-index: 1;
  margin-top: 105px;
  margin-bottom: 40px;
}
#intro .p-anchorLink::before {
  content: '';
  position: absolute;
  top: -65px;
  right: 0;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../img/top/intro-anchorlink-bg.png');
  width: 100%;
  height: 100%;
}
#intro .p-anchorLink__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 216px;
  
  /* IE対策 */
  height: 216px;

  padding-bottom: 25px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
#intro .p-anchorLink__text {
  font-weight: 700;
  text-align: center;
}
#intro .p-anchorLink__text a {
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
  width: 380px;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 3px;
}
#intro .p-anchorLink__text a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  #intro .p-anchorLink::before {
    background-size: contain;
  }
  #intro .p-anchorLink__inner {
    min-height: 45vw;
    height: auto;
  }
  #intro .p-anchorLink__text a {
    width: 100%;
  }
}

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

#intro .p-flow__list &gt; ol {
  display: flex;
}
#intro .p-flow__list &gt; ol &gt; li {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 51px;
  position: relative;
}
#intro .p-flow__list &gt; ol &gt; li::before {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 71px;
  height: 100%;
  min-height: 19px;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('../img/icon/icon_arrow_black.png');
}
#intro .p-flow__list &gt; ol &gt; li:last-of-type {
  padding-right: 0;
}
#intro .p-flow__list &gt; ol &gt; li:last-of-type::before {
  display: none;
}
#intro .p-flow__listTitleWrap {
  order: 1;
  background-color: #fff100;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  width: 100%;
  align-items: center;
  border-radius: 200px;
  padding: 8px 5px 5px;
  box-sizing: border-box;
}
#intro .p-flow__listTitle {
  line-height: 1.4;
  font-weight: 700;
}
#intro .p-flow__listImage {
  order: 0;
  min-height: 130px;
}
#intro .p-flow__desc {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  #intro .p-flow__desc {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #intro .p-flow__list &gt; ol {
    flex-direction: column;
  }
  #intro .p-flow__list &gt; ol &gt; li::before {
    transform: rotate(90deg);
    left: 15px;
    top: auto;
    bottom: -130px;
  }
  #intro .p-flow__list &gt; ol &gt; li {
    padding-right: 0;
    padding-bottom: 20px;
  }
  #intro .p-flow__list &gt; ol &gt; li:last-of-type {
    padding-bottom: 0;
  }
  #intro .p-flow__listImage {
    min-height: 110px;
  }
  #intro .p-flow__listImage img {
    max-width: 80%;
  }
}





/* ------------------------------------
* 
* movie
* 
------------------------------------ */

#movie {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
#movie::before {
  content: '';
  background-image: url('../img/deco-border.png');
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  height: 20px;
  width: 100%;
  max-width: 756px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#movie .p-movie {
  background-image: url('../img/top/movie-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 40px 40px;
}
#movie .p-movie__box.type-text {
  color: #fff;
}
#movie .p-movie__title {
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
}
#movie .p-movie__desc {
  margin-top: 40px;
}
#movie .p-movie__desc p {
  font-size: 12px;
  text-align: center;
}
#movie .p-movie__box.type-movie video {
  width: 100%;
}
@media (min-width: 768px) {
  #movie .p-movie {
    border-radius: 20px;
    display: table;
    min-height: 322px;
  }
  #movie .p-movie__box {
    display: table-cell;
    vertical-align: middle;
  }
  #movie .p-movie__box.type-text {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #movie .p-movie {
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
  }
  #movie .p-movie__box {
    width: 93.33333%;
    margin-right: auto;
    margin-left: auto;
  }
  #movie .p-movie__box.type-movie video {
    margin-top: 20px;
  }
}





/* ------------------------------------
* 
* osusume
* 
------------------------------------ */
#osusume .p-head__titleWrap {
  position: relative;
  z-index: 1;
  margin-top: 5px;
}
#osusume .p-head__titleWrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -25px;
  top: 0;
  background-image: url('../img/top/osusume-title-deco01.png');
  background-position: left top;
  background-repeat: no-repeat;
  z-index: -1;
}
#osusume .p-head__titleWrap::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: -40px;
  bottom: -20px;
  background-image: url('../img/top/osusume-title-deco02.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
#osusume .p-head__title {
  text-align: center;
  font-size: 24px;
  position: relative;
  padding-top: 70px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
#osusume .p-head__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 6px;
  max-width: 480px;
  background-color: #fff100;
}
#osusume .p-head__title strong {
  font-size: 32px;
}
#osusume .p-head__titleLabel {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}
#osusume .p-head__titleLabel::before,
#osusume .p-head__titleLabel::after {
  content: '';
  position: absolute;
  top: 50%;
  border-radius: 200px;
  box-sizing: border-box;
  background-color: #000;
  height: 42px;
  width: 2px;
}
#osusume .p-head__titleLabel::before {
  transform: translateY(-50%) rotate(-30deg);
  left: 0;
}
#osusume .p-head__titleLabel::after {
  transform: translateY(-50%) rotate(30deg);
  right: 0;
}
@media (max-width: 767px) {
  #osusume .p-head__title {
    line-height: 1.5;
    font-size: 20px;
  }
  #osusume .p-head__title strong {
    font-size: 26px;
  }
  #osusume .p-head__titleLabel {
    line-height: 2.7;
  }
  #osusume .p-head__titleWrap {
    padding-top: 2%;
    margin-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 2%;
  }
  #osusume .p-head__titleWrap::before {
    width: 25%;
    background-size: contain;
    left: -10px;
    top: 8%;
  }
  #osusume .p-head__titleWrap::after {
    width: 20%;
    background-size: contain;
    right: -10px;
    bottom: 12%;
  }
  #osusume .p-head__title::before {
    display: none;
  }
}

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

#osusume .p-list {
  display: flex;
  flex-wrap: wrap;
}
#osusume .p-list__box {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#osusume .p-list__item.type-image {
  order: 0;
}
#osusume .p-list__item.type-title {
  order: 1;
  margin-top: 10px;
}
#osusume .p-list__title {
  font-size: 18px;
}
#osusume .p-list__item.type-desc {
  order: 2;
  margin-top: 5px;
  width: 100%;
}
#osusume .p-list-box__desc p {
  font-size: 12px;
}
@media (min-width: 768px) {
  #osusume .p-list {
    margin-bottom: -4%;
  }
  #osusume .p-list__box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
  #osusume .p-list .p-list__box:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #osusume .p-list {
    flex-direction: column;
  }
  #osusume .p-list__box {
    margin-bottom: 40px;
  }
  #osusume .p-list .p-list__box:last-of-type {
    margin-bottom: 0;
  }
}

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

#osusume .p-opt {
  margin-top: 90px;
}
#osusume .p-opt__box {
  background-color: #f5f1ed;
  box-sizing: border-box;
  position: relative;
}
#osusume .p-opt__title {
  font-size: 20px;
  margin-bottom: 25px;
}
#osusume .p-opt__titleDeco {
  position: absolute;
  top: -35px;
}
#osusume .p-opt__titleLabel {
  position: absolute;
  top: 17px;
  left: -20px;
  box-sizing: border-box;
  background-color: #fff100;
  min-width: 290px;
  padding: 10px 5px 5px 70px;
  font-size: 14px;
}
#osusume .p-opt__titleLabel::before {
  content: '';
  background-image: url('../img/icon/icon-check-illust.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 100%;
  min-height: 63px;
  width: 51px;
  bottom: 2px;
  left: 20px;
}
#osusume .p-opt__titleLabel::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 12px 0;
  border-color: transparent #e7da01 transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 0;
}
#osusume .p-opt__item.type-sub {
  display: flex;
  align-items: flex-start;
}
#osusume .p-opt__sub {
  order: 1;
}
#osusume .p-opt__subImage {
  order: 0;
}
#osusume .p-opt__subTitle {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 17px;
}
#osusume .p-opt__subDesc p {
  font-size: 13px;
}
@media (min-width: 768px) {
  #osusume .p-opt__box {
    padding: 85px 50px 50px;
  }
  #osusume .p-opt__title {
    padding-right: 120px;
  }
  #osusume .p-opt__titleDeco {
    right: 40px;
  }
  #osusume .p-opt__subImage {
    width: 310px;
    flex-shrink: 0;
  }
  #osusume .p-opt__sub {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  #osusume .p-opt__box {
    padding: 85px 30px 50px;
    margin-left: 18px;
  }
  #osusume .p-opt__titleDeco {
    right: 10px;
    max-width: 30%;
  }
  #osusume .p-opt__item.type-sub {
    flex-direction: column;
  }
  #osusume .p-opt__subImage {
    width: 100%;
    text-align: center;
  }
}




/* ------------------------------------
* 
* menu
* 
------------------------------------ */
#menu {
  margin-bottom: 80px;
}

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

#menu .p-head__titleWrap {
  background-image: url('../img/top/menu-title-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*margin-top: 70px;*/
  margin-top: 20px;
  margin-bottom: 70px;
  text-align: center;
}
#menu .p-head__title {
  font-size: 24px;
  position: relative;
  line-height: 1.6;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
#menu .p-head__title::before {
  content: '';
  background-image: url('../img/top/menu-title-deco01.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 100%;
  min-height: 108px;
  width: 108px;
  bottom: -50px;
  left: 95px;
}
@media (max-width: 767px) {
  #menu .p-head__title::before {
    left: -2%;
    width: 25%;
    bottom: -30%;
  }
}

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

#menu .p-image {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}
#menu .p-image figure {
  position: relative;
}
#menu .p-image figure + figure {
  margin-top: 25px;
}
#menu .p-nav {
  position: relative;
  z-index: 1;
}
#menu .p-nav ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: minmax(47px, auto);
  grid-gap: 10px;
}
#menu .p-nav ul li {
  display: grid;
  font-size: 16px;
}
#menu .p-nav ul li a {
  display: grid;
  justify-content: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  border: solid 2px;
  border-radius: 200px;
  position: relative;
}
#menu .p-nav ul li a::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: solid 1px;
  border-right: solid 1px;
  margin-top: -2px;
}
#menu .p-nav ul li a:hover {
  opacity: .7;
}
#menu .p-list__box {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 55px;
  margin-bottom: 40px;
}
#menu .p-list__box::before {
  content: '';
  background-image: url('../img/deco-border.png');
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  height: 12px;
  width: 100%;
  max-width: 756px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#menu .p-list__titleWrap {
  display: flex;
  align-items: flex-end;
  border-bottom: solid 6px #fff100;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
}
#menu .p-list__titleWrap.type-column {
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
}
#menu .type-yearend .p-list__titleWrap {
  border-bottom-color: #901919;
}
#menu .type-spring .p-list__titleWrap {
  border-image: linear-gradient(to right, #ffbeee 0%, #c5a5ff 50%, #a9f6ff 100%) 1/0 0 6px 0;
  padding-left: 70px;
  padding-top: 35px;
}
#menu .type-spring .p-list__titleWrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('../img/event/spring-menu-hanko01.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 66px;
  height: 66px;
}
#menu .type-summer .p-list__titleWrap {
  border-color: #89d5c9;
  padding-left: 70px;
  padding-top: 35px;
}
#menu .type-summer .p-list__titleWrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('../img/event/summer-menu-stamp01.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 69px;
  height: 69px;
}
#menu .p-list__title {
  flex-grow: 1;
  font-size: 17px;
  line-height: 1.4;
  position: relative;
  letter-spacing: 0;
}
#menu .p-list__title i {
  position: absolute;
  bottom: 100%;
  left: 15px;
}
#menu .type-yearend .p-list__title i {
  color: #901919;
}
#menu .type-spring .p-list__title i,
#menu .type-summer .p-list__title i {
  font-style: normal;
  font-size: 13px;
  left: 0;
	white-space: nowrap;
}
#menu .p-list__title i::before,
#menu .p-list__title i::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-left: solid 1px;
  height: 1.4em;
}
#menu .p-list__title i::before {
  left: -10px;
  transform: rotate(-30deg);
}
#menu .p-list__title i::after {
  transform: rotate(30deg);
  right: -10px;
}
#menu .type-spring .p-list__title i::before,
#menu .type-spring .p-list__title i::after,
#menu .type-summer .p-list__title i::before,
#menu .type-summer .p-list__title i::after {
  display: none;
}
#menu .p-list__desc {
  margin-bottom: 10px;
  font-weight: 700;
}
#menu .p-list__desc p {
  line-height: 1.6;
}
#menu .p-list__title strong {
  font-size: 22px;
}
#menu .type-spring .p-list__title strong,
#menu .type-summer .p-list__title strong {
  font-size: 19px;
}
#menu .p-list__price {
  flex-shrink: 0;
  word-break: keep-all;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
#menu .type-spring .p-list__price,
#menu .type-summer .p-list__price {
  font-size: 19px;
}
#menu .p-list__titleWrap.type-column .p-list__price  {
  align-self: flex-end; 
}
#menu .p-list__price small {
  font-size: 12px;
}
#menu .type-spring .p-list__price small,
#menu .type-summer .p-list__price small {
  font-size: 10px;
}
#menu .p-list__titleLabel {
  display: block;
}
#menu .p-list__image figcaption {
  margin-top: 15px;
  text-align: left;
}
#menu .p-list__image figcaption p {
  font-size: 13px;
}
#menu .p-list__data {
  box-sizing: border-box;
}
#menu .p-list__data li.type-special {
  background-color: #f5f1ed;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#menu .type-spring .p-list__data li.type-special,
#menu .type-summer .p-list__data li.type-special {
  /*background-color: #fff6ee;*/
  background-color: #fff;
}
#menu .p-list__data li.type-special i {
  background-color: #fff100;
  word-break: keep-all;
  flex-shrink: 0;
  padding: 4px 15px;
  font-size: 18px;
  font-weight: 700;
  margin-right: 20px;
  box-sizing: border-box;
}
#menu .p-list__data li.type-special i {
  background-color: #901919;
  color: #fff;
}
#menu .type-spring .p-list__data li.type-special i,
#menu .type-summer .p-list__data li.type-special i {
  background-color: #c7ab74;
}
#menu .p-list__data li.type-special p {
  margin-top: 0;
  line-height: 1.4;
  font-weight: 700;
  padding-right: 130px;
  box-sizing: border-box;
}
#menu .p-list__data li.type-special img {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#menu .p-list__data table {
  padding: 18px 10px;
  table-layout: fixed;
  border-spacing: 0;
}
#menu .p-list__data table,
#menu .p-list__dataDesc &gt; ul {
  width: 100%;
  background-color: #f5f1ed;
  box-sizing: border-box;
}
#menu .type-spring .p-list__data table,
#menu .type-spring .p-list__dataDesc &gt; ul,
#menu .type-summer .p-list__data table,
#menu .type-summer .p-list__dataDesc &gt; ul {
  /*background-color: #fff6ee;*/
  background-color: #fff;
}
#menu .p-list__dataDesc &gt; ul &gt; li,
#menu .p-list__data table td {
  font-size: 12px;
  box-sizing: border-box;
  letter-spacing: 0;
}
#menu .p-list__data table td {
  padding-right: 12px;
  padding-left: 12px;
  vertical-align: top;
}
#menu .p-list__data table caption,
#menu .p-list__dataTitle {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  padding-left: 1em;
  margin-top: 10px;
}
#menu .p-list__data table caption {
  margin-bottom: 10px;
}
#menu .p-list__dataTitle {
  margin-bottom: 7px;
}
#menu .p-list__data table caption::before,
#menu .p-list__dataTitle::before {
  content: '\30FB';
  position: absolute;
  left: 0;
  top: 0;
}
#menu .p-list__dataDesc &gt; ul {
  padding: 0 20px 18px;
}
#menu .p-list__dataDesc.type-top &gt; ul {
  padding-top: 20px;
}
#menu .p-list__dataDesc &gt; ul &gt; li {
  position: relative;
  padding-left: 1em;
}
#menu .p-list__dataDesc &gt; ul &gt; li::before {
  content: '\203B';
  position: absolute;
  left: 0;
  top: 0.15em;
}
#menu .p-list__dataBox {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 20px 20px;
  background-color: #f5f1ed;
}
#menu .type-spring .p-list__dataBox,
#menu .type-summer .p-list__dataBox {
  /*background-color: #fff6ee;*/
  background-color: #fff;
}
#menu .p-list__dataBox dl {
  background-color: #fff;
  width: 48.5%;
  margin-right: 3%;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  padding-bottom: 10px;
}
#menu .p-list__dataBox dl:nth-of-type(2n) {
  margin-right: 0;
}
#menu .p-list__dataBox dt {
  background-color: #fff100;
  font-weight: 700;
  text-align: center;
  padding: 7px 10px;
  margin-bottom: 10px;
}
#menu .type-yearend .p-list__dataBox dt {
  background-color: #901919;
  color: #fff;
}
#menu .type-spring .p-list__dataBox dt,
#menu .type-summer .p-list__dataBox dt {
  background-color: #c7ab74;
  color: #fff;
}
#menu .p-list__dataBox dd {
  padding: 0 10px;
  position: relative;
  margin-left: 1em;
  letter-spacing: 0;
}
#menu .p-list__dataBox dd::before {
  content: '\30FB';
  position: absolute;
  left: 0;
  top: 0;
}
/* p-list02 */
#menu .p-list02__sec {
  margin-top: 45px;
  margin-bottom: 65px;
}
#menu .p-list02__sec + .p-list02__sec {
  margin-bottom: 0;
}
#menu .p-list02__navTitle {
  font-size: 20px;
  position: relative;
  padding-bottom: 8px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
#menu .p-list02__navTitle::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e6e6e6;
}
#menu .p-list02__navTitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  height: 3px;
  background-color: #fff100;
  z-index: 1;
}
#menu .p-list02__box {
  border: solid 1px #e7e7e7;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 35px 30px;
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
#menu .p-list02__box.type-pickup {
  margin-top: 50px;
}
#menu .p-list02__box + .p-list02__box {
  margin-top: 20px;
}
#menu .p-list02__box + .p-list02__box.type-pickup {
  margin-top: 40px;
}
#menu .p-list02__pickup {
  position: absolute;
  left: -12px;
  top: -20px;
  min-width: 215px;
  box-sizing: border-box;
  padding: 10px 10px;
  background-color: #fff100;
  color: #645e00;
  font-style: italic;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .1em;
}
#menu .p-list02__pickup::before {
  content: '';
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 12px;
  height: 20px;
  background-color: #bcb200;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
#menu .p-list02__titleWrap {
  position: relative;
  padding-bottom: 8px;
  border-bottom: solid 3px #e6e6e6;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#menu .p-list02__title {
  font-size: 18px;
}
#menu .p-list02__tag {
  margin-left: 10px;
}
#menu .p-list02__tag li {
  border: solid 1px;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 2px 10px;
  font-weight: 700;
}
#menu .p-list02__attention {
  margin-left: 10px;
}
#menu .p-list02__attention li {
  font-weight: 700;
}
#menu .p-list02__attention li::before {
  content: '\203B';
}
#menu .p-list02__price {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  font-size: 18px;
  align-items: baseline;
  font-weight: 700;
}
#menu .p-list02__price small {
  font-size: 12px;
  padding-left: .5em;
}
#menu .p-list02__data {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
#menu .p-list02__desc p {
  font-weight: 700;
  line-height: 1.7;
}
#menu .p-list02__image {
  width: 335px;
  margin-right: 35px;
  flex-shrink: 0;
}
#menu .p-list02__dataList-banner {
  margin-bottom: 20px;
}
#menu .p-list02__dataList-banner.type-over {
  margin-bottom: -25px;
  margin-top: -15px;
}
#menu .p-list02__dataList-title {
  position: relative;
  padding-left: 1em;
  margin-bottom: 8px;
  font-size: 14px;
  box-sizing: border-box;
}
#menu .p-list02__dataList-title::before {
  content: '\30FB';
  position: absolute;
  left: 0;
  top: 0;
}
#menu .p-list02__dataList-box + .p-list02__dataList-box {
  margin-top: 20px;
}
#menu .p-list02__dataList-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
}
#menu .p-list02__dataList-list li {
  font-size: 12px;
  width: 50%;
  margin-top: 2px;
}
#menu .p-list02__dataList-list li:nth-of-type(odd):last-of-type {
  width: 100%;
}
#menu .p-list02__dataList-list li a[href^="#"] {
  color: inherit;
  font-weight: 700;
}
#menu .p-list02__dataList-list li a[href^="#"]::before {
  content: '\FF1E';
}
#menu .p-list02__dataList-attention {
  margin-top: 15px;
  margin-left: 15px;
}
#menu .p-list02__dataList-attention li {
  box-sizing: border-box;
  padding-left: 1em;
  position: relative;
  font-size: 12px;
}
#menu .p-list02__dataList-attention li::before {
  content: '\203B';
  position: absolute;
  left: 0;
  top: 0;
}
/* .p-drink */
#menu .p-drink {
  margin-top: 40px;
}
#menu .p-drink__sec {
  background-color: #f5f1ed;
  padding: 35px 35px 25px;
}
#menu .p-drink__title {
  padding-bottom: 8px;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
  color: #a8833d;
  font-size: 18px;
  border-bottom: solid 3px;
}
#menu .p-drink__desc {
  text-align: center;
}
#menu .p-drink__desc p {
  font-size: 16px;
  line-height: 1.7;
}
#menu .p-drink__boxWrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(260px, auto);
  margin-top: 20px;
}
#menu .p-drink__box {
  background-color: #fff;
}
#menu .p-drink__subTitle {
  background-color: #c7ab74;
  color: #fff;
  text-align: center;
  padding: 2px 10px;
  box-sizing: border-box;
  font-size: 16px;
}
#menu .p-drink__box ul {
  padding: 20px 30px;
  box-sizing: border-box;
}
#menu .p-drink__box ul li {
  position: relative;
  box-sizing: border-box;
  padding-left: 1em;
  font-size: 16px;
}
#menu .p-drink__box ul li + li {
  margin-top: 4px;
}
#menu .p-drink__box ul li::before {
  content: '\30FB';
  position: absolute;
  left: 0;
  top: 0;
}
#menu .p-drink__attention {
  margin-top: 25px;
}
#menu .p-drink__attention li {
  box-sizing: border-box;
  padding-left: 1em;
  position: relative;
}
#menu .p-drink__attention li + li {
  margin-top: 4px;
}
#menu .p-drink__attention li::before {
  content: '\203B';
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 979px) {
  #menu .p-image figure.type-banner {
    padding-left: 2.5%;
    padding-right: 2.5%;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  #menu .p-list__box {
    padding-left: 420px;
  }
  #menu .p-list__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
  }
}
@media (max-width: 767px) {
  #menu .p-image {
    padding-top: 0;
    padding-bottom: 30px;
  }
  #menu .p-nav ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #menu .p-list__titleWrap {
    display: flex;
    flex-direction: column;
    border-image: none !important;
  }
  #menu .type-spring .p-list__titleWrap {
    border-image: linear-gradient(to right, #ffbeee 0%, #c5a5ff 50%, #a9f6ff 100%) 1/0 0 6px 0 !important;
  }
  #menu .type-summer .p-list__titleWrap {
    border-color: #89d5c9;
  }
  
  #menu .p-list__title {
    /*
    border-bottom: solid 6px #fff100;
    padding-bottom: 5px;
    margin-bottom: 5px;
    */
    width: 100%;
  }
  #menu .type-spring .p-list__title {
    border-bottom: none !important;
  }
  #menu .p-list__price {
    margin-top: 5px;
  }
  #menu .p-list__image {
    text-align: center;
    margin-bottom: 20px;
  }
  #menu .p-list__data li.type-special {
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 0;
  }
  #menu .p-list__data li.type-special i {
    width: 100%;
    margin-right: 0;
  }
  #menu .p-list__data li.type-special img {
    right: 0;
  }
  #menu .p-list__data li.type-special p {
    padding-top: 12px;
    padding-left: 22px;
  }
#menu .type-spring .p-list__data li.type-special p,
#menu .type-summer .p-list__data li.type-special p {
  padding-left: 10px;
}
  #menu .p-list__dataDesc &gt; ul &gt; li,
  #menu .p-list__data table,
  #menu .p-list__data tbody,
  #menu .p-list__data table caption,
  #menu .p-list__data tr,
  #menu .p-list__data table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  #menu .p-list__data table {
    background: none;
    padding: 0;
  }
  #menu .p-list__data table.type-sp-pb0 {
    padding-bottom: 0;
  }
  #menu .p-list__data tbody {
    background-color: #f5f1ed;
    padding: 18px 10px;
  }
  #menu .p-list__data &gt; ul &gt; li {
    margin-top: 40px;
  }
  #menu .type-spring .p-list__data tbody,
  #menu .type-summer .p-list__data tbody {
    background: none;
    padding: 0;
  }
  #menu .type-spring .p-list__dataTitle,
  #menu .type-spring .p-list__data table caption,
  #menu .type-summer .p-list__dataTitle,
  #menu .type-summer .p-list__data table caption {
    border-bottom: 6px solid #c7ab7436;
    padding-bottom: 7px;
  }
  #menu .p-list__data table td {
    padding: 3px 12px;
  }
  #menu .p-list__dataBox dl {
    margin-right: 0;
    width: 100%;
  }
  #menu .type-spring .p-list__dataBox,
  #menu .type-summer .p-list__dataBox {
    padding-left: 0;
    padding-right: 0;
  }
  #menu .p-list02__titleWrap {
    flex-wrap: wrap;
  }
  #menu .p-list02__title {
    width: 100%;
    margin-bottom: 4px;
  }
  #menu .p-list02__tag,
  #menu .p-list02__attention {
    margin-left: 0;
  }
  #menu .p-list02__price {
    margin-top: 8px;
    width: 100%;
  }
  #menu .p-list02__data {
    flex-direction: column;
  }
  #menu .p-list02__image {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #menu .p-drink__desc p {
    font-size: 14px;
  }
  #menu .p-drink__sec {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #menu .p-drink__boxWrap {
    grid-template-columns: repeat(1,1fr);
  }
}

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

#menu .p-opt {
  position: relative;
  padding-top: 50px;
  margin-top: 50px;
}
#menu .p-opt::before {
  content: '';
  background-image: url('../img/deco-border.png');
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  height: 12px;
  width: 100%;
  max-width: 756px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#menu .p-opt__title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 23px;
}
#menu .p-opt-list {
  display: flex;
  flex-wrap: wrap;
}
#menu .p-opt-list__box {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#menu .p-opt-list__item.type-text {
  width: 100%;
}
#menu .p-opt-list__item.type-image {
  margin-top: 10px; 
  width: 100%;
}
#menu .p-opt-list__title {
  font-size: 18px;
  border-bottom: solid 6px #fff100;
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: 1.4;
}
#menu .p-opt-list__price {
  word-break: keep-all;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 10px;
  display: block;
}
#menu .p-opt-list__price small {
  font-size: 9px;
}
#menu .p-opt-list__item.type-image figcaption {
  margin-top: 10px;
  text-align: left;
}
#menu .p-opt-list__item.type-image figcaption p {
  font-size: 13px;
}
@media (min-width: 768px) {
  #menu .p-opt-list {
    margin-bottom: -4%;
  }
  #menu .p-opt-list__box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
  #menu .p-opt-list .p-opt-list__box:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #menu .p-opt-list {
    flex-direction: column;
  }
  #menu .p-opt-list__box {
    margin-bottom: 40px;
  }
  #menu .p-opt-list .p-opt-list__box:last-of-type {
    margin-bottom: 0;
  }
  #menu .p-opt-list__title {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #menu .p-opt-list__item.type-image {
    text-align: center;
  }
  #menu .p-opt-list__item.type-text {
    border-bottom: solid 6px #fff100;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  #menu .p-opt-list__price {
    text-align: right;
  }
}




/* ------------------------------------
* 
* point
* 
------------------------------------ */
#point .p-head__titleWrap {
  position: relative;
  z-index: 1;
}
#point .p-head__titleWrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -25px;
  top: 0;
  background-image: url('../img/top/point-title-deco01.png');
  background-position: left top;
  background-repeat: no-repeat;
  z-index: -1;
}
#point .p-head__titleWrap::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: -16px;
  bottom: -20px;
  background-image: url('../img/top/point-title-deco02.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
#point .p-head__title {
  text-align: center;
  font-size: 25px;
  position: relative;
  padding-top: 70px;
  padding-bottom: 10px;
  margin-bottom: 50px;
  letter-spacing: 0.16em;
}
#point .p-head__title strong {
  font-size: 38px;
}
#point .p-head__titleLabel {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 18px;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  #point .p-head__title {
    line-height: 1.5;
    font-size: 20px;
  }
  #point .p-head__title strong {
    font-size: 26px;
  }
  #point .p-head__titleLabel {
    line-height: 2.7;
  }
  #point .p-head__titleWrap {
    padding-top: 2%;
    margin-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 2%;
  }
  #point .p-head__titleWrap::before {
    width: 25%;
    background-size: contain;
    left: -10px;
    top: 8%;
  }
  #point .p-head__titleWrap::after {
    width: 25%;
    background-size: contain;
    right: -10px;
    bottom: 2%;
  }
}

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

#point .p-list__box {
  display: flex;
  margin-bottom: 55px;
}
#point .p-list__box:last-of-type {
  margin-bottom: 0;
}
#point .p-list__item.type-image {
  position: relative;
}
#point .p-list__item.type-image::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -12px;
  width: 104px;
  height: 100%;
  min-height: 43px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('../img/icon/icon-point-illust.png');
}
#point .p-list__title {
  font-size: 18px;
  border-bottom: solid 6px #fff100;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  #point .p-list__item.type-image {
    flex-shrink: 0;
    width: 290px;
    margin-left: 30px;
  }
  #point .p-list &gt; .p-list__box:nth-of-type(odd) .p-list__item.type-text {
    order: 1;
  }
  #point .p-list &gt; .p-list__box:nth-of-type(odd) .p-list__item.type-image {
    order: 0;
    margin-right: 30px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #point .p-list__box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  #point .p-list__box:last-of-type {
    margin-bottom: 0;
  }
  #point .p-list__item.type-text {
    width: 100%;
  }
  #point .p-list__item.type-image {
    margin-top: 20px;
  }
}




/* ------------------------------------
* 
* flow
* 
------------------------------------ */

#flow  {
  margin-bottom: 80px;
}

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

#flow .p-head__titleWrap {
  background-image: url('../img/top/flow-title-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}
#flow .p-head__title {
  font-size: 24px;
  position: relative;
  line-height: 1.6;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
#flow .p-head__titleLabel {
  font-size: 18px;
}
#flow .p-head__title::before {
  content: '';
  background-image: url('../img/top/flow-title-deco01.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 100%;
  min-height: 114px;
  width: 212px;
  bottom: -60px;
  right: -15px;
}
@media (max-width: 767px) {
  #flow .p-head__title::before {
    right: -2%;
    width: 40%;
    bottom: -22%;
  }
}

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

#flow .p-list {
  display: flex;
  flex-direction: column;
  counter-reset: flow-list-count;
}
#flow .p-list__box {
  counter-increment: flow-list-count;
  position: relative;
  padding-left: 120px;
  min-height: 135px;
  padding-bottom: 80px;
}
#flow .p-list .p-list__box:last-of-type {
  min-height: 0;
  padding-bottom: 0;
}
#flow .p-list__box::before {
  content: "STEP";
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  top: 0;
  left: 0;
  word-break: keep-all;
  width: 100px;
  line-height: 1;
}
#flow .p-list__box::after {
  content: counter(flow-list-count, decimal-leading-zero);
  position: absolute;
  font-size: 74px;
  font-weight: 700;
  text-align: center;
  top: 23px;
  left: 0;
  word-break: keep-all;
  width: 100px;
  line-height: 1;
}
#flow .p-list__title {
  font-size: 18px;
}
#flow .p-list__desc {
  margin-top: 10px;
}
#flow .p-list__item.type-text::before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 125px);
  background-color: #000;
  bottom: 20px;
  left: 50px;
}
#flow .p-list .p-list__box:last-of-type .p-list__item.type-text::before  {
  display: none;
}
#flow .p-list__item.type-meta {
  margin-top: 10px;
}
#flow .p-list__contact &gt; ul {
  display: flex;
}
#flow .p-list__contact &gt; ul &gt; li {
  width: 280px;
  display: flex;
  margin-right: 20px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 12px;
  flex-wrap: wrap;
}
#flow .p-list__contact &gt; ul &gt; li:last-of-type {
  margin-right: 0;
}
#flow .p-list__contact &gt; ul &gt; li &gt; a {
  display: flex;
  background-color: #fff;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-radius: 3px;
  color: #000;
  text-decoration: none;
  align-items: center;
  padding: 15px 5px;
  box-shadow: 0 0 6px 1px #ccc;
}
#flow .p-list__contact &gt; ul &gt; li &gt; a:hover {
  opacity: .7;
}
#flow .p-list__contact &gt; ul &gt; li.type-tel &gt; a strong {
  font-size: 28px;
  padding-left: 28px;
  position: relative;
}
#flow .p-list__contact &gt; ul &gt; li.type-tel &gt; a strong::before  {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 19px;
  min-height: 26px;
  height: 100%;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('../img/icon/icon-tel-black.png');
}
#flow .p-list__contact &gt; ul &gt; li.type-mail &gt; a strong {
  font-size: 20px;
  margin-bottom: 5px;
}
#flow .p-list__time &gt; ul &gt; li {
  display: inline-block;
  background-color: #f5f1ed;
  padding: 10px 15px;
  box-sizing: border-box;
  margin-right: 4px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  #flow .p-list__contact &gt; ul &gt; li {
    letter-spacing: 0.16em;
  }
  #flow .p-list__contact &gt; ul &gt; li &gt; a strong {
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  #flow .p-list__contact &gt; ul {
    flex-direction: column;
  }
  #flow .p-list__contact &gt; ul &gt; li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 10px;
  }
  #flow .p-list__contact &gt; ul &gt; li:last-of-type {
    margin-bottom: 0;
  }
  #flow .p-list__contact &gt; ul &gt; li.type-tel &gt; a strong {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #flow .p-list__contact &gt; ul &gt; li.type-mail &gt; a strong {
    font-size: 18px;
  }
}


/* ------------------------------------
* 
* qa
* 
------------------------------------ */
#qa {
  background-color: #f5f1ed;
  padding-top: 20px;
  padding-bottom: 70px;
}
#qa .con-header {
  /*margin-bottom: 50px;*/
}

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

#qa .p-head__title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 23px;
}
#qa .p-cat &gt; ul {
  display: flex;
  flex-wrap: wrap;
}
#qa .p-cat &gt; ul &gt; li {
  display: flex;
  font-size: 16px;
  font-weight: 700;
}
#qa .p-cat &gt; ul &gt; li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff100;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 10px 16px;
  text-decoration: none;
  color: #000;
}
#qa .p-cat &gt; ul &gt; li a:hover {
  opacity: .7;
}
#qa .p-list__item.type-title {
  margin-bottom: 30px;
}
#qa .p-list__box {
  margin-top: 50px;
}
#qa .p-list__box:first-of-type {
  margin-top: 30px;
}
#qa .p-list__title {
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding-top: 10px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 1.5;
}
#qa .p-list__item.type-list &gt; dl {
  padding-left: 40px;
  box-sizing: border-box;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #ccc;
  position: relative;
}
#qa .p-list__item.type-list &gt; dl:last-of-type {
  margin-bottom: 0;
}
#qa .p-list__item.type-list &gt; dl::before {
  content: '\0051\002E';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  font-weight: 700;
}
#qa .p-list__item.type-list &gt; dl dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #qa .p-cat &gt; ul {
    margin-bottom: -1.7%;
  }
  #qa .p-cat &gt; ul &gt; li {
    width: 32.2%;
    margin-right: 1.7%;
    margin-bottom: 1.7%;
  }
  #qa .p-cat &gt; ul &gt; li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #qa .p-cat &gt; ul {
    margin-bottom: -2%;
  }
  #qa .p-cat &gt; ul &gt; li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    font-size: 14px;
  }
  #qa .p-cat &gt; ul &gt; li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.pc {
	display: none;
}
.sp {
	display: block;
}

@media (min-width: 768px) {

	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	
}

</pre></body></html>