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

/*  movie
----------------------------------------------------*/
#movie{
	width: 100%;
	margin-top: -6px;
	padding: 30px 0;
	text-align: center;
	font-size: 12px;
}
#movie .movie-title{
	font-size: 18px;
	margin-bottom: 30px;
	background-image: url(../../img/moviebg1.svg),url(../../img/moviebg2.svg);
	background-repeat: no-repeat,no-repeat;
	background-position: center left 10%, center right 0%;
}
#movie .movie-title .sub{
	display: block;
	font-size: 12px;
}
#movie .movieListBox{
	width: 100%;
	max-width: 1200px;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 40px;
}
#movie .movieListBox a.movie-unit{
	width: 100%;
	max-width: 360px;
	border: #808080 1px solid;
	padding: 8px;
	box-sizing: border-box;
	color: inherit;
}
#movie .movieListBox a.movie-unit img{
	width: 100%;
}
#movie .movieListBox a.movie-unit:hover{
	opacity: .8;
}
#movie .movieListBox a.movie-unit .category{
	background-color: #e57016;
	padding: 3px 20px;
	color: #FFF;
	border-radius: 1000px;
	max-width: 50%;
	margin: 6px auto;
}
#movie .movieListBox a.movie-unit .info{
	margin: 6px auto;
	font-size: 12px;
}
/*  news
----------------------------------------------------*/
#news{
	margin-top: -6px;
	background-color: #fff69e;
}
#news ul{
	list-style : none;
	width: 90%;
	margin: 0 auto;
}
#news li{
	list-style : none;
	padding: 8px 0;
	text-align: center;
}
#news li img{
	width:280px;
}
#news li.news-left,
#news li.news-center {
	border-bottom: 1px solid #000;
}
#news li.news-center {
	font-family: "ヒラギノ角ゴ Pro W3";
}
#news li.news-center p:nth-of-type(1) {
	font-size: 20px;
	font-weight: bold;
}
#news li.news-center p:nth-of-type(2) {
	font-size: 12px;
	padding: 5px 10px;
	text-align: left;
}
#news li.news-center a {
	color: red;
	font-weight: bold;
}

/*  topics
----------------------------------------------------*/
#topics{
	margin-top:-6px;
	background-color:#e57016;
}
#topics li{
	margin:0 auto;
	display:block;
	list-style : none;
	background:url(../../img/sp/top-topics-line.png) no-repeat 0px top;
	padding:10px;
	width:280px;
}
#topics li:first-child{
	background-image:none;
}
#topics li:last-child{
	display:none;
}
#topics span {
	display:block;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#000;
}
#topics span br{
	display:none;
}
#topics span:before {
      content: "→" ;
	  color:#fff;
}
#topics p {
	font-size:16px;
	color:#fff;
}
#topics li a{
	display:block;
	padding-top:4px;
	height:36px;
}
#topics li:nth-of-type(2) a{
	background:url(../../img/top-topics-illust1.png) no-repeat  220px bottom;
	background-size:38px 32px;
}
#topics li:nth-of-type(3) a{
	background:url(../../img/top-topics-illust2.png) no-repeat  220px bottom;
	background-size:37px 36px;
}


/*  service
----------------------------------------------------*/
#main-service{
	padding:20px 0 0 0;	
}
.service-title{
	margin:0 auto;
	text-align:center;
	padding:15px 0 20px;
}
.service-title p:nth-of-type(1){
	font-size:12px;
}
.service-title p:nth-of-type(2){
	font-size:18px;
}
.service-title p:nth-of-type(3){
	padding-top: 5px;
	font-size:14px;
}
.service-area{
	margin-top:0px;
}
.service-area .service-box{
	margin:0 auto 20px auto;
	width:300px;
}
.menu-box{
	width:303px;
	height:69px;
	background:url(../../img/pc/top-service-box.png) no-repeat top left;
	color:#808080;
	text-align:center;
	padding-top:15px;
}
.menu-box p:nth-of-type(1){
	font-size:13px;
	padding-bottom:2px;
}
.menu-box p:nth-of-type(2){
	font-size:22px;
}
.menu-box p:nth-of-type(2) span{
	font-size:16px;
}
.link-box{
	margin-top:10px;
}
.map-box{
	background:url(../../img/top-service-illust2.png) no-repeat  top center;
	height:110px;
}
.map-link{
	margin-top:10px;
	text-align:center;
}
.link-box a,
.map-link a{
	font-size:16px;
	line-height:1.6;
}

/*  image1
----------------------------------------------------*/
#image1{
	display:none;
}
#image1-sp{
	background:url(../../img/sp/top-image1.png) no-repeat bottom center;
	background-size:cover;
	height:250px;
}
#image1-sp p{
	font-size:16px;
	text-align:center;
	padding-top:30px;
}

/*  service-slogan
----------------------------------------------------*/
#service-slogan{
	padding:20px 0;	
}
.slogan-title{
	text-align:center;
	padding:15px 0 20px;
}
.slogan-title p:nth-of-type(1){
	font-size:12px;
}
.slogan-title p:nth-of-type(2){
	font-size:18px;
}
.slogan-text{
	text-align:center;
}
.slogan-text p{
	font-size:14px;
	padding:10px 0;
}

/*  image2
----------------------------------------------------*/
#image2{
	display:none;
}
#image2-sp{
	background:url(../../img/sp/top-image2.png) no-repeat center center;
	background-size:cover;
	height:250px;
}
#image2-sp p{
	font-size:16px;
	text-align:center;
	padding-top:30px;
	color:#fff;
}


