@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;
}

.red {
  font-weight: bold;
  color: #fe0150;
}

#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 .day {
  display: block;
  margin-top: 15px;
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #35ac71;
  color: #35ac71;
  font-weight: bold;
}

#changeArea .articleArea .day p {
  margin: 0;
  padding: 0;
  line-height: 150%;
}

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

/* 追加 */
#changeArea .articleArea .ctaBtn .osusume-ttl {
  display: inline-block;
  position: relative;
  margin: 0 0 10px;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 700;
}

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

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

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

#changeArea .articleArea .ctaBtn a {
  display: block;
  width: 380px;
  height: 60px;
  margin: 40px auto;
  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 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 .ctaBtn span {
  display: block;
  margin: 10px 0;
  line-height: 30px;
  font-size: 14px;
}
#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.tate {
  width: 80%;
  margin: 0 auto 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  ul li {
  position: relative;
  padding-left: 25px;
}

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



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

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

#changeArea .articleArea  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 .cl-box a {
  margin: 40px auto 15px;
}

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

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

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

#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 .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;
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; 
}


.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

#changeArea .dot-box h2 {
  margin-bottom: 20px;
  border-bottom: 2px solid #34ac71;
  padding-bottom: 2px;
  font-size: 25px;
}

#changeArea .dot-box h3 {
  background: none;
  color: #34ac71;
  font-size: 20px;
  padding: 0;
}

h4.cl-ttl {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
  padding-left: 10px;
}

h4.cl-red {
  color: #F4454E;
  border-left: 4px solid #F4454E;
}

h4.cl-ye {
  color: #D6A938;
  border-left: 4px solid #D6A938;
}

h4.cl-lb {
  color: #4EA0C4;
  border-left: 4px solid #4EA0C4;
}

h4.cl-lp {
  color: #CE82C7;
  border-left: 4px solid #CE82C7;
}

h4.cl-pk {
  color: #f56bae;
  border-left: 4px solid #f56bae;
}

h4.cl-pl {
  color: #8282CE;
  border-left: 4px solid #8282CE;
}

.articleArea h5 {
  font-size: 17px;
  font-weight: 700;
  color: #34ac71;
  padding: 0 0 1em 0;
}

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

#guest-content .sub-title {
  margin-bottom: 0;
  font-weight: bold;
}

#guest-content p{
  margin-bottom: 30px;
}

.note-box {
  margin: -20px 0 60px;
  background-color: #f6f6f6;
  border-radius: 15px;
  padding: 20px;
}

.note-box p {
  margin: 0 !important;
  padding: 0;
  font-size: 13px;
}

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

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

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

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

  #changeArea .articleArea .ctaBtn .osusume-ttl {
    font-size: 17px;
  }
  #changeArea .articleArea .ctaBtn a {
    width: 320px;
    max-width: 100%;
    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 .ctaBtn span {
    font-size: 12px;
  }
  #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 .content-image.tate {
    width: 100%;
  }

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

  #changeArea .dot-box h2 {
    font-size: 18px;
  }

  #changeArea .dot-box h3 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  h4.cl-ttl {
    font-size: 17px !important;
    padding: 0 0 0 10px !important;
  }}