@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium), local(Yu Gothic);
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans JP", "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
body {
  font-family: "source-han-sans-japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", Meiryo, sans-serif;
  color: #111;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  -webkit-font-smoothing: antialiased;
  background: #fefefe;
}
html {
  font-size: 62.5%;
}
ul,
ol {
  list-style: none;
}
a:link,
a:visited {
  color: #111;
  text-decoration: none;
}
img {
  width: 100%;
  vertical-align: bottom;
}
.en {
  font-family: "IBM Plex Sans", sans-serif;
}
main {
  display: block;
}
.wrap {
  width: 1040px;
  height: 100%;
  margin: 0 auto;
  padding: 0 120px;
  overflow: hidden;
  position: relative;
}
.sp {
  display: none;
}

header {
  width: 100%;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
}
header h1 {
  width: 149px;
  float: left;
  margin: 15px 0;
}
header h1 svg {
  fill: #fff;
}
header nav {
  float: right;
  margin: 25px 0;
}
header ul {
  display: flex;
}
header ul li {
  margin: 0 0 0 23px;
}
header ul li span {
  color: rgba(0, 0, 0, 0);
  width: 53px;
  height: 14px;
  display: block;
  padding: 0 0 18px;
  position: relative;
}
header ul li span svg {
  fill: #fff;
}
header ul li span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: background 0.2s;
}
body.home header ul li a:hover span::after,
body.page-id-22 header ul li a:hover span::after,
body.page-id-22 header ul li.concept a span::after {
  background: #fff;
  transition: background 0.2s;
}
header ul li a:hover span::after,
body.category-6 header ul li.blog a span::after,
body.page-id-18 header ul li.about a span::after,
body.page-id-20 header ul li.menu a span::after,
body.page-id-24 header ul li.contact a span::after,
body.parent-pageid-24 header ul li.contact a span::after {
  background: #000;
}
header ul li.blog span {
  width: 53px;
}
header ul li.concept span {
  width: 88px;
}
header ul li.about span {
  width: 64px;
}
header ul li.contact span {
  width: 86px;
}
body.single header,
body.category header,
body.page header {
  background: none;
}
body.single header h1 svg,
body.page header h1 svg,
body.category header h1 svg,
body.single header ul li span svg,
body.category header ul li span svg,
body.page header ul li span svg {
  fill: #000;
}
body.page.home header,
body.page.page-id-22 header {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
}
body.page.home header h1 svg,
body.page.home header ul li span svg,
body.page.page-id-22 header h1 svg,
body.page.page-id-22 header ul li span svg {
  fill: #fff;
}
header ul li.sns {
  display: flex;
}
header ul li.sns a {
  display: block;
  margin: 0 0 0 25px;
}
header ul li.sns a span {
  width: 8px;
  height: 15px;
}
header ul li.sns a:last-child span {
  width: 15px;
}

main {
  width: 100%;
}
main section {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  background: #000 url(../img/lead01@2x.jpg) no-repeat center / cover;
}
main section#menu {
  background: none;
  overflow: hidden;
}

section#lead dl {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 320px;
  height: 100px;
  padding: 0 0 0 125px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.81;
}
section#lead dl::before {
  content: "";
  width: 105px;
  height: 141px;
  position: absolute;
  top: -50px;
  left: 0;
  background: url(../img/logo2.svg) no-repeat center / 100%;
}
section#lead dl dt,
section#lead dl dd {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
}
section#lead dl dt,
section#lead dl dd {
  float: left;
}
section#lead dl dt {
  width: 4.5em;
}
section#lead dl div {
  overflow: hidden;
}
span.scroll {
  display: block;
  width: 1em;
  padding: 0 0 50px;
  position: relative;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  position: absolute;
  bottom: 50px;
  left: -100%;
  right: -100%;
  margin: 0 auto;
}
span.scroll span {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.33);
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  overflow-x: hidden;
}
span.scroll span::after {
  content: "";
  width: 1px;
  height: 10px;
  background: #fff;
  z-index: 2;
  position: absolute;
  bottom: 30px;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  animation: scrol 1.5s linear 0s infinite none;
}
@keyframes scrol {
  0% {
    bottom: 40px;
  }
  100% {
    bottom: -30px;
  }
}

section#menu h1 {
  width: 1040px;
  height: 128px;
  z-index: 11;
  position: absolute;
  top: -100%;
  bottom: -100%;
  margin: auto 0;
}
body.page-id-20 section#menu h1 {
  width: 309px;
}
section#menu .dis-scroll {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
}
section#menu article {
  width: 100%;
  height: 100vh;
  float: left;
  position: relative;
}
section#menu article .img {
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
section#menu article .text {
  background: rgba(255, 255, 255, 0.459);
  width: 240px;
  position: absolute;
  bottom: 40px;
  left: 0;
  padding: 20px;
  padding-left: calc((100vw - 1080px) / 2);
}
section#menu article .text span.cat {
  font-size: 1.5em;
  font-weight: 700;
  display: block;
  margin: 0 0 2px;
}
section#menu article .text p.tt {
  font-size: 1.5em;
  line-height: 1.4;
}

section#menu h1::before,
section#blog h1::before {
  content: "";
  width: 160px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 4px;
  left: 0;
}
section#menu h1::after,
section#blog h1::after {
  content: "";
  width: 23px;
  height: 50px;
  z-index: 10;
  transition: right 0.3s;
  position: absolute;
  bottom: 40px;
  right: 0;
  margin: 0;
  background: url(../img/arrowb.svg) no-repeat center / 100%;
}
section#menu h1:hover::after,
section#blog h1:hover::after {
  right: -15px;
  transition: right 0.3s;
}
body.page-id-20 section#menu h1::after {
  display: none;
}
section#menu h1 span,
section#blog h1 span {
  display: block;
  margin: -5px 0 0 180px;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}
section#menu h1 svg,
section#blog h1 svg {
  width: 309px;
  height: 108px;
  margin: 0 0 15px;
  display: block;
}
section#blog {
  width: 100%;
  height: auto;
  position: relative;
  background: none;
}
section#blog .wrap {
  position: static;
}
section#blog h1 {
  padding: 103px 0 0;
  position: relative;
}
section#blog h1 svg {
  width: 289px;
  height: 110px;
}
section#blog h1 span {
  margin: -5px 0 0 195px;
}
section#blog h1::before {
  width: 175px;
  bottom: 5px;
}

.list {
  margin: 80px 0;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.list article {
  display: inline-block;
  width: 1040px;
}
.list article a {
  overflow: hidden;
  display: block;
}
.list article a .text::after {
  content: "";
  width: 90px;
  height: 12px;
  padding: 0 0 8px;
  border-bottom: solid 2px #000;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/more.svg) no-repeat top / 100%;
}
.list article .img {
  width: 480px;
  float: left;
  overflow: hidden;
}
.list article .img img {
  transform: scale(1);
  transition: transform 0.2s;
}
.list article:hover .img img {
  transform: scale(1.03);
  transition: transform 0.5s;
}
.list article .text {
  margin: 85px 120px 0 40px;
  position: relative;
  opacity: 1;
  width: 400px;
  height: 160px;
  float: left;
  transition: opacity 0.2s;
}
.list article:hover .text {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.list article .text time {
  display: inline-block;
  font-size: 1.2em;
}
.list article .text span.tag {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  background: #767676;
  border-radius: 10px;
  display: inline-block;
  padding: 0.2em 0.7em 0.1em;
  margin: 0 1em;
}
.list article .text h2 {
  font-size: 1.5em;
  line-height: 1.6;
  margin: 10px 0;
  word-break: break-all;
  white-space: normal;
}
ul.slick-dots {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  display: flex;
}
ul.slick-dots li {
  height: 7px;
  margin: 0 1px;
  position: relative;
  flex: 1;
  background: #767676;
}
ul.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0);
}
ul.slick-dots li::after {
  content: "";
  width: 0.1%;
  height: 100%;
  transition: all 0.2s;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
ul.slick-dots li.slick-active::after {
  animation: mov 4.5s linear 0s 1 alternate none;
}
@keyframes mov {
  0% {
    width: 0.1%;
  }
  90% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

.pagination a.active {
  transform: scale(1.8);
}

section#concept {
  text-align: center;
  background: url(../img/concept@2x-min.jpg) no-repeat center / cover;
}
section#concept .wrap {
  position: relative;
  padding: 90px 135px;
}
section#concept a .wrap::after {
  content: "";
  width: 23px;
  height: 50px;
  position: absolute;
  top: -100%;
  bottom: -100%;
  right: 15px;
  margin: auto 0;
  background: url(../img/arrow.svg) no-repeat center / 100%;
  transition: right 0.3s;
}
section#concept a:hover .wrap::after {
  right: 0px;
  transition: right 0.3s;
}
section#concept p {
  color: #fff;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 2.14;
  margin: 30px 0 50px;
}
section#concept p span {
  font-weight: 700;
}

section#address {
  background: #fff;
  position: relative;
}
section#address::before {
  content: "";
  width: 100%;
  height: calc(100vh - 400px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/contact@2x-min.jpg) no-repeat bottom / cover;
}
section#address a {
  display: block;
}
section#address a::after {
  content: "";
  width: 23px;
  height: 50px;
  transition: right 0.3s;
  position: absolute;
  top: 175px;
  right: 120px;
  margin: auto 0;
  background: url(../img/arrowb.svg) no-repeat center / 100%;
}
section#address a:hover::after {
  right: 105px;
  transition: right 0.3s;
}
section#address h1 svg {
  height: 104px;
  margin: 88px 0 0;
}
section#address {
  text-align: center;
  font-size: 1.4em;
}
section#address p {
  line-height: 2;
  margin: 30px 0 40px;
}
section#addressbar {
  width: 100%;
  height: 300px;
  background: none;
  min-height: auto;
}
section#addressbar h1 {
  width: 100%;
  height: auto;
  position: static;
  text-align: center;
}
section#addressbar svg {
  padding: 117px 0;
  position: relative;
  z-index: 10;
  width: auto;
  height: 66px;
  fill: #fff;
}
section#addressbar::before {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/contact@2x-min.jpg) no-repeat center / cover;
}
section#addressbar::after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

section#contact {
  background: #fff;
  height: auto;
}
section#concept h1,
section#address h1,
section#contact h1 {
  text-align: center;
}
section#concept h1 svg,
section#contact h1 svg {
  height: 55px;
}

section#contact {
  text-align: center;
}
section#concept .wrap,
section#contact .wrap,
section#concept2 .wrap,
section#concept3 .wrap {
  display: flex;
  height: 100%;
  box-sizing: border-box;
  padding: 90px 120px;
  justify-content: center;
  align-items: center;
}
section#contact p {
  font-size: 1.4em;
  line-height: 2;
  margin: 25px 0;
}
section#contact p.tel {
  font-weight: 700;
  font-size: 3em;
  line-height: 1;
  margin: 30px 0 15px;
}
section#contact p.tel span {
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 1;
}
section#contact p.tel span:nth-of-type(2)::before,
section#contact p.tel span:nth-of-type(2)::after {
  content: "-";
  font-weight: 700;
}
section#contact address {
  display: block;
  padding: 0 0 200px;
  position: relative;
  font-size: 1.5em;
  line-height: 1.533;
}
section#contact address a {
  width: 105px;
  height: 145px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  background: url(../img/logo3.svg) no-repeat center / 100%;
  transition: opacity 0.2s;
}
section#contact address a:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}
section#contact span.supported {
  width: 10em;
  display: block;
  position: relative;
  padding: 35px 150px 35px 0;
}
section#contact span.supported svg {
  width: 140px;
  height: 67.5px;
  position: absolute;
  top: -100%;
  bottom: -100%;
  right: 0;
  margin: auto;
}
section#contact span.operation {
  display: block;
  margin: 50px 0 10px;
}
section#contact small {
  display: block;
  margin: 20px 0;
}
.btn {
  text-align: center;
}
.btn a {
  width: 360px;
  padding: 15px 0;
  border-radius: 5px;
  opacity: 1;
  display: inline-block;
  background: #0f0f0f;
  transition: opacity 0.2s;
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
}
.btn a:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}
section.entry {
  width: 840px;
  margin: 150px auto;
  height: auto;
  background: none;
  letter-spacing: 0.15em;
}
section.entry time {
  font-size: 1.2em;
  letter-spacing: 0;
}
section.entry span.tag {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  background: #767676;
  border-radius: 10px;
  display: inline-block;
  padding: 0.2em 0.7em 0.1em;
  margin: 0 1em;
}
section.entry h1 {
  font-size: 2.4em;
  line-height: 1.6;
  font-weight: 700;
  margin: 20px 0 50px;
}
section.entry .entry_main {
  padding: 0 0 40px;
}
section.entry .entry_main a {
  color: #3a7c00;
  border-bottom: solid 1px #3a7c00;
  display: inline-block;
  letter-spacing: 0.2em;
}
section.entry .entry_main p {
  font-size: 1.5em;
  line-height: 1.6;
  margin: 0 0 40px;
}
section.entry .entry_main h2 {
  font-size: 1.8em;
  line-height: 1.33;
  font-weight: 700;
  margin: 0 0 30px;
}
section.entry .entry_main h3 {
  font-size: 1.5em;
  line-height: 1.33;
  font-weight: 700;
  margin: 0 0 30px;
  padding: 10px 0;
  border-top: solid 2px #000;
  border-bottom: solid 1px #000;
}
section.entry .entry_main h4 {
  font-size: 1.5em;
  line-height: 1.33;
  font-weight: 700;
  margin: 0 0 30px;
  padding: 0 0 8px;
  border-bottom: solid 2px #000;
}
section.entry .entry_main figure {
  margin: 0 0 40px;
}
section.entry .entry_main img {
  width: 100%;
  height: auto;
}
section.entry .entry_main figure iframe {
  width: 100%;
  height: 410px;
}
section.entry .entry_main ul,
section.entry .entry_main ol {
  margin: 0 0 20px;
}
section.entry .entry_main li {
  font-size: 1.5em;
  padding: 0 0 0 1.4em;
  line-height: 1.6;
  position: relative;
}
section.entry .entry_main li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}
section.entry .entry_main ol {
  counter-reset: number 0;
}
section.entry .entry_main ol li::before {
  background: none;
  top: 0;
  counter-increment: number 1;
  content: counter(number) ".";
}
section.entry .entry_main table {
  border: solid 1px #000;
  width: auto;
  margin: 0 0 40px;
  font-size: 1.5em;
  line-height: 1.5;
}
section.entry .entry_main table th,
section.entry .entry_main table td {
  border: solid 1px #000;
  padding: 1em;
}
section.entry .entry_main blockquote {
  color: #a3a3a3;
  margin: 0 0 40px;
  border-left: solid 4px #a3a3a3;
  padding-left: 2em;
}
section.entry .entry_main blockquote p {
  margin: 0 0 20px;
}
section.entry .entry_main blockquote cite a {
  font-weight: 700;
}

section.aboutbar {
  height: 300px;
  background: url(../img/contact@2x-min.jpg) no-repeat center / cover;
}
section.aboutbar::before {
  content: "";
  width: 23px;
  height: 50px;
  z-index: 10;
  transition: left 0.3s;
  position: absolute;
  top: -100%;
  bottom: -100%;
  right: -100%;
  left: -30%;
  margin: auto;
  background: url(../img/arrow.svg) no-repeat center / 100%;
}
section.aboutbar:hover::before {
  left: -28%;
  transition: left 0.3s;
}
section.aboutbar a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.45);
  display: table;
}
section.aboutbar svg {
  display: table-cell;
  fill: #fff;
  width: 230px;
  margin: 120px auto;
}

ul.social_button {
  position: relative;
  text-align: right;
  margin: 60px 0;
}
ul.social_button::before {
  content: "この記事をシェアする";
  font-weight: 700;
  font-size: 1em;
  position: relative;
  top: -0.5em;
  left: 0;
}
ul.social_button li {
  width: 20px;
  display: inline-block;
  margin: 0 0 0 20px;
  transition: opacity 0.2s;
}
ul.social_button li:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.pager {
  margin: 0 0 120px;
  text-align: center;
}
.pager ul {
  display: inline-block;
  border: solid 1px #000;
  border-radius: 5px;
}
.pager ul li {
  display: inline-block;
  position: relative;
  border-left: solid 1px #000;
}
.pager ul li:first-child {
  border-left: none;
}
.pager ul li.p span::before {
  content: "＜";
  position: absolute;
  top: 0.5em;
  left: 1em;
  font-size: 1.5em;
  font-weight: 100;
}
.pager ul li.n span::after {
  content: "＞";
  position: absolute;
  top: 0.5em;
  right: 1em;
  font-size: 1.5em;
  font-weight: 100;
}
.pager ul li a {
  display: block;
}
.pager ul li span {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #a3a3a3;
  transition: background 0.2s;
  width: 130px;
  box-sizing: border-box;
  display: block;
  padding: 0.9em 0 0.8em;
  background: #fff;
}
.pager ul li a span:hover {
  background: #efefef;
  transition: background 0.3s;
}
.pager ul li a span {
  color: #000;
}
.pager ul li.p span {
  padding: 0.9em 2.5em 0.8em 3.5em;
  border-radius: 5px 0 0 5px;
}
.pager ul li.n span {
  padding: 0.9em 3.5em 0.8em 2.5em;
  border-radius: 0 5px 5px 0;
}

section.page#menu {
  height: auto;
  margin: 150px 0;
  background: none;
}
section.page#menu h1 {
  position: relative;
  top: auto;
  bottom: auto;
  margin: 0 auto;
}
section.page#menu p.lead {
  font-size: 1.5em;
  line-height: 1.7;
  width: 390px;
  margin: 60px auto;
}
section.page#menu p.lead strong {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 0 0 20px;
}

section.page#menu article {
  position: relative;
  margin: 0 0 100px;
  height: auto;
  overflow: hidden;
}
section.page#menu article .menuList {
  overflow: hidden;
}
section.page#menu article::before {
  content: "";
  width: 100%;
  height: 230px;
  position: absolute;
  top: 85px;
  left: 0;
  background: url(../img/menu/lunch.jpg) no-repeat center / 100%;
}
section.page#menu article.cafe::before {
  background: url(../img/menu/cafe.jpg) no-repeat center / 100%;
}
section.page#menu article.dinner::before {
  background: url(../img/menu/dinner.jpg) no-repeat center / 100%;
}
section.page#menu article h2 {
  font-size: 1.8em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  background: #000;
  padding: 1em 0;
  border-radius: 5px;
  position: relative;
}
section.page#menu article h2::before {
  content: "";
  width: 16px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
}
section.page#menu article h2::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  transform: rotate(0);
  transition: all 0.2s;
}
section.page#menu article.on h2::after {
  transform: rotate(90deg);
  transition: all 0.2s;
}
section.page#menu article h2.btn {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s;
}
section.page#menu article h2.btn:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}
section.page#menu article.open .menuList {
}
section.page#menu article h3 {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  padding: 0.65em 0;
  border-top: solid 2px #000;
  border-bottom: solid 1px #000;
}
section.page#menu article ul {
  overflow: hidden;
  margin: 0 50px;
  padding: 0 0 50px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
section.page#menu article ul::after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #000, #000 8px, transparent 8px, transparent 12px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.page#menu article ul li {
  width: 438px;
  margin: 25px 0;
}
section.page#menu article ul li:nth-of-type(even) {
  margin: 25px 0 25px 60px;
}
section.page#menu article ul li p.tt {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 10px;
}
section.page#menu article ul li p.price {
  font-size: 1.5em;
  margin: 0 0 20px;
  line-height: 1.4;
}
section.page#menu article p.set {
  font-size: 1.5em;
  margin: 30px 50px 10px;
}
section.page#menu article dl {
  width: 350px;
  margin: 260px auto 0;
  overflow: hidden;
  padding: 30px 0;
}
section.page#menu article p.lead {
  font-size: 1.5em;
  line-height: 1.7;
  text-align: center;
  width: auto;
  margin: 0 auto 70px;
}
section.page#menu article dl dt {
  width: 130px;
  float: left;
  font-size: 1.8em;
  line-height: 2.2;
}
section.page#menu article dl dd {
  width: 220px;
  float: left;
  border-left: solid 1px #000;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  font-size: 1.4em;
  line-height: 1.5;
}

section#concept2 {
  color: #fff;
  text-align: center;
  background: url(../img/concept2.jpg) no-repeat center / cover;
}
section#concept2 h1 {
  height: 85px;
  margin: 0 0 50px;
}
section#concept2 h1 svg {
  height: 85px;
}
section#concept2 p {
  font-size: 1.5em;
  line-height: 1.8;
}
section#concept3 {
  text-align: center;
  background: none;
}
section#concept3 .wrap {
}
section#concept3 .wrap .box {
  position: relative;
  width: 1280px;
}
section#concept3 .wrap .box h1 {
  width: 413px;
  padding: 0 0 350px;
  text-align: left;
}
section#concept3 .wrap .box p {
  font-size: 1.5em;
}
section#concept3 .dis-scroll {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section#concept3 .dis-scroll .slick-slide {
  float: left;
  height: 100vh;
  position: relative;
  margin: 0 auto;
}
section#concept3 .dis-scroll .slick-slide::before,
section#concept3 .dis-scroll .slick-slide::after {
  content: "";
  width: 367px;
  height: 284px;
  display: block;
  position: absolute;
  top: calc((100vh - 284px) / 2);
  left: calc((100% - 650px) / 2);
  z-index: -1;
  background: url(../img/concept/concept03_1.jpg) no-repeat center / cover;
}
section#concept3 .dis-scroll .slick-slide::after {
  width: 327px;
  height: 181px;
  left: auto;
  right: calc((100% - 650px) / 2);
  top: calc((100vh - 150px) / 2);
  background: url(../img/concept/concept03_2.jpg) no-repeat center / cover;
}
section#concept3 .dis-scroll .slick-slide.sp::before {
  background: url(../img/concept/concept03_1@2x.jpg) no-repeat center / cover;
}
section#concept3 .dis-scroll .slick-slide.sp::after {
  background: url(../img/concept/concept03_2@2x.jpg) no-repeat center / cover;
}
section#concept3 .dis-scroll .slick-slide.sm::before {
  background: url(../img/concept/concept03_2@2x.jpg) no-repeat center / cover;
}
section#concept3 .dis-scroll .slick-slide.sm::after {
  background: url(../img/concept/concept03_3@2x.jpg) no-repeat center / cover;
}
section#concept3 .dis-scroll .slick-slide.at::before {
  background: url(../img/concept/concept03_3@2x.jpg) no-repeat center / cover;
}
section#concept3 .dis-scroll .slick-slide.at::after {
  background: url(../img/concept/concept03_4@2x.jpg) no-repeat center / cover;
}

section.about {
  background: none;
  height: auto;
  margin: 120px 0;
}
section.about h1 {
  margin: 0 0 55px;
}
section.about h1 svg {
  height: 36px;
}
section.about1 {
  margin: 160px 0 0;
}
section.about1.about h1 {
  width: 100%;
  height: auto;
  margin: 0;
  text-align: center;
}
section.about1.about h1 svg {
  width: 362px;
  height: 104px;
}
section.about1 p {
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
  margin: 40px 0;
}
section.access address {
  font-size: 1.5em;
  line-height: 1.6;
  margin: 0 0 60px;
}
section.access iframe {
  position: absolute;
  top: 100px;
  right: 120px;
}
section.about dl {
  font-size: 1.5em;
  line-height: 1.6;
  padding: 0 0 30px;
}
section.about dl dt {
  font-weight: 700;
  margin: 0 0 2px;
}
section.about dl dd {
  margin: 0 0 20px;
}
section.reservation span.tel {
  font-size: 3em;
  font-weight: 700;
  display: block;
  margin: 0 0 20px;
}
section.reservation .wrap::after {
  content: "";
  width: 520px;
  height: 307px;
  position: absolute;
  bottom: 0;
  right: 120px;
  background: url(../img/about/reservation.jpg) no-repeat center / 100%;
}
section.reservation .btn {
  background: #000;
  width: 300px;
  display: inline-block;
  border-radius: 5px;
  padding: 1em;
  opacity: 1;
  transition: opacity 0.2s;
  font-size: 1.8em;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
section.reservation .btn:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}

section.staff ul {
  display: flex;
}
section.staff ul li {
  flex: 1;
}
section.staff ul li:nth-of-type(2) {
  margin: 0 0 0 90px;
}
section.staff ul li .img {
  width: 100%;
  height: 330px;
  background: url(../img/about/staff01.jpg) no-repeat center / 100%;
}
section.staff ul li:nth-of-type(2) .img {
  background: url(../img/about/staff02.jpg) no-repeat center / 100%;
}
section.staff ul li p {
  font-size: 1.5em;
  line-height: 1.6;
}
section.staff ul li p.tt {
  font-weight: 700;
  margin: 25px 0 15px;
}

section.contact {
  background: none;
  min-height: auto;
  height: auto;
  margin: 200px 0 0;
}
section.contact h1 {
  margin: 0 0 55px;
  text-align: center;
}
section.contact h1 span {
  display: block;
  font-weight: 700;
  margin: 10px 0 0;
}
section.contact h1 svg {
  height: 55px;
}
section.contact .wrap {
  width: 680px;
  margin: 0 auto;
  padding: 0 80px;
}
section.contact p {
  font-size: 1.5em;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 40px;
}
section.contact p strong {
  font-size: 3rem;
  font-weight: 700;
  display: block;
}
section.contact dl {
  overflow: hidden;
}
section.contact dl dt {
  width: 140px;
  float: left;
  box-sizing: border-box;
  font-size: 1.5em;
  text-align: right;
  line-height: 1;
  padding: 1.3em 0;
  position: relative;
}
section.contact dl dt::after {
  content: "*";
}
section.contact dl dd {
  width: 500px;
  float: left;
  margin: 0 0 40px 40px;
}
section.contact .mw_wp_form_confirm dl {
  margin: 0 0 30px;
}
section.contact .mw_wp_form_confirm dl dd {
  font-size: 1.6rem;
  padding: 1.1em;
  background: #eee;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 1.8;
}
section.contact dl dd input,
section.contact dl dd textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 1.1em;
  border: solid 1px #000;
  font-size: 1.6rem;
}
section.contact dl dd input {
  width: 70%;
}
section.contact dl dd.mail input {
  width: 100%;
}
section.contact dl dd textarea {
  resize: vertical;
  min-height: 12em;
}
section.contact p.submitbtn {
  margin: 0 0 0 20px;
}
section.contact p.submitbtn button {
  background: #000;
  color: #fff;
  width: 340px;
  cursor: pointer;
  border: none;
  padding: 1em;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
}
section.contact p.submitbtn button:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}
section.contact p.submitbtn button.return {
  margin: 20px 0 0;
}
section.contact ul.flow {
  position: absolute;
  top: 380px;
  right: 0;
}
section.contact ul.flow li {
  font-size: 12px;
  letter-spacing: 0;
  color: #767676;
  position: relative;
  padding: 0 0 45px;
}
section.contact ul.flow li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #767676;
  border-radius: 50%;
  position: absolute;
  top: 19px;
  left: 7px;
}
section.contact ul.flow li::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #767676;
  position: absolute;
  top: 30px;
  left: 10px;
}
section.contact ul.flow li:nth-of-type(1),
section.contact .mw_wp_form_confirm ul.flow li:nth-of-type(2) {
  color: #000;
}
section.contact .mw_wp_form_confirm ul.flow li:nth-of-type(1)::before,
section.contact .mw_wp_form_confirm ul.flow li:nth-of-type(2)::before,
section.contact ul.flow li:nth-of-type(1)::after,
section.contact .mw_wp_form_confirm ul.flow li:nth-of-type(2)::after {
  background: #000;
}
section.contact ul.flow li:last-child::after {
  display: none;
}
section.contact p.privacy {
  margin: 0 0 40px 180px;
  height: 1.6em;
  letter-spacing: 0;
  position: relative;
  text-align: left;
}
section.contact p.privacy label {
  display: block;
  width: 100%;
  cursor: pointer;
}
section.contact p.privacy span.tt {
  position: absolute;
  top: 0;
  left: 30px;
  pointer-events: none;
}
section.contact p.privacy a {
  display: inline-block;
  color: #3a7b00;
  line-height: 2;
  transition: opacity 0.3s;
  border-bottom: solid 1px #3a7b00;
  pointer-events: auto;
}
section.contact p.privacy a:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

section.pageBox.entry {
  width: 840px;
  counter-reset: number 0;
}
section.pageBox.entry h1 {
  text-align: center;
  display: block;
}
section.pageBox.entry p {
  font-size: 1.5em;
  line-height: 1.8;
  margin: 0 0 25px;
}
section.pageBox.entry h2 {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 700;
  margin: 0 0 20px;
}
section.pageBox.entry h2::before {
  counter-increment: number 1;
  content: counter(number) ".";
}

section.blogindex h1 {
  position: relative;
  width: 289px;
  margin: 0 auto 100px;
}
section.blogindex h1::before {
  content: "";
  width: 175px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 5px;
  left: 0;
}
section.blogindex h1 span {
  display: block;
  text-align: right;
  width: 289px;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}
section.blogindex h1 svg {
  width: 289px;
  height: 110px;
  margin: 0 0 15px;
  display: block;
}
ul.catelist {
  background: #000;
  border-radius: 5px;
  text-align: center;
  margin: 0 0 25px;
}
ul.catelist li {
  display: inline-block;
  margin: 0 30px;
  padding: 12px 0;
}
ul.catelist li a {
  color: #fff;
  font-size: 1.5em;
  line-height: 2.2;
  font-weight: 700;
  display: block;
  transition: border-bottom 0.2s;
  border-bottom: solid 2px #000;
}
ul.catelist li a:hover,
ul.catelist li.current a,
body.category-6 ul.catelist li:first-child a {
  border-bottom: solid 2px #fff;
  transition: border-bottom 0.2s;
}
main section.blogindex {
  background: none;
  margin: 150px 0;
  height: auto;
  min-height: auto;
}
section.blogindex .wrap {
  overflow: hidden;
}
section.blogindex article {
  width: 327px;
  height: 350px;
  margin: 0 0 25px;
  float: left;
}
section.blogindex article:nth-of-type(3n - 1) {
  margin: 0 25px 25px;
}
section.blogindex article .img {
  width: 100%;
  height: 225px;
  margin: 0 0 20px;
  overflow: hidden;
  background: #d9d9d9 url(../img/logo2.svg) no-repeat center;
  background-size: 109px 147px;
}
section.blogindex article .img img {
  transform: scale(1);
  transition: transform 0.2s;
}
section.blogindex article:hover .img img {
  transform: scale(1.03);
  transition: transform 0.5s;
}
section.blogindex article .text {
  opacity: 1;
  transition: opacity 0.2s;
}
section.blogindex article:hover .text {
  opacity: 0.7;
  transition: opacity 0.3s;
}
section.blogindex article time {
  font-size: 10px;
  letter-spacing: 0;
  display: inline-block;
  line-height: 1.4;
  margin: 0 10px 0 0;
}
section.blogindex article span.cat {
  font-size: 10px;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  display: inline-block;
  background: #767676;
  padding: 0.2em 0.8em;
  border-radius: 10px;
}
section.blogindex article h2 {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 500;
  margin: 12px 0 0;
}

section.blogindex .pagerBox {
  text-align: center;
}
section.blogindex ul.pager {
  display: inline-block;
  position: relative;
  margin: 0;
  border: solid 1px #000;
  border-radius: 5px;
}
section.blogindex ul.pager li {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 38px;
  float: left;
}
section.blogindex ul.pager li span {
  font-size: 15px;
  display: block;
  border-right: solid 1px #000;
  width: 75px;
  height: 38px;
}
section.blogindex ul.pager li.heading {
  height: auto;
  position: absolute;
  width: 6em;
  bottom: -22px;
  left: -100%;
  right: -100%;
  margin: 0 auto;
}
section.blogindex ul.pager li.heading span {
  width: auto;
  height: auto;
  border: none;
  font-size: 12px;
  color: #a3a3a3;
  line-height: 1;
}
section.blogindex ul.pager li.next,
section.blogindex ul.pager li.prev {
  width: 130px;
}
section.blogindex ul.pager li.next span,
section.blogindex ul.pager li.prev span {
  width: 130px;
  padding: 10px 0;
  height: 18px;
}
section.blogindex ul.pager li.next a span:hover,
section.blogindex ul.pager li.prev a span:hover,
section.blogindex ul.pager li.first a span:hover,
section.blogindex ul.pager li.last a span:hover {
  background: #000;
  color: #fff;
  transition: all 0.2s;
}
section.blogindex ul.pager li.non span {
  color: #a3a3a3;
}
section.blogindex ul.pager li.next span::before,
section.blogindex ul.pager li.prev span::before {
  content: "";
  width: 12px;
  height: 17px;
  z-index: 10;
  margin: auto 0;
  pointer-events: none;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: 25px;
  overflow: hidden;
  background: url(../img/icon/arrow_on.svg) right;
  background-size: 15px 17px;
}
section.blogindex ul.pager li.next span::before {
  transform: rotate(180deg);
  left: auto;
  right: 25px;
}
section.blogindex ul.pager li.next.non span::before,
section.blogindex ul.pager li.prev.non span::before,
section.blogindex ul.pager li.next a span:hover::before,
section.blogindex ul.pager li.prev a span:hover::before {
  background: url(../img/icon/arrow_off.svg) right;
  background-size: 15px 17px;
}
section.blogindex ul.pager li.first span::before,
section.blogindex ul.pager li.last span::before {
  content: "";
  width: 15px;
  height: 17px;
  z-index: 10;
  margin: auto;
  pointer-events: none;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  background: url(../img/icon/arrow_on.svg) no-repeat center / 100%;
}
section.blogindex ul.pager li.first.non span::before,
section.blogindex ul.pager li.last.non span::before,
section.blogindex ul.pager li.first a span:hover::before,
section.blogindex ul.pager li.last a span:hover::before {
  background: url(../img/icon/arrow_off.svg) no-repeat center / 100%;
}
section.blogindex ul.pager li.last span::before {
  transform: rotate(180deg);
}

section#insta {
  background: none;
}

section#insta h1 {
  padding-top: 103px;
  width: 50%;
  max-width: 450px;
  min-width: 200px;
  position: relative;
}

section#insta h1::before {
  content: "";
  width: calc(100% - 5em);
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 5px;
}

section#insta h1 span {
  display: block;
  text-align: right;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-top: 0.5em;
}

section#insta h1 svg {
  width: 100%;
}
