@charset "utf-8";

* {
	cursor: default;
	font-family: mamelon,sans-serif;
	font-weight: 400; /* bold 500 */
	font-style: normal;
	color: #252525;
}
a {transition: all .3s ease; cursor: pointer;}
a * { cursor: pointer;}
a:hover { color: #e50012!important; }
#page_top { display: none!important; }
.site-body { padding-bottom: 0!important; }
/* header */
.site-header {
    background-color: transparent!important;
	position: fixed!important;
	box-shadow: none!important;
}
.site-header .container {
    max-width: none!important;
}
.global-nav-list>li .global-nav-name {
	color: #FFF;
	text-shadow: 0 0 3px #333;
}
.global-nav-list>li .global-nav-name:hover {
	opacity: 0.6;
}
.global-nav-list>li:before {
	display: none;
}
.home .site-header-logo {
	display: none;
}
.header_scrolled .site-header {
    background-color: rgba(0,0,0,.4)!important;
}
@media (min-width: 992px) {
    .global-nav-list>li>a {
        padding: 2rem 1.5rem 1rem!important;
    }
	.header_scrolled .site-header .global-nav-list>li>a {
        padding: 1rem 1.5rem 1rem!important;
    }
}
@media (max-width: 991.98px){
	.global-nav {
		display: block!important;
	}
    .global-nav-list>li>a {
        padding: 2rem 1.5rem 1rem!important;
    }
	.header_scrolled .site-header .global-nav-list>li>a {
        padding: 1rem 1.5rem 1rem!important;
    }
	body:not(.home) .site-header {
		top: 0;
	}
	body:not(.home) .site-header .container {
		display: flex;
		gap: 2rem;
		justify-content: space-between;
        align-items: center;
    }
	.header_scrolled .site-header .container {
		justify-content: center!important;
    }
	#vk-mobile-nav-menu-btn {
		display: none!important;
	}
}
/* slider */
.lightning_swiper.swiper {
	height: 100vh!important;
	position: relative;
	margin-top: 0!important;
}
.lightning_swiper.swiper::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 2;
}
.lightning_swiper.swiper::after {
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40vw;
    height: auto;
    z-index: 2;
	background: url(../image/home-logo.png) no-repeat center bottom 45vh / contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.lightning_swiper .swiper-pagination {
	text-align: left;
	padding: 0 1rem;
}
.lightning_swiper .swiper-pagination-bullet {
    background: #FFF!important;
	opacity: 0.6;
}
.lightning_swiper .swiper-pagination-bullet-active {
    background: #e50012!important;
	opacity: 1;
}
.lightning_swiper .swiper-slide {
	content: ""!important;
    width: 100vw!important;
    height: 100vh!important;
}
.lightning_swiper .swiper-slide.item-1 {
	background: url(../image/slide01.jpg) no-repeat center / cover;
}
.lightning_swiper .swiper-slide.item-2 {
	background: url(../image/slide02.jpg) no-repeat center / cover;
}
.lightning_swiper .swiper-slide.item-3 {
	background: url(../image/slide03.jpg) no-repeat center / cover;
}
.lightning_swiper .swiper-slide.item-4 {
	background: url(../image/slide04.jpg) no-repeat center / cover;
}
.lightning_swiper .swiper-slide.item-5 {
	background: url(../image/slide05.jpg) no-repeat center / cover;
}
.lightning_swiper .swiper-slide.item-6 {
	background: url(../image/slide06.jpg) no-repeat center / cover;
}
.lightning_swiper .swiper-slide.item-7 {
	background: url(../image/slide07.jpg) no-repeat center / cover;
}
.lightning_swiper .swiper-slide picture img {
	display: none!important;
}
@media (max-width: 780px){
	.lightning_swiper.swiper {
		height: 70vh!important;
		position: relative;
		margin-top: 0!important;
	}
	.lightning_swiper.swiper::after {
		width: 80vw;
		background: url(../image/home-logo.png) no-repeat center bottom 30vh / contain;
	}
}
/* title */
.contents-title {
	border: none!important;
	text-align: center;
}
.contents-sub-title {
	border: none!important;
}
.contents-sub-title::before,
.contents-sub-title::after {
	display: none;
}
/* information */
.info-list {
	max-width: 800px;
	margin: 0 auto 3rem;
	list-style: none;
}
.info-list li:first-of-type {
	border-top: 1px solid #CCC;
}
.info-list li {
	border-bottom: 1px solid #CCC;
}
.info-list li a {
	padding: 1rem 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	text-decoration: none;
}
.info-list li a .title {
	color: #e50012;
}
.info-list li a:hover .title {
	opacity: 0.6;
}
.info-list li a .new-txt {
	padding: 0.25rem 0.5rem;
	background-color:#e50012;
	font-size: 0.75rem;
	color: #FFF;
}
:where(:any-link) {
    --is-active-true: ;
    --is-active-false: initial;
    
    &:focus-visible {
    --is-active-true: initial;
    --is-active-false: ;
  }

  @media (any-hover: hover) {
    &:hover {
      --is-active-true: initial;
      --is-active-false: ;
    }
  }

  @media (any-hover: none) {
    &:active {
      --is-active-true: initial;
      --is-active-false: ;
    }
  }
}
.more-btn {
    text-align: center;
}
.more-btn a {
	max-width: 320px;
	margin: 0 auto 2rem;
	padding: 1rem 1.6rem;
    display: inline-grid;
    grid-template-columns: 1fr auto 1fr;
    column-gap: 1em;
    align-items: center;
    inline-size: min(100%, 25em);
    color: #FFF;
    background-color: #e50012;
    
    &::before {
        content: "";
    }
    
    &::after {
        content: "";
        display: inline flow-root;
        justify-self: end;
        width: 8px;
        height: 8px;
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
        rotate: 45deg;
        translate: var(--is-active-true, 4px);
        transition: all 0.3s;
    }
}
.more-btn a:hover {
    background-color: #1d2087;
    color: #FFF!important;
}
.menu-list-btn {
    width: 100%!important;
	margin: 0 auto 2rem;
	padding: 1rem 1.6rem;
    display: inline-grid;
    grid-template-columns: 1fr auto 1fr;
    column-gap: 1em;
    align-items: center;
    inline-size: min(100%, 25em);
    color: #FFF;
    background-color: #e50012;
    
    &::before {
        content: "";
    }
    
    &::after {
        content: "";
        display: inline flow-root;
        justify-self: end;
        width: 8px;
        height: 8px;
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
        rotate: 45deg;
        translate: var(--is-active-true, 4px);
        transition: all 0.3s;
    }
}
.menu-list-btn:hover {
    background-color: #1d2087;
    color: #FFF!important;
}
@media (max-width: 780px){
	.info-list li a {
		gap: 0.5rem;
	}
}
/* front-menu */
.front-menu {
	margin: 4rem auto;
	display: flex;
	justify-content: center;
	gap: 2rem;
}
.front-menu > div {
	width: calc((100% - 2rem)/2);
	position: relative;
	padding: 1rem;
	transition: all .3s;
}
.front-menu > div:hover {
	opacity: 0.6;
}
.front-menu > div::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 2;
}
.front-menu > div:first-of-type {
	background: url(/wp-content/uploads/slide04-pc.jpg) no-repeat center / cover;
}
.front-menu > div:last-of-type {
	background: url(/wp-content/uploads/201013142603-5f853a6ba9257-scaled.jpg) no-repeat center / cover;
}
.front-menu > div a {
	padding: 4rem 2rem;
	display: block;
	font-size: 1.2rem;
	color: #FFF;
	text-align: center;
	z-index: 3;
	position: relative;
	border: 1px solid #FFF;
}
@media (max-width: 780px){
	.front-menu {
		flex-direction: column;
	}
	.front-menu > div {
		width: 100%;
	}
}
/* half */
.half {
	display: flex;
}
.half > div {
	flex: 1;
	padding: 3rem;
}
#menu .half > div.image {
	background: url(../image/menu-image.jpg) no-repeat center / cover;
}
#access .half > div.image {
	background: url(../image/access-image.jpg) no-repeat center / cover;
}
.alignfull {
	width: auto!important;
}
@media (max-width: 780px){
	.home .half {
		flex-direction: column;
	}
	.half > div.image {
		order: 1;
		min-height: 480px;
		background-attachment: fixed!important;
	}
	.half > div:not(.image) {
		order: 2;
	}
}
.menu-box {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.menu-box > div a {
	margin: 0 auto;
	padding: 1rem 1.6rem;
    display: inline-grid;
    grid-template-columns: 1fr auto 1fr;
    column-gap: 1em;
    align-items: center;
    inline-size: min(100%);
    color: #FFF;
    background-color: #e50012;
    
    &::before {
        content: "";
    }
    
    &::after {
        content: "";
        display: inline flow-root;
        justify-self: end;
        width: 8px;
        height: 8px;
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
        rotate: 45deg;
        translate: var(--is-active-true, 4px);
        transition: all 0.3s;
    }
}
.menu-box > div a:hover {
    background-color: #1d2087;
    color: #FFF!important;
}
.menu-box > div a span {
	display: block;
	color: #FFF;
	text-align: center;
}
.no-border {
	margin-bottom: 1rem;
}
.no-border,
.no-border * {
	border: none!important;
}
.no-border td {
	font-size: 15px;
}
.flex-td {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
}
.flex-td p {
	margin-bottom: 0;
}
.map-link {
	margin: 0 0 0 auto;
	padding: 0.5rem 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 14px;
	background-color: #ededed;
}
.map-link img {
	width: 25px;
	display: block;
	margin: auto;
}
.map {
	width: 100%;
}
/* footer */
.site-footer {
	border: none!important;
}
.site-footer .container {
	max-width: none;
}
.site-footer-copyright p {
	margin: 0!important;
	padding: 1rem 0;
	text-align: right!important;
}
.sp-bottom-menu {
	display: none;
}
@media (max-width: 780px){
	.site-footer {
		padding-bottom: 5rem;
	}
	.site-footer-copyright p {
		text-align: center!important;
	}
	.sp-bottom-menu {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0,0,0,0.8);
		z-index: 100;
	}
	.sp-bottom-menu ul,
	.sp-bottom-menu ul li {
		margin: 0;
		padding: 0;
	}
	.sp-bottom-menu ul li a {
		padding: 1rem;
		display: flex;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		color: #FFF;
		text-decoration: none;
	}
	.sp-bottom-menu ul li a::before {
		content: "";
		display: block;
		width: 32px;
		height: 32px;
		background: url(../image/tel-icon.png) no-repeat center / contain;
	}
}
/* page */
.page-header {
	min-height: 300px!important;
}
.page-header-title {
	color: #FFF!important;
	text-shadow: 0px 0px 5px #000;
}
.post-type-menu .entry-meta,
.post-type-menu .vk_post_imgOuter_singleTermLabel {
	display: none!important;
}
.post-type-post .entry-meta .entry-meta-item-updated,
.post-type-post .entry-meta .entry-meta-item-author {
	display: none!important;
}
.post-type-post .veu_socialSet .sb_icon .sb_icon_inner span {
	color: #FFF;
}
.type-menu .vk_post_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.type-menu .vk_post_body .vk_post_title {
    border-bottom: none;
    font-size: 1.8rem;
}
.type-menu .vk_post_body .menu-price {
    margin-bottom: 0;
    color: #e50012;
}
.post-type-menu .next-prev {
    display: none;
}
.post-type-menu .entry-meta-data-list dt {
    background-color: #e50012;
}
.menu-image a {
    display: block;
    text-align: center;
}
.menu-image a img {
    width: 100%;
}
@media (min-width: 992px) {
    .post-type-menu .vk_posts .vk_post-col-lg-12 {
        width: calc((100% - 60px) / 2) !important;
        padding: 1rem !important;
        background-color: #efefef !important;
    }
}

/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999!important;
  background:#e50012;
  text-align:center;
  color:#fff;
  animation-name: fadeColor;
  animation-duration:3s;
  animation-fill-mode:forwards;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeColor{
  from {
    background:#e50012;
  }

  to {
  	background:#1d2087;
  }
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* etc */
.breadcrumb {
    border: none!important;
}
.breadcrumb li a {
    text-decoration: none;
}
.wp-block-column p code, *:not(pre)>code{
    padding: 0!important;
    border: none!important;
}
:where(.wp-block-columns) {
    margin-bottom: 0!important;
}
:where(.wp-block-columns p) {
    margin-bottom: 0!important;
}