/** ■ly-header4itN.css (css/_layouts/ly-header4itN.css)
***************************************/
/* Adjuster
-------------------------------------- */
:root {
	--header-height: 4.375pc;
	--anchor: var(--header-height);
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
	:root {
		--header-height: 9.75pc;
		--anchor: var(--header-height);
	}
}

/* アンカーリンク位置調整 */
[anchor] {
	margin-top: calc(var(--anchor) * -1);
	padding-top: var(--anchor);
}




/* ■ヘッダー
====================================== */
/* Current Underline From Left */
.header4itN .crnt-underlineInLeft {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.header4itN .current_page_item .crnt-underlineInLeft,
.header4itN .crnt-underlineInLeft.current_page_item {
  opacity: 1;
}

.header4itN .crnt-underlineInLeft::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: hsla(0, 0%, 50%, 0.46);
  height: 4px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.header4itN .current_page_item .crnt-underlineInLeft::before,
.header4itN .crnt-underlineInLeft.current_page_item::before {
  right: 0;
}

/* Hover Underline From Left */
.header4itN .hvr-underlineInLeft {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

@media (any-hover: hover) {

  .header4itN a:hover .hvr-underlineInLeft,
  .header4itN .hvr-underlineInLeft:hover {
    opacity: 1;
  }
}

.header4itN .hvr-underlineInLeft::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 4px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media (any-hover: hover) {

  .header4itN a:hover .hvr-underlineInLeft::before,
  .header4itN .hvr-underlineInLeft:hover::before {
    right: 0;
    background-color: var(--bgc-zaratan_assort1n-hover);
  }
}


/* a:リンク調整（ヘッダー + 15px） */
.a-murasa {
  margin-top: -170px;
  padding-top: 170px;
}

/* ヘッダー裏 調整（absolute他対策：ヘッダーの高さに合わせる） */
.spacer-baresi {
  display: block;
  width: 100%;
  height: 70px;
}

/* ヘッダー */
.header4itN {
  position: fixed;
  z-index: 500;
  top: 0;
  transition: all 0.3s ease;
  /* Flex */
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 70px;
  background: hsla(0, 0%, 100%, 0.85);
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
  .spacer-baresi {
    height: 156px;
  }

  .header4itN {
    justify-content: flex-end;
    height: 156px;
  }
}


.header4itN.roofGarden {
  display: none;
}

#front .header4itN.roofGarden {
  display: block;
  position: relative;
}

/* display: none（PC） */
@media screen and (min-width: 744px) {
  .header4itN .d-none_pc {
    display: none;
  }
}

/* header__top */
.header4itN .header__top {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* header__start */
.header4itN .header__top__start {
  display: flex;
  flex-direction: column;
  width: 460px;
  max-width: 50%;
  height: auto;
  padding: 0px 1rem 0px 1.2rem;
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
  .header4itN .header__top__start {
    padding: 0px 1rem 0px 3.5rem;
  }
}

.header4itN .header__type {
  display: inline-block;
  width: auto;
  font-size: 19px;
  font-size: clamp(14px, calc(14px + ((1vw - 3.6px) * 0.7813)), 19px);
  min-height: 0vw;
  font-weight: 500;
  white-space: nowrap;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
  .header4itN .header__type {
    padding-left: 110px;
  }
}

.header4itN .header__type img {
  width: 100%;
  max-width: 400px;
  object-fit: contain;
}

/* 予告広告 */
.advance-notice4itN {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.advance-notice4itN dt {
  padding: 0.7em 0.7em 0.8em 0.7em;
  line-height: 1.54;
  letter-spacing: 0.14em;
  font-size: 14px;
  min-height: 0vw;
  font-weight: 300;
  white-space: nowrap;
  margin-right: 0.5em;
  border-left: 1px solid hsla(0, 0%, 46%, 1);
  border-right: 1px solid hsla(0, 0%, 46%, 1);
}

.advance-notice4itN dd {
  line-height: 1.44;
  letter-spacing: 0em;
  font-size: 10px;
  min-height: 0vw;
  font-weight: 300;
  text-align: left;
}

/* .header__top__midway */
.header4itN .header__top__midway {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  width: auto;
  flex-grow: 1;
  text-align: center;
  padding-right: calc(150px + 1.5rem);
}

/* display: none（PC） */
@media screen and (max-width: 880px) {
  .header4itN .header__top__midway {
    display: none;
  }
}

.header4itN .header__brand {
  position: absolute;
  top: 21px;
  left: 15px;
  margin: auto;
  width: 100px;
  height: auto;
  min-height: 0vw;
}

/* （PC） */
@media print, screen and (min-width: 744px) {
  .header4itN .header__brand {
    position: absolute;
    top: 35px;
    left: 15px;
    right: 0;
    margin: auto;
    width: clamp(0px, calc(0px + ((1vw - 10.5px) * 480)), 240px);
    height: auto;
  }
}

/* .header__end */
.header4itN .header__end {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: auto;
}

.header4itN .link-map {
  font-size: 13px;
}

.header4itN .link-map .suit-chevronSmallRight {
  border-top: solid hsla(0, 0%, 44%, 1) .12em;
  border-right: solid hsla(0, 0%, 44%, 1) .12em;
}

.header4itN .tel-header {
  /* padding: 上  横  下 */
  padding: 10px 0px 4px;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
  .header4itN .tel-header {
    display: none;
  }
}


.header4itN .tel-header img {
  width: 100%;
  max-width: 270px;
}

/* ヘッダーメニュー2 */
.arialGarden .nav-headmenu2 {
  position: absolute;
  z-index: 510;
  top: 0px;
  right: 0px;
  margin: auto;
  width: 150px;
  height: auto;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
  .arialGarden .nav-headmenu2 {
    display: none;
  }
}


.nav-headmenu2 ul.menu {
  display: flex;
  flex-direction: column;
}

.nav-headmenu2 ul.menu li {
  position: relative;
  display: table;
  width: 150px;
  height: 52px;
  font-size: min(max(13px, calc(13px + ((1vw - 7.68px) * 0.8621))), 15px);
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.nav-headmenu2 li a {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 0;
  vertical-align: middle;
  line-height: 1;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: -0.06em;
  font-size: 19px;
  font-weight: 600;
}

.nav-headmenu2 ul.menu li.item-limited a {
  background: var(--bgc-zaratan_assort1n);
  color: #FFF;
}

.nav-headmenu2 ul.menu li.item-entry a {
  background: var(--bgc-zaratan_assort1n);
  color: #FFF;
}

.nav-headmenu2 ul.menu li.item-attend a {
  color: #FFF;
}

.nav-headmenu2 ul.menu li.item-request a {
  background: var(--bgc-zaratan_accent1n);
  color: #FFF;
}

.nav-headmenu2 ul.menu li.item-map a {
  background: var(--bgc-zaratan_assort1v);
  color: #FFF;
  font-size: 17px;
  line-height: 1.1;
}

.nav-headmenu2 li .trf-scx-90p {
  display: inline-block;
  width: 111%;
  transform: scaleX(0.9);
  transform-origin: top left;
  white-space: nowrap;
}

.nav-headmenu2 .lts-decrease {
  letter-spacing: -0.2em;
  margin-right: 0.1em;
}

.nav-headmenu2 li.saraeve-none>a {
  pointer-events: none;
}

/* ヘッダーメニュー3 */
.nav-frontmenu1 {}

.nav-frontmenu1 ul.menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 上  横  下 */
  padding: 7px 0px 3px;
  background: hsla(0, 0%, 100%, 0.85);
}

.nav-frontmenu1 ul.menu li {
  position: relative;
  width: 150px;
  height: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.nav-frontmenu1 ul.menu li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 4px 0px 4px;
  vertical-align: middle;
  color: #707070;
}

.nav-frontmenu1 ul.menu li.is-disabled>a {
  pointer-events: none;
  color: hsla(0, 0%, 0%, 0.26);
}

.nav-frontmenu1 ul.menu li a ruby rb {
  position: absolute;
  top: 4px;
  left: 50%;
  margin: auto;
  transform: translate(-50%);
  opacity: 1;
  transition: all 0.3s ease;
}

.nav-frontmenu1 ul.menu li a ruby rt {
  position: absolute;
  top: 0px;
  right: 50%;
  margin: auto;
  transform: translateX(200%);
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 90%;
}

.nav-frontmenu1 ul.menu li a:hover ruby rb {
  transform: translateX(-200%);
  opacity: 0;
}

.nav-frontmenu1 ul.menu li a:hover ruby rt {
  transform: translateX(0%);
  opacity: 1;
}

/* header__bottom */
.header4itN .header__bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 18px;
  /* 中央揃え用 */
  padding-left: clamp(0px, calc(0px + ((1vw - 11.2px) * 93.75)), 150px);
  padding-right: 150px;
  white-space: nowrap;
  /* （メニューをスクロール可にする） */
  overflow-x: auto;
}

/* スクロールバー */
.header__bottom::-webkit-scrollbar {
  width: 4px;
	height: 4px;
}

.header__bottom::-webkit-scrollbar-track {
  border-radius: 0px;
	background: hsla(0, 0%, 94%, 1);
}

.header__bottom::-webkit-scrollbar-thumb {
	height: 4px;
	border-radius: 0px;
	background: var(--bgc-zaratan_assort1v);
}

@media screen and (max-width: 1120px) {
  .header4itN .header__bottom {
    justify-content: flex-start;
  }
}


/* （スマホ） */
@media screen and (max-width: 743.9px) {
  .header4itN .header__bottom {
    display: none;
  }
}

/* ヘッダーメニュー1 */
.header4itN .nav-headmenu1 {
  width: 952px;
}

.header4itN .nav-headmenu1 ul.menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.header4itN .nav-headmenu1 ul.menu li {
  position: relative;
  height: 35px;
  font-family: 'Lusitana', 'Shippori Mincho', serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  border-left: 1px solid hsla(0, 0%, 64%, 1);
  width: 6.5em;
}

.header4itN .nav-headmenu1 ul.menu li:nth-of-type(2),
.header4itN .nav-headmenu1 ul.menu li:nth-of-type(4),
.header4itN .nav-headmenu1 ul.menu li:nth-of-type(6),
.header4itN .nav-headmenu1 ul.menu li:nth-of-type(8) {
  width: 7.5em;
}

.header4itN .nav-headmenu1 ul.menu li:nth-of-type(7) {
  width: 8.5em;
}

.header4itN .nav-headmenu1 ul.menu li:nth-of-type(9) {
  width: 11em;
}

.header4itN .nav-headmenu1 ul.menu li:last-of-type {
  border-right: 1px solid hsla(0, 0%, 64%, 1);
}

.header4itN .nav-headmenu1 ul.menu li a {
  margin-top: 5px;
  position: relative;
  display: block;
  width: 100%;
  height: calc(100% - 2px);
}

.header4itN .nav-headmenu1 ul.menu li.is-disabled>a {
  pointer-events: none;
  color: hsla(0, 0%, 0%, 0.26);
}



/* サブメニュー（ドロップメニュー）
-------------------------------------- */
.header4itN [class^="nav-dropmenu"]>ul.menu .sub-menu {
  position: absolute;
  /* liの高さで調整する */
  top: 80px;
  left: 0px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  opacity: 0;
  /* リンク無効（※IE対策 = block or iBlock）*/
  pointer-events: none;
  transition: all .5s ease;
}

.header4itN [class^="nav-dropmenu"]>ul.menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
}

.header4itN [class^="nav-dropmenu"]>ul.menu .sub-menu>li {
  display: table;
  width: 230px;
  padding: 0px 1.2em 0px;
  height: auto;
  font-size: 14px;
  text-align: left;
  background: hsla(218, 100%, 27%, 0.85);
}

.header4itN [class^="nav-dropmenu"]>ul.menu .sub-menu>li:not(:first-child) {
  border-top: 1px solid hsla(0, 0%, 50%, 0.3);
}

.header4itN [class^="nav-dropmenu"]>ul.menu .sub-menu>li a {
  display: table-cell;
  width: 100%;
  height: 100%;
  /* padding: 縦  横 */
  padding: 0.7em 0.7em;
  vertical-align: middle;
  font-weight: 600;
  color: #FFF;
}

.header4itN [class^="nav-dropmenu"]>ul.menu .sub-menu>li a:hover {
  background: hsla(218, 100%, 37%, 0.85);
}

.header4itN [class^="nav-dropmenu"]>ul.menu .sub-menu>li>a>i::before {
  content: "•";
  position: relative;
  display: inline-block;
  vertical-align: 0.1em;
  color: #FFF;
  margin-right: 0.5em;
}




/* ■テキスト押し出し
-------------------------------------- */
/* ベーススタイル */
.hvr-pushOutIn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 1.5em;
	/* はみ出し分のhover無効 */
	pointer-events: none;
}

.hvr-pushOutIn rb {
	position: absolute;
	margin: auto;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	transition: all 0.3s ease-out;
	transform: translateX(0%);
}

.hvr-pushOutIn rt {
	position: absolute;
	margin: auto;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	transition: all 0.3s ease-out;
	font-size: 90%;
	transform: translateX(120%);
	opacity: 0;
}

/* :is(:hover, :focus) */
@media (any-hover: hover) {

	a:is([href], [onclick]):is(:hover, :focus) .hvr-pushOutIn>rb,
	.hvr-pushOutIn:is([href], [onclick]):is(:hover, :focus)>rb {
		transform: translateX(-120%);
		opacity: 0;
	}

	a:is([href], [onclick]):is(:hover, :focus) .hvr-pushOutIn>rt,
	.hvr-pushOutIn:is([href], [onclick]):is(:hover, :focus)>rt {
		transform: translateX(0%);
		opacity: 1;
	}
}

