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

.main_top + div,
.main_top + #login_check + div{
	width: 100%;
	padding: 0;
}
.navi{
	padding-right: 20px;
	padding-left: 20px;
}

.page_title_costom{
	background-color: #5cc030;
}
/* モバイルファースト ======================================================================================================== */
a[rel="popup"]{
	display: inline-block;
	position: relative;
}
a[rel="popup"]::after{
	content: "";
	display: block;
	background-image: url(../images/icon-zoom.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px;
	width: 30px;
	height: 30px;
	background-color: #FFF;
	border-radius: 30px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: solid 1px rgba(0,0,0,0.1);
}


#main{
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 200px;
	text-align: center;
}
#main h2{
	display: inline-block;
	background-color: #5cc030;
	color: #FFF;
	font-size: 20px;
	margin: 20px 0;
}
#main p{
	display: inline;
	background-color: #5cc030;
	color: #FFF;
	padding: 2px;
}
#main .flex{
	display: flex;
	align-items: flex-end;
}
#main .img{
	width: 120px;
	margin: 20px 0 0 0;
}
#main .flex em{
	display: block;
	color: #5cc030;
	font-weight: bold;
	flex: 1;
	text-align: left;
}


#movie{
	background-color: #EEF9EA;
	padding: 20px 0;
}
#movie .photo{
	margin-bottom: 30px;
}
#movie .photo .bxslider em{
	color: #da0000;
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 18px;
}


#photo_shoot ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#photo_shoot li{
	width: 48%;
	text-align: center;
	margin-top: 4%;
}


#price{
	text-align: center;
}
#price .choice{
	margin-bottom: 20px;
}
#price .choice .article{
	color: #FFF;
	padding: 20px;
	margin-top: 20px;
}
#price .choice .article#short{ background-color: #2270ff; }
#price .choice .article#half{ background-color: #ff8c37; }
#price .choice .article#oueday{ background-color: #e41611; }
#price .choice .article h4{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#price .choice .article em{
	display: block;
	border: solid 1px #FFF;
	border-radius: 50px;
	margin-bottom: 10px;
}
#price .choice .article strong{
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
#price .choice .article strong span{
}
#price .choice .article p{
}

.form_btn {
	text-align: center;
}
.form_btn a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-color: #5cc030;
	color: #FFF;
	padding: 10px;
	border-radius: 5px;
}
.form_btn a::after{
	border-color: #FFF !important;
}



#qa dl{
}
#qa dt{
	font-weight: bold;
	display: flex;
	margin-top: 10px;
}
#qa dt::before{
	content: "Q";
	margin-right: 0.5em;
}
#qa dt h4{
	flex: 1;
}
#qa dd{
	background-color: #EEE;
	padding: 10px;
	display: flex;
}
#qa dd::before{
	content: "A";
	margin-right: 0.5em;
	font-weight: bold;
}
#qa dd p{
	flex: 1;
}




/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
.navi{
	padding-right: 0px;
	padding-left: 0px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#main{
	background-size: auto;
}
#main h2{
	font-size: 40px;
	margin: 100px 0 40px;
}
#main p{
	font-size: 20px;
}
#main .flex{
	margin-top: 150px;
}
#main .flex em{
	font-size: 24px;
	text-align: right;
}



#movie{
	padding: 80px 0;
}
#movie .photo{
	margin-bottom: 50px;
}
#movie .photo .bxslider em{
	line-height: 1;
	margin-bottom: 10px;
}
#movie p{
	text-align: center;
	font-size: 16px;
}
#movie .move_data{
	position: relative;
}
#movie #loader{
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
}
#movie #loader .icon img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#movie #loader .bg{
	opacity: 0.1;
}
#movie #loader .bg img{
	max-width: 100%;
}
#movie .movie{
	position: absolute;
	left: 0;
	top: 0;
}
#movie .movie video{
	width: 960px;
	height: 540px;
}

#photo_shoot ul{
	justify-content: flex-start;
}
#photo_shoot li{
	width: 300px;
	text-align: center;
	margin-top: 30px;
	margin-left: 30px;
}
#photo_shoot li:nth-child(3n-2){
	margin-left: 0px;
}
#photo_shoot li img{
	max-width: 100%;
	height: auto;
}



#price .choice{
	display: flex;
}
#price .choice .article{
	width: 300px;
	margin-left: 30px;
}
#price .choice .article:nth-child(3n-2){
	margin-left: 0px;
}
#price .choice + p{
	text-align: center;
	font-size: 16px;
}



.form_btn a{
	display: inline-block;
	font-size: 20px;
	padding: 15px 80px;
}

#qa dt{
	font-size: 20px;
}
#qa dd{
	font-size: 16px;
}


}
