/* reset
------------------------------------------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block;
}

picture {
  display: inline-block;
}

.wrapper {
  overflow-x: hidden;
}

p {
  line-height: 2;
}

ol, ul, menu, nav {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=reset],
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button {
  display: block;
}

button, input[type=reset], input[type=submit] {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #200909;
}

button, a, span, div, li {
  -webkit-tap-highlight-color: transparent;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  width: 100%;
}

body {
  background: #fff;
}

a {
  text-decoration: none;
}

.cont_sp {
  display: none !important;
}

@media (max-width: 850px) {
  .cont_sp {
    display: block !important;
  }
  .cont_pc {
    display: none !important;
  }
}
html {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.4em;
}
@media (max-width: 850px) {
  html {
    font-size: 14px;
  }
}

.font_sm {
  font-size: 12px;
}

body {
  position: relative;
  min-height: 100vh;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  left: 0;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_indent {
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.inner {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1320px) {
  .inner {
    width: 88%;
  }
}
@media (max-width: 850px) {
  .inner {
    width: 100%;
    padding: 0 30px;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10000;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 850px) {
  header {
    padding: 20px 30px;
  }
}
header .header_logo {
  width: 171px;
  line-height: 0;
}
@media (max-width: 850px) {
  header .header_logo {
    width: 171px;
  }
}
header .header_logo a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
header .header_logo a:hover {
  opacity: 0.6;
}
header .header_logo a .logo_wh {
  display: none;
}
header .header_logo.active a .logo_bl {
  display: none;
}
header .header_logo.active a .logo_wh {
  display: block;
}
header .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
header .header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header_nav ul li {
  margin-left: 25px;
}
header .header_nav ul li:first-child {
  margin-left: 0;
}
header .header_nav ul li a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 16px;
}
header .header_nav ul li a:hover {
  opacity: 0.6;
}

.header_ham {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 100%;
}
.header_ham::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 45px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_ham div {
  position: absolute;
  top: 38px;
  right: 30px;
  width: 45px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_ham::after {
  content: "";
  position: absolute;
  bottom: 28px;
  right: 30px;
  width: 45px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_ham.active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 35px;
  background: #fff;
}
.header_ham.active div {
  opacity: 0;
}
.header_ham.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 40px;
  background: #fff;
}

.ham_cont {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #000;
  z-index: 15;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ham_cont.active {
  height: 100%;
}
.ham_cont .inner {
  padding: 60px 30px;
}
.ham_cont .ham_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 850px) {
  .ham_cont .ham_nav {
    display: block;
  }
}
.ham_cont .ham_nav .ham_nav_01 {
  padding: 0 0 8px;
  margin: 0 20px;
}
@media (max-width: 850px) {
  .ham_cont .ham_nav .ham_nav_01 {
    margin: 70px 0 0;
  }
}
.ham_cont .ham_nav .ham_nav_01 li {
  margin-left: 40px;
}
@media (max-width: 850px) {
  .ham_cont .ham_nav .ham_nav_01 li {
    width: 50%;
    margin: 0 0 30px;
  }
}
.ham_cont .ham_nav .ham_nav_01 li:first-child {
  margin-left: 0;
}
.ham_cont .ham_nav .ham_nav_01 li a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ham_cont .ham_nav .ham_nav_01 li a:hover {
  opacity: 0.6;
}

footer {
  width: 100%;
  padding: 100px 0;
  z-index: 10000;
  background: #fcf6e8;
}
footer .footer_contact_ttl {
  font-size: 36px;
  color: #b90000;
  text-align: center;
  font-weight: 400;
}
footer .footer_contact_txt {
  text-align: center;
}
footer .footer_contact_txt .footer_contact_txt_01 {
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
}
footer .footer_contact_txt .footer_contact_txt_02 {
  font-size: 12px;
  line-height: 1;
  margin: 12px 0 0;
  letter-spacing: 0.2em;
}
footer .footer_contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  margin: 20px 0 40px;
}
@media screen and (max-width: 1100px) {
  footer .footer_contact_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .footer_contact_info .footer_contact_info_01 {
  width: 48%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  footer .footer_contact_info .footer_contact_info_01 {
    width: 100%;
  }
}
@media (max-width: 850px) {
  footer .footer_contact_info .footer_contact_info_01 {
    display: block;
    padding: 20px 0;
  }
}
footer .footer_contact_info .footer_contact_info_02 {
  width: 22%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1100px) {
  footer .footer_contact_info .footer_contact_info_02 {
    width: 48%;
  }
}
@media (max-width: 850px) {
  footer .footer_contact_info .footer_contact_info_02 {
    width: 100%;
    padding: 20px 0;
  }
}
footer .footer_contact_info .footer_contact_info_icon_calendar {
  width: 30px;
  margin: 0 25px 0 0;
  line-height: 0;
}
footer .footer_contact_info .footer_contact_info_icon_chair {
  width: 22px;
  margin: 0 25px 0 7px;
  line-height: 0;
}
footer .footer_contact_info .footer_contact_info_txt_01 {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin: 0 25px 0 0;
}
footer .footer_contact_info .footer_contact_info_txt_02 {
  font-size: 14px;
  letter-spacing: 0.2em;
}
footer .footer_contact_info .footer_contact_info_txt_03 {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
footer .footer_contact_info .footer_contact_info_txt_03 span {
  font-size: 12px;
}
footer .footer_contact_attention {
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media (max-width: 850px) {
  footer .footer_contact_attention {
    font-size: 12px;
  }
}
footer .footer_copyright {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 50px 0 0;
}

.ttl_tate {
  display: block;
  padding: 0;
  font-size: 36px;
  color: #b90000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 850px) {
  .ttl_tate {
    font-size: 26px;
  }
}

.btn {
  display: inline-block;
  position: relative;
  padding: 12px 0;
  width: 230px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  cursor: pointer;
}
.btn a {
  color: #b90000;
}
.btn a span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -7px 0 0;
  width: 33px;
  height: 14px;
  border-radius: 7px;
  background: #b90000;
}
.btn a span img {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  margin: -4px 0 0;
}
.btn::before {
  content: "";
  background: #b90000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  z-index: 2;
}
.btn::after {
  content: "";
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.btn:hover {
  opacity: 0.6;
}

.column_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1100px) {
  .column_02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.column_02 .column_02_block {
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .column_02 .column_02_block {
    width: 100%;
  }
}
.column_02 .column_02_block .column_02_img {
  margin: 0 0 20px;
}
.column_02 .column_02_block .column_02_ttl {
  font-size: 24px;
  color: #b90000;
  font-weight: 400;
  margin: 0 0 20px;
  line-height: 1.5;
}
@media (max-width: 850px) {
  .column_02 .column_02_block .column_02_ttl {
    font-size: 20px;
  }
}
.column_02 .column_02_block .column_02_txt {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  padding: 8px 18px;
  background: #b90000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  border-radius: 36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 850px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    gap: 20px;
  }
}
.wp-pagenavi .previouspostslink span:first-child,
.wp-pagenavi .nextpostslink span:first-child {
  width: 32px;
  height: 14px;
  display: inline-block;
  background: #fff;
  padding: 3px 0 0 5px;
  border-radius: 10px;
}
.wp-pagenavi .previouspostslink span:first-child img,
.wp-pagenavi .nextpostslink span:first-child img {
  width: 7px;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  opacity: 0.6;
}
.wp-pagenavi .previouspostslink.disabled,
.wp-pagenavi .nextpostslink.disabled {
  opacity: 0;
}
.wp-pagenavi .previouspostslink.disabled:hover,
.wp-pagenavi .nextpostslink.disabled:hover {
  opacity: 0;
}
.wp-pagenavi .previouspostslink {
  margin: 0 auto 0 0;
}
.wp-pagenavi .nextpostslink {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 0 0 auto;
}
.wp-pagenavi .nextpostslink span:first-child {
  padding: 3px 0 0 20px;
}
.wp-pagenavi .nextpostslink span:first-child img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-pagenavi .page, .wp-pagenavi .current {
  margin: 0 15px;
}
@media (max-width: 850px) {
  .wp-pagenavi .page, .wp-pagenavi .current {
    display: none;
  }
}
.wp-pagenavi .current {
  color: #b90000;
}
.wp-pagenavi .backbtn {
  color: #b90000;
}
@media (max-width: 850px) {
  .wp-pagenavi .backbtn {
    display: none;
  }
}

.home .kv {
  position: relative;
  padding: 0 0 0 35px;
  height: 720px;
  width: 100%;
  overflow: hidden;
  background: #fcf6e8;
}
@media (max-width: 850px) {
  .home .kv {
    padding: 0;
  }
}
.home .kv h2 {
  position: absolute;
  top: 37%;
  left: 15%;
  z-index: 10;
}
@media (max-width: 850px) {
  .home .kv h2 {
    top: auto;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.home .kv .kv_bg {
  position: absolute;
  top: 0;
  left: 35px;
  width: 100%;
  height: 100%;
  background: url("../images/top/kv_pc.jpg") no-repeat top center;
  background-size: cover;
}
@media (max-width: 850px) {
  .home .kv .kv_bg {
    left: 0;
    background: url("../images/top/kv_sp.jpg") no-repeat top center;
    background-size: cover;
  }
}
.home .top_profile {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .home .top_profile {
    padding: 10% 0 100px;
  }
}
.home .top_profile .inner {
  width: 100%;
  max-width: none;
}
@media (max-width: 850px) {
  .home .top_profile .inner {
    padding: 0;
  }
}
.home .top_profile .profile_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5% 0 0;
}
@media (max-width: 850px) {
  .home .top_profile .profile_inner {
    display: block;
    padding: 0;
  }
}
.home .top_profile .profile_l {
  width: 65%;
  max-width: 880px;
}
@media (max-width: 850px) {
  .home .top_profile .profile_l {
    width: 95%;
  }
}
.home .top_profile .profile_r_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 40px 0 0 100px;
}
@media (max-width: 850px) {
  .home .top_profile .profile_r_inner {
    padding: 70px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home .top_profile .profile_r_inner h3 {
  margin: 0 0 0 45px;
}
@media (max-width: 850px) {
  .home .top_profile .profile_r_inner h3 {
    margin: 0 0 0 35px;
  }
}
.home .top_profile .profile_r_inner p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 85px 0 0;
}
.home .top_profile .btn {
  margin: 20px 0 0 140px;
}
@media (max-width: 850px) {
  .home .top_profile .btn {
    margin: 20px auto 0;
    display: block;
  }
}
.home .top_profile .profile_bg {
  background: #fcf6e8;
  width: 100%;
  height: 290px;
  position: absolute;
  top: 0;
  left: 0;
}
.home .top_menu {
  background: #fcf6e8;
  padding: 100px 0;
}
.home .top_menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .home .top_menu .inner {
    display: block;
  }
}
@media screen and (max-width: 1100px) and (max-width: 850px) {
  .home .top_menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1100px) {
  .home .top_menu .inner .ttl_tate {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
  }
}
@media screen and (max-width: 1100px) and (max-width: 850px) {
  .home .top_menu .inner .ttl_tate {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-align: left;
  }
}
.home .top_menu .menu_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0 0;
}
@media (max-width: 850px) {
  .home .top_menu .menu_cont {
    display: block;
  }
}
.home .top_menu .menu_cont_block {
  width: 33.333%;
  padding: 0 0 0 50px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .home .top_menu .menu_cont_block {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 850px) {
  .home .top_menu .menu_cont_block {
    width: 100%;
    padding: 0 0 0 10%;
    margin: 0 0 20%;
  }
}
.home .top_menu .menu_cont_block_name {
  font-size: 24px;
  color: #b90000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 400;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  line-height: 1;
}
.home .top_menu .menu_cont_block_txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 0 0 auto;
}
.home .top_menu .menu_cont_block_txt_01 {
  color: #b90000;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin: -40px 10px 0 0;
}
@media (max-width: 850px) {
  .home .top_menu .menu_cont_block_txt_01 {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: -25px;
  }
}
.home .top_menu .menu_cont_block_txt_02 {
  height: 300px;
  line-height: 1.8;
  margin: 40px 25px 0 0;
}
@media screen and (max-width: 1050px) {
  .home .top_menu .menu_cont_block_txt_02 {
    height: 400px;
  }
}
@media (max-width: 850px) {
  .home .top_menu .menu_cont_block_txt_02 {
    height: 250px;
  }
}
.home .top_menu .menu_cont_swiper {
  margin: 50px 0 0;
}
@media (max-width: 850px) {
  .home .top_menu .menu_cont_swiper {
    margin: 0;
  }
}
.home .top_menu .menu_cont_swiper .swiper-slide {
  width: 590px;
  position: relative;
  overflow: auto;
  padding: 50px 0;
}
@media (max-width: 850px) {
  .home .top_menu .menu_cont_swiper .swiper-slide {
    padding: 25px 0;
  }
}
.home .top_menu .menu_cont_swiper .swiper-slide .menu_cont_block_txt_01 {
  position: absolute;
  top: 20px;
  left: 15px;
  margin: 0;
  color: #b90000;
  background: #fff;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  padding: 10px;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 850px) {
  .home .top_menu .menu_cont_swiper .swiper-slide .menu_cont_block_txt_01 {
    font-size: 16px;
    letter-spacing: 0.1em;
    top: 0px;
    left: 10px;
    right: auto;
  }
}
.home .top_blog {
  padding: 100px 0;
}
.home .top_blog .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home .top_blog .blog_cont {
  padding: 45px 80px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 850px) {
  .home .top_blog .blog_cont {
    padding: 45px 30px 0 0;
  }
}
.home .top_blog .blog_cont ul {
  margin: 0 0 50px;
}
.home .top_blog .blog_cont ul li {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.25em;
}
.home .top_blog .blog_cont ul li a {
  display: block;
  padding: 25px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home .top_blog .blog_cont ul li a:hover {
  opacity: 0.6;
}
.home .top_blog .blog_cont ul li .blog_date {
  display: inline-block;
  margin-right: 15px;
}
.home .top_blog .blog_cont ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.home .top_blog .blog_cont ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: #b90000;
}
@media (max-width: 850px) {
  .home .top_blog .blog_cont ul li span {
    display: block;
  }
}
.home .top_access {
  padding: 0 0 100px;
}
.home .top_access .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 850px) {
  .home .top_access .inner {
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.home .top_access .inner .access_l .access_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 850px) {
  .home .top_access .inner .access_l .access_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home .top_access .inner .access_l .access_inner .access_txt {
  margin: 50px 35px 0 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 850px) {
  .home .top_access .inner .access_l .access_inner .access_txt {
    margin: 50px 0 0;
    line-height: 1.5;
  }
}
.home .top_access .inner .access_l .btn {
  margin: 40px 0 0;
}
.home .top_access .inner .access_r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 850px) {
  .home .top_access .inner .access_r {
    margin: 0 0 0 -30px;
  }
}
.home .top_access .inner .access_r iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  height: 540px;
}
@media (max-width: 850px) {
  .home .top_access .inner .access_r iframe {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 850px) {
  .home .top_access .btn {
    margin: 40px auto 0;
  }
}

.local .kv {
  height: 550px;
  width: 100%;
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 850px) {
  .local .kv {
    height: 450px;
    padding: 0 35px;
  }
}
.local .kv h2 {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
}

.profile .kv {
  background: url("../images/profile/kv_pc.jpg") no-repeat top center;
  background-size: cover;
}
@media (max-width: 850px) {
  .profile .kv {
    background: url("../images/profile/kv_sp.jpg") no-repeat top center;
    background-size: cover;
  }
}
.profile .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.profile_ttl_01 {
  font-size: 32px;
  color: #b90000;
  font-weight: 400;
}
@media (max-width: 850px) {
  .profile_ttl_01 {
    font-size: 26px;
    margin: 0 0 30px;
    line-height: 1.6;
  }
}

.profile_txt_01 {
  letter-spacing: 0.2em;
}

.profile_concept_ttl_wrap {
  background: #fcf6e8;
}

.profile_concept_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 80px 0;
}
@media (max-width: 850px) {
  .profile_concept_ttl {
    display: block;
  }
}
.profile_concept_ttl .profile_concept_ttl_l {
  width: 400px;
}
@media (max-width: 850px) {
  .profile_concept_ttl .profile_concept_ttl_l {
    width: 100%;
  }
}
.profile_concept_ttl .profile_concept_ttl_r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.2em;
}

.profile_cont_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 850px) {
  .profile_cont_ttl {
    display: block;
  }
  .profile_cont_ttl .profile_cont_ttl_img {
    margin: 0 0 0 10%;
  }
}
.profile_cont_ttl.profile_cont_ttl_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 100px 0 0;
}
.profile_cont_ttl.profile_cont_ttl_reverse .profile_cont_ttl_img {
  border-radius: 5px 0 0 5px;
}
.profile_cont_ttl.profile_cont_ttl_reverse::before {
  top: auto;
  bottom: 0;
}
@media (max-width: 850px) {
  .profile_cont_ttl.profile_cont_ttl_reverse::before {
    height: 75%;
  }
}
.profile_cont_ttl .profile_cont_ttl_img {
  width: 60%;
  max-width: 800px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
@media (max-width: 850px) {
  .profile_cont_ttl .profile_cont_ttl_img {
    width: 90%;
  }
}
.profile_cont_ttl .profile_cont_ttl_cont {
  width: 40%;
  padding: 0 4%;
  position: relative;
  z-index: 2;
}
@media (max-width: 850px) {
  .profile_cont_ttl .profile_cont_ttl_cont {
    width: 100%;
    margin: 50px 0 0;
    padding: 0 30px;
  }
}
.profile_cont_ttl .profile_cont_ttl_cont .profile_ttl_01 {
  margin: 0 0 5%;
}
.profile_cont_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #fcf6e8;
}
@media (max-width: 850px) {
  .profile_cont_ttl::before {
    height: 10%;
  }
}

.profile_swiper_01 {
  padding: 55px 0 0;
  position: relative;
}
@media (max-width: 850px) {
  .profile_swiper_01 {
    padding: 40px 0 0;
  }
}
.profile_swiper_01:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #fcf6e8;
}

.profile_sakana {
  background: #fcf6e8;
  padding: 75px 0;
}

.profile_other .profile_ttl_01 {
  text-align: center;
  padding: 80px 0 0;
}
.profile_other .profile_ttl_01 br {
  display: none;
}
@media (max-width: 850px) {
  .profile_other .profile_ttl_01 {
    margin: 0;
  }
  .profile_other .profile_ttl_01 br {
    display: block;
  }
}
.profile_other .profile_other_txt {
  text-align: center;
  padding: 40px 0 80px;
  background: #fcf6e8;
}

.profile_seat .profile_ttl_01 {
  text-align: center;
  padding: 80px 0 40px;
}
@media (max-width: 850px) {
  .profile_seat .profile_ttl_01 {
    padding: 80px 0 5px;
  }
}

.profile_access {
  padding: 80px 0;
}
@media (max-width: 850px) {
  .profile_access .profile_ttl_01 {
    text-align: center;
  }
}
.profile_access .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 850px) {
  .profile_access .inner {
    display: block;
    padding: 0;
  }
}
.profile_access .inner .profile_access_l {
  width: 65%;
  height: 450px;
}
@media (max-width: 850px) {
  .profile_access .inner .profile_access_l {
    width: 100%;
    height: 300px;
  }
}
.profile_access .inner .profile_access_l iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  height: 450px;
}
@media (max-width: 850px) {
  .profile_access .inner .profile_access_l iframe {
    height: 300px;
  }
}
.profile_access .inner .profile_access_r {
  width: 35%;
  margin: 40px 0;
}
@media (max-width: 850px) {
  .profile_access .inner .profile_access_r {
    width: 100%;
    padding: 0 30px;
  }
}
.profile_access .inner .profile_access_r .profile_access_txt {
  margin: 20px 0;
}

.access .kv {
  background: url("../images/access/kv_pc.jpg") no-repeat top center;
  background-size: cover;
}
@media (max-width: 850px) {
  .access .kv {
    background: url("../images/access/kv_sp.jpg") no-repeat top center;
    background-size: cover;
  }
}

.access_info {
  padding: 80px 0;
}
.access_info iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 850px) {
  .access_info iframe {
    height: 300px;
  }
}
.access_info p {
  margin: 50px 0 0;
  text-align: center;
}
@media (max-width: 850px) {
  .access_info .inner {
    padding: 0;
  }
  .access_info p {
    letter-spacing: 0.2em;
  }
}

.blog .kv {
  background: url("../images/blog/kv_pc.jpg") no-repeat top center;
  background-size: cover;
}
@media (max-width: 850px) {
  .blog .kv {
    background: url("../images/blog/kv_sp.jpg") no-repeat top center;
    background-size: cover;
  }
}
.blog .blog_list {
  padding: 80px 0;
}
@media (max-width: 850px) {
  .blog .blog_list {
    padding: 40px 0;
  }
}
.blog ul {
  margin: 0 0 50px;
}
.blog ul li {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.25em;
}
.blog ul li a {
  display: block;
  padding: 25px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog ul li a:hover {
  opacity: 0.6;
}
.blog ul li .blog_date {
  display: inline-block;
  margin-right: 15px;
}
.blog ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.blog ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: #b90000;
}
.blog ul li:last-child::before {
  display: none;
}
.blog ul li:last-child::after {
  display: none;
}
@media (max-width: 850px) {
  .blog ul li span {
    display: block;
  }
}

.single .header_nav a {
  color: #000;
}
.single .header_ham::before,
.single .header_ham div,
.single .header_ham::after {
  background: #000;
}
.single .header_ham.active::before,
.single .header_ham.active div,
.single .header_ham.active::after {
  background: #fff;
}
.single .blog_detail {
  padding: 200px 0 100px;
}
@media (max-width: 850px) {
  .single .blog_detail {
    padding: 140px 0 100px;
  }
}
.single .blog_detail .inner {
  max-width: 800px;
}
.single .blog_detail .blog_detail_date {
  font-size: 14px;
  margin: 0 0 25px;
}
.single .blog_detail .blog_detail_ttl {
  font-size: 24px;
  color: #b90000;
  line-height: 1.5;
  position: relative;
  padding: 0 0 40px;
  margin: 0 0 40px;
}
.single .blog_detail .blog_detail_ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.single .blog_detail .blog_detail_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: #b90000;
}
.single .blog_detail .blog_detail_inner p, .single .blog_detail .blog_detail_inner figure {
  letter-spacing: 0.2em;
  margin: 0 0 40px;
}
.single .blog_detail .blog_detail_inner h2 {
  font-size: 20px;
  color: #b90000;
  margin: 0 0 20px;
}

.menu {
  position: relative;
  overflow: hidden;
}
.menu .kv {
  background: url("../images/menu/kv_pc.jpg") no-repeat top center;
  background-size: cover;
}
@media (max-width: 850px) {
  .menu .kv {
    background: url("../images/menu/kv_sp.jpg") no-repeat top center;
    background-size: cover;
  }
}
.menu .menu_food {
  padding: 80px 0 0;
}
@media (max-width: 850px) {
  .menu .menu_food {
    padding: 80px 0;
  }
}
.menu .menu_drink {
  padding: 80px 0 0;
  background: #fcf6e8;
}
.menu .menu_ttl_01 {
  font-size: 32px;
  text-align: center;
  color: #b90000;
  font-weight: 400;
  margin: 0 0 45px;
}
.menu .menu_ttl_02 {
  font-size: 24px;
  color: #b90000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 400;
}
.menu .menu_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 80px;
  gap: 50px;
}
@media (max-width: 850px) {
  .menu .menu_columns {
    display: block;
    padding: 0;
  }
}
.menu .menu_columns.menu_columns_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.menu .menu_columns.menu_columns_drink {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 850px) {
  .menu .menu_columns.menu_columns_drink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    gap: 0 50px;
  }
}
.menu .menu_columns .menu_column {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 15px;
}
@media (max-width: 850px) {
  .menu .menu_columns .menu_column {
    width: 100%;
    padding: 0 0 60px;
    gap: 10px;
  }
}
.menu .menu_columns .menu_column.menu_column_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 850px) {
  .menu .menu_columns .menu_column.menu_column_center {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
.menu .menu_columns .menu_column_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 15px;
}
@media (max-width: 850px) {
  .menu .menu_columns .menu_column_02 {
    padding: 0 0 60px;
    gap: 10px;
  }
}
.menu .menu_column_img_01 {
  width: 115%;
  margin: 0 -15% 0 0;
}
@media screen and (min-width: 1321px) {
  .menu .menu_column_img_01 {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 850px) {
  .menu .menu_column_img_01 {
    width: calc(100% + 30px);
    margin: 0 -30px 0 0;
  }
}
.menu .menu_column_img_02 {
  width: 115%;
  margin: 0 0 0 -15%;
}
@media screen and (min-width: 1321px) {
  .menu .menu_column_img_02 {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 850px) {
  .menu .menu_column_img_02 {
    width: calc(100% + 30px);
    margin: 0 0 0 -30px;
  }
}
.menu .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  padding: 35px 0 0;
}
.menu .menu_list li {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.menu .menu_txt_01 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 35px 0 0;
}
.menu .menu_txt_02 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border: 1px solid #000;
  padding: 20px;
  letter-spacing: 0.2em;
}
@media (max-width: 850px) {
  .menu .menu_txt_02 {
    display: block;
    margin: 0 0 0 auto;
  }
}
.menu .menu_txt_03 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 14px;
  letter-spacing: 0.2em;
  padding: 35px 0 0;
}
.menu .menu_access {
  padding: 80px 0;
}
.menu .menu_access_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 850px) {
  .menu .menu_access_columns {
    display: block;
  }
}
.menu .menu_access_columns .menu_access_column_map {
  width: 60%;
}
@media (max-width: 850px) {
  .menu .menu_access_columns .menu_access_column_map {
    width: calc(100% + 60px);
    margin: 0 0 0 -30px;
  }
}
.menu .menu_access_columns .menu_access_column_map iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  height: 400px;
}
.menu .menu_access_columns .menu_access_column {
  width: 35%;
}
@media (max-width: 850px) {
  .menu .menu_access_columns .menu_access_column {
    width: 100%;
    margin: 30px 0 0;
  }
}
/*# sourceMappingURL=styles.css.map */