@charset "UTF-8";
/* CSS Document */
.border {
	border: 1px solid #000;
}
.box {
	max-width: 1170px;
	min-width: 320px;
	height: 100px;
	background: #000;
	margin: auto;
}
/*--- font color ここから---*/
.col-tblue {
	color: #81d8d0;
}
.col-blue{
color:#0410f0;
}
.col-wht{
color:#fefefe;
}
.col-o{
color:#ff8e00;
}
/*--- font color ここまで---*/
/*--- background ここから---*/
.bg-o{
background: #ff8e00;
}
/*--- background ここまで---*/
/*==============================================================================================
================================================================================================
================================================================================================
================================================================================================
PC
================================================================================================
================================================================================================
================================================================================================
==============================================================================================*/
@media print, screen and (min-width: 768px) {
body {
	color: #343434;
	background-color: #fefefe;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1em;
	letter-spacing: normal;
	text-align: justify;
	font-size: 16px;
}
/*================================================================
PC header
================================================================*/
.headBg {
  position: relative;
	z-index: 1;
	max-width: 100%;
	min-width: 750px;
	height: auto;
	padding-top: 5px;
	background: rgba(254,254,254,0.8);
}
/*====================================================================
PC footer
====================================================================*/
.footBg {
	max-width: 100%;
	min-width: 750px;
	height: auto;
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
	padding: 30px 0;
}
.copy{
text-align: right;
}
/*====================================================================
PC gnavi
====================================================================*/
.gnav{
padding: 1em 0;
}
.gnav li{
text-align: center;
}
.gnav li a{
font-weight: bold;
}
.gnav li a:hover{
color: #8CC84B;
text-decoration: none;
}
/*================================================================
PC top mv
================================================================*/
.top-mv{
position: relative;
max-width: 100%;
min-width:750px;
height:620px;
background: url(../images/top-mv.jpg) no-repeat center center;
background-size: cover;
margin-top: -124px;
}
.top-mv h2 {
display: block;
height: 496px;
text-align: right;
margin-top: 124px;
}
.top-mv h2 img{
position: relative;
top:50%;
transform: translateY(-50%);
}
/*================================================================
PC 2nd mv
================================================================*/
.sec-mv {
	position: relative;
	max-width: 100%;
	min-width: 750px;
	height: 100px;
	background: url(../images/sec-mv.jpg) no-repeat center center;
}
.sec-mv h2 {
	position: relative;
	text-align: center;
	font-weight: bold;
	top: 50%;
	transform: translateY(-50%);
}
/*================================================================
PC top contents
================================================================*/
.topicsinfoBox li{
background: #f2f2f2;
padding: 1em 1.625em;
border-radius: 6px;
}
.topicsDate{
color: #8CC84B;
font-weight: bold;
margin-right: 20px;
}
.topSec-bg01{
max-width:100%;
min-width:750px;
height: auto;
background: url(../images/top-sec2-bg.jpg) no-repeat center bottom;
background-size: cover;
background-attachment: fixed;
}
.top-addList > li{
border-bottom: 1px solid #8CC84B;
padding-bottom: 15px;
margin-bottom: 15px;
}
.top-addList > li:last-child{
margin-bottom: 0;
}
.timeTbl{
width: 100%;
height: auto;
}
.timeTbl th{
width: 14.2857%;
text-align: center;
background: #8cc84b;
padding: 0.625em 0;
color: #fefefe;
border-right: 1px solid #b1e777;
box-sizing: border-box;
}
.timeTbl th div{
font-weight: bold;
font-size: 0.875em;
}
.timeTbl th:last-child{
border-right: none;
}
.timeTbl td{
width: 14.2857%;
font-size: 0.75em;
padding: 0.625em 0;
text-align: center;
border-right: 1px solid #b1e777;
box-sizing: border-box;
}
.timeTbl td:first-child{
font-size: 0.875em;
font-weight: bold;
}
.timeTbl td:last-child{
border-right: none;
}
.timeTbl tr:nth-child(2) td{
border-bottom: 1px solid #b1e777;
}

}

/*==============================================================================================
================================================================================================
================================================================================================
================================================================================================
SP
================================================================================================
================================================================================================
================================================================================================
==============================================================================================*/
@media screen and (max-width: 767px) {
body {
	color: #343434;
	background-color: #fefefe;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1em;
	letter-spacing: normal;
	text-align: justify;
	font-size: 12px;
}
/*================================================================
SP header
================================================================*/
.headBg {
	max-width: 100%;
	min-width: 320px;
	height: 56px;
	background: rgba(254,254,254,1);
}
.headBg ul {
	max-width: 100%;
	min-width: 320px;
	height: 56px;
}
.headBg li:nth-child(1) {
	text-align: center;
	padding: 10px 0;
}
.headBg li:nth-child(2) {
	display: none;
}
.headBg img {
	width: auto;
	height: 36px;
}
/*================================================================
SP header tel icon
================================================================*/
.sp-tel-icon a {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	display: inline-block;
	float: right;
	clear: right;
	font-size: 1.9999em;
	width: 56px;
	height: 56px;
	background: rgba(140, 200, 75,0.8);
	text-align: center;
	line-height: 56px;
	color: #fefefe;
}
.sp-tel-icon a:hover {
	color: #fefefe;
	background: rgba(140, 200, 75,1)
}
.sp-tel-icon a:active {
	color: #fefefe;
	background: rgba(140, 200, 75,1)
}
.sp-mail-icon a {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	display: inline-block;
	float: right;
	clear: right;
	margin-right: 56px;
	font-size: 1.618em;
	width: 56px;
	height: 56px;
	background: rgba(169, 169, 169,0.8);
	text-align: center;
	line-height: 56px;
	color: #fefefe;
}
.sp-mail-icon a:hover {
	color: #fefefe;
	background: rgba(169, 169, 169,1);
}
.sp-mail-icon a:active {
	color: #fefefe;
	background: rgba(169, 169, 169,1);
}
/*================================================================
SP footer
================================================================*/
.footBg {
	max-width: 100%;
	min-width: 320px;
	height: auto;
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
	padding: 15px 0;
}
.copy{
text-align: center;
}
/*================================================================
SP top mv
================================================================*/
.top-mv{
position: relative;
max-width: 100%;
min-width:320px;
height:150px;
background: url(../images/top-mv.jpg) no-repeat center center;
background-size: cover;
}
.top-mv h2 {
height: 150px;
text-align: right;
}
.top-mv h2 img{
position: relative;
width: 50%;
top:50%;
transform: translateY(-50%);
}
/*================================================================
SP 2nd mv
================================================================*/
.sec-mv {
	position: relative;
	max-width: 100%;
	min-width: 320px;
	height: 56px;
	background: url(../images/sec-mv.jpg) no-repeat center center;
}
.sec-mv h2 {
	position: relative;
	letter-spacing: normal;
	font-weight: bold;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
/*================================================================
SP top contents
================================================================*/
.topicsinfoBox li{
background: #f2f2f2;
padding: 1em 1.625em;
border-radius: 6px;
}
.topicsDate{
display: inline-block;
color: #8CC84B;
font-weight: bold;
margin-right: 5px;
}
.topicsDate{
display: inline-block;
color: #8CC84B;
font-weight: bold;
margin-right: 20px;
}
.topicsTitle{
position: relative;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.topSec-bg01{
max-width:100%;
min-width:320px;
height: auto;
background: url(../images/top-sec2-bg.jpg) no-repeat center bottom;
background-size: cover;
background-attachment: fixed;
}
.top-addList > li{
border-bottom: 1px solid #8CC84B;
padding-bottom: 15px;
margin-bottom: 15px;
}
.top-addList > li:last-child{
margin-bottom: 0;
}
.timeTbl{
width: 100%;
height: auto;
}
.timeTbl th{
width: 14.2857%;
text-align: center;
background: #8cc84b;
padding: 0.625em 0;
color: #fefefe;
border-right: 1px solid #b1e777;
box-sizing: border-box;
}
.timeTbl th div{
font-weight: bold;
font-size: 0.875em;
}
.timeTbl th:last-child{
border-right: none;
}
.timeTbl td{
width: 14.2857%;
font-size: 0.75em;
padding: 0.625em 0;
text-align: center;
border-right: 1px solid #b1e777;
box-sizing: border-box;
}
.timeTbl td:first-child{
font-size: 0.875em;
font-weight: bold;
}
.timeTbl td:last-child{
border-right: none;
}
.timeTbl tr:nth-child(2) td{
border-bottom: 1px solid #b1e777;
}


}

/*==============================================================================================
================================================================================================
================================================================================================
================================================================================================
TAB
================================================================================================
================================================================================================
================================================================================================
==============================================================================================*/
@media screen and (max-width: 991px) and (min-width: 768px) {
body {
	color: #343434;
	background-color: #fefefe;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1em;
	letter-spacing: normal;
	text-align: justify;
	font-size: 14px;
}
/*================================================================
TAB header
================================================================*/
/*================================================================
TAB footer
================================================================*/
/*================================================================
TAB top mv
================================================================*/
/*================================================================
TAB top contents
================================================================*/

}

/*==============================================================================================
================================================================================================
================================================================================================
================================================================================================
PC 992px〜
================================================================================================
================================================================================================
================================================================================================
==============================================================================================*/
@media print, screen and (min-width: 992px) {
}

/*==============================================================================================
================================================================================================
================================================================================================
================================================================================================
PC 1200px〜
================================================================================================
================================================================================================
================================================================================================
==============================================================================================*/
@media print, screen and (min-width: 1200px) {
}
/*==============================================================================================
================================================================================================
================================================================================================
================================================================================================
カルーセルの高さ
================================================================================================
================================================================================================
================================================================================================
==============================================================================================*/
.carousel, .carousel .item, .carousel .item-mask, .carousel-inner > .item > img {
	height: 155px;
}
.carousel .item-mask {
	width: 100%;
	overflow: hidden;
}
.carousel-inner > .item > .item-mask > img {
	position: absolute;
}

@media (min-width: 768px) {
.carousel,  .carousel .item,  .carousel .item-mask,  .carousel-inner > .item > .item-mask > img {
	height: 240px;
}
}

@media (min-width: 992px) {
.carousel,  .carousel .item,  .carousel .item-mask,  .carousel-inner > .item > .item-mask > img {
	height: 360px;
}
}

@media (min-width: 1200px) {
.carousel,  .carousel .item,  .carousel .item-mask,  .carousel-inner > .item > .item-mask > img {
	height: 420px;
}
}
