@charset "utf-8";

h2#page_title {
	text-align: center;
    padding: 2px 0 7px 0;
    border-bottom: 1px dashed #ccc;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 15px
}

#contents_wrap {
	max-width: 1500px;
	min-height: 53vw;
	margin: 0 auto;
	overflow: hidden;
}
#contents_wrap h3 {
    font-size: 15px;
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #aaa;
}
#side_contents {
    float: left;
    margin: 0 2.5% 0 1%;
    width: calc(21.5% - 1px);
}


#slide {
   margin-bottom: 20px;
}
#slide #slide_btn .slide_link {
   width: 100%;
   position: relative;
}
#slide #slide_btn .slide_link a {
  display: block;
}
#slide #slide_btn .slide_link a img {
  width: 100%;
  height: auto;
}
#slide #slide_btn .slide_link a span {
  display: block;
  margin: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.3vw;
}
#slide #slide_btn .slide_link .play {
    position: absolute;
    width: 20%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#slide #slide_btn .slide_link .play img {
  width: 100%;
  height: auto;
  opacity: 0.7;
}
#slide #slide_btn .slide_link .play img:hover {
  cursor: pointer;
}

#slide #slide_btn .slide_link.inactive a img,
#slide #slide_btn .slide_link.inactive .play a img  {
   opacity: 0.5;
}
#slide #slide_btn .slide_link.inactive a:hover img,
#slide #slide_btn .slide_link.inactive .play a:hover img {
   cursor: auto;
   opacity: 1.0 !important;
}


#gallery {
   margin-bottom: 20px;
}
#gallery #gallery_btn .gallery_link {
   width: 100%;
   position: relative;
}
#gallery #gallery_btn .gallery_link a {
  display: block;
}
#gallery #gallery_btn .gallery_link a img {
  width: 100%;
  height: auto;
}
#gallery #gallery_btn .gallery_link a span {
  display: block;
  margin: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.3vw;
}
#gallery #gallery_btn .gallery_link .play {
    position: absolute;
    width: 20%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#gallery #gallery_btn .gallery_link .play img {
  width: 100%;
  height: auto;
  opacity: 0.7;
}
#gallery #gallery_btn .gallery_link .play img:hover {
  cursor: pointer;
}

#gallery #gallery_btn .gallery_link.inactive a img,
#gallery #gallery_btn .gallery_link.inactive .play a img  {
   opacity: 0.5;
}
#gallery #gallery_btn .gallery_link.inactive a:hover img,
#gallery #gallery_btn .gallery_link.inactive .play a:hover img {
   cursor: auto;
   opacity: 1.0 !important;
}










#article_contents {
    width: 71.5%;
    padding: 0 1% 0 2.5%;
    float: right;
    border-left: 1px dashed #ccc;
} 
#article_contents ul#article_list {
	width: 100%;
	overflow: hidden;
}
#article_contents ul#article_list li {
        width: calc((100% - 7.5%) / 4);
	margin: 0 2.5% 2.5% 0;
	float: left;
}
#article_contents ul#article_list li:nth-child(4n) {
	margin-right: 0;
}
#article_contents ul#article_list a.btn {
	display: block;	
	background-color: #ddd;
        padding-bottom: 4%;
	font-size: 14px;
}
#article_contents ul#article_list a.btn p.thumbnail {
	position: relative;
	width: 100%;	
}
#article_contents ul#article_list a.btn p.thumbnail img {	
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#article_contents ul#article_list a.btn span.number {
	position: absolute;
	right: 4%;
    bottom: 3%;
    color: #fff;
    font-size: 110%;
}
#article_contents ul#article_list a.btn .title {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	padding-top: 2%;
}
#article_contents ul#article_list a.btn .place {
	text-align: center;
	font-size: 90%;	
	line-height: 100%;
}

@media screen and ( max-width:1499px) {
#article_contents {
	width: 71.5%;
	min-height: 53vw;
} 
}
@media screen and ( max-width:1099px) {
#article_contents ul#article_list li {
	width: calc(( 100% - 5% ) / 3 );
}
#article_contents ul#article_list li:nth-child(4n) {
	margin-right: 2.5%;
}
#article_contents ul#article_list li:nth-child(3n) {
	margin-right: 0;
}
#article_contents ul#article_list a.btn {
	font-size: 12px;
}
}


#modal {
	width: 100%;
	height: 150vh;
	padding-bottom: 50px;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#modal #modal_inner {
	width: 90%;
	/*margin: 3% auto 0 auto;*/
        position: fixed;
        top: 9%;
        left: 5%;
}
#modal #modal_inner p.modal_img {
    width: 100%;
    margin-bottom: 1.5%;
    text-align: center;
}

#modal #modal_inner p.modal_img img {
    width: auto;
    vertical-align: bottom;
    /*height: 47.1vw;*/
    height: 35vw;
    text-align: center;
    display: inline-block;
}
#modal #modal_inner p.modal_img img.sp_only {
    display: none;
}
#modal #modal_inner p.modal_title {
    font-size: 120%;
	color: #fff;
	margin-bottom: 0.5%;
}
#modal #modal_inner p.modal_text {
    font-size: 110%;
	line-height: 130%;
	color: #fff;
}

#modal #close {
  position: fixed;
  top: 15px;
  right: 15px;
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #aaa; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #aaa; /* ボタンの背景色 */
}
#modal #close::before,
#modal #close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 18px; /* 棒の高さ */
  background: #fff; /* バツ印の色 */
}
#modal #close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
#modal #close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
#modal #close:hover {
  opacity: 0.7;
  cursor: pointer;
}



#modal_slide {
	width: 100%;
	/*height: 100vh;*/
	padding-bottom: 50px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#modal_slide #modal_slide_inner {
	width: 90%;
	margin: 3% auto 0 auto;
}

#modal_slide #modal_slide_inner #slide_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.7);
	display: none;
        z-index: 100;
}
#modal_slide #modal_slide_inner #slide_wrap #slideshow {
 width: 100%;
 height: 55vw;
 margin: 5vw auto 0 auto;
 display: none;
 background: url(../img/common/loading.gif) center center no-repeat;
 background-size: 20px 20px;

}
#modal_slide #modal_slide_inner #slide_wrap #slideshow ul {
 width: 100%;
 height: 55vw;
 position: relative;
 display: none;
}
#modal_slide #modal_slide_inner #slide_wrap #slideshow ul li {
 width: 100%;
 height: 55vw;
 margin: 0 auto;
 position: absolute;
 top: 0;
 left: 0;
 text-align: center;
 display: none;
}
#modal_slide #modal_slide_inner #slide_wrap #slideshow ul li img {
 width: auto;
 height: 55vw;
}

#modal_slide #modal_slide_inner #slide_wrap #slideshow ul li .site_name {
 position: absolute;
 top: -40px;
 right: 2vw;
 color: #aaa;
 font-size: 1.8vw;
 font-family: '游明朝 Medium', serif;
}
#modal_slide #modal_slide_inner #slide_wrap #slideshow ul li .site_name span {
 font-size: 1.8vw;
 font-family: 'メイリオ', sans-serif;
}

#modal_slide #modal_slide_inner #slide_wrap #slideshow ul li .slide_name {
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 font-size: 1.8vw;
 width: 100%;	
 bottom: 3%;
 color: #fff;
}

#modal_slide #modal_slide_inner #slide_wrap #slide_close {
    display: none;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
	border-radius: 4px;
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
    font-weight: normal;	
	
    margin-top: -60px;
    color: #aaa;
    border: 1px solid #aaa;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 66vw;
}	
#modal_slide #modal_slide_inner #slide_wrap #slide_close:hover {
 cursor: pointer;
 opacity: 0.7;
}
@media screen and (max-width: 899px) {
#modal_slide #modal_slide_inner #slide_wrap #slide_close {
    top: 69vw;
}
}
@media screen and (max-width: 1099px) {
#modal_slide #modal_slide_inner #slide_wrap #slide_close {
    top: 68vw;
}
}
@media screen and (max-width: 1299px) {
#modal_slide #modal_slide_inner #slide_wrap #slide_close {
    top: 67vw;
}
}




#modal_gallery {
	width: 100%;
	/*height: 100vh;*/
	/*padding-bottom: 50px;*/
	background-color: rgba(180,180,180,0.9);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#modal_gallery #gallery_list_wrap {
	width: 90%;
	margin: 3% auto 25% auto;
 	display: none;
}
#modal_gallery #gallery_list_wrap #gallery_list {
	display: none;
        position: relative;
}
#modal_gallery #gallery_list_wrap #gallery_list ul {
	width: 100%;
 	overflow: hidden;
}
#modal_gallery #gallery_list_wrap #gallery_list ul li {
        width: calc((100% - 10%) / 5);
	margin: 0 2.5% 2.5% 0;
	float: left;
}
#modal_gallery #gallery_list_wrap #gallery_list ul li:nth-child(5n) {
	margin-right: 0;
}
#modal_gallery #gallery_list_wrap #gallery_list a.btn {
	display: block;	
	background-color: #ddd;
	font-size: 14px;
}
#modal_gallery #gallery_list_wrap #gallery_list a.btn p.thumbnail {
	position: relative;
	width: 100%;	
}
#modal_gallery #gallery_list_wrap #gallery_list a.btn p.thumbnail img {	
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#modal_gallery #gallery_list_wrap #gallery_list a.btn span.number {
	position: absolute;
	right: 4%;
    bottom: 3%;
    color: #fff;
    font-size: 110%;
}
@media screen and ( max-width:1099px) {
#modal_gallery #gallery_list_wrap #gallery_list ul li {
	width: calc(( 100% - 7.5% ) / 4 );
}
#modal_gallery #gallery_list_wrap #gallery_list ul li:nth-child(5n) {
	margin-right: 2.5%;
}
#modal_gallery #gallery_list_wrap #gallery_list ul li:nth-child(4n) {
	margin-right: 0;
}
#modal_gallery #gallery_list_wrap #gallery_list ul li a.btn {
	font-size: 12px;
}
}

#modal_gallery #gallery_list_wrap #gallery_list_close {
    display: none;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
    font-weight: bold;	
    color: #fff;
    border: 2px solid #fff;
    position: fixed;
    bottom: 30px;
    right: 10px;
}	
#modal_gallery #gallery_list_wrap #gallery_list_close:hover {
 cursor: pointer;
 opacity: 0.7;
}




#modal_gallery #gallery_scene_wrap {
	width: 90%;
	margin: 0;
        padding: 3% 3% 11% 3%;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
    	top: 0;
    	left: 50%;
	transform: translateX(-50%);
 	display: none;
}
#modal_gallery #gallery_scene_wrap #gallery_scene {
	display: none;
        position: relative;
}
#modal_gallery #gallery_scene_wrap #gallery_scene ul {
	width: 100%;
}
#modal_gallery #gallery_scene_wrap #gallery_scene ul li {
        width: 100%;
	margin: 0;
}
#modal_gallery #gallery_scene_wrap #gallery_scene ul li p#scene_img {
	text-align: center;
}
#modal_gallery #gallery_scene_wrap #gallery_scene ul li img {
    width: auto;
    height: 47.2vw;
    vertical-align: bottom;
}
#modal_gallery #gallery_scene_wrap #gallery_scene span.number {
	position: absolute;
    	bottom: 7px;
    	color: #fff;
    	font-size: 130%;
        left: 50%;
        transform: translateX(-50%);
}

#modal_gallery #gallery_scene_wrap #gallery_scene_close {
    display: none;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
    font-weight: normal;	
    color: #555;
    border: 1px solid #555;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 103%;
}	
#modal_gallery #gallery_scene_wrap #gallery_scene_close:hover {
 cursor: pointer;
 opacity: 0.7;
}









 