@charset "utf-8";
/*----------------------------------------------------
　表示設定
----------------------------------------------------*/
*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
body {
	position:relative;
}
.sp{display:none !important;}
.pc{display:block !important;}

@media screen and (max-width: 600px) {
	.sp{display:block !important;}
	.pc{display:none !important;}
}

/*----------------------------------------------------
　全ページ設定
----------------------------------------------------*/
/*----　ヘッダー　----*/
header{
	padding: 20px 0;
	position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #FFF;
}

header h1{
  font-size: 12px;
  margin-bottom: 10px;
}

header div.logo{
	float: left;
    width: 30%;
}
@media screen and (max-width: 600px) {
	header{
		border-bottom: 2px solid #ff9600;
        padding: 20px 10px;        
	}
	header div.logo{
		width: 45%;
		margin: 0 auto;
	}
}
header .rightBox{
    float: right;
    width: 40%;
    margin: 10px 0 0;
    font-size: 14px;
}
@media screen and (max-width: 600px) {
    header .rightBox{
        margin: 0;
        width: 50%;
    }
}
header .rightBox .btnBox{
    float: left;
    width: 48%;
    margin: 0 1%;
}
header .menu,
header .rightBox .btnBox a{
    display: block;
	color: #FFF;
	padding: 17px 5px 10px 35px;
	text-align: center;
	font-weight: bold;
    border-radius: 5px;
    min-height: 56px;
}

@media screen and (max-width: 600px) {
    header .rightBox .btnBox{
        width: 31%;
    }
    header .rightBox .btnBox,
    header .rightBox .btnBox a{
        height: 40px;
        padding: 0;
        min-height: 0px;
    }
	header .rightBox .btnBox span{
		display: block;
        font-size: 9px;
        padding: 24px 0 0 0;
	}
    header .rightBox .btnBox span span{
        display: none;
    }
}
header .qaBtn a{
    background: url("../images/head_qa.webp") no-repeat 10% center,#5bb431;
}
header .menu{
    cursor: pointer;
    background: url("../images/head_menu.webp") no-repeat 10% center,#FF9600;
    background-size: 25px;
    display: none;
}
header .mailBtn a{
    background: url("../images/head_mail.webp") no-repeat 10% center,#ff9600;
    background-size: 25px;
    padding: 10px 5px 10px 35px !important;
    line-height: 130%;
}

@media screen and (max-width: 600px) {
    header .qaBtn a{
        background: url("../images/head_qa.webp") no-repeat center 7px,#5bb431;
        background-size: 25px;
    }
    header .menu{
        cursor: pointer;
        background: url("../images/head_menu.webp") no-repeat center 7px,#FF9600;
        background-size: 20px;
        display: block;
    }
    header .mailBtn a{
        background: url("../images/head_mail.webp") no-repeat center 7px,#ff9600;
        background-size: 20px;
        padding: 0px !important;
    }
}

/*--------------------------------------
　コンテンツ
--------------------------------------*/

/*　メインビジュアル　*/
.loading{
	z-index: 101;
}

.caroufredsel_wrapper{
	margin:0 !important; 
}
#mainslider{
	position:relative;
	overflow: hidden;
    top: 138px;
}
@media screen and (min-width: 1401px) {
    #mainslider {
        padding-left: 200px;
    }
}
#mvIn {
	width: 100%;
	/* height: 700px; */
	overflow: hidden;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 600px) {
    #mainslider{
        top: 120px;
    }
	#mainslider,
	#mvIn{
		height: 580px;
		z-index: 2;
	}
}
#mv{
	/* display: none; */
	margin: 0;
	padding: 0;
}
#mv li{
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	text-align: center;
}
@media screen and (min-width: 601px) {
    #mv li:before {
        content:'';
        display: block;
        padding-top: 57.23%;
    }
    #mv li img{	
        width:100%;
        max-width: 100%;
        height:auto;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
@media screen and (max-width: 600px) {
	#mv li img{	
        width:100%;
        height:100%;
    }
}

#mvIn,#mv li {
	overflow: hidden;
	position:relative;
}
#prev, #next {
    cursor: pointer;
  opacity:0.8;
  zoom:1;
  /* display: none; */
  width: 50%;
  top: 0;
    z-index: 3;
  position: absolute;
  width: calc((100% - 200px) * 0.084 );
  height: 100%;
}
#next {
    right: 0;
}
@media screen and (max-width: 1400px) {
    #prev, #next {
        width: 8.4%;
    }
}
@media screen and (max-width: 600px) {
	#prev, #next {
		top: 50%;
		height: 80px;
		width: 25px;
		margin: -30px 0 0 0;
	}
}
#prev:hover, #next:hover {
  opacity:0.8;
  zoom:1;
}
#prev {
  /* background:url("../images/slider/arrowL.webp") 95% center no-repeat,url("../images/slider/bg1.webp"); */
  background:url("../images/slider/arrowL.webp") 50% center no-repeat,url("../images/slider/bg1.webp");
}
#next {
  /* background:url( ../images/slider/arrowR.webp ) 5% center no-repeat,url("../images/slider/bg1.webp"); */
  background:url( ../images/slider/arrowR.webp ) 50% center no-repeat,url("../images/slider/bg1.webp");
}
@media screen and (max-width: 600px) {	
	#prev {
	    background:url( ../images/slider/arrowL.webp ) 50% center no-repeat,url("../images/slider/bg1.webp");
		background-size: 10px;
	}
	#next {
	    background:url( ../images/slider/arrowR.webp ) 50% center no-repeat,url("../images/slider/bg1.webp");
		background-size: 10px;
	}
}

.slider{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  overflow: hidden;
}

.slide {
  -webkit-animation: infinity-loop 40s infinite linear 1s both;
          animation: infinity-loop 40s infinite linear 1s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  position: relative;

  & img {
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
	.slide img{
		max-width: none;
		width: auto;
	}
}
.slide #block{
  height: 100%;
  width: auto；
}

@-webkit-keyframes infinity-loop {
  from {
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-loop {
  from {
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}


/*　お知らせ　*/
.infoBox{
	background-color: #5bb431;
	padding: 20px;
}
@media screen and (min-width: 1401px) {
    .infoBox {
        padding-left: 200px;
    }
}
@media screen and (max-width: 600px) {
	.infoBox{
		padding: 10px;
		text-align: center;
		position: relative;
	}
}
.infoBox img{
	float: left;
}
@media screen and (max-width: 600px) {
	.infoBox img{
		width: 15%;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}
}
.infoBox .inBox{
	background-color: #FFF;
	float: right;
	width: 90%;
	padding: 5px;
	border-radius: 5px;
}
@media screen and (max-width: 600px) {
	.infoBox .inBox{
		width: 80%;
		font-size: 14px;
	}
}
.infoBox .inBox #slider {
	position:relative;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	z-index: 998;
}
.infoBox .inBox #carousel{
	display:none;
}
.infoBox .inBox #carousel li {
  float: left;
  width:100%;
    position: relative;
}
.infoBox .inBox #carousel li span{
    color: #FFF;
    font-size: 12px;
    background-color: #FF9600;
    border-radius: 5px;
    margin: 0 5px 0 0;
    padding: 3px 10px;
    top: -1px;
    position: relative;
}
.infoBox .inBox #carousel li .bp1{
    background-color: #0986E1;
}
.infoBox .inBox #carousel li .bp2{
    background-color:#ED2124;
}
/* 20250604 OkabeDev 追加 */
.aioseo-breadcrumbs {
    font-size: 15px;
    padding: 0 1em 1em;
    margin-bottom: 3em;
    color: #666;
    & a {
        color: inherit;
        text-decoration: underline;
    }
}
@media screen and (max-width: 768px) {
    .aioseo-breadcrumbs {
        font-size: 13px;
        padding-bottom: 0.5em;
        white-space: nowrap;
        overflow-x: scroll;
    }
}