@charset "utf-8";
/*////////////////////////////////////
font
////////////////////////////////////*/
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: "Noto Serif HK", serif;
font-family: "Kiwi Maru", serif;
font-family: "Zen Kaku Gothic New", sans-serif;
*/


/*////////////////////////////////////
reserve_header
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#under_header_reserve_area{
	background-color: rgba(203,70,72,0.2);
}

#under_header_reserve_subtitle::before{
  	color: rgba(203,70,72,1.00);
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#under_header_reserve_area{
	background-color: rgba(203,70,72,0.2);
}

#under_header_reserve_subtitle::before{
  	color: rgba(203,70,72,1.00);
}
}


/*////////////////////////////////////
reserve_area
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#reserve_area{
	background-color: rgba(167,199,200,0.8);
    background-image: linear-gradient(rgba(90,82,82,0.3), rgba(90,82,82,0.3)),url(../img/noise3.png);
}

#reserve_rule_word{
	position: relative;
	width: 100%;
}

.under_word ul{
  	list-style:none;
  	counter-reset: number 0; 
}

.under_word ul li{
	margin-right:15px;
	margin-bottom: 10px;
 	padding-left: 1em;
  	text-indent: -1em;
}
 

.under_word ul li:before{
  counter-increment: number 1;
  content: counter(number)".";
}

.reserve_flow_area{
	position: relative;
	width: 100%;
}

.reserve_flow_place {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.reserve_flow_place > li {
  list-style-type: none;
  width: 100%;
  max-width: 180px;
  display: flex;
}

.reserve_flow_place > li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: rgba(73,58,58,1.00);
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.reserve_flow_place > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: rgba(73,58,58,1.00);
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reserve_flow_place > li dl {
  padding: 10px;
  margin: 0;
  border: 3px solid rgba(73,58,58,1.00);
  border-radius: 20px;
  position: relative;
}

.reserve_flow_place > li:not(:first-child) dl::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 4px;
  display: inline-block;
  border-top: 4px solid rgba(73,58,58,1.00);
  border-right: 4px solid rgba(73,58,58,1.00);
  position: absolute;
  top: calc(50% - 12px);
  left: -26px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.reserve_flow_place > li dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: rgba(73,58,58,1.00);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.reserve_flow_place > li dl dd {
  margin-left: 0;
  font-size: 1.4rem;
  font-weight: 400;
}

#reserve_img{
	position: relative;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#reserve_area{
	background-color: rgba(90,82,82,0.2);
    background-image: linear-gradient(rgba(90,82,82,0.3), rgba(90,82,82,0.3)),url(../img/noise3.png);
}

#reserve_rule_word{
	position: relative;
	width: 100%;
}

.under_word ul{
  	list-style:none;
  	counter-reset: number 0; 
}

.under_word ul li{
	margin-right:15px;
	margin-bottom: 10px;
 	padding-left: 1em;
  	text-indent: -1em;
}
 

.under_word ul li:before{
  counter-increment: number 1;
  content: counter(number)".";
}


.reserve_flow_area{
	position: relative;
	width: 100%;
}

.reserve_flow_place {
  	padding-left: 0;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	flex-wrap: wrap;
 	justify-content: center;
  	gap: 20px;
}	

.reserve_flow_place > li {
 	width: 300px;
    display: block;
}

.reserve_flow_place > li .icon04 {
  	line-height: 2;
  	width: 2em;
  	height: 2em;
  	text-align: center;
  	color: #fff;
  	background: rgba(73,58,58,1.00);
  	margin: 0 auto 10px;
  	display: block;
  	border-radius: 100vh;
  	position: relative;
}

.reserve_flow_place > li .icon04::before {
  	content: "";
  	border: solid transparent;
  	border-width: 7px;
  	border-top-color: rgba(73,58,58,1.00);
  	position: absolute;
  	top: calc(100% - 2px);
  	left: 50%;
  	-webkit-transform: translateX(-50%);
  	transform: translateX(-50%);
}

.reserve_flow_place > li dl {
 	padding: 20px;
  	margin: 0;
 	border: 3px solid rgba(73,58,58,1.00);
  	border-radius: 20px;
  	position: relative;
}

.reserve_flow_place > li:not(:first-child) dl::before {
  	display: none;
}

.reserve_flow_place > li dl dt {
  	font-size: 1.6rem;
  	font-weight: 600;
  	color: rgba(73,58,58,1.00);
  	-ms-flex-preferred-size: 20%;
  	flex-basis: 20%;
  	margin-bottom: 10px;
  	text-align: center;
}

.reserve_flow_place > li dl dd {
  	margin-left: 0;
  	font-size: 1.4rem;
  	font-weight: 400;
}

#reserve_img{
	position: relative;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
}
