@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 999px){
	.shinbi01-parents-desktop {
	display: none;
	}
	.shinbi-illust-desktop {
	display: none;
	}
	.shinbi-video-desktop {
	display: none;
	}
}

img{
	max-width: 100%;
	height: auto;
	width : auto;
}

h1{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: lighter;
	margin: 0;
}
h2{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: lighter;
	margin: 0;
}
h3{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: lighter;
	margin: 0;
}
h4{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: lighter;
	margin: 0;
}
p {
	font-family: fot-tsukuardgothic-std, sans-serif;
	margin:0;
}

/* 文字リンク下線消す */
a {
text-decoration: none;
}
a {  
  color: inherit;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.clearfix {
	display: inline-table;
}


html {
	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans Japanese', sans-serif;
	margin: 0px;
	width: auto;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


*, *:before, *:after {
	box-sizing: border-box;
}

.ph-mobile {
	width: 100%;
	height: 68vh;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/mobile/shinbi-image.webp);
	background-position:center center;
	background-size: cover;
	align-items: center;
	justify-content: center;
	top: 0;
	display: block;
	position: absolute;
	z-index: -3;
}

/* 帯タイトルここから */
.shinbi-obi{
	width: 100%;
	height: auto;
	margin-top: 15%;
	margin-bottom: 5%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.shinbi-obi01 {
	width: 78%;
	height: 12px;
	top: 60%;
	left: 11%;
	margin-right: auto;
	margin-left: auto;
	background: #fffacd;
	position: absolute;
}
.shinbi-obi-title {
	width: 90%;
	height: auto;
	margin-right: 5%;
	margin-left: 5%;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.3em;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #615F5E;
}

.shinbi-illust-mobile {
	width: 100%;
	height: auto;
	margin-bottom: 15%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.shinbi-video-mobile {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.shinbi-video-container {
	position: relative;
	padding-top: 56.3%;
	height: 0;
	overflow: hidden;
}
.shinbi-video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.shinbi-image {
	width: 90%;
	height: auto;
	margin-bottom: 15%;
	margin-right: 5%;
	margin-left: 5%;
}


.shinbi-price {
	width: 90%;
	height: auto;
	margin-bottom: 3%;
	margin-left: 5%;
	margin-right: 5%;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #615F5E;
	font-weight: 400;
	font-style: normal;
}
table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #BFBFBF;
	border-collapse: collapse
}
table td {
	text-align: left;
	padding-left: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
	width: 50%;
	height: auto;
	border: 1px solid #BFBFBF;
}
table th {
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
	width: 50%;
	height: auto;
	border: 1px solid #BFBFBF;
	color: #00A0E9;
	font-weight: 400;
	font-style: normal;
}



.shinbi-parents {
	width: 90%;
	height: auto;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 3%;
	display: flex;
	flex-wrap: wrap;
	display: -ms-flexbox; /* IE10 */
	-ms-flex-wrap: wrap; /* IE10 */
	-webkit-box-align: center;
	-ms-flex-align: center; /* IE10 */
	-webkit-align-items: center;
	align-items: center;
}
.shinbi-left {
	width: 100%;
	height: auto;
	margin-bottom: 5%;
	padding-left: auto;
	padding-right: auto;
	margin-right: auto;
	margin-left: auto;
	float: right;
	background-color: #00B3C4;
}
.shinbi-right {
	width: 100%;
	height: auto;
	padding-left: auto;
	padding-right: auto;
	margin-right: auto;
	margin-left: auto;
	float: right;
	background-color: #F39800;
}
.shinbi-title {
	width: 100%;
	height: auto;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-bottom: 1.5%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	display: block;
	color: #fff;
}



.costs-parents {
	width: 90%;
	height: auto;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 3%;
	display: flex;
	flex-wrap: wrap;
	display: -ms-flexbox; /* IE10 */
	-ms-flex-wrap: wrap; /* IE10 */
	-webkit-box-align: center;
	-ms-flex-align: center; /* IE10 */
	-webkit-align-items: center;
	align-items: center;
}
.costs01 {
	width: 46%;
	height: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 2%;
	margin-right: auto;
	margin-left: auto;
	background-color: #00B3C4;
	font-size: 1.2rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	display: block;
	color: #fff;
	border-radius: 15px;
}
.costs02 {
	width: 46%;
	height: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 2%;
	margin-right: auto;
	margin-left: auto;
	background-color: #EB6D8E;
	font-size: 1.2rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	display: block;
	color: #fff;
	border-radius: 15px;
}
.costs03 {
	width: 4%;
	height: auto;
	padding-top: 2%;
	margin-bottom: 2%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	display: block;
	color: #615F5E;
}


.costs-copy01 {
	width: 90%;
	height: auto;
	margin-bottom: 15%;
	margin-left: 5%;
	margin-right: 5%;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	font-weight: 400;
	font-style: normal;
	text-align: justify;
	color: #615F5E;
}




/* menu */
.cost-button-mobile {
	width: 94%;
	height: auto;
	margin-bottom: 8%;
	margin-right: 3%;
	margin-left: 3%;
	display: flex;
	flex-wrap: wrap;
}
.cost-button01 {
	width: 46%;
	height: auto;
	padding-left: 2%;
	padding-right: 2%;
	margin-right: auto;
	margin-left: auto;
}
.cost-button {
	width: 100%;
	height: auto;
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0.03em;
	text-align: center;
	color: #615F5E;
	font-weight: 400;
	font-style: normal;
	position: relative;
	background-color: #fffacd;
	border-radius: 30px;
	border: solid 1px #615F5E;
	display: block;
}