@charset "UTF-8";
/* CSS Document */
body{
	counter-reset: number 0;
}
#contentsWrp .contentsInnr{
    max-width: 1000px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 170px;
}
.inner1000 .contentsInnr h1 {
    font-size: 20px;
    margin-bottom: 35px;
}
#contentsWrp .contentsInnr.mainInner{
	max-width: 710px;
	width: 100%;
}
#contentsWrp .mainInner p img{
	margin-top: 60px;
    margin-bottom: 60px;
}
#contentsWrp {
}
#contentsWrp .txt_box {
	margin-bottom: 5%;
}
#contentsWrp .flexbox {
}
#contentsWrp .flexbox li {
	text-align: left;
}
#contentsWrp .flexbox li figcaption {
}
#contentsWrp .flexbox li .txt22 {
	margin-top: 18px;
	margin-bottom: 10px;
}
.reserveBox{
	margin-top: 30px;
}
.contentsInnr .reserveBox .otoku {
    max-width: 775px;
    margin-left: auto;
    margin-right: auto;
}
.reserveBox .reserveList.flexbox{
	margin: 50px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	align-items: stretch; 
}
.reserveBox .reserveList li{
	position: relative;
	padding: 50px 20px 30px;
	border-radius: 15px;
	letter-spacing: 1px;
	text-align: center!important;
}
.reserveBox .reserveList li:nth-child(odd){
		background-color: #FFE9EE;
}
.reserveBox .reserveList li:nth-child(even){
		background-color: #FDF3F4;
}
.reserveBox .reserveList li .number {
    width: 50px;
    height: 50px;
	margin: auto;
    border-radius: 50%;
    text-shadow: 0px 0px #FFFFFF;
    background-color: #000000;
    color: #F1EBDD;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-style: italic;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}
.flexbox.clm4.reserveList li p:nth-child(3){
	max-width: 154px;
	margin: auto;
} 
.flexbox.clm4.reserveList li p:nth-child(5) {
	max-width: 150px;
	margin: auto;
}
.reserveBox .reserveList li p img {
	margin-bottom: 20px;
}
.reserveBox .reserveList li .txt13{
	line-height: 160%
}
.reserveBox .reserveList li .txt18{
	font-weight: bold;
	margin-bottom: 20px;
}
.reserveBox .reserveList li .txt20{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 20px
}
.appBox .caption,
.appBox .step{
	width: 44%;
	text-align: left;
}
.appBox .caption .flexbox  {
    margin-bottom: 20px;
}
.flexbox div .txt24 {
    line-height: 160%;
	font-weight: bold;
    margin-bottom: 10px;
}
.appBox .caption p{
	text-align: left;
}
.appBox .caption .txt14 {
    color: #E95E64;
}
.appBox .caption p img {
	max-width: 154px;
	width: 100%;
}
.appBox .badge{
	text-align: left;
	position: relative;
	margin-bottom: 30px;
}
.appBox .badge p:nth-child(3){
	position: absolute;
	display: block;
	right: 30px;
	top: 30px;
}
.appBox .badge p{
	display: inline-block;
}
.appBox .badge p img {
    max-width: 160px;
	width: 100%;
}
.textBox p img {
    max-width: 173px;
	width: 100%;
}
.textBox ul{
	margin-top: 20px;
	padding-left: 2.8em;
}
.textBox ul li{
	position: relative;
	margin-bottom: 15px;
	counter-increment: number 1;
}
.textBox ul li span{
	font-weight: bold;
}
.textBox ul li::before{
	content: "0" counter(number) " ";
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	letter-spacing: 0;
	text-indent: 0;
	left: -2.8em;
	border: 1px solid;
	border-radius: 50%;
}
#contentsWrp .mainInner.silk p img{
	margin: 0;
}
#contentsWrp .mainInner.silk p:first-of-type{
	margin-bottom: 30px;
}
@media screen and (max-width:768px){
	.appBox .badge p:nth-child(3){
		right:40%;
	}
	.flexbox.clm4 li{
		width: 48%;
	}
	.appBox .caption,
	.appBox .step{
		width: 100%;
	}
	.caption{
		margin-bottom: 30px;
	}
	.caption .flexbox{
		justify-content: flex-start;
	}
	.caption .flexbox div{
		margin-left: 20px;
	}
	.appBox.flexbox{
		flex-direction: column;
		justify-content: center;
	}
}
@media screen and (max-width:480px){
	.reserveBox .otoku{
		display: none;
	}
	.flexbox.clm4 li{
		margin-top: 30px;
	}
	.flexbox.clm4 li{
		width: 100%;
	}
	.appBox .caption .flexbox {
    	justify-content: center;
	}
	.appBox .caption p{
		text-align: center;
	}
	.appBox .badge{
		text-align: center;
	}
	.appBox .badge p{
		margin-bottom: 10px;
	}
	.appBox .badge p:nth-child(3){
		display: none;
	}
}
