/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700&display=swap');

/*--------------------------*/

.animated {
  animation-duration: 1.2s;
  animation-fill-mode: both;
	opacity: 0;
}
.inviewfadeInUp {
	opacity: 0;
	animation-delay:.1s;
	-webkit-animation-delay:.1s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

/*--------------------------*/

a:link {	color: #535353;	text-decoration: none;}
a:visited {	color: #535353;	text-decoration: none;}
a:hover {	color:#535353;	text-decoration: none;}
a:active {	color:#535353;	text-decoration: none;}

.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

/*--------------------------*/

body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	/*word-break: break-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;*/
	color: #535353;
}

header {
	background: #000;
	border-bottom: 1px solid #FFF;
	padding: 6px 10px 6px 10px;
	height: 30px;
	overflow: visible !important;
}

a:hover {
	opacity: 0.5;
}

a {
	transition: opacity 0.3s ease-out;
}

#main {
	overflow: hidden;
}

#container {
	font-family: 'Noto Sans JP', sans-serif;
	margin: auto;
	width: 100%;
	max-width: 750px;
	display: block;
}
#container img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9000;
	width: 84px;
}

/*----------------------------------*/

.alc {
	text-align: center;
}

.weightM {
	font-weight: 500;
}

.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
.mb-250 {margin-bottom: 250px;}
.mb-280 {margin-bottom: 280px;}
.mb-300 {margin-bottom: 300px;}
.mb-360 {margin-bottom: 360px;}
.mb-390 {margin-bottom: 390px;}
.mb-410 {margin-bottom: 410px;}

.mt-80 {
	margin-top: 80px;
}


@media (max-width: 750px) {

	#page-top {
		bottom: 2.66vw;
		right: 2.66vw;
		width: 11.2vw;
	}

	/*----------------------------------*/

	.mb-5 {margin-bottom: 0.66vw;}
	.mb-10 {margin-bottom: 1.33vw;}
	.mb-15 {margin-bottom: 2.0vw;}
    .mb-20 {margin-bottom: 2.67vw;}
    .mb-30 {margin-bottom: 4vw;}
    .mb-40 {margin-bottom: 5.33vw;}
    .mb-50 {margin-bottom: 6.67vw;}
    .mb-60 {margin-bottom: 8vw;}
    .mb-70 {margin-bottom: 9.33vw;}
    .mb-80 {margin-bottom: 10.67vw;}
    .mb-90 {margin-bottom: 12vw;}
    .mb-100 {margin-bottom: 13.33vw;}
    .mb-110 {margin-bottom: 14.67vw;}
    .mb-120 {margin-bottom: 16vw;}
    .mb-130 {margin-bottom: 17.33vw;}
    .mb-140 {margin-bottom: 18.67vw;}
    .mb-150 {margin-bottom: 20vw;}
    .mb-160 {margin-bottom: 21.33vw;}
    .mb-170 {margin-bottom: 22.67vw;}
    .mb-180 {margin-bottom: 24vw;}
    .mb-190 {margin-bottom: 25.33vw;}
    .mb-200 {margin-bottom: 26.67vw;}
	.mb-250 {margin-bottom: 33.34vw;}
	.mb-280 {margin-bottom: 37.34vw;}
	.mb-300 {margin-bottom: 40vw;}
	.mb-360 {margin-bottom: 48vw;}
	.mb-390 {margin-bottom: 52vw;}
	.mb-410 {margin-bottom: 54.67vw;}
.mt-80 {margin-top: 10.67vw;}


}

/*----------------------------------*/

.fontShipporiMincho {
	font-family: "Shippori Mincho", serif;
}

.posiRe {
	position: relative;
}

.bold {
	font-weight: bold;
}

.leterSp-005 {
	letter-spacing: -0.05em;
}
.leterSp-01 {
	letter-spacing: -0.1em;
}

/*----------------*/

.fw_300 {
	font-weight: 300;
}
.fwMedum {
	font-weight: 500;
}
.fwSemiBold {
	font-weight: 600;
}

.mt_12 {
	margin-top: 12px;
}

.pdLR20 {
	padding-left: 20px;
	padding-right: 20px;
}
.pdLR38 {
	padding-left: 38px;
	padding-right: 38px;
}
.pd120_20 {
	padding-left: 120px;
	padding-right: 20px;
}



/*----------------------------*/

.menuBtn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba( 255,255,255,0.5 );
	width: 88px;
	height: 88px;
	border-radius: 100px;
	cursor: pointer;
	position: fixed;
	top: 60px;
	left: 50%;
	margin-left: 250px;
	z-index: 999999;
}

.menu_btn {
	/*position: relative;*/
	background: none;
	border: none;
	appearance: none;
	/*cursor: pointer;*/
	width: 58px;
	height: 16px;
	transition: all 1s;
	position: relative;
}
.menu_btn span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #222;
	transition: all .4s;
}
.menu_btn span:nth-of-type(1) {
	top: 0;
}
/*.menu_btn span:nth-of-type(2) {
	top: 10px;
}*/
/*.menu_btn span:nth-of-type(3) {
	bottom: 0;
}*/

.menu_btn span:nth-of-type(2) {
	bottom: 0;
	top: auto;
}
/*.menu_btn.active span:nth-of-type(1) {
	transform: translateY(6px) rotate(20deg);
}
.menu_btn.active span:nth-of-type(2) {
	transform: translateY(-5px) rotate(-20deg);
}*/

.active .menu_btn span:nth-of-type(1) {
	transform: translateY(7px) rotate(26deg);
}
.active .menu_btn span:nth-of-type(2) {
	transform: translateY(-6px) rotate(-26deg);
}


/*----------------------------*/

.headerMenuWrap01 {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    background-color: #fff;
    transition: transform 1.82s cubic-bezier(0.16, 1, 0.3, 1), visibility 1.82s;

    transform: translateX(105%);
    
    visibility: hidden; 
    pointer-events: none;
}

/* 開くとき */
.headerMenuWrap01.is-open {
    transform: translateX(0);
    
    visibility: visible;
    pointer-events: auto;
}

.headerMenuBg01 {
	pointer-events: none;
	width: 110vw;
	height: 100%;
	background-color: #ffffff;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	position: fixed;
	top: 0px;
	left: 0px;
}
.headerMenu01 {
	overflow: hidden;
	width: 100%;
	position: relative;
	top: 0px;
	right: 0;
	transition: none;
	/*left: -110vw;*/
	/*padding-top: 43px;*/
}

.headerMenuIn01 {
	box-sizing: border-box;
	background-color: #ffffff;
	width: 750px;
	height: 100vh;
	/*height: 746px;*/
	/*height: auto;*/
	/*height: calc( 100vh - 132px );*/
	overflow: auto;
	text-align: left;
	/*padding: 120px 20px 50px 80px;*/
	-webkit-overflow-scrolling: touch;
	padding-bottom: calc(150px + env(safe-area-inset-bottom));
	position: relative;
	margin: auto;
}
.headerMenuClose01 {
	position: absolute;
	top: 50px;
	right: 58px;
}
.headerMenuClose01 img {
	width: 39px;
	height: auto;
}
.headerMenuClose01 img:hover {
	cursor: pointer;
}

/*-----------*/

.menuLogo01 img {
	width: 156px !important;
	height: auto;
}

.menuTit0102 {
	position: relative;
	font-size: 30px;
	line-height: 1.6em;
	font-weight: bold;
}
.menuTit0102 .s02 {
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	padding-right: 15px;
}
.menuTit0102::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #535353;
	position: absolute;
	left: 0px;
	top: 50%;
}

.menuTit01 {
	position: relative;
	font-size: 29px;
	line-height: 1.6em;
	font-weight: bold;
}
.menuTit01 .s01 {
	display: block;
	position: relative;
	color: #a19340;
}
.menuTit01 .s01::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #a19340;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.menuTit01 .s01::before {
	content: "";
	background-image: url("../img/260126/menu_ac_plus.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 21px;
	height: 21px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.menuTit01.open .s01::before {
	background-image: url("../img/260126/menu_ac_minus.webp");
}


.menuAc01 p {
	display: inline-flex;
	align-items: center;
	font-size: 34px;
	line-height: 1.4em;
	font-weight: 600;
}
.menuAc01 p .s01 {
	font-size: 18px;
	vertical-align: top;
}

.menuAc01 a {
	display: flex;
	align-items: center;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: bold;
}

.menuAc01 a::after {
	content: "";
	background-image: url("../img/250901/menu_ar01.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 36px;
	height: 36px;
	display: block;
	margin-left: 12px;
}

.menuAc01 a .s01 {
	font-size: 18px;
	vertical-align: top;
}

.menuAcCont01 {
	display: none;
}

.menuAcContIn01 {
	display: none;
}

.menuAcContIn01 a {
	display: block;
	font-size: 24px;
	line-height: 1.4em;
	margin: 20px auto;
}
.fsSm18 {
	font-size: 18px;
}

.menuAcContIn01 a .p01 {
	display: inline-flex;
	align-items: center;
}
.menuAcContIn01 a .p01::after {
	content: "";
	background-image: url("../img/260126/menu_link_ar01.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 14px;
	height: 17px;
	display: inline-block;
	margin-left: 20px;
}

.menuTopBtn01 img {
	width: 166px;
}


/*-----------------------*/

.mainBlock01 {
	text-align: center;
	padding: 40px 20px;
}
.mainBlock01 img {
	width: 614px !important;
	height: auto;
}

/*----------------------*/

.slider {
 /* height: 53vw;*/
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  /*width: 80vw;*/
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1); /* 拡大率 */
  }
}

.add-animation {
  animation: zoomIn 10s linear 0s normal both;
}

/*--------------------------*/

/* 中央以外のスライド */
/*.swiper-slide {
  height: auto;
  opacity: 0.9;
  transform: scale(.85);
  transition: opacity .5s, transform .5s;
  width: 100%;
}*/
/* 中央のスライド */
/*.slick02 .slick-center {
  opacity: 1;
  transform: scale(1);
}*/
/*.slick02 .slick-active {
  transform: scale(1);
}*/

.slick02 {
	overflow: hidden;
	position: relative;
}
/*.slick02 .slick-list {
	width: 1590px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}*/

.swiperWrap01 {
	overflow: hidden;
}
.swiperCont {
	/*width: 530px;
	margin-left: 50%;
	transform: translateX(-50%);*/
}
.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
	transform: scale(0.8);

	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);

}

/*-------------------------*/

.swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px 40px;
	margin-top: 30px;
	width: 100%;
	position: relative;
	bottom: 0px !important;
}

.slick-dots li {
}
.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background: transparent;
	background-image: url("../img/250901/slick_dot.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 67px auto;
	width: 67px;
	height: 67px;
	text-indent: -9999px;
	opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-image: url("../img/250901/slick_dot_on.webp");
}

/*-------------------------*/


.slick-dots li {
}
.slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background: transparent;
	background-image: url("../img/250901/slick_dot.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 67px auto;
	width: 67px;
	height: 67px;
	text-indent: -9999px;
}
.slick-dots li.slick-active button {
	background-image: url("../img/250901/slick_dot_on.webp");
}

/*-----------------------------------
	2026/01/16
------------------------------------*/

.contPd_0_45 {
	padding-left: 45px;
	padding-right: 45px;
}

.mainH101 {
}
.mainH101 img {
	width: 442px !important;
}
.mainText01 img {
	width: 587px !important;
}
.mainAncFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px 0px;
	width: 690px;
	margin: auto;
}
.mainAncFlex01 li {
	width: 337px;
}

.mainBlock02 {
	text-align: center;
}
.mainH201 img {
	width: 418px !important;
}
.text26_195_n {
	font-size: 26px;
	line-height: 1.95em;
}
.mainText02 img {
	width: 523px;
}
.blockAnc01 {
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}
.contH301 img {
	width: 316px !important;
}

.contH401 {
	color: #535353;
	font-size: 26px;
	line-height: 1.75em;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
}
.contH401::after {
	content: "";
	width: 78px;
	height: 1px;
	background-color: #a19340;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.anc01Flex01 {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 8px;
}
.anc01Box01 {
	margin-top: 25px;
}

/*-------------------------*/

.anc02Logo01 {
	text-align: center;
}
.anc02Logo01 img {
	width: 180px !important;
}
.text29_13_n {
	font-size: 29px;
	line-height: 1.3em;
}

.text26_145_n {
	font-size: 26px;
	line-height: 1.45em;
}
.text24_155_n {
	font-size: 24px;
	line-height: 1.55em;
}
.anc02Banner01 img {
	width: 710px !important;
}
.anc02Text01 {
	color: #a19340;
	font-size: 30px;
	line-height: 1.75em;
	font-weight: bold;
}

.anc03InfoBox01 {
	background-image: url("../img/260126/cont03_info_left.webp");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 32px auto;
	padding-left: 50px;
	font-size: 26px;
	line-height: 1.4em;
}
.anc03Btn01 {
	text-align: center;
	margin-top: 25px;
}
.anc03Btn01 img {
	width: 614px;
}

/*-------------------------*/

.contPd_0_35 {
	padding-left: 35px;
	padding-right: 35px;
}

.anc04TextBox01 {
	color: #a19340;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 500px;
}
.text25_16_n {
	font-size: 25px;
	line-height: 1.6em;
}
.textSpace01 {
	display: inline-block;
	width: 2.75em;
}

/*---------------------------*/

.contH302 {
	text-align: center;
}
.contH302 img {
	width: 336px !important;
}

.storeBlock01 {
	border: 1px solid #a19340;
	background-color: #f9f9f7;
	margin-top: 28px;
}
.acWrap01 {
	position: relative;
	color: #a19340;
	font-size: 33px;
	line-height: 1.5em;
	font-weight: bold;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 100px;
	padding: 7px 60px 7px 24px;
}
.acWrap01::after {
	content: "";
	background-image: url("../img/260126/cont05_ac_plus.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 25px;
	height: 24px;
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
}
.acWrap01.open::after {
	background-image: url("../img/260126/cont05_ac_minus.webp");
}

.fSm13 {
	font-size: 13px;
	vertical-align: middle;
}
.acCont01 {
	display: none;
}
.acContIn01 {
	padding: 0px 25px 40px;
}

.acContTextBox01 {
	padding-left: 30px;
}
.acContBox01 {
}

.contH501 {
	position: relative;
	color: #a19340;
	font-size: 28px;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 27px;
}
.contH501::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #a19340;
	position: absolute;
	right: 0px;
	top: 50%;
}

.contH501 span {
	position: relative;
	display: inline-block;
	padding-right: 5px;
	background-color: #f9f9f7;
}

.acContFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0px;
}
.acContFlex01 li {
	width: 295px;
}
.acContFlex01 li a {
	display: block;
}

/*.acContFlex01 .img01 {
	border: 1px solid #a19340;
}*/
.acContFlex01 .text01 {
	background-color: #a19340;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.15em;
	box-sizing: border-box;
	height: 70px;
}
.text14_18_n {
	font-size: 14px;
	line-height: 1.8em;
}
.letSp-005 {
	letter-spacing: -0.05em;
}




@media (max-width: 750px) {

	.mt_12 {
		margin-top: 1.6vw;
	}

	.pdLR20 {
		padding-left: 2.66vw;
		padding-right: 2.66vw;
	}
	.pdLR38 {
		padding-left: 5.06vw;
		padding-right: 5.06vw;
	}
	.pd120_20 {
		padding-left: 16vw;
		padding-right: 2.66vw;
	}

	/*----------------------------*/

	.menuBtn01 {
		width: 11.73vw;
		height: 11.73vw;
		margin-left: 33.33vw;
	}

	.menu_btn {
		width: 7.73vw;
		height: 2.13vw;
	}
	.menu_btn span {
		height: 0.26vw;
	}


	.active .menu_btn span:nth-of-type(1) {
		transform: translateY(0.93vw) rotate(26deg);
	}
	.active .menu_btn span:nth-of-type(2) {
		transform: translateY(-0.8vw) rotate(-26deg);
	}

	/*----------------------------*/

	.headerMenuIn01 {
		width: 100vw;
		height: 100vh;
		padding: 8vw 2.66vw 20vw 4.66vw;
	}
	.headerMenuClose01 {
		top: 6.66vw;
		right: 7.73vw;
	}
	.headerMenuClose01 img {
		width: 5.2vw;
	}

	/*-----------*/

	.menuLogo01 img {
		width: 20.8vw !important;
	}

	.menuTit0102 {
		font-size: 3.8vw;
	}
	.menuTit0102 .s02 {
		padding-right: 2vw;
	}

	.menuTit01 {
		font-size: 4vw;
	}
	.menuTit01 .s01::before {
		width: 2.8vw;
		height: 2.8vw;
	}

	.menuAc01 p {
		font-size: 4.53vw;
	}
	.menuAc01 p .s01 {
		font-size: 2.4vw;
	}

	.menuAc01 a {
		font-size: 4vw;
	}

	.menuAc01 a::after {
		width: 4.8vw;
		height: 4.8vw;
		margin-left: 1.6vw;
	}

	.menuAc01 a .s01 {
		font-size: 2.4vw;
	}

	.menuAcContIn01 a {
		font-size: 3.2vw;
		margin: 2.66vw auto;
	}
	.fsSm18 {
		font-size: 2.4vw;
	}

	.menuAcContIn01 a .p01::after {
		width: 1.86vw;
		height: 2.26vw;
		margin-left: 2.66vw;
	}

	.menuTopBtn01 img {
		width: 22.13vw;
	}

	/*-----------------------*/

	.mainBlock01 {
		padding: 5.33vw 2.66vw;
	}
	.mainBlock01 img {
		width: 81.86vw !important;
	}

	/*-------------------------*/

	.swiper-pagination {
		gap: 0px 2.66vw;
		margin-top: 4vw;
	}

	.swiper-pagination-bullet {
		background-size: 8.93vw auto;
		width: 8.93vw;
		height: 8.93vw;
	}

	/*-------------------------*/


	.slick-dots li button {
		background-size: 8.93vw auto;
		width: 8.93vw;
		height: 8.93vw;
	}

	/*--------------------------*/

	/*-----------------------------------
		2026/01/16
	------------------------------------*/

	.contPd_0_45 {
		padding-left: 6vw;
		padding-right: 6vw;
	}

	.mainH101 img {
		width: 58.93vw !important;
	}
	.mainText01 img {
		width: 78.26vw !important;
	}
	.mainAncFlex01 {
		gap: 2vw 0px;
		width: 92vw;
	}
	.mainAncFlex01 li {
		width: 44.93vw;
	}

	.mainH201 img {
		width: 55.73vw !important;
	}
	.text26_195_n {
		font-size: 3.46vw;
	}
	.mainText02 img {
		width: 69.73vw !important;
	}
	.blockAnc01 {
		padding-left: 5.33vw;
		padding-right: 5.33vw;
	}
	.contH301 img {
		width: 42.13vw !important;
	}

	.contH401 {
		font-size: 3.46vw;
		padding-bottom: 1.33vw;
	}
	.contH401::after {
		width: 10.4vw;
	}
	.anc01Flex01 {
		gap: 1.06vw;
		margin-top: 1.06vw;
	}
	.anc01Box01 {
		margin-top: 3.33vw;
	}

	/*-------------------------*/

	.anc02Logo01 img {
		width: 24vw !important;
	}
	.text29_13_n {
		font-size: 3.86vw;
	}

	.text26_145_n {
		font-size: 3.46vw;
	}
	.text24_155_n {
		font-size: 3.2vw;
	}
	.anc02Banner01 img {
		width: 94.66vw !important;
	}
	.anc02Text01 {
		font-size: 4vw;
	}

	.anc03InfoBox01 {
		background-size: 4.26vw auto;
		padding-left: 6.66vw;
		font-size: 3.46vw;
	}
	.anc03Btn01 {
		margin-top: 3.33vw;
	}
	.anc03Btn01 img {
		width: 81.86vw;
	}

	/*-------------------------*/

	.contPd_0_35 {
		padding-left: 4.66vw;
		padding-right: 4.66vw;
	}

	.anc04TextBox01 {
		top: 66.66vw;
	}
	.text25_16_n {
		font-size: 3.33vw;
	}

	/*---------------------------*/

	.contH302 img {
		width: 44.8vw !important;
	}

	.storeBlock01 {
		margin-top: 3.73vw;
	}
	.acWrap01 {
		font-size: 4.4vw;
		height: 13.33vw;
		padding: 0.93vw 8vw 0.93vw 3.2vw;
	}
	.acWrap01::after {
		width: 3.33vw;
		height: 3.2vw;
		right: 4.66vw;
	}

	.fSm13 {
		font-size: 1.73vw;
	}
	.acContIn01 {
		padding: 0px 3.33vw 5.33vw;
	}

	.acContTextBox01 {
		padding-left: 4vw;
	}

	.contH501 {
		font-size: 3.73vw;
		margin-bottom: 3.6vw;
	}

	.contH501 span {
		padding-right: 0.66vw;
	}

	.acContFlex01 {
		gap: 4vw 0px;
	}
	.acContFlex01 li {
		width: 39.33vw;
	}

	.acContFlex01 .text01 {
		font-size: 3.2vw;
		height: 9.33vw;
	}
	.text14_18_n {
		font-size: 1.86vw;
	}

	.contBanner01 img {
		width: 44.26vw !important;
	}
	.contBtn01 img {
		width: 73.86vw !important;
	}
	.contImg01 img {
		width: 24vw !important;
	}
	.anc03Btn01 img {
		width: 81.86vw !important;
	}


}


/*-----------------------------
	下層
------------------------------*/

.pagetopButton {
	width: 82px;
	position: fixed;
	right: 20px;
	bottom: 140px;
	display: none;
}

/*-------------------*/

.detailWrap01 {
	padding-bottom: 10px;
}

.detailH201 {
	display: block;
}
.detailH201 img {
	width: 442px !important;
	height: auto;
}
.detailTit01 {
	display: block;
	font-size: 26px;
	line-height: 1.5em;
	font-weight: 600;
}
.detailText01 {
	display: block;
	font-size: 36px;
	line-height: 1.6em;
}
.detailText01 .s01 {
	display: inline-block;
	position: relative;
}
.detailText01 .s01::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #bfb277;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.detailBox01 {
	background-color: #f9f9f7;
	border: 1px solid #a19340;
	padding: 0px;
}

/*--------------------*/

.detailH301 {
}
.detailH3Text01 {
	display: block;
	font-size: 32px;
	line-height: 1.75em;
	font-weight: 600;
	background-color: #d3c798;
	padding-left: 20px;
	padding-right: 20px;
}
.detailH3Flex01 {
	display: flex;
	margin-top: 18px;
	margin-bottom: 10px;
	padding: 0px 20px;
}
.detailH3Flex01 .h3Box01 {
	font-size: 26px;
	line-height: 2.2em;
	flex-shrink: 0;
	margin-right: 12px;
}
.detailH3Flex01 .h3Box02 {
	font-size: 36px;
	line-height: 1.4em;
	/*margin-left: -10px;*/
}
.slideWrap01 {
	margin: 25px auto 120px;
	padding: 20px;
	background-image: url("../img/260126/slide_bg01.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px 40px;
	width: 100%;
	position: absolute;
	left: 0px;
	margin-top: 40px;
}


.detailBoxIn01 {
	text-align: center;
	margin: 36px auto 40px;
	padding: 0px 20px;
}

.detailH401 {
	margin-bottom: 14px;
}
.detailH401 .h401 {
	display: block;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
/*.detailH401 .h401::after {
	content: "";
	height: 1px;
	width: 64px;
	background-color: #000000;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}*/

.detailH401 .h401 .s01 {
	display: block;
	color: #bfb277;
	font-size: 32px;
	line-height: 1.25em;
	font-weight: 600;
}
.detailH401 .h401 .s02 {
	display: block;
	color: #bfb277;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: normal;
}

.detailH401 .h402 {
	display: block;
	font-size: 32px;
	line-height: 1.5em;
	font-weight: 600;
}

.detailDl01 {
	padding: 25px 20px 30px;
	border-top: 1px solid #a19340;
}
.detailDl01 dt {
	font-size: 26px;
	line-height: 1.75em;
	font-weight: 500;
}
.detailDl01 dd {
	padding-top: 8px;
	font-size: 24px;
	line-height: 1.8em;
	font-weight: normal;
}

/*----------------------*/

.bottomTextBox01 {
	margin: 60px auto 50px;
	padding-left: 80px;
	padding-right: 20px;
}
.text20_17_n {
	font-size: 20px;
	line-height: 1.7em;
	font-weight: normal;
}


/*------------------------------
	2026/01/19
-------------------------------*/

.detailTit01 .detailS01 {
	display: inline-block;
	position: relative;
}
.detailTit01 .detailS01::before {
	content: "";
	background-image: url("../img/260126/hankyu_tit_deco01.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 36px;
	height: 12px;
	position: absolute;
	left: -54px;
	top: 50%;
	transform: translateY(-50%);
}
.detailTit01 .detailS01::after {
	content: "";
	background-image: url("../img/260126/hankyu_tit_deco02.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 36px;
	height: 12px;
	position: absolute;
	right: -54px;
	top: 50%;
	transform: translateY(-50%);
}

.detailH202 {
	font-size: 34px;
	line-height: 1.5em;
	color: #a19340;
}
.text28_175_n {
	font-size: 28px;
	line-height: 1.75em;
}
.detailBox02 {
	background-image: url("../img/260126/hankyu_tokuten_bg01_02.webp");
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
	padding: 5px 20px;
	text-align: center;
}
.detailH302 {
	font-size: 30px;
	line-height: 1.6em;
	font-weight: 600;
}
.detailH302 .s01 {
	display: inline-block;
	border-bottom: 1px solid #000000;
}
.colGold {
	color: #a19340;
}
.detailImg01 {
	padding-left: 60px;
}
.detailImg01 img {
	width: auto !important;
	height: 454px;
}

.detailH203 {
	font-size: 32px;
	line-height: 1.55em;
	padding-bottom: 4px;
	border-bottom: 1px solid #000000;
}

.detailPd_0_20 {
	padding-left: 20px;
	padding-right: 20px;
}
.text28_17_n {
	font-size: 28px;
	line-height: 1.7em;
}
.text26_16_n {
	font-size: 26px;
	line-height: 1.6em;
}

.detailTel01 {
	margin-top: 10px;
}
.detailTel01 a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 18px;
	height: 52px;
	border-radius: 50px;
	background-color: #c8c9cb;
}

.ruby01 {
  display: ruby;                 /* ← 重要 */
  ruby-position: over;
  -webkit-ruby-position: over;   /* iOS Safari */
  line-height: 1.2;
}

.rubyRt01 {
  font-size: 0.55em;
  line-height: 1;
  white-space: nowrap;
}

.mt-60 {
	margin-top: 60px;
}

.detailBottomLogo01 {
	text-align: center;
}
.detailBottomLogo01 img {
	width: 306px !important;
}

.detailBottomBtn01 {
	text-align: center;
}
.detailBottomBtn01 img {
	width: 442px !important;
}






@media (max-width: 750px) {

	.pagetopButton {
		width: 10.93vw;
		right: 2.66vw;
		bottom: 21vw;
	}
	.pagetopButton img {
		width: 100%;
		height: auto;
	}

	/*-------------------*/

	.detailWrap01 {
		padding-bottom: 1.33vw;
	}

	.detailH201 img {
		width: 58.93vw !important;
	}
	.detailTit01 {
		font-size: 3.4vw;
	}
	.detailText01 {
		font-size: 4.8vw;
	}

	/*--------------------*/

	.detailH3Text01 {
		font-size: 4.26vw;
		padding-left: 2.66vw;
		padding-right: 2.66vw;
	}
	.detailH3Flex01 {
		margin-top: 2.4vw;
		margin-bottom: 1.33vw;
		padding: 0px 2.66vw;
	}
	.detailH3Flex01 .h3Box01 {
		font-size: 3.46vw;
		margin-right: 1.6vw;
	}
	.detailH3Flex01 .h3Box02 {
		font-size: 4.8vw;
	}
	.slideWrap01 {
		margin: 3.33vw auto 16vw;
		padding: 2.66vw;
	}

	.slick-dots {
		gap: 0px 5.33vw;
		margin-top: 5.33vw;
	}


	.detailBoxIn01 {
		margin: 4.8vw auto 5.33vw;
		padding: 0px 2.66vw;
	}

	.detailH401 {
		margin-bottom: 1.86vw;
	}
	.detailH401 .h401 {
		padding-bottom: 1.6vw;
		margin-bottom: 2vw;
	}

	.detailH401 .h401 .s01 {
		font-size: 4.26vw;
	}
	.detailH401 .h401 .s02 {
		font-size: 3.2vw;
	}

	.detailH401 .h402 {
		font-size: 4.26vw;
	}

	.detailDl01 {
		padding: 3.33vw 2.66vw 4vw;
	}
	.detailDl01 dt {
		font-size: 3.46vw;
	}
	.detailDl01 dd {
		padding-top: 1.06vw;
		font-size: 3.2vw;
	}

	/*----------------------*/

	.bottomTextBox01 {
		margin: 8vw auto 6.66vw;
		padding-left: 10.66vw;
		padding-right: 2.66vw;
	}
	.text20_17_n {
		font-size: 2.66vw;
	}


	/*------------------------------
		2026/01/19
	-------------------------------*/

	.detailTit01 .detailS01::before {
		width: 4.8vw;
		height: 1.6vw;
		left: -7.2vw;
	}
	.detailTit01 .detailS01::after {
		width: 4.8vw;
		height: 1.6vw;
		right: -7.2vw;
	}

	.detailH202 {
		font-size: 4.53vw;
	}
	.text28_175_n {
		font-size: 3.73vw;
	}
	.detailBox02 {
		padding: 0.66vw 2.66vw;
	}
	.detailH302 {
		font-size: 4vw;
	}
	.detailImg01 {
		padding-left: 8vw;
	}
	.detailImg01 img {
		width: auto !important;
		height: 60.53vw !important;
	}

	.detailH203 {
		font-size: 4.26vw;
		padding-bottom: 0.53vw;
	}

	.detailPd_0_20 {
		padding-left: 2.66vw;
		padding-right: 2.66vw;
	}
	.text28_17_n {
		font-size: 3.73vw;
	}
	.text26_16_n {
		font-size: 3.46vw;
	}

	.detailTel01 {
		margin-top: 1.33vw;
	}
	.detailTel01 a {
		padding: 0.66vw 2.4vw;
		height: 6.93vw;
	}

	.rubyRt01 {
		top: -3.33vw;
	}
	.mt-60 {
		margin-top: 8vw;
	}

	.detailBottomLogo01 img {
		width: 40.8vw !important;
	}

	.detailBottomBtn01 img {
		width: 58.93vw !important;
	}


}


/*------------------------------------
	下層　2
-------------------------------------*/

.umekitaImg01 {
	width: 351px;
	margin-left: auto;
	margin-right: auto;
}
.detailH303 {
	width: 153px;
	margin-left: auto;
	margin-right: auto;
}

.umekitaImg02 {
	width: 646px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.umekitaImg02Text01 {
	width: 336px;
	position: absolute;
	left: -26px;
	bottom: -136px;
}
.umekitaBtn01 {
	text-align: center;
}
.umekitaBtn01 img {
	width: 614px !important;
}
.text32_14_n {
	font-size: 32px;
	line-height: 1.4em;
}
.all {
	text-align: left;
}

/*--------------------------*/

.detailSlick01 div {
	padding: 0px 5px;
}
.detailSlick01 .slick-dots {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 40px;
	gap: 0px 85px;
}
.detailSlick01 .slick-dots li button {
	background-image: none;
	width: 12px;
	height: 12px;
	border-radius: 20px;
	text-indent: -9999px;
	background-color: #c8c9cb;
}
.detailSlick01 .slick-dots li.slick-active button {
	background-image: none;
	background-color: #000000;
}

.detailTable01 th {
	white-space: nowrap;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
.detailLine01 {
	width: 590px;
	height: 1px;
	border-top: 3px dashed #444444;
	margin: 20px auto;
}
.detailBox03 {
	text-align: center;
	padding: 40px 20px;
	border-top: 1px solid #a19340;
}



@media (max-width: 750px) {

	.umekitaImg01 {
		width: 46.8vw;
	}
	.detailH303 {
		width: 20.4vw;
	}

	.umekitaImg02 {
		width: 86.13vw;
	}
	.umekitaImg02Text01 {
		width: 44.8vw;
		left: -3.46vw;
		bottom: -18.13vw;
	}
	.umekitaBtn01 img {
		width: 81.86vw !important;
	}
	.text32_14_n {
		font-size: 4.26vw;
	}

	/*--------------------------*/

	.detailSlick01 div {
		padding: 0px 0.66vw;
	}
	.detailSlick01 .slick-dots {
		margin-top: 5.33vw;
		gap: 0px 11.33vw;
	}
	.detailSlick01 .slick-dots li button {
		width: 1.6vw;
		height: 1.6vw;
	}

	.detailLine01 {
		width: 78.66vw;
		margin: 2.66vw auto;
	}
	.detailBox03 {
		text-align: center;
		padding: 5.33vw 2.66vw;
	}


}



/*------------------------------------
	下層　3
-------------------------------------*/

.hotelFlex01 {
	display: flex;
	justify-content: space-between;
}
.hotelFlex01 li {
	width: 49%;
}



@media (max-width: 750px) {




}

/*------------------------------------
追加
-------------------------------------*/

.img01 {
	margin-bottom: -1px;
}

.h401 .s01 {
    text-transform: uppercase;
}

.col_w {
	color: #ffffff;
}

ul.text26_145_n li {
	margin-bottom: 10px;
}

.umekitaImg03 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.bottom-nav-wrap {
  position: fixed;
  bottom: 0;
  left: 50%; /* 中央配置 */
  transform: translateX(-50%) translateY(100%); /* 初期は下に隠す */
  width: 100%;
  max-width: 750px; /* PCで最大幅を固定 */
  z-index: 1000;

  /* 初期状態（非表示） */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.6s ease;

  /* iPhone安全領域対応 */
  padding-bottom: env(safe-area-inset-bottom);
}

/* 表示状態 */
.bottom-nav-wrap.is-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

/* 内部リスト */
.bottom-nav {
  display: flex;
gap:6px; 
  justify-content: space-between;
  padding: 20px 10px; /* 小さい画面向け */
  border: 1px solid #191919;
  background: #fff;
  margin: 0 auto;
  list-style: none;
}

/* 各項目 */
.bottom-nav li {
  flex: 1;
  text-align: center;
}

/* 画像は横幅に合わせる */
.bottom-nav img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* タップしやすくする */
.bottom-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* スクロールコンテンツが下に隠れないように */
body {
  padding-bottom: calc(90px + env(safe-area-inset-bottom));
}

/* スマホ用微調整 */
@media screen and (max-width: 540px) {
  .bottom-nav {
    padding: 15px 5px;
  }

}

@media (max-width: 750px) {
	ul.text26_145_n li {
		margin-bottom: 1.4vw;
	}
}

.lh1 {
	line-height: 1.0;
}

.lh1 span {
	font-size: 70%;
}



