@charset "utf-8";

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix::after {
	display: block;
	content: "";
	clear: both;
}
html, body {
	font-size: 1.1rem;
}
.wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
/* ----- flex settings ----- */
.flex_container {
	display: flex;
}
.ai_c {
	align-items: center;
}
.jc_c {
	justify-content: center;
}
.fd_c {
	flex-direction: column;
}
.fw_n {
	flex-wrap: nowrap;
}
/* -------------------- */
.sticky_block {
	width: 100%;
	height: 100vh;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.sticky_block_free {
	height: auto;
}
.section_01{
	background: url(../img/bg_001.png) no-repeat #ffffff;
	background-size: cover;
	background-position: 20% center;
	z-index: 101;
}
.top_logo {
	margin-top: -20%;
	color: #eeeeee;
	font-size: 2.4rem;
	text-align: center;
}
.top_discription {
	margin-top: 2rem;
	color: #eeeeee;
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-align: center;
}
.top_logo, .top_discription {
	text-shadow: -2px 2px 2px #000000;
	text-shadow: 2px -2px 2px #000000;
}
.section_02 {
	background: rgba(0,0,0,0.4);
	z-index: 102;
}
.sec_02_p {
	padding: 6vh;
	line-height: 2rem;
	text-align: center;
	background: rgba(0,0,0, 0.5);
}
.section_03 {
	background: url(../img/bg_003.png) no-repeat #cc3366;
	background-size: cover;
	background-position: center center;
	z-index: 103;
}
.section_04 {
	background: rgba(0,0,0,0.4);
	z-index: 104;
}
.section_05 {
	z-index: 105;
}
.v_img {
	width: 80vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.v_img img {
	width: 100%;
	height: auto;
}
.clearfix_600 {
	clear: both;
}
@media (min-width: 600px){
	.v_img {
		width: 300px;
		height: auto;
		float: right;
		margin: 0;
	}
}
.info_area {
	width: 100%;
	max-width: 660px;
	margin: 10vh 10vw;
	background: rgba(255,255,255,0.9);
}
.ryoukin {
	width: 100%;
	margin: 0;
	padding: 1rem;
	font-weight: bold;
	color: #aa0033;
}
.section_05 ul {
	list-style-type: none;
}
/*
.section_05 li::before {
    position: relative;
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px;
    background: #ffff00;
}
*/
.section_05 dl {
	width: 100%;
	padding: 1rem;
	line-height: 1.5rem;
	border-top: 2px solid #000099;
}
.section_05 dt {
	color: #119933;
	font-weight: bold;
}
.section_05 dd {
	margin: 0 0 1rem 1rem;
}
.info_tel {
	line-height: 3rem;
}
.map {
	width: 96%;
	height: auto;
	margin: 0 auto;
	border: 1px solid #666666;
}
.bottm_space {
	margin-bottom: 90vh;
}
.section_06 {
	background: url(../img/bg_006.png) no-repeat #cc3366;
	background-size: cover;
	background-position: center center;
	z-index: 103;
}
@media (min-width: 600px){
	.section_06 {
		background: url(../img/bg_006_b.png) no-repeat #cc3366;
		background-size: auto 100vh;
	}
}
#footer {
	width: 100%;
	height: auto;
	padding: 40px 0;
	position: absolute;
	text-align: center;
	line-height: 1.5rem;
	bottom: 0;
	background: #000000;
}
@media (min-width: 480px){
	.section_01 {
		background: url(../img/bg_001.png) 0 0 no-repeat #ffffcc;
		background-size: cover;
		background-position: 0 0;
		z-index: 101;
	}
	.top_logo, .top_discription {
		text-shadow: none;
	}
}
.disp_non_380 {
	display: none;
}
@media (max-width: 379px){
	.disp_non_380 {
		display: inline;
	}
}

.disp_non_510 {
	display: none;
}
@media (max-width: 509px){
	.disp_non_510 {
		display: inline;
	}
}
.disp_non_600 {
	display: none;
}
@media (max-width: 599px){
	.disp_non_600 {
		display: inline;
	}
}
.disp_non_800 {
	display: none;
}
@media (max-width: 799px){
	.disp_non_800 {
		display: inline;
	}
}