@charset "utf-8";

body{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
background-color: #FBFDF9;
		}
/* clearfix */
* html .clearFix {
	zoom: 1;
}
*+html .clearFix {
	zoom: 1;
}
.clearFix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* ========= 戻るボタン ========== */
#booking .bback{
	width: 220px;
	margin: 0 auto;
}
#booking .bback a{
	display: inline-block;
	width: 220px;
	padding: 14px 0 12px 15px;
	margin: 20px 0 2px 0;
	border-radius: 30px;
	border: #FFFFFF solid 2px;
	box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, .15);
	background: #35CA57 url("../images/yaji5.png") 20px center / 10px auto no-repeat;
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	line-height: 1em;
	text-align: center;
}
#booking .bback a:hover{
	background-color: #42F05C;
}


/* =============================================================================================================

スマートフォン用

=============================================================================================================  */

@media (max-width: 768px) {

#booking{
	margin:0;
	padding: 0;
}

/* =====================ヘッダー========================= */
#booking .wrapper {
  display: flex;
}
#booking .wrapper .side {
  width: 60px;
	height: 60px;
	background:  url(../images/icon01.png) center center / 38px auto no-repeat, linear-gradient( 0deg, rgba(88, 112, 82, 1), rgba(86, 128, 70, 1));
}
#booking .wrapper .main {
  flex: 1;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #587052;
  display: flex;
  justify-content: center;
  align-items: center;
	line-height: 1em;
	background-color: #FFFFFF;
}

/* =====================タイトル========================= */
#booking .tit{
	background: #F1F8EB url("../images/icon02.png") 15px center / 42px auto no-repeat;
	padding: 22px 0 22px 70px;
	margin: 0;
	z-index: 10;
	box-shadow: inset 0 7px 7px 0 rgba(0, 0, 0, .1);
}
#booking .tit p{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #545454;
  display: flex;
  justify-content: left;
  align-items: center;
	line-height: 1em;
}

/* ===================== フロー ========================= */
#booking .flow{
	width: 98%;
	margin: 0 auto;
	padding: 14px 0 14px 0;
}
#booking .flow ul{
	margin: 0;
	display: flex;
	justify-content: space-around;
}
#booking .flow ul li{
	width: 15%;
	list-style: none;
	text-align: center;
	position: relative;
}
#booking .flow ul li .maru{
	width: 100%;
	padding-top: 100%;
	border-radius: 50%;
	border: #FFFFFF solid 2px;
	box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, .15);
	box-sizing: content-box;
}
#booking .flow ul li .f01{
	background: #629D69 url("../images/icon03.png") center 27% / 36% auto no-repeat;
	position: relative
}
#booking .flow ul li .f02{
	background: #629D69 url("../images/icon04.png") center 27% / 36% auto no-repeat;
	position: relative
}
#booking .flow ul li .f03{
	background: #629D69 url("../images/icon05.png") center 27% / 36% auto no-repeat;
	position: relative
}
#booking .flow ul li .f04{
	background: #629D69 url("../images/icon06.png") center 27% / 36% auto no-repeat;
	position: relative
}
#booking .flow ul li .f05{
	background: #629D69 url("../images/icon11.png") center 27% / 36% auto no-repeat;
	position: relative
}
#booking .flow ul li p{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top:60%;
	font-size: 0.4em;
	font-weight: bold;
	color: #FFF;
}
#booking .flow ul li p.small{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top:60%;
	font-size: 0.4em;
	font-weight: bold;
	color: #FFF;
}
#booking .flow ul li.yaji{
	width: 3%;
}
#booking .flow ul li .yimg{position: relative;top: 1.6em;width: 16px;background: url("../images/yaji1.png") center 0px / 80% auto no-repeat;}
#booking .flow ul li .on{
background-color: #35CA57;
}


/* ===================== PC/SP切り替えボタン ========================= */
#booking .bpcsp{
	width: 270px;
	padding: 40px 0 20px 0;
	display: flex;
	margin: 0 auto;
}
#booking .bpcsp a.bpc{
	display: inline-block;
	width: 135px;
	height: 50px;
	background: linear-gradient( 0deg, rgba(250, 250, 250, 1), rgba(255, 255, 255, 1));
	border: #6DA474 solid 2px;
	border-radius: 25px 0px 0px 25px;
	font-size: 20px;
	font-weight: bold;
	color: #629D69;
	text-align: center;
	padding: 12px 0 0 0;
}
#booking .bpcsp a.bpc:hover{
	background: linear-gradient( 0deg, rgba(255, 255, 191, 1), rgba(255, 255, 255, 1));
}
#booking .bpcsp a.bsp{
	display: inline-block;
	width: 133px;
	height: 50px;
	background: linear-gradient( 0deg, rgba(98, 157, 105, 1), rgba(125, 174, 132, 1));
	border-top: #6DA474 solid 2px;
	border-right: #6DA474 solid 2px;
	border-bottom: #6DA474 solid 2px;
	border-radius: 0px 25px 25px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 14px 0 0 0;
}
#booking .bpcsp a.bsp:hover{
	background: linear-gradient( 0deg, rgba(67, 188, 79, 1), rgba(100, 210, 111, 1));
}

#booking .fline{
	width: 100%;
	padding: 20px 0 0 0;
	border-bottom: #DDDDDD solid 2px;
	margin-bottom: 20px;
}


}


/* =============================================================================================================

PC用

=============================================================================================================  */

@media (min-width: 768px) {

#booking{
	margin:0;
	padding: 0;
}

/* =====================ヘッダー========================= */
#booking .wrapper {
  display: flex;
}
#booking .wrapper .side {
  width: 60px;
	height: 60px;
	background:  url(../images/icon01.png) center center / 38px auto no-repeat, linear-gradient( 0deg, rgba(88, 112, 82, 1), rgba(86, 128, 70, 1));
}
#booking .wrapper .main {
  flex: 1;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #587052;
  display: flex;
  justify-content: center;
  align-items: center;
	line-height: 1em;
	background-color: #FFFFFF;
}

/* =====================タイトル========================= */
#booking .tit{
	background: #F1F8EB url("../images/icon02.png") 15px center / 42px auto no-repeat;
	padding: 22px 0 22px 70px;
	margin: 0;
	z-index: 10;
	box-shadow: inset 0 7px 7px 0 rgba(0, 0, 0, .1);
}
#booking .tit p{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #545454;
  display: flex;
  justify-content: left;
  align-items: center;
	line-height: 1em;
}

/* ===================== フロー ========================= */
#booking .flow{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 14px 0;
	text-align: center;
	max-width: 1200px;
}
#booking .flow ul{
	margin: 0;
	display: flex;
	justify-content: center;
}
#booking .flow ul li{
	/* display: inline-block; */
	width: 12%;
	list-style: none;
	text-align: center;
	position: relative;
}
#booking .flow ul li .maru{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: #FFFFFF solid 2px;
	box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, .15);
	box-sizing: content-box;
}
#booking .flow ul li .f01{
	background: #629D69 url("../images/icon03.png") center 34% / 36% auto no-repeat;
	position: relative;
	margin: auto;
}
#booking .flow ul li .f02{
	background: #629D69 url("../images/icon04.png") center 34% / 36% auto no-repeat;
	position: relative;
	margin: auto;
}
#booking .flow ul li .f03{
	background: #629D69 url("../images/icon05.png") center 34% / 36% auto no-repeat;
	position: relative;
	margin: auto;
}
#booking .flow ul li .f04{
	background: #629D69 url("../images/icon06.png") center 34% / 36% auto no-repeat;
	position: relative;
	margin: auto;
}
#booking .flow ul li .f05{
	background: #629D69 url("../images/icon11.png") center 34% / 36% auto no-repeat;
	position: relative;
	margin: auto;
}
#booking .flow ul li p{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top:65%;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
}
#booking .flow ul li p.small{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top:65%;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
}
#booking .flow ul li.yaji{
	width: 6%;
	position: relative;
}
#booking .flow ul li .yimg{
	position: absolute;
	top: 65px;
	left: 50%;
	width: 38px;
	height: 30px;
	background: url("../images/yaji1.png") center center / 80% auto no-repeat;
	margin: 0 0 0 -18px;
}
#booking .flow ul li .on{
background-color: #35CA57;
}


/* ===================== PC/SP切り替えボタン ========================= */
#booking .bpcsp{
	width: 270px;
	padding: 40px 0 20px 0;
	display: flex;
	margin: 0 auto;
}
#booking .bpcsp a.bpc{
	display: inline-block;
	width: 135px;
	height: 50px;
	background: linear-gradient( 0deg, rgba(250, 250, 250, 1), rgba(255, 255, 255, 1));
	border: #6DA474 solid 2px;
	border-radius: 25px 0px 0px 25px;
	font-size: 20px;
	font-weight: bold;
	color: #629D69;
	text-align: center;
	padding: 12px 0 0 0;
}
#booking .bpcsp a.bpc:hover{
	background: linear-gradient( 0deg, rgba(255, 255, 191, 1), rgba(255, 255, 255, 1));
}
#booking .bpcsp a.bsp{
	display: inline-block;
	width: 133px;
	height: 50px;
	background: linear-gradient( 0deg, rgba(98, 157, 105, 1), rgba(125, 174, 132, 1));
	border-top: #6DA474 solid 2px;
	border-right: #6DA474 solid 2px;
	border-bottom: #6DA474 solid 2px;
	border-radius: 0px 25px 25px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 14px 0 0 0;
}
#booking .bpcsp a.bsp:hover{
	background: linear-gradient( 0deg, rgba(67, 188, 79, 1), rgba(100, 210, 111, 1));
}

#booking .fline{
	width: 100%;
	padding: 20px 0 0 0;
	border-bottom: #DDDDDD solid 2px;
	margin-bottom: 20px;
}



/* --- pc用 --- */

}

/* ======================================= 画面サイズ別処理 ======================================= */

@media (min-width: 768px) and (max-width: 979px) {

}
/* ======================================= /画面サイズ別処理 ======================================= */
