@charset "UTF-8";

.cateWidth {
	width: 900px; width: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 80px;
	/* [disabled]margin-left: 200px; */
	float: left;
	background-color: #FFF;
}



.lb001 {
	float: left;
	width: 210px;
	text-align: left;
}
.rb001 {
	float: right;
	width: 740px;
	text-align: left;
}
.fwB { font-weight:bold; }

#home_nav { padding: 95px 0px 0px 70px; }



.cate01 {
	padding-top: 100px;
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center top;
}

.photobox {
float: left;
	width: 740px;width: 24%;
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
padding-bottom: 20px;
    margin-right: 8px;
    
display: grid; gap: 10px;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.photobox img{
/*	padding-top: 42px;*/
	_padding-top: 10px;
	_padding-bottom: 10px;
    width: 100%;
    height: 320px;
    object-fit: cover;
    _object-position: left bottom;
}

.photobox .num{
	_padding-top: 20px;
	_height: 68px;
	width: auto;
	padding-left:0px;
	text-align: left;
	font-size: .9rem;
}

.photobox .num hr{
	border: 0;
	height: 1px; /* Firefox... */
	background: #000000;
}

.mb30{
	padding-bottom: 30px;
	color: #333333;
}

.baseWidth .mb80 .concept_btn{
	position: absolute;
	z-index: 2;
	top :226px;
	left:556px;
	display: block;
}



.morebox {
	width: 865px;
	height: 48px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	padding-left: 121px;
}


.photobox h2 { font-size:15px; text-align: left; font-weight:bold;}



/*---------------------------
photobox追加　colorbox
-------------------------------*/
.single {}

.gallery {

	margin:0 20px 20px 0;

}

#cboxOverlay {

	background: #000;

}

#cboxLoadedContent {

	background: #fff;

}

#inline-content {

	margin: 20px;

}



#cboxLoadedContent {

	padding: 0;

	overflow: auto;

-moz-box-shadow: 0px 1px 10px #000000;

-webkit-box-shadow: 0px 1px 10px #000000;

box-shadow: 0px 1px 10px #000000;

}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {

	top: -30px;

}

#colorbox, #cboxOverlay, #cboxWrapper {

	overflow: visible ;

}

#cboxTitle {

	color: #fff;

}



/*---------------------------
　Navigetion
-------------------------------*/

#casenavi {
	width: 900px;
	float: left;
}

#casenavi li {
	zoom: 1;
	float: left;
	padding-left: 8px;
	padding-right: 25px;
	font-size: 13px;
	line-height: 150%;
	background-image: url(../../image/navi_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}

#header a:hover {filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;}


#casenavi li a {
	color: #333333;
	text-decoration: none;
}

#casenavi li a:link{
	color: #333333;
	text-decoration:none;
}

#casenavi li a:visited{
	color: #333333;
    text-decoration:none;
}

#casenavi li a:hover {filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;}

#casenavi li a:focus{
	color: #333333;
	text-decoration: underline;
}

#casenavi li a:active{
	color: #333333;
	text-decoration: underline;
}	


/*アコーディオン*/
.toggle_wrap:last-of-type {
  border-bottom: 1px solid gray;
}
.toggle_switch {
  position: relative;
  cursor: pointer;
  padding: 5px 10px;
  border-top: 1px solid gray;
}
.toggle_switch.open {
  border-bottom: 1px solid gray;
}
.toggle_switch:hover {
  background-color:  #d7f3f1;
}
.toggle_switch::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url(../../images/arrow_down.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: transform .2s;
}
.toggle_switch.open::after {
  transform: rotateZ(180deg);
  top: 46%;
}
.toggle_contents {
  display: none;
  padding: 5px 10px;
}
.toggle_contents a {
	padding-left: 8px;
	font-size: 1rem;
	line-height: 150%;
    text-decoration: none;
	background-image: url(../../image/navi_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
    }

.toggle_contents a:visited{
	color: #333333;
    text-decoration:none;
}
.toggle_contents a:link{
	color: #333333;
	text-decoration:none;
}

@media (max-width: 768px) {
.photobox {
float: left;
width: 96%;
 margin-right: 8px;
display: grid; gap: 5px;
grid-template-columns: repeat(auto-fit, minmax(auto, 1fr));}
}