@charset "UTF-8";

.pc {display:none !important;}
.sp {display:block !important;}

#oneday p,
#oneday h2,
#oneday h4,
#oneday h5,
#oneday h6{
	color: var(--white);
}
#oneday .inner {
	max-width: var(--flex-90);
	position: relative;
}

#oneday .inner .inner {
	max-width: var(--flex-100);
}
#oneday article .inner {
	max-width: var(--flex-100);
}

#oneday #main, #higaeri{
	max-width: 1200px;
	margin:auto;
}

.progressbar{
 position: relative;
 width: 100%;
 height: 3px;
 background: none;
 margin: -3px 0 0;
 border-radius: 7px;
 overflow: hidden;
 z-index: 10;
}
.progressbar span{
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: left center;
  background: rgba(0,0,0,0.5);
  border-radius: 7px;
  transform: scaleX(0);
  transition-timing-function: linear;
}
/*+++++++++++
共通
+++++++++++*/
.center {
	display: block;
	margin: auto;
	text-align: center;

}

#oneday a {
	transition:.3s;
	opacity:1;
}

#oneday a:hover {
	transition:.3s;
	opacity:0.7;
}

#oneday h6 {
    font-family: var(--mn);
    letter-spacing: 1px;
    position: relative;
    font-size: var(--font-h4);
    margin: auto;
    text-align: left;
    padding: 0;
    border: none;
    font-weight: 600;
}

#oneday .breadcrumbs {
	background: none;
	margin: 0 0 0 30px;
}

#oneday .button_text {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	position: relative;
	font-size: 18px;
	line-height: 2.5;
	margin: 30px auto 0;
	letter-spacing: 2px;
	padding: 0 50px 10px 0;
	border-bottom: 1px solid #111;
	display: block;
	line-height: 1.5;
	max-width: 200px;
}
#oneday .button_text:before {
    content: "";
    background: url(../../img/spa/next.svg) no-repeat bottom;
    position: absolute;
    width: 10px;
    height: 10px;
    background-size: 10px;
    right: 2%;
    top: 9px;
    margin: auto;
    opacity: 0.8;
    transform: rotate(90deg);
}
#oneday .button {text-align: center;display: block;margin: 40px auto 0;}
#oneday .pdf{
	background: url(../../img/spa/next.svg) no-repeat center right 7% #fefaf1;
	padding: 18px 70px 18px 50px;
	/* border-bottom: 1px solid #ccc; */
	margin: 0 30px 0 0;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	transition: .3s;
	background-size: 11px;
}
#oneday .pdf:hover {
	transition:.3s;
	opacity:0.9;
}

#oneday .pdf:before {
	content:"";
	background:url("../../img/spa/pdf.png") no-repeat;
	position: absolute;
	left: 7%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
}

#oneday .flex {
	display: grid;
	justify-content: center;
	gap: 10px;
	margin: auto;
	grid-template-columns: repeat(3,1fr);
	max-width: var(--width-max);
    list-style-type: none;
}
#oneday .flex li {
	padding:0;
    list-style-type: none;
    counter-reset: unset;
    counter-increment: unset;
}
#oneday .flex li::marker {
    display: none;
    counter-reset: unset;    
    content:"";
}
#oneday img {
	/* max-width:100%; */
	width: 100%;
}
#oneday table {
	/* font-family: var(--mn); */
	width: 100%;
	margin: 0 auto 20px;
	/* table-layout: fixed; */
	border-top: 1px solid var(
	--opa-white02);
}

#oneday table tr {
	border-bottom: 1px solid var(--opa-white02);
}
#oneday table th {width: 20%;padding: 15px 0;letter-spacing: 1px;background: none;border-right: none;text-align: left;}
#oneday table td {
	border-bottom: 1px solid var(--opa-white02);
	border-right: 1px solid #c2b8ab;
	padding: 6px 0;
	text-align: left;
	width: 30%;
}
#oneday table td:last-child {
	border-right: none;
}

#oneday section table th p, #oneday section table td p {
	font-size: 18px;
}
#oneday section table.block,
#oneday section table.block tbody,
#oneday section table.block th,
#oneday section table.block tr,
#oneday section table.block td{
	/* width: 100%;
	display: block; */
}


#oneday article#main .tab {
	margin: 60px auto 0;
}
#oneday article#main .tab ul{
	
}

#oneday article#main .tab li{
	width: 100%;
	margin: 0 20px 0 0;
}
#oneday article#main .tab li a {
	display: block;
	position: relative;
}
#oneday article#main .tab li a:hover {
	opacity:0.7;
transition: .3s;	
}

#oneday article#main .tab li a p {
	position: relative;
	font-size: var(--font-h5);
}
#oneday article#main .tab li a p:before {
	content:"";
	background:url(../../img/spa/next.svg) no-repeat bottom;
	position: absolute;
	transform: rotate(90deg);
	width: 9px;
	height: 9px;
	background-size: 9px;
	right: 2%;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.5;
}
#oneday article#main .tab li:last-child{
	margin: 0;
}

#oneday article#main .tab li figure{
	/* background: #ccc; */
	width: 100%;
	/* height: 300px; */
	margin: 0 0 10px;
}
/*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
/*拡大*/
.scale {
	overflow: hidden;
	position: relative;
	display: block;
	transition: .3s;
}
.scale:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	/*background: rgba(0,0,0,0.2);*/
}
/*inview*/
.fade1 {
  opacity: 0;
 	transition: .6s;
	transition-delay:1.1s;
}

.fade2 {
  opacity: 0;
 	transition: .7s;
	transition-delay:1.3s;
}

.fade3 {
  opacity: 0;
 	transition: .8s;
	transition-delay:1.5s;
}

.fade4 {
  opacity: 0;
 	transition: .9s;
	transition-delay:1.7s;
}

.mv-fade {
	opacity: 1;
}
/*+++++++++++
head
+++++++++++*/
#oneday .withImg {
	height: 500px;
	overflow: hidden;
}
#oneday div.h1Wrap.withImg .img {
	float: right;
	width: 97%;
}

#oneday div.h1Wrap.withImg h1 {
	position: absolute;
	width: auto;
	bottom: 6%;
	left: 6%;
	padding: 0 50px 0 0;
	font-size: 55px;
	letter-spacing: 8px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
	font-weight: 400;
}
#oneday div.h1Wrap.withImg h1 small {
	font-family: 'Great Vibes', cursive;
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
}


#oneday div.h1Wrap.withImg div.inner {
	position: relative;
}
#oneday section div.inner {
	max-width: 1200px;
	margin: auto;
	text-align: unset;
	padding: 0;
	position: relative;
}
#oneday section {
	position:relative;
	overflow: hidden;
}
#oneday section:before {
	content:"";
}
#oneday section:after {
	content:"";
}
/*+++++++++++
main
+++++++++++*/
#oneday article#main:before {
	background: none;
    font-family: unset;
}

#oneday article h2{
	letter-spacing: 2px;
	line-height: 1.8;
	/* text-align: left; */
	margin: 0 auto 20px;
	font-size: var(--font-h3);
	font-weight: 400;
	font-family: var(--mn);
}
#oneday article h2 b {
	font-weight:normal;
	margin: 0 0 0 5px;
}
#oneday article {
	position: relative;
	overflow: hidden;
	background-size: cover;
	padding: 80px 0 50px;
}

#oneday article:before {
	content:"";
}
#oneday article#main {
	background: none;
	padding: 0 0 80px;
	max-width: var(--flex-100);
}

#oneday article#main .inner{
}
#oneday article .read {
	font-family: var(--gs);
	font-size: var(--font-h6);
	line-height: 2.2;
	position: relative;
	z-index: 10;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 400;
}

#oneday article#main figure {
}

#oneday article#main figure img {
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}

/*+++++++++++
other
+++++++++++*/
#oneday .kounou h5{
	letter-spacing: 3px;
	padding: 0 0 15px;
	text-align: left;
	position: relative;
	margin: auto;
	font-size: var(--font-h4);
	font-family: var(--mn);
}

#oneday .kounou h5:before{
	content: "";
}

#oneday .kounou {
	box-sizing: border-box;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 80px 0 0;
	max-width: var(--flex-100);
}

#oneday .scroll {
	overflow: auto;
	white-space: nowrap;
	max-width: 100%;	
}


#oneday #price li {
	margin: 0 80px 0 0;
}

#oneday #price li:last-child {
	margin: 0;
}
#oneday #price .scroll {
	overflow: auto;
	white-space: nowrap;
	max-width: 100%;	
}

#oneday #price .inner {
	width: auto;
	margin: auto;
	padding: 100px 0;
}

/**/
/*+++++++++++
higaeri
+++++++++++*/
#oneday article#higaeri h4,
#oneday article#restaurant h4,
#oneday article#plan h4{
	font-family: var(--mn);
	font-size: var(--font-h3);
	letter-spacing: 3px;
	/* border-bottom: 1px solid #ccc; */
	padding: 0;
	text-align: center;
	position: relative;
	margin: 0 auto 40px;
	max-width: 640px;
}
#oneday article#higaeri {
	/* background:#fefaf1; */
	padding: 0;
	
	
	
	@: ;
}

#oneday article#higaeri div.inner {
	padding: 0;
	/* border: 1px solid #fff; */
	/* background: #fff; */
	box-sizing: border-box;
	max-width: var(--flex-100);
	/* box-shadow: 0 0 10px rgb(0 0 0 / 15%); */
	border-radius: 5px;
}
#oneday article#higaeri div.inner .careful {
	/* background: #f6f0e1; */
	margin: 0 auto 0;
	max-width: 700px;
	padding: 10px 10px 30px;
	border-radius: 10px;
}
#oneday article#higaeri div.inner .careful p {
	font-family: var(--mn);
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 1px;
	text-align: center;
}

#oneday article#higaeri div.inner span,#oneday article#restaurant div.inner span {
	display: block;
	margin: auto;
	color: #fff;
	font-size: var(--font-h5);
	letter-spacing: 2px;
	font-family: var(--mn);
	box-sizing: border-box;
	text-align: center;
	padding: 10px 0 0;
}

#oneday article#higaeri div.inner figure span{
	
}

#oneday article#higaeri div.inner figure,#oneday article#restaurant div.inner figure {
	height: auto;
	overflow: hidden;
	margin: 0 auto 5px;
	max-width: 100%;
	position: relative;
}

#oneday article#higaeri div.inner figure {
	display:none;
}
#oneday article#higaeri div.inner ul.flex {
    max-width: var(--flex-100);
    margin: auto;
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

#oneday article#higaeri div.inner ul.flex li {
	overflow:hidden;
	position: relative;
	padding: 0;
}
#oneday article#higaeri div.inner #price ul.flex li {
	height: auto;
	width: 100%;
	margin: 0 0 40px;
}
#oneday article#higaeri div.inner #price ul.flex li:last-child {
	margin:0;
}
#oneday article#restaurant {padding: 80px 0;}

article#restaurant .flex {
	max-width: var(--flex-100);
	margin: 10px auto 0;
	justify-content: space-between;
	display: block;
}

article#restaurant .flex li:first-child {
	width: auto;
	display: grid;
	justify-content: space-between;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding: 0;
	
	
	
	
	
	
	
	
	
	@: ;
}

article#restaurant .flex li img {}
article#restaurant .flex li p.read {
    text-align: left;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 1px;
}
article#restaurant .flex li:last-child {
	width: auto;
	padding: 0;
}

article#restaurant .flex li .kounou {
	padding: 30px 0 0;
}

#higaeri img {
	margin: auto;!i;!;
	!i;!;
	display: block;
	aspect-ratio: 2/1;
}

/*+++++++++++
oneday
+++++++++++*/
#oneday article#plan ol>li::before {
	display:none;
	content: "";
	list-style-type: none;
}
#oneday article#plan li {
	margin: 0 0 120px;
}
#oneday article#plan li:last-child {
	margin:0;
	font-size: inherit;
	padding: 0;
}
#oneday article#plan li::marker {
	display:none;
}
#oneday article#plan h6{
	text-align:center;
	padding: 0 0 20px;
	color: var(--white);
}
#oneday article#plan {
	padding:0;
	/* background: var(--white); */
}
#oneday article#plan .inner ol {
    padding: 30px;
    border: 1px solid var(--opa-white02);
}
#oneday article#plan .flex {
	justify-content: space-between;
	display: block;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

#oneday article#plan  .flex figure {
	margin: 0;
}
#oneday article#plan  .flex figure .swiper-slide {
	width: 100% !important;
}

#oneday article#plan  .flex .content-textbox{
	text-align: left;
}
#oneday article#plan .flex .content-textbox b {
	font-size: var(--font-h4);
	font-family: var(--mn);
	letter-spacing: 1px;
	margin: 0 0 20px;
	display: block;
	line-height: 2;
	color: var(--white);
}
#oneday article#plan .flex .content-textbox p {
	line-height: 2;
	font-family: var(--gs);
	color: var(--white);
}

#oneday article#plan .flex .content-textbox table {font-size: var(--font-h6);}
#oneday article#plan .flex .content-textbox tr {
}
#oneday article#plan .flex .content-textbox th {}

#oneday article#plan .flex .content-textbox td {
}



@media screen and (min-width: 600px) {
#oneday h2,
#oneday h4,
#oneday h5,
#oneday h6{
	color: var(--white);
}
#oneday .inner {
	position: relative;
}

#oneday #main, #higaeri{
	max-width: var(--flex-90);
	margin:auto;
}

.progressbar{
 position: relative;
 width: 100%;
 height: 3px;
 background: none;
 margin: -3px 0 0;
 border-radius: 7px;
 overflow: hidden;
 z-index: 10;
}
.progressbar span{
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: left center;
  background: rgba(0,0,0,0.5);
  border-radius: 7px;
  transform: scaleX(0);
  transition-timing-function: linear;
}
/*+++++++++++
共通
+++++++++++*/
.center {
	display: block;
	margin: auto;
	text-align: center;

}
.br {}
.br2{}
#oneday a {
	transition:.3s;
	opacity:1;
}

#oneday a:hover {
	transition:.3s;
	opacity:0.7;
}

#oneday h6 {
    font-family: var(--mn);
    letter-spacing: 1px;
    padding: 0 0 10px;
    position: relative;
    font-size: var(--font-h4);
    margin: auto;
    text-align: left;
    padding: 0;
    border: none;
    font-weight: 600;
}

#oneday .breadcrumbs {
	background: none;
	margin: 0 0 0 30px;
}

#oneday .button_text {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	position: relative;
	font-size: 18px;
	line-height: 2.5;
	margin: 30px auto 0;
	letter-spacing: 2px;
	padding: 0 50px 10px 0;
	border-bottom: 1px solid #111;
	display: block;
	line-height: 1.5;
	max-width: 200px;
}
#oneday .button_text:before {
    content: "";
    background: url(../../img/spa/next.svg) no-repeat bottom;
    position: absolute;
    width: 10px;
    height: 10px;
    background-size: 10px;
    right: 2%;
    top: 9px;
    margin: auto;
    opacity: 0.8;
    transform: rotate(90deg);
}
#oneday .button {text-align: center;display: block;margin: 40px auto 0;}
#oneday .pdf{
	background: url(../../img/spa/next.svg) no-repeat center right 7% #fefaf1;
	padding: 18px 70px 18px 50px;
	/* border-bottom: 1px solid #ccc; */
	margin: 0 30px 0 0;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	transition: .3s;
	background-size: 11px;
}
#oneday .pdf:hover {
	transition:.3s;
	opacity:0.9;
}

#oneday .pdf:before {
	content:"";
	background:url("../../img/spa/pdf.png") no-repeat;
	position: absolute;
	left: 7%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
}

#oneday .flex {
}

#oneday img {
	/* max-width:100%; */
}

#oneday table tr {
	border-bottom: 1px solid var(--opa-white02);
}
#oneday table th {}
#oneday table td {
	border-bottom: 1px solid var(--opa-white02);
	border-right: 1px solid #c2b8ab;
	padding: 15px 0;
	text-align: left;
	width: 30%;
}
#oneday table td:last-child {
	border-right: none;
}

#oneday section table th p, #oneday section table td p {
	font-size: 18px;
}
#oneday section table.block,
#oneday section table.block tbody,
#oneday section table.block th,
#oneday section table.block tr,
#oneday section table.block td{
	/* width: 100%;
	display: block; */
}


#oneday article#main .tab {
	margin: 60px auto 0;
}
#oneday article#main .tab ul{
	
}

#oneday article#main .tab li{
	width: 100%;
	margin: 0 20px 0 0;
}
#oneday article#main .tab li a {
	display: block;
	position: relative;
}
#oneday article#main .tab li a:hover {
	opacity:0.7;
transition: .3s;	
}

#oneday article#main .tab li a p {
	position: relative;
	font-size: var(--font-h5);
}
#oneday article#main .tab li a p:before {
	content:"";
	background:url(../../img/spa/next.svg) no-repeat bottom;
	position: absolute;
	transform: rotate(90deg);
	width: 9px;
	height: 9px;
	background-size: 9px;
	right: 2%;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.5;
}
#oneday article#main .tab li:last-child{
	margin: 0;
}

#oneday article#main .tab li figure{
	/* background: #ccc; */
	width: 100%;
	/* height: 300px; */
	margin: 0 0 10px;
}
/*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
/*拡大*/
.scale {
	overflow: hidden;
	position: relative;
	display: block;
	transition: .3s;
}
.scale:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	/*background: rgba(0,0,0,0.2);*/
}
/*inview*/
.fade1 {
  opacity: 0;
 	transition: .6s;
	transition-delay:1.1s;
}

.fade2 {
  opacity: 0;
 	transition: .7s;
	transition-delay:1.3s;
}

.fade3 {
  opacity: 0;
 	transition: .8s;
	transition-delay:1.5s;
}

.fade4 {
  opacity: 0;
 	transition: .9s;
	transition-delay:1.7s;
}

.mv-fade {
	opacity: 1;
}
/*+++++++++++
head
+++++++++++*/
#oneday .withImg {
	height: 500px;
	overflow: hidden;
}
#oneday div.h1Wrap.withImg .img {
	float: right;
	width: 97%;
}

#oneday div.h1Wrap.withImg h1 {
	position: absolute;
	width: auto;
	bottom: 6%;
	left: 6%;
	padding: 0 50px 0 0;
	font-size: 55px;
	letter-spacing: 8px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
	font-weight: 400;
}
#oneday div.h1Wrap.withImg h1 small {
	font-family: 'Great Vibes', cursive;
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
}


#oneday div.h1Wrap.withImg div.inner {
	position: relative;
}
#oneday section div.inner {
	max-width: 1200px;
	margin: auto;
	text-align: unset;
	padding: 0;
	position: relative;
}
#oneday section {
}
#oneday section:before {
	content:"";
}
#oneday section:after {
	content:"";
}
/*+++++++++++
main
+++++++++++*/
#oneday article#main:before {
	background: none;
}

#oneday article h2{
}
#oneday article h2 b {
}
#oneday article {
}

#oneday article:before {
	content:"";
}
#oneday article#main {
}
#oneday article .read {
	font-weight: 400;
}

#oneday article#main figure img {
}

/*+++++++++++
other
+++++++++++*/


#oneday .kounou {
	padding: 80px 0 0;
}
#oneday #price li {
	margin: 0 80px 0 0;
}

#oneday #price li:last-child {
	margin: 0;
}
#oneday #price .scroll {
	overflow: auto;
	white-space: nowrap;
	max-width: 100%;	
}

#oneday #price .inner {
	width: auto;
	margin: auto;
	padding: 100px 0;
}

/**/
/*+++++++++++
higaeri
+++++++++++*/
#oneday article#higaeri h4,
#oneday article#restaurant h4,
#oneday article#plan h4{
}
#oneday article#higaeri {
	/* border: 1px solid var(--opa-white02); */
}

#oneday article#higaeri div.inner {/* max-width: var(--flex-90); */);}
#oneday article#higaeri div.inner .careful {
	/* background: #f6f0e1; */
	margin: 0 auto 0;
	max-width: 700px;
	padding: 10px 10px 30px;
	border-radius: 10px;
}
#oneday article#higaeri div.inner .careful p {
	font-family: var(--mn);
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 1px;
	text-align: center;
}


#oneday article#higaeri div.inner figure,#oneday article#restaurant div.inner figure {
	margin: 0 auto 20px;
	max-width: var(--flex-100);
}

#oneday article#higaeri div.inner ul.flex li {
	padding: 0;
}
#oneday article#higaeri div.inner #price ul.flex li {
	height: auto;
	width: 100%;
	margin: 0 50px 20px 0;
}
#oneday article#higaeri div.inner #price ul.flex li:last-child {
	margin:0;
}
#oneday article#restaurant {padding: 80px 0 100px;}

article#restaurant .flex {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	justify-content: space-between;
}
article#restaurant .flex li:first-child {
	display:block;
}	

article#restaurant .flex li {
	width: 45%;
}

article#restaurant .flex li img {
	width:100%;
	margin: 0 0 10px;
}
article#restaurant .flex li p.read {
    text-align: left;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 1px;
}


article#restaurant .flex li .kounou {
	padding: 30px 0 0;
}
/*+++++++++++
oneday
+++++++++++*/
#oneday article#plan ol>li::before {
	display:none;
	content: "";
	list-style-type: none;
}
#oneday article#plan li {
	margin: 0 0 120px;
}
#oneday article#plan li:last-child {
	margin:0;
	font-size: inherit;
	padding: 0;
}
#oneday article#plan li::marker {
	display:none;
}
#oneday article#plan h6{
}
#oneday article#plan {}
#oneday article#plan .inner ol {padding: 50px;}
#oneday article#plan .flex {
}

#oneday article#plan  .flex figure {
	margin: 0;
}
#oneday article#plan  .flex figure .swiper-slide {
	width: 100% !important;
}


#oneday article#plan .flex .content-textbox p {
}

#oneday article#plan .flex .content-textbox table {
	
}
#oneday article#plan .flex .content-textbox tr {}

}

@media screen and (min-width: 1024px) {
.pc {display:block !important;}
.sp {display:none !important;}
	
#oneday h2,
#oneday h4,
#oneday h5,
#oneday h6{
	color: var(--white);
}
#oneday .inner {
}

#oneday #main, #higaeri{
	max-width: 1200px;
	margin:auto;
}

.progressbar{
 position: relative;
 width: 100%;
 height: 3px;
 background: none;
 margin: -3px 0 0;
 border-radius: 7px;
 overflow: hidden;
 z-index: 10;
}
.progressbar span{
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: left center;
  background: rgba(0,0,0,0.5);
  border-radius: 7px;
  transform: scaleX(0);
  transition-timing-function: linear;
}
/*+++++++++++
共通
+++++++++++*/
.center {
	display: block;
	margin: auto;
	text-align: center;

}

#oneday a {
	transition:.3s;
	opacity:1;
}

#oneday a:hover {
	transition:.3s;
	opacity:0.7;
}

#oneday h6 {
    font-family: var(--mn);
    letter-spacing: 1px;
    padding: 0 0 10px;
    position: relative;
    font-size: var(--font-h4);
    margin: auto;
    text-align: left;
    padding: 0;
    border: none;
    font-weight: 600;
}

#oneday .breadcrumbs {
	background: none;
	margin: 0 0 0 30px;
}

#oneday .button_text {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	position: relative;
	font-size: 18px;
	line-height: 2.5;
	margin: 30px auto 0;
	letter-spacing: 2px;
	padding: 0 50px 10px 0;
	border-bottom: 1px solid #111;
	display: block;
	line-height: 1.5;
	max-width: 200px;
}
#oneday .button_text:before {
    content: "";
    background: url(../../img/spa/next.svg) no-repeat bottom;
    position: absolute;
    width: 10px;
    height: 10px;
    background-size: 10px;
    right: 2%;
    top: 9px;
    margin: auto;
    opacity: 0.8;
    transform: rotate(90deg);
}
#oneday .button {text-align: center;display: block;margin: 40px auto 0;}
#oneday .pdf{
	background: url(../../img/spa/next.svg) no-repeat center right 7% #fefaf1;
	padding: 18px 70px 18px 50px;
	/* border-bottom: 1px solid #ccc; */
	margin: 0 30px 0 0;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	transition: .3s;
	background-size: 11px;
}
#oneday .pdf:hover {
	transition:.3s;
	opacity:0.9;
}

#oneday .pdf:before {
	content:"";
	background:url("../../img/spa/pdf.png") no-repeat;
	position: absolute;
	left: 7%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
}


#oneday table tr {
	border-bottom: 1px solid var(--opa-white02);
}
#oneday table td p {/* font-family: var(--mn); */}
#oneday table td:last-child {
}

#oneday section table th p, #oneday section table td p {
	font-size: 18px;
}
#oneday section table.block,
#oneday section table.block tbody,
#oneday section table.block th,
#oneday section table.block tr,
#oneday section table.block td{
	/* width: 100%;
	display: block; */
}


#oneday article#main .tab {
	margin: 60px auto 0;
}
#oneday article#main .tab ul{
	
}

#oneday article#main .tab li{
	width: 100%;
	margin: 0 20px 0 0;
}
#oneday article#main .tab li a {
	display: block;
	position: relative;
}
#oneday article#main .tab li a:hover {
	opacity:0.7;
transition: .3s;	
}

#oneday article#main .tab li a p {
	position: relative;
	font-size: var(--font-h5);
}
#oneday article#main .tab li a p:before {
	content:"";
	background:url(../../img/spa/next.svg) no-repeat bottom;
	position: absolute;
	transform: rotate(90deg);
	width: 9px;
	height: 9px;
	background-size: 9px;
	right: 2%;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.5;
}
#oneday article#main .tab li:last-child{
	margin: 0;
}

#oneday article#main .tab li figure{
	/* background: #ccc; */
	width: 100%;
	/* height: 300px; */
	margin: 0 0 10px;
}
/*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
/*拡大*/
.scale {
	overflow: hidden;
	position: relative;
	display: block;
	transition: .3s;
}
.scale:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	/*background: rgba(0,0,0,0.2);*/
}
/*inview*/
.fade1 {
  opacity: 0;
 	transition: .6s;
	transition-delay:1.1s;
}

.fade2 {
  opacity: 0;
 	transition: .7s;
	transition-delay:1.3s;
}

.fade3 {
  opacity: 0;
 	transition: .8s;
	transition-delay:1.5s;
}

.fade4 {
  opacity: 0;
 	transition: .9s;
	transition-delay:1.7s;
}

.mv-fade {
	opacity: 1;
}

#oneday .flex {
	max-width: var(--width-large);
}
	
/*+++++++++++
head
+++++++++++*/
#oneday .withImg {
	height: 500px;
	overflow: hidden;
}
#oneday div.h1Wrap.withImg .img {
	float: right;
	width: 97%;
}

#oneday div.h1Wrap.withImg h1 {
	position: absolute;
	width: auto;
	bottom: 6%;
	left: 6%;
	padding: 0 50px 0 0;
	font-size: 55px;
	letter-spacing: 8px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
	font-weight: 400;
}
#oneday div.h1Wrap.withImg h1 small {
	font-family: 'Great Vibes', cursive;
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
}


#oneday div.h1Wrap.withImg div.inner {
	position: relative;
}
#oneday section div.inner {
	max-width: 1200px;
	margin: auto;
	text-align: unset;
	padding: 0;
	position: relative;
}

/*+++++++++++
main
+++++++++++*/
#oneday article#main:before {
	background: none;
}

#oneday article h2{
}
#oneday article h2 b {
}
#oneday article {
}

#oneday article:before {
	content:"";
}
#oneday article#main {
}
#oneday article .read {
	font-family: var(--gs);
	font-size: var(--font-h6);
	line-height: 2.2;
	position: relative;
	z-index: 10;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 400;
}

#oneday article#main figure {
}

#oneday article#main figure img {
}

/*+++++++++++
other
+++++++++++*/
#oneday .kounou h5{
	letter-spacing: 3px;
	padding: 0 0 15px;
	text-align: left;
	position: relative;
	margin: auto;
	font-size: var(--font-h4);
}

#oneday .kounou h5:before{
	content: "";
}

#oneday .kounou {
}
#oneday #price li {
	margin: 0 80px 0 0;
}

#oneday #price li:last-child {
	margin: 0;
}
#oneday #price .scroll {
	overflow: auto;
	white-space: nowrap;
	max-width: 100%;	
}

#oneday #price .inner {
	width: auto;
	margin: auto;
	padding: 100px 0;
}

/**/
/*+++++++++++
higaeri
+++++++++++*/
#oneday article#higaeri h4,
#oneday article#restaurant h4,
#oneday article#plan h4{
}
#oneday article#higaeri {
	border: 1px solid var(--opa-white02);
	padding: 50px;
	
	
	
	
	@: ;
}

#oneday article#higaeri div.inner {
}
#oneday article#higaeri div.inner .careful {
	/* background: #f6f0e1; */
	margin: 0 auto 0;
	max-width: 700px;
	padding: 10px 10px 30px;
	border-radius: 10px;
}
#oneday article#higaeri div.inner .careful p {
	font-family: var(--mn);
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 1px;
	text-align: center;
}

#oneday article#higaeri div.inner ul.flex {
    grid-template-columns: repeat(3,1fr);
}

#oneday article#higaeri div.inner ul.flex li {
}
#oneday article#higaeri div.inner #price ul.flex li {
	height: auto;
	width: 100%;
	margin: 0 50px 20px 0;
}
#oneday article#higaeri div.inner #price ul.flex li:last-child {
	margin:0;
}
#oneday article#restaurant .inner {
    max-width: var(--width-large);
}

article#restaurant .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    justify-content: space-between;
}
article#restaurant .flex li:first-child {
	display: block;
}	

article#restaurant .flex li {
	width: 45%;
}

article#restaurant .flex li img {
	width:100%;
	margin: 0 0 10px;
}
article#restaurant .flex li p.read {
    text-align: left;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 1px;
}
article#restaurant .flex li:last-child {
}

article#restaurant .flex li .kounou {
	padding: 30px 0 0;
}
/*+++++++++++
oneday
+++++++++++*/
#oneday article#plan ol>li::before {
	display:none;
	content: "";
	list-style-type: none;
}
#oneday article#plan li {
	margin: 0 0 120px;
}
#oneday article#plan li:last-child {
	margin:0;
	font-size: inherit;
	padding: 0;
}
#oneday article#plan li::marker {
	display:none;
}

#oneday article#plan .inner {
    max-width: var(--width-large);
    background: none;
}
#oneday article#plan .inner ol {}
#oneday article#plan .flex {grid-template-columns: 55% 42%;display: grid;justify-content: space-between;}

#oneday article#plan  .flex figure {
	margin: 0;
}
#oneday article#plan  .flex figure .swiper-slide {
	width: 100% !important;
}

#oneday article#plan .flex .content-textbox p {
}

#oneday article#plan .flex .content-textbox tr {
}

}

@media screen and (min-width: 1200px) {
#oneday h2,
#oneday h4,
#oneday h5,
#oneday h6{
	color: var(--white);
}
#oneday .inner {
}

#oneday #main, #higaeri{
	max-width: 1200px;
	margin:auto;
}

.progressbar{
 position: relative;
 width: 100%;
 height: 3px;
 background: none;
 margin: -3px 0 0;
 border-radius: 7px;
 overflow: hidden;
 z-index: 10;
}
.progressbar span{
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: left center;
  background: rgba(0,0,0,0.5);
  border-radius: 7px;
  transform: scaleX(0);
  transition-timing-function: linear;
}
/*+++++++++++
共通
+++++++++++*/
.center {
	display: block;
	margin: auto;
	text-align: center;

}
.br {}

.br2{}
#oneday a {
	transition:.3s;
	opacity:1;
}

#oneday a:hover {
	transition:.3s;
	opacity:0.7;
}

#oneday h6 {
    font-family: var(--mn);
    letter-spacing: 1px;
    padding: 0 0 10px;
    position: relative;
    font-size: var(--font-h4);
    margin: auto;
    text-align: left;
    padding: 0;
    border: none;
    font-weight: 600;
}

#oneday .breadcrumbs {
	background: none;
	margin: 0 0 0 30px;
}

#oneday .button_text {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	position: relative;
	font-size: 18px;
	line-height: 2.5;
	margin: 30px auto 0;
	letter-spacing: 2px;
	padding: 0 50px 10px 0;
	border-bottom: 1px solid #111;
	display: block;
	line-height: 1.5;
	max-width: 200px;
}
#oneday .button_text:before {
    content: "";
    background: url(../../img/spa/next.svg) no-repeat bottom;
    position: absolute;
    width: 10px;
    height: 10px;
    background-size: 10px;
    right: 2%;
    top: 9px;
    margin: auto;
    opacity: 0.8;
    transform: rotate(90deg);
}
#oneday .button {text-align: center;display: block;margin: 40px auto 0;}
#oneday .pdf{
	background: url(../../img/spa/next.svg) no-repeat center right 7% #fefaf1;
	padding: 18px 70px 18px 50px;
	/* border-bottom: 1px solid #ccc; */
	margin: 0 30px 0 0;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", serif!important;
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	transition: .3s;
	background-size: 11px;
}
#oneday .pdf:hover {
	transition:.3s;
	opacity:0.9;
}

#oneday .pdf:before {
	content:"";
	background:url("../../img/spa/pdf.png") no-repeat;
	position: absolute;
	left: 7%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
}

#oneday table tr {
	border-bottom: 1px solid var(--opa-white02);
}


#oneday section table th p, #oneday section table td p {
	font-size: 18px;
}
#oneday section table.block,
#oneday section table.block tbody,
#oneday section table.block th,
#oneday section table.block tr,
#oneday section table.block td{
	/* width: 100%;
	display: block; */
}


#oneday article#main .tab {
	margin: 60px auto 0;
}
#oneday article#main .tab ul{
	
}

#oneday article#main .tab li{
	width: 100%;
	margin: 0 20px 0 0;
}
#oneday article#main .tab li a {
	display: block;
	position: relative;
}
#oneday article#main .tab li a:hover {
	opacity:0.7;
transition: .3s;	
}

#oneday article#main .tab li a p {
	position: relative;
	font-size: var(--font-h5);
}
#oneday article#main .tab li a p:before {
	content:"";
	background:url(../../img/spa/next.svg) no-repeat bottom;
	position: absolute;
	transform: rotate(90deg);
	width: 9px;
	height: 9px;
	background-size: 9px;
	right: 2%;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.5;
}
#oneday article#main .tab li:last-child{
	margin: 0;
}

#oneday article#main .tab li figure{
	/* background: #ccc; */
	width: 100%;
	/* height: 300px; */
	margin: 0 0 10px;
}
/*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
/*拡大*/
.scale {
	overflow: hidden;
	position: relative;
	display: block;
	transition: .3s;
}
.scale:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	/*background: rgba(0,0,0,0.2);*/
}
/*inview*/
.fade1 {
  opacity: 0;
 	transition: .6s;
	transition-delay:1.1s;
}

.fade2 {
  opacity: 0;
 	transition: .7s;
	transition-delay:1.3s;
}

.fade3 {
  opacity: 0;
 	transition: .8s;
	transition-delay:1.5s;
}

.fade4 {
  opacity: 0;
 	transition: .9s;
	transition-delay:1.7s;
}

.mv-fade {
	opacity: 1;
}
/*+++++++++++
head
+++++++++++*/
#oneday .withImg {
	height: 500px;
	overflow: hidden;
}
#oneday div.h1Wrap.withImg .img {
	float: right;
	width: 97%;
}

#oneday div.h1Wrap.withImg h1 {
	position: absolute;
	width: auto;
	bottom: 6%;
	left: 6%;
	padding: 0 50px 0 0;
	font-size: 55px;
	letter-spacing: 8px;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
	font-weight: 400;
}
#oneday div.h1Wrap.withImg h1 small {
	font-family: 'Great Vibes', cursive;
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
}


#oneday div.h1Wrap.withImg div.inner {
	position: relative;
}
#oneday section div.inner {
	max-width: 1200px;
	margin: auto;
	text-align: unset;
	padding: 0;
	position: relative;
}
#oneday section {
}
#oneday section:before {
	content:"";
}
#oneday section:after {
	content:"";
}
/*+++++++++++
main
+++++++++++*/
#oneday article#main:before {
	background: none;
}

#oneday article h2{
	letter-spacing: 5px;
	line-height: 1.8;
	/* text-align: left; */
	margin: 0 auto 20px;
	font-size: var(--font-h2);
	font-weight: 400;
}

#oneday article {
	position: relative;
	overflow: hidden;
	background-size: cover;
	padding: 80px 0 50px;
}

#oneday article:before {
	content:"";
}
#oneday article#main {
	background: none;
	padding: 0 0 80px;
}
#oneday article .read {
	font-family: var(--gs);
	font-size: var(--font-h6);
	line-height: 2.2;
	position: relative;
	z-index: 10;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 400;
}

#oneday article#main figure {
}

#oneday article#main figure img {
}

/*+++++++++++
other
+++++++++++*/
#oneday .kounou h5{
	letter-spacing: 3px;
	padding: 0 0 15px;
	text-align: left;
	position: relative;
	margin: auto;
	font-size: var(--font-h4);
}

#oneday .kounou h5:before{
	content: "";
}

#oneday .kounou {
}
#oneday #price li {
	margin: 0 80px 0 0;
}

#oneday #price li:last-child {
	margin: 0;
}
#oneday #price .scroll {
	overflow: auto;
	white-space: nowrap;
	max-width: 100%;	
}

#oneday #price .inner {
	width: auto;
	margin: auto;
	padding: 100px 0;
}

/**/
/*+++++++++++
higaeri
+++++++++++*/

#oneday article#higaeri {padding: 0;}

#oneday article#higaeri div.inner {
	padding: 50px;
	box-sizing: border-box;
	border-radius: 5px;
}
#oneday article#higaeri div.inner .careful {
	margin: 0 auto 0;
	max-width: 700px;
	padding: 10px 10px 30px;
	border-radius: 10px;
}
#oneday article#higaeri div.inner .careful p {
	font-family: var(--mn);
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 1px;
	text-align: center;
}

#oneday article#higaeri div.inner ul.flex li {
}
#oneday article#higaeri div.inner #price ul.flex li {
	height: auto;
	width: 100%;
	margin: 0 50px 20px 0;
}
#oneday article#higaeri div.inner #price ul.flex li:last-child {
	margin:0;
}
#oneday article#restaurant {
    max-width: var(--width-medium);
    margin: auto;
}

article#restaurant .flex {
}

article#restaurant .flex li {
	width: 45%;
}

article#restaurant .flex li img {
	width:100%;
	margin: 0 0 10px;
}
article#restaurant .flex li p.read {
    text-align: left;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 1px;
}
article#restaurant .flex li:last-child {
	width: auto;
}

article#restaurant .flex li .kounou {
	padding: 30px 0 0;
}
/*+++++++++++
oneday
+++++++++++*/
#oneday article#plan ol>li::before {
	display:none;
	content: "";
	list-style-type: none;
}
#oneday article#plan li {
	margin: 0 0 120px;
}
#oneday article#plan li:last-child {
	margin:0;
	font-size: inherit;
	padding: 0;
}
#oneday article#plan li::marker {
	display:none;
}

#oneday article#plan  .flex figure {
	margin: 0;
}
#oneday article#plan  .flex figure .swiper-slide {
	width: 100% !important;
}

}