@charset "UTF-8";

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #191919;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.sp {
  display: none;
}

#header {
  margin: 0 auto 40px;
}

#header #logo {
  float: none !important;
}

#header p img {
  display: block;
  margin: 0 auto;
}

#article {
  font-size: 1.5rem;
  margin: 0 auto 90px;
  float: none !important;
}

#article .btn_cmn_1 {
  display: inline-block;
  width: auto;
  min-width: 326px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  background-color: #ff9900;
  border-bottom: 2px solid #d1bb9b;
  text-align: center;
  padding: 12px;
}

.article-btn {
  margin: 30px 0;
  text-align: center;
}

#article p {
  line-height: 1.8;
  margin: 0.5em 0 1em;
}

#article .under_text {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ff0));
  background: linear-gradient(transparent 50%, #ff0 50%);
}

#changeArea .articleArea ul {
  list-style: none;
}

#changeArea .articleArea h2.articleArea-ttl {
  font-size: 30px;
  padding-bottom: 5px;
  color: #191919;
}

#changeArea .articleArea span.day {
  display: block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #35ac71;
  color: #35ac71;
  font-weight: bold;
}

#changeArea .articleArea .ctaBtn {
  text-align: center;
  margin: 40px auto 0;
}

#changeArea .articleArea .ctaBtn span {
  font-size: 20px;
  font-weight: bold;
  color: #ff5723;
}

#changeArea .articleArea .ctaBtn a {
  display: block;
  width: 380px;
  height: 60px;
  margin: 5px auto 10px;
  line-height: 63px;
  border-radius: 60px;
  text-decoration: none;
  background: #fe0051;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  letter-spacing: 1.6px;
  box-shadow: 0px 3px 0px 0 #c7003f;
}

#changeArea .articleArea .ctaBtn p {
  font-size: 13px;
}

#changeArea .articleArea .ctaBtn a::before,
#changeArea .articleArea .ctaBtn a::after {
  content: "";
  position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	vertical-align: middle;
}

#changeArea .articleArea .ctaBtn a::before {
  width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}

#changeArea .articleArea .ctaBtn a::after {
  right: 27px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fe0051;
	border-right: 1px solid #fe0051;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#changeArea .articleArea h2.content-ttl {
  margin-bottom: 30px;
  border-bottom: solid 3px #35ac71;
  font-size: 25px;
  padding-bottom: 4px;
}

#changeArea .articleArea h2.content-ttl::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: solid 3px #ffe318;
  bottom: -7px;
  width: 14%;
  position: relative;
}

#changeArea .articleArea .content-image {
  margin-bottom: 50px;
}

#changeArea .articleArea .content-image img {
  width: 100%;
  display: block;
  border-radius: 15px;
}

#changeArea .articleArea .content-box {
  margin-bottom: 55px;
  border-radius: 10px;
  background: #fffcee;
  border: 2px solid #35ac71;
  padding: 0 20px 15px 0;
}

#changeArea .articleArea .content-box h3 {
  margin: 0;
  width: 100%;
  border-radius: 7px 7px 0 0;
  font-size: 20px;
  padding: 5px 10px 7px;
}

#changeArea .articleArea .content-box ul {
  list-style: none;
  padding: 20px 10px 0 20px;
}

#changeArea .articleArea .content-box ul li:not(:last-child) {
  margin-bottom: 10px;
}

#changeArea .articleArea .content-box ul li {
  padding-left: 20px;
  position: relative;
}

#changeArea .articleArea .content-box ul li.attention {
  font-size: 20px;
  color: #fe0050;
}

#changeArea .articleArea .content-box ul li::before {
  content: "・";
  color: #fe0050;
  font-size: 25px;
  position: absolute;
  left: -3px;
  top: -1px;
}

#changeArea .articleArea .osusume-box {
  margin-bottom: 55px;
}

#changeArea .articleArea .osusume-box ul li {
  position: relative;
  padding-left: 25px;
}

#changeArea .articleArea .osusume-box ul li:not(:last-child) {
  margin-bottom: 7px;
}

#changeArea .articleArea .osusume-box ul li::before,
#changeArea .articleArea .osusume-box ul li::after {
  content: "";
	display: block;
	position: absolute;
}

#changeArea .articleArea .osusume-box ul li::before {
  width: 14px;
  height: 14px;
  border-radius: 10px;
	background: #ffffff;
	border: 1px solid #000000;
	left: 0;
  top: 5px;
}

#changeArea .articleArea .osusume-box ul li::after {
  border-left: 2px solid #fe0050;
  border-bottom: 2px solid #fe0050;
  width: 12px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  top: 7px;
}

#changeArea .articleArea .osusume-box p.osusume-ttl {
  display: inline-block;
  position: relative;
  margin: 0 0 10px;
  padding: 0 25px;
  font-size: 20px;
  font-weight: 700;
}

#changeArea .articleArea .osusume-box p.osusume-ttl::before,
#changeArea .articleArea .osusume-box p.osusume-ttl::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: black;
}

#changeArea .articleArea .osusume-box p.osusume-ttl::before {
  left: 0;
  transform: rotate(-110deg);
}

#changeArea .articleArea .osusume-box p.osusume-ttl::after {
  right: 0;
  transform: rotate(-60deg);
}

#changeArea .articleArea .cl-box {
  background: #fefcee;
  margin-bottom: 55px;
  padding: 20px 30px 30px;
  border-radius: 20px;
}

#changeArea .articleArea .cl-box h2 {
  font-size: 30px;
  text-align: center;
}

#changeArea .articleArea h3.content-ttl {
  background: #fff;
  margin-top: 70px;
  border: 2px solid #34ac71;
  border-radius: 5px;
  color: #34ac71;
  font-size: 20px;
}

#changeArea .articleArea h3.guest-ttl {
  font-size: 20px;
  color: #34ac71;
  background: none;
  padding: 0;
  margin: 0 0 15px;
}



#changeArea .articleArea .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
}

#changeArea .articleArea .column img {
  width: calc((100% / 2) - 5px);
}

#changeArea .dot-box {
  border: dotted 3px #ff6331;
  background: #fefcee;
  border-radius: 20px;
  padding: 25px 10px 0 20px;
}

#changeArea .overview-block .cl-box h3 {
  background: none;
  color: #34ac71;
  text-align: center;
  font-size: 24px;
}

#changeArea .overview-block .cl-box h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

#changeArea .overview-block .cl-box h4::before,
#changeArea .overview-block .cl-box h4::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #000;
}

#changeArea .overview-block .cl-box h4::before {
  margin-right: 1rem;
}

#changeArea .overview-block .cl-box h4::after {
  margin-left: 1rem;
}

#changeArea .overview-block dl {
  display: flex;
  align-items: center;
  gap: 0 15px;
}

#changeArea .overview-block dl:nth-of-type(4) {
  align-items: flex-start;
}

#changeArea .overview-block dl:not(:last-child) {
  margin-bottom: 15px;
}

#changeArea .overview-block dl dt {
  width: 115px;
  background: #ffe317;
  text-align: center;
  border-radius: 3px;
  padding: 3px 0;
}

#changeArea .overview-block dl dd span {
  display: block;
  margin-top: 10px;
} 

#changeArea .chef-block {
  margin-bottom: 80px;
}

#changeArea .chef-block .chef-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#changeArea .chef-block .chef-item img {
  width: 40%;
  border-radius: 10px;
}

#changeArea .chef-block .chef-text {
  width: 55%;
}

#changeArea .chef-block .chef-text .name {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0;
}

#changeArea .chef-block .chef-text .name span {
  display: block;
  font-size: 16px;
}

#footer a {
  font-size: 12px;
}

#footer ul li {
  line-height: 1.2;
}

#footer_info ul li {
  font-size: 12px;
}

.guest-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.guest-wrap img {
  width: 30%;
}

.guest-wrap .guest-wrap-text {
  width: 65%;
}

.guest-wrap .guest-wrap-text p {
  margin: 0 !important;
  padding: 0;
}



@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  #changeArea .articleArea .content-image img {
    border-radius: 10px;
  }

  #changeArea .articleArea h2.articleArea-ttl {
    font-size: 18px;
  }

  #changeArea .articleArea span.day {
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 3px;
  }

  #changeArea .articleArea .ctaBtn a {
    width: 320px;
    height: 50px;
    font-size: 15px;
    line-height: 52px;
  }

  #changeArea .articleArea .ctaBtn a::before {
    width: 17px;
    height: 17px;
  }

  #changeArea .articleArea .ctaBtn a::before {
    right: 13px;
  }

  #changeArea .articleArea .ctaBtn a::after {
    right: 20px;
  }

  #changeArea .articleArea h2.content-ttl {
    font-size: 18px;
  }

  #changeArea .articleArea h2.content-ttl::after {
    width: 25%;
  }

  #changeArea .articleArea .content-box h3 {
    font-size: 17px;
  }

  #changeArea .articleArea .content-box ul {
    padding: 20px 0 0 10px;
  }

  #changeArea .articleArea .content-box ul li {
    font-size: 14px;
  }

  #changeArea .articleArea .content-box ul li:not(:last-child) {
    margin-bottom: 5px;
  }

  #changeArea .articleArea .osusume-box p.osusume-ttl {
    font-size: 17px;
  }

  #changeArea .articleArea .cl-box {
    padding: 20px 20px 30px;
    border-radius: 15px;
  }

  #changeArea .articleArea .cl-box h2 {
    font-size: 25px;
  }

  #changeArea .articleArea .cl-box a {
    width: 100%;
  }

  #changeArea .articleArea h3.content-ttl {
    font-size: 17px;
  }

  #changeArea .articleArea .column img {
    width: calc((100% / 2) - 5px);
  }

  #changeArea .overview-block .cl-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  #changeArea .overview-block .cl-box h4 {
    font-size: 18px;
  }

  #changeArea .overview-block dl {
    display: block;
  }

  #changeArea .overview-block dl dt {
    width: 110px;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 2px 0;
  }

  #changeArea .overview-block dl:not(:last-child) {
    margin-bottom: 20px;
  }

  #changeArea .overview-block dl dd {
    font-size: 14px;
  }

  #changeArea .chef-block .chef-item {
    display: block;
  }

  #changeArea .chef-block .chef-item img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  #changeArea .chef-block .chef-text {
    width: 100%;
  }

  #changeArea .chef-block .chef-text .name {
    font-size: 18px;
  }

  #header {
    margin: 0 auto 25px;
  }

  #changeArea .articleArea .ctaBtn span {
    font-size: 16px;
  }

  #changeArea .articleArea .ctaBtn p {
    font-size: 12px;
    text-align: left;
  }

  #changeArea .dot-box {
    border-radius: 15px;
    padding: 20px 10px 0 15px;
  }

  .guest-wrap img {
    width: 35%;
    height: 80px;
    object-fit: cover;
  }

  .guest-wrap .guest-wrap-text {
    width: 60%;
  }

  .guest-wrap .guest-wrap-text p {
    font-size: 14px;
  }

  .guest-wrap {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  #changeArea .articleArea .column.image-block img {
    width: 100%;
  }
}