@charset "utf-8";

h2.pagetitle {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 38px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.0;
	margin: 0 0 70px;
	color: #946617;
	font-weight: normal;
	text-align: center;
	clear: both;
}
h2.pagetitle span {
	font-size: 16px;	
}
#project_top {
	width: 1100px;
	margin: 150px auto 100px;	
}
#project_top:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


#project_top li {
	list-style: none;
	width: calc(33.3% - 20px);
	box-sizing: border-box;
	float: left;
	margin: 0 10px 25px;
}
#project_top li img {
	width: 100%;
	height: auto;	
}


#project_article {
	margin-top: 90px;
}
#hdr {
	margin-bottom: 95px;
	background: #FFF;
}
#hdr:after,
.project_contents:after,
.sub_photo:after,
.three_photo:after,
.four_photo:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#hdr div.main_caption {
	width: 30%;
	padding-left: 15px;
	padding-right: 10px;	
	padding-top: 200px;
	box-sizing: border-box;
	color: #ab761a;
	float: left;
}
@media(min-width: 1101px) {
#hdr div.main_caption {
	padding-left: 0;
}
}

#hdr div.main_photo {
	width: 70%;
	float: right;	
}
.project_contents_single {
	width: 70%;
	margin-left: 30%;
}
.project_contents_single p,
.project_contents_single ul {
	margin-left: 0;
}

#hdr div.main_photo img {
	width: 100%;
	height: auto;	
}
p.project_year {
	font-size: 18px;
	margin-bottom: 15px;
}
p.project_name {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 15px;
}
p.project_name_s {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 15px;
}
p.project_type {
	font-size: 18px;
	font-weight: 600;
}

.project_contents {
	clear: both;
	width: 1100px;
	margin: 0 auto 60px;	
}
.project_contents_single {
	margin-bottom: 90px;	
}

.project_contents div.col {
	width: 48%;	
}
.project_contents_movie div.col {
	width: 48%;
	margin-left: 297px;
}

.project_contents div.col img {
	width: 100%;
	height: auto;	
}

.movie_section iframe {
	width: 100%;
	min-height: 360px;
}
.main_photo .movie_section iframe {
	min-height: 500px;	
}

.project_contents div.col ul.other_links {
	margin-top: 2em;
}
ul.other_links li {
	list-style: none;
	margin-top: 5px;
}
ul.other_links li a {
	padding-left: 39px;
	background: url(../img/link_arw_right.png) no-repeat 0px 0.45em;
}

ul.other_links li.youtube a {
	padding-left: 0;
	background: none;	
}
ul.other_links li.youtube i {
	margin-right: 8px;
	color: #F30000;
	font-size: 1.5em;
	vertical-align: -0.1em;
}

ul.other_links a {
	color: #946617;
	text-decoration: none;
}
ul.other_links a:hover {
	color: #946617;
	text-decoration: underline;
}



.project_contents div.col:nth-child(odd) {
	float: left;	
}
.project_contents div.col:nth-child(even) {
	float: right;	
}
.single_col {
	background: red;
}
.sub_photo,
.three_photo,
.four_photo {
	clear: both;
	width: 1100px;
	margin: 0 auto 60px;
}
.sub_photo .col {
	width: 50%;
	float: left;	
}
.three_photo {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 30px auto;
}
.three_photo .col {
  width: 33.333%;
  float: left;	
}
.three_photo .col img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}
.four_photo .col {
	width: 25%;
	float: left;	
}

.sub_photo .col img,
.four_photo .col img,
.sub_photo div.stretch img {
	width: 100%;
	height: auto;	
}
.sub_photo div.stretch {
	margin-bottom: 20px;	
}


@media(min-width: 1101px) {
#hdr {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;	
}
.main_caption {
	padding-top: calc(calc(calc(1920px * 0.75) * 0.3)+ 90px);
}
.project_contents_single,
.project_contents_movie {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;	
}
.project_contents_movie {
	margin-bottom: 60px;
}

.project_contents_single p,
.project_contents_single ul {
	margin-left: 330px;
}
}
@media (max-width: 1100px) {
h2.pagetitle {
	font-size: 32px;
	margin: 0 0 50px;
}

#project_top {
	width: auto;
	margin: 100px 30px 90px;	
}
.sub_photo,
.three_photo,
.four_photo {
	width: auto;
	margin: 0 60px 60px;
}
.project_contents {
	width: auto;
	margin: 0 60px 90px;	
}
.project_contents_movie {
	margin-bottom: 60px;
}

}

@media (max-width: 1100px) {
.sub_photo,
.three_photo,
.four_photo {
	margin: 0 30px 60px;
}
.project_contents {
	margin: 0 30px 90px;	
}

#hdr {
	margin: 0 20px;	
}
#hdr div.main_caption {
	width: auto;
	padding: 0;
	margin: 0 0 9vw; 
	float: none;
	text-align: center;
}
p.project_year {
	padding-top: 0;
	font-size: 14px;
	margin-bottom: 1vw;
}
p.project_name,
p.project_name_s {
	font-size: 20px;
	margin-bottom: 1vw;
}
p.project_type {
	font-size: 18px;
}
#hdr div.main_photo {
	width: auto;
	float: none;
	margin: 0 0 9.3vw;
}
.project_contents_single {
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
}

.project_contents_single .single_inner {
	margin: 0 20px 18vw;	
	width: auto;
	text-align: center;
}
.project_contents_movie div.col {
	margin: 0 auto;
	float: none;
	width: 80%;
}
br.nl1100 {
	display: none;	
}
}



@media (max-width: 960px) {
.project_contents {
	margin: 0 20px 18vw;	
}

.project_contents div.col {
	float: none!important;
	width: auto;
	margin-bottom: 40px;	
}
.project_contents div.col:nth-child(even) {
	margin-bottom: 0;	
}
.sub_photo,
.three_photo,
.four_photo {
	margin: 0;	
}

.sub_photo .col,
.three_photo .col,
.four_photo .col {
	width: 100%;
	float: none;
	margin: 0 0 20px;	
}

.three_photo {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0;
}

.three_photo .col {
  width: 100%;
  padding: 0;
}

.three_photo .col img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}

.three_photo .full-width-img {
  padding: 0;
  margin: 0;
  width: 100%;
}

.three_photo .full-width-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.movie_section {
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin: 15px 0 0;
}
.movie_section iframe,
.main_photo .movie_section iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	min-height: inherit;
}
}

@media (max-width: 1100px) {
#project_article {
	margin-top: 55px;
}
}

@media (max-width: 768px) {
h2.pagetitle {
	margin-bottom: 10vw;	
}
}
@media (max-width: 640px) {
#hdr {
	margin: 0 15px;	
}
#project_top {
	width: auto;
	margin: 80px 15px;	
}
.project_contents {
	margin: 0 15px 18vw;	
}
p.project_name,
p.project_name_s {
	font-size: 19px;
}
.sub_photo,
.three_photo,
.four_photo {
	margin: 0;	
}

.project_contents_single {
	margin-left: 15px;
	margin-right: 15px;
}
.project_contents_single .single_inner {
	width: 60%;
	margin-left: auto;
	margin-right: auto;	
}

.project_contents_single img {
	width: 100%;
	height: auto;	
}

#project_top li {
	width: calc(50% - 4px);
	float: left;
	margin: 0 0 15px;
}
#project_top ul li:nth-child(even) {
	float: right;	
}


}

@media (max-width: 320px) {
p.project_name,
p.project_name_s {
	font-size: 18px;
}
}

div.three_photo div.col.full-width-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}