@charset "utf-8";

/*
.boxHowtoLink01LR {
	display: block;
}

.boxHowtoLink01LR .cb_L {
	float: none;
}

.boxHowtoLink01LR .cb_R {
	float: none;
}
*/

.ulHowtoLink01 {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.ulHowtoLink01 > li {
  position: relative;
	width: 100%;
  margin-bottom: 0.7em;
}
.ulHowtoLink01 > li:last-child {
	margin-bottom: 0;
}

.ulHowtoLink01 > li > a {
	position: relative;
	z-index: 2;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 5.0em;
	line-height: 1.0;
	letter-spacing: 0.12em;
	font-size: 0.9rem;
}
.ulHowtoLink01 > li.liReservation > a {
	border: 2px #ffff00 solid;
	background-color: #FF6600;
	color: #fff;
}
.ulHowtoLink01 > li.liMailorder > a {
	border: 2px #ffff00 solid;
	background-color: #2A721C;
	color: #fff;
}
.ulHowtoLink01 > li.liContact > a {
	height: 4.5em;
	border: 2px #1D74C4 solid;
	background-color: #fff;
	letter-spacing: 0.08em;
	color: #1D74C4;
}

.ulHowtoLink01 > li.liReservation a:before,
.ulHowtoLink01 > li.liMailorder a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: calc(100% - 0.5em);
	height: calc(100% - 0.5em);
	margin: auto;
	border: 1px #fff solid;
}

.ulHowtoLink01 > li.liReservation > a:after,
.ulHowtoLink01 > li.liMailorder > a:after {
	content: '»';
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translateY(-50%);
}

.ulHowtoLink01 > li > a:hover {
	text-decoration: none;
}
.ulHowtoLink01 > li.liContact > a:hover {
  background-color: #1D74C4;
	color: #fff;
}

.ulHowtoLink01 > li > a .txt01 {
	font-size: 1.1rem;
  font-weight: 700;
  color: #ffff00;
}

.ulHowtoLink01 > li > a .txt01 .txtSmall {
  position: relative;
  top: -0.1em;
  margin: 0 0.2em;
	font-size: 0.8rem;
	font-weight: 400;
	color: #fff;
}


/*##### Regulations #####*/
.boxRegulations01 {
  padding-left: 0.5em;
	padding-top: 1.0em;
	padding-bottom: 1.5em;
}

#conts .boxRegulations01 .ttl01 {
  margin-bottom: 0.5em;
  text-align: left;
	font-family: var(--base-font-min);
	font-size: 1.0rem;
  font-weight: 700;
  color: inherit;
}

#conts .boxRegulations01 .ttl01 > span {
	color: #000;
}

#conts .boxRegulations01 .boxBaseCom + .boxCont01 {
  margin-top: 1.5em;
}

#conts .boxRegulations01 .boxBaseCom {
  padding-left: 0.5em;
}

#conts .boxRegulations01 .boxBaseCom > p {
	line-height: 1.6;
	font-size: 0.7rem;
}

#conts .boxRegulations01 .boxUl01 {
  padding-left: 1.0em;
}

#conts .boxRegulations01 .ul01 > li {
	position: relative;
	padding-left: 1.0em;
	line-height: 1.6;
	font-size: 0.7rem;
}

#conts .boxRegulations01 .ul01 > li:before {
	content: '';
	position: absolute;
	top: 0.6em;
	left: 0.2em;
	width: 0.2em;
	border-radius: 0.2em;
	background-color: #000;
	aspect-ratio: 1 / 1;
}

#conts .boxRegulations01 .ul01 > li + li {
	margin-top: 0.8em;
}

#conts .boxRegulations01 .boxCont01 + .boxCont01 {
  margin-top: 1.5em;
}

#conts .boxRegulations01 .boxCont01 .ttl02 {
  position: relative;
	margin-bottom: 0.5em;
	padding-left: 1.0em;
	font-size: 0.9rem;
}

#conts .boxRegulations01 .boxCont01 .ttl02:before {
	content: '';
	position: absolute;
	left: 0.2em;
	top: 0.4em;
	width: 0.3em;
	background-color: #000;
	aspect-ratio: 1 / 1;
}

