<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ************************************************
Title: gallery.css
Created: 2018-07-06
Company: Matsue Joho Center Inc.
************************************************ */

.body_pg_gallery {
	background: transparent url(../../images/bg_pg_gallery.jpg) top center / auto no-repeat fixed;
}
.body_pg_photo {
	background: transparent url(../../images/bg_pg_photo.jpg) top center / auto no-repeat fixed;
}

.pg_cnt {
	display:block;
	margin:0;
	padding:0;
	overflow: hidden;
}

.pg_cnt ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pg_cnt_inner p {
	margin: 0;
	padding: 0;
}

.pg_cnt h2 {
	display: block;
	font-size: 0;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #ffffff;
	text-align: center;	
	background: none;
}
.pg_cnt h2 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 2.6rem;
	line-height: 140%;
	border-bottom: solid 1px #ffffff;
	text-align: center;
}

.pg_cnt h3 {
	display: block;
	font-size: 0;
	margin: 0;
	font-weight: normal;
	border-bottom: none;
	text-align: center;
	line-height: 1;
}
.pg_cnt h3 {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #e60012;
	font-size: 25px;
	font-size: 2.5rem;
	color: #ffffff;
	text-align: center;
}
	
.pg_cnt h4 {
	display: block;
	font-size: 0;
	margin: 0;
	font-weight: normal;
}
.pg_cnt h4 {
	margin-bottom: 15px;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 140%;
	border-bottom: solid 1px #231815;
	text-align: center;
}


.pg_fore_box {
	width: 984px;
	min-height: 600px;
	margin: 0 auto;
}
	
.pg_fore_inner {
	padding: 45px 62px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 180%;
	color: #ffffff;	
}
	
.pg_cnt_nav {
	width: 984px;
	margin: 0 auto;
}
	
.pg_cnt_nav ul {
	margin-bottom: 35px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    background-color: #000000;
}
	
.pg_cnt_nav li {
	margin: 0 auto;
}


.pg_cnt_nav li a {
	display: block;
	position: relative;
	padding: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #ffffff;	
}

.pg_cnt_nav a::after {
	content: '';
	position: absolute;
	width: 10px;
 	height: 10px;
	border-top: solid 2px #595959;
	border-right: solid 2px #595959;
	-ms-transform: rotate(135deg);
	 -webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 50%;
	right: -10px;
	margin-top: -8px;
}


.pg_cnt_box {
	display: block;	margin-bottom: 50px;
	padding: 20px 0;
	background-color: #ffffff;
}


.pg_cnt_inner {
	width: 984px;
	margin: 0 auto;	
	padding: 0 62px;
}

.pg_about p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 180%;
} 

.pg_about .about_img {
	display: block;
	margin: 0 auto;
	padding: 15px;
}
	
.pg_gallery_sound {
	margin: 50px 0;
	padding: 10px;
	background-color: rgba(230,0,18,0.9);
	display: flex;
}
	
.pg_gallery_sound .r_box {
	padding-left: 15px;	
}

.pg_gallery_sound .hd {
	border-bottom: solid 1px #ffffff;	
}

.pg_gallery_sound .hd a {
	color: #ffffff;
}
	
.pg_gallery_sound .text {
	padding: 5px 0 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
	
.pg_gallery_sound .wmp {
	padding: 10px;
	border: solid 1px #ffffff;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 140%;
}

.pg_gallery_link {
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    justify-content: space-between;
}
	
.pg_gallery_link li {	
	padding:  15px 40px 15px 90px;
	background: rgba(230,0,18,0.9) url(../../images/pg_gallery_camera.png) top 10px left 15px / auto no-repeat;
}

.pg_gallery_link li a {
	color: #ffffff;	
}	

.pg_gallery ul {
	padding: 10px 0 20px;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    justify-content: center;
}

.pg_gallery li {
	margin-right: 15px;
	padding: 10px;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	border: solid 1px #cccccc;
}

.pg_gallery li p {
	padding-top: 10px;
}

.pg_gallery .wmp {
	padding: 10px;
	border: solid 1px #000000;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 140%;
}

.pg_photo_gp {
	margin-top: 20px;
	text-align: center;	
}


.pg_photo ul {
	padding: 10px 0 20px;
	display: -webkit-flex;
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.pg_photo li {
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	}
	
.pg_cnt_photo_1col {
    justify-content: center;
}
	
.pg_cnt_photo_3col {
    justify-content: space-between;
}
	
.pg_cnt_photo_3col li {
	width: 32%;
	margin-bottom: 15px;
}

.pg_photo li img {
	margin-bottom: 5px;
}

.pg_photo li p {
	padding-top: 5px;
}



.mp3     { font-size:12px;font-size:1.2rem; }
.youtube { display:block; font-size:12px; font-size:1.2rem; line-height: 1.5; }


/*================================================================================================*/

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

/*================================================================================================*/

.pg_cnt,
.pg_fore_box,
.pg_cnt_nav ,
.pg_fore_inner,	
.pg_cnt_inner {
	float: none;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



.body_pg_gallery {
	background:  transparent url(../../images/bg_pg_gallery_sp.jpg) top center / auto no-repeat fixed;
}
	
.body_pg_photo {
	background: transparent url(../../images/bg_pg_photo_sp.jpg) top center / auto no-repeat fixed;
}


.pg_cnt h2 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 2.4rem;
	line-height: 140%;
	border-bottom: solid 1px #ffffff;
	text-align: center;
}
	
.pg_cnt h3 {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #e60012;
	font-size: 2.2rem;
	color: #ffffff;
	text-align: center;
}
	
.pg_cnt h4 {
	margin-bottom: 15px;
	font-size: 2.2rem;
	line-height: 140%;
	border-bottom: solid 1px #231815;
	text-align: center;
}

.pg_fore_inner {
	padding: 45px 8px;
	font-size: 1.8rem;
	line-height: 180%;
	color: #ffffff;	
}

.pg_cnt_nav {
	width: 100%;
	margin: 0 auto;
}
	
.pg_cnt_nav ul {
	margin-bottom: 35px;
	    display: -webkit-flex;
	    display:-webkit-box;
	    display:-ms-flexbox;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    -webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	    justify-content: space-between;
	    background-color: #000000;
}
	
.pg_cnt_nav li {
	margin: 0 auto;
}


.pg_cnt_nav li a {
	display: block;
	position: relative;
	padding: 15px;
	font-size: 1.6rem;
	color: #ffffff;	
}

.pg_cnt_nav a::after {
	content: '';
	position: absolute;
	width: 6px;
	 	height: 6px;
	border-top: solid 2px #595959;
	border-right: solid 2px #595959;
	-ms-transform: rotate(135deg);
	 -webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 50%;
	right: 0;
	margin-top: -6px;
}

.pg_cnt_box {
	margin-bottom: 20px;
	background-color: #ffffff;	
}

.pg_cnt_inner {
	padding: 20px 8px;	
}

.pg_cnt_box p {
	padding-bottom: 15px;
	font-size: 1.6rem;
	line-height: 180%;
} 

.pg_cnt_box .about_img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.pg_gallery_sound {
	margin: 50px 0;
	padding: 10px;
	background-color: rgba(230,0,18,0.9);
	display: flex;
}
	
.pg_gallery_sound img {
	width: 100%;
}

.pg_gallery_sound .r_box {
	padding-left: 15px;	
}

.pg_gallery_sound .hd {
	border-bottom: solid 1px #ffffff;	
}
	
.pg_gallery_sound .hd a {
	color: #ffffff;
}
	
.pg_gallery_sound .text {
	padding: 5px 0 10px;
	font-size: 1.6rem;
	line-height: 140%;
}
	
.pg_gallery_sound .wmp {
	padding: 10px;
	border: solid 1px #ffffff;
	font-size: 1.1rem;
	line-height: 140%;
}

.pg_gallery_link {
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    justify-content: space-between;
}
	
.pg_gallery_link li {	
	width: 49%;
	padding:  15px 20px 15px 17%;
	background: rgba(230,0,18,0.9) url(../../images/pg_gallery_camera.png) top 10px left 15px / 20% no-repeat;
	font-size: 1.4rem;
	line-height: 140%;
}

.pg_gallery_link li a {
	color: #ffffff;
}	

.pg_gallery ul {
	padding: 10px 0 20px;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    justify-content: center;
}

.pg_gallery li {
	margin-right: 15px;
	padding: 10px;
	text-align: center;
	border: solid 1px #cccccc;
}

.pg_gallery li p {
	padding: 10px 10px 0;
	font-size: 1.3rem;
	line-height: 140%;
}
	
.pg_gallery li img {
	width: 100%;	
}

.pg_gallery .wmp {
	padding: 10px;
	border: solid 1px #000000;
	font-size: 1.1rem;
	line-height: 140%;
}

.pg_photo_gp {
	margin-top: 20px;
	text-align: center;	
}

.pg_photo_gp img {
	width: 100%;	
	margin-bottom: 10px;
}
	
.pg_photo_gp p {
	font-size: 1.6rem;
	line-height: 140%;	
}

.pg_photo ul {
	padding: 10px 0 20px;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    flex-wrap: wrap;
}

.pg_photo li {
	text-align: center;
	font-size: 1.3rem;
}
	
.pg_cnt_photo_1col {
	    justify-content: center;
}
	
.pg_cnt_photo_3col {
	    justify-content: space-between;
}
	
.pg_cnt_photo_3col li {
	width: 32%;
	margin-bottom: 15px;
}

.pg_photo li img {
	width: 100%;
	margin-bottom: 8px;
}

.pg_photo li p {
	padding: 0px;
	font-size: 1.3rem;
	line-height: 140%;
}
	
	
	
	
	
	

/*================================================*/
}
</pre></body></html>