@charset "UTF-8";


/*
GENERAL STYLING
================================================ */
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html * {
  visibility: hidden;
}
html.wf-active * {
  visibility: visible;
}
body {
  overflow-x: hidden;
  font-size: 1.6rem;
  color: #5e411d;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*
COMMON
================================================ */

@media (820px <= width) {
  #first .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media (width < 820px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/*
HEADER
================================================ */
header {
	width: 100%;
	position: fixed;
	z-index: 9999;
}
#header_base {
	position: absolute;
	width: 100%;
	height: 80px;
	background-color: #fff;
}
#header_logo {
	position: absolute;
	top: 13px;
	left: 55px;
	max-width: 130px;
}
#header_logo img{
	width: 100%;
}
#header_logo a {
	transition: opacity 300ms 0s ease;
}
#header_logo a:hover {
	opacity: .7;
}
header nav {
	position: absolute;
	right: 0;
}
#main_nav {
	display: flex;
  font-family: 'Kosugi Maru', sans-serif;
}
#main_nav li {
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
}
#main_nav li div {
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 3px;
}
#main_nav li div.nav_sp_image {
	height: 20px;
}
#main_nav li div.nav_sp_image img {
	max-width: 16px;
}
#main_nav li a {
	display: block;
	padding: 25px 35px;
	color: #C9161D;
	text-decoration: none;
	transition: background-color 300ms 0s ease;
}
@media (width < 930px) {
	#main_nav li a {
		padding: 25px 3.5vw;
	}
}
#main_nav li a.in,
#main_nav li a:hover,
.top #main_nav li:first-child a,
.menu #main_nav .goods__item02 a,
.safety #main_nav .goods__item03 a,
.recruit #main_nav .goods__item05 a {
	color: #68391E;
}
.nav_sp_image {
	display: none;
}
#header_shopsearch {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 80px;
	background-image: url("../img/shop_bg.png");
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
}
#header_shopsearch a {
	color: #fff;
	text-decoration: none;
	transition: opacity 300ms 0s ease;
}
#header_shopsearch a:hover {
	opacity: .7;
}
#header_shopsearch img {
	margin-bottom: 6px;
}
#nav_submenu_sp {
	display: none;
}

/*
CONTENTS
================================================ */
main {
  padding-top: 80px;
  overflow: hidden;
}
main .inner {
  position: relative;
  width: 1040px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
main section {
  position: relative;
}

/*
KV
================================================ */
#kv {
  position: relative;
  padding: 34px 0 38px;
  background-color: #c4ebf7;
  background-image: url(../img/bg_check.svg);
  background-size: 50px 50px;
}
#kv h1 {
  position: relative;
  margin: 0 auto;
  max-width: 1001px;
  background-image: none;
  z-index: 2;
}
#kv h1 img {
  width: 100%;
}

/*
SUCHEDULE
================================================ */
.title_schedule {
  margin: 0 auto 18px;
  width: 502px;
}
.title_schedule_pc {
  display: block;
}
.title_schedule_sp {
  display: none;
}
.schedule {
  max-width: 700px;
  margin: 0 auto 20px;
  padding: 4px 20px 14px;
  border-radius: 8px;
  border: 2px solid #75562b;
  background: #fff;
}
.schedule .schedule__row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items:center;
  padding: 12px 0;
}
.schedule .schedule__row + .schedule__row {
  border-top: dashed 1.5px #75562b;
}
.schedule .schedule__badge {
  width: 56px;
  height: 56px;
  border-radius:50%;
  background: #ffdb2c;
  color:#333;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 1.5rem;
  font-weight: bold;
}
.schedule .schedule__block {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 12px;
  column-gap: 16px;
  align-items: center;
  font-weight: bold;
}
.schedule .schedule__label {
  color:#e05a1e;
  font-size: 1.9rem;
}
.schedule .schedule__value {
  font-size: 2.4rem;
}
.schedule .schedule__value span {
  font-size: 1.68rem;
}
.schedule .schedule__receives {
  margin: 0 0 14px;
  font-size: 2.2rem;
  font-weight: bold;
  background:#f1f1f1;
  border-radius: 10px;
  padding: 8px 14px;
  line-height: 1.3;
}
.schedule .schedule__receives span {
  font-size: 1.54rem;
}
.schedule .schedule__receives span.receives__title {
  margin-right: 1em;
  font-size: 1.9rem;
}
.schedule .schedule__receives span.receives__title.delivery {
  margin-right: 5.25rem;
}
.schedule .schedule__note {
  font-size: 1.0rem;
  line-height: 1.7;
  letter-spacing: 0;
}

/*
APPLICATION
================================================ */
.application {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  background: #fff;
  border-radius: 7px;
  margin: 0 auto;
  padding: 23px 0 23px 120px;
  color: #5e411d;
  max-width: 700px;
  border: 4px solid #e05a1e;
}
.application::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  display: block;
  width: 105px;
  height: 105px;
  background-image: url("../img/img_balloon.png");
  background-size: 105px 105px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
  .application::before {
    background-image: url("../img/img_balloon@2x.png");
  }
}
.application__title {
  margin-bottom: .5em;
  font-size: 2.0rem;
  font-weight: bold;
}
.application__description {
  margin-bottom: 18px;
}
.application .icon_jolly-past {
  width: 103px;
}
.application__links {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.button_dl {
  margin-inline: auto;
  width: 191px;
}

/*
OUTLINE
================================================ */
#outline {
  padding: 80px 0 100px;
  background-image: url(../img/bg_outline.jpg);
  background-size: contain;
}
#outline .box {
  position: relative;
  max-width: 700px;
  margin: 0 auto 46px;
  padding: 0 20px 20px;
  background: #e4f5f9;
  border-radius: 10px;
}
#outline dl {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.6;
}
#outline .outline_item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #5e411d;
  padding: .5em 5px;
}
#outline .outline_item + .outline_item {
  border-top: dashed 1.5px #75562b;
}
#outline dt {
  flex-shrink: 0;
  color: #fff;
  font-size: 1.4rem;
  width: 80px;
  text-align: center;
  font-weight: 400;
  background: #1d4b96;
}
#outline .price-box {
  display: flex;
  align-items: baseline;
  gap: .5em;
}
#outline dd .price {
  font-size: 2.6rem;
  color: #e05a1e;
}
#outline dd .tax {
  font-size: 1.56rem;
}
#outline dd .feeding {
  font-size: 1.2rem;
}
#outline .note {
  margin: 0 auto;
  width: fit-content;
  color: #5e411d;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6;
}
#outline .note span {
  font-weight: bold;
  text-decoration: underline;
}
#outline .outline_link {
  margin-bottom: 43px;
}
#outline .outline_link_list {
  display: flex;
  justify-content: center;
  gap: 0 24px;
  margin: 0 0 16px;
}
#outline .outline_link_item a {
  position: relative;
  display: block;
  padding: 19px 50px;
  min-width: 300px;
  color: #fff;
  text-decoration: none;
  letter-spacing: .05em;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  transition: all .3s;
}
#outline .outline_link_item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url("../img/icon_arrow_white.svg");
}
#outline .reservation a {
  background: #d2563f;
  box-shadow: 0 5px 0 rgba(145, 52, 31, 1);
}
#outline .qa a {
  background-color: #1d4b96;
  box-shadow: 0 5px 0 rgba(12, 38, 76, 1);
}
#outline .outline_link_item a:hover {
  transform: translateY(5px);
  box-shadow: none;
}

/*
GOODS
================================================ */
#goods {
  padding: 90px 0 48px;
  background-color: #ffe7d4;
  background-image: url(../img/bg_check.svg);
  background-size: 50px 50px;
}
#goods ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#goods li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc(50% - 10px);
  padding: 20px 20px 30px;
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
#goods .l-ttl {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
	background-image: url("../img/line_dot.svg");
  background-size: 40px 11px;
  background-repeat: repeat-x;
  background-position: bottom left;
}
#goods .ttl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#goods .number {
  flex-shrink: 0;
}
#goods .number img {
  width: 94px;
}
#goods h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .02em;
  color: #1d4b96;
}
#goods h3 small {
  font-size: 2rem;
  margin-left: .5em;
}
#goods .spec {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .1em;
}
#goods p {
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .02em;
}
#goods .img_goods {
  display: block;
  margin: 10px auto 0;
}
#goods .goods__item {
  color: #000;
}
#goods .goods__item01 .img_goods {
  width: 347px;
}
#goods .goods__item02 .img_goods {
  width: 113px;
}
#goods .goods__item03 .img_goods {
  width: 222px;
}
#goods .goods__item04 .img_goods {
  width: 246px;
}
#goods .goods__item05 .img_goods {
  width: 397px;
}
#goods .goods__item06 .img_goods {
  width: 416px;
}
#goods .goods__item07 .img_goods {
  width: 294px;
}
#goods .goods__note {
  margin-top: 46px;
  font-size: 1.2rem;
  letter-spacing: .1em;
  text-align: center;
  color: #000;
}

/*
FOOTER
================================================ */
footer {
  letter-spacing: 0;
  font-family: 'Kosugi Maru';
}