@charset "utf-8";
/**
 * style.css
 */

/* Bootstrap break point */
@media only screen and (max-width:1199px) {} /* xl */
@media only screen and (max-width:991px) {} /* lg */
@media only screen and (max-width:767px) {} /* md */
@media only screen and (max-width:565px) {} /* sm */
/* (mobile first) */
@media only screen and (min-width:566px) {}
@media only screen and (min-width:768px) {}
@media only screen and (min-width:992px) {}
@media only screen and (min-width:1200px) {}


/* V3.1  break point */
@media only screen and (max-width:959px) {} /* tablet */
@media only screen and (max-width:767px) {} /* smart phone */
/* (mobile first) */
@media only screen and (min-width:768px) {}
@media only screen and (min-width:960px) {}


/* container
--------------------------------------------------*/

#container {min-width: 320px;}
@media only screen and (max-width:767px) {
#container {min-width: auto;}
}
/* main-slider
--------------------------------------------------*/

.main-slider {
	position: relative;
	padding: 30px 0 25px;
    /*height: 380px;*/
    overflow-y: hidden;
}

.main-slider * {
	outline: none;
}
.main-slider ul {
	padding: 0;
}
.main-slider li {
	list-style: none;
}
.main-slider li .item {
	overflow: hidden;
    visibility: hidden;
}

.main-slider .slick-initialized li .item {
    visibility: visible;
}

.main-slider li .item .image {
	float: left;
	width: 100%;
	padding-left: 360px;
	margin-left: -360px;
}
.main-slider li .item .image > div {
	height: 380px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.main-slider li.box01 .item .image > div {
	background-image: url(../img/pc/top/slide_01.jpg);
}
.main-slider li.box02 .item .image > div {
	background-image: url(../img/pc/top/slide_02.jpg);
}
.main-slider li.box03 .item .image > div {
	background-image: url(../img/pc/top/fotolia_50925101.jpg);
}
.main-slider li.box04 .item .image > div {
	background-image: url(../img/pc/top/fotolia_66240342.jpg);
}
.main-slider li.box05 .item .image > div {
	background-image: url(../img/pc/top/fotolia_89961227.jpg);
}
.main-slider li.box06 .item .image > div {
	background-image: url(../img/pc/top/fotolia_93235688.jpg);
}
.main-slider li .item .texts {
	float: right;
	width: 360px;
	padding-bottom: 40px;
}
.main-slider li .item .texts .ttl {
	position: relative;
	left: -40px;
	width: 200px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	line-height: 1.5;
}
.main-slider li .item .texts .ttl > div {
	position: relative;
	display: table;
	width: 100%;
	height: 200px;
	z-index: 2;
}
.main-slider li .item .texts .ttl > div > h2 {
	display: table-cell;
	vertical-align: middle;
}
.main-slider li .item .texts .ttl small {
	display: block;
	font-size: 24px;
	line-height: 1.2;
}
.main-slider li .item .texts .ttl span {
	position: relative;
	display: block;
	z-index: 2;
}
.main-slider li .item .texts .ttl:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	background-color: #E73D48;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	z-index: 1;
	border-radius: 20px;
}
.main-slider li .item .texts .txt {
	padding: 20px 30px 0;
	line-height: 1.5;
}
@media only screen and (max-width:767px) {
	.main-slider {
		padding: 0 0 25px;
	}
	.main-slider .common-wrap {
		padding: 0;
	}
	.main-slider li .item .image {
		float: none;
		padding-left: 0;
		margin-left: 0;
	}
	.main-slider li .item .image > div {
		height: 0;
		padding-bottom: 50%;
	}
	.main-slider li .item .texts {
		float: none;
		width: auto;
		margin-top: -50px;
		padding-bottom: 15px;
	}
	.main-slider li .item .texts .ttl {
		top: 0;
		left: 10px;
		width: 100px;
		font-size: 15px;
	}
	.main-slider li .item .texts .ttl > div {
		height: 100px;
	}
	.main-slider li .item .texts .ttl small {
		font-size: 12px;
		line-height: 1.1;
	}
	.main-slider li .item .texts .ttl:before {
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
	}
	.main-slider li .item .texts .txt {
		margin-top: -20px;
		padding: 0 15px 0 90px;
		font-size: 11px;
		line-height: 1.5;
	}
}


/* slick-dots */
.main-slider .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 100%;
	margin-left: -330px;
	text-align: center;
	line-height: 0;
}
.main-slider .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}
.main-slider .slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #dcdcdc;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	text-indent: -9999px;
	border-radius: 50%;
}
.main-slider .slick-dots li.slick-active button {
	background-color: #E73D48;
}
@media only screen and (max-width:767px) {
	.main-slider .slick-dots {
		bottom: auto;
		top: 0;
		left: auto;
		right: 90px;
		margin: 50% 0 0;
		padding-top: 10px;
		text-align: center;
		line-height: 0;
	}
	.main-slider .slick-dots li {
		margin: 0 3px;
	}
	.main-slider .slick-dots li button {
		width: 4px;
		height: 4px;
	}
}

/* slick-arrow */
.main-slider .slick-arrow {
	display: none !important;
	position: absolute;
}
@media only screen and (max-width:767px) {
	.main-slider .slick-arrow {
		position: absolute;
		top: 0;
		width: 35px;
		height: 35px;
		display: block !important;
		background-color: transparent;
		background-repeat: no-repeat;
		background-size: contain;
		border: none;
		cursor: pointer;
		outline: none;
		margin-top: 50%;
		transform: translateY(-50%);
		padding: 0;
		appearance: none;
		text-indent: -9999px;
		z-index: 10;
	}
	.main-slider .slick-prev {
		right: 47px;
		background-image: url(../img/pc/page/slide_arw01.png);
	}
	.main-slider .slick-next {
		right: 10px;
		background-image: url(../img/pc/page/slide_arw02.png);
	}
}





/* news-area
--------------------------------------------------*/
.news-area {
	display: none;
	margin-bottom: 20px;
}
.news-area #NewsLine {
	padding: 15px;
	background-color: #f6f6f6;
}
.news-area .inner span {
	display: block;
	font-size: 1.4rem;
}
.news-area .inner a {
	color: #535353;
	text-decoration: none;
}
@media only screen and (max-width:767px) {
	.news-area .common-wrap {
		padding: 0;
	}
	.news-area #NewsLine {
		padding: 10px;
		font-size: 11px;
	}
}

/* news-wrap
--------------------------------------------------*/
.news-wrap {
	padding: 10px 17px;
	border: 1px solid #ddd;
	margin-bottom: 37px;
}

/* news-title
--------------------------------------------------*/
.news-title-area {
	display: flex;
	border-bottom: 1px solid #E73D48;
	margin-bottom: 40px;
}
.news-title-area div:first-child {
	flex: 1;
	position: relative;
}
.news-title {
	margin: 0 0 4px 0;
	padding: 0;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #E73D48;
}
@media only screen and (max-width:767px) {
	.news-title {
		font-size: 20px;
	}
}
@media only screen and (max-width:565px) {
	.news-title-area {
	}
	.news-title {
		font-size: 18px;
		margin: 0;
	}
}
.index-btn .parts-arw01 {
	color: #E73D48;
	font-size: 15px;
	margin-top: 4px;
}
.index-btn .parts-arw01:before {
	display: none;
}
.index-btn .parts-arw01:after {
	width: 0.6rem;
	height: 0.6rem;
	margin: -0.7rem 0 0 0.4rem;
	border-top: #E73D48 solid 2px;
	border-right: #E73D48 solid 2px;
	transform: rotate(45deg);
}
@media only screen and (max-width:565px) {
	.index-btn .parts-arw01 {
		font-size: 12px;
	}
}

/* news-topics
--------------------------------------------------*/
.news-topics {
	/*margin-bottom: 30px;*/
}
.news-scroll {
	overflow-y: scroll;
	height: 200px;
}
.news-scroll a {
	color: #525252;
}
.news-scroll ul {
	padding: 5px 0;
}
.news-scroll li {
	position: relative;
	display: table;
	width: 100%;
	padding: 6px 35px 6px 25px;
	font-size: 1.5rem;
	list-style: none;
}
.news-scroll li span {
	display: table-cell;
	vertical-align: top;
}
.news-scroll li span:nth-child(1) {
	width: 120px;
}
@media only screen and (max-width:767px) {
	.news-topics {
		margin-bottom: 10px;
	}
	.news-scroll li {
		display: block;
		padding: 8px 25px 8px 10px;
		font-size: 11px;
	}
	.news-scroll li span {
		display: block;
	}
	.news-scroll li span:nth-child(1) {
		width: auto;
	}
}

/*.news-topics .index-btn {
	margin: 20px 0 40px;
	text-align: center;
}
.news-topics .index-btn a {
	display: inline-block;
	padding: 10px 40px;
	border: 1px solid #E73D48;
	border-radius: 30px;
}
@media only screen and (max-width:767px) {
	.news-topics .index-btn a {
		padding: 10px 20px;
		font-size: 12px;
	}
}*/

#pagetop {
	/* display: none; */
}

.news-topics .index-btn a{
	color: #E73D48;
}

/*pager*/
.inm-news-pagination-container{
	display: none;
}


/* Search-area
--------------------------------------------------*/

#Search-btn-Area {
	margin-bottom: 25px;
}
#Search-btn-Area .parts-tab-body {
	background-color: #F5F5F5;
	padding: 16px 7px 7px;
	margin-top: -15px;
}
#Search-btn-Area .parts-box-btns .row > div {
	background-color: #fff;
	margin: 5px;
	flex-basis: calc((100% - 40px) / 4);
	/*box-shadow: 0 1px 4px rgba(0,0,0,0.1);*/
	border-bottom: none;
	border-radius: 8px;
}

@media only screen and (max-width:991px) {
#Search-btn-Area .parts-box-btns .row > div {
	flex-basis: calc((100% - 30px) / 3);
	max-width: calc((100% - 30px) / 3);
}
}

@media only screen and (max-width:767px) {
#Search-btn-Area .parts-box-btns .row > div {
	flex-basis: calc((100% - 10px) / 2);
	max-width: calc((100% - 20px) / 2);
}
}


@media only screen and (max-width:565px) {
#Search-btn-Area .parts-box-btns .row > div {
	/* flex-basis: 100%; */
	/* max-width: 100%; */
	flex-basis: calc((100% - 10px) / 2);
	max-width: calc((100% - 20px) / 2);
}
#Search-btn-Area .parts-icon-btn a .ico {
	padding: 5px 5px 5px 0px;
	/*width: 60px;*/
}
#Search-btn-Area .parts-icon-btn a {
		padding: 13px 0px;
		font-size: 12px;
}
#Search-btn-Area .parts-icon-btn a:before {
	right: 8px;
}
}


/* banner-area
--------------------------------------------------*/

#search-side-include .widget-box:nth-of-type(2)  {margin-top:50px;}

#search-side-include .side-area ul.parts-widget-list01 li {
	flex-basis: calc((100% - 30px) / 2);
	border-bottom: none;
	margin: 0 0 20px;
	border: 1px solid #ccc;
	padding: 12px 8px;
	min-height: 75px;
	display: flex;
	align-items: center;
}
#search-side-include .side-area ul.parts-widget-list01 li.bnr {
	border: 1px solid #C95C47;
	padding: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
#search-side-include .parts-widget-list01 li a {
	font-size:1.6rem;
	font-weight:700;
	display: block;
	padding: 12px 10px 12px 20px;
	border-left: 6px solid #F8D0CB;
}
#search-side-include .parts-widget-list01 li.bnr a {
  padding: 0;
	border-left: none;
}

#search-side-include .parts-widget-list01 li a:hover { opacity: 0.6;}

#search-side-include .parts-widget-list01 li a:before{
	position: absolute;
	top: 50%;
	left: auto;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: #ccc solid 2px;
	border-right: #ccc solid 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	display: none;
}



@media only screen and (max-width:991px) {

.side-area {
    display: block;
    padding-left: 0;
    margin-top: 0;
}

#search-side-include .side-area ul.parts-widget-list01 {
    display: flex;
    flex-wrap: wrap;
	padding: 20px 0;
}

#search-side-include .side-area ul.parts-widget-list01 li {
   	flex-basis: calc((100% - 60px) / 3);
	margin: 10px;
}
}

@media only screen and (max-width:767px) {
#search-side-include .side-area ul.parts-widget-list01 li {
   	flex-basis: calc((100% - 40px) / 2);
}
}
@media only screen and (max-width:565px) {
#search-side-include .side-area ul.parts-widget-list01 li {
	flex-basis: 100%;
}
}


/* banner-area01
--------------------------------------------------*/
#BannerArea01 {
	padding: 40px 0;
	margin: 80px auto 0;
	position: relative;
}

#BannerArea01:before{
	position: absolute;
	top: 0px;
	left: 50%;
	display: block;
	content: '';
	width: 150vw;
	height: 100%;
	transform: translateX(-50%);
	background-color: #f5f5f5;
	z-index: -1;
}

#BannerArea01 .parts-btn {
	text-align:center;
	margin:10px 5px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: calc((100% - 50px) / 5);
	max-width: calc((100% - 50px) / 5);

}

#BannerArea01 .parts-btn a {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding:10px 0;
  width:100%;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  background-color: #fff;
  color: #333;
  transition: 0.3s linear;
}

#BannerArea01 .parts-btn a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
}
#BannerArea01 .parts-btn a:hover {
    color:#fff;
}
#BannerArea01 .parts-btn a:hover::after {
  left: 0;
  background-color: #E73D48;
}

@media print, screen and (max-width:991px) {
	#BannerArea01 .parts-btn {
		flex-basis: calc((100% - 30px) / 3);
		max-width: calc((100% - 30px) / 3);
		}
}
@media only screen and (max-width:767px) {
#BannerArea01 .parts-btn {
	flex-basis: calc((100% - 20px) / 2);
	max-width: calc((100% - 20px) / 2);
	}
}

@media only screen and (max-width:565px) {
#BannerArea01 .parts-btn {
	flex-basis: 100%;
	max-width: 100%;
	}
}
#BannerArea01 .parts-btn a:hover {text-decoration: none;}
#BannerArea01 div {margin-left:0; margin-right:0;}

/* banner-area02
--------------------------------------------------*/
#BannerArea02 {
	padding: 40px 0;
	margin: 80px auto 0;
	position: relative;
}

#BannerArea02:before{
	position: absolute;
	top: 0px;
	left: 50%;
	display: block;
	content: '';
	width: 150vw;
	height: 100%;
	transform: translateX(-50%);
	background-color: #f5f5f5;
	z-index: -1;
}

#BannerArea02 .parts-btn {
	text-align:center;
	margin:10px 5px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: calc((100% - 50px) / 5);
	max-width: calc((100% - 50px) / 5);
}

#BannerArea02 .parts-btn a {
  position: relative;
  overflow:hidden;
  z-index: 2;
  padding:10px 0;
  	width:100%;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	background-color: #fff;
	color: #333;
}

#BannerArea02 .parts-btn a::before,
#BannerArea02 .parts-btn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#BannerArea02 .parts-btn a,
#BannerArea02 .parts-btn a::before,
#BannerArea02 .parts-btn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#BannerArea02 .parts-btn a:hover {
  color: #fff;
}
#BannerArea02 .parts-btn a::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
#BannerArea02 .parts-btn a:hover::after {
  top: 0;
  background-color: #E73D48;
}

@media print, screen and (max-width:991px) {
	#BannerArea02 .parts-btn {
		flex-basis: calc((100% - 30px) / 3);
		max-width: calc((100% - 30px) / 3);
		}
}
@media only screen and (max-width:767px) {
#BannerArea02 .parts-btn {
	flex-basis: calc((100% - 20px) / 2);
	max-width: calc((100% - 20px) / 2);
	}
}

@media only screen and (max-width:565px) {
#BannerArea02 .parts-btn {
	flex-basis: 100%;
	max-width: 100%;
	}
}

#BannerArea02 .parts-btn a:hover {text-decoration: none;}
#BannerArea02 div {margin-left:0; margin-right:0;}



/* banner-area03
--------------------------------------------------*/
#BannerArea03 {
	padding: 40px 0;
	margin: 80px auto 0;
	position: relative;
}

#BannerArea03 div {margin-left:0; margin-right:0;}

#BannerArea03:before{
	position: absolute;
	top: 0px;
	left: 50%;
	display: block;
	content: '';
	width: 150vw;
	height: 100%;
	transform: translateX(-50%);
	background-color: #f5f5f5;
	z-index: -1;
}

#BannerArea03 .parts-btn {
	text-align:center;
	margin:10px 5px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: calc((100% - 40px) / 4);
	max-width: calc((100% - 40px) / 4);

}

#BannerArea03 div img {overflow:hidden;}

#BannerArea03 .parts-btn a {display: block;text-decoration: none;background-color: #fff;margin: auto;overflow: hidden;}
#BannerArea03 .parts-btn a:hover {text-decoration: none;}

@media print, screen and (max-width:991px) {
	#BannerArea03 .parts-btn {
		flex-basis: calc((100% - 30px) / 3);
		max-width: calc((100% - 30px) / 3);
		}
}
@media only screen and (max-width:767px) {
#BannerArea03 .parts-btn {
	flex-basis: calc((100% - 20px) / 2);
	max-width: calc((100% - 20px) / 2);
	}
}

@media only screen and (max-width:565px) {
#BannerArea03 .parts-btn {
	flex-basis: 100%;
	max-width: 100%;
	}
}


a img.imgover2 { transition:.2s all;}
a img.imgover2:hover {
transform:scale(1.1,1.1);
transition:.2s all;
}

.side-area .widget-box .ttl:before {
	margin:0;
	display:none;
}

.side-area .widget-box .ttl > * {
	vertical-align: middle;
}


#BannerArea02:before {
	background-color: #04563a;
}
#kenpoMovie h2 {
	margin-bottom: 1rem;
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 3.28384rem;
}

#kenpoMovie h2 + p {
	position: relative;
	text-align: center;
	color: #fff;
	margin-bottom: 3rem;
	font-weight: 700;
}

#kenpoMovie .movie-tag {
	height: 191px;
	max-width: 340px;
	position: relative;
}

#kenpoMovie .movie-caption {
	margin-bottom: 2rem;
	color: #fff;
	font-size: 90%;
}

.jstream-eqPlayer {
	background-color: #04563a !important;
}
.eqp-thumbnail-image {
	border-radius: 15px;
}


@media (min-width: 768px) {

	#kenpoMovie h2 {
		font-size: 3.628384rem;
	}
	#kenpoMovie .movie-tag {
		height: 180px;
		max-width: 320px;
	}
	.eqp-thumbnail-image {
		border-radius: 10px;
	}
}