/*
Theme Name: bene Theme
Theme URI: 
Author: bene
Author URI: 
Description: Original Theme of bene
Version: 1.0
License: bene
License URI: 
Tags: 
Text Domain: 
*/
@charset "UTF-8";

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:where([hidden]:not([hidden=until-found])) {
	display: none !important;
}

:where(html) {
	-moz-tab-size: 2;
	  -o-tab-size: 2;
	     tab-size: 2;
	-webkit-text-size-adjust: none;
	color-scheme: dark light;
}

:where(body) {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

:where(button) {
	all: unset;
}

:where(input,
button,
textarea,
select) {
	font: inherit;
	color: inherit;
}

:where(textarea) {
	resize: vertical;
}

:where(button,
label,
select,
summary,
[role=button],
[role=option]) {
	cursor: pointer;
}

:where(:disabled) {
	cursor: not-allowed;
}

:where(label:has(> input:disabled),
label:has(+ input:disabled)) {
	cursor: not-allowed;
}

:where(a) {
	color: inherit;
	text-underline-offset: 0.2ex;
}

:where(ul,
ol) {
	list-style: none;
}

:where(img,
svg,
video,
canvas,
audio,
iframe,
embed,
object) {
	display: block;
}

:where(img,
picture,
svg,
video) {
	max-inline-size: 100%;
	block-size: auto;
}

:where(p,
h1,
h2,
h3,
h4,
h5,
h6) {
	overflow-wrap: break-word;
}

:where(h1,
h2,
h3 h4) {
	line-height: 1.5;
}

:where(hr) {
	overflow: visible;
	border: none;
	color: inherit;
	-webkit-border-before: 1px solid;
	        border-block-start: 1px solid;
	block-size: 0;
}

:where(:focus-visible,
:target) {
	scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within,
:active)) {
	position: absolute !important;
	overflow: hidden !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	white-space: nowrap !important;
	-webkit-clip-path: inset(50%) !important;
	        clip-path: inset(50%) !important;
}

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	word-wrap: break-word;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #000;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	font-style: italic;
	vertical-align: middle;
	-webkit-shape-margin: 0.75rem;
	        shape-margin: 0.75rem;
}

a {
	color: #000;
	text-decoration: none;
}

.en {
	font-family: "Lato", sans-serif;
}

.fade-appear {
	opacity: 0;
}

.fade-appear.fade-action {
	-webkit-animation-name: appear;
	   -moz-animation-name: appear;
	        animation-name: appear;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-in {
	opacity: 0;
}

.fade-in.fade-action {
	-webkit-animation-name: fade-in;
	   -moz-animation-name: fade-in;
	        animation-name: fade-in;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-up {
	opacity: 0;
}

.fade-up.fade-action {
	-webkit-animation-name: fade-up;
	   -moz-animation-name: fade-up;
	        animation-name: fade-up;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-right {
	opacity: 0;
}

.fade-right.fade-action {
	-webkit-animation-name: fade-right;
	   -moz-animation-name: fade-right;
	        animation-name: fade-right;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-left {
	opacity: 0;
}

.fade-left.fade-action {
	-webkit-animation-name: fade-left;
	   -moz-animation-name: fade-left;
	        animation-name: fade-left;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-bg .title {
	position: relative;
	color: transparent;
	-webkit-transition: color 0.1ms 0.35s;
	-moz-transition: color 0.1ms 0.35s;
	transition: color 0.1ms 0.35s;
}

.fade-bg .title::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--c-primary);
	content: "";
	-webkit-transform: translate(101%, -50%);
	   -moz-transform: translate(101%, -50%);
	    -ms-transform: translate(101%, -50%);
	        transform: translate(101%, -50%);
}

.fade-bg.white .title::before {
	background-color: var(--c-white);
}

.fade-bg.fade-action .title {
	color: var(--c-primary);
}

.fade-bg.fade-action .title::before {
	-webkit-animation-name: fade-bg;
	   -moz-animation-name: fade-bg;
	        animation-name: fade-bg;
	-webkit-animation-duration: 1.25s;
	   -moz-animation-duration: 1.25s;
	        animation-duration: 1.25s;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-bg.fade-action.white .title {
	color: var(--c-white);
}

.fade-cheese {
	opacity: 0;
}

.fade-cheese.fade-action {
	-webkit-animation-name: appear;
	   -moz-animation-name: appear;
	        animation-name: appear;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.l-header {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 60px;
}

.l-header_logo {
	width: 100%;
	max-width: 200px;
}

.l-header_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.l-header_left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	gap: 40px;
}

.l-header_menu-btn {
	position: relative;
	z-index: 1000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	width: 90px;
	height: 90px;
	border: 2px solid #000;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.l-header_menu-btn.is-active {
	border-color: #fff;
}

.l-header_menu-btn .l-header_menu-icon {
	position: relative;
	display: block;
	width: 24px;
	height: 16px;
	margin-bottom: 8px;
}

.l-header_menu-btn .l-header_menu-icon::before,
.l-header_menu-btn .l-header_menu-icon::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	content: "";
	-webkit-transition: top 0.3s, background 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s, background 0.3s, -webkit-transform 0.3s;
	-moz-transition: transform 0.3s, top 0.3s, background 0.3s, -moz-transform 0.3s;
	transition: transform 0.3s, top 0.3s, background 0.3s;
	transition: transform 0.3s, top 0.3s, background 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.l-header_menu-btn .l-header_menu-icon::before {
	top: 3px;
}

.l-header_menu-btn .l-header_menu-icon::after {
	top: 8px;
}

.l-header_menu-btn.is-active .l-header_menu-icon::before {
	top: 5px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.l-header_menu-btn.is-active .l-header_menu-icon::after {
	top: 5px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.l-header_menu-btn .l-header_menu-img {
	display: block;
	width: 50%;
	height: auto;
	margin: 0 auto;
}

.l-header_menu-btn .l-header_menu-img.-white {
	display: none;
}

.l-header_menu-btn .l-header_menu-img.-black {
	display: block;
}

.l-header_menu-btn.is-active .l-header_menu-img.-black {
	display: none;
}

.l-header_menu-btn.is-active .l-header_menu-img.-white {
	display: block;
}

/* グローバルメニュー */

.l-global-nav {
	position: fixed;
	z-index: 998;
	top: 0;
	right: -100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	width: 370px;
	height: 100vh;
	background: #000;
	color: #fff;
	-webkit-transition: right 0.3s ease;
	-moz-transition: right 0.3s ease;
	transition: right 0.3s ease;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.l-global-nav.is-active {
	right: 0;
}

.l-global-nav_close {
	position: absolute;
	z-index: 10001;
	top: 20px;
	right: 20px;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 20px 2rem auto;
	border: none;
	background: none;
	cursor: pointer;
}

.l-global-nav_close img {
	display: block;
	width: 100%;
	height: auto;
	pointer-events: auto;
}

.l-global-nav_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.l-global-nav_list_group {
	margin-bottom: 50px;
}

.l-global-nav_list_group:last-child {
	margin-bottom: 0;
}

.l-global-nav_list li {
	width: 100%;
	max-width: 200px;
	text-align: left;
}

.l-global-nav_list a,
.l-global-nav_list span {
	color: #fff;
}

.detail_menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	margin-top: 18px;
	font-size: clamp(1.6rem, 1.4285714286vw, 2rem);
	font-weight: 400;
	gap: 10px;
}

.tel_group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-top: 10px;
}

.tel_icon {
	margin-right: 5px;
}

.reserve_button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex; /* ← 横並び */
	padding: 15px 20px;
	border-radius: 4px;
	background-color: #790a14;
	font-family: serif;
	font-size: 21px;
	color: #fff;
	white-space: nowrap; /* ← 折り返し防止 */
	text-decoration: none; /* ← 下線消し */
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center; /* ← 縦位置そろえ */
	gap: 8px; /* ← アイコンと文字の間隔 */
}

.reserve_button img {
	display: block;
	width: auto;
	height: 18px;
}

.reserve_button span {
	display: inline-block;
}

.sp-sticky-cta {
	position: fixed;
	z-index: 10000;
	right: 0;
	bottom: 0; /* ← 下に追従 */
	left: 0;
	display: none; /* PCは非表示 */
	height: 56px;
	padding-bottom: env(safe-area-inset-bottom); /* iPhoneノッチ対策 */
	-webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.12);
	        box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.12); /* SPだけ表示 */
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

.sp-sticky-cta__btn {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	padding-bottom: max(0px, env(safe-area-inset-bottom));
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	gap: 8px;
}

.sp-sticky-cta__btn img {
	display: block;
	width: auto;
	height: 18px;
}

.sp-sticky-cta__btn--tel {
	background: #000;
}

.sp-sticky-cta__btn--reserve {
	background: #790a14;
}

/* 追従バーに隠れないようにSP時だけ下余白を確保 */

.l-footer {
	padding-top: 100px;
	padding-bottom: 45px;
	border-top: 1px solid #000;
	font-size: 16px;
}

.l-footer_inner {
	width: 90%;
	max-width: 1390px;
	margin: 0 auto;
}

.l-footer_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

.l-footer .footer_nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 45px;
}

.l-footer .footer_nav .footer_block figure {
	display: block;
	margin-bottom: 10px;
}

.l-footer .footer_nav .footer_block ul {
	padding: 0;
	list-style: none;
}

.l-footer .footer_nav .footer_block ul li {
	margin-bottom: 13px;
	font-size: clamp(1.4rem, 1.3333333333vw, 1.6rem);
}

.l-footer .footer_nav .footer_block.footer_block_third {
	width: 142px;
}

.l-footer .footer_nav .footer_block.footer_block_third figure {
	display: block;
	margin-bottom: 25px;
}

.l-footer .footer_info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	text-align: left;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	        align-items: flex-start;
}

.l-footer .footer_info .footer_logo {
	width: 240px;
	margin-bottom: 20px;
}

.l-footer .footer_info .footer_address p {
	padding-left: 10px;
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	line-height: 1.6;
}

.l-footer .footer_copy {
	margin-top: 70px;
	font-size: 12px;
	text-align: right;
}

body,
html {
	overflow-x: hidden;
}

.sp_only {
	display: none;
}

.h-mv {
	padding-top: 40px;
}

.h-mv .mv_logo {
	display: block;
	width: 20%;
	margin: 0 auto 20px;
}

.h-mv .mv_logo img {
	display: block;
	margin: 0 auto;
}

.h-mv .mv_logo .mv_slider {
	width: 90%;
	margin: 0 auto;
}

.h-mv .mv_logo .mv_slider .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	   -moz-transition-timing-function: linear !important;
	        transition-timing-function: linear !important;
}

.h-mv .mv_logo .mv_slider .swiper-slide {
	width: 70%;
	text-align: center;
}

.h-mv .mv_logo .mv_slider .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.h-mv .mv_inner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 90%;
	margin: 0 auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	gap: 0;
}

.h-mv .mv_inner .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	   -moz-transition-timing-function: linear !important;
	        transition-timing-function: linear !important;
}

.h-mv .mv_inner.swiper-container {
	display: none;
	width: 70%;
}

.h-mv .mv_inner .swiper-slide {
	width: 70%;
	text-align: center;
}

.h-mv .mv_inner .swiper-slide img {
	margin: 0 auto;
}

.h-mv .mv_image {
	position: relative;
	z-index: 1;
	margin-left: -15px;
	opacity: 0;
	-webkit-transition: z-index 0.3s, -webkit-transform 0.3s ease;
	transition: z-index 0.3s, -webkit-transform 0.3s ease;
	-moz-transition: transform 0.3s ease, z-index 0.3s, -moz-transform 0.3s ease;
	transition: transform 0.3s ease, z-index 0.3s;
	transition: transform 0.3s ease, z-index 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	-moz-transition: opacity 0.6s ease, transform 0.6s ease, -moz-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease, -moz-transform 0.6s ease;
	-webkit-transform: translateX(-30px);
	   -moz-transform: translateX(-30px);
	    -ms-transform: translateX(-30px);
	        transform: translateX(-30px);
}

.h-mv .mv_image.is-visible {
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.h-mv .mv_image:nth-child(1) {
	-webkit-transform: translateY(60px);
	   -moz-transform: translateY(60px);
	    -ms-transform: translateY(60px);
	        transform: translateY(60px);
}

.h-mv .mv_image:nth-child(2) {
	-webkit-transform: translateY(30px);
	   -moz-transform: translateY(30px);
	    -ms-transform: translateY(30px);
	        transform: translateY(30px);
}

.h-mv .mv_image:nth-child(3) {
	z-index: 5;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.h-mv .mv_image:nth-child(4) {
	z-index: 4;
	-webkit-transform: translateY(30px);
	   -moz-transform: translateY(30px);
	    -ms-transform: translateY(30px);
	        transform: translateY(30px);
}

.h-mv .mv_image:nth-child(5) {
	z-index: 2;
	-webkit-transform: translateY(60px);
	   -moz-transform: translateY(60px);
	    -ms-transform: translateY(60px);
	        transform: translateY(60px);
}

.h-mv .mv_text {
	margin-top: 60px;
	text-align: center;
}

.h-mv .mv_text .mv_text_main {
	margin-bottom: 5px;
	font-size: clamp(3rem, 6.6vw, 6.6rem);
	font-weight: 700;
}

.h-mv .mv_text .mv_text_main .comma {
	display: inline-block;
	margin-right: -0.3em;
}

.h-mv .mv_text_sub {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 75%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.h-vision {
	padding-top: 200px;
}

.h-vision_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 90%;
	max-width: 1390px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.h-vision_images {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 50%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	gap: 24px;
}

.h-vision_images .h-vision_imagegroup {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	gap: 30px;
}

.h-vision_images .h-vision_imagegroup:first-child figure:last-child {
	-webkit-align-self: flex-end;
	        align-self: flex-end;
}

.h-vision_box {
	width: 33%;
}

.h-vision_box .h-vision_text {
	margin-top: 45px;
	font-size: clamp(1.4rem, 1.8vw, 1.8rem);
	font-weight: 400;
	line-height: 2;
}

.h-vision_box .h-vision_btn {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	margin-top: 30px;
	font-size: 18px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	gap: 8px;
}

.h-vision_box .h-vision_btn__text {
	padding-bottom: 5px;
	border-bottom: 1px solid;
}

.h-vision_box .h-vision_btn__arrow {
	position: relative;
	bottom: 2px;
	display: inline-block;
	width: 14px;
	height: auto;
}

.h-service {
	padding-top: 200px;
	text-align: center;
}

.h-service_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 30px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.h-service_slider-wrapper {
	position: relative;
	max-width: 1390px;
	margin: 0 auto;
	padding: 0 40px;
}

.h-service_slider-wrapper .swiper {
	overflow: hidden;
	width: 100%;
}

.h-service_slider-wrapper .swiper-wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.h-service_slider-wrapper .swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.h-service .swiper-button-prev::after,
.h-service .swiper-button-next::after {
	display: none;
}

.h-service .prev_text,
.h-service .next_text {
	width: 105px;
}

.h-service_customArrows {
	position: absolute;
	right: 90px;
}

.h-service_customArrows .arrow-next {
	left: 60px;
}

.greeting {
	padding-top: 200px;
}

.greeting_title {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.greeting_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.greeting_box {
	width: 50%;
	max-width: 550px;
}

.greeting_title {
	display: block;
	margin-bottom: 35px;
}

.greeting_lead {
	max-width: 475px;
	margin-bottom: 53px;
	font-size: clamp(1.8rem, 2.7vw, 2.7rem);
	font-weight: 600;
	line-height: 1.8;
}

.greeting_text {
	margin-bottom: 90px;
	font-size: clamp(1.4rem, 1.8vw, 1.8rem);
	font-weight: 400;
	line-height: 2;
}

.greeting_name {
	font-size: 18px;
	font-weight: 500;
}

.greeting_name strong {
	margin-left: 10px;
	font-size: clamp(2.6rem, 3.5vw, 3.5rem);
	font-weight: 500;
}

.greeting__image {
	width: 45%;
}

.recruit {
	padding: 200px 0;
	text-align: center;
}

.recruit_inner {
	max-width: 1390px;
	margin: 0 auto;
}

.recruit_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 90px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.recruit_banner {
	margin-bottom: 60px;
}

.recruit_links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	gap: 40px;
}

.recruit_links_image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-bottom: 35px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.recruit .recruit_btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-bottom: 30px;
	font-size: clamp(1.4rem, 1.875vw, 1.7rem);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	gap: 8px;
}

.recruit .recruit_btn span {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	text-align: left;
}

.recruit .recruit_btn_arrow {
	position: relative;
	bottom: 3px;
	display: inline-block;
	height: auto;
}

.news {
	padding-bottom: 150px;
}

.news_head {
	width: 30%;
}

.news .news_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 90%;
	max-width: 1390px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	gap: 5%;
}

.news .news_inner .news_title {
	display: block;
	margin-bottom: 70px;
}

.news .news_inner .news_link {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	font-size: clamp(1.4rem, 1.8vw, 1.8rem);
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	gap: 5px;
}

.news .news_inner .news_link span {
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

.news .news_inner .news_link_arrow {
	position: relative;
	bottom: 3px;
	display: inline-block;
	height: auto;
}

.news .news_inner .news_list {
	margin: 0 auto;
	padding: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1;
	   -moz-box-flex: 1;
	        flex: 1 1;
}

.news .news_inner .news_item {
	padding: 50px 0;
	border-bottom: 1px solid #d3d3d3;
}

.news .news_inner .news_item .news_link_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	gap: 20px;
}

.news .news_inner .news_item .news_date {
	font-size: clamp(1.5rem, 1.6666666667vw, 2rem);
}

.news .news_inner .news_item .news_cat {
	display: inline-block;
	width: 110px;
	margin-left: 15px;
	padding: 7px 16px;
	border-radius: 3px;
	background: #f0f0f0;
	font-size: clamp(1.3rem, 1.25vw, 1.5rem);
	text-align: center;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

.news .news_inner .news_item .news_text {
	font-size: clamp(1.5rem, 1.5vw, 1.8rem);
	font-weight: 500;
}

.news .news_inner .news_item .news_excerpt {
	font-size: 14px;
}

.error_section .error_inner {
	width: 90%;
	margin: 0 auto;
	padding: 200px 0;
}

.error_section .error_massage {
	font-size: 80px;
}

.error_section .return-btn p {
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

.service { /* 等速（加減速なし）に固定 */ /* 追加③ */
}

.service .mv {
	position: relative;
	padding: 250px 0 110px 0;
}

.service .mv_inner {
	width: 90%;
	margin: 0 auto;
}

.service .mv_logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.service .mv_copy {
	margin-top: 30px;
	margin-bottom: 40px;
	font-family: "Zen Old Mincho", serif;
	font-size: 39px;
	text-align: right;
}

.service .mv_copy p {
	margin-bottom: 18px;
}

.service .mv .beneGroup {
	position: absolute;
	z-index: 999;
	top: 500px;
	left: 3%;
}

.service .mv_image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	gap: 8px;
}

.service .mv_image figure {
	display: block;
	min-width: 0; /* はみ出し防止 */
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	   -moz-box-flex: 1;
	        flex: 1 1 50%;
}

.service .mv_image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.service #serviceMvSlider .swiper-wrapper {
	width: 100% !important;
	-webkit-transition-timing-function: linear !important;
	   -moz-transition-timing-function: linear !important;
	        transition-timing-function: linear !important; /* 追加① */
	will-change: transform; /* 追加② */
}

.service #serviceMvSlider img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.service .concept {
	font-family: "Zen Old Mincho", serif;
}

.service .concept_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	font-size: 32px;
	line-height: 1.6;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.service .concept_text {
	max-width: 335px;
	margin: 0 auto;
	font-size: 18px;
}

.service .concept_text_container {
	margin-top: 40px;
	line-height: 1.9;
}

.service .concept_image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-top: 110px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.service .staff {
	padding-top: 200px;
}

.service .staff_wrapper {
	width: 90%;
	max-width: 1390px;
	margin: 0 auto;
}

.service .staff_item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.service .staff_main_image {
	display: block;
	width: 70%;
	margin-left: -webkit-calc(50% - 50vw);
	margin-left: -moz-calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.service .staff_title {
	position: absolute;
	z-index: -5;
	top: 30px;
}

.service .staff_title .loop_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.service .staff_title .loop_inner_image {
	display: inline-block;
	padding-right: 10px;
	-webkit-animation: marquee 7s linear infinite;
	   -moz-animation: marquee 7s linear infinite;
	        animation: marquee 7s linear infinite;
}

.service .staff_copy {
	margin-top: 30px;
	margin-left: 3%;
}

.service .staff_main_copy {
	font-size: clamp(2.2rem, 2.5vw, 4.4rem);
	font-weight: bold;
	line-height: 1.6;
}

.service .staff_sub_copy {
	margin-top: 30px;
	font-size: clamp(1.5rem, 1.1428571429vw, 2rem);
	font-weight: bold;
	line-height: 1.5;
}

.service .staff_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-top: 90px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.service .staff_container:nth-child(3) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: reverse;
	        flex-direction: row-reverse;
}

.service .staff_container_image {
	display: block;
	width: 45%;
}

.service .staff_container_image img {
	display: block;
	width: 100%;
}

.service .staff_text {
	width: 47%;
	max-width: 600px;
}

.service .staff_question {
	position: relative;
	padding-left: 1.5em;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}

.service .staff_question::before {
	position: absolute;
	left: 0;
	font-family: serif;
	font-weight: bold;
	color: #000;
	content: "Q.";
}

.service .staff_answer {
	margin-top: 45px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8;
}

.service .staff .threePhoto {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 90%;
	max-width: 1390px;
	margin: 0 auto;
	margin-top: 90px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	gap: 10px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.service .staff .restaurant_main_image {
	display: block;
	width: 160%;
	margin-left: -webkit-calc(50% - 50vw);
	margin-left: -moz-calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.service .staff .restaurant_main_copy {
	font-size: clamp(2.2rem, 2.3333333333vw, 3.5rem);
	font-weight: bold;
	line-height: 1.6;
}

.service .staff .restaurant_sub_copy {
	margin-top: 30px;
	font-size: clamp(1.5rem, 1.1428571429vw, 1.6rem);
	font-weight: bold;
	line-height: 1.5;
}

.service .staff .tamanoya_question {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
}

.service .staff .second_question {
	margin-top: 35px;
}

.service .staff .tamanoya_answer {
	margin-top: 30px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8;
}

.service .staff .t-horsePhoto {
	margin-bottom: 120px;
}

.service .sns {
	padding-top: 200px;
	padding-bottom: 140px;
}

.service .sns_title {
	font-size: clamp(1.8rem, 4vw, 3.2rem);
	font-weight: bold;
	text-align: center;
}

.service .sns_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 90%;
	max-width: 1390px;
	margin: 0 auto;
	margin-top: 70px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	gap: 5%;
}

.service .sns_item_name {
	margin-top: 25px;
	font-size: clamp(1.3rem, 2.5vw, 3.2rem);
	font-weight: bold;
	text-align: center;
}

.service .sns_item_account {
	margin-top: 12px;
	font-size: clamp(1.2rem, 1.875vw, 2rem);
	font-weight: normal;
	text-align: center;
}

.service .imagePhoto {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.service .shopinfo {
	width: 90%;
	max-width: 1390px;
	margin: 0 auto;
	padding-top: 120px;
	padding-bottom: 120px;
}

.service .shopinfo_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.service .shopinfo_title {
	font-size: clamp(2rem, 5vw, 4rem);
	font-weight: bold;
}

.service .shopinfo_container {
	width: 70%;
	max-width: 910px;
	margin-left: auto;
}

.service .shopinfo_item {
	width: 100%;
	font-size: clamp(1.4rem, 2.25vw, 1.8rem);
	line-height: 1.6;
}

.service .shopinfo_item tr {
	display: -ms-grid;
	display: grid;
	max-width: 908px;
	border-bottom: 1px solid #d3d3d3;
	-ms-grid-columns: 230px 1fr;
	grid-template-columns: 230px 1fr;
}

.service .shopinfo_item th,
.service .shopinfo_item td {
	padding: 2.5rem 0;
	text-align: left;
	vertical-align: top;
}

.service .shopinfo_item th {
	width: 230px;
}

.service .shopinfo_item .annotation {
	font-size: 15px;
}

.service .shopinfo_item td {
	font-weight: normal;
}

.service .shopinfo_note {
	margin-top: 30px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6;
}

.service .shopinfo_map {
	margin-top: 75px;
}

.service .shopinfo_map iframe {
	width: 100%;
}

.company {
	width: 90%;
	max-width: 1390px;
	margin: 0 auto;
	padding-top: 200px;
}

.company_mv {
	margin-top: 45px;
}

.company .company_philosophy {
	padding-top: 120px;
	padding-bottom: 120px;
}

.company .company_philosophy_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

.company .company_philosophy_title {
	display: block;
	font-size: clamp(2.4rem, 5vw, 4rem);
	font-weight: bold;
}

.company .company_philosophy_item {
	max-width: 908px;
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #d3d3d3;
}

.company .company_philosophy_item:first-of-type {
	padding-top: 0;
}

.company .company_philosophy_item .item_group {
	padding-left: 6rem;
	line-height: 1.8;
}

.company .company_philosophy_item .item_head {
	margin-top: 30px;
	margin-bottom: 23px;
	font-size: clamp(1.6rem, 4vw, 3.2rem);
	font-weight: bold;
}

.company .company_philosophy .policy_group {
	padding-left: 6rem;
}

.company .company_philosophy .policy_group .policy_text {
	padding-left: 4rem;
	line-height: 1.6;
}

.company .company_philosophy .policy_group .policy_head {
	position: relative;
	margin-top: 40px;
	padding-left: 40px;
}

.company .company_philosophy .policy_group .policy_head::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 24px;
	height: 28px;
	background: no-repeat center/contain;
	content: "";
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.company .company_philosophy .policy_group:nth-of-type(1) .policy_head::before {
	background-image: url("./images/company/policy_1.svg");
}

.company .company_philosophy .policy_group:nth-of-type(2) .policy_head::before {
	background-image: url("./images/company/policy_2.svg");
}

.company .company_philosophy .policy_group:nth-of-type(3) .policy_head::before {
	background-image: url("./images/company/policy_3.svg");
}

.company .company_philosophy .policy_group:nth-of-type(4) .policy_head::before {
	background-image: url("./images/company/policy_4.svg");
}

.company .company_philosophy .policy_group:nth-of-type(5) .policy_head::before {
	background-image: url("./images/company/policy_5.svg");
}

.company .company_philosophy .policy_group .policy_group {
	padding-bottom: 30px;
	padding-left: 6rem;
	line-height: 1.8;
}

.company .company_information {
	padding-bottom: 120px;
}

.company .company_information_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

.company .company_information_title {
	display: block;
	padding-top: 20px;
	font-size: clamp(2.4rem, 5vw, 4rem);
	font-weight: bold;
}

.company .company_information_item {
	font-size: clamp(1.4rem, 2.25vw, 1.8rem);
	line-height: 1.6;
}

.company .company_information_item tr {
	display: -ms-grid;
	display: grid;
	max-width: 908px;
	border-bottom: 1px solid #d3d3d3;
	-ms-grid-columns: 250px 1fr;
	grid-template-columns: 250px 1fr;
}

.company .company_information_item th,
.company .company_information_item td {
	padding: 2.5rem 0;
	text-align: left;
	vertical-align: top;
}

.company .company_information_item th {
	width: 230px;
}

.company .company_information_item .annotation {
	font-size: 15px;
}

.company .company_information_item td {
	width: 655px;
	font-weight: normal;
}

.company .company_message {
	padding: 120px 0;
}

.company .company_message_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

.company .company_message_title { /* 左列：見出し */
	margin: 0;
	font-size: clamp(2.4rem, 5vw, 4rem);
	font-weight: 700;
	line-height: 1.2;
	-webkit-align-self: start;
	            -ms-grid-row-align: start;
	        align-self: start; /* 上揃え */
}

.company .company_message_item {
	max-width: 908px;
	font-size: clamp(1.4rem, 2.25vw, 1.8rem);
	line-height: 1.8;
}

.company .company_message_image {
	margin-bottom: 60px;
}

.company .company_message_head {
	margin: 0 0 1.2rem;
	margin-bottom: 60px;
	font-size: clamp(1.6rem, 2.75vw, 3.4rem);
	font-weight: 700;
	line-height: 1.6;
}

.company .company_message_text {
	margin-bottom: 45px;
}

.company .company_message_text p + p {
	margin-top: 2em;
}

.company .company_message_name {
	font-size: clamp(1.4rem, 2.25vw, 1.8rem);
	font-weight: 500;
	text-align: right;
}

.company .company_message_name strong {
	margin-left: 10px;
	font-size: clamp(1.8rem, 2.6vw, 3.5rem);
	font-weight: 500;
}

.contact { /*===================================
   リセット系　css
  ===================================*/ /* iOSでのデフォルトスタイルをリセット */
}

.contact .contact_form {
	padding-top: 200px;
	padding-bottom: 200px;
}

.contact .contact_form_wrapper {
	width: 90%;
	max-width: 1390px;
	margin: auto;
}

.contact .contact_form_head {
	margin-top: 100px;
	margin-bottom: 80px;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	line-height: 1.6;
}

.contact .contact_form_box {
	max-width: 1000px;
	margin: auto;
}

.contact .form-inner table,
.contact .form-inner tbody {
	display: block;
	width: 100%;
}

.contact .form-inner table tr,
.contact .form-inner tbody tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 100%;
	padding: 1em 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

.contact .form-inner table tr th,
.contact .form-inner tbody tr th {
	display: block;
	width: 30%;
	font-weight: bold;
	text-align: left;
}

.contact .form-inner table tr td,
.contact .form-inner tbody tr td {
	display: block;
	width: 70%;
	border: none;
}

.contact .form-inner table tr td .zip-item,
.contact .form-inner table tr td .pref-item,
.contact .form-inner tbody tr td .zip-item,
.contact .form-inner tbody tr td .pref-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-bottom: 1em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.contact .form-inner table tr td .zip-item input,
.contact .form-inner table tr td .pref-item input,
.contact .form-inner tbody tr td .zip-item input,
.contact .form-inner tbody tr td .pref-item input {
	width: 200px;
	margin-left: 0.5em;
}

.contact .form-inner table tr.access,
.contact .form-inner table tr.content,
.contact .form-inner tbody tr.access,
.contact .form-inner tbody tr.content {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	        align-items: flex-start;
}

.contact .form-inner table tr.access th,
.contact .form-inner table tr.content th,
.contact .form-inner tbody tr.access th,
.contact .form-inner tbody tr.content th {
	margin-top: 1em;
}

.contact .form-inner span.required,
.contact .form-inner span.non-required {
	margin-left: 0.5em;
	padding: 1px 3px 2px;
	background-color: #000;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
}

.contact .form-inner span.non-required {
	background-color: #b0b0b0;
}

.contact .contact-section {
	padding: 220px 0 120px;
}

.contact .link-btn {
	margin-top: 40px;
}

.contact input,
.contact textarea,
.contact select {
	display: block;
	width: 100%;
	border: none;
	background-color: #f2f2f2;
}

.contact textarea {
	padding: 1em;
	resize: vertical; /* 縦方向のリサイズを許可 */
}

.contact input,
.contact select {
	height: 60px;
	padding: 0 1em;
}

.contact ::-webkit-input-placeholder {
	color: #ccc;
}

.contact ::-moz-placeholder {
	color: #ccc;
}

.contact :-ms-input-placeholder {
	color: #ccc;
}

.contact ::-ms-input-placeholder {
	color: #ccc;
}

.contact ::placeholder {
	color: #ccc;
}

.contact select[name=your-type],
.contact input[type=text],
.contact input[type=tel],
.contact input[type=email],
.contact textarea[name=your-health],
.contact textarea[name=your-consult],
.contact input[type=confirm],
.contact input[type=button],
.contact input[type=submit] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.contact input[type=submit],
.contact input[type=button] {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border: none;
	border-radius: 4px;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-appearance: button;
	-moz-appearance: button;
	     appearance: button;
}

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

.contact input:focus,
.contact textarea:focus {
	outline: #ccc 1px solid;
}

.contact input,
.contact textarea {
	font-size: 16px !important;
}

.contact p.checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin: 20px auto 40px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.contact p.checkbox a {
	text-decoration: underline !important;
}

.contact p.checkbox .wpcf7-list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin: 0 0.5em;
}

.contact p.checkbox .wpcf7-list-item input[type=checkbox] {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 0;
}

.contact .form-btn {
	position: relative;
	width: 320px;
	margin: auto;
}

.contact .form-btn input[type=submit],
.contact .form-btn input[type=button] {
	display: inline-block !important;
	height: 74px;
	font-weight: bold;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.contact .form-btn input[type=submit] {
	border: 2px solid #000;
	background-color: #000;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	   -moz-box-ordinal-group: 2;
	        order: 1;
}

.contact .form-btn input[type=submit]:hover {
	background-color: #fff;
	font-weight: bold;
	color: #000;
}

.contact .form-btn input[type=button] {
	border: 2px solid #ccc;
	background-color: #ccc;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	   -moz-box-ordinal-group: 3;
	        order: 2;
}

.contact .form-btn input[type=button]:hover {
	background-color: #fff;
	font-weight: bold;
	color: rgb(114, 114, 114);
}

.contact .form-btn .wpcf7-spinner {
	display: none;
}

.contact .form-btn .contact-circle {
	position: absolute;
	top: 50%;
	right: 1em;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	     transform: translateY(-50%);
}

.contact .form-btn:hover .contact-circle .circle::before {
	display: block;
	background-color: #0d6efd;
}

.contact .form-btn:hover .contact-circle .circle::after {
	border-top: 2px solid #fff !important;
	border-right: 2px solid #fff !important;
}

.contact .back-btn {
	margin-top: 3rem;
}

.contact .back-btn .contact-circle {
	right: auto;
	left: 0;
}

.contact .back-btn .contact-circle .circle {
	margin-left: 1.6rem;
}

.contact .back-btn .contact-circle .circle::after {
	left: 0;
	-webkit-transform: rotate(-135deg);
	   -moz-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

.contact .back-btn .circle-white::after {
	border-color: #ccc !important;
}

.contact .back-btn:hover .contact-circle .circle::before {
	background-color: #ccc !important;
}

.contact .return-btn p {
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

.contact .purpose_title {
	padding-top: 80px;
}

.contact .purpose-list {
	padding-top: 30px;
}

.contact .policy_head {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: clamp(1.6rem, 1.8vw, 1.8rem);
	line-height: 2;
}

.contact .policy_text {
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	line-height: 1.8;
}

.contact .notes {
	margin-top: 20px;
	line-height: 1.6;
}

.contact .policy_list {
	margin-top: 10px;
	padding-left: 1.5em;
	list-style-type: disc;
	line-height: 1.8;
}

.news_archive {
	padding: 200px 0;
}

.news_archive_inner {
	width: 90%;
	max-width: 1390px;
	margin: 0 auto;
}

.news_archive_container {
	display: -ms-grid;
	display: grid;
	margin-top: 100px;
	-ms-grid-columns: 260px 1fr;
	grid-template-columns: 260px 1fr;
	gap: 15%;
}

.news_archive_sideNav {
	padding-top: 40px;
}

.news_archive_sideNav_list {
	display: -ms-grid;
	display: grid;
	list-style: none;
	gap: 12px;
}

.news_archive_sideNav_list li {
	padding: 10px 0;
}

.news_archive_sideNav_list li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: 12px 8px;
	border-bottom: 1px solid;
	font-size: clamp(1.3rem, 1.8vw, 1.8rem);
	font-weight: bold;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.news_archive_sideNav_list li a span {
	font-family: system-ui, -apple-system, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
}

.news_archive_sideNav_list li a:hover {
	opacity: 0.6;
}

.news_archive_side {
	position: -webkit-sticky;
	position: sticky;
	top: 24px;
	-webkit-align-self: start;
	            -ms-grid-row-align: start;
	        align-self: start;
}

.news_archive_title {
	margin: 0 0 24px;
}

.news_archive_title figure {
	display: block;
}

.news_archive_title img {
	display: block;
	width: 100%;
	max-width: 220px;
	height: auto;
}

.news_archive_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news_archive_item {
	border-bottom: 1px solid #d3d3d3;
}

.news_archive_link {
	display: -ms-grid;
	display: grid;
	padding: 40px 0;
	-ms-grid-columns: 220px 1fr;
	grid-template-columns: 220px 1fr;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	gap: 24px;
}

.news_archive_meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	gap: 12px;
}

.news_archive_date {
	font-size: clamp(1.4rem, 2vw, 2rem);
	font-weight: 500;
}

.news_archive_cat {
	display: inline-block;
	width: 110px;
	padding: 7px 0;
	background: #f0f0f0;
	font-size: clamp(1.3rem, 1.5vw, 1.5rem);
	text-align: center;
	white-space: nowrap;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

.news_archive_text {
	font-size: clamp(1.4rem, 1.8vw, 1.8rem);
	line-height: 1.6;
}

.news_archive .screen-reader-text {
	display: none;
}

.news_archive_pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-top: 120px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.news_archive_pagination .page-numbers {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	min-width: 40px;
	height: 40px;
	margin-right: 20px;
	border: 1px solid;
	font-size: 18px;
	text-decoration: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.news_archive_pagination .page-numbers.current {
	border: 3px solid #000;
	background-color: #000;
	color: #fff;
}

.news_archive_pagination .prev,
.news_archive_pagination .next {
	display: none;
}

.news-content-section {
	padding: 200px 0;
}

.news-content-section .wrapper-min {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.news-content-section .news-content__ttlBox {
	margin-bottom: 50px;
	border-bottom: 2px solid #000;
}

.news-content-section .news-content__ttlBox__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	gap: 1em;
}

.news-content-section .news-content__ttlBox__inner .time {
	font-size: clamp(1.5rem, 1.6666666667vw, 2rem);
	font-weight: bold;
}

.news-content-section .news-content__ttlBox__inner .category {
	margin-right: 0.5em;
	padding: 7px 16px;
	background: #f0f0f0;
	font-size: clamp(1.3rem, 1.25vw, 1.5rem);
}

.news-content-section .news-content__ttlBox h1 {
	margin: 3rem 0;
	font-size: clamp(1.8rem, 2.6666666667vw, 3.2rem);
}

.news-content-section .news-content__thumbnail {
	margin-bottom: 2rem;
}

.news-content-section .news-content__thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

.news-content-section .news-content__inner {
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	line-height: 1.8;
}

.news-content-section .news-content__inner h2 {
	padding: 15px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 26px;
}

.news-content-section .news-content__inner h2 + h2,
.news-content-section .news-content__inner h2 + h3,
.news-content-section .news-content__inner h2 + h4,
.news-content-section .news-content__inner h2 + p,
.news-content-section .news-content__inner h2 + ul,
.news-content-section .news-content__inner h2 + ol,
.news-content-section .news-content__inner h2 + .wp-block-image {
	margin-top: 40px;
}

.news-content-section .news-content__inner h3 {
	position: relative;
}

.news-content-section .news-content__inner h3::after {
	position: absolute;
	bottom: -1rem;
	display: block;
	width: 2.4rem;
	height: 1px;
	background-color: #000000;
	content: "";
}

.news-content-section .news-content__inner h3 + h2,
.news-content-section .news-content__inner h3 + h3,
.news-content-section .news-content__inner h3 + h4,
.news-content-section .news-content__inner h3 + p,
.news-content-section .news-content__inner h3 + ul,
.news-content-section .news-content__inner h3 + ol,
.news-content-section .news-content__inner h3 + .wp-block-image {
	margin-top: 4.8rem;
}

.news-content-section .news-content__inner h4 + h2,
.news-content-section .news-content__inner h4 + h3,
.news-content-section .news-content__inner h4 + h4,
.news-content-section .news-content__inner h4 + p,
.news-content-section .news-content__inner h4 + ul,
.news-content-section .news-content__inner h4 + ol,
.news-content-section .news-content__inner h4 + .wp-block-image {
	margin-top: 4.8rem;
}

.news-content-section .news-content__inner p {
	font-weight: 400;
}

.news-content-section .news-content__inner p + h2,
.news-content-section .news-content__inner p + h3,
.news-content-section .news-content__inner p + h4,
.news-content-section .news-content__inner p + p,
.news-content-section .news-content__inner p + ul,
.news-content-section .news-content__inner p + ol,
.news-content-section .news-content__inner p + .wp-block-image {
	margin-top: 40px;
}

.news-content-section .news-content__inner > ul + p,
.news-content-section .news-content__inner > ul + h2,
.news-content-section .news-content__inner > ul + h3,
.news-content-section .news-content__inner > ul + h4,
.news-content-section .news-content__inner > ul + ul,
.news-content-section .news-content__inner > ul + ol,
.news-content-section .news-content__inner > ul + .wp-block-image,
.news-content-section .news-content__inner > ol + p,
.news-content-section .news-content__inner > ol + h2,
.news-content-section .news-content__inner > ol + h3,
.news-content-section .news-content__inner > ol + h4,
.news-content-section .news-content__inner > ol + ul,
.news-content-section .news-content__inner > ol + ol,
.news-content-section .news-content__inner > ol + .wp-block-image {
	margin-top: 15px;
}

.news-content-section .news-content__inner > ul li {
	margin-left: 1.2em;
	padding-left: 0;
	list-style: square;
}

.news-content-section .news-content__inner > ol {
	list-style-type: decimal;
}

.news-content-section .news-content__inner > .wp-block-image + h2,
.news-content-section .news-content__inner > .wp-block-image + h3,
.news-content-section .news-content__inner > .wp-block-image + h4,
.news-content-section .news-content__inner > .wp-block-image + p,
.news-content-section .news-content__inner > .wp-block-image + ul,
.news-content-section .news-content__inner > .wp-block-image + ol,
.news-content-section .news-content__inner > .wp-block-image + .wp-block-image {
	margin-top: 4.8rem;
}

.articlePage-btn {
	margin-top: 3rem;
}

.articlePage-btn a {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	gap: 0.5em;
}

.articlePage-btn a .circle {
	display: inline-block;
	width: 1em;
	height: 1em;
	border: 1px solid #000;
	border-radius: 50%;
}

.articlePage-btn .back-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-top: 120px;
	font-size: 18px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.articlePage-btn .back-btn span {
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

@media (prefers-reduced-motion: no-preference) {

:where(html:focus-within) {
	scroll-behavior: smooth;
}

}

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

body {
	font-size: 1.6rem;
}

.sp-only {
	display: none;
}

.sp-escape {
	display: block;
}

}

@media screen and (max-width: 820px) and (min-width: 577px) {

.tab-only {
	display: block;
}

.tab-escape {
	display: none;
}

}

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

.pc-only {
	display: block;
}

.pc-escape {
	display: none;
}

.tab-only {
	display: none;
}

.tab-escape {
	display: block;
}

}

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

.service .shopinfo_inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.service .shopinfo_container {
	width: 100%;
	margin: 0 auto;
}

.company .company_philosophy_inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.company .company_philosophy_title {
	margin-bottom: 70px;
}

.company .company_information_inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.company .company_message_inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.company .company_message_head {
	margin-top: 60px;
	margin-bottom: 30px;
}

}

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

.l-header {
	padding: 5px 10px;
}

.l-header_left {
	gap: 20px;
}

.news .news_inner .news_item .news_cat {
	width: 95px;
	padding: 5px 0;
}

.service .mv .beneGroup img {
	width: 60%;
}

.service .staff {
	padding-top: 100px;
}

.service .staff_main_image {
	width: 65%;
}

.service .staff_container {
	margin-top: 50px;
}

.service .staff_question {
	font-size: clamp(1.6rem, 2vw, 2.2rem);
}

.service .staff_answer {
	margin-top: 30px;
	font-size: clamp(1.4rem, 1.6666666667vw, 1.6rem);
}

.service .staff .tamanoya_question {
	font-size: clamp(1.6rem, 2vw, 2.2rem);
}

.service .staff .tamanoya_answer {
	margin-top: 30px;
	font-size: clamp(1.4rem, 1.6666666667vw, 1.6rem);
}

.service .sns {
	padding-top: 60px;
	padding-bottom: 60px;
}

.news_archive_container {
	margin-top: 50px;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-webkit-box-align: start;
	-webkit-align-items: start;
	   -moz-box-align: start;
	        align-items: start;
	gap: 5%;
}

.news_archive_sideNav {
	padding-top: 0;
}

.news_archive_sideNav_list {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}

.news_archive_sideNav_list li {
	padding: 0;
}

.news_archive_sideNav_list li a {
	padding: 12px 5px;
}

.news_archive_link {
	padding: 20px 0;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-webkit-box-align: start;
	-webkit-align-items: start;
	   -moz-box-align: start;
	        align-items: start;
	gap: 15%;
}

.news_archive_cat {
	width: 95px;
	padding: 5px 0;
}

}

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

.pc-only {
	display: none;
}

.pc-escape {
	display: block;
}

.sp_none {
	display: none;
}

.sp-sticky-cta {
	display: -ms-grid;
	display: grid;
}

.l-footer_container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.l-footer .footer_info {
	width: 100%;
	margin-top: 40px;
}

.l-footer .footer_info .footer_logo {
	width: 50%;
}

.sp_none {
	display: none;
}

.h-vision_box {
	width: 45%;
	max-width: auto;
}

.h-service_customArrows {
	right: 125px;
	bottom: -40px;
}

.greeting_lead {
	margin-bottom: 40px;
}

.greeting_text {
	margin-bottom: 40px;
}

.recruit_title {
	margin-bottom: 50px;
}

.recruit_banner {
	margin-bottom: 30px;
}

.news_head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	   -moz-box-align: baseline;
	        align-items: baseline;
}

.news .news_inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.news .news_inner .news_title {
	width: 30%;
	margin-bottom: 0;
}

.news .news_inner .news_list {
	width: 100%;
	-webkit-box-flex: initial;
	-webkit-flex: initial;
	   -moz-box-flex: initial;
	        flex: initial;
}

.news .news_inner .news_item {
	padding: 30px 0;
}

.news .news_inner .news_item .news_link_inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	        align-items: flex-start;
	gap: 10px;
}

.news .news_inner .news_item .news_cat {
	margin-left: 8px;
	padding: 4px 12px;
}

.news .news_inner .news_item .news_text {
	margin-top: 15px;
}

.error_section .error_massage {
	font-size: 40px;
}

.service .mv {
	padding: 250px 0 60px 0;
}

.service .mv_logo img {
	width: 30%;
}

.service .mv_copy {
	font-size: 28px;
}

.service .mv .beneGroup {
	top: 40%;
}

.service .mv .beneGroup img {
	width: 50%;
}

.service .staff_title .loop_inner_image img {
	width: 50%;
}

.service .staff_copy {
	margin-top: 10px;
}

.service .staff_sub_copy {
	margin-top: 20px;
	font-size: 14px;
}

.service .staff .threePhoto {
	width: auto;
	max-width: auto;
	gap: 5px;
}

.service .staff .restaurant_main_copy {
	font-size: 22px;
	line-height: 1.4;
}

.service .staff .restaurant_sub_copy {
	margin-top: 20px;
	font-size: 14px;
}

.service .shopinfo {
	padding-top: 60px;
	padding-bottom: 60px;
}

.service .shopinfo_item tr {
	padding: 15px 0;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	row-gap: 0.4rem;
}

.service .shopinfo_item th,
.service .shopinfo_item td {
	padding: 0.5rem 0;
}

.service .shopinfo_map iframe {
	height: 300px;
}

.company .company_philosophy {
	padding-top: 60px;
	padding-bottom: 60px;
}

.company .company_philosophy_item {
	max-width: none;
	padding-top: 30px;
	padding-bottom: 30px;
}

.company .company_philosophy_item .item_group {
	padding-left: 0;
}

.company .company_philosophy .policy_group .policy_head {
	margin-top: 30px;
}

.company .company_information {
	padding-top: 0px;
	padding-bottom: 60px;
}

.company .company_information_item tr {
	padding: 15px 0;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	row-gap: 0.4rem;
}

.company .company_information_item th,
.company .company_information_item td {
	padding: 0.5rem 0;
}

.company .company_message {
	padding-top: 90px;
	padding-bottom: 80px;
}

.company .company_message_image {
	margin-bottom: 40px;
}

.contact .contact_form_head {
	margin-top: 50px;
	margin-bottom: 40px;
}

.contact .form-inner table tr,
.contact .form-inner tbody tr {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.contact .form-inner table tr th,
.contact .form-inner tbody tr th {
	width: 100%;
	margin-bottom: 5px;
}

.contact .form-inner table tr td,
.contact .form-inner tbody tr td {
	width: 100%;
}

.contact .form-inner table tr.access,
.contact .form-inner table tr.content,
.contact .form-inner tbody tr.access,
.contact .form-inner tbody tr.content {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.contact .form-inner table tr.access th,
.contact .form-inner table tr.content th,
.contact .form-inner tbody tr.access th,
.contact .form-inner tbody tr.content th {
	margin-top: 0;
}

.contact .contact-section {
	padding: 170px 0 80px;
}

.contact .form-btn input[type=submit],
.contact .form-btn input[type=button] {
	-webkit-transition: 0s;
	-moz-transition: 0s;
	transition: 0s;
}

.contact .form-btn input[type=submit]:hover {
	background-color: #000;
	color: #fff;
}

.contact .form-btn input[type=button]:hover {
	background-color: #ccc;
	color: #fff;
}

.contact .form-btn .contact-circle .circle::after {
	border-width: 1px !important;
}

.contact .form-btn:hover .contact-circle .circle::before {
	background-color: #fff;
}

.contact .form-btn:hover .contact-circle .circle::after {
	border-top: 1px solid #0d6efd !important;
	border-right: 1px solid #0d6efd !important;
}

.contact .back-btn .circle-white::after {
	border-width: 1px !important;
}

.contact .back-btn:hover .contact-circle .circle::before {
	background-color: #fff !important;
}

.contact .back-btn:hover .contact-circle .circle::after {
	border-top: 1px solid #ccc !important;
	border-right: 1px solid #ccc !important;
}

}

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

.news_head {
	margin-bottom: 15px;
}

.service .staff_sub_copy {
	margin-top: 10px;
}

.service .staff .restaurant_sub_copy {
	margin-top: 20px;
}

.company .company_information_item tr {
	row-gap: 0;
}

}

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

body {
	font-size: 1.4rem;
}

.tab-only {
	display: none;
}

.tab-escape {
	display: block;
}

.sp-only {
	display: block;
}

.sp-escape {
	display: none;
}

.l-header {
	padding: 5px 10px;
}

.l-header_menu-btn {
	width: 48px;
	height: 48px;
	border: 1.5px solid #000;
}

.l-header_menu-btn .l-header_menu-icon {
	width: 14px;
	height: 12px;
}

.l-header_menu-btn .l-header_menu-icon::before,
.l-header_menu-btn .l-header_menu-icon::after {
	height: 1.2px;
}

.l-header_menu-btn .l-header_menu-img {
	margin-top: 1px;
}

.l-global-nav {
	overflow-y: scroll;
	width: 100vw;
	padding-top: 15%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	        justify-content: flex-start;
}

.l-global-nav_list_group {
	margin-bottom: 30px;
}

body {
	padding-bottom: -webkit-calc(56px + env(safe-area-inset-bottom));
	padding-bottom: -moz-calc(56px + env(safe-area-inset-bottom));
	padding-bottom: calc(56px + env(safe-area-inset-bottom));
}

.l-footer {
	padding-top: 53px;
	padding-bottom: 10px;
}

.pc_only {
	display: none;
}

.sp_only {
	display: block;
}

.h-mv {
	padding-top: 60px;
}

.h-mv .mv_inner.swiper-container {
	display: block;
}

.h-mv .mv_inner:not(.swiper-container) {
	display: none;
}

.h-mv .mv_text {
	margin-top: 25px;
}

.h-vision {
	padding-top: 100px;
}

.h-vision_inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	   -moz-box-orient: vertical;
	   -moz-box-direction: reverse;
	        flex-direction: column-reverse;
}

.h-vision_images {
	width: 100%;
	margin-top: 40px;
	gap: 15px;
}

.h-vision_images .h-vision_imagegroup {
	gap: 15px;
}

.h-vision_box {
	width: 100%;
}

.h-vision_box .h-vision_text {
	margin-top: 22px;
	font-size: 14px;
	line-height: 1.7;
}

.h-vision_box .h-vision_btn {
	font-size: 14px;
}

.h-service {
	padding-top: 100px;
}

.h-service_customArrows img {
	width: 60%;
}

.h-service_customArrows .arrow-prev {
	left: 20px;
}

.greeting {
	padding-top: 100px;
}

.greeting_inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	   -moz-box-orient: vertical;
	   -moz-box-direction: reverse;
	        flex-direction: column-reverse;
}

.greeting_box {
	width: 100%;
}

.greeting_lead {
	margin-top: 25px;
	margin-bottom: 22px;
}

.greeting_text {
	line-height: 1.7;
}

.greeting__image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.recruit {
	padding: 100px 0;
}

.recruit_title {
	margin-bottom: 30px;
}

.recruit_links {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	gap: 20px;
}

.recruit_links_image {
	margin-bottom: 15px;
}

.news {
	padding-bottom: 60px;
}

.news .news_inner .news_item {
	padding: 20px 0;
}

.news .news_inner .news_item .news_text {
	margin-top: 0;
}

.error_section .error_massage {
	font-size: 28px;
}

.service .mv {
	padding-top: 100px;
}

.service .mv_copy {
	margin-top: 0;
	font-size: 20px;
}

.service .mv .beneGroup {
	top: 32%;
}

.service .mv_image {
	display: none;
}

.service .mv_image .sp_none {
	display: none;
}

.service .concept_title {
	font-size: 24px;
}

.service .concept_text {
	max-width: 270px;
	font-size: 14px;
}

.service .concept_image {
	margin-top: 60px;
}

.service .staff {
	padding-top: 60px;
}

.service .staff_item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.service .staff_main_image {
	width: 100%;
	margin: 0 auto;
}

.service .staff_copy {
	margin-left: 0;
}

.service .staff_main_copy {
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
}

.service .staff_container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.service .staff_container:nth-child(3) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.service .staff_container_image {
	width: 100%;
	margin-top: 20px;
}

.service .staff_text {
	width: 100%;
}

.service .staff_question {
	font-size: 16px;
}

.service .staff_answer {
	margin-top: 25px;
	font-size: 14px;
}

.service .staff .threePhoto {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-top: 30px;
	gap: 2px;
}

.service .staff .restaurant_copy {
	margin-left: 0;
}

.service .staff .restaurant_main_image {
	width: 100%;
	margin: 0 auto;
	margin-left: 0;
}

.service .staff .restaurant_main_copy {
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
}

.service .staff .tamanoya_question {
	font-size: 16px;
}

.service .staff .tamanoya_answer {
	margin-top: 25px;
	font-size: 14px;
}

.service .staff .t-horsePhoto {
	margin-bottom: 60px;
}

.service .sns_list {
	margin-top: 35px;
}

.service .sns_item_account {
	max-width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

.service .sns .sp-none {
	display: none;
}

.service .sns_item_account.cOne_account {
	max-width: none !important;
}

.service .shopinfo_note {
	font-size: 12px;
}

.service .shopinfo_map {
	margin-top: 30px;
}

.company {
	padding-top: 100px;
}

.company_head {
	width: 60%;
}

.company .company_philosophy {
	padding-top: 0px;
	padding-bottom: 0px;
}

.company .company_philosophy_title {
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}

.company .company_philosophy_item .item_head {
	margin-top: 20px;
	margin-bottom: 10px;
}

.company .company_philosophy .policy_group {
	padding-left: 0;
}

.company .company_philosophy .policy_group .policy_text {
	padding-left: 0;
}

.company .company_philosophy .policy_group .policy_head {
	padding-left: 20px;
}

.company .company_philosophy .policy_group .policy_head::before {
	width: 15px;
	height: 18px;
}

.company .company_information {
	padding-top: 0px;
}

.company .company_information_title {
	padding-top: 0px;
	padding-bottom: 40px;
}

.company .company_information_item th,
.company .company_information_item td {
	padding: 0.2rem 0;
}

.company .company_information_item td {
	width: auto;
}

.company .company_message_image {
	margin-bottom: 20px;
}

.company .company_message_head {
	margin-top: 40px;
	margin-bottom: 20px;
}

.company .company_message_text {
	margin-bottom: 25px;
}

.company .company_message_text p + p {
	margin-top: 1.5em;
}

.contact .contact_form {
	padding-top: 100px;
	padding-bottom: 100px;
}

.contact .contact_form_title {
	width: 60%;
}

.contact .form-inner table tr,
.contact .form-inner tbody tr {
	padding: 0.75em 0;
}

.contact .form-inner table tr td .zip-item input,
.contact .form-inner table tr td .pref-item input,
.contact .form-inner tbody tr td .zip-item input,
.contact .form-inner tbody tr td .pref-item input {
	width: 150px;
}

.contact .contact-section {
	padding: 100px 0 40px;
}

.contact .contact-section .wrapper-min {
	padding: 1em 0 2em;
}

.contact .link-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-top: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.contact textarea {
	padding: 0.5em;
}

.contact input,
.contact select {
	width: 100%;
	height: 40px;
	padding: 0.5em;
	line-height: 1.25;
}

.contact select {
	width: 100% !important;
	height: 45px !important;
	padding: 0.5rem;
	border: 1px solid #ccc !important;
	border-radius: 0;
	-webkit-appearance: none !important;
	-moz-appearance: menulist-button !important;
	appearance: none !important;
}

.contact p.checkbox {
	margin: 20px auto;
	text-align: center !important;
}

.contact .form-btn {
	width: 240px;
}

.contact .form-btn input[type=submit],
.contact .form-btn input[type=button] {
	height: 60px;
}

.contact .back-btn {
	margin-top: 2rem;
}

.contact .policy_head {
	line-height: 1.6;
}

.news_archive {
	padding: 100px 0;
}

.news_archive_title {
	width: 60%;
}

.news_archive_sideNav_list {
	gap: 15px;
}

.news_archive_pagination .page-numbers {
	min-width: 30px;
	height: 30px;
	margin-right: 10px;
	font-size: 15px;
}

.news-content-section {
	padding: 150px 0;
}

.news-content-section .news-content__inner h2 + h2,
.news-content-section .news-content__inner h2 + h3,
.news-content-section .news-content__inner h2 + h4,
.news-content-section .news-content__inner h2 + p,
.news-content-section .news-content__inner h2 + ul,
.news-content-section .news-content__inner h2 + ol,
.news-content-section .news-content__inner h2 + .wp-block-image {
	margin-top: 3.2rem;
}

.news-content-section .news-content__inner h3 + h2,
.news-content-section .news-content__inner h3 + h3,
.news-content-section .news-content__inner h3 + h4,
.news-content-section .news-content__inner h3 + p,
.news-content-section .news-content__inner h3 + ul,
.news-content-section .news-content__inner h3 + ol,
.news-content-section .news-content__inner h3 + .wp-block-image {
	margin-top: 3.2rem;
}

.news-content-section .news-content__inner h4 + h2,
.news-content-section .news-content__inner h4 + h3,
.news-content-section .news-content__inner h4 + h4,
.news-content-section .news-content__inner h4 + p,
.news-content-section .news-content__inner h4 + ul,
.news-content-section .news-content__inner h4 + ol,
.news-content-section .news-content__inner h4 + .wp-block-image {
	margin-top: 3.2rem;
}

.news-content-section .news-content__inner p + h2,
.news-content-section .news-content__inner p + h3,
.news-content-section .news-content__inner p + h4,
.news-content-section .news-content__inner p + p,
.news-content-section .news-content__inner p + ul,
.news-content-section .news-content__inner p + ol,
.news-content-section .news-content__inner p + .wp-block-image {
	margin-top: 3.2rem;
}

.news-content-section .news-content__inner > ul + p,
.news-content-section .news-content__inner > ul + h2,
.news-content-section .news-content__inner > ul + h3,
.news-content-section .news-content__inner > ul + h4,
.news-content-section .news-content__inner > ul + ul,
.news-content-section .news-content__inner > ul + ol,
.news-content-section .news-content__inner > ul + .wp-block-image,
.news-content-section .news-content__inner > ol + p,
.news-content-section .news-content__inner > ol + h2,
.news-content-section .news-content__inner > ol + h3,
.news-content-section .news-content__inner > ol + h4,
.news-content-section .news-content__inner > ol + ul,
.news-content-section .news-content__inner > ol + ol,
.news-content-section .news-content__inner > ol + .wp-block-image {
	margin-top: 3.2rem;
}

.news-content-section .news-content__inner > .wp-block-image + h2,
.news-content-section .news-content__inner > .wp-block-image + h3,
.news-content-section .news-content__inner > .wp-block-image + h4,
.news-content-section .news-content__inner > .wp-block-image + p,
.news-content-section .news-content__inner > .wp-block-image + ul,
.news-content-section .news-content__inner > .wp-block-image + ol,
.news-content-section .news-content__inner > .wp-block-image + .wp-block-image {
	margin-top: 3.2rem;
}

}

@-webkit-keyframes fade-in {

0% {
	opacity: 0;
	-webkit-transform: translateY(25px);
	        transform: translateY(25px);
}

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

}

@-moz-keyframes fade-in {

0% {
	opacity: 0;
	-moz-transform: translateY(25px);
	     transform: translateY(25px);
}

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

}

@keyframes fade-in {

0% {
	opacity: 0;
	-webkit-transform: translateY(25px);
	   -moz-transform: translateY(25px);
	        transform: translateY(25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	        transform: translateY(0);
}

}

@-webkit-keyframes fade-up {

0% {
	opacity: 0;
	-webkit-transform: translateY(-25px);
	        transform: translateY(-25px);
}

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

}

@-moz-keyframes fade-up {

0% {
	opacity: 0;
	-moz-transform: translateY(-25px);
	     transform: translateY(-25px);
}

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

}

@keyframes fade-up {

0% {
	opacity: 0;
	-webkit-transform: translateY(-25px);
	   -moz-transform: translateY(-25px);
	        transform: translateY(-25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	        transform: translateY(0);
}

}

@-webkit-keyframes fade-right {

0% {
	opacity: 0;
	-webkit-transform: translateX(25px);
	        transform: translateX(25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

}

@-moz-keyframes fade-right {

0% {
	opacity: 0;
	-moz-transform: translateX(25px);
	     transform: translateX(25px);
}

100% {
	opacity: 1;
	-moz-transform: translateX(0);
	     transform: translateX(0);
}

}

@keyframes fade-right {

0% {
	opacity: 0;
	-webkit-transform: translateX(25px);
	   -moz-transform: translateX(25px);
	        transform: translateX(25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	        transform: translateX(0);
}

}

@-webkit-keyframes fade-left {

0% {
	opacity: 0;
	-webkit-transform: translateX(-25px);
	        transform: translateX(-25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

}

@-moz-keyframes fade-left {

0% {
	opacity: 0;
	-moz-transform: translateX(-25px);
	     transform: translateX(-25px);
}

100% {
	opacity: 1;
	-moz-transform: translateX(0);
	     transform: translateX(0);
}

}

@keyframes fade-left {

0% {
	opacity: 0;
	-webkit-transform: translateX(-25px);
	   -moz-transform: translateX(-25px);
	        transform: translateX(-25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	        transform: translateX(0);
}

}

@-webkit-keyframes fade-bg {

0% {
	-webkit-transform: translate(-101%, -50%);
	        transform: translate(-101%, -50%);
}

50% {
	-webkit-transform: translateX(0, -50%);
	        transform: translateX(0, -50%);
}

100% {
	-webkit-transform: translate(101%, -50%);
	        transform: translate(101%, -50%);
}

}

@-moz-keyframes fade-bg {

0% {
	-moz-transform: translate(-101%, -50%);
	     transform: translate(-101%, -50%);
}

50% {
	-moz-transform: translateX(0, -50%);
	     transform: translateX(0, -50%);
}

100% {
	-moz-transform: translate(101%, -50%);
	     transform: translate(101%, -50%);
}

}

@keyframes fade-bg {

0% {
	-webkit-transform: translate(-101%, -50%);
	   -moz-transform: translate(-101%, -50%);
	        transform: translate(-101%, -50%);
}

50% {
	-webkit-transform: translateX(0, -50%);
	   -moz-transform: translateX(0, -50%);
	        transform: translateX(0, -50%);
}

100% {
	-webkit-transform: translate(101%, -50%);
	   -moz-transform: translate(101%, -50%);
	        transform: translate(101%, -50%);
}

}

@-webkit-keyframes appear {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-moz-keyframes appear {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes appear {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes disappear {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-moz-keyframes disappear {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes disappear {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes sway {

0%,100% {
	-webkit-transform: rotate(10deg);
	        transform: rotate(10deg);
}

50% {
	-webkit-transform: rotate(-10deg);
	        transform: rotate(-10deg);
}

}

@-moz-keyframes sway {

0%,100% {
	-moz-transform: rotate(10deg);
	     transform: rotate(10deg);
}

50% {
	-moz-transform: rotate(-10deg);
	     transform: rotate(-10deg);
}

}

@keyframes sway {

0%,100% {
	-webkit-transform: rotate(10deg);
	   -moz-transform: rotate(10deg);
	        transform: rotate(10deg);
}

50% {
	-webkit-transform: rotate(-10deg);
	   -moz-transform: rotate(-10deg);
	        transform: rotate(-10deg);
}

}

@-webkit-keyframes ver-hol {

0% {
	-webkit-transform: translate(10px, 10px) rotate(4deg);
	        transform: translate(10px, 10px) rotate(4deg);
}

50% {
	-webkit-transform: translate(-10px, -10px) rotate(-8deg);
	        transform: translate(-10px, -10px) rotate(-8deg);
}

100% {
	-webkit-transform: translate(10px, 10px) rotate(4deg);
	        transform: translate(10px, 10px) rotate(4deg);
}

}

@-moz-keyframes ver-hol {

0% {
	-moz-transform: translate(10px, 10px) rotate(4deg);
	     transform: translate(10px, 10px) rotate(4deg);
}

50% {
	-moz-transform: translate(-10px, -10px) rotate(-8deg);
	     transform: translate(-10px, -10px) rotate(-8deg);
}

100% {
	-moz-transform: translate(10px, 10px) rotate(4deg);
	     transform: translate(10px, 10px) rotate(4deg);
}

}

@keyframes ver-hol {

0% {
	-webkit-transform: translate(10px, 10px) rotate(4deg);
	   -moz-transform: translate(10px, 10px) rotate(4deg);
	        transform: translate(10px, 10px) rotate(4deg);
}

50% {
	-webkit-transform: translate(-10px, -10px) rotate(-8deg);
	   -moz-transform: translate(-10px, -10px) rotate(-8deg);
	        transform: translate(-10px, -10px) rotate(-8deg);
}

100% {
	-webkit-transform: translate(10px, 10px) rotate(4deg);
	   -moz-transform: translate(10px, 10px) rotate(4deg);
	        transform: translate(10px, 10px) rotate(4deg);
}

}

@-webkit-keyframes hol-ver {

0% {
	-webkit-transform: translate(-10px, -10px) rotate(12deg);
	        transform: translate(-10px, -10px) rotate(12deg);
}

50% {
	-webkit-transform: translate(10px, 10px) rotate(-6deg);
	        transform: translate(10px, 10px) rotate(-6deg);
}

100% {
	-webkit-transform: translate(-10px, -10px) rotate(12deg);
	        transform: translate(-10px, -10px) rotate(12deg);
}

}

@-moz-keyframes hol-ver {

0% {
	-moz-transform: translate(-10px, -10px) rotate(12deg);
	     transform: translate(-10px, -10px) rotate(12deg);
}

50% {
	-moz-transform: translate(10px, 10px) rotate(-6deg);
	     transform: translate(10px, 10px) rotate(-6deg);
}

100% {
	-moz-transform: translate(-10px, -10px) rotate(12deg);
	     transform: translate(-10px, -10px) rotate(12deg);
}

}

@keyframes hol-ver {

0% {
	-webkit-transform: translate(-10px, -10px) rotate(12deg);
	   -moz-transform: translate(-10px, -10px) rotate(12deg);
	        transform: translate(-10px, -10px) rotate(12deg);
}

50% {
	-webkit-transform: translate(10px, 10px) rotate(-6deg);
	   -moz-transform: translate(10px, 10px) rotate(-6deg);
	        transform: translate(10px, 10px) rotate(-6deg);
}

100% {
	-webkit-transform: translate(-10px, -10px) rotate(12deg);
	   -moz-transform: translate(-10px, -10px) rotate(12deg);
	        transform: translate(-10px, -10px) rotate(12deg);
}

}

@-webkit-keyframes floating-right {

0% {
	-webkit-transform: translate(-10px, -5px) rotate(-6deg);
	        transform: translate(-10px, -5px) rotate(-6deg);
}

50% {
	-webkit-transform: translate(10px, 10px) rotate(6deg);
	        transform: translate(10px, 10px) rotate(6deg);
}

100% {
	-webkit-transform: translate(-10px, -5px) rotate(-6deg);
	        transform: translate(-10px, -5px) rotate(-6deg);
}

}

@-moz-keyframes floating-right {

0% {
	-moz-transform: translate(-10px, -5px) rotate(-6deg);
	     transform: translate(-10px, -5px) rotate(-6deg);
}

50% {
	-moz-transform: translate(10px, 10px) rotate(6deg);
	     transform: translate(10px, 10px) rotate(6deg);
}

100% {
	-moz-transform: translate(-10px, -5px) rotate(-6deg);
	     transform: translate(-10px, -5px) rotate(-6deg);
}

}

@keyframes floating-right {

0% {
	-webkit-transform: translate(-10px, -5px) rotate(-6deg);
	   -moz-transform: translate(-10px, -5px) rotate(-6deg);
	        transform: translate(-10px, -5px) rotate(-6deg);
}

50% {
	-webkit-transform: translate(10px, 10px) rotate(6deg);
	   -moz-transform: translate(10px, 10px) rotate(6deg);
	        transform: translate(10px, 10px) rotate(6deg);
}

100% {
	-webkit-transform: translate(-10px, -5px) rotate(-6deg);
	   -moz-transform: translate(-10px, -5px) rotate(-6deg);
	        transform: translate(-10px, -5px) rotate(-6deg);
}

}

@-webkit-keyframes floating-left {

0% {
	-webkit-transform: translate(10px, 10px) rotate(12deg);
	        transform: translate(10px, 10px) rotate(12deg);
}

50% {
	-webkit-transform: translate(-20px, -20px) rotate(-12deg);
	        transform: translate(-20px, -20px) rotate(-12deg);
}

100% {
	-webkit-transform: translate(10px, 10px) rotate(12deg);
	        transform: translate(10px, 10px) rotate(12deg);
}

}

@-moz-keyframes floating-left {

0% {
	-moz-transform: translate(10px, 10px) rotate(12deg);
	     transform: translate(10px, 10px) rotate(12deg);
}

50% {
	-moz-transform: translate(-20px, -20px) rotate(-12deg);
	     transform: translate(-20px, -20px) rotate(-12deg);
}

100% {
	-moz-transform: translate(10px, 10px) rotate(12deg);
	     transform: translate(10px, 10px) rotate(12deg);
}

}

@keyframes floating-left {

0% {
	-webkit-transform: translate(10px, 10px) rotate(12deg);
	   -moz-transform: translate(10px, 10px) rotate(12deg);
	        transform: translate(10px, 10px) rotate(12deg);
}

50% {
	-webkit-transform: translate(-20px, -20px) rotate(-12deg);
	   -moz-transform: translate(-20px, -20px) rotate(-12deg);
	        transform: translate(-20px, -20px) rotate(-12deg);
}

100% {
	-webkit-transform: translate(10px, 10px) rotate(12deg);
	   -moz-transform: translate(10px, 10px) rotate(12deg);
	        transform: translate(10px, 10px) rotate(12deg);
}

}

@-webkit-keyframes swiper-animation {

0% {
	-webkit-transform: translateX(0%);
	        transform: translateX(0%);
}

100% {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

@-moz-keyframes swiper-animation {

0% {
	-moz-transform: translateX(0%);
	     transform: translateX(0%);
}

100% {
	-moz-transform: translateX(-100%);
	     transform: translateX(-100%);
}

}

@keyframes swiper-animation {

0% {
	-webkit-transform: translateX(0%);
	   -moz-transform: translateX(0%);
	        transform: translateX(0%);
}

100% {
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

@-webkit-keyframes marquee {

0% {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

@-moz-keyframes marquee {

0% {
	-moz-transform: translateX(0);
	     transform: translateX(0);
}

100% {
	-moz-transform: translateX(-100%);
	     transform: translateX(-100%);
}

}

@keyframes marquee {

0% {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	        transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

