@charset "utf-8";
/* CSS Document */
/*ぱんくず*/
.breadcrumb {
    list-style: none;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-left: 22px;
    padding-right: 20px;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: gray;
}

.breadcrumb li:first-child a:before {
  /*家アイコン*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #2e7fea;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}
/*/パンくず*/

.head {
    background-color: #000000;
    height: 300px;
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.4rem;
    margin-bottom: 30px;
}
.head.no1 {
 background-image: url(../img/head1.png);
}
.head.no2 {
 background-image: url(../img/head2.png);
}
.head.no3 {
 background-image: url(../img/head3.png);
}
.head.no4 {
 background-image: url(../img/head4.png);
}
.cap {
	padding-top: 100px;
	padding-bottom: 100px;
	left: 20px;
	right: 20px;
	text-align: center;
}
.cap h2 {
	color: #391E88;
	font-size: 40px;
	margin-bottom: 20px;
}
.main .cap p:nth-child(2) {
	color: #391E88;
	margin-bottom: 15px;
	font-size: 1.2rem;
}
.main .cap p:nth-child(3) {
	font-size: 0.8rem;
}
.cap2 {
	margin-bottom: 100px;
	text-align: center;
}
.cap3 {
	padding-bottom: 100px;
    padding-top: 100px;
    background: linear-gradient(132deg, rgb(22, 135, 237), rgb(20, 55, 90));
}


.cap3 > div {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
}
.cap3 div div {
	width: 47%;
}
.cap4 {
	padding: 100px 20px;
	background-color: #000000;
}
.cap4 .ptitle {
	text-align: center;
	margin-bottom: 50px;
}

.cap4 .ptitle p {
	color: #FFFFFF;
}
.cap4 .ptitle p:nth-child(1) {
	font-weight: bold;
}

div .text-right p {
    color: #ffffff;
    font-weight: bold;
    font-size: 2vw;
}
.cap4 .tokusyu  {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.cap4 .tokusyu p {
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}
.cap4 .tokusyu ul {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}
.cap4 .tokusyu li {
	color: #434343;
	background-color: #D4D4D4;
	margin: 5px;
	padding: 5px 10px;
	font-size: 0.8rem;
	border-radius: 6px;
}


.movie {
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
}
.mov {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.movie .ptitle {
	margin-bottom: 50px;
}
.mov p {
	width: 30%;
}

.mov p a {
	display: block;
	background: linear-gradient(to right, #FF0000, #7E0000);
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 50px;
}


.movie .ptitle p:nth-child(1) {
	font-size: 30px;
}







@media screen and (max-width:767px){
.head {
    background-size: auto 100%;
    height: auto;
    padding-bottom: 17%;
    padding-top: 17%;

}
.cap3 > div {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex; /* Safari */
	display: block;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	align-items: center;
}
.cap3 div div:nth-child(1)  {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 21px;
}
.cap3 div div:nth-child(2) {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
div .text-right p {
	color: ffffff;
	font-weight: bold;
	font-size: 4vw;
}

.mov p {
	width: 90%;
	margin-bottom: 39px;
	margin-left: auto;
	margin-right: auto;
}











}
