@charset "UTF-8";
.monobox_lead{
font-size: 120%;
}
.monobox_head{
display: grid;
grid-template-columns: 200px 450px;
align-items: center;
margin: 0 auto 30px;
}
.monobox_head h3{
font-size: 150%;
line-height: 1.4;
padding-bottom: 0.5em;
padding-top: 5px;
}
.monobox_head p{
padding-bottom: 0;
}
.monobox_selector{
text-align: center;
padding: 20px;
border: solid 1px rgba(0,0,0,0.1);
margin: 30px auto;
}
.monobox_selector ul{
margin-top: 20px;
}
.monobox_selector li{
display: inline-block;
margin: 0 0.5em;
font-size: 110%;
background: #927e5e;
color: #fff;
padding: 0.5em 0;
width: 9em;
border-radius: 50px;
transition: 0.3s;
cursor: pointer;
}
.monobox_selector li.current{
pointer-events: none;
background: #563512;
}
.monobox_selector li a{
color: #fff;
display: block;
text-decoration: none;
}
.monobox_selector li:hover{
background: #563512;
}
.monobox_banner{
width: 600px;
margin: 30px auto 0;
}
.monobox_banner a{
transition: 0.3s;
}
.monobox_banner a:hover{
opacity: 0.7;
}
.monobox_list{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.monobox_list::after{
content: "";
display: block;
width: 30%;
}
.monobox_card{
background: #ece5d3;
width: 30%;
margin-bottom: 5%;
font-size: 90%;
}
.monobox_card img{
width: 100%;
height: auto;
}
h4.monobox_card_number{
background: #563512;
text-align: center;
color: #826a50;
color: #ece5d3;
font-size: 110%;
font-weight: bold;
padding: 5px 0;
}
.monobox_card_pic{
aspect-ratio: 5 / 3;
overflow: hidden;
position: relative;
}
.monobox_card_pic img{
width: 100%;
height: 100%;
object-fit: cover;
}
.monobox_card_exp{
padding: 15px 15px;
}
.monobox_card_exp p{
padding-bottom: 1em;
}
.monobox_card_exp td{
font-size:85%;
padding: 0.25em;
background: rgba(255,255,255,0.5);
}
.monobox_card_exp th{
font-size:85%;
background: #563512;
color: #fff;
width: 6em;
}
.monobox_card_exp p.monobox_card_btn{
text-align: center;
background: #563512;
color: #ece5d3;
padding-bottom: 0;
line-height: 1.8;
margin-top: 1em;
border-radius: 50px;
}
.monobox_card_exp p.monobox_card_btn a{
display:block;
text-decoration: none;
color: #ece5d3;
transition: 0.3s;
padding: 0 1.5em;
border-radius: 50px;
}
.monobox_card_exp p.monobox_card_btn a:hover{
background: #826a50;
color: #fff;
}


/*////////// SINGLE //////////*/
.monobox_detail{}
.monobox_detail_head{}


#detail_header{
position: relative;
width: 980px;
height: 120px;
background: url("../img/camp/monobox/monobox_detailpage_head.jpg");
background-repeat: no-repeat;
box-sizing: border-box;
margin-bottom: 1.2em;
box-shadow: 0px 4px 3px -2px rgba(0,0,0,0.2);
}
#detail_header h2.monobox_single{
position: absolute;
bottom: 12px;
left: 22px;
font-size: 180%;
color: #fff;
z-index: 10;
}
#detail_header h2.monobox_single_logo{
position: absolute;
top: 0;
left: 0;
}
.red{
color: #ef0004;
}
.brown{
color: #920d0f;
}




/* slide-box ---------------------------------*/

.slide-box {
  position: relative;
  margin: 0;
  padding: 0;
}
.slide {
  position: relative;
  margin: 0;
  padding: 0;
  width: 780px;
  height: 585px;
  margin: 10px auto 20px ;
}
.slide img{
}
.slick-slide{
overflow: hidden;
}

.slick-list img{
max-width: 100%;
max-height: 585px;
margin: auto;
object-fit: cover;
}
.slide-navigation .item{
overflow: hidden;
height: 90px;
position: relative;
}
.slide-navigation img{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 100%;
height: auto;
cursor: pointer;
object-fit: cover;
}
.slide-navigation img:hover{
opacity: 0.7;
}

ul.slide .slick-prev {
position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: -40px;
    margin: auto;
}
ul.slide .slick-next {
position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -40px;
    margin: auto;
}

.slick-vertical .slick-slide {
  border: 0 solid transparent;
}
.slick-arrow {
  z-index: 999;
}
.slick-prev {
  top: 25px;
  bottom: 0;
  left: 20px;
  right: auto;
  margin: auto;
}
.slick-next {
  top: 25px;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
}

.monobox_detail_pic .mainpic{
width: 72.5%;
margin: auto;
}
.monobox_detail_pic .mainpic img{
width: 100%;
height: auto;
}

/* ---------------------------------*/


.monobox_detail_head{
padding-bottom: 2em;
}
.monobox_detail_pic{
position: relative;
padding: 20px 0;
background: #000;
color: #fff;
border-top: solid 1px rgba(255,255,255,0.8);
border-bottom: solid 1px rgba(255,255,255,0.3);
box-shadow: 0px 4px 3px -2px rgba(0,0,0,0.2);
background: rgb(43,48,48);
background: linear-gradient(180deg, rgba(43,48,48,1) 24%, rgba(0,0,0,1) 92%);
margin-bottom: 50px;
}

.monobox_detail{
padding-top: 30px;
padding-bottom: 50px;
}
p.monobox_single_lead{
line-height: 1.4;
padding-bottom: 0.5em;
font-size: 150%;
font-weight: bold;
color: #7f2a00;
}
.monobox_single_spec{
width: 56%;
float: left;
}
.monobox_single_pic{
width: 40%;
float: right;
}
.monobox_single_pic img{
width: 100%;
height: auto;
}
table.monobox_spec_single{
font-size: 14px;
width: 100%;
}
table.monobox_spec_single th{
background: #6C3D1A;
color: #fff;
width: 7em;
padding: 5px 0;
font-weight: normal;

background: #5c1e00;

border-top: solid 1px rgba(255,255,255,0.5);
border-bottom: solid 1px rgba(255,255,255,0.1);
}
table.monobox_spec_single td{
padding-left: 5px;
background: #F2F2F2;
}

.monobox_contact_btn{
text-align: center;
margin-top: 1.0em;
width: 100%;
}
.monobox_contact_btn a{
display: block;
padding: 0.5em 0;
color: #fff;
text-decoration: none;
background: #5c1e00;
border-top: solid 1px rgba(255,255,255,0.5);
border-bottom: solid 1px rgba(255,255,255,0.1);
}
.monobox_contact_btn a:hover{
background: #802a00;
border-top: solid 1px rgba(255,255,255,0.5);
border-bottom: solid 1px rgba(255,255,255,0.1);
}

.monobox_detail_info{
padding: 20px 30px;
border: solid 1px rgba(0,0,0,0.5);
box-sizing: border-box;
margin: 20px 0;
}
.monobox_detail_info h3{
width: 100%;
font-size: 100%;
background: #5c1e00;
padding: 4px 0;
margin: 0 auto 20px;
color: #fff;
text-align: center;
border-top: solid 1px rgba(255,255,255,0.8);
border-bottom: solid 1px rgba(255,255,255,0.3);
box-shadow: 0px 3px 2px -2px rgba(0,0,0,0.2);
}
.monobox_detail_info h4{
font-size: 110%;
padding-bottom: 0.5em;
}
.monobox_detail_info p{
font-size: 14px;
line-height: 1.6;
padding-bottom: 1em;
}
.monobox_detail_info a{
color: blue;
}
p.info_lead{
font-size: 120%;
}
.monobox_detail_picright{
width:40%;
float: right;
padding: 0 0 1em 1.5em;
}
.monobox_detail_picright img{
width: 100%;
height: auto;
}
.monobox_detail_picright p{
padding-bottom: 1em;
}
.monobox_detail_table{
clear: both;
}
.monobox_detail_table table{
border-collapse: collapse;
}
.monobox_detail_table th,
.monobox_detail_table td{
font-size: 80%;
    border: 1px solid #e5e5e5;
    padding: 3px 5px;
    vertical-align: middle;
    text-align: left;
    word-break: break-all;
}
.monobox_detail_table td{
padding-left: 10px;
}
.monobox_detail_table th{
text-align: center;
    background: #f2f2f2;
    font-weight: normal;
}

.monobox_more{
width: 100%;
text-align: center;
position: relative;
font-size: 100%;
line-height: 1.4;
margin-top: 0.5em;
background: #727272; 
background: -webkit-linear-gradient(top,  #727272 0%,#3d3d3d 50%,#000000 51%,#111111 72%,#1c1c1c 91%,#131313 100%);
background: linear-gradient(to bottom,  #727272 0%,#3d3d3d 50%,#000000 51%,#111111 72%,#1c1c1c 91%,#131313 100%);
text-align: center;
color: #fff;
font-size: 100%;
box-shadow: 0 0.1em 0 #000;
border-top: solid 1px rgba(255,255,255,0.5);
padding: 10px 0;
letter-spacing: 0.01em;
}
.monobox_more::after{
content: url("../img/monobox2023/btn_monobox_arrow.png");
position: absolute;
right: 0;
top: -7%;
transform: scale(0.7);
}
.monobox_more a{
display: block;
color: #fff;
text-decoration: none;
transition: all 0.3s;
}
.monobox_more a:hover{
color: #fff;
opacity: 0.6;
}
.monobox_link_banner{
width: 600px;
margin: 20px auto;
box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.6);
}
.monobox_link_banner img{
width: 100%;
height: auto;
}
.monobox_link_banner a{
transition: all 0.3s;
}
.monobox_link_banner a:hover{
opacity: 0.7;
}