/*--------------------
全体変更箇所
 --------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
/* トップページ背景色文字色変更 */
body {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", "Noto Serif JP", serif;
  color: #000;
  font-size: 16px;
  line-height: 1.85em;
  background: #fff;
}
/* トップページ以外背景色文字色変更　一括 */
body#subpage {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", "Noto Serif JP", serif;
  color: #000;
  font-size: 16px;
  line-height: 1.85em;
  background: #fff;
}
/* プライバシーポリシーページ背景色文字色変更 */
#policy {
  background: #fff;
  color: #000;
}
/*--------------------
共通ヘッター変更箇所
 --------------------*/
/* 共通ヘッダー背景色文字色変更 */
header {
  background: #fff;
  color: #000;
}
/* 下層ページ電話背景色変更 */
#subpage .tel_box {
  background: #000;
}
/* 下層ページ電話文字色変更 */
#subpage .pc-menu,
#subpage .tel_box a {
  color: #fff;
}
/*--------------------
共通フッター変更箇所
 --------------------*/
/* 共通フッター背景色 */
.footer-bg {
  background: url(../img/footer_bg.jpg) no-repeat top center #000;
  color: #fff;
}
/* フッターボーダー */
#footer .sns_area {
  border-bottom: 1px solid #fff;
}
/* フッターメニュー文字色*/
#footer .footer_tel_box .tel_no,
.footer-menu li a,
.copyright a {
  color: #fff !important;
}
/* SNSアイコンの表示、非表示 */
#footer .sns_area {
  display: block; /* 表示 */
  /*display: none; */ /* 非表示 */
}

/*--------------------
トップページ変更箇所
 --------------------*/
/* バナーエリア　表示/非表示 */
.top_banner_wrap {
  display: block;
  /*display: none;*/
}
/* 採用ボタン　表示/非表示 */
a.saiyou {
  /*display: none;*/
}
nav.globalMenuSp a.saiyou {
  /*display: none;*/
}
/* キャッチコピーエリア、お知らせエリア背景パターン変更 */
/* パターン１:竹と松 */
.top_content_area_01 {
  background: url(../img/top_area01_bg.png) center center no-repeat;
}
.top_content_area_02 .bottom_wrap {
  background: url(../img/top_area02_02.png) no-repeat top center;
}
.news_wrap {
  background: url(../img/top_nwes_bg.png) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .top_content_area_01 {
    background: url(../img/top_area01_bg_sp.png) center center no-repeat;
  }
  .top_content_area_02 .bottom_wrap {
    background: url(../img/top_area02_02_sp.png) no-repeat top center;
  }
  .news_wrap {
    background: url(../img/top_nwes_bg_sp.png) top center no-repeat;
    background-size: contain;
  }
}
/* パターン２:水 */
/*.top_content_area_01 {
    background: url(../img/top_area01_bg_02.png) center center no-repeat;
  }
  .top_content_area_02 .bottom_wrap {
    background: url(../img/top_area02_02_02.png) no-repeat top center;
  }
  .news_wrap {
    background: url(../img/top_nwes_bg_02.png) top center no-repeat;
  }
  @media screen and (max-width: 767px) {
    .top_content_area_01 {
      background: url(../img/top_area01_bg_02_sp.png) center center no-repeat;
    }
    .top_content_area_02 .bottom_wrap {
      background: #fff;
    }
    .news_wrap {
      background: url(../img/top_nwes_bg_02_sp.png) top center no-repeat;
      background-size: contain;
    }
  }*/
/* パターン３:月と花と雲 */
/*.top_content_area_01 {
    background: url(../img/top_area01_bg_03.png) center center no-repeat;
  }
  .top_content_area_02 .bottom_wrap {
    background: url(../img/top_area02_02_03.png) no-repeat top center;
  }
  .news_wrap {
    background: url(../img/top_nwes_bg_03.png) top center no-repeat;
  }
  @media screen and (max-width: 767px) {
    .top_content_area_01 {
      background: url(../img/top_area01_bg_03_sp.png) center center no-repeat;
    }
    .top_content_area_02 .bottom_wrap {
      background: #fff;
    }
    .news_wrap {
      background: url(../img/top_nwes_bg_03_sp.png) top center no-repeat;
      background-size: contain;
    }
  }*/
/* パターン４:無地 */
/*.top_content_area_01 {
    background: #fff;
  }
  .top_content_area_02 .bottom_wrap {
    background: #fff;
  }
  .news_wrap {
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    .top_content_area_01 {
      background: #fff;
    }
    .top_content_area_02 .bottom_wrap {
      background: #fff;
    }
    .news_wrap {
      background: #fff;
    }
  }*/

/* アクセスエリア　背景色/文字色/ボタン罫線/ボタン文字色 パターン変更*/
/* パターン１ */
#toppage .accese {
  background: #000; /*背景色*/
  color: #fff; /*文字色*/
}
.accese .accese_btn a {
  border: 1px solid #fff; /*ボタン罫線*/
  color: #fff; /*ボタン文字色*/
}
.accese .accese_btn a:hover {
  background: rgba(255, 255, 255, 0.2); /*ボタンボバー時背景色*/
}
/* パターン２ */
/*#toppage .accese {
    background: #350202;
    color: #fff;
  }
  .accese .accese_btn a {
    border: 1px solid #fff;
    color: #fff;
  }
  .accese .accese_btn a:hover {
    background: rgba(255,255,255,0.2);
  }*/
/* パターン３ */
/*#toppage .accese {
    background: #efefe8;
    color: #000;
  }
  .accese .accese_btn a {
    border: 1px solid #000;
    color: #000;
  }
  .accese .accese_btn a:hover {
    background: rgba(0,0,0,0.2);
  }*/
/* パターン４ */
/*#toppage .accese {
    background: #fff;
    color: #000;
  }
  .accese .accese_btn a {
    border: 1px solid #000;
    color: #000;
  }
  .accese .accese_btn a:hover {
    background: rgba(0,0,0,0.2);
  }*/

/*--------------------
お品書きページ変更箇所
 --------------------*/
/* お品書きページ背景色文字色変更 */
#menu {
  background: #000;
  color: #fff;
}
/* メニュー文字色/ボーダー色 */
#menu .menu_nav nav a {
  color: #fff;
}

/* メニューホバー時下線色 */
#menu .menu_nav nav a::after {
  background: #fff;
}
/* コンテンツ文字色 */
.osusume_menu_wrap {
  color: #fff;
}
.color_02 {
  color: #cc9164 !important;
}
/* メニュー数調整 */
#menu .menu_nav nav li {
  width: calc(100% / 3 - 0.1px);
}

/*--------------------
店舗ページ変更箇所
 --------------------*/
/* 店舗情報ページ背景色文字色変更 */
#shop {
  background: #000;
  color: #fff;
}
/* カレンダー背景色文字色変更 */
.fc-view-container {
  background: #fff;
  color: #000;
}
/* カレンダータイトル文字色変更 */
.fc-toolbar.fc-header-toolbar {
  color: #000;
  background: #fff;
}
/* ボタン文字色/ボーダー色変更 */
.btnA_01 a,
.btnA_02 a {
  border: 1px solid #fff;
  color: #fff;
}
/* ボタンホバー時色 */
.btnA_01 a:hover,
.btnA_02 a:hover {
  background: rgba(255, 255, 255, 0.2);
}
/*--------------------
 予約ページ変更箇所
  --------------------*/
/* 予約ページ背景色文字色変更 */
#contact {
  background: #fff;
  color: #000;
}
/* タイトル文字色 */
#contact .tel_contact .tel_ttl,
#contact_form h2 {
  color: #724f37;
}

/*--------------------
common
 --------------------*/
.ming {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", "Noto Serif JP", serif;
}
.gothic {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic,
    "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium",
    "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.content_wrap {
  max-width: 1350px;
  margin: 0 auto;
}
.inner {
  width: 945px;
  margin: 0 auto;
}
h2 {
  line-height: 1.5em;
  font-size: 30px;
}
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
}
.h2_title {
  font-size: 42px;
  line-height: 0.8em;
}
.title {
  font-weight: 600;
}

.h2_title span {
  font-size: 18px;
  text-decoration: underline;
}
.pc {
  display: block;
}
.pc_inline {
  display: inline;
}
.sp {
  display: none;
}
.tb {
  display: none;
}

.center {
  text-align: center;
}
.left {
  text-align: left;
}
.center img {
  margin: 0 auto;
}
.t_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.img_link {
  transition: 0.3s;
}
.img_link:hover {
  opacity: 0.7;
}

.btnA_01 {
  display: flex;
  justify-content: center;
  width: 100%;
}
.btnA_02 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.btnA_01 a,
.btnA_02 a {
  font-size: 18px;
  padding: 10px;
  width: 400px;
}
.btnA_01 a:hover,
.btnA_02 a:hover {
  transition: 0.5s;
}
#copy-page {
  cursor: pointer;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb120 {
  margin-bottom: 120px;
}

.red_txt {
  color: #d80015;
}

@media screen and (max-width: 1080px) {
  .tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .content_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .h2_title {
    font-size: 32px;
    line-height: 0.8em;
  }

  .h2_title span {
    font-size: 16px;
    text-decoration: underline;
  }
  .pc {
    display: none;
  }
  .pc_inline {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_mb0 {
    margin-bottom: 0px;
  }
  .sp_mb10 {
    margin-bottom: 10px;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
  .sp_mb30 {
    margin-bottom: 30px;
  }
  .sp_mb40 {
    margin-bottom: 40px;
  }
  .sp_txt_l {
    text-align: left;
  }
  .inner {
    width: 100%;
  }
  #menu {
    font-size: 14px;
  }
  .btnA_01 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .btnA_02 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }

  .btnA_01 a,
  .btnA_02 a {
    width: 85%;
  }
  .btnA_02 a:last-child {
    margin-top: 20px;
  }
}

/*--------------------
header
 --------------------*/
header {
  width: 100%;
  z-index: 100;
}
/* ロゴエリア */
#toppage .logo_box_pc {
  display: flex;
  width: 945px;
  justify-content: space-between;
  margin: 0 auto;
  align-items: flex-end;
  padding-top: 60px;
}

#toppage h1 {
  padding-bottom: 10px;
}

#toppage .tel_box {
  font-size: 20px;
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
}

#toppage .tel_box .tel_no {
  font-size: 28px;
}

#toppage .tel_box a {
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}

#toppage .tel_box a::before {
  position: absolute;
  top: -3px;
  left: 0;
  content: url("../img/tel_top.png");
}

#toppage .head_info {
  width: 945px;
  margin: 0 auto;
  position: relative;
}
#toppage .pc_menu {
  display: flex;
  align-items: center;
  margin: 0px auto;
  padding: 60px 0 0;
  width: 945px;
  font-size: 18px;
  color: #fff;
}
/* ナビエリア */
#toppage .pc_menu nav {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  right: 110px;
  top: 40px;
}
#toppage .pc_menu nav ul {
  justify-content: flex-end;
}
#toppage .pc_menu nav ul li {
  display: block;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 5px 0;
  margin: 0 20px;
  height: 250px;
  transition: 0.3s;
}

#toppage .pc_menu nav ul li a {
  color: #fff;
  padding: 0px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: inline-block;
  height: 100%;
}

#toppage .pc_menu nav ul li:hover {
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}

a.saiyou {
  position: absolute;
  border: 1px solid #fff;
  text-align: center;
  width: 250px;
  color: #fff;
  padding: 8px;
  display: inline-block;
  top: 600px;
  left: 0;
  transition: 0.3s;
}

a.saiyou::after {
  content: "\025b6";
  margin-left: 10px;
}

a.saiyou:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}

/* サブページ */
#subpage header {
  border-bottom: 1px solid #e5e6e7;
}

#subpage .logo_box_pc {
  display: flex;
  width: 945px;
  justify-content: space-between;
  margin: 0 auto;
  align-items: flex-end;
}

#subpage .logo {
  padding-bottom: 20px;
  margin-right: 20px;
}

#subpage .pc-menu {
  margin-bottom: 20px;
  text-align: right;
}

#subpage .tel_box {
  display: inline-block;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  padding: 8px 40px;
}

#subpage .tel_box .tel_no {
  font-size: 22px;
}

#subpage .tel_box a {
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}

#subpage .tel_box a::before {
  position: absolute;
  top: -3px;
  left: 0;
  content: url("../img/tel_sub.png");
}

.img_link:hover {
  opacity: 0.7;
  transition: 0.5s;
}

/* ナビエリア */
#subpage .pc-menu nav ul li {
  display: inline-block;
  font-size: 18px;
  padding: 20px 0 0;
  margin-right: 30px;
  text-align: right;
}

#subpage .pc-menu nav ul li:last-child {
  margin-right: 0px;
}

#subpage .pc-menu nav ul li a {
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

#subpage .pc-menu nav ul li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

#subpage .pc-menu nav ul li a:hover::after {
  transform: scale(1, 1);
}

/*--------------------
sp nav
 --------------------*/
.sp-nav {
  display: none;
}

.sp_header_bg {
  position: fixed;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 90px;
}

.sp-nav-inner {
  display: flex;
}

.sp-nav .logo_box {
  z-index: 3;
}
.sp-nav .logo_box_pc {
  padding: 30px 0 25px 20px;
  position: fixed;
}

.sp-nav .logo img {
  width: 140px;
  margin: 30px 0 0 20px;
}

.sp-nav .tel_box_sp {
  position: fixed;
  right: 80px;
  top: 22px;
  z-index: 3;
}

.sp-nav .tel_box_sp img {
  width: 25px;
}

/* テキストエリア */
.sp-nav .txt_wrap {
  position: relative;
  right: 0;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.sp-nav .mv_txt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  line-height: 4rem;
}

.sp-nav-menu {
  position: fixed;
  z-index: 3;
  right: 20px;
  top: 15px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.sp-nav-menu span {
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  left: 6px;
  background: #7f7f7f;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sp-nav-menu span:nth-child(1) {
  top: 13px;
}

.sp-nav-menu span:nth-child(2) {
  top: 26px;
}

.sp-nav-menu span:nth-child(3) {
  top: 39px;
}

/* ナビ開いてる時のボタン */
.sp-nav-menu.active span:nth-child(1) {
  top: 30px;
  left: 6px;
  background: #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sp-nav-menu.active span:nth-child(2),
.sp-nav-menu.active span:nth-child(3) {
  top: 30px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
nav.globalMenuSp a.saiyou {
  position: relative;
  border: 1px solid #000;
  text-align: center;
  width: 90%;
  color: #000;
  padding: 8px;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 30px;
}

nav.globalMenuSp a.saiyou::after {
  content: "\025b6";
  margin-left: 10px;
}
nav.globalMenuSp .bottom_box {
  background: #000;
  width: 100%;
  color: #fff;
  padding: 20px 0;
  font-size: 16px;
}
nav.globalMenuSp a.google {
  position: relative;
  border: 1px solid #fff;
  text-align: center;
  width: 90%;
  color: #fff;
  padding: 8px;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 0;
}

nav.globalMenuSp a.google::after {
  content: "\025b6";
  margin-left: 10px;
}

#toppage .pc_menu nav {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  right: 110px;
  top: 40px;
}

#toppage .pc_menu nav ul {
  justify-content: flex-end;
}

#toppage .pc_menu nav ul li {
  display: block;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 5px 0;
  margin: 0 20px;
  height: 250px;
  transition: 0.3s;
}

#toppage .pc_menu nav ul li a {
  color: #fff;
  padding: 0px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: inline-block;
  height: 100%;
}

nav.globalMenuSp ul {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 90%;
  justify-content: space-between;
  margin: 140px auto 50px;
}

nav.globalMenuSp ul li {
  display: block;
  font-size: 24px;
  background: #f4f3f3;
  padding: 0px 5px 0;
  margin: 0px;
  height: 78px;
  transition: 0.3s;
  -ms-writing-mode: tb-rl;
  writing-mode: horizontal-tb;
  font-weight: 600;
  text-align: left;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 5px;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  header {
    color: #fff;
    height: 100vh;
  }
  #subpage header {
    height: 90px;
  }

  .sp-nav {
    display: block;
    width: 100%;
  }

  .pc-nav {
    display: none;
  }
}

/*--------------------
subpage header
 --------------------*/
/*--------------------
MV
 --------------------*/
#toppage .mv-container {
}

#toppage .mv_image {
  position: relative;
  /* background: url("../img/mv_img.jpg") center center no-repeat; */
  background-size: cover;
  height: 687px;
}

#toppage .mv_logo {
  position: absolute;
  top: 40px;
  right: 0px;
}

#subpage .mv-container {
  height: 490px;
  color: #000;
}

#subpage .mv_txt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 490px;
}

#subpage .mv_txt h1 {
  background: rgba(255, 255, 255, 0.7);
  font-size: 50px;
  padding: 50px 20px;
  letter-spacing: 0.1em;
}

#subpage .mv_image {
  position: relative;
}
#menu .mv_image {
  background: url("../img/mv_menu_img.jpg") no-repeat center center;
  background-size: cover;
}
#shop .mv_image {
  background: url("../img/mv_shop_img.jpg") no-repeat center center;
  background-size: cover;
}
#contact .mv_image {
  background: url("../img/mv_contact_img.jpg") no-repeat center center;
  background-size: cover;
}
#company .mv_image {
  background: url("../img/mv_company_img.jpg") no-repeat center center;
  background-size: cover;
}
#recruit .mv_image {
  background: url("../img/mv_recruit_img.jpg") no-repeat center center;
  background-size: cover;
}
.mv_image .breadcrumb {
  margin-top: 0px;
  position: absolute;
  width: 945px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 30px;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
.mv_image .breadcrumb a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #toppage .mv-container {
    position: relative;
  }
  #toppage .mv_logo {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }
  #toppage .mv_logo img {
    margin: 0 auto;
    padding-top: 190px;
    width: 70px;
  }
  #toppage .mv_image {
    height: 800px;
    /* background: url("../img/mv_img_sp.jpg") center center no-repeat; */
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }

  #subpage.blog .mv_image {
    background: url("../img/mv_news_img_sp.jpg") center center no-repeat;
    position: absolute;
    top: 90px;
    left: 0px;
    width: 100%;
  }
  #menu .mv_image {
    background: url(../img/mv_menu_img_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #shop .mv_image {
    background: url(../img/mv_shop_img_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #contact .mv_image {
    background: url(../img/mv_contact_img_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #company .mv_image {
    background: url(../img/mv_company_img_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .mv_image .breadcrumb {
    margin-top: 0px;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 30px;
    color: #fff;
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
  }
}
/*--------------------
MV movie
 --------------------*/
#toppage .mv_movie {
  height: 640px;
  position: relative;
}
#video-area {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  height: 640px;
  /* touch-action: none; iOSでスワイプを無効化 */
}
@media screen and (max-width: 767px) {
  #video-area {
    height: 100vh;
    margin: 0; /* 余計なマージンをリセット */
    padding: 0; /* 余計なパディングをリセット */
  }
}

#video {
  /*天地中央配置*/
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  #video {
    width: auto; /* 横幅100% */
  }
}
#toppage .mv_movie .head_info {
  width: 945px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* フィルター  */
#video-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}

/* ドットフィルター
#video-area::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.3);
	background-image: radial-gradient(#444 30%, transparent 31%), radial-gradient(#444 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
*/

/*--------------------
footer
 --------------------*/
.footer-wrap {
  width: 945px;
  margin: 0 auto;
}

#footer .logo-menu {
  padding: 80px 0 40px;
}

#footer .address_box {
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}

#footer .footer_tel_box {
  font-size: 18px;
  position: relative;
  padding: 0 25px 0 50px;
  display: inline-block;
}

#footer .footer_tel_box .tel_no {
  font-size: 34px;
}

#footer .footer_tel_box::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: url("../img/footer_tel.png");
}

#footer .footer_tel_box a {
  margin-top: 5px;
  display: inline-block;
}

#footer .address {
  font-size: 18px;
  margin-top: 10px;
  padding-left: 25px;
}

#footer .sns_area {
  padding: 10px 0 40px;
}
#footer .sns_area ul {
  display: flex;
  justify-content: center;
}
#footer .sns_area li {
  margin-right: 40px;
}
#footer .sns_area li:last-child {
  margin-right: 0;
}
#footer .sns_area a {
  display: inline-block;
  width: 40px;
}
#footer .sns_area a:hover {
  opacity: 0.7;
}
#footer .sns_area img {
  width: 100%;
}

#footer .btn_sns {
  margin: 0 20px;
}

#footer iframe {
  vertical-align: baseline;
}

.footer-menu {
  text-align: center;
  padding-top: 25px;
}

.footer-menu li {
  font-size: 18px;
  display: inline-block;
  margin: 0 15px;
}

.footer-menu li a {
  position: relative;
}

.footer-menu li a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

.footer-menu li a:hover::after {
  transform: scale(1, 1);
}

.copyright {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 25px 0 10px;
}

.copyright a {
  text-decoration: underline;
}

@media screen and (max-width: 1080px) {
  .footer-wrap {
  }
}

@media screen and (max-width: 767px) {
  footer {
  }

  .footer-bg {
    background: url(../img/footer_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  .footer-wrap {
    width: 100%;
    height: auto;
  }

  #footer .logo-menu {
    margin: 0 20px;
    padding: 40px 20px;
  }

  #footer .footer-logo {
    width: auto;
  }

  #footer .address_box {
    display: block;
    margin: 100px 20px 0;
    padding-bottom: 30px;
    border-bottom: 0;
    text-align: center;
  }

  #footer .footer_tel_box {
    font-size: 16px;
    text-align: left;
    margin: 0 auto;
    padding: 0 0 0 50px;
  }

  #footer .footer_tel_box .tel_no {
    font-size: 32px;
  }

  #footer .footer_tel_box a {
    margin-top: 5px;
    display: inline-block;
  }

  #footer .footer_tel_box a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }

  #footer .address {
    font-size: 14px;
    padding: 0;
  }

  #footer .sns_area {
    padding: 10px 0 45px;
    width: 90%;
    margin: 0 auto;
    border-bottom: 2px solid #808080;
  }
  #footer .sns_area li {
    margin-right: 35px;
  }
  #footer .sns_area a {
    width: 35px;
  }
  #footer .sns_area li:last-child {
    margin-right: 0;
  }

  .footer-menu {
    padding-top: 0px;
  }
  .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-menu li {
    font-size: 16px;
    display: block;
    width: calc(100% / 2 - 1px);
    border-bottom: 1px solid #808080;
    margin: 0;
  }
  .footer-menu li:first-child {
    width: 100%;
  }
  .footer-menu li a {
    display: block;
    margin: 10px 0px;
    padding: 10px 0;
  }
  .footer-menu li:nth-child(even) a {
    border-right: 1px solid #808080;
  }

  .copyright {
    display: block;
    font-size: 12px;
    padding: 15px 0 10px;
    text-align: center;
  }
}

/*--------------------
TOP
 --------------------*/

/*----- swiper -----*/
.top_banner_wrap {
  width: 1020px;
  margin: 0 auto;
  margin-top: 30px;
}

.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}

.slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 10px;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 1px solid #979797;
  /*矢印の色*/
  border-right: 1px solid #979797;
  /*矢印の色*/
  height: 30px;
  width: 30px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -3%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -3%;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .top_banner_wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 80%;
    margin: 0 auto;
  }

  /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
  .slider .slick-slide {
    margin: 0 15px;
  }

  /*戻る、次へ矢印の位置*/
  .slick-prev,
  .slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 1px solid #979797;
    /*矢印の色*/
    border-right: 1px solid #979797;
    /*矢印の色*/
    height: 25px;
    width: 25px;
  }
}

/*----- news -----*/
.news_wrap {
  width: 100%;
}

.news_wrap .news_h {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.news_wrap h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 52px;
  padding: 75px 0 35px;
}

.news_wrap .news_box {
  display: flex;
  justify-content: space-between;
  width: 945px;
  margin: 0 auto;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.news_wrap .news_box .news_list {
  width: 305px;
  margin-right: 15px;
}
.news_wrap .news_box .news_list:last-child {
  margin-right: 0;
}

.news_wrap .news_box img {
  width: 305px;
}

.news_wrap .news_box .day {
  margin: 20px 20px 10px;
}

.news_wrap .news_box .news_txt {
  margin: 0 20px;
  font-size: 18px;
  color: #724f37;
}

.news_wrap .news_btn {
  text-align: center;
  margin-bottom: 100px;
}

.news_wrap .news_btn a {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  font-size: 18px;
  padding: 10px;
  width: 450px;
}
.news_wrap .news_btn a:hover {
  background: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

/* 注目のニュース */
.important_news {
  padding: 20px;
  border: 1px solid #222;
  margin-top: 30px;
}

.important_news h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  /* ニュース */
  .news_wrap {
    width: 100%;
  }

  .news_wrap h2 {
    font-size: 32px;
    padding: 75px 0 35px;
  }

  .news_wrap .news_box {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .news_wrap .news_box .news_list {
    margin-right: auto;
  }
  .news_wrap .news_box .news_list:last-child {
    margin-right: auto;
  }
  .news_wrap .news_list {
    width: 75%;
    margin: 0 auto 40px;
    text-align: left;
  }

  .news_wrap .news_box img {
    width: 100%;
  }

  .news_wrap .news_btn {
    margin-bottom: 100px;
  }

  .news_wrap .news_btn a {
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    font-size: 18px;
    padding: 10px;
    width: 85%;
  }

  /* 注目のニュース */
  .important_news {
    font-size: 14px;
    padding: 25px 10px;
    margin: 30px 20px 0px;
  }

  .important_news h2 {
    margin-bottom: 20px;
  }
}

/*----- top_content_area_01 -----*/
.top_content_area_01 {
  background-size: cover;
  position: relative;
  width: 100%;
  height: 570px;
  display: flex;
  justify-content: center;
}

.top_content_area_01 .text_wrap {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.top_content_area_01 .text_wrap .text {
  padding: 100px;
  line-height: 4em;
}

.top_content_area_01 .text h2 {
  font-size: 32px;
  line-height: 1.4em;
  margin-left: 50px;
}

.top_content_area_01 .text p {
  margin-top: 25px;
  color: #724f37;
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 767px) {
  .top_content_area_01 {
    background-size: cover;
    height: auto;
    display: block;
  }

  .top_content_area_01 .text_wrap {
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }

  .top_content_area_01 .text_wrap .text {
    padding: 0;
  }

  .top_content_area_01 .text h2 {
    font-size: 32px;
    line-height: 1.4em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    padding-top: 100px;
  }

  .top_content_area_01 .text p {
    padding: 20px 20px 75px 20px;
    line-height: 2.5em;
    margin-top: 25px;
    color: #724f37;
  }
}

@media screen and (max-width: 349px) {
}

/*----- top_content_area_02 -----*/
.top_content_area_02 {
  width: 100%;
  position: relative;
}

.top_content_area_02 .inner {
  position: relative;
  padding: 0;
}

.top_content_area_02 .top_wrap {
  background: url(../img/top_area02_01.jpg) no-repeat center center;
  height: 470px;
  background-size: cover;
}

.top_content_area_02 .text_wrap h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 300px;
  left: 50px;
  font-size: 58px;
  height: 600px;
  z-index: 5;
  line-height: 1.6em;
}

.top_content_area_02 .text_wrap h2 span {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px 0;
  display: inline;
}

.top_content_area_02 .bottom_wrap {
  height: 526px;
}

.top_content_area_02 .text_wrap .text {
  margin: 0 0 0 400px;
  padding: 0px 80px 0 0;
  line-height: 2.5em;
}

.top_content_area_02 .text_wrap .text p {
  padding-top: 60px;
  color: #724f37;
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 767px) {
  .top_content_area_02 .top_wrap {
    background: url(../img/top_area02_01_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  .top_content_area_02 .text_wrap h2 {
    top: 250px;
    left: 30px;
    font-size: 40px;
  }

  .top_content_area_02 .bottom_wrap {
    height: auto;
  }

  .top_content_area_02 .text_wrap .text {
    margin: 0;
    padding: 150px 30px 80px 30px;
    line-height: 2.5em;
  }
}

@media screen and (max-width: 349px) {
}

/*----- top_link_item -----*/
.top_link_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto 2px;
  position: relative;
  top: calc(448px - 526px);
  left: 0;
}

.link_box {
  width: calc(100% / 3 - 3px);
}

.item-wrap {
  width: 100%;
  background: #fff;
}

.link_box .item-wrap {
  height: 588px;
}

.top_link_item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top_link_item a .link_item {
  display: block;
  width: 100%;
  height: 100%;
}

.top_link_item .image {
  width: 101%;
  height: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.5s ease-out;
}

.top_link_item .bg01 {
  background: url(../img/top_tenpo_bg.jpg) no-repeat center center;
}

.top_link_item .bg02 {
  background: url(../img/top_yoyaku_bg.jpg) no-repeat center center;
}

.top_link_item .bg03 {
  background: url(../img/top_menu_bg.jpg) no-repeat center center;
}

.top_link_item .image:hover {
  opacity: 0.8;
}

.top_link_item h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 10px;
  color: #fff;
  font-size: 32px;
  padding: 50px 10px;
  background: rgba(0, 0, 0, 0.9);
  height: 300px;
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 767px) {
  .top_link_item {
    width: 100%;
    margin: 0 auto 50px;
    top: 0;
  }

  .link_box {
    width: 100%;
    margin: 20px;
    height: 280px;
  }

  .top_link_item h2 {
    letter-spacing: 10px;
    font-size: 28px;
    padding: 25px 10px;
    height: 245px;
  }

  .top_link_item .bg01 {
    background: url(../img/top_tenpo_bg_sp.jpg) no-repeat top center;
    background-size: contain;
  }

  .top_link_item .bg02 {
    background: url(../img/top_yoyaku_bg_sp.jpg) no-repeat top center;
    background-size: contain;
  }

  .top_link_item .bg03 {
    background: url(../img/top_menu_bg_sp.jpg) no-repeat top center;
    background-size: contain;
  }
}
@media screen and (max-width: 365px) {
  .top_link_item .bg01 {
    background-size: cover;
  }

  .top_link_item .bg02 {
    background-size: cover;
  }

  .top_link_item .bg03 {
    background-size: cover;
  }
}

/*----- top_content_area_02 -----*/
.top_content_area_03 {
  width: 100%;
  background: url(../img/top_area03_01.jpg) center center;
  height: 1000px;
}

.top_content_area_03 .text_wrap {
  position: relative;
}

.top_content_area_03 .text_wrap h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 80px;
  right: 50px;
  font-size: 58px;
  height: 600px;
  z-index: 5;
  line-height: 1.6em;
}

.top_content_area_03 .text_wrap h2 span {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 0;
  display: inline;
}

.top_content_area_03 .text_wrap p {
  position: absolute;
  top: 700px;
  left: 100px;
  color: #fff;
  width: 600px;
  line-height: 2.5em;
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 767px) {
  .top_content_area_03 {
    width: 100%;
    background: url(../img/top_area03_01_sp.jpg) top center no-repeat;
    background-size: contain;
    height: auto;
  }

  .top_content_area_03 .text_wrap h2 {
    position: relative;
    font-size: 40px;
    right: auto;
    top: auto;
    height: auto;
    padding-top: 250px;
    left: 30px;
  }

  .top_content_area_03 .text_wrap p {
    color: #724f37;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 349px) {
}

/*----- accese -----*/
.accese {
  padding-bottom: 90px;
}

.accese .head_bg_box {
  background: url(../img/top_acess_01.jpg) no-repeat center top;
  background-size: cover;
  height: 369px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accese .head_bg_box h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 52px;
}

.accese .inner {
  width: 865px;
}

.accese .gmap {
  margin: 35px auto 45px;
}
.accese .gmap iframe {
  width: 865px;
  height: 500px;
}

.accese .store_information {
  display: flex;
  margin-bottom: 50px;
}

.accese .store_information h3 {
  width: 80px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 32px;
  margin-right: 100px;
}

.accese .store_information .info dl {
  display: flex;
  font-size: 18px;
  margin-bottom: 30px;
}

.accese .store_information .info dt {
  width: 110px;
}

.accese .accese_btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.accese .accese_btn a {
  font-size: 18px;
  padding: 10px;
  width: 400px;
}
.accese .accese_btn a:hover {
  transition: 0.5s;
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 767px) {
  .accese .inner {
    width: 100%;
  }
  .accese .head_bg_box {
    background: url(../img/top_acess_01_sp.jpg) no-repeat top center;
    background-size: cover;
    height: 330px;
  }
  .accese .head_bg_box h2 {
    font-size: 32px;
  }
  .accese .gmap iframe {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
  }
  .accese .store_information {
    display: block;
    margin-bottom: 70px;
  }
  .accese .store_information h3 {
    width: auto;
    font-size: 32px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .accese .store_information .info {
    padding: 20px 20px 0;
  }
  .accese .store_information .info dl {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .accese .store_information .info dt {
    width: 110px;
  }

  .accese .store_information .info dd {
    display: block;
    width: 100%;
  }

  .accese .accese_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }

  .accese .accese_btn a {
    width: 85%;
  }
  .accese .accese_btn a:last-child {
    margin-top: 20px;
  }
}

@media screen and (max-width: 349px) {
}

/*--------------------
subpage
  --------------------*/
/*----- mv -----*/
.breadcrumb {
  color: #808080;
  font-size: 14px;
  width: 945px;
  margin: 20px auto;
}

.breadcrumb li {
  display: inline;
  margin-right: 5px;
}

.breadcrumb li::after {
  content: ">";
  margin-left: 5px;
}

.breadcrumb li:last-child::after {
  content: "";
}

.breadcrumb li a {
  color: #000;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0 10px;
  }
}

/*----- content -----*/
@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 767px) {
}

/*--------------------
menu
  --------------------*/
#menu .menu_nav {
  width: 945px;
  margin: 0 auto;
}

#menu .menu_nav nav ul {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 55px;
}

#menu .menu_nav nav li {
  text-align: center;
  padding: 10px 0;
}

#menu .menu_nav nav a {
  font-size: 18px;
  position: relative;
}

#menu .menu_nav nav a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

#menu .menu_nav nav a:hover::after {
  transform: scale(1, 1);
}

#menu .osusume_menu_wrap {
}

#menu .osusume_menu_box1,
#menu .osusume_menu_box2,
#menu .osusume_menu_box3 {
  display: flex;
  width: 100%;
  margin-bottom: 80px;
}

#menu .osusume_menu_box2 {
  width: 945px;
  margin: 0 auto 60px;
}

#menu .osusume_menu_box3 {
  width: 945px;
  margin: 0 auto 100px;
}

#menu .osusume_menu_wrap .menu_img .kakaku {
  font-size: 28px;
}

#menu .osusume_menu_wrap .menu_img .en {
  font-size: 18px;
}

#menu .osusume_menu_wrap .txt_box {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-top: 20px;
}

#menu .osusume_menu_wrap .txt_box h2 {
  font-size: 36px;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  line-height: 1.6em;
  margin-left: 20px;
}

#menu .osusume_menu_wrap .txt_box p {
  line-height: 2.5em;
}

#menu .osusume_menu_box1 .menu_img {
  width: 730px;
  background: url(../img/menu_01.jpg) no-repeat;
  height: 520px;
  position: relative;
}

#menu .osusume_menu_box1 .menu_img .menu_name {
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  right: 35px;
  text-align: right;
}

#menu .osusume_menu_box1 .txt_box {
  width: 425px;
  height: 400px;
}

#menu .osusume_menu_box2 .txt_box {
  margin-right: 60px;
}

#menu .osusume_menu_box2 .txt_box,
#menu .osusume_menu_box3 .txt_box {
  width: 425px;
  height: 380px;
}

#menu .osusume_menu_box2 .menu_img,
#menu .osusume_menu_box3 .menu_img {
  text-align: center;
}

#menu .osusume_menu_box2 .menu_img p,
#menu .osusume_menu_box3 .menu_img p {
  text-align: center;
  font-size: 20px;
}
#menu .osusume_menu_box2 .menu_img .menu_name,
#menu .osusume_menu_box3 .menu_img .menu_name {
  margin-top: 15px;
}

#menu .osusume_menu_box3 .menu_img .img_box {
  text-align: left;
}

.txt_menu_wrap {
  width: 945px;
  margin: 0 auto 130px;
}

.txt_menu {
  display: flex;
  font-size: 20px;
  line-height: 1.8em;
  border-bottom: 1px solid #cc9164;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.txt_menu_wrap h3 {
  width: 240px;
  font-size: 24px;
}

.txt_menu_wrap .right_menu {
  width: 705px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.txt_menu_wrap .menu_name {
  width: 435px;
  line-height: 1.5em;
}

.txt_menu_wrap .menu_price {
  font-size: 26px;
  text-align: right;
  width: 270px;
  line-height: 1.5em;
}

.txt_menu_wrap .menu_price .en {
  font-size: 16px;
}

.txt_menu_wrap .zeinuki {
  text-align: right;
}

.menu_wrap {
  width: 945px;
  margin: 0 auto;
  position: relative;
}

.img_menu_wrap .title_box h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 35px;
  line-height: 0.8em;
}

.img_menu_wrap .title_box p {
  text-align: center;
  margin-bottom: 50px;
}

.img_menu_wrap .img_box {
  display: flex;
  margin-bottom: 50px;
}

.img_menu_wrap .img_box:last-child {
  margin-bottom: 60px;
}

.img_menu_wrap .img_box .menu_img {
  margin-right: 35px;
}
.img_menu_wrap .img_box .menu_txt {
  width: 100%;
}
.img_menu_wrap .img_box .menu_txt .menu_title {
  margin: 10px 0;
  width: 100%;
}

.img_menu_wrap .img_box .menu_txt .menu_title h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.img_menu_wrap .img_box .menu_txt .menu_title .price {
  font-size: 28px;
  width: auto;
}

.img_menu_wrap .img_box .menu_txt .menu_title .price .en {
  font-size: 18px;
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 767px) {
  #menu .menu_nav {
    width: 100%;
    margin: 0 auto;
  }

  #menu .menu_nav nav ul {
    display: block;
    margin: 25px 0 55px;
    border-bottom: none;
  }

  #menu .menu_nav nav li {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  #menu .osusume_menu_box1,
  #menu .osusume_menu_box2,
  #menu .osusume_menu_box3 {
    display: flex;
    width: 85%;
    margin-bottom: 80px;
    flex-wrap: wrap;
    margin: 0 auto 75px;
  }

  #menu .osusume_menu_box1 .menu_img {
    width: 100%;
    background: url(../img/menu_01.jpg) no-repeat top center;
    background-size: cover;
    height: 280px;
    position: relative;
    margin: 0 auto;
  }

  #menu .osusume_menu_box1 .menu_img .menu_name {
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    right: auto;
    left: 5px;
    text-align: left;
  }

  #menu .osusume_menu_box1 .txt_box {
    width: 100%;
    height: 350px;
  }

  #menu .osusume_menu_wrap .txt_box {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  #menu .osusume_menu_wrap .txt_box h2 {
    font-size: 30px;
    text-underline-offset: 0.2em;
  }

  #menu .osusume_menu_wrap .txt_box p {
    font-size: 14px;
  }
  #menu .osusume_menu_wrap .menu_img .kakaku {
    font-size: 20px;
  }
  #menu .osusume_menu_wrap .menu_img .en {
    font-size: 14px;
  }

  #menu .osusume_menu_box2 .txt_box {
    order: 2;
    margin-right: 0px;
  }
  #menu .osusume_menu_box2 .menu_img {
    order: 1;
  }

  #menu .osusume_menu_box2 .txt_box,
  #menu .osusume_menu_box3 .txt_box {
    width: 100%;
    height: 350px;
  }

  #menu .osusume_menu_box2 .menu_img img,
  #menu .osusume_menu_box3 .menu_img img {
    width: 100%;
  }

  #menu .osusume_menu_box2 .menu_img p,
  #menu .osusume_menu_box3 .menu_img p {
    font-size: 16px;
    text-align: left;
  }

  #menu .osusume_menu_box2 .menu_img,
  #menu .osusume_menu_box3 .menu_img {
    text-align: left;
  }

  .txt_menu_wrap {
    width: 90%;
  }

  .txt_menu {
    flex-wrap: wrap;
  }
  .txt_menu_wrap h3 {
    width: 100%;
    font-size: 20px;
  }
  .txt_menu_wrap .right_menu {
    display: block;
    width: 100%;
  }
  .txt_menu_wrap .menu_name {
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
  }
  .txt_menu_wrap .menu_price {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .txt_menu_wrap .menu_price .en {
    font-size: 12px;
  }

  .txt_menu_wrap .zeinuki {
    font-size: 12px;
  }
  .menu_wrap {
    width: 100%;
  }
  .img_menu_wrap {
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
  }
  .img_menu_wrap .title_box {
    width: 100%;
    text-align: center;
  }

  .img_menu_wrap .title_box h2 {
    margin-right: 0;
    font-size: 32px;
  }

  .img_menu_wrap .title_box p {
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    margin-bottom: 30px;
    display: block;
  }

  .img_menu_wrap .img_box {
    flex-wrap: wrap;
  }
  .img_menu_wrap .img_menu_right {
    width: 100%;
  }

  .img_menu_wrap .img_box .menu_img {
    margin-right: 0px;
    width: 100%;
  }
  .img_menu_wrap .img_box .menu_img img {
    width: 100%;
  }

  .img_menu_wrap .img_box .menu_txt .menu_title h3 {
    font-size: 16px;
    width: auto;
    margin-bottom: 0;
  }
  .img_menu_wrap .img_box .menu_txt .menu_title .price {
    font-size: 22px;
  }
  .img_menu_wrap .img_box .menu_txt .menu_title .price .en {
    font-size: 14px;
  }
}

/*--------------------
shop
  --------------------*/
#shop .shop_info {
  width: 630px;
  margin: 0 auto;
}
#shop .shop_info .wrap {
  margin: 80px 0 80px;
}
#shop .shop_info .wrap dl {
  display: flex;
  padding-bottom: 40px;
}
#shop .shop_info .wrap dt {
  width: 200px;
}
#shop .shop_info .wrap dd {
  font-size: 18px;
}
#shop .map {
  width: 870px;
  margin: 0 auto;
}
#shop .map .gmap {
  margin: 90px auto 50px;
}
#shop .map iframe {
  width: 865px;
  height: 500px;
}

/* カレンダー */
#shop .calendar {
  width: 870px;
  margin: 0 auto;
}
#source-calendar {
  width: 870px;
  margin: 0 auto 40px;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 5px !important;
  padding: 5px;
}
th.fc-day-header.fc-widget-header {
  background: #e1b87f;
  font-size: 18px;
  padding: 5px 0;
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 767px) {
  #shop .shop_info {
    width: 100%;
    margin: 0 auto;
  }
  #shop .shop_info .wrap {
    margin: 70px 0 80px;
  }
  #shop .shop_info .wrap dl {
    display: flex;
    padding-bottom: 40px;
    margin: 0 25px;
  }
  #shop .shop_info .wrap dt {
    width: 85px;
  }
  #shop .shop_info .wrap dd {
    font-size: 16px;
    width: calc(100% - 85px);
  }

  #shop .map {
    width: 100%;
    margin: 0 auto;
  }
  #shop .map .gmap {
    margin: 90px auto 50px;
  }
  #shop .map iframe {
    width: 100%;
    height: 350px;
  }

  /* カレンダー */
  #shop .calendar {
    width: 90%;
    margin: 0 auto;
  }
  #source-calendar {
    width: 100%;
    margin: 0 auto 40px;
  }
  .fc-toolbar h2 {
    font-size: 20px;
  }
}

/*--------------------
recruit
 
  --------------------*/
@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 767px) {
}

/*--------------------
news
  --------------------*/
@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 767px) {
}

/*--------------------
contact
  --------------------*/
#contact .tel_contact {
  width: 867px;
  margin: 0 auto;
}
#contact .tel_contact .wrap {
  margin: 60px auto 100px;
  text-align: center;
}
#contact .tel_contact .tel_ttl {
  font-size: 30px;
  margin-bottom: 45px;
  font-weight: 600;
}
#contact .tel_contact .kariyoyaku {
  font-size: 24px;
  margin-bottom: 25px;
}
#contact .tel_contact .tel_no {
  position: relative;
  display: inline-block;
  font-size: 50px;
  padding-left: 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
#contact .tel_contact .tel_no::before {
  position: absolute;
  top: -6px;
  left: 0;
  content: url("../img/tel_icon.png");
}
#contact_form h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
#contact_form form {
  width: 867px;
  margin: 0 auto;
}
#contact_form dl {
  display: flex;
  border: 1px solid #e3e4e4;
  border-bottom: none;
}
#contact_form dl.last {
  border-bottom: 1px solid #e3e4e4;
  margin-bottom: 15px;
}

#contact_form dt {
  font-weight: bold;
  position: relative;
  vertical-align: middle;
  width: 320px;
  background: #efefe8;
  border-right: 1px solid #e3e4e4;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
#contact_form dt label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 1em;
  align-items: center;
}
#contact_form dd {
  padding: 30px 30px;
  align-items: center;
  width: calc(100% - 320px);
  background: #fff;
}

#contact_form input[type="text"],
#contact_form input[type="date"] {
  height: 40px;
  font-size: 16px;
  padding: 0 16px;
  -webkit-appearance: none;
  border: 1px solid #b4b4b4;
  margin-right: 10px;
}
#contact_form select {
  height: 40px;
  font-size: 16px;
  padding: 0 16px;
  -webkit-appearance: none;
  border: 1px solid #b4b4b4;
  margin-right: 10px;
  display: block;
  margin-top: 15px;
}

#contact_form textarea {
  border: 0px;
  width: 100%;
  height: 150px;
  padding: 10px;
  border: 1px solid #b4b4b4;
}
#contact_form .hissu {
  font-size: 12px;
  background-color: #931212;
  color: #fff;
  padding: 4px 9px;
  position: relative;
  top: -1px;
}

#contact_form input.medium {
  width: 60%;
}

#contact_form input.short {
  width: 35%;
}
.form_txt {
  width: 800px;
  margin: 0 auto;
}
.submit_btn_wrap {
  position: relative;
  cursor: pointer;
  margin: 30px auto 120px;
  width: 400px;
}

.submit_btn {
  color: #fff;
  background: #000;
  display: block;
  width: 400px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  transition: background 0.3s ease;
}

.submit_btn:hover {
  background: #444;
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 767px) {
  #contact .tel_contact {
    width: 100%;
    margin: 0 auto;
  }
  #contact .tel_contact .wrap {
    margin: 80px auto 80px;
    text-align: center;
  }
  #contact .tel_contact .tel_ttl {
    font-size: 22px;
    margin-bottom: 40px;
  }
  #contact .tel_contact .kariyoyaku {
    font-size: 20px;
  }
  #contact .tel_contact .tel_no {
    font-size: 45px;
    padding-left: 28px;
  }
  #contact .tel_contact .tel_no::before {
    content: url("../img/tel_icon_sp.png");
  }

  #contact_form h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  #contact_form form {
    width: 100%;
  }
  #contact_form dt {
    font-size: 14px;
    width: 128px;
    padding: 0 25px;
  }
  #contact_form dt label {
    line-height: 1.4em;
    display: block;
  }
  #contact_form dd {
    width: calc(100% - 128px);
    padding: 30px 15px;
  }
  #contact_form textarea {
    height: 180px;
  }
  #contact_form .label {
    display: block;
    margin-bottom: 5px;
  }
  #contact_form .hissu {
    padding: 2px 5px;
    margin-left: 0px;
  }

  #contact_form input.medium {
    width: 100%;
  }

  #contact_form input.short {
    width: 75%;
  }
  .form_txt {
    width: 90%;
  }
  #contact_form .sp_center {
    text-align: center;
    margin-bottom: 20px;
  }
  .submit_btn_wrap {
    margin: 30px auto 90px;
    width: 100%;
  }

  .submit_btn {
    width: 90%;
  }
  .thanks_contact .wrap {
    width: 80%;
    margin: 0 auto;
  }
}

/*--------------------
privacypolicy
  --------------------*/
.policy {
  width: 860px;
  margin: 0 auto;
}
.policy .ttl_wrap h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 60px 0 30px;
}
.policy .text_wrap h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1em;
}
.policy .text_wrap p {
  margin-bottom: 1.2em;
}
.policy .text_wrap li {
  margin-bottom: 1.3em;
}

.notice {
  color: #ff918a;
  font-size: 14px;
}

.policy ol {
  margin: 15px 0;
}

.policy ol li {
  list-style-type: decimal;
  margin-left: 1.3em;
}

#policy .btnA_01 {
  margin: 50px 0 120px;
}
#policy .btnA_01 a {
  background: #000;
  border: none;
}
#policy .btnA_01 a:hover {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .policy {
    width: 100%;
    padding: 0 20px;
  }
}

/*--------------------
company
--------------------*/
#company .inner {
  width: 866px;
}

#company h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #724f37;
  font-weight: bold;
}
/*-- company table共通 --*/
#company table {
  border: 2px solid #c0c0c0;
  border-collapse: collapse;
  width: 100%;
}
#company table tr {
  border-bottom: 2px solid #c0c0c0;
}
#company table tr:last-child {
  border: none;
}
#company table th {
  background: #3d3d3d;
  white-space: nowrap;
  padding: 25px;
  color: #fff;
}
#company table td {
  padding: 25px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  #company .inner {
    width: 100%;
  }

  #company h2 {
    font-size: 26px;
  }

  #company table {
    border: 1px solid #c0c0c0;
    font-size: 14px;
    line-height: 1.57em;
  }
  #company table tr {
    border-bottom: 1px solid #c0c0c0;
  }
  #company table tr:last-child {
    border: none;
  }

  #company table th {
    padding: 10px 15px;
  }
  #company table td {
    padding: 10px 15px;
  }
}

/*-- company-ove --*/
#company-ove {
  padding: 75px 0 86px;
}

@media screen and (max-width: 767px) {
}

/*-- company-his --*/
#company-his {
  padding: 0 0 86px;
}

#company-his table {
  border: 2px solid #f5f5f5;
}
#company-his table tr {
  border-bottom: 2px solid #f5f5f5;
}
#company-his table tr:last-child {
  border: none;
}

#company-his table th {
  background: #f4f4f4;
  font-size: 16px;
  color: #000;
}

#company-his table th span {
  margin: 0 0.25ex;
}
#company-his table th span:first-child {
  margin: 0 0.25ex 0 0;
}

@media screen and (max-width: 767px) {
  #company-his {
    padding: 0 0 80px;
  }

  #company-his table th {
    font-size: 14px;
  }
}

/*-- company-map --*/
#company-map {
  padding: 0 0 120px;
}

#company-map .map_area {
  width: 100%;
  height: 500px;
}
#company-map .map_area iframe {
  width: 100%;
  height: 500px;
}

#company .btnA_01 {
  margin-top: 50px;
}

#company .btnA_01 a {
  background: #000;
  border: none;
}
#company .btnA_01 a:hover {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  #company-map {
    padding: 0 0 90px;
  }

  #company-map .map_area {
    height: 350px;
  }
  #company-map .map_area iframe {
    height: 350px;
  }
}

/*--------------------
 recruit
  --------------------*/
#recruit .wrap {
  width: 943px;
  margin: 0 auto;
}

#recruit h2 {
  margin-bottom: 24px;
  text-align: center;
  color: #724f37;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #recruit .wrap {
    width: 100%;
  }
}

/*----- recruit-message -----*/
#recruit-mess {
  text-align: center;
  padding: 40px 0 75px;
}

/*#recruit-mess h2 {
   color: #cc9164;
 }

 #recruit-mess h2 span {
   color: #724f37;
 }

 #recruit-mess h2 span:before {
   content: "|";
   margin: 0 1ex;
   font-weight: normal;
 }*/

#recruit-mess .inner {
  width: 867px;
}

#recruit-mess h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 80px;
  color: #724f37;
}

#recruit-mess p {
  margin-top: 30px;
  line-height: 2em;
  margin-bottom: 40px;
}

#recruit-mess .img_box {
  display: flex;
  justify-content: space-between;
}

#recruit-mess .box {
  width: 309px;
  height: 221px;
  background: #dedfe0;
}

@media screen and (max-width: 767px) {
  #recruit-mess {
    padding: 57px 0 100px;
  }

  #recruit-mess .inner {
    text-align: left;
    width: 79%;
  }

  /*#recruit-mess h2,*/
  #recruit-deta h2 {
    font-size: 26px;
  }

  #recruit-mess h2 {
    font-size: 22px;
    margin-top: 30px;
  }

  #recruit-mess p {
    font-size: 16px;
    margin-bottom: 50px;
  }

  #recruit-mess .img_box {
    flex-direction: column;
    align-items: center;
  }

  #recruit-mess .box {
    width: 79%;
    height: calc(79vw * 0.7152);
    margin-bottom: 10px;
  }

  #recruit-mess .box:last-child {
    margin-bottom: 0;
  }
}

/*----- recruit-deta -----*/
#recruit-deta {
  padding: 0 0 120px;
}

#recruit-deta .inner {
  width: 867px;
}

#recruit-deta table {
  border-collapse: collapse;
  border: 2px solid #c0c0c0;
  width: 100%;
  margin-top: 20px;
}

#recruit-deta tr {
  border-bottom: 2px solid #c0c0c0;
}

#recruit-deta tr:last-child {
  border: none;
}

#recruit-deta th {
  background: #3d3d3d;
  padding: 35px 30px;
  vertical-align: middle;
  width: 180px;
  white-space: nowrap;
  color: #fff;
}

#recruit-deta td {
  padding: 27px;
}

#recruit-deta .text_box {
  width: 806px;
  margin: 15px auto 45px;
  line-height: 1.5em;
}

#recruit-deta ul {
  margin-top: 25px;
}
#recruit-deta li:before {
  content: "・";
}

#recruit-deta dl {
  font-size: 20px;
  margin-top: 25px;
}

#recruit-deta dt {
  float: left;
  font-weight: normal;
}

#recruit-deta dt:after {
  content: ":";
  margin: 0 1ex;
}

#recruit .btnA_01 {
  margin-top: 50px;
}

#recruit .btnA_01 a {
  background: #000;
  border: none;
}
#recruit .btnA_01 a:hover {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  #recruit-deta {
    padding: 0 0 90px;
  }

  #recruit-deta .text_box {
    width: 83%;
    margin: 30px auto 60px;
  }

  #recruit-deta table {
    border: none;
    border-top: 2px solid #e4e5e6;
    border-bottom: 2px solid #e4e5e6;
    font-size: 14px;
  }

  #recruit-deta .inner {
    width: 100%;
  }

  #recruit-deta th {
    padding: 10px 15px;
    vertical-align: top;
    width: 105px;
  }

  #recruit-deta .text_box {
    font-size: 16px;
  }

  #recruit-deta dt {
    float: none;
  }
}

/* 20250408追記 */
/* ロゴ大きさ調整 */
#toppage .logo_box_pc img {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .sp-nav .logo img {
    width: 160px;
    margin: 20px 0 0 0;
  }
}
/* 20250415追記 */
.top_content_area_03 .text_wrap p {
  width: 660px;
}

@media screen and (max-width: 767px) {
  .top_content_area_03 .text_wrap p {
    color: #724f37;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 20px;
    text-shadow: 1px 1px 1px #fcfcfc;
  }
}

/* 20250416追記 */

/* 縦書き→横書き */
.top_content_area_01 .text_wrap {
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
}
.top_content_area_01 .text h2 {
  margin-left: 0px;
}
@media screen and (max-width: 767px) {
  .top_content_area_01 .text h2 {
    writing-mode: horizontal-tb;
    padding: 100px 20px 0px 20px;
  }
}

.top_content_area_01 {
  height: auto;
}

.top_content_area_01 .text_wrap .text {
  line-height: 3em;
}

.accese .store_information h3 {
  width: 150px;
  -ms-writing-mode: tb-rl;
  writing-mode: horizontal-tb;
  font-size: 32px;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .accese .store_information h3 {
    width: auto;
    font-size: 32px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-left: 20px;
  }
}

.top_content_area_03 .text_wrap h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: horizontal-tb;
  position: absolute;
  top: 550px;
  left: 100px;
  font-size: 58px;
  height: 600px;
  z-index: 5;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  .top_content_area_03 .text_wrap h2 {
    position: relative;
    font-size: 40px;
    right: auto;
    top: auto;
    height: auto;
    padding-top: 250px;
    left: 30px;
  }
}
/* 20250516変更 padding-top: 310px;*/
@media screen and (max-width: 767px) {
  .top_content_area_03 .text_wrap h2 {
    position: relative;
    font-size: 40px;
    right: auto;
    top: auto;
    height: auto;
    padding-top: 310px;
    left: 30px;
  }
}

.top_content_area_03 .text_wrap h2 span {
  padding: 0;
}

#subpage .mv_txt {
  writing-mode: horizontal-tb;
}
#subpage .mv_txt h1 {
  padding: 15px 20px;
}

#menu .osusume_menu_wrap .txt_box {
  writing-mode: horizontal-tb;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  #menu .osusume_menu_wrap .txt_box {
    writing-mode: horizontal-tb;
    margin-left: 0px;
  }
}

#toppage .pc_menu nav {
  writing-mode: horizontal-tb;
}
#toppage .pc_menu nav ul li {
  height: 60px;
  padding: 15px 60px;
  background: rgba(0, 0, 0, 0.1);
}

#toppage .pc_menu nav ul li:hover {
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

nav.globalMenuSp ul {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 90%;
  justify-content: space-between;
  margin: 140px auto 50px;
}
nav.globalMenuSp ul li {
  display: block;
  font-size: 24px;
  background: #f4f3f3;
  padding: 0px 5px 0;
  margin: 0px;
  height: 78px;
  transition: 0.3s;
  -ms-writing-mode: tb-rl;
  writing-mode: horizontal-tb;
  font-weight: 600;
  text-align: left;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 5px;
}

.accese .head_bg_box h2 {
  writing-mode: horizontal-tb;
}

.top_content_area_02 .text_wrap h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: horizontal-tb;
  position: absolute;
  top: 250px;
  left: 50px;
  font-size: 58px;
  height: 600px;
  z-index: 5;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  .top_content_area_02 .text_wrap h2 {
    top: 300px;
    left: 30px;
    font-size: 40px;
  }
}

.top_content_area_02 .text_wrap h2 span {
  padding: 0px;
}

@media screen and (max-width: 767px) {
  .top_content_area_02 .text_wrap .text {
    margin: 0;
    padding: 40px 30px 80px 30px;
    line-height: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .top_content_area_03 .text_wrap p {
    padding: 100px 20px 80px 20px;
  }
}

.top_content_area_02 .bottom_wrap {
  height: 350px;
}
@media screen and (max-width: 767px) {
  .top_content_area_02 .bottom_wrap {
    height: auto;
  }
}

/* -------------------------- */

/* 各所調整 */
#menu .osusume_menu_box2 .txt_box {
  margin-right: 30px;
}

#menu .osusume_menu_box1 .txt_box {
  height: auto;
}
#menu .osusume_menu_box2 .txt_box,
#menu .osusume_menu_box3 .txt_box {
  height: auto;
}

#menu .osusume_menu_wrap .txt_box h2 {
  margin-left: 0px;
}

nav.globalMenuSp ul li {
  text-align: center;
}

/* --------------- */

/* 背景消す */
.top_content_area_01 {
  background: none;
}
.top_content_area_02 .bottom_wrap {
  background: none;
}
.news_wrap {
  background: none;
}
/* --------------------- */

/* 20250421追記 */
.accese .accese_btn {
  justify-content: center;
}

/* 20250423追記 */
#subpage .seat .mv_image {
  background: url("../img/mv_seat_img.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #subpage .seat .mv_image {
    background: url("../img/mv_seat_img_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}

/* 全体の横スクロールを防ぐ */
html,
body {
  overflow-x: hidden;
}

/* すべての要素にbox-sizingを適用 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 画像やコンテンツの幅を親要素に収める */
img {
  max-width: 100%;
  height: auto;
}

/* 横幅が広がる要素を調整 */
.container {
  max-width: 100%;
  overflow: hidden;
}

/* 20250516追記 */
.top_content_area_03 {
  height: 1200px;
}
@media screen and (max-width: 767px) {
  .top_content_area_03 {
    width: 100%;
    background: url(../img/top_area03_01_sp.jpg) top center no-repeat;
    background-size: contain;
    height: auto;
  }
}