/* CSS Document */

@charset "UTF-8";

/*----------------------------------------------------------------------
main
-----------------------------------------------------------------------*/
div#main article {
	width: 100% !important;
}

p.lastUpDate {
	float: right;
	margin: 18px 32px 4px 0px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
}
@media screen and (max-width: 736px) {
	p.lastUpDate {
		display: none;
	}
}

div#main h1 {
	margin-top: 2.8em;
}

div#main h1 img {
	width: 68%;
}
@media screen and (max-width: 736px) {
	div#main h1 {
		padding: 0% 4%;
	}

	div#main h1 img {
		width: 100%;
	}
}

p.caption {
	width: 90%;
	margin: 30px auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
}
@media screen and (max-width: 736px) {
	p.caption {
		display: table;
		margin: 32px auto;
		font-size: 14px;
		line-height: 1.5em;
	}
}

div#main h2 {
	margin-left: 56px;
	font-size: 19px;
}

div.information {
	width: 90%;
	margin: 0.5em auto 4em;
	padding: 19px;
	border: 1px solid #333;
	box-sizing: border-box;
	overflow: hidden;
}

div.information img {
	float: left;
	width: 14%;
	margin-right: 20px;
	overflow: hidden;
}

div.information h3 {
	margin-bottom: 1.5em;
	font-size: 16px;
	overflow: hidden;
}

@media screen and (max-width: 736px) {
	div#main h2 {
		margin-left: 4vw;
	}
}

/*----------------------------------------------------------------------
スライドショー
-----------------------------------------------------------------------*/
div#slideshow {
	width: 1140px;
	height: 767px;
}

div#slideshow img {
	width: 100%;
	height: 100% !important;
}

@media screen and (max-width: 736px) {
	div#slideshow {
		width: 100%;
		height: 67.281vw !important;
	}
}

/*----------------------------------------------------------------------
links
-----------------------------------------------------------------------*/
section#links {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}

section#links article {
	width: calc(100% / 1) !important;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}

section#links article a, section#links article:hover a {
	display: block;
	text-decoration: none!important;
	color: #242414;
}

section#links article img:first-child {
	width: 50%;
}
section#links article:hover img.ro {
	opacity: 0.8;
	filter : alpha(opacity=80);
}

section#links article:first-of-type img, section#links article:last-of-type div {
	float: right;
}

section#links article div {
	width: 50%;
	padding: 16px 36px;
	box-sizing: border-box;
}

@media screen and (max-width: 736px) {
	section#links article img:first-of-type, section#links article div {
		width: 100%;
		float: none;
	}
}

section#links article h3 {
	width: 92%;
	margin-bottom: 2em;
}

section#links article:last-of-type h3 {
	margin-left: -4px;
}

section#links article p {
	width: 100%;
	margin: 14px auto 20px;
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
}

section#links article h3 img, section#links article p img {
	float: none !important;
	width: 100% !important;
}

section#links article button {
	position: relative;
	width: 70%;
	margin-top: 0.5em;
	background-color: #FFF;
	border: none;
	cursor: pointer;
}

section#links article button img {
	width: 100% !important;
}

@media screen and (max-width: 736px) {
	section#links article p {
		font-size: 14px;
		line-height: 1.5em;
	}
	
	section#links article div {
		padding: 16px 22px;
	}
	
	section#links article button {
		width: 100%;
	}
}

/*----------------------------------------------------------------------
ギャラリー
-----------------------------------------------------------------------*/
ul#gallery {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 58px 0px 10px;
	overflow: hidden;
}

ul#gallery li:first-of-type {
	width: 33.78%;
}
ul#gallery li:nth-of-type(2) {
	width: 32.98%;
}
ul#gallery li:nth-of-type(3) {
	width: 33.24%;
}

ul#gallery li a {
	display: block;
	width: 100%;
	height: 100%;
}

ul#gallery li img {
	width: 100%;
	height: 100%;
}

ul#gallery li:hover img {
	opacity: 0.8;
	filter : alpha(opacity=80);
}

@media screen and (min-width: 736px) {
	img.sp {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	ul#gallery li:first-of-type {
		width: 100%;
	}

	img.pc, ul#gallery li:nth-of-type(2), ul#gallery li:nth-of-type(3) {
		display: none;
	}
}

/*----------------------------------------------------------------------
slide
-----------------------------------------------------------------------*/
section#slide div {
	width: calc(100% - 20px);
	margin: 4px auto 32px;
	padding: 10px 10px 2px 10px;
	background-color: #DDD;
	box-sizing: content-box;
}

/*----------------------------------------------------------------------
blog
-----------------------------------------------------------------------*/
section#blog {
	padding: 10px;
	background-color: #1D160C;
}

section#blog h2 {
	margin-left: 0;
}

section#blog li a {
	display: block;
	background-color: #FFF;
}

section#blog li img {
	width: 100%;
	vertical-align: bottom;
}

section#blog ul li a:hover img {
	opacity: 0.8;
	filter : alpha(opacity=80);
}

@media screen and (min-width: 736px) {
	section#blog ul {
		display: flex;
	}

	section#blog ul li {
		width: calc(130% / 3);
		margin-left: 10px;
	}
	section#blog ul li:first-of-type {
		width: calc(100% / 5);
		padding: 49px 40px 31px 30px;
	}
}

@media screen and (max-width: 736px) {
	section#blog {
		padding: 20px;
	}
	section#blog ul li {
		margin-bottom: 20px;
	}
	section#blog ul li:first-of-type {
		padding: 0 20vw; 0;
	}
	section#blog ul li:last-of-type {
		margin-bottom: 0;
	}
	
	div#main {
		padding-bottom: 0 !important;
	}
}