@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/*color*/
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.text {
  line-height: 2;
}

.u_ba {
  position: relative;
}
.u_ba::before, .u_ba::after {
  content: "";
  position: absolute;
  display: block;
}

.vertical, .img_list_box_title p .text_in {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  line-height: 1.875;
}

@media (max-width: 1199.9px) and (min-width: 768px) {
  html.device_tab, html.device_sp {
    font-size: 1.3333333333vw;
  }
  html.device_tab .wrapper, html.device_tab .page_header, html.device_sp .wrapper, html.device_sp .page_header {
    min-width: auto;
  }
}
@media (max-width: 767.9px) {
  html {
    font-size: 4.2666vw;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  min-width: 100%;
  margin: 0;
  color: #1C1C1C;
  font-family: "noto serif jp", serif;
  font-weight: 400;
  position: relative;
  font-size: 1.0625rem;
  background: #fff;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 767.9px) {
  body {
    font-size: 0.8125rem;
  }
}

.f_serif, .home_nav .home_nav_list li a p .en, .home_reserve .home_reserve_sub_title span.en {
  font-family: "Roboto Condensed", "noto serif jp", serif;
}

main {
  width: 100%;
  display: block;
}

nav {
  display: block;
}

a {
  color: #1C1C1C;
  text-decoration: none;
  background-color: transparent;
}
a [href=""] {
  pointer-events: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

input:focus,
textarea:focus {
  background: #f8f8f8 !important;
}

button {
  padding: 0;
}

figure {
  margin: 0;
}

img, video {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

video {
  width: 100%;
}

p {
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.7647058824;
}
.en-us p {
  letter-spacing: 0.02em;
}

b, strong {
  font-weight: 500;
}

i {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: 0.05em;
  font-weight: 500;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.obj-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slide:focus {
  outline: none;
}

.title {
  font-size: 3.5rem;
  line-height: 1.25;
  margin-bottom: 2.25rem;
}

@media (max-width: 767.9px) {
  .title {
    font-size: 2.75rem;
    margin-bottom: 1.75rem;
  }
}
picture img {
  width: 100%;
}

.obj_fit, .ft_bn_nav_list figure img,
.on_text_bn figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.on_fit, .ft_bn_nav_list a > .text_wrap,
.ft_bn_nav_list a > p,
.on_text_bn a > .text_wrap,
.on_text_bn a > p {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.tx_hidden {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

.f_en {
  font-family: "Libre Caslon Display", serif;
}

.f_serif_display {
  font-family: "noto serif display", serif;
}

.btn_radius {
  min-height: 2.1875rem;
  border: 1px solid #FFFFFF;
  border-radius: 6.25rem;
  padding: 0.125rem 0.9375rem 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.more_wrap {
  margin-top: 3.125rem;
}
.more_wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  padding-left: 0.75rem;
}
.more_wrap li + li {
  margin-top: 1.25rem;
}

p.more_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
p.more_wrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.more_btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  padding-bottom: 0.625rem;
  line-height: 1.5;
  color: #675E3F;
  border-bottom: 1px solid #675E3F;
}
.more_btn_link.bg {
  color: #ffffff;
  background: #837956;
  padding: 1.3125rem 2.5rem;
}
.more_btn_link.bg .more_btn {
  background-image: url("../img/icon_arw_w.svg");
}
.more_btn_link.bg.bdr {
  background: #ffffff;
  color: #675E3F;
  border: 1px solid #675E3F;
}
.more_btn_link.bg.bdr .more_btn {
  background-image: url("../img/icon_arw.svg");
}
.more_btn_link.bg.no_arw span:not(.more_btn) {
  text-align: center;
  margin-right: 0;
}
.more_btn_link:hover > span:not(.more_btn) {
  letter-spacing: 0.1em;
}
.more_btn_link .more_btn {
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.more_btn_link > span:not(.more_btn) {
  margin-right: 1.25rem;
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.more_btn_link .more_btn {
  width: 1.875rem;
  height: 0.8125rem;
  background: url("../img/icon_arw.svg");
  background-size: contain;
  display: block;
  position: relative;
}

@media (max-width: 767.9px) {
  .more_wrap {
    margin-top: 2.1875rem;
  }
  .more_wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    padding-left: 0.75rem;
  }
  .more_wrap li + li {
    margin-top: 1.25rem;
  }
  .more_btn_link {
    font-size: 1.0625rem;
    padding-bottom: 0.625rem;
  }
  .more_btn_link.bg {
    padding: 0.9375rem 1.5625rem;
  }
  .more_btn_link > span:not(.more_btn) {
    margin-right: 0.875rem;
  }
  .more_btn_link .more_btn {
    width: 1.5rem;
    height: 0.65rem;
  }
}
.more_text {
  font-size: 1.25rem;
  padding-right: 3.125rem;
  padding-bottom: 0.1875rem;
  position: relative;
  -webkit-transition: letter-spacing 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: letter-spacing 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.more_text::before, .more_text::after {
  content: "";
  display: block;
  position: absolute;
}
.more_text::before {
  width: 1.875rem;
  height: 0.8125rem;
  right: 0;
  top: 50%;
  margin-top: -0.5rem;
  background: url("../img/icon_arw.svg") center center no-repeat;
  background-size: contain;
}
.more_text::after {
  width: 100%;
  height: 1px;
  background: #ffffff;
  bottom: 0;
  left: 0;
}
.more_text:hover {
  letter-spacing: 0.1em !important;
}
@media (max-width: 767.9px) {
  .more_text {
    font-size: 1.0625rem;
    padding-right: 2.5rem;
    padding-bottom: 0.1875rem;
  }
  .more_text::before {
    width: 1.5rem;
    height: 0.65rem;
    margin-top: -0.4rem;
  }
}
.ft_bn_nav_list a,
.on_text_bn a {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  display: block;
}
.ft_bn_nav_list a:hover img,
.on_text_bn a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ft_bn_nav_list a:hover > p .more_text:hover,
.on_text_bn a:hover > p .more_text:hover {
  letter-spacing: 0.18em;
}
.ft_bn_nav_list figure,
.on_text_bn figure {
  height: auto;
  aspect-ratio: 1000/250;
}
.ft_bn_nav_list figure img,
.on_text_bn figure img {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ft_bn_nav_list a > .text_wrap,
.ft_bn_nav_list a > p,
.on_text_bn a > .text_wrap,
.on_text_bn a > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ft_bn_nav_list a > .text_wrap .tx,
.ft_bn_nav_list a > p .tx,
.on_text_bn a > .text_wrap .tx,
.on_text_bn a > p .tx {
  margin-bottom: 1.25rem;
  letter-spacing: 0.02em;
}
.ft_bn_nav_list a > .text_wrap .more_text,
.ft_bn_nav_list a > p .more_text,
.on_text_bn a > .text_wrap .more_text,
.on_text_bn a > p .more_text {
  letter-spacing: 0.09em;
}

.on_text_bn {
  margin-top: 6.25rem;
  margin-bottom: 1.25rem;
}
.on_text_bn p {
  padding-bottom: 0.125rem;
}
.on_text_bn p .tx {
  font-size: 2.5rem;
  line-height: 1.425;
}
.on_text_bn.shop_info_bn {
  margin-bottom: 0;
}
.on_text_bn.shop_info_bn figure {
  margin-bottom: 0;
}

@media (max-width: 767.9px) {
  /*
  	.more_text {
  		font-size: fs(15);
  		padding-right: fs(10+5);
  		padding-bottom: fs(6);
  		&::before {
  			width: fs(4);
  			height: fs(8);
  			margin-top: fs(-4);
  		}
  	}
  	.ft_bn_nav_list,
  	.on_text_bn {
  		figure {
  			aspect-ratio: 335/162;
  		}
  		a > .text_wrap,
  		a > p {
  			.tx {
  				margin-bottom: fs(16);
  			}
  		}
  	}
  	.on_text_bn {
  		margin-top: fs(50);
  		margin-bottom: fs(20);
  		p {
  			padding-bottom: fs(10);
  			.tx {
  				font-size: fs(20);
  				line-height: (30/20);
  			}
  		}
  	}
  */
}
.space_l {
  letter-spacing: 0.5em;
}

.contents {
  width: 100%;
  overflow: hidden;
}

.inbox {
  max-width: 70rem;
  margin: 0 auto;
  position: relative;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (max-width: 767.9px) {
  .inbox {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.att_text {
  position: relative;
}

.att_list {
  margin-top: 1em;
}
.att_list li {
  position: relative;
  padding-left: 1em;
  font-size: 0.875em;
}
.att_list li::before {
  content: "※";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

/* dis */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
span.page_link {
  display: block;
}

@media (min-width: 768px) {
  .wrapper, .page_header {
    min-width: 1200px;
  }
  .wrapper {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 7.5rem;
    overflow: hidden;
  }
  .wrapper .page_link {
    margin-top: -9rem;
    padding-top: 9rem;
  }
}
@media (max-width: 767.9px) {
  .wrapper {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 5.75rem;
    overflow: hidden;
  }
  .wrapper.no_lang {
    padding-top: 3.75rem;
  }
  .wrapper .page_link {
    margin-top: -5rem;
    padding-top: 5rem;
  }
}
.page_header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 4000;
  background: #fff;
  font-family: "Roboto Condensed", "noto serif jp", serif;
}
@media (min-width: 1500px) {
  .js-fix .page_header .header_head {
    height: 6rem;
  }
}
.page_header .header_head {
  max-width: 92.5rem;
  margin: 0 auto;
  padding: 0.625rem 1.25rem 0;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.page_header .hd_logo {
  width: 11.75rem;
  -webkit-transition: opacity 0.3s, width 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, width 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, width 0.3s;
  transition: transform 0.3s, opacity 0.3s, width 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page_header .hd_logo img {
  display: block;
}
@media (max-width: 1499.9px) {
  .page_header .hd_logo {
    width: 14.6875rem;
    padding-bottom: 0.9375rem;
  }
  .ja .page_header .hd_menu ul + ul {
    margin-top: 0.75rem;
  }
}
.page_header .hd_menu {
  margin-left: auto;
}
.page_header .hd_menu .hd_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_header .hd_menu .hd_nav > * {
  margin-block: 0.3125rem;
}
body:not(.ja) .page_header .hd_menu .hd_nav > * {
  margin-block: 0.625rem;
}
.page_header .hd_menu .hd_nav_foot {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body:not(.ja) .page_header .hd_menu .hd_nav_foot {
  padding-left: 0.3125rem;
}
.page_header .hd_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
}
body:not(.ja) .page_header .hd_menu ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body:not(.ja) .page_header .hd_menu ul .reserve.pc a {
  padding-top: 0.125rem;
}
.page_header .hd_menu ul.bogo-language-switcher {
  margin-right: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  position: relative;
}
.page_header .hd_menu ul.bogo-language-switcher li {
  margin-left: 0.75rem;
}
.page_header .hd_menu ul.bogo-language-switcher li.current {
  font-weight: bold;
}
.page_header .hd_menu ul.bogo-language-switcher li.ja {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.page_header .hd_menu ul.bogo-language-switcher li a {
  height: auto;
  padding: 0 !important;
}
.page_header .hd_menu ul.bogo-language-switcher li::before {
  display: none;
}
.page_header .hd_menu li:not([class]):not(:first-child) a::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #231815;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page_header .hd_menu li[class] {
  position: relative;
}
.page_header .hd_menu li[class] + li {
  margin-left: 0.75rem;
}
.page_header .hd_menu li[class] a {
  height: 2.125rem;
  padding-top: 0.1875rem;
  padding-right: 0.5rem;
  padding-left: 2.625rem;
}
body:not(.ja) .page_header .hd_menu li[class] a {
  padding-top: 0.5625rem;
}
.page_header .hd_menu li[class] a::before {
  width: 2rem;
  height: 2rem;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.page_header .hd_menu li[class] a span + span {
  margin-top: 0.125rem;
}
.page_header .hd_menu li.faq a {
  border: 1px solid #4C4948;
}
.page_header .hd_menu li.faq a::before {
  background: #4C4948 url("../img/common/i_faq.svg") center center no-repeat;
  background-size: 1.25rem auto;
}
.page_header .hd_menu li.faq a span + span {
  font-size: 0.6875rem;
  margin-top: 0.1875rem;
  letter-spacing: 0.025em;
}
.page_header .hd_menu li.news a {
  color: #D70C18;
  border: 1px solid #D70C18;
}
.page_header .hd_menu li.news a::before {
  background: #D70C18 url("../img/common/i_news.svg") center center no-repeat;
  background-size: 1.1875rem auto;
}
.page_header .hd_menu li.reserve a {
  background: #D70C18;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.0625rem;
  padding-left: 2.125rem;
  padding-right: 0.75rem;
  color: #FFF;
}
.page_header .hd_menu li.reserve a::before {
  background: url("../img/common/i_reserve.svg") center 0.375rem no-repeat;
  background-size: 1.4375rem auto;
}
.page_header .hd_menu a {
  color: #4C4948;
  font-size: 0.875rem;
  padding: 0 0.75rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page_header .hd_menu a span {
  text-align: center;
  display: block;
}
.page_header .hd_menu a span:first-child {
  font-weight: 500;
}
.page_header .hd_menu a span + span {
  margin-top: 0.75em;
  font-size: 0.75rem;
}
.page_header .hd_menu a {
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  display: block;
}
.page_header .hd_menu a:hover {
  opacity: 0.7;
}
.page_header .menu_bt {
  display: none;
}

@media (max-width: 767.9px) {
  .page_header {
    top: 2rem;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
  }
  .no_lang .page_header {
    top: 0;
  }
  .js-fix .page_header {
    top: 0;
  }
  .js-fix .page_header .header_head {
    height: 3.75rem;
  }
  .menu_open .page_header {
    top: 0;
  }
  .page_header .header_head {
    padding-top: 0;
    height: 3.75rem;
  }
  .page_header .header_head > .reserve {
    position: absolute;
    right: 0.75rem;
    top: 0.9375rem;
    z-index: 6001;
  }
  .page_header .header_head > .reserve a {
    height: 1.5rem;
    background: #D70C18;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0.0625rem;
    padding-left: 1.25rem;
    padding-right: 0.3125rem;
    font-size: 0.8125rem;
    color: #FFF;
    position: relative;
  }
  .page_header .header_head > .reserve a::before {
    content: "";
    width: 0.6875rem;
    height: 0.6875rem;
    position: absolute;
    left: 0.3125rem;
    top: 0.4375rem;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    background: url("../img/common/i_reserve.svg") center center no-repeat;
    background-size: 0.6875rem auto;
  }
  .page_header .hd_logo {
    width: 100%;
    padding-bottom: 0;
    position: relative;
    z-index: 6000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_header .hd_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3.75rem;
    padding: 0 0 0.25rem;
  }
  .page_header .hd_logo img {
    width: 7.375rem;
  }
  .page_header .hd_menu {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page_header .hd_menu .hd_nav {
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
  }
  .menu_open .page_header .hd_menu .hd_nav {
    max-height: 100%;
    overflow: auto;
  }
  .page_header .hd_menu .hd_nav .hd_nav_foot ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
  .page_header .hd_menu .hd_nav .hd_nav_foot ul li {
    margin-right: 0.625rem;
  }
  .page_header .hd_menu .hd_nav .hd_nav_foot ul a {
    height: 2.375rem;
    overflow: hidden;
  }
  .en-us .page_header .hd_menu .hd_nav .hd_nav_foot ul a {
    padding-top: 0.6875rem;
  }
  .page_header .hd_menu .hd_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #FFFFFF;
    top: 0;
    left: 0;
    display: block;
  }
  .page_header .hd_menu .hd_nav ul {
    display: block;
    padding: 2.75rem 0 0 2rem;
  }
  .page_header .hd_menu .hd_nav ul.bogo-language-switcher {
    display: none;
  }
  .page_header .hd_menu .hd_nav ul li.faq a, .page_header .hd_menu .hd_nav ul li.news a {
    height: 2.375rem;
    padding: 0.25rem 0 0 2.5rem;
  }
  .page_header .hd_menu .hd_nav ul li.faq a::before, .page_header .hd_menu .hd_nav ul li.news a::before {
    width: 2.375rem;
    height: 2.375rem;
  }
  .page_header .hd_menu .hd_nav ul li.faq a span, .page_header .hd_menu .hd_nav ul li.news a span {
    font-size: 1rem;
  }
  .page_header .hd_menu .hd_nav ul li.faq a span + span, .page_header .hd_menu .hd_nav ul li.news a span + span {
    font-size: 0.8125rem;
  }
  .page_header .hd_menu .hd_nav ul li.faq {
    width: 8.375rem;
  }
  .page_header .hd_menu .hd_nav ul li.news {
    width: 7.125rem;
  }
  .page_header .hd_menu .hd_nav ul li + li {
    margin-left: 0;
  }
  .page_header .hd_menu .hd_nav ul li a {
    padding: 1rem 0;
  }
  .page_header .hd_menu .hd_nav ul + ul {
    padding-top: 1.25rem;
    padding-bottom: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page_header .hd_menu .hd_nav ul + ul li {
    margin-right: 1.5rem;
  }
  .page_header .hd_menu .hd_nav > ul:first-child {
    padding-top: 4rem;
  }
  .page_header .hd_menu .hd_nav > ul:first-child li a {
    padding: 0.75rem 0;
  }
  .page_header .hd_menu .hd_nav > ul:first-child li a span {
    text-align: left;
    display: inline-block;
  }
  .page_header .hd_menu .hd_nav > ul:first-child li a span:first-child {
    font-size: 0.875rem;
    margin-right: 0.375rem;
  }
  .page_header .hd_menu .hd_nav > ul:first-child li a span:first-child::before {
    content: "・";
  }
  .page_header .hd_menu .hd_nav > ul:first-child li a span:nth-child(2) {
    font-size: 0.9375rem;
  }
  .page_header .hd_menu .hd_nav > ul:first-child li a span:nth-child(2)::before, .page_header .hd_menu .hd_nav > ul:first-child li a span:nth-child(2)::after {
    content: "-";
  }
  .page_header .hd_menu .hd_nav > ul:first-child li a::before {
    display: none;
  }
  .page_header .menu_bt {
    width: 3.75rem;
    height: 3rem;
    z-index: 6001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    white-space: nowrap;
    text-indent: 200%;
    overflow: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page_header .menu_bt span {
    width: 2rem;
    height: 1px;
    background: #D80C18;
    display: block;
    position: relative;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .page_header .menu_bt span::before, .page_header .menu_bt span::after {
    content: "";
    width: 2rem;
    height: 1px;
    background: #D80C18;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
  }
  .page_header .menu_bt span::before {
    top: -0.5rem;
  }
  .page_header .menu_bt span::after {
    bottom: -0.5rem;
  }
  .page_header .menu_bt.open span {
    background: transparent;
  }
  .page_header .menu_bt.open span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .page_header .menu_bt.open span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.header_lang {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  border-bottom: 1px solid #F5F3F2;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.js-fix .header_lang {
  top: -2rem;
}
.header_lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_lang li {
  margin: 0 1em;
}
.header_lang li.current {
  font-weight: bold;
}
.header_lang a {
  height: 2rem;
  display: block;
  padding: 0.27em 0 0;
}

.page_footer {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.ft_nav {
  max-width: 92.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ft_nav p:not([class]) {
  font-size: 0.75rem;
  margin-right: 0.625rem;
}
.ft_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ft_nav_list li {
  font-size: 0.75rem;
}
.ft_nav_list li.icon {
  margin-left: 0.9375rem;
}
.ft_nav_list li.icon img {
  width: 2.375rem;
}

.ft_logo {
  margin-left: 1.875rem;
}
.ft_logo img {
  width: 17.8125rem;
}

@media (max-width: 767.9px) {
  .page_footer {
    padding-top: 2.5rem;
    padding-bottom: 7.5rem;
  }
  .ft_nav {
    padding: 0 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ft_nav p:not([class]) {
    margin-top: 1em;
    border-bottom: 1px solid #4C4948;
    font-size: 0.6875rem;
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ft_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ft_nav_list li {
    font-size: 0.75rem;
  }
  .ft_nav_list li.icon {
    margin-left: 0.5rem;
  }
  .ft_nav_list li.icon img {
    width: 1.5625rem;
  }
  .ft_logo {
    margin-left: 0.9375rem;
  }
  .ft_logo img {
    width: 11.875rem;
  }
}
.fix_btn_wrap {
  position: fixed;
  bottom: 14.8125rem;
  left: calc(50% + 33.75rem);
  width: 11.25rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 105;
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fix_btn_wrap.fix_stop {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media (max-width: 1439.9px) {
  .fix_btn_wrap {
    left: auto;
    bottom: 1.25rem;
    right: -0.09375rem;
  }
}
@media (max-width: 767.9px) {
  .fix_btn_wrap {
    max-width: 180px;
  }
}
.home_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home_top .home_top_mv {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
}
.home_top .home_top_mv > figure {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
@media (max-width: 1439.9px) {
  .home_top .home_top_mv > figure {
    width: 1200px;
    min-width: 100vw;
  }
}
.home_top .home_top_mv .home_top_news {
  width: 43.375rem;
  height: 8.125rem;
  margin-top: -4.0625rem;
  margin-left: auto;
  right: -11.25rem;
  margin-bottom: 5.3125rem;
  position: relative;
  border: 1px solid #1A1311;
  background: #fff;
  padding: 1.625rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1439.9px) {
  .home_top .home_top_mv .home_top_news {
    right: -3.75rem;
  }
}
.home_top .home_top_mv .home_top_news_title {
  width: 4.875rem;
  height: 4.875rem;
  font-size: 1.125rem;
  margin-right: 1.25rem;
  font-family: "Roboto Condensed", "noto serif jp", serif;
  font-weight: 400;
  background: #CB0010;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home_top .home_top_mv .home_top_news a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.home_top .home_top_mv .home_top_news a:hover {
  opacity: 0.7;
}
.home_top .home_top_mv .home_top_news_box a {
  font-size: 1.125rem;
  line-height: 1;
  display: block;
}
.home_top .home_top_mv .home_top_news_box a time {
  font-size: 1.0625rem;
  margin-bottom: 0.375rem;
  display: inline-block;
}
.home_top .home_top_mv .home_top_news_box a span {
  max-width: 18.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.home_top .home_top_mv .home_top_news_more {
  width: 11.5rem;
  margin-left: auto;
}
@media (min-width: 768px) {
  .en-us .home_top .home_top_mv .home_top_news_more {
    width: 13.75rem;
  }
  .en-us .home_top .home_top_mv .home_top_news_more a {
    font-size: 0.875rem;
    padding-inline: 1rem 2.5rem;
  }
  .ko .home_top .home_top_mv .home_top_news_more, .zh-tw .home_top .home_top_mv .home_top_news_more {
    width: 13.75rem;
  }
}
.home_top .home_top_mv .home_top_news_more a {
  height: 4.875rem;
  padding: 1rem 1.375rem;
  border: 1px solid #C90013;
  color: #C90013;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 1.3888888889;
  position: relative;
}
.home_top .home_top_mv .home_top_news_more a::before {
  content: "";
  width: 2rem;
  height: 1.3125rem;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -0.625rem;
  right: 1rem;
  background: url("../img/common/i_more_news.svg") no-repeat;
  background-size: contain;
}

@media (max-width: 767.9px) {
  .home_top .home_top_mv {
    margin-left: -0.78125rem;
    margin-right: -0.78125rem;
  }
  .home_top .home_top_mv > figure, .home_top .home_top_mv video {
    width: 100%;
    min-width: 100%;
  }
  .home_top .home_top_mv .home_top_news {
    width: 20.5rem;
    height: 6.125rem;
    margin-top: -2.8125rem;
    margin-left: auto;
    margin-right: auto;
    right: auto;
    margin-bottom: 2.6875rem;
    padding: 0.75rem 0.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .en-us .home_top .home_top_mv .home_top_news {
    height: 6.875rem;
  }
  .home_top .home_top_mv .home_top_news_title {
    width: 3.4375rem;
    height: 100%;
    font-size: 0.8125rem;
    margin-right: 0.9375rem;
  }
  .home_top .home_top_mv .home_top_news_box {
    padding-top: 0.125rem;
  }
  .home_top .home_top_mv .home_top_news_box a {
    font-size: 0.8125rem;
  }
  .home_top .home_top_mv .home_top_news_box a time {
    font-size: 0.625rem;
    margin-bottom: 0.1875rem;
  }
  .home_top .home_top_mv .home_top_news_box a span {
    max-width: 13.4375rem;
  }
  .home_top .home_top_mv .home_top_news_more {
    width: 11.5rem;
    position: absolute;
    left: 5.125rem;
    bottom: 0.75rem;
  }
  .en-us .home_top .home_top_mv .home_top_news_more {
    width: 13.25rem;
  }
  .en-us .home_top .home_top_mv .home_top_news_more a {
    height: 2.5rem;
  }
  .ko .home_top .home_top_mv .home_top_news_more {
    width: 13.75rem;
  }
  .home_top .home_top_mv .home_top_news_more a {
    height: 1.9375rem;
    padding: 0 0.5rem;
    line-height: 1.1111111111;
  }
  .home_top .home_top_mv .home_top_news_more a span {
    display: inline;
    font-size: 0.8125rem;
  }
  .home_top .home_top_mv .home_top_news_more a::before {
    width: 1rem;
    height: 0.6875rem;
    margin-top: -0.3125rem;
    right: 0.625rem;
  }
}
.home_about {
  padding-top: 3.125rem;
}
.home_about .sub_title {
  margin-bottom: 5rem;
}
.home_about .sub_title img {
  margin-top: 1.25rem;
  width: 33.75rem;
}
.home_about_box {
  margin-bottom: 3.625rem;
}
.home_about_box a {
  color: #FFFFFF;
}
.home_about_box a p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}
.home_about_box a p span span {
  font-size: 1.875rem;
  line-height: 1.4166666667;
  display: block;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .en-us .home_about_box a p span span {
    font-size: 1.625rem;
  }
}

@media (max-width: 767.9px) {
  .home_about {
    padding-top: 1.875rem;
  }
  .home_about .sub_title {
    margin-bottom: 1.75rem;
  }
  .home_about .sub_title img {
    margin-top: 0.75rem;
    width: 19.75rem;
  }
  .home_about_box {
    margin-left: -0.7875rem;
    margin-right: -0.7875rem;
    margin-bottom: 1.5rem;
  }
  .en-us .home_about_box figure {
    height: 5.625rem;
  }
  .en-us .home_about_box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ko .home_about_box a p span span {
    letter-spacing: 0.04em;
  }
  .home_about_box a p span span {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
  }
}
.home_sec + .home_sec {
  margin-top: 5rem;
}
.home_sec.concierge {
  z-index: 7;
  position: relative;
}
.home_sec.sightseeing {
  z-index: 8;
  position: relative;
}
.home_sec.home_calendar {
  z-index: 9;
  position: relative;
}
.home_sec.cuisine .home_cuisine_title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.home_sec.cuisine .home_cuisine_title img {
  width: 25.5rem;
}
.home_sec.cuisine .title {
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .en-us .home_sec.cuisine .title {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}

@media (max-width: 767.9px) {
  .home_sec + .home_sec {
    margin-top: 1.25rem;
  }
  .home_sec.cuisine .home_cuisine_title {
    text-align: center;
    margin-bottom: 0.75rem;
  }
  .home_sec.cuisine .home_cuisine_title img {
    width: 14.5rem;
  }
  .home_sec.cuisine .title {
    margin-bottom: 1.5625rem;
  }
}
.home_sec_block {
  text-align: center;
}
.home_sec_block.cuisine {
  background: #B56B2D;
}
.home_sec_block.speciality {
  background: #677D80;
}
.home_sec_block.speciality a > p {
  padding-top: 2.0625rem;
  font-size: 1.3125rem;
}
.home_sec_block.speciality a .text_bg_box p {
  top: 3.125rem;
}
.home_sec_block.sightseeing {
  background: #998A1F;
  position: relative;
  z-index: 8;
}
.home_sec_block.sightseeing a > p {
  padding-top: 2.9375rem;
  padding-bottom: 3.1875rem;
}
.home_sec_block.sightseeing a .text_bg_box p {
  top: 6.75rem;
}
.home_sec_block.concierge {
  background: #87755C;
  position: relative;
  z-index: 7;
}
.home_sec_block.concierge::before {
  width: 50%;
  height: calc(100% - 9.75rem);
  display: block;
  content: "";
  position: absolute;
  top: 4.125rem;
  left: 3.4375rem;
  border: solid #FFFFFF;
  border-width: 1px 0 1px 1px;
  pointer-events: none;
}
.home_sec_block.concierge a {
  position: relative;
  z-index: 5;
}
.home_sec_block.concierge a > p:not([class]) {
  padding-top: 3.125rem;
  position: relative;
}
.home_sec_block.concierge a > p:not([class]) > span {
  padding: 0 1rem;
  background: #87755C;
  display: inline-block;
  position: relative;
  z-index: 5;
}
.home_sec_block.concierge a .home_concierge_nav {
  position: relative;
}
.home_sec_block.concierge a .home_concierge_nav .coming_soon {
  top: auto;
  bottom: -1.25rem;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.home_sec_block.concierge a .home_concierge_list {
  margin-bottom: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.home_sec_block.concierge a .home_concierge_list figure {
  width: 25%;
  max-width: 13.75rem;
  padding: 0 0.475rem;
  position: relative;
}
.home_sec_block.concierge a .home_concierge_list figure figcaption {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.home_sec_block.concierge a .home_sec_more_in {
  background: #87755C;
  position: relative;
}
.home_sec_block.concierge a .home_sec_more_in::before {
  width: 0.625rem;
  height: 100%;
  background: #87755C;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  display: block;
  z-index: 60;
}
.home_sec_block.concierge a .btn_more {
  color: #FFFFFF;
  background: #87755C;
  border: 1px solid #FFFFFF;
  overflow: inherit;
}
.home_sec_block.concierge a .btn_more::before {
  background-image: url("../img/common/obj_btn_w.svg");
}
.home_sec_block.concierge a .btn_more::after {
  color: #FFFFFF;
  background-image: url("../img/common/i_more_btn_w.svg");
}
.home_sec_block.concierge a .btn_more .sub {
  min-width: 33.125rem;
  border-bottom: 1px solid #FFFFFF;
}
.home_sec_block a {
  color: #FFFFFF;
  display: block;
}
.home_sec_block a > figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home_sec_block a > figure img {
  width: 50%;
  height: 15.125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_sec_block a > p {
  padding: 1.6875rem 0 2.1875rem;
  font-size: 1.375rem;
  line-height: 1.6363636364;
  letter-spacing: 0.2em;
}
.en-us .home_sec_block a > p {
  letter-spacing: 0.08em;
}
.home_sec_block a > p span {
  display: block;
}
.home_sec_block a .text_bg_box {
  position: relative;
}
.home_sec_block a .text_bg_box p {
  font-size: 1.5625rem;
  line-height: 2.04;
  letter-spacing: 0.25em;
  top: 3.75rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 5;
  font-weight: 600;
  text-align: left;
  position: absolute;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.en-us .home_sec_block a .text_bg_box p, .ko .home_sec_block a .text_bg_box p, .zh-tw .home_sec_block a .text_bg_box p {
  -ms-writing-mode: inherit;
  -webkit-writing-mode: inherit;
          writing-mode: inherit;
}
@media (min-width: 768px) {
  .en-us .home_sec_block a .text_bg_box p, .ko .home_sec_block a .text_bg_box p, .zh-tw .home_sec_block a .text_bg_box p {
    top: 6.5rem;
  }
}
.home_sec_block a .text_bg_box p .text_in {
  display: block;
}
.home_sec_block a .text_bg_box p .text_in span {
  display: block;
}
.home_sec_block a .text_bg_box figure:not([class]) {
  height: 25.5rem;
  position: relative;
  overflow: hidden;
}
.home_sec_block a .text_bg_box figure:not([class]) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.home_sec_block a .home_sec_more {
  padding: 2.25rem 0 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.coming_soon {
  width: 21.625rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.btn_more {
  color: #1A1311;
  border: 1px solid #1A1311;
  background: rgba(255, 255, 255, 0.85);
  padding: 0.875rem 5.4375rem 0.75rem 3.4375rem;
  line-height: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn_more:hover {
  opacity: 0.85;
}
.concierge .btn_more:hover {
  opacity: 0.7;
}
.btn_more::before, .btn_more::after {
  content: "";
  display: block;
  position: absolute;
}
.btn_more::before {
  width: 1.9375rem;
  height: calc(100% + 1px);
  top: -1px;
  left: 0;
  background: url("../img/common/obj_btn.svg") 0 0 repeat-y;
  background-size: 1.9375rem auto;
}
.btn_more::after {
  height: 1.75rem;
  content: "more";
  right: 1.125rem;
  padding-right: 1.5rem;
  top: calc(50% - 2px);
  padding-top: 0.25rem;
  margin-top: -0.875rem;
  color: #4C4948;
  font-size: 1rem;
  letter-spacing: 0.1em;
  background: url("../img/common/i_more_btn.svg") right 0 no-repeat;
  background-size: 1.5rem auto;
  font-family: "Roboto Condensed", "noto serif jp", serif;
}
.btn_more .sub {
  min-width: 23.125rem;
  font-size: 1.125rem;
  padding-bottom: 0.5625rem;
  margin-bottom: 0.4375rem;
  border-bottom: 1px solid #1A1311;
  letter-spacing: 0.2em;
}
.btn_more .tx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.btn_more .tx .en {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-family: "Roboto Condensed", "noto serif jp", serif;
}
.btn_more .tx .ja {
  margin-left: 0.6875rem;
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .en-us .btn_more .tx .ja {
    font-size: 1.25rem;
  }
}
.btn_more .tx .ja::before {
  content: "-";
}
.btn_more .tx .ja::after {
  content: "-";
}

@media (max-width: 767.9px) {
  .home_sec_block.speciality a > p {
    padding-top: 0.4375rem;
    font-size: 0.625rem;
  }
  .home_sec_block.speciality a .text_bg_box p {
    top: 1.375rem;
  }
  .home_sec_block.speciality a .home_sec_more {
    padding-top: 0.875rem;
  }
  .home_sec_block.speciality a .btn_more .sub {
    min-width: 15.875rem;
  }
  .en-us .home_sec_block.speciality a .btn_more .ja {
    font-size: 0.625rem;
  }
  .home_sec_block.sightseeing a > p {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  .home_sec_block.sightseeing a .text_bg_box p {
    top: 0.75rem;
  }
  .home_sec_block.sightseeing a .text_bg_box .coming_soon {
    top: -5.125rem;
  }
  .home_sec_block.sightseeing a .btn_more {
    padding-right: 2.5rem;
  }
  .home_sec_block.sightseeing a .btn_more .sub {
    min-width: 15.875rem;
  }
  .home_sec_block.concierge::before {
    width: 50%;
    height: calc(100% - 3.9375rem);
    top: 1.5rem;
    left: 0.9375rem;
  }
  .home_sec_block.concierge a > p:not([class]) {
    padding-top: 0.875rem;
    font-size: 0.8125rem;
  }
  .home_sec_block.concierge a > p:not([class]) > span {
    padding: 0 0.5rem;
  }
  .home_sec_block.concierge a .home_concierge_nav .coming_soon {
    width: 7.75rem;
    bottom: -0.75rem;
  }
  .home_sec_block.concierge a .home_concierge_list {
    margin-bottom: 0.25rem;
  }
  .home_sec_block.concierge a .home_concierge_list figure {
    max-width: 4.3125rem;
    padding: 0 0.15625rem;
  }
  .home_sec_block.concierge a .home_concierge_list figure figcaption {
    font-size: 0.625rem;
    letter-spacing: 0em;
  }
  .home_sec_block.concierge a .home_sec_more {
    padding-top: 0.5rem;
  }
  .home_sec_block.concierge a .home_sec_more_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home_sec_block.concierge a .home_sec_more_in::before {
    width: 0.1875rem;
  }
  .home_sec_block.concierge a .btn_more {
    display: inline;
  }
  .home_sec_block.concierge a .btn_more .sub {
    min-width: 13.8125rem;
  }
  .page_sightseeing .home_sec_block.concierge {
    margin-top: -0.625rem;
  }
  .page_sightseeing .home_sec_block.concierge .coming_soon {
    top: 50% !important;
    bottom: auto !important;
    -webkit-transform: translate3d(-50%, -42%, 0) !important;
            transform: translate3d(-50%, -42%, 0) !important;
  }
  .page_sightseeing .home_sec_block.concierge .home_concierge_list {
    margin-bottom: -0.3125rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_sightseeing .home_sec_block.concierge .home_concierge_list figure {
    max-width: none;
    width: 9.375rem;
    padding: 0.3125rem;
  }
  .page_sightseeing .home_sec_block.concierge .home_concierge_list figure figcaption {
    font-size: 0.625rem;
    letter-spacing: 0em;
  }
  .home_sec_block a > figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home_sec_block a > figure img {
    height: 4.875rem;
  }
  .home_sec_block a > p {
    padding: 0.4375rem 0 0.5625rem;
    font-size: 0.625rem;
    line-height: 1.6363636364;
    letter-spacing: 0.06em;
  }
  .home_sec_block a > p span {
    display: inline;
  }
  .home_sec_block a .text_bg_box p {
    font-size: 0.9375rem;
    line-height: 1.7;
    letter-spacing: 0.15em;
    top: 1.5rem;
  }
  .en-us .home_sec_block a .text_bg_box p span, .ko .home_sec_block a .text_bg_box p span, .zh-tw .home_sec_block a .text_bg_box p span {
    white-space: nowrap;
  }
  .home_sec_block a .text_bg_box figure:not([class]) {
    height: 10rem;
  }
  .home_sec_block a .home_sec_more {
    padding: 0.9375rem 0 1rem;
  }
  .coming_soon {
    width: 9.125rem;
  }
  .btn_more {
    min-width: 18.625rem;
    padding: 0.375rem 3.125rem 0.25rem 1.5rem;
  }
  .btn_more::before {
    width: 1.125rem;
    background-size: 1.125rem auto;
  }
  .btn_more::after {
    height: 1rem;
    right: 0.5625rem;
    padding-right: 0.8125rem;
    top: calc(50% - 2px);
    padding-top: 0.125rem;
    margin-top: -0.3125rem;
    color: #4C4948;
    font-size: 0.625rem;
    letter-spacing: 0.06em;
    background-size: 0.8125rem auto;
  }
  .btn_more .sub {
    display: inline-block;
    min-width: 13.5rem;
    font-size: 0.75rem;
    padding-bottom: 0.3125rem;
    margin-bottom: 0.1875rem;
    letter-spacing: 0.05em;
  }
  .en-us .btn_more .sub, .ko .btn_more .sub, .zh-tw .btn_more .sub {
    font-size: 0.6875rem;
    line-height: 1.3;
  }
  .btn_more .tx .en {
    font-size: 0.75rem;
    letter-spacing: 0.04em;
  }
  .btn_more .tx .ja {
    margin-left: 0.375rem;
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
  .en-us .btn_more .tx {
    margin-top: 0.125rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .en-us .btn_more .tx .ja {
    width: 100%;
    margin-top: 0.125rem;
    font-size: 0.625rem;
    line-height: 1.3;
  }
  .ko .btn_more .tx .ja, .zh-tw .btn_more .tx .ja {
    font-size: 0.75rem;
  }
}
.home_reserve {
  margin: 5rem 0 5.3125rem;
  padding: 0 3.75rem 3.4375rem;
  background: #F5F1EC url("../img/top/plan_map.png.webp?00") right 3.125rem no-repeat;
  background-size: 34.375rem;
  border: 1px solid #1A1311;
  position: relative;
  z-index: 7;
}
@media (min-width: 768px) {
  .en-us .home_reserve {
    background-position: right 6.875rem;
  }
}
.en-us .home_reserve {
  background-image: url("../img/top/plan_map_en.png.webp?01");
}
.ko .home_reserve {
  background-image: url("../img/top/plan_map_ko.png.webp?01");
}
.zh-tw .home_reserve {
  background-image: url("../img/top/plan_map_zh.png.webp?01");
}
.home_reserve_title {
  margin-bottom: 3.25rem;
  padding: 0.75rem 1.25rem;
  text-align: center;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  background: #3B3938;
}
.home_reserve_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home_reserve_block .in_half {
  width: 28.375rem;
}
.home_reserve_block .in_half + .in_half {
  width: 29.375rem;
}
.home_reserve .home_reserve_sub_title {
  margin-bottom: 1.125rem;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #231815;
  padding: 0.0625rem 0 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.home_reserve .home_reserve_sub_title::before {
  content: "";
  width: 1.9375rem;
  height: calc(100% + 1px);
  top: -1px;
  left: 0;
  background: url("../img/common/obj_btn.svg") 0 0 repeat-y;
  background-size: 1.9375rem auto;
  position: absolute;
  display: block;
}
.home_reserve .home_reserve_sub_title span.en {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.home_reserve .home_reserve_sub_title span.ja {
  font-size: 1.3125rem;
  margin-left: 0.75rem;
  letter-spacing: 0.1em;
}
.home_reserve .home_reserve_sub_title span.ja::before, .home_reserve .home_reserve_sub_title span.ja::after {
  content: "-";
}
@media (min-width: 768px) {
  .home_reserve .home_reserve_sub_title span.en {
    font-size: 1.25rem;
  }
  .home_reserve .home_reserve_sub_title span.ja {
    font-size: 1rem;
    margin-left: 0.75rem;
    letter-spacing: 0.06em;
  }
}
.home_reserve .home_reserve_plan_limited {
  background: #FFFFFF;
  border: 1px solid #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3125rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  padding: 0.75rem 0;
}
.en-us .home_reserve .home_reserve_plan_limited span {
  display: block;
  text-align: center;
}
.ko .home_reserve .home_reserve_plan_limited, .zh-tw .home_reserve .home_reserve_plan_limited {
  letter-spacing: 0;
}
.ko .home_reserve .home_reserve_plan_limited strong, .zh-tw .home_reserve .home_reserve_plan_limited strong {
  padding-inline: 0.625rem;
}
.home_reserve .home_reserve_plan_limited strong {
  margin-right: 1rem;
  padding: 0.125rem 1.125rem;
  color: #CB0010;
  border: 1px solid #CB0010;
  font-weight: 600;
}
.home_reserve .home_reserve_plan_limited span {
  padding: 0.125rem 0;
}
.home_reserve .home_reserve_plan_link a {
  height: 7.375rem;
  color: #FFFFFF;
  background: #CB0010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3125rem;
  letter-spacing: 0.2em;
  line-height: 1.7523809524;
  padding-left: 2em;
  position: relative;
}
@media (min-width: 768px) {
  .en-us .home_reserve .home_reserve_plan_link a {
    padding-left: 1.5em;
    font-size: 1.1875rem;
    letter-spacing: 0.04em;
  }
  .ko .home_reserve .home_reserve_plan_link a, .zh-tw .home_reserve .home_reserve_plan_link a {
    padding-left: 1.5em;
    letter-spacing: 0.01em;
  }
}
.home_reserve .home_reserve_plan_link a::after {
  content: "";
  width: 2.8125rem;
  height: 2.8125rem;
  background: url("../img/common/i_more_plan.svg");
  top: 50%;
  right: 2.375rem;
  margin-top: -1.40625rem;
  position: absolute;
}
.home_reserve .home_reserve_plan_link a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.home_reserve .home_reserve_plan_link a:hover {
  opacity: 0.85;
}

.home_reserve_plan {
  background: #FFFFFF;
}
.home_reserve_plan + .home_reserve_plan {
  margin-top: 1.5rem;
}
.home_reserve_plan .in_box {
  border: 1px solid #231815;
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .en-us .home_reserve_plan .in_box {
    padding-inline: 1rem;
  }
  .en-us .home_reserve_plan .in_box .home_reserve_plan_title .en {
    font-size: 0.9375rem;
    padding-top: 0.7em;
  }
  .ko .home_reserve_plan .in_box .home_reserve_plan_title .en, .zh-tw .home_reserve_plan .in_box .home_reserve_plan_title .en {
    font-size: 0.9375rem;
    padding-top: 0.75rem;
  }
  .ko .home_reserve_plan .in_box .home_reserve_plan_title .ja, .zh-tw .home_reserve_plan .in_box .home_reserve_plan_title .ja {
    width: 13.75rem;
    font-size: 1.125rem;
    padding-top: 0.4375rem;
  }
  .ko .home_reserve_plan .in_box .time .box, .zh-tw .home_reserve_plan .in_box .time .box {
    padding-inline: 0.25rem;
  }
}
.home_reserve_plan .in_box:hover {
  opacity: 0.85;
}
.home_reserve_plan .in_box + .in_box {
  border-top: 0;
}
.home_reserve_plan .in_box.thu .home_reserve_plan_title {
  border-color: #CE5000;
}
.home_reserve_plan .in_box.thu .home_reserve_plan_title .ja {
  background-color: #CE5000;
}
.home_reserve_plan .in_box.thu .home_reserve_plan_title .en {
  color: #CE5000;
}
.home_reserve_plan .in_box.thu .home_reserve_plan_course {
  border-bottom-color: #CE5000;
}
.home_reserve_plan .in_box.thu .home_reserve_plan_course::before, .home_reserve_plan .in_box.thu .home_reserve_plan_course .time .box {
  background: #CE5000;
}
.home_reserve_plan .in_box.thu .home_reserve_plan_course .sub, .home_reserve_plan .in_box.thu .home_reserve_plan_course .tx {
  color: #CE5000;
}
.home_reserve_plan .in_box.fri .home_reserve_plan_title {
  border-color: #BF8300;
}
.home_reserve_plan .in_box.fri .home_reserve_plan_title .ja {
  background-color: #BF8300;
}
.home_reserve_plan .in_box.fri .home_reserve_plan_title .en {
  color: #BF8300;
}
.home_reserve_plan .in_box.fri .home_reserve_plan_course {
  border-bottom-color: #BF8300;
}
.home_reserve_plan .in_box.fri .home_reserve_plan_course::before, .home_reserve_plan .in_box.fri .home_reserve_plan_course .time .box {
  background: #BF8300;
}
.home_reserve_plan .in_box.fri .home_reserve_plan_course .sub, .home_reserve_plan .in_box.fri .home_reserve_plan_course .tx {
  color: #BF8300;
}
.home_reserve_plan .in_box.holi01 .home_reserve_plan_title {
  border-color: #B55438;
}
.home_reserve_plan .in_box.holi01 .home_reserve_plan_title .ja {
  background-color: #B55438;
}
.home_reserve_plan .in_box.holi01 .home_reserve_plan_title .en {
  color: #B55438;
}
.home_reserve_plan .in_box.holi01 .home_reserve_plan_course {
  border-bottom-color: #B55438;
}
.home_reserve_plan .in_box.holi01 .home_reserve_plan_course::before, .home_reserve_plan .in_box.holi01 .home_reserve_plan_course .time .box {
  background: #B55438;
}
.home_reserve_plan .in_box.holi01 .home_reserve_plan_course .sub, .home_reserve_plan .in_box.holi01 .home_reserve_plan_course .tx {
  color: #B55438;
}
.home_reserve_plan .in_box.holi02 .home_reserve_plan_title {
  border-color: #A91D2F;
}
.home_reserve_plan .in_box.holi02 .home_reserve_plan_title .ja {
  background-color: #A91D2F;
}
.home_reserve_plan .in_box.holi02 .home_reserve_plan_title .en {
  color: #A91D2F;
}
.home_reserve_plan .in_box.holi02 .home_reserve_plan_course {
  border-bottom-color: #A91D2F;
}
.home_reserve_plan .in_box.holi02 .home_reserve_plan_course::before, .home_reserve_plan .in_box.holi02 .home_reserve_plan_course .time .box {
  background: #A91D2F;
}
.home_reserve_plan .in_box.holi02 .home_reserve_plan_course .sub, .home_reserve_plan .in_box.holi02 .home_reserve_plan_course .tx {
  color: #A91D2F;
}
.en-us .home_reserve_plan .in_box.holi01 .home_reserve_plan_title .ja, .en-us .home_reserve_plan .in_box.holi02 .home_reserve_plan_title .ja {
  width: 16.875rem;
  font-size: 0.8125rem;
  padding-top: 0.5625rem;
  letter-spacing: 0.04em;
}
.ko .home_reserve_plan .in_box .home_reserve_plan_title .ja, .zh-tw .home_reserve_plan .in_box .home_reserve_plan_title .ja {
  width: 13.75rem;
  padding-top: 0.375rem !important;
  background-position: 0.625rem center;
}
.ko .home_reserve_plan .in_box .time .box, .zh-tw .home_reserve_plan .in_box .time .box {
  padding-inline: 0.25rem;
}
.home_reserve_plan .in_box .home_reserve_plan_title {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
}
.home_reserve_plan .in_box .home_reserve_plan_title span {
  height: 2.125rem;
  line-height: 1;
}
.home_reserve_plan .in_box .home_reserve_plan_title .ja {
  width: 10.75rem;
  font-size: 1.375rem;
  padding: 0.375rem 0 0 2.625rem;
  color: #FFFFFF;
  background: #000 url("../img/common/i_arw_cycle.svg") 0.625rem center no-repeat;
  background-size: 1.375rem auto;
  font-weight: 600;
}
.en-us .home_reserve_plan .in_box .home_reserve_plan_title .ja {
  font-size: 1.125rem;
  width: 14rem;
}
.home_reserve_plan .in_box .home_reserve_plan_title .en {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-top: 0.625rem;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Josefin Sans", sans-serif;
}
.home_reserve_plan .in_box .home_reserve_plan_course {
  padding-bottom: 0.375rem;
  border-bottom: 0.3125rem solid #000;
  text-align: center;
  position: relative;
}
.home_reserve_plan .in_box .home_reserve_plan_course::before {
  content: "";
  width: 1px;
  height: calc(100% - 0.375rem);
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.home_reserve_plan .in_box .home_reserve_plan_course p, .home_reserve_plan .in_box .home_reserve_plan_course li, .home_reserve_plan .in_box .home_reserve_plan_course span {
  display: block;
  line-height: 1.4;
}
.home_reserve_plan .in_box .home_reserve_plan_course .sub {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.home_reserve_plan .in_box .home_reserve_plan_course .sub::before, .home_reserve_plan .in_box .home_reserve_plan_course .sub::after {
  content: "-";
}
.home_reserve_plan .in_box .home_reserve_plan_course .tx {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.en-us .home_reserve_plan .in_box .home_reserve_plan_course .tx {
  font-size: 1.125rem;
}
.home_reserve_plan .in_box .home_reserve_plan_course .time {
  margin-top: 0.125rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.4375rem;
  margin-right: -1em;
}
@media (min-width: 768px) {
  .en-us .home_reserve_plan .in_box .home_reserve_plan_course .time {
    margin-top: 0.3125rem;
    font-size: 0.8125rem;
    text-align: left;
  }
  .en-us .home_reserve_plan .in_box .home_reserve_plan_course .time .box {
    font-size: 0.625rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}
.home_reserve_plan .in_box .home_reserve_plan_course .time li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.4375rem;
  color: #4C4948;
}
.home_reserve_plan .in_box .home_reserve_plan_course .time li:last-child .box {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.home_reserve_plan .in_box .home_reserve_plan_course .time li .box {
  min-width: 1.25rem;
  height: 1.25rem;
  padding-bottom: 0.12em;
  font-size: 0.9375rem;
  background: #000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.3125rem;
}

@media (max-width: 767.9px) {
  .home_reserve {
    margin: 1.25rem 0 1.375rem;
    padding: 0 0.75rem 1.125rem;
    background-position: right 39.375rem;
    background-size: 21.25rem;
  }
  .en-us .home_reserve {
    background-position: right 60.375rem;
  }
  .home_reserve_title {
    margin-bottom: 0.8125rem;
    padding: 0.375rem 1.25rem 0.625rem;
    text-align: left;
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    letter-spacing: 0.02em;
  }
  .home_reserve_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home_reserve_block .in_half {
    width: 100%;
  }
  .home_reserve_block .in_half + .in_half {
    margin-top: 26.25rem;
    width: 100%;
  }
  .home_reserve .home_reserve_sub_title {
    margin-bottom: 0.75rem;
    padding: 0.0625rem 0 0 1.5625rem;
  }
  .home_reserve .home_reserve_sub_title::before {
    width: 1.125rem;
    background-size: 1.125rem auto;
  }
  .home_reserve .home_reserve_sub_title span.en {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .home_reserve .home_reserve_sub_title span.ja {
    font-size: 1rem;
    margin-left: 0.375rem;
    letter-spacing: 0.05em;
    position: relative;
    bottom: 0.0625rem;
  }
  .en-us .home_reserve .home_reserve_sub_title span.en {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
  }
  .en-us .home_reserve .home_reserve_sub_title span.ja {
    font-size: 0.75rem;
    margin-left: 0.375rem;
    letter-spacing: 0.02em;
  }
  .home_reserve .home_reserve_plan_limited {
    font-size: 1.125rem;
    margin-bottom: 0.875rem;
    padding: 0.625rem 0;
  }
  .home_reserve .home_reserve_plan_limited strong {
    margin-right: 0.375rem;
    padding: 0.0625rem 0.9375rem 0;
  }
  .home_reserve .home_reserve_plan_limited span {
    padding: 0.125rem 0;
  }
  .en-us .home_reserve .home_reserve_plan_limited {
    font-size: 0.9375rem;
    padding-bottom: 0.5rem;
  }
  .en-us .home_reserve .home_reserve_plan_limited span {
    padding: 0;
  }
  .ko .home_reserve .home_reserve_plan_limited, .zh-tw .home_reserve .home_reserve_plan_limited {
    font-size: 0.9375rem;
  }
  .ko .home_reserve .home_reserve_plan_limited strong, .zh-tw .home_reserve .home_reserve_plan_limited strong {
    padding-inline: 0.3125rem;
  }
  .home_reserve .home_reserve_plan_link a {
    height: 4.125rem;
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1.375;
    padding-left: 0;
    padding-top: 0.125rem;
    text-align: center;
    display: block;
  }
  .home_reserve .home_reserve_plan_link a span {
    letter-spacing: 0.1em;
    display: inline;
  }
  .home_reserve .home_reserve_plan_link a::after {
    width: 0.9375rem;
    height: 0.9375rem;
    top: 3.6875rem;
    right: 4.5rem;
    margin-top: -1.40625rem;
  }
  .en-us .home_reserve .home_reserve_plan_link a {
    font-size: 0.8125rem;
    text-align: left;
    padding-top: 0.125rem;
    padding-left: 0.75rem;
  }
  .en-us .home_reserve .home_reserve_plan_link a::after {
    right: 0.625rem;
  }
  .ko .home_reserve .home_reserve_plan_link a, .zh-tw .home_reserve .home_reserve_plan_link a {
    text-align: left;
    padding-top: 0.125rem;
    padding-left: 1.875rem;
  }
  .ko .home_reserve .home_reserve_plan_link a::after, .zh-tw .home_reserve .home_reserve_plan_link a::after {
    right: 1.875rem;
  }
  .home_reserve_plan + .home_reserve_plan {
    margin-top: 1.125rem;
  }
  .home_reserve_plan .in_box.holi01 .home_reserve_plan_title .ja, .home_reserve_plan .in_box.holi02 .home_reserve_plan_title .ja {
    padding: 0.1875rem 0 0 2rem;
    background-position: 0.625rem center;
  }
  .en-us .home_reserve_plan .in_box.holi01 .home_reserve_plan_title, .en-us .home_reserve_plan .in_box.holi02 .home_reserve_plan_title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .en-us .home_reserve_plan .in_box.holi01 .home_reserve_plan_title .ja, .en-us .home_reserve_plan .in_box.holi02 .home_reserve_plan_title .ja {
    padding-top: 0.375rem;
    width: 100%;
  }
  .home_reserve_plan .in_box {
    padding: 0.625rem 1.125rem;
  }
  .en-us .home_reserve_plan .in_box {
    padding: 1rem 1.125rem;
  }
  .home_reserve_plan .in_box .home_reserve_plan_title {
    margin-bottom: 0.375rem;
  }
  .home_reserve_plan .in_box .home_reserve_plan_title span {
    height: 1.5625rem;
  }
  .home_reserve_plan .in_box .home_reserve_plan_title .ja {
    width: 8.4375rem;
    font-size: 1.0625rem;
    padding: 0.1875rem 0 0 2.5rem;
    color: #FFFFFF;
    background: #000 url("../img/common/i_arw_cycle.svg") 1.125rem center no-repeat;
    background-size: 1rem auto;
  }
  .home_reserve_plan .in_box .home_reserve_plan_title .en {
    padding-top: 0.5rem;
    font-size: 0.875rem;
  }
  .en-us .home_reserve_plan .in_box .home_reserve_plan_title .ja {
    width: 9.375rem;
    font-size: 0.875rem;
    padding: 0.25rem 0 0 1.5rem !important;
    background-position: 0.375rem center;
    background-size: 0.875rem;
  }
  .ko .home_reserve_plan .in_box .home_reserve_plan_title .ja, .zh-tw .home_reserve_plan .in_box .home_reserve_plan_title .ja {
    width: 10rem;
    font-size: 0.875rem;
    padding: 0.25rem 0 0 1.5rem !important;
    background-position: 0.375rem center;
    background-size: 0.875rem;
  }
  .ko .home_reserve_plan .in_box .home_reserve_plan_title .en, .zh-tw .home_reserve_plan .in_box .home_reserve_plan_title .en {
    letter-spacing: 0em;
  }
  .home_reserve_plan .in_box .home_reserve_plan_course {
    padding-bottom: 0.3125rem;
    border-bottom: 0.25rem solid #000;
  }
  .home_reserve_plan .in_box .home_reserve_plan_course::before {
    height: calc(100% - 0.3125rem);
  }
  .home_reserve_plan .in_box .home_reserve_plan_course .sub {
    margin-top: -0.12em;
    margin-bottom: 0.06em;
    font-size: 0.75rem;
  }
  .home_reserve_plan .in_box .home_reserve_plan_course .tx {
    font-size: 1rem;
    letter-spacing: 0em;
    margin-left: 0.5em;
  }
  .home_reserve_plan .in_box .home_reserve_plan_course .time {
    font-size: 0.75rem;
    margin-left: 0.5em;
    margin-left: 0.3125rem;
  }
  .en-us .home_reserve_plan .in_box .home_reserve_plan_course .time {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0.125rem;
  }
  .en-us .home_reserve_plan .in_box .home_reserve_plan_course .time li {
    margin-top: 0.25rem;
  }
  .en-us .home_reserve_plan .in_box .home_reserve_plan_course .time .box {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .home_reserve_plan .in_box .home_reserve_plan_course .time li {
    margin-right: 0.3125rem;
  }
  .home_reserve_plan .in_box .home_reserve_plan_course .time li:last-child .box {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .home_reserve_plan .in_box .home_reserve_plan_course .time li .box {
    min-width: 0.875rem;
    height: 0.875rem;
    font-size: 0.625rem;
    margin-right: 0.25rem;
    padding-bottom: 0;
  }
}
.home_nav {
  margin-top: 5.25rem;
}
.home_nav .home_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home_nav .home_nav_list li {
  width: 33.125rem;
}
.home_nav .home_nav_list li a {
  position: relative;
}
.home_nav .home_nav_list li a::before {
  content: "";
  pointer-events: none;
  width: calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  top: 0.6875rem;
  left: 0.6875rem;
  border: 1px solid white;
  position: absolute;
  display: block;
  z-index: 5;
}
.home_nav .home_nav_list li a p {
  width: 15.3125rem;
  padding: 0.5625rem 0 0.5625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 5;
  background: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.44;
  border: 1px solid #231815;
}
@media (min-width: 768px) {
  .en-us .home_nav .home_nav_list li a p {
    width: 22.5rem;
  }
  .en-us .home_nav .home_nav_list li a p .ja {
    font-size: 1rem;
  }
}
.home_nav .home_nav_list li a p span {
  margin: 0 0.3125rem;
}
.home_nav .home_nav_list li a p .en {
  font-size: 1.375rem;
}
.home_nav .home_nav_list li a p .ja {
  font-size: 1.25rem;
}
.home_nav .home_nav_list li a p .ja::before, .home_nav .home_nav_list li a p .ja::after {
  content: "-";
}
@media (max-width: 767.9px) {
  .home_nav {
    margin-top: 1.375rem;
  }
  .home_nav .home_nav_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home_nav .home_nav_list li {
    width: 100%;
  }
  .home_nav .home_nav_list li + li {
    margin-top: 1.375rem;
  }
  .home_nav .home_nav_list li a::before {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    top: 0.5rem;
    left: 0.5rem;
  }
  .home_nav .home_nav_list li a p {
    width: 13.125rem;
    padding: 0.375rem 0 0.375rem;
    line-height: 1.34;
  }
  .en-us .home_nav .home_nav_list li a p {
    width: 18rem;
  }
  .en-us .home_nav .home_nav_list li a p .ja {
    font-size: 0.8125rem;
  }
  .home_nav .home_nav_list li a p span {
    margin: 0 0.3125rem;
  }
  .home_nav .home_nav_list li a p .en {
    font-size: 1rem;
  }
  .home_nav .home_nav_list li a p .ja {
    font-size: 0.9375rem;
  }
}
.home_calendar .home_sec_block {
  padding: 0 3.75rem 3.4375rem;
  background: #f8f8f8;
  border: 1px solid #707070;
}
.home_calendar .home_calendar_title {
  margin-bottom: 1.25rem;
  padding: 0.75rem;
  text-align: center;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  background: #3B3938;
}
.home_calendar .mc-main td {
  background: #FFFFFF;
}
.home_calendar .mc-main .current-day:not(.day .current-day, .list .current-day) {
  background: #F5F1EC;
  outline: none;
}
.home_calendar .mc-main .has-events .mc-date {
  background: #3B3938 !important;
}
.home_calendar .mc-main .mc_rel_mcat10 header .event-title button,
.home_calendar .mc-main .mc_rel_mcat11 header .event-title button,
.home_calendar .mc-main .mc_rel_mcat12 header .event-title button,
.home_calendar .mc-main .mc_rel_mcat13 header .event-title button,
.home_calendar .mc-main .mc_rel_mcat14 header .event-title button {
  color: #FFFFFF !important;
}
.home_calendar .mc-main .mc_rel_mcat10 header .event-title button {
  background: #c3694a !important;
}
.home_calendar .mc-main .mc_rel_mcat11 header .event-title button {
  background: #ba313f !important;
}
.home_calendar .mc-main .mc_rel_mcat12 header .event-title button {
  background: #d76707 !important;
}
.home_calendar .mc-main .mc_rel_mcat13 header .event-title button {
  background: #c89800 !important;
}
.home_calendar .mc-main .mc_rel_mcat14 header .event-title button .event-title-container::before {
  content: "【満席】";
}
.home_calendar .mc-main .mc_rel_mcat14 header .event-title button {
  background: #777777 !important;
}
.home_calendar .mc-main .my-calendar-navigation {
  margin-bottom: 2em;
}
.home_calendar .mc-main .my-calendar-navigation .my-calendar-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home_calendar .mc-main .my-calendar-navigation .my-calendar-header .mc-format {
  display: none;
}
.home_calendar .mc-main .my-calendar-navigation .my-calendar-header .mc-time {
  display: none;
}
.home_calendar .mc-main .my-calendar-navigation .my-calendar-header .my-calendar-nav {
  display: none;
}
.home_calendar .mc-main .my-calendar-table thead {
  border-bottom: 1px solid #1A1311;
  position: relative;
  z-index: 50;
}
.home_calendar .mc-main .mc-list-details.event-count {
  display: none !important;
}

.mc-modal-title-container {
  padding: 0.625rem 1.875rem !important;
}

#mc-modal-content {
  padding: 1.875rem 1.875rem !important;
}

.my-calendar-modal__content .event-time {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0 0.5em 0.25em;
  border-bottom: 1px solid #707070;
  font-weight: 600;
}
.my-calendar-modal__content .event-button {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.my-calendar-modal__content .event-button a {
  color: #FFF !important;
  background: #D70C18;
  padding: 0.625rem 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.my-calendar-modal__content .event-button a:hover {
  opacity: 0.7;
}
.my-calendar-modal__content .event-button a::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/i_reserve.svg) center center no-repeat;
  background-size: 1.25rem auto;
  margin-right: 0.625rem;
  display: block;
}
.my-calendar-modal__content p {
  font-size: 1rem;
}

@media (max-width: 767.9px) {
  .home_calendar {
    margin-bottom: 1.875rem;
  }
  .home_calendar .home_sec_block {
    padding: 0 0.75rem 0.75rem;
    background: #f8f8f8;
    border: 1px solid #707070;
  }
  .home_calendar .home_calendar_title {
    margin-bottom: 0.3125rem;
    padding: 0.3125rem;
    font-size: 0.9375rem;
  }
  .home_calendar .heading.my-calendar-month {
    font-size: 1rem !important;
  }
  .home_calendar .heading.my-calendar-month span {
    font-size: 1rem;
  }
  .home_calendar thead[role=rowgroup] {
    border-bottom-color: #777777 !important;
  }
  .home_calendar .mc-main .has-events .mc-date {
    color: #3B3938;
    background: transparent !important;
    border: 0;
  }
  .home_calendar .mc-main .my-calendar-navigation {
    margin-bottom: 2em;
  }
  .home_calendar .mc-main .my-calendar-navigation .my-calendar-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home_calendar .mc-main .my-calendar-navigation .my-calendar-header .mc-format {
    display: none;
  }
  .home_calendar .mc-main .my-calendar-navigation .my-calendar-header .mc-time {
    display: none;
  }
  .home_calendar .mc-main .my-calendar-navigation .my-calendar-header .my-calendar-nav {
    display: none;
  }
  .home_calendar .mc-main .my-calendar-table thead {
    border-bottom: 1px solid #1A1311;
    position: relative;
    z-index: 50;
  }
  .home_calendar .mc-main .mc-list-details.event-count {
    display: none !important;
  }
  dialog.my-calendar-modal #modal-title {
    font-size: 1.125rem !important;
  }
  .mc-modal-title-container {
    padding: 0.625rem 0.9375rem !important;
  }
  #mc-modal-content {
    padding: 0.9375rem 1.25rem !important;
  }
  .my-calendar-modal__content .event-time {
    font-size: 1rem;
    padding-inline: 0;
  }
  .my-calendar-modal__content .event-button {
    margin-top: 1.5rem;
  }
  .my-calendar-modal__content p {
    font-size: 0.875rem;
  }
}
.title,
.sub_title,
.tx_center {
  text-align: center;
}

.title {
  font-size: 1.875rem;
  letter-spacing: 0.2em;
}

.sub_title {
  font-size: 1.5625rem;
  letter-spacing: 0.2em;
}
.en-us .sub_title {
  letter-spacing: 0.1em;
}
.sub_title span {
  display: inline-block;
}

@media (max-width: 767.9px) {
  .title {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
  .sub_title {
    font-size: 1rem;
  }
}
.bg_hover {
  position: relative;
  overflow: hidden;
  display: block;
}
.bg_hover figure {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.bg_hover:hover figure {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

a[href="#"] {
  pointer-events: none;
}

.bg_title {
  color: #FFFFFF;
  background: #000;
  text-align: center;
  font-family: "Josefin Sans", "noto serif jp", sans-serif;
  padding-top: 0.16em;
}
.bg_title.red {
  font-size: 1.5625rem;
  background: #CB1F20;
}
.bg_title.faq {
  margin: 3.75rem 0 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bg_title.faq .en {
  font-size: 1.5625rem;
}
.bg_title.faq .ja {
  margin-left: 0.875rem;
  font-size: 1.125rem;
}
.bg_title.faq .ja::before, .bg_title.faq .ja::after {
  content: "-";
}
.bg_title.plan {
  margin-top: 2.875rem;
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  letter-spacing: 0.3em;
}
.en-us .bg_title.plan {
  letter-spacing: 0.1em;
}
.bg_title.plan + .sub_title {
  margin-bottom: 1.5625rem;
}

@media (max-width: 767.9px) {
  .bg_title {
    padding-top: 0.24em;
    font-size: 0.9375rem;
  }
  .bg_title.red {
    font-size: 0.9375rem;
  }
  .bg_title.faq {
    margin: 0 0 1rem;
  }
  .bg_title.faq .en {
    font-size: 0.9375rem;
  }
  .bg_title.faq .ja {
    margin-left: 0.3125rem;
    font-size: 0.8125rem;
  }
  .bg_title.plan {
    margin-top: 0;
    margin-bottom: 0.875rem;
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
  }
  .en-us .bg_title.plan {
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-block: 0.5rem 0.375rem;
  }
  .bg_title.plan + .sub_title {
    font-size: 0.8125rem;
    margin-bottom: 0.75rem;
  }
}
.bdr_title {
  position: relative;
  text-align: center;
  font-size: 1.5625rem;
  margin-bottom: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.en-us .bdr_title {
  letter-spacing: 0.08em;
}
.bdr_title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #4C4948;
  position: absolute;
  top: 50%;
  left: 0;
}
.bdr_title span {
  padding: 0 1.125rem;
  background: #FFFFFF;
  position: relative;
  z-index: 5;
}
.bdr_title + .tx_center {
  font-size: 1.25rem;
  margin-bottom: 2.125rem;
  line-height: 1.84;
}
.bdr_title + small {
  text-align: center;
  font-size: 1rem;
  margin-top: -0.75rem;
  margin-bottom: 1.875rem;
  display: block;
}

.bdr_l_title {
  font-size: 1.25rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  font-weight: 600;
}
.bdr_l_title span {
  padding-right: 0.625rem;
  background: #FFFFFF;
  position: relative;
  z-index: 5;
  display: inline-block;
}
.bdr_l_title::before {
  width: 100%;
  height: 1px;
  background: #231815;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
}
.bdr_l_title + .plan_info_list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bdr_l_title + .plan_info_list + small {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  display: block;
}

@media (max-width: 767.9px) {
  .bdr_title {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1em;
  }
  .bdr_title span {
    padding: 0 0.5rem;
  }
  .bdr_title + .tx_center {
    font-size: 0.6875rem;
    margin-bottom: 0.9375rem;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }
  .en-us .bdr_title + .tx_center {
    letter-spacing: 0.08em;
  }
  .bdr_title + .tx_center strong {
    font-size: 0.8125rem;
  }
  .bdr_title + small {
    text-align: center;
    font-size: 1rem;
    margin-top: -0.75rem;
    margin-bottom: 1.875rem;
    display: block;
  }
  .bdr_l_title {
    font-size: 0.8125rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
  }
  .bdr_l_title span {
    padding-right: 0.3125rem;
  }
  .bdr_l_title + .plan_info_list {
    width: auto;
    padding: 0 0.3125rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bdr_l_title + .plan_info_list + small {
    width: auto;
    margin-top: 0.3125rem;
    padding: 0 0.3125rem;
    font-size: 0.6875rem;
    line-height: 1.8;
  }
}
.page_mv {
  margin-bottom: 4.875rem;
  position: relative;
}
.page_mv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 7;
}
.page_mv::after {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: -1.25rem;
  left: 0;
  width: 50.1851851852%;
  height: 2.5rem;
  display: block;
}
.page_sightseeing .page_mv::before {
  background: rgba(182, 157, 96, 0.58);
  mix-blend-mode: multiply;
}
.page_about .page_mv::after {
  background: rgba(202, 31, 32, 0.6);
}
.page_timetable .page_mv::after {
  background: rgba(35, 24, 21, 0.5);
}
.page_speciality .page_mv::after {
  background: #7b9093;
  mix-blend-mode: multiply;
}
.page_cuisine .page_mv::after {
  background-color: #c36479;
}
.page_cuisine .translation .page_mv::after {
  background: #d70c18;
  mix-blend-mode: darken;
}
.page_spring2024 .page_mv::after {
  background: rgba(195, 100, 121, 0.8);
}
.page_sightseeing .page_mv::after {
  background: #98896f;
}
.page_cuisine .page_mv.summer::after {
  background-color: #c4b100;
  mix-blend-mode: multiply;
}
.page_cuisine .page_mv.autumn::after {
  display: none;
}
.page_mv_title {
  width: 100%;
  padding-bottom: 0.625rem;
  color: #FFFFFF;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  text-align: center;
}
.page_mv .sub {
  width: 100%;
  line-height: 1;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  margin-bottom: 0.75rem;
  display: block;
  font-weight: 500;
}
.page_mv .tx {
  line-height: 1;
  display: inline-block;
}
.page_mv .tx .en {
  font-size: 2.3125rem;
  letter-spacing: 0.1em;
  font-family: "Roboto Condensed", "noto serif jp", serif;
}
.page_mv .tx .ja {
  margin-left: 0.625rem;
  font-size: 1.875rem;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.page_mv .tx .ja::before, .page_mv .tx .ja::after {
  content: "-";
}
.en-us .page_mv .tx .ja {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
.page_cincierge .page_mv {
  margin: 1.875rem auto 1.875rem;
}
.page_cincierge .page_mv::before, .page_cincierge .page_mv::after {
  display: none;
}
.page_cincierge .page_mv .page_mv_title {
  padding-top: 0.12em;
  padding-bottom: 0;
}
.page_cincierge .page_mv .page_mv_title .ja {
  position: relative;
  bottom: 0.06em;
}
.page_cincierge .page_mv figure img {
  aspect-ratio: 719/47;
}

@media (max-width: 767.9px) {
  .page_mv {
    margin-bottom: 1.5625rem;
  }
  .page_mv img {
    width: 21.875rem;
    height: 4.0625rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page_cuisine.ja .page_mv img {
    height: 5rem;
  }
  .page_mv::after {
    bottom: -0.375rem;
    width: 50%;
    height: 0.75rem;
  }
  .page_mv_title {
    padding-bottom: 0.25rem;
  }
  .page_mv .sub {
    font-size: 0.6875rem;
    letter-spacing: 0.2em;
    margin-top: 0.4375rem;
    margin-bottom: -0.375rem;
  }
  .en-us .page_mv .sub {
    margin-bottom: 0;
  }
  .page_mv .tx .en {
    font-size: 1.0625rem;
    letter-spacing: 0.06em;
  }
  .page_mv .tx .ja {
    margin-left: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .en-us .page_mv .tx .ja {
    margin: 0;
    font-size: 0.8125rem;
    display: block;
  }
  .page_cincierge .page_mv {
    margin: 1.125rem auto 0.9375rem;
  }
  .page_cincierge .page_mv::before, .page_cincierge .page_mv::after {
    display: none;
  }
  .page_cincierge .page_mv .page_mv_title {
    padding-top: 0;
    padding-bottom: 0.12em;
  }
  .page_cincierge .page_mv .page_mv_title .ja {
    position: relative;
    bottom: 0.06em;
    letter-spacing: 0.03em;
  }
  .page_cincierge .page_mv figure img {
    height: 2.25rem;
    aspect-ratio: 699/74;
  }
  .page_sightseeing .page_mv .page_mv_title .ja, .page_speciality .page_mv .page_mv_title .ja {
    font-size: 0.625rem;
    letter-spacing: 0.05em;
  }
}
.page_head_text {
  text-align: center;
}
.page_head_text_box {
  max-width: 60rem;
  margin-top: -0.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.75rem;
  padding: 1.5625rem 0 1.5625rem 1.9375rem;
  position: relative;
  border: 1px solid #231815;
  font-size: 1.375rem;
  line-height: 1.6727272727;
}
.page_head_text_box::before {
  content: "";
  width: 1.9375rem;
  height: calc(100% + 1px);
  top: -1px;
  left: 0;
  background: url("../img/common/obj_btn.svg") 0 0 repeat-y;
  background-size: 1.9375rem auto;
  position: absolute;
  display: block;
}
.page_head_text .tx_center {
  font-size: 1.5625rem;
  line-height: 2.04;
  font-weight: 500;
}
.page_head_text .tx_center span {
  display: inline-block;
}
.ko .page_head_text .tx_center {
  font-size: 1.375rem;
}
.page_head_text .pdf_link_more {
  margin: 2.5rem 0 4rem;
  padding: 0;
  background: transparent !important;
  text-align: center;
}
.page_head_text .pdf_link_more a {
  padding-left: 5.4375rem;
}
.page_head_text .pdf_link_more .btn_more::after {
  background-size: 0.875rem;
  background-position: center center;
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.page_movie {
  margin: 3.375rem 0 3.75rem;
}

.sub_title02 {
  margin: 3.25rem 0;
  text-align: center;
  font-size: 1.375rem;
  letter-spacing: 0.3em;
}
.en-us .sub_title02 {
  letter-spacing: 0.1em;
}
.ko .sub_title02 {
  letter-spacing: 0.15em;
}

.img_list_sec .img_list_title {
  margin-bottom: 3.25rem;
  text-align: center;
}
.img_list_sec .img_list_title span {
  display: inline-block;
}
.img_list_sec .img_list_title .en {
  position: relative;
  color: #C36479;
  letter-spacing: 0.15em;
}
.img_list_sec .img_list_title .en::before, .img_list_sec .img_list_title .en::after {
  width: 2.625rem;
  height: 1px;
  background: #C36479;
  content: "";
  display: block;
  top: 50%;
  position: absolute;
}
.summer .img_list_sec .img_list_title .en {
  color: #C4B000;
}
.summer .img_list_sec .img_list_title .en::before, .summer .img_list_sec .img_list_title .en::after {
  background: #C4B000;
}
.autumn .img_list_sec .img_list_title .en {
  color: #DE6800;
}
.autumn .img_list_sec .img_list_title .en::before, .autumn .img_list_sec .img_list_title .en::after {
  background: #DE6800;
}
.winter .img_list_sec .img_list_title .en {
  color: #a40023;
}
.winter .img_list_sec .img_list_title .en::before, .winter .img_list_sec .img_list_title .en::after {
  background: #a40023;
}
.translation .img_list_sec .img_list_title .en {
  color: #d70c18;
}
.translation .img_list_sec .img_list_title .en::before, .translation .img_list_sec .img_list_title .en::after {
  background: #d70c18;
}
.img_list_sec .img_list_title .en::before {
  right: calc(100% + 0.5rem);
}
.img_list_sec .img_list_title .en::after {
  left: calc(100% + 0.5rem);
}
.img_list_sec .img_list_title .sub {
  display: block;
  margin-top: -0.125rem;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.35em;
}
.img_list_sec .img_list_title .ja {
  text-align: center;
}
.img_list_sec .img_list_title .ja span {
  display: inline-block;
  position: relative;
  letter-spacing: 0.3em;
}
.winter .img_list_sec .img_list_title .ja span {
  color: #a40023;
}
.spring .img_list_sec .img_list_title .ja span {
  color: #c36479;
}
.img_list_sec .img_list_title .ja span::before, .img_list_sec .img_list_title .ja span::after {
  width: 12rem;
  height: 1.75rem;
  content: "";
  background: url("../img/cuisine/obj_hading01.svg") center center no-repeat;
  background-size: contain;
  display: block;
  top: 50%;
  margin-top: -0.9375rem;
  position: absolute;
}
.summer .img_list_sec .img_list_title .ja span::before, .summer .img_list_sec .img_list_title .ja span::after {
  background-image: url("../img/cuisine/obj_hading01_sm.svg");
}
.autumn .img_list_sec .img_list_title .ja span::before, .autumn .img_list_sec .img_list_title .ja span::after {
  background-image: url("../img/cuisine/obj_hading01_at.svg");
}
.winter .img_list_sec .img_list_title .ja span::before, .winter .img_list_sec .img_list_title .ja span::after {
  background-image: url("../img/cuisine/obj_hading01_wt.svg");
}
.img_list_sec .img_list_title .ja span::before {
  right: calc(100% + 1rem);
}
.img_list_sec .img_list_title .ja span::after {
  left: calc(100% + 1rem);
}
.en-us .img_list_sec .img_list_title .ja span {
  letter-spacing: 0.08em;
}

.heading01 {
  font-size: 1.375rem;
  margin: 1.875rem 0 0.625rem;
  padding: 0 0 0.875rem 3.375rem;
  background: url("../img/cuisine/i_heading.svg") 0.5rem 0.8125rem no-repeat;
  background-size: 2.1875rem auto;
  border-bottom: 1px solid #231815;
  font-weight: 600;
  line-height: 1.602173913;
}
.summer .heading01 {
  background-image: url("../img/cuisine/i_heading_sm.svg");
}
.autumn .heading01 {
  background-image: url("../img/cuisine/i_heading_at.svg");
}
.winter .heading01 {
  background-image: url("../img/cuisine/i_heading_wt.svg");
}
.translation .heading01 {
  background-image: url("../img/cuisine/i_heading_tl.svg");
}

.rhombus_list {
  margin-top: 0.625rem;
}
.rhombus_list li {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.rhombus_list li::before {
  content: "◆";
}

.img_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4.5rem;
}
.img_list_box:nth-child(odd) .img_list_box_info {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.img_list_box.speciality {
  margin-bottom: 3.125rem;
}
.img_list_box.speciality .img_list_box_info {
  width: 51.375rem;
}
.img_list_box.speciality .img_list_box_info p {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  letter-spacing: 0.075em;
}
.img_list_box.speciality .img_list_box_title p span {
  line-height: 1.48;
}
.img_list_box_info {
  width: 48.25rem;
}
@media (min-width: 768px) {
  .img_list_box_info p {
    padding-top: 0.6em;
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .ja .img_list_box_info p {
    margin-right: -5em;
  }
  .img_list_box_info p.small {
    font-size: 1.125rem;
  }
}
.img_list_box_info p span {
  display: inline-block;
}
.img_list_box_title {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.img_list_box_title h3 {
  width: 10.8125rem;
  font-size: 1.375rem;
  line-height: 1;
  color: #C36479;
  padding-bottom: 0.875rem;
  margin: 1.875rem auto 1.5625rem;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #C36479;
}
.img_list_box_title h3.ls_s {
  letter-spacing: 0.2em;
}
.img_list_box_title h3::before {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  background: #C36479;
  display: block;
  position: absolute;
  left: -0.3125rem;
  bottom: -0.3125rem;
}
.summer .img_list_box_title h3 {
  color: #C4B000;
  border-bottom-color: #C4B000;
}
.summer .img_list_box_title h3::before {
  background: #C4B000;
}
.autumn .img_list_box_title h3 {
  color: #DE6800;
  border-bottom-color: #DE6800;
}
.autumn .img_list_box_title h3::before {
  background: #DE6800;
}
.winter .img_list_box_title h3 {
  color: #a40023;
  border-bottom-color: #a40023;
}
.winter .img_list_box_title h3::before {
  background: #a40023;
}
.translation .img_list_box_title h3 {
  color: #d70c18;
  border-bottom-color: #d70c18;
}
.translation .img_list_box_title h3::before {
  background: #d70c18;
}
.img_list_box_title h3 span {
  margin-left: -2em;
  margin-right: -2em;
  letter-spacing: 0.35em;
}
.img_list_box_title p:first-child {
  padding-top: 1.375rem;
}
.img_list_box_title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img_list_box_title p .text_in {
  font-size: 1.5625rem;
  line-height: 1.84;
}
.img_list_box_title p .text_in span {
  display: block;
  letter-spacing: 0.2em;
}
.img_card_list {
  margin-top: 4rem;
  margin-bottom: -2.5rem;
  padding-left: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.img_card_list li {
  width: 31.125rem;
  margin-bottom: 2.5rem;
}
.img_card_list figure {
  margin-bottom: 1.25rem;
}
.img_card_list_title {
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.2;
  font-weight: 600;
}
.img_card_list_title span:not([class]) {
  font-size: 1.0625rem;
  font-weight: normal;
}
.img_card_list_title span[class] {
  letter-spacing: 0em;
}
.img_card_list_title span.tx_2line {
  height: 2.9565217391em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4782608696;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img_card_list p {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.img_card_list p.ls20 {
  letter-spacing: 0.2em;
}

.sum_meat_2025_text {
  margin-right: 0 !important;
  display: contents !important;
}

.img_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.img_list02 .img_list_half {
  width: 31.75rem;
  margin-bottom: 4rem;
}
.page_cuisine .img_list02 .img_list_half p {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}
.img_list02 .img_list_half p span {
  display: inline-block;
}

.img_list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.125rem;
}
.img_list03.speciality {
  margin-bottom: 2rem;
}
.img_list03.speciality figure {
  width: 33.625rem;
  margin-bottom: 1.75rem;
}
.img_list03.speciality p {
  font-size: 1.5625rem;
  letter-spacing: 0.2em;
}
.img_list03 figure {
  width: 33.125rem;
  margin-bottom: 3rem;
}
.img_list03 p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.3em;
}
.en-us .img_list03 p {
  letter-spacing: 0.1em;
}
.img_list03 p span {
  display: block;
}

.pdf_link_more {
  margin: 3.125rem 0;
  padding: 0.9375rem;
  background: rgba(195, 100, 121, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.summer .pdf_link_more {
  background: #c4b000;
}
.autumn .pdf_link_more {
  background: #de6800;
}
.winter .pdf_link_more {
  background: #a40023;
}
.pdf_link_more .btn_more {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2.5rem;
  font-size: 1.25rem;
  background-color: #FFFFFF;
}
.en-us .pdf_link_more .btn_more {
  line-height: 1.4;
}
.pdf_link_more .btn_more strong {
  color: #D61B1B;
}
.pdf_link_more .btn_more::after {
  margin-top: -0.6875rem;
}

.heading02 {
  padding: 2rem 0;
  text-align: center;
}
.heading02.speciality span {
  font-size: 1.875rem;
  letter-spacing: 0.075em;
}
.heading02 span {
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
}
.heading02 span::before, .heading02 span::after {
  width: 4.875rem;
  height: 0.875rem;
  content: "";
  position: absolute;
  display: block;
  background: url("../img/cuisine/i_heading02.svg") center center no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -0.4375rem;
}
.heading02 span::before {
  left: calc(100% + 1.25rem);
}
.heading02 span::after {
  right: calc(100% + 1.25rem);
}
.heading02.left {
  text-align: left;
}
.heading02.left span {
  padding-left: 5.625rem;
}
.heading02.left span::before {
  left: 0;
}
.heading02.left span::after {
  display: none;
}
.heading02.bdr {
  min-width: 43.75rem;
  padding-left: 1.75rem;
  padding-bottom: 0.5rem;
  margin-bottom: 2.9375rem;
  border-bottom: 1px solid #231815;
  position: relative;
  display: inline-block;
}
.heading02.bdr::before {
  width: 23.75rem;
  height: 1px;
  background: #231815;
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4375rem;
}

.cuisine_kids_sec {
  background: #F8F6E7;
  margin-bottom: 1.875rem;
  padding-bottom: 3rem;
}
.cuisine_kids_sec .sec_in {
  max-width: 51.375rem;
  margin-left: auto;
  margin-right: auto;
}
.cuisine_kids_sec figure {
  padding: 1.5625rem;
  background: #FFFFFF;
}
.cuisine_kids_sec figure + .sub_title02 {
  margin: 1.5625rem 0 0.9375rem;
}
.cuisine_kids_sec .pdf_link_more {
  margin: 1.125rem 0 0;
  background-color: transparent !important;
}
.cuisine_kids_sec .rhombus_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cuisine_kids_sec .rhombus_list li {
  font-size: 1.25rem;
  margin-right: 0.5em;
}
.cuisine_kids_sec .rhombus_list li.att::before {
  display: none;
}
.cuisine_kids_sec .rhombus_list li.att {
  font-size: 1rem;
}

.att_text_wrap {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.25em;
}

.cuisine_history_sec {
  margin-bottom: 5rem;
  border: 1px solid #231815;
  background: #F4F4F4;
}
.cuisine_history_sec a {
  padding: 2.8125rem 2.5rem 2.8125rem 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cuisine_history_sec a:hover {
  opacity: 0.85;
}
.cuisine_history_sec .cuisine_history_head {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
.cuisine_history_sec .cuisine_history_head figure {
  width: 29.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cuisine_history_sec .cuisine_history_head .cuisine_history_head_title {
  line-height: 1;
}
.cuisine_history_sec .cuisine_history_head .cuisine_history_head_title .heading02 {
  padding: 0 0 0.75rem 1.5rem;
  display: block;
}
.cuisine_history_sec .cuisine_history_head .cuisine_history_head_title .heading02 span {
  font-size: 0.75rem;
}
.cuisine_history_sec .cuisine_history_head .cuisine_history_head_title .ja {
  padding: 0.875rem 1.25rem 0 1.5rem;
  display: inline-block;
  position: relative;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.en-us .cuisine_history_sec .cuisine_history_head .cuisine_history_head_title .ja {
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.cuisine_history_sec .cuisine_history_head .cuisine_history_head_title .ja::before {
  content: "";
  width: 100%;
  height: 300%;
  border: solid #231815;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.cuisine_history_sec .cuisine_history_foot {
  width: 35.875rem;
  padding-bottom: 1rem;
}
.cuisine_history_sec .cuisine_history_foot .heading02 {
  padding: 0.5625rem 0 0.5rem;
  text-align: left;
  border-bottom: 1px solid #231815;
}
.cuisine_history_sec .cuisine_history_foot .heading02 span {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .en-us .cuisine_history_sec .cuisine_history_foot .heading02 span {
    padding-block: 0.5625rem;
  }
}
.en-us .cuisine_history_sec .cuisine_history_foot .heading02 span {
  max-width: 25rem;
  line-height: 1.4;
}

.heading02_wrap {
  border: 1px solid #231815;
  background: #FFFFFF;
}
.heading02_wrap + .heading02_wrap {
  margin-top: 2.125rem;
}

.cuisine_chef_sec .sec_in {
  max-width: 55.25rem;
  margin: 0 auto;
  padding-bottom: 3.125rem;
}
.cuisine_chef_sec .sub_title {
  margin-bottom: 1.25rem;
}
.cuisine_chef_sec p:not([class]) {
  font-size: 1rem;
  line-height: 2.125;
  letter-spacing: 0.24em;
}

.more_link_wrap {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.more_link_wrap .more_link {
  width: 7.75rem;
  height: 2.3125rem;
  font-size: 1.25rem;
  padding: 0.1875rem 1rem;
  letter-spacing: 0;
  font-style: italic;
  font-family: "Josefin Sans", "noto serif jp", sans-serif;
  color: #FFFFFF;
  background: #4C4948 url("../img/common/i_more_btn_w.svg") right 0.75rem center no-repeat;
  background-size: 0.9375rem auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.more_link_wrap .more_link:hover {
  opacity: 0.75;
}

.cuisine_chef_list {
  margin: 0 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cuisine_chef_list li {
  width: 18.1875rem;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.3em;
}
.cuisine_chef_list li span {
  margin-top: 0.5rem;
  display: block;
}

@media (max-width: 767.9px) {
  .page_head_text_box {
    max-width: 21.375rem;
    margin-top: -0.125rem;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0 0.5rem 1rem;
    font-size: 0.75rem;
    line-height: 1.65;
  }
  .page_head_text_box::before {
    width: 1.125rem;
    background-size: 1.125rem auto;
  }
  .page_head_text .tx_center {
    font-size: 0.8125rem;
    line-height: 2.18;
    letter-spacing: 0.13em;
  }
  .en-us .page_head_text .tx_center {
    letter-spacing: 0.05em;
  }
  .ko .page_head_text .tx_center {
    font-size: 0.8125rem;
  }
  .page_head_text .tx_center span {
    display: inline;
  }
  .page_head_text .pdf_link_more {
    margin: 1.25rem auto 1.875rem;
  }
  .page_head_text .pdf_link_more a {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
  .page_head_text .pdf_link_more .btn_more {
    min-width: 12.5rem;
  }
  .page_head_text .pdf_link_more .btn_more::after {
    background-size: 0.875rem;
    background-position: center center;
    content: "";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .page_movie {
    margin: 1.5rem 0 1.25rem;
  }
  .sub_title02 {
    margin: 1rem 0;
    text-align: center;
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
  }
  .ko .sub_title02 {
    letter-spacing: 0.05em;
  }
  .img_list_sec .img_list_title {
    margin-bottom: 1.375rem;
  }
  .img_list_sec .img_list_title .en {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
  .img_list_sec .img_list_title .en::before, .img_list_sec .img_list_title .en::after {
    width: 1.375rem;
  }
  .img_list_sec .img_list_title .en::before {
    right: calc(100% + 0.375rem);
  }
  .img_list_sec .img_list_title .en::after {
    left: calc(100% + 0.375rem);
  }
  .img_list_sec .img_list_title .sub {
    margin-top: -0.125rem;
    font-size: 0.625rem;
    letter-spacing: 0.2em;
  }
  .img_list_sec .img_list_title .ja {
    font-size: 1rem;
  }
  .img_list_sec .img_list_title .ja span {
    letter-spacing: 0.2em;
  }
  .winter .img_list_sec .img_list_title .ja span {
    letter-spacing: 0.08em;
  }
  .winter .img_list_sec .img_list_title .ja span::before, .winter .img_list_sec .img_list_title .ja span::after {
    width: 4.5rem;
    background-image: url(../img/cuisine/obj_hading01_wt_sp.svg);
  }
  .img_list_sec .img_list_title .ja span::before, .img_list_sec .img_list_title .ja span::after {
    width: 5rem;
    height: 0.75rem;
    margin-top: -0.375rem;
  }
  .img_list_sec .img_list_title .ja span::before {
    right: calc(100% + 0.5rem);
  }
  .img_list_sec .img_list_title .ja span::after {
    left: calc(100% + 0.5rem);
  }
  .heading01 {
    font-size: 1.0625rem;
    line-height: 1.32;
    margin: 0.75rem 0 0.75rem;
    padding: 0 0 0.625rem 1.75rem;
    letter-spacing: 0.01em;
    background: url("../img/cuisine/i_heading.svg") 0.125rem 0.375rem no-repeat;
    background-size: 1.125rem auto;
  }
  .heading01.coffee {
    font-size: 1rem;
    letter-spacing: -0.0625rem;
  }
  .heading01.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    background: none !important;
  }
  .heading01.center span {
    padding: 0 0 0.625rem 1.75rem;
    letter-spacing: 0.01em;
    background: url("../img/cuisine/i_heading.svg") 0.125rem 0.5rem no-repeat;
    background-size: 1.125rem auto;
  }
  .autumn .heading01.center span {
    background-image: url("../img/cuisine/i_heading_at.svg");
  }
  .winter .heading01.center span {
    background-image: url("../img/cuisine/i_heading_wt.svg");
  }
  .summer .heading01 {
    background-image: url("../img/cuisine/i_heading_sm.svg");
  }
  .autumn .heading01 {
    background-image: url("../img/cuisine/i_heading_at.svg");
  }
  .winter .heading01 {
    background-image: url("../img/cuisine/i_heading_wt.svg");
  }
  .rhombus_list {
    margin-top: 0.75rem;
  }
  .rhombus_list li {
    font-size: 0.8125rem;
    line-height: 1.7384615385;
    letter-spacing: 0.075em;
  }
  .img_card_list {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 1.5625rem;
    margin-bottom: -1.5625rem;
    padding-left: 0;
  }
  .img_card_list li {
    width: 100%;
    margin-bottom: 1.5625rem;
  }
  .img_card_list figure {
    margin-bottom: 1.25rem;
  }
  .img_card_list_title {
    margin-top: -0.25rem;
    margin-bottom: 0.875rem;
    font-size: 1.0625rem;
    line-height: 1.4705882353;
    letter-spacing: 0.1em;
  }
  .img_card_list_title span:not([class]) {
    font-size: 0.8125rem;
    font-weight: normal;
    display: block;
    margin-bottom: -0.8em;
    letter-spacing: 0.075em;
  }
  .img_card_list_title span:not([class]) + span {
    margin-top: 1em;
    display: block;
  }
  .img_card_list_title span.tx_2line {
    margin-top: 1em;
    height: auto;
    line-height: 1.3529411765;
  }
  .img_card_list p {
    font-size: 0.9375rem;
    line-height: 1.7;
    padding: 0 0.125rem;
    letter-spacing: 0.05em;
  }
  .ja .img_card_list p.ls0 {
    letter-spacing: 0;
  }
  .ja .img_card_list p.ls20 {
    letter-spacing: 0.2em;
  }
  .ja .img_card_list p.sp_ls0 {
    letter-spacing: 0;
  }
  .ja .img_card_list p.sp_ls5 {
    letter-spacing: 0.05em;
  }
  .ja .img_card_list p.sp_lsm2 {
    letter-spacing: -0.02em;
  }
  .ja .img_card_list p.sp_lsm4 {
    letter-spacing: -0.04em;
  }
  .ja .img_card_list p {
    margin-right: 0;
  }
  .ja .img_card_list p span.mrm1 {
    margin-right: -1em;
    display: inline-block;
  }
  .sum_meat_2025_text {
    margin-right: -1em !important;
    display: block !important;
  }
  .img_list_box {
    position: relative;
  }
  .img_list_box::before {
    background: url("../img/cuisine/line_sp.svg") center 0 repeat-x;
    background-size: 21.875rem auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.1875rem;
    content: "";
  }
  .img_list_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.75rem;
  }
  .img_list_box .img_list_box_info {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .img_list_box .img_list_box_info.cuisine_menu {
    padding-inline: 0;
  }
  .img_list_box .img_list_box_info.cuisine_menu figure {
    margin-inline: 0;
  }
  .img_list_box .img_list_box_info.cuisine_menu .heading01 {
    padding: 0 0 0.625rem 2.6875rem;
    background-position: 1.0625rem 0.375rem;
    font-size: 0.9375rem;
  }
  .img_list_box:not(.speciality) .img_list_box_title p .text_in {
    line-height: 2;
    padding-right: 0.5rem;
  }
  .img_list_box:not(.speciality) .img_list_box_title p .text_in span {
    display: inline;
    letter-spacing: 0.1em;
  }
  .en-us .img_list_box:not(.speciality) .img_list_box_title p .text_in span {
    padding: 0 0.25em;
    display: inline-block;
  }
  .img_list_box.speciality {
    margin-bottom: 1.25rem;
  }
  .img_list_box.speciality::before {
    height: 0.5rem;
    background-image: url(../img/speciality/headline_sp.svg);
  }
  .img_list_box.speciality .img_list_box_info {
    width: 100%;
  }
  .img_list_box.speciality .img_list_box_info p {
    margin-top: 1.25rem;
    font-size: 0.8125rem;
    letter-spacing: 0.025em;
  }
  .img_list_box.speciality .img_list_box_title {
    padding-bottom: 0.625rem;
  }
  .img_list_box.speciality .img_list_box_title p:first-child {
    padding-top: 1.5rem;
  }
  .img_list_box.speciality .img_list_box_title p span {
    line-height: 2.1769230769;
  }
  .en-us .img_list_box.speciality .img_list_box_title p span {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    line-height: 1.6;
    margin-bottom: 0.5em;
  }
  .img_list_box_info {
    width: 100%;
    padding: 0 0.9375rem;
  }
  .img_list_box_info figure {
    margin: 0 -0.9375rem 0.625rem;
  }
  .img_list_box_info .heading01 {
    margin-top: 1.125rem;
  }
  .img_list_box_info .heading01.small {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    padding-bottom: 1rem;
    letter-spacing: 0;
  }
  .img_list_box_info .heading01.small > span {
    margin-right: -1em;
  }
  .img_list_box_info p {
    font-size: 0.9375rem;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  .img_list_box_info p.tx_mrm {
    margin-right: -1.5625rem;
  }
  .img_list_box_info p.lsm2 {
    letter-spacing: -0.02em;
  }
  .img_list_box_info p.ls20 {
    letter-spacing: 0.2em;
  }
  .img_list_box_info p span {
    display: inline;
  }
  .img_list_box_title {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-bottom: 1.25rem;
  }
  .img_list_box_title h3 {
    width: 10.625rem;
    font-size: 0.8125rem;
    padding-bottom: 0.5rem;
    margin: 1.75rem auto 0.75rem;
  }
  .img_list_box_title h3::before {
    width: 0.3125rem;
    height: 0.3125rem;
    left: -0.1875rem;
    bottom: -0.1875rem;
  }
  .img_list_box_title p:first-child {
    padding-top: 1.375rem;
  }
  .img_list_box_title p .text_in {
    font-size: 0.9375rem;
    line-height: 2.2666666667;
  }
  .en-us .img_list_box_title p .text_in {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
            writing-mode: initial;
    text-align: center;
  }
  .en-us .img_list_box_title p .text_in span {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
            writing-mode: initial;
    line-height: 1.8;
    letter-spacing: 0.1em;
    display: block;
  }
  .img_list02 {
    position: relative;
    padding-top: 1.875rem;
  }
  .img_list02::before {
    background: url("../img/cuisine/line_sp.svg") center 0 repeat-x;
    background-size: 21.875rem auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.1875rem;
    content: "";
  }
  .img_list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .img_list02 .img_list_half {
    width: 100%;
    padding: 0 1.0625rem;
  }
  .img_list02 .img_list_half figure {
    margin: 0 -1.0625rem 0.625rem;
  }
  .page_cuisine .img_list02 .img_list_half p {
    font-size: 0.9375rem;
    margin-right: -1em;
  }
  .ja .page_cuisine .img_list02 .img_list_half p {
    margin-right: -1em;
  }
  .page_cuisine .img_list02 .img_list_half p {
    letter-spacing: 0.05em;
  }
  .page_cuisine .img_list02 .img_list_half p span {
    display: inline;
  }
  .img_list02 .img_list_half {
    margin-bottom: 1.75rem;
  }
  .img_list03 {
    margin-bottom: 1.5rem;
  }
  .img_list03.speciality {
    margin-bottom: 1.375rem;
  }
  .img_list03.speciality figure {
    width: 10.875rem;
    margin-bottom: 1.125rem;
  }
  .img_list03.speciality p {
    font-size: 0.8125rem;
    line-height: 1.7384615385;
    letter-spacing: 0.075em;
  }
  .img_list03 figure {
    width: 10.875rem;
    margin-bottom: 1.25rem;
  }
  .img_list03 p {
    font-size: 0.8125rem;
    line-height: 1.7384615385;
    letter-spacing: 0.1em;
    /*
    .page_cuisine & {
    	font-size: fs(16);
    	line-height: (28.35/16);
    	letter-spacing: ls(50);
    }
     */
  }
  .img_list03 p.center {
    width: calc(100% + 1em);
    margin-right: -1em;
    text-align: center;
  }
  .pdf_link_more {
    margin: 1.375rem 0;
    padding: 0.5rem 0.625rem;
  }
  .pdf_link_more .btn_more {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    padding-left: 1.5625rem;
    font-size: 0.75rem;
  }
  .pdf_link_more .btn_more::after {
    margin-top: -0.3125rem;
  }
  .heading02 {
    padding: 0.5rem 0;
  }
  .heading02 span {
    font-size: 0.8125rem;
  }
  .heading02 span::before, .heading02 span::after {
    width: 2.8125rem;
    height: 0.5rem;
    margin-top: -0.25rem;
  }
  .heading02 span::before {
    left: calc(100% + 0.5rem);
  }
  .heading02 span::after {
    right: calc(100% + 0.5rem);
  }
  .heading02.left {
    text-align: left;
  }
  .heading02.left span {
    padding-left: 3.125rem;
  }
  .heading02.left span::before {
    left: 0;
  }
  .heading02.left span::after {
    display: none;
  }
  .heading02.bdr {
    padding-top: 0.125rem;
    min-width: 14.25rem;
    padding-left: 0.875rem;
    padding-bottom: 0rem;
    margin-bottom: 0.875rem;
    border-bottom: 1px solid #231815;
    position: relative;
    display: inline-block;
  }
  .heading02.bdr::before {
    width: 7.75rem;
    height: 1px;
    background: #231815;
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.25rem;
  }
  .heading02.speciality {
    line-height: 1.32;
    padding: 0.75rem 0 0.5rem 1rem;
  }
  .heading02.speciality span {
    padding-left: 3.375rem;
    font-size: 0.9375rem;
    line-height: 1.32;
    letter-spacing: 0.075em;
  }
  .heading02.speciality span::before {
    top: 0.625rem;
  }
  .heading02.speciality.bdr {
    min-width: 20.25rem;
  }
  .heading02.speciality.bdr::before {
    width: 9.625rem;
  }
  .cuisine_kids_sec {
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
  }
  .cuisine_kids_sec .sec_in {
    max-width: 51.375rem;
    margin-left: auto;
    margin-right: auto;
  }
  .cuisine_kids_sec figure {
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0.625rem;
  }
  .cuisine_kids_sec figure + .sub_title02 {
    margin: 1rem 0 0.25rem;
  }
  .cuisine_kids_sec .pdf_link_more {
    margin: 0.8125rem 0 0;
  }
  .cuisine_kids_sec .rhombus_list {
    max-width: 18.5rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cuisine_kids_sec .rhombus_list li {
    font-size: 0.6875rem;
    line-height: 1.8;
  }
  .cuisine_kids_sec .rhombus_list li.att {
    font-size: 0.6875rem;
  }
  .att_text_wrap {
    margin-bottom: 1.75rem;
    padding: 0 0.625rem;
    text-align: left;
    font-size: 0.625rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  .cuisine_history_sec {
    margin-bottom: 1.25rem;
  }
  .cuisine_history_sec a {
    padding: 0.9375rem 0.75rem 0.9375rem 0.9375rem;
  }
  .cuisine_history_sec .cuisine_history_head {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
  .cuisine_history_sec .cuisine_history_head figure {
    width: 9.375rem;
  }
  .cuisine_history_sec .cuisine_history_head .cuisine_history_head_title {
    position: relative;
    top: -0.1875rem;
  }
  .cuisine_history_sec .cuisine_history_head .cuisine_history_head_title .heading02 {
    padding: 0 0 0 1rem;
  }
  .cuisine_history_sec .cuisine_history_head .cuisine_history_head_title .heading02 span {
    position: relative;
    top: -0.3125rem;
    padding-left: 2.1875rem;
    padding-bottom: 0.1875rem;
    letter-spacing: -0.01em;
  }
  .cuisine_history_sec .cuisine_history_head .cuisine_history_head_title .heading02 span::before {
    width: 1.875rem;
    height: 0.375rem;
  }
  .cuisine_history_sec .cuisine_history_head .cuisine_history_head_title .ja {
    padding: 0.375rem 1rem 0 0.6875rem;
    font-size: 0.9375rem;
    line-height: 1.32;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .cuisine_history_sec .cuisine_history_head .cuisine_history_head_title .ja::before {
    content: "";
    width: 100%;
    height: 300%;
    border: solid #231815;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  .cuisine_history_sec .cuisine_history_foot {
    width: 10.75rem;
    padding-bottom: 0.125rem;
  }
  .cuisine_history_sec .cuisine_history_foot .heading02 {
    padding: 0.5625rem 0 0.5rem;
    text-align: left;
    border-bottom: 1px solid #231815;
  }
  .cuisine_history_sec .cuisine_history_foot .heading02 span {
    padding: 0.875rem 0 0;
    font-size: 0.8125rem;
    line-height: 1.3076923077;
    letter-spacing: 0.08em;
  }
  .cuisine_history_sec .cuisine_history_foot .heading02 span::before {
    top: 0.25rem;
  }
  .heading02_wrap + .heading02_wrap {
    margin-top: 1.25rem;
  }
  .cuisine_chef_sec .sec_in {
    max-width: 19.75rem;
    padding-bottom: 1rem;
  }
  .cuisine_chef_sec .sub_title {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
  .cuisine_chef_sec p:not([class]) {
    max-width: 17.75rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.75rem;
    line-height: 1.8833333333;
    letter-spacing: 0.258em;
  }
  .more_link_wrap {
    margin-top: 1.125rem;
  }
  .more_link_wrap .more_link {
    width: 5.375rem;
    height: 1.625rem;
    font-size: 0.875rem;
    padding: 0.125rem 0.625rem;
    background-position: right 0.5625rem center;
    background-size: 0.6875rem auto;
  }
  .cuisine_chef_list {
    margin: 0 0 0.75rem;
  }
  .cuisine_chef_list li {
    width: 6.5rem;
    font-size: 0.625rem;
    letter-spacing: 0.1em;
  }
  .cuisine_chef_list li span {
    margin-top: 0.25rem;
  }
}
.speciality_title {
  margin-bottom: 2.375rem;
  text-align: center;
}
.speciality_title span {
  display: block;
  letter-spacing: 0.3em;
}
.en-us .speciality_title span {
  letter-spacing: 0.1em;
}
.speciality_title .sub {
  font-size: 0.75rem;
}
.speciality_title .ja {
  font-size: 1.875rem;
}

.speciality_object_sec {
  margin-top: 3.75rem;
  margin-bottom: 4.375rem;
  padding: 4.0625rem 0 3.125rem;
  position: relative;
}
.speciality_object_sec .sec_in {
  position: relative;
  z-index: 5;
  mix-blend-mode: darken;
}
.speciality_object_sec::before {
  width: 100vw;
}
@media (min-width: 768px) {
  .device_pc .speciality_object_sec::before {
    min-width: 1200px;
  }
}
.speciality_object_sec::before {
  height: 100%;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  background: #EFEFEF;
}
.speciality_object_sec + .train_360map {
  margin-bottom: 5.625rem;
}

.box_title02 {
  width: 56rem;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  position: relative;
  text-align: center;
}
.box_title02 + .text_en {
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0.3em;
}
.box_title02 span {
  padding-top: 2px;
  position: relative;
  z-index: 5;
  font-size: 1.5625rem;
  letter-spacing: 0.3em;
  font-weight: 600;
}
.en-us .box_title02 span {
  letter-spacing: 0.1em;
}
.box_title02::before, .box_title02::after {
  content: "";
  border: 1px solid #4C4948;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.box_title02::before {
  top: -2px;
  left: -2px;
  z-index: 5;
}
.box_title02::after {
  background: #FFFFFF;
  bottom: -2px;
  right: -2px;
}

.speciality_object_list {
  margin-top: 2.8125rem;
  max-width: 63.75rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.speciality_object_list.foot {
  margin-top: 0;
  max-width: 61.25rem;
  position: relative;
  right: 0.9375rem;
}
.speciality_object_list.foot figcaption {
  text-align: center;
}
.speciality_object_list figure {
  width: 18.375rem;
}
.speciality_object_list figure.train_map {
  width: 100%;
  text-align: right;
}
.speciality_object_list figure.train_map img {
  width: 55rem;
  margin: -1.375rem 0.5rem -4.8125rem 0;
}
.speciality_object_list figure:not(.train_map) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
.speciality_object_list figcaption {
  margin-top: 0.875em;
  font-size: 1rem;
  line-height: 1.34375;
  letter-spacing: 0.05em;
}
.speciality_object_list figcaption span {
  display: block;
}

.sub_title03 {
  width: 100%;
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
.en-us .sub_title03 {
  letter-spacing: 0.08em;
}

.heading02_wrap .img_list03 {
  max-width: 57.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.125rem;
}
.heading02_wrap .img_list03 figure {
  width: 28.5625rem;
}
.heading02_wrap .img_list03 p {
  font-size: 1.125rem;
  line-height: 1.8888888889;
  letter-spacing: 0.05em;
}
.heading02_wrap .img_list03 small {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.8888888889;
  display: block;
}
.heading02_wrap .meister_img {
  text-align: center;
}
.heading02_wrap .meister_img img {
  width: 62rem;
}
.heading02_wrap .bg_title {
  margin-bottom: 2.125rem;
  background: #4C4948;
}
.heading02_wrap .text_more_wrap {
  margin: 4rem 0 0;
  padding-bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.heading02_wrap .text_more_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.heading02_wrap .text_more_wrap a:hover {
  opacity: 0.7;
}
.heading02_wrap .text_more_wrap a span {
  padding-top: 0.25rem;
  border-top: 1px solid #231815;
  display: block;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.en-us .heading02_wrap .text_more_wrap a span {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
.heading02_wrap .text_more_wrap a::after {
  width: 7.75rem;
  height: 3rem;
  content: "more";
  font-family: "Josefin Sans", "noto serif jp", sans-serif;
  color: #FFFFFF;
  padding-right: 1.25rem;
  background: #4C4948 url("../img/common/i_more_btn_w.svg") right 1.75rem center no-repeat;
  background-size: 1.4375rem auto;
  margin-left: 0.375rem;
  text-align: center;
  font-size: 1rem;
  padding-top: 0.5625rem;
}

.collabo_title {
  width: 100%;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.collabo_title > span {
  padding: 0 2.5rem;
  text-align: right;
  font-size: 1.5625rem;
  letter-spacing: 0.2em;
}
.en-us .collabo_title > span {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
.ko .collabo_title > span {
  letter-spacing: 0.05em;
}
.collabo_title > span + span {
  position: relative;
}
.collabo_title > span + span::before {
  content: "×";
  font-size: 1.5625rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -0.78125rem;
  left: -0.78125rem;
}
.collabo_title > span.name {
  letter-spacing: 1em;
  position: relative;
  right: -0.66em;
}
.en-us .collabo_title > span.name {
  letter-spacing: 0.2em;
}
.ko .collabo_title > span.name {
  letter-spacing: 0.1em;
}
.collabo_title > span.trkc {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.3em;
}
.collabo_title > span.trkc span {
  text-align: left;
  max-width: 17rem;
  display: block;
}
.collabo_title.center > span {
  width: 50%;
}

.speciality_hospitality_sec {
  margin: 5.9375rem 0 0;
  padding: 3.75rem 0 5.625rem;
  position: relative;
}
.speciality_hospitality_sec .sec_in {
  position: relative;
  z-index: 5;
}
.speciality_hospitality_sec::before {
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  background: #EFEEDF;
}
@media (min-width: 768px) {
  .device_pc .speciality_hospitality_sec::before {
    min-width: 1200px;
  }
}

.speciality_hospitality_title {
  margin-bottom: 2.625rem;
  min-height: 3.375rem;
  position: relative;
  text-align: center;
}
.speciality_hospitality_title::before, .speciality_hospitality_title::after {
  content: "";
  width: 24.1875rem;
  height: 3.375rem;
  background: url("../img/speciality/obj_hospitality.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1.6875rem;
}
.speciality_hospitality_title::before {
  left: 0;
}
.speciality_hospitality_title::after {
  right: 0;
}
.speciality_hospitality_title span {
  display: block;
  line-height: 1;
}
.speciality_hospitality_title .en {
  font-size: 2.3125rem;
  font-family: "Roboto Condensed", "noto serif jp", serif;
  position: relative;
  top: -0.12em;
}
.speciality_hospitality_title .ja {
  font-size: 1.125rem;
}
.speciality_hospitality_title .ja::before, .speciality_hospitality_title .ja::after {
  content: "-";
}

.goods_list {
  max-width: 38.875rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.goods_list li {
  width: 18.625rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.goods_list li h3 {
  font-size: 1.1875rem;
  font-weight: 600;
  margin: 0.9375rem 0 0.75rem;
  text-align: center;
}
.goods_list li p {
  font-size: 1rem;
  line-height: 1.6875;
  margin-bottom: 1em;
}
.goods_list li .price {
  font-size: 1.125rem;
  margin-top: auto;
  margin-bottom: 0;
  height: 2rem;
  border: 1px solid #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}
.en-us .goods_list li .price {
  padding: 0.5rem 0;
  height: auto;
  min-height: 2rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.tx_and_more {
  max-width: 38.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.25rem;
  font-size: 0.9375rem;
  padding: 0.5rem 0.625rem;
  background: #EFEFEF;
  text-align: center;
}

.img_list04 {
  max-width: 59.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.img_list04 li, .img_list04 figure {
  width: 18.625rem;
}
.img_list04 .sub_title04 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 2.5rem 0 1.25rem;
}
.img_list04 p {
  font-size: 1rem;
  line-height: 2.125;
}
.img_list04 li h3 {
  margin: 0.9375rem 0 0.75rem;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 600;
}
.img_list04 li p {
  line-height: 1.6875;
}

.flag_box {
  max-width: 61.75rem;
  margin-top: -1.0625rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flag_box figure {
  width: 22rem;
  margin-right: 1.5rem;
}
.flag_box .flag_box_text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-top: 1.875rem;
}
.flag_box .bdr_text {
  font-size: 1.125rem;
  line-height: 2.2222222222;
  letter-spacing: 0.075em;
}
.flag_box .bdr_text span {
  padding: 0 0.3125rem;
  border-bottom: 1px solid #231815;
}
.flag_box p:not([class]) {
  margin: 0.75rem 0 1rem;
  padding: 0 0.3125rem;
}
.flag_box strong {
  font-weight: 600;
  color: #D71B1C;
  font-size: 1rem;
}
.flag_box .more_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flag_box .more_list li {
  margin-right: 1.125rem;
}
.en-us .flag_box .more_list li + li {
  margin-top: 0.375rem;
}
.flag_box .more_list li a {
  padding: 0 0.875rem 0.125rem 2rem;
  height: 2.125rem;
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
  background: #4C4948 url("../img/common/i_more_btn_w.svg") 0.625rem center no-repeat;
  background-size: 0.9375rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.flag_box .more_list li a:hover {
  opacity: 0.85;
}

@media (max-width: 767.9px) {
  .speciality_title {
    margin-bottom: 0.625rem;
    text-align: center;
  }
  .speciality_title span {
    letter-spacing: 0.2em;
  }
  .en-us .speciality_title span {
    letter-spacing: 0.08em;
  }
  .speciality_title .sub {
    font-size: 0.625rem;
    margin-bottom: -0.125rem;
  }
  .speciality_title .ja {
    font-size: 0.9375rem;
  }
  .speciality_object_sec {
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding: 0.25rem 0 0.75rem;
  }
  .speciality_object_sec::before {
    display: none;
  }
  .speciality_object_sec + .train_360map {
    margin-bottom: 1.75rem;
  }
  .box_title02 {
    width: 20.375rem;
    height: 1.4375rem;
    margin-bottom: 0.3125rem;
    line-height: 0.875;
  }
  .en-us .box_title02 {
    height: auto;
    padding: 0.2em 1em 0.4em;
  }
  .box_title02 + .text_en {
    font-size: 0.625rem;
    letter-spacing: 0.1em;
  }
  .box_title02 span {
    padding-top: 0;
    font-size: 0.8125rem;
    letter-spacing: 0.2em;
  }
  .box_title02::before {
    top: -1px;
    left: -1px;
  }
  .box_title02::after {
    bottom: -1px;
    right: -1px;
  }
  .speciality_object_list {
    margin-top: 0.875rem;
    max-width: 19.875rem;
  }
  .speciality_object_list.foot {
    max-width: 19.875rem;
    right: 0rem;
  }
  .speciality_object_list.foot figcaption {
    text-align: left;
  }
  .speciality_object_list.foot figure:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .speciality_object_list.foot figure:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .speciality_object_list.foot figure:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .speciality_object_list.foot figure:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .speciality_object_list figure {
    width: 9.75rem;
    margin-bottom: 0.75rem;
  }
  .speciality_object_list figure.train_map {
    width: 100%;
    text-align: right;
  }
  .speciality_object_list figure.train_map img {
    width: 20.8125rem;
    max-width: none;
    margin: -0.5rem 0.5rem -14rem 0;
  }
  .speciality_object_list figcaption {
    font-size: 0.6875rem;
    line-height: 1.2909090909;
  }
  .speciality_object_list figcaption span {
    display: inline;
  }
  .sub_title03 {
    font-size: 0.8125rem;
    margin-bottom: 0.9375rem;
  }
  .heading02_wrap .img_list03 {
    max-width: 18.625rem;
    margin-bottom: 1.875rem;
  }
  .heading02_wrap .img_list03 figure {
    width: 9.25rem;
  }
  .heading02_wrap .img_list03 p {
    font-size: 0.8125rem;
    line-height: 1.9615384615;
    letter-spacing: 0.05em;
  }
  .heading02_wrap .img_list03 small {
    margin-top: 0.75rem;
    font-size: 0.625rem;
    line-height: 1.37;
  }
  .heading02_wrap .meister_img img {
    width: 19.625rem;
  }
  .heading02_wrap .bg_title {
    margin-bottom: 0.75rem;
  }
  .heading02_wrap .text_more_wrap {
    margin: 1.25rem 0 0;
    padding-bottom: 1.125rem;
  }
  .heading02_wrap .text_more_wrap a span {
    padding-top: 0.125rem;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }
  .en-us .heading02_wrap .text_more_wrap a span {
    max-width: 70%;
    font-size: 0.6875rem;
  }
  .heading02_wrap .text_more_wrap a::after {
    width: 2.625rem;
    height: 1.25rem;
    padding-right: 0.625rem;
    background: #4C4948 url("../img/common/i_more_btn_w.svg") right 0.3125rem center no-repeat;
    background-size: 0.625rem auto;
    margin-left: 0.375rem;
    letter-spacing: 0;
    font-size: 0.625rem;
    padding-top: 0.125rem;
  }
  .collabo_title {
    width: calc(100% + 4em);
    margin-left: -2em;
    margin-right: -2em;
    margin-bottom: 0.75rem;
  }
  .collabo_title.short > span {
    font-size: 0.8125rem;
    letter-spacing: 0.025em;
  }
  .collabo_title.short > span.trkc {
    font-size: 0.625rem;
    letter-spacing: 0em;
  }
  .collabo_title.short > span.trkc span {
    max-width: 6.25rem;
  }
  .collabo_title > span {
    padding: 0 0.625rem;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
  }
  .en-us .collabo_title > span {
    font-size: 0.75rem;
  }
  .collabo_title > span:first-child {
    padding-left: 0;
  }
  .collabo_title > span:last-child {
    padding-right: 0;
  }
  .collabo_title > span + span::before {
    content: "×";
    font-size: 0.75rem;
    margin-top: -0.375rem;
    left: -0.375rem;
  }
  .collabo_title > span.name {
    font-size: 1rem;
  }
  .en-us .collabo_title > span.name {
    font-size: 0.75rem;
  }
  .ko .collabo_title > span.name {
    padding-right: 1.3em;
    font-size: 0.75rem;
  }
  .collabo_title > span.trkc {
    font-size: 0.625rem;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
    padding-right: 0;
  }
  .collabo_title > span.trkc span {
    max-width: 10rem;
  }
  .collabo_title.center > span {
    width: 50%;
  }
  .speciality_hospitality_sec {
    margin: 0 0 0;
    padding: 1.25rem 0 0;
  }
  .speciality_hospitality_sec::before {
    display: none;
  }
  .speciality_hospitality_title {
    margin-bottom: 0.9375rem;
    min-height: 1.5625rem;
  }
  .speciality_hospitality_title::before, .speciality_hospitality_title::after {
    width: 6.75rem;
    height: 1.5rem;
    margin-top: -0.75rem;
    background-image: url("../img/speciality/obj_hospitality_sp.svg");
  }
  .speciality_hospitality_title .en {
    font-size: 1.0625rem;
    font-family: "Roboto Condensed", "noto serif jp", serif;
    position: relative;
    top: -0.12em;
  }
  .speciality_hospitality_title .ja {
    font-size: 0.625rem;
  }
  .goods_list {
    max-width: 20.125rem;
  }
  .goods_list li {
    width: 9.625rem;
    margin-bottom: 1rem;
  }
  .goods_list li h3 {
    font-size: 0.75rem;
    margin: 0.4375rem 0 0.5rem;
  }
  .goods_list li p {
    font-size: 0.6875rem;
    line-height: 1.5454545455;
    margin-bottom: 1.25em;
  }
  .goods_list li .price {
    font-size: 0.625rem;
    height: 1.4375rem;
    margin-bottom: 0;
    letter-spacing: 0.025em;
  }
  .ko .goods_list li .price, .zh-tw .goods_list li .price {
    letter-spacing: -0.025em;
  }
  .tx_and_more {
    max-width: 20.125rem;
    margin-bottom: 1.375rem;
    font-size: 0.6875rem;
    padding: 0.125rem 0.625rem;
  }
  .img_list04 {
    max-width: 20.375rem;
    padding-bottom: 1rem;
  }
  .img_list04 figure {
    width: 6.6875rem;
  }
  .img_list04 .sub_title04 {
    font-size: 0.8125rem;
    line-height: 1.5230769231;
    margin: 0.9375rem 0.9375rem 0.625rem;
  }
  .img_list04 p {
    font-size: 0.625rem;
    line-height: 1.98;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .img_list04 li h3 {
    margin: 0.5rem 0 0.25rem;
    font-size: 0.75rem;
  }
  .img_list04 li p {
    font-size: 0.6875rem;
    line-height: 1.5454545455;
  }
  .img_list04.omotenashi {
    max-width: 19.75rem;
    margin-top: 0.3125rem;
    padding-bottom: 0.125rem;
  }
  .img_list04.omotenashi li, .img_list04.omotenashi figure {
    width: 9.5rem;
  }
  .img_list04.omotenashi li:last-child {
    width: 100%;
  }
  .img_list04.omotenashi li:last-child figure {
    width: 100%;
  }
  .img_list04.omotenashi p {
    margin: 0 0.3125rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flag_box {
    max-width: 19.75rem;
    margin-top: 0.125rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flag_box figure {
    width: 16rem;
    margin: 0 auto;
  }
  .flag_box .flag_box_text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-top: 0.3125rem;
  }
  .flag_box .bdr_text {
    font-size: 0.8125rem;
    line-height: 2;
    letter-spacing: 0.05em;
    background: url("../img/speciality/bdr_bg_sp.svg") center -0.0625rem repeat;
    background-size: auto 1.625rem;
  }
  .zh-tw .flag_box .bdr_text {
    letter-spacing: 0;
  }
  .flag_box .bdr_text span {
    display: inline;
    padding: 0;
  }
  .flag_box p:not([class]) {
    margin: 0.75rem 0 1rem;
    padding: 0 0.3125rem;
  }
  .flag_box strong {
    font-size: 0.8125rem;
    line-height: 1.5230769231;
  }
  .flag_box .more_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flag_box .more_list li {
    margin-right: 0;
  }
  .flag_box .more_list li + li {
    margin-top: 0.75rem;
  }
  .flag_box .more_list li a {
    padding: 0 0.625rem 0.125rem 1.75rem;
    height: 1.75rem;
    font-size: 0.8125rem;
    background: #4C4948 url("../img/common/i_more_btn_w.svg") 0.625rem center no-repeat;
    background-size: 0.75rem auto;
  }
}
.timetable_sec {
  margin-top: -0.625rem;
}
.timetable_sec .bg_title {
  font-size: 1.875rem;
  margin-bottom: 0.9375rem;
  letter-spacing: 0.3em;
  background: #4C4948;
  padding-top: 0.2em;
}
.en-us .timetable_sec .bg_title {
  letter-spacing: 0.06em;
}
.timetable_sec .tx_center {
  font-size: 1.4375rem;
  line-height: 1.6;
}
.en-us .timetable_sec .tx_center {
  font-size: 1.3125rem;
}

.timetable_reserve_block {
  margin: 1.875rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timetable_reserve_block .in_half {
  width: 28.25rem;
}
.timetable_reserve_block .in_half + .in_half {
  width: auto;
}
.timetable_reserve_block .map {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.timetable_reserve_block figure {
  padding-right: 1.5rem;
  margin-left: 0;
}
.timetable_reserve_block .home_reserve_plan {
  background: transparent;
}
.timetable_reserve_block .home_reserve_plan + .home_reserve_plan {
  margin-top: 0;
}
.timetable_reserve_block .home_reserve_plan .in_box {
  border: none;
  padding: 1.125rem 2.5rem 1.25rem 2.5rem;
}
.timetable_reserve_block .home_reserve_plan .in_box.holi01, .timetable_reserve_block .home_reserve_plan .in_box.holi02 {
  background: #F5F3F2;
}
.timetable_reserve_block .home_reserve_plan .in_box.holi01 .home_reserve_plan_title .en, .timetable_reserve_block .home_reserve_plan .in_box.holi02 .home_reserve_plan_title .en {
  background: #FFFFFF;
}
.timetable_reserve_block .home_reserve_plan .in_box.holi01 {
  padding: 1.25rem 2.5rem 1.125rem 2.5rem;
}
.timetable_reserve_block .home_reserve_plan .in_box.holi02 {
  padding: 1.125rem 2.5rem 1.25rem 2.5rem;
}
.en-us .timetable_reserve_block .home_reserve_plan .in_box {
  padding-inline: 1.25rem;
}
.en-us .timetable_reserve_block .home_reserve_plan .in_box.holi01, .en-us .timetable_reserve_block .home_reserve_plan .in_box.holi02 {
  padding-inline: 1.25rem;
}
.timetable_reserve_block .home_reserve_plan .in_box .home_reserve_plan_course .sub {
  margin: 0.3125rem 0 0.1875rem;
}
.timetable_reserve_block .home_reserve_plan .in_box .home_reserve_plan_course .tx {
  margin-bottom: 0.3125rem;
}

.course_more_link {
  margin: 2.375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.course_more_link a {
  padding: 1rem 1.625rem 1rem 1rem;
  background: #DE766A;
  color: #FFFFFF;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.course_more_link a:hover {
  opacity: 0.85;
}
.course_more_link a::before, .course_more_link a::after {
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border: 1px solid #DE766A;
}
.course_more_link a::after {
  border: 0.3125rem solid #FFFFFF;
}
.course_more_link a::before {
  z-index: 5;
}
.course_more_link a {
  font-size: 1.3125rem;
  font-weight: 500;
}
.en-us .course_more_link a {
  font-size: 1.125rem;
}
.course_more_link a strong {
  margin-right: 1.3125rem;
  padding: 0.25rem 0.75rem 0.25rem 2.1875rem;
  background: #FFFFFF url("../img/time-table/i_arw02.svg") 0.75rem center no-repeat;
  background-size: 0.9375rem auto;
  color: #DE766A;
}
.course_more_link a span {
  padding-right: 5rem;
  position: relative;
}
.course_more_link a span::after {
  padding-right: 1.5rem;
  height: 1.75rem;
  line-height: 1.7;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.875rem;
  display: block;
  content: "more";
  letter-spacing: 0.1em;
  font-family: "Roboto Condensed", "noto serif jp", serif;
  font-weight: 500;
  background: url("../img/common/i_more_btn_w.svg") right 0 no-repeat;
}

.table_img_list {
  margin: 0 -1px 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table_img_list img {
  width: 25%;
  padding: 0 1px;
}

.seat_map {
  margin-top: 1.875rem;
  margin-bottom: 2.375rem;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #231815;
  text-align: center;
  position: relative;
}
.seat_map img {
  width: 45.875rem;
}
.seat_map figcaption {
  position: absolute;
  top: -0.12em;
  left: 0;
  width: 100%;
  font-size: 1.5625rem;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 600;
  z-index: 5;
}
.en-us .seat_map figcaption {
  letter-spacing: 0.05em;
  padding-right: 0.7em;
}

.course_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.course_sec.thu .course_title {
  color: #D76707;
}
.course_sec.thu .course_title span {
  background: #D76707;
}
.course_sec.thu .course_root strong {
  color: #D76707;
}
.course_sec.fri .course_title {
  color: #C89800;
}
.course_sec.fri .course_title span {
  background: #C89800;
}
.course_sec.fri .course_root strong {
  color: #C89800;
}
.course_sec.holi01 .course_title {
  color: #C3694A;
}
.course_sec.holi01 .course_title span {
  background: #C3694A;
}
.course_sec.holi01 .course_root strong {
  color: #C3694A;
}
.course_sec.holi02 .course_title {
  color: #BA313F;
}
.course_sec.holi02 .course_title span {
  background: #BA313F;
}
.course_sec.holi02 .course_root strong {
  color: #BA313F;
}
.course_sec .course_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625rem;
  font-size: 1.5625rem;
  letter-spacing: 0.05em;
}
.course_sec .course_title span {
  width: 10.25rem;
  height: 2.125rem;
  margin-right: 0.9375rem;
  font-size: 1.375rem;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.en-us .course_sec .course_title span {
  font-size: 1.25rem;
  width: 12.5rem;
}
.ko .course_sec .course_title span, .zh-tw .course_sec .course_title span {
  width: 14rem;
  letter-spacing: 0;
}
.en-us .course_sec.holi01 .course_title span, .en-us .course_sec.holi02 .course_title span {
  width: 20rem;
  font-size: 1rem;
}
.course_sec .course_text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.course_sec .course_text.top {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.course_sec .course_text p {
  font-size: 1.125rem;
  line-height: 1.7666666667;
  letter-spacing: 0.08em;
}
.course_sec .course_text p span {
  padding-right: 1em;
  display: inline-block;
}
.course_sec .course_map {
  padding-right: 1.75rem;
}
.course_sec .course_map img {
  width: 12.625rem;
}
.course_sec .course_root {
  width: 100%;
  margin-bottom: 2.625rem;
}
.course_sec .course_root p {
  margin-top: -1em;
  margin-bottom: 0.875em;
}
.en-us .course_sec .course_root p {
  margin-top: 0.5rem;
}
.course_sec .course_root p strong {
  font-weight: 600;
}
.course_sec .course_att {
  width: 100%;
  margin-top: -0.75rem;
  margin-bottom: 3.75rem;
  padding: 1.75rem 3.125rem;
  background: #F7F8F8;
  font-size: 0.875rem;
  line-height: 2.0285714286;
}
.course_sec .course_att p span {
  display: inline-block;
}
.course_sec .reserve_btn {
  width: 33.1875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.375rem;
}
.en-us .course_sec .reserve_btn {
  width: 45rem;
}

.reserve_btn:hover {
  opacity: 1 !important;
}

.reserve_btn_list {
  margin-top: 0.9375rem;
  padding-inline: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reserve_btn_list .more {
  width: 48% !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.5rem;
  padding: 0.5em 0.25em 0.375em !important;
}
.reserve_btn_list .more span {
  display: block;
  line-height: 1;
  padding-bottom: 0 !important;
}
.reserve_btn_list .more:hover {
  opacity: 0.85;
}
.reserve_btn_list {
  /*
  .en-us & {
  }
   */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reserve_btn_list .more {
  width: 100% !important;
}
.reserve_btn_list .more span {
  line-height: 1.25;
}
.reserve_btn_list .more + .more {
  margin-top: 0.625rem;
}

.holiday_in {
  position: relative;
  margin-bottom: 4rem;
}
.holiday_in > .holi01 {
  padding-top: 2.375rem;
}
.holiday_in::before {
  content: "";
  width: 100vw;
}
@media (min-width: 768px) {
  .device_pc .holiday_in::before {
    min-width: 1200px;
  }
}
.holiday_in::before {
  height: 100%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  background: #F5F3F2;
  z-index: -1;
}
.holiday_in .course_att {
  background: #FFFFFF;
  margin-bottom: 3rem;
}

.course_oneday_box {
  border: 1px solid #231815;
  padding: 2.75rem 10.1851851852% 3.5rem;
  margin-bottom: 3.25rem;
}
.course_oneday_box p:not([class]) {
  margin-bottom: 0.9375rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.course_oneday_box p:not([class]) span {
  display: inline-block;
}
.course_oneday_box > small {
  font-size: 1rem;
  line-height: 1.95;
  letter-spacing: 0.05em;
}
.course_oneday_box > small .att {
  display: block;
}

.course_oneday_title {
  text-align: center;
  margin-bottom: 1.75rem;
  color: #D71718;
}
.course_oneday_title span {
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 0.3em;
  display: inline-block;
}
.en-us .course_oneday_title span {
  font-size: 1.5625rem;
  letter-spacing: 0.1em;
}

.bdr_tb_title {
  color: #FFFFFF;
  font-size: 1.5625rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
  background: #CB1F20;
  position: relative;
  text-align: center;
}
.en-us .bdr_tb_title {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
}
.bdr_tb_title::before, .bdr_tb_title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #CB1F20;
  display: block;
  left: 0;
  position: absolute;
}
.bdr_tb_title::before {
  top: -0.375rem;
}
.bdr_tb_title::after {
  bottom: -0.375rem;
}

.bdr_text {
  font-size: 1.125rem;
  line-height: 2.2222222222;
  letter-spacing: 0.2em;
}
.bdr_text > span {
  display: inline-block;
}
.bdr_text > span:not(:last-child) {
  border-bottom: 1px solid #231815;
}

.box_text {
  margin: 1.25rem 0 1.875rem;
  padding: 0.375rem 0 0.375rem;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  background: #E6E6E6;
}

.bdr_l_title + .box_title {
  margin-top: 2.25rem;
}

.box_title {
  margin-top: 2.75rem;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.25rem;
  font-weight: 600;
}
.box_title span {
  border: 1px solid #231815;
  padding: 0 0.75rem;
  margin-right: 0.9375rem;
  height: 2.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price_text {
  font-size: 1.5625rem;
}

@media (max-width: 767.9px) {
  .timetable_sec {
    margin-top: 0;
  }
  .timetable_sec .bg_title {
    font-size: 0.8125rem;
    margin-bottom: 0.625rem;
    letter-spacing: 0.2em;
  }
  .en-us .timetable_sec .bg_title {
    padding-block: 0.5rem 0.375rem;
    line-height: 1.4;
  }
  .timetable_sec .tx_center {
    font-size: 0.6875rem;
    line-height: 1.5454545455;
    letter-spacing: 0.2em;
  }
  .en-us .timetable_sec .tx_center, .ko .timetable_sec .tx_center, .zh-tw .timetable_sec .tx_center {
    font-size: 0.6875rem;
    letter-spacing: 0.08em;
  }
  .timetable_reserve_block {
    margin: 0.75rem 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .timetable_reserve_block .in_half {
    width: 100%;
  }
  .timetable_reserve_block .map {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 0.3125rem;
    margin-right: -0.78125rem;
    margin-left: -0.78125rem;
  }
  .timetable_reserve_block figure {
    padding-right: 0;
    margin-left: 0;
  }
  .timetable_reserve_block .home_reserve_plan {
    max-width: 20.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .timetable_reserve_block .home_reserve_plan + .home_reserve_plan {
    margin-top: 0;
  }
  .timetable_reserve_block .home_reserve_plan .in_box {
    border: none;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  }
  .timetable_reserve_block .home_reserve_plan .in_box.holi01 {
    margin-top: 0.625rem;
    padding: 1.25rem 1.25rem 0.625rem 1.25rem;
  }
  .timetable_reserve_block .home_reserve_plan .in_box.holi02 {
    padding: 0.625rem 1.25rem 1.25rem 1.25rem;
  }
  .timetable_reserve_block .home_reserve_plan .in_box .home_reserve_plan_course .sub {
    font-size: 0.8125rem;
    margin: 0.3125rem 0 0.1875rem;
  }
  .timetable_reserve_block .home_reserve_plan .in_box .home_reserve_plan_course .tx {
    margin-bottom: 0.3125rem;
  }
  .course_more_link {
    margin: 1.375rem 0 1.5rem;
  }
  .course_more_link a {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.625rem 1.75rem 0.4375rem 1.125rem;
  }
  .en-us .course_more_link a {
    padding: 0.625rem 0.75rem 0.4375rem 0.75rem;
  }
  .en-us .course_more_link a strong {
    font-size: 0.8125rem;
    padding: 0.25rem 0 0.3125rem 0.9375rem;
    background-position: 0.75rem center;
  }
  .course_more_link a::after {
    border: 0.1875rem solid #FFFFFF;
  }
  .course_more_link a {
    font-size: 0.9375rem;
    font-weight: 500;
  }
  .course_more_link a strong {
    width: 100%;
    margin-right: 0;
    line-height: 1.5;
    margin-bottom: 0.0625rem;
    padding: 0rem 0.75rem 0.0625rem 1.375rem;
    background: #FFFFFF url("../img/time-table/i_arw02.svg") 2.75rem center no-repeat;
    background-size: 0.5625rem auto;
    display: block;
    text-align: center;
  }
  .course_more_link a span {
    font-size: 0.75rem;
    letter-spacing: 0.085em;
    padding-right: 0;
    font-weight: 600;
    display: block;
  }
  .course_more_link a span::after {
    padding-right: 0.75rem;
    height: 0.875rem;
    line-height: 1;
    font-size: 0.625rem;
    position: absolute;
    top: 90%;
    right: 0.625rem;
    margin-top: -0.875rem;
    background: url("../img/common/i_more_btn_w.svg") right center no-repeat;
    background-size: 0.6875rem auto;
  }
  .table_img_list {
    margin: 0 -1px 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table_img_list img {
    width: 50%;
    margin-bottom: 2px;
    padding: 0 1px;
  }
  .seat_map {
    margin-top: 1.25rem;
    margin-bottom: 1.5625rem;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .seat_map img {
    width: 18.75rem;
  }
  .seat_map figcaption {
    top: 0;
    left: 0;
    font-size: 0.6875rem;
  }
  .en-us .seat_map figcaption {
    font-size: 0.625rem;
    padding-top: 0.125rem;
    letter-spacing: 0em;
    padding-right: 0.5em;
  }
  .course_sec .course_title {
    width: 100vw;
    margin-left: -0.78125rem;
    margin-right: -0.78125rem;
    display: block;
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.6;
  }
  .course_sec .course_title span {
    width: 100% !important;
    margin-bottom: 0.9375rem;
    height: 1.875rem;
    margin-right: 0;
    font-size: 1.125rem;
  }
  .course_sec .course_text p {
    width: 17.75rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8125rem;
    line-height: 1.9615384615;
    letter-spacing: 0.05em;
  }
  .course_sec .course_text p span {
    display: inline;
  }
  .course_sec .course_map {
    margin-top: 0.75rem;
    margin-bottom: 1.75rem;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  .course_sec .course_map img {
    width: 14.5625rem;
  }
  .course_sec .course_root {
    width: 100%;
    margin-bottom: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .course_sec .course_root p {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 0.9375rem;
    line-height: 1.7;
  }
  .course_sec .course_root p strong {
    letter-spacing: 0.02em;
  }
  .course_sec .course_root figure {
    width: 19.375rem;
  }
  .course_sec .course_root img {
    width: 17.125rem;
    margin-left: auto;
    display: block;
  }
  .course_sec .course_att {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.875rem;
    padding: 0.9375rem 1.875rem 1.25rem;
    font-size: 0.6875rem;
    line-height: 1.8;
  }
  .course_sec .course_att p span {
    display: inline-block;
  }
  .course_sec .reserve_btn {
    width: 19.375rem;
    margin-bottom: 2.25rem;
  }
  .holiday_in {
    position: relative;
    margin-bottom: 1.5625rem;
  }
  .holiday_in > .holi01 {
    padding-top: 0;
  }
  .holiday_in::before {
    content: "";
    width: 100vw;
    height: 100%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    background: #F5F3F2;
    z-index: -1;
  }
}
@media (max-width: 767.9px) and (min-width: 768px) {
  .device_pc .holiday_in::before {
    min-width: 1200px;
  }
}
@media (max-width: 767.9px) {
  .holiday_in .course_att {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 1.5625rem;
  }
  .course_oneday_box {
    padding: 0.9375rem 1.375rem 1.25rem;
    margin-bottom: 1.75rem;
  }
  .course_oneday_box p:not([class]) {
    margin-bottom: 0.625rem;
    font-size: 0.6875rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  .course_oneday_box p:not([class]) span {
    display: inline;
  }
  .course_oneday_box > small {
    font-size: 0.625rem;
    line-height: 1.98;
    letter-spacing: 0.01em;
  }
  .course_oneday_box > small .att {
    display: block;
  }
  .course_oneday_title {
    margin-bottom: 1.125rem;
    line-height: 1.3666666667;
    font-weight: 600;
  }
  .course_oneday_title span {
    font-size: 0.9375rem;
    letter-spacing: 0.2em;
    display: inline;
  }
  .en-us .course_oneday_title span {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
  }
  .bdr_tb_title {
    font-size: 0.8125rem;
    line-height: 1.3076923077;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .bdr_tb_title::before {
    top: -0.25rem;
  }
  .bdr_tb_title::after {
    bottom: -0.25rem;
  }
  .en-us .bdr_tb_title {
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
  }
  .bdr_text {
    font-size: 0.8125rem;
    line-height: 1.9615384615;
    letter-spacing: 0.15em;
  }
  .bdr_text > span {
    width: 100%;
    border-bottom: 0 !important;
  }
  .bdr_text > span span {
    display: block;
    border-bottom: 1px solid #474342;
  }
  .box_text {
    margin: 1.25rem 0 0.625rem;
    padding: 0.375rem 1.5rem 0.375rem;
    font-size: 0.6875rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .bdr_l_title + .box_title {
    margin-top: 0.625rem;
  }
  .box_title {
    margin-top: 0.9375rem;
    margin-bottom: 0.5rem;
    font-size: 0.625rem;
  }
  .box_title span {
    padding: 0 0.375rem;
    margin-right: 0.5rem;
    height: 1.125rem;
  }
  .box_title small {
    font-size: 0.625rem;
    letter-spacing: 0.03em;
  }
  .price_text {
    font-size: 0.8125rem;
    font-weight: 600;
  }
}
.plan_wrap {
  margin-bottom: 3.125rem;
}
.plan_wrap .tx_center strong {
  color: #CB1F20;
}
.plan_wrap > small {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan_wrap > small strong {
  color: #D71B1C;
}
.plan_wrap > small + small {
  margin-top: 1em;
}

.plan_list {
  margin: 0 0.25rem 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plan_list li {
  width: 33.1875rem;
  margin-bottom: 0.625rem;
}
.plan_list_limit .plan_list li .reserve_btn.limit {
  background: #009c5a;
}
.plan_list_limit .plan_list li .reserve_btn.limit .more {
  color: #009c5a;
}
.plan_list_limit .plan_list li .reserve_btn.limit .more span:before {
  border-left-color: #009c5a;
}
.en-us .plan_list_limit .plan_list li .reserve_btn .sub {
  letter-spacing: 0.05em;
}
.plan_list_limit .plan_list li .reserve_btn .sub strong {
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .plan_list_limit .plan_list li {
    width: 21.875rem;
  }
  .plan_list_limit .plan_list li .reserve_btn .sub strong {
    font-size: 1.5625rem;
    font-weight: bold;
  }
  .plan_list_limit .plan_list li .reserve_btn .tx {
    font-size: 1.3125rem;
    margin-top: 0.5rem;
    letter-spacing: 0;
    display: block;
  }
  .plan_list_limit .plan_list li .reserve_btn .more {
    width: calc(100% - 2.5rem);
  }
}
.plan_list_limit .plan_list + small {
  margin-top: -2.75rem;
  margin-bottom: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
}
@media (max-width: 767.9px) {
  .plan_list_limit .plan_list + small {
    margin-top: -1.75rem;
    margin-bottom: 1.375rem;
    font-size: 0.6875rem;
    padding: 0 1.125rem;
  }
}

.reserve_btn {
  height: 100%;
  padding: 0.9375rem 0 1.4375rem;
  color: #FFFFFF;
  display: block;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.reserve_btn:hover {
  opacity: 0.85;
}
.reserve_btn.thu {
  background: #D76707;
}
.reserve_btn.thu .more {
  color: #D76707;
}
.reserve_btn.thu .more span::before {
  border-left-color: #D76707;
}
.reserve_btn.fri {
  background: #C89800;
}
.reserve_btn.fri .more {
  color: #C89800;
}
.reserve_btn.fri .more span::before {
  border-left-color: #C89800;
}
.reserve_btn.holi01 {
  background: #C3694A;
}
.reserve_btn.holi01 .more {
  color: #C3694A;
}
.reserve_btn.holi01 .more span::before {
  border-left-color: #C3694A;
}
.reserve_btn.holi02 {
  background: #BA313F;
}
.reserve_btn.holi02 .more {
  color: #BA313F;
}
.reserve_btn.holi02 .more span::before {
  border-left-color: #BA313F;
}
.reserve_btn.oneday {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.en-us .reserve_btn.oneday {
  max-width: 52.5rem;
}
.en-us .reserve_btn.oneday a {
  padding-inline: 2rem;
}
.reserve_btn.oneday:hover {
  opacity: 1;
}
.reserve_btn.oneday a {
  background: #D80C18;
  padding: 0.75rem 3rem;
  color: #FFFFFF;
  display: block;
}
.reserve_btn.oneday .sub {
  font-size: 1.5625rem;
  margin-bottom: 0.25rem;
}
.reserve_btn.oneday .sub::before {
  content: "◆";
}
.reserve_btn.oneday small {
  font-size: 1rem;
}
.reserve_btn.oneday .bdr {
  margin: 0.5625rem 0 0.4375rem;
  font-size: 1.125rem;
  line-height: 1.4;
  border: 1px solid #FFFFFF;
}
.reserve_btn.oneday .tel {
  font-size: 1.875rem;
  line-height: 1.2;
}
.reserve_btn {
  font-weight: 500;
}
.reserve_btn .tx, .reserve_btn .more {
  display: block;
}
.reserve_btn .sub {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.1875rem;
  border-bottom: 1px solid #FFFFFF;
}
.ko .reserve_btn .sub {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
.reserve_btn .tx {
  width: 100%;
  font-size: 1.5625rem;
  letter-spacing: 0.05em;
  margin: 0.125rem 0 0.375rem;
}
.en-us .reserve_btn .tx {
  margin-top: 0.25rem;
  line-height: 1.6;
}
.reserve_btn .more {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-top: 0.625rem;
}
.reserve_btn .more:hover {
  opacity: 0.85 !important;
}
.reserve_btn .more {
  width: 25.625rem;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  font-weight: bold;
  padding-bottom: 0.125rem;
  padding-block: 0.25rem;
}
.reserve_btn .more span {
  position: relative;
  padding-left: 1rem;
  padding-bottom: 0.1875rem;
}
.reserve_btn .more span::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.375rem 0.625rem;
  margin-top: -0.375rem;
}
.en-us .reserve_btn .more {
  width: 28.75rem;
}

.contact_dl {
  margin-top: -1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.en-us .contact_dl {
  letter-spacing: 0.05em;
}
.contact_dl dt {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
}
.contact_dl dt:before {
  content: "◆";
}
.contact_dl dd {
  font-size: 1.25rem;
}
.contact_dl dd span {
  margin-top: -0.75rem;
  font-size: 1.875rem;
  font-weight: 600;
  display: block;
}
.contact_dl dd small {
  font-size: 100%;
  display: block;
}

.plan_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.plan_info_list.price {
  margin-bottom: 0.9375rem;
}
.plan_info_list li {
  font-size: 1.5625rem;
  line-height: 1.496;
  margin: 0 0.625rem 0.75rem;
  font-weight: 600;
}
.plan_info_list li.full {
  width: 100%;
}
.plan_info_list li:before {
  content: "◆";
}

.plan_course_more {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan_course_more a {
  color: #FFFFFF;
  background: #CB1F20 url("../img/time-table/i_arw02_w.svg") 1.25rem center no-repeat;
  background-size: 0.9375rem;
  padding: 0.3125rem 0.9375rem 0.5rem 3rem;
  font-weight: 600;
}
.plan_course_more a small {
  font-size: 100%;
  font-weight: 600;
}
.plan_course_more a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.plan_course_more a:hover {
  opacity: 0.85;
}

.privacy_dl {
  text-align: center;
}
.privacy_dl dt, .privacy_dl dd {
  font-size: 1.125rem;
  line-height: 2.0777777778;
  font-weight: 500;
}
.privacy_dl dd a {
  color: #008CD6;
  padding-bottom: 0.04em;
  border-bottom: 1px solid #008CD6;
}

@media (max-width: 767.9px) {
  .plan_wrap {
    margin-bottom: 1.25rem;
  }
  .plan_wrap > small {
    margin-top: -0.25rem;
    font-size: 0.6875rem;
    letter-spacing: 0.2em;
  }
  .plan_wrap .tx_center.tx_l {
    font-size: 0.8125rem;
  }
  .plan_list {
    margin: 0 1.125rem 1.375rem;
  }
  .en-us .plan_list {
    margin-inline: 0.25rem;
  }
  .plan_list li {
    width: 100%;
    margin-bottom: 0.875rem;
  }
  .reserve_btn {
    height: 100%;
    padding: 0.5rem 0 0.875rem;
  }
  .reserve_btn.oneday a {
    padding: 0.75rem 1rem 0.75rem;
  }
  .zh-tw .reserve_btn.oneday a {
    padding-inline: 0.625rem;
  }
  .reserve_btn.oneday .sub {
    max-width: 19rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    margin-bottom: 0.0625rem;
  }
  .reserve_btn.oneday small {
    font-size: 0.6875rem;
  }
  .reserve_btn.oneday .bdr {
    margin: 0.4375rem 0 0.4375rem;
    font-size: 0.6875rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .reserve_btn.oneday .tel {
    font-size: 1.125rem;
  }
  .reserve_btn .sub {
    font-size: 0.6875rem;
    padding-bottom: 0.125rem;
  }
  .ko .reserve_btn .sub {
    font-size: 0.6875rem;
  }
  .reserve_btn .tx {
    font-size: 0.9375rem;
    margin: 0 0 0.375rem;
  }
  .reserve_btn .more {
    width: 15.5rem;
    margin-top: 0.625rem;
    padding-block: 0.25rem;
  }
  .reserve_btn .more span {
    font-size: 0.9375rem;
    padding-left: 0.75rem;
    padding-bottom: 0.125rem;
  }
  .reserve_btn .more span::before {
    border-width: 0.3125rem 0.5625rem;
    margin-top: -0.25rem;
  }
  .en-us .reserve_btn .more {
    width: 19.875rem;
  }
  .en-us .reserve_btn .more span {
    font-size: 0.8125rem;
  }
  .contact_dl {
    margin-top: -0.3125rem;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact_dl dt {
    font-size: 0.8125rem;
    line-height: 1.34;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
  }
  .contact_dl dd {
    font-size: 1.25rem;
  }
  .contact_dl dd span {
    margin-top: -0.75rem;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    text-align: center;
  }
  .contact_dl dd span + span {
    margin-top: -0.375rem;
  }
  .contact_dl dd address {
    margin-top: -0.5rem;
    font-size: 0.6875rem;
    display: block;
    letter-spacing: 0.05em;
  }
  .contact_dl dd small {
    margin-top: -0.25em;
    font-size: 0.6875rem;
    display: block;
    letter-spacing: 0.02em;
  }
  .plan_info_list,
  .plan_info_list ~ small {
    width: 18.125rem;
    margin-left: auto;
    margin-right: auto;
  }
  .en-us .plan_info_list,
  .en-us .plan_info_list ~ small {
    width: 100%;
    text-align: left;
  }
  .en-us .plan_info_list li,
  .en-us .plan_info_list ~ small li {
    line-height: 1.4;
  }
  .plan_info_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0.5rem;
    position: relative;
    left: -0.3125rem;
  }
  .plan_info_list.price {
    max-width: 14rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.625rem;
  }
  .en-us .plan_info_list.price {
    max-width: 100%;
  }
  .plan_info_list li {
    font-size: 0.8125rem;
    line-height: 1;
    margin: 0 0.25rem 0.5rem;
    font-weight: 600;
  }
  .plan_info_list li.full {
    width: auto;
  }
  .plan_info_list li:before {
    content: "◆";
  }
  .plan_info_list ~ small {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    font-size: 0.625rem;
    letter-spacing: 0.025em;
  }
  .plan_info_list ~ small strong {
    font-size: 0.6875rem;
    letter-spacing: 0.025em;
  }
  .plan_course_more {
    margin-top: 1.125rem;
  }
  .plan_course_more a {
    color: #FFFFFF;
    background: #CB1F20 url("../img/time-table/i_arw02_w.svg") 0.9375rem center no-repeat;
    background-size: 0.8125rem;
    padding: 0.3125rem 0.9375rem 0.5625rem 2.1875rem;
  }
  .en-us .plan_course_more a {
    width: 100%;
    padding-right: 0.3125rem;
  }
  .plan_course_more a small {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
    display: block;
  }
  .privacy_dl dt, .privacy_dl dd {
    font-size: 0.6875rem;
    line-height: 1.8;
  }
}
.page_meister-team .bg_title {
  margin-bottom: 2.5rem;
}
.page_meister-team .bg_title + .sub_title {
  margin-bottom: 1.875rem;
}
.page_meister-team .tx_center {
  font-size: 1.125rem;
  line-height: 2.2222222222;
}

.meister_wrap {
  margin: 3.125rem 0 0;
}
.meister_wrap .img_list03 {
  margin-bottom: 0;
  padding: 4.875rem 5rem 3.75rem;
  border: 1px solid #231815;
  background: #FFFFFF;
}
.meister_wrap .img_list03 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.meister_wrap .img_list03 + .img_list03 {
  margin-top: -1px;
}
.meister_wrap .img_list03 figure {
  width: 28.5rem;
  margin-bottom: 0;
}
.meister_wrap .img_list03 .meister_title {
  width: 100%;
  text-align: center;
  font-size: 1.5625rem;
  margin: 2.75rem 0 1.875rem;
}
.meister_wrap .img_list03 p {
  font-size: 1.125rem;
  line-height: 2.0444444444;
}
.meister_wrap .img_list03 p + p {
  margin-top: 1.875em;
}
.meister_wrap .img_list03 p {
  letter-spacing: 0.03em;
}
.meister_wrap .img_list03 small {
  margin-top: 1.5rem;
  letter-spacing: 0.03em;
}

@media (max-width: 767.9px) {
  .page_meister-team .bg_title {
    margin-bottom: 1.125rem;
  }
  .page_meister-team .bg_title + .sub_title {
    margin-bottom: 0.9375rem;
  }
  .page_meister-team .tx_center {
    font-size: 0.8125rem;
    line-height: 1.9615384615;
  }
  .meister_wrap {
    margin: 1.875rem 0 0;
  }
  .meister_wrap .img_list03 {
    margin-bottom: 0;
    padding: 1.5625rem 1.5625rem 1.875rem;
  }
  .meister_wrap .img_list03 figure {
    width: 9.25rem;
    margin-bottom: 0;
  }
  .meister_wrap .img_list03 .meister_title {
    font-size: 0.875rem;
    margin: 1.25rem 0 0.875rem;
  }
  .meister_wrap .img_list03 p {
    font-size: 0.8125rem;
    line-height: 1.9615384615;
  }
  .meister_wrap .img_list03 p + p {
    margin-top: 0.9375rem;
  }
  .meister_wrap .img_list03 p {
    letter-spacing: 0.075em;
  }
  .meister_wrap .img_list03 p.member {
    font-size: 0.625rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .meister_wrap .img_list03 small {
    margin-top: 0.75rem;
    font-size: 0.625rem;
    letter-spacing: 0.18em;
  }
}
.page_about .tx_center span {
  display: block;
}
.page_about .page_mv + .tx_center {
  font-size: 1.25rem;
  line-height: 2;
  margin-bottom: 3.75rem;
}

.about_sec .bg_title {
  margin-bottom: 3.125rem;
}
.about_sec .tx_center {
  font-size: 1.125rem;
  line-height: 2.2222222222;
}
.about_sec .tx_center + p {
  margin-top: 2.2222222222em;
}
.about_sec.concept .sub_title span {
  display: block;
}
.about_sec.concept .sub_title .en {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.66em;
  font-family: "Josefin Sans", "noto serif jp", sans-serif;
}
.about_sec.concept .sub_title .ja {
  line-height: 1.25;
  margin-bottom: 1.875rem;
  font-weight: 500;
}
.en-us .about_sec.concept .sub_title .ja {
  line-height: 1.85;
  letter-spacing: 0.04em;
}
.about_sec.concept {
  padding-bottom: 3.5rem;
}
.about_sec.design > figure {
  max-width: 52rem;
  margin: -0.625rem auto 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about_sec.design > figure img {
  width: 50%;
  padding: 1px;
}
.about_sec.design .train_360map {
  margin: 3.75rem auto 6.25rem;
}
.about_sec.naming {
  padding-bottom: 3.125rem;
}
.about_sec.naming .about_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.8125rem;
  padding: 0.875rem 0 0 1rem;
}
.about_sec.naming .about_logo img {
  margin: 0 2rem;
  width: 17.5rem;
}
.about_sec.naming .about_logo img + img, .about_sec.naming .about_logo img + noscript + img {
  width: 30.625rem;
}
.about_sec.naming .sub_title {
  margin-bottom: 2.25rem;
}
.about_sec.team .sub_title {
  margin-bottom: 2.25rem;
}
.about_sec.team .about_team_list {
  background: #EAEAEB;
  margin-top: 3.125rem;
  padding: 2.625rem 2.75rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_sec.team .about_team_list li {
  width: 49.0945674044%;
  padding: 2rem 2.625rem 2.75rem;
  margin-bottom: 1rem;
  background: #FFFFFF;
}
.about_sec.team .about_team_list li.full {
  width: 100%;
}
.about_sec.team .about_team_list li figure {
  margin-bottom: 1.75rem;
  text-align: center;
}
.about_sec.team .about_team_list li p {
  font-size: 0.9375rem;
  letter-spacing: 0.085em;
}
.about_sec.team .about_team_list li p + a {
  margin-top: 1em;
}
.about_sec.team .about_team_list li a {
  color: #BC0416;
  display: inline-block;
}
.about_sec.team .about_team_list li:nth-child(1) img {
  margin-top: 0.625rem;
  width: 5.34375rem;
}
.about_sec.team .about_team_list li:nth-child(2) figure {
  margin-bottom: 1.25rem;
}
.about_sec.team .about_team_list li:nth-child(2) img + img,
.about_sec.team .about_team_list li:nth-child(2) img + noscript + img {
  width: 7.65625rem;
  margin-top: 1.5rem;
}
.about_sec.team .about_team_list li:nth-child(3) figure, .about_sec.team .about_team_list li:nth-child(4) figure {
  margin-bottom: 1.875rem;
}
.about_sec.team .about_team_list li:nth-child(3) img + img,
.about_sec.team .about_team_list li:nth-child(3) img + noscript + img, .about_sec.team .about_team_list li:nth-child(4) img + img,
.about_sec.team .about_team_list li:nth-child(4) img + noscript + img {
  width: 7.75rem;
  margin-top: 3.125rem;
}
.about_sec.team .team_title {
  color: #CA1F20;
  line-height: 1;
  margin-bottom: 1.5625rem;
  padding-bottom: 0.75rem;
  font-size: 1.375rem;
  font-family: "Josefin Sans", "noto serif jp", sans-serif;
  text-align: center;
  position: relative;
}
.about_sec.team .team_title::after {
  width: 5.125rem;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -2.5625rem;
  height: 1px;
  background: #CA1F20;
}
.about_sec.team .team_title + .team_sub_title {
  margin-top: -0.6875rem;
}
.about_sec.team .team_sub_title {
  font-size: 1.25rem;
  margin-bottom: 1.375rem;
  font-weight: 500;
  text-align: center;
}

.train_360map {
  width: 52rem;
  margin-left: auto;
  margin-right: auto;
  background: #4C4948;
  color: #FFFFFF;
}
.train_360map .map_wrap {
  padding-top: 56.25%;
  position: relative;
}
.train_360map .map_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.train_360map p {
  height: 8.5rem;
  padding-left: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5625rem;
  letter-spacing: 0.3em;
  font-weight: 600;
  background: url("../img/speciality/i_360.svg") 3rem center no-repeat;
  background-size: 5.3125rem;
}
.en-us .train_360map p {
  font-size: 1.375rem;
  letter-spacing: 0.1em;
}
.train_360map p small {
  width: 100%;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.en-us .train_360map p small {
  font-size: 1.125rem;
}

@media (max-width: 767.9px) {
  .page_about .tx_center span {
    display: block;
  }
  .page_about .page_mv + .tx_center {
    font-size: 0.75rem;
    line-height: 2.0833333333;
    margin-bottom: 1.5625rem;
  }
  .page_about .page_mv + .tx_center span {
    display: inline;
  }
  .about_sec .bg_title {
    margin-bottom: 1.5rem;
  }
  .about_sec .tx_center {
    font-size: 0.75rem;
    line-height: 2.0833333333;
  }
  .about_sec .tx_center + p {
    margin-top: 2.0833333333em;
  }
  .about_sec.concept .sub_title .en {
    font-size: 1.125rem;
  }
  .about_sec.concept .sub_title .ja {
    font-size: 0.8125rem;
    margin-bottom: 1.125rem;
  }
  .about_sec.concept {
    padding-bottom: 2rem;
  }
  .about_sec.design .tx_center + p {
    margin-top: 0;
  }
  .about_sec.design > figure {
    max-width: 20.125rem;
    margin: -0.375rem auto 1.125rem;
  }
  .about_sec.design .train_360map {
    margin: 1.5625rem auto 1.875rem;
  }
  .about_sec.naming {
    padding-bottom: 2rem;
  }
  .about_sec.naming .about_logo {
    margin-bottom: 1.375rem;
    padding: 0 0 0 0;
  }
  .about_sec.naming .about_logo img {
    margin: 0 0.75rem;
    width: 6.5rem;
  }
  .about_sec.naming .about_logo img + img, .about_sec.naming .about_logo img + noscript + img {
    width: 11.375rem;
  }
  .about_sec.naming .sub_title {
    margin-bottom: 0.625rem;
  }
  .about_sec.team .sub_title {
    margin-bottom: 0.9375rem;
  }
  .about_sec.team .about_team_list {
    margin: 1.875rem -0.78125rem 0;
    padding: 2rem 2rem 0.875rem;
  }
  .about_sec.team .about_team_list li {
    width: 100%;
    padding: 1.5rem 1.75rem 1.875rem;
    margin-bottom: 1.5rem;
  }
  .about_sec.team .about_team_list li figure {
    margin-bottom: 0.625rem;
  }
  .about_sec.team .about_team_list li figure img {
    max-width: 15.125rem;
  }
  .about_sec.team .about_team_list li p {
    font-size: 0.6875rem;
    line-height: 2.3181818182;
    letter-spacing: -0.01em;
  }
  .about_sec.team .about_team_list li:nth-child(1) img {
    margin-top: 1.375rem;
    width: 4.6875rem;
  }
  .about_sec.team .about_team_list li:nth-child(2) figure {
    margin-bottom: 1.25rem;
  }
  .about_sec.team .about_team_list li:nth-child(2) img + img,
  .about_sec.team .about_team_list li:nth-child(2) img + noscript + img {
    width: 7.75rem;
    margin-top: 1.5rem;
  }
  .about_sec.team .about_team_list li:nth-child(3) figure, .about_sec.team .about_team_list li:nth-child(4) figure {
    margin-bottom: 1.5rem;
  }
  .about_sec.team .about_team_list li:nth-child(3) img + img,
  .about_sec.team .about_team_list li:nth-child(3) img + noscript + img, .about_sec.team .about_team_list li:nth-child(4) img + img,
  .about_sec.team .about_team_list li:nth-child(4) img + noscript + img {
    width: 11.375rem;
    margin-top: 2rem;
  }
  .about_sec.team .team_title {
    margin-bottom: 0.875rem;
    padding-bottom: 0.75rem;
    font-size: 0.8125rem;
  }
  .about_sec.team .team_title::after {
    width: 3.25rem;
    margin-left: -1.625rem;
  }
  .about_sec.team .team_title + .team_sub_title {
    margin-top: 0.25rem;
  }
  .about_sec.team .team_sub_title {
    font-size: 0.875rem;
    margin-bottom: 1.1875rem;
  }
  .train_360map {
    width: 20.125rem;
  }
  .train_360map p {
    height: 5.25rem;
    padding-left: 4.875rem;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.2em;
    background: url("../img/speciality/i_360.svg") 0.75rem center no-repeat;
    background-size: 3.375rem;
  }
  .en-us .train_360map p {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    padding-right: 0.2em;
  }
  .train_360map p small {
    margin-top: 0.125rem;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
  }
  .en-us .train_360map p small {
    font-size: 0.625rem;
    letter-spacing: 0.1em;
  }
}
.faq_sec {
  font-size: 1.125rem;
}
.faq_sec + span + .faq_sec {
  margin-top: 1.375rem;
}
.faq_sec dt, .faq_sec dd {
  line-height: 1.75;
}

.faq_title {
  font-size: 1.5625rem;
  line-height: 1.4;
  margin-bottom: 1.875rem;
  font-weight: 600;
}

.faq_dl dt, .faq_dl dd {
  padding-left: 3em;
  position: relative;
}
.faq_dl dt::before, .faq_dl dd::before {
  position: absolute;
  top: 0;
  left: 0;
}
.faq_dl dt {
  padding-bottom: 0.5em;
  font-weight: 600;
  cursor: pointer;
  padding-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.faq_dl dt .in {
  padding-right: 1.25em;
  position: relative;
  display: block;
}
.faq_dl dt .in::after {
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  background: url("../img/faq/i_q_add.svg") no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  bottom: 0.32em;
  left: calc(100% - 1em);
}
.faq_dl dt.active {
  padding-bottom: 0;
}
.faq_dl dt.active .in::after {
  background-image: url("../img/faq/i_q_remove.svg");
}
.faq_dl dt::before {
  content: "Q.";
  width: 3em;
}
.faq_dl dt {
  -webkit-transition: opacity 0.3s, padding-bottom 0.5s;
  transition: opacity 0.3s, padding-bottom 0.5s;
}
.faq_dl dt:hover {
  opacity: 0.7;
}
.faq_dl dd {
  display: none;
  padding-bottom: 1em;
}
.faq_dl dd::before {
  content: "A.";
  width: 3em;
}
.faq_dl dd .tx_l {
  font-size: 1.1875rem;
}
.faq_dl dd p {
  letter-spacing: 0;
}
.faq_dl dd p span {
  display: inline-block;
}
.faq_dl dd p a {
  color: #D71B1C;
  padding-bottom: 0.06em;
  border-bottom: 1px solid #D71B1C;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.faq_dl dd p a:hover {
  opacity: 0.7;
}
.faq_dl dd figure {
  margin: 1.875rem 0 1.375rem;
}
.faq_dl dd figure img {
  max-width: 41.25rem;
}
.faq_dl dd figure + p {
  margin-top: 2.8125rem;
}
.faq_dl dd table {
  margin: 1.125rem 0 1.375rem;
  border: solid #231815;
  border-width: 1px 1px 0 0;
}
.faq_dl dd table th, .faq_dl dd table td {
  padding: 0.5625rem 1.5625rem;
  border: solid #231815;
  border-width: 0 0 1px 1px;
  font-size: 1.1875rem;
  text-align: center;
}
.faq_dl dd table th:first-child, .faq_dl dd table td:first-child {
  text-align: left;
}

@media (max-width: 767.9px) {
  .faq_sec {
    font-size: 0.75rem;
  }
  .faq_sec + span + .faq_sec {
    margin-top: 1.375rem;
  }
  .faq_sec dt, .faq_sec dd {
    line-height: 1.75;
  }
  .faq_title {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    margin-bottom: 1.125rem;
  }
  .faq_dl dt, .faq_dl dd {
    padding-left: 1.25em;
  }
  .faq_dl dt {
    padding-bottom: 1em;
    padding-right: 0;
  }
  .faq_dl dt.active {
    padding-bottom: 0.5em;
  }
  .faq_dl dt .in::after {
    width: 0.8125rem;
    height: 0.8125rem;
  }
  .faq_dl dd {
    display: none;
    padding-bottom: 1rem;
  }
  .faq_dl dd .tx_l {
    font-size: 0.6875rem;
  }
  .faq_dl dd p {
    letter-spacing: 0;
  }
  .faq_dl dd p span {
    display: inline;
  }
  .faq_dl dd figure {
    margin: 0.9375rem 0.4375rem 0.25rem;
  }
  .faq_dl dd figure img {
    max-width: 16.625rem;
  }
  .faq_dl dd table {
    margin: 0.9375rem 0 0.25rem -0.8125rem;
  }
  .faq_dl dd table th, .faq_dl dd table td {
    padding: 0.125rem 0.5rem;
    font-size: 0.625rem;
  }
}
.img_list_title + .history_block {
  margin-top: -3.25rem;
}

.history_block + .history_block {
  margin-top: 4.25rem;
}
.history_block .heading02 {
  width: 100%;
  margin-bottom: 2.1875rem;
}
.history_block figure {
  margin-bottom: 3.125rem;
}
.history_block .heading01 {
  margin-bottom: 1.25rem;
}
.history_block hgroup.heading01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history_block p {
  font-size: 1.125rem;
  line-height: 2.0444444444;
}

.history_link_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.875rem;
}
.history_link_more .btn_more {
  padding: 0.4375rem 6.25rem 0.5625rem 1.125rem;
  background: #C56479;
  border: none;
  font-size: 1.375rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history_link_more .btn_more::before {
  display: none;
}
.history_link_more .btn_more::after {
  width: 3.625rem;
  height: 1.5rem;
  margin-top: -0.625rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  background: url("../img/common/i_more_btn_w.svg") right 0 no-repeat;
}

.history_box + .history_box {
  margin-top: 6.25rem;
}

@media (max-width: 767.9px) {
  .history_link_more {
    margin-bottom: 0.3125rem;
  }
  .history_link_more .btn_more {
    min-width: auto;
    padding: 0.3125rem 3rem 0.375rem 0.75rem;
    font-size: 0.75rem;
  }
  .history_link_more .btn_more::after {
    width: 2rem;
    height: 0.625rem;
    top: 50%;
    line-height: 0.5;
    margin-top: -0.3125rem;
    font-size: 0.625rem;
    padding-bottom: 0.3125rem;
  }
  .history_sec {
    padding-bottom: 0.9375rem;
  }
  .img_list_title + .history_block {
    margin-top: -1.375rem;
  }
  .history_block + .history_block {
    margin-top: 1.125rem;
  }
  .history_block .heading02 {
    padding-bottom: 0.3125rem;
    padding-left: 0.375rem;
    margin-bottom: 0.75rem;
    letter-spacing: 0.3em;
  }
  .history_block figure {
    margin-bottom: 0.75rem;
  }
  .history_block .heading01 {
    font-size: 0.8125rem;
    margin-bottom: 0.625rem;
    letter-spacing: 0.1em;
  }
  .history_block p {
    font-size: 0.75rem;
    line-height: 1.8833333333;
    letter-spacing: 0.025em;
  }
  .history_box + .history_box {
    margin-top: 1.875rem;
  }
}
.chef_sec {
  max-width: 53.125rem;
  margin-left: auto;
  margin-right: auto;
}
.chef_sec .heading02 {
  width: 100%;
  margin-bottom: 2.1875rem;
}

.chef_box {
  padding-bottom: 4.75rem;
  border-bottom: 1px solid #231815;
  position: relative;
}
.chef_box ul {
  margin-top: 1.7em;
}
.chef_box h4, .chef_box p, .chef_box li {
  margin-right: -3.125rem;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
}
.chef_box::before {
  content: "";
  width: 100%;
  height: 1.875rem;
  background: #E5E5E6;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  bottom: -0.9375rem;
  display: block;
}
.chef_box:not(:last-child) {
  margin-bottom: 3.125rem;
}
.chef_box figure {
  margin-top: 4.375rem;
}
.chef_box figure span {
  width: 21.75rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.chef_box figure {
  text-align: center;
}
.chef_box figure figcaption {
  position: absolute;
  bottom: 0;
  left: 100%;
  font-size: 1.5625rem;
  line-height: 1.5454545455;
  margin-left: 1.375rem;
  font-family: "Lora", serif;
  letter-spacing: 0.2em;
  color: #4C4948;
}

.square_list li {
  padding-left: 1em;
  position: relative;
}
.square_list li::before {
  content: "□";
  position: absolute;
  top: 0.075em;
  left: -0.25em;
  font-size: 1.25rem;
  line-height: 1.7;
  display: block;
}

.arw_list li {
  padding-left: 1.375rem;
  position: relative;
}
.arw_list li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.5rem 0.9375rem;
  margin-top: 0.6em;
  border-left-color: #4C4948;
}
.arw_list li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arw_list li a:hover {
  opacity: 0.7;
}

@media (max-width: 767.9px) {
  .chef_sec {
    max-width: 20rem;
  }
  .chef_sec .heading02 {
    margin-bottom: 0.9375rem;
    padding-left: 0.375rem;
  }
  .chef_box {
    padding-bottom: 2rem;
  }
  .chef_box ul {
    margin-top: 1.9230769231em;
  }
  .chef_box ul.arw_list {
    margin-top: 0.9375rem;
  }
  .chef_box h4, .chef_box p, .chef_box li {
    margin-right: 0;
    font-size: 0.8125rem;
    line-height: 1.9230769231;
    letter-spacing: 0.06em;
    word-break: break-word;
  }
  .chef_box::before {
    height: 0.625rem;
    bottom: -0.3125rem;
  }
  .chef_box:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .chef_box figure {
    margin-top: 1.875rem;
  }
  .chef_box figure span {
    width: 100%;
  }
  .chef_box figure span img {
    width: 10.5rem;
  }
  .chef_box figure figcaption {
    margin-top: 0.75rem;
    margin-left: 0;
    position: static;
  }
  .chef_box figure figcaption br {
    display: none;
  }
  .chef_box figure figcaption {
    font-size: 0.75rem;
  }
  .square_list li::before {
    font-size: 0.8125rem;
    line-height: 1.9230769231;
  }
  .arw_list li {
    font-size: 0.625rem;
    padding-left: 0.75rem;
  }
  .arw_list li::before {
    border-width: 0.25rem 0.5rem;
    margin-top: 0.8em;
  }
}
.page_kv {
  margin-top: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_kv > p {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-size: 1.375rem;
  margin-bottom: 3.75rem;
  letter-spacing: 0.3em;
  text-align: center;
}
.page_kv .text_bg_box {
  position: relative;
}
body:not(.ja) .page_kv .text_bg_box p {
  width: 100%;
  height: 88%;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.25em;
}
.page_kv .text_bg_box p {
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1.4416666667;
  letter-spacing: 0.5em;
  top: 6.25rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 5;
  font-weight: 600;
  text-align: left;
  position: absolute;
}
body.ja .page_kv .text_bg_box p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.page_kv .text_bg_box p .text_in {
  display: block;
}
.page_kv .text_bg_box p .text_in span {
  display: block;
}
.page_kv .text_bg_box figure:not([class]) {
  height: 33.25rem;
  position: relative;
  overflow: hidden;
}
.page_kv .text_bg_box figure:not([class]) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.page_top_title {
  font-size: 1.875rem;
  margin-top: 3.5rem;
  margin-bottom: 3.25rem;
  text-align: center;
}
.page_top_title span {
  display: inline-block;
}
.page_top_title .en {
  position: relative;
  color: #978870;
  letter-spacing: 0.15em;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}
.page_top_title .en::before, .page_top_title .en::after {
  width: 2.375rem;
  height: 1px;
  background: #978870;
  content: "";
  display: block;
  top: calc(50% - 0.125em);
  position: absolute;
}
.page_top_title .en::before {
  right: calc(100% + 0.5rem);
}
.page_top_title .en::after {
  left: calc(100% + 0.5rem);
}
.page_top_title .sub {
  display: block;
  margin-top: -0.1875rem;
  margin-bottom: 0.125rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
.page_top_title .ja {
  font-size: 1.875rem;
  color: #4C4948;
  letter-spacing: 0.5em;
  text-align: center;
}
.en-us .page_top_title .ja {
  letter-spacing: 0.2em;
}

@media (max-width: 767.9px) {
  .page_kv {
    margin-top: 1.5rem;
  }
  .page_kv > p {
    font-size: 0.8125rem;
    line-height: 1.6923076923;
    margin-bottom: 1.125rem;
  }
  .page_kv .text_bg_box p {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    top: 1.5rem;
  }
  .page_kv .text_bg_box figure:not([class]) {
    height: 11.125rem;
  }
  .page_top_title {
    font-size: 1.125rem;
    margin-top: 0.75rem;
    margin-bottom: 0.875rem;
  }
  .page_top_title .en::before, .page_top_title .en::after {
    width: 1.375rem;
  }
  .page_top_title .sub {
    margin-top: -0.0625rem;
    margin-bottom: 0;
    font-size: 0.625rem;
  }
  .page_top_title .ja {
    font-size: 1rem;
  }
}
.sightseeing_sec {
  margin-bottom: 5rem;
}
.sightseeing_sec + p {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.025em;
  margin-top: -3.25rem;
  margin-bottom: 5rem;
}
.en-us .sightseeing_sec + p {
  font-size: 0.9375rem;
}
.sightseeing_sec_title {
  color: #ffffff;
  background: #4C4948;
  font-size: 1.5625rem;
  line-height: 1.36;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0.9375rem 0;
  font-weight: 600;
}
.sightseeing_sec_title span {
  margin: 0 0.8125rem;
  padding: 0 0.625rem;
  color: #4C4948;
  background: #ffffff;
  display: inline-block;
}

.sightseeing_course {
  padding: 2.5rem 0 2.75rem 5.1875rem;
}
.sightseeing_course_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.sightseeing_course_title span {
  width: 9.0625rem;
  color: #ffffff;
  padding-bottom: 0.12em;
  margin-bottom: -0.12em;
  background: #000;
  margin-right: 1em;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.en-us .sightseeing_course_title span {
  width: auto;
  min-width: 9.0625rem;
  padding-inline: 0.8em;
}
.zh-tw .sightseeing_course_title span {
  width: 12.25rem;
}
.sightseeing_course li + li {
  margin-top: 1.875rem;
}
.sightseeing_course li img {
  width: auto;
  max-width: none;
  height: 13.4375rem;
}
.sightseeing_course li .sightseeing_course_title {
  color: #C79700;
}
.sightseeing_course li .sightseeing_course_title span {
  background: #C79700;
}
.sightseeing_course li:nth-child(2) .sightseeing_course_title {
  color: #BA313E;
}
.sightseeing_course li:nth-child(2) .sightseeing_course_title span {
  background: #BA313E;
}
.sightseeing_course li:nth-child(2) img {
  height: 13.625rem;
}
.sightseeing_course_att {
  padding: 0 0 0 5.1875rem;
  margin: -2rem 0 2.75rem;
  color: #4C4948;
  font-size: 1rem;
}

@media (max-width: 767.9px) {
  .sightseeing_sec {
    margin-bottom: 1.875rem;
  }
  .sightseeing_sec + p {
    text-align: left;
    font-size: 0.625rem;
    margin: -2rem 1.09375rem 2.25rem;
  }
  .sightseeing_sec_title {
    min-height: 2.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
    padding: 0.25rem 0 0.375rem;
  }
  .sightseeing_sec_title span {
    height: 1.0625rem;
    margin: 0 0.3125rem;
    padding: 0 0.25rem;
    line-height: 1.3076923077;
    position: relative;
    top: 0.0625rem;
    color: #4C4948;
    background: #ffffff;
    display: inline-block;
  }
  .sightseeing_course {
    padding: 1.375rem 0 1rem;
  }
  .sightseeing_course_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
  }
  .sightseeing_course_title span {
    width: 5.75rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  .sightseeing_course li {
    max-width: 20.25rem;
    margin-left: auto;
    margin-right: auto;
  }
  .sightseeing_course li + li {
    margin-top: 0.625rem;
    padding-top: 1.5rem;
    border-top: 1px solid #4C4948;
  }
  .sightseeing_course li figure {
    text-align: center;
    margin-left: 2.625rem;
  }
  .sightseeing_course li img {
    width: 17.1875rem;
    height: auto;
  }
  .sightseeing_course li:nth-child(2) img {
    height: auto;
  }
  .sightseeing_course_att {
    padding: 0 0 0 0.4em;
    margin: -0.5rem -0.6em 1.5rem 0;
    font-size: 0.625rem;
  }
}
.model_course_block {
  position: relative;
  padding: 3.625rem 0 0;
  color: #4C4948;
}
.model_course_block_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
.model_course_block::before, .model_course_block::after {
  content: "";
  position: absolute;
  display: block;
  right: 25.5rem;
  bottom: 0;
}
.model_course_block::before {
  width: 42rem;
  height: 100%;
  background: rgba(151, 136, 112, 0.15);
}
.model_course_block::after {
  width: 1px;
  height: calc(100% - 12.5rem);
  background: #231815;
}
.yanagawa .model_course_block::before, .yanagawa .model_course_block::after {
  right: 26.5rem;
}
.yanagawa .model_course_block::before {
  width: 41rem;
}
.omuta .model_course_block::before, .omuta .model_course_block::after {
  right: 26.5rem;
}
.omuta .model_course_block::before {
  width: 41rem;
}

.model_course_title {
  height: 2.8125rem;
  margin-right: 1.5rem;
  padding-right: 1.875rem;
  padding-left: 1.75rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.085em;
  color: #ffffff;
  background: #978870;
}
.model_course_title + p {
  color: #4C4948;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
}
.en-us .model_course_title + p {
  width: 100%;
  padding: 0.625rem 1.75rem 0;
  letter-spacing: 0.05em;
}
.yanagawa .model_course_title + p {
  letter-spacing: 0.3em;
}
.en-us .yanagawa .model_course_title + p {
  letter-spacing: 0.05em;
}
.yanagawa .model_course_title {
  font-size: 1.5625rem;
  line-height: 1.68;
}

.model_course_wrap {
  margin-top: 1.375rem;
  padding-left: 5.1875rem;
}
@media (min-width: 768px) {
  .model_course_wrap.dazaifu {
    padding-bottom: 0.625rem;
  }
  .en-us .model_course_wrap.dazaifu {
    padding-bottom: 3.125rem;
  }
}
.model_course_wrap {
  position: relative;
}
.model_course_wrap .model_course_sub_title {
  font-size: 1.25rem;
  margin-bottom: 1.0625rem;
  font-weight: 600;
  line-height: 1.7;
}
.model_course_wrap p {
  font-size: 1rem;
  line-height: 1.95;
  letter-spacing: 0.025em;
}
.model_course_wrap::before {
  margin-bottom: 1.5625rem;
  line-height: 1;
  color: rgba(151, 136, 112, 0.5);
  width: 24rem;
  margin-left: auto;
  text-align: left;
  display: block;
  font-size: 2.8125rem;
  font-family: "Lora", serif;
  letter-spacing: 0.2em;
}
.dazaifu .model_course_wrap::before {
  width: 31.25rem;
  content: "DAZAIFU";
  text-align: center;
}
.yanagawa .model_course_wrap::before {
  content: "YANAGAWA";
}
.omuta .model_course_wrap::before {
  content: "OMUTA";
}
.model_course_wrap .box_l {
  width: 26.125rem;
  float: left;
}
.model_course_wrap .box_l figure {
  margin-bottom: 1.4375rem;
}
.model_course_wrap .box_l:not(.box_head) p {
  width: 25.8125rem;
  margin-bottom: 1.6875rem;
}
.model_course_wrap .box_r {
  width: 31.25rem;
  float: right;
}
.model_course_wrap .box_r .model_course_sub_title {
  line-height: 1;
}
.ko .model_course_wrap .box_r .model_course_sub_title {
  line-height: 1.7;
}
.model_course_wrap .box_r figure {
  margin-bottom: 1.875rem;
}
.model_course_wrap .box_r p, .model_course_wrap .box_r h5, .model_course_wrap .box_r .model_course_info {
  width: 24rem;
  margin-left: auto;
}
.model_course_wrap .box_r p {
  margin-bottom: 2.1875rem;
}
.model_course_wrap .box_r .model_course_info {
  margin-top: -0.9375rem;
}
.model_course_wrap .box_r .model_course_info:not(:last-child) {
  margin-bottom: 2.25rem;
}
.model_course_wrap .box_r .model_course_info p {
  width: auto;
  font-size: 1rem;
  font-weight: normal;
}
.model_course_wrap .box_r .model_course_info dl, .model_course_wrap .box_r .model_course_info dt, .model_course_wrap .box_r .model_course_info dd {
  line-height: 1.5625;
}
.model_course_wrap .box_head {
  width: 28rem;
  margin-bottom: 1.8125rem;
}
.yanagawa .model_course_wrap .box_head {
  margin-bottom: 2.8125rem;
}
.model_course_wrap .box_head figure {
  margin-top: 1.4375rem;
  margin-bottom: 0;
  width: 26.125rem;
}
.model_course_wrap .sagemon, .model_course_wrap .ohana {
  letter-spacing: -0.005em;
}
.model_course_wrap .sagemon span {
  display: inline-block;
  margin-right: -2em;
}
.model_course_wrap .dazaifu_box02 p:last-child span {
  display: inline-block;
  margin-right: -1em;
}
.model_course_wrap .yanagawa_box03 .model_course_sub_title {
  margin-top: 3.375rem;
}
.model_course_wrap .omuta_box02 {
  margin-bottom: 2.375rem;
}
.model_course_wrap .omuta_box03 .model_course_sub_title span {
  display: inline-block;
  margin-right: -3em;
}
.model_course_wrap .omuta_box03, .model_course_wrap .omuta_box05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.model_course_wrap .omuta_box03 figure, .model_course_wrap .omuta_box05 figure {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.model_course_wrap .omuta_box04 p:last-child {
  margin-top: -0.75rem;
}
.model_course_wrap .omuta_box04 .model_course_info {
  padding-right: 0.9375rem;
}
.model_course_wrap .omuta_box04 .model_course_info dd small {
  font-size: 0.875rem;
}
.model_course_wrap .omuta_box05 {
  padding-bottom: 1.875rem;
}

.model_course_info {
  border: 1px solid #4C4948;
  background: #ffffff;
  padding: 1rem 1.375rem 0.75rem;
}
.model_course_info.bdr {
  padding: 0.75rem 0.4375rem 0.625rem;
}
.model_course_info.bdr dl {
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
}
.model_course_info.bdr dl + dl {
  margin-top: 0.5rem;
  border-top: 1px solid #4C4948;
  padding-top: 0.5rem;
}
.model_course_info.bdr dl dt, .model_course_info.bdr dl dd {
  display: inline;
}
.model_course_info p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  margin-left: 0 !important;
  margin-bottom: 0.5rem !important;
}
.model_course_info dl dt, .model_course_info dl dd {
  font-size: 1rem;
  line-height: 1.875;
  display: inline-block;
}
.model_course_info dl dt::before {
  content: "○";
}
.model_course_info dl dt::after {
  content: "：";
}

@media (max-width: 767.9px) {
  .model_course_block {
    padding: 0;
  }
  .model_course_block::before, .model_course_block::after {
    display: none;
  }
  .model_course_title {
    width: 100%;
    height: 1.625rem;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
  }
  .model_course_title + p {
    font-size: 0.8125rem;
    text-align: center;
    width: 100%;
    margin: 0.5rem 0 0.625rem;
  }
  .yanagawa .model_course_title + p {
    letter-spacing: inherit;
  }
  .yanagawa .model_course_title {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .model_course_wrap {
    margin: 0 -0.8rem;
    padding: 0;
  }
  .model_course_wrap.dazaifu {
    padding-bottom: 0;
  }
  .model_course_wrap .model_course_sub_title {
    font-size: 0.9375rem;
    margin-bottom: 1.0625rem;
    line-height: 1.7066666667;
    text-align: center;
  }
  .model_course_wrap p {
    font-size: 0.75rem;
    line-height: 1.8833333333;
    letter-spacing: 0.05em;
  }
  .model_course_wrap figure {
    position: relative;
    z-index: 5;
  }
  .model_course_wrap::before {
    display: none;
  }
  .model_course_wrap .dazaifu_box01, .model_course_wrap .dazaifu_box02,
  .model_course_wrap .yanagawa_box01, .model_course_wrap .yanagawa_box02, .omuta .model_course_wrap .box_l, .omuta .model_course_wrap .box_r {
    position: relative;
    background: #EFEDE9;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .model_course_wrap .dazaifu_box03,
  .model_course_wrap .yanagawa_box03 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .model_course_wrap .box_head {
    padding-top: 1.0625rem;
    margin-bottom: 0 !important;
  }
  .model_course_wrap .box_head p {
    font-size: 0.8125rem;
    line-height: 1.7384615385;
  }
  .model_course_wrap .box_l {
    width: 100%;
    float: none;
  }
  .model_course_wrap .box_l .model_course_sub_title {
    margin-bottom: 0.5rem;
  }
  .model_course_wrap .box_l figure {
    margin-bottom: 0.875rem;
  }
  .model_course_wrap .box_l:not(.box_head) p {
    width: auto;
    margin-bottom: 1.0625rem;
  }
  .model_course_wrap .box_r {
    width: 100%;
    float: none;
  }
  .model_course_wrap .box_r .model_course_sub_title {
    text-align: left;
    margin-bottom: 0.625rem;
  }
  .model_course_wrap .box_r figure {
    margin-bottom: 0.9375rem;
  }
  .model_course_wrap .box_r p, .model_course_wrap .box_r h5, .model_course_wrap .box_r .model_course_info {
    width: auto;
    margin-left: 3.625rem;
  }
  .model_course_wrap .box_r p {
    letter-spacing: -0.015em;
    margin-bottom: 1.0625rem;
  }
  .model_course_wrap .box_r .model_course_info {
    margin-top: -0.3125rem;
  }
  .model_course_wrap .box_r .model_course_info.dl_only {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .model_course_wrap .box_r .model_course_info:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .model_course_wrap .box_r .model_course_info p {
    font-size: 0.6875rem;
    margin-bottom: 0.3125rem !important;
  }
  .model_course_wrap .box_r .model_course_info dl, .model_course_wrap .box_r .model_course_info dt, .model_course_wrap .box_r .model_course_info dd {
    font-size: 0.6875rem;
    line-height: 1.4727272727;
  }
  .model_course_wrap .box_head {
    width: auto;
    padding-bottom: 1.3125rem;
  }
  .model_course_wrap .box_head::before {
    margin-bottom: 0.625rem;
    line-height: 1;
    color: #9e8c6b;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 1.25rem;
    font-family: "Lora", serif;
    letter-spacing: 0.2em;
  }
  .dazaifu .model_course_wrap .box_head::before {
    content: "DAZAIFU";
  }
  .yanagawa .model_course_wrap .box_head::before {
    content: "YANAGAWA";
  }
  .omuta .model_course_wrap .box_head::before {
    content: "OMUTA";
  }
  .yanagawa .model_course_wrap .box_head {
    margin-bottom: 2.8125rem;
  }
  .model_course_wrap .box_head figure {
    margin-top: 1.1875rem;
    margin-bottom: 0;
    width: 100%;
  }
  .model_course_wrap .sagemon, .model_course_wrap .ohana {
    letter-spacing: -0.005em;
  }
  .model_course_wrap .sagemon span {
    display: inline-block;
    margin-right: -2em;
  }
  .model_course_wrap .dazaifu_box02,
  .model_course_wrap .yanagawa_box02, .omuta .model_course_wrap .box_l:not(.box_head), .omuta .model_course_wrap .box_r {
    margin-bottom: 2.25rem;
    padding-bottom: 0.0625rem;
    position: relative;
  }
  .model_course_wrap .dazaifu_box02::before,
  .model_course_wrap .yanagawa_box02::before, .omuta .model_course_wrap .box_l:not(.box_head)::before, .omuta .model_course_wrap .box_r::before {
    width: 1px;
    height: 100%;
    background: #231815;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 4rem;
  }
  .model_course_wrap .dazaifu_box02 p:last-child span,
  .model_course_wrap .yanagawa_box02 p:last-child span, .omuta .model_course_wrap .box_l:not(.box_head) p:last-child span, .omuta .model_course_wrap .box_r p:last-child span {
    margin-right: 0;
  }
  .omuta .model_course_wrap .box_l:not(.box_head), .omuta .model_course_wrap .box_r {
    margin-bottom: 0;
  }
  .omuta .model_course_wrap .box_l:not(.box_head) .model_course_info, .omuta .model_course_wrap .box_r .model_course_info {
    padding: 0.5625rem 0.5625rem 0.5625rem 0.5625rem;
  }
  .model_course_wrap .yanagawa_box02 {
    margin-top: -0.375rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .model_course_wrap .yanagawa_box03 .model_course_sub_title {
    margin-top: 1.25rem;
    margin-bottom: 1.125rem;
    text-align: left;
  }
  .model_course_wrap .yanagawa_box03 p + figure {
    margin-top: 1.25rem;
  }
  .model_course_wrap .omuta_box02 {
    padding-bottom: 1.5rem !important;
  }
  .model_course_wrap .omuta_box03 > *, .model_course_wrap .omuta_box05 > * {
    margin-left: 3.625rem;
  }
  .model_course_wrap .omuta_box03 .model_course_sub_title, .model_course_wrap .omuta_box05 .model_course_sub_title {
    text-align: left;
    margin-bottom: 0.1875rem;
  }
  .model_course_wrap .omuta_box03 .model_course_sub_title span, .model_course_wrap .omuta_box05 .model_course_sub_title span {
    display: inline-block;
    margin-right: -3em;
  }
  .model_course_wrap .omuta_box03 p {
    font-size: 0.76875rem;
  }
  .model_course_wrap .omuta_box04 p:last-child {
    font-size: 0.625rem;
    margin-top: -0.9375rem;
    margin-bottom: 1.25rem;
  }
  .model_course_wrap .omuta_box04 .model_course_info {
    padding-right: 0.9375rem;
  }
  .model_course_wrap .omuta_box04 .model_course_info dd small {
    font-size: 0.625rem;
    display: inline-block;
    margin-right: -1em;
  }
  .model_course_wrap .omuta_box05 {
    padding-bottom: 1.875rem;
  }
  .model_course_info {
    padding: 0.875rem 1.0625rem 0.75rem;
  }
  .model_course_info.bdr {
    padding: 0.75rem 0.4375rem 0.625rem;
  }
  .model_course_info.bdr dl {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .model_course_info.bdr dl + dl {
    margin-top: 0.5rem;
    border-top: 1px solid #4C4948;
    padding-top: 0.5rem;
  }
  .model_course_info.bdr dl dt, .model_course_info.bdr dl dd {
    display: inline;
  }
  .model_course_info p {
    font-size: 0.9375rem;
    line-height: 1;
    margin-bottom: 0.5rem !important;
  }
  .model_course_info dl dt, .model_course_info dl dd {
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
  .model_course_info dl dt::before {
    content: "○";
  }
  .model_course_info dl dt::after {
    content: "：";
  }
}
.sightseeing_shop {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
.sightseeing_shop_in {
  max-width: 53.625rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem 0 2.5rem;
}
.sightseeing_shop .shop_title {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 2.125rem;
  margin-bottom: 1.4375rem;
  font-weight: 600;
  margin-right: -0.5em;
  letter-spacing: 0.05em;
}
.sightseeing_shop .shop_text {
  margin-right: -3em;
  letter-spacing: 0.0375em;
  font-size: 1rem;
  line-height: 2.125;
}
.sightseeing_shop .shop_info_dl {
  margin-top: 1rem;
  padding-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.75;
  border-top: 1px solid #231815;
}
.sightseeing_shop .shop_info_dl dt, .sightseeing_shop .shop_info_dl dd {
  float: left;
}
.sightseeing_shop .shop_info_dl dt {
  clear: both;
}
.sightseeing_shop .shop_img_list {
  clear: both;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  padding-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sightseeing_shop .shop_img_list figure {
  width: 17.875rem;
}
.sightseeing_shop .shop_img_list figure figcaption {
  margin-top: 0.625rem;
  text-align: center;
}
.sightseeing_shop .shop_img_list figure figcaption span::before {
  content: "▲";
}
.sightseeing_shop .shop_img_list p {
  width: 100%;
  margin-top: 1.5rem;
}

@media (max-width: 767.9px) {
  .sightseeing_shop {
    margin-top: 1.5rem;
    margin-bottom: 1.125rem;
  }
  .sightseeing_shop_in {
    max-width: 18.75rem;
    padding: 1rem 0 1.25rem;
  }
  .sightseeing_shop .bdr_tb_title {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .sightseeing_shop .shop_title {
    text-align: left;
    font-size: 0.8125rem;
    line-height: 1.7384615385;
    margin-top: 0.4375rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
  }
  .sightseeing_shop .shop_text {
    margin-right: 0;
    font-size: 0.6875rem;
    line-height: 1.8;
  }
  .sightseeing_shop .shop_info_dl {
    margin-top: 1rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    padding: 0.75rem 0.625rem 0;
    font-size: 0.6875rem;
    line-height: 1.8;
  }
  .sightseeing_shop .shop_info_dl dt, .sightseeing_shop .shop_info_dl dd {
    float: none;
    display: inline;
  }
  .sightseeing_shop .shop_img_list {
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sightseeing_shop .shop_img_list figure {
    width: 100%;
  }
  .sightseeing_shop .shop_img_list figure + figure {
    margin-top: 0.75rem;
  }
  .sightseeing_shop .shop_img_list figure figcaption {
    font-size: 0.75rem;
  }
  .sightseeing_shop .shop_img_list p {
    padding: 0 0.625rem;
    font-size: 0.625rem;
    margin-top: 1rem;
  }
}
.other_seeing {
  max-width: 55.625rem;
  margin: 0.5rem auto 0;
  padding-bottom: 1.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.other_seeing li {
  width: 27.25rem;
  margin-bottom: 1.6875rem;
}
.other_seeing li:first-child {
  width: 100%;
}
.other_seeing li span {
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 600;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.other_seeing a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.other_seeing a:hover {
  opacity: 0.7;
}

@media (max-width: 767.9px) {
  .other_seeing {
    max-width: 18.75rem;
    margin: 0.25rem auto 0;
    padding-bottom: 0.375rem;
  }
  .other_seeing li {
    width: 100%;
    margin-bottom: 0.9375rem;
  }
  .other_seeing li span {
    font-size: 0.8125rem;
    line-height: 1.7230769231;
    margin-top: 0.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .other_seeing a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .other_seeing a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .ko .course_oneday_box .course_oneday_title, .zh-tw .course_oneday_box .course_oneday_title {
    padding-inline: 1rem;
  }
  .ko .course_oneday_box .bdr_text, .zh-tw .course_oneday_box .bdr_text {
    letter-spacing: 0.06em;
  }
}
@media (max-width: 767.9px) {
  .ko .course_oneday_box .bdr_text, .zh-tw .course_oneday_box .bdr_text {
    letter-spacing: 0.06em;
  }
}

.img_only_list_wrap {
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8.75rem;
}
.img_only_list_wrap > p {
  font-size: 1.5625rem;
  line-height: 1.472;
  letter-spacing: 0.08em;
  margin-top: 4rem;
}

.img_only_list + .img_only_list {
  margin-top: 5.625rem;
}
.img_only_list_title {
  width: 30.25rem;
  height: 3.625rem;
  margin: 0 1px 2px;
  letter-spacing: 0.15em !important;
  font-size: 2rem;
  color: #ffffff;
  background: #d70c18;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img_only_list figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.img_only_list figure span {
  margin-bottom: 2px;
}
.img_only_list img {
  width: calc(100% - 2px) !important;
  margin: 0 1px;
  aspect-ratio: 1937/957 !important;
}
.img_only_list .half {
  width: 50%;
}
.img_only_list .half img {
  aspect-ratio: 962/682 !important;
}

.more_mv {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .more_mv + .pdf_link_more {
    margin-top: -2.5rem;
    margin-bottom: 5rem;
  }
}
.more_mv {
  position: relative;
}
.more_mv a {
  color: #ffffff;
}
.more_mv .btn_more {
  position: absolute;
  bottom: 0;
  left: 0;
  border: none;
  width: 100%;
  height: 4.25rem;
  font-size: 1.875rem;
  line-height: 1;
  padding: 0;
  color: #ffffff;
  background: #d70c18;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.more_mv .btn_more::before {
  display: none;
}
.more_mv .btn_more::after {
  color: #FFFFFF;
  background-image: url("../img/common/i_more_btn_w.svg");
}

@media (max-width: 767.9px) {
  .img_only_list_wrap {
    margin-bottom: 1.875rem;
  }
  .img_only_list_wrap > p {
    font-size: 0.9375rem;
    line-height: 1.8933333333;
    letter-spacing: 0.025em;
    margin-top: 1.625rem;
  }
  .img_only_list + .img_only_list {
    margin-top: 2.1875rem;
  }
  .img_only_list_title {
    width: 10.75rem;
    height: 1.3125rem;
    margin: 0 1px 2px;
    font-size: 0.71875rem;
  }
  .more_mv {
    margin-bottom: 0.125rem;
  }
  .more_mv + .img_list_sec .img_list_box:first-child::before {
    display: none;
  }
  .more_mv .btn_more {
    height: 1.375rem;
    font-size: 0.625rem;
  }
  .more_mv .btn_more::after {
    margin-top: -0.375rem;
    margin-right: -0.3125rem;
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
}
.home_reserve {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .home_reserve.plan_change {
    background-position: right 7.5rem;
  }
  .en-us .home_reserve.plan_change {
    background-position: right 10rem;
  }
}
@media (max-width: 767.9px) {
  .home_reserve.plan_change {
    background-position: right bottom 10rem;
  }
  .en-us .home_reserve.plan_change {
    background-position: right bottom 11.25rem;
  }
}

.plan_change_info {
  margin-bottom: 1em;
}
.plan_change_info a {
  font-size: 1.25rem;
  padding: 0.5em 1.25rem 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background: #CB0010;
  position: relative;
  font-weight: bold;
}
.plan_change_info a::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/i_more_plan.svg);
  top: 50%;
  right: 0.625rem;
  margin-top: -0.625rem;
  position: absolute;
  display: block;
}
.plan_change_info a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.plan_change_info a:hover {
  opacity: 0.85;
}
.plan_change_info small {
  font-size: 1.0625rem;
  margin-top: 1em;
  display: block;
}
.en-us .plan_change_info a {
  font-size: 1.0625rem;
}
.en-us .plan_change_info small {
  font-size: 0.9375rem;
}
.timetable_sec .plan_change_info {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .timetable_sec .plan_change_info {
    margin-bottom: -1em;
  }
  .timetable_sec .plan_change_info a {
    padding-block: 0.34em;
    font-size: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .timetable_sec .plan_change_info a::after {
    right: 1.25rem;
  }
  .timetable_sec .plan_change_info small {
    margin-top: 1.25em;
    font-size: 1.25rem;
    text-align: center;
  }
}

.plan_sub_title {
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 0.25em;
}
.plan_sub_title ~ .plan_sub_title {
  margin-top: 0.5em;
}
.plan_sub_title ~ .plan_sub_title + .plan_info_list {
  margin-bottom: 1em;
}

p.plan_sub_title {
  font-size: 1em;
  margin-bottom: 1em;
}

@media (max-width: 767.9px) {
  .plan_change_info {
    margin-bottom: 1em;
  }
  .plan_change_info a {
    font-size: 0.875rem;
    padding: 0.34em 0.625rem 0.34em 0.625rem;
  }
  .plan_change_info a::after {
    width: 0.75rem;
    height: 0.75rem;
    right: 0.625rem;
    margin-top: -0.375rem;
  }
  .plan_change_info small {
    font-size: 0.8125rem;
    text-align: center;
  }
  .en-us .plan_change_info a {
    padding: 0.75em 0.75rem;
    line-height: 1.5;
    font-size: 0.8125rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .en-us .plan_change_info small {
    font-size: 0.8125rem;
    line-height: 1.5;
    text-align: left;
    padding-inline: 0.75rem;
  }
  .plan_sub_title {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  p.plan_sub_title {
    font-size: 0.875em;
    text-align: left;
  }
}
.news_list_wrap {
  margin-top: 3.75rem;
}

.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_list::after {
  content: "";
  width: 30%;
  height: 0;
}
.news_list_box {
  width: 30%;
  margin-bottom: 2.5rem;
}
.news_list_box a {
  height: 100%;
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.news_list_box a:hover {
  background-color: #eee;
}
.news_list .img_wrap img {
  height: 11.8125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_list .img_wrap {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  margin-bottom: 0.625rem;
}
.news_list time {
  font-size: 0.8125rem;
  color: #454545;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.news_list .post_title {
  width: 100%;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
.news_list .cat_list {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_list .cat_list .cat {
  font-size: 0.875rem;
  padding: 0.0625rem 0.375rem;
  border: 1px solid #1c1c1c;
  margin-right: 0.375rem;
}

.concierge_cat_list {
  margin: 1.875rem 0.125rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.concierge_cat_list li {
  width: 10.1875rem;
  margin-right: 1.1875rem;
  margin-bottom: 0.75rem;
}

.concierge_list_wrap {
  margin-top: 1.5rem;
}

.concierge_cat_list li a,
.term_list span {
  font-size: 1.25rem;
  padding-bottom: 0.06em;
  height: 2.25rem;
  color: #4C4948;
  padding-left: 0.75rem;
  border: 1px solid #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.concierge_cat_list li a:hover,
.term_list span:hover {
  background: #eee;
}
.concierge_cat_list li a::before,
.term_list span::before {
  content: "";
  width: 1.25rem;
  height: calc(100% + 2px);
  background: url("../img/concierge/obj_cat.svg") 0 -1px no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: -1px;
}

.concierge_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.concierge_list::after {
  content: "";
  width: 32.037037037%;
  height: 0;
}
.concierge_list_box {
  width: 32.037037037%;
  border: 1px solid #231815;
  margin-bottom: 1.5rem;
}
.concierge_list_box a {
  height: 100%;
  padding: 1.875rem 1.625rem 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4C4948;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.concierge_list_box a:hover {
  background-color: #eee;
}
.concierge_list_box a figure {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}
.concierge_list_box a .post_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.0625rem;
  line-height: 1.8352941176;
}
.concierge_list_box a .term_list {
  margin-bottom: 0.875rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.concierge_list_box a .term_list span {
  width: 10.1875rem;
}
.concierge_list .img_wrap img {
  height: 10.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.concierge_list .img_wrap {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  margin-bottom: 1.125rem;
}

.pagenation_nav {
  margin-top: 2.5rem;
}

.pagenation_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagenation_nav_list li {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.375rem;
}
.pagenation_nav_list li.dot {
  width: 1.75rem;
}
.pagenation_nav_list li.dot span {
  color: #1c1c1c;
  background: transparent;
}
.pagenation_nav_list li a, .pagenation_nav_list li span {
  font-size: 0.875rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation_nav_list li a {
  border: 1px solid #1c1c1c;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pagenation_nav_list li a:hover {
  background-color: #eeeeee !important;
}
.pagenation_nav_list li span {
  color: #FFFFFF;
  background: #D70C18;
}
.pagenation_nav_list li.pagenation_nav_prev a, .pagenation_nav_list li.pagenation_nav_next a {
  text-indent: 200px;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/post/i_arw_pn.png.webp") center center no-repeat;
  background-size: 0.875rem;
}
.pagenation_nav_list li.pagenation_nav_next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media (max-width: 767.9px) {
  .news_list_wrap {
    margin-top: 1.5625rem;
  }
  .news_list_box {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .news_list_box a {
    padding: 0.5rem;
    display: block;
  }
  .news_list_box a::after {
    content: "";
    display: table;
    clear: both;
  }
  .news_list .img_wrap {
    width: 6.5rem;
    float: left;
  }
  .news_list .img_wrap img {
    height: auto;
  }
  .news_list .img_wrap {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-bottom: 0;
  }
  .news_list time, .news_list .post_title, .news_list .cat_list {
    width: calc(100% - 7.5rem) !important;
    margin-left: 7.5rem;
  }
  .news_list time {
    margin-top: -0.25rem;
    font-size: 0.6875rem;
    display: block;
  }
  .news_list .post_title {
    font-size: 0.8125rem;
    margin-bottom: 0.25rem;
    line-height: 1.7;
  }
  .news_list .cat_list .cat {
    font-size: 0.625rem;
    padding: 0 0.25rem;
    margin-right: 0.25rem;
  }
  .concierge_cat_list {
    margin: 0.9375rem 0.125rem 0.9375rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .concierge_cat_list li {
    width: 7rem;
    margin-bottom: 0.4375rem;
  }
  .concierge_list_wrap {
    margin-top: 1.1875rem;
  }
  .concierge_cat_list li a,
  .term_list span {
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    height: 1.5625rem;
  }
  .concierge_cat_list li a::before,
  .term_list span::before {
    content: "";
    width: 1.25rem;
    height: calc(100% + 2px);
    background: url("../img/concierge/obj_cat.svg") 0 0 no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: -1px;
  }
  .concierge_list::after {
    display: none;
  }
  .concierge_list_box {
    width: 21.625rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.375rem;
  }
  .concierge_list_box a {
    padding: 1.875rem 1.625rem 1.5625rem;
  }
  .concierge_list_box a .post_title {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .concierge_list_box a .term_list {
    margin-bottom: 1rem;
  }
  .concierge_list_box a .term_list span {
    font-size: 1rem;
    width: 8.125rem;
    height: 1.75rem;
  }
  .concierge_list .img_wrap {
    margin-bottom: 1.375rem;
  }
  .pagenation_nav {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .pagenation_nav_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagenation_nav_list li {
    width: 2.0625rem;
    height: 2.0625rem;
    margin-right: 0.375rem;
  }
  .pagenation_nav_list li.dot {
    width: 1.5rem;
  }
  .pagenation_nav_list li a, .pagenation_nav_list li span {
    font-size: 0.8125rem;
  }
  .pagenation_nav_list li.pagenation_nav_prev a, .pagenation_nav_list li.pagenation_nav_next a {
    background-size: 0.6875rem;
  }
}
.single-news-page .inbox {
  max-width: 67.5rem;
}

.news_title_wrap {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_title_wrap time {
  font-size: 0.8125rem;
  margin-right: 0.75rem;
  letter-spacing: 0.1em;
}
.news_title_wrap .term_list {
  margin-bottom: 0.25rem;
}
.news_title_wrap .term_list .term {
  width: 10.1875rem;
}
.news_title_wrap .term_list ~ .news_title {
  font-size: 1.5625rem;
}
.news_title_wrap .cat_list {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_title_wrap .cat_list .cat {
  font-size: 0.875rem;
  padding: 0.0625rem 0.375rem;
  border: 1px solid #1c1c1c;
  margin-right: 0.375rem;
}
.news_title_wrap .news_title {
  width: 100%;
  font-size: 1.875rem;
  line-height: 1.6;
  padding: 0.75rem 0;
  margin-bottom: 1.5625rem;
  border-bottom: 1px solid #1A1311;
  letter-spacing: 0.05em;
}

.post_pn_nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post_pn_nav a {
  width: 7.5rem;
  height: 2.375rem;
  font-size: 0.9375rem;
  text-align: center;
  border: 1px solid #1c1c1c;
  position: relative;
  padding-top: 0.23em;
}
.post_pn_nav a::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  background: url("../img/post/i_arw_pn.png.webp") center center no-repeat;
  background-size: 0.875rem;
  top: 50%;
  margin-top: -1.1875rem;
  left: 0;
}
.post_pn_nav a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.post_pn_nav a:hover {
  opacity: 0.7;
}

.post_pn_nav .nextBtn,
.post_pn_nav .prevBtn {
  font-family: "Roboto Condensed", sans-serif;
}

.post_pn_nav a[rel=next]::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 0;
  left: auto;
}

.post_social_list {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.post_social_list::after {
  content: "";
  display: table;
  clear: both;
}
.post_social_list li {
  margin-left: 0.5rem;
}
.post_social_list li a {
  min-width: 6.25rem;
  text-align: center;
  padding: 0.125rem 0.75rem 0.125rem 1.875rem;
  background: #666;
  color: #FFFFFF;
  font-size: 0.875rem;
  border-radius: 0.1875rem;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.post_social_list li a:hover {
  opacity: 0.7;
}
.post_social_list li.i_x a {
  background: #333333 url("../img/post/i_x.png.webp") 0 center no-repeat;
  background-size: 1.875rem;
}
.post_social_list li.i_fb a {
  background: #516eab url("../img/post/i_facebook.png.webp") 0 center no-repeat;
  background-size: 1.875rem;
}

@media (max-width: 767.9px) {
  .single-news-page .inbox {
    max-width: 20.9375rem;
    margin-bottom: 1.25rem;
  }
  .news_title_wrap {
    margin-top: 1.25rem;
  }
  .news_title_wrap .term_list {
    margin-bottom: 0.125rem;
  }
  .news_title_wrap .term_list .term {
    padding-left: 0.375rem;
    font-size: 0.6875rem;
    width: 5rem;
    height: 1.125rem;
  }
  .news_title_wrap .term_list ~ .news_title {
    font-size: 0.8125rem;
    line-height: 1.5230769231;
  }
  .news_title_wrap time {
    font-size: 0.6875rem;
    margin-right: 0.5rem;
  }
  .news_title_wrap .cat_list .cat {
    font-size: 0.6875rem;
    padding: 0 0.25rem;
    margin-right: 0.1875rem;
  }
  .news_title_wrap .news_title {
    font-size: 0.9375rem;
    line-height: 1.7;
    padding: 0.3125rem 0 0.625rem;
    margin-bottom: 0.8125rem;
  }
  .post_pn_nav a {
    width: 6.5rem;
    height: 2rem;
    font-size: 0.8125rem;
    padding-top: 0.2em;
  }
  .post_pn_nav a::before {
    width: 2rem;
    height: 2rem;
    background-size: 0.75rem;
    margin-top: -1rem;
  }
  .post_social_list {
    margin-top: 1.5625rem;
  }
  .post_social_list li a {
    min-width: 5rem;
    font-size: 0.75rem;
    border-radius: 0.125rem;
  }
  .post_social_list li.i_x a {
    background-size: 1.625rem;
  }
  .post_social_list li.i_fb a {
    background-size: 1.625rem;
  }
}
/*
.single-news-page .btnFb {
  margin-left: 10px;
  display: inline-block;
  width: auto;
  height: auto;
  float: right
}

.single-news-page .btnFb a {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  background-color: #516eab;
  display: inline-block;
  padding-right: 20px;
  padding-left: 40px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  transition-property: all;
  transition: .2s ease;
  background-image: url(/wp-content/themes/railkitchen2022/src/images/icon/icon_facebook.png);
  background-size: 30px 30px;
  background-position: 7px center;
  background-repeat: no-repeat
}

.single-news-page .btnTw {
  margin-left: 10px;
  display: inline-block;
  width: auto;
  height: auto;
  float: right
}

.single-news-page .btnTw a {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  background-color: #29c5f6;
  display: inline-block;
  padding-right: 20px;
  padding-left: 40px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  transition-property: all;
  transition: .2s ease;
  background-image: url(/wp-content/themes/railkitchen2022/src/images/icon/icon_twitter.png);
  background-size: 30px 30px;
  background-position: 7px center;
  background-repeat: no-repeat
}
*/
/*
.single-news-page .footer-navItem ul,
.single-news-page .footer-navList,
.single-news-page .header,
.single-news-page .header-navLink.reserve {
  display: flex;
  width: 100%;
  height: auto;
  flex-flow: row wrap
}

.single-news-page .aboutLowerCreativeTeam-itemHeader {
  display: flex;
  width: 100%;
  height: auto;
  flex-flow: row wrap
}

.single-news-page .aboutLowerCreativeTeam-linkItem {
  display: flex;
  width: 100%;
  height: auto;
  flex-flow: row wrap
}

.single-news-page .aboutLowerDesign-list {
  display: flex;
  width: 100%;
  height: auto;
  flex-flow: row wrap
}

.single-news-page .aboutLowerMeisterTeam-imgWrap {
  display: flex;
  width: 100%;
  height: auto;
  flex-flow: row wrap
}

.single-news-page .about-menuList {
  display: flex;
  width: 100%;
  height: auto;
  flex-flow: row wrap
}
.single-news-page .about-menuItem {
  display: flex;
  width: 100%;
  height: auto;
  flex-flow: row wrap
}

.single-news-page .news-tagcatList {
  display: flex;
  width: 100%;
  height: auto;
  flex-flow: row wrap
}
.single-news-page .news-paginationList {
  display: flex;
  width: 100%;
  height: auto;
  flex-flow: row wrap
}

.single-news-page .news-paginationItem a,
.single-news-page .news-paginationItem span {
  display: flex;
  width: 100%;
  height: auto;
  flex-flow: row wrap
}

.single-news-page .faq-menuList {
  display: flex;
  width: 100%;
  height: auto;
  flex-flow: row wrap
}
.single-news-page .faq-menuLink {
  display: flex;
  width: 100%;
  height: auto;
  flex-flow: row wrap
}


.single-news-page h1,.single-news-page h2,.single-news-page p,.single-news-page dt,.single-news-page dd,.single-news-page span,.single-news-page li,.single-news-page blockquote {
  color: #333
}
*/
.single-news-page a,
.single-news-page a.btn {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline;
}

.single-news-page ::-moz-selection {
  background: #e60012;
  color: #fff;
}

.single-news-page ::selection {
  background: #e60012;
  color: #fff;
}

.single-news-page ::-moz-selection {
  background: #e60012;
  color: #fff;
}

.single-news-page .clearfix {
  clear: both;
}

.single-news-page a img.linkimg {
  background: none !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.single-news-page a:hover img.linkimg {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none !important;
}

.single-news-page .onPc {
  display: block;
}

.single-news-page .onSmt {
  display: none;
}

.single-news-page .mt0 {
  margin-top: 0;
}

.single-news-page .mt05 {
  margin-top: 5px;
}

.single-news-page .mt10 {
  margin-top: 10px;
}

.single-news-page .mt15 {
  margin-top: 15px;
}

.single-news-page .mt20 {
  margin-top: 20px;
}

.single-news-page .mt25 {
  margin-top: 25px;
}

.single-news-page .mt30 {
  margin-top: 30px;
}

.single-news-page .mt40 {
  margin-top: 40px;
}

.single-news-page .mt50 {
  margin-top: 50px;
}

.single-news-page .mt60 {
  margin-top: 60px;
}

.single-news-page .mt70 {
  margin-top: 70px;
}

.single-news-page .mt80 {
  margin-top: 80px;
}

.single-news-page .mt90 {
  margin-top: 90px;
}

.single-news-page .mt100 {
  margin-top: 100px;
}

.single-news-page .mt110 {
  margin-top: 110px;
}

.single-news-page .mt120 {
  margin-top: 120px;
}

.single-news-page .mt130 {
  margin-top: 130px;
}

.single-news-page .mt140 {
  margin-top: 140px;
}

.single-news-page .mt150 {
  margin-top: 150px;
}

.single-news-page .mt160 {
  margin-top: 160px;
}

.single-news-page .mr0 {
  margin-right: 0;
}

.single-news-page .mr05 {
  margin-right: 5px;
}

.single-news-page .mr10 {
  margin-right: 10px;
}

.single-news-page .mr15 {
  margin-right: 15px;
}

.single-news-page .mr20 {
  margin-right: 20px;
}

.single-news-page .mr30 {
  margin-right: 30px;
}

.single-news-page .mr60 {
  margin-right: 60px;
}

.single-news-page .mb0 {
  margin-bottom: 0;
}

.single-news-page .mb05 {
  margin-bottom: 5px;
}

.single-news-page .mb10 {
  margin-bottom: 10px;
}

.single-news-page .mb15 {
  margin-bottom: 15px;
}

.single-news-page .mb20 {
  margin-bottom: 20px;
}

.single-news-page .mb25 {
  margin-bottom: 25px;
}

.single-news-page .mb30 {
  margin-bottom: 30px;
}

.single-news-page .mb40 {
  margin-bottom: 40px;
}

.single-news-page .mb50 {
  margin-bottom: 50px;
}

.single-news-page .mb60 {
  margin-bottom: 60px;
}

.single-news-page .mb70 {
  margin-bottom: 70px;
}

.single-news-page .mb80 {
  margin-bottom: 80px;
}

.single-news-page .mb90 {
  margin-bottom: 90px;
}

.single-news-page .mb100 {
  margin-bottom: 100px;
}

.single-news-page .ml0 {
  margin-left: 0;
}

.single-news-page .ml05 {
  margin-left: 5px;
}

.single-news-page .ml10 {
  margin-left: 10px;
}

.single-news-page .ml15 {
  margin-left: 15px;
}

.single-news-page .ml20 {
  margin-left: 20px;
}

.single-news-page .ml30 {
  margin-left: 30px;
}

.single-news-page .ml150 {
  margin-left: 150px;
}

.single-news-page .mW05 {
  margin: 0 5px;
}

.single-news-page .mW10 {
  margin: 0 10px;
}

.single-news-page .mW15 {
  margin: 0 15px;
}

.single-news-page .mW20 {
  margin: 0 20px;
}

.single-news-page .mW30 {
  margin: 0 30px;
}

.single-news-page .pt0 {
  padding-top: 0;
}

.single-news-page .pt02 {
  padding-top: 2px;
}

.single-news-page .pt03 {
  padding-top: 3px;
}

.single-news-page .pt04 {
  padding-top: 4px;
}

.single-news-page .pt05 {
  padding-top: 5px;
}

.single-news-page .pt10 {
  padding-top: 10px;
}

.single-news-page .pt15 {
  padding-top: 15px;
}

.single-news-page .pt20 {
  padding-top: 20px;
}

.single-news-page .pt30 {
  padding-top: 30px;
}

.single-news-page .pt40 {
  padding-top: 40px;
}

.single-news-page .pt50 {
  padding-top: 50px;
}

.single-news-page .pt60 {
  padding-top: 60px;
}

.single-news-page .pt70 {
  padding-top: 70px;
}

.single-news-page .pt80 {
  padding-top: 80px;
}

.single-news-page .pt90 {
  padding-top: 90px;
}

.single-news-page .pt100 {
  padding-top: 100px;
}

.single-news-page .pr0 {
  padding-right: 0;
}

.single-news-page .pr05 {
  padding-right: 5px;
}

.single-news-page .pr10 {
  padding-right: 10px;
}

.single-news-page .pr15 {
  padding-right: 15px;
}

.single-news-page .pr20 {
  padding-right: 20px;
}

.single-news-page .pb0 {
  padding-bottom: 0;
}

.single-news-page .pb03 {
  padding-bottom: 3px;
}

.single-news-page .pb04 {
  padding-bottom: 4px;
}

.single-news-page .pb05 {
  padding-bottom: 5px;
}

.single-news-page .pb07 {
  padding-bottom: 7px;
}

.single-news-page .pb10 {
  padding-bottom: 10px;
}

.single-news-page .pb15 {
  padding-bottom: 15px;
}

.single-news-page .pb20 {
  padding-bottom: 20px;
}

.single-news-page .pb30 {
  padding-bottom: 30px;
}

.single-news-page .pb40 {
  padding-bottom: 40px;
}

.single-news-page .pb50 {
  padding-bottom: 50px;
}

.single-news-page .pb60 {
  padding-bottom: 60px;
}

.single-news-page .pb70 {
  padding-bottom: 70px;
}

.single-news-page .pb80 {
  padding-bottom: 80px;
}

.single-news-page .pb90 {
  padding-bottom: 90px;
}

.single-news-page .pb100 {
  padding-bottom: 100px;
}

.single-news-page .pl0 {
  padding-left: 0;
}

.single-news-page .pl05 {
  padding-left: 5px;
}

.single-news-page .pl10 {
  padding-left: 10px;
}

.single-news-page .pl15 {
  padding-left: 15px;
}

.single-news-page .pl20 {
  padding-left: 20px;
}

.single-news-page .pW05 {
  padding: 0 5px;
}

.single-news-page .pW10 {
  padding: 0 10px;
}

.single-news-page .pW15 {
  padding: 0 15px;
}

.single-news-page .pW20 {
  padding: 0 20px;
}

.single-news-page .pW30 {
  padding: 0 30px;
}

.single-news-page .pd05 {
  padding: 5px;
}

.single-news-page .pd10 {
  padding: 10px;
}

.single-news-page .pd15 {
  padding: 15px;
}

.single-news-page .pd20 {
  padding: 20px;
}

.single-news-page .mainPh {
  display: inline-block;
  float: left;
  height: auto;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.single-news-page .mainPh img {
  width: 100%;
  height: auto;
}

.single-news-page .mainPh02 {
  display: inline-block;
  float: left;
  height: 50vh;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
  top: calc(50% - 25vh);
}

.single-news-page .mainPh img.shadow {
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}

.single-news-page .fp-tableCell {
  display: table-cell;
  height: 80vh;
  vertical-align: middle;
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single-news-page .catTitle {
  float: left;
  height: auto;
  width: auto;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: -40px;
  top: -40px;
  font-size: 80px;
  line-height: 1em;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  color: #e60012;
}

.single-news-page .catTitle span {
  font-size: 0.6em;
  line-height: 0.6em;
}

.single-news-page .catTitleImg {
  float: left;
  height: auto;
  width: auto;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: -40px;
  top: -20px;
}

.single-news-page .catTitleImg img {
  width: 80%;
  height: auto;
}

.single-news-page #mbNavBox {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 41px;
  background-color: #f2f2f2;
  float: left;
  width: 100%;
  color: #fff;
  height: auto;
  overflow-y: scroll;
}

.single-news-page .mbNavList {
  background-color: rgba(221, 47, 60, 0);
}

.single-news-page .mbNavListIcon {
  width: 100%;
  height: auto;
  float: left;
  display: table;
  margin-bottom: 0;
}

.single-news-page .mbNavTitle {
  border-bottom: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #434343;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 700;
  height: auto;
  line-height: 24px;
  margin-bottom: 5px;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  text-align: left;
}

.single-news-page .box800 {
  width: 100%;
  display: table;
  height: auto;
  margin: 0 auto;
  max-width: 880px;
  padding-left: 40px;
  padding-right: 40px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single-news-page .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .postBox {
  width: 33.3333%;
  height: auto;
  float: left;
  display: inline-block;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  padding: 15px 15px 10px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.single-news-page .postBox:hover {
  background-color: #f8f8f8;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.single-news-page .postPh {
  display: inline-block;
  float: left;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}

.single-news-page .postPh img {
  float: left;
  height: auto;
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #d2d2d2 1px solid;
}

.single-news-page .postDay {
  display: inline-block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 12px;
  color: #999;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.single-news-page .postTitle {
  display: inline-block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 14px;
  line-height: 1.5em;
  color: #111;
}

.single-news-page .newsTitle {
  display: inline-block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 16px;
  color: #e60012;
  font-weight: 700;
  line-height: 1.5em;
  font-family: Roboto, sans-serif;
  border-bottom: #d2d2d2 1px solid;
  margin-bottom: 5px;
}

.single-news-page .newsTitle span {
  font-size: 0.8em;
  line-height: 0.8em;
  color: #111;
}

.single-news-page .parsText {
  display: inline-block;
  float: left;
  height: auto;
  width: 100%;
  position: absolute;
  font-size: 32px;
  font-weight: 700;
  top: 50%;
  margin-top: -46px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  line-height: 46px;
  color: #111;
  text-decoration: none;
  text-align: center;
}

.single-news-page .box1080Pd {
  width: 100%;
  display: table;
  height: auto;
  margin: 0 auto;
  max-width: 1080px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}

.single-news-page .box1280Pd {
  width: 100%;
  display: table;
  height: auto;
  margin: 0 auto;
  max-width: 1280px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}

.single-news-page .box1600 {
  width: 100%;
  display: table;
  height: auto;
  margin: 0 auto;
  max-width: 1600px;
}

.single-news-page .box1600Pd {
  width: 100%;
  display: table;
  height: auto;
  margin: 0 auto;
  max-width: 1600px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}

.single-news-page .text36 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 36px;
  text-align: left;
  line-height: 46px;
}

.single-news-page .text30 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 30px;
  text-align: left;
  line-height: 40px;
}

.single-news-page .text30Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
}

.single-news-page .text36Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 36px;
  text-align: center;
  line-height: 46px;
}

.single-news-page .text24Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 24px;
  text-align: center;
  line-height: 36px;
}

.single-news-page .text24 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 24px;
  text-align: left;
  line-height: 36px;
}

.single-news-page .text18 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 18px;
  text-align: left;
  line-height: 30px;
}

.single-news-page .text18Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}

.single-news-page .text16 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 16px;
  text-align: left;
  line-height: 26px;
}

.single-news-page .text16Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
}

.single-news-page .text14 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 14px;
  text-align: left;
  line-height: 26px;
}

.single-news-page .text14Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
}

.single-news-page .text12 {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
}

.single-news-page .text12Center {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.single-news-page .pageHeader {
  width: 100%;
  height: 80px;
  display: none;
  position: fixed;
  top: 0px;
  z-index: 2000;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.single-news-page .bd {
  font-weight: 700;
}

.single-news-page .pageTopBox {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  margin-top: 150px;
  margin-bottom: 120px;
}

.single-news-page .pageTopTitle {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  margin-bottom: 40px;
}

.single-news-page .pageTopTitle img {
  float: left;
  height: auto;
  width: 100%;
  max-width: 520px;
}

.single-news-page .pageSec {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 120px;
  padding-right: 120px;
}

.single-news-page .mainBox .box1600 {
  padding-bottom: 120px;
}

.single-news-page .secTitle {
  display: inline-block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 30px;
  color: #e60012;
  font-weight: 700;
  line-height: 1.5em;
  font-family: Roboto, sans-serif;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.single-news-page .secTitle span {
  font-size: 0.5em;
  line-height: 0.5em;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  5% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  10% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  5% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  10% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.single-news-page .contentBox {
  height: auto;
  width: 100%;
  margin: 0 auto;
  display: table;
  background-color: #fff;
}

.single-news-page .blogPostBox {
  width: 100%;
  height: auto;
  float: left;
  display: table;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: #111 1px solid;
  position: relative;
  table-layout: fixed;
}

.single-news-page .blogPostBox p {
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 1.8em;
  line-height: 1.8;
}

.single-news-page .blogPostBox p a {
  color: #666;
  text-decoration: underline;
}

.single-news-page .blogPostBox p a:hover {
  color: #e60012;
  text-decoration: underline;
}

.single-news-page .blogPostBox img {
  height: auto;
  width: auto;
  margin-bottom: 10px;
  max-width: 100%;
  vertical-align: top;
}

.single-news-page .postBox .wp-caption {
  height: auto;
  width: auto;
  max-width: 100%;
}

.single-news-page .blogPostBox h1 {
  font-size: 24px;
  color: #111;
  font-weight: 700;
  line-height: 1.4em;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  margin-bottom: 15px;
  width: 100%;
  border: #111 1px solid;
}

.single-news-page .blogPostBox h2 {
  font-size: 22px;
  color: #111;
  font-weight: 700;
  line-height: 1.4em;
  padding-bottom: 3px;
  border-bottom: #999 2px solid;
  margin-bottom: 15px;
  width: 100%;
}

.single-news-page .blogPostBox h3 {
  font-size: 20px;
  color: #111;
  font-weight: 700;
  line-height: 1.4em;
  border-left: #999 5px solid;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  margin-bottom: 15px;
  width: 100%;
}

.single-news-page .blogPostBox h4 {
  font-size: 22px;
  color: #111;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 15px;
  width: 100%;
}

.single-news-page .blogPostBox h5, .single-news-page .blogPostBox h6 {
  font-size: 18px;
  color: #111;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 15px;
  width: 100%;
}

.single-news-page .pagePd .box800 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.single-news-page .blogPostTitle {
  display: inline-block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 30px;
  color: #111;
  font-weight: 700;
  line-height: 1.5em;
  border-bottom: #111 1px solid;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.single-news-page .cateTag {
  margin-right: 5px;
  display: inline-block;
  width: auto;
  height: auto;
}

.single-news-page .cateTag a {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #e60012;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.1em;
}

.single-news-page .cateTag a:hover {
  background-color: #111;
  color: #fff;
}

.single-news-page .blogPostTag {
  margin-right: 5px;
  display: inline-block;
  width: auto;
  height: auto;
}

.single-news-page .blogPostTag a {
  font-size: 12px;
  line-height: 22px;
  color: #333;
  display: inline-block;
  border: #333 1px solid;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.single-news-page .blogPostTag a:hover {
  background-color: #111;
  color: #fff;
}

.single-news-page .blogPostInfoBox {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-news-page .blogPostDay {
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  color: #111;
  margin-right: 20px;
  font-weight: 700;
}

.single-news-page .cateBox {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}

.single-news-page .on.pageTopimage {
  border-width: 60px 0px;
}

.single-news-page .pageTopimage:before {
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
  background-image: url(../images/gingam_bg02.jpg.webp);
  background-size: 40px 40px;
  background-position: center bottom;
}

.single-news-page .on.pageTopimage:before {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

.single-news-page .box1080 {
  width: 100%;
  display: table;
  height: auto;
  margin: 0 auto;
  max-width: 1080px;
  padding-left: 120px;
  padding-right: 120px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single-news-page .pagePd.contentBox {
  position: relative;
  z-index: 10;
}

.single-news-page .pagePd .box1080, .single-news-page .pagePd .box1080Pd {
  padding-top: 120px;
  padding-bottom: 180px;
}

.single-news-page .red {
  color: #e60012;
}

.single-news-page .panelSwitch {
  clear: both;
  width: 100%;
  height: 1px;
  display: block;
  float: left;
  position: absolute;
  top: 1px;
}

.single-news-page .mainBox {
  height: auto;
  width: 80%;
  display: block;
  float: left;
  margin-left: 20%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.single-news-page .actionPn.mainBox {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  height: auto;
  padding-top: 500px;
}

.single-news-page .ls {
  letter-spacing: 0.05em;
}

.single-news-page .pageCloseBtn02 {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: fixed;
  top: 3%;
  right: 4%;
  cursor: pointer;
  z-index: 100;
}

.single-news-page .pageCloseBtn02.on {
  position: fixed;
  top: 0px;
}

.single-news-page .pageCloseBtn02 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 736px) {
  .single-news-page .non_mtop {
    margin-top: 0;
  }
}
.single-news-page .pageTopBox.tabPage {
  margin-top: 83px;
  margin-bottom: 60px;
}

.single-news-page .linkText {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 12px;
  text-align: left;
  line-height: 1.5em;
  margin-top: 10px;
}

.single-news-page .linkText a {
  color: #111;
}

.single-news-page .linkText a:hover {
  color: #e60012;
  text-decoration: underline;
}

.single-news-page .fontEx {
  font-family: Barlow Condensed, sans-serif;
  letter-spacing: 0.2em !important;
  font-weight: 400 !important;
}

.single-news-page .bigTitle {
  width: 100%;
  height: auto;
  display: inline-block;
  float: left;
  position: relative;
  font-size: 80px;
  line-height: 1em;
  text-align: center;
  font-family: Barlow Condensed, sans-serif;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-top: 40px;
}

.single-news-page .cancelTable {
  width: 100%;
  height: auto;
  display: inline-block;
  float: left;
  position: relative;
}

.single-news-page .cancelTable table {
  width: 100%;
  margin: 5px auto 0;
  border: 0px solid #111;
  border-right: 1px solid #111;
}

.single-news-page .cancelTable th {
  border: 1px solid #111;
  font-weight: 400;
  padding: 8px;
  font-size: 14px;
  line-height: 1.3em;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  letter-spacing: 0em;
  border-right-width: 0px;
}

.single-news-page .cancelTable td {
  border: 1px solid #111;
  padding: 8px;
  text-align: left;
  font-size: 14px;
  line-height: 1.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0em;
  vertical-align: middle;
  color: #333;
  border-top-width: 0px;
  border-right-width: 0px;
}

.single-news-page .cancelTable span {
  font-size: 12px;
}

.single-news-page .cancelTable td.topBd {
  border-top-width: 1px;
}

.single-news-page .catTitleLeft {
  float: left;
  height: auto;
  width: 100%;
  position: relative;
  text-align: left;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1em;
  font-family: Barlow Condensed, sans-serif;
  margin-bottom: 40px;
}

.single-news-page .linkHalfBox {
  height: auto;
  width: 48%;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 40px;
  border-left: #111 1px solid;
  margin-left: 2%;
}

.single-news-page .aligncenter {
  display: block;
  margin: 0 auto;
}

.single-news-page .fixed-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  width: 100px;
}

.single-news-page .fixed-btn img {
  width: 100%;
}

.single-news-page .fixed-child-btn {
  position: fixed;
  bottom: 160px;
  right: 40px;
  z-index: 10;
  width: 100px;
}

.single-news-page .fixed-child-btn img {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .single-news-page .fixed-btn {
    position: fixed;
    display: block;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    width: 75px;
    margin-left: calc(100vw - 100px);
  }
  .single-news-page .fixed-child-btn {
    position: fixed;
    display: block;
    bottom: 100px;
    right: 20px;
    z-index: 10;
    width: 75px;
    margin-left: calc(100vw - 100px);
  }
}
.single-news-page .main_content {
  max-width: 100%;
  padding: 0 100px;
  margin: 20px auto 36px;
}

@media screen and (max-width: 736px) {
  .single-news-page .main_content {
    max-width: 100%;
    padding: 0;
  }
}
.single-news-page .leisure_feature .title {
  text-align: center;
  color: #000;
  line-height: 48px;
  font-size: 40px;
  margin-bottom: 36px;
  font-weight: 400;
}

@media screen and (max-width: 736px) {
  .single-news-page .leisure_feature .title {
    line-height: 24px;
    font-size: 20px;
  }
  .single-news-page .fixed-btn {
    position: fixed;
    display: block;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    width: 75px;
    margin-left: calc(100vw - 100px);
  }
  .single-news-page .fixed-child-btn {
    position: fixed;
    display: block;
    bottom: 100px;
    right: 20px;
    z-index: 10;
    width: 75px;
    margin-left: calc(100vw - 100px);
  }
}
.single-news-page .brunch_title {
  padding: 30px 0 0;
}

.single-news-page .mb-only {
  display: none;
}

.single-news-page .halfBox.p40 {
  width: 40%;
}

.single-news-page .halfBox {
  width: 50%;
  height: auto;
  display: inline-block;
  float: left;
  position: relative;
}

.single-news-page .halfBox.p60 {
  width: 60%;
}

.single-news-page .antt {
  width: auto;
}

@media screen and (max-width: 736px) {
  .single-news-page .text12 {
    font-size: 11px;
    line-height: 1.5em;
  }
  .single-news-page .halfBox.p60 .text12 {
    text-align: right;
  }
  .single-news-page .halfBox.p40 {
    width: 100%;
  }
}
.single-news-page .temp_text_red {
  color: #e60012;
  margin-top: 0 !important;
}

.single-news-page .temp_text_red a {
  color: #e60012 !important;
}

.single-news-page .text16.bd.contact {
  position: absolute;
  bottom: 22%;
}

@media screen and (max-width: 736px) {
  .single-news-page .text16.bd.contact {
    position: static;
    margin-top: 10px;
  }
}
.single-news-page td.pb-30 {
  padding-bottom: 10px;
}

@media screen and (max-width: 736px) {
  .single-news-page .onPc {
    display: none !important;
  }
  .single-news-page .onSmt {
    display: block !important;
  }
  .single-news-page .spMbNon {
    margin-bottom: 0 !important;
  }
  .single-news-page .spMb05 {
    margin-bottom: 5px !important;
  }
  .single-news-page .spMb10 {
    margin-bottom: 10px !important;
  }
  .single-news-page .spMb20 {
    margin-bottom: 20px !important;
  }
  .single-news-page .spMb30 {
    margin-bottom: 30px !important;
  }
  .single-news-page .spMb40 {
    margin-bottom: 40px !important;
  }
  .single-news-page .spMb50 {
    margin-bottom: 50px !important;
  }
  .single-news-page .spMb60 {
    margin-bottom: 60px !important;
  }
  .single-news-page .spMtNon {
    margin-top: 0 !important;
  }
  .single-news-page .spMt10 {
    margin-top: 10px !important;
  }
  .single-news-page .spMt20 {
    margin-top: 20px !important;
  }
  .single-news-page .spMt30 {
    margin-top: 30px !important;
  }
  .single-news-page .sp50 img {
    width: 50%;
    height: auto;
  }
  .single-news-page .sp40 img {
    width: 40%;
    height: auto;
  }
  .single-news-page .sp100a img {
    width: 100%;
    height: auto;
  }
  .single-news-page .sp80a img {
    width: 80%;
    height: auto;
  }
  .single-news-page .sp60a img {
    width: 60%;
    height: auto;
  }
  .single-news-page .column_mainContent {
    left: 5%;
    width: 90%;
  }
  .single-news-page .mainPh02 {
    height: 42vh;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .single-news-page .catTitle {
    top: 5px;
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  .single-news-page .parsText {
    font-size: 16px;
    font-weight: 400;
    top: 50%;
    margin-top: -30px;
    line-height: 30px;
  }
  .single-news-page .pageHeader {
    height: 60px;
  }
  .single-news-page .mainBox {
    width: 100%;
    margin-left: 0%;
  }
  .single-news-page .actionPn.mainBox {
    padding-top: 0;
  }
  .single-news-page .pageTopBox {
    padding-left: 0;
    padding-right: 0;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .single-news-page .text30 {
    font-size: 20px;
    line-height: 1.5em;
  }
  .single-news-page .text24 {
    font-size: 18px;
    line-height: 1.5em;
  }
  .single-news-page .text14 {
    font-size: 12px;
    line-height: 1.5em;
  }
  .single-news-page .mainBox .box1600 {
    padding-bottom: 0;
  }
  .single-news-page .pagePd .box1080Pd, .single-news-page .pagePd .box800 {
    padding: 80px 20px 60px;
  }
  .single-news-page .cateTabTitle {
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
  .single-news-page .postBox {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: #d2d2d2 1px dotted;
  }
  .single-news-page .postPh {
    width: 30%;
    margin-bottom: 0;
  }
  .single-news-page .postInfo {
    height: auto;
    width: 70%;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
  }
  .single-news-page .postTitle {
    font-size: 13px;
    line-height: 1.5em;
  }
  .single-news-page .listPostTag {
    font-size: 9px;
    line-height: 11px;
    padding: 2px 5px;
    float: left;
  }
  .single-news-page .listCateTag {
    font-size: 9px;
    line-height: 11px;
    padding: 2px 5px;
  }
  .single-news-page .blogPostDay {
    font-size: 11px;
    line-height: 20px;
    margin-right: 20px;
  }
  .single-news-page .cateTag a {
    font-size: 10px;
    line-height: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .single-news-page .blogPostTag a {
    font-size: 10px;
    line-height: 18px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .single-news-page .blogPostTitle {
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .single-news-page .blogPostBox p {
    font-size: 11px;
  }
  .single-news-page .socialBox {
    margin-top: 0;
    margin-bottom: 0;
  }
  .single-news-page .btnFb a, .single-news-page .btnTw a, .single-news-page .btnGp a {
    font-size: 10px;
    line-height: 26px;
    padding-right: 5px;
    padding-left: 24px;
    background-size: 26px 26px;
    background-position: left center;
  }
  .single-news-page .prevBtn a, .single-news-page .nextBtn a {
    font-size: 12px;
    line-height: 36px;
    border: #111 1px solid;
  }
  .single-news-page .newsTitle {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0em;
    border-bottom: #fff 1px solid;
    margin-bottom: 8px;
    padding-bottom: 3px;
  }
  .single-news-page .parsPh.t02 img {
    width: 100%;
  }
  .single-news-page .blogPostBox h1 {
    font-size: 18px;
    padding: 5px 10px;
  }
  .single-news-page .blogPostBox h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .single-news-page .blogPostBox h3 {
    font-size: 16px;
    border-left: #e60012 4px solid;
    margin-bottom: 10px;
  }
  .single-news-page .blogPostBox h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .single-news-page .blogPostBox h5, .single-news-page .blogPostBox h6 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .single-news-page .blogPostBox img {
    margin-right: 0;
  }
  .single-news-page .blogPostBox .leftBox {
    width: 100%;
    padding-right: 0;
  }
  .single-news-page .blogPostBox .rightBox {
    width: 100%;
    padding-left: 0;
  }
  .single-news-page img.alignright, .single-news-page img.alignleft {
    padding: 0 0 10px;
    margin: 0 auto;
    display: block;
  }
  .single-news-page .alignright, .single-news-page .alignleft {
    float: none;
  }
  .single-news-page .text16 p {
    padding-left: 0.7em;
    text-indent: -0.7em;
  }
  .single-news-page .dashBox {
    width: 100%;
    margin-right: 0%;
    padding: 10px;
  }
  .single-news-page .snsBox {
    display: none;
  }
  .single-news-page .subTag {
    top: 27px;
  }
  .single-news-page .subTag span {
    font-size: 11px;
    line-height: 1em;
    padding: 3px 8px;
  }
  .single-news-page .mainBoxFix {
    width: 100%;
    margin-left: 0%;
  }
  .single-news-page .snsListSp {
    width: 90%;
    height: auto;
    display: inline-block;
    float: left;
    text-align: center;
    padding-top: 0;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
  }
  .single-news-page .snsIcon {
    width: 25%;
    height: auto;
    display: inline-block;
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .single-news-page .snsIcon img {
    width: 24px;
    height: auto;
  }
  .single-news-page .snsListSp p {
    color: #e60012;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5em;
    width: 100%;
  }
  .single-news-page .tp3Sec {
    top: 50%;
    left: 0;
    margin-top: -50px;
  }
  .single-news-page .tp3Box {
    width: 28.3333%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .single-news-page .tp3Box.lft {
    margin-left: 2.5%;
  }
  .single-news-page .tp3Box.rgt {
    margin-right: 2.5%;
  }
  .single-news-page .bottomMenu, .single-news-page .bottomMenu ul {
    width: 100%;
    float: left;
  }
  .single-news-page .bottomMenu li {
    width: 45%;
    margin-left: 0;
    margin-right: 5%;
  }
  .single-news-page .bottomMenu li a {
    width: 100%;
    text-align: left;
    line-height: 1em;
    font-size: 13px;
    border-bottom: #d2d2d2 1px solid;
    padding: 6px 0 6px 25px;
    letter-spacing: 0.05em;
    background-image: url(wp-content/themes/railkitchen2022/src/images/icon/sns_inst.png);
    background-size: 18px 18px;
    background-position: left 3px;
  }
  .single-news-page .ntBox {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: #fff 1px dotted;
  }
  .single-news-page .ntPh {
    width: 30%;
    margin-bottom: 0;
  }
  .single-news-page .ntInfo {
    height: auto;
    width: 70%;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
  }
  .single-news-page .ntTitle {
    font-size: 11px;
    line-height: 1.4em;
    margin-bottom: 5px;
  }
  .single-news-page .ntDay {
    margin-bottom: 2px;
    font-size: 10px;
    line-height: 1.1em;
  }
  .single-news-page .pageCloseBtn {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: fixed;
    top: 10px;
    right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
  }
  .single-news-page .pageCloseBtn.on {
    position: fixed;
    top: 10px;
  }
  .single-news-page .box1600Pd {
    padding: 80px 20px 60px;
  }
  .single-news-page .box800 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-news-page .pageCloseBtn02 {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: fixed;
    top: 10px;
    right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
  }
  .single-news-page .pageCloseBtn02.on {
    position: fixed;
    top: 10px;
  }
  .single-news-page .spFloatLeft {
    text-align: left;
  }
  .single-news-page .hellocalLink {
    height: auto;
    width: 100%;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .single-news-page .hellocalLink img {
    height: 24px;
    width: auto;
  }
  .single-news-page .flickBtn {
    width: 18px;
    height: 90px;
    bottom: -120px;
    right: -10px;
    display: block;
    text-align: center;
    position: absolute;
  }
  .single-news-page .flickBtn img {
    width: 100%;
    height: auto;
  }
  .single-news-page #catTab li {
    font-size: 11px;
    height: auto;
    line-height: 18px;
    width: 49%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .single-news-page .cbCnt {
    padding-top: 20px;
  }
  .single-news-page .snsFb {
    right: 60px;
    top: 15px;
  }
  .single-news-page .footHellocal {
    display: none;
  }
  .single-news-page .halfBox {
    width: 100%;
  }
  .single-news-page .text12 {
    font-size: 11px;
    line-height: 1.5em;
  }
  .single-news-page .catTitleLeft02 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .single-news-page .catTitleLeft03 {
    font-size: 14px;
  }
  .single-news-page .catTitleLeft04 {
    font-size: 18px;
    float: left;
    width: auto;
  }
  .single-news-page .pageTopBox.tabPage {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .single-news-page .pars4Ph {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 5px;
  }
  .single-news-page .halfBox.p40 {
    width: 100%;
  }
  .single-news-page .bigTitle {
    font-size: 38px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .single-news-page .blogPostBox {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .single-news-page .postListBottom {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .single-news-page .cancelTable th, .single-news-page .cancelTable td {
    padding: 3px;
    font-size: 12px;
    line-height: 1.3em;
  }
  .single-news-page .cancelTable span {
    font-size: 10px;
  }
  .single-news-page .bottomMenuSp {
    height: auto;
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 0.05em;
    float: left;
  }
  .single-news-page .bottomMenuSp a {
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }
  .single-news-page .bottomMenuSp img {
    width: 18px;
    height: auto;
    position: relative;
    top: 4px;
  }
  .single-news-page .linkHalfBox {
    width: 100%;
    padding-left: 0;
    border-left: #111 0px solid;
    margin-left: 0%;
  }
  .single-news-page .langBtn {
    display: none;
  }
  .single-news-page .langBtnSp {
    height: auto;
    width: auto;
    position: absolute;
    right: 60px;
    top: 0px;
    z-index: 1000;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: right;
    font-family: Barlow Condensed, sans-serif;
    display: inline-block;
    display: none;
  }
  .single-news-page .langBtnSp ul {
    width: auto;
    height: auto;
    display: block;
    float: left;
    position: relative;
  }
  .single-news-page .langBtnSp ul li {
    width: auto;
    height: auto;
    display: inline-block;
    float: right;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    padding: 5px;
    color: #fff;
    position: relative;
  }
  .single-news-page .langBtnSp ul li:first-child:before {
    content: "|";
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
  }
  .single-news-page .langBtnSp ul li a {
    color: #fff;
    text-decoration: none;
  }
  .single-news-page .langBtnSp ul li.current:after {
    content: "";
    width: 12px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    bottom: -3px;
    right: 0;
  }
  .single-news-page .langBtnSp a {
    color: #fff;
  }
  .single-news-page .langBtnSp a:hover {
    color: #e60012;
  }
  .single-news-page .text12.en {
    font-size: 10px;
  }
  .single-news-page .wp-caption {
    width: 100% !important;
  }
  .single-news-page .hidden-sm, .single-news-page .pc-only {
    display: none;
  }
  .single-news-page .mb-only {
    display: block;
  }
  .single-news-page .link-only {
    font-size: 12px;
  }
}
@media (max-width: 644px) {
  .single-news-page .button--full {
    height: 31px;
    margin: 15px auto 20px;
  }
}
.single-news-page .top-aboutItemHeading h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-aboutSubItemImgWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-cuisineList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-menuTabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-scheduleGuide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-menuTabItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-menuTxtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-menuTxtWrap .month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-menuDescWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-priceWrap:nth-of-type(1), .single-news-page .top-priceWrap:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-priceWrap dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-timetableList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-timetableItem .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-timetableItem .stationWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-timetableItem .departureTimeWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-timetableItem .stationTimeWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-calSliderWrap .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-reserveBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-newsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .direction-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .direction-headWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-modalMenu .recipe-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .top-modalMenu .food-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .travelplan-page .page-kanko .linkMap-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .travelplan-page .page-taxi .tourRootBox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .travelplan-page .page-taxi .tourRootBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .travelplan-page .page-taxi .cafeBox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .travelplan-page .page-taxi .areaSelectBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .travelplan-page .page-taxi .tourPh-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .travelplan-page .page-taxi dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .travelplan-page .page-tokuten .travel_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .travelPlan-bulletHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .travelPlan-detailsContentHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .travelPlan-pricing dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .travelPlan-infoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .travelPlan-infoListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .travel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .travel-externalLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.single-news-page .c-subHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.mc-main .event-title div {
    text-wrap: wrap;
    text-wrap-style: auto;
}

.plan_wrap .home_calendar {
    margin-bottom: 4em;
}

.home_calendar .mc-main .mc_rel_mcat15 header .event-title button {
    color: #FFFFFF !important;
    background: #4062c8 !important;
}