@charset "UTF-8";

#works{padding:0 4%;}

.pageNavi{text-align: center; width:100%;}
.wp-pagenavi {
	margin-top: 60px;
	clear: both;
	text-align:center;

}
.wp-pagenavi a{
	color:  #d02714;
	border: 1px solid  #fff;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}



.wp-pagenavi span {
	color:  #d02714;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}

.wp-pagenavi a:hover{
	color: #FFF;
	background-color:  #d02714;
	border-color:  #d02714;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color:  #d02714;
	border-color:  #d02714;
	font-weight: bold;
    }
.coming{width:68%;}

.nextpostslink,.previouspostslink{border:none !important;}

.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover{background-color: #fff !important;
color:  #d02714 !important;}

.opneBox{}

#contentBox > p{margin-bottom:30px;}
#contentBox img{display: block; margin-bottom:15px;}
#contentBox img.aligncenter{margin-left: auto; margin-right: auto; display: block; margin-bottom:15px;}
#contentBox img.alignleft{margin-left: 0; margin-right: auto; display: block; margin-bottom:15px;}
#contentBox img.alignright{margin-left: auto; margin-right: auto; display: block; margin-bottom:15px;}

#contentBox iframe{width:100%;}

@media only screen and (min-width:813px){
#contentBox img{max-width:1000px; height: auto;}
}
@media only screen and (max-width:812px){
#contentBox img{width:100%; height: auto; max-width:1000px;}
}

.ctBox{margin-left: 10px;
font-size: 1.2rem;
display: inline-block;
color: #fff;
text-align: center;
padding: 0 10px;
background-color:  #d02714;
font-weight: 400;}
.titleBox .news_daytime{font-size:1.4rem;} 
.titleBox dd h2{margin-bottom: 10px; font-size: 1.8rem; color:  #111;
letter-spacing: 0.3rem;}
.blogList{
max-width: 1000px;
width:100%;
/*margin:0 auto 62px;*/
margin:0 auto;
}
.titleBox dt {
color: #d02714;
line-height: 1.2;
font-family: 'Montserrat', sans-serif;
font-weight: 800;
margin-bottom: 5px;
font-size: 1.3rem;
}
.titleBox dt span {
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
  border: solid 2px #d02714;
  color: #d02714;
	padding: 6px 10px;
	font-weight: 900;
	text-align:center;
}
.titleBox dd {
  line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph; /* IE */
    text-justify: inter-character; /* Firefox */
 margin-bottom: 20px;
 border-bottom: 1px solid #111;
}
@media only screen and (max-width:812px){
	.titleBox dd h2{line-height: 1.6;}
}

.pagination {display: flex;justify-content: space-between;align-items: center;margin:60px auto;}

.pagination p.link_pre,.pagination p.link_next{min-width: 78px;}
.pagination a {font-family: Montserrat, sans-serif;font-size: 18px;font-weight: bold;color: #d02714;width: 70px;text-align: center;}
.pagination a[rel^="prev"], .pagination a[rel^="next"] {height: 20px;line-height: 22px;background-repeat: no-repeat;background-size: contain;}
.pagination a[rel^="prev"] {padding-left: 22px; position: relative;}
.pagination a[rel^="prev"]::before{position: absolute;
left: 0;
top: 50%;
margin-top: -12px;
font-family: 'icomoon' !important;
content: "\f061";
font-size:1.6rem;
font-weight:400;
transform: scaleX(-1);}
.pagination a[rel^="next"] {padding-right: 22px; position: relative;}

.pagination a[rel^="next"]::after{
position: absolute;
right: 0;
top: 50%;
margin-top: -12px;
font-family: 'icomoon' !important;
content: "\f061";
font-size:1.6rem;
font-weight:400;
}


.btn_box{text-align: center;}
.btn_box a{
position: relative;
width: 100%;
max-width: 480px;
display:block;
margin: 20px auto;
}

.btn_box a.btn_reserve img{
  width: 100%;
  max-width: 480px !important;
	margin-bottom: 0 !important;
}
@media only screen and (max-width:812px){
	.btn_box a{
max-width: 320px;
	}
.btn_box a.btn_reserve img{
	  max-width: 320px !important;
	}
}


.reform_imgBox{margin-bottom:60px;}
.reform_imgBox a{
position: relative;
margin-bottom: 10px;
background-color: #eaeaea;
display: block;
margin-bottom: 10px;
}

.reform_imgBox a:before {
 content:"";
 display:block;
 padding-top:72.5%;
}
.reform_imgBox a span{
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 right:0
}
.reform_imgBox a span img {
 max-width:100%;
 max-height:100%;
 width:auto;
 height:auto;
 position:absolute;
 top:50%;
 left:50%;
 transform:translateY(-50%) translateX(-50%);
 -webkit-transform:translateY(-50%) translateX(-50%);
 cursor:pointer
}

.reform_imgBox > div figcaption{font-size: 1.2rem;}

.reform_imgBox > div:not(:last-child){margin-bottom: 40px;}

@media only screen and (min-width:813px){
.reform_imgBox > div{display: flex; justify-content: center;}
.reform_imgBox > div figure{width:48%;}
.reform_imgBox > div figure:nth-of-type(2){margin-left: 4%;}
}

@media only screen and (max-width:812px){
	.reform_imgBox > div figure:nth-of-type(2){margin-top:30px;}
}

.worksContents h3{
background-color: #d02714;
padding: 10px;
margin-bottom: 40px;
color: #fff;
	font-size: 1.8rem;
}

.worksContents .textBox{margin-bottom: 40px;}

ul.worksInfo {
    width: 100%;
    margin: 0 auto;
}

ul.worksInfo li {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.worksInfo li p {
    flex: 1;
}
ul.worksInfo span {
    height: fit-content;
    width: 100px;
    margin-right: 10px;
    line-height: 2;
    display: block;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    background-color: #000;
    font-size: 1.4rem;
}
@media only screen and (min-width:813px){
ul.worksInfo {
    max-width: 520px;

}
}

.works_list{width:100%; margin:0 auto 40px; max-width:1000px;}

.works_list a{
 position:relative;
 margin-bottom:10px;
 background-color:#eaeaea;
display: block;
margin-bottom: 10px;
}
.works_list a:before {
 content:"";
 display:block;
 padding-top:72.5%;
}
.works_list a span{
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 right:0
}
.works_list a span img {
 max-width:100%;
 max-height:100%;
 width:auto;
 height:auto;
 position:absolute;
 top:50%;
 left:50%;
 transform:translateY(-50%) translateX(-50%);
 -webkit-transform:translateY(-50%) translateX(-50%);
 cursor:pointer
}


.works_list a span.noimg i {
  font-size: 3.1rem;
  color: #999;
  font-weight: 700;
}

.works_list a span.noimg span{
  font-family: 'Montserrat', sans-serif; font-weight:800;
  display: block;
  font-size: 1.5rem;
  color: #999;
	position: relative;
}

.works_list a span.noimg{
justify-content: center;
align-items: center;
display: flex;
flex-flow: column;
}



.works_list li > span{padding: 6px 10px;
 border: solid 2px #d02714;
font-size: 1.4rem;
 font-weight: 900;
display: inline-block;
	color: #d02714;
margin-bottom: 10px;
line-height: 1;
}

.works_list li h3{font-weight: 500;}
@media only screen and (min-width:813px){
.works_list{display: flex; justify-content:flex-start; flex-wrap: wrap; width:100%; margin:0 auto 40px; max-width:1000px;}
.works_list li{width:32%; margin-bottom:2%;}
	.works_list li:not(:nth-of-type(3n)){margin-right:2%;}
}

@media only screen and (max-width:812px){
	.works_list li{margin-bottom:40px;}
}



.worksct_link{display: flex; /*justify-content:space-between;*/ flex-wrap: wrap; width:100%; max-width: 1000px; margin:0 auto 60px;}
.worksct_link li a{
	display: inline-block;
	position: relative;
	background-color: #d02714;
	border: 1px solid #d02714;
	max-width: 320px;
	width: 100%;
	padding: 15px 10px;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1;
}
.worksct_link li a::after{
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
	font-family: 'icomoon' !important;
	content: "\f078";
	font-size: 1.4rem;
	font-weight: 500;
}
@media only screen and (min-width:813px){
.worksct_link li{width: 24.25%; margin-bottom: 1%;}
.worksct_link li:not(:nth-of-type(4n)){margin-right:1%; }
.worksct_link li a{min-height: 50px;}
}
@media only screen and (max-width:812px){
.worksct_link li{width: 49%; margin-bottom: 2%;}
.worksct_link li:not(:nth-of-type(2n)){margin-right:2%; }
.worksct_link li a{font-size: 3.3vw; text-align: left; max-width: 100%;
}
}


.voice_list{display: flex; justify-content: flex-start; width:100%; margin:0 auto 40px; max-width:1000px; flex-wrap: wrap;}
.voice_list figure{
 position:relative;
 margin-bottom:10px;
 background-color:#eaeaea;
display: block;
}
.voice_list figure:before {
 content:"";
 display:block;
 padding-top:72.5%;
}
.voice_list figure > span{
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 right:0
}
.voice_list figure > span img {
 max-width:100%;
 max-height:100%;
 width:auto;
 height:auto;
 position:absolute;
 top:50%;
 left:50%;
 transform:translateY(-50%) translateX(-50%);
 -webkit-transform:translateY(-50%) translateX(-50%);
 cursor:pointer
}

.voice_list figure.no_img i {
  font-size: 3.1rem;
  color: #999;
  font-weight: 700;
}

.voice_list figure.no_img span span{
  font-family: 'Montserrat', sans-serif; font-weight:800;
  display: block;
  font-size: 1.5rem;
  color: #999;
}

.voice_list figure.no_img span{
justify-content: center;
align-items: center;
display: flex;
flex-flow: column;
}

.voice_list li a > span{padding: 6px 10px;
 border: solid 2px #d02714;
font-size: 1.4rem;
 font-weight: 900;
display: inline-block;
	color: #d02714;
margin-bottom: 10px;
line-height: 1;
}

.voice_list li a p{display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}

@media only screen and (min-width:813px){
.voice_list li{width:23.5%; }
.voice_list li:not(:nth-child(4n)){margin-right: 2%;}
.voice_list li{margin-bottom:4%;}
}

@media only screen and (max-width:812px){
.voice_list li{width:49%; }
.voice_list li:not(:nth-child(2n)){margin-right: 4%;}
.voice_list li{margin-bottom:4%;}
}

