@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/* 共通---------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  /* outline: 1px solid red !important; */
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

main {
  background: #FFF6ED;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 0;
}

main h2 {
  font-size: 48px;
  font-weight: bold;
  color: #24201E;
  margin-bottom: 24px;
}

main h3 {
  font-size: 36px;
  font-weight: normal;
  color: #24201E;
  margin-bottom: 56px;
  text-align: center;
}

/* header ---------------------------------------------------------- */
header {
  width: 100%;
  height: 120px;
  position: fixed;
  padding: 1% 2%;
  background: #FFF;
  z-index: 100;
}


.header_1 {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h1 img {
  width: 70%;
}

.inquiry {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 42%;
}

.inquiry a {
  display: block;
  height: 40px;
  width: 15em;
  text-align: center;
  padding: 7px 0;
  background: #EE620A;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .25);
  border-radius: 24px;
}

.inquiry a:hover {
  background: #FD9351;
}

.tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
}

.tel img {
  width: 20%;
} 

.tel p {
  font-size: 16px;
  color: #EE620A;
  font-weight: bold;
  margin-left: 8px;
}

.tel p:hover {
  color: #FD9351;
}

.header_2 {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pc_menu {
  width: 65%;
}

.pc_menu ul {
  display: flex;
}

.pc_menu li {
  margin-right: 24px;
  text-align: center;
}

.pc_menu a {
  display: inline-block;
  color: #24201E;
  font-size: 20px;
}

.pc_menu a:hover {
  color: #EE620A;
}

.user_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.user_nav a {
  display: flex;
  color: #24201E;
  margin-left: 16px;
}

.user_nav a:hover {
  color: #FD9351;
}

.user_nav img {
  width: 23%;
}

.user_nav p {
  font-size: 16px;
  margin-left: 4px;
}

.sp_header {
  display: none;
}

/* hero ---------------------------------------------------------- */
.hero {
  background: url(img/mv-pc.png) center/cover;
  height: 100vh;
  position: relative;
}

.hero_textbox {
  position: absolute;
  top: 300px;
  left: 237px;
}

.hero_textbox h3 {
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

.hero_textbox h2 {
  margin-bottom: 0;
  text-align: center;
}

.sample_textbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 570px;
  left: 237px;
}

.sample_textbox h3 {
  font-weight: bold;
  margin-bottom: 16px;
}

.sample_textbox a {
  display: block;
  height: 60px;
  width: 15em;
  text-align: center;
  padding: 15px 0;
  background: #EE620A;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .25);
  border-radius: 30px;
}

.sample_textbox a:hover {
  background: #FD9351;
}

/* explanation ---------------------------------------------------------- */
.explanation_catch {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.explanation_catch img {
  width: 15%;
  margin-right: 32px;
}

.explanation_catch h2 {
  width: 14em;
}

.explanation_textbox {
  width: 49em;
  margin: 0 auto;
}

.explanation_textbox p {
  margin-bottom: 16px;
}

/* concept ---------------------------------------------------------- */
#concept article {
  display: flex;
  align-items: center;
  justify-content: center;
}

.concept_textbox {
  margin-right: 48px;
}

.concept_textbox h2 {
  width: 8em;
}

.concept_textbox p {
  width: 22em;
}

.concept_img {
  width: 30%;
}

/* news ---------------------------------------------------------- */
dl {
  margin-bottom: 32px;
}

.news-item a {
  display: flex;
  flex-wrap: wrap;
  color: #24201E;
}

.news-item dt {
  width: 30%;
  text-align: right;
}

.news-item dd {
  width: 70%;
  padding-left: 5em;
}

.news-item dt, .news-item dd {
  margin-bottom: 24px;
}

.news_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 11em;
  text-align: center;
  background: #EE620A;
  color: #FFF;
  font-size: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .25); 
  margin: 0 auto;
}

.news_btn:hover {
  background: #FD9351;
}

.news_btn span {
  margin-left: 0.5em;
}

/* pick_up_menu ---------------------------------------------------------- */
#pick_up_menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.pick_up {
  margin-bottom: 24px;
}

.soup_name, .price {
  text-align: center;
}

.soup_name {
  font-size: 24px;
  margin-bottom: 8px;
}

.price {
  font-size: 16px;
}

.pick_up_menu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 11em;
  text-align: center;
  background: #EE620A;
  color: #FFF;
  font-size: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .25); 
  margin: 0 auto;
}

.pick_up_menu_btn:hover {
  background: #FD9351;
}

.pick_up_menu_btn span {
  margin-left: 0.5em;
}

/* soup_category ---------------------------------------------------------- */
.accordion {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.option {
  margin-bottom: 1em;
}

.title {
  display: block;
  background: #fff;
  color: #24201E;
  padding: 2em 4em;
  position: relative;
}

.title::before, .title::after {
  content: "";
  width: 2px;
  height: 12px;
  position: absolute;
  top: 105px;
  right: 1em;
  background: #24201E;
}

.title::after {
  transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: max-height 1.5s;
}

.toggle:checked + .title + .content {
  max-height: 500px;
}

.toggle:checked + .title::before {
  transform: rotate(90deg);
}

.toggle {
  display: none;
}

.thumb_soup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.thumb_soup img {
  width: 50%;
}

.thumb_soup p {
  color: #24201E;
}

.kinds {
  background: #FFF;
  position: relative;
  margin: 8px 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kinds a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kinds_icon {
  width: 35%;
  margin-bottom: 0;
}

.kinds_name {
  margin-left: 16px;
  color: #24201E;
}

.polygon {
  width: 3%;
  margin-bottom: 0;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}


/* ramen_soup ---------------------------------------------------------- */
.ramen_soupbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.ramen_type img {
  margin-bottom: 8px;
}

.ramen_type p {
  color: #24201E;
}


/* melit ---------------------------------------------------------- */
.point_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.point {
  background: #FFF;
  width: 387px;
  height: 410px;
  display: block;
  text-align: center;
}

.point_number {
  background: #EE620A;
  color: #FFF;
  width: 50%;
  margin: 0 auto;
  height: 40px;
  margin-top: 30px;
  border-radius: 24px;
  padding: 6px;
}

.point_title {
  background: #FFF6ED;
  font-size: 20px;
  width: 264px;
  padding: 35px;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 50%;
}

.speech_bubble {
  position: relative;
}

.triangle {
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 30px solid #FFF6ED;
  position: absolute;
  left: 193px;
  top: 90px;
  transform: translateX(-50%);
}

.point_icon {
  width: 25%;
  margin-top: 30px;
}

.point_text {
  margin-top: 15px;
}


/* flow ---------------------------------------------------------- */
.flow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow_title {
  background: #EE620A;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.flow_title p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 8px;
}

.flow_title img {
  width: 25%;
  margin-bottom: 0;
}

.flow_text {
  width: 60%;
  margin-left: 32px;
}

.flow_triangle {
  text-align: center;
  margin: 16px 0;
}

.flow_triangle img {
  width: 2%;
}


/* faq ---------------------------------------------------------- */
.faq_accordion {
  width: 600px;
  margin: 0 auto;
}

.faq_option {
  border: 1px solid #24201E;
  border-radius: 8px;
}

.faq_option:not(:last-child) {
  margin-bottom: 1em;
}

.question {
  display: block;
  background: #24201E;
  border-radius: 8px;
  color: #FFF;
  padding: 1em;
  position: relative;
}

.question::before, .question::after {
  content: "";
  width: 2px;
  height: 12px;
  position: absolute;
  top: 20px;
  right: 1em;
  background: #FFF;
}

.question::after {
  transform: rotate(90deg);
}

.faq_content {
  max-height: 0;  
  overflow: hidden;
  transition: max-height 1.3s;
}

.faq_content p {
  margin-left: 1em;
  padding: 1em;
}

.switch:checked + .question +.faq_content {
  max-height: 200px;
}

.switch:checked + .question::before {
  transform: rotate(90deg);
}

.switch {
  display: none;
}


/* area ---------------------------------------------------------- */
.area-group {
  margin-bottom: 32px;
  display: grid;
  place-items: center;
}

h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.region {
  display: flex;
  padding: 0;
  margin: 0;
  line-height: 1.8;
}

.prefecture {
  font-size: 16px;
  display: inline-block;
}

.prefecture:not(:last-child)::after {
  content: "｜";
  margin: 0 1em;
  color: #24201E;
}

.prefecture a {
  color: #24201E;
}


/* sample ---------------------------------------------------------- */
.sample_box {
  display: flex;
}

.sample_text h3 {
  margin: 24px 0;
}

.sample_text p {
  margin-bottom: 64px;
}

.sample_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 15em;
  background-color: #EE620A;
  color: #FFF;
  font-size: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .25); 
  margin: 0 auto;
}

.sample_btn:hover {
  background: #FD9351;
}

.sample_img {
  width: 40%;
  margin-left: 1em;
}


/* tel_service ---------------------------------------------------------- */
.tel_service {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.tel_service_box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.tel_service_box h3 {
  margin-bottom: 16px;
}

.service_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.tel_icon {
  width: 10%;
}

.service_content p {
  color: #EE620A;
  font-size: 24px;
  font-weight: bold;
  margin: 0 24px;
}

.tel_time {
  width: 23%;
}

.operator {
  width: 8%;
  margin-left: 32px;
}

.mail_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EE620A;
  width: 14em;
  height: 45px;
  border-radius: 24px;
  margin: 0 auto;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .25); 
}

.mail_btn:hover {
  background: #FD9351;
}

.mail_btn img {
  width: 9%;
  margin-right: 8px;
}

.mail_btn a {
  color: #FFF;
}


/* footer ---------------------------------------------------------- */
footer {
  background: #24201E;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.footer_logo {
  width: 20%;
  margin: 24px 0;
}

.footer_box {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}

.footer_left {
  display: flex;

}

.footer_nav:not(:last-child) {
  margin-right: 48px;
}

.footer_nav p {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 24px;
}

.footer_menu a {
  color: #FFF;
  font-size: 16px;
}

.info {
  display: flex;
  color: #FFF;
}

.info dd {
  margin-left: 1em;
}

small {
  color: #FFF;
  display: block;
  text-align: center;
}


/* ------------------------------------------------------------------
タブレット
------------------------------------------------------------------ */
@media (max-width:1024px) {
  /* ----- 共通 ----- */
  .container {
    padding: 32px 2%;
  }

  main h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }

  main h3 {
    font-size: 24px;
    margin-bottom: 32px;
  }


  /* ----- header ----- */
  header {
    height: 95px;
    padding: 1%;
  }

  .header_1 {
    height: 45px;
  }

  .inquiry {
    width: 50%;
  }

  .inquiry a {
    font-size: 14px;
    width: 14em;
    height: 35px;
    padding: 5px 0
  }

  .tel {
    width: 35%;
    margin-left: 8px;
    text-align: right;
  }

  .tel img {
    width: 13%;
  }

  .header_2 {
    height: 40px;
  }

  .pc_menu {
    width: 70%;
  }

  .pc_menu a {
    font-size: 16px;
  }

  .user_nav a {
    margin-left: 8px;
  }

  .user_nav img {
    width: 20%;
  }

  .user_nav p {
    margin-left: 0;
  }


  /* ----- hero ----- */
  .hero {
    background: url(img/mv-pc.png) top/cover;
  }

  .hero_textbox {
    left: 90px;
  }

  .sample_textbox {
    top: 500px;
    left: 90px;
  }
  

  /* ----- explanation ----- */
  .explanation_textbox {
    width: 40em;
  }


  /* ----- news ----- */
  dl {
    margin-bottom: 20px;
  }

  .news-item dt {
    width: 25%;
  }

  .news-item dd {
    width: 75%;
  }


  /* ----- pick_up_menu ----- */
  #pick_up_menu ul {
    margin-bottom: 20px;
  }

  .pick_up {
    width: 30%;
    margin-bottom: 16px;
  }

  .soup_name {
    font-size: 20px;
  }


  /* ----- soup_category ----- */
  .accordion {
    width: 100%;
  }

  .option:not(:last-child) {
    margin-right: 1em;
  }

  .title {
    padding: 2em;
  }

  .title::before, .title::after {
    top: 46%;
  }

  .thumb_soup {
    justify-content: center;
  }

  .thumb_soup img {
    width: 35%;
    margin-right: 1em;
  }

  .thumb_soup p {
    text-align: center;
  }


  /* ----- ramen_soup ----- */
  .ramen_soupbox {
    gap: 24px;
  }


  /* ----- melit ----- */
  .point {
    width: 32%;
  }

  .point:not(:last-child) {
    margin-right: 1em;
  }

  .point_title {
    width: 95%;
  }

  .triangle {
    left: 50%;
  }


  /* ----- flow ----- */
  .flow_text {
    width: 65%;
  }


  /* ----- sample ----- */
  .sample_box {
    justify-content: center;
    align-items: center;
  }

  .sample_text {
    margin-right: 2em;
  }

  .sample_text p {
    width: 20em;
  }


  /* ----- tel_service ----- */
  .operator {
    width: 13%;
    margin-left: 20px;
  }


  /* ----- footer ----- */
  .inner {
    width: 97%;
  }

  .footer_left {
    margin-right: 0;
  }

  .footer_nav:not(:last-child) {
    margin-right: 10px;
  }

  .footer_nav p {
    font-size: 16px;
  }
}

/* ------------------------------------------------------------------
スマートフォン
------------------------------------------------------------------ */
@media (max-width:767px) {
  /* ----- 共通 ----- */
  main h2 {
    font-size: 24px;
  }

  main h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  

  /* ----- header ----- */
  header {
    height: 55px;
  }

  .header_1, .header_2 {
    display: none;
  }

  .sp_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .sp_header_logo {
    width: 40%;
  }

  .header_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-right: 60px;
  }

  .header_icon img {
    width: 25%;
  }

  .sp_menu {
    position: relative;
  }

  .menu_btn {
    position: absolute;
    top: -35px;
    right: 2px;
    width: 45px;
    height: 45px;
    background: #EE620A;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }

  .menu_btn span, .menu_btn span::before, .menu_btn span::after {
    content: "";
    background: #fff;
    width: 25px;
    height: 3px;
    position: absolute;
    transition: all .5s;
}

  .menu_btn span::before {
      bottom: 8px;
  }

  .menu_btn span::after {
    top: 8px;
  }

  #menu_btn_check:checked + .menu_btn span {
    background: rgba(238, 98, 10, .7);
  }

  #menu_btn_check:checked + .menu_btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu_btn_check:checked + .menu_btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu_btn_check {
    display: none;
  }

  .sp_nav_box {
    width: 100%;
    height: 100vh;
    background: rgba(238, 98, 10, .8);
    position: fixed;
    top: 0;
    left: 100%;
    padding: 100px 10px 0;
    box-sizing: border-box;
    z-index: 50;
    transition: all .7s;
}

.sp_nav_box a {
  display: block;
  color: #FFF;
  text-align: center;
  padding: 30px 35px;
  font-size: 32px;
}

#menu_btn_check:checked ~ ul {
    left: 0;
}


  /* ----- hero ----- */
  .hero {
    background: url(img/mv-sp.png) center / cover;
  }

  .hero_textbox {
    top: 100px;
  }

  .sample_textbox {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .sample_textbox h3 {
    margin-bottom: 8px;
    text-shadow: 1px 1px #fff;
  }

  .hero_textbox h3, .hero_textbox h2 {
    text-shadow: 1px 1px #fff;
  }

  .sample_textbox a {
    height: 45px;
    padding: 10px 0;
    font-size: 16px;
  }


  /* ----- explanation ----- */
  .explanation_textbox {
    width: 20em;
  }

  .explanation_catch img {
    width: 20%;
    margin-right: 16px;
  }

  .explanation_catch h2 {
    width: 11em;
  }


  /* ----- concept ----- */
  #concept article {
    flex-direction: column-reverse;
  }
  .concept_textbox {
    margin-right: 0;
  }

  .concept_textbox h2 {
    width: 12em;
    margin: 0 auto;
  }

  .concept_textbox p {
    width: 24em;
    margin: 0 auto;
  }

  .concept_img {
    width: 50%;
  }


  /* ----- news ----- */
  .news-item a {
    flex-direction: column;
  }

  .news-item dt {
    margin: 0 auto;
    margin-bottom: 8px;
  }

  .news-item dd {
    text-align: center;
    padding-left: 0;
    width: 100%;
  }


  /* ----- pick_up_menu ----- */
  #pick_up_menu ul {
    flex-direction: column;
  }

  .pick_up {
    width:100%;
    text-align: center;
  }

  .pick_up img {
    width: 55%;
  }


  /* ----- soup_category ----- */
  .accordion {
    flex-direction: column;
  }


  /* ----- ramen_soup ----- */
  .ramen_soupbox {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
  }

  .ramen_type p {
    text-align: center;
  }


  /* ----- melit ----- */
  .point_box {
    flex-direction: column;
  }

  .point {
    width: 100%;
    height: 80%;
  }

  .point:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .point_icon {
    margin-top: 20px;
  }

  .point_text {
    margin: 15px 0;
  }


  /* ----- flow ----- */
  .flow {
    flex-direction: column;
  }

  .flow_title {
    margin-bottom: 8px;
  }

  .flow_text {
    width: 100%;
    margin-left: 0;
  }

  .flow_triangle img {
    width: 6%;
  }


  /* ----- faq ----- */
  .faq_accordion {
    width: 100%;
  }


  /* ----- area ----- */
  .area-group {
    margin-bottom: 16px;
  }

  h4 {
    font-size: 20px;
  }

  .region {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 90%;
    line-height: 1.8;
  }

  .prefecture {
    align-items: baseline;
  }

  .prefecture:not(:last-child)::after {
    margin: 0 8px;
  }


  /* ----- sample ----- */
  .sample_box {
    flex-direction: column;
  }

  .sample_text {
    margin-right: 0;
    order: 2;
  }

  .sample_text p {
    margin-bottom: 16px;
  }

  .sample_img {
    order: 1;
    width: 100%;
    margin-left: 0;
  }


  /* ----- tel_service ----- */
  .tel_service {
    margin-bottom: 16px;
  }
  .tel_service_box h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .operator {
    margin-left: 0;
  }


  /* ----- footer ----- */
  .footer_logo {
    width: 55%;
    margin: 16px auto;
  }
  .footer_box {
    flex-direction: column;
  }

  .footer_left {
    flex-direction: column;

  }

  .footer_nav:not(:last-child) {
    margin-right: 0;
  }

  .footer_nav {
    margin-bottom: 20px;
  }

  .footer_nav p {
    margin-bottom: 10px;
  }
}

