/*=======================
基本設定
=======================*/

/*=======================
共通パーツ
=======================*/

body {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	letter-spacing: normal;
}

body.is-fixed {
	overflow: clip;
}

.inner {
	margin: 0 auto;
	max-width: 1000px;
}

.sec-title {
	-webkit-box-decoration-break: clone;
	background: #000;
	box-decoration-break: clone;
	color: #FFF;
	display: inline;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 2.5357142857;
	padding: 10px 20px;
}

.sec-text {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 2.125;
}

br.is-pc {
	display: block;
}

br.is-sp {
	display: none;
}

span.is-pc {
	display: inline;
}

span.is-sp {
	display: none;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

.js-fadeUp {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s, transform 0.8s;
}

.js-fadeUp.is-inview {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}

/*=======================
ヘッダー
=======================*/

.header {
	display: flex;
	height: 115px;
	justify-content: space-between;
	position: relative;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.header-logo {
	background: #3B1C02;
	display: grid;
	height: 100%;
	place-content: center;
	width: 190px;
}

.header-logo img {
	height: 92px;
	width: 112px;
}

.header-content {
	background: #FFF;
	display: flex;
	height: 70px;
	width: 100%;
}
.l-language-box{
	margin-left: auto;
	display: flex;
	align-items: center;
	margin-right: 20px;
  
  }
  .l-language-box p{
	font-size: 14px;
  
  }
  .l-language-box p:first-child{
	position: relative;
  
  }
  .l-language-box p:first-child::after{
	display: block;
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	background-color: #333;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
  
  }
  .l-language-box a{
	  color: #333;
	padding: 0 10px;
  }
  .l-language-box__mark{
	font-weight: bold;
	position: relative;
  
  }
  .l-language-box__mark::before{
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #333;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
  
  }

.sns-items {
	align-items: center;
	display: flex;
	gap: 20px;
}

/* .header-sns-items {
	margin-left: auto;
} */

.sns-item-link {
	transition: all 0.3s ease;
}

.header-nav {
	height: 100%;
	margin-left: 24px;
}

.header-nav-items {
	display: flex;
	height: 100%;
}

.header-nav-item {
	height: 100%;
}

.header-nav-item-link {
	color: #FFF;
	display: grid;
	font-size: 12px;
	font-weight: bold;
	height: 100%;
	letter-spacing: 0.02em;
	place-content: center;
	text-align: center;
	transition: all 0.3s ease;
	width: 150px;
}

.header-nav-item-link .en {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.11em;
}

.header-nav-item-link.brown {
	background: #3B1C02;
}

.header-nav-item-link.blue {
	background: #2C99CB;
}

/*=======================
FV
=======================*/

.fv {
	padding-top: 70px;
}

.fv-img {
	width: 100%;
}

.fv-img video {
	height: auto;
	width: 100%;
}

/*=======================
イントロ
=======================*/

.intro {
	overflow: hidden;
	padding-top: 53px;
	position: relative;
}

.intro::after {
	background: #F4F4F4;
	bottom: 0;
	content: "";
	height: 373px;
	left: 0;
	position: absolute;
	width: 100%;
}

.intro-circle {
	animation: 30s linear infinite rotation;
	height: 343px;
	position: absolute;
	right: -133px;
	top: 55px;
	width: 343px;
	z-index: 1;
}

.intro-inner {
	max-width: initial;
}

.intro-content {
	display: grid;
	gap: 0 61px;
	grid-template-columns: 1fr 720px;
	grid-template-rows: 240px 180px 70px;
	position: relative;
	z-index: 2;
}

.intro-img {
	grid-column: 1/2;
	grid-row: 1/4;
}

.intro-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.intro-title-wrapper {
	display: block;
	grid-column: 2/3;
	grid-row: 1/2;
	margin-top: auto;
}

.intro-title {
	font-size: 24px;
	letter-spacing: 0.08em;
	line-height: 2.4166666667;
	padding: 7px 20px;
}

.intro-lead {
	color: #2C99CB;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 16px;
	font-weight: bold;
	grid-column: 2/3;
	grid-row: 2/3;
	letter-spacing: 0.08em;
	line-height: 1.75;
	margin-top: 25px;
}

.intro-text {
	grid-column: 2/3;
	font-size: 14px;
	grid-row: 3/4;
	margin-top: 5px;
}

.loop-items {
	display: flex;
	gap: 50px;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.loop-item {
	animation: loop-slide 40s infinite linear 1s both;
	height: 138px;
	position: relative;
	width: 1987px;
	z-index: 1;
}

.photo {
	background: #F4F4F4;
	padding-top: 26px;
	position: relative;
	width: 100%;
}

.photo-bg {
	height: max(713px, 71.3rem);
	position: relative;
}

.photo-bg img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 100%;
}

.photo-inner {
	left: 50%;
	max-width: 1030px;
	position: absolute;
	top: 109px;
	translate: -50% 0;
}

.photo-content {
	display: flex;
	gap: 0 9px;
	overflow: hidden;
}

.photo-items {
	animation: loop-slide 30s infinite linear 1s both;
	display: grid;
	gap: 9px;
	grid-template-columns: 250px 216px 244px 194px 249px 244px;
	grid-template-rows: 189px 58px 27px 165px;
}

.photo-items.is-paused {
	animation-play-state: paused;
}

.photo-item:nth-of-type(1) {
	grid-column: 1/3;
	grid-row: 1/4;
}

.photo-item:nth-of-type(2) {
	grid-column: 3/4;
	grid-row: 1/3;
}

.photo-item:nth-of-type(3) {
	grid-column: 4/5;
	grid-row: 1/2;
}

.photo-item:nth-of-type(4) {
	grid-column: 5/6;
	grid-row: 1/2;
}

.photo-item:nth-of-type(5) {
	grid-column: 6/7;
	grid-row: 1/3;
}

.photo-item:nth-of-type(6) {
	grid-column: 1/2;
	grid-row: 4/5;
}

.photo-item:nth-of-type(7) {
	grid-column: 2/3;
	grid-row: 4/5;
}

.photo-item:nth-of-type(8) {
	grid-column: 3/4;
	grid-row: 3/5;
}

.photo-item:nth-of-type(9) {
	grid-column: 4/6;
	grid-row: 2/5;
}

.photo-item:nth-of-type(10) {
	grid-column: 6/7;
	grid-row: 3/5;
}

.photo-item img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.js-modal-open {
	cursor: pointer;
	overflow: hidden;
}

.js-modal-open img {
	transition: all 0.3s ease;
}

.modal {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.modal-bg {
	background: rgba(0, 0, 0, 0.8);
	display: grid;
	height: 100%;
	place-content: center;
	position: absolute;
	width: 100%;
	z-index: 1000;
}

.modal-img {
	position: relative;
	width: 100%;
}

.modal-close {
	background: #FFF;
	border-radius: 50%;
	cursor: pointer;
	height: 42px;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 42px;
}

.modal-close img {
	transition: all 0.3s ease;
}

/*=======================
プラン
=======================*/

.plan {
	background: #F4F4F4;
	overflow: hidden;
	padding-top: 53px;
}

.plan-title-wrapper {
	text-align: center;
}

.plan-text {
	color: #E33D01;
	margin-top: 9px;
	text-align: center;
}

.plan-items {
	margin-top: 13px;
}

.plan-item {
	padding-bottom: 60px;
}

.plan-item.orange .plan-item-title::before {
	background: #E33D01;
}

.plan-item.orange .plan-item-box-price-text {
	color: #E33D01;
}

.plan-item.orange .plan-info-item-title {
	background: #E33D01;
}

.plan-item.green .plan-item-title::before {
	background: #228111;
}

.plan-item.green .plan-item-box-price-text {
	color: #228111;
}

.plan-item.green .plan-info-item-title {
	background: #228111;
}

.plan-item.item01 .plan-item-title::after {
	background: url(../img/plan_01_copy.svg) no-repeat center center/cover;
}

.plan-item.item01 .plan-item-content {
	background: #F4F4F4;
}

.plan-item.item01 .plan-info-item:first-of-type::before {
	background: url(../img/plan_01_deco.svg) no-repeat center center/cover;
}

.plan-item.item02 {
	background: #FFF;
	padding-bottom: 47px;
	padding-top: 43px;
}

.plan-item.item02 .plan-item-title::after {
	background: url(../img/plan_02_copy.svg) no-repeat center center/cover;
}

.plan-item.item02 .plan-item-content {
	background: #FFF;
}

.plan-item.item02 .plan-info-item:first-of-type::before {
	background: url(../img/plan_02_deco.svg) no-repeat center center/cover;
}

.plan-item-title-wrapper {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

.plan-item-title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.2;
	padding-left: 18px;
	position: relative;
}

.plan-item-title::before {
	content: "";
	/* height: 40px; */
	left: 0;
	position: absolute;
	top: 5px;
	bottom: 5px;
	/* translate: 0 -50%; */
	width: 6px;
}

.plan-item-title::after {
	content: "";
	height: 190px;
	position: absolute;
	right: -10px;
	top: -4px;
	width: 190px;
}

.plan-item-text {
	font-weight: 400;
	margin-top: 8px;
	padding-right: 210px;
}

.plan-item-img {
	margin-inline: calc(50% - 50vw);
	margin-top: 24px;
	width: 100vw;
}

.plan-item-content {
	margin-top: -47px;
	padding: 47px 50px 0;
	position: relative;
}

.plan-item-box {
	border: 1px solid #000;
	display: grid;
	grid-template-columns: 234px 1fr;
}

.plan-item-box dt {
	background: #000;
	color: #FFF;
	display: grid;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.3888888889;
	place-content: center;
	text-align: center;
}

.plan-item-box dd {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
	justify-content: center;
	padding: 20px 20px 20px 20px;
}

.plan-item-box-price {
	text-align: center;
}

.plan-item-box-price-text {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.plan-item-box-price-text .large {
	font-family: "Oswald", sans-serif;
	font-size: 56px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.plan-item-box-price-attention {
	margin-top: 6px;
	text-align: left;
	font-size: 12px;
}

.plan-item-box-price-attention .small {
	display: block;
	font-size: 10px;
	line-height: 1.5833333333;
	margin-top: -4px;
}
.plan-item-box-price-attention .small .red {
	color: #E33D00;
}

.plan-item-box-price-attention .small a {
	color: #463EFF;
	text-decoration: underline;
	transition: all 0.3s ease;
}

.plan-item-box-option {
	background: #E9A900;
	border-radius: 40px 0 0 40px;
	padding: 10px 16px 10px 92px;
	position: relative;
	text-align: center;
}

.plan-item-box-option::before {
	background: url(../img/plan_free-drink.png) no-repeat center center/cover;
	content: "";
	height: 91px;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 91px;
}

.plan-item-box-option-text {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.4285714286;
}

.plan-info-items {
	border: 1px solid #000;
	border-top: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.plan-info-item {
	border-right: 1px solid #000;
}

.plan-info-item:first-of-type {
	position: relative;
}

.plan-info-item:first-of-type::before {
	content: "";
	height: 165px;
	left: -128px;
	position: absolute;
	top: -67px;
	width: 165px;
}

.plan-info-item:last-of-type {
	border-right: none;
}

.plan-info-item-title {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.4285714286;
	padding: 7px 0;
	text-align: center;
}

.plan-info-sub-items {
	padding: 20px 10px 22px;
}

.plan-info-sub-item {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.7142857143;
}

.plan-info-sub-item .small {
	display: block;
	font-size: 10px;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-top: -2px;
}

.plan-item-limited {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 20px;
}

.plan-item-limited-info {
	background: #FFF;
}

.plan-item-limited-info-head {
	background: #E9A900;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.2;
	padding: 12px;
	text-align: center;
}

.plan-item-limited-info-body {
	padding: 25px 20px 34px 43px;
	text-align: center;
}

.plan-item-limited-info-body-text {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.5625;
}

.plan-item-limited-info-body-text-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	justify-content: center;
	margin-top: 4px;
}

.plan-item-limited-info-body-text-attention {
	font-size: 10px;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 10px;
}
.plan-item-limited-info-body-text-attention .red {
	color: #E33D00;
}

.plan-item-limited-info-body-text-attention a {
	color: #463EFF;
	text-decoration: underline;
	transition: all 0.3s ease;
}

.plan-item-limited-info-body-text-emphasis {
	background: #2C99CB;
	color: #FFF;
	display: grid;
	font-size: 16px;
	font-weight: bold;
	height: 42px;
	letter-spacing: 0.04em;
	margin-top: 11px;
	padding: 13px 8px;
	place-content: center;
	width: -moz-fit-content;
	width: fit-content;
}

.plan-item-limited-info-body-price-wrapper {
	align-items: baseline;
	display: flex;
	gap: 0 22px;
}

.plan-item-limited-info-body-price-regular {
	font-family: "Oswald", sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.04em;
	position: relative;
}

.plan-item-limited-info-body-price-regular::before,
.plan-item-limited-info-body-price-regular::after {
	background: #000;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.plan-item-limited-info-body-price-regular::before {
	top: 42%;
}

.plan-item-limited-info-body-price-regular::after {
	top: 58%;
}

.plan-item-limited-info-body-price-regular .large {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.plan-item-limited-info-body-price {
	color: #E33D01;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.04em;
	position: relative;
}

.plan-item-limited-info-body-price::before {
	background: #000;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	height: 25px;
	left: -13px;
	position: absolute;
	top: 55%;
	translate: 0 -50%;
	width: 12px;
}

.plan-item-limited-info-body-price .large {
	font-family: "Oswald", sans-serif;
	font-size: 49px;
	letter-spacing: 0.02em;
}

.plan-item-limited-info-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

/*=======================
メニューー
=======================*/

.menu {
	background: #F4F4F4;
	overflow: hidden;
	padding: 68px 0 79px;
}

.menu-items {
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr;
}

.menu-item.item01 {
	position: relative;
}

.menu-item.item01::before,
.menu-item.item01::after {
	content: "";
	position: absolute;
}

.menu-item.item01::before {
	background: url(../img/menu_deco_02.png) no-repeat center center/cover;
	bottom: 19px;
	height: 131px;
	left: -27px;
	width: 68px;
}

.menu-item.item01::after {
	background: url(../img/menu_deco_03.png) no-repeat center center/cover;
	bottom: 26px;
	height: 116px;
	right: -40px;
	width: 95px;
}

.menu-item.item01 .menu-item-title::before {
	background: url(../img/icon_cocktail.png) no-repeat center center/cover;
	height: 49px;
	width: 48px;
}

.menu-item.item02 {
	position: relative;
}

.menu-item.item02 .menu-item-title::before {
	background: url(../img/icon_fork.png) no-repeat center center/cover;
	height: 49px;
	width: 42px;
}

.menu-item-title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.04em;
	padding-top: 64px;
	position: relative;
	text-align: center;
}

.menu-item-title::before {
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	translate: -50% 0;
}

.menu-item-content {
	background: #FFF;
	border: 1px solid #000;
	margin-top: 21px;
	padding: 38px 0 38px;
	text-align: center;
}

.menu-item-content-title {
	-webkit-box-decoration-break: clone;
	background: #000;
	box-decoration-break: clone;
	color: #FFF;
	display: inline;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 2;
	padding: 6px 32px;
}

.menu-item-content-title.deco {
	position: relative;
}

.menu-item-content-title.deco::before {
	background: url(../img/menu_deco_01.png) no-repeat center center/cover;
	content: "";
	height: 80px;
	left: -40px;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 65px;
}

.menu-item-content-text {
	font-weight: 400;
	line-height: 2;
	margin-top: 19px;
	padding: 0 20px;
}

.menu-item-content-info {
	margin-top: 26px;
}

.menu-item-content-info-title {
	background: #000;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 2;
	padding: 2px 20px;
	width: 100%;
}

.menu-item-content-info-items {
	margin-inline: auto;
	margin-top: 17px;
	max-width: 780px;
	padding: 0 20px;
	text-align: left;
}

.menu-item-content-info-item {
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 2;
}

.menu-item-content-info-item .bold {
	font-weight: bold;
}

.menu-item-list-items-wrapper {
	display: grid;
	gap: 0 60px;
	grid-template-columns: 1fr 1fr;
	padding: 0 80px;
	text-align: initial;
}

.menu-item-list-items {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 0 60px;
	height: 308px;
}

.menu-item-list-item {
	border-bottom: 1px solid #707070;
	display: grid;
	grid-template-columns: 1fr 70px;
	padding: 17px 9px 16px 15px;
	width: 100%;
}

.menu-item-list-item:first-of-type {
	border-top: 1px solid #707070;
}

.menu-item-list-item:nth-of-type(7) {
	border-top: 1px solid #707070;
}

.menu-item-list-item dt,
.menu-item-list-item dd {
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.2;
}

.menu-item-list-item dd {
	text-align: right;
}

/*=======================
概要
=======================*/

.overview {
	background: url(../img/overview_bg_pc.png) no-repeat center center/cover;
	padding: 74px 0 66px;
	position: relative;
}

.overview-content {
	background: #FFF;
	padding: 39px 0 50px;
	position: relative;
}

.overview-title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 2.1388888889;
	padding-top: 33px;
	position: relative;
	text-align: center;
}

.overview-title::before {
	background: url(../img/overview_title_deco.svg) no-repeat center center/cover;
	content: "";
	height: 35px;
	left: 50%;
	position: absolute;
	top: 0;
	translate: -50% 0;
	width: 68px;
}

.overview-items {
	border-bottom: 1px solid #3B1C02;
	border-top: 1px solid #3B1C02;
	display: grid;
	gap: 31px 0;
	grid-template-columns: 1fr;
	margin: 17px auto 0;
	padding: 35px 0px 35px 0px;
	width: 710px;
}

.overview-item {
	display: grid;
	gap: 0 17px;
	grid-template-columns: 140px 1fr;
}

.overview-item dt {
	background: #2C99CB;
	color: #FFF;
	display: grid;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	letter-spacing: 0.06em;
	place-content: center;
}

.overview-item dd {
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 1.5555555556;
	padding-top: 3px;
}

/*=======================
お問い合わせ
=======================*/

.contact {
	background: #F4F4F4;
	padding: 47px 0 48px;
}

.contact-title {
	text-align: center;
}

.contact-title .title-en {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	letter-spacing: 0.06em;
}

.contact-title .title-jp {
	display: block;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-top: 14px;
}

.contact-box {
	display: flex;
	justify-content: center;
	margin-top: 19px;
}

.contact-box-name {
	background: #2C99CB;
	color: #FFF;
	display: grid;
	font-size: 18px;
	font-weight: bold;
	height: 80px;
	letter-spacing: 0.06em;
	place-content: center;
	width: 195px;
}

.contact-box-tel {
	background: #FFF;
	border: 1px solid #2C99CB;
	display: grid;
	height: 80px;
	place-content: center;
	text-align: center;
	width: 340px;
}

.contact-box-tel-num {
	color: #2C99CB;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.06em;
	transition: all 0.3s ease;
}

.contact-box-tel-text {
	color: #2C99CB;
	font-size: 12px;
	letter-spacing: 0.06em;
	margin-top: 6px;
}

.contact-items {
	background: #FFF;
	margin-top: 29px;
	padding: 29px 0;
	text-align: center;
}

.contact-item {
	font-size: 12px;
	letter-spacing: 0.06em;
	line-height: 2.1666666667;
}

.float {
	background: #FFF;
	background: #2C99CB;
	border-radius: 50%;
	bottom: 19px;
	height: 144px;
	position: fixed;
	right: 19px;
	text-align: center;
	width: 144px;
	z-index: 50;
}

.float-link {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.2105263158;
	transition: all 0.3s ease;
}

.float-link::before {
	border: 1px solid #FFF;
	border-radius: 50%;
	content: "";
	height: 137px;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 137px;
}

.float-link img {
	height: 26px;
	margin: 42px auto 7px;
	width: 26px;
}

/*=======================
フッター
=======================*/

.footer {
	background: url(../img/footer_bg_pc.png) no-repeat center center/cover;
	padding: 43px 0 39px;
	width: 100%;
}

.footer-text {
	color: #FFF;
	display: block;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.12em;
	margin-inline: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.footer-text::before,
.footer-text::after {
	background: #FFF;
	content: "";
	height: 32px;
	position: absolute;
	top: 45%;
	translate: 0 -50%;
	width: 1px;
}

.footer-text::before {
	left: -17px;
	rotate: -30deg;
}

.footer-text::after {
	right: -17px;
	rotate: 30deg;
}

.footer-sns-items {
	gap: 26px;
	margin: 22px auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.footer-sns-item {
	height: 50px;
	width: 50px;
}

@media (hover: hover) and (pointer: fine) {

.sns-item-link:hover {
	opacity: 0.7;
}

.header-nav-item-link:hover {
	opacity: 0.7;
}

.js-modal-open:hover img {
	scale: 1.05;
}

.modal-close:hover img {
	opacity: 0.7;
}

.plan-item-box-price-attention .small a:hover {
	opacity: 0.7;
}

.plan-item-limited-info-body-text-attention a:hover {
	opacity: 0.7;
}

.contact-box-tel-num:hover {
	opacity: 0.7;
}

.float-link:hover {
	opacity: 0.7;
}

}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {

.sns-item-link:hover {
	opacity: 0.7;
}

.header-nav-item-link:hover {
	opacity: 0.7;
}

.js-modal-open:hover img {
	scale: 1.05;
}

.modal-close:hover img {
	opacity: 0.7;
}

.plan-item-box-price-attention .small a:hover {
	opacity: 0.7;
}

.plan-item-limited-info-body-text-attention a:hover {
	opacity: 0.7;
}

.contact-box-tel-num:hover {
	opacity: 0.7;
}

.float-link:hover {
	opacity: 0.7;
}

}

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

html { /* 1rem = 10px設定*/
	font-size: 0.6944444444vw;
}

}

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

html { /* 1rem = 10px設定*/
	font-size: 2.6666666667vw;
}

.inner {
	margin-inline: auto;
	max-width: initial;
	width: 33.5rem;
}

.sec-title {
	font-size: 2.4rem;
	line-height: 2.4166666667;
	padding: 0.3rem 1.3rem;
}

.sec-text {
	font-size: 1.4rem;
	line-height: 2;
}

br.is-pc {
	display: none;
}

br.is-sp {
	display: inline;
}

span.is-pc {
	display: none;
}

span.is-sp {
	display: inline;
}

.header {
	height: 6rem;
}

.header-logo {
	padding: 0 3rem;
	width: 9.9rem;
}

.header-logo img {
	height: 4.8rem;
	width: 5.8rem;
}

.header-content {
	height: 4.75rem;
	padding-right: 1rem;
}
.l-language-box{
	margin-right: 10px;
  
  }
  .l-language-box p{
	font-size: 12px;
  
  }

.sns-items {
	gap: 0.8rem;
}

.header-sns-item {
	height: 2.9rem;
	width: 2.9rem;
}

.header-nav {
	display: none;
}

.fv {
	padding-top: 4.75rem;
}

.intro {
	padding-top: 2.4rem;
}

.intro::after {
	height: 51.8rem;
}

.intro-circle {
	height: 30rem;
	right: -12.8rem;
	top: 7.7rem;
	width: 30rem;
}

.intro-content {
	grid-template-columns: 1fr;
	grid-template-rows: initial;
	z-index: 3;
}

.intro-img {
	grid-row: 2/3;
	margin-left: calc(50% - 50vw);
	margin-top: 1.3rem;
}

.intro-title-wrapper {
	grid-column: 1/2;
}

.intro-title {
	font-size: 1.8rem;
	letter-spacing: 0.09em;
	line-height: 2.2222222222;
	padding: 0.5rem 1.1rem;
}

.intro-lead {
	font-size: 1.6rem;
	grid-column: 1/2;
	grid-row: 3/4;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 1.6rem;
}

.intro-text {
	grid-column: 1/2;
	grid-row: 4/5;
	margin-top: 1.2rem;
}

.loop-items {
	gap: 0 5rem;
	margin-top: -3.2rem;
}

.loop-item {
	height: 9.8rem;
	width: 141.8rem;
}

.photo {
	padding-top: 0.9rem;
}

.photo-bg {
	height: 47.5rem;
}

.photo-inner {
	max-width: initial;
	top: 7.8rem;
}

.photo-items {
	gap: 0.5rem;
	grid-template-columns: 14.6rem 12.6rem 14.2rem 11.3rem 14.5rem 14.2rem;
	grid-template-rows: 11rem 3.2rem 1.6rem 9.6rem;
}

.modal-close {
	height: 4.2rem;
	right: 0.7rem;
	top: 0.7rem;
	width: 4.2rem;
}

.plan {
	padding-top: 1.7rem;
}

.plan-title {
	line-height: 2;
}

.plan-text {
	margin-top: 1.6rem;
}

.plan-items {
	margin-top: 4rem;
}

.plan-item {
	padding-bottom: 4.4rem;
}

.plan-item.item02 {
	padding-bottom: 4.4rem;
	padding-top: 4.3rem;
}

.plan-item-title-wrapper {
	border-width: 0.1rem;
	padding-bottom: 1.3rem;
}

.plan-item-title {
	font-size: 2.2rem;
	line-height: 1.4545454545;
	padding-left: 1.2rem;
}

.plan-item-title::before {
	height: 95%;
	width: 0.4rem;
}

.plan-item-title::after {
	height: 11.1rem;
	top: 50%;
	translate: 0 -50%;
	width: 11.1rem;
}

.plan-item-text {
	margin-top: 1.1rem;
	padding-right: initial;
}

.plan-item-img {
	margin-top: 3.8rem;
}

.plan-item-content {
	margin-top: 2rem;
	padding: 0;
}

.plan-item-box {
	grid-template-columns: 1fr;
}

.plan-item-box dt {
	font-size: 1.6rem;
	line-height: 1.5625;
	padding: 1.5rem 1rem;
}

.plan-item-box dd {
	gap: 1.2rem;
	padding: 1.3rem 0 0;
}

.plan-item-box-price-text {
	font-size: 1.2rem;
}

.plan-item-box-price-text .large {
	font-size: 5.6rem;
	letter-spacing: 0.02em;
}

.plan-item-box-price-attention {
	font-size: 1.2rem;
	margin-top: 0.3rem;
	text-align: center;
}

.plan-item-box-price-attention .small {
	font-size: 1.2rem;
	line-height: 1.7142857143;
	margin-top: 1rem;
}

.plan-item-box-option {
	border-radius: initial;
	padding: 1rem 1.6rem 1rem 8.9rem;
}

.plan-item-box-option::before {
	height: 6.6rem;
	left: 1rem;
	width: 6.6rem;
}

.plan-item-box-option-text {
	font-size: 1.4rem;
}

.plan-info-items {
	border-width: 0.1rem;
	grid-template-columns: 1fr 1fr;
}

.plan-info-item {
	border-width: 0.1rem;
}

.plan-info-item:first-of-type::before {
	height: 8.6rem;
	left: -3.2rem;
	top: -3rem;
	width: 8.6rem;
}

.plan-info-item:nth-of-type(2n) {
	border-right: none;
}

.plan-info-item:nth-of-type(3) .plan-info-item-title,
.plan-info-item:nth-of-type(4) .plan-info-item-title {
	border-top: 0.1rem solid #000;
}

.plan-info-item-title {
	border-bottom: 0.1rem solid #000;
	font-size: 1.4rem;
	padding: 0.3rem 0;
}

.plan-info-sub-items {
	min-height: 13.2rem;
	padding: 1.7rem 1.5rem 1.9rem;
}

.plan-info-sub-item {
	font-size: 1.4rem;
}

.plan-info-sub-item .small {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: -0.2rem;
}

.plan-item-limited {
	margin-top: 2rem;
}

.plan-item-limited-info-head {
	font-size: 1.8rem;
	padding: 1.2rem;
}

.plan-item-limited-info-body {
	padding: 1.1rem 1.1rem 1.5rem;
}

.plan-item-limited-info-body-text {
	font-size: 1.4rem;
	line-height: 1.7142857143;
	text-align: center;
}

.plan-item-limited-info-body-text-wrapper {
	gap: 0.7rem 0;
	margin-top: 0.8rem;
}

.plan-item-limited-info-body-text-attention {
	font-size: 1.4rem;
	line-height: 1.7142857143;
	margin-top: 2rem;
}

.plan-item-limited-info-body-text-emphasis {
	font-size: 1.7rem;
	height: 3.4rem;
	margin: 0 auto 0;
	padding: 0 1.2rem;
}

.plan-item-limited-info-body-price-wrapper {
	gap: 0 2.2rem;
}

.plan-item-limited-info-body-price-regular {
	font-size: 1.2rem;
}

.plan-item-limited-info-body-price-regular::before,
.plan-item-limited-info-body-price-regular::after {
	height: 0.1rem;
}

.plan-item-limited-info-body-price-regular .large {
	font-size: 3.2rem;
}

.plan-item-limited-info-body-price {
	font-size: 1.6rem;
}

.plan-item-limited-info-body-price::before {
	height: 2.5rem;
	left: -1.3rem;
	width: 1.2rem;
}

.plan-item-limited-info-body-price .large {
	font-size: 4.9rem;
}

.menu {
	padding: 3.8rem 0 4.9rem;
}

.menu-items {
	gap: 4.2rem;
}

.menu-item.item01::before {
	display: none;
}

.menu-item.item01::after {
	display: none;
}

.menu-item.item01 .menu-item-title::before {
	height: 3.4rem;
	width: 3.4rem;
}

.menu-item.item02 .menu-item-title::before {
	height: 3.5rem;
	width: 3rem;
}

.menu-item.item02 .menu-item-content {
	padding: 1.9rem 0 3.7rem;
}

.menu-item-title {
	font-size: 2.4rem;
	padding-top: 4.5rem;
}

.menu-item-content {
	border-width: 0.1rem;
	margin-top: 1.7rem;
	padding: 2.7rem 0 3rem;
}

.menu-item-content-title {
	font-size: 1.8rem;
	margin-left: 2.3rem;
	padding: 0.6rem 1.3rem;
}

.menu-item-content-title.deco::before {
	height: 5.8rem;
	left: -3.4rem;
	width: 4.8rem;
}

.menu-item-content-text {
	line-height: 1.8571428571;
	margin-top: 1.4rem;
	padding: 0 3.7rem;
	text-align: left;
}

.menu-item-content-info {
	margin-top: 2.7rem;
}

.menu-item-content-info-title {
	font-size: 1.6rem;
	line-height: 1.375;
	padding: 1.6rem;
}

.menu-item-content-info-items {
	margin-top: 2.2rem;
	max-width: initial;
	padding: 0 3.7rem;
}

.menu-item-content-info-item {
	font-size: 1.4rem;
	line-height: 1.8571428571;
}

.menu-item-list-items-wrapper {
	grid-template-columns: 1fr;
	padding: 0 3.6rem;
}

.menu-item-list-items {
	height: initial;
}

.menu-item-list-item {
	border-width: 0.1rem;
	grid-template-columns: 1fr 7rem;
	padding: 1.7rem 0 1.6rem;
}

.menu-item-list-item:first-of-type {
	border-top: none;
}

.menu-item-list-item:nth-of-type(7) {
	border-top: none;
}

.menu-item-list-item dt,
.menu-item-list-item dd {
	font-size: 1.4rem;
}

.overview {
	padding: 5.6rem 0;
}

.overview-content {
	padding: 3.1rem 0 0;
}

.overview-title {
	font-size: 2.4rem;
	letter-spacing: 0.06em;
	line-height: 1.5;
	padding-top: 3.1rem;
}

.overview-title::before {
	height: 2.4rem;
	width: 4.6rem;
}

.overview-items {
	border-bottom: none;
	border-width: 0.1rem;
	gap: 1.9rem 0;
	margin: 1.6rem auto 0;
	padding: 2.8rem 0 4rem;
	width: 29.5rem;
}

.overview-item {
	gap: 0.4rem 0;
	grid-template-columns: 1fr;
}

.overview-item dt {
	font-size: 1.4rem;
	height: 3.5rem;
	width: 14rem;
}

.overview-item dd {
	font-size: 1.8rem;
	padding-top: initial;
}

.contact {
	padding: 4.9rem 0 5.6rem;
}

.contact-title .title-en {
	font-size: 1.6rem;
}

.contact-title .title-jp {
	font-size: 3.6rem;
	margin-top: 1.4rem;
}

.contact-box {
	display: block;
	margin-top: 3rem;
}

.contact-box-name {
	font-size: 2.7rem;
	height: 7.4rem;
	width: 100%;
}

.contact-box-tel {
	border-width: 0.1rem;
	height: 11rem;
	width: 100%;
}

.contact-box-tel-num {
	font-size: 3.9rem;
}

.contact-box-tel-text {
	font-size: 1.8rem;
	margin-top: 1rem;
}

.contact-items {
	margin-top: 1.9rem;
	padding: 2.9rem 2.5rem 2.6rem;
}

.contact-item {
	font-size: 1.3rem;
	line-height: 2;
	text-align: left;
}

.float {
	border-radius: initial;
	bottom: 0;
	height: 4.2rem;
	right: 0;
	width: 100%;
}

.float-link {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
	gap: 0 0.5rem;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.02em;
}

.float-link::before {
	display: none;
}

.float-link img {
	height: 1.8rem;
	margin: initial;
	width: 1.8rem;
}

.footer {
	padding: 4.3rem 0 5rem;
}

.footer-text {
	font-size: 2rem;
	letter-spacing: 0.06em;
}

.footer-text::before,
.footer-text::after {
	height: 3.2rem;
	top: 40%;
	width: 0.1rem;
}

.footer-text::before {
	left: -2.3rem;
}

.footer-text::after {
	right: -2.3rem;
}

.footer-sns-items {
	gap: 2.4rem;
	margin: 2.2rem auto 0;
}

.footer-sns-item {
	height: 5rem;
	width: 5rem;
}

}

@media screen and (min-width: 768px) and (max-width: 1000px) {

.inner {
	width: 95%;
}

.plan-item-limited-info-body {
	padding: 20px;
}

}

@media screen and (min-width: 768px) and (max-width: 1200px) {

.intro-circle {
	height: 250px;
	right: -100px;
	top: -20px;
	width: 250px;
}

.intro-content {
	gap: 0 30px;
	grid-template-columns: 1fr 580px;
}

.intro-title {
	font-size: 20px;
}

.intro-lead {
	font-size: 16px;
}

.intro-text {
	font-size: 14px;
	/* margin-top: -20px; */
}

.plan-info-item:first-of-type::before {
	height: 120px;
	left: -70px;
	top: -43px;
	width: 120px;
}

}

@media screen and (min-width: 768px) and (max-width: 1100px) {

.photo-inner {
	max-width: 95%;
}

}

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

.photo-inner {
	left: 50%;
	top: 50%;
	translate: -50% -50%;
}

}

@keyframes rotation {

0% {
	transform: rotate(0);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes loop-slide {

from {
	transform: translateX(0);
}

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

}

