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

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


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

body.is-fixed {
	overflow: clip;
}

/* PCでは改行しない */
.sp-only2 {
  display: inline;
}

/* スマホでは改行する */
@media (max-width: 768px) {
  .sp-only2 {
	  display: none;
  }
}

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

.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;
}



.txt-center{
	text-align: center;
}

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: #15143A;
	display: grid;
	height: 100%;
	place-content: center;
	width: 190px;
	padding: 0 20px;
}

.header-logo img {
	height: 85px;
	width: 94px;
}

.header-content {
	background: #FFF;
	display: flex;
	height: 70px;
	width: 100%;
}
.header-language{
  margin-top: 18px;
  height: 34px;
  margin-left: auto;
  margin-right: 20px;

}
.header-language a{
  display: flex;
  align-items: center;
  height: 100%;
	
}
.header-language-txt{
  padding: 0 10px;

}

.header-language-txt p{
padding-left: 20px;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #101D23;

}
.header-language-txt p::before{
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../img/lan-icon.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.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: "Outfit", sans-serif;
	font-size: 10px;
	letter-spacing: 0.11em;
}

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

.header-nav-item-link.pinkback {
	background: #D07187;
}


/* スマホだけ固定 */
@media (max-width: 768px) {
	
	body {
	padding-bottom: 38px;
}
	
	.header-nav {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 38px;
		margin-left: 0;
		z-index: 1000;
	}

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

	.header-nav-item {
		flex: 1;
	}

	.header-nav-item-link {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px; 
		font-size: 12px;
		line-height: 1;
	}
	
	.header-nav-item-link .en {
		margin-top: 0; /* ← 縦並び用なので削除 */
		display: inline;
		
}
}

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

.fv {
	padding-top: 70px;
}

.fv-img {
	width: 100%;
}

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

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

.intro {
	overflow: hidden;
	position: relative;
	background: #16143A;
	height: 730px;
  
}

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

.intro-content {
	display: flex;
  flex-wrap: wrap;
	position: relative;
	z-index: 2;
	align-items: center;
}

.intro-img {
  width: 50%;
}

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

.haru300{
	margin: auto;
	width: 430px;
}

.intro-txtbox {
	width: 50%;
	font-weight: bold;
}

.intro-title-wrapper {
	margin-top: auto;
	text-align: center;
}

.intro-title {
	font-size: 35px;
	letter-spacing: 0.08em;
	line-height: 2;
	padding: 7px 20px;
	font-family: "Zen Old Mincho", serif;
	font-weight: bold;
	color: #FFF44A;
}



.loop-items {
	display: flex;
	gap: 50px;
	margin-top: -40px;
	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;
}

/**/
.intro {
  position: relative;
  background: #16143A;
  overflow: hidden;
}

/* 中央寄せ */
.intro-content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
}

/* 丸画像共通 */
.circle-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}

.circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 右大 */
.circle-right {
  top: 40%;
  right: -100px;
  transform: translateY(-50%);
  width: 496px;
  height: 496px;
	z-index: 2;
}

/* 左上 */
.circle-left-top {
  top: 30px;
  left: -70px;
  width: 335px;
  height: 335px;
	z-index: 2;
}

/* 左下 */
.circle-left-bottom {
  bottom: 150px;
  left: 180px;
  width: 207px;
  height: 207px;
	z-index: 2;
}

/* 右大 */
.circle-right2 {
  top: 70%;
  right: 120px;
  transform: translateY(-50%);
  width: 333px;
  height: 333px;
	background: rgba(255, 255, 255, 0.2); /* 半透明の白 */
	z-index: 1;
}

/* 左上 */
.circle-left-top2 {
  top: 70px;
  left: -50px;
  width: 335px;
  height: 335px;
	background: rgba(255, 255, 255, 0.2); /* 半透明の白 */
	z-index: 1;
}

/* 左下 */
.circle-left-bottom2 {
	bottom: -90px;
	left: -60px;
	width: 207px;
	height: 207px;
	background: rgba(255, 255, 255, 0.2); /* 半透明の白 */
	z-index: 1;
}




@media screen and (max-width:1300px) {
	
  .intro-img {
  width: 40%;
}
	
.intro-txtbox {
  width: 60%;
  padding-top: 50px;
  padding-left: 50px;
}


}

@media screen and (max-width:1024px) {
  .intro-img {
  width: 30%;
}
.intro-txtbox {
  width: 70%;
  
}
.intro-title {
	font-size: 23px;
}
.intro-inner {
	width: 100% !important;
}


}

@media screen and (max-width:768px) {
	
  .intro-inner {
	width: 90% !important;
}
	
	.intro-img {
  width: 100%;
  margin-top: 3rem;
}
	
.intro-txtbox {
  width: 100%;
  padding-top: 40px;
  padding-left: 0px;
}
	

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

.loop-items {
	gap: 0 20px;
	margin-top: 0;
	margin-bottom: 10px;
}

.loop-item {
	height: 36px;
	width: 141.8rem;
	animation: loop-slide 10s infinite linear 1s both;
}


	.intro {
		height: auto;
		padding-top: 0;
  }

  .intro-inner {
	  display: flex;
	  flex-direction: column; /* ←縦並び */
	  align-items: center;
  }
	
	.haru300{
		width: 275px;
}

  /* テキスト */
  .intro-content {
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
	  min-height: auto;
  }

  /* 丸まとめ */
 .circle-group {
    position: relative;
    width: 100%;
    height: 250px; /* ←この中で自由配置 */
  }


  /* サイズ調整 */
  .circle-right {
	  width: 181px;
	  height: 181px;
	  top: 80px;
	  right: -10px;
  }

  .circle-left-top {
	  width: 118px;
	  height: 118px;
	  top: 0;
	  left: -20px;
  }

  .circle-left-bottom {
	  width: 86px;
	  height: 86px;
	  bottom: 20px;
	  left: 70px;
  }
	
	/* 右大 */
.circle-right2 {
  top: 120px;
  right: 80px;
  transform: translateY(-50%);
  width: 121px;
  height: 121px;
	background: rgba(255, 255, 255, 0.2); /* 半透明の白 */
	z-index: 1;
}

/* 左上 */
.circle-left-top2 {
  top: 30px;
  left: 0;
  width: 112px;
  height: 112px;
	background: rgba(255, 255, 255, 0.2); /* 半透明の白 */
	z-index: 1;
}

/* 左下 */
.circle-left-bottom2 {
	bottom: -60px;
	left: -30px;
	width: 102px;
	height: 102px;
	background: rgba(255, 255, 255, 0.2); /* 半透明の白 */
	z-index: 1;
	overflow: hidden; 
}


}



/*=======================
photo
=======================*/

.photo {
	background: url(../img/sunset.png) no-repeat center center / cover;
	position: relative;
	width: 100%;
	height: 675px;
	overflow: hidden;
}


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

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

.photo-inner {
max-width: 100%;	
position: absolute;	
top: 120px;	
}

.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 {
	height: 100%;
	object-fit: cover;
}


.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;
}

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

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

}

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

.photo-inner {
	top: 20%;
}

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


.photo {
	padding-top: 0;
	height: 415px;
}


.photo-inner {
	max-width: initial;	
	top: 60px;
}

.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;
}
}



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

section {
	margin: 0;
	padding: 0;
}

.back1 {
  	background: url("../img/pinkback.png") no-repeat center center / cover;
	padding-bottom: 80px;
}
.back2 {
  	background: url("../img/plan2-1.png") no-repeat center center / cover;
	padding-bottom: 80px;
}
.back3 {
  	background: url("../img/plan3-back.png") no-repeat center center / cover;
	padding-bottom: 80px;
}

@media (max-width: 768px) {
	
	.back1 {
		padding: 0 0 30px;
		position: relative;
		overflow: hidden;

}
	
	.back2 {
		padding: 30px 0;
		position: relative;
		overflow: hidden;
}
.back3 {
	padding: 30px 0;
	position: relative;
		overflow: hidden;
}
	
}


.dot-bg1 {
  position: absolute;
  right: -100px;
  top: 100px;

  width: 388px;
  height: 388px;

  background-image: radial-gradient(#fff 4px, transparent 4px);
  background-size: 14px 14px;

  opacity: 0.25;

  border-radius: 50%;
}

.dot-bg2 {
  position: absolute;
  left: -220px;
  bottom: 0;

  width: 388px;
  height: 388px;

  background-image: radial-gradient(#fff 4px, transparent 4px);
  background-size: 14px 14px;

  opacity: 0.25;

  border-radius: 50%;
}

/* スマホ用 */
@media (max-width: 768px) {

	.dot-bg1 {
		width: 238px;  
		height: 238px;

		right: -90px;   /* 少し内側に */
		top: 100px;
		
		background-image: radial-gradient(#fff 6px, transparent 6px);
		background-size: 18px 18px;
	}

	.dot-bg2 {
		width: 238px;   
		height: 238px;

		left: -60px;
		bottom: -20px;

			background-image: radial-gradient(#fff 6px, transparent 6px);
		background-size: 18px 18px;
	}
}

.sp-only {
	display: none;
}

.plan-item-title1 {
	margin-bottom: 90px;
	font-family: "Zen Old Mincho", serif;
	font-size: 55px;
	color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
}

/* 左の＼ */
.plan-item-title1::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 80px;
  background: #fff;
  transform: rotate(-30deg);
  left: -40px;
  top: 60%;
  transform-origin: center;
  translate: 0 -50%;
}

/* 右の／ */
.plan-item-title1::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80px;
  background: #fff;
  transform: rotate(30deg);
  right: -30px;
  top: 60%;
  transform-origin: center;
  translate: 0 -50%;
}


.plan-item-content-container {
	margin: auto;
	max-width: 1100px;
	background: url("../img/AdobeStock_412434765.png") no-repeat center center;
	background-size: cover;
	border-radius: 30px;
	padding: 40px;
	position: relative;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.speech-bubble {
	width: 225px;
  	height: 170px;
	background: url(../img/hukidasi.png) no-repeat center / contain;

  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
	position: absolute;
	top: -30px;
	right: -100px;
	font-weight: bolder;
}
.speech-bubble1 {
	top: -70px;
}

.bubble-tail-img {
	max-width: 225px;
  	position: absolute;
}

.new {
  max-width: 140px; 
}
.speech-bubble p {
	font-family: "Zen Old Mincho", serif;
  	margin: 0;
  	font-size: 20px;
  	line-height: 1.5;
}

.blue{
	color: #15143A;
}

.plan-item-img {
  position: relative;
  margin-bottom: 10px;
}

.plan-item-img picture img {
	max-width: 100%; 
	display: block;
}


.plan-item-img__txt {
  position: absolute;
  top: 20px;
  left: 30px;
  background: #fff;
  color: #000;
  font-size: 14px;
  padding: 14px 12px 10px;
	z-index: 5;
	font-weight: bold;
}


.img-frame1 {
  max-width: 1000px;
  height: 537px;
  border-radius: 20px;
  overflow: hidden; /* ← これが超重要 */
  box-sizing: border-box;
	border: 8px solid #BE4563;
}
.img-frame2 {
  max-width: 1000px;
  height: 537px;
  border-radius: 20px;
  overflow: hidden; /* ← これが超重要 */
  box-sizing: border-box;
	border: 8px solid #045E49;
	
}
.img-frame3{
  max-width: 1000px;
  height: 537px;
  border-radius: 20px;
  overflow: hidden; 
  box-sizing: border-box;
	border: 8px solid #B8783D;
}
.img-rounded,
.img-rounded2,
.img-rounded3 {
  width: 100%;
  height: 100%;
 object-fit: cover;      /* ← 歪み防止 */
  object-position: 50% 90%;
}

.img-rounded2,.img-rounded3{
	transform: scale(1.1);
}

.badge {
  position: absolute;
  right: -30px;
  bottom: -30px;

  width: 165px;
  height: 165px;
  border-radius: 50%;

  background: #FFF44A;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  font-weight: bold;
  font-size: 18px;
	line-height: 1;
	z-index: 1
}

.badge span{
	transform: translateY(7px);
	display: inline-block;
}

.large1{
	font-size: 26px;
	line-height: 1.3;
}

.badge2 {
  position: absolute;
  right: -35px;
  bottom: -35px;

  width: 165px;
  height: 165px;
  border-radius: 50%;

  background: #D07187;
}

.badge3 {
  position: absolute;
  right: -35px;
  bottom: -35px;

  width: 165px;
  height: 165px;
  border-radius: 50%;

  background: #045E49;
}

.badge4 {
  position: absolute;
  right: -35px;
  bottom: -35px;

  width: 165px;
  height: 165px;
  border-radius: 50%;

  background: #B8783D;
}

.pink{
	color: #BE4566;
}

.green{
	color: #045E49;
}
.yellow{
	color: #B8783D;
}

.plan-item-box {
  margin-top: 20px;
}

.plan-item-box-price-text .large {
  font-size: 36px;
  font-weight: bold;
  color: #c94b5c; /* 赤系 */
}

.plan-item-box-price-text {
  font-size: 18px;
}

.plan-item-box-option {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.plan-item-box-option-in {
  background: #ffe600;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.plan-info-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 30px;
}

.plan-info-item {
  background: #c94b5c;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
}

.plan-info-item-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.plan-info-sub-item {
  font-size: 13px;
  line-height: 1.6;
}

.plan-titlebox{
  position: relative;

}
.plan-titlebox-bgtxt{
   position: absolute;
	text-align: center;
  width: 100%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-family: "Cormorant Garamond", serif;
	font-size: 110px;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;

}
.plan-titlebox-title{
  font-family: "Zen Old Mincho", serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.04em;
	position: relative;
	text-align: center;
	color: #fff;
	padding: 0 130px;
	display: inline-block;

}
.plan-titlebox-title::before {
	content: "";
	display: block;
	position: absolute;
	width: 90px;
	height: 1px;
	background-color: #fff;
	top: 50%;
	left: 0;
}
.plan-titlebox-title::after {
	content: "";
	display: block;
	position: absolute;
	width: 90px;
	height: 1px;
	background-color: #fff;
	top: 50%;
	right: 0;
}

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

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

.plan-item.item02 {
	padding-top: 80px;
}




.highlight { 
	position: relative; 
	display: inline-block; 
	z-index: 0; 
} 

.highlight::before { 
	content: ""; 
	position: absolute; 
	left: -10px; 
	bottom: 0; /* ←位置調整 */ 
	width: 103%; 
	height: 20px; /* ←太さ */ 
	background: repeating-linear-gradient( -70deg, #FFFF00, #FFFF00 8px, transparent 10px, transparent 20px ); 
	z-index: -1; 
}



.plan-item-title-wrapper {
	background-color: #fff;
}

.plan-item-title {
	font-family: "Zen Old Mincho", serif;
	font-size: 35px;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding-left: 18px;
	position: relative;
	min-height: 53px;
	font-weight: bolder;
}

.item03 {
  font-size: 24px;
  display: flex;
  align-items: center;
}

.plan-item-text {
	font-size: 25px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 35px;
	color: #15143A;
}


.item03 .plan-item-content-container{
  position: relative;
}
.item03 .plan-item-content-container::before{
  content: "";
  display: block;
  position: absolute;
  background: url("../img/AdobeStock_412434765.png") no-repeat;
  background-size: contain;
  width: 8rem;
    height: 8rem;
    top: 5rem;
    right: -1rem;
  z-index: 3;
}


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

.plan-item-box dt {
  padding: 30px 0;
	background: #AA8E53;
  font-family: "Zen Old Mincho", serif;
  border-right: 1px solid #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 dt .-sub{
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  font-family: "Noto Sans Myanmar", sans-serif;
}

.plan-item-box dd {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 70px;
	justify-content: center;
	padding: 20px 28px 20px 28px;
	background-color: #fff;
}


.plan-item-box-price {
	text-align: center;
}
.item01 .plan-item-box-price {
	text-align: left;
	display: flex;
	align-items: center;
}

.plan-item-box-price-text {
	font-size: 26px;
	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;
}
.item01 .plan-item-box-price-attention {
  position: relative;
	margin-top: 0px;
	margin-left: 25px;
	text-align: left;
  padding-left: 35px;
}
.item01 .plan-item-box-price-attention::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

}

.plan-item-box-price-attention .small {
	display: block;
  color: #E30101;
	font-size: 12px;
	line-height: 1.5833333333;
}

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

.plan-item-box-option {
  position: relative;
  
}
.plan-item-box-option::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;

}
.plan-item-box-option::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/beer-icon.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 50px;
  right: -16px;
  bottom: -19px;

}
.plan-item-box-option-in{
  position: relative;
  overflow: hidden;
  width: 240px;
  padding: 20px 0px 20px 60px;
	background: #E9A900;
	text-align: center;

}

.plan-item-box-option-in::before {
	content: "";
  display: block;
  position: absolute;
  background: url(../img/beer-bg.png) no-repeat;
  background-size: contain;
  width: 110px;
  height: 110px;
  top: -10px;
  left: -50px;
	
}


.plan-item-box-option-text {
	color: #FFF;
	font-size: 16px;
	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 1fr;
}
.plan-info-items.plan-info-items--01{
	grid-template-columns: 1fr 1fr 1fr;
}

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

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

.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 20px 22px;
	
}

.plan-info-sub-item {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	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: 22px;
	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: 16px;
	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: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 10px;
}

.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;
}

.plan-info-order{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #3B1C02;

}
.plan-info-order__item{
  width: calc(100% / 3);
  border-right: 1px solid #3B1C02;
  border-bottom: 1px solid #3B1C02;
  background-color: #fff;

}
.plan-info-order__item:nth-child(3n){
  border-right: none;
}
.plan-info-order__item:nth-child(n+4){
  border-bottom: none;
}
.plan-info-order__item--bg{
  background-color: #C60000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.plan-info-order__item-txtbox{

}
.plan-info-order__item-ttl{
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;

}
.plan-info-order__item-txt{
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.04em;

}
.plan-info-order__item-area{
  display: flex;
  flex-wrap: wrap;

}
.plan-info-order__item-area .-img{
  width: 160px;
  /* height: 110px; */
  overflow: hidden;
        position: relative;
  
}
.plan-info-order__item-area .-img img{
  position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            object-fit: cover;
}
.plan-info-order__item-area .-img img::before{
  content: '';
            display: block;
            padding-top: 70%;
}
.plan-info-order__item-area .-txtbox{
  width: calc(100% - 160px);
  padding: 10px;
  height: 110px;
  
}
.plan-info-order__item-area .-txtbox-ttl{
  font-size: 16px;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-left: 15px;
  
}
.plan-info-order__item-area .-txtbox-ttl::before{
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 5px;
}

.plan-info-order__item-area .-txtbox-txt{
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 5px;
  line-height: 1.5;
  
}

/* 背景 */
.menu-section {
  background: url("../assets/img/bg-paper.png") no-repeat center / cover;
  padding-bottom: 30px;
  text-align: center;
}

/* 料金 */
.menu-price {
  	display: flex;
	padding-left: 50px;
  	gap: 60px;
  	margin-bottom: 20px;
  	flex-wrap: wrap;
	align-items: center;
}

@media (max-width: 768px) {
	.menu-section {
		padding-bottom: 20px;
	}
	.menu-price {
		flex-direction: column;   /* 縦並び */
		align-items: center;      /* 横方向中央 */
		justify-content: center;  /* 縦方向も中央（必要なら） */
		padding-left: 0;          /* ← これ重要（中央寄せの邪魔） */
		gap: 20px;                /* 少し詰めると◎ */
		text-align: center;       /* テキストも中央 */
	}
}


.price-item {
	letter-spacing: 1.5px;
  font-size: 26px;
  font-weight: bold;
  position: relative;
	z-index: 1;
}

.oswald {
	font-family: Oswald;
	font-size: 56px;
	font-weight: 500;
}

.mincho{
	font-family: "Zen Old Mincho", serif;
	font-size: 25px;
}

/* 黄色ライン */
.price-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  height: 10px;
  background: #FDF94D;
  z-index: -1;
}

@media (max-width: 768px) {
	
	.price-item {
	letter-spacing: 1.5px;
  font-size: 21px;
  font-weight: bold;
  position: relative;
	z-index: 1;
}
	
	.oswald {
	font-family: Oswald;
	font-size: 40px;
	font-weight: 500;
}

.mincho{
	font-family: "Zen Old Mincho", serif;
	font-size: 21px;
}

/* 黄色ライン */
.price-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 10px;
  background: #FDF94D;
  z-index: -1;
}
	
}

/* 注意 */
.weight{
	font-weight: bold;
}

.price-note {
  font-size: 12px;
  color: #E30101;
	text-align: left;
	line-height: 1.5;
	padding-top: 10px;
}
.price-note a{
	color: #463EFF;
	text-decoration: underline;
}

/* グリッド */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* カード */

.menu-box1 {
  	background: #BE4566;
  	color: #fff;
  	padding: 10px;
	font-size: 14px;
	height: 143px;
  	align-items: center; 
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.menu-box1 p {
  	margin-top: auto;
  	margin-bottom: auto;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.menu-box2 p {
  	margin-top: auto;
  	margin-bottom: auto;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.menu-box3 p {
  	margin-top: auto;
  	margin-bottom: auto;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

.small{
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
}

.menu-box2 {
  	background: #045E49;
  	color: #fff;
  	padding: 10px;
	font-size: 14px;
	height: 143px;
  	align-items: center; 
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.menu-box3 {
  	background: #B8783D;
  	color: #fff;
  	padding: 10px;
	font-size: 14px;
	height: 143px;
  	align-items: center; 
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}


/* タイトル */
.menu-box1 h4 {
	background: #eee;
  	color: #c94b5c;
  	padding: 5px;
  	margin: 0;
  	margin-bottom: 10px;
	width: 100%; 
	text-align: center;
	font-weight: bold;
	align-items: center;     /* ←縦中央 */
	justify-content: center; /* ←横中央 */
	height: 23px;
	letter-spacing: 0.05em;
}

.menu-box2 h4 {
  	background: #eee;
  	color: #045E49;
  	padding: 5px;
  	margin: 0;
  	margin-bottom: 10px;
	width: 100%; 
	text-align: center;
	font-weight: bold;
	align-items: center;     /* ←縦中央 */
	justify-content: center; /* ←横中央 */
	height: 23px;
	letter-spacing: 0.05em;
}

.menu-box3 h4 {
  	background: #eee;
  	color: #B8783D;
  	padding: 5px;
  	margin: 0;
  	margin-bottom: 10px;
	width: 100%; 
	text-align: center;
	font-weight: bold;
	align-items: center;     /* ←縦中央 */
	justify-content: center; /* ←横中央 */
	height: 23px;
	letter-spacing: 0.05em;
}

.menu-box p{
	line-height: 1.5;
	letter-spacing: 0.05em;
}

/* 特別枠 */
.menu-special {
	font-family: Noto Sans Myanmar;
  	background: #881717;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	gap: 20px;
	color: #FFF44A;
	font-size: 14px;
	width: 100%; 
	height: 143px;
	text-align: center;
}
.menu-special1{
	height: 143px;
} 

.menu-special img {
  width: 100px;
}
.menu-special p {
  white-space: nowrap;
	font-weight: bold;
}

.menu-special span {
	font-family: Oswald;
  	font-size: 32px;
	font-weight: normal;
 	 color: #FFF44A;
}

/* PCでは表示 */
.dot {
  display: inline;
}

/* スマホで非表示 */
@media (max-width: 768px) {
  .dot {
    display: none;
  }
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマホ */
@media screen and (max-width: 600px) {
  .menu-grid {
	  
    grid-template-columns: 1fr;
  }



.menu-box1 {
  	background: #BE4566;
  	color: #fff;
  	padding: 10px;
	font-size: 12px;
	height: 132px;
  	align-items: center; 
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.menu-box1 h4 {
	padding: 7px;
}
.menu-box2 h4 {
	padding: 7px;
}
.menu-box3 h4 {
	padding: 7px;
}

.menu-box1 p {
  	margin-top: auto;
  	margin-bottom: auto;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.menu-box2 p {
  	margin-top: auto;
  	margin-bottom: auto;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.menu-box3 p {
  	margin-top: auto;
  	margin-bottom: auto;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.small{
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
}

.menu-box2 {
  	background: #045E49;
  	color: #fff;
  	padding: 10px;
	font-size: 12px;
	height: 132px;
  	align-items: center; 
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.menu-box3 {
  	padding: 10px;
	font-size: 12px;

}
	.menu-special {
	height: 132px;
}



}



.premium {
  background: #c7924a;
  padding: 60px 20px;
}

.premium-inner {
  max-width: 1000px;
  margin: 0 auto;
  background: #f7f3ea;
  border-radius: 20px;
  padding: 40px;
}

/* リボン */

.ribbon1 {
	display: inline-block;
	position: relative;
	width: 100%;           /* ← 固定幅やめる */
	max-width: 864px;     /* ← PCではこのサイズ */
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 20px;      /* 少し余裕を調整 */
	font-size: 35px;
	background: #885628;
	color: #FFF44A;
	box-sizing: border-box;
	font-family: "Zen Old Mincho", serif;
	margin-top: 20px;
	letter-spacing: 0.1em;
}

/* 三角部分 */
.ribbon1:before, .ribbon1:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	z-index: 1;
}

.ribbon1:before {
	top: 0;
	left: 0;
	border-width: 25px 0 25px 15px;
	border-color: transparent transparent transparent #F3EDDD;
	border-style: solid;
}

.ribbon1:after {
	top: 0;
	right: 0;
	border-width: 25px 15px 25px 0;
	border-color: transparent #F3EDDD transparent transparent;
	border-style: solid;
}

@media (max-width: 768px) {
	.ribbon1 {
		margin-top: 10px;
		font-size: 20px;   /* 文字小さく */
		height: 73px;
		line-height: 30px;
		padding: 7px 10px;
	}

	.ribbon1:before {
		border-width: 36.5px 0 36.5px 15px;
	}

	.ribbon1:after {
		border-width: 36.5px 15px 36.5px 0;
	}
}

/* コンテンツ */
.premium-content {
	max-width: 95%;
	display: flex;
  	justify-content: center; 
	align-items: center;
	margin: 0 auto;
	gap: 30px;
}

/* 画像  丸ラベル */
.premium-image {
  	position: relative;
	margin-bottom: 50px;
	top: 40px;
	left: 70px;
}

.premium-image img {
 	width: 100%;
  	height: auto;
  	display: block;
}

/* バッジ プレミアム*/
.badge-img {
  position: absolute;
  top: -20px;
  left: -80px;
  max-width: 135px;
  height: auto;
}

/* テキスト */
.premium-text {
  	flex: 1;
	margin-top: 20px;
	margin-left: 100px;
	color: #B8783D;
	text-align: left;
  	font-size: 20px;
	font-weight: bold;
  	line-height: 2.3;
	letter-spacing: 2px;
}

.premium-text1 {
  	flex: 1;
	margin-left: 10px;
	color: #BE4562;
	text-align: left;
  	font-size: 20px;
  	line-height: 2;
	letter-spacing: 2px;
	font-weight: bold;
}

.premium-image1 {
  	position: relative;
	margin: 10px 0;
}


@media screen and (max-width:1000px) {
  .plan-titlebox-bgtxt{
	font-size: 80px;

}
.plan-item-box dd{
  gap: 30px 70px;

}
.plan-item-title{
  padding: 0;
  min-height: 40px;
}
.plan-item-box-price{
  width: 100%;
}
.plan-item-box-price-attention{
  text-align: center;
}
.plan-item-box-option::before{
  width: 60px;
  height: 1px;
  top: -15px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);

}
  .plan-info-order__item-area .-txtbox{
  width: calc(100% - 160px);
  padding: 10px;
  height: 130px;
  
}

}


/*plan スマホサイズ*/

@media screen and (max-width:768px) {
	
	.premium-image1 {
	margin: 0;
}

	
	.speech-bubble {
	width: 114px;
  	height: 86px;
	background: url(../img/hukidasi.png) no-repeat center / contain;

  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
	position: absolute;
	top: -30px;
	right: -10px;
	font-weight: bolder;
}
.speech-bubble1 {
	top: -70px;
}
	.speech-bubble {
	top: -60px;
}

.bubble-tail-img {
	max-width: 114px;
  	position: absolute;
}

	.new {
		max-width: 67px; 
	}
.speech-bubble p {
	font-family: "Zen Old Mincho", serif;
  	margin: 0;
  	font-size: 10px;
  	line-height: 1.5;
}
	
	.sp-only {
		display: block;
	}
	
	.plan-item-title1 {
	margin-bottom: 70px;
	font-size: 26px;
		line-height: 1.5;
}

/* 左の＼ */
.plan-item-title1::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 48px;
  background: #fff;
  transform: rotate(-30deg);
  left: -20px;
  top: 70%;
  transform-origin: center;
  translate: 0 -50%;
}

/* 右の／ */
.plan-item-title1::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 48px;
  background: #fff;
  transform: rotate(30deg);
  right: -20px;
  top: 70%;
  transform-origin: center;
  translate: 0 -50%;
}


.highlight::before { 
	left: -10px; 
	bottom: 0; /* ←位置調整 */ 
	height: 10px; /* ←太さ */ 
	background: repeating-linear-gradient( -70deg, #FFFF00, #FFFF00 5px, transparent 5px, transparent 10px ); 
}
	
	.plan-item-content-container {
	border-radius: 30px;
	padding: 20px;
}
	
	.plan-item-img__txt {
  position: absolute;
  top: 10px;
  left: 15px;
  background: #fff;
  color: #000;
  font-size: 7px;
  padding: 8px 5px 5px;
	z-index: 5;
	font-weight: bold;
}
	
	.plan-item-img {
		width: 302px;
		margin: 10px auto 20px;
}
	
		.img-frame1 {
			margin: 0;
			width: 302px;
			height: 200px;
			border-radius: 20px;
			border: 4px solid #BE4563;
			overflow: hidden; /* ← これで切る */
}

	.img-rounded {
		width: 100%;
		height: auto;
		transform: scale(1.1) translateY(-15%);
}
	
		.img-frame2 {
			margin: 0;
			width: 302px;
			height: 200px;
			border-radius: 20px;
			border: 4px solid #045E49;
			overflow: hidden; /* ← これで切る */
}

	.img-rounded2 {
		width: 100%;
		height: 200px;
		transform: scale(1.3) translateY(-5%);
}
	.img-frame3 {
		margin: 0;
		width: 302px;
		height: 200px;
		border-radius: 20px;
		border: 4px solid #B8783D;
		overflow: hidden; /* ← これで切る */
}

.img-rounded3 {
  width: 100%;
  height: auto;
  transform: scale(1.3) translateY(-2%); /* ← 中だけズーム */
}

	.large1 {
	font-size: 9px;
		margin-left: -0.2em;
}
	
/* バッジ プラン*/

.badge {
  position: absolute;
  right: 0;
  bottom: -15px;

  width: 57px;
  height: 57px;
  border-radius: 50%;

  background: #FFF44A;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  font-weight: bold;
  font-size: 6px;
	line-height: 1.2;
	z-index: 1
}

.badge span{
	transform: translateY(3px);
	display: inline-block;
}
	

.badge2 {
  position: absolute;
  right: -2px;
  bottom: -17px;

  width: 57px;
  height: 57px;
  border-radius: 50%;

  background: #D07187;
}

.badge3 {
  position: absolute;
  right: -2px;
  bottom: -17px;

  width: 57px;
  height: 57px;
  border-radius: 50%;

  background: #045E49;
}

.badge4 {
  position: absolute;
  right: -2px;
  bottom: -17px;

  width: 57px;
  height: 57px;
  border-radius: 50%;

  background: #B8783D;
}

	
	.premium-content {
	display: flex;              /* ← 必須 */
	flex-direction: column;     /* 縦並び */
	align-items: center;        /* 横方向中央寄せ */
	justify-content: center;    /* 縦方向中央（必要なら） */
	width: 100%;
	text-align: center;
	gap: 20px;
	margin: 0 auto 15px;        /* ← 要素自体も中央に */
}
		.premium-content1 {
	gap: 0; 
}
	
	
/* 画像  丸ラベル */
.premium-image {
  	position: relative;
	top: 0;
	left: auto;              /* ← これ重要 */
		transform: none;         /* ← リセット */
		margin: 30px auto 0;  /* ← 中央寄せ */
		width: 217px;
}

.premium-image img {
 	width: 217px;
  	height: auto;
  	display: block;
}

/* バッジ プレミアム*/
.badge-img {
  position: absolute;
  top: -20px;
  left: -50px;
  max-width: 104px;
  height: auto;
}
	
	.premium-text {
  	flex: 1;
	margin-top: 0;
	margin-left: 0;
	color: #8b5a2b;
	text-align: center;
  	font-size: 14px;
	font-weight: bold;
  	line-height: 2;
	letter-spacing: 2px;
}

	
	.premium-text1 {
		flex: 1;
		margin-left: 0;
		text-align: center;
		font-size: 15px;
		line-height: 2;
		letter-spacing: 1px;
		font-weight: bold;
}

.plan-title {
	line-height: 2;
}
.plan-titlebox-bgtxt{
	font-size: 4rem;

}
.plan-titlebox-title{
	font-size: 2rem;
	padding: 0 4rem;
  line-height: 1.2;

}

.plan-titlebox-title::before {
	width: 3rem;
}
.plan-titlebox-title::after {
	width: 3rem;
}

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

.plan-items {
  padding-top: 3rem;
}

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

.plan-item.item02 {
	padding-top: 50px;
}
.plan-item.item03 {
	padding-top: 4rem;
}

.plan-item-title {
	font-size: 18px;
	line-height: 1.7;
  padding-top: 20px;
  min-height: 3rem;
  
}
.item03 .plan-item-title{
  font-size: 2rem;
}

.plan-item-title::before {
	top: 0;
  bottom: 0;
	width: 0.4rem;
}

.plan-item-title::after {
	height: 8rem;
	top: auto;
  bottom: -13rem;
  right: -1.5rem;
	width: 8rem;
}

.plan-item-text {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 0;
	padding-right: initial;
	line-height: 1.5;
}
	
	.sec-text {
	padding: 10px 0;
}
	
	.wave1 {
  display: inline-block;
  transform: translate(-100px, 25px); /* 横, 縦 */
}
		.wave2 {
  display: inline-block;
  transform: translate(100px, -25px); /* 横, 縦 */
}




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

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

.plan-item-box dd {
	gap: 3rem;
  justify-content: center;
	padding: 2rem 0 2rem;
}
.item01 .plan-item-box-price {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}
.item01 .plan-item-box-price-attention {
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
    padding-left: 0;
    padding-top: 2rem;
}
.item01 .plan-item-box-price-attention::before{
  width: 3rem;
  height: 1px;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.plan-item-box-option::after{
    width: 4.3rem;
    height: 6rem;
    right: -1.6rem;
    bottom: -1.9rem;
}

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

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

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

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

.plan-item-box-option {
	/* border-radius: initial;
	padding: 1.5rem 1.6rem 1.5rem 8.9rem; */
}
.plan-item-box-option-in{
  width: 24rem;
    padding: 2rem 0px 2rem 6rem;
}

.plan-item-box-option::before {
	width: 3rem;
  top: -1.8rem;
}

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

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

.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;
}

.plan-info-order{
  margin-top: 4rem;

}
.plan-info-order__item{
  width:100%;
  border-right: 1px solid #3B1C02;
  border-bottom: 1px solid #3B1C02;
  border-right: none;

}
.plan-info-order__item:nth-child(3n){
  border-right: none;
}
.plan-info-order__item:nth-child(n+4){
  border-bottom: 1px solid #3B1C02;
}
.plan-info-order__item:last-child{
  border-bottom: none;
}
.plan-info-order__item--bg{
  padding: 1rem;
}
.plan-info-order__item-txtbox{

}
.plan-info-order__item-ttl{
  width: 100%;
  font-size: 1.6rem;

}
.plan-info-order__item-txt{
  margin-top: 1rem;
  font-size: 1.4rem;

}
.plan-info-order__item-area .-img{
  width: 12rem;
  height:auto;
  
}
.plan-info-order__item-area .-txtbox{
  width: calc(100% - 12rem);
  padding: 1rem;
  height: auto;
  
}
.plan-info-order__item-area .-txtbox-ttl{
  font-size: 1.6rem;
  padding-left: 1.5rem;
  
}
.plan-info-order__item-area .-txtbox-ttl::before{

  width: .8rem;
  height: .8rem;
  top: .5rem;
}
.plan-info-order__item-area .-txtbox-txt{
  font-size: 1.3rem;
  margin-top: .5rem;
  
}


}






/*=======================
ドリンク
=======================*/

.dot-bg3 {
  position: absolute;
  left: 0;
  top: 300px;

  width: 241px;
  height: 241px;

  background-image: radial-gradient(#fff 4px, transparent 4px);
  background-size: 14px 14px;

  opacity: 0.25;

  border-radius: 50%;
}
.dot-bg4 {
  position: absolute;
  right: 0;
  top: 1000px;

  width: 388px;
  height: 388px;

  background-image: radial-gradient(#fff 4px, transparent 4px);
  background-size: 14px 14px;

  opacity: 0.25;

  border-radius: 50%;
}
.dot-bg5 {
  position: absolute;
  left: 100px;
  bottom: 1200px;

  width: 241px;
  height: 241px;

  background-image: radial-gradient(#fff 4px, transparent 4px);
  background-size: 14px 14px;

  opacity: 0.25;

  border-radius: 50%;
}
.dot-bg6 {
  position: absolute;
  left: 0;
  bottom: 400px;

  width: 388px;
  height: 388px;

  background-image: radial-gradient(#fff 4px, transparent 4px);
  background-size: 14px 14px;

  opacity: 0.25;

  border-radius: 50%;
}
.dot-bg7 {
  position: absolute;
  right: 100px;
  bottom: 50px;

  width: 241px;
  height: 241px;

  background-image: radial-gradient(#fff 4px, transparent 4px);
  background-size: 14px 14px;

  opacity: 0.25;

  border-radius: 50%;
}


.highlight2 { 
	position: relative; 
	display: inline-block; 
} 

.highlight2::before { 
	content: ""; 
	position: absolute; 
	left: 50%;                /* ←中央基準 */
	transform: translateX(-50%); /* ←中央揃え */
	bottom: -5px; /* ←位置調整 */ 
	width: 370%; 
	height: 20px; /* ←太さ */ 
	background: repeating-linear-gradient( -70deg, #FFFF00, #FFFF00 8px, transparent 10px, transparent 20px ); 
	z-index: -1; 
}

.highlight3 { 
	position: relative; 
	display: inline-block; 
} 

.highlight3::before { 
	content: ""; 
	position: absolute; 
	left: 50%;                /* ←中央基準 */
	transform: translateX(-50%); /* ←中央揃え */
	bottom: -5px; /* ←位置調整 */ 
	width: 220%; 
	height: 20px; /* ←太さ */ 
	background: repeating-linear-gradient( -70deg, #FFFF00, #FFFF00 8px, transparent 10px, transparent 20px ); 
	z-index: -1; 
}

@media (max-width: 768px) {
	
	.highlight2::before { 
		width: 250%; 
		left: -20px; 
		transform: translateX(-20%); 
		bottom: -3px; /* ←位置調整 */ 
		height: 10px; /* ←太さ */ 
	}
	
	.highlight3::before { 
		width: 140%; 
		left: -13px; 
		transform: translateX(-13%); 
		bottom: 0; /* ←位置調整 */ 
		height: 10px; /* ←太さ */ 
	}
}

.p-top-drink{
  	background: url(../img/blueback.png) no-repeat center / cover;
  	padding: 70px 0;
  	overflow: hidden;
	position: relative;
}
.p-top-drink__area{
	margin: auto;
	max-width: 1100px;
	background-color: #fff;
	border-radius: 30px;
	padding: 40px;
	position: relative;
	color: #4EA2C1;
	font-weight: bold;
}



/* ブロック */
.drink-block {
	margin: 50px 0 40px;
	letter-spacing: 2px;
}

/* ピル */
.drink-pill {
	font-family: "Zen Old Mincho", serif;
  display: inline-block;
  background: #5fa8c7;
  color: #fff;
  padding: 20px 28px;
  border-radius: 50px;
  font-size: 25px;
  margin: 0 0 30px;
	width: 396px;
	height: 67px;
	
	
}

/* テキスト */
.drink-text {
  font-size: 17px;
  line-height: 2.5;
}

/* 価格 */
.drink-price {
  	font-size: 26px;
	margin-bottom: 20px;
  	color: #5fa8c7;
  	display: inline-block;
	background: linear-gradient(#FDF94D, #FDF94D);
	background-repeat: no-repeat;
  	background-size: 100% 30%;
  	background-position: 0 110%;
	padding-bottom: 0.2em; 
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	letter-spacing: 6px;
}

.big{
	font-size: 56px;
	letter-spacing: 2px;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
}

/* カテゴリ */
.drink-category {
  	margin: 20px 0 30px 0;
	font-size: 17px;
}


/* ラベル */
.drink-label {
  	border: 1px solid #5fa8c7;
  	border-radius: 20px;
  	padding: 9px 20px 5px;
	padding-right: calc(20px - 14px);
  	margin-bottom: 20px;
	min-width: 307px;
  	text-align: center;
  	color: #5fa8c7;
	letter-spacing: 6px;
	
	display: inline-flex;   /* ←変更 */
	align-items: center;    /* 縦中央 */
	justify-content: center;
	height: 40px;
}

.line{
	line-height: 2.5;
}

/* レスポンシブ */
@media (max-width: 768px) {
	
	.line{
	line-height: 2;
}
	
	.drink-block {
		margin: 0 0 20px;
		letter-spacing: 1.5px;
}
	
	.drink-category {
  	margin: 20px 0 20px 0;
	font-size: 12px;
}
	
	.drink-label {
  	border: 2px solid #5fa8c7;
  	border-radius: 20px;
  	padding: 9px 15px 5px;
	padding-right: calc(20px - 14px);
  	margin-bottom: 20px;
	min-width: 219px;
  	text-align: center;
  	color: #5fa8c7;
	letter-spacing: 4px;
	
	display: inline-flex;   /* ←変更 */
	align-items: center;    /* 縦中央 */
	justify-content: center;
	height: 32px;
}

	.drink-pill {
		display: block;
		color: #fff;
		padding: 13px 28px;
		border-radius: 50px;
		font-size: 18px;
		margin: 30px auto 30px;
		width: 277px;
		height: 46px;
		text-align: center;
	}
	
	
	
  .drink {
    padding: 60px 15px;
  }

  .drink-card {
    padding: 30px 20px;
  }

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

  .drink-price {
    font-size: 14px;
	  line-height: 1.5;
	  display: inline;
	  background-position: 0 60%;
  }
	
	.big{
		font-size: 39px;
	}
	.font-size{
		font-size: 17px;
	}

  .drink-text {
    font-size: 13px;
	  text-align: left;
	  line-height: 2;
	  padding:0 5px;;
  }
}


.drink-single {
	 margin: 0 auto;
  padding: 10px 20px 0;
  text-align: center;
}

.drink-single-title {
  display: inline-block;
  background: #5f9fb5;
  color: #fff;
  padding: 20px 60px;
  border-radius: 50px;
  font-size: 24px;
  margin-bottom: 40px;
}

/* グリッド */
.drink-grid {
  	display: flex;
  	justify-content: center;
  	gap: 60px;
  	max-width: 900px;
  	margin: 20px auto 0;
	letter-spacing: 1.5px;
}

.drink-col {
  	width: 100%;
  	text-align: left;
	justify-content: center;
}

/* 見出し */
.drink-col h2 {
  	color: #5f9fb5;
  	margin-bottom: 30px;
	font-size: 17px;
}

/* 商品行 */
.drink-item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  color: #5f9fb5;
  font-size: 17px;
	padding-left: 10px;
}

/* 商品名 */
.drink-item span:first-child {
	display: flex;
	flex: 1;
	text-align: left;
}

/* 横線 */
.drink-item span:first-child::after {
	content: "";
  	flex: 1;
  	border-bottom: 1px solid #5f9fb5;
  	margin: 10px 10px;
	transform: translateY(-2px);
}

/* 金額 */
.drink-item span:last-child {
  white-space: nowrap;
}



/* レスポンシブ */
@media (max-width: 768px) {
  .drink-grid {
    flex-direction: column;
    gap: 10px;
  }
	
	/* 見出し */
.drink-col h2 {
  	color: #5f9fb5;
  	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 900;
}

/* 商品行 */
.drink-item {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #5f9fb5;
  font-size: 12px;
	padding-left: 5px;
}
	
.drink-item span:first-child::after {
	content: "";
  	flex: 1;
  	border-bottom: 2px solid #5f9fb5;
  	margin: 10px 5px;
	transform: translateY(-6px);
}
	.drink-item span:last-child {
		transform: translateY(-5px);
}
	
.drink-single {
	margin: 0 auto;
	padding: 0 0 10px;
	text-align: center;
}

  .drink-single-title {
    font-size: 20px;
    padding: 15px 40px;
  }

}



.p-top-drink__area-titlebox{
  text-align: center;

}

.p-top-drink__area-titlebox-icon{
  width: 40px;
	height: 40px;
	margin: auto;

}
.p-top-drink__area-titlebox-title{
  font-family: "Zen Old Mincho", serif;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.04em;
	position: relative;
	text-align: center;
	margin: 20px 0;
	padding: 0 130px;
	display: inline-block;

}

.p-top-drink__area-undertxt{
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
}
.p-top-drink__item{
  margin-top: 40px;

}
.p-top-drink__item-ttlbox{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;


}
.p-top-drink__item-ttlbox-name{
  background-color: #fff;
  padding: 5px 10px;
  font-size: 30px;
  letter-spacing: 0.08em;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;

}
.p-top-drink__item-ttlbox-yen{
  font-size: 30px;
  letter-spacing: 0.08em;
  font-family: "Zen Old Mincho", serif;


}
.p-top-drink__item-list{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;

}
.p-top-drink__item-list-block{
  width: 50%;

}
.p-top-drink__item-list-block li{
  font-size: 16px;
  margin-top: 15px;

}
.p-top-drink__item-list-block li:first-child{
  margin-top: 0;

}


@media screen and (max-width:1000px) {
  .p-top-drink__area-titlebox-bgtxt{
  font-size: 80px;
  top: 35px;

}
@media screen and (max-width:768px) {
  .p-top-drink{
  padding: 4rem 0;

}
.p-top-drink__area{
	padding: 20px 20px 30px;

}
.p-top-drink__area-titlebox{
  text-align: center;

}
.p-top-drink__area-titlebox-bgtxt{
	top: 3.5rem;
	font-size: 4rem;

}
.p-top-drink__area-titlebox-icon{
  width: 3rem;
	height: 3rem;

}
.p-top-drink__area-titlebox-title{
	font-size: 2rem;
	margin: 10px 0 0;
	padding: 0 6rem;

}
.p-top-drink__area-titlebox-title::before {
	width: 3rem;
}
.p-top-drink__area-titlebox-title::after {
	width: 3rem;
}
.p-top-drink__area-undertxt{
  font-size: 1.4rem;
  margin-top: 2rem;
}
.p-top-drink__item{
  margin-top: 4rem;

}
.p-top-drink__item-ttlbox{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;


}
.p-top-drink__item-ttlbox-name{
  padding: 5px 10px;
  font-size: 1.6rem;

}
.p-top-drink__item-ttlbox-name--small{
  font-size: 1.2rem;
  
}
.p-top-drink__item-ttlbox-yen{
  font-size: 1.4rem;

}
.p-top-drink__item-list{
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;

}
.p-top-drink__item-list-block{
  width: 100%;

}
.p-top-drink__item-list .p-top-drink__item-list-block:last-child{
  margin-top: 1rem;
}
.p-top-drink__item-list-block li{
  font-size: 1.4rem;
  margin-top: 1rem;

}
.p-top-drink__item-list-block li:first-child{
  margin-top: 0;

}


}



}





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

.menu-section-new {
  	max-width: 900px;
  	margin: 0 auto;
  	padding: 30px 10px 30px;
	font-weight: bold;
}

/* 見出し */
.menu-heading {
	font-family: "Zen Old Mincho", serif;
  	text-align: center;
  	background: #5f9fb5;
  	color: #fff;
  	padding: 20px 40px;
  	border-radius: 50px;
  	margin: 40px auto;
  	display: inline-block;
	min-width: 396px;
	font-size: 25px;
	height: 67px;
}


/* 2カラム */
.menu-grid-2 {
  	display: flex;
  	justify-content: space-between;
  	gap: 40px;
	margin-top: 20px;
  	margin-bottom: 10px;
}

.menu-col {
  	width: 100%;
}

/* メニュー行 */
.menu-row {
  	display: flex;
  	align-items: center;
  	margin-bottom: 18px;
  	color: #5f9fb5;
  	font-size: 17px;
	letter-spacing: 1.5px;
}

/* 左テキスト */
.menu-row span:first-child {
	display: flex;
	flex: 1;
	text-align: left;
}

/* 横線 */
.menu-row span:first-child::after {
  	content: "";
  	flex: 1;
  	border-bottom: 1px solid #5f9fb5;
  	margin: 10px 10px;
	transform: translateY(-2px);
}

/* 右（価格） */
.menu-row span:last-child {
  white-space: nowrap;
	text-align: right;
}

.menu-row1{
	text-align: left;
}

.menu-row2{
	text-align: left;
	font-size: 10px;
	line-height: 1.5;
}
.menu-row3{
	text-align: right;
	font-size: 15px;
}

.menu-left {
  display: flex;
  flex-direction: column; /* ←縦並び */
  flex: 1;
}

.menu-title {
  display: flex;
  align-items: center;
}

.menu-title::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #5f9fb5;
  margin: 0;
}

.menu-sub {
  font-size: 10px;
  margin-top: 4px;
	align-self: flex-start;
	text-align: left;
	margin-left: -5px;
}

.menu-price2 {
  transform: translateY(-6px);
}

@media (max-width: 768px) {
	
	.menu-row2{
		margin-bottom: 20px;
}
	
	.menu-section-new {
  	padding: 5px 5px 30px;
}
	
	.menu-heading {
		padding: 13px 28px;
  	border-radius: 50px;
  	margin: 5px auto 20px;
  	display: inline-block;
	min-width: 277px;
	font-size: 18px;
	height: 46px;
}
	
  .menu-grid-2 {
	  margin-bottom: 0;
    flex-direction: column;
    gap: 0;
  }

.menu-row3{
	font-size: 10px;
}

.menu-row {
  	margin-bottom: 25px;
  	font-size: 17px;
	letter-spacing: 1.7px;
}

/* 横線 */
.menu-row span:first-child::after {
  	content: "";
  	flex: 1;
  	border-bottom: 2px solid #5f9fb5;
  	margin: 10px 5px;
	transform: translateY(-6px);
}

}

.menu {
	overflow: hidden;
	padding: 80px 0 90px;
}


.menu-item.item02 {
	position: relative;
	margin: 70px auto;
	max-width: 1100px;
	background-color: #fff;
	border-radius: 30px;
	padding: 40px 20px 0;
	color: #4EA2C1;
}
.menu-item-title-box{
	text-align: center;
	position: relative;

}

.menu-item-title-box-icon{
	width: 33px;
	height: 38px;
	margin: auto;

}

.menu-item-title {
	font-family: "Zen Old Mincho", serif;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.04em;
	position: relative;
	text-align: center;
	margin-top: 20px;
	padding: 0 130px;
	display: inline-block;
}


.menu-item-content {
	background: rgba(255, 255, 255, 0.1);
	margin-top: 50px;
	padding: 40px 0 40px;
	text-align: center;
}


.menu-item-list-items-wrapper {
	display: grid;
	gap: 40px 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 #fff;
	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 #fff;
}

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

.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;
}
@media screen and (max-width:1000px) {
  .menu-item-title-box-bgtxt{
	top: 35px;
	font-size: 80px;

}


}

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

	
	
	.menu-row {
  	margin-bottom: 5px;
  	font-size: 12px;
	letter-spacing: 1.2px;
}

	.menu-row span:last-child {
		transform: translateY(-5px);
}
.menu {
	padding: 4rem 0 4rem;
}
.menu-item-title-box{
  text-align: center;

}
.menu-item-title-box-bgtxt{
	top: 3.5rem;
	font-size: 4rem;

}
.menu-item-title-box-icon{
  width: 3rem;
	height: 3rem;

}
.menu-item-title{
	font-size: 2rem;
	margin: 30px 0 20px;
	padding: 0 6rem;

}
.menu-item-title::before {
	width: 3rem;
}
.menu-item-title::after {
	width: 3rem;
}
	
	.menu-item.item02 {
	margin: 20px auto 0;
	padding: 10px 20px;
}

.menu-item.item02 .menu-item-content {
	padding: 10px 0 10px;
}
.menu-item.item03 .menu-item-title::before {
	height: 3.5rem;
	width: 3rem;
}

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

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



.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 {
	overflow: hidden;
	background-color: #15143A;	
}

.overview-content {
	display: flex;
	align-items: center; /* ← 上下中央 */
	justify-content: space-between;
	padding: 100px 0;
}
.overview-textbox{
	width: 50%;
	padding: 0 50px;
	background-color: #15143A;
}

.overview-title {
	font-family: "Zen Old Mincho", serif;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.overview-items {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	margin-top: 30px;
	padding: 30px 0;
}

.overview-item {
	display: flex;
	margin-top: 20px;
	line-height: 1.7;
}

.overview-item dt {
	width: 84px;
	text-align: center;
	margin-right: 20px;
	background: #AA8E53;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	letter-spacing: 0.06em;
	place-content: center;
	padding: 6px 0;

}

.overview-item dd {
	color: #fff;
	width: calc(100% - 85px);
	font-size: 18px;
	padding: 5px 0;
	letter-spacing: 1.5px;
}

.siro{
	color: #15143A;
	display: inline-block; /* ←これ重要 */
  	background: #fff;
	padding: 5px 30px;
	height: 35px;
	text-align: center;
	margin-bottom: 10px;
}

dt.height{
	margin-top: 5px;
}

.overview-img{
	width: 50%;
	height: 620px;
	background: url("../img/bottom.png") no-repeat center center / cover ;
	border-radius: 50px 0 0 50px;
}

@media screen and (max-width:1300px) {
  .overview-textbox{
	padding: 50px;
}

}

@media screen and (max-width:1024px) {
  .overview-textbox{
	width: 70%;
}

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

.overview-items {
	padding: 20px 10px 20px 10px;
}
.overview-item dd {
	font-size: 16px;
}
	
	
.overview-img{
	width: 30%;
}


}

@media screen and (max-width:768px) {
	
.overview-content {
	display: flex;
  	flex-wrap: wrap;
	padding: 0;
	
}
.overview-textbox{
	width: 100%;
	padding: 40px 10px;
}

.overview-title {
	font-size: 2rem;
}

.overview-items {
	margin-top: 1.5rem;
	padding: 0;
}

.overview-item {
	flex-direction: column;
	margin-top: 20px;
	line-height: 2;
}

.overview-item dt {
	margin-right: 1rem;
	margin-bottom: 10px;
	font-size: 14px;
}

.overview-item dd {
	width: 100%;
	font-size: 14px;
	letter-spacing: 1px;
}
	dt.height{
	margin-top: 0;
}
	
	.siro{
		padding: 6px 20px;
		margin: 5px 0;
	}
	
.overview-img{
	width: 100%;
	height: 322px;
	border-radius: 0;
}


}

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

.contact {
	background: #F4F4F4;
	padding: 60px 0 70px;
}

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

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

.contact-title .title-jp {
	color: #D07187;
	display: block;
	font-family: "Hiragino Kaku Gothic Std", "Hiragino Sans", sans-serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-top: 14px;
}

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

.contact-box-name {
	background: #D07187;
	color: #FFF;
	display: grid;
	font-size: 18px;
	font-weight: bold;
	height: 80px;
	letter-spacing: 0.5px;
	place-content: center;
	width: 207px;
	border-radius: 20px 0 0 20px;
	padding: 6px 5px 0;
}

.contact-box-tel {
	background: #FFF;
	border: 1px solid #D07187;
	display: grid;
	height: 80px;
	place-content: center;
	text-align: center;
	width: 207px;
	border-radius: 0 20px 20px 0;
}

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

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

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

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

.float {
	background: #FFF;
	background: #318073;
	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: 19px;
	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: 28px auto 7px;
	width: 26px;
}


@media screen and (max-width:768px) {
.contact {
	padding: 4.9rem 0 5.6rem;
}

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

.contact-title .title-jp {
	font-size: 2.4rem;
	margin-top: 1rem;
}

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

.contact-box-name {
	font-size: 20px;
	height: 35.5px;
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.contact-box-tel {
	border-width: 0.1rem;
	height: 73px;
	width: 100%;
	border-radius: 0 0 5px 5px;
}

.contact-box-tel-num {
	font-size: 30px;
}

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

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

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

.float {
	display: none;
}
	

.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;
}
	
	.yellowback{
		background: #D4A343;
	}
	.pinkback{
		background: #D07187;
	}

}

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

.footer {
	background-color: #15143A;
	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: 40%;
	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 screen and (max-width:768px) {
  .footer {
	padding: 4.3rem 0 5rem;
}

.footer-text {
	font-size: 20px;
	letter-spacing: 0.06em;
	font-weight: normal;
}

.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: 28px;
	width: 48px;
}


}






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

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

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

.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;
}


.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;
}



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: 93px;
}

.header-logo img {
	width: 46px;
	height: auto;
}

.header-content {
	height: 4.75rem;
	padding-right: 1rem;
}
.header-language{
  margin-top: .7rem;
  height: 3.4rem;
  margin-right: 1rem;

}

.header-language-txt{
  padding: 0 .6rem;

}
.header-language-txt p{
  font-size: 1rem;
  padding-left: 2rem;

}
.header-language-txt p::before{
  width: 1.8rem;
  height: 1.8rem;
}

.sns-items {
	gap: 0.8rem;
}

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


.fv {
	padding-top: 4.75rem;
}


}

@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) {


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

}



@keyframes rotation {

0% {
	transform: rotate(0);
}

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

}

@keyframes loop-slide {

from {
	transform: translateX(0);
}

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

}

