:root {
	--red: #C61340;
	--gray: #f0f0f0;
	--black: #666666;
	--cream: #FDFBF3;
}
html {
	scroll-behavior: smooth;
}
p {
	font-family: 'Noto Serif JP', sans-serif; 
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
body {
	font-family: sans-serif;
	line-height: 1.6;
	font-weight: 400;
	font-size: 14px;
	color: var(--black);
	background-image: url("/images/restaurantguide/pc_backimg.png");
	background-size: 150vw 150vh;
  	background-position: fixed;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
img {
	max-width: 100%;
}
.container {
	display: flex;
	justify-content: space-between;
}
.main {
	max-width: 500px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 0px 40px 0px #A379091A;
}
.mv-box {
	z-index: 5;
}
.mv-box h2 {
    color: #EE7B8E; 
    font-family: 'Shippori Mincho', sans-serif; 
    font-size: 20px;
	font-weight: 700;
    line-height: 38px; 
    letter-spacing: 0.05em; 
    text-align: center; 
	margin-bottom: 0px;
}
.image-container {
	position: relative;
}

.sub_copy {
	width: 35%;
	height: 24%;
	left: 9%;
	top: 68%;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	overflow: hidden;
}
.sub_copy::before {
	content: "";
	background: url("/images/restaurantguide/Vector.svg") no-repeat center;
	background-size: 90%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	animation: rotate 20s linear infinite;
	filter: drop-shadow(0px 0px 5px #fff);
}
.sub_copy img{
	width: 57%;
	position: relative;
	z-index: 2;
}
  /* rotate animation */
  @keyframes rotate {
   0%{
	  transform: rotate(0deg);
	 }
  100%{
	  transform: rotate(360deg);
	 }
  }
  
.text_bold {
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	color: #666666;
}
.message {
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #666666;
	background-color: #fff;
}
.section_one {
	background-color: #fdfbf3;
	align-content: center;
	align-items: center;
}

.title {
	position: relative;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 17px;
	padding: 2px;
	letter-spacing: 5%;
	text-align: center;
}
.section_one .content img {
	position: relative;
	display: flex;
	margin: auto;
}
.content_description {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
}

.float-btn {
	position: fixed;
	z-index: 10;
	top: 500px;
}
.floating_btn {
	width: 94px;
	position: fixed;
	right: 10px;
	bottom: 5vh;
	cursor: pointer;
	filter: drop-shadow(2px 2px 12px rgba(0, 0, 0, 0.2));
	transition: 0.3s;
	/*デフォルトで非表示にする*/
	opacity: 0;
	visibility: hidden;
}
.floating_btn.active {
	opacity: 1;
	visibility: visible;
}
.sp-footer {
	padding: 15px;
	color: #666666;
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-align: center;
	background-color: #EBEBEB;
}

.left-content,
.right-content {
	display: none;
}

/* 要素フェイドイン用 */
.fade {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

  .intro {
	gap: 30px;
	display: flex;
	padding: 40px 25px;
	flex-direction: column;
	background-color: #FAF8F1;
  }
  .intro_img {
	padding: 20px;
  }

  .inside {
	background-color: #fff;
	position: relative;
  }

  .inside::before {
    top: 0; 
    left: 0; 
	content: ""; 
    position: absolute;
    width: 50px;
    height: 50px; 
    background-image: url("/images/restaurantguide/Vector7.svg"); 
    background-size: cover;
}

.inside::after {
    top: 0; 
    right: 0; 
	content: ""; 
    position: absolute;
    width: 50px;
    height: 50px; 
    background-image: url("/images/restaurantguide/Vector7.svg"); 
    background-size: cover;
	transform: rotate(90deg)
}
.inside_bottom_left{
	position: absolute;
	background-size: cover;
	rotate: -90deg;
	left: 0px;
	bottom: -1px;
}
.inside_bottom_right{
	position: absolute;
	background-size: cover;
	rotate: -180deg;
	right: 0px;
	bottom: -1px;
}
.intro_group1, .intro_group2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
    position: relative;
}
.intro_group2 {
	gap: 8px;
	padding: 0px;
  }
.intro_component {
	gap: 12px;
	display: flex;
	align-items: center;
	border-radius: 40px 40px 40px 30px;
	flex-direction: column;
}
.intro_head,
.intro_head2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

span.marker {
    background: linear-gradient(transparent 70%, #f1ebd4 80%);
}

.underline2 {
	top: 15px;
}

.intro_txt {
    font-family: Noto Serif JP, serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-align: center;
    line-height: 1.5;
}

.head_txt {
    font-size: 18px;
    font-family: Shippori Mincho, serif;
    font-weight: 700;
    color: #333;
    text-align: center;
    line-height: 1.2;
    z-index: 1;
}
  .border {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 18px;
    position: relative;
    border: 1px solid rgba(209, 187, 112, 1);
    margin-top: 30px;
}
.border_title {
    display: flex;
    justify-content: center;
    background-color: #faf8f1;
	margin: -46px 50px 0px 50px; 
    padding: 10px; 
}

.title_txt {
    color: #333;
    font-size: 16px;
    text-align: center;
    font-family: Shippori Mincho, serif;
    font-weight: 700;
    margin: 0; 
    padding: 0; 
}


.bullet {
    display: flex;
    align-items: center;
    
}
.bullet img {
    width: 15px;
    margin-right: 10px; 
}

.bullet span {
    font-size: 14px;
    font-family: Noto Serif JP, serif;
    font-weight: 700;
    color: #333;
}
.point {
    color: #666666;
    font-size: 12px;
    font-family: Noto Serif JP, serif;
    font-weight: 400;
}
  
  .underline5 {
	position: relative;
    font-weight: bold;
    z-index: 1;
    display: inline; 
	font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #d1bb70; 
    text-decoration-thickness: 3px; 
	text-decoration-skip-ink: none;
	text-shadow:
    /* First layer at 1px */
    -1px -1px 0.5px #ffffff,
     0px -1px 0.5px #ffffff,
     1px -1px 0.5px #ffffff,
    -1px  0px 0.5px #ffffff,
     1px  0px 0.5px #ffffff,
    -1px  1px 0.5px #ffffff,
     0px  1px 0.5px #ffffff,
     1px  1px 0.5px #ffffff,
    /* Second layer at 1px with blur radius of 0.25px */
    -1px -1px 0.25px #ffffff,
     0px -1px 0.25px #ffffff,
     1px -1px 0.25px #ffffff,
    -1px  0px 0.25px #ffffff,
     1px  0px 0.25px #ffffff,
    -1px  1px 0.25px #ffffff,
     0px  1px 0.25px #ffffff,
     1px  1px 0.25px #ffffff;
  }

  .about-text36 {
    color: #666666;
    font-size: 10px;
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    text-align: left;
    margin-top: 10px; 
}

#restaurant_guide {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;

}

.guide_img{
	padding: 53px 64px 40px 64px;
}

.tabs_wrapper{
	position: relative;
}
.tabs_border{
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
	border-top: 1px solid #D1BB70;
	top: 54.5px;
}

.tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0px;
	justify-content: space-between;
	/* gap: 6px; */
	padding: 0 18px;
	text-align: center;
  }

  
  .tabs label {
	order: 1;
	margin-top: 0;
	background: #D1BB70;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	font-family: Noto Serif JP;
	font-size: 18px;
	/* letter-spacing: 0.2em; */
	order: initial;
	padding: 8px 5px;
	width: 32%;
	border: 1.5px solid #d1bb70;
	border-radius: 6px 6px 0 0;
	border-bottom: none;
	z-index: 2;
  }
  
  .tabs .tab-content {
	order: 99;
	background: #fff;
	display: none;
	flex-grow: 1;
	padding-top: 1rem;
  }
  
  .tabs input[type="radio"] {
	display: none;
  }
  
  .tabs input[type="radio"]:checked + label {
	background: #fff;
	color: #D1BB70;
  }
  
  .tabs input[type="radio"]:checked + label + .tab-content {
	display: block;
  }

.content_inner {
	position: relative;
	border: 1px solid #E6E6E6;
	margin: 40px 0px;
}

.rect {
    top: 0px;
    right: 16px;
    position: absolute;
    border: 1px solid #333333;
    border-bottom: 0px;
    height: 50px; 
    width: 100px;
    background-image: url('/images/restaurantguide/Rectangle 3418.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.rect span {
	top: 7px;
	position: absolute;
	color: #fff;
	font-family: Noto Serif JP;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.slider {
	margin: 16px;
    display: inline-flex;
    align-items: center;
    position: relative; 
	transition: all 1s ease-in;
}

.mySlides {
    width: 445px;
	height: 220px;
	object-fit: cover;
}

.left, .right {
	cursor:pointer;
	position: absolute;
	top: 110px;
	background-color: rgba(255, 255, 255, 0.9); 
	color: #d1bb70;
	padding: 2px 10px; 
	border-radius: 50px;
	box-shadow: 0px 0px 4px 0px #0000004D;
}

.left{
	left: 10px;
}

.right {
	right: 10px;
}
.indicators {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.badge{
	cursor:pointer; 
	height:10px;
	width:10px;
	background-color:#fff;
	color:#000;
	display:inline-flex;
	text-align: center;
	border: 1px solid #d1bb70;
	border-radius:50%;
	margin: 0 15px;
}
.badge:hover, .badge.dots {
	background-color: #D1BB70;
	color: #fff;
}

.content1 {
	margin: 0px 30px;
}

.content_head_txt {
	color: #333;
	font-size: 16px;
	text-align: left;
	font-family: Noto Serif JP;
	font-weight: 700;
	line-height: normal;
}
.content_txt {
	text-align: left;
	margin-top: 12px;
	margin-bottom: 12px;
}

.special_edition {
	position: relative;
	margin-bottom: 25px;
	margin-top: 20px;
  }
  
  .banner_image {
	position: absolute;
	width: 58px;
	left: 0px;
	top: -10px;
  }
  .special_ban_txt{
	position: absolute;
	font-size: 13px;
	font-weight: 700;
	top: 9px;
	left: 16px;
	color: #fff;
  }

  .special {
	width: 350px;
	position: relative;
  }
  .special_image {
	position: relative;
	width: 355px;
	left: 20px;
  }

  .special_text{
	color: #EE7B8E;
	font-size: 15px;
	font-family: Noto Serif JP;
	font-weight: 700;
	margin-left: 30px;
	line-height: 18px;
  }
  .special_text span{
	font-size: 12px;
  }
  
  .special_edition_banner, 
  .special_edition_banner2{
	background-image: url("/images/restaurantguide/special.svg");
	background-size: cover; 
    background-position: right; 
    background-repeat: no-repeat; 
	padding:11px;
	margin-left: 20px;
	display: flex;
	justify-content: center;
  }
  .special_edition_banner2{
	padding: 4px;
  }

  .disclaimer {
	text-align: left;
	margin-top: 12px;
  }
  .disclaimer_txt{
	font-size: 10px;
	text-align: left;
  }

  .button {
	display: flex;
	justify-content: center;
	margin-top: 12px;
	margin-bottom: 24px;
  }

  .button-frame {
	margin: 0px 0px 24px 0px;
	display: flex;
	justify-content: center;
	padding: 13px 0px;
	letter-spacing: 2.4px;
	box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.14);
	border-radius: 30px;
	background-color: #B65061
  }
  
  .button_content {
	gap: 8px;
	display: flex;
  }
  
  .button-text {
	color:#fff;
	font-size: 16px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	line-height: normal;
  }
  
  .custom-vector {
	width: 16px;
	height: 16px;
	margin: 4px;
  }

  @media screen and (max-width:374px) {
	.content1{
		margin: 0px 15px;
	}
	/* .banner_image{
		width: 62px;
		top: -7px;
	}

	.special_ban_txt{
	font-size: 14px;
	}
	.special_text{
		font-size: 13px;
	}	
	.special_edition_banner{
		padding: 17px;
	}
	.special_edition_banner2{
		padding: 8px;
	}*/
	.mv-box h2{
		font-size: 16px;
	} 
	.message{
		padding: 26px;
	}
	.border_title{
		margin: -46px 25px 0px 25px;
	} 
}

  
@media screen and (min-width: 640px){
	
	.left-content {
		display: flex;
		flex-direction: column;
		flex: 1;
		padding: calc((60vh - 80px) / 2) 0px; 
		position: sticky;
		top: 0;
		background-color: transparent;
		align-items: center;
	}

	.left-content-inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: fixed;
		
	}
	
	.rec{
		position: fixed;
		width: 10px;
		height: 100vh;
		background-color: #D1BB70;
		left: 0;
		top: 0;
	  }
	
	.rec2 {
		position: fixed;
		width: 2px;
		height: 100vh;
		background-color: #D1BB70;
		left: 17px;
		top: 0;
	}

	.menu {
		margin-bottom: 50px;
		display: flex;
		flex-direction: column;
		font-weight: 600;
		align-items: center;
		width: 500px;
		padding: 0px 30px;

	}
	.guide_pc {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #D1BB70;
		gap: 10px;
		color: white;
		font-family: 'Noto Serif JP', sans-serif; 
		text-align: center;
		border-radius: 10px;
		box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.1);
		opacity: 1; 
		letter-spacing: 3%;
		transition: background-color 0.3s ease;
	}
	.left_btn_txt{
		font-size: 18px;
		line-height: 44px; 
		font-weight: 900;
	}
	  /* Hover effect */
	  .guide_pc:hover {
		background-color: #C3AB61;
	}
	.mv-box-inner {
		background-color: #fff;
		
	}

	.mv-box h2 {
		color: #EE7B8E; 
		font-family: 'Shippori Mincho', sans-serif; 
		font-size: 26px;
		font-weight: 700;
		line-height: 38px; 
		letter-spacing: 0.05em; 
		text-align: center; 
		margin-bottom: 0px;
	}

	p {
		font-family: 'Noto Serif JP', sans-serif; 
		font-size: 18px;
		font-weight: 400;
		text-align: center;
	}

	.floating_btn {
		display: none;
	}

	.text_bold {
		font-size: 18px;
	}
	.intro_component{
		gap: 16px;
	}
	.intro_group1{
		gap: 40px;
		padding: 40px 30px;
	}
	.intro_txt {
		font-size: 18px;
	}
	
	.head_txt {
		font-size: 24px;
	}

	.border_title {
		margin: -52px 90px 0px 90px; 
	}
	.title_txt{
		font-size: 21px;
	}
	.bullet span {
		font-size: 18px;
	}
	.point{
		font-size: 16px;
	}
	.intro_group2{
		gap: 0px;
	}
	.about-text36{
		font-size: 13px;
	}
/* ///////////////////////////////// */
	.content1 {
		margin: 0px 30px;
	}
	
	.content_head_txt {
		font-size: 22px;
	}
	.content_txt {
		font-size: 20px;
	}
	  
	  .banner_image {
		width: 80px;
	  }
	
	  .special_text{
		font-size: 21px;
		line-height: 21px;
	  }
	  .special_text span{
		font-size: 15px;
	  }
	  .special_edition_banner{
		padding: 20px;
	  }
	  .special_edition_banner2 {
		padding: 11px;
	  }
	  .special_ban_txt{
		font-size: 22px;
		top: 12px;
		left: 18px;
	  }
	  .disclaimer_txt{
		font-size: 14px;
	  }
	
	  .button-frame {
		padding: 13px 91px;
	  }
	  
	  .button-content {
		gap: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
	  }
	  
	  .button-text {
		font-size: 22px;
	  }
	  
	  .custom-vector {
		width: 22px;
		height: 22px;
	  }
	  .tabs label {
		font-size: 24px;
		padding: 7.7px 5px;
	  }
	  .tabs_border{
		top: 64.2px;
	  }

	
}
@media screen and (max-width: 390px) and (min-width: 375px) {
	.banner_image{
		width: 58px;
		top: -10px;
	}
	.special_ban_txt{
		font-size: 14px;
		top: 8px;
		left: 15px;
	}
	.special_text{
		line-height: 18px;
	}
	
	.special_edition_banner{
		padding: 11px;
	}
	.special_edition_banner2{
		padding: 4px;
	  }
}
@media screen and (max-width: 1080px){
	.main {
        margin-right: 0;
    }
	.menu{
		width: 40vw;
	}
	.guide_pc{
		width: 31vw;
		padding: 14px 25px 20px 25px;
	}
	.guide_pc img{
		width: 3.5vw;
	}
}

@media screen and (min-width: 1080px){
	.main {
        margin-right: 0;
    }	

	.menu{
		width: 35vw;
		padding: 0px 30px;
	}
	.left-content-inner{
		width: 50vw;
		padding: 0px 50px;
	}
	.guide_pc{
		/* width: 30vw; */
		padding: 14px 45px 20px 45px;
		font-size: 2vw;
	}
	.guide_pc img{
		width: 3.5vw;
	}
	.left_btn_txt{
		font-size: 28px;
	}
	.floating_btn {
		width: 110px;
		position: fixed;
		z-index: 10;
		right: 0px;
		/* top: 600px; */
	}
	.right-content {
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		height: 100vh;
		padding: 7%;
		position: sticky;
		top: 0;
		overflow: hidden;
	}
	.rec_right{
		position: fixed;
		width: 10px;
		height: 100vh;
		background-color: #D1BB70;
		right: 0;
		top: 0;
	}
	
	.rec2_right{
		position: fixed;
		width: 2px;
		height: 100vh;
		background-color: #D1BB70;
		right: 17px;
		top: 0;

	} 

}

@media screen and (max-width: 840px){
	.left-content{
		display: none;
	}
	.floating_btn {
		display: block;
	}
	.main{
		margin-right: auto;
	}
	.floating_btn{
		right: 7%;

	}
}

@media screen and (max-width: 500px){
	.floating_btn{
		right: 10px; 
	}
}

@media screen and (max-width: 336px){
	.left, .right {
		top: 77px;
	}
	.mySlides{
		width: 400px;
		height: 150px;
	}
	.mv-box h2, .head_txt, .button-text, 
	.title_txt{
		font-size: 16px;
	}
	.text_bold, 
	p, .intro_txt,
	.rect span{
		font-size: 12px;
	}
	.intro_img{
		padding: 0px;
	}
	.bullet span{
		font-size: 14px;
	}
	.point{
		font-size: 12px;
	}
	.special_text{
		font-size: 13px;
	}
	.rect{
		height: 40px;
		width: 80px;
	}
	.content_head_txt{
		font-size: 14px;
	}
	.banner_image{
		width: 58px;
	}
	.special_ban_txt{
		font-size: 12px;
	}
	.button-frame{
		margin: 0px 0px 14px 0px;
		letter-spacing: 1.4px;
	}
	.special_edition_banner{
		padding: 15px;
	}
	.special_text{
		line-height: 16px;
	}
	.special_text span{
		font-size: 11px;
	}
	.tabs label {
		font-size: 16px;
		margin-top: 6px;
	}
	.tabs_border{
		top: 57px;
	}

}
