/* # =================================================================
	# フォント
	# ================================================================= */
/*@font-face {
	font-family: din;
	src: url("../font/din_m.woff") format("woff"),url('../font/din_m.ttf') format('truetype');
}
*/


/* # =================================================================
   # 共通要素
   # ================================================================= */
html {
  font-size: 62.5%;
}

body {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #231815;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transition: all 0.3s;
}

a {
  color: inherit;
  transition: all .3s;
  text-decoration: none;
}

button {
  transition: all .3s;
}

a:hover,
button:hover {
  opacity: 0.75;
}



h2,
h3,
h4 {
  line-height: 1.4;
  font-weight: bold;
}

h2 {
  font-size: 4rem;
}

p {
  line-height: 1.8;
}

header {
  display: none;
  z-index: 30;
}

.toggle {
  position: absolute;
  right: 0;
  padding: 20px 0;
  width: 44px;
  z-index: 31;
}

.toggle span {
  background: #CCC;
  height: 1px;
  position: absolute;
  transition: all 0.2s;
}

.toggle span:nth-child(1) {
  width: 16px;
  top: calc(50% - 8px);
  left: 10px;
}

.toggle span:nth-child(2) {
  width: 24px;
  top: 50%;
  left: 10px;
}

.toggle span:nth-child(3) {
  width: 16px;
  top: calc(50% + 8px);
  right: 10px;
}

.toggle.open span {
  background: #FFF;
}

.toggle.open span:nth-child(1) {
  width: 24px;
  top: calc(50% + 3px);
  transform: rotate(45deg);
}

.toggle.open span:nth-child(2) {
  opacity: 0;
}

.toggle.open span:nth-child(3) {
  width: 24px;
  top: calc(50% + 3px);
  transform: rotate(135deg);
}

.drawer {
  color: #FFF;
  display: none;
  background-color: #000;
  text-align: center;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
}

.drawer .inner {
  padding: 50px 23vw;
}

.drawerLogo {
  max-width: 15vw;
}

.drawer ul {
  padding: 25px 0 10px;
}

.drawer li {
  font-size: 1.4rem;
  letter-spacing: 4px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.drawer li span {
  font-size: 1.2rem;
}

.drawerBtn.first {
  margin-bottom: 15px;
}

.Msg {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
}

.footerMsg {
  color: #FFF;
  position: relative;
  text-align: center;
  background: url("../img/footer-msg-bg.jpg") no-repeat center top /cover;
  padding: 70px 0;
}

.footerMsg .container {
  max-width: 910px;
  padding: 0;
}

.footerMsg .txt {
  width: 100%;
  font-size: 2.6rem;
  letter-spacing: 0.15em;
  line-height: 2.2;
  margin-bottom: 1em;
}

.footerMsg .txt span {
  font-size: 0.78em;
  letter-spacing: 0.4em;
}

.btnRecruit {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #FFF;
  font-size: 2.2rem;
  line-height: 1;
  padding: 10px 70px;
  margin: 30px auto;
  transition: all 0.2s;
}

.btnRecruit:hover {
  opacity: 0.75;
}

.btnRecruit span {
  font-size: 0.7em;
}

.txtLeft {
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 1em;
}

footer {
  text-align: center;
  color: #FFF;
  background: url("../img/footer-bg.png") no-repeat 4% center / contain;
  background-color: #000;
  padding: 60px 0 10px;
  border-top: 1px solid #FFF;
}

footer ul {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
}

footer li {
  width: 175px;
  line-height: 1.2;
}

footer li:not(:last-child) {
  border-right: 1px solid #FFF;
}

footer li span {
  font-size: 1.2rem;
}

.copyright {}


.dNone {
  display: none;
}

.relative {
  position: relative;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.sub-container {
  width: 100%;
  max-width: 1130px;
  margin: 60px auto;
}

.info-sub-container {
  width: 100%;
  max-width: 1130px;
  margin: 20px 160px 100px;
}

.spInline,
.sp,
.md {
  display: none;
}

.scPa {
  padding-top: 120px;
  padding-bottom: 120px;
}

.map-scPa {
  padding-top: 120px;
  padding-bottom: 0px;
}

.scPt {
  padding-top: 120px;
}

.scPb {
  padding-bottom: 120px;
}

.scMa {
  margin-top: 120px;
  margin-bottom: 120px;
}

.scMb {
  margin-bottom: 120px;
}

.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}


::placeholder {
  color: #CCC;
}




/* # =================================================================
   # 変数
   # ================================================================= */
:root {
  --shadow: 0 25px 30px rgba(0, 0, 0, 0.15);
}

/* # =================================================================
   # 見出し・文字
   # ================================================================= */
.txtCenter {
  text-align: center;
}

.txtCenterRsrv {
  text-align: center;
  font-size: 1.6rem;
}

.underline {
  text-decoration: underline;
}

/* # =================================================================
   # ボタン
   # ================================================================= */





/* # =================================================================
   # ページコンテンツ
   # ================================================================= */
.mv {
  position: relative;
  overflow: hidden;
  height: 100vh;

  z-index: 1;
}

.mv::before,
.mv::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 90vw;
  z-index: 2;
}

.maskL {
  top: 0;
  left: 0;
  /*background: linear-gradient(90deg, rgba(0,0,0,1) 100vw, transparent 100%);*/
  /*background: url("../img/mask-l.png") no-repeat left top / contain;*/
  /*animation: introBg 1.7s ease-in 3.5s forwards;*/
  animation: introBgL 3s cubic-bezier(.6, .04, .14, .98) 1.6s forwards;
}

.maskR {
  right: 0;
  bottom: 0;
  /*background: linear-gradient(90deg, rgba(0,0,0,1) 100vw, transparent 100%);*/
  /*background: url("../img/mask-r.png") no-repeat right bottom/ contain;*/
  /*animation: introBg 1.7s ease-in 3.5s forwards;*/
  animation: introBgR 3s cubic-bezier(.6, .04, .14, .98) 1.6s forwards;
}

.maskL,
.maskR,
.maskBl,
.maskTr {
  position: absolute;
  width: 90vw;
  z-index: 2;
}

.maskBl {
  bottom: 0;
  left: 0;
  /*background: url("../img/mask-bl.png") no-repeat left bottom / contain;*/
  animation: introBgBl 2.8s cubic-bezier(.8, .01, .14, .98) 1.5s forwards;
}

.maskTr {
  top: 0;
  right: 0;
  width: 80vw;
  /*background: url("../img/mask-tr.png") no-repeat right top / contain;*/
  animation: introBgTr 2.8s cubic-bezier(.8, .01, .14, .98) 1.5s forwards;
}

/*@keyframes introBg {
	0% { left: 0; }
	100% { left: -200%; opacity: 0; display: none; }
}*/
@keyframes introBgL {
  0% {
    left: 0;
  }

  30% {
    opacity: 1;
    transform: scale(1) rotate(10deg);
  }

  100% {
    left: -45%;
    top: -20%;
    opacity: 0;
    width: 40vw;
    transform: scale(1, 0.4) rotate(-30deg);
    display: none;
  }
}

@keyframes introBgBl {
  0% {
    left: 0;
    transform: scale(5, 2);
  }

  30% {
    opacity: 1;
  }

  100% {
    left: -35%;
    bottom: -40%;
    opacity: 0;
    width: 50vw;
    transform: scale(1, 0.8) rotate(30deg);
    display: none;
  }
}

@keyframes introBgR {
  0% {
    right: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    right: -30%;
    bottom: -30%;
    opacity: 0;
    width: 30vw;
    transform: scale(1, 0.8) rotate(35deg);
    display: none;
  }
}

@keyframes introBgTr {
  0% {
    right: 0;
    transform: scale(1.5) rotate(20deg);
  }

  20% {
    opacity: 1;
  }

  100% {
    right: -25%;
    top: -30%;
    opacity: 0;
    width: 30vw;
    transform: scale(1) rotate(-30deg);
    display: none;
    display: none;
  }
}

.blackout {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  animation: blackout 2s ease-in 2s forwards;
  z-index: 3;
}

@keyframes blackout {
  0% {
    opacity: 1;
    display: none;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

#mvSl {
  animation: mvSlMotion 2s cubic-bezier(.15, .86, .48, 1) 2.5s forwards;
}

@keyframes mvSlMotion {
  0% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

.mvSideLogo {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-40%);
  filter: brightness(15);
  animation: mvSideFade 1.8s cubic-bezier(.15, .86, .48, 1) 4.5s forwards;
}

@keyframes mvSideFade {
  0% {
    opacity: 0;
    transform: translateY(-40%);
  }

  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}

.mv .intro {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  animation: introFade 0.8s ease-out 3.5s forwards;
  z-index: 6;
}

@keyframes introFade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

.intro .logo {
  position: relative;
  top: 100px;
  animation: logoAni 1.1s cubic-bezier(.19, .88, .51, .99) 1s forwards;
}

@keyframes logoAni {
  0% {
    top: 100px;
  }

  100% {
    top: 0;
  }
}

.intro .logo img {
  vertical-align: top;
  opacity: 0;
  animation: logoImg 0.8s ease-out 0.2s forwards;
}

.intro .logo::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 120%;
  height: 160px;
  background: url("../img/logo-mask.png") no-repeat center bottom / contain;
  animation: logoMask 1.8s cubic-bezier(.35, .77, .69, 1.02) 0.2s forwards;
  will-change: bottom, opacity, transform;
  z-index: 5;
}

@keyframes logoImg {
  0% {
    opacity: 0;
    transform: scale(0.95, 0.95) translate(0, 10px);
  }

  100% {
    opacity: 1;
    transform: scale(1, 1) skew(0deg, 0deg) translate(0, 0);
  }
}

@keyframes logoMask {
  0% {
    opacity: 1;
    transform: scale(1, 1);
    bottom: 0;
  }

  100% {
    opacity: 0;
    transform: scale(1.5, 1.5);
    bottom: -120px;
  }
}

.intro .name {
  opacity: 0;
  animation: nameAni 1s ease-out 1.8s forwards;
}

@keyframes nameAni {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.logo .fLogoWh,
.name .introNameWh {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.wrap {
  position: relative;
}

.wrap::after {
  content: "";
  width: 973px;
  height: 1027px;
  background: url("../img/mon.png") no-repeat right center / contain;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}

#sideNav {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding: 20px;
  z-index: 5;
}

#sideNav.fix {
  position: fixed;
  left: 0;
  top: 0;
}

.sideNavLogo {
  max-width: 6.3vw;
}

#sideNav ul {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 40px auto 30px;
}

#sideNav li {
  margin-bottom: 18px;
}

#sideNav li span {
  font-size: 0.8em;
  letter-spacing: 0.07em;
}

.navReserv {
  display: inline-block;
  max-width: 7vw;
}

.jpRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

section:not(#scKuukan) .jpRow .txt {
  writing-mode: vertical-rl;
}

.txtCombine {
  text-combine-upright: all;
}

.jpHead {
  font-size: 4rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  margin: 0 0 0 30px;
}

.jpHead img {
  margin: 0.1em 0;
}

.jpHead img,
.enHead img {
  vertical-align: baseline;
}

.jpHead .small,
.enHead .small {
  color: #9B9C9C;
  font-size: 2.6rem;
}


.enHead .small {
  margin-left: 0.8em;
}

.enRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.enHead {
  font-size: 4rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: baseline;
  margin: 0px 0 30px 0;
}

.enHead img {
  margin: 0 0.1em;
}

#scOmotenashi .jpRow .txt {
  padding-right: 20px;
}

#scOmotenashi .enRow .txt {
  width: 700px;
}

.txt p:last-child {
  margin: 0;
}

#scKodawari .enRow,
#scMochikaeri .enRow,
#scAccess .row {
  width: calc(50% + 565px);
  margin-left: auto;
}

#scKodawari .jpRow .txt {
  max-height: 460px;
}

#scKodawari .enRow .txt {
  width: 660px;
}

#scMapsCar .txt {
  width: 550px;
}

.jpRow .img,
.enRow .img {
  position: relative;
  overflow: hidden;
}

.mono {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
  height: 220%;
  transform: skewY(25deg);
}

.mono img {
  transform: skewY(-25deg);
}

/*.jpRow .img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	-webkit-mask-image: linear-gradient(rgba(0,0,0,1) 15%, rgba(0,0,0,0.3) 80%);
	mask-image: linear-gradient(rgba(0,0,0,1) 15%, rgba(0,0,0,0.3) 80%);
	
}*/
.motion.act .mono {
  animation: monoColor 0.7s ease-in forwards;
}

/*#scKodawari .motion.act .mono {
	animation: monoColor2 1s ease-in forwards;
}*/
@keyframes monoColor {
  0% {
    height: 220%;
    opacity: 1;
  }

  100% {
    height: 0;
    opacity: 0.2;
  }
}

#scKodawari .enRow .mono {
  top: -43%;
}

#scKodawari .enRow .mono img {
  transform: skewY(-25deg) translateY(43%);
}

#scKuukan .jpRow {
  width: calc(50% + 565px);
  margin-left: auto;
  justify-content: flex-start;
}

#scKuukan .jpRow .txt {
  width: 200px;
}

#scKuukan .enHead {
  flex-direction: column;
}

#scKuukan .enHead .small {
  margin-left: 0;
}


.jpRow .subSl {}

.jpRow .subSl .slick-track {}

.jpRow .subSl .slItem {
  display: flex;
  justify-content: flex-end;
  width: 220px;
}

.jpRow .subSl h2 {
  writing-mode: vertical-rl;
  order: 1;
}

.jpRow .subSl h2 span {
  margin-top: 0.5em;
}

.jpRow .subSl p {
  writing-mode: vertical-rl;
}

#scKuukan .jpRow .img {
  width: calc(92% - 200px);
  padding-left: 8.5%;
}

#kuukanSl {

  max-width: 60vw;
}

#kuukanSl .slick-dots {
  display: flex;
  justify-content: space-between;
  bottom: -20px;
}

#kuukanSl .slick-dots li {
  width: 24.3%;
  height: 6px;
  margin: 0;
}

#kuukanSl .slick-dots li button:before {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #BFC0C0;
  opacity: 1;
}

#kuukanSl .slick-dots li.slick-active button:before {
  background-color: #78787A;
}

#scMochikaeri .container {
  max-width: 1300px;
}

#scMochikaeri .jpRow .txt {
  max-height: 460px;
}

#scMochikaeri .jpRow .mono {
  top: -150px;
}

#scMochikaeri .jpRow .mono img {
  transform: skewY(-25deg) translateY(150px);
}

#scMochikaeri .enRow .mono {
  top: -120px;
}

#scMochikaeri .enRow .mono img {
  transform: skewY(-25deg) translateY(120px);
}

#scMochikaeri .enRow .txt {
  width: 70%;
  max-width: 910px;
}

#scMochikaeri .enRow .txt p:not(:first-of-type) {
  width: 90%;
}

.btnTakeAway {
  width: 90%;
  margin-top: 50px;
}

.btnTakeAway a {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #8A8A8A;
  width: 280px;
  padding: 15px;
  margin: 0 0 0 auto;
}

.btnTakeAway a span {
  font-size: 1.4rem;
}

#scReserv h2 {
  writing-mode: vertical-rl;
  font-size: 5rem;
  line-height: 1.2;
  margin: 0 auto 50px;
  transform: translateX(0.5em);
}

#scReserv h2 span {
  font-size: 0.5em;
}

.reservBtnGroup {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.reservBtnGroup .reservBtn {
  display: block;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.1;
  color: #FFF;
  background-color: #8A8A8A;
  width: 330px;
  padding: 13px;
  margin: 0 35px;

  &:hover {
    cursor: pointer;
  }
}

.reservBtnGroup .reservBtn span {
  font-size: 1.4rem;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  width: 900px;
  padding: 30px 50px;
  z-index: 10;
}

.modal h2 {
  color: #BE0022;
  text-align: center;
  font-size: 1.7em;
  margin-bottom: 0.8em;
}

.scrollY {
  overflow-y: scroll;
  height: 270px;
  border: 1px solid #CCC;
  padding: 20px;
}

.modal p {
  margin-bottom: 1em;
}

#scKodawari .reservBtn {
  font-weight: bold;
}

#modal03,
#modal04 {
  padding: 0;
  width: 80%;
  max-width: 1280px;
  max-height: 90vh;
  overflow-y: scroll;
}

#modal03 {
  background-color: #FFF;
}

#modal04 {
  color: #FFF;
  background-color: #000;
}

#modal03 h2,
#modal04 h2 {
  position: absolute;
  color: #FFF;
  text-align: left;
  font-size: 5rem;
  writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.07em;
  top: 150px;
  left: 50%;
  transform: translateX(-40%);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

#modal03 h2 span,
#modal04 h2 span {
  font-size: 0.5em;
  letter-spacing: 0;
}

#modal03 .modalCntnt,
#modal04 .modalCntnt {
  position: relative;
  padding: 0 100px 50px;
  margin-top: -80px;
  background: url("../img/mon.png") no-repeat right bottom -80px / 37%;
  z-index: 1;
}

#modal04 .modalCntnt {
  background-image: url("../img/mon-wh.png");
}

.menuRow {
  display: flex;
  justify-content: space-between;
}

.menuRow.menuRowCenter {
  justify-content: center;
}

.menuRow>div {
  width: 45%;
  margin-bottom: 50px;
}

.modal .enFlex {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-x: hidden;
  margin-bottom: 0.5em;
}

.enFlex .txtEn {
  position: relative;
  width: calc(100% - 4em);
  overflow: hidden;
  white-space: nowrap;
}

.enFlex .txtEn::after {
  content: "・・・・・・・・・・・・・・";

  padding-left: 0.75em;
  z-index: -1;
}

#modal03 .txtEn+div {}

#modal04 .txtEn+div {}

#modal03 h3,
#modal04 h3 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}

#modal03 .modalClose,
#modal04 .modalClose {
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.3;
  border: 1px solid #000;
  padding: 8px;
  width: 270px;
}

#modal04 .modalClose {
  border-color: #FFF;
}

#modal03 ul,
#modal04 ul {
  font-size: 1.8rem;
}

#modal03 .modalClose span,
#modal04 .modalClose span {
  font-size: 0.9em;
}

.red {
  color: #BE0022;
}

.modalBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.linkMap {
  display: inline-block;
  padding: 5px 30px;
  letter-spacing: 0.1em;
  font-size: 2.2rem;
  border: 1px solid #000;
}

#scAccess h2 {
  margin-bottom: 50px;
}

#scAccess h3 {
  font-size: 4rem;
  margin-bottom: 30px;
}

#scAccess .row {
  display: flex;
  align-items: center;
}

#scAccess .row .txt {
  width: 540px;
  padding-right: 50px;
}

#scAccess .row .img {
  order: 2;
}

#scAccess .row .mapsimg {
  order: 2;
}

iframe {
  width: 588px;
  height: 376px;
}

.borderBottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

.borderBottom .telNum {
  font-size: 2.2rem;
}

.borderBottom.last {
  margin-bottom: 30px;
}

#scAccess .row .img {
  max-width: calc(100% - 550px);
}

.fade {
  opacity: 0;
}

.fade.act {
  animation: fadeTxt 0.8s cubic-bezier(.13, .51, .5, .94) forwards;
}

@keyframes fadeTxt {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

/* scTempNews ファーストビュー下 臨時ニュース */
#scTempNews {
  text-align: center;
}

#scTempNews .tempNewsHead {}

#scTempNews .tempNewsTxt {
  font-size: 1.4rem;
  line-height: 1.4;
}

#scTempNews .tempNewsJp {
  margin-bottom: 80px;
}

#scTempNews .tempNewsJp .tempNewsHead {
  font-size: 3rem;
  margin-bottom: 40px;
}

#scTempNews .tempNewsJp .tempNewsTxt {}

#scTempNews .tempNewsEn .tempNewsHead {
  font-size: 2.6rem;
  margin-bottom: 20px;
}

#scTempNews .tempNewsEn .tempNewsTxt {}

.title-wrapper {
  display: inline-block; 
  position: relative;
  line-height: 0.8;
}

.title {
  font-size: 4.0rem; 
}

.title-wrapper::after {
  content: "";
  display: block;
  width: 100%; 
  height: 1px; 
  background-color: #707070; 
  margin-top: 10px; 
  position: absolute;
  left: 0;
  bottom: -20px; 
}


h3 {
  font-size: 2.4rem;
  position: relative; 
  display: inline-block; 
}

.street-sub-container {
  width: 100%;
  max-width: 1130px;
  margin: 0px auto;
  text-align: right;
}

.street-view-link {
  color: blue;
  display: inline-block; 
  text-decoration: none; 
  margin-bottom: 40px;
  font-size: 1.6rem;

  &:hover {
    cursor: pointer;
    border-bottom: 1px solid blue; 
  }
}

.street-view-footlink {
  color: blue;
  display: inline-block; 
  text-decoration: none; 
  margin-left: 30px;
  font-size: 1.6rem;

  &:hover {
    cursor: pointer;
    border-bottom: 1px solid blue; 
  }
}

.Carcontainer {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 80px auto;
}

.parking-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px;
  max-width: 1140px;
  margin: 60px auto;
}

.parking-item {
  display: flex;
  flex-direction: column; 
  align-items: center;
  text-align: left;
}

.parking-item img {
  width: 100%;
  max-width: 350px; 
}

.parking-text {
  display: flex;
  align-items: flex-start; 
  margin-top: 10px;
  width: 350px; 
}

.step-number {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: flex-start; 
  line-height: 40px;
}

.text-content {
  font-size: 1.6rem;
  flex: 1; 
}

.parking-subcontainer {
  display: flex;
  flex-direction: column;
  gap: 40px; 
  max-width: 1140px;
  margin: 0 auto 40px;
}

.parking-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  /* width: 100%; */
}

.step-text {
  display: flex;
  align-items: center; 
  padding: 15px 10px;
  width: 100%;
}

.text-content {
  flex: 1; 
}

.text-subcontent {
  flex: 1; 
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.parking-step img {
  width: 100%;
  max-width: 1140px;
  margin-top: 10px;
}

.text {
  flex: 1; 
  font-size: 1.6rem;
  margin-top: 20px;
  padding-right: 100px;
}

.c-image {
  text-align: left; 

  img {
    width: 600px; 
    height: 400px; 
  }
}

.head-txt {
  font-size: 3.2rem;
  margin: 67px auto 0px;
  text-align: center;
  font-weight: bold;
}

.head-subtxt {
  font-size: 2.4rem;
  margin: 5px auto 0px;
  text-align: center;
  font-weight: bold;
}

.menara-txt {
  font-size: 4.0rem;
  margin: 12px auto 0px;
  text-align: center;
  font-weight: bold;
}

.rsrv-container {
  display: flex; 
  justify-content: center; 
  align-items: center; 
  height: 100%;
  margin-top: 50px;
}

.rsrv-txt {
  font-size: 5.0rem;
  writing-mode: vertical-rl; 
  text-orientation: upright; 
  line-height: 1.5; 
}

.rsrv-entxt {
  font-size: 2.4rem;
  writing-mode: vertical-rl; 
  line-height: 1.5;
}

.rsrv-subtxt {
  text-align: center;
  font-size: 1.4rem;
}



@media screen and (max-width: 768px) {
  #scTempNews {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  #scTempNews .tempNewsJp {
    margin-bottom: 60px;
  }

  #scTempNews .tempNewsTxt {
    font-size: 1.2rem;
  }

  #scTempNews .tempNewsJp .tempNewsHead {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  #scTempNews .tempNewsEn .tempNewsHead {
    font-size: 2rem;
    margin-bottom: 20px;

  }

  .reservBtnGroup .reservBtn {
    display: block;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.1;
    color: #FFF;
    background-color: #8A8A8A;
    width: 330px;
    padding: 13px;
    margin: 0 35px;
  }
  
  .reservBtnGroup .reservBtn span {
    font-size: 1.4rem;
  }
}

/* # =================================================================
   # レスポンシブ要素
   # ================================================================= */
@media screen and (max-width: 1920px) {}

@media screen and (min-width: 1025px) {

  #modal03::-webkit-scrollbar,
  #modal04::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    width: 10px;
  }

  #modal03::-webkit-scrollbar-thumb,
  #modal04::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
  }

  #modal03::-webkit-scrollbar-track-piece:start,
  #modal04::-webkit-scrollbar-track-piece:start {
    background: #DDD;
  }

  #modal03::-webkit-scrollbar-track-piece:end,
  #modal04::-webkit-scrollbar-track-piece:end {
    background: #DDD;
  }


}

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

  .MapsCar {
    overflow: hidden;
  }

  .container {
    max-width: 100%;
    padding-left: 160px;
    padding-right: 160px;
  }

  #scKodawari .enRow,
  #scMochikaeri .enRow,
  #scAccess .row,
  #scKuukan .jpRow {
    width: calc(100% - 160px);
  }
}

@media screen and (max-width: 1400px) {
  #scOmotenashi .enRow .img {
    width: 30%;
  }

  #scOmotenashi .enRow .txt {
    width: 67%;
  }

  

}

/* Extra Large（PC） */
@media screen and (max-width: 1200px) {
  #scKodawari .enRow, #scMochikaeri .enRow, #scAccess .row, #scKuukan .jpRow {
    width: calc(100% - 120px);
  }
  .container {
    max-width: 100%;
    padding-left: 120px;
    padding-right: 120px;
  }

  .MapsCar {
    overflow: hidden;
  }

  .sub-container {
    width: 100%;
    max-width: 1130px;
    margin: 60px 120px;
  }

  .info-sub-container {
    width: 80%;
    max-width: 1130px;
    margin: 20px 120px 100px;
  }

  .Carcontainer {
    display: block;
  }

  .text {
    padding-right: 0px;
  }

  .c-image {
    text-align: center;
    margin-top: 20px;

    img {
        width: 600px;
        height: 400px;
    }
  }

  .parking-container {
    margin: 60px 120px;
  }

  .street-view-link {
    margin-right: 120px;
  } 

  .step-text {
    padding: 0px 120px;
  }

  .parking-step img {
    max-width: 76%;
    padding: 0px;
  }
}

/* Large（タブレットL・PC） */
@media screen and (max-width: 1024px) {

  .MapsCar {
    overflow: hidden;
  }

  h2 {
    font-size: 2rem;
  }

  .mv {
    height: 58.2vw;
  }

  .mvSideLogo {
    width: 10vw;
    top: 39%;
  }

  .jpHead,
  .enHead {
    font-size: 1.6rem;
  }

  .jpHead .small,
  .enHead .small {
    font-size: 1rem;
  }

  .jpRow .subSl p {
    height: 400px;
  }

  #modal03 .modalCntnt,
  #modal04 .modalCntnt {
    padding: 0 5vw 50px;
  }

  #modal03 h2,
  #modal04 h2 {
    font-size: 2.5rem;
    top: 70px;
  }

  #modal03 h3,
  #modal04 h3 {
    font-size: 1.6rem;
  }

  .modal .enFlex {
    font-size: 1.2rem;
  }

  #modal03 ul,
  #modal04 ul {
    font-size: 1rem;
  }

  #modal03 .modalClose,
  #modal04 .modalClose {
    font-size: 1.2rem;
    width: 140px;
  }

  #scKodawari .enRow, #scMochikaeri .enRow, #scAccess .row, #scKuukan .jpRow {
    width: calc(100% - 115px);
}

  #scAccess h2 {
    margin-bottom: 10px;
  }

  #scAccess h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  #scAccess .row .txt {
    width: 470px;
    padding-right: 10px;
  }

  #scAccess .row .mapsimg {
    max-width: 80%;
  }

  .linkMap {
    font-size: 1.4rem;
  }

  .footerMsg {
    padding: 40px 0;
  }

  .footerMsg .container {
    max-width: 85%;
  }

  .footerMsg .txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .btnRecruit {
    font-size: 1.1rem;
    margin: 20px auto;
  }

  .txtLeft {
    font-size: 1rem;
  }

  .copyright {
    font-size: 1rem;
  }

  .container {
    padding: 0px 120px;
  }

  .Carcontainer {
    display: flex;
    flex-direction: column;
    align-items: normal;
    max-width: 100%;
    margin: 20px auto;
  }

  .text {
    padding-right: 0;
  }

  .c-image {
    text-align: center;
    margin-top: 20px;
  }

  .sub-container {
    margin: 60px 120px;
  }

  .info-sub-container {
    max-width: 80%;
    margin: 60px 120px;
  }

  .parking-container {
    margin: 60px 120px;
    /* grid-template-columns: auto; */
}

  .parking-step {
    margin: 0 120px;
  }

  .street-view-link {
    color: blue;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 40px;
    margin-right: 100px;
    font-size: 1.6rem;
}

}

/* Medium（タブレット） */
@media screen and (max-width: 768px) {
  header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .wrap::after {
    background-size: 70%;
  }

  #sideNav {
    display: none;
  }

  .mvSideLogo {
    top: 21%;
  }

  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md {
    display: block;
  }

  #scKodawari .enRow,
  #scMochikaeri .enRow,
  #scAccess .row,
  #scKuukan .jpRow {
    display: flex;
    flex-direction: column;
    width: calc(100% - 60px);
  }

  #scAccess .row .img {
    max-width: calc(100% - 250px);
  }

  #scAccess .row .mapsimg {
    order: 2;
  }
  
  iframe {
    max-width: 80%;
    height: 300px;
  }

  .modal {
    width: 85%;
    padding: 25px 20px;
  }

  .modal .reservBtnGroup .reservBtn {
    width: 80%;
  }

  #modal03 .modalCntnt,
  #modal04 .modalCntnt {
    margin-top: -50px;
  }

  .MapsCar {
    overflow: hidden;
  }

  .sub-container, .parking-container {
    margin: 60px;
  }

  .step-number {
    width: 26px;
  }

  .Carcontainer {
    flex-direction: column-reverse;
  }

  .head-txt {
    font-size: 28px;
  }

  .menara-txt {
    font-size: 30px;
  }

  .street-view-link {
    margin-right: 50px;
  }

  .parking-step {
    margin: 0px;
  }

  .parking-step img {
    padding: 0px 70px;
  }
}

/* モバイル */
@media screen and (max-width: 600px) {
  body {
    font-size: 1rem;
  }

  .spNone {
    display: none;
  }

  .spInline {
    display: inline;
  }

  .sp {
    display: block;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scPa {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .scPt {
    padding-top: 40px;
  }

  .scPb {
    padding-bottom: 40px;
  }

  .scMa {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .scMb {
    margin-bottom: 40px;
  }

  .mv {
    height: 100vh;
  }

  .mv .intro {
    animation: none;
  }

  .intro .logo img {
    animation: logoImgSp 4.8s ease-out 0.2s forwards;
  }

  .intro .fLogo,
  .intro .introName {
    animation: whiteFlt 2s ease-out 3s forwards;
  }

  .name .introNameWh {
    opacity: 1;
  }

  .intro .logo .fLogoWh {
    animation: whiteLogo 2s ease-out 2.8s forwards;
  }

  .wrap::after {
    background-size: 55vw;
    background-position: right center;
  }

  .mvSideLogo {
    display: none;
  }

  #scOmotenashi {
    color: #FFF;
    background: url("../img/omotenashi-bg.jpg") no-repeat center top / cover;
  }

  .jpRow {
    margin-bottom: 10px;
  }

  #scOmotenashi .jpRow {
    justify-content: flex-end;
    margin-bottom: 50px;
  }

  #scOmotenashi .jpRow .img {
    display: none;
  }

  #scOmotenashi .enRow .txt {
    width: 100%;
  }

  #scOmotenashi .enRow .img {
    display: none;
  }

  #scOmotenashi .dFlex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  #scOmotenashi .dFlex p {
    width: 58%;
  }

  #scOmotenashi .dFlex .spImg {
    width: 40%;
    padding-bottom: 10px;
  }

  #scOmotenashi .jpHead img,
  #scOmotenashi .enHead img {
    width: 18px;
  }

  #scKodawari {
    overflow: hidden;
  }

  #scKodawari .jpRow .txt {
    max-height: 26em;
    position: relative;
  }

  #scKodawari .jpRow .img {
    order: 2;
    margin: calc(280px - 50vw) -50px 0 -40px;
  }

  #scAccess .row .mapsimg {
    order: 2;
  }
  
  iframe {
    max-width: 80%;
    height: 300px;
    margin-left: 40px;
    margin-bottom: 20px;
  }

  #scKodawari .enRow,
  #scMochikaeri .enRow {
    width: 100%;
    padding: 0 20px;
  }

  #scKodawari .enRow .dFlex {
    display: flex;
  }

  #scKodawari .enRow .dFlex p {
    width: 50%;
  }

  #scKodawari .enRow .spImg {
    width: calc(50% + 50px);
    margin: 20px -20px 0 -30px;
  }

  #modal03 h2,
  #modal04 h2 {
    top: 40px;
  }

  #modal03 .modalCntnt,
  #modal04 .modalCntnt {
    padding: 0 5vw 30px;
    background-position: right -15% bottom 50%;
    background-size: 75%;
  }

  #modal03 h3,
  #modal04 h3 {
    margin-right: 0.3em;
  }

  .enFlex .txtEn {
    display: flex;
  }

  .enFlex .txtEn::after {
    content: "・・・・・・・・・・・・・・・・・・";
  }

  #modal04 .enFlex {
    font-size: 1rem;
  }

  .menuRow {
    display: block;
  }

  .menuRow>div {
    width: 100%;
    margin-bottom: 30px;
  }

  #scKuukan .jpRow {
    width: 100%;
    padding: 0 20px 0 0;
  }

  #scKuukan .jpRow .img {
    width: calc(100% - 90px);
    padding: 0 10px 0 0;
  }

  #kuukanSl {
    width: 100%;
    max-width: 100%;
  }

  #scKuukan .jpRow .txt {
    width: 60px;
    order: 2;
    padding: 0 0 0 5px;
  }

  #scKuukan .jpHead {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #scKuukan .jpHead .small {
    margin-top: 0;
    margin-right: 5px;
  }

  .jpRow .subSl h2 {
    margin-left: 8px;
  }

  .jpRow .subSl p {
    height: 210px;
  }

  .kuukan2 p {
    line-height: 1.6;
  }

  .jpHead {
    margin: 0 0 0 15px;
  }

  .enHead {
    margin: 0 0 15px 0;
  }

  #kuukanSl .slick-dots li {
    height: 2px;
  }

  #kuukanSl .slick-dots {
    bottom: 0;
    padding: 5px
  }

  #kuukanSl .slick-dots li {
    width: 24%;
  }

  #scMochikaeri .jpRow {
    justify-content: flex-end;
    height: 23em;
    margin-bottom: 0;
  }

  #scMochikaeri .sp {
    margin: 0 0 -90px;
  }

  #scMochikaeri .enRow .txt {
    width: 100%;
  }

  #scReserv .sp {
    width: 35vw;
    margin: 0 auto 20px;
  }

  #scReserv p {
    font-size: 1.6rem;
  }

  #scReserv .txtEn {
    font-size: 1.3rem;
  }

  .btnTakeAway {
    width: 100%;
  }

  .reservBtnGroup {
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .btnTakeAway a {
    font-size: 1.8rem;
    margin: 0 auto;
  }

  .reservBtnGroup .reservBtn {
    font-size: 1.8rem;
    width: 280px;
    margin: 0 auto 20px;
  }

  #scAccess {
    background-color: #000;
    color: #FFF;
  }

  #scAccess .row {
    width: 100%;
    display: block;
  }

  #scAccess .row .img {
    max-width: 100%;
    margin-bottom: 15px;
  }

  #scAccess .row .txt {
    width: 100%;
    padding: 0 40px;
  }

  .borderBottom,
  .linkMap {
    border-color: #FFF;
  }

  .borderBottom .spInline {
    font-size: 1.5rem;
    margin-right: 20px;
  }

  .borderBottom .telNum {
    font-size: 1.1rem;
  }

  .scrollY {
    padding: 10px;
  }

  .footerMsg {
    background-image: url("../img/footer-msg-bg-sp.jpg");
  }

  footer {
    background-image: none;
    padding: 0 0 10px;
    border-top: none;
  }

  footer ul {
    display: none;
  }

  .MapsCar {
    padding: 30px;
    text-align: left;
    overflow: hidden;
  
    h2 {
      font-size: 2.0rem;
      position: relative; 
    }
  
    h2::after {
      content: ""; 
      display: block;
      width: inline-block; 
      height: 1px; 
      background-color: #707070; 
      margin: 0 auto; 
      position: absolute;
      left: 0; 
      bottom: -40px; 
    }
  }
  
  .Carcontainer {
    display: flex;
    flex-direction: column-reverse;
    margin: 60px auto;
  }

  .sub-container {
    margin: 60px 20px;
  }

  .parking-container {
    margin: 60px 20px;
  }

  .parking-step {
    margin: 0;
  }

  .step-text {
    display: flex;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
  }

  .text {
    flex: 1; 
    font-size: 1.4rem;
    margin-top: 0px;
    padding: 0px 18px;
  }

  .c-image {
    margin-bottom: 30px;
    text-align: center;  
  
    img {
      width: 350px;
      height: 300px; 
    }
  }

  .step-number {
    width: 24px;
}

  .head-txt {
    font-size: 2.0rem;
    margin: 50px auto 0px;
    text-align: center;
    font-weight: bold;
  }

  .head-subtxt {
    font-size: 2.0rem;
    margin: 5px auto 0px;
    text-align: center;
    font-weight: bold;
  }

  .menara-txt {
    font-size: 1.8rem;
    margin: 12px auto 0px;
    text-align: center;
    font-weight: bold;
  }

  .rsrv-container {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100%;
    margin-top: 50px;
  }

  .rsrv-txt {
    font-size: 2.0rem;
    writing-mode: vertical-rl; 
    text-orientation: upright; 
    line-height: 1.5; 
  }

  .rsrv-entxt {
    font-size: 1.8rem;
    writing-mode: vertical-rl; 
    line-height: 1.5;
  }

  .rsrv-subtxt {
    text-align: center;
    font-size: 1.4rem;
  }

  /* .street-view-footlink {
    color: blue;
    display: inline-block;
    text-decoration: none;
    margin-left: 0px;
    margin-top: 20px;
    font-size: 1.4rem;
  } */

}

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

  .Msg {
    font-size: 1.6rem;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  #scAccess .row .img {
    /* max-width: 100%; */
    margin-bottom: 15px;
  }

  #scKodawari .enRow, #scMochikaeri .enRow, #scAccess .row, #scKuukan .jpRow {
    flex-direction: row;
    width: calc(100% - 20px);
  }

  #scAccess .row .txt {
    width: 100%;
    padding: 0 40px 1px 0px;
  }
  
  iframe {
    max-width: 115%;
    height: 300px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .MapsCar {
    padding: 40px 10px 0px;
    overflow: hidden;
  }

  .sub-container {
    margin: 60px 5px;
  }

  .info-sub-container {
    width: 80%;
    margin: 0 auto;
  }

  .Carcontainer {
    display: flex;
    flex-direction: column-reverse;
    padding: 0px;
  }

  .c-image {
    margin: 30px 0;
    text-align: center;  
  
    img {
      width: 350px;
      height: auto; 
    }
  }

  .parking-container {
    display: flex;
    flex-direction: column;
    margin: 40px 0px;
  }

  h3 {
    font-size: 16px;
  } 

  .text {
    flex: 1; 
    font-size: 1.4rem;
    padding: 0px;
  }

  .step-number {
    font-size: 20px;
  }

  .text-content {
    font-size: 1.4rem;
  }

  .text-subcontent {
    flex-direction: column;
    font-size: 16px;
  }

  .parking-item {
    margin-top: 20px;

    img {
      max-width: 300px;
    }
  }

  .parking-step {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 10px;
  }

  .parking-step img {
    max-width: 100%;
    padding: 0px 24px;
  }

  .step-text {
    align-items: flex-start;
  }

  .street-view-link {
    color: blue;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }

  .street-view-footlink {
    color: blue;
    display: inline-block;
    text-decoration: none;
    margin-left: 0px;
    margin-top: 20px;
    font-size: 1.4rem;
  }

}

@keyframes whiteFlt {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes whiteLogo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes logoImgSp {
  0% {
    opacity: 0;
    transform: scale(0.95, 0.95) translate(0, 10px);
    /*transform: skew(3deg, 10deg) translate(8px,30px);*/
  }

  20% {
    opacity: 1;
    transform: scale(1, 1) skew(0deg, 0deg) translate(0, 0);
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}






/* 2024 07 追記　*/
#scAccess .borderBottom .ttl {
  font-size: 1rem;
  padding: 0 0.8em;
  background-color: #999a9a;
  line-height: 2;
  font-weight: 500;
  display: block;
  color: #fff;
  width: fit-content;
  margin-bottom: 0.5em;
}

#scAccess .borderBottom .ant {
  font-size: 1.2rem;
  display: block;
}


@media screen and (max-width: 600px) {
  #scAccess .borderBottom .ttl {
    background-color: #fff;
    color: #000;
    line-height: 1.7;
  }

  #scAccess .borderBottom .ant {
    font-size: 1rem;
  }
}
