<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
img {
  width: 100%;
}
.l-blue {
  background-color: #D5F2FF;
}
section.top {
  background-color: #F5E6CF;
  background-image: repeating-linear-gradient(-40deg, #FDFAF0, #FDFAF0 5px, transparent 0, transparent 7px);
}
.top__wrap {
  overflow: hidden;
  position: relative;
  height: 442px;
}
.top__wrap--content {
  background: #17A0DA;
  border-bottom-left-radius: 1000px 250px;
  border-bottom-right-radius: 1000px 250px;
  height: 264px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
.top__wrap--content h1 {
  margin: 0 auto;
  width: 620px;
  padding: 65px 0 0;
}
.top__wrap--hide {
  position: absolute;
  content: '';
  bottom: 0;
  height: 442px;
  width: 100%;
}
.top__wrap--img {
  position: relative;
  height: 442px;
  overflow-x: hidden;
}
.top__wrap--img img {
  width: 1200px;
  height: 442px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.container01, .container02 {
  padding-top: 75px;
}
.container01 .container__head {
  width: 226px;
  margin: 0 auto 40px;
}
.container__head--box {
  text-align: center;
  margin-bottom: 30px;
}
.container02 .container__head--box {
  margin-top: 95px;
  margin-bottom: 50px;
}
.container__head--box img {
  width: 47px;
}
.container__head--box h2 {
  font-size: 28px;
  color: #333333;
  letter-spacing: 0;
  margin: 20px 0 10px;
  line-height: 1;
}
.container__head--box p {
  color: #17A0DA;
  font-size: 24px;
  line-height: 1;
}
.container__body--index {
  text-align: center;
  position: relative;
}
.container__body--index img {
  width: 290px;
}
.container__body--index::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 0 0 99vw;
  border-color: transparent transparent transparent #D5F2FF;
  z-index: -1;
}
.container__body ol.container__body--anker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 92%;
  max-width: 940px;
  margin: 30px auto 20px;
}
.container__body ol.container__body--anker li {
  width: calc((100% - 40px) / 3);
  text-align: center;
  margin-right: 20px;
}
.container__body ol.container__body--anker li:nth-child(3n) {
  margin-right: 0;
}
.container__body ol.container__body--anker li a {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #333333;
  padding: 18px 36px;
  background-color: #fff;
  border: solid 2px #17BEF5;
  font-feature-settings: 'palt';
  letter-spacing: 0;
}
.container__body ol.container__body--anker li a::after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f138';
  font-size: 25px;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  color: #17BEF5;
}
.container__body.l-blue {
  background-color: #D5F2FF;
  margin-top: 15px;
  padding-bottom: 35px;
  padding-top: 55px;
}
.container__body.l-blue.tenpo {
  background-color: #D5F2FF;
  margin-top: 0px;
  padding-bottom: 35px;
  padding-top: 40px;
}
/*
.container__body--ttl {
    width: 390px;
    margin: 0 auto 25px;
}
*/
.container__body--ttl {
  font-size: 24px;
  color: #17A0DA;
  font-weight: bold;
  text-align: center;
  margin-bottom: 67px;
  padding-top: 35px;
}
.container__body--ttl span {
  border-bottom: dotted 6px #fff;
  padding-bottom: 24px;
}
.container__body ul {
  max-width: 940px;
  width: 93%;
  margin: 0 auto;
}
.container__body ul li {
  display: flex;
  padding: 40px;
  margin-bottom: 45px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #0000002b;
  justify-content: space-between;
  align-items: stretch;
}
.container__news {
  margin-bottom: 60px;
}
.container__news--ttl {
  font-size: 24px;
  color: #17A0DA;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.container__news--ttl span {
  border-bottom: dotted 6px #17A0DA;
  padding-bottom: 24px;
  min-width: 290px;
  display: inline-block;
}
.container__news ul {
  max-width: 940px;
  width: 93%;
  margin: 0 auto;
  padding: 0 40px;
}
.container__news ul li {
  display: flex;
}
.container__news ul li + li {
  margin-top: 20px;
}
.container__news ul li p {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.container__news ul li p.day {
  width: 190px;
  color: #17A0DA;
  font-weight: bold;
}
.container__news ul li p.txt {
  flex: 1;
}
.container__news ul li p.txt a {
  color: #333;
}
.img, .info {
  width: calc((100% - 80px) / 2);
  /*  display: grid;*/
}
/*
.time,.time_short,.time_long {
    font-size: 18px;
    color: #27505D;
    font-weight: bold;
    margin-top: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    padding: 22px 0 20px;
    line-height: 1;
    align-items: center;
}
.time::after,.time_short::after,.time_long::after{
    position: absolute;
    right: 60%;
    top: 10px;
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg) skew(10deg, 10deg);
}
.time_short::after{
	right: 66%;
}
.time_long::after {
    top: 17px;
    right: 62%;
    width: 43px;
    height: 43px;
    transform: rotate(45deg) skew(20deg, 20deg);
}
*/
.omikuji {
  background: url(/images/net_order/omikuji_btn.png) center;
  background-size: cover;
  height: 0;
  width: 100%;
  padding-top: calc(80 / 390 * 100%); /* 画像の高さ÷画像の幅×100*/
}
.time, .time_short, .time_long {
  font-size: 18px;
  color: #27505D;
  font-weight: bold;
  margin-top: 3px;
  position: relative;
  grid-template-columns: 7em 27px 1fr;
  display: grid;
  justify-content: space-evenly;
  line-height: 1;
  align-items: center;
}
.pdf_link{margin:3px 0}
.pdf_link a{display:block;transition:.3s}
.pdf_link a:hover{opacity:.7}
.pdf_link figure{width:100%;height:0;padding-bottom:20.5%;background-position:center;background-size:100% auto;margin:0}
.time p {
  text-align: center;
}
.time span {
  display: block;
  width: 27px;
  height: 60px;
  transform: translate(0px, -1px);
}
.time p.day {
  padding-inline: 0.5em;
  font-feature-settings: 'palt';
}
.time p.day em {
  display: inline-block;
  text-align: left;
}
.area {
  font-size: 13px;
}
.area span {
  font-weight: bold;
}
.area p {
  margin-top: 10px;
}
.icon {
  padding: 5px 0;
  font-size: 16px;
  color: #fff;
  width: 120px;
  margin-bottom: 15px;
  margin-right: 20px;
  text-align: center;
}
.blue {
  background-color: #25ADE0;
}
.pink {
  background-color: #F88787;
}
.ttl {
  line-height: 1;
  font-size: 28px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: solid 3px #17BEF5;
  margin-bottom: 25px;
  font-feature-settings: 'palt';
}
.ttl span {
  font-size: 24px;
}
.ttl.narrow_1 {
  letter-spacing: -2.5px;
}
/*
 .ttl.narrow_2{
	letter-spacing: -1px;
}
*/
.info .text {
  width: 95%;
  margin: 0 auto;
  font-feature-settings: 'palt';
}
.info .text span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
}
.info .text p {
  font-size: 17px;
  line-height: 1.4;
  margin: 15px 0 10px;
  letter-spacing: -0.5px;
}
.info .text p.small {
  font-size: 13px;
  letter-spacing: 0;
  margin: 10px 0 20px;
}
.allergen {
  text-align: right;
  margin-bottom: 25px;
}
.allergen a {
  font-size: 16px;
  color: #27505D;
  position: relative;
  padding-right: 28px;
}
/*
.allergen a:hover {
    text-decoration: none;
}
*/
.allergen a::after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f138';
  font-size: 20px;
  top: -9px;
  right: 7px;
}
.solid_btn, .fill_btn {
  max-width: 100%;
}
.solid_btn {
  margin-bottom: 20px;
}
.solid_btn a, .fill_btn a {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  border-radius: 30px;
  padding: 13px 0 11px;
  transition: .5s;
}
.solid_btn a:hover, .fill_btn a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.solid_btn a {
  color: #17BEF5;
  border: solid 1px #17BEF5;
  font-feature-settings: 'palt';
  letter-spacing: 0;
}
.solid_btn a::after, .fill_btn a::after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f138';
  font-size: 27px;
  top: 5px;
  right: 20px;
}
.fill_btn a {
  background-color: #17BEF5;
}
.fill_btn a {
  color: #FFFFFF;
}
.fill_btn a::after {
  color: #fff;
}
.santyoku {
  padding-top: 35px;
}
.container__foot {
  position: relative;
}
.container__foot::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 0px;
  border-style: solid;
  border-width: 0px 0px 110px 99vw;
  border-color: transparent transparent transparent #D5F2FF;
  z-index: -1;
}
.container02 .container__head {
  padding-top: 85px;
  width: 328px;
  margin: 0 auto 40px;
}
.container02 .container__body ul li {
  border: solid 3px #17BEF5;
}
.icon_box {
  display: flex;
  align-items: baseline;
}
.icon_box.pc span {
  font-size: 13px;
}
.container02 .info {
  display: block;
}
.container02 .solid_btn {
  margin-top: 60px;
}
.container02 .time {
  align-items: center;
}
.container02 .time p.day::before {
  background-size: 34px;
  width: 34px;
  height: 83px;
  right: -39px;
  bottom: -30px;
  transform: scaleX(0.7);
}
.plant_pay {
  max-width: 860px;
  width: 84%;
  margin: 0 auto;
  padding-top: 55px;
}
.faq {
  margin-top: 100px;
}
/*
.faq__ttl {
    width: 390px;
    margin: 0 auto 30px;
}
*/
.faq__ttl {
  width: 390px;
  font-size: 24px;
  color: #17A0DA;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
  border-bottom: dotted 6px #17BEF5;
  padding-bottom: 20px;
}
.faq p {
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 50px;
}
.faq .fill_btn {
  max-width: 440px;
  margin: 0 auto;
  width: 43%;
}
br.br900 {
  display: block;
}
.icon_box.sp {
  display: none
}
.hidden {
  display: none;
}
@media screen and (max-width: 1000px) {
  .img, .info {
    width: calc((100% - 40px) / 2);
    display: block;
  }
  br.br900 {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  br.br900 {
    display: none;
  }
  .time_short p {
    line-height: 1.4;
  }
  .time_short::after {
    right: 60%;
    top: 17px;
    width: 60px;
    height: 60px;
  }
  .time_long::after {
    right: 65%;
  }
}
@media screen and (max-width: 865px) {
  .time::after {
    right: 65%;
  }
}
@media screen and (max-width: 865px) {
  .time_long::after {
    right: 67%;
  }
}
@media screen and (max-width: 768px) {
  br.br900 {
    display: none;
  }
  .container01, .container02 {
    padding-top: 60px;
  }
  .container__head--box img {
    width: 40px;
  }
  .container__head--box h2 {
    font-size: 24px;
  }
  .container__head--box p {
    font-size: 20px;
  }
  .container__head--box {
    margin-bottom: 20px;
  }
  .container__body--ttl {
    font-size: 20px;
    margin-bottom: 60px;
    padding-top: 5px;
    letter-spacing: 0;
    font-feature-settings: 'palt';
  }
  .container__body--ttl span {
    padding-bottom: 20px;
  }
  .container__body--ttl span.border_none {
    border-bottom: none;
  }
  .container__body--index img {
    width: 242px;
  }
  .container__body--index::before {
    bottom: -29px;
    border-width: 74px 0px 0px 100vw;
  }
  .container__body.l-blue {
    margin-top: 29px;
    padding-bottom: 10px;
  }
  .container__news--ttl {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-feature-settings: 'palt';
  }
  .container__news ul {
    padding: 0;
  }
  .container__news ul li {
    display: block;
  }
  .container__news ul li p.txt {
    margin-top: 5px;
  }
  .img, .info {
    width: 100%;
  }
  .container__body ul li {
    display: block;
    padding: 20px 20px 30px;
    margin-bottom: 35px;
  }
  .icon {
    font-size: 13px;
    width: 100px;
    margin-right: 10px;
  }
  .ttl {
    font-size: 24px;
    border-bottom: solid 1px #17BEF5;
    margin-bottom: 15px;
  }
  .time, .time_short, .time_long {
    font-size: 15px;
  }
  /*
	.time::after {
    right: 55%;
}
	.time_short::after {
    right: 55%;
    top: 10px;
    width: 42px;
    height: 42px;
}
	.time_long::after {
		right: 55%;
	}
*/
  .info .text {
    width: 100%;
    margin: 15px auto 20px;
  }
  .info .text span {
    font-size: 18px;
    line-height: 1;
  }
  .info .text p {
    font-size: 15px;
    line-height: 1.4;
    margin: 10px 0;
  }
  .info .text p.small {
    font-size: 13px;
    letter-spacing: 0;
  }
  .allergen {
    margin-bottom: 20px;
  }
  .allergen a {
    font-size: 14px;
    padding-right: 18px;
  }
  .allergen a::after {
    font-size: 18px;
    top: -8px;
    right: 0px;
  }
  .solid_btn a, .fill_btn a {
    font-size: 15px;
  }
  .solid_btn a::after, .fill_btn a::after {
    font-size: 24px;
	  right: 10px;
  }
  .ttl.narrow_1 {
    letter-spacing: -4px;
  }
  .container02 .container__head {
    padding-top: 50px;
    width: 274px;
  }
  .ttl span {
    font-size: 20px;
  }
  .container02 .time p.day::before {
    background-size: 30px;
    width: 30px;
    height: 72px;
    right: -27px;
    bottom: -26px;
    transform: scaleX(0.5);
  }
  .container02 .solid_btn {
    margin-top: 30px;
    letter-spacing: 0;
  }
  .plant_pay {
    width: 95%;
    padding-top: 45px;
  }
  .faq {
    margin-top: 80px;
  }
  .faq__ttl {
    width: 325px;
  }
  .faq p {
    width: 84%;
    text-align: left;
    font-size: 15px;
    line-height: 1.3;
    font-feature-settings: 'palt';
    margin: 0 auto 45px;
    letter-spacing: 0;
  }
  .faq .fill_btn {
    max-width: 440px;
    margin: 0 auto;
    width: 80%;
  }
  .pt45 {
    padding-top: 45px;
  }
  .container02 .container__head--box {
    margin-bottom: 40px;
  }
  .narrow_2 {
    letter-spacing: 0;
  }
  .icon_box.pc {
    display: none;
  }
  .icon_box.sp {
    display: flex;
  }
  .icon_box.sp span {
    font-size: 12px;
  }
  .container__body ol.container__body--anker {
    display: block;
  }
  .container__body ol.container__body--anker li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .area {
    border-top: dashed 1px #000;
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .time_short::after {
    right: 60%;
  }
  .time_long::after {
    right: 60%;
  }
}
@media screen and (max-width: 425px) {
  .time::after {
    right: 60%;
  }
  .time_short::after {
    right: 67%;
  }
  .time_long::after {
    right: 63%;
  }
}</pre></body></html>