@media screen and (min-width: 751px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  html {
    scroll-behavior: smooth;
  }
  .bg {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
    letter-spacing: 1px;
    background-color: #f3f2f1;
  }
  img {
    vertical-align: bottom;
  }
  .mainvisual__section {
    position: relative;
  }
  .mainvisual,
  .top__wrapper__image {
    width: 100%;
  }

  .header__menu {
    display: flex;
    align-items: center;
    font-size: 25px;
    padding-left: initial;
  }
  .header__inner {
    max-width: 900px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .navi__menu {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0.7;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
  }
  .m_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .navimenu__list__item {
    list-style: none;
    padding: 10px 36px;
    margin: 0;
    border-right: 2px solid #000000;
  }
  .navimenu__list__item a {
    text-decoration: none;
    color: #000000;
  }

  .logo {
    width: 10%;
    height: 80px;
  }
  .logo img {
    height: 100%;
    object-fit: scale-down;
  }
  .submenu {
    display: inline-block;
    font-size: 22px;
  }
  .submenu {
    padding-left: 18px;
  }

  .top__wrapper__text__area {
    background: url(https://eceosjwtcom.ecbeing.biz/img/usr/freepage/jwt_cafe/top_image1_pc.png),
      url(https://eceosjwtcom.ecbeing.biz/img/usr/freepage/jwt_cafe/top_image2_pc.png);
    background-position: left top, right bottom;
    background-size: 30%, 30%;
    background-repeat: no-repeat, no-repeat;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .top__wrapper__text {
    font-size: 19px;
    font-weight: bold;
    line-height: 40px;
  }
  .primary {
    width: 53%;
    margin: auto;
  }
  .secondary {
    text-align: center;
    margin: 40px auto;
  }
  .feature__section {
    background-color: #eeeae7;
  }
  .jwt__container {
    max-width: 900px;
    margin: auto;
  }
  .feature__heading {
    font-family: "Aoboshi One", serif;
    font-weight: normal;
    font-size: 45px;
    color: #68462c;
    margin-top: initial;
    margin-bottom: 12px;
  }
  .feature__title {
    font-size: 25px;
    font-weight: bold;
    margin-top: 55px;
    margin-bottom: 21px;
  }
  .feature__item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .feature__item:not(:first-of-type) {
    margin-top: 70px;
  }
  .feature__flex__area {
    max-width: 900px;
    margin: auto;
    list-style: none;
    padding-left: initial;
    padding: 50px 0px;
  }
  .feature__image__area {
    max-width: 50%;
    margin-right: 27px;
  }
  .feature__image {
    width: 100%;
  }
  .feature__text__area {
    max-width: 45%;
  }
  .menu__section {
    max-width: 900px;
    margin: auto;
    margin-top: 68px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .section__title {
    width: 10%;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100%);
    text-align: right;
    font-family: "Aoboshi One", serif;
    font-size: 41px;
    font-weight: normal;
    color: #626161;
    border-bottom: 1px solid #000000;
    padding-right: 20px;
  }

  .section__subtitle {
    position: relative;
    border-bottom: 1px solid #000000;
    color: #68462c;
    font-family: "Aoboshi One", serif;
    font-size: 36px;
    font-weight: normal;
    padding-left: 20px;
  }
  .section__subtitle::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 25px;
    background-color: #68462c;
    position: absolute;
    bottom: 15px;
    left: 0;
  }

  .menu__list {
    padding: 0;
    margin: 0;
  }
  .menu__list__item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .menu__list__item:not(:first-of-type) {
    margin-top: 67px;
  }
  .menu__image {
    width: 30.5%;
    margin-right: 38px;
  }
  .menu__list__text {
    width: 70%;
  }
  .menu__title {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 1.4px;
  }
  .menu__text {
    margin: 0;
    font-size: 19px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .menu__subtext {
    font-size: 17px;
    border: 1px solid #000000;
    border-radius: 19px;
    padding: 20px;
    margin-top: 30px;
  }
  .menu__subtitle {
    font-size: 21px;
  }
  .insta__area {
    margin-top: 60px;
  }
  .insta__area__image {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .insta__area__text {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
  }
  .arrows {
    width: 30%;
    margin: 20px 0;
  }
  .qr {
    width: 20%;
  }
  .link {
    display: contents;
  }
  .map__section {
    background-color: #dfcdba;
    margin: auto;
    margin-top: 110px;
    padding: 25px 50px;
  }

  iframe {
    width: 100%;
    height: 360px;
    display: block;
    margin: auto;
    padding: 18px 0px;
  }
  .title {
    font-family: "Aoboshi One", serif;
    font-size: 36px;
    font-weight: normal;
    margin: 0;
  }

  address {
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
  }
  .about__section {
    text-align: center;
    padding: 75px 0px;
  }
  table {
    margin: auto;
    font-size: 25px;
    font-weight: normal;
    text-align: left;
    table-layout: auto;
  }
  th {
    font-weight: normal;
    width: 30%;
    text-align: left;
  }

  .tabelog {
    display: inline-block;
    font-size: 25px;
    margin-top: 25px;
    text-decoration: none;
    color: #000000;
    border: 1px solid #000000;
    padding: 5px 20px;
    border-radius: 10px;
  }
}
.tel-link {
  text-decoration: none;
  color: #000000;
}

@media screen and (max-width: 750px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  html {
    scroll-behavior: smooth;
  }
  main {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
    letter-spacing: 1px;
    background-color: #f0efee;
  }
  .header__logo {
    background-color: #ffffff;
    margin: 0;
  }

  img {
    vertical-align: bottom;
  }

  .mainvisual {
    height: 400px;
    object-fit: cover;
    margin-top: 63px;
  }
  .mainvisual,
  .top__wrapper__image {
    width: 100%;
  }
  .header__menu {
    font-size: 25px;
    padding-left: initial;
  }
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
  }
  .openbtn1 {
    position: relative;
    z-index: 21;
    background: #ffffff;
    border: 1px solid #707070;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 20px;
  }
  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 9px;
    height: 3px;
    border-radius: 2px;
    background: #707070;
    width: 66%;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 10px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 19px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 28px;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 66%;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 66%;
  }
  .openbtn1 span:nth-of-type(3)::after {
    content: "MENU";
    position: absolute;
    top: 5px;
    left: 1px;
    color: #707070;
    font-size: 10px;
    text-transform: uppercase;
  }
  .openbtn1.active span:nth-of-type(3)::after {
    content: "CLOSE";
    transform: translateY(0) rotate(-45deg);
    bottom: -30px;
    left: 17px;
  }
  .navi__menu {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0;
    text-align: center;
    transition: 0.6s ease;
    visibility: hidden;
  }
  #global-nav.active {
    opacity: 0.9;
    visibility: visible;
  }
  .m_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .navimenu__list__item {
    list-style: none;
    padding: 10px 36px;
    margin: 0;
    font-weight: bold;
  }
  .navimenu__list__item a {
    text-decoration: none;
    color: #000000;
  }

  .logo {
    width: 10%;
  }
  .logo img {
    width: 100%;
  }
  .submenu {
    display: inline-block;
    font-size: 18px;
  }

  .top__wrapper__text__area {
    position: relative;
    height: 400px;
    background: url(https://eceosjwtcom.ecbeing.biz/img/usr/freepage/jwt_cafe/top_image1_sp.png),
      url(https://eceosjwtcom.ecbeing.biz/img/usr/freepage/jwt_cafe/top_image2_sp.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top__image__primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
  }
  .top__image__secondary {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 33%;
  }
  .top__wrapper__text {
    font-size: 15px;
    font-weight: normal;
  }
  .primary {
    padding-left: 20px;
    max-width: 85%;
    margin: auto;
  }
  .secondary {
    text-align: center;
    margin: 40px auto;
  }
  .feature__section {
    background-color: #eeeae7;
  }
  .feature__heading {
    font-family: "Aoboshi One", serif;
    font-weight: normal;
    font-size: 30px;
    color: #68462c;
    margin-top: initial;
    margin-bottom: 12px;
    text-align: center;
  }
  .feature__title {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .feature__item:not(:first-of-type) {
    margin-top: 40px;
  }
  .feature__flex__area {
    list-style: none;
    padding-left: initial;
    padding: 20px 15px;
  }
  ea .feature__text {
    font-size: 16px;
  }
  .feature__image {
    width: 100%;
  }

  .menu__section {
    margin-top: 68px;
    padding: 0px 10px;
    position: relative;
  }
  .title__area {
    padding-left: 55px;
  }
  .section__title {
    position: absolute;
    top: -30px;
    left: 0;
    width: 230px;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100%);
    text-align: right;
    font-family: "Aoboshi One", serif;
    font-size: 24px;
    font-weight: bold;
    color: #626161;
    border-bottom: 1px solid #000000;
    padding-right: 20px;
  }
  .section__subtitle {
    position: relative;
    border-bottom: 1px solid #000000;
    color: #68462c;
    font-family: "Aoboshi One", serif;
    font-size: 30px;
    font-weight: normal;
    padding-left: 20px;
  }
  .section__subtitle::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 25px;
    background-color: #68462c;
    position: absolute;
    bottom: 11px;
    left: 0;
  }
  .food {
    padding-left: 50px;
  }
  .food::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 25px;
    background-color: #68462c;
    position: absolute;
    bottom: 10px;
    left: 25px;
  }
  .menu__list {
    padding: 0;
    margin: 0;
  }
  .menu__list__item {
    text-align: center;
    list-style: none;
  }
  .menu__list__item:not(:first-of-type) {
    margin-top: 26px;
  }
  .menu__image {
    width: 40%;
  }

  .menu__title {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    margin-top: 20px;
  }
  .menu__text {
    font-size: 16px;
    margin-top: 15px;
    text-align: left;
  }
  .menu__subtext {
    font-size: 16px;
    border: 1px solid #000000;
    border-radius: 19px;
    padding: 20px;
    margin-top: 30px;
  }
  .menu__subtitle {
    font-size: 20px;
  }
  .insta__area__image {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu__supplement {
    font-size: 16px;
    margin: 0;
  }
  .insta__area__text {
    font-size: 3vw;
    font-weight: bold;
    margin: 0;
  }
  .arrows {
    width: 30%;
    margin: 20px 0;
  }
  .qr {
    width: 20%;
  }
  .link {
    display: contents;
    color: #000000;
  }
  .link__url {
    font-size: 3.5vw;
  }
  .map__section {
    background-color: #dfcdba;
    margin-top: 35px;
    padding: 20px;
  }
  iframe {
    width: 100%;
    height: 250px;
    display: block;
    margin: auto;
    padding: 18px 0px;
  }
  .title {
    font-family: "Aoboshi One", serif;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    text-align: center;
  }

  address {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
  }
  .about__section {
    text-align: center;
    padding: 30px 0px;
  }
  table {
    margin: auto;
    font-size: 19px;
    font-weight: normal;
    text-align: left;
    table-layout: auto;
  }
  th {
    font-weight: normal;
    padding-left: 20px;
  }
  td {
    padding-left: 10px;
  }
  .tabelog {
    display: inline-block;
    font-size: 19px;
    margin-top: 20px;
    text-decoration: none;
    color: #000000;
    border: 1px solid #000000;
    padding: 5px 20px;
    border-radius: 10px;
  }
  .tel-link {
    text-decoration: none;
    color: #000000;
  }
}
