@charset "UTF-8";

/* base
------------------------*/

article div.wrapper img {
  width: 100%;
}
article div.wrapper p {
  box-sizing: border-box;
}
.pcc_none {
  display: none !important;
}
.spp_none {
  display: block !important;
}
.pc_image {
  display: block;
}
.sp_image {
  display: none;
}

@media all and (max-width: 767px) {
  .pc_image {
    display: none;
  }
  .sp_image {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .pcc_none {
    display: block !important;
  }

  .spp_none {
    display: none !important;
  }
}
/* heading
------------------------*/
article div.wrapper div.content div.header {
  width: 100%;
  border-bottom: 1px solid #b49b46;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

article div.wrapper div.content div.header h1 {
  font-size: 30px;
  font-weight: 400;
  font-family: "Yu Mincho", "YuMincho", serif;
  letter-spacing: 2px;
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 480px) {
}

article div.wrapper .m_v {
  position: relative;
  z-index: 1;
}

article div.wrapper .ranking-wrapper {
  width: 100%;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  article div.wrapper .ranking-wrapper {
    overflow: visible;
  }
}

/* content
------------------------*/
article div.wrapper .food_content {
  padding-top: 65px;
  position: relative;
  width: 100%;
  margin: 0 auto 50px;
}

article div.wrapper .food_content figure {
  position: absolute;
  z-index: 0;
}

article div.wrapper .food_content .cont_inner {
  width: 100%;
  position: relative;
  padding-top: 30px;
}

article div.wrapper .food_content .cont_inner .rank {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 3;
  padding: 0;
  height: fit-content;
}

@media all and (max-width: 768px) {

  article div.wrapper div.content {
      padding-bottom: 0px;
  }

  article div.wrapper .food_content {
    padding-top: 100px;
    margin: 0 auto 40px;
  }

  article div.wrapper .food_content figure {
  }

  article div.wrapper .food_content .cont_inner {
    width: 50%;
    margin-bottom: 80px;
    padding-top: 0;
  }

  article div.wrapper .food_content .cont_inner .rank {
    position: static;
    margin: 0 auto;
  }
}
@media all and (max-width: 480px) {
  article div.wrapper .food_content {
    padding-top: 40px;
    margin: 0 auto 20px;
  }

  article div.wrapper .food_content .cont_inner {
    margin-bottom: 20px;
  }
}

/* メニューのフォント共通 */
article div.wrapper .cont_inner h6 {
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 25px;
  padding: 0;
  border: none;
}

article div.wrapper .cont_inner h6 span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

@media all and (max-width: 768px) {
}
@media all and (max-width: 480px) {
  article div.wrapper .cont_inner h6 {
    font-size: 20px;
  }

  article div.wrapper .cont_inner h6 span {
    font-size: 16px;
  }
}

/* ここまで */

/*
.food_content
------------------------*/

article div.wrapper .food_content .cont_inner h6 {
  width: 50%;
}

article div.wrapper .food_content .detail {
  width: 75%;
  background-color: #f7e6d0;
  border-radius: 10px;
}

article div.wrapper .food_content .detail p {
  padding: 25px 15px;
  width: 58%;
  font-size: 13px;
  text-align: left;
}

@media all and (max-width: 768px) {
  article div.wrapper .food_content .cont_inner h6 {
    width: 100%;
  }

  article div.wrapper .food_content .detail {
    width: 100%;
  }

  article div.wrapper .food_content .detail p {
    padding: 30px 20px;
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  article div.wrapper .food_content .detail p {
    padding: 20px 20px;
  }
}

/*
.food_content02
------------------------*/
article div.wrapper .food_content02 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 70px;
}

article div.wrapper .food_content02 .cont_inner {
  width: 48%;
  position: relative;
  display: flex;
}

article div.wrapper .food_content02 .cont_inner figure {
  width: 55%;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 0;
}

article div.wrapper .food_content02 .cont_inner > div {
  width: 50%;
  margin-left: 0;
  margin-right: auto;
}

article div.wrapper .food_content02 .cont_inner .rank {
  width: 40%;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  article div.wrapper .food_content02 {
    padding-top: 20px;
  }
  article div.wrapper .food_content02 .cont_inner {
    width: 46%;
  }
  article div.wrapper .food_content02 .cont_inner figure {
    width: 100%;
    position: static;
  }

  article div.wrapper .food_content02 .cont_inner > div {
    width: 100%;
    margin: 0 auto;
  }
  article div.wrapper .food_content02 .cont_inner .rank {
    width: 30%;
  }
}
@media all and (max-width: 480px) {
}

/* 個別
------------------------*/
/* food01 */

article div.wrapper .food_content.food01 figure {
  width: 64%;
  left: -70px;
  bottom: -70px;
}
article div.wrapper .food_content.food01 .cont_inner .rank {
  width: 15%;
}
article div.wrapper .food_content.food01 .cont_inner h6,
article div.wrapper .food_content.food01 .detail,
article div.wrapper .food_content.food01 .detail p {
  margin-right: 0;
  margin-left: auto;
}

/* food02 */

article div.wrapper .food_content.food02 figure {
  width: 53%;
  bottom: -40px;
  right: 0;
}
article div.wrapper .food_content.food02 .cont_inner .rank {
  width: 13%;
}
article div.wrapper .food_content.food02 .cont_inner h6,
article div.wrapper .food_content.food02 .detail,
article div.wrapper .food_content.food02 .detail p {
  margin-right: auto;
  margin-left: 0;
}
/* food03 */

article div.wrapper .food_content.food03 figure {
  width: 48%;
  left: 0;
  bottom: -10px;
}
article div.wrapper .food_content.food03 .cont_inner .rank {
  width: 10%;
}
article div.wrapper .food_content.food03 .cont_inner h6,
article div.wrapper .food_content.food03 .detail,
article div.wrapper .food_content.food03 .detail p {
  margin-right: 0;
  margin-left: auto;
}

/* food05 */
article div.wrapper .food_content02 .cont_inner.food05 {
  margin-top: 50px;
}

@media all and (max-width: 768px) {
  /* food01 */

  article div.wrapper .food_content.food01 figure {
    width: 65%;
    left: -10%;
    bottom: inherit;
    top: -4%;
  }
  article div.wrapper .food_content.food01 .cont_inner .rank {
    width: 40%;
  }
  article div.wrapper .food_content.food01 .cont_inner {
    margin-left: auto;
    margin-right: 0;
  }
  article div.wrapper .food_content.food01 .cont_inner h6,
  article div.wrapper .food_content.food01 .detail,
  article div.wrapper .food_content.food01 .detail p {
    margin: 0 auto;
    width: 100%;
  }

  /* food02 */

  article div.wrapper .food_content.food02 figure {
    width: 53%;
    bottom: inherit;
    top: 10%;
    right: 5%;
  }
  article div.wrapper .food_content.food02 .cont_inner .rank {
    width: 38%;
  }
  article div.wrapper .food_content.food02 .cont_inner {
    margin-left: 0;
    margin-right: auto;
  }

  article div.wrapper .food_content.food02 .cont_inner h6,
  article div.wrapper .food_content.food02 .detail,
  article div.wrapper .food_content.food02 .detail p {
    margin: 0 auto;
    width: 100%;
  }
  /* food03 */

  article div.wrapper .food_content.food03 figure {
    width: 48%;
    bottom: inherit;
    left: 5%;
    top: 11%;
  }
  article div.wrapper .food_content.food03 .cont_inner .rank {
    width: 30%;
  }
  article div.wrapper .food_content.food03 .cont_inner {
    margin-left: auto;
    margin-right: 0;
  }

  article div.wrapper .food_content.food03 .cont_inner h6,
  article div.wrapper .food_content.food03 .detail,
  article div.wrapper .food_content.food03 .detail p {
    margin: 0 auto;
    width: 100%;
  }
  /* food04 */
  article div.wrapper .food_content02 .cont_inner.food04 .rank {
    margin-bottom: 4.5%;
  }
  /* food05 */
  article div.wrapper .food_content02 .cont_inner.food05 {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
}

/*
.food_reccomend
------------------------*/

article div.wrapper .food_reccomen {
  width: 100%;
}

article div.wrapper .food_reccomen p.ttl {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 50px;
}

article div.wrapper .food_reccomen p.ttl span {
  position: relative;
}

article div.wrapper .food_reccomen p.ttl span::before,
article div.wrapper .food_reccomen p.ttl span::after {
  content: "";
  display: block;
  width: 1px;
  height: 110%;
  background-color: #000;
  position: absolute;
  top: -5%;
  bottom: -5%;
}

article div.wrapper .food_reccomen p.ttl span::before {
  transform: rotate(-15deg);
  left: -10px;
}

article div.wrapper .food_reccomen p.ttl span::after {
  transform: rotate(15deg);
  right: -10px;
}

article div.wrapper .food_reccomen .cont_inner {
  background-color: #f7e6d0;
  border-radius: 10px;
  position: relative;
  padding: 25px 20px;
  padding-right: 160px;
}
article div.wrapper .food_reccomen .cont_inner .menu-wrapper {
  width: 45%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 40px;
  padding-top: 70px;
}

article div.wrapper .food_reccomen .cont_inner p {
  text-align: left;
  font-size: 13px;
}

article div.wrapper .food_reccomen .cont_inner .food_img {
  width: 60%;
  position: absolute;
  left: 0;
  top: -40px;
}
article div.wrapper .food_reccomen .cont_inner .person {
  width: 230px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media all and (max-width: 980px) {
  article div.wrapper .food_reccomen .cont_inner .food_img {
    width: 100%;
    position: static;
    margin-top: -80px;
    top: inherit;
    margin-bottom: 10px;
  }
  article div.wrapper .food_reccomen .cont_inner {
    position: relative;
    padding-right: 160px;
  }
  article div.wrapper .food_reccomen .cont_inner .menu-wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }
  article div.wrapper .food_reccomen .cont_inner h6 {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 950px) {
  article div.wrapper .food_reccomen .cont_inner {
    padding-right: 200px;
  }
}

@media all and (max-width: 768px) {
  article div.wrapper .food_reccomen .cont_inner {
    position: relative;
    padding: 25px 20px;
    padding-right: 180px;
  }
  article div.wrapper .food_reccomen .cont_inner .menu-wrapper {
    width: 45%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 20px;
    padding-top: 70px;
  }

  article div.wrapper .food_reccomen .cont_inner p {
    text-align: left;
    font-size: 13px;
  }

  article div.wrapper .food_reccomen .cont_inner .food_img {
    width: 55%;
    position: absolute;
    left: 0;
    top: 20;
  }
  article div.wrapper .food_reccomen .cont_inner .person {
    width: 230px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media all and (max-width: 767px) {
  article div.wrapper .food_reccomen .cont_inner {
    padding: 25px 20px 0;
  }
  article div.wrapper .food_reccomen .cont_inner .menu-wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }

  article div.wrapper .food_reccomen .cont_inner p {
  }

  article div.wrapper .food_reccomen .cont_inner .food_img {
    margin: 0 -20px 20px;
    width: calc(100% + 40px);
    position: static;
    margin-top: -80px;
    top: inherit;
    margin-bottom: 15px;
  }
  article div.wrapper .food_reccomen .cont_inner .person {
    width: 110%;
    position: static;
  }
  article div.wrapper .food_reccomen p.ttl {
    margin: 0 auto 70px;
  }
}


/* 追加　ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#faq{
  position: relative;
}
#faq .faq_back {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#faq .faq_back_circle{
  position: absolute;
  top: 70px;
  left: 0%;
  transform: translateX(-50%);
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: linear-gradient(-75deg, #e7cBdc 0, #e7cBdc 40%, #96ccc7 100%);
  z-index: -1;

}
#faq .faq_back_circle::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 250px;
  height:250px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}

#faq .faq_back_circle2 {
  position: absolute;
  bottom:5px;
  left: 100%;
  transform: translateX(-50%);
  width: 730px;
  height: 730px;
  border-radius: 50%;
  background: linear-gradient(-75deg, #e7cBdc 0, #e7cBdc 40%, #96ccc7 100%);
  z-index: -1;

}

#faq .faq_back_circle2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}
#faq .first_v{
  position: relative;
}
#faq .first_v .img{
  width: 70%;
  margin: 0 auto 50px;
}
#faq .first_v p {
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
#faq .first_v .back{
  position: absolute;
  top: 70%;
  right: 0%;
  width: 12%;
}
#faq .first_v .back2 {
  position: absolute;
  top: 85%;
  left: 11%;
  width: 10%;
  z-index: -1;
}

@media all and (max-width: 767px) {
  #faq {
    overflow: inherit;
  }

  #faq .faq_back {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 110%;
    height: 100%;
  }

  #faq .faq_back_circle {
    top: 135px;
    left: 4%;
    width: 330px;
    height: 330px;
  }

  #faq .faq_back_circle::after {
    width: 150px;
    height: 150px;

  }
  #faq .faq_back_circle2 {
    bottom: 265px;
    width: 500px;
    height: 500px;
    background: linear-gradient(-15deg, #e7cBdc 0, #e7cBdc 40%, #a2d1eb 100%);

  }

  #faq .faq_back_circle2::after {
    width: 350px;
    height: 350px;
  }

#fa
  #faq .first_v .img {
    width: 80%;
    margin: 30px auto 30px;
  }
  #faq .first_v .back {
    position: absolute;
    top: 94%;
    right: 0%;
    width: 18%;
  }

  #faq .first_v .back2 {
    position: absolute;
    top: 103%;
    left: 9%;
    width: 20%;
    z-index: -1;
  }
}


#faq .interview {
  width: calc(100% - 15px);
  margin: 0 auto 70px 0;
  position: relative;
  
}
#faq .interview:last-child {
  margin: 0 auto 15px 0;
}
#faq .interview::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#faq .interview_inn{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 20px;
  z-index: 2;
}
#faq .interview_inn_profile{
  width: 43%;
  position: relative;
}

#faq .interview_inn_profile p{
  font-size: 13px;
}
#faq .interview_inn_profile p.txt_under {
  margin-bottom: 40px;
}
#faq .interview_inn_profile p span {
  font-size: 18px;
  font-weight: 600;
}
#faq .interview_inn_profile .img {
  position: relative;
  height: 210px;
  overflow: hidden;
}
#faq .interview_inn_profile .img img {
  position: absolute;
  height: 100%;
  width: auto;
}
#sasaki .interview_inn_profile .img img {
  top: 0;
  left: 56%;
  transform: translateX(-50%);
}
#watabe .interview_inn_profile .img img {
  top: 0;
  left: 44%;
  transform: translateX(-50%);
}
#sasaki_a .interview_inn_profile .img img {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#kanno .interview_inn_profile .img img {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#faq .interview_inn_profile .img_full{
  position: absolute;
  top:-2%;
  right: 6%;
  width: 76%;
}

#faq #sakuma .interview_inn_profile .img_full {
  width: 85%;
}

#faq .interview_inn_quest{
  width: 53%;
}

#faq .interview_inn_quest h4{
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
}
#faq .interview_inn_quest h4 img{
  width: 30px;
  height: auto;
  margin-right: 15px;
}
#faq .interview_inn_quest p {
  font-size: 15px;
  margin-bottom: 20px;
}

#faq .interview_inn_quest p.last {
  margin-bottom: 0;
}

#faq .interview_inn_quest p.name {
  font-size: 13px;
  margin-bottom: 0;
}
#faq .interview_inn .sp_under{
  display: none;
}
#faq .interview_inn_quest p.name span {
  font-size: 18px;
  font-weight: 600;
}

#sasaki::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -50px;
  right: -15px;
  background-image: url("../img/faq/sasab.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 100px;
}

#sasaki_a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -80px;
  left: 0px;
  background-image: url("../img/faq/sasaab.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 150px;
}

#kanno::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -65px;
  right: -15px;
  background-image: url("../img/faq/kannob.png");
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: 85px;
}
@media all and (max-width: 1000px) {
  #faq .interview_inn_profile .img {
    height: 22vw;
  }
}
@media all and (max-width: 768px) {
  #faq .interview_inn_profile .img {
    height: 210px;
  }
  #faq .interview_inn {
    overflow: hidden;
  }

}
@media all and (max-width: 767px) {
  #faq .interview {
    width: calc(100% - 10px);
    margin: 0 auto 60px 0;
  }

  #faq .interview:last-child {
    margin: 0 auto 10px 0;
  }

  #faq .interview::before {
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  #faq .interview_inn {
    padding: 20px 20px;
    border-radius: 15px;
    flex-direction: column;
  }
  #faq .interview_inn_profile {
    width: 100%;
    margin-bottom: 35px;
  }
  #faq .interview_inn_profile .img{
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
    height: 56vw;
  }
  #faq .interview_inn_profile .img img{
    height: auto;
    width: 100%;
  }

  #sasaki .interview_inn_profile .img img {
    top: auto;
    bottom: 0%;
    left: 50%;
  }

  #watabe .interview_inn_profile .img img {
    top: auto;
    bottom: 0%;
    left: 50%;
  }

  #sasaki_a .interview_inn_profile .img img {
    top: auto;
    bottom: -10%;
    left: 50%;
  }
  #kanno .interview_inn_profile .img img {
    top: auto;
    bottom:2%;
    left: 50%;
  }
  #faq .interview_inn_profile p .pc_nbr {
    display: none;
  }


  #faq .interview_inn_quest {
    width: 100%;
  }
  #faq .interview_inn_quest h4 {
    font-size: 17px;
  }

  #faq .interview_inn_quest h4 img {
    width: 28px;
    margin-right: 10px;
  }
  #sasaki::after {
    bottom: -40px;
    background-size: 70px;
    margin-right: 10px;
  }
  #faq .interview_inn_quest p.name {
    position: absolute;
    bottom: 30px;
    width: 34%;
  }
  #faq .interview_inn_profile .img_full {
    position: relative;
    width: 73%;
    margin-left: 40%;
    height: 260px;
  }
  #faq .interview_inn_profile .under{
    display: none;
  }
  #faq .interview_inn_profile p.txt_under {
    margin-bottom: 0px;
  }
  #faq .interview_inn .sp_under {
    display: flex;
    margin-top: 3rem;
  }
  #faq #sakuma .interview_inn_profile .img_full {
    position: relative;
    width: 65%;
    margin-left: 50%;
    height: 260px;
    margin-top: 0px;
  }
}
@media all and (max-width: 480px) {
  #faq .interview_inn_profile .img {
    height: 190px;
  }
}