@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: 767px) {
  article div.wrapper div.content div.header {
    width: 94%;
    margin: 15px auto;
  }
}
@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 .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;
  }
}







/* 追加 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media all and (max-width: 767px) {
  article div.wrapper div.content.wid_max {
    width: 100%;
    padding-bottom: 0;

  }
}

#favorite{
  margin-top: 40px;
}

#favorite .tab{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#favorite .tab li{
  width: 49%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 0;
  position: relative;
}
#favorite .tab-top {
  margin-bottom: 30px;
}
#favorite .tab li:first-child {
  background-color: #EBDC6D;
}

#favorite .tab-top li:first-child.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #EBDC6D transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

#favorite .tab li:last-child {
  background-color: #AFD9E5;
}

#favorite .tab-top li:last-child.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #AFD9E5 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

#favorite .tabcontents-list .top_ttl{
  width: 100%;
  margin-bottom: 50px;
}
#favorite .tabcontents-list .top_ttl .img {
  width: 100%;
  margin-bottom: 30px;
}
#favorite .tabcontents-list .top_ttl img {
  width: 100%;
  height: auto;
}
#favorite .tabcontents-list .top_ttl h4 {
  font-size: 27px;
  margin-bottom: 30px;
  text-align: center;
}
#favorite .tabcontents-list .top_ttl p {
  font-size: 15px;
}

@media all and (max-width: 767px) {
  #favorite .tab {
    width: 94%;
    margin: 0 auto 30px;
  }
  #favorite .tab-botom {
    margin: 0 auto 0px;
  }
    
  #favorite .tab li{
    font-size: 18px;
  }
  #favorite .tabcontents-list .top_ttl {
    width: 94%;
    margin: 0 auto 60px;
  }
  #favorite .tabcontents-list .top_ttl h4 {
    font-size: 25px;
    width: 90%;
    margin: 0 auto 30px;
    padding-bottom: 0;
  }

  #favorite .tabcontents-list .top_ttl p {
    font-size: 15px;
  }
  #favorite .tab-top li:first-child.active::after {
    bottom: -10px;
  }
}


#favorite .tabcontents-list .point_ttl{
  padding: 22px 0;
  position: relative;
  border-radius: 20px;
  margin-bottom: 30px;
}
#favorite .tabcontents-list.miyashiro .point_ttl {
  background-color: #EBDC6D;
}
#favorite .tabcontents-list.ekimae .point_ttl {
  background-color: #AFD9E5;
}
#favorite .tabcontents-list .point_ttl h4 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  padding: 0;
}
#favorite .tabcontents-list .point_ttl h4 span{
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
}

@media all and (max-width: 767px) {
  #favorite .tabcontents-list .point_ttl {
    border-radius: 0px;
  }
  #favorite .tabcontents-list .point_ttl h4 {
    font-size: 20px;
    padding: 0 0 0 70px;
    width: calc(100% - 70px);

  }
}


#favorite .tabcontents-list .point{
  margin-bottom: 50px;
}
#favorite .tabcontents-list .point:nth-last-child(2) {
  margin-bottom: 100px;
}
#favorite .tabcontents-list.ekimae .point:nth-last-child(2) {
  margin-bottom: 50px;
}
#favorite .tabcontents-list .point:last-child {
  margin-bottom: 60px;
}
#favorite .tabcontents-list .point p{
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
}
#favorite .tabcontents-list .point ul{
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
#favorite .tabcontents-list .point ul .left {
  width: 50%;
}
#favorite .tabcontents-list .point ul .right {
  width: 45%;
}
#favorite .tabcontents-list .point ul .img {
  position: relative;
  /* height: 310px; */
  overflow: hidden;
}
#favorite .tabcontents-list .point ul .img img{
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: auto;
}
#favorite .tabcontents-list .point ul .name{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#favorite .tabcontents-list .point ul .name .men {
  width: auto;
  height: 310px;
}
#favorite .tabcontents-list .point ul .name .men img{
  height: 100%;
  width: auto;
}
#favorite .tabcontents-list .point ul .name p {
  margin-bottom: 0;
  font-size: 13px;
}
#favorite .tabcontents-list .point ul .name h4 {
  font-size: 16px;
  padding: 0;
  font-weight: 300;
}
#favorite .tabcontents-list .point ul .name h4 span {
  font-size: 18px;
  font-weight: 700;
}
#favorite .tabcontents-list .point ul .food{
  width: 80%;
  margin: 0 auto;
}
#favorite .tabcontents-list .point.nagasawa ul {
/*   background-image: url("../img/favorite/campus6-2.png"); */
  background-repeat: no-repeat;
  background-position: bottom left;
  
}


#favorite .tabcontents-list .point .last {
  margin-bottom: 0;
}

#favorite .tabcontents-list .point .sp_img {
  display: none;
}

#favorite .tabcontents-list .point.ishikawa ul .name .men,
#favorite .tabcontents-list .point.miyazaki ul .name .men {
  width: 100%;
  overflow: hidden;
}
#favorite .tabcontents-list .point.ishikawa ul .name .men img,
#favorite .tabcontents-list .point.miyazaki ul .name .men img{
  height: auto;
  width: 100%;
}

@media all and (max-width: 767px) {
  #favorite .tabcontents-list .point_ttl {
    border-radius: 0px;
  }

  #favorite .tabcontents-list .point_ttl h4 {
    font-size: 20px;
    padding: 0 0 0 70px;
    width: calc(100% - 80px);

  }
  #favorite .tabcontents-list .point_item {
    width: 94%;
    margin: 0 auto;
  }
  #favorite .tabcontents-list .point ul{
    flex-direction: column-reverse;
    align-items: center;
  }
  #favorite .tabcontents-list .point ul .left {
    width: 100%;
  }

  #favorite .tabcontents-list .point ul .right {
    width: 100%;
  }
  #favorite .tabcontents-list .point.agatuma ul .right,
  #favorite .tabcontents-list .point.nagasawa ul .right,
  #favorite .tabcontents-list .point.oouthi ul .right{
    width: 90%;
  }
  #favorite .tabcontents-list .point ul .img {
    height: 250px;
  }
  #favorite .tabcontents-list .point ul .img img{
    width: 100%;
    height: auto;
  }
  #favorite .tabcontents-list .point.oouthi ul .img{
    height: auto;
  }
  #favorite .tabcontents-list .point.oouthi ul .img img{
    position: initial;
  }
  #favorite .tabcontents-list .point ul .name {
    align-items: center;
    flex-direction: row-reverse;
  }
  #favorite .tabcontents-list .point ul .name div{
    width: 52%;
  }
  #favorite .tabcontents-list .point ul .name div.men {
    width: 45%;
    height: 230px;
    position: relative;
    overflow: hidden;
  }
  #favorite .tabcontents-list .point ul .name div.men img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  #favorite .tabcontents-list .point p {
    margin-bottom: 30px;
  }
  #favorite .tabcontents-list .point {
    margin-bottom: 60px;
  }

  #favorite .tabcontents-list .point.hozumi ul:first-child{
    flex-direction: column;
    margin-bottom: -150px;
  }
  #favorite .tabcontents-list .point.hozumi ul .name {
    align-items: flex-end;
    flex-direction: row;
  }
  #favorite .tabcontents-list .point.hozumi ul .food {
    width: 60%;
    margin: 0 0 0 auto;
  }
  #favorite .tabcontents-list .point.hozumi ul .name div {
    margin-bottom: 30px;
  }
  #favorite .tabcontents-list .point.hozumi ul .name div.men {
    height: 290px;
    margin-bottom: 0;
    width: 42%;
  }
  #favorite .tabcontents-list .point.kondo ul .name{
    flex-direction: row;
    align-items: flex-end;
  }

  #favorite .tabcontents-list .point.ishikawa ul .name {
    flex-direction: row;
  }

  #favorite .tabcontents-list .point.kondo ul .name div.men {
    height: 270px;
  }
  #favorite .tabcontents-list .point.kondo ul .name div:last-child {
    margin-bottom: 60px;
  }
  #favorite .tabcontents-list .point.nagasawa ul{
    flex-direction: column;
    background-position: bottom 45% left 10%;
  }
  #favorite .tabcontents-list .point.nagasawa ul .name {
    align-items: flex-end;
  }
  #favorite .tabcontents-list .point.nagasawa ul .name div {
    margin-bottom: 30px;
  }
  #favorite .tabcontents-list .point.nagasawa ul .name div.men {
    width: 52%;
    height: 240px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }

  #favorite .tabcontents-list .point .pc_img {
    display: none;
  }
  #favorite .tabcontents-list .point .sp_img {
    display: block;
    width: 94%;
    margin: 0 auto;
  }

  #favorite .tabcontents-list .point.room ul,
  #favorite .tabcontents-list .point.ishikawa ul,
  #favorite .tabcontents-list .point.miyazaki ul{
    flex-direction: column;
    align-items: center;
  }

  #favorite .tabcontents-list .point.ishikawa ul .name .men,
  #favorite .tabcontents-list .point.miyazaki ul .name .men {
    width: 45%;
    height: 230px;
    overflow: hidden;
  }
}  

#TOP{
  margin-top: -60px;
  padding-top: 60px;
}
@media all and (max-width: 767px) {
  #TOP {
      margin-top: -0px;
      padding-top: 0px;
    }
}