/**
 * 龍の棲み家
 **/

@charset "utf-8";

/*** common ***/
html, body, main, aside, article, section, nav, header, footer, div, p, dl, dt, dd { margin:0; padding:0; }
html {
	font-size: 62.5%;
  touch-action: manipulation;
}
body {
  width: 100%;
  font-size: 100%;
  color: #fff;
  background-color: #000;
  line-height: 1.6;
}
header,main,footer {
  display: block;
}
main { display:block; overflow: hidden; }
h1,h2,h3,h4,h5,h6 {
  font-size: 2.4rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
div, p, a, span, dd, dt, li, address {
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
  max-width: 100%;
}
ul,ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
li {
  list-style: none;
}
a {
  color: #fff;
  text-decoration: none;
}
time {
  display: inline-block;
}
address {
  font-style: normal;
}
button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-style: none;
  margin: 0 auto;
}
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
}
video {
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  outline: none;
  border: none;
}
* {
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

main {
  background-color: #000;
}
nav {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  div, p, a, span, dd, dt, li, address {
    font-size: 2.0rem;
  }
  * {
    font-size: 2.0rem;
  }
}


/*** common ***/
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

main section {
}


main section.contents_left {
}


main section.stony {
  background-image: url(../images/bg_stony.jpg);
  background-position: center top;
}
main section.leather {
  background-image: url(../images/bg_leather.jpg);
  background-position: center top;
  /*background-size: contain;*/
}
main section.leather2 {
  background-image: url(../images/bg_leather2.jpg);
  background-position: center top;
  background-size: contain;
}


main section.about .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
main section.about .container .content {
  padding: 2rem;
  color: #000;
  background-image: url(../images/bg_leather2.jpg);
  background-position: center top;
}

main section.about .container .content h1,
main section.about .container .content h2 {
  margin-bottom: 1rem;
  padding: 2rem 0;
  background-image: url(../images/bg_h2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}


@media screen and (min-width: 960px) {
  .container {
    padding: 0 2.0rem;
  }

  main {
    margin-top: 80px;
  }
  .contact main {
    margin-top: 0;
  }

  main section.about .container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  main section.about .container .content {
    padding: 5rem 7rem 10rem;
  }

  main section.about .container .content h1,
  main section.about .container .content h2 {
    margin-bottom: 2rem;
    padding: 7rem 0 8rem;
    min-width: 600px;
    min-height: 200px;
    font-size: 4rem;
    letter-spacing: 2.1rem;
    text-align: center;
  }

  section.contents_left .container .content,
  section.contents_right .container .content {
    max-width: 510px;
  }

  section.contents_left .container .content {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  section.contents_right .container {
    display: flex;
    justify-content: end;
  }
  section.contents_right .container .content {
    margin-right: 7rem;
  }

}


/*** animation ***/
.animation{
  opacity : 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
.animation.show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


/*** header ***/
header {
  position: relative;
  min-height: 510px;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 90%, rgba(0, 0, 0, 1) 100%);  
}
.contact header {
  min-height: auto;
}

header .container {
}
header .container > div {
  height: 100%;
}

header .container {
  position: relative;
}

header .container .logo {
  display: flex;
  margin-left: 10rem;
  margin-left: clamp(1rem, 10vw, 4rem);
}

header.front .container .logo {
  justify-content: center;
  margin-left: 0;
}

header .logo h1,
header .logo p {
  position: relative;
  background-image : url('../images/logo_w@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header .logo h1 {
  width: clamp(250px, 75vw, 587px);
  height: clamp(235px, 60vw,488px);
  margin-top: 8rem;
}
header .logo p {
  width: 280px;
  height: 200px;
  margin-top: 10rem;
}
header .logo h1 a,
header .logo p a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 304px;
  height: 488px;
}

header div.video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: auto;
  height: 99%;
  height: calc(100% - 1px);
  z-index: -100;
  overflow: hidden;
}
header video {
  width: auto;
  height: auto;
  background: url('../images/mv.jpg') no-repeat center center #000;
  background-size: cover;
}
header > img.cover {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  height: auto;
  max-width: none;
  z-index: -100;
}
header .contact {
  display: inline-block;
  max-width: 400px;
  margin: 0 auto 1rem;
}
header .container > div.contact {
  height: auto;
}
header .contact p {
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: left;
  text-shadow: 0px 0px 5px #000;
}
header .contact .tel {
  padding-left: 0.5em;
  letter-spacing: 0;
}
header .contact .tel > a,
header .contact .tel > span {
  color: #fff;
  font-size: 2.4rem;
  padding-left: 0.2em;
  letter-spacing: 0;
}

header .reserve {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-height: 7rem;
    max-width: 340px;
    margin: 0 auto;
}
header .reserve a.reserve-btn {
  display: block;
  max-width: 30rem;
  min-width: 25.8rem;
  margin: 1.5rem auto;
  padding: 0.6rem 3rem;
  background-color: rgba(0,0,0,0.8);
  border: 2.3px solid #fff;
  border-radius: 0.7rem;
  font-size: 2rem;
  letter-spacing: 0;
}
header a.reserve-btn:hover {
  background-color: rgba(255,255,255,0.6);
}


header .sns-instagram {
  display: block;
  width: 4.9rem;
  height: 4.9rem;
  overflow: hidden;
  background-image: url(../images/icon_instagram@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1.5rem 0 1.5rem 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header .sns-instagram:hover {
  opacity: 0.5;
}

header .onlineshop {
  display: block;
  position: fixed;
  top: 80px;
  right: 0;
  width: 60px;
  height: 160px;
  z-index: 9;
  background-image : url('../images/onlineshop.png');
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header .onlineshop:hover {
  opacity: 0.5;
}

@media screen and (min-width: 960px) {
  header {
    min-height: 580px;
  }
  header .logo h1 {
    width: 587px;
    height: 413px;
    margin-top: 12rem;
  }
  header .logo p {
    margin-top: 5rem;
  }

  header .contact {
    display: block;
    position: absolute;
    top: 27rem;
    left: 4rem;
    max-width: none;
    margin: 0 auto;
  }
  header.front .contact {
    top: 3rem;
    left: 1rem;
  }

  header .reserve {
    position: absolute;
    top: 4rem;
    right: 2.5%;
  }
  header .reserve > a {
    display: inline-block;
  }
  header .reserve .sns-instagram {
    margin-left: 3rem;
  }

/*  
  header a.reserve {
    display: inline-block;
    position: absolute;
    top: 4rem;
    right: 7.5%;
  }

  header .sns-instagram {
    display: inline-block;
    position: absolute;
    top: 4rem;
    right: 1%;
  }
*/

  header .onlineshop {
    position: absolute;
    right: 7.5%;
    top: 22rem;
    width: 100px;
    height: 268px;
  }
  header.front .onlineshop {
    right: auto;
    left: 7.5%;
    top: auto;
    bottom: 8rem;
  }
}

@media screen and (min-width: 2500px)
{
  header > img.cover {
    width: 2500px;
  }
}

#navToggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 10;
}
#navToggle button {
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
}

#navToggle button span,
#navToggle button span:before,
#navToggle button span:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #333333;
    position: absolute;
}
#navToggle button span:before {
    bottom: 10px;
}
#navToggle button span:after {
    top: 10px;
}

#navToggle.active {
  background-color: #fff;
}
#navToggle.active button span {
    background-color: rgba(255, 255, 255, 0);
}
#navToggle.active button span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#navToggle.active button span::after {
    top: 0;
    transform: rotate(-45deg);
}



@media screen and (min-width: 960px) {
  header {
    height: 625px;
    min-height: auto;
    margin-bottom: 80px;
  }
  .contact header {
    height: 0;
    margin-bottom: 0;
  }
  header .container {
  	position: relative;
    height: 100%;
  }
  header .container > div {
  }

  header h1 span {
  	display: none;
  }
  header h1 span.logo {
  	display: block;
  	margin: 0 auto 0;
  }

  header .container img {
  	position: absolute;
  	bottom: 0;
  	right: 10px;
  }
}


/*** global navigation ***/
nav {
  display: none;
}

nav .container {
  padding-left: 0;
  padding-right: 0;
}

nav.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 1rem;
  opacity: 0.95;
  background-color: #fff;
}
nav.active .container {
  padding: 5rem 1rem 1rem;
  background-color: #000;
}

nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
nav ul li {
  display: block;
  width: 50%;
  height: 50%;
}
nav ul li a,
nav ul li span {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #fff;
}
nav ul li a:hover {
  color: #000;
  background-color: #fff;
}
nav ul li + li {
  border-top: 1px solid #000;
}


nav .reserve {
  display: block;
  max-width: 30rem;
  margin: 1.5rem auto;
  padding: 1rem 3rem;
  border: 1px solid #fff;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0;
}
nav .reserve:hover {
  background-color: rgba(255,255,255,0.6);
}

nav .contact {
  display: none;
}

nav .sp .contact {
  display: block;
  max-width: 400px;
  margin: 2em auto;
}
nav .sp .contact * {
  text-align: center;
}
nav .container > div.contact {
  height: auto;
}
nav .sp .contact p {
  font-size: 1.8rem;
  letter-spacing: 0;
  text-align: center;
}
nav .sp .contact .tel {
  display: block;
  padding-left: 0.5em;
  letter-spacing: 0;
}
nav .sp .contact .tel > a,
nav .sp .contact .tel > span {
  color: #fff;
  font-size: 2.8rem;
  padding-left: 0.2em;
  letter-spacing: 0;
}
nav .sp .contact .contact_description {
  font-size: 1.2rem;
}



@media screen and (min-width: 960px) {
  nav {
  	display: block;
    padding: 20px 0;
  }
  nav.active {
    display: block;
    position: inherit;
    background-color: #000;
    padding: 20px 0;
  }
  nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 9;
  }

  nav.active .container {
    padding: 0;
  }

  nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding-left: 0;
  }
  nav ul li {
    display: block;
    width: auto;
    height: auto;
  }
  nav ul li + li {
    border-top: none;
    border-left: 1px solid #ffffff;
  }
  nav ul li a,
  nav ul li span {
    padding: 0 2.5rem;
    color: #fff;
    background-color: #000;
    font-size: 2.0rem;
    height: auto;
  }
  nav ul li a:hover {
    color: #000;
    background-color: #fff;
  }

  nav.fixed ul li a,
  nav.fixed ul li span,
  .contact nav ul li a,
  .contact nav ul li span {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
  }

  nav div.sp {
    display: none;
  }

  nav .contact {
    display: inline-block;
  }

  nav .contact {
    padding-left: 2em;
    border-left-color: #2d4b00;
    border-left-width: 2px;
  }
  nav .contact * {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  nav .contact span.tel {
    padding: 0;
    align-items: baseline;
  }
  nav .contact a,
  nav.fixed .contact a,
  .contact nav .contact a {
    font-size: 2rem;
    padding: 0;
  }
  
  nav li.contact { display: none; }
  body.contact nav li.contact,
  nav.fixed li.contact { display: block; }


  #navToggle {
  	display: none;
  }
}



/*** footer ***/
footer {
  position: relative;
}

footer #footer_about {
  color: #000;
  background-color: #fff;
}
footer #footer_about .container {
  max-width: 1045px;
}
footer #footer_about #footer_about_inner {
  background-image: url(../images/bg_h2.png);
  background-position: center center;
  background-repeat: no-repeat;
}
footer #footer_about .footer_logo {
  padding: 5rem 0 3rem;
}
footer #footer_about .footer_logo * {
  font-size: 1.4rem;
  letter-spacing: 0;
}
footer #footer_about .footer_logo h2 {
  background-image : url('../images/logo@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 459px;
  height: 0;
  padding-top: 70.5%;
  margin: -1rem auto 2rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

footer #footer_about .footer_logo .tel {
  padding-left: 1em;
}
footer #footer_about .footer_logo .tel > a,
footer #footer_about .footer_logo .tel > span {
  color: #000;
  font-size: 2.4rem;
  padding-left: 0.2em;
}

footer #footer_about .footer_logo .footer_contact {
  max-width: 385px;
  margin: 0 auto;
}

footer #footer_about .footer_detail {
  max-width: 400px;
  margin: 0 auto;
}
footer #footer_about .footer_detail * {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
footer #footer_about .footer_detail dl > div + div {
  margin-top: 1.5rem;
}
footer #footer_about .footer_detail dl > div dt {
  font-weight: bold;
}
footer #footer_about .footer_detail dl dd > span {
  font-size: 1.5rem;
}


footer #footer_about #footer_about_links {
  text-align: center;
}
footer #footer_about #footer_about_links * {
}
footer #footer_about #footer_about_links p {
  padding: 0 0 3rem;
}
footer #footer_about #footer_about_links p + p {
  padding-top: 0;
}
footer #footer_about #footer_about_links p > a {
  display: inline-block;
  padding: 0.5rem;
  color: #fff;
  background-color: #000;
}
footer #footer_about #footer_about_links p > a + a {
  margin-top: 1em;
}
footer #footer_about #footer_about_links p > a span {
  display: inline-block;
  padding: 1rem 2rem;
  border: 2px solid #fff;
  font-size: 1.4rem;
  letter-spacing: 0.5em;
}
footer #footer_about #footer_about_links p > a:hover {
  background-color: #ccc;
  color: #000;
}


footer #copyright {
  padding: 1.2rem;
}
footer #copyright address {
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (min-width: 500px) {
  footer #footer_about .footer_logo h2 {
    height: 324px;
    padding-top: 0;
  }
}


@media screen and (min-width: 768px) {
  footer #footer_about .footer_detail {
    max-width: 600px;
  }
  footer #footer_about .footer_detail * {
    font-size: 1.8rem;
  }

  footer #footer_about .footer_detail dl {
    padding: 0 0 0 5rem;
  }
  footer #footer_about .footer_detail dl > div {
  }
  footer #footer_about .footer_detail dl > div + div {
    margin-top: 3rem;
  }
  footer #footer_about .footer_detail dl > div dt {
    display: inline-block;
    width: 13.5rem;
    font-weight: normal;
    vertical-align: top;
  }
  footer #footer_about .footer_detail dl > div dd {
    display: inline-block;
  }

  footer #footer_about #footer_about_links p > a {
    padding: 1rem;
  }
  footer #footer_about #footer_about_links p > a span {
    font-size: inherit;
    padding: 1.2rem 4.5rem 1.2rem 5rem;
  }
}

@media screen and (min-width: 960px) {
  footer #footer_about #footer_about_inner {
    display: flex;
    padding: 4rem 0;
  }
  footer #footer_about .footer_logo {
    width: 50%;
    padding: 3rem;
  }
  footer #footer_about .footer_logo .footer_contact {
  }
  footer #footer_about .footer_detail {
    width: 50%;
    padding: 10.5rem 0 7.5rem;
    max-width: none;
    border-left: 2px solid #000;
  }

  footer #footer_about #footer_about_links {
    margin: 0 auto;
    padding: 0 0 6rem;
  }
  footer #footer_about #footer_about_links p {
    padding-top: 0;
    padding-bottom: 0;
  }
  footer #footer_about #footer_about_links p + p {
    margin-top: 3rem;
  }
  footer #footer_about #footer_about_links p > a + a {
    margin-top: 0;
    margin-left: 6rem;
  }

  footer #copyright {
    padding: 3rem;
  }
}


#pagetop {
  position: fixed;
  bottom: 9rem;
  right: 2rem;
  opacity : 0;
  visibility: hidden;
  transition: 0.5s;
}
#pagetop.show {
  opacity: 1;
  visibility: visible;
}

#pagetop a {
  display: block;
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../images/pagetop.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
#pagetop a:hover {
  opacity: 0.7;
}


/*** modal ***/
#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  opacity : 0;
  visibility: hidden;
  transition: 0.2s;
}
#modal.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#modal img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /*max-width: 90%;*/
  max-width: 300px;
  max-height: 90%;
  height: 90%;
  object-fit: contain;
}


/*** modal2 ***/
#modal2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  opacity : 0;
  visibility: hidden;
  transition: 0.2s;
}
#modal2.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#modal2 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
  object-fit: contain;
}



/*** top / concept ***/
main section#concept .container {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 2rem 0;
}

main section#concept .container .content {
  width: 100%;
  background-image: url(../images/top/bonsai.png);
  background-position: left -50% bottom;
  background-repeat: no-repeat;
  background-size: 65vw;
  text-shadow: 0px 0px 5px #000;
}

main section#concept .container .content h2 {
  font-size: 2rem;
  letter-spacing: 0.6em;
}
main section#concept .container .content h2::before {
  content: 'Concept';
  display: block;
  font-size: 2rem;
}

main section#concept .container .content p {
  margin: 5.5rem 0;
  margin-right: 3rem;
  font-size: 1.8rem;
  letter-spacing: 0.4em;
}

@media screen and (min-width: 550px) {
  main section#concept .container .content {
    background-position: left bottom;
    background-size: clamp(25vw, 60%, 65vw);
  }
}

@media screen and (min-width: 768px) {
  main section#concept .container .content {
    position: relative;
    display: flex;
    justify-content: center;
    background-size: 40vw;
  }
  main section#concept .container .content h2 {
    position: absolute;
    right: 0;
    top: 0;
  }
  main section#concept .container .content p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 960px) {
  main section#concept .container {
    padding: 40px 0;
  }
  main section#concept .container .content {
    min-height: 740px;
    background-size: inherit;
  }
  main section#concept .container .content h2 {
    right: 9rem;
    top: 0;
    font-size: 4.5rem;
  }
  main section#concept .container .content p {
    font-size: 3rem;
    line-height: 2;
  }
}



/*** top / strength ***/
main section#strength_meat .container {
  background-image: url(../images/top/meat.png);
  background-position: right -20% bottom -5%;
  background-repeat: no-repeat;
  background-size: clamp(10vw, 360px, 65vw);
}
main section#strength_meat .container .content {
  min-height: 600px;
  padding-bottom: 2em;
}
main section#strength_meat .container .content h2 {
  font-size: clamp(3.5rem, 1vw, 4.5rem);
  letter-spacing: 2.5vw;
  padding: 5rem 0 3rem;
  text-align: center;
}
main section#strength_meat .container .content p {
  text-shadow: 0px 0px 5px #000;
}
main section#strength_meat .container .content p br {
  display: none;
}
main section#strength_meat .container .content p + p {
  margin-top: 3rem;
}

main section#strength_meat .container .content p.link {
  margin: 6rem 0 0;
}
main section#strength_meat .container .content p.link a {
  display: inline-block;
  padding: 0.5rem;
  color: #fff;
  background-color: #000;
}
main section#strength_meat .container .content p.link a span {
  display: inline-block;
  padding: 1rem 2rem;
  border: 2px solid #4b0000;
  font-size: 1.4rem;
}
main section#strength_meat .container .content p.link a:hover {
  background-color: #ccc;
  color: #000;
}

@media screen and (min-width: 768px) {
  main section#strength_meat .container .content {
    max-width: 60vw;
  }
  main section#strength_meat .container .content h2 {
    text-align: left;
  }
  main section#strength_meat .container .content p.link {
    margin-top: 3rem;
    margin-bottom: 0;
  }
  main section#strength_meat .container .content p.link a {
    padding: 1rem;
  }
  main section#strength_meat .container .content p.link a span {
    padding: 1.2rem 4rem;
    font-size: inherit;
  }
}

@media screen and (min-width: 960px) {
  main section#strength_meat {
    min-height: 600px;
  }
  main section#strength_meat .container {
    min-height: 600px;
    background-size: contain;
  }

  main section#strength_meat .container .content {
    max-width: inherit;
  }
  main section#strength_meat .container .content h2 {
    font-size: 4.5rem;
    letter-spacing: 1.5rem;
    padding: 10rem 0 4rem;
  }
  main section#strength_meat .container .content p br {
    display: block;
  }
}



/*** top / space ***/
main section#strength_space .container {
}

main section#strength_space .container .content h2 {
  font-size: clamp(3rem, 1vw, 4.5rem);
  letter-spacing: 2.5vw;
  padding: 2rem 0 3rem;
  text-align: center;
}
main section#strength_space .container .content p + p {
  margin-top: 3rem;
}
main section#strength_space .container .content p br {
  display: none;
}

main section#strength_space .container .content p.link a {
  display: inline-block;
  padding: 1rem;
  color: #fff;
  background-color: #000;
}
main section#strength_space .container .content p.link a span {
  display: inline-block;
  padding: 1.2rem 4rem;
  border: 2px solid #4b0000;
}
main section#strength_space .container .content p.link a:hover {
  background-color: #ccc;
  color: #000;
}

main section#strength_space .container .slider {
  background-color: #000;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 4rem;
  padding-top: 94.7%;
  height: 0;
  overflow: hidden;
  position: relative;
}
main section#strength_space .container .slider > div {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px) {
  main section#strength_space {
    min-height: 600px;
  }
  main section#strength_space .container {
    position: relative;
    min-height: 730px;
    padding-top: 9rem;
  }

  main section#strength_space .container .content {
    position: relative;
    z-index: 1;
  }
  main section#strength_space .container .slider {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 9rem;
    width: 570px;
    height: 540px;
    margin-top: 1em;
    padding-top: 0;
  }

  main section#strength_space .container .content h2 {
    font-size: 4.5rem;
    letter-spacing: 1.5rem;
    padding: 7rem 0 4rem;
    text-align: left;
  }
  main section#strength_space .container .content p br {
    display: block;
  }
}


/*** top / information ***/
main section#information ul {
  margin: 0 auto;
  list-style-type: none;
  padding-left: 0;
}
main section#information ul li + li {
  padding-top: 1em;
}
main section#information ul li time {
  display: block;
  padding-bottom: 0.3em;
}
main section#information ul li a {
  color: #000;
}

@media screen and (min-width: 768px) {
  main section#information ul li + li {
    padding-top: 2rem;
  }
  main section#information ul li {
    padding-left: 12em;
    text-indent: -12em;
    letter-spacing: 0.3rem;
  }
  main section#information ul li time {
    display: inline-block;
    width: 12em;
    padding-left: 0;
    text-indent: 0;
    letter-spacing: 0.5rem;
  }
}

@media screen and (min-width: 960px) {
  main section#information ul {
    max-width: 745px;
  }
  main section#information ul li {
    padding-left: 29rem;
    text-indent: -29rem;
  }
  main section#information ul li time {
    width: 29rem;
  }

  main section#information ul li + li {
    padding-top: 4rem;
  }

  main section#information ul li a::after {
    content: "";
    display: block;
    width: 0;
    transition: width 0.3s;
    border-bottom: 1px solid #000;
  }
  main section#information ul li a:hover::after {
    width: 100%;
  }
}



/*** about / about ***/
main section.about * {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
main section.about h2 {
  font-size: 2.2rem;
}
main section.about dl {
  max-width: 63rem;
  margin: 0 auto;
}
main section.about dl > div {
  padding: 1em 0;
  border-bottom: 1px solid #000;
}
main section.about dl > div + div {
}
main section.about dl > div dt {
  margin-bottom: 0.2em;
  padding-left: 0.5em;
  font-weight: bold;
}
main section.about dl dd {
  padding-left: 0.5em;
}
main section.about dl dd > span {
  font-size: 1.5rem;
}

main section.about dl dd > ul > li > span {
  display: inline-block;
  width: 5.5em;
}


main section.about .map {
  position:relative;
  width:100%;
  height:0;
  margin-top: clamp(2rem, 10vw, 6rem);
  padding-bottom: min(32rem, 40%);
}
main section.about .map iframe{
  width:100%;
  height:100%;
  position:absolute;
  top:0
  left:0
}


@media screen and (min-width: 768px) {
  main section.about {
  }

  main section.about * {
    font-size: 1.8rem;
  }

  main section.about dl {
    padding: 0;
  }
  main section.about dl > div {
  }
  main section.about dl > div dt {
    display: inline-block;
    width: 16rem;
    vertical-align: top;
    font-weight: normal;
  }
  main section.about dl > div dd {
    display: inline-block;
    padding-left: 0;
  }
}

@media screen and (min-width: 960px) {
}


/*** about / recruit ***/
main section.recruit {
  padding: 1px 0;
  text-align: center;
  background-image: url(../images/about/recruit.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

main section.recruit h2 {
  font-size: 2.5rem;
  margin: 2rem 0;
}
main section.recruit p {
  font-size: 1.6rem;
  padding: 2rem 0 3rem;
}

main section.recruit p.announce {
  font-size: 3rem;
  padding: 7rem 0 0;
}

main section.recruit p.link a {
  display: inline-block;
  margin: 0;
  padding: 1rem;
  font-weight: bold;
  color: #000;
  background-color: #fff;
}
main section.recruit p.link a span {
  display: inline-block;
  padding: 1rem 5rem;
  border: 2px solid #000;
}
main section.recruit p.link a:hover {
  background-color: #ccc;
  color: #fff;
}

@media screen and (min-width: 768px) {
  main section.recruit {
    padding: 5rem 0;
  }
  main section.recruit h2 {
    font-size: 4.5rem;
    margin: 6rem 0;
  }
  main section.recruit p {
    font-size: 2rem;
    padding: 2rem 0;
  }
  main section.recruit p.link a {
    margin: 5rem 0;
  }
}



/*** menu / delicious ***/
main section#strength_delicious {
  color: #000;
}
main section#strength_delicious .container {
  background-image: url(../images/menu/meat.png);
  background-position: right bottom 5rem;
  background-repeat: no-repeat;
  background-size: clamp(25rem, 40vw, 51rem);
}
main section#strength_delicious .container .content {
  min-height: 600px;
  padding-bottom: 20rem;
}
main section#strength_delicious .container .content h2 {
  font-size: 4.5rem;
  letter-spacing: 2.5vw;
  font-weight: bold;
  padding: 2rem 0 1rem;
  text-align: center;
  background-image: url(../images/menu/bg_h2_meat.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 140vw;
}
main section#strength_delicious .container .content h2 span {
  font-size: 8rem;
  padding-right: 0.2em;
}
main section#strength_delicious .container .content p {
  font-size: 1.6rem;
}
main section#strength_delicious .container .content p br {
  display: none;
}
main section#strength_delicious .container .content p + p {
  margin-top: 3rem;
}

@media screen and (min-width: 550px) {
  main section#strength_delicious .container .content h2 {
    background-size: contain;
  }
}

@media screen and (min-width: 768px) {
  main section#strength_delicious {
    padding-bottom: 7rem;
  }
  main section#strength_delicious .container .content {
    padding-bottom: 2em;
    background-position: right bottom 5rem;
  }
  main section#strength_delicious .container .content h2 {
    padding: 5rem 0 3rem;
  }
  main section#strength_delicious .container .content p {
    max-width: 60vw;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 960px) {
  main section#strength_delicious {
    min-height: 600px;
  }
  main section#strength_delicious .container {
    min-height: 600px;
  }

  main section#strength_delicious .container .content {
    max-width: inherit;
  }
  main section#strength_delicious .container .content h2 {
    font-size: 4.5rem;
    letter-spacing: 1.5rem;
    padding: 11rem 0 2rem;
  }
  main section#strength_delicious .container .content p br {
    display: block;
  }
}


/*** menu / recommend ***/
main section.menu {
  padding: 2rem 0 4rem;
}
main section.menu .container {
  max-width: 1060px;
}

main section.menu h2 {
  display: none;
}

main section.menu section.recommend_items h3 {
  margin-bottom: 2.5rem;
  padding: 2.5rem 0;
  border-bottom: 4px solid #fff;
}

main section.menu section.recommend_items .recommend_items_list {
  display: flex;
  justify-content: space-between;
}

main section.menu section.recommend_items .recommend_items_list figure {
  width: 30%;
  max-width: 300px;
  margin: 0;
  padding: 0;
  text-align: center;
}
main section.menu section.recommend_items .recommend_items_list figure > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
main section.menu section.recommend_items .recommend_items_list figure > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  transform: translate(-50%,-50%);
}
main section.menu section.recommend_items .recommend_items_list figure figcaption {
  padding-top: 3rem;
}
main section.menu section.recommend_items .recommend_items_list figure figcaption,
main section.menu section.recommend_items .recommend_items_list figure figcaption span {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
main section.menu section.recommend_items .recommend_items_list figure figcaption span {
  white-space: nowrap;
}
main section.menu section.recommend_items .recommend_items_list figure figcaption span.sub {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  white-space: inherit;
}

@media screen and (min-width: 768px) {
  main section.menu {
    padding: 7rem 0 10rem;
  }

  main section.menu section.recommend_items + section.recommend_items {
    margin-top: 5rem;
  }

  main section.menu section.recommend_items .recommend_items_list figure figcaption,
  main section.menu section.recommend_items .recommend_items_list figure figcaption span {
    font-size: 2.0rem;
    letter-spacing: inherit;
  }
  main section.menu section.recommend_items .recommend_items_list figure figcaption span.sub {
    font-size: 1.6rem;
    letter-spacing: inherit;
  }
}


/*** menu / menu ***/
main section.menu_list {
  padding: 0 0 1rem;
}
main section.menu_list .container {
  max-width: 1060px;
}

main section.menu_list h2 {
  margin: 2rem 0 3rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

main section.menu_list .menu_list_items {
}

main section.menu_list .menu_list_items > div.menu_list_items_inner {
  width: 100%;
}

main section.menu_list .menu_list_items .menu_list_item {
  width: 100%;
  margin-bottom: 3rem;
}

main section.menu_list .menu_list_items .menu_list_item button {
  position: relative;
  width: 100%;
  line-height: 5.2rem;
  margin: 0;
  padding: 0;
  color: #000;
  border-radius: 0.7rem;
  background: none;
  background-image: url(../images/bg_h2_red.png), url(../images/bg_leather2.jpg);
  background-position: center center, center top;
  background-size: contain, cover;
  background-repeat: no-repeat, repeat;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  appearance: none;
  -webkit-appearance: none;
}
main section.menu_list .menu_list_items .menu_list_item button::after {
  content:'';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5.2rem;
  height: 5.2rem;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  transform: rotate(-90deg);
}
main section.menu_list .menu_list_items .menu_list_item > div {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
}

main section.menu_list .menu_list_items .menu_list_item.active button::after {
  transform: rotate(90deg);
}
main section.menu_list .menu_list_items .menu_list_item.active > div {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 2rem 2rem 0 2rem;
}

@media screen and (min-width: 768px) {
  main section.menu_list {
    padding: 5rem 0;
  }
  main section.menu_list h2 {
    font-size: 4rem;
    margin: 4rem 0;
  }
  main section.menu_list .menu_list_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  main section.menu_list .menu_list_items > div.menu_list_items_inner {
    max-width: 440px;
    width: 49%;
  }

  main section.menu_list .menu_list_items .menu_list_item {
    margin-bottom: 3.6rem;
  }

  main section.menu_list .menu_list_items .menu_list_item button {
    line-height: 7.2rem;
    font-size: 2.4rem;
  }
  main section.menu_list .menu_list_items .menu_list_item button::after {
    width: 7.2rem;
    height: 7.2rem;
  }
  main section.menu_list .menu_list_items .menu_list_item.active > div {
    padding: 4rem 4rem 0 4rem;
  }
}


/*** contact ***/
main section.contact h1,
main section.contact h2 {
/*  font-size: 4rem;*/
  font-size: clamp(2.5rem, 7vw, 4rem);
  font-weight: bold;
  margin: 3rem auto;
  text-align: center;
}

main section.contact .container {
  max-width: 840px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

main section.contact p.caution {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3rem;
  padding: 1em 0;
}

main section.contact form label {
  display: inline-block;
  font-size: 1.8rem;
  padding: 0.2em 0;
  vertical-align: middle;
}

main section.contact form span.required {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 1rem;
  padding: 0 0.8em;
  background-color: #ff0000;
  border-radius: 2.5rem;
  vertical-align: middle;
}

main section.contact form input,
main section.contact form textarea {
  font-size: 1.8rem;
  width: 100%;
}
main section.contact form input[type="text"],
main section.contact form input[type="email"],
main section.contact form input[type="tel"],
main section.contact form input[type="password"],
main section.contact form textarea {
  line-height: 1.5;
  padding: 0.3em;
}
main section.contact form textarea {
  min-height: 30rem;
}
main section.contact form input[type="text"],
main section.contact form input[type="email"],
main section.contact form input[type="tel"],
main section.contact form input[type="password"],
main section.contact form textarea {
  border: none;
  border-radius: 1rem;
}

main section.contact form input[type="submit"],
main section.contact form input[type="button"],
main section.contact form input[type="reset"],
main section.contact form button,
main section.contact form input[type="checkbox"],
main section.contact form input[type="radio"] {
  width: auto;
}


main section.contact form input[type="submit"],
main section.contact form input[type="button"],
main section.contact form input[type="reset"],
main section.contact form button {
  padding: 1em;
  color: #fff;
  background-color: #858585;
  outline: 2px solid #fff;
  outline-offset: -1rem;
}
main section.contact form input[type="submit"] {
  background-color: #000;
}

main section.contact form input[type="submit"]:hover,
main section.contact form input[type="button"]:hover,
main section.contact form input[type="reset"]:hover,
main section.contact form button:hover,
main section.contact form input[type="submit"]:hover {
  background-color: #ccc;
}

main section.contact form dl > div + div {
  margin-top: 3rem;
}
main section.contact form dl dt {
  margin-bottom: 1.5rem;
}

main section.contact .privacypolicy {
  margin: 5rem 0;
}
main section.contact .privacypolicy * {
  letter-spacing: 0.15em;
}

main section.contact .privacypolicy > strong {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1.5em;
}
main section.contact .privacypolicy > strong::before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.3em;
  background-color: #fff;
}

main section.contact .privacypolicy > p,
main section.contact .privacypolicy > p a {
  font-size: 1.6rem;
  line-height: 1.8;
}

main section.contact .privacypolicy .privacypolicy_check {
  margin: 3em auto;
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
}


main section.contact .buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
main section.contact .buttons > * {
  min-width: 30rem;
  margin-bottom: 1.5rem;
}



