@charset "UTF-8";
/* CSS Document */
#header .navi li:nth-child(4) a {
  color: #00b7e4;
    font-weight: 500;
}

.titlebox{
    display: flex;
    align-items: center;
}
.titlebox .icon{
    margin-right: 1.5em;
}
.titlebox .title{
    flex: 1;
    text-align: left;
}
.titlebox .title h3{
    line-height: 1.4;
}
.titlebox .title p{
    line-height: 1;
}



#listbox{
    padding: 5em 0 1em 0;
}
#listbox .titlebox{
    margin-bottom: 2em;
}
#listbox .titlebox .icon span{
    font-size: 4.6rem;
    line-height: 1;
}
#listbox .titlebox .title h3{
    font-size: 2.2rem;
    font-weight: 600;
}
#listbox .titlebox .title p{
    font-weight: 500;
    padding-top: 0.3em;
}
#listbox ul{
    margin-right: calc(50% - 50vw);
    margin-bottom: 7em;
}
#listbox li{
    position: relative;
    text-align: left;
    width: 30em;
    margin-right: 2em;
}
#listbox li a{
    display: block;
}
#listbox li .name{
    padding: 0.8em 1em 0 1em;
     text-shadow: 0px 0px 5px #fff, 0px 0px 10px #fff;
}
#listbox li img{
    border-radius: 1.5em;
}
#listbox li .filter{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 1.5em;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 50%);
}

#detailbox{
    padding: 5em 0 2em 0;
}
#detailbox .titlebox{
    margin-bottom: 4em;
}
#detailbox .titlebox .icon span{
    font-size: 6rem;
    line-height: 1;
}
#detailbox .titlebox .title h3{
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 0.2em;
}
#detailbox .titlebox .title p{
    font-size: 2.8rem;
    font-weight: 800;
}
#detailbox ul.photo{
    width: 75em;
    margin: 0 auto;
}
#detailbox ul.photo li{
    width: 75em;
}
#detailbox ul.photo li img{
    border-radius: 2em;
}

#detailbox .outline{
    width: 75em;
    margin: 0 auto;
    text-align: justify;
    padding-top: 4em;
}
#detailbox .detail_title{
    font-size: 2.4rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 2em;
}
#detailbox dl{
    display: flex;
    border-top: 1px solid #e0e0e0;
    padding: 2em 0;
}
#detailbox dl:last-of-type{
    border-bottom: 1px solid #e0e0e0;
}
#detailbox dt{
    font-weight: 500;
    width: 13em;
    font-size: 1.8rem;
    line-height: 1.8;
}
#detailbox dd{
    flex: 1;
    font-size: 1.8rem;
    line-height: 1.8;
}

#detailbox .btnbox{
    display: flex;
    margin-top: 4em;
}
#detailbox .btnbox > div{
    margin-right: 1.5em;
}
#detailbox .btnbox a{
    display: block;
    color: #fff;border-radius: 0.4em;
}
#detailbox .btnbox .back a{
    background-color: #404040;
    padding: 0.6em 3em;
}
#detailbox .btnbox .prev a,#detailbox .btnbox .next a{
    background-color: #959595;
    padding: 0.6em 1em;
}
#detailbox .btnbox .back a:hover,#detailbox .btnbox .prev a:hover,#detailbox .btnbox .next a:hover{
    background-color: #00b7e4;
}


.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    color: transparent;
  width: 4em;
  height: 4em;
  padding: 0;
  background: rgba(0,0,0,0.5);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 50;
    cursor: pointer;
    border: none;
    border-radius: 0.4em;
}
.slick-disabled{
    opacity: 0.4;
    cursor: default;
}
#listbox .slick-prev{
    left: 1.5em;
}
#listbox .slick-next{
    right: 1.5em;
}
#detailbox .slick-prev{
    left: -6.5em;
}
#detailbox .slick-next{
    right: -6.5em;
}
.slick-prev::before, .slick-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
  font-family: 'icomoon';
  font-size: 1.8rem;
  line-height: 1;
  opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before
{
    content: '\ea40';
}
.slick-next:before
{
    content: '\ea3c';
}


@media only screen and (max-width: 768px) {
    

.titlebox .icon{
    margin-right: 1em;
}



#listbox{
    padding: 5em 0 1em 0;
}
#listbox .titlebox{
    margin-bottom: 2em;
}
#listbox .titlebox .icon span{
    font-size: 4.6rem;
}
#listbox .titlebox .title h3{
    font-size: 2.2rem;
}
#listbox .titlebox .title p{
    padding-top: 0.2em;
}
#listbox ul{
    margin-right: auto;
    margin-bottom: 5em;
}
#listbox li{
    width: auto;
    margin: 0;
    padding-right: 0.1em;
}
#listbox li a{
    display: block;
}
#listbox li .name{
}
#listbox li img{
}


#detailbox{
    padding: 5em 0 4em 0;
}
#detailbox .titlebox{
    margin-bottom: 4em;
}
#detailbox .titlebox .icon span{
    font-size: 6rem;
}
#detailbox .titlebox .title h3{
    font-size: 2rem;
    padding-bottom: 0.2em;
}
#detailbox .titlebox .title p{
    font-size: 2.4rem;
}
#detailbox ul.photo{
    width: auto;
    margin: 0 auto;
}
#detailbox ul.photo li{
    width: auto;
    margin-right: 0;
}
#detailbox ul.photo li img{
    border-radius: 2em;
}

#detailbox .outline{
    width: 100%;
    padding-top: 4em;
}
#detailbox .detail_title{
    font-size: 2.2rem;
    line-height: 1.4;
}
#detailbox dl{
    display: block;
    padding: 1.5em 0;
}
#detailbox dt{
    width: auto;
}
#detailbox dd{
}

#detailbox .btnbox{
    flex-wrap: wrap;
    justify-content: space-between;
}
#detailbox .btnbox > div{
    margin: 0;
}
#detailbox .btnbox .back{
    margin-bottom: 1em;
    width: 100%;
}
#detailbox .btnbox a{
    text-align: center;
}
#detailbox .btnbox .back a{
}
#detailbox .btnbox .prev,#detailbox .btnbox .next{
    width: 46%;
}


.slick-prev, .slick-next {
  width: 3em;
  height: 3em;
}
#listbox .slick-prev{
    left: -1.5em;
}
#listbox .slick-next{
    right: -1.5em;
}
#detailbox .slick-prev{
    left: -1.5em;
}
#detailbox .slick-next{
    right: -1.5em;
}
.slick-prev::before, .slick-next::before {
}
    
}