@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Template: mm_lightning
Version: 0.1.2
*/

@import url("https://use.typekit.net/spc0fkj.css");

* {
  font-size: 16px;
  font-family: 'Yu Mincho', 'serif';
  color: #333333;
  letter-spacing: 2px;
  font-weight: 500;
}
.gothic,
.gothic div,
.gothic span,
.gothic a,
.gothic p,
.gothic td {
  font-family: 'Yu Gothic', 'sans-serif';
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  line-height: inherit;
}

.btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.container {
  padding: 0;
  width: 100%;
  text-align: center;
}

.sp {
  display: none;
}

.mainSection-title {
  display: none;
}

iframe {
  max-width: 100%;
}

.pc_or_sp.sp_only {
  display:none;
}
@media screen and (max-width: 991px) {
  .pc_or_sp.pc_only {
    display:none;
  }
  .pc_or_sp.sp_only {
    display:block;
  }
}

/* ボタン */
.btn01 {
  width: 440px;
  background-color: #1a1f27;
  color: #fff;
  border: none;
  height: 45px;
  position: relative;
  font-weight: 400;
}

.btn01:before {
  content: '';
  position: absolute;
  top: 35%;
  right: 30px;
  width: 13px;
  height: 13px;
  border-top: solid 3px white;
  border-right: solid 3px white;
  transform: rotate(45deg);
}

/* ヘッダーナビゲーションメニュー */

@media (min-width: 991px) {
  .vk-mobile-nav-menu-btn {
    display: none;
  }
}

.lang-btn-sp {
  display: none;
}

.siteHeader {
  background-color: rgba(0, 0, 0, 0.8);
}

.gMenu_name {
  color: white;
  font-weight: 500;
}

.nav li a {
  color: white;
}

.navbar-brand img {
  max-height: none !important;
}

@media (min-width: 992px) {
  .siteHeader .container {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
  }

  ul.gMenu > li > a:after {
    border-bottom: none
  }
}

.nav > li > a {
  padding: 0 18px;
}
@media screen and (max-width:1100px) {
  .nav > li > a {
    padding: 0 10px;
  }
}

.container:before, .container:after {
  display: none;
}

.change-lang-wrapper {
  position: relative;
}

.change-lang-wrapper:before {
  content: '';
  position: absolute;
  top: 0.25vw;
  right: 5px;
  width: 9px;
  height: 9px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
  pointer-events: none;
}

.siteHeadContainer select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: 0 0;
  color: #fff;
  padding: 0 22px 0 0;
  letter-spacing: 1px;
  font-size: 90%;
}

.siteHeadContainer select::-ms-expand {
  display: none;
}

.siteHeadContainer option {
  color: black;
}

.siteHeadContainer option:first-child {
  display: none;
}


.form-control {
  font-size: 16px;
  padding: 0;
  height: initial;
  line-height: initial;
}

.form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vk-mobile-nav-menu-btn:lang(en-US), .vk-mobile-nav-menu-btn:lang(zh-CN), .vk-mobile-nav-menu-btn:lang(zh-TW), .vk-mobile-nav-menu-btn:lang(ko-KR) {
  display: none !important;
}

.navToggle:lang(en-US), .navToggle:lang(zh-CN), .navToggle:lang(zh-TW), .navToggle:lang(ko-KR) {
  right: 8px;
}

.vk-mobile-nav {
  transition: none;
}


/* トップページスライダー Swiper */
.swiper-container {
  margin: 0 !important;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 18s linear 0s 1 normal both;  
}

.slide-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.swiper-container .header-center-logo {
  position: absolute;
  top: calc(50% + 31px);
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

/* フッター */
footer {
  border-top: none;
  background-color: #1a1f27;
}

footer .footerMenu {
  border: none;
}

.sectionBox {
  padding: 0;
}

@media (min-width: 768px) {
  footer .footerMenu li a {
      border: none;
  }

  footer .footerMenu li:last-child a {
    border: none;
  }

  footer .footerMenu ul {
    margin: 50px 0 40px;
    display: flex;
    justify-content: center;
  }
}

/* フッターウィジェット */
.footer-contents {
  padding-top: 50px;
}

.footer-contents p {
  margin: 30px 0 20px;
  color: white;
}

.footer-sns-btn {
  display: flex;
  justify-content: space-around;
  width: 178px;
  margin: 0 auto;
}

.footer-sns-btn a {
  display: flex;
  align-items: center;
}

.line-btn {
  display: block;
  width: 150px;
  margin: 20px auto 0;
}

/* コピーライト */
footer .copySection {
  border: none;
}

footer .copySection {
  border: none;
  padding: 10px 0;
  background-color: #8a0114;
  width: 100%;
}

footer .copySection p {
  font-family: 'Yu Gothic';
  color: white;
  margin: 0;
}




/* メイン部分全体 */
.siteContent {
  padding: 0;
}




/* トップページ ブロック01 */
.top-block01 {
  padding: 80px 0 140px;
  position: relative;
}

.top-block01 .sp {
  width: 80%;
  margin: 0 auto;
}




/* トップページ ブロック02 */
.top-block02 {
  background-color: #ffeeca;
  padding: 0 0 70px;
}

.top-block02 .block-title {
  padding: 80px 0 90px;
}

.top-block02 .block-title .jp {
  font-size: 220%;
  margin: 0 0 20px;
}

.block-title .jp {
  font-size: 240%;
  margin: 100px 0 20px;
  font-weight: 400;
}

.block-title .en {
  position: relative;
}

.block-title .en p {
  font-family: futura-pt, sans-serif;
  font-size: 150%;
  font-weight: 400;
  background-color: #ffeeca;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block-title span {
  font-size: inherit;
  color: #8a0114;
  font-weight: 400;
}

.block-title .en span {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.block-title .border {
  width: 25%;
  height: 2px;
  max-height: 2px;
  background: #8a0114;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.osusume-menu {
  width: 60%;
  margin: 0 auto 70px;
  position: relative;
}

.osusume-menu-name {
  position: absolute;
  color: #fff;
  background-color: #8a0114;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 25px 0;
  font-size: 200%;
  font-weight: 400;
}

.osusume-menu-comment {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 110%;
  text-align: left;
  word-break: keep-all;
}

.osusume-menu-name.shoyu, .osusume-menu-name.miso {
  top: -30px;
  left: 110px;
}

.osusume-menu-name.shio {
  top: -30px;
  right: 30px;
}

.osusume-menu-comment.shoyu, .osusume-menu-comment.miso {
  top: 10%;
  left: 40px;
}

.osusume-menu-comment.shio {
  top: 10%;
  right: 95px;
}

.osusume-menu img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


/* 多言語 */
.i18n {
  width: 60%;
  margin: 0 auto;
}

.i18n .osusume-menu {
  width: 100%;
  margin: 0;
}

.i18n .osusume-menu.kogashi {
  margin: 0 auto 20px;
}

.i18n .osusume-menu-name {
  top: -27px;
  text-align: left;
  padding: 5px 25px 5px 15px;
  width: 350px;
  font-weight: 400;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -o-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
}

.i18n .shirotaka .osusume-menu-name {
  right: 0;
  text-align: right;
}

.i18n .osusume-menu-comment {
  padding: 20px 0;
  font-size: 125%;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -o-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  position: relative;
  margin-bottom: 100px;
}

.i18n-poop {
  font-size: 130%;
  width: 60%;
  position: absolute;
  top: 580px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}

.en-font {
  font-family:'Times New Roman' !important;
}

.top-block01.en {
  padding: 80px 0 200px;
}




/* トップページ 投稿 */
#ltg_post_list-3, #ltg_post_list-4 {
  width: 26%;
  display: inline-block;
  margin: 20px 76px 20px;
}

.media {
  border-bottom: 1px solid #aebabf;
  padding: 0;
  height: 90px;
  position: relative;
  margin: 20px 0;
}

.media:first-child {
  border-top: none;
}

.entry-meta {
  margin-bottom: 38px;
}

/* タイトル */
.media .media-body .media-heading a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: 'Yu Gothic';
}

.media .media-body .media-heading {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
  display: inline-block;
}

/* 本文 */
a.media-body_excerpt {
  display: none;
}

/* カテゴリ */

span.entry-meta_items.entry-meta_items_term {
  position: absolute;
  left: 0;
  top: 0;
}

.btn.btn-primary {
  color: #8a0114;
  border: 2px solid #8a0114;
  border-radius: 0;
  background-color: #fff;
  width: 140px;
  padding: 0;
  height: 26px;
  line-height: 25px;
  font-family: 'Yu Gothic';
  font-size: 100%;
  font-weight: 600;
}

.entry-meta .btn.btn-primary {
  color: #8a0114;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #8a0114;
  background-color: white;
  border-color: #8a0114;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}



/* 日付 */
span.published.entry-meta_items {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #aebabf;
  font-family: 'Yu Gothic';
  margin: 0 0 5px;
}

.fa_v5_css .entry-meta_items.published::before {
  display: none;
}




/* トップページ ブロック03 */
#custom_html-7, #custom_html-8, #custom_html-9 {
  display: none;
}

.top-block03 {
  display: flex;
  justify-content: center;
}

.top-block03 .block-title {
  width: 26%;
  display: inline-block;
  margin: 0 76px;
  padding: 0;
}

.top-block03 .block-title .jp {
  font-size: 200%;
  margin: 130px 0 20px;
  word-break: keep-all;
  display: flex;
  justify-content: center;
  font-weight: 400;
}

.top-block03 .block-title .en p {
  background-color: white;
}

.top-block03 .block-title .border {
  width: 100%;
}

.top-block03 .btn01 {
  width: 260px;
}




/* トップページ ブロック04 */
.top-block04 {
  border: 2px solid #333333;
  width: 60%;
  margin: 180px auto 0;
  padding: 10px;
}

.top-block04 > div {
  border: 2px solid #333333;
  padding: 30px;
}

.top-block04 .block-title {
  padding: 20px 0 50px;
  /* display: -webkit-box; */
}

.block-title .jp.media-info {
  margin: 0 0 20px;
  font-weight: 400;
}

.top-block04 .block-title .en p {
  background-color: white;
}

.top-block04 .block-title .border {
  width: 45%;
}

.top-block04 .text p:first-child {
  color: #8a0114;
  font-size: 200%;
  margin: 20px 0;
  font-weight: 400;
}

.top-block04 .text .pc, .top-block04 .text .sp {
  font-family: 'Yu Gothic';
  line-height: 1.5;
}




/* トップページ ブロック05 */
.top-block05 {
  padding-bottom: 200px;
}

.top-block05 .block-title {
  margin-bottom: 100px;
}

.top-block05 .block-title .jp {
  font-size: 240%;
  margin: 180px 0 20px;
  font-weight: 400;
}

.top-block05 .block-title .en p {
  background-color: white;
}

.area-block {
  width: 60%;
  margin: 60px auto 0;
}

.area-name {
  text-align: left;
  border-bottom: 2px solid #8a0114;
  padding: 0 0 18px;
  margin-bottom: 30px;
}

.shop-list {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 25% 25% 25% 25%;
  grid-gap: 20px 30px;
}

.shop-list li {
  border: 2px solid #ececec;
  position: relative;
  padding: 0 0 80px;
}

.shop-list li:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.shop-list li:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.shop-list li:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.shop-list li:nth-child(4) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
}

.shop-list li:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
}

.shop-list li:nth-child(6) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
}


@media(max-width: 1400px) {
  .shop-list li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .shop-list li:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .shop-list li:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
  }

  .shop-list li:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
  }

  .shop-list li:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
  }

  .shop-list li:nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
  }
}

.shop-img {
  height: 160px;
}

.shop-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.shop-name {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px 20px 10px;
}

.shop-name p {
  font-family: 'Yu Gothic';
  text-align: initial;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 5px 0 0 0;
  word-break: keep-all;
  width: 88%;
}

.shop-name img {
  max-width: initial;
  padding: 5px 0 5px 5px;
}

.shop-detail table {
  border: none;
}

.shop-detail table tr td {
  font-family: 'Yu Gothic';
  color: #333333;
  text-align: initial;
  letter-spacing: 1px;
  padding: 2px 10px;
  border: none;
  word-break: break-word;
}

.shop-detail table tr td:first-child {
  word-break: keep-all;
  display: block;
}

.shop-detail table tr td a {
  font-family: 'Yu Gothic';
  color: #333333;
  text-decoration: underline;
}

.pdf-link {
  text-align: right;
  position: absolute;
  bottom: 35px;
  right: 0;
}

.map-link {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.pdf-link::before, .map-link:before {
  content: '';
  position: absolute;
  top: 30%;
  right: 10px;
  width: 9px;
  height: 9px;
  border-top: solid 1px #8a0114;
  border-right: solid 1px #8a0114;
  transform: rotate(45deg);
}

.pdf-link a, .map-link a {
  font-family: 'Yu Gothic';
  color: #8a0114;
  letter-spacing: 0px;
  font-size: 90%;
  padding: 0 25px 0 0;
}




/* 固定ページ共通 */
.page-header {
  background-color: white;
  height: 300px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: bottom;
  border: none;
}

.page-header_pageTitle, h1.page-header_pageTitle:first-child {
  font-weight: 400;
  letter-spacing: 10px;
}

.page-header_pageTitle {
  font-size: 360% !important;
}




/* パンくずリスト */
.breadSection {
  border-bottom: none;
}

.breadSection .breadcrumb>li+li:before {
  content: ">";
  font-size: 120%;
  padding: 0 15px;
  color: #aebabf;
}

.breadSection .breadcrumb span {
  font-size: inherit;
  font-family: 'Yu Gothic';
}

.breadSection .breadcrumb {
  padding: 10px 0;
  width: 54%;
  margin: 0 auto;
  text-align: left;
  line-height: 1.75;
}

.breadSection .breadcrumb li:last-child span {
  color: #8a0114;
}




/* 新着情報 */
.post-type-news .page-header {
  background-image: url(https://takanotsu.me/wp/wp-content/uploads/2019/11/news_header.jpg);
}

.mainSection .postList {
  margin: 60px auto 150px;
  width: 54%;
}

.media-body {
  text-align: left;
}




/* ページネーション */
.page-numbers li {
  margin: 0 10px 0 0 !important;
  width: 40px;
  height: 40px;
  background-color: #1A1F27;
}

.page-numbers li:hover {
  opacity: 0.9;
}

.page-numbers li:last-child {
  margin: 0 !important;
}

.page-numbers li a:hover {
  color: white;
}

.page-numbers li a:hover {
  background-color: #1A1F27 !important;
}

.page-numbers li a, ul.page-numbers li span.page-numbers {
  padding: 0 0 4px 0 !important;
  border: none !important;
  margin-left: 0 !important;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: white;
}

.page-numbers li span.page-numbers.current {
  background-color: #8a0114 !important;
}




/* 新着情報詳細 */
.mainSection header {
  border-bottom: 1px solid #aebabf;
  width: 54%;
  margin: 100px auto 0;
}

.mainSection header h1 {
  text-align: left;
  font-family: 'Yu Gothic';
  font-size: 160%;
}

.single h1.entry-title:first-letter {
  color: inherit;
}

header span.entry-meta_items.entry-meta_items_term {
  top: -50px;
}

header span.published.entry-meta_items {
  bottom: initial;
  top: -38px;
  margin: 0;
}

.entry-body {
  width: 54%;
  margin: 0 auto;
}

.notice .entry-body p, .news .entry-body p {
  font-family: 'Yu Gothic';
  line-height: 1.75;
}

.entry-footer, .pager, .icon_sns, .sns_txt {
  display: none !important;
}

.veu_socialSet .sb_icon.sb_facebook a, .veu_socialSet .sb_icon.sb_twitter a {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  height: 100%;
}

.sb_facebook {
  background-image: url(https://takanotsu.me/wp/wp-content/uploads/2019/11/fb_logo_color.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 40px !important;
  height: 40px;
}

.sb_twitter {
  background-image: url(https://takanotsu.me/wp/wp-content/uploads/2019/11/twitter_logo_color.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 40px !important;
  height: 40px;
  margin: 0 0 0 15px !important;
}

.veu_socialSet.veu_contentAddSection ul {
  justify-content: flex-end;
  border-bottom: 1px solid #aebabf;
  padding: 0 0 15px 0;
  position: relative;
}

.veu_socialSet.veu_contentAddSection ul::before {
  content: "SHARE";
  position: absolute;
  right: 120px;
  top: 9%;
  font-size: 150%;
  font-family: 'Yu Gothic';
}

.veu_socialSet.veu_contentAddSection ul li {
  margin: 0;
}




/* 各店舗からのお知らせ */
.post-type-notice .page-header {
  background-image: url('/wp/wp-content/uploads/2019/11/notice_header.jpg');
}

/* スタッフ募集 ほか */
.page-id-8 .page-header,
.page-id-391 .page-header,
.page-id-394 .page-header,
.page-id-443 .page-header {
  background-image: url('/wp/wp-content/uploads/2019/11/company_header.jpg');
}
.page-id-526 .page-header,
.page-id-538 .page-header {/* フランチャイズ */
  background-image: url('/wp/wp-content/uploads/2021/08/bkg-fc.jpg');
  background-position: center center;
}
.page-id-526 .page-header_pageTitle,
.page-id-538 .page-header_pageTitle {
	color: #ffffff;
}

.col-md-8 {
  width: 100%;
}

.kotei-staff .heading {
  text-align: center;
  font-size: 320%;
  margin: 40px 0px;
  font-weight: 400;
}

.kotei-staff p:first-child span {
  color: #8a0114;
  font-size: inherit;
  font-weight: 400;
}

.kotei-staff .comment {
  font-family: 'Yu Gothic';
  line-height: 2;
}

.kotei-staff .block-title .jp {
  margin: 60px 0 20px;
}

.kotei-staff .block-title .border {
  width: 46%;
}

.kotei-staff .block-title .en p {
  background-color: white;
}

.kotei-staff table {
  margin: 100px 0;
  border-top: 1px solid #aebabf;
}

.kotei-staff table tr td {
  font-family: 'Yu Gothic';
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #aebabf;
}

.kotei-staff table tr td:first-child {
  width: 20%;
}

.phone-number {
  border: 2px solid #333333;
  padding: 30px;
  margin-bottom: 50px;
}

.phone-number p {
  font-family: 'Yu Gothic';
}

.phone-number p:nth-child(2) {
  font-size: 250%;
  font-weight: 600;
  margin: 20px 0;
}

.phone-number p:nth-child(2) a {
  font-size: 100%;
  font-weight: 600;
  font-family: 'Yu Gothic';
  color: #333333;
}

.col-md-3.col-md-offset-1.subSection.sideSection {
  display: none;
}




/* メニュー */
.page-id-6 .page-header {
  background-image: url(https://takanotsu.me/wp/wp-content/uploads/2019/11/menu_header.jpg);
}

.kotei-menu .block-title .border {
  width: 46%;
}

.kotei-menu .block-title .en p {
  background-color: white;
}

.ramen-text {
  margin: 70px 0 0 0;
  font-size: 110%;
  padding: 0 15px;
}

.ramen-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ramen-list ul li {
  width: 50%;
  margin-bottom: 40px;
}

.ramen-list ul li p {
  font-size: 130%;
}

.other-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 120px;
}

.other-menu .block-title {
  width: 46%;
  display: inline-block;
}

.other-menu .block-title .jp {
  margin: 60px 0 20px;
}

.other-menu .block-title table {
  width: 80%;
  margin: 50px auto 0;
  border: none;
}

.other-menu .block-title table tr td {
  border: none;
  padding: 8px;
  text-align: left;
  font-size: 120%;
  word-break: keep-all;
}

.other-menu .block-title table tr td:last-child {
  text-align: right;
}

.other-menu .block-title .border {
  width: 100%;
}

.other-menu div:last-child {
  padding: 60px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.other-menu div:last-child p:first-child {
  border: 2px solid #8a0114;
  display: inline-block;
  padding: 10px 40px;
  font-size: 120%;
  margin-bottom: 30px;
}

.other-menu div:last-child p:last-child {
  color: #8a0114;
  letter-spacing: 1px;
  text-align: left;
}

.menu-comment {
  color: #8a0114;
  margin: 10px auto;
  text-align: left;
}



/* 会社概要 */
.page-id-10 .page-header {
  background-image: url(https://takanotsu.me/wp/wp-content/uploads/2019/11/company_header.jpg);
}

.company-logo {
  margin-top: 100px;
}




@media (max-width: 1560px) {
  * {
    font-size: 15px;
  }

  .swiper-container .header-center-logo {
    height: 80%;
  }
}




@media (max-width: 1400px) {
  * {
    letter-spacing: 1px;
    font-size: 14px;
  }

  /* トップページ ブロック02 */
  .osusume-menu, .i18n {
    width: 90%;
  }




  /* トップページ ブロック05 */
  .shop-list {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 50% 50%;
  }




  /* 多言語 */
  .i18n-poop {
    width: 80%;
  }




  /* メニュー */
  .entry-body {
    width: calc(100% - 150px);
    margin: 0 auto;
  }


  /* 新着情報 */
  .mainSection header {
    margin: 100px auto 0;
    width: calc(100% - 150px);
  }
}




@media (max-width: 1200px) {
  /* ヘッダーナビゲーション */
  .siteHeader .container {
    padding: 0 20px;
  }

  /* トップページ ブロック02 */
  .osusume-menu, .i18n {
    width: 100%;
  }

.i18n .osusume-menu-comment {
  padding: 15px;
  }



  /* トップページ ブロック03 */
  .top-block03 .btn01 {
    width: 100%;
  }




  /* 多言語 */
  .top-block01.en {
    padding: 80px 0 290px;
  }
}




@media (max-width: 991px) {
  .lang-btn-pc {
    display: none;
  }

  .lang-btn-sp {
    display: block;
  }

  /* ヘッダーナビゲーションメニュー */
  .siteHeader .container {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .vk-mobile-nav-menu-btn {
    left: auto;
    right: 5px;
  }

  .vk-mobile-nav-menu-btn {
    background: url(https://takanotsu.me/wp/wp-content/uploads/2019/11/hamburger.png);
    background-size: cover;
    border: none;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
  }

  .vk-mobile-nav-menu-btn.menu-open {
    border: none;
    background: url(https://takanotsu.me/wp/wp-content/uploads/2019/11/hamburger2.png);
    background-size: cover;
    border: none;
    background-repeat: no-repeat;
  }

  .vk-mobile-nav {
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: none;
  }

  .navbar-brand {
    padding: 0;
  }

  .vk-mobile-nav .global-nav {
    height: 100%;
  }

  .vk-mobile-nav nav > ul {
    border-top: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
    color: white;
    border-bottom: none;
    text-align: center;
    font-size: 120%;
    padding: 15px 0;
  }

  .vk-mobile-nav nav ul li {
    line-height: inherit;
  }

  .vk-mobile-nav {
    z-index: 9999;
  }
  
  .vk-mobile-nav-menu-btn.menu-open {
    z-index: 99999;
  }
  
  .navbar.siteHeader.active {
    z-index: 9999;
  }




  /* SP版言語切り替え */
  .navToggle {
    position: fixed;
    right: 50px;
    top: 5px;
    height: 42px;
  }

  .navToggle img {
    object-fit: cover;
    height: 100%;
  }

  nav.globalMenuSp {
    position: fixed;
    top: -2000px;
    left: 0;
    color: white;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  
  nav.globalMenuSp ul {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: white;
    text-align: center;
    font-size: 120%;
    padding: 15px 0;
    text-decoration: none;
  }
  
  nav.globalMenuSp.active {
    top: 0;
  }
  
  .display-none {
    display: none;
  }

  .change-lang-wrapper:before {
    display: none;
  }




  /* 多言語 */
  .i18n-poop {
    width: 90%;
    top: 48%;
  }
}





@media (max-width: 767px) {
  .pc {
    display: none;
  }
  
  .sp {
    display: block;
  }

  .kotei-staff .block-title .border {
    width: 80%;
  }




  /* トップページスライダー Swiper */
  .slide-img {
    height: 100vh;
  }
  
  .swiper-container .header-center-logo {
    height: 70%;
    top: 46%;
  }

  .arrow-down {
    width: 14%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }




  /* トップページ ブロック01 */
  .top-block01 {
    padding: 80px 0;
  }




  /* トップページ ブロック02 */
  .top-block02 {
    padding: 0px 0 40px;
    margin-bottom: 40px;
  }

    .block-title .jp {
      font-size: 200%;
      margin: 0 0 20px;
  }

  .block-title .border {
    width: 75%;
    border-top: 1px solid #8a0114;
    border-bottom: none;
  }

  .block-title .en p {
    font-size: 130%;
    padding: 0 8px;
    line-height: 1;
    white-space: nowrap;
  }

  .osusume-menu {
    width: 100%;
    margin: 0;
  }

  .osusume-menu-name {
    font-size: 160%;
    top: -21px;
    padding: 5px 25px 5px 15px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-orientation: upright;
  }

  .osusume-menu-comment {
    padding: 10px 15px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-orientation: upright;
    word-break: initial;
    font-size: 100%;
    position: initial;
    margin-bottom: 40px;
  }

  .shirotaka .osusume-menu-name {
    right: 0;
    padding: 5px 15px 5px 25px;
  }

  .osusume-menu-img {
    height: 250px;
  }

  .btn01 {
    width: 240px;
    font-size: 100%;
    letter-spacing: 0;
  }

  .btn01:before {
    right: 20px;
    width: 11px;
    height: 11px;
  }




  /* トップページ ブロック03 */
  .top-block03 .block-title .jp {
    margin: 20px 0 20px;
  }

  #custom_html-7, #custom_html-8, #custom_html-9 {
    display: block;
  }

  .top-block03 .block-title {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }

  .top-block03 .block-title .border {
    width: 75%;
  }

  #ltg_post_list-3, #ltg_post_list-4 {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }

  .top-block03 .btn01 {
    width: 240px;
    margin-bottom: 60px;
  }




  /* トップページ ブロック04 */
  .top-block04 {
    border: none;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 10px 0;
  }

  .top-block04 > div {
    border: none;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    padding: 10px 0 30px 0;
  }

  .top-block04 img {
    width: 85%;
  }

  .top-block04 .block-title .border {
    width: 75%;
  }

  .top-block04 .text p:first-child {
    font-size: 120%;
    padding: 0 15px;
  }

  .top-block04 .text p:last-child {
    padding: 0 15px;
    text-align: left;
  }



  /* トップページ ブロック05 */
  .top-block05 .block-title .jp {
    margin: 20px 0 20px;
  }

  .top-block05 .block-title {
    padding: 40px 0 40px;
  }

  .top-block05 .block-title {
    margin-bottom: 0;
  }

  .top-block05 {
    padding-bottom: 10px;
  }

  .top-block05 .block-title {
    padding: 50px 0 40px;
  }

  .area-block {
    width: 100%;
    margin: 0 auto 60px;
  }

  .area-name {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0 0 18px 10px;
  }

  .area-name img {
    height: 45px;
  }

  .shop-list {
    display: block;
    margin: 0 10px;
  }

  .shop-list li {
    width: 100%;
    margin: 0 0 30px;
    border: 1px solid #ececec;
  }

  .shop-img {
    height: 220px;
  }

  .pdf-link a, .map-link a {
    padding: 0 25px 0 0;
  }

  .shop-name p {
    padding: 10px 0 0 0;
  }




  /* フッター */
  .footerMenu {
    display: none;
  }

  .footer-sns-btn {
    width: 140px;
  }

  .footer-sns-btn a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .line-btn {
    width: 120px;
    margin: 20px auto 30px;
  }

  .footer-contents .logo {
    width: 30%;
  }

  .footer-contents p {
    letter-spacing: 3px;
  }

  #custom_html-12 {
    display: none;
  }



  /* ページトップスクロール */
  #wpfront-scroll-top-container {
    right: 10px !important;
    bottom: 10px !important;
    text-align: right;
  }

  #wpfront-scroll-top-container img {
    width: 80% !important;
  }




  /* 固定ページ共通 */
  .page-header {
    height: 130px;
  }

  .page-header_pageTitle {
    font-size: 200% !important;
  }

  .page-header_pageTitle, h1.page-header_pageTitle:first-child {
    margin: 0;
    padding: 0 0 8px 0;
  }

  .entry-body {
    width: 100%;
  }



  /* パンくずリスト */
  .breadSection .breadcrumb span {
    font-size: 90%;
  }

  .breadSection .breadcrumb {
    padding: 5px 15px 20px;
    width: 100vw;
}



  /* メニュー */
  .ramen-list {
    margin-bottom: 60px;
  }

  .ramen-list ul {
    flex-direction: column;
    align-items: center;
  }

  .kotei-menu .block-title .border {
    width: 75%;
  }

  .ramen-list ul li {
    width: auto;
  }

  .other-menu {
    flex-direction: column;
    align-items: center;
  }

  .other-menu .block-title {
    width: 100%;
  }

  .other-menu .block-title table {
    width: auto;
  }

  .other-menu div:last-child {
    padding: 40px 0 0;
    display: block;
    width: 75%;
  }

  .menu-comment {
    width: 75%;
  }




  /* 新着情報 */
  .mainSection .postList {
    width: 100%;
    padding: 0 15px;
  }

  .entry-meta {
    margin-bottom: 42px;
  }

  .media {
    height: 90px;
  }

  .pagination {
    margin: 10px 0;
  }

  .page-numbers li {
    width: 35px;
    height: 35px;
  }




  /* 新着情報詳細 */
  .type-notice, .type-news {
    padding: 0 15px;
  }

  .mainSection header {
    width: 100%;
    margin: 80px auto 0;
  }

  .mainSection header h1 {
    font-size: 120%;
  }

  header span.entry-meta_items.entry-meta_items_term {
    top: -45px;
  }

  header span.published.entry-meta_items {
    top: -26px;
  }

  .veu_socialSet.veu_contentAddSection ul {
    padding: 0px 0 10px 0;
  }

  .sb_facebook, .sb_twitter {
    width: 30px !important;
    height: 30px;
    background-size: contain !important;
  }

  .sb_twitter {
    margin: 0 0 0 10px !important;
  }

  .veu_socialSet.veu_contentAddSection ul::before {
    right: 84px;
    font-size: 120%;
    top: 14%;
  }




  /* スタッフ募集 */
  .kotei-staff {
    padding: 0 15px;
  }

  .kotei-staff .heading {
    font-size: 200%;
    word-break: keep-all;
  }

  .kotei-staff table {
    margin: 50px 0;
  }

  .kotei-staff table tr td {
    padding: 10px;
  }

  .kotei-staff table tr td:first-child {
    width: auto;
    word-break: keep-all;
  }

  .phone-number p:nth-child(2) {
    font-size: 180%;
  }

  
  /* 会社概要 */
  .company-logo {
    margin-top: 50px;
    width: 80%;
  }



  
  /* 多言語 */
  .i18n {
    width: 100%;
  }

  .i18n .osusume-menu-img {
    width: 100%;
  }

  .i18n .osusume-menu-comment {
    padding: 15px 15px;
  }

  .top-block01.en {
    padding: 80px 0;
  }

  .i18n .osusume-menu-name {
    width: 250px;
  }

  .i18n .kogashi .osusume-menu-comment {
    margin: 0;
  }
}




/* IEのみ指定 */
@media all and (-ms-high-contrast: none) {
  .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img{
    animation: none;  
  }

  .siteHeader.navbar {
    position: fixed;
  }
}

/*
heading
*/
.entry-body .heading {
	font-size: 320%;
	margin: 40px 0;
	font-weight: 400;
}
@media screen and (max-width:600px) {
  .entry-body .heading {
    font-size: 260%;
  }
}

.entry-body .heading span {
	font-size: inherit;
  color: #8a0114;
}
.order .block-title .jp {
  margin: 30px auto 20px;
}
.order .block-title .en {
  margin-bottom: 60px;
}
.order .block-title .en p {
  background: #ffffff;
}
.order_price {
  margin: 40px auto 50px;
  font-size: 240%;
  display: inline-flex;
  align-items: center;
}
.tag_red {
  background: #8a0115;
  display: inline-block;
  color:#ffffff;
  padding: 1px 10px;
  margin-left: 10px;
  vertical-align: middle;
}
@media screen and (max-width:600px) {
  .order_price {
    font-size: 200%;
  }
}
.order_table {
  text-align: left;
}
.order_table td {
  text-align: left;
  min-width: 120px;
}
@media screen and (max-width:600px) {
  .order_table td {
    vertical-align:top;
    min-width: 90px;
  }
}

.order_link ul {
  display: -ms-grid;
  display:grid;
  margin: 20px auto;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 0px;
  width: 96%;
  max-width: 800px;
}
.order_link li.order_link_to_pdf {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  margin-right: 20px;
}
.order_link li.order_link_to_form {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  margin-left: 20px;
}
.order_link li a {
  display: -ms-grid;
  display: grid;
  position: relative;
  align-items: center;
  background: #1b1f28;
  min-height: 120px;
  text-align: center;
}
.order_link li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width:600px) {
  .order_link ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0px 0px;
  }
  .order_link li a br.pcbr {
    display: none;
  }
  .order_link li a {
    min-height: 80px;
  }
  .order_link li.order_link_to_pdf {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .order_link li.order_link_to_form {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    margin-left: 0px;
  }
}

.order_link li a::after {
  content: "";
  position: absolute;
  top:50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  margin-top: -5px;
}
.order_link li a > div {
  display: -ms-grid;
  display: inline-grid;
  align-items: center;
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}
.order_link li a div {
  color: #ffffff;
}
.order_link li.order_link_to_pdf a > div {
  -ms-grid-columns: 80px 1fr;
  grid-template-columns: 80px 1fr;
}
.order_link li.order_link_to_pdf a > div > div:nth-child(1) {
  -ms-grid-column: 1;
}
.order_link li.order_link_to_pdf a > div > div:nth-child(2) {
  -ms-grid-column: 2;
}
.order_link li.order_link_to_pdf a img {
  width: 60px;
  height: 60px;
  margin: 0px 10px;
}
.order_link_to_trade {
  margin: 50px auto 50px;
}
.order_link_to_trade a {
  color: #8a0115;
}
/* フランチャイズ用 */
.order_link.for_fc ul {
  display: flex;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  justify-content: center;
}
.order_link.for_fc ul li {
  margin-right: 0px;
}
.order_link.for_fc ul li p {
  display: none;
}

.order_phone {
  
}
.order_phone1 {
  font-size: 140%;
}
.order_phone2 {
  font-size: 250%;
  font-weight: 600;
  margin: 0px auto;
  color: #8a0115;
}
.order_phone2 a {
  display: inline-grid;
  align-items: center;
  width: 96%;
  margin: 10px auto 10px;
  font-size: inherit;
  font-weight: 600;
  background: #8a0115;
  min-height: 60px;
  text-decoration: none;
}
.order_phone2 a span {
  font-size: inherit;
  color: #ffffff;
  display:inline-block;
  align-items: center;
  line-height: 100%;
  position:relative;
}
.order_phone2 a span::before {
  content: "";
  position:relative;
  display: inline-block;
  height: 38px;
  width: 38px;
  background: no-repeat url('/wp/wp-content/uploads/2020/06/sp_tel.png') center center / 100% auto;
  margin-right: 15px;
}
.order_phone3 span {
  font-size: 12px;
}

/*
** メールフォーム
**/
.mw_wp_form_confirm .order_form {
  margin-bottom: 50px;
}
.order_form ul {
  display:inline-block;
  margin: 0 auto;
  padding: 10px;
}
.order_form li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
  margin-bottom: 10px;
  align-items: center;
}
.order_form li .item_title {
  text-align: right;
  padding-right: 40px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}
.order_form li .item_input {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
@media screen and (max-width:600px) {
  .order_form li {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .order_form li .item_title {
    text-align: left;
    margin-bottom: 5px;
  }
  .order_form li .item_input {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
}
.order_form li .item_title.item_title_tel {
  padding-right: 124px;
}

.order_form li .item_title span {
  display: inline-block;
  background: #8a0115;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 15px;
  margin-left: 25px;
  line-height: 22px;
}
.order_form li .item_input {
  text-align: left;
  max-width: 500px;
}
.order_form li .item_input input,
.order_form li .item_input select,
.order_form li .item_input textarea {
  border: 1px solid #adbbbb;
  border-radius: 0px;
  padding: 3px 5px;
  width: 100%;
  max-width: 500px;
}
.order_form li .item_input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position:relative;
  min-width: 100px;
  z-index: 3;
  background: transparent;
}
.order_form li .item_input .select_wrap {
  display: inline-block;
  position:relative;
}
.order_form li .item_input  .select_wrap::after {
  content: "";
  position: absolute;
  display:inline-block;
  width:10px;
  height:10px;
  border-top: 3px solid #adb8be;
  border-right: 3px solid #adb8be;
  transform: rotate(135deg);
  top: 50%;
  right: 10px;
  margin-top: -6px;
}
.mw_wp_form_confirm .order_form li .item_input  .select_wrap::after {
  content: none;
}

.order_form li .item_input input::placeholder,
.order_form li .item_input select::placeholder {
  color: #afb6bc;
}
.order_form li .item_input.item_input_auto select {
  width: auto;
}
.order_form li .item_input.item_input_middle input {
  max-width: 400px;
}
.order_form li .item_input.item_input_short input,
.order_form li .item_input.item_input_short select {
  max-width: 200px;
}
.order_notice {
  margin: 50px 10px;
  border: 1px solid #adbbbb;
  padding: 15px;
  text-align: left;
}
.order_form li .item_input.item_input_price span {
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
}
.order_form li .item_input.item_input_price input {
  display: inline-block;
}
@media screen and (max-width:600px) {
  li.order_address_unit {
    margin-top: 30px;
  }
}
.order_notice .order_notice_title {
  margin: 15px auto;
  text-align:center;
  font-size: 120%;
}
/* フランチャイズ用 */
.order_form.for_fc li {
	margin-bottom: 20px;
}
.order_form.for_fc li .item_title.item_title_tel {
	padding-right: 40px;
}
.order_form.for_fc li .mwform-tel-field input {
  max-width: 100px;
}
.fc_head {
  padding: 40px 0px 50px;
}
.fc_head p {
  font-size: 22px;
  padding: 0px 10px 25px;
}
.fc_link {
  text-align: right;
}
.fc_link a {
  text-decoration: underline;
}

/*
** order 送信,修正ボタン 
*/
.order_submit,
.order_back {
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
}
.order_submit span {
  position: relative;
  display:inline-block;
  background: #1b1f28;
}
.order_submit .btn.btn-primary,
.order_back button,
.order_to_top a {
  position:relative;
  display:inline-grid;
  align-items: center;
  background: transparent;
  color: #ffffff;
  border: none;
  font-size: 140%;
  text-align:center;
  min-width: 240px;
  height: 50px;
  font-weight: normal;
}
@media screen and (max-width:600px) {
  .mw_wp_form_confirm .order_submit,
  .mw_wp_form_confirm .order_back {
    margin: 0 10px;
  }
  .mw_wp_form_confirm .order_submit .btn.btn-primary,
  .mw_wp_form_confirm .order_back button {
    min-width: 150px;
  }
}
.order_back button {
  background: #afbac0;
}
.order_to_top a {
  background: #1b1f28;
}
.order_to_top a:hover {
  text-decoration: none;
}
.order_submit span::after,
.order_back button::after,
.order_to_top a::after {
  content: "";
  position: absolute;
  display:inline-block;
  width:12px;
  height:12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  top: 50%;
  margin-top: -6px;
}
.order_submit span::after,
.order_to_top a::after {
  transform: rotate(45deg);
  right: 15px;
}
.order_back button::after {
  transform: rotate(-135deg);
  left: 15px;
}

/*
** order 確認画面対応 
*/
.confirm_only,
.order_back.confirm_only_inline,
.order_form li.confirm_only_grid {
  display:none;
}
.mw_wp_form_confirm .confirm_only {
  display:block;
}
.mw_wp_form_confirm .order_form li.confirm_only_grid {
  display:grid;
}
.mw_wp_form_confirm .confirm_only_inline {
  display:inline-block;
}
.mw_wp_form_confirm .form_only {
  display:none;
}

/*
** フランチャイズ 英語版メニュー
*/
.gMenu_alt {
  text-align: right;
  width: calc(100% - 300px);
}
.gMenu_alt a {
  color: #ffffff;
}
.gMenu_alt a span {
  color: #ffffff;
}
@media screen and (max-width:991px) {
  .gMenu_alt {
    padding-right: 60px;
    width: 240px;
  }
}
@media screen and (max-width:400px) {
  .gMenu_alt {
    padding-right: 50px;
    width: 130px;
  }
  .gMenu_alt a span {
    display: none;
  }
}


/* トップページ改修 */
.header-center-logo{
  filter: drop-shadow(0 0 6px #eee6);
}
.top-block01.takanotume{
  padding-top: 100px;
  padding-bottom: 60px;
}
.takanotume .top-block01_title{
  margin-bottom: 40px;
}
.top-block01 iframe{
  max-width: 100%;
  width: 54%;
  margin: 40px 0 35px;
}
.top-block02 .block-title .jp{
  padding: 8px 0;
  padding-left: 70px;
  position: relative;
  display: inline-block;
}
.top-block02 .block-title .jp::before{
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: center / contain no-repeat url(https://takanotsu.me/wp/wp-content/uploads/2022/08/top_title_logo_01.png);
}
@media (max-width: 767px){
  .header-center-logo.sp{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }
  .header-center-logo.sp img{
    height: 100%;
  }
  .top-block01 iframe{
    width: calc(100% - 30px);
    margin: 40px 15px 35px;
  }
}

/* トップページ改修 (zenkai) */
.top-block01.zenkai{
  padding-top: 65px;
}
.zenkai .top-block01_title{
  margin-bottom: 20px;
}
.top-block01.zenkai .top_about{
  position: relative;
}
.top-block01.zenkai .top_text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.top-block01.zenkai .top_about p{
  font-size: 150%;
  line-height: 2.2;
}
.top-block01.zenkai .top_about p:nth-child(1){
  font-size: 280%;
  line-height: 1.5;
  margin-bottom: 80px;
}
.top-block02.zenkai{
  background-color: #DFE1D6;
  padding: 0 0 10px;
}
.top-block02.zenkai .block-title .jp::before{
  background-image: url(https://takanotsu.me/wp/wp-content/uploads/2022/08/top_title_logo_02.png);
}
.zenkai .block-title .en p{
  background-color: #DFE1D6;
}
.zenkai .block-title span{
  color: #006D2A;
}
.zenkai .block-title .border{
  background: #006D2A;
}

.zenkai .osusume-menu-name{
  background-color: #006D2A;
}
.osusume-menu-name.nebabukkake{
  top: -30px;
  left: 110px;
}
.osusume-menu-name.roppou, .osusume-menu-name.sudachi{
  top: -30px;
  right: 30px;
}
.osusume-menu-comment.nebabukkake{
  top: 10%;
  left: 40px;
}
.osusume-menu-comment.roppou, .osusume-menu-comment.sudachi{
  top: 10%;
  right: 95px;
}
.osusume-menu-name.sudachi span{
  font-size: 70%;
  color: #fff;
}

@media (max-width: 991px){
  .top-block01.zenkai .top_about_bg{
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 767px){
  .top-block01.takanotume{
    padding-top: 80px;
  }
  .takanotume .top-block01_title{
    width: 70%;
    margin: 0 auto;
  }
  .top-block01.zenkai{
    padding-top: 45px;
  }
  .zenkai .top-block01_title{
    width: 40%;
    margin: 0 auto;
  }
  .top-block02 .block-title .jp{
    font-size: 200%;
  }
  .top-block01.zenkai .top_about p{
    font-size: 2.5vw;
  }
  .top-block01.zenkai .top_about p:nth-child(1){
    font-size: 4.2vw;
    margin-bottom: 5vw;
  }
  .block-title .border{
    border-top: 1px solid #006D2A;
  }
  .osusume-menu-name.roppou, .osusume-menu-name.sudachi{
    top: -21px;
    right: 0;
  }
  .osusume-menu-name.nebabukkake{
    top: -21px;
    left: 0;
  }
}
.top-block01.zenkai .top_text.i18n-poop p{
  width: 80%;
  margin: 0 auto;
}
.top-block01.zenkai .top_text.i18n-poop p:nth-child(1){
  width: 100%;
  margin-bottom: 80px;
}
.top-block01.zenkai .top_about .i18n-poop p:nth-child(1){
  font-size: 210%;
  text-align: center;
}
.top-block01.zenkai .top_about .i18n-poop p{
  font-size: 100%;
  line-height: 1.4;
}


.i18n .osusume-menu-comment.roppou, .i18n .osusume-menu-comment.sudachi{
  top: auto;
  right: auto;
}
.i18n .osusume-menu-name.roppou, .i18n .osusume-menu-name.sudachi{
  top: -27px;
  right: 0;
  text-align: right;
}
.i18n .osusume-menu-name.nebabukkake{
  top: -27px;
  left: 0;
}
@media (max-width: 767px){
  .top-block01.zenkai .top_text.i18n-poop{
    width: 100%;
  }
  .top-block01.zenkai .top_about .i18n-poop p:nth-child(1){
    font-size: 4.2vw;
  }
  .top-block01.zenkai .top_about .i18n-poop p{
    font-size: 2.5vw;
  }
  .top-block01.zenkai .top_text.i18n-poop p:nth-child(1){
    margin-bottom: 5vw;
  }
}
.i18n-poop{
  top: 740px;
}
.i18n-poop.pc.en-font,
.top-block01.chs p,
.top-block01.cht p,
.top-block01.ko p{
  font-size: 125%;
}
@media (max-width: 991px){
  .i18n-poop{
    top: calc(240px + 50vw);
  }
  .i18n-poop.pc.en-font,
  .top-block01.chs p,
  .top-block01.cht p,
  .top-block01.ko p{
    font-size: 1.65vw;
  }
  .top-block01 iframe{
    margin: 0 0 35px;
  }
}