@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@600&display=swap');

/* font-family: 'Shippori Mincho', serif; */

body {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	line-height: 1.7em;
	color: #000033;
	background-image: url(../images/meinBack.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 930px auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
img {
	border: none;
	height: auto;
}
h1 {
	padding: 0;
	margin: 0 auto;
	line-height: 0.1em;
	width: 100%;
	max-width: 900px;
}
h1 img {
	width: 100%;
}
h2 {
	border-bottom: 1px solid #000033;
	margin-top: 0px;
	/* clear: both; */
	padding: 40px 0 5px;
	font-family: 'Shippori Mincho', serif;
	font-size: 1.7rem;
	color: #9b0a1b;
}
h3 {
	font-size: 150%;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #000033;
}
a:hover {
	opacity: 0.75;
}
i,address {
	font-style: normal;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
}



.wrap {
	width: 95%;
	margin: 0 auto;
}
.imgL {
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.boxL {
	/* float: left; */
}
.boxR {
	float: right;
}
.btnAccessMap {
	display: inline-block;
}
.btnAccessMap a {
	display: block;
	background-color: #0099FF;
	border-radius: 4px;
	padding: 4px 15px;
	color: #fff;
	text-align: center;
}
.btnAccessMap a:hover {
	color: #ff0;
}
.btnList {
	margin-bottom: 5px;
}
.btnList a {
	background-image: url(../images/btnList.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	width: 160px;
	display: block;
}
.btnList a:hover {
	background-position: center bottom;
}
dl.borderbox {
	border: 1px solid #999999;
	padding: 0;
	margin: 0;
}
.borderbox dt {
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	margin: 0;
	font-size: 1.35rem;
	line-height: 1em;
	color: #0099FF;
}
.borderbox dd {
	padding: 8px;
	margin: 0;

	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.tel {
	font-size: 120%;
	color: #CC0000;
}
.graybox {
	background-color: #ECECEC;
	padding: 10px;
	margin-bottom: 15px;
}
.googlemap {
	padding-top: 10px;
	padding-left: 320px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
}




#LinkList ul {
	list-style-type: none;
	margin-top: 40px;
}
#LinkList li {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CC0000;
	margin-bottom: 25px;
	font-size: 150%;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	width: 500px;
	height: 25px;
}
#LinkList span {
	float: left;
}
#LinkList   .btn  {
	background-image: url(../images/btnHP.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 22px;
	width: 34px;
	float: right;
	margin-right: 20px;
}
#LinkList   .btn:hover  {
	background-position: center bottom;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
}



#header {}
#header #header-title {
	background-image: url(../images/headBack.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 100%;
	height: 66px;
	/* text-align: right; */
	margin: 0 auto;
	width: 100%;
	max-width: 900px;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#header #header-title .boxL {
	width: 299px;
}
#header #header-title .boxL img {
	width: 100%;
	height: auto;
}
#header #header-title #subLink {
	width: calc(97.5% - 299px);
	text-align: right;
	padding-right: 2.5%;
}
#header #header-title #subLink a {
	background-image: url(../images/ico01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-right: 10px;
	text-decoration: none;
	color: #000033;
	font-size: 0.9rem;
	width: 200px;
}

#header #MainMenu {
	width: 100%;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	/* height: 41px; */
	display: block;
}
#header #MainMenu ul {
	list-style: none;
	padding: 10px;
	margin: 0 auto;
	/* background-color: #000; */
	border-radius: 8px;
	background-image: url(../images/contentsBack.jpg);
	background-repeat: repeat-x;
	background-size: 100% auto;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#header #MainMenu li {
	margin: 0;
	padding: 0;
	width: calc((100% - 30px)/8);
	border-right: 1px solid #fff;
}
#header #MainMenu li:first-child {
	border-left: 1px solid #fff;
}
#header #MainMenu a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1em;
}
#header #MainMenu a:hover {
	color: #0099FF;
}
#top #header #MainMenu #linkHome a,
#kaisya #header #MainMenu #linkOutline a,
#kankyo #header #MainMenu #linkKankyo a,
#kanko #header #MainMenu #linkKanko a,
#jigyou #header #MainMenu #linkKeibi a,
#access #header #MainMenu #linkAccess a,
#link #header #MainMenu #linkLink a,
#syasin #header #MainMenu #linkAlbum a {
	color: #0099FF;
}

@media screen and (max-width: 1000px) {
	#header #header-title .boxL {
		width: 240px;
	}
	#header #header-title #subLink {
		width: calc(97.5% - 320px);
		padding-right: 60px;
	}
}
@media screen and (max-width: 768px) {
	#header #header-title #subLink {
		display: none;
	}
	#header #MainMenu {
		display: none;
	}
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
	#header #header-title {
		height: 45px;
	}
	#header #header-title .boxL {
		width: 200px;
	}
}



#content {
	width: 100%;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	/* padding-bottom: 40px; */
	text-align: left;
	/* box-shadow: 5px 1px 5px 0px rgba(0, 0, 0, 0.18), -5px 0px 5px 0px rgba(0, 0, 0, 0.18); */
}
#content #main {
	margin: 32px auto;
	width: 90%;
	clear: both;
	min-height: 450px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
	#content #main {
		min-height: auto;
	}
}
@media screen and (max-width: 450px) {
}




footer {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 0 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000033;
	/* clear: both; */
	/* font-size: 95%; */
}
footer nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
footer nav a {
	display: inline-block;
	/* padding: 0 8px; */
	margin-right: 5px;
}
footer nav a::after {
	content: "｜";
	margin-left: 5px;
}
footer nav a:hover {
	text-decoration: none;
}
footer .copy {
	font-size: 0.8rem;
	padding-top: 20px;
	text-align: center;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
	footer nav {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	footer .copy span {
		display: none;
	}
}
@media screen and (max-width: 450px) {
}




/* トップへ戻る */
.gotop {
	display: none;
  width: 50px;
  height: 50px;
	border-radius: 25px;
  bottom: 5px;
  right: 5px;
  overflow:hidden;
  position: fixed;
  z-index:9000;
	background: rgba(0,0,0,0.9);
}
.gotop #top {
	display:block;
	text-align:center;
	line-height: 50px;
}
.gotop #top span {
	font-size: 0.85rem;
  color:#fff;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px){
}





#top #content {}
#top #top_slider {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
#top #top_slider .slick-slide {
	line-height: 0.1em;
}
#top #top_slider .slider img {
  width: 100%;
}

#top #welcome .wrap {
	width: 100%;
	padding-bottom: 65px;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#top #welcome .wrap .boxL {
	width: calc(100% - 250px);
}
#top #welcome .wrap #topbanner {
	width: 190px;
}
#top  #topbanner a {
	/* border: 1px solid #999999;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 0px; */
}
#top  #topbanner a img {
	width: 100%;
	height: auto;
}

#top #sdgs {
	position: relative;
	padding: 25px 0;
	margin-bottom: 35px;
	text-align: center;
}
#top #sdgs::before,#top #sdgs::after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 12px;
	background-image: url(../images/index/sdgs_line.png);
	background-size: auto 100%;
}
#top #sdgs::before {
	top: 0;
}
#top #sdgs::after {
	bottom: 0;
}
#top #sdgs h2 {
	text-align: center;
	color: #000;
	position: relative;
	border-bottom: none;
	padding-top: 86px;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
#top #sdgs h2::before {
	position: absolute;
	content: "";
	width: 80px;
	height: 80px;
	top: 0;
	background-image: url(../images/index/sdgs_ring.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}
#top #sdgs h3 {
	color: #000;
	border-bottom: 1px solid #000;
	padding: 0 20px;
	padding-bottom: 5px;
	margin: 0 auto 30px;
	display: inline-block;
	font-size: 1.5rem;
}
#top #sdgs h4 {
	color: #000;
	padding: 0;
	margin: 10px 0 4px;
}
#top #sdgs p span {
	display: block;
	text-align: right;
}

#top #sdgs .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#top #sdgs .wrap .f_box {
	width: 47%;
	margin-bottom: 45px;
	text-align: left;
}
#top #sdgs .wrap .f_box h3 {
	display: block;
	font-size: 1.3rem;
	color: #0099FF;
	padding: 0;
	margin: 0 auto 5px;
	border-bottom: none;
}
#top #sdgs .wrap .f_box ul {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}
#top #sdgs .wrap .f_box picture {
	padding: 0;
	margin: 0;
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
#top #sdgs .wrap .f_box picture img {
	width: 30%;
	height: auto;
}

#top #sdgs .wrap .f_box_ans {
	width: 100%;
	margin: 30px 0;
	text-align: left;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#top #sdgs .wrap .f_box_ans picture {
	width: 40%;
	display: block;
	padding: 10px 0;
	margin: 0;
}
#top #sdgs .wrap .f_box_ans picture img {
	width: 100%;
	height: auto;
}
#top #sdgs .wrap .f_box_ans .f_box_ans_txt {
	width: 55%;
}
#top #sdgs .wrap .f_box_ans .f_box_ans_txt ul {
	padding: 0;
	margin: 0;
	margin-left: 20px;
}


@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
	#top #welcome .wrap .boxL {
		width: 100%;
		padding-bottom: 20px;
	}
	#top #welcome .wrap #topbanner {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	#top #sdgs .wrap .f_box {
		width: 100%;
		margin-bottom: 45px;
	}
	#top #sdgs .wrap .f_box_ans picture {
		width: 100%;
	}
	#top #sdgs .wrap .f_box_ans .f_box_ans_txt {
		width: 100%;
	}
}
@media screen and (max-width: 450px) {
}



#kankyo #main .wrap {
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#kankyo #main .wrap .imgR {
	float: none;
	width: 200px;
	margin: 0;
}
#kankyo #main .wrap .imgR img {
	width: 100%;
}
#kankyo #main .wrap .boxL {
	width: calc(100% - 240px);
}
#kankyo .borderbox dd {
	justify-content: space-between;
}
#kankyo .borderbox dd img {
	width: 180px;
}
#kankyo .borderbox dd p {
	width: calc(100% - 200px);
	padding: 0;
	margin: 0;
}
#kankyo ol {
	padding-left: 20px;
}
#kankyo ol blockquote {
	margin-left: 20px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
	#kankyo #main .wrap .imgR {
		width: 320px;
		max-width: 90%;
		margin: 0 auto;
	}
	#kankyo #main .wrap .boxL {
		width: 100%;
		padding-bottom: 25px;
	}
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
	#kankyo .borderbox dd img {
		width: 100%;
		margin-bottom: 15px;
	}
	#kankyo .borderbox dd p {
		width: 100%;
	}
}



#access .access_list {
	padding: 0;
	margin: 0;
	list-style: none;
}
#access .access_list li {
	padding: 0;
	margin: 0;
	margin-bottom: 35px;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#access .access_list li h2 {
	width: 100%;
}
#access .access_list li .imgL {
	float: none;
	width: 330px;
}
#access .access_list li address {
	font-style: normal;
	width: calc(100% - 360px);
}
#access .access_list li iframe {
	width: 100%;
	margin-top: 20px;
}


@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
	#access .access_list li .imgL {
		width: 100%;
	}
	#access .access_list li address {
		width: 100%;
	}
}
@media screen and (max-width: 450px) {
}




#kanko .graybox {
	position: relative;
	margin-bottom: 35px;
}
#kanko .graybox p {
	padding: 0;
	margin: 0;
}
#kanko .graybox a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: #0099FF;
	color: #fff;
	line-height: 1em;
	text-align: center;
	border-radius: 4px;
	display: inline-block;
	padding: 8px 15px;
}
#kanko .graybox a:hover {
	color: #ff0;
}

#kanko .borderbox {
	margin-bottom: 55px;
}
#kanko .borderbox dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#kanko .borderbox .imgL {
	float: none;
	width: 200px;
}
#kanko .borderbox ol {
	padding: 0;
	margin: 0;
	width: calc(100% - 270px);
}

#kanko .photos {
	padding: 0;
	margin: 0;
	margin-bottom: 45px;
	list-style: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#kanko .photos li {
	width: 33%;
	padding: 0;
	margin: 0;
}
#kanko .photos li img {
	width: 100%;
}
#kanko .photos li p {
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	text-align: center;
}
#kanko .photos.two li {
	width: 49%;
}
#kanko .photos.three {
	margin-bottom: 0;
}
#kanko .photos.three li:first-child {
	width: 46%;
}
#kanko .photos.three li:nth-child(2),
#kanko .photos.three li:nth-child(3) {
	width: 26%;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
	#kanko .graybox {
		padding-bottom: 45px;
	}
}
@media screen and (max-width: 450px) {
	#kanko .borderbox .imgL {
		width: 200px;
		margin: 0 auto 20px;
	}
	#kanko .borderbox ol {
		padding: 0;
		padding-left: 35px;
		margin: 0 auto;
		width: 100%;
	}
	#kanko .photos li {
		width: 100%;
	}
	#kanko .photos.two li {
		width: 100%;
	}
	#kanko .photos.three li:first-child {
		width: 100%;
	}
	#kanko .photos.three li:nth-child(2),
	#kanko .photos.three li:nth-child(3) {
		width: 100%;
	}
}





#about, #privacy {}
#about dl, #privacy dl {
	margin-top: 45px;
}
#about dl dt, #privacy dl dt {
	font-size: 1.2rem;
	padding-bottom: 12px;
}
#about dl dd, #privacy dl dd {
	margin-bottom: 35px;
}
#about dl dd ul, #privacy dl dd ul {
	padding-left: 20px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
}





#jigyou {}
#jigyo_contents ul {
	padding: 0;
	margin: 0;
	list-style: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#jigyo_contents ul li {
	width: 32%;
	padding: 0;
	margin: 0;
}
#jigyo_contents ul li img {
	width: 100%;
	margin-bottom: 5px;
}
#jigyo_contents ul li p {
	padding: 0;
	margin: 0;
	text-align: center;
}

#jigyo_body .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#jigyo_body .list {
	padding: 0;
	margin: 0;
	width: 40%;
}
#jigyo_body .list a {
	text-decoration: underline;
}
#jigyo_body .photos {
	padding: 0;
	margin: 0;
	list-style: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
#jigyo_body .photos.ryou {
	justify-content: flex-start;
}
#jigyo_body .photos li {
	width: 45%;
	padding: 0;
	margin: 0;
	text-align: center;
}
#jigyo_body .photos li a {
	display: block;
}
#jigyo_body .photos li a p {
	text-decoration: underline;
}

#jigyo_body .photos.ryou li {
	width: 32%;
	margin-right: 2%;
}
#jigyo_body .photos.keibi {
	width: 58%;
}
#jigyo_body .photos.keibi li:nth-child(1) {
	width: 50%;
}
#jigyo_body .photos.keibi li:nth-child(2) {
	width: 50%;
}
#jigyo_body .photos img {
	width: 100%;
}
#jigyo_body .photos.keibi li:nth-child(1) img {
	width: 50%;
}
#jigyo_body .photos p {
	padding: 0;
	margin: 0;
	text-align: center;
}
#jigyo_body dl {
	padding: 0;
	margin: 50px auto;
}
#jigyo_body dl dt {
	border-bottom: 2px solid #000;
	padding: 0 0 8px;
	line-height: 1em;
	font-size: 1.3rem;
	font-weight: bold;
}
#jigyo_body dl dd {
	margin-bottom: 25px;
}
#jigyo_body dl dd ul {
	padding-left: 20px;
}

#jigyo_recruit h2 {
	border-bottom: none;
	background-color: #0099FF;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	line-height: 1em;
}
#jigyo_recruit h3 {
	color: #000;
	font-weight: normal;
	font-size: 1.3rem;
}
#jigyo_recruit ul {
	padding: 0;
	margin: 0;
	list-style: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#jigyo_recruit ul li {
	width: 30%;
	padding: 0;
	margin: 0;
	text-align: left;
}
#jigyo_recruit ul h4 {
	padding: 0;
	margin: 0;
}
#jigyo_recruit ul a {
}
#jigyo_recruit ul img {
	width: 100%;
	margin-top: 5px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
	#jigyo_body .list {
		margin-bottom: 20px;
		width: 100%;
	}
	#jigyo_body .photos {
		width: 100%;
	}
	#jigyo_body .photos.keibi {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
	#jigyo_contents ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	#jigyo_body .photos li {
		width: 100%;
	}
	#jigyo_body .photos.ryou li {
		width: 100%;
	}
	#jigyo_body .photos.keibi li:nth-child(1),
	#jigyo_body .photos.keibi li:nth-child(2) {
		width: 100%;
		margin-bottom: 15px;
	}
	#jigyo_recruit ul li {
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #ccc;
	}
}





#kaisya {}
#kaisya #main .wrap {
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#kaisya #main .wrap .imgR {
	float: none;
	width: 300px;
}
#kaisya dl {
	padding: 0;
	margin: 0;
}
#kaisya .wrap dl {
	width: calc(100% - 330px);
}
#kaisya dl dt {
	padding: 10px 0;
	width: 100px;
	position: absolute;
}
#kaisya dl dd {
	padding: 10px 0;
	padding-left: 100px;
	position: relative;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
	#kaisya .wrap dl {
		width: 100%;
		margin-bottom: 20px;
	}
	#kaisya #main .wrap .imgR {
		max-width: 350px;
		width: 90%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
	#kaisya dl dt {
		padding: 10px 0 0;
		width: auto;
		position: relative;
		font-weight: bold;
	}
	#kaisya dl dd {
		/* padding: 10px 0; */
		padding-left: 15px;
		margin: 0;
		/* position: relative; */
	}
}





#syasin {}
#syasin .photos {
	padding: 0;
	margin: 0;
	list-style: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#syasin .photos li {
	width: calc(25% - 4px);
	padding: 0 2px 5px;
	margin: 0;
	margin-bottom: 5px;
	line-height: 1em;
}
#syasin .photos li a {
	display: block;
	width: 100%;
	position: relative;
}
#syasin .photos li a::before {
	content: '';
	padding-top: 55%;
	display: block;
}
#syasin .photos li a img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

#colorbox {
	width: 95%!important;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
	#syasin .photos li {
		width: 32%;
		padding: 0 0 5px;
		margin-right: 2%;
	}
	#syasin .photos li:nth-child(3n) {
		margin-right: 0;
	}
	#cboxWrapper, .cboxPhoto, #cboxContent, #cboxLoadedContent {
		width: 100%!important;
		height: auto!important;
	}
	#cboxContent {
		margin-top: 60px;
	}
}
@media screen and (max-width: 450px) {
	#syasin .photos li {
		width: 49%;
		/* padding: 0 0 5px; */
		margin-right: 2%;
	}
	#syasin .photos li:nth-child(3n) {
		margin-right: 2%;
	}
	#syasin .photos li:nth-child(2n) {
		margin-right: 0;
	}
}

