@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*

font-family: "Shippori Mincho", serif;;
font-weight: 400;
font-style: normal;

font-family: "Shippori Mincho", serif;;
font-weight: 500;
font-style: normal;

font-family: "Shippori Mincho", serif;;
font-weight: 600;
font-style: normal;

font-family: "Shippori Mincho", serif;;
font-weight: 700;
font-style: normal;

font-family: "Shippori Mincho", serif;;
font-weight: 800;
font-style: normal;

*/
:root {
  --gold: #dbc077 ;
}

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::before {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #Fff;
}

h2 {
  font-weight: 700;
  font-style: normal;
}

img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.8;
}

/* ヘッダー */
header {
  background-color: #737373;
}
@media screen and (min-width: 768px) {
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
  }
}
header .inner {
  display: flex;
  margin: 0 auto;
  width: 100%;
  /*max-width: 1480px;*/
}
@media screen and (max-width: 767px) {
  header .inner.pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header .inner.pc .logo {
    width: 6.40625vw;
    max-width: 123px;
  }
  header .inner.pc .header_info_outer {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
  }
  header .inner.pc .header_info_outer .hnav {
    margin: 5px 0 10px;
  }
  header .inner.pc .header_info_outer .hnav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }
  header .inner.pc .header_info_outer .hnav ul li {
    font-size: clamp(10px, 0.989583333vw, 19px);
    margin-left: 25px;
  }
  header .inner.pc .header_info_outer .hnav ul a {
    color: #fff;
    text-decoration: none;
  }
  header .inner.pc .header_info_outer .hnav .contact img {
    width: auto;
    height: 2.2916666666vw;
    max-height: 44px;
  }
  header .inner.pc .header_info_outer .info {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    margin: 5px 0;
  }
  header .inner.pc .header_info_outer .info li {
    margin-left: 10px;
  }
  header .inner.pc .header_info_outer .info img {
    display: inline-block;
  }
  header .inner.pc .header_info_outer .info .time {
    color: #fff;
    font-size: clamp(10px, 0.833333vw, 16px);
  }
  header .inner.pc .header_info_outer .info .tel a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: clamp(10px, 2.13541666vw, 36px);
    font-weight: 600;
    text-decoration: none;
  }
  header .inner.pc .header_info_outer .info .tel img {
    margin-right: 5px;
    width: auto;
    height: 2.2916666vw;
    max-height: 32px;
    vertical-align: middle;
  }
  header .inner.pc .header_info_outer .info .img img {
    width: auto;
    height: 2.08333333vw;
    max-height: 40px;
  }
}
@media screen and (min-width: 768px) {
  header .inner.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .inner.sp {
    display: block;
  }
  header .inner.sp .row1 {
    display: flex;
    align-items: center;
    padding: 0 4%;
    background-color: #737373;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.45);
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  header .inner.sp .row2 {
    display: flex;
    align-items: center;
    padding: 3%;
    background-color: #fff;
    margin-top: 18.05555556vw;
  }
  header .inner.sp .logo {
    width: 23vw;
  }
  header .inner.sp .area {
    margin-left: auto;
  }
  header .inner.sp .area img {
    width: 29.333vw;
  }
  header .inner.sp .mail {
    flex-shrink: 0;
  }
  header .inner.sp .mail img {
    width: 34vw;
  }
  header .inner.sp .tel {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
  }
  header .inner.sp .tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 5.333333333vw;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
  }
  header .inner.sp .tel a img {
    margin-right: 5px;
    width: 3vw;
  }
  header .inner.sp .tel span {
    font-size: 3.333333333vw;
    font-weight: 700;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding: 1% 0 0;
    border-top: 2px solid #000;
  }
  header .inner.sp .hnav_sp {
    margin-left: 10px;
  }
  header .inner.sp .hnav_sp input {
    display: none;
  }
  header .inner.sp .hnav_sp label img {
    width: 12vw;
  }
  header .inner.sp .hnav_sp .hnav_list {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 96vw;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
  }
  header .inner.sp .hnav_sp .hnav_list .hnav_close {
    position: absolute;
    top: 3%;
    right: 4%;
  }
  header .inner.sp .hnav_sp .hnav_list ul {
    margin: 0 auto;
    width: 60vw;
  }
  header .inner.sp .hnav_sp .hnav_list ul li {
    margin: 2% 0;
    height: 12vw;
  }
  header .inner.sp .hnav_sp .hnav_list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 3.733333333vw;
    font-weight: 600;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    text-decoration: none;
    height: 100%;
    background-color: #737373;
  }
}

/* フッター */
footer {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  footer {
    background-color: #cc9500;
  }
}
footer > small {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: clamp(10px, 0.729166667vw, 14px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  align-items: center;
  text-align: center;
  height: 4em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  footer > small {
    margin-bottom: 15.27777778vw;
  }
}
@media screen and (min-width: 768px) {
  footer > small {
    margin-bottom: 100px;
  }
}
footer .inner {
  display: flex;
  margin: 0 auto;
  width: 100%;
  /*width: 51.5625vw;
  max-width: 990px;*/
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  footer .inner {
    justify-content: center;
    background-color: #000;
  }
  footer .inner .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .inner {
    width: 100%;
  }
}
footer .footer_link_item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  footer .footer_link_item {
    width: 25.78125vw;
  }
}
footer .footer_link_item a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  footer .footer_link_item a {
    background-color: #cc9500;
  }
}
footer .footer_link_item a .text {
  flex-grow: 1;
  text-align: center;
}
footer .footer_link_item a .text p {
  font-weight: 600;
}
footer .footer_link_item a .text p:nth-of-type(1) {
  font-size: clamp(10px, 2.08333333vw, 40px);
}
@media screen and (max-width: 767px) {
  footer .footer_link_item a .text p:nth-of-type(1) {
    font-size: 4.133333333vw;
  }
}
footer .footer_link_item a .text p:nth-of-type(2) {
  font-size: clamp(10px, 0.9375vw, 18px);
  /*font-size: 1.866666vw;*/
}
@media screen and (max-width: 767px) {
  footer .footer_link_item a .text {
    width: 2.666666vw;
  }
}
@media screen and (min-width: 768px) {
  footer .footer_link_item a picture img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100px;
  }
}
footer .footer_link_item a.footer_tel .text p:nth-of-type(1) {
  font-size: clamp(10px, 2.34375vw, 45px);
}
@media screen and (max-width: 767px) {
  footer .footer_link_item a.footer_tel .text p:nth-of-type(1) {
    font-size: 4.133333vw;
  }
}

@media screen and (max-width: 767px) {
  .arrow {
    width: 2.666666667vw;
  }
}

/* fv */
#fv {
  flex-direction: unset;
  height: 44.7916667vw;
  max-height: 860px;
  background-image: url(../img/fv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  #fv {
    margin-top: 122px;
  }
}
@media screen and (max-width: 767px) {
  #fv {
    width: 100%;
    height: 134vw;
    max-height: unset;
    background-image: url(../img/fv_bg_sp.jpg?v1);
  }
}
#fv .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 57.8125%;
  max-width: 1110px;
  max-height: 526px;
  aspect-ratio: 555/263;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #fv .inner {
    background-image: url(../img/fv_text_bg.png);
  }
}
@media screen and (max-width: 767px) {
  #fv .inner {
    width: 100%;
  }
}
#fv .inner > img {
  margin: 0 auto;
  width: 80%;
  max-width: 900px;
}
#fv .inner a {
  display: block;
  margin-top: 3%;
  width: 44%;
}
@media screen and (max-width: 767px) {
  #fv .inner a {
    width: 80vw;
  }
}
#fv .inner .fv_text {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #fv .inner .fv_text {
    margin-left: 55vw;
    width: 35.333333vw;
  }
}
#fv .side_img {
  width: 10.2083333vw;
  max-width: 190px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #fv .side_img {
    width: 26.66666vw;
  }
}

/* catch */
#catch {
  text-align: center;
  height: 41.4583333vw;
  max-height: 796px;
  background-image: url(../img/catch_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #catch {
    width: 100%;
    height: 152.93333vw;
    background-image: url(../img/catch_bg_sp.jpg);
  }
}
#catch h2 {
  font-size: clamp(10px, 3.22916667vw, 62px);
  font-weight: 700;
  letter-spacing: -2px;
}
@media screen and (min-width: 768px) {
  #catch h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #catch h2 {
    font-size: 8.266666vw;
  }
}
#catch h2 span {
  color: var(--gold);
}
#catch h2 + p {
  font-size: clamp(10px, 1.97916667vw, 38px);
  font-weight: 700;
  text-decoration: underline;
  margin-top: 1%;
}
@media screen and (min-width: 768px) {
  #catch h2 + p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #catch h2 + p {
    font-size: 5.3333333vw;
  }
}
#catch p:last-of-type {
  font-size: clamp(10px, 1.5625vw, 30px);
  font-weight: 800;
  margin-top: 4%;
}
@media screen and (min-width: 768px) {
  #catch p:last-of-type {
    line-height: 1.9;
  }
  #catch p:last-of-type .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #catch p:last-of-type {
    font-size: 4.53333333vw;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-top: 15%;
  }
}
#catch p:last-of-type span {
  color: var(--gold);
  font-size: 1.6em;
}

/* 事例写真 */
#case {
  height: 56.25vw;
  max-height: 1080px;
  background-image: url(../img/case_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #case {
    width: 100%;
    height: 120vw;
    background-image: url(../img/case_bg_sp.jpg);
  }
}
#case h2 {
  font-size: clamp(10px, 3.64583333vw, 70px);
  text-align: right;
  margin: 0 auto 5% 0;
  padding: 0 1em 0 2em;
  width: 45%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #case h2 {
    margin-bottom: 15%;
    padding: 0;
    width: 80%;
  }
}
#case h2::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: -20%;
}
@media screen and (max-width: 767px) {
  #case h2::after {
    display: none;
  }
}
#case .case_slick_outer {
  width: 100%;
  max-height: 500px;
}
#case .case_slick_outer .slick_item {
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  #case .case_slick_outer .slick_item {
    margin: 0 10px;
  }
}
#case .case_slick_outer .slick-prev {
  left: 25%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #case .case_slick_outer .slick-prev {
    left: 6%;
  }
  #case .case_slick_outer .slick-prev::before {
    font-size: 25px;
  }
}
#case .case_slick_outer .slick-next {
  right: 25%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #case .case_slick_outer .slick-next {
    right: 6%;
  }
  #case .case_slick_outer .slick-next::before {
    font-size: 25px;
  }
}

/* ご利用企業様 */
#company {
  color: #000;
  /*height: 43.2291667vw;
  max-height: 1022px;*/
  padding: 100px 0;
  background-image: url(../img/company_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #company {
    padding: 15vw 0;
    /*width: 100%;
    height: 170vw;*/
    background-image: url(../img/company_bg_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  #company .sp {
    display: none;
  }
}
#company h2 {
  font-size: clamp(10px, 2.60416667vw, 50px);
}
@media screen and (max-width: 767px) {
  #company h2 {
    font-size: 7.46666vw;
    text-align: center;
  }
}
#company h2 small {
  font-size: 0.6em;
}
#company p {
  font-size: clamp(10px, 1.25vw, 24px);
  margin-top: 5%;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #company p {
    font-size: 4.1333333vw;
    width: 85%;
  }
}

/* ご検討されている方へ */
#message {
  /*height: 60.2604167vw;
  max-height: 1349px;*/
  padding: 150px 0;
  background-image: url(../img/message_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #message {
    width: 100%;
    /*height: 260vw;*/
    padding: 20vw 0;
  }
}
#message h2 {
  text-align: center;
}
#message h2 img {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #message h2 img {
    width: 80%;
  }
}
#message p {
  font-size: clamp(17px, 1.25vw, 24px);
  font-family: "ryo-display-plusn", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
  margin: 3% auto 0;
  width: 57.24vw;
  max-width: 990px;
}
@media screen and (min-width: 768px) {
  #message p {
    line-height: 2;
  }
  #message p .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #message p {
    font-size: 4.133333vw;
    margin-top: 5%;
    width: 85%;
  }
  #message p .pc {
    display: none;
  }
}
#message p:first-of-type {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #message p:first-of-type {
    margin-top: 10%;
  }
}
#message p span {
  color: var(--gold);
}

/* 失敗 */
#failure {
  /*height: 61.9791667vw;
  max-height: 1190px;*/
  padding: 150px 0;
  background-image: url(../img/failure_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #failure {
    padding: 20vw 0;
    /*width: 100%;
    height: 222vw;*/
    background-image: url(../img/failure_bg_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  #failure .sp {
    display: none;
  }
}
#failure h2 {
  font-size: clamp(10px, 3.64583333vw, 70px);
}
@media screen and (max-width: 767px) {
  #failure h2 {
    font-size: 7.466666vw;
    text-align: center;
  }
}
#failure h2 span {
  color: var(--gold);
}
#failure p {
  font-size: clamp(10px, 1.97916667vw, 38px);
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  #failure p {
    font-size: 4.5333333vw;
    text-align: center;
    margin-top: 4%;
    margin-bottom: 7%;
  }
}
#failure p span {
  color: var(--gold);
}
#failure ul {
  margin: 5% auto 0;
  width: 51.5625vw;
  max-width: 990px;
}
@media screen and (max-width: 767px) {
  #failure ul {
    width: 85%;
  }
}
#failure ul li {
  font-size: clamp(10px, 1.5625vw, 30px);
  line-height: 1.8;
  padding-left: calc(clamp(10px, 2.1875vw, 42px) + 1em);
  position: relative;
}
@media screen and (max-width: 767px) {
  #failure ul li {
    font-size: 4.5333333vw;
  }
}
#failure ul li:nth-of-type(n+2) {
  margin-top: 4%;
}
@media screen and (max-width: 767px) {
  #failure ul li:nth-of-type(n+2) {
    margin-top: 6%;
  }
}
#failure ul li::before {
  content: "";
  display: block;
  width: 2.1875vw;
  max-width: 42px;
  height: 2.23958333vw;
  max-height: unset;
  background-image: url(../img/icon_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0.3em;
  left: 0;
}
@media screen and (max-width: 767px) {
  #failure ul li::before {
    width: 5vw;
    height: 7vw;
    background-size: contain;
    top: 0;
  }
}
#failure ul li span {
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
}

/* ポイント */
#point {
  /*height: 270.25vw;
  max-height: 5496px;*/
  padding: 150px 0;
  background-image: url(../img/point_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  #point {
    padding: 15vw 0;
    /*width: 100%;
    height: 1140vw;*/
    background-image: url(../img/point_bg_sp.jpg);
  }
}
#point .icon_point {
  width: 4.94791667vw;
  max-width: 95px;
  position: absolute;
  top: -10%;
  right: -5%;
}
@media screen and (max-width: 767px) {
  #point .icon_point {
    width: 19vw;
    top: -3%;
    right: 2%;
  }
}
#point .point_header {
  text-align: center;
  width: 51.5625vw;
  max-width: 990px;
  background-color: rgba(219, 192, 119, 0.8);
}
@media screen and (max-width: 767px) {
  #point .point_header {
    width: 90%;
  }
}
#point .point_header h2 {
  font-size: clamp(10px, 3.125vw, 60px);
  font-weight: 800;
  padding-bottom: 3%;
}
@media screen and (max-width: 767px) {
  #point .point_header h2 {
    font-size: 7.46666666vw;
    letter-spacing: -1px;
    top: -5%;
    right: 0;
  }
}
#point .point_header p:first-of-type {
  font-size: clamp(10px, 1.97916667vw, 38px);
  font-weight: 800;
  padding: 3% 3% 0;
}
@media screen and (max-width: 767px) {
  #point .point_header p:first-of-type {
    font-size: 3.733333vw;
  }
}
#point .point_header p:last-of-type {
  color: #000;
  font-weight: 800;
  text-align: center;
  line-height: 1.8;
  padding: 3%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #point .point_header p:last-of-type {
    line-height: 1.5;
  }
}
#point .point_header p:last-of-type span {
  font-size: clamp(10px, 1.875vw, 36px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  #point .point_header p:last-of-type span {
    font-size: 3.733333vw;
  }
}
#point .point_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8%;
  width: 51.5625vw;
  max-width: 990px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #point .point_item {
    margin-top: 20%;
    width: 90%;
  }
}
#point .point_item:nth-of-type(2) {
  margin-top: 10%;
}
@media screen and (max-width: 767px) {
  #point .point_item:nth-of-type(2) {
    margin-top: 20%;
  }
}
#point .point_item .point_item_header {
  font: 1em sans-serif;
  width: 37.1875vw;
  max-width: 714px;
}
@media screen and (max-width: 767px) {
  #point .point_item .point_item_header {
    margin-top: 5%;
    width: 100%;
    order: 2;
  }
}
#point .point_item .point_item_header h3 {
  font-size: clamp(10px, 2.60416667vw, 50px);
  background-image: linear-gradient(0deg, #cebe8f 15%, #fbfbfb 50%, #cebe8f 85%);
  -webkit-background-clip: text;
  /* テキストで切り抜く */
  -webkit-text-fill-color: transparent;
  /* 切り抜いた部分は背景を表示 */
  border-bottom: 1px solid #f4ecca;
}
@media screen and (max-width: 767px) {
  #point .point_item .point_item_header h3 {
    font-size: 6.2666666vw;
  }
}
#point .point_item .point_item_header p {
  font-size: clamp(10px, 1.5625vw, 30px);
  line-height: 1.7;
  margin: 5% 0 0;
}
@media screen and (max-width: 767px) {
  #point .point_item .point_item_header p {
    font-size: 4.13333vw;
  }
}
#point .point_item .img {
  width: 11.4583333vw;
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  #point .point_item .img {
    margin: 0 auto;
    width: 75%;
    max-width: unset;
    order: 1;
  }
}
#point .point_item .point_item_text {
  display: flex;
  align-items: flex-start;
  margin-top: 5%;
  padding: 3% 5%;
  width: 100%;
  background-color: #f4ecca;
}
@media screen and (max-width: 767px) {
  #point .point_item .point_item_text {
    margin-top: 10%;
    position: relative;
    order: 3;
  }
}
#point .point_item .point_item_text img {
  flex-shrink: 0;
  width: 19%;
}
@media screen and (max-width: 767px) {
  #point .point_item .point_item_text img {
    width: 26vw;
    position: absolute;
    top: -5vw;
    left: calc(50% - 13vw);
  }
}
#point .point_item .point_item_text p {
  color: #000;
  font-size: clamp(10px, 1.25vw, 24px);
  font-weight: 700;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #point .point_item .point_item_text p {
    font-size: 3.733333vw;
    padding: 8% 3% 3%;
  }
}

/* 利用シーン */
#scene {
  /*height: 138.020833vw;
  max-height: 2842px;*/
  padding: 150px 0;
  background-image: url(../img/scene_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  #scene {
    padding: 20vw 0;
    /*width: 100%;
    height: 389vw;*/
    background-image: url(../img/scene_bg_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  #scene .sp {
    display: none;
  }
}
#scene .point_header {
  text-align: center;
  width: 51.5625vw;
  max-width: 990px;
  background-color: rgba(219, 192, 119, 0.8);
}
@media screen and (max-width: 767px) {
  #scene .point_header {
    width: 90%;
  }
}
#scene .point_header h2 {
  font-size: clamp(10px, 3.125vw, 60px);
  font-weight: 800;
  letter-spacing: -3px;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  #scene .point_header h2 .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #scene .point_header h2 {
    font-size: 7.46666666vw;
    letter-spacing: unset;
    top: -5%;
    right: 0;
  }
}
#scene .point_header p:first-of-type {
  font-size: clamp(10px, 1.97916667vw, 38px);
  font-weight: 800;
  padding: 3% 3% 0;
}
@media screen and (max-width: 767px) {
  #scene .point_header p:first-of-type {
    font-size: 3.733333vw;
  }
}
#scene .point_header p:last-of-type {
  color: #000;
  font-weight: 800;
  text-align: center;
  padding: 4% 3%;
  background-color: #fff;
}
#scene .point_header p:last-of-type span {
  font-size: clamp(10px, 1.875vw, 36px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  #scene .point_header p:last-of-type span {
    font-size: 3.733333vw;
  }
}
#scene .scene_item_outer {
  width: 72.7604167vw;
  max-width: 1397px;
}
@media screen and (max-width: 767px) {
  #scene .scene_item_outer {
    width: 90%;
  }
}
#scene .scene_item {
  margin: 8% 0 0 auto;
  width: 65.9895833vw;
  max-width: 1267px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #scene .scene_item {
    width: 100%;
  }
}
#scene .scene_item p {
  display: flex;
  flex-direction: column;
  color: #594c28;
  font-size: clamp(10px, 2.08333333vw, 40px);
  font-weight: 800;
  line-height: 1.6;
  margin: 0 auto 0 0;
  width: 44.6724546%;
  max-width: 566px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #scene .scene_item p {
    font-size: 4.8vw;
    padding: 0 1em 1em;
    width: 50%;
    position: relative;
  }
}
#scene .scene_item p::after {
  content: "";
  display: block;
  margin-top: 10%;
  width: 100%;
  height: 2px;
  background-color: #594c28;
}
@media screen and (max-width: 767px) {
  #scene .scene_item p::after {
    margin: 0;
    width: 2px;
    height: 45vw;
    position: absolute;
    top: 0;
    left: 0.5em;
  }
}
#scene .scene_item img {
  margin-left: auto;
  width: 44.2708333vw;
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  #scene .scene_item img {
    width: 100%;
  }
}
#scene .scene_item:nth-of-type(even) {
  margin: 8% auto 0 0;
}
#scene .scene_item:nth-of-type(even) p {
  text-align: right;
  margin: 0 0 0 auto;
  left: unset;
  right: 0;
}
@media screen and (max-width: 767px) {
  #scene .scene_item:nth-of-type(even) p {
    left: unset;
    right: 0.5em;
  }
}
#scene .scene_item:nth-of-type(even) img {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  #scene .scene_item.r p::after {
    left: unset;
    right: 0.5em;
  }
}

/* シェフの思い */
#thought {
  /*height: 95.7291667vw;
  max-height: 1838px;*/
  padding: 150px 0;
  background-image: url(../img/thought_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  #thought {
    /*width: 100%;
    height: 428vw;*/
    padding: 17vw 0 15vw;
    background-image: url(../img/thought_bg_sp.jpg);
  }
  #thought .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #thought .sp {
    display: none;
  }
}
#thought h2 {
  font-size: clamp(10px, 2.60416667vw, 50px);
  background-image: linear-gradient(0deg, #cebe8f 15%, #fbfbfb 50%, #cebe8f 85%);
  -webkit-background-clip: text;
  /* テキストで切り抜く */
  -webkit-text-fill-color: transparent;
  /* 切り抜いた部分は背景を表示 */
}
@media screen and (max-width: 767px) {
  #thought h2 {
    font-size: 7.4666vw;
    text-align: center;
  }
  #thought h2 img {
    margin: 0 auto;
    width: 80%;
  }
}
#thought p {
  font-size: clamp(10px, 1.25vw, 24px);
  font-family: "ryo-display-plusn", serif;
  font-weight: 600;
  font-style: normal;
  margin: 3% auto 0;
  width: 51.5625vw;
  max-width: 990px;
}
@media screen and (max-width: 767px) {
  #thought p {
    font-size: 4.1333333vw;
    width: 90%;
    line-height: 1.8;
    margin-top: 8%;
  }
}
#thought .lead {
  font-size: clamp(10px, 1.5625vw, 30px);
  text-align: center;
  margin: 3% auto 4%;
}
@media screen and (max-width: 767px) {
  #thought .lead {
    font-size: 4.66666vw;
    line-height: 1.7;
    margin-top: 6%;
    margin-bottom: 11%;
  }
}
#thought .picture {
  display: flex;
  justify-content: space-between;
  width: 51.5625vw;
  max-width: 990px;
}
@media screen and (max-width: 767px) {
  #thought .picture {
    display: block;
    width: 90%;
  }
}
#thought .picture img {
  width: 49%;
}
@media screen and (max-width: 767px) {
  #thought .picture img {
    margin: 3% 0;
    width: 100%;
  }
}
#thought .past_case {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3%;
  padding: 1% 0;
  width: 51.5625vw;
  max-width: 990px;
  background-color: #f4ecca;
}
@media screen and (max-width: 767px) {
  #thought .past_case {
    flex-direction: column;
    margin-top: 8%;
    padding: 4%;
    width: 90%;
  }
}
#thought .past_case p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: clamp(10px, 1.25vw, 24px);
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 auto;
  width: 7em;
  background-color: #dbc077;
}
@media screen and (max-width: 767px) {
  #thought .past_case p {
    font-size: 3.5vw;
    width: 100%;
    height: 2.5em;
  }
}
#thought .past_case ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #thought .past_case ul {
    display: block;
  }
}
#thought .past_case ul li {
  color: #000;
  font-size: clamp(10px, 1.25vw, 24px);
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #thought .past_case ul li {
    display: block;
    font-size: 4.93333vw;
  }
}

/* メニュー */
#menu {
  /*height: 195.5vw;
  max-height: 4080px;*/
  padding: 100px 0;
  background-image: url(../img/menu_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #menu {
    width: 100%;
    padding: 20vw 0 25vw;
    /*height: 920vw;*/
    background-image: url(../img/menu_bg_sp.jpg);
    background-position: top center;
  }
}
#menu .point_header {
  text-align: center;
  width: 51.5625vw;
  max-width: 990px;
  background-color: rgba(219, 192, 119, 0.8);
}
@media screen and (max-width: 767px) {
  #menu .point_header {
    width: 90%;
  }
}
#menu .point_header h2 {
  font-size: clamp(10px, 3.125vw, 60px);
  font-weight: 800;
  padding-bottom: 3%;
}
@media screen and (max-width: 767px) {
  #menu .point_header h2 {
    font-size: 7.46666666vw;
    top: -5%;
    right: 0;
  }
}
#menu .point_header p:first-of-type {
  font-size: clamp(10px, 1.97916667vw, 38px);
  font-weight: 800;
  padding: 3% 3% 0;
}
@media screen and (max-width: 767px) {
  #menu .point_header p:first-of-type {
    font-size: 3.733333vw;
  }
}
#menu .point_header p:last-of-type {
  color: #000;
  font-weight: 800;
  text-align: left;
  padding: 5%;
  background-color: #fff;
}
#menu .point_header p:last-of-type span {
  font-size: clamp(10px, 1.5625vw, 30px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  #menu .point_header p:last-of-type span {
    font-size: 4vw;
  }
}
#menu .point_header + p {
  font-size: clamp(10px, 0.9375vw, 18px);
  text-align: right;
  margin-top: 1%;
  width: 51.5625vw;
  max-width: 990px;
}
@media screen and (max-width: 767px) {
  #menu .point_header + p {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    width: 90%;
    font-size: 3.73333vw;
  }
}
#menu .menu_item {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  margin: 5% auto 0;
  width: 51.5625vw;
  max-width: 990px;
}
@media screen and (max-width: 767px) {
  #menu .menu_item {
    flex-flow: column;
    width: 85%;
  }
}
#menu .menu_item .price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 3%;
  width: 100%;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 767px) {
  #menu .menu_item .price {
    justify-content: unsafe;
  }
}
#menu .menu_item .price div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(10px, 1.30208333vw, 25px);
  font-weight: 700;
  text-align: center;
  margin-right: 2em;
  padding: 0 1em;
  height: 3em;
  background-color: #d3ae4a;
}
@media screen and (max-width: 767px) {
  #menu .menu_item .price div {
    letter-spacing: 2px;
    margin-right: auto;
  }
}
#menu .menu_item .price div span {
  font-size: 1.88em;
  margin-left: 0.3em;
}
#menu .menu_item .price p {
  color: #d3ae4a;
  font-size: clamp(10px, 2.5vw, 48px);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #menu .menu_item .price p {
    font-size: 5.86666vw;
  }
}
#menu .menu_item .price p span {
  font-size: 1.875em;
  font-weight: 700;
  margin: 0 5px 0 0;
  letter-spacing: 5px;
}
#menu .menu_item .price p small {
  color: #000;
  font-size: 0.625em;
  font-weight: 700;
  margin-left: 5px;
}
#menu .menu_item .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #menu .menu_item .img {
    margin-bottom: 5%;
    width: 100%;
  }
}
#menu .menu_item .menu_list {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #menu .menu_item .menu_list {
    width: 100%;
  }
}
#menu .menu_item .menu_list ul {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #menu .menu_item .menu_list ul {
    padding-left: 0.5em;
  }
}
#menu .menu_item .menu_list ul li {
  font-size: clamp(16px, 1.04166667vw, 20px);
  font-weight: 700;
  margin-bottom: 0.5em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #menu .menu_item .menu_list ul li {
    font-size: 3.73333vw;
    white-space: unset;
    margin-bottom: 1em;
    position: relative;
    padding-left: 1em;
  }
}
#menu .menu_item .menu_list ul li::before {
  content: "◆";
  display: inline-block;
  color: #d3ae4a;
}
@media screen and (max-width: 767px) {
  #menu .menu_item .menu_list ul li::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
#menu .menu_item .menu_list .sub_menu {
  color: #fff;
  font-size: clamp(16px, 1.04166667vw, 20px);
  margin: 5% 0 2% 1em;
  padding: 2% 3%;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #menu .menu_item .menu_list .sub_menu {
    font-size: 3.73333vw;
    margin-top: 8%;
    margin-bottom: 3%;
  }
}
#menu > p {
  color: #000;
  font-size: clamp(10px, 1.5625vw, 30px);
  font-weight: 700;
  text-align: center;
  margin-top: 4%;
}
@media screen and (min-width: 768px) {
  #menu > p .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #menu > p {
    font-size: 4.933333vw;
    line-height: 1.8;
    margin-top: 10%;
  }
}

/* オプション */
#option,
#guide {
  padding: 1px 0 8%;
  background-color: #f9f8f3;
}
@media screen and (max-width: 767px) {
  #option,
  #guide {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #option .sp,
  #guide .sp {
    display: none;
  }
}
#option .inner,
#guide .inner {
  margin: 5% auto 0;
  width: 51.5625vw;
  max-width: 990px;
}
@media screen and (max-width: 767px) {
  #option .inner,
  #guide .inner {
    width: 85%;
  }
}
#option h2,
#guide h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(10px, 2.1875vw, 42px);
  margin-top: 10%;
  height: 2em;
  background-color: #c1aa6d;
}
@media screen and (max-width: 767px) {
  #option h2,
  #guide h2 {
    font-size: 6.666666667vw;
  }
}
#option h3,
#guide h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 1.45833333vw, 2842px);
  padding: 1% 0;
  background-color: var(--gold);
}
@media screen and (max-width: 767px) {
  #option h3,
  #guide h3 {
    font-size: 5.333333333vw;
    padding: 3% 0;
  }
}
#option h3 small,
#guide h3 small {
  display: block;
  font-size: 0.64em;
}
#option .option_item,
#guide .option_item {
  color: #000;
  text-align: center;
  margin: 6% auto;
  padding: 2%;
  background-color: #f0e7ce;
}
@media screen and (max-width: 767px) {
  #option .option_item,
  #guide .option_item {
    padding: 4%;
  }
}
#option .option_item p,
#guide .option_item p {
  font-size: clamp(10px, 2.08333333vw, 40px);
  font-weight: 700;
  margin: 3% auto;
  width: 96%;
}
@media screen and (min-width: 768px) {
  #option .option_item p,
  #guide .option_item p {
    line-height: 1.8;
  }
}
#option .option_item p.mt5,
#guide .option_item p.mt5 {
  margin: 5px auto;
}
#option .option_item p.mb5,
#guide .option_item p.mb5 {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #option .option_item p,
  #guide .option_item p {
    font-size: 6.8vw;
  }
  #option .option_item p.sp_mt,
  #guide .option_item p.sp_mt {
    margin-top: 8%;
  }
}
@media screen and (min-width: 768px) {
  #option .option_item p.pc_mt0,
  #guide .option_item p.pc_mt0 {
    margin-top: -3%;
  }
}
#option .option_item p span,
#guide .option_item p span {
  display: block;
  font-size: 0.75em;
}
@media screen and (max-width: 767px) {
  #option .option_item p span,
  #guide .option_item p span {
    font-size: 4.533333333vw;
    padding: 3% 0;
  }
}
#option .option_item p small,
#guide .option_item p small {
  display: block;
  font-size: 0.5em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #option .option_item p small,
  #guide .option_item p small {
    text-indent: -1em;
    padding-left: 1em;
  }
  #option .option_item p small.no_ti,
  #guide .option_item p small.no_ti {
    line-height: 1.8;
    text-indent: 0;
    padding-left: 0;
  }
}
#option hr,
#guide hr {
  margin: 30px auto;
  width: 95%;
  border: none;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #option ul,
  #guide ul {
    margin: 5% auto;
  }
}
#option ul li,
#guide ul li {
  color: #000;
  font-size: clamp(10px, 1.14583333vw, 22px);
  font-weight: 700;
  margin-bottom: 1%;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #option ul li,
  #guide ul li {
    font-size: 3.733333333vw;
    margin-bottom: 3%;
  }
}
#option ul li::before,
#guide ul li::before {
  content: "●";
  display: inline;
  color: var(--gold);
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
#option ul + p,
#guide ul + p {
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  #option ul + p,
  #guide ul + p {
    line-height: 1.2;
  }
}
#option ul + p small,
#guide ul + p small {
  color: #000;
  font-size: clamp(10px, 1.04166667vw, 20px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #option ul + p small,
  #guide ul + p small {
    font-size: 3.333333333vw;
  }
}

@media screen and (max-width: 767px) {
  #option {
    padding-bottom: 15%;
  }
}
#option ul {
  margin-top: 30px;
}
#option ul + p {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #guide {
    padding-bottom: 14%;
  }
}

/* 流れ */
#flow {
  /*height: 175.71875vw;
  max-height: 3489px;*/
  padding: 100px 0;
  background-image: url(../img/flow_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #flow {
    padding: 17vw 0 15vw;
    /*width: 100%;
    height: 820.3333333vw;*/
    background-image: url(../img/flow_bg_sp.jpg);
  }
}
#flow h2 {
  font-size: clamp(10px, 3.125vw, 60px);
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #flow h2 {
    font-size: 7.466666667vw;
  }
}
#flow h3 {
  font-size: clamp(10px, 1.97916667vw, 38px);
  font-weight: 700;
  text-decoration: underline;
  margin: 8% auto 1%;
}
@media screen and (max-width: 767px) {
  #flow h3 {
    font-size: 5.466666667vw;
  }
  #flow h3.today {
    margin-top: 20%;
  }
}
#flow .flow_item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7%;
  width: 54.5625vw;
  max-width: 990px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #flow .flow_item {
    flex-direction: column;
    margin: 20% auto 0;
    width: 85%;
  }
}
#flow .flow_item .h4 {
  display: flex;
  align-items: center;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 700;
  padding: 0 15px;
  width: 40%;
  height: 3em;
  background-color: #b19b60;
  position: absolute;
  top: -10%;
  left: -7%;
}
@media screen and (max-width: 767px) {
  #flow .flow_item .h4 {
    font-size: 4.533333333vw;
    width: 80%;
    top: -7vw;
    left: 0;
  }
}
#flow .flow_item .h4 span {
  font-size: 0.625em;
  padding-right: 2%;
  height: 1em;
}
@media screen and (max-width: 767px) {
  #flow .flow_item .h4 span {
    font-size: 3.466666667vw;
  }
}
#flow .flow_item .img {
  width: 43%;
}
@media screen and (max-width: 767px) {
  #flow .flow_item .img {
    margin: 0 auto;
    width: 80%;
  }
}
#flow .flow_item .text {
  display: flex;
  flex-direction: column;
  font-size: clamp(17px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.7;
  padding-left: 2.5em;
  width: 57%;
}
@media screen and (max-width: 767px) {
  #flow .flow_item .text {
    font-size: 4.133333333vw;
    line-height: 2;
    margin-top: 5%;
    padding: 0;
    width: 100%;
  }
}
#flow .flow_item .text a {
  display: block;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  #flow .flow_item .text a {
    margin-top: 5%;
  }
}
#flow .flow_item .text a img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  #flow .flow_item .text a img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768ox) {
  .sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */