@charset "UTF-8";
/* CSS Document */

/*  archive
*/

#contents {
    padding-bottom: 40px;
}

#contents h1 {
    font-size: 30px;
    font-family: 'Cormorant Garamond', serif;
    color: #A9A9A9;
    text-align: center;
    line-height: 75%;
    margin-bottom: 20px;
}

#contents h1 a {
    color: #A9A9A9;
}

#contents h1 span{
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif, 'Noto Sans Japanese', serif;
}
.refine {
    background: #F2F2F2;
    padding:20px 0 6px 0;
    margin-bottom:10px;
}
figure {
    display: table;
    overflow: hidden;
    margin-bottom:10px;
    width:100%;
}
figure figcaption {
    display: table-cell;
    width:16%;
    min-width:94px;
    max-width:120px;
    vertical-align: top;
}
figure figcaption span {
    display: block;
    height:30px;
    font-size: 12px;
    line-height: 30px;
    font-weight:bold;
    color:#FFF;
    background:#2D7087;
    position: relative;
    text-align: center;
}
figure figcaption span:after {
    content:"";
    display: block;
    border:solid 15px transparent;
    border-left:solid 15px #2D7087;
    height:0;
    position: absolute;
    top:0;
    right:-30px;
}
.refine_type,
.refine_group{
    text-align: left;
    padding-left:19px;
    z-index:99;
    width:auto;
}
.refine_type ul,
.refine_group ul {
    font-size:0;
}
.refine_type ul li,
.refine_group ul li {
    display: inline-block;
    vertical-align: top;
}
.refine_type ul li a,
.refine_group ul li a{
    background: #FFF;
    line-height: 30px;
    color:#004C66;
    display: block;
    padding:0 1em;
    margin:0 4px 4px 0;
}
.refine_type ul li.on a,
.refine_group ul li.on a{
    background: #CCDBE0;
}

ul.status {
    display: block;
    overflow: hidden;
    padding:0 0 20px 0;
}
ul.status li {
    color: #A9A9A9;
    display: block;
}

.wrapper_container{
	position: relative;
	max-width: 1200px;
	width: 100%;
}

#container{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

.item{
	max-width: 220px;
	padding: 5px;
	transition: 0.2s ;
}

.item:hover{
	opacity: 0.5;
	padding: 0;
	max-width: 230px;
}

.item.movie{
	position: relative;
}

.item.movie a:after {
    content: "　";
    background: url(../images/movie_icon.png)left top no-repeat;
    background-size: 54px auto;
    width: 54px;
    height: 54px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    margin-top: -22px;
    top: 50%;
}

/*  single
*/


.img_area {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.img_area .youtube_box {
    width:100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    max-width: 850px;
    position: relative;
    display: block;
    margin:0 auto;
}

.img_area .youtube_box iframe{
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height: 100% !important;
}

.types {
    width:auto;
    text-align: center;
}
.types dl {
    text-align: center;
    display: inline-table;
    margin-right:20px;
    margin-bottom:4px;
}
.types dl dt {
    display: table-cell;
    min-width:80px;
    color:#004C66;
}
.types dl dd {
    display: table-cell;
    text-align: left;
}
.types dl dd ul li {
    display: inline-block;
    margin:0 4px 4px 0;
}
.types dl dd ul li a {
    display: block;
    background: #CCDBE0;
    color:#004C66;
    padding:4px 1em;
}

.s_gallery h2{
	color: #666666;
    text-align: center;
}

.time {
    text-align: right;
    color: #AAAAAA;
    font-size: 22px;
    font-family: 'Cormorant Garamond', serif;
}

.single_text_box{
	margin-top: 60px;
}

.single_contents {
    padding-bottom: 65px;
    border-bottom: 1px solid #CCCCCC;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.page-link {
    overflow: hidden;
    text-align: center;
    margin: 15px auto 0;
    position: relative;
    max-width: 400px;
    width: 100%;
}

.page-link > li > a {
    color: #666666;
    font-size: 20px;
}

.page-link > li > a {
    color: #666666;
    font-size: 16px;
    display: block;
    font-family: 'Cormorant Garamond', serif;
}

.page-link .center-back a {
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    text-align: center;
}

.page-link .previous {
    float: left;
}

.page-link .next {
    float: right;
}

.page-link > li > a:hover {
	color: #aaa;
}

.page-navi{
    min-height: 24px;
    margin-top: 50px;
    padding-bottom: 2px;
}

.arrow_link p{
    position: absolute;
    top: -38px;
    width: 53px;
}

.arrow_link .prev{
    left: 0px;
}

.arrow_link .next{
    right: 0px;
}

.wrapper_s_contents{
    position: relative;
}

video {
    max-width:100%;
    background: #000;
}

@media screen and (min-width: 688px) {

#contents h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

#contents h1 span{
	font-size: 13px;
}

#contents{
	padding-bottom: 120px;
}

}

@media screen and (min-width: 880px) {

figure figcaption span {
    height:40px;
    font-size: 16px;
    line-height: 40px;
}
figure figcaption span:after {
    border:solid 20px transparent;
    border-left:solid 20px #2D7087;
    right:-40px;
}
.refine_type,
.refine_group{
    padding-left:28px;
}
.refine_type ul li a,
.refine_group ul li a{
    line-height: 40px;
    padding:0 2em;
    font-size:16px;
    margin:0 8px 8px 0;
}

}

@media screen and (min-width: 1200px) {

.arrow_link p{
    top: 0;
}

.arrow_link .prev{
    left: 6px;
}

.arrow_link .next{
    right: 6px;
}


}